@charset "utf-8";

/************************************************************
 *initialize 初期化
 ************************************************************/
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/*@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700,800,900);*/
/*@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900);
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');*/


*{
	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: #013591;
  --orange:#f15a24;
}

@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);	
}
*::placeholder{
	color:#afafaf;
}
form{
	display:inline;
}
	


/************************************************************
 * common class 共通クラス
 ************************************************************/
 
.hidden{
	display:none;	
}
 /* font */
.red{
	color:#bb161d;
}
.grey{
	color: #666666;
}
.redB{
	color:#CC1C24;
	font-weight:bold;
}
.mainColor{
	color:var(--main-color);
}
.gold{
	color:#95872a;
}

.redB16{
	font-weight:bold;
	color:#cc0010;
	font-size:15px;
}
.B16{
	font-weight:bold;
	font-size:15px;
}
.white{
	color:#FFF;
}
.errorTbl{
	margin:auto 2%;
	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;
	color:#bb161d;
	font-weight:bold;
}
.messageTbl{
	margin:auto 2%;
	width:96%;
	background:#d4ecee;
	border-radius:8px;
}
.messageTbl th{
	padding:15px 10px 15px 5px;
}
.messageTbl th i{
	color:#009c66;
	font-size:40px;
}
.messageTbl td{
	padding:15px 10px 15px 5px;
	color:#00894f;
	font-weight:bold;
	font-size:17px;
}
.errTxt{
	color:#bb161d;
}
.errTxt i {
	color:#bb161d;
	font-size:25px;
}
.hissu{
	border:1px solid #ce1946;
	color:#e52828;
	background:#ffe9e9;
	padding:0px 2px;
	font-size:10px;
	font-weight:normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height:26px;
}
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;	}
.maxW300{	max-width:300px;	}
.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;
}
.listHeader{
	padding:5px 0px 5px;
	text-align:right;
}
.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 var(--main-color);
	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;
}

.searchSubmitBtn1{
	background:var(--main-color);
	line-height:40px;
	height:40px;
	color:white;
	letter-spacing:1px;
	border-radius:5px;
	text-decoration:none;
	padding:1px 12px 0px 12px;
	transition:all 0.2s;
	border:0px;	
	cursor:pointer;
}




/* input */
.inputTxt1{
	border:2px solid #9f9fa0;	
	line-height:37px;
	padding:0px 10px;
	color:#3e3a39;
	border-radius:4px;
	font-size:16px;
	transition:all 0.3s;
}
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;	
}
.input01{
	outline:none;
	padding: 5px;
	border: 1px solid #a7a7a7;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15) 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;
	
} 
.input01:hover,.input01:focus{
	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);
	border: 1px solid #0081bd;
}

.fileBtn{
  border: 2px var(--main-color) solid;
  padding: 50px 20px;
  position: relative;
width: 100%;
background:#e7e7e7;
}
.fileBtn::file-selector-button {
  position: absolute;
  top: 45%;
  left:50%;
  margin-left:-100px;
  font-weight: bold;
  color: white;
  background: var(--main-color);
  font-size: 14px;
  border: 0;
  border-radius: 30em;
  padding: 8px 16px;
  text-align: center;
  width:200px;
}
.dropTxt{
	position:absolute;
	top:30px;
	width:100%;
	text-align:center;
}


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 */

/*
.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;
}
background-color:#d6494f;
}
	*/
