
/* 
    Created on : 2018/03/29, 18:07:30
    Author     : yuji
*/

.allgrey{
    color: grey;
}
.allgrey > *{
    color: grey;
}

.heisa{
    display: none;
}

.kaihou{
    display: block;
}

.jyunbi0{
    display: block;
}

.jyunbi{
    display: none;
}

html * {
    box-sizing: border-box;
}

body{
    font-family: sans-serif;
    margin: 0;
    background-color: #ffffff;
}

.midori{
    color: #16ac00;
}

.haiiro{
    color: #cfcfcf;
}

.hidari{
    text-align: left;
}
.migi{
    text-align: right;
}

.backc{
    background-color: rgba(255,255,255,0.7);
    padding: 20px;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}

header {
    margin: 0;
    padding: 0;
}

.header-navbtn {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 30;
    width: 30px;
    height: 30px;
    background-image: url(../img/forme_menu.png);
    background-size: 30px 30px;
}

.header-navbtn:active {
    animation:  ratate 250ms ease 0s alternate;   
}

input[type="buttonO"]{
    padding: 6px 20px;
    border: 4px solid #ff6347;
    border-radius: 2px;
    background: #ff6347;
    color: #ffffff;
    margin: 10px;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}
input[type="buttonO"]:hover{
    background: pink;
}

input[type="buttonM"]{
    padding: 6px 20px;
    border: 4px solid #16ac00;
    border-radius: 2px;
    background: #16ac00;
    color: #ffffff;
    margin: 10px;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}
input[type="buttonM"]:hover{
    background: pink;
}

input[type="button"]{
    padding: 6px 20px;
    border: 4px solid #0000ff;
    border-radius: 2px;
    background: #0000ff;
    color: #ffffff;
    margin: 10px;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}
input[type="button"]:hover{
    background: pink;
}

input[type="submit"]{
    padding: 6px 20px;
    border: 4px solid #0000ff;
    border-radius: 2px;
    background: #0000ff;
    color: #ffffff;
    margin: 10px;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}
input[type="submit"]:hover{
    background: pink;
}

input[type="reset"]{
    padding: 6px 20px;
    border: 4px solid #ff0000;
    border-radius: 2px;
    background: #ff0000;
    color: #ffffff;
    margin-right: 10px;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}
input[type="reset"]:hover{
    background: pink;
}

@keyframes ratate{
    0%{
        transform:rotate(0deg);
    }
    10%{
        transform:rotate(5deg);
    }
    20%{
        transform:rotate(10deg)
    }
    30%{
        transform:rotate(20deg)
    }
    40%{
        transform:rotate(30deg)
    }
    50%{
        transform:rotate(40deg);
    }
    60%{
        transform:rotate(50deg);
    }
    70%{
        transform:rotate(60deg)
    }
    80%{
        transform:rotate(70deg)
    }
    90%{
        transform:rotate(80deg)
    }
    100%{
        transform:rotate(90deg);
    }
}

@keyframes feedy{
    0%{
        transform: translateY(-33px);
    }
    10%{
        transform: translateY(-30px);
    }
    20%{
        transform: translateY(-27px);
    }
    30%{
        transform: translateY(-24px);
    }
    40%{
        transform: translateY(-21px);
    }
    50%{
        transform: translateY(-18px);
    }
    60%{
        transform: translateY(-15px);
    }
    70%{
        transform: translateY(-12px);
    }
    80%{
        transform: translateY(-9px);
    }
    90%{
        transform: translateY(-6px);
    }
    100%{
        transform: translateY(-3px);
    }
}

.header-nav-wrapper {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0.7);
}

.main-wraooer {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 100px;
    width: 100%;
}

.header-container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.header-logofig {
    vertical-align: central;
    width: 30px;
    height: 30px;
    float: left;
}

.header-logo {
    font-size: 20px;
    color: #16ac00;
    vertical-align: central;
}

.header-container button{
    float: left;
}

