@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
html {
  font-size: 62.5%; }

body {
  position: relative;
  font-family: Roboto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  word-break: break-word; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1; }

figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 0; }

img {
  height: auto;
  line-height: 0;
  max-width: 100%; }

a {
  color: #000; }

.pc {
  display: block; }

.sp {
  display: none; }

@media screen and (max-width: 768px) {
  .pc {
    display: none; }
  .sp {
    display: block; } }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* ヘッダー */
header {
  background-color: #fff;
  border-bottom: 1px solid #bebebe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px; }
  header .title-h1 {
    line-height: 0; }
  header .logo {
    display: inline-block;
    line-height: 0; }
    header .logo img {
      width: auto;
      height: 25px; }

@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%; }
    header .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

#mv {
  background: url(../img/mv_bg.jpg) no-repeat center bottom/cover; }
  @media screen and (max-width: 768px) {
    #mv {
      padding-top: 50px; } }
  #mv > .inner {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 0; }
  #mv .mv-img img {
    width: 100%; }

nav {
  background-color: #000; }
  nav .spnavi {
    display: none; }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0; }
    nav ul li {
      text-align: center;
      width: calc( 100%/ 5); }
      nav ul li a {
        display: block;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        text-decoration: none; }
        nav ul li a::after {
          content: '';
          display: inline-block;
          background: url(../img/nav_arrow.png) no-repeat center center/contain;
          height: 10px;
          width: 100%;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        nav ul li a:hover {
          text-decoration: none; }
        nav ul li a:hover::after {
          -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
          transform: translateY(5px); }

@media screen and (max-width: 768px) {
  nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: transparent;
    width: 100%; }
    nav .spnavi,
    nav .spnavi span {
      display: inline-block;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    nav .spnavi {
      position: fixed;
      top: 0;
      right: 0;
      background-color: #001d55;
      width: 50px;
      height: 50px; }
      nav .spnavi span {
        position: absolute;
        left: 10px;
        width: 30px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px; }
        nav .spnavi span:nth-of-type(1) {
          top: 15px; }
        nav .spnavi span:nth-of-type(2) {
          top: 25px; }
        nav .spnavi span:nth-of-type(3) {
          top: 35px; }
      nav .spnavi.open span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        -ms-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg); }
      nav .spnavi.open span:nth-of-type(2) {
        opacity: 0; }
      nav .spnavi.open span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg); }
    nav ul {
      display: none;
      position: relative;
      top: 50px;
      right: 0;
      background-color: #001d55;
      padding: 5px 20px;
      width: 100%; }
      nav ul li {
        border-bottom: 1px solid #fff;
        margin: 0 auto;
        padding: 15px;
        text-align: left;
        width: 100%; }
        nav ul li:last-of-type {
          border: none; }
        nav ul li a::after {
          content: none; } }

[class^="block--"] .inner {
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 1040px;
  width: 100%; }
  @media screen and (max-width: 1124px) {
    [class^="block--"] .inner {
      padding: 40px 60px; } }
  @media screen and (max-width: 768px) {
    [class^="block--"] .inner {
      padding: 50px 10px 0; } }

[class^="block--"] .title-h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center; }
  @media screen and (max-width: 768px) {
    [class^="block--"] .title-h2 {
      font-size: 40px;
      line-height: 1.2; } }

[class^="block--"] .under-title {
  color: #001d55;
  font-size: 32px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    [class^="block--"] .under-title {
      font-size: 24px;
      line-height: 1.2; }
      [class^="block--"] .under-title span {
        display: inline-block; } }

/* reason */
#reason {
  position: relative;
  background-color: #eadacb; }
  #reason::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    background-color: #eadacb;
    height: 300px;
    width: 100%; }
  #reason .inner {
    position: relative;
    z-index: 1;
    padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      #reason .inner {
        padding-top: 50px;
        padding-bottom: 20px; } }
  #reason .title-h2 {
    color: #001d55; }
    #reason .title-h2 .text-strong {
      font-size: 60px; }
      @media screen and (max-width: 768px) {
        #reason .title-h2 .text-strong {
          display: inline-block; } }
  #reason .text-note {
    margin-top: 40px; }
    #reason .text-note li {
      text-indent: -1.5em;
      padding-left: 1.5em; }

.reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px; }
  .reason-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px 10px;
    height: 320px;
    width: 320px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .reason-list li {
        height: 290px;
        width: 290px; } }
    .reason-list li .title {
      color: #001d55;
      font-size: 26px;
      font-weight: bold;
      letter-spacing: -2px;
      text-align: center; }
      .reason-list li .title .text-strong {
        font-size: 30px; }
      .reason-list li .title .text-strong-number {
        font-size: 36px; }
    .reason-list li .text {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 20px;
      text-align: center; }
    .reason-list li sup {
      vertical-align: top; }

