@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
object, embed {
    vertical-align: middle;
}
legend {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
img, abbr, acronym, fieldset {
    border: 0 none;
}
img {
    vertical-align: middle;
}
ul li {
    list-style-type: none;
}


/*----------------------------------------------------
        共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
    overflow-y: scroll;
}

input,
textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input,
* html textarea {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
    color: #333;
    text-decoration: none;
}

/* 汎用
----------------------------------------------------*/
/* clear clerfix */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

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

.content,
.clearfix {
    zoom: 1;
    /* for IE5.5 - IE7 */
}

/*box-sizing */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
    font-size: 14px;
    background: #fff;
    line-height: 25.2px;
    color: #333;
}

/*----------------------------------------------------
        各ページスタイル
----------------------------------------------------*/
/* 共通
-----------------------------------------------------------------------------------------------*/

#contents:after,
#contents_low:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

a {
    text-decoration: none;
}

/*----------------------------------------------------
        PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

    .sp {
        display: none;
    }

    .inner {
        margin: 0 auto;
        max-width: 1000px;
        width: 100%;
    }

    .flex {
        display: flex;
        display: -webkit-flex; 
    }

    .left, .Left {
        float: left;
    }

    .right, .Right {
        float: right;
    }

    a.trance:hover {
        opacity:0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }

    #index a, #page a {
        color: #333;
        text-decoration: underline;
    }

    #index a:hover, #page a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    #index p, #page p, #sub p {
        margin: 10px 0;
    }

    /*header
    ----------------------------------------*/
    header {
        border-top: #8dbfd4 solid 5px;
        background: #fff;
        min-width: 1000px;
        width: 100%;
    }

    header .site_ttl {
        margin: 40px auto;
        width: 1000px;
        text-align: center;
    }

    header .site_ttl h1,
    header .site_ttl a {
        background: url(img/pc/logo.png) left center no-repeat;
        background-size: 60px auto;
        color: #009bb9;
        display: inline-block;
        font-size: 26px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 2px;
        padding: 14px 5px 14px 80px;
        text-align: center;
    }
    
    header .site_ttl a:hover {
        opacity: .5;
    }

    /*nav
    ----------------------------------------*/


    nav ul {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        max-width: 1000px;
        width: 100%;
    }

    nav ul li {
        box-sizing: border-box;
        position: relative;
        width: 100%;
    }

    nav ul li:after {
        background: #e5e5e5;
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    nav ul li:first-of-type:before {
        background: #e5e5e5;
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 0;
    }

    nav ul li a {
        align-items: center;
        background: #fff;
        box-sizing: border-box;
        color: #333333;
        display: flex;
        justify-content: center;
        line-height: 1.5;
        padding: 16px 20px;
        width: 100%;
        height: 100%;
        font-weight: bold;
        font-size: 14px;
    }

    nav ul li a:hover {
        color: #009bb9;
    }

    /*mv
    ----------------------------------------*/
    #mv {
        background: #8dbfd4 url(img/pc/mv_bg.png) center bottom no-repeat;
        background-size: cover;
        min-width: 1000px;
        width: 100%;
        min-height:460px;
        margin: 0 0 40px;
    }

    #mv .inner{
        margin:0 auto;
        min-height:460px;
        position: relative;
    }
    
    
    #mv .mv_wrap {
        position: absolute;
        margin: 0 auto 0 0;
        width: 515px;
    min-height: 515px;
        border-radius: 50%;
        top:-30px;
        right:0;
        background: #fff;
        border: 5px solid #8dbfd4;
        z-index: 9999;
    }
    
    #mv .mv_wrap .mv_top {
    margin: 0 auto;
    padding: 125px 0px;
    width: 400px;
    height: 400px;
}

    #mv .mv_wrap h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 2px;
        text-align: center;
        color: #009bb9;
        padding-bottom: 20px;
        border-bottom: 2px solid #009bb9;
    }

    #mv .mv_wrap .mv_txt {
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin-top: 20px;
}

    /*contents
    ----------------------------------------*/
    #contents,
    #contents_low {
        margin: 20px auto 150px;
        min-width: 1000px;
        width: 1000px;
    }


    #contents {
        margin: 60px auto 150px;
    }


    #index,
    #page {
        float: left;
        width: 740px;
    }

    #pankuzu {
        font-size: 13px;
        margin: 10px 0 0;
        padding: 10px 0;
        width: 100%;
        word-break: break-all;
    }

    #pankuzu a {
        text-decoration: underline;    
    }
    #pankuzu a:hover {
        text-decoration: none;
    }

    #index h1,
    #index h2,
    #index h3,
    #index h4,
    #index h5,
    #page h1,
    #page h2,
    #page h3,
    #page h4,
    #page h5 {
        line-height: 1.4;
        margin: 30px 0;
        font-weight: bold;
    }

    #index h2,
    #page h1 {
        background: #ebf3f6 url(img/pc/h2_l.png) left center no-repeat;
        font-size: 32px;
        margin: 45px 0 20px;
        padding: 21px 35px 20px;
    }
    #index h2:first-child,
    #page h1:first-child {
        background: #ebf3f6 url(img/pc/h2_l.png) left center no-repeat;
        font-size: 32px;
        margin: 0px 0 20px;
        padding: 21px 35px 20px;
    }

    #index h3,
    #page h2 {
        background: url(img/pc/h3_l.png) left center no-repeat;
        background-size: 21px auto;
        font-size: 28px;
        padding: 20px 15px 20px 35px;
        margin: 40px 0 0;
    }

    #index h4,
    #page h3 {
        font-size: 24px;
        position: relative;
        text-align: left;
        margin: 40px 0 0;
    }

    #index h4:after,
    #page h3:after{
        content: "";
        display: block;
        width: 100%;
        border-bottom: 4px dotted #8dbfd4;
    }

    #index h5,
    #page h4 {
        background: url(img/pc/h5_l.png) left center no-repeat;
        font-size: 21px;
        padding: 0 15px 0 44px;
        margin: 40px 0 0;
    }

    #index ul, #page ul {
        margin: 25px 0 20px;
    }

    #index ol, #page ol {
        margin: 0 0 40px;
    }

    #index ul li, #page ul li {
        margin: 5px 0;
        padding-left: 35px;
        position: relative;
    }

    #index ul li:after, #page ul li:after {
    content: "";
    display: block;
    background: #009bb9;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 7px;
    left: 12px;
}



    #index ol li, #page ol li {
        counter-increment: number;
        display: block;
        list-style: none;
        margin: 5px 0;
        padding: 0 0 0 35px;
        position: relative;
    }

    #index ol li:before,
    #page ol li:before {
        color: #009bb9;
        content: counter(number)".";
        display: block;
        font-size: 18px;
        height: 18px;
        left: 8px;
        font-weight: bold;
        letter-spacing: -.5px;
        margin-top: -15px;
        position: absolute;
        text-align: center;
        top: 18px;
        width: 19px;
    }

    #index p span,
    #page p span {
        color: #009bb9;
        font-size: 16px;
        font-weight: bold;
        display: inline;
        line-height: 0.8;
    }

    #index p span.txt_marker,#page p span.txt_marker {
    font-weight: bold;
    color: #000;
    position: relative;
    background: linear-gradient(transparent 70%, #ffe699 0%) no-repeat top -5px left;
    padding: 0 0 0.4rem 0;
    }

      .first-row table tr:nth-child(1), .table-layout.first-row table tr:nth-child(1), .js-scrollable.first-row table tr:nth-child(1) {
    background-color: #f7b5c6;
    font-weight: bold;
}

