@charset "UTF-8";
/* モバイル */
/*=======ヘッダー装飾=======*/
.sec-top h2::before {
  content: "";
  background-image: url("../img/contact/yello_star.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 80px;
  position: absolute;
  transform: translate3d(-53px, 8px, 0px);
}
.sec-top h2::after {
  content: "";
  background-image: url("../img/common/yello-star.PNG");
  background-size: contain;
  background-repeat: no-repeat;
  width: 76px;
  height: 76px;
  position: absolute;
  transform: translate3d(-10px, -30px, 0px);
}
.sec-top__title::after {
  content: "";
  background-image: url("../img/common/blue_sqaer.PNG");
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  z-index: -1;
  transform: translate3d(37px, -21px, 0px);
}
.sec-top__title::before {
  content: "";
  background-image: url("../img/common/pink_six.PNG");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  width: 79px;
  height: 104px;
  position: absolute;
  transform: translate3d(-109px, 16px, 0px);
}
.sec_top__bg::before {
  content: "";
  background-image: url("../img/contact/pink_stain.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 120px;
  position: absolute;
  z-index: -1;
  right: 0;
  /*  transform: translate3d(37px, -21px, 0px);*/
}
.sec_top__bg::after {
  content: "";
  background-image: url("../img/contact/blue_stain.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 74px;
  height: 143px;
  position: absolute;
  z-index: -1;
  left: 0;
  transform: translate3d(0px, -101px, 0px);
}
@media(min-width:960px) {
  .sec-top h2::before {
    /*    黄色ホログラム2*/
    width: 140px;
    height: 160px;
    position: absolute;
    transform: translate3d(-117px, 21px, 0px);
  }
  .sec-top h2::after {
    /* 黄色ホログラム*/
    width: 140px;
    height: 140px;
    position: absolute;
    transform: translate3d(25px, -62px, 0px);
  }
  .sec-top__title::after {
    /* 水色四角*/
    width: 280px;
    height: 250px;
    position: absolute;
    z-index: -1;
    transform: translate3d(58px, -33px, 0px);
  }
  .sec-top__title::before {
    /*ピンク六角*/
    width: 264px;
    height: 250px;
    position: absolute;
    transform: translate3d(-297px, 46px, 0px);
  }
  .sec_top__bg::before {
    /*ピンクにじみ*/
    width: 319px;
    height: 472px;
  }
  .sec_top__bg::after {
    /*水色にじみ*/
    width: 298px;
    height: 424px;
    position: absolute;
    z-index: -1;
    left: 0;
    transform: translate3d(0px, -248px, 0px);
  }
}
/*=========フォーム==========*/
.sec-form {
  border: 1px solid #f1c97a;
  width: 85%;
  max-width: 900px;
  margin: 60px auto;
  padding: 40px 0px;
}
.sec-form__p {
  font-size: 1.2rem;
  padding-bottom: 20px;
}
.cost {
  border-bottom: 1px solid #f1c97a;
  margin-left: auto;
  width: 207px;
  font-size: 1.2rem;
}
.cost span {
  font-size: 2.4rem;
  padding: 0 15px;
}
.check_container {
  display: inline-block;
  /*    width: 563px;*/
  padding-bottom: 30px;
}
.check_container label {
  width: 270px;
}
@media(min-width:960px) {
  .sec-form__p {
    font-size: 1.4rem;
  }
}
/*フォーム設定*/
#formWrap {
  max-width: 700px;
  width: 95%;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: inherit;
	margin-bottom: 40px;
}
table.formTable td, table.formTable th {
  border: 0.5px solid #ccc;
  padding: 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
table.formTable span {
  color: indianred;
}
form input[type="text"], form textarea {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #777;
  border-radius: 20px;
  font-size: 110%;
}
.radio_container {
  text-align: left;
}
.radio_lable {
  font-weight: 500;
  /*  font-size: 2.0rem;*/
  display: block;
  margin-bottom: 10px;
}
form textarea {
  width: 600px;
  height: 300px;
	padding-top: 10px;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:600px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
	form input[type="text"], form textarea{
		width: 280px;
	}
  form textarea {
    height: 250px;
    padding-top: 10px;
  }
  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
footer {
  height: 0px;
  background-image: none;
  color: #f1c97a;
}
small {
  top: 0px;
  bottom: 10px;
}
/*ラジオボタン*/
form input[type="radio"] {
  display: none;
}
.radio03 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0px 5px 30px;
  position: relative;
  width: auto;
  font-size: 1.4rem;
}
.radio03::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.radio03::after {
  background: #fedd1e;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 8px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale3d(.3, .3, 1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 10px;
}
input[type=radio]:checked + .radio03::before {
  border-color: #666;
}
input[type=radio]:checked + .radio03::after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}