@charset "utf-8";

/*　汎用
-----------------------------------------*/

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
}

a img {
	border-style: none;
}

a:hover img {
	opacity:0.7;
}

a.link-green {
    color: #8ec21e;
    font-weight: bold;
}

.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter {
	text-align: center;
	margin-bottom: 10px;
}

body {
	font-size: 14px;
	line-height: 1.8;
	color: #2A2A2A;
	letter-spacing: 0.01em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*　構造
-----------------------------------------*/

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

header {
	position: relative;
	/*height: 297px;*/
	height: 290px;
}

#sign {
	height: 230px;
	width: 960px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#main {
	float: left;
	width: 578px;
	margin-left: 10px;
}

#sidebar {
	float: right;
	width: 322px;
	margin-right: 10px;
}
footer {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*　ヘッダ
-----------------------------------------*/

header h1 {
	height: 160px;
	width: 312px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 39px;
}
.bt-access {
	height: 86px;
	width: 220px;
	position: absolute;
	top: 102px;
	right: 0px;
}

/*　グローバルナビ
-----------------------------------------*/

nav {
	width: 960px;
	/*margin-top: 27px;*/
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
nav ul {
	height: 60px;
	width: 960px;
	position: relative;
}
nav ul li {
	display: inline;
}
nav ul li a {
	display: block;
	position: absolute;
}

nav ul li a:hover img {
	opacity:0;
}

nav ul li#nav01 a {
	height: 60px;
	width: 104px;
	left: 26px;
	top: 0px;
	background: url(../img/nav01_on.png) no-repeat left top;
}
nav ul li#nav02 a {
	height: 60px;
	width: 225px;
	left: 147px;
	top: 0px;
	background: url(../img/nav02_on.png) no-repeat left top;
}
nav ul li#nav03 a {
	height: 60px;
	width: 104px;
	left: 403px;
	top: 0px;
	background: url(../img/nav03_on.png) no-repeat left top;
}
nav ul li#nav04 a {
	height: 60px;
	width: 104px;
	left: 538px;
	top: 0px;
	background: url(../img/nav04_on.png) no-repeat left top;
}
nav ul li#nav05 a {
	height: 60px;
	width: 104px;
	left: 673px;
	top: 0px;
	background: url(../img/nav05_on.png) no-repeat left top;
}

nav ul li#nav06 a {
	height: 60px;
	width: 104px;
	left: 807px;
	top: 0px;
	background: url(../img/nav06_on.png) no-repeat left top;
}

/*　左サイドバー
-----------------------------------------*/

.sideBlock {
	padding-bottom: 20px;
}

.attention_dx {
	margin-bottom: 25px;
}

.attention_dx_block {
	margin-top: 20px;
	padding: 20px 30px;
	border: 1px solid #aace36;
}

.attention_dx_block .attention_dx_wrap + * {
	margin-top: 20px;
}

.attention_dx_block h3 {
	color: #aace36;
}

.houwtoaccess {
}
.houwtoaccess li {
	margin-bottom: 5px;
	background: url(../img/vlt_green.png) no-repeat 7px 6px;
	padding-left: 20px;
}


/*　ページの上へ
-----------------------------------------*/

.pagetop {
	text-align: right;
	margin-bottom: 14px;
	clear: both;
}


/*　フッターナビ
-----------------------------------------*/

.ft-nv {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #8DC21F;
	margin-bottom: 20px;
}
.ft-nv li {
	display: inline;
	line-height: 1.2;
}
.ft-nv li a {
	border-right: 1px solid #A9CD35;
	padding-right: 1em;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #8DC21F;
	font-weight: bold;
	padding-left: 1em;
}

.ft-nv li a:hover {
	text-decoration: underline;
	color: #A9CD35;

}

/*　プライバシーポリシー
-----------------------------------------*/

#provacypolicy {
	font-size: 12px;
	margin-bottom: 5px;
}
#provacypolicy h4 {
	float: left;
	border-right: 1px solid #555;
	margin-right: 0.5em;
	padding-right: 0.5em;
	line-height: 1.8;
}
#provacypolicy p {
	line-height: 1.8;
}

/*　コピーライト
-----------------------------------------*/

#copyright {
	font-family: Verdana, Geneva, sans-serif;
	color: #8DC21F;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
	padding-bottom: 70px;
}




