@charset "utf-8";
/* CSS Document */
body {
    font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
    background-color: #F4F5F7;
    -webkit-text-size-adjust: 100%
}
/* header *//* header */
.inner {
    width: 95%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    margin: 0 0 50px 0;
    font-size: 24px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 30px 20px 0;
    font-size: 18px;
}
#global-nav ul li {
    float: left;
    font-weight: bold;
}
#global-nav ul li a {
    padding: 0 15px;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 20px;
    height: 80px;
    background: #fff;
    background: rgba(88, 88, 88, 0.8);
    transition: top 0.3s ease-in;
    -webkit-transition: top 0.3s ease-in;
    -moz-transition: top 0.3s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #fff;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 15px;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
.hero{
    max-height: 1000px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background: linear-gradient(#0ddaddfd, #211480);
}
.hero img{
    height: auto;
    width: 100%;
    display: block;
    margin: 100px auto 30px;
    opacity: 1.5;
}
/* footerの記述
-------------------------*/
.site-footer{
    background:rgb(24, 23, 23);
    padding: 20px 0 20px 0;
}
.site-footer p{
    max-width: 30%;
    margin: 10px auto 0;
}
.social-icons{
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.social-icons a{
    display: inline-block;
    margin: 0 10px;
}
.social-icons img{
    height: 35px;
    width: 35px;
    margin: 0 10px 15px 10px;
}
.copyright{
    color: #fff;
    font-size: 20px;
    text-align: center;
}
/* policyの記述
-------------------------*/
.policy{
    max-width: 80%;
    margin: 10px auto 40px;
    text-align: center;
}
.policy a{
    color: #fff;
    text-decoration: none;
}
/* tbl10の記述
--------------------*/
.tbl10{
    width: 35%;
    margin: 20px auto 0;
    border-collapse: collapse;
}
.tbl10 td{
    height: 10px;
    width: 10%;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #333;
}
/* mainの記述
--------------------*/
.mainflame{
    max-width: 100%;
    margin: 0 0 200px 0;
}
.main{
    margin: 50px auto;
    max-width: 100%;
}
.main h1{
    margin: 10px auto;
    max-width: 90%;
    padding: 10px;
    font-size: 24px;
    text-align: center;
    vertical-align: top;
    color: #333;
    letter-spacing: 0.5em;
    border-bottom: 3px solid #DCDCDC;
}
.main a{
    color: #333;
    text-decoration: underline;
    text-underline-offset: 10px;
}
.main a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}
/* articleの記述
--------------------*/
.article{
    margin: 30px auto 0;
    max-width: 90%;
}
.article h2{
    font-size: 18px;
    color:#333;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.2em;
}
/* contentの記述
-------------------*/
.content{
    margin: 20px auto 0;
    max-width: 85%;
    padding: 0px;
    color: #333;
}
.content p{
    margin: 40px auto 0;
    width: 75%;
    font-size: 17px;
    color: #333;
    line-height: 1.6em;
    letter-spacing: 0.2em;
}
.contents-wrap{
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 0;
    justify-content: space-between;
}
.contents-box{
    width: 100%;
    margin: 0 auto 20px;
}
.contents-box img{
    display: block;
    margin: 20px auto 10px;
    width: 85%;
    height: 100%;
    box-shadow: 1px 4px 6px gray;
}
/* tbl6の記述
--------------------*/
.tbl6 {
    width: 85%;
    margin: 10px auto 20px;
    border-collapse: collapse;
}
.tbl6 th{
    width: 100%;
    line-height: 1.6em;
    margin: 10px auto 0;
    display:block;
    font-size: 17px;
    text-align: left;
    letter-spacing: 0.2em;
    color: #333;
    padding: 0;
    border: none;
}
.tbl6 td{
    width: 96%;
    height: auto;
    line-height: 1.8em;
    margin: 20px 0 0 60px;
    display:block;
    font-size: 17px;
    text-align: left;
    letter-spacing: 0.2em;
    color: #333;
    padding: 0;
    border: none;
}
/* tbl7の記述
--------------------*/
.tbl7 {
    width: 85%;
    margin: 10px auto 20px;
    border-collapse: collapse;
}
.tbl7 th{
    width: 100%;
    line-height: 1.6em;
    margin: 10px auto 0;
    display:block;
    font-size: 17px;
    text-align: left;
    letter-spacing: 0.2em;
    color: #333;
    padding: 0;
    border: none;
}
.tbl7 td{
    width: 96%;
    height: auto;
    line-height: 1.8em;
    margin: 20px 0 0 60px;
    display:block;
    font-size: 17px;
    text-align: left;
    letter-spacing: 0.2em;
    color: #333;
    padding: 0;
    border: none;
}
/* tbl8の記述
--------------------*/
.tbl8 {
    width: 85%;
    margin: 10px auto 20px;
    border-collapse: collapse;
}
.tbl8 th{
    width: 100%;
    line-height: 1.6em;
    margin: 10px auto -30px;
    display:block;
    font-size: 17px;
    text-align: left;
    letter-spacing: 0.2em;
    color: #333;
    padding: 0;
    border: none;
}
/* tbl9の記述
--------------------*/
.tbl9 {
    width: 85%;
    margin: 10px auto 20px;
    border-collapse: collapse;
}
.tbl9 th{
    width: 95%;
    line-height: 1.6em;
    margin: 20px auto 0;
    display:block;
    font-size: 17px;
    text-align: left;
    letter-spacing: 0.2em;
    color: #333;
    padding: 0;
    border: none;
}
.tbl9 td{
    width: 96%;
    height: auto;
    line-height: 1.8em;
    margin: 10px 0 0 60px;
    display:block;
    font-size: 17px;
    text-align: left;
    letter-spacing: 0.2em;
    color: #333;
    padding: 0;
    border: none;
}
/* footer下余白無しの記述
-------------------*/
html {
    position: relative;
    min-height: 100%;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.site-footer{
    width: 100%;
    position: absolute;
    bottom: 0;
}

/*---------------------------------- min-width:229px and max-widht:539pxの記述 -------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:229px) and (max-width:539px) {
    body{
        font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
        background-color: #F4F5F7;
        -webkit-text-size-adjust: 100%;
    }
    /* header *//* header */
    #top-head,
    .inner{
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head .logo {
        position: absolute;
        left: 15px;
        top: 20px;
        color: #333;
        font-size: 16px;
    }
    #top-head.fixed .logo {
        font-size: 16px;
        color: #333;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 16px;
        margin: 10px auto 20px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        flex-shrink: 1;
        display: block;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        padding: 18px 0 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    .hero{
        max-height: 1000px;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        background: linear-gradient(#0ddaddfd, #211480);
    }
    .hero img{
        height: auto;
        width: 100%;
    }
    /* footerの記述
    -------------------------*/
    .site-footer{
        background:rgb(24, 23, 23);
        padding: 10px 0;
    }
    .site-footer p{
        max-width: 90%;
        margin: 20px auto 0;
    }
    .social-icons{
        display: flex;
        margin-top: 10px;
        justify-content: center;
    }
    .social-icons a{
        display: inline-block;
        margin: 0 10px 0 0;
    }
    .social-icons img{
        height: 30px;
        width: 30px;
        margin: 0 5px 10px 5px;
    }
    .copyright{
        color: #fff;
        font-size: 16px;
        text-align: center;
    }
    /* policyの記述
    --------------------*/
    .policy{
        max-width: 80%;
        margin: 10px auto 30px;
        text-align: center;
    }
    .policy a{
        color: #fff;
        text-decoration: none;
    }
    /* tbl10の記述
    -------------------*/
    .tbl10 {
        width: 90%;
        margin: 10px auto 0;
        border-collapse: collapse;
    }
    .tbl10 td{
        width: 100%;
        height: auto;
        line-height: 1.6em;
        margin: 0 auto;
        display:block;
        font-size: 13px;
        text-align: center;
        letter-spacing: 0.1em;
        color: #333;
        padding: 5px 0 5px 0;
        border: none;
    }
    /* mainの記述
    --------------------*/
    .mainflame{
        max-width: 100%;
        margin: 0 0 140px 0;
    }
    .main{
        margin: 20px auto;
        max-width: 100%;
    }
    .main h1{
        margin: 10px auto;
        max-width: 90%;
        padding: 10px;
        font-size: 18px;
        text-align: center;
        vertical-align: top;
        color: #333;
        letter-spacing: 0.5em;
        border-bottom: 3px solid #DCDCDC;
    }
    .main a{
        color: #333;
        text-decoration: underline;
        text-underline-offset: 6px;
    }
    .main a:hover{
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    /* contentの記述
    -------------------*/
    .content{
        margin: 20px auto 0;
        max-width: 100%;
        padding: 0px;
        color: #333;
    }
    .content p{
        margin: 0 auto;
        width: 90%;
        font-size: 16px;
        color: #333;
        line-height: 1.6em;
        letter-spacing: 0.1em;
    }
    .contents-wrap{
        width: 98%;
        margin: 0 auto;
        flex-direction: column;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contents-box{
        width: 100%;
        margin: 0 auto;
    }
    .contents-box img{
        display: block;
        margin: 20px auto 10px;
        width: 95%;
        height: auto;
        box-shadow: 1px 4px 6px gray;
    }
    /* tbl6の記述
    --------------------*/
    .tbl6 {
        width: 100%;
        margin: 10px auto 10px;
        border-collapse: collapse;
    }
    .tbl6 th{
        width: 96%;
        line-height: 1.6em;
        margin: 15px auto 10px;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0;
        border: none;
    }
    .tbl6 td{
        width: 94%;
        height: auto;
        line-height: 1.7em;
        margin: 5px auto 5px;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.15em;
        color: #333;
        padding: 0;
        border: none;
    }
    /* tbl7の記述
    --------------------*/
    .tbl7 {
        width: 100%;
        margin: 10px auto 10px;
        border-collapse: collapse;
    }
    .tbl7 th{
        width: 96%;
        line-height: 1.6em;
        margin: 15px auto 10px;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0;
        border: none;
    }
    .tbl7 td{
        width: 94%;
        height: auto;
        line-height: 1.6em;
        margin: 5px auto 5px;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0;
        border: none;
    }
    /* tbl8の記述
    --------------------*/
    .tbl8 {
        width: 100%;
        margin: 10px auto 10px;
        border-collapse: collapse;
    }
    .tbl8 th{
        width: 96%;
        line-height: 1.6em;
        margin: 15px auto -20px;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0;
        border: none;
    }
    /* tbl9の記述
    --------------------*/
    .tbl9 {
        width: 100%;
        margin: 10px auto 10px;
        border-collapse: collapse;
    }
    .tbl9 th{
        width: 96%;
        line-height: 1.6em;
        margin: 15px auto 10px;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0;
        border: none;
    }
    .tbl9 td{
        width: 94%;
        height: auto;
        line-height: 1.7em;
        margin: 5px auto 5px;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0;
        border: none;
    }
    /* footer下余白無しの記述
    -------------------*/
    html {
        position: relative;
        min-height: 100%;
        padding-bottom: 100px;
        box-sizing: border-box;
    }
    .site-footer{
        width: 100%;
        position: absolute;
        bottom: 0;
    }
}

/*---------------------------------- min-width:540px and max-widht:767pxの記述 -------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:540px) and (max-width:767px) {
    body{
        font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
        background-color: #F4F5F7;
        -webkit-text-size-adjust: 100%;
    }
    /* header *//* header */
    #top-head,
    .inner{
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head .logo {
        position: absolute;
        left: 15px;
        top: 20px;
        color: #333;
        font-size: 16px;
    }
    #top-head.fixed .logo {
        font-size: 16px;
        color: #333;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 16px;
        margin: 10px auto 20px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        height: 40px;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        flex-shrink: 1;
        display: block;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        padding: 18px 0 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    .hero{
        max-height: 1000px;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        background: linear-gradient(#0ddaddfd, #211480);
    }
    .hero img{
        height: auto;
        width: 100%;
    }
    /* footerの記述
    -------------------------*/
    .site-footer{
        background:rgb(24, 23, 23);
        padding: 10px 0;
    }
    .site-footer p{
        max-width: 90%;
        margin: 20px auto 0;
    }
    .social-icons{
        display: flex;
        margin-top: 10px;
        justify-content: center;
    }
    .social-icons a{
        display: inline-block;
        margin: 0 10px 0 0;
    }
    .social-icons img{
        height: 30px;
        width: 30px;
        margin: 0 5px 10px 5px;
    }
    .copyright{
        color: #fff;
        font-size: 16px;
        text-align: center;
    }
 /* policyの記述
    --------------------*/
    .policy{
        max-width: 80%;
        margin: 10px auto 20px;
        text-align: center;
    }
    .policy a{
        color: #fff;
        text-decoration: none;
    }
    /* tbl10の記述
    -------------------*/
    .tbl10 {
        width: 90%;
        margin: 10px auto 0;
        border-collapse: collapse;
    }
    .tbl10 td{
        width: 100%;
        height: auto;
        line-height: 1.6em;
        margin: 0 auto;
        display:block;
        font-size: 13px;
        text-align: center;
        letter-spacing: 0.1em;
        color: #333;
        padding: 5px 0 5px 0;
        border: none;
    }
    /* mainの記述
    --------------------*/
    .mainflame{
        max-width: 100%;
        margin: 0 0 160px 0;
    }
    .main{
        margin: 20px auto;
        max-width: 100%;
    }
    .main h1{
        margin: 10px auto;
        max-width: 90%;
        padding: 10px;
        font-size: 18px;
        text-align: center;
        vertical-align: top;
        color: #333;
        letter-spacing: 0.5em;
        border-bottom: 3px solid #DCDCDC;
    }
    .main a{
        color: #333;
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    .main a:hover{
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    /* articleの記述
    --------------------*/
    .article{
        margin: 30px auto 0;
        max-width: 100%;
    }
    /* contentの記述
    -------------------*/
    .content{
        margin: 20px auto 0;
        max-width: 100%;
        padding: 0px;
        color: #333;
    }
    .content p{
        margin: 0 auto;
        width: 92%;
        font-size: 16px;
        color: #333;
        line-height: 1.7em;
        letter-spacing: 0.1em;
    }
    .contents-wrap{
        width: 98%;
        margin: 0 auto;
        flex-direction: column;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contents-box{
        width: 100%;
        margin: 0 auto;
    }
    .contents-box img{
        display: block;
        margin: 20px auto 10px;
        width: 92%;
        height: auto;
        box-shadow: 1px 4px 6px gray;
    }
    /* tbl6の記述
    --------------------*/
    .tbl6 {
        width: 100%;
        margin: 10px auto 30px;
        border-collapse: collapse;
    }
    .tbl6 th{
        width: 94%;
        margin: 10px auto 0;
        display:block;
        font-size: 16px;
        line-height: 1.7em;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0;
        border: none;
    }
    .tbl6 td{
        width: 90%;
        height: auto;
        margin: 10px auto 0;
        display:block;
        font-size: 16px;
        line-height: 1.7em;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0;
        border: none;
    }
    /* tbl7の記述
    --------------------*/
    .tbl7 {
        width: 100%;
        margin: 10px auto 30px;
        border-collapse: collapse;
    }
    .tbl7 th{
        width: 94%;
        margin: 10px auto 0;
        display:block;
        font-size: 16px;
        line-height: 1.7em;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0;
        border: none;
    }
    .tbl7 td{
        width: 90%;
        height: auto;
        margin: 10px auto 0;
        display:block;
        font-size: 16px;
        line-height: 1.7em;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0;
        border: none;
    }
    /* tbl8の記述
    --------------------*/
    .tbl8 {
        width: 100%;
        margin: 10px auto 30px;
        border-collapse: collapse;
    }
    .tbl8 th{
        width: 94%;
        margin: 10px auto -40px;
        display:block;
        font-size: 16px;
        line-height: 1.7em;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0;
        border: none;
    }
    /* tbl9の記述
    --------------------*/
    .tbl9 {
        width: 100%;
        margin: 10px auto 30px;
        border-collapse: collapse;
    }
    .tbl9 th{
        width: 92%;
        margin: 20px auto 0;
        display:block;
        font-size: 16px;
        line-height: 1.7em;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0;
        border: none;
    }
    .tbl9 td{
        width: 90%;
        height: auto;
        margin: 10px auto 0;
        display:block;
        font-size: 16px;
        line-height: 1.7em;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0;
        border: none;
    }
    /* footer下余白無しの記述
    -------------------*/
    html {
        position: relative;
        min-height: 100%;
        padding-bottom: 100px;
        box-sizing: border-box;
    }
    .site-footer{
        width: 100%;
        position: absolute;
        bottom: 0;
    }
}

/*---------------------------------- min-width:768px and max-widht:915pxの記述 -------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:915px) {
    body{
        font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
        background-color: #F4F5F7;
        -webkit-text-size-adjust: 100%;
    }
    /* header *//* header */
    .inner {
        width: 95%;
        margin: 0 auto;
    }
    .inner:after {
        content: "";
        clear: both;
        display: block;
    }
    /* header */
    #top-head {
        top: -100px;
        position: absolute;
        width: 100%;
        margin: 100px auto 0;
        padding: 30px 0 0;
        line-height: 1;
        z-index: 999;
    }
    #top-head a,
    #top-head {
        color: #333;
        text-decoration: none;
    }
    #top-head .inner {
        position: relative;
    }
    /* header *//* header */
    #top-head .logo {
        float: left;
        margin: 0 0 60px 0;
        font-size: 18px;
    }
    #global-nav ul {
        list-style: none;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 16px;
    }
    #global-nav ul li {
        float: left;
        font-weight: bold;
    }
    #global-nav ul li a {
        padding: 0 8px;
    }
    /* Fixed */
    #top-head.fixed {
        margin-top: 0;
        top: 0;
        position: fixed;
        padding-top: 20px;
        height: 80px;
        background: #fff;
        background: rgba(88, 88, 88, 0.8);
        transition: top 0.3s ease-in;
        -webkit-transition: top 0.3s ease-in;
        -moz-transition: top 0.3s ease-in;
    }
    #top-head.fixed .logo {
        font-size: 16px;
        color: #fff;
    }
    #top-head.fixed #global-nav ul li a {
        color: #fff;
        padding: 0 8px;
    }
    /* Toggle Button */
    #nav-toggle {
        display: none;
        position: absolute;
        right: 12px;
        top: 14px;
        width: 34px;
        height: 36px;
        cursor: pointer;
        z-index: 101;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 11px;
    }
    #nav-toggle span:nth-child(3) {
        top: 22px;
    }
    .hero{
        max-height: 1000px;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        background: linear-gradient(#0ddaddfd, #211480);
    }
    .hero img{
        height: auto;
        width: 100%;
        margin: 100px 0 30px 0;
    }
    /* footerの記述
    -------------------------*/
    .site-footer{
        background:rgb(24, 23, 23);
        padding: 20px 0 20px 0;
    }
    .site-footer p{
        max-width: 30%;
        margin: 10px auto 0;
    }
    .social-icons{
        display: flex;
        margin-top: 20px;
        justify-content: center;
    }
    .social-icons a{
        display: inline-block;
        margin: 0 10px;
    }
    .social-icons img{
        height: 35px;
        width: 35px;
        margin: 0 10px 15px 10px;
    }
    .copyright{
        color: #fff;
        font-size: 16px;
        text-align: center;
    }
    /* policyの記述
    --------------------*/
    .policy{
        max-width: 80%;
        margin: 10px auto 20px;
        text-align: center;
    }
    .policy a{
        color: #fff;
        text-decoration: none;
    }
    /* tbl10の記述
    -------------------*/
    .tbl10{
        width: 62%;
        margin: 20px auto 0;
        border-collapse: collapse;
    }
    .tbl10 td{
        height: auto;
        width: 20%;
        font-size: 14px;
        line-height: 1.6em;
        text-align: center;
        letter-spacing: 0.1em;
        padding: 5px 0 5px 0;
        color: #333;
    }
    /* mainの記述
    --------------------*/
    .mainflame{
        max-width: 100%;
        margin: 0 0 170px 0;
    }
    .main{
        margin: 30px auto;
        max-width: 100%;
    }
    .main h1{
        margin: 10px auto;
        max-width: 95%;
        padding: 10px;
        font-size: 18px;
        text-align: center;
        vertical-align: top;
        color: #333;
        letter-spacing: 0.5em;
        border-bottom: 3px solid #DCDCDC;
    }
    .main a{
        color: #333;
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    .main a:hover{
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    /* articleの記述
    --------------------*/
    .article{
        margin: 30px auto 0;
        max-width: 95%;
    }
    /* contentの記述
    -------------------*/
    .content{
        margin: 20px auto 0;
        max-width: 100%;
        padding: 0px;
        color: #333;
    }
    .content p{
        margin: 15px auto 0;
        width: 85%;
        font-size: 16px;
        color: #333;
        line-height: 1.7em;
        letter-spacing: 0.2em;
    }
    .contents-wrap{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 10px auto 0;
        justify-content: space-between;
    }
    .contents-box{
        width: 100%;
        margin: 0 auto;
    }
    .contents-box img{
        display: block;
        margin: 20px auto 10px;
        width: 90%;
        height: 100%;
        box-shadow: 1px 4px 6px gray;
    }
    /* tbl6の記述
    --------------------*/
    .tbl6 {
        width: 90%;
        margin: 10px auto 20px;
        border-collapse: collapse;
    }
    .tbl6 th{
        width: 100%;
        line-height: 1.7em;
        margin: 20px auto 10px;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.3em;
        color: #333;
        padding: 0 0 0 10px;
        border: none;
    }
    .tbl6 td{
        width: 92%;
        height: auto;
        line-height: 1.7em;
        margin: 5px auto 0;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0 0 0 30px;
        border: none;
    }
    /* tbl7の記述
    --------------------*/
    .tbl7 {
        width: 90%;
        margin: 10px auto 20px;
        border-collapse: collapse;
    }
    .tbl7 th{
        width: 100%;
        line-height: 1.7em;
        margin: 20px auto 10px;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.3em;
        color: #333;
        padding: 0 0 0 10px;
        border: none;
    }
    .tbl7 td{
        width: 92%;
        height: auto;
        line-height: 1.7em;
        margin: 5px auto 0;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0 0 0 30px;
        border: none;
    }
    /* tbl8の記述
    --------------------*/
    .tbl8 {
        width: 90%;
        margin: 10px auto 20px;
        border-collapse: collapse;
    }
    .tbl8 th{
        width: 100%;
        line-height: 1.6em;
        margin: 20px auto -40px;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0 0 0 10px;
        border: none;
    }
    /* tbl9の記述
    --------------------*/
    .tbl9 {
        width: 90%;
        margin: 10px auto 20px;
        border-collapse: collapse;
    }
    .tbl9 th{
        width: 95%;
        line-height: 1.7em;
        margin: 30px auto 10px;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0 0 0 10px;
        border: none;
    }
    .tbl9 td{
        width: 92%;
        height: auto;
        line-height: 1.7em;
        margin: 5px auto 0;
        display:block;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0 0 0 30px;
        border: none;
    }
    /* footer下余白無しの記述
    -------------------*/
    html {
        position: relative;
        min-height: 100%;
        padding-bottom: 100px;
        box-sizing: border-box;
    }
    .site-footer{
        width: 100%;
        position: absolute;
        bottom: 0;
    }
}

/*---------------------------------- min-width:916px and max-widht:1279pxの記述 -------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:916px) and (max-width:1279px) {
    body{
        font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
        background-color: #F4F5F7;
        -webkit-text-size-adjust: 100%;
    }
    /* header *//* header */
    .inner {
        width: 95%;
        margin: 0 auto;
    }
    .inner:after {
        content: "";
        clear: both;
        display: block;
    }
    /* header */
    #top-head {
        top: -100px;
        position: absolute;
        width: 100%;
        margin: 100px auto 0;
        padding: 30px 0 0;
        line-height: 1;
        z-index: 999;
    }
    #top-head a,
    #top-head {
        color: #333;
        text-decoration: none;
    }
    #top-head .inner {
        position: relative;
    }
    /* header *//* header */
    #top-head .logo {
        float: left;
        margin: 0 0 60px 0;
        font-size: 20px;
    }
    #global-nav ul {
        list-style: none;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 17px;
    }
    #global-nav ul li {
        float: left;
        font-weight: bold;
    }
    #global-nav ul li a {
        padding: 0 15px;
    }
    /* Fixed */
    #top-head.fixed {
        margin-top: 0;
        top: 0;
        position: fixed;
        padding-top: 25px;
        height: 80px;
        background: #fff;
        background: rgba(88, 88, 88, 0.8);
        transition: top 0.3s ease-in;
        -webkit-transition: top 0.3s ease-in;
        -moz-transition: top 0.3s ease-in;
    }
    #top-head.fixed .logo {
        font-size: 20px;
        color: #fff;
    }
    #top-head.fixed #global-nav ul li a {
        color: #fff;
        padding: 0 15px;
    }
    /* Toggle Button */
    #nav-toggle {
        display: none;
        position: absolute;
        right: 12px;
        top: 14px;
        width: 34px;
        height: 36px;
        cursor: pointer;
        z-index: 101;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 11px;
    }
    #nav-toggle span:nth-child(3) {
        top: 22px;
    }
    .hero{
        max-height: 1000px;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        background: linear-gradient(#0ddaddfd, #211480);
    }
    .hero img{
        height: auto;
        width: 100%;
        margin: 100px 0 30px 0;
    }
    /* footerの記述
    -------------------------*/
    .site-footer{
        background:rgb(24, 23, 23);
        padding: 20px 0 20px 0;
    }
    .site-footer p{
        max-width: 30%;
        margin: 10px auto 0;
    }
    .social-icons{
        display: flex;
        margin-top: 20px;
        justify-content: center;
    }
    .social-icons a{
        display: inline-block;
        margin: 0 10px;
    }
    .social-icons img{
        height: 35px;
        width: 35px;
        margin: 0 10px 15px 10px;
    }
    .copyright{
        color: #fff;
        font-size: 20px;
        text-align: center;
    }
    /* policyの記述
    --------------------*/
    .policy{
        max-width: 80%;
        margin: 10px auto 20px;
        text-align: center;
    }
    .policy a{
        color: #fff;
        text-decoration: none;
    }
    /* tbl10の記述
    -------------------*/
    .tbl10{
        width: 55%;
        margin: 20px auto 0;
        border-collapse: collapse;
    }
    .tbl10 td{
        height: auto;
        width: 20%;
        font-size: 15px;
        line-height: 1.6em;
        text-align: center;
        letter-spacing: 0.1em;
        padding: 5px 0 5px 0;
        color: #333;
    }
    /* mainの記述
    --------------------*/
    .mainflame{
        max-width: 100%;
        margin: 0 0 170px 0;
    }
    .main{
        margin: 40px auto;
        max-width: 100%;
    }
    .main h1{
        margin: 10px auto;
        max-width: 90%;
        padding: 10px;
        font-size: 22px;
        text-align: center;
        vertical-align: top;
        color: #333;
        letter-spacing: 0.5em;
        border-bottom: 3px solid #DCDCDC;
    }
    .main a{
        color: #333;
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    .main a:hover{
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    /* articleの記述
    --------------------*/
    .article{
        margin: 30px auto 0;
        max-width: 90%;
    }
    /* contentの記述
    -------------------*/
    .content{
        margin: 20px auto 0;
        max-width: 90%;
        padding: 0px;
        color: #333;
    }
    .content p{
        margin: 15px auto 0;
        width: 80%;
        font-size: 17px;
        color: #333;
        line-height: 1.7em;
        letter-spacing: 0.3em;
    }
    .contents-wrap{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 10px auto 0;
        justify-content: space-between;
    }
    .contents-box{
        width: 100%;
        margin: 0 auto;
    }
    .contents-box img{
        display: block;
        margin: 20px auto 10px;
        width: 98%;
        height: 100%;
        box-shadow: 1px 4px 6px gray;
    }
    /* tbl6の記述
    -------------------*/
    .tbl6 {
        width: 100%;
        margin: 10px auto 20px;
        border-collapse: collapse;
    }
    .tbl6 th{
        width: 100%;
        line-height: 1.7em;
        margin: 20px auto 10px;
        display:block;
        font-size: 17px;
        text-align: left;
        letter-spacing: 0.3em;
        color: #333;
        padding: 0;
        border: none;
    }
    .tbl6 td{
        width: 94%;
        height: auto;
        line-height: 1.8em;
        margin: 5px auto 0;
        display:block;
        font-size: 17px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0 0 0 20px;
        border: none;
    }
    /* tbl7の記述
    -------------------*/
    .tbl7 {
        width: 100%;
        margin: 10px auto 20px;
        border-collapse: collapse;
    }
    .tbl7 th{
        width: 100%;
        line-height: 1.7em;
        margin: 20px auto 10px;
        display:block;
        font-size: 17px;
        text-align: left;
        letter-spacing: 0.3em;
        color: #333;
        padding: 0;
        border: none;
    }
    .tbl7 td{
        width: 94%;
        height: auto;
        line-height: 1.8em;
        margin: 5px auto 0;
        display:block;
        font-size: 17px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0 0 0 20px;
        border: none;
    }
    /* tbl8の記述
    -------------------*/
    .tbl8 {
        width: 100%;
        margin: 10px auto 20px;
        border-collapse: collapse;
    }
    .tbl8 th{
        width: 100%;
        line-height: 1.7em;
        margin: 20px auto -40px;
        display:block;
        font-size: 17px;
        text-align: left;
        letter-spacing: 0.3em;
        color: #333;
        padding: 0;
        border: none;
    }
    /* tbl9の記述
    -------------------*/
    .tbl9 {
        width: 100%;
        margin: 10px auto 20px;
        border-collapse: collapse;
    }
    .tbl9 th{
        width: 95%;
        line-height: 1.7em;
        margin: 30px auto 10px;
        display:block;
        font-size: 17px;
        text-align: left;
        letter-spacing: 0.3em;
        color: #333;
        padding: 0;
        border: none;
    }
    .tbl9 td{
        width: 94%;
        height: auto;
        line-height: 1.7em;
        margin: 5px auto 0;
        display:block;
        font-size: 17px;
        text-align: left;
        letter-spacing: 0.2em;
        color: #333;
        padding: 0 0 0 20px;
        border: none;
    }
    /* footer下余白無しの記述
    -------------------*/
    html {
        position: relative;
        min-height: 100%;
        padding-bottom: 100px;
        box-sizing: border-box;
    }
    .site-footer{
        width: 100%;
        position: absolute;
        bottom: 0;
    }
}