/* ALL SETTING */
ol{
    margin: 0 0 0 .5em;
    padding: 0 0 0 1em;
    list-style: none;
}
i{
    font-style: normal; 
}
li{ 
    display: block; 
}
img{ 
    pointer-events: none; 
}
video{
    pointer-events: none;
}
figure{
    margin: 0;
    padding: 0;
}

/* SITE HEADER */
.siteheader {
    left: 0;
    top: 0;
    width: 100%;
    min-width: auto;
    height: 75px;
    font-size: 0;
    background-color: rgba(255, 255, 255, 1);
    line-height: 1;
    z-index: 101;
}
.siteheader .gnav {
    width: 100%;
    min-width: auto;
    margin: 0 auto;
    height: 75px;
    position: relative;
    transform: translate(0, 0);
    max-width: 1280px;
    margin: auto;
}
.siteheader .gnav .sitename {
    position: absolute;
    left: 20px;
    top: 10px;
    margin-left: 30px;
}
.siteheader .gnav .sitename a {
    display: block;
    width: 188px;
    background: url(../image/main/ws_logo.png) no-repeat left top/cover;
    height: 50px;
}
.siteheader .gnav .sitename a:hover {
    opacity: 0.7;
}
.siteheader .gnav .mainmenu {
    display: flex;
    justify-content: space-around;
    position: absolute;
    align-items: center;
    left: 200px;
    width: 60%;
    height: 100%;
}
.siteheader .gnav .mainmenu li a {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 2.5vw;
    overflow: hidden;
    position: relative;
    margin: 0 1.875vw;
    text-decoration: none;
    color: black;
}
.siteheader .gnav .mainmenu li a::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0%;
    bottom: 0;
    z-index: -1;
    width: 0;
    transition: width 0.3s;
}
.siteheader .gnav .mainmenu li a:hover::after {
    opacity: 1;
    width: 100%;
}
.siteheader .gnav .mainmenu li a.disabled {
    color: #a9a9a9;
    pointer-events: none;
}
#header{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    background: rgba(255, 255, 255, 1);
}
#header.translucent{
    opacity: 0.7;
}

/* Sub Menu */
#g-nav{
    font-family: "address-sans-pro",sans-serif;
    position: fixed;
	opacity: 0;
	z-index: -1;
	top:0;
    right: 0;
	width:35%;
    height: 100vh;
	background:rgba(20, 20, 20, 0.95);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s;
}
#g-nav.active{
    opacity: 1;
	z-index: 300;
}
#g-nav ul {
    display: none;
    z-index: 300;
    top:50%;
    left:20%;
}
#g-nav ul:not(._child) {
    padding-top: 30%;
}
#g-nav.active ul {
    display: block;
}
#g-nav li{
	list-style: none;
    text-align: left;
    color: #ffffff;
}
#g-nav a, .parent{
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.menu_child li{
    margin: 0;
    font-size: 16px;
    display: none;
}
.parent:after {
    content: ' +';
    color: #ffd800;
    font-size: 20px;
}
.parent.active:after{
    content: ' -';
}
.parent.active + .menu_child li{
    display: block;
}
#g-nav a:hover , .parent:hover, .parent a:hover{
    background-color: #8fcae2bb;
}

/* hun menu */
#hamburger-menu{
    position: fixed;
    cursor: pointer;
    width: 50px;
    height:50px;
    border-radius: 5px;
    right: 40px;
    top: 10px;
    z-index: 400;
}
#hamburger-menu span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: rgb(0, 0, 0);
    width: 45%;
}
#hamburger-menu span:nth-of-type(1) {
  top:15px; 
}
#hamburger-menu span:nth-of-type(2) {
  top:23px;
}
#hamburger-menu span:nth-of-type(3) {
  top:31px;
}
#hamburger-menu.active span:nth-of-type(1) {
    background: rgb(255, 255, 255);
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
#hamburger-menu.active span:nth-of-type(2) {
  opacity: 0;
}
#hamburger-menu.active span:nth-of-type(3){
    background: rgb(255, 255, 255);
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/* FOOTER */
.footer {
    font-size: 16px;
    padding: 30px;
    text-align: center;
    color: #000000;
    background: #ffffff;
}
.footer a {
    color: #000000;
    text-decoration: none;
}
.footer .footer_grid_item {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer .footer_grid_item li {
    margin: 0;
    padding: 0 20px;
    border-right: 1px #808080 solid;
}
.footer .footer_grid_item li:last-child {
    border: none;
}
.footer .copyright {
    text-align: left;
    font-size: 14px;
    color: #000000;
    margin: 0;
    display: inline-block;
    margin: 0;
    padding: 20px 0 0 0;
}
@media only screen and (max-width: 1000px) {
    .footer .footer_grid_item {
        justify-content: flex-start;
    }
    .footer .footer_grid_item li {
        width: 50%;
        box-sizing: border-box;
        border: none;
        padding-bottom: 10px;
    }
    .footer .footer_grid_item li:nth-child(odd) {
        border-right: 1px #808080 solid;
    }
}
.footer a {
    padding-bottom: 3px;
    position: relative;
}
.footer a::before {
    background: #000000;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s;
}
.footer a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

/* SUB SITE */
body {
    margin: 0px;
}
#contents{
    width: 100%;
}
.bg_green{
    background-color: #eae6e6;
}
.data_back{
    background-color: white;
    padding-bottom: 10px;
    text-align: left;
}
.data_back h5{
    font-size: 13px;
    line-height: 27px;
    text-align: left;
    font-weight: normal;
}
#data{
    padding: 75px 0 50px 0;
}
#data .label{
    width: 80vw;
    position: relative;
}
.label_title{
    width: 940px;
    margin: auto;
    position: relative;
    text-align: center;
}
.data_label{
    margin: 0px;
    position: relative;
    width: 580px;
    height: 65.25px;
    background-color: #000;
}
.data_label h2{
    font-family: "noto-sans",sans-serif;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: white;
    margin: 0;
    font-weight: normal;
}
.data_text li{
    font-size: 14px;
    display: list-item;
    list-style-type:disc;
    text-align: -webkit-match-parent; 
    line-height: 2;
}

