@charset "utf-8";

/* =====================
left
===================== */
#left{
	margin-top: 15px;
	margin-bottom: 15px;
    word-wrap: break-word;
}

/*.page_menu ul*/
.page_menu{
	margin-bottom: 20px;
	background: #DBF3FF;

}
.page_menu a{
	text-decoration: none;
}
.page_menu a:hover{
	text-decoration: underline;
}
.page_menu h3{
	font-size: 1.28em;
	font-weight: bold;
	padding: 15px;
	background: #C1DEFF;
	margin: 0;
	border-left: 3px solid #418DFF;
}
.page_menu > ul{
	margin: 0;
	padding: 12px;
}
.page_menu > ul > li{
	list-style: none;
}
.page_menu > ul > li > a{
	display: block;
	padding: 7px 17px 5px 5px;
	position: relative;
}
/*
.page_menu > ul > li.toggle > a:before{
	content: "\f067";
	font-size: 0.86em;
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 8px;
	right: 2px;
}
.page_menu > ul > li.toggle.open > a:before{
	content: "\f068";
	color: #696969;
}
*/
.page_menu > ul > li.toggle.open > a{
	background: #C1DEFF;
}
.page_menu > ul > li > a:hover{
	background: #C1DEFF;
	color: #000;
	text-decoration: underline;
}
.page_menu.underline > ul > li{
	border-bottom: 1px solid #C1DEFF;
}
.page_menu.underline > ul > li:last-child{
	border-bottom: none;
}
.page_menu .head{
	display: block;
	font-size: 1.28em;
	font-weight: bold;
	margin-bottom: 5px;
	background: #4C4C4C;
	color: #FFF;
	margin-bottom: 0;
	padding: 10px 15px;
}
.page_menu a.head:hover{
	background: #000;
}
.page_menu > ul > li > ul{
	display: none;
	margin: 0;
	padding: 0px 5px 5px 12px;
}
.page_menu > ul > li > ul > li{
	list-style: none;
}
.page_menu > ul > li > ul > li > a{
	font-size: 0.93em;
	display: block;
	padding: 3px 3px 3px 12px;
	position: relative;
}
.page_menu > ul > li > ul > li > a:before{
	content: "\f0da";
	font-size: 0.86em;
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 3px;
	left: 5px;
}
.page_menu > ul > li > ul > li > a:hover{
	color: #000;
}


/*.contents_menu ul*/
.contents_menu h3{
	font-size: 1.28em;
	font-weight: bold;
	margin-bottom: 5px;
}
.contents_menu a{
	text-decoration: none;
}
.contents_menu > ul{
	margin: 0;
	padding: 12px!important;
	border: 1px solid #B9B9B9;
}
.contents_menu > ul > li{
	list-style: none;
}
.contents_menu > ul > li > a{
	display: block;
	padding: 7px 17px 5px 5px;
	position: relative;
}
.contents_menu  ul  li  a:hover{
	text-decoration: underline;
}
.contents_menu  ul  li  a:hover:before{
	text-decoration: none !important;
}
/*.contents_menu > ul > li > a:hover{
	text-decoration: underline;
}
*/
.contents_menu.underline > ul > li{
	border-bottom: 1px dotted #B9B9B9;
}
.contents_menu.underline > ul > li:last-child{
	border-bottom: none;
}
/*.contents_menu > ul > li.toggle > a:before{
	content: "\f067";
	font-size: 0.86em;
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 8px;
	right: 2px;
	height: 13px;
  overflow-y: hidden;
}
.contents_menu > ul > li.toggle.open > a:before{
	content: "\f068";
}*/

