/* main */

body {
    margin: 0.5em 0;
    font-family: 'Open Sans', sans-serif;
    /*font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: justify;
    margin: 0;
    padding: 0;
    overflow-x:hidden;
}
h1 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 40px;
    padding: 10px 12px 9px 12px;
    background: #ffffff;
    border-left: 3px solid #990000;
    font-size: 20px;

}
h2 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px 6px 14px;
    background: #e2e6e9;
    font-size: 18px;
    margin:40px 0 32px;
    border: double #990000;
    border-top:none;
    border-right:none;
    border-bottom:none;
}
h3 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
	margin: 20px 0 15px;
    padding: 2px 0 2px 20px;
    line-height: 2;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    border: 1px solid #999;
    color: #16254E;
}
ul {
    padding: 0;
    margin:0;
}
li {
    list-style-type: none;
}
a {
    color: #3177c5;
    text-decoration: none;
}
a:hover {
  color:#528ED1;
  text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.vat {
    vertical-align:top;
}
.vab {
    vertical-align:bottom;
}
.line_under{
  text-decoration: underline;
}
.cleared {
    clear: both;
}
.sp_view {
	display:none;
}
.blue_font{
	color: #00F;
}

/* YouTube */
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; 
  
    height: 0;
    overflow: hidden;	
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 80%;
}
/*.blank img {
    width: 7px !important;
}*/
.blank img,
.pdf img,
.excel img,
.word img {
    width: 11px;
    height: auto;
    margin: 0 5px;
    vertical-align: middle;
}
.menu_inner_intro {
    margin: 0 auto;
}
.flex_box {
	display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:flex-start;-webkit-justify-content:flex-start;
}
.w100percent {
	width: 100%;
}
.w50percent {
	width: 47.5%;
}
.w50percent:nth-child(1) {
	margin-right: 2.5%;
}
.w50percent:nth-child(2) {
	margin-left: 2.5%;
}
.mw720 {
    max-width: 720px;
}
.fwb {
    font-weight: bold;
}
.small_text {
    font-size: 0.8em;
}
.line_box {
	margin:15px;
	padding:20px;
	border:1px solid #CCC;
}
.button {
	
}
.button a {
	width: 100%;
	height: 100%;
	padding: 10px;
	display:flex;display:-webkit-flex;
	justify-content:center;-webkit-justify-content:center;
	align-items: center;-webkit-align-items: center;
	flex-direction: column;-webkit-flex-direction: column;
	box-sizing: border-box;
	text-align: center;
}
.button a:hover {
	text-decoration: none;
	color: inherit;
	opacity: 0.6;
}
.gray_box {
	padding: 10px 17px;
	box-sizing:border-box;
	background-color: #CCC;
	color: #000;
}
.gray_box a {
	color: #000;
}
.red_box {
	padding: 10px 17px;
	box-sizing:border-box;
	background-color: #9e032d;
	color: #FFF;
}
.red_box a {
	color: #FFF;
}
ul.numberling,ol.numberling,ol.numberlist,ol.numbersharp,ul.border{
  padding: 0 12px;
  counter-reset: li;
  margin:30px 0;
}

.line_box ol.numberlist{
	margin:20px 0 0
}

.line_box ul.border{
	margin:0;
}

.numberling li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0.5em;
}
.numberling li:before {
	content: counter(li) ". ";
    counter-increment: li;
    display: inline-block;
    margin: 0 7px 0 -20px;
    color: #990000;
    font-weight: bold;
}

ol.room{
  padding: 0;
  counter-reset: li;
  margin:10px 0;
}

.room li {
    position: relative;
    padding-left: 25px;
    margin-bottom:0;
}
.room li:before {
	content:"(" counter(li) ") ";
    counter-increment: li;
    display: inline-block;
    margin: 0 7px 0 -25px;
}

.border li {
    position: relative;
    padding-left:5px;
}
.border li:before {
	content:"-";
    display: inline-block;
    margin: 0 0 0 -5px;
}

.numbersharp li {
    position: relative;
    padding-left: 20px;
}
.numbersharp li:before {
	content:"※" counter(li) ":";
    counter-increment: li;
    display: inline-block;
    margin: 0 0 0 -20px;
}




ul.emsharp{
  padding: 0 12px;
  counter-reset: li;
  margin:0 0 30px;
    font-style: italic;
}

.emsharp li {
    position: relative;
    padding-left: 20px;
}
.emsharp li:before {
	content:"*";
    counter-increment: li;
    display: inline-block;
    margin: 0 0 0 -6px;
}

.numberlist li {
    position: relative;
    padding-left: 22px;
}
.numberlist li:before {
	content: counter(li) ") ";
    counter-increment: li;
    display: inline-block;
    margin: 0 2px 0 -20px;
}

