@charset "UTF-8";

.flexwrap {
  display: flex;
}

section#mainContent {
  max-width: 1008px;
  width: 100%;
  float: none;
}

.lead {
  margin: 0 10px;
  padding: 10px;
  background: #f2f2f2;
  font-size: 1.7rem;
  text-align: center;
}
.lead.leadTop {
  border: 2px solid #deeeff;
  background: #fff;
}
div.lead p {
  font-size: 1.7rem;
}
#yes_content div.lead p {
  font-size: 2.5rem;
}
div.lead .dotList,
div.lead .cautionList {
  text-align: left;
}
div.lead .dotList-item {
  margin-bottom: 4px;
  padding-left: 1.5em;
  line-height: 1.5;
  position: relative;
}
div.lead .cautionList-item {
  color: #666666;
  font-size: 14px;
  line-height: 1.666;
  margin-top: 4px;
}
div.lead .dotList-item::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(25%);
  font-size: 8px;
  font-family: sans-serif;
}
div.lead .cautionList-item::before {
  content: "※";
}

#yes_content .lead,
#no_content .lead {
  background: #FFF4E9;
  font-size: 2.5rem;
  padding: 15px;
  margin: 10px;
}

#yes_content .subject,
#yes_content .textarea,
#yes_content .inquiry {
  background: #f2f2f2;
  padding: 10px;
  margin: 10px;
}

.Kiyakucheck {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  margin-top: 15px;
}

.Kiyakucheck input {
  display: none;
}

.Kiyakucheck label {
  border: 10px double #eee;
  padding: 10px 110px;
  padding-bottom: 20px;
}

.corpQuesBlock .Kiyakucheck input[type=checkbox]:checked+label {
  background: #fff3ea;
  border: 10px double #eee;
}

.Kiyakucheck label:before {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url(/dmg-ins/fire/est-rental/images/if_check.png);
  background-position: top center;
}

.Kiyakucheck input[type=checkbox]:checked+label:before {
  background-image: url(/dmg-ins/fire/est-rental/images/if_checked.png);
}

.corpQuesBlock .hojin_submit input:disabled {
  background-color: #a2a2a2;
  border: 1px solid #dbdbdb;
  border-bottom: 5px solid #8a8a8a;
}

.hojin_submit input {
  display: block;
  padding: 15px 0px;
  width: 120px;
  background-color: #ff7716;
  font-size: 1.3rem;
  border: 1px solid #bb4f02;
  border-bottom: 5px solid #8c3a00;
  cursor: pointer;
  color: #fff;
  line-height: 1rem;
  align-items: center;
  margin: 0 auto;
  border-radius: 5px;
}

/* CSS Document */
.corpQuesBlock {
  margin: 5px 0;
  padding: 5px 0;
}

#mainContent .corpQuesBlockIn p {
  line-height: 1.2;
}

.corpQuesBlockIn p span {
  font-size: 1.2rem;
  color: red;
}

.corpQuesBlock input.formAreaShort {
  width: 100px;
}

.corpQuesBlock input {
  height: 40px;
  border-radius: 3px;
  margin: 5px;
  padding-left: 10px;
  width: 95%;
  background: #fff;
  box-sizing: border-box;
}

.corpQuesBlock input.width95 {
  width: 95%;
}

.corpQuesBlock input.width90 {
  width: 90%;
}

.corpQuesBlock input.width70 {
  width: 70%;
}

.corpQuesBlock input.width50 {
  width: 50%;
}

.corpQuesBlock input.width45 {
  width: 45%;
}

.corpQuesBlock input.width20 {
  width: 20%;
}

textarea {
  height: 100px;
  border-radius: 3px;
  padding-left: 10px;
  border: 2px solid;
}

.corpQuesBlock input[type=text].focus {
  background-color: #FFFDF4;
}

textarea.focus {
  background-color: #FFFDF4;
}

.corpQuesBlock input[type="button"] {
  background-color: #FF8426;
  color: #FFFFFF;
  height: 50px;
  width: 250px;
  border-radius: 5px;
  font-size: 18px;
  margin: 20px auto;
  cursor: pointer;
}

.corpQuesBlock input[type="checkbox"] {
  display: none;
}

.checkBtnlabel {
  background-color: #e7e7e7;
  margin: 10px auto;
  display: inline-block;
  width: 40%;
  padding: 6px 10px;
  border-radius: 3px;
  transition-duration: 0.2s;
}

