@charset "UTF-8";
/*========================================
  support common
========================================*/
main._support > section {
  max-width: 1366px;
  margin: 0 auto;
}

/* -----  header ----- */
.gnav-list li {
  position: relative;
}
.gnav-list li.gnav-now > a {
  background: #e7f5fc;
  pointer-events: none;
}
.gnav-sublist {
  position: relative;
  overflow: hidden;
  height: 0;
}
.gnav-sublist a {
  padding-right: 1em;
  padding-left: 32px;
  font-size: 0.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gnav-sublist a:before {
  content: "\02022";
  margin-right: 0.3em;
}
.gnav-check {
  display: none;
}
.gnav-open {
  display: block;
  width: 2.5em;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.gnav-open:before, .gnav-open:after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.gnav-open:after {
  transform: rotate(90deg);
}
.gnav-check:checked + .gnav-open:after {
  display: none;
}
.gnav-check:checked ~ a {
  background: #f6f6f6;
}
.gnav-check:checked ~ .gnav-sublist {
  height: auto;
}

/* -----  breadcrumbs ----- */
.breadcrumbs {
  display: table;
  position: absolute;
  top: 16px;
}
@media screen and (max-width: 1180px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs p {
  display: table-cell;
  font-size: 0.85rem;
  color: #777;
}
.breadcrumbs p a {
  color: #777;
  position: relative;
  padding-right: 2em;
}
.breadcrumbs p a:after {
  width: 0.5em;
  height: 0.5em;
  content: '';
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #6c7378;
  border-top: 2px solid #6c7378;
  border-top-color: #ccc;
  border-right-color: #ccc;
  margin-left: 0.5em;
}

/* -----  pagemark ----- */
.conthead {
  margin-top:20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .conthead-pagemark {
    position: absolute;
    top: -32px;
    margin-left: -16px;
    left: 0;
    width: calc(100% + 32px);
    padding: 0.2em;
    background: #6c7378;
    text-align: center;
  }
  .conthead-pagemark a {
    color: #fff;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  .conthead-pagemark {
    position: absolute;
    top: 0em;
  }
  .conthead-pagemark a {
    pointer-events: none;
    font-size: 0.85rem;
    color: #6c7378;
  }
}
.conthead-pagemark ~ .conthead-ttl {
  width: 100%;
  margin-top: 1em;
}

/* -----  support-back ----- */
.support-back {
  margin-top: 64px;
}
.support-back a {
  color: #777;
  font-size: 0.85rem;
  position: relative;
  padding-left: 1em;
}
.support-back a:before {
  width: 0.5em;
  height: 0.5em;
  content: '';
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #6c7378;
  border-top: 2px solid #6c7378;
  border-top-color: #ccc;
  border-left-color: #ccc;
}

/*========================================
  help
========================================*/
.help li a {
  display: block;
  padding: 1em 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .help li a {
    display: inline-block;
  }
}
.help-list li a {
  padding-left: 1em;
}
.help-list li a:before {
  position: absolute;
  top: 1.6em;
  left: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0e9cdc;
}
@media screen and (max-width: 768px) {
  .help-list {
    border-top: 1px solid #e6e6e6;
  }
  .help-list li a {
    border-bottom: 1px solid #e6e6e6;
  }
}
.help-sec {
  margin-bottom: 64px;
}
.help-sec .subttl a {
  display: block;
  background: #eceded;
  padding: 0.5em 16px;
}
@media screen and (max-width: 768px) {
  .help-sec .subttl a {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -8px;
  }
}
.help-all {
  margin-top: 1em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .help-all {
    text-align: right;
  }
}
.help-all a {
  color: #777;
  position: relative;
}
.help-all a:after {
  margin-left: 0.3em;
  width: 0.5em;
  height: 0.5em;
  content: '';
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #6c7378;
  border-top: 2px solid #6c7378;
  border-top-color: #ccc;
  border-right-color: #ccc;
}
.help-faq {
  margin-bottom: 48px;
}
.help-wrap .help-sec {
  margin-bottom: 0;
}
.help-wrap li a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.help-wrap li a:after {
  width: 0.5em;
  height: 0.5em;
  right: 0.5em;
  content: '';
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #6c7378;
  border-top: 2px solid #6c7378;
  border-top-color: #ccc;
  border-right-color: #ccc;
}
.help-question {
  width: 100%;
  padding: 0.5em 0 0.5em 2.5em;
  border-bottom: 1px solid #e6e6e6;
}
.help-question:before {
  content: "Ｑ";
  position: absolute;
  top: 1.3em;
  left: 0;
  display: inline-block;
  background: #6c7378;
  font-family: 'Impact';
  color: #fff;
  font-weight: bold;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.5em;
}
.help-answer {
  margin-bottom: 64px;
}
.help-answer a {
  color: #003690;
  text-decoration: underline;
}
.help-answer *[class*="c-btn"],
.help-answer *.c-edit {
  max-width: 320px;
  color: auto;
  text-decoration: none;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.help-answer b, .help-answer strong {
  font-weight: bold;
}
.help-answer p + p {
  margin-top: 3em;
}
.help-answer table {
  margin: 2em 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.help-answer table th, .help-answer table td {
  border: 1px solid #e6e6e6;
  padding: 1em 0.5em;
}
@media screen and (min-width: 769px) {
  .help-answer table th, .help-answer table td {
    padding: 1em;
  }
}
.help-answer table th {
  background: #eceded;
}
.help-contact {
  margin-top: 32px;
  background: #eceded;
  text-align: center;
  padding: 24px 8px;
}
.help .contact-btn {
  max-width: 352px;
  margin: 16px auto 0;
}
@media screen and (min-width: 769px) {
  .help-faq .help-list {
    display: flex;
    flex-wrap: wrap;
  }
  .help-faq .help-list li {
    width: 50%;
    flex: 1 1 auto;
  }
  .help-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .help-wrap .help-sec {
    width: 50%;
    padding-right: 32px;
    margin-bottom: 32px;
  }
}

/*========================================
  information
========================================*/
.info-list {
  margin-top: -8px;
  border-top: 1px solid #e6e6e6;
}
.info-list li {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.info-date {
  display: block;
  color: #777;
  margin-bottom: 0.5em;
}
.info-ttl {
  width: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e6e6e6;
}
.info-body .info-date {
  text-align: right;
  margin-top: -1em;
}
.info-body a {
  color: #003690;
}
.info-body b, .info-body strong {
  font-weight: bold;
}

/*========================================
  sitmap
========================================*/
.sitemap-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.sitemap-sec > div {
  margin-bottom: 80px;
  padding-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
}
.sitemap-sitetop {
  margin-bottom: -1em;
  background: #eceded;
  padding: 1em 0.5em;
}
.sitemap-sitetop a {
  font-weight: bold;
}
.sitemap-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap-list > li {
  padding-top: 1em;
  border-top: 1px solid #e6e6e6;
}
.sitemap-list li {
  width: 100%;
  margin-top: 1em;
}
.sitemap-list li a:before {
  content: "\025b6";
  display: inline-block;
  width: 1.3em;
  margin-right: 0.5em;
  vertical-align: bottom;
  color: #ccc;
  text-align: center;
}
.sitemap-list ul li {
  padding-top: 1em;
  border-top: 1px dashed #e6e6e6;
  padding-left: 1.8em;
}
.sitemap-org > a:before, .sitemap-top > a:before {
  content: "" !important;
  display: inline-block;
  height: 1.6em;
  background-size: contain;
}
.sitemap-org > a:before {
  background: url(../../img/icon_org.svg) no-repeat center center;
}
.sitemap-top > a:before {
  background: url(../../img/icon_list.svg) no-repeat center center;
}
@media screen and (min-width: 480px) {
  .sitemap-sub {
    width: 48%;
  }
  .sitemap-top {
    width: 48% !important;
  }
}

/*========================================
  profile
========================================*/
.profile {
  max-width: 800px;
  margin: 0 auto;
}
.profile-table > dt {
  margin-top: 40px;
  margin-bottom: 8px;
}
.profile-table > dd dd + dt {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .profile-table > dt {
    margin-top: 64px;
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
  .profile-table > dd dd + dt {
    margin-top: 16px;
  }
}

/*========================================
  terms
========================================*/
.terms {
  max-width: 800px;
  margin: 0 auto;
}
.terms section + section {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .terms section + section {
    margin-top: 64px;
  }
}
.terms h2 {
  font-size: 1.25rem;
  margin-bottom: 1em;
}
.terms ul, .terms ol {
  padding-left: 1.5em;
}
.terms section > ol > li,
.terms section > ul > li {
  margin-top: 1em;
}
.terms ul > li {
  list-style: disc;
}
.terms ol > li {
  list-style: decimal;
}
.terms section a {
  color: #003690;
  text-decoration: underline;
}
.terms aside {
  margin-top: 64px;
  font-size: 0.85rem;
}

/* ヘルプ準備前 */
.conthead-pagemark,
.help-question:before,
.breadcrumbs {
  display: none;
}

.conthead-pagemark a {
  pointer-events: none;
}

.help-question {
  padding-left: 0;
}
