@charset "UTF-8";

/* Roboto */
@font-face {
    font-family: "Roboto Custom";
    font-weight: 100;
    src: local("Roboto-Thin"), url("//themes.googleusercontent.com/font?kit=MMDEOSa6i6T9gBocjYCJkQ") format("woff");
}
@font-face {
    font-family: "Roboto Custom";
    font-weight: 300;
    src: local("Roboto-Light"), url("//themes.googleusercontent.com/font?kit=d-QWLnp4didxos_6urzFtg") format("woff");
}
@font-face {
    font-family: "Roboto Custom";
    font-weight: 400;
    src: local("Roboto-Regular"), url("//themes.googleusercontent.com/font?kit=grlryt2bdKIyfMSOhzd1eA") format("woff");
}
@font-face {
    font-family: "Roboto Custom";
    font-weight: 500;
    src: local("Roboto-Medium"), url("//themes.googleusercontent.com/font?kit=7KXg6nyyqN8gyMoNwQ7aOQ") format("woff");
}
@font-face {
    font-family: "Roboto Custom";
    font-weight: 700;
    src: local("Roboto-Bold"), url("//themes.googleusercontent.com/font?kit=vxNK-E6B13CyehuDCmvQvw") format("woff");
}
@font-face {
    font-family: "Roboto Custom";
    font-weight: 900;
    src: local("Roboto-Black"), url("//themes.googleusercontent.com/font?kit=1_sFLBJZ_MiiGcnkjN_Mgg") format("woff");
}

/* Italic */
@font-face {
    font-family: "Roboto Custom";
    font-weight: 100;
    font-style: italic;
    src: local("Roboto-ThinItalic"), url("//themes.googleusercontent.com/font?kit=jB4HYzUnEmLtjz-UHQe60fesZW2xOQ-xsNqO47m55DA") format("woff");
}
@font-face {
    font-family: "Roboto Custom";
    font-weight: 300;
    font-style: italic;
    src: local("Roboto-LightItalic"), url("//themes.googleusercontent.com/font?kit=iE8HhaRzdhPxC93dOdA05z8E0i7KZn-EPnyo3HZu7kw") format("woff");
}
@font-face {
    font-family: "Roboto Custom";
    font-weight: 400;
    font-style: italic;
    src: local("Roboto-RegularItalic"), url("//themes.googleusercontent.com/font?kit=biUEjW7P-lfzIZFXrcy-wQ") format("woff");
}
@font-face {
    font-family: "Roboto Custom";
    font-weight: 500;
    font-style: italic;
    src: local("Roboto-MediumItalic"), url("//themes.googleusercontent.com/font?kit=daIfzbEw-lbjMyv4rMUUTj8E0i7KZn-EPnyo3HZu7kw") format("woff");
}
@font-face {
    font-family: "Roboto Custom";
    font-weight: 700;
    font-style: italic;
    src: local("Roboto-BoldItalic"), url("//themes.googleusercontent.com/font?kit=owYYXKukxFDFjr0ZO8NXhz8E0i7KZn-EPnyo3HZu7kw") format("woff");
}
@font-face {
    font-family: "Roboto Custom";
    font-weight: 900;
    font-style: italic;
    src: local("Roboto-BlackItalic"), url("//themes.googleusercontent.com/font?kit=b9PWBSMHrT2zM5FgUdtu0T8E0i7KZn-EPnyo3HZu7kw") format("woff");
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}


body{
    margin: 0;
    padding: 0;
    font-family: "Yu Gothic", YuGothic,"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    color: #383838;
}
ul,li{
    list-style: none;
    margin:0;
    padding:0;
}
a{
    color: #00baff;
    text-decoration: none;
}





#jpbox a{
    font-size: 0.8rem;
  margin-right: 5px;
    vertical-align: 5%;
    display: inline-block;
}
#jpbox a:before {
  margin-right: 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}
#jpbox a.pdf:before{
  content: '\f1c1';
}
.fig:hover, .chu:hover,#jpbox a:hover{
    color: #ff009d;
}