.btn1.far, .btn2.far, .btn3.far, .btn4 i, .btn5.far{
	color:white;
}
.btn1{
	background:var(--main-color);
	line-height:40px;
	height:40px;
	color:white;
	letter-spacing:1px;
	border-radius:5px;
	text-decoration:none;
	padding:13px 27px 0px 15px;
	transition:all 0.2s;
	border:0px;	
	cursor:pointer;
}
.btn2{
	background:var(--main-color);
	line-height:40px;
	height:40px;
	color:white;
	letter-spacing:1px;
	border-radius:5px;
	text-decoration:none;
	padding:1px 12px 0px 12px;
	transition:all 0.2s;
	border:0px;	
	cursor:pointer;
}
.btn3{
	background:var(--main-color);
	line-height:30px;
	height:30px;
	color:white;
	letter-spacing:1px;
	border-radius:5px;
	text-decoration:none;
	padding:8px 16px 0px 10px;
	transition:all 0.2s;
	border:0px;	
	cursor:pointer;
	font-size:13px;
	margin-bottom:7px;
}
.btn4{
	background:var(--main-color);
	height:30px;
	color:white;
	letter-spacing:1px;
	border-radius:5px;
	text-decoration:none;
	padding:8px 16px 8px 10px;
	transition:all 0.2s;
	border:0px;	
	cursor:pointer;
	font-size:13px;
	margin-top:3px;
}
button.btn4{
	padding-bottom:28px;
}
.btn5{
	background:var(--main-color);
	height:40px;
	color:white;
	letter-spacing:1px;
	border-radius:5px;
	text-decoration:none;
	padding:10px 32px 10px 15px;
	transition:all 0.2s;
	border:0px;	
	cursor:pointer;
	font-weight:bold;
	font-size:15px;
}
.btn5 i{
	color:white;	
}
a.btn3{
	font-weight:bold;	
}
.btn1:hover, .btn2:hover, .btn3:hover, , .btn4:hover{
	background:#92cad2;
}

.greySubmit{
	border:none;
	background:none;
	color:#666666;
	padding:3px 15px 3px 5px;
}
.greySubmit i{
	color:#666666;
}


.roundBtnOrange1{
	min-width:300px;
	text-align:center;
	max-width:360px;
	margin:15px auto;
	color:var(--orange);
	font-size:19px;
	font-weight:bold;
	line-height:50px;
	background:#fffcd5;
	border-radius:60px;
	border:0px ;
	outline:solid 2px var(--orange);
	letter-spacing:3px;
	box-shadow: 6px 6px 0px 0px white, 6px 6px 0px 2px var(--orange);
}
.roundBtnOrange2{
	display:block;
	text-align:center;
	max-width:270px;
	margin:15px auto;
	color:var(--orange);
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	background:#fffcd5;
	border-radius:30px;
	border:0px ;
	outline:solid 2px var(--orange);
	letter-spacing:0px;
	padding:0px 20px 0px 10px;
	box-shadow: 6px 6px 0px 0px white, 6px 6px 0px 2px var(--orange);
	text-decoration:none;
}
.roundBtnOrange1:hover,.roundBtnOrange2:hover{
	color:var(--orange);
	box-shadow: 6px 6px 0px 2px var(--orange);
}
.roundBtnOrange1 span,.roundBtnOrange1 i,.roundBtnOrange2 span,.roundBtnOrange2 i{
	color:var(--vk-color-primary);
}
.roundBtnBlue1{
	min-width:300px;
	text-align:center;
	max-width:360px;
	margin:15px auto;
	color:var(--main-color);
	font-size:19px;
	font-weight:bold;
	line-height:50px;
	background:#fffcd5;
	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);
}
.roundBtnBlue2{
	display:block;
	text-align:center;
	max-width:270px;
	margin:15px auto;
	color:var(--main-color);
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	background:#fffcd5;
	border-radius:30px;
	border:0px ;
	outline:solid 2px var(--main-color);
	letter-spacing:0px;
	padding:0px 20px 0px 10px;
	box-shadow: 6px 6px 0px 0px white, 6px 6px 0px 2px var(--main-color);
}
.roundBtnBlue1:hover,.roundBtnBlue2:hover{
	color:var(--main-color);
	box-shadow: 6px 6px 0px 2px var(--main-color);
}
.roundBtnBlue1 span,.roundBtnBlue1 i,.roundBtnBlue2 span,.roundBtnBlue2 i{
	color:var(--vk-color-primary);
}

