@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');
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: #fff;
	color: #000;
	line-height: 1.8;
	opacity: 0;
	animation: opa1 0.5s 0.3s both;
}
.h100 {
	height: 100% !important
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.ifwrap {
	padding-top: 30px;
	text-align: center;
}
 @media screen and (max-width:900px) {
iframe {
	max-width: 100%;
}
}
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;
}
 @media screen and (max-width:900px) {
.home #container {
	background: url(../images/bg_home_s.jpg) no-repeat center top;
}
}
#contents {
	flex: 1;
	padding: 0 3% 30px;
}
header {
	padding: 0 10px 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #FFF;
}
header a, header a:hover {
	color: #000;
}
header h1 {
	font-size: 1rem;
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
}
header h1 .logo {
	display: block;
	padding: 0 0 10px 0;
}
header h1 .logo img {
	width: 70px;
}
header h1 .text .univ {
	display: block;
	letter-spacing: 0.05em;
	color: #1a3491;
}
header h1 .text .dept {
	font-size: 2em;
	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;
}
header .homebtn {
	text-align: center;
	font-size: 0.9em;
	/*margin: 0 16px 0 0;
	padding-top: 32px;*/
	line-height: 1.2;
	position: absolute;
	right: 27px;
	top: 75px;
}
header .homebtn a span {
	display: block;
}
header .homebtn a {
	color: #1c2d87;
}
header .homebtn a:hover {
	color: #C03;
}
 @media screen and (min-width:900px) and (max-width:1149px) {
header .homebtn {
	right: 35px;
}
 }

/*
header .homebtn ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
header .homebtn ul li {
	display: inline-block;
	vertical-align: middle;
}
header .homebtn ul li.insta {
	margin-left: 15px;
	margin-top: -2px;
}
*/

 @media screen and (max-width:900px) {
.conts header {
	border-bottom: 3px solid rgba(26,52,145,0.3);
}
header h1 .text .dept {
	font-size: 1.9em;
}
header .homebtn {
	display: none;
}
}
 @media screen and (max-width:1350px) {
.home header h1 .text .eng span {
	display: block;
}
}
 @media screen and (min-width:900px) {
header {
	padding: 20px 10px 14px 20px;
	justify-content: space-between;
	width: 100%;
}
header h1 {
	display: table-cell;
	text-align: left;
}
header h1 .logo {
	display: table-cell;
	vertical-align: top;
	padding: 0 15px 0 0;
}
header h1 .logo img {
	width: auto;
}
header h1 .text {
	display: table-cell;
}
header h1 .text .univ {
	display: block;
}
header h1 .text .dept {
	font-size: 2.2em;
	display: block;
}
header h1 .text .hosp {
	display: block;
	padding: 4px 0 2px 0;
}
}
 @media screen and (max-width:900px) {
header {
	flex-direction: column;
	align-items: stretch;
}
}

#menubar_hdr {
	position: fixed;
	z-index: 101;
	cursor: pointer;
	right: 20px;
	top: 20px;
	padding: 16px 14px;
	width: 46px;
	height: 46px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: rgba(26,52,145,0.8);
	color: #fff;
	transform: scale(1.3);
	box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 1);
}
#menubar_hdr span {
	display: block;
	transition: 0.3s;
	border-top: 2px solid #fff;
}
#menubar_hdr.ham span:nth-of-type(1), #menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;
	width: 20px;
}
#menubar_hdr.ham span:nth-of-type(1) {
	transform: rotate(45deg) translate(3.8px, 5px);
}
#menubar_hdr.ham span:nth-of-type(3) {
	transform: rotate(-45deg) translate(3.8px, -5px);
}
#menubar_hdr.ham span:nth-of-type(2) {
	display: none;
}
 @media screen and (max-width:900px) {
#menubar {
	height: 0px;
	overflow: hidden;
	z-index: 100;
	position: relative;
}
#menubar.db {
	position: fixed;
	overflow: auto;
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 90px 20px 20px !important;
	background: rgba(26,52,145,0.95);
	text-align: center;
	animation-name: fadeLeft;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
}
 @keyframes fadeLeft {
 from {
 opacity: 0;
 transform: translateX(-800px);
}
to {
	opacity: 1;
	transform: translateX(0);
}
}
#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menubar ul a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	padding: 10px 0;
}
}
 @media screen and (min-width:900px) {
#menubar_hdr {
	display: none;
}
.conts #menubar a {
	display: block;
	text-decoration: none;
}
.conts #menubar > nav > ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.conts #menubar li {
	text-align: center;
	flex: 1;
	position: relative;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}
