﻿@charset "UTF-8";

/* ==============================
  BASE
============================== */
body {
  background: #FFF !important;
}
b {
  font-weight: bold;
}
em {
  color: #ff0000;
  font-style: normal;
}
strong {
  color: #ff0000;
  font-weight: bold;
}
em a,
strong a {
  color: inherit;
}

/* ==============================
  PC
============================== */
html[data-browse-mode="P"] .block-guide {
  margin: 0 0 120px;
}
html[data-browse-mode="P"] .block-guide .sp {
  display: none;
}
html[data-browse-mode="P"] .block-guide h1 {
  text-align: center;
  margin: 0 0 50px;
}

/* TOP */
html[data-browse-mode="P"] .block-guide-certification {
  position: relative;
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  margin: 0 0 60px;
}
html[data-browse-mode="P"] .block-guide-certification:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  width: 27px;
  height: 27px;
  background: #888;
  border-radius: 50%;
}
html[data-browse-mode="P"] .block-guide-certification h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 13px 60px 13px 15px;
  cursor: pointer;
}
html[data-browse-mode="P"] .block-guide-certification h2:before,
html[data-browse-mode="P"] .block-guide-certification h2:after {
  content: '';
  position: absolute;
  top: 27px;
  right: 27px;
  width: 12px;
  height: 2px;
  background: #FFF;
}
html[data-browse-mode="P"] .block-guide-certification h2:not(.open):after {
  transform: rotate(90deg);
}
html[data-browse-mode="P"] .block-guide-certification--contents {
  display: none;
  padding: 0 15px 25px;
}
html[data-browse-mode="P"] .block-guide-certification--contents p:not(:last-child) {
  margin: 0 0 20px;
}
html[data-browse-mode="P"] .block-guide-certification--contents a {
  color: #0645AD;
  text-decoration: underline;
}
html[data-browse-mode="P"] .block-guide-certification--contents a:hover {
  text-decoration: none;
}
html[data-browse-mode="P"] .block-guide-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 120px;
}
html[data-browse-mode="P"] .block-guide-nav.-col2 {
  gap: 16px;
}
html[data-browse-mode="P"] .block-guide-nav li {
  width: 228px;
}
html[data-browse-mode="P"] .block-guide-nav.-col2 li {
  width: 592px;
}
html[data-browse-mode="P"] .block-guide-nav.-col3 li {
  width: 390px;
}
html[data-browse-mode="P"] .block-guide-nav.-col4 li {
  width: 288px;
}
html[data-browse-mode="P"] .block-guide-nav li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 64px;
  border: 1px solid #BBB;
  border-radius: 5px;
  padding: 7px;
  text-align: center;
  font-weight: bold;
}
html[data-browse-mode="P"] .block-guide-nav li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  transform: translateY(-50%) rotate(45deg) skew(5deg, 5deg);
}
html[data-browse-mode="P"] .block-guide-nav li a:hover {
  text-decoration: none;
  opacity: .8;
}
html[data-browse-mode="P"] .block-guide-box:not(:last-child) {
  margin: 0 0 80px;
}
html[data-browse-mode="P"] .block-guide-box h2 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  padding: 1px 0 0 22px;
  margin: 0 0 25px;
}
html[data-browse-mode="P"] .block-guide-box h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 40px;
  background: linear-gradient(to bottom, #0E9EE6 50%, #E9091A 50%);
}
html[data-browse-mode="P"] .block-guide-box--list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
  padding: 0 15px;
}
html[data-browse-mode="P"] .block-guide-box--list-item {
  width: 354px;
}
html[data-browse-mode="P"] .block-guide-box--list-item a {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 15px 0;
  border-bottom: 1px dashed #999;
}
html[data-browse-mode="P"] .block-guide-box--list-item a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  transform: translateY(-50%) rotate(-45deg) skew(10deg, 10deg);
}
html[data-browse-mode="P"] .block-guide-box--list-item a:hover {
  text-decoration: none;
  opacity: .8;
}

