@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

td {
  text-align: left;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea, img {
  vertical-align: middle;
}

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

em {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ========================================
    ■ 必須設定
======================================== */
/* 頻出の色 */
.font_red {
  color: #eb0000;
}

.font_yellow {
  color: #fff600;
}

.font_navy {
  color: #262e6a;
}

/* 関数
----------------------------- */
.kenten, .kenten_half {
  padding: 0.35em 0;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  background-position: top left;
  background-image: radial-gradient(0.4rem 0.4rem at center center, #222 50%, transparent 50%);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.kenten_half {
  background-size: 0.65em 0.5em;
}

.is_sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .is_sp {
    display: none;
  }
}

.is_tab {
  display: block;
}

@media screen and (min-width: 769px) {
  .is_tab {
    display: none;
  }
}

.is_pc {
  display: none;
}

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

img.is_sp,
br.is_sp {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  img.is_sp,
  br.is_sp {
    display: none;
  }
}

img.is_tab,
br.is_tab {
  display: none;
}

@media screen and (min-width: 769px) {
  img.is_tab,
  br.is_tab {
    display: inline-block;
  }
}

img.is_pc,
br.is_pc {
  display: none;
}

@media screen and (min-width: 1001px) {
  img.is_pc,
  br.is_pc {
    display: inline-block;
  }
}

/* フチどり */
/* ========================================
    ■ General
======================================== */
/* 1px = 0.01remに変換（100px = 1rem）*/
html {
  font-size: 13.02083vw;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 10vw;
  }
}

@media screen and (min-width: 1001px) {
  html {
    font-size: 100px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 0.28rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 0.18rem;
  }
}

a {
  color: #0033cc;
  text-decoration: underline;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a::before, a::after {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a:hover::before, a:hover::after {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

img,
video,
object {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

section {
  position: relative;
}

mark {
  background: none;
  color: inherit;
  font-weight: inherit;
  font-style: normal;
}

picture {
  display: block;
}

/* utility class
----------------------------- */
.wrap {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .wrap {
    max-width: 1000px;
  }
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hover:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.hover:hover:hover {
  -webkit-transform: scale(0.98, 0.98);
          transform: scale(0.98, 0.98);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.scrollbar::-webkit-scrollbar {
  background: #ccc;
  width: 0.1rem;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #aaa;
}

table.tbl_block {
  display: block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.tbl_block {
    display: table;
  }
}

table.tbl_block tbody {
  display: block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.tbl_block tbody {
    display: table-row-group;
  }
}

table.tbl_block tr {
  display: block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.tbl_block tr {
    display: table-row;
  }
}

table.tbl_block th, table.tbl_block td {
  display: block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.tbl_block th, table.tbl_block td {
    display: table-cell;
  }
}

.keyv_body::before, .sec01_area_tit::after, .cta_head::after, .sec11_faq dt:nth-of-type(n+2)::before {
  content: '';
  display: block;
}

/* マーカー */
mark {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #F3F3F3), color-stop(20%, transparent));
  background: linear-gradient(0deg, #F3F3F3 20%, transparent 20%);
}

.marker_red {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #eb0000), color-stop(20%, transparent));
  background: linear-gradient(0deg, #eb0000 20%, transparent 20%);
}

/* ・リスト */
.list_dot > li {
  position: relative;
  padding-left: 1em;
}

.list_dot > li::before {
  content: '・';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

/* ========================================
    ■ header
======================================== */
#header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem;
}

@media screen and (min-width: 769px) {
  #header .wrap {
    padding: 0.25rem 0;
  }
}

.header_logo {
  width: 2.8rem;
}

.header_tel {
  display: block;
  width: 4.16rem;
}

@media screen and (min-width: 769px) {
  .header_tel {
    width: 3.9rem;
  }
}

/* ========================================
    ■ keyv
======================================== */
.keyv_body {
  position: relative;
  background: url(../images/keyv_body_bg01.png) no-repeat center bottom;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .keyv_body {
    background-image: url(../images/keyv_body_bg01_tab.png);
  }
}

.keyv_body::before {
  position: absolute;
  left: 1px;
  top: 0.24rem;
  background: #eb0000;
  width: calc(50% - 5rem);
  height: 0.64rem;
}

@media screen and (max-width: 768px) {
  .keyv_body::before {
    opacity: 0;
  }
}

.keyv_body .wrap {
  padding: 0.1rem 0 1.6rem;
}

@media screen and (min-width: 769px) {
  .keyv_body .wrap {
    padding: 0.12rem 0 0.05rem;
  }
}

.keyv_body_tit {
  position: relative;
}

@media screen and (min-width: 769px) {
  .keyv_body_tit {
    width: 6.64rem;
    z-index: 9;
  }
}

.keyv_foot {
  position: relative;
  background: url(../images/keyv_foot_bg01.png) no-repeat center top;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .keyv_foot {
    background-image: url(../images/keyv_foot_bg01_tab.png);
  }
}

.keyv_foot .wrap {
  padding: 0.15rem 0 0.2rem;
}

@media screen and (min-width: 769px) {
  .keyv_foot .wrap {
    height: 1.9rem;
    padding: 0.15rem 0 0;
  }
}

.keyv_foot_img01 {
  position: absolute;
  right: 0;
  top: -2.95rem;
  width: 2.6rem;
}

@media screen and (min-width: 769px) {
  .keyv_foot_img01 {
    right: 1.4rem;
    top: -2.85rem;
    width: 2.35rem;
  }
}

.keyv_foot_ribon {
  position: relative;
}

@media screen and (min-width: 769px) {
  .keyv_foot_ribon {
    width: 5.12rem;
  }
}

@media screen and (min-width: 769px) {
  .keyv_foot_tit01 {
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 5.33rem;
  }
}

.keyv_point {
  position: relative;
  background: url(../images/keyv_point_bg01.png) repeat-x left top;
  background-size: auto 100%;
  height: 2.65rem;
}

@media screen and (min-width: 769px) {
  .keyv_point {
    background: none;
    height: auto;
  }
}

.keyv_point_img01 {
  position: absolute;
  left: 0;
  top: -0.35rem;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .keyv_point_img01 {
    left: 5.2rem;
    top: -1.95rem;
    width: 4.9rem;
  }
}

/* ========================================
    ■ cta_fixed
======================================== */
#cta_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 2.2rem;
}

.cta_fixed_tit {
  background: #202020;
  padding: 0.05rem 0;
  color: #fff;
  font-size: 0.23rem;
  text-align: center;
}

.cta_fixed_btn01 {
  display: block;
  width: 6.46rem;
  margin: 0.1rem auto 0;
}

/* ========================================
    ■ sec01
======================================== */
#sec01_head {
  background: #60adfb;
}

#sec01 .wrap {
  padding: 0.45rem 0;
}

.sec01_area {
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 1px 0.16rem rgba(47, 47, 47, 0.13);
          box-shadow: 0 1px 0.16rem rgba(47, 47, 47, 0.13);
  width: 90%;
  margin: 0 auto;
  padding: 0.4rem 5%;
}

@media screen and (min-width: 769px) {
  .sec01_area {
    width: 8.4rem;
    padding: 0.3rem 0.5rem 0.45rem;
  }
}

.sec01_area_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.28rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .sec01_area_tit {
    font-size: 0.21rem;
  }
}

.sec01_area_tit::after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #222;
  width: 50%;
  height: 1px;
  margin: 0 0 0 0.5em;
}

.sec01_area_list {
  margin: 0.25rem 0 0;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .sec01_area_list {
    margin: 0.2rem 0 0;
  }
}

/* ========================================
    ■ cta_head
======================================== */
.cta_head {
  background: #202020;
}

.cta_head::after {
  position: absolute;
  left: calc(50% - 0.3rem);
  bottom: -0.3rem;
  z-index: 9;
  width: 0;
  height: 0;
  border-top: solid 0.35rem #202020;
  border-right: solid 0.3rem rgba(255, 255, 255, 0);
  border-left: solid 0.3rem rgba(255, 255, 255, 0);
}

@media screen and (min-width: 769px) {
  .cta_head::after {
    left: calc(50% - 0.25rem);
    bottom: -0.2rem;
    border-top-width: 0.25rem;
    border-right-width: 0.25rem;
    border-left-width: 0.25rem;
  }
}

.cta_head .wrap {
  padding: 0.4rem 0;
}

@media screen and (min-width: 769px) {
  .cta_head .wrap {
    padding: 0.2rem 0;
  }
}

.cta_head_tit01 {
  width: 6.3rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .cta_head_tit01 {
    width: 5.1rem;
  }
}

/* ========================================
    ■ cta_discount
======================================== */
.cta_discount {
  background: #e6e3e9;
}

.cta_discount .wrap {
  background: url(../images/cta_discount_bg01.png) no-repeat left bottom;
  background-size: cover;
  padding: 0.6rem 0 0.15rem;
}

@media screen and (min-width: 769px) {
  .cta_discount .wrap {
    background-image: url(../images/cta_discount_bg01_tab.png);
    padding: 0.5rem 0 0.2rem;
  }
}

.cta_discount_tit01 {
  width: 4.72rem;
  margin: 0 0 0 2.5rem;
}

@media screen and (min-width: 769px) {
  .cta_discount_tit01 {
    width: 3.95rem;
    margin: 0 0 0 4.35rem;
  }
}

.cta_discount_txt01 {
  margin: 0.15rem 0 0 2.7rem;
  font-size: 0.23rem;
}

@media screen and (min-width: 769px) {
  .cta_discount_txt01 {
    margin: 0.1rem 0 0 4.55rem;
    font-size: 0.18rem;
  }
}

.cta_discount_txt01 strong {
  font-size: calc(28 / 23 * 100%);
}

.cta_discount_txt02 {
  display: block;
  margin: 0.15rem 0 0 2.7rem;
  font-size: 0.14rem;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .cta_discount_txt02 {
    margin: 0.1rem 0 0 4.55rem;
    font-size: 0.1rem;
  }
}

/* ========================================
    ■ cta_payment
======================================== */
.cta_payment {
  background: #262e6a;
  color: #fff;
}

.cta_payment .wrap {
  padding: 0.2rem 5%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cta_payment .wrap {
    padding: 0.3rem 0 0.4rem;
  }
}

.cta_payment_tit01 {
  color: #fff600;
  font-size: 0.38rem;
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .cta_payment_tit01 {
    font-size: 0.31rem;
  }
}

.cta_payment_content {
  position: relative;
  margin: 0.1rem 0 0;
}

@media screen and (min-width: 769px) {
  .cta_payment_content {
    margin: 0.1rem 0 0 4.4rem;
    text-align: left;
  }
}

.cta_payment_txt01 {
  font-size: 0.24rem;
}

@media screen and (min-width: 769px) {
  .cta_payment_txt01 {
    font-size: 0.19rem;
  }
}

.cta_payment_img01 {
  width: 3.66rem;
  margin: 0.15rem auto 0;
}

@media screen and (min-width: 769px) {
  .cta_payment_img01 {
    position: absolute;
    left: -2rem;
    top: 0;
    width: 1.64rem;
    margin: 0;
  }
}

.cta_payment_txt02 {
  display: block;
  margin: 0.1rem 0 0;
  font-size: 0.14rem;
  font-weight: 400;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .cta_payment_txt02 {
    margin: 0.1rem 0 0;
    font-size: 0.1rem;
    text-align: left;
  }
}

/* ========================================
    ■ cta_alldays
======================================== */
.cta_alldays {
  background: url(../images/cta_alldays_bg01.png) no-repeat center top;
  background-size: cover;
}

.cta_alldays .wrap {
  padding: 0.6rem 5%;
}

@media screen and (min-width: 769px) {
  .cta_alldays .wrap {
    padding: 0.45rem 0;
  }
}

.cta_alldays_inner {
  position: relative;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .cta_alldays_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta_alldays_seal {
  position: absolute;
  left: -0.3rem;
  top: -0.9rem;
  width: 1.95rem;
}

@media screen and (min-width: 769px) {
  .cta_alldays_seal {
    left: 0.2rem;
    top: -0.85rem;
    width: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .cta_alldays_tit01 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 4.56rem;
  }
}

.cta_alldays_content {
  position: relative;
  padding: 3.4rem 0 0.2rem;
}

@media screen and (min-width: 769px) {
  .cta_alldays_content {
    padding: 0 0.2rem;
  }
}

.cta_alldays_content_img01 {
  position: absolute;
  left: -0.25rem;
  top: 0.2rem;
  width: 7.4rem;
}

@media screen and (min-width: 769px) {
  .cta_alldays_content_img01 {
    position: relative;
    left: auto;
    top: auto;
    width: 5.08rem;
    margin: 0 auto;
  }
}

.cta_alldays_btn01 {
  display: block;
  width: 6.46rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .cta_alldays_btn01 {
    width: 5rem;
    margin: 0.15rem auto 0;
  }
}

.cta_alldays_notes_tit01 {
  margin: 0.1rem 0 0;
  font-size: 0.23rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cta_alldays_notes_tit01 {
    margin: 0;
    font-size: 0.18rem;
  }
}

.cta_alldays_notes_txt01 {
  width: 6.2rem;
  margin: 0.1rem auto 0;
  font-size: 0.13rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cta_alldays_notes_txt01 {
    width: 100%;
    font-size: 0.1rem;
  }
}

/* ========================================
    ■ sec02
======================================== */
#sec02 {
  background: #e4e6ed;
}

#sec02 .wrap {
  padding: 0.5rem 0.6rem;
}

@media screen and (min-width: 769px) {
  #sec02 .wrap {
    padding: 0.4rem 1.85rem;
  }
}

.sec02_tit01 {
  text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
  color: #1089ef;
  font-size: 0.38rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .sec02_tit01 {
    font-size: 0.28rem;
  }
}

.sec02_txt01 {
  margin: 0.3rem 0 0;
  width: 3.5rem;
}

@media screen and (min-width: 769px) {
  .sec02_txt01 {
    width: 3.85rem;
    margin: 0.15rem 0 0;
  }
}

.sec02_img01 {
  position: absolute;
  right: 0.6rem;
  top: 0.75rem;
  width: 2.4rem;
}

@media screen and (min-width: 769px) {
  .sec02_img01 {
    right: 2.2rem;
    top: 0.3rem;
    width: 1.8rem;
  }
}

/* ========================================
    ■ sec03
======================================== */
#sec03 {
  background: url(../images/sec03_bg02.png) no-repeat center top, url(../images/sec03_bg01.png) no-repeat center top;
  background-size: 100% auto, cover;
}

