
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@charset "utf-8";
/* CSS Document */

body{margin: 0; font-family: 'Noto Sans JP';}

header{max-width: 180px;margin: 20px;}
header a{display: block;}
header img{width: 100%;}

#headline {
  margin: 60px 0;
  text-align: center;
}
#headline h1 {
  font-size: 34px;
  margin: 0;
}
#headline h1 span{display: block;}
#headline h1 small{font-size: 12px;display: block;margin: 0.5em;}
#headline .logo{max-width: 180px; margin: auto;}
#headline .logo img{width: 100%;}

#fl_image{padding: 0 4%;margin-bottom: 80px;}
#fl_image p{max-width: 840px;margin: auto;}
#fl_image p img{width: 100%;}

.contents h2, .contents p{text-align: center;}
.contents h2 sup{font-size: 12px;}
.contents p.small{font-size: 12px;margin: 60px 0;}

.keisai{background-color: #EEF6F0;max-width: 700px;margin: 60px auto 60px;padding: 60px;}
.keisai h3{font-size: 24px;text-align: center;}
.keisai ul{max-width: 340px;padding: 0; margin: auto; list-style: none;}
.keisai ul li{padding-left: 2.2em;background-image: url(../../form/form_reqdoc_special/assets/img/check.svg);background-repeat: no-repeat;background-size: 2em;background-position: left top;line-height: 2em;}

.lead_tx{width: 100%;background-color: #F2F2F2;padding: 80px 0;}
.lead_tx p{max-width: 750px;margin: auto; font-size: 15px;padding: 0 4%;}
.lead_tx .small_tx{font-size: 14px;}
#main h2 {font-size: 24px;text-align: center;margin: 80px 0 40px;font-weight:normal;border-top: 1px solid #000;padding-top: 80px;}
#main h2.heading {font-size: 34px;border: none;}
#main h2.heading::after{content: "";display: block; width: 1px; background-color: #000;height: 30px;margin: auto;}
#main h3{font-weight: normal;}
#main .box_etc_top{border-top: 1px solid #000;margin-top: 80px; }
#main .box_etc{margin-top: 80px;}

.jigyou_image{max-width: 733px;margin: 20px auto 80px;}
.jigyou_image img{width: 100%;}

.copyright{background-color: #222222;color: #fff;text-align: center;font-size: 12px;padding: 20px;}

.bana{max-width: 1138px;margin:60px auto;}
.bana img{width: 100%;padding: 0 4%;box-sizing: border-box;}

#main .pc{
  display: block;
}
#main .sp{
  display: none;
}
@media screen and (max-width: 540px) {
  .contents h2, .contents > p{width: 90%;margin: 0 auto 1em;text-align: left;}
  .contents p.small{width: 90%;margin: 60px auto 40px;text-align: left;}
  .contents h2 br{display: none;}
  .keisai{padding: 60px 40px;width: 90%; box-sizing: border-box;}
  .keisai ul{width: 100%;}
}



/**********************************************************/
/* Form 共通　*/
/**********************************************************/

form {
  max-width: 780px;
  margin: auto;
  width: 100%;
  /* font-family: YuGothic, "游ゴシック", "Yu Gothic medium", "Hiragino Sans",
    Meiryo, "sans-serif"; */
    font-weight: normal;
}

small {
  font-size: 13px;
}
small.nmp {
  font-size: 12px;
}
.privacypolicy {
  margin: 0 5%;
}
.privacypolicy a{color: #000;}

/* 必須項目残り・・・表示 */
.input_count {
  width: 250px;
  height: auto;
  position: fixed;
  top: 10%;
  right: 1%;
  z-index: 1000;
}

.form_box.keyword {
  text-align: center;
  padding: 10px 10px 20px;
  border-radius: 5px;
  background-color: #fffbf1;
  margin-top: 10px;
}

.inlineblock {
  display: inline-block !important;
}

.incomplete {
  background-color: rgba(255, 0, 0, 0.5);
}

.complete {
  background-color: rgba(0, 255, 0, 0.5);
}

.input_count_caption {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.input_count_area {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
#inputAll {
  font-size: 2rem;
}

/* 注意事項欄 */
.attention {
  background-color: #e8fffd;
  color: #222222;
  padding: 50px;
}

.attention_title {
  font-size: 2em;
  font-weight: bold;
}

.reqarea {
  background-color: #f9f9f9;
  padding: 20px 5px;
}

/* 入力工程(情報入力>内容確認>送信完了) */
.form_step {
  text-align: center;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.form_step span:last-child:after {
  border-left-color: transparent;
}
.form_step1,
.form_step2,
.form_step3 {
  display: inline-block;
  width: 30%;
  line-height: 30px;
  padding: 10px 0;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  color: #fff;
}
.form_step1:after,
.form_step2:after,
.form_step3:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: -25px;
  top: 0;
  z-index: 1;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #2c926a;
}
.form_step1 {
  background-color: #2c926a;
}
.form_step1:after {
  border-left-color: #2c926a;
}
.form_step2 {
  background-color: #cccccc;
}
.form_step2:after {
  border-left-color: #cccccc;
}
.form_step3 {
  background-color: #bbbbbb;
}
.form_step3:after {
  border-left-color: #bbbbbb;
}


h3.caption,
table.cfm_table th {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1.3rem;
  margin-bottom: 3px;
}

table.cfm_table {
  border-collapse: collapse;
}
table.cfm_table tr {
  border-top: solid 1px #cccccc;
}
table.cfm_table tr:last-of-type {
  border-bottom: solid 1px #cccccc;
}

.cfm_block {
  border-top: solid 1px #cccccc;
  width: 100%;
  max-width: 980px;
}
.cfm_block h3.caption,
table.cfm_table th {
  padding: 0.5rem;
  margin: 0;
  width: 40%;
  /* background-color: #eeeeee; */
  border-right: 1px solid #fff;
}
.cfm_block h3.caption + div,
table.cfm_table td {
  padding: 0.5rem;
  width: 50%;
}
.cfm_block h3.caption,
.cfm_block h3.caption + div {
  display: inline-block;
}

.require {
  display: inline-block;
  color: #fff;
  background: #857939;
  padding: 2px 0.5rem;
  font-weight: bold;
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-left: 0.5rem;
  margin-right: 2px;
}

.optional {
  display: inline-block;
  color: #fff;
  background: #857939;
  padding: 0 0.4rem;
  font-weight: bold;
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-left: 0.5rem;
  margin-right: 2px;
  border-radius: 2px;
}

.form_box {
  margin: 0 5% 1.5rem;
}
#form_doc {
  margin: 0 10px 1.5rem;
}
/* テキストボックス */
.text_box,
.text_box_incheckbox {
  border: solid 1px #cccccc;
  border-radius: 3px;
  font-size: 0.9rem;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.text_box_incheckbox {
  width: 300px;
}
.checkbox_intext .text_box{width: calc(100% - 150px);}

.text_box:disabled,
.text_box_incheckbox:disabled {
  background-color: #eeeeee;
}

/* テキストエリア */
textarea.textarea {
  border: solid 1px #cccccc;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
}

/* チェックボックス PC */
input[type="checkbox"] {
  display: none;
}
.checkbox,
.checkbox_intext {
  font-size: 1rem;
  padding: 0.5rem;
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  text-indent: 2rem;
  width: 100%;
  max-width: 980px;
}

.checkbox:before,
.checkbox_intext:before {
  content: "";
  border: solid 2px #cccccc;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  transform: translateY(-50%);
  left: 10px;
  top: 50%;
  transition: 0.3s;
}
input[type="checkbox"]:checked + .checkbox:before,
input[type="checkbox"]:checked + .checkbox_intext:before {
  content: "";
  width: 1rem;
  height: 0.5rem;
  border-top: none;
  border-right: none;
  border-left: solid 3px #2c926a;
  border-bottom: solid 3px #2c926a;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  left: 10px;
  top: 15%;
}
input[type="checkbox"] + .checkbox > div {
  display: inline-block;
  text-indent: 0rem;
}

input[type="checkbox"] + .checkbox_intext {
  display: flex;
}
input[type="checkbox"] + .checkbox_intext > div {
  margin-right: 1rem;
}

/* プルダウン */
.select::-ms-expand {
  display: none;
}
.select_wrap {
  position: relative;
  display: inline-block;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #cccccc;
  border-radius: 3px;
  font-size: 0.9rem;
  padding: 8px;
  width: 300px;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  background-color: #ffffff;
}
.select_wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #707070 transparent transparent transparent;
  left: 275px;
  top: 50%;
  transform: translateY(-50%);
}

/* ラジオボタン */
input[type="radio"] {
  display: none;
}
.radio {
  display: block;
  position: relative;
  text-indent: 2rem;
  font-size: 1rem;
  width: 300px;
  padding: 0.3rem 0;
  cursor: pointer;
}
.radio:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border: solid 1px #cccccc;
  border-radius: 1rem;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.radio:after {
  content: "";
  background-color: #2c926a;
  width: 0rem;
  height: 0rem;
  border-radius: 1rem;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

input[type="radio"]:checked + .radio:after {
  width: 0.9rem;
  height: 0.9rem;
  left: 13.7px;
}
/* 横並びのやつ　 */
.radio_side_wrap {
  display: flex;
  flex-wrap: wrap;
}

.radio_side {
  display: inline-block;
  line-height: 2rem;
  cursor: pointer;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  font-size: 0.9rem;
  padding: 0.5rem;
  width: 50%;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.radio_side:before {
  content: "";
  display: block;
  z-index: -10;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.radio_side_wrap > .radio_side:first-of-type {
  border-radius: 3px 0 0 3px;
}
.radio_side_wrap > .radio_side:last-of-type {
  border-radius: 0 3px 3px 0;
}

input[type="radio"]:checked + .radio_side {
  border-color: #81b97d;
  /*background-color: #DBFFE4;*/
}
input[type="radio"]:checked + .radio_side:before {
  width: 100%;
  height: 100%;
  background-color: #dbffe4;
  transform: translateY(0%);
  left: 0;
  top: 0;
  color: #000;
}

/* 縦並びのやつ　２つ */

.radio_vertical {
  display: block;
  text-align: center;
  line-height: 2rem;
  width: 300px;
  cursor: pointer;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  font-size: 0.9rem;
  padding: 0.5rem;
  position: relative;
  transition: 0.3s;
}
.radio_vertical:before {
  content: "";
  display: block;
  z-index: -10;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.radio_vertical_wrap > .radio_vertical:first-of-type {
  border-radius: 3px 3px 0 0;
}
.radio_vertical_wrap > .radio_vertical:last-of-type {
  border-radius: 0 0 3px 3px;
}

input[type="radio"]:checked + .radio_vertical {
  border-color: #81b97d;
  /*background-color: #DBFFE4;*/
}

input[type="radio"]:checked + .radio_vertical:before {
  width: 100%;
  height: 100%;
  background-color: #dbffe4;
  transform: translateY(0%);
  left: 0;
  top: 0;
  color: #000;
}
/*** 理想のおうちづくり診断(３階層判別) ***/

.acd-analysis-cont{
  border: solid #2C926A 1px;
  padding: 30px 0;
}

.acd-analysis-cont .acd-title{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.acd-analysis-cont .acd-intro{
  text-align: center;
}
.acd-analysis-cont .analysis-btn{
  display: block;
  background-color: #2C926A;
  border: solid 1px #2C926A;
  color: #fff;
  padding: 10px 0;
  width: 40%;
  text-align: center;
  margin: 20px auto 0;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  transition: .3s;
}
.acd-analysis-cont .analysis-btn::after{
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid #fff 1px;
  border-right: solid #fff 1px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
.acd-analysis-cont .analysis-btn:hover{
  border: solid 1px #2C926A;
  color: #2C926A;
  background-color: #fff;
}



#analysis-btn:checked ~ .acd-intro{
  display: none;
}

#analysis-btn:checked~.analysis-btn{
  display: none;
}

.acd-analysis-cont .acd-analysis-item{
  display: none;
}

#analysis-btn:checked ~ .acd-analysis-item{
  display: block;
}
@media screen and (max-width: 797px) {
  .acd-analysis-cont{
    width: 95%!important;
  }
  .radio_image_wrap > label img{
    width: 100%;
  }
}


/* 画像で選択させるラジオボタン(理想のおうちづくり) */

.radio_image_wrap > label{
  cursor: pointer;
  position: relative;
  transition: .5s;
}


.radio_image_wrap > input[type="radio"]+label.false{
  opacity: 0.3;
}
/*************************************************/

.yuubin {
  font-size: 1.2rem;
  margin-right: 5px;
}

/*  アコーディオン  */

.acd-label {
  display: block;
  background-color: #dddddd;
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.openclose {
  position: absolute;
  display: flex;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  width: 2.5rem;
  height: 2.8rem;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}
.openclose::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #333;
  width: 1.5rem;
  height: 2px;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.openclose::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #333;
  width: 2px;
  height: 1.5rem;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.3s;
}

.doc_wrap {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin: 20px auto;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.08));
}

.doc_box2 {
  width: calc((100% - 80px) / 4);
  background-color: #fff;
  margin: 20px 0;
  border: solid 1px #ccc;
}

.doc_box2.active {
  border: solid 2px #318be5;
}

.doc_box2.invisible {
  visibility: hidden;
  margin: 0;
}

.doc_box2 > label {
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  border: solid 2px transparent;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  height: 100%;
}

.doc_box2 > label > * {
  width: 100%;
}

.doc_box2 > label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px #ccc;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: -10px;
}
.doc_box2 > label.active {
  background-color: #e0edf6;
}
.doc_box2 > label.active::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px #318be5;
  border-radius: 3px;
  background-color: #91c4ff;
  position: absolute;
  top: -10px;
  left: -10px;
}
.doc_box2 > label.active::after {
  content: "";
  display: block;
  width: 6px;
  height: 13px;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  position: absolute;
  top: -10px;
  left: -3px;
  transform: rotate(45deg);
}

.doc_box2 > label > span {
  line-height: 1.3;
  font-size: 13px;
  text-align: center;
  height: 2rem;
  font-weight: bold;
}

.doc_box2 > label img {
  width: 100%;
}

.doc_box2 input[type="text"] {
  box-sizing: border-box;
  padding: 5px;
}

.acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.acd-check:checked + .doc_wrap > .acd-label > .openclose::after {
  opacity: 0;
}
.acd-check:checked + .doc_wrap > .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
/* カート追加 */

#cart {
  border: solid 1px #2c926a;
  box-sizing: border-box;
  padding: 10px 20px;

  max-width: 700px;
  margin: 20px auto 30px;
}
#cart > p {
  font-weight: bold;
  border-bottom: solid 1px #2c926a;
  color: #000;
}

