<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ******************  Smartphone  *************** */
@media (max-width:599px){



/* default */
html, body {
    margin: 0 auto;
    padding: 0;
    font-size: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
    line-height: 180%;
    scroll-behavior: smooth;
    color:#222;
}

a {
    text-decoration: none;
    transition-duration: 0.3s;
}

a:hover {
    opacity: 0.5;
}

a:focus, a:focus-visible {
    outline: none;
}

button, input, select, textarea {
    background-color: transparent;
    border-style: none;
    border: none;
    background: no-repeat;
    padding: 0;
}

#page {
     background-color: #FFF;
}

img { border: none;}

.close {
    font-family: "Arial", "sans-serif";
    text-align: center;
}

table {
    border-collapse: collapse;
}

sub {
    font-size: 85%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}

sup {
    font-size: 76.5%;
    vertical-align: 20%;
}

*html sub {    /* IE6  */
    vertical-align: baseline;
}

*html sup {    /* IE6  */
    vertical-align: text-top;
}

/* ******************  hamburger menu  *************** */
div.btn {
    width:0px;
    height:70px;
    background: #000;
    text-align: center;
}

.main_cover{
    top: 80px;
    position: fixed;
    width: 100%;
    visibility: hidden;
    background:#eeeeee;
    z-index: -1;  
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    right: -100%;
    height: 450px;
}

.main_cover.active {
    top: 80px;
    height:450px;
    visibility: visible;
    background:#eeeeee;
    z-index:701;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    right: 0;
}

.l_header{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    display: block;
}

.header_inner{
    position:fixed;
    top: 0;
    right: 0;
    z-index: 50;
}
.header_wrap{
    width: 70px;
    height: 70px;
}

.nav{
    padding:0px;
    width:calc(100% - 40px);
    height: 100vh;
    position: fixed;
    top: 100px;
    right: -100%;
    z-index: 900;
    background-color: unset;
    display:block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

nav.nav.active {
    padding:0px;
    width:calc(100% - 40px);
    height: auto;
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 900;
    background-color: unset;
    display:block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width:1920px) {
nav.nav {
    max-width:960px;
}
}

@media screen and (min-width:1551px) and (max-width:1919px) {
nav.nav {
    max-width:calc(50% - 100px);
}
}


@media screen and (min-width:768px) and (max-width:1550px) {
nav.nav {
    max-width:calc(70% - 100px);
}
}

.header_nav{
    cursor: pointer;
}
.nav_line{
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.nav_line1{
    right: 20px;
    top: 25px;
    width: 25px;
}
.nav_line2{
    right: 20px;
    top: 34px;
    width: 25px;
}
.nav_line3{
    right: 20px;
    top: 43px;
    width: 25px;
}

.header_nav .nav_text {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: #fff;
    position: relative;
    bottom: -68px;
    line-height: 1;
    font-size: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.header_nav.active .nav_line2{
        display: none;
    }

.header_nav.active .nav_line1{
    top: 24px;
    right: 17px;
    transform: translateY(12px) rotate(-135deg);
    width: 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.header_nav.active .nav_line3{
    top: 48px;
    right: 17px;
    transform: translateY(-12px) rotate(135deg);
    width: 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}



.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 100px;
    width: 100px;
    justify-content: center;
    align-items: center;
    z-index: 1100;
    background-color: #45494e;
}
.menu-btn span.line {
    content: '';
    display: block;
    height: 1px;
    width: 52px;
    background-color: #ffffff;
    position: absolute;
    color:#fff;
    font-size:10px;
    top: 40px;
}

.menu-btn span.line:before {
    content: '';
    display: block;
    height: 1px;
    width: 65px;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;
}

.menu-btn span.line:after {
    content: '';
    display: block;
    height: 1px;
    width: 36px;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;
}

.menu-btn span.line:before {
    top: -15px;
}
.menu-btn span.line:after {
    top: 15px;
}

span.m_text {
    font-family: 'Noto Serif JP', serif;
    font-weight:500;
    color:#fff;
    position: absolute;
    bottom: 12px;
    line-height: 1;
    font-size:10px;
    -webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;
}

span.m_text:before {
    content: "MENU";
}

#menu-btn-check:checked ~ .menu-btn span.m_text:before {
    content: "CLOSE";
}


#menu-btn-check:checked ~ .menu-btn span.line {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span.line::before {
    top: -8px;
    right: -6px;
    transform: translateY(12px) rotate(-135deg);
    width: 65px;
    -webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;
}

#menu-btn-check:checked ~ .menu-btn span.line::after {
    top: 14px;
    right: -6px;
    transform: translateY(-12px) rotate(135deg);
    width: 65px;
    -webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;
}

