@charset "UTF-8";
/*============================= Mixin =============================*/
/*============================= Variable =============================*/
/*============================= Base =============================*/
a {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none;
}

p:last-child {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1;
}

ol,
ul,
li {
	list-style-type: none;
}

img {
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

th,
td {
	border: 1px solid #999;
	padding: 10px;
}

.lk-full {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.ovh {
	overflow: hidden;
}

.clear {
	clear: both;
}

.clearfix {
	display: block;
}
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sp320,
.sp375,
.sp425 {
	display: none;
}
.min430{ min-width: 430px !important;}

.mr0 {
	margin-right: 0 !important;
}

.ml0 {
	margin-left: 0 !important;
}

.m0 {
	margin: 0 !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.tt-14 {
	font-size: 14px;
}

.tt-12 {
	font-size: 12px;
}

.t-center {
	text-align: center;
}

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.t-justify {
	text-align: justify;
}

.t-uppercase {
	text-transform: uppercase;
}

.t-capitalize {
	text-transform: capitalize;
}

.f-italic {
	font-style: italic;
}

.f-black {
	font-weight: 900;
}

.f-bold {
	font-weight: bold;
}

.f-medium {
	font-weight: 500;
}

.f-light {
	font-weight: 300;
}

.f-normal {
	font-weight: normal;
}

/*============================= G L O B A L =============================*/
.w50 {
	width: 50%;
}

.w33 {
	width: 33%;
}

.w30 {
	width: 30%;
}

.main-under .img-l,
.main-under .img-r {
	max-width: 460px;
}
.main-under .img-l {
	float: left;
	margin: 10px 46px 25px 21px;
	line-height: 0;
	position: relative;
	z-index: 0;
}
.main-under .img-l::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: -20px;
	right: 11px;
	background-color: #003e7f;
	height: 100%;
	z-index: -1;
}
.main-under .img-r {
	float: right;
	margin: 10px 19px 25px 46px;
	line-height: 0;
	position: relative;
	z-index: 0;
}
.main-under .img-r::before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	left: 20px;
	background-color: #003e7f;
	height: 100%;
	z-index: -1;
}
.main-under .img-c {
	text-align: center;
	margin: 0 auto 25px;
	line-height: 0;
}

.main-under section,
.main-under .section {
	margin-bottom: 110px;
}
.main-under section:last-child,
.main-under .section:last-child {
	margin-bottom: 0;
}
.main-under p:last-child,
.main-under table:last-child {
	margin-bottom: 0;
}
.main-under p {
	margin-bottom: 15px;
	letter-spacing: -0.4px;
}
.main-under a:hover {
	color: #003e7f;
}
.main-under p,
.main-under li,
.main-under a,
.main-under th,
.main-under td,
.main-under dt,
.main-under dd,
.main-under dl {
	font-size: 18px;
}
.main-under #content {
	padding: 0 0 0;
	margin: 0 auto;
	width: 1200px;
	max-width: 100%;
	margin-top: 27px;
}

.main-cl {
	color: #003e7f;
}

.under-visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
	background-image: url("../images/udr-img01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 43px;
}
.under-visual h2 {
	position: relative;
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: normal;
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: 0.028em;
	max-width: 960px;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: "小塚E朁EPr6N B", "DFHSMinchoR Pro-6N", "ヒラギノE朁EPro W6",
		"Hiragino Mincho Pro", "HGS明朝E", "EE E明朝", serif;
}

.main-under .h3,
.main-under .h4,
.main-under .h5,
.main-under .h6 {
	position: relative;
	line-height: 1.4;
	font-weight: bold;
}

.main-under .h3 {
	margin-bottom: 44px;
	text-align: center;
}
.main-under .h3 .h3-en {
	display: block;
	font-family: "Roboto", sans-serif;
	margin-bottom: 20px;
	position: relative;
	color: #009ddc;
	padding-bottom: 16px;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}
.main-under .h3 .h3-en::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
	width: 40px;
	height: 2px;
	background-color: #003e7f;
}
.main-under .h3 .h3-jp {
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: 0;
	color: #003e7f;
}
.main-under .h4 {
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
	background-color: #003e7f;
	color: #fff;
	padding: 9px 10px;
	border-radius: 4px;
}
.main-under .h4.no-bg{
	background-color: #fff;
    color: #003e7f;
}
.main-under .h5 {
	font-size: 24px;
	margin-bottom: 50px;
	padding-bottom: 22px;
	border-bottom: 1px solid #cccccc;
	color: #003e7f;
}
.main-under .h6 {
	font-size: 22px;
	margin-bottom: 20px;
}

