@charset "UTF-8";
/* ### mixin.scss ### */ /*  setting.scss */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700");
#pan {
  display: block;
  padding: 6px 4px;
}

.cpTemplate {
  color: #63666a;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.cpTemplate .f-old {
  font-family: ヒラギノ角ゴ オールド W6 JIS2004;
}

.mainVisual {
  background: url(../images/mv_bg.jpg) no-repeat #eee;
  background-size: 100%;
  overflow: hidden;
}
.mainVisual:after {
  content: "";
  height: 24px;
  display: block;
  background: url(../images/jagged_gry_bottom.png) repeat-x #fdff65;
}
@media screen and (max-width: 657px) {
  .mainVisual {
    background: url(../images/mv_bg_sp.png) no-repeat #eee;
    background-size: 100%;
  }
  .mainVisual:after {
    background: url(../images/jagged_gry_bottom.png) repeat-x #fdff65;
    background-size: 24px 12px;
    height: 12px;
  }
}
.mainVisual .mainVisual_inner {
  padding: 50px 20px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.mainVisual .mainVisual_inner:after {
  content: "";
  background: url(/special/student/images/mv_type.png) no-repeat;
  width: 634px;
  height: 57px;
  position: absolute;
  right: -255px;
  bottom: 135px;
  z-index: 10;
}
@media screen and (max-width: 657px) {
  .mainVisual .mainVisual_inner {
    width: 100%;
    padding: 40px 20px;
  }
  .mainVisual .mainVisual_inner:after {
    width: 100%;
    height: 30px;
    right: -190px;
    bottom: 90px;
    background-size: auto 30px;
  }
}
.mainVisual .swiper-container {
  padding: 0;
  max-width: 960px;
}
@media screen and (max-width: 657px) {
  .mainVisual .swiper-container {
    padding: 0;
    width: auto;
  }
}
.mainVisual .swiper-container1 li.swiper-slide {
  text-align: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainVisual .swiper-container1 li.swiper-slide img {
  height: auto;
  width: auto;
}
@media screen and (max-width: 657px) {
  .mainVisual .swiper-container1 li.swiper-slide {
    height: 500px;
  }
}
.mainVisual .swiper-container2 li.swiper-slide {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 657px) {
  .mainVisual .swiper-container2 .swiper-button-prev {
    left: 0;
  }
  .mainVisual .swiper-container2 .swiper-button-next {
    right: 0;
  }
}
.mainVisual .contents {
  padding: 0 0 20px;
}

.mainVisual__slide {
  background: #eee;
}

.mainVisual__title {
  position: absolute;
  background: url(../images/mv_ttl_bg.png) no-repeat;
  background-size: 320px 208px;
  z-index: 2;
  width: 320px;
  height: 208px;
  top: 40px;
  left: 10px;
}
@media screen and (max-width: 657px) {
  .mainVisual__title {
    background: url(../images/mv_ttl_bg_sp.png) no-repeat;
    background-size: 200px 110px;
    width: 200px;
    height: 110px;
    top: 20px;
    left: 10px;
  }
}
.mainVisual__title h1 {
  font-size: 50px;
  text-align: left;
  color: white;
  margin: 20px auto 0 20px;
  letter-spacing: 0.15em;
  position: relative;
  font-family: ヒラギノ角ゴ オールド W8 JIS2004;
}
.mainVisual__title h1 span {
  position: absolute;
  font-size: 25px;
  padding: 6px 16px;
  border: solid 1px;
  top: 7px;
  right: 75px;
  letter-spacing: normal;
  font-family: ヒラギノ角ゴ オールド W6 JIS2004;
}
@media screen and (max-width: 657px) {
  .mainVisual__title h1 {
    font-size: 32px;
    margin: 10px auto 0 15px;
    line-height: 1.3;
  }
  .mainVisual__title h1 span {
    font-size: 14px;
    top: 5px;
    right: 45px;
  }
}
.mainVisual__title h1:before {
  content: "";
  background: url(../images/mv_parts1.svg);
  width: 17px;
  height: 19px;
  position: absolute;
  left: 31px;
  top: 3px;
}
@media screen and (max-width: 657px) {
  .mainVisual__title h1:before {
    background-size: 12px 13px;
    width: 12px;
    height: 13px;
    top: 1px;
    left: 20px;
  }
}
.mainVisual__title h1:after {
  content: "";
  background: url(../images/mv_parts2.svg);
  width: 27px;
  height: 30px;
  background-size: 100% auto;
  position: absolute;
  bottom: 34px;
  right: 107px;
}
@media screen and (max-width: 657px) {
  .mainVisual__title h1:after {
    background-size: 15px 18px;
    width: 15px;
    height: 18px;
    bottom: 22px;
    right: 62px;
  }
}

.relationInfo {
  margin: 0 auto 70px;
}

@media screen and (min-width: 1720px) {
  .mainVisual .mainBg {
    max-height: none !important;
  }
}
/* ### adjust.scss ### */
.cpTemplate .center {
  text-align: center !important;
}
.cpTemplate .right {
  text-align: right !important;
}
.cpTemplate .left {
  text-align: left !important;
}
.cpTemplate .mra {
  margin-right: auto;
}
.cpTemplate .float-1 {
  width: 10%;
}
.cpTemplate .float-2 {
  width: 20%;
}
.cpTemplate .float-3 {
  width: 30%;
}
.cpTemplate .float-4 {
  width: 40%;
}
.cpTemplate .float-5 {
  width: 50%;
}
.cpTemplate .float-6 {
  width: 60%;
}
.cpTemplate .float-7 {
  width: 70%;
}
.cpTemplate .float-8 {
  width: 80%;
}
.cpTemplate .float-9 {
  width: 90%;
}
.cpTemplate .float-10 {
  width: 100%;
}
@media screen and (min-width: 658px) {
  .cpTemplate .float-pc-1 {
    width: 10%;
  }
  .cpTemplate .float-pc-2 {
    width: 20%;
  }
  .cpTemplate .float-pc-3 {
    width: 30%;
  }
  .cpTemplate .float-pc-4 {
    width: 40%;
  }
  .cpTemplate .float-pc-5 {
    width: 50%;
  }
  .cpTemplate .float-pc-6 {
    width: 60%;
  }
  .cpTemplate .float-pc-7 {
    width: 70%;
  }
  .cpTemplate .float-pc-8 {
    width: 80%;
  }
  .cpTemplate .float-pc-9 {
    width: 90%;
  }
  .cpTemplate .float-pc-10 {
    width: 100%;
  }
}
@media screen and (max-width: 657px) {
  .cpTemplate .float-sp-1 {
    width: 10%;
  }
  .cpTemplate .float-sp-2 {
    width: 20%;
  }
  .cpTemplate .float-sp-3 {
    width: 30%;
  }
  .cpTemplate .float-sp-4 {
    width: 40%;
  }
  .cpTemplate .float-sp-5 {
    width: 50%;
  }
  .cpTemplate .float-sp-6 {
    width: 60%;
  }
  .cpTemplate .float-sp-7 {
    width: 70%;
  }
  .cpTemplate .float-sp-8 {
    width: 80%;
  }
  .cpTemplate .float-sp-9 {
    width: 90%;
  }
  .cpTemplate .float-sp-10 {
    width: 100%;
  }
}
.cpTemplate .fontS {
  font-size: 90%;
}
.cpTemplate .fontL {
  font-size: 110%;
}
@media screen and (min-width: 658px) {
  .cpTemplate .mt0 {
    margin-top: 0px !important;
  }
  .cpTemplate .mt1 {
    margin-top: 10px !important;
  }
  .cpTemplate .mt2 {
    margin-top: 20px !important;
  }
  .cpTemplate .mt3 {
    margin-top: 30px !important;
  }
  .cpTemplate .mt4 {
    margin-top: 40px !important;
  }
  .cpTemplate .mt5 {
    margin-top: 50px !important;
  }
  .cpTemplate .mt6 {
    margin-top: 60px !important;
  }
  .cpTemplate .mt7 {
    margin-top: 70px !important;
  }
  .cpTemplate .mt8 {
    margin-top: 80px !important;
  }
  .cpTemplate .mt9 {
    margin-top: 90px !important;
  }
  .cpTemplate .mt10 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 657px) {
  .cpTemplate .mt0 {
    margin-top: 0px !important;
  }
  .cpTemplate .mt1 {
    margin-top: 5px !important;
  }
  .cpTemplate .mt2 {
    margin-top: 10px !important;
  }
  .cpTemplate .mt3 {
    margin-top: 14px !important;
  }
  .cpTemplate .mt4 {
    margin-top: 20px !important;
  }
  .cpTemplate .mt5 {
    margin-top: 25px !important;
  }
  .cpTemplate .mt6 {
    margin-top: 30px !important;
  }
  .cpTemplate .mt7 {
    margin-top: 35px !important;
  }
  .cpTemplate .mt8 {
    margin-top: 40px !important;
  }
  .cpTemplate .mt9 {
    margin-top: 45px !important;
  }
  .cpTemplate .mt10 {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 658px) {
  .cpTemplate .ml0 {
    margin-left: 0px !important;
  }
  .cpTemplate .ml1 {
    margin-left: 10px !important;
  }
  .cpTemplate .ml2 {
    margin-left: 20px !important;
  }
  .cpTemplate .ml3 {
    margin-left: 30px !important;
  }
  .cpTemplate .ml4 {
    margin-left: 40px !important;
  }
  .cpTemplate .ml5 {
    margin-left: 50px !important;
  }
  .cpTemplate .ml6 {
    margin-left: 60px !important;
  }
  .cpTemplate .ml7 {
    margin-left: 70px !important;
  }
  .cpTemplate .ml8 {
    margin-left: 80px !important;
  }
  .cpTemplate .ml9 {
    margin-left: 90px !important;
  }
  .cpTemplate .ml10 {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 657px) {
  .cpTemplate .ml0 {
    margin-left: 0px !important;
  }
  .cpTemplate .ml1 {
    margin-left: 5px !important;
  }
  .cpTemplate .ml2 {
    margin-left: 10px !important;
  }
  .cpTemplate .ml3 {
    margin-left: 14px !important;
  }
  .cpTemplate .ml4 {
    margin-left: 20px !important;
  }
  .cpTemplate .ml5 {
    margin-left: 25px !important;
  }
  .cpTemplate .ml6 {
    margin-left: 30px !important;
  }
  .cpTemplate .ml7 {
    margin-left: 35px !important;
  }
  .cpTemplate .ml8 {
    margin-left: 40px !important;
  }
  .cpTemplate .ml9 {
    margin-left: 45px !important;
  }
  .cpTemplate .ml10 {
    margin-left: 50px !important;
  }
}
@media screen and (min-width: 658px) {
  .cpTemplate .mb0 {
    margin-bottom: 0px !important;
  }
  .cpTemplate .mb1 {
    margin-bottom: 10px !important;
  }
  .cpTemplate .mb2 {
    margin-bottom: 20px !important;
  }
  .cpTemplate .mb3 {
    margin-bottom: 30px !important;
  }
  .cpTemplate .mb4 {
    margin-bottom: 40px !important;
  }
  .cpTemplate .mb5 {
    margin-bottom: 50px !important;
  }
  .cpTemplate .mb6 {
    margin-bottom: 60px !important;
  }
  .cpTemplate .mb7 {
    margin-bottom: 70px !important;
  }
  .cpTemplate .mb8 {
    margin-bottom: 80px !important;
  }
  .cpTemplate .mb9 {
    margin-bottom: 90px !important;
  }
  .cpTemplate .mb10 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 657px) {
  .cpTemplate .mb0 {
    margin-bottom: 0px !important;
  }
  .cpTemplate .mb1 {
    margin-bottom: 5px !important;
  }
  .cpTemplate .mb2 {
    margin-bottom: 10px !important;
  }
  .cpTemplate .mb3 {
    margin-bottom: 14px !important;
  }
  .cpTemplate .mb4 {
    margin-bottom: 20px !important;
  }
  .cpTemplate .mb5 {
    margin-bottom: 25px !important;
  }
  .cpTemplate .mb6 {
    margin-bottom: 30px !important;
  }
  .cpTemplate .mb7 {
    margin-bottom: 35px !important;
  }
  .cpTemplate .mb8 {
    margin-bottom: 40px !important;
  }
  .cpTemplate .mb9 {
    margin-bottom: 45px !important;
  }
  .cpTemplate .mb10 {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 658px) {
  .cpTemplate .ml0 {
    margin-right: 0px !important;
  }
  .cpTemplate .ml1 {
    margin-right: 10px !important;
  }
  .cpTemplate .ml2 {
    margin-right: 20px !important;
  }
  .cpTemplate .ml3 {
    margin-right: 30px !important;
  }
  .cpTemplate .ml4 {
    margin-right: 40px !important;
  }
  .cpTemplate .ml5 {
    margin-right: 50px !important;
  }
  .cpTemplate .ml6 {
    margin-right: 60px !important;
  }
  .cpTemplate .ml7 {
    margin-right: 70px !important;
  }
  .cpTemplate .ml8 {
    margin-right: 80px !important;
  }
  .cpTemplate .ml9 {
    margin-right: 90px !important;
  }
  .cpTemplate .ml10 {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 657px) {
  .cpTemplate .ml0 {
    margin-right: 0px !important;
  }
  .cpTemplate .ml1 {
    margin-right: 5px !important;
  }
  .cpTemplate .ml2 {
    margin-right: 10px !important;
  }
  .cpTemplate .ml3 {
    margin-right: 14px !important;
  }
  .cpTemplate .ml4 {
    margin-right: 20px !important;
  }
  .cpTemplate .ml5 {
    margin-right: 25px !important;
  }
  .cpTemplate .ml6 {
    margin-right: 30px !important;
  }
  .cpTemplate .ml7 {
    margin-right: 35px !important;
  }
  .cpTemplate .ml8 {
    margin-right: 40px !important;
  }
  .cpTemplate .ml9 {
    margin-right: 45px !important;
  }
  .cpTemplate .ml10 {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 658px) {
  .cpTemplate .pt0 {
    padding-top: 0px !important;
  }
  .cpTemplate .pt1 {
    padding-top: 10px !important;
  }
  .cpTemplate .pt2 {
    padding-top: 20px !important;
  }
  .cpTemplate .pt3 {
    padding-top: 30px !important;
  }
  .cpTemplate .pt4 {
    padding-top: 40px !important;
  }
  .cpTemplate .pt5 {
    padding-top: 50px !important;
  }
  .cpTemplate .pt6 {
    padding-top: 60px !important;
  }
  .cpTemplate .pt7 {
    padding-top: 70px !important;
  }
  .cpTemplate .pt8 {
    padding-top: 80px !important;
  }
  .cpTemplate .pt9 {
    padding-top: 90px !important;
  }
  .cpTemplate .pt10 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 657px) {
  .cpTemplate .pt0 {
    padding-top: 0px !important;
  }
  .cpTemplate .pt1 {
    padding-top: 5px !important;
  }
  .cpTemplate .pt2 {
    padding-top: 10px !important;
  }
  .cpTemplate .pt3 {
    padding-top: 14px !important;
  }
  .cpTemplate .pt4 {
    padding-top: 20px !important;
  }
  .cpTemplate .pt5 {
    padding-top: 25px !important;
  }
  .cpTemplate .pt6 {
    padding-top: 30px !important;
  }
  .cpTemplate .pt7 {
    padding-top: 35px !important;
  }
  .cpTemplate .pt8 {
    padding-top: 40px !important;
  }
  .cpTemplate .pt9 {
    padding-top: 45px !important;
  }
  .cpTemplate .pt10 {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 658px) {
  .cpTemplate .pl0 {
    padding-left: 0px !important;
  }
  .cpTemplate .pl1 {
    padding-left: 10px !important;
  }
  .cpTemplate .pl2 {
    padding-left: 20px !important;
  }
  .cpTemplate .pl3 {
    padding-left: 30px !important;
  }
  .cpTemplate .pl4 {
    padding-left: 40px !important;
  }
  .cpTemplate .pl5 {
    padding-left: 50px !important;
  }
  .cpTemplate .pl6 {
    padding-left: 60px !important;
  }
  .cpTemplate .pl7 {
    padding-left: 70px !important;
  }
  .cpTemplate .pl8 {
    padding-left: 80px !important;
  }
  .cpTemplate .pl9 {
    padding-left: 90px !important;
  }
  .cpTemplate .pl10 {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 657px) {
  .cpTemplate .pl0 {
    padding-left: 0px !important;
  }
  .cpTemplate .pl1 {
    padding-left: 5px !important;
  }
  .cpTemplate .pl2 {
    padding-left: 10px !important;
  }
  .cpTemplate .pl3 {
    padding-left: 14px !important;
  }
  .cpTemplate .pl4 {
    padding-left: 20px !important;
  }
  .cpTemplate .pl5 {
    padding-left: 25px !important;
  }
  .cpTemplate .pl6 {
    padding-left: 30px !important;
  }
  .cpTemplate .pl7 {
    padding-left: 35px !important;
  }
  .cpTemplate .pl8 {
    padding-left: 40px !important;
  }
  .cpTemplate .pl9 {
    padding-left: 45px !important;
  }
  .cpTemplate .pl10 {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 658px) {
  .cpTemplate .pb0 {
    padding-bottom: 0px !important;
  }
  .cpTemplate .pb1 {
    padding-bottom: 10px !important;
  }
  .cpTemplate .pb2 {
    padding-bottom: 20px !important;
  }
  .cpTemplate .pb3 {
    padding-bottom: 30px !important;
  }
  .cpTemplate .pb4 {
    padding-bottom: 40px !important;
  }
  .cpTemplate .pb5 {
    padding-bottom: 50px !important;
  }
  .cpTemplate .pb6 {
    padding-bottom: 60px !important;
  }
  .cpTemplate .pb7 {
    padding-bottom: 70px !important;
  }
  .cpTemplate .pb8 {
    padding-bottom: 80px !important;
  }
  .cpTemplate .pb9 {
    padding-bottom: 90px !important;
  }
  .cpTemplate .pb10 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 657px) {
  .cpTemplate .pb0 {
    padding-bottom: 0px !important;
  }
  .cpTemplate .pb1 {
    padding-bottom: 5px !important;
  }
  .cpTemplate .pb2 {
    padding-bottom: 10px !important;
  }
  .cpTemplate .pb3 {
    padding-bottom: 14px !important;
  }
  .cpTemplate .pb4 {
    padding-bottom: 20px !important;
  }
  .cpTemplate .pb5 {
    padding-bottom: 25px !important;
  }
  .cpTemplate .pb6 {
    padding-bottom: 30px !important;
  }
  .cpTemplate .pb7 {
    padding-bottom: 35px !important;
  }
  .cpTemplate .pb8 {
    padding-bottom: 40px !important;
  }
  .cpTemplate .pb9 {
    padding-bottom: 45px !important;
  }
  .cpTemplate .pb10 {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 658px) {
  .cpTemplate .pl0 {
    padding-right: 0px !important;
  }
  .cpTemplate .pl1 {
    padding-right: 10px !important;
  }
  .cpTemplate .pl2 {
    padding-right: 20px !important;
  }
  .cpTemplate .pl3 {
    padding-right: 30px !important;
  }
  .cpTemplate .pl4 {
    padding-right: 40px !important;
  }
  .cpTemplate .pl5 {
    padding-right: 50px !important;
  }
  .cpTemplate .pl6 {
    padding-right: 60px !important;
  }
  .cpTemplate .pl7 {
    padding-right: 70px !important;
  }
  .cpTemplate .pl8 {
    padding-right: 80px !important;
  }
  .cpTemplate .pl9 {
    padding-right: 90px !important;
  }
  .cpTemplate .pl10 {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 657px) {
  .cpTemplate .pl0 {
    padding-right: 0px !important;
  }
  .cpTemplate .pl1 {
    padding-right: 5px !important;
  }
  .cpTemplate .pl2 {
    padding-right: 10px !important;
  }
  .cpTemplate .pl3 {
    padding-right: 14px !important;
  }
  .cpTemplate .pl4 {
    padding-right: 20px !important;
  }
  .cpTemplate .pl5 {
    padding-right: 25px !important;
  }
  .cpTemplate .pl6 {
    padding-right: 30px !important;
  }
  .cpTemplate .pl7 {
    padding-right: 35px !important;
  }
  .cpTemplate .pl8 {
    padding-right: 40px !important;
  }
  .cpTemplate .pl9 {
    padding-right: 45px !important;
  }
  .cpTemplate .pl10 {
    padding-right: 50px !important;
  }
}
.cpTemplate .sp {
  display: none;
}
@media screen and (max-width: 657px) {
  .cpTemplate .pc {
    display: none;
  }
  .cpTemplate .sp {
    display: block;
  }
}
.cpTemplate .snsIcon, .cpTemplate .h1Text, .cpTemplate .contents {
  width: 960px;
  min-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 657px) {
  .cpTemplate .snsIcon, .cpTemplate .h1Text, .cpTemplate .contents {
    width: auto;
    min-width: 0;
  }
}
#wrapper .cpTemplate .column__item__inner, #wrapper .cpTemplate .column__item {
  *zoom: 1;
}
#wrapper .cpTemplate .column__item__inner:after, #wrapper .cpTemplate .column__item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* ### layout.scss ### */
.cpTemplate img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.cpTemplate *, .cpTemplate *:before, .cpTemplate *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 658px) {
  .cpTemplate a:hover, .cpTemplate a:hover img {
    text-decoration: none;
    opacity: 1;
  }
}
@media screen and (max-width: 657px) {
  .cpTemplate {
    line-height: 1.5;
  }
}
.cpTemplate .section {
  padding: 70px 0 0;
  background-color: white;
}
@media screen and (max-width: 657px) {
  .cpTemplate .section {
    padding-top: 30px;
  }
}
.cpTemplate .contents {
  padding: 0 0 70px;
}
@media screen and (max-width: 657px) {
  .cpTemplate .contents {
    padding: 0 2px 30px;
  }
}
.cpTemplate .contents {
  position: relative;
  line-height: 1.8;
  font-size: 15px;
}
@media screen and (max-width: 657px) {
  .cpTemplate .contents {
    font-size: 14px;
    line-height: 1.5;
  }
}
.cpTemplate .h1Text {
  text-align: right;
  margin-bottom: 10px;
}
.cpTemplate .mainVisual + .section {
  padding-top: 30px;
}
@media screen and (max-width: 657px) {
  .cpTemplate .mainVisual + .section {
    padding-bottom: 30px;
  }
}
.cpTemplate .campaignDate {
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
}
.cpTemplate .campaignDate__item {
  padding: 15px 80px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
@media screen and (max-width: 657px) {
  .cpTemplate .campaignDate__item {
    padding: 15px;
    width: 100%;
  }
}
.cpTemplate .campaignDate__item__title {
  padding-right: 15px;
}
@media screen and (max-width: 657px) {
  .cpTemplate .campaignDate__item__title {
    display: block;
  }
}
@media screen and (max-width: 657px) {
  .cpTemplate .campaignDate {
    bottom: 0;
    top: inherit;
    position: relative;
  }
}
.cpTemplate .snsIcon {
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 70px;
}
.cpTemplate .snsIcon li {
  display: inline-block;
  padding: 0 10px;
}
@media screen and (min-width: 658px) {
  .cpTemplate .snsIcon a:hover img {
    opacity: 0.7;
  }
}
.cpTemplate .snsIcon a img {
  transition: all 0.2s linear;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 657px) {
  .cpTemplate .snsIcon {
    position: relative;
    bottom: 0;
  }
}
.cpTemplate .snsShare {
  text-align: center;
  display: flex;
}
.cpTemplate .snsShare li {
  flex: 1;
}
.cpTemplate .snsShare li a {
  display: block;
  padding: 12px 0;
  color: #fff;
  transition: all 0.2s linear;
}
@media screen and (min-width: 658px) {
  .cpTemplate .snsShare li a:hover {
    opacity: 0.7;
  }
}
.cpTemplate .snsShare .fb {
  background: #3a5a98 url(/images/campaign/facebook.png) no-repeat 80px 50%;
  background-size: 35px auto;
}
.cpTemplate .snsShare .tw {
  background: #1da1f2 url(/images/campaign/twitter.png) no-repeat 80px 50%;
  background-size: 35px auto;
}
.cpTemplate .snsShare .line {
  background: #00b900 url(/images/campaign/line.png) no-repeat 80px 50%;
  background-size: 35px auto;
}

.cpTemplate {
  letter-spacing: 1.5px;
  /* textColor */
  /* title */
  /* bg */
  /* bg */
  /* list */
  /* button */
}
.cpTemplate .red {
  color: #f9423a;
}
.cpTemplate .red a {
  color: #f9423a;
}
.cpTemplate .headline2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 657px) {
  .cpTemplate .headline2 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
}
.cpTemplate .headline3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 657px) {
  .cpTemplate .headline3 {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}
.cpTemplate .headline4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 657px) {
  .cpTemplate .headline4 {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.cpTemplate .bgColor {
  background: #f1fbfe;
}
.cpTemplate .border {
  border: #bcbcbc 1px solid;
}
.cpTemplate .list li {
  text-indent: -1em;
  margin-left: 1em;
}
.cpTemplate .list li:before {
  content: "・";
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .tourColumn a:hover .button, .cpTemplate .button:hover {
    text-decoration: none;
    color: #f9423a;
    background-color: #fff;
  }
  #wrapper .cpTemplate .tourColumn a:hover .button:before, .cpTemplate .button:hover:before {
    border-top: 1px solid #f9423a;
    border-right: 1px solid #f9423a;
  }
}
.cpTemplate .button {
  text-align: center;
  line-height: 1;
  padding: 12px 0;
  border-radius: 4px 4px;
  background-color: #f9423a;
  border: #f9423a 1px solid;
  display: inline-block;
  width: 355px;
  color: #fff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  transition: all 0.2s linear;
}
@media screen and (max-width: 657px) {
  .cpTemplate .button {
    font-size: 14px;
    display: block;
    padding: 12px 0 12px 0;
    width: 100%;
    line-height: inherit;
  }
}
.cpTemplate .button:before {
  content: "";
  display: inline-block;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 657px) {
  .cpTemplate .button__medium {
    width: 90%;
  }
}
.cpTemplate .slideMenu_button.open {
  position: fixed;
  right: 5%;
  bottom: 2%;
  z-index: 999;
  width: 72px;
  height: 72px;
  background: #333;
  opacity: 0.8;
  border-radius: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.cpTemplate .slideMenu_button.open img {
  width: 25px;
  height: auto;
  margin-bottom: 5px;
}
.cpTemplate .slideMenu {
  display: block;
  position: fixed;
  background: #333;
  opacity: 0.95;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 5%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  color: white;
  text-align: center;
  font-size: 15px;
}
.cpTemplate .slideMenu .slideMenu_button.close {
  width: 40px;
  margin-bottom: 5%;
}
.cpTemplate .slideMenu .navigation {
  margin-bottom: 2%;
}
.cpTemplate .slideMenu .navigation a {
  color: white;
}
.cpTemplate .slideMenu .navigation a.current {
  background: white;
  color: #000;
}
.cpTemplate .slideMenu .navigation a.current:after {
  display: none;
}
.cpTemplate .slideMenu .area_link {
  margin-bottom: 5%;
}
.cpTemplate .slideMenu .area_link li {
  margin: 0 0 2%;
}
.cpTemplate .slideMenu .area_link li a {
  background: none;
  border: 1px solid;
  padding: 5% 0;
  border-radius: 0;
}
.cpTemplate .fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.cpTemplate button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#bodyWrapper {
  min-width: 960px;
}
@media screen and (max-width: 657px) {
  #bodyWrapper {
    min-width: inherit;
  }
}

#wrapper .cpTemplate {
  /* news */
  /* form */
  /* calendar */
  /* mainRead */
  /* navigation */
  /* column */
  /* tourColumn */
  /* guideline */
}
#wrapper .cpTemplate * {
  box-sizing: border-box;
}
#wrapper .cpTemplate img {
  vertical-align: top;
}
#wrapper .cpTemplate .news__item {
  line-height: 1;
}
#wrapper .cpTemplate .news__item:not(:first-child) {
  border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .news__item {
    line-height: 1.5;
  }
}
#wrapper .cpTemplate .news a {
  display: block;
  padding: 25px 15px;
  background: #fff;
  position: relative;
  transition: all 0.3s linear;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .news a {
    padding: 15px 45px 15px 15px;
  }
}
#wrapper .cpTemplate .news a:before {
  content: "";
  position: absolute;
  display: block;
  right: 55px;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  transform: rotate(45deg);
  margin: auto;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .news a:before {
    right: 20px;
  }
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .news a:hover {
    background: #f9423a;
    color: white;
  }
  #wrapper .cpTemplate .news a:hover:before {
    border-top: 1px solid white;
    border-right: 1px solid white;
  }
}
#wrapper .cpTemplate .news span {
  background: #f9423a;
  color: #fff;
  width: 190px;
  padding: 5px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s linear;
  margin-right: 15px;
  height: 25px;
  border: 1px solid white;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .news span {
    display: block;
    margin: -15px 0 5px -15px;
    padding: 5px 15px;
    height: auto;
  }
}
#wrapper .cpTemplate .form .form_select {
  display: flex;
}
#wrapper .cpTemplate .form .form_select_left, #wrapper .cpTemplate .form .form_select_right {
  border-radius: 4px;
  border: solid 1px #bcbcbc;
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
}
#wrapper .cpTemplate .form .form_select_left {
  background: white;
  flex: 0 0 860px;
}
#wrapper .cpTemplate .form .form_select_right {
  background: #f9423a;
  flex: 0 0 100px;
}
#wrapper .cpTemplate .form .form_select_right a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  color: white;
  font-size: 13px;
}
#wrapper .cpTemplate .form .form_select_right a img {
  width: 20px;
}
#wrapper .cpTemplate .form .form_select_right a em {
  flex: 0 0 100%;
  text-align: center;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .form .form_select {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  #wrapper .cpTemplate .form .form_select_left, #wrapper .cpTemplate .form .form_select_right {
    flex: 0 0 100%;
    height: auto;
    flex-wrap: wrap;
  }
  #wrapper .cpTemplate .form .form_select_left a, #wrapper .cpTemplate .form .form_select_right a {
    padding: 12px 0;
    display: block;
    text-align: center;
    font-size: 15px;
  }
}
#wrapper .cpTemplate .form .ui-datepicker {
  border: solid 1px #bcbcbc;
}
#wrapper .cpTemplate .form .ui-datepicker .ui-datepicker-header {
  border: none;
  background: #ffffff;
  color: #333;
  font-weight: normal;
  padding: 10px 0;
}
#wrapper .cpTemplate .form .ui-datepicker .ui-datepicker-header .ui-state-hover,
#wrapper .cpTemplate .form .ui-datepicker .ui-datepicker-header .ui-state-focas {
  border: none;
  background: #f9423a;
  opacity: 0.6;
}
#wrapper .cpTemplate .form .ui-datepicker .ui-datepicker-header .ui-state-hover .ui-icon,
#wrapper .cpTemplate .form .ui-datepicker .ui-datepicker-header .ui-state-focas .ui-icon {
  background-image: url(/tour/img/ui-icons_ffffff_256x240.png);
}
#wrapper .cpTemplate .form .ui-datepicker .ui-state-default {
  border: 1px solid #f9423a;
  background: #ffffff;
  font-weight: normal;
  color: #333;
  border-radius: 4px;
}
#wrapper .cpTemplate .form .ui-datepicker .ui-datepicker-next {
  background: #f9423a;
  right: 1px;
  top: 1px;
  cursor: pointer;
}
#wrapper .cpTemplate .form .ui-datepicker .ui-datepicker-prev {
  background: #f9423a;
  left: 1px;
  top: 1px;
}
#wrapper .cpTemplate .form .ui-datepicker .gcal-holiday {
  color: #f9423a;
}
#wrapper .cpTemplate .form .ui-datepicker .ui-state-active,
#wrapper .cpTemplate .form .ui-datepicker .ui-state-hover,
#wrapper .cpTemplate .form .ui-datepicker .ui-state-focas {
  background: #f9423a;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #f9423a;
}
#wrapper .cpTemplate .form .ui-datepicker th {
  font-weight: normal;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .form .ui-datepicker {
    width: 90%;
  }
  #wrapper .cpTemplate .form .ui-datepicker .ui-state-default {
    padding: 12px 0;
  }
}
#wrapper .cpTemplate .form input,
#wrapper .cpTemplate .form select,
#wrapper .cpTemplate .form .button {
  height: 100%;
}
#wrapper .cpTemplate .form input[type=text],
#wrapper .cpTemplate .form input[type=tel],
#wrapper .cpTemplate .form input[type=email],
#wrapper .cpTemplate .form input[type=password],
#wrapper .cpTemplate .form select {
  height: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 40px 10px 10px 10px;
  letter-spacing: 1.5px;
  font-size: 15px;
  cursor: pointer;
  background: none;
}
#wrapper .cpTemplate .form input[type=text]:focus,
#wrapper .cpTemplate .form input[type=tel]:focus,
#wrapper .cpTemplate .form input[type=email]:focus,
#wrapper .cpTemplate .form input[type=password]:focus,
#wrapper .cpTemplate .form select:focus {
  outline: 0;
}
#wrapper .cpTemplate .form input[type=text]:hover,
#wrapper .cpTemplate .form input[type=tel]:hover,
#wrapper .cpTemplate .form input[type=email]:hover,
#wrapper .cpTemplate .form input[type=password]:hover,
#wrapper .cpTemplate .form select:hover {
  background: #f0f0f0;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .form input[type=text],
