@charset "UTF-8";

/*----------------------------------*/
/* common */
*, *:before, *:after {
    margin: 0;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.sp_none {
    display: block !important;
}

.sp_display {
    display: none !important;
}

/*----------------------------------*/
body {
    width: 100%;
    background: #fff;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 187.5%;
    min-width: 1100px;
    zoom: 90%;
}

a:link {
    color: #00b0d2;
    text-decoration: none;
}

a:hover {
    color: #00b0d2;
    text-decoration: none;
}

a:active {
    color: #00b0d2;
    text-decoration: none;
}

a:visited {
    color: #00b0d2;
    text-decoration: none;
}

img, div {
    border: none;
}

.btntop {
display: none;
    position: fixed;
    bottom: 80px;
    right: 0;
    margin: 10px;
    z-index: 10002;
}

/*----------------------------------------------------*/
#header {
    top: 0;
    width: 100%;
    background: #00b0d2;
    line-height: 1;
    z-index: 1019;
display: block !important;
}

#header .innermenu {
    display: table;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#header .innermenu h1 {
    line-height: 0;
    display: table-cell;
    vertical-align: middle;
}

#header .innermenu .grandmenu {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    width: 100%;
    text-align: center;
    font-size: 93.75%;
}

#header .innermenu .grandmenu .grandnavi {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#header .innermenu .grandmenu .grandnavi ul {
    display: inline-flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    list-style-type: none;
    text-align: center;
    width: 100%;
}

#header .innermenu .grandmenu .grandnavi ul li {
    display: inline-block;
    white-space: nowrap;
}

#header .innermenu .grandmenu .grandnavi ul li a {
    color: #fff;
    padding: 17px 5px 13px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    border-bottom: 3px solid #00b0d2;
}

#header .innermenu .grandmenu .grandnavi ul li a:hover {
    transition: .5s;
    text-decoration: none;
    background: #7fd7e8;
    border-bottom: 3px solid #7fd7e8;
}

#header .innermenu .grandmenu .grandnavi ul li a span {
    display: block;
    font-size: 45%;
    font-weight: 400;
    padding-top: 12px;
    color: #fff;
}

#header .innermenu .grandmenu .grandnavi ul li a.on {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    border-bottom: 3px solid #fff;
}

#header .innermenu .grandmenu .grandnavi ul li a.nolink {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    border-bottom: 3px solid #00b0d2;
    pointer-events: none;
}

#header .innermenu .grandmenu .grandnavi ul li:last-child {
    color: #fff;
}

#header .innermenu .grandmenu .grandnavi ul li:last-child a {
    color: #fff;
    padding: 15px 5px 10px;
    font-weight: normal;
    width: auto;
    display: inline-block;
    border-bottom: 3px solid #00b0d2;
    font-size: 80%;
}

#header .innermenu .grandmenu .grandnavi ul li:last-child a:hover {
    transition: .5s;
    text-decoration: none;
    background: #7fd7e8;
    border-bottom: 3px solid #7fd7e8;
}

#header .innermenu .grandmenu .grandnavi ul li:last-child a span {
    font-size: 100%;
    display: inline;
    font-weight: 400;
    padding: 0 0 6px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

#header .innermenu .grandmenu .grandnavi ul li:last-child a.on {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    border-bottom: 3px solid #fff;
}

#header .innermenu .grandmenu .grandnavi ul li:last-child.nolink {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    pointer-events: none;
}

#header .innermenu .grandmenu.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}

#containar h2 {
    padding: 15px 15px 40px;
    font-size: 281.25%;
}

#containar h2 span {
    display: block;
    font-size: 35.5555%;
    margin: 0;
    padding: 15px 0 0;
    background: url("/top/img/hl_bttomborder.png") no-repeat center top;
}

#containar h3 {
    text-align: left;
    padding-bottom: 20px;
    line-height: 150%;
    font-size: 162.5%;
}

#containar h4 {
    font-size: 137.5%;
    padding-bottom: 15px;
}

#containar h4:before {
    content: '●';
    color: #00b0d2;
}

#containar ul {
    padding-left: 1.5em;
}

#footer {
    width: 100%;
    background: #00b0d2;
    padding: 30px 0 0;
    font-size: 100%;
}

#footer #footermenu ul {
    list-style-type: none;
    text-align: center;
}

#footer #footermenu ul li {
    display: inline-block;
}

#footer #footermenu ul li a {
    color: #fff;
    padding: 10px;
    font-size: 87.5%;
}

#footer #footermenu ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

#footer #footermenu ul li a.nolink {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    pointer-events: none;
}

#footer #footercredit {
    font-size: 75%;
    text-align: center;
    line-height: 150%;
    padding: 15px 15px 30px;
    color: #fff;
}

.sp_menu {
    display: none;
}

.layout_lr {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}

.layout_lr .layout_l4 {
    width: 42%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.layout_lr .layout_l5 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.layout_lr .layout_l6 {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.layout_lr .layout_r4 {
    width: 42%;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.layout_lr .layout_r5 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.layout_lr .layout_r6 {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.layout_lr .layout_c {
    width: 66.66%;
    display: block;
    vertical-align: top;
    margin: 0 auto;
}

.img_600 {
    width: 100%;
    max-width: 600px;
    height: auto;
}

/*-----*/
@media screen and (max-width: 1025px) {
    #header .innermenu .grandmenu {
        font-size: 12px;
    }

    #header .innermenu .grandmenu .grandnavi ul li a span {
        font-size: 9px;
    }

    #header .innermenu .grandmenu .grandnavi ul li:last-child a {
        font-size: 11px;
    }
}

@media screen and (max-width: 1000px) {
    #header .innermenu .grandmenu {
        font-size: 11px;
    }

    #header .innermenu .grandmenu .grandnavi ul li a span {
        font-size: 8px;
    }

    #header .innermenu .grandmenu .grandnavi ul li:last-child a {
        font-size: 10px;
    }
}

@media screen and (max-width: 900px) {
    #header .innermenu .grandmenu {
        font-size: 10px;
    }

    #header .innermenu .grandmenu .grandnavi ul li a span {
        font-size: 7px;
    }

    #header .innermenu .grandmenu .grandnavi ul li:last-child a {
        font-size: 9px;
    }
}
