﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap&text=ΑαΒβΓγΔδΕεΖζΗηΘθΙιΚκΛλΜμΝνΞξΟοΠπΡρΣσΤτΥυΦφΧχΨψΩω');

/* CSS Document */
* {
    box-sizing: border-box;
    font-family: 'Noto Sans','Noto Sans Japanese', 'Noto Sans JP', sans-serif;
    font-weight: 400;
    /* font-size: 14px; */
}
body {
    min-height: 100vh;
    /* background: linear-gradient(#8ecf26, #1ebe64); */
    background: #8ecf26;
    position: relative;
    padding-bottom: 20px;
}
header {
    background: #0a6e46;
    width: 100%;
    padding: 10px;
}
header h1 {
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-align: center;
    font-size: 30px
}
body.live header h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
body.live header h1 img {
    width: 240px;
    margin-right: 10px;
}
header.menu {
    padding: 10px;
}
header.menu .inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
header.menu .inner h1 {
    width: 200px;
}
header.menu .inner h1 img {
    width: 100%;
}
header.menu .inner nav {
    display: flex;
}
header.menu .inner nav a {
    display: block;
    margin-right: 20px;
}
header.menu .inner nav a:last-child {
    margin-right: 80px;
}
header.menu .inner nav a.btn_report {
    width: 50px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    background: url(../images/icon_report.svg) no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
}
header.menu .inner nav a.btn_prof {
    width: 60px;
    height: 60px;
    max-width: 70px;
    max-height: 60px;
    background: url(../images/icon_prof_w.svg) no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
}
header.menu .inner nav a#btn_news {
    width: 46px;
    height: 60px;
    max-width: 54px;
    max-height: 60px;
    background: url(../images/icon_exclaim_nav.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
#btn_news .info_count {
    position: absolute;
    top: -0.25rem;
    right: -1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff5d94;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
}
#btn_menu {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    border: none;
    position: fixed;
    top: 10px;
    right: 10px;
    background: rgba(10, 110, 70, 0.4);
    z-index: 11;
    outline: none;
    cursor: pointer;
}
#btn_menu span {
    display: block;
    width: 80%;
    height: 4px;
    background: #91d226;
    /* margin: 10px 0 0; */
    transition: 0.5s all ease 0s;
    position: absolute;
    left: 10%;
}
#btn_menu span:nth-child(1) {
    top: 20%;
}
#btn_menu span:nth-child(2) {
    top: calc(50% - 2px);
}
#btn_menu span:nth-child(3) {
    bottom: 20%;
}
#btn_menu:hover {
    opacity: 0.7;
}
#btn_menu.open {
    background: none;
}
#btn_menu.open span {
    position: absolute;
}
#btn_menu.open span:nth-child(1) {
    transform: rotate(-45deg);
    top: 47%;
    /* left:0; */
}
#btn_menu.open span:nth-child(2) {
    opacity: 0;
}
#btn_menu.open span:nth-child(3) {
    transform: rotate(45deg);
    top: 47%;
    /* left:0; */
}
#btn_menu:hover {
    opacity: 0.7;
}
#drawer_menu {
    position: fixed;
    right: -500px;
    top: 0;
    height: 100%;
    background: rgba(8, 76, 49, 0.95);
    z-index: 10;
    padding-top: 30px;
    opacity: 0;
    transition: 0.5s all ease 0s;
    display: none;
}
#drawer_menu.open {
    right: 0px;
    opacity: 1;
    display: block;
}
#drawer_menu ul {
    padding: 0 18px 0 18px;
}
#drawer_menu li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
#drawer_menu li.off a {
    opacity: 0.4;
}
#drawer_menu li a {
    display: block;
    color: #fff;
    padding: 0.5em 0;
    font-size: 16px;
}
#drawer_menu li a:hover {
    opacity: 0.7;
}
#overray {
    display: none;
}
#overray.menu-over {
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
}
/*login menu*/
section.login_name {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    margin-top: 10px;
}
section.login_name a.back {
    width: 40px;
    height: 40px;
    display: block;
    background: rgb(10, 110, 70);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
section.login_name a.back::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 14px 9px 0;
    border-color: transparent rgba(255, 255, 255, 1) transparent transparent;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
}
section.login_name > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0;
}
section.login_name > ul li {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #0a6e46;
}
section.login_name > ul li#logout {
    background: #0a6e46;
    color: #fff;
    font-size: 0.8em;
    border-radius: 4px;
}
@media only screen and (max-width: 767px) {
    section.login_name > ul li#logout {
        font-size: 3vw;
    }
}
section.login_name > ul li#logout:hover {
    opacity: 0.8;
}
section.login_name > ul li#logout a {
    color: #fff;
    padding: 0.5rem 1rem;
    display: block;
}
/*main base format*/
article.contents {
    padding: 0 30px;
    max-width: 1000px;
    margin: auto;
}
section.main {
    margin-bottom: 30px;
    margin: 10px auto;
}
section.main > img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto;
}
section.main nav {
    display: flex;
    flex-wrap: wrap;
    /* align-items:center; */
    font-size: :;
    max-width: 400px;
    margin: auto;
}
section.main nav a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 48%;
    max-width: 200px;
    background: #0a6e46;
    margin: 1%;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
}
section.main nav.linkbutton a {
    min-height: 64px;
}
section.main nav a:hover {
    opacity: 0.8;
}

