html .pcView {
  display: block;
}

html .spView {
  display: none;
}

@media all and (max-width: 767px) {
  html .pcView {
    display: none;
  }

  html .spView {
    display: block;
  }

  body #gnav {
    display: inline;
    float: initial;
    margin-top: 0;
    clear: initial;
    text-align: initial;
  }

  body #gnav .nav-area,
  body #gnav .nav-btn-area {
    display: none;
  }

  body #gnav.set.on .nav-area,
  body #gnav.set.on .nav-btn-area {
    display: block;
  }
}

/* -------------------- general -------------------- */

#contentsWrapper {
  width: 100%;
}

#contentsWrapper section {
  padding: 0;
  border-top: 0;
}

#guide .inner {
  padding: 0 10px;
}

#guide .content .inner {
  padding: 40px 60px;
}

#contentsWrapper {
  padding-top: 0;
}

.inner {
  position: relative;
  max-width: 980px;
  padding: 0 10px;
  margin: auto;
}

img {
  width: 100%;
}

@media all and (max-width: 767px) {
  #guide .inner {
    padding: 0 20px;
  }

  #guide .content .inner {
    padding: 30px;
  }

  .inner {
    padding: 0 20px;
  }
}

/* -------------------- pages -------------------- */

#pt-guide,
#pt-guide-about,
#pt-guide-get,
#pt-guide-use,
#pt-guide-check,
#pt-guide-about-card,
#pt-guide-card,
#pt-guide-credit,
#pt-guide-character {
  background: #f5f5f5;
}

#pt-guide *,
#pt-guide *::before,
#pt-guide *::after,
#pt-guide-about *,
#pt-guide-about *::before,
#pt-guide-about *::after,
#pt-guide-get *,
#pt-guide-get *::before,
#pt-guide-get *::after,
#pt-guide-use *,
#pt-guide-use *::before,
#pt-guide-use *::after,
#pt-guide-check *,
#pt-guide-check *::before,
#pt-guide-check *::after,
#pt-guide-about-card *,
#pt-guide-about-card *::before,
#pt-guide-about-card *::after,
#pt-guide-card *,
#pt-guide-card *::before,
#pt-guide-card *::after,
#pt-guide-credit *,
#pt-guide-credit *::before,
#pt-guide-credit *::after,
#pt-guide-character *,
#pt-guide-character *::before,
#pt-guide-character *::after {
  box-sizing: border-box;
}

/* -------------------- breadcrumb -------------------- */

.guide-breadcrumb {
  margin-top: 25px;
  font-family: "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN",
    Meiryo, sans-serif;
}

