@charset "utf-8";

/*---------------------------------------------

		header

--------------------------------------------- */
.l_header {
	background: url(../img/index2020/bg_kv_back.jpg) center 30vh / auto repeat-x;
}
.l_header.is_under {
	background: url(../img/index2020/bg_kv_back.jpg) center bottom -210px / auto repeat-x;
}
.l_header .md_gnavi ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	justify-content: flex-end;
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}
.l_header .md_gnavi ul li + li {
	margin-left: 40px;
}
.l_header .md_gnavi ul li a {
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
}
.l_header .md_gnavi ul li a::before {
	content: ">";
	display: inline-block;
	margin-right: 5px;
	transform: scale(0.7, 1.5) translateY(-0.5px);
}
.l_header .md_gnavi ul li a:hover {
	border-bottom: 1px solid #000;
}
.l_header .md_kv {
	background: url(../img/index2020/bg_kv_front.png) center 20vh / auto no-repeat;
	padding: 0 5%;
	height: 65vh;
}
.l_header.is_under .md_kv {
	background: none;
    height: auto;
}
.l_header .md_kv .md_inner {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
}
.l_header.is_under .md_kv .md_inner {
	padding-top: 50px;
}
.l_header .md_kv h1 {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 350px;
	position: relative;
}
.l_header .md_kv h1 img{
	zoom: 0.85;
}
.l_header.is_under .md_kv h1 {
	font-size: 1.4rem;
	padding-bottom: 140px;
}
.l_header.is_under .md_kv h1 img {
	zoom: 0.5;
}
.l_header .md_kv h1 span {
	display: block;
	position: absolute;
	top: 8%;
	left: 360px;
}
.l_header.is_under .md_kv h1 span {
	top: 8%;
	left: 200px;
}
.l_header .md_kv .md_catch {
	padding: 50px 5% 90px;
}
.l_header .md_kv .md_catch p {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.25;
	max-width: 1100px;
	margin: 0 auto;
}
@media (max-width: 1100px) {
	.l_header .md_kv h1 {
		font-size: 1.8rem;
	}
	.l_header.is_under .md_kv h1 {
		font-size: 1.4rem;
	}
	.l_header .md_kv h1 span {
		left: 40%;
	}
	.l_header.is_under .md_kv h1 span {
		left: 200px;
	}
}
@media (max-width: 736px) {
	.l_header {
		background: url(../img/index2020/bg_kv_back.jpg) center bottom / 730.5px 288.5px repeat-x;
	}
	.l_header.is_under {
		background: url(../img/index2020/bg_kv_back.jpg) center bottom -105px / 730.5px 288.5px repeat-x;
	}
	.l_header .md_gnavi ul {
		padding: 30px 5% 10px;
	}
	.l_header .md_gnavi ul li {
		width: 100%;
		text-align: right;
	}
	.l_header .md_gnavi ul li + li {
		margin-top: 5px;
		margin-left: 0;
	}
	.l_header .md_kv {
		background: url(../img/index2020/bg_kv_front.png) center 25vh / 960px auto no-repeat;
		height: 60vh;
	}
	.l_header.is_under .md_kv {
		background: none;
	}
	.l_header .md_kv .md_inner,
	.l_header.is_under .md_kv .md_inner {
		padding-top: 50px;
	}
	.l_header .md_kv h1 {
		font-size: 1.4rem;
		padding-bottom: 175px;
	}
	.l_header.is_under .md_kv h1 {
		font-size: 1.4rem;
		padding-bottom: 140px;
	}
	.l_header .md_kv h1 img,
	.l_header.is_under .md_kv h1 img {
		zoom: 0.5;
	}
	.l_header .md_kv h1 span,
	.l_header.is_under .md_kv h1 span {
		position: static;
		margin-top: 10px;
	}
	.l_header .md_kv .md_catch {
		padding: 25px 0 25px;
	}
	.l_header .md_kv .md_catch p {
		font-size: 1.2rem;
		line-height: 1.75;
		margin: 0 auto;
	}
	.l_header .md_kv .md_catch p br {
		display: none;
	}
}

