@charset "UTF-8";
/* CSS Document */
body > header {
  background: #06c;
  padding: 12px 10px; }
body > header > h1 {
  max-width: 1100px;
  margin-inline: auto; }
body > footer .pagetop {
  padding-left: 10px;
  margin-top: 10px; }
  body > footer .pagetop a {
    color: #fff;
    background: #000;
    display: inline-block;
    border-radius: 3px 3px 0 0;
    padding: 10px; }
    body > footer .pagetop a:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: middle;
      margin-right: 10px;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e604"; }
body > footer .inner {
  background: #000;
  padding: 20px 10px;
  text-align: center; }
  body > footer .inner * {
    color: #fff; }
  body > footer .inner a {
    text-decoration: underline; }
    body > footer .inner a:before {
      content: "・"; }
  body > footer .inner small {
    display: block;
    margin-top: 20px;
    font-size: .7em; }

#mainImage {
  max-width: 1100px;
  margin-inline: auto;
  position: relative; }
  #mainImage > h2 {
    border-image-source: linear-gradient(#ffe8f0,#ffe8f0);
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw;}
  #mainImage .copy {
    width: 70%;
    position: absolute;
    right: 10px;
    top: 45%; }
    #mainImage .copy * {
      line-height: 1; }
    #mainImage .copy h3 {
      margin-bottom: 8%; }
    #mainImage .copy li {
      margin-bottom: 3%; }

#container {
  max-width: 1100px;
  margin-inline: auto;
  padding: 10px; }
  #container > section {
    margin-top: 30px; }
    #container > section .hx_1 {
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 10px; }