#cart ul {
  list-style: decimal;
  list-style-position: inside;
  padding: 10px 0;
}
#cart li {
  line-height: 1.3;
  padding: 7px 0;
}

/* iOSでのデフォルトスタイルをリセット */
#searchAddr {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 3px;
  border-radius: 3px;
  border: solid 1px #cccccc;
  color: #444;
}
#searchAddr::-webkit-search-decoration {
  display: none;
}
#searchAddr::focus {
  outline-offset: -2px;
}

#datepicker {
  cursor: pointer;
}

.picker__weekday {
  text-align: center;
}

/* submitボタン */
.submit_button2 {
  width: 90%;
  padding: 1rem;
  font-size: 1.2rem;
  border-radius: 3px;
  background-color: #857939;
  color: #fff;
  border: none;
  cursor: pointer;
}
button.back_button2 {
  width: 90%;
  padding: 1rem;
  font-size: 1.2rem;
  border-radius: 3px;
  background-color: #aaaaaa;
  margin-top: 1rem;
  color: #fff;
  border: none;
  cursor: pointer;
}

.thanks_message {
  font-size: 1rem;
  padding: 0 0 100px;
}
.thanks_message .contact {
  margin-top: 10px;
}
/****************************/
/******　規約等埋め込み　*******/
/****************************/

