﻿@charset "utf-8";

/*------------------------------
  一般・共有
------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  padding-top: 45px;
  color: #333;
  margin: 0;

  box-sizing: border-box;
}

.sp-block {
  display: none;
}

.pc-block {
  display: block;
}
a {
  font-size: 1.2rem;
}
.ftBoxInner ul li a {
  font-size: 1.4rem;
}

/*------------------------------
  ヘッダー
------------------------------*/
header #hdInner #hdTitle .header-note {
  display: table-cell;
  width: 443px;
  height: 46px;
  padding-left: 10px;
  font-size: 86.5%;
  font-weight: normal;
  color: #333;
  vertical-align: middle;
  overflow: hidden;
}

/*------------------------------
  メイン
------------------------------*/
.feature_bg {
  background-color: #fff;
  background-image: none;
  /*min-width: 950px;*/
  padding-top: 1px;
}

body #wrapper .content {
  margin: 0 auto;
  /*padding-bottom: 60px;*/
  position: relative;
  /*width: 950px;*/
  clear: both;
  font-size: 16px;
}

/*------------------------------
  フッター
------------------------------*/
/*pc*/
#footer #ftOtherLinks {
  border-top: #ddd solid 2px;
}

#footer #ftOtherLinks .outsideLink {
  border-top: none;
}

/*sp*/
.ft-menu02 .tit {
  color: #fff;
  background: #999;
  padding: 10px;

  font-size: 1.5rem;
  font-weight: bold;
}

.ft-menu02 ul {
  display: table;
  width: 100%;
  background-color: #fff;
}

.ft-menu02 ul li {
  display: table-cell;
  width: 50%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.ft-menu02 ul li:first-child {
  border-left: 0;
}

.ft-menu02 ul li a {
  display: block;
  position: relative;
  padding: 10px 12px;
}

.ft-menu02 ul li a span {
  min-height: 19px;
  display: block;
}

.icn-ft-menu02-01 {
  background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_01.png) no-repeat center left;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  -ms-background-size: 19px;
  background-size: 19px;
  padding-left: 24px;
}

.icn-ft-menu02-02 {
  background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_02.png) no-repeat center left;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  -ms-background-size: 19px;
  background-size: 19px;
  padding-left: 24px;
}

.icn-ft-menu02-03 {
  background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_03.png) no-repeat center left;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  -ms-background-size: 19px;
  background-size: 19px;
  padding-left: 24px;
}

.icn-ft-menu02-04 {
  background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_04.png) no-repeat center left;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  -ms-background-size: 19px;
  background-size: 19px;
  padding-left: 24px;
}

.icn-ft-menu02-07 {
  background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_07.png) no-repeat center left;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  -ms-background-size: 19px;
  background-size: 19px;
  padding-left: 24px;
}

.icn-ft-menu02-06 {
  background: url(https://sp.chintai.net/sp/cn/images/common2014/common/icn_ft_menu_06.png) no-repeat center left;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  -ms-background-size: 19px;
  background-size: 19px;
  padding-left: 24px;
}

.ft-device {
  position: relative;
  padding: 14px 0;
}

.ft-device ul {
  text-align: center;
}

.ft-device ul li {
  display: inline;
}

.ft-device ul li:first-child :after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
}

/* 960px*/
@media screen and (max-width: 960px) {
  .movie-area .movie-title {
    font-size: 18px;
  }
}

/* 768px以下*/
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }

  .pc-block {
    display: none;
  }

  /*------------------------------
  ヘッダー
------------------------------*/
  header {
    min-width: initial;
    height: 68px;
  }

  nav#breadcrumb {
    min-width: initial;
  }

  /*sp*/
  header .spHeaderWord {
    padding: 3px 6px;
    background: #f7f7f7;
    color: #666;
    font-size: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    padding-left: 10px;
    text-align: left;
  }

  header ul li {
    float: left;
    border-right: 1px solid #ccc;
    height: 40px;
    padding: 3.5px 6px;
  }

  header ul li:first-child {
    width: 40%;
  }

  header ul li:first-child a {
    background: url(https://sp.chintai.net/sp/cn/images/common2014/common/logo_chintaiger_01.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    width: 98px;
    height: 25px;
    -webkit-background-size: 98px 25px;
    -moz-background-size: 98px 25px;
    -ms-background-size: 98px 25px;
    background-size: 98px 25px;
    cursor: pointer;
    text-indent: -9999px;
    margin: 6px auto;
  }

  header ul li:last-child {
    width: 13%;
    border-right: 0;
    padding-top: 15px;
    position: relative;
    text-align: center;
  }

  /*------------------------------
  メイン
------------------------------*/
  .feature_bg {
    min-width: initial;
    margin-top: 25px;
  }

  #wrapper .content {
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
  }

  /*------------------------------
  フッター
------------------------------*/
  #footer {
    min-width: inherit;
  }

  nav#breadcrumb ol {
    width: 100%;
  }

  footer {
    background: #3ca3ee;
    color: #fff;
    font-weight: bold;
  }
  footer .ft-link {
    text-align: center;
    padding: 10px 0;
  }

  footer .ft-link li {
    display: inline;
    font-size: 86.5%;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #fff;
  }

  footer a:link,
  footer a:visited,
  footer a:hover,
  footer a:active {
    color: #fff;
  }

  footer .ft-corp {
    text-align: center;
    padding: 8px 0;
  }

  footer .ft-pr-link {
    padding: 10px 0;
    text-align: center;
  }

  footer .ft-pr-link ul {
    display: inline-block;
    text-align: left;
    font-size: 86.5%;
  }
}

