
:root{
	--contentW_num:750;
	--contentW_px:750px;
	--formW_num:700;
	--formW_num:700px;
}


body{
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px;
	background-color: #ea9201;
	
	
}



a:hover{
opacity: 0.5;
}


#page{
	width:var(--contentW_px);
	float:left;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
	
	
}



#content{
	
	
	width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
	
	position: relative;
	z-index: 10;
	
	
}


#content_container{
	
	width: 100%;
	max-width: var(--contentW_px);
	margin: 0 auto;
	position: relative;
	margin-top: 0px;
}

#asahi_content,
#asahi_content_dentou{
	width: 100%;
	max-width: var(--contentW_px);
    text-align: center;
	margin: auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
}

#asahi_content{
	background-image: url("../img/open_bg.jpg");
}

#asahi_content_dentou{
	background-image: url("../img/dentou_bg.jpg");
}

#header_logo{
	width: 100%;
	min-width: 100px;
	max-width: 160px;
    margin:auto;
	padding-top: 30px;

}

#header_logo img{
	width: 100%;
}



h1{
	width: 100%;	
	margin-top: 13px;
	position: relative;
	z-index: 99;
	text-align: center;
	display: block;
}

h1 img{

	width: calc(700 / var(--contentW_num) * 100%);
	max-width: 700px;
}


#open_body{
	width:100%;
	text-align: center;
	margin-top: 5px;
}

#open_body_thanks{
	width: 90%;
    /* text-align: center; */
    text-align: center;
    margin-top: 150px;
    margin-bottom: 180px;
    margin: 150px auto;
}

#open_body_thanks img{
	width: 100%;
}


#open_body img{
	width: calc(var(--contentW_num) / var(--contentW_num) * 100%);
	max-width: var(--contentW_px);
}



#open_quiz{
	width:100%;
	text-align: center;
}

#open_quiz img{
	width: calc(var(--contentW_num) / var(--contentW_num) * 100%);
	max-width: var(--contentW_px);
}



#dentou_h1{
	width:100%;
	text-align: center;
	margin-top: 50px;
}


#dentou_h1 img{
	width: 700px;
}


#dentou_item{
	width:100%;
	text-align: center;
	margin-top: 50px;
}


#dentou_item img{
	width: 700px;
}


#dentou_step{
	width:100%;
	text-align: center;
	margin-top: 50px;
}


#dentou_step img{
	width: 700px;
}


.quiz_form{
	width: 93%;
    text-align: left;
    font-size: 26px;
    display: flex;
    flex-direction: column;
	margin: auto auto;
	background-color: rgba(245,245,245,0.8);
	border: 3px solid #FFF;
}

h2{
	width: 100%;
	text-align: center;
	display: block;
}



h2 img{
	width: calc(var(--contentW_num) / var(--contentW_num) * 100%);
	max-width: var(--contentW_px);
}


h2 img #open_thanks_h2{
	padding: 100px 0px;
}


.quiz_form h5{
	width: 100%;
    text-align: left;
    /* margin-top: 30px; */
    padding: 10px 55px;
	font-size: 28px;
	margin-top: 10px;
	color: #000;
}




i{
	color: #000;
	font-size: 70%;
}



.input_box{
	padding: 5px 55px;
	width: 100%;
}

input{
	border: 1px solid rgba(65,65,65,1.00);
    padding: 18px;
    font-size: 28px;
    background-color: #FFF;
    width: 100%;
	
}


.quiz_form button.asahi_button,
.asahi_button{
	display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 80%;
    margin: auto;
    padding: 2rem 4rem;
    font-weight: bold;
    border-radius: 100vh;
    border-bottom: 7px solid rgb(63 0 1);
    background: rgba(197,0,3,1.00);
    color: #fff;
    font-size: 38px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.quiz_form button.asahi_button:hover,
.asahi_button:hover{
	margin-top: 30px;
	border-bottom: 1px solid rgba(87,0,1,1.00);
	color: #fff;
	margin-bottom: 56px;
}

.quiz_form button.asahi_button:disabled{
	color: rgba(46,46,46,1.00);
	border-bottom: 7px solid rgba(58,58,58,1.00);
    background:rgba(103,103,103,1.00);
}


.quiz_form button.asahi_button:disabled:hover{
	margin-top: 30px;
	margin-bottom: 50px;
}


.quiz_form p{
	display: block;
    width: 100%;
    max-width: var(--contentW_px);
    margin: auto;
    color: #000;
    font-size: 80%;
    line-height: 2em;
    padding: 30px;
}


#asahi_content_dentou p{
	display: block;
    width: 700px;
    margin: auto;
    color: #000;
    line-height: 2em;
    padding: 30px;
	background-color: rgba(255,255,255,0.80)
}


.input_box ul{
	list-style: disc;
	display: block;
	width: 100%;
    max-width: var(--contentW_px);
    margin: auto;
    color: #000;
	font-size: 80%;
    line-height: 2em;
    padding: 30px;
}

.input_box li{
	
}

#agree_check{
	text-align: center;
}

input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
	left: 50%;
  }
 
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
 
  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: -10px;
  }
 
  input[type="checkbox"]::after {
        border-bottom: 3px solid #666464;
    border-left: 3px solid #666464;
    opacity: 0;
    height: 6px;
    width: 11px;
    transform: rotate(-45deg);
    top: -5px;
    left: -6px;
  }
 
  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }
  

