@charset "utf-8";

/************************************************************
 *initialize 初期化
 ************************************************************/

*{
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-collapse:collapse;
	font-family:  "LINE Seed JP",'Hiragino Kaku Gothic Pro','Noto Sans' , 'Noto Sans CJK JP';
	font-weight: 500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
 	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	
	-webkit-text-size-adjust: 100%;
	color:#3E3A39;
}

:root {
  --main-color: #27308f;
  --main-dark: #181f6e;
  --main-light: #6169bb;
  --orange:#f15a24;
  --yellow:#ffde60;
}

@font-face {
font-family: "LINE Seed JP";
src:
url("./font/lineseed/WOFF/LINESeedJP_OTF_Rg.woff") format("woff"),
url("./font/lineseed/WOFF2/LINESeedJP_OTF_Rg.woff2") format("woff2");
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: "LINE Seed JP";
src:
url("./font/lineseed/WOFF/LINESeedJP_OTF_Bd.woff") format("woff"),
url("./font/lineseed/WOFF2/LINESeedJP_OTF_Bd.woff2") format("woff2");
font-weight: 700;
font-style: bold;
}

html{
	/*font-size: 62.5%;*/
}
body{
	font-size:15px;
	line-height:24px;
	background:white;
}
a,a:hover{
	color:var(--main-color);	
}
	


/************************************************************
 * common class 共通クラス
 ************************************************************/
 
.hidden{
	display:none;	
}
 /* font */
.red{
	color:#bb161d;
}
.grey{
	color: #666666;
}
.redB{
	color:#CC1C24;
	font-weight:bold;
}
.blue{
	color:#00326F;
}
.gold{
	color:#95872a;
}