.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:100%;
	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: #61C1BE;
	border-bottom:1px solid #61C1BE;
	float:left;
	clear:both;
	width:100%;
}

#headerSlideMenu ul li a,#headerSlideMenu ul li button{
	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-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	color:#3E3A39;
	width:100%;
	text-align:left;
}
#headerSlideMenu ul li a i,#headerSlideMenu ul li button 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{
	/*width:100%;*/
	height:70px;
	/*background:rgba(240,240,240,0.95);*/
	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:70px;
	float:left;
}
#headerPCTop{
	width:100%;
	/*width:1000px;*/
	height:70px;
	margin:0px auto;
	/*background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 61%, rgba(255,255,255,1) 100%);*/
	background:white;
	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:0px;
	top:5px;
	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:70px;
	/*transform: translate(-50%, 0%);*/
	top:5px;
	position:relative;
	/*overflow:hidden;*/	
}
#headerPC #headerLogo a{
	height:60px;
	vertical-align:middle;	
}
#headerPC #headerLogo a:hover{
	background:none;	
}
#headerLogo img{
	width:240px;
	margin-top:13px;
}
#headerLogoMember{
	float:left;
	left:70px;
	/*transform: translate(-50%, 0%);*/
	top:5px;
	position:relative;
	/*overflow:hidden;*/	
}
#headerPC #headerLogoMember a{
	height:60px;
	vertical-align:middle;	
}
#headerPC #headerLogoMember a:hover{
	background:none;	
}
#headerLogoMember img{
	width:210px;
	margin-top:10px;
}

#headerLogo h1{
  margin:0px 0px;
  line-height:0px;
}

.headerLink{
	float:right;
}
.headerLink a{
	display:block;
	width:145px;
	height:70px;
	text-align:center;
	transition:0.2s ease-out;
	text-decoration:none;
	color:var(--main-color);
	letter-spacing:2px;
	padding-top:15px;

}
.headerLink i{
	color:var(--main-color);
	font-size:15px;
}
.headerLink span{
	display:block;
	width:100%;
	text-align:center;
	color:#a5a5a5;
	font-size:10px;
	line-height:18px;
	padding-left:15px;
}
.headerLink a:hover{
	padding-top:10px;	
}

.headerLogin{
	line-height:70px;	
	float:right;
}
.headerLogin img{
	width:130px;
	padding-top:22px;
	transition:0.3s;
}
.headerLogin a{
	display:block;
	width:170px;
	height:70px;
	background:#61C1BE;
	text-align:center;
	transition:0.1s ease-out;
 padding-left:15px;
}
#headerPC .headerLogin a:hover{
	background:#91D0CD;
	
}
.headerLogin a:hover img{
	padding-top:19px;
}



#headerSP{
	display:none;
	position: fixed;
	-webkit-transition: all 0.20s ease-in-out;
 	-moz-transition: all 0.20s ease-in-out;	
}



.h01 {
	background:url('/img/h_bg.png') no-repeat;
	background-position:center 55px;
	background-size:450px auto; 
	padding:30px 0px 10px;
	text-align:center;
	letter-spacing: 1px;
}
.h01 h2{
	color:var(--main-color);
	font-weight:normal;
	font-size:26px;
}
.h01 span{
	font-size:13px;
	letter-spacing:3px;
	color:#a5a5a5;
	display:block;
	padding-top:30px;
	padding-left:20px;
}
.h01 i{
	font-size:18px;
	color:var(--main-color);
	padding-bottom:2px;
}
.h02{
	display:block;
	text-align:center;
	background:#d4e8ff;
	border-radius: 4px;
	border-bottom:var(--main-color);
	margin:20px 10px;
	font-size:20px;
	line-height:35px;
}



#main{
	float:left;
	position:relative;
	padding-top:70px;
	width:100%;
}




