/* content
------------------------------------------------*/
#content:after {
	content: "";
	display: block;
	clear: both;
}

/* main
------------------------------------------------*/
#main {
	float: left;
	width: 750px;
}

@media screen and (max-width:769px) {
	#main {
		float: none;
		width: auto;
	}
}

/* sidebar
------------------------------------------------*/
#sidebar {
	float: right;
	width: 300px;
}
#sidebar .widget {
	margin: 0 0 20px;
}
#sidebar .widget h3 {
	background: #956134;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#sidebar .widget li a {
	display: block;
	border-bottom: 1px solid #dfdfdf;
	padding: 7px 0;
}
#sidebar .widget label {
	display: none;
}
#sidebar .widget_archive select {
	font-size: 16px;
}
#wp-calendar {
	margin: 0 auto;
	width: 100%;
	font-size: 13px;
	border-collapse: separate;
	table-layout: fixed;
}
#wp-calendar th, #wp-calendar td {
	color: #333;
	padding: 2px;
	line-height: 240%;
	text-align: center;
}
#wp-calendar th {
	background: #f2f2f2;
}
#wp-calendar td a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #333;
	background-color: #eee;
}
#wp-calendar td a:hover {
	text-decoration: none;
	color: #fff;
	background: #ccc;
}
#wp-calendar caption {
	padding: 7px 0;
	text-align: center;
}
#wp-calendar thead th, #wp-calendar tfoot td {
	border: none;
	padding: 0;
	line-height: 200%;
}
#wp-calendar #prev a, #wp-calendar #next a {
	text-decoration: none;
	background: none;
	color: #333;
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
	color: #333;
	background: #f2f2f2;
}
#wp-calendar td#today {
	font-weight: bold;
}

@media screen and (max-width:769px) {
	#sidebar {
		float: none;
		width: auto;
	}
}

/* post
------------------------------------------------*/
main#main.blog .post {
		margin-bottom: 50px;
}
.archive .post {
	margin: 0 0 50px;
}
.post .post-title {
	background: #fbf4db url(img/bg-post_h2.png) no-repeat right bottom;
	margin: 0 0 10px;
	padding: 10px;
	font-size: 24px;
	color: #956134;
}
.post .post-meta {
	margin: 0 0 30px;
}
.post .post-meta a {
	border-left: 1px solid #333;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
.post .flex {
	display: flex;
	justify-content: space-between;
}
.post .flex p.thum {
	width: 300px;
}
.post .flex .post-body {
	position: relative;
	width: 425px;
}
.post .flex .post-body p {
	margin-top: 0;
}
.post .flex .post-body p.more {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -100px;
}
.post .flex .post-body p.more a {
	display: block;
	position: relative;
	background: #f39a33;
	width: 200px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
.post .flex .post-body p.more a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 12px;
	border: 2px solid;
	border-color: transparent transparent #fff #fff;
	margin: -7px 0 0;
	transform: rotate(-135deg);
}
.post .flex .post-body p.more a:hover {
	background: #fad7ad;
}
.post-body hr {
	border: dotted 1px #999;
	border-style: dotted none none;
	margin: 1.2em 0;
}
.post-body h1 {
	margin: 0.5em 0;
	font-size: xx-large;
	font-weight: bold;
}
.post-body h2 {
	margin: 0.9em 0;
	font-size: x-large;
	font-weight: bold;
}
.post-body h3 {
	margin: 0.9em 0;
	font-size: large;
	font-weight: bold;
}
.post-body h4 {
	margin: 0.9em 0;
	font-size: medium;
	font-weight: bold;
}
.post-body h5 {
	margin: 0.9em 0;
	font-size: small;
	font-weight: bold;
}
.post-body h6 {
	margin: 0.9em 0;
	font-size: x-small;
	font-weight: bold;
}
.post-body p {
	margin: 0.9em 0;
	line-height: 1.5;
}
.post-body table {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border: solid 1px #999;
}
.post-body table caption {
	margin-top: 1em;
	text-align: left;
}
.post-body table th,
.post-body table td {
	border: solid 1px #999;
	padding: 3px;
}
.post-body table th {
	background: #ccc;
	white-space: nowrap;
	color: #333;
}
.post-body ol {
	padding-left: 2.5em;
	list-style-type: decimal;
	margin: 1em 0;
}
.post-body ul {
	padding-left: 2em;
	list-style-type: disc;
	margin: 1em 0;
}
.post-body dd {
	margin-left: 2.5em;
}
.post-body blockquote {
	margin: 1em 2.5em;
}
.post-body img.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.post-body img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.post-body img.aligncenter {
	display: block;
	margin: 0 auto;
}

.post-body .pricelist table a:hover {
color: #aaa;
}


#main_image img {
	width: auto;
	max-height: 500px;
} 