.tbl-scroll .under-tbl td {
	text-align: center;
}

.td-mid td {
	vertical-align: middle !important;
}

.under-tbl {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
}
.under-tbl + .under-tbl {
	margin-top: 30px;
}
.under-tbl.td-left td {
	text-align: left;
}
.under-tbl.tbl-fix {
	table-layout: fixed;
}
.under-tbl.tbl-block th {
	text-align: left;
}
.under-tbl .under-list {
	padding: 0;
}
.under-tbl td,
.under-tbl th {
	border-color: #505050;
	vertical-align: top;
	padding: 14px 19px;
	border: none;
}
.under-tbl th {
	background-color: #003e7f;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.063em;
	vertical-align: middle;
}
.under-tbl td {
	background-color: #f3f8fc;
	letter-spacing: -0.3px;
}

#topic-path {
	padding: 0 0 71px;
}
#topic-path .topic-list {
	display: flex;
	flex-wrap: wrap;
}
#topic-path li,
#topic-path a {
	font-size: 12px;
	font-weight: 500;
}
#topic-path li {
	position: relative;
}
#topic-path li::after {
	content: "";
	display: inline-block;
	margin: 0 6px;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #000;
}
#topic-path li:first-child {
	letter-spacing: 1px;
}
#topic-path li:last-child::after {
	display: none;
}
#topic-path a:hover {
	color: #003e7f;
}

.under-list {
	background-color: #f3f8fc;
	margin: 0 auto;
	padding: 26px 30px 35px;
}
.under-list.lst-check li {
	padding-left: 20px;
}
.under-list.lst-check li::before {
	width: 14px;
	height: 14px;
	border-radius: 0;
	background: url("../images/udr-check.png") center no-repeat;
	background-size: contain;
	top: 7px;
}
.under-list li {
	position: relative;
	overflow: hidden;
	padding: 0 0 0 16px;
	margin-bottom: 13px;
	text-align: left;
	font-size: 16px;
	letter-spacing: -0.071em;
	line-height: 1.5;
}
.under-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	height: 8px;
	width: 8px;
	border-radius: 8px;
	background: #4180b4;
}
.under-list li:last-child {
	margin-bottom: 0;
}

.under-frame {
	background-color: rgba(49, 143, 211, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	padding: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.under-step .img-r,
.under-step .img-l {
	margin-top: 0;
}
.under-step .img-r::before,
.under-step .img-l::before {
	display: none;
}
.under-step .img-r {
	margin-right: 0;
}
.under-step .img-l {
	margin-left: 0;
}
.under-step .udr-bt {
	margin-left: 0 !important;
}
.under-step dl {
	margin-bottom: 100px;
	border: 1px solid #003e7f;
	position: relative;
	z-index: 0;
}
.under-step dl::before {
	content: "";
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 100%;
	height: 100%;
	border: 0px solid #003e7f;
	border-width: 0 1px 1px 0;
	z-index: -1;
}
.under-step dl::after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%, 100%);
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #318fd3 transparent transparent transparent;
}
.under-step dl:last-child {
	margin-bottom: 0;
}
.under-step dl:last-child::after {
	display: none;
}
.under-step .step-tt {
	background-color: #003e7f;
	color: #fff;
	padding: 10px 20px 12px;
}
.under-step .step-tt::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.under-step .step-tt .step-num + p {
	font-size: 20px;
	line-height: 1.4;
	margin-top: 2px;
	font-weight: bold;
}
.under-step .step-num {
	background-color: #2c7ed2;
	padding: 2px 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
	float: left;
	margin-bottom: 0;
	font-size: 16px;
	margin-top: 0;
}
.under-step dd {
	border-top: none;
	background-color: rgba(49, 143, 211, 0.2);
	padding: 20px;
}
/* qa style2 */
.under-qa{

}
.under-qa dl {
	margin-bottom: 30px;
	border: 1px solid #003e7f;
	position: relative;
	z-index: 0;
}
.under-qa dd {
	border-top: none;
	background-color: rgba(49, 143, 211, 0.2);
	padding: 20px;

	display: flex;
	flex-direction: row;
}
.under-qa .qa-tt {
	background-color: #003e7f;
	color: #fff;
	padding: 10px 20px 12px;
}
.under-qa .qa-num {
    width: 45px;
	background-color: #2c7ed2;
	padding: 2px 10px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
	font-size: 16px;
	float: left;
	text-align: center;
	margin-top: 0;
}
.under-qa .qa-a {
    width: 45px;
    background-color: #003e7f;
    padding: 2px 10px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 0;
    align-self: center;
    text-align: center;
    flex-shrink: 0;
}