/* 2022希望エントリーボタン */
    section.main nav button.entry_btn {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 48%;
        max-width: 200px;
        background: #fff;
        margin: 1%;
        color: #0a6e46;
        text-align: center;
        font-size: 15px;
        padding: 10px 0;
    }
    section.main nav.linkbutton button.entry_btn {
        min-height: 64px;
    }

    section.main nav button.entry_btn:hover {
        opacity: 0.8;
    }

@media only screen and (min-width: 1000px) {
    #btn_menu {
        right: calc(100% / 2 - 500px);
    }
    #drawer_menu {
        width: calc(50% - 190px);
        padding-right: 0;
    }
    #drawer_menu ul {
        width: 320px;
        padding: 0 30px 0 30px;
    }
}
footer {
    width: 100%;
    background: #0a6e46;
    padding: 10px;
    color: #fff;
    /* display: none; */
     position:absolute; 
    /* bottom:0; */
}
footer.adjust {
    position: fixed;
    bottom: 0;
}
footer p {
    text-align: center;
    font-size: 12px;
}
section.submit {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
section.submit button {
    background: #ccc;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 14px;
    width: 140px;
    margin: 0 10px;
    line-height: 1;
    cursor: pointer;
}
section.submit button:hover {
    opacity: 0.8;
}
section.submit button.back {
    background: #969696;
}
section.submit button.next, section.submit button.login {
    background: #0a6e46;
}
section.submit div.flex {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    margin-bottom: 50px;
}
section.submit div.flex button {
    width: 220px;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
    margin: 0 15px;
}
body.live #use_tmss_account {
    width: unset;
    background: none;
    color: #f00;
    border-bottom: solid 1px #f00;
    padding: 0;
    display: flex;
    font-size: 14px;
}
body.live #use_tmss_account::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/icon_docs.svg) no-repeat;
    background-size: 150%;
    background-position: center;
    position: relative;
    top: -2px;
}
/*NEWS*/
#overray.news {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 90px 40px 40px;
    z-index: 1000;
    display: none;
}
#popup_news {
    position: absolute;
    width: calc(100% - 30px);
    max-width: 600px;
    height: 70vh;
    top: calc(50% - 35vh);
    left: calc(50% - 300px);
    background: #fff;
    z-index: 1001;
    padding: 0 20px 0;
    display: none;
    border-radius: 10px;
    overflow: hidden;
}
#popup_news h4 {
    color: #0a6e46;
    padding: 10px 10px 0;
    text-align: center;
    font-size: 30px;
    font-family: Oswald;
    font-weight: 400;
    width: 100%;
    margin: 0 auto 20px;
    border-bottom: solid 1px #0a6e46;
}
#popup_news #close_news {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #ccc;
    background-image: url(../images/icon_close.svg);
    background-size: contain;
    cursor: pointer;
    border: solid 2px #ccc;
    border-radius: 50%;
    line-height: 1;
}
#popup_news #close_news:hover {
    opacity: 0.6;
}
#popup_news ul {
    height: calc(100% - 100px);
    width: 100%;
    overflow-y: auto;
    margin: auto;
    padding-right: 20px;
}
#popup_news ul li {
    width: 100%;
    margin: auto;
    padding: 0 0 30px;
    font-size: 14px;
}
#popup_news ul li div {
    text-align: justify;
    font-size: 13px;
    padding-right: 0;
}
#popup_news ul li > time {
    font-family: Oswald;
    color: #8bc34a;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 3px;
    margin-bottom: 10px;
    font-size: 18px;
}
#popup_news ul li.newmark time::before {
    content: "NEW";
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #91d226;
    padding: 0 5px;
    margin-right: 0.5em;
}
#popup_news ul li div a {
    display: block;
    font-size: 13px;
    margin: 5px 0;
}
#popup_news ul li div a:link, #popup_news ul li div a:visited {
    color: #2196F3;
    text-decoration: underline;
    margin: 10px 0;
}
#popup_news ul li div a:link::before {
    content: '';
    width: 0.6em;
    height: 0.6em;
    display: inline-block;
    border-bottom: solid 1px #2196F3;
    border-right: solid 1px #2196F3;
    transform: rotate(-45deg);
    margin-right: 2px
}
span.text-danger {
    font-size: 12px;
    color: #f00;
}
p.contact {
    font-size: 12px;
    color: #4F4F4F;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
    max-width: 580px;
    height: 1 !important;
    line-height: 20px;
    text-align: center;
    border: 1px solid #ffffff;
    font-weight: bold;
    padding: 1em;
    display: block;
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    background: #d2f1a1;
}
p.contact span.read::before, p.contact span.read::before {
    content: none !important;
}
p.contact span.read {
    display: inline-block;
    font-size: 16px;
    text-align: center;
}
p.contact span.read:after {
    content: '：';
    display: inline-block;
}
p.contact span.center {
    display: inline-block;
    font-size: 16px;
    margin-top: 0.5em;
    margin-left: 0;
}
p.contact span.center::after {
    content: '\A';
    display: inline-block;
}
p.contact span.tel {
    display: inline-block;
    font-size: 14px;
    margin-top: 0.5em
}
p.contact span.tel::before {
    content: '';
    width: 18px;
    height: 16px;
    /*background-image: url(https://douga.yumenavi.info/Content/images/tel_icon.png);*/
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 3px;
    left: -6px;
}
body > p > br:nth-child(5) {
    display: none;
}
p.contact span.mail {
    font-size: 14px;
    display: inline-block;
    margin-top: 0.5em;
    font-weight: bold;
    margin-left: 2em;
}
p.contact span.mail:before {
    content: '';
    width: 18px;
    height: 16px;
    /*background-image: url(https://yumenavi.info/douga/partial/images/icon_mail.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 3px;
    left: -6px;
}
#pagetop {
    width: 44px;
    height: 44px;
    right: 20px;
    bottom: 10px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    display: block;
    position: fixed;
    z-index: 19999;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
#pagetop:after {
    content: "";
    width: 17px;
    height: 17px;
    top: calc(50% - 4px);
    left: calc(50% - 8.5px);
    transform: rotate(-45deg);
    position: absolute;
    border-top: 2px solid #0a6e46;
    border-right: 2px solid #0a6e46;
}
section.main .livelink {
    margin-top: 30px;
    padding: 15px;
    background-color: #e2f7bf;
    text-decoration: underline; 
    text-align: center;
    font-size: small;
    width: 390px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 767px) {
    body {
        padding: 0;
    }
    header {
        padding: 4vw;
        min-height: 16vw;
    }
    header h1 {
        font-size: 5vw;
    }
    header.menu .inner h1 {
        width: 40vw;
        max-width: 200px;
    }
    header.menu .inner nav {
        padding-right: 13vw;
    }
    header.menu .inner nav a {
        margin-right: 2vw;
    }
    header.menu .inner nav a.btn_report {
        width: 13vw;
        height: 11vw;
        margin-right: 0.5vw;
    }
    header.menu .inner nav a.btn_prof {
        width: 13vw;
        height: 11vw;
    }
    header.menu .inner nav a#btn_news {
        width: 10vw;
        height: 11vw;
        display: none;
    }
    header.menu .inner nav a#btn_news span {
        width: 5vw;
        height: 5vw;
        top: -1vw;
        right: -1.4vw;
        font-size: 3vw;
        line-height: 1.8;
    }
    header.menu .inner nav a:last-child {
        margin-right: 12vw;
    }
    #btn_menu {
        width: 11vw;
        height: 11vw;
        padding: 0;
        right: 3vw;
    }
    #btn_menu span {
        height: 3px;
    }
    #drawer_menu ul {
        width: 100%;
    }
    section.login_name a.back {
        width: 26px;
        height: 26px;
    }
    section.login_name a.back::before {
        border-width: 7px 10px 7px 0;
        top: calc(50% - 7px);
        left: calc(50% - 7px);
    }
    section.main {
        min-height: 80vh
    }
    section.submit {
        margin-bottom: 10px;
    }
    section.submit button:hover {
        opacity: unset;
    }
    #popup_news {
        position: fixed;
        width: 90vw;
        max-width: none;
        height: 80vh;
        top: calc(50% - 40vh);
        left: calc(50% - 45vw);
        padding: 0 0 6vw;
    }
    #popup_news h4 {
        font-size: 7vw;
        padding-top: 1.5vw;
        padding-bottom: 2vw;
        margin-bottom: 4vw;
        width: calc(100% - 8vw);
    }
    #popup_news ul {
        height: calc(100% - 16vw);
        width: 100%;
        overflow-y: auto;
        margin: auto;
        padding: 0 4vw 4vw;
    }
    #popup_news #close_news {
        top: 3vw;
        right: 3vw
    }
    #popup_news ul li {
        font-size: 3vw;
        padding-bottom: 5vw;
    }
    #popup_news ul li:hover {
        background: none;
    }
    #popup_news ul li div, #popup_news ul li div a {
        font-size: 3vw;
    }
    body.live header h1 {
        flex-wrap: wrap;
        font-size: 5vw;
    }
    body.live header h1 img {
        width: 80%;
        margin-right: 10px;
    }
    p.contact {
        width: 90%;
        padding: 2vw;
        margin-bottom: 5vw;
        display: block;
        /* flex-wrap: wrap; */
        /* justify-content: center; */
        background: #d2f1a1;
    }
    p.contact > span.read {
        display: block;
        font-size: 4vw;
        font-weight: bold;
    }
    p.contact > span.center {
        display: block;
        font-size: 4vw;
        font-weight: bold;
        margin-top: 2vw;
    }
    p.contact > span.read:before, p.contact > span.center:before {
        content: none;
    }
    p.contact > span.tel {
        font-size: 3vw;
        font-weight: bold;
        display: inline-block;
        margin-top: 4px;
    }
    p.contact > span.mail {
        font-size: 3vw;
        font-weight: bold;
        display: inline-block;
        margin-top: 4px;
    }
    p.contact br {
        display: none;
    }
} /*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 480px) {
    section.main .livelink {
        text-decoration: unset;
        width: unset;
    }
    #drawer_menu, #drawer_menu ul li a {
        font-size: 3.4vw;
    }
    #drawer_menu {
        padding-top: 6vw;
    }
    section.submit button {
        width: 32%;
        font-size: 4vw;
        margin: 0;
        margin-right: 2%;
        padding: 4vw 0;
    }
    section.submit button:last-child {
        margin-right: 0;
    }
    section.submit div.flex {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        width: 100%;
        margin-top: 3vw;
        margin-bottom: 6vw;
    }
    section.submit div.flex button {
        width: 90%;
        margin: 0;
        font-size: 4vw;
        padding: 2vw 1vw;
        margin-bottom: 4vw;
        height: 15vw;
    }
    article.contents {
        padding: 0 3vw;
        min-height: 10vw;
    }
    #pagetop {
        width: 10vw;
        height: 10vw;
        right: 2vw;
        bottom: 4.5vw;
        display: block;
        position: fixed;
    }
    header.menu {
        padding-left: 3vw;
    }
}

#username {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
}
#username > img {
    width: 18px;
    height: 31px;
}
@media only screen and (max-width: 767px) {
    #username {
        gap: 8px;
        margin-bottom: 22px;
    }
    #username > img {
        width: 16px;
        height: 24px;
    }
}
#logout a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-top: 12px;
    color: #09633f;
    font-size: 14px;
    font-weight: 600;
    border: solid 1px #ffffff;
    border-radius: 4px;
    background-color: #ffffff;
}

#push_notification_status {
    display: flex;
    justify-content: end;
    max-width: 1000px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 8px;
}
@media only screen and (max-width: 1000px) {
    #push_notification_status {
        padding-right: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #push_notification_status {
        padding-right: 4.5vw;
    }
}
#push_notification_status_label {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    cursor: pointer;
}
#push_notification_status_label > div {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}
#push_notification_status_checkbox {
    position: relative;
    appearance: none;
    background-color: #ffffff;
    border-radius: 9999px;
    width: 70px;
    height: 36px;
    cursor: pointer;
}
#push_notification_status_checkbox:checked {
    background-color: #edf7dc;
}
#push_notification_status_checkbox:after {
    transition: left 0.05s linear;
}
#push_notification_status_checkbox:not(:checked)::before {
    position: absolute;
    top: 9px;
    right: 8px;
    content: "OFF";
    font-size: 12px;
    font-weight: 600;
    color: gray;
}
#push_notification_status_checkbox:not(:checked)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url("../images/push_notification/icon_off.svg");
    width: 36px;
    height: 36px;
}
#push_notification_status_checkbox:checked::before {
    position: absolute;
    top: 9px;
    left: 11px;
    content: "ON";
    font-size: 12px;
    font-weight: 600;
    color: #007f58;
}
#push_notification_status_checkbox:checked::after {
    position: absolute;
    top: 0;
    left: 36px;
    content: "";
    background-image: url("../images/push_notification/icon_on.svg");
    width: 36px;
    height: 36px;
}
#push_notification_banner {
    position: fixed;
    top: 10%;
    right: calc(-360px - 12px);
    filter: drop-shadow(5px 5px 4px #00000066);
    transition: right 0.5s ease-in-out;
}
#push_notification_banner > div {
    position: relative;
    width: 360px;
    background-color: #fffdc1;
    padding: 16px;
    border-radius: 8px 0 0 8px;
}
#push_notification_banner > div > img {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
#push_notification_banner > div > div > div#allow_push_notification {
    display: block;
    width: 150px;
    color: white;
    font-weight: 600;
    border-radius: 4px;
    background-color: #007f58;
    padding: 4px;
    text-align: center;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
#push_notification_banner.slide {
    right: 0;
}
@media only screen and (max-width: 767px) {
    #allow_push_notification {
        margin-right: 10px;
    }
    #allow_push_notification > img {
        width: 42px;
    }
    #push_notification_banner {
        right: calc(-320px - 12px);
    }
    #push_notification_banner > div {
        width: 320px;
        border-radius: 6px 0 0 6px;
    }
    #push_notification_banner > div > div > div#allow_push_notification {
        width: 120px;
    }
}