@media screen and (min-width: 1040px) {
  .guide-breadcrumb__inner {
    max-width: 1040px;
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
  .guide-breadcrumb__inner {
    max-width: 1039px;
    padding: 0 25px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .guide-breadcrumb__inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .guide-breadcrumb__inner {
    padding: 0 14px;
  }
}

.guide-breadcrumb ul {
  font-size: 0;
}

.guide-breadcrumb li {
  display: inline;
  font-size: 14px;
  line-height: 1;
}

.guide-breadcrumb li::after {
  display: inline;
  padding: 0 6px 0 7px;
  font-size: 14px;
  line-height: 1.8;
  content: ">";
}

.guide-breadcrumb li:last-child::after {
  display: none;
}

.guide-breadcrumb li a {
  line-height: 1.8;
  color: #203d95;
}

.guide-breadcrumb li a:hover {
  text-decoration: underline;
}

.guide-breadcrumb__inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .guide-breadcrumb {
    margin-top: 18px;
    font-family: "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN",
      Meiryo, sans-serif;
  }

  .guide-breadcrumb ul {
    font-size: 0;
  }

  .guide-breadcrumb li {
    display: inline;
    font-size: 12px;
  }

  .guide-breadcrumb li::after {
    display: inline;
    padding: 0 4px 0 6px;
    font-size: 12px;
    line-height: 1.8;
    content: ">";
  }

  .guide-breadcrumb li:last-child::after {
    display: none;
  }

  .guide-breadcrumb li a {
    line-height: 1.8;
    color: #203d95;
  }

  .guide-breadcrumb li a:hover {
    text-decoration: underline;
  }
}

/* ----- old ----- */

.breadcrumb {
  padding: 25px 0;
  border-top: 1px solid #eee;
}

.breadcrumb .inner {
  padding: 0 10px;
}

.breadcrumb__item,
.breadcrumb__item__link {
  display: inline-block;
  font-size: 14px;
}

.breadcrumb__item__link {
  position: relative;
  margin: 0 24px 0 0;
}

.breadcrumb__item__link::before {
  position: absolute;
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #203d95;
  border-right: solid 1px #203d95;
  transform: rotate(45deg);
}

.breadcrumb__item__link a {
  color: #203d95;
}

@media all and (max-width: 767px) {
  .breadcrumb {
    padding: 15px 20px 0;
  }

  .breadcrumb .inner {
    display: block;
    padding: 0;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .breadcrumb__item,
  .breadcrumb__item__link {
    display: inline;
  }
}

/* ----- old ----- */

/* -------------------- flex -------------------- */

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.no-wrap {
  flex-wrap: initial;
}

.flex .subject__img {
  margin: 0 20px 0 0;
}

.flex .subject__img img {
  max-height: 100px;
}

.flex .subject__name__title {
  min-width: 240px;
  margin-top: 20px;
  font-size: 34px;
  color: #333;
}

/* -------------------- subject -------------------- */

.subject {
  padding: 20px 0 60px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.subject__img {
  margin: auto;
}

.subject__name__title {
  margin-top: 40px;
  font-size: 28px;
  font-weight: 700;
  color: #203d95;
}

.subject__name__balloon {
  position: relative;
  min-width: 200px;
  padding: 2px 5px 1px;
  font-size: 18px;
  font-weight: 700;
  color: #203d95;
  background-color: #fff;
  border: 2px solid #203d95;
  border-radius: 100px;
}

.subject__name__balloon::before,
.subject__name__balloon::after {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
}

.subject__name__balloon::before {
  bottom: -9px;
  border-top: 8px solid #203d95;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.subject__name__balloon::after {
  bottom: -6px;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.subject__txt {
  max-width: 800px;
  padding: 20px;
  margin: 30px auto 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #edf3fc;
}

@media all and (max-width: 767px) {
  .subject {
    padding: 25px 0;
  }

  .subject__name__title {
    font-size: 20px;
  }

  .subject__name__title {
    margin-top: 25px;
  }

  /* pt-guide */

  #pt-guide .subject__name__title {
    font-size: 28px;
  }

  #pt-guide .subject__name__balloon {
    font-size: 14px;
  }

  #pt-guide .flex .subject__name__title {
    min-width: 200px;
  }

  #pt-guide .flex .subject__img {
    max-width: 60px;
  }

  #pt-guide .flex .subject__img img {
    width: 100%;
    max-height: initial;
  }

  .flex .subject__img {
    margin: 0 25px 0 0;
  }

  .flex .subject__name__title {
    margin-top: 10px;
  }

  .subject__txt {
    padding: 18px 10px 11px;
    font-size: 16px;
    border-radius: 5px;
  }
}

/* -------------------- guide menu -------------------- */

.guide-menu {
  margin: 0 0 40px;
}

.guide-menu__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
}

.guide-menu__title__icon {
  width: 40px;
  margin-right: 30px;
}

.guide-menu__title__name {
  font-size: 28px;
  font-weight: 700;
  color: #203d95;
}

.guide-menu__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 30px 0;
  margin: 0 0 40px;
}

.guide-menu__col__2 .guide-menu__col__item {
  width: calc((100% - 20px) / 2);
}

.guide-menu__col__2 .guide-menu__col__item:nth-of-type(odd) {
  margin-right: 20px;
}

.guide-menu__col__2 .guide-menu__col__item:nth-of-type(n + 3) {
  margin-top: 20px;
}

.guide-menu__col__3 {
  align-items: initial;
}

.guide-menu__col__3 .guide-menu__col__item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}

.guide-menu__col__3 .guide-menu__col__item:nth-of-type(3n) {
  margin-right: 0;
}