.header-container h4{
    color: #0000ff;
    font-size: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.header-container p{
    position: absolute;
    top: 8px;
    right:40px;
}

nav {
    
}

.nav-container {
    margin:  0 auto;
    padding: 0 20px 20px 20px;
    width: 100%;
    display: none;
}

.mobilelincks{
    background-color: rgba(255,255,255,1);
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 10;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    animation: feedy 100ms ease 0s alternate;
    display: none;
}

.mobilelincks ul{
    width: 100%;
}

.mobilelincks p{
    text-align: center;
    font-size: 15px;
    color: #757575;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
}

.mobilelincks li{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
    text-align: right;
    list-style: none;
}

.mobilelincks li a{
    text-align: center;
    font-size: 20px;
    color: #16ac00;
    text-decoration: none;
}

.mobilelincks li a.current0{
    color: #d3d3d3;
}

@keyframes scale{
    0%{
        transform: scale(0.5);
    }
    10%{
        transform: scale(.1);
    }
    20%{
        transform: scale(.2);
    }
    30%{
        transform: scale(.3);
    }
    40%{
        transform: scale(.4);
    }
    50%{
        transform: scale(.5);
    }
    60%{
        transform: scale(.6);
    }
    70%{
        transform: scale(.7);
    }
    80%{
        transform: scale(.8);
    }
    90%{
        transform: scale(.9);
    }
    100%{
        transform: scale(1);
    }
}

nav ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 20px 10px 0 10px;
}

nav li {
    width: 20%;
    color: #ffffff;
    text-align: center;
}

nav li a{
    text-decoration: none;
    color: #16ac00;
}

nav li a:hover{
    background: #d3d3d3;
}

nav li a.current {
    color: #757575;
}

footer{
    text-align: center;
}

.footer-container {
    padding: 20px;
    background: #16ac00;
    text-align: center;
    width: 100%;
}

.copyright{
    color: #ffffff;
}

.footer-container a{
    color: white;
    text-decoration: underline;
}

main {}

.main-container {
    margin: 0 auto;
    padding: 0 0 40px 0;
    width: 100%;
    background-color:rgba(255,255,255,0.1);
}

.gr{color: gray;}

.keyfig {
    position: relative;
    width: 100%;
    text-align: center;
}

.keyphoto{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    vertical-align: middle;
}

.copyimage{
    width: 50px;
    margin-bottom: -20px;
}

.copy {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 2500px 40px;
}

a{
    text-decoration: none;
    color: #16ac00;
}

.infoDt{
    width: 100%;
    margin: 10px;
}

p{
    font-size: 10pt;
}

.pt1{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    text-align: center;
}

.pt1image{
    width: 80px;
}

.nonli{
    list-style: none;
}

.appealicon li{
    margin: 0 0 5px 0;
    padding: 5px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
}

.appealicon li img{
    width:50px;
    margin: 0 auto;
    text-align: center;
}

.appeal li{
    margin: 0 0 5px 0;
    padding: 5px;
    text-align: center;
    list-style: none;
    background-color: #ffffff;
}

.limg {
    width: 200px;
}

.appeal0{
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.at{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 80px;
}

.appeal1{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 10px;
    float: right;
}

.appeal2{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 10px;
    float: left;
}

.limgpc{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    display: none;
}

.limg2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    display: block;
}

.tool_btn{
    text-decoration: none;
}

.tool_btn div{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 20px 0;
    width: 100px;
    border: 4px solid #16ac00;
    border-radius: 10px;
    text-align: center;
    background: #ffffff;
    color: #16ac00;
}

.tool_btn div:hover{
    background: #ffffff;
}

.frame{
    border: none;
}

