@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap");

@page {
    margin: 12mm 7mm;
}

html {
    width: 100%;
    font-size: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 79px;
}

body {
    width: 100%;
    font-family: YakuHanJP, "Quicksand", "M PLUS 1p", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #FFFFFF;
    letter-spacing: 0.8px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

p,
a,
span,
table {
    transform: rotate(0.05deg);
}

* {
    margin: 0;
    padding: 0;
    color: #222222;
    font-feature-settings: "pkna";
    text-justify: inter-character;
    box-sizing: border-box;
}

/* リンク */
a {
    padding: 0 0 0 0;
    outline: none;
    text-decoration: none;
    transition: .3s;
}

a:link {
    color: #222222;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    opacity: .6;
}

a.button {
    display: block;
    width: 144px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .75px;
    background: #FFFBD1;
}

a.button::after {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    margin-left: 6px;
    background: url("/parts/icon_arrow_orng01.svg") no-repeat center;
    background-size: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-feature-settings: 'pkna';
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: none;
    width: auto;
}

div {
    text-align: justify;
    text-justify: inter-ideograph;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.875;
}

#container {
    width: 100%;
    height: auto;
    display: block;
}

/* ヘッダー */
header {
    position: absolute;
    top: 40px;
    left: 0;
    width: calc(100% - 80px);
    height: 100px;
    margin: 0 40px 0px;
    z-index: 1200;
    background: #fff;
    padding: 0px 43px 0 36px;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 15px #00000026;
}

header:not(.top) {
    top: 30px;
}

header .inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0px 0 0px;
    width: 100%;
}

header .inner>a {
    margin-right: 30px;
}

header .inner>a>img {
    max-width: 278px;
}

header .header_link {
    display: flex;
    gap: 0 15px;
    position: absolute;
    top: 0;
    right: 114px;
    align-items: center;
    margin: 20.8px 0 18px;
}

header .header_link a {
    display: block;
    color: #222;
    letter-spacing: 0.6px;
    font-size: 12px;
    line-height: 1.166666;
}

header .to_contact {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 100%;
    font-size: 13px;
    background: #05A80B;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

header li.sns {
    display: flex;
    gap: 0 12px;
    margin-top: -2px;
    margin-left: 4px;
}

header li.sns img {
    display: block;
    max-width: 100%;
    width: 22px;
}

header li.sns img:nth-child(2) {
    width: 20px;
}

header .to_contact a {
    color: #FAF7EC;
}

header .to_contact a::before {
    display: block;
    content: url("/parts/icon_mail.svg");
    width: 27px;
    height: 20px;
    margin: 4px auto 2px;
}

header span span {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 1.111111111111111;
}

span.h_name {
    vertical-align: baseline !important;
}

nav>ul {
    display: flex;
    gap: 0 24.67px;
    margin: 0px 180px -4px 0;
    font-weight: 500;
}

nav>ul>li {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    letter-spacing: 0.7px;
}

nav>ul>li>img {
    display: none;
}

nav>ul>li>span {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .7px;
    line-height: 1.42857;
    display: block;
    white-space: nowrap;
    /*&::after {
      	position: absolute;
      	top: .5em;
      	right: 0;
      	display: inline-block;
      	content: '';
      	width: .5em;
      	height: .5em;
      	background: url('/parts/all_navi_arrow.svg') no-repeat center;
      }*/
}

nav ul li .sub_category {
    position: absolute;
    top: 100px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 85px;
    width: 100%;
    min-height: 192px;
    padding: 30px;
    background: #FFF;
    border-top: solid 5px #05A80B;
    box-shadow: 0px 3px 20px #00000029;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: all .25s;
    right: 0;
    margin: 0 auto;
}

nav ul li:hover .sub_category {
    visibility: visible;
    opacity: 1;
}

.sub_category .category {
    white-space: nowrap;
}

.sub_category .category img {
    display: block;
    width: auto;
    height: 54px;
    object-fit: contain;
    margin: 0 auto 7.57px;
}

.sub_category ul {
    display: flex;
    flex-flow: wrap;
    align-content: baseline;
    gap: 20px 30px;
    max-width: 870px;
    width: 100%;
}

.sub_category li {
    position: relative;
    width: 270px;
    padding-left: 17.5px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: .75px;
    cursor: pointer;
    font-size: 15px;
    box-sizing: inherit;
    align-self: flex-start;
}

.sub_category li::before {
    position: absolute;
    content: '';
    top: .5em;
    left: 0;
    width: .5em;
    height: .5em;
    background: url("/parts/icon_arrow_orng_b.svg") no-repeat;
    background-size: contain;
}

.category span {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.45;
    font-weight: 500;
}

.catch {
    position: absolute;
    top: 175px;
    left: 80px;
    z-index: 5;
}

.catch span {
    font-size: 20px;
    letter-spacing: 0.9px;
    text-shadow: 1px 1px 0px #1D641A4D;
    border-bottom: 1px solid #fff;
    margin: 0 0 14px;
    padding: 0 0 0px;
    display: inline-block;
    color: #fff;
}

.catch p {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: -1.2px;
    text-shadow: 1px 1px 0px #1D641A4D;
    margin: 0 0 6px;
    line-height: 52px;
    color: #fff;
}

.catch dd {
    font-size: 14px;
    font-weight: 500;
    text-shadow: 1px 1px 0px #1D641A4D;
    letter-spacing: 0.9px;
    margin: 0 0 35px;
    color: #fff;
    line-height: 20px;
}

.catch a.link_g {
    background: #05A80B;
    color: #fff;
    padding: 24px 35px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 256px;
    white-space: nowrap;
}

.catch a.link_g p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1.1px;
    line-height: 1.22727;
    margin: 0;
    transition: .3s;
}