.redB16{
	font-weight:bold;
	color:#cc0010;
	font-size:15px;
}
.B16{
	font-weight:bold;
	font-size:15px;
}
.white{
	color:#FFF;
}
.errorTbl{
	margin:10px  2% 30px;
	width:96%;
	background:#fff78c;
	border-radius:8px;
}
.errorTbl th{
	padding:15px 10px 15px 5px;
}
.errorTbl th i{
	color:#bb161d;
	font-size:40px;
}
.errorTbl td{
	padding:15px 10px 15px 5px;
}
.errorTbl td,.errorTbl td strong,.errorTbl td li{
	color:#bb161d;
	font-weight:bold;
}
.hissu{
	border:1px solid #ce1946;
	color:#e52828;
	background:#ffe9e9;
	padding:1px;
	font-size:10px;
	font-weight:normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
table tr.err_back td,
table tr td.err_back{
	background-color:#FFFF00;
}
.fwB{ font-weight:bold;	}
.fwN{ font-weight:normal;	}
.fw700{ font-weight:700; }

.fs10, .fs10 span, .fs10 strong, .fs10 th, .fs10 td{ font-size:10px;	}
.fs11, .fs11 span, .fs11 strong, .fs11 th, .fs11 td{ font-size:11px;	}
.fs12, .fs12 span, .fs12 strong, .fs12 th, .fs12 td{ font-size:12px;	}
.fs13, .fs13 span, .fs13 strong, .fs13 th, .fs13 td{ font-size:13px;	}
.fs14, .fs14 span, .fs14 strong, .fs14 th, .fs14 td{ font-size:14px;	}
.fs15, .fs15 span, .fs15 strong, .fs15 th, .fs15 td{ font-size:15px;	}
.fs16, .fs16 span, .fs16 strong, .fs16 th, .fs16 td{ font-size:16px;	}
.fs17, .fs17 span, .fs17 strong, .fs17 th, .fs17 td{ font-size:17px;	}
.fs18, .fs18 span, .fs18 strong, .fs18 th, .fs18 td{ font-size:18px;	}
.fs19, .fs19 span, .fs19 strong, .fs19 th, .fs19 td{ font-size:19px;	}
.fs20, .fs20 span, .fs20 strong, .fs20 th, .fs20 td{ font-size:20px;	}
.fs21, .fs21 span, .fs21 strong, .fs21 th, .fs21 td{ font-size:21px;	}
.fs22, .fs22 span, .fs22 strong, .fs22 th, .fs22 td{ font-size:22px;	}
.fs23, .fs23 span, .fs23 strong, .fs23 th, .fs23 td{ font-size:23px;	}
.fs24, .fs24 span, .fs24 strong, .fs24 th, .fs24 td{ font-size:24px;	}
.fs25, .fs25 span, .fs25 strong, .fs25 th, .fs25 td{ font-size:25px;	}
.fs26, .fs26 span, .fs26 strong, .fs26 th, .fs26 td{ font-size:26px;	}
.fs27, .fs27 span, .fs27 strong, .fs27 th, .fs27 td{ font-size:27px;	}
.fs28, .fs28 span, .fs28 strong, .fs28 th, .fs28 td{ font-size:28px;	}
.fs29, .fs29 span, .fs29 strong, .fs29 th, .fs29 td{ font-size:29px;	}
.fs30, .fs30 span, .fs30 strong, .fs30 th, .fs30 td{ font-size:30px;	}


 
.lH18{ line-height:18px;	}
.lH19{ line-height:19px;	}
.lH20{ line-height:20px;	}
.lH21{ line-height:21px;	}
.lH22{ line-height:22px;	}
.lH23{ line-height:23px;	}
.lH24{ line-height:24px;	}
.lH25{ line-height:25px;	}
.lH26{ line-height:26px;	}
.lH27{ line-height:27px;	}
.lH28{ line-height:28px;	}
.lH29{ line-height:29px;	}
.lH30{ line-height:30px;	}
.lH33{ line-height:33px;	}
.lH40{ line-height:40px;	}
.lH45{ line-height:45px;	}

/*
.fs10, .fs10 span, .fs10 strong, .fs10 th, .fs10 td{ font-size:10px;font-size:1.0rem;	}
.fs11, .fs11 span, .fs11 strong, .fs11 th, .fs11 td{ font-size:11px;font-size:1.1rem;	}
.fs12, .fs12 span, .fs12 strong, .fs12 th, .fs12 td{ font-size:12px;font-size:1.2rem;	}
.fs13, .fs13 span, .fs13 strong, .fs13 th, .fs13 td{ font-size:13px;font-size:1.3rem;	}
.fs14, .fs14 span, .fs14 strong, .fs14 th, .fs14 td{ font-size:14px;font-size:1.4rem;	}
.fs15, .fs15 span, .fs15 strong, .fs15 th, .fs15 td{ font-size:15px;font-size:1.5rem;	}
.fs16, .fs16 span, .fs16 strong, .fs16 th, .fs16 td{ font-size:16px;font-size:1.6rem;	}
.fs17, .fs17 span, .fs17 strong, .fs17 th, .fs17 td{ font-size:17px;font-size:1.7rem;	}
.fs18, .fs18 span, .fs18 strong, .fs18 th, .fs18 td{ font-size:18px;font-size:1.8rem;	}
.fs19, .fs19 span, .fs19 strong, .fs19 th, .fs19 td{ font-size:19px;font-size:1.9rem;	}
.fs20, .fs20 span, .fs20 strong, .fs20 th, .fs20 td{ font-size:20px;font-size:2.0rem;	}


 
.lH22{ line-height:22px;line-height:2.2rem;	}
.lH23{ line-height:23px;line-height:2.3rem;	}
.lH24{ line-height:24px;line-height:2.4rem;	}
.lH25{ line-height:25px;line-height:2.5rem;	}
.lH26{ line-height:26px;line-height:2.6rem;	}
.lH27{ line-height:27px;line-height:2.7rem;	}
.lH28{ line-height:28px;line-height:2.8rem;	}
.lH29{ line-height:29px;line-height:2.9rem;	}
.lH30{ line-height:30px;line-height:3.0rem;	}
.lH33{ line-height:33px;line-height:3.3rem;	}
.lH40{ line-height:40px;line-height:4.0rem;	}
.lH45{ line-height:45px;line-height:4.5rem;	}


*/


 /* link */
.roll a{
display:block;	
}
.roll a:hover img{
width:0px;
height:0px;
}

a:visited{
	/*color:#90F;*/
}
.tdVisited a{
	color:#ff0000;
	background-color:#e3e3e3;
}
a img{
	border:none;
}
.hoverBtn:hover{
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}
.noflow .ui-btn-inner,
.noflow .ui-li .ui-btn-text a.ui-link-inherit{
	text-overflow:clip;
	overflow:visible;
	word-break: break-all;
	white-space:normal;
}



/* layout */
.alC{text-align:center;}
.alR{text-align:right;}
.alL{text-align:left;}
.vT{vertical-align:top;}
.vM{vertical-align:middle;}
.mAuto{
	margin-left:auto;
	margin-right:auto;
}
.flL{	float:left;}
.flR{	float:right;}
.clB{	clear:both;}
.dispB{	display:block;}
.dispN,
label.dispN.ui-select{	display:none;}


.mT5{		margin-top:5px;}
.mT7{		margin-top:7px;}
.mT8{		margin-top:8px;}
.mT10{		margin-top:10px;}
.mT15{		margin-top:15px;}
.mT20{		margin-top:20px;}
.mT30{		margin-top:30px;}
.mT40{		margin-top:40px;}
.mT50{		margin-top:50px;}

.mR0{		margin-right:0px;}
.mR10{		margin-right:10px;}
.mR15{		margin-right:15px;}
.mR20{		margin-right:20px;}
.mR50{		margin-right:50px;}

.mB5{		margin-bottom:5px;}
.mB10{		margin-bottom:10px;}
.mB15{		margin-bottom:15px;}
.mB20{		margin-bottom:20px;}
.mB30{		margin-bottom:30px;}
.mB50{		margin-bottom:50px;}

.mL5{		margin-left:5px;}
.mL10{		margin-left:10px;}
.mL15{		margin-left:15px;}
.mL20{		margin-left:20px;}
.mL30{		margin-left:30px;}
.mL40{		margin-left:40px;}
.mL50{		margin-left:50px;}
.mL80{		margin-left:80px;}
.mL100{		margin-left:100px;}
.mL150{		margin-left:150px;}
.mL200{		margin-left:200px;}
.mL250{		margin-left:250px;}

.m5{		margin:5px;	}
.m7{		margin:7px;	}
.m8{		margin:8px;	}
.m10{		margin:10px;	}
.m15{		margin:15px;	}
.m20{		margin:20px;	}

.pT5{		padding-top:5px;}
.pT10{		padding-top:10px;}
.pT15{		padding-top:15px;}
.pT13{		padding-top:13px;}
.pT20{		padding-top:20px;}
.pT30{		padding-top:30px;}
.pT40{		padding-top:40px;}
.pT50{		padding-top:50px;}

.pB5{		padding-bottom:5px;}
.pB8{		padding-bottom:8px;}
.pB10{		padding-bottom:10px;}
.pB20{		padding-bottom:20px;}
.pB30{		padding-bottom:30px;}
.pB40{		padding-bottom:40px;}
.pB50{		padding-bottom:50px;}

.pL20{		padding-left:20px;}
.pL30{		padding-left:30px;}

.p1{		padding:1px;}
.p2{		padding:2px;}
.p5{		padding:5px;}
.p10{		padding:10px;}
.p15{		padding:15px;}
.p12{		padding:20px;}

.w50{		width:50px;}
.w60{		width:60px;}
.w100{		width:100px;}
.w120{		width:120px;}
.w130{		width:130px;}
.w150{		width:150px;}
.w180{		width:180px;}
.w200{		width:200px;}
.w220{		width:220px;}
.w230{		width:230px;}
.w250{		width:250px;}
.w280{		width:280px;}
.w300{		width:300px;}
.w320{		width:320px;}
.w334{		width:334px;}
.w350{		width:350px;}
.w400{		width:400px;}
.w450{		width:450px;}
.w470{		width:470px;}
.w480{		width:480px;}
.w500{		width:500px;}
.w520{		width:520px;}
.w600{		width:600px;}
.w630{		width:630px;}
.w650{		width:650px;}
.w670{		width:670px;}
.w700{		width:700px;}
.w720{		width:720px;}
.w730{		width:730px;}
.w800{		width:800px;}
.w900{		width:900px;}
.w920{		width:920px;}
.w970{		width:970px;}
.w980{		width:980px;}
.w25p{		width:25%;}
.w50p{		width:50%;}
.w70p{		width:70%;}
.w80p{		width:80%;}
.w90p{		width:90%;}
.w98p{		width:98%;}
.w99p{		width:99%;}
.w100p{		width:100%;}

.h30{		height:30px;}
.h35{		height:35px;}
.h40{		height:40px;}
.h50{		height:50px;}

.maxW90{	max-width:90px;	}
.maxW100{	max-width:100px;	}
.maxW400{	max-width:400px;	}
.maxW500{	max-width:500px;	}
.maxW600{	max-width:600px;	}
.maxW700{	max-width:700px;	}

.maxW95p{	max-width:95%;	}
.maxW96p{	max-width:96%;	}
.maxW97p{	max-width:97%;	}
.maxW98p{	max-width:98%;	}
.maxW100p{	max-width:100%;	} 


/* h */
hr.hr01 {
   border-width: 1px 0px 0px 0px;
   border-style: dotted;
   border-color: #cccccc; 
   height: 1px;
   clear:both;
}


/* pager */

/* ページング */
.pagingBox1{
	padding:14px 5px 25px;
	width:100%;
	clear:both;
	position:relative;
	float:left;
	color:white;
	font-size:18px;
}
.paging1{
	float:right;
}
.paging1 a,.paging1 div{
	font-size:13px;
	color:#373635;
	letter-spacing:2px;
	border:2px solid #99999a;
	background:white;
	line-height:25px;
	text-align:center;
	padding:0px 6px;
	text-decoration:none;
	transition:all 0.3s;
	margin:	0px 4px;
	display:inline;
	float:left;
	border-radius:4px;
}
.paging1 a.side{
	margin:0px 10px;
	padding:5px 8px;
}
.paging1 a:hover,.paging1 div.now{
	border:2px solid #989125;
	background:white;
	
}

.paging02{
	float:left;
	width:100%;
	text-align:center;
	padding:0px 0px 30px;
}
.paging02 a,.paging02 div{
	font-size:16px;
	color:#1b1464;
	letter-spacing:2px;
	border:2px solid #1b1464;
	background:white;
	line-height:45px;
	text-align:center;
	padding:10px 15px;
	text-decoration:none;
	transition:all 0.3s;
	margin:	0px 12px;
	display:inline;
}
.paging02 a.side{
	margin:0px 10px;
}





.pagingBox01 select{
	border:2px solid #1b1464;
	width:120px;
	height:40px;	
	font-family:'ZCOOL QingKe HuangYou', cursive;
	color:#1b1464;
	font-size:19px;
	text-align:center;
	display:inline;
	margin:	0px 15px;
	background:white;
}
.pagingBox01 select option{
	font-family:'ZCOOL QingKe HuangYou', cursive;
	font-size:19px;	
	color:#1b1464;
	line-height:40px;
	text-align:center;
	padding:0px 55px;
	text-decoration:none;
	transition:all 0.3s;
	padding:12px 35px;
	letter-spacing:1px;
}




/* input */
.inputTxt1{
	border:2px solid #9f9fa0;	
	line-height:37px;
	padding:0px 10px;
	color:#3e3a39;
	border-radius:4px;
	font-size:16px;
	transition:all 0.3s;
	margin:4px 4px 4px 0px;
}
select.inputTxt1 { height:41px;}
.inputTxt2{
	border:2px solid #9f9fa0;	
	line-height:37px;
	padding:0px 10px;
	color:#3e3a39;
	border-radius:4px;
	font-size:16px;
	transition:all 0.3s;
	display:block;
	margin:0px 10px;
	min-width:92%;
}
.inputSelect1{
	border:2px solid #9f9fa0;	
	height:41px;
	padding:0px 10px;
	color:#3e3a39;
	border-radius:4px;
	font-size:16px;
	transition:all 0.3s;
}
.inputTxt1:hover,.inputTxt1:focus,.inputSelect1:hover,.inputSelect1:focus,.inputTxt2:hover,.inputTxt2:focus{
	border:2px solid #888889;
	background:#e3f4fc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(0, 172, 228, 1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(0, 172, 228, 1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(0, 172, 228, 1);
}
.checkbox{
	border:2px solid #999;	
}
.input1{
	outline:none;
	padding: 7px 10px;
	border: 2px solid #61C1BE;
	transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
 	-moz-transition: all 0.20s ease-in-out;
	border-radius:3px;
	font-size:17px;
	
} 
.input1:hover,.input1:focus{
	background:#E1FFFD;
}
.input2{
	outline:none;
	padding: 3px;
	border: 1px solid #a7a7a7;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.07) inset;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.07) inset;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.07) inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
 	-moz-transition: all 0.20s ease-in-out;
	
} 
.input2:hover,.input2:focus{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(66, 33, 11, 1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(66, 33, 11, 1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(66, 33, 11, 1);
	border: 1px solid #42210b;
}


label:hover, input[type=submit], input[type="button"],button{
	cursor:pointer;
}
label.label1{
	display:block;
	padding:10px;
}
label.label2, label.label2w{
	display:block;
	padding:7px;
}
label.label3, label.label3w{
	padding:3px;
}
label.label4{
	padding:8px 15px;
	float:left;
	margin:3px;
}
label.label5{
	padding:1px 10px;
	float:left;
	margin:1px;
}
label.label6{
	padding:0px 1px;
}

label.label1:hover,label.label2:hover,label.label3:hover,label.label4:hover,label.label5:hover,label.label6:hover{
	 background:#f4f3e3;
	 border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
label.label2w:hover, label.label3w:hover{
	background:#FFFFFF;
}






/* button */
.btnGold1{
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	padding:12px 30px 12px 43px;
	line-height:35px;
	color: #FFFFFF;
	background-color:#a2923b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:none;
	text-decoration:none;
	background-image:url('../img/btn_icon_right.png');
	background-repeat:no-repeat;
	background-size: 12px;
	background-position: 18px 13px;
}
.btnGold2,.btnGold3{
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	padding:12px 30px 12px 43px;
	line-height:35px;
	color: #FFFFFF;
	background-color:#a2923b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:none;
	text-decoration:none;
	background-image:url('../img/btn_icon_right.png');
	background-repeat:no-repeat;
	background-size: 12px;
	background-position: 18px 13px;
}
.btnGold1:hover,.btnGold2:hover,.btnGold3:hover{
	background-color:#b8a852;
	color:white;
	text-decoration:none;
}
.btnGold1:visited,.btnGold2:visited,.btnGold3:visited{
	color:white;	
}

.btnBlue1{
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	letter-spacing:2px;
	padding:12px 20px;
	color: #FFFFFF;
	background:#00a0e2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:
		inset 0px 0px 5px rgba(0,104,148,0.8);
	-webkit-box-shadow:
		inset 0px 0px 5px rgba(0,104,148,0.8);
	box-shadow:
		inset 0px 0px 5px rgba(0,104,148,0.8);
	border:none;
	text-decoration:none;
}
.btnBlue2{
	font-size:15px;
	font-size:1.5rem;
	font-weight:bold;
	padding:7px 15px;
	color: #FFFFFF;
	background:#00a0e2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:
		inset 0px 0px 5px rgba(0,104,148,0.8);
	-webkit-box-shadow:
		inset 0px 0px 5px rgba(0,104,148,0.8);
	box-shadow:
		inset 0px 0px 5px rgba(0,104,148,0.8);
	border:none;
	text-decoration:none;
}
.btnBlue1:hover,.btnBlue2:hover{
	background:#008ac4;
}
.btnSearch,.btnSearch:hover{
	background-image:url(../img/btn_icon.png);
	background-repeat:no-repeat;
	background-position:10px 8px;
}
.btnEdit,.btnEdit:hover{
	background-image:url(../img/btn_icon.png);
	background-repeat:no-repeat;
	background-position:10px -92px;
	text-decoration:none;
}
.btnPrint,.btnPrint:hover{
	background-image:url(../img/btn_icon.png);
	background-repeat:no-repeat;
	background-position:10px -193px;
	text-decoration:none;
}

.btnGrey1{
	font-size:15px;
	font-size:1.5rem;
	padding:5px 12px;
	text-decoration:none;
	color: #000000;
	background:#e0e0e0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:
		inset 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:
		inset 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow:
		inset 0px 0px 5px rgba(0,0,0,0.3);
	border:none;
	text-shadow:
			0px 1px 0px rgba(255,255,255,1);

}
.btnGrey1:hover,.btnGrey1:hover{
	background:#ededed;
}
.btnGrey2{
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	padding:12px 21px 12px 21px;
	line-height:30px;
	color: #212121;
	background-color:#dddddd;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border:none;
	text-decoration:none;
}
.btnGrey2:hover{
	background-color:#d8d8d8;
}

.btnRed1{
	font-size:15px;
	font-size:1.5rem;
	padding:19px 12px 2px;
	margin:15px;
	color: #ffffff;
	background-color:#cc1c24;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:2px solid #fff;
	text-decoration:none;
	text-align:center;

}
.btnRed1:hover,.btnRed1:hover{
	background-color:#d6494f;
}
.pcHidden{
	display:none;
}
.spHidden{
	display:block;	
}


/****************
フェードイン
https://coco-factory.jp/ugokuweb/move02/4-1/
https://coco-factory.jp/ugokuweb/jscss/
*****************/
/* fadeUp */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
    opacity: 0;
}





/************************************************************
*	drawer menu ドロワーメニュー
 ***********************************************************/


/* :::::: drawer menu :::::: */

#headerSlideMenu{
	display:none;
	background:rgba(255,255,255,0.80);	
	float:left;
	width:100vw;
	z-index: 10001;
	overflow-y: auto;
}
#headerSlideMenu::-webkit-scrollbar{
	display:none;
}
.menuSlideBox{
	width:1000px;
	margin:0px auto;

}
.menuTitle{
	line-height:50px;
	border-bottom:1px solid	#171c61;
	padding:3px 0px 0px 15px;
	letter-spacing:1px;
	font-size:17px;	
	font-weight:700;
	color: #666 ;
	background: rgba(0,0,0,0.03);
	width:100%;
	text-align:center;
	clear:both;
	float:left;
}

#headerSlideMenu a:hover {
	background-color:rgba(0,0,0,0.04);
}