@media screen and (max-width:769px) {
	.post .post-title {
		font-size: 20px;
	}
	.post .flex p.thum {
		width: 45%;
	}
	.post .flex .post-body {
		width: 51%;
	}
	.post .flex .post-body p.more {
		position: initial;
		margin: 0;
	}
	.post .flex .post-body p.more a {
		margin: 0 auto;
	}
	.post-body img.alignright,
	.post-body img.alignleft { float: none; margin: 5px auto; }
	.post-body img.aligncenter { margin: 5px auto; }
}
@media screen and (max-width:480px) {
	.post .flex {
		flex-wrap: wrap;
	}
	.post .flex p.thum {
		width: 100%;
		margin: 0 0 10px;
	}
	.post .flex .post-body {
		width: 100%;
	}
	.single-post_case .post-body p {
		text-align: center;
	}
}

/* 2024.4.17
迚ｩ莉ｶ諠��ｱ縺九ｉ遘ｻ蜍�
------------------------------------------------*/
.table_style .bg_green { background-color: #bfd471; }
.table_style .bg_yellow { background-color: #fffd9f; }

/* 2024.04.30
施工例 追加class
------------------------------------------------*/
.single-post_case #main .post .wp-block-image + .wp-block-image {
	margin-top: 2em;
}

.single-post_case #main .post .wp-block-columns {
	margin: 3em 0 1em;
}

.single-post_case #main .post .const_ex_text_bold,
.single-post_case #main .post .const_ex_text {
	margin: 1em 0 3em;
}

.single-post_case #main .post .const_ex_text_bold {
	font-weight: bold;
}

.single-post_case #main .post .mg20 {
	margin: 2em 0;
}


/* PageNav
------------------------------------------------*/
.page-nav {
	margin: 80px 0 15px;
}
.page-nav:after {
	content: "";
	display: block;
	clear: both;
}
.page-nav a {
	position: relative;
}
.page-nav a:hover {
	background: #f7f7f9;
	color: #666;
}
.page-nav .next_post {
	float: right;
	width: 50%;
	text-align: right;
}
.page-nav .next_post a {
	display: block;
	padding: 10px 25px 10px 0;
}
.page-nav .next_post a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 6px;
	width: 26px;
	height: 26px;
	border: 1px solid;
	border-color: transparent transparent #999 #999;
	margin: -14px 0 0;
	transform: rotate(-135deg);
}
.page-nav .prev_post {
	float: left;
	width: 50%;
}
.page-nav .prev_post a {
	display: block;
	padding: 10px 0 10px 25px;
}
.page-nav .prev_post a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 6px;
	width: 26px;
	height: 26px;
	border: 1px solid;
	border-color: transparent transparent #999 #999;
	margin: -14px 0 0;
	transform: rotate(45deg);
}

@media screen and (max-width:769px) {
	.page-nav .next_post,
	.page-nav .prev_post {
		float: none;
		width: 100%;
		text-align: left;
	}
}

