/***
# Design

Follow the design below.

- [BEM](http://getbem.com/)
- [Atomic Design](https://atomicdesign.bradfrost.com/)

# Naming

[Unit of Atomic Design]-[block]__[element]--[modifier]
 ***/

/*** Base ***/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");

* {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica",
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: -0.408px;
}

/*** Atomic Design - Pages ***/
/* NOP */

/*** Atomic Design - Templates ***/

.templates-root {
  /* Bright Gray */
  background: #eff4f8;
  padding-bottom: 49px;
}

.templates-layout {
  padding-top: 44px;
}

/*** Atomic Design - Organisms ***/

.organisms-links {
  background-color: #ffffff;
  /* MiddleGray */
  border-bottom: #d3d6d9 1px solid;
  /* MiddleGray */
  border-top: #d3d6d9 1px solid;
  padding-left: 16px;
}

.organisms-body {
  padding: 0 16px;
}

/*** Atomic Design - Molecules ***/

.molecules-linkItem {
  /* MiddleGray */
  border-bottom: #d3d6d9 1px solid;
  height: 60px;
}

.molecules-linkItem--last {
  height: 60px;
}

.molecules-linkItem__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-right: 16px;
  text-decoration: none;
}

.molecules-linkItem__border {
  border-top: #d3d6d9 1px solid;
}

.molecules-linkItem__link {
  padding-left: 20px;
}

.molecules-linkItem__lastInner {
  border-bottom: none !important;
}

.molecules-accordion {
  margin: 0;
}

.molecules-accordionTitle {
  border-bottom: #d3d6d9 1px solid;
  height: 60px;
  display: block;
  cursor: pointer;
  line-height: 60px;
}

.molecules-accordionInner {
  border-bottom: #d3d6d9 1px solid;
  display: none;
  margin: 0;
}

.molecules-accordionTitle--last {
  height: 60px;
  display: block;
  cursor: pointer;
  line-height: 60px;
}

.molecules-accordionInner--last {
  border-top: 1px solid #d3d6d9;
  display: none;
  margin: 0;
}

.molecules-titleWithCircle {
  padding: 29px 0;
  display: flex;
}

.molecules-caution {
  padding: 14px 16px 25px 16px;
  margin: 32px 0 102px 0;
  /* Thin MiddleGray */
  background: rgba(211, 214, 217, 0.4);
}

/*** Atomic Design - Atoms ***/
.atoms-title {
  /* Black */
  color: #000000;
  font-size: 17px;
  font-weight: 600;

  line-height: 22px;
  text-align: center;
}

.atoms-linkText {
  /* DarkGray */
  color: #525359;
  font-size: 14px;
  font-weight: 500;

  line-height: 22px;
}

.atoms-linkOpenIcon {
  background: url("./../images/others/Arrow.svg") no-repeat;
  background-size: cover;
  height: 15px;
  width: 9px;
}

.atoms-linkOpenDownIcon {
  background: url("./../images/others/Arrow.svg") no-repeat;
  background-size: cover;
  height: 15px;
  width: 9px;
  transform: rotate(90deg);
  transition: all 0.5s;
}

.atoms-linkOpenDownIcon--open {
  transform: rotate(270deg);
}

.atoms-guideDownArrow {
  background: url("./../images/others/Polygon21.svg") no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  margin: 8px auto 8px auto;
}

.atoms-border {
  /* MiddleGray */
  border-bottom: 1px solid #d3d6d9;
}

.atoms-image {
  width: 100%;
  height: auto;
}

.atoms-subTitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;

  /* DarkNavy */
  color: #242526;
}

.atoms-description {
  font-size: 14px;
  line-height: 160%;

  /* DarkNavy */
  color: #242526;
}

.atoms-circle {
  position: relative;
  margin: auto 9px auto 0;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  /* TSPayRed */
  background: #d70c18;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;

  /* White */
  color: #ffffff;
}

.atoms-circle__sentence {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}

.atoms-caution-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;

  /* DarkGray */
  color: #525359;
}

.atoms-caution-description {
  margin-top: 14px;
  font-size: 12px;
  line-height: 160%;

  /* MidDarkGray */
  color: #8e8e8e;
}

.atoms-term-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}

.atoms-term-body {
  font-size: 12px;
  line-height: 160%;
}

.atoms-term-subTitle {
  height: 20px;
  font-size: 14px;
  line-height: 140%;
}

.atoms-links-title {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.41px;
  padding: 0 0 8px 16px;
}

/*** Others ***/
.terms-font {
  color: #000000;
  font-family: "MS 明朝" !important;
}

.align-right {
  text-align: right;
}

.tac {
  text-align: center;
}

.pt16 {
  padding-top: 16px;
}

.ml16 {
  margin-left: 16px;
}

.mt24 {
  margin-top: 24px;
}

.pt26 {
  padding-top: 26px;
}

.pt28 {
  padding-top: 28px;
}

.pt29 {
  padding-top: 29px;
}

.mt44 {
  margin-top: 44px;
}

.mb16 {
  margin-bottom: 16px;
}

.mt36 {
  margin-top: 36px;
}

.disclaimer-text {
  font-size: 10px;
  text-align: center;
  color: #525359;
  padding: 6px 0;
}

@media screen and (min-width: 768px) {
  .disclaimer-text {
    font-size: 12px;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .disclaimer-text {
    font-size: 14px;
  }
}