/* top
================================================================================================*/

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


#information {
	background: url(../img/bg_information.png) no-repeat left bottom;
	margin-bottom: 42px;
}
#information h2 {
}
#bt-postindex {
	background: url(../img/bg_bt_postindex.png) no-repeat left top;
	width: 578px;
	height: 39px;
	position: relative;
}
#bt-postindex p a img{
	position: absolute;
	height: 13px;
	width: 138px;
	top: 12px;
	right: 0px;
}
#bt-postindex p a {
}
#recentPost {
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 8px;
	margin-right: 25px;
	margin-left: 25px;
}

.timestamp {
	float: left;
	width: 117px;
	letter-spacing: 0.05em;
	font-size: 114%;
}
.post {
	float: right;
	width: 404px;
	text-align: justify;
}
.post h3 {
	width: 404px;
	margin-bottom: 16px;
	font-size: 114%;
	font-weight: bold;
}
.postCont {
	overflow: hidden;
}
.postCont p {
	margin-bottom: 1em;
}


#secondaryPost {
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 10px;
}
#secondaryPost dl {
	overflow: hidden;
	border-top: 1px dotted #585858;
	margin-top: 5px;
	padding-top: 5px;
}
#secondaryPost dl dd {
	float: right;
	width: 404px;
	font-size: 114%;
}


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

aside {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
}

aside img {

}






/* about us
================================================================================================*/


#abt-main {
	background: url(../img/bg_abt_main.gif) no-repeat right top;
}
#abt-main h2 {
	margin-bottom: 46px;
}
#abt-main ol {
	/*margin-bottom: 75px;*/
	padding-left: 57px;
}
#abt-main ol li {
	margin-bottom: 53px;
}

p.abt-nintei {
	margin-left: 90px;
	margin-bottom: 75px;
	border: 1px dotted #8FC31F;
	font-size: 140%;
	color: #8FC31F;
	display: inline-block;
	line-height: 3;
	font-weight: bold;
}
p.abt-nintei span {
	padding-right: 1em;
	padding-left: 1em;
}

#abt-charactor {
	background: url(../img/abt_chara_img.jpg) no-repeat 677px 47px;
	min-height: 373px;
	margin-bottom: 89px;
}
#abt-charactor h3 {
	margin-bottom: 20px;
}
#abt-charactor h4 {
	margin-bottom: 20px;
	padding-left: 48px;
}
#abt-charactor p {
	width: 575px;
	padding-left: 48px;
	text-align: justify;
	margin-bottom:1em;
}
#abt-charactor .panel {
	background: #EEF5D7;
	padding: 18px;
	width: 539px;
	margin-left: 48px;
}
#abt-charactor .panel h4 {
	color: #8EC31F;
	margin-bottom: 1em;
	padding-left: 0;
}
#abt-charactor .panel p {
	width:100%;
	padding-left: 0;
	text-align: justify;
	margin-bottom:0;
}
#abt-means {
	padding-top: 21px;
	background: url(../img/bg_abt_means.gif) no-repeat right top;
	padding-bottom: 45px;
}
#abt-means h3 {
	margin-bottom: 23px;
}
#abt-means p {
	width: 725px;
	padding-left: 48px;
}





/* staff
================================================================================================*/


#doc-main {
	overflow: hidden;
	position: relative;
}
#doc-main h2 {

}
#intro {
	width: 432px;
	float: left;
	padding-right: 10px;
	margin-left: 48px;
	background: url(../img/doc_main_bg_intro.gif) no-repeat left bottom;
	padding-bottom: 265px;
	padding-top: 32px;
}
#intro h3 {
	margin-bottom: 28px;
}

#intro p {
	text-align: justify;
}
#intro p.lead {
	margin-bottom: 26px;
	text-indent: 0;
}
#intro p.name-sign {
	text-align: right;
	margin-top: 50px;
	text-indent: 0;
}

#prof {
	float: left;
	width: 384px;
	background: url(../img/doc_main_bg_prof.gif) no-repeat right top;
	margin-left: 48px;
	padding-top: 142px;
	overflow: hidden;
}
#prof h3 {
	margin-bottom: 20px;
}
#profTb {
	display: block;
	margin-bottom: 60px;
}
#profTb th {
	white-space: nowrap;
	line-height: 1.2;
	padding-right: 10px;
	padding-left: 10px;
}
#profTb td {
	width: auto;
}

