
@-webkit-keyframes nav_active {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes nav_active {
0% {
opacity:0
}
100% {
opacity:1
}
}

/*----------------------------------------------------------------------------******************************************************************************PC******************************************************************************----------------------------------------------------------------------------*/

@media screen and (min-width: 769px){

/*----------------------------------------------------------------------------

******************************************************************************

Layout

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Base === */

body {

background: url(../images/common/body_box_bg.png) top center,#003166;

}

#body_box {

	width:1000px;

	margin:0 auto;

	background:#fff;

	padding-bottom:20px;

	box-shadow:0 0 4px rgba(0,0,0,1.0);



}

.layout {

	max-width: 960px;

	margin: 0 auto;

	overflow: hidden;

}

/* ==== Backgraund === */

#wrap {

	background: #fff;

	border-top: 3px solid #003166;

}

/* ==== Header === */

#hd {

	height: 90px;

	position: relative;

	border-bottom:1px solid #003166;

}

#hd header {
  display: flex;
  height: 100%;
  justify-content: end;
  align-items: center;
}

#hd header .lang {
  display: flex;
}

#hd header .lang a {
  color:  #000d1e;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid;
  font-weight: normal;
  transition: 0.5s;
}

#hd header .lang li:first-child a {
  border-right: none;
}

#hd header .lang .current, #hd header .lang a:hover {
  background: #000d1e!important;
  color: #fff!important;
  transition: 0.5s;
}

#hd.en_hd h1 {
  font-size: 1.2rem;
  }

#hd.en_hd h1 span {
  font-size: 1rem;
  margin-top: 5px;
  }

.header-top {
  position: fixed;
  background: #ffffff85;
  top: 0;
  left: 0;
  width: 100%;
  animation: nav_active 1s ease 0s 1 alternate;
}

.header-top nav {
  width: 960px;
  margin: 0 auto;
}

/* ==== Navigation === */

#nav {

	height: 58px;

	margin-top:20px;

}

#nav_bg {
}

#nav ul {
  display: flex;
  place-content: center;
}

#nav li {

	float: left;

	width: 15.5%;

	margin:0 0.5%;

	line-height: 50px;

	border: 1px solid rgba(0,0,0,0.8);

	border-radius:60px;

	box-shadow:0 2px 4px rgba(0,0,0,0.2);



}

#nav li a {

	color: #fff;

	text-decoration: none;

	display: block;

	text-align: center;

	font-size: 14px;

	font-weight: bold;

	text-shadow : 1px 1px 2px rgba(0,0,0,0.8);

	border: 1px solid rgba(255,255,255,0.8);

background: url(../images/common/nav_bg.png) top center,-webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #003166), color-stop(0.00, #97afc7));

background: url(../images/common/nav_bg.png) top center,-webkit-radial-gradient(50% 100%, circle, #97afc7, #003166);

background: url(../images/common/nav_bg.png) top center,-moz-radial-gradient(50% 100%, circle, #97afc7, #003166);

background: url(../images/common/nav_bg.png) top center,-o-radial-gradient(50% 100%, circle, #97afc7, #003166);

background: url(../images/common/nav_bg.png) top center,-ms-radial-gradient(50% 100%, circle, #97afc7, #003166);

background: url(../images/common/nav_bg.png) top center,radial-gradient(50% 100%, circle, #97afc7, #003166);

	-webkit-transition: All 0.5s ease;

	-moz-transition: All 0.5s ease;

	-o-transition: All 0.5s ease;

	-ms-transition: All 0.5s ease;

	transition: All 0.5s ease;

	border-radius:60px;
  
}
#nav li a.nav_long {
  line-height: 1.6rem;
}
#nav li a:hover {

	color:#003166;

	text-shadow : 1px 1px 2px rgba(255,255,255,0.8);

background: url(../images/common/nav_bg.png) top center,-webkit-gradient(radial, 50% 0%, 0, 50% 0%, 120, color-stop(1.00, #96cb3a), color-stop(1.00, #97afc7), color-stop(0.00, #fff));

background: url(../images/common/nav_bg.png) top center,-webkit-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%);

background: url(../images/common/nav_bg.png) top center,-moz-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%);

background: url(../images/common/nav_bg.png) top center,-o-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%);

background: url(../images/common/nav_bg.png) top center,-ms-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%);

background: url(../images/common/nav_bg.png) top center,radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%);





}

