@charset "utf-8";

.fix_cv {
  position: fixed;
  top: 200px;
  right: 0;
  width: 48px;
  z-index: 999;
}

@media screen and (min-width: 761px) {
  a#aa {
    display: inline-block;
    position: absolute;
    padding-left: 16px;
  }

  .campaign_back {
    width: 100%;
    padding: 60px 0;
    background: url('../img/top/back_img.jpg') repeat center 20%;
    /* background-size: cover; */
  }

  .campaign {
    width: 1200px;
    margin: 0 auto;
  }

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

@media screen and (max-width: 760px) {
  .campaign {
    width: 100%;
    margin: 0 auto;
  }

  a#aa {
    display: block;
    padding: 12px 0 0;
  }

  .fix_cv {
    top: auto;
    bottom: 0;
    width: 100%;
  }

  .fix_cv a {
    text-align: center;
    line-height: 60px;
    background: #f8a200;
    color: #FFF;
    font-size: 20px;
    position: relative;
    display: block;
  }

  .fix_cv a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    transition-duration: 200ms;
    z-index: 99;
  }
}

/* 歳末セール */

.section_sale {
  text-align: center;
}

.section_sale h2 {
  width: 576px;
  margin: 0 auto 40px;
}

.section_sale .sub {
  font-size: 30px;
  line-height: 1.0;
  margin-bottom: 14px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
  text-shadow: 1px 1px 0 #e60012, -1px -1px 0 #e60012,
    -1px 1px 0 #e60012, 1px -1px 0 #e60012,
    0px 1px 0 #e60012, 0 -1px 0 #e60012,
    -1px 0 0 #e60012, 1px 0 0 #e60012;
}