/*---------------------------------------------

		news

--------------------------------------------- */
.md_news {
	background: #fff;
	box-shadow: 0 0 38px rgba(94,95,95,0.13);
	padding: 0 5% 90px;
}
.md_news .md_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.md_news dl {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	justify-content: space-between;
}
.md_news dl dt {
	background: #000;
	color: #fff;
	width: 150px;
	padding: 1px 0 3px;
	text-align: center;
	position: relative;
}
.md_news dl dt.is_japan ::after {
	content: url(../img/index2020/icn_japan.svg);
    position: absolute;
    width: 50px;
    height: auto;
    right: -70px;
    top: 2px;
}
.md_news dl dt.is_thai ::after {
	content: url(../img/index2020/icn_thai.svg);
    position: absolute;
    width: 50px;
    height: auto;
    right: -70px;
    top: 2px;
}
.md_news dl dd {
	width: calc(100% - 240px);
}
.md_news dl dt:not(:first-of-type),
.md_news dl dd:not(:first-of-type) {
	margin-top: 30px;
}
.md_news dl dd a {
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	line-height: 2.25;
}
.md_news dl dd a:hover {
	border-bottom: 1px solid transparent;
}
.md_news .md_btn a{
	align-items: center;
	display: inline-flex;
	font-size: 100%;
	font-weight: 500;
	padding: 3px 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #838383;
}
.md_news .md_btn {
	text-align: left;
	margin-top: 40px;
	margin-left: 240px;
}

