@charset "utf-8";

#content_under .page_detail.undp h2 {
	padding: 0.5em 0 0.5em 2.6em;
	margin-bottom: 0.5em;
	background: url("../img/common/ico/icon180.png") no-repeat left center;
	background-size: 2.0em;
}
#content_under .page_detail.undp h2.basic {
	background: url("../img/common/ico/logo_basic.png") left center no-repeat;
	background-size: 2em;
}
.box_anchor_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 4em auto;
	padding: 0 5%;
}
.box_anchor_wrap div {
	display: block;
	padding: 0em 3em 2em 3em;
	margin: 0 auto 4em auto;
	background-color: #F3F3F5;
	border: 1px solid #D2D2DA;
	text-align: left;
	list-style: decimal-leading-zero;
}
.box_anchor_wrap div h4 {
	padding: 1em 1em 1em 2.5em;
	margin: 1.5em 0 0 -2.5em;
	font-weight: bold;
	font-size: 1.3em;
	background: url("../img/common/ico/icon180.png") left center no-repeat;
	background-size: 2em;
}
.box_anchor_wrap div h4.basic {
	background: url("../img/common/ico/logo_basic.png") left center no-repeat;
	background-size: 2em;
}
.box_anchor_wrap div h4 a {
	color: #333;
}
.box_anchor_wrap ol {
	list-style: decimal-leading-zero;
}
.box_anchor_wrap ol li {
	margin: 0 0 1em 1em;
	padding: 0 0 0 0.5em;
	list-style: decimal;
	color: #1F4466;
	line-height: 1.3;
}
.box_anchor_wrap ol li a {
	color: #1F4466;
	text-decoration: underline;
}
.box_anchor_wrap ol li a:hover {
	color: #0D3152;
	text-decoration: none;
}
.box_anchor_wrap .fudou {
	margin: -1em 0 1.5em 0;
	padding: 0;
	text-align: right;
	font-size: 0.8em;
}

.box_2lists {
	display: flex;
	justify-content: space-between;
	max-width: calc(10% + 1300px);
	margin: auto;
	padding: 0 5%;
}
.box_2lists .box_anchor_wrap {
	width: 49%;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1000px) {
	.box_2lists {
		display: block;
	}
	.box_2lists .box_anchor_wrap {
		width: 100%;
	}
}

.title_r {
	box-sizing: content-box;
	max-width: 1300px;
	margin: 4em auto 4em auto;
	padding: 0 5%;
	text-align: left;
}
.title_r h2 {
	width: 100%;
	text-align: left;
	font-size: 2rem;
	padding: 1em 0 1em 2.5em;
	background: url("../img/common/ico/icon180.png") left center no-repeat;
	background-size: 2em;
	font-weight: bold;
}

.nrml_cont h3 {
	position: relative;
	text-align: left;
	margin: 0 auto 1.3em auto;
	padding: 0 0 0 2.6em;
	width: 90%;
	box-sizing: border-box;
	text-indent: 0;
	line-height: 1.3;
	font-size: 1.5em;
}
.nrml_cont h3 small {
	display: block;
	font-size: 0.6em;
}
.nrml_cont h3.ico_clinic::before,
.nrml_cont h3.ico_pharmacy::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 2.0em;
	height: 2.0em;
	margin: auto;
}
.nrml_cont h3.ico_clinic::before {
	background-image: url("../img/users_voice/ico_clinic.png");
}
.nrml_cont h3.ico_pharmacy::before {
	background-image: url("../img/users_voice/ico_pharmacy.png");
}
.nrml_cont h3.ico_clinic small,
.nrml_cont h3.ico_pharmacy small {
	font-size: 0.65em;
	font-weight: normal;
	line-height: 1.3;
}
.nrml_cont h4 {
	width: 90%;
	max-width: 1300px;
	margin: 3em auto 2em auto;
	box-sizing: border-box;
	text-indent: 0;
	line-height: 1.2;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
}

