@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

html{
    font-size: 18px;
    background-color: #fff;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
}
ul, li, dt, dd, dl {
    list-style: none;
}
.site_header {
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    align-items: center;
    margin: 0;
    z-index: 10;
}
.site_header .logo{
    display: flex;
    justify-content: space-between;
    height: 60px;
    position: relative;
}
.site_header .logo .logo_menu{
    display: none;
    /* position: absolute;
    top: 0;
    left: 0;
    margin: 5px;
    height: 30px; */
}
/* .site_header .logo .logo_menu img{
    height: 30px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
} */
.site_header .logo .logo_img{
    position: absolute;
    top: 0;
    /* left: 46px; */
    left: 10px;
    margin: 11px;
    height: 20px;
}
.site_header .logo .login{
    position: absolute;
    top: 0;
    /* right: 80px; */
    right: 20px;
    background-color: rgb(220, 40, 40);
    width: 66px;
    height: 28px;
    line-height:28px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 14px;
    text-align : center;
    transform: translate(0,8px)
}
.site_header .logo .logo_cart{
    display: none;
    /* position: absolute;
    top: 5px;
    right: 30px;
    margin: 2px; */
}
/* .site_header .logo .logo_cart img{
    width: 30px;
} */
.site_header .gnav{
    overflow-x: auto;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    position: fixed;
    top: 42px;
    background: #1c903a;
}
.site_header .gnav .menu {
    display: inline-flex;   
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 0;
    transform: translate(0,2px);
}
.site_header .gnav .menu li {
    flex-basis: auto;
    list-style: none;
    font-size: 12px;
    color: #fff;
    margin: 0 10px;
    white-space: nowrap;
    text-decoration: none !important;
}

@media screen and (min-width: 768px) {
    .site_header .logo{
        margin: 0 auto;
        width: 100%;
        max-width: 1100px;
        height: 60px;
    }
    .site_header .logo .logo_menu{
        display: none;
    }
    .site_header .logo .logo_img{
        left: 0px;
    }
    .site_header .logo .logo_img img{
        height: 24px;
    }
    .site_header .logo .login{
        /* right: 60px; */
        right: 0;
        width: 84px;
        height: 28px;
        line-height:28px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 14px;
        transform: translate(0,8px)
    }
    .site_header .logo .logo_cart{
        display: none;
        /* right: 0; */
    }
    .site_header .gnav{
        width: 100%;
        height: 36px;
        box-sizing: border-box;
        position: fixed;
        top: 44px;
        background: #1c903a;
        margin: 0 auto;
        text-align: center;
    }
    .site_header .gnav .menu {
        display: inline-flex;   
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 0;
        transform: translate(0,4px);
        width: 100%;
        max-width: 1090px;
    }
    .site_header .gnav .menu li {
        flex-basis: auto;
        list-style: none;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        margin: 0 10px;
        white-space: nowrap;
        text-decoration: none !important;
    }
}

a,a:hover,a:visited{
    color: inherit;
    text-decoration: none;
}

.diagnose_container{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    box-sizing: border-box;
	width: 100%;
	text-align: center;
    margin-top: 0;
}
.top_sec{
    padding: 20px 5%;
	background: url(../images/top_bg.jpg) no-repeat; background-size: cover;
}

.select_03 { margin-bottom: 50px !important; }

@media screen and (min-width: 768px) {
    .diagnose_container{
        margin-top: -30px;
    }

.top_sec{
    padding: 130px 5%;
}
.top_01{
    margin-top: 80px;
    margin-bottom: 20px;
}
}

.diagnose_container section{
    margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.top_01 .subtitle{
    margin: 70px 0 10px 0;
	font-weight: 500;
}
.top_01 .title{
    margin: 10px 0 0 0;
	font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.top_01 .caution_container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -10px auto;
}
.top_01 img{
}
.top_01 .caution img{
    width: 20px;
}
.caution_container .caution{
    margin: 4px 8px 0;
}
.top_01 .induction{
    margin-top: 8px;
    margin-bottom: 10px;
}

/* .btn_go{
    background-color: #777;
    width: 90%;
    height: 70px;
    line-height:70px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 14px;
    margin: 0 auto;
    text-align : middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.btn_go:hover{
    background-color: #999;
} */
.btn_go{
    margin: 0 auto;
    text-align : middle;
    /* -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; */
}
.btn_go img{
}
/* .btn_go img:hover{
    background-color: #999;
} */

/* アニメーション */
@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }
    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}
.btn_go{
    position: relative;
    display: block;
    width: 331px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
}
.btn_go::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.top_03 p{
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    margin: 30px auto 0;
}