.bulletlist li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 0.5em;
}
.bulletlist li:before {
	content: "";
    vertical-align: top;
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 0.7em;
    width: 8px;
    height: 8px;
    color: #990000;
    background: #e2e6e9 url(/common/images_e/common/bg_list_circle01_x2.png) repeat-y left top;
    background-size: 8px 8px;
}

.aboutlist li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 0.5em;
}
.aboutlist li:before {
	content: "";
    vertical-align: top;
    display: inline-block;
    position: absolute;
    left:0;
    top: 0.3em;
    width:22px;
    height:22px;
    background: url(//en.ritsumei.ac.jp/image.jsp?id=447114&version=English) repeat-y left top;
    background-size:22px 22px;
}

.bulleticonlist{
	padding-left: 25px;
}

.bulleticonlist li {
	list-style:disc;
}
.bulletlist li:before {
	content: "";
    vertical-align: top;
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 0.7em;
    width: 8px;
    height: 8px;
    color: #990000;
    background: #e2e6e9 url(/common/images_e/common/bg_list_circle01_x2.png) repeat-y left top;
    background-size: 8px 8px;
}
.bold {
    font-weight:bold;
}
/* margin */
 .mt30 {
 	margin-top: 30px !important;
 }
 .mb30 {
 	margin-bottom: 30px !important;
 }
.mx800 {
 	max-width: 800px;
}
/* padding */
.pd20{ padding-left:20px}
/* table */

table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 10px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table th {
    background: #9e032d;/*前の色#D7E2F0*/
    font-weight: normal;
    /*border: 1px solid #333;*/
    padding: 10px;
    text-align: left;
    color: #FFF;
}
table th:nth-child(n+2) {
    border-left: 1px solid #FFF;
}
table th:last-child {
    border-right: 1px solid #333;
}
table td {
    border: 1px solid #333;
    padding: 10px;
    box-sizing:border-box;
}
.kiyou-table a {
    color: #001789;
}
.kiyou-table a:hover,kiyou-table a:visited {
    color: #7887cd;
}
.kiyou-table img {
    width: 28px;
    padding: 5px;
}

.ethics_table{
	width:100%;
}

.ethics_table th{
	text-align:center;
}

.ethics_table th,.ethics_table td{
	font-size:12px;
	padding:5px;
}

.ethics_table td.url{
	word-break: break-all;
}

table.points,table.program{
	vertical-align:top;
	font-size:14px;
}

table.points td{
	vertical-align:top;
}

.noline td{
	border:none;
	padding:0;
	vertical-align:top
}

.sp_scroll {
	width: 100%;
	/*overflow: auto;スクロール停止*/
}
.table_scroll {
	width: 100%;
	overflow: auto;/*幅が広い為設置*/
	box-shadow: 1px 0px 3px 1px #ccc inset;
	margin: 20px 0 10px;
}
.table_scroll table {
	margin:0;
}
.regulation-table01 {
	
}
.regulation-table01 th {
	text-align: center;
}
.regulation-table01 .text-right {
	text-align: right;
}

.table-text-center{
	text-align:center;
}
/* header */

header {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 84px;
    /*max-width: 1000px;*/
    top: 0;
}
.title-logo-wrapper {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
.header-top {
    display: block;
    max-width: 300px;
    width: 100%;
    position: relative;
}
.header-logo {
    position: absolute;
    top:0;
    left: 5px;
    padding: 15px 25px 16px;
}
.header-logo img{
    max-width:180px;
}
.primary_menu {
	position: relative;
	min-height: 84px;
	width: 80%;
	width: calc(100% - 300px);
}
.primary_menu a {
	display: block;
	position: absolute;
	top: 18%;
	right: 30px;
	width: 100%;
	max-width: 160px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.primary_menu a:hover {
	opacity: 0.6;
}
/* global-navi */

nav {
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
}
#global-navi {
    display:table;
    width: 100%;
    /*max-width: 1000px;*/
    height: 60px;
    margin: 0 0 0 auto;
    background-color: #9e032d;
}

#global-navi.new_menu{
    background-color: #990100;

}
.global-navi_wrap {
    background-color: #9e032d;
    position:relative;/*子メニューが全幅なので追加*/
}
.global-navi_wrap .header-top {
	display:none;
}
.global-navi_wrap.is-fix {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	position: fixed;
        width: 100%;
        top: 0;
}
.global-navi_wrap.is-fix .header-top {
	display: block;
	width: 15%;
	min-width: 168px;
}
.global-navi_wrap.is-fix .header-logo {
	max-width: 180px;
	padding:0;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.global-navi_wrap.is-fix #global-navi {
	width: 85%;
	height: 60px;
}
@media handheld, only screen and (max-width: 1132px), only screen and (max-device-width: 1132px) and (orientation:portrait) {
	.global-navi_wrap.is-fix #global-navi {
		width:calc(100% - 168px);
	}
}
#global-navi li {
    display: table-cell;
    vertical-align:top;
    margin: 0;
    padding: 0;
    width: 14.2%;
    height:100%;
    /*position: relative;*/
    background: none;
    border-left: 1px solid #FFF;
}
#global-navi li:first-child {
    border-left: none;
}