.contents_menu > ul > li.toggle.open  > a:hover:before{
	text-decoration: none !important;
}
.contents_menu > ul > li.toggle.open > a{
	background: #F3F3F3;
}
.contents_menu > ul > li > a:hover{
	background: #F3F3F3;
	color: #000;
}
.contents_menu .head{
	display: block;
	font-size: 1.28em;
	font-weight: bold;
	margin-bottom: 5px;
	background: #4C4C4C;
	color: #FFF;
	margin-bottom: 0;
	padding: 10px 15px;
}
.contents_menu a.head:hover{
	background: #000;
}
.contents_menu > ul > li > ul{
	display: none;
	margin: 0;
	padding: 0px 5px 5px 12px;
}
.contents_menu > ul > li > ul > li{
	list-style: none;
}
.contents_menu > ul > li > ul > li > a{
	font-size: 0.93em;
	display: block;
	padding: 3px 3px 3px 12px;
	position: relative;
}
.contents_menu > ul > li > ul > li > a:before{
	content: "\f0da";
	font-size: 0.86em;
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 3px;
	left: 5px;
	color: #696969;
	height: 13px;
  overflow-y: hidden;
}
.contents_menu > ul > li > ul > li > a:hover{
	color: #000;
	/*text-decoration: underline;*/
}
.contents_menu > ul > li > ul > li > ul > li{
	font-size: 0.86em;
	list-style-type: square;
}
.contents_menu > ul > li > ul > li > ul > li > a{
	display: block;
	position: relative;
}
.contents_menu > ul > li > ul > li > ul > li > a:hover{
	color: #000;
	/*text-decoration: underline;*/
}

/* =====================
.pankuzu
===================== */
.pankuzu{
	margin-top: 15px;
	padding: 5px 10px;
	background: #F3F3F3;
	font-size: 0.86em;
	-webkit-border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	border-radius:2px 2px 2px 2px;
}
.pankuzu a{
	text-decoration: none;
}
.pankuzu a:hover{
	text-decoration: underline;
}

/* =====================
.contents
===================== */
.contents{
	padding: 0px 10px 60px 10px;
	overflow:auto;
}
.contents a{
	word-break: break-all;
}
.contents h2{
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 12px 10px 12px 10px;
	font-size: 2em;
	letter-spacing: 1px;
	border-top: 3px solid #418DFF;
	border-bottom: 1px solid #418DFF;
}
.title_padding{
	padding: 12px 230px 12px 10px!important;
}
@media screen and (max-width: 767px) {
	.title_padding{
		padding: 12px 10px 12px 10px!important;
	}
}
.contents h3{
	font-size: 1.43em;
	padding: 8px 10px;
	margin-bottom: 15px;
	line-height: 1em;
	border-left: 3px solid #418DFF;
	border-bottom: 1px solid #DCDCDC;
}
.contents h4 {
	font-size: 1.28em;
	padding: 8px 8px;
	position: relative;
	border-bottom: 1px solid #418DFF;
}
.contents h4:after {
	content: "";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 33%;
	border-bottom: 1px solid #696969;
}

.contents h5{
	font-size: 1.28em;
    margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	position:relative;
	padding-left: 22px;
}
.contents h5:before{
	content: "\f0c8";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #A0C6FF;
	font-size: 1.2em;
	top: -0.12em;
	left: 0;
}
.contents h6{
	font-size: 1.14em;
	background: #F3F3F3;
	padding: 8px 10px;
	margin-bottom: 15px;
	line-height: 1em;
}
.contents blockquote{
	font-size: 15px;
}

/* =====================
.contents table
===================== */
.contents table{
	margin-bottom: 5px;
	/*width: 100%!important;*/
}
.contents table th,
.contents table td
{
	padding: 5px;
	font-weight:normal;
}

.contents table p{
	margin-top: 3px;
	margin-bottom: 2px;
}
@media screen and (max-width: 480px) {
	.contents table{

		font-size: 11px!important;
		width: 100%!important;
	}
	.contents table span{
		font-size: 11px!important;
	}
	.contents table th,
	.contents table td{
		width: auto!important;
	}
/*
	.contents table tr > td{
		min-width: 60px!important;
	}
	.contents table tr > td:first-child{
		min-width: 100px!important;
	}
*/
}