#wrapper .cpTemplate .form input[type=tel],
#wrapper .cpTemplate .form input[type=email],
#wrapper .cpTemplate .form input[type=password],
#wrapper .cpTemplate .form select {
    background: url(/images/form/arrow_shita.png) no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 45px;
    background-size: 12px auto;
  }
}
#wrapper .cpTemplate .form #departure_place {
  display: none;
}
#wrapper .cpTemplate .form .destinationSelect,
#wrapper .cpTemplate .form .departureSelect,
#wrapper .cpTemplate .form .daysSelect {
  height: 100%;
  display: flex;
  position: relative;
}
#wrapper .cpTemplate .form .destinationSelect label,
#wrapper .cpTemplate .form .departureSelect label,
#wrapper .cpTemplate .form .daysSelect label {
  position: absolute;
  padding: 10px;
  font-size: 13px;
  left: 0;
}
#wrapper .cpTemplate .form .destinationSelect {
  flex: 0 0 55%;
  border-right: solid 1px #bcbcbc;
}
#wrapper .cpTemplate .form .destinationSelect select {
  font-size: 13px;
}
#wrapper .cpTemplate .form .destinationSelect #regionSelect {
  flex: 0 0 30%;
}
#wrapper .cpTemplate .form .departureSelect {
  flex: 0 0 20%;
  border-right: solid 1px #bcbcbc;
}
#wrapper .cpTemplate .form .departureSelect ::-moz-placeholder {
  color: #000;
}
#wrapper .cpTemplate .form .departureSelect :-ms-input-placeholder {
  color: #000;
}
#wrapper .cpTemplate .form .departureSelect ::placeholder {
  color: #000;
}
#wrapper .cpTemplate .form .daysSelect {
  flex: 0 0 25%;
}
#wrapper .cpTemplate .form .daysSelect select {
  flex: 0 0 20%;
}
#wrapper .cpTemplate .form .daysSelect p {
  padding: 40px 0 10px;
  display: flex;
  align-items: center;
}
#wrapper .cpTemplate .form #search_more {
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .form .destinationSelect,
#wrapper .cpTemplate .form .departureSelect,
#wrapper .cpTemplate .form .daysSelect {
    border: none;
    border-bottom: solid 1px #bcbcbc;
    flex: 0 0 100%;
    height: auto;
  }
  #wrapper .cpTemplate .form .daysSelect {
    justify-content: space-around;
  }
  #wrapper .cpTemplate .form #search_more {
    padding: 0 8px;
  }
}
#wrapper .cpTemplate .calendar {
  width: 100%;
}
#wrapper .cpTemplate .calendar tr td {
  border: solid 1px #bcbcbc;
  text-align: center;
  width: 14.3%;
}
#wrapper .cpTemplate .calendar tr td a {
  padding: 5% 0;
  display: block;
  transition: all 0.3s linear;
  border: solid 1px #f9423a;
  border-radius: 4px;
  background: white;
  margin: 8%;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .calendar tr td a:hover {
    background: #f9423a;
    color: white;
  }
}
#wrapper .cpTemplate .calendar tr th {
  font-weight: normal;
  background: none;
}
#wrapper .cpTemplate .calendar tr .disable {
  background: none;
}
#wrapper .cpTemplate .calendar tr:first-child th, #wrapper .cpTemplate .calendar tr:first-child td {
  border: none;
  border-bottom: solid 1px #bcbcbc;
  padding-bottom: 10px;
}
#wrapper .cpTemplate .calendar tr:last-child th, #wrapper .cpTemplate .calendar tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .calendar tr {
    font-size: 10px;
  }
  #wrapper .cpTemplate .calendar tr th {
    padding: 5px 0;
  }
  #wrapper .cpTemplate .calendar tr td a {
    font-size: 14px;
    padding: 25% 0;
    margin: 12%;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .mainRead {
    padding-left: 28px;
    padding-right: 28px;
  }
}
#wrapper .cpTemplate .navigation {
  zoom: 1;
  font-weight: bold;
}
#wrapper .cpTemplate .navigation:before, #wrapper .cpTemplate .navigation:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: ".";
}
#wrapper .cpTemplate .navigation:after {
  clear: both;
}
#wrapper .cpTemplate .navigation__title {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 30px;
}
#wrapper .cpTemplate .navigation__title span {
  padding: 5px 0 5px 30px;
  background: url(/images/campaign/icon_maker.png) no-repeat 0 50%;
  background-size: 17px auto;
}
#wrapper .cpTemplate .navigation a {
  color: #bcbcbc;
  display: block;
  position: relative;
  padding: 3px 0;
  transition: all 0.3s linear;
  height: 35px;
}
#wrapper .cpTemplate .navigation a:after {
  transition: all 0.3s linear;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 0%;
  background: #000;
  height: 1px;
  margin: auto;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .navigation a:after {
    bottom: 0;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .navigation a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }
}
#wrapper .cpTemplate .navigation .current {
  color: #000;
}
#wrapper .cpTemplate .navigation .current:after {
  width: 70%;
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .navigation a:hover {
    color: #000;
  }
  #wrapper .cpTemplate .navigation a:hover:after {
    width: 70%;
  }
}
#wrapper .cpTemplate .navigation__item {
  float: left;
  text-align: center;
  border-right: #bcbcbc 1px solid;
  margin-bottom: 40px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .navigation__item {
    margin-bottom: 0;
  }
}
#wrapper .cpTemplate .navigation__item:nth-child(1) {
  border-left: #bcbcbc 1px solid;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .navigation__item:nth-child(1) {
    border-left: none;
  }
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .navigation--pc-column3 .navigation__item {
    width: 33.3%;
  }
  #wrapper .cpTemplate .navigation--pc-column3 .navigation__item:nth-child(3n+1) {
    border-left: #bcbcbc 1px solid;
  }
  #wrapper .cpTemplate .navigation--pc-column4 .navigation__item {
    width: 25%;
  }
  #wrapper .cpTemplate .navigation--pc-column4 .navigation__item:nth-child(4n+1) {
    border-left: #bcbcbc 1px solid;
  }
  #wrapper .cpTemplate .navigation--pc-column5 .navigation__item {
    width: 20%;
  }
  #wrapper .cpTemplate .navigation--pc-column5 .navigation__item:nth-child(5n+1) {
    border-left: #bcbcbc 1px solid;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .navigation--sp-column2 .navigation__item {
    width: 50%;
  }
  #wrapper .cpTemplate .navigation--sp-column2 .navigation__item:nth-child(2n+1) {
    clear: both;
  }
  #wrapper .cpTemplate .navigation--sp-column2 .navigation__item:nth-child(2n) {
    border-right: none;
  }
  #wrapper .cpTemplate .navigation--sp-column3 .navigation__item {
    width: 33.3%;
  }
  #wrapper .cpTemplate .navigation--sp-column3 .navigation__item:nth-child(3n+1) {
    clear: both;
  }
  #wrapper .cpTemplate .navigation--sp-column3 .navigation__item:nth-child(3n) {
    border-right: none;
  }
  #wrapper .cpTemplate .navigation--sp-column4 .navigation__item {
    width: 25%;
  }
  #wrapper .cpTemplate .navigation--sp-column4 .navigation__item:nth-child(4n+1) {
    clear: both;
  }
  #wrapper .cpTemplate .navigation--sp-column4 .navigation__item:nth-child(4n) {
    border-right: none;
  }
  #wrapper .cpTemplate .navigation--sp-column5 .navigation__item {
    width: 20%;
  }
  #wrapper .cpTemplate .navigation--sp-column5 .navigation__item:nth-child(5n+1) {
    clear: both;
  }
  #wrapper .cpTemplate .navigation--sp-column5 .navigation__item:nth-child(5n) {
    border-right: none;
  }
}
#wrapper .cpTemplate .column {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#wrapper .cpTemplate .column:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .column:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .column-pc--column1 .column__item {
    width: 100%;
    float: none;
  }
  #wrapper .cpTemplate .column-pc--column1 .column__item a {
    display: block;
  }
  #wrapper .cpTemplate .column-pc--column1 .tourColumn__item__img {
    height: 300px;
  }
  #wrapper .cpTemplate .column-pc--column2 .column__item {
    width: 48.5%;
  }
  #wrapper .cpTemplate .column-pc--column2:before, #wrapper .cpTemplate .column-pc--column2:after {
    width: 48.5%;
  }
  #wrapper .cpTemplate .column-pc--column2 .tourColumn__item {
    width: 465px;
  }
  #wrapper .cpTemplate .column-pc--column2 .tourColumn__item .tourColumn__item__img {
    height: 290px;
  }
  #wrapper .cpTemplate .column-pc--column3 .column__item {
    width: 31.5%;
  }
  #wrapper .cpTemplate .column-pc--column3 .tourColumn__item {
    width: 320px;
  }
  #wrapper .cpTemplate .column-pc--column3 .tourColumn__item:nth-of-type(3n-1) {
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
  }
  #wrapper .cpTemplate .column-pc--column3 .tourColumn__item:last-child {
    margin-right: auto;
  }
  #wrapper .cpTemplate .column-pc--column3 .tourColumn__item .tourColumn__item__img {
    height: 200px;
  }
  #wrapper .cpTemplate .column-pc--column4 .column__item {
    width: 23%;
  }
  #wrapper .cpTemplate .column-pc--column5 .column__item {
    width: 20%;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .column-sp--column1 .column__item {
    width: 100%;
    float: none;
  }
  #wrapper .cpTemplate .column-sp--column2 .column__item {
    width: 48.5%;
  }
  #wrapper .cpTemplate .column-sp--column2 .tourColumn__item {
    width: 50%;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 0;
  }
  #wrapper .cpTemplate .column-sp--column2 .tourColumn__item__img {
    max-height: 95px;
  }
  #wrapper .cpTemplate .column-sp--column2 .tourColumn__item:nth-of-type(2n-1) {
    border-right: 1px solid #bcbcbc;
  }
  #wrapper .cpTemplate .column-sp--column2 .tourColumn__item .point {
    font-size: 11px;
    margin-bottom: 5px;
  }
  #wrapper .cpTemplate .column-sp--column2 .tourColumn__item__inner {
    font-size: 11px;
    padding: 15px 10px;
  }
  #wrapper .cpTemplate .column-sp--column2:before, #wrapper .cpTemplate .column-sp--column2:after {
    /* width: 48.5%; */
  }
  #wrapper .cpTemplate .column-sp--column3 .column__item {
    width: 31.5%;
  }
}
#wrapper .cpTemplate .column__item {
  background-color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .column__item {
    margin-bottom: 15px;
    width: 100%;
  }
}
#wrapper .cpTemplate .column__item__img {
  margin-bottom: 15px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .column__item__img {
    margin-bottom: 10px;
  }
}
#wrapper .cpTemplate .column__item__img img {
  vertical-align: bottom;
}
#wrapper .cpTemplate .column__item__txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .column__item__txt {
    margin-bottom: 10px;
  }
}
#wrapper .cpTemplate .column__item__button {
  text-align: center;
}
#wrapper .cpTemplate .column__item__button a {
  display: block;
  max-width: 100%;
}
#wrapper .cpTemplate .column__item--float {
  float: left;
  text-align: left;
}
#wrapper .cpTemplate .column__item--float:nth-child(1) {
  padding-right: 30px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .column__item--float:nth-child(1) {
    padding-right: 10px;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .column__item--float:nth-child(2) {
    float: none;
  }
}
#wrapper .cpTemplate .column__item__inner {
  padding: 0 15px 15px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .column__item__inner {
    padding: 0 10px 10px;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tabContents {
    padding-top: 20px;
    padding-bottom: 15px;
    overflow-y: scroll;
  }
}
#wrapper .cpTemplate .tabContents__more {
  text-align: center;
  font-weight: bold;
}
#wrapper .cpTemplate .tabContents__more a {
  position: relative;
  display: block;
  width: 304px;
  margin: 0 auto;
  padding: 17px 0 17px 22px;
  background-color: #3ba790;
  color: #fff;
  border-radius: 7px;
  font-size: 16px;
  text-align: left;
  border: 2px solid transparent;
  transition: 0.2s;
}
#wrapper .cpTemplate .tabContents__more a:hover {
  background-color: #fff;
  color: #3ba790;
  border: 2px solid #3ba790;
}
#wrapper .cpTemplate .tabContents__more a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
#wrapper .cpTemplate .tabContents__more a:hover:before {
  background-color: #3ba790;
}
#wrapper .cpTemplate .tabContents__more a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #3ba790;
  border-bottom: 5px solid transparent;
  box-sizing: border-box;
}
#wrapper .cpTemplate .tabContents__more a:hover:after {
  width: 0 !important;
  border-top: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 5px solid transparent;
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .tabContents__more a:hover:after {
    width: 100%;
  }
}
#wrapper .cpTemplate .tabContents__more_box {
  position: relative;
  border: solid 1px #bcbcbc;
  width: 80%;
  margin: 0 auto;
  border-radius: 8px;
}
#wrapper .cpTemplate .tabContents__more_box h3 {
  display: block;
  width: 50%;
  text-align: center;
  background: white;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
