@charset "UTF-8";
html {
  color: #0037a8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.is-fixed {
  position: fixed;
}

img {
  max-width: 100%;
}

ul,
ol,
li {
  list-style: none;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

a,
button {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.7;
}

.dib {
  display: inline-block;
}

.is-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.color-red {
  color: red !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .header {
    background-color: #fff;
  }
}

.header.is-top {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .header.is-top {
    background-color: #fff;
  }
}

.header-inner {
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .header-inner {
    padding: 14px 20px;
  }
}

.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  width: 47px;
  display: block;
}

@media screen and (min-width: 768px) {
  .header-logo {
    width: 60px;
    margin-right: 30px;
  }
}

.header-nav {
  display: none;
}

.header-nav a {
  text-decoration: none;
  font-weight: bold;
  color: #0037a8;
  position: relative;
  padding-bottom: 5px;
  margin-right: 30px;
  font-size: 15px;
}

.header-nav a:before {
  height: 2px;
  width: 20px;
  content: "";
  display: block;
  background-color: #0037a8;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-contact {
  display: none;
}

@media screen and (min-width: 768px) {
  .header-contact {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .header-contact img {
    height: 100%;
    width: auto;
  }
}

.hamburger-btn {
  width: 28px;
  position: relative;
  height: 18px;
}

@media screen and (min-width: 768px) {
  .hamburger-btn {
    display: none;
  }
}

.hamburger-btn span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
}

.hamburger-btn span:nth-child(1) {
  top: 0;
  left: 0;
}

.hamburger-btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.hamburger-btn span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.hamburger-close {
  position: absolute;
  right: 5px;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.hamburger-close span {
  width: 27px;
  display: block;
  background-color: #fff;
  height: 2px;
  position: absolute;
}

.hamburger-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 0;
}

.hamburger-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  top: 0;
  right: 2px;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  display: none;
  height: 100%;
}

.hamburger-menu:before {
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
}

.hamburger-menu-inner {
  padding: 72px 50px 40px;
  position: relative;
  max-height: 100%;
  border-radius: 5px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.hamburger-menu-nav {
  margin-bottom: 42px;
}

.hamburger-menu-nav-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  display: block;
  max-width: 260px;
  margin: 0 auto 20px;
}

.hamburger-menu-nav a {
  position: relative;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 40px;
  font-size: 20px;
}

.hamburger-menu-nav a:before {
  height: 2px;
  width: 20px;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hamburger-menu a {
  color: #fff;
}

/* =====================
  mv
===================== */
.mv {
  position: relative;
}

.mv-inner {
  background: url("../images/mv_bg_sp.jpg") no-repeat center/cover;
  padding: 70px 15px 30px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mv-inner {
    background: url("../images/mv_bg_pc.jpg") no-repeat center/cover;
    padding: 256px 70px 260px 48%;
  }
}

.mv-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .mv-main {
    display: block;
    margin-bottom: 40px;
  }
}