@media screen and (min-width: 769px) {
  #sec03 {
    background: url(../images/sec03_bg01_tab02.png) no-repeat center top, url(../images/sec03_bg02_tab.png) repeat-x center top, url(../images/sec03_bg01_tab.png) repeat-x left top;
    background-size: auto 100%, contain, auto 100%;
  }
}

#sec03 .wrap {
  background: url(../images/sec03_bg03.png) no-repeat 5.5rem 0.65rem;
  background-size: 1.1rem auto;
  padding: 0.75rem 0 1.05rem;
}

@media screen and (min-width: 769px) {
  #sec03 .wrap {
    background-position: 6.4rem 0.45rem;
    padding: 0.5rem 0 0.45rem;
  }
}

.sec03_tit01 {
  width: 6.6rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec03_tit01 {
    width: 5.6rem;
  }
}

.sec03_box {
  position: relative;
  background: #fff;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 1px 0.29rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0.29rem rgba(0, 0, 0, 0.2);
  width: 90%;
  margin: 2.1rem auto 0;
  padding: 0.45rem 0 4.4rem;
  font-size: 0.3rem;
}

@media screen and (min-width: 769px) {
  .sec03_box {
    margin: 0.4rem auto 0;
    padding: 0.45rem 0 3.2rem;
    font-size: 0.2rem;
  }
}

