@charset "UTF-8";


/* ▼20250213追加_ここから */

.bnr_info{
	max-width: 720px;
	width: 100%;
	margin: 30px auto 0;
}
.bnr_info02{
    max-width: 770px;
}

.bnr_info.bnr_active{
    transition-duration: 0.6s;
}

.bnr_info.bnr_active:hover{
	opacity: 0.6;
}


/* ▲20250213追加_ここまで */




/* top */
.top_obi_box{
    background: #111;
    /* height: 120px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 30px 0;*/
    padding: 20px 0;
}
.top_obi_flex{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
}

.top_obi_merit{
    
    width: 100%;
    /*max-width: 1300px;*/
    max-width: 1200px;
    padding: 0 20px;
}

.top_obi_flex > div{
    /* width: 32%; */
    height: min(5vw ,65px);
    margin: 0 2%;
}
.top_obi_flex > div img{
    width: auto;
    height: 100%;
}
.information_box{
    background: #dcd3ce;
    padding: 40px 0;
}

.information_box .img_box{/* 	width: auto; *//* 	height: min(17.5vw,336px); */width: min(80%,525px);margin: 0 auto;text-align: center;}
.information_box .img_box img{
	width: auto;
	/* height:100%; */
	max-width: 100%;
}
#top{
    /* margin-bottom: 100px; */
}

.Caption_yobi{
	font-family: 'Noto Serif JP', serif;
	word-break: break-all;
	margin-top: 10px;
}
.Caption_yobi p{
	font-size:10px;
	color:#333333;
}

.Caption_yobi a{
	font-size:10px;
	transition:all 0.5s;
	color:#3952cb;
}


.login_bg {
    background: url(../img/top/member_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px;
    margin: 0 auto;
}
.login {
    max-width: 770px;
    margin: 100px auto;
    padding: 80px 80px;
    background-color: rgb(255 255 255 / 88%);
    border-radius: 10px;
    /* box-shadow: 0px 2px 5px #7d7d7d; */
    box-sizing: border-box;
}
.login h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #080808;
    letter-spacing: 2px;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login form > p {
    width: 100%;
    margin-bottom: 20px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.login form #Mail_area {
    width: 70%;
    max-height: 50px;
}
#Mail_area .Inputarea {
    width: 100%;
    height: 100%;
    border-right: none;
}
#Mail_area .Inputarea input {
    height: 100%;
    padding: 10px;
    width: 100%;
    background-color: #ffffffe5;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
}
#Submit {
    width: 30%;
    max-height: 50px;
    height: 100%;
    line-height: initial;
}
#Submit input {
    height: 100%;
    padding: 10px;
    color: #fff;
    background-color: #cb3333;
    width: 100%;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
}



@media screen and (max-width: 1040px){
    .top_obi_flex{
        flex-wrap: wrap;
        /* justify-content: space-around; */
    }
    .top_obi_flex > div {
        /* width: 47%; */
    }
    .top_obi_flex > div:not(:last-child){
        /* margin-bottom: 10px; */
    }
}


@media screen and (max-width: 850px){
    .top_obi_flex > div:not(:last-child){
        /* margin-bottom: 20px; */
    }
    .top_obi_flex > div {
        width: auto;
        height: min(6vw ,64px);
    }
	.top_obi_flex > div:last-child{
        margin-top: 20px;
    }
}

@media screen and (max-width: 750px){

}

@media screen and (max-width: 650px){
	.top_obi_box{
		padding:10px 0;
	}
	.top_obi_merit{
	    max-width:unset;
	    padding: 0 5px;
	}
    .top_obi_flex > div {
        /* width: 100%; */
    }
    .top_obi_flex {
        width: 100%;
        max-width: 440px;
    }
    .top_obi_flex > div {
        width: auto;
        height: max(9vw ,44px);
    }
    .top_obi_flex > div:not(:last-child){
        margin-bottom: 20px;
    }
	.top_obi_flex > div:last-child{
        margin-top: 0px;
    }


    .login{
		padding: 50px 30px;
		margin: 70px auto;
	}
    .login h3 {
		font-size: 20px;
		line-height: 35px;
	}
	.login form > p {
		font-size: 13px;
	}
} 

/* top END*/