@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
.main-body{
	max-width:1000px;
	margin:0 auto;
}
svg{
	max-width:100%;
	margin-bottom:15px;
	height:auto;
}
#mainimage text{
	font-weight:bold;
}
.just_img{
	width:100%;
}
.just_img img{
	max-width:100%;
	height:auto;
	margin-bottom:15px;
}
.sm{
	display:none;
}
.pc{
	display:block;
}
#authorized-dealer{
	border:2px solid #039;
}
#contact #tel,
.page_city_title{
	font-weight:bold;
}
.page_city_title{

    font-size: 5rem;
}
text.tel-num{
	font-weight:bold;
}
#mitsumori{
margin: 20px 0;
}
#mitsumori img{
	width: 100%;
	height: auto;
}
img{
	max-width: 100%;
	height: auto;
}
main > article > img{
	margin: 20px auto;
}
#mitsumori .img-box {
display: flex;
flex-wrap: wrap;
justify-content: between;
}
#price{
	margin-bottom:15px;
	display: inline-table;
}
#price > dl{
	/*max-width: 32.6%;
    display: inline-table;
	margin:0 2px 10px;*/

	background: #E6E6E6;
    display: table-cell;
    width: 10%;
    border-right: 2px solid #fff;

}
#price > dl > dt{
	line-height: 1.8;
    text-align: center;
    font-size: 1.7rem;
	background: #b7deed;
	color:#039;
background: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
background: -webkit-linear-gradient(top, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
background: linear-gradient(to bottom, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 );

}
#price > dl > dd{
	    margin: 10px;
}
#price > dl > dd > dl{
	margin-bottom:25px;
}
#price > dl > dd > dl > dt{
	position: relative;
	display: inline-block;
	width:100%;
	background:#fff;
	padding:10px;
	margin-bottom:10px;
	text-align:center;
	color:#039;
	font-weight:bold;
	font-size:1rem;
	border: 3px solid #fd9b1c;
}
#price > dl > dd > dl > dt:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fd9b1c;
}
#price > dl > dd > dl > dd{
	    color: #fff;
    font-weight: bold;
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 2em;
    border-radius: 15px;
    border: 2px #fff solid;
	font-size: 1rem;
	background: #f2825b;
background: -moz-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
background: -webkit-linear-gradient(top, #f2825b 0%,#e55b2b 50%,#f07146 100%);
background: linear-gradient(to bottom, #f2825b 0%,#e55b2b 50%,#f07146 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 );
}
#coment-box{
	background:url(../images/lp/woodground.png) top left;
}
#construction-example{
	background:url(../images/lp/185765.jpg) top left;
}
#construction-example,
#coment-box{
	margin:0 0 20px;
	padding:20px;
}
#construction-example h2,
#coment-box h2{
	    line-height: 2em;
    border-radius: 20px;
    text-align: center;
    font-size: 3rem;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

#coment-box h2{
	background: #960;
	margin-top:0;
    color: yellow;
}
#construction-example h2{
	margin-top:0;
	background:#06C;
	color:#fff;
}
#construction-example ul,
#coment-box ul{
	margin:0;
	padding:0;
	list-style:none;

}
#construction-example li,
#coment-box li{
	margin:10px 20px;
	display:inline-table;
	width:45%;
	padding:0;
	border-radius:10px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
#coment-box li{
	background:url(../images/lp/1309238.jpg) top left;
}
#construction-example li dl,
#coment-box li dl{
	margin:0;
}
#construction-example li{
	background:#fff;
}