.sec03_checklist {
  margin: 0 0 0 0.7rem;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .sec03_checklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.5rem;
  }
}

.sec03_checklist > ul:nth-of-type(n+2) {
  margin-top: 0.2rem;
}

@media screen and (min-width: 769px) {
  .sec03_checklist > ul:nth-of-type(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .sec03_checklist > ul {
    width: 50%;
  }
}

.sec03_checklist > ul > li {
  background: url(../images/sec03_checklist_ico01.png) no-repeat left 0.2em;
  background-size: 0.38rem auto;
  padding: 0 0 0 0.55rem;
}

@media screen and (min-width: 769px) {
  .sec03_checklist > ul > li {
    background-size: 0.25rem auto;
    padding: 0 0 0 0.4rem;
  }
}

.sec03_checklist > ul > li:nth-of-type(n+2) {
  margin-top: 0.2rem;
}

.sec03_checklist b {
  font-weight: 500;
}

.sec03_img01 {
  position: absolute;
  left: calc(50% - 2.95rem);
  bottom: -0.15rem;
  width: 5.9rem;
}

@media screen and (min-width: 769px) {
  .sec03_img01 {
    left: calc(50% - 3.65rem);
    bottom: -0.2rem;
    width: 7.3rem;
  }
}

/* ========================================
    ■ sec04
======================================== */
#sec04 {
  background: url(../images/sec04_bg02.png) no-repeat right top, url(../images/sec04_bg01.png) no-repeat center top;
  background-size: 1.72rem auto, 100% auto;
}