.catch a.link_g::after {
    content: "";
    display: block;
    background: url(../parts/icon_arrow_w.svg) no-repeat;
    width: 13.24px;
    height: 13.24px;
    background-size: contain;
    margin-left: 9.21px;
    transform: rotate(90deg);
    margin-top: 5px;
}

.catch a.link_g:hover {
    opacity: 1;
}

.catch a.link_g:hover p,
.catch a.link_g:hover .catch a.link_g::after {
    opacity: 0.6;
}

#sbox {
    width: 100%;
    margin: 0px auto 0;
    position: relative;
}

#sbox .cover {
    position: absolute;
    top: 60px;
    left: 90px;
}

#sbox .cover .headline {
    display: inline-block;
    padding: 5px 12px;
    font-size: 20px;
    font-weight: 500;
    color: #FAF7EC;
    letter-spacing: 1px;
    border: solid 1px #FFFFFF;
}

#sbox .cover .content {
    margin-top: 10px;
    font-size: 46px;
    font-weight: 500;
    color: #FAF7EC;
    letter-spacing: 2.3px;
    text-shadow: 0 0 15px #00000033;
}

#box {
    width: 100%;
    margin: 0px auto 0;
}

#sbox+#box {
    margin: 70px auto 0;
}

#sp_view {
    display: none;
}

#main {
    position: relative;
    margin: 0 20px;
}

.decoration_left {
    position: fixed;
    z-index: 1100;
    top: 115px;
    left: 0;
}

.decoration_left img {
    display: block;
    width: 110px;
}

.decoration_right {
    position: absolute;
    z-index: -1;
    top: 140px;
    right: 8px;
    width: 28px;
    text-align: right;
}

.decoration_right p {
    /*writing-mode: vertical-rl;
    color: #fff;
    letter-spacing: 5.75px;
    font-size: 15px;
    text-shadow: 1px 1px 0px #1D641A4D;
    line-height: 1.33333;*/
    display: inline-block;
}

.decoration_right span {
    color: #fff;
    left: 0.7em;
    top: -0.7em;
    position: relative;
}

.decoration_right img {
    filter: drop-shadow(1px 1px 0px #1A64364D);
    height: auto;
}

#container:not(.top) .decoration_right {
    display: none;
}

main {
    max-width: 950px;
    margin: 0 auto;
    width: 100%;
}

.free_page #main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

main.has_menu {
    flex: 1;
    margin: 0;
    width: calc(100vw - 330px);
}

footer {
    position: relative;
    width: 100%;
    padding-bottom: 35px;
    z-index: 100;
}

footer .nav {
    padding: 53px 20px 45px;
    background: #F4F4F4;
}

footer .nav ul {
    display: flex;
    justify-content: center;
    gap: 60.38px;
    max-width: 1180px;
    margin: 0 auto;
}

footer .nav li {
    max-width: 190px;
    width: 100%;
}

footer .nav li>img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    object-fit: contain;
}

footer .nav li>span {
    font-size: 17px;
    font-weight: 500;
}

footer .nav li>ul {
    display: block;
    margin-top: 20px;
}

footer .nav li>ul>li {
    position: relative;
    margin: 0px 0 10px;
    display: flex;
    align-items: baseline;
}

footer .nav li>ul>li p,
footer .nav li>ul>li a {
    font-size: 13px;
    line-height: 1.307;
    letter-spacing: .65px;
}

footer .nav li>ul>li::before {
    display: inline-block;
    content: '';
    width: .5em;
    height: .5em;
    background: url("/parts/icon_arrow_orng_b.svg") no-repeat center;
    background-size: contain;
    margin-right: 5.56px;
}

footer .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 41px auto 61px;
    max-width: 1180px;
    padding: 0 20px;
    box-sizing: content-box;
}

footer .address {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .6px;
}

footer .small {
    position: absolute;
    bottom: 30px;
    left: 60px;
    display: block;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .6px;
}

footer .to_contact {
    display: none;
}

.footer_link {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    width: clamp(60vw, 1vw, 800px);
}

.footer_link li {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .7px;
}

.footer_link li:nth-child(7),
.footer_link li:nth-child(8),
.footer_link li:nth-child(9) {
    font-weight: bold;
}

.footer_link+div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 90px;
    bottom: 29px;
}

.footer_illust {
    display: block;
    max-width: 130px;
    margin: -195px auto 15px;
}

.top main {
    max-width: 100vw;
}

.top h2,
.top h2.ttl_main {
    font-size: 36px;
    font-weight: 500;
    color: #222222;
    text-align: center;
    letter-spacing: 1.6px;
    border-left: 5px solid #05A80B;
    padding-left: 20px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: baseline;
    align-self: flex-start;
    line-height: 1.4375;
}

.top h2 span,
.top h2.ttl_main span {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.266;
    color: #05A80B;
    letter-spacing: 0.75px;
}

.top h2::before,
.top h2.ttl_main::before {
    content: none;
}

.top .Contents_Block {
    max-width: 1000px;
    margin: 0 auto 50px;
    padding: 0 0 50px;
    border: none;
    display: flex;
    justify-content: space-between;
}

.top .text-area {
    gap: 40px;
}

.top .text-area .text {
    width: 100%;
}

.top .content_image {
    max-width: 260px;
    margin-top: 20px;
}

.top .content_image img {
    width: 100%;
}

.top .text {
    flex: none;
    max-width: 600px;
    width: 100%;
    font-size: 18px;
    letter-spacing: .9px;
    line-he: 2;
}

