html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent
}

body{
	padding-bottom:130px;
	background: #ffe100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper{

}

@media (max-width: 999px) {
body{
	padding-bottom:90px;

	}
}
html, body {
  line-height: 1
 
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

ul, ol {
  list-style: none
}

li {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

a:hover {
  text-decoration: none
}

a, span {
  color: inherit;
  font-weight: inherit
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

sup {
  vertical-align: super
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifJP-Regular.otf") format("opentype"), url("../font/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifJP-Bold.otf") format("opentype"), url("../font/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  font-family: '游ゴシック', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
  color: #000;
  line-break: strict
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  word-break: normal;
  word-wrap: break-word
}

@media (max-width: 999px) {
  .pcVer{display: none !important;}
  img{
    width: 100%;
    height: auto;
  }
  
}
@media (min-width: 1000px) {
  body {
    min-width: 1000px;
    font-size: 3rem;
    line-height: 1.4
  }
  .spVer{display: none !important;}
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

a img{
  opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
  transition-property: opacity,filter;
  transition: 0.2s linear;
}
a:hover img{
  opacity:.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
}

.p-contents {
  margin: 0 3vw;

}

@media (min-width: 1000px) {
  .p-contents {
    width: 1162px;
    margin: 0 auto ;
		padding-bottom:60px;
  }
}

.p-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (min-width: 1000px) {
  .p-anchor {
    width: 980px;
    padding: 95px 0 40px;
    margin: 0 auto;
    background-color: #fff
  }
}

.p-anchor__link {
  display: block;
  width: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 18px 0;
  background-color: #D90000
}

@media (min-width: 1000px) {
  .p-anchor__link {
    font-size: 3.4rem;
    padding: 23px 0;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em
  }
}

.p-anchor__link:last-child {
  background-color: #66d4d7;
  position: relative;
  padding-right: 10px
}

@media (min-width: 1000px) {
  .p-anchor__link:last-child {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    padding-right: 0
  }
  .p-anchor__link:last-child:hover {
    opacity: 0.8
  }

}

.p-anchor__link:last-child:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px
}

@media (min-width: 1000px) {
  .p-anchor__link:last-child:after {
    right: 20px;
    width: 13px;
    height: 13px;
    margin-top: -9px
  }
}





.p-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s
}

.p-modal.is-show {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  opacity: 1
}

.p-modal__main {
  display: none;
  max-height: 80%;
  width: calc(100% - 16vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
    background-color: #fff;
  overflow: scroll;
  overflow-x: hidden;
  padding: 1.3vw;
  -webkit-overflow-scrolling: touch
}
.p-modal__close{
  position: absolute;
  cursor: pointer;
  text-align: center;
  width: 9.2vw;
  padding: 4.6vw;
  right: 1.3vw;
  top: 1.3vw;
}
.p-modal__close::before,
.p-modal__close::after{
  content: "";
  display: block;
  background-color: #010101;
  margin: 0 -1.9vw;
  width: 5.4vw;
  height: 1px;
}
.p-modal__close::before{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-modal__close::after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px;
}
.p-modal__inner{
  border: solid 1px #bf4ea5;
  padding: 9.3vw 4vw 8vw;
}
.p-modal__main.is-show{display: block;}
.p-modal__close__txt{
  text-align: center;
  margin-top: 8vw;
}
.p-modal__close__txt a{
  display: inline-block;
  width: 17.8vw;
}
@media (min-width: 1000px) {
  .p-modal__main {
    width: 970px;
    height: auto;
    padding: 10px
  }
  .p-modal__close{
    width: 30px;
    padding: 15px 0;
    right: 18px;
    top: 18px;
  }
  .p-modal__close::before,
  .p-modal__close::after{
    width: 60%;
    margin: 0 auto;
  }
  .p-modal__close::after{
  margin-top: -1px;
  }
  .p-modal__inner{
    padding: 38px;
  }
  .p-modal__close__txt{
    margin-top: 25px;
  }
  .p-modal__close__txt a{
    width: 65px;
  }
}

.p-modal__ttl {
  font-size: 4vw;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 9vw 0 8vw
}

@media (min-width: 1000px) {
  .p-modal__ttl {
    font-size: 20px;
    padding: 50px 0 30px
  }

}

.p-modal__txt {
  font-size: 3vw;
  line-height: 2em;
  padding: 3vw 0 0 1em;
  text-indent: -1em;
  color: #666666;
}

@media (min-width: 1000px) {
  .p-modal__txt {
    text-indent: 0;
    padding: 0;
    text-align: right;
    font-size: 12px;
    margin: 10px 0 0
  }
}

.p-modal__service__list{
  
}
.p-modal__service__list__inner{
  padding: 6.4vw 2.6vw 5.3vw;
}
.p-modal__service__list__inner:nth-of-type(1){background-color: #e5f8f8;}
.p-modal__service__list__inner:nth-of-type(2){background-color: #f8edf6;margin-top: 5.3vw;}
.p-modal__service__list__inner ul{
  margin-top: 5.3vw;
}
.p-modal__service__list__inner ul li{
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 4.2vw 5vw;
  font-size: 3.2vw;
  margin-top: 2.6vw;
}
.p-modal__service__list__inner ul li h4{
  font-weight: bold;
  font-size: 3.7vw;
  line-height: 2em;
  margin-bottom: 0.3em;
}
.p-modal__service__list__inner:nth-of-type(1) ul li h4{color: #D90000;}
.p-modal__service__list__inner:nth-of-type(2) ul li h4{color: #bf4da5;}
@media (min-width: 1000px) {
  .p-modal__service__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .p-modal__service__list__inner{
    width: 420px;
    padding: 27px 25px 25px;
  }
  .p-modal__service__list__inner:nth-of-type(2){margin-top: 0;}
  .p-modal__service__list__inner ul{
    margin-top: 25px;
  }
  .p-modal__service__list__inner ul li{
    padding:13px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100px;
    font-size: 14px;
    margin-top: 10px;
  }
  .p-modal__service__list__inner ul li h4{
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 0.3em;
  }
  .p-modal__service__list__inner ul li h4 span{
    font-size: 14px;
  }
}


.p-modalId__point__content{
  background-color: #e5f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4vw 4vw;
}
.p-modal__list{
  font-size: 0;
  line-height: 0;
  letter-spacing: -0.3em;
  text-align: left;
  margin: 0 -1vw;
}
.p-modal__list li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6vw;
  width: 25%;
}
.p-modal__list li img{
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .p-modalId__point__content{
    padding: 0 21px 25px;
  }
  .p-modal__list li{
    padding: 4px;
    width: 11.111%;
  }
}


.p-modalId__word__content{
  font-size: 3.2vw;
  font-weight: bold;
}
.p-modalId__word__content h4{
  font-weight: bold;
  font-size: 3.7vw;
  margin: 1.5em 0 0.3em;
}
.p-modalId__word__content h4:first-child{
  margin-top: 0;
}
.p-modalId__word__content .list__dot li{
  padding-left: 1em;
  text-indent: -1em;
}
.p-modalId__word__content .list__dot li > *{
  text-indent: 0;
}
.p-modalId__word__content .list__dot li::before{
  content: "・";
  text-indent: 0;
}
.p-modalId__word__content .caption__list{
  font-size: 3vw;
}
.p-modalId__word__content .caption__list li{
  padding-left: 1em;
  text-indent: -1em;
}
.p-modalId__word__content .caption__list li > *{
  text-indent: 0;
}
@media (min-width: 1000px) {
  .p-modalId__word__content{
    font-size: 14px;
  }
  .p-modalId__word__content h4{
    font-size: 16px;
  }
  .p-modalId__word__content .caption__list{
    font-size: 12px;
  }
}

.p-modal img {
  display: block;
  width: 100%;
  max-width: none
}


.mv {
  position: relative;
}
.mv__img {
  height: 99vw;
}
.mv__img img{
  width: 100%;
  height: auto;
  margin: 0 auto;

}
.mv__img::after{
  content: "";
  display: block;
  background: url("../img/mv_logo_sp.png") center center no-repeat;
  -moz-background-size: 100% auto;
  background-size: 95% auto;
  width: 98%;
  height: 0;
  padding-bottom: 21.46vw;
  position: absolute;
  right: 0;
  top: 78.33vw;
}

@media (min-width: 1000px) {
  .mv::before,.mv::after{
    content: "";
    display: block;
    height: 43px;
    width: 50%;
    position: absolute;
    z-index: 1;
    top: calc(48.2vw - 43px);
  }
  .mv::before{left: 0;background-color: #ce7aae}
  .mv::after{right: 0;background-color: #7b7cac}
  .mv__img {
    height: 48.2vw;
		width: 100%;
    position: relative;
    z-index: 2;
  }
  .mv__img img{
/*    max-width: 66vw;*/
    max-width: 66vw;
    max-height: 48.2vw;
  }
  .mv__img::after{
    background: url("../img/mv_logo.png") center center no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    width: 28vw;
    top: 24.9vw;
    right:6.5vw;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
    padding-bottom:48.2vw;
  }
  .mv__img::before{
    content: "";
    display: block;
    position: absolute;
    background: url("../img/ic_scroll.png") center top no-repeat;
    width: 8px;
    padding-bottom: 104px;
    top: calc(100% - 147px);
    right:calc(16.5vw - 4px);
    -webkit-transform: translate(-50%,0);
     -moz-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
          transform: translate(-50%,0);
    animation:1s ease-in 1s infinite alternate forwards running expansion;
  }
}
@media (min-width: 1290px) {
  .mv::before,.mv::after{
    top: 580px;
  }
  .mv__img{
    height: 638px;
  }
  .mv__img img{
    width: auto;
    height: auto;
    /*max-width: calc((100% - 324px)*0.9);*/
    max-height: 623px;
        max-width:60%;
  }
  .mv__img::after{
    top: 312px;
    right: calc((100% - 853px)/2);
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
    padding-bottom: 638px;
  }
  .mv__img::before{
    padding-bottom: 104px;
    top: 475px;
    right: calc((100% - 874px)/2);
    -webkit-transform: translate(-50%,0);
     -moz-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
          transform: translate(-50%,0);
  }
}
@keyframes expansion{
  0%{
    padding-bottom:47px;
  }
  100%{
    padding-bottom:104px;
  }
}

.mv__info{
  margin: 8vw 8vw 0;
}
@media (min-width: 1000px) {
  .mv__info {
    margin: 75px auto 0;
    width: 1164px;
  }
}
.mv__ttl{
  font-weight: bold;
  font-size: 6.5vw;
}
.mv__ttl span{
  color: #bf4da5;
  display: block;
  font-size: 32px;
}
@media (min-width: 1000px) {
  .mv__ttl{font-size: 32px;}
  .mv__ttl span {
    font-size: 32px;
    display: inline-block;
    vertical-align: bottom;
  }
}

.mv__card {
  margin: 4vw 0 0
}

@media (min-width: 1000px) {
  .mv__card {
    margin: 40px auto 0;
  }
}

.mv__card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto
}


.mv__period {
  text-align: center;
  color: #D90000;
  font-size: 1.8rem;
  font-family: "Noto Serif Japanese", serif, sans-serif;
  margin: 0 0 20px
}

@media (min-width: 1000px) {
  .mv__period {
    text-align: left;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 20px
  }
  .mv__period span {
    font-size: 2rem
  }
}

.mv__link {
  text-align: center;
  color: #bf4da5;
  margin: 0 0 30px
}

@media (min-width: 1000px) {
  .mv__link {
    text-align: left;
    margin: 0
  }
}

.mv__link a {
  text-decoration: underline;
  position: relative;
  padding: 0 10px 0 0
}

@media (min-width: 1000px) {
  .mv__link a {
    font-size: 1.5rem;
    text-decoration: none;
    padding: 0 15px 0 0
  }
  .mv__link a:hover {
    text-decoration: underline
  }
}

.mv__link a:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #bf4da5;
  border-right: 1px solid #bf4da5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px
}

@media (min-width: 1000px) {
  .mv__link a:after {
    right: 0px;
    width: 8px;
    height: 8px;
    margin-top: -4px
  }
}

.toku {
/*  background-color: #f2dbed;
	background: #FFF3A4;*/
	background: #FFF3A4;
  padding: 1px 0 8vw;
  position: relative;
  margin-top: 26vw;
}
.toku .p-contents{
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  .toku {
    padding: 45px 0;
    margin-top: 100px;
    overflow: hidden;
  }
  .toku::before{
    content: "";
    display: block;
/*    background-color: #fff;*/
	background: #FFF;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(50% + 485px);
    z-index: 1;
  }
  .toku .p-contents{
    text-align: right;
  }
}

.toku__ttl {
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 6.4vw;
  margin-top: -15.3vw;
}

@media (min-width: 1000px) {
  .toku__ttl {
    font-size: 32px;
    position: absolute;
    margin: 0;
    left:0;
    top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  }
}

.toku__list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  margin:6.4vw 0 0
}
.toku__item {
  position: relative;
  width: 41.33vw;
}
.toku__txt{
  position: absolute;
  text-align: left;
  font-weight: bold;
    line-height: 1.2em;
    left: 18.66vw;
    top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 2.9vw;
}
.toku__item:last-child .toku__txt{
    left: 18vw;
}
.toku__txt span{
  font-size: 11px;
  font-size: 2vw;
}

@media (min-width: 1000px) {
  .toku__list {
    width: 805px;
    margin-left: auto;
    margin-top: -10px;
  }
  .toku__item {
    margin: 10px 0 0;
    width: 194px;
  }
  .toku__txt{
    top: 135px;
    left: 0 !important;
    width: 100%;
    text-align: center;
    font-size: 14px;
    transform: none;
  }
  .toku__txt span{
    font-size: 11px;
  }
}

.img__headline{
  padding: 0 8vw 8vw;
  margin-top: 28vw;
}
.img__headline div{
  font-size: 0;
  line-height: 0;
}
.img__headline div img{
  width: 100%;
  height: auto;
  margin-top: -9.33vw;
}
.img__headline h2{
  font-weight: bold;
  margin-top: 5.3vw;
  font-size: 6.4vw;
}
.img__headline h2 img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  width: 24vw;
  height: auto;
}
.img__headline h2 span{
  display: inline-block;
  text-align: left;
}
#choose__content .img__headline,
#about__content .img__headline{
 /* background-color: #99e2e5;*/
 	background: #FFF3A4;
}
#useful__content .img__headline{
/*  background-color: #e5b8db;*/
	background:#FFF3A4;
}
@media (min-width: 1000px){
  .img__headline{
    display: table;
    width: 100%;
    height: 250px;
    margin-top: 100px;
    padding: 0;
  }
  .img__headline > *{
    display: table-cell;
    vertical-align: middle;
  }
  .img__headline h2{
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 1.8em;
    margin: 0;
  }
  .img__headline h2 img{
    width: 120px;
  }
  .img__headline div{
    width: 350px;
    min-width: 350px;
  }
  .img__headline div img{
    margin-top: 0;
  }
}


.accordion__list{
  margin-top: 8vw;
}
.accordion__item{
  display: block;
  margin-top: 4.8vw;
}
.accordion__item:first-child{
  margin-top: 0;
}
.accordion__headline{
  display: table;
  width: 100%;
  height: 20vw;
/*  background-color: #e5f8f8;*/
	background:#fff;
  position: relative;
}
#qaa .accordion__headline{
  background-color: #fff;
}
.accordion__headline::before,
.accordion__headline::after{
  content: "";
  display: block;
  width: 13.33vw;
  height: 13.33vw;
  position: absolute;
  top: 3.3vw;
  right: 3.3vw;
  cursor: pointer;
}
.accordion__headline::before{
/*  background-color: #b7ebec;*/
	background:#333;
  z-index: 1;
}
#qaa .accordion__headline::before{
  background-color: #b7ebec;
}
.accordion__headline::after{
  background: url("../img/ic_tap.png") no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 2;
}
.accordion__headline.open::after{
  background: url("../img/ic_close.png") no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.accordion__headline > *{
  display: table-cell;
  vertical-align: middle;
}
.accordion__headline__icon{
  color: #fff;
/*  background-color: #D90000;*/
	background:#000;
  text-align: center;
  font-weight: bold;
  width: 20vw;
  font-size: 8vw;
}
.accordion__headline__txt{
  font-weight: bold;
  font-size: 4.2vw;
  padding:0.2em 20vw 0 1em;
  position: relative;
  line-height: 1.4em;
}
.accordion__headline__txt span{
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.accordion__headline__txt span.credit img{
  height: 3.4vw;
  width: auto;
}
.accordion__headline__txt span.pitapa img{
  height: 6.4vw;
  width: auto;
}
.accordion__headline__txt span.pitapa{
  margin-top: -5vw;
  margin-left: 16vw;
}
.accordion__body{
/*  background-color: #f2fbfc;*/
	background:#fff;
  padding: 5.3vw;
  display: none;
  position: relative;
}
#qaa .accordion__body{
  background-color: #f2fcfc;

}
.accordion__body__icon{
  display: none;
}
.accordion__body p{
  font-weight: bold;
  line-height: 1.8em;
  font-size: 3.7vw;
}
.accordion__body a{
  color: #D90000;
}
.accordion__caption{
  color: #666666;
  line-height: 2em;
  font-size: 2.9vw;
  margin-top: 4.2vw;
}
.accordion__caption li{
  padding-left: 1em;
  text-indent: -1em;
}
.accordion__caption li > *{
  text-indent: 0;
}
@media (min-width: 1000px){
  .accordion__list{
    margin-top: 70px;
  }
  .accordion__item{
    margin-top: 20px;
  }
  .accordion__headline{
    height: 98px;
  }
  .accordion__headline::before,
  .accordion__headline::after{
    width: 70px;
    height: 70px;
    top: 14px;
    right: 14px;
  }
  .accordion__headline__icon{
    width: 98px;
    font-size: 30px;
  }
  .accordion__headline__txt{
    font-size: 28px;
    padding:0 92px 0 1em;
  }
  .accordion__headline__txt span{
    position: absolute;
    margin: 0 !important;
    right: 110px;
    top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  }
  .accordion__headline__txt span img{width: auto !important;height: auto !important;}
  .accordion__body{
    padding: 25px 40px 30px 120px;
  }
  .accordion__body__icon{
    display: block;
    width: 98px;
    line-height: 98px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #D90000;
  }
  .accordion__body p{
    font-size: 18px;
  }
  .accordion__caption{
    font-size: 12px;
    margin-top: 20px;
  }
}

.choose__caption{
  color: #666666;
  line-height: 1.8em;
  font-size: 2.9vw;
  margin-top: 6.6vw;
}
.choose__caption li{
  padding-left: 1em;
  text-indent: -1em;
}
.choose__caption li > *{
  text-indent: none;
}
@media (min-width: 1000px){
  .choose__caption{
    margin-top: 46px;
    font-size: 12px;
  }
}

#useful__content{
  
}
.useful__unit{
  position: relative;
  margin-top:60vw;
}
.useful__unit:nth-of-type(2n){padding-left: 8vw;}
.useful__unit:nth-of-type(2n-1){padding-right: 8vw;}
.useful__unit:nth-of-type(3){
  margin-top: 28vw;
}
.useful__image{
  position: absolute;
  width: 92vw;
  top: -48vw;
}
.useful__unit:nth-of-type(2n) .useful__image{left: 0;}
.useful__unit:nth-of-type(2n-1) .useful__image{right: 0;}
.useful__unit:nth-of-type(3) .useful__image{
  left: 16vw;
  width: 54vw;
  top: -20vw;
}
.useful__inner{
/*  background-color: #f8edf6;*/
	background:#fff;
  line-height: 1.8em;
  padding: 14vw 8vw 7vw;
  font-weight: bold;
}
.useful__unit:nth-of-type(3) .useful__inner{
  padding-top: 17vw;
}
.useful__inner h3{
  font-weight: bold;
  line-height: 2em;
  font-size: 4.8vw;
  margin-bottom: 2vw;
}
#useful__content .get__btn{
  margin: 8vw 8vw 0px;
}