.guide-menu__col__item {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #203d95;
  border-radius: 4px;
}

.guide-menu__col__item::after {
  position: absolute;
  top: 10px;
  right: 15px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 12px;
  margin: auto;
  content: "";
  background: url(../img/arrow_r_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.guide-menu__col__item__link {
  display: block;
  padding: 15px;
  transition: 0.3s all ease-in-out;
}

.guide-menu__col__item__link:hover {
  text-decoration: none;
  opacity: 0.5;
}

.guide-menu__col__item__icon {
  display: flex;
  align-items: center;
  height: 100px;
  margin: auto;
}

.guide-menu__col__item__name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  color: #203d95;
}

.guide-menu__col__item__name p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.guide-menu__col__3 .guide-menu__col__item__icon img {
  margin: auto;
}

.guide-menu__col__3 .guide-menu__col__item__name p {
  font-size: 18px;
}

@media all and (min-width: 768px) {
  .guide-menu__col__item__name .guide-menu__col__item__name__line__height {
    line-height: 3.2;
  }
}

@media all and (max-width: 767px) {
  .guide-menu {
    margin: 0;
  }

  .guide-menu__col {
    display: block;
    padding: 20px 0 0;
    margin: 0;
  }

  .guide-menu__col__2 .guide-menu__col__item,
  .guide-menu__col__3 .guide-menu__col__item {
    width: 100%;
  }

  .guide-menu__col__2 .guide-menu__col__item:nth-of-type(n + 2),
  .guide-menu__col__3 .guide-menu__col__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .guide-menu__col__3 .guide-menu__col__item__link {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 10px;
  }

  .guide-menu__col__item::after {
    top: 0;
  }

  .guide-menu__col__2 .guide-menu__col__item__icon {
    height: initial;
    min-height: 100px;
  }

  .guide-menu__col__3 .guide-menu__col__item__icon {
    width: 100px;
    height: auto;
    margin: initial;
    margin-right: 20px;
  }

  .guide-menu__col__3 .guide-menu__col__item__name {
    padding: 0;
  }

  .guide-menu__col__3 .guide-menu__col__item__name p {
    font-size: 13px;
    text-align: left;
  }

  .guide-menu__title {
    margin-top: 20px;
  }

  .guide-menu__title__icon {
    width: 30px;
    margin-right: 23px;
  }

  .guide-menu__title__name {
    padding: 5px 0 0;
    font-size: 20px;
  }

  .guide-menu__col__2 .guide-menu__col__item__name {
    padding-top: 8px;
  }

  .guide-menu__col__2 .guide-menu__col__item__name p {
    font-size: 14px;
  }
}

/* -------------------- sub text -------------------- */

.sub-text {
  margin: 40px 0;
  text-align: center;
}

.sub-text.sub-text__mb {
  margin: 0 0 30px;
}

.sub-text__bg__white {
  background: #fff;
}

.sub-text__link {
  position: relative;
  display: inline;
  transition: 0.3s all ease-in-out;
}

.sub-text__link:hover {
  text-decoration: none;
  opacity: 0.5;
}

.sub-text__link::after {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 12px;
  margin: auto;
  content: "";
  background: url(../img/arrow_r_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.sub-text__link__arrow__left {
  margin: 0 0 30px;
}

.sub-text__link.sub-text__link__arrow__left::after {
  right: initial;
  left: -30px;
  transform: rotate(180deg);
}

.sub-text__link__icon {
  display: inline-block;
  width: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.sub-text__link__name {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #203d95;
  vertical-align: middle;
}

.foot-sub-text div:nth-of-type(3) {
  padding-right: 35px;
}

@media all and (max-width: 767px) {
  .sub-text {
    margin: 20px 0;
  }

  .foot-sub-text .sub-text {
    margin: 30px 0;
  }

  .sub-text__link__name {
    font-size: 16px;
  }

  .sub-text.sub-text__mb {
    padding-left: 55px;
    margin: 0;
    text-align: left;
  }

  .foot-sub-text div:nth-of-type(3) {
    padding-right: 35px;
  }
}

/* -------------------- advice -------------------- */

.advice {
  padding: 0 0 40px;
}

@media all and (max-width: 767px) {
  .advice {
    padding: 0 0 30px;
  }
}

/* -------------------- info-sns -------------------- */

.info-sns {
  padding: 60px 0 40px;
  background: #fff;
}

.info-sns .inner {
  padding: 0;
}

.info-sns h2 {
  text-align: center;
}

.info-sns h2 span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #003f98;
}

.info-sns__list {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0;
}

.info-sns__list__item {
  width: calc((100% - 60px) / 4);
  text-align: center;
}

.info-sns__list__item__icon {
  width: 80px;
  margin: auto;
}

.info-sns__list__item__content__txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.info-sns__list__item__content__button__link {
  position: relative;
  display: block;
  padding: 0 10px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 41px;
  color: #203d95 !important;
  text-decoration: none !important;
  border: 2px solid #203d95;
  border-radius: 50px;
}

.info-sns__list__item__content__button__link::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  border: 0;
  border-top: solid 2px #203d95;
  border-right: solid 2px #203d95;
  transform: rotate(45deg);
}

@media all and (min-width: 768px) {
  .info-sns__list__item__content__button__link:hover {
    color: #fff !important;
    background: #203d95;
  }

  .info-sns__list__item__content__button__link:hover::before {
    border-color: #fff;
  }
}

@media all and (max-width: 767px) {
  .info-sns {
    padding: 25px 0 10px;
  }

  .info-sns h2 span {
    font-size: 20px;
    text-align: left;
  }

  .info-sns__list {
    display: block;
    padding: 20px 0 0;
  }

  .info-sns__list__item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .info-sns__list__item__icon {
    margin: 0 10px 0 0;
  }

  .info-sns__list__item__content {
    width: calc(100% - 70px);
    margin-left: 5px;
  }

  .info-sns__list__item__icon {
    width: 65px;
  }

  .info-sns__list__item__content__txt {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
  }

  .info-sns__list__item__content__button__link {
    margin-top: 10px;
    font-size: 12px;
    line-height: 36px;
    text-decoration: none !important;
  }
}

/* -------------------- parts -------------------- */

.border-gray {
  width: 100%;
  margin: 40px 0;
  border-bottom: 1px solid #ddd;
}

.arrow-down {
  width: 24px;
  margin: 40px auto;
}

.clear {
  height: 0.1px;
  clear: both;
}

@media all and (max-width: 767px) {
  .border-gray {
    margin: 20px 0;
  }

  .arrow-down {
    margin: 20px auto;
  }
}

/* -------------------- content -------------------- */

.content .inner {
  max-width: 800px;
  padding: 40px 60px;
  margin: 40px auto;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #eee;
}

.content p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.content p a {
  color: #203d95;
  text-decoration: underline;
  transition: 0.3s all ease-in-out;
}

.content p a:hover {
  opacity: 0.5;
}

.content__mt {
  margin-top: 40px;
}

.content__mb {
  margin-bottom: 40px;
}

/* border title */

.content__text__center__border {
  position: relative;
  text-align: center;
}

.content__text__center__border::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  content: "";
  background: #203d95;
}

.content__text__center__border p {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 10px;
  color: #203d95;
  background: #fff;
}

/* logo */

.content__list__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.content__list__logo__item {
  margin-right: 25px;
}

.content__list__logo__item:nth-last-of-type(1) {
  margin-right: 0;
}

/* check */

.content__list__check {
  max-width: 350px;
  margin: 40px auto;
}

.content__list__check__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.content__list__check__item__icon {
  width: 18px;
  margin-right: 10px;
}

.content__list__check__item__name {
  font-size: 16px;
  font-weight: 700;
}

/* button */

.content__button__list,
.content__button__list__app {
  display: flex;
  justify-content: center;
}

.content__button__list {
  margin: 30px 0 0;
}

.content__button__list__app {
  margin: 40px 0 0;
}

.content__button__list__item {
  width: calc((100% - 30px) / 2);
}

.content__button__list__item:nth-of-type(2) {
  margin-left: 30px;
}

.content__button__list__app__item:nth-of-type(2) {
  margin-left: 20px;
}

.content__button__list__item__link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  color: #203d95 !important;
  border: 2px solid #203d95;
  border-radius: 25px;
}