.current {

	color:#0b375e!important;

	text-shadow : 1px 1px 2px rgba(255,255,255,0.8)!important;

background: url(../images/common/nav_bg.png) top center,-webkit-gradient(radial, 50% 0%, 0, 50% 0%, 120, color-stop(1.00, #96cb3a), color-stop(1.00, #97afc7), color-stop(0.00, #fff))!important;

background: url(../images/common/nav_bg.png) top center,-webkit-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%)!important;

background: url(../images/common/nav_bg.png) top center,-moz-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%)!important;

background: url(../images/common/nav_bg.png) top center,-o-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%)!important;

background: url(../images/common/nav_bg.png) top center,-ms-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%)!important;

background: url(../images/common/nav_bg.png) top center,radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%)!important;

}

#menu {

	display:none;

}

/* ==== Content === */

#con_bg {

	background: url(../images/common/con_bg.jpg) repeat-x top center;

	margin-top:10px;

}

#con {

}

#sidenav {

	width:23%;

	max-width: 220px;

	float: left;

	margin-top: 20px;

	border:1px solid #003166;

}

#sidenav ul {

	padding: 0px;

}

#sidenav li {

}

#sidenav li a {

	width:100%;

	box-sizing: border-box;

	height: auto;

	padding: 12px 5px 5px 23px;

	display: block;

	text-decoration: none;

	background: url(../images/common/sidenav_icon.png) no-repeat 6px 16px;

	font-size: 12px;

	color: #333333;

	border-bottom: dotted 1px #CCC;

}

#main {

	width:75%;

	max-width: 720px;

	float: right;

	margin-top: 20px;

}

/* ol,ul */

#main ol, #main ul {

	padding: 5px 0px 5px 25px;

}

#main ul {

	list-style-type: disc;

}

#main ol li, #main ul li {

	padding: 5px 0px;

}

/* table */

#main table {

	margin: 10px 0px;

}

#main table th, #main table td {

	padding: 5px;

}

/* img */

#main img {

	max-width:100%

}

#main a img {

	display: inline-block;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

.shrink:focus, .shrink:active {

	-webkit-transform: scale(0.9);

	transform: scale(0.9);

}

/* ==== Footer === */

#ft {

	margin-top: 20px;

	padding-top: 25px;

	padding-bottom: 25px;

	text-align: center;

	color: #fff;

	background: #000d1e;

}

/*----------------------------------------------------------------------------

******************************************************************************

Head

******************************************************************************

----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {

}

h1 {

	position: absolute;

	top: 25px;

	left: 0px;

	line-height: 1.0em;

}

h1 a {

	color: #000!important;

	text-decoration: none;

}

h1 span {

	display: block;

	font-size: 0.65em;

}

h2 {

	color: #fff;

	border:1px solid #003166;

	font-size: 34px;

	font-weight:normal;

	text-shadow :  0px 0px 9px rgb(0 0 0), 5px 5px 10px #003166;

	height:80px;

	padding: 0.9em 0 0.0em 0.5em;

	background: url(../images/i_img_page.jpg);

}

#sidenav h2 {

	color: #fff;

	border:1px solid #003166;

	text-align: center;

	font-size: 16px;

	font-weight:bold;

	padding:10px;

	height:50px;

	text-shadow : 1px 2px 0px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);

	background: #003166;

}

h3 {

	margin: 0.8em 0 0.4em 0;

	font-size: 1.4em;

	font-weight: normal;

	height: 40px;

	padding: 0.4em 0 0.0em 1.5em;

	background: url(../images/common/h3_bg.png) left center no-repeat;

}

h4 {

	font-size: 1.2em;

	font-weight: normal;

	padding: 0.0em 0 0.0em 0.4em;

	border-left: 5px double #003166;

	margin: 0.6em 0 0.4em 0;

}

h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {

	margin: 0;

	padding: 0;

	background: none;

	border: none;

}

/*----------------------------------------------------------------------------

******************************************************************************

Original

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Index === */