/* =====================
.contents ul.list1
===================== */
.contents ul{
	padding: 5px;
	padding-left: 10px;
	margin: 0;
}
.contents ul li{
	margin-bottom: 5px;
}

.contents ul.list1{
	padding: 5px!important;
	padding-left: 10px!important;
	margin: 0!important;
		width: auto!important;
		border: none!important;
	list-style-type: none!important;
	float: none!important;
}
.contents ul.list1 > li{
	list-style: none;
	position: relative;
	background-image: none!important;
	padding: 0!important;
	padding-left: 12px!important;
	margin: 0;
	margin-bottom: 5px!important;
}

.contents ul.list1 > li > a{
	position: relative;
}

.contents ul.list1 > li:before{
	content: "\f111";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #418DFF;
	font-size: 8px;
	top: 0.4em;
	left: 0;
}

/* =====================
.contents ul.list2
===================== */
.contents ul.list2{
	margin: 0!important;
	padding: 5px!important;
	padding-left: 10px!important;
}
.contents ul.list2 > li{
	list-style: none;
	position: relative;
	padding-left: 12px!important;
	margin-bottom: 5px!important;
}
.contents ul.list2 > li:before{
	content: "\f10c";
	font-family: FontAwesome;
	position: absolute;
	color: #418DFF;
	font-size: 8px;
	top: 0.4em;
	left: 0;
}

/* =====================
.contents ul.list3
===================== */
/*.contents ul.list3{
	padding: 0;
	margin: 0;
}
.contents ul.list3 > li{
	width: 33%;
	float: left;
	list-style: none;
	padding: 5px;
	padding-left: 20px;
}
*/
.contents ul.list3{
	margin: 0!important;
	padding: 5px!important;
	padding-left: 10px!important;
}
.contents ul.list3 > li{

	list-style: none;
	position: relative;
	padding-left: 12px!important;
	margin-bottom: 5px!important;
}
.contents ul.list3 > li:before{
	content: "\f0c8";
	font-family: FontAwesome;
	position: absolute;
	color: #418DFF;
	font-size: 8px;
	top: 0.4em;
	left: 0;
}

/* =====================
.contents ul.list4
===================== */
.contents ul.list4{
	margin: 0!important;
	padding: 5px!important;
	padding-left: 10px!important;
}
.contents ul.list4 > li{
	list-style: none;
	position: relative;
	padding-left: 12px!important;
	margin-bottom: 5px!important;
}
.contents ul.list4 > li:before{
	content: "\f096";
	font-family: FontAwesome;
	position: absolute;
	color: #418DFF;
	font-size: 8px;
	top: 0.4em;
	left: 0;
}

/* =====================
.contents ol
===================== */
.contents ol{
	list-style: none;
	padding: 5px!important;
	padding-left: 10px!important;
	margin: 0!important;
	margin-left: 15px!important;
	text-indent: 0em!important;
	list-style-type: decimal;
}
.contents ol > li{
	margin-bottom: 5px!important;
}

.contents ol.list1{
	list-style-type: decimal;
	list-style-position: inside;
}
.contents ol.list2{
	list-style-type: upper-roman;
	list-style-position: inside;
}
.contents ol.list3{
	list-style-type: upper-latin;
	list-style-position: inside;
}
.contents ol.list4{
	margin-left: 0px!important;
}
.contents ol.list4 li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
.contents ol.list4 li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
  width:40px;
}