.p__main-title {
  display: none;
}

/* .p__mainv {
  height: 274px;
  background: #E8F5FE;
  background-image: url("../images/img_bg_top.png"), url("../images/img_bg_bottom.png");
  background-position: top left, bottom center;
  background-size: 128px auto, auto 54px;
  background-repeat: repeat-x, repeat-x;
  box-sizing: border-box;
  position: relative;
} */
/* @media screen and (min-width: 520px) {
  .p__mainv {
    background-size: 163px auto, auto 54px;
    height: 70vw;
  }
} */
@media screen and (min-width: 960px) {
  .p__mainv,
  .p__mainv.kinki {
    background: #E8F5FE;
    background-image: url("../images/img_bg_top.png"), url("../images/img_bg_bottom.png");
    background-position: top left, bottom center;
    background-size: 163px auto, auto 54px;
    background-repeat: repeat-x, repeat-x;
    box-sizing: border-box;
    position: relative;
    height: 388px;
  }
  .p__mainv.kinki {
    background-color: #FBF2F6;
    background-image: url("../images/img_bg_top.png"), url("../images/img_bg_bottom.png");
  }
  .p__mainv.tokai {
    background-color: #FEFDF0;
    background-image: url("../images/img_bg_top.png"), url("../images/img_bg_bottom.png");
  }
  .p__mainv.kyushu {
    background-color: #F1FAF2;
    background-image: url("../images/img_bg_top.png"), url("../images/img_bg_bottom.png");
  }
}

