@charset "UTF-8";
/* CSS Document */

/*
 general
-------------------------------------------------------------*/
* {
    box-sizing: border-box;
}
html {
    background-color: transparent;
    background-image: none;
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    position: relative;
    width: 100%;
    line-height: 1.2;
    font-family: sans-serif;
    font-size: 1.4rem;
    font-size: 14px;
	color: #333333;
	overflow: visible;
    -webkit-text-size-adjust: 100%;
}

p img {
   vertical-align: bottom;
}
a{
    transition: opacity 0.3s;
}
a:link{
    text-decoration: none;
}


/*
 common
-------------------------------------------------------------*/
.wrapBox{
    width: 100%;
	padding: 24px 0 0; 
}
.wrapBox--yellow{
	background:#FFCF08;
}
.contBox{
	margin: 0 auto;
	padding: 24px;
    box-shadow: none;
    max-width: 800px;
    width: 100%;
}
.contBox__img{
	width: 100%;
}
.contBox__img img{
	width: 100%;
}
.contBox__ttl{
	margin-bottom: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 200%;
}
.contBox__img--mb30{
	margin-bottom: 30px;
}
.contBox__attention{
	text-align: center;
}


.ctaBox{
	padding:16px 0 24px;
	background:#FFCF08;
	text-align: center;
}
.ctaBox__txt{
	margin-bottom: 24px;
	padding: 0 32px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
}
.ctaBox__link{
	width: 100%;
	padding:0 24px 16px;
	--animate-duration: 4s;
}
.ctaBox__link a img{
	width: 100%;
}

.formBox{
	padding: 24px 24px 16px;
	border-radius: 10px;
	background: #eee;
}
.formSelect{
    margin: 0 0 8px;
}
.formSelect__ttl{
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 17px;
}
.formSelect__disc{
    height: 100%;
}
.formSelect__disc select{
	position: relative;
    padding: 14px 8px 14px 8px;
    border: 1px solid #FFCF08;
    border-radius: 2px;
    vertical-align: middle;
    background: #fff url(../img/bgSelectBox.png) right center no-repeat;
    line-height: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
}

.formSelectList__item{
    display: block;
    height: 48px;
}
.formSelectList__item:last-child{
    margin-right: 0;
}
.formSelectList__item input{
	display: none;
}
input[type="text"] {
    padding: 14px 8px 14px 8px;
    font-size: 20px;
    color: #333;
    border: solid 1px #FFCF08;
    width: 95% !important;
    border-radius: 2px;
    box-sizing: content-box;
    line-height: 120%;
    margin-bottom: 20px;
}

input[type="tel"] {
    padding: 14px 8px 14px 8px;
    font-size: 20px;
    color: #333;
    border: solid 1px #FFCF08;
    width: 95% !important;
    border-radius: 2px;
    box-sizing: content-box;
    line-height: 120%;
    margin-bottom: 20px;
}
input::-webkit-input-placeholder {
    font-size: 1.3em;
}
.submitBtn{
    width: 100%;
    height: 108px;
	margin: 12px auto 0;
	background: url("../img/btnSubmit_02.gif") top center no-repeat;
    background-size: 100%;
    border-style: none;
    outline: none;
    cursor: pointer;
}
.errorTxt{
	display: block;
	margin: 12px 0 0;
	color: #f00;
}

/*
 thanks
-------------------------------------------------------------*/
.thanks{
	background:#FFCF08;
}
.thanksBox__img{
	width: 100%;
	padding: 16px;
}
.thanksBox__img img{
	width: 100%;
}
.thanksBox__txt{
	padding: 16px 16px 32px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}
.thanksBox__txt2{
	margin: 0 10px 16px;
	font-size: 16px;
        line-height: 1.6;
}


/*
 footer
-------------------------------------------------------------*/
.l-footer{
    margin: 40px 0;
    text-align: center;
}



/*
 other
-------------------------------------------------------------*/
/* clearfix */
.clearfix:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}
/*
 meritdemerit
-------------------------------------------------------------*/
.ttlMidashiXL{
    position: relative;
    width: 100%;
    margin: 0 0 16px;
    padding: 8px;
	background: #00aeef;
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px; 
    box-sizing: border-box;
    color: #fff;
    line-height: 1.4;
}
.ttlMidashiXL span{
    display: block;
    padding: 16px 12px 8px 24px;
    border-bottom: #fff 1px solid;
	background:url(../img/icnMidashi.png) 0 0 no-repeat;
    font-size: 1.8rem;
    font-size: 18px;
}
.ttlMidashiXL--img{
    margin-top: 18px;
    margin-bottom: 32px;
    padding-right: 30px;
}
.ttlMidashiXL--img span{
    padding-right: 30px;
}
.ttlMidashiXL--img:after{
    content: url(../img/icnMidashiSugiyama.png);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -58px;
}
.subMainVisual{
    margin: 0;
    padding: 0;
}
.ttlMidashiL{
    width: 95%;
    margin: 0 auto 20px;
    padding: 12px;
	background:url(../img/bkgCommon.png) 0 0 repeat;
    border-top: #00aeef 8px solid;
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px; 
    box-sizing: border-box;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.4;
}
.ttlMidashiM{
    width: 95%;
    margin: 0 auto 20px;
    padding: 8px 12px 8px 4px;
    border-bottom: #00aeef 4px solid;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
}
.ttlMidashiS{
    width: 95%;
    margin: 0 auto 20px;
    padding: 8px 12px 8px 4px;
    border-bottom: #ccc 1px dashed;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 14px;
}
.ttlMidashiSS{
    margin: 0 10px 8px;
    padding: 0;
    box-sizing: border-box;
    font-weight: bold;
    color: #00aeef;
    font-size: 14px;
}
.ttlMidashiSS:before{
    content: "●";
}