.content__button__list__app__item {
  width: 150px;
}

.content__button__list__app__item__link {
  display: block;
}

.content__button__list__item__link:hover {
  color: #fff !important;
  text-decoration: none;
  background: #203d95;
}

/* illust */

.content__illust {
  max-width: 350px;
  margin: 0 auto 30px;
}

.content__illust__small {
  max-width: 310px;
}

/* flex */

.content__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
  text-align: left;
}

.content__flex__item:nth-of-type(2) {
  margin-left: 40px;
}

.content__flex__item__tcard {
  max-width: 190px;
}

.content p.content__flex__item__note {
  margin: 20px 0;
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

/* note */

.content__note {
  max-width: 380px;
  margin: auto;
  text-align: left;
}

.content .content__note p {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.content .content__note a {
  color: #203d95;
  text-decoration: underline;
  transition: 0.3s all ease-in-out;
}

.content .content__note p a:hover {
  opacity: 0.5;
}

/*  headline */

.content__headline {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #203d95;
}

/* img */

.content__img {
  max-width: 400px;
  margin: 0 auto 30px;
}

.content__img__small {
  max-width: 370px;
}

/* subtext */

.content__sub__text {
  margin: 20px 0;
}

.content__sub__text.content__sub__text__mb {
  margin: 0 0 20px;
}

.content__sub__text__bg__white {
  background: #fff;
}

.content__sub__text__link {
  position: relative;
  display: inline;
  transition: 0.3s all ease-in-out;
}

.content__sub__text__link:hover {
  opacity: 0.5;
}

.content__sub__text__link::after {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 12px;
  margin: auto;
  content: "";
  background: url(../img/arrow_r_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.content__sub__text__link.content__sub__text__link__arrow__left::after {
  right: initial;
  left: -30px;
  transform: rotate(180deg);
}

.content__sub__text__link__icon {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.content__sub__text__link__name {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #203d95;
  vertical-align: middle;
}

@media all and (min-width: 768px) {
  .content__flex__item__character {
    width: 220px;
  }

  .content__flex__item__character img {
    display: block;
    width: 120px;
    margin: auto;
  }

  .content .content__flex__item__character p.content__flex__item__note {
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .content .inner {
    width: calc(100% - 40px);
    padding: 30px;
    margin: 20px auto;
    text-align: left;
  }

  .content p {
    font-size: 14px;
  }

  .content__p__mb__sp {
    margin-bottom: 10px;
  }

  .content__list__logo {
    flex-wrap: wrap;
    margin: 20px 0;
  }

  .content__list__logo__item {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .content__list__logo__item img {
    zoom: 0.75;
  }

  .content__button__list {
    display: block;
    margin: 20px -20px 0;
  }

  .content__button__list__item {
    width: 100%;
    text-align: center;
  }

  .content__button__list__item__link {
    font-size: 14px;
  }

  .content__button__list__item:nth-of-type(2) {
    margin-top: 20px;
    margin-left: initial;
  }

  .content__button__list__app__item:nth-of-type(2) {
    margin-left: 10px;
  }

  .content__list__check {
    margin: 30px auto;
  }

  .content__list__check__item__icon {
    min-width: 18px;
  }

  .content__list__check__item__name {
    font-size: 13px;
  }

  .content__flex {
    display: block;
    margin: 20px 0 0;
    text-align: center;
  }

  .content__flex__item:nth-of-type(2) {
    margin-left: 0;
  }

  .content__flex__item__tcard {
    max-width: 100%;
  }

  .content__mt {
    margin-top: 20px;
  }

  .content__mb {
    margin-bottom: 20px;
  }

  .content__sp__text__center {
    text-align: center;
  }

  .content__button__list__app {
    margin: 20px 0 0;
  }

  .content__headline {
    font-size: 16px;
  }
}

/* logo height */

.logo_h15 {
  width: initial;
  height: 15px;
}

.logo_h20 {
  width: initial;
  height: 20px;
}

.logo_h25 {
  width: initial;
  height: 25px;
}

.logo_h30 {
  width: initial;
  height: 30px;
}

.logo_h40 {
  width: initial;
  height: 40px;
}

.logo_h50 {
  width: initial;
  height: 50px;
}

@media all and (max-width: 767px) {
  .logo_list_img {
    margin: 10px 0 30px;
  }
}

/* text */

.text__size__s {
  font-size: 12px;
}

.text__size__l {
  font-size: 24px;
}

.text__weight__bold {
  font-weight: 700;
}

.text__color__blue {
  color: #203d95;
}

.text__marker__yellow {
  background: linear-gradient(transparent 75%, #fff200 60%);
}

@media all and (max-width: 767px) {
  .text__size__l {
    font-size: 18px;
  }
}

/* ----- d_pc_footer.css ----- */

html #footer {
  border-top: 0;
}

html #gfooter-pc {
  border-top: 0;
}

/* --------------- ● Page --------------- */

/* ----- pt-guide ----- */

/* Point */

#pt-guide > .guide-menu > div > div:nth-child(1) > div:nth-child(1) > a > .guide-menu__col__item__icon,
#pt-guide > .guide-menu > div > div:nth-child(2) > div:nth-child(1) > a > .guide-menu__col__item__icon {
  width: 192px;
}

#pt-guide > .guide-menu > div > div:nth-child(1) > div:nth-child(2) > a > .guide-menu__col__item__icon,
#pt-guide > .guide-menu > div > div:nth-child(2) > div:nth-child(2) > a > .guide-menu__col__item__icon {
  width: 123px;
}

#pt-guide > .guide-menu > div > div:nth-child(1) > div:nth-child(3) > a > .guide-menu__col__item__icon,
#pt-guide > .guide-menu > div > div:nth-child(2) > div:nth-child(3) > a > .guide-menu__col__item__icon {
  width: 182px;
}

#pt-guide > .guide-menu > div > div:nth-child(1) > div:nth-child(4) > a > .guide-menu__col__item__icon,
#pt-guide > .guide-menu > div > div:nth-child(2) > div:nth-child(4) > a > .guide-menu__col__item__icon {
  width: 153px;
}

/* Card */

#pt-guide > .guide-menu > div > div:nth-child(4) > div:nth-child(1) > a > .guide-menu__col__item__icon {
  width: 192px;
}

#pt-guide > .guide-menu > div > div:nth-child(4) > div:nth-child(2) > a > .guide-menu__col__item__icon {
  width: 172px;
}

