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

 /* 骨格  */
html {
  font-size: 62.5%;
}
body {
	margin:0 auto;
	width:100%;
	font-size: 10px;
	font-size: 1.0rem;
	color:#444444;
	font-family: "Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background: #ffffff;
}

h3{
	text-align: center;
}
img{width: 100%; display: block;line-height: 0;}



/* ヘッダー  */

header p{
	text-align: center;
	font-size:2rem;
	padding: 3.75%;
	color: #444444;
}
header ul{
	background: #ffec6b;
	border-top:#f49451 6px solid;
	border-bottom:#f49451 6px solid;
	display: table;
	width: 100%;
	padding: 3px 0;
}
header ul li{
	display: table-cell;
	text-align: center;
	padding: 2.25% 0;
	font-size: 1.4rem;
	text-indent: 2rem;
	border-top:#f49451 3px solid;
	border-bottom:#f49451 3px solid;
}
header ul li:first-child{
	background: url(../img/icon_mail.png) 2% 50% no-repeat;
	background-size: 2rem;
}
header ul li:last-child{
	background: url(../img/icon_tell.png) 2% 50% no-repeat;
	background-size: 2rem;
}
header ul li a{
	color: #444444;
}
header ul li strong{
	color: #ed5864;
	font-size: 1.8rem;
}




/* メイン  */
main{
	position: relative;
}
main p.attention{
	width: 40%;
	position: absolute;
	top:29%;
	right: 2.25%;
}







/* こんな方にオススメです！  */
#recommended{
	background:url(../img/bk_recommended.png) 0% 0% no-repeat #fff68d;
	background-size: cover;
	padding: 5% 0%;
}
#recommended dl{
	background:#ffffff;
	width: 90%;
	border: 10px #ff8f98 solid;
	margin:auto;
}
#recommended dl dt{
	width: 90%;
	margin:auto;
	padding: 1% 0% 5%;
}
#recommended dl dd{
	width: 87%;
	font-size: 1.6rem;
	padding-bottom: 3%;
	margin: auto;
	text-indent: 8%;
	background: url(../img/icon_check.png) 0% 0% no-repeat;
	background-size: 8%;
}
#recommended dl dd:after {
	content: url("../img/icon_panic.png");
  }
#recommended dl dd:last-child {
	margin-bottom: 5%;
}
#recommended dl dd span{
	background: linear-gradient(transparent 60%, #fff21d 60%);
	font-size: 2rem;
}


/* こんな3つのお悩みを解決！  */
 #trouble{
	padding-top:10%;
}
#trouble ul li{
	width: 95%;
	border: solid 2px #ed5864;
	margin:0 auto 15%;
	box-shadow: 2px 10px rgba(0,0,0,0.2);
}
#trouble ul li h3{
	font-size: 3rem;
	margin-top:6.25%;
	padding-left: 4%;
}
#trouble ul li h3 span{
	display: block;
	font-size: 1.6rem;
	margin-bottom: 0.25%;
}
#trouble ul li:first-of-type{
	background: url(../img/trouble-01.png) 0% 0% no-repeat;
	background-size:25% ;
	margin-top: 10%;
}
#trouble ul li:nth-of-type(2){
	background: url(../img/trouble-02.png) 0% 0% no-repeat;
	background-size:25% ;
}
#trouble ul li:last-of-type{
	background: url(../img/trouble-03.png) 0% 0% no-repeat;
	background-size:25% ;
}



/* 4ステップでお見積もり  */
#estimate{
	background: #fffbd1;
	padding-top:10%;
}
#estimate ul li  h3{
	font-size: 2rem;
	text-align: left;
}
#estimate ul li h3.step01{
	background: url(../img/bk_step-01.png) 0% 0% no-repeat;
	background-size: 100%;
	margin-top: 10%;
	padding: 10% 0% 5% 22%;
	margin-bottom: 5%;
}
#estimate ul li h3.step02{
	background: url(../img/bk_step-02.png) 0% 0% no-repeat;
	background-size: 100%;
	padding: 5% 0% 5% 22%;
	margin-bottom: 5%;
}
#estimate ul li h3.step03{
	background: url(../img/bk_step-03.png) 0% 0% no-repeat;
	background-size: 100%;
	padding: 5% 0% 5% 22%;
	margin-bottom: 5%;

}
#estimate ul li h3.step04{
	background: url(../img/bk_step-04.png) 0% 0% no-repeat;
	background-size: 100%;
	padding: 5% 0% 5% 22%;
	margin-bottom: 5%;
}
#estimate h3 span:first-of-type{
	font-size: 2.4rem;
	color: #ed5864;
}
#estimate h3 span.attention{
	font-size: 1.6rem;
}
#estimate>ul>li{
	width:95%;
	margin: auto;
	background:
	url(../img/bk_stepbottom.png) 0% 100% no-repeat,
	url(../img/bk_steplist.png) 0% 0% repeat-y;
	background-size: 100%;
	padding-bottom: 5%;
}
#estimate ul li dl{
	width: 85%;
	margin:0 5% 0 10%;
	border:5px solid #0273c6;
	box-sizing: border-box;
}
#estimate ul li dl dt{
	text-align: center;
	color: #ffffff;
	font-size: 1.2rem;
	background: #0273c6;
	padding:1% 0;
}
#estimate ul li dl dd{
	font-size: 1.5rem;
	text-align: center;
	margin-top: 5%;
}

