@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html, body {
  font-family: dnp-shuei-gothic-kin-std, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  color: #000;
}

@media screen and (min-width: 751px) {
  html, body {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  html, body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}

/* CONTENT
--------------------------------------*/
.futura {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs22 {
  font-size: 22px;
}

.fs26 {
  font-size: 26px;
}

.fs52 {
  font-size: 52px;
}

.ta_c {
  text-align: center;
}

.l_blue {
  background-color: #E2EEF4;
}

.flexbox {
  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;
}

#wrapper {
  letter-spacing: 0.04em;
}

#main {
  background-color: #B7DCEF;
}

@media screen and (min-width: 751px) {
  #main {
    min-width: 1060px;
  }
}

#main .main_in {
  width: 1060px;
  margin: 0 auto;
  padding: 10px 0px 100px;
  position: relative;
}

@media screen and (max-width: 750px) {
  #main .main_in {
    width: 100%;
    padding: 20px 0px 100px;
  }
}

#main .main_in h1 {
  width: 51.08%;
  position: absolute;
  top: 5.16%;
  left: 24%;
}

@media screen and (max-width: 750px) {
  #main .main_in h1 {
    width: 86.06%;
    top: 6.31%;
    left: 6%;
  }
}

#main .main_in .title_back {
  background-image: url(../images/title_back.svg);
  background-position: center;
  background-size: cover;
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #main .main_in .title_back {
    background-image: url(../images/title_back_sp.svg);
  }
}

#main .main_in .title_back::before {
  content: '';
  display: block;
  padding-top: 31.6%;
}

#main .main_in h2 {
  color: #fff;
  font-weight: 600;
  background-color: #4A97DC;
  width: 250px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 15px;
  margin: 50px auto 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  #main .main_in h2 {
    margin: 170px auto 0;
  }
}

#main .main_in h2::before {
  content: '';
  display: block;
  border-top: 10px solid #4A97DC;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#main .main_in ul.main_contents {
  background-color: #fff;
  border-radius: 15px;
  width: calc(100% - 2px);
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  #main .main_in ul.main_contents {
    width: 84%;
    margin: 20px auto 0;
  }
}

#main .main_in ul.main_contents li {
  padding: 20px;
  text-align: center;
  font-weight: 600;
}

#main .main_in ul.main_contents li .main_contents_in {
  width: 310px;
  padding: 20px 80px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 750px) {
  #main .main_in ul.main_contents li .main_contents_in {
    width: 100%;
    padding: 15px 60px 10px;
  }
}

#main .main_in ul.main_contents li span {
  font-size: 24px;
  background-color: #EEF282;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  position: absolute;
  top: -10px;
  left: -10px;
}

#main .main_in ul.main_contents li p {
  padding-top: 20px;
}

#main .main_in ul.main_contents li:nth-child(1), #main .main_in ul.main_contents li:nth-child(2) {
  border-right: 1px solid #B7DCEF;
}

@media screen and (max-width: 750px) {
  #main .main_in ul.main_contents li:nth-child(1), #main .main_in ul.main_contents li:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #B7DCEF;
  }
}

@media screen and (min-width: 751px) {
  section {
    min-width: 1060px;
  }
}

section .ex {
  border-top: 1px solid #B7DCEF;
  text-align: center;
}

section .ex_inner {
  width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  section .ex_inner {
    width: 84%;
  }
}

section .ex_1, section .ex_2, section .ex_3 {
  padding-bottom: 80px;
}

section .ex_1 h3, section .ex_2 h3, section .ex_3 h3 {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: #EEF282;
  line-height: 2.5em;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -50px auto 0;
}

section .ex_1 p.ex_title, section .ex_2 p.ex_title, section .ex_3 p.ex_title {
  padding-top: 26px;
}

@media screen and (max-width: 750px) {
  section .ex_1 p.ex_title, section .ex_2 p.ex_title, section .ex_3 p.ex_title {
    padding-top: 30px;
  }
}

