@charset "UTF-8";

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


/*共通
---------------------------------------------------------*/
.img_cnt_box{
	margin-bottom:65px;
}
.img_cnt_box .img_box{
	max-width:978px;
	margin: 0 auto 65px auto;
}
.img_cnt_box .txt_box .ft_shuei{
	color:#3c83b0;
	font-size:175%;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

/*point_list*/
.point_list{
	border-top: 3px solid #3c83b0;
	border-bottom: 3px solid #3c83b0;
}
.point_list > li{
	padding: 40px 0;
	border-bottom: 1px solid #a4a096;
}
.point_list > li:last-child{
	border-bottom: none;
}
.point_list > li .fltbox{
	max-width:1100px;
	margin: 0 auto;
}
.point_list > li .fltbox .img_box{
	max-width:295px;
	width: 27%;
	float: left;
}
.point_list > li .fltbox .txt_box{
	width: 69%;
	float: right;
}
.point_list > li .fltbox .txt_box h5{
	color:#3c83b0;
	font-size:150%;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.point_list > li .fltbox .txt_box h5 span{
	display: block;
	padding-left: 1.3em;
	position: relative;
}
.point_list > li .fltbox .txt_box h5 span::before {
	font-family: 'fontello';
	content: '\e802';
	font-size: 70%;
	position: absolute;
	left: 0;
	top:0;
	font-weight: normal;
	color:#80cac6;
}
.point_list > li .com_btn1{
	margin-top: 30px;
}

/*covid_lead*/
.covid_lead{
	text-align: center;
}
.covid_lead .ft_shuei{
	font-size:200%;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.com_bnrbox1 dd li{
	background-image:url("../images/covid19/com_bnr1_covid@2x.jpg");
}
.com_bnrbox1 dd li:last-child{
	background-image:url("../images/covid19/com_bnr1_clean@2x.jpg");
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.img_cnt_box{
	margin-bottom:40px;
}
.img_cnt_box .img_box{
	margin: 0 auto 30px auto;
}
.img_cnt_box .txt_box .ft_shuei{
	font-size:150%;
	margin-bottom: 15px;
}

/*point_list*/
.point_list > li{
	padding: 30px 0;
}
.point_list > li .fltbox .img_box{
	width: 29%;
}
.point_list > li .fltbox .txt_box{
	width: 67%;
}
.point_list > li .fltbox .txt_box h5{
	font-size:120%;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.point_list > li .fltbox .txt_box h5 span{
	padding-left: 1em;
}
.point_list > li .fltbox .txt_box h5 span::before {
	font-size: 60%;
}
.point_list > li .com_btn1{
	margin-top: 20px;
}

/*covid_lead*/
.covid_lead .ft_shuei{
	font-size:170%;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.img_cnt_box{
	margin-bottom:10%;
}
.img_cnt_box .img_box{
	margin: 0 auto 6% auto;
}
.img_cnt_box .txt_box .ft_shuei{
	font-size:5vw;
	letter-spacing: 0.05em;
	margin-bottom:2%;
}

/*point_list*/
.point_list > li{
	padding: 8% 0;
}
.point_list > li .fltbox .img_box{
	width: 60%;
	margin: 0 auto 5% auto;
	float: none;
}
.point_list > li .fltbox .txt_box{
	width: 100%;
	float: none;
}
.point_list > li .fltbox .txt_box h5{
	font-size:5.1vw;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-bottom: 1.5%;
}
.point_list > li .fltbox .txt_box h5 span{
	padding-left: 0.9em;
}
.point_list > li .fltbox .txt_box h5 span::before {
	font-size: 3.4vw;
}
.point_list > li .com_btn1{
	margin-top: 4%;
}

/*covid_lead*/
.covid_lead .ft_shuei{
	font-size:6.1vw;
	letter-spacing: 0.05em;
	margin-bottom: 3%;
}
.covid_lead p{
	text-align:left;
}
}





/*感染対策アニメーション動画
---------------------------------------------------------*/
.box4 .bgbox{
	position:relative;
	padding-top: 70px;
}
.box4 .bgbox::before{
	position:absolute;
	display: block;
	content: "";
	left: 0;
	top: 0;
	z-index: -1;
	background:rgba(232,243,147,0.38);
	width: 100%;
	height: 512px;
}
.box4 .covid_lead .ft_shuei{
	color:#a7912d;
}
.box4 .movie_link{
	max-width:740px;
	margin: 0 auto;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box4 .bgbox{
	padding-top: 60px;
}
.box4 .bgbox::before{
	height: 50vw;
}
.box4 .movie_link{
	width: 70%;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box4 .bgbox{
	padding-top: 10%;
}
.box4 .bgbox::before{
	height: 100vw;
}
.box4 .movie_link{
	width: 90%;}
}






/*患者さまへ感染対策のお願い
---------------------------------------------------------*/
.box5 .bgbox{
	position:relative;
	padding-top: 70px;
}
.box5 .covid_lead .ft_shuei{
	color:#3c83b0;
}
.box5 .bgbox::before{
	position:absolute;
	display: block;
	content: "";
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 442px;
background: -moz-linear-gradient(top,  rgba(224,247,255,1) 0%, rgba(224,247,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(224,247,255,1) 0%,rgba(224,247,255,0) 100%);
background: linear-gradient(to bottom,  rgba(224,247,255,1) 0%,rgba(224,247,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f7ff', endColorstr='#00e0f7ff',GradientType=0 );
	}

.box5 .please_list > li{
	float:left;
	width: 30%;
	margin-right: 5%;
}
.box5 .please_list > li:last-child{
	margin-right: 0;
}
.box5 .please_list > li .img_box{
	padding-bottom:30px;
	position: relative;
	margin-bottom: 30px;
}
.box5 .please_list > li .rel_img{
	margin: 0 0 0 auto;
	width: 95%;
}
.box5 .please_list > li .abs_title{
	position: absolute;
	left: 0;
	bottom:0;
	max-width: 235px;
	margin: 0 auto 0 0;
	width: 80%;
	min-height: 91px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:center center;
	background-image:url("../images/covid19/please_bg1@2x.png");
}
.box5 .please_list > li:nth-child(2) .abs_title{background-image:url("../images/covid19/please_bg2@2x.png");}
.box5 .please_list > li .abs_title p{
	color:#ffffff;
	font-size:140%;
	line-height: 1.2em;
	padding: 17px 0 0 25px;
}
.box5 .please_list > li:nth-child(3) .abs_title p{
	padding-top:calc(17px + 0.5em);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box5 .bgbox{
	padding-top: 60px;
}
.box5 .bgbox::before{
	height: 300px;
	}

.box5 .please_list > li{
	width: 31.333%;
	margin-right: 3%;
}
.box5 .please_list > li .img_box{
	padding-bottom:20px;
	margin-bottom: 20px;
}
.box5 .please_list > li .abs_title{
	min-height: 4.2em;
}
.box5 .please_list > li .abs_title p{
	font-size:2.5vw;
	line-height: 1.2em;
	padding: 10px 0 0 20px;
}
.box5 .please_list > li:nth-child(3) .abs_title p{
	padding-top:calc(10px + 0.7em);}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box5 .bgbox{
	padding-top: 10%;
}
.box5 .bgbox::before{
	height: 40vw;
	}

.box5 .please_list > li{
	float:none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10%;
	padding-bottom: 8%;
	border-bottom:1px solid rgba(60,131,176,0.50);
}
.box5 .please_list > li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom:none;
}
.box5 .please_list > li .img_box{
	max-width: 362px;
	margin: 0 auto 5% auto;
	padding-bottom:5vw;
	width: 70%;
}
.box5 .please_list > li .rel_img{
	margin: 0 0 0 auto;
	width: 90%;
}
.box5 .please_list > li .abs_title{
	max-width: 100%;
	width: 80%;
	min-height: 18vw;
}
.box5 .please_list > li .abs_title p{
	font-size:5.5vw;
	line-height: 1.2em;
	padding: 0.5em 0 0 1em;
}
.box5 .please_list > li:nth-child(3) .abs_title p{
	padding-top:calc(0.5em + 0.5em);
}
}






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

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

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