#footerWrapper{
	float:left;
	width:100%;	
	background:#EFEFEF;
	min-height:300px;
	/*border-top:2px solid #C7161D;*/
}
#footer{
	margin:0px auto;
		width:400px;
		clear:both;	
		position:relative;
}
#footerLogo{
	width:290px;
	margin:35px auto 0px;
	text-align:center;
}
#footerLogo img{
	width:100%;
}
.footerText{
	margin:0px auto;
	width:240px;
	clear:both;	
	position:relative;
	letter-spacing:2px;
	padding:0px 0px 30px;
}
#footerMenu{
	clear:both;
	float:left;	
	margin:40px 0px 40px 80px;
}
#footerMenu .sub{
	float:left;	
	margin:0px 30px 0px 0px;
	color:#666666;
	line-height:25px;
	min-height:200px;
	font-size:13px;
}
#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:15px;
	text-decoration:none;
	line-height:50px;
	background:url('../img/footer_menu_arrow.png') 10px 16px no-repeat;
	background-size:7px auto;
	letter-spacing: 1px;	
	display:block;
	font-family: "Zen Kaku Gothic New";
	font-weight:500;
	color:#3E3A39;
}

#footerMenu a i {
    color: var(--main-color);
    font-size: 20px;
}
#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: #91D0CD; }
#page-top:hover .fa { transition: .5s; }
#page-top:hover .fa {transform: rotateY(360deg); }







/************************************************************
*	main
 ************************************************************/
 
.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;
}

.registTxtBox{
	padding:15px;
	border-radius: 13px;
	background-color:#fefdec;
	max-width:950px;
	margin:auto;
}

.registTbl1{
	width:96%;
	margin: 20px 2%;
}
.registTbl1 th{
	line-height:25px;
	padding:7px 25px;
	text-align:center;
	border-right:2px solid #cccccc;
	min-width:150px;
}
.registTbl1 td{
	line-height:25px;
	text-align:left;	
	vertical-align:middle;
	padding:7px 25px;
	position:relative;
}
.registTbl1 tr:nth-child(even){
	background:#F2F2F2;	
}
.registTbl1 tr:hover{ 
	background:	#DFF1FC;
}
.registTbl1 tr.bgRed{
	background:	#efd5e6;
}

.searchLeft{
	float:left;
	width:300px;
	clear:both;
}
.searchLeftBox{
	float:left;
	clear:both;
	width:290px;
	border:1px solid var(--main-color);
	border-radius: 5px;
	margin:0px 10px 15px 8px;

}
.searchH{
	margin:1px;
	border-radius:3px;
	background:#d8e0ed;
	text-align:center;
	line-height:38px;
	font-size:16px;
	font-weight:bold;
	color:var(--main-color);
}
.searchH2{
	display:block;
	padding:10px 10px 6px 10px;
	color:var(--main-color);
}
.orangeLink1{
	font-weight:bold;
	display: block;
	padding:8px 10px;
	text-decoration: none;
}
.orangeLink1,.orangeLink1 i,.orangeLink1:hover{
	color:var(--orange);
}

