.fixed {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 5;
}

#following {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 5;
}


/*=============================================================
 Flex
=============================================================*/

.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.jt-between {
    justify-content: space-between;
}

.jt-center {
    justify-content: flex-end;
}

.al-center {
    align-items: center;
}

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}


/*=============================================================
 common
=============================================================*/

a:hover {
    opacity: 0.7;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/*=============================================================
 #gheader
=============================================================*/

#gheader {
    position: absolute;
    height: auto;
    right: 0;
    left: 0;
    top: 10px;
}

#gheader ul {
    text-align: center;
    list-style: none;
}

#gheader ul li {
    background-color: rgb(66, 91, 118);
    margin-right: 10px;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    padding: 15px 0 5px 0;
}

#gheader ul li a {
    color: #FFF;
    display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #gheader ul li {
        padding: 14px;
    }
    #gheader ul li span {
        padding: 5px 10px 5px 20px;
        font-size: 18px;
    }
}


/*=============================================================
 #gFooter
=============================================================*/

#gFooter {
    padding-bottom: 2vw;
}

#gFooter nav {
    margin: 2vw 0;
}

#gFooter li:before {
    content: "|";
    display: inline-block;
}

#gFooter li:first-child:before {
    display: none;
}

#gFooter li a {
    display: inline-block;
    padding: 0 1em;
}


/*=============================================================
 pageTop 
=============================================================*/

.pageTop {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
}

.pageTop span {
    width: 50px;
    height: 50px;
    color: #FFF;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*=============================================================
 #contents
=============================================================*/

#contents section {
    padding: 10vw 0 0 0;
}

.contener {
    margin: 0 20px;
}

@media screen and (min-width:950px) {
    .contener {
        width: 950px;
        margin: 0 auto;
    }
}


/*=============================================================
 #sec01
=============================================================*/

#sec01 .f30 {
    margin-bottom: 0.5em;
}

#sec01 .contener {
    margin-top: 8vw;
}

@media screen and (min-width:1400px) {}


/*=============================================================
 #sec02
=============================================================*/

#sec02 h4 {
    font-size: 2vw;
    position: relative;
    padding-left: 2.5em;
    width: 60%;
    margin: 8vw auto 0 auto;
    text-align: left;
}

#sec02 h4:before {
    content: "1";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 3em;
    margin-top: -0.3em;
    font-weight: bold;
}

#sec02 h4.vol02:before {
    content: "2";
}

#sec02 h4.vol03:before {
    content: "3";
}

#sec02 h4.vol04:before {
    content: "4";
}

#sec02 h5 {
    margin-top: 1em;
    display: inline-block;
}

#sec02 .contener img {
    margin: 2vw 0;
}

@media screen and (min-width:1400px) {
    #sec02 {
        font-size: 20px;
    }
    #sec02 h4 {
        font-size: 25px;
    }
}


/*=============================================================
 #sec03
=============================================================*/

#sec03 .f30 {
    margin-bottom: 0.5em;
}

#sec03 .contener {
    margin-top: 3vw;
    text-align: left;
}

#sec03 .contener p {
    text-align: center;
    margin-bottom: 8vw;
}

#sec03 .contener .attation {
    text-align: left;
    margin: 1em 0 0 0;
}

#sec03 .contener h4 {
    margin-top: 8vw;
    text-align: center;
}

#sec03 .contener figure {
    margin-top: 2vw;
    border: 1px #CCC solid;
    padding: 1.5vw 0 1.5vw 1.5vw;
    box-sizing: border-box;
    align-items: center;
}

#sec03 .contener figure img {
    width: 23%;
}

#sec03 .contener figcaption {
    width: 77%;
}

#sec03 .contener .col2 {
    margin-top: 0vw;
}

#sec03 .contener .col2 figcaption {
    font-size: 150%;
    box-sizing: border-box;
    padding-left: 2em;
}

#sec03 .contener figcaption strong {
    color: #F00;
    font-weight: bold;
}

#sec03 .col2 {
    max-width: 1400px;
    margin: 8vw auto 0 auto;
}

