@charset "UTF-8";

.p-whitening img {
  width:100%;
  height: auto;
}

.p-whitening .l-main__inner {
	z-index: 8000;
}
.p-whitening img.covid-19Mv {
  aspect-ratio: 1151 / 500;
}
.p-whitening img.indexTitle {
  aspect-ratio: 100 / 30;
}
.p-whitening img.covid-19Comorbidities {
  aspect-ratio: 586 / 507;
}
.p-whitening img.covid-19Comorbidities {
  aspect-ratio: 792 / 577;
}
.p-whitening img.fluRateSvg {
  aspect-ratio: 319.82 / 190.743;
}

.mv-corona {
  margin: 2rem auto 3rem;
  text-align: center;
}
.mv-corona img {
  max-width: 100%;
}
.c-title__main {
  margin: 0 auto 2rem;
}
.box-caption {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem 2.5rem;
}
.contentbox {
  margin-top: 60px;
}
.p-whitening > section, .p-whitening > div section {
  padding: 0;
}
.p-covid_content {
  padding: 2rem 2rem;
}
.text-highlight {
  color: #ce507c !important;
  background-image: linear-gradient(transparent 70%, #fff766 70%);
}

@media (max-width: 767px) {
  .mv-corona {
    margin: 1rem auto 1.5rem;
    text-align: center;
  }
  .c-title__main {
    margin: 0 auto 1.5rem;
  }
  .box-caption {
    padding: 0 1rem 2rem;
  }
  .contentbox {
    margin-top: 30px;
  }
  .p-covid_content {
    padding: 2rem 1.5rem;
  }
}

/* add */
.SP{display: none;}
.c-title__main{
	font-size: 27px !important;
	padding:60px 0 0;
}
.text-highlight {
  color: #EC6D81 !important;
  background-image:none !important;
}
/* 目次　*/
.contents-table_ttl{
  font-size: 20px;
  color: #b39a7a;
  text-align: center;
  margin: 10px 0 15px;
}
.contents-table{
  width: 70%;
  font-size: 16px;
  margin: 35px auto;
  padding: 1em 2em;
  border: 2px solid #b39a7a;
  border-radius: 8px;
}
.contents-table ol{
  counter-reset: countno;
}
.contents-table li{
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.contents-table li:before{
  counter-increment: countno;
  content: counter(  countno) ". ";
}
.contents-table li a{
  line-height: 1.8;
  color: #510F13;
}
.contents-table {
  border: 2px solid #004EA2 !important;
  border-radius: 0 !important;
	padding:25px 60px 40px !important;
}
.contents-table_ttl img{
	width: 4em;
	display: block;
	margin:0 auto;
}
.contents-table li{
	padding:0.3em 0 !important;
}
.contents-table li::before{
	color:#004EA2 !important;
}
.contents-table li a{
	color:#000 !important;
}
.p-whitening .wrap{
	max-width: 900px !important;
	min-width: auto !important;
}
.contentbox{
	max-width: 100% !important;
	background: #D9E5F1 !important;
}
.l-main__inner__child{
	max-width: 900px !important;
}
.c-title__cross{
	text-align: center !important;
	color:#004EA2 !important;
	font-weight: 700 !important;
	padding:20px 0 !important;
}
.imgbox1{
	width: 60% !important;
	margin:0 auto;
	padding:40px 0 30px !important;
}
.imgbox2{
	float: right;
	width: 45%;
}
.imgbox2 img{
	width: 100%;
	height: auto;
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix{display: inline-block;} 
.imgbox3{
	width: 60% !important;
	margin:0 auto;
}
.imgbox3 img{
	max-width: 100%;
	height: auto;
}

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 

.shindan{
	border: solid 1px #004EA2;
	margin-bottom:15px;
}
.shindan h3{
	background: #004EA2;
	text-align: center;
	color:#fff;
	font-weight: 700;
	font-size: 20px;
	padding:0.8em;
}
.shindan .inner{
	background: #fff;
	padding:30px 40px 40px;
	position: relative;
}
.shindan h4{
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4em;
	padding-bottom:0.5em;
	margin-bottom:10px;
}
.shindan .flex{
  display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
 align-items: center; /* 縦方向中央揃え */	
	width: 75%;
	padding-bottom:20px;
}
.shindan .flex .price{
	font-size: 2.5em;
	font-weight: 700;
	color:#004EA2;
	width:25%;
}
.shindan .flex .price span{
	font-size: 0.7em;
}
.shindan .flex .time{
	background: #E7F5FB;
	width: 70%;
	padding:5px 15px;
	text-align:left;
	font-size: 1em;
	line-height: 1.4em;
}
.shindan .flex .time span{
	font-size: 0.8em;
}
.shindan .txt1{
	width: 100%;
	line-height: 1.8em;
	padding-bottom:20px;
}
.shindan .txt2{
	width: 100%;
	padding:20px 0;
	border-top:solid 1px #004EA2;
	line-height: 1.8em;
}
.newbtn_pink::before {
  content: '';
  display: block;
  width: 35px;
  height: 32px;
  background: url("/common/img/header_icon_reserve.svg") no-repeat 50%;
  background-size: auto 32px;
  margin-right: 0.5em;
}
.menutopttl{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color:#666666;
	padding-bottom:1em;
}
.menubottomtxt{
	font-size: 12px;
	color:#666;
	padding-bottom:40px;
}
@media (max-width: 767px) {
	.SP{display: block;}
	
.c-title__main{
	font-size: 25px !important;
	padding:8vw 0 0;
}

	.p-whitening .wrap{
		padding:0 !important;
		margin:0 auto;
		width: 90vw !important;
	}
/* 目次　*/
.contents-table_ttl{
  font-size: 20px;
  color: #b39a7a;
  text-align: center;
  margin: 10px 0 15px;
}
.contents-table{
  width: 100%;
  font-size: 16px;
  margin: 1.5em auto;
  padding: 1em 2em;
  border: 2px solid #b39a7a;
  border-radius: 8px;
}

.contents-table {
  border: 2px solid #004EA2 !important;
  border-radius: 0 !important;
	padding:1.5em 3em !important;
}

.contentbox{
	max-width: 100% !important;
	background: #D9E5F1 !important;
	padding:6vw 4vw !important;
}
	.box-caption{
		padding:0 !important;
		text-align: center !important;
	}	
	.box-caption p{
		text-align: center !important;
	}
	.sp_fixed_cv{
		z-index: 9999 !important;
	}
.l-main__inner__child{
	max-width: 900px !important;
}
.c-title__cross{
	text-align: left !important;
	padding:15px 0 !important;
}
.imgbox1{
	width: 100% !important;
	margin:0 auto;
	padding:40px 0 10px !important;
}
	.u-mt3{
		margin-top:1.5rem !important;
	}
.imgbox2{
	float: none;
	width: 100%;
}
.imgbox2 img{
	width: 100%;
	height: auto;
}
.imgbox3{
	width: 100% !important;
	margin:0 auto;
}
.imgbox3 img{
	max-width: 100%;
	height: auto;
}

.shindan{
	border: solid 1px #004EA2;
	margin-bottom:15px;
}
.shindan h3{
	background: #004EA2;
	text-align: center;
	color:#fff;
	font-weight: 700;
	font-size: 20px;
	padding:0.8em;
}
.shindan .inner{
	background: #fff;
	padding:1em;
	position: relative;
}
.shindan h4{
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4em;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
}
.shindan .flex{
  display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
 align-items: center; /* 縦方向中央揃え */	
	width: 100%;
	padding-bottom:15px;
}
.shindan .flex .box{
	width: 70%;
}
.shindan .flex .price{
	font-size: 2em;
	font-weight: 700;
	color:#004EA2;
	width:100%;
	padding-bottom:10px;
}
.shindan .flex .price span{
	font-size: 0.7em;
}
.shindan .flex .time{
	background: #E7F5FB;
	width: 100%;
	padding:5px 15px;
	text-align:left;
	font-size: 1em;
	line-height: 1.4em;
}
.shindan .flex .time span{
	font-size: 0.8em;
}
.shindan .txt1{
	width: 100%;
	line-height: 1.8em;
	margin-bottom:-2em !important;
}
.shindan .flex .pic{
	width: 26%;
}
.main_contents_bottom{
	line-height: 1.7em;
	padding-left: 0;
	margin:0;
	font-size: 0.9em;
}	
.newbtn_pink {
  width: 100%;
  max-width: 100%;
  height: 62px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  background: #ec6d81;
  border-bottom: 5px solid #AB2945;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition:all 0.4s;
}	
	.shindan .txt2{
		padding-bottom:0 !important;
	}
.menutopttl{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color:#666666;
	padding-bottom:1em;
}
.menubottomtxt{
	font-size: 12px;
	color:#666;
	padding-bottom:40px;
}	
	.u-pb4{
		padding-bottom:0 !important;
	}
}
