@charset "UTF-8";
/* 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
teiki.cssを直接修正しないでください
teiki.scssからコンパイルしてください
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 */
/* ======================================================================
 teiki
====================================================================== */
.teiki {
  color: #000;
  background: #e7f7f7;
  font-size: 16px;
  padding: 70px 0;
}
@media screen and (max-width: 779px) {
  .teiki {
    padding: 0;
    font-size: 13px;
  }
}
.teiki._bgnone {
  background: #FFF;
}
.teiki .container {
  width: 980px;
}
@media screen and (max-width: 779px) {
  .teiki .container {
    width: 100%;
  }
}
.teiki_bg {
  background: #FFF;
  box-shadow: 0px 0px 9px 3px rgba(156, 185, 185, 0.3);
}
@media screen and (max-width: 779px) {
  .teiki_bg {
    box-shadow: none;
  }
}
.teiki_cont {
  padding: 50px;
}
@media screen and (max-width: 779px) {
  .teiki_cont {
    padding: 0;
  }
}
.teiki_catch {
  line-height: 28px;
  margin-bottom: 50px;
}
@media screen and (max-width: 779px) {
  .teiki_catch {
    line-height: 22px;
    padding: 5% 4% 10%;
    margin-bottom: 0;
  }
}
.teiki_list {
  margin-bottom: 60px;
}
@media screen and (max-width: 779px) {
  .teiki_list {
    margin-bottom: 10%;
  }
}
.teiki_list_ttl {
  background: #40a8b2;
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  font-size: 22px;
}
@media screen and (max-width: 779px) {
  .teiki_list_ttl {
    font-size: 15px;
    padding: 7px 10px;
  }
}
.teiki_list_ttl_tag {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #FFF;
  width: 84px;
  height: 30px;
  font-size: 16px;
  margin-left: 10px;
}
@media screen and (max-width: 779px) {
  .teiki_list_ttl_tag {
    font-size: 10px;
    width: 55px;
    height: 20px;
  }
}
.teiki_list_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 779px) {
  .teiki_list_list {
    margin: 0 2%;
  }
}
.teiki_list_list_box {
  text-align: center;
  border: 1px solid #d5d5d5;
  width: 284px;
  margin-top: 10px;
}
@media screen and (max-width: 779px) {
  .teiki_list_list_box {
    width: 48%;
    margin-top: 2%;
  }
}
.teiki_list_list_box:not(:nth-child(3n)) {
  margin-right: 10px;
}
@media screen and (max-width: 779px) {
  .teiki_list_list_box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 779px) {
  .teiki_list_list_box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
.teiki_list_list_img img {
  width: 100%;
}
.teiki_list_list_desc {
  margin-top: -50px;
  padding: 0 0 25px;
}
@media screen and (max-width: 779px) {
  .teiki_list_list_desc {
    margin-top: -10%;
    padding: 0 4% 4%;
  }
}
.teiki_list_list_ttl {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 5px;
}
@media screen and (max-width: 779px) {
  .teiki_list_list_ttl {
    font-size: 9px;
    line-height: 14px;
  }
}
.teiki_list_list_price {
  font-size: 11px;
  margin-bottom: 10px;
}
@media screen and (max-width: 779px) {
  .teiki_list_list_price {
    font-size: 9px;
    line-height: 14px;
    margin-bottom: 5px;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
}
.teiki_list_list_off {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #de0940;
  margin-bottom: 10px;
}
.teiki_list_list_off_per {
  border: 1px solid #de0940;
  font-size: 10px;
  padding: 4px 3px;
  margin-right: 15px;
}
@media screen and (max-width: 779px) {
  .teiki_list_list_off_per {
    font-size: 9px;
    margin-right: 5px;
  }
}
.teiki_list_list_off_yen {
  font-size: 26px;
}
@media screen and (max-width: 779px) {
  .teiki_list_list_off_yen {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .teiki_list_list_off_yen {
    font-size: 14px;
    font-feature-settings: "palt";
  }
}
.teiki_list_list_off_tax {
  font-size: 14px;
}
@media screen and (max-width: 779px) {
  .teiki_list_list_off_tax {
    font-size: 9px;
  }
}
.teiki_merit {
  position: relative;
  background: #40a8b2;
  border-radius: 10px;
  padding: 0 20px 30px;
}
@media screen and (max-width: 779px) {
  .teiki_merit {
    border-radius: 0;
    padding: 0 2% 7%;
  }
}
.teiki_merit_ttl {
  padding: 37px 0;
}
@media screen and (max-width: 779px) {
  .teiki_merit_ttl {
    padding: 7% 0;
    width: 80%;
  }
}
.teiki_merit_pic {
  position: absolute;
  right: 20px;
  top: -15px;
}
@media screen and (max-width: 779px) {
  .teiki_merit_pic {
    width: 17%;
    right: 2%;
    top: 0.75%;
  }
}
.teiki_merit_list_box {
  background: #FFF;
  border-radius: 5px;
  padding: 30px;
}
@media screen and (max-width: 779px) {
  .teiki_merit_list_box {
    padding: 3% 3% 5%;
  }
}
.teiki_merit_list_box:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 779px) {
  .teiki_merit_list_box:not(:last-child) {
    margin-bottom: 3%;
  }
}
.teiki_merit_list_ttl {
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #949494;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 779px) {
  .teiki_merit_list_ttl {
    padding-bottom: 3%;
    margin-bottom: 2%;
  }
}
.teiki_merit_list_ttl_num {
  width: 50px;
  margin-right: 25px;
}
@media screen and (max-width: 779px) {
  .teiki_merit_list_ttl_num {
    width: 8%;
    margin-right: 2%;
  }
}
.teiki_merit_list_ttl_num img {
  width: 100%;
}
.teiki_merit_list_ttl_box {
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 779px) {
  .teiki_merit_list_ttl_box {
    width: 90%;
    font-size: 16px;
  }
}
.teiki_merit_list_ttl_line {
  color: #de0940;
  background: linear-gradient(transparent 70%, #fff0f3 0%);
}
.teiki_merit_list_cont {
  padding: 10px 0 30px;
  min-height: 140px;
}
@media screen and (max-width: 779px) {
  .teiki_merit_list_cont {
    padding: 3% 0;
  }
}
.teiki_merit_list_cont_img {
  float: left;
  width: 270px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 779px) {
  .teiki_merit_list_cont_img {
    width: 47%;
    margin: 0 3% 3% 0;
  }
}
.teiki_merit_list_cont_img img {
  width: 100%;
}
.teiki_merit_list_cont_link {
  display: block;
  text-align: right;
  color: #40a8b2;
  background: url(../img/teiki/teiki_arw01_r@2x.png) no-repeat 100% 50%;
  background-size: 10px;
  font-size: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 779px) {
  .teiki_merit_list_cont_link {
    font-size: 12px;
    background-size: 5px;
    padding-right: 10px;
  }
}
.teiki_merit_txt {
  line-height: 26px;
}
@media screen and (max-width: 779px) {
  .teiki_merit_txt {
    font-size: 12px;
    line-height: 18px;
  }
}
.teiki_merit_txt_span {
  color: #de0940;
}
.teiki_merit_ex {
  margin-top: 30px;
}
@media screen and (max-width: 779px) {
  .teiki_merit_ex {
    margin-top: 3%;
  }
}
.teiki_merit_ex img {
  width: 100%;
}
.teiki_cycle {
  padding-top: 80px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle {
    padding: 14% 2% 0;
  }
}
.teiki_cycle_ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_ttl {
    margin-bottom: 7%;
  }
}
.teiki_cycle_txt {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_txt {
    font-size: 12px;
    line-height: 18px;
  }
}
.teiki_cycle_img {
  margin-top: 30px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_img {
    margin-top: 7%;
  }
}
.teiki_cycle_img img {
  width: 100%;
}
.teiki_cycle_list {
  margin-top: 80px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_list {
    margin-top: 0;
  }
}
.teiki_cycle_list_box {
  margin-top: 80px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_list_box {
    margin-top: 10%;
  }
}
.teiki_cycle_list_ttl {
  font-weight: bold;
  background: url(../img/teiki/teiki_check@2x.png) no-repeat 0 50%;
  background-size: 30px;
  font-size: 18px;
  padding-left: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_list_ttl {
    font-size: 11px;
    background-size: 15px;
    padding-left: 20px;
    margin-bottom: 3%;
  }
}
.teiki_cycle_list_ttl span {
  font-size: 32px;
  margin-right: 20px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_list_ttl span {
    font-size: 16px;
    margin-right: 10px;
  }
}
.teiki_cycle_list_ex {
  border: 2px solid #e2eff9;
}
.teiki_cycle_list_ex_top {
  position: relative;
  background: #e2eff9;
  display: flex;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_list_ex_top {
    padding: 4% 3%;
  }
}
.teiki_cycle_list_ex_top_tag {
  margin-right: 10px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_list_ex_top_tag {
    width: 40px;
    margin-right: 5px;
  }
}
.teiki_cycle_list_ex_top_ttl {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_list_ex_top_ttl {
    font-size: 14px;
  }
}
.teiki_cycle_list_ex_top_ttl span {
  border: 1px solid #b1b9c0;
  background: #FFF;
  color: #de0940;
  padding: 2px 10px;
  margin: 0 3px;
  font-size: 30px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_list_ex_top_ttl span {
    font-size: 15px;
    padding: 2px 5px;
  }
}
.teiki_cycle_list_ex_top_cap {
  position: absolute;
  font-size: 18px;
  right: 20px;
  top: 25px;
}
.teiki_cycle_list_ex_btm {
  padding: 30px 20px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_list_ex_btm {
    padding: 4%;
  }
}
.teiki_cycle_list_ex_btm img {
  width: 100%;
}
.teiki_cycle_att {
  position: relative;
  background: #faf1f3;
  border: 1px solid #de0940;
  margin-top: 80px;
  padding: 35px 20px 20px;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_att {
    padding: 6% 2% 2%;
    margin-top: 10%;
  }
}
.teiki_cycle_att_ttl {
  color: #FFF;
  background: #de0940;
  padding: 4px 15px;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_att_ttl {
    font-size: 12px;
    padding: 1% 3%;
  }
}
.teiki_cycle_att_txt {
  line-height: 26px;
  margin-top: 0.5em;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 779px) {
  .teiki_cycle_att_txt {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.025em;
  }
}
.teiki_cycle_att_txt span {
  color: #de0940;
}
.teiki_pace {
  margin: 80px 0;
}
@media screen and (max-width: 779px) {
  .teiki_pace {
    margin: 10% 4%;
  }
}
.teiki_pace_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.teiki_pace_img {
  width: 280px;
}
@media screen and (max-width: 779px) {
  .teiki_pace_img {
    width: 47%;
    margin-right: 3%;
  }
}
.teiki_pace_img img {
  width: 100%;
}
.teiki_pace_desc {
  width: 570px;
}
@media screen and (max-width: 779px) {
  .teiki_pace_desc {
    width: 50%;
  }
}
.teiki_pace_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .teiki_pace_ttl {
    margin-bottom: 3%;
  }
}
.teiki_pace_txt {
  line-height: 26px;
}
@media screen and (max-width: 779px) {
  .teiki_pace_txt {
    font-size: 12px;
    line-height: 16px;
  }
}
.teiki_faq {
  margin-top: 80px;
}
@media screen and (max-width: 779px) {
  .teiki_faq {
    margin-top: 10%;
    padding: 0 2% 10%;
  }
}
.teiki_faq_ttl {
  text-align: center;
}
.teiki_faq_list {
  margin: 40px 0 80px;
}
@media screen and (max-width: 779px) {
  .teiki_faq_list {
    margin: 6% 0 4%;
  }
}
.teiki_faq_list_box {
  display: block;
  padding: 30px 15px;
}
@media screen and (max-width: 779px) {
  .teiki_faq_list_box {
    padding: 4% 3%;
  }
}
.teiki_faq_list_box:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.teiki_faq_list_top {
  position: relative;
  font-weight: bold;
  background: url(../img/teiki/teiki_ico_q@2x.png) no-repeat 0 0;
  background-size: 34px;
  font-size: 18px;
  line-height: 36px;
  padding-left: 45px;
}
@media screen and (max-width: 779px) {
  .teiki_faq_list_top {
    font-size: 12px;
    line-height: 18px;
    background-size: 25px;
    padding: 0 35px;
    min-height: 25px;
  }
  .teiki_faq_list_top:after {
    content: url(../img/teiki/teiki_ico_plus.png);
    transform: scale(0.5);
    position: absolute;
    right: 0;
    top: 10%;
  }
}
.teiki_faq_list_top._active:after {
  content: url(../img/teiki/teiki_ico_minus.png);
  transform: scale(0.5);
}
.teiki_faq_list_btm {
  background: url(../img/teiki/teiki_ico_a@2x.png) no-repeat 0 0;
  background-size: 34px;
  font-size: 14px;
  line-height: 26px;
  padding-left: 45px;
  margin-top: 20px;
  min-height: 35px;
}
@media screen and (max-width: 779px) {
  .teiki_faq_list_btm {
    font-size: 10px;
    line-height: 18px;
    background-size: 25px;
    padding-left: 35px;
    display: none;
  }
}
.teiki_faq_list_btm a {
  color: #40a8b2;
}
.teiki_faq_more {
  display: block;
  text-align: right;
  background: url(../img/teiki/teiki_arw02_r@2x.png) no-repeat 100% 50%;
  background-size: 10px;
  font-size: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 779px) {
  .teiki_faq_more {
    font-size: 12px;
    background-size: 5px;
    padding-right: 10px;
  }
}
.teiki_form {
  padding: 50px;
}
@media screen and (max-width: 779px) {
  .teiki_form {
    padding: 10% 4%;
  }
}
.teiki_form_ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 779px) {
  .teiki_form_ttl {
    width: 70%;
    margin: 0 auto 10%;
  }
}
.teiki_form_txt {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 779px) {
  .teiki_form_txt {
    font-size: 16px;
    line-height: 26px;
  }
}
.teiki_form_cap {
  font-size: 16px;
  line-height: 28px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 779px) {
  .teiki_form_cap {
    font-size: 14px;
    line-height: 24px;
  }
}
.teiki_form_cap_link {
  color: #de0940;
  text-decoration: underline;
}
.teiki_form_cap_link:hover {
  text-decoration: none;
}
.teiki_form_sec {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec {
    margin-top: 10%;
  }
}
.teiki_form_sec_ttl {
  border-left: 8px solid #40a8b2;
  font-weight: bold;
  font-size: 22px;
  padding: 5px 0;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_ttl {
    font-size: 20px;
  }
}
.teiki_form_sec_ttl span {
  padding-left: 15px;
  font-size: 14px;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_ttl span {
    padding-left: 10px;
    font-size: 12px;
  }
}
.teiki_form_sec_add {
  position: absolute;
  border: 1px solid #40a8b2;
  background: none;
  color: #40a8b2;
  font-size: 18px;
  padding: 7px 7px 5px 4px;
  right: 0;
  top: -50px;
  cursor: pointer;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_add {
    font-size: 18px;
    top: -40px;
  }
}
.teiki_form_sec_table {
  width: 100%;
  margin-top: 15px;
  display: none;
}
.teiki_form_sec_table th, .teiki_form_sec_table td {
  border: 2px solid #CCC;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table th, .teiki_form_sec_table td {
    display: block;
    box-sizing: border-box;
    border-width: 1px;
    table-layout: fixed;
  }
}
.teiki_form_sec_table th {
  font-weight: bold;
  background: #dbecec;
  width: 250px;
  font-size: 16px;
  padding: 20px;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table th {
    width: 100%;
    margin-bottom: -1px;
    padding: 4%;
    font-size: 16px;
  }
}
.teiki_form_sec_table th span {
  color: #de0940;
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table th span {
    font-size: 12px;
  }
}
.teiki_form_sec_table td {
  padding: 15px 20px;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table td {
    padding: 4%;
  }
}
.teiki_form_sec_table td._input > input, .teiki_form_sec_table td._input .hasDatepicker {
  width: 100%;
  font-weight: bold;
  border: 1px solid #CCC;
  font-size: 16px;
  padding: 5px 10px;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table td._input > input, .teiki_form_sec_table td._input .hasDatepicker {
    font-size: 16px;
  }
}
.teiki_form_sec_table td._select select {
  width: 100%;
  font-weight: bold;
  border: 1px solid #CCC;
  font-size: 16px;
  padding: 9px;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table td._select select {
    font-size: 16px;
  }
}
.teiki_form_sec_table td._textarea textarea {
  width: 100%;
  height: 300px;
  border: 1px solid #CCC;
  font-size: 16px;
  padding: 5px 10px;
}
.teiki_form_sec_table_cap {
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.teiki_form_sec_table_cap._bold {
  font-weight: bold;
}
.teiki_form_sec_table_cap span {
  color: #de0940;
  font-weight: bold;
}
.teiki_form_sec_table_checkbox input[type=checkbox] {
  appearance: none;
  display: none;
}
.teiki_form_sec_table_checkbox input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.teiki_form_sec_table_checkbox input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  color: #40a8b2;
}
.teiki_form_sec_table_checkbox input[type=checkbox]:checked + span:before {
  content: "\f14a";
  font-weight: 400;
}
.teiki_form_sec_table_radio {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table_radio {
    display: block;
  }
}
.teiki_form_sec_table_radio > input[type=text] {
  width: 100%;
  font-weight: bold;
  border: 1px solid #CCC;
  font-size: 16px;
  padding: 5px 10px;
  margin-top: 10px;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table_radio > input[type=text] {
    font-size: 16px;
    margin-top: 0;
  }
}
.teiki_form_sec_table_radio_box {
  cursor: pointer;
  font-size: 16px;
  margin-right: 3em;
  display: flex;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table_radio_box {
    display: block;
    margin: 0 0 10px;
    line-height: 1.5;
  }
}
.teiki_form_sec_table_radio .mwform-radio-field {
  margin: 0 0.5em;
}
.teiki_form_sec_table_radio input[type=radio] {
  appearance: none;
  display: none;
}
.teiki_form_sec_table_radio input[type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.teiki_form_sec_table_radio input[type=radio] + span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  color: #40a8b2;
}
.teiki_form_sec_table_radio input[type=radio]:checked + span::before {
  content: "\f192";
  font-weight: 400;
}
.teiki_form_sec_table_ex {
  margin-top: 15px;
}
.teiki_form_sec_table_ex_box {
  display: flex;
  font-size: 13px;
  line-height: 22px;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table_ex_box {
    font-size: 12px;
  }
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table_ex_ttl {
    width: 40%;
  }
}
.teiki_form_sec_table_ex_ttl:after {
  content: "：";
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table_ex_txt {
    font-size: 60%;
    font-size: 12px;
  }
}
.teiki_form_sec_table_ex_txt span {
  font-size: 12px;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table_ex_txt span {
    font-size: 10px;
  }
}
.teiki_form_sec_table_address input {
  width: 100%;
  font-weight: bold;
  border: 1px solid #CCC;
  font-size: 16px;
  padding: 5px 10px;
}
@media screen and (max-width: 779px) {
  .teiki_form_sec_table_address input {
    font-size: 16px;
  }
}
.teiki_form_sec_table_address_ttl {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.teiki_form_sec_table_address_ttl:not(:first-child) {
  margin-top: 10px;
}
.teiki_form_sec_table_address_box:not(:last-child) {
  margin-bottom: 20px;
}
.teiki_form_sec_table_address_zip input {
  width: 4em;
}
.teiki_form_sec_table.display {
  display: table;
}
.teiki_form_btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 779px) {
  .teiki_form_btn {
    display: block;
  }
}
.teiki_form_btn_submit {
  background: linear-gradient(to bottom, #999999 0%, #333333 100%);
  cursor: pointer;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px;
  font-size: 18px;
  width: 330px;
  height: 70px;
}
@media screen and (max-width: 779px) {
  .teiki_form_btn_submit {
    width: 100%;
    margin-bottom: 10px;
  }
}
.teiki_form_btn_back {
  background: #efefef;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  border-radius: 5px;
  font-size: 18px;
  width: 330px;
  height: 70px;
  margin-right: 30px;
}
@media screen and (max-width: 779px) {
  .teiki_form_btn_back {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
.teiki_form_link {
  margin-top: 100px;
}
.teiki_form_link a {
  display: block;
  text-align: right;
  background: url(../img/teiki/teiki_arw02_r@2x.png) no-repeat 100% 50%;
  background-size: 10px;
  font-size: 16px;
  line-height: 33px;
  padding-right: 20px;
}
@media screen and (max-width: 779px) {
  .teiki_form_link a {
    font-size: 16px;
    background-size: 5px;
    padding-right: 10px;
  }
}

.mw_wp_form .mwform-checkbox-field {
  display: block;
  margin: 5px 0;
}

.mw_wp_form .mwform-checkbox-field + .mwform-checkbox-field {
  margin-left: 0 !important;
}

.mw_wp_form .mwform-checkbox-field-text {
  font-size: 16px;
}

.mw_wp_form_confirm .teiki_form_sec_add {
  display: none;
}

._teiki .fs-c-productQuantityAndAction {
  display: flex;
  flex-direction: column-reverse;
}
._teiki .fs-c-productQuantityAndAction__quantity {
  max-width: none;
  display: flex;
  justify-content: flex-end;
}
._teiki .fs-c-quantity__select {
  max-width: 5em;
}
._teiki .fs-c-buttonContainer--addToWishList--detail {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}
._teiki .fs-c-button--addToWishList--detail {
  max-width: 163px;
}
._teiki .product_sizeprice {
  flex-wrap: wrap;
}
._teiki .product_sizeprice--txt {
  color: #da3955;
  font-weight: bold;
}