.main_image {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 680px;
    margin: 0 auto 70px;
}

.main_image img {
    height: 100%;
}

.main_image::before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 680px;
}

.sp_main_image {
    display: none;
}

#new_list {
    width: auto;
    margin: 0px -20px 300px;
    padding: 60px 20px 150px;
    background: #F5F5F5;
    position: relative;
}

#new_list .new_box {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

#new_list::after {
    content: "";
    display: block;
    width: calc(100% - 200px);
    height: 300px;
    background: url(../parts/top_image_1.jpg) no-repeat;
    background-size: cover;
    margin: 70px auto 0;
    position: absolute;
    bottom: -220px;
    left: 0;
    right: 0;
    background-position: center;
}

#info_area {
    width: 750px;
    margin: 20px 0 0 62px;
}

#info_area ul {
    padding: 0 0 50.5px;
    margin-top: -20px;
}

#info_area a.button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.new_info_title {
    font-size: 1.5rem;
    display: block;
}

ul.information li {
    display: flex;
    align-items: flex-start;
    align-items: center;
    margin: 0 0 40.5px 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 0 0 22.5px;
}

ul.information li a {
    display: block;
    flex-grow: 1;
    font-weight: 500;
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 1.5;
}

ul.information .label {
    display: inline-block;
    width: 90px;
    margin-right: 20px;
    padding: 5px 0;
    text-align: center;
    font-size: 13px;
    color: #05A80B;
    letter-spacing: 0.65px;
    background: #fff;
    white-space: nowrap;
    font-weight: 500;
    border: 1px solid #E0E0E0;
}

.new_info_date {
    margin-right: 43px;
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #05A80B;
    font-weight: 500;
}

.purpose {
    margin: 0px -20px 290px;
    padding: 70px 20px 150px;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.purpose::after {
    content: "";
    display: block;
    width: calc(100% - 200px);
    height: 300px;
    background: url(../parts/top_image_2.jpg) no-repeat;
    background-size: cover;
    margin: 70px auto 0;
    position: absolute;
    bottom: -217px;
    left: 0;
    right: 0;
    background-position: center;
}

.purpose h2,
.top .map h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
    border-left: none;
    padding: 0 0 5px;
    border-bottom: 4px solid #05A80B;
    display: inline-block;
    align-self: center;
}

.purpose h2 img {
    display: block;
    width: 94px;
    margin: 0 auto 12px;
}

.purpose h2::after {
    width: 200px;
    margin-top: 0;
}

.purpose ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 66px 84px;
    max-width: 1000px;
    margin: 71px auto 0;
}

.purpose ul::after {
    content: "";
    display: block;
    width: 250px;
}

.purpose li {
    max-width: 230px;
    width: 100%;
}

.purpose li>img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: contain;
}

.purpose li span {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1.423;
    font-weight: 500;
    vertical-align: bottom;
    display: inline-block;
}

.purpose li>ul {
    display: block;
    margin-top: 23px;
}

.purpose li>ul>li {
    position: relative;
    margin: 0 0 15px 3px;
}

.purpose li>ul>li p,
.purpose li>ul>li a {
    padding-left: 16.5px;
    letter-spacing: .75px;
    line-height: 1.4;
    font-size: 15px;
    font-weight: normal;
}

.purpose li>ul>li::before {
    position: absolute;
    top: .4em;
    left: 0;
    display: inline-block;
    content: '';
    width: .5em;
    height: .5em;
    background: url("/parts/icon_arrow_orng_b.svg") no-repeat center;
    background-size: contain;
}

/*メニュー*/
.purpose li .cate_ttl,
footer li .cate_ttl {
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 1.423076923076923;
    display: flex;
    align-items: center;
}

footer li .cate_ttl {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0;
    margin: 0 0 23px;
}

.activity {
    max-width: 1000px;
    margin: 0 auto 73px;
}

.activity_frame {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 120px;
    margin-top: 70.21px;
}

.activity_item {
    position: relative;
    max-width: 440px;
    width: 100%;
}

.activity_item h3 {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    font-size: 24px;
    letter-spacing: 1.2px;
    padding: 0 0 0 20px;
    border-left: 3px solid #05A80B;
    margin: 0 0 20px;
}

.activity_item h3 span {
    font-size: 13px;
    letter-spacing: .65px;
    color: #05A80B;
    display: block;
    margin-top: 3px;
}

.activity_item div {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    margin-top: 25px;
}

.activity_item img {
    max-width: 180px;
}

.activity_item div.text {
    max-width: 240px;
    display: block;
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .8px;
    margin-bottom: 80px;
}

.activity_item a.button {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 0;
}

.activity_item:nth-child(1) .text,
.activity_item:nth-child(2) .text {
    margin-bottom: 0;
}

.activity_item ul {
    margin: 35px 0 0;
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

.activity_item ul li:before {
    content: "・";
}

.activity_item .text a {
    color: #05A80B;
}

.top .map {
    margin: 0 -20px;
    padding: 67px 20px 53px;
    background: #F9F9F9;
}

.top .map h2 {
    margin-bottom: 50px;
}

.top .map_box {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map_box iframe {
    width: 100%;
    height: 450px;
    aspect-ratio: 112/45;
}

.breadcrumb {
    position: relative;
    display: flex;
    z-index: 1300;
    margin: 0 auto;
    padding: 80px 20px 20px;
    max-width: 1240px;
    box-sizing: content-box;
}

.breadcrumb li {
    font-size: 12px;
    color: #8D8D8D;
    letter-spacing: .65px;
}

.breadcrumb li:not(:last-of-type)::after {
    content: '\3e';
    margin: 0 5px;
}

.breadcrumb li a {
    font-size: 12px;
    color: #8D8D8D;
    letter-spacing: .6px;
}

#page-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 9999999;
}

#page-top a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    background: url("/parts/pagetop.svg") no-repeat 0 0;
    background-size: contain;
}

