@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "ヒラギノUD明朝 W4 JIS2004", "Hiragino UD Serif W4 JIS2004", "Yu Mincho", "HG明朝B", "MS Mincho", serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #0b3157;
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

body {
  background: #e7ecf0;
  font-family: "ヒラギノUD明朝 W4 JIS2004", "Hiragino UD Serif W4 JIS2004", "Yu Mincho", "HG明朝B", "MS Mincho", serif;
}

.header {
  padding: 45px 20px 40px;
}

.header__logo {
  text-align: center;
  margin-bottom: 60px;
}

.header__title {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
}

.header__text {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 65px;
}

.header__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.header__nav ul li {
  cursor: pointer;
  text-decoration: none;
  color: #0b3157;
  text-transform: uppercase;
  font-size: 12px;
}

.header__nav ul li.is_active {
  text-decoration: underline;
  border-bottom: 1px solid #0b3157;
}

.header__nav ul li:hover {
  opacity: 0.8;
}

.main__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 80px;
  display: flex;
  background: #fff;
  justify-content: center;
  padding: 80px 40px 0;
  align-items: flex-start;
  gap: 5%;
}

.main__content .wrap {
  width: calc(100% - 280px);
  padding-top: 20px;
  min-width: 700px;
}

.main__content--wrapper {
  box-sizing: border-box;
  display: none;
}

.main__content--wrapper.is_show {
  display: block;
}

.main__content--title {
  text-align: center;
  font-size: 18px;
  color: #0b3157;
  padding-bottom: 20px;
  border-bottom: #0b3157 1px solid;
  margin-bottom: 50px;
  font-weight: normal;
  text-transform: uppercase;
}

.main__content--lists {
  max-width: 720px;
  margin: 0 auto;
  padding-left: 20px;
  box-sizing: border-box;
}

.main__content--lists li {
  margin-bottom: 30px;
  list-style-type: decimal;
}

.main__content--lists li p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.05em;
}

.main__content--lists li p a {
  text-decoration: underline;
  color: #0b3157;
}

.main__content--lists li img {
  margin: 0 auto;
  display: block;
  margin-top: 80px;
  width: 578px;
  max-width: 100%;
  border: 1px solid #00133c;
}

.main__content--sec {
  max-width: 720px;
  margin: 60px auto 0;
}

.main__content--sec h3 {
  font-size: 18px;
  padding-bottom: 16px;
  letter-spacing: 0;
  border-bottom: 1px solid #00133c;
  margin-bottom: 40px;
}

.main__content--sec p {
  line-height: 1.5;
  font-size: 14px;
}

.main__content--sec p a {
  color: #0b3157;
  text-decoration: underline;
}

.main__content--sec img {
  margin: 0 auto;
  display: block;
  margin-top: 80px;
  width: 578px;
  max-width: 100%;
  border: 1px solid #00133c;
}

.main__content--btn {
  margin: 60px auto 80px;
  text-align: center;
}

a {
  font-family: "ヒラギノUD明朝 W4 JIS2004", "Hiragino UD Serif W4 JIS2004", "Yu Mincho", "HG明朝B", "MS Mincho", serif;
}

.main__content--btn a {
  font-family: "ヒラギノUD明朝 W4 JIS2004", "Hiragino UD Serif W4 JIS2004", "Yu Mincho", "HG明朝B", "MS Mincho", serif;
  display: block;
  width: 350px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none !important;
  background: #0a3258;
  color: #fff;
  padding: 25px 0;
  border: 1px solid #0a3258;
  transition: 0.3s ease;
  font-size: 18px;
}