.Rules {
  width: 100%;
  border: solid 1px #999;
  border-radius: 3px;
  margin-bottom: 20px;
  height: 200px;
  display: flex;
  font-family: メイリオ;
}
.RulesText {
  width: 95%;
  height: 95%;
  padding: 1rem 0.5rem;
  overflow-y: auto;
  margin: auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.RulesText h3 {
  text-align: center;
  font-size: 1.1rem;
}
.RulesText h4 {
  border-bottom: solid 1px #000;
  margin: 13px auto 2px;
}
.RulesText h4:first-of-type {
  margin-top: 0;
}

/* レスポンシブ */
@media screen and (max-width: 797px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  
  .inlineblock {
    display: inline-block !important;
  }
  form {
    width: 100vw;
  }

  small {
    font-size: 11px;
  }
  small.nmp {
    font-size: 10px;
  }
  /* 必須項目残り・・・表示 SP */
  .input_count {
    display: inline-block;
    width: 100%;
    height: auto;
    position: fixed;
    top: 69px;
    z-index: 100;
    text-align: center;
  }
  .input_count_caption {
    display: inline-block;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-right: 1rem;
  }
  .input_count_area {
    display: inline-block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #inputAll {
    font-size: 1.3rem;
  }

  .attention {
    padding: 20px 5%;
  }
  .form_step1,
  .form_step2,
  .form_step3 {
    font-size: 1rem;
  }
  .form_step1:after,
  .form_step2:after,
  .form_step3:after {
    border-left-width: 15px;
    right: -15px;
  }
  .form_step3:after {
    right: 0;
  }

  .text_box,
  textarea.textarea,
  .select_wrap,
  input[type="checkbox"] + label {
    display: block;
    font-size: 16px;
  }
  input[type="checkbox"] + label > span {
    display: block;
    margin-left: 2rem;
    text-indent: 0;
    width: 90%;
  }

  /* テキストボックス SP */
  .text_box,
  .text_box_incheckbox {
    width: 95%;
    box-sizing: border-box;
  }
  /* テキストエリア */
  textarea.textarea {
    width: 100%;
  }

  /* チェックボックス SP */
  input[type="checkbox"] {
    display: none;
  }
  .checkbox,
  .checkbox_intext {
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 3px;
    margin: 4px 0;
    box-sizing: border-box;
  }
  input[type="checkbox"]:checked + .checkbox,
  input[type="checkbox"]:checked + .checkbox_intext {
    border-color: #2c926a;
    border-width: 2px;
    background-color: #dbffe4;
    color: #000;
  }

  .checkbox:before,
  .checkbox_intext:before {
    content: "";
    border: solid 2px #cccccc;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    transform: translateY(-50%);
    left: 10px;
    top: 50%;
  }
  input[type="checkbox"]:checked + .checkbox:before,
  input[type="checkbox"]:checked + .checkbox_intext:before {
    content: "";
    width: 1em;
    height: 0.5em;
    border-top: none;
    border-right: none;
    border-left: solid 3px #2c926a;
    border-bottom: solid 3px #2c926a;
    position: absolute;
    transform: rotate(-45deg);
    left: 10px;
    top: 15%;
  }

  .checkbox_intext:before {
    top: 30%;
  }

  input[type="checkbox"]:checked + .checkbox_intext:before {
    top: 5%;
  }

  input[type="checkbox"] + .checkbox > div {
    width: 90%;
  }
  input[type="checkbox"] + .checkbox_intext {
    display: block;
  }

  /* ラジオボタン SP */
  input[type="radio"]:checked + .radio:after {
    left: 13.3px;
  }

  /* セレクトボックス SP */
  .select_wrap {
    width: 95%;
  }
  .select {
    width: 100%;
    padding: 15px 8px;
  }
  .select_wrap:after {
    content: "";
    left: 93%;
  }
  .privacy_attention {
    width: 90%;
    margin: auto;
  }
  th {
    font-size: 0.8rem;
  }
  .thanks_message {
    font-size: 1rem;
    padding: 0 5% 10%;
  }
  .thanks_message .contact {
    margin-top: 10px;
  }

  .doc_box2 {
    width: calc((100% - 20px) / 2);
    margin: 10px 0;
  }
  .doc_box2 > label {
    padding: 15px 5px;
  }
  .doc_box2 > label > span {
    font-size: 12px;
  }
  .doc_box2 > label img {
    width: 80%;
  }
  .doc_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
  }
  .acd-label {
    font-size: 16px;
    padding: 10px 15px;
  }
  .acd-content {
    padding: 0;
  }
  .acd-check:checked + .doc_wrap > .acd-content {
    padding: 15px 0;
  }
}