.menuH{
	padding-left:30px;	
	line-height:50px;
	font-size:16px;	
	font-weight:700;
	letter-spacing:1px;
	position:relative;
	display:block;
	text-decoration:none;
	color: var(--main-color);
	border-bottom:1px solid var(--main-color);
	float:left;
	clear:both;
	width:100%;
}

#headerSlideMenu ul li a{
	padding:8px 0px 8px 30px;
   background:url('../img/btn_icon_right_g.png')  7px 19px no-repeat;
   background-size:7px auto;	
	line-height:35px;
	font-size:15px;	
	font-weight:700;
	letter-spacing:1px;
	position:relative;
	display:block;
	text-decoration:none;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	color:#3E3A39;
}
#headerSlideMenu ul li a i{
	color:var(--main-color);
	font-size:20px;
}
.slideMenuList1 li{
	width:100%;
	float:left;
}
.slideMenuList2 li{
	width:50%;
	float:left;
}
#menuClose{
	position:fixed;
	right:0px;
	bottom:0px;
	width:60px;
	height:60px;
	background:var(--main-color);
	z-index:20000;
	display:none;
}
#menuClose img, #menuClose a{
	width:60px;
	height:60px;	
}
#menuClose2{
	position:fixed;
	right:0px;
	top:0px;
	width:60px;
	height:60px;
	background:#61C1BE;
	z-index:20000;
}
#menuClose2 img, #menuClose2 a{
	width:60px;
	height:60px;
}