.conts #menubar li:last-child {
	border-right: none;
}
.conts #menubar li a {
	padding: 10px;
	color: #fff;
}
.conts #menubar li {
	box-shadow: inset 0px -15px 15px -10px rgba(0, 0, 0, 0.3);
}
.conts #menubar li:nth-child(2) {
	background: rgba(240,120,50,0.8);
}
.conts #menubar li:nth-child(3) {
	background: rgba(210,80,120,0.8);
}
.conts #menubar li:nth-child(4) {
	background: rgba(130,140,0,0.8);
}
.conts #menubar li:nth-child(5) {
	background: rgba(0,90,150,0.8);
}
.conts #menubar li:nth-child(6) {
	background: rgba(0,160,120,0.8);
}
.conts #menubar li:nth-child(7) {
	background: rgba(130,60,170,0.8);
}
.conts #menubar li.current {
	box-shadow: inset 0px 15px 15px -10px rgba(0, 0, 0, 0.3);
}
.conts.bg01 #menubar li.current {
	background: rgba(240,120,50,1);
}
.conts.bg02 #menubar li.current {
	background: rgba(210,80,120,1);
}
.conts.bg03 #menubar li.current {
	background: rgba(130,140,0,1);
}
.conts.bg04 #menubar li.current {
	background: rgba(0,90,150,1);
}
.conts.bg05 #menubar li.current {
	background: rgba(0,160,120,1);
}
.conts.bg06 #menubar li.current {
	background: rgba(130,60,170,1);
}
.conts #menubar li.current:before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
}
.conts.bg01 #menubar li.current:before, .conts.bg01 #menubar li.current:after {
	border-color: rgba(240,120,50,1) transparent transparent transparent;
}
.conts.bg02 #menubar li.current:before, .conts.bg02 #menubar li.current:after {
	border-color: rgba(210,80,120,1) transparent transparent transparent;
}
.conts.bg03 #menubar li.current:before, .conts.bg03 #menubar li.current:after {
	border-color: rgba(130,140,0,1) transparent transparent transparent;
}
.conts.bg04 #menubar li.current:before, .conts.bg04 #menubar li.current:after {
	border-color: rgba(0,90,150,1) transparent transparent transparent;
}
.conts.bg05 #menubar li.current:before, .conts.bg05 #menubar li.current:after {
	border-color: rgba(0,160,120,1) transparent transparent transparent;
}
.conts.bg06 #menubar li.current:before, .conts.bg06 #menubar li.current:after {
	border-color: rgba(130,60,170,1) transparent transparent transparent;
}
.conts #menubar li:nth-child(2) a:hover {
	background: rgba(240,120,50,1);
}
.conts #menubar li:nth-child(3) a:hover {
	background: rgba(210,80,120,1);
}
.conts #menubar li:nth-child(4) a:hover {
	background: rgba(130,140,0,1);
}
.conts #menubar li:nth-child(5) a:hover {
	background: rgba(0,90,150,1);
}
.conts #menubar li:nth-child(6) a:hover {
	background: rgba(0,160,120,1);
}
.conts #menubar li:nth-child(7) a:hover {
	background: rgba(130,60,170,1);
}
.conts #menubar li.sp {
	display: none;
}
.home #menubar > nav > ul {
	display: block;
	font-size: 0;
	margin: 0;
	padding: 0;
}
.home #menubar > nav > ul li {
	display: inline-block;
	text-align: right;
	font-size: 0.95rem;
}
.home #menubar > nav > ul li a {
	color: #666;
}
.home #menubar > nav > ul li a:hover {
	color: #06F;
}
.home #menubar > nav {
	display: table-cell;
	vertical-align: middle !important;
	text-align: right;
}
}
 @media screen and (min-width:1150px) {
.home #menubar {
	margin-top: 30px;
}
.home #menubar > nav {
	display: table;
}
.home #menubar > nav ul {
	display: table-cell !important;
}
.home #menubar > nav > ul li a::after {
	content: "／";
	color: #e3e3e3;
	padding: 0 6px;
}
.home #menubar > nav > ul li.last a::after {
	content: "";
}
}
 @media screen and (min-width:900px) and (max-width:1149px) {
.home #menubar {
	margin-top: 30px;
}
.home #menubar > nav ul li {
	width: 9em;
	text-align: center !important;
	border-right: 1px solid #e3e3e3;
	margin: 4px 0;
}
.home #menubar > nav ul li:nth-child(1), .home #menubar > nav ul li:nth-child(4) {
	width: 8em;
}
.home #menubar > nav ul li:nth-child(3n) {
	border-right: none;
	width: 7.5em;
}
}
/*
.home .sns {
	position: absolute;
	right: 17px;
	top: 5px;
}*/
.sns {
	position: absolute;
	right: 17px;
	top: 5px;
}
 @media screen and (min-width:900px) and (max-width:1149px) {
.sns {
	right: 25px;
}
 }
 /*
 @media screen and (min-width:900px) {
.conts .sns {
	display: none;
}
 }*/
 @media screen and (max-width:900px) {
/*.home .sns {
	left: 10px;
	top: 13px;
}*/
.sns {
	position: absolute;
	left: 10px;
	top: 13px;
}
 }
 