.under .pediatric .under-qa .qa-a{
	background-color: #fb5329
}
.under .pediatric .under-qa .qa-num {
	background-color: #fff;
    color: #fb5329;
	font-weight: bold;
}
.under .pediatric .under-qa dl {
	border: 1px solid #fb5329;
}
.under .pediatric .under-qa dd{
	background-color: #fff;
}
.under .pediatric .under-qa .qa-tt {
	background-color: #fb5329
}

/* qa style2 */
.qa-list .qa-item {
	margin-bottom: 30px;
}
.qa-list .qa-item:last-child {
	margin-bottom: 0;
}
.qa-list dt {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.qa-list .qa-a,
.qa-list .qa-q {
	width: 80px;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 20px;
	padding: 5px 12px;
	background-color: #003e7f;
	position: relative;
}
.qa-list .qa-a::before,
.qa-list .qa-q::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.qa-list .qa-q {
	background-color: #003e7f;
	color: #fff;
}
.qa-list .qa-q::before {
	background-color: #003e7f;
	background-color: #0b2e4f;
}
.qa-list .qa-a {
	background-color: #2c7ed2;
	color: #fff;
}
.qa-list .qa-a::before {
	background-color: #0b2e4f;
}
.qa-list dt p {
	font-size: 24px;
	line-height: 1.4;
	margin-top: 2px;
	font-weight: bold;
}
.qa-list dd {
	display: flex;
}
.qa-list dd p {
	line-height: 1.4;
}

.under-clm {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -30px;
}
.under-clm + .under-clm {
	margin-top: 30px;
}
.under-clm dl {
	width: 100%;
	border: 1px solid #003e7f;
	margin-bottom: 30px;
	background-color: #fff;
}
.under-clm dt {
	background-color: #003e7f;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #003e7f;
	color: #fff;
}
.under-clm .clm-tt {
	line-height: 1.4;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.under-clm dd {
	padding: 15px;
	color: #000;
}

.under-pickup {
	padding: 108px 0;
	position: relative;
	z-index: 0;
}
.under-pickup::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: url("../images/udr-img02.jpg") center;
	background-size: 100% 100%;
	min-width: 1280px;
	z-index: -1;
}
.under-pickup .u-link {
	color: #fff;
}
.under-pickup .u-link:hover {
	color: #64e9ee;
}
.under-pickup .pu-wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	color: #fff;
	padding: 62px 86px 34px 86px;
	z-index: 0;
	border: 1px solid #fff;
	border-top: none;
}
.under-pickup .pu-wrapper::before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: -21px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 0px solid #fff;
	border-width: 0 1px 1px 0;
}
.under-pickup .pu-img-l {
	float: left;
	margin: 0px 60px 10px 0;
	line-height: 0;
}
.under-pickup .pu-img-r {
	float: right;
	margin: 0px 0 10px 60px;
	line-height: 0;
}
.under-pickup .pu-title {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0 25px;
	letter-spacing: 2.2px;
	line-height: 1.4;
	width: 100%;
}
.under-pickup .pu-en {
	position: absolute;
	top: -47px;
	left: 0;
	color: #fff;
	font-size: 89px;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	line-height: 1;
	letter-spacing: 0.124em;
	text-transform: uppercase;
	padding: 0 0 0 46px;
	width: 100%;
	overflow: hidden;
}
.under-pickup .pu-en::before,
.under-pickup .pu-en::after {
	content: "";
	position: absolute;
	top: 47px;
	background-color: #fff;
	height: 1px;
}
.under-pickup .pu-en::before {
	left: 0;
	width: 38px;
}
.under-pickup .pu-en::after {
	right: 0;
	width: 723px;
}

