@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
}

img {
    vertical-align: top;
}

hr.popuphr {
    margin: .5rem 0;
    height: 1px;
    background-color: #eb6100;
}

.fontnoto {
    font-family: 'Noto Sans JP', sans-serif;
}

.top_img {
    min-height: 0%;
}

a img:hover{
    filter: grayscale(1)brightness(40%);
}

.text-narrow {
    transform-origin: 0 0;
    transform: scaleX(0.75);
}

.text-narrow-w {
    width: 160%;
    margin-left: -10px;
}

.text-narrow-revise {
    width: 160%;
    margin-left: -15px;
}

.nowrap {
    white-space: nowrap;
}

.is-transparent {
    background-color: transparent;
}

.gr_bg {
    background-color: #00ac97;
    color: #fff;
}

.or_bg {
    background-color: #f39800;
    color: #fff;
}

.yl_bg {
    background-color: #fffbc7;
    border: solid 1px #eb6100;
    color: #fff;
}

.border_bold {
    border-width: 2px;
}

.pi_bg {
    background-color: #ee87b4;
    color: #fff;
}

.fontyellow {
    color: #fffbc7;
}

.fontorange {
    color: #eb6100;
}

.fontgreen {
    color: #00ac97;
}

.fontpink {
    color: #eb6ea5;
}

.fontblue {
    color: #00afec;
}

.gr_button {
    border-radius: 3%/30%;
    background-color: #fffbc7;
    border: solid 3px #00ac97;
    color: #00ac97;
}

.pop_gr_button {
    border-radius: 8px;
    background-color: #00ac97;
    color: #fffbc7;
}

.bg_dot {
    background-color: #fdd000;
    background-image:
        radial-gradient(#ffde5e 13%, transparent 13%),
        radial-gradient(#ffde5e 13%, transparent 13%);
    background-size: 18px 18px;
    background-position: 0 0, 9px 9px;
}

.bg_circle {
    max-width: 1040px;
    border-radius: 520px 520px 30px 30px;
    background: #fff;
}

.line {
    background: linear-gradient(transparent 75%, #fff799 0%);
}

.height_3em {
    height: 3.4em;
}

.ichigyou {
    line-height: 3em;
}

.navmoji_bg {
    background-color: #fffbc7;
}

.dl_circle {
    color: #00ac97;
    display: flex;
    width: 150px;
    height: 150px;
    text-align: center;
    background-color: #fffbc7;
    border-radius: 50%;
    border: solid 5px #00ac97;
}

.dl_circle_display {
    position: absolute;
    bottom: 15px;
    right: 30px;
}

.is-size-8 {
    font-size: 10px !important;
}

.is-size-9 {
    font-size: 10px !important;
    transform-origin: 0 0;
    transform: scale(0.6);
    margin-right: -24px;
    margin-top: -3px
}

.sitemaptext {
    margin-right: -40px;
}



.popup {
    border-radius: 30px;
    background-color: #fff;
    color: #eb6100;
    padding: 1.5rem;
}

.poptitle {
    border-radius: 14px;
}

.popup_dbtn {
    height: 56px;
    width: 56px;
    max-height: 56px;
    min-height: 56px;
    max-width: 56px;
    min-width: 56px;
    background-color: red;
    border: solid 2px #fff;

}

.popup_dbtnbox {
    position: absolute;
    top: 0px;
    right: 0px;
}

.list {
    text-indent: -1em;
    padding-left: 1em;
}

.title_circle {
    color: #fff;
    display: flex;
    height: 300px;
    width: 300px;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #fff 57%, #00ac97 57%, #00ac97 100%);
    border-radius: 50%;
    margin: auto;
    border: solid 5px #00ac97;

}

.stkbg {
    background-image: url(../img/10stkbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
    color: red;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.top_circle {
    color: #00ac97;
    display: flex;
    width: 82px;
    height: 82px;
    text-align: center;
    background-color: #fffbc7;
    border-radius: 50%;
}

.angle {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #00ac97;
    border-right: 2px solid #00ac97;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s;
}

.angleinvers {
    margin: 3px auto -8px;
    transform: rotate(-135deg);
}


@media only screen and (min-width:1024px) {
    .menu_circle {
        color: #fff;
        display: flex;
        height: 150px;
        width: 150px;
        text-align: center;
        background: linear-gradient(180deg, #fff 0%, #fff 57%, #00ac97 57%, #00ac97 100%);
        border-radius: 50%;
        margin: auto;
        line-height: 1.2;
    }

    .menu_circle p {
        padding-bottom: 8px;
    }
    
    .is-size-sp{
    font-size: 2.25rem!important;
}
    
}

@media only screen and (max-width:1023px) {
    .menu_circle {
        color: #fff;
        display: flex;
        height: 90px;
        width: 90px;
        text-align: center;
        background: linear-gradient(180deg, #fff 0%, #fff 55%, #00ac97 55%, #00ac97 100%);
        border-radius: 50%;
        margin: auto;

    }

    .menu_circle p {
        display: block;
        transform: scale(0.62);
        padding-bottom: 12px;

    }

    .dl_circle {
        color: #00ac97;
        display: flex;
        width: 90px;
        height: 90px;
        text-align: center;
        background-color: #fffbc7;
        border-radius: 50%;
        border: solid 3px #00ac97;
        margin-top: -40px;
        margin-bottom: -40px;
        margin-left: -10px;
    }

    .dl_circle p {
        display: block;
        transform: scale(0.63);
        padding-bottom: 5px;
    }

    .dl_circle p span {
        width: 160%;
        margin-left: -25px;
    }

    .dl_circle_touch {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .is-size-85 {
        font-size: .85em;
    }

    .title_box {
        height: 210px;
        width: 210px;
    }

    .ckbox {
        width: 40px;
        height: auto;
    }

    .exclamation {
        width: 14px;
        height: auto;
    }

    .shrink {
        transform-origin: 0 0;
        transform: scale(0.70);
    }

    .height_3em {
        height: 3.5em;
    }



}

@media only screen and (min-width:769px) {
    .box {
        margin: 30px;
    }
}

@media only screen and (max-width:768px) {
    .top_circle {
        color: #00ac97;
        display: flex;
        width: 50px;
        height: 50px;
        text-align: center;
        background-color: #fffbc7;
        border-radius: 50%;
    }

    .angle {
        display: block;
        margin: 0 auto;
        width: 17px;
        height: 17px;
        border-bottom: 1px solid #00ac97;
        border-right: 1px solid #00ac97;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: 0.5s;
    }

    .angleinvers {
        margin: 5px auto 0;
        transform: rotate(-135deg);
    }

    .modal-content {
        width: 320px;
    }

    .popup {
        padding: 1rem;
    }

    .box {
        box-shadow: none;
        border-radius: 15px;
    }

    .stkbg {
        background-image: url(../img/10stkbgsp.png);
        margin: auto
    }

    .exclamation {
        width: 10px;
        height: auto;
    }

    .ckbox {
        width: 30px;
        height: auto;
    }





}

@media only screen and (max-width:460px) {
    .is-size-top {
        font-size: .85rem;
    }
}


@media only screen and (min-width:401px) and (max-width:1023px) {
    .touch-mx {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

@media only screen and (max-width:400px) {
    .touch-mx {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .is-size-85 {
        font-size: .75em;
    }
    
    .is-size-top {
        font-size: .76rem;
    }

    .gr_button {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .title_box {
        height: 150px;
        width: 150px;
    }

    .shrink {
        transform-origin: 0 0;
        transform: scale(0.5);
    }
}