/* 配下 */
.ttl_area {
    display: flex;
    width: 100%;
    max-width: 1220px;
    margin: 191px auto 34px;
}

.ttl_area.has_image {
    width: 100vw;
    max-width: none;
    margin: 45px 0 105px;
}

.ttl_area.has_image::after {
    content: "";
    display: block;
    width: calc(100vw - 130px);
    height: 300px;
    background: #A7E89E;
    position: absolute;
    z-index: -1;
    left: -150px;
    top: 280px;
}

.ttl_area picture {
    margin: 0 auto;
    max-width: 1503px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.ttl_area picture::before {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    max-width: 980px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
}

.ttl_area picture img {
    width: 90%;
    max-width: 980px;
    image-rendering: -webkit-optimize-contrast;
}

h1.page_title {
    width: fit-content;
    max-width: 14em;
    margin: 0;
    padding: 10px 15px;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.25;
    background: #05A80B;
    z-index: 10;
}

.free_page .has_image h1.page_title {
    position: absolute;
    top: 310px;
    left: 7.1vw;
}

.introduction {
    margin-bottom: 65px;
    padding-bottom: 65px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .9px;
    border-bottom: solid 1px #e0e0e0;
}

.Contents_Block {
    margin-bottom: 65px;
    padding-bottom: 65px;
    letter-spacing: .8px;
    border-bottom: solid 1px #e0e0e0;
}

h2.ttl_main {
    position: relative;
    margin: 0 0 40px 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
}

h2.ttl_main::before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 10px;
    background: #05A80B;
    margin: 0 15px 0 0;
}

h3.ttl_sub {
    position: relative;
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .9px;
    display: flex;
    align-items: center;
}

h3.ttl_sub::before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background: #05A80B;
    font-size: 1.2rem;
    margin-right: 10px;
}

.text-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px 50px;
    letter-spacing: .8px;
}

.text-area figcaption {
    margin-top: 20px;
}

.text-area figcaption p {
    font-size: 14px;
    letter-spacing: .7px;
    line-height: 1.71428;
}

.text-area li {
    position: relative;
    margin: 10px 0;
    padding-left: 19px;
}

.text-area li:first-child {
    margin-top: 0;
}

.text-area li:last-child {
    margin-bottom: 0;
}

.text-area li::before {
    position: absolute;
    top: .75em;
    left: 0;
    display: inline-block;
    content: '';
    width: 10px;
    height: 3px;
    background: #A7E89E;
}

.text-area a {
    font-weight: 500;
    color: #F77D7E;
    color: #05A80B;
}

.text-area a:hover {
    opacity: 0.5;
}

.text-area p.has_emphasis {
    margin: 30px 0;
}

.text-area a.emphasis {
    position: relative;
    display: inline-block;
    padding: 25px 50px 25px 30px;
    font-weight: 500;
    color: #222222;
    background: #FFF7D3;
}

.text-area a.emphasis::after {
    position: absolute;
    top: 2.1em;
    right: 30px;
    display: inline-block;
    content: '';
    width: 0.8em;
    height: 0.8em;
    background: url("/parts/icon_arrow_orng_b.svg") no-repeat center;
    background-size: contain;
}

.above_content .text-area {
    gap: 40px 60px;
}

.above_content .text {
    width: 100%;
}

.above_content .content_image {
    max-width: 720px;
    margin: 0 auto;
}

.above_content .content_image img {
    max-width: 720px;
}

.below_content .text-area {
    gap: 40px 60px;
}

.below_content .content_image {
    max-width: 720px;
    margin: 0 auto;
}

.below_content .content_image img {
    max-width: 720px;
}

.with_frame .text-area {
    padding: 60px;
    background: #ffffff;
    border: solid 1px #05A80B;
    display: block;
}

.with_frame .text {
    flex-grow: 1;
    width: 400px;
}

.with_background_color .text-area {
    gap: 65px 40px;
    padding: 60px;
    background: #FFF7D3;
}

.with_background_color .text {
    flex-grow: 1;
    width: 400px;
}

.with_frame .text-area,
.with_background_color .text-area {
    overflow: hidden;
    display: block;
}

.with_frame .content_image,
.with_background_color .content_image {
    float: left;
    margin: 0 39.82px 10px 0;
}

.with_frame .content_image img,
.with_background_color .content_image img {
    max-width: 400px;
}

.with_frame .text,
.with_background_color .text {
    width: auto;
}

.content_image {
    max-width: 450px;
    margin: 0;
}

.content_image img {
    max-width: 450px;
    width: 100%;
}

.right_side .content_image,
.left_side .content_image,
.with_caption .content_image {
    width: calc(100% /2 - 25px);
}

.right_side .text {
    flex-grow: 1;
    max-width: 450px;
    width: calc(100% /2 - 25px);
}

.left_side .text {
    flex-grow: 1;
    width: 450px;
    width: calc(100% /2 - 25px);
}

.with_caption .text {
    flex-grow: 1;
    width: 450px;
    width: calc(100% /2 - 25px);
}

.upfile {
    margin-top: 30px;
}

.upfile a {
    display: inline-block;
    padding: 18px 20px 18px 30px;
    color: #222;
    background: #FFF7D3;
    font-family: "Quicksand", san-serif;
    font-weight: 700;
}