.cta {
  margin-top: 20px; }
  @media screen and (min-width: 1025px) {
    .cta {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 0 15px;}
  }
  .cta a {
    height: 55px;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    line-height: 55px;
    font-size: 24px; }
  .cta .tel {
    margin-top: 7.5px;
    color: #ff6000; }
    .cta .tel a {
      background-color: #ff6000; }
  .cta .mail {
    margin-top: 7.5px;
    color: #00a2a4; }
    .cta .mail a {
      background-color: #00a2a4;
      letter-spacing: -.1em; }
  .cta .appli {
    margin-top: 7.5px;
    color: #F44336; }
    .cta .appli a {
      background-color: #F44336;
      letter-spacing: -.1em;
      font-size: 1.3em; }

.hx_1 {
  background: #06c;
  padding: 18px 0;
  color: #fff;
  font-size: 1.2em; }

.hx_1:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  margin-right: 10px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e602";
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0;
  margin: -17px 10px -17px 0;
  border-left: 1px solid #005ebc;
  box-shadow: 0 -1px 0 #0d6ecf;
  color: #4d94db;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg); }

.hx_2 {
  border-bottom: 1px solid #00a2a4;
  margin-bottom: 10px; }
  .hx_2 .inner {
    display: inline-block;
    background: #00a2a4;
    padding: 15px 10px;
    color: #fff;
    border-radius: 3px 3px 0 0; }

.hx_3 {
  border-bottom: 1px solid #F44336;
  margin-bottom: 10px; }
  .hx_3 .inner {
    display: inline-block;
    background: #F44336;
    padding: 15px 10px;
    color: #fff;
    border-radius: 3px 3px 0 0; }

.reason {
  counter-reset: reason; }

.hx_reason:before {
  counter-increment: reason;
  content: "選ばれる\a理由　" counter(reason);
  white-space: pre;
  display: inline;
  background: #06c;
  border-radius: 3px;
  padding: 10px 6px 8px;
  line-height: 1.8;
  color: #fff;
  float: left;
  font-size: .8em; }
.hx_reason:after {
  content: ".";
  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  /* 非表示に */ }
.hx_reason .exp {
  display: block;
  font-size: .7em;
  border-bottom: 1px solid #06c;
  padding: 5px 5px 5px 60px;
  margin-bottom: 5px; }
.hx_reason .copy {
  padding-left: 5px;
  color: #06c;
  font-size: 1.5em; }

.specification1 {
  border: 1px solid #00a2a4;
  border-radius: 3px;
  overflow: hidden; }
  .specification1 section {
    border-top: 1px solid #00a2a4; }
    .specification1 section:first-child {
      border-top: none; }
      .specification1 section:first-child .label h2 {
        border-radius: 3px 3px 3px 0; }
  .specification1 .title {
    color: #00a2a4;
    padding: 10px 10px 0;
    font-size: 1.2em; }
  .specification1 .label {
    background: #00a2a4;
    color: #fff;
    height: 41px; }
    .specification1 .label h2 {
      display: inline-block;
      background: #fff;
      color: #00a2a4;
      width: 60px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      vertical-align: top;
      border-radius: 0 3px 3px 0; }
    .specification1 .label p {
      display: inline-block;
      line-height: 1.2;
      padding-top: .3em; }
  .specification1 .content {
    padding: 10px; }

.layout_table {
  background: #ededed;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb; }
  .layout_table dt {
    float: left;
    width: 90px; }
  .layout_table dd {
    padding-left: 90px;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb; }
    .layout_table dd .inner {
      background: #fff; }
  .layout_table .inner {
    padding: 10px; }

.voice:after {
  content: ".";
  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  /* 非表示に */ }
.voice .title {
  color: #ff6000;
  margin-bottom: 10px; }
.voice .content {
  padding: 0 10px 10px 97px;
  margin: 0 -10px 10px;
  border-bottom: 1px solid #dbdbdb; }

.course {
  border: 1px solid #cc0404;
  border-radius: 3px; }
  .course .hx_course {
    background: #cc0404;
    color: #fff;
    padding: 5px;
    line-height: 1.5; }
    .course .hx_course .icon {
      display: inline;
      float: left;
      background: #fff;
      border-radius: 3px;
      color: #cc0404;
      text-align: center;
      padding: 5px;
      margin-right: 5px; }
      .course .hx_course .icon:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: middle;
        margin-right: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e603";
        white-space: pre;
        color: #cc0404;
        display: block;
        font-size: 1.1em;
        text-indent: .6em;
        vertical-align: top; }
  .course section .title {
    padding: 15px 10px;
    border-bottom: 1px solid #cc0404;
    color: #cc0404; }
    .course section .title:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: middle;
      margin-right: 10px;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e605";
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }
  .course section .content {
    padding: 10px; }

[class^=pay_] {
  display: block;
  background: #ff6000;
  width: 65px;
  padding: 15px 0;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-size: .9em;
  border-radius: 3px; }

.pay_post {
  background-color: #cc0404; }

.pay_credit {
  background-color: #ff6000; }

.pay_delivery {
  background-color: #00a2a4;
  padding: 22px 0 23px; }

.pay_bank {
  background-color: #06c; }

#appli .item {
  border: 1px solid #F44336;
  margin: 8px;
  line-height: 1.2em; }

#appli .item.gakka {
  border: 1px solid #1976D2;
  background: #E3F2FD;
}
  #appli .item .item_wrapper {
    margin: 12px; }
  #appli .item .classes {
    box-sizing: border-box;
    display: inline-block;
    padding: 6px 8px;
    font-size: 0.9em; }
  #appli .item .icons {
    font-size: 11px;
    padding: 1px 12px;
    color: #fff;
    border-radius: 4px;
    margin: 2px;
    position: relative;
    top: 4px; }
  #appli .item .recommend {
    background-color: #00C853; }
    #appli .item .limited {
      background-color: #C0004E; }
  #appli .item .hx_4 {
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 8px; }
  
  span.icon_kihon::before {
      content: "\f4ff";
      color: #862600;
      font-family: 'Font Awesome 6 Free';
      font-size: 1.1em;
      font-weight: 900;
      margin: 0 0.3em 0 0.2em;
      position: relative;
  }
  span.icon_gensen::before {
      content: "\f518";
      color: #EF6E3B;
      font-family: 'Font Awesome 6 Free';
      font-size: 1.1em;
      font-weight: 900;
      margin: 0 0.3em 0 0.2em;
      position: relative;
  }
  span.icon_gensen.gensen_01::before {
      color: rgba(239, 110, 59, 0.45);
      font-family: 'Font Awesome 6 Free';
      font-size: 1.1em;
      font-weight: 900;
      margin: 0 0.3em 0 0.2em;
      position: relative;
  }
  span.icon_gensen.gensen_02::before {
      color: rgba(239, 110, 59, 0.75);
      font-family: 'Font Awesome 6 Free';
      font-size: 1.1em;
      font-weight: 900;
      margin: 0 0.3em 0 0.2em;
      position: relative;
  }
  span.icon_gensen.gensen_03::before {
      color: #EF6E3B;
      font-family: 'Font Awesome 6 Free';
      font-size: 1.1em;
      font-weight: 900;
      margin: 0 0.3em 0 0.2em;
      position: relative;
  }
  span.icon_daikou::before {
      content: "\f303";
      color: #13568B;
      font-family: 'Font Awesome 6 Free';
      font-size: 1.1em;
      font-weight: 900;
      margin: 0 0.3em 0 0.2em;
      position: relative;
  }
  #appli .item .hx_4 span.icon_box {
      
    }
  #appli .item .detail_link {
    display: block;
    margin: 24px auto;
    padding: 16px;
    text-align: center;
    width: 50%;
    background-color: #F44336;
    color: #fff;
    font-weight: bold;
    border: 2px solid #B71C1C;
    border-radius: 3px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    color: #fff; }
    @media screen and (min-width: 1025px) {
      #appli .item .detail_link {
        width: 40%;
      }
    }
  #appli .item .attention {
    display: block;
    margin-top: 12px;
    color: #f00;
    font-weight: bold;
    text-align: center; }
  #appli .item .detail_link:before {
    font-weight: normal;
    position: relative;
    right: -24px;
    top: -4px;
    font-size: 22px;
    float: left; }
  #appli .item .description {
    margin-top: 16px; }
    #appli .item .description .toggle {
      display: block;
      margin: 4px 0;
      background-color: #FF8A80;
      color: #fff;
      font-weight: bold;
      padding: 8px;
      border-radius: 3px;
      cursor: pointer; }
    #appli .item .description .toggle:before {
      font-size: 22px;
      font-weight: normal;
      line-height: 0.5;
      position: relative;
      top: 4px;
      margin-right: 8px; }
    #appli .item .description .close {
      display: none; }
    #appli .item .description .note {
      display: block;
      margin: 0;
      line-height: 1.3;
      display: none; }
#appli .single {
  background-color: #FFEBEE; }
#appli .double .classes {
  background: #F44336;
  color: #fff; }
#appli .gakka .classes {
  background: #1976D2;
  color: #fff; }
#appli .single .classes {
  background: #fff;
  color: #F44336;
  border-width: 0 1px 1px 0;
  border-color: #F44336;
  border-style: solid; }

/*# sourceMappingURL=contents.css.map */