#global-navi a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    position: relative;
    overflow: hidden;
    /*width: 198px;*/
    width: 100%;
    height:100%;
    min-height: 60px;
    padding: 10px 4px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    background-color: #9e032d;
}
#global-navi a span {
    position:relative;
}
#global-navi img {
    position:absolute;
    top:50%;
    left:-30px;
    transform: translate(0,-50%); 
    width: 20px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #global-navi a .inner {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)} /* IE11 */
}
#global-navi > li > a {
    transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;
}

#global-navi .current > a{
    background: rgba(62,1,18,0.6)
}

#global-navi .current > a:after {
    display:block;
    content:"";
    position:absolute;
    bottom:5px;
    height:2px;
    width:80%;
    background-color: #FFF;
}
#global-navi > li > a:hover {
    text-decoration: none;
    background: rgba(62,1,18,0.6)
}
#global-navi .children {
    visibility: hidden;
    position: absolute;
    width: 100%;
    max-width: 440px;
    padding:5px 10px 15px;
    box-sizing:border-box;
    background-color: #272c32;
    display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:flex-start;-webkit-justify-content:flex-start;
}
#global-navi .children li {
    float: none;
    text-align:left;
    display: inline-block;
    width:100% !important;
    margin-right: 4px;
    border: none;
}
#global-navi .children li:nth-child(2n){
    margin-right:0;
}
#global-navi li:hover>.children {
    visibility: visible;
}
#global-navi .children a {
    justify-content:flex-start;
    -webkit-justify-content:flex-start;
    background-color: #272c32;
    padding: 10px 12px;
    margin:0 auto;
    box-sizing:border-box;
    width:100%;
    text-align: left;
    line-height: 1.2;
    height: auto!important;
	min-height:auto!important;
    font-weight: normal;
    border-bottom: 1px dotted #FFF;
}
.global-navi_wrap.is-fix #global-navi .children a{
	height: 50px;
}
#global-navi .children a:hover {
    background-color: #7d8084;
    text-decoration: none;
    opacity:1;
}
.global-navi_wrap.is-fix #global-navi li {
	width: 14.1%;/*線を追加すると落ちるので変更*/
}
.global-navi_wrap.is-fix #global-navi a {
	min-height: 60px;
}


@media handheld, only screen and (max-width: 1300px), only screen and (max-device-width: 1300px) and (orientation:portrait) {
	#global-navi li {
    width:auto;
}

.global-navi_wrap.is-fix #global-navi li {
	width:auto;/*線を追加すると落ちるので変更*/

}
	
}

/* mobile-navi */

#mobile-navi {
    display: none;
    padding: 5px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    background: #9e032d;
    border-bottom: 1px solid #FFF;
}
#mobile-navi a {
    display: inline-block;
    width: 40px;
    margin: 0 0 0 5px;
    padding: 3px 0;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    background: #9e032d;
    border: 1px dotted #CCC;
}
#mobile-navi .header-top {
	float:left;
	width: 110px;
}
#mobile-navi a.header-logo {
	width: auto !important;
	background: transparent !important;
	border: none !important;
}

#mobile-navi a.left-menu {
    float: left;
    margin-right: 5px;
}
#mobile-navi a.right-menu {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}
#mobile-navi ul {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
#mobile-navi li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100%;
    float: left;
}
.menu-sp-switch, .menu-sp-switch span {
    display: inline-block;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}