/************************************************************
*	common parts 共通パーツ
 ************************************************************/

#container{
	width:100%;	
}
body .container{
	width:auto;	
	padding:0px;
}
#headerPC{
	height:80px;
	float:left;
	position: fixed;
	left:0px;
	right:0px;
	top:0px;
	z-index:5000;
	-webkit-transition: all 0.20s ease-in-out;
 	-moz-transition: all 0.20s ease-in-out;	

}
#headerPCWrapperTop{
	width:100%;
	height:80px;
	float:left;
}
#headerPCTop{
	width:100%;
	/*width:1000px;*/
	height:80px;
	margin:0px auto;
	background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(14px);
	/*border-bottom:1px solid var(--main-color);*/
}

#headerPC a:hover{
	/*background-color:rgba(0,0,0,0.05);	*/
	text-decoration:none;
}
#headerMenu{
	float:left;
	left:7px;
	top:9px;
	width:60px;
	height:60px;
	position:absolute;
	z-index:200000;
	/*overflow:hidden;*/	
}
#headerMenu a{
	display:block;
	width:60px;
	height:60px;	
	text-align:center;
	padding:15px 0px 0px;
}
#headerMenu img{
	width:30px;
}
#headerLogo{
	float:left;
	left:75px;
	/*transform: translate(-50%, 0%);*/
	top:11px;
	position:relative;
	/*overflow:hidden;*/	
}
#headerTxt{
	float:left;
	left:100px;
	top:35px;
	position:relative;
	font-size:12px;
	color:var(--main-color);
}
#headerPC #headerLogo a{
	height:60px;
	vertical-align:middle;	
}
#headerPC #headerLogo a:hover{
	background:none;	
}
#headerLogo img{
	width:200px;
	margin-top:15px;
}