#menu-btn-check {
    display: none;
}



.menu-content {
    padding:50px;
    max-width:700px;
    width:100%;
    height: 100vh;
    position: fixed;
    top: 100px;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 1000;
    background-color: rgba(69, 73, 78, 0.8);
    transition: all 0.5s;/*アニメーション設定*/
}

nav.nav.active div.wrap {
    padding:0px 0 0px 0;
    height: calc(100% - 200px);
    z-index: 900;
    background: none;
    display:block;
    overflow-y: scroll;
    -ms-overflow-style: none;  
    scrollbar-width: none;
}

nav.nav.active div.wrap::-webkit-scrollbar {
    width: 3px;
}

nav.nav.active div.wrap::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.7);
}

nav.nav.active div.wrap::-webkit-scrollbar-track {
    background: none;
}



.box_h_menu {
    padding:0px;
    width:100%;
    background-color:none;
    display: inline-block;
    height: auto;
    max-height:590px;
    -ms-overflow-style: none;  
    scrollbar-width: none;
}

.box_h_menu::-webkit-scrollbar {
    display:none;
}

.block_h_menu {
    width:100%;
    height: auto;
    float:left;
    padding:0;
    line-height: 1;
    font-size:22px;
}

.menu-content ul {
    display:inline-block;
    width:100%;
    height: auto;
}

.menu-content ul li{
    text-align:left;
}

ul.h_menu {
    padding:0 0 5px;
}

ul.h_menu li {
    width:100%;
    text-align:left;
    line-height:1.18;
    margin:0 0 30px 0;
}

.menu-content ul.h_menu li a,  {
    display: block;
    width:100%;
    box-sizing: border-box;
    text-decoration: none;
    padding: 0 0 0 25px;
    position: relative;
}

.menu-content div.block_h_menu ul li a::before {
    font-family: "ionicons";
    content: "\f30f";
    position: absolute;
    left: 0;
    top: 3px;
}

.menu-content div.block_h_menu ul li a::before {
    font-family: "ionicons";
    content: "\f30f";
    position: absolute;
    left: 0;
    top: 2px;
}


#menu-btn-check:checked ~ .menu-content {
    left: calc(100% - 800px);/*メニューを画面内へ*/
    position: fixed;
    overflow-y: auto;
    z-index: 950;
    height: 100vh;
}



ul.h_menu {
    margin: 0;
    padding: 0;
}

ul.h_menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    background: #fff;
}

ul.h_menu li:nth-of-type(1), ul.h_menu li:nth-of-type(7) {
    margin: 0 0 15px 0;
    border-bottom:1px solid #ddd;
}

ul.h_menu li a {
    display: block;
    line-height:1;
    color:#222;
    font-size:1.6rem;
    height:30px;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    padding:10px 20px 0px;
    position: relative;
}

ul.h_menu li a.selected {
    width:calc(200px - 41px);
    display: block;
    line-height:1;
    color:#fff;
    font-size:1.6rem;
    height:30px;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    padding:20px 20px 5px;
    position: relative;
    background-color:#8d8d8d;
/*    pointer-events:none;*/
}

ul.h_menu li a.selected:before{
    height:calc(100%);
} 

ul.h_menu li a:hover {
/*    color:#fff;*/
/*    background-color:#8d8d8d;*/
}


ul.h_menu li a:before{
    content: "";
    position: absolute;
    bottom: 0px;
    height:calc(100% + 1px);
left:0;
}

ul.h_menu li:nth-of-type(1) a:before  {
    border-left: 5px solid #8d8d8d;
    bottom: -1px;
    height: calc(100% + 2px);
}

ul.h_menu li:nth-of-type(2) a:before {
    border-left:5px solid #00b18d;
}

ul.h_menu li:nth-of-type(3) a:before {
    border-left:5px solid #00a784;
}

ul.h_menu li:nth-of-type(4) a:before {
    border-left:5px solid #00948a;
}