.under-anc {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.under-anc.posts {
	margin-bottom: 40px;
}
.under-anc.uPost .next,
.under-anc.uPost .prev {
	position: absolute;
	top: 0;
}
.under-anc.uPost .prev {
	left: 0;
}
.under-anc.uPost .prev a::before {
	border-width: 0 0 2px 2px;
	right: auto;
	left: 20px;
}
.under-anc.uPost .all {
	position: relative;
}
.under-anc.uPost .all a::before {
	content: none;
}
.under-anc.uPost .next {
	right: 0;
}
.under-anc li {
	margin: 0 15px 20px;
	width: 270px;
	max-width: 100%;
}
.under-anc a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	background: #1c5796;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding: 15px 30px 18px 10px;
	transition: all 0.3s ease;
	z-index: 1;
}
.under-anc a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border: 0px solid #fff;
	border-width: 2px 2px 0 0;
	transition: all 0.3s ease;
}

.udr-footer {
	text-align: center;
	position: relative;
	z-index: 0;
	padding: 60px 0;
}
.udr-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	min-width: 1280px;
	height: 100%;
	background-color: #f7f7f7;
	z-index: -2;
}
.udr-footer .uft-contact {
	border: 4px solid #003e7f;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 780px;
	height: 280px;
	margin: 0 auto 25px;
	max-width: 100%;
	text-align: center;
	background-color: #fff;
	color: #000;
	background: url("../images/udr-img04.jpg") center no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 0;
}
.udr-footer .uft-contact::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background-color: rgba(255, 255, 255, 0.2);
}
.udr-footer .uft-contact::after {
	content: "";
	position: absolute;
	top: 50px;
	bottom: 50px;
	width: 100%;
	z-index: -1;
	background-color: rgba(255, 255, 255, 0.7);
}
.udr-footer .uft-tel {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	font-family: "Roboto", sans-serif;
}
.udr-footer .uft-tel::before {
	content: "Tel:";
	display: inline-block;
	font-size: 22px;
	color: #003e7f;
}

.main-under .under-btn {
	position: relative;
	padding: 13px 43px 11px 46px;
	background-color: #3b7dc4;
	height: 100%;
	width: 500px;
	height: 140px;
	max-width: 100%;
	margin: 30px auto 0;
	display: block;
}
.main-under .under-btn::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #d7d7d7, #ffffff);
	mix-blend-mode: multiply;
	opacity: 0.72;
	top: 0;
	left: 0;
	z-index: 1;
}
.main-under .under-btn .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #fff;
	font-weight: 200;
	font-size: 24px;
	letter-spacing: 0.2em;
	font-family: var(--ff);
	z-index: 2;
}
.main-under .under-btn .icon::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url("../images/icon-web.png");
	background-size: contain;
	background-position: center bottom 1px;
	background-repeat: no-repeat;
	margin-right: 20px;
}
.main-under .udr-bt {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3b7dc4;
	width: 300px;
	height: 80px;
	padding: 10px;
	max-width: 100%;
	margin: 30px auto 0;
	border: 2px solid #3b7dc4;
	color: #fff;
	transition: all 0.3s ease;
	line-height: 1.5;
	text-align: center;
}
.main-under .udr-bt:hover {
	background-color: #fff;
	color: #3b7dc4;
}
.main-under .udr-bt:hover::before {
	border-color: #3b7dc4;
}
.main-under .udr-bt::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 12px;
	width: 10px;
	height: 10px;
	border: 0px solid #fff;
	border-width: 1px 1px 0 0;
	transition: all 0.3s ease;
}

.under-map iframe {
	width: 100%;
}
.under-map ul {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-wrap: wrap;
}
.under-map li {
	width: 48%;
	text-align: center;
}

.u-link {
	color: #003e7f;
	text-decoration: underline;
}
.u-link:hover {
	opacity: 0.7;
	text-decoration: none;
}