#wrapper .cpTemplate .tabContents__more_box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 30px 20px;
}
#wrapper .cpTemplate .tabContents__more_box ul li a {
  padding: 0 15px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #63666A;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  color: white;
  border: solid 1px #bcbcbc;
  transition: all 0.2s linear;
}
#wrapper .cpTemplate .tabContents__more_box ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 100px;
  margin-right: 15px;
  transition: all 0.2s linear;
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .tabContents__more_box ul li a:hover {
    color: #000;
    background: white;
  }
  #wrapper .cpTemplate .tabContents__more_box ul li a:hover:before {
    background: #f9423a;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tabContents__more {
    margin: 30px 0;
  }
  #wrapper .cpTemplate .tabContents__more_box {
    background: #bcbcbc;
    width: 90%;
  }
  #wrapper .cpTemplate .tabContents__more_box h3 {
    width: auto;
    background: no-repeat;
    position: initial;
    padding: 20px 0 0;
  }
  #wrapper .cpTemplate .tabContents__more_box ul {
    padding: 10px 4% 20px;
  }
  #wrapper .cpTemplate .tabContents__more_box ul li a {
    font-size: 12px;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    background: white;
    color: #000;
  }
  #wrapper .cpTemplate .tabContents__more_box ul li a:before {
    background: #f9423a;
  }
}
#wrapper .cpTemplate .tabContents__wrap .tabContents {
  display: none;
}
#wrapper .cpTemplate .tabContents__wrap .tabContents:first-child {
  display: block;
}
#wrapper .cpTemplate .tourColumn + .tabContents__more_box {
  margin-top: 40px;
}
#wrapper .cpTemplate .tourColumn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourColumn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0 20px;
    padding-bottom: 20px;
  }
}
#wrapper .cpTemplate .tourColumn__item {
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourColumn__item {
    line-height: 1.3;
    margin-bottom: 2px;
  }
}
#wrapper .cpTemplate .tourColumn__item a {
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 320px) {
  #wrapper .cpTemplate .tourColumn__item a {
    display: block;
  }
}
#wrapper .cpTemplate .tourColumn__item__img {
  overflow: hidden;
  position: relative;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourColumn__item__img {
    height: 200px;
    max-height: 200px;
  }
}
#wrapper .cpTemplate .tourColumn__item__img img {
  transition: all 0.3s linear;
  vertical-align: bottom;
  max-width: inherit;
  max-height: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourColumn__item__img img {
    position: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#wrapper .cpTemplate .tourColumn__item__inner {
  padding: 15px 15px;
  width: 100%;
}
#wrapper .cpTemplate .tourColumn__item__button {
  width: calc(100% - 40px);
  margin: auto 20px 15px;
  display: block;
  clear: both;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourColumn__item__button {
    margin: auto 10px 10px;
    width: calc(100% - 20px);
  }
}
#wrapper .cpTemplate .tourColumn__item__ttl {
  font-weight: normal;
  text-align: center;
  margin: 15px 0 10px;
  position: relative;
}
#wrapper .cpTemplate .tourColumn__item__ttl:before {
  content: "";
  width: 25%;
  height: 1px;
  background: #000;
  display: inline-block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}
