@CHARSET "UTF-8";
.aligncenter {display:block;margin:0 auto;}
.alignleft {display:block;margin:0 auto 0 0;}
.alignright {display:block;margin:0 0 0 auto;}
.floatright {
	padding: 4px;
	margin: 0 0 2px 8px;
	display: inline;
	float: right;
}
.floatleft {
	padding: 4px;
	margin: 0 8px 2px 0;
	display: inline;
	float: right;
}
#page_header {
	width:100%;
	height:320px;
	position:relative;
	background-position: center;
	background-size:cover!important;
	margin-top: 60px;
}
#page_header_inner {
	/*display: flex;*/
	display: none;
	flex-direction: column;
	padding: 0 20px;
	justify-content: center;
	position: relative;
	width: calc(100% - 40px);
	height: 100%;
	max-width: 1100px;
	margin: 0 auto;
	z-index: 1;
}
#page_header h2 {
	color: #FFF;
	text-align: left;
	font-size: 35px;
}
#single_header {
	width:100%;
	height:200px;
	position:relative;
	background-size:cover!important;
	background-position: top 30% center;
	margin-top: 60px;	
}
.page_area {
	padding: 20px 20px 4em;
	margin: 0 auto;
}
.page_area h2 {
	margin-bottom: 1em;
}
.wide_area {
	padding: 20px 0 3em;
	margin: 0 auto;
}
.wide_area h2 {
	margin-bottom: 1em;
}
.wide_area h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.main_head{
	font-size: 28px;
	padding: 0 20px;
	margin: 0.8em 0 3em;
	position: relative;
	text-align: center;
	font-weight: 400;
   color: #000;
}
.main_head span {
	font-size: 18px;
	display: block;
	margin-top: 20px;
}
.main_head::after {
	content: '';
	display: block;
	width: 161px;
	height: 2px;
	background: #36A37B;
	position: absolute;
	top: 1.7em;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.above-title {
	width: 100%;
	padding: 0;
	margin: 60px 0 0;
	position: relative;
}
.above-title .above-text h2 {
	text-align: center;
	color: #4B413C;
	font-size: 30px;
}
.above-title .above-text h2 span {
	color: #36A37B;
	display: block;
	font-size: 16px;
}
.above-title .above-text {
	padding: 3em 0;
	position: relative;
	background: #E3F6E6;
	background: linear-gradient( 0deg , rgba(227,246,230,1) 0%, rgba(245,252,249,1) 100%);
}
.above-title .above-image {
	height: 150px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.disc {
	padding: 0 0 0 25px;
	margin: 10px auto 20px;
}
.disc li {
	list-style-type: none;
	position: relative;
}
.disc li::after {
	position: absolute;
	top: .6em;
	left: -20px;
	z-index: 2;
	content: '';
	border-radius: 6px;
	width: 6px;
	height: 6px;
	background-color: #1ABAA2;
}
#page_header_inner span {
	display: block;
	font-size: 18px;
}
#breadcrumb {
	display: inline-block;
	margin-left: 0;
}
.breadarea *, .breadarea *:after, .breadarea *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.breadarea {
	margin: 0 auto 2em;
	padding: 0;
	color: #fff;
	border-radius: 0.5em;
	display: table;
	width: calc(100% - 20px);
	max-width: 1100px;
}
.breadarea a {
	text-decoration: none;
	color: #878787;
}
.breadarea .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.breadarea li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #000;
}
.breadarea li::before {
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #000!important;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.breadarea li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #000;
}
.breadarea li:last-child::before {
	content: normal;
}
#searchform {
	margin: 0.5em 0 2em;
}
#searchform .searchfield {
	font-size: 14px;
	width: 75%;
	margin-top: 10px;
	margin-right: 3px;
	margin-left: 5px;
	padding: 7px 5px;
	border: 2px solid #ddd;
	border-radius: 3px;
}
#searchform .searchsubmit {
	font-weight: 900;
	font-size: 20px;
	color: #60B571;
	border: none;
	background: transparent;
}
#searchform .searchsubmit:hover {
	opacity: .6;
}
#sidebar .widget_calendar {
	margin-bottom: 40px;
}
#wp-calendar {
	table-layout: fixed;
	width: 100%;
	margin: 5px auto 0 auto;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}