@media (min-width: 1000px) {
  #useful__content{
  }
  .useful__unit{
    width: 970px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:120px auto 0;
  }
  .useful__unit:nth-of-type(1){padding-left: 97px;padding-right:388px;}
  .useful__unit:nth-of-type(2){padding-left:388px;padding-right: 97px;}
  .useful__unit:nth-of-type(3){margin-top: 135px;padding-left:0;padding-right: 97px;}
  .useful__image{
    width: 485px;
    top: -60px;
  }
  .useful__inner{
    padding: 1px 50px 45px;
    font-size: 14px;
    line-height: 2em;
  }
  .useful__unit:nth-of-type(3) .useful__image{
    left: 90px;
    top: -78px;
  }
  .useful__unit:nth-of-type(1) .useful__inner{padding-right: 148px;}
  .useful__unit:nth-of-type(2) .useful__inner{padding-left: 148px;padding-bottom: 30px;}
  .useful__unit:nth-of-type(3) .useful__inner{padding-top: 1px;padding-left: 485px;}
  .useful__inner h3{
    font-size: 20px;
    margin-top: -2em;
    margin-bottom: 1.5em;
  }
  .useful__unit:nth-of-type(3) .useful__inner h3{margin-top: -4em;}
  #useful__content .get__btn{
    margin: 70px auto 0px;
  }
}