/* .p__main-imgwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: clamp(352px, 90vw, 400px);
  height: 45vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 520px) {
  .p__main-imgwrap {
    width: clamp(352px, 90vw, 600px);
    height: 50vw;
  }
} */
@media screen and (min-width: 960px) {
  .p__main-imgwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 876px;
    height: 273px;
  }
}
.p__main-img {
  max-width: 100%;
  /* box-sizing: border-box;
  display: block;
  width: clamp(352px, 90vw, 400px);
  height: auto; */
}
@media screen and (min-width: 520px) {
  .p__main-img {
    width: 100%;
  }
}
/* @media screen and (min-width: 960px) {
  .p__main-img {
    width: clamp(352px, 90vw, 876px);
  }
} */
/* 
@media screen and (min-width: 960px) {
  .p__main-img {
    display: block;
    margin: 0 auto;
    padding: 60px 0 47px;
    width: auto;
  }
} */
.p__main-text-wrap {
  font-size: 1.2rem;
  margin: 20px auto;
  text-align: center;
  background-color: #fffef5;
  width: 90%;
  padding: 20px 8px;
}
@media screen and (min-width: 768px) {
  .p__main-text-wrap {
    font-size: 1.2rem;
    /* margin: 140px auto 20px; */
    text-align: center;
    background-color: #fffef5;
    width: 90%;
    padding: 20px 8px;
  }
}
@media screen and (min-width: 960px) {
  .p__main-text-wrap {
    font-size: 1.2rem;
    margin: 30px auto 20px;
    text-align: center;
    background-color: #fffef5;
    width: 93%;
    padding: 12px 40px;
  }
}
@media screen and (min-width: 960px) {
  .p__main-text-wrap {
    font-size: 1.5rem;
    margin: 30px auto 20px;
    text-align: center;
    background-color: #fffef5;
    width: 861px;
    padding: 12px 40px;
  }
}
.p__main-text {
  text-align: left;
  display: inline-block;
}
.p__ranking-bg {
  /* margin-top: 142px; */
  padding-bottom: 42px;
}
.p__ranking-bg.shuto {
  background-color: #d4edfe;
}
.p__ranking-bg.kinki {
  background-color: #F8EBF0;
}
.p__ranking-bg.tokai {
  background-color: #FEFADB;
}
.p__ranking-bg.kyushu {
  background-color: #F1FAF2;
}
@media screen and (min-width: 768px) {
  .p__ranking-bg {
    /* margin-top: 110px; */
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 960px) {
  .p__ranking-bg {
    /* margin-top: 142px; */
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .p__ranking-bg {
    /* margin-top: 117px; */
    padding-bottom: 40px;
  }
}
.p__ranking-wrap {
  margin-bottom: 23px;
}
@media screen and (min-width: 960px) {
  .p__ranking-wrap {
    margin-bottom: 56px;
  }
}
.p__ranking-wrap-last {
  margin-bottom: 31px;
}
@media screen and (min-width: 960px) {
  .p__ranking-wrap-last {
    margin-bottom: 40px;
  }
}
.p__ranking-station {
  display: flex;
  justify-content: center;
  /* padding-top: 20px; */
  margin-bottom: 14px;
}
.p__ranking-bg div:first-child .p__ranking-station {
  padding-top: 20px;
}
@media screen and (min-width: 960px) {
  .p__ranking-station {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
}
.p__eki {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 20px 0 0 8px;
}
.p_ensen {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 30px 0 0 8px;
}
@media screen and (min-width: 960px) {
  .p_ensen {
    font-size: 2.2rem;
    margin: 22px 0 0 8px;
  }
}
.p__detail-wrap {
  display: block;
  width: 93%;
  margin: 6px auto 0;
  background-color: #fffef5;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p__detail-wrap {
    display: flex;
    width: 859px;
    margin: 24px auto 0;
    background-color: #fffef5;
    align-items: center;
  }
}
.p__detail-img-wrap {
  text-align: center;
}
.p__detail-img {
  width: 100%;
  max-width: 310px;
  margin: 16px 10px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p__detail-img {
    width: 324px;
    margin: 50px 18px;
  }
}
.p__lead-wrap {
  font-size: 1.2rem;
  padding:0 10px 20px;
}
@media screen and (min-width: 960px) {
  .p__lead-wrap {
    font-size: 1.5rem;
    padding: 24px 24px 24px 12px;
  }
}
.p__lead-wrap p {
  margin-bottom: 25px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .p__lead-wrap p {
    margin-bottom: 28px;
  }
}
.p__lead-wrap p:last-child {
  margin-bottom: 0;
}
.p__bg-yellow,
.p__bg.kinki,
.p__bg.tokai,
.p__bg.kyushu {
  width: 93%;
  margin: 0 auto;
  padding: 18px 0;
}
.p__bg-yellow {
  background-color: #fffef5;
}
@media screen and (min-width: 960px) {
  .p__bg-yellow,
  .p__bg.kinki,
  .p__bg.tokai,
  .p__bg.kyushu {
    padding: 0;
  }
  .p__bg-yellow {
    background-color: #d4edfe;
  }
}
/* .p__bg.kinki{
  background-color: #F8EBF0;
}
.p__bg.tokai{
  background-color: #FEFADB;
}
.p__bg.kyushu{
  background-color: #F1FAF2;
} */

.p__bukken-link-wrap {
  background-color: #fadd90;
  border-radius: 10px;
  width: 79%;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 960px) {
  .p__bukken-link-wrap {
    background-color: #fadd90;
    border-radius: 10px;
    width: 809px;
    margin: 28px auto 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.p__bukken-link {
  text-decoration: none;
  font-size: 1.7rem;
  color: #1d2088;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 14px 0;
}
.p__bukken-link:hover {
  opacity: 0.5;
}
.p__search-ico {
  margin: 6px 11px 0 0;
}
.p__list-flex {
  display: block;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__list-flex {
    display: block;
    justify-content: center;
    width: 674px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .p__list-flex {
    display: flex;
    justify-content: center;
    width: 674px;
    margin: 0 auto;
  }
}
.p__list-flex-left,
.p__list-flex-right {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__list-flex-left,
  .p__list-flex-right {
    width: 50%;
  }
}
.p__list-wrap {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #3795bf;
  background-color: #fff;
}
.p__list-wrap.empty {
  display: none;
}
@media screen and (min-width: 960px) {
  .p__list-wrap.empty {
    display: block;
  }
}
.p__list-rank {
  font-size: 1.8rem;
  color: #1d2088;
  font-weight: bold;
  margin: 10px;
  margin: 10px 0 10px 10px;
  display: block;
  width: 15%;
}
.p__list-eki {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  width: 30%;
}
.p__list-eki__tnjnbs {
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
  width: 30%;
}
.p__list-ensen {
  font-size: 1.2rem;
  color: #000;
}
a.p__list-link {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
.p__list-wrap.empty a.p__list-link {
  pointer-events: none;
}
a.p__list-link:hover {
  opacity: 0.5;
}
.p__list-wrap.empty a.p__list-link:hover {
  opacity: 1;
}
.p__list-link::after {
  content: "";
  position: absolute;
  border-top: 2px solid #3795bf;
  border-right: 2px solid #3795bf;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  box-sizing: border-box;
}
.p__list-wrap.empty a.p__list-link::after {
  content: none;
  display: none;
}
.p__list-flex-right .p__list-wrap:last-of-type {
  width: 335px;
  height: 47px;
}
.p__continuation {
  background-color: #fff5e8;
  padding: 24px 0;
}
@media screen and (min-width: 960px) {
  .p__continuation {
    background-color: #fff5e8;
    padding: 40px 0;
  }
}
.p__continuation-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1d2088;
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (min-width: 960px) {
  .p__continuation-title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #1d2088;
    text-align: center;
    margin-bottom: 33px;
  }
}
.p__continuation-text01 {
  font-size: 1.6rem;
  color: #1d2088;
  font-weight: bold;
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (min-width: 960px) {
  .p__continuation-text01 {
    font-size: 2rem;
    color: #1d2088;
    font-weight: bold;
    text-align: center;
    margin-bottom: 33px;
  }
}
.c__underline-pink {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.4em; /* 線の太さ */
  text-decoration-color: #f7cde0; /* 線の色 */
  text-underline-offset: -0.12em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.c__underline-purple {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.4em; /* 線の太さ */
  text-decoration-color: #b7b4ea; /* 線の色 */
  text-underline-offset: -0.12em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.p__continuation-flex-wrap {
  text-align: center;
}
.p__continuation-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .p__continuation-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
  }
}
.p__continuation-entry {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0aa75a;
  margin: 0 7px;
}
@media screen and (min-width: 960px) {
  .p__continuation-entry {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0aa75a;
    margin: 0 7px;
  }
}
.p__add-line-wrap {
  background-color: #0aa75a;
  padding: 13px 0;
  width: 77%;
  max-width: 289px;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
}
.p__add-line {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p__add-line {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.p__add-line::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 63px;
  bottom: 0;
  margin: auto;
}
.p__overall-wrap {
  background-color: #d4edfe;
  padding: 42px 0 55px;
}
.p__overall-wrap.kinki {
  background-color: #F8EBF0;
}
.p__overall-wrap.tokai {
  background-color: #FEFADB;
}
.p__overall-wrap.kyushu {
  background-color: #F1FAF2;
}
@media screen and (min-width: 960px) {
  .p__overall-wrap {
    padding: 46px 0 55px;
  }
}
.p__overall {
  background-color: #fff;
  padding: 25px 22px 22px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__overall {
    background-color: #fff;
    width: 93%;
    /* padding: 32px 85px; */
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .p__overall {
    background-color: #fff;
    width: 861px;
    padding: 32px 85px 42px;
    margin: 0 auto;
  }
}
.p__overall-title {
  font-size: 2.7rem;
  font-weight: bold;
  color: #1d2088;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .p__overall-title {
    font-size: 2.7rem;
    font-weight: bold;
    color: #1d2088;
    text-align: center;
    margin-bottom: 32px;
  }
}
.p__overall p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .p__overall p {
    font-size: 1.7rem;
  }
}
.p__overall p:last-child {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .p__overall p:last-child {
    font-size: 1.7rem;
    margin-bottom: 0;
  }
}
.p__whats-wrap {
  background-color: #fff;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #fff5e8 50%, #fff5e8 100%);
  font-family: "源ノ角ゴシック JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .p__whats-wrap {
    background-color: #f7f5f2;
    font-family: "源ノ角ゴシック JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .p__whats-wrap {
    background: none;
    background-color: #58b7e4;
    padding: 50px 0;
  }
}
.p__bg-blue {
  background-color: #58b7e4;
  padding: 7px 0;
  border-radius: 68px;
}
.p__whats {
  border: 1px solid #fff;
  width: 95%;
  margin: 0 auto;
  border-radius: 68px;
  padding: 0 0 43px;
}
@media screen and (min-width: 960px) {
  .p__whats {
    border: none;
  }
}
.p__whats-flex {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p__whats-flex {
    display: flex;
    flex-direction: row;
  }
}
.p__whats-square {
  background: linear-gradient(to right, #58b7e4, #369bcd, #369bcd, #399ece, #58b7e4);
  width: 85%;
  margin: 22px auto 20px;
  padding: 13px 0;
}
@media screen and (min-width: 960px) {
  .p__whats-square {
    background: linear-gradient(to right, #58b7e4, #369bcd, #369bcd, #399ece, #58b7e4);
    width: 80%;
    margin: 0 auto;
    padding: 17px 0;
  }
}
@media screen and (min-width: 960px) {
  .p__whats-square {
    background: linear-gradient(to right, #58b7e4, #369bcd, #369bcd, #399ece, #58b7e4);
    width: 960px;
    margin: 0 auto;
    padding: 17px 0;
  }
}
.p__whats-title-01 {
  max-width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(44, 161, 216, 0.7);
  position: relative;
  letter-spacing: 0.1em;
  margin: 0 auto;
  white-space: nowrap;
  line-height: 32px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p__whats-title-01 {
    max-width: 100%;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(44, 161, 216, 0.7);
    position: relative;
    letter-spacing: 0.1em;
    margin: 0 auto;
    white-space: nowrap;
    line-height: 31px;
  }
}
@media screen and (min-width: 520px) {
  .p__whats-title-01 {
    max-width: 60%;
  }
}
@media screen and (min-width: 960px) {
  .p__whats-title-01 {
    max-width: 100%;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(44, 161, 216, 0.7);
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto;
  }
}
.p__whats-title-01 .adjust {
  font-size: 1.6rem;
  font-weight: bold;
  /* line-height: 24px; */
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 960px) {
  .p__whats-title-01 .adjust {
    justify-content: center;
    flex-direction: row;
  }
}
.p__whats-title-02 {
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(44, 161, 216, 0.7);
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .p__whats-title-02 {
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(44, 161, 216, 0.7);
  }
}
@media screen and (min-width: 960px) {
  .p__whats-title-02 {
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(44, 161, 216, 0.7);
    /* font-weight: 200; */
    text-align: center;
    margin: 25px 0;
  }
}
.p__whats-title-line-01 {
  margin: 26px auto;
  width: 20%;
  border: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .p__whats-title-line-01 {
    margin: 28px auto 21px;
    width: 25%;
    border: 1px solid #fff;
  }
}
.p__whats-title-line-02 {
  margin: 26px 0;
  width: 67%;
}
@media screen and (min-width: 960px) {
  .p__whats-title-line-02 {
    margin: 26px 0;
    width: 97%;
    border: 1px solid #fff;
  }
}
.p__whats-title-line-03 {
  margin: 26px 0;
  width: 73%;
}
@media screen and (min-width: 960px) {
  .p__whats-title-line-03 {
    margin: 26px 0;
    width: 100%;
    border: 1px solid #fff;
  }
}
.p__whats-title-line-04 {
  margin: 26px 0;
  width: 68%;
}
@media screen and (min-width: 960px) {
  .p__whats-title-line-04 {
    margin: 26px 0;
    width: 100%;
    border: 1px solid #fff;
  }
}
.p__whats-title-line-05 {
  margin: 26px 0;
  width: 67%;
}
@media screen and (min-width: 960px) {
  .p__whats-title-line-05 {
    margin: 26px 0;
    width: 100%;
    border: 1px solid #fff;
  }
}
.p__whats-title-arrow,
.p__step-title-arrow {
  width: 6%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .p__whats-title-arrow,
  .p__step-title-arrow {
    width: 6%;
  }
}
@media screen and (min-width: 960px) {
  .p__whats-title-arrow,
  .p__step-title-arrow {
    width: 2%;
    margin: 0 auto;
    display: block;
  }
}
.p__whats-wait-wrap,
.p__whats-fit-wrap,
.p__whats-point-wrap,
.p__whats-good-wrap {
  margin: 0 auto;
}
/* @media screen and (min-width: 960px) {
.p__whats-wait-wrap,
.p__whats-fit-wrap,
.p__whats-point-wrap,
.p__whats-good-wrap {
  margin: 0 auto;
  width: 100%;
  display: block;
}} */
@media screen and (min-width: 960px) {
  .p__whats-wait-wrap,
  .p__whats-fit-wrap,
  .p__whats-point-wrap,
  .p__whats-good-wrap {
    display: flex;
    justify-content: space-evenly;
    width: 960px;
    margin: 0 auto;
    align-items: flex-end;
  }
}
.p__whats-wait-left {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p__whats-wait-left {
    color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .p__whats-wait-left {
    color: #fff;
    width: 50%;
  }
}
.p__whats-wait-txt {
  display: block;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__whats-wait-txt {
    display: inline-block;
    color: #fff;
    width: auto;
  }
}
.p__whats-wait-txt-01 {
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-shadow: 0 4px 4px rgba(88, 183, 228, 0.25);
}
@media screen and (min-width: 960px) {
  .p__whats-wait-txt-01 {
    font-size: 2.3rem;
    text-align: left;
    font-weight: bold;
    text-shadow: 0 4px 4px rgba(88, 183, 228, 0.25);
    letter-spacing: 0.1em;
  }
}
.p__whats-wait-txt-01 span {
  font-size: 2rem;
  color: #ffff69;
  text-shadow: 0 4px 4px rgba(88, 183, 228, 0.25);
}
@media screen and (min-width: 960px) {
  .p__whats-wait-txt-01 span {
    font-size: 2.8rem;
    color: #ffff69;
    text-shadow: 0 4px 4px rgba(88, 183, 228, 0.25);
  }
}
.p__whats-wait-txt-02 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.03em;
  text-align: left;
  margin: 0 auto 15px;
}
@media screen and (min-width: 960px) {
  .p__whats-wait-txt-02 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 200;
    text-align: left;
    margin-bottom: 21px;
    letter-spacing: 0.03em;
  }
}
.p__whats-wait-txt-03 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.03em;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__whats-wait-txt-03 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 200;
    text-align: left;
    letter-spacing: 0.03em;
  }
}
.p__whats-wait-txt-04 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  width: 69%;
  margin: 0 auto 15px;
}
@media screen and (min-width: 960px) {
  .p__whats-wait-txt-04 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 200;
    text-align: left;
    margin-bottom: 21px;
  }
}
.p__whats-wait-txt-05 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  width: 69%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__whats-wait-txt-05 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 200;
    text-align: left;
  }
}
.p__whats-wait-txt-02 span {
  color: #ffff69;
  font-weight: 500;
}
.p__whats-wait-txt-03 span {
  color: #ffff69;
  font-weight: 500;
}
.p__whats-wait-img-wrap {
  width: 53%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__whats-wait-img-wrap {
    width: 32%;
  }
}
.p__whats-wait-img {
  width: 100%;
  margin: 19px 0 19px -30px;
}
@media screen and (min-width: 960px) {
  .p__whats-wait-img {
    width: 100%;
    margin: 19px 0 19px -50px;
  }
}
@media screen and (min-width: 960px) {
  .p__whats-wait-img {
    width: 100%;
    margin: 0;
  }
}
.p__whats-line {
  display: block;
  margin: 48px auto;
  width: 40%;
}
@media screen and (min-width: 960px) {
  .p__whats-line {
    margin: 48px auto;
    width: 17%;
    display: block;
  }
}
.p__whats-line-02 {
  width: 40%;
  margin: 0 auto;
}
.p__whats-fit-wrap-right {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__whats-fit-wrap-right {
    width: 42%;
  }
}
.p__whats-fit-img {
  width: 100%;
  margin: 19px;
}
@media screen and (min-width: 960px) {
  .p__whats-fit-img {
    width: 100%;
  }
}
.p__whats-point-right {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p__whats-point-right {
    width: 42%;
  }
}
.p__whats-point-img {
  width: 100%;
  margin: 19px auto;
}
@media screen and (min-width: 960px) {
  .p__whats-point-img {
    width: 100%;
  }
}
.p__whats-good-img-wrap {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p__whats-good-img-wrap {
    width: 41%;
  }
}
.p__whats-good-img {
  width: 74%;
  margin: 19px;
}
@media screen and (min-width: 960px) {
  .p__whats-good-img {
    width: 100%;
    margin: 0;
  }
}
.p__agent-wrap {
  background-color: #fff5e8;
  padding: 28px 0 41px;
}
@media screen and (min-width: 960px) {
  .p__agent-wrap {
    background-color: #fff5e8;
    padding: 28px 0 37px;
  }
}
.p__agent-title {
  font-size: 1.9rem;
  color: #1d2088;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .p__agent-title {
    font-size: 1.9rem;
    color: #1d2088;
    text-align: center;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 960px) {
  .p__agent-title {
    font-size: 2.2rem;
    color: #1d2088;
    text-align: center;
    margin-bottom: 24px;
  }
}
.p__agent-title span {
  font-weight: normal;
}
/* @media screen and (min-width: 960px) {
.p__agent-title span{
  font-weight: bold;
}
} */
.p__agent {
  display: block;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p__agent {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p__agent-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 44px 0 22px;
}
@media screen and (min-width: 960px) {
  .p__agent-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
  }
}
.p__balloon {
  background-color: #fff;
  border-radius: 39px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 17px;
  position: relative;
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 960px) {
  .p__balloon {
    background-color: #fff;
    border-radius: 39px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 14px 17px;
    position: relative;
    margin: 0 50px 0 0;
    width: auto;
  }
}
.p__balloon::before {
  /* position: absolute;
  content: "";
  top: 50%;
  right: -69px;
  margin-top: -12px;
  border: 21px solid transparent;
  border-top: 49px solid #FFF;
  filter: drop-shadow(8px 4px 6px rgba(0, 0, 0, 0.16)); */
  content: "";
  position: absolute;
  bottom: -69px;
  left: 50%;
  margin-left: -15px;
  border: 21px solid transparent;
  border-top: 49px solid #fff;
  /* z-index: 2; */
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 960px) {
  .p__balloon::before {
    position: absolute;
    content: "";
    top: 50%;
    bottom: auto;
    right: -69px;
    left: auto;
    margin-top: -12px;
    border: 21px solid transparent;
    border-left: 49px solid #fff;
    filter: drop-shadow(8px 4px 6px rgba(0, 0, 0, 0.16));
  }
}
.p__ranking-logo {
  display: block;
  margin: 0 auto 1rem;
  width: 85%;
}
@media screen and (min-width: 960px) {
  .p__ranking-logo {
    display: block;
    width: auto;
    max-width: 290px;
  }
}
.p__agent-text01 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #1d2088;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .p__agent-text01 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #1d2088;
    text-align: center;
    margin-bottom: 30px;
  }
}
.p__agent-text02 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #1d2088;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p__agent-text02 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #1d2088;
    text-align: center;
  }
}
.p__agent-flex h3 {
  color: #0aa75a;
  font-size: 2.5rem;
  font-weight: bold;
}
.p__agent-qr {
  display: block;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}