.md_news .md_btn a:hover {
	background: #000;
	color: #fff;
}
.md_news .md_btn a svg {
	margin-right: 15px;
}
@media (max-width: 736px) {
	.md_news {
		box-shadow: 0 0 19px rgba(94,95,95,0.13);
		padding: 0 0 45px;
	}
	.md_news dl {
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		font-weight: bold;
		justify-content: space-between;
		flex-direction: column;
		padding: 0 5%;
	}
	.md_news dl dt {
		width: 100px;
		margin-top: 0;
	}
	.md_news dl dt.is_japan ::after {
		content: url(../img/index2020/icn_japan.svg);
		position: absolute;
		width: 40px;
		height: auto;
		right: -50px;
		top: 0;
	}
	.md_news dl dt.is_thai ::after {
		content: url(../img/index2020/icn_thai.svg);
		position: absolute;
		width: 40px;
		height: auto;
		right: -50px;
		top: 0;
	}
	.md_news dl dd {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.md_news dl dt:not(:first-of-type),
	.md_news dl dd:not(:first-of-type) {
		margin-top: 15px;
	}
	.md_news .md_btn {
		text-align: left;
		margin-top: 10px;
		margin-left: 5%;
	}
}

/*---------------------------------------------

		list

--------------------------------------------- */
.md_list {
	background: #fff;
	box-shadow: 0 0 38px rgba(94,95,95,0.13);
	padding: 0 0 90px;
}
.md_list .md_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.md_list dl {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	/* font-weight: bold; */
	justify-content: space-between;
}
/* .md_list dl dt {
	color: #000;
	width: 150px;
	padding: 1px 0 3px;
	text-align: center;
	position: relative;
} */
.md_list dl dt ::after {
	content: url(../img/index2020/PDF_32.png);
    position: absolute;
    width: 32px;
    height: auto;
    right: -50px;
    top: 2px;
}
.md_list dl dd {
	width: calc(100% - 220px);
	text-align: left;
}
.md_list dl dt:not(:first-of-type),
.md_list dl dd:not(:first-of-type) {
	margin-top: 30px;
}
.md_list dl dd a {
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	line-height: 2.25;
}
.md_list dl dd a:hover {
	border-bottom: 1px solid transparent;
}
.md_list .md_btn a{
	align-items: center;
	display: inline-flex;
	font-size: 100%;
	font-weight: 500;
	padding: 3px 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #838383;
}
.md_list .md_btn {
	text-align: left;
	margin-top: 40px;
	margin-left: 220px;
}

.md_list .md_btn a:hover {
	background: #000;
	color: #fff;
}
.md_list .md_btn a svg {
	margin-right: 15px;
}
@media (max-width: 736px) {
	.md_list {
		box-shadow: 0 0 19px rgba(94,95,95,0.13);
		padding: 0 0 45px;
	}
	.md_list dl {
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		/* font-weight: bold; */
		justify-content: space-between;
		flex-direction: column;
		padding: 0 5%;
	}
	.md_list dl dt {
		width: 100px;
		margin-top: 0;
	}
	.md_list dl dt ::after {
		content: url(../img/index2020/PDF_32.png);
		position: absolute;
		width: 32px;
		height: auto;
		right: -40px;
		top: -2px;
	}
	.md_list dl dd {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.md_list dl dt:not(:first-of-type),
	.md_list dl dd:not(:first-of-type) {
		margin-top: 15px;
	}
	.md_list .md_btn {
		text-align: left;
		margin-top: 10px;
		margin-left: 5%;
	}
}
/*---------------------------------------------

		ttl

--------------------------------------------- */
.md_ttl_wrap {
	max-width: 1100px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto 60px;
	padding: 75px 0 15px;
	position: relative;
}
.md_ttl_wrap::before {
	background: #b8c9c3;
	content: "";
	display: block;
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -96px;
}
.md_ttl_wrap .md_ttl {
	font-size: 3.4rem;
	font-weight: bold;
	padding: 0;
    margin: 0;
}
.md_ttl_wrap .md_ttl + p {
	margin-left: 25px;
}
@media (max-width: 736px) {
	.md_ttl_wrap {
		margin-bottom: 30px;
		padding: 25px 5% 10px 10%;
	}
	.md_ttl_wrap::before {
		width: 3px;
		left: 5%;
	}
	.md_ttl_wrap .md_ttl {
		font-size: 1.8rem;
	}
	.md_ttl_wrap .md_ttl + p {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
}

/*---------------------------------------------

		category

--------------------------------------------- */
.md_category_search {
	background: #fff;
	box-shadow: 0 0 38px rgba(94,95,95,0.13);
	padding-bottom: 80px;
}
.md_category_search .md_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.md_category_search ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.md_category_search ul li {
	width: 40%;
	text-align: justify;
}
.md_category_search ul li a {
	display: block;
}
.md_category_search ul li:not(:first-of-type):not(:nth-of-type(2)) a {
	margin-top: 120px;
}
.md_category_search ul li a:hover {
	opacity: 0.6;
}
.md_category_search ul li figure {
	text-align: center;
}
.md_category_search ul li h3 {
	font-size: 2.2rem;
	font-weight: 900;
	margin: 35px 0 10px;
}
.md_category_search ul li h3 + p {
	line-height: 2.25;
	letter-spacing: 0;
}
@media (max-width: 736px) {
	.md_category_search {
		box-shadow: 0 0 19px rgba(94,95,95,0.13);
		padding-bottom: 40px;
	}
	.md_category_search ul {
		width: 90%;
		margin: 0 auto;
	}
	.md_category_search ul li {
		width: 100%;
	}
	.md_category_search ul li + li a,
	.md_category_search ul li:not(:first-of-type):not(:nth-of-type(2)) a {
		margin-top: 45px;
	}
	.md_category_search ul li h3 {
		font-size: 1.8rem;
		margin: 15px 0 5px;
	}
	.md_category_search ul li h3 br {
		display: none;
	}
}

/*---------------------------------------------

		term

--------------------------------------------- */
.md_term_search {
	background: #fff;
	box-shadow: 0 0 38px rgba(94,95,95,0.13);
	padding-bottom: 80px;
}
.md_term_search .md_inner {
	max-width: 1100px;
	margin: 0 auto;
}

/*---------------------------------------------

		footer

--------------------------------------------- */
.l_footer {
	background: #fff;
	box-shadow: 0 0 38px rgba(206,206,206,0.65);
	margin: 0 auto;
	padding: 80px 5%;
	text-align: center;
}
.l_footer .md_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.l_footer .md_inner h3.md_organized {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 30px;
}
.l_footer .md_inner ul li a {
	font-size: 100%;
	font-weight: bold;
}
.l_footer .md_inner ul li a img {
	margin-right: 20px;
	zoom: 0.7;
}
.l_footer .md_inner ul li a:hover {
	opacity: 0.8;
}
.l_footer .md_inner ul + p {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 40px;
}
.l_footer .md_inner ul + p::before {
	background: url(../img/index2020/icn_email.svg) center center / contain no-repeat;
	content: "";
	display: inline-block;
	width: 30px;
	height: 24px;
	margin-right: 20px;
	vertical-align: middle;
}
.l_footer .md_inner ul + p a {
	border-bottom: 1px solid #000;
}
.l_footer .md_inner ul + p a:hover {
	border-bottom: 1px solid transparent;
}
.l_footer .md_copy {
	max-width: 1100px;
	margin: 80px auto 0;
}
@media (max-width: 736px) {
	.l_footer {
		box-shadow: 0 0 19px rgba(206,206,206,0.65);
		padding: 40px 5%;
	}
	.l_footer .md_inner h3.md_organized {
		font-size: 125%;
		margin-bottom: 15px;
	}
	.l_footer .md_inner ul li a {
		font-size: 100%;
	}
	.l_footer .md_inner ul li a img {
		zoom: 0.5;
		margin-right: 10px;
	}
	.l_footer .md_inner ul li a span {
		display: inline-block;
		margin-top: 10px;
	}
	.l_footer .md_inner ul + p {
		margin-top: 20px;
	}
	.l_footer .md_inner ul + p::before {
		width: 23px;
		height: 15px;
		margin-right: 12px;
	}
	.l_footer .md_copy {
		font-size: 80%;
		margin: 40px auto 0;
	}
}

/*---------------------------------------------

		md_ttl

--------------------------------------------- */
.md_ttl {
	/* background: #eeedec; */
	/* color: #5d3a3a; */
	font-size: 175%;
	font-weight: bold;
	padding: 30px 0;
	text-align: center;
}
.md_ttl.fixation {
	padding-top: 35px;
}
.md_ttl.fixation p {
	width: 808px;
	max-width: 90%;
	margin: 0 auto;
}
.md_ttl.fixation p + p {
	margin-top: 5px;
}
.md_ttl br {
	display: none;
}
.md_list h2 {
	color: #211715;
	font-size: 225%;
	font-weight: bold;
	margin-bottom: 25px;
}

@media (max-width: 736px) {
	.md_list h2 {
		font-size: 175%;
		margin-bottom: 15px;
	}
}


/*---------------------------------------------

		md_search_box

--------------------------------------------- */
.md_found_post {
	font-size: 116% !important;
}
.md_not_found_post {
	font-size: 116% !important;
	margin-top: 40px;
}
.md_search_box {
	/* border: 1px solid #5a3a3a; */
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 40px 35px;
	text-align: justify;
}
.md_search_box .md_inner {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: center; */
	position: relative;
	margin-bottom: 10px;
}
.md_search_box input[type=text] {
	background: #fff;
	border: 1px solid #838383;
	width: 100%;
	/* margin-right: 10px; */
	padding: 15px 20px;
}
.md_search_box input[type=text]::placeholder {
	color: #000;
}
.md_search_box input[type=text]:-ms-input-placeholder {
	color: #000;
}
.md_search_box input[type=text]::-ms-input-placeholder {
	color: #000;
}
.md_search_box button {
	/* background: #abbcc4;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
    width: 56px;
    padding: 15px;
    text-align: center;
    outline: none !important;
    transition: 0.3s all; */
	color: #b8c9c3;
    cursor: pointer;
    width: 43px;
    margin-top: -20px;
    text-align: center;
    outline: none !important;
    transition: 0.3s all;
    position: absolute;
    top: 50%;
    right: 5%;
}
.md_search_box button svg {
	/* width: 20px; */
	width: 46px;
	vertical-align: sub;
}
.md_search_box button:hover {
	/* background: #fff;
	color: #211715; */
}
.md_search_box dl {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: justify; */
	border-bottom: 1px solid #838383;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    text-align: justify;
}
.md_search_box dt {
	border-top: 1px solid #ddd;
	font-weight: 700;
	width: 150px;
	margin-top: 20px;
	padding-top: 20px;
	background: none;
    color: #000;
    text-align: left;
}
.md_search_box dd {
	border-top: 1px solid #ddd;
	width: calc(100% - 150px);
	margin-top: 20px;
	padding-top: 20px;
}
.md_search_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.md_search_box ul li {
	width: 31.5%;
	margin-right: 10px;
    font-weight: 400;
}
.md_search_box ul li.is_ac {
	display: none;
}
.md_search_box ul li.is_ac.is_open {
	display: list-item;
	width: 100%;
	background: rgb(241, 242, 242);
	padding: 15px;
	margin-top: 15px;
}
.md_search_box ul li.is_open p {
    font-weight: 700;
}
input[type=checkbox],
input[type=radio] {
	display: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
	align-items: center;
	display: inline-flex;
	justify-content: flex-start;
	position: relative;
    letter-spacing: 0.02em;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before {
	background: #fff;
	border: 1px solid #838383;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 7px;
}
input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
	border: 1px solid #fff;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}
input[type=checkbox] + label::before,
input[type=checkbox]:checked + label::after,
input[type=radio] + label::before,
input[type=radio]:checked + label::after {
	border-radius: 50%;
}
input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
	background: #abbcc4;
}
@media (max-width: 736px) {
	.md_found_post {
		font-size: 100% !important;
	}
	.md_search_box {
		margin: 0 15px;
		padding: 25px;
	}
	.md_search_box input[type=text] {
		width: 200px;
		margin-right: 10px;
		padding: 10px 15px;
	}
	.md_search_box button {
		width: 46px;
		margin-left: 5px;
		padding: 10px;
	}
	.md_search_box button svg {
		width: 20px;
	}
	.md_search_box dl {
		display: block;
	}
	.md_search_box dt {
		width: auto;
		margin-top: 15px;
		padding-top: 15px;
	}
	.md_search_box dd {
		border-top: none;
		width: 100%;
		margin-top: 5px;
		padding-top: 0;
	}
	.md_search_box ul {
		display: block;
	}
	.md_search_box ul li {
		width: 100%;
	}
}

/*---------------------------------------------

		md_list

--------------------------------------------- */
.md_list {
	text-align: center;
}
.md_list h3 {
    background: #fff;
    color: #211715;
    font-size: 200%;
    font-weight: 700;
	margin: 70px 0 5px;
    padding: 35px 0;
	border-bottom: 1px solid #000;
	/* box-shadow: 0 0 38px rgba(94, 95, 95, 0.13); */
	/* position: relative;
	overflow: hidden; */
}
/* .md_list h3::before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
    left: 70%;
	width: 600px;
	height: 100px;
	background-image:url(../img/index2025/img_building.png);
	background-size: cover;
	opacity: 0.5;
}
.md_list h3::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
    right: 70%;
	width: 600px;
	height: 100px;
	background-image:url(../img/index2025/img_building.png);
	background-size: cover;
	opacity: 0.5;
} */
.md_list > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1100px;
	margin: 70px auto 0;
}
.md_list > ul > li {
	width: 49.8%;
	border: 1px solid #211715;
}
.md_list > ul > li img {
	width: 100%;
	height: 422px;
	object-fit: cover;
}
.md_list > ul > li:not(:first-child):not(:nth-child(2)) {
	margin-top: 30px;
}
.md_list > ul > li figure {
	margin-bottom: 10px;
}
.md_list > ul > li figure + p {
	font-size: 168.3%;
	font-weight: bold;
	padding: 0 10px;
}
.md_list > ul > li p + p {
	line-height: 1.4;
	margin: 0 20px;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	text-align: justify;
}
.md_list > ul > li p + p br {
	display: none;
}
.md_haslist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 20px 30px;
}
.md_haslist li {
	font-size: 87.5%;
	margin: 5px;
	padding: 5px 20px;
}
.md_haslist li.is_white {
	background: #fff;
	border: 1px solid #211715;
	color: #211715;
}
.md_haslist li.is_water {
	background: #e7e3e0;
	color: #211715;
}
.md_haslist li.is_blue {
	background: #7c9faf;
	color: #fff;
}
.md_list .md_result_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1100px;
	margin: 40px auto 0;
}
.md_list .md_result_list > li {
	width: 49.8%;
	border: 1px solid #838383;
}
.md_list .md_result_list > li img {
	width: 100%;
	height: 422px;
	object-fit: cover;
}
.md_list .md_result_list > li:not(:first-child):not(:nth-child(2)) {
	margin-top: 30px;
}
.md_list .md_result_list > li figure {
	margin-bottom: 10px;
}
.md_list .md_result_list > li figure + p {
	font-size: 168.3%;
	font-weight: bold;
	padding: 0 10px 10px;
}
.md_list .md_result_list > li figure + p + div p {
	border-top: 1px solid #ddd;
	color: #838383;
	font-size: 133%;
	font-weight: bold;
	padding: 15px 10px 10px;
	margin: 0 20px;
}
.md_list .md_result_list > li p + p ,
.md_list .md_result_list > li p + div + p {
	line-height: 1.4;
	margin: 0 20px;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	text-align: justify;
}
.md_list .md_result_list > li p + p br {
	display: none;
}
@media (max-width: 736px) {
	.md_list h3 {
		font-size: 175%;
		margin: 20px 0 2px;
		padding: 10px 0;
	}
	.md_list > ul {
		margin: 35px auto 0;
	}
	.md_list .md_result_list {
		margin: 40px auto 0;
	}
	.md_list .md_result_list > li {
		width: 100%;
		margin: 0 15px 20px;
	}
	.md_list .md_result_list > li img {
		width: 100%;
		height: 422px;
		object-fit: cover;
	}
	.md_list .md_result_list > li:not(:first-child):not(:nth-child(2)) {
		margin-top: 15px;
	}
	.md_list .md_result_list > li figure {
		margin-bottom: 5px;
	}
	.md_list .md_result_list > li img {
		height: 250px;
	}
	.md_list .md_result_list > li figure + p {
		font-size: 112.3%;
		padding: 10px;
	}
	.md_list .md_result_list > li figure + p + div p {
		font-size: 100%;
		font-weight: bold;
		padding: 5px 5px 5px;
		margin: 0 20px;
	}
	.md_list .md_result_list > li p + p {
		font-size: 100%;
		line-height: 1.4;
		margin: 0 20px;
		padding: 15px 0;
		border-top: 1px solid #ddd;
		text-align: justify;
	}
	.md_list .md_result_list > li p + p br {
		display: block;
	}
	.md_list > ul > li {
		width: 100%;
		margin: 0 15px 20px;
	}
	.md_list > ul > li:not(:first-child):not(:nth-child(2)) {
		margin-top: 15px;
	}
	.md_list > ul > li.is_pc {
		display: none;
	}
	.md_list > ul > li figure {
		margin-bottom: 5px;
	}
	.md_list > ul > li img {
		height: 250px;
	}
	.md_list > ul > li figure + p {
		font-size: 112.3%;
		padding: 10px;
	}
	.md_list > ul > li p + p {
		font-size: 100%;
	}
}

