@charset "UTF-8";
/**
 * Creative Net Door.
 * Basic Css Reset Formatter
 **/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*form*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

html, body {
  width: 100%;
  min-height: 100%;
  height: auto;
}

/*
概要: ピクセルをremに変換する関数。
引数: $pixel: 変換したいピクセル
利用法: @include pxToRem(24)
*/
/*for clearFix*/
.cf:after {
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  content: "";
}

/* 追加 MacIE 5 と WinIE 7 向け */
.cf {
  display: inline-block;
}

/*MacIE \*/
* html .cf {
  height: 1em;
}

.cf {
  display: block;
}

/*
@mixin inner($innerPx:10%,$minW:1200px) {
    width: 100% - $innerPx*2;
    margin: 0 auto;
    min-width: $minW;
    max-width: pxToRem(1400);
}
*/
/*
@mixin innerSp($innerPx: 560){
    width: percentage($innerPx/640);
    max-width: inherit;
    margin: 0 auto;
}
*/
/*
@mixin title{
  font-size: pxToRem(30);
  text-align: center;
  font-weight: 500;
}
@mixin titleSpan{
  display: block;
  font-size: pxToRem(14);
}
@mixin titlesp{
  font-size: pxToRem(18);
  text-align: center;
  font-weight: 500;
}
@mixin titlespSpan{
  display: block;
  font-size: pxToRem(12);
}
@mixin title02{
  font-size: pxToRem(28);
  color: $base;
  font-weight: 500;
  border-bottom: 6px solid #EFEFEF;
  padding-bottom: pxToRem(15);
}
@mixin titlesp02{
  font-size: pxToRem(24);
  color: $base;
  font-weight: 500;
  border-bottom: 6px solid #EFEFEF;
  padding-bottom: pxToRem(15);
}
*/
/*
@mixin btnType02{
  background: $green;
  border: 2px solid $green;
  color: #fff;
  text-align: center;
  font-size: pxToRem(14);
  font-weight: 500;
  padding: pxToRem(16) pxToRem(15);
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
*/
/*
@media screen and (max-width:768px){
  @function get_vw($size, $viewport:768){
    $rate: 100 / $viewport;
    @return $rate * $size * 1vw;
  }

  @mixin fz_vw($font_size:10){
    font-size: $font_size * 1px;
    font-size: get_vw($font_size);
  }
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  font-size: 10px;
}

body {
  color: #000;
  background: #FFF;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  position: relative;
}
body * {
  box-sizing: border-box;
}
body .sp {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
}
a img {
  transition: opacity 0.3s;
}
@media screen and (min-width: 48em) {
  a:hover {
    opacity: 0.7;
  }
}

.fwb {
  font-weight: bold;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/***************
pc
***************/
body img {
  display: block;
  max-width: 100%;
}
body .pc {
  display: block;
}
body .sp {
  display: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 47.9375em) {
  body {
    font-size: 1.2rem;
  }
  body img {
    width: 100%;
    max-width: inherit;
  }
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
}
/*-------------------------------------------

PC

--------------------------------------------*/
.onlySP,
.onlyTablet {
  display: none !important;
}

a {
  transition: .3s;
}

a:hover {
  text-decoration: none;
}

a img {
  transition: .3s;
}

@media all and (-ms-high-contrast: none) {
  a img, a, img {
    transition: opacity 0.3s ease-out;
  }
}
a:hover img {
  opacity: .65;
}

a:hover.none img {
  opacity: 1;
}

/*-------------------------------------------

SP

--------------------------------------------*/
@media screen and (max-width: 768px) {
  .onlyPC {
    display: none !important;
  }

  .onlySP {
    display: block !important;
  }

  img {
    width: 100%;
  }
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}

/***********************************************************

 common

***********************************************************/
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.inner2 {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}

/***********************************************************

 header

***********************************************************/
header {
  background: #335c42;
  padding: 20px 0;
  line-height: 1;
}

header .inner2 {
  width: 96.7%;
  max-width: 885px;
  margin: 0 auto;
}

header h1 img, header div.fl img {
  width: 215px;
  height: 29px;
}

header div.box01 {
  float: right;
  padding-top: 4px;
}

header div.box01 ul li {
  float: left;
}

header div.box01 ul li + li {
  margin-left: 20px;
}

nav {
  background: #ffffff;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0 0.9rem 0;
}
nav .menu {
  border-right: 1px solid #979797;
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
}
nav .menu__Signle {
  border-left: 1px solid #979797;
}
nav .menu__Signle a {
  width: 100%;
  display: block;
  padding: 0.8rem 2.6%;
  text-align: center;
  color: #000;
  position: relative;
}
nav .menu__Signle:first-of-type {
  width: 9.6%;
}
nav .menu__Signle:first-of-type a {
  top: -0.3rem;
}
nav .menu__Signle:first-of-type a::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.9rem;
  background: url(../img/header_icon_top.svg) left center no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
  margin-right: 0.8rem;
}
nav .menu__Signle:nth-of-type(2) {
  width: 13.3%;
}
nav .menu__Signle:nth-of-type(2) a {
  top: -0.3rem;
}
nav .menu__Signle:nth-of-type(2) a::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.9rem;
  background: url(../img/header_icon_topics.svg) left center no-repeat;
  background-size: contain;
  position: relative;
  top: 5px;
  margin-right: 0.8rem;
}
nav .menu__Signle:nth-of-type(3) {
  width: 15.5%;
}
nav .menu__Signle:nth-of-type(3) a {
  top: -0.1rem;
}
nav .menu__Signle:nth-of-type(3) a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.3rem;
  background: url(../img/header_icon_ponta.svg) left center no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 0.8rem;
}
nav .menu__Signle:nth-of-type(4) {
  width: 14.2%;
}
nav .menu__Signle:nth-of-type(4) a {
  top: -0.1rem;
}
nav .menu__Signle:nth-of-type(4) a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.3rem;
  background: url(../img/header_icon_visa.svg) left center no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 0.8rem;
}
nav .menu__Signle:nth-of-type(5) {
  width: 18.2%;
}
nav .menu__Signle:nth-of-type(5) a {
  top: -0.4rem;
}
nav .menu__Signle:nth-of-type(5) a::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 2rem;
  background: url(../img/header_icon_ecode.svg) left center no-repeat;
  background-size: contain;
  position: relative;
  top: 5px;
  margin-right: 0.4rem;
}
nav .menu__Signle:nth-of-type(6) {
  width: 13%;
}
nav .menu__Signle:nth-of-type(6) a {
  top: -0.1rem;
}
nav .menu__Signle:nth-of-type(6) a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.3rem;
  background: url(../img/header_icon_dpoint.svg) left center no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 0.8rem;
}
nav .menu__Signle:nth-of-type(7) {
  width: 15.7%;
}
nav .menu__Signle:nth-of-type(7) a {
  top: -0.2rem;
}
nav .menu__Signle:nth-of-type(7) a::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.7rem;
  background: url(../img/header_icon_faq.svg) left center no-repeat;
  background-size: contain;
  position: relative;
  top: 5px;
  margin-right: 0.8rem;
}

.head_wrap.fixed {
  padding-bottom: 69px;
}

.head_wrap.fixed nav {
  max-width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.head_wrap.fixed nav ul {
  margin: 0 auto;
  max-width: 915px;
}

/***********************************************************

 pankuzu

***********************************************************/
.pankuzu {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 1.6;
  z-index: 20;
}

.pankuzu ul li {
  float: left;
  font-size: 11px;
  margin-right: 10px;
  position: relative;
}

.pankuzu ul li br {
  display: none;
}

.pankuzu ul li:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  border-right: 1px solid  #000;
  border-bottom: 1px solid  #000;
  margin-left: 10px;
}

.pankuzu ul li:last-child:after {
  display: none;
}

.pankuzu ul li a {
  color: #639abd;
  text-decoration: underline;
}

.pankuzu ul li a:hover {
  text-decoration: none;
}

.topicsPage .pankuzu,
.topicsPageDetail .pankuzu {
  padding-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1.6;
}

.topicsPage .pankuzu ul li,
.topicsPageDetail .pankuzu ul li {
  float: left;
  font-size: 11px;
  margin-right: 10px;
  position: relative;
}

.topicsPage .pankuzu ul li br,
.topicsPageDetail .pankuzu ul li br {
  display: none;
}

.topicsPage .pankuzu ul li:after,
.topicsPageDetail .pankuzu ul li:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  border-right: 1px solid  #000;
  border-bottom: 1px solid  #000;
  margin-left: 10px;
}

.topicsPage .pankuzu ul li:last-child:after,
.topicsPageDetail .pankuzu ul li:last-child:after {
  display: none;
}

.topicsPage .pankuzu ul li a,
.topicsPageDetail .pankuzu ul li a {
  color: #639abd;
  text-decoration: underline;
}

.topicsPage .pankuzu ul li a:hover,
.topicsPageDetail .pankuzu ul li a:hover {
  text-decoration: none;
}

.faqPage .pankuzu,
.contactPage .pankuzu {
  padding-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.6;
  position: static;
}

.faqPage .pankuzu ul li,
.contactPage .pankuzu ul li {
  float: left;
  font-size: 11px;
  margin-right: 10px;
  position: relative;
}

.faqPage .pankuzu ul li br,
.contactPage .pankuzu ul li br {
  display: none;
}

.faqPage .pankuzu ul li:after,
.contactPage .pankuzu ul li:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  border-right: 1px solid  #000;
  border-bottom: 1px solid  #000;
  margin-left: 10px;
}

.faqPage .pankuzu ul li:last-child:after,
.contactPage .pankuzu ul li:last-child:after {
  display: none;
}

.faqPage .pankuzu ul li a,
.contactPage .pankuzu ul li a {
  color: #639abd;
  text-decoration: underline;
}

.faqPage .pankuzu ul li a:hover,
.contactPage .pankuzu ul li a:hover {
  text-decoration: none;
}

_:-ms-fullscreen, :root main {
  padding-top: 8.3rem;
  display: block;
}

@supports (-ms-ime-align: auto) {
  main {
    padding-top: 8.3rem;
  }
}
/***********************************************************

 hotel_menu

***********************************************************/
#hotel_menu {
  display: block;
  position: fixed;
  right: 0;
  top: 156px;
  width: 70px;
  z-index: 999;
}

#hotel_menu_sp {
  display: none;
}

/***********************************************************

 pagetop

***********************************************************/
footer #page_top {
  position: fixed;
  right: 15px;
  bottom: 30px;
}
footer #page_top img {
  width: 80px;
}

/***********************************************************

 footer

***********************************************************/
footer {
  background: #335c42;
}
footer .inner {
  width: 100%;
  max-width: 87.2rem;
  margin: 0 auto;
  padding: 3.5rem 0 4rem 0;
}
footer .footerLink {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
}
footer .footerLink__Faq {
  width: 48.7%;
}
footer .footerLink__Faq a {
  display: block;
  background: url(../img/f_arrow.svg) 94.1% center no-repeat #ffffff;
  background-size: 10px 20px;
  border: 1px solid #000;
  border-radius: 0.6rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 3.4rem 0 3.5rem 0;
}
footer .footerLink__Faq a p::before {
  background: url(../img/f_faq_icon.svg) left top no-repeat;
  -webkit-background-size: 26px 24px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 24px;
  padding-left: 8px;
  position: relative;
  top: 5px;
}
footer .footerLink__Contact {
  width: 48.7%;
}
footer .footerLink__Contact a {
  display: block;
  background: url(../img/f_arrow.svg) 94.1% center no-repeat #ffffff;
  background-size: 10px 20px;
  border: 1px solid #000;
  border-radius: 0.6rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 3.6rem 0;
}
footer .footerLink__Contact a p::before {
  background: url(../img/f_contact_icon.svg) left top no-repeat;
  -webkit-background-size: 26px 20px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  padding-left: 8px;
  position: relative;
  top: 3px;
}
footer .footerLogo {
  max-width: 21.5rem;
  margin: 0 auto;
  padding: 5.5rem 0 6rem 0;
}
footer .copy {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}

/***********************************************************

 pankuzu

***********************************************************/
/*
.contentsWrapper {
  & .pankuzu{
    background: none;
    width: 96%;
    padding: pxToRem(13) 0 pxToRem(40) 0;
    margin: 0 auto;
    @include flex(r, w, b, c);
    justify-content: flex-start;
  }
  & .pnkz {
    width: 96%;
    margin: 0 auto;
    font-size: pxToRem(12);
    line-height: 2.54545;
    letter-spacing: 0.1375rem;
    color: $base;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    z-index: 1;
    & li{
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: nowrap;
      flex-direction: row;
      white-space: nowrap;
      overflow-wrap : normal;
      & a{
        color: $base;
        &:hover{
          text-decoration: underline;
        }
      }
    }
    & li:not(:last-child)::after {
      //content: ">";
      display: block;
      vertical-align: middle;
      margin: 0 pxToRem(8);
      //width: pxToRem(6);
      //height: pxToRem(8);
      //background: url(../img/pankuzu_arrow.svg) left center no-repeat;
      //background-size: contain;
    }
  }
}
*/
/***********************************************************

 pager

***********************************************************/
.contentsWrapper .pageing {
  margin: 4rem auto 0rem auto;
  background: none;
  padding: 0;
}

.contentsWrapper .pageing ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

/*.contentWrapper .pageing ul li a:not(.prev):not(.next),
.contentWrapper .pageing ul li span:not(.dots) {*/
.contentsWrapper .pageing ul li a,
.contentsWrapper .pageing ul li span:not(.dots) {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 4rem;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0.3rem;
  transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease;
  border-radius: 6px;
}

@media screen and (max-width: 48em) {
  .contentsWrapper .pageing ul li a:not(.prev):not(.next),
  .contentsWrapper .pageing ul li span:not(.dots)
  .contentsWrapper .pageing ul li span:not(.all) {
    transition: none;
  }
}
/*.contentWrapper .pageing ul li a:not(.prev):not(.next) {*/
.contentsWrapper .pageing ul li a {
  border: 1px solid #335c42;
  background: #ffffff;
  color: #335c42;
  border-radius: 6px;
}

/*.contentWrapper .pageing ul li a:not(.prev):not(.next):hover {*/
.contentsWrapper .pageing ul li span:not(.dots) {
  border: none;
  background: #335c42;
  color: #ffffff;
  border: 1px solid #335c42;
  vertical-align: bottom;
}

.contentsWrapper .pageing ul li .dots {
  color: #000;
  letter-spacing: 2px;
}

.contentsWrapper .pageing ul li .dots {
  display: none;
}

.contentsWrapper .pageing ul li .prev,
.contentsWrapper .pageing ul li .next {
  margin: 0 1rem;
  width: 4rem;
  background: #ffffff;
  color: #335c42;
  border: 1px solid #335c42;
}

.contentsWrapper .pageing ul li .prev img,
.contentsWrapper .pageing ul li .next img {
  width: 8px;
  height: 13px;
}

/*
.contentsWrapper .pageing ul li .all{
  width: pxToRem(160);
  @include go;
  font-size: pxToRem(17);
}
*/
/***********************************************************

 common

***********************************************************/
.contentsBg {
  background: #e0e7e3;
}