.first-column table td:nth-child(1) {
    background-color: #ebf3f6;
    font-weight: bold;
}

table, .table-normal {
    width: 100%;
    margin: 30px 0;
    color: #333;
}

table, .table-normal table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    background-color: #fffbfc;
}

table th, table td {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    word-break: break-all;
}

table th {
    background-color: #ebf3f6;
    font-weight: bold;
    min-width: 130px;
}

table th, table td, .table-normal table tbody td {
    border-left: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

table td {
    background: #ffffff;
    text-align: left;
}

table tbody tr:last-child td:last-child , .table-normal table tbody tr:last-child td:last-child , .table-layout table tbody tr:last-child td:last-child {
    border-bottom: none;
}

.table-normal table th:first-child {
    border-left: none;
}

.table-normal table td {
    text-align: center;
}

.table-layout {
    width: 100%;
    margin: 30px 0;
    color: #333;
}

.table-layout table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    background-color: #fffbfc;
    margin: 0;
}

.table-layout table tbody td {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    word-break: break-all;
}

.table-layout table tbody td {
    border-left: 1px solid #ccc;
}

.table-layout table td {
    text-align: center;
}

.js-scrollable {
    width: 100%;
    margin: 30px 0;
    color: #333;
}

.js-scrollable table {
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    background-color: #fffbfc;
}

.js-scrollable table tbody td {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    word-break: break-all;
}

.js-scrollable table tbody td {
    border-left: 1px solid #ccc !important;
}

.js-scrollable table tbody tr:last-child td {
    border-bottom: none;
}

.js-scrollable table th:first-child {
    border-left: none !important;
}

.js-scrollable table th {
    font-weight: bold;
    text-align: center;
}

.js-scrollable table td {
    text-align: center;
}

.table-sp-none.first-column table {
    width: 100%;
    border: 1px solid #ccc;
}

.table-sp-none table td {
    border: 1px solid #ccc;
    padding: 15px;
    word-break: break-all;
}