#wrapper .cpTemplate .tourColumn__item__ttl:after {
  content: "";
  width: 25%;
  height: 1px;
  background: #000;
  display: inline-block;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourColumn__item__ttl {
    margin: 10px 0;
  }
  #wrapper .cpTemplate .tourColumn__item__ttl:before, #wrapper .cpTemplate .tourColumn__item__ttl:after {
    width: 10%;
  }
}
#wrapper .cpTemplate .tourColumn .point {
  margin-bottom: 10px;
  font-size: 14px;
}
#wrapper .cpTemplate .tourColumn .departures {
  padding: 5px 10px;
  border: 1px solid;
  border-top: 0;
  display: inline-block;
  margin: 0 5px 5px 0;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourColumn .departures {
    padding: 5px 10px;
    font-size: 12px;
  }
}
#wrapper .cpTemplate .tourColumn .title {
  border-top: #000 1px solid;
  margin-bottom: 10px;
  font-weight: bold;
}
#wrapper .cpTemplate .tourColumn h3 {
  font-size: 20px;
}
#wrapper .cpTemplate .tourColumn .day {
  display: inline-block;
}
#wrapper .cpTemplate .tourColumn .price {
  color: #f9423a;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
#wrapper .cpTemplate .tourColumn .price span {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
}
#wrapper .cpTemplate .tourColumn .comment {
  margin-bottom: 15px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourColumn .comment {
    margin-bottom: 5px;
  }
}
#wrapper .cpTemplate .tourColumn .concierge__img {
  float: right;
  margin: -10px 0 10px 10px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .tourColumn a:hover .tourColumn__item__img img {
    transform: scale(1.05);
  }
}
#wrapper .cpTemplate .tourColumn .favorite {
  padding-bottom: 55px;
}
#wrapper .cpTemplate .tourColumn .favorite .fav_btn {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: visible;
}
#wrapper .cpTemplate .tourColumn .favorite .fav_btn .button {
  background: white;
  color: #f9423a;
  padding: 0;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapper .cpTemplate .tourColumn .favorite .fav_btn .button:before {
  background: url(/images/common/heart.svg) no-repeat;
  border: none;
  transform: none;
  width: 30px;
  height: 24px;
  margin-right: 10px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourColumn .favorite .fav_btn .button:before {
    width: 22px;
    height: 18px;
    margin-right: 7px;
  }
}
#wrapper .cpTemplate .tourColumn .favorite .fav_btn:hover {
  opacity: 1;
}
#wrapper .cpTemplate .tourColumn .favorite .fav_btn:hover .button {
  background-color: #ffcfcd;
}
#wrapper .cpTemplate .tourColumn .favorite .fav_btn.finish {
  pointer-events: none;
}
#wrapper .cpTemplate .tourColumn .favorite .fav_btn.finish .button {
  color: #63666a;
  border: solid 1px #d2d2d2;
}
#wrapper .cpTemplate .tourColumn .favorite .fav_btn.finish .button:before {
  background: url(/images/common/heart_on.svg) no-repeat;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourColumn .point {
    margin-bottom: 10px;
    font-size: 13px;
  }
  #wrapper .cpTemplate .tourColumn .title {
    margin-bottom: 5px;
  }
  #wrapper .cpTemplate .tourColumn .price span {
    font-size: 25px;
  }
  #wrapper .cpTemplate .tourColumn .favorite {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourColumn__sp .tourColumn__item__img {
    width: 45%;
    position: absolute;
    margin: 0 10px 10px 0;
    max-height: 95px;
  }
  #wrapper .cpTemplate .tourColumn__sp .point {
    padding-left: 45%;
    margin: 0 0 10px 10px;
    height: 80px;
  }
  #wrapper .cpTemplate .tourColumn__sp .title {
    clear: both;
  }
  #wrapper .cpTemplate .tourColumn__sp .title h3 {
    font-size: 16px;
  }
  #wrapper .cpTemplate .tourColumn__sp .title .price {
    font-size: 16px;
  }
  #wrapper .cpTemplate .tourColumn__sp .title .price span {
    font-size: 22px;
  }
  #wrapper .cpTemplate .tourColumn__sp.swiper-wrapper {
    flex-wrap: inherit;
  }
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .tourColumn.column-pc--column1 .tourColumn__item__img {
    float: left;
    width: 50%;
  }
  #wrapper .cpTemplate .tourColumn.column-pc--column1 .tourColumn__item__inner {
    float: right;
    width: 50%;
  }
  #wrapper .cpTemplate .tourColumn.column-pc--column2 .box {
    zoom: 1;
  }
  #wrapper .cpTemplate .tourColumn.column-pc--column2 .box:before, #wrapper .cpTemplate .tourColumn.column-pc--column2 .box:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: ".";
  }
  #wrapper .cpTemplate .tourColumn.column-pc--column2 .box:after {
    clear: both;
  }
  #wrapper .cpTemplate .tourColumn.column-pc--column2 .box__left {
    width: 62%;
    float: left;
  }
  #wrapper .cpTemplate .tourColumn.column-pc--column2 .box__right {
    width: 38%;
    float: right;
    padding-left: 10px;
    border-left: #bcbcbc 1px solid;
  }
  #wrapper .cpTemplate .tourColumn.column-pc--column2 .box__right .comment {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourColumn.column-sp--column2 h3 {
    font-size: 14px;
  }
  #wrapper .cpTemplate .tourColumn.column-sp--column2 .price {
    font-size: 13px;
  }
  #wrapper .cpTemplate .tourColumn.column-sp--column2 .price span {
    font-size: 17px;
  }
  #wrapper .cpTemplate .tourColumn.column-sp--column2 .button {
    font-size: 12px;
  }
}
#wrapper .cpTemplate .guideline {
  max-height: 490px;
  overflow-y: scroll;
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .guideline {
    padding: 25px 15px;
    max-height: 300px;
    margin: 0 8px;
  }
}
#wrapper .cpTemplate .guideline__txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .guideline__txt {
    margin-bottom: 15px;
  }
}
#wrapper .cpTemplate .newContents {
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
  height: 300px;
  overflow: hidden;
  line-height: 1.5;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .newContents {
    height: auto;
    padding: 0 2px;
  }
}
#wrapper .cpTemplate .newContents .contents {
  padding-bottom: 0;
}
#wrapper .cpTemplate .newContents a {
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .newContents a {
    height: auto;
  }
}
#wrapper .cpTemplate .newContents a .bg-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  opacity: 0.6;
  background: #000;
}
#wrapper .cpTemplate .newContents a .bg-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .newContents a .bg-photo img {
    min-height: 0;
    opacity: 0.6;
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .newContents a:hover .bg-photo {
    transform: scale(1.05);
  }
  #wrapper .cpTemplate .newContents a:hover .newContents__inner:after {
    width: 90%;
  }
}
#wrapper .cpTemplate .newContents__inner {
  padding: 0 10px;
  z-index: 4;
  position: relative;
}
#wrapper .cpTemplate .newContents__inner:after {
  transition: all 0.3s linear;
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  width: 0%;
  background: white;
  height: 1px;
  margin: auto;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .newContents__inner {
    padding: 60px 10px;
  }
}
#wrapper .cpTemplate .newContents__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  display: inline-block;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .newContents__title {
    font-size: 18px;
  }
}
#wrapper .cpTemplate .newContents__title:before {
  content: "旬";
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  line-height: 64px;
  background: #f1fbfe;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  margin-right: 10px;
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .banner .column-pc--column3 .column__item {
    width: 33.3%;
  }
  #wrapper .cpTemplate .banner .column-pc--column3 .column__item__inner {
    height: 100px;
  }
}
#wrapper .cpTemplate .banner .column__item {
  width: 25%;
  background: #fff;
  border: 1px solid #bcbcbc;
  font-size: 13px;
  line-height: 1.3;
}
#wrapper .cpTemplate .banner .column__item:not(:first-child) {
  border-left: none;
}
#wrapper .cpTemplate .banner .column__item h4 {
  position: relative;
  padding-left: 15px;
}
#wrapper .cpTemplate .banner .column__item h4:before {
  content: "";
  position: absolute;
  display: block;
  left: -5px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  transform: rotate(45deg);
}
#wrapper .cpTemplate .banner .column__item p {
  margin-top: auto;
}
#wrapper .cpTemplate .banner .column__item__img {
  overflow: hidden;
}
#wrapper .cpTemplate .banner .column__item__img img {
  transition: all 0.3s linear;
}
#wrapper .cpTemplate .banner .column__item__inner {
  display: flex;
  flex-wrap: wrap;
  height: 120px;
}
#wrapper .cpTemplate .banner .column__item__inner:after {
  display: none;
}
#wrapper .cpTemplate .banner .column__item a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .banner .column__item a:hover {
    background: #f9423a;
  }
  #wrapper .cpTemplate .banner .column__item a:hover img {
    transform: scale(1.05);
  }
  #wrapper .cpTemplate .banner .column__item a:hover h4 {
    color: white;
  }
  #wrapper .cpTemplate .banner .column__item a:hover h4:before {
    border-top: 1px solid white;
    border-right: 1px solid white;
  }
  #wrapper .cpTemplate .banner .column__item a:hover p {
    color: white;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .banner .column__item {
    width: 50%;
    margin-bottom: 2px;
  }
  #wrapper .cpTemplate .banner .column__item__inner {
    height: 50px;
  }
  #wrapper .cpTemplate .banner .column__item__inner p {
    display: none;
  }
}
#wrapper .cpTemplate .area-search .column__item {
  width: 320px;
  height: 200px;
  margin-bottom: 1px;
}
#wrapper .cpTemplate .area-search .column__item a {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
  transition: all 0.3s linear;
  overflow: hidden;
}
#wrapper .cpTemplate .area-search .column__item a .button {
  width: auto;
  padding: 12px 10px;
  background: none;
  border: white 1px solid;
  margin: 0;
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .area-search .column__item a .button:hover {
    color: white;
  }
  #wrapper .cpTemplate .area-search .column__item a .button:hover:before {
    border-top: 1px solid white;
    border-right: 1px solid white;
  }
}
#wrapper .cpTemplate .area-search .column__item a span {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 90%;
}
#wrapper .cpTemplate .area-search .column__item a .bg-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: black;
  top: 0;
  left: 0;
}
#wrapper .cpTemplate .area-search .column__item a .bg-photo img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.3s linear;
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .area-search .column__item a:hover .bg-photo img {
    opacity: 1;
    transform: scale(1.05);
  }
  #wrapper .cpTemplate .area-search .column__item a:hover .button {
    background: white;
    border: #f9423a 1px solid;
    color: #f9423a;
  }
  #wrapper .cpTemplate .area-search .column__item a:hover .button:before {
    border-top: 1px solid #f9423a;
    border-right: 1px solid #f9423a;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .area-search .column__item {
    width: 50%;
    height: 16vh;
  }
  #wrapper .cpTemplate .area-search .column__item a .button {
    padding: 0;
    border: none;
    font-size: 12px;
  }
  #wrapper .cpTemplate .area-search .column__item a span {
    display: none;
  }
}
#wrapper .cpTemplate .price-search .button {
  width: 100%;
  border: 1px solid white;
}
@media screen and (min-width: 658px) {
  #wrapper .cpTemplate .price-search .button:hover {
    border: 1px solid #f9423a;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .price-search .column__item {
    margin-bottom: 2px;
  }
}