#pt-guide > .guide-menu > div > div:nth-child(4) > div:nth-child(3) > a > .guide-menu__col__item__icon {
  width: 203px;
}

#pt-guide > .guide-menu > div > div:nth-child(4) > div:nth-child(4) > a > .guide-menu__col__item__icon {
  width: 205px;
}

/* Card title icon */

#pt-guide > div.guide-menu > div > div:nth-child(3) {
  margin-top: 65px;
}

#pt-guide > div.guide-menu > div > div:nth-child(3) > .guide-menu__title__icon {
  width: 50px;
  margin-right: 25px;
}

@media all and (max-width: 767px) {
  /* Card title icon */

  #pt-guide > div.guide-menu > div > div:nth-child(3) {
    margin-top: 40px;
  }

  #pt-guide > div.guide-menu > div > div:nth-child(3) > .guide-menu__title__icon {
    width: 39px;
    margin-right: 20px;
  }
}

/* ----- pt-guide-about ----- */

#pt-guide-about .subject__img {
  width: 288px;
}

#pt-guide-about > div:nth-child(7) > div > .content__illust {
  position: relative;
  right: -25px;
  max-width: 349px;
}

@media all and (max-width: 767px) {
  #pt-guide-about .subject__img {
    width: 192px;
  }

  #pt-guide-about > div:nth-child(7) > div > .content__illust {
    right: -6.5%;
  }
}

