@charset "UTF-8";
/*------------------------------------------
共通
-------------------------------------------*/
.agree {
  display: none;
}

.mw_wp_form_input .agree {
  display: block;
}

#breadCrumb {
  margin-bottom: 0;
}

@media (max-width: 750px) {
  #breadCrumb.type2 {
    background: #EFEFEF;
  }
}
/*PC
-----------------------------------------------------------------------------*/
#mainv {
  min-width: 1180px;
  height: auto;
  margin: 0 0 60px;
}
#mainv .inner {
  font-size: 15px;
  height: 290px;
  padding: 70px 0 0;
  max-width: 1000px;
}
#mainv .inner .catch {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 35px;
}
#mainv .inner .catch .red {
  color: #DF263C;
}

@media (max-width: 750px) {
  #mainv {
    min-width: 100%;
    margin: 0 0 30px;
  }
  #mainv .inner {
    padding: 8vw 6.6vw 0;
    height: 92vw;
    font-size: 11px;
    padding: 8vw 6.6vw 0;
  }
  #mainv .inner .catch {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
  }
}
#contents {
  margin-bottom: 180px;
}
#contents .inner {
  max-width: 1000px;
}

@media (max-width: 750px) {
  #contents {
    margin-bottom: 80px;
  }
  /*--------------------------endSP--------------------------------*/
}
#telArea {
  width: calc(100% - 10px);
  border: solid 5px #ECECEC;
  border-radius: 5px;
  margin: 0 0 80px;
  padding: 20px 0;
  align-items: center;
}
#telArea div {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 50%;
}
#telArea div .tel {
  font-size: 26px;
  display: flex;
  justify-content: center;
}
#telArea div .tel::before {
  content: "\f095";
  font-family: fontAwesome;
  color: var(--footerTel);
  margin: 0 10px 0 0;
}
#telArea div .reception {
  font-size: 14px;
  font-weight: normal;
}
#telArea div:last-child {
  width: calc(50% - 1px);
  border-left: solid 1px #E2E2E2;
}

