@charset "utf-8";
/* CSS Document */

#main .header {
    position: relative;
}
#main .header #h001 {
    position: absolute;
    left: 74px;
    top: 12px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 120%;
}
#main .header #h002 {
    position: absolute;
    left: 74px;
    top: 12px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 120%;
}
#main .header #h003 {
    position: absolute;
    left: 74px;
    top: 12px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 120%;
}
#main .header #h004 {
    position: absolute;
    left: 74px;
    top: 12px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 120%;
}
#main .header002 {
    position: relative;
    height: 45px;
    background-color: #090909;
    width: 692px;
}
/* CSS Document */

#main .header002 #h005 {
    position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 12px;
}
#main .header003 {
    position: relative;
    height: 70px;
    background-color: #090909;
    width: 692px;
}
/* CSS Document */

#main .header003 #h006 {
    position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 12px;
}
#main .cont {
    width: 700px;
}
#main .cont .text {
    margin-left: 5px;
    text-align: justify;
    width: 695px;
}
#main .cont .text02 {
    text-align: justify;
    width: 695px;
    padding-left: 4px;
}
.cont .ttext {
    padding-right: 30px;
    padding-left: 15px;
    text-align: justify;
    font-size: 85%;
    vertical-align: bottom;
}
#main .cont .cheader {
    position: relative;
}
.cont .cheader #ch001 {
    position: absolute;
    left: 61px;
    top: 13px;
    color: #0068B7;
    font-weight: bold;
}
.cont .cheader #ch002 {
    position: absolute;
    left: 61px;
    top: 13px;
    color: #0068B7;
    font-weight: bold;
}
.cont .cheader #ch003 {
    position: absolute;
    left: 61px;
    top: 13px;
    color: #0068B7;
    font-weight: bold;
}
.cont .cheader #ch004 {
    position: absolute;
    left: 61px;
    top: 13px;
    color: #0068B7;
    font-weight: bold;
}
.cont .cheader #ch005 {
    position: absolute;
    left: 61px;
    top: 13px;
    color: #0068B7;
    font-weight: bold;
}
.cont .cheader #ch006 {
    position: absolute;
    left: 61px;
    top: 13px;
    color: #0068B7;
    font-weight: bold;
}
.cont .text #f-right {
    padding-left: 15px;
    height: 160px;
    width: 150px;
    float: right;
}
/* トップページ追加　2018.03.22 wave */

#main .cmsBox01 {
    margin: 0 0 30px;
    padding: 0 0 0 3px;
}
#main .cmsBox01 h3 {
    background: url(../img/top/h3_bg.png) no-repeat left center #002f64;
    color: #fff;
    font-weight: normal;
    padding: 10px 0 10px 60px;
    margin: 0 0 20px;
}
#main .cmsBox01 ul {
    display: flex;
}
#main .cmsBox01 ul li {
    width: 225px;
    margin: 0 12.5px 0 0;
    font-size: 90%;
    list-style-type: none;
}
#main .cmsBox01 ul li:nth-child(3n) {
    margin: 0;
}
#main .cmsBox01 ul li a:link, #main .cmsBox01 ul li a:visited {
    color: #000;
    text-decoration: none;
}
#main .cmsBox01 ul li a:hover, #main .cmsBox01 ul li a:active {
    opacity: 0.6;
}
#main .cmsBox01 ul li .imgBox {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 160px;
    margin: 0 0 5px;
}
#main .cmsBox01 ul li .title {
    color: #002f64;
    font-weight: bold;
    font-size: 110%;
    margin: 0 0 5px;
}
#main .cmsBox01 ul li time {
    display: block;
    color: #969697;
    font-weight: bold;
    font-size: 85%;
    padding: 5px 0 0;
}
#main .cmsBox01 .btn01 {
    text-align: right;
    padding: 20px 0 0;
}
#main .cmsBox01 .btn01 a {
    display: inline-block;
    background: url(../img/top/btn_icon01.png) no-repeat right center;
    padding: 0 30px 0 0;
}