/* ----- pt-guide-get ----- */

#pt-guide-get .subject__img {
  width: 184px;
}

#pt-guide-get > div:nth-child(3) > div > div.content__illust {
  position: relative;
  right: -25px;
}

@media all and (max-width: 767px) {
  #pt-guide-get .subject__img {
    width: 123px;
  }

  #pt-guide-get > div:nth-child(3) > div > div.content__illust {
    right: -6.5%;
  }
}

/* ----- pt-guide-use ----- */

#pt-guide-use .subject__img {
  width: 273px;
}

#pt-guide-use > div:nth-child(3) > div > .content__flex > .content__flex__item__tcard > img {
  width: 176px;
}

#pt-guide-use > div:nth-child(3) > div > .content__illust {
  position: relative;
  right: -25px;
}

#pt-guide-use > div:nth-child(7) > div > .content__illust.content__illust__small {
  max-width: 274px;
}

@media all and (max-width: 767px) {
  #pt-guide-use .subject__img {
    width: 182px;
  }

  #pt-guide-use > div:nth-child(3) > div > .content__illust {
    right: -6.5%;
  }

  #pt-guide-use > div:nth-child(7) > div > .content__illust.content__illust__small {
    max-width: 225px;
  }
}

/* ----- pt-guide-check ----- */