.mv-fee {
  width: 39px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .mv-fee {
    width: 83%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.mv-ttl {
  width: 128px;
}

@media screen and (min-width: 768px) {
  .mv-ttl {
    width: 100%;
  }
}

.mv-subttl {
  width: 267px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mv-subttl {
    width: 69%;
    margin-left: 0;
    margin-right: auto;
  }
}

.mv-scroll {
  position: absolute;
  width: 17px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .mv-scroll {
    bottom: 10px;
    left: 50%;
    right: auto;
    top: auto;
    width: 23px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.mv-order {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mv-order {
    width: 180px;
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
}

/* =====================
  contents
===================== */
.contents-section {
  position: relative;
}

.contents-section + .contents-section {
  margin-top: 106px;
}

.contents-bg {
  position: absolute;
  z-index: -1;
}

.contents-inner {
  padding: 0 30px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contents-inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}

.contents-ttl {
  width: 66vw;
  margin: 0 auto 20px;
}

.contents-ttl-en {
  width: 96px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .contents-ttl-en {
    width: 160px;
    position: absolute;
    left: -140px;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .contents-ttl {
    width: auto;
    height: 32px;
    text-align: center;
    margin-bottom: 26px;
  }
  .contents-ttl img {
    width: auto;
    height: 100%;
  }
}

.contents-lead {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 2.2;
}

@media screen and (min-width: 768px) {
  .contents-lead {
    font-size: 17px;
  }
}

.contents-col {
  margin-bottom: 70px;
}

.contents-col:last-child {
  margin-bottom: 0;
}

.col-ttl {
  font-size: 21px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .col-ttl {
    font-size: 26px;
  }
}

.col-subttl {
  text-align: center;
  font-size: 10px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .col-subttl {
    font-size: 12px;
  }
}

.campaign-link {
  display: block;
  margin-top: 17px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .campaign-link {
    max-width: 890px;
    margin: 50px auto 114px;
  }
}

/* =====================
  quality
===================== */
.quality .contents-bg:nth-child(1) {
  width: 130px;
  left: 0;
  top: -200px;
}

@media screen and (min-width: 768px) {
  .quality .contents-bg:nth-child(1) {
    width: 260px;
  }
}

.quality .contents-bg:nth-child(2) {
  right: 0;
  top: 50%;
  width: 130px;
}

@media screen and (min-width: 768px) {
  .quality .contents-bg:nth-child(2) {
    width: 260px;
  }
}

.quality-txt {
  font-size: 12px;
  line-height: 2.2;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .quality-txt {
    font-size: 15px;
  }
}

.quality-col {
  margin-bottom: 30px;
}

.quality-col:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .quality-col {
    margin-bottom: 0;
    width: calc(50% - 20px);
  }
  .quality-col:nth-child(even) {
    margin-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .quality-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.quality-movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.quality-movie-wrap {
  height: 0;
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}

.quality-movie-wrap video {
  width: 100%;
}

.quality-movie-txt {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .quality-movie-txt {
    font-size: 18px;
  }
}

/* =====================
  support
===================== */
.support .contents-bg:nth-child(1) {
  width: 130px;
  left: 0;
  top: -200px;
}

@media screen and (min-width: 768px) {
  .support .contents-bg:nth-child(1) {
    width: 260px;
  }
}

.support .contents-bg:nth-child(2) {
  right: 0;
  top: 50%;
  width: 130px;
}

@media screen and (min-width: 768px) {
  .support .contents-bg:nth-child(2) {
    width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .support .contents-inner {
    max-width: 830px;
  }
  .support .contents-inner .contents-ttl-en {
    left: -320px;
  }
}

.support-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 275px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .support-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
    position: relative;
    right: -10px;
  }
}

.support-list > li {
  width: calc(50% - 18px);
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .support-list > li {
    width: calc(25% - 20px);
    margin-right: 20px;
  }
}

.support-list > li:nth-child(even) {
  margin-left: 36px;
}

@media screen and (min-width: 768px) {
  .support-list > li:nth-child(even) {
    margin-left: 0;
  }
}

.att-txt {
  font-size: 11px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .att-txt {
    font-size: 14px;
  }
}

.ta-center {
  text-align: center;
}

/* =====================
  easy
===================== */
.easy .contents-bg {
  position: absolute;
  left: 0;
  top: -200px;
  width: 130px;
}

@media screen and (min-width: 768px) {
  .easy .contents-bg {
    width: 260px;
  }
}

.easy-list {
  padding: 35px 0 35px 65px;
  background: url("../images/easy_flow_sp.png") no-repeat left center/auto 100%;
}

@media screen and (min-width: 768px) {
  .easy-list {
    padding: 55px 10px 0;
    background: url("../images/easy_flow_pc.png") no-repeat left top/100% auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.easy-list > li {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.easy-list > li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .easy-list > li {
    width: calc((100% - 75px) / 6);
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
}

.easy-list-img {
  width: 120px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .easy-list-img {
    width: auto;
  }
}

.easy-list-detail {
  margin-left: 10px;
}

.easy-list-ttl {
  font-size: 15px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .easy-list-ttl {
    font-size: 18px;
  }
}

.easy-list-txt {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .easy-list-txt {
    font-size: 16px;
  }
}

.easy-wrapping {
  padding: 0 30px;
}

@media screen and (min-width: 768px) {
  .easy-wrapping {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.easy-wrapping-col {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .easy-wrapping-col {
    width: calc((100% - 40px) / 3);
  }
}

.easy-wrapping-txt {
  margin-top: 16px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .easy-wrapping-txt {
    font-size: 15px;
  }
}

/* =====================
  ご注文案内
===================== */
.order {
  background: #f2f5fb;
  padding-top: 70px;
  padding-bottom: 70px;
}

.order-attention {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .order-attention {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 50px;
  }
}

.order-attention-ttl {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .order-attention-ttl {
    padding-right: 80px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 18px;
  }
}

.order-attention-ttl:before {
  display: block;
  content: "";
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 0;
  left: 50%;
  border-color: #0037a8;
}

@media screen and (min-width: 768px) {
  .order-attention-ttl:before {
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    width: 18px;
    height: 18px;
    right: 20px;
    left: auto;
    bottom: auto;
    top: calc(50% - 2px);
  }
}

.order-attention-check {
  padding-left: 40px;
  background: url("../images/check.png") no-repeat left top/30px auto;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 30px;
}

@media screen and (min-width: 768px) {
  .order-attention-check {
    background-size: 40px auto;
    background-position: left center;
    font-size: 18px;
    padding: 10px 0 10px 60px;
    margin-bottom: 0;
  }
}

.order-attention-check:last-child {
  margin-bottom: 0;
}

.order-attention-kai {
  width: 25px;
  display: inline-block;
  margin: 0 2px;
}

@media screen and (min-width: 768px) {
  .order-attention-kai {
    width: 40px;
    margin-top: 2px;
  }
}

.order-anchor {
  background: #0037a8;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 18px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  margin-bottom: 6px;
}

.order-anchor:before {
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  position: absolute;
  bottom: 8px;
  left: 50%;
  border-color: #fff;
}

.order-anchor-wrap {
  margin-bottom: 70px;
}

.order-heading {
  border-bottom: 2px solid #0037a8;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 6px;
  text-align: center;
  margin-bottom: 28px;
}

@media screen and (min-width: 768px) {
  .order-heading {
    font-size: 28px;
  }
}

.order-course {
  background-color: #d9e1f2;
  padding: 10px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .order-course {
    margin-bottom: 30px;
    padding: 20px;
  }
}

.order-course-name {
  font-weight: bold;
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .order-course-name {
    display: inline-block;
    font-size: 22px;
  }
}

.order-course-sub {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .order-course-sub {
    font-size: 16px;
    border-left: 1px solid #b2c3e5;
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
  }
}

.order-course-flow {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  .order-course-flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.order-course-flow > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 18px;
}

.order-course-flow > li:before {
  display: block;
  content: "";
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  position: absolute;
  width: 8px;
  height: 8px;
  top: 100%;
  left: calc(41% + 20px);
  border-color: #0037a8;
}

.order-course-flow > li:last-child {
  margin-bottom: 0;
}

.order-course-flow > li:last-child:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .order-course-flow > li {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .order-course-flow > li:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 40%;
    left: calc(100% + 5px);
  }
  .order-course-flow > li:nth-child(4n) {
    margin-right: 0;
  }
  .order-course-flow > li:nth-child(4n):before {
    display: none;
  }
}

.order-course-img {
  width: 41%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .order-course-img {
    width: 100%;
  }
}

.order-course-txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 15px;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .order-course-txt {
    margin-left: 0;
    font-size: 18px;
  }
}

.order-section + .order-section {
  margin-top: 75px;
}

@media screen and (min-width: 768px) {
  .order-section + .order-section {
    margin-top: 150px;
  }
}

.order-col + .order-col {
  margin-top: 28px;
}

@media screen and (min-width: 768px) {
  .order-col + .order-col {
    margin-top: 50px;
  }
}

.order-col-heading {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .order-col-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.order-col-ctt {
  border: 1px solid #0037a8;
  background-color: #fff;
  font-size: 12px;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .order-col-ctt {
    font-size: 15px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .order-col-ctt-chipped {
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order-col-ctt-chipped .order-col-img {
    width: 320px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.order-col-ctt-heading {
  position: relative;
  margin: 10px auto;
  left: -15px;
  width: calc(100% + 30px);
  background-color: #0037a8;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 3px 15px;
}

@media screen and (min-width: 768px) {
  .order-col-ctt-heading {
    width: calc(100% + 40px);
    left: -20px;
    font-size: 20px;
  }
  .order-col-ctt-heading:first-child {
    margin-top: 0;
  }
}

.order-col-ctt p + p {
  margin-top: 10px;
}

.order-col-ctt .small {
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .order-col-ctt .small {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .order-col-size + .order-col-size {
    margin-top: 30px;
  }
  .order-col-top {
    padding: 20px;
    border-right: 1px solid #0037a8;
    width: 420px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .order-col-bottom {
    padding: 0 20px 20px;
  }
}

.order-col-img {
  margin-bottom: 10px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .order-col-img {
    display: inline-block;
    margin: 0;
  }
}

.order-col-bold {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .order-col-bold {
    font-size: 17px;
  }
}

.order-table {
  border: 1px solid #0037a8;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .order-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 18px;
  }
  .order-table th,
  .order-table td {
    border-top: 1px solid #b2c3e5;
    border-right: 1px solid #b2c3e5;
    font-weight: bold;
    vertical-align: middle;
  }
  .order-table th {
    padding: 10px 15px;
  }
  .order-table td {
    padding: 12px 5px;
    text-align: center;
  }
  .order-table td.order-price {
    padding-right: 180px;
  }
}

.order-table-head {
  background-color: #0037a8;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .order-table-head {
    font-size: 20px;
    text-align: left;
  }
}

.order-table-subhead {
  padding: 10px;
  background-color: #d9e1f2;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.order-table-subhead .small {
  font-weight: normal;
  font-size: 12px;
}

.order-table-data {
  text-align: center;
  padding: 15px;
}

.order-price {
  font-size: 33px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .order-price {
    position: relative;
    font-size: 28px;
  }
  .order-price .order-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.order-price .delivery-fee {
  font-size: 20px;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .order-price .delivery-fee {
    font-size: 18px;
  }
}

.order-price .delivery-self {
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .order-price .delivery-self {
    font-size: 15px;
  }
}

.order-price .tax {
  font-size: 20px;
  margin-left: 3px;
}

@media screen and (min-width: 768px) {
  .order-price .tax {
    font-size: 18px;
  }
}

.order-btn {
  background-color: #ffe700;
  color: #0037a8;
  text-decoration: none;
  font-weight: bold;
  padding: 13px 10px;
  font-size: 18px;
  border-radius: 25px;
  width: 100%;
  max-width: 260px;
  display: block;
  margin: 10px auto 0;
  text-align: center;
}

.order-btn.double-txt-btn {
  line-height: 1.35;
  border-radius: 35px;
}

.order-btn.double-txt-btn .btn-att-txt {
  font-size: 11px;
  padding-top: 5px;
}

@media screen and (min-width: 768px) {
  .order-btn {
    display: inline-block;
    font-size: 16px;
    max-width: 160px;
    padding: 10px 5px;
    margin: 0;
  }

  .order-btn.double-txt-btn .btn-att-txt {
    font-size: 12px;
  }
}

.order-agreement {
  color: #d82b00;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  text-decoration: underline;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .order-agreement {
    margin-bottom: 40px;
  }
}

.inquiry.contents-section {
  margin-top: 0;
  background-color: #d9e1f2;
  padding-top: 70px;
  padding-bottom: 70px;
}

.inquiry-container {
  background-color: #fff;
  border: 1px solid #0037a8;
}

@media screen and (min-width: 768px) {
  .inquiry-container {
    display: table;
    width: 100%;
  }
}

.inquiry-col {
  text-align: center;
  padding: 20px;
}

.inquiry-col + .inquiry-col {
  border-top: 1px solid #d9e1f2;
}

@media screen and (min-width: 768px) {
  .inquiry-col + .inquiry-col {
    border-top: 0;
    border-left: 1px solid #d9e1f2;
  }
}

@media screen and (min-width: 768px) {
  .inquiry-col {
    display: table-cell;
    width: 50%;
    padding: 50px;
  }
  .inquiry-col .order-btn {
    max-width: 300px;
    margin-top: 20px;
  }
}

.inquiry-icon {
  width: 60px;
  margin: 0 auto 10px;
}

@media screen and (min-width: 768px) {
  .inquiry-icon {
    width: 80px;
  }
}

.inquiry-ttl {
  font-size: 17px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .inquiry-ttl {
    font-size: 22px;
  }
}

.inquiry-tel-num {
  font-size: 35px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .inquiry-tel-num {
    font-size: 40px;
  }
}

.inquiry-txt {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .inquiry-txt {
    font-size: 15px;
  }
}

.footer {
  background-color: #fff;
}

.footer-inner {
  padding: 20px 10px;
}

@media screen and (min-width: 768px) {
  .footer-inner {
    padding: 30px;
  }
}

.footer-top-link {
  background-color: #0037a8;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 40px;
}

@media screen and (min-width: 768px) {
  .footer-top-link {
    width: 40px;
    height: 40px;
  }
}

.footer-top-link span {
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  top: calc(50% + 2px);
  left: calc(50% - 4px);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.footer-copy {
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-copy {
    font-size: 14px;
  }
}

.footer-banner-area {
  margin: 40px calc(50% - 50vw) 70px;
}

@media screen and (min-width: 768px) {
  .footer-banner-area {
    max-width: 1060px;
    margin: 40px auto 70px;
  }
}

.footer-banner-wrap {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer-banner-wrap {
    width: 70%;
    margin: 20px auto 0;
  }
}

.footer-banner-wrap:first-child {
  margin-top: 0px;
}

.footer-banner-wrap img {
  width: 100%;
  height: auto;
}

.agreement-content {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .agreement-content {
    font-size: 16px;
  }
}

.agreement-content strong {
  font-weight: bold;
}

.agreement-content .paragraph {
  margin-bottom: 20px;
}

.agreement-list {
  padding-left: 20px;
}

.agreement-list > li {
  list-style: circle;
  margin-bottom: 10px;
}

/* ==============================
  module/modal
================================= */
.modal-header {
  padding: 40px 20px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .modal-header {
    padding: 72px 50px 0;
  }
}

.modal-title {
  text-align: center;
  width: 65px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .modal-title {
    width: 91px;
  }
}

.modal-container {
  background-color: #fff;
  border-radius: 25px;
  max-width: 1000px;
  width: 100%;
  height: 80%;
  overflow: auto;
}

.modal-content {
  padding: 15px 15px;
  line-height: 1.7;
  color: #0037a8;
}

@media screen and (min-width: 768px) {
  .modal-content {
    padding: 30px 70px 50px;
  }
}

@media screen and (min-width: 768px) {
  .modal-content .order-btn {
    max-width: 260px;
    margin: 40px auto 0;
    display: block;
  }
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .modal-close {
    top: 40px;
    right: 30px;
  }
}

.modal-close span {
  width: 27px;
  display: block;
  background-color: #0037a8;
  height: 2px;
  position: absolute;
}

.modal-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 0;
}

.modal-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  top: 0;
  right: 2px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2d2d2d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
  padding: 15px;
}

.modal-subttl {
  margin-bottom: 12px;
  font-weight: bold;
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/**************************\
  Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
