﻿#pagetitle{
	background:url('../images/checkup4/pagetitle_checkup.webp') no-repeat;
}
main section article{
	max-width:960px;
	margin:0 auto 80px;
	font-size:18px;
	line-height:2em;
}
#section1 ul{
	padding:0 0 30px 30px;
}
#moushikomi_button{
	display:flex;
	gap:80px;
	padding:30px 0 0 !important;
	list-style:none !important;
}
#moushikomi_button li{
	width:calc((100% - 80px) / 2);
}
#moushikomi_button a{
	padding:0 20px !important;
	display:block;
	text-decoration:none;
	border:1px solid #ccc;
	border-radius:30px;
	line-height:60px;
	color:#fff;
	font-weight:bold;
	background:url('../images/common/arrow_black.png') no-repeat center right 20px,linear-gradient(135deg, #48c2ae 0%, #96dcd1 50%, #4c9ad0 100%);
}

/*
#sub7 a{
	background:#168caa !important;
	color:#fff !important;
}
*/
#container {
	text-align: center;
	font-size:24px;
}
#moushikomi_wrap{
	display: none;
}
#moushikomi_wrap h4{
	padding:50px 0 0;
	margin:0 auto !important;
}
#moushikomi_button {
	list-style: none;
	gap: 80px;
	padding: 50px 0 0;
}
#agreeCheckbox{
	width:25px;
	height:25px;
}
#agreeCheckbox:checked ~ #moushikomi_wrap {
	display: block;
}