.menu-sp-switch {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    width: 35px;
    height: 35px;
}
.menu-sp-switch span {
    position: absolute;
    width: 22px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
}
.menu-sp-switch span:nth-of-type(1) {
    top: 10px;
}
.menu-sp-switch span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}
.menu-sp-switch span:nth-of-type(3) {
    bottom: 9px;
}
.menu-sp-switch.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.menu-sp-switch.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-sp-switch.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
.mobile-navi-list {
    display: none;
    position: absolute;
    width: 100%;

    top: 45px;
    background: #272c32;
    margin: 0 !important;
    padding: 0 0 2px 0 !important;
    z-index: 99999;
    border: none;
    height: 90vh;
    overflow: scroll;
}
.mobile-navi-list ul {
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.mobile-navi-list li {
    display: block;
}
.mobile-navi-list li a {
	display: flex !important;
	display: -webkit-flex !important;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
	text-align: left !important;
    padding: 3px 25px !important;
    border-top: none !important;
    width: 100% !important;
    margin: 0 !important;
    color: #FFF;
    min-height: 45px;
    box-sizing:border-box;
    background: #272c32 !important;
}
.mobile-navi-list .children li a{
    padding-left:35px !important;
}
.mobile-navi-list li:nth-child(2n) a{
	/*border-left:none !important;*/
}
/* slider */
#slider {
    /*max-width: 1000px;*/
    margin: 0 auto;
    display: block;
}
.bx-wrapper img {

	margin: 0 auto;
	width: 100%;
}
.bxslider .center_img {
	/*width: 450px;*/
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* mainvisual */

.main-visual {
    display: block;
    margin: 1px 0 0;
    padding: 15px 0;
    width: 100%;
    background-color: #F6F6F6;
}
.main-visual-inner {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
}
/* footer */

footer .footer-top {
    background-image: url("/image.jsp?id=405052&version=English");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #E3E3E3;
    height: 159px;
}
footer .footer-bottom {
	display: block;
	width: 100%;
    padding: 80px 0;
    min-height: 120px;
    color: #9e032d;
    border-top: 1px solid #9e032d;
}

footer .ft_new{
    padding: 40px 0;
}

footer .footer-flex {
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
footer .footer-inner01 {
	width: 25%;
    margin: 0 auto;
}
footer .footer-inner02 {
	width: 25%;
    margin: 0 auto;
	padding:43px 0 0;
}

footer .footer-inner03 {
	display: block;
	width: 25%;
    margin: 0 auto;
	padding:54px 0 0;
    font-size: 6px;
}
footer .footer-inner04 {
	display: block;
	width: 25%;
    margin: 0 auto;
    font-size: 9px;
    padding: 104px 0 0;
}

footer .ft_new .footer-inner02{
	padding:10px 0 0;
}

footer .ft_new .footer-inner03,footer .ft_new .footer-inner04 {
	padding:15px 0 0;
}

footer .footer-logo {
	margin-bottom: 20px;
	text-align:center;
}
footer .footer-logo img {
	max-width:180px;
}
footer .footer-address {
    text-align: left;
    margin-top: 10px
}
footer .footer-address.first {
    margin-top: 5px;
}
footer .footer-address.second {
    margin-top:0;
}
footer .footer-address a {
    color: #9e032d;
}
footer .footer-address a:hover {
	opacity: 0.6;
}
footer .footer-link-title {
	margin-bottom: 8px;
}
footer .footer-banner {
	display:block;
	width:100%;
	margin-bottom: 5px;
	margin-left:0;
}
footer .footer-banner:first-child {
	margin-left:0;
}
footer .footer-banner a:hover {
	opacity: 0.6;
}
footer .copyright {
    text-align: right;
}
footer .footer-inner04 .footer-banner {
	text-align:right;
}

footer .ft_new .footer-inner04 .footer-banner {
	text-align:left;
}

footer .ft_new .footer-inner04 .copyright {
	padding:15px 0 0;
}
/* sidebar */

.leftmenu {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 260px;
    margin: 0;
    padding: 0 20px 0 0;
}
.leftmenu-cont {
    display: block;
    margin: 7px 0 20px;
    padding: 1px;
    border: 1px solid #CCC;
    clear: both;
}
.leftmenu-title {
    display: block;
    margin: 0;
    padding: 12px 0;
    background-color: #000066;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}
.leftmenu-text {
    display: block;
    margin: 0;
    padding: 8px 5px 8px 20px;
    color: #000066;
    background-image: url("/image.jsp?id=405184&version=English");
    background-position: top left;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #CCC;
    line-height: 1.5;
}
/* content */

.main-area {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.main-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0 50px;
    line-height: 2;
	font-size:16px;
	text-align:left;
}
.main-content h1 {
    position: relative;
}
.main-content h1 img {
    position: absolute;
    top: 50%;
    left: -51px;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 50px;
    background: #9e032d;
    padding: 5px;
}

.main-content h1[data-lable-title="ru-researchers-database"] img  {
    background: transparent;
    padding:0;
}

/* トップページ
*/

/* top */

.top-cont01 {
    width: 100%;
    margin: 0 0 70px;
    padding: 0;
}
.top-cont01.second {
	margin-top: -70px;
}
.top-cont-inner {
    vertical-align: top;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 0;
    text-align: center;
}

.top_intro_box{
font-size:20px;
padding:0 0 60px;
}

/* news */

.headline_area {
/*     display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: stretch;
    -ms-flex-align: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start; */
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 15px 0 10px;
}
.news-headline {
	box-sizing:border-box;
	padding: 10px 0;
	margin-bottom: 28px;
	border-bottom: 1px solid #333;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.news-headline .news-text-box {
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	font-size: 15px;
	text-align: left;
}
.news-headline .news-date {
	width: 30%;
	max-width: 90px;
	margin-right: 30px;
}

.news-midasi01 {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    clear: both;
    text-align: center;
}
.news-midasi02 {
    display: inline-block;
}
.news-midasi03 {
    display: block;
    float: right;
    text-align: left;
}
.news-title {
    display: block;
    font-size: 22px;
    padding: 13px 0 0;
    width: 100%;
    max-width: 1000px;
    margin:0 auto 30px;
}
.headline {
    display: block;
    color: #000066;
    background-image: url(images/ya.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: dotted 1px #999999;
    padding: 18px 0 18px 20px;
    line-height: 1;
    margin: 0;
}

.news_to_list_a {
    display: block;
    text-align: right;
    color: #9e032d;
}
/* category */
.category_area {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	color: #FFF;
	max-width: 1000px;
	margin: 0 auto;
}
.category_area .category_list {
	width: 24.67%;
	max-width: 250px;
	margin-top: 70px;
	margin-left: 12.8%;
	background: #9e032d;
	padding: 35px 10px 10px;
	min-height: 246px;
	box-sizing:border-box;
	transition: all 0.14s ease 0s;-webkit-transition: all 0.14s ease 0s;-moz-transition: all 0.14s ease 0s;
}
.category_area .category_list:hover {
	opacity: 0.6;
}
.category_area .category_list a {
	color: #FFF;
}
.category_area .category_list a:hover {
	text-decoration:none;
}
.category_area .category_list_title {
	font-size: 17px;
}
.category_area .category_list:nth-child(3n+1) {
	margin-left: 0;
}
.category_area .category_list:nth-child(-n+3) {
	margin-top: 0;
}

.category_area .category_logo {
	display: flex;
	min-height: 165px;
	align-items: center;
	justify-content: center;
}

.category_area .category_logo img {
	max-width: 100%;
}

/* 子ページ
*/

/* news */

.post-img-wrap {
    text-align: left;
}

.post-img-wrap + .post-img-wrap {
    margin-top: 10px;
}

.news-page {
    display:block;
}

.news-page img {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    max-width: 300px;
}
/* news-lists */

.news-headline-lists {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 18px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    border-bottom: 1px dotted #9e032d;
    border-radius: 2px;
    position: relative;
/*     background-color: #f1f1f2; */
    overflow: hidden;
    text-align: left;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.news-headline-lists a:visited {
    color: inherit;
}

.news-headline-lists a:hover {
    text-decoration: none;
}

.news-headline-lists .news-img {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-left: 4%;
    margin-right: 1%;
    max-width: 145px;
    height: 110px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.news-headline-lists .news-right-box {
    float: left;
    width: 60%;
    width: calc(100% - 5% - 145px);
}
.news-headline-lists .news-date {
    display: inline-block;
    margin: 10px 18px 10px 0;
    color: #333;
}
.news-headline-lists .news-kiji-title {
    display: inline-block;
    background: none;
    background-color: inherit;
    border: none;
    outline: none;
    padding: 0px 18px 15px 0;
    margin: 0;
    line-height: 1.2;
    width: auto;
    height: auto;
    color: #333;
}
.news-headline-lists .news-kiji-cont {
    padding: 0 18px;
    margin-bottom: 15px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news-headline-lists .news-kiji-cont img {
    display: none;
}

.news-headline-lists .news-kiji-cont a {
    display: none;
}

.news-headline-lists .news-kiji-cont table {
    display: none;
}

.news-headline-lists .news-kiji-detail {
    position: absolute;
    bottom:5px;
    right: 18px;
}

.news-headline-lists:hover {
    opacity:0.6;
}

.news-page .mt15 {
    margin-top:15px;
}

.news-page .btn-wrap-flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.news-page .next-page {
    display: block;
}

.news-page .prev-page {
    display: block;
}

.news-page .next-page a,.news-page .prev-page a{
    display: block;
    width: 70px;
    text-align: center;
    color: #9e032d;
    padding: 3px 0px;
    border-radius: 2px;
    border: 1px solid #9e032d;
}

.news-page .next-page a:hover,.news-page .prev-page a:hover {
	opacity: 0.6;
}

.news-page .list-top-page,.news-page .year-news-page {
    display: block;
    float: left;
    margin-right: 13px;
    margin-bottom: 10px;
}
.news-page .list-top-page{
	margin-top:10px
}

.news-page .list-top-page a,.news-page .year-news-page a{
    display: block;
    text-align: center;
    color: #9e032d;
    padding: 3px 0px;
    border-radius: 2px;
    border: 1px solid #9e032d;
}

.news-page .list-top-page a:hover,.news-page .year-news-page a:hover {
	opacity: 0.6;
}

.news-page .list-top-page a {
    width: 130px;
}

.news-page .year-news-page a{
    width: 200px;
}

.news-page .year-news-area {
    margin-top: 30px;
}

.img_right {
	float: right;
	margin-left: 28px;
	margin-bottom: 20px;
}

.img_right img {
    display:block !important;
}

.img_center {
	width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}
.img_center a {
	display: block;
	margin: 0 auto;
}

.img_center img {
    display:block !important;
    margin: 0 auto;
}

.img_center a  img {
	display: inline-block !important;
}

.img_text {
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	padding:0 0 30px;
}

.img_text .img_right{
	display:block;
	width:50%;
	float:none;
	margin:0;
	padding:0 0 20px
}

.img_text .img_right img{
	display:block;
	margin:0 auto;
}

.text_center {
    text-align:center;
}
.news-page table th {
    padding: 10px;
    text-align: left;
}

.news-page table td {
    padding: 10px;
    text-align: center;
}
/* introduction */

.introduction_img_box_first{
    max-width:350px;
    display:block;
    margin:50px auto;
}

.introduction_img_box_first .logo {
    width:100%;
    text-align:center;
    margin-bottom:50px;
}

.circle_wrap {
    display:flex;display:-webkit-flex;
    flex-wrap:wrap;-webkit-flex-wrap:wrap;
    justify-content:center;-webkit-justify-content:center;
}

.circle_wrap .circle {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position:relative;
}

.circle_wrap .circle span{
    position:absolute;
    top:50%;

    left:50%;
    transform: translate(-50%,-50%);
}


.circle_wrap .circle:nth-child(2){
    margin-left:24px;
}


.circle_wrap .circle.blue {
    background-color:#95bee4;
}

.circle_wrap .circle.gray {
    background-color:#ccc;
}

.introduction_center_box {
    text-align:center;
    margin: 50px 0 40px;
}
.introduction_center_box .big {
    font-size:16px;
}
.introduction_center_box .small {
    font-size:12px;
}
.introduction_center_box .bg_gray{
	background:#CCC;
	max-width:500px;
	padding:10px;
	margin:30px auto 0;
}

.introduction_center_box .bg_blue{
	background:#95bee4;
	max-width:500px;
	padding:10px;
	margin:30px auto 0;
}

.process_box{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:left;
    -webkit-justify-content:left;
	-moz-box-sizing:border-box;box-sizing:border-box;
	padding:0;
	margin:0;
}

.process_box .list_box{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	padding:0;
	margin:0 0 20px;
	width:20%;
}

.process_box .list_box span{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:center;
    -webkit-justify-content:center;
	-webkit-align-items:center;-ms-flex-align:center;align-items:center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	padding:0 20px;
	margin:0;
	width:100%;
	border:4px solid #9E042E;
	border-radius:10px;
	text-align:center;
	height:120px;
	line-height:1.2
}

.process_box .arrow_box{
    display:block;
	-moz-box-sizing:border-box;box-sizing:border-box;
	padding:0;
	margin:0 0 20px;
	width:5%;
}

.process_box .arrow_box span{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type:none;
    justify-content:center;
    -webkit-justify-content:center;
	-webkit-align-items:center;-ms-flex-align:center;align-items:center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	padding:0 20px;
	margin:0;
	width:100%;
	height:120px;
	font-size:36px;
	color:#9E042E;
}

.gothic{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-weight:bold;
}

/* chief */

.chief-intro {
    font-weight: bold;
    color: #000066;
    font-size: 18px;
}
.chief-small {
    font-size: 24px;
}
.chief-message-right {
    display: block;
    text-align: right;
}
/* administer */

.bg-graybox {
    display: block;
    margin: 10px 0 20px;
    padding: 19px 31px;
    background-color: #EBEBEB;
}
.adm-member {
    margin: 20px 0 10px;
}
.adm-member th {
    line-height: 25px;
    padding: 5px 10px;
    text-align: center;
    background-color: #404040;
    color: #FFF;
    font-weight: normal;
    border: 1px solid #FFF;
}
.adm-member th.adm-menu01 {
    line-height: 25px;
    text-align: center;
    padding: 0;
    background-color: #000066;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #FFF;
    table-layout: fixed;
}
.adm-menu02 {
    line-height: 1.6;
    padding: 5px 10px;
    text-align: left;
    background-color: #DBDBDB;
    color: #333;
    font-weight: normal;
    border: 1px solid #FFF;
}
.adm-menu03 {
    line-height: 1.6;
    padding: 5px 10px;
    text-align: left;
    background-color: #D1DDE7;
    color: #2B4053;
    font-weight: normal;
    border: 1px solid #FFF;
    word-break: break-all;
}
.adm-menu03 img{
    width: 30px;
    display:block;
    margin:0 auto;
}
/* sitemap */
.sitemap_ul {
    
}
.sitemap_ul .top_level{
    padding-left:16px;
}

.sitemap_ul .second_level {
    padding-left:40px;
}
.sitemap_ul .third_level {
    padding-left:80px;
}
.sitemap_ul .fourth_level {
    padding-left:120px;
}
.sitemap_ul .fourth_level + .third_level {
    margin-top: 16px;
}

#link01,#link02,#link03,#link04,#link05 {
   margin-top:-20px;
  padding-top:20px;
}

/* PCでサイズを縮小した時
----------------------------------------------------------------*/

@media handheld, only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) and (orientation:portrait) {
    /*#global-navi a {max-width:200px;width:100%;}*/
    .leftmenu {display:none;}
    .category_area .category_list{min-height:240px;}
    .category_area .category_logo{min-height:140px;}
}

/* スマートフォンサイト
----------------------------------------------------------------*/

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {
    /* 共通設定 */
    body,html{overflow-x: hidden;}
    h1,h2,h3,.main-area{width: 100%;line-height:1.68;}
    h1{margin-top:30px;}
    h1,h2,h3{margin-bottom:30px;}
    h3{height:auto;}
    .pc_view{display:none;}
    .sp_view{display:block;}
    .img_right{float:none;text-align:center;margin:0 auto;}
    .img_right img{margin:0 auto;}
    .flex_box{flex-direction: column;-webkit-flex-direction: column;}
    .flex_box .flex_lists{width:100%;margin:15px 0 0;}
    .flex_box .flex_lists:first-child{margin-top:0;}
    table{overflow: scroll;}
    tr{display:block;padding-bottom:30px;}
    th{display:none;}
    td{display:block;width:100%;border-top:none !important;padding-left:15px;}
    td:first-child{border-top:1px solid #333 !important;}
    td:before{content:attr(data-label-title) ":";display:inline-block;}
    td.sp_view:before{display:none;}
    td.title{background-color:#ddd;text-align:center;}
    td.title:before{display:none;}
    .text-right{text-align:left !important;}
    .table-scroll{overflow: auto;white-space: nowrap;}
    .table-scroll::-webkit-scrollbar{height: 5px;}
    /* table */
    .info-table td {display:block;width:100%;}
    .info-table th {display:block;width:100%;}
    .kiyou-table th{display:none;}
    .kiyou-table td{display:table;table-layout:fixed;padding:5px 10px;vertical-align:top;}
    .kiyou-table td:before {content:attr(title);display:table-cell;vertical-align:top;}
    /* header */
    header{height:auto;position:fixed;top:0;left:0;width:100%;z-index:10000;}
    .title-logo-wrapper{justify-content: center;-webkit-justify-content: center;}
    .header-logo{display:block;float:none;width:100%;position:static;padding:10px 0;}
    .header-logo img{display:block;margin:0 auto;width:100%;}
    .primary_menu{display:none;width: 100%;}
    #mobile-navi{display: block;}
    .pc_navi{display:none;}
    /* slider */
    .slider-wrap{margin-top: 45px;}
    /* footer */
    footer .footer-top{height:auto;overflow:hidden;padding:0 0 10px;}
    footer .footer-flex.sp-center{justify-content: center;-webkit-justify-content: center;}
    footer .footer-logo{width:56%;}
    footer .footer-flex{width:100%; padding:0 10px;-moz-box-sizing: border-box;box-sizing: border-box;}
    footer .footer-inner01{display:block;width:100%;margin:0; padding:0 0 10px}
    footer .footer-inner02{width: 50%;margin:0; padding:0 5px 0 0;-moz-box-sizing: border-box;box-sizing: border-box;}
    footer .footer-inner03{width: 50%;margin:0; padding:11px 0 0 5px;-moz-box-sizing: border-box;box-sizing: border-box;}
    footer .footer-inner04{width: 100%;display:flex;display:-webkit-flex;justify-content:left;-webkit-justify-content:left;align-items:flex-start;-webkit-align-items:flex-start;flex-direction:row;-webkit-flex-direction:row;margin:0; padding:10px 0 0;}
    footer .footer-address{width:100%;}
    footer .footer-nav-l{display:block;width:80%;margin:0 auto;padding:20px 0 0;}
    footer .footer-nav-l img{max-width:120px;}
    footer .footer-nav-r{display:block;padding:0;margin:20px auto;width:80%;}
    footer .footer-nav-r li{display:block;}
    footer .footer-nav-r a.f-link{padding:0;margin-right:10px;}
    footer .footer-bottom{height:auto;overflow:hidden; padding:15px 0}
	footer .ft_new{ padding:15px 0}
    footer .footer-address{float:none;width:80%;margin:0 auto;}
    footer .footer-address.first{margin-left:auto;}
	footer .footer-inner02 .footer-address.first{ margin:0; display:block;width:100%; padding:0;-moz-box-sizing: border-box;box-sizing: border-box;}
    footer .footer-inner04 .footer-banner:nth-child(1){display:block;-moz-box-sizing: border-box;box-sizing: border-box;width:25%;}
    footer .footer-inner04 .footer-banner:nth-child(2){display:block;-moz-box-sizing: border-box;box-sizing: border-box;width:25%;}
    footer .copyright{float:none;padding:0; display:block;width:50%;-moz-box-sizing: border-box;box-sizing: border-box;}
    /* main-visual */
    .main-visual{max-width:100%;height:auto;}
    /* contents */
    .top-cont-inner{padding:30px 0 0;}
.top_intro_box{font-size:16px;padding:0 0 20px;}
    .main-content{overflow: hidden;}
    .headline_area{padding:0 10px;align-items:baseline;-ms-align-items:baseline;margin:0 auto;width:auto;max-width: 580px;width:90%;}
    .news-headline{margin-bottom:0;}
    .news-headline:last-child{margin-bottom:18px;}
    .news_to_list_a{padding:0 5px;width:90%;margin:0 auto;}
    .top-cont01{margin:0 0 25px;}
    .top-cont01.second{margin-top:-25px;}
    .news-midasi01{padding:0 5px 0;}
    .news-title{font-size: 18px;}
    .news-title img {max-height:21px;}
    .category_area{flex-direction:column;-webkit-flex-direction:column;align-items: center;-webkit-align-items: center;}
    .category_area .category_list{width: 85%;margin-left:0;margin-top:10px;padding:15px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;min-height:70px;max-width:360px;}
    .category_area .category_list:nth-child(-n+3){margin-top:10px;}
    .category_area .category_list:first-child{margin-top:0;}
    .category_area .category_list:nth-child(2) .category_logo img{transform:translate(5px,0);}
    .category_area .category_list:nth-child(4) .category_logo img{transform:translate(1px,0);}
    .category_area a{display:flex;display:-webkit-flex;justify-content:flex-start;-webkit-justify-content:flex-start;width:100%;}
    .category_area .category_list_title{font-size:14px;text-align: left;width: 80%;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;}
    .category_area .category_logo{margin-top:0;width:20%;min-height:inherit;}
    .category_area .category_logo img{max-height:50px;}
    .news-headline-lists{width:100%;margin:10px 0 0;font-size:12px;}
    .news-headline-lists .news-kiji-title{display:block;}
    .news-headline-lists .news-img{max-width:220px;min-height:150px;margin:20px auto;float:none;}
    .news-headline-lists .news-right-box{width: auto;float:none;}
    .news-headline-lists .news-kiji-cont{margin-bottom:25px;height:52px;} 
    .news_to_list_a{margin-top: 18px;}
    .news-page{padding-bottom:25px;}
    .news-page .list-top-page{margin-top: 20px;}
    .leftmenu{display:none;}
    .main-content{float:none;width:100%;padding-bottom:20px;padding-left:5px;padding-right:5px;box-sizing:border-box;-moz-box-sizing:border-box;}
    .main-content p{padding:0 5px;}
    .info-table{padding-right:5px;padding-left:5px;}
    .circle_wrap .circle{width:115px;height:115px;}
	.process_box .list_box{width:40%;}
	.process_box .arrow_box{width:10%;}
	.process_box .arrow_box span{font-size:22px;}
	.img_text {padding:0 0 20px;}
	.img_text .img_right{padding:0 30px}
	ul.numberling,ol.numberling,ol.numberlist,ol.numbersharp,ul.border{margin:15px 0;}
    /* box-layout */
    /* sitemap */
    .sitemap_ul .second_level {padding-left:25px;}
    .sitemap_ul .third_level {padding-left:50px;}
    .sitemap_ul .fourth_level {padding-left:75px;}
}