@media (max-width: 750px) {
  #telArea {
    width: fit-content;
    border: solid 5px #ECECEC;
    border-radius: 5px;
    margin: 0 auto 60px;
    padding: 5.3vw;
    flex-direction: row;
  }
  #telArea div {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  #telArea div .tel {
    font-size: 20px;
  }
  #telArea div .tel::before {
    content: "\f095";
    font-family: fontAwesome;
    color: var(--footerTel);
    margin: 0 10px 0 0;
  }
  #telArea div .reception {
    font-size: 11px;
    font-weight: normal;
  }
  #telArea div:last-child {
    border-left: unset;
    width: 100%;
    border-top: solid 1px #E2E2E2;
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
}
#formArea .step {
  width: 100%;
  border-radius: 5px;
  margin: 0 0 30px;
  overflow: hidden;
}
#formArea .step li {
  font-size: 16px;
  line-height: 54px;
  text-align: center;
  width: 50%;
  background: #ECECEC;
  position: relative;
  font-weight: bold;
}
#formArea .step li:first-child {
  width: 50%;
}
#formArea .step li:last-child {
  width: 50%;
}
#formArea .step li:first-child::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border: solid 35px transparent;
  border-right: solid 18px transparent;
  border-left: solid 18px #FFF;
  top: -8px;
  right: -36px;
  z-index: 1;
}
#formArea .step li:first-child::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border: solid 27px transparent;
  border-right: solid 14px transparent;
  border-left: solid 14px #ECECEC;
  top: 0;
  right: -28px;
  z-index: 1;
}
#formArea .step li.current {
  color: var(--zabuton2Text);
  background: var(--zabuton2Bg);
}
#formArea .step li.current:first-child::after {
  border-left: solid 14px var(--zabuton2Bg);
}
#formArea .lead {
  padding: 0 0 30px;
  border-bottom: solid 1px #E2E2E2;
}
#formArea table {
  width: 100%;
  margin: 0 0 60px;
}
#formArea table tr th {
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: solid 1px #E2E2E2;
  padding: 30px 30px 30px 10px;
  width: 36%;
}
#formArea table tr td {
  width: 64%;
  vertical-align: top;
  border-bottom: solid 1px #E2E2E2;
  padding: 30px 30px 30px 0;
  /* イベントの設定 */
}
#formArea table tr td.naiyouArea .textBlock1 {
  font-weight: bold;
  font-size: 1.25em;
  margin: 0 0 10px;
}
#formArea table tr td.naiyouArea .textBlock2 span.man {
  font-size: 1.25em;
  font-weight: bold;
  color: #42A0CC;
}
#formArea table tr td.naiyouArea .textBlock2 span.woman {
  font-size: 1.25em;
  font-weight: bold;
  color: #DD7599;
}
#formArea table tr td.naiyouArea .textBlock2 .payhoho {
  font-size: 0.84em;
  margin: 0 0 10px;
}
#formArea table tr td.naiyouArea .textBlock2 .cancel {
  font-size: 0.84em;
  margin: 0 0 10px;
}
#formArea table tr td input[type=text] {
  width: calc(100% - 22px);
  border: solid 1px #CACACA;
  padding: 5px 10px;
}
#formArea table tr td input[type=email] {
  width: calc(100% - 20px);
  border: solid 1px #CACACA;
  padding: 5px 10px;
}
#formArea table tr td input[type=number] {
  width: 50px;
  border: solid 1px #CACACA;
  padding: 5px 10px;
}
#formArea table tr td input[type=text].sizeM {
  width: 80%;
}
#formArea table tr td input[type=text].sizeMS {
  width: 60%;
}
#formArea table tr td input[type=text].sizeS {
  width: 40%;
}
#formArea table tr td input[type=text].sizeSS {
  width: 15%;
}
#formArea table tr td .selectArea {
  display: inline-block;
  vertical-align: middle;
}
#formArea table tr td .selectArea select {
  color: #000;
  background: #fff;
  border: solid 1px #CACACA;
  padding: 5px 10px;
}
#formArea table tr td textarea {
  width: calc(100% - 20px);
  height: 240px;
  border: solid 1px #CACACA;
  padding: 5px 10px;
}
#formArea table tr td label {
  display: inline-block;
  border: solid 1px #CACACA;
  padding: 5px 20px;
}
#formArea table tr td .kodawariKo {
  margin-top: 10px;
}
#formArea table tr td .formItems {
  margin: 0 0 20px;
}
#formArea table tr td .formItems:last-child {
  margin: 0;
}
#formArea table tr td .note {
  font-size: 11px;
  margin: 10px 0 0;
}
#formArea table .required th::after {
  content: "必須";
  color: #FFF;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  width: 60px;
  background: #DF263C;
  border-radius: 9px;
  margin: 0 0 0 10px;
  display: inline-block;
}
#formArea table .required td input[type=text] {
  background: #F9F1F1;
  border: solid 1px #EEC0C8;
}
#formArea table .required td input[type=text].optional {
  background: #FFF;
  border-color: #CCC;
}
#formArea table .required td input[type=email] {
  background: #F9F1F1;
  border: solid 1px #EEC0C8;
}
#formArea table .required td input[type=number] {
  background: #F9F1F1;
  border: solid 1px #EEC0C8;
}
#formArea table .required td .selectArea select {
  background: #F9F1F1;
  border: solid 1px #EEC0C8;
}
#formArea table .required td .selectArea select.optional {
  background: #FFF;
  border-color: #CCC;
}
#formArea table .required td textarea {
  background: #F9F1F1;
  border: solid 1px #EEC0C8;
}
#formArea table .required td label {
  background: #F9F1F1;
  border: solid 1px #EEC0C8;
}
#formArea .agree {
  margin: 0 0 40px;
}
#formArea .agree .ag-check {
  color: #888888;
  margin: 0 0 10px;
}
#formArea .agree .ag-check label {
  font-size: 16px;
  color: #DF263C;
  margin: 0 20px 0 0;
}
#formArea .btn {
  max-width: 420px;
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
}
#formArea .btn input {
  appearance: none;
  -webkit-appearance: none;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 25px 15px;
  width: 100%;
  background: #DB263B;
  border: none;
  cursor: pointer;
  display: block;
  transition: 0.3s;
}
#formArea .btn::after {
  content: "\f105";
  color: #FFF;
  font-family: "fontAwesome";
  font-size: 26px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