.searchRight{
	width:calc(100% - 320px);
	float:left;
	display: flex;
	justify-content:center;
	flex-wrap:wrap;
}
.searchCard{
	width:300px;
	height:300px;
	margin:0px 10px 10px;
	border:1px solid var(--main-color);
	border-radius:4px;
}
.searchCard .img{
	width:90px;
	height:90px;
	float:left;
	margin:5px 5px;
}
.searchCard .img img{
	width:90px;
	height:90px;
}
.searchCard .date{
	float:right;
	width:190px;
	font-size:13px;
	padding:5px 10px 0px 0px;
	
}
.searchCard .min{
	line-height:20px;
}
.searchCard .price{
	font-size:20px;
	line-height:23px;
}
.searchCard .title{
	flaot:left;
	clear:both;
	padding:4px 10px 0px;
}
.searchCard .exp{
	padding:10px;
	line-height:24px;
	font-size:14px;

}
.searchCard .waku{
	background:var(--main-color);
	border-radius: 3px;
	padding:2px 4px;
	color:white;
	font-size:9px;
}
.searchCard .tag{
	padding-top:7px;
}
.searchCard .tag span{
	border:1px solid var(--main-color);
	border-radius: 3px;
	line-height:20px;
	color:var(--main-color);
	font-size:12px;
}
.searchCard .fa-star{
	position:absolute;
	right:10px;
	bottom:10px;
	color:var(--orange);
	font-size:20px;
}
.searchCard form{
	display:block;
	position:absolute;
	right:5px;
	bottom:5px;
}
.searchCard .star{
}
.searchCard .grey .fa-star{
	color:#818181;
}
.searchCard a{
	text-decoration:none;
}

.companyDetail .date{
	font-size:11px;
	line-height:18px;
	position:relative;
	padding:13px 10px 3px;
}
.companyDetail .img{
	float:left;
}
.companyDetail .img img{
	width:100px;
}
.companyDetail .starAdd{
	float:right;
	position:absolute;
	right:18px;
	top:-5px;

}
.companyDetail .titleBox{
	position:relative;
	margin:0px 5px;
}
.companyDetail .title{
	float:left;
	color:var(--main-color);
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
}
.companyDetail .min{
	font-size:11px;
	font-weight:normal;
}
.companyDetail .price{
	color:var(--main-color);
	font-weight:bold;
	font-size:18px;
}
.companyDetail .tag{
	border:1px solid var(--main-color);
	border-radius: 3px;
	line-height:20px;
	color:var(--main-color);
	font-size:12px;
}

.mypageBg{
	background:#DAE7F6;
}


.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;
	margin:auto;
	width:850px;
	letter-spacing:0px;
	line-height:27px;
}






.formList{
	float:left;
	clear:both;	
	width:100%;
}
.formList li{
	float:left;
	padding:0px 20px 15px 0px;
	line-height:40px;
}


.btnBox1{
	float:left;
	clear:both;
	width:100%;
	padding:20px 0px 20px;
	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;
}




.contactWrapper{
	float:left;
	width:100%;	
	padding:0px 0px;
	position:relative;
	background:#fffef5;
	background-position:center;
	background-size:cover;
}
.contactBox{
	width:1000px;
	margin:0px auto;	
}
.contactList{
	margin:20px 100px;		
}
.contactList dt,.contactList dd{
	float:left;	
}
.contactList dt{
	letter-spacing:2px;	
	clear:both;
	padding:20px 20px 20px 20px;
	width:200px;
}
.contactList dd{
	padding:20px 20px 20px 20px;
	width:550px;
}
.contactList dd .input1{
	width:500px	
}
.submitBtn.far{
	background:#c11c24;
	color:white;	
	transition:0.3s;
	width:250px;
	border:none;
	line-height:50px;
	margin:0px auto;
	display:block;
	text-decoration:none;
	border-radius:5px;
	font-size:17px;
}



.btnBox1{
	float:left;
	clear:both;
	width:100%;
	padding:20px 0px 20px;
	text-align:center;	
}










/************************************************************
*	other page
 ************************************************************/

.loginLogo{
	text-align:center;
}

.loginLogo img{
	width:280px;
	margin:auto;
}
.loginForm{
	margin:40px auto 10px;
}
.loginForm th{
	color:var(--main-color);
	text-align:left;
	padding:8px 5px 8px;
	font-size:13px;
}
.loginForm th i{
	color:var(--main-color);
}
.loginForm td{
	padding:8px 5px;
}