ul.h_menu li:nth-of-type(5) a:before {
    border-left:5px solid #00877b;
}

ul.h_menu li:nth-of-type(6) a:before {
    border-left:5px solid #006a84;
}

ul.h_menu li:nth-of-type(7) a:before {
    border-left:5px solid #00486f;
}

ul.h_menu li:nth-of-type(8) a:before {
    border-left:5px solid #3b2d83;
}

ul.h_menu li:nth-of-type(9) a:before {
    border-left:5px solid #8d8d8d;
}

ul.h_menu li:last-child a {
    border-bottom:1px solid #ddd;
    height:30px;
    padding: 10px 20px 0px;
}





/* ******************  main visual  *************** */
#main_visual {
    padding:0px 0 0;
    margin:70px 0 0;
    background: none;
    height: 120px;
}

.main_visual_inner {
    margin: 0;
    padding: 0;
    width:100%;
    height:auto;
    max-width: 100%;
    text-align: center;
    position: relative;
    line-height: 1;
}

.main_visual_inner img.tb {
    display: none;
}



/* ******************  container  *************** */
body#address #container, body#underlayer #container {
    padding: 105px 15px 75px 15px;
    top: 0;
}

#container {
    padding: 30px 20px 10px 20px;
    width:calc(100% - 40px);
    max-width: 100%;
    text-align: center;
    position: relative;
    display: block;
}



/* ******************  wrapper  *************** */
#wrapper {
    margin: 0 0 0 0px;
    padding: 0 0 10px 0;
    width: 100%;
    text-align: left;
}

body#address #wrapper, body#underlayer #wrapper {
    padding: 0px 0 0 0;
}



/* ******************  header  *************** */
header {
    margin: 0;
    padding: 0;
    background-color: #000000;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

header #top {
    margin: 0 auto;
    padding: 0px 20px 0 20px;
    width: 100%;
    height: 70px;
    display:block;
    max-width:calc(100% - 40px);
}

header #top img.logo {
    margin: 10px 10px 0 0;
    width: 45px;
}

header #top img.title  {
    margin: 20px auto 0 0px;
    width: auto;
    max-width: 230px;
    min-width: 150px;
    display: inline-block;
    vertical-align: top;
}

header #top h1 a + a {
    width: auto;
    min-width: 150px;
}

header #bottom {
    width: 100%;
    max-width: 100%;
    height: 10px;
    display: block;
    padding: 0;
    margin: 0 auto;
    background: url(../images/img_home_main_visual_sp.png);
    background-size: cover;
}

header #bottom_inner img {
    max-width:calc(100% - 30px);
    width:100%;
}

#title {
    float: left;
    margin: 3px 0;
    padding: 0;
}



/* ******************  navigation  *************** */
#navigation {
  display:none;
}



/* ******************  content  *************** */
#content {
    margin:0px 0 0 0;
    padding: 0;
    width: 100%;
    min-height: unset;
}

h1 {
}

h2 {
    font-size: 1.6rem;
}

h3 {
    margin: 0 0 10px 0;
    padding: 0 0 0 12px;
    font-size: 12px;
}

.pagetop {
    text-align: right;
}

ul, li {
    list-style-type: none;
    margin: 0;
}




/* ******************  no  *************** */
.no {
    color: #000000;
}

.btn-search {
    background-color: #edf2f2;
    color: #000000;
}

/* ******************  footer  *************** */
footer {
    height: 210px;
}

#footer {
    padding: 40px 0 0;
    width: 100%;
}

#footer a {
    font-size: 1.4rem;
}

#copyright {
    float: none;
    margin: 0px 0 0 0px;
    padding: 0;
    text-align: center;
    color: #707070;
    font-size: 1.2rem;
    position: absolute;
    bottom: 40px;
    width: 100%;
}

#footer_btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

#footer_btn ul {
    margin: 0;
    float: none;
}

#footer_btn ul li {
    margin: 0;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 12px;
}


button#topBtn {
    position: fixed;
    bottom: 20px;
    right: 18px;
    z-index: 700;
}

a#topBtn {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #00b18d;
    font-size: 24px;
    display: block;
    line-height: 1px;
    border-radius:5px;
    position: relative;
}

#inquiry {
    float: right;
    margin: 0 0 -10px 0;
    padding: 0;
    position: relative;
    visibility: hidden;
}

