@charset "utf-8";
@import url("https://unpkg.com/sanitize.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
html, body {
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 12px;
	background: #fff;
	color: #000;
	line-height: 1.8;
	opacity: 0;
	animation: opa1 0.5s 0.3s both;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
iframe {
	width: 100%;
	margin: 0 15px;
}
a {
	color: #30439b;
	transition: 0.3s;
	text-decoration: none;
}
a:hover {
	color: #C03;
}
#container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 1800px;
	margin: 0 auto;
}
/*
.home #container {
	background: url(../images/bg_home.jpg) no-repeat center top;
	background-size: auto;
}*/
#contents {
	flex: 1;
	padding: 0 0 30px;
}
header {
	padding: 20px 10px 14px 20px;
	width: 100%;
	border-bottom: 2px solid #000;
}
header h1 {
	display: table-cell;
	text-align: left;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 400;
}
header h1 .logo {
	display: table-cell;
	vertical-align: top;
	padding: 0 15px 0 0;
}
header h1 .logo img {
	width: 100px;
}
header h1 .text {
	display: table-cell;
}
header h1 .text .univ {
	display: block;
}
header h1 .text .dept {
	font-size: 1.6em;
	display: block;
	letter-spacing: 0.05em;
	padding: 3px 0 0;
	font-weight: 500;
}
header h1 .text .hosp {
	font-size: 1em;
	display: block;
	padding: 5px 0 2px;
}
header h1 .text .eng {
	font-size: 0.75em;
	color: #828aa7;
}
.homebtn {
	display: none;
}
#menubar {
	display: none;
}
#menubar_hdr {
	display: none;
}
.home main {
	margin: 30px 0;
	text-align: center;
}
.conts main {
	margin: 0 0 2rem 0;
}
.home main h2 {
	margin: 0 0 10px;
	color: #000;
	text-align: center;
	font-size: 1.6em;
	font-weight: 400;
}
.home main h2.sml {
	font-size: 1.4em;
}
.home main h2 span {
	margin: 0 10px;
	display: block;
}
.conts main h2 {
	text-align: center;
	margin: 20px auto 0;
	letter-spacing: 0.05em;
	font-size: 2em;
	font-weight: 400;
	display: table;
}
.conts main h2 span {
	margin: 0 10px;
	display: block;
}
.conts main h2 img {
	width: 150px;
	border-radius: 10px 10px 0 0;
}
.home main h3 {
	color: #fff;
	text-align: center;
}
.conts main h3 {
	text-align: center;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.4;
	color: #FFF;
	margin-top: 30px;
}
.conts main h3 + p {
	margin-top: 35px;
}
.conts main h3 + .blcac {
	margin-top: 35px !important;
}
.conts main h3 + .pagelink03 {
	margin-top: 35px !important;
}
.conts main h3 + .eventwrap {
	margin-top: 35px !important;
}
.conts main h3 span {
	position: relative;
	padding: 8px 30px 12px;
	border-radius: 5px 5px 0 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.conts main h3 span:before {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
}
.conts main h4 {
	clear: both;
	position: relative;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: 400;
	padding: 20px 10px 12px;
	text-align: center;
	margin: 10px 0 30px;
}
.conts main h4:before {
	position: absolute;
	bottom: -6px;
	left: calc(50% - 50px);
	width: 100px;
	height: 6px;
	content: '';
	border-radius: 3px;
}
.conts main h5 {
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: 400;
	padding: 10px 5px 12px;
	margin: 20px 0 10px;
	text-indent: -2em;
	padding-left: 2em;
}
.conts main h5::before {
	content: '●';
	padding: 0 0.5em;
}
.conts main h5.ir01 {
	padding: 6px 5px 0;
	margin: 10px 0 0;
	text-indent: 0;
	padding-left: 0;
	text-align: center;
}
.conts main h5.ir01::before {
	content: none;
	padding: 0 0.5em;
}
.conts main h5.ir01 span {
	padding: 4px 10px 6px;
	border: 1px solid #5a6e96;
	color: #5a6e96;
}
h5.ir01 + p {
	margin: 30px auto 0 !important;
}
.conts.bg00 main h3 span, .conts.bg00 main h4:before {
	background: rgba(26,52,145,1);
}
.conts.bg01 main h3 span, .conts.bg01 main h4:before {
	background: rgba(240,120,50,1);
}
.conts.bg02 main h3 span, .conts.bg02 main h4:before {
	background: rgba(210,80,120,1);
}
.conts.bg03 main h3 span, .conts.bg03 main h4:before {
	background: rgba(130,140,0,1);
}
.conts.bg04 main h3 span, .conts.bg04 main h4:before {
	background: rgba(0,90,150,1);
}
.conts.bg05 main h3 span, .conts.bg05 main h4:before {
	background: rgba(0,160,120,1);
}
.conts.bg06 main h3 span, .conts.bg06 main h4:before {
	background: rgba(130,60,170,1);
}
.conts.bg00 main h3 span:before {
	border-color: rgba(26,52,145,1) transparent transparent transparent;
}
.conts.bg01 main h3 span:before {
	border-color: rgba(240,120,50,1) transparent transparent transparent;
}
.conts.bg02 main h3 span:before {
	border-color: rgba(210,80,120,1) transparent transparent transparent;
}
.conts.bg03 main h3 span:before {
	border-color: rgba(130,140,0,1) transparent transparent transparent;
}
.conts.bg04 main h3 span:before {
	border-color: rgba(0,90,150,1) transparent transparent transparent;
}
.conts.bg05 main h3 span:before {
	border-color: rgba(0,160,120,1) transparent transparent transparent;
}
.conts.bg06 main h3 span:before {
	border-color: rgba(130,60,170,1) transparent transparent transparent;
}
.conts.bg01 main h5 {
	background: rgba(240,120,50,0.1);
}
.conts.bg02 main h5 {
	background: rgba(210,80,120,0.1);
}
.conts.bg03 main h5 {
	background: rgba(130,140,0,0.1);
}
.conts.bg04 main h5 {
	background: rgba(0,90,150,0.1);
}
.conts.bg05 main h5 {
	background: rgba(0,160,120,0.1);
}
.conts.bg06 main h5 {
	background: rgba(130,60,170,0.1);
}
main h5.ir01 {
	background: none !important;
}
.conts.bg01 main h5::before {
	color: rgba(240,120,50,1);
}
.conts.bg02 main h5::before {
	color: rgba(210,80,120,1);
}
.conts.bg03 main h5::before {
	color: rgba(130,140,0,1);
}
.conts.bg04 main h5::before {
	color: rgba(0,90,150,1);
}
.conts.bg05 main h5::before {
	color: rgba(0,160,120,1);
}
.conts.bg06 main h5::before {
	color: rgba(130,60,170,1);
}
.pkz {
	display: none;
}
.pagemenu {
	display: none;
}
main p {
	margin: 0 5px 12px;
}
main p.fig {
	margin: 1rem 0;
	text-align: center;
}
main p.people img {
	width: 150px;
}
main p.ir01 {
	padding: 10px;
	background: #FFC;
}
footer {
	background: #f2f1ec;
	padding: 15px 0;
}
.footer {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto !important;
	display: table;
}
.footer .left {
	display: table-cell;
	padding: 0 0 0 15px;
	font-size: 0;
}
.footer .left a {
	color: #000;
}
.footer .left p {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
.footer .left ul {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.footer .left ul li {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.3;
}
.footer .left ul li.name {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	padding: 2px 10px 4px;
}
.footer .left ul li.addr {
	display: block;
}
.footer .right {
	display: none;
}
.home .footer .right li.bg01 a, .home .footer .right li.bg02 a, .home .footer .right li.bg03 a, .home .footer .right li.bg04 a, .home .footer .right li.bg05 a, .home .footer .right li.bg06 a {
	background: #606fae;
}
.copy {
	text-align: center;
	padding: 10px 0 0;
	font-size: 0.9em;
	color: #273e88;
}
.list-grid .list {
	margin: 0;
	text-align: left;
	line-height: 1.3;
	padding-bottom: 10px;
}
.list-grid .list a:hover {
	opacity: 0.8;
}
.list-grid .list h3 {
	margin: 0 0 15px;
	padding: 10px 10px 12px;
	font-weight: 400;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	border-radius: 8px 8px 0 0;
	font-size: 1.1em;
}
.list-grid .list .image {
	margin: 0;
	text-align: center;
	padding: 10px;
}
.list-grid .list .image img {
	width: 140px;
	border-radius: 10px;
}
.list-grid .list.bg_01 {
	background: rgb(240, 120, 50, 0.2);
	background: linear-gradient(0deg, rgba(240,120,50,0.1) 0%, rgba(255,255,255,0) 100%);
}
.list-grid .list.bg_02 {
	background: rgb(210, 80, 120, 0.2);
	background: linear-gradient(0deg, rgba(210,80,120,0.1) 0%, rgba(255,255,255,0) 100%);
}
.list-grid .list.bg_03 {
	background: rgb(130, 140, 0, 0.2);
	background: linear-gradient(0deg, rgba(130,140,0,0.1) 0%, rgba(255,255,255,0) 100%);
}
.list-grid .list.bg_04 {
	background: rgb(0, 90, 150, 0.2);
	background: linear-gradient(0deg, rgba(0,90,150,0.1) 0%, rgba(255,255,255,0) 100%);
}
.list-grid .list.bg_05 {
	background: rgb(0, 160, 120, 0.2);
	background: linear-gradient(0deg, rgba(0,160,120,0.1) 0%, rgba(255,255,255,0) 100%);
}
.list-grid .list.bg_06 {
	background: rgb(215, 145, 0, 0.2);
	background: linear-gradient(0deg, rgba(130,60,170,0.1) 0%, rgba(255,255,255,0) 100%);
}
.bg_col01 {
	background: rgba(240,120,50,1);
}
.bg_col02 {
	background: rgba(210,80,120,1);
}
.bg_col03 {
	background: rgba(130,140,0,1);
}
.bg_col04 {
	background: rgba(0,90,150,1);
}
.bg_col05 {
	background: rgba(0,160,120,1);
}
.bg_col06 {
	background: rgba(130,60,170,1);
}
.list-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.mainimg div {
	display: none;
}
.slick-slide {
	margin: 0 auto;
}
.slick-slide img {
	border-radius: 10px;
}
ul.slick-dots {
	display: none;
}
.pagetop-show {
	display: block;
}
.pagetop a {
	display: none;
}
.contact {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 10px 15px;
	border-radius: 0;
	margin: 0 0 15px;
	background: rgba(0,90,200,0.9);
	line-height: 1.5;
}
.contact span {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.contact a {
	color: #fff;
}
.contact a:hover {
	color: #FF0;
}
ul.pagelink01 {
	margin: 0;
	padding: 0;
}
ul.pagelink01 li {
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
	background: url(../images/arrow02.png) no-repeat right 10px center, rgba(90,188,231,0.1);
	border: 2px solid #a3d4ff;
	border-radius: 30px;
	position: relative;
	transition: 0.3s;
}
ul.pagelink01 li.emp {
	background: url(../images/arrow02_1.png) no-repeat right 10px center, rgba(235,116,109,0.1);
	border: 2px solid #f69d97;
}
ul.pagelink01 li a {
	display: block;
	text-indent: 0;
	color: #000;
	line-height: 1.2;
	padding: 10px 30px 12px 20px;
}
ul.pagelink01 li:hover {
	background: url(../images/arrow02.png) no-repeat right 10px center, rgba(207,227,231,0.05);
	border: 2px solid #66b7ff;
}
ul.pagelink01 li.emp:hover {
	background: url(../images/arrow02_1.png) no-repeat right 10px center, rgba(235,116,109,0.05);
	border: 2px solid #eb746d;
}
ul.pagelink02 {
	margin: 10px auto;
	text-align: center;
	padding: 0;
}
ul.pagelink02 li {
	list-style-type: none;
	vertical-align: middle;
	margin: 5px 10px;
	background: url(../images/arrow03.png) no-repeat right center;
	border-bottom: 1px solid #cfe3e7;
	position: relative;
	transition: 0.3s;
	line-height: 1.4;
	font-size: 0.95em;
	display: inline-block;
	padding: 10px 30px 10px 4px;
	text-indent: 0;
}
ul.pagelink02 li:hover {
	background: url(../images/arrow03.png) no-repeat right center, rgba(207,227,231,0.05);
}
ul.pagelink03 {
	margin: 15px 0;
	padding: 0;
}
ul.pagelink03 li {
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
	position: relative;
	transition: 0.3s;
}
ul.pagelink03 li a {
	display: block;
	text-indent: 0;
	color: #000;
	line-height: 1.2;
	padding: 12px 30px 14px 20px;
	border: 2px solid #196acd;
	border-radius: 30px;
	background: url(../images/arrow02_2.png) no-repeat right 10px center, #edf3fb;
}
ul.pagelink03 li a:hover {
	background: url(../images/arrow02_2.png) no-repeat right 10px center, #fff;
	border: 2px solid #196acd;
}
ul.pagelink03 li.txt {
	margin: 8px 10px 8px 0;
	border: none;
}
ul.pagelink03 li.inpage a {
	padding: 12px 35px 14px 20px;
	background: url(../images/arrow05.png) no-repeat right 10px center, #edf3fb;
}
ul.pagelink03 li.inpage a:hover {
	padding: 12px 35px 14px 20px;
	background: url(../images/arrow05.png) no-repeat right 10px center, #fff;
}
ul.pagelink03 li.blk a {
	padding: 12px 40px 14px 20px;
	background: url(../images/arrow03.png) no-repeat right 10px center, #edf3fb;
}
ul.pagelink03 li.blk a:hover {
	padding: 12px 40px 14px 20px;
	background: url(../images/arrow03.png) no-repeat right 10px center, #fff;
}
ul.pagelink03 li.key a {
	padding: 12px 40px 14px 20px;
	background: url(../images/ic_key.png) no-repeat right 12px center, #edf3fb;
}
ul.pagelink03 li.key a:hover {
	padding: 12px 40px 14px 20px;
	background: url(../images/ic_key.png) no-repeat right 12px center, #fff;
}
ul.pagelink03 li.pdf a {
	padding: 12px 50px 14px 20px;
	background: url(../images/PDF_32.png) no-repeat right 12px center, #edf3fb;
}
ul.pagelink03 li.pdf a:hover {
	padding: 12px 50px 14px 20px;
	background: url(../images/PDF_32.png) no-repeat right 12px center, #fff;
}
ul.pagelink03 li.doc a {
	padding: 12px 50px 14px 20px;
	background: url(../images/ic_doc.png) no-repeat right 12px center, #edf3fb;
}
ul.pagelink03 li.doc a:hover {
	padding: 12px 50px 14px 20px;
	background: url(../images/ic_doc.png) no-repeat right 12px center, #fff;
}
ul.pagelink03.nar {
	margin: 0;
	padding: 0;
}
ul.pagelink03.nar li {
	margin: 10px 0;
	position: relative;
	transition: 0.3s;
}
ul.pagelink03.nar li a, ul.pagelink03.nar li a:hover {
	padding-top: 6px;
	padding-bottom: 8px;
	border: 1px solid #196acd;
}
.home01, .home02 {
	text-align: left !important;
	margin-bottom: 30px;
}
/*.home01 {
	display: inline-block;
	padding: 10px;
	border: 5px double #5abcde;
	background: #fff;
	box-shadow: 0px 0px 20px 0 #cfe3e7;
	border-radius: 10px;
}*/
.home01 {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 5px double #5abcde;
	background: #fff;
	box-shadow: 0px 0px 20px 0 #cfe3e7;
	border-radius: 10px;
}

.home01 p {
	line-height: 1.6;
}
.home01 .info {
	text-align: center;
}
.home01 .info ul {
	margin: 0 10px 5px;
	padding: 10px 6px;
	list-style: none;
	background: #fff;
	display: block;
}
.home01 .info ul li {
	text-align: left;
	background: url(../images/arrow01.png) no-repeat left top 5px;
	line-height: 1.3;
	font-size: 1.05em;
	padding: 10px 4px 10px 35px;
	border-bottom: 1px solid #5abddb;
}
.news {
	display: block;
	width: 90%;
	margin: 0 auto !important;
	text-align: center;
	font-size: 0.95em;
	line-height: 1.5;
	border: 2px solid #cecece;
	padding: 10px 15px;
	background: #fff;
	z-index: 10;
	border-radius: 4px;
}
.home02 .info {
	vertical-align: top;
	clear: both;
	padding: 0;
}
.home02 .info dl {
	padding: 6px 0;
	margin: 0;
	border-bottom: 1px dashed #d5dcf3;
}
.home02 .info dt {
	display: table-cell;
	width: 100px;
	padding: 0 5px 0 5px;
}
.home02 .info dd {
	display: table-cell;
	padding: 0 5px 0;
}
.box {
	margin: 10px 0;
	line-height: 1.6;
}
.box p {
	margin: 0;
}
.sns {
	background: #ebf4f9;
	vertical-align: middle;
	padding: 8px;
	border-radius: 5px;
	margin: 8px 10px 0;
}
.sns ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.sns li {
	display: inline-block;
	text-align: center;
	margin: 0 10px;
}
.sns p {
	margin: 0 5px;
}
.sns p span {
	display: block;
	margin: 6px 0 0 0;
}
.sns p span a {
	padding: 0 8px;
}
.memb {
	padding: 10px 20px;
	display: inline-block;
	vertical-align: top;
	margin: 8px;
	min-width: 100px;
	line-height: 1.4;
}
.memb ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.memb .photo {
	margin: 15px 0 10px;
}
.memb .post {
	font-size: 0.8em;
	color: #16832e;
}
.memb .other_name {
	color: #006e96;
}
.memb .name1 {
	font-weight: 500 !important;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px;
}
.memb .name2 {
	font-size: 0.85em;
	color: #333;
	margin: 0 0 5px;
}
.memb .qf {
	font-size: 1.1em;
	font-weight: 500;
	color: #000;
	line-height: 1.2em;
}
.membttl {
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	margin-top: 30px;
	padding-top: 15px;
	color: rgba(240,120,50,1);
}
.members {
	margin: 0 auto;
	padding: 0;
}
.members ul {
	margin: 0 auto !important;
	padding: 0;
}
.members li {
	display: inline-block;
	border-bottom: 1px solid #d5dcf3;
	margin: 5px 8px;
	padding: 5px 8px;
	font-size: 1.1em;
}
.list01 ul {
	margin: 10px 0 30px;
	padding: 0;
}
.list01 li {
	display: inline-block;
	border-bottom: 1px solid #d5dcf3;
	margin: 5px 8px;
	padding: 5px 8px;
}
.voice {
	padding: 0 0 10px;
	margin-top: 10px;
}
.voice .togttl {
	cursor: pointer;
	color: #000;
	font-size: 1em;
	line-height: 1.2;
	padding: 70px 20px 12px 20px;
	text-align: center;
	margin: 0 !important;
	text-decoration: none !important;
	transition: .3s;
}
.voice.male .togttl {
	border-bottom: solid 1px #a2c6e3;
}
.voice.female .togttl {
	border-bottom: solid 1px #e1b1d4;
}
.voice.male .togttl:hover {
	color: #0071bc;
}
.voice.female .togttl:hover {
	color: #b24297;
}
.voice.male .togttl {
	background: url(../images/ic_male.png) center top no-repeat;
}
.voice.female .togttl {
	background: url(../images/ic_female.png) center top no-repeat;
}
.voice .togttl:hover {
	color: #c36;
	text-decoration: underline;
}
.voice.male .togttl.close {
	background: url(../images/ic_male.png) center top no-repeat;
}
.voice.female .togttl.close {
	background: url(../images/ic_female.png) center top no-repeat;
}
.voice .togcts {
	/*display: none;*/
	font-weight: normal;
	padding: 0 0 8px 2px;
	margin: 0;
}
.voice.male .togcts {
	background: #f0f7fb;
	border-left: solid 1px #a2c6e3;
	border-right: solid 1px #a2c6e3;
	border-bottom: solid 1px #a2c6e3;
}
.voice.female .togcts {
	background: #fff1fd;
	border-left: solid 1px #e1b1d4;
	border-right: solid 1px #e1b1d4;
	border-bottom: solid 1px #e1b1d4;
}
.voice .togcts p {
	padding-top: 6px !important;
	margin-bottom: 0;
}
ul.imglist {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
ul.imglist li {
	margin: 10px;
	text-align: center;
	list-style-type: none;
}
.outpatient {
	overflow: auto;
	overflow-y: hidden;
}
.outpatient table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 15px;
}
.outpatient table th, .outpatient table td {
	border: 1px solid #aeaeae;
	line-height: 1.4;
}
.outpatient table th {
	padding: 10px;
	text-align: center;
	font-weight: normal;
	background: #d9e9ef;
	white-space: nowrap;
}
.outpatient table td {
	padding: 10px;
	text-align: center;
	width: calc(100% / 6);
	white-space: nowrap;
}
.outpatient table td.ir01 {
	background: #efedd9;
}
.outpatient table td.ir02 {
	border-top: none;
	border-left: none;
}
.outpatient table td span {
	font-size: 0.85em;
	color: #006e96;
	line-height: 2;
}
.trial ul {
	margin: 15px 0 0;
	padding: 0;
	line-height: 1.5;
	margin-bottom: 0;
}
.trial ul li {
	clear: both;
	display: inline-block;
	margin-right: 20px;
}
.trial ul li.title {
	display: block;
	padding: 8px 12px 8px 12px;
	font-size: 1.05em;
	border-left: 5px solid rgba(0,160,120,1);
	background: rgba(0,160,120,0.05);
	margin-right: 0;
	margin-bottom: 5px;
}
.trial ul li:before {
	color: rgba(0,160,120,1);
	margin-left: 18px;
}
.trial ul li.id:before {
	content: "承認番号：";
}
.trial ul li.disease:before {
	content: "対象疾患：";
}
.trial ul li.doctor:before {
	content: "責任医師：";
}
.trial ul li.number1:before {
	content: "予定症例数：";
}
.trial ul li.number2:before {
	content: "実施症例数：";
}
.trial ul li.target:before {
	content: "対象疾患：";
}
.trial ul li.period:before {
	content: "期間：";
}
.trial ul li.sponsor:before {
	content: "依頼者：";
}
.trial ul li.type:before {
	content: "研究の種類：";
}
.trial ul li.remarks:before {
	content: "備考：";
}
.trial ul li.name:before {
	content: "被験薬の一般名：";
}
.trial ul li.file {
	padding: 8px 0 8px 40px;
	background: url(../images/PDF_32.png) no-repeat left center;
}
.trial .past ul li.title {
	border-left: 5px solid #a7a7a7;
	background: #f5f5f5;
}
.trial .past ul li:before {
	color: #333;
}
ol.nml {
	margin: 0 0 0 30px;
	padding: 0;
}
ul.nml {
	margin: 0 0 0 30px;
	padding: 0;
}
.tblnml {
	margin: 15px 0;
}
.tblnml th, .tblnml td {
	padding: 5px 10px;
	text-align: left;
	box-sizing: border-box;
	font-weight: normal;
}
.tblnml th {
	white-space: nowrap;
}
.tbl01 {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0;
}
.tbl01 th, .tbl01 td {
	border: 1px solid #b4becb;
	line-height: 1.4;
}
.tbl01 th {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	background: #f0f2f5;
	white-space: nowrap;
}
.tbl01 td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.tbl02 {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 1rem 30px;
}
.tbl02 th, .tbl02 td {
	border-bottom: 1px solid #b4becb;
	line-height: 1.4;
	vertical-align: top;
}
.tbl02 th {
	padding: 15px 10px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.tbl02 td {
	padding: 15px 10px;
	text-align: left;
	vertical-align: top;
}
.tbl03 {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 5px;
}
.tbl03 th, .tbl03 td {
	line-height: 1.6;
	vertical-align: top;
}
.tbl03 th {
	white-space: nowrap;
	font-weight: normal;
}

.cbcirai {
	overflow: auto;
	overflow-y: hidden;
}
.cbcirai table {
	border-collapse: separate;
	border-spacing: 10px;
	margin: 0 auto 15px;
	line-height: 1.5;
}
.cbcirai table td.col1 {
	background: #f8fcfb;
	padding: 10px;
	border: 1px solid #beded4;
	font-weight: bold;
	vertical-align: top;
}
.cbcirai table td.col2 {
	margin-left: 1em;
	text-indent: -1em;
	padding-left: 2em;
}
.cbcirai table td.mark {
	text-align: center;
	margin-top: -15px;
}
.box01 {
	margin: 30px 1em;
	background: #FFC;
	padding: 10px;
}
.eventwrap {
	display: block;
	margin: 30px 0 0;
}
.eventwrap .fig img {
	width: 100%;
	max-width: 500px !important;
}
.event_l, .event_r {
	display: block;
	vertical-align: top;
}
.event_l {
	padding-right: 20px;
}
