@charset "UTF-8";
#header {
	z-index: 999997;
}
#house-header {
	background-image: url("../img/check-header.jpg");
}
#contents{
	padding: 0;
	background-color: #f0f0f0;
}
.page-h1 {
	margin-bottom: 0;
	
}
#check-01 {
	background-color: #f0f0f0;
	padding-top: 70px;
	padding-bottom: 100px;
	text-align: center;
}
@media only screen and (max-width: 800px)  {
	#check-01 {
		padding-bottom: 60px;
	}	
}
#check-01 h2 {
	margin-bottom: 50px;
}
@media only screen and (max-width: 800px)  {
	#check-01 h2 img {
		max-width: 85%;
		height: auto;
	}
}
.check-01-inner {
	display: flex;
}
@media only screen and (max-width: 800px)  {
	.check-01-inner {
		display: block;
		max-width: 400px;
		margin: 0 auto;
	}
}
.check-01-inner-box {
	box-sizing: border-box;
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
}
@media only screen and (max-width: 800px)  {
	.check-01-inner-box {
		width: 100%;
		margin-bottom: 30px;
	}
}
.check-01-inner-box p {
	background-color: #042275;
	color: white;
	font-size: 21px;
	padding: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
@media only screen and (max-width: 800px)  {
	.check-01-inner-box p {
		font-size: 16px;
	}
}
.check-01-inner-box img {
	width: 100%;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
#check-02 .pc { display: block !important; }
#check-02 .sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 800px) {
#check-02 .pc { display: none !important; }
#check-02 .sp { display: block !important; }
}
#check-02 .container-small {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 800px)  {
	#check-02 .container-small {
		padding-bottom: 50px;
	}	
}
#check-02 .tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin:20px 0;
	justify-content: center;
}


#check-02 .tab-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #042275;
	display: block;
	order: -1;
}
#check-02 .tab-label {
	color: White;
	background: #042275;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	white-space: nowrap;
	text-align: center;
	padding: 20px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
	vertical-align: bottom;
	max-width: 28%;
}
@media(max-width:767px) {
	#check-02 .tab-label {
		max-width: 33%;
	}
	
}
#check-02 .tab-label img {
	width: 192px;
	max-width: 90%;
	height: auto;
}
#check-02 .tab-label:not(:last-of-type) {
	margin-right: 5px;
}
#check-02 .tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/* アクティブなタブ */
#check-02 .tab-switch:checked+.tab-label {
	background: #f37a0b;
}
#check-02 .tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	transition: .5s opacity;
/*	box-shadow: 0 0 3px rgba(0,0,0,.2);	*/
}
@media only screen and (max-width: 800px)  {
	#check-02 .tab-switch:checked+.tab-label+.tab-content {
		height: auto;
		overflow: auto;
		padding: 0;
		opacity: 1;
		transition: .5s opacity;
	/*	box-shadow: 0 0 3px rgba(0,0,0,.2);	*/
	}	
}
/* ラジオボタン非表示 */
#check-02 .tab-switch {
	display: none;
}


#check-02 h3 {
	background-color: #042275;
	color: white;
	font-weight: bold;
	padding: 20px;
	padding-left: 50px;
	font-size: 34px;
	margin-top: 90px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 800px)  {
	#check-02 h3 {
		background-color: #042275;
		color: white;
		font-weight: bold;
		padding: 20px;
		font-size: 20px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
}
#check-02 .check-02-inner {
	background-color: #fcfae3;
	padding-top: 80px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 800px)  {
	#check-02 .check-02-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
#check-02 .check-02-inner-title {
	width: 800px;
	max-width: 90%;
	margin: 0 auto 30px auto;
}
#check-02 .check-02-list {
	display: flex;
	align-items: start;
	width: 800px;
	max-width: 90%;
	margin: 0 auto;
}
@media only screen and (max-width: 800px)  {
	#check-02 .check-02-list {
		display: block;
	}	
}
#check-02 .check-02-list ul {
	flex: 1;
}
#check-02 .check-02-list ul li {
	border-bottom: 1px dotted #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 20px;
	font-weight: 500;
}
@media only screen and (max-width: 800px)  {
	#check-02 .check-02-list ul li {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: 15px;
		margin-right: 15px;
		font-size: 16px;
	}	
}
.check-02-arrow-wrap {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 800px)  {
	.check-02-arrow-wrap {
		padding-bottom: 50px;
	}	
	.check-02-arrow-wrap img {
		width: 50px;
		max-width: 100%;
		height: auto;
	}
}
.check-02-result {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 800px)  {
	.check-02-result {
		display: block;
	}
}
.check-02-result-box {
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
@media only screen and (max-width: 800px)  {
	.check-02-result-box {
		width: 100%;
		margin-bottom: 20px;
	}	
}
.check-02-result-box a {
	display: block;
}
.remodal-wrapper {
	top: 60px;
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px;
  }
}
.remodal .modal-inner-box {
	padding: 20px 50px;
	background-color: #d3e9ed;
}
@media only screen and (max-width: 800px)  {
	.remodal .modal-inner-box {
		padding: 20px 20px;
	}	
}
.remodal .modal-inner-box .tel-area {
	border-top:1px solid #161616;
	border-bottom:1px solid #161616;
	padding-top: 25px;
	margin-top: 15px;
}
.remodal .modal-inner-box .tel-area p {
	margin-bottom: 20px;
}
.remodal .modal-text-1 {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 800px)  {
	.remodal .modal-text-1 {
		display: block;
		align-items: center;
	}
	.remodal .modal-text-1 p br.pc {
		display: none;
	}
}
.remodal .modal-text-1 p {
	font-size: 14px;
	text-align: left;
	width: 70%;
}
@media only screen and (max-width: 800px)  {
	.remodal .modal-text-1 p {
		width: 100%;
	}	
}
.remodal .modal-text-1 div {
	width: 30%;
}
@media only screen and (max-width: 800px)  {
	.remodal .modal-text-1 div {
		width: 100%;
		padding-top: 10px;
	}	
}
.remodal .tel-area-inner {
	display: flex;
	align-items: flex-start;
	padding: 10px;
	width: 450px;
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (max-width: 800px)  {
	.remodal .tel-area-inner {
		display: block;
	}
}
.remodal .tel-area-inner-box {
	width: 50%;
	padding: 15px
}
@media only screen and (max-width: 800px)  {
	.remodal .tel-area-inner-box {
		width: 100%;
	}
}
.remodal .tel-area-inner-box .btn {
	padding-right: 0;
}
.remodal .tel-area-inner-box .btn-line {
	padding: 5px;
	background-color: #01b901;
	min-height: 60px;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 800px)  {
	.remodal .tel-area-inner-box .btn-line {
		width: 300px;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
}
.remodal .remodal-overlay {
	background: rgb(12 12 12 / 50%);
}