.fav_on {
  background: #ffcfcd;
  color: #000000;
  margin: auto;
  left: 0;
  right: 0;
  width: 60%;
  max-width: 250px;
}
.fav_on:after {
  border-color: #ffcfcd transparent transparent transparent;
}
@media screen and (max-width: 657px) {
  .fav_on {
    width: 90%;
  }
}

/* リンク切れツアー */
.close {
  position: absolute;
  width: 100%;
  top: 10%;
  z-index: 2;
  text-align: center;
}
.close .closeText {
  display: inline-block;
  color: #f9423a;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 657px) {
  .close .closeText {
    font-size: 13px;
  }
}
.close .exclamationIcon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 657px) {
  .close .exclamationIcon {
    width: 18px;
    height: 18px;
  }
}

.cpTemplate .contents {
  font-size: 16px;
  line-height: 1.6;
}

.cpTemplate .bgColor {
  padding: 70px 0;
}
@media screen and (max-width: 657px) {
  .cpTemplate .bgColor {
    padding: 30px 0 10px 0;
  }
}

#wrapper .cpTemplate .yel {
  color: #feff65;
}
#wrapper .cpTemplate .pnk {
  color: #fc457d;
}
#wrapper .cpTemplate .blu {
  color: #1d7cd6;
}
#wrapper .cpTemplate .grn {
  color: #dcfd00;
}
#wrapper .cpTemplate .button {
  width: 100%;
  max-width: 100%;
  position: relative;
  border: #f9423a 1px solid;
  position: relative;
  background: #f9423a;
  color: #fff;
}
#wrapper .cpTemplate .button:before {
  content: none;
}
#wrapper .cpTemplate .button a {
  letter-spacing: 0;
  color: #fff;
  padding: 10px 0;
  display: block;
}
#wrapper .cpTemplate .button a:after {
  content: "";
  display: inline-block;
  padding: 0;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform-origin: center;
  transform: rotate(45deg) translateX(-5px) translateY(5px);
  margin-left: 0;
  position: absolute;
  left: 97%;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .button {
    width: 100%;
  }
  #wrapper .cpTemplate .button a {
    padding: 0;
  }
  #wrapper .cpTemplate .button a:after {
    left: 95%;
    top: 17px;
  }
}
#wrapper .cpTemplate .button.more {
  width: 100%;
  max-width: 868px;
  position: relative;
  border: #63666a 1px solid;
  position: relative;
  background: #63666a;
  color: #fff;
}
#wrapper .cpTemplate .button.more:hover, #wrapper .cpTemplate .button.more:active {
  background: #fff;
  border: #f9423a 1px solid;
}
#wrapper .cpTemplate .button.more:hover a, #wrapper .cpTemplate .button.more:active a {
  color: #f9423a;
}
#wrapper .cpTemplate .button.more:hover a:after, #wrapper .cpTemplate .button.more:active a:after {
  border-top: solid 2px #f9423a;
  border-right: solid 2px #f9423a;
}
#wrapper .cpTemplate .button.more:after {
  content: "";
  display: block;
  background-image: url(../images/btn_shadow.png);
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  bottom: -10px;
  right: -10px;
}
#wrapper .cpTemplate .button.more:before {
  content: none;
}
#wrapper .cpTemplate .button.more a {
  color: #fff;
  display: block;
}
#wrapper .cpTemplate .button.more a:after {
  content: "";
  display: inline-block;
  padding: 0;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform-origin: center;
  transform: rotate(45deg) translateX(-5px) translateY(5px);
  margin-left: 0;
  position: absolute;
  left: 97%;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .button.more {
    width: 90%;
  }
  #wrapper .cpTemplate .button.more a {
    font-size: 3.5vw;
  }
  #wrapper .cpTemplate .button.more a:after {
    left: 96%;
    top: 0;
  }
}
#wrapper .cpTemplate .navArea {
  padding-top: 0;
  background: #fdff65;
}
#wrapper .cpTemplate .navArea:after {
  content: "";
  display: block;
  height: 24px;
  background: url(../images/jagged_yel_bottom.png) repeat-x #fff;
}
#wrapper .cpTemplate .navArea .contents {
  padding: 50px 0;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .navArea {
    padding-bottom: 0;
  }
  #wrapper .cpTemplate .navArea:after {
    background-size: 24px 12px;
    height: 12px;
  }
  #wrapper .cpTemplate .navArea .contents {
    padding: 30px 0;
  }
}
#wrapper .cpTemplate .navArea .nav {
  margin: 75px auto 0;
  color: #63666a;
  font-size: 16px;
  font-weight: bold;
}
#wrapper .cpTemplate .navArea .nav.column {
  width: 720px;
  margin: 0 auto 0;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .navArea .nav.column {
    width: 90%;
    margin-top: 0;
  }
}
#wrapper .cpTemplate .navArea .nav .column__item {
  margin: 0;
  position: relative;
  width: 152px;
  height: 154px;
  background: #fdff65;
}
#wrapper .cpTemplate .navArea .nav .column__item a {
  display: block;
}
#wrapper .cpTemplate .navArea .nav .column__item img {
  display: block;
  transform: rotate(-45deg);
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .navArea .nav .column__item {
    max-width: 25%;
    height: auto;
  }
  #wrapper .cpTemplate .navArea .nav .column__item img {
    max-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  #wrapper .cpTemplate .navArea .nav .column__item {
    width: 33%;
  }
}
#wrapper .cpTemplate .navArea .nav span.txt {
  line-height: 1.4;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .navArea .nav span.txt {
    width: 100%;
    font-size: 10px;
    line-height: 1;
    top: 20px;
  }
}
@media screen and (max-width: 320px) {
  #wrapper .cpTemplate .navArea .nav span.txt {
    top: 17px;
    font-size: 8px;
    font-weight: normal;
  }
}
#wrapper .cpTemplate .tour #special {
  padding: 30px 0 0;
}
#wrapper .cpTemplate .tour .headline2 {
  margin: 0 auto;
}
#wrapper .cpTemplate .tour .swiper-container {
  padding: 0 !important;
}
#wrapper .cpTemplate .tour #area {
  display: none;
}
#wrapper .cpTemplate .tour .tourColumn {
  flex-wrap: wrap;
}
#wrapper .cpTemplate .tour .tourColumn__item__button {
  width: calc(100% - 40px);
}
#wrapper .cpTemplate .tourBtn:before {
  content: "";
  height: 23px;
  display: block;
  background: url(../images/jagged_red_top.png) repeat-x #fff;
  margin-bottom: -1px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourBtn:before {
    background-size: 24px 12px;
    height: 12px;
  }
}
#wrapper .cpTemplate .tourBtn:after {
  content: "";
  height: 23px;
  display: block;
  background: url(../images/jagged_red_bottom.png) repeat-x #eee;
  margin-top: -1px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourBtn:after {
    background-size: 24px 12px;
    height: 12px;
  }
}
#wrapper .cpTemplate .tourBtn .btnArea {
  text-align: center;
  background: #f9423a;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