#headerLogo h1{
  margin:0px 0px;
  line-height:0px;
}

.headerLink{
	line-height:80px;	
	float:right;
}
.headerLink a{
	display:block;
	width:165px;
	height:80px;
	text-align:center;
	transition:0.1s ease-out;
	text-decoration:none;
	color:var(--main-color);
	letter-spacing:2px;
	font-weight:bold;
}
.headerLink i,.headerInquiry a i{
	color:var(--main-color);
	font-size:20px;
}
.headerLink a:hover{
	border-bottom:var(--main-color) 1px solid;
	height:78px;
}

.headerInquiry{
	line-height:70px;	
	float:right;
	margin-right:10px;
}
.headerInquiry a{
	display:block;
	width:210px;
	transition:0.1s ease-out;
	text-decoration:none;
	display:block;
	text-align:center;
	max-width:270px;
	margin:15px auto;
	color:var(--main-color);
	font-size:15px;
	font-weight:bold;
	line-height:50px;
	background:#fffcd5;
	border-radius:30px;
	border:0px ;
	outline:solid 2px var(--main-color);
	letter-spacing:1px;
	padding:0px 20px 0px 10px;
	box-shadow: 5px 5px 0px 0px  var(--main-color), 5px 5px 0px 2px var(--main-color);
}
.headerInquiry a i{

}

.headerInquiry a:hover{
	background:white;
	box-shadow: 1px 1px 0px 0px  var(--main-color), 1px 1px 0px 2px var(--main-color);
	
}
.headerLogin a:hover img{
	padding-top:19px;
}


#headerPCMenu{
	float:left;
	position:relative;
	height:65px;	
}
#headerPCMenu li {
	width:230px;
	height:55px;
	float:left;	
	margin-left:5px;
	
}
#headerPCMenu li a{
	width:230px;
	height:55px;
	float:left;	
	padding-top:12px;
	text-align:center;
	display:block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color:#42210b;
	text-decoration:none;
	letter-spacing:2px;
	font-size:13px;
	
}
#headerPCMenu li a img{
	margin:auto;	
}
#headerPC #headerPCMenu li a:hover{
	/*background:#c1b35c;*/	
	background-position:bottom;
}
#headerPCMenu li a#assortList{
	background:#eee7d0;
}
#headerPCMenu li a#assortList:hover{
	background:#e4daba;
}
#headerPCMenu li a#itemList{
	background:#e0d4cb;
}
#headerPCMenu li a#itemList:hover{
	background:#d6c7bc;
}
#headerSP{
	display:none;
	position: fixed;
	-webkit-transition: all 0.20s ease-in-out;
 	-moz-transition: all 0.20s ease-in-out;	
}
#topMain{
	/*top:-80px;*/
	position:relative;
}


.h01 {
	background:url('../img/h1_bg.png') no-repeat;
	background-position:center bottom 55px;
	background-size:400px auto; 
	padding:30px 0px 10px;
	text-align:center;
	letter-spacing: 1px;
}
.h01 h2{
	color:var(--yellow);
	font-weight:bold;
	font-size:30px;
	line-height:37px;
	text-shadow: -1px -1px 0px var(--main-color),1px -1px 0px var(--main-color),-1px 1px 0px var(--main-color),1px 1px 0px var(--main-color),2px 2px 0px var(--main-color);
}
.h01 span{
	font-size:13px;
	letter-spacing:3px;
	color:var(--main-color);
	display:block;
	padding-top:54px;
	padding-left:20px;
}
.h01 i{
	font-size:18px;
	color:var(--main-color);
}