@media screen and (min-width: 769px) {
  #sec04 {
    background: url(../images/sec04_bg02_tab.png) no-repeat 95% top, url(../images/sec04_bg01_tab.png) no-repeat center top;
    background-size: 2.8rem auto, 100% auto;
  }
}

.sec04_damage {
  position: relative;
  padding: 1.15rem 0 0;
}

@media screen and (min-width: 769px) {
  .sec04_damage {
    padding: 0.55rem 0 0;
  }
}

.sec04_damage_arrow {
  position: absolute;
  left: calc(50% - 1.32rem);
  top: -0.6rem;
  width: 2.64rem;
}

@media screen and (min-width: 769px) {
  .sec04_damage_arrow {
    left: calc(50% - 0.75rem);
    top: -0.3rem;
    width: 1.5rem;
  }
}

.sec04_damage_seal {
  position: absolute;
  left: 0.4rem;
  top: -0.35rem;
  width: 2.05rem;
}

@media screen and (min-width: 769px) {
  .sec04_damage_seal {
    left: 0.15rem;
    top: -0.2rem;
    width: 1.55rem;
  }
}

.sec04_damage_tit01 {
  position: relative;
  width: 5.96rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec04_damage_tit01 {
    width: 5.1rem;
  }
}

.sec04_damage_example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 0.4rem auto 0;
  font-size: 0.26rem;
  text-align: center;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .sec04_damage_example {
    width: 6.9rem;
    margin: 0.35rem auto 0;
    font-size: 0.18rem;
  }
}

