@charset "utf-8";

:root {
  --primary_color: #5DC1CF;
  --link_text_color: #2A818D;
  --title_text_color: #35A1B1;
}
@keyframes fadeIn {
  0% { display: none; opacity: 0; }
  1% { display: block; opacity: 0; }
  100% { display: block; opacity: 1; }
}
@-webkit-keyframes fadeIn {
  0% { display: none; opacity: 0; }
  1% { display: block; opacity: 0; }
  100% { display: block; opacity: 1; }
}

@keyframes fadeInFx {
  0% { display: none; opacity: 0; }
  1% { display: flex; opacity: 0; }
  100% { display: flex; opacity: 1; }
}
@-webkit-keyframes fadeInFx {
  0% { display: none; opacity: 0; }
  1% { display: flex; opacity: 0; }
  100% { display: flex; opacity: 1; }
}

@keyframes fadeOut {
  0% { display: block; opacity: 1; }
  99% { display: block; opacity: 0; }
  100% { display: none; opacity: 0; }
}
@-webkit-keyframes fadeOut {
  0% { display: block; opacity: 1; }
  99% { display: block; opacity: 0; }
  100% { display: none; opacity: 0; }
}

@keyframes fadeOutFx {
  0% { display: flex; opacity: 1; }
  99% { display: flex; opacity: 0; }
  100% { display: none; opacity: 0; }
}
@-webkit-keyframes fadeOutFx {
  0% { display: flex; opacity: 1; }
  99% { display: flex; opacity: 0; }
  100% { display: none; opacity: 0; }
}

.pcNone-inline {
  display: inline;
}
@media (min-width: 821px) {
  .pcNone-inline {
    display: none;
  }
}

.isDispNone {
  display: none !important;
}
@media (min-width: 821px) {
  #global_nav.isDispNone {
    display: block !important;
  }
}

.fixed {
  padding-top: 58px;
  position: fixed;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
}

.Header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  position: relative;
  width: 100%;
  z-index: 101;
}
.Header__inner {
  height: 58px;
  margin: 0 auto;
  padding: 12px;
  position: relative;
  max-width: 1170px;
}
@media (min-width: 821px) {
  .Header__inner {
    align-items: center;
    display: flex;
    height: 82px;
    justify-content: space-between;
    padding: 0 15px;
    min-width: 1010px;
  }
}

.Nav {
  display: flex;
  width: 100%;
}

.global_nav_btn {
  margin-left: auto;
}
.global_nav_btn:hover,
.global_nav_btn:focus {
  opacity: 0.8;
}
.global_nav_btn .icons {
  display: block;
  height: 30.5px;
  width: 32px;
}
.global_nav_btn .icon-menu {
  background: url("/assets/img/common/icon_nav_open.png") no-repeat center center/contain;
}
.global_nav_btn .icon-close {
  background: url("/assets/img/common/icon_nav_close.png") no-repeat center center/contain;
}
.global_nav_btn[aria-expanded="false"] .icon-close,
.global_nav_btn[aria-expanded="true"] .icon-menu {
  display: none;
}
@media (min-width: 821px) {
  .global_nav_btn {
    display: none !important;
  }
}

#global_nav[aria-hidden="false"] {
  animation: fadeIn .3s ease-out 0s forwards;
}
#global_nav[aria-hidden="true"] {
  animation: fadeOut .3s ease-out 0s forwards;
}
.Nav__global {
  background: rgba(255,255,255,.95);
  border-top: 1px solid #ccc;
  display: block;
  flex-direction: column;
  min-height: calc(100vh - 58px);
  height: 100%;
  left: 0;
  margin: 0;
  overflow-y: auto;
  padding: 16px 16px 16px 16px;
  position: absolute;
  top: 58px;
  width: 100%;
  z-index: 300;
}
.Nav__global__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  text-align: center;
}

.Nav__global__list [class^="Nav__global--"] {
  margin-top: 16px;
}

