@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

/*PageTitle*/
#pagetitle {
	background: url(../img/vaccination_img/pagetitle_bg.jpg);
	background-size: 100% auto;
}
/*-------------------------------------------------------- contents */
.container {
	margin: 10px 10px 20px;
	border-radius: 10px;
	border: solid 3px #5ec5f8;
	background: #fff;
}
.list_type {
	margin-top: 10px;
}
.list_type li {
	width: 260px;
	padding: 10px;
	border-radius: 10px;
	margin: 0 auto 10px;
}
.list_type li h4 {
	margin: 0 auto 10px;
	text-align: center;
}
.list_type li h4 span {
	display: inline-block;
	padding: 8px 30px;
	font-family: 'GENJMedium', sans-serif;
	font-size: 18px;
	line-height: 1.1;
	color: #fff;
	border-radius: 50px;
}
.list_type li p {
	text-align: left;
}
.p_tx {
	margin: 10px;
}
.scroll_tx {
	margin: 10px;
	font-weight: bold;
	background: url(../img/common_img/scroll.png) no-repeat;
	background-position: center right;
	background-size: 10% auto;
	padding: 10px 0;
}
/*------------ sec02 */
#sec02 .list_type li:first-child {
	background: rgba(254,94,94,0.2);
}
#sec02 .list_type li:first-child h4 span {
	background: rgba(254,94,94,1.0);
}
#sec02 .list_type li:nth-child(2) {
	background: rgba(254,131,0,0.2);
	margin-bottom: 0;
}
#sec02 .list_type li:nth-child(2) h4 span {
	background: rgba(254,131,0,1.0);
}
/*------------ sec03 */
#sec03 .list_type li:first-child {
	background: rgba(101,179,18,0.2);
}
#sec03 .list_type li:first-child h4 span {
	background: rgba(101,179,18,1.0);
}
#sec03 .list_type li:nth-child(2) {
	background: rgba(65,182,255,0.2);
}
#sec03 .list_type li:nth-child(2) h4 span {
	background: rgba(65,182,255,1.0);
}
/*------------ sec04 */
#sec04 table {
	width: 600px;
	margin-left: -10px;
	border-collapse: collapse;
	border-top: 2px solid #8cd9ff;
	border-left: 2px solid #8cd9ff;
}
#sec04 table tr th, #sec04 table tr td {
	padding: 8px;
	border-right: 2px solid #8cd9ff;
	border-bottom: 2px solid #8cd9ff;
	vertical-align: middle;
}
#sec04 table tr th {
	font-family: "NotoSansBold", "sans-serif";
	font-size: 14px;
}
#sec04 table tr:first-child th {
	color: #0186c8;
	background: #d1f0ff;
}
#sec04 table tr td img {
	display: block;
	padding: 5px 0;
	margin: 0 auto;
  width: 50px;
}
#sec04 table tr:nth-child(2n+1) {
	background: #ffffd7;
}
#sec04 table tr th:first-of-type {
  width: 18%;
}

#sec04 table tr th:nth-of-type(2) {
  width: 10%;
}

#sec04 table tr th:nth-of-type(3) {
  width: 36%;
}

#sec04 table tr th:nth-of-type(4) {
  width: 36%;
}

#sec04 p.note {
	margin: 10px;
}
#sec04 p.note strong {
	font-size: 18px;
	margin-right: 20px;
}
#sec04 p.note img {
	margin-right: 5px;
	width: 17%;
	height: auto;
}
#sec04 h4.title02 {
	background: rgba(1,134,200,1.00);
	padding: 8px 15px;
	margin: 10px;
	border-radius: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#sec04 h4.title02.tit01 {
	background: rgba(254,94,94,1.00);
}

/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
 overflow: auto;
 padding: 10px;
 margin: 0 10px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}


/* sec05 */
#sec05.container {
  padding: 0 15px;
  border-color: #dd0000;
}

#sec05 p.tx01, #sec05 p.tx02 {
  margin-top: 1em;
  font-family: 'GENJMedium', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
#sec05 p.tx02 {
  margin-top: 0.5em;
  color: #e00;
}
#sec05 p.tx03 {
  margin-top: 1.0em;
	margin-bottom: 1.0em;
  line-height: 1.3;
}
#sec05 h3 {
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  font-family: 'GENJMedium', sans-serif;
  font-size: 19px;
  line-height: 1.3;
  color: #f44a4a;
  text-align: center;

}

#sec05 dl {
  border-radius: 6px;
  margin: 0 auto 10px;
  text-align: center;
}

#sec05 dl dt {
  display: inline-block;
  border-radius: 50px;
  padding: 0em 2em;
  font-family: 'GENJMedium', sans-serif;
  font-size: 18px;
  color: #fff;
  background: rgba(254, 94, 94, 1.0);
}

#sec05 dl dd {
  padding-top: 0.5em;
}

#sec05 dl dd p {
  font-size: 16px;
}

#sec05 dl dd p.tel_tx {
  font-size: 24px;
  font-family: 'GENJMedium', sans-serif;
    color: #f85656;
}

#sec05 dl dd p.tel_tx a{
  color: #f85656;
}
.tx_color01{
 color: #62DC00 !important;
}