.sec04_damage_example > li {
  width: 2.1rem;
  margin: 0 0.23rem 0 0;
}

@media screen and (min-width: 769px) {
  .sec04_damage_example > li {
    margin: 0 0.28rem 0 0;
  }
}

.sec04_damage_example > li:nth-of-type(3n) {
  margin-right: 0;
}

.sec04_damage_example > li:nth-of-type(n+4) {
  margin-top: 0.3rem;
}

.sec04_damage_example figcaption {
  margin: 0.1rem 0 0;
}

.sec04_possibility {
  position: relative;
  padding: 1.15rem 0 0.75rem;
}

@media screen and (min-width: 769px) {
  .sec04_possibility {
    padding: 0.75rem 0 0.6rem;
  }
}

.sec04_possibility_seal {
  position: absolute;
  left: 0.3rem;
  top: -0.25rem;
  width: 2rem;
}

@media screen and (min-width: 769px) {
  .sec04_possibility_seal {
    left: 0.95rem;
    top: 0.1rem;
    width: 1.65rem;
  }
}

.sec04_possibility_tit01 {
  position: relative;
  width: 6.46rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec04_possibility_tit01 {
    width: 5.4rem;
  }
}

.sec04_possibility_img01 {
  width: 6.9rem;
  margin: 0.3rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec04_possibility_img01 {
    width: 100%;
    margin: 0.25rem auto 0;
  }
}