/* price */
#price {
  margin-top: 150px; }
  @media screen and (max-width: 768px) {
    #price {
      margin-top: 30px; } }
  #price .title-h2 {
    color: #001d55; }
  @media screen and (max-width: 768px) {
    #price .price-wrap {
      margin-top: 20px; } }
  #price .price-wrap p {
    color: #001d55; }
  #price .price-wrap .text-note {
    text-align: right; }
  #price .price-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: url(../img/price_line1.png) no-repeat center bottom/contain;
    color: #001d55;
    font-weight: bold;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      #price .price-text {
        max-width: 100%;
        width: 100%;
        background-size: contain;
        margin: 0 auto; } }
    #price .price-text .left {
      font-size: 80px;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      padding-bottom: 14px; }
      @media screen and (max-width: 768px) {
        #price .price-text .left {
          font-size: 9.5vw;
          padding-bottom: 5px; } }
    #price .price-text .center {
      font-size: 200px;
      letter-spacing: -5px; }
      @media screen and (max-width: 768px) {
        #price .price-text .center {
          font-size: 24vw;
          letter-spacing: -3px;
          padding: 0 5px; } }
    #price .price-text .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 14px; }
      @media screen and (max-width: 768px) {
        #price .price-text .right {
          padding-bottom: 5px; } }
      #price .price-text .right .tax {
        font-size: 34px;
        letter-spacing: 3px; }
        @media screen and (max-width: 768px) {
          #price .price-text .right .tax {
            font-size: 4vw;
            letter-spacing: 1px; } }
      #price .price-text .right .yen {
        font-size: 110px; }
        @media screen and (max-width: 768px) {
          #price .price-text .right .yen {
            font-size: 13vw; } }
  #price .text-note {
    margin-top: 40px; }
    #price .text-note li {
      text-indent: -0.5em;
      padding-left: 0.5em; }

.price-table {
  margin-top: 40px;
  width: 100%; }
  .price-table th {
    background-color: #001d55;
    border-bottom: 5px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 10em; }
    @media screen and (max-width: 768px) {
      .price-table th {
        display: block;
        padding: 5px;
        width: 100%; } }
  .price-table td {
    border-bottom: 5px solid #fff;
    font-size: 20px;
    padding: 10px 10px 10px 30px; }
    @media screen and (max-width: 768px) {
      .price-table td {
        display: block;
        padding: 5px;
        width: 100%; } }

.price-table-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .price-table-dl {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .price-table-dl dt {
    width: 20em; }
  .price-table-dl dd {
    width: 10em;
    white-space: nowrap; }

.campaign-detail {
  border: 4px solid #001d55;
  margin-top: 40px; }
  .campaign-detail-title {
    background-color: #001d55;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center; }
  .campaign-detail-inner {
    padding: 20px; }

.campaign-table {
  width: 100%; }
  .campaign-table th {
    background-color: #001d55;
    border-bottom: 5px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 10em; }
    @media screen and (max-width: 768px) {
      .campaign-table th {
        display: block;
        padding: 5px;
        width: 100%; } }
  .campaign-table td {
    border-bottom: 5px solid #fff;
    font-size: 20px;
    padding: 10px 10px 10px 30px; }
    @media screen and (max-width: 768px) {
      .campaign-table td {
        display: block;
        padding: 5px;
        width: 100%; } }
  .campaign-table .text-red {
    color: #e70000; }
  .campaign-table .text-except {
    margin-top: 20px; }

.h3-wrap {
  position: relative;
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .h3-wrap.option {
      margin-top: 100px; } }
  .h3-wrap .title-h3 {
    color: #001d55;
    font-size: 42px;
    font-weight: bold;
    text-align: center; }
  .h3-wrap .hukidasi {
    position: absolute;
    top: -10px;
    right: 0;
    background: url(../img/hukidasi_bg.png) no-repeat center center/contain;
    height: 108px;
    width: 255px; }
    @media screen and (max-width: 1124px) {
      .h3-wrap .hukidasi {
        top: -50px; } }
    @media screen and (max-width: 768px) {
      .h3-wrap .hukidasi {
        top: -100px; } }
    .h3-wrap .hukidasi .hukidasi-text {
      color: #e70000;
      font-size: 22px;
      font-weight: bold;
      padding: 25px 20px 20px 20px;
      text-align: center;
      -webkit-transform: rotate(1.5deg);
      -ms-transform: rotate(1.5deg);
      transform: rotate(1.5deg); }

.option-wrap {
  border: 10px solid #001d55;
  margin-top: 40px;
  padding: 20px; }
  .option-wrap .title {
    color: #001d55;
    font-size: 32px;
    font-weight: bold; }
  .option-wrap .badge {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e70000;
    border-radius: 50%;
    height: 100px;
    width: 100px; }
    .option-wrap .badge .badge-inner p {
      color: #fff;
      font-size: 18px;
      line-height: 1.2;
      text-align: center; }
    .option-wrap .badge .text-strong {
      font-size: 24px;
      font-weight: bold; }

.option-content-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; }
  @media screen and (max-width: 768px) {
    .option-content-wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .option-content-wrap .text-desc {
    color: #001d55;
    font-size: 20px;
    padding-left: 20px; }

.area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .area-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .area-list li {
    text-align: center;
    width: 48%; }
    @media screen and (max-width: 768px) {
      .area-list li {
        margin-bottom: 20px;
        width: 100%; } }
    .area-list li .title-wrap {
      background-color: #001d55;
      border-radius: 10px;
      padding: 10px; }
    .area-list li .title {
      color: #fff;
      font-size: 26px; }
    .area-list li .contry {
      color: #fff;
      font-size: 18px; }
    .area-list li .price-wrap p {
      background: url(../img/price_line2.png) no-repeat center bottom 17px;
      font-size: 32px;
      font-weight: bold; }
      .area-list li .price-wrap p .text-strong {
        font-size: 80px; }

/* detail */
#detail {
  position: relative;
  background-color: #eadacb;
  margin-top: 150px; }
  @media screen and (max-width: 768px) {
    #detail {
      margin-top: 80px; } }
  #detail .inner {
    position: relative;
    z-index: 1;
    padding: 0 20px; }
    @media screen and (max-width: 1124px) {
      #detail .inner {
        padding: 0 60px; } }
    @media screen and (max-width: 768px) {
      #detail .inner {
        padding: 20px 10px; } }
  #detail .title-h2 {
    color: #001d55; }
  #detail .under-title {
    color: #001d55; }
  #detail::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    transform: skewY(4deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    background-color: #eadacb;
    height: 300px;
    width: 100%; }
  #detail::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    transform: skewY(4deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    background-color: #eadacb;
    height: 300px;
    width: 100%; }