#thanks_container{
	    width: 100%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    align-content: center;
    /* flex-direction: row; */
    position: absolute;
    justify-content: center;
    padding-top: 50px;
}



#thanks_container img{
	width: 100%;
}




.attention{
	text-align: center;
	color: #000000;
	padding: 10px;
}


#youtube{
	width: 1200px;
    height: 435px;
    z-index: 110;
    position: relative;
	float: left;
}

#youtube iframe{
	margin-left: 0px;
}


#footer{
	    width: 750px;
    float: left;
    padding: 5px 0px 30px 0px;
    background-color: rgba(0,0,0,0.60);
    margin-top: 150px;
    margin-bottom: 0px;
}




#footer h2{
	width: 100%;
	float:left;
	margin: 0px;
	padding: 50px;
	text-align: center;
	color:#FFF;
	font-weight: 700;
	font-size: 20px;
	font-style: italic;
	top:0;

}


#footer_navi_btn{
	    margin-top: 0px;
    margin-left: 0px;
    padding: 40px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
}


#footer .sns_icon {
	height: 87px;
	padding: 0px 30px;
}


#footer_suminoe_logo{
	width: 310px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;

}

#footer p{
	width:750px;
	float: left;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 50px;
}


/*

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: #FFF;
}

.drawer-hamburger {
	z-index: 310;
}


.drawer-nav {
    position: fixed;
    z-index: 302;
    top: 0;
    overflow: hidden;
    height: 100%;
    color: #fd6b94;
	background-color: rgba(0,0,0,0.85);

}


.drawer--right.drawer-open .drawer-nav{
    left: 50%;
    margin-left: -640px;
	width: 1280px;
	padding-left: 80px;
}

.drawer--right.drawer-close .drawer-nav{
    
	width:0px;
	padding-left: 0px;
	margin-left: 0px;
}

.drawer-menu{
	margin: 0;
    padding: 0;
    list-style: none;
    width: 300px;
    float: left;
    display: block;
	
    margin-top: 80px;
}


.drawer-menu ul{
	
}

.drawer-menu li{
	font-size: 20px;
    font-weight: bold;
    padding: 8px;
    padding-left: 20px;
}

.drawer-menu li a{
	color:#FFF;
	text-decoration: none;
}

.drawer-menu li span{
	color:#4E4E4E;
	text-decoration: none;
}


.drawer--right.drawer-open .drawer-hamburger {

    left: 50%;
    margin-left: -600px;
	
    background-color: #FFF;
}

.drawer-menu h3{
	font-size: 25px;
    color: #FFFF00;
    font-weight: bold;
    font-style: italic;
    margin-left: 17px;
    margin-bottom: 10px;

}


.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before{
	background-color: #fff;
}

*/


.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: #FFF;
}

.drawer-hamburger {
   /* background: #fd6b94;*/
    width: 70px;
    height: 40px;
	z-index: 310;
}


.drawer-nav {
    position: fixed;
    z-index: 299;
    top: 0;
    overflow: scroll;
    height: 100%;
    color: #fd6b94;
    background-color: rgba(0,0,0,0.85);
    padding-bottom: 100px;

}


.drawer--right.drawer-open .drawer-nav{
    /*left: 50%; */
    /* margin-left: -600px; */
    width: 750px;
    /* padding-left: 80px; */
}

.drawer--right.drawer-close .drawer-nav{
    
	width:0px;
	padding-left: 0px;
	margin-left: 0px;
}

.drawer-menu{
	margin: 0;
    padding: 0;
    list-style: none;
    width: 700px;
    margin-left: 25px;
    float: left;
    display: block;
    margin-top: 80px;
}


.drawer-menu ul{
	
}

.drawer-menu li{
	    font-size: 45px;
    font-weight: bold;
    padding: 19px;
    padding-left: 20px;
}

.drawer-menu li a{
	color:#FFF;
	text-decoration: none;
}

.drawer-menu li span{
	color:#4E4E4E;
	text-decoration: none;
}


.drawer--right.drawer-open .drawer-hamburger {
    left: 0px;
    z-index: 1300;
    /*background-color: #fd6b94;*/

}

#navi_index,
.drawer-menu h3{
	font-size: 55px;
    color: #FFFF00;
    font-weight: bold;
    font-style: italic;
    margin-left: 17px;
    margin-bottom: 10px;

}


#navi_index{
	width:750px;
	float:left;
	margin-top: 120px;
}


#btn_top{
	position:fixed;
	bottom: -150px;
	right: 20px;
	z-index: 1000;
	width:150px;
}

#btn_top img{
	width:150px;
}


#content_body{
	width:750px;
	margin-left: 0px;
	float: left;
}


#slider_container{
	width:750px;
	float:left;
	
	padding-top: 40px;
}

#slider{
	width:730px;
	float: left;
	margin-left: 10px;
	margin-bottom: 40px;
	text-align: center;
}


.banner_box{
	float: left;
    margin: 0px;
    width: 750px;
	text-align: center;
}

.banner_box img{
    width: 500px;
}

.fixed{
	position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  
}