.both-row-column tr:first-child, .both-row-column tr td:first-child {
    background: #f7b5c6;
    font-weight: bold;
}




    .float-wrap {
        margin: 20px auto 30px;
        position: relative;
    }

    .float-img {
        width: 240px;
    }

    .float-img .flame {
    }

    .fl {
        float: left;
        margin-right: 20px;
    }

    .fr {
        float: right;
        margin-left: 20px;
    }

    .ct {
    margin: 0 auto;
    text-align: center;
}
    .float-img img {
        height: auto;
        max-width: 100%;
    }

    .float-wrap > p {
        margin: 0 auto 10px !important;
        position: relative;
        top: -5px;
    }

    .float-img .caption {
        margin: 10px auto 10px;
    }

    .caption {
        text-align: center;
        font-size: 12px;
        color: #999;
        line-height: 1.5;
        word-wrap: break-word;
    }

    #index .btn-internal a,
    #index .btn-web a,
    #page .btn-internal a,
    #page .btn-web a {
        display: block;
        font-size: 16px;
        margin: 30px auto;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        border-radius: 2px;
    }

    #index .btn-internal a,
    #page .btn-internal a {
        border: 2px solid transparent;
        background: url(img/pc/btn_internal_arrow_off.png) right 20px center no-repeat ,#8dbfd4;
        max-width: 340px;
        padding: 15px 55px;
        color: #ffffff;
        vertical-align: middle;
    }

    #index .btn-internal a:hover,
    #page .btn-internal a:hover {
        color: #009bb9;
        background: url(img/pc/btn_internal_arrow_on.png) right 20px center no-repeat ,#ebf3f6;
    }

    #index .btn-web a,
    #page .btn-web a {
        background: #226b59 url(img/pc/btn_external_ico.png) left 20px center no-repeat;
        max-width: 340px;
        color: #fff;
        padding: 15px 55px;
        vertical-align: middle;
    }

    #index .btn-web a:hover,
    #page .btn-web a:hover {
        background: #3a9a82 url(img/pc/btn_external_ico.png) left 20px center no-repeat;
    }

    #index .btn-link,
    #page .btn-link {
        text-align: right;
    }

    #index .btn-link a,
    #page .btn-link a {
        background: url(img/pc/textlink_arrow.png) left center no-repeat;
        color: #009bb9;
        font-size: 16px;
        font-weight: bold;
        padding-left: 16px;
        text-align: right;
        text-decoration: underline;
    }

    #index .btn-link a:hover,
    #page .btn-link a:hover {
        text-decoration: none;
    }

    .box-wrap {
        margin: 40px auto;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .left_box {
        margin-right: 40px;
    }

    .box {
        background: #f1f1f1;
        width: 350px;
        padding:  30px;
        position: relative;
        display: flex;
        flex-flow: column;
        position: relative;
    }

    .box .box-head {
        margin: 0 0 15px;
        color: #333;
        font-weight: bold;
    }

    #index .box .box-head p,
    #page .box .box-head p {
        display: block;
        font-weight: bold;
        color: #333333;
        font-size: 20px;
    }

    .box .box-body {
        height: 100%;
    }

    .box .box-body .in_link_btn{
        position: absolute;
        background: #e48579 url(img/pc/btn_internal_arrow_off.png) right 20px center no-repeat;
        text-align: center;
        padding: 15px 45px 15px 20px;
        color: #ffffff !important;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none !important;
        display: block;
        width: 200px;
        margin: 0 auto;
        margin:0 0 0 50px;
        bottom:30px;
        border-radius: 2px;
    }


    .box .box-body .in_link_btn:hover{
        background: #faf2ed url(img/pc/btn_internal_arrow_on.png) right 20px center no-repeat;
        color: #f68642 !important;
    }


    .permalink {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }


    #index .frame-wrap,
    #page .frame-wrap {
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 40px 0;
    }



    #index .frame-wrap .frame,
    #page .frame-wrap .frame {
        background: #fff;
        padding: 0;
        width: 246px;
    }


    #index .frame-wrap .frame:nth-child(1),
    #page .frame-wrap .frame:nth-child(1) {
        padding: 10px 25px 10px 0;
    }


    #index .frame-wrap .frame:nth-child(2),
    #page .frame-wrap .frame:nth-child(2) {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        padding: 10px 25px 10px;
    }

    #index .frame-wrap .frame:nth-child(3),
    #page .frame-wrap .frame:nth-child(3) {
        padding: 10px 0 10px 25px;
    }


    #index .frame-wrap .frame .frame-head,
    #page .frame-wrap .frame .frame-head {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        padding:0;
        position: relative;
        color: #009bb9;
        margin: 0 0 15px;
    }