.home main {
	margin: 30px 0;
	text-align: center;
}
.conts main {
	margin: 0 0 2rem 0;
}
.home main h2 {
	margin: 0 0 15px;
	color: #000;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: 400;
}
.home main h2.sml {
	font-size: 1.3em;
}
.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: 1.6em;
	font-weight: 400;
	display: table;
	line-height: 1.4;
}
.conts main h2 img {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
	width: 100px;
}
.conts main h2 span {
	margin: 0 10px;
	display: block;
}
.conts main h2 .text {
	display: table-cell;
	vertical-align: top;
	padding-top: 8px;
	line-height: 1.3;
}
.home main h3 {
	color: #fff;
	text-align: center;
}
.conts main h3 {
	text-align: center;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.4;
	color: #FFF;
}
.conts main h3 + p {
	margin-top: 50px;
}
.conts main h3 + .blcac {
	margin-top: 50px !important;
}
.conts main h3 + .pagelink03 {
	margin-top: 50px !important;
}
 @media screen and (max-width:900px) {
.conts main h3 + .trial {
	margin-top: 30px !important;
}
}
 @media screen and (max-width:600px) {
.conts main h3 + .pagelink03 {
	margin-top: 30px !important;
}
}
.conts main h3 + .eventwrap {
	margin-top: 50px !important;
}
 @media screen and (max-width:600px) {
.conts main h3 + .eventwrap {
	margin-top: 20px !important;
}
}
 @media screen and (max-width:600px) {
.conts main h3 + p {
	margin-top: 30px !important;
}
.conts main h3 + p.blcac {
	margin-top: 30px !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: -14px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
}
 @media screen and (max-width:600px) {
.conts main h3 span {
	display: block;
}
}
.conts main h4 {
	clear: both;
	position: relative;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: 400;
	padding: 20px 10px 10px;
	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: 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);
}
 @media screen and (min-width:900px) {
.home main h2 {
	font-size: 1.8em;
}
.home main h2.sml {
	font-size: 1.6em;
}
.conts main h2 {
	font-size: 2.2em;
	text-align: center;
	padding-top: 10px;
}
.conts main h2 .text {
	display: block;
	padding-bottom: 0;
	padding-top: 10px;
}
.conts main h2 span span {
	display: inline-block;
	margin-left: 1em;
}
.conts main h2 img {
	display: block;
	margin: 0 auto -10px;
	width: auto;
	padding-right: 0;
	border-radius: 10px 10px 0 0;
}
.conts main h3 {
	font-size: 1.6em;
}
.conts main h3 span {
	padding: 8px 60px 14px;
	letter-spacing: 0.1em;
}
.conts main h4 {
	font-size: 1.6em;
}
.conts main h4:before {
	bottom: -10px;
	height: 8px;
	border-radius: 4px;
}
}
.pkz {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 15px;
	margin: 15px 0 10px 0;
	font-size: 0;
}
.pkz li {
	display: inline;
	font-size: 0.9rem;
	line-height: 1.4;
	text-align: center;
	color: #999;
	padding-left: 4px;
}
.pkz li:first-child {
	padding-left: 0;
}
.pkz li a {
	color: #999;
	text-decoration: underline;
}
.pkz li a:hover {
	color: #c20057;
	text-decoration: none;
}
.pkz li:before {
	content: "｜";
	padding-right: 4px;
}
.pkz li:first-child:before {
	content: "";
}
.pagemenu {
	text-align: center;
	padding: 0;
	margin: 3rem 0 30px;
}
.pagemenu:first-of-type {
	margin: 10px 0 30px;
}
 @media screen and (min-width:900px) {
.pagemenu:first-of-type {
	margin: 15px 0 30px;
}
}
.pagemenu .menu {
	display: inline-block;
	text-align: center;
	padding: 8px 0 12px;
	margin: 5px 0 0;
	text-align: center;
}
.pagemenu .menu li {
	display: inline-block;
	font-size: 0.95em;
	color: #a1a4b8;
	padding: 6px 6px 4px;
	margin: 0 5px;
	line-height: 1;
}
.pagemenu .menu li.current {
	background: url(../images/arrow04.png) no-repeat left center;
	padding: 4px 10px 6px 14px;
}
.pagemenu .menu li a {
	display: inline-block;
}
.bg01 .pagemenu .menu {
	border-top: 1px solid rgba(240,120,50,1);
	border-bottom: 1px solid rgba(240,120,50,1);
}
.bg02 .pagemenu .menu {
	border-top: 1px solid rgba(210,80,120,1);
	border-bottom: 1px solid rgba(210,80,120,1);
}
.bg03 .pagemenu .menu {
	border-top: 1px solid rgba(130,140,0,1);
	border-bottom: 1px solid rgba(130,140,0,1);
}
.bg04 .pagemenu .menu {
	border-top: 1px solid rgba(0,90,150,1);
	border-bottom: 1px solid rgba(0,90,150,1);
}
.bg05 .pagemenu .menu {
	border-top: 1px solid rgba(0,160,120,1);
	border-bottom: 1px solid rgba(0,160,120,1);
}
.bg06 .pagemenu .menu {
	border-top: 1px solid rgba(130,60,170,1);
	border-bottom: 1px solid rgba(130,60,170,1);
}
.bg01 .pagemenu .menu li a {
	color: rgba(240,120,50,1);
}
.bg02 .pagemenu .menu li a {
	color: rgba(210,80,120,1);
}
.bg03 .pagemenu .menu li a {
	color: rgba(130,140,0,1);
}
.bg04 .pagemenu .menu li a {
	color: rgba(0,90,150,1);
}
.bg05 .pagemenu .menu li a {
	color: rgba(0,160,120,1);
}
.bg06 .pagemenu .menu li a {
	color: rgba(130,60,170,1);
}
main p {
	margin: 0 5px 12px;
}
main p.fig {
	margin: 1rem 0;
	text-align: center;
}
 @media screen and (min-width:900px) {
main p {
	margin: 0 1rem 12px;
}
main p.fig {
	margin: 1rem;
}
}
main p.ir01 {
	padding: 10px;
	background: #FFC;
}
footer {
	background: #f2f1ec;
	padding: 30px 0;
}
.footer {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto !important;
	display: table;
}
 @media screen and (min-width:1800px) {
footer {
	border-radius: 15px 15px 0 0;
}
}
.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.9rem;
	line-height: 1.3;
}
.footer .left ul li.name {
	display: block;
	font-size: 1.35rem;
	font-weight: 500;
	padding: 2px 10px 4px;
}
.footer .left ul li.addr {
	display: block;
}
.footer .right {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	text-align: right;
	width: 45%;
}
.footer .right ul {
	margin: 0;
	padding: 0;
}
.footer .right li {
	display: inline-block;
	margin: 5px;
	width: calc((100% - 60px) / 3);
	text-align: center;
	border: 1px solid #fff;
	font-size: 0.95em;
}
.footer .right li a {
	padding: 4px 10px 6px;
	display: block;
	color: #fff;
	background: rgba(140,140,150,1);
}
.footer .right li.bg01.current a, .footer .right li.bg01 a:hover {
	background: rgba(240,120,50,1);
}
.footer .right li.bg02.current a, .footer .right li.bg02 a:hover {
	background: rgba(210,80,120,1);
}
.footer .right li.bg03.current a, .footer .right li.bg03 a:hover {
	background: rgba(130,140,0,1);
}
.footer .right li.bg04.current a, .footer .right li.bg04 a:hover {
	background: rgba(0,90,150,1);
}
.footer .right li.bg05.current a, .footer .right li.bg05 a:hover {
	background: rgba(0,160,120,1);
}
.footer .right li.bg06.current a, .footer .right li.bg06 a:hover {
	background: rgba(130,60,170,1);
}
.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: 20px 10px 0;
	font-size: 0.9em;
	color: #273e88;
}
 @media screen and (max-width:1100px) {
.footer .right {
	width: 55%;
}
}
 @media screen and (max-width:900px) {
.footer .left {
	display: block;
	text-align: center;
	width: auto;
	padding: 0 0 0 0;
}
.footer .left p {
	display: block;
	vertical-align: middle;
	width: auto;
	margin-bottom: 15px;
}
.footer .left ul {
	display: block;
	vertical-align: middle;
}
.footer .right {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.footer .right li {
	display: inline-block;
	margin: 5px;
	width: calc((100% - 50px) / 2);
	text-align: center;
	font-size: 0.95em;
}
.copy {
	font-size: 0.8em;
}
}
.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 10px 15px;
	padding: 10px 10px 12px;
	font-weight: 400;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	border-radius: 8px 0 8px 0;
	font-size: 1.1em;
}
.list-grid .list .image {
	margin: 0;
	text-align: center;
	padding: 10px;
}
.list-grid .list .image img {
	border-radius: 10px;
}
.list-grid .list ul {
	margin: 0 0 10px 10px;
	padding: 0;
}
.list-grid .list ul li {
	list-style: none;
	margin: 5px 0;
	padding: 0 0 0 20px;
	background: url(../images/point01.png) no-repeat left top;
}
 @media screen and (max-width:900px) {
.list-grid .list ul {
	margin: 0 0 10px 0;
}
.list-grid .list ul li {
	display: inline-block;
	margin: 5px 10px;
}
}
.list-grid .list.bg_01 {
	background: rgb(240, 120, 50, 0.2);
	background: linear-gradient(0deg, rgba(240,120,50,0.1) 20%, 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) 20%, 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) 20%, 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) 20%, 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) 20%, 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) 20%, 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;
	margin-top: 40px;
}
 @media screen and (min-width:600px) {
.list-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.list-grid .list {
}
.list-grid.c1 .list {
	width: 100%;
	margin-right: 0;
}
.list-grid.c1 .list dl {
	height: auto;
}
.list-grid .list .text {
	flex: 1;
}
}
 @media screen and (min-width:900px) {
.list-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
}
 @media screen and (min-width:1400px) {
.list-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(6, 1fr);
}
}
.mainimg {
	position: relative;
	margin: 0 auto 40px;
	text-align: center;
}
.mainimg img {
	margin: 0 auto;
}
.slick-slide {
	margin: 0 0;
}
.slick-slide img {
	border-radius: 10px;
}
.mainimg img {
	height: auto;
	opacity: .3;
	transform: scale(0.9);
	transition: opacity .5s, transform .5s;
	width: 100%;
}
.mainimg .slick-center img {
	opacity: 1;
	transform: scale(1);
}
.slick-slider {
	-ms-touch-action: auto !important;
	touch-action: auto !important;
}
ul.slick-dots {
	margin: 0;
	padding: 0;
	line-height: 1;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -30px;
}
ul.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}
ul.slick-dots li button {
	border: none;
	padding: 0;
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	background: #ccc;
}
ul.slick-dots li.slick-active button {
	background: #1c2d87;
}
.pagetop-show {
	display: block;
}
.pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	z-index: 99;
	position: fixed;
	right: 15px;
	bottom: 15px;
	color: #fff;
	font-size: 1.5em;
	background: rgba(26,52,145,0.5);
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
}
.pagetop a:hover {
	background: rgba(26,52,145,0.8);
}
.contact {
	font-size: 0.9em;
	font-weight: 400;
	color: #fff;
	position: fixed;
	bottom: 170px;
	background: rgba(0,90,200,0.9);
	padding: 10px;
	border-radius: 6px 0 0 6px;
	right: 0;
	line-height: 1.5;
	transition: 0.3s;
}
.contact span {
	display: block;
	margin: 0;
	padding: 0;
}
 @media screen and (max-width:900px) {
.contact {
	bottom: 250px;
}
}
 @media screen and (max-width:600px) {
.contact {
	bottom: 0;
	width: 100%;
	text-align: left;
	padding-left: 15px;
	border-radius: 0;
	height: 85px;
	margin: 0;
}
.contact span.ic {
	display: inline-block;
	margin: 0 10px;
}
.training footer {
	margin-bottom: 80px;
}
}
 @media screen and (max-height:450px) {
.contact {
	bottom: 0;
	width: 100%;
	text-align: left;
	padding-left: 15px;
	border-radius: 0;
	height: 85px;
	margin: 0;
}
.contact span.ic {
	display: inline-block;
	margin: 0 10px;
}
.training footer {
	margin-bottom: 80px;
}
}