#profTb td p {
	text-align: justify;
	width: auto;
	line-height: 1.4;
	padding-bottom: 1em;
}

#doctors-messe {
	clear: left;
	border-top: 1px dashed #aad156;
}

.messe {
	background: #edf4d6;
	width: 620px;
	margin: 2.5em auto;
	padding-top: 1em;
	padding-bottom: 1em;
}

.messe p {
	text-align: center;
	font-size: 110%;
}






.sikaku-list,
.activity-list {
	padding-left: 1.5em;
	list-style: disc;
	margin-bottom: 48px;
}
.sikaku-list li,
activity-list li {
	line-height: 1.4;
	font-size: 14px;
}
#doc-sub01 {
	overflow: hidden;
}
#doc-sub01 h2 {
	margin-bottom: 15px;
}


.staffCont {
	width: 432px;
	margin-left: 48px;
	float: left;
	overflow: hidden;
}
.staffCont dt {
	font-size: 21px;
	margin-bottom: 15px;
}
.staffCont dd h4 {
	margin-bottom: 15px;
}
.staffCont dt span {
	font-size: 16px;
	margin-right: 0.5em;
	letter-spacing: 0.5em;
}

#doc-sub02 {
	/*overflow: hidden;
	position: relative;
	clear: both;*/
	width: 480px;
	float: left;
}


#doc-sub02 h2 {
	/*margin-bottom: 12px;*/
}
.staffCont_fukidasi {
	/*position: absolute;
	height: auto;
	width: 432px;
	background: url(../img/doc_sub02_bg_fukidasi.gif) no-repeat left 66px;
	left: 489px;
	top: 70px;*/
	clear: both;
	width: 480px;
	background: url(../img/doc_sub02_bg_fukidasi.gif) no-repeat left top;
	padding-top: 23px;
	padding-bottom: 40px;
}
.staffCont_fukidasi .inner {
	/*background: #EDF4D6;
	width: 344px;
	margin-left: 48px;
	padding: 20px;*/
	background: #EDF4D6;
	width: 392px;
	margin-left: 48px;
	padding: 20px;
}
.staffCont_fukidasi .inner h4 {
	margin-bottom: 16px;

}
.doc-sub03 {
	overflow: hidden;
	float: left;
	width: 480px;
}
.doc-sub03 .staffCont dd p {
	width: 384px;
}


.rinji {
	border-top: 1px solid #AAD156;
	border-bottom: 1px solid #AAD156;
	margin-top: 15px;
	padding-top: 70px;
	padding-bottom: 0px;
	margin-bottom: 35px;
	overflow: hidden;
}

.rinji2 {
	border-top: 1px solid #AAD156;
	margin-top: 15px;
	padding-top: 48px;
	margin-bottom: 35px;
	overflow: hidden;
}

.new_doctor {
	text-align: center;
	margin-bottom: 40px;
	font-family: "Sawarabi Mincho";
	font-size: 22px;
	letter-spacing: 0.3em;
}

.doc-sub04 {
	/*position: absolute;
	z-index: 1000;
	left: 0px;
	bottom: 140px;*/
	padding: 5px 15px 15px;
	border: 1px dotted #8CC11E;
	height: auto;
	width: 450px;
}

dl.recruit-detail {
	margin-left: 20px;
	padding-bottom: 1em;
}
dl.recruit-detail dt {
	list-style: disc outside;
	display: list-item;
	font-size: 120%;
}
p.recruit-reception {
	text-align: right;
}

.doc-sub05 {
	padding: 5px 15px 15px;
	border: 1px dotted #8CC11E;
	height: auto;
	width: 100%;
	box-sizing: border-box;
}

.doc-sub05 .inner {
	padding: 0 40px 10px;
}

dl.recruit-detail2 {	
	counter-reset: number 0;
}

dl.recruit-detail2 dt {
	list-style: none;
	display: list-item;
	padding-left: 1.6em;
	font-weight: 400;
}

dl.recruit-detail2 dt::before {
	counter-increment: number 1;
	content: counter(number)'.';
	display: inline-block;	
	text-indent: -1.5em;
}