section .ex_1 p.ex_s, section .ex_2 p.ex_s, section .ex_3 p.ex_s {
  padding-top: 10px;
  line-height: 2.2em;
}

@media screen and (max-width: 750px) {
  section .ex_1 p.ex_s, section .ex_2 p.ex_s, section .ex_3 p.ex_s {
    text-align: left;
  }
}

section .ex_1 .ex_img, section .ex_2 .ex_img, section .ex_3 .ex_img {
  width: 16.85%;
  margin: 0 auto;
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
  section .ex_1 .ex_img, section .ex_2 .ex_img, section .ex_3 .ex_img {
    width: 53%;
  }
}

section .ex_1 table {
  border-collapse: collapse;
  margin-top: 20px;
}

section .ex_1 table tr {
  width: 1060px;
  height: 36px;
}

section .ex_1 table th, section .ex_1 table td {
  border: solid 1px #707070;
  width: 353.33px;
  height: 44px;
}

section .ex_1 table th {
  background-color: #B7DCEF;
}

section .ex_1 table .lh {
  line-height: 1.1em;
  padding-top: 5px;
  background-color: #fff;
}

section .ex_1 table .cw {
  color: #fff;
}

section .ex_1 table tr.regu td:nth-child(1) {
  background-color: #BC653D;
}

section .ex_1 table tr.regu td:nth-child(3) {
  color: #BC653D;
}

section .ex_1 table tr.silv td:nth-child(1) {
  background-color: #898989;
}

section .ex_1 table tr.silv td:nth-child(3) {
  color: #898989;
}

section .ex_1 table tr.gold td:nth-child(1) {
  background-color: #CCAE00;
}

section .ex_1 table tr.gold td:nth-child(3) {
  color: #CCAE00;
}

section .ex_1 table tr.plat td:nth-child(1) {
  background-color: #718CC7;
}

section .ex_1 table tr.plat td:nth-child(3) {
  color: #718CC7;
}

section .ex_1 table tr.diam td:nth-child(1) {
  background-color: #81A489;
}

section .ex_1 table tr.diam td:nth-child(3) {
  color: #81A489;
}

section .ex_1 table .pl10 {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section .ex_1 a.status_btn {
  width: 21%;
  padding: 15px 0px;
  border-radius: 50px;
  background-color: #B7DCEF;
  margin: 20px auto 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  section .ex_1 a.status_btn {
    width: 73%;
  }
}

section .ex_1 a.status_btn span {
  width: 6px;
  height: 6px;
  display: block;
  border: 1px solid #000;
  border-width: 1.3px 1.3px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 22px;
}

section .qa {
  width: 1060px;
  margin: 0 auto;
  padding: 80px 0px;
}

@media screen and (max-width: 750px) {
  section .qa {
    width: 84%;
  }
}

section .qa h4 {
  text-align: center;
}

section .qa ul.qa_box li.qa_in {
  padding-top: 40px;
}

section .qa ul.qa_box li.qa_in p.qa_q {
  border-radius: 10px;
  padding: 10px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .qa ul.qa_box li.qa_in p.qa_q span.Q {
  background-color: #4A97DC;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  position: relative;
}

section .qa ul.qa_box li.qa_in p.qa_q span.Q .Q_img {
  width: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section .qa ul.qa_box li.qa_in p.qa_a {
  padding-top: 20px;
}

section .qa ul.qa_box li.qa_in .qa_img {
  width: 51.14%;
  margin: 0 auto;
  padding-top: 40px;
}

@media screen and (max-width: 750px) {
  section .qa ul.qa_box li.qa_in .qa_img {
    width: 100%;
    padding-top: 20px;
  }
}

section .qa .entry {
  text-align: center;
  border: 1px solid #DADADA;
  border-radius: 10px;
  padding: 40px;
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  section .qa .entry {
    text-align: left;
    padding: 40px 20px;
  }
}

section .qa .entry p.entry_p {
  color: #4A97DC;
  padding-bottom: 8px;
}

@media screen and (max-width: 750px) {
  section .qa .entry p.entry_p {
    text-align: center;
  }
}

section .qa .entry a.entry_btn {
  width: 41%;
  padding: 15px 0px;
  border-radius: 50px;
  background-color: #B7DCEF;
  margin: 40px auto 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  section .qa .entry a.entry_btn {
    width: 230px;
    margin: 20px auto 0;
    text-align: center;
  }
}

section .qa .entry a.entry_btn span {
  width: 6px;
  height: 6px;
  display: block;
  border: 1px solid #000;
  border-width: 1.3px 1.3px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 22px;
}

section.item h4 {
  text-align: center;
  padding-bottom: 20px;
}

section.item a.item_btn {
  text-align: center;
  color: #fff;
  width: 53%;
  padding: 20px 0px;
  border-radius: 60px;
  background-color: #4A97DC;
  margin: 20px auto 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  section.item a.item_btn {
    width: 84%;
  }
}

section.item a.item_btn span.arrow_w {
  width: 6px;
  height: 6px;
  display: block;
  border: 1px solid #fff;
  border-width: 1.3px 1.3px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 22px;
}

.reserve {
  font-size: 12px;
}

.item_list {
  overflow: hidden;
  padding: 80px 0px;
}

.item_list .item_list_inner {
  margin: 0 auto;
  width: 1060px;
}

@media screen and (max-width: 750px) {
  .item_list .item_list_inner {
    width: 84%;
  }
}

.item_list .lineup {
  position: relative;
}

.item_list .slider li {
  text-align: center;
}

.item_list .slick-list {
  overflow: visible;
}

.item_list .slick-nav-arrows {
  position: relative;
  overflow: hidden;
}

.item_list .slick-arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #DADADA;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 999;
}

@media screen and (max-width: 750px) {
  .item_list .slick-arrow {
    opacity: 0;
  }
}

.item_list .slick-arrow::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #808080;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .item_list .slick-arrow::before {
    opacity: 0;
  }
}