/* ========================================
    ■ sec05
======================================== */
#sec05 {
  background: url(../images/sec05_bg01.png) no-repeat center top;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #sec05 {
    background-image: url(../images/sec05_bg01_tab.png);
  }
}

#sec05 .wrap {
  padding: 2.4rem 0 0.45rem;
}

@media screen and (min-width: 769px) {
  #sec05 .wrap {
    padding: 1.55rem 0 0.45rem;
  }
}

.sec05_tit01 {
  position: absolute;
  left: 0;
  top: -0.25rem;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .sec05_tit01 {
    left: calc(50% - 4.45rem);
    top: -0.3rem;
    width: 8.9rem;
  }
}

.sec05_img01 {
  width: 6.9rem;
  margin: 0 auto;
}

.sec05_img02 {
  margin: 0.3rem 0 0;
}

@media screen and (min-width: 769px) {
  .sec05_img02 {
    width: 8.2rem;
    margin: 0.3rem auto 0;
  }
}

/* ========================================
    ■ sec06_head
======================================== */
#sec06_head {
  background: #22449a;
}

#sec06_head .wrap {
  padding: 0.5rem 0;
}

.sec06_head_tit01 {
  width: 5.64rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec06_head_tit01 {
    width: 4.6rem;
  }
}

/* ========================================
    ■ sec06_point
======================================== */
#sec06_point .wrap {
  padding: 0.5rem 0 0.65rem;
}

@media screen and (min-width: 769px) {
  #sec06_point .wrap {
    padding: 0.45rem 0 0.5rem;
  }
}

/* ========================================
    ■ sec07
======================================== */
#sec07 {
  background: url(../images/sec07_bg01.png) no-repeat center top;
  background-size: cover;
}

#sec07 .wrap {
  padding: 0.45rem 0 0.4rem;
}

@media screen and (min-width: 769px) {
  #sec07 .wrap {
    padding: 0.15rem 0 0.35rem;
  }
}

@media screen and (min-width: 769px) {
  .sec07_tit01 {
    width: 8.75rem;
    margin: 0 auto;
  }
}

.sec07_img01 {
  width: 6.9rem;
  margin: 0.3rem auto 0;
}

.sec07_txt01 {
  background: #fff;
  border: solid 2px #262e6a;
  width: 6.9rem;
  margin: 0.3rem auto 0;
  padding: 0.3rem 0;
  color: #262e6a;
  font-size: 0.3rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sec07_txt01 {
    padding: 0.15rem 0;
    font-size: 0.2rem;
  }
}

.sec07_txt01 strong {
  font-size: calc(43 / 30 * 100%);
}

@media screen and (min-width: 769px) {
  .sec07_txt01 strong {
    font-size: calc(25 / 20 * 100%);
  }
}

/* ========================================
    ■ sec08
======================================== */
#sec08 {
  background: url(../images/sec08_bg01.png) no-repeat center top;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #sec08 {
    background-image: url(../images/sec08_bg01_tab.png);
    padding: 0.35rem 0 0;
  }
}

#sec08 .wrap {
  padding: 1.75rem 0 0.5rem;
}

@media screen and (min-width: 769px) {
  #sec08 .wrap {
    padding: 0.25rem 0 0.45rem;
  }
}

.sec08_tit01 {
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .sec08_tit01 {
    position: relative;
    left: auto;
    top: auto;
    background: #fff;
    height: 0.7rem;
  }
}

@media screen and (min-width: 769px) {
  .sec08_tit01_txt01 {
    position: absolute;
    left: calc(50% - 3.48rem);
    top: -0.1rem;
    width: 6.96rem;
  }
}

/* ========================================
    ■ sec09
======================================== */
#sec09 {
  background: url(../images/sec09_bg01.png) no-repeat center top;
  background-size: cover;
  padding: 0.55rem 0 0.95rem;
}