/* =====================
.contents .box-1
===================== */
.contents .box-1{
	margin-bottom: 20px;
}
.contents .box-1 a{
	display: block;
	text-decoration: none;
}
.contents .box-1 .title{
	font-size: 1.14em;
	font-weight: bold;
	padding: 5px 0px;
}
.contents .box-1 .title span{
}
.contents .box-1 a .title{
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
}
.contents .box-1 a .title:before{
	content: "\f0a9";
	font-family: FontAwesome;
	position: absolute;
	top: 4px;
	left: 0;
	margin-top: -1px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.contents .box-1 a:hover .title{
	color: #000;
	text-decoration: underline;
}
.contents .box-1 a:hover .title:before{
	left: 2px;
	text-decoration: none;
}
.contents .box-1 .thumb{
	height: 140px;
	width:140px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.contents .box-1 .thumb img{
	height:140px;
}
.contents .box-1 .caption{
	font-size: 0.93em;
	min-height: 38px;
}
.contents .box-1 .left{
	padding-right: 5px;
}
.contents .box-1 .right{
	padding-left: 5px;
}
.contents .box-1 a.arrow{
	position: relative;
	padding-left: 10px;
	display: inline;
}
.contents .box-1 a.arrow:before{
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
}
.contents .box-1 a.arrow:hover{
	color: #000;
	text-decoration: underline;
}
.contents .box-1 a.arrow:hover:before{
	margin-left: 2px;
}

/* =====================
.contents .box-2
===================== */
.contents .box-2{
	padding: 15px;
	color: #636363;
	background: white;
	border-top: solid 5px #418DFF;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}


/* =====================
.contents .title-1
===================== */
.contents .title-1{
	font-size: 1.07em;
	background: #DCDCDC;
	padding: 0.4em 0;
	text-indent: 0.6em;
}
/* =====================
.contents .img-right
===================== */
.contents .img-right{
	float: right;
	margin: 0px 0px 20px 20px;
}

/* =====================
.contents .img-left
===================== */
.contents .img-left{
	float: left;
	margin: 0px 20px 20px 0px;
}
/* =====================
.contents .links
===================== */
.contents .links p.title {
	margin-top: 60px;
	border-bottom: 1px solid #4C4C4C;
	margin-bottom: 0;
}
.contents .links p.title span {
	color: #ffffff;
	line-height: 20px;
	background: #4C4C4C;
	display: inline-block;
	padding: 10px 15px;
}
.contents .links.uni p.title span {
	background: #418DFF;
}
.contents .links.uni p.title {
	border-bottom: 1px solid #418DFF;
}
.contents .links.hos p.title span {
	background: #379795;
}
.contents .links.hos p.title {
	border-bottom: 1px solid #379795;
}
.contents .links .info {
	display: block;
	font-size: 0.86em;
	color: #797979;
	margin-left: 20px;
}
.contents .links ul {
	padding: 15px;
	margin: 0;
	background: #F2F2F2;
}
.contents .links ul li {
	list-style: none;
}
.contents .links ul li a{
	display: block;
	padding: 5px 5px 5px 20px;
	position: relative;
	text-decoration: none;
}
.contents .links ul li a:before{
	content: "\f0a9";
	font-size: 0.86em;
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
}
.contents .links ul li a:hover{
	background: #F9F9F9;
	color: #000;
	text-decoration: underline;
}
.contents .links ul li a:hover:before{
	left: 8px;
}

/* =====================
.contents .layout-1
===================== */
.contents .layout-1.row{
	margin-left: -10px;
	margin-right: -10px;
}
.contents .layout-1 > .col-md-6,
.contents .layout-1 > .col-md-4,
.contents .layout-1 > .col-md-3
{
	padding: 0;
}
.contents .layout-1 .thumb{
	height: 300px;
}
.contents .layout-1 > div{
	color: #FFF;
}
.contents .layout-1 > div:nth-child(odd){
	background: #418DFF;
}
.contents .layout-1 > div:nth-child(even){
	background: #C1DEFF;
	color: #418DFF;
}
.contents .layout-1 > div:nth-child(even) a{
	color: #418DFF;
}
.contents .layout-1 > div .title{
	font-size: 1.43em;
	font-weight: normal;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.contents .layout-1 > div ul{
	min-height: 368px;
	margin: 0;
	padding: 15px 20px;
}
.contents .layout-1 > div ul > li{
	list-style: none;
	width: 50%;
	float: left;
}
.contents .layout-1 > div ul > li a{
	display: block;
	margin: 3px;
	padding: 5px 5px 5px 20px;
	color: #FFF;
	border-radius:2px;
	position: relative;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.contents .layout-1 > div:nth-child(odd) ul > li a{
}
.contents .layout-1 > div:nth-child(even) ul > li a{
}
.contents .layout-1 > div ul > li a:hover{
	text-decoration: underline;
}
.contents .layout-1 > div ul > li a:before{
	content: "\f105";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 4px;
	left: 10px;
	/*opacity: 0.6;*/
}
.contents .layout-1 > div ul > li a:hover:before{
	left: 12px;
}
@media screen and (max-width: 767px) {

	.contents h2{
		font-size: 1.71em;
		padding: 12px 10px 12px 10px;
	}
	
	.contents .box-1{
		height: auto;
	}

	.contents .layout-1 .thumb{
		height: 180px;
		position: relative;
	}
	.contents .layout-1 > div ul{
		height: auto;
	}
	.contents .layout-1 > div ul > li{
		width: 100%;
		float: none;
	}
}

/* =====================
.contents .layout-2
===================== */
.contents .layout-2{
}
.contents .layout-2 a.block{
	display: block;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #FFF;
}
.contents .layout-2 a.block .thumb{
	height: 300px;
	margin-bottom: 10px;
}
.contents .layout-2 a.block:hover{
	border: 1px solid #DEDEDE;
}
.contents .layout-2 a.block:hover .thumb{
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.contents .layout-2 a.block .thumb{
		height: 180px;
	}
}

/* =====================
.contents .news-list
===================== */
.news-list-title{
	padding: 0;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 1.57em;
}
.contents .news-list{
	padding: 0;
	border: 1px solid #B9B9B9;
	height: 234px;
	overflow: auto;
}
/* 2022 04修正
===================== */
.contents .en-news-list{
	height: 140px;
}
.contents .news-list li{
	list-style: none;
	border-bottom: 1px solid #B9B9B9;
}
.contents .news-list li:last-child{
	border-bottom: none;
}
.contents .news-list li a{
	display: block;
	padding: 10px 10px;
	padding-bottom: 8px;
	position: relative;
}
.contents .news-list li a:hover{
	background: #EAF7FF;
}
.contents .news-list li .date{
	font-family: Arial , Helvetica , Verdana;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1em;
	float: left;
	display: block;
	margin-top: 2px;
}
.contents .news-list li p{
	margin-bottom: 0;
	letter-spacing: 1px;
	margin-left: 75px;
}

/* =====================
.contents .menu-1
===================== */
.contents .menu-1{
}
.contents .menu-1 .col-xs-4{
}
.contents .menu-1 .col-xs-4 a{
	display: block;
	border: 1px solid #418DFF;
	text-align: center;
	font-size: 1.14em;
	padding: 20px 0;
    text-decoration: none;
}
.contents .menu-1 .col-xs-4 a i{
	color: #418DFF;
}
.contents .menu-1 .col-xs-4 a:hover{
	color: #000;
	background: #F3F3F3;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.contents .menu-1 .col-xs-4 a{
		font-size: 0.93em;
		padding: 20px 0;
	}
	.contents .menu-1 .col-xs-4 a i{
		display: block;
		font-size: 1.71em;
		margin-bottom: 10px;
	}

}

/* =====================
.contents .menu-2
===================== */
.contents .menu-2{
}
.contents .menu-2 .col-xs-4{
	padding: 0;
}
.contents .menu-2 .col-xs-4 a{
	display: block;
	border: 1px solid #418DFF;
	text-align: center;
	font-size: 1.14em;
	padding: 20px 0;
	border-right: none;
}
.contents .menu-2 .col-xs-4 a i{
	color: #418DFF;
}
.contents .menu-2 .col-xs-4:last-child a{
	border-right: 1px solid #418DFF;
}
.contents .menu-2 .col-xs-4 a:hover{
	color: #000;
	background: #F3F3F3;
}
@media screen and (max-width: 767px) {
	.contents .menu-2 .col-xs-4 a{
		font-size: 0.93em;
		padding: 20px 0;
	}
	.contents .menu-2 .col-xs-4 a i{
		display: block;
		font-size: 1.71em;
		margin-bottom: 10px;
	}

}

/* =====================
.contents .title-btns
===================== */
.contents .title-btns{
	position: absolute;
	overflow: visible;
	height: 0;
	right: 20px;
	margin-top: 50px;
}
.contents .title-btns a{
	padding:5px 10px;
	margin-right: 3px;
	text-decoration: none;
	-webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
}
.contents a.btn-normal{
	border: 1px solid #636363;
    padding:5px 10px;
    margin-right: 3px;
    color: #636363;
    -webkit-border-radius:4px 4px 4px 4px;
    -moz-border-radius:4px 4px 4px 4px;
    border-radius:4px 4px 4px 4px;
    text-decoration: none !important;
}
.contents a.btn-normal:hover{
    background: #636363;
	color: #FFF;
    text-decoration: underline;
}
.contents a.btn-univasity{
	border: 1px solid #418DFF;
	color: #418DFF;
    padding:5px 10px;
    margin-right: 3px;
    -webkit-border-radius:4px 4px 4px 4px;
    -moz-border-radius:4px 4px 4px 4px;
    border-radius:4px 4px 4px 4px;
    text-decoration: none !important;
}
.contents a.btn-univasity:hover{
	background: #418DFF;
    color: #FFF;
    text-decoration: underline;
}
.contents a.btn-hospital{
	border: 1px solid #379795;
    color: #379795;
    padding:5px 10px;
    margin-right: 3px;
    -webkit-border-radius:4px 4px 4px 4px;
    -moz-border-radius:4px 4px 4px 4px;
    border-radius:4px 4px 4px 4px;
    text-decoration: none !important;
}
.contents a.btn-hospital:hover{
	background: #379795;
	color: #FFF;
    text-decoration: underline;
}
.title-btns a.btn-normal,
.title-btns a.btn-univasity,
.title-btns a.btn-hospital
{
	padding:7px 10px;
}

@media screen and (max-width: 767px) {

	.contents video,
	.contents object,
	.contents embed{
		width: 100%;
		height: auto;
	}
	.contents .title-btns{
		display: none;
	}
}
.exam-list-tobira li:nth-of-type(11) a, .exam-list-tobira li:nth-of-type(12) a {
    height: 45px;
}
.exam-list-tobira li a {
    text-decoration: none;
}
.exam-list-tobira li a:hover {
    text-decoration: underline;
}
/* =====================
footer-nav
===================== */
#footer-nav{
	border-top: 1px solid #F2F2F2;
	padding-top: 30px;
	background:#F2F2F2
}
#footer-nav .col-sm-4{
	margin-bottom: 30px;
}
#footer-nav .title-1{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#footer-nav .title-2{
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	letter-spacing: 0.05em;
}
#footer-nav ul{
	margin: 0;
	padding: 0px 5px 5px 5px;
}
#footer-nav ul > li{
	list-style: none;
	font-size: 12px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 2px;
}
#footer-nav ul > li span{
	font-size: 11px;
}
#footer-nav ul > li a:before{
    content: "\f105";
	font-size: 12px;
	font-family: FontAwesome;
	display: block;
	position: absolute;
	left: 6px;
    height: 13px;
    overflow-y: hidden;
}
#footer-nav ul > li a:hover:before{
	left: 8px;
}
#footer-nav a{
	text-decoration: none;
}
#footer-nav a:hover{
	color: #000;
	text-decoration: underline;
}