#sec03 .col2 h4 {
    margin-bottom: 5vw;
}

#sec03 .col2 figure,
#sec03 .col2 div {
    width: 48%;
}

#sec03 .col2 div p {
    margin-top: 1em;
}

@media screen and (min-width:1400px) {
    #sec03 .contener figcaption {
        font-size: 17px;
    }
}


/*=============================================================
 #sec04
=============================================================*/

#sec04 h3 {
    margin-bottom: 5vw;
}

#sec04 p {
    position: relative;
    z-index: 2;
}

#sec04 .map {
    position: relative;
    z-index: 1;
    margin: -2vw 0 8vw 0;
}

#sec04 .map img {
    width: auto;
}

@media screen and (max-width:1106px) {
    #sec04 .map img {
        width: 100%;
    }
}

#sec04 .contener {
    margin-top: 3vw;
    text-align: left;
}

#sec04 .contener h4 {
    margin-top: 8vw;
    text-align: center;
}

#sec04 .contener h5 {
    text-align: center;
    margin-bottom: 2vw;
}

#sec04 div.col2 {
    width: 80%;
    margin: 5vw auto 10vw auto;
}

#sec04 .col2 div {
    width: 48%;
}

#sec04 p {
    text-align: center;
    margin-bottom: 20px;
}

#sec04 p img {
    width: auto;
    margin: 0 auto;
}

#sec04 dl {
    margin-bottom: 20px;
    border: 1px #002856 solid;
    text-align: center;
}

#sec04 dt {
    background-color: #002856;
    color: #FFF;
    padding: 1vw;
    text-align: center;
    justify-content: center;
    font-size: 2vw;
}

#sec04 dd {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 1vw;
    font-size: 1.5vw;
}

#sec04 dd ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: left;
}

#sec04 dd ul li {
    margin: 0 0.5em;
}

#sec04 dd ol {
    width: 90%;
    font-size: 2vw;
}

#sec04 dd ol span,
#sec04 dd ol b {
    display: inline-block;
}

#sec04 dd ol span {
    text-align: left;
    width: 70%;
}

#sec04 dd ol b {
    color: #F00;
    text-align: right;
    width: 30%;
    white-space: nowrap;
}

#sec04 dl.col2 {
    display: flex;
    min-height: 5em;
    margin-top: 2vw;
}

#sec04 dl.col2 dt {
    width: 30%;
    display: flex;
    align-items: center;
    padding: 2vw;
}

#sec04 dl.col2 dd {
    width: 70%;
    padding: 0 2vw;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:950px) {
    #sec04 {
        font-size: 20px;
    }
}

@media screen and (min-width:1400px) {
    #sec04 dt {
        font-size: 34px;
    }
    #sec04 dd {
        font-size: 27px;
        min-height: 230px;
    }
    #sec04 dd ol {
        font-size: 35px;
    }
}


/*=============================================================
 #sec05
=============================================================*/

#sec05 {
    background-color: #fff799;
    padding-bottom: 10vw !important;
}

#sec05 .f30 {
    text-align: left;
}

#sec05 h3,
#sec05 h3 b {
    font-weight: bold;
    text-align: left;
}

#sec05 figure {
    margin: 5vw 0 0 0;
    text-align: left;
}

#sec05 figure img {
    width: auto;
}

#sec05 figcaption {
    box-sizing: border-box;
    border: 1px #000 solid;
    padding: 0 1vw;
    background-color: #FFF;
    display: flex;
    align-items: center;
}

#sec05 .w174 figcaption {
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 200px);
    width: calc(100% -200px);
}

#sec05 .w438 figcaption {
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 460px);
    width: calc(100% -460px);
}

#sec05 .w438 figcaption li {
    margin-right: 1em;
}

#sec05 .cv-area p {
    margin-top: 5vw;
}

#sec05 .cv-area img {
    max-width: 998px;
}

@media screen and (min-width:950px) {
    #sec05 {
        font-size: 25px;
    }
}


/*=============================================================
 #sec06
=============================================================*/

#sec06 .contener {
    text-align: left;
    margin: 5vw auto 10vw auto;
}