/* 下層 */
html[data-browse-mode="P"] .guide-separator {
  margin-bottom: 100px;
}
html[data-browse-mode="P"] .guide-separator > *:first-child {
  margin-top: 0;
}
html[data-browse-mode="P"] .guide-separator > *:last-child {
  margin-bottom: 0;
}
html[data-browse-mode="P"] .guide-hdg2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.615;
  padding: 1px 0 0 20px;
  margin: 32px 0 24px;
  position: relative;
}
html[data-browse-mode="P"] .guide-hdg2::before {
  content: '';
  background: #000;
  height: 100%;
  width: 6px;
  position: absolute;
  top: 0;
  left: 0;
}
html[data-browse-mode="P"] .guide-hdg3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  padding: unset;
  margin: 32px 0 16px;
}
html[data-browse-mode="P"] .guide-txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 24px;
}
html[data-browse-mode="P"] .guide-list-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 8px;
}
html[data-browse-mode="P"] .guide-bullet-list {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 24px;
}
html[data-browse-mode="P"] .guide-bullet-list .guide-bullet-list,
html[data-browse-mode="P"] .guide-bullet-list .guide-order-list,
html[data-browse-mode="P"] .guide-bullet-list .guide-note-list {
  margin-bottom: 0;
}
html[data-browse-mode="P"] .guide-bullet-list > li {
  padding-left: 1em;
  position: relative;
}
html[data-browse-mode="P"] .guide-bullet-list > li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
html[data-browse-mode="P"] .guide-bullet-list > li + li {
  margin-top: 10px;
}
html[data-browse-mode="P"] .guide-order-list {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
  list-style: none;
  margin-bottom: 24px;
}
html[data-browse-mode="P"] .guide-order-list .guide-bullet-list,
html[data-browse-mode="P"] .guide-order-list .guide-order-list,
html[data-browse-mode="P"] .guide-order-list .guide-note-list {
  margin-bottom: 0;
}
html[data-browse-mode="P"] .guide-order-list > li {
  display: flex;
}
html[data-browse-mode="P"] .guide-order-list > li + li {
  margin-top: 4px;
}
html[data-browse-mode="P"] .guide-order-num {
  flex-shrink: 0;
  width: 1.25em;
}
html[data-browse-mode="P"] .guide-order-body {
  flex-grow: 1;
}
html[data-browse-mode="P"] .guide-note-list {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 24px;
}
html[data-browse-mode="P"] .guide-note-list .guide-bullet-list,
html[data-browse-mode="P"] .guide-note-list .guide-order-list,
html[data-browse-mode="P"] .guide-note-list .guide-note-list {
  margin-bottom: 0;
}
html[data-browse-mode="P"] .guide-note-list > li {
  display: flex;
}
html[data-browse-mode="P"] .guide-note-mark {
  flex-shrink: 0;
  width: 1.25em;
}
html[data-browse-mode="P"] .guide-note-body {
  flex-grow: 1;
}
html[data-browse-mode="P"] .guide-txt + .guide-note-list {
  margin-top: -20px;
}
html[data-browse-mode="P"] .guide-img-wrap {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  margin-bottom: 24px;
}
html[data-browse-mode="P"] .guide-img-wrap.-center {
  align-items: center;
}
html[data-browse-mode="P"] a.guide-link {
  color: #0645AD;
  text-decoration: underline;
}
html[data-browse-mode="P"] a.guide-link:hover {
  text-decoration: none;
}
.guide-table {
  margin-bottom: 30px;
  width: 100%;
}
.guide-table th,
.guide-table td {
  border: 1px solid #DDDDDD;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: calc(20 / 16);
  padding: 15px 28px 13px;
}
.guide-table th {
  background-color: #EFEFEF;
  font-weight: bold;
  width: 25%;
}
.guide-table td {
  width: 75%;
}
.guide-table td > *:last-child {
  margin-bottom: 0;
}
.guide-table-txt {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 20px;
}
.guide-table-txt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: calc(20 / 16);
}

