@charset "utf-8";
/* CSS Document */

.tac{
	text-align: center;
	}

.tar{
	text-align: right;
	}

.main{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.mb-100px{
	margin-bottom: 100px;
	}

.mb-50px{
	margin-bottom: 50px;
}

.mb-30px{
	margin-bottom: 30px;
}

.mb-10px{
	margin-bottom: 10px;
}

.mb-15px{
	margin-bottom: 15px;
}

.mb-20px{
	margin-bottom: 20px;
	}

.mt-20px{
	margin-top: 20px;
	}

.mt-50px{
	margin-top: 50px;
	}

.pt-50px{
	padding-top: 50px;
	}


img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}

.fs-10px{
	font-size: 10px;
	}
	
.mb-100px{
	margin-bottom: 100px;
	}

.mb-50px{
	margin-bottom: 50px;
}

.mb-30px{
	margin-bottom: 30px;
}

.mb-10px{
	margin-bottom: 10px;
}

.mb-15px{
	margin-bottom: 15px;
}

.mb-20px{
	margin-bottom: 20px;
	}

.mt-20px{
	margin-top: 20px;
	}

.mt-50px{
	margin-top: 50px;
	}

.pt-50px{
	padding-top: 50px;
	}
	
	
.tac{
	text-align: center;
	}	

.header{
	max-width: 100%;
	height: 3.5rem;
	background-color: #FFF;
	}

.logo{
	max-width: 300px;
	}

.logo img{
	width: 100%;
	}

.wrap{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
	}
	
.top{
	background-image: url(../images/top-bg-img.png);
	background-size: cover;
	min-height: calc(30vh - 3.5rem);
	box-sizing: border-box;
	color: #fff;
	font-size: 42px;
	line-height: 1.8;
	text-align: center;
	padding: 50px 0; 
	}

.important-box{
	color: #d03232;
	background-color: #fff;
	padding: 0 100px;
	border-radius: 50px;
	}		

.time-box{
	font-size: 24px;
	font-weight: bold;
	background-color: #d03232;
	padding: 0 30px;
	border: 1px #fff solid;
	border-radius: 50px;
	width: max-content;
	margin: 50px auto 0;
	}

.fs-big{
	font-size: 36px;
	}	

.sec-view{
	background-color: #020215;
	min-height: 50vh;
	padding: 50px 0;
	font-size: 36px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	}

.yellow-p{
	color: #f6ee6d;
	}
	
.sankaku1{
    width: 100%;
    padding-top: 150px;
    position: relative;
    overflow: hidden;
	background-color: #f4f4f4;
}
.sankaku1::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    border-top: 120px solid #020215;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    transform: translateX(-50%);
}	

.contents{
	width: 100%;
	background-color: #f4f4f4;
	font-size: 24px;
	line-height: 1.5;
	}

.step-box{
	text-align: center;
	padding: 30px 0 20px;
	}

.question-box{
	max-width: 900px;
	margin: 0 10px 50px;
	background-color: #fff;
	}

.q-title{
	background-color: #0a0936;
	color: #fff;
	display: flex;
	align-items: center;
	}

.q-title-inner1{
	flex-basis: clac(15% - 40px);
	padding: 20px;
	font-size: 72px;
	}	

.q-title-inner2{
	flex-basis: calc(85% - 40px);
	padding: 20px;
	font-size: 30px;
	line-height: 1.2;
	}
	
.question-box img{
    max-width: 100%;
    height: auto;	
	}

.question-inner{
	display: flex;
	justify-content: center;	
	}
	
.question-inner input,.question-inner-check input{
	display: none;
	}		
	
input[type="radio"]{
	width: 1.5em;
	height: 1.5em;
	padding: 0;
	cursor: pointer;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.question-inner label{
	flex-basis: 30%;	
	display: block !important;
	width: 100% !important;
	background: #f4f4f4;
	color: #000;
	font-size: 20px !important;
	font-weight: bold !important;
	padding: 20px !important;
	margin: 20px !important;
	box-sizing: border-box !important;
	text-align: center !important;
	text-decoration: none !important;
	border-radius: 50px !important;
	cursor: pointer !important;	
	word-break: break-all;
	}
	
.question-inner-check{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;	
	}		

.question-inner-check label{
	flex-basis: 100% !important;
	display: block !important;
	width: 100% !important;
	background: #f6f6f6;
	color: #000;
	font-size: 20px !important;
	font-weight: bold !important;
	padding: 20px !important;
	margin: 0 10px 20px 10px !important;
	box-sizing: border-box !important;
	text-align: center !important;
	text-decoration: none !important;
	border-radius: 30px !important;
	cursor: pointer !important;	
	}	
	
input:checked+label{
	background-color: #2d9fff;
	color: #fff;
	}	

.red-p{
	color: #d03232;
	}
	
.sankaku2{
    width: 100%;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}
.sankaku2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    border-top: 120px solid #f4f4f4;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    transform: translateX(-50%);
}	

.mail-box{
	max-width: 900px;
	height: auto;
	margin: auto;
	}

#asumeruform{
	background-color: #D5FFD5;	
	padding: 20px;
	margin: 0 10px 50px;
	border-radius: 20px;
	line-height: 1.5;
	}	


.footer{
	max-width: 100%;
	height: auto;	
	background-color: #E3DDDD;
	margin: 0 auto;
	padding-bottom: 10px;
	}

ul{
	padding-top: 20px;
	display: flex;
	justify-content: center;
	list-style: none;
	}

li{
	padding-left: 20px;
	}




.fs-title{
	font-size: 18px;
	}

#asumeruform input{
    font-size: 24px;
}

#asumeruform .inputselect {
	padding: 3px;
    font-size: 24px;
    color:#000;
}

#asumeruform textarea {
	font-size: 12px;
	width:100%;
	max-width: 350px;
	height: 150px;
	padding: 3px;
}

#asumeruform .formbtn {
	background-color: #F90;
	color: #FFF;
	font-weight: bold;
    margin-left:0px;
	font-size: 18px;
	width:90%;
    max-width: 300px;
    height:50px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 2px #ccc;
	border-radius: 6px;
	box-shadow: 0 2px 2px #ccc;
}


.center-text{
	text-align: center;
}

form {
  overflow: hidden;
}

input {
	box-sizing: border-box;
	width: 100%;
}
.asumeruform-inner{
	display: block;
	padding-bottom: 20px;
}
button{
	margin-left: 10px;
}

.flcl{
 	clear: both;
	padding-bottom: 20px;
	}
	
.fc-c{
	color: #333;
	}
	