.under-slider .sld-bg {
	margin-bottom: 30px;
	background-color: #eee;
	line-height: 0;
	padding: 20px;
}
.under-slider .sld-bg li {
	line-height: 0;
	letter-spacing: 0;
	height: 400px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.under-slider .sld-bg li img {
	max-width: 100%;
	max-height: 100%;
}
.under-slider .slick-slide > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.under-slider .sld-sm {
	line-height: 0;
}
.under-slider .sld-sm > div {
	margin: 0 -10px;
}
.under-slider .sld-sm li {
	line-height: 0;
	letter-spacing: 0;
	height: 140px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background-color: #eee;
	margin: 0 10px;
	border: 1px solid transparent;
	transition: all 0.4s ease;
	cursor: pointer;
}
.under-slider .sld-sm li img {
	max-width: 100%;
	max-height: 100%;
}
.under-slider .sld-sm li:hover {
	border-color: #003e7f;
}
.under-slider .sld-sm .slick-current li {
	border-color: #003e7f;
}

.under-bx + .under-slider,
.under-bx + .under-clm,
.under-bx + .tbl-wrap,
.under-bx + .under-tbl {
	margin-top: 40px;
}
.under-bx + .under-bx {
	margin-top: 50px;
}

.main-under {
	margin-top: 100px;
}
.main-under .sh3-wrapper {
	margin: 0 auto;
	position: relative;
	padding-bottom: 77px;
	z-index: 0;
}
.main-under .sh3-wrapper::before {
	content: "";
	position: absolute;
	top: 88px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	background-color: #f3f8fc;
	z-index: -1;
	min-width: 1280px;
}
.main-under .sh3-wrapper p:not(.img-r, .img-l) {
	max-width: 801px;
	margin-left: auto;
	margin-right: auto;
}
.main-under .sech3 p {
	letter-spacing: -0.3px;
}

/*============================= wp =============================*/
.post-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.post-list li {
	width: calc(25% - 20px);
	margin: 10px;
}
.post-list .post-item {
	border: 2px solid #003e7f;
	padding: 10px;
	position: relative;
	transition: all 0.4s ease;
	height: 100%;
}
.post-list .post-item:hover {
	background-color: rgba(0, 157, 220, 0.1);
}
.post-list .post-item:hover .post-img img {
	transform: scale(1.1);
}
.post-list .post-img {
	line-height: 0;
	height: 174px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #eee;
}
.post-list .post-img img {
	max-height: 100%;
	transition: all 0.4s ease;
}
.post-list .post-tt {
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 54px;
}
.under .iCase-post-img .twentytwenty-wrapper, .under .twentytwenty-container{
	max-height:166px;
}
.post-list .post-date {
	line-height: 1.4;
	position: relative;
}
.post-list .post-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.blog-detail .blog-sld {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eee;
}
.blog-detail .blog-sld img {
	max-height: 100%;
}
.blog-detail .swiper {
	height: 100%;
}
.blog-detail .blog-bg {
	margin-bottom: 20px;
	background: #eee;
	height: 500px;
}
.blog-detail .blog-bg .blog-sld {
	height: 100%;
	padding: 15px;
}
.blog-detail .blog-sm {
	height: 150px;
}
.blog-detail .blog-sm .blog-sld {
	height: 150px;
	background: #eee;
	border: 2px solid transparent;
	transition: all 0.3s ease;
}
.blog-detail .blog-sm .blog-sld:hover {
	border-color: #003e7f;
	cursor: pointer;
}
.blog-detail .swiper-slide-thumb-active .blog-sld {
	border-color: #003e7f;
	cursor: default !important;
}
.blog-detail .blog-desc {
	margin-top: 50px;
}
.blog-detail .blog-desc p {
	word-wrap: break-word;
}
.blog img{
	margin: 0 auto;
    display: flex;
}
.blog h3 {
    font-size: 30px;
    margin: 50px 0;
    text-align: center !important;
    background-color: #003e7f;
    color: #fff;
    padding: 9px 10px;
    border-radius: 4px;
	position: relative;
    line-height: 1.4;
    font-weight: bold;
}
.main-under h3.h3{
background:transparent;
padding: 0;
font-size: large;
}
.blog h4 {
    font-size: 24px;
    margin: 50px 0;
    padding-bottom: 22px;
    border-bottom: 1px solid #cccccc;
    color: #003e7f;
	position: relative;
    line-height: 1.4;
    font-weight: bold;
	text-align: left !important;
}
.case-detail .case-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 50px;
}
.case-detail .case-head li {
	width: 450px;
	max-width: 100%;
}
.case-detail .case-ab {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #003e7f;
	line-height: 1.4;
}
.case-detail .case-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 306px;
	max-width: 100%;
	margin: 0 auto;
}
.case-detail .case-img img {
	max-height: 100%;
}

