/* CSS Document */
#page{
    background-size: calc( 1600 * 100vw / 1600 ) auto;
    background-color: #060c4f;
}

#content_container{
	width: 100%!important;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    margin-top: 0px;
}


#dentou_content{
	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;
}



.quiz_form{
	width: calc(973 / var(--contentW_num) * 100%);
	max-width: 973px;
    text-align: left;
    font-size: 20px;
    display: flex;
    flex-direction: column;
	margin: auto auto;
	background-color: #ffd9f6;
	border: 8px solid #FFF;
}

h2{
	    width: 100%;
    text-align: center;
    display: block;
    margin-top: 180px;
}

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


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

h3 img{
	width: calc(1281 / var(--contentW_num) * 100%);
	max-width: 1281px;
}


#h3_thanks{
	padding: 60px 0px 40px;
}

#dentou_item{
	width: calc(1282 / var(--contentW_num) * 100%);
	max-width: 1282px;
	margin: 0px auto;
	
}

#dentou_item img{
	width: 100%;
}


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


#content_container h4{
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

#h4_1{
	width: calc(1021 / var(--contentW_num) * 100%);
	max-width: 1021px;
}


#h4_2{
	width: calc(185 / var(--contentW_num) * 100%);
	max-width: 185px;
}


.quiz_form h5{
	width: 100%;
    text-align: left;
    /* margin-top: 30px; */
    padding: 5px;
	font-size: 20px;
	color: #000;
	max-width: 800px;
	margin: 50px auto 0px auto;
}




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

input[type="radio"] {
    width:50px;
}


label{
	padding: 0px 0px;
	line-height: 2em;
}



.input_box{
	padding: 5px;
	max-width: 800px;
	margin: auto;
	width: 100%;
}

input,
select{
	border: 1px solid rgba(65,65,65,1.00);
    padding: 18px;
    font-size: 20px;
    background-color: #FFF;
    width: 100%;
	max-width: 800px;
	margin: auto;
	
}


select{
	
  appearance: auto;
}

.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: 36px;
	border-bottom: 1px solid rgba(87,0,1,1.00);
	color: #fff;
	margin-bottom: 50px;
}


.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);
}

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



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

#asahi_content_dentou p{
	display: block;
    width: 100%;
    max-width: 800px;
    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: 800px;
    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%;
}




.slider{
	width:1080px;
	height:675px;
	float:left;
	margin-top: 30px;
}

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

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


#footer{
	width: 100%;
    padding: 75px 0px 50px 0px;
    background-color: rgba(0,0,0,0.60);
    margin-top: 150px;
    margin-bottom: 50px;
}



#footer h2{
	width: 100%;
	float:left;
	margin: 0px;
	padding: 0px;
	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: 190px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;

}

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

#banner_container,
#_slider{
	width: 960px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 30px;
	margin-top: 100px;
}



.banner_box img{
    height:174px;
}

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

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


.dentou_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(255,255,0,1.00);
    color: #000;
    font-size: 38px;
	margin-top: 30px;
	margin-bottom: 50px;
}




.dentou_button:hover{
	margin-top: 36px;
	border-bottom: 1px solid rgba(255,255,0,1.00);
	color: #000;
	margin-bottom: 50px;
}
