@charset "utf-8";
/* CSS Document */
*{box-sizing: border-box;}
img{max-width: 100%;}
#wrap{position: relative;}




  #header .logo  {
    width:  250px;
    display: block;
    position: fixed;
    background: #fff;
    
  }


.wrapTable table {
    width: 100%;
    border-collapse: collapse;
}

 .wrapTable table tr{border-bottom: 2px solid #fff; }
 .wrapTable table th{font-size: 20px;color: #fff; padding: 15px; background:#999999; text-align: center;border-right: 2px solid #fff;vertical-align: middle;}
 .wrapTable table th.bgBlue{background-color: #0099D6;}
 .wrapTable table th.bgSkyBlue{background-color: #D8F2FC;} 
 .wrapTable table th.bgRed{background-color: #D7482B;}
 .wrapTable table td.bgBlue{background-color: #008ac1; color: #fff;}
 .wrapTable table td.bgBlueGray{background-color: #c0d6df; }
 .wrapTable table td.bgSkyBlue{background-color: #D8F2FC;} 
 .wrapTable table th.bgGreen{background-color: #618937; color: #fff;}
 .wrapTable table td.bgGreen{background-color: #59AF01; color: #fff;}

 
 .wrapTable table thead th{font-weight: 900; }
 .wrapTable table td .emNum{font-size: 40px;}
 .wrapTable table th.none,{background: #fff;}
 .wrapTable table th.em{background: #cfcfcf; color: #222;}
 .wrapTable table th img{max-width: 70%;}    
 .wrapTable table td{font-size: 20px;padding: 15px; background: #eee; text-align: center; vertical-align: middle;border-right: 2px solid #fff;font-weight: 900;}
 .wrapTable table tbody tr.price td{font-weight: 900; padding: 30px 15px; position: relative;}
 .wrapTable table tbody tr.price td .img-imanara{position: absolute;top:-5%; right: 10px; width: 25%;}
 .wrapTable .note{text-align: left; margin-top: 5px;}
 
 .wrapTable table td{font-size: 14px;padding: 2px;font-weight: 700;}
 .wrapTable table th{font-size: 14px;padding: 2px;}



.infoBox{
	border: 6px solid #004E9C;
}


#point .box{
	border: 6px solid #004E9C;
}

#point .prize{
	position: absolute;
	right: calc((100vw - 1000px)/2 + 30px);
	margin-top: -10px;
	width: 200px;
}
#point .box h2{
/* 	background-color:  #0099D6; */
	background-color:  #004E9C;
	color: #fff;
	padding: 10px;
}

#point .box li {padding: 0 0 10px 0;}
#point .box li img{
	max-width: 40px;
    vertical-align: middle;
    margin-right: 0.5em;
}

.howto,
#howto{
	background-image: url(../../images/bg-howto.png);background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

.howto{
	background-position-y: -300px;
}


#howtoBord{
	background-image: url(../../images/howto-bord.png);background-position: center top;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	max-width: 1000px;
	min-height: 220px;
	margin: 0 auto;
	padding: 30px;
}


#howtoBord .btnCv{
		width: 360px;
		margin: 0 auto;
}

#howtoBord .btnCv:before{
	font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 600;
  position: absolute;
  left: 0.75em;
  top: 0.5em;
  font-size: 1.5em;
}


#dataSample .box{
	border: 6px solid #0099D6;
}
#dataSample .box h2{
	background-color:  #0099D6;
	color: #fff;
	padding: 10px;
}
#dataSample .box li {
	display: inline-block;
	padding: 8px 16px;
	background-color: #F0F0F0;
	border-radius: 6px;
	margin:0 10px 10px 0;
	}


#freeword .box li {
	display: inline-block;
	padding: 8px 16px;
	background-color: #fff;
	border-radius: 6px;
	margin:0 10px 10px 0;
	}

	#freeword li img{
		position: absolute;
		bottom: 0;
		right: 0;
	}


#function li{margin-bottom: 30px;}
#function li img{width: 100%;}
#function li h3{
	text-align: center;
	font-weight: 900;
	padding: 0.5em;
	vertical-align: middle;
	margin-top: -120px;
}