#about__content{
}
.about__read{
  line-height: 2em;
  margin-top: 1em;
}
.about__ttl{
  font-weight: bold;
  text-align: center;
  font-size: 5.3vw;
  margin-top:8vw;
}
.about__ttl span{display: inline-block;}
.about__ttl span.left{margin-left: -0.5em;}
.about__ttl span.right{margin-right: -0.5em;}
.about__ttl::before,
.about__ttl::after{
  content: "";
  display: block;
  margin: 15px auto;
}
.about__ttl::before{
  background: url("../img/logo_spoint.png") no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  width: 24vw;
  height: 24vw;
}
.about__ttl::after{
/*  background-color: #D90000;*/
	background:#000;
  margin-top: 0.5em;
  width: 26.66vw;
  height: 0.53vw;
}
@media (min-width: 1000px) {
  #about__content .p-contents{
    width: 970px;
  }
  .about__read{
    margin-top: 60px;
    font-size: 16px;
  }
  .about__ttl{
    font-size: 32px;
    margin-top:50px;
  }
  .about__ttl span{display: inline-block;}
  .about__ttl span.left{margin-left: -0.5em;}
  .about__ttl span.right{margin-right: -0.5em;}
  .about__ttl::before{
    width: 100px;
    height: 100px;
  }
  .about__ttl::after{
    width:100px;
    height:2px;
  }
}

.get__unit{
  position: relative;
  margin-top:70vw;
}
.get__unit:first-child{
  margin-top: 18.66vw;
}
.get__unit:nth-of-type(2n){padding-left: 8vw;}
.get__unit:nth-of-type(2n-1){padding-right: 8vw;}
.get__image{
  position: absolute;
  width: 92vw;
  bottom: -38vw;
  z-index: 2;
}
.get__unit:nth-of-type(2n) .get__image{left: 0;}
.get__unit:nth-of-type(2n-1) .get__image{right: 0;}
.get__inner{
/*  background-color: #e5f8f8;*/
	background:#fff;
  line-height: 1.8em;
  padding: 1px 8vw 16vw;
  position: relative;
}
.get__inner::before{
  content: "";
  display: block;
  position: absolute;
}

.get__icon{
	position:absolute;
	left:220px;
	top:-50px;
}
.get__icon02{
	position:absolute;
	right:-30px;
	top:0px;
}
@media screen and (max-width: 980px) {
.get__icon{
	position:absolute;
	left:240px;
	top:-50px;
}
.get__icon02{
	position:absolute;
	right:0px;
	top:-20px;
	}
.get__icon02 img{
	max-width:60%;
	}
}


/* 
.get__unit:nth-of-type(1) .get__inner::before{
  background: url("../img/get_card_2.png") no-repeat 0% 0%;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
 
  width: 26.4vw;
  height: 30.93vw;
  top: 20vw;
  left: 69.33vw;

  width: 26.4vw;
  height: 30.93vw;
  top: 0vw;
  left: 0vw;

}
.get__unit:nth-of-type(2) .get__inner::before{
  background: url("../img/get_card_1.png") no-repeat 100% 0;
  -moz-background-size: 30% auto;
  background-size: 30% auto;

  width: 48.26vw;
  height: 7.4vw;
  left: 8vw;
  top: -16vw;


}
*/
.get__inner h3{
  font-weight: bold;
  line-height: 2em;
  font-size: 4.8vw;
  margin-bottom: 2vw;
  margin-top: -2em;
}
.get__unit:nth-of-type(2) .get__inner h3{
  margin-top: -1em;
}
.get__inner p{
  font-weight: bold;
}
.get__inner p span.center{
  display: inline-block;
  margin: 0 -0.2em;
}
@media (min-width: 1000px) {
  .get__unit{
    width: 970px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 120px auto 0 !important;
  }
  .get__unit:nth-of-type(1){padding-left: 97px;padding-right:388px;}
  .get__unit:nth-of-type(2){padding-left:388px;padding-right: 97px;}
  .get__image{
    width: 485px;
    bottom: auto;
    top: -60px;
  }
  .get__inner{
    padding: 1px 50px 40px;
    font-size: 14px;
    line-height: 2em;
  }
  .get__unit:nth-of-type(2) .get__inner{padding-left: 155px;}
  .get__unit:nth-of-type(1) .get__inner::before{
    width: 94px;
    height: 110px;
    left: -77px;
    top: 66px;
  }
  .get__unit:nth-of-type(2) .get__inner::before{
    width: 181px;
    height: 28px;
    left: 150px;
    top: -60px;
  }
  .get__inner h3{
    font-size: 20px;
    margin-top: -3em;
    margin-bottom: 1.5em;
  }
  .get__unit:nth-of-type(2) .get__inner h3{
    margin-top: -1em;
  }
}

.get__inner__price{
  font-weight: bold;
  color: #D90000;
  line-height: 2.2em;
  margin: 0.8em 0;
}
.get__inner__price strong{
  font-weight: bold;
  font-size: 24px;
}
.get__caption{
  color: #666666;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2em;
  font-size: 3vw;
  margin-top: 1em;
}
.get__caption > *{
  text-indent: none;
}
@media (min-width: 1000px) {
  .get__inner__price{
    margin-right: -40px;
  }
  .get__inner__price strong{
    font-weight: bold;
  }
  .get__caption{
    font-size: 12px;
    margin-top: 25px;
  }
}

.get__btn {
  display: block;
  background-color: #bf4da5;
  color: #fff;
  text-align: center;
  font-size: 4.8vw;
  line-height: 1;
  padding: 1.2em 0;
  margin-top: 8vw;
  position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: bold;
}
.get__btn:hover{
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    opacity: 0.8;
}
.get__btn::before,
.get__btn::after{
  content: "";
  display: block;
  background-color: #fff;
  height: 1px;
  position: absolute;
}
.get__btn::before{
  width: 0.5em;
  top: 50%;
  right: 1em;
}
.get__btn::after{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.24em;
  right: 1em;
  top: calc(50% - 0.08em);
}

@media (min-width: 1000px) {
  .get__btn {
    width: 388px;
    margin: 60px auto 0;
    font-size: 24px;
  }
}