.data_text{
    margin: 20px 80px;
    font-family: "noto-sans", sans-serif;
}
.red{
    color: #F04761;
}
.type_none{
    list-style-type:none !important;
}

#hamburger-menu{
    display: none;
}

/* MOBILE */
@media screen and (max-width: 768px){
    /* SITE HEADER */
    .siteheader {
        height: 90px;
    }
    .siteheader .gnav {
        height: 90px;
    }
    .siteheader .gnav .mainmenu{
        display: none;
    }
    .siteheader .gnav .sitename {
        left: 20vw;
        top: 10px;
    }
    .siteheader .gnav .sitename a {
        width: 263px;
        height: 70px;
    }

    /* Sub Menu */
    #g-nav{
        width: 100%;
        font-size: 6vw;
    }
    .menu_child li{
        font-size: 5vw;
    }
    .parent:after {
        font-size: 6vw;
    }
    #g-nav ul:not(._child) {
        padding-left: 15%;
        padding-top: 10%;
    }

    /* HAMBURGER */
    #hamburger-menu{
        display: block;
    }
    #hamburger-menu{
        width: 50px;
        height: 50px;
        right: 20px;
        top: 20px;
    }
    #hamburger-menu span{
        left: 14px;
        height: 3px;
    }
    #hamburger-menu span:nth-of-type(1) {
        top: 15px; 
    }
    #hamburger-menu span:nth-of-type(2) {
        top: 25px;
    }
    #hamburger-menu span:nth-of-type(3) {
        top: 35px;
    }
    #hamburger-menu.active span:nth-of-type(1) {
        top: 20px;
        left: 16px;
    }
    #hamburger-menu.active span:nth-of-type(3){
        top: 32px;
        left: 16px;
    }

    /* SITE CARD */
    .card-title {
        font-size: 1.5em;
    }
    .card-text-tax {
        font-size: 1.2em;
    }
    .tag, .ext-site{
        font-size: 1em;
    }

    /* FOOTER */
    .footer {
        font-size: 3.1vw;
    }
    .footer .copyright {
        font-size: 3vw;
    }

    /* SUB SITE */
    #data{
        padding: 90px 0 25px 0;
    }
    .data_label{
        width: 60vw;
        height: 50px;
    }
    .data_label h2{
        font-size: 2.7vw;
        top: 50%;
        left: 25px;
    }
    .data_text li{
        font-size: 2.5vw;
        line-height: 2;
    }
    .data_text{
        margin: 15px 30px;
    }
    .label_title{
        width: 90vw;
    }

    /* ALL */
    html {
        scroll-padding-top: 90px;
    }
}
@media screen and (max-width: 576px){
    .siteheader, .siteheader .gnav {
        height: 70px;
    }
    .siteheader .gnav .sitename {
        margin: 0 auto;
        top: 13px;
    }
    .siteheader .gnav .sitename a {
        display: block;
        width: 182px;
        height: 48px;
    }

    /* NAV */
    #g-nav ul:not(._child) {
        padding-top: 15%;
    }

    /* HAMBURGER */
    #hamburger-menu{
        width: 35px;
        height: 35px;
        right: 15px;
        top: 20px;
    }
    #hamburger-menu span{
        left: 10px;
        height: 2px;
    }
    #hamburger-menu span:nth-of-type(1) {
        top: 10px;
    }
    #hamburger-menu span:nth-of-type(2) {
        top: 17px;
    }
    #hamburger-menu span:nth-of-type(3) {
        top: 24px;
    }
    #hamburger-menu.active span:nth-of-type(1) {
        top: 11px;
        left: 12px;
    }
    #hamburger-menu.active span:nth-of-type(3){
        top: 23px;
        left: 12px;
    }

    /* SUB SITE */
    #data{
        padding: 70px 0 25px 0;
    }
    .data_label{
        width: 65vw;
        height: 40px;
    }
    .data_label h2{
        font-size: 2.7vw;
        top: 50%;
        left: 22px;
    }
    .data_text li{
        font-size: 2.5vw;
        line-height: 2;
    }
    .data_text{
        margin: 10px 15px;
    }
    .label_title{
        width: 90vw;
    }
    html {
        scroll-padding-top: 70px;
    }
}