@charset "UTF-8";

/*******************************
fonts
*******************************/
@font-face {
font-family: "font01";
    src: url(/common/fonts/HiraginoMinW6.eot) format("eot"), url(/common/fonts/HiraginoMinW6.woff) format("woff");
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    color: #333;
    word-break: break-all;
    line-height: 1.6;
}

b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/*IE*/
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

/*******************************
common
*******************************/
body {
    background: #f6f6f7;
}
.sp {
    display: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: 0.75;
}

a span.line {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.5rem;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a:hover span.line {
    right: -0.5em;
}

a.disabled {
    pointer-events: none;
}

p {
    line-height: 1.8;
}

/*******************************
loading
*******************************/
#loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

#loading div {
	position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

#loading img {
	width: 200px;
	height: auto;
}

#loading div {
    overflow: hidden;
    position: relative;
}

#loading div:before {
    animation: img-wrap 2s cubic-bezier(.2, 0, .2, 0.5) infinite;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}

/*******************************
header
*******************************/
header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
}

/*******************************
nav
*******************************/
nav {
    background: rgba(0, 38, 66, 0.9);
}

nav ul {
    display: flex;
    justify-content: center;
    font-size: 1.0625rem;
    overflow: hidden;
}

header.fixed  nav ul {
    font-size: 1rem;
}

nav ul li a {
    display: block;
    /*padding: 1.4rem 1rem;*/
    padding: 1.4rem 2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

header.fixed nav ul li a {
    /*padding: 1.2rem 1rem;*/
    padding: 1.2rem 2rem;
}

nav ul li a:hover {
    opacity: 1!important;
    background: #002642;
}

nav ul li a br.tab {
    display: none;
}

nav ul li.home a img {
    width: 1.875rem;
    vertical-align: middle;
    margin-top: -0.4em;
}

nav ul li.jp a {
    font-weight: normal;
    font-size: 81.25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    height: 100%;
}

nav ul li.jp a img {
    width: 1.5rem;
    margin: 0.25em 0.35em 0 0;
}

header.fixed nav ul li.jp a {
    padding: 0 2rem;
}

@media all and (-ms-high-contrast: none){
    nav ul li.jp a img {
        margin: 0 0.35em 0 0;
    }
    nav ul li.jp a {
        padding: 0.25em 2rem;
    }
    header.fixed nav ul li.jp a {
        padding: 0.25em 2rem;
    }
}

/*******************************
footer
*******************************/
#toTop {
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    z-index: 30;
}

#toTop:hover {
    opacity: 0.75;
}

#toTop span.line {
    height: 1.5rem;
    width: 1px;
    display: block;
    margin: 0 auto 0.25rem;
    background: #002642;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#toTop:hover span.line {
    margin: 0 auto 0.75rem;
}

#toTop span.txt {
    width: 4.25rem;
    height: 4.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    color: #002642;
    font-size: 0.875rem;
    text-align: center;
}

footer {
    border-top: 1px solid #ccc;
    padding-top: 4rem;
    background: #fff;
}

footer #footerBox01 {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer #footerBox01 a {
    display: block;
}

footer #footerBox01 #footerLogo {
    width: 45%;
}

footer #footerBox0101 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 55%;
}

footer #footerBox01 #footerBnr01 {
    width: 60%;
    margin-right: 5%;
}

footer #footerBox01 #footerBnr01 a {
    border: 1px solid #00a65a;
    border-radius: 5px;
    padding: 0.4rem 3%;
    position: relative;
    color: #00a65a;
}

footer #footerBox01 #footerBnr01 a span.line {
    right: -0.4em;
    width: 1rem;
    background: #00a65a;
}

footer #footerBox01 #footerBnr01 a:hover span.line {
    right: -0.6em;
}

footer #footerBox01 #footerBnr01 a strong {
    font-size: 0.85rem;
    display: block;
    text-align: center;
    font-weight: bold;
}

footer #footerBox01 #footerBnr01 a div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.76rem;
    margin-top: 0.25rem;
}

footer #footerBox01 #footerBnr01 a div img {
    width: 30%;
}

footer #footerBox01 #footerBnr01 a div span.txt01 {
    width: 68%;
}

footer #footerBox01 #footerBnr01 a div span.txt01 .nowrap {
    white-space: nowrap;
}