@media screen and (min-width: 769px) {
  #sec09 {
    background-image: url(../images/sec09_bg01_tab.png);
    padding: 0.45rem 0 0.95rem;
  }
}

#sec09 .flickity-prev-next-button {
  background: url(../images/sec09_slide_arrow01.png) no-repeat center center;
  background-size: 100% 100%;
  width: 0.7rem;
  height: 0.7rem;
}

@media screen and (min-width: 769px) {
  #sec09 .flickity-prev-next-button {
    width: 0.6rem;
    height: 0.6rem;
  }
}

#sec09 .flickity-prev-next-button .flickity-button-icon {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #sec09 .flickity-prev-next-button.previous {
    left: calc(50% - 4rem);
  }
}

#sec09 .flickity-prev-next-button.next {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

@media screen and (min-width: 769px) {
  #sec09 .flickity-prev-next-button.next {
    right: calc(50% - 4rem);
  }
}

#sec09 .flickity-page-dots .dot {
  opacity: 1;
  background: #fff;
  border: solid 1px #262e6a;
}

#sec09 .flickity-page-dots .dot.is-selected {
  background: #262e6a;
}

.sec09_seal {
  position: absolute;
  right: 0;
  top: -0.3rem;
  width: 1.85rem;
}

@media screen and (min-width: 769px) {
  .sec09_seal {
    right: calc(50% - 4.9rem);
    top: -0.2rem;
    width: 1.6rem;
  }
}

.sec09_tit01 {
  position: relative;
}

@media screen and (min-width: 769px) {
  .sec09_tit01 {
    width: 8.7rem;
    margin: 0 auto;
  }
}

#sec09_slide {
  position: relative;
  margin: 0.3rem 0 0;
}

@media screen and (min-width: 769px) {
  #sec09_slide {
    margin: 0.45rem 0 0;
  }
}

.sec09_slide_item {
  width: 6.9rem;
  margin: 0 0.4rem;
}

@media screen and (min-width: 769px) {
  .sec09_slide_item {
    width: 6.2rem;
    margin: 0 0.5rem;
  }
}

/* ========================================
    ■ sec10
======================================== */
#sec10 .wrap {
  padding: 2.5rem 0 0.85rem;
}

@media screen and (min-width: 769px) {
  #sec10 .wrap {
    padding: 1.9rem 0 0.5rem;
  }
}

.sec10_tit01 {
  position: absolute;
  right: 0;
  top: -0.1rem;
  width: 7.3rem;
}

@media screen and (min-width: 769px) {
  .sec10_tit01 {
    right: 0.8rem;
    width: 8.4rem;
  }
}

.sec10_area {
  border: solid 2px #262e6a;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec10_area {
    width: 8.4rem;
  }
}

.sec10_area_tit01 {
  position: relative;
  background: #262e6a;
  padding: 2px 0;
  text-align: center;
}

.sec10_area_tit01 > img {
  width: 6.14rem;
}

@media screen and (min-width: 769px) {
  .sec10_area_tit01 > img {
    width: 4.9rem;
  }
}

.sec10_area_content {
  background: url(../images/sec10_area_content_bg01.png) no-repeat 1.05rem 95%;
  background-size: 5.66rem auto;
  padding: 0.25rem 0.55rem 0.9rem;
  font-size: 0.26rem;
}

@media screen and (min-width: 769px) {
  .sec10_area_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: 2.35rem 95%;
    background-size: 3.6rem auto;
    padding: 0.2rem 0.5rem 0.75rem;
    font-size: 0.17rem;
  }
}

@media screen and (min-width: 769px) {
  .sec10_area_content dl {
    width: 50%;
  }
}

.sec10_area_content dl:nth-of-type(n+2) {
  margin-top: 0.15rem;
}

@media screen and (min-width: 769px) {
  .sec10_area_content dl:nth-of-type(n+2) {
    margin-top: 0;
  }
}

.sec10_area_content dl dt {
  font-weight: bold;
}

.sec10_area_content dl dt:nth-of-type(n+2) {
  margin-top: 0.15rem;
}