/* plugin
------------------------------------------------*/
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi span {
	display: inline-block;
	border: 0;
	padding: 10px;
}
.wp-pagenavi a {
	border: 0;
	padding: 10px;
}
.wp-pagenavi a:hover {
	background: #f7f7f7;
	color: #222;
}
#page-nav {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 30px;
}
#page-nav p {
	width: 50%;
}
#page-nav p.next_post {
	text-align: right;
}
#page-nav p a {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 10px;
}
#page-nav p a:hover {
	background: #ddd;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
	margin: 0 10px 0 0;
}
.wp-pagenavi a,
.wp-pagenavi a:hover {
	border: 1px solid #ccc;
}
.wp-pagenavi span.current {
	display: inline;
	background: #eee;
	border: 1px solid #ddd;
	font-weight: normal;
	color: #999;
}

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

/* post_land
------------------------------------------------*/
.post_land-template-default #content .post h1.post-title.hav-icon span {
	/*float: right;*/
	position: absolute;
	top: 10px;
	right: 10px;
}
.post_land-template-default #content .post h1.post-title.hav-icon {
	position: relative;
	padding: 10px 240px 10px 10px;
}


.post_land-template-default #content .post .post-body div.areamap-access {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.post_land-template-default #content .post .post-body div.areamap-access div {
	width: 45%;
}
.post_land-template-default #content .post .post-body div.areamap-access div img {
	max-width: 100%;
	height: auto;
}
.post_land-template-default #content .post .post-body ul.subphoto {
	display: flex;
	flex-wrap: wrap;

	list-style-type: none;
	padding: 0;
}
.post_land-template-default #content .post .post-body ul.subphoto li {
	width: 25%;
}
.post_land-template-default #content .post .post-body ul.subphoto li img {
	max-width: 100%;
	height: auto;
}
.post_land-template-default #content .post .post-body p.btn {
	text-align: center;
}
.post_land-template-default #content .post .post-body p.btn a {
	padding: 10px 20px;
	display: inline-block;
	border-radius: 25px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
}
.post_land-template-default #content .post .post-body p.btn a:hover {
	background: #ddd;
}
.post_land-template-default #content .post .post-body table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	border-top: 1px dotted #333;
}
.post_land-template-default #content .post .post-body table caption {
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
.post_land-template-default #content .post .post-body table caption.landcp {
	background: #d32d3b;
}
.post_land-template-default #content .post .post-body table caption.rbcp {
	background: #174193;
}
.post_land-template-default #content .post .post-body table th,
.post_land-template-default #content .post .post-body table td {
	padding: 7px;
	border-bottom: 1px dotted #333;
}
.post_land-template-default #content .post .post-body table th {
	background: #fbf4db;
	text-align: center;
}
.post_land-template-default #content .post .post-body ul.spec {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-left: 0;
}
.post_land-template-default #content .post .post-body ul.spec li {
	width: 50%;
	margin-bottom: 10px;
}
.post_land-template-default #content .post .post-body ul.spec li img {
	vertical-align: middle;
	margin-right: 7px;
}
.post_land-template-default #content .post .post-body div.acf-map {
		height: 350px;
}

@media screen and (max-width:769px) {
	.post_land-template-default #content .post h1.post-title.hav-icon {
		padding: 10px 170px 10px 10px;
	}
	.post_land-template-default #content .post h1.post-title.hav-icon span img {
		width: 150px;
	}

/*	.post_land-template-default #content .post h1.post-title span {
		display: none;
	}
*/

	.post_land-template-default #content .post .post-body div.areamap-access div {
		width: 100%;
	}
	.post_land-template-default #content .post .post-body ul.subphoto li {
		width: 48%;
	}
	.post_land-template-default #content .post .post-body div.acf-map {
		overflow: hidden;
		position: relative;
		height: 0;
		padding-bottom: 56.25%;
	}
	.post_land-template-default #content .post .post-body div.acf-map iframe,
	.post_land-template-default #content .post .post-body div.acf-map object,
	.post_land-template-default #content .post .post-body div.acf-map embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.post_land-template-default #content .post .post-body ul.spec li {
		width: 100%;
	}
	.post_land-template-default #content .post .post-body ul.spec li img {
		display: inline;
	}
}
@media screen and (max-width:480px) {
	.post_land-template-default #content .post .post-body ul.subphoto li {
		width: 100%;
	}
	.post_land-template-default #content .post .post-body table {
		font-size: 14px;
	}
}