.get__btn02 {
  display: block;
  background-color: #232371;
  color: #fff;
  text-align: center;
  font-size: 3.0vw;
  line-height: 1;
  padding: 1.2em 0;
  margin-top: 8vw;
  position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: bold;
}
.get__btn02:hover{
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    opacity: 0.8;
}
.get__btn02::before,
.get__btn02::after{
  content: "";
  display: block;
  background-color: #fff;
  height: 1px;
  position: absolute;
}
.get__btn02::before{
  width: 0.5em;
  top: 50%;
  right: 1em;
}
.get__btn02::after{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.24em;
  right: 1em;
  top: calc(50% - 0.08em);
}

@media (min-width: 1000px) {
  .get__btn02 {
    width: 388px;
    margin: 60px auto 0;
    font-size: 15px;
  }
}






.get__life{
/*  background-color: #e5f8f8;*/
	background:#fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin: 54.66vw 8vw 0;
  padding: 1px 8vw 8vw;
}
.get__life h3{
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 4.8vw;
  margin-top: -0.7em;
}
.get__life__box{
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2em;
  padding: 5.3vw;
  margin-top: 4vw;
  border:1px solid #000;
}
.get__life__box:first-child{
  margin-top: 9.3vw;
}
.get__life__box h4{
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 0.5em;
}
.get__life__box p{
  
}
.get__life__box a{
  margin-top: 1em;
}
@media (min-width: 1000px) {
  .get__life{
    width: 970px;
    margin: 85px auto 0;
    padding:1px 50px 50px;
  }
  .get__life h3{
    font-size: 24px;
  }
  .get__life__inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .get__life__box{
    width: 280px;
    padding: 20px 25px;
    font-size: 14px;
    margin: 0 !important;
  }
  .get__life__box p{
    font-weight: bold;
  }
  .get__life__box h4{
    margin-right: -40px;
    font-size: 18px;
  }
}


.use {
}
.use__ttl{
  font-weight: bold;
    font-size: 4.8vw;
    margin-top: -2.3em;
}
@media (min-width: 1000px) {
  .use {
  }
  .use__ttl{
    font-size: 24px;
    margin-top: -0.7em;
  }
}

.use__content{
/*  background-color: #e5f8f8;*/
	background:#fff;
  position: relative;
  padding: 1px 8vw 8vw;
}
.use__content.use__shopping{
  margin-top: 22.66vw;
}
.use__content__read{
  line-height: 2em;
  font-weight: bold;
  font-size: 3.7vw;
  margin-top: 3.7vw;
}
@media (min-width: 1000px) {
  .use__content{
    padding: 1px 50px 50px;
  }
  .use__content.use__shopping{
    margin-top: 95px;
  }
  .use__content__read{
    margin-top: 40px;
    font-size: 14px;
  }
}
.use__shopping__img{
  position: absolute;
  top: -11vw;
  right: 8vw;
  width: 31.33vw;
}
.use__shopping__list{
  margin-top: 6.6vw;
}
.use__shopping__list li{
  background-color: #fff;
  border:1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4vw;
  padding:3.2vw 4.8vw;
}
.use__shopping__list__txt{
  font-weight: bold;
  line-height: 2em;
  font-size: 3.7vw;
}
.use__shopping__list__txt .use-block02-place__link{
  font-size: 3.7vw;
  text-align: right;
  display: block;
  margin-top: 0.3em;
}
.use__shopping__list__point{
  position: relative;
  display: table;
  width: 100%;
  margin-top: 3.2vw;
}
.use__shopping__list__point span{
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  font-size: 3.2vw;
  font-weight: bold;
  padding: 0.8em 0;
}
.use__shopping__list__point::after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: calc( 50% - 2.6vw);
    border: solid 2.6vw transparent;
/*    border-left: solid 2.6vw #ccf1f2;*/
		border-left: solid 2.6vw #000;
    left:50%;
}
.use__shopping__list__point span:first-child{
/*  background-color: #ccf1f2;*/
	background:#000;
/*  color: #D90000;*/
color:#fff;
}
.use__shopping__list__point span:last-child{
/*  background-color: #D90000;
  color: #fff;
  */
  background:#FFE100;
  color:#000;
}
.use__shopping__list__point span strong{
  font-weight: bold;
  font-size: 200%;
}
.use__shopping__list__use{
  font-size: 3.2vw;
  margin-top: 0.8em;
}
@media (min-width: 1000px) {
  .use__shopping__img{
    right: 50px;
    top: -50px;
    width: 290px;
  }
  .use__shopping__list{
    margin-top: 40px;
  }
  .use__shopping__list li{
    display: table;
    width: 100%;
    padding: 10px 0 10px 20px;
    margin-top: 10px;
  }
  .use__shopping__list li > *{
    display: table-cell;
    vertical-align: middle;
  }
  .use__shopping__list__txt{
    font-size: 18px;
    width: 100%;
  }
  .use__shopping__list__txt .use-block02-place__link{
    font-size: 14px;
    margin-left: 1em;
    text-align: left;
    display: inline-block;
  }
  .use__shopping__list__point{
    width: 97px;
    min-width: 97px;
    margin-top: 0;
  }
  .use__shopping__list__point::after{
    border: solid 5px transparent;
/*    border-top: solid 5px #ccf1f2;*/
			border-top: solid 5px #000;
    top: 50%;
    left: calc(50% - 5px);
  }
  .use__shopping__list__point span{
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 8px 0;
  }
  .use__shopping__list__use{
    width: 195px;
    min-width: 195px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
  }
  
}

.use__exchange{
  margin-top: 16vw;
}
.use__exchange h2{
  margin-top: -0.8em;
}
.use__exchange__content{
  margin-top: 6vw;
}
.use__exchange__box{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border:1px solid #000;
  padding:5.3vw;
  margin-top: 4.2vw;
}
.use__exchange__box h3{
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 3.7vw;
}
.use__exchange__unit{
  margin-top: 0.5em;
}
.use__exchange__unit p{
  font-size: 3.7vw;
 }
.use__exchange__image{
  text-align: center;
  margin-top: 5.3vw;
}
.use__exchange__image img{
  width: 40vw;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .use__exchange{
    margin-top: 80px;
  }
  .use__exchange__content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .use__exchange__box{
    padding: 30px 25px;
    font-size: 14px;
    line-height: 2em;
    width: 422px;
    margin-top: 20px;
  }
  .use__exchange__box.wide{
    width: 100%;
  }
  .use__exchange__box h3{
    font-size: 18px;
  }
  .use__exchange__unit{
    margin-top: 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .use__exchange__unit p{
    width: 200px;
    font-size: 14px;
  }
  .use__exchange__box.wide .use__exchange__unit p{
    width: 600px;
  }
  .use__exchange__image img{
    width: 100%;
    height: auto;
  }
  .use__exchange__image{
    width: 140px;
    margin-top: 0;
  }
  .use__exchange__box.wide .use__exchange__image{
    width: 160px;
    margin-top: -20px;
  }
}


.use-block01-place__link,
.use-block02-place__link {
  color: #bf4da5;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4em;
}
.use-block01-place__link span,
.use-block02-place__link span{
  display: inline-block;
  position: relative;
  width: 1.2em;
  height: 1em;
  vertical-align: middle;
}
.use-block01-place__link.gr,
.use-block02-place__link.gr{
  color: #D90000;
}
.use-block01-place__link{
  margin-left: 0.5em;
}
.use-block01-place__link.first{
  margin-left: 0;
}

.use-block01-place__link span::before,
.use-block01-place__link span::after {
  content: '';
  display: block;
  position: absolute;
  border: solid 1px #bf4da5;
  height: 0.5em;
  width: 0.8em;
}
.use-block01-place__link.gr span::before,
.use-block01-place__link.gr span::after {
  border-color: #D90000;
}
.use-block01-place__link span::before{
  border-bottom:none;
  border-left:none;
  right: 0;
  top: 0.1em;
}
.use-block01-place__link span::after{
  bottom: 0.2em;
  right: 0.2em;
}
.use-block02-place__link span::before,
.use-block02-place__link span::after{
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background-color: #bf4da5;
  right: 0;
  top: 50%;
}
.use-block02-place__link.gr span::before,
.use-block02-place__link.gr span::after{
  background-color: #D90000;
}
.use-block02-place__link span::before{
  width: 1em;
}
.use-block02-place__link span::after{
  width: 0.4em;
  margin-top: -0.2em;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
@media (min-width: 1000px) {
  .use-block01-place__link{
    font-size: 1.5rem;
    text-decoration: none;
    padding: 0 15px 0 0
  }
}


.cards {
}

.cards_ts {
    background-color: #ffd500;
    padding-bottom: 8vw;
}


.cards__ttl__wrap{
  position: relative;
  background-color: #fff;
  z-index: 2;
}
#cards .cards__ttl__wrap{height: 73.33vw;}
#cards_ts .cards__ttl__wrap{height: 44vw;}
.cards__ttl {
  font-size: 6.4vw;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height:1.8em;
  position: absolute;
  bottom: -1em;
}
#cards .cards__ttl::before{
  content: "";
  display: block;
  margin: 0 auto;
  background: url("../img/pitapa.png") no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  width: 17vw;
  height: 20vw;
}
.cards__ttl span{
  display: block;
  font-weight: normal;
  line-height: 1.4em;
  position: relative;
  font-size: 3.7vw;
}
#cards .cards__ttl span{color: #bf4da5;margin: 1.5em 0 1em;}
#cards_ts .cards__ttl span{margin-bottom: 0.5em;}
#cards_ts .cards__ttl span::before,
#cards_ts .cards__ttl span::after{
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  background-color: #000000;
  position: absolute;
  top: 0;
}
#cards_ts .cards__ttl span::before{
  margin-left: -2em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
