@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;
    background: url(../img/bgC.png) repeat  ;
    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;
}

.mainVisual{
    margin-bottom: 16px;
}
.mainVisual--thanks{
    padding-bottom: 0;
}
.mainVisual__img{
    margin-bottom: 16px;
}
.mainVisual__img--thanks{
    margin: 10px 10px 16px;
}
.mainVisual__img img{
    width: 100%;
}

.contents{
    margin: 0 10px;
    padding-bottom: 24px;
}
.contents--bg{
	background: #fff;
}
.contents--mt40{
	margin-top: 40px;
}
.contents__img{
    width: 100%;
    margin-bottom: 16px;
}
.contents__img--mb0{
    margin-bottom: 0;    
}
.contents__img img{
    width: 100%;
}

.commonCta{
    width: 100%;
}
.commonCta a{}
.commonCta a img{
    width: 100%;
}





.formBox{
    background: #fff;
}
.formBox__ttl{
    margin: 8px 0 0;
}
.formBox__ttl img{
    width: 100%;
}
.formBox__step{
    margin: 20px 10px 32px;
}
.formBox__step img{
    width: 100%;
}
.formSelect{
    margin: 0 16px 8px;
}
.formSelect__ttl{
    margin: 10px 0 8px;
    font-weight: bold;
    font-size: 17px;
}
.formSelect__ttl:before{
    content: "●";
    color: #63cf2e;
}
.formSelect__ttl:first-child{
    margin-top: 0;
}
.formSelect__disc{
    height: 100%;
}
.formSelect__disc select{
	position: relative;
    padding: 14px 48px 14px 8px;
    border: 1px solid #63cf2e;
    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;
}
.formSelect__disc select:after{
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(../pc/css/arrow02.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}
.formSelectList__item{
    display: block;
    height: 48px;
}
.formSelectList__item:last-child{
    margin-right: 0;
}
.formSelectList__item input{
	display: none;
}
.formSelectList__item label{
    display: block;
    float: left;
    cursor: pointer;
    width: 100%;
    margin: 0 0 2px;
    padding: 16px 0 16px 40px;
	border-radius: 2px;
    background: #dcdcdc url(../img/icnFormSelect_01.png) left 8px center no-repeat;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    box-sizing: border-box;
}
/*
.formSelectList__item input[type="radio"]:checked + label {
    padding-left: 40px;
    background: #63cf2e url(../img/icnFormSelect_02.png) left 8px center no-repeat;
    background-size: 21px;
    color: #fff;
}

input[type="text"] {
    padding: 8px;
    font-size: 1.3em;
    color: #333;
    border: solid 1px #63cf2e;
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom:20px;
}
*/

input[type="text"] {
    padding: 14px 8px;
    font-size: 18px;
    color: #333;
    border: solid 1px #63cf2e;
    width: 95% !important;
    border-radius: 2px;
    box-sizing: content-box;
    line-height: 120%;
    margin-bottom: 20px;
}

input[type="tel"] {
    padding: 14px 8px;
    font-size: 18px;
    color: #333;
    border: solid 1px #63cf2e;
    width: 95% !important;
    border-radius: 2px;
    box-sizing: content-box;
    line-height: 120%;
    margin-bottom: 20px;
}

input[type="email"] {
    padding: 14px 8px;
    font-size: 18px;
    color: #333;
    border: solid 1px #63cf2e;
    width: 95% !important;
    border-radius: 2px;
    box-sizing: content-box;
    line-height: 120%;
    margin-bottom: 20px;
}

input::-webkit-input-placeholder {
    font-size: 1.3em;
}
/*.required{
    display: inline-block;
    background: #ff0004;
    border-radius: 3px;
    color: #fff;
    line-height: 1;
    font-size: 10px;
    margin-left: 8px;
    padding: 4px 4px;
}
.submit{
    margin: 32px auto 0;
}
*/
.submitBtn{
    width: 100%;
    height: 140px;
	margin: 12px auto 0;
	background: url(../img/btnSubmit.gif) top center no-repeat;
    background-size: 100%;
    border-style: none;
    outline: none;
    cursor: pointer;
}
.submitBtn--pat01{
    background: url(../img/btnSubmit_02.gif) no-repeat;
    background-size: 100%;
}

.errorTxt{
	display: block;
	margin: 12px 0 0;
	color: #f00;
}







.aboutTable{
    width: 95%;
    margin: 0 auto 16px;
    background: #fff;
}
.aboutTable__row{
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}
.aboutTable__head,
.aboutTable__data{
    padding: 8px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    vertical-align: middle;
}
.aboutTable__head{
    background: #eee;
}

.reasonBox{
    box-sizing: border-box;
    margin: 0px;
    padding: 10px;
    background: #fff;
}
.reasonBox__item{
    position: relative;
    z-index: 0;
    margin-bottom: 8px;
    padding: 12px 4px 8px 60px;
    min-height: 50px;
    background: url(../img/bkgReasonNo.png) 0 0 repeat-y;
    background-size: 50px;
}
.reasonBox__item:nth-child(odd){
    background: url(../img/bkgReasonNo.png) 0 0 repeat-y #FFFAEE;
    background-size: 50px;
}
.reasonBox__item:last-child{
    margin-bottom: 0;
}
.reasonBox__item--01:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content:"";
    background:url(../img/icnReason01.png) 0 0 no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
}
.reasonBox__item--02:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content:"";
    background:url(../img/icnReason02.png) 0 0 no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
}
.reasonBox__item--03:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content:"";
    background:url(../img/icnReason03.png) 0 0 no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
}
.reasonBox__item__ttl{
    margin: 0 0 4px;
    padding: ４px 0;
    color: #e0ad1e;
    font-size: 20px;
    line-height: 1.2;
}
.reasonBox__item__txt{
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
}


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




