@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifJP-Regular.woff") format("woff");
  src: url("../font/NotoSerifJP-Regular.otff") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerifJP-Medium.woff") format("woff");
  src: url("../font/NotoSerifJP-Medium.otff") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifJP-Bold.woff") format("woff");
  src: url("../font/NotoSerifJP-Bold.otff") format("opentype");
  font-display: swap;
}
/*--------------------------------------------
SP setting
--------------------------------------------*/
@media screen and (max-width: 480px) {
  .list {
    border-top: 2px solid #2FACBD;
    padding: 3rem 1.5rem 0;
  }
  .list h1 {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 4rem;
  }
  .list h1 .icon {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    background: #2FACBD;
    border-radius: 50%;
    margin-bottom: 2rem;
  }
  .list h1 .icon img {
    display: block;
    position: absolute;
    width: 28px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .list .box__schedule {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
  }
  .list .box__other_schedule {
    display: flex;
    widows: 100%;
    justify-content: center;
    align-items: center;
    background: #9AD469;
    padding: 2rem 2rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 3rem;
    transition: all 0.2s ease;
    font-size: 1.8rem;
    color: #FFF;
    font-weight: bold;
  }
  .list .box__other_schedule .icon {
    display: block;
    width: 35px;
    margin-right: 2rem;
  }
  .list .box__other_schedule .icon img {
    display: block;
    width: 100%;
  }
  .list .box__other_schedule:hover {
    opacity: 0.9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
  }
  .list section {
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
  .list section h2 {
    display: block;
    position: relative;
    font-size: 1.8rem;
    padding-left: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
    border-bottom: 2px solid #002A5F;
    padding-bottom: 1rem;
  }
  .list section h2::before {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #2FACBD;
    top: 8px;
    left: 0;
  }
  .list section h2::after {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #FF727C;
    top: 3px;
    left: 5px;
  }
  .list section h3 {
    display: block;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
    border-bottom: 2px solid #002A5F;
    padding-bottom: 1rem;
  }
  .list section .flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .list section .fstart {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }
  .list section .file {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 4rem;
    transition: all 0.2s ease;
  }
  .list section .file:hover {
    opacity: 0.8;
  }
  .list section .file .icon {
    display: block;
    margin-right: 1rem;
  }
  .list section .file .title__pdf {
    font-size: 1.4rem;
    font-weight: bold;
    color: #E2574C;
  }
  .list section .file .title__word {
    font-size: 1.4rem;
    font-weight: bold;
    color: #335F9E;
  }
  .list section .box__exlink {
    display: flex;
    width: 65%;
    justify-content: center;
    align-items: center;
    background: #2FACBD;
    padding: 2rem 2rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 5rem auto;
    transition: all 0.2s ease;
    font-size: 1.4rem;
    color: #FFF;
    font-weight: bold;
  }
  .list section .box__exlink .fa-angle-right {
    margin-right: 0.5rem;
    transition: all 0.2s ease;
  }
  .list section .box__exlink:hover {
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
  }
  .list section .box__exlink:hover .fa-angle-right {
    margin-right: 1rem;
  }
  .list section .dotted {
    font-size: 1.5rem;
    padding-left: 1.5em;
  }
  .list section .dotted li {
    list-style: disc;
    margin-bottom: 0.5rem;
  }
  .list section .dotted .lalpha {
    font-size: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 3rem;
  }
  .list section .dotted .lalpha li {
    list-style: lower-alpha;
    margin-bottom: 0.5rem;
  }
  .list section .disc {
    font-size: 1.5rem;
    padding: 1rem 0 1rem 1.5em;
  }
  .list section .disc li {
    list-style: disc;
    margin-bottom: 0.5rem;
  }
  .list section .disc .lalpha {
    font-size: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 3rem;
  }
  .list section .disc .lalpha li {
    list-style: lower-alpha;
    margin-bottom: 0.5rem;
  }
  .list section .img__sample {
    display: block;
    width: 100%;
    margin: 2rem auto;
  }
  .list section .img__sample img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
/*--------------------------------------------
Tablet setting
--------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 768px) {
  .list {
    padding: 0 1.5rem;
  }
  .list h1 {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 4rem auto;
  }
  .list h1 .icon {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    background: #2FACBD;
    border-radius: 50%;
    margin-bottom: 2rem;
  }
  .list h1 .icon img {
    display: block;
    position: absolute;
    width: 28px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .list .box__schedule {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
  }
  .list .box__other_schedule {
    display: flex;
    widows: 100%;
    justify-content: center;
    align-items: center;
    background: #9AD469;
    padding: 2rem 2rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 3rem;
    transition: all 0.2s ease;
    font-size: 1.8rem;
    color: #FFF;
    font-weight: bold;
  }
  .list .box__other_schedule .icon {
    display: block;
    width: 35px;
    margin-right: 2rem;
  }
  .list .box__other_schedule .icon img {
    display: block;
    width: 100%;
  }
  .list .box__other_schedule:hover {
    opacity: 0.9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
  }
  .list section {
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
  .list section h2 {
    display: block;
    position: relative;
    font-size: 1.8rem;
    padding-left: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
    border-bottom: 2px solid #002A5F;
    padding-bottom: 1rem;
  }
  .list section h2::before {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #2FACBD;
    top: 8px;
    left: 0;
  }
  .list section h2::after {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #FF727C;
    top: 3px;
    left: 5px;
  }
  .list section h3 {
    display: block;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
    border-bottom: 2px solid #002A5F;
    padding-bottom: 1rem;
  }
  .list section .flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .list section .fstart {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }
  .list section .file {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 4rem;
    transition: all 0.2s ease;
  }
  .list section .file:hover {
    opacity: 0.8;
  }
  .list section .file .icon {
    display: block;
    margin-right: 1rem;
  }
  .list section .file .title__pdf {
    font-size: 1.4rem;
    font-weight: bold;
    color: #E2574C;
  }
  .list section .file .title__word {
    font-size: 1.4rem;
    font-weight: bold;
    color: #335F9E;
  }
  .list section .box__exlink {
    display: flex;
    width: 65%;
    justify-content: center;
    align-items: center;
    background: #2FACBD;
    padding: 2rem 2rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 5rem auto;
    transition: all 0.2s ease;
    font-size: 1.8rem;
    color: #FFF;
    font-weight: bold;
  }
  .list section .box__exlink .fa-angle-right {
    margin-right: 0.5rem;
    transition: all 0.2s ease;
  }
  .list section .box__exlink:hover {
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
  }
  .list section .box__exlink:hover .fa-angle-right {
    margin-right: 1rem;
  }
  .list section .dotted {
    font-size: 1.5rem;
    padding-left: 1.5em;
  }
  .list section .dotted li {
    list-style: disc;
    margin-bottom: 0.5rem;
  }
  .list section .dotted .lalpha {
    font-size: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 3rem;
  }
  .list section .dotted .lalpha li {
    list-style: lower-alpha;
    margin-bottom: 0.5rem;
  }
  .list section .disc {
    font-size: 1.5rem;
    padding: 1rem 0 1rem 1.5em;
  }
  .list section .disc li {
    list-style: disc;
    margin-bottom: 0.5rem;
  }
  .list section .disc .lalpha {
    font-size: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 3rem;
  }
  .list section .disc .lalpha li {
    list-style: lower-alpha;
    margin-bottom: 0.5rem;
  }
  .list section .img__sample {
    display: block;
    width: 80%;
    margin: 2rem auto;
  }
  .list section .img__sample img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
/*--------------------------------------------
PC setting(wide)
--------------------------------------------*/
@media screen and (min-width: 769px) {
  .list h1 {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .list h1 .icon {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #2FACBD;
    border-radius: 50%;
    margin-right: 2rem;
  }
  .list h1 .icon img {
    display: block;
    position: absolute;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .list section {
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
  .list section h2 {
    display: block;
    position: relative;
    font-size: 1.8rem;
    padding-left: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
    border-bottom: 2px solid #002A5F;
    padding-bottom: 1rem;
  }
  .list section h2::before {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #2FACBD;
    top: 8px;
    left: 0;
  }
  .list section h2::after {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #FF727C;
    top: 3px;
    left: 5px;
  }
  .list section h3 {
    display: block;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
    border-bottom: 2px solid #002A5F;
    padding-bottom: 1rem;
  }
  .list section .flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .list section .fstart {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }
  .list section .file {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 4rem;
    transition: all 0.2s ease;
  }
  .list section .file:hover {
    opacity: 0.8;
  }
  .list section .file .icon {
    display: block;
    margin-right: 1rem;
  }
  .list section .file .title__pdf {
    font-size: 1.4rem;
    font-weight: bold;
    color: #E2574C;
  }
  .list section .file .title__word {
    font-size: 1.4rem;
    font-weight: bold;
    color: #335F9E;
  }
  .list section .box__exlink {
    display: flex;
    width: 65%;
    justify-content: center;
    align-items: center;
    background: #2FACBD;
    padding: 2rem 2rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 5rem auto;
    transition: all 0.2s ease;
    font-size: 1.8rem;
    color: #FFF;
    font-weight: bold;
  }
  .list section .box__exlink .fa-angle-right {
    margin-right: 0.5rem;
    transition: all 0.2s ease;
  }
  .list section .box__exlink:hover {
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
  }
  .list section .box__exlink:hover .fa-angle-right {
    margin-right: 1rem;
  }
  .list section .dotted {
    font-size: 1.5rem;
    padding-left: 1.5em;
  }
  .list section .dotted li {
    list-style: disc;
    margin-bottom: 0.5rem;
  }
  .list section .dotted .lalpha {
    font-size: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 3rem;
  }
  .list section .dotted .lalpha li {
    list-style: lower-alpha;
    margin-bottom: 0.5rem;
  }
  .list section .disc {
    font-size: 1.5rem;
    padding: 1rem 0 1rem 1.5em;
  }
  .list section .disc li {
    list-style: disc;
    margin-bottom: 0.5rem;
  }
  .list section .disc .lalpha {
    font-size: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 3rem;
  }
  .list section .disc .lalpha li {
    list-style: lower-alpha;
    margin-bottom: 0.5rem;
  }
  .list section .img__sample {
    display: block;
    width: 680px;
    margin: 2rem auto;
  }
  .list section .img__sample img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=list.css.map */