.wrapper {
  width: 940px;
  margin: 0px auto;
  padding: 10px;
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

td {
  font-size: 14px;
  line-height: 1.4;
}

h3 {
  background-color: #3b61a2;
  margin: 20px auto;
  color: #fff;
  padding: 15px;
  font-size: 17px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}



label {
  cursor: pointer;
}

.radioBtnlabel.long {
  width: 45%;
  text-align: justify;
  padding-left: 20px;
}

.radioBtnlabel.uni3Long {
  width: 30%;
}

.radioBtnlabel.uniLong {
  width: 45%;
}

.areaTitleP {
  display: block;
  width: 85%;
  font-size: 17px;
  padding: 10px;
  background-color: #eff4ff;
  margin: 5px auto;
  cursor: pointer;
  border: 1px solid #dddddd;
}

.areaDiv {
  display: none;
  margin: 10px auto;
  overflow: hidden;
}

/* ボタンなどの部品装飾 */
.corpQuesBlock input[type=radio],
.tabs input[type=radio] {
  display: none;
}

.corpQuesBlock input[type=radio]:checked+label,
.corpQuesBlock input[type="checkbox"]:checked+label {
  background-color: #FFF4E9;
  border: 1px solid #FF6F19;
}

.radioBtnlabel {
  display: block;
  float: left;
  margin: 5px;
  height: 45px;
  padding-left: 5px;
  padding-right: 5px;
  color: #555555;
  text-align: center;
  line-height: 45px;
  background-color: #ddd;
  border-radius: 5px;
  transition-duration: 0.2s;
  border: 1px solid #ddd;
}

/* フォーム */
label {
  cursor: pointer;
  margin-right: 10px;
}

/* 大項目 */
h2 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
  margin: 20px 0;
}

.text01 {
  font-size: 12px;
  color: #333333;
}

.text02 {
  font-size: 14px;
  color: #333333;
}

.kiyaku01 {
  margin: 10px 0 0 0;
  font-weight: bold;
  color: #333333;
  font-size: 14px;
}

.kiyaku02 {
  font-size: 14px;
  margin: 0 0 15px;
}

textarea {
  font-size: 14px;
  line-height: 1.4em;
  width: 100%;
}

.block {
  margin: 0px auto;
  display: flow-root;
  width: 100%;
  text-align: center;
}

.fs12 {
  font-size: 12px;
}

.sizeb {
  font-size: 12px;
}

.truste {
  font-size: 12px;
  margin: 15px 0;
}

.pb8 {
  padding-bottom: 8em;
}

.quesP {
  padding: 3px 0px;
  border-bottom: 1px dashed #bbb;
  margin: 10px auto;
  width: 90%;
}

.corpQuesBlock input:required {
  background: #ffe7e7;
}

.corpQuesBlock input:valid {
  background: #f7f7f7 !important;
}

.tab_content {
  visibility: hidden;
  clear: both;
  overflow: hidden;
  opacity: 0;
  transition: .5s;
  height: 0;
}

.tab_Ques {
  display: block;
  width: 45%;
  float: left;
  margin: 5px;
  height: 45px;
  padding-left: 20px;
  padding-right: 5px;
  color: #555555;
  text-align: justify;
  line-height: 45px;
  background-color: #ddd;
  border-radius: 5px;
  transition-duration: 0.2s;
  border: 1px solid #ddd;
}

#yes:checked~#yes_content,
#no:checked~#no_content {
  visibility: visible;
  opacity: 1;
}

#yes:checked~#yes_content {
  height: auto;
}

#no:checked~#no_content {
  height: auto;
}

.corpQuesBlock.corpQuesFlex {
  display: flex;
  justify-content: space-between;
}

a.modal.icooon_help {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 5px;
  color: #fff;
  background-color: #007fb1;
  border-radius: 5px;
}

.pc_blockwrap {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

em.family {
  font-style: normal;
}

textarea.textArea {
  margin: 5px;
  resize: none;
  padding: 10px 0 10px 10px;
  width: 95%;
}
#hTsearch {
  display: none !important;
}

.defaultWrapper .estimateBnr {
  margin: 0 auto 40px;
}

.corpQuesText {
  font-weight: bold;
}

/* ステップ */
#mainContent h2.stepTitle {
    font-size: 24px;
    color: #00297e;
    margin: 0 auto;
    padding: 40px 0 0 0;
    width: auto;
    text-align: center;
    background: none;
    font-weight: bold;
}
.step {
    background-color: #deeeff;
    border-radius: 30px;
    width: 958px;
    margin: 0 auto 16px;
}
.stepList {
    display: flex;
    justify-content: center;
    padding: 40px 40px 90px;
    max-width: 900px;
    margin: 0 auto;
}
.stepImg {
    width: 100%;
    max-width: 146px;
    height: auto;
    margin: 0 auto 20px;
}
.stepItem {
    width: 100%;
    max-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0 20px;
}
.stepText {
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 15px;
    position: relative;
    height: 100%;
    text-align: center;
    font-size: 16px;
}
.stepText:before {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
    transform: translate(-50%, -100%);
}
.stepText .customer_text {
  font-size: 18px;
  font-weight: bold;
  color: #e95513;
  padding-bottom: 6px;
  display: inline-block;
}
.stepText .di_text {
  font-size: 18px;
  font-weight: bold;
  color: #125bf5;
  padding-bottom: 6px;
  display: inline-block;
}
.stepText .di_text_mail {
  position: absolute;
  left: -20px;
  bottom: -45px;
}