#construction-example li dt,
#coment-box li dt{
	text-align: center;
    font-size: 2rem;

	font-weight:bold;
	margin:0 0 15px;
	border-radius:10px 10px 0 0;
	line-height:2.5em;
}
#coment-box li dt{
	background:#6C0;
	color: #fff;
}
#construction-example li dt{
	background:#ccc;

}
#construction-example li dd,
#coment-box li dd{
	background:rgba(255,255,255,0.7);
	padding:15px;
	overflow:auto;
	height:15em;
	border-radius:10px;
	margin:0 10px 15px;
	font-size: 1.5rem;
	line-height: 2;
}
#construction-example li dd img{
	float:left;
	margin:0 10px 10px 0;
}
.contact_banner_sm{
	border:5px solid #1B1464;
	margin-bottom:15px;
	padding:15px;
}
.contact_banner_sm p{
	font-size:1.4rem;
	font-weight:bold;
	margin:0 0 15px;
	text-align:center;
}
.contact_banner_sm a.btn-green{
	background: #62e01f;
background: -moz-linear-gradient(top, #62e01f 0%, #6cce1c 50%, #25bc1a 53%, #25bc1a 100%);
background: -webkit-linear-gradient(top, #62e01f 0%,#6cce1c 50%,#25bc1a 53%,#25bc1a 100%);
background: linear-gradient(to bottom, #62e01f 0%,#6cce1c 50%,#25bc1a 53%,#25bc1a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62e01f', endColorstr='#25bc1a',GradientType=0 );
}
.contact_banner_sm a.btn-blue{
	background: #6db3f2;
background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

}
.contact_banner_sm a.btn-green,
.contact_banner_sm a.btn-blue{
	display:block;
	width:100%;
	text-decoration:none;
line-height:2.8em;
text-align:center;
border-radius:15px;
box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
color:#FFF;
margin:0 0 15px;
font-size:1.4rem;
}

#address-box{
	border:#999 2px solid;
	margin-bottom:15px;
}
#address-box h2{
	background:#999;
	text-align:center;
	color:#fff;
	font-size:2rem;
	padding:10px;
	margin:0;
}
#address-box dl{
	margin:0;
	border-bottom:2px #ccc solid;
	overflow:hidden;
	font-size:2rem;
}
#address-box dt{
    float: left;
    width: 35%;
    padding: 8px 0;
    text-align: center;
	background:#E7E7E7;
}
#address-box dd{
	float: right;
    width: 65%;
    margin: 0;
    padding: 8px 10px;
}
#address-box >p{
	font-size:1.5em;
	margin:15px;
}
footer{
	text-align:center;
	border-top:1px dotted #ccc;
	padding-top:15px;
}
footer .homr_btn a{
	display:block;
	background: #f6f8f9;
background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
border-radius:20px;
border:1px #ccc solid;
color:#333;
line-height:2em;
text-decoration:none;

}
footer #footer_bottom{
	background:#004098;
	color:#FFF;
	margin:0;
	padding:15px;
	text-align:center;
	font-size:0.8rem;

}
.contact_banner_pc{
	margin:0 20px 20px;
}
.contact_banner_pc a{
	text-decoration:none;
	display:block;
	line-height:3em;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	border-radius:20px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	background: #1e5799;
background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}
a:hover{
	opacity: 0.7;
}
#discount text{
	font-weight:bold;
}
#page-top {
	position: absolute;
	    top: 15px;
	    padding: 0;
	    margin: 0;
	    right: 15px;
}