.inquiry_btn {
  cursor: hand;
}

#footer a {
    text-decoration: none;
    color:#707070;
    font-weight:500;
}

#footer a:visited {
    text-decoration: none;
}



/* home */
/* ******************  address  *************** */
body#home div.box_address {
    width:100%;
    padding:20px 0 0 0px;
}

body#home dl.box_address {
    width: 100%;
    margin: 0;
}

body#home dt.box_address {
    width: 100%;
    margin: 0 0 15px 0;
    vertical-align: top;
    display: block;
}

body#home dt.box_address img {
    width: 140px;
    margin: 0 30px 0px 0;
    display: inline-block;
}

body#home dt.box_address p {
    margin: 0 0 0px 0;
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-block;
    width: calc(100% - 170px);
}

body#home dd.box_address {
    width: 100%;
    font-size: 1.4rem;
    margin: 0;
    display: inline-block;
}

body#home dt.box_list {
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    display: block;
    padding: 10px 0;
}

body#home dd.box_list {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0px 0 15px 0;
    vertical-align: top;
}

body#home dl.box_list.bt_n dd.box_list{
    padding: 0px 0 0px 0;
}

body#home dl.box_list.bt_n dd.box_list {
    border-bottom:none;
}

body#home dl.box_list.bt_n {
    position: relative;
}

body#home dl.box_list.bt_n dd.box_list dd.block_list {
    border-bottom: 1px solid #909090;
    padding: 0px 0 15px 0;
}

body#home dd.box_address p {
    font-size: 1.4rem;
    line-height: 2;
    -webkit-line-clamp: 8;
}

body#home dd.box_address p.right {
    margin: 15px 0 0 0;
}

body#home dd.box_address p.right a {
    font-size: 1.4rem;
}

h2.home {
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 0px 0 5px 0;
}

body#home dt.block_list{
    font-size: 3.6rem;
}

body#home p.title {
    font-size: 1.8rem;
}

body#home p.subtitle {
    font-size: 1.4rem;
}

body#home p.author{
    font-size: 1.4rem;
}

body#home p.title_en {
    font-size: 1.2rem;
    font-weight: 500;
}

p.author_en {
    font-size: 1.2rem !important;
}



/* adress */
/* ******************  address  *************** */
body#address section {
    margin: 0px 0 00px 0;
}

body#address h2.address {
    margin: 0px 0 0px 0;
    padding: 0px 0 15px 0;
    font-size: 2.3rem;
}

body#address div.box_address {
    width: 100%;
    padding: 0;
}

body#address dl.box_address {
    width: 100%;
    margin: 25px 0 00px 0;
}

body#address dt.box_address {
    width: 100%;
    margin: 0 0 20px 0;
}

body#address dt.box_address img {
    width: 140px;
    margin: 0 20px 0 0 ;
    display: inline-block;
}

body#address dt.box_address p {
    width: calc(100% - 160px);
    font-size: 1.6rem;
    display: inline-block;
    margin: 0;
}

body#address dt.box_address p span {
    font-size: 1.2rem;
}

body#address dd.box_address {
    width: 100%;
    margin: 0;
    display: inline-block;
}

body#address dd.box_address p {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
    line-height: 1.714;
    display: block;
}


/* ******************  underlayer  *************** */
body#underlayer div.box_top {
    margin: 0px 0 30px 0;
}

body#underlayer dt.underlayer_top {
    width:45px;
    padding-top: 10px;
}

body#underlayer dt.underlayer_top h2.underlayer_number {
    font-size:3.6rem;
}

body#underlayer dl.underlayer_top {
    margin: 0px 0 30px 0;
    padding: 0 0 10px;
}

body#underlayer dd.underlayer_top {
    margin: 0;
    display: inline-block;
    width: calc(100% - 45px);
    text-align: right;
    float: right;
}

body#underlayer ul.underlayer_top {
    padding: 0;
    width: 100%;
}

body#underlayer ul.underlayer_top li {
    max-height: 52px;
    display: inline-block;
    margin-left:7px;
    height: 52px;
    width: 60px;
    min-width: 60px;
}

body#underlayer ul.underlayer_top li:first-child {
    margin-left:0;
}