h2{
  margin-top: 8rem;
  margin-left: 2rem;
  width: 3.5rem;
}
h3{
  margin-top: 10rem;
  padding-top: 2rem;
  padding-left: 2rem;
  font-size: 1rem;
  border-top: 1px solid #868686;
}
h3.first{
  margin-top: 2rem;
}


/* 図版 */
.photo{
    height: auto;
    z-index: 500;
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.photo img{
    width: 100%;
    margin: 0;
}
    
/* メニュー */

.gmenubox {
    display: flex;
    z-index: 300;
    transform: rotate(90deg);
    transform-origin: top left;
    width: 100vh;
   }
.gmenubox a{
  color: #383838;
}

.gmenu:hover{
    background: rgba(152, 152, 152, 0.16);
}
#menu{
    height: 100vh;
    width: 2px;
    position: fixed;
    right: 0px;
    top:0;
    margin: 0o;
    z-index: 100;
    font-size: 0.8rem;
}
.menu {
  border: 1px none #d7d7d7;
  border-right-style: solid;
  padding: 0 0.7rem 0;
  font-size: 0.5rem;
  }


.info {
  font-size: 1rem;
margin-top: 8rem;
    margin-left: 2rem;
  padding: 0;
  font-family: YuGothic,"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.left {
  background: #001264; }

.right {
  background: #0aa8ba; }

.bold {
  font-weight: bolder; }

.small {
  font-size: 0.8rem;
  position: relative;
  bottom: 1px; }

.midashi {
  position: relative;
  color: #ffffff;
  background: #383838;
  font-size: 70%;
  padding: 1px 4px 2px;
  margin-right: 3px;
  bottom: 1px; }

/* 表 */

table{
border-collapse:collapse;
margin: 0 2rem;
white-space: nowrap;
display: block;
}
tbody{
display: block;
overflow: auto;
}
tr{
  font-size: 0.65rem;
  line-height: 1.2;
}
tr > td:first-child{
  font-weight: 900;
  font-family: "Roboto Custom","Yu Gothic", YuGothic,"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
tr:hover{
  background: #f7f7f7;
}
td{
  padding: 0.3rem 1rem;
  border-bottom: 1px solid #535353;
  
}

table.en{
  margin-top: 10rem;
  margin-bottom: 10rem;
}
table.en tr{
  font-size: 0.4rem;
}

table{
  margin-top: 3rem;
}
.view{
  width: calc(100% - 4rem);
  margin-top: 3rem;
  margin-left: 2rem;
}

@media (min-width: 1200px){
    /* 構造 */
#leftbox{
    overflow: hidden;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}
#enbox{
    position: absolute;
    top:0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
#rightbox{
    overflow: hidden;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    padding: 0;
}
#jpbox{
    height: 100vh;
    position: absolute;
    top:0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #f8f8f8;
  }

}


/*スマホ用 */
@media (max-width: 1200px){

html{
  overflow-y: scroll;
    overflow-x: hidden
}
    .info,h2{
        margin-left: 1rem;
    }
    h3{
        padding-left: 1rem;
    }
    table{
margin: 3rem 1rem 0;
        
    }
.photobox{
    margin-top: 2rem;
    display: block;
    position: relative;
    white-space: nowrap;
}
.photo{
display: inline-block;
width: auto;
height: 50vw;
  background-color: #000000;
  margin-left: 0.3vw;
    position: relative;
}
.photo img{
height: 50vw;
width: auto;
}
.del{display: none}
.prev:before{
    content: "\f053";
    font-family: FontAwesome;
    direction: block;
    font-size:6vw;
    color: #fff;
    opacity: 0.8;
    position: absolute;
    z-index: 800;
    right: 2vw;
    top:22vw;
}
.next:before{
    content: "\f054";
    font-family: FontAwesome;
    direction: block;
    font-size:6vw;
    color: #fff;
    opacity: 0.8;
    position: absolute;
    z-index: 800;
    left: 2vw;
    top:22vw;
}

#menu{
  right: 0px;
  z-index: 10000;
}
.menubox {
    justify-content: flex-start;
    margin: 0!;
}