@media screen and (max-width: 500px) {
  .wrapper {
    width: 100%;
    padding: 0px;
  }

  .lead,
  #yes_content .lead,
  #no_content .lead,
  #yes_content .subject,
  #yes_content .textarea,
  #yes_content .inquiry,
  #yes_content div.lead p,
  #yes_content div.lead,
  div.lead .dotList, div.lead .cautionList {
    margin: 0 auto;
    padding: 5px;
    font-size: 1.3rem;
  }
  form {
    width: 100%;
  }

  h3 {
    padding: 13px 0px;
    width: 100%;
  }



  textarea {
    font-size: 14px;
    line-height: 1.4em;
    width: 90%;
    margin: 0px auto;
    display: block;
  }

  input {
    margin: 0 0px 10px 0;
    font-size: 14px;
  }

  .radioBtnlabel {
    margin: 5px auto;
    display: block;
    width: 100%;
    padding: 0px;
    vertical-align: middle;
  }

  body {
    background-color: #fff;
  }

  .text {
    width: 90%;
  }

  .radioBtnlabel.long {
    width: 48%;
    text-align: center;
    padding-left: 0;
    line-height: 24px;
    margin: 3px;
    padding: 0;
    box-sizing: border-box;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .block {
    margin: 0px auto;
    display: flow-root;
    width: 95%;
    text-align: center;
  }

  .radioBtnlabel.uniLong {
    width: 100%;
  }

  .radioBtnlabel.uni3Long {
    width: 100%;
  }

  .checkBtnlabel {
    width: 100%;
    padding: 10px 0px;
    margin: 2px auto;
  }

  body.drawer .defaultTxtListS li {
    width: 90%;
  }

  #mainContent .col2.btnMitsumori, #mainContent .col2.last.btnMitsumori,
  #mainContent .defaultTxtListS .col2, #mainContent .defaultTxtListS .col2.last {
    width: 100%;
  }

  #mainContent a.btnMitsumoriM02 {
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
  }

  #footerBlock #buttonField {
    display: none;
  }

  .flexwrap,
  .corpQuesBlock.corpQuesFlex {
    display: block;
  }

  .corpQuesBlock.corpQuesFlex,
  .corpQuesBlock.corpQuesFlex .corpQuesBlockIn {
    margin: 5px 0;
    padding: 5px 0;
  }

  .corpQuesBlock input[type="text"],
  .sp_blockwrap {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }

  .sp_blockwrap em.yen {
    display: block;
    width: 11%;
  }

  .sp_blockwrap em.family {
    width: 50%;
    font-style: normal;
  }

  .sp_flexwrap {
    display: flex;
    align-items: center;
  }

  #mainContent .corpQuesBlockIn p,
  #yes_content div.lead {
    margin-bottom: 10px;
  }

  .corpQuesBlock input.width70 {
    width: 90%
  }

  .corpQuesBlock input.width20,
  .corpQuesBlock input.width45 {
    width: 40%;
  }

  .corpQuesBlock input.formtel {
    width: 29%;
  }

  .tab_Ques {
    width: auto;
    float: none;
    text-align: center;
    padding: 0;
  }

  .Kiyakucheck label {
    width: 80%;
    background-color: #fff;
    text-align: center;
    padding: 0px 5px;
    padding-bottom: 15px;
  }
  textarea.textArea {
    margin: 0 auto;
    padding: 5px;
  }
  .mt-site-search-container {
    display: none !important;
  }
  .coffee_camp{
    width: 100%;
    height: auto;
  }
  .defaultWrapper .estimateBnr {
    width: 94%;
    margin: 6px auto 16px;
  }
  .defaultWrapper .estimateBnr img {
    width: 100%;
    height: auto;
  }
  div.lead {
    width: 94%;
  }

  /* ステップ */
  #mainContent h2.stepTitle {
    font-size: 20px;
    border: none;
    letter-spacing: 0;
  }
  .stepText .di_text,
  .stepText .customer_text{
    font-size: 16px;
  }
  .step {
    border-radius: 0;
    width: auto;
    margin: 0 auto 16px;
  }
  .stepItem {
    margin: 0 auto 40px;
    flex-direction: row;
    max-width: max-content;
    align-items: center;
    width: 350px;
  }
  .defaultWrapper .stepItem_di .stepText {
    margin-right: 45px;
  }
  .stepList {
    padding: 40px 0 32px;
    display: block;
  }
  .stepItem:last-child {
    margin-bottom: 0;
  }
  .defaultWrapper p.stepText {
    width: 180px;
    margin: 0 0 0 24px;
    padding: 15px 10px;
  }
  .stepImg {
    width: 130px;
    max-width: max-content;
    box-sizing: border-box;
    margin: 0;
  }
  .stepText .di_text_mail {
    width: 31px;
    height: auto;
    left: auto;
    right: -45px;
    bottom: -30px;
  }
  .stepText:before {
    transform: translate(50%, 0%);
    rotate: -90deg;
    top: 50%;
    left: -23px;
  }
}