body#underlayer ul.underlayer_top li.overview a, 
body#underlayer ul.underlayer_top li.text a {
    width: 58px;
    height: 45px;
    vertical-align: top;
    font-size:1.4rem;
    max-height: 45px;
    padding: 5px 0 0 0;
    min-height: 45px;
    cursor:pointer;
    outline: none;
}

body#underlayer ul.underlayer_top li.overview a:hover, 
body#underlayer ul.underlayer_top li.text a:hover, 
body#underlayer ul.underlayer_top li.overview a:active, 
body#underlayer ul.underlayer_top li.text a:active, 
body#underlayer ul.underlayer_top li.overview a:focus, 
body#underlayer ul.underlayer_top li.text a:focus
body#underlayer ul.underlayer_top li.overview a:focus-visible, 
body#underlayer ul.underlayer_top li.text a:focus-visible  {
    background: #fff;
    color: #222222;
    outline: none;
    border:1px solid #eee;
    height: 45px;
    min-height: 45px;
    box-shadow: 0px 1px 0px 0 rgb(183 183 183);
    -moz-box-shadow: 0px 1px 0px 0 rgb(183,183,183,1);
    -webkit-box-shadow: 0px 1px 0px 0 rgb(183 183 183);
    -o-box-shadow: 0px 1px 0px 0 rgb(183,183,183,1);
    -ms-box-shadow: 0px 1px 0px 0 rgb(183,183,183,1);
}

body#underlayer ul.underlayer_top li.abstract a, 
body#underlayer ul.underlayer_top li.movie a {
    width: 58px;
    height: 36px;
    vertical-align: top;
    font-size: 1.4rem;
    max-height: 36px;
    padding: 14px 0 0 0;
    min-height: 36px;
}

body#underlayer ul.underlayer_top li.selected {
    width: 60px;
    height: 36px;
    vertical-align: top;
    font-size:1.4rem;
    max-height: 36px;
    padding: 14px 0 0 0;
    min-height: 36px;
}


body#underlayer ul.underlayer_top li a br {
    display: block;
}

body#underlayer ul.underlayer_top li a:hover, body#underlayer ul.underlayer_top li a:active {
    background: #fff;
    color: #222222;
    border: 1px solid #eeeeee;
}

body#underlayer div.box_bottom {
    padding: 0;
    width: 100%;
    display: block;
}

body#underlayer h2.underlayer_title {
    font-size:1.6rem;
}

body#underlayer p.underlayer_subtitle {
    font-size:1.4rem;
}

body#underlayer p.underlayer_author {
    font-size:1.4rem;
}

body#underlayer p.underlayer_abstract {
    font-size:1.4rem;
    line-height: 1.714;
}

body#underlayer p.underlayer_keyword {
    font-size:1.4rem;
}

body#underlayer p.underlayer_affiliation{
    font-size:1.2rem;
    padding: 0 0 25px 0;
    margin: 0px 0 30px 0;
}

body#underlayer h2.underlayer_title_en {
    font-size: 1.6rem;
}

body#underlayer p.underlayer_subtitle_en {
    font-size:1.4rem;
}

body#underlayer p.underlayer_author_en {
    font-size:1.4rem;
}

body#underlayer div.block_bottom_04 {
    margin: 0px 0 -15px 0;
}

body#underlayer p.underlayer_abstract_en{
    font-size:1.4rem;
    line-height: 1.714;
}

body#underlayer p.underlayer_keyword_en {
    font-size:1.4rem;
}

p.underlayer_affiliation_en {
    font-size:1.2rem;
}

p.abstract_footer {
    font-size:1.4rem;
}



/* movie */
/* ******************  movie  *************** */
.movie-space {
    margin: 0;
}

.movie_title {
    font-size: 1.5rem;
}

.movie_title a:after {
    margin: 0 0px 0 5px;
}

.movie_text {
    margin: 10px 0 20px 0;
    font-size: 1.4rem;
    line-height: 1.714;
}





/* theme */
/* ******************  theme  *************** */



/* index */
/* ******************  container_index  *************** */



/* list */
/* ******************  list  *************** */



/* ******************  feature  *************** */



/* abstract */
/* ******************  abstract  *************** */



/* ******************  highslide  *************** */



/* annex */
/* ******************  annex  *************** */



/* ******************  help  *************** */



/* ******************  animation  *************** */



/* ******************  back to result  *************** */



}</pre></body></html>