#wp-calendar caption {
	margin: 10px 0 0 0;
	padding: 15px 0;
	width: auto;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background-color: #D5F2D3;
	color: #FFF;
	border: thin solid #D5F2D3;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
#wp-calendar #today {
	display: block;
	font-weight: bold;
	color: #60B571;
	background-color: #EBF4EC;
	border: thin solid #D5F2D3;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 1;
}
#wp-calendar .pad {
	font-weight: bold;
	background-color: #FFFBF6;
}
#wp-calendar th,
#wp-calendar td {
	padding: 2px;
	vertical-align: middle;
	text-align: center;
}
#wp-calendar td {
	line-height: 2;
	border: thin solid #D5F2D3;
	background-color: #FFF;
}
#wp-calendar th {
	font-style: normal;
	font-weight: bold;
	color: #60B571;
	border: thin solid #D5F2D3;
	background-color: #EBF4EC;
	padding: 6px 0;
}
#wp-calendar tr,
#wp-calendar th,
#wp-calendar td {
	display: revert;
}
#wp-calendar a {
	font-size: 12px;
	color: #00A0DD;
	padding: 0;
	text-decoration: underline;
}
.wp-calendar-nav {
	margin: 10px 0 2em;
	display: table;
	width: 100%;
}
.wp-calendar-nav a {
	background: #D5F2D3;
	color: #FFF;
	padding: 10px;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
}
.wp-calendar-nav-prev {
	float: left;
}
.wp-calendar-nav-next {
	float: right;
}
#side_contents {
	display: flex;
	flex-wrap: wrap;
}
#side_contents .main_data {
	width: 100%;
	margin-bottom: 3em;
}
#side_contents .side_data {
	width: 100%;
}
.post_head {
	color: #696969!important;
	border-bottom: 1px solid #257300;
	font-size: 20px!important;
	position: relative;
}
.post_head time {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.post_images {
	margin: 0 auto 20px;
	display: table;
}
.post_images img {
	width: 100%;
}
.content_post {
	margin-bottom: 2.5em;
}
.headline {
	margin-bottom: 3em;
}
.headline h3 {
	font-size: 22px;
	margin-bottom: 15px;
	text-align: left;
}
.post_home {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.post_home article {
	float: left;
	width: calc(50% - 26px);
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 12px;
	background: #FFF;
}
.post_home article:nth-of-type(2n) {
	border-right: 1px solid #ddd;
}
.post_home article:nth-child(-n+2) {
	border-top: 1px solid #ddd;
}
.post_home article:last-of-type {
	border-right: 1px solid #ddd!important;
}
.post_home figure {
	line-height: 0;
}
.post_home .use_text {
	margin-top: 10px;
}
.post_home .title_area {
	margin: 15px 0;
}
.post_home img {
	width: 100%;
}
.res_block {
	display: none;
}
.column {
	width: 100%;
	margin: 0;
	padding: 0;
}
.column .column_list {
	margin: 40px auto;
	width: fit-content;
}
.column figure {
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-top: 58%;
}
.column figure a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.column .column_cate {
	margin: 2px 0 8px;
}
.column .column_cate a {
	margin-bottom: 10px;
	color: #5A747F;
	font-weight: 600;
}
article.column_list h3 {
	font-size: 18px;
}
.column_inner {
	margin-top: 5em;
}
.column_head {
	border-bottom: 1px solid #7070709e;
	margin-bottom: 1em;
}
.column_head h3 {
	margin: 0;
	color: #5CB0B5;
	font-size: 25px;
	font-weight: normal;
}
p.catext {
	margin: 0 0 3em;
}
p.catext a {
	margin-bottom: 10px;
	color: #FFF;
	font-weight: 600;
	border: 1px solid #5A747F;
	background: #5A747F;
	display: table;
	text-decoration: none;
	padding: 4px 20px;
}
p.catext a:hover {
	color: #5A747F;
	background: #FFF;
}
p.column_text {
	margin: 3em 1em;
}
.column_inner img {
	/*width: 100%;*/
}
ul.page_nation {
	display: flex;
	justify-content: space-between;
	margin: 5em 0 2em 0;
}
ul.page_nation a {
	color: #444;
	text-decoration: none;
}
ul.page_nation a:hover {
	color: #36A37B;
}
.result {
	width: 100%;
	margin: 0;
	padding: 0;
}
.result_info {
	margin-top: 0.9em;
}
.result .result_list {
	margin: 40px auto;
}
.result figure {
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-top: 53%;
}
.result figure a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
article.result_list h3 {
	font-size: 18px;
	padding-top: 0.9em;
}
.result_info .cate-text a {
	color: #FFF;
	text-decoration: none;
	display: table;
	background: #36A37B;
	padding: 2px 10px;
	margin: 5px 0 0;
	font-size: 14px;
}
.result_info .cate-text a:hover {
	background-color: #0B7D6C;
}
.case_head {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #bfbfbf;
}
.case_head h3 {
	font-size: 28px;
	text-align: center;
	margin-top: 1.5em;
}
.cate-box {
	text-align: center;
}
.cate-box a {
	color: #FFF;
	text-decoration: none;
	display: table;
	background: #36A37B;
	padding: 2px 10px;
	margin: 5px auto 0;
}
.cate-box a:hover {
	background-color: #0B7D6C;
}
.case_head p {
	margin-bottom: 2em;
}
.case_text {
	margin-bottom: 3em;
}
.case_text h3 {
	font-size: 24px;
	padding-bottom: 10px;
}
.case_img figure {
	text-align: center;
	margin: 0 0 20px;
	line-height: 0;
}
.case_img figure:last-child {
	margin: 0;
}
p.read_more a {
	text-decoration: underline;
	color: #444;
	font-weight: bold;
}
p.read_more a:hover {
	color: #36A37B;
}
p.read_more {
	text-align: right;
	cursor: pointer; 
}
.simplePage {
	padding: 6em 0;
}
.simplePage .inner {
	padding: 0 20px;
}
.write {
	margin: 0 0 45px;
}
.write h4 {
	font-size: 20px;
	margin: 0 0 16px;
	padding: 8px 0 8px 12px;
	background-color: #EFFAF2;
	border-left: 2px solid #57A07E;
}
.write h5 {
	font-size: 18px;
	margin: 30px 0 10px;
	color: #57A07E;
}
.write p:last-of-type {
	margin: 0;
}
.number-box {
	counter-reset: titleNum;
	margin: 0 0 25px;
}
.number-box h6 {
	counter-increment: titleNum;
	position: relative;
	font-size: 16px;
	padding: 0 0 0 32px;
	margin: 0 0 5px;
}
.number-box h6::after {
	position: absolute;
	top: 0;
	margin: auto;
	left: 0;
	content: counter(titleNum)".";
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	text-align: center;
}
.font-box {
	margin: 25px 0;
}
.font-box h6 {
	position: relative;
	font-size: 16px;
	padding: 0 0 0 25px;
	margin: 0 0 5px;
}
.font-box h6::after {
	position: absolute;
	top: 0.3em;
	left: 0;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #000;
}
.subsct {
	margin: 25px 0;
}
.subsct h5.dotHead {
	margin: 0 0 5px;
	color: #000;
	font-size: 18px;
	padding: 0 0 0 15px;
	position: relative;
}
.subsct h5.dotHead::before {
	position: absolute;
	top: 0.6em;
	left: 0;
	z-index: 2;
	border-radius: 10px;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #333;
}
.subsct h6 {
	font-size: 17px;
	margin: 0 0 10px;
	padding: 0 0 0 22px;
	position: relative;
}
.subsct h6::before {
	font-family: "Font Awesome 5 Free";
	content: '\f069';
	position: absolute;
	font-weight: 900;
	left: 0;
	top: 0.2em;
	font-size: 14px;
}
@media only screen and (min-width: 768px){
	#side_contents .main_data {
		width: calc(70% - 10px);
		margin-right: 10px;
		float: left;
	}
	#side_contents .side_data {
		width: calc(30% - 10px);
		margin-left: 10px;
		float: left;
	}
	.main_head{
		font-size: 40px;
	}
	.post_head {
		font-size: 24px!important;
	}
	.post_head time {
		font-size: 16px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.case_text h3 {
		font-size: 24px;
	}
	.wide_area {
		padding: 20px 0 5em;
	}
	.wide_area h3 {
		font-size: 24px;
	}
	.above-title {
		margin: 80px 0 0;
		display: flex;
		flex-wrap: wrap;
	}
	.above-title .above-text {
		height: 350px;
		padding: 0;
		width: 50%;
		display: inline-block;
		float: left;
	}
	.above-title .above-text h2 {
		font-size: 40px;
		/*max-width: 550px;*/
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.above-title .above-image {
		height: auto;
		width: 50%;
		display: inline-block;
		float: left;
	}
	.post_home article {
		width: calc(25% - 26px);
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		padding: 12px;
	}
	.post_home article:nth-of-type(2n) {
		border-right: none
	}
	.post_home article:nth-of-type(4n) {
		border-right: 1px solid #ddd;
	}
	.post_home article:nth-child(-n+4) {
		border-top: 1px solid #ddd;
	}
	.column {
		display: flex;
		flex-wrap: wrap;
	}
	.column .column_list {
		width: calc(33.3333% - 14px);
		margin: 0 20px 40px 0;
	}
	.column .column_list:nth-child(3n) {
		margin: 0 0 40px 0;
	}
	.column_head {
		display: flex;
		justify-content: space-between;
	}
	.column_head h3 {
		margin: 0;
		color: #5CB0B5;
		font-size: 25px;
	}
	.result {
		display: flex;
		flex-wrap: wrap;
	}
	.result .result_list {
		width: calc(33.3333% - 14px);
		margin: 0 20px 40px 0;
	}
	.result .result_list:nth-of-type(3n) {
		margin: 0 0 40px 0;
	}
	.case_img {
		display: flex;
		flex-wrap: wrap;
	}
	.case_img figure {
		width: calc(50% - 20px);
	}
	.case_img figure:nth-child(odd) {
		margin: 0 20px 0 0;
	}
	.case_img figure:nth-child(even) {
		margin: 0 0 0 20px;
	}
	.case_head h3 {
		font-size: 32px;
	}
	.simplePage {
		padding: 10em 0;
		height: 35vh;
	}
	.write h4 {
		font-size: 22px;
	}
	.write h5 {
		font-size: 20px;
	}
}
@media only screen and (min-width: 769px){
	#page_header {
		height: 600px;
		margin-top: 80px;
	}
	#page_header_inner {
		height: 600px;
	}
	#page_header h2 {
		font-size: 45px;
	}
	#page_header .slider-image {
		height: 100vh;
	}
	#single_header {
		height: 400px;
		margin-top: 80px;
	}
}
@media only screen and (max-width: 767px) {
	.res_none {
		display: none;
	}
	.res_block {
		display: block;
	}
	.column_head h3 {
		margin-bottom: 0.5em;
	}
	.case_head h3 {
		font-size: 25px;
	}
}
@media only screen and (max-width: 640px) {
	.tbl tr, .tbl th, .tbl td {
		display: block;
		width: auto;
	}
	.tbl th, .tbl td {
		padding: 10px 20px;
		border-bottom: none;
	}
	.tbl tr:last-of-type td {
		border-bottom: 1px solid #268128;
	}
	.tbl textarea {
		padding: 8px;
		width: calc(100% - 14px);
	}
}