.h02{ 
	padding:25px 0px 10px;
	clear:both;
}
.h02 h2{
	background: url("/img/h_line.png") center no-repeat;
    background-size:450px 10px;
	background-position:bottom;
    font-size: 22px;
    letter-spacing: 0px;
    color: #3E3A39;
    height: 50px;
    text-align: center;
    font-weight: 400;
	font-family: 'Zen Maru Gothic';
	margin:20px 0px 10px;
}

.h03{ 
	text-align:center;
	padding:0px 0px 10px;
	background:#FBFADA;
	border-radius:12px;
	margin-bottom:20px;
}
.h03 h2{
	padding:20px 0px 15px;
	text-align:center;
}

.h03 img{
	width:400px;
}

#main{
	float:left;
	position:relative;
	padding-top:70px;
	width:100%;
}




#footerWrapper{
	float:left;
	width:100%;	
	background:var(--main-color);
	min-height:300px;
	color:white;
	/*border-top:2px solid #C7161D;*/
}
#footer{
	margin:0px auto;
		width:990px;
		clear:both;	
		position:relative;
}
#footerLogo{
	width:300px;
	margin:40px 15px 0px;
	text-align:center;
	float:left;
}
#footerLogo img{
	max-width:350;
}
.footerText{
	margin:0px auto;
	width:240px;
	clear:both;	
	position:relative;
	letter-spacing:2px;
	padding:0px 0px 30px;
}
#footerMenu{
	float:left;	
	padding:35px 0px;
}
#footerMenu .sub{
	float:left;	
	margin:0px 15px 0px 0px;
	color:#666666;
	line-height:25px;
	min-height:200px;
	font-size:13px;
	width:300px;
}
#footerMenu .sub .h1{
	width:250px;
	border-bottom:1px solid white;
	letter-spacing:2px;
	color:#61C1BE;
	font-size:13px;
	padding-left:15px;
	margin-bottom:6px;
	line-height:40px;
	padding-top:20px;
}
	
#footerMenu a{
	padding-left:25px;
	font-size:14px;
	text-decoration:none;
	line-height:45px;
	background:url('../img/footer_menu_arrow.png') 10px 16px no-repeat;
	background-size:7px auto;
	letter-spacing: 1px;	
	display:block;
	font-weight:500;
	color:white;
}

#footerMenu a i {
    color: white;
    font-size: 17px;
}
#footerMenu a:hover{
	text-decoration:underline;
}

#footerCopy{
	width:100%;
	text-align:center;
	padding:10px 0px 20px;
	font-weight:500;
	letter-spacing:3px;
	font-size:12px;	
	clear:both;
	color:#999;
}

#page-top {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -80px;
    right: 100px;
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 50%;
    background:var(--main-color);
    color:white;
    text-align:center;
    text-decoration: none;
    transition: .5s;
}
#page-top i{
color:white;
font-size:25px;
margin-top:16px;
}
#page-top:hover { background: var(--main-light); }
#page-top:hover .fa { transition: .5s; }
#page-top:hover .fa {transform: rotateY(360deg); }







/************************************************************
*	top
 ************************************************************/
 
.normalWrapper{
	width:100%;
	float:left;
	clear:both;
}
.normalBox{
	width:1000px;
	padding:10px 0px;
	margin:0px auto;	
	position:relative;
}

.wideWrapper{
	width:100%;
	float:left;
	clear:both;
}
.wideBox{
	width:1200px;
	padding:20px 0px;
	margin:0px auto;	
	position:relative;
	clear:both;
}




#topSlideWrapper{
	width:100%;
	height:650px;
	/*height: 100vh;*/
	float:left;
	position:relative;
	left:0px;
}

#topSlideWrapper img {
    max-width:2100px;
}
#topSlideSP{
	display:none;
}


#topSlideWrapper #topSlide{
	width:100%;	
	height:650px;
	position:absolute;
	float:right;
	/*height: 100vh;*/
}
#topSlide .slideImg{
	width:100%;
	height:650px;
	/*height: 100vh;*/
	position:relative;
	overflow:hidden;
}
#topSlide .slideImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 600;
}
#topSlide .slidePrev{
	position:absolute;
	float:left;
	left:15px;
	top:270px;
	width:25px;
	height:50px;
	z-index:9998;	
}
#topSlide .slidePrev img{
	width:25px;
	transform:rotate(180deg);
}
#topSlide .slideNext{
	position:absolute;
	float:left;
	right:15px;
	top:270px;
	width:25px;
	height:50px;
	z-index:9998;	
}
#topSlide .slideNext img{
	width:25px;
}
#topSlide .slideNext a,#topSlide .slidePrev a{
	cursor:pointer;	
}
#topSlide .slick-dots{
	float:left;
	position:absolute;
	left:22px;
	bottom:22px;	
	text-align:left;
}
#topSlide .slick-dots li button::before{
	color:white;
	opacity:0.35;
	font-size:10px;
}
#topSlide .slick-dots li.slick-active button::before{
	opacity:1;
}
.slideImg .thum{
	position:absolute;
	right:90px;
	bottom:50px;	
	width:300px;
	background:rgba(255,255,255,0.8);
	padding:25px;
}
#topSlideWrapper #topSlide .slideImg .thum img{
	width:180px;
	position:relative;
}
.slideImg .thum .title{
	clear:both;
	width:230px;	
	padding-top:15px;
}









.dlList1{
	margin:0px 0px 0px 50px;
	width:800px;
	clear:both;	
	position:relative;
	padding:0px 20px 20px;
	float:left;
}
.dlList1 dl{
	position:relative;
	padding:10px 0px 30px;	
	clear:both;
}
.dlList1 dl dt{
	float:left;
	padding:10px 0px 10px 0px;
	line-height:23px;	
	clear:both;
	width:150px;
	text-align:center;
	letter-spacing:2px;
}
.dlList1 dl dd{
	float:left;
	padding:10px 0px 10px 30px;
	width:600px;
	line-height:23px;
	letter-spacing:1px;	
}