#cards_ts .cards__ttl span::after{
  margin-left: 2em;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media (min-width: 1000px) {
  .cards_ts {padding-bottom: 40px;}
  .cards__ttl__wrap{
    min-width: 1164px;
  }
  #cards .cards__ttl__wrap{height: 250px;}
  #cards_ts .cards__ttl__wrap{height: 190px;}
  .cards__ttl {
    font-size: 32px;
    line-height: 1.4em;
    bottom: -0.7em;
    margin: 0;
  }
  #cards .cards__ttl::before{
    width: 64px;
    height: 75px;
  }
  #cards .cards__ttl span{font-size: 14px;}
  #cards_ts .cards__ttl span{font-size: 16px;}
}
.cards__block{
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .cards__block{
    min-width: 1164px;
  }
}
.cards__list {
  padding: 0 8vw;
}

@media (min-width: 1000px) {
  .cards__list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
    padding: 0;
  }
  #cards_ts .cards__list{
    display: block;
  }
}

.cards__item {
  text-align: center;
  padding: 8vw;
    margin: 0 auto;
}
.cards__item img{
  width: 100%;
  height: auto;
}
#cards .cards__item:nth-of-type(2n-1){background-color: #f8edf6}
#cards .cards__item:nth-of-type(2n){background-color: #fcf6fa}
#cards .slick-slide:nth-of-type(2n-1) .cards__item{background-color: #f8edf6}
#cards .slick-slide:nth-of-type(2n) .cards__item{background-color: #fcf6fa}
.slick-list{
  overflow:visible !important;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 10vw;
  height: 10vw;
  border: none;
  background-color: #bf4da5;
  font-size: 0;
  line-height: 0;
  z-index: 50;
}
.slick-prev{
  left: 0;
}
.slick-next{
  right: 0;
}
.slick-arrow::before,
.slick-arrow::after{
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  height: 1px;
}
.slick-arrow::before{
  width: 30%;
  top: 50%;
  right: 35%;
}
.slick-arrow::after{
  width: 15%;
  top:45%;
}
.slick-prev.slick-arrow::after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 50%;
}
.slick-next.slick-arrow::after{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
}
.slick-arrow.slick-disabled{
  opacity:0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
@media (min-width: 1000px) {
  .slick-list{width: 100% !important;}
  .cards__item {
    width: 25%;
    padding: 50px 3.25%;
    text-align: center;
  }
  .cards__item img{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
}

.cards__btn {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #bf4da5;
  padding: 11px 5px 11px 0;
  border-radius: 2px;
  position: relative;
  font-size: 4.2vw;
  margin-top: 6.6vw;
}
#cards_ts .cards__btn{background-color: #000;}
.cards__btn::before,
.cards__btn::after{
  content: "";
  display: block;
  background-color: #fff;
  height: 1px;
  position: absolute;
}
.cards__btn::before{
  width: 0.5em;
  top: 50%;
  right: 1em;
}
.cards__btn::after{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.24em;
  right: 1em;
  top: calc(50% - 0.08em);
}
@media (min-width: 1000px) {
  .cards__btn {
    font-size: 1.8rem;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    margin: 25px auto 0;
    max-width: 250px;
  }
  .cards__btn:hover {
    opacity: 0.8
  }
}

.card__caption{
  color: #666666;
  line-height: 1.8em;
  margin: 0 auto;
  font-size: 3vw;
}
.card__caption li{
  padding-left: 1em;
  text-indent: -1em;
}
.card__caption li > *{
  text-indent: none;
}
@media (min-width: 1000px) {
  .card__caption{
    font-size: 12px;
    width: 970px;
  }
}


#card__more{
  text-align: center;
}
.card__more__read{
  color:#bf4da5;
  font-weight: bold;
  position: relative;
  padding:5.3vw 0 5.3vw 8vw;
}
.card__more__read::before,
.card__more__read::after{
  content: "";
  display: block;
  background-color: #bf4da5;
  position: absolute;
  left: 31.4vw;
  top: 50%;
  width: 6vw;
  height: 0.53vw;
}
.card__more__read::after{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 1000px) {
  #card__more{
    padding: 35px 0 100px;
  }
  .card__more__read{
    font-size: 14px;
    padding:0 0 45px;
  }
  .card__more__read::before,
  .card__more__read::after{
    left: calc(50% - 18px);
    width: 36px;
    height: 4px;
    bottom: 16px;
  }

}
.card__more__content{
}
.card__more__box{
line-height: 1.4em;
  font-size: 3vw;
  padding: 5.3vw 0 6.6vw;
}
.card__more__box:nth-of-type(1){background-color: #fcf6fa}
.card__more__box:nth-of-type(2){background-color: #f4f4f8;margin-top: 5.3vw;}
.card__more__box p{
  font-weight: bold;
}
.card__more__box .card__more__img{
  margin-top: 2.6vw;
}
.card__more__family{
  font-size: 2.6vw;
  margin-bottom: 3.2vw;
}
.card__more__family strong{
  display: block;
  color: #343579;
  font-weight: bold;
  font-size: 4.8vw;
  margin-top: 2vw;
}
@media (min-width: 1000px) {
  .card__more__content{
    width: 1164px;
    margin-top: 30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .card__more__box{
    line-height: 1.8em;
    width: 560px;
    height: 250px;
    font-size: 16px;
    margin-top: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .card__more__box:nth-of-type(1){
    padding: 45px 0 0;
  }
  .card__more__box:nth-of-type(2){
    padding: 20px 0 0;
  }
  .card__more__box .card__more__img{
    margin-top: 17px;
  }
  .card__more__family{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .card__more__family strong{
    font-size: 28px;
  }
}
.card__more__variation{
  margin-top: 6.6vw;
}
.card__more__variation p{
  font-weight: bold;
  font-size: 3.2vw;
}
.card__more__variation p span{
  display: inline-block;
  font-size: 2.3vw;
  color: #fff;
  background-color: #cc71b7;
  letter-spacing: 0.3em;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
}
.card__more__variation div{margin-top: 2vw;}
@media (min-width: 1000px) {
  .card__more__variation{
    margin-top: 50px;
  }
  .card__more__variation p{font-size: 16px;}
  .card__more__variation p span{font-size: 12px;}
  .card__more__variation div{margin-top: 17px;}
}

/* ----- フォント追加 ----- */
.pink{color:#bf4da5;}
.pinkb{color:#bf4da5;
font-weight:600;}



.online {
  background-color: #eaeaf1;
  margin-top: 28vw;
  padding: 1px 0 0
}

@media (min-width: 1000px) {
  .online {
    margin-top: 0;
    padding: 80px 0 0
  }
}

.online__ttl {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: -2.5em;
}

@media (min-width: 1000px) {
  .online__ttl {
    font-size: 32px;
    margin: 0 0 40px;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1
  }
}

.online-flow{
  margin-top: 8vw;

}
@media (min-width: 1000px) {
  .online-flow {
    margin: 0 auto;
    
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  }
}

.online-flow__item {
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin-top: 8vw;
  padding: 0 8vw 8vw;
}

@media (min-width: 1000px) {
  .online-flow__item {
    margin-top: 0 !important;
    width: 375px;
    padding: 0 28px 38px;
  }
}

.online-flow__item:last-child:after {
  display: none
}

.online-flow__item:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 4.5vw transparent;
  border-top: solid 4.5vw #343579;
  bottom: -11vw;
  left: calc(50% - 2.25vw);
}

@media (min-width: 1000px) {
  .online-flow__item:after {
  border: solid 16px transparent;
  border-left: solid 16px #343579;
    top: calc(50% - 16px);
    left: auto;
    right: -32px;
    margin: 0
  }
}

.online-flow__num {
  margin: 0 auto;
  display: table;
  width: 40vw;
  height: 36.5vw;
}
.online-flow__num div{
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 1000px) {
  .online-flow__num {
    width: 100%;
    height: 184px;
    width: 194px;
  }
}

.online-flow__num img {
  display: block;
  width: 100%
}

.online-flow__ttl {
  margin: 0 0 10px;
  line-height: 1.8em;
  font-size: 4.8vw;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .online-flow__ttl {
    text-align: left;
    margin: 0;
    font-size: 18px;
  }
}

.online-flow__lead {
    line-height: 1.8em;
  font-size: 3.7vw
}

@media (min-width: 1000px) {
  .online-flow__lead {
    font-size: 14px;
    margin-top: 15px;
  }
}

.online-flow__attention {
  line-height: 1.8em;
  font-size: 3.2vw;
  color: #666666;
  margin-top: 0.5em;
}

@media (min-width: 1000px) {
  .online-flow__attention {
    font-size: 1.2rem;
    margin: 20px 0 0
  }
}

.online-attention {
  padding: 8vw;
  margin-top: 8vw;
  background-color: #fff;
}

@media (min-width: 1000px) {
  .online-attention {
    padding: 40px 0;
    margin: 70px 0 0
  }
}


.online-attention__item {
  font-size: 1.3rem;
  text-indent: -1em;
  padding: 0 0 0 1em
}

@media (min-width: 1000px) {
  .online-attention__list{
    width: 970px;
    margin: 0 auto;
  }
  .online-attention__item {
    line-height: 2rem;
    line-height: 1.7
  }
}

#qaa{
  margin-top: 11vw;
  background-color: #e5f8f8;
  padding: 1px 0 10.6vw;
}
#qaa h2{
  font-weight: bold;
  text-align: center;
  font-size: 6.4vw;
  margin-top: -0.8em;
}

@media (min-width: 1000px) {
  #qaa{
    margin-top: 0;
    padding: 80px 0;
  }
  #qaa h2{
    font-size: 32px;
    margin-top: 0;
  }
}


/*キャンペーン券面画像*/
#info_detail_fbox ul{
	list-style:none;
	clear:both;
}