.topLink{
}
.topLink a{
    display: block;
    margin: 9px;
    padding: 8px 16px;
    text-align: center;
    background: #ccc;
    border-radius: 100px;
    color: #333;
}
.topLink a:hover{
    background: #eee;
}
.thanksBox{
    margin-bottom: 16px;
    padding: 10px 0 0;
}
.thanksBoxInner{
    margin: 0 10px;
    padding: 16px;
    background: #fff;
    box-sizing: border-box;
}
.thanksTtl{
    margin-bottom: 24px;
}
.thanksTtl img{
    width: 100%;
}
.thanksTxt{
    margin-bottom: 24px;
    font-size: 1.4rem;
    line-height: 1.7;
}
.thanksTxt:last-child{
    margin-bottom: 0;
}
#mfp_thanks{
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
}
#mfp_thanks strong{
    color: #ff0000;
}

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

.telList {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.img {
    display: block;
    height: 0;
    overflow: hidden;
}


.thanksTel{
    margin: 24px 10px;
    padding: 10px 0;
    background: #fff;
}
#footerMenuTtl {
    margin: 0 auto 0;
    width: 95%;
}
#smaSubMenu {
	width: 95%;
    margin:0 auto 20px;
	background: url(../img/sma_subNavi.png) 0px 0px no-repeat;
	background-size: 100%;
}

#smaSubMenu #smaSubMenuAbout{
	width: 34%;
	padding-top: 17%;
	float:left;
	display:block;
	cursor: pointer;
}

#smaSubMenu #smaSubMenuPrice{
	width: 33%;
	padding-top: 17%;
	display:block;
	float:left;
	cursor: pointer;
}

#smaSubMenu #smaSubMenuGyousya{
	width: 33%;
	padding-top: 17%;
	display:block;
	float:left;
	cursor: pointer;
}

.telList__item {
    margin-bottom: 5px;
    padding: 0;
    background: none;
}



/*
 other
-------------------------------------------------------------*/
/* clearfix */
.clearfix:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}
.bgYellow{
    display: inline-block;
    padding: 2px;
    background: #ffe948;
}
.txtRed{
    color:#FF0000;
    font-weight:bold;
}

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

.choice-box{background: #fff;}