.tbl1{
	border-top:1px solid #9FA0A0;
	border-left:1px solid #9FA0A0;	
	width:100%;
}
.tbl1 th{
	background:#FBFADA;
	border-bottom:1px solid #9FA0A0;
	border-right:1px solid #9FA0A0;	
	padding:8px 10px;
}
.tbl1 td{
	background:white;
	border-bottom:1px solid #9FA0A0;
	border-right:1px solid #9FA0A0;
	text-align:left;
	padding:8px 10px;
}


.txtBox1{
	padding:20px 0px 50px;
	margin:auto;
	width:850px;
	letter-spacing:0px;
	line-height:27px;
	color:var(--main-color);
	font-size:16px;
	text-align:center;
	position:relative;
}
.txtBox2{
	padding:20px 0px 20px;
	margin:auto;
	width:850px;
	letter-spacing:0px;
	line-height:27px;
	color:var(--main-color);
	font-size:16px;
	text-align:center;
}






.listTbl1{
	width:100%;	
}
.listTbl1 th{
	border-bottom:2px solid #9F9FA0;
	line-height:20px;
	padding:11px 5px;
	text-align:center;
}
.listTbl1 td{
	line-height:20px;
	text-align:center;
	padding:11px 5px;	
	vertical-align:middle;
}
.listTbl1 tr:nth-child(even){
	background:#F2F2F2;	
}
.listTbl1 tr:hover{
	background:	#DFF1FC;
}
.listTbl1 tr.bgRed{
	background:	#efd5e6;
}