/* =====================
#footer-entry
===================== */
#footer-entry{
}
#footer-entry ul{
	margin-top: -45px;
	/* border-right: 1px solid #FFF; */
	float: right;
	padding: 0;
}
#footer-entry ul > li{
	display: inline;
}
#footer-entry ul > li > a{
	font-size: 12px;
	line-height: 14px;
	padding: 0px 12px;
	border-left: 1px solid #FFF;
	color: #FFF;
}
#footer-entry ul > li:last-child > a{
	font-size: 12px;
	line-height: 14px;
	padding: 0px 12px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #FFF;
}
#footer-entry ul > li > a:hover{
	color: #FFF;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#footer-entry ul{
		margin-top: 10px;
		padding: 10px;
		border-right: none;
		float: none;
	}
	#footer-entry ul > li{
		display: block;
	}
	#footer-entry ul > li > a{
		padding: 0px 0px 0px 15px;
		border-left: none;
		position: relative;
	}
    #footer-entry ul > li:last-child > a{
		padding: 0px 0px 0px 15px;
		border-left: none;
		border-right: none;
		position: relative;
	}
	#footer-entry ul > li a:before{
		content: "\f105";
		font-size: 12px;
		font-family: FontAwesome;
		display: block;
		position: absolute;
		top: 0px;
		left: 6px;
	}
	#footer-entry ul > li a:hover:before{
		left: 8px;
	}
}