#index .frame-wrap .frame .frame-head a, #page .frame-wrap .frame .frame-head a {
    color: #009bb9;
}

    /*sidebar
    ----------------------------------------*/
    #sub {
        float: right;
        width: 220px;
    }

    #sub .free_space {
        background: url(img/pc/fs_middle.png) repeat-y;
        padding: 15px 25px;
        margin: 10px 0 25px;
        text-align: center;
        position: relative;
    }

    #sub .free_space:before {
       background: url(img/pc/fs_top.png) no-repeat;
       position: absolute;
       content: "";
       width: 220px;
       height: 10px;
       top: -10px;
       left: 0;
    }

    #sub .free_space:after {
       background: url(img/pc/fs_bottom.png) no-repeat;
       position: absolute;
       content: "";
       width: 220px;
       height: 10px;
       bottom: -10px;
       left: 0;
    }


    #sub .free_space .free_space_inner {
    }

    #sub .free_space .ttl a {
        display: block;
        font-size: 16px;
        padding-bottom: 15px;
        text-align: left;
        border-bottom: 1px solid #fd7737;
        font-weight: bold;
        margin-bottom: 15px;
    }

    #sub .free_space .ttl a:hover {
        color: #fd7b3d;
    }

    #sub .free_space .left_txt {
        text-align: left;
    }

    #sub .free_space .fs_img {
        max-width: 100%;
        margin-bottom: 10px;
    }

    #sub .free_space a.more {
        background: url(img/pc/side_fs_btn_ico.png) left 10px center no-repeat, #ff451a ;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: bold;
        margin: 10px auto 0;
        padding: 6px 20px 6px 25px;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

    #sub .free_space a.more:hover {
        background: #e4355a url(img/pc/side_fs_btn_ico.png) left 10px center no-repeat;
    }



    #sub .cate_menu .cate_menu_box {
        background: #fff;
        margin: 0 0 20px;
        text-align: justify;
    }

    #sub .cate_menu .cate_top {
        padding: 0 0 12px 10px;
        border-bottom: solid 1px #ccc;
        margin:0 0 12px;
    }

    #sub .cate_menu .cate_top a {
        background: url(img/pc/footer_catetop_arrow.png) left top 6px no-repeat;
        background-size: 7px;
        display: block;
        padding: 0px 15px 0;
        font-size: 12px;
        font-weight: bold;
    }

    #sub .cate_menu .cate_top a:hover {
        color: #009bb9;
    }

    #sub .cate_menu ul {
        padding: 0 0 20px;
    }

    #sub .cate_menu ul ul {
        padding: 0;
    }

    #sub .cate_menu ul li span {
        display: block;
        padding: 10px 10px;
        border-bottom: 1px solid #aca6a2;
    }

    #sub .cate_menu ul li a {
        background: url(img/pc/side-ar.png) right 5px center no-repeat;
        border-left: 2px solid #666;
        color: #555;
        display: block;
        padding: 3px 20px;
    }

    #sub .cate_menu ul li a:hover {
        color: #b6b6b6;
    }

    #sub .stmp {
        text-align: right;
    }

    #sub .stmp a{
        background: url(img/pc/sitemap_arrow.png) left center no-repeat;
        font-size: 14px;
        font-weight: bold;
        padding-left: 12px;
        text-decoration: underline;
        color: #009bb9;
    }

    #sub .stmp a:hover {
        text-decoration: none;
    }


    /*footer
    ----------------------------------------*/
    footer {
        background: #ebf3f6;
        padding: 40px 0 0;
        width: 100%;
        min-width: 1000px;
    }

    footer #pagetop {
        position: absolute;
        top: -72px;
        right: 0;
        z-index: 5;
    }

    footer #pagetop a {
        display: inline-block;
    }

    footer #pagetop a:hover img {
        visibility: hidden;
    }

    footer #pagetop a:hover {
        background: url(img/pc/pagetop_on.png) center center no-repeat;
    }

    footer .inner {
        padding: 0;
        position: relative;
    }

    footer .all.flex {
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    footer .logo_area {
        width: 600px;
        margin:0 auto;
    }

    footer .logo_area .site_ttl a {
        background: url(img/pc/logo.png) left center no-repeat;
        background-size: 60px;
        display: block;
        color: #009bb9;
        font-weight: bold;
        font-size: 23px;
        letter-spacing: 2px;
        line-height: 1.6;
        padding: 20px 15px 20px 77px;
    }

    footer .notes_area {
        width: 600px;
        margin: 80px auto 80px;
    }

    footer .notes_area .notes {
        background: #fff;
        color: #555;
        font-size: 12px;
        padding: 20px 30px;
    }

    footer .notes_area .notes span {
        display: block;
        font-size: 12px;
    }

    footer .inner .frame-wrap {
        width: 100%;
        margin: 10px auto 0;
    }

    footer .frame-wrap .frame {
        margin: 20px 0 40px;
        padding: 0;
        width: 100%;
    }

    footer .frame-head {
        background: #fff;
        display: block;
        font-size: 16px;
    }

    footer .frame-head a {
        display: block;
        font-weight: bold;
        padding: 15px 20px 15px 35px;
        background: url(img/pc/footer_catetop_arrow.png) left 20px center no-repeat;
    }

    footer .frame-head a:hover {
        background: url(img/pc/footer_catetop_arrow.png) left 20px center no-repeat ,#f1f1f1;
    }

    footer .frame-body {
        display: block;
        line-height: 100%;
        margin: 10px 0 30px 22px;
    }

    footer .frame-body ul:not(.sub_list) {
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -weblit-justify-content: flex-start;
        justify-content: flex-start;
    }

    footer .frame-body ul li:not(.sub_cat) {
        vertical-align: top;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 25%;
    }

    footer .frame-body ul li a {
        background: url(img/pc/footer_page_arrow.png) left top 8px no-repeat;
        display: block;
        text-decoration: none;
        padding: 5px 10px 5px 20px;
        position: relative;
        width: 100%;
        line-height: 135%;
        margin: 0 0 5px;
    }

    footer .frame-body ul li a:hover,
    footer .frame-body ul li.sub_cat a:hover {
        color: #009bb9;
    }

    footer .frame-body ul li.sub_cat a {
        background: none;
        display: block;
        text-decoration: none;
        padding: 5px 10px 5px 40px;
        width: 100%;
        line-height: 135%;
        margin: 0 0 5px;
        position: relative;
    }

    footer .frame-body ul li.sub_cat a:after {
        content: "└";
        color: #333;
        position: absolute;
        top: 6px;
        left: 20px;
    }

    footer .copyright {
        background: #8dbfd4;
        color: #ffffff;
        font-size: 11px;
        padding: 3px 0;
        text-align: center;
    }

    footer .copyright a {
        line-height: 1.4;
        color: #ffffff;
    }

    /****pc*******/

}
/*----------------------------------------------------
        SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

    .pc {
        display: none;
    }

    .left, .Left {
        float: left;
    }

    .right, .Right {
        float: right;
    }

    .flex {
        display: flex;
        display: -webkit-flex;
    }

    body {
        font-size: 16px;
    }

    #index a, #page a {
        color: #333;
        font-weight: bold;
        text-decoration: underline;
    }

    #index p, #page p, #sub p {
        margin: 10px 0;
    }

    /*header
    ----------------------------------------*/
    header {
        width: 100%;
        border-top: #8dbfd4 solid 5px;
    }

    header .site_ttl,
    #g_nav_sp .site_ttl {
        padding: 10px 10px;
    }

    header h1,
    header .site_ttl a,
    #g_nav_sp .site_ttl a {
        display: block;
        font-size: 22px;
        line-height: 1.4;
        padding: 2px 60px 2px 0;
        position: relative;
        color: #009bb9;
        font-weight: bold;
    }

    .menu_btn {
        position: absolute;
        top: 0 !important;
        right: 10px;
        width: 50px;
        z-index: 120;
    }

    .menu_btn img {
        width: 100%;
    }

    .menu_btn.open img {
        opacity: 0;
    }

    /*nav
    ----------------------------------------*/
    #g_nav_sp {
        background: #ebf3f6ed;
        width: 70%;
        height: 100%;
        z-index: 110;
        padding: 5px 10px 15px;
        display: none;
        position: fixed;
        top: 0;
        right: 0px;
    }

    #g_nav_sp .g_nav_inner {
        height: 85vh;
        overflow: auto;
    }

    #g_nav_sp .g_nav_inner p#close {
        position: absolute;
        top: 0;
        left: -50px;
        width: 50px;
    }

    #g_nav_sp .g_nav_inner p#close img {
        width: 100%;
    }

    #g_nav_sp a{
        text-decoration: none;
    }

    #g_nav_sp ul li a {
        background: url(img/sp/menu_page_arrow.png) right 20px center no-repeat;
        background-size: 6px auto;
        display: block;
        font-size: 13px;
        padding: 10px 35px 10px 10px;
    }


    .drawer #g_nav_sp .nav_wrap .ttl {
        border-bottom: #009bb9 solid 2px;
        padding: 10px 35px 10px 10px;
        margin: 0 0 6px;
    }

    .drawer #g_nav_sp .nav_wrap .open{
        background: url(img/sp/menu_catetop_close.png)  right 20px center no-repeat !important;
        background-size: 15px auto  !important;
    }


    .drawer #g_nav_sp .nav_wrap .ttl{
        background: url(img/sp/menu_catetop_arrow.png) right 20px center no-repeat;
        background-size: 10px auto;
        font-size: 14px;
        font-weight: bold;
    }

    .drawer #g_nav_sp .nav_wrap .page{
        display: none;
    }



    .drawer #g_nav_sp .nav_wrap ul li a{
        border-bottom: #009bb9 solid 1px;
    }



    #g_nav_sp .free_space .left_txt {
        margin: 60px 0 0;
    }



    /*mv
    ----------------------------------------*/
    #mv {
        width: 100%;
    }

    #mv .mv_sp {
        width: 100%;
    }

    #mv .mv_sp img {
        max-width: 100%;
    }

    #mv .sp_base {
        width: 100%;
        position: relative;
    }

    #mv .mv_catch {
            padding: 5px 10px 0;
    }

    #mv .mv_catch h2 {
        background-size: 300px 100%;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 150%;
        color: #009bb9;
        border-bottom: 2px solid #009bb9;
        padding: 15px 0 15px;
        margin: 0 0 10px;
    }

    #mv .mv_txt {
        padding: 10px 10px 15px;
    }

    #mv .mv_img{
        width:100%;
    }


    /*contents
    ----------------------------------------*/
    #contents{
        padding: 20px 10px 50px;
    }

    #contents_low {
        padding: 20px 10px 50px;
    }

    #pankuzu {
        font-size: 13px;
        width: 100%;
        margin: 0 0 5px;
        padding: 0 10px;
        overflow: auto;
        font-size: 13px;
    }

    #pankuzu .inner {
        overflow: auto;
        white-space: nowrap;
    }

    #pankuzu a {
        text-decoration: underline;
    }

    #pankuzu .inner::-webkit-scrollbar{
        height: 5px;
    }
    #pankuzu .inner::-webkit-scrollbar-track{
        background: #d2d2d2;
    }
    #pankuzu .inner::-webkit-scrollbar-thumb {
        background: #a6a6a6;
    }

    #index h1,
    #index h2,
    #index h3,
    #index h4,
    #index h5,
    #page h1,
    #page h2,
    #page h3,
    #page h4,
    #page h5{
        line-height: 1.4;
        margin: 20px 0 15px;
        font-weight: bold;
    }

    #index h2,
    #page h1 {
        background: #ebf3f6 url(img/sp/h2_l.png) left center no-repeat;
        background-size: 15px auto;
        font-size: 22px;
        margin-top: 0;
        padding: 15px 20px 15px 30px;
    }

    #index h3,
    #page h2 {
        background: url(img/sp/h3_l.png) left center no-repeat;
        background-size: 15px auto;
        font-size: 20px;
        padding: 10px 15px 10px 36px;
    }

    #index h4,
    #page h3 {
        background-size: 33px 33px;
        font-size: 18px;
        padding: 10px 15px 0;
        position: relative;
        text-align: center;
    }

    #index h4:after,
    #page h3:after {
        content: "";
        display: block;
        line-height: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: -12px;
        width: 100%;
        height: 8px;
        border-bottom: 4px dotted #8dbfd4;
        background-size: 6px auto;
    }


    #index h5,
    #page h4 {
        background: url(img/sp/h5_l.png) left center no-repeat;
        background-size: 23px auto;
        font-size: 16px;
        padding: 0 0 0 30px;
        margin: 50px 0 0;
    }

    #index ul, #page ul,
    #index ol, #page ol {
        margin: 20px 0;
    }

    #index ul li, #page ul li {
        margin: 5px 0;
        padding-left: 30px;
        position: relative;
    }

    #index ul li:after, #page ul li:after {
    content: "";
    display: block;
    background: #009bb9;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 9px;
}

    #index ol li, #page ol li {
        counter-increment: number;
        display: block;
        margin: 5px 0;
        list-style: none;
        padding: 0 0 0 30px;
        position: relative;
    }

    #index ol li:before,
    #page ol li:before {
        color: #ff8b53;
        content: counter(number)".";
        font-size: 16px;
        margin-top: -15px;
        left: 5px;
        letter-spacing: -.5px;
        line-height: 20px;
        position: absolute;
        text-align: center;
        top: 17px;
        font-weight: bold;
    }

    #index p span,
    #page p span {
        color: #009bb9;
        font-size: 18px;
        font-weight: bold;        
        line-height: 0.8;
    }