dl.recruit-detail2 dd {
	margin-bottom: 10px;
	padding-left: 1.5em;
	font-weight: 400;
}




/* treat
================================================================================================*/


#trt-main {
}
.trt-line {
	border-style: none;
	background: url(../img/trt_sep_line.gif) no-repeat left center;
	height: 1px;
	width: 960px;
	padding-bottom: 60px;
	display: block;
}

#trt-pagenav {
	background: url(../img/trt_sep_line.gif) no-repeat left bottom;
	padding-bottom: 20px;
	margin-bottom: 50px;
}


.trt-copy {
	margin-left: 55px;
}
.trt-menu {
	margin-left: 55px;
	padding-top: 20px;
	overflow: hidden;
}
.trt-menu li {
	display: block;
	float: left;
	margin-right: 1em;
}
.trt-menu li ul {
	margin-top: 0.5em;
}
.trt-menu li ul li {
	display: block;
	float: none;
	margin-left: 1em;
	padding-left: 0px;
}
.trt-menu li a span {
	color: #8EC21E;
	font-weight: bold;
}
#trt-mental {
	overflow: hidden;
	background: url(../img/trt_bg_mental.gif) no-repeat right top;
}

#trt-mental h3 {
	margin-bottom: 15px;
}
.trt-list  {
	margin-left: 90px;
	display: block;
	overflow: hidden;
}

.trt-list dl {
	float: left;
	width: 365px;
	margin-bottom: 25px;
	margin-right: 60px;
	letter-spacing: 0em;
	overflow: hidden;
}
.trt-list dl dt {
	font-size: 16px;
}
.trt-list dl dd {
	margin-left: 1.5em;
}

.trt-list dl dd ul {
	list-style: disc outside;
	font-size: 13px;
}
#trt-body {
	overflow: hidden;
	padding-bottom: 40px;
}
#trt-body h3 {
	margin-bottom: 20px;
}
#trt-lifestyle {
	background: url(../img/trt_bg_lifestyle.gif) no-repeat right top;
	overflow: hidden;
}
#trt-lifestyle h3 {
	margin-bottom: 20px;
}
#trt-list2 {
	margin-left: 90px;
}
#trt-flow {
}
#trt-flow h3 {
	margin-bottom: 20px;
}
#trt-flow ol {
	margin-left: 43px;
	overflow: hidden;
	width: 875px;
}
#trt-flow ol li {
	display: block;
	float: left;
	margin-bottom: 77px;
}

#trt-flow .panel {
	background: #EEF5D7 url(../img/trt_flow_panel_bg.png) no-repeat left top;
	padding-top: 25px;
	margin-left: 43px;
	width: 857px;
	margin-bottom: 80px;
}

#trt-flow .panel h5 {
	width: 118px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #8EC31F;
}
#trt-flow .panel p {
	display: table-cell;
	padding: 22px 22px 22px 0px;
}

#trt-list2 ul {
	margin-left: 1.5em;
	list-style: disc outside;
	font-size: 13px;
}
#trt-timelist {
	margin-left: 30px;
	overflow: hidden;
	margin-bottom: 50px;
}

#trt-timelist h4 {
	margin-bottom: 15px;
}
#trt-timelist dl {
	margin-left: 60px;
}
#trt-timelist dl dt {
	display: list-item;
	list-style: disc outside;
	margin-left: 1em;
	float: left;
	clear: left;
	margin-bottom: 5px;
	background: url(../img/trt_3leader.gif) no-repeat right center;
	padding-right: 25px;
}
#trt-timelist dl dd {
	display: block;
	float: left;
	margin-bottom: 5px;
}
#trt-atfirsr {
	margin-bottom: 50px;
	margin-left: 30px;
}
#trt-atfirsr h4 {
	margin-bottom: 20px;
}

#trt-atfirsr ul {
	margin-left: 55px;
	padding-left: 1em;
	list-style: disc outside;
}
#trt-paymaent {
	margin-left: 30px;
	overflow: hidden;
	margin-bottom: 50px;
	background: url(../img/trt_bg_payment.gif) no-repeat right top;
}
#trt-paymaent ul {
	list-style: disc outside;
	margin-left: 55px;
}
#trt-paymaent ul li ul {
	margin-top: 1em;
	padding-left: 10px;
}

