﻿@media screen and (max-width:767px) {
    .pc-only#html2{
        display: block !important;
    }
}

.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .insert-container {
	margin: 50px 0;
}

@media screen and (max-width:767px) {
	.maindesign .insert-container {
		margin: 30px 0;
	}
}

.maindesign .mt-leave {
	margin-top: 50px;
}
.maindesign .mt-moderate {
	margin-top: 30px;
}
.maindesign .mt-close {
	margin-top: 20px;
}
.maindesign .mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .mt-leave {
		margin-top: 30px;
	}
	.maindesign .mt-close {
		margin-top: 10px;
	}
}



.maindesign .publish-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .publish-column--item {
	width: 48%;
}
.maindesign .publish-column .publish-column--item:nth-child(n+3) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .publish-column--item {
		width: 100%;
	}
	.maindesign .publish-column .publish-column--item:nth-child(n+2) {
		margin-top: 15px;
	}
}


.maindesign .publish-box {
	display: flex;
	flex-direction: column;
}
.maindesign .publish-box--variable {
	flex-grow: 1;
}
.maindesign .bg-green {
	background-image: url(/include_html/commodities_insert/koukoku/250715_agricultural/images/250715/bg.jpg);
    background-repeat: repeat;
    background-size: cover;
}
.maindesign .box01-txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
.maindesign .box01-txt--img {
	width: 100px;
	margin-right: 15px;
}
.maindesign .box01-txt--lead {
	flex-grow: 1;
}
.maindesign .crow-heading {
	font-weight: bold;
	font-size: 1.75rem;
	text-align: center;
}
.maindesign .crow-lead {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.15;
}
.maindesign .box02-txt,
.maindesign .box03-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.maindesign .box02-txt--inner,
.maindesign .box03-txt--inner {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.3;
}
.maindesign .box02-txt__large,
.maindesign .box03-txt__large {
	font-size: 1.5em;
}
.maindesign .box02-img {
	display: flex;
	justify-content: center;
	align-items: center;
}
.maindesign .catch-word {
	background-color: #364e40;
	color: #fff;
	font-weight: bold;
	font-size: 2.0rem;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 3px;
}


@media screen and (max-width:767px) {
	.maindesign .box01-txt--img {
		width: 75px;
		margin-right: 10px;
	}
	.maindesign .crow-heading {
		font-size: 1.35rem;
	}
	.maindesign .crow-lead {
		font-size: 0.95rem;
	}
	.maindesign .box02-txt,
	.maindesign .box03-txt {
		padding: 5px;
	}
	.maindesign .box02-txt--inner,
	.maindesign .box03-txt--inner {
		font-size: 1.15rem;
	}
	.maindesign .catch-word {
		font-size: 1.5rem;
	}
}

.maindesign .mini-content {
	display: flex;
	justify-content: center;
}
.maindesign .mini-content--inner {
	width: 75%;
}
.maindesign .box03-bottom {
	padding: 10px;
}
.maindesign .box03-bottom > *:not(:first-child) {
	margin-top: 10px;
}
.maindesign .box03-bottom--primary {
	font-weight: bold;
	font-size: 1.0rem;
	line-height: 1.2;
	padding: 5px 0;
	width: 100%;
	border-radius: 30px;
	background-color: #fff;
	text-align: center;
}
.maindesign .box03-bottom--primary__large {
	font-size: 1.8em;
}
.maindesign .box03-bottom--secondary {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.maindesign .box03-bottom--secondary__red {
	color: red;
}


@media screen and (max-width:767px) {
	.maindesign .box03-bottom--primary {
		font-size: 0.85rem;
	}
	.maindesign .box03-bottom--secondary {
		font-size: 0.9rem;
	}
}

.maindesign .box04-header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}
.maindesign .box04-header--img {
	width: 120px;
	margin-right: 10px;
}
.maindesign .box04-header--txt {
	font-size: 1.35rem;
	font-weight: bold;
}
.maindesign .box04-header--txt__large {
	font-size: 1.1em;
}

.maindesign .bg-black {
	background-color: #000;
}
.maindesign .box04-lead {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.maindesign .box04-lead--inner {
	font-size: 1.2rem;
	display: inline-block;
	color: #fff;
	line-height: 1.35;
	font-weight: bold;
}

.maindesign .box04-img {
	position: relative;
}
.maindesign .box04-img--supplement {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	font-size: 0.95rem;
	line-height: 1.5;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.maindesign .box04-header--img {
		width: 90px;
	}
	.maindesign .box04-header--txt {
		font-size: 1.15rem;
	}
	.maindesign .box04-lead--inner {
		font-size: 1.0rem;
	}
	.maindesign .box04-img {
		padding-bottom: 30px;
	}
}



/* 客注専用の記述 start */
.maindesign .js-kyaku-container .crow-heading {
	font-size: 1.5rem !important;
}
.maindesign .js-kyaku-container .box04-header--txt {
	font-size: 1.25rem !important;
}
.maindesign .js-kyaku-container .box04-lead--inner {
	font-size: 1.1rem !important;
}
.maindesign .js-kyaku-container .box02-txt--inner,
.maindesign .js-kyaku-container .box03-txt--inner {
	font-size: 1.25rem !important;
}
.maindesign .js-kyaku-container .box04-img--supplement {
	font-size: 0.9rem !important;
}
.maindesign .js-kyaku-container .catch-word {
	font-size: 1.5rem !important;
}
.maindesign .js-kyaku-container .box03-bottom--primary {
	font-size: 0.9rem !important;
}
.maindesign .js-kyaku-container .box03-bottom--secondary {
	font-size: 1.0rem !important;
}
/* 客注専用の記述 end */