.txtDeco{
    background: #FF6B00;
    color: #fff;
}

.meritContents{
 margin: 0 10px;
    padding: 0 0 32px;
    background: #fff;
}
.meritContents p{
    margin: 0 10px 16px;
    font-size: 16px;
    line-height: 1.6;
}

.contentsList{
    margin: 0 8px 32px;
    padding: 12px;
    border: 1px solid #ddd;
    background: #f6f6f6;
    box-sizing: border-box;
}
.contentsList__txt{
    margin: 8px 0;
    font-weight: bold;
}
.contentsList__block{
    margin: 0 0 16px 4px;
    padding: 0;
}
.contentsList__block__item-01{
    margin-bottom: 4px;
    padding-left: 8px;
    background: none;
}
.contentsList__block__item-02{
    margin: 0 0 4px 16px;
    padding-left: 8px;
    background: none;
}
.contentsList__block__item-01 a,
.contentsList__block__item-02 a{
    text-decoration: underline;
}
.contentsList__block__item-01 a:hover,
.contentsList__block__item-02 a:hover{
    text-decoration: none;
}

.miniContact{
    border: 4px solid #ccc;
    margin: 0 10px 10px;
    padding: 10px 0 8px;
}
.miniContact__ttl{
    padding: 0 0 0 0;
    margin: 0;
    box-sizing: border-box;
}
.miniContact__ttl img{
    max-width: 100%;
}
.miniContact__link{
    margin: 8px 0 0;
    padding: 0;
}
.miniContact__tel{
    float: left;
	width: 49%;
    margin: 0;
    border-radius: 3px;
    background: #00aeef url(../img/icnTel.png) -10px center no-repeat;
    background-size: 30%;
    text-align: center;
}
.miniContact__mail{
    float: right;
	width: 49%;
    margin: 0;
    border-radius: 3px;
    background: #76d615 url(../img/icnMail.png) -10px center no-repeat;
    background-size: 30%;
    text-align: center;
}

.miniContact__tel,
.miniContact__mail{
    display: block;
    padding: 10px 0;
    box-sizing:border-box;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.meritBox{
    margin: 0 10px 40px;
    border: solid #d2d2d3 2px;
    box-sizing: border-box;
}
.meritBoxMerit{
    float: left;
    width: 50%;
    margin: 0;
    padding-bottom: 16px;
    box-sizing: border-box;
}
.meritBoxMerit--borderR{
    border-right: solid #d2d2d3 2px;
}
.meritBox--borderL{
    border-left: solid #d2d2d3 2px;
    box-sizing: border-box;
}
.meritBoxMerit__ttl{
    background: #f5af18;
    color: #fff;
    text-align: center;
}
.meritBoxMerit__ttl span{
    display: inline-block;
    height: 24px;
    margin: 8px 0;
    padding-left: 30px;
    background: url(../img/icnMerit_01.png) left center no-repeat;
    background-size: 24px;
    font-weight: bold;
}
.meritBoxMerit__item{
    margin: 8px 8px 0 8px;
    padding: 8px 4px 16px 40px;
    box-sizing: border-box;
    border-bottom: dashed 1px #ccc;
    background: url(../img/icnMerit_02.png) left top 4px no-repeat;
    background-size: 28px;
    line-height: 1.4;
}

.meritBoxDemerit{
    float: right;
    width: 50%;
    margin: 0;
    padding-bottom: 16px;
    box-sizing: border-box;
}
.meritBoxDemerit--borderL{
    border-left: solid #d2d2d3 2px;
}
.meritBoxDemerit__ttl{
    background: #81bed9;
    color: #fff;
    text-align: center;
}
.meritBoxDemerit__ttl span{
    display: inline-block;
    height: 24px;
    margin: 8px 0;
    padding-left: 30px;
    background: url(../img/icnDemerit_01.png) left center no-repeat;
    background-size: 24px;
    font-weight: bold;
}
.meritBoxDemerit__item{
    margin: 8px 8px 0 8px;
    padding: 8px 4px 16px 40px;
    box-sizing: border-box;
    border-bottom: dashed 1px #ccc;
    background: url(../img/icnDemerit_02.png) left top 4px no-repeat;
    background-size: 28px;
    line-height: 1.4;
}

#gyoushaPickup ul{
    width: 100%;
	margin:0 10px 10px;
}

#gyoushaPickup ul li{
	float:left;
	margin: 0 15px 8px 0;
	background:none;
	padding:2px;
	width:25%;
	border: #36C solid 1px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	background: #E0F0FE;
	text-align:center;
}

#gyoushaList ul li{
	float:left;
	margin-right:15px;
	background:none;
	padding:0;
}

a.linkIcon:after {
    display: inline-block;
    content: url(../img/icnLink.png);
    margin-left: 4px;
}

.txtred{
	color:#FF0000;
	font-weight:bold;
}

.txtorange{
	color:#FF6600;
	font-weight:bold;
}

.txtgreen{
	color:#008000;
	font-weight:bold;
}

.txtblue{
	color:#167FA6;
	font-weight:bold;

.choice-box img{width: 100%;}

.choice-box{background: #fff;}

