@charset "UTF-8";

.sh-gradient-wrapper {
}
.sh-page-title {
}
.sh-contents {
}

.sh-contents-heading {
	margin-bottom: 20px;
}

.sh-zeh-widebox {
	width:100%;
	margin:0 auto 40px;
}
.sh-zeh-contents {
	box-sizing: border-box;
	max-width:1120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.sh-zeh-title1 {
	font-size: 24px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	border-bottom: 1px solid #333;
}
.sh-zeh-title2 {
	font-size: 20px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-zeh-title2.__color1 {
	color: #fff;
	background-color: #008d3e;
	padding: 5px 15px;
}
.sh-zeh-title3 {
    font-size: 18px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: left;
    background-color: #008d3e;
    color: #fff;
    padding: 5px 20px;
}

.sh-zeh-text1 {
	font-size: 16px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.8;
}
.sh-zeh-text2 {
	font-size: 16px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.sh-zeh-caption1 {
	font-size: 12px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	margin-top: 5px;
	/*text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;*/
	font-feature-settings: 'palt';
}

.__title-box {
    display: flex;
    padding: 0;
}
.__title-box p:nth-child(1) {
    font-family:"Cinzel", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    width: 1.5em;
    border-right: 3px solid #fff;
    padding: 5px 5px;
}
.__title-box p:nth-child(2) {
    padding: 5px 20px;
}


.sh-zeh-box1 {
}

.sh-zeh-box2 {
}

.sh-zeh-box3 {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
}
.sh-zeh-box3-1 {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}

.sh-zeh-img1 {
}
.sh-zeh-img2 {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.sh-contents-comment-text {
	font-size: 12px;
	text-align: left;
}

.MT80 {
	margin-top: 80px;
}
.MB40_20, .MB40_30 {
	margin-bottom:40px;
}
.MB30_10 {
	margin-bottom: 30px;
}
.PT60 {
	padding-top: 60px;
}
.PB60 {
	padding-bottom: 60px;
}

.sh-PR {
	position:relative;
}

.sh-hover-img a:hover img {
	opacity: 0.9;
}

br.show-tablet {
	display:none;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
}


sup {
	font-size: 50%;
	top: 0;
}


@media screen and (max-width: 990px) {
	br.show-tablet {
		display: inline;
	}
}

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

}

@media screen and (min-width: 768px) {
	.sh-gradient-wrapper {
		padding-bottom: 40px;
	}

	.sh-zeh-title1 {
		font-size: 30px;
	}
	.sh-zeh-title2 {
		font-size: 24px;
	}
	.sh-zeh-title3 {
	    font-size: 20px;
	}
	.sh-zeh-text1 {
		font-size: 18px;
	}
	.sh-zeh-text2 {
		font-size: 18px;
	}
	.sh-contents-comment {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}

	.sh-zeh-box1 {
		display: flex;
		justify-content: space-between;
	}
	.sh-zeh-box1 > div:first-child {
		width: 52.546%;
		max-width: 578px;
	}
	.sh-zeh-box1 > div:last-child {
		width: 43.82%;
		max-width: 482px;
	}

	.sh-zeh-box2 {
		display: flex;
		justify-content: space-between;
	}
	.sh-zeh-box2 > div:first-child {
		width: 61.1%;
		max-width: 672px;
	}
	.sh-zeh-box2 > div:last-child {
		width: 35.273%;
		max-width: 388px;
	}

	.sh-zeh-box3 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		column-gap: 0;
	}
	.sh-zeh-box3 > div {
		width: 48.182%;
		max-width: 530px;
	}
	.sh-zeh-box3 > div:nth-child(n+5) {
		width: 30.91%;
		max-width: 340px;
	}

	.sh-zeh-box3-1 {
		display: flex;
		justify-content: space-between;
	}
	.sh-zeh-box3-1 > div:first-child {
		width: 39.246%;
		max-width: 208px;
	}
	.sh-zeh-box3-1 > div:last-child {
		width: 56.604%;
		max-width: 300px;
	}

	.sh-zeh-img1 {
		position: absolute;
		width: 90%;
		max-width: 1100px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
	.sh-contents-comment {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 767px) {
    .sh-page-title {
        padding-top: 34px;
        padding-bottom: 34px;
    }
	.sh-zeh-box1 > div:last-child {
		margin-top: 30px;
	}
	.sh-zeh-box2 > div:last-child {
		margin-top: 30px;
	}
	.smp_w80 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

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

}