﻿/*!
 * CSS
 */

#page_top {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 50px;
    opacity: 0.6;
}

#page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #3f98ef;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #3f98ef;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: black;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding-top: 70px;
    /* ヘッダー位置 */
	/*zoom: 120%; */
}

.bline {
    vertical-align: text-bottom;
}

.bmline {
    vertical-align: bottom;
}

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese');

.text-ov {
    color: black;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 10);
}

/* button */
.btn-outline {
    margin: 3px;
}

.btn-outline.btn-primary {
    background: none;
    border: 1px solid #428bca;
    color: #2152a2;
    font-weight: 500;
}

.btn-outline.btn-primary:hover,
.btn-outline.btn-primary:active {
    color: #FFF;
    background: #428bca;
    border-color: #428bca;
}

/*!
* Link Posision
 */

.jump{
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}

/*!
* hover
 */

.drop-hover:hover > .dropdown-menu {
    display: block !important;
}

.ngutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.textAnimationLeft {
    height: 50px;
    width: 300px;
    text-align: center;
    overflow: hidden;
    background: #1C3E7B;
    position: relative;
    line-height: 35px;
    color: #fff;
}

.textAnimationLeft::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: #fff;
    transition: transform .25s ease-in;
}

.textAnimationLeft:hover::before {
    transform: translateX(0);
}

.textAnimationLeft span {
    position: relative;
    z-index: 1;
    display: block;
}

.textAnimationLeft:hover span {
    animation: animButtonSpan 0.4s;
}

@keyframes animButtonSpan {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    35% {
        transform: translateX(20px);
        opacity: 0;
    }

    50.001% {
        transform: translateX(-20px);
    }

    60% {
        transform: translateX(0px);
    }

}

figure.pro-info-anime {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.pro-info-anime figcaption {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(103, 100, 100, 0.81);
    -webkit-transition: .7s;
    transition: .7s;
    opacity: 1;
}

figure.pro-info-anime:hover figcaption {
    top: 0;
    left: 0;
}

.zout img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.zout:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}


.l1 {
    padding: 0;
}

.l1 a {
    color: #fff;
    display: block;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
}

.l1 a:hover {
    text-decoration: none;
    color: #007bff;
}

.title {
    box-shadow: 0px 0px 9px 0px #00000066;
    background: #d3d4d4
}

.arrow:after {
    content: ">";
    color: aqua;
}

.header-img {
    max-width: 100%;
    margin: 0 auto;
}

.mp0 {
    margin: 0;
    padding: 0;
}

.sample-img {
    width: 200px;
    height: 200px;
    display: inline-block;
    background: #58b;
}

.bg-water {
    background: #edf3f9;
}

.header-shadow {
    position: relative;
}

.header-shadow:before {
    content: "";
    display: block;
    width: 100%;
    background: #00277d63;
    height: 100%;
    position: absolute;
}

.header-message-area {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.header-message-area_top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.header-message-line :after {
    content: "";
    display: block;
    width: 50px;
    color: #fff;
    border-bottom: 2px solid #00b8ff;
    margin: 1.5rem auto;
}

.midashi {
    border-left: 6px solid #113268;
    padding-left: 1rem;
}

.bg-base {
    background: #f3f3f3;
}

.grid {
    display: grid;
    grid-template-columns: auto auto;
}

.border-dz + .border-dz {
    border-top: solid 1px #113268;
}

.table-dz {
    width: 100%;
    background: #e8e8e8;
}

.table-dz th {
    background: #c0c0c0;
}

.table-dz th,
.table-dz td {
    padding: 1rem;
    border: solid #fff 1px;
}

.table-dz02 {
    width: 100%;
    background: #e3e8ee;
}

.table-dz02 th {
    background: #a0b9d1;
}

.table-dz02 th,
.table-dz02 td {
    padding: 1rem;
    border: solid #fff 1px;
}

.bg-dz {
    background: url("../img/examples/examples-bg.png") no-repeat fixed;
    background-size: cover;
    background-position: center;
}

#examples h1,
#examples h2 {
    color: #fff;
}

.const-list {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1rem;
    padding: 0;
}

.const-list li {
    border: solid 1px #fff;
}

.const-list * {
    width: 100%;
    display: block;
}

@media only screen and (max-width : 450px) {
    .const-list {
        grid-template-columns: auto;
    }
}

@media only screen and (min-width : 768px) {
    .border-dz {
        border: solid 1px #113268;
    }

    /* デスクトップ表示ではホバー操作でドロップダウンを表示 */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* ZOOM */
/* 480px〜599px */
@media screen and (min-width:480px) and (max-width:599px) { 
body {
zoom: 86%;
}
.navbar-brand {
        width: 70%;}
}
/* 600px〜959pxタブレット */
@media screen and (min-width:600px) and (max-width:959px) {
body {
zoom: 93%;
}
.navbar-brand {
        width: 60%;}
}
/* 960px〜1279px HDPC */
@media screen and (min-width:960px) and (max-width:1279px) {
body {
zoom: 96%;
}
.navbar-brand {
        width: 45%;}
}
/* 1280px〜PC*/
@media screen and (min-width:1280px) {
body {
zoom: 100%;
}
.navbar-brand {
        width: 40%;}
}
/* ZOOMここまで */

.top_imgBox {
    height: 554px;
    overflow: hidden;
    position: relative;
}

.top_img {
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 554px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 60s 0s infinite;
    /*! 36 */
    animation: anime 60s 0s infinite;
    /*! 36 */
}

.top_img:nth-of-type(2) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.top_img:nth-of-type(3) {
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}

.top_img:nth-of-type(4) {
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}

.top_img:nth-of-type(5) {
    -webkit-animation-delay: 40s;
    animation-delay: 40s;
}

.top_img:nth-of-type(6) {
    -webkit-animation-delay: 50s;
    animation-delay: 50s;
}


@keyframes anime {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
        transform: scale(1.2);
        z-index: 9;
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        z-index: 9;
    }

    100% {
        opacity: 0
    }
}

.shadow {
    text-shadow:
        #5c5c5c 1px 1px 0px, #5c5c5c -1px 1px 0px,
        #5c5c5c 1px -1px 0px, #5c5c5c -1px -1px 10px;
    box-shadow: none !important;
    font-family: 'Noto Sans JP', sans-serif;
    animation-name: fadein;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.shadows {
    text-shadow:
        #5c5c5c 1px 1px 0px, #5c5c5c -1px 1px 0px,
        #5c5c5c 1px -1px 0px, #5c5c5c -1px -1px 10px;
    box-shadow: none !important;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    animation-name: fadein;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.fdiB {

    font-family: 'Noto Serif JP', serif;
    color: #000000;
    animation-name: fadein;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.serif {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.03em;

}

.img_block img {
    display: block;
    margin: auto;
}


a.under_n {
    text-decoration: none
}