#pt-guide-check .subject__img {
  width: 237px;
}

@media all and (max-width: 767px) {
  #pt-guide-check .subject__img {
    width: 153px;
  }
}

/* ----- pt-guide-about-card ----- */

#pt-guide-about-card .subject__img {
  width: 286px;
}

#pt-guide-about-card > div:nth-child(5) > div > .content__illust {
  position: relative;
  right: -25px;
}

@media all and (max-width: 767px) {
  #pt-guide-about-card .subject__img {
    width: 192px;
  }

  #pt-guide-about-card > div:nth-child(5) > div > .content__illust {
    right: -6.5%;
  }
}

/* ----- pt-guide-card ----- */

#pt-guide-card .subject__img {
  width: 273px;
}

#pt-guide-card > div:nth-child(5) > div > .content__flex > .content__flex__item.content__flex__item__tcard {
  max-width: 235px;
}

#pt-guide-card .content__banner {
  max-width: 500px;
  margin: 20px auto 0;
}

#pt-guide-card .content__table-card__list {
  width: 100%;
  min-width: 345px;
  border-top: 1px solid #203d95;
  border-left: 1px solid #203d95;
}

#pt-guide-card .content__table-card__list th,
#pt-guide-card .content__table-card__list td {
  padding: 20px 0 18px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #203d95;
  border-bottom: 1px solid #203d95;
}

#pt-guide-card .content__table-card__list th {
  width: 75px;
  min-width: 75px;
  max-width: 75px;
  color: #fff;
  background: #203d95;
}

#pt-guide-card .content__table-card__list td:nth-child(n + 2) {
  width: 28%;
}

#pt-guide-card .content__table-card__head {
  display: flex;
  justify-content: right;
  min-width: 345px;
}

#pt-guide-card .content__table-card__head .item {
  display: flex;
  flex-flow: column;
  width: 28%;
  padding: 0 10px;
  margin: 0 0 5px;
}

#pt-guide-card .content__table-card__head .item__name {
  padding: 10px 0;
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

#pt-guide-card .content__table-card__head .item__balloon {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  background: #fff200;
}

#pt-guide-card .content__table-card__head .item__balloon::before {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-top: 15px solid #fff200;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

#pt-guide-card .content__table-card__head .item:nth-of-type(odd) .item__image {
  margin-bottom: 10px;
}

#pt-guide-card .content__card-list .item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 80%;
  padding: 18px;
  margin: 10px auto 0;
  color: #203d95;
  border: 2px solid #203d95;
  border-radius: 5px;
  transition: 0.3s all;
}

#pt-guide-card .content__card-list .item a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  background: url(../img/arrow_r_bl_02.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

#pt-guide-card .content__card-list .item a:hover {
  color: #203d95;
  text-decoration: none;
  opacity: 0.5;
}

#pt-guide-card .content__card-list .item__image {
  width: 74px;
}

#pt-guide-card .content__card-list .item__name {
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