#page-top a {
	margin: 0;
    display: block;
    color: #153c7d;
		background: #fff;
		padding: 0 5px;
		    border-radius: 10px;
		    text-decoration: none;
		    font-size: 35px;
}
/*
#page-top a::before,
#page-top a::after{
        position: absolute;
    top: 17px;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#page-top a::before{
    width: 15px;
    height: 15px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/


#page-top a:hover {
    background: #999;
    text-decoration: none;
}
#form_contents{
	border:1px #2ab0ed solid;
	margin:0 0 20px;
}
#form_contents table{
	width:100%;
}
#form_contents .title{
	font-size:1.2rem;
	background:#b6e2f7;
	padding:10px;
}

#form_contents table td{
	font-size: 1.8rem;
	padding:10px 20px;
}
#form_contents table th{
	padding:10px 20px 10px 40px;
	font-size: 1.8rem;
	white-space:nowrap;
	text-align:right;
	width:35%;
	vertical-align: middle;
}
#form_contents table th span{
	color:#F00;
	font-size:0.8rem;
	font-weight:normal;
}
#form_contents table td.center{
	text-align:center;
}
#form_contents table td textarea{
	width:80%!important;
}
#form_contents table td input[type="submit"]{
	    font-size: 1.2rem;
    border-radius: 5px;
    border: 1px solid #2ab0ed;
	padding:10px 15px;
	color:#06C;
	background: #e4f5fc;
background: -moz-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
background: -webkit-linear-gradient(top, #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%);
background: linear-gradient(to bottom, #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 );

}
h2#formtitle{
	font-size: 3rem;
font-weight: bold;
line-height: 3em;
	color:#06C;
	text-align:center;
	background: #e4f5fc;
background: -moz-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
background: -webkit-linear-gradient(top, #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%);
background: linear-gradient(to bottom, #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 );

}
/*********2023-5追加分LP用*************/
.page-link{
	list-style: none;
	margin: 0;
	padding: 20px 0;
	display: flex;
	    justify-content: center;
}
.page-link li{
	margin: 0;
	padding: 0 10px;
	width: 34%;
}
.page-link li a{
	font-weight: bold;
	display: block;
  transition: 0.3s;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  background-color: #03a9f4;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 20px;
  font-size: 120%;
	line-height: 3;
	padding: 0 15px;
}
.page-link li a:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: translateY(2px);
}
.page-link li a::after{
	content: '▼';
	margin-left: 10px;
}
.b-r{
border:5px solid red;
border-radius: 10px;
padding: 5px;
    font-weight: bold;
    font-size: 110%;
	}
#head-pr img{
	width: 100%;
	height: auto;
}
article.lp{
	font-size: 24px;
    line-height: 2;
}
#line-3 img,
.lp-section img,
.img img,
.blue-b-box img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.b-b-w{
	background: #00a5e3;
	color: #fff;
	font-size:120%;
	padding: 2em;
	font-weight: bold;
}
.about-system,
.man-hukidashi{
	overflow: hidden;
	margin: 20px 0;

}
.blue-b-box p,
.man-hukidashi p{
	font-size: 120%;
	padding: 0 2em 1em;
}
.about-system div p,
.about-system div.img,
.man-hukidashi p,
.man-hukidashi .img{
	float: left;
	padding: 10px;
}
.about-system div p,
.man-hukidashi p{
	width: 70%;
}
.about-system div.img,
.man-hukidashi .img{
	width: 30%;
}
div.title{
	clear: both;
	background: #00a5e3;
	color: #fff;
	text-align: center;
	font-size: 160%;
	padding: 20px;
	margin-bottom: 50px;
}
.about-system ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-system ul li > img.title{
	width: inherit;
	max-width: 100%;
}
.about-system ul li > div{
	overflow: hidden;
}

.b-g{
	color: green;
	    font-weight: bold;
	    font-size: 110%;
	    line-height: 2.5;
}
span.num{
	background: green;
	    color: #fff;
	    font-weight: bold;
	    padding: 5px 15px;
	    border-radius: 23px;
	    margin-right: 1em ;
}
.blue-b-box{
	margin-bottom: 20px;
	background: #b8e6ff;
	color: #0071bb;
}
#line-3{
	border: none;
	width: 100%;
	margin-bottom: 30px;
}
#line-3 tr{
	border : solid 1px #ccc;
}
#line-3 th,
#line-3 td.img{
	width: 25%;
}
#line-3 th,
#line-3 td{
	border-bottom: solid 1px #ccc;
	    font-size: 120%;
			padding: 10px;
}
#line-3 img{
	max-height: 157px;
	width: auto;

}
.lp-section{
	margin-bottom: 20px;
}
.orange-mark{
	background: red;
	border-radius: 10px;
	color: #fff;
	padding: 5px 15px;
	margin-right: 15px;
}