@media screen and (max-width: 47.9375em) {
  .inner2 {
    width: 96vw;
  }

  p {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  /*----------------------------
  		header
  ----------------------------*/
  header {
    background: #335c42;
    padding: 5.4vw 8vw 6.4vw;
    line-height: 1;
    width: 100%;
    z-index: 9999;
    	/*------------------------------
    nav
    ------------------------------*/
    /*三本線*/
    /*閉じる*/
    /*中身*/
  }

  header .inner2 {
    width: 100%;
  }

  header .inner2 img {
    vertical-align: middle !important;
  }

  header h1, header div.fl {
    padding-top: 1vw;
    margin-left: 0;
  }

  header h1 img, header div.fl img {
    width: 36.4vw;
    max-width: 273px;
    height: auto;
  }

  header div.box01 {
    margin-left: 7vw;
    float: left;
  }

  header div.box01 img {
    width: 16.53333vw;
    max-width: 124px;
    height: auto;
  }

  header .sp_btn {
    display: inline-block;
    position: absolute;
    right: 5.3%;
    top: 5.4vw;
    margin: 0;
    background: #fff;
    cursor: pointer;
    text-align: center;
    background: url(../img/sp_menu.png) no-repeat center bottom;
    background-size: contain;
  }

  header .sp_btn.close_menu {
    background: url(../img/sp_menu2.png) no-repeat center bottom;
    background-size: contain;
  }

  header .sp_btn .sp_btn-icon {
    display: block;
    position: absolute;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #ffffff;
    transition: .2s;
    border-radius: 1000px;
  }

  header .sp_btn .sp_btn-icon:before,
  header .sp_btn .sp_btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background: #ffffff;
    transition: .3s;
    border-radius: 1000px;
  }

  header .sp_btn .close {
    background: transparent;
  }

  header .sp_btn .close:before,
  header .sp_btn .close:after {
    margin-top: -1px;
  }

  header .sp_btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  header .sp_btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  header nav {
    border: none;
    margin: 0 auto;
    padding: 0;
  }

  header nav .nav_inner {
    display: none;
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    height: auto;
    background: #ffffff;
    border-top: 1px solid #b1b1b1;
    z-index: 9999;
  }

  header nav ul.mainmenu {
    border: none;
  }

  header nav ul.mainmenu li {
    border-bottom: 1px solid #b1b1b1;
    width: 100%;
    height: auto;
    line-height: 1;
    float: none;
    border-right: none;
    text-align: left;
    color: #000;
  }

  header nav ul.mainmenu li a {
    display: block;
    text-align: left;
    padding: 1.4rem 3rem 1.4rem 2.4rem;
    background: url(../img/arrow_menu_sp.svg) 92.6% center no-repeat;
    background-size: 8px 15px;
    color: #000;
    font-size: 1.5rem;
    vertical-align: middle;
    position: relative;
  }

  	  		/*
  		      header nav ul.mainmenu li:first-of-type{
  		        & a{
  		          //top: pxToRem(0);
          			padding: pxToRem(15) pxToRem(30) pxToRem(13) pxToRem(24);
  		          &::before{
  		            content:"";
  		            display:inline-block;
  		            width: pxToRem(35);
  		            height: pxToRem(30);
  		            background: url(../img/header_icon_top.svg) center center no-repeat;
  		            background-size: pxToRem(28) pxToRem(30);
  		            position:relative;
  		            top: -2px;
  		            margin-right: pxToRem(8);
              		vertical-align: middle;
  		          }
  		        }
  		      }
  		      */
  header nav ul.mainmenu li:first-of-type a::before {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3rem;
    background: url(../img/header_icon_topics.svg) center center no-repeat;
    background-size: 2.2rem 3rem;
    position: relative;
    top: -2px;
    margin-right: 0.8rem;
    vertical-align: middle;
  }

  header nav ul.mainmenu li:nth-of-type(2) a::before {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3rem;
    background: url(../img/header_icon_ponta.svg) center center no-repeat;
    background-size: 3.3rem 2.2rem;
    position: relative;
    top: -1px;
    margin-right: 0.8rem;
    vertical-align: middle;
  }

  header nav ul.mainmenu li:nth-of-type(3) a::before {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3rem;
    background: url(../img/header_icon_visa.svg) center center no-repeat;
    background-size: 3.3rem 2.2rem;
    position: relative;
    top: -1px;
    margin-right: 0.8rem;
    vertical-align: middle;
  }

  header nav ul.mainmenu li:nth-of-type(4) a::before {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3rem;
    background: url(../img/header_icon_ecode.svg) center center no-repeat;
    background-size: 3.1rem 3.2rem;
    position: relative;
    top: -1px;
    margin-right: 0.8rem;
    vertical-align: middle;
  }

  header nav ul.mainmenu li:nth-of-type(5) {
    border-bottom: 2px solid #b1b1b1;
  }
  header nav ul.mainmenu li:nth-of-type(5) a::before {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3rem;
    background: url(../img/header_icon_dpoint.svg) center center no-repeat;
    background-size: 3.3rem 2.1rem;
    position: relative;
    top: -1px;
    margin-right: 0.8rem;
    vertical-align: middle;
  }

  header nav ul.mainmenu li:nth-of-type(6) a::before {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3rem;
    background: url(../img/header_icon_faq.svg) center center no-repeat;
    background-size: 3rem 2.7rem;
    position: relative;
    top: -1px;
    margin-right: 0.8rem;
    vertical-align: middle;
  }

  header nav ul.mainmenu li:nth-of-type(7) a::before {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3rem;
    background: url(../img/header_icon_contact.svg) center center no-repeat;
    background-size: 3rem 2.3rem;
    position: relative;
    top: -1px;
    margin-right: 0.8rem;
    vertical-align: middle;
  }

  		/*
      header nav ul.mainmenu li:first-child img {
        width: 157px;
        height: auto; }
      header nav ul.mainmenu li:nth-child(2) img {
        width: 219px;
        height: auto; }
        */
  /*
  header nav ul.mainmenu li:nth-child(3) img {
    width: 159px;
    height: auto; }
    */
  header nav .sns {
    padding: 10vw 0px;
  }

  header nav .sns ul {
    border: none;
    text-align: center;
  }

  header nav .sns ul li {
    float: none;
    width: auto;
    display: inline-block;
    border: none;
    margin: 0 7px;
  }

  header nav .sns ul li img {
    width: auto;
    height: 22px;
  }

  .head_wrap.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-bottom: 18.6vw;
  }

  .head_wrap.fixed nav {
    max-width: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }

  .head_wrap.fixed nav ul {
    margin: 0 auto;
    max-width: 915px;
  }

  /***********************************************************

   pankuzu

  ***********************************************************/
  .pankuzu {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
    line-height: 1.2;
    background: none;
    padding: 1rem 0 0 0;
  }
  .pankuzu .pnkz {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .pankuzu .pnkz li {
    letter-spacing: 0;
  }
  .pankuzu .pnkz li:not(:last-child)::after {
    margin: 0 0.8rem;
  }

  .pankuzu ul li {
    float: none;
    display: inline;
    font-size: 11px;
    margin-right: 0;
    position: relative;
  }

  .topicsPage .pankuzu {
    width: auto;
    margin: 0 auto 10px;
    line-height: 1.2;
    background: none;
    padding: 1rem 0;
  }
  .topicsPage .pankuzu .pnkz {
    width: auto;
    max-width: initial;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .topicsPage .pankuzu .pnkz li {
    letter-spacing: 0;
  }
  .topicsPage .pankuzu .pnkz li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
  .topicsPage .pankuzu ul li {
    float: none;
    display: inline;
    font-size: 11px;
    margin-right: 0;
    position: relative;
  }

  .topicsPageDetail .pankuzu {
    width: auto;
    margin: 0 auto 10px;
    line-height: 1.2;
    background: none;
    padding: 1rem 0;
  }
  .topicsPageDetail .pankuzu .pnkz {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .topicsPageDetail .pankuzu .pnkz li {
    letter-spacing: 0;
  }
  .topicsPageDetail .pankuzu .pnkz li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
  .topicsPageDetail .pankuzu ul li {
    float: none;
    display: inline;
    font-size: 11px;
    margin-right: 0;
    position: relative;
  }

  .faqPage .pankuzu {
    width: auto;
    margin: 0 10px;
    line-height: 1.2;
    background: none;
    padding: 1rem 0 0 0;
  }
  .faqPage .pankuzu .pnkz {
    width: auto;
    max-width: initial;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .faqPage .pankuzu .pnkz li {
    letter-spacing: 0;
  }
  .faqPage .pankuzu .pnkz li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
  .faqPage .pankuzu ul li {
    float: none;
    display: inline;
    font-size: 11px;
    margin-right: 0;
    position: relative;
  }

  .contactPage .pankuzu {
    width: auto;
    margin: 0 10px;
    line-height: 1.2;
    background: none;
    padding: 1rem 0 0 0;
  }
  .contactPage .pankuzu .pnkz {
    width: auto;
    max-width: initial;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .contactPage .pankuzu .pnkz li {
    letter-spacing: 0;
  }
  .contactPage .pankuzu .pnkz li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
  .contactPage .pankuzu ul li {
    float: none;
    display: inline;
    font-size: 11px;
    margin-right: 0;
    position: relative;
  }

  /*----------------------
  menu
  ----------------------*/
}
@media screen and (max-width: 47.9375em) and (min-width: 457px) {
  header nav .nav_inner {
    top: 19.4vw;
  }
}
@media screen and (max-width: 47.9375em) and (min-width: 761px) {
  header nav .nav_inner {
    top: 19.25vw;
  }
}
@media screen and (max-width: 47.9375em) and (max-width: 510px) {
  .sp_btn {
    width: 29px;
    height: 30px;
    padding-top: 30px;
  }

  .sp_btn .sp_btn-icon {
    top: 31%;
    left: 32.5%;
    width: 25px;
    height: 2px;
  }

  /*三本線*/
  .sp_btn .sp_btn-icon:before,
  .sp_btn .sp_btn-icon:after {
    top: 31%;
    width: 25px;
    height: 2px;
  }

  .sp_btn .sp_btn-icon:before {
    margin-top: -8px;
  }

  .sp_btn .sp_btn-icon:after {
    margin-top: 8px;
  }
}
@media screen and (max-width: 47.9375em) {
  	/***********************************************************

  	 main

  	***********************************************************/
  main {
    padding-top: 5rem;
  }

  	/***********************************************************

  	 hotel_menu

  	***********************************************************/
  #hotel_menu {
    display: none;
  }

  #hotel_menu_sp {
    display: block;
    width: 100%;
  }
  #hotel_menu_sp .menuInner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 9998;
  }
  #hotel_menu_sp .menuInner a {
    display: block;
    width: 100%;
    height: 50px;
    padding: 17px 0;
    text-align: center;
    font-size: 16px;
    background: #708d7b;
    color: #fff;
    text-decoration: none;
  }
  #hotel_menu_sp .menuInner a img {
    width: 97px;
    margin: 0 auto;
  }

  	/***********************************************************

  	 pagetop

  	***********************************************************/
  footer #page_top {
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 9999;
  }
  footer #page_top img {
    width: 40px;
  }

  	/***********************************************************

  	 footer

  	***********************************************************/
  footer {
    background: #335c42;
  }
  footer .inner {
    width: 89.3%;
    max-width: initial;
    margin: 0 auto;
    padding: 3rem 0 7.5rem 0;
  }
  footer .footerLink {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
  footer .footerLink__Faq {
    width: auto;
    margin-bottom: 1.5rem;
  }
  footer .footerLink__Faq a {
    display: block;
    background: url(../img/f_arrow.svg) 94.1% center no-repeat #ffffff;
    background-size: 10px 20px;
    border: 1px solid #000;
    border-radius: 0.6rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1.2rem 0;
  }
  footer .footerLink__Faq a p {
    text-align: center;
  }
  footer .footerLink__Faq a p::before {
    background: url(../img/f_faq_icon.svg) left top no-repeat;
    -webkit-background-size: 24px 20px;
    content: "";
    display: inline-block;
    width: 24px;
    height: 20px;
    padding-left: 10px;
    position: relative;
    top: 5px;
  }
  footer .footerLink__Contact {
    width: auto;
  }
  footer .footerLink__Contact a {
    display: block;
    background: url(../img/f_arrow.svg) 94.1% center no-repeat #ffffff;
    background-size: 10px 20px;
    border: 1px solid #000;
    border-radius: 0.6rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1.2rem 0;
  }
  footer .footerLink__Contact a p {
    text-align: center;
  }
  footer .footerLink__Contact a p::before {
    background: url(../img/f_contact_icon.svg) left top no-repeat;
    -webkit-background-size: 24px 19px;
    content: "";
    display: inline-block;
    width: 24px;
    height: 19px;
    padding-left: 10px;
    position: relative;
    top: 3px;
  }
  footer .footerLogo {
    max-width: 16.8rem;
    margin: 0 auto;
    padding: 4rem 0 4rem 0;
  }
  footer .copy {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
  }

  	/***********************************************************

  	 pankuzu

  	***********************************************************/
  	/*
  	.contentsWrapper {
  		& .pankuzu{
  		background: none;
  		width: 100%;
  		padding: pxToRem(14) pxToRem(20);
  		overflow-x: auto;
  		overflow-y: hidden;
  		overflow: auto;
  		white-space: nowrap;
  			& .pnkz {
  				flex-wrap: nowrap; //折り返さない
  				width: 100%;
  				max-width: initial;
  				margin: 0 auto;
  				font-size: pxToRem(10);
  				line-height: 2.54545;
  				letter-spacing: 0.1375rem;
  				& li{
  					flex-wrap: nowrap; //折り返さない
  				}
  				& li:not(:last-child)::after {
  				margin: 0 pxToRem(8);
  				}
  			}
  		}
  	}

  	*/
  /*
  .pankuzu{
  	background: none;
  	width: 100%;
  	padding: pxToRem(14) pxToRem(20);
  	overflow-x: auto;
  	overflow-y: hidden;
  	overflow: auto;
  	white-space: nowrap;
  	text-align: right;
  	display: block;
  	}
  	.pnkz {
  		flex-wrap: nowrap; //折り返さない
  		width: 100%;
  		max-width: initial;
  		margin: 0 auto;
  		font-size: pxToRem(10);
  		line-height: 2.54545;
  		letter-spacing: 0.1375rem;
  		display: inline;
  		text-align: right;
  		display: block;
  		& li{
  			flex-wrap: nowrap; //折り返さない
  			display: inline-block;
  		text-align: right;
  		}
  		& li:not(:last-child)::after {
  	      content: "/";
  	      display: inline;
  	      vertical-align: top;
  	      margin: 0 pxToRem(4);
  		}
  	}
  	*/
  	/***********************************************************

  	 pager

  	***********************************************************/
  .contentsWrapper .pageing {
    width: auto;
    margin: 3rem auto 0rem auto;
  }

  .contentsWrapper .pageing ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }

  /*.contentWrapper .pageing ul li a:not(.prev):not(.next),
  .contentWrapper .pageing ul li span:not(.dots) {*/
  .contentsWrapper .pageing ul li a,
  .contentsWrapper .pageing ul li span:not(.dots) {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 3rem;
    height: 3rem;
    font-size: 1.3rem;
    line-height: 1;
    margin: 0 0.2rem;
    transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease;
    border-radius: 6px;
  }
}
@media screen and (max-width: 47.9375em) and (max-width: 48em) {
  .contentsWrapper .pageing ul li a:not(.prev):not(.next),
  .contentsWrapper .pageing ul li span:not(.dots)
  .contentsWrapper .pageing ul li span:not(.all) {
    transition: none;
  }
}
@media screen and (max-width: 47.9375em) {
  /*.contentWrapper .pageing ul li a:not(.prev):not(.next) {*/
  .contentsWrapper .pageing ul li a {
    border: 1px solid #335c42;
    background: #ffffff;
    color: #335c42;
    border-radius: 6px;
  }

  /*.contentWrapper .pageing ul li a:not(.prev):not(.next):hover {*/
  .contentsWrapper .pageing ul li span:not(.dots) {
    background: #335c42;
    color: #ffffff;
    border: 1px solid #335c42;
    vertical-align: bottom;
  }

  .contentsWrapper .pageing ul li .dots {
    color: #000;
    letter-spacing: 2px;
  }

  .contentsWrapper .pageing ul li .dots {
    display: none;
  }

  .contentsWrapper .pageing ul li .prev,
  .contentsWrapper .pageing ul li .next {
    width: 3rem;
    margin: 0 1rem;
    background: #ffffff;
    color: #335c42;
    border: 1px solid #335c42;
  }

  .contentsWrapper .pageing ul li .prev img,
  .contentsWrapper .pageing ul li .next img {
    width: 7px;
    height: 14px;
  }

  .contentsWrapper .pageing ul li .all {
    width: 16rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.7rem;
  }
}
.toppage {
  /***********************************************************

   mainv

  ***********************************************************/
  /***********************************************************

   topicsBlock

  ***********************************************************/
  /***********************************************************

   pontaBlock

  ***********************************************************/
  /***********************************************************

   ecodeBlock

  ***********************************************************/
  /***********************************************************

   dpointBlock

  ***********************************************************/
}
.toppage main.mainv {
  background: url(../img/top/mainv_1000.png) center top no-repeat #def0f2;
  background-size: auto 343px;
  padding-bottom: 343px;
  min-height: 0%;
}
@media screen and (min-width: 1001px) {
  .toppage main.mainv {
    background: url(../img/top/mainv_2200.png) center top no-repeat #def0f2;
    background-size: auto 343px;
    padding-bottom: 343px;
    min-height: 0%;
  }
}
@media all and (-ms-high-contrast: none) {
  .toppage main {
    min-height: 0%;
    height: 343px;
  }
  .toppage main.mainv {
    background: url(../img/top/mainv_2200.png) center top no-repeat #def0f2;
    background-size: auto 343px;
    padding-bottom: 0px;
    min-height: 0%;
  }
}
.toppage .topicsBlock {
  margin-top: 1.8rem;
  padding-bottom: 5rem;
  background: url(../img/top/contents01_bg.png) center bottom no-repeat #e6e6e6;
  background-size: 10000px auto;
}
.toppage .topicsBlock .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.toppage .topicsBlock h2 {
  text-align: center;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  padding: 4rem 0 3rem 0;
}
.toppage .topicsBlock__Block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
}
.toppage .topicsBlock__Block div + div {
  margin-left: 3%;
}
.toppage .topicsBlock__Block--Single {
  width: 31.1%;
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
.toppage .topicsBlock__Block--Single:nth-of-type(4) {
  display: none;
}
.toppage .topicsBlock__Block--Single .imgBox {
  display: flex;
  overflow: hidden;
  height: 11.0vw;
  max-height: 110px;
}
.toppage .topicsBlock__Block--Single .imgBox img {
  border-radius: 1.2rem 1.2rem 0 0;
  width: 100%;
  object-fit: cover;
}
.toppage .topicsBlock__Block--Single .textBox dl {
  padding: 1.4rem 2rem 1.8rem 2rem;
}
.toppage .topicsBlock__Block--Single .textBox dl dt {
  color: #979797;
  font-size: 1.4rem;
  padding-bottom: 0.6rem;
}
.toppage .topicsBlock__Block--Single .textBox dl dd {
  color: #000;
  font-size: 1.6rem;
}
.toppage .topicsBlock .btn {
  padding-top: 3rem;
}
.toppage .topicsBlock .btn a {
  display: block;
  border-radius: 0.4rem;
  border: 1px solid #000;
  background: url(../img/arrow.svg) 96.8% center no-repeat #ffffff;
  background-size: 10px 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  padding: 1rem 0;
}
@media all and (-ms-high-contrast: none) {
  .toppage .topicsBlock__Block--Single .imgBox {
    display: block;
    position: relative;
  }
  .toppage .topicsBlock__Block--Single .imgBox img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.toppage .pontaBlock {
  background: url(../img/top/contents03_bg.png) center bottom no-repeat #def0f2;
  background-size: 1200px auto;
  padding: 0rem 0 15.6rem 0;
}
.toppage .pontaBlock .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.toppage .pontaBlock h2 {
  text-align: center;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  padding: 4.5rem 0 3rem 0;
}
.toppage .pontaBlock__Contents {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
}
.toppage .pontaBlock__Contents .contentsBox {
  width: 48.3%;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0.8rem;
  border: 1px solid #979797;
  position: relative;
}
.toppage .pontaBlock__Contents .contentsBox .contentsInner {
  width: 90.4%;
  margin: 0 auto;
  padding: 4rem 0 4.5rem 0;
}
.toppage .pontaBlock__Contents .contentsBox .contentsInner .card {
  width: 73.75%;
  max-width: 295px;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.toppage .pontaBlock__Contents .contentsBox .contentsInner .box {
  background: #f1ebe5;
  border-radius: 0.6rem;
  padding: 2.2rem 0 1rem 0;
}
.toppage .pontaBlock__Contents .contentsBox .contentsInner .box .boxInner {
  width: 90%;
  margin: 0 auto;
}
.toppage .pontaBlock__Contents--Card h3 {
  padding: 4.6rem 0;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: url(../img/top/contets02_title01.png) center top no-repeat;
  background-size: 100% auto;
}
.toppage .pontaBlock__Contents--Card h4 {
  color: #ff9123;
  border: 1px solid #ff9123;
  background: #ffffff;
  text-align: center;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.toppage .pontaBlock__Contents--Card .ponta {
  position: absolute;
  width: 100px;
  left: 40%;
  top: -94px;
}
.toppage .pontaBlock__Contents--Card .text01 {
  max-width: 33.4rem;
  margin: 0 auto;
  padding: 1rem 0 1rem 0;
}
.toppage .pontaBlock__Contents--Card .text02 {
  max-width: 23.45rem;
  margin: 0 auto;
  padding: 1.6rem 0 1.3rem 0;
}
.toppage .pontaBlock__Contents--Card .bracketsBox {
  position: relative;
  margin-bottom: 3rem;
}
.toppage .pontaBlock__Contents--Card .bracketsBox p {
  color: #000;
  font-size: 1rem;
  line-height: 1.6rem;
  padding: 0 1.6rem;
  padding-top: 0.4rem;
}
.toppage .pontaBlock__Contents--Card .bracketsBox::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 6px;
  height: 38px;
  background: url(../img/top/contets02_flame_left.svg) top left no-repeat;
  background-size: 6px 38px;
}
.toppage .pontaBlock__Contents--Card .bracketsBox::after {
  position: absolute;
  content: "";
  right: 0;
  top: 2px;
  width: 6px;
  height: 38px;
  background: url(../img/top/contets02_flame_right.svg) top left no-repeat;
  background-size: 6px 38px;
}
.toppage .pontaBlock__Contents--Card .btn {
  padding-top: 13rem;
}
.toppage .pontaBlock__Contents--Card .btn a {
  display: block;
  border-radius: 0.4rem;
  border: 1px solid #000;
  background: url(../img/arrow.svg) 93.75% center no-repeat #ffffff;
  background-size: 10px 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 2.1rem 0;
}
.toppage .pontaBlock__Contents--Card .btn a:hover {
  opacity: 1.0;
  background: url(../img/top/contets03_arrow.svg) 93.75% center no-repeat #ff9123;
  background-size: 10px 20px;
  color: #ffffff;
}
.toppage .pontaBlock__Contents--Visa h3 {
  padding: 2.5rem 0;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: url(../img/top/contets02_title02.png) center top no-repeat;
  background-size: 100% auto;
}
.toppage .pontaBlock__Contents--Visa h4 {
  color: #335c42;
  border: 1px solid #335c42;
  background: #ffffff;
  text-align: center;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.toppage .pontaBlock__Contents--Visa.contentsBox .contentsInner .card {
  width: 73.75%;
  max-width: 295px;
  margin: 0 auto;
  padding-bottom: 3.7rem;
}
.toppage .pontaBlock__Contents--Visa .ponta {
  position: absolute;
  width: 135px;
  left: 38.4%;
  top: -96px;
}
.toppage .pontaBlock__Contents--Visa p {
  text-align: center;
  padding: 0.8rem 0 1.2rem 0;
}
.toppage .pontaBlock__Contents--Visa .contentsInner .box {
  padding: 2.2rem 0 !important;
}
.toppage .pontaBlock__Contents--Visa .text01 {
  max-width: 34.8rem;
  margin: 0 auto;
  padding: 1rem 0 1rem 0;
}
.toppage .pontaBlock__Contents--Visa .text02 {
  max-width: 23.45rem;
  margin: 0 auto;
  padding: 1.6rem 0 1.8rem 0;
}
.toppage .pontaBlock__Contents--Visa .bracketsBox {
  position: relative;
  margin-bottom: 3rem;
}
.toppage .pontaBlock__Contents--Visa .bracketsBox p {
  color: #000;
  font-size: 1rem;
  line-height: 1.6rem;
  padding: 0 1.6rem;
  padding-top: 0.4rem;
  text-align: left;
}
.toppage .pontaBlock__Contents--Visa .bracketsBox::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 6px;
  height: 38px;
  background: url(../img/top/contets02_flame_left.svg) top left no-repeat;
  background-size: 6px 38px;
}
.toppage .pontaBlock__Contents--Visa .bracketsBox::after {
  position: absolute;
  content: "";
  right: 0;
  top: 2px;
  width: 6px;
  height: 38px;
  background: url(../img/top/contets02_flame_right.svg) top left no-repeat;
  background-size: 6px 38px;
}
.toppage .pontaBlock__Contents--Visa .textArea p {
  padding: 0;
  font-weight: 700;
}
.toppage .pontaBlock__Contents--Visa .textArea p.text {
  font-size: 1.7rem;
}
.toppage .pontaBlock__Contents--Visa .textArea p.text span {
  color: #ff9123;
}
.toppage .pontaBlock__Contents--Visa .btn a {
  display: block;
  border-radius: 0.4rem;
  background: url(../img/top/contets02_arrow_white.svg) 95.8% center no-repeat #335c42;
  background-size: 16px 21px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 1.2rem 0;
}
.toppage .pontaBlock__Contents--Visa .banner a {
  display: block;
  position: relative;
}
.toppage .pontaBlock__Contents--Visa .banner a .image {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.toppage .pontaBlock__Contents--Visa .banner a p {
  z-index: 2;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3rem;
  background: url(../img/top/contets02_arrow_white.svg) 95.8% center no-repeat;
  background-size: 11px 21px;
}
.toppage .pontaBlock__Contents--Visa .banner + .banner {
  margin-top: 2rem;
}
.toppage .pontaBlock__Contents--Visa .box {
  margin-bottom: 3rem;
}
.toppage .pontaBlock .bannerCheckin {
  max-width: 914px;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0 4.5rem 0;
}
.toppage .pontaBlock .bottomText {
  text-align: center;
}
.toppage .ecodeBlock {
  background: #a9c200;
  background-size: 1200px auto;
  padding: 2rem 0 7rem 0;
}
.toppage .ecodeBlock .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.toppage .ecodeBlock h2 {
  text-align: center;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  padding: 4.5rem 0 3rem 0;
}
.toppage .ecodeBlock__Contents {
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0.8rem;
}
.toppage .ecodeBlock__Contents h3 {
  padding: 2.5rem 0;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: url(../img/top/contets03_title.png) center top no-repeat;
  background-size: 100% auto;
}
.toppage .ecodeBlock__Contents .contentsInner {
  width: 95.3%;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.toppage .ecodeBlock__Contents .contentsInner .box {
  width: 80.8%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  padding: 5rem 0;
}
.toppage .ecodeBlock__Contents .contentsInner .box .image {
  width: 35.4%;
}
.toppage .ecodeBlock__Contents .contentsInner .box .text {
  width: 60.2%;
}
.toppage .ecodeBlock__Contents .contentsInner .box .text p {
  line-height: 2.8rem;
}
.toppage .ecodeBlock__Contents .contentsInner .box .text p span.text {
  margin-left: -0.5em;
}
.toppage .ecodeBlock__Contents .contentsInner .box .text .btn {
  margin-top: 2.5rem;
}
.toppage .ecodeBlock__Contents .contentsInner .box .text .btn a {
  display: block;
  border-radius: 0.4rem;
  background: url(../img/top/contets03_arrow.svg) 95.8% center no-repeat #68c7e1;
  background-size: 16px 21px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 1.2rem 0;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-around;
  align-items: center;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box {
  width: 45.2%;
  min-height: 200px;
  background: #f1ebe5;
  padding: 2rem 0;
  border-radius: 0.4rem;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box.box02 {
  width: 40.4%;
  min-height: 200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .boxInner {
  width: 85.0%;
  margin: 0 auto;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox .image.img01 {
  width: 26.1%;
  max-width: 88px;
  margin-right: 2.5rem;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox .text.txt01 {
  width: 47.6%;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox .text.txt01 p {
  font-size: 1.8rem;
  font-weight: 700;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox .image.img02 {
  width: 10.1%;
  max-width: 34px;
  margin-right: 3.5rem;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox .text.txt02 {
  width: 65%;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox .text.txt02 p {
  font-size: 1.8rem;
  font-weight: 700;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom__centerBox p {
  font-weight: 700;
  font-size: 1.8rem;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom .btn {
  padding-top: 1.5rem;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom .btn a {
  display: block;
  border-radius: 0.4rem;
  border: 1px solid #000;
  background: url(../img/arrow.svg) 93.75% center no-repeat #ffffff;
  background-size: 10px 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  padding: 1.4rem 0;
}
.toppage .ecodeBlock__Contents .contentsInner .boxBottom .btn a:hover {
  opacity: 1.0;
  background: url(../img/top/contets03_arrow.svg) 93.75% center no-repeat #68c7e1;
  background-size: 10px 20px;
  color: #ffffff;
}
.toppage .dpointBlock {
  background: url(../img/top/contets04_bg.png) left top repeat;
  background-image: url(../img/footer_illust.png), url(../img/top/contets04_bg.png);
  background-repeat: no-repeat, repeat;
  background-position: center bottom, left top;
  background-size: 628px auto, auto;
  padding: 2.5rem 0 12rem 0;
}
.toppage .dpointBlock .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.toppage .dpointBlock h2 {
  text-align: center;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  padding: 4.5rem 0 3rem 0;
}
.toppage .dpointBlock__Contents {
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0.8rem;
}
.toppage .dpointBlock__Contents h3 {
  padding: 2.5rem 0;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: url(../img/top/contets04_title.png) center top no-repeat;
  background-size: 100% auto;
}
.toppage .dpointBlock__Contents .contentsInner {
  width: 95.3%;
  margin: 0 auto;
  padding: 5rem 0;
}
.toppage .dpointBlock__Contents--Box {
  width: 87.8%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
}
.toppage .dpointBlock__Contents--Box .imgCard {
  width: 22.1%;
  max-width: 170px;
}
.toppage .dpointBlock__Contents--Box .textBox {
  width: 72.4%;
  background: #f1ebe5;
  padding: 2rem;
  border-radius: 0.6rem;
}
.toppage .dpointBlock__Contents--Box .textBox h4 {
  float: left;
  width: 15.5%;
  border: 2px solid #cc0033;
  color: #cc0033;
  background: #ffffff;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  border-radius: 0.6rem;
  padding: 0.2rem 0rem;
}
.toppage .dpointBlock__Contents--Box .textBox__Single {
  float: right;
  width: 81.3%;
}
.toppage .dpointBlock__Contents--Box .textBox__Single p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.1rem;
}
.toppage .dpointBlock__Contents--Box .textBox__Single p.small {
  font-size: 1rem;
  line-height: 2rem;
  margin-top: 0.2rem;
}
.toppage .dpointBlock__Contents--Box .textBox__Single p.second {
  padding-top: 0.7rem;
}
.toppage .dpointBlock__Contents--Box .bracketsBox {
  margin-top: 0.5rem;
  margin-bottom: 2.2rem;
}
.toppage .dpointBlock__Contents--Box .bracketsBox p {
  color: #000;
  font-size: 1rem;
  line-height: 1.6rem;
  padding: 0 1.6rem;
  padding-top: 0.4rem;
  position: relative;
}
.toppage .dpointBlock__Contents--Box .bracketsBox p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 6px;
  height: 24px;
  background: url(../img/top/contets04_flame_left.svg) top left no-repeat;
  background-size: 6px 24px;
}
.toppage .dpointBlock__Contents--Box .bracketsBox p::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 6px;
  height: 24px;
  background: url(../img/top/contets04_flame_right.svg) top left no-repeat;
  background-size: 6px 24px;
}
.toppage .dpointBlock__Contents .btn {
  padding-top: 5rem;
}
.toppage .dpointBlock__Contents .btn a {
  display: block;
  border-radius: 0.4rem;
  border: 1px solid #000;
  background: url(../img/arrow.svg) 96.8% center no-repeat #ffffff;
  background-size: 10px 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  padding: 1.6rem 0;
}
.toppage .dpointBlock__Contents .btn a:hover {
  opacity: 1.0;
  background: url(../img/top/contets03_arrow.svg) 96.8% center no-repeat #cc0033;
  background-size: 10px 20px;
  color: #ffffff;
}
.toppage .dpointBlock .bottomText {
  text-align: center;
  padding-top: 3.6rem;
}
.toppage .dpointBlock__Icon {
  width: 23.3%;
  max-width: 213px;
  margin: 0 auto;
  padding-top: 4.2rem;
}

@media screen and (max-width: 47.9375em) {
  .toppage {
    	/***********************************************************

    	   mainv

    	  ***********************************************************/
    	/***********************************************************

    	   topicsBlock

    	  ***********************************************************/
    	  /***********************************************************

       pontaBlock

      ***********************************************************/
  /***********************************************************

   ecodeBlock

  ***********************************************************/
  /***********************************************************

   dpointBlock

  ***********************************************************/
  }
  .toppage main.mainv {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
  }
  .toppage .topicsBlock {
    margin-top: 0.7rem;
    padding-bottom: 1.5rem;
    background: url(../img/top/contents01_bg_sp.png) center bottom no-repeat #e6e6e6;
    background-size: cover;
  }
  .toppage .topicsBlock .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .toppage .topicsBlock h2 {
    text-align: center;
    color: #000;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 1.5rem 0 1.5rem 0;
  }
  .toppage .topicsBlock__Block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
  }
  .toppage .topicsBlock__Block div + div {
    margin-left: 0;
  }
  .toppage .topicsBlock__Block--Single {
    width: 48.6%;
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
  }
  .toppage .topicsBlock__Block--Single:nth-of-type(4) {
    display: block;
  }
  .toppage .topicsBlock__Block--Single .imgBox {
    display: flex;
    overflow: hidden;
    height: 50vw;
    max-height: 62px;
  }
  .toppage .topicsBlock__Block--Single .imgBox img {
    border-radius: 1.2rem 1.2rem 0 0;
    width: 100%;
    object-fit: cover;
  }
  .toppage .topicsBlock__Block--Single .textBox dl {
    padding: 1.2rem 2rem 1.4rem 2rem;
  }
  .toppage .topicsBlock__Block--Single .textBox dl dt {
    color: #979797;
    font-size: 1rem;
    padding-bottom: 0.4rem;
  }
  .toppage .topicsBlock__Block--Single .textBox dl dd {
    color: #000;
    font-size: 1.2rem;
  }
  .toppage .topicsBlock .btn {
    padding-top: 0rem;
  }
  .toppage .topicsBlock .btn a {
    display: block;
    border-radius: 0.4rem;
    border: 1px solid #000;
    background: url(../img/arrow_sp.svg) 96.8% center no-repeat #ffffff;
    background-size: 8px 13px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 1.5rem;
    padding: 1.3rem 0;
  }
  .toppage .pontaBlock {
    background: url(../img/top/contents03_bg.png) center bottom no-repeat #def0f2;
    background-size: 100% auto;
    padding: 0rem 0 5rem 0;
  }
  .toppage .pontaBlock .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .toppage .pontaBlock h2 {
    text-align: center;
    color: #000;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 1.5rem 0 1.5rem 0;
  }
  .toppage .pontaBlock__Contents {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }
  .toppage .pontaBlock__Contents .contentsBox {
    width: auto;
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.8rem;
    position: relative;
  }
  .toppage .pontaBlock__Contents .contentsBox .contentsInner {
    width: 90.7%;
    margin: 0 auto;
    padding: 2.5rem 0;
  }
  .toppage .pontaBlock__Contents .contentsBox .contentsInner .cardInner {
    position: relative;
    margin-bottom: 2.5rem;
  }
  .toppage .pontaBlock__Contents .contentsBox .contentsInner .cardInner .card {
    width: 73.7%;
    max-width: initial;
    margin: 0 0 0 1.5rem;
    padding-bottom: 0rem;
  }
  .toppage .pontaBlock__Contents .contentsBox .contentsInner .box {
    background: #f1ebe5;
    border-radius: 0.6rem;
    padding: 1.8rem 0;
  }
  .toppage .pontaBlock__Contents .contentsBox .contentsInner .box .boxInner {
    width: 90%;
    margin: 0 auto;
  }
  .toppage .pontaBlock__Contents--Card {
    margin-bottom: 1.5rem;
  }
  .toppage .pontaBlock__Contents--Card h3 {
    padding: 2rem 0;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: url(../img/top/contets02_title01_sp.png) center top no-repeat;
    background-size: 100% auto;
    border-radius: 0.7rem 0.7rem 0 0;
  }
  .toppage .pontaBlock__Contents--Card h4 {
    color: #ff9123;
    border: 1px solid #ff9123;
    background: #ffffff;
    text-align: center;
    border-radius: 0.6rem;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .toppage .pontaBlock__Contents--Card .ponta {
    display: none;
  }
  .toppage .pontaBlock__Contents--Card .text01 {
    max-width: 26.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.3rem 0;
  }
  .toppage .pontaBlock__Contents--Card .text02 {
    max-width: 16.9rem;
    margin: 0 auto;
    padding: 1.6rem 0 0rem 0;
  }
  .toppage .pontaBlock__Contents--Card .bracketsBox {
    position: relative;
    margin-bottom: 2rem;
  }
  .toppage .pontaBlock__Contents--Card .bracketsBox p {
    color: #000;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 1.6rem;
    padding-top: 0rem;
    text-align: center;
  }
  .toppage .pontaBlock__Contents--Card .bracketsBox::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 6px;
    height: 50px;
    background: url(../img/top/contets02_flame_left_sp.svg) top left no-repeat;
    background-size: 6px 50px;
  }
  .toppage .pontaBlock__Contents--Card .bracketsBox::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 6px;
    height: 50px;
    background: url(../img/top/contets02_flame_right_sp.svg) top left no-repeat;
    background-size: 6px 50px;
  }
  .toppage .pontaBlock__Contents--Card .btn {
    padding-top: 2.5rem;
  }
  .toppage .pontaBlock__Contents--Card .btn a {
    display: block;
    border-radius: 0.4rem;
    border: 1px solid #000;
    background: url(../img/arrow.svg) 93.75% center no-repeat #ffffff;
    background-size: 10px 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 1.5rem;
    line-height: 2.4rem;
    padding: 1.5rem 0;
  }
  .toppage .pontaBlock__Contents--Card .btn a:hover {
    opacity: 1.0;
    background: url(../img/arrow.svg) 93.75% center no-repeat #ffffff;
    background-size: 10px 20px;
    color: #000;
  }
  .toppage .pontaBlock__Contents--Card .cardInner .image {
    position: absolute;
    bottom: 0;
    right: -9.5%;
    width: 29.3%;
    max-width: 279px;
  }
  .toppage .pontaBlock__Contents--Visa h3 {
    padding: 1.2rem 0;
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: url(../img/top/contets02_title02_sp.png) center top no-repeat;
    background-size: 100% auto;
    border-radius: 0.7rem 0.7rem 0 0;
  }
  .toppage .pontaBlock__Contents--Visa h4 {
    color: #335c42;
    border: 1px solid #335c42;
    background: #ffffff;
    text-align: center;
    border-radius: 0.6rem;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .toppage .pontaBlock__Contents--Visa.contentsBox .contentsInner .card {
    width: 73.7%;
    max-width: initial;
    margin: 0 0 0 1.5rem;
    padding-bottom: 0rem;
  }
  .toppage .pontaBlock__Contents--Visa .ponta {
    display: none;
  }
  .toppage .pontaBlock__Contents--Visa p {
    text-align: center;
    padding: 0.6rem 0 1.2rem 0;
  }
  .toppage .pontaBlock__Contents--Visa .contentsInner .box {
    padding: 1.8rem 0 !important;
  }
  .toppage .pontaBlock__Contents--Visa .text01 {
    max-width: 26.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.3rem 0;
  }
  .toppage .pontaBlock__Contents--Visa .text02 {
    max-width: 16.9rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.6rem 0;
  }
  .toppage .pontaBlock__Contents--Visa .bracketsBox {
    position: relative;
    margin-bottom: 2rem;
  }
  .toppage .pontaBlock__Contents--Visa .bracketsBox p {
    color: #000;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 1.6rem;
    padding-top: 0rem;
    text-align: center;
  }
  .toppage .pontaBlock__Contents--Visa .bracketsBox::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 6px;
    height: 50px;
    background: url(../img/top/contets02_flame_left_sp.svg) top left no-repeat;
    background-size: 6px 50px;
  }
  .toppage .pontaBlock__Contents--Visa .bracketsBox::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 6px;
    height: 50px;
    background: url(../img/top/contets02_flame_right_sp.svg) top left no-repeat;
    background-size: 6px 50px;
  }
  .toppage .pontaBlock__Contents--Visa .textArea p {
    padding: 0;
    font-weight: 700;
    font-size: 1.4rem;
  }
  .toppage .pontaBlock__Contents--Visa .textArea p.text {
    font-size: 1.7rem;
  }
  .toppage .pontaBlock__Contents--Visa .textArea p.text span {
    color: #ff9123;
  }
  .toppage .pontaBlock__Contents--Visa .btn a {
    display: block;
    border-radius: 0.4rem;
    background: url(../img/top/contets02_arrow_white.svg) 95.8% center no-repeat #335c42;
    background-size: 12px 17px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 1.2rem 0;
  }
  .toppage .pontaBlock__Contents--Visa .banner a {
    display: block;
    position: relative;
  }
  .toppage .pontaBlock__Contents--Visa .banner a .image {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .toppage .pontaBlock__Contents--Visa .banner a p {
    z-index: 2;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #ffffff;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.3rem;
    background: url(../img/top/contets02_arrow_white.svg) 95.8% center no-repeat;
    background-size: 11px 21px;
  }
  .toppage .pontaBlock__Contents--Visa .banner + .banner {
    margin-top: 1.5rem;
  }
  .toppage .pontaBlock__Contents--Visa .box {
    margin-bottom: 2.5rem;
  }
  .toppage .pontaBlock__Contents--Visa .cardInner .image {
    position: absolute;
    bottom: 0;
    right: -7.2%;
    width: 24.2%;
    max-width: initial;
  }
  .toppage .pontaBlock .bannerCheckin {
    max-width: initial;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 0 1.5rem 0;
  }
  .toppage .pontaBlock .bottomText {
    text-align: left;
    font-size: 1rem;
  }
  .toppage .ecodeBlock {
    background: #a9c200;
    padding: 0rem 0 2.5rem 0;
  }
  .toppage .ecodeBlock .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .toppage .ecodeBlock h2 {
    text-align: center;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 1.5rem 0 1.5rem 0;
  }
  .toppage .ecodeBlock__Contents {
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.8rem;
  }
  .toppage .ecodeBlock__Contents h3 {
    padding: 1.2rem 0;
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: url(../img/top/contets03_title_sp.png) center top no-repeat #66c4e0;
    background-size: 100% auto;
    border-radius: 0.7rem 0.7rem 0 0;
  }
  .toppage .ecodeBlock__Contents .contentsInner {
    width: 90.7%;
    margin: 0 auto;
    padding-bottom: 1.5rem;
  }
  .toppage .ecodeBlock__Contents .contentsInner .box {
    width: auto;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    padding: 2.5rem 0;
  }
  .toppage .ecodeBlock__Contents .contentsInner .box .image {
    width: 73.7%;
    margin: 0 auto;
    padding-bottom: 1.6rem;
  }
  .toppage .ecodeBlock__Contents .contentsInner .box .text {
    width: auto;
  }
  .toppage .ecodeBlock__Contents .contentsInner .box .text p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .toppage .ecodeBlock__Contents .contentsInner .box .text .btn {
    margin-top: 1.8rem;
  }
  .toppage .ecodeBlock__Contents .contentsInner .box .text .btn a {
    display: block;
    border-radius: 0.4rem;
    background: url(../img/top/contets03_arrow.svg) 95.8% center no-repeat #68c7e1;
    background-size: 16px 21px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 1.2rem 0;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box {
    width: 100%;
    min-height: initial;
    background: #f1ebe5;
    padding: 2rem 0;
    border-radius: 0.4rem;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box.box02 {
    width: 100%;
    min-height: initial;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .boxInner {
    width: 85.0%;
    margin: 0 auto;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox .image.img01 {
    width: 26.1%;
    max-width: 88px;
    margin-right: 2.5rem;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox .text.txt01 {
    width: 55%;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox .text.txt01 p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox .image.img02 {
    width: 10.1%;
    max-width: 34px;
    margin-right: 3.5rem;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox .text.txt02 {
    width: 65%;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom__Box .imageTextBox .text.txt02 p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom__centerBox {
    padding: 1.2rem 0;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom__centerBox p {
    font-weight: 700;
    font-size: 1.5rem;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom .btn {
    padding-top: 1.5rem;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom .btn a {
    display: block;
    border-radius: 0.4rem;
    border: 1px solid #000;
    background-size: 10px 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 1.5rem;
    padding: 1.2rem 0;
  }
  .toppage .ecodeBlock__Contents .contentsInner .boxBottom .btn a:hover {
    opacity: 1.0;
    background: url(../img/arrow_sp.svg) 93.75% center no-repeat #ffffff;
    background-size: 10px 20px;
    color: #000;
  }
  .toppage .dpointBlock {
    background-image: url(../img/footer_illust.png), url(../img/top/contets04_bg.png);
    background-repeat: no-repeat, repeat;
    background-position: center bottom, left top;
    background-size: 83.7% auto, auto;
    padding: 0rem 0 6rem 0;
  }
  .toppage .dpointBlock .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .toppage .dpointBlock h2 {
    text-align: center;
    color: #000;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 1.5rem 0 1.5rem 0;
  }
  .toppage .dpointBlock__Contents {
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.8rem;
  }
  .toppage .dpointBlock__Contents h3 {
    padding: 2rem 0;
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: url(../img/top/contets04_title_sp.png) center top no-repeat;
    background-size: 100% auto;
    border-radius: 0.7rem 0.7rem 0 0;
  }
  .toppage .dpointBlock__Contents .contentsInner {
    width: 90.7%;
    margin: 0 auto;
    padding: 2.5rem 0;
  }
  .toppage .dpointBlock__Contents--Box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .toppage .dpointBlock__Contents--Box .imgCard {
    width: 73.7%;
    max-width: 450px;
    padding-bottom: 2.5rem;
  }
  .toppage .dpointBlock__Contents--Box .textBox {
    width: auto;
    background: #f1ebe5;
    padding: 1.7rem 1.7rem 0.5rem 1.7rem;
    border-radius: 0.6rem;
  }
  .toppage .dpointBlock__Contents--Box .textBox h4 {
    float: none;
    width: auto;
    border: 1px solid #cc0033;
    color: #cc0033;
    background: #ffffff;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
  }
  .toppage .dpointBlock__Contents--Box .textBox .text01 {
    max-width: 214px;
    margin: 0 auto;
    padding: 1.5rem 0 0rem 0;
  }
  .toppage .dpointBlock__Contents--Box .textBox .text02 {
    max-width: 169px;
    margin: 0 auto;
    padding: 1.5rem 0 1.2rem 0;
  }
  .toppage .dpointBlock__Contents--Box .textBox__Single {
    float: none;
    width: auto;
  }
  .toppage .dpointBlock__Contents--Box .textBox__Single p {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
  .toppage .dpointBlock__Contents--Box .textBox__Single p.small {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 1rem;
    text-align: center;
  }
  .toppage .dpointBlock__Contents--Box .textBox__Single p.second {
    padding-top: 0rem;
  }
  .toppage .dpointBlock__Contents--Box .bracketsBox {
    margin-top: 1.2rem;
    margin-bottom: 2.5rem;
  }
  .toppage .dpointBlock__Contents--Box .bracketsBox p {
    text-align: center;
    color: #000;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0 1.2rem;
    padding-top: 0rem;
    position: relative;
  }
  .toppage .dpointBlock__Contents--Box .bracketsBox p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 6px;
    height: 24px;
    background: url(../img/top/contets04_flame_left.svg) top left no-repeat;
    background-size: 6px 24px;
  }
  .toppage .dpointBlock__Contents--Box .bracketsBox p::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 6px;
    height: 24px;
    background: url(../img/top/contets04_flame_right.svg) top left no-repeat;
    background-size: 6px 24px;
  }
  .toppage .dpointBlock__Contents .btn {
    padding-top: 2.5rem;
  }
  .toppage .dpointBlock__Contents .btn a {
    display: block;
    border-radius: 0.4rem;
    border: 1px solid #000;
    background: url(../img/arrow.svg) 96.8% center no-repeat #ffffff;
    background-size: 10px 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 1.5rem;
    padding: 1.3rem 0;
  }
  .toppage .dpointBlock__Contents .btn a:hover {
    opacity: 1.0;
    background: url(../img/arrow.svg) 96.8% center no-repeat #ffffff;
    background-size: 10px 20px;
    color: #000;
  }
  .toppage .dpointBlock .bottomText {
    text-align: left;
    padding-top: 1.5rem;
    font-size: 1rem;
  }
  .toppage .dpointBlock__Icon {
    width: 100%;
    max-width: 102px;
    margin: 0 auto;
    padding-top: 2.2rem;
  }
}
.topicsPage {
  /***********************************************************

   topicsBlock

  ***********************************************************/
}
.topicsPage .topicsBlock {
  background-image: url(../img/footer_illust.png), url(../img/top/contets04_bg.png);
  background-repeat: no-repeat, repeat;
  background-position: center bottom, left top;
  background-size: 628px auto, auto;
  padding: 7rem 0 14.5rem 0;
}
.topicsPage .topicsBlock .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.topicsPage .topicsBlock h1 {
  text-align: center;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  padding: 0rem 0 3rem 0;
}
.topicsPage .topicsBlock__Block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
}
.topicsPage .topicsBlock__Block div + div {
  margin-left: 3%;
}
.topicsPage .topicsBlock__Block--Single {
  width: 31.1%;
  background: #ffffff;
  border-radius: 1.2rem;
  box-shadow: 2px 2px 9px -6px rgba(0, 0, 0, 0.8);
  margin-bottom: 3rem;
}
.topicsPage .topicsBlock__Block--Single:nth-of-type(1), .topicsPage .topicsBlock__Block--Single:nth-of-type(4), .topicsPage .topicsBlock__Block--Single:nth-of-type(7), .topicsPage .topicsBlock__Block--Single:nth-of-type(10), .topicsPage .topicsBlock__Block--Single:nth-of-type(13), .topicsPage .topicsBlock__Block--Single:nth-of-type(15) {
  margin-left: 0;
}
.topicsPage .topicsBlock__Block--Single .imgBox {
  display: flex;
  overflow: hidden;
  height: 11.0vw;
  max-height: 110px;
}
.topicsPage .topicsBlock__Block--Single .imgBox img {
  border-radius: 1.2rem 1.2rem 0 0;
  width: 100%;
  object-fit: cover;
}
.topicsPage .topicsBlock__Block--Single .textBox dl {
  padding: 1.2rem 2rem 1.4rem 2rem;
}
.topicsPage .topicsBlock__Block--Single .textBox dl dt {
  color: #979797;
  font-size: 1.4rem;
  padding-bottom: 0.6rem;
}
.topicsPage .topicsBlock__Block--Single .textBox dl dd {
  color: #000;
  font-size: 1.6rem;
}
@media all and (-ms-high-contrast: none) {
  .topicsPage .topicsBlock__Block--Single .imgBox {
    display: block;
    position: relative;
  }
  .topicsPage .topicsBlock__Block--Single .imgBox img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}

/***********************************************************

 topicsPageDetail - トピックス下層

***********************************************************/
.topicsPageDetail {
  background-image: url(../img/footer_illust.png), url(../img/top/contets04_bg.png);
  background-repeat: no-repeat, repeat;
  background-position: center bottom, left top;
  background-size: 628px auto, auto;
  padding: 3rem 0 14.5rem 0;
}
.topicsPageDetail .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.topicsPageDetail .topicsContents {
  background: #ffffff;
  border-radius: 1.2rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}
.topicsPageDetail .topicsContents__MainBox {
  width: 86.9%;
  max-width: 795px;
  margin: 0 auto;
  padding: 2.6rem 0 5rem 0;
}
.topicsPageDetail .topicsContents__MainBox .day {
  font-size: 1.3rem;
  color: #979797;
}
.topicsPageDetail .topicsContents__MainBox h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.topicsPageDetail .topicsContents__MainBox img {
  height: auto;
}
.topicsPageDetail .topicsContents__MainBox img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.topicsPageDetail .topicsContents__MainBox img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.topicsPageDetail .topicsContents__MainBox img.aligncenter {
  display: block;
  margin: 0 auto;
}
.topicsPageDetail .topicsContents__MainBox p {
  font-size: 1.5rem;
  line-height: 2.6rem;
  padding: 1.2rem 0;
}
.topicsPageDetail .topicsContents__MainBox p a {
  color: #335c42;
  text-decoration: underline;
}
.topicsPageDetail .topicsContents__MainBox p a:hover {
  color: #335c42;
  text-decoration: none;
}
.topicsPageDetail .topicsContents__MainBox p a.pdf {
  position: relative;
  color: #335c42;
}
.topicsPageDetail .topicsContents__MainBox p a.pdf::before {
  content: 'PDF';
  color: #ffffff;
  display: inline-block;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 100%;
  padding: 0.5rem 0.7rem;
  margin-right: 1rem;
  background: #ff9123;
}
.topicsPageDetail .topicsContents__MainBox p a.pdf:hover {
  text-decoration: none;
}
.topicsPageDetail .topicsContents__MainBox strong {
  font-weight: bold;
}
.topicsPageDetail .topicsContents__MainBox a {
  color: #335c42;
  text-decoration: underline;
}
.topicsPageDetail .topicsContents__MainBox a:hover {
  color: #335c42;
  text-decoration: none;
}
.topicsPageDetail .topicsContents__MainBox a:visited {
  color: #335c42;
}
.topicsPageDetail .topicsContents__MainBox ul {
  margin: 15px 0 15px 0;
}
.topicsPageDetail .topicsContents__MainBox ul li {
  list-style-type: none;
  background: url(../img/topics/list.svg) left 11px no-repeat;
  background-size: 10px 10px;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.topicsPageDetail .topicsContents__MainBox ol {
  margin: 15px 0 15px 0;
  counter-reset: number;
  list-style-type: none !important;
  padding: 0;
}
.topicsPageDetail .topicsContents__MainBox ol li {
  position: relative;
  padding-left: 0;
  line-height: 1.5em;
  padding: 0.3rem 0rem 0.3rem 3.5rem;
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.topicsPageDetail .topicsContents__MainBox ol li::before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #ff9123;
  color: white;
  font-weight: normal;
  font-size: 12px;
  border-radius: 50%;
  left: 0;
  width: 27px;
  height: 27px;
  line-height: 24px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.topicsPageDetail .topicsContents__MainBox em {
  font-style: italic;
}
.topicsPageDetail .topicsContents__MainBox hr {
  height: 1px;
  background-color: #e6e6e6;
  border: none;
  color: #e6e6e6;
}
.topicsPageDetail .topicsContents__MainBox blockquote {
  margin: 0 0 2.3rem 0;
  position: relative;
  padding: 18px 30px;
  box-sizing: border-box;
  background: #f0eae4;
  color: #000;
  border-radius: 12px;
}
.topicsPageDetail .topicsContents__MainBox blockquote p {
  padding: 0;
  margin: 10px 0;
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.topicsPageDetail .topicsContents__MainBox blockquote p + p {
  padding-top: 0.6rem;
}
.topicsPageDetail .topicsContents__MainBox blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.topicsPageDetail .topicsContents__MainBox .image-wide {
  margin: 1.5rem 0;
  /*
  & img{
    width: 100%;
    object-fit: cover;
  }
  */
}
.topicsPageDetail .topicsContents__MainBox .alignleft .image {
  float: left;
  margin: 0.5rem 3rem 1.5rem 0;
}
.topicsPageDetail .topicsContents__MainBox .alignleft .image img {
  border-radius: 12px;
}
.topicsPageDetail .topicsContents__MainBox .alignright .image {
  float: right;
  margin: 0.5rem 0 1.5rem 3rem;
}
.topicsPageDetail .topicsContents__MainBox .alignright .image img {
  border-radius: 12px;
}
.topicsPageDetail .topicsContents__MainBox .aligncenter .image {
  margin: 1.5rem auto;
  display: block;
}
.topicsPageDetail .topicsContents__MainBox .aligncenter .image img {
  width: auto;
  margin: 0 auto;
  border-radius: 12px;
}
.topicsPageDetail .topicsContents__MainBox .shareBox {
  border-top: 1px solid #979797;
  margin-top: 3.5rem;
  padding-top: 3.5rem;
}
.topicsPageDetail .topicsContents__MainBox .shareBox p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.topicsPageDetail .topicsContents__MainBox .shareBox__Inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}
.topicsPageDetail .topicsContents__MainBox .shareBox__Inner--Fb {
  width: 3.5rem;
  margin: 0 1rem;
}
.topicsPageDetail .topicsContents__MainBox .shareBox__Inner--Tw {
  width: 3.5rem;
  margin: 0 1rem;
}
@media all and (-ms-high-contrast: none) {
  .topicsPageDetail .topicsPageDetail .topicsContents__MainBox .image-wide {
    display: block;
    position: relative;
  }
  .topicsPageDetail .topicsPageDetail .topicsContents__MainBox .image-wide img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

@media screen and (max-width: 47.9375em) {
  .topicsPage {
    	/***********************************************************

    	   topicsBlock

    	  ***********************************************************/
  }
  .topicsPage .topicsBlock {
    background-image: url(../img/footer_illust.png), url(../img/top/contets04_bg.png);
    background-repeat: no-repeat, repeat;
    background-position: center bottom, left top;
    background-size: 83.7% auto, auto;
    padding: 0rem 0 6rem 0;
  }
  .topicsPage .topicsBlock .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .topicsPage .topicsBlock h1 {
    text-align: center;
    color: #000;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 1.5rem 0 1rem 0;
  }
  .topicsPage .topicsBlock__Block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
  }
  .topicsPage .topicsBlock__Block div + div {
    margin-left: 0;
  }
  .topicsPage .topicsBlock__Block--Single {
    width: 48.6%;
    background: #ffffff;
    border-radius: 1.2rem;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
  }
  .topicsPage .topicsBlock__Block--Single:nth-of-type(4) {
    display: block;
  }
  .topicsPage .topicsBlock__Block--Single .imgBox {
    display: flex;
    overflow: hidden;
    height: 50vw;
    max-height: 62px;
  }
  .topicsPage .topicsBlock__Block--Single .imgBox img {
    border-radius: 1.2rem 1.2rem 0 0;
    width: 100%;
    object-fit: cover;
  }
  .topicsPage .topicsBlock__Block--Single .textBox dl {
    padding: 1.2rem 2rem 1.4rem 2rem;
  }
  .topicsPage .topicsBlock__Block--Single .textBox dl dt {
    color: #979797;
    font-size: 1rem;
    padding-bottom: 0.4rem;
  }
  .topicsPage .topicsBlock__Block--Single .textBox dl dd {
    color: #000;
    font-size: 1.2rem;
  }
  .topicsPage .topicsBlock .btn {
    padding-top: 0rem;
  }
  .topicsPage .topicsBlock .btn a {
    display: block;
    border-radius: 0.4rem;
    border: 1px solid #000;
    background: url(../img/arrow.svg) 96.8% center no-repeat #ffffff;
    background-size: 5px 10px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 1.5rem;
    padding: 1.3rem 0;
  }

  /***********************************************************

	 topicsPageDetail - トピックス下層

	***********************************************************/
  .topicsPageDetail {
    background-image: url(../img/top/contets04_bg.png);
    background-repeat: repeat;
    background-position: left top;
    background-size: auto;
    padding: 0rem 0 0rem 0;
  }
  .topicsPageDetail .pankuzu {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .topicsPageDetail .topicsContents {
    background: url(../img/footer_illust.png) center bottom no-repeat #ffffff;
    background-size: 83.7% auto;
    border-radius: 0rem;
    box-shadow: none;
    padding: 0rem 0 6rem 0;
  }
  .topicsPageDetail .topicsContents__MainBox {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
    padding: 2rem 0 2rem 0;
  }
  .topicsPageDetail .topicsContents__MainBox .day {
    font-size: 1rem;
    color: #979797;
  }
  .topicsPageDetail .topicsContents__MainBox h1 {
    font-size: 1.7rem;
    line-height: 2.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  .topicsPageDetail .topicsContents__MainBox p {
    font-size: 1.3rem;
    line-height: 2.4rem;
    padding: 0.4rem 0;
  }
  .topicsPageDetail .topicsContents__MainBox p a {
    color: #335c42;
    text-decoration: underline;
  }
  .topicsPageDetail .topicsContents__MainBox p a:hover {
    color: #335c42;
    text-decoration: none;
  }
  .topicsPageDetail .topicsContents__MainBox p a.pdf {
    position: relative;
    color: #335c42;
  }
  .topicsPageDetail .topicsContents__MainBox p a.pdf::before {
    content: 'PDF';
    color: #ffffff;
    display: inline-block;
    text-decoration: none !important;
    font-size: 1rem;
    line-height: 100%;
    padding: 0.5rem 0.7rem;
    margin-right: 1rem;
    background: #ff9123;
  }
  .topicsPageDetail .topicsContents__MainBox p a.pdf:hover {
    text-decoration: none;
  }
  .topicsPageDetail .topicsContents__MainBox ul {
    margin: 12px 0 12px 0;
  }
  .topicsPageDetail .topicsContents__MainBox ul li {
    list-style-type: none;
    background: url(../img/topics/list.svg) left 12px no-repeat;
    background-size: 6px 6px;
    padding: 0.2rem 0 0.2rem 1.2rem;
    margin: 0;
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  .topicsPageDetail .topicsContents__MainBox ol {
    margin: 12px 0 12px 0;
    counter-reset: number;
    list-style-type: none !important;
    padding: 0;
  }
  .topicsPageDetail .topicsContents__MainBox ol li {
    position: relative;
    padding-left: 0;
    line-height: 1.5em;
    padding: 0.3rem 0rem 0.3rem 3rem;
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  .topicsPageDetail .topicsContents__MainBox ol li::before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #ff9123;
    color: white;
    font-weight: normal;
    font-size: 10px;
    border-radius: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .topicsPageDetail .topicsContents__MainBox blockquote {
    margin: 0 0 1.5rem 0;
    position: relative;
    padding: 10px 18px;
    box-sizing: border-box;
    background: #f0eae4;
    color: #000;
    border-radius: 12px;
  }
  .topicsPageDetail .topicsContents__MainBox blockquote p {
    padding: 0;
    margin: 4px 0;
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  .topicsPageDetail .topicsContents__MainBox blockquote p + p {
    padding-top: 0.6rem;
  }
  .topicsPageDetail .topicsContents__MainBox blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
  }
  .topicsPageDetail .topicsContents__MainBox .image-wide {
    margin: 1.5rem 0;
    /*
    & img{
      width: auto;
      object-fit: cover;
    }
    */
  }
  .topicsPageDetail .topicsContents__MainBox .alignleft .image {
    float: none;
    margin: 0.5rem 0 1.5rem 0;
  }
  .topicsPageDetail .topicsContents__MainBox .alignright .image {
    float: none;
    margin: 0.5rem 0 1.5rem 0;
  }
  .topicsPageDetail .topicsContents__MainBox .aligncenter .image {
    margin: 1.5rem auto;
    display: block;
  }
  .topicsPageDetail .topicsContents__MainBox .aligncenter .image img {
    width: 100%;
    margin: 0 auto;
  }
  .topicsPageDetail .topicsContents__MainBox .shareBox {
    border-top: 1px solid #979797;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  .topicsPageDetail .topicsContents__MainBox .shareBox p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.4rem;
    font-weight: 700;
    padding-bottom: 1.2rem;
  }
  .topicsPageDetail .topicsContents__MainBox .shareBox__Inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }
  .topicsPageDetail .topicsContents__MainBox .shareBox__Inner--Fb {
    width: 2.8rem;
    margin: 0 0.6rem;
  }
  .topicsPageDetail .topicsContents__MainBox .shareBox__Inner--Tw {
    width: 2.8rem;
    margin: 0 0.6rem;
  }
}
.contactPage {
  /***********************************************************

   contact - index

  ***********************************************************/
  /***********************************************************

   contact - confirm

  ***********************************************************/
  /***********************************************************

   contact - comp

  ***********************************************************/
}
.contactPage #contactBlock {
  margin-top: -60px;
  padding-top: 60px;
}
.contactPage .attentionText p {
  position: relative;
  padding-left: 1.6rem;
  padding-bottom: 0.4rem;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: -0.5px;
}
.contactPage .attentionText p::before {
  content: "・";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -1rem;
  left: 0;
  top: 0;
}
.contactPage .kakuninText {
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
  padding: 6.5rem 0;
}
.contactPage .contentsBg .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  padding: 5rem 0 5rem 0;
}
.contactPage .contentsBg h1 {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 4.5rem;
}
.contactPage__Info {
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
  border-radius: 0.8rem;
}
.contactPage__Info h2 {
  padding: 1.5rem 0;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: url(../img/contact/title_bg.png) center top no-repeat;
  background-size: 100% auto;
}
.contactPage__Info h3 {
  padding: 2.5rem 0 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
.contactPage__Info p {
  padding: 0.5rem 0 3.5rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.contactPage__Btn {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 0 4rem 0;
}
.contactPage__Btn--Link {
  width: 48.7%;
}
.contactPage__Btn--Link a {
  display: block;
  border-radius: 0.4rem;
  border: 1px solid #000;
  background: url(../img/arrow.svg) 93.75% center no-repeat #ffffff;
  background-size: 10px 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 2.1rem 0;
}
.contactPage__Btn--Link.faq a {
  padding: 3.6rem 0;
}
.contactPage .contactBg {
  background-image: url(../img/footer_illust.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 628px auto;
  padding: 5rem 0 14.5rem 0;
}
.contactPage .contactBg .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.contactPage .contactBg h1 {
  text-align: center;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  padding: 0rem 0 3rem 0;
}
.contactPage .contactBg__Block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
}
.contactPage .contactBg__Block div + div {
  margin-left: 3%;
}
.contactPage .contactBg__Block--Single {
  width: 31.1%;
  background: #ffffff;
  border-radius: 1.2rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
  margin-bottom: 3rem;
}
.contactPage .contactBg__Block--Single:nth-of-type(1), .contactPage .contactBg__Block--Single:nth-of-type(4), .contactPage .contactBg__Block--Single:nth-of-type(7), .contactPage .contactBg__Block--Single:nth-of-type(10), .contactPage .contactBg__Block--Single:nth-of-type(13), .contactPage .contactBg__Block--Single:nth-of-type(15) {
  margin-left: 0;
}
.contactPage .contactBg__Block--Single .imgBox {
  display: flex;
  overflow: hidden;
  height: 11.0vw;
  max-height: 110px;
}
.contactPage .contactBg__Block--Single .imgBox img {
  border-radius: 1.2rem 1.2rem 0 0;
  width: 100%;
  object-fit: cover;
}
.contactPage .contactBg__Block--Single .textBox dl {
  padding: 1.2rem 2rem 1.4rem 2rem;
}
.contactPage .contactBg__Block--Single .textBox dl dt {
  color: #979797;
  font-size: 1.2rem;
  padding-bottom: 0.6rem;
}
.contactPage .contactBg__Block--Single .textBox dl dd {
  color: #000;
}
.contactPage .contactBox {
  border-top: 1px solid #969696;
  padding: 4.8rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.contactPage .contactBox:last-of-type {
  border-bottom: 1px solid #969696;
  margin-bottom: 4.8rem;
}
.contactPage .contactBox .contactMenu {
  width: 28.4%;
  margin-top: 0.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.contactPage .contactBox .contactMenu p {
  text-align: left;
}
.contactPage .contactBox .contactMenu .menu {
  width: 76.9%;
}
.contactPage .contactBox .contactMenu .menu p {
  font-size: 1.7rem;
  font-weight: 700;
}
.contactPage .contactBox .contactMenu .hissu {
  width: 23%;
}
.contactPage .contactBox .contactMenu .hissu p {
  margin-top: 0rem;
  text-align: center;
  color: #cc0033;
  border: 1px solid #cc0033;
  font-size: 1.5rem;
  line-height: 100%;
  padding: 0.5rem 0.7rem;
  letter-spacing: 0.2em;
}
.contactPage .contactBox .contactMenu .ninni {
  width: 23%;
}
.contactPage .contactBox .contactMenu .ninni p {
  margin-top: 0rem;
  text-align: center;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  font-size: 1.5rem;
  line-height: 100%;
  padding: 0.5rem 0.7rem;
  letter-spacing: 0.2em;
}
.contactPage .contactBox .contactForm {
  width: 67.2%;
}
.contactPage .contactBox .contactForm .bottomtext {
  padding-top: 0.6rem;
}
.contactPage .contactBox .contactForm .radioBtnBox {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.contactPage .contactBox .contactForm .radioBtnBox .md-radio + .md-radio {
  margin-top: 1.8rem;
}
.contactPage .contactBox .contactForm .radioBtnBox .md-radio.md-radio-inline {
  display: inline-block;
}
.contactPage .contactBox .contactForm .radioBtnBox .md-radio input[type=radio] {
  display: none;
}
.contactPage .contactBox .contactForm .radioBtnBox .md-radio input[type=radio]:checked + label:before {
  border-color: #969696;
  animation: ripple 0.2s linear forwards;
}
.contactPage .contactBox .contactForm .radioBtnBox .md-radio input[type=radio]:checked + label:after {
  transform: scale(1);
}
.contactPage .contactBox .contactForm .radioBtnBox .md-radio label {
  display: inline-block;
  min-height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.contactPage .contactBox .contactForm .radioBtnBox .md-radio label:before, .contactPage .contactBox .contactForm .radioBtnBox .md-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.contactPage .contactBox .contactForm .radioBtnBox .md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #969696;
}
.contactPage .contactBox .contactForm .radioBtnBox .md-radio label:after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #335c42;
}
.contactPage .contactBox .contactForm .radioBtnBox {
  font-size: 1.5rem;
}
.contactPage .contactBox .contactForm .radioBtnBox .mwform-radio-field + .mwform-radio-field {
  margin-top: 1.8rem;
}
.contactPage .contactBox .contactForm .radioBtnBox .mwform-radio-field.md-radio-inline {
  display: inline-block;
}
.contactPage .contactBox .contactForm .radioBtnBox .radioBtnBox input[type=radio] {
  display: none;
}
.contactPage .contactBox .contactForm .radioBtnBox .mwform-radio-field .mwform-radio-field-text {
  display: none;
}
.contactPage .contactBox .contactForm .radioBtnBox .mwform-radio-field input:checked + .mwform-radio-field-text:before {
  border-color: #969696;
  animation: ripple 0.2s linear forwards;
}
.contactPage .contactBox .contactForm .radioBtnBox .mwform-radio-field input:checked + .mwform-radio-field-text:after {
  transform: scale(1);
}
.contactPage .contactBox .contactForm .radioBtnBox .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  min-height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.contactPage .contactBox .contactForm .radioBtnBox .mwform-radio-field .mwform-radio-field-text:before, .contactPage .contactBox .contactForm .radioBtnBox .mwform-radio-field .mwform-radio-field-text:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.contactPage .contactBox .contactForm .radioBtnBox .mwform-radio-field .mwform-radio-field-text:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #969696;
}
.contactPage .contactBox .contactForm .radioBtnBox .mwform-radio-field .mwform-radio-field-text:after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #335c42;
}
.contactPage .contactBox .contactForm select {
  font-size: 1.5rem;
}
.contactPage .contactBox .contactForm .selectBox01 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactPage .contactBox .contactForm .selectBox01 select {
  width: 100%;
  padding: 12px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #f2f2f2;
  border-radius: 4px;
  background: url(../img/contact/arrow.svg) 90% 50% no-repeat #f2f2f2;
  background-size: 15px 8px;
}
.contactPage .contactBox .contactForm .selectBox02 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactPage .contactBox .contactForm .selectBox02 select {
  width: 100%;
  padding: 12px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #f2f2f2;
  border-radius: 4px;
  background: url(../img/contact/arrow.svg) 97% 50% no-repeat #f2f2f2;
  background-size: 15px 8px;
}
.contactPage .contactBox .contactForm .stayBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
}
.contactPage .contactBox .contactForm .stayBox__Single .selectBox01 {
  min-width: 100px;
  width: 16.2%;
}
.contactPage .contactBox .contactForm .stayBox__Single p {
  margin: 0 0.8rem;
}
.contactPage .contactBox .contactForm .hotelnameBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
}
.contactPage .contactBox .contactForm .hotelnameBox__Single.area .selectBox01 {
  min-width: 150px;
  width: 24.3%;
}
.contactPage .contactBox .contactForm .hotelnameBox__Single.hotel .selectBox02 {
  min-width: 380px;
  width: 61.7%;
}
.contactPage .contactBox .contactForm .hotelnameBox div + div {
  margin-left: 3.5rem;
}
.contactPage .contactBox .contactForm input, .contactPage .contactBox .contactForm textarea {
  color: #000;
  font-size: 1.5rem;
}
.contactPage .contactBox .contactForm input:placeholder-shown, .contactPage .contactBox .contactForm textarea:placeholder-shown {
  color: #b3b3b3;
}
.contactPage .contactBox .contactForm input::-webkit-input-placeholder, .contactPage .contactBox .contactForm textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}
.contactPage .contactBox .contactForm input:-ms-input-placeholder, .contactPage .contactBox .contactForm textarea:-ms-input-placeholder {
  color: #b3b3b3;
}
.contactPage .contactBox .contactForm input[type="text"], .contactPage .contactBox .contactForm input[type="email"], .contactPage .contactBox .contactForm textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: #f3f3f3;
  outline: 0;
}
.contactPage .contactBox .contactForm input[type="text"], .contactPage .contactBox .contactForm input[type="email"] {
  border: 1px solid #ccc;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 12px 15px;
  transition: border-color ease .2s;
}
.contactPage .contactBox .contactForm textarea {
  border: 1px solid #ccc;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 1.6rem 2rem 1.6rem 2rem;
  transition: border-color ease .2s;
}
.contactPage .contactBox .contactForm textarea {
  width: 100%;
  min-height: 210px;
  line-height: 32px;
}
.contactPage .contactBox .contactForm .contactdetailBox p {
  padding-top: 0.6rem;
}
.contactPage .contactBox .contactForm .numberBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
}
.contactPage .contactBox .contactForm .numberBox__Single {
  min-width: 80px;
  width: 13%;
}
.contactPage .contactBox .contactForm .numberBox__Single input {
  min-width: 80px;
  width: 13%;
}
.contactPage .contactBox .contactForm .numberBox__Single.text {
  min-width: initial;
  width: auto;
}
.contactPage .contactBox .contactForm .numberBox__Single p {
  margin: 0 0.8rem;
  color: #969696;
}
.contactPage .contactBox .contactForm .telBox {
  min-width: 200px;
  width: 32.5%;
}
.contactPage .btn {
  max-width: 446px;
  width: 48.7%;
  margin: 0 auto;
}
.contactPage .btn input {
  cursor: pointer;
  width: 100%;
  display: block;
  border-radius: 0.4rem;
  border: 1px solid #000;
  background: url(../img/arrow.svg) 94.1% center no-repeat #ffffff;
  background-size: 10px 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 2.4rem;
  padding: 3rem 0;
  letter-spacing: 1em;
}
.contactPage .btn input:nth-of-type(2) {
  margin: 2rem auto 0 auto;
  display: block;
  border-radius: 0.4rem;
  border: none;
  background: url(../img/arrow.svg) 94.1% center no-repeat #f2f2f2;
  background-size: 10px 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 2.4rem;
  padding: 3rem 0;
  letter-spacing: 1em;
}
.contactPage .btn input:hover {
  opacity: 0.75;
}
.contactPage .btnReturn {
  max-width: 446px;
  width: 48.7%;
  margin: 2rem auto 0 auto;
  opacity: 0.5;
}
.contactPage .btnReturn a {
  display: block;
  border-radius: 0.4rem;
  background: url(../img/arrow.svg) 94.1% center no-repeat #f2f2f2;
  background-size: 10px 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 2.4rem;
  padding: 3rem 0;
  letter-spacing: 1em;
}
.contactPage .btnReturn a:hover {
  opacity: 0.75;
}
.contactPage .mw_wp_form .error {
  margin-top: 1.5rem;
}
.contactPage .mw_wp_form .radioBtnBox .error {
  margin-left: 0.8rem;
}
.contactPage.confirm .contactBox .contactMenu {
  margin-top: 0rem;
}
.contactPage.confirm .contactForm {
  font-size: 1.5rem;
}
.contactPage.confirm .contactForm .numberBox__Single {
  min-width: initial;
  width: auto;
}
.contactPage.confirm .contactForm .contactdetailBox {
  line-height: 2.8rem;
}
.contactPage.comp .contentsBg {
  padding: 0 0 8rem 0;
}
.contactPage.comp .inner {
  padding: 8rem 0 0 0;
}
.contactPage.comp h2 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.8rem;
}
.contactPage.comp p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.contactPage.comp .btn {
  margin-top: 5rem;
}
.contactPage.comp .btn a {
  display: block;
  border-radius: 0.4rem;
  border: 1px solid #000;
  background: url(../img/arrow.svg) 96.8% center no-repeat #ffffff;
  background-size: 1rem 2rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  padding: 1.6rem 0;
  letter-spacing: normal;
}

@media screen and (max-width: 47.9375em) {
  .contactPage {
    	  /***********************************************************

    	   contact - index

    	  ***********************************************************/
    	  /***********************************************************

    	   contact - confirm

    	  ***********************************************************/
    	  /***********************************************************

    	   contact - comp

    	  ***********************************************************/
  }
  .contactPage #contactBlock {
    margin-top: -67px;
    padding-top: 67px;
  }
  .contactPage .attentionText p {
    position: relative;
    padding-left: 1rem;
    padding-bottom: 0.2rem;
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: -0.5px;
  }
  .contactPage .attentionText p::before {
    content: "・";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -1rem;
    left: 0;
    top: 0;
  }
  .contactPage .kakuninText {
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 2.5rem 0;
  }
  .contactPage .contentsBg .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .contactPage .contentsBg h1 {
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 2.8rem;
  }
  .contactPage__Info {
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.8rem;
  }
  .contactPage__Info h2 {
    padding: 2.5rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: url(../img/top/contets02_title02_sp.png) center top no-repeat;
    background-size: 100% auto;
    border-radius: 0.8rem 0.8rem 0 0;
  }
  .contactPage__Info h3 {
    padding: 2.5rem 0 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  .contactPage__Info p {
    padding: 0.5rem 0 2.5rem 0;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
  }
  .contactPage__Btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
  }
  .contactPage__Btn--Link {
    width: 100%;
  }
  .contactPage__Btn--Link a {
    display: block;
    border-radius: 0.4rem;
    border: 1px solid #000;
    background: url(../img/arrow.svg) 93.75% center no-repeat #ffffff;
    background-size: 10px 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 1.5rem 0;
  }
  .contactPage__Btn--Link.faq {
    margin-bottom: 1.5rem;
  }
  .contactPage__Btn--Link.faq a {
    padding: 2.7rem 0;
  }
  .contactPage .contactBg {
    background-image: url(../img/footer_illust.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 83.7%  auto;
    padding: 2rem 0 6rem 0;
  }
  .contactPage .contactBg .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .contactPage .contactBg h1 {
    text-align: center;
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    padding: 0rem 0 3rem 0;
  }
  .contactPage .contactBox {
    border-top: 1px solid #969696;
    padding: 2rem 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .contactPage .contactBox:last-of-type {
    border-bottom: 1px solid #969696;
    margin-bottom: 2.5rem;
  }
  .contactPage .contactBox .contactMenu {
    width: auto;
    margin-top: 0.8rem;
    margin: 0 0 -10px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
  .contactPage .contactBox .contactMenu p {
    text-align: left;
    margin: 0;
  }
  .contactPage .contactBox .contactMenu .menu {
    width: auto;
    margin-bottom: 1.5rem;
  }
  .contactPage .contactBox .contactMenu .menu p {
    font-size: 1.3rem;
    line-height: 2.6rem;
    font-weight: 700;
  }
  .contactPage .contactBox .contactMenu .hissu {
    width: auto;
    min-width: initial;
  }
  .contactPage .contactBox .contactMenu .hissu p {
    margin-top: 0.5rem;
    margin-left: 1.2rem;
    text-align: center;
    color: #cc0033;
    border: 1px solid #cc0033;
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding: 0rem 0.4rem;
  }
  .contactPage .contactBox .contactMenu .ninni {
    width: auto;
    min-width: initial;
  }
  .contactPage .contactBox .contactMenu .ninni p {
    margin-top: 0.5rem;
    margin-left: 1.2rem;
    text-align: center;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding: 0rem 0.4rem;
  }
  .contactPage .contactBox .contactForm {
    width: 100%;
  }
  .contactPage .contactBox .contactForm .bottomtext {
    font-size: 1rem;
    line-height: 1.8rem;
    padding-top: 0.6rem;
  }
  .contactPage .contactBox .contactForm .radioBtnBox {
    font-size: 1.3rem;
    margin-top: 0rem;
    /**
     * radio and checkbox
     */
  }
  .contactPage .contactBox .contactForm .radioBtnBox .md-radio + .md-radio {
    margin-top: 0.8rem;
  }
  .contactPage .contactBox .contactForm .radioBtnBox .md-radio.md-radio-inline {
    display: inline-block;
  }
  .contactPage .contactBox .contactForm .radioBtnBox .md-radio input[type=radio] {
    display: none !important;
  }
  .contactPage .contactBox .contactForm .radioBtnBox .radioBtnBox input[type=radio] {
    display: none;
  }
  .contactPage .contactBox .contactForm .radioBtnBox .md-radio input[type=radio]:checked + label:before {
    border-color: #969696;
    animation: ripple 0.2s linear forwards;
  }
  .contactPage .contactBox .contactForm .radioBtnBox .md-radio input[type=radio]:checked + label:after {
    transform: scale(1);
  }
  .contactPage .contactBox .contactForm .radioBtnBox .md-radio label {
    display: inline-block;
    min-height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
  }
  .contactPage .contactBox .contactForm .radioBtnBox .md-radio label:before, .contactPage .contactBox .contactForm .radioBtnBox .md-radio label:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: all 0.3s ease;
    transition-property: transform, border-color;
  }
  .contactPage .contactBox .contactForm .radioBtnBox .md-radio label:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #969696;
  }
  .contactPage .contactBox .contactForm .radioBtnBox .md-radio label:after {
    top: 6px;
    left: 6px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    background: #335c42;
  }
  .contactPage .contactBox .contactForm .radioBtnBox .mwform-checkbox-field input,
  .contactPage .contactBox .contactForm .radioBtnBox .mwform-radio-field input {
    display: none !important;
    /* radioボタンが消えない */
  }
  .contactPage .contactBox .contactForm select {
    font-size: 1.3rem;
  }
  .contactPage .contactBox .contactForm .selectBox01 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contactPage .contactBox .contactForm .selectBox01 select {
    width: 100%;
    padding: 8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #f2f2f2;
    border-radius: 4px;
    background: url(../img/contact/arrow.svg) 90% 50% no-repeat #f2f2f2;
    background-size: 10px 5px;
  }
  .contactPage .contactBox .contactForm .stayBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
  }
  .contactPage .contactBox .contactForm .stayBox__Single {
    min-width: auto;
    width: 22%;
  }
  .contactPage .contactBox .contactForm .stayBox__Single .selectBox01 {
    min-width: auto;
    width: 100%;
  }
  .contactPage .contactBox .contactForm .stayBox__Single .selectBox01 select {
    width: 100%;
  }
  .contactPage .contactBox .contactForm .stayBox__Single.text {
    min-width: auto;
    width: auto;
  }
  .contactPage .contactBox .contactForm .stayBox__Single p {
    margin: 0 0.8rem;
  }
  .contactPage .contactBox .contactForm .hotelnameBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .contactPage .contactBox .contactForm .hotelnameBox__Single.area {
    width: 100%;
  }
  .contactPage .contactBox .contactForm .hotelnameBox__Single.area .selectBox01 {
    min-width: 150px;
    width: 24.3%;
  }
  .contactPage .contactBox .contactForm .hotelnameBox__Single.hotel {
    width: 100%;
  }
  .contactPage .contactBox .contactForm .hotelnameBox__Single.hotel .selectBox02 {
    min-width: initial;
    width: 88.3%;
  }
  .contactPage .contactBox .contactForm .hotelnameBox div + div {
    margin-left: 0rem;
    margin-top: 1.5rem;
  }
  .contactPage .contactBox .contactForm input, .contactPage .contactBox .contactForm textarea {
    color: #000;
    font-size: 1.3rem;
  }
  .contactPage .contactBox .contactForm input:placeholder-shown, .contactPage .contactBox .contactForm textarea:placeholder-shown {
    color: #cacaca;
  }
  .contactPage .contactBox .contactForm input::-webkit-input-placeholder, .contactPage .contactBox .contactForm textarea::-webkit-input-placeholder {
    color: #cacaca;
  }
  .contactPage .contactBox .contactForm input:-ms-input-placeholder, .contactPage .contactBox .contactForm textarea:-ms-input-placeholder {
    color: #cacaca;
  }
  .contactPage .contactBox .contactForm input[type="text"], .contactPage .contactBox .contactForm input[type="email"], .contactPage .contactBox .contactForm textarea {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background-color: #f3f3f3;
    outline: 0;
  }
  .contactPage .contactBox .contactForm input[type="text"], .contactPage .contactBox .contactForm input[type="email"] {
    border: 1px solid #ccc;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 10px;
    transition: border-color ease .2s;
  }
  .contactPage .contactBox .contactForm textarea {
    border: 1px solid #ccc;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 10px;
    transition: border-color ease .2s;
  }
  .contactPage .contactBox .contactForm textarea {
    width: 100%;
    min-height: 120px;
    line-height: 22px;
  }
  .contactPage .contactBox .contactForm .contactdetailBox p {
    padding-top: 0.6rem;
  }
  .contactPage .contactBox .contactForm .numberBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
  }
  .contactPage .contactBox .contactForm .numberBox__Single {
    min-width: initial;
    width: 16%;
  }
  .contactPage .contactBox .contactForm .numberBox__Single input {
    min-width: initial;
    width: 100%;
  }
  .contactPage .contactBox .contactForm .numberBox__Single.text {
    min-width: initial;
    width: auto;
  }
  .contactPage .contactBox .contactForm .numberBox__Single p {
    margin: 0 0.8rem;
    color: #969696;
  }
  .contactPage .contactBox .contactForm .telBox {
    min-width: 200px;
    width: 32.5%;
  }
  .contactPage .btn {
    max-width: initial;
    width: 100%;
    margin: 0 auto;
  }
  .contactPage .btn input {
    display: block;
    border-radius: 0.4rem;
    border: 1px solid #000;
    background: url(../img/arrow.svg) 94.1% center no-repeat #ffffff;
    background-size: 10px 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 2rem;
    padding: 2rem 0;
    letter-spacing: 1em;
  }
  .contactPage .btn input:nth-of-type(2) {
    margin: 1.5rem auto 0 auto;
    display: block;
    border-radius: 0.4rem;
    background: url(../img/arrow.svg) 94.1% center no-repeat #f2f2f2;
    background-size: 10px 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 2rem;
    padding: 2rem 0;
    letter-spacing: 1em;
  }
  .contactPage .btnReturn {
    max-width: initial;
    width: 100%;
    margin: 1.5rem auto 0 auto;
  }
  .contactPage .btnReturn a {
    display: block;
    border-radius: 0.4rem;
    background: url(../img/arrow.svg) 94.1% center no-repeat #f2f2f2;
    background-size: 10px 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 2rem;
    padding: 2rem 0;
    letter-spacing: 1em;
  }
  .contactPage .mw_wp_form .radioBtnBox .error {
    margin-left: 0.8rem;
  }
  .contactPage.confirm .contactBox .contactMenu {
    margin-top: 0rem;
  }
  .contactPage.confirm .contactForm {
    font-size: 1.3rem;
  }
  .contactPage.confirm .contactForm .stayBox__Single {
    min-width: auto;
    width: auto;
  }
  .contactPage.confirm .contactForm .numberBox__Single {
    min-width: initial;
    width: auto;
  }
  .contactPage.confirm .contactForm .contactdetailBox {
    line-height: 2.2rem;
  }
  .contactPage.comp .contentsBg {
    padding: 0 0 4rem 0;
  }
  .contactPage.comp .inner {
    padding: 4rem 0 0 0;
  }
  .contactPage.comp h2 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.8rem;
  }
  .contactPage.comp p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .contactPage.comp .btn {
    margin-top: 2rem;
  }
  .contactPage.comp .btn a {
    display: block;
    border-radius: 0.4rem;
    border: 1px solid #000;
    background: url(../img/arrow.svg) 96.8% center no-repeat #ffffff;
    background-size: 0.5rem 1rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 1.5rem;
    padding: 1.3rem 0;
    letter-spacing: normal;
  }
}
.dpointPage {
  background: url(../img/footer_illust.png) center bottom no-repeat;
  background-size: 628px auto;
  padding: 0rem 0 12.5rem 0;
  /***********************************************************

   mainv

  ***********************************************************/
  /***********************************************************

   dpointContents

  ***********************************************************/
}
.dpointPage .mainv {
  background: url(../img/d-point/mv_bg.png) center bottom no-repeat #ddeff1;
  background-size: auto 523px;
  padding-bottom: 5rem;
}
.dpointPage .mainv .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  position: relative;
}
.dpointPage .mainv .illustBg {
  position: absolute;
  right: -3.8%;
  bottom: -51px;
}
.dpointPage .mainv .illustBg img {
  max-width: 893px;
}
.dpointPage .mainv__Title {
  background: url(../img/d-point/illust.png) 76.5% bottom no-repeat;
  background-size: 125px auto;
}
.dpointPage .mainv__Title h2 {
  text-align: center;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  padding: 6rem 0 4.5rem 0;
}
.dpointPage .mainv h3 {
  padding: 2.5rem 0;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: url(../img/d-point/mv_title.png) center top no-repeat;
  background-size: 100% auto;
}
.dpointPage .mainv__Block {
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
  border-radius: 0.8rem;
}
.dpointPage .mainv__Block--Box {
  width: 91.8%;
  max-width: 840px;
  margin: 0 auto;
  padding: 4rem 0;
}
.dpointPage .mainv__Block--Box p {
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 3.2rem;
}
.dpointPage .mainv__Block--Box p.redText {
  padding-top: 1.5rem;
  font-size: 2.4rem;
  color: #cc0033;
}
.dpointPage .dpointContents .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.dpointPage .dpointContents .contentsBlock {
  border-top: 1px solid #969696;
  padding: 5rem 0;
}
.dpointPage .dpointContents .contentsBlock:first-of-type {
  margin-top: 5rem;
}
.dpointPage .dpointContents .contentsBlock__Title {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
}
.dpointPage .dpointContents .contentsBlock__Title .logo {
  width: 4.3rem;
  margin-right: 1.5rem;
}
.dpointPage .dpointContents .contentsBlock__Title h2 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem;
  width: 85.7rem;
}

.dpointPage .dpointContents .contentsBlock__Title h2 span.small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: normal;
  margin-top: 0.5rem;
}
.dpointPage .dpointContents .contentsBlock__Title h2 span.small img {
  width: 11px;
  height: 11px;
  display: inline;
}
.dpointPage .dpointContents .contentsBlock__Title h2 span a {
  text-decoration: underline;
}
.dpointPage .dpointContents .contentsBlock__Block {
  margin: 2.5rem 0;
  background: #f0eae4;
  border-radius: 0.8rem;
}
.dpointPage .dpointContents .contentsBlock__Block.food {
  margin: 2.5rem 0 0 0;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox {
  width: 93.4%;
  max-width: 855px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 0;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single:first-of-type {
  width: 51.4%;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single:last-of-type {
  width: 47.7%;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single.box08 {
  width: 64.3%;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single.box09 {
  width: 33.9%;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single.box09 .blockBox__Single--Ttl {
  width: 27.5%;
  max-width: 80px;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single.box09 .blockBox__Single--Text {
  width: 70%;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Ttl {
  /*
  @include flex(r, w, b, c);
  justify-content: center;
  align-items: center;
  min-height: 80px;
  width: 18.7%; //80px
  min-width: 80px;
  background: $white;
  border: 2px solid $red;
  border-radius: 1000px;
  color: $red;
  font-weight: 700;
  text-align: center;
  font-size: pxToRem(20);
  */
  width: 18.7%;
  max-width: 80px;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text {
  width: 81%;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text p {
  margin-left: 1rem;
  font-weight: 700;
  font-size: 1.7rem;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text p + p {
  border-top: 1px solid #969696;
  padding-top: 0.4rem;
  margin-top: 0.4rem;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text span {
  color: #cc0033;
}
/*.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text span.smalltext {
  color: #000;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2rem;
}*/
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text span.textspace {
  color: #000;
  margin-right: 7rem;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text span.small02 {
  color: #000;
}
.dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.dpointPage .dpointContents .contentsBlock__Block .text {
  background: #cc0033;
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  padding: 0.8rem 0;
  border-radius: 0 0 0.8rem 0.8rem;
}
.dpointPage .dpointContents .contentsBlock__Block .text span {
  font-size: 1.4rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 0.5rem;
}
.dpointPage .dpointContents .contentsBlock__Block .text span img {
  width: 11px;
  height: 12px;
  display: inline;
}
.dpointPage .dpointContents .contentsBlock__TextBox h3 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.dpointPage .dpointContents .contentsBlock__TextBox h3.centerTtl span {
  border-radius: 0.4rem;
  background: #cc0033;
  color: #ffffff;
  padding: 0.3rem 2.5rem;
  margin-right: 2rem;
}
.dpointPage .dpointContents .contentsBlock__TextBox p {
  font-size: 1.2rem;
  line-height: 2.7rem;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.dpointPage .dpointContents .contentsBlock__TextBox p::before {
  position: absolute;
  content: "※";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -1rem;
  left: 0;
  top: 0;
}
.dpointPage .dpointContents .contentsBlock__TextBox p.num01 {
  padding: 0 0 0 3rem;
}
.dpointPage .dpointContents .contentsBlock__TextBox p.num01::before {
  position: absolute;
  content: "※1";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -1rem;
  left: 0;
  top: 0;
}
.dpointPage .dpointContents .contentsBlock__TextBox p.num02 {
  padding: 0 0 0 3rem;
}
.dpointPage .dpointContents .contentsBlock__TextBox p.num02::before {
  position: absolute;
  content: "※2";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -1rem;
  left: 0;
  top: 0;
}
.dpointPage .dpointContents .contentsBlock .bottomText {
  font-size: 1.2rem;
  line-height: 2.7rem;
}
.dpointPage .dpointContents .contentsBottom {
  border-top: 1px solid #969696;
  padding: 5rem 0;
}
.dpointPage .dpointContents .contentsBottom h3 {
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0 2rem;
  letter-spacing: -0.035em;
}
.dpointPage .dpointContents .contentsBottom h3 span {
  font-size: 1.4rem;
  margin-left: -0.5em;
}
.dpointPage .dpointContents .contentsBottom h3 + h3 {
  padding-top: 0.8rem;
}
.dpointPage .dpointContents .contentsBanner {
  width: 65.5%;
  margin: 0 auto 6.5rem auto;
}
.dpointPage .dpointContents .contentsBanner a {
  display: block;
  border: 1px solid #000;
  background: url(../img/d-point/banner_illust.png) 5.3% bottom no-repeat #ce112f;
  background-size: 186px auto;
  padding: 2.7rem 0;
}
.dpointPage .dpointContents .contentsBanner a p {
  font-size: 3rem;
  line-height: 4.7rem;
  width: 44.6%;
  margin-left: 45.3%;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.dpointPage .dpointContents .contentsLogo {
  width: 8.1%;
  max-width: 75px;
  margin: 0 auto;
}

@media screen and (max-width: 47.9375em) {
  .dpointPage {
    background: url(../img/footer_illust.png) center bottom no-repeat;
    background-size: 83.7% auto;
    padding: 0rem 0 6.5rem 0;
    	  /***********************************************************

    	   mainv

    	  ***********************************************************/
    	  /***********************************************************

    	   dpointContents

    	  ***********************************************************/
  }
  .dpointPage .mainv {
    background: url(../img/d-point/mv_bg_sp.png) center bottom no-repeat #ddeff1;
    background-size: cover;
    padding-bottom: 6rem;
  }
  .dpointPage .mainv .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .dpointPage .mainv .illustBg {
    display: none;
  }
  .dpointPage .mainv__Title {
    background: url(../img/d-point/illust.png) 89.6% bottom no-repeat;
    background-size: 80px auto;
  }
  .dpointPage .mainv__Title h2 {
    text-align: center;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 3rem 0 3rem 0;
  }
  .dpointPage .mainv h3 {
    padding: 1.1rem 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: url(../img/d-point/mv_title_sp.png) center top no-repeat;
    background-size: 100% auto;
    border-radius: 0.7rem 0.7rem 0 0;
  }
  .dpointPage .mainv__Block {
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.8rem;
  }
  .dpointPage .mainv__Block--Box {
    width: 86.3%;
    max-width: initial;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .dpointPage .mainv__Block--Box p {
    text-align: left;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
  .dpointPage .mainv__Block--Box p.redText {
    padding-top: 1rem;
    font-size: 1.5rem;
    line-height: 2.8rem;
    color: #cc0033;
    text-align: center;
  }
  .dpointPage .dpointContents .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .dpointPage .dpointContents .contentsBlock {
    border-top: 1px solid #969696;
    padding: 2.5rem 0;
  }
  .dpointPage .dpointContents .contentsBlock:first-of-type {
    margin-top: 0rem;
    border-top: none;
  }
  .dpointPage .dpointContents .contentsBlock__Title {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .dpointPage .dpointContents .contentsBlock__Title .logo {
    width: 3.5rem;
    margin-right: 0rem;
    margin-bottom: 1.2rem;
  }
  .dpointPage .dpointContents .contentsBlock__Title h2 {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 2.8rem;
    text-align: center;
    width: 100%;
  }
  .dpointPage .dpointContents .contentsBlock__Block {
    margin: 1.5rem 0;
    background: #f0eae4;
    border-radius: 0.8rem;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox {
    width: 94%;
    max-width: initial;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 1.2rem 0;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox__Single {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox__Single:first-of-type {
    width: 100%;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox__Single:last-of-type {
    width: 100%;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Ttl {
    width: 18.1%;
    max-width: initail;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text {
    width: 80%;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text p {
    margin-left: 1rem;
    font-weight: 700;
    font-size: 1.3rem;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text span {
    color: #cc0033;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text sup {
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox__Single:nth-of-type(2) {
    margin-top: 1rem;
  }
  .dpointPage .dpointContents .contentsBlock__Block .text {
    background: #cc0033;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    padding: 0.8rem 1.2rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
  .dpointPage .dpointContents .contentsBlock__Block .text span {
    font-size: 0.9rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin: 0 0.5rem;
  }
  .dpointPage .dpointContents .contentsBlock__Block .text span img {
    width: 8px;
    height: 8px;
    display: inline;
  }
  .dpointPage .dpointContents .contentsBlock .bottomText {
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
  .dpointPage .dpointContents .contentsBottom {
    border-top: 1px solid #969696;
    padding: 2rem 0;
  }
  .dpointPage .dpointContents .contentsBottom h3 {
    font-weight: 700;
    font-size: 1.3rem;
    padding: 0 0rem;
    letter-spacing: -0.025em;
  }
  .dpointPage .dpointContents .contentsBottom h3 span {
    font-size: 1.1rem;
    margin-left: -0.5em;
  }
  .dpointPage .dpointContents .contentsBottom h3 + h3 {
    padding-top: 0.5rem;
  }
  .dpointPage .dpointContents .contentsBanner {
    width: auto;
    margin: 0 auto 3rem auto;
  }
  .dpointPage .dpointContents .contentsBanner a {
    display: block;
    border: 1px solid #000;
    background: url(../img/d-point/banner_illust.png) 10% bottom no-repeat #ce112f;
    background-size: 93px auto;
    padding: 1.4rem 0;
  }
  .dpointPage .dpointContents .contentsBanner a p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    width: 50%;
    margin-left: 40%;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
  }
  .dpointPage .dpointContents .contentsLogo {
    width: 45px;
    max-width: initial;
    margin: 0 auto;
  }
  .dpointPage .dpointContents .contentsBlock {
    border-top: 1px solid #969696;
    padding: 3.3rem 0 3rem 0;
  }
  .dpointPage .dpointContents .contentsBlock__Block {
      margin: 1.5rem 0;
      background: #f0eae4;
      border-radius: 0.8rem;
  }
  .dpointPage .dpointContents .contentsBlock__Title h2 span.small {
      display: block;
      font-size: 1rem;
      line-height: 1.6rem;
      font-weight: normal;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text p {
      margin-left: 1rem;
      font-weight: 700;
      font-size: 1.3rem;
      letter-spacing: -0.025em;
  }
  .dpointPage .dpointContents .contentsBlock__TextBox h3.centerTtl span {
      display: inline-block;
      border-radius: 0.4rem;
      background: #cc0033;
      color: #ffffff;
      padding: 0.2rem 0.8rem;
      margin-right: 0rem;
      margin-bottom: 0.3rem;
      font-size: 1.2rem;
  }
  .dpointPage .dpointContents .contentsBlock__TextBox h3 {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
    text-align: left;
  }
  .dpointPage .dpointContents .contentsBlock__TextBox h3.centerTtl {
      text-align: center;
  }
  .dpointPage .dpointContents .contentsBlock__Block .text {
      background: #cc0033;
      color: #ffffff;
      font-size: 1.2rem;
      font-weight: 700;
      text-align: center;
      padding: 0.8rem 1.2rem;
      border-radius: 0 0 0.8rem 0.8rem;
  }
  .dpointPage .dpointContents .contentsBlock__TextBox p {
      font-size: 0.9rem;
      line-height: 1.8rem;
      position: relative;
      padding: 0 0 0 1.5rem;
  }
  .dpointPage .dpointContents .contentsBlock__TextBox p.num01.type02 {
    padding: 0 0 0 1.7rem;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox__Single--Text span.textspace {
    color: #000;
    margin-right: 0rem;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox__Single.box09 .blockBox__Single--Ttl {
    width: 18.1%;
    max-width: initial;
  }
  .dpointPage .dpointContents .contentsBlock__Block .blockBox__Single.box09 .blockBox__Single--Text {
    width: 80%;
  }
}
.ecodePage {
  background: url(../img/footer_illust.png) center bottom no-repeat;
  background-size: 628px auto;
  padding: 0rem 0 12.5rem 0;
  /***********************************************************

   mainv

  ***********************************************************/
  /***********************************************************

   ecodeContents

  ***********************************************************/
}
.ecodePage .mainv {
  background: url(../img/eco-de/mv_bg.png) center bottom no-repeat #ddeff1;
  background-size: auto 699px;
  padding-bottom: 5rem;
}
.ecodePage .mainv .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  position: relative;
}
.ecodePage .mainv .illustBg01 {
  position: absolute;
  left: -12.6%;
  bottom: -5rem;
}
.ecodePage .mainv .illustBg01 img {
  max-width: 221px;
}
.ecodePage .mainv .illustBg02 {
  position: absolute;
  right: -10.7%;
  bottom: -5rem;
}
.ecodePage .mainv .illustBg02 img {
  max-width: 203px;
}
.ecodePage .mainv__Title h2 {
  text-align: center;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  padding: 6rem 0 4.5rem 0;
}
.ecodePage .mainv h3 {
  padding: 2.5rem 0;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: url(../img/eco-de/mv_title.png) center top no-repeat;
  background-size: 100% auto;
}
.ecodePage .mainv__Block {
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
  border-radius: 0.8rem;
}
.ecodePage .mainv__Block--Box {
  width: 91.8%;
  max-width: 840px;
  margin: 0 auto;
  padding: 4rem 0;
}
.ecodePage .mainv__Block--Box p {
  font-size: 1.5rem;
  line-height: 3rem;
}
.ecodePage .mainv__Block--Box p span {
  color: #66c5e1;
  font-weight: 700;
}
.ecodePage .mainv__Block .box {
  border-top: 1px solid #969696;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
.ecodePage .mainv__Block .box h4 {
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 700;
}
.ecodePage .mainv__Block .box__Inner {
  margin: 2rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
}
.ecodePage .mainv__Block .box__Inner--Single.area {
  background: #f0eae4;
  border-radius: 0.8rem;
  width: 42.3%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.2%;
}
.ecodePage .mainv__Block .box__Inner--Single.area .singleImg.img01 {
  width: 32.7%;
}
.ecodePage .mainv__Block .box__Inner--Single.area .singleImg.img02 {
  width: 9.27%;
  margin: 0 3% 0 5%;
}
.ecodePage .mainv__Block .box__Inner--Single.area .singleText.text01 {
  width: 57.5%;
}
.ecodePage .mainv__Block .box__Inner--Single.area .singleText.text02 {
  width: 82%;
}
.ecodePage .mainv__Block .box__Inner--Single.area .singleText p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.1rem;
  margin-left: 0.5rem;
  letter-spacing: -0.025em;
}
.ecodePage .mainv__Block .box__Inner--Single.text {
  width: 12.2%;
}
.ecodePage .mainv__Block .box__Inner--Single.text p {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.ecodePage .mainv__Block .box .bottomText {
  text-align: center;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: -0.05em;
}
.ecodePage .mainv__Block .box .bottomText span {
  font-weight: 700;
  color: #000;
}
.ecodePage .ecodeContents .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.ecodePage .ecodeContents h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  padding: 6rem 0 4.5rem 0;
}
.ecodePage .ecodeContents__Block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
}
.ecodePage .ecodeContents__Block--Single.box {
  margin-right: 3.7%;
  position: relative;
  width: 21.3%;
  background: #f0eae4;
  border-radius: 0.8rem;
  padding: 2rem 0;
}
.ecodePage .ecodeContents__Block--Single.box:first-of-type::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -24px;
  width: 14px;
  height: 20px;
  margin-top: -5px;
  background: url(../img/eco-de/arrow.svg) top left no-repeat;
  background-size: 14px 20px;
}
.ecodePage .ecodeContents__Block--Single.box:nth-of-type(2)::before {
  position: absolute;
  content: "";
  top: 22%;
  right: -24px;
  width: 14px;
  height: 20px;
  margin-top: -5px;
  background: url(../img/eco-de/arrow.svg) top left no-repeat;
  background-size: 14px 20px;
}
.ecodePage .ecodeContents__Block--Single.box:nth-of-type(2)::after {
  position: absolute;
  content: "";
  top: 77%;
  right: -24px;
  width: 14px;
  height: 20px;
  margin-top: -5px;
  background: url(../img/eco-de/arrow.svg) top left no-repeat;
  background-size: 14px 20px;
}
.ecodePage .ecodeContents__Block--Single.box .image.img01 {
  width: 56.4%;
  margin: 0 0 0 26.6%;
}
.ecodePage .ecodeContents__Block--Single.box .image.img02 {
  width: 68.2%;
  margin: 0 auto;
}
.ecodePage .ecodeContents__Block--Single.box p {
  padding-top: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.ecodePage .ecodeContents__Block--Single.boxLong {
  width: 49.3%;
}
.ecodePage .ecodeContents__Block--Single.boxLong .singleBlock {
  background: #f0eae4;
  border-radius: 0.8rem;
}
.ecodePage .ecodeContents__Block--Single.boxLong .singleBlock:first-of-type {
  margin-bottom: 3.5rem;
}
.ecodePage .ecodeContents__Block--Single.boxLong .singleBlock h3 {
  background: #66c5e1;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.8rem;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 0.4rem 0;
}
.ecodePage .ecodeContents__Block--Single.boxLong .singleBlock p {
  text-align: left;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.ecodePage .ecodeContents__Block--Single.boxLong .singleBlock p a {
  text-decoration: underline;
}
.ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner {
  padding: 1.6rem 2.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
}
.ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner--Box {
  width: 46.7%;
}
.ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner--Box:first-of-type {
  position: relative;
}
.ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner--Box:first-of-type::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -18px;
  width: 14px;
  height: 20px;
  margin-top: -5px;
  background: url(../img/eco-de/arrow.svg) top left no-repeat;
  background-size: 14px 20px;
}
.ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner02 {
  padding: 1.6rem 2.5rem;
}
.ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner02 p {
  text-align: center;
}
.ecodePage .ecodeContents__TextBox {
  margin: 0rem 0 10rem 0;
  padding-top: 2rem;
}
.ecodePage .ecodeContents__TextBox h3 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 700;
  margin: 2.5rem 0 0.2rem 0;
}
.ecodePage .ecodeContents__TextBox p {
  position: relative;
  padding: 0 0 0 1.5rem;
  margin: 0 0 0 0.5rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.ecodePage .ecodeContents__TextBox p::before {
  position: absolute;
  content: "※";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -1rem;
  left: 0;
  top: 0;
}
.ecodePage .ecodeContents .contentsLogo {
  width: 9.8%;
  max-width: 90px;
  margin: 0 auto;
}

@media screen and (max-width: 47.9375em) {
  .ecodePage {
    background: url(../img/footer_illust.png) center bottom no-repeat;
    background-size: 83.7% auto;
    padding: 0rem 0 6.5rem 0;
    	  /***********************************************************

    	   mainv

    	  ***********************************************************/
    	  /***********************************************************

    	   ecodeContents

    	  ***********************************************************/
  }
  .ecodePage .mainv {
    background: url(../img/eco-de/mv_bg_sp.png) center bottom no-repeat #ddeff1;
    background-size: cover;
    padding-bottom: 6.5rem;
  }
  .ecodePage .mainv .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
    position: relative;
  }
  .ecodePage .mainv .illustBg01 {
    display: none;
  }
  .ecodePage .mainv .illustBg02 {
    display: none;
  }
  .ecodePage .mainv__Title h2 {
    text-align: center;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 3rem 0 3rem 0;
  }
  .ecodePage .mainv h3 {
    padding: 2.6rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: url(../img/eco-de/mv_title_sp.png) center top no-repeat;
    background-size: 100% auto;
    border-radius: 0.7rem 0.7rem 0 0;
  }
  .ecodePage .mainv__Block {
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.8rem;
  }
  .ecodePage .mainv__Block--Box {
    width: 86.3%;
    max-width: initial;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .ecodePage .mainv__Block--Box p {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
  .ecodePage .mainv__Block .box {
    border-top: 1px solid #969696;
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
  .ecodePage .mainv__Block .box h4 {
    color: #000;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.6rem;
    font-weight: 700;
  }
  .ecodePage .mainv__Block .box__Inner {
    margin: 1.2rem 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .ecodePage .mainv__Block .box__Inner--Single.area {
    background: #f0eae4;
    border-radius: 0.8rem;
    width: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
  }
  .ecodePage .mainv__Block .box__Inner--Single.area .singleImg.img01 {
    width: 32.7%;
  }
  .ecodePage .mainv__Block .box__Inner--Single.area .singleImg.img02 {
    width: 9.27%;
    margin: 0 3% 0 5%;
  }
  .ecodePage .mainv__Block .box__Inner--Single.area .singleText.text01 {
    width: auto;
  }
  .ecodePage .mainv__Block .box__Inner--Single.area .singleText.text02 {
    width: auto;
  }
  .ecodePage .mainv__Block .box__Inner--Single.area .singleText p {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 2.5rem;
    margin-left: 1.5rem;
    letter-spacing: -0.025em;
  }
  .ecodePage .mainv__Block .box__Inner--Single.text {
    width: auto;
    padding: 0.6rem 0;
  }
  .ecodePage .mainv__Block .box__Inner--Single.text p {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  .ecodePage .mainv__Block .box .bottomText {
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.4rem;
    font-weight: normal;
    letter-spacing: -0.05em;
  }
  .ecodePage .mainv__Block .box .bottomText span {
    font-weight: 700;
    color: #000;
  }
  .ecodePage .ecodeContents .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
    position: relative;
  }
  .ecodePage .ecodeContents h2 {
    font-size: 1.3rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: center;
    padding: 3.5rem 0 1.5rem 0;
  }
  .ecodePage .ecodeContents__Block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
  }
  .ecodePage .ecodeContents__Block--Single.box {
    margin-right: 0;
    margin-bottom: 3rem;
    position: relative;
    width: 100%;
    background: #f0eae4;
    border-radius: 0.8rem;
    padding: 2rem 7.7%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
  }
  .ecodePage .ecodeContents__Block--Single.box::before {
    display: none !important;
  }
  .ecodePage .ecodeContents__Block--Single.box::after {
    position: absolute;
    content: "";
    bottom: -22px;
    left: 50%;
    width: 13px;
    height: 10px;
    margin-left: -10px;
    background: url(../img/eco-de/arrow_sp.svg) top left no-repeat;
    background-size: 13px 10px;
  }
  .ecodePage .ecodeContents__Block--Single.box:nth-of-type(2)::before {
    display: none !important;
  }
  .ecodePage .ecodeContents__Block--Single.box:nth-of-type(2)::after {
    display: none !important;
  }
  .ecodePage .ecodeContents__Block--Single.box .image.img01 {
    width: auto;
    margin: 0;
    width: 30%;
  }
  .ecodePage .ecodeContents__Block--Single.box .image.img01 img {
    width: 81%;
    margin: 0 auto;
  }
  .ecodePage .ecodeContents__Block--Single.box .image.img02 {
    width: auto;
    margin: 0;
    width: 30%;
  }
  .ecodePage .ecodeContents__Block--Single.box p {
    width: 60%;
    padding-top: 0rem;
    text-align: left;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    position: relative;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 25%;
    width: 13px;
    height: 10px;
    margin-left: -10px;
    background: url(../img/eco-de/arrow_sp.svg) top left no-repeat;
    background-size: 13px 10px;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 75%;
    width: 13px;
    height: 10px;
    margin-left: -10px;
    background: url(../img/eco-de/arrow_sp.svg) top left no-repeat;
    background-size: 13px 10px;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong .singleBlock {
    width: 48.5%;
    background: #f0eae4;
    border-radius: 0.8rem;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong .singleBlock:first-of-type {
    margin-bottom: 0rem;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong .singleBlock h3 {
    background: #66c5e1;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2rem;
    border-radius: 0.8rem 0.8rem 0 0;
    padding: 0.8rem 0;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong .singleBlock p {
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.9rem;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner {
    padding: 1rem 1.2rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner--Box {
    width: auto;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner--Box:first-of-type {
    position: relative;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner--Box:first-of-type::before {
    display: none;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner--Box:last-of-type {
    margin-top: 3rem;
    position: relative;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner--Box:last-of-type::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    width: 13px;
    height: 10px;
    margin-left: -10px;
    background: url(../img/eco-de/arrow_sp.svg) top left no-repeat;
    background-size: 13px 10px;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner02 {
    padding: 2rem 1.2rem;
  }
  .ecodePage .ecodeContents__Block--Single.boxLong .singleBlock__Inner02 p span {
    display: block;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .ecodePage .ecodeContents__TextBox {
    margin: 0rem 0 2rem 0;
    padding-top: 1.5rem;
  }
  .ecodePage .ecodeContents__TextBox h3 {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 2.1rem;
    font-weight: 700;
    margin: 1.5rem 0 0.2rem 0;
  }
  .ecodePage .ecodeContents__TextBox p {
    position: relative;
    padding: 0 0 0 1.5rem;
    margin: 0 0 0 0.5rem;
    line-height: 2.1rem;
    font-size: 1.1rem;
  }
  .ecodePage .ecodeContents__TextBox p::before {
    position: absolute;
    content: "※";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -1rem;
    left: 0;
    top: 0;
  }
  .ecodePage .ecodeContents .contentsLogo {
    width: 4.5rem;
    max-width: initial;
    margin: 0 auto;
  }
}
.pontapointPage {
  background: url(../img/footer_illust.png) center bottom no-repeat;
  background-size: 628px auto;
  padding: 0rem 0 12.5rem 0;
  /***********************************************************

   mainv

  ***********************************************************/
  /***********************************************************

   pontapointContents

  ***********************************************************/
}
.pontapointPage .mainv {
  background: url(../img/ponta-point/mv_bg.png) center bottom no-repeat #ddeff1;
  background-size: auto 523px;
  padding-bottom: 5rem;
}
.pontapointPage .mainv .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  position: relative;
}
.pontapointPage .mainv .illustBg01 {
  position: absolute;
  left: -2.9%;
  bottom: -50px;
}
.pontapointPage .mainv .illustBg01 img {
  max-width: 216px;
}
.pontapointPage .mainv .illustBg02 {
  position: absolute;
  right: 7.6%;
  bottom: -50px;
}
.pontapointPage .mainv .illustBg02 img {
  max-width: 156px;
}
.pontapointPage .mainv__Title {
  background: url(../img/ponta-point/illust.png) 24.5% bottom no-repeat;
  background-size: 133px auto;
  position: relative;
}
.pontapointPage .mainv__Title h2 {
  text-align: center;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  padding: 6rem 0 4.5rem 0;
}
.pontapointPage .mainv__Title .ponta {
  position: absolute;
  left: 11.8%;
  bottom: -10px;
  width: 16%;
}
.pontapointPage .mainv__Title .ponta img {
  max-width: 147px;
}
.pontapointPage .mainv h3 {
  padding: 2.5rem 0;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: url(../img/ponta-point/mv_title.png) center top no-repeat;
  background-size: 100% auto;
}
.pontapointPage .mainv__Block {
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
  border-radius: 0.8rem;
}
.pontapointPage .mainv__Block--Box {
  width: 91.8%;
  max-width: 840px;
  margin: 0 auto;
  padding: 4rem 0;
}
.pontapointPage .mainv__Block--Box p {
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 3.2rem;
}
.pontapointPage .mainv__Block--Box p.orangeText {
  padding-top: 1.5rem;
  font-size: 2.4rem;
  color: #ff9123;
}
.pontapointPage .pontapointContents .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.pontapointPage .pontapointContents .contentsBlock {
  border-top: 1px solid #969696;
  padding: 5rem 0;
}
.pontapointPage .pontapointContents .contentsBlock:first-of-type {
  margin-top: 5rem;
}
.pontapointPage .pontapointContents .contentsBlock__Title {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
}
.pontapointPage .pontapointContents .contentsBlock__Title .logo {
  width: 4.3rem;
  margin-right: 1.5rem;
}
.pontapointPage .pontapointContents .contentsBlock__Title h2 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.pontapointPage .pontapointContents .contentsBlock__Title h2 span.small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: normal;
  margin-top: 0.5rem;
}
.pontapointPage .pontapointContents .contentsBlock__Title h2 span.small img {
  width: 11px;
  height: 11px;
  display: inline;
}
.pontapointPage .pontapointContents .contentsBlock__Title h2 span a {
  text-decoration: underline;
}
.pontapointPage .pontapointContents .contentsBlock__Title .illust01 {
  position: absolute;
  width: 14.3%;
  bottom: -38px;
  right: 4.3%;
}
.pontapointPage .pontapointContents .contentsBlock__Title .illust02 {
  position: absolute;
  width: 11.3%;
  bottom: -22px;
  right: 11.6%;
}
.pontapointPage .pontapointContents .contentsBlock__Title .illust03 {
  position: absolute;
  width: 13.7%;
  bottom: -38px;
  right: 3.9%;
}
.pontapointPage .pontapointContents .contentsBlock__Block {
  margin: 2.5rem 0;
  background: #f0eae4;
  border-radius: 0.8rem;
}
.pontapointPage .pontapointContents .contentsBlock__Block.food {
  margin: 2.5rem 0 0 0;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox {
  width: 93.4%;
  max-width: 855px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single {
  width: 48.8%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Ttl {
  width: 18.7%;
  max-width: 80px;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text {
  width: 81%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text p {
  margin-left: 1rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text p + p {
  border-top: 1px solid #969696;
  padding-top: 0.4rem;
  margin-top: 0.4rem;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text span {
  color: #ff9123;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text span.smalltext {
  color: #000;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text span.textspace {
  color: #000;
  margin-right: 7rem;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text span.small02 {
  color: #000;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: 0.1em;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box02 {
  width: 43.8%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box02 .blockBox__Single--Ttl {
  width: 21.3%;
  max-width: 80px;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box02 .blockBox__Single--Text {
  width: 78%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box03 {
  width: 52.3%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box04 {
  width: 30.4%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box04 .blockBox__Single--Ttl {
  width: 32%;
  max-width: 80px;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box04 .blockBox__Single--Text {
  width: 68%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box05 {
  width: 66.6%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box06 {
  width: 33.9%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box06 .blockBox__Single--Ttl {
  width: 27.5%;
  max-width: 80px;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box06 .blockBox__Single--Text {
  width: 68%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box07 {
  width: 63.1%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box08 {
  width: 64.3%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box08 .blockBox__Single--Ttl {
  width: 14.5%;
  max-width: 80px;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box08 .blockBox__Single--Text {
  width: 82.8%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box09 {
  width: 33.9%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box09 .blockBox__Single--Ttl {
  width: 27.5%;
  max-width: 80px;
}
.pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box09 .blockBox__Single--Text {
  width: 70%;
}
.pontapointPage .pontapointContents .contentsBlock__Block .text {
  background: #ff9123;
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  padding: 0.8rem 0;
  border-radius: 0 0 0.8rem 0.8rem;
}
.pontapointPage .pontapointContents .contentsBlock__Block .text span {
  font-size: 1.4rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 0.5rem;
}
.pontapointPage .pontapointContents .contentsBlock__Block .text span img {
  width: 11px;
  height: 12px;
  display: inline;
}
.pontapointPage .pontapointContents .contentsBlock__TextBox h3 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.pontapointPage .pontapointContents .contentsBlock__TextBox h3.centerTtl span {
  border-radius: 0.4rem;
  background: #ff9123;
  color: #ffffff;
  padding: 0.3rem 2.5rem;
  margin-right: 2rem;
}
.pontapointPage .pontapointContents .contentsBlock__TextBox p {
  font-size: 1.2rem;
  line-height: 2.7rem;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.pontapointPage .pontapointContents .contentsBlock__TextBox p::before {
  position: absolute;
  content: "※";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -1rem;
  left: 0;
  top: 0;
}
.pontapointPage .pontapointContents .contentsBlock__TextBox p.num01 {
  padding: 0 0 0 3rem;
}
.pontapointPage .pontapointContents .contentsBlock__TextBox p.num01::before {
  position: absolute;
  content: "※1";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -1rem;
  left: 0;
  top: 0;
}
.pontapointPage .pontapointContents .contentsBlock__TextBox p.num02 {
  padding: 0 0 0 3rem;
}
.pontapointPage .pontapointContents .contentsBlock__TextBox p.num02::before {
  position: absolute;
  content: "※2";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -1rem;
  left: 0;
  top: 0;
}
.pontapointPage .pontapointContents .contentsBlock .bottomText {
  line-height: 3rem;
}
.pontapointPage .pontapointContents .contentsBottom {
  border-top: 1px solid #969696;
  padding: 5rem 0;
}
.pontapointPage .pontapointContents .contentsBottom h3 {
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0 2rem;
  letter-spacing: -0.035em;
}
.pontapointPage .pontapointContents .contentsBottom h3 span {
  font-size: 1.4rem;
  margin-left: -0.5em;
}
.pontapointPage .pontapointContents .contentsBottom h3 + h3 {
  padding-top: 0.8rem;
}
.pontapointPage .pontapointContents .contentsBanner {
  width: 65.5%;
  margin: 0 auto 0rem auto;
}
.pontapointPage .pontapointContents .contentsBanner a {
  display: block;
  border: 1px solid #000;
  background: url(../img/ponta-point/banner_illust.png) 3.5% bottom no-repeat #ff9123;
  background-size: 207px auto;
  padding: 2.7rem 0;
}
.pontapointPage .pontapointContents .contentsBanner a p {
  font-size: 3rem;
  line-height: 4.7rem;
  width: 60%;
  margin-left: 34.1%;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.pontapointPage .pontapointContents .bannerCheckin {
  max-width: 914px;
  width: 100%;
  margin: 0 auto;
  padding: 7rem 0 5rem 0;
}
.pontapointPage .pontapointContents .contentsLogo img {
  width: 9.8%;
  max-width: 90px;
  margin: 0 auto;
}

@media screen and (max-width: 47.9375em) {
  .pontapointPage {
    background: url(../img/footer_illust.png) center bottom no-repeat;
    background-size: 83.7% auto;
    padding: 0rem 0 6.5rem 0;
    	  /***********************************************************

    	   mainv

    	  ***********************************************************/
    	  /***********************************************************

    	   pontapointContents

    	  ***********************************************************/
  }
  .pontapointPage .mainv {
    background: url(../img/ponta-point/mv_bg_sp.png) center bottom no-repeat #ddeff1;
    background-size: cover;
    padding-bottom: 6rem;
  }
  .pontapointPage .mainv .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .pontapointPage .mainv .illustBg01 {
    display: none;
  }
  .pontapointPage .mainv .illustBg02 {
    display: none;
  }
  .pontapointPage .mainv__Title {
    background: url(../img/ponta-point/illust.png) 24.5% bottom no-repeat;
    background-size: 80px auto;
    position: relative;
  }
  .pontapointPage .mainv__Title h2 {
    text-align: center;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 3rem 0 3rem 0;
  }
  .pontapointPage .mainv__Title .ponta {
    position: absolute;
    left: 3.5%;
    bottom: -10px;
    width: 22%;
  }
  .pontapointPage .mainv__Title .ponta img {
    max-width: 147px;
  }
  .pontapointPage .mainv h3 {
    padding: 1.1rem 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: url(../img/ponta-point/mv_title_sp.png) center top no-repeat;
    background-size: 100% auto;
    border-radius: 0.7rem 0.7rem 0 0;
  }
  .pontapointPage .mainv__Block {
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.8rem;
  }
  .pontapointPage .mainv__Block--Box {
    width: 86.3%;
    max-width: initial;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .pontapointPage .mainv__Block--Box p {
    text-align: left;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 2.7rem;
  }
  .pontapointPage .mainv__Block--Box p.orangeText {
    padding-top: 0.8rem;
    font-size: 1.5rem;
    line-height: 2.9rem;
    color: #ff9123;
    text-align: center;
  }
  .pontapointPage .pontapointContents .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .pontapointPage .pontapointContents .contentsBlock {
    border-top: 1px solid #969696;
    padding: 3.3rem 0 3rem 0;
  }
  .pontapointPage .pontapointContents .contentsBlock:first-of-type {
    margin-top: 0rem;
    border-top: none;
  }
  .pontapointPage .pontapointContents .contentsBlock__Title {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .pontapointPage .pontapointContents .contentsBlock__Title .logo {
    width: 3.5rem;
    margin-right: 0rem;
    margin-bottom: 1.2rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Title h2 {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 2.8rem;
    text-align: center;
  }
  .pontapointPage .pontapointContents .contentsBlock__Title h2 span.small {
    display: block;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: normal;
            /*
	          & span{
	          font-size: pxToRem(9);
	          vertical-align: middle;
	          position: relative;
	          top: -2px;
	          margin: 0 pxToRem(5);
	            & img{
	              width: 8px;
	              height: 8px;
	              display: inline;
	            }
	          }
	          */
  }
  .pontapointPage .pontapointContents .contentsBlock__Title h2 span.small img {
    width: 8px;
    height: 8px;
    display: inline;
  }
  .pontapointPage .pontapointContents .contentsBlock__Title h2 span a {
    text-decoration: underline;
  }
  .pontapointPage .pontapointContents .contentsBlock__Title h2 span.pc {
    display: none !important;
  }
  .pontapointPage .pontapointContents .contentsBlock__Title .illust01 {
    position: absolute;
    width: 19.4%;
    bottom: 0;
    top: -15px;
    right: 0%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Title .illust02 {
    position: absolute;
    width: 17.8%;
    bottom: 0;
    top: -8px;
    right: 5.3%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Title .illust03 {
    position: absolute;
    width: 18.75%;
    bottom: 0;
    top: -20px;
    right: 0%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block {
    margin: 1.5rem 0;
    background: #f0eae4;
    border-radius: 0.8rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox {
    width: 94%;
    max-width: initial;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 1.2rem 0;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single + .blockBox__Single {
    margin-top: 0.6rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Ttl {
    width: 18.1%;
    max-width: initail;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text {
    width: 80%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text p {
    margin-left: 1rem;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: -0.025em;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text p + p {
    border-top: 1px solid #969696;
    padding-top: 0.4rem;
    margin-top: 0.4rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text span {
    color: #ff9123;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text span.smalltext {
    color: #000;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text span.textspace {
    color: #000;
    margin-right: 0rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single--Text sup {
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: 0.1em;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box02 {
    width: 100%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box02 .blockBox__Single--Ttl {
    width: 18.1%;
    max-width: initial;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box02 .blockBox__Single--Text {
    width: 80%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box03 {
    width: 100%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box04 {
    width: 100%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box04 .blockBox__Single--Ttl {
    width: 18.1%;
    max-width: initial;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box04 .blockBox__Single--Text {
    width: 80%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box05 {
    width: 100%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box06 {
    width: 100%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box06 .blockBox__Single--Ttl {
    width: 18.1%;
    max-width: initial;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box06 .blockBox__Single--Text {
    width: 80%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box07 {
    width: 100%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box08 {
    width: 100%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box08 .blockBox__Single--Ttl {
    width: 18.1%;
    max-width: initial;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box08 .blockBox__Single--Text {
    width: 80%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box09 {
    width: 100%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box09 .blockBox__Single--Ttl {
    width: 18.1%;
    max-width: initial;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .blockBox__Single.box09 .blockBox__Single--Text {
    width: 80%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block.golf .blockBox__Single--Text {
    width: 80%;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block.golf .blockBox__Single--Text p {
    margin-left: 1rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: -0.08em;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block.golf .blockBox__Single--Text p + p {
    border-top: 1px solid #969696;
    padding-top: 0.4rem;
    margin-top: 0.4rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block.golf .blockBox__Single--Text span {
    color: #ff9123;
    font-size: 1.2rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block.golf .blockBox__Single--Text span.smalltext {
    color: #000;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block.golf .blockBox__Single--Text span.small02 {
    color: #000;
    font-weight: normal;
    font-size: 9px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    line-height: 1rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block.golf .blockBox__Single--Text span.textspace {
    color: #000;
    margin-right: 0rem;
    font-size: 0.9rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block.golf .blockBox__Single.box09 .blockBox__Single--Text p {
    font-size: 1.3rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .text {
    background: #ff9123;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    padding: 0.8rem 1.2rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .text span {
    font-size: 0.9rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin: 0 0.5rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__Block .text span img {
    width: 8px;
    height: 8px;
    display: inline;
  }
  .pontapointPage .pontapointContents .contentsBlock__TextBox h3 {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
    text-align: left;
  }
  .pontapointPage .pontapointContents .contentsBlock__TextBox h3.centerTtl {
    text-align: center;
  }
  .pontapointPage .pontapointContents .contentsBlock__TextBox h3.centerTtl span {
    display: inline-block;
    border-radius: 0.4rem;
    background: #ff9123;
    color: #ffffff;
    padding: 0.2rem 0.8rem;
    margin-right: 0rem;
    margin-bottom: 0.3rem;
    font-size: 1.2rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__TextBox p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    position: relative;
    padding: 0 0 0 1.5rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__TextBox p::before {
    position: absolute;
    content: "※";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -1rem;
    left: 0;
    top: 0;
  }
  .pontapointPage .pontapointContents .contentsBlock__TextBox p.type02 {
    padding: 0 0 0 1.7rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__TextBox p.num01 {
    padding: 0 0 0 3rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__TextBox p.num01::before {
    position: absolute;
    content: "※1";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -1rem;
    left: 0;
    top: 0;
  }
  .pontapointPage .pontapointContents .contentsBlock__TextBox p.num01.type02 {
    padding: 0 0 0 1.7rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__TextBox p.num02 {
    padding: 0 0 0 3rem;
  }
  .pontapointPage .pontapointContents .contentsBlock__TextBox p.num02::before {
    position: absolute;
    content: "※2";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -1rem;
    left: 0;
    top: 0;
  }
  .pontapointPage .pontapointContents .contentsBlock .bottomText {
    line-height: 3rem;
  }
  .pontapointPage .pontapointContents .contentsBottom {
    border-top: 1px solid #969696;
    padding: 2rem 0;
  }
  .pontapointPage .pontapointContents .contentsBottom h3 {
    font-weight: 700;
    font-size: 1.3rem;
    padding: 0 0rem;
    letter-spacing: -0.025em;
  }
  .pontapointPage .pontapointContents .contentsBottom h3 span {
    font-size: 1.1rem;
    margin-left: -0.5em;
  }
  .pontapointPage .pontapointContents .contentsBottom h3 + h3 {
    padding-top: 0.5rem;
  }
  .pontapointPage .pontapointContents .contentsBanner {
    width: auto;
    margin: 0 auto 0rem auto;
  }
  .pontapointPage .pontapointContents .contentsBanner a {
    display: block;
    border: 1px solid #000;
    background: url(../img/ponta-point/banner_illust.png) 7% bottom no-repeat #ff9123;
    background-size: 103px auto;
    padding: 1.4rem 0;
  }
  .pontapointPage .pontapointContents .contentsBanner a p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    width: 54%;
    margin-left: 34%;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
  }
  .pontapointPage .pontapointContents .bannerCheckin {
    width: auto;
    max-width: initial;
    margin: 0 auto;
    padding: 1.5rem 0 2.5rem 0;
  }
  .pontapointPage .pontapointContents .contentsLogo img {
    width: 4.5rem;
    max-width: initial;
    margin: 0 auto;
  }
}
.pontavisaPage {
  background: url(../img/footer_illust.png) center bottom no-repeat;
  background-size: 628px auto;
  padding: 0rem 0 12.5rem 0;
  /***********************************************************

   mainv

  ***********************************************************/
  /***********************************************************

   pontapointContents

  ***********************************************************/
}
.pontavisaPage .mainv {
  background: url(../img/ponta-visa/mv_bg.png) center bottom no-repeat #ddeff1;
  background-size: auto 523px;
  padding-bottom: 5rem;
}
.pontavisaPage .mainv .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  position: relative;
}
.pontavisaPage .mainv .illustBg {
  position: absolute;
  right: -5.4%;
  bottom: -50px;
}
.pontavisaPage .mainv .illustBg img {
  max-width: 367px;
}
.pontavisaPage .mainv__Title {
  background: url(../img/ponta-visa/ponta.png) 6.5% 35px no-repeat;
  background-size: 133px auto;
  position: relative;
}
.pontavisaPage .mainv__Title h2 {
  text-align: center;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  padding: 6rem 0 4.5rem 0;
}
.pontavisaPage .mainv__Title .ponta {
  position: absolute;
  left: 11.8%;
  bottom: -10px;
  width: 16%;
}
.pontavisaPage .mainv__Title .ponta img {
  max-width: 147px;
}
.pontavisaPage .mainv h3 {
  padding: 2.5rem 0;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: url(../img/ponta-visa/mv_title.png) center top no-repeat;
  background-size: 100% auto;
}
.pontavisaPage .mainv__Block {
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
  border-radius: 0.8rem;
}
.pontavisaPage .mainv__Block--Box {
  width: 85.2%;
  max-width: 780px;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
}
.pontavisaPage .mainv__Block--Box .card {
  width: 43.5%;
}
.pontavisaPage .mainv__Block--Box .card .ponta {
  display: none;
}
.pontavisaPage .mainv__Block--Box .text {
  width: 51.5%;
}
.pontavisaPage .mainv__Block--Box p {
  font-size: 1.5rem;
  line-height: 3.2rem;
}
.pontavisaPage .mainv__Block--Box .btn {
  padding-top: 2.3rem;
}
.pontavisaPage .mainv__Block--Box .btn a {
  display: block;
  border-radius: 0.6rem;
  background: url(../img/top/contets03_arrow.svg) 95.8% center no-repeat #ff9123;
  background-size: 10px 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.8rem;
  padding: 1.2rem 0;
}
.pontavisaPage .mainv__Block--Box .btn a span {
  display: block;
  font-size: 1.5rem;
}
.pontavisaPage .pontavisaContents .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.pontavisaPage .pontavisaContents .contentsBlock01 {
  /*
  & h2{
    font-size: pxToRem(24);
    font-weight: 700;
    position: relative;
    margin-bottom: pxToRem(40);
    & span{
      color: $green;
      margin-right: pxToRem(45);
      position: relative;
      &::before{
        position: absolute;
        content: "";
        top: 50%;
        right: -32px;
        width: 18px;
        height: 2px;
        //margin-top: -5px;
        background: url(../img/ponta-visa/border.svg) top left no-repeat;
        background-size: 18px 2px;
      }
    }
  }
  */
}
.pontavisaPage .pontavisaContents .contentsBlock01 .inner {
  margin-top: 5.5rem;
  padding: 5rem 0 5.5rem 0;
  border-top: 1px solid #969696;
}
.pontavisaPage .pontavisaContents .contentsBlock01 h2 {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 2.3rem;
}
.pontavisaPage .pontavisaContents .contentsBlock01 h2 span {
  background: #d6ae3c;
  color: #ffffff;
  margin-right: 1.2rem;
  border-radius: 100px;
  padding: 0.3rem 1.6rem;
}
.pontavisaPage .pontavisaContents .contentsBlock01 h3 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin: 2.2rem 0 1.6rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBox .ponta {
  display: none;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.gray {
  width: 29.9%;
  border: 1px solid #979797;
  position: relative;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.gray::before {
  position: absolute;
  content: "";
  bottom: 30px;
  right: -25px;
  width: 30px;
  height: 30px;
  background: url(../img/ponta-visa/plus.svg) top left no-repeat;
  background-size: 30px 30px;
  z-index: 10;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.gray h4 {
  color: #ffffff;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: 700;
  background: #979797;
  padding: 1.6rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.gray .text {
  width: 77.0%;
  margin: 0 auto;
  padding: 1.5rem 0 1.9rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.orange {
  width: 36.8%;
  border: 1px solid #ff9123;
  position: relative;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.orange::before {
  position: absolute;
  content: "";
  bottom: 30px;
  right: -25px;
  width: 30px;
  height: 30px;
  background: url(../img/ponta-visa/equal.svg) top left no-repeat;
  background-size: 30px 30px;
  z-index: 10;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.orange h4 {
  color: #ffffff;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 700;
  background: #ff9123;
  padding: 0.6rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.orange .text {
  width: 62.4%;
  margin: 0 auto;
  padding: 1.5rem 0 1.9rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.black {
  width: 29.8%;
  border: 1px solid #000;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.black h4 {
  color: #ffffff;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: 700;
  background: #000;
  padding: 1.6rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.black .text {
  width: 77.3%;
  margin: 0 auto;
  padding: 1.5rem 0 1.9rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxShopping {
  position: relative;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxShopping .ponta {
  position: absolute;
  width: 18.5%;
  top: -4rem;
  right: 3.2%;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxShopping__Block {
  width: 74.8%;
  border: 1px solid #335c42;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxShopping__Block h4 {
  background: #335c42;
  text-align: center;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: 700;
  padding: 0.6rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxShopping__Block .text {
  width: 56.4%;
  margin: 0 auto;
  padding: 1.5rem 0 1.9rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf {
  margin: 2rem 0 5rem 0;
  background: #f0eae4;
  border-radius: 0.4rem;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf h3 {
  margin: 0rem 0 1.5rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf .boxInner {
  width: 93.3%;
  margin: 0 auto;
  padding: 2rem 0 3rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block .ponta {
  display: none;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.gray {
  width: 23.1%;
  background: #ffffff;
  position: relative;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.gray::before {
  position: absolute;
  content: "";
  bottom: 30%;
  right: -25px;
  width: 30px;
  height: 30px;
  background: url(../img/ponta-visa/plus.svg) top left no-repeat;
  background-size: 30px 30px;
  z-index: 10;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.gray h4 {
  color: #ffffff;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: 700;
  background: #979797;
  padding: 0.5rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.gray .text {
  width: 75.7%;
  margin: 0 auto;
  padding: 2.2rem 0 2.8rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.orange {
  width: 23.1%;
  background: #ffffff;
  position: relative;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.orange::before {
  position: absolute;
  content: "";
  bottom: 30%;
  right: -25px;
  width: 30px;
  height: 30px;
  background: url(../img/ponta-visa/plus.svg) top left no-repeat;
  background-size: 30px 30px;
  z-index: 10;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.orange h4 {
  color: #ffffff;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 700;
  background: #ff9123;
  padding: 0.5rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.orange .text {
  width: 74.7%;
  margin: 0 auto;
  padding: 1.7rem 0 1.7rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.green {
  width: 23.1%;
  background: #ffffff;
  position: relative;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.green::before {
  position: absolute;
  content: "";
  bottom: 30%;
  right: -25px;
  width: 30px;
  height: 30px;
  background: url(../img/ponta-visa/equal.svg) top left no-repeat;
  background-size: 30px 30px;
  z-index: 10;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.green h4 {
  color: #ffffff;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 700;
  background: #335c42;
  padding: 0.5rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.green .text {
  width: 74.7%;
  margin: 0 auto;
  padding: 1.7rem 0 1.7rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.black {
  width: 23.1%;
  background: #ffffff;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.black h4 {
  color: #ffffff;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 700;
  background: #000;
  padding: 0.5rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.black .text {
  width: 78.2%;
  margin: 0 auto;
  padding: 3.7rem 0 3.7rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .graph table {
  width: 100%;
  border-top: 1px solid #969696;
  border-left: 1px solid #969696;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .graph table th {
  width: 25.1%;
  border-bottom: 1px solid #969696;
  border-right: 1px solid #969696;
  padding: 1.6rem 2.4rem 1.6rem 2.4rem;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: middle;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .graph table th span {
  font-size: 1.3rem;
  margin-right: 0.5rem;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .graph table th span.gray {
  color: #979797;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .graph table th span.orange {
  color: #ff9123;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .graph table th span.green {
  color: #335c42;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .graph table td {
  border-bottom: 1px solid #969696;
  border-right: 1px solid #969696;
  padding: 1.6rem 3rem 1.6rem 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: middle;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .dayFlow {
  margin-top: 5.5rem;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .textBlock {
  position: relative;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .textBlock .ponta {
  width: 18.5%;
  position: absolute;
  right: -4.3%;
  bottom: -62px;
  z-index: 10;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .textBlock h4 {
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 700;
  margin: 2.5rem 0 0.1rem -0.5em;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .textBlock p {
  font-size: 1.2rem;
  line-height: 2.2rem;
  position: relative;
  padding: 0 0 0 1.3rem;
  letter-spacing: -0.05em;
}
.pontavisaPage .pontavisaContents .contentsBlock01 .textBlock p::before {
  position: absolute;
  content: "※";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 1rem;
  left: 0;
  top: 0;
}
.pontavisaPage .pontavisaContents .contentsBlock02 {
  background: #f0eae4;
  padding: 6rem 0 5.2rem 0;
  /*
  & h2{
    font-size: pxToRem(24);
    font-weight: 700;
    position: relative;
    margin-bottom: pxToRem(23);
    & span{
      color: $green;
      margin-right: pxToRem(45);
      position: relative;
      &::before{
        position: absolute;
        content: "";
        top: 50%;
        right: -32px;
        width: 18px;
        height: 2px;
        //margin-top: -5px;
        background: url(../img/ponta-visa/border.svg) top left no-repeat;
        background-size: 18px 2px;
      }
    }
  }
  */
}
.pontavisaPage .pontavisaContents .contentsBlock02 h2 {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 2.3rem;
}
.pontavisaPage .pontavisaContents .contentsBlock02 h2 span {
  background: #d6ae3c;
  color: #ffffff;
  margin-right: 1.2rem;
  border-radius: 100px;
  padding: 0.3rem 1.6rem;
}
.pontavisaPage .pontavisaContents .contentsBlock02__Box {
  padding-top: 1.2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
}
.pontavisaPage .pontavisaContents .contentsBlock02__Box--Single {
  border-radius: 0.6rem;
  width: 48.3%;
}
.pontavisaPage .pontavisaContents .contentsBlock02__Box--Single .boxInner {
  width: 90%;
  margin: 0 auto;
  padding: 4.8rem 0 2rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock02__Box--Single:nth-of-type(1) {
  background: url(../img/ponta-visa/contents02_bg01.png) left top no-repeat;
  background-size: cover;
}
.pontavisaPage .pontavisaContents .contentsBlock02__Box--Single:nth-of-type(2) {
  background: url(../img/ponta-visa/contents02_bg02.png) left top no-repeat;
  background-size: cover;
}
.pontavisaPage .pontavisaContents .contentsBlock02__Box--Single .title {
  width: 40%;
  margin: 0 auto;
}
.pontavisaPage .pontavisaContents .contentsBlock02__Box--Single h3 {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 3.9rem;
  font-weight: 700;
  text-align: center;
  margin: 4rem 0 0rem 0;
  padding: 2.4rem 0 2.4rem 0;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.pontavisaPage .pontavisaContents .contentsBlock02__Box--Single p {
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: 300;
  text-align: center;
  margin: 4.5rem 0 4.5rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock02__Box--Single .btn a {
  display: block;
  border-radius: 0.6rem;
  border: 1px solid #000;
  background: url(../img/arrow.svg) 96.8% center no-repeat #ffffff;
  background-size: 10px 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  padding: 3.8rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock02 .loginText {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.3rem;
}
.pontavisaPage .pontavisaContents .contentsBlock03 {
  /*
  & h2{
    font-size: pxToRem(24);
    font-weight: 700;
    position: relative;
    margin-top: pxToRem(0);
    margin-bottom: pxToRem(17);
    & span{
      color: $green;
      margin-right: pxToRem(45);
      position: relative;
      &::before{
        position: absolute;
        content: "";
        top: 50%;
        right: -32px;
        width: 18px;
        height: 2px;
        //margin-top: -5px;
        background: url(../img/ponta-visa/border.svg) top left no-repeat;
        background-size: 18px 2px;
      }
    }
  }
  */
}
.pontavisaPage .pontavisaContents .contentsBlock03 .box {
  margin: 5rem 0 0rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock03 .box:not(:first-child) {
  margin-top: 4.5rem;
  padding: 4.8rem 0 1.4rem 0;
  border-top: 1px solid #969696;
}
.pontavisaPage .pontavisaContents .contentsBlock03 h2 {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 2.3rem;
}
.pontavisaPage .pontavisaContents .contentsBlock03 h2 span {
  background: #d6ae3c;
  color: #ffffff;
  margin-right: 1.2rem;
  border-radius: 100px;
  padding: 0.3rem 1.6rem;
}
.pontavisaPage .pontavisaContents .contentsBlock03 h3 {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  margin: 2rem 0 1rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock03 h3 + h3 {
  margin: 2rem 0 1rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock03 p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.8rem;
}
.pontavisaPage .pontavisaContents .contentsBlock03 p a {
  text-decoration: underline;
}
.pontavisaPage .pontavisaContents .contentsBlock03 .btn {
  margin-top: 3.5rem;
  padding: 5.5rem 0 0rem 0;
  border-top: 1px solid #969696;
}
.pontavisaPage .pontavisaContents .contentsBlock03 .btn a {
  display: block;
  border-radius: 0.6rem;
  background: url(../img/top/contets03_arrow.svg) 97.2% center no-repeat #ff9123;
  background-size: 10px 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.8rem;
  padding: 1.2rem 0;
}
.pontavisaPage .pontavisaContents .contentsBlock03 .btn a span {
  display: block;
  font-size: 1.5rem;
}
.pontavisaPage .pontavisaContents .bannerCheckin {
  max-width: 914px;
  width: 100%;
  margin: 0 auto;
  padding: 7rem 0 5rem 0;
}
.pontavisaPage .pontavisaContents .contentsLogo img {
  width: 9.8%;
  max-width: 90px;
  margin: 0 auto;
}

@media screen and (max-width: 47.9375em) {
  .pontavisaPage {
    background: url(../img/footer_illust.png) center bottom no-repeat;
    background-size: 83.7% auto;
    padding: 0rem 0 6.5rem 0;
    	  /***********************************************************

    	   mainv

    	  ***********************************************************/
    	  /***********************************************************

    	   pontapointContents

    	  ***********************************************************/
  }
  .pontavisaPage .mainv {
    background: url(../img/ponta-visa/mv_bg_sp.png) center bottom no-repeat #ddeff1;
    background-size: cover;
    padding-bottom: 6rem;
  }
  .pontavisaPage .mainv .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
    position: relative;
  }
  .pontavisaPage .mainv .illustBg {
    display: none;
  }
  .pontavisaPage .mainv__Title {
    background: none;
  }
  .pontavisaPage .mainv__Title h2 {
    text-align: center;
    color: #000;
    font-size: 1.7rem;
    font-weight: 700;
    padding: 3rem 0 3rem 0;
  }
  .pontavisaPage .mainv__Title .ponta {
    display: none;
  }
  .pontavisaPage .mainv h3 {
    padding: 1.1rem 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: url(../img/ponta-visa/mv_title_sp.png) center top no-repeat;
    background-size: 100% auto;
    border-radius: 0.7rem 0.7rem 0 0;
  }
  .pontavisaPage .mainv__Block {
    background: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
    border-radius: 0.8rem;
  }
  .pontavisaPage .mainv__Block--Box {
    width: 90%;
    max-width: 780px;
    margin: 0 auto;
    padding: 2.5rem 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .pontavisaPage .mainv__Block--Box .card {
    width: auto;
    position: relative;
  }
  .pontavisaPage .mainv__Block--Box .card .img {
    width: 73.7%;
    margin-left: 1rem;
  }
  .pontavisaPage .mainv__Block--Box .card .ponta {
    display: block;
    width: 24.2%;
    position: absolute;
    right: -6.7%;
    bottom: 0;
  }
  .pontavisaPage .mainv__Block--Box .text {
    width: auto;
    padding-top: 1.8rem;
  }
  .pontavisaPage .mainv__Block--Box p {
    font-size: 1.3rem;
    line-height: 2.7rem;
    font-weight: 700;
  }
  .pontavisaPage .mainv__Block--Box .btn {
    padding-top: 1.8rem;
  }
  .pontavisaPage .mainv__Block--Box .btn a {
    display: block;
    border-radius: 0.6rem;
    background: url(../img/top/contets03_arrow.svg) 95.8% center no-repeat #ff9123;
    background-size: 10px 20px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.9rem;
    padding: 1.8rem 0;
  }
  .pontavisaPage .mainv__Block--Box .btn a span {
    display: block;
    font-size: 1.1rem;
  }
  .pontavisaPage .pontavisaContents .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 {
    /*
    & h2{
      font-size: pxToRem(15);
      line-height: pxToRem(30);
      font-weight: 700;
      position: relative;
      margin-bottom: pxToRem(6);
    	text-align: center;
      & span{
        color: $green;
        margin-right: pxToRem(0);
        margin-bottom: pxToRem(18);
        position: relative;
        display: block;
        &::before{
        	display: none;
        }
        &::after{
          position: absolute;
          content: "";
          bottom: -9px;
          right: 50%;
          width: 10px;
          height: 1px;
          //margin-top: -5px;
          background: url(../img/ponta-visa/border.svg) top left no-repeat;
          background-size: 10px 1px;
        }
      }
    }
    */
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .inner {
    margin-top: 0rem;
    padding: 4.2rem 0 5.5rem 0;
    border-top: none;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 h2 {
    font-size: 1.3rem;
    line-height: 2.8rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.6rem;
    text-align: center;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 h2 span {
    display: inline-block;
    background: #d6ae3c;
    color: #ffffff;
    margin-right: 1.2rem;
    border-radius: 100px;
    padding: 0rem 1.6rem;
    margin-bottom: 0.8rem;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 h3 {
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    margin: 2rem 0 1rem 0;
    text-align: center;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    position: relative;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox .ponta {
    display: block;
    position: absolute;
    width: 24.7%;
    top: -8rem;
    right: -2.9%;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single:not(:first-child) {
    margin-top: 2rem;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.gray {
    width: auto;
    border: 2px solid #979797;
    position: relative;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.gray::before {
    position: absolute;
    content: "";
    bottom: -20px;
    right: 45%;
    width: 30px;
    height: 30px;
    background: url(../img/ponta-visa/plus.svg) top left no-repeat;
    background-size: 30px 30px;
    z-index: 10;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.gray h4 {
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    background: #979797;
    padding: 0.6rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.gray .text {
    width: 68.4%;
    margin: 0 auto;
    padding: 1.5rem 0 1.9rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.orange {
    width: auto;
    border: 2px solid #ff9123;
    position: relative;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.orange::before {
    position: absolute;
    content: "";
    bottom: -20px;
    right: 45%;
    width: 30px;
    height: 30px;
    background: url(../img/ponta-visa/equal.svg) top left no-repeat;
    background-size: 30px 30px;
    z-index: 10;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.orange h4 {
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    background: #ff9123;
    padding: 0.6rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.orange .text {
    width: 82.5%;
    margin: 0 auto;
    padding: 1.5rem 0 1.9rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.black {
    width: auto;
    border: 2px solid #000;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.black h4 {
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    background: #000;
    padding: 0.6rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBox__Single.black .text {
    width: 71.1%;
    margin: 0 auto;
    padding: 1.5rem 0 1.9rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxShopping {
    position: relative;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxShopping .ponta {
    display: none;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxShopping__Block {
    width: auto;
    border: 2px solid #335c42;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxShopping__Block h4 {
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    background: #335c42;
    padding: 0.6rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxShopping__Block .text {
    width: 82.1%;
    margin: 0 auto;
    padding: 1.5rem 0 1.9rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf {
    margin: 2rem 0 2rem 0;
    background: #f0eae4;
    border-radius: 0.4rem;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf h3 {
    margin: 0rem 0 1.5rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf .boxInner {
    width: 89%;
    margin: 0 auto;
    padding: 2rem 0 3rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    position: relative;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block .ponta {
    display: none;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single:not(:first-child) {
    margin-top: 2rem;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.gray {
    width: auto;
    background: #ffffff;
    position: relative;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.gray::before {
    position: absolute;
    content: "";
    bottom: -15px;
    right: 46%;
    width: 20px;
    height: 20px;
    background: url(../img/ponta-visa/plus.svg) top left no-repeat;
    background-size: 20px 20px;
    z-index: 10;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.gray h4 {
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    background: #979797;
    padding: 0.6rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.gray .text {
    width: 75.9%;
    margin: 0 auto;
    padding: 1.5rem 0 1.9rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.orange {
    width: auto;
    background: #ffffff;
    position: relative;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.orange::before {
    position: absolute;
    content: "";
    bottom: -15px;
    right: 46%;
    width: 20px;
    height: 20px;
    background: url(../img/ponta-visa/plus.svg) top left no-repeat;
    background-size: 20px 20px;
    z-index: 10;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.orange h4 {
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    background: #ff9123;
    padding: 0.6rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.orange .text {
    width: 91.1%;
    margin: 0 auto;
    padding: 1.5rem 0 1.9rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.green {
    width: auto;
    background: #ffffff;
    position: relative;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.green::before {
    position: absolute;
    content: "";
    bottom: -15px;
    right: 46%;
    width: 20px;
    height: 20px;
    background: url(../img/ponta-visa/equal.svg) top left no-repeat;
    background-size: 20px 20px;
    z-index: 10;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.green h4 {
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    background: #335c42;
    padding: 0.6rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.green .text {
    width: 91.1%;
    margin: 0 auto;
    padding: 1.5rem 0 1.9rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.black {
    width: auto;
    background: #ffffff;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.black h4 {
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    background: #000;
    padding: 0.6rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .pointBoxIf__Block--Single.black .text {
    width: 37%;
    margin: 0 auto;
    padding: 1.5rem 0 1.9rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .graph table {
    width: 100%;
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .graph table th {
    width: 35.7%;
    border-bottom: 1px solid #969696;
    border-right: 1px solid #969696;
    padding: 0.8rem 1rem 0.8rem 1rem;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 700;
    vertical-align: middle;
    letter-spacing: -0.05em;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .graph table th span {
    font-size: 0.9rem;
    margin-right: 0.3rem;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .graph table th span.gray {
    color: #979797;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .graph table th span.orange {
    color: #ff9123;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .graph table th span.green {
    color: #335c42;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .graph table td {
    border-bottom: 1px solid #969696;
    border-right: 1px solid #969696;
    padding: 0.8rem 1rem 0.8rem 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    vertical-align: middle;
    letter-spacing: -0.05em;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .dayFlow {
    margin-top: 2.5rem;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .textBlock {
    position: relative;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .textBlock .ponta {
    width: 24.7%;
    position: absolute;
    right: 0%;
    bottom: -62px;
    z-index: 10;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .textBlock h4 {
    font-size: 0.9rem;
    line-height: 1.8rem;
    font-weight: 700;
    margin: 1.3rem 0 0.2rem -0.5em;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .textBlock p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    position: relative;
    padding: 0 0 0 1.5rem;
  }
  .pontavisaPage .pontavisaContents .contentsBlock01 .textBlock p::before {
    position: absolute;
    content: "※";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 1rem;
    left: 0;
    top: 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock02 {
    background: #f0eae4;
    padding: 2.5rem 0 2rem 0;
    /*
    & h2{
      font-size: pxToRem(15);
      line-height: pxToRem(30);
      font-weight: 700;
      position: relative;
      margin-bottom: pxToRem(6);
    	text-align: center;
      & span{
        color: $green;
        margin-right: pxToRem(0);
        margin-bottom: pxToRem(18);
        position: relative;
        display: block;
        &::before{
        	display: none;
        }
        &::after{
          position: absolute;
          content: "";
          bottom: -9px;
          right: 50%;
          width: 10px;
          height: 1px;
          //margin-top: -5px;
          background: url(../img/ponta-visa/border.svg) top left no-repeat;
          background-size: 10px 1px;
        }
      }
    }
    */
  }
  .pontavisaPage .pontavisaContents .contentsBlock02 h2 {
    font-size: 1.5rem;
    line-height: 2.6rem;
    font-weight: 700;
    position: relative;
    margin-bottom: -1.5rem;
    text-align: center;
  }
  .pontavisaPage .pontavisaContents .contentsBlock02 h2 span {
    display: inline-block;
    background: #d6ae3c;
    color: #ffffff;
    margin-right: 1.2rem;
    border-radius: 100px;
    padding: 0rem 1.6rem;
    margin-bottom: 0.8rem;
  }
  .pontavisaPage .pontavisaContents .contentsBlock02__Box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .pontavisaPage .pontavisaContents .contentsBlock02__Box--Single {
    margin-top: 2rem;
    border-radius: 0.6rem;
    width: 100%;
  }
  .pontavisaPage .pontavisaContents .contentsBlock02__Box--Single .boxInner {
    width: 90.3%;
    margin: 0 auto;
    padding: 3.5rem 0 1.5rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock02__Box--Single:nth-of-type(1) {
    background: url(../img/ponta-visa/contents02_bg01.png) left top no-repeat;
    background-size: cover;
  }
  .pontavisaPage .pontavisaContents .contentsBlock02__Box--Single:nth-of-type(2) {
    background: url(../img/ponta-visa/contents02_bg02.png) left top no-repeat;
    background-size: cover;
  }
  .pontavisaPage .pontavisaContents .contentsBlock02__Box--Single .title {
    width: 40%;
    margin: 0 auto;
  }
  .pontavisaPage .pontavisaContents .contentsBlock02__Box--Single h3 {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 700;
    text-align: center;
    margin: 3rem 0 3rem 0;
    padding: 1.8rem 0 1.8rem 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .pontavisaPage .pontavisaContents .contentsBlock02__Box--Single p {
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 2.1rem;
    font-weight: 700;
    text-align: center;
    margin: 0rem 0 2.5rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock02__Box--Single .btn a {
    display: block;
    border-radius: 0.6rem;
    border: 1px solid #000;
    background: url(../img/arrow.svg) 96.8% center no-repeat #ffffff;
    background-size: 10px 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 1.4rem;
    padding: 1.8rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock02 .loginText {
    margin-top: 1.8rem;
    text-align: center;
    font-size: 1rem;
  }
  .pontavisaPage .pontavisaContents .contentsBlock03 {
    /*
    & h2{
      font-size: pxToRem(15);
      line-height: pxToRem(30);
      font-weight: 700;
      position: relative;
      margin-bottom: pxToRem(6);
    	text-align: center;
      & span{
        color: $green;
        margin-right: pxToRem(0);
        margin-bottom: pxToRem(18);
        position: relative;
        display: block;
        &::before{
        	display: none;
        }
        &::after{
          position: absolute;
          content: "";
          bottom: -9px;
          right: 50%;
          width: 10px;
          height: 1px;
          //margin-top: -5px;
          background: url(../img/ponta-visa/border.svg) top left no-repeat;
          background-size: 10px 1px;
        }
      }
    }
    */
  }
  .pontavisaPage .pontavisaContents .contentsBlock03 .box {
    margin: 2.5rem 0 0rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock03 .box:not(:first-child) {
    margin-top: 2rem;
    padding: 2rem 0 0.5rem 0;
    border-top: 1px solid #969696;
  }
  .pontavisaPage .pontavisaContents .contentsBlock03 h2 {
    font-size: 1.3rem;
    line-height: 2.8rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.6rem;
    text-align: center;
  }
  .pontavisaPage .pontavisaContents .contentsBlock03 h2 span {
    display: inline-block;
    background: #d6ae3c;
    color: #ffffff;
    margin-right: 1.2rem;
    border-radius: 100px;
    padding: 0rem 1.6rem;
    margin-bottom: 0.8rem;
  }
  .pontavisaPage .pontavisaContents .contentsBlock03 h3 {
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    margin: 2rem 0 1rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock03 h3 + h3 {
    margin: 2rem 0 1rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock03 p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7rem;
  }
  .pontavisaPage .pontavisaContents .contentsBlock03 .btn {
    margin-top: 2rem;
    padding: 2.5rem 0 0rem 0;
    border-top: 1px solid #969696;
  }
  .pontavisaPage .pontavisaContents .contentsBlock03 .btn a {
    display: block;
    border-radius: 0.6rem;
    background: url(../img/top/contets03_arrow.svg) 95.8% center no-repeat #ff9123;
    background-size: 10px 20px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.9rem;
    padding: 1.8rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsBlock03 .btn a span {
    display: block;
    font-size: 1.1rem;
  }
  .pontavisaPage .pontavisaContents .bannerCheckin {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
    padding: 2.5rem 0 2.5rem 0;
  }
  .pontavisaPage .pontavisaContents .contentsLogo img {
    width: 4.5rem;
    max-width: initial;
    margin: 0 auto;
  }
}
.faqPage {
  background: url(../img/footer_illust.png) center bottom no-repeat #e0e7e3;
  background-size: 628px auto;
  padding: 0 0 13.7rem 0;
  /***********************************************************

   style

  ***********************************************************/
}
.faqPage h1 {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 4.5rem;
}
.faqPage .inner {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  padding: 5rem 0 0rem 0;
}
.faqPage__Info {
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
  border-radius: 0.8rem;
}
.faqPage__Info h2 {
  padding: 2.5rem 0;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: url(../img/contact/title_bg.png) center top no-repeat;
  background-size: 100% auto;
}
.faqPage__Info--Box {
  width: 89%;
  margin: 0 auto;
}
.faqPage__Info:not(:first-child) {
  margin-top: 6rem;
}
.faqPage .faqSingle {
  padding: 3.6rem 0 2rem 0;
  border-bottom: 1px solid #969696;
}
.faqPage .faqSingle dl dt {
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  font-size: 1.8rem;
  color: #335c42;
  line-height: 3rem;
  font-weight: 700;
  padding: 0 0 1.5rem 0;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.faqPage .faqSingle dl dt::after {
  content: "";
  display: block;
  background: url("../img/faq/open.svg") no-repeat;
  background-size: 3rem auto;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 15%;
  transform: translateY(-50%);
  transform: translateY(-20%);
  right: 0;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.faqPage .faqSingle dl dt.open::after {
  background: url("../img/faq/close.svg") no-repeat;
  background-size: 3rem auto;
  width: 3rem;
  height: 3rem;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.faqPage .faqSingle dl dd {
  padding: 0rem 0rem 1.5rem 0rem;
  color: #000;
  position: relative;
  width: 92%;
  /*
  & a::after{
      position: absolute;
      content: '';
      bottom: -1px;
      left: 0;
      width: 0;
      height: 1px;
      background: $white;
      transition: all 0.3s ease 0s;
  }
  & a:hover::after{
      width: 100%;
  }
  */
}
.faqPage .faqSingle dl dd p {
  text-align: left;
  font-size: 1.5rem;
  line-height: 3rem;
}
.faqPage .faqSingle dl dd p + p {
  margin-top: 1.6rem;
}
.faqPage .faqSingle dl dd a {
  text-decoration: underline;
  color: #000;
  display: inline-block;
  position: relative;
  /*
  &:hover{
    @include opacity075;
  }
  */
}
.faqPage .faqSingle dl dd ul {
  margin: 0.8rem 0 1.5rem 3rem;
}
.faqPage .faqSingle dl dd ul li {
  list-style-type: none;
  background: url(../img/topics/list.svg) left 10px no-repeat;
  padding: 0.3rem 0 0.3rem 2.5rem;
  margin: 0;
  font-size: 1.5rem;
  line-height: 3rem;
}
.faqPage .faqSingle dl dd .linkBox {
  margin-top: 1.6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  align-items: center;
  justify-content: flex-start;
}
.faqPage .faqSingle dl dd .linkBox__Single {
  font-size: 1.5rem;
  line-height: 3rem;
}
.faqPage .faqSingle dl dd .linkBox__Single + .linkBox__Single {
  margin-left: 4rem;
}
.faqPage .faqSingle:last-of-type {
  border-bottom: none;
}
.faqPage:first-of-type {
  padding: 0.3rem 0 0 0;
}

@media screen and (max-width: 47.9375em) {
  .faqPage {
    background: url(../img/footer_illust.png) center bottom no-repeat #e0e7e3;
    background-size: 83.7% auto;
    padding: 0rem 0 6.5rem 0;
    	  /***********************************************************

    	   style

    	  ***********************************************************/
  }
  .faqPage h1 {
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .faqPage .inner {
    width: 89.6%;
    max-width: initial;
    margin: 0 auto;
    padding: 2.5rem 0 0 0;
  }
  .faqPage__Info {
    width: auto;
    max-width: initial;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.8rem;
  }
  .faqPage__Info h2 {
    padding: 1.1rem 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: url(../img/top/contets02_title02_sp.png) center top no-repeat;
    background-size: 100% auto;
    border-radius: 0.7rem 0.7rem 0 0;
  }
  .faqPage__Info--Box {
    width: 89%;
    margin: 0 auto;
  }
  .faqPage__Info:not(:first-child) {
    margin-top: 3rem;
  }
  .faqPage .faqSingle {
    padding: 2rem 0 1.4rem 0;
    border-bottom: 1px solid #969696;
  }
  .faqPage .faqSingle dl dt {
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    font-size: 1.1rem;
    color: #335c42;
    line-height: 1.7rem;
    font-weight: 700;
    padding: 0 2.5rem 0.4rem 0;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
  }
  .faqPage .faqSingle dl dt::after {
    content: "";
    display: block;
    background: url("../img/faq/open.svg") no-repeat;
    background-size: 2rem auto;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 22%;
    transform: none;
    transform: unset;
    right: 0;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
  .faqPage .faqSingle dl dt.open::after {
    background: url("../img/faq/close.svg") no-repeat;
    background-size: 2rem auto;
    width: 2rem;
    height: 2rem;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
  .faqPage .faqSingle dl dd {
    padding: 1rem 0rem 0.7rem 0rem;
    color: #000;
    position: relative;
    width: auto;
  }
  .faqPage .faqSingle dl dd p {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .faqPage .faqSingle dl dd p + p {
    margin-top: 0.8rem;
  }
  .faqPage .faqSingle dl dd a {
    text-decoration: underline;
    color: #000;
    display: inline-block;
    position: relative;
  }
  .faqPage .faqSingle dl dd ul {
    margin: 0.8rem 0 1.5rem 3rem;
  }
  .faqPage .faqSingle dl dd ul li {
    list-style-type: none;
    background: url(../img/topics/list.svg) left 10px no-repeat;
    padding: 0.3rem 0 0.3rem 2.5rem;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .faqPage .faqSingle dl dd .linkBox {
    margin-top: 0.8rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    align-items: flex-start;
    justify-content: flex-start !important;
    flex-direction: column;
  }
  .faqPage .faqSingle dl dd .linkBox__Single {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .faqPage .faqSingle dl dd .linkBox__Single + .linkBox__Single {
    margin-left: 0rem;
  }
  .faqPage .faqSingle:last-of-type {
    border-bottom: none;
  }
  .faqPage:first-of-type {
    padding: 0.3rem 0 0 0;
  }
}

/* 202308 */
body.fixed{
  height: 100vh;
  overflow: hidden;
}
.popupModal{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,0.3);
  width: 100vw;
  height: 100vh;
}
.popupModal .popupModal__inner{
  padding: 50px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  color: #4d4d4d;
}
.popupModal .popupModal__inner p{
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
.popupModal .popupModal__inner table{
  margin: 0 auto;
  color: #4d4d4d;
}
.popupModal .popupModal__inner table tr th,
.popupModal .popupModal__inner table tr td{
  font-size: 18px;
  font-weight: bold;
}
.popupModal .popupModal__inner table tr th{
  min-width: 6em;
}
.popupModal .popupModal__inner table tr th::after{
  content: ":";
  content: ":";
  margin: 0 1em;
}
.popupModal .popupModal__button{
  width: 50%;
  max-width: 250px;
  margin-top: 30px;
  padding: 10px;
  background-color: #335c42;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.popupModal .popupModal__button:hover{
  opacity: 0.6;
  cursor: pointer;
}
@media screen and (max-width: 47.9375em) {
  .popupModal .popupModal__inner{
    width: 90%;
    padding: 30px;
  }
  .popupModal .popupModal__inner p{
    margin-bottom: 15px;
    font-size: 14px;
  }
  .popupModal .popupModal__inner table tr th,
  .popupModal .popupModal__inner table tr td{
    font-size: 16px;
  }

  .popupModal .popupModal__button{
    width: 50%;
    margin-top: 15px;
    font-size: 16px;
  }
  .popupModal .popupModal__button:hover{
    opacity: 1;
  }
}