#pt-guide-card .content__table-card__note {
  margin-top: 10px;
  font-size: 12px;
  color: #000;
  text-align: right;
}

@media all and (max-width: 767px) {
  #pt-guide-card .subject__img {
    width: 172px;
  }

  #pt-guide-card > div:nth-child(5) > div > .content__flex > .content__flex__item.content__flex__item__tcard {
    position: relative;
    right: -5.5%;
    max-width: 180px;
    margin: auto;
  }

  #pt-guide-card .content__table-card__head .item:nth-of-type(odd) .item__image {
    margin-bottom: 5px;
  }

  #pt-guide-card .content__table-card__list th,
  #pt-guide-card .content__table-card__list td {
    padding: 8px 0 7px;
    font-size: 12px;
  }

  #pt-guide-card .content__table-card__head .item {
    width: 26.1%;
    padding: 0 4px;
  }

  #pt-guide-card .content__table-card__list td:nth-child(n + 2) {
    width: 24%;
  }

  #pt-guide-card .content__table-card__head .item__balloon {
    text-align: center;
  }

  #pt-guide-card .content__table-card__head .item__balloon,
  #pt-guide-card .content__table-card__head .item__name {
    font-size: 12px;
  }

  #pt-guide-card .content__card-list .item a {
    width: 100%;
  }

  #pt-guide-card .content__card-list .item__name {
    font-size: 12px;
  }

  #pt-guide-card .content__table-card__list th {
    width: 20%;
    min-width: initial;
    max-width: initial;
  }

  #pt-guide-card .content__table-card__note {
    font-size: 14px;
  }
}

@media all and (max-width: 540px) {
  #pt-guide-card .content-scroll {
    overflow-x: scroll;
  }

  #pt-guide-card .content__table-card__head .item {
    width: calc((100% - 87px) / 3);
  }
}

/* ----- pt-guide-credit ----- */

#pt-guide-credit .subject__img {
  width: 289px;
}

@media all and (max-width: 767px) {
  #pt-guide-credit .subject__img {
    width: 203px;
  }
}

/* ----- pt-guide-character ----- */

#pt-guide-character .subject__img {
  width: 298px;
}

#pt-guide-character > div:nth-child(7) > div > .content__flex > .content__flex__item.content__flex__item__character > img {
  width: 120px;
}

#pt-guide-character .content__img {
  max-width: 300px;
}

@media all and (max-width: 767px) {
  #pt-guide-character .subject__img {
    width: 205px;
  }

  #pt-guide-character > div:nth-child(7) > div > .content__flex > .content__flex__item.content__flex__item__character > img {
    width: 98px;
  }
}

/* ----- bottom guide -----  */

.guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-get img {
  width: 123px;
}

.guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-use img {
  width: 182px;
}

.guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-check img {
  width: 153px;
}

.guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-about img {
  width: 192px;
}

.guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-about_card img {
  width: 192px;
}

.guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-card img {
  width: 172px;
}

.guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-credit img {
  width: 203px;
}

.guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-character img {
  width: 205px;
}

@media all and (max-width: 767px) {
  .guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-get img {
    width: 64px;
  }

  .guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-use img {
    width: 95px;
  }

  .guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-check img {
    width: 73px;
  }

  .guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-about img {
    width: 80px;
  }

  .guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-about_card img {
    width: 78px;
  }

  .guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-card img {
    width: 92px;
  }

  .guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-credit img {
    width: 93px;
  }

  .guide-menu__col__3 .guide-menu__col__item__icon.icon_guide-character img {
    width: 95px;
  }
}

#pt-guide-character > div:nth-child(5) > div > div.content__button .content__button__list__item__link {
  position: relative;
  padding-right: 15px;
}

#pt-guide-character > div:nth-child(5) > div > div.content__button .content__button__list__item__link::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 10px;
  margin: auto;
  content: "";
  background: url(../img/icon_blank_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

#pt-guide-character > div:nth-child(5) > div > div.content__button .content__button__list__item__link:hover::after {
  background: url(../img/icon_blank_wt.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