#i_img {

	margin-top:20px;

}

#i_img img {

	width: 100%;

}

#i_main {

	width:75%;

	max-width: 710px;

	float: left;

	margin-top: 20px;

}

#i_news {

	height: 300px;

	overflow:auto;

	border: none;

}

#i_news table {

}

#i_news table td {

	vertical-align: top;

	font-size: 0.8em;

	padding: 10px;

}

#i_news table tr {

	border-bottom: 1px dotted #CCC;

}

#i_news table td.date {

	width: 125px;

	background: url(../images/common/news_icon.gif) 4px 14px no-repeat;

	padding-left: 20px;

}

#i_bnr {

	margin-top: 20px;

	width:25%;

	max-width: 230px;

	float: right;

}
#i_bnr h3 {
  background: #003166;
  height: auto;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.9rem;
  text-shadow : 1px 2px 0px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);
  text-align: center;
}

#i_bnr .info {
  border: 1px solid #003166;
  display: inline-grid;
  margin-bottom: 20px;
}

#i_bnr .contact {
  border: 1px solid #003166;
  display: inline-grid;
  width: 100%;
}
#i_bnr .contact p {
margin:0 5px
}

#i_bnr ul {
margin:5px;
}

#i_bnr li {

	float: left;

	margin-bottom: 8px;

	width:100%;

}

#i_bnr li a {

	display: block;

	width: 100%;

	text-decoration: none;

	color: #000;

	padding: 5px 0 5px 30px;

	border: 1px solid #003166;

	border-radius: 3px;

	background: url(../images/common/bnr_bg.png) 8px center no-repeat;

	-webkit-transition: All 0.5s ease;

	-moz-transition: All 0.5s ease;

	-o-transition: All 0.5s ease;

	-ms-transition: All 0.5s ease;

	transition: All 0.5s ease;

}

#i_bnr li a:hover {

	color: #fff;

	background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #003166;

}

.index_mail img {
  display: inline-block;
  }

/*----pagetop----*/

#page-top {

	position: fixed;

	bottom: 5px;

	right: 20px;

	font-size: 77%;

}

#page-top a {

	background: #000d1e;

	border: #fff 1px solid;

	text-decoration: none;

	color: #fff;

	width: 120px;

	padding: 20px 0;

	text-align: center;

	display: block;

	border-radius: 5px;

}

#page-top a:hover {

	text-decoration: none;

}

.clinical {
  margin-top: 10px;
  padding: 0!important;
  }

.clinical li{
    list-style-position: inside;
  }



/*----original common----*/

table.tbl01{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #003166;
}

table.tbl01 tr{
  border-bottom: solid 2px white;
}

table.tbl01 tr:last-child{
  border-bottom: none;
}

table.tbl01 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #22508d;
  color: white;
  text-align: center;
  padding: 10px 0!important;
}

table.tbl01 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #22508d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.tbl01 td {
  background: #0031663b;
  padding: 10px 25px!important;
}
table.tbl01 table {
  margin: 0!important;
}
table.tbl01 table td {
  background: none;
  padding: 0 30px 0 0!important;
}

table.tbl02_bdr_btm tr:first-child {
  border-top: 1px dotted #22508d;
}

table.tbl02_bdr_btm tr {
  border-bottom: 1px dotted #22508d;
}