/* ==============================
  SP
============================== */
html[data-browse-mode="S"] .pane-main {
  display: flex;
  flex-direction: column;
}
html[data-browse-mode="S"] .pane-topic-path {
  order: 10;
}
html[data-browse-mode="S"] .block-guide {
  padding: 0 4.8309178vw;
  margin: 0 0 70px;
}
html[data-browse-mode="S"] .block-guide .pc {
  display: none;
}
html[data-browse-mode="S"] .block-guide h1 {
  text-align: center;
  padding: 25px 0;
}

/* TOP */
html[data-browse-mode="S"] .block-guide-certification {
  position: relative;
  background: #EFEFEF;
  border-radius: 5px;
  margin: 0 0 30px;
}
html[data-browse-mode="S"] .block-guide-certification:before {
  content: '';
  position: absolute;
  top: 22px;
  right: 22px;
  width: 22px;
  height: 22px;
  background: #888;
  border-radius: 50%;
}
html[data-browse-mode="S"] .block-guide-certification h2 {
  font-size: 16px;
  padding: 20px 22px;
  background: none;
}
html[data-browse-mode="S"] .block-guide-certification h2:before,
html[data-browse-mode="S"] .block-guide-certification h2:after {
  content: '';
  position: absolute;
  top: 32px;
  right: 28px;
  width: 10px;
  height: 2px;
  background: #FFF;
}
html[data-browse-mode="S"] .block-guide-certification h2:not(.open):after {
  transform: rotate(90deg);
}
html[data-browse-mode="S"] .block-guide-certification--contents {
  display: none;
  padding: 20px 0;
  margin: 0 20px;
  font-size: 14px;
  border-top: 1px dashed #9F9F9F;
}
html[data-browse-mode="S"] .block-guide-certification--contents p:not(:last-child) {
  margin: 0 0 20px;
}
html[data-browse-mode="S"] .block-guide-certification--contents a {
  color: #0645AD;
  text-decoration: underline;
}
html[data-browse-mode="S"] .block-guide-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 40px;
}
html[data-browse-mode="S"] .block-guide-nav li {
  width: calc((100% - 10px) / 2);
}
html[data-browse-mode="S"] .block-guide-nav.-sp-col1 li {
  width: 100%;
}
html[data-browse-mode="S"] .block-guide-nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  min-height: 54px;
  border: 1px solid #BBB;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  padding: 7px 25px 7px 7px;
}
html[data-browse-mode="S"] .block-guide-nav li a:after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: 18px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  transform: rotate(45deg) skew(5deg, 5deg);
}
html[data-browse-mode="S"] .block-guide-box:not(:last-child) {
  margin: 0 0 40px;
}
html[data-browse-mode="S"] .block-guide-box h2 {
  position: relative;
  background: none;
  font-size: 20px;
  padding: 0 0 0 17px;
  margin: 0 0 20px;
}
html[data-browse-mode="S"] .block-guide-box h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 28px;
  background: linear-gradient(to bottom, #0E9EE6 50%, #E9091A 50%);
}
html[data-browse-mode="S"] .block-guide-box--list {
  margin: 0 10px;
  border-top: 1px dashed #9F9F9F;
}
html[data-browse-mode="S"] .block-guide-box--list-item a {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 14px 0;
  border-bottom: 1px dashed #9F9F9F;
}
html[data-browse-mode="S"] .block-guide-box--list-item a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  transform: translateY(-50%) rotate(-45deg) skew(5deg, 5deg);
}

