@charset "UTF-8";

.contentpage .m_img {background-image: url("../images/medical/blue/m_img@2x.jpg");}



/*box2
---------------------------------------------------------*/
.box2 .point{
	max-width: 805px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.box2 .com_pickup .youtube{
	max-width: 660px;
	height: 372px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.box2 .com_b_border{
	padding-bottom: 40px;
}
.box2 .recommend_list{
	display: flex;
	justify-content: space-between;
	font-size: min(90%,1.3vw);
	letter-spacing: 0.05em;
	line-height: 1.8em;
	text-align: center;
}
.box2 .recommend_list li{
	max-width: 330px;
	width: 32.5%;
	padding: 0 0 3em;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.box2 .recommend_list li::before{
	position: absolute;
	content: "";
	background: #faf4ed;
	width: 100%;
	height: calc(100% - 1.53em);
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	border-radius: 1.18em;
	z-index: -1;
}
.box2 .recommend_list li div{
	max-width: 111px;
	width: 6.529412em;
	margin: 0 auto 1.9em;
	text-align: center;
}
.box2 .recommend_list li dt{
	font-size: 118%;
	letter-spacing: 0.05em;
	line-height: 1.65em;
	margin-bottom: 0.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .com_pickup .youtube{
	width: 100%;
    height: 35.5vw;
}
.box2 .recommend .com_b_border{
	padding-bottom: 4%;
}
.box2 .recommend_list{
	font-size: min(90%,1.43vw);
	letter-spacing: 0.03em;
}
.box2 .recommend_list li dt{
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .point{
	max-width: 600px;
}
.box2 .com_pickup .youtube{
	width: 100%;
    height: 42.7vw;
}
.box2 .recommend .com_b_border{
	padding-bottom: 6%;
}
.box2 .recommend_list{
	display: block;
	font-size:90%;
	line-height: 1.8em;
}
.box2 .recommend_list li{
	max-width: 100%;
	width: 100%;
	padding: 0 5% 6%;
	margin-top: 5%;
}
.box2 .recommend_list li:first-child{
	margin-top: 0;
}
.box2 .recommend_list li div{
	margin: 0 auto 1.4em;
	text-align: center;
}
}



/*box3
---------------------------------------------------------*/
.box3 .com_pickup {
  border: solid 1px #4bbba1;
}
.box3 .com_pickup .pick_inbox{
	max-width: 890px;
}
.box3 .com_pickup .pick_inbox .com_list1 li{
	margin-top: 0.8em;
}
.box3 .com_pickup .pick_inbox .com_list1 li:first-child{
	margin-top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}