table.tbl02_bdr_btm tr th,
table.tbl02_bdr_btm tr td{
  padding: 10px 15px!important;
}

.btn_list {
  padding: 0!important;
}
.btn_list li {
  list-style: none;
  }

.btn_list li a {
  display: block;
  background: #22508d;
  border: 1px solid #22508d;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  }
.btn_list li a:hover {
  color: #22508d;
  background: #fff;
  transition: 0.5s;
}

a.btn_pdf {
  border: 1px solid #22508d;
  text-decoration: none;
  color: #22508d;
  padding: 5px 30px  5px 10px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

a.btn_pdf:hover {
  border: 1px solid #22508d;
  background: #22508d;
  color: #fff;
  transition: 0.5s;
}

a.btn_pdf:before {
  content: "";
  background-image: url(../images/common/pdficon.png);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 7px;
  top: 25%;
}

a.btn_pdf:hover:before {
  background-image: url(../images/common/pdficon_ov.png);
}

}



/*----------------------------------------------------------------------------******************************************************************************スマートフォン******************************************************************************----------------------------------------------------------------------------*/

@media screen and (max-width:769px){

/*----------------------------------------------------------------------------

******************************************************************************

Layout

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Base === */

body {


}

.layout {

	width: 100%;

	overflow: hidden;

}

/* ==== Backgraund === */

#wrap {

	background: #fff;

	border-top: 3px solid #003166;

}

/* ==== Header === */

#hd {

	height: 70px;

	position: relative;

}

#hd.en_hd {
	height: 80px;
}

#hd.en_hd h1 {

  font-size: 1rem;
  }

#hd.en_hd h1 span {
  font-size: 0.8rem;
  margin-top: 5px;
  }

.sp_lang {
  display: flex!important;
  justify-content: space-evenly;
  padding: 10px 0;
  line-height: 2em!important;
}

.sp_lang a { 
  display: block;
  border: 1px solid #508dcf;
}

.sp_lang a.current { 
  background: #508dcf;
}

/* ==== Navigation === */

#nav {

	position: fixed;

	top: 0px;

	right: -200px;

	height: 100%;

	z-index: 100;

	width: 200px;

	overflow-x: none;

	overflow-y: auto;

	font-size: 16px;

	background: url(../images/common/nav_bg.png) top center #003166;

	color: #fff;

	-webkit-box-shadow: inset 0 0 5px 5px #003166;

	-moz-box-shadow: inset 0 0 5px 5px #003166;

	box-shadow: inset 0 0 5px 5px #003166;

}



#nav ul {

	display: block;

	margin: 0 0 15px;

	padding: 0;

	border-top: 1px solid #003166;

	border-bottom: 1px solid #003166;

}

#nav ul li {

	display: block;

	margin: 0;

	line-height: 48px;

	border-top: 1px solid #003166;

	border-bottom: 1px solid #003166;

}



#nav ul li img {

	max-width:100%;

	margin: 0 auto;

	padding:10px 0;

}



#nav ul li:hover {

	border-top: none;

	line-height: 49px

}

#nav ul li:hover>a {

	-webkit-box-shadow: inset 0 0 15px 3px #508dcf;

	-moz-box-shadow: inset 0 0 15px 3px #508dcf;

	box-shadow: inset 0 0 15px 3px #508dcf;

}

#nav ul li a {

	padding: 12px 15px;

	display: block;

	text-decoration: none;

	color: #fff;

	text-shadow: 2px 2px 0 #508dcf;
  line-height: 1.5rem;
}

#nav ul li ul {

	border-bottom: none;

	margin: 0

}

#nav ul li ul li {

	line-height: 40px;

	font-size: 13px

}

#nav ul li ul li:last-child {

	border-bottom: none

}

#menu {

	cursor:pointer;

	position:fixed;

	top:10px;

	right:10px;

	z-index: 1000;

}