/* zeh
------------------------------------------------*/
#content .post .post-body #zeh [data-ruby] {
	position: relative;
	margin: 0 20px 0 0;
}
#content .post .post-body #zeh [data-ruby]::before {
		content: attr(data-ruby);
		position: absolute;
		top: -8em;
		left: 0.5em;
		right: 0;
		margin: auto;
		font-size: 0.0555em;
		text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
		width: 100%;
}
#content .post .post-body #zeh ruby rt {
		display: none;
}
#content .post .post-body #zeh .content-header ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
}
#content .post .post-body #zeh .content-header ul li {
		font-size: 22px;
		letter-spacing: 0.02em;
		text-align: center;
		line-height: 1.5em;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		padding-bottom: 2.333em;
		width: 220px;
}
#content .post .post-body #zeh .content-header ul li:nth-child(1) {
		background-image: url(img/zeh/001.svg);
}
#content .post .post-body #zeh .content-header ul li:nth-child(2) {
		background-image: url(img/zeh/002.svg);
}
#content .post .post-body #zeh .content-header ul li:nth-child(3) {
		background-image: url(img/zeh/003.svg);
}
#content .post .post-body #zeh .content-header ul li strong {
		color: #4165ce;
		font-size: 26px;
}
#content .post .post-body #zeh .content-header ul li strong span {
		padding: 0.3em 0;
		background-repeat: repeat-x;
		background-size: 1em 0.2em;
		background-position: top left;
		background-image: -webkit-gradient(radial, center center, 0, center center, 1.5, from(#4165ce), color-stop(0.5, #4165ce), color-stop(0.9, transparent), to(transparent));
		background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #4165ce, #4165ce 95%, transparent 95%, transparent);
		background-image: radial-gradient(0.1em 0.1em at center center, #4165ce, #4165ce 95%, transparent);
}
#content .post .post-body #zeh .content-header .content-header-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
}
#content .post .post-body #zeh .content-header .content-header-flex .content-header-title {
	background: none;
		color: #305109;
		font-weight: 700;
		font-size: 30px;
		letter-spacing: 0.1em;
		text-align: center;
		position: relative;
		padding-top: 20px;
		flex: 1;
}
#content .post .post-body #zeh .content-header .content-header-flex .content-header-title:before {
		margin-top: -1em;
		content: "";
		width: 47px;
		height: 88px;
		display: inline-block;
		background: url(img/zeh/004.svg) no-repeat center center;
		background-size: contain;
}
#content .post .post-body #zeh .content-header .content-header-flex .content-header-title .content-header-title-top {
		font-size: 31px;
		color: #000;
		vertical-align: 50%;
		margin-left: 0.555em;
}
#content .post .post-body #zeh .content-header .content-header-flex .content-header-title .content-header-title-middle {
		font-size: 200px;
		color: #82c42a;
		font-weight: normal;
		line-height: 1em;
		display: block;
		padding: 0;
		margin: 0 0 -0.1em 0;
		letter-spacing: -0.07em;
}
#content .post .post-body #zeh .content-header .content-header-flex .ph {
		width: 240px;
		margin: 0;
		padding: 0;
}
#content .post .post-body #zeh .content-header .content-header-flex .ph img {
		max-width: 100%;
		height: auto;
}
#content .post .post-body #zeh .sec.sec01 {
		margin-top: 60px;
		padding-top: 50px;
		background: url(img/zeh/006.png) repeat;
		background-size: 127px 127px;
		position: relative;
		border-radius: 15px;
}
#content .post .post-body #zeh .sec.sec01 .sec-title {
		position: absolute;
		top: -70px;
		left: 50%;
	transform: translate(-50%, 0);
		color: #fff;
		display: block;
		padding: 30px 0 0;
		width: 150px;
		height: 135px;
		background: url(img/zeh/007.svg) no-repeat center;
		background-size: contain;
		font-size: 48px;
		line-height: 1em;
		text-align: center;
}
#content .post .post-body #zeh .sec.sec01 .sec-title span {
		display: block;
		font-size: 30px;
}
#content .post .post-body #zeh .sec.sec01 .sec-text {
		font-size: 18px;
		margin: 0 50px;
		background-color: #fff;
		border-radius: 15px;
		padding: 50px 30px;
		line-height: 2.111em;
}
#content .post .post-body #zeh .sec.sec01 .ph {
		margin: 0 auto;
		padding: 50px;
}
#content .post .post-body #zeh .sec.sec02 {
		padding: 90px 0;
}
#content .post .post-body #zeh .sec.sec02 .sec-title {
	background: none;
		width: 100%;
		text-align: center;
		letter-spacing: 0.1em;
		font-size: 36px;
		padding: 0;
		margin: 0;
		color: #305109;
		font-weight: 500;
}
#content .post .post-body #zeh .sec.sec02 .sec-text {
		margin: 40px auto 30px;
		font-size: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		letter-spacing: 0.1em;
}
#content .post .post-body #zeh .sec.sec02 .sec-text strong {
		margin: 0 5px;
		text-align: center;
		display: block;
		width: 100px;
		border-radius: 8px;
		font-size: 20px;
		color: #fff;
		line-height: 55px;
}
#content .post .post-body #zeh .sec.sec02 .sec-text strong.bg_yellow {
		background-color: #ffbb00;
}
#content .post .post-body #zeh .sec.sec02 .sec-text strong.bg_blue {
		background-color: #4165ce;
}
#content .post .post-body #zeh .sec.sec02 .sec-text strong.bg_red {
		background-color: #ed442e;
}
#content .post .post-body #zeh .sec.sec02 .sec-text2 {
		width: 100%;
		text-align: center;
		font-size: 20px;
		margin: 0 0 20px;
		padding: 0;
		letter-spacing: 0.1em;
}
#content .post .post-body #zeh .sec.sec02 .sec-list {
		margin: 0 auto;
	padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}