.sec10_area_content dl dd {
  margin: 0.15rem 0 0;
}

/* ========================================
    ■ sec11
======================================== */
#sec11 .wrap {
  padding: 1.2rem 0 0.85rem;
}

@media screen and (min-width: 769px) {
  #sec11 .wrap {
    padding: 0.7rem 0 0.3rem;
  }
}

.sec11_tit01 {
  position: absolute;
  left: calc(50% - 1.4rem);
  top: 1rem;
  background: #262e6a;
  border-radius: 0.1rem;
  width: 2.8rem;
  padding: 0.05rem 0;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sec11_tit01 {
    left: calc(50% - 1.1rem);
    top: 0.5rem;
    width: 2.2rem;
    font-size: 0.24rem;
  }
}

.sec11_faq {
  border: solid 0.04rem #262e6a;
  width: 90%;
  margin: 0 auto;
  padding: 0.7rem 5% 0.3rem;
}

@media screen and (min-width: 769px) {
  .sec11_faq {
    width: 100%;
    padding: 0.55rem 0.8rem 0.25rem;
  }
}

.sec11_faq dt {
  position: relative;
  background: url(../images/sec11_faq_ico01.png) no-repeat left top;
  background-size: 0.55rem auto;
  padding: 0.05rem 0 0 0.7rem;
  color: #262e6a;
  font-size: 0.3rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .sec11_faq dt {
    background-size: 0.45rem auto;
    min-height: 0.45rem;
    padding: 0.05rem 0 0 0.6rem;
    font-size: 0.23rem;
  }
}

.sec11_faq dt:nth-of-type(n+2) {
  margin-top: 0.4rem;
}

@media screen and (min-width: 769px) {
  .sec11_faq dt:nth-of-type(n+2) {
    margin-top: 0.3rem;
  }
}

.sec11_faq dt:nth-of-type(n+2)::before {
  position: absolute;
  left: 0;
  top: -0.4rem;
  background: #262e6a;
  width: 0.95rem;
  height: 2px;
}

@media screen and (min-width: 769px) {
  .sec11_faq dt:nth-of-type(n+2)::before {
    top: -0.3rem;
    width: 0.7rem;
  }
}

.sec11_faq dd {
  background: url(../images/sec11_faq_ico02.png) no-repeat left top;
  background-size: 0.55rem auto;
  margin: 0.1rem 0 0;
  padding: 0.05rem 0 0.45rem 0.7rem;
  font-size: 0.25rem;
}

@media screen and (min-width: 769px) {
  .sec11_faq dd {
    background-size: 0.45rem auto;
    min-height: 0.45rem;
    margin: 0.15rem 0 0;
    padding: 0.05rem 0 0.2rem 0.6rem;
    font-size: 0.19rem;
  }
}

/* ========================================
    ■ sec12
======================================== */
#sec12 .wrap {
  padding: 0 0 0.86rem;
}

@media screen and (min-width: 769px) {
  #sec12 .wrap {
    padding: 0 0 0.3rem;
  }
}

.sec12_btn01 {
  display: block;
  width: 6.4rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec12_btn01 {
    width: 5.3rem;
  }
}

/* ========================================
    ■ footer
======================================== */
#footer {
  background: #202020;
  color: #fff;
}

#footer .wrap {
  padding: 0.45rem 0;
}

@media screen and (max-width: 768px) {
  #footer .wrap {
    padding-bottom: 2.65rem;
  }
}

.footer_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.9rem;
  margin: 0 auto;
  font-size: 0.18rem;
}

@media screen and (min-width: 769px) {
  .footer_company {
    width: 6.2rem;
    font-size: 0.14rem;
  }
}

.footer_company dl {
  width: 50%;
}

.footer_company dt:nth-of-type(n+2) {
  margin-top: 1em;
}

.footer_copyright {
  margin: 0.75rem 0 0;
  font-size: 0.18rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footer_copyright {
    margin: 0.65rem 0 0;
    font-size: 0.14rem;
  }
}
/*# sourceMappingURL=style.css.map */