/* 4ステップでお見積もり>step01  */
#estimate ul li:first-child dl{
	margin-bottom: 25%;
}

#estimate ul li:first-child dl dd:last-of-type p{
		color: #0273c6;
	font-size: 1.1rem;
	background:
	url(../img/glitter01.png) 5% 10% no-repeat,
	url(../img/glitter02.png) 95% 50% no-repeat;
	background-size: 5%;
	border-radius: 50px 50px 50px 50px / 50px 50px 50px 50px;
	padding: 1%;
	width: 80%;
	margin: auto;
	background-color:  #cde9f7;
}
#estimate ul li:first-child dl dd:last-of-type img{
	width: 45%;
	float: left;
	margin-top: 7%;
}
#estimate ul li:first-child dl dd:last-of-type ul{
	width: 50%;
	float: left;
	margin-top: 8%;
	margin-left:3%;
}
#estimate ul li:first-child dl dd:last-of-type ul li{
	font-size: 1.1rem;
	text-align: left;
	background: url(../img/icon_note.png) 0% 0% no-repeat;
	background-size: 0.8rem;
	padding-left: 1.6em;
	background-size: 1rem;
	margin-bottom: 5%;
	line-height: 1.4rem;
}
#estimate>ul>li:first-child>dl>dd:last-of-type{
	overflow: hidden;
}


/* 4ステップでお見積もり>step02  */
#estimate ul li:nth-of-type(2) dl dt{
	text-align: center;
	color: #ffffff;
	font-size: 3rem;
	background: #0273c6;
	padding:5% 0;
}
#estimate ul li:nth-of-type(2) dl dd{
	margin-top: 0;
}
#estimate ul li:nth-of-type(2) dl dd.attention{
	font-size: 1.2rem;
	text-align: left;
	width: 90%;
	margin:0 auto 5%;
	line-height: 1.6rem;
}
#estimate ul li:nth-of-type(2) dl dd.attention span{
	font-size: 1rem;
	text-align: left;
	display: block;
}
#estimate ul li:nth-of-type(2) dl{
	margin-bottom: 5%;
}
#estimate ul li:nth-of-type(2) p.notes{
	font-size: 1.2rem;
	padding-left: 1rem;
	text-indent: -1rem;
	width: 80%;
	margin: 0 auto 25%;
}



/* 4ステップでお見積もり>step03  */
#estimate ul li:nth-of-type(3) dl{
	border:5px solid #0592d7;
	margin:0 auto 25%;
	width: 90%;
}
#estimate ul li:nth-of-type(3) dl dt {
	background: #0592d7;
	margin-bottom: 5%;
}

#estimate ul li:nth-of-type(3) dl dd {
	border-bottom:dotted 4px #0592d7;
	width: 90%;
	margin: auto;
	margin-bottom: 5%;
}
#estimate ul li:nth-of-type(3) dl dd:nth-last-child(2) {
	margin-bottom: 2%;
}
#estimate ul li:nth-of-type(3) dl dd:last-child {
	font-size: 1.3rem;
	text-align: right;
	border: none;
	margin-bottom: 3%;
}
#estimate ul li:nth-of-type(3) dl dd h4{
	width: 90%;
	margin: auto;
	color: #ffffff;
	background:
	url(../img/note01.png) 5% 20% no-repeat,
	url(../img/note02.png) 95% 50% no-repeat;
	background-size: 7% auto , 4% auto;
	border-radius: 50px 50px 50px 50px / 50px 50px 50px 50px;
	padding: 2.25% 0;
	background-color: #ed5864;
	position: relative;
	font-size: 1.3rem;
}

#estimate ul li:nth-of-type(3) dl dd h4::before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #ed5864;
}

#estimate ul li:nth-of-type(3) dl dd ul{
	display: table;
	margin-top: 5%;
}
#estimate ul li:nth-of-type(3) dl dd ul li{
	display: table-cell;
}
#estimate ul li:nth-of-type(3) dl dd ul li p{
	text-align: left;
	margin-bottom:5%;
	font-size: 1.2rem;
	padding: 3% 0 3% 10%;
}