#trt-paymaent ul li ul li {
	line-height: 1.4;
	margin-bottom: 20px;
}
.trt-e-money {
	background: url(../img/trt_e_money.jpg) no-repeat 300px center;
	display: block;
	padding-bottom: 10px;
}
.trt-c-card {
	background: url(../img/trt_c_card.jpg) no-repeat 300px center;
	display: block;
}

#trt-mentalhealth {
	margin-left: 30px;
	padding-bottom: 80px;
}

#trt-mentalhealth p {
	margin-left: 55px;
}


/* clinic
================================================================================================*/

#clnc-main {
}
#clnc-main h2 {
	margin-bottom: 50px;
}
.photoBox {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
.cominsoon {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20em;
}
.photoBox .covid {
	text-align: center;
	display: block;
	margin-top: 60px;
}
.photoBox .covid span {
	font-size: 16px;
	display: block;
	margin-top: 25px;
}



/* faq
================================================================================================*/

#faq-main {
	background: url(../img/faq_bg.gif) no-repeat right 92px;
}
#faq-main h2 {
	margin-bottom: 20px;
}
.faqBox {
	width: 660px;
	padding-left: 43px;
}
.faqBox dl {
	background: url(../img/faq_bg_faclist.gif) no-repeat left bottom;
	padding-left: 14px;
	padding-bottom: 33px;
	margin-bottom: 33px;
}
.faqBox dl dt {
	background: url(../img/faq_vlt_q.gif) no-repeat left center;
	line-height: 22px;
	padding-left: 29px;
	margin-bottom: 17px;
}
.faqBox dl dd {
	margin-left: 47px;
	padding-left: 30px;
	background: url(../img/faq_vlt_a.gif) no-repeat left 2px;
	line-height: 1.4;
}
.faq-payment {
	margin-left: 79px;
	margin-top: 10px;
	line-height: 1.4;
}


.faq-e-money {
	background: url(../img/trt_e_money.jpg) no-repeat 265px 5px;
	display: block;
	padding-bottom: 10px;
}
.faq-c-card {
	background: url(../img/trt_c_card.jpg) no-repeat 265px 5px;
	display: block;
	padding-bottom: 10px;
}



/* information
================================================================================================*/

hr.separate02 {
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: #A9CD35;
	height: 1px;
	width: 960px;
	margin: 23px auto 31px;
	display: block;
}
#postList {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #AACE36;
	margin-bottom: 50px;
	padding-right: 25px;
	padding-left: 25px;
}
#informations #information h2 {
	margin-bottom: 20px;
}
#informations #information {
	background: url(none);
}
#informations .post h3 {
	color: #729C18;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 16px;
}
#informations .postCont p {
	margin-bottom: 1em;
}



/* 20162.27追加
================================================================================================*/

#top-bn {
	text-align: center;
	/*padding-top: 20px;*/
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

#top-bn > * {
	margin: 0 25px 15px;
}

ul.page-nav {
	height: 38px;
	position: static;
	width: 960px;
	margin-top: 15px;
	margin-bottom: 30px;
}
ul.page-nav li {
	display: inline;
}

h3.h3-trt-mental {
	float: left;
	margin-right: 26px;
}
.nav-mental {
	float: left;
}
.nav-mental li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #89B927;
	font-size: 16px;
}
.nav-mental li a {
	color: #89B927;
}


h3.h3-trt-naika {
	float: left;
	margin-right: 26px;
}

.naika-list {
	padding-left: 210px;
	width: 456px;
	overflow: hidden;
	margin-top: 34px;
	margin-bottom: 75px;
}
.naika-list li {
	float: left;
	height: 66px;
	width: 66px;
	margin-right: 10px;
	margin-bottom: 10px;
}


#trt-flow .panel2 {
	background: #EEF5D7 url(../img/trt_flow_panel_bg2.png) no-repeat left top;
	padding-top: 25px;
	margin-left: 43px;
	width: 680px;
	margin-bottom: 80px;
	display: table;
}

#trt-flow .panel2 h5 {
	width: 118px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #8EC31F;
}
#trt-flow .panel2 p {
	display: table-cell;
	padding: 22px 22px 22px 0px;
}