.priceBox{
	background-color: #dfe9ff;
	padding: 10px;
}

.priceBox h2{
	background-color: #1B4EBF;
	color: #fff;
	padding: 0.5em 0 ;
	text-align: center;
	margin: -10px -10px 0;
}

#otherService{}
#otherService li div{text-align: center;background: #fff;margin-bottom: 10px;padding: 5px;border: 1px solid #ddd;
	box-shadow: 0 0 3px #c8c8c8;
}
#otherService li p{	padding: 5px 0;}
#otherService li h3{
	display: block;
	background: #e6f5d5;
	padding: 10px 0;
	font-size: 1.0em;
}

#otherService li h3.half{
	display: inline-block;
	width: 49%;
}



.fTitle{
	font-size: 32px;
	font-weight: 500;
	border-bottom: 2px solid #ccc;
	line-height: 2em;
}


	/* FORM */

	#inquiry {
	    position: relative;
	    overflow: visible;
		padding: 80px 0;
	}
	        
    #inquiry .lead{font-size: 27px;font-weight: 900;line-height: 1.4;margin-bottom: 40px;}
    #inquiry .lead .em{font-weight: 900;}
    #inquiry{}
    #inquiry .lead{margin-bottom: 40px;}
    #inquiry #wrapForm{}
    #inquiry #wrapForm .required{
	   float: right;
    background: #aaa;
/*     background: #D7482B; */
/*     color: #D7482B; */
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    padding: 3px;
    line-height: 1;
    }
    #inquiry #wrapForm table{width: 100%; /*border-collapse: collapse;*/}
    #inquiry #wrapForm table tr {border-bottom: solid 2px #fff;}
    #inquiry #wrapForm table tr:last-child{border:none;}
    #inquiry #wrapForm table th{width: 40%; 
	    background: #d8f2fc; 
/* 	    background: #0099D6;  */
	    color: #222; 
/* 	    color: #fff;  */
	    font-size: 16px; text-align: left; font-weight: normal; 
	    padding: 20px; 
	    vertical-align: top;
	    border-right: solid 2px #fff;}
    #inquiry #wrapForm table td{background: #eee; font-size: 16px; text-align: left;
	    padding: 20px; 
	    vertical-align: middle; 
	    position: relative;}
    
    #inquiry #wrapForm table tr:first-child th{border-radius: 10px 0 0 0;}
    #inquiry #wrapForm table tr:last-child th{border-radius: 0 0 0 10px;}
    #inquiry #wrapForm table tr:first-child td{border-radius: 0 10px 0 0;}
    #inquiry #wrapForm table tr:last-child td{border-radius: 0 0 10px 0;}
    
    .selcted_form_crosslist{position: relative;}
    .selcted_form_crosslist > li{position: relative; margin-bottom: 10px;}    
    .selcted_form_crosslist > li:last-child{margin-bottom: 0;}

    #inquiry #wrapForm .ulFormBtn{display: flex; margin: 40px auto 0; width: 100%;}
    #inquiry #wrapForm .ulFormBtn > li{
	    /*width: 45%;margin: 0 2.5%;*/