.areaH{
	background:#e0ecf1;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
	margin:5px 8px 0px;
	clear:both;
}
.pref_list{
	clear:both;
	position:relative;
}
.tglBtn{
	border-radius:5px;
	cursor: pointer;
	margin:10px 10px 0px;
	border:2px solid #c2c2c2;
	padding-left:9px;
	line-height:35px;
	color:var(--main-color);
}
.tglBtn:hover{
	background:#e3f4fc;
}
.tglBtn::before {
  position: absolute;
  font-family: 'Font Awesome 7 Free';
  /*content: '\f13a';*/
  content:'\f107';
  font-weight: 900;
  font-size:23px;
  right: 10px;
  transition: 0.3s;
}

.tglBtn.open::before {
  transform: rotate(180deg);
}

.mypageBtn{
	border:2px solid var(--main-color);
	border-radius: 5px;
	padding:15px 20px;
	margin:15px auto;
	max-width:400px;
	display:block;
	color:var(--main-color);
	font-size:18px;
	letter-spacing: 1px;
	text-decoration: none;
	background:white;
	width:100%;
	text-align:left;
}
.mypageBtn i {
	color:var(--main-color);
}
.mypageBtn:hover{
	background:#dbebff;
}
.mypageBtn span{
	padding:2px 8px;
	font-size:12px;
	color:#CC1C24;
	border:1px solid #CC1C24;
	border-radius:12px;
	background:rgb(254, 255, 211);
	font-weight:bold;
}
.mypageBtn.red{
	background:#ffebeb;
}


.contactMenu{
	border:2px solid var(--main-color);
	border-radius: 5px;
	padding:10px 20px;
	margin:0px 20px 10px 10px;
	max-width:250px;
	display:block;
	color:var(--main-color);
	font-size:16px;
	letter-spacing: 1px;
	text-decoration: none;
	background:white;
}
.contactMenu i {
	color:var(--main-color);
}
.contactMenu:hover{
	background:#dbebff;
}
.contactMenu span{
	padding:2px 8px;
	font-size:12px;
	color:#CC1C24;
	border:1px solid #CC1C24;
	border-radius:12px;
	background:rgb(254, 255, 211);
	font-weight:bold;
}
.contactMenu.red{
	background:#ffebeb;
}

.contactListLeft{
	float:left;
	width:300px;
	clear:both;
}


.contactListRight{
	width:calc(100% - 320px);
	float:left;
}

.contactDetailH{
	background:#e9f8ff;
	border-left:3px solid var(--main-color);
	color:var(--main-color);
	font-size:19px;
	padding:10px;
}
.contactDetailH span{
	font-size:13px;
	color:#373635;
}
.contactDetailH .contactMenu{
	position:absolute;
	float:right;
	top:10px;
	right:15px;
}

.balloonL{
  background-color:#ececec;
  border-radius:5px;
  color:#222;
  position:relative;
  padding:8px;
  margin:20px 100px 20px 0px;
}
.balloonL::after{
  border-top:solid 7px transparent;
  border-bottom:solid 7px transparent;
  border-right:solid 10px #ececec;
  left:-10px;
  content:"";
  display:block;
  height:0;
  top:60%;
  position:absolute;
  width:0;
}
.balloonR{
  background-color:#dce8ff;
  border-radius:5px;
  color:#222;
  position:relative;
  padding:8px;
  margin:20px 0px 20px 100px;
}
.balloonR::after{
  border-top:solid 7px transparent;
  border-bottom:solid 7px transparent;
  border-left:solid 10px #dce8ff;
  right:-10px;
  content:"";
  display:block;
  height:0;
  top:20%;
  position:absolute;
  width:0;
}
.contactMsg{
	margin:auto;
	max-width:700px;
}
.contactMsg textarea{
	width:100%;
}
.fileTmp{
	color:var(--main-color);
	text-decoration: none;
	padding:9px;
	line-height:35px;
}
.fileTmp i{
	color:var(--main-color);
}
.nameOpenTxt{
	text-align:center;
	font-size:19px;
	line-height:30px;
	color:var(--main-color);
	margin:50px;
}









.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;	
}
