﻿
@charset="UTF-8"

*, *:before, *:after {
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
.box {
	display: inline-block;
	width: 48%;
	border: 0px solid #ccc;
	xmargin: 0;
	padding: 10px 0;
	}/*各ボックス幅を50%に、ボーダーの線幅を0px*/

.yt_box{
	margin:0 auto;
	text-align:center;
	width:100%;
	}
.yt_text{
	margin:5px auto;
	font-size:50%;
}
	
@media only screen and (max-width:768px) {
.box {display: block;width: 98%;margin: 0 auto 5px auto;}
.box iframe{width:100%;}
.yt_box iframe{width:100%;}
}/*画面の幅が480px以下になるとblock要素になり縦並びに*/

.leaflet{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin:0 auto;
	width:90%;
	}
.leaflet img{
	width:50%;
	}
.leaflet .image{
	width:40%;
	text-align:center;
	padding:1em 0;
	border:1px solid sred;
	}
.leaflet .text{
	font-size:90%;
	}
.text a{
	padding-left:1.5em;
	}
.link{
	max-width:90%;
	margin:0 0 2em 2em ;
	}
.link a {
	padding-left:1.5em;
	}
.link_pdf {
	font-size:75%;
	margin:0 0 2em 1em;
	}
.link_pdf a:after {
	content: url("../vaccine/pdf_icon.gif");
	vertical-align:middle;
	margin:0 5px;
	}
.text a:after {
	content: url("../vaccine/pdf_icon.gif");
	vertical-align:middle;
	margin:0 5px;
	}

@media only screen and (max-width:640px) {
.leaflet .image{
	width:90%;
	}
.text a{
	padding-left:2em;
	}
.link{
	margin-left:1em;
	}
.link a {
	padding-left:2em;
	}
}

html {
	font-size: 62.5%;
	}
h1.lede {
	font-family: "HiraKakuPro",-apple-system, "Lucida Grande", "Helvetica Neue", sans-serif !important;
	color: black;
	font-size:120% !important;
	font-weight: normal;
	text-indent: 1em;
	margin-bottom: 0.5em; padding: 0 !important;
	letter-spacing: .08rem !important;
	}
.container .date-sns {
	position: relative;
	top: 10px;
	}
main {
	background-image: none;
	background-color: white;
	}
.res-columns,
.columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	width: 100%;
}

dl.qanda{
	padding: 0;
	margin-top:1em;
	margin-bottom: 1em;
	width: auto;
	}
dt.question {
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 3em;
	padding-right: 1em;
	margin: 0 0 0.5em;
	border: none;
	font-size: 120%;
	text-indent: 0;
	}
dd.answer {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 3em;
	padding-right: 1em;
	margin-top: 0;
	margin-bottom: 0.5em !important;
	margin-left: 0;
	margin-right: 0;
	font-size: 120%;
	text-indent: 0;
	}
.sectionhead {
	text-align: center;
	font-size: 200%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0em;
	margin-bottom: 0em;
	}
.sectionbox {
	margin-top: 1em;
	margin-bottom: 2em;
	border: solid 1px;
	}
.column3::after {
	width: 0;
	display: none;
	}

div.link-box {
	display: table;
	background-color:white;
	border-style: solid;
	border-width: 3px;
	border-radius: 30px;
	text-align: center;
	max-width: 12em;
	width: 12em;
	height: 7em;
	padding: 0;
	position: relative;
	margin: 0.5em 1em;
	}
a.box-click {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	}
div.box-img {
	height: 7em;
	ng-bottom: 0.6em;
	box-sizing: border-box;
	z-index: 1;
	}
div.box-label {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6em;
	color: white;
	margin: -3px;
	padding: 0.8em 0;
	border: solid 3px;
	border-radius: 0 0 30px 30px;
	z-index:0;
	}
.new_info{
	margin:1em 0;
	line-height:1.7em;
	}