/* 下層 */
html[data-browse-mode="S"] .guide-separator {
  margin-bottom: 60px;
}
html[data-browse-mode="S"] .guide-separator > *:first-child {
  margin-top: 0;
}
html[data-browse-mode="S"] .guide-separator > *:last-child {
  margin-bottom: 0;
}
html[data-browse-mode="S"] .guide-hdg2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  padding-left: 13px;
  margin: 24px 0 16px;
  position: relative;
}
html[data-browse-mode="S"] .guide-hdg2::before {
  content: '';
  background-color: #000;
  height: calc(100% - 8px);
  width: 3px;
  position: absolute;
  top: 3px;
  left: 0;
}
html[data-browse-mode="S"] .guide-hdg3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  padding: unset;
  margin: 20px 0 12px;
}
html[data-browse-mode="S"] .guide-txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.571;
  margin-bottom: 16px;
}
html[data-browse-mode="S"] .guide-list-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.571;
  margin-bottom: 4px;
}
html[data-browse-mode="S"] .guide-bullet-list {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.571;
  margin-bottom: 16px;
}
html[data-browse-mode="S"] .guide-bullet-list .guide-bullet-list,
html[data-browse-mode="S"] .guide-bullet-list .guide-order-list,
html[data-browse-mode="S"] .guide-bullet-list .guide-note-list {
  margin-bottom: 0;
}
html[data-browse-mode="S"] .guide-bullet-list > li {
  padding-left: 1em;
  position: relative;
}
html[data-browse-mode="S"] .guide-bullet-list > li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
html[data-browse-mode="S"] .guide-bullet-list > li + li {
  margin-top: 6px;
}
html[data-browse-mode="S"] .guide-order-list {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.571;
  list-style: none;
  margin-bottom: 16px;
}
html[data-browse-mode="S"] .guide-order-list .guide-bullet-list,
html[data-browse-mode="S"] .guide-order-list .guide-order-list,
html[data-browse-mode="S"] .guide-order-list .guide-note-list {
  margin-bottom: 0;
}
html[data-browse-mode="S"] .guide-order-list > li {
  display: flex;
}
html[data-browse-mode="S"] .guide-order-list > li + li {
  margin-top: 2px;
}
html[data-browse-mode="S"] .guide-order-num {
  flex-shrink: 0;
  width: 1.25em;
}
html[data-browse-mode="S"] .guide-order-body {
  flex-grow: 1;
}
html[data-browse-mode="S"] .guide-note-list {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.571;
  margin-bottom: 16px;
}
html[data-browse-mode="S"] .guide-note-list .guide-bullet-list,
html[data-browse-mode="S"] .guide-note-list .guide-order-list,
html[data-browse-mode="S"] .guide-note-list .guide-note-list {
  margin-bottom: 0;
}
html[data-browse-mode="S"] .guide-note-list > li {
  display: flex;
}
html[data-browse-mode="S"] .guide-note-list > li + li {
  margin-top: 4px;
}
html[data-browse-mode="S"] .guide-note-mark {
  flex-shrink: 0;
  width: 1.25em;
}
html[data-browse-mode="S"] .guide-note-body {
  flex-grow: 1;
}
html[data-browse-mode="S"] .guide-txt + .guide-note-list {
  margin-top: -12px;
}
html[data-browse-mode="S"] .guide-img-wrap {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 20px;
}
html[data-browse-mode="S"] .guide-img-wrap.-center {
  align-items: center;
}
html[data-browse-mode="S"] a.guide-link {
  color: #0645AD;
  text-decoration: underline;
}
html[data-browse-mode="S"] .guide-table th,
html[data-browse-mode="S"] .guide-table td {
  padding: 12px 12px 10px;
  vertical-align: middle;
}
html[data-browse-mode="S"] .guide-table th {
  text-align: left;
  width: 35%;
}
html[data-browse-mode="S"] .guide-table td {
  font-size: 14px;
  line-height: calc(20 / 14);
  width: 65%;
}
html[data-browse-mode="S"] .guide-table-txt {
  row-gap: 16px;
  margin-bottom: 16px;
}
html[data-browse-mode="S"] .guide-table-txt p {
  font-size: 14px;
  line-height: calc(20 / 14);
}