@charset "utf-8";

 
html,body{
    width: 100%;
}


body{
	color:#000;
	font-family:source-han-sans-japanese, sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic;
	font-size:16px;
	line-height: 1.6;
	min-width: 350px;
	text-align: center;
}
_::-webkit-full-page-media, _:future, :root body {
	font-family: sans-serif ;
}

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #000;
	outline: none;
	text-decoration: none;
}

a:hover{
	color: #4eb890;

}

img{
margin: auto;
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px;
	border: 1px solid #ccc;
}
input,
textarea{
}
input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
small {
	font-size: 75%;
}
.clrred {
	color: #e41c24;
}
.onlysp{
	display: none;
}
.none{
	display:none;
}

.fo-bold {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.clr01 {
	color: #e18000;
}
.bg01 {
	background: #e18000;
}
.clr02 {
	color: #ffdd27;
}
.bg02 {
	background: #ffdd27;
}
.container {
	width: 90%;
	margin: auto;
	max-width: 1000px;
	padding: 30px 0;
}

/*コンテンツ
--------------------------------------------------*/
header,footer {
	padding: 25px 0;
}
header .container,footer .container {
	padding: 0;
}
img[src*="logo"] {
	height: auto;
	max-height: 48px;
}
.head_right,.foot_right {
	width: 44%;
}
.mail {
	font-size: 19px;
	padding-left: 10px;
}
.ttlBox {
	margin-bottom: 30px;
}
.ttlBox h1 {
	font-size: 30px;
}
.subTitle {
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
}
.subTitle::before,
.subTitle::after {
	content: "";
	display: block;
	height: 28px;
	position: absolute;
	top: 3px;
}
.subTitle::before {
	background: url("../img/sub_before.png") left top no-repeat;
	background-size: auto 28px;
	right: 105%;
	width: 21px;
}
.subTitle::after {
	background: url("../img/sub_after.png") left top no-repeat;
	background-size: auto 28px;
	left: 105%;
	width: 23px;
}
.request {
	background: url("../img/request_bg.png") top left repeat;
}
.request h1 {
	background: url("../img/request_ttl.png") center center no-repeat;
	background-size: contain;
	color: #fff;
	height: auto;
	min-height: 50px;
	line-height: 50px;
	font-size: 25px;
	margin-bottom: 18px;
}








/*---------------------------*/
.mainvisual {
	background: url("../img/mainvisual.png") top center no-repeat;
	background-size: auto 100%;
	height: 631px;
}
#about .container {
	padding-bottom: 0;
}
.aboutBox {
	background: url("../img/device.png") right top no-repeat;
	background-size: contain;
	padding-top: 30px;
	padding-bottom: 100px;
}
.aboutBox dl {
	width: 45%;
	text-align: left;
}
.aboutBox dt {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 700;
}
#melit .container {
	padding: 80px 0;
}
.melitBox li {
	width: 30%;
}
#step {
	padding: 80px 0 65px;
}
#step .container {
	padding: 0;
}
#step .ttlBox {
	margin-bottom: 5px;
}
#step .ttlBox + p {
	margin-bottom: 30px;
}
.stepWrap {
	padding: 50px 0 45px;
}
#step .stepWrap:nth-child(odd) {
	background-color: #fff7bc;
	background-image: url("../img/step_arrow01.png"), url("../img/step_arrow02.png");
	background-position: center bottom,center top;
	background-size: auto 40px;
	background-repeat: no-repeat;
	padding-bottom: 85px;
}
#step .stepWrap:nth-child(even) {
	padding-top: 10px;
}
#step .stepWrap:nth-of-type(2) {
	background: #fff7bc url("../img/step_arrow01.png") center bottom no-repeat;
	background-size: auto 40px;
}
#step .stepWrap:last-of-type {
	background: #fff7bc url("../img/step_arrow02.png") center top no-repeat;
	background-size: auto 40px;
	padding-bottom: 40px;
}
.stepBox dl {
	text-align: left;
}
.stepBox dt {
	padding-left: 110px;
	padding-top: 20px;
	position: relative;
	margin-bottom: 10px;
	font-weight: 700;
}
.stepBox dt::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	background-image: url("../img/icon01.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 90px;
}
#step .stepWrap:nth-of-type(3) dt::before {
	background-image: url("../img/icon02.png");
}
#step .stepWrap:nth-of-type(4) dt::before {
	background-image: url("../img/icon03.png");
}
#step .stepWrap:nth-of-type(5) dt::before {
	background-image: url("../img/icon04.png");
}
#step .stepWrap:nth-of-type(6) dt::before {
	background-image: url("../img/icon05.png");
}
.stepBox dd {
	padding-left: 110px;
	font-weight: 700;
}
.stepImg {
	width: 100%;
	max-width: 304px;
}
.step {
	font-size: 20px;
}
#system {
	background: #e6e6e8;
	position: relative;
	margin-bottom: 30px;
}
#system .container {
	padding-bottom: 0;
}
#system .ttlBox {
	margin-bottom: 0;
}
.systemBox {
	position: relative;
}
.systemBox::after {
	content: "";
	display: block;
	clear: both;
}
.systemBox > dl {
	width: 40%;
	float: right;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 30px;
}
.systemBox >dl > dt {
	font-size: 18px;
	margin-bottom: 10px;
}
.systemImg {
	width: 60%;
	-webkit-transform: translateX(-18%);
	-ms-transform: translateX(-18%);
	transform: translateX(-18%);
}
img[src*="sys_item"] {
	height: auto;
	max-height: 87px;
}
.about_zoom {
	margin-top: 40px;
}
.about_zoom dt {
	background: #e18000;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	border-radius: 10px;
}
.about_zoom dd {
	margin-top: -15px;
	font-size: 14px;
	background: #fff;
	padding: 25px 5% 15px;
	border-radius: 10px;
	margin-left: 5%;
}
#howto {
	padding: 60px 0 100px;
}
.howBox dl {
	width: 26.25%;
	border-right: 2px solid #ffdd27;
	padding: 0 2.5%;
}
.howBox dl:first-of-type {
	margin-left: -2.5%;
}
.howBox dl:last-of-type {
	margin-right: -2.5%;
	border-right: 2px solid #fff;
}
.howBox dt {
	margin-bottom: 15px;	
}
.howBox dd {
	text-align: left;
}
.howBox dd span {
	display: block;
	color: #ce1c24;
	font-size: 13px;
	margin-top: 20px;
}
#support {
	position: relative;
	padding: 70px 0 10px;
	margin-bottom: 25px;
}
.support_ttl {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -60px;
	background: url("../img/arrow.png") center bottom no-repeat;
	background-size: auto 24px;
	padding-bottom: 17px;
	width: 90%;
}
.support_ttl .subTitle {
	margin-bottom: 0;
}
#support .ttlBox {
	background: #fff7bc;
	border-radius: 20px;
	border: 4px solid #ffdd27;
	border-bottom: none;
	display: inline-block;
	padding: 10px 30px;
	overflow: hidden;
	margin-bottom: 0;
}
.supportBox {
	width: 49%;
	background: #fff;
	padding: 25px 2%;
	border-radius: 10px;
}
.supportImg {
	width: 40%;
}
.supportBox dl {
	width: 60%;
	padding-left: 4%;
}
.supportBox dd {
	text-align: left;
	padding-top: 20px;
	font-size: 15px;
}
.supportBox .tellink {
	padding-top: 15px;
}

