@charset "UTF-8";

.bg {
    position: fixed;
    z-index: -1;
}

.bg img {
    width: 100%;
}

.pagemain {
    background-image: url(/assets/img/footer_photo.png);
    width: 100%;
    min-width: 97.5vw;
    height: 300px;
    position: relative;
    left: -1px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    vertical-align: bottom;
}

/* .pagemain img {
    width: 100vw;
    vertical-align: bottom;
    min-width: 100vw;
} */

.pagemain_ttl {
    width: 520px;
    height: 80px;
    padding: 0;
    font-size: 33px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D93751;
    position: relative;
    bottom: -65px;
    /*これ目分量だから後で確認してもらう*/
}

/* 団体名長い時 */
.pagemain_ttl_long {
    width: 700px;
    height: 80px;
    text-align: center;
    padding: 0;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #D93751;
    position: relative;
    z-index: 1;
    bottom: -70px;
    /*これ目分量だから後で確認してもらう*/
}

.subttl {
    padding-top: 100px;
    margin: 0;
    text-align: center;
    font-size: 27px;
    letter-spacing: 0.2em;
}

.logo3 {
    text-align: center;
    padding: 30px 0px;
    width: 100%;
    height: auto;
}

.logo3 img {
    width: 85px;
    height: auto;
}

.atagu {
    color: #4b6cb3;
    font-size: max(1.05vw, 16.8px);
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.o-mail-address {
    color: #4b6cb3;
    font-size: 25px;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.small-atagu {
    color: #4b6cb3;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.sitemap_red-atagu_1, .sitemap_red-atagu_2, .sitemap_red-atagu_3 {
    color: #D93751;
    font-size: max(1.05vw, 16.8px);
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.black_atagu_1 {
    color: #333;
    font-size: max(1.05vw, 16.8px);
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.atagu span, .red-atagu span {
    font-size: 16.8px;
}

.o-mail-address span {
    font-size: 23px;
}

.small-atagu span {
    font-size: 0.9px;
}

.atagu::after, .o-mail-address::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #4b6cb3;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.small-atagu::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #4b6cb3;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.sitemap_red-atagu_1::after {
    position: absolute;
    bottom: -1px;
    left: 1em;
    content: '';
    width: 93%;
    height: 1.5px;
    background: #D93751;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.sitemap_red-atagu_2::after {
    position: absolute;
    bottom: -1px;
    left: 1em;
    content: '';
    width: 81%;
    height: 1.5px;
    background: #D93751;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.sitemap_red-atagu_3::after {
    position: absolute;
    bottom: -1px;
    left: 1em;
    content: '';
    width: 95%;
    height: 1.5px;
    background: #D93751;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.black_atagu_1::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 99%;
    height: 1.5px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.atagu:hover::after, .o-mail-address:hover::after, .small-atagu:hover::after, .sitemap_red-atagu_1:hover::after, .sitemap_red-atagu_2:hover::after, .sitemap_red-atagu_3:hover::after, .black_atagu_1:hover::after {
    transform: scale(1, 1);
}

#com_pagenai {
    padding-top: 100px;
    margin-top: -100px;
}

/* 以下box1 */
.cnt_01 {
    display: flex;
    justify-content: center;
}

.cnt01_stc {
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 70px;
}

.cnt01_stc p {
    margin: 0;
    font-size: 1.05rem;
}

/* 以下 box2 */

.cnt_02 {
    display: flex;
    justify-content: center;
}

.cnt02_stc {
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7%;
    max-width: 750px;
}

.cnt02_stc p {
    margin: 0;
    font-size: 1.05rem;
    width: 100%;
}

/* 以下box3 */

.cnt_03 {
    display: flex;
    justify-content: center;
}

.cnt03_stc {
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 70px;
}

.cnt03_stc p {
    margin: 0;
    font-size: 1.05rem;
}

.otoiawase {
    line-height: 40px;
}

.fix-width {
    width: 750px;
}

.add-margin-top {
    margin-top: 200px;
}

.contents-heading {
    font-size: 1.05rem;
    font-weight: 700;
    border-left: solid 5px #D93751;
    line-height: 0.9;
    padding: 0.5em;
}

.jyousetu-contents-wrapper {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    padding: 40px 30px 40px;
}

.jyousetu-contents {
    width: 90%;
    margin: 40px 70px;
    display: flex;
    flex-direction: column;
}

.jyousetu-contents-wrapper_1 {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    padding: 40px 30px 40px;
}

.jyousetu-contents_1 {
    width: 90%;
    margin: 40px 70px;
    display: flex;
    flex-direction: column;
}

.sitemap-contents {
    display: flex;
    flex-direction: column;
    /* margin-left: 10%; */
}

.sitemap-contents-flex {
    display: flex;
}

.access-map img {
    width: max(34vw, 250px);
}

.access-map iframe {
    width: max(42vw, 280px);
    aspect-ratio: 4/3;
}

.linkpage-h {
    display: flex;
    align-items: center;
}

.mutual-link a {
    color: #4b6cb3;
    font-size: 17px;
}

.between-lines {
    margin-bottom: 2vh;
}

.between-div {
    margin-bottom: 5vh;
}

.jyousetu-contents:not(:last-child) {
    margin-bottom: 6vh;
}

.jyousetu-contents h3, .link-heading {
    color: #D93751;
}

.indent {
    margin-left: 1em;
}

.smaller-indent {
    margin-left: 0.9em;
}

.smallest-indent {
    margin-left: -0.2em;
}

.p-align {
    padding-left: 1em;
    text-indent: -1em;
}

.kakko-align {
    padding-left: 2.6em;
    text-indent: -2.6em;
}

.kakko-indent {
    margin-left: 0.5em;
}

.sitemap_menu_group {
    display: flex;
    flex-wrap: wrap;
}

.sitemap_menu_group_kikaku {
    display: flex;
    flex-wrap: wrap;
}

.covid_menu {
    width: 100%;
    white-space: nowrap;
}

.sitemap_menu {
    width: 450px;
}

.sitemap_menu_right {
    width: 485px;
}

.sitemap_menu_title {
    position: relative;
    width: 100%;
    top: -20px;
    margin-bottom: -20px;
}

@media all and (width <= 600px) {
    .sitemap_menu_right {
        width: 400px;
    }
}

.heading_thicken {
    font-weight: bold;
    font-size: 17px;
}

.heading_thicken::before {
    content: ">";
}

.heading_thicken_black {
    font-weight: bold;
    font-size: 17px;
}

.external_link {
    width: 15px;
    position: relative;
    top: 1px;
}

/* .title_tyousetsu {
    margin-left: 1px;
} */