.upfile a::before {
    position: relative;
    top: 3px;
    display: inline-block;
    content: url("/parts/icon_pdf.svg");
    margin-right: 12px;
}

.f_tbl {
    margin-top: 50px;
}

.f_tbl table {
    width: 100%;
    border: 1px solid #A7E89E;
}

.f_tbl table th {
    width: 180px;
    padding: 30px 20px;
    font-weight: 500;
    background: #A7E89E;
    border: solid 1px #A7E89E;
    font-family: "Quicksand", san-serif;
    font-weight: 500;
}

.f_tbl table td {
    padding: 30px 40px;
    color: #222222;
    background: #f5f5f5;
    border-bottom: solid 1px #A7E89E;
}

.f_tbl table.no_border {
    background: none;
    border: none;
}

.f_tbl table.no_border th {
    background: none;
    border: none;
    width: 250px;
    padding: 0;
    color: #222222;
}

.f_tbl table.no_border td {
    background: none;
    border: none;
    padding: 20px 30px;
}

.f_tbl table.no_border tr {
    border-bottom: solid 1px #05A80B;
}

.f_tbl table.has_thead th {
    width: auto;
    text-align: center;
}

.side_menu {
    position: sticky;
    top: 50px;
    left: 0;
    width: 210px;
    z-index: 1100;
    margin-right: 80px;
    align-self: first baseline;
}

.side_menu .menu_title {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.5;
}

.side_menu .menu_title::after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #05A80B;
    margin: 10px 0 20px;
}

.side_menu ul {
    margin-top: 20px;
}

.side_menu li {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.35;
    margin: 0 0 15px;
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: baseline;
}

.side_menu li a {
    font-weight: 500;
    color: #222;
}

.side_menu li a.active {
    color: #05A80B;
}

.side_menu li::before {
    display: inline-block;
    content: '';
    width: .5em;
    height: .5em;
    background: url("/parts/icon_arrow_grn_b.svg") no-repeat center;
    background-size: contain;
    margin-right: 8px;
}

.inner_link {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 45px;
    margin-bottom: 65px;
    padding: 20px 40px 20px;
    border: 1px solid #05A80B;
}

.inner_link li {
    max-width: 250px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.inner_link li::before {
    content: none;
}

.inner_link a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 1.4285;
    padding-left: 20px;
}

.inner_link a::before {
    content: "";
    background: url("/parts/icon_arrow_orng_b.svg") no-repeat center;
    width: 10px;
    height: 10px;
    background-size: contain;
    display: inline-block;
    margin-right: 14px;
    transform: rotate(90deg);
    position: absolute;
    top: 6px;
    left: 0;
}

.block_link {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.block_link li {
    margin: 0;
    border: 1px solid #05A80B;
    max-width: 465px;
    display: block;
    width: calc(100% / 2 - 10px);
    padding: 0;
}

.block_link li::before {
    content: none;
}

.block_link li:before {
    content: none;
}

.block_link a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #222;
    padding: 25px 30px;
    justify-content: space-between;
}

.block_link a::after {
    content: "";
    background: url("/parts/icon_arrow_orng_b.svg") no-repeat center;
    width: 10px;
    height: 10px;
    background-size: contain;
    display: inline-block;
    margin-left: 14px;
}

.backnumber_p .introduction {
    margin: 0 0 65px;
}

.backnumber_p ul.information li {
    margin: 0 0 33px;
}

.backnumber_p ul.information li a {
    margin-top: 25px;
}

.backnumber_detail_p .Contents_Block {
    border: none;
    padding-bottom: 0;
    margin: 0 0 80px;
}

.backnumber_detail_p .Contents_Block:last-child {
    margin-bottom: 0;
}

.magazine_p .maga_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.magazine_p .introduction {
    margin-bottom: 50px;
    padding: 0;
    border: none;
}

.magazine_p .magazines {
    display: flex;
    flex-wrap: wrap;
    gap: 90px 80px;
    margin-bottom: 40px;
    padding-bottom: 70px;
    border-bottom: solid 1px #D9D0AB;
}

.magazine_p .magazines:last-child {
    border: none;
}

.magazine_p .magazines>li {
    width: calc(100% / 2 - 40px);
    max-width: 400px;
}

.magazine_p .text-area ul {
    margin-top: 20px;
}

.magazine_p .upfile {
    margin-top: 20px;
}

.magazine_p .upfile a {
    padding: 17px 30px 19px;
}

.magazine_p .side_menu ul {
    margin-top: 5px;
}

.magazine_p .side_menu li.active a {
    color: #05A80B;
}