.side_fix {
	position: fixed;
	top: 30%;
	right: 5px;
}







/*edgeハック*/
@supports (-ms-ime-align: auto) {
}


/*ieハック*/
@media all and (-ms-high-contrast: none) {
	img[src*="img/tel.png"] {height: auto;max-height: 46px;}
}


/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {	

}
/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 980px) {
	.aboutBox {
		background-size: 60% auto;
		background-position: right center;
	}
}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

	body {
		font-size: 14px;
	}
	
	/*-------------------*/
	header {
		padding: 15px 0;
	}
	header .container,footer .container {
		display: block;
	}
	.head_right {
		display: none;
	}
	img[src*="logo"] {
		display: block;
	}
	.ttlBox h1 {
		font-size: 20px;
	}
	.subTitle {
		font-size: 16px;
	}
	.mainvisual {
		background: none;
		height:auto;
	}
	.aboutBox{
		background: none;
		padding: 0 0 30px 0;
	}
	.aboutBox dl {
		width: 100%;
	}
	.aboutBox dt {
		font-size: 20px;
	}
	.aboutBox div.onlysp {
		margin-bottom: 15px;
	}
	#melit .container {
		padding: 30px 0;
	}
	.request h1 {
		font-size: 13px;
		margin-bottom: 0;
	}
	.request .container {
		padding-top: 20px;
	}
	#step {
		padding-top: 40px;
	}
	#step .stepWrap:nth-of-type(2) {
		padding-top: 30px;
	}
	.stepBox {
		display: block;
	}
	.stepBox dt {
		padding-left: 0;
		padding-left: 80px;
	}
	.stepBox dt::before {
		top: 15px;
		margin: auto;
		background-size: auto 70px;
	}
	.stepBox dd {
		padding-left: 0;
		margin-bottom: 20px;
	}
	.systemBox {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.systemBox > dl {
		width: 100%;
		float: none;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.systemImg {
		width: 100%;
		-webkit-transform: translateX(-4%);
    -ms-transform: translateX(-4%);
    transform: translateX(-4%);
	}
	#system .ttlBox {
		margin-bottom: 30px;
	}
	.systemBox >dl > dt {
		font-size: 16px;
		text-align: center;
	}
	.systemBox >dl > dt+dd {
		text-align: center;
	}
	.about_zoom {
		margin-top: 20px;
	}
	.about_zoom dd {
		margin-left: 0;
	}
	#howto {
		padding: 0 0 60px;
	}
	.howBox {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.howBox dl {
		width: 50%;
		margin-bottom: 30px;
		padding: 0 3%;
	}
	.howBox dl:nth-of-type(even) {
		border-right: 1px solid #fff;
	}
	.howBox dl:first-of-type,
	.howBox dl:last-of-type {
		margin-left: 0;
		margin-right: 0;
	}
	#support {
		padding-bottom: 0;
	}
	.supportWrap {
		display: block;
	}
	.supportBox {
		width: 100%;
		margin-bottom: 20px;
		display: block;
		padding: 20px 5%;
	}
	.supportBox dl {
		width: 100%;
		padding-left: 0;
	}
	.supportBox .supportImg {
		width: 60%;
		margin: 0 auto 20px;
	}
	.supportBox dt {
		width: 80%;
		margin: auto;
	}
	.foot_right {
		width: 100%;
		padding-top: 10px;
	}
	footer {
		padding-bottom: 14vw;
	}
	footer .mail {
		text-align: center;
		font-size: 16px;
	}
/******/
.side_fix{
	bottom: 0;
	top: auto;
	left: 0;
	width: 100%;
}
.side_fix ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	}
	.side_fix li {
		width: 50%;
	}
.onlypc{
	display:none;
}
.onlysp,
.spOnly{
	display: block;
}



.spblock{
	display: block;
}

}

























