@charset "UTF-8";
textarea,input[type="text"] {
  width: 95%;
}
#home_new{
    background: none;
}
.entry_info {
  font-size: 14px;
  line-height: 2;
}

#table_entry td, .table_entry_c td,
#table_entry th, .table_entry_c th {
  font-size: 14px;
}
#table_entry th, .table_entry_c th {
  width: 40%;
}
#table_entry td, .table_entry_c td {
  padding: 15px 0;
  position: relative;
}
span.blockspan {
  display: block;
  margin-top: 5px;
}
#pref_w {
  padding-top: 8px;
}
.privacy-policy .agree_text  {
  margin-top: 20px;
  font-size: 12px;
}
.privacy-policy .agree_text .require {
  display: block;
}
#table_entry td textarea, .table_entry_c td textarea {
  margin-top: 8px;
  border: 1px solid #CCCCCC;
  height: 162px;
}

.mw_wp_form_confirm .confirm_attention,
.privacy-policy .inner_box {
  font-size: 14px;
}
.mw_wp_form_confirm .confirm_attention,
.privacy-policy .inner_box .ttl_sub{
  font-weight: bold;
}

.mwform-checkbox-field.horizontal-item {
  margin-top: 5px;
  font-size: 15px;
}

input[type="submit"] {
  font-size: 15.6px;
  width: 252px;
  padding: 10px 20px;
  background: url(../images/form/bg_btn.png) no-repeat right 7px center #C1272D;
}
button.btn_back {
  font-size: 15.6px;
  width: 252px;
  padding: 10px 20px;
}
.mw_wp_form_confirm #table_entry td,
.mw_wp_form_confirm .table_entry_c td {
  line-height: 1.6;
}

.mw_wp_form_confirm input[type="submit"] {
  margin-bottom: 30px;
}

.thanks-text.insert {
  font-size: 14px;
  color: #377EC3;
  margin: 100px 0 0 0;
  padding-bottom: 20px;
}
.thanks-text {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 85px;
}

.mw_wp_form {
  position: relative;
  padding: 0 160.5px;
}
form {
  position: relative;
}
.mw_wp_form .followbox {
  position: absolute;
  width: 160.5px;
  transition: opacity .3s;
  /* opacity: 0; */
  top: 0;
  left: -174px;
}
.mw_wp_form .followbox.pc-side-nav-fixed {
  position: fixed;
  bottom: auto;
  top: 96px;
}
.mw_wp_form .followbox .textnum {
  position: absolute;
  bottom: 13px;
  font-size: 30px;
  font-weight: bold;
  color: #F16D4E;
  left: 70px;
}
.mw_wp_form_confirm .followbox {
  display: none !important;
}

input.ng {
  background-color: #fdd5d3 !important;
}
input.ok {
  background-color: #c6e6d2 !important;
}

@media screen and (max-width: 640px) {
  #table_entry td, .table_entry_c td {
    padding: 15px 10px;
    line-height: 21px;
  }
  .mw_wp_form .followbox {
    display: none;
  }
  .thanks-text.insert {
    margin-top: 30px;
  }
  .thanks-text {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

.mwform-radio-field label[for="otoiawase-3"]{
  display: inline-block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-right: 20px;
  margin-left: 0 !important;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 641px) {
  textarea#message {
    width: 95%;
    margin-top: 11px;
      margin-bottom: 8px;
  }
}

.headeroverlay {
  display: none;
}
.jsMessage {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .mw_wp_form {
    padding: 0;
  }
  #table_entry th, .table_entry_c th {
    width: auto;
  }
  .jsMessage {
    font-size: 14px;
  }
  .mwform-checkbox-field label, .mwform-radio-field label{
    display: block;
  }
  .header #mainNav {
    z-index: 2;
  }
  .headeroverlay {
    display: none;
  }
  .headeroverlay.on {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
  }

}


.error_tooltip {
  position: absolute;
  left: 375px;
  font-size: 11px;
  background: #fff;
  width: 150px;
  box-sizing: border-box;
  padding: 2px 5px;
  border: 1px solid #666;
  border-radius: 4px;
  top: 21px;
}
.error_tooltip.danger {
  background: #C1272D;
  border-color: #C1272D;
  color: #fff;
}
.error_tooltip.success {
  background: #377EC3;
  border-color: #377EC3;
  color: #fff;
}
.error_tooltip:before {
  content: "";
  position: absolute;
  background-image: url(../images/entry/arrow01.jpg);
  width: 6.5px;
  height: 8.5px;
  background-size: 6.5px 8.5px;
  background-repeat: no-repeat;
  background-position: center;
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.error_tooltip.danger:before {
  background-image: url(../images/entry/arrow02.jpg);
}
.error_tooltip.success:before {
  background-image: url(../images/entry/arrow03.jpg);
}

@media screen and (max-width: 640px) {
  .error_tooltip {
    left: auto;
    width: 80px;
    padding: 0 4px;
    right: -20px;
    top: 20px;
  }
}

.privacy-policy .ttl {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #b1b1b1;
}
.privacy-policy .ttl > a {
  position: absolute;
  right: 0;
  color: #377EC3;
  font-size: 12px
}
.privacy-policy .ttl > a > span {
  display: inline-block;
  width: 25px;
  height: 14px;
  position: relative;
}
.privacy-policy .ttl > a > span:before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #377EC3;
  border-bottom: 2px solid #377EC3;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transition: all .3s;
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
}
.privacy-policy .ttl > a.on > span:before {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  top: 6px;
}
.privacy-policy .ttl > a em {
  opacity: 1;
  transition: all .3s;
}
.privacy-policy .ttl > a.on em {
  opacity: 0;
  transition: all .3s;
}
.toggle-body {
  border: 1px solid #b1b1b1;
  margin-bottom: 0px;
  display: none;
  border-top: none; 
}

.privacy-policy .inner_box {
  border: none;
  margin-bottom: 0;
  height: 130px;
  padding: 5px 10px;
  font-size: 13px;
}
.privacy-policy {
  padding: 15px 10px;
}

@media screen and (max-width: 640px) {
  .privacy-policy .ttl > a {
    top: 0;
  }
  .hidden-sp {
    display: none;
  }
}
input[type="text"],textarea {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media all and (-ms-high-contrast: none){
  .mw_wp_form .followbox .textnum {
    bottom:  5px;
  }
}

/* .submitbtnwhole {
  position: relative;
}
.submitbtnwhole.on:before {
  content: "";
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
} */