@charset "UTF-8";
*,
*:after,
*:before {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  color: #000;
  font-family: "UD Shin Go Light", "a-otf-ud-shin-go-pr6n", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6; }

.btn {
  background-color: #1359a0;
  border: 0.3rem solid #fff;
  border-radius: 0.8rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 33.6rem;
  height: 4.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none; }
  .btn:focus, .btn:hover {
    background-color: #0f4982;
    color: #fff;
    outline: 0; }
  @media (min-width: 768px) {
    .btn {
      height: 6.8rem;
      font-size: 2.2rem; } }

.btn-close {
  position: relative;
  padding-right: 5rem;
  letter-spacing: -0.02em; }
  .btn-close::after {
    font-family: "Font Awesome 6 Free";
    content: "\f00d";
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 3rem;
    color: #f5fd00;
    font-size: 2.1rem;
    transform: translateY(-50%); }

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 1.1rem;
  max-width: 98.2rem;
  width: 100%; }

a {
  color: #585858;
  text-decoration: underline; }
  a:focus, a:hover {
    color: #0056b3;
    text-decoration: none; }

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0; }

ol {
  list-style: decimal inside; }

ul {
  list-style: circle inside; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

b,
strong {
  font-weight: bold; }

p {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  margin-bottom: 1.4rem;
  margin-top: 0; }

h1, .h1 {
  font-size: 3rem;
  line-height: 1.2; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 2.0rem; } }

h2, .h2 {
  font-size: 2.4rem;
  line-height: 1.2; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 1.8rem; } }

h3, .h3 {
  font-size: 2rem;
  line-height: 1.2; }

h4, .h4 {
  font-size: 1.8rem;
  line-height: 1.2; }

h5, .h5 {
  font-size: 1.6rem;
  line-height: 1.2; }

h6, .h6 {
  font-size: 1.2rem;
  line-height: 1.2; }

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

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

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

.text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em; }

img {
  vertical-align: middle;
  max-width: 100%; }

.visible-xs {
  display: none !important; }
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

/* --------------------------------------------------
    basic structure
-------------------------------------------------- */
body {
  padding-bottom: 8.8rem; }
  @media (min-width: 768px) {
    body {
      padding-bottom: 10.8rem; } }

header {
  padding-top: 8rem;
  padding-bottom: 6rem; }
  header .page-heading {
    color: #ef3d4a;
    text-align: center;
    font-weight: bold; }

main {
  position: relative;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    main {
      margin-bottom: 10rem; } }

section + section {
  margin-top: 4rem; }
  section + section.sec-block {
    margin-top: 9rem; }

@media (min-width: 768px) {
  section + section {
    margin-top: 6rem; }
    section + section.sec-block {
      margin-top: 14rem; } }

footer {
  position: fixed;
  bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
  text-align: center; }

/* --------------------------------------------------
    page content styles
-------------------------------------------------- */
.accordion-wrap .accordion-heading {
  position: relative;
  margin-bottom: 2.4rem;
  padding: 2rem 6rem 2rem 2rem;
  background-color: #ef3d4a;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1.0;
  cursor: pointer; }
  .accordion-wrap .accordion-heading::after {
    font-family: "Font Awesome 6 Free";
    content: "\f13a";
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 1.8rem;
    font-size: 2.7rem;
    transform: translateY(-50%); }
  .accordion-wrap .accordion-heading.active::after {
    transform: translateY(-50%) rotate(180deg); }

.accordion-wrap .accordion-body ul {
  display: flex;
  flex-direction: column; }
  .accordion-wrap .accordion-body ul li {
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.7rem;
    padding: 1.2rem;
    border: 0.2rem solid #ccc;
    border-radius: 0.5rem;
    font-weight: bold; }
    .accordion-wrap .accordion-body ul li img {
      margin-right: 1.4rem;
      width: 7.2rem;
      height: 6.2rem; }

@media (min-width: 768px) {
  .accordion-wrap .accordion-heading {
    padding: 2.3rem 8rem 2.3rem 2.6rem; }
    .accordion-wrap .accordion-heading::after {
      font-size: 3.9rem; }
  .accordion-wrap .accordion-body ul {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -1.1rem;
    width: calc(100% + 2.2rem); }
    .accordion-wrap .accordion-body ul li {
      margin-left: 1.1rem;
      margin-right: 1.1rem;
      flex: 0 0 calc(50% - 2.2rem);
      max-width: calc(50% - 2.2rem);
      font-size: 2.0rem; }
      .accordion-wrap .accordion-body ul li .text-small {
        font-size: 1.6rem;
        letter-spacing: -0.03em; }
      .accordion-wrap .accordion-body ul li img {
        margin-right: 2rem;
        width: 9.3rem;
        height: 8rem; } }