.p__contents {
  padding-top: 38px;
  margin-bottom: 46px;
}
@media screen and (min-width: 960px) {
  .p__contents {
    padding-top: 61px;
    margin-bottom: 61px;
  }
}
.p__contents-title {
  color: #1d2088;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.p__flex-wrap {
  display: block;
}
@media screen and (min-width: 960px) {
  .p__flex-wrap {
    justify-content: center;
    display: flex;
  }
}
.p__flex-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 35px;
}
@media screen and (min-width: 960px) {
  .p__flex-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 31px;
  }
}
.p__shuto-img-wrap,
.p__shuto-wrap,
.p__kinki-img-wrap,
.p__kinki-wrap,
.p__tokai-img-wrap,
.p__tokai-wrap,
.p__kyushu-img-wrap,
.p__kyushu-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 235px;
}
@media screen and (min-width: 960px) {
  .p__shuto-img-wrap,
  .p__shuto-wrap,
  .p__kinki-img-wrap,
  .p__kinki-wrap,
  .p__tokai-img-wrap,
  .p__tokai-wrap,
  .p__kyushu-img-wrap,
  .p__kyushu-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 235px;
  }
}
.p__shuto-img-wrap {
  background-color: #e8f5fe;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__shuto-img {
  display: block;
  margin: 0 auto;
  width: 86%;
}
@media screen and (min-width: 960px) {
  .p__shuto-img {
    display: block;
    margin: 0 auto;
    width: 86%;
  }
}
.p__shuto-wrap {
  background-color: #cdeafe;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__shuto-img-wrap::before {
  position: absolute;
  background-color: #e8f5fe;
  width: 5px;
  height: 100%;
  content: "";
  z-index: 99;
  top: 0;
  right: 0;
}
.p__shuto {
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: #1d2087;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  /* margin-left: 15px; */
}
@media screen and (min-width: 960px) {
  .p__shuto {
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: bold;
    color: #1d2087;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    /* margin-left: 0; */
  }
}
/* .p__shuto::after {
  content: "";
  position: absolute;
  top: 111px;
  right: 20px;
  height: 14px;
  width: 14px;
  margin: auto;
  border-top: 2px solid #1d2087;
  border-right: 2px solid #1d2087;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .p__shuto::after {
    content: "";
    position: absolute;
    top: 87px;
    right: 20px;
    height: 14px;
    width: 14px;
    margin: auto;
    border-top: 2px solid #1d2087;
    border-right: 2px solid #1d2087;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
} */
.p__kinki-img-wrap {
  background-color: #fbf2f6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}
.p__kinki-wrap {
  background-color: #f8ebf0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__kinki-img {
  display: block;
  margin: 0 auto;
  width: 94%;
}
@media screen and (min-width: 960px) {
  .p__kinki-img {
    display: block;
    margin: 0 auto;
    width: 98%;
  }
}
.p__kinki {
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: #871d67;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  /* margin-left: 15px; */
}
@media screen and (min-width: 960px) {
  .p__kinki {
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: bold;
    color: #871d67;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    /* margin-left: 17px; */
  }
}
.p__kinki-img-wrap::before {
  position: absolute;
  background-color: #f8ebf0;
  width: 5px;
  height: 100%;
  content: "";
  z-index: 99;
  top: 0;
  right: -5px;
}

.p__tokai-img-wrap {
  background-color: #fefdf0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__tokai-img {
  display: block;
  margin: 0 auto;
  width: 70%;
}
@media screen and (min-width: 960px) {
  .p__tokai-img {
    display: block;
    margin: 0 auto;
    width: 74%;
  }
}
.p__tokai-wrap {
  background-color: #fefadb;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__tokai {
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff7903;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  /* margin-left: 15px; */
}
@media screen and (min-width: 960px) {
  .p__tokai {
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: bold;
    color: #ff7903;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    /* margin-left: 32px; */
  }
}
.p__tokai-img-wrap::before {
  position: absolute;
  background-color: #fefdf0;
  width: 5px;
  height: 100%;
  content: "";
  z-index: 99;
  top: 0;
  right: 0;
}
/* .p__tokai::after {
  content: "";
  position: absolute;
  top: 111px;
  right: 20px;
  height: 14px;
  width: 14px;
  margin: auto;
  border-top: 2px solid #ff7903;
  border-right: 2px solid #ff7903;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .p__tokai::after {
    content: "";
    position: absolute;
    top: 112px;
    right: 17px;
    height: 14px;
    width: 14px;
    margin: auto;
    border-top: 2px solid #ff7903;
    border-right: 2px solid #ff7903;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
} */

.p__kyushu-img-wrap {
  background-color: #eef9ef;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__kyushu-img {
  display: block;
  margin: 0 auto;
  width: 86%;
}
@media screen and (min-width: 960px) {
  .p__kyushu-img {
    display: block;
    margin: 0 auto;
    width: 88%;
  }
}
.p__kyushu-wrap {
  background-color: #def3e0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p__kyushu {
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: #408f4a;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  /* margin-left: 15px; */
}
@media screen and (min-width: 960px) {
  .p__kyushu {
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: bold;
    color: #408f4a;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    /* margin-left: 32px; */
  }
}
.p__kyushu-img-wrap::before {
  position: absolute;
  background-color: #eef9ef;
  width: 5px;
  height: 100%;
  content: "";
  z-index: 99;
  top: 0;
  right: 0;
}
/* .p__kyushu::after {
  content: "";
  position: absolute;
  top: 111px;
  right: 20px;
  height: 14px;
  width: 14px;
  margin: auto;
  border-top: 2px solid #408f4a;
  border-right: 2px solid #408f4a;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .p__kyushu::after {
    content: "";
    position: absolute;
    top: 112px;
    right: 20px;
    height: 14px;
    width: 14px;
    margin: auto;
    border-top: 2px solid #408f4a;
    border-right: 2px solid #408f4a;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
} */
.c-btn {  
  justify-content: center;
}
.c-btn:hover {  
  opacity: 0.5;
}
.c-btn__name {
  display: flex;
  width: 80%;
}
/* @media screen and (min-width: 960px) {
  .c-btn__name {
    width: 60%;
  }
} */
.p__tokai .c-btn__name,
.p__kyushu .c-btn__name {
  width: 60%;
}
/* @media screen and (min-width: 960px) {
  .p__tokai .c-btn__name,
  .p__kyushu .c-btn__name {
    width: 40%;
  }
} */
.c-btn__name::after {
  content: "";
  position: absolute;
  top: 111px;
  right: 15px;
  height: 14px;
  width: 14px;
  margin: auto;
  border-top: 2px solid #871d67;
  border-right: 2px solid #871d67;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.p__shuto .c-btn__name::after {
  border-top: 2px solid #1d2087;
  border-right: 2px solid #1d2087;
}
.p__kinki .c-btn__name::after {
  border-top: 2px solid #871d67;
  border-right: 2px solid #871d67;
}
.p__tokai .c-btn__name::after {
  border-top: 2px solid #ff7903;
  border-right: 2px solid #ff7903;
}
.p__kyushu .c-btn__name::after {
  border-top: 2px solid #408f4a;
  border-right: 2px solid #408f4a;
}
@media screen and (min-width: 960px) {
  .c-btn__name::after {
    content: "";
    position: absolute;
    top: 112px;
    right: 13px;
    height: 14px;
    width: 14px;
    margin: auto;
    border-top: 2px solid #871d67;
    border-right: 2px solid #871d67;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
}
.c__bg-yellow {
  background-color: #fffef5;
  padding: 34px 0 39px;
}
@media screen and (min-width: 960px) {
  .c__bg-yellow {
    background-color: #fffef5;
    padding: 62px 0;
  }
}
.p__overview {
  width: 90%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  padding: 15px 0 0;
}
@media screen and (min-width: 960px) {
  .p__overview {
    width: 90%;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media screen and (min-width: 960px) {
  .p__overview {
    width: 815px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    padding: 40px 0;
  }
}
.p__overview-title {
  color: #1d2088;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (min-width: 960px) {
  .p__overview-title {
    color: #1d2088;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 26px;
  }
}
.p__table {
  margin: 0 17px;
  border-collapse: collapse;
}
@media screen and (min-width: 960px) {
  .p__table {
    margin: 0 auto;
    border-collapse: collapse;
  }
}

th {
  font-size: 1.3rem;
  font-weight: bold;
  width: 100%;
  padding: 7px 0;
}
@media screen and (min-width: 960px) {
  th {
    font-size: 1.7rem;
    font-weight: bold;
    width: 16%;
  }
}
td {
  font-size: 1.2rem;
  padding: 0 0 15px;
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  td {
    font-size: 1.5rem;
  }
}
th,
td {
  border-bottom: none;
  display: block;
}
@media screen and (min-width: 960px) {
  th,
  td {
    display: table-cell;
    padding: 15px 0;
    border-bottom: 0.5px solid #707070;
  }
}
.p__last-th,
.p__last-td {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }

  .pc-block {
    display: none;
  }
}