#wrapper .cpTemplate .tourBtn .btnArea .button.more {
  position: relative;
}
#wrapper .cpTemplate .tourBtn .btnArea .button.more:before {
  content: none;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourBtn .btnArea {
    padding: 40px 0;
  }
}
#wrapper .cpTemplate .service {
  background: #eee;
}
#wrapper .cpTemplate .service h2 {
  font-size: 50px;
}
#wrapper .cpTemplate .service h2 span.subtitle {
  background: #f9423a;
  color: #fff;
  font-size: 26px;
  padding: 2px 40px;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .service h2 {
    font-size: 20px;
    padding-top: 0;
    height: auto;
    margin-bottom: 30px;
  }
  #wrapper .cpTemplate .service h2 span.subtitle {
    font-size: 12px;
    padding: 2px 20px;
    margin-bottom: 10px;
  }
  #wrapper .cpTemplate .service h2 span.pc {
    display: none;
  }
}
#wrapper .cpTemplate .service .column__item:after {
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #f9423a;
  border-right: 1px solid #f9423a;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-right: 15px;
}
#wrapper .cpTemplate .service .column__item:hover, #wrapper .cpTemplate .service .column__item:active {
  opacity: 0.4;
}
#wrapper .cpTemplate .service .column__item a {
  width: 100%;
  display: flex;
  transition: all 0.3s linear;
  position: relative;
}
#wrapper .cpTemplate .service .column__item__left {
  background: white;
  width: 30%;
  padding: 20px;
  border: #f9423a solid 1px;
  border-right: #f9423a dotted 2px;
  border-left: solid 10px #f9423a;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .service .column__item__left {
    padding: 10px;
  }
}
#wrapper .cpTemplate .service .column__item__right {
  color: #f9423a;
  background: white;
  width: 70%;
  padding: 15px;
  border-radius: 8px;
  border: #f9423a solid 1px;
  border-left: none;
  font-size: 25px;
  line-height: 1.5;
}
#wrapper .cpTemplate .service .column__item__right h3 {
  font-family: ヒラギノ角ゴ オールド W6 JIS2004;
  display: flex;
  flex-wrap: wrap;
}
#wrapper .cpTemplate .service .column__item__right span {
  display: inline-block;
  background: #f9423a;
  color: white;
  font-size: 15px;
  border: solid 1px;
  border-radius: 50px;
  padding: 0 10px;
}
#wrapper .cpTemplate .service .column__item__right p {
  font-size: 13px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .service .column__item__right {
    font-size: 5.5vw;
  }
  #wrapper .cpTemplate .service .column__item__right span {
    font-size: 13px;
    border: none;
    color: #f9423a;
    background: none;
    padding: 0;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .service .column__item {
    width: 95%;
    margin: 0 auto 10px;
  }
}
#wrapper .cpTemplate .service:after {
  content: "";
  display: block;
  background: url(../images/jagged_gry_bottom.png) repeat-x #fff;
  height: 24px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .service:after {
    background: url(../images/jagged_gry_bottom.png) repeat-x #fff;
    background-size: 24px 12px;
    height: 12px;
  }
}
#wrapper .cpTemplate .ranking .contents {
  padding-bottom: 0;
}
#wrapper .cpTemplate .ranking .title {
  text-align: center;
  background: url(../images/category_ttl_bg.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
#wrapper .cpTemplate .ranking .title h2 {
  max-width: 960px;
  margin: 0 auto;
  font-family: ヒラギノ角ゴ オールド W6 JIS2004;
  font-size: 36px;
  background: url(../images/fukidashi_yel.png) no-repeat center;
  background-position: center top 30px;
  height: 390px;
  position: relative;
}
#wrapper .cpTemplate .ranking .title h2:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/rank_parts_pnk.svg) no-repeat;
  background-size: 13px 12px;
  width: 13px;
  height: 12px;
  right: 291px;
  top: 126px;
  z-index: 99;
}
#wrapper .cpTemplate .ranking .title h2 .subtitle {
  font-size: 20px;
  display: inline-block;
  background: #1d7cd6;
  color: #fff;
  padding: 2px 40px;
  margin: 70px 0 10px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .title {
    background: url(../images/category_ttl_bg_sp.png) no-repeat;
  }
  #wrapper .cpTemplate .ranking .title .titleInner {
    background: url(../images/fukidashi_yel.png) no-repeat center;
    background-size: 100%;
  }
  #wrapper .cpTemplate .ranking .title h2 {
    background: none;
    font-size: 20px;
    line-height: 1;
    height: 210px;
    width: 300px;
  }
  #wrapper .cpTemplate .ranking .title h2:after {
    background: url(../images/rank_parts_pnk.svg) no-repeat;
    background-size: 8px;
    width: 8px;
    height: 8px;
    right: 41px;
    top: 84px;
    z-index: 99;
  }
  #wrapper .cpTemplate .ranking .title h2 .subtitle {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 50px;
    padding: 2px 20px;
  }
}
#wrapper .cpTemplate .ranking .item .areaImg {
  position: relative;
}
#wrapper .cpTemplate .ranking .item .areaImg h3 {
  letter-spacing: 0;
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(10, 10, 10, 0.6);
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  font-family: ヒラギノ角ゴ オールド W6 JIS2004;
  padding: 14px 50px;
  line-height: 1;
}
#wrapper .cpTemplate .ranking .item .areaImg h3 span {
  font-size: 24px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .item .areaImg h3 {
    font-size: 18px;
    padding: 15px 10px;
  }
  #wrapper .cpTemplate .ranking .item .areaImg h3 span {
    font-size: 11px;
  }
}
#wrapper .cpTemplate .ranking .item .areaImg p.rank {
  position: absolute;
  top: 0;
  left: 40px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .item .areaImg p.rank {
    width: 60px;
    left: 15px;
  }
}
#wrapper .cpTemplate .ranking .item .fukidashi {
  position: relative;
  display: block;
  margin: 1.5em 46px;
  padding: 7px 10px;
  background: #fff;
  border: solid 2px #eee;
  border-radius: 20px;
}
#wrapper .cpTemplate .ranking .item .fukidashi:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
#wrapper .cpTemplate .ranking .item .fukidashi:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 13px solid #eee;
  z-index: 1;
}
#wrapper .cpTemplate .ranking .item .fukidashi .txt {
  text-align: center;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .item .fukidashi {
    font-size: 13px;
    border: none;
    padding: 0;
  }
  #wrapper .cpTemplate .ranking .item .fukidashi:before, #wrapper .cpTemplate .ranking .item .fukidashi:after {
    content: none;
  }
}
#wrapper .cpTemplate .ranking .item .column {
  padding: 0 46px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .item .column {
    padding: 0 8px;
  }
}
#wrapper .cpTemplate .ranking .item .recommend {
  padding: 20px 10px;
  background: url(../images/recommend_bg.jpg) no-repeat;
  width: 466px;
  min-height: 245px;
  background-size: 100%;
  margin-bottom: 0;
}
#wrapper .cpTemplate .ranking .item .recommend .title {
  font-size: 24px;
  background: url(../images/recommend_ttl_yel.svg) no-repeat;
  background-position: right 90px bottom 0;
  text-align: center;
  margin: 0 0 20px;
  height: 47px;
}
#wrapper .cpTemplate .ranking .item .recommend ul {
  font-size: 16px;
  letter-spacing: 0;
}
#wrapper .cpTemplate .ranking .item .recommend ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#wrapper .cpTemplate .ranking .item .recommend ul .maru {
  margin-right: 5px;
  background: #63666a;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .item .recommend ul .maru {
    height: 14px;
    width: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .item .recommend {
    background: url(../images/recommend_bg_sp.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 100%;
    height: auto;
    padding: 20px 0;
    margin-bottom: 20px !important;
  }
  #wrapper .cpTemplate .ranking .item .recommend .title {
    font-size: 18px;
    background-position: right 60px bottom 0;
    height: 37px;
    margin: 0 0 10px;
  }
  #wrapper .cpTemplate .ranking .item .recommend ul {
    font-size: 12px;
    margin: 0 10px;
  }
  #wrapper .cpTemplate .ranking .item .recommend ul li {
    margin-bottom: 5px;
  }
}
#wrapper .cpTemplate .ranking .item .info {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  border: #7f7f7f 1px solid;
  width: 45%;
  margin-bottom: 0;
}
#wrapper .cpTemplate .ranking .item .info dl {
  letter-spacing: 0;
}
#wrapper .cpTemplate .ranking .item .info dt {
  width: 30%;
  background: #63666a;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 5px 0 5px;
  border-bottom: 1px solid #fff;
}
#wrapper .cpTemplate .ranking .item .info dt:last-of-type {
  border-bottom: none;
}
#wrapper .cpTemplate .ranking .item .info dd {
  line-height: 1.2;
  width: 70%;
  background: #ffffee;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #7f7f7f;
}
#wrapper .cpTemplate .ranking .item .info dd.small {
  padding: 7px 10px;
}
#wrapper .cpTemplate .ranking .item .info dd .small {
  font-size: 12px;
}
#wrapper .cpTemplate .ranking .item .info dd:nth-of-type(even) {
  background: #ffffbb;
}
#wrapper .cpTemplate .ranking .item .info dd:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .item .info {
    width: 100%;
    font-size: 12px;
  }
  #wrapper .cpTemplate .ranking .item .info dt {
    padding: 14px 10px;
  }
  #wrapper .cpTemplate .ranking .item .info dd .small {
    font-size: 10px;
  }
}
#wrapper .cpTemplate .ranking .item .btnArea {
  margin-top: 0;
  text-align: center;
  padding: 0 46px;
}
#wrapper .cpTemplate .ranking .item .btnArea .column__item {
  margin-bottom: 0;
}
#wrapper .cpTemplate .ranking .item .btnArea a {
  color: #fff;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .item .btnArea {
    padding: 0 8px;
  }
  #wrapper .cpTemplate .ranking .item .btnArea .column__item {
    margin-bottom: 20px;
  }
}
#wrapper .cpTemplate .ranking .item .moreLink {
  color: #63666a;
  padding: 0 46px;
  text-align: right;
  font-weight: bold;
  margin: 15px 0 0;
}
#wrapper .cpTemplate .ranking .item .moreLink a {
  text-decoration: underline;
}
#wrapper .cpTemplate .ranking .item .moreLink a:active, #wrapper .cpTemplate .ranking .item .moreLink a:hover {
  color: #f9423a;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .item .moreLink {
    padding: 0 8px;
    font-size: 14px;
    margin-bottom: 35px;
  }
}
#wrapper .cpTemplate .ranking .column {
  padding: 0 46px;
}
#wrapper .cpTemplate .ranking .column__item {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .column {
    padding: 0;
    display: block;
    margin-top: 0;
  }
  #wrapper .cpTemplate .ranking .column__item {
    display: block;
    width: 100%;
  }
}
#wrapper .cpTemplate .ranking .column .item h3 {
  padding: 14px 20px;
  font-size: 24px;
}
#wrapper .cpTemplate .ranking .column .item h3 span {
  font-size: 16px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .column .item h3 {
    font-size: 18px;
    padding: 15px 10px;
  }
  #wrapper .cpTemplate .ranking .column .item h3 span {
    font-size: 11px;
  }
}
#wrapper .cpTemplate .ranking .column .item p.rank {
  left: 20px;
}
#wrapper .cpTemplate .ranking .column .item .fukidashi {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0;
  margin: 1.5em auto;
}
#wrapper .cpTemplate .ranking .column .item .fukidashi.fs13 {
  font-size: 13px;
  padding: 7px 5px;
}
#wrapper .cpTemplate .ranking .column .item dl dt {
  padding: 28px 10px;
}
#wrapper .cpTemplate .ranking .column .item dl dd {
  padding: 28px 10px;
}
#wrapper .cpTemplate .ranking .column .item .info {
  width: 98%;
  margin-right: 1%;
  margin-left: 1%;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .column .item .rank_text {
    padding: 0 8px;
  }
  #wrapper .cpTemplate .ranking .column .item .info {
    font-size: 12px;
  }
}
#wrapper .cpTemplate .ranking .column .btnArea {
  text-align: center;
  margin-top: 22px;
  padding: 0;
}
#wrapper .cpTemplate .ranking .column .btnArea .button {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .column .btnArea {
    padding: 0 10px;
  }
}
#wrapper .cpTemplate .ranking .column .moreLink {
  padding: 0;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .column .moreLink {
    padding: 0 8px;
  }
}
#wrapper .cpTemplate .ranking .btnArea.more {
  z-index: 1;
}
#wrapper .cpTemplate .ranking .btnArea.more .contents {
  z-index: 1;
  padding: 80px 46px;
  text-align: center;
}
#wrapper .cpTemplate .ranking .btnArea.more .button.more {
  position: relative;
  background: #f9423a;
  border: 1px solid #f9423a;
}
#wrapper .cpTemplate .ranking .btnArea.more .button.more:hover, #wrapper .cpTemplate .ranking .btnArea.more .button.more:active {
  background: #fff;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .btnArea.more .contents {
    padding: 40px 8px;
  }
  #wrapper .cpTemplate .ranking .btnArea.more .button.more {
    width: 96%;
  }
}
#wrapper .cpTemplate .ranking.lowcost {
  position: relative;
}
#wrapper .cpTemplate .ranking.lowcost .btnArea.more {
  background: #fdff65;
}
#wrapper .cpTemplate .ranking.lowcost .btnArea.more:before {
  content: "";
  display: block;
  height: 24px;
  background: url(../images/jagged_yel_top.png) repeat-x #fff;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking.lowcost .btnArea.more:before {
    background-size: 24px;
    height: 12px;
  }
}
#wrapper .cpTemplate .ranking.lowcost .btnArea.more:after {
  content: "";
  display: block;
  height: 24px;
  background: url(../images/jagged_yel_bottom.png) repeat-x #fff;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking.lowcost .btnArea.more:after {
    background-size: 24px;
    height: 12px;
  }
}
@media screen and (max-width: 789px) {
  #wrapper .cpTemplate .ranking.lowcost {
    background: none;
  }
  #wrapper .cpTemplate .ranking.lowcost .btnArea.more {
    background: #fdff65;
  }
}
#wrapper .cpTemplate .ranking.worldHeritage .title h2 {
  background: url(../images/fukidashi_blu.png) no-repeat center;
  color: #fff;
}
#wrapper .cpTemplate .ranking.worldHeritage .title h2:after {
  background: url(../images/rank_parts_yel.svg) no-repeat;
  background-size: 13px 12px;
  width: 13px;
  height: 12px;
  right: 384px;
  top: 123px;
}
#wrapper .cpTemplate .ranking.worldHeritage .title .subtitle {
  background: #feff65;
  color: #63666a;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking.worldHeritage .title {
    background-size: 100%;
  }
  #wrapper .cpTemplate .ranking.worldHeritage .title .titleInner {
    background: url(../images/fukidashi_blu.png) no-repeat center;
    background-size: 100%;
  }
  #wrapper .cpTemplate .ranking.worldHeritage .title h2 {
    background: none;
  }
  #wrapper .cpTemplate .ranking.worldHeritage .title h2:after {
    background-size: 8px;
    width: 8px;
    height: 8px;
    right: 96px;
    top: 79px;
  }
  #wrapper .cpTemplate .ranking.worldHeritage .title .subtitle {
    margin-top: 45px;
  }
}
#wrapper .cpTemplate .ranking.worldHeritage .recommend .title {
  background: url(../images/recommend_ttl_pnk.svg) no-repeat;
  background-position: right 90px bottom 0px;
  text-align: center;
  margin: 0 0 20px;
  height: 47px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking.worldHeritage .recommend .title {
    font-size: 18px;
    background-position: right 60px bottom 0;
    height: 37px;
    margin: 0 0 10px;
  }
}
#wrapper .cpTemplate .ranking.worldHeritage .recommend ul .maru {
  background: #1d7cd6;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking.worldHeritage .recommend ul .maru {
    height: 14px;
    width: 14px;
    line-height: 14px;
  }
}
#wrapper .cpTemplate .ranking.worldHeritage .item .info dt {
  background: #1d7cd6;
}
#wrapper .cpTemplate .ranking.worldHeritage .item .info dd {
  color: #1d7cd6;
  border-bottom: #1d7cd6 solid 1px;
  background: #f4f9fe !important;
}
#wrapper .cpTemplate .ranking.worldHeritage .item .info dd:nth-of-type(even) {
  background: #e5f1fc !important;
}
#wrapper .cpTemplate .ranking.worldHeritage .item .info dd:last-of-type {
  border-bottom: none;
}
#wrapper .cpTemplate .ranking.worldHeritage .button.more .button {
  margin-bottom: 20px;
}
#wrapper .cpTemplate .ranking.worldHeritage .btnArea.more {
  background: #1d7cd6;
}
#wrapper .cpTemplate .ranking.worldHeritage .btnArea.more:before {
  content: "";
  display: block;
  height: 24px;
  background: url(../images/jagged_blu_top.png) repeat-x #fff;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking.worldHeritage .btnArea.more:before {
    background-size: 24px;
    height: 12px;
  }
}
#wrapper .cpTemplate .ranking.worldHeritage .btnArea.more:after {
  content: "";
  display: block;
  height: 24px;
  background: url(../images/jagged_blu_bottom.png) repeat-x #fff;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking.worldHeritage .btnArea.more:after {
    background-size: 24px;
    height: 12px;
  }
}
#wrapper .cpTemplate .ranking.worldHeritage .btnArea.more .button.more {
  margin-bottom: 40px;
  display: block;
}
#wrapper .cpTemplate .ranking.worldHeritage .btnArea.more .button.more:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking.worldHeritage .btnArea.more .button.more {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 789px) {
  #wrapper .cpTemplate .ranking.worldHeritage .btnArea.more {
    background: none;
  }
  #wrapper .cpTemplate .ranking.worldHeritage .btnArea.more:before {
    margin-bottom: -1px;
  }
  #wrapper .cpTemplate .ranking.worldHeritage .btnArea.more:after {
    margin-top: -1px;
  }
  #wrapper .cpTemplate .ranking.worldHeritage .btnArea.more .contents {
    background: #1d7cd6;
  }
}
#wrapper .cpTemplate .ranking.firstTrip .title h2 {
  background: url(../images/fukidashi_grn.png) no-repeat center;
  color: #fff;
}
#wrapper .cpTemplate .ranking.firstTrip .title h2 .deco {
  position: relative;
}
#wrapper .cpTemplate .ranking.firstTrip .title h2:after {
  content: "";
  position: absolute;
  background: url(../images/rank_parts_pnk.svg) no-repeat;
  background-size: 13px 12px;
  width: 13px;
  height: 12px;
  right: 366px;
  top: 126px;
}
#wrapper .cpTemplate .ranking.firstTrip .title .subtitle {
  background: #fc457d;
  color: #fff;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking.firstTrip .title {
    background-size: 100%;
  }
  #wrapper .cpTemplate .ranking.firstTrip .title .titleInner {
    background: url(../images/fukidashi_grn.png) no-repeat center;
    background-size: 100%;
  }
  #wrapper .cpTemplate .ranking.firstTrip .title h2 {
    background: none;
  }
  #wrapper .cpTemplate .ranking.firstTrip .title h2:after {
    background-size: 8px;
    width: 8px;
    height: 8px;
    top: 84px;
    right: 85px;
  }
}
#wrapper .cpTemplate .ranking.firstTrip .recommend .title {
  background: url(../images/recommend_ttl_ygrn.svg) no-repeat;
  background-position: right 90px bottom 0px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking.firstTrip .recommend .title {
    font-size: 18px;
    background-position: right 60px bottom 0;
    height: 37px;
    margin: 0 0 10px;
  }
}
#wrapper .cpTemplate .ranking.firstTrip .recommend ul .maru {
  background: #3ba790;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking.firstTrip .recommend ul .maru {
    height: 14px;
    width: 14px;
    line-height: 14px;
  }
}
#wrapper .cpTemplate .ranking.firstTrip .item .info {
  background: #3ba790;
  border: #3ba790 1px solid;
}
#wrapper .cpTemplate .ranking.firstTrip .item .info dt {
  background: #3ba790;
}
#wrapper .cpTemplate .ranking.firstTrip .item .info dd {
  color: #3ba790;
  border-bottom: #3ba790 solid 1px;
  background: #f6fcfb !important;
}
#wrapper .cpTemplate .ranking.firstTrip .item .info dd:nth-of-type(even) {
  background: #e9f7f4 !important;
}
#wrapper .cpTemplate .ranking.firstTrip .item .info dd:last-of-type {
  border-bottom: none;
}
#wrapper .cpTemplate .ranking.firstTrip .btnArea.more {
  background: #3ba790;
  position: relative;
  z-index: 1;
}
#wrapper .cpTemplate .ranking.firstTrip .btnArea.more:before {
  content: "";
  display: block;
  height: 24px;
  background: url(../images/jagged_grn_top.png) repeat-x #fff;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking.firstTrip .btnArea.more:before {
    background-size: 24px;
    height: 12px;
  }
}
#wrapper .cpTemplate .ranking.firstTrip .btnArea.more:after {
  content: "";
  display: block;
  height: 24px;
  background: url(../images/jagged_grn_bottom.png) repeat-x #fff;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking.firstTrip .btnArea.more:after {
    background-size: 24px;
    height: 12px;
  }
}
#wrapper .cpTemplate .ranking.firstTrip .btnArea.more .button.more {
  position: relative;
}
#wrapper .cpTemplate .ranking.firstTrip .btnArea.more .button.more:after {
  content: "";
  display: block;
  background-image: url(../images/btn_shadow.png);
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  bottom: -10px;
  right: -10px;
}
@media screen and (max-width: 789px) {
  #wrapper .cpTemplate .ranking.firstTrip .btnArea.more {
    background: none;
  }
  #wrapper .cpTemplate .ranking.firstTrip .btnArea.more:before {
    margin-bottom: -1px;
  }
  #wrapper .cpTemplate .ranking.firstTrip .btnArea.more:after {
    margin-top: -1px;
  }
  #wrapper .cpTemplate .ranking.firstTrip .btnArea.more .contents {
    background: #3ba790;
  }
}
#wrapper .cpTemplate .plan .contents {
  padding: 0 50px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .plan .contents {
    padding: 0 15px;
  }
}
#wrapper .cpTemplate .plan .title {
  text-align: center;
  background: url(../images/category_ttl_bg.png) no-repeat;
  background-position: center;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .plan .title {
    background: none;
  }
}
#wrapper .cpTemplate .plan h2.headline2 {
  font-size: 40px;
  height: 325px;
  padding-top: 100px;
  margin-bottom: 0;
}
#wrapper .cpTemplate .plan h2.headline2 span {
  background: #f9423a;
  color: #fff;
  font-size: 26px;
  padding: 2px 40px;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .plan h2.headline2 {
    font-size: 20px;
    padding-top: 80px;
    margin-top: -40px;
    height: auto;
    margin-bottom: 30px;
  }
  #wrapper .cpTemplate .plan h2.headline2 span {
    font-size: 12px;
    padding: 2px 20px;
    margin-bottom: 10px;
  }
}
#wrapper .cpTemplate .plan#cashback {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .plan#cashback {
    width: auto;
  }
}
#wrapper .cpTemplate .plan#cashback p {
  margin-bottom: 20px;
  padding: 0 20px;
}
#wrapper .cpTemplate .plan .item {
  color: #7f7f7f;
  max-width: 860px;
  background: #f8f8f8;
  margin: 0 auto 130px;
  padding-bottom: 45px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .plan .item {
    margin-bottom: 60px;
  }
}
#wrapper .cpTemplate .plan .item h3 {
  padding: 60px 60px 0;
  font-size: 30px;
  letter-spacing: 0;
}
#wrapper .cpTemplate .plan .item h3:before {
  content: "Q. ";
  color: #3ba790;
  font-size: 30px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .plan .item h3 {
    font-size: 16px;
  }
  #wrapper .cpTemplate .plan .item h3:before {
    font-size: 16px;
  }
}
#wrapper .cpTemplate .plan .item p {
  font-size: 20px;
  padding: 0 60px 40px 60px;
  text-indent: -1.5em;
  margin-left: 2em;
  letter-spacing: 0;
}
#wrapper .cpTemplate .plan .item p:before {
  content: "A. ";
  color: #fc457d;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .plan .item p {
    font-size: 13px;
  }
  #wrapper .cpTemplate .plan .item p:before {
    font-size: 13px;
  }
}
#wrapper .cpTemplate .plan .item figure {
  max-width: 600px;
  margin: 0 auto;
}
#wrapper .cpTemplate .plan .item figure img {
  width: 100% !important;
  height: auto;
  max-width: 600px;
}
#wrapper .cpTemplate .plan .item.item1 {
  position: relative;
}
#wrapper .cpTemplate .plan .item.item1:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/tape_yel_l.png) no-repeat;
  background-size: 176px 159px;
  width: 176px;
  height: 159px;
  top: -60px;
  left: -40px;
}
#wrapper .cpTemplate .plan .item.item1:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/tape_yel_r.png) no-repeat;
  background-size: 182px 163px;
  width: 182px;
  height: 163px;
  top: -60px;
  right: -40px;
}
#wrapper .cpTemplate .plan .item.item1 figure {
  margin: 0 auto;
  max-width: 624px;
}
#wrapper .cpTemplate .plan .item.item1 figure img {
  max-width: 100%;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .plan .item.item1:before {
    background: url(../images/tape_yel_l_sp.png) no-repeat;
    background-size: 77px 46px;
    width: 77px;
    height: 46px;
    top: -10px;
    left: -10px;
  }
  #wrapper .cpTemplate .plan .item.item1:after {
    background: url(../images/tape_yel_r_sp.png) no-repeat;
    background-size: 78px 50px;
    width: 78px;
    height: 50px;
    top: -10px;
    right: -10px;
  }
  #wrapper .cpTemplate .plan .item.item1 figure {
    max-width: 200px;
    margin: 0 auto;
  }
}
#wrapper .cpTemplate .plan .item.item2 {
  position: relative;
  padding-bottom: 94px;
}
#wrapper .cpTemplate .plan .item.item2 figure {
  max-width: 482px;
  margin: 0 auto 36px;
}
#wrapper .cpTemplate .plan .item.item2:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/tape_grn_l.png) no-repeat;
  background-size: 223px 93px;
  width: 223px;
  height: 93px;
  bottom: -50px;
  left: -40px;
}
#wrapper .cpTemplate .plan .item.item2:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/tape_grn_r.png) no-repeat;
  background-size: 228px 114px;
  width: 228px;
  height: 114px;
  top: -50px;
  right: -40px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .plan .item.item2 {
    padding-bottom: 40px;
  }
  #wrapper .cpTemplate .plan .item.item2 figure {
    max-width: 184px;
    margin: 0 auto 36px;
  }
  #wrapper .cpTemplate .plan .item.item2:before {
    background: url(../images/tape_grn_l_sp.png) no-repeat;
    background-size: 111px 46px;
    height: 46px;
    width: 111px;
    bottom: -20px;
    left: -10px;
  }
  #wrapper .cpTemplate .plan .item.item2:after {
    background: url(../images/tape_grn_r_sp.png) no-repeat;
    background-size: 105px 53px;
    width: 105px;
    height: 53px;
    top: -20px;
    right: -10px;
  }
}
#wrapper .cpTemplate .plan .item.item3 {
  position: relative;
  margin-bottom: 10px;
}
#wrapper .cpTemplate .plan .item.item3:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/tape_blu_l.png) no-repeat;
  background-size: 345px 174px;
  width: 345px;
  height: 174px;
  bottom: -90px;
  left: -120px;
}
#wrapper .cpTemplate .plan .item.item3:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/tape_blu_r.png) no-repeat;
  background-size: 346px 168px;
  width: 346px;
  height: 168px;
  top: -60px;
  right: -40px;
}
#wrapper .cpTemplate .plan .item.item3 figure {
  max-width: 650px;
}
#wrapper .cpTemplate .plan .item.item3 figure img {
  max-width: 100%;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .plan .item.item3:before {
    background: url(../images/tape_blu_l_sp.png) no-repeat;
    background-size: 111px 46px;
    height: 46px;
    width: 111px;
    bottom: -20px;
    left: -10px;
  }
  #wrapper .cpTemplate .plan .item.item3:after {
    background: url(../images/tape_blu_r_sp.png) no-repeat;
    background-size: 105px 53px;
    width: 105px;
    height: 53px;
    top: -20px;
    right: -10px;
  }
  #wrapper .cpTemplate .plan .item.item3 figure {
    max-width: 310px;
    margin: 0 auto;
  }
  #wrapper .cpTemplate .plan .item.item3 figure img {
    max-width: 100%;
  }
}
#wrapper .cpTemplate .plan .item .onePoint {
  padding: 0 70px;
}
#wrapper .cpTemplate .plan .item .onePoint dt {
  font-size: 28px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#wrapper .cpTemplate .plan .item .onePoint dt img {
  margin-right: 10px;
}
#wrapper .cpTemplate .plan .item .onePoint dd {
  font-size: 18px;
}
#wrapper .cpTemplate .plan .item .onePoint img {
  width: 31px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .plan .item h3 {
    padding: 37px 12px 0;
    font-size: 16px;
  }
  #wrapper .cpTemplate .plan .item p {
    padding: 0 12px 20px;
    font-size: 13px;
  }
  #wrapper .cpTemplate .plan .item figure {
    width: 90%;
    margin-right: 10px;
  }
  #wrapper .cpTemplate .plan .item .onePoint {
    padding: 0 12px;
  }
  #wrapper .cpTemplate .plan .item .onePoint dt {
    font-size: 16px;
  }
  #wrapper .cpTemplate .plan .item .onePoint dd {
    font-size: 13px;
  }
}
#wrapper .cpTemplate .plan .note {
  padding-bottom: 130px;
  font-size: 12px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .plan .note {
    margin-top: 30px;
    padding-bottom: 60px;
    font-size: 10px;
  }
}
#wrapper .cpTemplate #experience {
  background: url(/special/student/images/ordermade_bg.jpg) no-repeat;
  background-size: cover;
}
#wrapper .cpTemplate #experience h2.headline2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}
#wrapper .cpTemplate #experience h2.headline2 span {
  background: #f9423a;
  font-size: 26px;
  padding: 2px 40px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate #experience h2.headline2 {
    padding-top: 80px;
    margin-top: -40px;
    font-size: 20px;
  }
  #wrapper .cpTemplate #experience h2.headline2 span {
    font-size: 12px;
  }
}
#wrapper .cpTemplate #experience .grad-wrap {
  position: relative;
}
#wrapper .cpTemplate #experience .grad-wrap .grad-btn {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: #1d7cd6;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
#wrapper .cpTemplate #experience .grad-wrap .grad-btn:hover {
  cursor: pointer;
}
#wrapper .cpTemplate #experience .grad-item {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  height: 1422px; /*隠した状態の高さ*/
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate #experience .grad-item {
    height: 2200px;
  }
}
#wrapper .cpTemplate #experience .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0; /*グラデーションで隠す高さ*/
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}
#wrapper .cpTemplate #experience .grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
#wrapper .cpTemplate #experience .grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
#wrapper .cpTemplate #experience .grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
#wrapper .cpTemplate #experience .grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
#wrapper .cpTemplate #experience .report li {
  background: #fff;
  max-width: 860px;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate #experience .report li {
    width: 96%;
    padding-top: 10px;
  }
}
#wrapper .cpTemplate #experience .report h3 {
  color: #fff;
  position: absolute;
  top: -13px;
  padding: 4px 10px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate #experience .report h3 {
    font-size: 14px;
    position: inherit;
    top: 0;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