/* =====================
footer
===================== */
footer{
	background: #418DFF;
	padding-top: 40px;
}

/* =====================
footer-map
===================== */
#footer-map{
	margin-bottom: 10px;
	border: 1px solid #FFF;
}
#footer-map img{
	display: block;
	width: 100%;
}
a#footer-btn-access{
	display: block;
	text-align: center;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 34px;
	margin-bottom: 40px;
}
a#footer-btn-access:hover{
	background: rgba(255,255,255,0.2);
}

/* =====================
footer-box
===================== */
#footer-box{
	margin-bottom: 80px;
	padding: 0 15px;
	color: #FFF;
}
#footer-logo{
	height: 35px;
	display: block;
	margin-bottom: 20px;
}

#footer-box .name{
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
#footer-box .details{
	font-size: 13px;
	margin-bottom: 20px;
}
#footer-box ul{
	padding: 0;
	border: 1px solid #FFF;
}
#footer-box ul li{
	list-style: none;
}
#footer-box ul li a{
	display: block;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	line-height: 40px;
	color: #FFF;
	padding: 0 15px;
	letter-spacing: 1px;
}
#footer-box ul li:last-child a{
	border-bottom: none;
}
#footer-box ul li a:before{
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 5px;
}
#footer-box ul li a:hover{
	background: rgba(255,255,255,0.2);
}
#footer-box ul li a:hover:before{
	margin-left: 3px;
	margin-right: 2px;
}