.Nav__global__item {
  border: 2px solid transparent;
  border-radius: 999px;
  display: block;
  font-size: 1.8rem;
  padding: 4px 2em 6px;
  transition: border .3s ease-out, background-color .3s ease-out;
}
.Nav__global__item:hover,
.Nav__global__item:focus {
  background-color: #fff !important;
  border: 2px solid var(--primary_color);
  text-decoration: none;
}

.topPage .Nav__global--home .Nav__global__item,
.termsPage .Nav__global--terms .Nav__global__item {
  background-color: var(--primary_color);
}

@media (min-width: 821px) {
  .Nav__global {
    background: transparent;
    border: none;
    min-height: auto;
    height: auto;
    margin-left: auto;
    padding: 0;
    position: inherit;
  }
  .Nav__global__list {
    flex-direction: row;
    justify-content: flex-end;
    text-align: left;
  }
  
  .Nav__global__list [class^="Nav__global--"] {
    margin-top: 0;
    margin-left: 16px;
  }
}

.mainContents {
  padding-bottom: 80px;
  min-height: calc(100vh - 58px - 155px);
}
@media (min-width: 821px) {
  .mainContents {
    min-height: calc(100vh - 82px - 120px);
  }
}

.l-column {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 821px) {
  .l-column {
    min-width: 1010px;
  }
}

#js-pageTop {
  align-items: center;
  background-color: var(--primary_color);
  border-radius: 24px;
  bottom: 20px;
  color: #333;
  display: flex;
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  position: fixed;
  right: 20px;
  text-decoration: none;
  transition: filter 0.5s ease;
  width: 48px;
  z-index: 200;
}
#js-pageTop:hover,
#js-pageTop:focus {
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.4));
  text-decoration: none;
}
#js-pageTop span {
  display: block;
  padding-bottom: 3px;
  transform: scale(1.5, 1);
}

#js-pageTop[aria-hidden="true"] {
  animation: fadeOutFx .3s ease-out 0s forwards;
}
#js-pageTop[aria-hidden="false"] {
  animation: fadeInFx .3s ease-out 0s forwards;
}

.Footer {
  background-color: var(--primary_color);
  padding-top: 15px;
  position: relative;
  z-index: 101;
}
.Footer__contents {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  text-align: center;
}
.Footer__left {
  width: 100%;
}
.Footer__logo {
  width: 140px;
  margin: 0 auto 20px;
}
.Footer__logo a {
  display: block;
}
.Footer__copyrights {
  font-size: 1rem;
  width: 100%;
}
@media (min-width: 821px) {
  .Footer {
    padding: 25px 0;
  }
  .Footer__contents {
    align-items: center;
    height: 70px;
    padding: 0 15px;
    justify-content: space-between;
    text-align: left;
  }
  .Footer__left {
    margin-right: auto;
    width: auto;
  }
  .Footer__logo {
    width: 154px;
    margin: 0;
  }
  .Footer__copyrights {
    width: auto;
  }
}

.topicPath {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.1rem;
  margin: 10px 0 20px;
}
.topicPath li {
  list-style: none !important;
}

@media (min-width: 821px) {
  .topicPath {
    margin: 26px 0 24px;
  }
}
.topicPath__item {
  position: relative;
  padding-right: calc(1em + 3px);
  margin-right: 3px;
  color: #525252;
}

.topicPath__item::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.topicPath__item a {
  color: #0065b2;
}

.wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.articleContents {
  width: 100%;
  word-break: break-all;
}
@media (min-width: 821px) {
  .articleContents {
    flex: 0 1 860px;
    max-width: 860px;
  }
  .articleContents--full {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.ArticleLabel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 5px 0 20px;
}
@media (min-width: 821px) {
  .ArticleLabel {
    height: 125px;
    min-height: 125px;
    padding: 0;
    width: 100%;
  }
}

.ArticleLabel__body {
  margin: 5px 0;
  font-size: 2.5rem;
  font-weight: 500;
}
@media (min-width: 821px) {
  .ArticleLabel__body {
    font-size: 3rem;
  }
}
.ArticleLabel__body--bold {
  font-weight: 700;
}

.block {
  margin-bottom: 20px;
}
@media (min-width: 821px) {
  .block {
    margin-bottom: 30px;
  }
}

.normalText {
  line-height: 1.8;
}
@media (min-width: 821px) {
  .normalText {
    line-height: 2;
  }
}

.contentsBlock {
  margin-bottom: 30px;
}
@media (min-width: 821px) {
  .contentsBlock {
    margin-bottom: 50px;
  }
}

.barLabel {
  background: #F7FCFD;
  border-left: 3px solid var(--primary_color);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1em 0 15px 0;
  padding: 11px 12px;
}
@media (min-width: 821px) {
  .barLabel {
    border-left-width: 5px;
    font-size: 1.8rem;
    line-height: 2;
    margin: 1em 0;
    padding: 12px 20px;
  }
}

.squareLabel {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.6rem;
  margin: 0.83em 0;
}
.squareLabel::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "■";
  color: var(--primary_color);
}
.squareLabel--marginSmall {
  margin: 0.3em 0;
}

.mainContents a {
  color: var(--link_text_color);
  text-decoration: underline;
}
.mainContents a:hover,
.mainContents a:focus {
  text-decoration: none;
}

.text-red {
  color: #C22727;
}

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

.pseudoMainTitle {
  color: var(--title_text_color);
  font-size: 2.5rem;
  font-weight: 700;
}
.pseudoMainTitle-sub {
  color: #333;
  font-size: 1.6rem;
}
.h2Title {
  color: var(--title_text_color);
  font-size: 1.6rem;
  line-height: 2;
  margin: 1em 0;
}
@media (min-width: 821px) {
  .pseudoMainTitle {
    font-size: 3rem;
  }
  .pseudoMainTitle-sub {
    font-size: 1.8rem;
  }
  .h2Title {
    font-size: 1.8rem;
  }
}

.mainContents ol ol,
.mainContents ul ol {
  margin: 0 0 16px 0;
}
.mainContents ul ul,
.mainContents ol ul {
  margin: 0 0 16px 16px;
}
@media (min-width: 821px) {
  .mainContents ol ol,
  .mainContents ul ol {
    margin: 12px 0 12px 0;
  }
  .mainContents ul ul,
  .mainContents ol ul {
    margin: 12px 0 12px 12px;
  }
}

.mainContents li {
  margin-bottom: 16px;
}
.mainContents ul li {
  list-style-type: disc;
}
.mainContents ul li li {
  list-style-type: circle;
}
.mainContents ul li li li {
  list-style-type: disc;
}
@media screen and (max-width:767px) {
  .mainContents {
    margin-bottom: 12px;
  }
}

.mainContents ol {
  counter-reset: ol-count;
  list-style: none;
}
.mainContents ol > li {
  margin-left: 0;
  list-style-type: none !important;
  padding-left: 1.5em;
  position: relative;
}
.mainContents ol > li::before {
  content: counter(ol-count)".";
  counter-increment: ol-count;
  display: block;
  float: left;
  margin-left: -1.5em;
}
.mainContents ol li li {
  padding-left: 1.5em;
}
.mainContents ol li li li {
  padding-left: 1.5em;
}
.mainContents ol li li::before {
  content: "("counter(ol-count)")\00a0";
}
.mainContents ol li li li::before {
  content: counter(ol-count)")";
}
.mainContents ol ul li::before {
  content: "" !important;
}
.mainContents ol ul li {
  padding-left: 0 !important;
}

.mainContents ol.ol_Ver2 > li::before {
  content: "("counter(ol-count)")\00a0" !important;
}
.mainContents ol.ol_Ver3 > li::before {
  content: counter(ol-count)")\00a0" !important;
}
.mainContents ol.ol_Ver4 > li::before {
  content: none !important;
  position: relative;
}
.mainContents ol.ol_Ver4 > li > .user_counter {
  position: absolute;
  left: 0;
  top: 0;
}