.nrml_cont section {
	max-width: 1300px;
	box-sizing: content-box;
	margin: 0 auto 3em auto;
	padding: 0 5%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.nrml_cont section.photos {
	overflow: hidden;
	display: flex;
}
.nrml_cont section.photos.oneset {
	justify-content: center;
}
.nrml_cont section.photos.twocolumn {
	justify-content: space-around;
}
.nrml_cont section.photos.twobytwo {
	justify-content: space-around;
	flex-wrap: wrap;
}
.nrml_cont section.photos div {
	width: 32%;
	overflow: hidden;
}
.nrml_cont section.photos.twobytwo div {
	width: 40%;
	margin-bottom: 3em;
	text-align: center;
	overflow: visible;
}
.nrml_cont section.photos div span {
	display: block;
	font-size: 0.85em;
	margin: 0.5em 0 0 0;
	text-align: right;
}
.nrml_cont section.photos.twobytwo div span {
	font-size: 1.1em;
	line-height: 1.5;
	margin: 0.5em 0 0 0;
	text-align: center;
}
.nrml_cont section.photos img {
	width: 100%;
	height: 280px;
	height: calc(100% / 1.1);
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
.nrml_cont section.movies {
    position: relative;
	text-align: center;
}
.nrml_cont section.movies iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 1em auto 3em auto;
}

.nrml_cont article {
	position: relative;
	max-width: calc(1300px + 10%);
	border-bottom: none;
}
.nrml_cont article::after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #AAA;
	margin: auto;
	padding-top: 3em;
}
.nrml_cont article.next::after {
	border-bottom: 1px dashed #DDD;
}
.nrml_cont article .left {
	width: 47%;
	float: left;
}
.nrml_cont article .right {
	width: 47%;
	float: right;
}
.nrml_cont article h4 {
	margin: 0;
	padding: 0.5em 0 1em 0;
	font-size: 1.2rem;
	font-weight: bold;
}
.nrml_cont article ul {
	margin: 0 0 0 2.0em;
}
.nrml_cont article ul li {
	margin: 0 0 0.8em 0;
	line-height: 1.6;
}
.nrml_cont article u {
	text-decoration: none;
	background:linear-gradient(transparent 0 65%, #FFE2B3 65% 90%,transparent 90% 100%);
	background:-moz-linear-gradient(transparent 0 65%, #FFE2B3 65% 90%,transparent 90% 100%); /* Firefox */
	background:-webkit-linear-gradient(transparent 0 65%, #FFE2B3 65% 90%,transparent 90% 100%);/* safari Chrome */
	background:-ms-linear-gradient(transparent 65%, #FFE2B3 65%, #FFE2B3 90%,transparent 90%,transparent 100%); /* IE */
	font-weight: 600;
}

@media screen and (max-width: 1000px) {
	.nrml_cont section.photos img {
	  height: 190px;
	}
}
@media screen and (max-width: 850px) {
	.title_r h2 {
		font-size: 1.5rem;
	}
	.nrml_cont h3 {
		font-size: 1.2rem;
	}
	.nrml_cont section.photos img {
	  height: 120px;
	}
	.nrml_cont section.photos {
		flex-wrap: wrap;
	}
	.nrml_cont section.photos div:first-child {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 100%;
		flex-wrap: wrap;
		margin-bottom: 0.5em;
	}
	.nrml_cont section.photos div {
		width: 49%;
		height: auto;
	}
	.nrml_cont section.photos div img {
		height: auto;
		max-height: calc(100vw / 3.8);
	}
	.nrml_cont section.photos.twobytwo div:first-child,
	.nrml_cont section.photos.twobytwo div {
		width: 47%;
		margin-bottom: 1.5em;
	}
	.nrml_cont section.photos.twobytwo div img {
		height: auto;
		max-height: calc(100vw / 3.8);
	}
	.nrml_cont section.photos div:first-child img {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 100%;
		flex-wrap: wrap;
	}
	.nrml_cont section.photos.twobytwo div span {
		font-size: 0.9rem;
	}
	.nrml_cont article .left {
		width: 100%;
		float: none;
	}
	.nrml_cont article .right {
		width: 100%;
		float: none;
	}
	.nrml_cont h4 {
		text-align: center;
	}
}
@media screen and (max-width: 450px) {
	.title_r h2 {
		font-size: 1.2rem;
	}
	.nrml_cont section.photos div img {
		height: auto;
	}
	.nrml_cont h4 {
		font-size: 1.2rem;
	}
}


.choosebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.choosebox a {
	display: block;
	width: 48%;
	background: url("../img/common/ico/icon180.png") no-repeat left 1em center;
	background-size: 1.7em;
	padding: 1em 1.5em 1em 3.5em;
	margin: 0.5em auto;
	background-color: #FFF;
	font-size: 1.4em;
	color: #333;
	border-radius: 0.3em;
	border: 1px solid #B1BFCC;
	opacity: 0.6;
}
.choosebox a.basic {
	background: url("../img/common/ico/logo_basic.png") no-repeat left 1em center;
	background-size: 1.7em;
}
.choosebox a:hover {
	opacity: 1;
}
.choosebox a.active {
	pointer-events: none;
	background-color: #FFF;
	border: 1px solid #FFF;
	opacity: 1;
}
@media screen and (max-width: 850px) {
	.choosebox a {
		width: 90%;
		text-align: left;
		font-size: 1.1em;
	}
}

.box_mov_col {
	padding: 0 5%;
}
.box_mov_col > div {
	display: flex;
	justify-content: space-between;
	gap: 2%;
	flex-wrap: wrap;
	max-width: 1300px;
	margin: auto auto 3em auto;
}
.box_mov_col > div > div {
	width: 49%;
}
.box_mov_col > div > div section,
.box_mov_col > div > div iframe {
	width: 100%;
	padding: 0;
	margin: 0;
}
.nrml_cont.box_mov_col > div h3 {
	width: 100%;
	margin: 0 auto 0.5em auto;
}
@media screen and (max-width: 850px) {
	.box_mov_col > div {
		flex-wrap: wrap;
	}
	.box_mov_col > div > div {
		width: 100%;
	}
}