/*---------------------------------------------

		news

--------------------------------------------- */
.md_news_content {
	background: #fff;
	box-shadow: 0 0 38px rgba(206,206,206,0.65);
	margin: 0 auto;
	padding-bottom: 80px;
}
.md_news_content .md_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.md_entry_content .md_time {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-size: 80%;
	margin: 0 auto;
	padding: 5px 8px;
}
.md_ttl_news {
	font-size: 175%;
	font-weight: bold;
	line-height: 1.4;
	margin: 15px auto 40px;
}
.md_entry_content h2 {
	margin: 15px auto;
	font-size: 175%;
	font-weight: bold;
	line-height: 1.4;
}
.md_entry_content h3 {
	margin: 15px auto;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.4;
}
.md_entry_content h4 {
	margin: 15px auto;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
}
.md_entry_content p {
	margin: 15px auto;
	text-align: justify;
	word-break: break-all;
}
.md_entry_content p span.has-main-color-color {
	color: #f00;
}
.md_entry_content p span.has-text-color-color {
	color: #000;
}
.md_entry_content p.has-text-align-right {
	text-align: right;
}
.md_entry_content p.has-text-align-left {
	text-align: left;
}
.md_entry_content p.has-text-align-center {
	text-align: center;
}
.md_entry_content p:not(.md_btn) a {
	border-bottom: 1px solid rgba(0,0,0,1);
}
.md_entry_content p:not(.md_btn) a:hover {
	border-bottom: 1px solid rgba(0,0,0,0);
}
.md_entry_content img {
	height: auto !important;
	margin: 15px auto;
	transition: 0.3s all;
}
.md_entry_content figure.aligncenter {
	text-align: center;
}
.md_entry_content a:hover img {
	opacity: 0.6;
}
.md_entry_content .md_btn {
	text-align: left;
	margin-top: 40px;
	margin-left: 190px;
}
.md_entry_content .md_btn a {
	align-items: center;
	display: inline-flex;
	font-size: 100%;
	font-weight: 500;
	padding: 3px 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #838383;
}
.md_news .md_btn a:hover,
.md_entry_content .md_btn a:hover {
	opacity: 0.8;
}
.md_news .md_btn a svg,
.md_entry_content .md_btn a svg {
	margin-right: 15px;
}
@media (max-width: 736px) {
	.md_news_content {
		box-shadow: 0 0 19px rgba(206,206,206,0.65);
		padding-bottom: 40px;
	}
	.md_entry_content {
		padding: 0 5%;
	}
	.md_ttl_news {
		font-size: 171%;
		margin: 15px auto 20px;
	}
	.md_entry_content h2 {
		margin: 15px auto;
		font-size: 171%;
		font-weight: bold;
		line-height: 1.4;
	}
	.md_entry_content h3 {
		margin: 15px auto;
		font-size: 150%;
		font-weight: bold;
		line-height: 1.4;
	}
	.md_entry_content h4 {
		margin: 15px auto;
		font-size: 125%;
		font-weight: bold;
		line-height: 1.4;
	}
	.md_entry_content .md_btn {
		margin-top: 20px;
	}
	.md_entry_content .md_btn a {
		padding: 10px 50px;
	}
	.md_entry_content .md_btn a svg {
		width: 4px;
		margin-right: 10px;
	}
}