/* ==== Content === */

#con_bg {

}

#con {

}

#sidenav {

	width: 220px;

	float: left;

	margin-top: 20px;

	border:1px solid #003166;

	display:none;

}

#main {

	width: 100%;

	margin-top: 20px;

}

#main .mcon {
  margin: 0 10px;
}

/* ol,ul */

#main ol, #main ul {

	padding: 5px 0px 5px 25px;

}

#main ul {

	list-style-type: disc;

}

#main ol li, #main ul li {

	padding: 5px 0px;

}

/* table */

#main table {

	margin: 10px 0px;

}

#main table th, #main table td {

	padding: 5px;

}

/* img */

#main img {

	max-width:100%;

	display:block;

	margin:5px auto;

	float:none;

}



#main a img {

	display: inline-block;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

#main a img:hover, .shrink:focus, .shrink:active {

	-webkit-transform: scale(0.9);

	transform: scale(0.9);

}

/* ==== Footer === */

#ft {

	margin-top: 0px;

	padding-top: 25px;

	padding-bottom: 25px;

	text-align: center;

	color: #fff;

	background:#000d1e;

}

/*----------------------------------------------------------------------------

******************************************************************************

Head

******************************************************************************

----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {

}

h1 {

	position: absolute;

	top: 15px;

	left: 5px;

	line-height: 1.0em;

  font-size: 1rem;
  
  margin-right: 60px;
}

h1 a {

	color: #000!important;

	text-decoration: none;

}

h1 span {

	display: block;

	font-size: 0.8em;

}

h2 {

	color: #fff;

	border:1px solid #003166;

	font-size: 34px;

	font-weight:normal;

	text-shadow : 0px 0px 5px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);

	height:80px;

	padding: 0.9em 0 0.0em 0.5em;

	background: url(../images/i_img_page.jpg);

}

#sidenav h2 {

	color: #fff;

	border:1px solid #003166;

	text-align: center;

	font-size: 16px;

	font-weight:bold;

	padding:10px;

	height:50px;

	text-shadow : 1px 2px 0px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);

	background: url(../images/nav_bag.png) top center #003166;

}

h3 {

	margin: 0.8em 0 0.4em 0;

	font-size: 1.4em;

	font-weight: normal;

	height: 40px;

	padding: 0.4em 0 0.0em 1.5em;

	background: url(../images/common/h3_bg.png) left center no-repeat;

}

h4 {

	font-size: 1.2em;

	font-weight: normal;

	padding: 0.0em 0 0.0em 0.4em;

	border-left: 5px double #000D1C;

	margin: 0.6em 0 0.4em 0;

}

h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {

	margin: 0;

	padding: 0;

	background: none;

	border: none;

}

/*----------------------------------------------------------------------------

******************************************************************************

Original

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Index === */

#i_img {

}

#i_img img {

	width: 100%;

}

#i_main {

	width: 100%;

	margin-top: 20px;

}

#i_main .aisatsu p {
  padding: 0 10px;
}


#i_news {

	height: 300px;

	overflow:auto;

	border: none;

}

#i_news table {

}

#i_news table td {

	vertical-align: top;

	font-size: 0.9em;

	padding: 10px;

	display:block;

}

#i_news table tr {

	border-bottom: 1px dotted #CCC;

}

#i_news table td.date {

	background: url(../images/common/news_icon.gif) 4px 14px no-repeat;

	padding-left: 20px;
  padding-bottom: 0px;

}

#i_news table td:last-child {
  padding-top: 5px;
	padding-left: 20px;
  }

#i_bnr {
	margin-top: 20px;
	width:100%;
}
#i_bnr h3 {
  background: #003166;
  height: auto;
  padding: 5px 10px;
  color: #fff;
  font-size: 1rem;
  text-shadow : 1px 2px 0px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);
  text-align: center;
}