/* addded 2020.4.16
================================================================================================*/

#important-info {
	width: 578px;
}
header.important-header {
	position: relative;
	height: 40px;
}
.important-box {
	box-sizing:border-box;
	width: 578px;
	border-right: 1px solid #8EC31D;
	border-bottom: 1px solid #8EC31D;
	border-left: 1px solid #8EC31D;
	border-radius: 0 0 6px 6px;
	padding: 25px;
	margin-bottom: 48px;
}

.recentImportant {
	border-bottom: 1px dotted #8EC31D;
	padding-bottom: 16px;
	margin-bottom: 32px;
}
.recentImportant:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.timestamp-important {
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 1em;
}
body .post-important {
	line-height: 1.6;
}
.post-important {
	font-size: 114%;
}
.post-important h3 {
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
}


/* addded 2020.5.12 covid-19
================================================================================================*/

.greendot {
	border: none;
	background-color: #fff;
	border-top: 2px dotted #AACD35;
	text-align: center;
	width: 910px;
	margin-bottom: 54px;
}

#covid-main {
	margin-top: 56px;
}

#covid-header {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#covid-header h2 {
	text-align: center;
	margin-bottom: 32px;
}
#covid-header p {
	margin-bottom: 56px;
	text-align: justify;
	font-size: 108%;
}
#covid-pagenav {
	display: flex;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px;
}
#covid-pagenav li {

}
#covid-pagenav li a {
	display:block;
	height: 38px;
	width: 270px;
}
#covid-pagenav li a img {
	display:block;
	height: 38px;
	width: 270px;
	filter: drop-shadow(3px 3px 3px #aaa);
}


#covid19-1 {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#covid19-1 h3 {
	text-align: center;
	margin-bottom: 40px;
}
#covid19-1 ol {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
#covid19-1 li {
	width: 560px;
	display: block;
	margin-bottom: 56px;
}
.covid19-txt {
	box-sizing:border-box;
	padding-left: 40px;
	width: 560px;
	text-align: justify;
	font-size: 108%;
	margin-bottom: 24px;
	min-height: 34px;
}
.covid19-txt strong {
	border-bottom: 2px solid #666;
}
.covid19-num1 {
	background-image: url(../img/covid19-num1.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.covid19-num2 {
	background-image: url(../img/covid19-num2.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.covid19-num3 {
	background-image: url(../img/covid19-num3.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.covid19-num4 {
	background-image: url(../img/covid19-num4.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.covid19-num5 {
	background-image: url(../img/covid19-num5.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.covid19-num6 {
	background-image: url(../img/covid19-num6.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.covid19-num7 {
	background-image: url(../img/covid19-num7.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.covid19-img {
	display: block;
	height: 200px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}



#covid19-2 {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#covid19-2 h3 {
	text-align: center;
	margin-bottom: 1em;
	margin-bottom: 40px;
}
#covid19-2 ol {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#covid19-2 li {
	width: 550px;
	display: block;
	margin-bottom: 56px;
}


#covid19-3 {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 64px;
}
#covid19-3 h3 {
	text-align: center;
	margin-bottom: 1em;
	margin-bottom: 40px;
}
#covid19-3 p {
	margin-bottom: 24px;
	text-align: justify;
	font-size: 108%;
}

#covid19-3 p.bottom-triangle {
	position: relative;
	padding-left: 20px;
	margin-bottom: 0.5em;
}
.bottom-triangle::before {
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-top-color: #9BBB2F;
	position: absolute;
	left: 0px;
	top: 9px;
}
#covid19-3 p a {
	color: #A9CD35;
	font-weight: bold;
}


#covid19-contact {
	background-color: #EEF5D7;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
	padding: 24px 28px 28px;
	margin-bottom: 56px;
}
#covid19-contact h3 {
	font-size: 128%;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #595757;
	margin-bottom: 16px;
}
#covid19-contact dl {
}
#covid19-contact dt {
	display: block;
	height: 27px;
	width: 459px;
	margin-bottom: 18px;
}
#covid19-contact dt img {
	display: block;
	height: 27px;
	width: 459px;
}
#covid19-contact dd {
	display: block;
	height: 29px;
	width: 344px;
}
#covid19-contact dd img {
	display: block;
	height: 29px;
	width: 344px;
}