.item_list .slick-next {
  right: -19px;
}

.item_list .slick-prev {
  left: -17px;
}

.item_list .slick-next::before {
  left: 8px;
}

.item_list .slick-prev::before {
  border-width: 0 0 1px 1px;
  right: 8px;
}

.item_list .slick-prev.slick-disabled, .item_list .slick-next.slick-disabled {
  opacity: 0;
}

.item_list .slick-prev.slick-disabled, .item_list .slick-next.slick-disabled {
  opacity: 0;
}

.item_list .slick-prev:hover,
.item_list .slick-prev:focus,
.item_list .slick-next:hover,
.item_list .slick-next:focus {
  color: transparent;
  background: #fff;
}

#footer {
  background: #B7DCEF;
}

@media screen and (min-width: 751px) {
  #footer {
    min-width: 1060px;
  }
}

#footer .info {
  padding: 80px 10% 50px;
  text-align: center;
  line-height: 130%;
}

#footer .info p {
  font-size: 18px;
  border-bottom: dotted 1px;
  display: inline;
  padding-bottom: 5px;
}

#footer .info .bnr {
  margin: 0 auto 60px;
}

@media screen and (min-width: 751px) {
  #footer .info .bnr {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#footer .info .bnr li {
  margin-top: 30px;
  font-size: 14px;
}

@media screen and (min-width: 751px) {
  #footer .info .bnr li {
    width: 48%;
    font-size: 14px;
  }
}

#footer .info .bnr li img {
  margin-bottom: 5px;
}

#footer .info ul#footer_snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

#footer .info ul#footer_snsArea li {
  width: 30px;
  height: auto;
  margin-right: 22px;
}

#footer .info ul#footer_snsArea li a img {
  width: 100%;
  display: block;
  height: auto;
}

#footer .info .palcloset {
  width: 150px;
  margin: 0 auto 10px;
  padding: 5px;
  display: block;
}

#footer .info .palcloset img {
  width: 100%;
}

#footer .info small {
  font-size: 10px;
  color: #000;
}

/* animation
--------------------------------------*/
.delay-05s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
/*# sourceMappingURL=style.css.map */