.section_sale .main_catch {
  position: relative;
  z-index: 99;
  margin-bottom: -106px;
  font-size: 106px;
  line-height: 106px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: linear-gradient(0deg, #c68200, #dacd2f, #c68200);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_sale .main_catch_b {
  font-size: 106px;
  line-height: 106px;
  margin-bottom: 6px;
  color: #c68200;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0px 2px 0 #FFF, 0 -2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.section_sale .date {
  color: #FFF;
}

.section_sale .date p {
  display: inline-block;
  margin: 0 5px;
}

.section_sale .date .tit {
  color: #e60012;
  font-size: 18px;
  line-height: 1.0;
  background: #FFF;
  padding: 10px 10px 7px;
  font-weight: bold;
}

.section_sale .date .tit span {
  font-size: 48px;
  display: block;
  margin-top: 2px;
}

.section_sale .date .day {
  font-size: 78px;
}

.section_sale .date .day small {
  font-size: 26px;
  width: 43px;
  height: 43px;
  background: #00599c;
  border-radius: 100%;
  line-height: 43px;
  display: inline-block;
  margin-left: 6px;
}

.section_sale .date .day.finish small {
  background: #bf0c00;
}

.section_sale .catch {
  font-size: 85px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.0;
  text-shadow: 1px 1px 0 #e60012, -1px -1px 0 #e60012,
    -1px 1px 0 #e60012, 1px -1px 0 #e60012,
    0px 1px 0 #e60012, 0 -1px 0 #e60012,
    -1px 0 0 #e60012, 1px 0 0 #e60012;
}

.section_sale .catch em {
  font-size: 116px;
}

.section_sale .price_block {
  width: 1000px;
  margin: 24px auto;
}

.section_sale .price_block .tit_price {
  background: url(../img/sale/bg_ribbon.png) top center no-repeat;
  width: 717px;
  height: 115px;
  font-size: 33px;
  color: #FFF;
  margin: 0 auto -30px;
  padding-top: 15px;
  position: relative;
  z-index: 99;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.section_sale .price_block .box {
  border: 6px solid #FFF;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.section_sale .price_block .box::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -188px;
  width: 376px;
  height: 48px;
  background: url(../img/sale/symbol.png) top center no-repeat;
}

.section_sale .price_block table {
  width: 100%;
  background: #1c9a2a;
  border-spacing: 0;
  font-size: 20px;
  font-weight: bold;
}

.section_sale .price_block th {
  background: #1c9a2a;
  color: #FFF;
  font-size: 34px;
  text-align: center;
  line-height: 1.0;
  padding: 20px 0 14px;
  width: 33.3333%;
}

.section_sale .price_block th:nth-child(2) {
  background: #23ac38;
}

.section_sale .price_block td {
  background: #cbe4c1;
  padding: 10px 0;
  border-top: 2px solid #1c9a2a;
}

.section_sale .price_block td:nth-child(1) {
  padding: 10px 36px;
}

.section_sale .price_block td:nth-child(2) {
  background: #FFF;
}

.section_sale .price_block .card {
  padding-left: 90px;
  text-align: right;
  display: block;
  background: url(../img/sale/card.png) top left no-repeat;
}

.section_sale .price_block .col .card {
  background: url(../img/sale/card.png) 0 16px no-repeat;
}

.section_sale .price_block .card em {
  font-size: 52px;
}

.section_sale .price_block .card small {
  color: #e60012;
  text-align: left;
  display: block;
}

.section_sale .price_block table p {
  display: inline-block;
}

.section_sale .price_block .normal {
  color: #3f3a39;
  position: relative;
  font-weight: normal;
  display: block;
  line-height: 1.0;
  margin-bottom: 2px;
}

.section_sale .price_block .normal::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 154px;
  height: 2px;
  margin-left: -77px;
  background: #e60012;
  z-index: 9;
}

.section_sale .price_block .normal em {
  font-size: 28px;
  width: 78px;
  text-align: right;
  display: inline-block;
}

.section_sale .price_block .pre {
  color: #e60012;
  margin-right: 10px;
  width: 45%;
  text-align: right;
}

.section_sale .price_block .pre em {
  font-size: 34px;
}

.section_sale .price_block .pri {
  color: #10155c;
  width: 45%;
  text-align: right;
}

.section_sale .price_block .pri em {
  font-size: 52px;
}

.section_sale .price_block td:nth-child(3) .pre {
  width: 24%;
}

.section_sale .price_block td:nth-child(3) .pri {
  color: #e60012;
  width: 55%;
}

.section_sale .price_block .txt {
  color: #FFF;
  text-align: left;
}

.section_sale .holiday_block {
  width: 1000px;
  margin: 0 auto;
  border: 6px solid #FFF;
  background: #FFF;
  border-radius: 16px;
  overflow: hidden;
}

.section_sale .holiday_block .title {
  background: #1c9a2a;
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  padding: 12px 22px;
  line-height: 1.0;
  text-align: left;
}

.section_sale .holiday_block .title small {
  font-size: 18px;
}

.section_sale .holiday_block .box {
  padding: 14px;
}

.section_sale .holiday_block table {
  background: #1c9a2a;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

.section_sale .holiday_block th {
  background: #FFF;
  padding: 10px 10px 4px;
  width: 33.3333%;
  text-align: center;
}

.section_sale .holiday_block .day {
  text-align: left;
  display: inline-block;
  width: 200px;
}

.section_sale .holiday_block .day em {
  font-size: 28px;
  padding: 0 2px;
}

.section_sale .holiday_block .day .red {
  color: #e60012;
}

.section_sale .holiday_block .text {
  font-size: 16px;
}

.section_sale .holiday_block .text em {
  font-size: 20px;
  padding: 0 2px;
}


@media screen and (max-width: 760px) {
  .section_sale {}

  .section_sale h2 {
    width: 234px;
    margin: 0 auto 5%;
  }

  .section_sale .sub {
    font-size: 16px;
    margin-bottom: 3%;
  }

  .section_sale .main_catch {
    margin-bottom: -36px;
    font-size: 36px;
    line-height: 36px;
  }

  .section_sale .main_catch_b {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 4%;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
      -1px 1px 0 #FFF, 1px -1px 0 #FFF,
      0px 1px 0 #FFF, 0 -1px 0 #FFF,
      -1px 0 0 #FFF, 1px 0 0 #FFF;
  }

  .section_sale .date p {
    margin: 0 2px;
    vertical-align: middle;
  }

  .section_sale .date .tit {
    font-size: 11px;
    padding: 6px 6px 4px;
  }

  .section_sale .date .tit span {
    font-size: 25px;
    margin-top: 2px;
  }

  .section_sale .date .day {
    font-size: 34px;
  }

  .section_sale .date .day small {
    font-size: 13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-left: 2px;
  }

  .section_sale .date .arrow {
    width: 16px;
  }

  .section_sale .catch {
    font-size: 32px;
  }

  .section_sale .catch em {
    font-size: 42px;
  }

  .section_sale .price_block {
    width: 98%;
    margin: 5% auto;
  }

  .section_sale .price_block .tit_price {
    background-size: 100% auto;
    width: 300px;
    height: 45px;
    font-size: 15px;
    margin: 0 auto -10px;
    padding-top: 5px;
  }

  .section_sale .price_block .box {
    border: 2px solid #FFF;
    border-radius: 8px;
    margin-bottom: 2%;
  }

  .section_sale .price_block .box::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -19%;
    width: 38%;
    height: 0;
    padding-bottom: 10%;
    background-size: 100% auto;
  }

  .section_sale .price_block table {
    font-size: 12px;
  }

  .section_sale .price_block th {
    font-size: 14px;
    padding: 14px 0 11px;
  }

  .section_sale .price_block td {
    padding: 5px 0;
    border-top: 1px solid #1c9a2a;
  }

  .section_sale .price_block td:nth-child(1) {
    padding: 5px 8px;
  }

  .section_sale .price_block .card {
    padding-left: 0;
    background: none;
    text-align: left;
  }

  .section_sale .price_block .col .card {
    background: none;
  }

  .section_sale .price_block .card em {
    font-size: 24px;
    display: inline-block;
    text-align: right;
    width: 70px;
  }

  .section_sale .price_block .normal {
    font-size: 11px;
  }

  .section_sale .price_block .normal::after {
    top: 8px;
    left: 50%;
    width: 80px;
    height: 1px;
    margin-left: -40px;
  }

  .section_sale .price_block .normal em {
    font-size: 16px;
    width: 40px;
  }

  .section_sale .price_block .pre {
    margin-right: 0px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 11px;
  }

  .section_sale .price_block .pre em {
    font-size: 18px;
  }

  .section_sale .price_block .pri {
    width: 86%;
  }

  .section_sale .price_block .pri em {
    font-size: 25px;
  }

  .section_sale .price_block td:nth-child(3) .pre {
    width: 100%;
  }

  .section_sale .price_block td:nth-child(3) .pri {
    width: 86%;
  }

  .section_sale .price_block .txt {
    font-size: 11px;
    padding: 0 2%;
  }

  .section_sale .holiday_block {
    width: 98%;
    border: 2px solid #FFF;
    border-radius: 8px;
  }

  .section_sale .holiday_block .title {
    font-size: 15px;
    padding: 8px 10px;
  }

  .section_sale .holiday_block .title small {
    font-size: 11px;
  }

  .section_sale .holiday_block .box {
    padding: 5px;
  }

  .section_sale .holiday_block table {
    font-size: 12px;
  }

  .section_sale .holiday_block th {
    padding: 5px 5px 2px;
    width: 50%;
  }

  .section_sale .holiday_block th {
    padding: 5px 4px 2px;
    width: 30%;
  }

  .section_sale .holiday_block .day {
    width: 118px;
    font-size: 11px;
  }

  .section_sale .holiday_block .day em {
    font-size: 16px;
  }

  .section_sale .holiday_block .text {
    font-size: 11px;
  }

  .section_sale .holiday_block .text em {
    font-size: 13px;
  }

}

/* モーダルウィンドウ */
.js-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .6);
  z-index: 99999;
}

