@charset "utf-8";
/* CSS Document */

/* パソコンで見たときは"pc"のclassがついた方が表示される */
.cont_pc { display: inline-block; }
.cont_sp { display: none; }
.mr30 { margin-right: 30px !important; }
.ml50 { display: block; width: 60px; }
/* スマートフォンで見たときは"sp"のclassがついた方が表示される */
@media screen and (max-width: 833px) {
  .cont_pc { display: none; }
  .cont_sp { display: inline-block; }
  .mr30 { margin-right: 15px !important; }
}
.cont_cont {
width: 90%;
max-width: 1470px;
margin: 0px auto 30px;
padding: 10px 0px 30px;
background: #fff;
border-radius: 20px;
}
.cont_cont label {
font-weight: 500;
}
@media screen and (min-width: 961px) {
  .cont_cont {
  margin-bottom: 60px;
  padding: 40px 0px 70px;
  }
}
@media screen and (min-width: 1190px) {
  .cont_cont {
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  }
  .cont_cont.comfirm {
  width: 90%;
  max-width: 1000px;
  }
}

/*   input select textarea   */
.contact_waku input,
.contact_waku select,
.contact_waku textarea {
margin: 0;
padding: 18px 9px 18px 20px;
font-size: 1.7rem;
font-weight: 400;
color: #393939;
background: #eff6ff;
border: solid 1px #1b3d72;
border-radius: 10px;
}
@media screen and (max-width: 833px) {
  .contact_waku input,
  .contact_waku select,
  .contact_waku textarea {
  padding: 15px 9px 15px 11px;
  font-size: 1.5rem;
  }
}
@media (min-width: 1199px) {
  .contact_waku input,
  .contact_waku select,
  .contact_waku textarea {
  font-size: 1.8rem;
  }
}

/* ラジオボタン */
ul.radio_wrp {
display: flex;
flex-wrap: wrap;
padding: 0px;
width: 85%;
}
.label {
padding: 12px 15px 0px 0px;
display: flex;
align-items: center;
cursor: pointer;
}
.label-Input {
opacity: 0;
width: 0;
margin: 0;
}
.label-DummyInput {
position: relative;
top: 0px;
left: 0;
display: block;
width: 20px;
height: 20px;
border-radius: 50%;
transition: all .15s linear;
border: 1px solid #666;
}
.label-LabelText {
margin-left: 5px;
font-weight: normal;
display: block;
font-size: 1.7rem;
}
.label-Input:checked + .label-DummyInput {
background: rgba(116, 80, 10, 1);
border: none;
}
.label-Input:checked + .label-DummyInput::before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 12px;
height: 12px;
border: none;
border-radius: 50%;
background: #FFFFFF;
}
/* switchItems */
.switchItems {
margin-top: 15px;
}
@media (max-width: 767px) {
  ul.radio_wrp {
  display: block;
  }
  .label-LabelText {
  font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  ul.radio_wrp li {
  margin-right: 40px;
  }
}
@media (min-width: 961px) {
  ul.radio_wrp li:nth-child(3) {
  margin-right: 30%;
  }
}

table.contact_waku {
margin: 0px auto;
padding: 0px;
width: 97%;
max-width: 900px;
font-size: 1.5rem;
text-align: left;
}
@media (min-width: 834px) {
  table.contact_waku {
  width: 90%;
  }
  .contact_waku textarea {
  height: 180px;
  }
}

/* th */
.contact_waku th.title {
width: 100%;
vertical-align: middle;
padding: 13px 20px 26px 20px;
font-size: 1.6rem;
font-weight: 700;
text-align: left;
color: #393939;
}
@media (max-width: 833px) {
  .contact_waku th.title {
  display: block;
  padding: 15px 20px 5px 20px;
  }
}
@media (min-width: 834px) {
  .contact_waku th.title {
  width: 25%;
  padding: 30px 0px 30px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  }
  .contact_waku textarea {
  height: 180px;
  }
}
@media (min-width: 1199px) {
  .contact_waku th.title {
  font-size: 1.9rem;
  }
}

/* td */
.contact_waku td.type {
display: flex;
align-items: center;
vertical-align: middle;
padding: 30px 0px 30px 20px;
width: 100%;
}
.contact_waku .frmttl {
display: inline-block;
width: 7%;
padding: 0px;
font-size: 1.6rem;
color: #393939;
}
@media (max-width: 420px) {
  .contact_waku .frmttl {
  width: 12%;
  min-width: 40px;
  padding: 0px;
  font-size: 1.4rem;
  }
}
@media (min-width: 421px) and (max-width: 833px) {
  .contact_waku .frmttl {
  width: 10%;
  padding: 0px;
  }
}
@media (max-width: 833px) {
  .contact_waku td.type {
  display: block;
  padding: 5px 0px 10px 20px;
  }
  .contact_waku .frmttl {
  padding: 0px;
  }
}

.contact_waku .sure {
display: inline-block;
margin-left: 7px;
padding: 3px 5px;
color: #fff;
font-size: 1.2rem;
font-weight: 500;
line-height: 100%;
background: #1b3d72;
border-radius: 3px;
}
@media (min-width: 834px) {
  .contact_waku .sure {
  margin: 0px 25px 0px 0px;
  padding: 5px 7px 6px;
  font-size: 1.3rem;
  }
}

/* input size */
@media (min-width: 834px) {
  .width_01 {
  width: 85%;
  }
  .width_02 {
  width: 27%;
  }
  .width_03 {
  width: 85%;
  height: 150px;
  }
}
@media (max-width: 833px) {
  .width_01 {
   width: 95%;
  }
  .width_02 {
   width: 30%;
  }
  .width_03 {
  width: 95%;
  height: 150px;
  }
}

/*　バナースタイル　*/

.btn {
margin: 0px auto;
width: 100%;
max-width: 760px;
text-align: center;
}
#mfp_button_confirm,
#mfp_button_riset {
margin: 30px 20px 0px;
padding: 0px 0px 0px 0px;
font-size: 2.4rem;
font-weight: 500;
color: #fff;
width: 86%;
max-width: 250px;
height: 70px;
transition: all 0.3s;
background: #1b3d72;
border: 1px solid #1b3d72;
border-radius: 8px;
cursor: pointer;
letter-spacing: 0.15em;
}
#mfp_button_riset {
color: #404040;
background: #d4d4d4;
border: 1px solid #d4d4d4;
letter-spacing: 0;
}
#mfp_button_confirm:hover,
#mfp_button_riset:hover {
color: #1b3d72;
background: #fff;
}
@media (max-width: 425px) {
  #mfp_button_confirm,
  #mfp_button_riset {
  margin: 10px 0px;
  height: 70px;
  font-size: 2.2rem;
  }
}
@media screen and (min-width: 1190px) {
  #mfp_button_confirm,
  #mfp_button_riset {
  margin: 60px 20px 30px 20px;
  font-size: 2.6rem;
  }
}
.bn_send,
.bn_cancel {
margin: 40px 0px 0px 0px;
width: 197px;
height: 58px;
font-size: 2.0rem;
font-weight: 500;
color: #fff;
cursor: pointer;
background: #1b3d72;
border: 1px solid #1b3d72;
border-radius: 7px;
}
.bn_cancel {
margin: 30px 0px 30px 0px;
color: #404040;
background: #d4d4d4;
border: 1px solid #d4d4d4;
}
.bn_send:hover {
color: #1b3d72;
background: #fff;
}
.bn_cancel:hover {
color: #fff;
background: #868686;
border: 1px solid #868686;
}
@media (min-width: 768px) {
  .bn_send,
  .bn_cancel {
  width: 230px;
  height: 68px;
  margin: 40px 0px 0px 0px;
  }
  .bn_send {
  margin: 40px 20px 0px 0px;
  }
}