.page_view {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

.page_view span.active {
    color: #05A80B;
}

.page_view .prev,
.page_view .next {
    font-size: 15px;
    margin-right: 10px;
    color: #05A80B;
    letter-spacing: 0;
    line-height: 1.8666;
}

.page_view .next {
    margin-right: 0;
    margin-left: 10px;
}

.page_view a,
.page_view span {
    line-height: 1.4;
}

.error_page {
    margin: 240px 0 120px;
    text-align: center;
}

.error_page p {
    text-align: center;
}

@media screen and (max-width: 1090px) {
    header {
        position: relative;
        top: 0;
        left: 0;
        width: 100vw;
        margin: 0;
        height: 55px;
        padding: 0 0px;
    }

    header:not(.top) {
        top: 0;
    }

    header .header_link {
        display: none;
    }

    header img {
        height: 30px;
        margin: 0 15px 0 0;
    }

    header .to_contact {
        display: none;
    }

    header .inner {
        z-index: 9999;
        height: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        padding: 0 15px;
        box-shadow: 0px 3px 5px #0000001A;
    }

    footer {
        width: 100%;
        padding: 0;
    }

    footer .inner {
        width: 100%;
        margin: 50px auto 20px;
        justify-content: center;
        padding: 0;
    }

    footer .footer_menu {
        display: none;
        display: none;
    }

    footer .nav {
        padding: 130px 0 0;
    }

    footer .nav ul {
        max-width: 1180px;
        margin: 0 auto;
        display: none;
    }

    footer img {
        height: 39px;
        margin: 0 auto 4.76px;
        display: block;
    }

    footer .address {
        margin: 0;
        font-size: 10px;
        letter-spacing: 0.5px;
    }

    footer .small {
        font-size: 10px;
        letter-spacing: 0.5px;
        position: relative;
        text-align: center;
        left: 0;
        bottom: 0;
        margin: 0 0 23px;
    }

    footer .to_contact {
        width: 160px;
        height: 50px;
        font-size: 13px;
        background: #05A80B;
        text-align: center;
        display: flex;
        justify-content: center;
        font-size: 12px;
        font-weight: 500;
        align-items: center;
    }

    footer .to_contact a {
        color: #FAF7EC;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        justify-content: center;
    }

    footer .to_contact a::before {
        display: block;
        content: url("/parts/icon_mail.svg");
        width: 20px;
        height: 14px;
        margin: 0 7px 0 0;
    }

    .footer_link {
        display: none;
    }

    .footer_link+div {
        position: relative;
        right: 0;
        bottom: -5px;
    }

    .footer_illust {
        height: auto;
        max-width: 140px;
        margin: -156px auto 15px;
    }

    #main {
        width: calc(100vw - 40px);
    }

    #new_list,
    .purpose,
    .top .map {
        margin-right: -20px;
        margin-left: -20px;
        width: auto;
    }

    .ttl_area {
        margin-top: 50px;
    }
}