/* 	    width:512px;  */
	    width:400px; 
	    margin: 0 auto;}
    #inquiry #wrapForm iframe {width: 100%;background: #fff;border: 2px solid #c0c0c0;    border-radius: 5px; font-size: 14px; }
    
	#footer{background: #f3f5f6;padding: 40px 0;color: #333;font-family:'ヒラギノ角ゴ ProN','メイリオ';}
	#footer .ftInner{width:980px;margin:0 auto;}
	#footer .ftInner .kslogo{float:left;width:184px;}
	#footer .ftInner .telnum{float:right;width:272px;margin-left:15px;}
	#footer .ftInner .address{float:right;width:auto;font-size:13px;line-height:1.3;color:#555;}

    
	/* FORM */
	select, 
	textarea {
	    color: #000;
	    font-size: 16px;
	    padding: 4px;
		border: 1px solid #999;
	}
	table input{ font-size: 16px; }
	.errm,
	.ymderrm { color: #FF0000!important; display: none; }
	.errm.on,
	.ymderrm.on { display: block;} 
	select{ line-height: 1; vertical-align: middle; padding: 6px; width: 468px; background: #f9f9f9; border: 2px solid #c0c0c0;    border-radius: 5px; }
	select.ymd { width: auto; }
	
	input[type="text"]  { line-height: 1;  vertical-align:middle; padding: 6px; width: 100%; border: 2px solid #c0c0c0; border-radius: 5px;} 
	    input[type="text"].w40{width: 40%; position: absolute; right: 30px;}
	textarea { line-height: 1.4;  vertical-align:middle; padding: 6px; width: 100%;border: 2px solid #c0c0c0; border-radius: 5px;}
	input[type="text"].sw{width:50px;}
	input[type="text"].date{width:80%;}
	input[type="checkbox"]{border: 2px solid #c0c0c0; border-radius: 5px;}
	label { display: inline-block; padding-left: 5px; margin-bottom:3px; }
	label input { margin-left: -5px; vertical-align: top; margin-top: 6px;}
	.boxTextarea{padding:20px;border:1px #eaeaea solid; margin-bottom:0px;}
	#check .boxTextarea{padding:30px;border:1px #eaeaea solid; margin-bottom:0px;}
	#btnArea{position: relative; overflow: hidden;padding:30px 0 0;}
	.btn{padding:30px 0 0; text-align:center; margin:0 auto;}
	
	
	input:hover {
	  background: #d8f2fc;
	}
	label:hover {
	  background: #d8f2fc;
	  cursor: pointer;
	}
	textarea:hover {
	  background: #d8f2fc;
	}

	/* チェックボックス */	
/*
	.choice li label{
		color: #fff;
		padding: 20px;
		border-radius: 6px;
		width: 100%;
	}
	.choice li label input{
		margin-left:0;
	}
	.choice input[type="checkbox"] {
	    border: 2px solid #000 !important;
	    border-radius: 2px;
	}
*/




.btnSubmit{
display: block;
position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    
    background-size: 20px auto;
/*
    background: -moz-linear-gradient(#db5004 100%, #ee7f44 0%, #db5004 50%);
background: -webkit-linear-gradient(#db5004 100%, #db5004 0%, #ee7f44 50%);
background: linear-gradient(#db5004, #ee7f44 50% , #db5004 100%);
*/

-webkit-box-shadow: 0 5px 0 #e66100;
box-shadow: 0 5px 0 #e66100;


background-color: #FF6C00;    
    border-radius: 6px;
/*     border-radius: 40px; */
    font-feature-settings: "palt";
    color: #fff;
    height: 60px;
    font-size: 22px;
    font-weight: 500;
    line-height: 60px;
    text-decoration: none;
    letter-spacing: 0.2em;
}

.btnSubmit:hover{
/* 	background-color: #fb8531;   */
	opacity: 80%;  
}
    
.btnCancel{
display: block;
position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    
    background-size: 20px auto;
    background: -moz-linear-gradient(#8a8a8a, #a0a0a0 50% , #8a8a8a 100%);
background: -webkit-linear-gradient(#8a8a8a, #a0a0a0 50% , #8a8a8a 100%);
background: linear-gradient(#8a8a8a, #a0a0a0 50% , #8a8a8a 100%);
    
/*     border-radius: 40px; */
    border-radius: 6px;
    font-feature-settings: "palt";
    color: #fff;
    height: 80px;
    font-size: 24px;
    font-weight: 900;
    line-height: 80px;
    text-decoration: none;
}
    
.btnSubmit::after{

}






.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.01em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn-wrap {margin: 60px 0;}
a.btn-c {
  font-size: 1.6rem;
  position: relative;
  padding: 0.25rem 3rem 1.5rem 4.5rem;
}
a.btn-c span {
  font-size: 1.4rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 250px);
  display: block;
  width: 500px;
  padding: 0.2rem 0;
}
a.btn-c:hover {
/*
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
*/
opacity: 90%;
}
a.btn-c:hover:before {left: 2rem;}



.bBtn a.btn-c {
  color: #fff;
  background: #10d4e2;
  -webkit-box-shadow: 0 5px 0 #00AEB9;
  box-shadow: 0 5px 0 #00AEB9;
}

.bBtn a.btn-c span {
  color: #222;
  border: 2px solid #00AEB9;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.bBtn a.btn-c:hover {
/*
  color: #fff;
  background: #00AEB9;
  -webkit-box-shadow: 0 2px 0 #00AEB9;
  box-shadow: 0 2px 0 #00AEB9;
*/
opacity: 90%;
}

.bBtn a.btn-c:hover span{
/*   background: #f3ffff; */
opacity: 90%;
}

.bBtn a.btn-c i{color: #0b7ed1;}

.oBtn a.btn-c {
  color: #fff;
  background: #FF6C00;
  -webkit-box-shadow: 0 5px 0 #e66100;
  box-shadow: 0 5px 0 #e66100;
}

.oBtn a.btn-c span {
  color: #222;
  border: 2px solid #e66100;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.oBtn a.btn-c:hover {
  color: #fff;
/*
  background: #e66100;
  -webkit-box-shadow: 0 2px 0 #e66100;
  box-shadow: 0 2px 0 #e66100;
*/
opacity: 90%;
}
.oBtn a.btn-c:hover span{
/*   background: #fff9f4; */
opacity: 90%;
}
.oBtn a.btn-c i{color: #ffd900;}






@media screen and (min-width: 768px) {
.svg{width:240px;height:100%;position:absolute;margin-top: -10px;}

.wrapFlex {margin: 0 auto }
.wrapFlex ul {display: flex;}
.wrapFlex > ul li{display: block;width: 49%; margin-right: 2%; position: relative;max-width: 480px;}
.wrapFlex > ul.col3 li{width: 32%; margin-right: 2%; position: relative;}
.wrapFlex > ul.col4 li{width: 24.6%; margin-right: 0.2%; position: relative;}

.wrapFlex > ul li.col70{width: 64%; margin-right: 2%; position: relative;}
.wrapFlex > ul li.col30{width: 32%; margin-right: 2%; position: relative;}

.wrapFlex > ul li:last-child{margin-right: 0;}


	h2 {font-size: 27px;font-weight: 900;line-height: 1.4;}
	h3 {font-size: 20px;font-weight: 900;line-height: 1.4;}
	h4 {font-size: 30px;font-weight: 900;line-height: 1.4;}
	


	.view-pc{display: block;}
	.view-sp{display: none;}

	.pc_hide {display: none;}	
	.sp_hide {display: block;}
    
    #header {width: 100%;}
    
    #header {
	    
    border-bottom: 1px solid #ccc;
    padding: 0 0 0 10px;
    height: 68px;
    overflow: hidden;
    display: block;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    
    }
    
    #wrapMainvisual {
/* 	    margin-top: 68px; */
		padding-top:68px; 
	    background-image: url(../../images/mv_01-bg.png);
	    background-position-y: -100px
    }
    
    #header .inner{max-width:980px; margin: 0 auto; text-align: center; padding: 10px 0; display: flex;}
    #header .inner .boxL{width:auto;}
    #header .inner .boxR{width: 100%; text-align: right;}
    #header .inner .boxL .lead{color: #7e8b8c;    font-feature-settings: "palt";font-weight: 400; font-size: 13px; line-height: 1;padding-bottom: 1px;margin-left: 1.0em;margin-top: 2px;}
    #header .inner .boxR .lead{color: #3f4b4c; font-feature-settings: "palt";font-weight: 400; font-size: 18px; line-height: 50px;}
    
    #header .inner .tit{
        font-size: 19px;
	    line-height: 1;
	    vertical-align: bottom;
	    font-weight: 900;
	    font-feature-settings: "palt";
	    margin-top: 8px;
	    margin-left: 2px;
	    color: #231815;
    }
    
    #header .inner .tit .logoShelter {
        height: 26px;
    width: auto;
    margin-top: -8px;
    padding-right: 4px;
    }
    
	.inner{max-width: 980px; margin: 0 auto; }

	#footer{background: #f3f5f6;padding: 40px 0;color: #333;font-family:'ヒラギノ角ゴ ProN','メイリオ';}
	#footer .ftInner{width:980px;margin:0 auto;}
	#footer .ftInner .kslogo{float:left;width:135px;}
	#footer .ftInner .telnum{float:right;width:272px;margin-left:15px;}
	#footer .ftInner .address{float:right;width:auto;font-size:13px;line-height:1.3;color:#555;}
	
	.btnCv {
	    display: block;
	    position: relative;
	    width: 512px;
	    margin: 0 auto;
	    text-align: center;
    background: -moz-linear-gradient(#57af01, #93d100 50% , #57af01 100%);
    background: -webkit-linear-gradient(#57af01, #93d100 50% , #57af01 100%);
    background: linear-gradient(to bottom, #93d100 0%, #57af01 100%);
    text-shadow: 0 1px 0 #509300;
	    border-radius: 40px;
	    font-feature-settings: "palt";
	    color: #fff;
	    height: 80px;
	    font-size: 24px;
	    font-weight: 900;
	    line-height: 1.2;
	    padding: 10px 0;
	    text-decoration: none;
	}

	.bigger{font-size: 180%;}
	.big{font-size: 150%;}
	.mid{font-size: 120%;}
	.mini{font-size: 75%;}
	

	
	.bigPrice{font-size: 50px}
	
	.bpluslist li .fcOrange{margin: 20px 0;display: block;}

	
}


/* SP */
@media screen and (max-width: 767px) and (min-width: 0px) {
	body{font-size:3.4vw;
		margin: 5px;
	}
	
	.svg{width:240px;height:40px;position:relative;margin-top: -10px;margin: 0 auto;}
	.wrapFlex > ul.col3 li{width: 100%; margin-right: 0%;}
	.wrapFlex > ul.col4 li{width: 100%; margin-right: 0%;}
	
  #header .logo  {
    width:  36px;
    position: absolute;
  }
  
	.view-pc{display: none;}
	.view-sp{display: block;}
	
	.pc_hide {display: block;}	
	.sp_hide {display: none;}
   
	h2 {font-size: 24px;font-weight: 900;line-height: 1.4;}
	h3 {font-size: 20px;font-weight: 900;line-height: 1.4;}
	h4 {font-size: 28px;font-weight: 900;line-height: 1.4;}

	.fs24 {font-size: 20px !important;}	

	li,
	div{
		font-size: 18px;
	}
	
	.wrapTable {
	    margin-bottom: 5%;
	    overflow: auto;
	    padding-bottom: 5%;
	}	
	.wrapTable table {
	    width: 140%;
	}
	
	#header {
	    max-width: 767px;
/*
	    position: fixed;
	    display: block;
	    z-index: 9999;
	    background-color: rgba(255, 255, 255, 0.9);
*/
	}
	
	.ch-logo{width: 240px;margin: 0 auto 10px;}
	
	
	
	#wrapMainvisual{
/* 		padding-top: 150px; */
	    background-image: url(../../images/mv_01-bg.png);
	    background-size: cover;
	}
		
	#header .inner {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	    padding: 2% 0;
	}
    
    #header .inner .boxL{margin-bottom: 3%;margin-bottom: 0!important;}
    #header .inner .boxR{}
    #header .inner .boxL .lead{color: #7e8b8c;    font-feature-settings: "palt";font-weight: 900; font-size: 3vw; line-height: 1;padding-bottom: 1%;}
    #header .inner .boxR .lead{color: #3f4b4c; font-feature-settings: "palt";font-weight: 900; font-size: 3.4vw; line-height: 1.2;}
    
    #footer{background: #f3f5f6;padding: 20px 0;}
	#footer .ftInner{width:70%;margin:0 auto;}
	#footer .ftInner .kslogo{float:none;width:50%;margin:0 auto;margin-bottom:10px;}
	#footer .ftInner .telnum{float:none;width:100%;margin:0 auto;margin-left:0;margin-bottom:10px;}
	#footer .ftInner .address{float:none;width:auto;font-size: 3.0vw;line-height:1.3;}
	
	.btnCv {
	    display: block;
	    position: relative;
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	    background-size: 20px auto;
    background: -moz-linear-gradient(#57af01, #93d100 50% , #57af01 100%);
    background: -webkit-linear-gradient(#57af01, #93d100 50% , #57af01 100%);
    background: linear-gradient(to bottom, #93d100 0%, #57af01 100%);
    text-shadow: 0 1px 0 #509300;
	    border-radius: 7vw;
	    font-feature-settings: "palt";
	    color: #fff;
	    height: 14vw;
	    font-size: 4.6vw;
	    font-weight: 900;
	    line-height: 1.2;
	    padding: 1% 0;
	    text-decoration: none;
	}
	
	a.btnCv:hover{
		opacity: .6;
		transition-duration:.3s;
		-webkit-transition-duration:.3s;
		-moz-transition-duration:.3s;
	}

	.big{font-size: 105%;}
	.mini{font-size: 75%;}
	.bigger{font-size: 110%;}
	
	.bigPrice{font-size: 36px}
	#function {padding: 0 20px;}
	#function li {margin-bottom: 60px;text-align: center;}
	#function li img{width: 70%; }
	#function li h3 {margin-top: -120px;}
	
	#point .box li{
	font-size:20px;
	}
	#point .box li img{
		display: block;
/* 		margin: 5px auto; */
	
		}
		
	#howtoBord{
		background-size: contain;
/* background: none; */
		max-width: none;
		min-height: auto;
		height: auto;
		padding: 0px 0 40px;
	}
	
	#howtoBord .btnCv{
		width: 60%;
		margin: 0 auto;
	}
	
#howtoBord .btnCv:before {
    left: 0.75em;
    top:1.0em;
    font-size: 1.0em;
}
	#point .prize{
		position: relative;
		right: calc(-50% + 60px);
		margin-top: -165px;
		width: 120px;
	}
	

	

	#freeword li img{position: relative; margin-top: 0;width: 50%;margin-left: 50%;}
	.bpluslist li{margin-bottom: 20px;font-size: 1.0em;}
	.bpluslist li .fcOrange{font-size: 1.4em;}
	
	
/* form */


	.fTitle{
		font-size: 22px;
	}
 
    #inquiry h2{font-size: 5.6vw; color: #00afb9;     margin-bottom: 2%;    line-height: 1;}
    #inquiry .lead{margin-bottom: 5%; text-align: left;}
    
    #inquiry #wrapForm{}
    #inquiry #wrapForm .required{
    background: #aaa;
/*     background: #F45400; */
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
/*     font-size: 2.6vw; */
/*     padding: .5vw; */
    line-height: 3.2vw;
    }

    #inquiry #wrapForm table{width: 100%; border-collapse: collapse;}
    #inquiry #wrapForm table tr {}
    #inquiry #wrapForm table tr:last-child td{border:none;}
    #inquiry #wrapForm table th{width: 100%; background: #0099D6; color: #fff;  text-align: left; font-weight: normal; padding: 3%; vertical-align: top;border-bottom: solid 2px #fff;display: block;}
    #inquiry #wrapForm table td{width: 100%; background: #eee; text-align: left;padding: 3%; vertical-align: middle; position: relative;border-bottom: solid 2px #fff;display: block;}
    
    #inquiry #wrapForm table tr:first-child th{border-radius: 2vw 2vw 0 0;}
    #inquiry #wrapForm table tr:last-child td{border-radius: 0 0 2vw 2vw;}
    
    .selcted_form_crosslist{position: relative;}
    .selcted_form_crosslist > li{position: relative; margin-bottom: 2%;}    
    .selcted_form_crosslist > li:last-child{margin-bottom: 0;}
    
    #inquiry #wrapForm .ulFormBtn{margin: 5% auto 0; width: 100%;}
    #inquiry #wrapForm .ulFormBtn > li{width: 80%;margin: 0 auto 3%;}
    #inquiry #wrapForm .ulFormBtn > li:last-child{margin-bottom: 0;}
    
    #inquiry #wrapForm iframe {width: 100%;background: #fff;border: 2px solid #c0c0c0;    border-radius: 0.5vw; font-size: 3vw; }

    
    #inquiry h2{margin-bottom: 20px;}
    
    
    #inquiry h2{margin-bottom: 20px;}
	
	 
	.form-table th,
	.form-table td {
	  display: block;
	  width: 100%;
	  border-bottom: none;
	  }
	
	/*input[type="text"],textarea#f21freetext{height:8vw;}*/
	input[type="text"],input[type="tel"],input[type="email"],textarea { 
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		border: none;
		border: 2px solid #c0c0c0;
	    border-radius: 0.5vw;
		padding: 2%;
		box-sizing:border-box;
		/*color: #bbbbbb;*/
	    font-weight: normal;
	}
	input[type="text"] { line-height: 1;  vertical-align:middle;}
	textarea { line-height: 1.4;  vertical-align:middle;border: 2px solid #c0c0c0;    border-radius: 0.5vw;}
	input[type="text"].sw{width:50px;}
	input[type="text"].date{width:65%;}
	
	
	select, 
	textarea {
	width: 100%;
	    padding: 2%;
	    border: 2px solid #c0c0c0;
	    border-radius: 0.5vw;
	    
	}


	.btn-wrap {margin: 40px 0;}
	a.btn-c {
		font-size: 1.2rem;
		padding: 0.25rem 1rem 1.5rem 2.5rem;
	}
	a.btn-c span {
		font-size: 1.0rem;
		left: calc(50% - 45vw);
		max-width: 90vw;
	}

}



/* 共通 */
		
a { 
	opacity: 1;
	transition-duration:.3s;
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
}
a:hover{ 
	opacity: .6;
	transition-duration:.3s;
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
}


    

a.ctBtn {
    display: inline-block;
    text-decoration: none;
        
    margin: 6px auto;
    text-align: center;
    background: -moz-linear-gradient(#f20b67, #fc3182 50% , #f20b67 100%);
    background: -webkit-linear-gradient(#f20b67, #fc3182 50% , #f20b67 100%);
    background: linear-gradient(#f20b67, #fc3182 50% , #f20b67 100%);
    
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 5px 16px;
    
    

}    

a.ctBtnBlack { 
background: #333; 
}

a.ctBtnBlue { 
    border: 1px solid #0992c8;
    background-color: #0099D6;
    background: -webkit-gradient(linear, left top, left bottom, from(#51c2ee), to(#0099D6));
    background: linear-gradient(to bottom, #51c2ee 0%, #0099D6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#51c2ee', EndColorStr='#0099D6');
    text-shadow: 0px 1px 0px #0099D6;
}

/*
a.ctBtnOrange { 
   border: 1px solid #ac6500;
    background-color: #e78902;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa82c), to(#e78902));
    background: linear-gradient(to bottom, #ffa82c 0%, #e78902 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#ffa82c', EndColorStr='#e78902');
        text-shadow: 0px 1px 1px #995a00
}
*/
a.ctBtnOrange { 
   border: 1px solid #e66100;
    background-color: #FF6C00;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6C00), to(#e66100));
    background: linear-gradient(to bottom, #FF6C00 0%, #e66100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#FF6C00', EndColorStr='#e66100');
        text-shadow: 0px 1px 1px #995a00
}
a.ctBtnGreen { 
    border: 1px solid #438400;
    background-color: #57af01;
    background: -webkit-gradient(linear, left top, left bottom, from(#93d100), to(#57af01));
    background: linear-gradient(to bottom, #93d100 0%, #57af01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#93d100', EndColorStr='#57af01');
    text-shadow: 0px 1px 0px #509300;
}
a.ctBtnPnk { 
    border: 1px solid #bc001d;
    background-color: #df1f3d;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8526c), to(#df1f3d));
    background: linear-gradient(to bottom, #f8526c 0%, #df1f3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#f8526c', EndColorStr='#df1f3d');
    text-shadow: 0px 1px 0px #7f0014;
}
/* FORM */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-moz-placeholder,
select::-webkit-input-placeholder,
select:-ms-input-placeholder,
select::-moz-placeholder{
    color: #bbbbbb;
    font-weight: normal;
}
.arrowD-Green {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 60px 0 60px;
    border-color: #59AF01 transparent transparent transparent;
    margin: 0 auto;
}
.arrowD-GreenMini {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 0 50px;
    border-color: #59AF01 transparent transparent transparent;
    margin: 0 auto;
}
.arrowD-Blue {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 60px 0 60px;
    border-color: #0099D6 transparent transparent transparent;
    margin: 0 auto;
}
.arrowD-BlueMini {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 0 50px;
    border-color: #0099D6 transparent transparent transparent;
    margin: 0 auto;
}
.arrowD-Orange {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 60px 0 60px;
    border-color: #F45400 transparent transparent transparent;
    margin: 0 auto;
}
.arrowD-Glay {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 120px 0 120px;
    border-color: #e3e3e3 transparent transparent transparent;
    margin: 0 auto;
}

.arrowD-Red {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 32px 0 32px;
    border-color: #CB003E transparent transparent transparent;
    margin: 0 auto;
}
.arrowD-Black {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 32px 0 32px;
    border-color: #5b5b5b transparent transparent transparent;
    margin: 0 auto;
}

.w10{width: 10%;}
.w20{width: 20%;}
.w30{width: 30%;}
.w40{width: 40%;}
.w50{width: 50%;}
.w60{width: 60%;}
.w70{width: 70%;}
.w80{width: 80%;}

.h60p{height: 60px;}

.bdGreen{border: 6px solid #00b0aa;}
.bdBlue{border: 6px solid #004E9C;}

.bgWhite{background-color: #ffffff;}
.bgGray{background-color: #efefef;}
.bgGray2{background-color: #f3f5f6;}
.bgBlue{background-color: #0099D6;}
.bgGreen{background-color: #57af01;}
.bgGreen2{background-color: #00b0aa;}
.bgSkyBlue{background-color: #D8F2FC;}
.bgLiteGreen{background-color: #dff8c6;}
.bgDeepBlue{background-color: #004E9C;}
.bgOrange{background-color: #F45400;}

.fcOrange{color: #F45400;}
.fcRed{color:#D7482B;}
.fcGreen{color: #509e03;}
.fcPink{color:#fc3182;}
.fcPink{color:#f20b67;}
.fcBlue{color:#0099D6;}
.fcDeepBlue{color:#004E9C;}
.fcGray{color:#737373;}
.fcWhite{color:#ffffff;}



.ffNormal{font-family:'ヒラギノ角ゴ ProN','メイリオ';font-weight: normal;}
.fs24{font-size: 24px;}

.fontS,.fsS{font-size:80%;}
.err{color: #be270a !important; font-size: 80% !important;}

.ulPink{border-bottom: 8px solid #fc3182;padding-bottom: 8px;}


.whiteBox{background-color: #fff;}


.roundBox{
	border-radius: 10px;
}


.sup{font-size: 60%;
vertical-align: top;
position: relative;
top: -0.1em;
font-weight: normal !important;}

.fade-up {
    transition: opacity 0.7s,transform 0.7s;
    -webkit-transition: opacity 0.7s,transform 0.7s;
    opacity: 0;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
}
.pop-up {
    transition: opacity 0.7s,transform 0.7s;
    -webkit-transition: opacity 0.7s,transform 0.7s;
    opacity: 0;
    transform: translateY(20px) scale(0.6);
    -webkit-transform: translateY(20px) scale(0.6);
}


/*



@keyframes fadeIn {
    from { opacity: 0; }    
    to { opacity: 1; }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .75);
    
    &-banner {
        position: relative;
    }
    
    &-close {
        position: absolute;
        top: -15px;
        right: -15px;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1.5rem;
        border-radius: 50%;
        text-align: center;
        color: white;
        background-color: black;
        cursor: pointer;
    }

    //popup表示時に付加されるclass
    &.open {
        display: flex;
        animation: fadeIn .7s;
    }
}
*/




/*-popup-*/
.popup {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 300px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  background-color: #222;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  max-width: 600px;
  padding: 6px;
  background-color: #ddd;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
/*
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
*/


