/* loader */
#loading {
    background-color: #f8f8f8;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
    animation: loading-center-absolute 1s infinite;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #0b7cc3;
    float: left;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.object:nth-child(2n+0) {
    margin-right: 0px;
}

#object_one {
    -webkit-animation: object_one 1s infinite;
    animation: object_one 1s infinite;
}

#object_two {
    -webkit-animation: object_two 1s infinite;
    animation: object_two 1s infinite;
}

#object_three {
    -webkit-animation: object_three 1s infinite;
    animation: object_three 1s infinite;
}

#object_four {
    -webkit-animation: object_four 1s infinite;
    animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-center-absolute {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes object_one {
    50% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}

@keyframes object_one {
    50% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}

@-webkit-keyframes object_two {
    50% {
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}

@keyframes object_two {
    50% {
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}

@-webkit-keyframes object_three {
    50% {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}

@keyframes object_three {
    50% {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}

@-webkit-keyframes object_four {
    50% {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}

@keyframes object_four {
    50% {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}

/*----------------------------------------------------
	　　    ◆TOP
----------------------------------------------------*/




.top-slider-zone {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.top-slider-zone ul li {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.top-slider-zone ul li img {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.top-mv-wrapper {
    /*height: calc(100vh - 180px);*/
/*    height: 100vh;*/
    width: 100%;
    position: relative;
}

.top-mv-video {
    width: 100%;
    height: 100%;
    background-color: #fafafa;
}

.top-mv-wrapper .top-mv-tit {
    width: 60%;
    top: 50%;
    left: 20%;
    position: absolute;
    transform: translate(0, -50%) scale(0.9, 0.9);
    -o-transform: translate(0, -50%) scale(0.9, 0.9);
    -ms-transform: translate(0, -50%) scale(0.9, 0.9);
    -moz-transform: translate(0, -50%) scale(0.9, 0.9);
    -webkit-transform: translate(0, -50%) scale(0.9, 0.9);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    opacity: 0;
    transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
}

.top-mv-wrapper .top-mv-tit.showTime {
    opacity: 1;
    transform: translate(0, -50%) scale(1, 1);
    -o-transform: translate(0, -50%) scale(1, 1);
    -ms-transform: translate(0, -50%) scale(1, 1);
    -moz-transform: translate(0, -50%) scale(1, 1);
    -webkit-transform: translate(0, -50%) scale(1, 1);
}

.top-zone01-bnr {
    transform: translate(0, -30%);
    -o-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    -moz-transform: translate(0, -30%);
    -webkit-transform: translate(0, -30%);
    max-width: 860px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.top-zone01-bnr a {
    width: 100%;
    display: table;
    table-layout: fixed;
    background-color: #0b7cc3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-zone01-bnr a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 0 !important;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
}

.kazari-wrapper {
    padding-top: 60px;
    overflow: hidden;
}

.top-zone01-ul01 {
    margin: 0 auto;
}

.top-zone01-ul01 > li {
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative;
}

.top-zone01-ul01 > li .bg {
    background-color: #fff;
}

.top-zone01-ul01 > li .bg span {
    display: block;
    width: 100%;
    padding-top: 130%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
}

.top-zone01-ul01 > li:hover .bg span {
    opacity: 0.5;
}

.top-zone01-ul01 > li .txt-box {
    position: absolute;
    left: 20px;
    top: -40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20% 10px;
    text-align: center;
    color: #fff;
    width: 45%;
    box-sizing: border-box;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.top-zone01-ul01 > li:nth-child(1) .txt-box {
    background-color: rgba(255, 0, 0, 0.50);
}

.top-zone01-ul01 > li:nth-child(2) .txt-box {
    background-color: rgba(0, 255, 0, 0.50);
}

.top-zone01-ul01 > li:nth-child(3) .txt-box {
    background-color: rgba(0, 0, 255, 0.50);
}

.top-zone01-ul01 > li .txt-box:before {
    width: 25%;
    height: 100%;
    background: url(../cmn_img/top/bg03.png) left top no-repeat;
    background-size: 100% auto;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
}

.top-zone01-ul01 > li:hover .txt-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 20% 10px 0 10px;
    text-align: center;
}

.top-zone01-ul01 > li:nth-child(2):hover .txt-box {
    color: #000;
}

.top-zone01-ul01 > li:hover .txt-box:before {
    opacity: 0;
}

.top-zone01-ul01 > li .top-zone01-p01 {
    font-size: 44px;
    line-height: 1.2 !important;
    font-family: 'Oswald', "Times New Roman", Times, sans-serif;
    font-weight: 400;
}

.top-zone01-ul01 > li .top-zone01-p01:before {
    content: "VALUE";
    display: block;
    font-size: 0.5em;
}

.top-zone01-ul01 > li .top-zone01-p02 {
    font-size: 34px;
    line-height: 1.2 !important;
    font-family: 'Oswald', "Times New Roman", Times, sans-serif;
    font-weight: 400;
}

.top-zone01-ul01 > li .inr-ul {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-40%, 0%);
    -o-transform: translate(-40%, 0%);
    -ms-transform: translate(-40%, 0%);
    -moz-transform: translate(-40%, 0%);
    -webkit-transform: translate(-40%, 0%);
    opacity: 0;
    transition: .3s ease-in-out 0.6s;
    -moz-transition: .3s ease-in-out 0.6s;
    -webkit-transition: .3s ease-in-out 0.6s;
    -o-transition: .3s ease-in-out 0.6s;
    pointer-events: none;
    width: 90%;
    max-width: 300px;
}

.top-zone01-ul01 > li:hover .inr-ul {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}

.top-zone01-ul01 > li .inr-ul li {
    margin: 0 auto 20px;
}

.top-zone01-ul01 > li .inr-ul a {
    color: #fff;
    display: block;
    font-size: 20px;
    padding-right: 60px;
    position: relative;
    text-align: left;
    font-weight: bold;
}

.top-zone01-ul01 > li .inr-ul a:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
}

.top-zone01-ul01 > li:nth-child(2) .inr-ul a {
    color: #000;
}

.top-zone01-ul01 > li:nth-child(2) .inr-ul a:after {
    background-color: #000;
}

.top-zone02 {
    width: 100%;
    max-width: 1720px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 80px auto;
}

.top-news-zone {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.top-news-zone-left {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}

.top-news-zone-right {
    display: table-cell;
    vertical-align: middle;
}

.top-news-tab-ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 auto 30px;
}

.top-news-tab-ul li {
    display: table-cell;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    height: 70px;
    background-color: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.top-news-tab-ul li:after {
    width: 100%;
    height: 5px;
    background-color: #000000;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.top-news-tab-ul li.current {
    color: #fff;
}

.top-news-tab-ul li.current:after {
    height: 100% !important;
}

.top-news-tab-ul li:hover {
    color: #fff;
}

.top-news-tab-ul li:hover:after {
    height: 100%;
}

.top-news-tab-ul li.c00:after {
    background-color: #0b7cc3;
}

.top-news-tab-ul li.c01:after {
    background-color: #0b7cc3;
}

.top-news-tab-ul li.c02:after {
    background-color: #ed4c4c;
}

.top-news-tab-ul li.c03:after {
    background-color: #00c200;
}

.top-news-tab-ul li.c04:after {
    background-color: #5c5cf3;
}

.top-news-tab-ul li.c05:after {
    background-color: #c76ecc;
}

.news-contents-ul {
    margin: 0 auto 50px;
}

.top-news-contents-ul li a,
.news-contents-ul li a {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px 0;
}

.top-news-contents-ul li:nth-child(2n) a,
.news-contents-ul li:nth-child(2n) a {
    background-color: #f8f8f8;
}

.top-news-contents-ul li a p,
.news-contents-ul li a p {
    display: table-cell;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.top-news-contents-ul li a .top-news-date,
.news-contents-ul li a .top-news-date {
    color: #0b7cc3;
    font-size: 16px;
    text-align: center;
    width: 160px;
}

.top-news-contents-ul li a .top-news-cate,
.news-contents-ul li a .top-news-cate {
    width: 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    text-align: center;
}

.top-news-contents-ul li a .top-news-cate span,
.news-contents-ul li a .top-news-cate span {
    display: block;
    font-size: 11px;
    color: #fff;
    background-color: #000;
    padding: 1px 0;
    text-align: center;
    word-break: keep-all;
    font-weight: bold;
}

.top-news-contents-ul li a .c00 span,
.news-contents-ul li a .c00 span {
    background-color: #0b7cc3;
}

.top-news-contents-ul li a .c01 span,
.news-contents-ul li a .c01 span {
    background-color: #0b7cc3;
}

.top-news-contents-ul li a .c02 span,
.news-contents-ul li a .c02 span {
    background-color: #ed4c4c;
}

.top-news-contents-ul li a .c03 span,
.news-contents-ul li a .c03 span {
    background-color: #00c200;
}

.top-news-contents-ul li a .c04 span,
.news-contents-ul li a .c04 span {
    background-color: #5c5cf3;
}

.top-news-contents-ul li a .c05 span,
.news-contents-ul li a .c05 span {
    background-color: #c76ecc;
}

.top-news-contents-ul li a .top-news-tit,
.news-contents-ul li a .top-news-tit {
    font-size: 16px;
    line-height: 1.4 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.top-zone03 {
    position: relative;
}

.top-zone03:before,
.top-zone03:after {
    content: "";
    position: absolute;
    z-index: 1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 15%;
    height: 30%;
}

.top-zone03:before {
    background-image: url(../cmn_img/top/bg01.gif);
    left: 0;
    top: -60px;
}

.top-zone03:after {
    background-image: url(../cmn_img/top/bg02.gif);
    right: 0;
    bottom: 30px;
}

.top-zone03-inr {
    max-width: 1220px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.top-img-ul01,
.top-img-ul02 {
    margin: 0 auto 30px;
    text-align: center;
}

.top-img-ul02 {
    margin: 0 auto 80px;
}

.top-img-ul01 li,
.top-img-ul02 li {
    width: 46%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 30px;
}

.top-img-ul01 li:nth-child(3n),
.top-img-ul02 li:nth-child(3n) {
    margin-right: 0;
}

.top-img-ul01 li:nth-child(3n + 1),
.top-img-ul02 li:nth-child(3n + 1) {
    clear: both;
}

.top-img-ul01 li a,
.top-img-ul02 li a {
    display: block;
}

.top-img-ul01 li figure,
.top-img-ul02 li figure {
    margin: 0 auto 10px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-img-ul01 li figure {
    overflow: hidden;
}

.top-img-ul01 li figure img {
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.top-img-ul01 li:hover figure img {
    transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    -o-transform: scale(1.04, 1.04);
}

.top-img-ul01 li .top-img-p01,
.top-img-ul02 li .top-img-p01 {
    font-size: 16px;
}

.top-img-ul03 {
    margin: 0 auto 30px;
}

.top-img-ul03 li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.top-img-ul03 li:nth-child(3n) {
    margin-right: 0;
}

.top-img-ul03 li a {
    display: block;
    line-height: 0 !important;
}

.top-img-ul03 li a:hover {
    opacity: 0.8;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.group-link {
    max-width: 600px;
    margin: 0 auto;
}

.group-link a {
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    padding: 1em 0 0.8em;
    color: #000;
    line-height: 1.4 !important;
}

.group-link a .en1 {
    font-size: 20px;
    display: block;
}

.group-link a .jp {
    font-size: 14px;
    display: block;
}

.group-link a:hover {
    background-color: #000;
    color: #fff;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

/*----------------------------------------------------
	　　    ◆ABOUT
----------------------------------------------------*/

.mv-ob-zone {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mv-ob-zone.narrow-ver {
    padding: 30px 10px;
}

.mv-ob-tit {
    text-align: center;
    line-height: 1.4 !important;
    color: #fff;
}

.mv-ob-tit .en1 {
    font-size: 54px;
    font-weight: 300;
    display: block;
}

.mv-ob-tit .jp {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.breadBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 0 auto 60px;
}

.breadBox li {
    display: inline-block;
    font-size: 13px;
}

.breadBox li:before {
    content: ">";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2px;
}

.breadBox li:first-child:before {
    display: none;
}

.index-link-ul.link_2col{
  max-width: 687px;
}
.index-link-ul.link_2col li{
  width: 49%;
}
.index-link-ul.link_2col li:nth-child(odd){
  margin-right: 2%;
}
.index-link-ul.link_2col li:nth-child(even){
  margin-right: 0;
}
.index-link-ul {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
}

.index-link-ul li {
    width: 31.5%;
    float: left;
    margin-right: 2.75%;
    margin-bottom: 4%;
}

.index-link-ul li:nth-child(3n) {
    margin-right: 0;
}

.index-link-ul li:nth-child(3n + 1) {
    clear: both;
}

.index-link-ul li a {
    display: block;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.index-link-ul li a:hover {
    opacity: 0.8;
}

.index-link-ul li figure {
    margin: 0 auto 10px;
}

.index-link-ul li .index-link-p01 {
    font-size: 16px;
    font-weight: bold;
}

.index-link-ul li .index-link-p02 {
    font-size: 13px;
}

.branch-mv {
    margin: 0 auto 50px;
    position: relative;
}

.branch-mv:before,
.branch-mv:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.branch-mv:before {
    background-color: #efefef;
    z-index: 2;
}

.branch-mv:after {
    background-color: #0b7cc3;
    z-index: 1;
}

.branch-mv.active:before {
    height: 0;
    transition: .6s cubic-bezier(0.66, 0.12, 0, 0.98);
    -moz-transition: .6s cubic-bezier(0.66, 0.12, 0, 0.98);
    -webkit-transition: .6s cubic-bezier(0.66, 0.12, 0, 0.98);
    -o-transition: .6s cubic-bezier(0.66, 0.12, 0, 0.98);
}

.branch-mv.active:after {
    height: 0;
    transition: .8s cubic-bezier(0.66, 0.12, 0, 0.98) 0.5s;
    -moz-transition: .8s cubic-bezier(0.66, 0.12, 0, 0.98) 0.5s;
    -webkit-transition: .8s cubic-bezier(0.66, 0.12, 0, 0.98) 0.5s;
    -o-transition: .8s cubic-bezier(0.66, 0.12, 0, 0.98) 0.5s;
}

.tit-btn-zone {
    position: relative;
}

.tit-btn-zone .tit {
    display: table;
    color: #0b7cc3;
}

.tit-btn-zone .tit .en1 {
    display: table-cell;
    font-size: 44px;
    vertical-align: middle;
    font-weight: 400;
}

.tit-btn-zone .tit .jp {
    display: table-cell;
    font-size: 18px;
    padding-left: 20px;
    vertical-align: middle;
    font-weight: bold;
}

.tit-btn-zone .btn {
    position: absolute;
    right: 0;
    width: 250px;
    top: 50%;
    transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.tit-btn-zone .btn-style01.btn a {
    font-size: 13px;
    padding: 0.8em 0;
}

.step03-index-ul {
    margin: 0 auto 30px;
    max-width: 1140px;
}

.step03-index-ul.link_2col{
  max-width: 687px;
}
.step03-index-ul.link_2col li{
  width: 49%;
}
.step03-index-ul.link_2col li:nth-child(odd){
  margin-right: 2%;
}
.step03-index-ul.link_2col li:nth-child(even){
  margin-right: 0;
}
.step03-index-ul li {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 30px;
    text-align: center;
}

.step03-index-ul li:nth-child(3n) {
    margin-right: 0;
}

.step03-index-ul li .step03-index-ul-p01 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.hierarchy-link-zone {
    padding: 60px 10px;
    background-color: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hierarchy-tit {
    text-align: center;
    margin: 0 auto 30px;
    color: #1965b0;
    line-height: 1.2 !important;
}

.hierarchy-tit .en1 {
    display: block;
    font-size: 32px;
    font-weight: 400;
}

.hierarchy-tit .jp {
    font-size: 15px;
}

.hierarchy-ul {
    max-width: 1200px;
    margin: 0 auto;
}

.hierarchy-ul li {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}

.hierarchy-ul li:nth-child(3n) {
    margin-right: 0;
}

.hierarchy-ul li:nth-child(3n + 1) {
    clear: both;
}

.hierarchy-ul li a {
/*    height: 65px;*/
  padding: 22.5px 0;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    line-height: 1.5 !important;

}

.hierarchy-ul li a span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0px 0px 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.hierarchy-ul li a span:before {
    font-family: FontAwesome;
    content: "\f138";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    font-weight: normal;
    color: #0b7cc3;
}

.hierarchy-ul li a:hover,
.hierarchy-ul li a.current {
    border: 1px solid #0b7cc3;
    background-color: #0b7cc3;
    color: #fff !important;
}

.hierarchy-ul li a:hover span:before,
.hierarchy-ul li a.current span:before {
    color: #fff !important;
}

.hierarchy-ul li a.current span:after {
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: 2px;
    bottom: 1px;
    content: "Current";
}

.main-zone {
    float: right;
    width: calc(100% - 300px);
}

.main-zone .head03 {
    text-align: left;
}

.side-zone {
    width: 260px;
    min-height: 300px;
    background-color: #fff;
    float: left;
}

.side-zone-tit {
    background-color: #0b7cc3;
    text-align: center;
    padding: 15px 0;
    line-height: 1.5 !important;
    color: #fff;
}

.side-zone-tit .en1 {
    font-size: 22px;
    display: block;
    font-weight: 400px;
}

.side-zone-tit .jp {
    font-size: 13px;
}

.side-zone-ul01 .st01 {
    position: relative;
    border-bottom: 1px solid #eee;
}

.side-zone-ul01 .st01 > a {
    display: block;
    padding: 1em 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fff;
}

.side-zone-ul01 .st01.btn > a {
    width: calc(100% - 40px);
}

.side-zone-ul01 .st01.open > a,
.side-zone-ul01 .st01 > a.current {
    color: #0b7cc3;
}

.side-zone-ul01 .st01 > a:hover {
    background-color: #eee;
}

.side-zone-ul01 .st01 .plus {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    display: block;
    font-style: normal;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.side-zone-ul01 .st01 .plus:hover {
    background-color: #eee;
}

.side-zone-ul01 .st01 .plus:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #0b7cc3;
}

.side-zone-ul01 .st01.open .plus {
    background-color: #eee;
}

.side-zone-ul01 .st01.open .plus:after {
    content: "\f106";
}

.side-zone-ul01 .st02 a {
    display: block;
    font-size: 13px;
    padding: 1em 20px;
    background-color: #fafafa;
    border-bottom: 1px dotted #ccc;
}

.side-zone-ul01 .st02 a:before {
    font-family: FontAwesome;
    content: "\f138";
    margin-right: 5px;
    color: #0b7cc3;
}

.side-zone-ul01 .st02 a:hover,
.side-zone-ul01 .st02 a.current {
    background-color: #e3f6ff;
}

.side-zone-ul01 .st02:last-child a {
    border-bottom: none;
}

.side-zone-ul01 .side-zone-ul02 {
    display: none;
}

.domestic-link-box {
    width: 24%;
    float: left;
    margin-right: 1.33%;
    margin-bottom: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #efefef;
    background-color: #fff;
}

.domestic-link-box:nth-child(4n) {
    margin-right: 0;
}

.domestic-link-p01 a {
    display: block;
    background-color: #0b7cc3;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 1em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.domestic-link-p01 a:hover {
    background-color: #333;
}

.domestic-link-ul {
    padding: 15px 15px;
}

.domestic-link-ul a {
    padding: 0.2em 0 0.2em 20px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.domestic-link-ul a:hover {
    color: #e75858;
}

.domestic-link-ul a:before {
    font-family: FontAwesome;
    content: "\f138";
    color: #0b7cc3;
    position: absolute;
    left: 0;
    top: 0.2em;
    font-weight: normal;
}

.domestic-contents-wrapper {
    margin: 0 auto 30px;
}

.domestic-contents-box {
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
}
.anc{
  padding-top: 90px;
  margin-top: -50px;
}

.domestic-contents-box .domestic-contents-img {
    width: 25%;
    float: left;
}

.domestic-contents-box .domestic-contents-txt {
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding-left: 4%;
}

.domestic-contents-p01 {
    margin: 0 auto 10px;
}

.domestic-contents-p01 span {
    line-height: 1.2 !important;
    display: inline-block;
    padding: 0.3em 2em;
    color: #fff;
/*    background-color: #0b7cc3;*/
    font-size: 12px;
    margin-right: 2px;
}

.domestic-contents-p02 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto 10px;
    line-height: 1.4 !important;
}

.domestic-contents-p03 {
    font-size: 14px;
    margin: 0 auto 10px;
}

.domestic-contents-p04 {
    margin: 0 auto 10px;
}

.domestic-contents-p04 a {
    display: inline-block;
}

.domestic-contents-p04 a:after {
    font-family: FontAwesome;
    content: "\f08e";
    margin-left: 5px;
    font-weight: normal;
}

.domestic-contents-box .btn-style01 {
    max-width: 200px;
    margin-right: 0;
}

.domestic-contents-box .btn-style01 a {
    font-size: 12px;
    padding: 0.7em 0;
}

.head04 + .domestic-contents-wrapper {
    margin-top: -30px;
}

.sign-p01 {
    font-size: 18px;
    text-align: right;
}

.sign-p02 {
    font-size: 24px;
    text-align: right;
}


/*190620追加*/

.domestic-contents-box.imgnone .domestic-contents-txt {
    float: none;
    padding-left: 0;
    width: 100% !important;
}

.domestic-contents-txt .imgnone li:nth-child(1) {
    width: 80%;
    float: left;
}

.domestic-contents-txt .imgnone li:nth-child(2) {
    width: 20%;
    float: right;
    margin: 0;
}


/*----------------------------------------------------
	　　    ◆NETWORKS
----------------------------------------------------*/

.index-link-ul02 {
    max-width: 1220px;
    margin: 0 auto 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
}

.index-link-ul02 li {
    width: 33.33%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 1px;
}

.index-link-ul02 li a {
    display: block;
    position: relative;
    background-color: #000;
}

.index-link-ul02 li a figure {
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.index-link-ul02 li a:hover figure {
    opacity: 0.8;
}

.index-link-ul02 li a .index-link-ul02-p01 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 22px;
    line-height: 1.4 !important;
    font-weight: bold;
    color: #fff;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.gray-bg {
    padding: 60px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #efefef;
    margin: 0 auto 60px;
}

/*----------------------------------------------------
	　　    ◆TABLE
----------------------------------------------------*/

.table-sys01 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #efefef;
}

.table-sys01 th,
.table-sys01 td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    padding: 1.4em 20px;
    font-size: 16px;
    text-align: left;
}

.table-sys01 tr:nth-child(2n + 1) th,
.table-sys01 tr:nth-child(2n + 1) td {
    background-color: #f8f8f8;
}

.table-sys01 th {
    width: 30%;
}

.table-sys02 {
    width: 100%;
    margin: 0 auto 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #0b7cc3;
}

.table-sys02 th,
.table-sys02 td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.2em 20px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    line-height: 1.5 !important;
    font-size: 15px;
}

.table-sys02 tr:last-child th,
.table-sys02 tr:last-child td {
    border-bottom: none;
}

.table-sys02 th {
    border-right: 1px solid #dddddd;
    color: #0b7cc3;
}

.table-sys02 thead th {
    background-color: #0b7cc3;
    color: #fff;
}

.table-sys03 {
    width: 100%;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.table-sys03 th,
.table-sys03 td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.2em 20px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-align: left;
    line-height: 1.5 !important;
    font-size: 15px;
}

.table-sys03 th {
    color: #333;
    background-color: #f8f8f8;
}

.table-sys03 thead th {
    background-color: #888888;
    color: #fff;
}

/*----------------------------------------------------
	　　    ◆Component
----------------------------------------------------*/

.ul-style01 {
    margin: 0 auto 20px;
}

.ul-style01 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.ul-style01 li:nth-child(3n) {
    margin-right: 0;
}

.ul-style01 li:nth-child(3n + 1) {
    clear: both;
}

.ul-style01 li figure {
    margin: 0 auto 10px;
}

.ul-style01 li .ul-style01-p01 {
    font-size: 16px;
    line-height: 1.4 !important;
    font-weight: bold;
    margin: 0 auto 10px;
}

.ul-style01 li .ul-style01-p02 {
    font-size: 14px;
}

.ul-style02 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 10px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0 auto 40px;
}

.ul-style02 li {
    width: 24%;
    float: left;
    margin-right: 1.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.ul-style02 li:nth-child(4n) {
    margin-right: 0;
}

.ul-style02 li:nth-child(4n + 1) {
    clear: both;
}

.ul-style02 li a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    padding-left: 1.5em;
    position: relative;
    line-height: 1.4 !important;
    padding: 0.3em 0.8em 0.2em 1.5em;
}

.ul-style02 li a:before {
    font-family: FontAwesome;
    content: "\f13a";
    position: absolute;
    left: 0;
    top: 0.3em;
    font-weight: normal;
    color: #0b7cc3;
}

.ul-style02 li a:hover {
    text-decoration: underline;
}

.colorful-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #0b7cc3;
    margin: 0 auto 40px;
    background-color: #fff;
}

.colorful-box-al {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 auto 40px;
    background-color: #fff;
}

.colorful-box .colorful-box-p01 {
    font-size: 18px;
    color: #0b7cc3;
    margin: 0 auto 10px;
    font-weight: bold;
}

.colorful-box .colorful-box-p02 {
    font-size: 14px;
}

.colorful-box.blueVer {
    border-color: #ecf5fa;
    background-color: #ecf5fa;
}

.colorful-box.greenVer {
    border-color: #f6faec;
    background-color: #f6faec;
}

.colorful-box.greenVer .colorful-box-p01 {
    color: #26c13c;
}

.colorful-box.redVer {
    border-color: #fef2f2;
    background-color: #fef2f2;
}

.colorful-box.redVer .colorful-box-p01 {
    color: #e75858;
}

.ul-mark {
    margin: 0 auto 30px;
}

.link-words,
.link-excel,
.link-pdf,
.link-other {
    display: inline-block;
    padding-left: 1.4em;
    color: #01beaa;
    text-decoration: underline;
    position: relative;
    font-size: 16px;
    color: #1965b0;
}

.link-words:before,
.link-excel:before,
.link-pdf:before,
.link-other:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0.1em;
}

.link-words:before {
    content: "\f1c2";
    color: #0b66e3;
}

.link-excel:before {
    content: "\f1c3";
    color: #26af5a;
}

.link-pdf:before {
    content: "\f1c1";
    color: #ef4c1a;
}

.link-other:before {
    content: "\f08e";
    color: #0b66e3;
}

.ul-dot {
    margin: 0 auto 20px;
}

.ul-dot li {
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1em;
    position: relative;
}

.ul-dot li:before {
    width: 0.4em;
    height: 0.4em;
    border-radius: 300px;
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    background-color: #0b7cc3;
}

.ul-num {
    margin: 0 auto 40px;
}

.ul-num li {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1em;
    text-indent: -0.8em;
}

.dl-sys01 {
    margin: 0 auto 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.dl-sys01 dt {
    font-size: 16px;
    color: #0b7cc3;
    font-weight: bold;
    position: relative;
}

.dl-sys01 dt:before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f138";
    left: -20px;
    top: 0.3em;
    font-weight: normal;
    font-size: 0.8em;
}

.dl-sys01 dd {
    font-size: 14px;
}

.lay-out {
    margin: 0 auto 40px;
}

.lay-out .lay-out-img {
    width: 36%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.lay-out .lay-out-txt {
    width: 62%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
}

.lay-out .lay-out-p01 {
    font-size: 15px;
}

.lay-out.rightVer .lay-out-img {
    float: right;
}

.lay-out.rightVer .lay-out-txt {
    float: left;
}

.clm02-zone {
    margin: 0 auto 40px;
}

.clm02-zone .clm02-box {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.clm02-zone .clm02-box:nth-child(2n) {
    margin-right: 0;
}

.clm02-zone .clm02-box:nth-child(2n + 1) {
    clear: both;
}

.clm03-zone {
    margin: 0 auto 40px;
}

.clm03-zone .clm03-box {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.clm03-zone .clm03-box:nth-child(3n) {
    margin-right: 0;
}

.clm02-zone .clm03-box:nth-child(3n + 1) {
    clear: both;
}

/*----------------------------------------------------
	　　    ◆PRODUCT
----------------------------------------------------*/

.product-wrapper01 {
    margin: 0 auto 60px;
    max-width: 1220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.naka-mv-zone01 {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 auto 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.naka-mv-zone01 .naka-mv-left {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    background-color: #efefef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.naka-mv-zone01 .naka-mv-left .naka-mv-p01 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.naka-mv-zone01 .naka-mv-right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.naka-mv-zone01 .naka-mv-right figure img {
    width: 100%;
    max-width: 100%;
}

.under-naka-mv {
    text-align: center;
    margin: 0 auto 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.product-search-wrapper {

    margin: 0 auto 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-search-box {
    background-color: #cee5f3;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 30px;
    text-align: center;
}

.product-search-tit {
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
}

.product-search-inr {
    display: table;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.product-search-inr input[type="text"] {
    display: block;
    width: calc(100% - 100px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 60px;
    padding: 0 20px;
    border: none !important;
    border-radius: 3px 0 0 3px;
}

.product-search-inr button {
    display: block;
    width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 60px;
    padding: 0;
    border: none !important;
    border-radius: 0 3px 3px 0;
    font-weight: bold;
}



.product-search-btn {
    border: none !important;
    background-color: #0b7cc3;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
}

.product-search-btn:hover {
    opacity: 0.8;
}

.product-search-btn i {
    margin-right: 5px;
    font-weight: normal;
}

.product-search-btn.btn02 {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 3px;
}

.product-search-table {
    width: 100%;
    margin: 0 auto 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #efefef;
    table-layout: fixed;
}


.product-search-table th,
.product-search-table td {
    border-bottom: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
    line-height: 1.5;
    vertical-align: middle;
}

.product-search-table th {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 20%;
}

.product-search-table .wrapper-span {
    display: inline-block;
    margin: 5px 5px;
}


.product-search-table input[type="checkbox"] {
    display: none !important;
}

.product-search-table label {
    display: inline-block;
    padding: 10px 20px;
    background-color: #efefef;
    border-radius: 3px;
    opacity: 1 !important;
    color: #000;
    font-size: 13px;
}




.product-search-table label:hover {
    background-color: #ccc;
}

.product-search-table input:checked + label {
    background-color: #0b7cc3;
    color: #fff;
    position: relative;
}

.product-search-table input:checked + label:after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff !important;
    border-left: 6px solid transparent;
}

.product-search-cancel-btn {
    display: block;
    margin: 10px 0 10px auto;
    width: 80px;
    background-color: #eeeeee;
    color: #000;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 10px;
    text-align: center;
    line-break: 1 !important;
    cursor: pointer;
}

.product-search-cancel-btn:hover {
    background-color: red;
    color: #fff;
}

.product-search-result-table {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 50px;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background-color: #efefef;
}

.product-search-result-table th,
.product-search-result-table td {
    border-bottom: 1px solid #dddddd;
    padding: 20px 20px;
    line-height: 1.5;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-search-result-table th {
    width: 20%;
}

.product-search-result-table .p01 {
    vertical-align: middle;
    line-height: 1.5 !important;
}

.product-search-result-table .p01 .s01 {
    display: inline-block;
    margin: 3px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 5px;
    background-color: #000;
    color: #fff;
}

.product-search-result-table .p01 .s02 {
    display: inline-block;
    margin: 3px;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 10px;
    background-color: #0b7cc3;
    color: #fff;
    border-radius: 3px;
}

.result-ul01 {
    margin: 0 auto 30px;
}


.result-ul01 li {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px 0;
}

.result-ul01 li:nth-child(2n) {
    background-color: #f8f8f8;
}

.result-ul01 li .result-ul01-p01 {
    display: table-cell;
    width: 300px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}

.result-ul01 li .result-ul01-p02 {
    display: table-cell;
    vertical-align: middle;

}

.result-ul01 li .result-ul01-p03 {
    display: table-cell;
    width: 200px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 20px;
    text-align: center;
}


.result-ul01 li .result-ul01-p01 span {
    font-size: 18px;
    display: block;
    color: #0b7cc3;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.2em;
    position: relative;
}

.result-ul01 li .result-ul01-p01 span:before {
    font-family: FontAwesome;
    content: "\f138";
    position: absolute;
    left: 0;
    top: 0.02em;
    font-weight: normal;
    color: #0b7cc3;
}

.result-ul01 li .result-ul01-p03 a {
    display: block;
    color: #0b7cc3;
    padding: 5px 0;
    text-align: center;
    position: relative;
}


.result-ul01 li .result-ul01-p03 a:before,
.result-ul01 li .result-ul01-p03 a:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #0b7cc3;
}

.result-ul01 li .result-ul01-p03 a:before {
    left: -1px;
    top: -1px;
}

.result-ul01 li .result-ul01-p03 a:after {
    right: -1px;
    bottom: -1px;
}

.naka-mv-txt-box {
    max-width: 500px;
    margin: 0 auto;
}

.naka-mv-table {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.naka-mv-table th,
.naka-mv-table td {
    line-break: 1.5;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
}

.naka-mv-table td span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #0b7cc3;
    color: #fff;
    border-radius: 3px;
    margin: 2px;
}

.product-detail-table {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 50px;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.product-detail-table th,
.product-detail-table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    line-height: 1.5;
    font-size: 16px;
}

.product-detail-table tr:nth-child(2n) th,
.product-detail-table tr:nth-child(2n) td {
    background-color: #fafafa;
}

.product-detail-table th {
    text-align: left;
    color: #0b7cc3;
    width: 240px;
}

.product-detail-btn-ul01 {
    max-width: 640px;
    margin: 0 auto 60px;
}

.product-detail-btn-ul01 li {
/*    width: 50%;
    float: left;*/
}

.product-detail-btn-ul02 {
    max-width: 740px;
    margin: 0 auto 60px;
}

.product-detail-btn-ul02 li {
    width: 50%;
    float: left;
}


.hr-p {
    margin: 0 auto 60px;
    height: 1px;
    background-color: #ddd;
}




@media screen and (max-width:1000px) {
    /*----------------------------------------------------
	　　    ◆TOP
----------------------------------------------------*/


}

@media screen and (max-width:800px) {

    /*----------------------------------------------------
	　　    ◆TOP
----------------------------------------------------*/
    /*.top-slider-box figure{
	display:block;
	padding-top:110%;
	box-sizing:border-box;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	}*/
/*
    .top-mv-wrapper {
        height: 60vh;
    }
*/

    .top-zone01-ul01 {
        max-width: 400px;
        margin: 0 auto;
    }

    .top-zone01-ul01 > li {
        width: 100%;
        float: none;
        margin: 0 auto 50px;
    }

    .top-zone01-ul01 > li:last-child {
        margin-bottom: 20px;
    }

    .top-zone01-ul01 > li .txt-box {
        padding: 30px 0 !important;
        height: auto !important;
        position: absolute !important;
        left: 20px !important;
        top: -40px !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        text-align: center !important;
        color: #fff !important;
        width: 35% !important;
        box-sizing: border-box !important;
    }

    /*.top-zone01-ul01 > li:hover .txt-box {
	padding:30px 0;
	height:auto;
		position: absolute;
	left: 15px;
	top: -30px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	width: 35%;
	box-sizing: border-box;
}*/
    .top-zone01-ul01 > li .top-zone01-p01 {
        font-size: 36px;
    }

    .top-zone01-ul01 > li .top-zone01-p02 {
        font-size: 20px;
    }

    .top-zone01-ul01 > li:hover .bg span {
        opacity: 1;
    }

    .top-zone01-ul01 > li .inr-ul {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 0.90);
        width: 90%;
    }

    .top-zone01-ul01 > li .inr-ul li {
        margin: 0 auto 10px;
    }

    .top-zone01-ul01 > li .inr-ul a {
        font-size: 15px;
        padding-right: 20px;
        color: #000;
    }

    .top-zone01-ul01 > li .inr-ul a:after {
        width: 20px;
        background-color: #000;
    }

    .top-news-zone {
/*        display: block;*/
      display: flex;
      flex-wrap: wrap;
    }

    .top-news-zone-left,
    .top-news-zone-right {
        display: block;
        width: 100%;
        margin: 0 auto 20px;
        padding: 0 !important;
    }

    .top-news-tab-ul li {
        font-size: 11px;
    }

    .top-news-contents-ul li a,
    .news-contents-ul li a {
        padding: 10px 10px;
    }

    .top-news-contents-ul li a p,
    .news-contents-ul li a p {
        display: inline-block;
    }

    .top-news-contents-ul li a .top-news-date,
    .news-contents-ul li a .top-news-date {
        width: 120px;
        text-align: left;
        font-size: 14px;
    }

    .top-news-contents-ul li a .top-news-cate,
    .news-contents-ul li a .top-news-cate {
        width: 120px;
    }

    .top-news-contents-ul li a .top-news-tit,
    .news-contents-ul li a .top-news-tit {
        font-size: 13px;
        padding: 5px 0 0;
        width: 100%;
        display: block;
    }

    .top-zone02 {
        margin: 40px auto;
    }

    .top-img-ul01 li,
    .top-img-ul02 li {
        width: 100%;
        max-width: 320px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0px;
        margin: 0 auto 20px !important;
        float: none;
    }

    .top-img-ul01 li a {
        display: table;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .top-img-ul01 li a figure {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle;
    }

    .top-img-ul01 li .top-img-p01 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 13px;
    }

    .top-img-ul02 li figure {
        margin-bottom: 0;
    }

    .top-img-ul03 li {
        width: 100%;
        float: none;
        margin: 0 auto 5px !important;
        text-align: center;
    }

    /*----------------------------------------------------
	　　    ◆ABOUT
----------------------------------------------------*/

    .mv-ob-zone {
        padding: 40px 10px;
    }

    .mv-ob-tit .en1 {
        font-size: 32px;
    }

    .mv-ob-tit .jp {
        font-size: 13px;
    }

    .breadBox li {
        font-size: 11px;
    }

    .index-link-ul li {
        width: 49%;
        margin-right: 2%;
    }

    .index-link-ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .index-link-ul li:nth-child(2n) {
        margin-right: 0;
    }

    .index-link-ul li:nth-child(3n + 1) {
        clear: none;
    }

    .index-link-ul li:nth-child(2n + 1) {
        clear: both;
    }

    .tit-btn-zone .tit .en1 {
        font-size: 32px;
    }

    .tit-btn-zone .tit .jp {
        font-size: 14px;
        padding-left: 10px;
    }

    .tit-btn-zone .btn-style01.btn {
        width: 160px;
        right: -10px;
    }

    .tit-btn-zone .btn-style01.btn a {
        font-size: 11px;
    }

    .step03-index-ul {
        margin: 0 auto 20px;
    }

    .step03-index-ul li {
        margin-bottom: 10px;
    }

    .step03-index-ul li .step03-index-ul-p01 {
        font-size: 13px;
    }

    .hierarchy-link-zone {
        padding: 20px 10px 30px;
    }

    .hierarchy-ul li {
        width: 49%;
        margin-bottom: 5px;
    }

    .hierarchy-ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .hierarchy-ul li:nth-child(2n) {
        margin-right: 0;
    }

    .hierarchy-ul li:nth-child(3n + 1) {
        clear: none;
    }

    .hierarchy-ul li:nth-child(2n + 1) {
        clear: both;
    }

    .hierarchy-ul li a {
        font-size: 12px;
        height: 4em;
    }

    .hierarchy-ul li a span {
        padding-left: 20px;
        padding-right: 10px;
    }

    .hierarchy-ul li a span:before {
        left: 5px;
    }

    .hierarchy-ul li a.current span:after {
        font-size: 9px;
        bottom: -1px;
    }

    .main-zone {
        width: 100%;
        float: none;
        margin: 0 auto 30px;
    }

    .side-zone {
        width: 100%;
        float: none;
        max-width: 600px;
    }

    .domestic-link-box {
        float: none !important;
        margin: 0 auto 20px !important;
        width: 100%;
    }

    .domestic-link-p01 a {
        font-size: 14px;
    }

    .domestic-link-ul {
        padding: 10px 10px;
    }

    .domestic-link-ul a {
        padding: 0.5em 0 0.5em 20px;
    }

    .domestic-link-ul a:before {
        top: 0.5em;
    }

    .domestic-contents-box {
/*        padding: 20px 0;*/
        text-align: center;
    }

    .domestic-contents-box .domestic-contents-img {
        width: 100%;
        float: none;
        margin: 0 auto 10px;
    }

    .domestic-contents-box .domestic-contents-txt {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    .domestic-contents-p01 span {
        font-size: 11px;
    }

    .domestic-contents-p02 {
        font-size: 18px;
    }

    .domestic-contents-p03 {
        font-size: 13px;
    }

    .domestic-contents-box .btn-style01 {
        margin: 0 auto;
    }

    /*190620追加*/

    .domestic-contents-txt .imgnone li:nth-child(1) {
        float: none;
        width: auto;
    }

    .domestic-contents-txt .imgnone li:nth-child(2) {
        float: none;
        width: auto;
    }

    /*----------------------------------------------------
	　　    ◆NETWORKS
----------------------------------------------------*/

    .index-link-ul02 li a .index-link-ul02-p01 {
        font-size: 13px;
    }

    /*----------------------------------------------------
	　　    ◆TABLE
----------------------------------------------------*/


    .table-sys01 th,
    .table-sys01 td {
        padding: 1.4em 10px;
        font-size: 13px;
    }

    .table-scroll-wrapper {
        overflow-x: scroll;
        overflow-y: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        margin: 0 auto 20px;
    }

    .table-scroll-wrapper:before {
        content: "横にスクロールしながら、確認してください→";
        display: block;
        font-size: 12px;
        color: #000000;
        font-weight: bold;
        margin-bottom: 2px;
    }

    .table-scroll-box {
        min-width: 600px;
        width: 100%;
    }

    /*----------------------------------------------------
	　　    ◆Component
----------------------------------------------------*/


    .breadBox {
        margin: 0 auto 20px;
    }

    .ul-style01 li {
        width: 100%;
        float: none;
        margin: 0 auto 20px;
    }

    .ul-style01 li .ul-style01-p01 {
        font-size: 14px;
    }

    .ul-style01 li .ul-style01-p02 {
        font-size: 13px;
    }

    .ul-style02 {
        padding: 10px 10px 10px;
        margin: 0 auto 20px;
    }

    .ul-style02 li {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        margin: 0 auto 10px;
    }

    .colorful-box {
        padding: 10px 10px;
        margin: 0 auto 20px;
    }

    .colorful-box .colorful-box-p01 {
        font-size: 16px;
        margin: 0 auto 5px;
    }

    .colorful-box .colorful-box-p02 {
        font-size: 13px;
    }

    .ul-dot {
        margin: 0 auto 20px;
    }

    .ul-dot li {
        font-size: 13px;
    }

    .ul-num {
        margin: 0 auto 20px;
    }

    .ul-num li {
        font-size: 13px;
    }

    .dl-sys01 dt {
        font-size: 15px;
    }

    .dl-sys01 dd {
        font-size: 13px;
    }

    .table-sys02 {
        margin: 0 auto 20px;
    }

    .table-sys02 th,
    .table-sys02 td {
        font-size: 13px;
        padding: 10px 10px;
    }

    .table-sys03 {
        margin: 0 auto 20px;
    }

    .table-sys03 th,
    .table-sys03 td {
        font-size: 13px;
        padding: 10px 6px;
    }

    .lay-out {
        margin: 0 auto 20px;
    }

    .lay-out .lay-out-img {
        width: 100%;
        margin: 0 auto 20px;
        float: none;
    }

    .lay-out .lay-out-txt {
        width: 100%;
        margin: 0 auto 20px;
        float: none;
    }

    .lay-out .lay-out-p01 {
        font-size: 13px;
    }

    .clm02-zone .clm02-box {
        width: 100%;
        max-width: 520px;
        margin: 0 auto 20px !important;
        clear: both !important;
        float: none;
    }

    .clm03-zone .clm03-box {
        width: 49%;
        float: left;
        margin-right: 2%;
    }

    .clm03-zone .clm03-box:nth-child(3n) {
        margin-right: 2%;
    }

    .clm03-zone .clm03-box:nth-child(2n) {
        margin-right: 0;
    }

    .clm03-zone .clm03-box:nth-child(3n + 1) {
        clear: none;
    }

    .clm03-zone .clm03-box:nth-child(2n + 1) {
        clear: both;
    }

    .dl-sys01 {
        margin: 0 auto 10px;
    }

    /*----------------------------------------------------
	　　    ◆PRODUCT
----------------------------------------------------*/
    .naka-mv-zone01 {
        display: block;
        width: 100%;
    }

    .naka-mv-zone01 .naka-mv-left {
        display: block;
        width: 100%;
        padding: 10px 10px;
    }

    .naka-mv-zone01 .naka-mv-right {
        display: block;
        width: 100%;
    }

    .product-search-box {
        padding: 10px 10px;
    }

    .product-search-table th,
    .product-search-table td {
        width: 100%;
        display: block;
        padding: 10px 10px;
    }

    .product-search-table th {
        font-size: 14px;
        background-color: #efefef;
    }

    .product-search-cancel-btn {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .product-search-inr input[type="text"],
    .product-search-inr button {
        height: 40px;
    }

    .product-search-inr input[type="text"] {
        font-size: 16px;
        padding: 0 10px;
    }

    .product-search-table .wrapper-span {
        margin: 2px;
    }

    .product-search-result-table th,
    .product-search-result-table td {
        display: block;
        width: 100%;
        padding: 10px 10px;
    }

    .product-search-result-table td {
        background-color: #fff;
    }

    .product-search-result-table .p01:nth-child(2) {
        margin-top: 10px;
    }

    .product-search-result-table .p01 .s01,
    .product-search-result-table .p01 .s02 {
        font-size: 14px;
    }

    .product-search-result-table .p01 .s01 {
        margin: 0 auto 5px;
        display: block;
        text-align: center;
        background-color: #444;
    }

    .result-ul01 li {
        display: block;
        padding: 20px 10px;
    }

    .result-ul01 li .result-ul01-p01,
    .result-ul01 li .result-ul01-p02,
    .result-ul01 li .result-ul01-p03 {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        padding: 0;
    }

    .result-ul01 li .result-ul01-p01 span {
        font-size: 16px;
    }

    .result-ul01 li .result-ul01-p01 {
        margin-bottom: 5px;
    }

    .result-ul01 li .result-ul01-p02 {
        margin-bottom: 10px;
    }

    .result-ul01 li .result-ul01-p03 {
        max-width: 200px;
        margin: 0 auto;
    }

    .naka-mv-txt-box {
        max-width: 100%;
    }

    .naka-mv-table th,
    .naka-mv-table td {
        font-size: 13px;
        padding: 5px 5px;
    }

    .product-detail-table th,
    .product-detail-table td {
        display: block;
        width: 100%;
        padding: 10px 10px;
        font-size: 14px;
    }


    .product-detail-table tr:nth-child(2n) th,
    .product-detail-table tr:nth-child(2n) td {
        background-color: #fff;
    }

    .product-detail-table th {
        background-color: #efefef !important;
    }

    .product-detail-btn-ul01 li {
        width: 100%;
        float: none;
    }


    .product-detail-btn-ul02 li {
        width: 100%;
        float: none;
    }


}

/*20190624 追加分*/
.color01{
  background-color: #d3522b;
}
.color02{
  background-color: #eeb33f;
}
.color03{
  background-color: #9dbb3f;
}
.color04{
  background-color: #449cdc;
}
.color05{
  background-color: #1d2c7f;
}
.color06{
  background-color: #88247a;
}
.color07{
  background-color: #8d2323;
}

.color08{
  background-color: #de51c2;
}
/*20190627 追加分*/

.btn-style01.news_sp{
  display: none;
}
.btn-style01.news_pc{
  display: block;
}
@media screen and (max-width: 800px){
.top-news-zone-right {
  order: 2;
}
.top-news-zone-left {
  order:1;
}
  .btn-style01.news_sp{
    display: block;
  }
  .btn-style01.news_pc{
    display: none;
  }
}

/*191107 追加分*/

.video_area::after{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp_only{
  display: none;
}

@media screen and (max-width: 1024px){
  .video_area{
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: 50px;
  }
  .video_area iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
  .sp_only{
    display: block;
  }
}