/***********************************/
/**　　　　　　　旧スタイル　　　 　　　**/
/***********************************/


.left_block {
  float: left;
}

.right_block {
}

.form_block {
  margin: auto;
  max-width: 500px;
  width: 100%;
}

.form_block h3 {
  font-weight: bold;
  margin-bottom: 3px;
}

.form_block .type01 {
  padding: 5px;
  width: 300px;
}

.form_block input.error,
.form_block input.error_email {
  border: 1px solid red;
  background: rgba(255, 0, 0, 0.1);
}

.form_block dl {
  border-bottom: 1px solid #cccccc;
}
x .form_block dt {
  padding: 0.5em 0;
  font-weight: bold;
  border-top: 1px solid #cccccc;
}

.form_block dt:nth-child(1) {
  border-top: none;
}

.button_box {
  margin: 2em 0 3em;
  text-align: center;
}

div.attention {
  padding: 5px 10px;
  border: 2px solid #d0ddd7;
  font-size: 18px;
}

p.attention {
  color: #d90000;
  font-size: 18px;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

button.submit_button {
  padding: 10px;
  width: 300px;
  border-style: none;
  color: #ffffff;
  background-color: #ea830a;
  -moz-box-shadow: 2px 2px 3px 0px #aaaaaa;
  -webkit-box-shadow: 2px 2px 3px 0px #aaaaaa;
  box-shadow: 2px 2px 3px 0px #aaaaaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

button.back_button {
  margin: 0 30px;
  padding: 10px;
  width: 100px;
  border-style: none;
  color: #ffffff;
  background-color: #ea830a;
  -moz-box-shadow: 2px 2px 3px 0px #aaaaaa;
  -webkit-box-shadow: 2px 2px 3px 0px #aaaaaa;
  box-shadow: 2px 2px 3px 0px #aaaaaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

button.submit_button:hover,
button.back_button:hover {
  opacity: 0.8;
  transition: 0.3s;
  cursor: pointer;
}

.flow_img {
  margin: 1em 0 2em;
}

.form_error {
  margin-left: 0.5em;
  color: #ff7171;
  /* font-weight: bold; */
  position: relative;
  padding-left: 1rem;
}
.error_icon {
  position: relative;
  margin-left: 0.5em;
}
.error_icon:before {
  content: "!";
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  vertical-align: middle;
  background-color: #ff7171;
  color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.success_icon {
  position: relative;
  margin-left: 0.5em;
}
.success_icon:before {
  content: "";
  display: inline-block;
  font-size: 0.9rem;
  font-weight: bold;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  vertical-align: middle;
  background-color: #2c926a;
  color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.success_icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.3rem;
  height: 0.5rem;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  left: 0.4rem;
  top: 50%;
  transform: rotate(45deg) translateY(-40%);
  transform-origin: top right;
}
#form_doc .form_error {
  margin: 0 0 20px;
  padding: 6px 12px;
  border: 1px #d90000 solid;
  font-size: 16px;
}

/**********************************************************/
/* 資料請求　*/
/**********************************************************/

.doc_container {
}

.doc_box {
  margin: 0 2px 28px 2px;
  padding: 2px;
  width: 150px;
  float: left;
  border: 2px solid #ffffff;
  font-size: 10px;
  text-align: center;
  transition: 0.3s;
}
.doc_box * {
  cursor: pointer;
}
.doc_box:nth-child(6n) {
  /*margin-right: 0;*/
}

.doc_box span {
  padding: 2px;
  width: 146px;
  display: block;
  background-color: #f4f2e8;
}

.doc_box span input[type*="text"] {
  width: 120px;
}

.form_main {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}


.form_box sup{
  font-size: 12px;vertical-align: super;
}


/* 来場予約 表示の調整　2017.03.22 */
label {
  line-height: 2;
}

.input_area {
  padding: 2px;
  width: 300px;
}

/* オンライン相談予約フォーム */
/*現在のお住まいチェックボックス調整*/
.margin_right {
  margin-right: 1em;
  cursor: pointer;
}

hr.thin {
  border-top: 0.5px solid #eee;
  border-right-color: rgb(128, 128, 128, 0.1);
  border-bottom-color: rgba(128, 128, 128, 0.1);
  border-left-color: rgb(128, 128, 128, 0.1);
  background-color: rgb(128, 128, 128, 0.1);
  margin: 1.3em 0;
}
.manual_link {
  text-decoration: none;
  display: inline-block;
  width: 40%;
  text-align: center;
  padding: 1em;
  margin: 10px;
  background-color: #85c6c0;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
}
.manual_link i {
  padding: 0 10px;
}

#landexistence_y:checked ~ .landexistence_y {
  display: block;
}
#landexistence_y:checked ~ .landexistence_n {
  display: none;
}
#landexistence_n:checked ~ .landexistence_y {
  display: none;
}
#landexistence_n:checked ~ .landexistence_n {
  display: block;
}

/*　コンテスト応募フォーム用*/
.Speech_bubble {
  color: #8b5b1b;
  font-size: 1.5em;
  text-align: center;
  padding-top: 0;
}
.Speech_bubble:nth-child(1):before {
  content: "　";
  border-left: solid 2px #8b5b1b;
  display: inline-block;
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.Speech_bubble:nth-child(1):after {
  content: "　";
  border-right: solid 2px #8b5b1b;
  display: inline-block;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.download {
  display: block;
  background-color: #85c6c0;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  border-radius: 40px;
  font-size: 1.5em;
  margin: 10px 0;
}
.download i {
  padding: 0 5px;
}
.download:hover {
  opacity: 0.8;
}

h3 span.sub {
  font-size: 0.9em;
  color: #666;
  font-weight: bold;
}

@media screen and (max-width: 425px) {
  header{max-width: 120px;}
  #headline h1 {font-size: 26px;}
  .lead_tx{font-size: 17px;}
  .checkbox_intext .text_box{width: 100%;}
  .form_main{margin: auto;}
  form { width: 95vw; }
  table.cfm_table th {
    font-size: 0.8rem;
  }  
}