.js-modal .section_sale {
  width: 140vh;
  border: 10px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-size: 76% auto;
}

.js-modal .section_sale img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.js-modal .section_sale .js-close {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 60px;
  height: 60px;
  background: #FFF;
  border-radius: 100%;
}

.js-modal .section_sale .js-close em {
  color: #e60012;
  font-size: 50px;
  line-height: 1.0;
  display: block;
  margin-top: -4px;
}

.js-modal .section_sale .js-close span {
  color: #e60012;
  font-size: 10px;
  font-weight: bold;
  display: block;
  line-height: 1.0;
  margin-top: -5px;
}

.js-modal .section_sale h2 {
  width: 426px;
  margin-bottom: 16px;
}

.js-modal .section_sale .sub {
  font-size: 25px;
  margin-bottom: 10px;
}

.js-modal .section_sale .main_catch {
  font-size: 78px;
  line-height: 78px;
  margin-bottom: -78px;
}

.js-modal .section_sale .main_catch_b {
  font-size: 78px;
  line-height: 78px;
}

.js-modal .section_sale .date {
  transform: scale(.8);
  -webkit-transform: scale(.8);
  margin-top: -10px;
}

.js-modal .section_sale .catch {
  transform: scale(.8);
  -webkit-transform: scale(.8);
  margin-top: -20px;
}


@media screen and (max-width: 760px) {

  .js-modal .section_sale {
    width: 90%;
    height: auto;
    border: 4px solid #FFF;
    background-size: 100% auto;
  }

  .js-modal .section_sale .js-close {
    position: absolute;
    top: -30px;
    right: -15px;
    width: 60px;
  }

  .js-modal .section_sale h2 {
    width: 220px;
    margin-bottom: 6%;
  }

  .js-modal .section_sale .sub {
    font-size: 15px;
    margin-bottom: 2%;
  }

  .js-modal .section_sale .main_catch {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: -32px;
  }

  .js-modal .section_sale .main_catch_b {
    font-size: 32px;
    line-height: 32px;
  }

  .js-modal .section_sale .date {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    margin-top: 0px;
  }

  .js-modal .section_sale .catch {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    margin-top: 0px;
  }

}


/* TOPページ */

.topvisual {
  background: #4584c9 url(../img/top/bg_main.jpg) top center no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 562px;
  position: relative;
}

.topvisual .txt_box {
  position: absolute;
  top: 68px;
  left: 50%;
  margin-left: -184px;
}

.topvisual .txt_box {
  width: 805px;
  position: absolute;
  top: 65px;
  left: 45%;
  margin-left: -184px;
}

.topvisual .txt_box .phrase {
  width: 486px;
  height: 108px;
  background: url(../img/top/phrase_main.png) top center no-repeat;
  background-size: 100% auto;
  padding: 22px 0;
  text-align: center;
  line-height: 1.0;
  color: #1860ae;
  font-size: 35px;
}

.topvisual .txt_box .phrase mark {
  font-size: 44px;
}

.topvisual .txt_box .catch {
  margin-left: -10px;
}

.topvisual .txt_box .txt {
  margin-top: 40px;
  color: #FFF;
  font-size: 16px;
}


@media screen and (max-width: 760px) {
  .topvisual {
    background-image: url(../img/top/bg_main_sp.jpg);
    background-size: 100% auto;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 160%;
  }

  .topvisual .txt_box {
    padding-top: 60%;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
  }

  .topvisual .txt_box .phrase {
    width: 300px;
    height: 68px;
    padding: 12px 0;
    font-size: 24px;
    margin: 0 auto;
  }

  .topvisual .txt_box .phrase mark {
    font-size: 32px;
  }

  .topvisual .txt_box .catch {
    margin: 0 5%;
  }

  .topvisual .txt_box .txt {
    margin: 4% 5% 0;
    font-size: 12px;
  }
}


/* cv_box */
.cv_box {
  background: #fffbde;
  padding: 50px 0;
  position: relative;
}

.cv_box .phrase {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -575px;
  width: 282px;
  height: 74px;
  background: url(../img/top/phrase_cv.png) top center no-repeat;
  background-size: 100% auto;
  padding: 16px 0;
  text-align: center;
  line-height: 1.0;
  color: #1860ae;
  font-size: 32px;
}

.cv_box .phrase small {
  font-size: 27px;
}

.cv_box .value {
  text-align: center;
}

.cv_box .value .box {
  display: inline-block;
  vertical-align: top;
}

.cv_box .value .num {
  width: 90px;
  height: 90px;
  background: #1860ae;
  color: #FFF;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
}

.cv_box .value .num em {
  font-size: 42px;
  display: block;
}