/* =====================
copyright
===================== */
#copyright{
	color: #FFF;
	font-size: 12px;
	font-family: Arial , Helvetica , Verdana;
	letter-spacing: 2px;
	text-align: right;
	padding-bottom: 100px;
}
/* =====================
講座スマホ用ボタン
===================== */
.title-btns-sp {
	display:none;
}
@media screen and (max-width: 767px) {
.contents .title-btns-sp {
    position: relative;
	display:block;
	overflow: visible;
    height: 40px;
    text-align: right;
    top:-10px;
    }
.contents .title-btns-sp a{
	padding:5px 10px;
	margin-right: 3px;
	text-decoration: none;
	-webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
}
}
@media print{
.title-btns-sp {
	display:none;
}
}
/* =====================
テーブルのレスポンシブ対応
===================== */
@media screen and (max-width: 767px) {
	.contents table.res td{
		display: block;
	}

}

/* =====================
印刷時
===================== */
@media print {
  header * {
  font-size: 10px !important;
}
header .fa{
  font-size: 15px !important;
}
header .fa.fa-facebook-official{
  font-size: 25px !important;
}
#header-search dl dt {
  padding: 4px 0 4px 0px;
}
#header-btns a{
  line-height: 25px;
}
#header-fontsize a{
  line-height: 20px;
  width: 23px;
}
header h1 img {
    height: 45px;
}
header h1 {
    top: 25px;
}
  .contents .box-1 .thumb{
    width: 100%;
  }
  .contents .box-1 .thumb img {
    width: 100%;
    height:auto;
  }
  #global-nav .root > li > a img {
    height: 2VW;
  }
  #global-nav-wrap {
    height: 2vw;
  }
  #face-box h2 {
    font-size: 20px;
  }
  #face-box p {
    font-size: 10px;
  }
  .contents_menu .head{
    font-size: 1em;
  }
  .contents_menu > ul{
    font-size: 0.8em;
  }
  .contents h2 {
    font-size: 1.4em;
  }
  .contents h3 {
    font-size: 1.2emt;
  }
  .contents .box-1 .title{
    font-size: 0.9em;
  }
  .contents .box-1 .caption{
    font-size: 0.8em;
  }
  p,li{
    font-size: 0.8em!important;
  }
  #footer-entry ul {
    margin-top: -45px;
    border-right: 1px solid #FFF;
    float: right;
    padding: 0;
  }
  #footer-entry ul > li {
    display: inline;
  }
  ul#header-small-nav li {
    display: inline-block;
  }
  #face{
    clear: both;
  }
  #pickup article .thumb {
    float: none;
    width: 100%;
    height: 100px;
  }
  .contents .layout-1 > div ul > li {
    list-style: none;
    width: 50%;
    float: left;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-left:5px;
    padding-right:5px;
  }
}
.text-top{
	vertical-align:top;
}
.text-middle{
	vertical-align:middle;
}
.text-bottom{
	vertical-align:bottom;
}
/* 訪問者別メニューレイアウトの指定 */
.flex-contents {
    display: flex;
    flex-wrap: wrap;
}