.main__content--btn a:hover {
  background: #fff;
  color: #0a3258;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 45px 20px 40px;
  }

  .header__logo {
    text-align: center;
    margin-bottom: 40px;
  }

  .header__title {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 20px;
  }

  .header__text {
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 40px;
  }

  .header__nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .header__nav ul li {
    cursor: pointer;
    color: #0b3157;
    text-transform: uppercase;
    font-size: 14px;
  }

  .header__nav ul li.is_active {
    text-decoration: underline;
  }

  .main__content {
    padding: 50px 20px;
    width: 100%;
    flex-direction: column;
  }

  .main__content .wrap {
    width: 100%;
    min-width: 100%;
  }

  .main__content--wrapper {
    background: #fff;
    box-sizing: border-box;
    display: none;
    min-width: 100%;
  }

  .main__content--wrapper.is_show {
    display: block;
  }

  .main__content--title {
    text-align: center;
    font-size: 16px;
    color: #0b3157;
    padding-bottom: 20px;
    border-bottom: #0b3157 1px solid;
    margin-bottom: 50px;
    font-weight: normal;
    text-transform: uppercase;
  }

  .main__content--lists {
    max-width: 720px;
    margin: 0 auto;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .main__content--lists li {
    margin-bottom: 25px;
    list-style-type: decimal;
  }

  .main__content--lists li p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.05em;
  }

  .main__content--lists li p a {
    text-decoration: underline;
    color: #0b3157;
  }

  .main__content--lists li img {
    margin: 0 auto;
    display: block;
    margin-top: 80px;
    margin-left: -10px;
    width: 578px;
    max-width: 100%;
    border: 1px solid #00133c;
  }

  .main__content--sec {
    max-width: 720px;
    margin: 40px auto 0;
  }

  .main__content--sec h3 {
    font-size: 16px;
    padding-bottom: 16px;
    letter-spacing: 0;
    border-bottom: 1px solid #00133c;
    margin-bottom: 20px;
  }

  .main__content--sec p {
    line-height: 1.5;
    font-size: 14px;
  }

  .main__content--sec p a {
    color: #0b3157;
    text-decoration: underline;
  }

  .main__content--btn {
    margin: 40px auto 50px;
    text-align: center;
  }

  .main__content--btn a {
    display: block;
    width: 320px;
    margin: 0 auto;
    text-align: center;
    background: #0a3258;
    color: #fff;
    padding: 22px 0;
    border: 1px solid #0a3258;
    transition: 0.3s ease;
    font-size: 16px;
  }

  .main__content--btn a:hover {
    background: #fff;
    color: #0a3258;
  }


}

.main__content--wrapper,
.header__text--lang {
  display: none;
  /* 非表示 */
}

/* is_show クラスで表示 */
.main__content--wrapper.is_show,
.header__text--lang.is_show {
  display: block;
}

.box {
  display: flex;
  justify-content: space-around;
}

.right {
  width: 250px;
  min-width: 200px;
  top: 20px;
  border-left: 1px solid #00133c;
  border-right: 1px solid #00133c;
  padding: 20px 25px;
}

@media screen and (max-width: 1320px) {
  .right {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .right {
    width: 100%;
    min-width: 100%;
  }
}

.right__title {
  margin-bottom: 30px;
  font-size: 20px;
}

.right__lists {
  padding-left: 10px;
  box-sizing: border-box;
}

.right__lists li {
  margin-bottom: 14px;
  list-style-type: disc;
}

.right__lists a {
  color: #0a3258;
  text-decoration: none;
  font-size: 14px;
}

.right__lists {
  display: none;
  /* 非表示 */
}

.right__lists.is_show {
  display: block;
  /* 表示 */
}

/*# sourceMappingURL=style.css.map */

.pan {
  opacity: 0;
  pointer-events: none;
}

.layout_header,
.layout_footer,
.pan {
  display: none !important;
}

#FS2_header {
  display: none !important;
}

#FS2_layout_body,
.FS2_contents_container,
.FS2_memberOnly,
.FS2_NoItemMessage,
.FS2_upper_comment,
.FS2_lower_comment,
.FS2_ItemComment,
.FS2_middle_comment {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

#toTop {
  display: none !important;
}