.estimate-footer-result__prefix,
.estimate-header .estimate-header__title {
    font-size: 30px!important;
        text-align: center;
    }
    .estimate-footer-contact__title{
    font-size:18px!important;
    }
    .estimate-body-content__select,
.estimate-footer-now__content,
.estimate-footer-result__prefix {
    font-size: 16px!important;
    }
.estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__prefix,
    .estimate-footer-result__attention {
    font-size: 14px!important;
    }
    .estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__sub{
        width: 55px!important;
        text-align: center;
        font-size:25px;
    }
    a.estimate-footer-contact-btn-mail__mail {
    font-size: 18px;
    color: #fff!important;

    }
.estimate-footer-contact-btn-mail__main{
	    background: orange!important;
			font-weight:bold;
			border:0!important;

}


	.fixed-contact__contact {
		    margin: 0;
    padding:0 15px;
	}

.estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__sub {
	width: 58px!important;
}
.estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__main {

    font-size: 25px;
	text-align: center!important;
}
.b-f{
	color:#00a5e3;
	font-weight:bold;
	font-size:110%;
}


#lp-page .page-link{
	background: lemonchiffon;
	list-style: none;
	margin: 0 0 2em;
	padding: 20px 0;
	display: flex;
}
#lp-page .page-link li{
	margin: 0;
	padding: 0 10px;
	width: 34%;
}
#lp-page .page-link li a{
	font-weight: bold;
	display: block;
	transition: 0.3s;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	background-color: #03a9f4;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	font-size: 2rem;
	line-height: 3;
}
#lp-page .page-link li a:hover {
	box-shadow: 0 0 rgba(0, 0, 0, 0.4);
	border-bottom-width: 2px;
	transform: translateY(2px);
}
#lp-page .page-link li a::after{
	content: '▼';
	margin-left: 10px;
}
#lp-page .b-r{
	border:5px solid red;
	border-radius: 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 110%;
}
#lp-page #head-pr img{
	width: 100%;
	height: auto;
}
#lp-page article.lp{
	font-size: 24px;
	line-height: 2;
}
#lp-page #line-3 img,
.lp-section img,
.img img,
.blue-b-box img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
#lp-page .b-b-w{
	background: #00a5e3;
	color: #fff;
	font-weight: bold;
}
#lp-page .about-system,
#lp-page .man-hukidashi{
	overflow: hidden;
	margin: 20px 0;

}
#lp-page .blue-b-box p,
#lp-page .man-hukidashi p{
	padding: 0 2em 1em;
}
#lp-page .about-system div p,
#lp-page .about-system div.img,
#lp-page .man-hukidashi p,
#lp-page .man-hukidashi .img{
	float: left;
	padding: 10px;
}
#lp-page .about-system div p,
#lp-page .man-hukidashi p{
	width: 70%;
}
#lp-page .about-system div.img,
#lp-page .man-hukidashi .img{
	width: 30%;
}
#lp-page div.title{
	clear: both;
	background: #00a5e3;
	color: #fff;
	text-align: center;
	font-size: 160%;
	padding: 20px;
}
.kiyaku{
	line-height: 2;
}
#lp-page .about-system ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#lp-page .about-system ul li > img.title{
	width: inherit;
	max-width: 100%;
}
#lp-page .about-system ul li > div{
	overflow: hidden;
}