@media screen and (max-width: 896px) {
    html {
        overflow-x: scroll;
    }

    body {
        width: 100%;
    }

    #container {
        width: 100%;
        min-width: 320px;
    }

    #hd_linklist {
        display: none;
    }

    nav {
        display: none;
    }

    img {
        max-width: 100%;
    }

    #sbox {
        width: 100%;
    }

    #box {
        width: 100%;
    }

    #sbox+#box {
        margin: 30px auto 0;
    }

    #pc_view {
        display: none;
    }

    #sp_view {
        display: block;
    }

    .catch {
        top: 0;
        left: 25px;
        height: 100%;
        padding-top: 30px;
    }

    .catch span {
        font-size: 11px;
        letter-spacing: 0.55px;
        padding: 0 0 4px;
        margin: 0 0 5.43px;
    }

    .catch p {
        font-size: 23px;
        margin: 0px 0 0px;
        line-height: 33px;
    }

    .catch dd {
        font-size: 9px;
        letter-spacing: 0.45px;
        line-height: 13px;
    }

    .catch a.link_g {
        width: auto;
        height: 50px;
        position: absolute;
        bottom: 30px;
        padding: 14px 20px 14px 12px;
    }

    .catch a.link_g p {
        font-size: 14px;
        letter-spacing: 0.7px;
        line-height: 1.35714;
    }

    .catch a.link_g::after {
        width: 5px;
        height: 10px;
        margin-top: 2px;
        margin-left: 6px;
    }

    header .decoration_right {
        right: 23px;
        width: auto;
        height: auto;
        top: 86px;
    }

    header .decoration_right p {
        font-size: 12px;
        white-space: pre;
        width: 16px;
    }

    header .decoration_right img {
        height: auto;
    }

    #new_list {
        padding: 40.37px 29.5px 90px 30px;
        margin: 0 -20px 160px;
        width: auto;
    }

    #new_list .new_box {
        display: block;
    }

    #new_list a.backnumber {
        font-size: 1rem;
    }

    #new_list::after {
        height: 160px;
        bottom: -118px;
        width: calc(100% - 60px);
    }

    #info_area {
        width: auto;
        margin: 0 0 0;
    }

    ul.information li {
        margin: 0 0 30px;
        flex-wrap: wrap;
        padding: 0 0 15px;
    }

    ul.information li a {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.7px;
    }

    ul.information .label {
        margin: 0 0 14px;
        padding: 2px 0;
        border: 1px solid #E0E0E0;
        font-size: 11px;
        letter-spacing: 0.55px;
    }

    .new_info_date {
        margin-top: 2px;
        font-size: 14px;
        letter-spacing: 0.7px;
        margin: 0 0 14px;
        line-height: 1.2857;
    }

    .top h2,
    .top h2.ttl_main,
    .top .map h2 {
        margin: 0 0 30.13px;
        padding: 0 0 0 14.5px;
        font-size: 21px;
        line-height: 1.4285;
        letter-spacing: 1.05px;
    }

    .top h2 span,
    .top h2.ttl_main span {
        margin: 0;
        font-size: 11px;
        letter-spacing: 0.55px;
        line-height: 1.2727;
    }

    a.button {
        font-size: 13px;
        letter-spacing: 0.5px;
        margin-top: 30px;
    }

    a.button::after {
        letter-spacing: 0.5px;
    }

    .top .Contents_Block {
        flex-direction: column;
        margin: 0 30px 60.37px;
        padding: 0;
        margin-right: auto;
        margin-left: auto;
        width: calc(100% - 20px);
    }

    .purpose {
        padding: 40px 32px 80px 30px;
        margin: 0 -20px 160.37px;
    }

    .purpose ul {
        margin: 9.52px auto 0;
        flex-direction: column;
        gap: 0;
        width: auto;
    }

    .purpose ul li {
        font-weight: normal;
        width: auto;
    }

    .purpose ul li>img {
        width: 36px;
        height: 36px;
        margin-right: 10px;
    }

    .purpose li>ul {
        margin-top: 15px;
    }

    .purpose>ul {
        margin-top: 6px;
        width: auto;
        flex-direction: initial;
        gap: 28.6px 30px;
    }

    .purpose>ul::after {
        width: calc(100% / 2 - 30px);
    }

    .purpose>ul>li {
        margin: 0px 0 10px;
        max-width: none;
        width: calc(100% / 2 - 30px);
    }

    .purpose>li>ul {
        width: auto;
        margin-top: 0;
    }

    .purpose>li>ul>li {
        margin-bottom: 10px;
    }

    .purpose>li>ul>li a {
        padding-left: 13.5px;
    }

    .purpose li>ul>li {
        max-width: none;
    }

    .purpose li>ul>li:before {
        top: .6em;
    }

    .top .purpose h2 {
        padding: 0 0 5px;
    }

    .purpose li span {
        font-size: 18px;
        line-height: 1.444;
    }

    .purpose::after {
        height: 160px;
        bottom: -118px;
        width: calc(100% - 60px);
    }

    .activity {
        margin: 0 10px 60px;
    }

    .activity_frame {
        margin-top: 39.84px;
        max-width: none;
        gap: 30px;
    }

    .activity_frame h3 {
        padding: 0 0 0 15.39px;
        margin: 0;
        font-size: 18px;
        letter-spacing: 0.9px;
    }

    .activity_frame h3 span {
        margin: 0;
    }

    .activity_item {
        max-width: none;
        width: 100%;
    }

    .activity_item div {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
    }

    .activity_item div.text {
        max-width: none;
        width: 100%;
        margin: 5px 0 20px;
    }

    .activity_item a.button {
        font-size: 13px;
        letter-spacing: 0.5px;
        width: 120px;
        height: 43px;
        position: relative;
        float: right;
    }

    .top .map {
        padding: 40px 30px 40px;
    }

    .top .map h2 {
        margin-bottom: 20px;
        padding: 0 0 5px;
    }

    .map_box iframe {
        height: 400px;
        width: calc(100vw - 60px);
        aspect-ratio: auto;
    }

    #wecan p {
        font-size: 14px;
        letter-spacing: 0.7px;
    }

    .with_frame .text-area {
        padding: 30px 30px;
    }

    .with_frame .text {
        width: 100%;
    }

    .banner_area {
        width: 100%;
        display: inline-block;
    }

    .banner .type1 {
        height: auto;
    }

    .ttl_area {
        margin: 30px 0 34px;
    }

    .ttl_area picture {
        max-width: 600px;
        max-height: 345px;
        margin: 0 0 90px auto;
        width: 90vw;
    }

    .ttl_area picture img {
        margin-right: 30px;
    }

    .ttl_area picture::after {
        top: 90px;
    }

    .ttl_area picture::before {
        margin-right: 30px;
        margin-left: 30px;
        height: auto;
        padding-top: 60.267%;
    }

    .free_page .ttl_area::after {
        top: 134px;
        left: -20px;
        height: 45vw;
        max-height: 300px;
    }

    .free_page h1.page_title,
    h1.page_title {
        font-size: 20px;
        letter-spacing: 1px;
        left: 20px;
        top: 32vw;
        margin: 0 20px 0 0;
    }

    h2.ttl_main {
        font-size: 16px;
        letter-spacing: 0.8px;
        margin: 0 0 25px;
        font-weight: 500;
    }

    h2.ttl_main::before {
        width: 15px;
        height: 5px;
        margin-right: 10px;
    }

    h3.ttl_sub {
        margin: 0 0 25.64px;
        font-size: 15px;
        letter-spacing: 0.75px;
        font-weight: 500;
    }

    h3.ttl_sub::before {
        border-radius: 3px;
        width: 8px;
        height: 8px;
        margin-right: 7px;
    }

    #container:not(.free_page) .ttl_area {
        margin: 30px 0 34px;
    }

    #container:not(.free_page) .ttl_area h1.page_title {
        width: auto;
        margin: 0;
    }

    /* 配下 */
    .side_menu {
        display: none;
    }

    .introduction {
        padding-bottom: 40.47px;
        margin-bottom: 40px;
        font-size: 14px;
        letter-spacing: 0.7px;
        line-height: 1.857142;
    }

    main.has_menu {
        margin: 0 0px;
        width: 100%;
        padding: 0 0px;
    }

    .Contents_Block {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .text-area a.link {
        width: 80%;
    }

    .text-area a.link .text {
        font-size: 13px;
        letter-spacing: 0.65px;
    }

    .free_page .breadcrumb,
    .breadcrumb {
        max-width: 250px;
        display: block;
        width: auto;
        margin: 0 15px 16px;
        padding: 55px 0 0;
        height: auto;
        line-height: 0;
    }

    .free_page .breadcrumb li,
    .breadcrumb li {
        font-size: 10px;
        letter-spacing: 0.5px;
        line-height: 1.6;
        display: inline;
    }

    .with_background_color .text-area {
        padding: 30px;
    }

    .inner_link {
        column-count: 2;
    }

    .upfile a {
        padding: 15px 20px;
        font-weight: 500;
    }

    .text-area a.emphasis {
        padding: 15px 35px 15px 20px;
    }

    .text-area a.emphasis::after {
        top: 1.6em;
        right: 16px;
    }

    .f_tbl table th,
    .upfile a {
        font-family: inherit;
    }

    .inner_link a,
    .block_link a {
        font-weight: 500;
    }

    table {
        width: 100% !important;
    }

    .f_tbl table {
        margin: 0;
    }

    .f_tbl table th {
        padding: 10px 10px;
        max-width: 180px;
        width: 25%;
    }

    .f_tbl table td {
        padding: 10px 10px;
        border: none;
    }

    .heading_2 .key_area {
        display: block;
    }

    .ImgTopCenter img {
        width: auto;
    }

    .ImgBottomCenter img {
        width: auto;
    }

    .ImgRight img {
        width: auto;
    }

    .ImgLeft img {
        width: auto;
    }

    .ImgTopLeft img {
        width: auto;
    }

    .ImgTopRight img {
        width: auto;
    }

    .ImgBottomLeft img {
        width: auto;
    }

    .ImgBottomRight img {
        width: auto;
    }

    .backnumber_p .introduction {
        margin: 0 0 40px;
    }

    .backnumber_p ul.information {
        margin-bottom: 30px;
    }

    .backnumber_p ul.information li {
        margin: 0 0 30px;
        padding: 0 0 20px;
    }

    .backnumber_p ul.information li a {
        margin-top: 0;
        font-size: 13px;
        letter-spacing: 0.65px;
        line-height: 1.46153;
    }

    .page_view {
        font-size: 16px;
        gap: 16px;
        padding-bottom: 44px;
    }

    .page_view span,
    .page_view a {
        line-height: 1.75;
    }

    .page_view .prev,
    .page_view .next {
        position: absolute;
        bottom: 0;
    }

    .page_view .prev {
        left: 52%;
    }

    .page_view .next {
        right: 52%;
    }

    #page-top {
        bottom: 15px;
        width: 22px;
        height: 13px;
        width: 40px;
        height: 40px;
        right: 0;
        bottom: 0;
    }

    #page-top a {
        background-size: 22px 13px;
        background-position: center;
    }
}