#index p span.txt_marker,#page p span.txt_marker {
    font-weight: bold;
    color: #000;
    position: relative;
    background: linear-gradient(transparent 70%, #ffe699 0%) no-repeat top -5px left;
    padding: 0 0 0.4rem 0;
    }

#index .frame-wrap .frame .frame-head a, #page .frame-wrap .frame .frame-head a {
    color: #009bb9;
}

    .first-row table tr:nth-child(1), .table-layout.first-row table tr:nth-child(1), .js-scrollable.first-row table tr:nth-child(1) {
    background-color: #f7b5c6;
    font-weight: bold;
}

.first-column table td:nth-child(1) {
    background-color: #ebf3f6;
    font-weight: bold;
}

table, .table-normal {
    width: 100%;
    margin: 30px 0;
    color: #333;
}

table, .table-normal table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    background-color: #fffbfc;
}

table th, table td {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    word-break: break-all;
}

table th {
    background-color: #ebf3f6;
    font-weight: bold;
    vertical-align: middle;
    min-width: 120px;
}

table th, table td, .table-normal table tbody td {
    border-left: 1px solid #ccc;
    text-align: center;
    display: block;
    width: 100%;
}

table td {
    background: #ffffff;
    text-align: left;
}

table tbody tr:last-child td:last-child , .table-normal table tbody tr:last-child td:last-child , .table-layout table tbody tr:last-child td:last-child {
    border-bottom: none;
}