#estimate ul li:nth-of-type(3) dl dd ul li p span{
	font-size: 1rem;
}

#estimate ul li:nth-of-type(3) dl dd ul li div{
	overflow: hidden;
	width: 100%;
}
#estimate ul li:nth-of-type(3) dl dd ul li div img{
	width: 22%;
	float: left;
}
#estimate ul li:nth-of-type(3) dl dd ul li div p{
	width: 63%;
	float: left;
}

/* 4ステップでお見積もり>step04  */
#estimate>ul>li:nth-of-type(4){
	background:
	url(../img/bk_stepbottom_last.png) 0% 100% no-repeat,
	url(../img/bk_steplist.png) 0% 0% repeat-y;
	background-size: 100%;
	padding-bottom: 5%;
}
#estimate ul li:nth-of-type(4) dl dt{
	text-align: center;
	color: #ffffff;
	font-size: 3rem;
	background: #0273c6;
	padding:5% 0;
}
#estimate ul li:nth-of-type(4) dl:last-of-type dt{
	padding:5% 0 5% 12%;
}
#estimate ul li:nth-of-type(4) dl dt img{
	display: inline-block;
	width: 10%;
}
#estimate ul li:nth-of-type(4) dl dd{
	margin-top: 0;
}
#estimate ul li:nth-of-type(4) dl dd.supplement{
	font-size: 1.2rem;
	color: #ffffff;
	padding:0% 5% 5%;
	box-sizing: border-box;
	background: #0273c6;
	line-height: 1.8rem;
}
#estimate ul li:nth-of-type(4) dl dd.attention{
	font-size: 1.2rem;
	text-align: left;
	width: 90%;
	margin:0 auto 5%;
	line-height: 1.6rem;
}
#estimate ul li:nth-of-type(4) dl dd.attention span{
	font-size: 1rem;
	text-align: left;
	display: block;
}
#estimate ul li:nth-of-type(4) dl{
	margin-bottom: 5%;
	position: relative;
}
#estimate ul li:nth-of-type(4) dl dd.label{
	position: absolute;
	top:-6%;
	left:1%;
	width: 17%;
}
#estimate ul li:nth-of-type(4) p.notes{
	font-size: 1.6rem;
	padding:3% 0 3% 20%;
	width: 80%;
	margin: 0 auto 25%;
	background: url(../img/icon_description.png) 0% 50% no-repeat;
	background-size: 20%;
	box-sizing: border-box;
}

/* 利用者の声  */
#user{
	padding-top: 10%;
}
#user ul li{
	width: 90%;
	margin: auto;
}
#user ul li:last-child{
	margin-bottom: 15%;
}
#user ul li dl dt{
	width: 85%;
	margin:10% auto 5%;
}
#user ul li dl dd{
	font-size: 1.3rem;
	line-height: 1.8rem;
}



/* お問い合わせはこちらから  */
#contact{
	background:ffffff;
	border:  #fffbd1 16px solid;
	padding-bottom: 10%;
}
#contact h2{
	margin: 10% 0;
}
#contact form{
	width: 95%;
	margin: auto;
}
#contact form dl dt{
	font-size: 1.2rem;
	margin-bottom: 1.25%;
	text-indent: 2rem;
	background: url(../img/icon_note.png) 0% 0% no-repeat;
	background-size: 1.5rem;
	padding: 1% 0;
}
#contact form dl dd{
	margin-bottom: 4%;
}
#contact form dl dd:last-child{
	margin-bottom: 10%;
}
#contact form dl dd input,#contact form dl dd textarea{
	width: 100%;
	border: #d7d2d2 solid 1px;
	line-height: 3rem;
}
#contact form > input{
	width: 70%;
	display:block;
	margin:0 auto 10%;
}

.submit{
    background-color: #ed5864;
    height:50px;
    color:#fff;
    border: solid 1px #ddd;
    border-radius: 10px;
    font-size: 1.8rem;
}

/* お問い合わせボタン  */
footer{
	text-align: center;
	font-size:2rem;
	padding: 3.75%;
	background: #222222;
	width: 100%;
	padding: 15px 0;
	position: fixed;
	bottom: 0;
	left: 0;
}
footer a{
	display:  block;
	text-align: center;
	padding: 3% 0;
	font-size: 2rem;
	text-indent: 2rem;
	color: #ffffff;
	background: url(../img/icon_mail.png) 8% 50% no-repeat #ed5864;
	background-size: 3rem;
	width: 90%;
	margin: auto;
	border-radius: 100px 100px 100px 100px;
}
footer a strong{
	color: #ffec6b;
	font-size: 2.5rem;
}