.flex-content {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-left:10px;
    padding-right:10px;
}


.flex-content > ul > li {
    width: 100%!important;
}

.flex-content div img {
    display: block;
    width: 140px;
}

.visitor-title,
.flex-content > .list1 > li > a {
	font-size: 1.14em!important;
	font-weight: bold;
	position:relative;
}

.flex-content ul li a {
	font-weight: normal;
}

@media screen and (max-width: 720px) {
    .flex-contents {
        flex-direction: column;
    }

    .flex-content {
        width: 100%;
    }
}

.flex-content .title:before{
	content: "\f0a9";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	margin-top: -1px;
	margin-left: 4px;
	font-size: 14px;
	top: 6px;
	left: 0;
	color: #4D4D4D;
}

.contents .box-1 .visitor-caption{
	min-height:auto;
}
.visitor-list li{
	position:relative;
	margin-left:20px;
	font-size:0.93em;
}
.visitor-list li:before{
	content:"" !important;
}
.visitor-list li a:before{
	content: "\f105";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    margin-top: -2px;
    margin-left: -16px;
    font-size: 14px;
    top: 0;
    left: 0;
    color: #4D4D4D;
	height: 16px;
	overflow-y: hidden;
}
.visitor-title{
	padding:5px 5px 5px 18px !important;
	margin:0;
}
.visitor-list a{
	position:relative;
}
.visitor-list li a:hover,.visitor-title a:hover{
	text-decoration:underline !important;
}
/* 訪問者別メニュー　本院で働きたい方へ */
.visitor-anchor-col > *{
	min-width:16%;
	box-sizing:border-box;
}
@media screen and (max-width: 720px) {
.visitor-anchor-col > *{
	min-width:auto;
}
}
/* 20804　ルビ付きテキスト用 */
.ruby-text {
    font-size: 18px;
}
.ruby-text rt {
    font-size: 12px;
}