@media screen and (max-width: 480px) {
    html {
        scroll-padding-top: 30px;
    }

    p,
    a,
    span,
    table {
        transform: rotate(0deg);
    }

    .purpose>ul>li {
        width: 100%;
    }

    .ttl_area picture {
        margin: 0px 0px 100px 0;
        width: 100%;
        height: auto;
        min-height: 179px;
    }

    .ttl_area picture img {
        margin-right: 0;
        max-width: none;
    }

    .ttl_area picture:before {
        margin-right: 0px;
        max-width: none;
    }

    .ttl_area picture:after {
        top: 30vw;
        height: 144px;
        width: calc(100vw - 45px);
        left: 0;
    }

    h1.page_title {
        font-size: 20px;
        letter-spacing: 1px;
        left: 20px;
        max-width: 250px;
        top: 189px;
    }

    .free_page h1.page_title,
    .free_page .has_image h1.page_title {
        max-width: none;
        padding: 5px 10px;
        margin: 0;
        left: 0;
        top: 189px;
        max-width: 300px;
    }

    .ttl_area.has_image {
        margin-bottom: 0;
    }

    .free_page .ttl_area:after {
        top: 134px;
        left: -25px;
        height: 144px;
        max-height: 300px;
        max-width: none;
        width: 100%;
    }

    .right_side .text,
    .left_side .text {
        max-width: none;
        width: auto;
    }

    .right_side .content_image,
    .left_side .content_image,
    .with_caption .content_image {
        width: auto;
    }

    .with_frame .content_image,
    .with_background_color .content_image {
        float: none;
        margin: 0 0 10px;
    }

    .text-area .text,
    .above_content .text,
    .right_side .text,
    .left_side .text {
        font-size: 13px;
        letter-spacing: 0.65px;
    }

    .inner_link {
        flex-direction: column;
        padding: 20px;
    }

    .inner_link li {
        margin: 0;
        max-width: none;
        width: auto;
    }

    .inner_link a {
        font-size: 13px;
        letter-spacing: 0.65px;
    }

    .block_link {
        gap: 15px;
    }

    .block_link li {
        width: 100%;
    }

    .block_link a {
        padding: 15px 20px;
    }

    .f_tbl table tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .f_tbl table th {
        max-width: none;
        width: 100%;
        padding: 10px 20px;
    }

    .f_tbl table td {
        width: 100%;
        font-size: 13px;
        letter-spacing: 0.65px;
        padding: 25px 20px;
    }

    .f_tbl table.no_border tr {
        margin: 0 0 40px;
    }

    .f_tbl table.no_border tr:last-child {
        margin: 0;
    }

    .f_tbl table.no_border th {
        font-size: 15px;
        letter-spacing: 0.75px;
        margin: 0 0 20.4px;
        font-weight: 500;
    }

    .f_tbl table.no_border td {
        padding: 0 0 20.14px;
    }

    .text-area a.emphasis {
        font-weight: 400;
    }

    .magazine_p .introduction {
        margin-bottom: 40px;
    }

    .magazine_p h2.ttl_main {
        margin: 0 0 24.78px;
    }

    .magazine_p h3.ttl_sub {
        margin: 0 0 20.22px;
    }

    .magazine_p .magazines {
        gap: 40px 0;
        flex-direction: column;
    }

    .magazine_p .magazines>li {
        width: auto;
        max-width: none;
    }

    .magazine_p .text-area ul li {
        font-size: 13px;
        letter-spacing: 0.65px;
    }

    .magazine_p .upfile a {
        font-size: 14px;
        padding: 15px 20px;
    }

    .error_page {
        margin: 150px 0;
    }
}

@media print {
    body {
        zoom: 95%;
    }

    #page-top {
        display: none !important;
    }
}