#content .post .post-body #zeh .sec.sec02 .sec-list li {
		width: 31%;
		line-height: 1.777em;
		text-align: center;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		border-radius: 7px;
		padding: 20px 0;
}
#content .post .post-body #zeh .sec.sec02 .sec-list li:nth-child(1) {
		border: solid 3px #ffbb00;
}
#content .post .post-body #zeh .sec.sec02 .sec-list li:nth-child(2) {
		border: solid 3px #4165ce;
}
#content .post .post-body #zeh .sec.sec02 .sec-list li:nth-child(3) {
		border: solid 3px #ed442e;
}
#content .post .post-body #zeh .sec.sec02 .sec-list li:nth-child(1) strong {
		color: #ffbb00;
}
#content .post .post-body #zeh .sec.sec02 .sec-list li:nth-child(2) strong {
		color: #4165ce;
}
#content .post .post-body #zeh .sec.sec02 .sec-list li:nth-child(3) strong {
		color: #ed442e;
}
#content .post .post-body #zeh .sec.sec02 .sec-text.mt35 {
		line-height: 1.777em;
		text-align: justify;
}
#content .post .post-body #zeh .pc-hide {
		display: none;
}
#content .post .post-body #zeh .ph img {
	max-width: 100%;
	height: auto;
}
#content .post .post-body #zeh .sec.sec02 .sec-text3 {
		position: relative;
		z-index: 5;
		margin: 0 auto;
		border: solid 3px #82c42a;
		font-size: 16px;
		padding: 30px;
		line-height: 2.111em;
		border-radius: 7px;
		letter-spacing: 0.1em;
}
#content .post .post-body #zeh .sec.sec03 .sec-header {
		background-color: #82c42a;
		padding: 30px 0 50px;
	border-radius: 15px;
}
#content .post .post-body #zeh .sec.sec03 .sec-header .content-header-title {
	background: none;
		color: #fff;
		font-weight: 700;
		font-size: 30px;
		letter-spacing: 0.1em;
		text-align: center;
		position: relative;
		padding-top: 50px;
		flex: 1;
}
#content .post .post-body #zeh .sec.sec03 .sec-header .content-header-title:before {
		margin-top: -1em;
		content: "";
		width: 47px;
		height: 88px;
		display: inline-block;
		background: url(img/zeh/004.svg) no-repeat center;
		background-size: contain;
}
#content .post .post-body #zeh .sec.sec03 .sec-header .content-header-title .content-header-title-top {
		font-size: 31px;
		color: #fff;
		vertical-align: 50%;
		margin-left: 0.555em;
}
#content .post .post-body #zeh .sec.sec03 .sec-header .content-header-title .content-header-title-middle {
		font-size: 294px;
		color: #fff;
		font-weight: 300;
		line-height: 1em;
		display: block;
		padding: 0;
		margin: 0 0 -0.1em 0;
		letter-spacing: -0.07em;
}
#content .post .post-body #zeh .sec.sec03 .sec-nav {
		list-style: none;
		margin: 60px auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li {
		width: 230px;
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li .wp {
		font-size: 22px;
		letter-spacing: 0.1em;
		text-align: center;
		line-height: 1.333em;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		padding-bottom: 40px;
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li:nth-child(1) .wp {
		background-image: url(img/zeh/011.svg);
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li:nth-child(2) .wp {
		background-image: url(img/zeh/011.svg);
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li:nth-child(3) .wp {
		background-image: url(img/zeh/011.svg);
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li .wp strong {
	color: #305109;
	font-size: 25px;
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li .box {
		width: 100%;
		font-size: 20px;
		line-height: 1.777em;
		text-align: center;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		border-radius: 7px;
		padding: 20px 0 20px 0;
		color: #333;
		font-weight: 700;
		position: relative;
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li:nth-child(1) .box {
		border: solid 3px #ffbb00;
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li:nth-child(2) .box {
		border: solid 3px #4165ce;
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li:nth-child(3) .box {
		border: solid 3px #ed442e;
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li .box strong {
	font-size: 24px;
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li:nth-child(1) .box strong {
		color: #ffbb00;
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li:nth-child(2) .box strong {
		color: #4165ce;
}
#content .post .post-body #zeh .sec.sec03 .sec-nav li:nth-child(3) .box strong {
		color: #ed442e;
}
#content .post .post-body #zeh .content-header ul.bottom-content {
	margin: 0 0 30px;
}
#content .post .post-body #zeh .content-header ul.bottom-content li {
	width: 180px;
	font-size: 18px;
}
#content .post .post-body #zeh .content-header ul.bottom-content li:nth-child(1) {
	background-image: url(img/zeh/033.svg);
}
#content .post .post-body #zeh .content-header ul.bottom-content li:nth-child(2) {
	background-image: url(img/zeh/034.svg);
}
#content .post .post-body #zeh .content-header ul.bottom-content li:nth-child(3) {
	background-image: url(img/zeh/035.svg);
}
#content .post .post-body #zeh .content-header ul.bottom-content li:nth-child(4) {
	background-image: url(img/zeh/036.svg);
}
#content .post .post-body #zeh .content-header ul.bottom-content li strong {
	font-size: 22px;
}
@media screen and (max-width:769px) {
	#content .post .post-body #zeh [data-ruby] {
		margin: 0 10px 0 0;
	}
	#content .post .post-body #zeh .content-header ul li {
		width: 48%;
		font-size: 18px;
	}
	#content .post .post-body #zeh .content-header ul li:nth-child(2) {
		margin-top: 10%;
	}
	#content .post .post-body #zeh .content-header ul li:nth-child(3) {
		margin-top: -7%;
		margin-left: 10%;
	}
	#content .post .post-body #zeh .content-header ul li strong {
		font-size: 22px;
	}
	#content .post .post-body #zeh .content-header .content-header-flex {
		display: block;
	}
	#content .post .post-body #zeh .content-header .content-header-flex .content-header-title,
	#content .post .post-body #zeh .content-header .content-header-flex .content-header-title .content-header-title-top {
		font-size: 28px;
	}
	#content .post .post-body #zeh .content-header .content-header-flex .content-header-title .content-header-title-middle {
		font-size: 180px;
	}
	#content .post .post-body #zeh .content-header .content-header-flex .ph {
		width: 80%;
		margin: 0 auto 80px;
	}
	#content .post .post-body #zeh .sec.sec01 .sec-title {
		width: 140px;
		height: 120px;
		font-size: 40px;
	}
	#content .post .post-body #zeh .sec.sec01 .sec-title span {
		font-size: 24px;
	}
	#content .post .post-body #zeh .sec.sec01 {
		margin: 40px -20px 0;
		border-radius: 0;
	}
	#content .post .post-body #zeh .sec.sec01 .sec-text {
		margin: 0 20px;
		padding: 30px 20px;
	}
	#content .post .post-body #zeh .sec.sec01 .ph {
		padding: 20px;
	}
	#content .post .post-body #zeh .sec.sec02 {
		padding: 40px 0;
	}
	#content .post .post-body #zeh .sec.sec02 .sec-title {
		font-size: 30px;
	}
	#content .post .post-body #zeh .sec.sec02 .sec-text span {
		width: 100%;
		display: block;
		text-align: center;
	}
	#content .post .post-body #zeh .sec.sec02 .sec-text strong {
		width: 28%;
		font-size: 21px;
		margin: 15px 5px;
	}
	#content .post .post-body #zeh .sec.sec02 .sec-list li {
		width: 100%;
		margin: 0 0 10px;
}
	#content .post .post-body #zeh .sec.sec02 .sec-text.mt35 {
		margin-top: 15px !important;
}
	#content .post .post-body #zeh .sec.sec02 .ph figcaption a {
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		width: 80%;
		margin: 0 auto;
		padding: 15px 0;
		display: block;
		color: #fff;
		background-color: #82c42a;
}
	#content .post .post-body #zeh .sec.sec02 .sec-text3 {
		padding: 20px;
		font-size: 14px;
	}
	#content .post .post-body #zeh .sec.sec03 .sec-header {
		margin: 0 -20px;
		padding: 20px;
		border-radius: 0;
	}
	#content .post .post-body #zeh .sec.sec03 .sec-header .content-header-title,
	#content .post .post-body #zeh .sec.sec03 .sec-header .content-header-title .content-header-title-top {
		font-size: 28px;
	}
	#content .post .post-body #zeh .sec.sec03 .sec-header .content-header-title .content-header-title-middle {
		font-size: 170px;
	}
	#content .post .post-body #zeh .sec.sec03 .sec-nav li {
		width: 90%;
		margin: 0 auto 10%;
	}
	#content .post .post-body #zeh .sec.sec03 .sec-nav li:last-child {
		margin-bottom: 0;
	}
	#content .post .post-body #zeh .sec.sec03 .sec-nav li .wp {
		font-size: 18px;
	}
	#content .post .post-body #zeh .sec.sec03 .sec-nav li .wp strong {
		font-size: 22px;
	}
	#content .post .post-body #zeh .sec.sec03 .sec-nav li img,
	#content .post .post-body #zeh .sec.sec03 .sec-nav li figure {
		margin: 0 auto;
	}
	#content .post .post-body #zeh .content-header ul.bottom-content li {
		width: 175px;
	}
	#content .post .post-body #zeh .content-header ul.bottom-content li:nth-child(2) {
		margin-top: 10%;
}
	#content .post .post-body #zeh .content-header ul.bottom-content li:nth-child(3) {
		margin-top: -5%;
		margin-left: 0;
}
	#content .post .post-body #zeh .content-header ul.bottom-content li:nth-child(4) {
		margin-top: 5%;
		margin-left: 0%;
}

	#content .post .post-body #zeh .sp-hide {
			display: none;
	}
	#content .post .post-body #zeh .pc-hide {
			display: block;
	}
}