@charset "UTF-8";
/*------------------------------------
エコキュートの無料見積りフォーム
------------------------------------*/
body.page-template-estimate #header,
body.page-template-estimate #header .innerArea{
    width: 100%;
}
@media (min-width: 1141px){
    body.page-template-estimate article#contact header,
    body.page-template-estimate #formWrap{
        max-width: 1140px;
    }
}
body.page-template-estimate article#contact header,
body.page-template-estimate #formWrap{
    width: 100%;
    margin: 0px auto 60px;
    padding-top: 70px;
    padding-left: 3%;
    padding-right: 3%;
    color: #000000;
}
body.page-template-estimate article#contact header {
	margin-bottom: 0;
}
body.page-template-estimate article#contact header p {
	margin: 0;
}

body.page-template-estimate h1{
    margin-bottom: 40px;
}
body.page-template-estimate h1 + p{
    margin-bottom: 50px;
}
body.page-template-estimate h2{
    text-align: center;
    margin-bottom: 30px;
}
body.page-template-estimate #formWrap table,
body.page-template-estimate #formWrap table th,
body.page-template-estimate #formWrap table td,
body.page-template-estimate #formWrap table table.add_tab tr{
    border: none;
}
    @media (min-width: 641px){
        body.page-template-estimate #formWrap table tr th{
            padding-left: 3%;
        }
        body.page-template-estimate #formWrap table tr td{
            padding-right: 3%;
        }
    }
body.page-template-estimate #formWrap table tr{
    border-top: solid 1px #eee;
    border-bottom: none;
}
body.page-template-estimate #formWrap table tr:first-of-type{
    border-top: solid 1px #eee;
    border-bottom: none;
}
body.page-template-estimate #formWrap table tr:last-of-type{
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
body.page-template-estimate #formWrap table th span {
	display: block;
	font-weight: bold;
	color: #d53535;
}
body.page-template-estimate #formWrap table em{
    border: none;
    border-radius: 2px;
    background-color: #006DD2;
    color: #ffffff;
    padding: 2px 5px 2px;
}
body.page-template-estimate #formWrap table em.optional{
    border: solid 1px #006DD2;
    color: #006DD2;
    font-weight: bold;
    background-color: #ffffff;
}
body.page-template-estimate #formWrap input[type="text"],
body.page-template-estimate #formWrap textarea{
    background-color: #eeeeee;
    border-radius: 2px;
}
body.page-template-estimate #formWrap input[type="text"]:focus,
body.page-template-estimate #formWrap textarea:focus{
    background-color: #ffffff;
}
body.page-template-estimate #formWrap input[type="submit"]{
    background-color: #006DD2;
    border: solid 1px #006DD2;
	border-radius: 24px;
	height: 48px;
    font-size: 14px;
    color: #fff;
	padding: 0;
}
body.page-template-estimate #formWrap input[type="submit"]:hover{
    color: #006DD2;
    background-color: #ffffff;
    transition: 0.5s;
    
}
@media (max-width: 640px){
    body.page-template-estimate article#contact header{
        width: 100%;
        margin: 0px auto 60px;
        padding: 50px 5% 0px;
    }
    body.page-template-estimate #formWrap{
        width: 100%;
        margin: 0px auto 60px;
        padding: 30px 5% 0px;
    }
    #formWrap td{
        border-bottom: none;
    }
    body.page-template-estimate #formWrap table tr{
        padding: 0px 3%;
    }
    body.page-template-estimate #formWrap table em.optional{
        border: solid 1px #006DD2;
        color: #006DD2;
        font-weight: bold;
        background-color: #ffffff;
    }
}

