@charset "UTF-8";

/* -------------------------------------
Form
------------------------------------- */
.inquiry-form .page {
    max-width: 880px;
}
p.bstx {
    display: block;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 70px;
}
.mw_wp_form p.bstx {
    text-align: center;
}


#sec-form {
    display: block;
    margin-bottom: 155px;
}
#sec-form .page {
    max-width: 800px;
}
.form-elm {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.2em;
}
.form-elm ::placeholder{
    color: #717171;
    font-weight: normal;
}

.form-elm .lbl {
    display: block;
    position: relative;
    float: left;
    width: 225px;
    font-weight: bold;
    margin-top: 10px;
}

.form-elm .lbl label {
    display:inline-block;
    position: relative;
    margin-right: 5px;
    font-size: 14px;
    color: #54585a;
}


p.notic {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
}
.cir,
.form-elm .lbl.must:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/inquiry/must.png") 0 0 no-repeat;
    background-size: 100% auto;
    margin: 0 5px;
}

.form-elm .fld {
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 225px);
    font-weight: bold;
}
.form-elm input {
    background-color: white;
    width: 100%;
    height: 37px;
    box-sizing: border-box;
    border: 2px solid #dbdbdb;
    border-radius: 2px;
    padding: 0.5em 3.5em 0.5em 1em;
}
.form-elm input:focus {
    outline: none !important;
    border-color: #a00262 !important;
}
.form-elm .half2,
.form-elm .half {
    float: left;
    width: 50%;
}
.form-elm .half input {
    width: calc(100% - 50px);
    margin-left: 7px;
}
.form-elm .half2 input {
    width: calc(100% - 50px);
}

.form-elm textarea {
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #dbdbdb;
    border-radius: 2px;
    padding: 0.5em 3.5em 0.5em 1em;
    font-weight: normal;
}

.form-elm p.exp {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    margin-top: 5px;
}

.btn-wrap {
    display: block;
    text-align: center;
}
.rtn,
.submit.btn {
    font-size: 16px;
    height: auto !important;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    max-width: 260px;
    padding: 16px 10px;
    margin: 0 auto;
    border: solid 1px #a00062;
    background: #a00062;
    cursor: pointer;
    outline: none;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.submit.btn:hover {
    background: #ffffff;
    color: #a00062;
} 
.rtn {
    color: #333333;
    border: solid 1px #333333;
    background: #FFFFFF;
    margin: 0 10px;
    max-width: 160px;
    padding: 16px 10px !important;
}
.rtn:hover {
    background: #f7f7f7;
} 
.mwform-checkbox-field.horizontal-item {
    position: relative;
    top: 7px;
}



.form-elm .line {
    margin-bottom: 15px;
}
.form-elm .line span.line-l {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 85px;
}
.form-elm .line span.line-r {
    display: inline-block;
    vertical-align: middle;
    width: calc(99.9% - 85px);
}



/* -----Form Set---- */
select.ops {
  /* styling */
  background-color: white;
  width: 100%;
  border: 2px solid #dbdbdb;
  border-radius: 2px;
  display: inline-block;
  font: inherit;
    font-weight: normal;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
select.ops {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.ops:focus {
  background-image:
    linear-gradient(45deg, #333333 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #333333 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #333333;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-elm .half select.ops {
    width: calc(100% - 50px);
    margin-left: 7px;
}
input.num-sht {
    width: 120px !important;
}

a.pp {
    display: block;
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    text-decoration: underline;
}


.mw_wp_form .error {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    color: #a00262 !important;
    z-index: 10;
}

.mw_wp_form_confirm .input-ttl {
    display: none !important;
}
.mw_wp_form_input .bstx.conf {
    display: none;
}
.mw_wp_form_complete .pp,
.mw_wp_form_confirm .pp,
.mw_wp_form_confirm .bstx {
    display: none;
}
.mw_wp_form_confirm .bstx.conf {
    display:block !important;
}
.mw_wp_form_confirm .form-elm .fld {
    background: #f7f7f7;
    padding: 10px;
}


.mw_wp_form_complete p.bstx {
    text-align: center !important;
}

input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
    cursor: pointer;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #a00062 #a00062;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
    /* css擬似要素 :checked が付加されているときは表示  */
    opacity: 1;
}

.shrt-inp {
    display: inline-block;
    width: 80px;
    margin: 0 10px;
}
.form-sepa {
    display: block;
    border-bottom: dashed 1px #cccccc;
    margin: 0 auto 30px;
}

.form-elm .third {
    float: left;
    width: 33.33%;
}
.form-elm .third select {
    width: calc(100% - 50px);
    margin-right: 7px;
}


.radio-btns input[type=radio].radio-btns_item{
  display: none;
}

.radio-btns label {
  display: inline-block;
  cursor: pointer;
}
.radio-btns .radio-btns_item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
}
.radio-btns .radio-btns_item + span::after,
.radio-btns .radio-btns_item + span::before {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.radio-btns .radio-btns_item + span::after {
  opacity: 0;
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
  border: none;
  background: #a00262;
}
.radio-btns .radio-btns_item:checked + span {
  color: #a00262;
}
.radio-btns .radio-btns_item:checked + span::after {
  opacity: 1;
}

/* -----Form Set---- */