@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.main-contents {
	padding: 0 0 0 0;
}
.footer {
	margin-top: 0;
}
.top-content-title {
	position: relative;
}
.top-content-title::before {
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background: linear-gradient(70deg, #003990, #0095d3);
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -10px;
}
.top-content-title02 {
	position: relative;
}
.top-content-title02::before {
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background: linear-gradient(70deg, #ffffff, #ffffff);
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -10px;
}
.color-white {
	color: #fff;
}
.color-blue {
	color: #227cbb;
}
/*
.footer-nav ul li {
  width: 32%;
   margin-right: 0; 
  margin-bottom: 15px;
}
*/
.text-center03 {
	display: flex;
	justify-content: center;
}
.text-center04 {
	display: flex;
	justify-content: center;
  flex-wrap: wrap;
}
.top-content01 {
	background-image: url("../images/common/top01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.top-content04 {
	background-image: url("../images/common/top04.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.top-content05 {
	background-image: url("../images/common/top05.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.top-contact-btn a{
	position: relative;
	background-color: #fff;
	color: #227cbb !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px 70px;
}
.top-contact-btn a span {
	padding-right: 10px;
}
.top-contact-btn:hover {
	opacity: 0.9;
}
.top-contact-btn a:hover {
	color: #227cbb;
}
@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){
	.top-contact-btn a {
		padding: 18px 0px;
	}
	.pl_50 {
		padding-left: 25px;
	}
	.is-style-columns-margin-normal .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
}
}