.cv_box .value .info {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

.cv_box .value .info .col01 {
  font-size: 28px;
  margin-bottom: 1px;
}

.cv_box .value .info .col01 em {
  font-size: 30px;
  vertical-align: middle;
}

.cv_box .value .info .col02 {
  font-size: 43px;
  background: linear-gradient(transparent 80%, #ffff56 80%);
  margin-bottom: 20px;
}

.cv_box .value .info .col02 p {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.0;
}

.cv_box .value .info .col02 .big {
  font-size: 86px;
  color: #dc4f4f;
  padding-right: 10px;
}

.cv_box .value .info .col02 .small em {
  color: #dc4f4f;
  display: block;
}

.cv_box .value .info .col02 p {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.0;
}

.cv_box .value .box02 .info .col01 {
  font-size: 44px;
  line-height: 1.0;
  margin-bottom: 12px;
}

.cv_box .value .box02 .info .col02 p {
  font-size: 72px;
}

.cv_box .value .info .card {
  position: absolute;
  top: 50px;
  right: -90px;
  width: 179px;
}

.cv_box .txt_box {
  width: 994px;
  margin: 28px auto 18px;
  background: #FFF;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
}

.cv_box .txt_box p {
  display: inline-block;
  vertical-align: middle;
}

.cv_box .txt_box .tit {
  color: #1860ae;
  font-size: 18px;
  padding-right: 30px;
  line-height: 1.0;
}

.cv_box .txt_box .txt {
  text-align: left;
  font-size: 18px;
}

.cv_box .txt_box .txt span {
  display: block;
  padding-left: 0.8em;
  text-indent: -0.8em;
}

.cv_box .btn {
  width: 713px;
  margin: 0 auto;
}


@media screen and (max-width: 761px) {
  .cv_box {
    padding: 8% 0;
    z-index: 9;
  }

  .cv_box .phrase {
    top: -22px;
    left: 3%;
    margin-left: 0;
    width: 200px;
    height: 54px;
    padding: 8px 0;
    font-size: 22px;
  }

  .cv_box .phrase small {
    font-size: 18px;
  }

  .cv_box .value {
    text-align: center;
  }

  .cv_box .value .box {
    display: block;
    text-align: left;
    margin-bottom: 5%;
  }

  .cv_box .value .num {
    width: 60px;
    height: 60px;
    font-size: 11px;
    padding: 8px 0;
    margin-left: 3%;
    text-align: center;
  }

  .cv_box .value .num em {
    font-size: 28px;
  }

  .cv_box .value .info {
    font-size: 12px;
    padding-left: 4px;
  }

  .cv_box .value .info .col01 {
    font-size: 16px;
  }

  .cv_box .value .info .col01 em {
    font-size: 22px;
  }

  .cv_box .value .info .col02 {
    font-size: 24px;
    margin-bottom: 3%;
  }

  .cv_box .value .info .col02 .big {
    font-size: 52px;
  }

  .cv_box .value .box02 .info .col01 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .cv_box .value .box02 .info .col02 p {
    font-size: 52px;
  }

  .cv_box .value .info .card {
    position: absolute;
    top: 23px;
    right: -102px;
    width: 120px;
  }

  .cv_box .txt_box {
    width: auto;
    margin: 5%;
    padding: 5%;
  }

  .cv_box .txt_box p {
    display: block;
  }

  .cv_box .txt_box .tit {
    font-size: 16px;
    padding-right: 0px;
    margin-bottom: 3%;
  }

  .cv_box .txt_box .txt {
    text-align: left;
    font-size: 12px;
  }

  .cv_box .btn {
    width: 90%;
    margin: 0 auto;
  }
}


/* cv_box02 */
.cv_box02 {
  background: #fffbde;
  padding: 30px 0 60px;
  position: relative;
  text-align: center;
}

.cv_box02 .phrase {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -575px;
  width: 282px;
  height: 74px;
  background: url(../img/top/phrase_cv.png) top center no-repeat;
  background-size: 100% auto;
  padding: 16px 0;
  text-align: center;
  line-height: 1.0;
  color: #1860ae;
  font-size: 32px;
}

.cv_box02 .phrase small {
  font-size: 27px;
}

.cv_box02 .value {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 16px;
}

.cv_box02 .value .box {
  text-align: left;
}

.cv_box02 .value .box02 {
  margin-top: 20px;
}

.cv_box02 .value .num {
  width: 90px;
  height: 90px;
  background: #1860ae;
  color: #FFF;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.cv_box02 .value .num em {
  font-size: 42px;
  display: block;
}

.cv_box02 .value .info {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-align: left;
  padding-left: 12px;
  position: relative;
}

.cv_box02 .value .info .col01 {
  font-size: 28px;
}

.cv_box02 .value .info .col01 em {
  font-size: 30px;
}

.cv_box02 .value .info .col02 {
  font-size: 40px;
  line-height: 1.0;
  background: linear-gradient(transparent 60%, #ffff56 60%);
}

.cv_box02 .value .info .col02 p {
  display: inline-block;
}

.cv_box02 .value .info .col02 .big {
  font-size: 44px;
}

.cv_box02 .value .info .sub {
  font-size: 18px;
  margin-top: 10px;
}

.cv_box02 .card_box {
  display: inline-block;
  vertical-align: bottom;
  background: #FFF;
  border-radius: 10px;
  padding: 10px 30px 30px;
  margin-left: 20px;
}

.cv_box02 .card_box .title_box .card {
  width: 164px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.cv_box02 .card_box .title_box .tit {
  color: #7fbd32;
  font-size: 28px;
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.cv_box02 .card_box .title_box .tit em {
  font-size: 36px;
  color: #f8a200;
  display: block;
}

.cv_box02 .card_box .point {
  text-align: left;
  font-size: 23px;
  line-height: 1.0;
}

.cv_box02 .card_box .point .text {
  margin-top: 8px;
}

.cv_box02 .card_box .point small {
  font-size: 16px;
}

.cv_box02 .btn {
  width: 713px;
  margin: 20px auto 0;
}

@media screen and (max-width: 761px) {
  .cv_box02 {
    padding: 8% 0;
    z-index: 9;
  }

  .cv_box02 .phrase {
    top: -22px;
    left: 3%;
    margin-left: 0;
    width: 200px;
    height: 54px;
    padding: 8px 0;
    font-size: 22px;
  }

  .cv_box02 .phrase small {
    font-size: 18px;
  }

  .cv_box02 .value {
    display: block;
    padding-bottom: 16px;
  }

  .cv_box02 .value .box {
    text-align: left;
  }

  .cv_box02 .value .box02 {
    margin-top: 5%;
  }

  .cv_box02 .value .num {
    width: 60px;
    height: 60px;
    font-size: 11px;
    padding: 8px 0;
    margin-left: 3%;
    text-align: center;
  }

  .cv_box02 .value .num em {
    font-size: 28px;
  }

  .cv_box02 .value .info {
    font-size: 11px;
    padding-left: 5px;
  }

  .cv_box02 .value .info .col01 {
    font-size: 16px;
  }

  .cv_box02 .value .info .col01 em {
    font-size: 20px;
  }

  .cv_box02 .value .info .col02 {
    font-size: 23px;
  }

  .cv_box02 .value .info .col02 .big {
    font-size: 30px;
  }

  .cv_box02 .value .info .sub {
    font-size: 11px;
    margin-top: 10px;
  }

  .cv_box02 .card_box {
    display: block;
    padding: 5%;
    margin: 0 auto;
    width: 90%;
  }

  .cv_box02 .card_box .title_box .card {
    width: 110px;
    margin-right: 4px;
  }

  .cv_box02 .card_box .title_box .tit {
    font-size: 18px;
    line-height: 1.1;
  }

  .cv_box02 .card_box .title_box .tit em {
    font-size: 22px;
  }

  .cv_box02 .card_box .point {
    text-align: left;
    font-size: 15px;
    line-height: 1.0;
  }

  .cv_box02 .card_box .point .text {
    margin-top: 8px;
  }

  .cv_box02 .card_box .point small {
    font-size: 11px;
  }

  .cv_box02 .btn {
    width: 90%;
    margin: 20px auto 0;
  }
}


/* section_about */
.section_about {
  background: url(../img/top/bg_about.jpg) top center no-repeat;
  background-size: 1680px auto;
  padding: 80px 0 270px;
  text-align: center;
}

.section_about .tit {
  margin-bottom: 22px;
  color: #1860ae;
  font-size: 52px;
}

.section_about .text {
  font-size: 26px;
  margin-bottom: 14px;
}

@media screen and (min-width: 1051px) {
  .section_width {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 761px) {
  .section_about {
    background-size: cover;
    padding: 8% 5% 40%;
  }

  .section_about .tit {
    margin-bottom: 5%;
    font-size: 38px;
  }

  .section_about .text {
    font-size: 16px;
    margin-bottom: 3%;
  }
}


/* section_card */
.section_card {
  width: 1000px;
  margin: 86px auto;
  border: 2px solid #7fbd32;
  position: relative;
  padding: 40px 72px 72px;
}

.section_card .tit {
  color: #7fbd32;
  font-size: 58px;
  line-height: 1.0;
  margin-bottom: 20px;
  text-align: center;
}

.section_card .tit small {
  font-size: 44px;
}

.section_card .phrase {
  position: absolute;
  top: -10px;
  left: 40px;
  width: 142px;
}

.section_card .card {
  position: absolute;
  top: 116px;
  left: 50px;
  width: 275px;
}

.section_card .txt {
  padding-left: 288px;
  font-size: 16px;
  font-weight: bold;
}

.section_card .price_box {
  margin: 40px 0;
  background: #fffbde;
  border-radius: 10px;
  padding: 34px;
}

.section_card .price_box .catch {
  width: 655px;
  margin: 0 auto 10px;
}

.section_card .price_box .box {
  text-align: center;
}

.section_card .price_box .box p {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  font-size: 28px;
  margin: 0 50px;
}

.section_card .price_box .box strong {
  color: #f8a200;
}

.section_card .price_box .box em {
  font-size: 48px;
}

.section_card .cash_box {
  text-align: center;
}

.section_card .cash_box .box {
  border: 2px solid #7fbd32;
  display: inline-block;
  vertical-align: top;
  width: 417px;
  position: relative;
  border-radius: 10px;
  padding: 36px 20px 20px;
  font-size: 19px;
}

.section_card .cash_box .box02 {
  border-color: #898989;
  margin-left: 13px;
}

.section_card .cash_box .box .stit {
  position: absolute;
  top: -20px;
  line-height: 37px;
  border-radius: 20px;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  top: -19px;
  background: #7fbd32;
  color: #FFF;
  font-size: 20px;
}

.section_card .cash_box .box02 .stit {
  background: #898989;
}

.section_card .cash_box .box .text {
  display: inline-block;
  text-align: left;
}


@media screen and (max-width: 761px) {
  .section_card {
    width: 96%;
    margin: 10% auto;
    padding: 5%;
    position: relative;
    z-index: 99;
  }

  .section_card .tit {
    font-size: 38px;
    margin-bottom: 3%;
  }

  .section_card .tit small {
    font-size: 32px;
  }

  .section_card .phrase {
    top: -57px;
    left: 3%;
    width: 80px;
  }

  .section_card .card {
    position: relative;
    top: auto;
    left: auto;
    width: 160px;
    float: left;
    padding: 2% 3% 2% 0;
  }

  .section_card .txt {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
  }

  .section_card .price_box {
    margin: 5% 0 10%;
    padding: 4%;
  }

  .section_card .price_box .catch {
    width: 90%;
    margin: 0 auto 2%;
  }

  .section_card .price_box .box p {
    font-size: 13px;
    margin: 0 18px 0 0;
  }

  .section_card .price_box .box p.box03 {
    margin: 0 0 0 0;
  }

  .section_card .price_box .box em {
    font-size: 24px;
  }

  .section_card .cash_box .box {
    display: block;
    width: 100%;
    padding: 6% 5% 3%;
    font-size: 13px;
  }

  .section_card .cash_box .box02 {
    margin-left: 0;
    margin-top: 8%;
  }

  .section_card .cash_box .box .stit {
    position: absolute;
    top: -14px;
    line-height: 28px;
    width: 90%;
    left: 5%;
    margin-left: 0;
    font-size: 14px;
  }
}


/* section_reason */
.section_reason {
  text-align: center;
  padding: 80px 0 0;
}

.section_reason .title_box .stit {
  margin-bottom: 30px;
  color: #d1e9b4;
  font-size: 30px;
  letter-spacing: 2px;
}

.section_reason .title_box .tit {
  margin-bottom: 22px;
  color: #589a07;
  font-size: 74px;
}

.section_reason>.title_box .tit small {
  color: #7fbd32;
  font-size: 54px;
  margin-bottom: -116px;
  line-height: .5;
  display: block;
}

.section_reason .title_box .tit .en {
  color: #f8a200;
  font-size: 148px;
  vertical-align: middle;
  line-height: .1;
  padding-bottom: 14px;
  display: inline-block;
}

.section_reason .title_box .tit em {
  font-size: 98px;
}

.section_reason .nav_box {
  margin-top: -20px;
  margin-bottom: -30px;
}

.section_reason .nav_box .box {
  width: 280px;
  margin: 0 20px;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 120px;
  position: relative;
}

.section_reason .nav_box .box .icon {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 90px;
}

.section_reason .nav_box .box02 .icon {
  top: 14px;
  width: 92px;
}

.section_reason .nav_box .box03 .icon {
  top: 0;
  width: 74px;
}

.section_reason .nav_box .box .tit {
  color: #7fbd32;
  font-size: 28px;
  line-height: 1.0;
}

.section_reason .nav_box .box .tit em {
  color: #d1e9b4;
  font-size: 60px;
  padding-right: 10px;
}

.section_reason .nav_box .box .tit span {
  color: #589a07;
}

.section_reason .nav_box .box .arrow {
  width: 25px;
  margin: 6px auto 0;
}

.section_reason .reason_box {
  width: 1000px;
  margin: 80px auto;
  border: 6px solid #6dae27;
  padding: 40px 64px 64px;
}

.section_reason .reason_box .title_box {
  margin-bottom: 40px;
}

.section_reason .reason_box .title_box .stit {
  font-size: 32px;
  color: #d1e9b4;
  margin-bottom: -10px;
}

.section_reason .reason_box .title_box .stit em {
  font-size: 48px;
}

.section_reason .reason_box .title_box .tit {
  font-size: 60px;
  color: #589a07;
  margin-bottom: 0;
}

.section_reason .reason_box .title_box .tit small {
  font-size: 50px;
  color: #88c43e;
}

.section_reason .reason_box .title_box .txt {
  font-size: 18px;
}

.section_reason .plan_box {
  position: relative;
  border: 2px solid #1860ae;
  border-radius: 10px;
  padding: 30px;
}

.section_reason .plan_box.self {
  border-color: #044a95;
  margin-top: 60px;
}

.section_reason .plan_box.morning {
  border-color: #78cbf1;
}


.section_reason .plan_box.under {
  border-color: #ea8b46;
  margin-top: 60px;
}

.section_reason .plan_box .tit {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 370px;
  height: 40px;
  border-radius: 20px;
  background: #1860ae;
  color: #FFF;
  font-size: 30px;
  line-height: 40px;
}

.section_reason .plan_box.self .tit {
  background: #044a95;
}

.section_reason .plan_box.morning .tit {
  background: #78cbf1;
}

.section_reason .plan_box.under .tit {
  background: #ea8b46;
}

.section_reason .plan_box .tit small {
  font-size: 24px;
}

.section_reason .plan_box .txt {
  font-size: 16px;
}

.txtRed {
  font-size: 18px !important;
  color: #f00;
}

.section_reason .plan_box .price {
  font-size: 22px;
  padding-top: 10px;
}

.section_reason .plan_box .price .text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.section_reason .plan_box .price .time {
  font-size: 26px;
}

.section_reason .plan_box .price .num {
  font-size: 34px;
}

.section_reason .plan_box .price .arrow {
  position: relative;
}

.section_reason .plan_box .price .arrow::before {
  content: "";
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 0px;
  width: 24px;
  height: 17px;
  background: url(../img/top/arrow01.png) top center no-repeat;
  background-size: 100%;
}

.section_reason .plan_box .price .arrow .ng {
  position: relative;
  display: inline-block;
}

.section_reason .plan_box .price .arrow .ng::before {
  content: "";
  position: absolute;
  z-index: 99;
  top: 10px;
  left: -58px;
  width: 136px;
  height: 14px;
  background: url(../img/top/line.png) top center no-repeat;
  background-size: 100%;
}


.section_reason .plan_box .sub {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  margin-top: 10px
}

.section_reason .plan_box .icon {
  width: 120px;
  position: absolute;
  top: -44px;
  left: -36px;
}

.section_reason .point_box {
  background: #fffbde;
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
}

.section_reason .point_box .catch {
  font-size: 48px;
  color: #f8a200;
  line-height: 1.0;
  margin-bottom: 30px;
}

.section_reason .point_box table {
  font-size: 22px;
  border-spacing: 0;
}

.section_reason .point_box tr.last td {
  padding-bottom: 20px;
}

.section_reason .point_box tr.sum td {
  padding-top: 20px;
  border-top: 2px solid #212121;
}

.section_reason .point_box th {
  width: 215px;
  padding-bottom: 10px;
}

.section_reason .point_box th:first-child {
  width: 106px;
}

.section_reason .point_box td {
  text-align: left;
  padding: 10px 0;
}

.section_reason .point_box td span {
  font-size: 15px;
  line-height: 1.2 !important;
  display: inline-block;
}

.section_reason .point_box td small {
  font-size: 13px;
}

.section_reason .point_box td .sub {
  display: block;
  font-size: 15px;
  margin-left: -5px;
}

.section_reason .point_box .name {
  font-size: 17px;
  color: #FFF;
  background: #959595;
  line-height: 30px;
  border-radius: 15px;
  width: 185px;
  margin: 0 auto;
  text-align: center;
}

.section_reason .point_box .name.no01 {
  background: #1860ae;
}

.section_reason .point_box .name.no02 {
  background: #044a95;
}

.section_reason .point_box .name.no03 {
  background: #78cbf1;
  ;
}

.section_reason .point_box .name.no04 {
  background: #ea8b46;
}

.section_reason .point_box .price {
  text-align: right;
  font-size: 18px;
  line-height: 1.6;
}

.section_reason .point_box .price.no01 {
  color: #1860ae;
}

.section_reason .point_box .price.no02 {
  color: #044a95;
}

.section_reason .point_box .price.no03 {
  color: #78cbf1;
}

.section_reason .point_box .price.no04 {
  color: #ea8b46;
}

.section_reason .point_box .price em {
  font-size: 30px;
}

.section_reason .point_box .price small {
  font-size: 14px;
}

.section_reason .point_box .free {
  background: #FFF;
  border-radius: 20px;
  text-align: center;
  font-size: 26px;
  color: #1860ae;
  border: 10px solid #fffbde;
}

.section_reason .point_box .free.no02 {
  color: #044a95;
}

.section_reason .point_box .free.no03 {
  color: #78cbf1;
}

.section_reason .point_box .free.no04 {
  color: #ea8b46;
}

.section_reason .point_box .value {
  color: #dc4f4f;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  margin-top: -20px;
  position: relative;
}

.section_reason .point_box .value::before {
  content: "";
  top: 0;
  left: 14px;
  position: absolute;
  background: url(../img/top/arrow01.png) 0 8px no-repeat;
  background-size: 25px auto;
  width: 12px;
  height: 25px;
}

.section_reason .point_box .value em {
  font-size: 34px;
}

.section_reason .point_box .value.long em {
  font-size: 30px;
}

.section_reason .point_box .value span {
  font-size: 30px;
}

.section_reason .other_box {
  margin-top: 50px;
}

.section_reason .other_box .stxt {
  margin-bottom: 20px;
  line-height: 1.0;
  font-size: 24px;
}

.section_reason .other_box .box {
  background: #fffddc;
  padding: 30px 0;
}

.section_reason .other_box .catch {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.section_reason .other_box .catch strong {
  font-size: 52px;
  color: #f8a200;
}

.section_reason .other_box .catch small {
  font-size: 37px;
}

.section_reason .other_box .scatch {
  font-size: 24px;
}

.section_reason .other_box .scatch em {
  font-size: 28px;
}

.section_reason .box {
  margin-top: 20px;
}

.section_reason .ph_block {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}

.section_reason .ph_block.no01 {
  margin-top: 0px;
}

.section_reason .ph_block .ph {
  margin-bottom: 10px;
}

.section_reason .ph_block .txt {
  font-size: 14px;
  font-weight: bold;
}

.section_reason .ph_box .ph {
  display: inline-block;
}


.section_reason .ph_block img {
  height: 226px;
  width: auto;
}



@media screen and (max-width: 761px) {
  .section_reason {
    padding: 10% 0 0;
  }

  .section_reason .title_box .stit {
    margin-bottom: 3%;
    font-size: 20px;
  }

  .section_reason .title_box .tit {
    margin-bottom: 3%;
    font-size: 32px;
  }

  .section_reason>.title_box .tit small {
    font-size: 28px;
    margin-bottom: -44px;
  }

  .section_reason .title_box .tit .en {
    font-size: 60px;
    padding-bottom: 14px;
  }

  .section_reason .title_box .tit em {
    font-size: 40px;
  }

  .section_reason .nav_box {
    margin-top: -10px;
    margin-bottom: 0;
  }

  .section_reason .nav_box .box {
    width: 30%;
    margin: 0 1%;
    padding-top: 85px;
    position: relative;
  }

  .section_reason .nav_box .box .icon {
    top: 18px;
    width: 60px;
  }

  .section_reason .nav_box .box02 .icon {
    top: 14px;
    width: 62px;
  }

  .section_reason .nav_box .box03 .icon {
    top: 0;
    width: 50px;
  }

  .section_reason .nav_box .box .tit {
    font-size: 15px;
  }

  .section_reason .nav_box .box .tit em {
    font-size: 30px;
    padding-right: 4px;
  }

  .section_reason .nav_box .box .arrow {
    width: 15px;
    margin: 6px auto 0;
  }

  .section_reason .reason_box {
    width: 96%;
    margin: 5% auto 10%;
    border: 4px solid #7fbd32;
    padding: 4%;
  }

  .section_reason .reason_box .title_box {
    margin-bottom: 8%;
  }

  .section_reason .reason_box .title_box .stit {
    font-size: 20px;
    margin-bottom: -5px;
  }

  .section_reason .reason_box .title_box .stit em {
    font-size: 30px;
  }

  .section_reason .reason_box .title_box .tit {
    font-size: 36px;
    margin-bottom: 0;
  }

  .section_reason .reason_box .title_box .tit small {
    font-size: 30px;
  }

  .section_reason .reason_box .title_box .txt {
    font-size: 13px;
  }

  .section_reason .plan_box {
    padding: 7% 5% 5%;
  }

  .section_reason .plan_box.self {
    margin-top: 10%;
  }

  .section_reason .plan_box.under {
    margin-top: 10%;
  }

  .section_reason .plan_box .tit {
    top: -14px;
    width: 90%;
    height: 28px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .section_reason .plan_box .tit small {
    font-size: 16px;
  }

  .section_reason .plan_box .txt {
    font-size: 12px;
  }

  .section_reason .plan_box .price {
    font-size: 18px;
    padding-top: 10px;
  }

  .section_reason .plan_box .price .text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }

  .section_reason .plan_box .price .time {
    font-size: 18px;
  }

  .section_reason .plan_box .price .num {
    font-size: 26px;
  }

  .section_reason .plan_box .price .arrow {
    position: relative;
  }

  .section_reason .plan_box .price .arrow::before {
    content: "";
    position: absolute;
    z-index: 99;
    bottom: 10px;
    left: 0px;
    width: 24px;
    height: 17px;
    background: url(../img/top/arrow01.png) top center no-repeat;
    background-size: 100%;
  }

  .section_reason .plan_box .price .arrow .ng {
    position: relative;
    display: inline-block;
  }

  .section_reason .plan_box .price .arrow .ng::before {
    content: "";
    position: absolute;
    z-index: 99;
    top: 10px;
    left: -58px;
    width: 136px;
    height: 14px;
    background: url(../img/top/line.png) top center no-repeat;
    background-size: 100%;
  }


  .section_reason .plan_box .sub {
    font-size: 12px;
    display: block;
    text-align: left;
    margin-top: 10px
  }

  .section_reason .plan_box .icon {
    width: 56px;
    position: absolute;
    top: -27px;
    left: -11px;
  }

  .section_reason .point_box {
    padding: 5% 3%;
    margin-top: 5%;
  }

  .section_reason .point_box .catch {
    font-size: 24px;
    margin-bottom: 5%;
  }

  .section_reason .point_box table {
    font-size: 11px;
  }

  .section_reason .point_box tr.last td {
    padding-bottom: 3%;
  }

  .section_reason .point_box tr.sum td {
    padding-top: 3%;
  }

  .section_reason .point_box th {
    width: 27%;
    padding-bottom: 10px;
  }

  .section_reason .point_box th:first-child {
    width: 19%;
  }

  .section_reason .point_box td {
    padding: 5px 0;
  }

  .section_reason .point_box td .sub {
    font-size: 10px;
    margin-left: -5px;
  }

  .section_reason .point_box .name {
    font-size: 12px;
    line-height: 28px;
    width: 96%;
  }

  .section_reason .point_box .price {
    font-size: 11px;
  }

  .section_reason .point_box .price em {
    font-size: 16px;
  }

  .section_reason .point_box .price small {
    font-size: 10px;
    display: block;
  }

  .section_reason .point_box .free {
    border-radius: 10px;
    font-size: 12px;
    border: 5px solid #fffbde;
  }

  .section_reason .point_box .value {
    font-size: 12px;
    margin-top: -3%;
  }

  .section_reason .point_box .value::before {
    top: 0;
    left: 0;
    position: absolute;
    background: url(../img/top/arrow01.png) 0 3px no-repeat;
    background-size: 12px auto;
    width: 5px;
    height: 16px;
  }

  .section_reason .point_box .value em {
    font-size: 16px;
    padding-left: 1px;
  }

  .section_reason .point_box .value.long em {
    font-size: 15px;
  }

  .section_reason .point_box .value span {
    font-size: 15px;
  }

  .section_reason .other_box {
    margin-top: 5%;
  }

  .section_reason .other_box .stxt {
    margin-bottom: 3%;
    font-size: 16px;
  }

  .section_reason .other_box .box {
    padding: 5%;
  }

  .section_reason .other_box .catch {
    font-size: 22px;
    margin-bottom: 2%;
  }

  .section_reason .other_box .catch strong {
    font-size: 28px;
  }

  .section_reason .other_box .catch small {
    font-size: 22px;
  }

  .section_reason .other_box .scatch {
    font-size: 14px;
  }

  .section_reason .other_box .scatch em {
    font-size: 16px;
  }

  .section_reason .box {
    margin-top: 20px;
  }

  .section_reason .ph_block {
    margin-top: 6%;
  }

  .section_reason .ph_block.no01 {
    margin-top: 0px;
  }

  .section_reason .ph_block .ph {
    margin-bottom: 2%;
  }

  .section_reason .ph_block .txt {
    font-size: 12px;
  }

  .section_reason .ph_block img {
    width: 100%;
    height: auto;
  }

  .section_reason .ph_box .ph_left {
    width: 49.3%;
    float: left;
  }

  .section_reason .ph_box .ph_right1 {
    width: 48%;
    float: right;
  }

  .section_reason .ph_box .ph_right2 {
    width: 48%;
    float: right;
  }
}


/* section_access */
.section_access {
  text-align: center;
  padding: 70px 0;
}

.section_access .tit {
  margin-bottom: 30px;
  color: #7cab45;
  font-size: 58px;
}

.section_access .map {
  display: inline-block;
  vertical-align: middle;
  width: 500px;
}

.section_access .map iframe {
  border: none;
  width: 100%;
  height: 312px;
}

.section_access .box {
  display: inline-block;
  vertical-align: middle;
  width: 435px;
  margin-left: 40px;
  text-align: left;
}

.section_access .tel {
  font-size: 32px;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
}

.section_access .tel small {
  font-size: 20px;
}

.section_access .box .txt {
  font-size: 15px;
  margin-bottom: 14px;
}

.section_access .box .stit {
  font-size: 18px;
  font-weight: bold;
}

.section_access .box .btn {
  width: 302px;
}

.section_access .sns {
  text-align: center;
  margin-top: 50px;
}

.section_access .sns p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.section_access .sns iframe {
  display: inline-block;
  vertical-align: middle;
}

.section_access .sns .catch {
  font-size: 28px;
}

.section_access .sns .arrow {
  width: 26px;
}

.section_access .sns .btn img {
  width: auto;
  height: 35px;
}


@media screen and (max-width: 761px) {
  .section_access {
    text-align: center;
    padding: 10% 0;
  }

  .section_access .tit {
    margin-bottom: 4%;
    font-size: 38px;
  }

  .section_access .map {
    width: 100%;
  }

  .section_access .map iframe {
    border: none;
    width: 100%;
    height: 200px;
  }

  .section_access .box {
    width: 100%;
    padding: 5%;
    margin-left: 0;
  }

  .section_access .tel {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .section_access .tel small {
    font-size: 20px;
  }

  .section_access .box .txt {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .section_access .box .stit {
    font-size: 15px;
    font-weight: bold;
  }

  .section_access .box .btn {
    width: 202px;
  }

  .section_access .sns {
    margin-top: 5%;
  }

  .section_access .sns p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }

  .section_access .sns .catch {
    font-size: 24px;
  }

  .section_access .sns .arrow {
    width: 22px;
  }

  .section_access .sns .btn.fb {
    display: block;
    margin-bottom: 3%;
  }

  .section_access .sns .btn img {
    width: auto;
    height: 30px;
  }

  footer .copy {
    padding-bottom: 60px;
  }
}