.qualityWrapper{
	width:100%;
	float:left;
	clear:both;
	background:url(../img/truck_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.qualityBox{
	width:1000px;
	padding:10px 0px;
	margin:0px auto;	
	position:relative;
}
.yellowWrapper{
	width:100%;
	float:left;
	clear:both;
	background:#fcffdb;
}

.caseWrapper{
	position:relative;
	clear:both;
	padding:20px 0px 40px;
}
.caseBox1{
	float:left;
	width:270px;
	border:1px solid var(--main-color);
	box-shadow:2px 2px 0px var(--main-color);
	position:relative;
	height:300px;
	background:white;
	text-align:center;
	margin:0px 15px;
}
.caseBox1 .tag{
	position:absolute;
	left:-14px;
	top:15px;
}
.caseBox1 .tag img{
	width:76px;
}
.caseBox1 .h{
	font-size:19px;
	font-weight:bold;
	text-align:center;
	color:var(--main-color);
	padding:55px 0px 15px;

}
.caseBox1 .img img{
	width:100px;
}
.caseBox1 .txt{
	padding:10px 5px 10px; 
}

.caseBox2{
	float:left;
	width:300px;
	border:1px solid var(--main-color);
	box-shadow:2px 2px 0px var(--main-color);
	position:relative;
	height:445px;
	background:white;
	text-align:center;
	margin:0px 16px;
}
.caseBox2 .tag{
	position:absolute;
	left:-14px;
	top:15px;
}
.caseBox2 .tag img{
	width:76px;
}
.caseBox2 .h{
	font-size:19px;
	font-weight:bold;
	text-align:center;
	color:var(--main-color);
	padding:55px 0px 15px;
}
.caseBox2 table{
	width:92%;
	border-top:1px solid #c4c9db;
	border-left:1px solid #c4c9db;
	font-size:13px;
	line-height:18px;
	margin:5px auto;
}
.caseBox2 table th{
	background:var(--main-color);
	color:white;
	border-right:1px solid #c4c9db;
	border-bottom:1px solid #c4c9db;
	padding:4px 5px;
}
.caseBox2 table td{
	border-right:1px solid #c4c9db;
	border-bottom:1px solid #c4c9db;
	padding:4px 5px;
}
.caseBox2 table td.l{
	text-align:center;
	color:var(--main-color);
}
.caseBox2 table tr:nth-of-type(2n) td{
	background:#e5e7ef;
}
.caseBox2 .txt{
	padding:13px 5px 13px; 
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
.caseBox2 .txt span{
	font-weight:bold;
}
.markerY{
	background: linear-gradient(transparent 50%, #fffc52 50% 80%);
	font-weight:bold;
}



.polygonWrapper{
	width:100%;
	float:left;
	clear:both;
	background:url(../img/polygon_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.polygonBox{
	width:1070px;
	padding:20px 0px;
	margin:0px auto;	
	position:relative;
	clear:both;
}
.lrBox{
	width:1070px;
	position:relative;	
	clear:both;
	padding:40px 0px;
	float:left;
}
.lrBox .left{
	float:left;
}
.lrBox .right{
	float:right;
}
.lrBox .txtBox{
	width:550px;
	height:325px;
	line-height:27px;
	letter-spacing:1px;
	padding:10px 10px;
	border:1px solid var(--main-color);
	box-shadow:2px 2px 0px var(--main-color);
	background:#fff4e4;
}
.lrBox .txtBox .h{
	margin:10px 10px;
	border-left:2px solid var(--main-color);
	padding:10px 15px;
	color:var(--main-color);
	font-size:19px;
	font-weight:bold;
}
.lrBox .txtBox ul li{
	background:url(../img/service_list.png) no-repeat;
	background-position:22px 10px;
	background-size:20px;
	padding:7px 10px 7px 55px;
	font-size:17px;
}
.lrBox .txtBox .img{
	position:absolute;
	right:-30px;
	top:-30px;
	z-index:1000;
}
.lrBox .txtBox .img img{
	width:185px;
}
.lrBox .imgBox{
	height:325px;
	line-height:27px;
	letter-spacing:1px;
	border:1px solid var(--main-color);
	box-shadow:2px 2px 0px var(--main-color);
	background:#fff4e4;
}
.lrBox .imgBox img{
	height:325px;
	border:none;
	margin:none;
	padding:none;
}

.gradientWrapper{
	width:100%;
	float:left;
	clear:both;
	background:url(../img/gradient_bg.jpg);
	background-size: cover;
	background-position: center;
}
.gradientBox{
	width:1070px;
	padding:20px 0px;
	margin:0px auto;	
	position:relative;
	clear:both;
}

.formTbl1{
	width:100%;
	border-top:1px solid var(--main-color);
	border-left:1px solid var(--main-color);
	box-shadow:2px 2px 0px var(--main-color);
	line-height:25px;
	margin:5px auto;
}
.formTbl1 th{
	background:#dee5ef;
	color:var(--main-color);
	border-right:1px solid var(--main-color);
	border-bottom:1px solid var(--main-color);
	padding:8px 10px;
}
.formTbl1 td{
	border-right:1px solid var(--main-color);
	border-bottom:1px solid var(--main-color);
	padding:8px 10px;
	background:white;
}
.formTbl1 td.l{
	text-align:center;
	color:var(--main-color);
}


.roundBtnBlue1{
	min-width:300px;
	text-align:center;
	max-width:360px;
	margin:15px auto;
	color:var(--main-color);
	font-size:19px;
	font-weight:bold;
	background:white;
	border-radius:60px;
	border:0px ;
	outline:solid 2px var(--main-color);
	letter-spacing:3px;
	box-shadow: 6px 6px 0px 0px white, 6px 6px 0px 2px var(--main-color);
	text-decoration:none;
	padding:10px 30px;
}
.roundBtnBlue1 i{
	color:var(--main-color);
}



.mapBox1{
	max-width:700px;
	border:1px solid var(--main-color);
	box-shadow:2px 2px 0px var(--main-color);
	position:relative;
	background:white;
	text-align:center;
	margin:15px auto;
}
.mapBox1 a{
	float:left;
	clear:both;
	width:100%;
	height:100%;
	cursor: pointer;
}
.mapBox1 .tag{
	position:absolute;
	left:-16px;
	top:15px;
}
.mapBox1 .tag img{
	width:114px;
}
.mapBox1 .zoom{
	position:absolute;
	right:30px;
	bottom:30px;
}
.mapBox1 .zoom i{
	color:var(--main-color);
	font-size:50px;
}
.mapBox1 .img img{
	width:100%;
}
.mapTbl1{
	max-width:700px;
	border-top:1px solid var(--main-color);
	border-left:1px solid var(--main-color);
	line-height:25px;
	margin:0px auto 2%;
	box-shadow:2px 2px 0px var(--main-color);
	width:96%;
}
.mapTbl1 th{
	background:#dee5ef;
	color:var(--main-color);
	border-right:1px solid var(--main-color);
	border-bottom:1px solid var(--main-color);
	padding:8px 10px;
}
.mapTbl1 td{
	border-right:1px solid var(--main-color);
	border-bottom:1px solid var(--main-color);
	padding:8px 10px;
	background:white;
}
.mapTbl1 td.l{
	text-align:center;
	color:var(--main-color);
}

.truckWrapper{
	width:100%;
	float:left;
	clear:both;
	background:url(../img/delivery_bg.jpg);
	background-size: cover;
	background-position: center;
}

.deliveryImg{
	position:absolute;
	left:80px;
	top:20px;
	width:180px;
	height:180px;
}
.deliveryImg img{
	width:180px;
}

.cunsultationBox{
	max-width:700px;
	border:1px solid var(--main-color);
	box-shadow:2px 2px 0px var(--main-color);
	position:relative;
	background:white;
	text-align:center;
	margin:40px auto;
}
.cunsultationBox .tag{
	position:absolute;
	left:-16px;
	top:10px;
}
.cunsultationBox .tag img{
	width:152px;
}
.cunsultationBox .h{
	color:var(--yellow);
	font-weight:bold;
	font-size:29px;
	line-height:37px;
	letter-spacing:1px;
	padding:60px 0px 35px;
	text-align:center;
	text-shadow: -1px -1px 0px var(--main-color),1px -1px 0px var(--main-color),-1px 1px 0px var(--main-color),1px 1px 0px var(--main-color),2px 2px 0px var(--main-color);
}
.cunsultationBox .btn a{
	min-width:300px;
	text-align:center;
	max-width:360px;
	margin:15px auto;
	color:var(--main-color);
	font-size:19px;
	font-weight:bold;
	text-decoration:none;
	line-height:50px;
	background:#ffff9f;
	border-radius:60px;
	border:0px ;
	outline:solid 2px var(--main-color);
	letter-spacing:1px;
	box-shadow: 6px 6px 0px 0px #ff8f29, 6px 6px 0px 2px #ff8f29;
	padding:18px 60px;
}
.cunsultationBox .btn a i{
	color:var(--main-color);
}
.cunsultationBox .list{
	margin:40px 0px 23px 80px;
}
.cunsultationBox.formBox .list {
	margin:0px 0px 23px 80px;
}
.cunsultationBox .list li{
	padding:8px 0px;
}
.cunsultationBox .list li,.cunsultationBox .list a,.cunsultationBox .list a span{
	text-decoration: none;
	color:var(--main-color);
	font-size:20px;
	font-weight:bold;
	text-align:left;
	letter-spacing:1px;
}
.cunsultationBox .list  i{
	color:var(--main-color);
}
.cunsultationBox .list .mail-inner{
	font-size:19px;
}
.cunsultationBox .illust{
	position:absolute;
	right:40px;
	bottom:-20px;
}
.cunsultationBox .illust img{
	width:150px;
}

.consultationImg{
	position:absolute;
	right:0px;
	bottom:-20px;
}
.consultationImg img{
	width:150px;
}
.consultationTxt{
	padding:20px 0px 20px;
	margin:auto;
	width:850px;
	letter-spacing:0px;
	line-height:27px;
	color:var(--main-color);
	font-size:16px;
	text-align:left;
} 




.menuAnk{
	border:2px solid #C7161D;
	border-radius:6px;
	background:#FFDCDF;
	line-height:60px;
	padding:12px 50px;
	letter-spacing:5px;
	text-decoration:none;
}
.menuAnk:hover{
	background:#FF979F;	
}