#info_detail_fbox ul li{
	margin:0px;
	width:150px;
	height:150px;
	float:left;
	list-style:none;
	font-size:80%;
	line-height:120%;
}

#info_detail_fbox ul li img{
	margin:0px 0px 5px 0px;
}

#info_detail_fbox img.card02{
	width:120px;
}




.footer__gotop{
  position: fixed;
  right: 2.6vw;
  bottom: 2.6vw;
  z-index: 10;
}
.footer__gotop a{
  display: block;
  background-color: #D90000;
  width: 13.33vw;
  height: 13.33vw;
  text-align: center;
  opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
  transition-property: opacity,filter;
  transition: 0.2s linear;
}
a:hover{
  opacity:.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
}
.footer__gotop a::after{
  content: "";
  display: block;
  margin: 0 auto;
  border-right:solid 2px #fff;
  border-top:solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 20%;
  height: 20%;
  position: absolute;
  left: 40%;
  top: 45%;
}
@media (min-width: 1000px) {
  .footer__gotop{
    right: 0;
    bottom: 0;
  }
  .footer__gotop a{
    width: 60px;
    height: 60px;
  }
}

.footer__nav {
  background-color: #eaeaf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8vw;
}

@media (min-width: 1000px) {
  .footer__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0
  }
}

.footer__nav li {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 1em;
}
.footer__nav li:first-child{margin-top: 0;}

@media (min-width: 1000px) {
  .footer__nav li {
    width: auto;
    margin: 0 30px
  }
}

.footer__nav a {
  display: block;
  color: #000;
  font-size: 3.2vw;
  padding-left: 1em;
  position: relative
}

@media (min-width: 1000px) {
  .footer__nav a {
    font-size: 12px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s
  }
  .footer__nav a:hover {
    opacity: 0.8
  }
}
.footer__nav a::before {
  content: '';
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #D90000;
  border-right: 1px solid #D90000;
  position: absolute;
  top: calc(50% - 0.25em);
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer__copy {
  font-size: 1.1rem;
  text-align: left;
  background-color: #eaeaf1;
  padding:0 8vw 6vw;
}

@media (min-width: 1000px) {
  .footer__copy {
    text-align: center;
    font-size: 11px;
    padding:0 0 25px;
  }
}

@media (min-width: 1000px) {
  .u-show--sp {
    display: none
  }
}

.u-show--pc {
  display: none
}

@media (min-width: 1000px) {
  .u-show--pc {
    display: block
  }
}

/*-------------追加20221117---------------------------------*/
.contents_subtitle{
	font-size:35px;
	max-width: 1040px;
	margin: 0 auto;
	font-weight:bold;
	text-align:center;
/*	text-shadow:3px 3px 3px #f9f9f9;*/
	margin-top:60px;
	margin-bottom:30px;
	line-height:1.3;
}
.card-detail{
	max-width:1040px;
	margin: 0 auto;
	padding:25px 0;
	
}
@media screen and (max-width: 980px) {
.scroll-table{
	width:90%;
	margin:0 auto;
	}
}

.table-red{
	color:red;
}

.table-box {
	border-bottom:1px solid #ccc;
	margin: 0 auto;
	font-size:1.3rem;
	background:#fff;
	width:100%;
	margin-bottom:10px;
}
@media screen and (max-width: 980px) {
.table-box {
	font-size:1.2rem;
	width:100%;
	}

}
.table-box th{
	padding:20px;
	border-right:1px solid #ccc;
	vertical-align:top;
	font-weight:bold;
	border-top:1px solid #ccc;
	width:25%;
}

@media screen and (max-width: 980px) {
.table-box th{
	display:block;
	border:none;
	padding:10px;
	width:90%;
	margin: 0 auto;
	background:#E5F7F7;
	font-size:1.3rem;
	}
}

.table-box .top-border{
	border-top:none;
}

.table-box td{
	padding:20px;
	border-top:1px solid #ccc;
	vertical-align:top;
}

@media screen and (max-width: 980px) {
.table-box td{
	display:block;
	padding:10px 0 40px 0px;
	width:90%;
	border:none;
	margin: 0 auto;
	}
}

.etc , .qp , .fa, .myj , .myjc{
	margin:10px 0;
	padding-left:30px;
}
.etc{
	background:url(../img/etc.png) no-repeat 0 50% ;
}
.qp{
	background:url(../img/qp.png) no-repeat 0 50% ;
}
.fa{
	background:url(../img/family.png) no-repeat 0 50% ;
}
.myj{
	background:url(../img/myj.png) no-repeat 0 50% ;
}
.myjc{
	background:url(../img/myjc.png) no-repeat 0 50% ;
}
.arrow_myj {
	padding-right: 20px;
	background: url(../images/remake/arrow_blank.png) 100% 50% /10px auto no-repeat ;
	text-decoration:underline;
	
}

.arrow_myj02 a{
	background: url(../images/remake/arrow_blank.png) 100% 50% /10px auto no-repeat ;
	text-decoration:underline;
	display:block;
	width:21%;
	font-size:1.3rem;
}
@media screen and (max-width: 980px) {
.arrow_myj02 a{
	display:block;
	width:100%;
	background: url(../images/remake/arrow_blank.png) 215px 50% /10px auto no-repeat ;
	font-size:1.1rem;
	}
}
@media screen and (max-width: 980px) {
.arrow_myj {
	padding-right: 20px;
	background: url(../images/remake/arrow_blank.png) 100% 50% /10px auto no-repeat;
	}
}

.mm{
	font-size:1.7rem;
}

.m-break{
	display:block;
	margin-bottom:20px;

}

.m-break02{
	font-size:1.2rem;
	margin-top:5px;
	display:block;

}

.m-break03{
	margin-bottom:10px;
	display:block;
		font-size:1.6rem;
	color:#f00;
}
@media screen and (max-width: 980px) {
.mm{
	font-size:1.4rem;
	}
.m-break02{
	font-size:1rem;
	}
}
.gold--text{
	display:block;
	color:#666;
	font-size:1em;
	margin-top:10px;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:-5px;
}

.jyoken{
	color:#f00;
}



.card-detail ul{
	display:flex;
	justify-content:center;
}
.card-detail ul li{
	margin:0 20px 0px 0;
	text-align:center;
}
.card--name{
	margin-top:10px;
	font-size:1.5rem;
	display:block;
	text-align:center;
}

@media screen and (max-width: 980px) {
.card-detail ul li{
	display:block;
	text-align:center;
	margin: 0 auto;
}
.card-detail ul li img{
	max-width:70%;
	text-align:center;
	}
.card--name{
	font-size:1.1rem;
	}
}
.second_text{
	text-align:center;
	font-size:3rem;
	line-height:1.2;
	padding:30px 0 ;
	color:#f00;
	font-weight:700;
}
.second_text span{
	display:block;
	font-size:1.7rem;
	color:#000;
	margin-top:10px;
	}
@media screen and (max-width: 980px) {
.second_text{
	font-size:2.5rem;
	font-weight:700;
	}
.second_text span{
	font-size:1.4rem;
	width:90%;
	margin: 10px auto;
	}
}



.detailBox{
	max-width:1080px;
	margin: 0 auto 60px;
	}
@media screen and (max-width: 980px) {
.detailBox{
	max-width:85%;
	margin: 0 auto;
	}
}
.detailBox p{
	max-width:1050px;
	margin: 30px auto 5px;
	font-size:1.3rem;
	}
.detailBox a{
	text-decoration:underline;
	color:#000;
}
/*-------------------------------------

注意事項

--------------------------------------*/
.chiuijikou{
	max-width:1000px;
	margin: 0 auto;
}
.chiuijikou li{
	list-style:disc;
	font-size:1.3rem;
	margin:5px 0 7px;
}
a.pdf[target="_blank"] {
    display: inline-block;
    padding-right: 30px;
    background: url(../img/anothericon02.png) no-repeat 95% center;
}

/*--------------------------------------------------------

	フッターデザイン
	
----------------------------------------------------------*/



#footer{
/*	background:#E5F7F7;*/
	background:#fff;
	display:flex;
	justify-content:center;
	padding-bottom:40px;
	position:relative;
	padding-top:60px;
	border-top:1px solid #000;

/*	box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;*/
	
}

@media screen and (max-width: 980px) {
#footer{
	display:block;
	padding-top:30px;
	margin-top:0px;
	}
}


.jcb_contact{
	width:40%;
	border-right:1px solid #000;
	padding-right:30px;
}
@media screen and (max-width: 980px) {
.jcb_contact{
	width:90%;
	margin: 0 auto;
	border-bottom:1px solid #21B6BC;
	border-right:none;
	padding-right:0px;
	padding-bottom:30px;
	}
}