.detail-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; }
  @media screen and (max-width: 1124px) {
    .detail-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.detail-left {
  max-width: 540px;
  width: 100%; }
  @media screen and (max-width: 1124px) {
    .detail-left {
      margin-top: 20px; } }
  @media screen and (max-width: 768px) {
    .detail-left {
      max-width: 480px; } }
  .detail-left .device-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #001d55;
    font-size: 20px;
    font-weight: bold;
    line-height: 1; }
    .detail-left .device-name .text-strong {
      font-size: 50px; }
    @media screen and (max-width: 768px) {
      .detail-left .device-name .text-right {
        white-space: nowrap; } }

.detail-right {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .detail-right {
      text-align: center;
      width: 80%; } }

.detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px auto 0; }
  @media screen and (max-width: 768px) {
    .detail-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .detail-list li {
    background-color: #fff;
    border-radius: 10px;
    line-height: 1.2;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    max-width: 170px;
    width: calc(100% / 3); }
    @media screen and (max-width: 768px) {
      .detail-list li {
        margin: 0 5px 10px;
        width: 140px; } }
    .detail-list li.number {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .detail-list li .title {
      color: #001d55;
      font-size: 20px;
      font-weight: bold; }
      .detail-list li .title .text-strong {
        font-size: 28px; }
      .detail-list li .title .text-strong-number {
        font-size: 36px; }

/* step */
#step {
  margin-top: 150px; }
  @media screen and (max-width: 768px) {
    #step {
      margin-top: 0px; } }
  #step .title-h2 {
    color: #001d55; }

.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 60px; }
  @media screen and (max-width: 1124px) {
    .step-list {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .step-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .step-list li .text-desc {
      color: #001d55;
      font-size: 26px;
      line-height: 1.2;
      margin-top: 20px; }
    .step-list li.arrow {
      margin-top: 70px; }
      @media screen and (max-width: 1124px) {
        .step-list li.arrow {
          margin-top: 0;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); } }
    .step-list li:nth-of-type(1) .step-icon {
      background: url(../img/step1.png) no-repeat center bottom; }
    .step-list li:nth-of-type(3) .step-icon {
      background: url(../img/step2.png) no-repeat center bottom; }
    .step-list li:nth-of-type(5) .step-icon {
      background: url(../img/step3.png) no-repeat center bottom; }
  .step-list .step-icon {
    display: block;
    border: 4px solid #001d55;
    border-radius: 50%;
    height: 280px;
    width: 280px; }
    .step-list .step-icon .step-num {
      display: inline-block;
      background-color: #fff;
      color: #e70000;
      font-size: 40px;
      font-weight: bold;
      margin-top: -20px;
      padding: 0 10px; }
    .step-list .step-icon .title {
      color: #001d55;
      font-size: 30px;
      font-weight: bold;
      line-height: 1.2; }

/* faw */
#faq {
  position: relative;
  background-color: #eadacb;
  margin-top: 100px; }
  #faq .inner {
    position: relative;
    z-index: 1;
    padding: 0 20px; }
    @media screen and (max-width: 1124px) {
      #faq .inner {
        padding: 0 60px; } }
    @media screen and (max-width: 768px) {
      #faq .inner {
        padding: 20px 10px; } }
  #faq .title-h2 {
    color: #001d55; }
  #faq::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    background-color: #eadacb;
    height: 300px;
    width: 100%; }
  #faq::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    background-color: #eadacb;
    height: 300px;
    width: 100%; }