.new_info li{
	font-size:3;
	font-weight:bold;
	}

.total{
	margin:1em 0;
	font-size:80%;
	padding-right:20px;
	}
.nmbr_c{
	color:rgb(240, 130, 0);
	font-weight:bold;
	}
.total p{
	margin:1em;
	}
.total ul{
	margin-left:2.5em;
	line-height:1.7em;
	}

@media screen and (min-width: 640px) {
.sp-br {
	display: none;
	}
}
@media screen and (max-width: 640px) {
.sp-spn {
	display: none;
	}
.total ul{
	margin-left:2.5em;
	line-height:1.3em;
	font-size:85%;
	}
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  xmargin-right: 10px;
  xmargin-left:  10px;
	
	justify-content:space-between;
}


@media screen and (max-width: 768px) {
	.row{justify-content:center;}
	}

.nav-link {
  display: block;
  xpadding: 0.5rem 1rem;
	padding:5px;
}

.ul, ol{
  padding-top:10;/*リスト上の余白*/
  padding-bottom:10;/*リスト下の余白*/
  padding-left:30;/*リスト下の余白*/
  padding-right:10;/*リスト下の余白*/
  line-height:1.5; /*文字間隔*/
  list-style-type:square;
}

.li{
  padding-top:10;/*リスト上の余白*/
  padding-bottom:10;/*リスト下の余白*/
  padding-left:30;/*リスト下の余白*/
  padding-right:10;/*リスト下の余白*/
  line-height:1.5; /*文字間隔*/
  list-style-type:square;

list-style-type: space-counter;
}

/*カード*/
/*カード基本*/
.card_area {
	margin:1em 0;
	}
.card{
	background: rgb(255, 255, 255);
	padding: 15px 15px;
	margin:0.5em 0;
	border-radius: 10px;
	}
.card h2{
	line-height: 1.2;
	margin-left:2.3em;
	}
.card li{
	font-size:50%;
	margin-bottom:1em;
	}
.backto{
	width:120px;
	display:block;
	margin:0 0 0 auto;
	/*text-align:center;
	font-size:45%;
	padding:0px 5px;
	width:100px;
	border-radius:3px;*/
	}
/*.backto a{
	color:white;
	}*/
.backto a:hover{
	opacity:60%;
	}
.card ul ol li{
	font-size:100%;
	margin-bottom:0;
	margin-left:2em;
	list-style-type:decimal;
	}

/*カードバリエーション*/
#vaccine01{border: 2px solid rgb(26, 169, 212);}
#vaccine01 hr{border:1.5px dotted rgb(26, 169, 212);}

#vaccine02{border: 2px solid rgb(49, 85, 148);}
#vaccine02 hr{border:1.5px dotted rgb(49, 85, 148);}

#vaccine03{border: 2px solid rgb(85, 129, 58);}
#vaccine03 hr{border:1.5px dotted rgb(85, 129, 58);}

#vaccine04{border: 2px solid rgb(202, 52, 20);}
#vaccine04 hr{border:1.5px dotted rgb(202, 52, 20);}

#vaccine05{border: 2px solid rgb(190, 143, 30);}
#vaccine05 hr{border:1.5px dotted rgb(190, 143, 30);}

#vaccine06{border: 2px solid rgb(101, 8, 101);}
#vaccine06 hr{border:1.5px dotted rgb(101, 8, 101);}

/*
#vaccine07{border: 2px solid rgb(240, 130, 0);}
#vaccine07 hr{border:1.5px dotted rgb(240, 130, 0);}
*/
#vaccine07{border: 2px solid rgb(190, 143, 30);}
#vaccine07 hr{border:1.5px dotted rgb(190, 143, 30);}

#vaccine08{border: 2px solid rgb(124, 124, 124);}
#vaccine08 hr{border:1.5px dotted rgb(124, 124, 124);}

@media screen and (max-width: 768px) {
.card_area{
	margin:10px;
	}
}