/*　確認画面-スタイル上書き　*/

#formWrap h3 {
display: none;
}
.comfirm_txt {
text-align: center;
padding: 20px;
font-size: 1.5rem;
}
table.formTable {
border: solid 1px #b7b7b7;
width: 90%;
max-width: 800px;
margin: 0px auto;
font-size: 1.7rem;
border-radius: 10px;
border-spacing: 0; /* tableタグを角丸にする */
border-collapse: separate; /* tableタグを角丸にする */
overflow: hidden; /* tableタグを角丸にする */
}
table.formTable tr th {
text-align: left;
color: #1b3d72;
border-right: solid 1px #b7b7b7;
border-bottom: solid 1px #b7b7b7;
padding: 15px 10px 15px 20px;
background: #bad4f5;
}
table.formTable tr td {
text-align: left;
border-bottom: solid 1px #b7b7b7;
padding: 20px 10px 25px 20px;
}
table.formTable tr:last-of-type th,
table.formTable tr:last-of-type td { /* tableタグを角丸にする */
border-bottom: none;
overflow: hidden;
}
/* 7項目目を非表示 6項目目のborder-bottomを削除 */
table.formTable tr:nth-child(6) th,
table.formTable tr:nth-child(6) td {
border-bottom: none;
}
div#mfp_phase_confirm {
clear: both;
}
div#mfp_phase_confirm h4 {
font-size: 2.0rem;
padding: 30px 0px 30px 0px;
text-align: center;
}
@media (max-width: 768px) {
  table.formTable {
  font-size: 1.5rem;
  }
  table.formTable tr th,
  table.formTable tr td {
  display: block;
  width: 100%;
  }
  table.formTable tr th {
  border-right: none;
  border-bottom: none;
  }
}
@media (min-width: 769px) {
  .comfirm_txt {
  padding: 30px 0px 40px;
  font-size: 1.8rem;
  }
  table.formTable tr th {
  padding: 20px 10px 20px 30px;
  width: 35%;
  vertical-align: middle;
  }
  table.formTable tr td {
  padding: 20px 10px 30px 30px;
  }
}
div#mfp_phase_confirm {
clear: both;
}
div#mfp_phase_confirm h4 {
font-size: 150%;
padding: 60px 0px 30px 0px;
text-align: center;
}
