@charset "UTF-8";
/*--------------------------------------------
 * Global
 * --------------------------------------------*/
html {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

section {
  position: relative;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:focus-visible {
  outline-width: 2px !important;
}

* {
  min-height: 0vw;
}

@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  [href=tel] {
    pointer-events: none;
    cursor: initial;
  }
}
.ly_cont_inner {
  display: block;
  margin-left: auto;
  width: 1150px;
  margin: 0 auto 100px;
}

.page-id-66 .ly_about_cont {
  display: block;
}

@media not all and (min-width: 768px) {
  .ly_cont_inner {
    width: auto;
    margin: 0 20px 40px;
  }
}
.bl_problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_about_txt {
  display: block;
  text-align: center;
}

.bl_problem_img {
  max-width: 200px;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.bl_problem_img.animate {
  -webkit-animation: fadeInUp 0.8s ease-in-out forwards;
          animation: fadeInUp 0.8s ease-in-out forwards;
}
.bl_problem_img:nth-child(2n) {
  margin-top: 40px;
}
.bl_problem_img:nth-child(6) {
  margin-top: 0px;
  margin-bottom: 40px;
}

.animate {
  -webkit-animation: fadeInUp 0.8s ease-in-out forwards;
          animation: fadeInUp 0.8s ease-in-out forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bl_problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_problem_img {
  max-width: 26.0416666667vw;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.bl_problem_img.animate {
  -webkit-animation: fadeInUp 0.8s ease-in-out forwards;
          animation: fadeInUp 0.8s ease-in-out forwards;
}
.bl_problem_img:nth-child(2n) {
  margin-top: 40px;
}
.bl_problem_img:nth-child(6) {
  margin-top: 0px;
  margin-bottom: 40px;
}

.animate {
  -webkit-animation: fadeInUp 0.8s ease-in-out forwards;
          animation: fadeInUp 0.8s ease-in-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media not all and (min-width: 768px) {
  .bl_problem {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 0;
  }
  .bl_problem_img:nth-child(4) {
    margin-top: -20px;
  }
}
.bl_menuCont {
  display: grid;
  row-gap: 40px;
}

.bl_menuCont .el_ttl,
.bl_about .el_ttl {
  margin-bottom: 40px;
  color: #00AFCC;
  line-height: 200%;
  margin: 0 0 5px 0;
  font-size: 2.5rem !important;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  font-weight: 500;
}
.bl_menuCont .el_txt,
.bl_about .el_txt {
  margin-bottom: 60px !important;
  text-align: center;
  line-height: 30px;
}

.bl_message .el_txt {
  text-align: left;
}

.bl_menuWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_menu_txtWrap {
  border: 1px solid #ecd8be;
  padding: 50px 4.1666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  position: relative;
}

.bl_menu,
.bl_option {
  font-family: "HiraMinProN-W3", "HGS明朝E", "MS Ｐ明朝", "MS PMincho", serif;
  color: #7c6449;
  font-size: 1.3125rem;
}
.bl_menu_ttl,
.bl_option_ttl {
  font-weight: 700;
  padding-bottom: 10px;
}
.bl_menu_ttl .min,
.bl_option_ttl .min {
  font-size: 1rem;
  margin-right: 1em;
}
.bl_menu_txt,
.bl_option_txt {
  color: #7c6449;
  line-height: 1.5;
}
.bl_menu_txt .lead,
.bl_option_txt .lead {
  font-size: 0.875rem;
  line-height: 1.6;
  padding-top: 10px;
}
.bl_menu_price,
.bl_option_price {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
  color: #7c6449;
  margin-top: 10px;
}
.bl_menu img,
.bl_option img {
  padding: 0 50px;
  width: 40px;
}

.bl_option_head {
  font-weight: 700 !important;
  font-family: Verdana, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 40px;
  margin-bottom: 13px;
  display: block;
}

.bl_option .bl_menu_txtWrap {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

@media not all and (min-width: 992px) {
  .bl_menuCont .el_ttl,
  .bl_about .el_ttl {
    font-size: 1.875rem !important;
    margin-bottom: 20px;
  }
  .bl_menu_txtWrap {
    padding: 20px 8.064516129%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .bl_option .bl_menu_txtWrap {
    padding: 30px 0 34px 0;
  }
  .bl_option img {
    padding: 0;
    margin: 0 auto;
  }
  .bl_option .el_priceBig {
    text-align: center;
  }
}
@media not all and (min-width: 768px) {
  .bl_menuCont {
    row-gap: 30px;
  }
  .bl_menuCont .el_ttl,
  .bl_about .el_ttl {
    font-size: 1.875rem !important;
    margin-bottom: 0;
    font-weight: 900;
  }
  .bl_menuCont .el_txt {
    margin-bottom: 30px !important;
  }
  .bl_about .el_txt {
    margin-bottom: 10px !important;
  }
  .bl_menu_txt {
    position: relative;
    font-size: 14px;
    text-align: center;
  }
  .bl_menu_txt:nth-of-type(2) {
    margin-top: 40px;
  }
  .bl_option {
    font-size: 1.125rem;
  }
  .bl_option_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: column;
    text-align: center;
    line-height: 1.6;
  }
  .bl_option_txt .lead {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .bl_menu,
  .bl_option {
    font-size: 1rem;
  }
  .bl_menu_ttl .min,
  .bl_option_ttl .min {
    font-size: 0.75rem;
  }
  .bl_menu .bl_menu_txtWrap,
  .bl_option .bl_menu_txtWrap {
    padding: 30px 7px 34px 7px;
  }
  .bl_menuWrap {
    row-gap: 20px;
  }
}
.bl_form .error {
  width: 100% !important;
  font-size: 0.875rem;
  color: #f00;
}
.bl_form .error__gray {
  color: #8e8e8e;
}

.bl_form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #eee;
  padding: 1.5rem 0;
}
.bl_form_row:last-of-type {
  border-bottom: 1px solid #eee;
}
.bl_form_row__txt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.bl_form_rowWrapper {
  padding: 60px 0;
}

.bl_form_header {
  width: 320px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_form_header__vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bl_form_body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 2rem;
}

.bl_form_body__block {
  display: block;
}

.bl_form_body__typeIndustry .bl_select:nth-of-type(2) {
  margin-left: 20px;
}

.bl_form_row__zip .bl_form_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_form_row__zip .zipsymbol {
  margin-right: 1rem;
}

.bl_form_column {
  border-top: 1px solid #eee;
  padding: 1.5rem 0;
}
.bl_form_column .bl_form_header {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.bl_form_column .bl_form_header .el_q_num {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bl_form_column .bl_form_header .el_required {
  margin-left: 10px;
  display: inline-block;
}
.bl_form_column:last-of-type {
  border-bottom: 1px solid #eee;
}
.bl_form_column .bl_form_body {
  margin-left: 0;
}

/* 注意事項 */
.bl_precautions {
  margin-top: 80px;
  padding: 40px 100px 50px;
  border: 1px solid #000;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.bl_precautions_ttl {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}

.bl_list {
  width: 100%;
  padding-left: 1em;
}

.bl_bigCheckbox {
  font-size: 1.25rem;
  margin: 20px auto 0 auto;
  text-align: center;
}
.bl_bigCheckbox span {
  font-weight: 700;
}
.bl_bigCheckbox + .error {
  text-align: center;
}

.mw_wp_form_confirm .bl_premiumId {
  margin-left: 10px;
}
.mw_wp_form_confirm .bl_premiumId::before {
  content: "【";
}
.mw_wp_form_confirm .bl_premiumId::after {
  content: "】";
}

@media screen and (max-width: 992px) {
  .bl_form_body__typeIndustry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_form_body__typeIndustry .bl_select:nth-of-type(2) {
    margin-top: 10px;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .bl_form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bl_form_rowWrapper {
    padding: 30px 0;
  }
  .bl_form_header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bl_form_header .el_required,
  .bl_form_header .el_optional {
    margin-left: 5px;
  }
  .bl_form_body {
    margin: 10px 0 0 0;
  }
  /* 注意事項 */
  .bl_cautions p {
    font-size: 0.875rem;
  }
  .bl_precautions {
    margin-top: 40px;
    padding: 30px 20px 30px;
    width: 100%;
  }
  .bl_precautions p {
    font-size: 0.875rem;
  }
  .bl_precautions_ttl {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
  .bl_bigCheckbox {
    margin: 10px auto 0 auto;
  }
}
.bl_messageWrap {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bl_messageWrap img {
  width: 40%;
}

.bl_message {
  width: 100%;
}

@media not all and (min-width: 768px) {
  .bl_messageWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_messageWrap img {
    width: 80%;
    margin-bottom: 30px;
  }
}
.el_button {
  color: #333;
}

.el_labelRed {
  font-family: "HiraMinProN-W3", "HGS明朝E", "MS Ｐ明朝", "MS PMincho", serif;
  padding: 10px 15px 10px 20px;
  color: #fff;
  background-color: #e78711;
  margin-left: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.el_labelBlue {
  font-family: "HiraMinProN-W3", "HGS明朝E", "MS Ｐ明朝", "MS PMincho", serif;
  padding: 10px 15px 10px 20px;
  color: #fff;
  background-color: #1a8098;
  margin-left: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 1rem;
}

.el_priceBig {
  font-weight: 700;
  font-size: 2.375rem;
  position: relative;
  top: -1px;
  letter-spacing: 2px;
  display: inline-block;
  margin-left: 20px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.el_priceBig__noPrice {
  text-decoration: line-through;
  text-decoration-color: red;
  margin-bottom: 14px;
}

@media not all and (min-width: 768px) {
  .el_priceBig {
    font-size: 2rem;
    margin-left: 0;
  }
  .el_priceBig__noPrice {
    margin-bottom: 20px;
  }
  .el_labelRed,
  .el_labelBlue {
    padding: 0px 9px 2px 12px;
    display: inline-block;
    margin-left: 0;
    font-size: 0.875rem;
    display: table;
    margin-right: 0;
  }
}
.el_lev1Header {
  color: #111;
  font-size: 2.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.el_lev1Header .sub {
  display: block;
  font-size: 1.5rem;
  color: #666;
  font-weight: 500;
  line-height: 1;
}
.el_lev1Header + [class^=bl_link] {
  margin-top: 60px;
}

.el_lev2Header {
  color: #111;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.el_lev2Header + [class^=bl_] {
  margin-top: 10px;
}

.el_topTitle {
  color: #111;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.875rem;
}
.el_topTitle + [class^=bl_] {
  margin-top: 10px;
}

.el_inputText,
.el_datepicker {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 1rem;
}

.el_select {
  padding: 1rem;
  width: 100%;
}

.el_selectWrap {
  position: relative;
  display: block;
  width: min(100%, 300px);
  border: 1px solid #ccc;
}
.el_selectWrap:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #333;
  content: "";
  position: absolute;
  right: 4px;
  /* top: 21px; */
  width: 4px;
  height: 4px;
  display: block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50.5%;
  pointer-events: none;
}

.el_select_req {
  padding: 1rem;
  width: 100%;
  position: relative;
  display: block;
  width: max(100%, 300px);
  border: 1px solid #ccc;
}

.el_select_reqWrap {
  position: relative;
  display: block;
  width: min(100%, 300px);
}
.el_select_reqWrap:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #333;
  content: "";
  position: absolute;
  right: 4px;
  /* top: 21px; */
  width: 4px;
  height: 4px;
  display: block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50.5%;
  pointer-events: none;
}

.el_inputText {
  background-color: #fff;
}

.el_datepicker {
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
}

.el_inputTextWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.el_inputTextWrapper__vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.el_inputTextWrapper__vertical > * + * {
  margin-top: 10px;
}

.el_inputText__small {
  max-width: 310px;
}

.el_inputText__xsmall {
  max-width: 110px;
}

.el_inputText__half {
  max-width: 50%;
}

.el_inputRadio {
  display: none;
}
.el_inputRadio + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.el_inputRadio + span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 200px;
  position: relative;
  margin-right: 5px;
}
.el_inputRadio + span:after {
  content: "";
}
.el_inputRadio:checked + span:after {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #3781d9;
  border-radius: 200px;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el_inputRadioWrapper,
.el_inputRadioTxtWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.el_inputRadioWrapper.col04 .mwform-radio-field,
.el_inputRadioWrapper.col04 .mwform-checkbox-field,
.el_inputRadioTxtWrapper.col04 .mwform-radio-field,
.el_inputRadioTxtWrapper.col04 .mwform-checkbox-field {
  margin: 0;
  width: calc(25% - 5px);
}
.el_inputRadioWrapper.col04 .mwform-radio-field:nth-of-type(n+5),
.el_inputRadioWrapper.col04 .mwform-checkbox-field:nth-of-type(n+5),
.el_inputRadioTxtWrapper.col04 .mwform-radio-field:nth-of-type(n+5),
.el_inputRadioTxtWrapper.col04 .mwform-checkbox-field:nth-of-type(n+5) {
  margin-top: 5px;
}
.el_inputRadioWrapper.col04 .mwform-radio-field:not(:nth-of-type(4n)),
.el_inputRadioWrapper.col04 .mwform-checkbox-field:not(:nth-of-type(4n)),
.el_inputRadioTxtWrapper.col04 .mwform-radio-field:not(:nth-of-type(4n)),
.el_inputRadioTxtWrapper.col04 .mwform-checkbox-field:not(:nth-of-type(4n)) {
  margin-right: 5px;
}
.el_inputRadioWrapper.lastLong .mwform-checkbox-field:last-of-type,
.el_inputRadioTxtWrapper.lastLong .mwform-checkbox-field:last-of-type {
  width: auto;
}
.el_inputRadioWrapper > label + label,
.el_inputRadioTxtWrapper > label + label {
  margin-left: 1rem;
}
.el_inputRadioWrapper.column,
.el_inputRadioTxtWrapper.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.el_inputRadioTxtWrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.el_inputRadioTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el_inputRadioTxt__vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.el_inputCheck {
  display: none;
}
.el_inputCheck + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.el_inputCheck + span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  position: relative;
  margin-right: 5px;
}
.el_inputCheck + span:after {
  content: "";
}
.el_inputCheck:checked + span:after {
  position: absolute;
  top: 7px;
  left: 6px;
  width: 7px;
  height: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: none;
  border-right: 3px solid #3781d9;
  border-bottom: 3px solid #3781d9;
}

.el_submit {
  display: block;
  width: 100%;
  max-width: 320px;
  background-color: #c00;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  font-size: 1.25rem;
  line-height: 1;
  padding: 1.5rem 0;
  letter-spacing: 2px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.el_submit:hover {
  opacity: 0.65;
}
.el_submit + .el_submit {
  margin-left: 20px;
}

.el_submit__nega {
  background-color: #aaa;
  color: #fff;
}

.el_submitWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.el_txtLink {
  border-bottom: 1px solid #000;
}
.el_txtLink .icon {
  margin: 0 2px 7px 1px;
}

.el_required {
  font-size: 0.875rem;
  color: #fff;
  background-color: #f69429;
  line-height: 1;
  padding: 3px 6px 5px 5px;
  border-radius: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.el_optional {
  font-size: 0.875rem;
  color: #fff;
  background-color: #717171;
  line-height: 1;
  padding: 3px 6px 5px 5px;
  border-radius: 3px;
}

.el_note {
  margin: 1px 0 0 0 !important;
  font-size: 0.875rem;
  color: #777;
  text-indent: -1em;
  padding-left: 1em;
}

.el_note__red {
  color: #f00;
  width: 100%;
}

.el_note__fullwidth {
  width: 100%;
  display: block;
}

.el_border {
  display: block;
  margin: 20px 0;
  height: 1px;
  background-color: #eee;
}

.el_tag {
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #e83828;
}

.el_tag__blue {
  color: #00a0e9;
}

.el_indent_txt {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 992px) {
  .el_inputRadioWrapper.col04 .mwform-radio-field,
  .el_inputRadioWrapper.col04 .mwform-checkbox-field,
  .el_inputRadioTxtWrapper.col04 .mwform-radio-field,
  .el_inputRadioTxtWrapper.col04 .mwform-checkbox-field {
    margin: 0;
    width: calc(50% - 5px);
  }
  .el_inputRadioWrapper.col04 .mwform-radio-field:nth-of-type(n+3),
  .el_inputRadioWrapper.col04 .mwform-checkbox-field:nth-of-type(n+3),
  .el_inputRadioTxtWrapper.col04 .mwform-radio-field:nth-of-type(n+3),
  .el_inputRadioTxtWrapper.col04 .mwform-checkbox-field:nth-of-type(n+3) {
    margin-top: 5px;
  }
  .el_inputRadioWrapper.col04 .mwform-radio-field:not(:nth-of-type(2n)),
  .el_inputRadioWrapper.col04 .mwform-checkbox-field:not(:nth-of-type(2n)),
  .el_inputRadioTxtWrapper.col04 .mwform-radio-field:not(:nth-of-type(2n)),
  .el_inputRadioTxtWrapper.col04 .mwform-checkbox-field:not(:nth-of-type(2n)) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .el_lev1Header {
    font-size: 1.5rem;
  }
  .el_lev1Header .sub {
    font-size: 0.875rem;
  }
  .el_lev2Header {
    font-size: 1.125rem;
  }
  .el_topTitle {
    font-size: 1.25rem;
  }
  .el_inputRadioWrapper,
  .el_inputRadioTxtWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .el_inputRadioWrapper.col04 .mwform-radio-field,
  .el_inputRadioWrapper.col04 .mwform-checkbox-field,
  .el_inputRadioTxtWrapper.col04 .mwform-radio-field,
  .el_inputRadioTxtWrapper.col04 .mwform-checkbox-field {
    width: 100%;
  }
  .el_inputRadioWrapper.col04 .mwform-radio-field:nth-of-type(n+2),
  .el_inputRadioWrapper.col04 .mwform-checkbox-field:nth-of-type(n+2),
  .el_inputRadioTxtWrapper.col04 .mwform-radio-field:nth-of-type(n+2),
  .el_inputRadioTxtWrapper.col04 .mwform-checkbox-field:nth-of-type(n+2) {
    margin-top: 2px;
  }
  .el_inputRadioTxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .el_border {
    margin: 15px 0 10px;
  }
}
.el_priceRow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.el_arrow {
  padding-right: 1em;
  padding-left: 1em;
}

@media not all and (min-width: 992px) {
  .el_arrow {
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    top: calc(50% - 11px);
    left: 50%;
  }
}
@media not all and (min-width: 768px) {
  .el_arrow {
    top: 120%;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
  display: block;
}

.bold {
  font-weight: 700 !important;
  font-family: Verdana, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.hp_brmd,
.hp_brsp {
  display: none;
}

.red {
  color: #dc0101;
}

.beige {
  color: #deb887;
}

.hp_liner_radWrap {
  display: block;
}

.hp_liner_rad {
  font-family: Verdana, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  background: #C16760;
  color: #fff;
  line-height: 2.2;
  padding: 5px 15px;
  font-size: 1rem;
}

@media not all and (min-width: 992px) {
  .hp_brmd {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .hp_brsp {
    display: block;
  }
  .hp_liner_rad {
    font-size: 0.875rem;
    padding: 3px 10px;
    line-height: 1.4;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto auto 10px;
  }
}
.pc .home .animation_element {
  opacity: 1;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js_fadeInUp01 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.js_animate_fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 0.8s ease-in-out forwards;
          animation: fadeInUp 0.8s ease-in-out forwards;
}

.js_fadeInUp02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.js_fadeInUp03 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.js_fadeInUp04 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.js_fadeInUp05 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.js_fadeInUp06 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.js_fadeInUp07 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.js_fadeInUp08 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.js_fadeInUp09 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.js_fadeInUp010 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.post_content p {
  margin: 0 !important;
}

#index_content2 .catchphrase {
  margin-bottom: 70px;
}

.page-id-57 .post_content dl {
  margin-bottom: 0 !important;
}

.single #left_col {
  margin: 0 auto;
  float: none;
}

@media not all and (min-width: 992px) {
  #logo_image_mobile {
    overflow: hidden;
    width: 120px;
  }
  a.menu_button {
    top: 0;
  }
  #logo_image_mobile {
    float: none;
    margin: auto;
  }
  #footer_logo img {
    max-width: 150px;
  }
}/*# sourceMappingURL=style.css.map */