footer #footerBox01 #footerEnglish img {
    vertical-align: middle;
    width: 1.5rem;
    border: 1px solid #ccc;
    margin-top: -0.25em;
    margin-right: 0.5rem;
}

footer .footerBox02 {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto 2.5rem;
}

footer .footerBox02 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 0.875rem;
}

footer .footerBox02 ul li {
    /*width: 25%;*/
    font-weight: bold;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 1em;
}

footer #copyright {
    text-align: center;
    color: #787878;
    font-size: 0.8125rem;
    padding-bottom: 7rem;
}

/*******************************
underLayer
*******************************/
#breadcrumbList {
}

#breadcrumbList ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
    padding: 1em 0;
}
#breadcrumbList ul li {
    font-size: 0.875rem;
    padding: 0.25em 0;
}
#breadcrumbList ul li a::after {
    content: "＞";
    color: #999;
    margin: 0 0.5em;
}
#contents {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto 4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#contents #mainContents {
    width: 65%;
    padding : 3.5rem 2.5% 2rem;
    background: #fff;
}
#contents #mainContents h1 {
    color: #005899;
    text-align: center;
    margin-bottom: 3rem;
}
#contents #mainContents h1 strong {
    font-family: "font01";
    font-size: 2.25rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
}
#contents #mainContents h1 span {
    display: block;
    margin-top: 1rem;
}
#contents #mainContents h1 strong::after {
    content: "";
    width: 10rem;
    height: 1px;
    display: block;
    margin: 0.8rem auto 0;
    background: #005899;
}
#contents #mainContents p a {
    border-bottom: 1px solid #999;
}
#contents #subContents {
    width: 26%;
    line-height: 1.6;
    background: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 6.5rem;
}
#contents #subMenu #subContentsTitle {
    background: #005899;
    color: #fff;
    font-weight: bold;
    font-size: 1.0625rem;
    padding: 0.8rem 1.25rem;
}
#contents #subMenu ul {
    border-right: 1px solid #ccc;
}
#contents #subMenu ul li {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 1rem;
    font-weight: bold;
}
#contents #subMenu ul .active {
    box-sizing: border-box;
    border-left: 5px solid #ccc;
    padding: 1rem 20px 1rem 15px;
}
#contents #subMenu ul li a {
    text-indent: -1em;
    display: block;
    padding: 1rem 20px 1rem 35px;
}
#contents #subMenu ul .active {
    text-indent: -1em;
    display: block;
    padding: 1rem 20px 1rem 31px;
}
#contents #subMenu ul .active, #contents #subMenu ul li a:hover {
    color: #005899;
    background: #edf7fa;
}
#contents #subMenu ul li a:hover {
    opacity: 1!important;
}
#contents #subMenu ul .active::before, #contents #subMenu ul li a::before {
    content: "";
    height: 2px;
    width: 0.6rem;
    background: #005899;
    display: inline-block;
    vertical-align: middle;
    margin: -0.25rem 0.4rem 0 0;
}
#contents #subMenu ul li ul {
    margin: 0 0 1em 1em;
    border-right: none;
}
#pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
}
#pagenation li {
    width: 10em;
    overflow: hidden;
    border: 1px solid #005899;
}
#pagenation li:first-child {
    border-right: none;
    border-radius: 300px 0 0 300px;
}
#pagenation li:last-child {
    border-radius: 0 300px 300px 0;
}
#pagenation li a {
    position: relative;
    display: block;
    color: #005899;
    text-align: center;
}
#pagenation li a span.line {
    background: #005899;
    width: 0.8rem;
}
#pagenation li:first-child a span {
    right: inherit;
    left: 5%;
}
#pagenation li:last-child a span {
    right: 5%;
}
#pagenation li:first-child a:hover span {
    left: 0;
}
#pagenation li:last-child a:hover span {
    right: 0;
}
#pagenation.offPrev li:first-child {
    border: 1px solid #ccc;
    border-right: none;
}
#pagenation.offNext li:last-child {
    border: 1px solid #ccc;
    border-left: none;
}
#pagenation.offPrev li:first-child a ,#pagenation.offNext li:last-child a {
    pointer-events: none;
    color: #ccc;
}
#pagenation.offPrev li:first-child a span.line ,#pagenation.offNext li:last-child a span.line {
    display: none;
}
#pagenation.offNext li:first-child a {
    border-right: 1px solid #005899;
}