#wrapper .cpTemplate #experience .report .inner {
  padding: 10px 20px 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate #experience .report .inner {
    display: block;
  }
}
#wrapper .cpTemplate #experience .report h4.headline4 {
  font-size: 20px;
  padding: 30px 20px 0;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate #experience .report h4.headline4 {
    padding-top: 10px;
    font-size: 18px;
  }
}
#wrapper .cpTemplate #experience .report .summary.pc {
  padding: 0 20px;
}
#wrapper .cpTemplate #experience .report_profile {
  letter-spacing: 0;
  width: auto;
}
#wrapper .cpTemplate #experience .report_profile .report_img {
  width: 76px;
  margin: 0 auto 5px;
}
#wrapper .cpTemplate #experience .report_profile p:last-of-type {
  margin-left: 5px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate #experience .report_profile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  #wrapper .cpTemplate #experience .report_profile .report_img {
    width: 30%;
  }
  #wrapper .cpTemplate #experience .report_profile p:last-of-type {
    width: 70%;
  }
}
#wrapper .cpTemplate #experience .report_photo {
  width: 240px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate #experience .report_photo {
    width: 100%;
  }
}
#wrapper .cpTemplate #experience .report .icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
}
#wrapper .cpTemplate #experience .report .column__item__txt {
  width: 560px;
  margin-bottom: 0;
  padding: 0 20px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate #experience .report .column__item__txt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 0;
  }
}
#wrapper .cpTemplate #experience .report_pink h3 {
  background: #fc457d;
}
#wrapper .cpTemplate #experience .report_blue h3 {
  background: #1d7cd6;
}
#wrapper .cpTemplate #experience .report_red h3 {
  background: #f9423a;
}
#wrapper .cpTemplate #experience .report_green h3 {
  background: #3ba790;
}

.tourColumn__item.column__item div:first-child {
  width: 100%;
}

h4.title02 {
  height: 154px;
}

#wrapper .cpTemplate .tour .tourColumn__item__button {
  width: calc(100% - 20px);
}
#wrapper .cpTemplate .service h2 {
  margin-bottom: 16px;
}
#wrapper .cpTemplate .service h2 span.subtitle {
  padding: 2px 10px 2px 20px;
  margin-bottom: 0;
}

.column.column-pc--column2.mt3 .column__item {
  margin: auto;
}

.moreLinkTour {
  width: 17em;
  margin: 24px auto 0;
  font-weight: bold;
}
.moreLinkTour a:hover {
  color: #f9423a;
}

.ranking .f-old p {
  font-size: 14px;
  margin: 0 2% 24px;
}

.recommend.column__item.mb0 p span {
  font-size: 13px;
  font-weight: bold;
}

#wrapper .cpTemplate .service {
  padding: 0;
}
#wrapper .cpTemplate .service:before {
  content: "";
  display: block;
  background: url(../images/jagged_gry_top.png) repeat-x #fff;
  background-size: 24px 12px;
  height: 12px;
}
#wrapper .cpTemplate .service .contents {
  padding: 16px 0;
}
#wrapper .cpTemplate .service .contents.title {
  margin-top: 16px;
}
#wrapper .cpTemplate .ranking .item .areaImg h3 span {
  font-size: 11px;
}
#wrapper .cpTemplate .ranking .item .column {
  padding: 16px 8px 0;
}
#wrapper .cpTemplate .column:not(:first-child) {
  margin-top: 24px;
}
#wrapper .cpTemplate .ranking .item .info {
  margin-bottom: 16px;
}
#wrapper .cpTemplate .ranking .column__item .info {
  margin: 0;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .ranking .column__item .info {
    margin: 16px 0;
  }
}
#wrapper .cpTemplate .ranking .item .info dt {
  width: 35%;
}
#wrapper .cpTemplate .ranking .item .info dd {
  width: 65%;
}
#wrapper .cpTemplate .ranking .item .info dt, #wrapper .cpTemplate .ranking .item .info dd {
  height: 36px;
}
#wrapper .cpTemplate .ranking .column__item .info dt, #wrapper .cpTemplate .ranking .column__item .info dd {
  height: 36px;
}
#wrapper .cpTemplate .ranking .item .recommend {
  display: block;
  padding: 20px 16px;
  border: 1px solid #ccc;
  background-size: cover;
}
#wrapper .cpTemplate .ranking .item .recommend .title {
  font-weight: bold;
  background-position: right 40px bottom 0;
}
#wrapper .cpTemplate .ranking .item .moreLink {
  margin: 24px auto;
  text-align: center;
  line-height: 32px;
}
#wrapper .cpTemplate .ranking .column__item .moreLink {
  margin: 24px auto;
  text-align: center;
  line-height: 32px;
}

@media screen and (max-width: 320px) {
  #wrapper .cpTemplate .tourColumn__item__inner {
    padding: 15px 4%;
  }
  #wrapper .cpTemplate .tourColumn .departures {
    font-size: 10px;
  }
  #wrapper .cpTemplate .tourColumn .day .title p {
    font-size: 12px;
  }
  h4.title02 {
    height: 170px;
  }
}
@media screen and (max-width: 360px) {
  h4.title02 {
    height: 120px;
  }
}
@media screen and (max-width: 375px) {
  h4.title02 {
    height: 110px;
  }
}
@media screen and (min-width: 410px) {
  h4.title02 {
    height: 90px;
  }
}
@media screen and (min-width: 658px) {
  h4.title02 {
    height: 90px;
  }
  #wrapper .cpTemplate .tour .tourColumn__item__button {
    width: calc(100% - 40px);
  }
  #wrapper .cpTemplate .service h2 span.subtitle {
    padding: 10px 10px 10px 20px;
  }
  .ranking .f-old p {
    font-size: 16px;
    margin: 0 0 24px 0;
  }
  #wrapper .cpTemplate .service:before {
    background-size: 48px 24px;
    height: 24px;
  }
  #wrapper .cpTemplate .ranking .item .areaImg h3 span {
    font-size: 13px;
  }
  #wrapper .cpTemplate .ranking .item .areaImg h3 span:first-child {
    font-size: 20px;
  }
  #wrapper .cpTemplate .ranking .item .column {
    padding: 24px 46px 0;
  }
  #wrapper .cpTemplate .ranking .item .info {
    margin-bottom: unset;
  }
  #wrapper .cpTemplate .ranking .item .info dt, #wrapper .cpTemplate .ranking .item .info dd {
    height: 65px;
    padding: 0 8px;
  }
  #wrapper .cpTemplate .ranking .column__item .info dt, #wrapper .cpTemplate .ranking .column__item .info dd {
    height: 36px;
  }
  #wrapper .cpTemplate .ranking .item .recommend {
    padding: 20px 24px;
  }
  #wrapper .cpTemplate .ranking .item .recommend .title {
    background-position: right 48px bottom 0;
  }
  .moreLink.moreLinkColumn2 a {
    margin: 0 48px;
  }
  #wrapper .cpTemplate .ranking .item .moreLink br {
    display: none;
  }
  #wrapper .cpTemplate .ranking .column__item .moreLink br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  h4.title02 {
    height: 110px;
  }
  .relationInfo ul li a {
    padding: 0 0 30px 0 !important;
  }
  .relationInfo ul li:first-child a {
    padding: 0 !important;
  }
}
.relationInfo .lBanner li {
  width: 100%;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 77%;
  z-index: 1000;
}
#page-top img {
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
}
@media screen and (max-width: 657px) {
  #page-top {
    bottom: 80px;
    right: 10px;
  }
}

