@charset "utf-8";
/* html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark */
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,
b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,d
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video { margin:0; padding:0; border:0; outline:0; vertical-align:bottom; background:transparent;}
body { line-height:1; -webkit-text-size-adjust: 100%;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
ul li { list-style:none;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none;}

a { margin:0; padding:0; color: #666; text-decoration: none; vertical-align:baseline;}
a:hover { opacity: 0.7;
   word-break: break-all;}

del { text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help;}
table { border-collapse:collapse; border-spacing:0;}

/* change border colour to suit your needs */
hr { display:block; height:1px; border:0;  border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select { vertical-align:middle;}

/* ===================================================================================
  resetここまで
=================================================================================== */

body * {
  color: #54585A;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic','Osaka',sans-serif;
}

.pc { display: block;}
.sp { display: none;}

.form_wrap { width: 880px; margin: 0 auto;}

.header {
  position: relative;
  margin: 30px 0;
}
.header * { text-align: center;}
.header h2 {
  font-size: 22px;
  line-height: 1;
  margin: 27px 0 25px;
}

.qalink { background: #FFFFFF; margin:0 auto; display: block;}
.qalink a img::after { top: -0.4vw; opacity: .7; }
.qalink a img:hover { opacity: .7; display: block; }
.qalink a img:active { opacity: .7; display: block; }

.qalink::before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 見積ガイド */
.estimate_area {
  margin: 30px auto 15px;
}
.estimate_area img {
  width: 100%;
}
@media screen and ( max-width: 767px) {
  .estimate_area {
    width: 90vw;
  }
}

/* よくある質問 */
.qa_area {
  background: url("../img/bg_form_qa.jpg")no-repeat top center;
  height: 201px;
  width: 880px;
  margin: 30px auto 0;
}
.qa_btn { padding-top: 85px;}
.qa_btn a { display: block;}
.qa_btn a img { margin: 0 auto;}


.form_area h3 {
  color: #fff;
  font-size: 19px;
  line-height: 50px;
  letter-spacing: 2px;
  padding-left: 24px;
  background: #BBBCBD;
}

.formTable { margin-bottom: 30px;}
.formTable dt, .formTable dd { display: block;}
.formTable dt {
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  padding: 26px 0 14px;
}
.formTable dt span { position: relative;}
.formTable dt span::after {
  content: "必須";
  position: absolute;
  right: -42px;
  top: 1px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 0 3px;
  background: #E75400;
}
.formTable dt span.any::after {
  content: "任意";
  position: absolute;
  right: -42px;
  top: 1px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 0 3px;
  background: #333;
}
.formTable dt span.no::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 0px;
  line-height: 20px;
  padding: 0;
  margin-bottom: 10px;
  background: #fff;
}
.formTable dt p {
  line-height: 20px !important;
}
.form_area .formTable .indispensable {
  background-color: #e75400;
  font-size: 13px;
  color: #fff;
  padding: 0px 2px;
  line-height: 1;
  margin-left: 10px;
}
.form_area .formTable .indispensable.no {
  background-color: #333333;
  margin-top: 0px;
  padding: 4px 4px;
  position: absolute;
}
.formTable dd input[type="text"] {
  outline: none;
  border: solid 1px #ccc;
  width: 850px;
  height: 48px;
  padding: 0 14px;
}
.formTable dd select {
  outline: none;
  border: solid 1px #ccc;
  width: 880px;
  height: 48px;
  padding: 0 14px;
}
.formTable dd input.name { width: 402px;}
.formTable dd input.name:first-child { margin-right: 10px;}

.formTable dd textarea {
  outline: none;
  border: solid 1px #ccc;
  width: 850px;
  height: auto;
  padding: 14px;
}

.formTable dd input[type="file"] {
  margin-bottom: 15px;
  font-size: 14px;
}
.formTable .file_kome { font-size: 14px;}

.form_area .kome {
  font-size: 14px;
  line-height: 1.5;
}
.form_area .kome strong {
  font-size: 16px;
  line-height: 1.5;
}
.form_area .kome u {
  font-weight: bold;
}
.form_area p .confirmation {
font-size:16px;	
line-height: 1.5;
}
.form_area p .confirmation u {
font-size:26px;	
line-height: 2.4;
}
.form_area p .confirmation font {
font-size:18px;	
line-height: 1.6;
}

.btn_submit {
  text-align: center;
  width: 430px;
  margin: 20px auto 50px;
  position: relative;
}
.btn_submit:hover { opacity: .7;}
.btn_submit input[type="submit"] {
  outline: none;
  background: #E75400;
  width: 430px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 70px;
  border: none;
}
.btn_submit::before,
.btn_submit::after{
  position: absolute;
  display: block;
  top: -3px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn_submit::before{
  right: 127px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width:768px) and ( max-width: 880px) {
  .form_wrap { width: 95vw;}
  
  /* よくある質問 */
  .qa_area {
    background: url("../img/bg_form_qa.jpg")no-repeat top center;
    background-size: 100%;
    height: 21.8vw;
    width: 95vw;
    margin: 5.7vw auto 0;
  }
  .qa_btn { padding-top: 9.7vw;}
  .qa_btn a img { width: 51.8vw;}
  
  
  .formTable dd input[type="text"] { width: 91.8vw;}
  .formTable dd input.name { width: 42.9vw;}
  .formTable dd input.name:first-child { margin-right: 1.1vw;}

  .formTable dd textarea { width: 91.8vw;}
}

@media screen and ( max-width: 767px) {
  body * { font-size: 3.7vw;}
  
  .pc { display: none;}
  .sp { display: block;}
  
  .form_wrap { width: 100vw;}
  .header {
    position: relative;
    margin: 6.7vw 0;
  }
  .header * { text-align: center;}
  .header h1 img { width: 26.9vw;}
  .header h2 {
    font-size: 4.8vw;
    margin: 3.3vw 0;
  }
  .form_step img { width: 90.4vw;}

  /* よくある質問 */
  .qa_area {
    background: url("../img/bg_sp_form_qa.jpg")no-repeat top center;
    background-size: 100%;
    height: 32.7vw;
    width: 90vw;
    margin: 25px auto 0;
  }
  .qa_btn { padding-top: 16.5vw;}
  .qa_btn a { display: block;}
  .qa_btn a img { width: 76.4vw;}

  .form_area h3 {
    font-size: 4.5vw;
    line-height: 10vw;
    padding-left: 3.2vw;
  }

  .formTable {
    width: 92vw;
    margin: 0 auto 4.3vw;
  }
  .formTable dt { padding: 4vw 0 2.7vw;}
  .formTable dt span::after {
    right: -10vw;
    top: 0.7vw;
    font-size: 3.1vw;
    line-height: 4.5vw;
    padding: 0 0.7vw;
  }

  .formTable dd input[type="text"] {
    border-radius: 0;
    background: none;
    width: 88.2vw;
    height: 10vw;
    padding: 0 1.9vw;
  }
  .formTable dd select {
    border-radius: 0;
    background: none;
    width: 92.2vw;
    height: 10vw;
    padding: 0 1.9vw;
  }
  .formTable dd input.name { width: 40.5vw;}
  .formTable dd input.name:first-child { margin-right: 1.3vw;}

  .formTable dd textarea {
    border-radius: 0;
    background: none;
    border: solid 1px #ccc;
    width: 88.2vw;
    height: auto;
    padding: 1.9vw;
  }
  
  .formTable dd input[type="file"] {
    margin-bottom: 3.7vw;
    font-size: 3.4vw;
  }
  .formTable .file_kome { font-size: 3.2vw;}
  
  .form_area .kome {
    font-size: 3.4vw;
    width: 92vw;
    margin: 0 auto;
  }
.form_area .kome strong {
    font-size: 4vw;
}
.form_area p .confirmation {
font-size:4vw;	
}
.form_area p .confirmation u {
font-size:6vw;	
}
.form_area p .confirmation font {
font-size:4vw;	
}
  .btn_submit {
    width: 92vw;
    margin: 5.3vw auto 10vw;
  }
  .btn_submit input[type="submit"] {
    width: 92vw;
    color: #fff;
    font-size: 4.8vw;
    line-height: 13.3vw;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .btn_submit::before,
  .btn_submit::after{
    position: absolute;
    display: block;
    top: -3px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .btn_submit::before{
    right: 16.9vw;
    width: 2.7vw;
    height: 2.7vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


}


/* 確認画面 */
.conf_t { width: 880px;}
.conf_t dt {
  color: #B3B3B3;
  padding: 29px 0 20px;
}
.conf_t dd {
  padding-left: 15px;
  padding-bottom: 17px;
  border-bottom: solid 1px #ccc;
}
.conf_btn {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 45px;
}
.btn_send, .btn_fix {
  text-align: center;
  width: 430px;
  position: relative;
}
.btn_send:hover, .btn_fix:hover { opacity: .7;}
.btn_send::before,
.btn_send::after,
.btn_fix::before,
.btn_fix::after {
  position: absolute;
  display: block;
  top: -3px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn_send input[type="submit"] {
  outline: none;
  background: #E75400;
  width: 430px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 70px;
  border: none;
}
.btn_send::before{
  right: 127px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_fix input[type="button"] {
  outline: none;
  background: #fff;
  width: 430px;
  color: #54585A;
  font-size: 24px;
  font-weight: bold;
  line-height: 70px;
  border: solid 1px #54585A;
}
.btn_fix::before{
  right: 127px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #54585A;
  border-right: 2px solid #54585A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.error { margin: 50px 0 30px;}
.error_messe { margin-bottom: 20px;}


/* 完了画面 */
.thanks_text {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
.btn_home { margin: 70px 0 55px;}
.btn_home a {
  display: block;
  outline: none;
  color: #54585A;
  font-size: 24px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  width: 430px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #54585A;
  position: relative;
}
.btn_home a::before,
.btn_home a::after{
  position: absolute;
  display: block;
  top: -3px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn_home a::before{
  right: 86px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #54585A;
  border-right: 2px solid #54585A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media screen and (min-width:768px) and ( max-width: 880px) {
  .conf_t { width: 95vw;}
  .btn_send, .btn_fix { width: 46.5vw;}
  .btn_send input[type="submit"],
  .btn_fix input[type="button"] { width: 46.5vw;}
  
  .btn_send::before,
  .btn_fix::before { right: 14.4vw;}
}

@media screen and ( max-width: 767px) {
  /* 確認画面 */
  .conf_t { width: 92vw; margin: 0 auto;}
  .conf_t dt { padding: 6vw 0 5.7vw;}
  .conf_t dd {
    padding-left: 4vw;
    padding-bottom: 4.3vw;
  }
  .conf_btn {
    display: block;
    margin: 8vw 0 6.7vw;
  }
  .btn_send, .btn_fix {
    width: 92vw;
    margin: 0 auto;
  }
  .btn_send { margin-bottom: 3vw;}
  .btn_send input[type="submit"],
  .btn_fix input[type="button"] {
    width: 92vw;
    font-size: 4.3vw;
    line-height: 14.3vw;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .btn_send::before,
  .btn_fix::before {
    right: 16.9vw;
    width: 3.1vw;
    height: 3.1vw;
  }
  .error { margin: 8vw 0 5.3vw;}
  .error_messe { margin-bottom: 5.3vw;}
  
  
  /* 完了画面 */
  .thanks_text {
    font-size: 2.7vw;
  }
  .btn_home { margin: 8vw 0 7.3vw;}
  .btn_home a {
    font-size: 3.2vw;
    line-height: 12.3vw;
    width: 57.3vw;
  }
  .btn_home a::before,
  .btn_home a::after { top: -0.4vw;}
  .btn_home a::before {
    right: 11.5vw;
    width: 1.9vw;
    height: 1.9vw;
  }
  
}
dt p {
	margin-top:10px;
}
.red {
	color:red;
	font-size:12px;
	line-height: auto;
	line-height:14px;
}
.red1 {
	color:red;
	font-size:19px;
	line-height:1.7;
}
.laalight label {
	line-height: 30px;
}
  /* シュミレーション */
dl#save_data {
	padding-top:20px;
	line-height:150%;
}
dl#save_data dd {
	padding-bottom:40px;
	background: #fff6ed;
	padding-left:40px;
}
dl#save_data dt {
	margin-top:20px;
	padding-left:40px;
	background: #fff6ed;
}
dl#save_data table {
	width:100%;
}
.ctext {	
	margin:6px 0;
}
.ctext strong {
	text-decoration: underline;
	font-size:105%;
	line-height:140%;
	padding
}
.form_area .formTable .img_uploadArea {
  background-color: #fdeee5;
  padding: 20px;
  margin-top: 20px;
  border-radius: 5px;
}
.form_area .formTable h3.img_uploadArea_title {
  color: #e75400;
  background: #fdeee5;
	line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
	padding:0;
}
.form_area .formTable h3.img_uploadArea_title::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath fill='%23e75400' d='M22.5 22.55h3V10h-3Zm1.5 7.1q.7 0 1.175-.475.475-.475.475-1.175 0-.7-.475-1.175Q24.7 26.35 24 26.35q-.7 0-1.175.475-.475.475-.475 1.175 0 .7.475 1.175.475.475 1.175.475ZM4 44V7q0-1.15.9-2.075Q5.8 4 7 4h34q1.15 0 2.075.925Q44 5.85 44 7v26q0 1.15-.925 2.075Q42.15 36 41 36H12Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.form_area .formTable .img_uploadArea_text {
  font-size: 14px;
  color: #e75400;
}
.form_area .formTable .img_uploadArea_text a {
   word-break: break-all;
}