.dowmimg{
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.dowmimg_xlsx{
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.preimg{
    width: 100%;
}

.slidimgs{
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
}
.slidimgs h1{
    color: white;
    padding-top: 150px;
}

.mangaimg{
    width: 500px;
}

.swiper-container mark{
    background-color: rgba(0,0,0,0);
    color: #d3d3d3;
}

.header-ishide{
    display: block;
}

.gifimg{
    width: 100%;
}

.table-ctr{
    text-align: center;
    overflow-x: scroll;
}

.def{
    width: 100%;
    border-style: none;
    border-collapse: collapse;
}
.def thead th{
    text-align: center;
    background-color: #16ac00;
}

.def thead th:first-child{width: 100px;}
.def thead th:nth-child(2){width: auto;}
.def thead th:last-child{width: 100px;}

.def tbody{background-color: white;}

.def th,td{
    border: 1px solid black;
    padding: 5px;
}
.def td{
    border-style: solid;
    width: auto;
    height: auto;
}
.defimg{width: 100px;}

.akamoji{
    color: red;
}

@media screen and (min-width:1000px){
    
    body {
        font-family: sans-serif;
        margin: 0;
        background-image: url(../img/yoursystem.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
    }
    
    p{
        font-size: 12pt;
    }
    
    header{
        animation: feedy 0.1s ease 0s alternate;
    }
    
    .header-container {
        margin: 0 auto;
        padding: 0 0 10px 0;
        width: 1000px;
    }
    
    .header-logofig {
        vertical-align: central;
        width: 50px;
        height: 50px;
        float: left;
    }

    .header-logo {
        vertical-align: central;
        padding-top: 5px;
        font-size: 30px;
        color: #16ac00;
    }
    
    .header-container p{
        position: absolute;
        top: 20px;
        left: 900px;
        width: 1000px;
    }
    
    nav ul {
        list-style: none;
        display: flex;
        width: 1000px;
        justify-content: flex-end;
        margin: 0;
        padding: 20px 10px 0 10px;
    }
    
    nav li {
        box-sizing: border-box;
        width: 20%;
        color: #16ac00;
        border-left: 1px solid #16ac00;
        text-align: center;
    }
    
    .nav-container {
        margin:  0 auto;
        padding: 0 20px 20px 20px;
        width: 1000px;
        display: block !important;
    }
    
    .header-navbtn {
        display: none;
    }
    
    .main-wraooer {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 200px;
        width: 100%;
    }
    
    .main-container {
        margin: 0 auto;
        padding: 0 0 40px 0;
        width: 1000px;
        --background: #ffffff;
    }
    
    .footer-container {
        padding: 20px;
        background: #16ac00;
        text-align: center;
        width: 100%;
    }
    
    .keyfig {
        position: relative;
        width: 800px;
        text-align: center;
    }
    
    .keyphoto{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
        vertical-align: middle;
    }
    
    .copy {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #ffffff;
        padding: 2300px 40px;
    }
    
    .infoDt{
        width: 500px;
        margin: 50px;
    }
    
    .point {
        font-size: 50px;
    }
    
    .appealicon li{
        overflow: hidden;
        margin: 0 0 5px 0;
        padding: 5px;
        text-align: left;
        list-style: none;
        background-color: #ffffff;
    }

    .appealicon li img{
        margin: 0 auto;
        width:50px;
        float: left;
        text-align: center;
    }
    
    .appeal li{
        overflow: hidden;
        padding: 30px;
        text-align: left;
        border: 1px solid #d3d3d3;
        list-style: none;
    }
    
    .tool_btn div{
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        padding: 20px 0;
        width: 210px;
        border: 4px solid #16ac00;
        border-radius: 10px;
        text-align: center;
        background: #ffffff;
        color: #16ac00;
    }

    .limg {
        float: left;
        width: 300px;
        margin-right: 50px;
    }
    
    .limgpc{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
        display: block;
    }

    .limg2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        display: none;
    }
    
    .appeal0{
        overflow: hidden;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .at{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 80px;
        float: left;
    }
    
    .appeal1{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin: 10px;
        float: right;
    }

    .appeal2{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin: 10px;
        float: right;
    }
    
    .header-ishide{
        display: none;
    }
    
    .gifimg{
        width: 650px;
    }
    
    .def thead th:first-child{width: 300px;}
    .def thead th:nth-child(2){width: auto;}
    .def thead th:last-child{width: 300px;}
    .defimg{width: 300px;}
    
}