/*-------------JCBカードに関するお問い合わせ-------------*/
.jcb_contact_cp{
	padding-left:30px;
}
@media screen and (max-width: 980px) {
.jcb_contact_cp{
	padding-left:0px;
	width:90%;
	margin: 0 auto;
	padding-top:20px;
	}
}

.jcb_contact dd{
	font-size:1.3rem;
}
.footer_bold{
	display:block;
	margin-top:15px;
	font-size:1.7rem;

}

.jcb_contact .link_list{
	display:flex;
}

@media screen and (max-width: 980px) {
.jcb_contact .link_list{
	display:block;
	margin-top:10px;
	}
}

.jcb_contact .link_list li {
	margin:0px 15px 0 0;
	padding-right: 20px;
	background: url(../img/arrow_blank.png) 100% 50% /10px auto no-repeat;
}

.jcb_contact .link_list li a{
	text-decoration:underline;
	color:#000;
}

@media screen and (max-width: 980px) {
.jcb_contact .link_list li {
	margin:0px 0px 0 0;
	font-size:1em;
	background:none;
	}
}

.jcb_contact .number_list{
	font-size:2rem;
}
.font_small{
	font-size:1.1rem;
	display:block;
	margin-bottom:10px;
}

.jcb_contact_cp .call_number{
	font-size:3rem;
	color:#000;

}
.jcb_contact_cp .call_number_sub{
	font-size:2.3rem;
	color:#000;
}

@media screen and (max-width: 980px) {
.jcb_contact_cp .call_number{
	font-size:3.2rem;
	display:block;
	margin-bottom:5px;

	}
}
.call_sma{
	font-size:1.3rem;
	margin-left:5px;

}



.jcb_contact_cp li:nth-child(2){
	margin:0px 0;

}
.jcb_contact_cp .contact_lbl{
	color:#000;
	padding:3px 0px;
	font-size:1.4rem;
}
@media screen and (max-width: 980px) {
.jcb_contact_cp .contact_lbl{
	padding:3px 0px;
	font-size:1.6rem;
	}
.jcb_contact img{
	max-width:20%;
}
}

.contact_number{
	border:1px solid #21B6BC;
	width:100%;
	background:#fff;
	padding: 15px;

}

@media screen and (max-width: 980px) {
.contact_number{
	width:100%;
	}
}
.contact_lbl_nums{
	background:#21B6BC;
	color:#fff;
	padding:5px;
	display:block;
	text-align:center;
	font-size:1.1rem;
}





.num__list_num{
	width:100%;
	margin-bottom:10px;
	color:#000;
	line-height:1.2;
}
.num__list_num li{
	margin-bottom:10px;
}
.call_number_sub02{
	color:#000;
	font-size:1.3rem;
	padding:5px 0 ;
	display:block;
}

.num__list_num li{
	font-size:1.5rem;
}

/*-------TOPへ戻る…--------------*/

.pagetop{
	position:absolute;
	right:0;
	bottom:0;
}
.pagetop img{
	max-width:60%;
}


/*--------------------------------*/

/*-------上の情報は～…--------------*/
.update{
	margin-top:30px;
	font-size:.4em;
}
@media screen and (max-width: 980px) {
.update{
	text-align:left;
	margin-top:10px;
	font-size:.7em;
	}
}
/*-----------------------------------*/

/*-------JCBカードに関するお問い合わせ--------------*/
.jcb_contact_cp_title{
	font-size:2rem;
	margin-bottom:20px;
	padding:3px 0px;
}
@media screen and (max-width: 980px) {
.jcb_contact_cp_title{
	font-size:1.7rem;
	}
}
/*--------------------------------------------------*/
.cp___title{
	font-size:26px;
}
@media screen and (max-width: 980px) {
.cp___title{
	font-size:20px;
}
}

/*----------リンク変更-------------*/
.myj_link {
	margin-top:10px;
}
.myj_link a{
	background:url(../img/arrow_blank.png) no-repeat 100% 50% ;
	padding-right:13px;
	background-size:10px;
	font-size:1.4rem;
	text-decoration:underline;
}
@media screen and (max-width: 980px) {
.myj_link a{
	font-size:1.1rem;
	
	}
/*----------リンク変更-------------*/

.jcb__link a{
	background: url(../img/arrow_blank.png) 100% 50% /10px auto no-repeat;
	padding-right:13px;
	background-size:10px;
	font-size:1.4rem;
	text-decoration:underline;
}

}



/*--------------------------------------------------------

コピーライト
	
----------------------------------------------------------*/
.copyright{
/*	background:#21B6BC;*/
	color:#000;
	padding:10px 5px;
	font-size:1.3rem;
	text-align:center;

}


.present_main{
	text-align:center;
	margin:50px 0 0;
}

@media screen and (max-width: 980px) {
.present_main{
	margin:10px 0 -10px;
}
.present_main img{
	max-width:80%;
	}
}

.contents__another{
	width:1000px;
	margin: 0 auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

@media screen and (max-width: 980px) {
.contents__another{
	width:95%;
	margin: 0 auto;
	display:block;
	}

}
.another_cp_main02 img{
	max-width:100%;
}
@media screen and (max-width: 980px) {
.another_cp_main02 img{
	max-width:60%;
	}
}

.another_cp_main02{
	width:40%;
	text-align:center;
	margin:15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding:1.5em 1.3em;
	position:relative;
}
.lastBlock{
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px;
}


.kokuchi{
	background:#BF4DA5;
	color:#fff;
	padding:.2em .7em;
	position:absolute;
	right:0; 
	top:-10px;
	font-size:1.2em;
	font-weight:600;
	line-height:1.2;
}
.kokuchi02{
	background:#BF4DA5;
	color:#fff;
	padding:.5em .7em;
	position:absolute;
	right:0; 
	top:0;
	font-size:1.4em;
	font-weight:600;
	line-height:1.2;
	text-align:center;
	z-index:3;
}
@media screen and (max-width: 980px) {
.kokuchi02{
	background:#BF4DA5;
	color:#fff;
	padding:.5em .7em;
	position:absolute;
	right:0; 
	top:-15px;
	font-size:1em;
	font-weight:600;
	line-height:1.2;
	text-align:center;
	z-index:3;
	}
}
@media screen and (max-width: 980px) {
.another_cp_main02{
	width:85%;
	text-align:center;
	margin:30px auto 0px;
	background:#fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding:1.5em 1.3em;
	}
}


.another_cp_name{
	background:#21B6BC;
	font-size:2rem;
	color:#fff;
	padding:.5em 0;
	font-weight:900;
}
.another_cp_main02 dt{
	margin:20px auto ;
}
.another_cp_main02 .another_cp_name_text{
	font-size:.6em;
}
.contents__another_main{
	width:1080px;
	margin: 45px auto;
	border:4px solid #21B6BC;
	padding:1em 2em ;
	position:relative;
}

@media screen and (max-width: 980px) {
.contents__another_main{
	width:90%;
	margin: 45px auto;
	border:2px solid #21B6BC;
	padding:2em 1em;
	}
.another_cp_main02 .another_cp_name_text{
	font-size:1.1em;
}
}

.contents__another_main img{
	max-width:100%;
}
@media screen and (max-width: 980px) {
.contents__another_main img{

	}
}

.another_main_title{
	font-size:3rem;
	color:#21B6BC;
	font-weight:900;
	margin:0 auto 30px;
 position: relative;
  padding: 0 65px;
  text-align: center;
}
@media screen and (max-width: 980px) {
.another_main_title{
	font-size:2rem;
	color:#21B6BC;
	font-weight:900;
	margin:0 auto 30px;
 position: relative;
  padding: 0 65px;
  text-align: center;
	}
}

.another_main_title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #21B6BC;
}

.another_main_title span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.another_main_text{
	font-size:1.7rem;
	text-align:center;
	margin:30px auto 30px;
}
.another_main_text .ss_text{
	font-size:1.2rem;
	display:block;
}
.contents__another_main table{
	width:90%;
	margin: 0 auto;
	font-size:1.5rem;
	border:1px solid #ccc;
}
.contents__another_main table th{
	padding:7px 30px;
	background:#fff;
	text-align:center;
	border:1px solid #ccc;
}
.contents__another_main table td{
	padding:7px 15px;
	border:1px solid #ccc;
}
table.taisyoubi{
	margin:0px auto 0;
	width:100%;
}
@media screen and (max-width: 980px) {
table.taisyoubi{
	border:none;
}
table.taisyoubi th{
	display:block;
	background:#f3f3f3;
	border:none;
	width:100%;
	}
table.taisyoubi td{
	display:block;
	border:none;
	margin: 0 0 30px;

	}
}
/*
.taisyoubi span{
	font-size:2em;
	color:#B28225;
	font-weight:900;
}
*/
.taisyoubi td{
	text-align:left;
	font-size:1em;
	line-height:1.8;
}

.taisyoubi_table tr:nth-child(odd){
	background:#F7F7F7;
}


.taisyoubi th{
	vertical-align:middle;
	width:25%;
}


.another_cp_flex{
	width:90%;
	margin: 30px auto;
	display:flex;
	justify-content:center;
}
@media screen and (max-width: 980px) {
.another_cp_flex{
	width:90%;
	margin: 30px auto;
	display:block;
	justify-content:center;
	}
}

