@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700;900&display=swap');
.maincontents.checker{
	background: #2F5DA3;
}
.checktopinner{
	width: 90%;
	max-width: 800px;
	margin: auto;
	
}
.checkbtnarea{
	display: flex;
	flex-wrap: wrap;
	gap:30px;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.checkbtnarea a{
	width: calc( 50% - 15px);
}

.checkerheader{
	background: linear-gradient(120deg, #f2cddc50 7%, #fbb09550 100%);
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.checkerheader h1.title{
	max-width: 300px;
	width: 50%;
	display: block;
	
}
.checkersubheader{
	background: #e5690c;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.checkersubheader h1{
	text-align: center;
}
.checkersubheader h1 a{
	color:#ffffff;
	font-weight: 700;
	text-align: center;
	font-size:1.7rem;
	text-decoration:none; 
}
@media (max-width: 700px){
	.checkbtnarea a{
		width: 100%;
	}
	.checkerheader{
		height: 120px;
	}
}
.checker .page_inner{
	max-width: 900px;
	margin: auto;
}
.situmon{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 3rem;
}
.situmon .left{
	width: 50px;
}
.situmon .right{
	width: calc( 100% - 70px);
	background: #ffffff;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
}
.situmon .right:before{
	content: "";
	background: url("../images/huki.svg");
	width: 20px;
	height: 20px;
	position: absolute;
	top: 19px;
    left: -13px;
}
.situmon .right strong{
	font-weight: 800;font-size:1.2em;display: inline-block;
	margin-right: 10px;
}
.situmon .right strong.pink{
	color: #cd3872;
}
.situmon .right b{
	font-weight: 600;
}

.kaitou{
	width: 85%;
    /* border: 6px solid #cd3872; */
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0;
    position: relative;
    /* padding-bottom: 90px; */
    background: #f3e1e1;
    margin-left: 15%;
    margin-bottom: 10px;
	transition: 0.5s;
}
.kaitou.usuku{
	opacity: 0.5;
}
.nextblock.hyouji{
	display: block;
}
.kaitou h2{
	font-weight: 600;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.kaitou h2:first-child{
	margin-top: 0;
}
.kaitou p{
	font-size:0.8em;
}
.form_block{
	display: flex;
	align-items:center;
	column-gap: 20px;
	gap:10px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.nextblock{
	display: none;
	margin-top: 3rem;
}
input[type=date]{
	    font-size: 2rem;
    padding: 0 2rem;
    border-radius: 9px;
    border: none;
	background: #ffffff;
}
.nyuryoku-naiyou{
	display: none;
}
.next{
	background: #e5690c;
	padding: 2px 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
}
.btnback a{
	color:#ffffff;
	font-weight: 800;
	font-size:1.6rem;
	text-align: center;
	text-decoration: none;
	margin: auto;
	display: block;
}
.stepbtn{
	background: #cd3872;
	padding: 2px 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	max-width: 200px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}
@media (max-width: 900px){

	
	
}