.table-normal table th:first-child {
    border-left: none;
}

.table-normal table td {
    text-align: center;
}

.table-layout {
    width: 100%;
    margin: 30px 0;
    color: #333;
}

.table-layout table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    background-color: #fffbfc;
    margin: 0;
}

.table-layout table tbody td {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    word-break: break-all;
}

.table-layout table tbody td {
    border-left: 1px solid #ccc;
}

.table-layout table td {
    text-align: center;
}

.js-scrollable {
    width: 100%;
    margin: 30px 0;
    color: #333;
}

.js-scrollable table {
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    background-color: #fffbfc;
}

.js-scrollable table tbody td {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    word-break: break-all;
}

.js-scrollable table tbody td {
    border-left: 1px solid #ccc !important;
}

.js-scrollable table tbody tr:last-child td {
    border-bottom: none;
}

.js-scrollable table th:first-child {
    border-left: none !important;
}

.js-scrollable table th {
    font-weight: bold;
    text-align: center;
}

.js-scrollable table td {
    text-align: center;
}

.table-sp-none.first-column table {
    width: 100%;
    border: 1px solid #ccc;
}

.table-sp-none table td {
    border: 1px solid #ccc;
    padding: 15px;
    word-break: break-all;
}

.both-row-column tr:first-child, .both-row-column tr td:first-child {
    background: #f7b5c6;
    font-weight: bold;
}

    .float-wrap {
        margin: 20px auto;
        position: relative;
    }

    .float-wrap > p {
        margin: 0 auto 10px !important;
        position: relative;
        top: -5px;
    }

    .float-img {
        max-width: 100%;
    }

    .float-img img {
        width: 100%;
    }


    .fl {
    width: 50%;
    margin: 0 auto 30px;
}

    .fr {
        float: right;
        margin-left: 20px;
        width: 50%;
    }

    .ct {
    margin: 0 auto;
    text-align: center;
}
.ct img {
    width: 100%;
}
    .caption {
        text-align: center;
        font-size: 10px;
        color: #999;
        margin: 10px 0;
        line-height: 1.4;
        word-wrap: break-word;
    }

    #index .btn-internal a,
    #index .btn-web a,
    #page .btn-internal a,
    #page .btn-web a,
    #index .btn-link a,
    #page .btn-link a,
    #index .btn-tel a ,
    #page .btn-tel a {
        display: block;
        font-size: 15px;
        margin: 15px auto;
        text-align: center;
        text-decoration: none;
        width: 85%;
        font-weight: bold;
        color: #ffffff;
        border-radius: 2px;
    }

    #index .btn-internal a,
    #page .btn-internal a {
        background: #8dbfd4 url(img/sp/btn_internal_arrow.png)  right 15px center no-repeat;
        background-size: 6px auto;
        padding: 15px 40px 15px 40px;
    }

    #index .btn-web a,
    #page .btn-web a {
        background: #3a9a82 url(img/sp/link-icon.png) left 15px center no-repeat;
        background-size: 18px auto;
        color: #fff;
        padding: 15px 40px 15px 40px;
    }

    #index .btn-link a,
    #page .btn-link a {
        background: #ffffff url(img/sp/menu_page_arrow.png)  right 15px center no-repeat;
        background-size: 6px auto;
        padding: 15px 40px 15px 40px;
        color: #009bb9;
        border: 2px solid #009bb9;
    }

    #index .btn-tel a,
    #page .btn-tel a {
        background: #333 url(img/sp/tel_icon.png) left 15px center no-repeat;
        background-size: 17px auto;
        padding: 15px 40px 15px 40px;
    }

    .box-wrap {
        margin:30px 0 30px;
        
    }
    
    
    .box {
        background: #f1f1f1;
        width: 100%;
        margin: 10px auto;
        padding: 15px;
    }


    #index .box .box-head p,
    #page .box .box-head p {
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        margin: 0 0 5px;
    }


    .box .box-body a {
        background: #e48579 url(img/sp/btn_internal_arrow.png)  right 15px center no-repeat;
        background-size: 6px auto;
        border-radius: 4px;
        padding: 16px 30px;
        color: #fff !important;
        display: block;        
        font-size: 15px;
        font-weight: bold;
        margin: 20px auto 0;
        text-align: center;
        text-decoration: none !important;
        width: 80%;
    }

    #index .frame-wrap,
    #page .frame-wrap {
        margin: 0 0 60px;
    }

    #index .frame-wrap .frame,
    #page .frame-wrap .frame {
        background: #fff;
        border-top: 1px solid #e5e5e5;
        padding: 5px 15px;
    }

    #index .frame-wrap .frame:last-child,
    #page .frame-wrap .frame:last-child {
        border-bottom: 1px solid #e5e5e5;
    }

    #index .frame-wrap p,
    #page .frame-wrap p {
        margin: 0;
    }

    #index .frame-wrap .frame .frame-head,
    #page .frame-wrap .frame .frame-head {
        font-size: 18px;
        font-weight: bold;
        padding: 15px 0 8px;
        position: relative;
        color: #fd7b3d;
    }

    #index .frame-wrap .frame .frame-body,
    #page .frame-wrap .frame .frame-body {
        padding: 0 0 10px;
    }

    #sub .free_space {
        background: url(img/sp/fs_middle.png) repeat-y;
        background-size: 100% auto;
        padding: 5px 25px;
        margin: 30px 0;
        position: relative;
    }
    
    #sub .free_space:before {
        position: absolute;
        content: "";
        background: url(img/sp/fs_top.png) left bottom no-repeat;
        background-size: 100% auto;
        width: 100%;
        height: 20px;
        top: -20px;
        left: 0;
    }
    
    #sub .free_space:after {
        position: absolute;
        content: "";
        background: url(img/sp/fs_bottom.png) left top no-repeat;
        background-size: 100% auto;
        width: 100%;
        height: 20px;
        bottom: -20px;
        left: 0;
    }
    

    #sub .free_space .ttl {
        margin: 0;
        font-size: 20px;
        line-height: 1.4;
        font-weight: bold;
    }

    #sub .free_space .ttl a {
        display: block;
        padding: 10px 0 10px;
        border-bottom: 1px solid #fd7b3d;
    }

    
    #sub .free_space .fs_img_wrap .fs_img {
        max-width: 100%;
        width: auto;
        display:block;
        margin: 15px auto 0;
    }

    #sub .free_space .left_txt {
        margin: 10px 0 0;
    }

    #sub .free_space a.more {        
        background: #ff451a url(img/sp/link-icon.png) left 15px center no-repeat;
        background-size: 14px auto;
        padding: 10px 38px;
        font-weight: bold;
        color: #fff !important;
        display: block;
        font-size: 14px;
        margin: 15px auto;
        text-align: center;
        border-radius: 2px;
        text-decoration: none !important;
        width: 80%;
    }




    /*footer
    ----------------------------------------*/
    footer {
        background: #ebf3f6;
        width: 100%;
        padding:100px 10px 0;
    }

    footer .flex {
        flex-wrap: wrap;
    }


    footer .inner{
        position: relative;
    }

    footer #pagetop_sp {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width:45px;
        z-index: 9999;
    }

    
    footer .inner .footer-capt a{
        color: #009bb9;
        font-size: 20px;
        font-weight: bold;
        display: block;
        text-align: center;
        position: relative;
        margin: 0 0 30px;
    }
    
    footer .inner .footer-capt a:before{
        content: "";
        background: url(img/sp/logo.png) center center no-repeat;
        background-size: 48px auto;
        display: block;
        width: 48px;
        height: 48px;
        position: absolute;
        margin-left:-24px;
        top: -60px;
        left: 50%;
        z-index:100;
    }
    
    footer .inner .footer-capt a:after{
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        background: #ffffff;
        top: -36px;
        left: 0;
        z-index:50;
    }
        
    
    footer #pagetop_sp img {
        width: 45px;
        height: auto;
    }

    
    footer .frame-wrap {
        width: 100%;
        order: 1;
    }

    footer .notes_area {
        width: 100%;
        order: 2;
        margin: 30px 0 0;
    }

    footer .frame-wrap .frame-head{
        margin: 0 0 10px;
    }
    
    footer .frame-wrap .frame-head a {
        background: #ffffff url(img/sp/footer_catetop_arrow.png) left 15px center no-repeat;
        background-size: 6px auto;
        display: block;
        font-size: 14px;
        font-weight: bold;
        padding: 15px 10px 15px 30px;       
    }
    
    footer .frame-wrap .frame-body ul li + li {
        border-top: 1px dotted #bbb;
    }
    
    footer .frame-wrap .frame-body .sub_list {
        border-top: 1px dotted #bbb;
    }

    footer .notes {
        background: #fff;
        margin: 40px 0 40px;
        padding: 10px;
    }

    footer .notes p {
        font-size: 13px;
        line-height: 1.7;
    }

    footer .notes span {
        display: block;
        font-size: 13px;
    }

    footer .copyright {
        background: #8dbfd4;
        font-size: 12px;
        line-height: 1.4;
        padding: 10px 10px;
        margin: 0 -10px;
        text-align: center;
        color: #ffffff;
    }

    footer .copyright a {
        text-decoration: underline;
        color: #ffffff;
    }


}  /****sp*******/