@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.main-contents {
	padding-top: 0 !important;
}
.footer-logo a {
	display: block;
	background: none !important;
	text-align: center;
	padding: 0 !important;
}
.wp-block-image figcaption {
	text-align: center;
}
.contact-area-wrap {
	margin-bottom: 50px;
}
.sub-list {
	padding: 1.25em 2.375em !important;
}
.slide-img {
	position: relative;
}
.slide-img>img {
	width: 100%;
}
.main-img-slide {
	height: 100%;
}
.footer-nav ul li .sub-menu {
	width: 100%;
}
.bg-skyblue {
	background: #c5ddeb;
}
.mechanical-box {
	border: solid 1px #ccc;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	height: 130px;
}
.mechanical-box span {
position: absolute;
	top: -40px;
	color: #fff;
	background: #0075c2;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	font-size: 30px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	/* Safari用 */
	transform: translateX(-50%);
}
.mechanical-box div {
	font-size: 20px;
	font-weight: 700;
	color: #0075c2;
	margin-bottom: 20px;
}
.mt_50 {
	margin-top: 50px !important;
	margin-right: 0;
}
.mt_60 {
	margin-top: 60px !important;
	margin-right: 0;
}
.youtube {
	width: 80%;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
.flt-box04 {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-justify-content: start;
			-moz-justify-content: start;
			-ms-justify-content: start;
			justify-content: start;
			-ms-flex-pack: start;
}
.flt-31 {
	width: 32%;
	margin: 0 1%;
}
.flt-31:first-child {
	margin-right: 1%;
	margin-left: 0%;
}
.flt-31:last-child {
	margin-left: 1%;
	margin-right: 0%;
}
.flt-31 img{
	width: 100%;
}
.product-img {
	text-align: center;
}
.product-img img{
	max-width: 100%;
	width: 100%;
}
@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){
	.contact-area-wrap {
			margin-bottom: 25px;
		}
	.is-style-columns-full01 .ml_60{
		margin-left: 0;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 0 !important;
	}
	.mechanical-box div {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.youtube {
	width: 100%;
	}
	.mt_60 {
	margin-top: 40px !important;
	}
	.flt-box04 {
	display: block;
	}

	.flt-31 {
	width: 100%;
	margin: 0;
	}
	.flt-31:first-child {
		margin-right: 0;
	}
	.flt-31:last-child {
		margin-left: 0;
	}
}