#lp-page .b-g{
	color: green;
	font-weight: bold;
	font-size: 110%;
	line-height: 2.5;
}
#lp-page span.num{
	background: green;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	border-radius: 23px;
	margin-right: 1em ;
}
#lp-page .blue-b-box{
	margin-bottom: 20px;
	background: #b8e6ff;
	color: #0071bb;
}
#lp-page #line-3{
	border: none;
	width: 100%;
	margin-bottom: 30px;
}
#lp-page #line-3 tr{
	border : solid 1px #ccc;
}
#lp-page #line-3 th,
#lp-page #line-3 td.img{
	width: 25%;
}
#lp-page #line-3 th,
#lp-page #line-3 td{
	border-bottom: solid 1px #ccc;
	font-size: 120%;
	padding: 10px;
}
#lp-page #line-3 img{
	max-height: 157px;
	width: auto;

}
#lp-page .lp-section{
	margin-bottom: 20px;
}
#lp-page .orange-mark{
	background: red;
	border-radius: 10px;
	color: #fff;
	padding: 5px 15px;
	margin-right: 15px;
}

#lp-page .estimate{
	background-color:#00a5e3;
}
#lp-page .estimate-footer-result__prefix,
#lp-page .estimate-header .estimate-header__title {
	font-size: 30px!important;
	text-align: center;
}
.estimate-footer-contact__title{
	font-size:18px!important;
}
.estimate-body-content__label,
.estimate-body-content__select,
#lp-page .estimate-footer-now__content,
#lp-page .estimate-footer-result__prefix {
	font-size: 16px!important;
	color:#333!important;
}
#lp-page .estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__prefix,
#lp-page .estimate-footer-result__attention {
	font-size: 14px!important;
}
#lp-page .estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__sub{
	width: 55px!important;
	text-align: center;
	font-size:25px;
}
#lp-page a.estimate-footer-contact-btn-mail__mail {
	font-size: 18px;
	color: #fff!important;

}
#lp-page .estimate-footer-contact-btn-mail__main{
	background: orange!important;
	font-weight:bold;
	border:0!important;

}
#lp-page .fixed-contact__contact {
	margin: 0;
	padding:0 15px;
}
#lp-page .estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__sub {
	width: 58px!important;
}
#lp-page .estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__main {

	font-size: 25px;
	text-align: center!important;
}
#lp-page .b-f{
	color:#00a5e3;
	font-weight:bold;
	font-size:110%;
}
#page-top {
	position: absolute!important;
	top: -50px!important;
	padding: 0!important;
	margin: 0!important;
	right: 15px!important;
}
#page-top a {
	margin: 0!important;
	display: block;
	color: #153c7d!important;
	border:2px solid #153c7d!important;
	background: #fff!important;
	padding: 5px!important;
	border-radius: 10px;
	text-decoration: none;
	font-size: 35px;
}
#page-top a::before,
#page-top a::after{
	display:none!important;
}
#lp-page #construction-example li dl, #coment-box li dl {
	padding-bottom: 10px;
}
#map_area ul{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
#map_area ul li{
	display: flex;
	align-items: stretch;
	width: 50%;
	padding: 5px;
}
#map_area ul dl{
	margin: 0;
	padding: 0;
	border: 2px solid;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
#map_area ul dt{
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	margin: 0;
	padding: 5px 0;
}
#map_area ul dd{
	padding: 1em;
	margin: 0;
	font-size: 1.5rem;
	line-height: 2;
	word-break: keep-all;
}
#map_area ul #c-1 dl{
	border-color:#1d5ebc ;
}
#map_area ul #c-2 dl{
	border-color:#0ec4c4 ;	
}
#map_area ul #c-3 dl{
	border-color:#0ec149 ;	
}
#map_area ul #c-4 dl{
	border-color:#87d616 ;	
}
#map_area ul #c-5 dl{
		border-color:#e5890e ;
}
#map_area ul #c-6 dl{
		border-color:#f7460f ;
}
#map_area ul #c-1 dt{
	background: #1d5ebc;
}
#map_area ul #c-2 dt{
	background: #0ec4c4;
}
#map_area ul #c-3 dt{
	background: #0ec149;
}
#map_area ul #c-4 dt{
	background: #87d616;
}
#map_area ul #c-5 dt{
	background: #e5890e;
}
#map_area ul #c-6 dt{
	background: #f7460f;
}

