@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: 0px 0px 20px;
background: #fff;
border-radius: 20px;
}
.cont_cont:last-of-type {
margin-bottom: 10px;
}
.cont_cont label {
font-weight: 500;
}
.cont_cont .disabled {
display: none;
}
@media screen and (min-width: 961px) {
  .cont_cont {
  margin-bottom: 60px;
  padding: 40px 0px 50px;
  }
}
@media screen and (min-width: 1190px) {
  .cont_cont {
  margin-bottom: 100px;
  padding-bottom: 80px;
  }
  .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: #fff4fa;
border: solid 1px #de95bf;
border-radius: 10px;
}
@media screen and (max-width: 833px) {
  .contact_waku input,
  .contact_waku select,
  .contact_waku textarea {
  padding: 12px 9px 12px 11px;
  font-size: 1.5rem;
  }
}
@media (min-width: 1199px) {
  .contact_waku input,
  .contact_waku select,
  .contact_waku textarea {
  font-size: 1.8rem;
  }
}

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: 25px 20px 5px 20px;
  }
}
@media (min-width: 834px) {
  .contact_waku th.title {
  width: 25%;
  padding: 25px 0px 25px 20px;
  font-size: 1.7rem;
  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: 25px 0px 25px 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: #bf337c;
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;
  }
}


.contact_waku label {
display:inline-block;
margin: 0px 15px 0px 0px;
}

/* agree */
.contact_agree {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 10px auto 0px;
padding: 0px 0px 0px;
width: 90%;
max-width: 700px;
border: 1px solid #de95bf;
background: #fff4fa;
border-radius: 15px;
}
.contact_agree .agree_wrp {
margin: 0px;
padding: 20px 20px 15px;
width: 100%;
}
.contact_agree .agree_wrp p {
margin: 0px 0px 10px;
padding: 0px;
font-size: 1.55rem;
font-weight: 500;
line-height: 160%;
text-align: center;
color: #af1163;
}
.contact_agree a.privacy {
display: block;
padding: 0px 3px;
font-size: 1.45rem;
font-weight: 500;
color: #393939;
text-align: center;
text-decoration: underline;
}
.agree_check {
padding: 5px 0px;
width: 100%;
text-align: center;
background: #bf337c;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}
@media (max-width: 420px) {
  .contact_agree {
  width: 85%;
  }
}
@media (min-width: 834px) {
  .contact_agree {
  margin-top: 60px;
  }
  .contact_agree .agree_wrp {
  padding: 35px 20px;
  }
  .contact_agree .agree_wrp p {
  margin: 0px 0px 15px;
  line-height: 170%;
  }
  .agree_check {
  padding: 10px 0px;
  }
}

/* agree input */

input[type="checkbox"],
input[type="radio"] {
position: absolute;
opacity: 0;
z-index: -1;
}
.agree_check label {
position: relative;
padding-left: 2em;
padding-right: 1em;
font-size: 1.5rem;
line-height: 2;
color: #fff;
cursor: pointer;
}
.agree_check label:before {
box-sizing: border-box;
content: " ";
position: absolute;
top: 0.3em;
left: 7px;
display: block;
width: 15px;
height: 15px;
background: #fff;
border-radius: .1em;
z-index: 0;
}
/* checked */
/* チェック時のスタイル */
.agree_check input:checked + .checkmark {
  border: 2px solid #000;
}
/* チェック時 チェックマーク表示 */
.agree_check input[type="checkbox"]:checked + label:after {
display: block;
position: absolute;
content: "";
width: 14px;
height:7px;
border-bottom: 3px solid;
border-left: 3px solid;
border-color:  #810847;
transform: rotate(-45deg);
top: 37%;
left: 8px;
}
@media (min-width: 834px) {
  .agree_check input[type="checkbox"]:checked + label:after {
  top: 30%;
  left: 8px;
  }
}

/* transition */
.agree_check label,
.agree_check label:before {
transition: .25s all ease;
}
@media (max-width: 425px) {
  .contact_agree {
  margin-top: 15px;
  }
  .contact_agree p {
  padding: 15px 15px 10px;
  font-size: 1.45rem;
  line-height: 160%;
  text-align: left;
  }
}

/*　バナースタイル　*/

#mfp_button_confirm[disabled],
#mfp_button_confirm {
margin: 50px 0px 30px 0px;
padding: 0px 0px 0px 0px;
font-size: 3.0rem;
font-weight: 500;
color: #fff;
text-shadow: none !important;
border: none !important;
width: 90%;
max-width: 365px;
height: 85px;
transition: all 0.3s;
opacity: 0.6;
background: #bb1a6e;
border-radius: 10px;
cursor: pointer;
}
#mfp_button_confirm {
opacity: 1;
}
#mfp_button_confirm:hover {
background: #da2e87;
}
@media (max-width: 425px) {
  #mfp_button_confirm[disabled],
  #mfp_button_confirm {
  margin: 20px 0px 0px 0px;
  height: 70px;
  font-size: 2.6rem;
  }
}
@media screen and (min-width: 1190px) {
  #mfp_button_confirm[disabled],
  #mfp_button_confirm {
  margin: 60px 0px 30px 0px;
  }
}
.bn_send,
.bn_cancel {
margin: 40px 0px 0px 0px;
width: 197px;
height: 58px;
font-size: 2.0rem;
font-weight: 500;
color: #fff;
border: none;
cursor: pointer;
background: #bb1a6e;
border-radius: 7px;
}
.bn_cancel {
margin: 30px 0px 30px 0px;
color: #404040;
background: #d4d4d4;
}
.bn_send:hover {
background: #da2e87;
}
.bn_cancel:hover {
color: #fff;
background: #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: #fff;
border-right: solid 1px #b7b7b7;
border-bottom: solid 1px #b7b7b7;
padding: 15px 10px 15px 20px;
background: #d0438c;
}
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: 30%;
  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;
}