.departurelist {
  display: flex;
  width: 960px;
  margin: 30px auto 0;
}
@media screen and (max-width: 657px) {
  .departurelist {
    width: 100%;
    padding: 0 20px;
  }
}
.departurelist .departurelist__item {
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 1px solid #bbd2e6;
  border-radius: 4px;
  color: #1f6aad;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 657px) {
  .departurelist .departurelist__item {
    padding: 10px 14px;
  }
}
.departurelist .departurelist__item.is-active {
  background: #1f6aad;
  color: #fff;
}

#wrapper .cpTemplate .tourlist {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourlist {
    width: 100%;
  }
}
#wrapper .cpTemplate .tourlist .oosaka,
#wrapper .cpTemplate .tourlist .nagoya {
  display: none;
}
#wrapper .cpTemplate .tourlist .tourColumn .title {
  background: none;
  border-top: none;
  text-align: left;
}
#wrapper .cpTemplate .tourlist .tourColumn .departures, #wrapper .cpTemplate .tourlist .tourColumn .destinations, #wrapper .cpTemplate .tourlist .tourColumn .day, #wrapper .cpTemplate .tourlist .tourColumn .price-ttl {
  display: block;
  line-height: 1.4;
  margin: 0;
  padding: 6px 10px 6px 35px;
  border: none;
  border-top: 1px solid #eee;
}
#wrapper .cpTemplate .tourlist .tourColumn .departures {
  background: url(/special/student/images/ico_plane.svg) no-repeat 6px 5px;
  background-size: 20px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourlist .tourColumn .departures {
    background: url(/special/student/images/ico_plane.svg) no-repeat 6px 6px;
    background-size: 16px;
  }
}
#wrapper .cpTemplate .tourlist .tourColumn .destinations {
  background: url(/special/student/images/ico_pin.svg) no-repeat 6px 5px;
  background-size: 20px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourlist .tourColumn .destinations {
    background: url(/special/student/images/ico_pin.svg) no-repeat 6px 6px;
    background-size: 16px;
  }
}
#wrapper .cpTemplate .tourlist .tourColumn .day {
  background: url(/special/student/images/ico_calendar.svg) no-repeat 6px 5px;
  background-size: 20px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourlist .tourColumn .day {
    background: url(/special/student/images/ico_calendar.svg) no-repeat 6px 6px;
    background-size: 16px;
  }
}
#wrapper .cpTemplate .tourlist .tourColumn .price-ttl {
  background: url(/special/student/images/ico_yen.svg) no-repeat 6px 5px;
  background-size: 20px;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourlist .tourColumn .price-ttl {
    background: url(/special/student/images/ico_yen.svg) no-repeat 6px 6px;
    background-size: 16px;
  }
}
#wrapper .cpTemplate .tourlist .tourColumn__item {
  width: 31%;
  padding: 5px;
  border: 4px solid #ffd200 !important;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#wrapper .cpTemplate .tourlist .tourColumn__item:nth-child(n+4) {
  display: none;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourlist .tourColumn__item {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }
  #wrapper .cpTemplate .tourlist .tourColumn__item:nth-child(n+4) {
    display: block;
  }
}
#wrapper .cpTemplate .tourlist .column-pc--column3 .tourColumn__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourlist .column-sp--column2 .tourColumn__item:nth-of-type(2n-1) {
    border: none;
  }
}
#wrapper .cpTemplate .tourlist .column-pc--column3 .tourColumn__item:nth-of-type(3n-1) {
  border: none;
}
#wrapper .cpTemplate .tourlist .tourColumn__item__button {
  margin: 0;
}
#wrapper .cpTemplate .tourlist .tourColumn__item__inner li {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#wrapper .cpTemplate .tourlist .price-ttl {
  font-size: 12px !important;
  color: #333;
}

#wrapper .cpTemplate .column:not(:first-child) {
  padding: 0;
}

@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourlist .column-pc--column3 .tourColumn__item:last-child {
    margin-right: 20px;
  }
}

/* #wrapper .cpTemplate .tourColumn::after {
  content: "";
  display: block;
  width: 30%;
} */

@media screen and (max-width: 657px) {
  #wrapper .cpTemplate .tourColumn.column-sp--column2 .price span {
    font-size: 22px;
  }
}/*# sourceMappingURL=style.css.map */


.horizontalscroll {
  position: absolute;
  top: 20px;
  right: -9px;
}

.horizontalscroll span {
  position: absolute;
  top: -18px;
  right: 19px;
  color: #f9423a;
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.horizontalscroll:before {
  content: "";
  position: absolute;
  right: 5px;
  top: -5px;
  width: 8px;
  height: 2px;
  background: #f9423a;
  transform: rotate(35deg);
  border-radius: 10px;
}

.horizontalscroll:after {
  content: "";
  position: absolute;
  right: 6px;
  top: -3px;
  width: 50px;
  height: 2px;
  background: #f9423a;
  border-radius: 10px;
}

/* .simplebar-content {
  display: flex;
} */

.scroll__inner .simplebar-track.simplebar-horizontal {
  bottom: 0;
  left: 50%;
  height: 6px;
  width: 92%;
  transform: translateX(-50%);
  background-color: #e5e5e5;
  border-radius: 8px;
}

.scroll__inner .simplebar-scrollbar:before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: -2px;
  opacity: 1!important;
  background: #b3b3b3;
  border-radius: 2px;
}

/* footerFloating 
-------------------------------------------------------------------------------------- */

 .footerFloating {
  position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	background: #15aaa8;
	z-index: 999;
 }
 .footerFloating ul {
  display: flex;
	display: -webkit-flex;
	display: -ms-flex;
  align-items: center;
  height: 70px;
 }
 .footerFloating ul li {
  width: 26%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .footerFloating ul li:not(:last-child) {
   border-right: 1px solid #fff;
 }
 .footerFloating ul li a {
	text-decoration: none;
}

.footerFloating p {
  margin-top: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.cpTemplate .img_campaign {
  display: block;
  margin: 0 auto;
  width: 17px;
  height: 20px;
}

.cpTemplate .img_search {
  display: block;
  margin: 0 auto;
  width: 20px;
}

.cpTemplate .img_ranking {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 19px;
}

.cpTemplate .img_questionnaire {
  display: block;
  margin: 0 auto;
  width: 17px;
  height: 20px;
}

.howToStep {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.howToStep li {
  background: #3ca78f;
  padding: 32px 14px;
  letter-spacing: normal;
  line-height: 1.5;
  position: relative;
}
.howToStep li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fdff65;
  text-align: center;
  font-family: ヒラギノ角ゴ W8 JIS2004;
}
.howToStep li h4 span {
  display: flex;
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.howToStep li .howToStepText {
  margin-top: 25px;
  font-size: 14px;
  color: #fff;
}
.howToStep li .howToStepText span {
  display: inline;
  color: #fdff65;
  font-weight: bold;
}
.howToStep li:after {
  position: absolute;
  content: "";
  border-left: 10px solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  width: 16px;
  height: 12px;
  margin: auto;
  right: -22px;
  top: 138px;
  color: #f9423a;
}
.howToStep li:first-of-type {
  width: 180px;
}
.howToStep li:nth-child(2) {
  width: 360px;
}
.howToStep li:nth-child(2) img {
  margin-top: 20px;
  width: auto;
}
.howToStep li:nth-child(3),
.howToStep li:nth-child(4) {
  width: 100%;
  max-width: 180px;
  background: #666666;
}
.howToStep li:last-child:after {
  display: none;
}
.attention {
  position: absolute;
  right: 296px;
  width: 345px;
  padding: 30px 25px 30px 70px;
  margin: -279px;
  background: #f9423a;
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-family: ヒラギノ角ゴ W6 JIS2004;
}

.attention:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/attention.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}

@media screen and (max-width: 657px) {
  .howTo {
    padding-bottom: 70px;
    font-size: 13px;
  }
  .howTo h3 {
    top: -80px;
    font-size: 15px;
    letter-spacing: normal;
  }
  .howToStep {
    flex-direction: column;
    gap: initial;
  }
  .howToStep li {
    width: 100%;
    padding: 20px 10px;
  }
  .howToStep li h4 {
    font-size: 15px;
    text-align: left;
    font-family: ヒラギノ角ゴ W7 JIS2004;
  }
  .howToStep li h4 span {
    margin: 0;
    padding-left: 15px;
    display: inline;
    font-size: 15px;
    font-weight: bold;
  }
  .howToStep li .howToStepText {
    margin-top: 15px;
    font-size: 13px;
    color: #fff;
  }
  .howToStep li .howToStepText span {
    display: inline;
    color: #fdff65;
    font-weight: bold;
  }
  .howToStep li:after {
    right: 0;
    left: 0;
    top: inherit;
    bottom: -23px;
    border-left: 8px solid transparent;
    border-top: 9px solid;
    border-right: 8px solid transparent;
  }
  .howToStep li:first-of-type {
    width: 100%;
  }
  .howToStep li:nth-child(2) {
    width: 100%;
  }
  .howToStep li:nth-child(2) img {
    margin-top: 15px;
    width: 100%;
  }
  .howToStep li:nth-child(3),
  .howToStep li:nth-child(4) {
    width: 100%;
    max-width: initial;
    padding: 14px 10px;
    background: #666666;
  }
  .howToStep li + li {
    margin-top: 20px;
  }
  .attention {
    position: relative;
    margin: 10px auto 0;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 13px 15px 13px 56px;
    font-size: 13px;
    font-weight: 400;
  }
}

.bgStripe {
  width: 100%;
  background: url(../images/sp/bg_pattern.png) repeat center top;
  background-size: 30px auto;
}

.studentDiscountArea {
  position: relative;
  padding: 80px 0;
}

.studentDiscountArea:before {
  content: "";
  display: block;
  background: url(../images/sp/jagged_green_bottom.png) repeat-x #fdff65;
  background-size: 49px;
  height: 24px;
  position: relative;
  top: -104px;
}

.studentDiscountInner {
  /* position: relative; */
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 60px 40px;
  background-color: #fff;
  border-radius: 20px;
}

.studentDiscountTtl {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  width: 959px;
}

.studentDiscountTtl img {
  width: 100%;
  max-width: initial;
}

.studentDiscountAttentionBox {
  text-align: center;
}

.studentDiscountAttention {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #15aaa8;
  background: linear-gradient(transparent 50%, #ff6 50%);
}

.studentDiscountCoupon {
 display: flex;
 gap: 40px;
 margin-top: 40px;
}

.studentDiscountAccordion {
  margin-top: 40px;
}

.explanationlist {
  border-bottom: 4px solid #37bca1;
}

.explanationlist:first-of-type {
  border-top: 4px solid #37bca1;
}

.explanationlist__head {
  position: relative;
  padding: 30px 0;
  font-size: 24px;
  font-weight: bold;
  color: #37bca1;
  line-height: 1;
  cursor: pointer;
}

.explanationlist__head::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  border-radius: 20px;
  background-color: #37bca1;
}

.explanationlist__head::after {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 6px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 7px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 0 solid transparent;
  box-sizing: border-box;
}

.explanationlist__head.selected::after {
  top: -2px;
  right: 6px;
  border-top: 0 solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 7px solid #fff;
}

.explanationlist__body {
  position: relative;
  padding-bottom:30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.explanationlist__body span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.explanationlist__body .annotation {
  text-indent: -1em;
  padding-left: 1em;
}


.explanationlist__body .precautions {
  position: relative;
  padding-left: 18px;
}

.explanationlist__body .precautions:first-of-type {
  padding-top: 0;
}

.explanationlist__body .precautions:first-of-type::before {
  top: 13px;
}

.explanationlist__body .precautions::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #63686e;
}

@media screen and (max-width: 657px) {
  .bgStripe {
    width: 100%;
    background: url(../images/sp/bg_pattern.png) repeat center top;
    background-size: 25px auto;
  }

  .studentDiscountArea {
    padding: 54px 0 40px 0;
  }
  
  .studentDiscountArea:before {
    content: "";
    display: block;
    background: url(../images/sp/jagged_green_bottom.png) repeat-x #fdff65;
    background-size: 24px 12px;
    height: 12px;
    position: relative;
    top: -66px;
  }

  .studentDiscountInner {
    position: relative;
    margin: 0 10px;
    padding: 35px 20px 20px;
    background-color: #fff;
    border-radius: 20px;
  }

  .studentDiscountTtl {
    position: absolute;
    top: -3%;
    left: 50%;
    transform: translateX(-50%);
    width: initial;
  }
  
  .studentDiscountTtl img {
    width: 348px;
    max-width: initial;
  }

  .studentDiscountAttention {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #15aaa8;
    background: linear-gradient(transparent 70%, #ff6 70%);
  }

  .studentDiscountCoupon {
    display: block;
    margin-top: 20px;
   }

  .imgCoupon:last-of-type {
    display: block;
    margin-top: 15px;
  }

  .studentDiscountAccordion {
    margin-top: 20px;
  }
  
  .explanationlist {
    border-bottom: 2px solid #37bca1;
  }
  
  .explanationlist:first-of-type {
    border-top: 2px solid #37bca1;
  }
  
  .explanationlist__head {
    position: relative;
    padding: 15px 0;
    font-size: 19px;
    font-weight: bold;
    color: #37bca1;
  }
  
  .explanationlist__head::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    width: 22px;
    height: 22px;
    margin: auto;
    border-radius: 20px;
    background-color: #37bca1;
  }
  
  .explanationlist__head::after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 11px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 7px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 0 solid transparent;
    box-sizing: border-box;
  }
  
  .explanationlist__head.selected::after {
    top: -2px;
    right: 11px;
    border-top: 0 solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 7px solid #fff;
  }
  
  .explanationlist__body {
    padding-bottom:14px;
    font-size: 14px;
    font-weight: 500;
    line-height: initial;
  }
  
  .explanationlist__body span {
    display: block;
    font-size: 13px;
    font-weight: 400;
  }
  
  .explanationlist__body .precautions {
    position: relative;
    padding-top: 14px;
    padding-left: 10px;
  }
  
  .explanationlist__body .precautions:first-of-type {
    padding-top: 0;
  }
  
  .explanationlist__body .precautions:first-of-type::before {
    top: 8px;
  }
  
  .explanationlist__body .precautions::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #63686e;
  }
}