#map_area #japan img{
	max-width: 100%;
	height: auto;
}
.contact_bar_lp{
	margin: 1em 0;
	position: relative;
	padding: 1em;	
}
.contact_bar_lp .text_1{
	margin-bottom: 10px;
    padding: 10px;
    background-color: red;
    color: #fff;
    border-radius: 20px;
    text-align: center;
}
.contact_bar_lp .text_2{
	padding: 10px;
    line-height: 2;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
.contact_bar_lp .tel{
	padding-left: 1em;
}
.contact_bar_lp .tel a{
	display: block;
	background-image: url(../images/fixed-contact/free.gif);
	background-position: left center;
	background-repeat: no-repeat;
	
	color: green;
	font-weight: bold;	
}
#image_pr_2{
	margin: 1em auto;
	background: #b5d5ec;
	padding-bottom: 1em;
}
#image_pr_2 ol{
	    margin: 1em 2em;
}
#image_pr_2 ol li{
	padding: 0.5em;
	    padding-left: 3em;
	    position: relative;
			background: green;
	    color: #fff;
	    border-radius: 25px;
	    margin-bottom: 10px;
}
#image_pr_2 ol li span{
	background: #fff;
	color: green;
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
}
#image_pr_2 > div{
	border-radius: 20px;
	background: #fff;
	padding: 1em;
	margin: 0 1em;
}
@media screen and ( min-width:769px ){
	#image_pr_2 ol li span{
		left: 8px;
		padding: 4px 18px;
		top: 8px;
	}
	.contact_bar_lp .text_1,
	.contact_bar_lp .text_2{
			width: 70%;
	}
	.contact_bar_lp{
		background-image: url(../images/lp/594E26AB.jpg);
		background-position: top;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.contact_bar_lp .tel a{
		background-size: 110px;
		padding-left: 2em;
		font-size: 7rem;	
	}
	#lp-page .b-b-w{
		padding: 2em;
	}
	#map_area {
		display: flex;
		flex-wrap: wrap;
	}
	#map_area ul{
		width: 50%;
	}
	#map_area #japan{
		width: 50%;
		height: auto;
		padding: 1em;
	}

	.contact_banner_pc a{
		font-size: 3rem;
	}
	#map_area ul{
		padding: 2em 0;
	}
	#lp-page .b-b-w,
	#lp-page .blue-b-box p,
	#lp-page .man-hukidashi p{
		font-size: 3rem;
	}
	#mitsumori .img-box img{
	width: 33%;
}
.fixed-contact__tel{
	padding: 0 1em;
}
}
@media screen and ( max-width:768px ){
	#image_pr_2 ol li span {
    left: 5px;
    padding: 4px 12px;
    top: 4px;
}
	.contact_bar_lp{
		background: #d6f2ff;
	}
	.contact_bar_lp .tel{
		padding-left: 1em;
    background: #fff;
    margin-top: 14px;
	}
	.contact_bar_lp .tel a{
		background-size: 65px;
		    padding-left: 2.5em;
		    font-size: 3rem;
	}
	#contents{
		padding-top:0!important;
	}
	#Column_tableContentBox li{
	margin:5px 10px;
}
	#form_contents input[type="button"],
	#form_contents input[type="submit"] {
		line-height: 4em;
    border: 0;
    background: #2d91fc;
    color: #fff;
    border-radius: 10px;
	}
	#header{
		display:none;
	}
	#mobile-bar{
		position:inherit;
	}
	#mobile-bar ul{
		    padding-right: 50px;
	}
	.toggle-right{
    position: fixed;
    top: 0;
    right: 0;
    border: none;
    z-index: 99999;
    width: 50px;
    height: 50px;
}
	.toggle-right a img{
		width:100%;
		height:auto;
	}
	article.lp{
		font-size: 18px!important;
	}
	.non_float div p,
