@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Component - Base

コンポーネント設定。  
各ページでよく使い回す記述。  
このサイト専用の共通設定。


*/
.red_text {
  color: #d64747;
}

/*
## - form input select textarea

<div class="_h3">input select textarea</div>

*/
.caution_area {
  border: 2px solid #d64747;
  border-radius: 5px;
  color: #ff0000;
  padding: 5px 10px;
}

.caution_area p {
  margin-bottom: 1px;
}

.text_frame input {
  width: 100%;
  font-size: 0.938rem;
  box-sizing: border-box;
  margin: 0;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 0.7em;
  padding-right: 0.5em;
}
.text_frame input:focus, .text_frame input:active {
  outline: 2px solid #a6a6a6;
  outline-offset: -2px;
}
.text_frame-age input {
  width: 7em;
  margin-right: 1em;
}
.text_frame-zip .cell {
  margin-right: 1em;
}
.text_frame-zip input {
  width: 7em;
  margin-right: 1em;
}

.form__text {
  border-radius: 5px;
  background-color: #fff;
}
.form__submit {
  border: 1px solid #fff;
  background-color: #fff;
  font-weight: normal;
}
.form-color__text {
  border: 0 none;
  color: #222;
}

.select_frame {
  position: relative;
  top: 0;
  left: 0;
}
.select_frame__display {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1rem;
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 0.4em;
  padding-left: 0.6em;
  height: 40px;
  padding-right: 26px;
}
.select_frame__display::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.select_frame__display-default {
  color: #333;
}
.select_frame select {
  -webkit-user-modify: read-write-plaintext-only;
  -moz-user-modify: read-write-plaintext-only;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0 none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
.select_frame select:focus + .select_frame__display, .select_frame select:active + .select_frame__display {
  outline: 2px solid #a6a6a6;
  outline-offset: -2px;
}
.select_frame option {
  padding: 0 15px;
}

.textarea_frame textarea {
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  line-height: 1.5em;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0.7em;
  height: 6em;
  resize: none;
}
.textarea_frame textarea:focus, .textarea_frame textarea:active {
  outline: 2px solid #a6a6a6;
  outline-offset: -2px;
}
.textarea_frame-m textarea {
  height: 5em;
}

.radio_frame {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.radio_frame > label {
  display: table;
  width: 100%;
  height: 100%;
}
.radio_frame__input {
  position: absolute;
  -webkit-user-modify: read-write-plaintext-only;
  -moz-user-modify: read-write-plaintext-only;
  z-index: 1;
  left: 0;
  width: 14px;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0 none;
}
.radio_frame__input:focus + .radio_frame__label, .radio_frame__input:active + .radio_frame__label {
  outline: 2px solid #a6a6a6;
  outline-offset: -2px;
}
.radio_frame__label {
  cursor: pointer;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  color: #888;
  text-align: center;
  font-size: 0.938rem;
}
.radio_frame .radio_frame__input:checked + .radio_frame__label {
  color: #fff;
}

.radio_list {
  display: table;
  width: 100%;
}
.radio_list .radio_frame {
  height: 100%;
}
.radio_list .radio_frame > label {
  display: table;
  width: 100%;
  height: 100%;
}
.radio_list .radio_frame__label {
  height: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right-width: 0;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  background-color: #eee;
}
.radio__li {
  display: table-cell;
  height: 50px;
}
.radio__li:last-child .radio_frame__label {
  border-right-width: 1px;
}
.radio__li-2 {
  width: 50%;
  box-sizing: border-box;
}
.radio__li-3 {
  width: 33%;
  box-sizing: border-box;
}
.radio__li:first-child .radio_frame__label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.radio__li:last-child .radio_frame__label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.birth {
  position: relative;
  top: 0;
  left: 0;
}
.birth__input {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding-right: 3em;
  margin-right: -3em;
}
.birth__unit {
  float: left;
  width: 3em;
  text-align: center;
  position: relative;
  line-height: 3.5em;
}
.birth::before, .birth::after {
  content: "";
  display: table;
}
.birth::after {
  clear: both;
}
.birth_list::before, .birth_list::after {
  content: "";
  display: table;
}
.birth_list::after {
  clear: both;
}

.check_frame {
  position: relative;
  top: 0;
  left: 0;
  min-width: 19px;
  min-height: 19px;
}
.check_frame-focus .check_frame__display {
  outline: 2px solid #a6a6a6;
}
.check_frame__icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.check_frame__display {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
.check_frame__input {
  cursor: pointer;
  position: absolute;
  -webkit-user-modify: read-write-plaintext-only;
  -moz-user-modify: read-write-plaintext-only;
  z-index: 1;
  left: 0;
  width: 19px;
  height: 19px;
  box-sizing: border-box;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0 none;
}
.check_frame__input:focus + .check_frame__display {
  outline: 2px solid #a6a6a6;
  outline-offset: -2px;
}
.check_frame__display, .check_frame__input {
  top: 0.25em;
}
.check_frame__label {
  margin-left: 24px;
  display: block;
}
.check_frame__input:checked + .check_frame__display .check_frame__icon {
  opacity: 1;
  transform: scale(1);
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Project

特定ページ専用、効果範囲が限定的な記述。  
コンテンツ内容に密接で、汎用性がなく、機能の付け替えを想定していない。

*/
.form-alert {
  color: #c73d42;
}

.red_label {
  color: #d64747;
  margin-left: 0.5em;
  line-height: 26px;
  height: 26px;
  box-sizing: border-box;
  display: inline-block;
}

@media screen and (min-width: 900px), print {
  .contact {
    font-size: 15px;
  }
}
.contact input,
.contact textarea,
.contact select,
.contact option {
  font-size: 16px;
}
@media screen and (min-width: 900px), print {
  .contact .textarea_frame textarea {
    height: 250px;
  }
}
@media screen and (max-width: 899px) {
  .contact .textarea_frame textarea {
    height: 200px;
  }
}
@media screen and (min-width: 900px), print {
  .contact__head {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 899px) {
  .contact__head {
    margin-bottom: 20px;
  }
}
.contact__head p:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (min-width: 900px), print {
  .contact__gr {
    display: flex;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 899px) {
  .contact__gr {
    padding-bottom: 20px;
  }
}
.contact__gr-submit {
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 900px), print {
  .contact__gr-submit {
    padding-top: 45px;
  }
}
.contact__gr-submit .link_arrow-prev {
  position: absolute;
  top: 65px;
  left: 0;
}
.contact__gr input[type=radio],
.contact__gr input[type=checkbox] {
  margin-right: 0.4em;
}
.contact__th {
  padding-top: 0.4em;
  color: #222;
  font-size: 16px;
}
@media screen and (min-width: 900px), print {
  .contact__th {
    min-width: 280px;
  }
}
@media screen and (max-width: 899px) {
  .contact__th {
    margin-bottom: 10px;
  }
}
.contact__th .red_text {
  margin-left: 0.2em;
}
.form-confirm .contact__th, .mw_wp_form_confirm .contact__th, .contact__th-listgroup {
  padding-top: 0;
}
.contact__td {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.contact__td ul {
  padding-top: 7px;
}
.contact__td li {
  display: inline-block;
  margin-right: 1em;
}
.contact__td li:not(:last-child) {
  margin-bottom: 0.7em;
}
.contact__td select {
  margin-top: 0.3em;
}
.contact__td .radio_list .mwform-radio-field {
  display: inline-block;
  margin-right: 1em;
}
.contact__td .radio_list .mwform-radio-field:not(:last-child) {
  margin-bottom: 0.7em;
}
.form-confirm .contact__td, .mw_wp_form_confirm .contact__td {
  word-break: break-all;
}
.contact__td .contact__gr {
  display: block;
}
.contact__td .contact__th {
  margin-bottom: 0.3em;
}
.contact__td .text_frame-unit input {
  margin-right: 0.5em;
}
@media screen and (min-width: 900px), print {
  .contact__td .text_frame-unit input {
    width: 93%;
  }
}
@media screen and (max-width: 899px) {
  .contact__td .text_frame-unit input {
    width: 90%;
  }
}
.contact__td .text_frame-md input {
  max-width: 15em;
}
@media screen and (min-width: 900px), print {
  .contact__td .text_frame-age input {
    width: 10em;
  }
}
.contact__td .text_frame .unit {
  color: #222;
}
@media screen and (min-width: 900px), print {
  .contact__td .text_frame .unit {
    font-size: 16px;
  }
}
.contact__td .time_frame {
  margin-top: 0.5em;
}
.contact__td .time_frame .cell {
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.contact__td .time_frame select {
  width: 4em;
}
.contact__ex {
  margin-top: 0.5em;
}
.contact__ex-php {
  margin-top: 0;
}
.contact__ex-alert {
  background-color: #d64747;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 5px;
  transition: opacity 0.2s ease-in;
}
.contact__ex-alert.ng-enter {
  opacity: 0;
}
.contact__ex-alert.ng-enter.ng-enter-active {
  opacity: 1;
}
.contact__ex-alert.ng-leave {
  opacity: 1;
}
.contact__ex-alert.ng-leave.ng-leave-active {
  opacity: 0;
}
.contact__ex + .contact__ex-alert {
  margin-top: 0.5em;
}
.contact__foot {
  padding-top: 5em;
}

.required {
  color: #d64747;
  margin-left: 0.7em;
  font-size: 0.813rem;
  font-weight: bold;
}
.required-ml0 {
  margin-left: 0;
}

.explanation {
  margin-top: 15px;
  background: #f5f5f5;
  padding: 26px;
  border-radius: 5px;
}
.explanation p,
.explanation a {
  font-size: 0.813rem;
}
.explanation .link_list li {
  margin-bottom: 0.1em;
}
.button_area {
  width: 100%;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}
.button_area .link-prev {
  color: #222;
}
@media screen and (min-width: 900px), print {
  .button_area .link-prev {
    position: absolute;
    top: 1em;
    left: 0;
  }
}
@media screen and (max-width: 899px) {
  .button_area .link-prev {
    margin-top: 2em;
    display: inline-block;
  }
}
.root .main_content .button_area .link-prev {
  text-decoration: none;
  border: 0 none;
  background: none;
  padding: 0 0 0 30px;
  min-height: 18px;
  display: block;
  background: url("/common/img/icon/arrow/prev.png") 0 center/20px 18px no-repeat transparent;
}
.root .main_content .button_area .link-prev:hover {
  text-decoration: underline;
}
.button_area .btn {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  color: #fff;
  background-color: #ca2d19;
  border: 0 none;
  text-align: center;
  min-width: 10em;
  min-height: inherit;
  border-radius: 0;
  height: 50px;
  box-sizing: border-box;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0;
  padding-bottom: 0;
}
.button_area .btn:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
@media screen and (max-width: 899px) {
  .button_area .btn {
    min-width: 15em;
  }
}
.button_area .btn-disabled {
  opacity: 0.5;
}
.button_area .btn-disabled:hover {
  opacity: 0.5;
}
@media screen and (max-width: 899px) {
  .button_area .btn {
    display: block;
  }
}

.birth_group .bgroup {
  display: inline-block;
  margin-right: 0.4em;
}
.birth_group .bgroup .unit {
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.birth_group br {
  display: none;
}

@media screen and (min-width: 900px), print {
  .radio_list {
    padding-top: 7px;
  }
}
@media screen and (max-width: 899px) {
  .radio_list .mwform-radio-field {
    margin-bottom: 10px;
  }
}

.mw_wp_form_complete p {
  display: block;
}

input[type=text] + br {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.text_frame br {
  display: none;
}

.form_head {
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}

.form_container {
  padding-top: 1em;
}

.mw_wp_form_input .confirm_text {
  display: none;
}

.mw_wp_form_confirm .input_text {
  display: none;
}

.main_content .mw_wp_form .error {
  display: inline-block;
}

.main_content .mw_wp_form .text_frame-unit .error {
  display: block;
}

/***********************************************************************
## formapi
*/
.main_wrapper_area._form_api {
  overflow: hidden;
}
@media screen and (min-width: 899px) and (max-width: 940px) {
  .main_wrapper_area._form_api .main_content {
    max-width: 640px;
  }
}

.container {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 899px) {
  .container {
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 14px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1200px;
    min-width: auto;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
    min-width: auto;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 1200px;
    min-width: auto;
  }
}

.api_form {
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 500;
}
.api_form .contact__gr {
  max-width: 800px;
}
@media screen and (max-width: 999px) {
  .api_form .contact__gr:not(.survey-radio, .survey-hidden) {
    display: block;
  }
}
.api_form .contact__th,
.api_form .contact__td {
  font-weight: 500;
}
.api_form .contact__th label,
.api_form .contact__td label {
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .api_form .contact__th label,
  .api_form .contact__td label {
    margin-bottom: 0;
    font-size: 0.875rem;
  }
}
.api_form .contact__th {
  padding-right: 10px;
}
.api_form .contact__gr-submit {
  padding-top: 20px;
}
.api_form .link.link-prev::before {
  content: none;
  display: none;
}
.api_form .button_area .btn::before {
  content: none;
  display: none;
}
@media screen and (max-width: 899px) {
  .api_form [class*=icheck-] > input:first-child + input[type=hidden] + label::before, .api_form [class*=icheck-] > input:first-child + label::before {
    width: 18px;
    height: 18px;
    margin-left: -26px;
    margin-top: 2px;
  }
}

.survey-hidden {
  visibility: hidden;
  display: none;
}

.survey-radio {
  display: block;
}
.survey-radio .radio_list {
  display: flex;
}
/*# sourceMappingURL=form.css.map */