.case-tbl th {
	width: 200px;
}
.case-tbl td {
	word-break: break-all;
}

.pagination {
	position: relative;
	margin-top: 40px;
}
.pagination .wp-pagenavi {
	position: relative;
	display: flex;
	justify-content: center;
}
.pagination .wp-pagenavi > a {
	border: 2px #003e7f solid;
	background-color: #003e7f;
	outline: none;
	color: #fff;
}
.pagination .wp-pagenavi > span {
	border: 2px solid #003e7f;
	color: #333;
}
.pagination .wp-pagenavi > span,
.pagination .wp-pagenavi a {
	position: relative;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	width: 45px;
	height: 45px;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination .wp-pagenavi > span.next,
.pagination .wp-pagenavi > span.prev,
.pagination .wp-pagenavi a.next,
.pagination .wp-pagenavi a.prev {
	width: auto;
	padding: 10px 20px;
}

@media screen and (max-width: 750px) {
	.post-list li {
		width: calc(50% - 20px);
	}
	.post-list .post-img {
		height: 28.933vw;
	}

	.blog-detail .blog-bg {
		margin-bottom: 10px;
		height: 53.333vw;
	}
	.blog-detail .blog-sm .blog-sld {
		height: 14.667vw;
	}
	.blog-detail .blog-desc {
		margin-top: 20px;
	}
	.blog-detail .blog-sm {
		height: 14.667vw;
	}

	.case-detail .case-head {
		margin-bottom: 30px;
	}
	.case-detail .case-head li {
		width: 450px;
		margin-bottom: 40px;
	}
	.case-detail .case-head li:last-child {
		margin-bottom: 0;
	}
	.case-detail .case-ab {
		font-size: 24px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 475px) {
	.post-list {
		width: 300px;
		max-width: 100%;
		margin: 0 auto;
	}
	.post-list li {
		margin: 0 0 10px;
		width: 100%;
	}
	.post-list li:last-child {
		margin-bottom: 0;
	}
	.post-list .post-img {
		height: 184px;
	}

	.blog-detail .blog-bg {
		height: 60vw;
	}
	.blog-detail .blog-sm {
		height: 18.947vw;
	}
	.blog-detail .blog-sm .blog-sld {
		height: 18.947vw;
	}

	.case-detail .case-head li {
		width: 90%;
	}
	.case-detail .case-ab {
		font-size: 16px;
	}
	.case-detail .case-img {
		height: 57.684vw;
	}
}
.under .pediatric .under-visual {
	background-image: url(../images/pediatric01.jpg);
}
.under .pediatric .under-visual h2 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
}
.under .pediatric .navi > li > a .jps,
.under .pediatric .navi > li > label .jps {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}
.under .pediatric .navi-lv2 li a {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}
.under .pediatric .h3 .h3-jp {
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #fb5329;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px,
		rgb(255, 255, 255) 2.83487px 0.981584px 0px,
		rgb(255, 255, 255) 2.35766px 1.85511px 0px,
		rgb(255, 255, 255) 1.62091px 2.52441px 0px,
		rgb(255, 255, 255) 0.705713px 2.91581px 0px,
		rgb(255, 255, 255) -0.287171px 2.98622px 0px,
		rgb(255, 255, 255) -1.24844px 2.72789px 0px,
		rgb(255, 255, 255) -2.07227px 2.16926px 0px,
		rgb(255, 255, 255) -2.66798px 1.37182px 0px,
		rgb(255, 255, 255) -2.96998px 0.42336px 0px,
		rgb(255, 255, 255) -2.94502px -0.571704px 0px,
		rgb(255, 255, 255) -2.59586px -1.50383px 0px,
		rgb(255, 255, 255) -1.96093px -2.27041px 0px,
		rgb(255, 255, 255) -1.11013px -2.78704px 0px,
		rgb(255, 255, 255) -0.137119px -2.99686px 0px,
		rgb(255, 255, 255) 0.850987px -2.87677px 0px,
		rgb(255, 255, 255) 1.74541px -2.43999px 0px,
		rgb(255, 255, 255) 2.44769px -1.73459px 0px,
		rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
.under .pediatric .sh3-wrapper::before {
	background-color: #ffbd28;
}
.under .pediatric .h4 {
	background-color: #ffbd28;
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #fb5329;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px,
		rgb(255, 255, 255) 2.83487px 0.981584px 0px,
		rgb(255, 255, 255) 2.35766px 1.85511px 0px,
		rgb(255, 255, 255) 1.62091px 2.52441px 0px,
		rgb(255, 255, 255) 0.705713px 2.91581px 0px,
		rgb(255, 255, 255) -0.287171px 2.98622px 0px,
		rgb(255, 255, 255) -1.24844px 2.72789px 0px,
		rgb(255, 255, 255) -2.07227px 2.16926px 0px,
		rgb(255, 255, 255) -2.66798px 1.37182px 0px,
		rgb(255, 255, 255) -2.96998px 0.42336px 0px,
		rgb(255, 255, 255) -2.94502px -0.571704px 0px,
		rgb(255, 255, 255) -2.59586px -1.50383px 0px,
		rgb(255, 255, 255) -1.96093px -2.27041px 0px,
		rgb(255, 255, 255) -1.11013px -2.78704px 0px,
		rgb(255, 255, 255) -0.137119px -2.99686px 0px,
		rgb(255, 255, 255) 0.850987px -2.87677px 0px,
		rgb(255, 255, 255) 1.74541px -2.43999px 0px,
		rgb(255, 255, 255) 2.44769px -1.73459px 0px,
		rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
.under .pediatric .h5 {
	color: #fb5329;
}
.under .pediatric .under-pickup::before {
	background-image: url(../images/pediatric02.jpg);
}
.under .pediatric .under-pickup .pu-en::before,
.under .pediatric .under-pickup .pu-en::after {
	background-color: #333;
}
.under .pediatric .under-pickup .pu-wrapper::before,
.under .pediatric .under-pickup .pu-wrapper {
	border-color: #333;
}
.under .pediatric .under-pickup .pu-en,
.under .pediatric .under-pickup .pu-title {
	font-family: "M PLUS Rounded 1c", sans-serif;
}
.under .pediatric .under-pickup .pu-en {
	color: #333;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px,
		rgb(255, 255, 255) 2.83487px 0.981584px 0px,
		rgb(255, 255, 255) 2.35766px 1.85511px 0px,
		rgb(255, 255, 255) 1.62091px 2.52441px 0px,
		rgb(255, 255, 255) 0.705713px 2.91581px 0px,
		rgb(255, 255, 255) -0.287171px 2.98622px 0px,
		rgb(255, 255, 255) -1.24844px 2.72789px 0px,
		rgb(255, 255, 255) -2.07227px 2.16926px 0px,
		rgb(255, 255, 255) -2.66798px 1.37182px 0px,
		rgb(255, 255, 255) -2.96998px 0.42336px 0px,
		rgb(255, 255, 255) -2.94502px -0.571704px 0px,
		rgb(255, 255, 255) -2.59586px -1.50383px 0px,
		rgb(255, 255, 255) -1.96093px -2.27041px 0px,
		rgb(255, 255, 255) -1.11013px -2.78704px 0px,
		rgb(255, 255, 255) -0.137119px -2.99686px 0px,
		rgb(255, 255, 255) 0.850987px -2.87677px 0px,
		rgb(255, 255, 255) 1.74541px -2.43999px 0px,
		rgb(255, 255, 255) 2.44769px -1.73459px 0px,
		rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
.under .pediatric .under-pickup p {
	color: #333;
	text-shadow: rgb(255, 255, 255) 2px 0px 0px,
		rgb(255, 255, 255) 1.75517px 0.958851px 0px,
		rgb(255, 255, 255) 1.0806px 1.68294px 0px,
		rgb(255, 255, 255) 0.141474px 1.99499px 0px,
		rgb(255, 255, 255) -0.832294px 1.81859px 0px,
		rgb(255, 255, 255) -1.60229px 1.19694px 0px,
		rgb(255, 255, 255) -1.97998px 0.28224px 0px,
		rgb(255, 255, 255) -1.87291px -0.701566px 0px,
		rgb(255, 255, 255) -1.30729px -1.5136px 0px,
		rgb(255, 255, 255) -0.421592px -1.95506px 0px,
		rgb(255, 255, 255) 0.567324px -1.91785px 0px,
		rgb(255, 255, 255) 1.41734px -1.41108px 0px,
		rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
.under .pediatric .under-pickup .pu-title {
	color: #fb5329;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px,
		rgb(255, 255, 255) 2.83487px 0.981584px 0px,
		rgb(255, 255, 255) 2.35766px 1.85511px 0px,
		rgb(255, 255, 255) 1.62091px 2.52441px 0px,
		rgb(255, 255, 255) 0.705713px 2.91581px 0px,
		rgb(255, 255, 255) -0.287171px 2.98622px 0px,
		rgb(255, 255, 255) -1.24844px 2.72789px 0px,
		rgb(255, 255, 255) -2.07227px 2.16926px 0px,
		rgb(255, 255, 255) -2.66798px 1.37182px 0px,
		rgb(255, 255, 255) -2.96998px 0.42336px 0px,
		rgb(255, 255, 255) -2.94502px -0.571704px 0px,
		rgb(255, 255, 255) -2.59586px -1.50383px 0px,
		rgb(255, 255, 255) -1.96093px -2.27041px 0px,
		rgb(255, 255, 255) -1.11013px -2.78704px 0px,
		rgb(255, 255, 255) -0.137119px -2.99686px 0px,
		rgb(255, 255, 255) 0.850987px -2.87677px 0px,
		rgb(255, 255, 255) 1.74541px -2.43999px 0px,
		rgb(255, 255, 255) 2.44769px -1.73459px 0px,
		rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.table500 {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}
.table500 .under-tbl td,
.table500 .under-tbl th {
	padding: 10px;
}
.table500 tr th:first-child {
	width: 143px;
}

.pediatric .img-c::before,
.pediatric .img-r::before,
.pediatric .img-l::before {
	background-color: #ffbd28;
}

.pediatric .h3 .h3-en {
	color: #fb5329;
}

.pediatric .h3 .h3-en::before {
	background-color: #ffbd28;
}

.pediatric .hcontact-web {
	background-color: #fb5329;
}

.pediatric .hcontact-web .icon {
	font-family: "Zen Maru Gothic", sans-serif;
}

.pediatric .hcontact-web .hc-tt {
	font-family: "Zen Maru Gothic", sans-serif;
}

.pediatric .hcontact-info {
	background-color: #fccfc4;
}

.pediatric .hcontact-phone .num {
	color: #fb5329;
	background-image: url("../images/icon-phone02.png");
}

.pediatric .hcontact-info .clr {
	color: #fb5329;
}

.under .pediatric .hmenu-wrap {
	background-color: #fb5329;
}

.pediatric .navi > li > a .ens,
.pediatric .navi > li > label .ens {
	color: #ffbd28;
}

.pediatric .ft-contact {
	background-color: #fccfc4;
}

.pediatric .ft-contact .hcontact-phone .num {
	color: #000;
	filter: brightness(0);
}

.pediatric .ft-contact .hcontact-phone .loca {
	color: #000;
}

.pediatric .ft-contact .flogo img {
	filter: brightness(0);
}

.pediatric .ft-menu {
	background-color: #fb5329;
}

.pediatric .ft-navi > li::before {
	background-color: #f68366;
}

.pediatric .hlogo {
	background-color: #fb5329;
}

.under-row {
	display: flex;
	flex-wrap: wrap;
	background-color: #f3f8fc;
}

.under-row .under-list {
	width: 30%;
	margin: 0;
}

.tbl-img {
	text-align: center;
}

.btn-center .iBtn {
	background-color: #3b7dc4;
}

/*============================= HACK CSS =============================*/
/* IE */
/* EGDE */
/* FIREFOX */
@-moz-document url-prefix() {
}
/* Safari 10.1+ (which is the latest version of Safari at this time) */

/*# sourceMappingURL=under.css.map */



.under .case-detail h3 {
font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #003e7f;
  text-align: center;
  margin-bottom: 30px;
}

.under .case-detail h4 {
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
	background-color: #003e7f;
	color: #fff;
	padding: 9px 10px;
	border-radius: 4px;
}
.under .case-detail h5 {
	font-size: 24px;
	margin-bottom: 50px;
	padding-bottom: 22px;
	border-bottom: 1px solid #cccccc;
	color: #003e7f;
}
.under .case-detail h6 {
	font-size: 22px;
	margin-bottom: 20px;
}

.under .case-detail h3,
.under .case-detail h4,
.under .case-detail h5,
.under .case-detail h6{
	position: relative;
	line-height: 1.4;
	font-weight: bold;
}