#formArea .joken {
  font-size: 13px;
}
#formArea .thanks {
  max-width: 800px;
}
#formArea .thanks p {
  margin: 0 0 10px;
}
#formArea .thanks .midashi {
  color: var(--textPoint);
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
#formArea .thanks ul {
  margin: 0 0 30px;
}
#formArea .thanks ul li::before {
  content: "・";
}
#formArea .thanks a {
  color: var(--textLink);
  text-decoration: underline;
}
#formArea .thanks a:hover {
  text-decoration: none;
}

@media (max-width: 750px) {
  #formArea .step {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 20px;
  }
  #formArea .step li {
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    position: relative;
    font-weight: bold;
  }
  #formArea .step li:first-child::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border: solid 31px transparent;
    border-right: solid 18px transparent;
    border-left: solid 18px #FFF;
    top: -6px;
    right: -36px;
    z-index: 1;
  }
  #formArea .step li:first-child::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border: solid 25px transparent;
    border-right: solid 14px transparent;
    border-left: solid 14px #ECECEC;
    top: 0;
    right: -28px;
    z-index: 1;
  }
  #formArea .lead {
    width: 100%;
    border: unset;
    padding: 0;
    margin: 0 0 25px;
  }
  #formArea table {
    width: 100%;
    margin-bottom: 0;
  }
  #formArea table tr th {
    font-weight: bold;
    border-top: solid 1px #E2E2E2;
    border-bottom: unset;
    padding: 24px 0;
    display: block;
    width: 100%;
  }
  #formArea table tr td {
    padding: 0 0 24px;
    display: block;
    width: 100%;
    border-bottom: unset;
    /* イベントの設定 */
  }
  #formArea table tr td.naiyouArea .textBlock1 {
    font-weight: bold;
    font-size: 1.25em;
    margin: 0 0 10px;
  }
  #formArea table tr td.naiyouArea .textBlock2 span.man {
    font-size: 1.25em;
    font-weight: bold;
    color: #42A0CC;
  }
  #formArea table tr td.naiyouArea .textBlock2 span.woman {
    font-size: 1.25em;
    font-weight: bold;
    color: #DD7599;
  }
  #formArea table tr td.naiyouArea .textBlock2 .payhoho {
    margin: 0 0 10px;
  }
  #formArea table tr td.naiyouArea .textBlock2 .cancel {
    margin: 0 0 10px;
  }
  #formArea table tr td input[type=text] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border: solid 1px #CACACA;
    border-radius: 0;
    padding: 10px;
  }
  #formArea table tr td input[type=number] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border: solid 1px #CACACA;
    border-radius: 0;
    padding: 10px;
  }
  #formArea table tr td input[type=email] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border: solid 1px #CACACA;
    border-radius: 0;
    padding: 10px;
  }
  #formArea table tr td input[type=radio] {
    position: absolute;
    top: 50%;
    left: 1em;
    margin: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #formArea table tr td input[type=checkbox] {
    position: absolute;
    top: 50%;
    left: 1em;
    margin: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #formArea table tr td input[type=text].sizeM {
    width: 100%;
  }
  #formArea table tr td input[type=text].sizeMS {
    width: 100%;
  }
  #formArea table tr td input[type=text].sizeS {
    width: 100%;
  }
  #formArea table tr td input[type=text].sizeSS {
    width: 20%;
    margin: 0 10px 10px 0;
  }
  #formArea table tr td .selectArea {
    width: 100%;
    position: relative;
    line-height: 1;
  }
  #formArea table tr td .selectArea select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border: solid 1px #CACACA;
    border-radius: 0;
    margin: 0 0 10px;
    padding: 10px;
    display: inline-block;
    line-height: 18px;
  }
  #formArea table tr td .selectArea::after {
    content: "\f107";
    font-family: "fontAwesome";
    color: var(--spMenu2Text);
    background: var(--spMenu2Bg);
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .mw_wp_form_confirm #formArea table tr td .selectArea::after {
    display: none;
  }
  #formArea table tr td textarea {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border: solid 1px #CACACA;
    border-radius: 0;
    padding: 10px;
  }
  #formArea table tr td label {
    appearance: none;
    -webkit-appearance: none;
    border: solid 1px #CACACA;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 5px 20px 5px 3em;
    position: relative;
    display: inline-block;
  }
  #formArea table tr td .formItems {
    margin: 0 0 20px;
  }
  #formArea table tr td .formItems:last-child {
    margin: 0;
  }
  #formArea table tr td .note {
    font-size: 11px;
    margin: 10px 0 0;
  }
  #formArea table tr td .note li {
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
  #formArea table .required th::after {
    content: "必須";
    color: #FFF;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    width: 54px;
    background: #DF263C;
    border-radius: 8px;
    margin: 0 0 0 10px;
    display: inline-block;
  }
  #formArea table .required td input[type=text] {
    background: #F9F1F1;
    border: solid 1px #EEC0C8;
  }
  #formArea table .required td input[type=text].optional {
    background: #FFF;
    border-color: #CCC;
  }
  #formArea table .required td input[type=email] {
    background: #F9F1F1;
    border: solid 1px #EEC0C8;
  }
  #formArea table .required td input[type=number] {
    background: #F9F1F1;
    border: solid 1px #EEC0C8;
  }
  #formArea table .required td .selectArea select {
    background: #F9F1F1;
    border: solid 1px #EEC0C8;
  }
  #formArea table .required td .selectArea select.optional {
    background: #FFF;
    border-color: #CCC;
  }
  #formArea table .required td textarea {
    background: #F9F1F1;
    border: solid 1px #EEC0C8;
  }
  #formArea table .required td label {
    background: #F9F1F1;
    border: solid 1px #EEC0C8;
    padding-left: 3em;
    position: relative;
  }
  #formArea .agree {
    width: 100%;
    border-top: solid 1px #E2E2E2;
    padding: 6.6vw 0 0;
  }
  #formArea .agree .ag-check {
    color: #888888;
    font-size: 10px;
    margin: 0 0 10px;
  }
  #formArea .agree .ag-check label {
    font-size: 15px;
    color: #DF263C;
    display: block;
  }
  #formArea .agree .ag-check .kome {
    padding: 0 0 0 1em;
  }
  #formArea .btn {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
  }
  #formArea .btn input {
    appearance: none;
    -webkit-appearance: none;
    color: #FFF;
    font-size: 19px;
    border: none;
    cursor: pointer;
    display: block;
    padding: 15px;
    transition: 0.3s;
  }
  #formArea .btn::after {
    content: "\f105";
    color: #FFF;
    font-family: "fontAwesome";
    font-size: 19px;
    right: 20px;
    pointer-events: none;
  }
  #formArea .joken {
    font-size: 11px;
    padding: 0 6.6vw;
  }
  #formArea .joken dd {
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
  #formArea .thanks {
    padding: 0 6.6vw;
  }
  #formArea .thanks p {
    margin: 0 0 10px;
  }
  #formArea .thanks .midashi {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
  }
  #formArea .thanks ul {
    margin: 0 0 30px;
  }
  #formArea .thanks ul li::before {
    content: "・";
  }
}/*# sourceMappingURL=form_common.css.map */