/*.contents_box*/
body.page-template-estimate #formWrap .contents_box {
	margin-bottom: 16px;
}
body.page-template-estimate #formWrap .contents_box .contact-tableBox {
	margin-bottom: 0;
	background-color: #f2f9ff;
}
body.page-template-estimate #formWrap .contents_box .contact-tableBox dl {
	padding: 20px;
	border: none;
}
body.page-template-estimate #formWrap .contents_box .contact-tableBox dl dt {
	font-size:15px;
	width: 32.4137931034%;
	display:table-cell;
	vertical-align:middle;
	font-feature-settings:"palt";
	line-height:27px;
	position: relative;
	font-weight: bold;
}
body.page-template-estimate #formWrap .contents_box .contact-tableBox dl dd {
	font-size:15px;
	display:table-cell;
	vertical-align:top;
	font-feature-settings:"palt";
	line-height:27px;
}
body.page-template-estimate #formWrap .contents_box .contact-tableBox dl dd > div {
	margin-top: 10px;
}
body.page-template-estimate #formWrap .contents_box .contact-tableBox dl dd > div small {
	display: block;
	position: relative;
	line-height: 1.75;
	padding-left: 1.3em;
	text-align: justify;
	text-justify: inter-ideograph;
}
body.page-template-estimate #formWrap .contents_box .contact-tableBox dl dd > div small:before {
	position: absolute;
	left: 0px;
	font-family: none;
	content: "※";
}
body.page-template-estimate #formWrap .contents_box .contact-tableBox dl dd > div small > span {
	font-size: 14px;
	font-weight: bold;
	color: #d53535;
}
@media (max-width: 640px){
	body.page-template-estimate #formWrap .contents_box .contact-tableBox dl dt {
		font-size:14px;
		width:100%;
		display:block;
		margin-bottom: 10px;
	}
	body.page-template-estimate #formWrap .contents_box .contact-tableBox dl dd {
		font-size:16px;
		display:block;
		margin-top: 5px;
	}
}

/*オプトイン対応*/
body.page-template-estimate #formWrap .privacy {
	background-color: #f2f9ff;
	text-align: center;
	padding: 35px 20px;
	margin-top: 40px;
}
body.page-template-estimate #formWrap .privacy > div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 13px;
}
body.page-template-estimate #formWrap .privacy > div h3 {
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}
body.page-template-estimate #formWrap .privacy > div span {
	display: block;
    border-radius: 2px;
    background-color: #006DD2;
    color: #ffffff;
    padding: 2px 5px 2px;
	width: 36px;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	font-size: 11px;
}
body.page-template-estimate #formWrap .privacy > p {
	text-align: center;
}
body.page-template-estimate #formWrap .privacy > p:last-child {
	margin-top: 20px;
}
body.page-template-estimate #formWrap .privacy > p span {
	font-size: 16px;
}
body.page-template-estimate #formWrap .privacy a {
	text-decoration: underline;
}
body.page-template-estimate #formWrap .privacy a:hover {
	text-decoration: none;
}
@media (max-width: 640px){
	body.page-template-estimate #formWrap .privacy > p {
		text-align: justify;
		text-justify: inter-ideograph;
	}
	body.page-template-estimate #formWrap .privacy > p:last-child {
		text-align: center;
	}
}


/*------------------------------------
エコキュートの無料見積りフォーム thanks ページ
------------------------------------*/
body.page-template-estimate_thanks #thanks{
    max-width: 1140px;
    width: 100%;
    margin: 0px auto 120px;
    padding-top: 90px;
}
body.page-template-estimate_thanks #thanks h1{
    margin-bottom: 60px;
}
body.page-template-estimate_thanks #thanks p a {
	text-decoration: underline;
	color: #006DD2;
}
body.page-template-estimate_thanks #thanks p a:hover {
	text-decoration: none;
}
body.page-template-estimate_thanks #thanks .common_btn{
    max-width: 280px;
    margin-top: 80px;
}
@media (max-width: 640px){
    body.page-template-estimate_thanks #thanks{
        width: 100%;
        margin: 0px auto 90px;
        padding: 60px 10px 0px;
    }
    body.page-template-estimate_thanks #thanks .common_btn{
        margin-top: 40px;
    }
}