.another_cp_flex dl{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	margin:0 15px;
	width:45%;
	padding:1.2em;
	font-size:1.5rem;
	text-align:center;
}
@media screen and (max-width: 980px) {
.another_cp_flex dl{
	margin:0 0px;
	width:95%;
	padding:1.2em .7em;
	font-size:1.5rem;
	text-align:center;
	}
}

.another_cp_flex dt{
	padding: .2em;
	font-size:1.5rem;

	margin-bottom:10px;
	background:#F2FCFD;

}
.cp_detail_list{
	font-size:1.3rem;
	width:760px;
	margin: 0 auto;
	margin-top:0px;
	margin-bottom:15px;
}
@media screen and (max-width: 980px) {
.cp_detail_list{
	font-size:1.2rem;
	width:90%;
	margin: 0 auto;
	}
}

.another_cp_flex dl .list__stest{
	display:block;
	font-size:1.2rem;
	margin: 10px auto;
	text-align:left;
}
.ancc{
	margin-top:0px;
	padding-top:0px;
}
.another_main_img{
	text-align:center;
}
.another_main_img02{
	text-align:center;
	margin:20px auto 30px;
}
.another_main_img02 img{
	max-width:650px;
	height:auto;
}
@media screen and (max-width: 980px) {
.another_main_img02 img{
	max-width:100%;
	height:auto;
	}
}




.another_cp_01{
	width:85%;
	text-align:center;
	margin:30px auto 0px;
	background:#fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding:1.5em 1.3em;
}
.tokuten_title{
	padding: .2em;
	font-size:1.5rem;
	margin-bottom:10px;
	background:#F2FCFD;
}
.another_cp_01 li:nth-child(1){
	font-size:2.5rem;
}
.another_cp_01 li:nth-child(2){
	font-size:1.8rem;
	text-align:center;
	max-width:75%;
	margin: 20px auto;
	border:2px solid #ccc;
	padding: 1em;
}
.another_cp_01 li p{
	text-align:center;
	max-width:50%;
	margin: 0 auto;
	
}
.another_cp_01 li p span{
	text-align:left;
	display:block;
}
.another_cp_01 dl .list__stest{
	display:block;
	font-size:1.2rem;
	margin: 10px auto;
	text-align:left;
	max-width:85%;
}


.mast{
	position:absolute;
	top:0;
	right:0;
	background:#f00;
	color:#fff;
	font-size:1.5rem;
	padding:.3em .5em;
	font-weight:900;
}
/*マーカーアニメーション*/
 
.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}

.tab-content{
  display: none;
}
.tab-content.active{
	display: block;
}
.tabnav{
	display:flex;
	margin: 0 0 10px;
}
.tabnav > li{
	width:calc(100% / 2);
  text-align: center;
  background: #ccc;
  padding:.5em 0 ;
}
.tabnav > li.active{
  background: #21B6BC;
  color: #fff;
}
@media screen and (min-width: 768px){
  .tabnav > li{
    cursor: pointer;
  }
  .tabnav > li.active{
    cursor: default;
  }
}


.tokuten_Img{
	text-align:center;
	margin:30px auto 0px;
}

.tokuten_list{
	margin:0px auto 0 ;
}
.tokuten_list dd{
	text-align:center;
}


.tokuten_list_box{
	display:flex;
	margin:0px auto 35px;
	padding:25px;
}
@media screen and (max-width: 980px) {
.tokuten_list_box{
	display:block;
	margin:20px auto 0px;
	padding:15px;
	}
}

.tokuten_list_box dl{
	margin:0 20px 0 ;
	width:50%;

}
@media screen and (max-width: 980px) {
.tokuten_list_box dl{
	margin:15px 0px 30px;
	width:100%;
	}
}

.tokuten_list dt{
	text-align:center;
	font-size:.8em;
	margin:0 0 15px;
	padding:5px 0 ;
	background:#21B6BC;
	color:#fff;
	border-radius:100px;
} 
.tokuten_list dd{
	font-size:1.4em;
}

table.jyokentable{
	margin:30px auto 20px;
	width:100%;
}
table.jyokentable .cr{
	font-weight:400;
	width:150px;
	background:#FFFFEA;
	vertical-align:middle;
}
table.jyokentable .cr_day{
	background:#FFFFEA;
	width:25%;
		vertical-align:middle;
}
table.jyokentable td{
	text-align:center;
	font-size:.9em;
}

@media screen and (max-width: 980px) {
.soto {
	overflow-x:scroll;
	max-width:90%;
	margin: 0 auto;
}

/*table自体を程よい幅に　*/
table.jyokentable{
	width:600px;
}

table.jyokentable th:first-child {
/*少しサイズを調整*/
width:20%;
height:.5em;
/*先頭列を左に固定*/
position:sticky;
left:0;
	}

}
table.jyokentable caption{
	font-size:.8em;
	caption-side:bottom;
	margin:10px 0 0 ;
	text-align:left;
}

.jcb_bland003{
	text-align:center;
	font-size:.5em;
	margin:35px 0 -30px ;
}
@media screen and (max-width: 980px) {
.jcb_bland003{
	font-size:1em;
	}
}
.jcb_bland{
	text-align:center;
	font-size:1.5rem;
	margin: 50px auto 0px;
}
.jcb_bland002{
	text-align:center;
	font-size:.5em;
	margin:15px 0 15px ;
}




.jcb_bland002 a{
	text-decoration:underline;
		color:#333;
}

/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
    	background:#fff;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
}

.btn:hover span{
  color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#333;/*背景色*/
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.card__days{
	display:block;
	margin: 0 auto 0px;
}
.card__days002{
	display:block;
	font-size:1.4rem;
	width:75%;
	margin: 40px auto 30px;

}

@media screen and (max-width: 980px) {
.card__days{
	display:block;
	font-size:1.3rem;
	margin-bottom:10px;
	line-height:1.2;
	}
}


/*--------------------------------------------------------

	スライダー(他のCPバナー)

----------------------------------------------------------*/
.jcb_bland{
	text-align:center;
	font-size:1.5rem;
	margin: 50px auto 30px;

}

.another_cp{

   /*background: linear-gradient(-180deg, #fff 0%, #fff 50%, #EFEDEB 50%, #EFEDEB 100%) no-repeat ;*/
   background:
  repeating-linear-gradient(
    90deg,
    #f9f9f9 0%,
    #f9f9f9 2px ,
    transparent 1px,
    transparent 25px
  ),
  repeating-linear-gradient(
    0deg,
    #f9f9f9 ,
    #f9f9f9 2px,
    #fff 1px,
    #fff 25px
  ) ;
	padding:60px 0 40px 0;

}


.another_title{
	margin-top: 0 ;
	font-size:3rem;
}
@media screen and (max-width: 980px) {
.another_title{
	font-size:1.8rem;
	}
}

.slider_main{
	max-width:650px;
	margin: 0 auto;
}


.hometown{
	text-align:center;
	margin:30px auto;
}
.hometown img{
	max-width:90%;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  text-align: center;

}

.swiper-slide img{
	max-width:200px;
}


.step_img{
	text-align:center;
	margin:0px auto 15px;
	padding:1em 0 0;
	position:relative;
}
.step_img img{
	max-width:47%;
}


@media screen and (max-width: 980px) {
.step_img{
	text-align:center;
	margin:30px auto 60px;
	padding:2em 0 ;
	max-width:90%;
	position:relative;
	}
.step_img img{
	max-width:100%;
	}
}
.sp_break{
	display:none;
}

@media screen and (max-width: 980px) {
.sp_break{
	display:block;
	}
}

.header_Icon{
	position:absolute;
	right:10px;
	top:10px;
}

.header_Icon img{
	max-width:70px!important;
}
@media screen and (max-width: 980px) {
.header_Icon img{
	max-width:50px!important;
	}
}



#fixed_btn{
	width:100%;
	/*background:#ff00ff;*/
		position: fixed;
		bottom: 0px;
		left:0;
		z-index:3;
	padding:20px 0 10px 0;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
}
@media screen and (max-width: 980px) {
#fixed_btn{
	padding:10px 0 10px 0;
	}
}
.fix{
	width:100%;
	padding:0px 0 ;
	margin: 0 auto;
	position:relative;

}
.fix li{
	max-width:50%;
	padding:0px 0 ;
	margin: 0 auto;
	display:inline-block;
}

.fix span{
	display:block;
	font-size:.7em;
	color:#ff0;
}
.fix span::before{
	content:"＼";
	margin:0 5px 0;
}
.fix span::after{
	content:"／";
	margin:0 0 0 5px
}

@media screen and (min-width:481px) and ( max-width:1280px) {
.fix li{
	max-width:100%;
	}
}

@media screen and (max-width: 980px) {
.fix li{
	max-width:90%;
	display:;block;
	margin-right:0px;
	margin-top:5px;
	}
}

.fix a{
	display:block;
	font-size:2.5vmin;
	padding:20px 30px;
	color:#fff;
	margin: 0 auto;
	font-weight:bold;
	text-decoration:none;
}
@media screen and (max-width: 980px) {
.fix	a{
	padding:10px 45px;
	font-size:1.7rem;	
	}
}


.fix li:nth-child(1){
	background:#E60012;
}



.arrow_r {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #333;
	text-decoration: none;
}
.arrow_r:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -4px;
	transform: rotate(45deg);
}

