@charset "UTF-8";

.home .information .section {
	align-items: flex-end;
	align-content: flex-end;
	text-align: right;
	border-bottom: 1px solid #eee;
}

.home .information .section .btn {
	align-self: flex-end;
}

.home .information .section:last-child {
	border-bottom: none;
}

.information li {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	gap: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.home .information li:last-child {
	padding-bottom: 0;
}

.information li a {
	padding: 0;
}


.information li .img {
	width: 80px;

}

.information li .text {
	flex: 1;
}

.post-type-archive-information .header_standard,
.single-information .header_standard,
.post-type-archive-column .header_standard,
.single-column .header_standard {
	background-image: url(images/header/information.jpg);
}
.page-template-page-guarantee .header_standard {
	background-image: url(images/header/about.jpg);
}

.layout_h {
	flex-direction: row-reverse;
	padding-top: 6.9vw;
	border-top: 1px solid #eee;
}




.layout_h .img {
	width: 20.7%;
}

.layout_h .text {
	width: 68.0%;
}

.layout_h .st {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.mw_wp_form .notion {
	text-align: center;
	font-size: 94%;
}




/*------------------------------------------------------------------------------------------------------------------------------------

	スマホここから
	
------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:959px){

.home .information li {
	margin-bottom: 6vw;
}

.home .information .section ul {
	margin-bottom: 10vw;
}

.information li {
	margin-bottom: 8vw;
	padding-bottom: 8vw;
	padding-top: 0;
	
}

.layout_h {
	display: block;

	padding-top: 12vw;
}




.layout_h .img {
	width: 100%;
	padding: 0 28vw;
}

.layout_h .text {
	width: 100%;
}

.layout_h .st {
	font-size: 2.0rem;
	margin-bottom: 4vw;
}


}