.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);
}
 @media screen and (min-width:900px) {
ul.pagelink02 li {
	text-align: left;
	display: block;
	margin: 5px;
	padding: 10px 30px 15px 4px;
}
}
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.3;
	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;
	border: 2px solid rgba(130,60,170,1);
	background: url(../images/ic_key.png) no-repeat right 12px center, #fff;
}
ul.pagelink03 li.key a:hover {
	padding: 12px 40px 14px 20px;
	border: 2px solid rgba(130,60,170,1);
	background: url(../images/ic_key.png) no-repeat right 12px center, #ffffcc;
}
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;
}
 @media screen and (max-width:450px) {
ul.pagelink03 li {
	width: calc(100% - 20px);
}
}
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: block;
	padding: 10px;
	border: 5px double #5abcde;
	background: #fff;
	box-shadow: 0px 0px 20px 0 #cfe3e7;
	border-radius: 10px;
}
 @media screen and (min-width:1200px) {
.home01 {
	width: 1040px;
	margin: 0 auto 30px;
}
}
.home01 + .home01 {
	margin-top: -10px;
}

.home01 p {
	line-height: 1.6;
}
.home01 .info {
	text-align: center;
}
.home01 .info ul {
	margin: 0 0 5px;
	padding: 10px 0;
	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: 1em;
	padding: 10px 4px 10px 35px;
	border-bottom: 1px solid #5abddb;
}
 @media screen and (min-width:900px) {
.home01 {
	padding: 15px;
}
.home01 .info ul {
}
.home01 .info ul li {
	font-size: 1.05em;
}
}
.news {
	font-size: 0.95em;
	line-height: 1.5;
	border: 2px solid #cecece;
	padding: 5px 30px 5px 10px;
	background: #fff;
	z-index: 10;
	overflow-x: hidden;
	height: auto;
	max-height: 250px;
	border-radius: 4px;
}
 @media screen and (min-width:900px) {
.news {
	height: 180px;
}
}
 @media screen and (min-width:1350px) {
.news {
	height: 160px;
}
}
 @media screen and (max-width:900px) {
.news {
	padding: 5px 10px 5px 10px;
}
}
.home02 .info dl {
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px dashed #d5dcf3;
}
.home02 .info dt {
	padding: 0 5px 0 5px;
	color: #444;
}
.home02 .info dd {
	display: table-cell;
	padding: 0 5px 0;
}
 @media screen and (min-width:900px) {
.home02 .info {
	display: table-cell;
	vertical-align: top;
	margin: 0 auto;
	clear: both;
	padding: 0;
}
.home02 .info dl {
	padding: 6px 0;
	margin: 0;
	border-bottom: 1px dashed #d5dcf3;
	width: calc(100% + 20px);
}
.home02 .info dt {
	display: table-cell;
	width: 100px;
	padding: 0 5px 0 5px;
}
.home02 .info dd {
	display: table-cell;
	padding: 0;
	overflow: auto;
}
}
.box {
	margin: 10px 0;
	line-height: 1.6;
}
 @media screen and (min-width:900px) {
.box {
	margin: 0;
}
.box.hosp {
	margin-left: 25px;
	min-width: 330px;
}
}
.box p {
	margin: 0;
}
 @media screen and (min-width:900px) {
.flexcont {
	display: flex;
	justify-content: center;
}
.flexcont.vm {
	align-items: center;
}
}
.memb {
	padding: 10px 30px;
	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;
}
 @media screen and (min-width:900px) {
.voice {
	padding: 0 10px 10px;
}
}
.voice .togttl {
	cursor: pointer;
	color: #000;
	font-size: 1em;
	line-height: 1.2;
	padding: 70px 6px 12px 6px;
	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/arrow_tog01m.png) no-repeat right center, url(../images/ic_male.png) center top no-repeat;
}
.voice.female .togttl {
	background: url(../images/arrow_tog01f.png) no-repeat right center, url(../images/ic_female.png) center top no-repeat;
}
.voice .togttl:hover {
	color: #c36;
	text-decoration: underline;
}
.voice.male .togttl.close {
	background: url(../images/arrow_tog02.png) no-repeat right center, url(../images/ic_male.png) center top no-repeat;
}
.voice.female .togttl.close {
	background: url(../images/arrow_tog02.png) no-repeat right center, url(../images/ic_female.png) center top no-repeat;
}
 @media screen and (min-width:900px) {
.voice .togttl {
	padding: 70px 20px 12px 20px;
}
.voice.male .togttl {
	background: url(../images/arrow_tog01m.png) no-repeat right bottom, url(../images/ic_male.png) center top no-repeat;
}
.voice.female .togttl {
	background: url(../images/arrow_tog01f.png) no-repeat right bottom, url(../images/ic_female.png) center top no-repeat;
}
.voice .togttl:hover {
	color: #c36;
	text-decoration: underline;
}
.voice.male .togttl.close {
	background: url(../images/arrow_tog02.png) no-repeat right bottom, url(../images/ic_male.png) center top no-repeat;
}
.voice.female .togttl.close {
	background: url(../images/arrow_tog02.png) no-repeat right bottom, 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;
}
@media print {
.voice .togcts {
	display: block !important;
}
}
.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;
}
 @media screen and (min-width:900px) {
ul.imglist li {
	display: inline-block;
}
}
.outpatient {
	overflow: auto;
	overflow-y: hidden;
	margin-top: 15px;
}
.outpatient table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 15px;
}
 @media screen and (min-width:1200px) {
.outpatient table {
	min-width: 800px;
}
}
.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.enddate: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;
}
 @media screen and (max-width:800px) {
.trial ul li.file {
	display: block;
	margin-left: 18px;
}
}
.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;
}
 @media screen and (min-width:900px) {
ol.nml {
	padding: 0 10px;
}
ul.nml {
	padding: 0 10px;
}
}
.tblnml {
	margin: 15px 0;
}
 @media screen and (min-width:900px) {
.tblnml {
	margin: 15px 1rem;
}
}
.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;
}
 @media screen and (min-width:900px) {
.tbl01 {
	margin: 15px 1rem;
}
}
@media screen and (max-width: 640px) {
.tbl01 th {
	display: block;
	text-align: center;
	padding: 10px;
	vertical-align: top;
	font-weight: normal;
	background: #f0f2f5;
	border-top: none;
}
.tbl01 tr:first-child th {
	border-top: 1px solid #b4becb;
}
.tbl01 td {
	display: block;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-top: none;
}
}
.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;
}
 @media screen and (min-width:900px) {
.tbl02 {
	margin: 15px 0 30px;
}
}
 @media screen and (max-width: 640px) {
.tbl02 th {
	display: block;
	text-align: center;
	padding: 15px 10px 0;
	font-weight: normal;
	border-bottom: none;
}
.tbl02 td {
	display: block;
	padding: 0 10px 15px;
	text-align: center;
}
}
.tbl03 {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 5px;
}
 @media screen and (min-width:900px) {
.tbl03 {
	margin: 0 1rem;
}
}
.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;
}
 @media screen and (max-width:900px) {
.cbcirai table td.w50p {
	width: 50%;
}
}
.cbcirai table td.mark {
	text-align: center;
	margin-top: -15px;
}
.box01 {
	margin: 30px 1em;
	background: rgba(130,60,170,0.1);
	padding: 20px 10px;
}
.eventwrap {
	display: table;
	margin: 30px 0 0;
}
.eventwrap .fig img {
	width: 100%;
	max-width: 500px !important;
}
.event_l, .event_r {
	display: table-cell;
	vertical-align: top;
}
.event_l {
	padding-right: 20px;
}
 @media screen and (max-width:1100px) {
.event_l, .event_r {
	display: block;
}
.event_l {
	padding-right: 0;
}
.event_r {
	text-align: center;
	margin-top: 30px;
}
}

