@charset "UTF-8";
/**/
#main_contents *{
/*  font-family: 'Noto Sans JP', sans-serif;*/
  font-feature-settings: "palt";
  box-sizing: border-box;
}
/*#form-outer,
#form-outer p{

}*/



#main_contents #form-outer dl,
#main_contents #form-outer dt,
#main_contents #form-outer dd {
  margin: 0;
}
#main_contents #form-outer dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: 0;
}
#main_contents #form-outer dt {
  flex-basis: 25%;
  padding: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
#main_contents #form-outer dd {
  flex-basis: 75%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
#main_contents #form-outer dd label{
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
/*#form-outer dd label:first-of-type{
  margin-top: 0;
}*/
#main_contents #form-outer dd .notice{
  font-size: 90%;
  margin-bottom: 5px;
}
#main_contents #form-outer .mwform-tel-field input,
#main_contents #form-outer .mwform-zip-field input {
  width: auto;
  max-width: 48%;
}
@media screen and (max-width: 767px) {
	#main_contents #form-outer dl {
	  flex-flow: column;
	}
}

/**/
#main_contents #form-outer dt,
#main_contents #form-outer dd{
  line-height: 1.4!important;
  font-size: 1rem;
}

/*必須*/
#main_contents #form-outer dl i{
  background: #e53935;
  color: #ffffff;
  padding: 0.25rem 0.4rem;
  border-radius: 0.4rem;
  font-size: 0.65rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
  font-style: normal;
}
#main_contents #form-outer dl i.any {
    background: #f5f5f5;
    color: #9e9e9e;
}
#main_contents input:not([type=submit],[type=checkbox],[type=radio]),
#main_contents textarea{
  color: #333;
  font-size: 16px;
  padding: 2%;
  line-height: 1.35;
  float: none;
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  border: .1rem solid #a6a6a6;
  border-top-color: #949494;
  border-radius: .3rem;
  box-shadow: 0 0.1rem 0 rgba(255,255,255,.5), 0 0.1rem 0 rgba(0,0,0,.07) inset;
  outline: 0;
  vertical-align: middle;
  background: #fff;
  padding: 10px;
}
#main_contents #name-area input{
  width: auto;
  max-width: 48%;
}

#main_contents textarea{
  width: 100%!important;
}
#main_contents select{
  color: #333;
  font-size: 16px;
  padding: 2%;
  line-height: 1.35;
  float: none;
  width: 100%;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  border: .1rem solid #a6a6a6;
  border-top-color: #949494;
  border-radius: .3rem;
  box-shadow: 0 0.1rem 0 rgba(255,255,255,.5), 0 0.1rem 0 rgba(0,0,0,.07) inset;
  outline: 0;
  margin: 0 0 .3rem 0;
  vertical-align: middle;
  background: #fff;
  padding: 13px;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  margin: 0;
}
#main_contents input[type=submit] {
  margin: 3% auto;
  font-size: 1.15rem;
  padding: 1rem 4rem;
  background: #3492e8;
  color: #fff;
  font-weight: bold;
  border: 0;
  border-radius: 10px;
  display: flex;
  width: 100%;
  width: 48%;
  justify-content: center;
  cursor: pointer;
}
#main_contents input[type=submit]:hover {
  background: #1766ac;
  transition: .3s;
}
#main_contents #btn-outer{
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: space-between;
}
#main_contents #back-btn{
  display: contents;
}
#main_contents #back-btn input[type=submit]{
  color: #999;
  background: #f5f5f5;
}
#main_contents #back-btn input[type=submit]:hover {
  background: #dfdfdf;
}


/*問い合わせ画面*/
#main_contents #form-head .lead{
  font-size: 31px;
  display: flex;
  justify-content: center;
  margin: 3%;
  color: #666;
}
#main_contents #form-head p{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
#main_contents #form-head p span{
  color: red;
}

/*確認画面で非表示*/
.mw_wp_form_confirm #form-outer dd label,
.mw_wp_form_confirm #form-outer dd .notice{
  display: none;
}
/*完了画面*/
.mw_wp_form_complete{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mw_wp_form_complete .lead{
  font-weight: bold;
  font-size: 31px;
  line-height: 1.4;
}
.mw_wp_form_complete .sub{
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.mw_wp_form_complete .txt{
  line-height: 1.8;
  font-size: 14px;
}

/*--------------------------------------
チェックボックス
---------------------------------------*/
.mwform-checkbox-field-text{
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
}
.horizontal-item{

}
.mwform-checkbox-field,
.mw_wp_form .horizontal-item + .horizontal-item{
  display: block;
  margin-left: 0;

  border: solid 1px #999;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.mwform-checkbox-field label, .mwform-radio-field label {
    font-weight: normal;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
}

#main_contents input[type=checkbox]:checked,
#main_contents input[type=radio]:checked {
  background-color: #3492e8;
  border: 1px solid #3492e8;
}

#main_contents input[type=checkbox]:checked:after,
#main_contents input[type=radio]:checked:after {
  position: absolute;
  display: block;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

  top: 0px;
  left: 5px;
  width: 6px;
  height: 10px;
}

#main_contents input[type=checkbox],
#main_contents input[type=radio] {
  appearance: none;
  position: relative;
  width: 20px;
  min-width: 20px;;
  height: 20px;
  margin: -3px 10px 0 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


@media screen and (max-width:767px){

}