.faq-anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 40px; }
  @media screen and (max-width: 1124px) {
    .faq-anchor-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .faq-anchor-list li {
    background-color: #fff;
    border-radius: 10px;
    width: 287px;
    margin: 0 5px 10px;
    padding: 10px;
    text-align: center; }
    .faq-anchor-list li a {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.2;
      text-decoration: none; }
      .faq-anchor-list li a::after {
        content: '';
        display: inline-block;
        background: url(../img/faq_arrow.png) no-repeat center center/contain;
        height: 10px;
        width: 100%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .faq-anchor-list li a:hover::after {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); }

.title-faq {
  color: #001d55;
  font-size: 28px;
  font-weight: bold;
  padding-top: 60px; }

.faq-dl {
  background-color: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 20px; }
  @media screen and (max-width: 768px) {
    .faq-dl {
      padding: 5px 10px; } }
  .faq-dl > dt {
    position: relative; }
    .faq-dl > dt::before {
      content: 'Ｑ．';
      position: absolute;
      top: 0;
      left: 0;
      color: #001d55; }
    .faq-dl > dt p {
      padding-left: 40px; }
      @media screen and (max-width: 768px) {
        .faq-dl > dt p {
          padding-right: 20px; } }
  .faq-dl > dd {
    display: none;
    position: relative; }
    .faq-dl > dd::before {
      content: 'Ａ．';
      position: absolute;
      top: 0;
      left: 0;
      color: #e70000;
      font-weight: bold; }

.faq-dl dt .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 15px;
  height: 3px;
  margin: auto;
  background: #001d55;
  content: "";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 0; }
  .faq-dl dt .icon:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 3px;
    height: 15px;
    margin: auto;
    background: #001d55;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    top: -6px; }

.faq-dl dt.open .icon:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.dd-inner {
  padding-left: 40px; }

.faq-cancel-list-title, .faq-detail-table-title {
  margin-top: 20px; }

.faq-cancel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .faq-cancel-list dt {
    width: 15em; }
  .faq-cancel-list dd {
    width: 15em; }

.faq-detail-table th {
  border: 1px solid #aaa;
  font-weight: bold;
  padding: 10px;
  width: 8em;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .faq-detail-table th {
      display: block;
      background-color: #ddd;
      width: 100%; } }

.faq-detail-table td {
  border: 1px solid #aaa;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .faq-detail-table td {
      display: block;
      width: 100%; } }

.faq-area-table {
  margin-top: 20px;
  width: 100%; }
  .faq-area-table th {
    border: 1px solid #aaa;
    font-weight: bold;
    padding: 10px;
    width: 8em;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .faq-area-table th {
        display: block;
        background-color: #eee;
        width: 100%; } }
    .faq-area-table th.bg-gray {
      background-color: #ddd; }
    .faq-area-table th .td-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .faq-area-table td {
    border: 1px solid #aaa;
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .faq-area-table td {
        display: block;
        width: 100%; } }

/* footer */
footer {
  position: relative;
  margin-top: 100px;
  padding: 40px 10px; }
  footer a {
    color: #001d55; }
  footer #copyright {
    margin-top: 10px; }

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px 80px; } }

.btn-wrap {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 100; }
  .btn-wrap a.order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #001d55;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-right: none;
    border-radius: 50% 0 0 50%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 10px 30px 20px;
    text-decoration: none;
    text-align: center; }
    .btn-wrap a.order:hover {
      opacity: 0.8; }

@media screen and (max-width: 768px) {
  .btn-wrap {
    bottom: 0;
    width: 100%; }
    .btn-wrap a.order {
      width: 100%;
      border-radius: 0;
      padding: 10px;
      text-align: center; }
      .btn-wrap a.order br {
        display: none; } }

a.top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 50px;
  width: 50px;
  text-decoration: none; }
  a.top::before {
    content: '';
    position: relative;
    top: 5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media screen and (max-width: 768px) {
    a.top {
      display: none; } }