.non_float div.img{
	float: none!important;
	width: 100%!important;
}
.non_float div p
.non_float div.img{
	width: 100%!important;
}
#line-3 img{
	max-height: inherit!important;
	width: 100%!important;
}
#line-3 th,
#line-3 td{
	    font-size: 100%!important;
		}
.b-g{
	color: green;
	    font-size: 90%!important;
}

.estimate{
background-color:#00a5e3;
}
.estimate-footer-result__prefix,
.estimate-header__title {
    font-size: 20px;
        text-align: center;
    }
    .estimate-footer-contact__title{
    font-size:18px!important;
    }
    .estimate-body-content__select,
.estimate-footer-now__content,
.estimate-footer-result__prefix {
    font-size: 16px!important;
    }
.estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__prefix,
    .estimate-footer-result__attention {
    font-size: 14px!important;
    }
    .estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__sub{
        width: 55px!important;
        text-align: center;
        font-size:25px!important;
    }
    a.estimate-footer-contact-btn-mail__mail {
    font-size: 18px;
    color: #fff!important;

    }
.estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__main {

	font-size: 20px!important;
	}
.estimate-footer-contact-btn-mail__main{
	    background: orange!important;
			font-weight:bold;
			border:0!important;

}

	.fixed-contact__contact {
		    margin: 0;
    padding:0 15px;
	}
	.estimate-header::after {
		width: 97px!important;
	}
	.page-link{
display:inherit;
}
.page-link li{
width: 100%;
margin-bottom:15px;
}
	#mitsumori .img-box img{
	width: 49%;
}
	.man-hukidashi .pc{
		display: none;
	}
	#lp-page .b-b-w,
	#lp-page .blue-b-box p,
	#lp-page .man-hukidashi p{
		font-size: 1.8rem;
	}
	.contact_banner_pc a{
		font-size: 2rem;
	}
	#map_area ul{
		padding: 2em 0 0;
	}
	#lp-page .b-b-w{
		padding: 1em;
	}
	#map_area #japan{
	padding: 1em;
	}
	
	#lp-page #line-3 img{
		max-height: inherit!important;
		width: 100%!important;
	}
	#lp-page #line-3 th,
	#lp-page #line-3 td{
		font-size: 100%!important;
	}
	#lp-page .b-g{
		color: green;
		font-size: 90%!important;
	}

	#lp-page .estimate{
		background-color:#00a5e3;
	}
	#lp-page .estimate-footer-result__prefix,
	#lp-page .estimate-header__title {
		font-size: 20px;
		text-align: center;
	}
	#lp-page .estimate-footer-contact__title{
		font-size:18px!important;
	}
	#lp-page .estimate-body-content__label,
	#lp-page .estimate-body-content__select,
	#lp-page .estimate-footer-now__content,
	#lp-page .estimate-footer-result__prefix {
		font-size: 16px!important;
		color:#333!important;
	}
	#lp-page .estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__prefix,
	#lp-page .estimate-footer-result__attention {
		font-size: 14px!important;
	}
	#lp-page .estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__sub{
		width: 55px!important;
		text-align: center;
		font-size:25px!important;
	}
	#lp-page a.estimate-footer-contact-btn-mail__mail {
		font-size: 18px;
		color: #fff!important;
	}
	#lp-page .estimate-footer-contact-btn-tel--free .estimate-footer-contact-btn-tel__main {
		font-size: 20px!important;
	}
	#lp-page .estimate-footer-contact-btn-mail__main{
		background: orange!important;
		font-weight:bold;
		border:0!important;	
	}	
	#lp-page .fixed-contact__contact {
		margin: 0;
		padding:0 15px;
	}
	#lp-page .estimate-header::after {
		width: 97px!important;
	}
	#lp-page .page-link{
		display:inherit!important;
	}
	#lp-page .page-link li{
		width: 100%!important;
		margin-bottom:15px!important;
	}
	#lp-page #construction-example li, #coment-box li {
		display: inherit!important;
		width: inherit!important;
	}

	

}