#i_bnr .info {
  border: 1px solid #003166;
  display: inline-grid;
  margin-bottom: 30px;
  width: 100%;
}

#i_bnr .contact {
  border: 1px solid #003166;
  display: inline-grid;
  margin-bottom: 30px;
  width: 100%;
}
#i_bnr .contact p {
margin:0 10px
}

#i_bnr ul {
margin: 10px 5px;
}

#i_bnr li {

	float: left;

	margin-bottom: 8px;

	width:100%;

}

#i_bnr li a {

	display: block;

	width: 100%;

	text-decoration: none;

	color: #000;

	padding: 5px 0 5px 30px;

	border: 1px solid #003166;

	border-radius: 3px;

	background: url(../images/common/bnr_bg.png) 8px center no-repeat;

	-webkit-transition: All 0.5s ease;

	-moz-transition: All 0.5s ease;

	-o-transition: All 0.5s ease;

	-ms-transition: All 0.5s ease;

	transition: All 0.5s ease;

}

#i_bnr li a:hover {

	color: #fff;

	background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #003166;

}

.index_mail img {
  display: inline-block;
  }

/*----pagetop----*/

#page-top {

	width:100%;

}

#page-top a {

	background: #666;

	border: none;

	text-decoration: none;

	color: #fff;

	width: 100%;

	padding: 20px 0;

	text-align: center;

	display: block;

}

#page-top a:hover {

	text-decoration: none;

}

.clinical {
  margin-top: 10px;
  padding: 0!important;
  }

.clinical li{
    list-style-position: inside;
  }


/*----original common----*/

table.tbl01{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #003166;
}

table.tbl01 tr{
  border-bottom: solid 2px white;
}

table.tbl01 tr:last-child{
  border-bottom: none;
}

table.tbl01 th{
  position: relative;
  width: 30%;
  background-color: #003166;
  color: white;
  text-align: center;
  padding: 10px 0!important;
  text-align: left!important;
  padding-left: 20px!important;
}


table.tbl01 td {
  background: #0031663b;
  padding: 10px 25px!important;
}

table.tbl01 table td {
  background: none;
  padding: 0 30px 0 0!important;
}

table.sp_tbl td, table.sp_tbl th {
  display: block;
  width: 100%;
}

table.sp_tbl table {
  width: 100%;
  margin: 0!important;
}

table.sp_tbl table tr {
  display: flex;
  flex-wrap: wrap;
}

table.sp_tbl table tr td {
}

table.sp_tbl table tr td {
  display: block;
  width: auto;
}

table.tbl02_bdr_btm {
  width: 100%;
}

table.tbl02_bdr_btm tr:first-child {
  border-top: 1px dotted #22508d;
}

table.tbl02_bdr_btm tr {
  border-bottom: 1px dotted #22508d;
}

table.tbl02_bdr_btm tr th,
table.tbl02_bdr_btm tr td{
  padding: 5px!important;
}
  table.tbl02_bdr_btm tr th {
    padding-top: 15px!important;
  }
  table.tbl02_bdr_btm tr td{
    padding-bottom: 15px!important;
  }

.btn_list {
  padding: 0!important;
}
.btn_list li {
  list-style: none;
  }

.btn_list li a {
  display: block;
  background: #22508d;
  border: 1px solid #22508d;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  }
.btn_list li a:hover {
  color: #22508d;
  background: #fff;
  transition: 0.5s;
}

a.btn_pdf {
  border: 1px solid #22508d;
  text-decoration: none;
  color: #22508d;
  padding: 5px 30px  5px 10px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

a.btn_pdf:hover {
  border: 1px solid #22508d;
  background: #22508d;
  color: #fff;
  transition: 0.5s;
}

a.btn_pdf:before {
  content: "";
  background-image: url(../images/common/pdficon.png);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 7px;
  top: 25%;
}

a.btn_pdf:hover:before {
  background-image: url(../images/common/pdficon_ov.png);
}


}