@charset "utf-8";

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(font/NotoSerifCJKjp-Bold.otf) format('opentype');
    font-display: swap;
}

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: #222;
    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: 1.7;
    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) {

    body {
        min-width: 1000px;
    }

    .sp {
        display: none !important;
    }

    .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;
    }

    #index p, #page p, #sub p {
        margin: 10px 0;
    }

    /*header
    ----------------------------------------*/

    header {
        width: 100%;
    }

    header .site_ttl {
        padding: 15px 0;
        text-align: center;
    }

    header .site_ttl h1,
    header .site_ttl a {
        background: url(img/header-logo.png) left center no-repeat;
        display: inline-block;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: 1.5px;
        padding: 15px 0 15px 70px;
    }

    /*nav
    ----------------------------------------*/

    nav {
        background: #f8f8f8;
        margin: 0 auto;
        width: 100%;
    }

    nav ul {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding: 10px 0;
        width: 1000px;
    }

    nav ul li {
        border-right: 1px solid #ffd8e3;
        box-sizing: border-box;
        width: 100%;
        position: relative;
    }

    nav ul li:first-child {
        border-left: 1px solid #ffd8e3;
    }

    nav ul li a {
        align-items: center;
        box-sizing: border-box;
        color: #f9789e;
        display: flex;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 16px;
        justify-content: center;
        line-height: 1.4;
        padding: 10px 20px;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    /*mv
    ----------------------------------------*/

    #mv {
        background: #fff url(img/mv-img.png) center center no-repeat;
        background-size: auto 100%;
        padding: 60px 0;
    }

    #mv .mv_wrap {
        background: rgba(249, 120, 158, 0.8);
        margin: 0 0 0 auto;
        padding: 35px 40px;
        width: 52%;
    }

    #mv .mv_wrap .mv_catch .mv_ttl {
        background: url(img/mv-h2-line.png) left bottom repeat-x;
        color: #fff;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 23px;
        line-height: 1.5;
        margin-bottom: 15px;
        padding: 0 0 15px;
    }

    #mv .mv_wrap .mv_catch .mv_txt {
        color: #fff;
        line-height: 1.9;
        margin-top: 15px;
    }

    /*contents
    ----------------------------------------*/

    #contents {
        margin: 60px auto 150px;
    }

    #contents_low {
        margin: 20px auto 150px;
    }

    #index,
    #page {
        float: left;
        width: 740px;
    }

    #pankuzu {
        font-size: 13px;
        margin: 0 auto 40px;
        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,
    #index h6,
    #page h1,
    #page h2,
    #page h3,
    #page h4,
    #page h5,
    #page h6 {
        font-family: 'Noto Serif Japanese', serif;
        line-height: 1.4;
        margin: 30px 0 15px;
    }

    #index h2,
    #page h1 {
        background: url(img/index-h2-bg.png) repeat;
        font-size: 30px;
        margin: 0 0 15px;
        padding: 25px 40px;
        text-align: center;
    }

    #index h3,
    #page h2 {
        background: #fef1f5;
        border-radius: 50px;
        font-size: 26px;
        margin-bottom: 45px;
        padding: 15px 40px;
        position: relative;
    }

    #index h3::after,
    #page h2::after {
        background: url(img/index-h3.png) left bottom no-repeat;
        content: "";
        width: 32px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 80px;
        z-index: -1;
    }

    #index h4,
    #page h3 {
        border-top: 1px solid #ebf6fc;
        border-bottom: 1px solid #ebf6fc;
        font-size: 22px;
        padding: 15px 40px;
    }

    #index h5,
    #page h4 {
        border-bottom: 1px dotted #d8d8d8;
        font-size: 20px;
        padding: 10px 40px;
    }

    #index h6,
    #page h5 {
        font-size: 18px;
        padding: 10px 0 10px 40px;
        position: relative;
    }

    #index h6::before,
    #page h5::before {
        background: #f9789e;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 8px;
        width: 2.5%;
        height: 3px;
        z-index: -1;
    }

    #index ul:not(.subList), #page ul:not(.subList),
    #index ol, #page ol {
        margin: 30px 0;
    }

    #index ul li, #page ul li {
        padding-left: 35px;
        margin: 0 0 5px;
        position: relative;
    }

    #index ul li::before,
    #page ul li::before {
        background: #4ac0fb;
        border-radius: 50%;
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        left: 14px;
        top: 8px;
    }

    #index ol li, #page ol li {
        counter-increment: number;
        display: block;
        list-style: none;
        margin: 0 0 5px;
        padding: 0 0 0 35px;
        position: relative;
    }

    #index ol li::before,
    #page ol li::before {
        color: #c19b18;
        content: counter(number)".";
        display: block;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 14px;
        left: 7px;
        letter-spacing: -.5px;
        line-height: 21px;
        margin-top: -15px;
        position: absolute;
        text-align: center;
        top: 16px;
    }

    #index ol li:nth-child(-n + 9):before,
    #page ol li:nth-child(-n + 9):before {
        padding-left: 8px;
    }

    #index p span,
    #page p span {
        color: #c19b18;
        font-size: 18px;
        font-weight: bold;
    }

    #index .table-layout,
    #page .table-layout {
        width: 100%;
        margin: 50px auto;
    }

    #index .table-layout table,
    #page .table-layout table {
        border-bottom: 1px dotted #dedede;
        border-collapse: separate;
        border-spacing: 0;
        overflow: hidden;
        width: 100%;
    }

    #index .table-layout table thead th,
    #index .table-layout table tbody th,
    #index .table-layout table tbody td,
    #page .table-layout table thead th,
    #page .table-layout table tbody th,
    #page .table-layout table tbody td {
        padding: 20px 15px;
        vertical-align: middle;
        word-break: break-all;
    }

    #index .table-layout table th,
    #page .table-layout table th {
        background: #fef1f5;
        font-weight: bold;
        border-top: 1px dotted #d8d8d8;
        text-align: center;
    }

    #index .table-layout table td,
    #page .table-layout table td {
        background: #fff;
        border-top: 1px dotted #dedede;
        text-align: center;
    }

    #index .float-wrap,
    #page .float-wrap {
        margin: 20px auto 30px;
        position: relative;
    }

    #index .float-img,
    #page .float-img {
        width: 240px;
    }

    #index .ct,
    #page .ct {
        margin: 0 auto;
    }

    #index .ct .flame,
    #page .ct .flame {
        text-align: center;
    }

    #index .fl,
    #page .fl {
        float: left;
        margin-right: 20px;
    }

    #index .fr,
    #page .fr {
        float: right;
        margin-left: 20px;
    }

    #index .float-img img,
    #page .float-img img {
        height: auto;
        max-width: 100%;
    }

    #index .float-wrap > p,
    #page .float-wrap > p {
        margin: 0 auto 10px!important;
        position: relative;
        top: -5px;
    }

    #index .float-img .caption,
    #page .float-img .caption {
        margin: 10px auto 10px;
    }

    #index .caption,
    #page .caption {
        font-size: 10px;
        color: #999;
        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 .box .box-body .in_link_btn,
    #page .box .box-body .in_link_btn,
    #sub .btn-web a {
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin: 30px auto;
        text-decoration: none;
        padding: 15px 40px 13px 40px;
        position: relative;
        text-align: center;
        width: 50%;
        z-index: 5;
    }

    #index .btn-internal a,
    #page .btn-internal a,
    #index .box .box-body .in_link_btn,
    #page .box .box-body .in_link_btn {
        background: #ccc url(img/index-btn-ar.png) right 20px center no-repeat;
        border-radius: 30px;
        box-shadow: 0 3px 3px #aaa;
    }

    #index .btn-internal a:hover,
    #page .btn-internal a:hover,
    #index .box .box-body .in_link_btn:hover,
    #page .box .box-body .in_link_btn:hover {
        opacity:0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }

    #index .btn-web a,
    #page .btn-web a,
    #sub .btn-web a {
        background: #ff9e56 url(img/index-btn-ico.png) left 20px center no-repeat;
        border-radius: 4px;
        box-shadow: 0 3px 3px #aaa;
        color: #fff;
    }

    #index .btn-web a:hover,
    #page .btn-web a:hover,
    #sub .btn-web a:hover {
        background-color: #fc4b64;
    }

    #index .btn-link,
    #page .btn-link {
        text-align: right;
    }

    #index .btn-link a,
    #page .btn-link a {
        background: url(img/index-txt-ar.png) left center no-repeat;
        color: #2caded;
        font-size: 16px;
        font-weight: bold;
        padding-left: 20px;
        text-align: right;
        text-decoration: underline;
    }

    #index .btn-link a:hover,
    #page .btn-link a:hover {
        text-decoration: none;
    }

    #index .box-wrap,
    #page .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;
    }

    #index .box-wrap .box,
    #page .box-wrap .box {
        background: #fff;
        border: 1px solid #51c1f8;
        border-radius: 4px;
        width: 47.5%;
    }

    #index .box .box-head,
    #page .box .box-head {
        display: table;
        background: #ebf6fc;
        border-radius: 4px 4px 0 0;
        padding: 15px 20px;
        width: 100%;
    }

    #index .box .box-head p,
    #page .box .box-head p {
        display: table-cell;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 18px;
        line-height: 1.4;
        margin: 0;
        vertical-align: middle;
        width: 100%;
    }

    #index .box .box-body,
    #page .box .box-body {
        margin: 15px 20px;
    }

    #index .box .box-body p,
    #page .box .box-body p {
        margin: 0;
        padding: 0 0 15px;
        position: relative;
    }

    #index .box .box-body p::after,
    #page .box .box-body p::after {
        border-bottom: 1px dotted #d8d8d8;
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    #index .box .box-body .in_link_btn,
    #page .box .box-body .in_link_btn {
        font-size: 16px;
        margin: 25px auto;
        padding: 10px 40px 8px 40px;
        width: 80%;
    }

    #index .frame-wrap,
    #page .frame-wrap {
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 50px 0 0;
    }

    #index .frame-wrap .frame,
    #page .frame-wrap .frame {
        background: url(img/index-col3box-line.png) left top repeat-x, url(img/index-col3box-line.png) left bottom repeat-x;
        padding: 15px;
        position: relative;
        width: 31%;
    }

    #index .frame-wrap .frame + .frame:not(:nth-child(3n+1))::before,
    #page .frame-wrap .frame + .frame:not(:nth-child(3n+1))::before {
        border-left: 1px solid #eee;
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        left: -14px;
        top: 0;
    }

    #index .frame-wrap .frame + .frame:not(:nth-child(2)):not(:nth-child(3)),
    #page .frame-wrap .frame + .frame:not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 15px;
    }

    #index .frame-wrap .frame .frame-head,
    #page .frame-wrap .frame .frame-head {
        display: table;
        margin: 0 0 10px;
        width: 100%;
    }

    #index .frame-wrap .frame .frame-head p,
    #page .frame-wrap .frame .frame-head p {
        display: table-cell;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        margin: 0;
        vertical-align: middle;
        width: 100%;
    }

    #index .frame-wrap .frame .frame-body,
    #page .frame-wrap .frame .frame-body {
        margin: 10px 0 0;
    }

    #index .frame-wrap .frame .frame-body p,
    #page .frame-wrap .frame .frame-body p {
        margin: 0;
    }

    /*sidebar
    ----------------------------------------*/

    #sub {
        float: right;
        width: 220px;
        margin-bottom: 50px;
    }

    #sub .free_space {
        background: url(img/side-fs-bg.png) repeat;
        margin: 0 auto;
        padding: 10px 15px;
        width: 100%;
    }

    #sub .free_space .ttl {
        border-bottom: 1px solid #ccc;
        padding: 0 0 15px;
    }

    #sub .free_space .ttl a {
        color: #c19b18;
        display: block;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
    }

    #sub .free_space .fs_img {
        max-width: 100%;
        margin: 20px 0 0;
    }

    #sub .btn-web a {
        font-size: 14px;
        margin: 15px auto 0;
        padding: 10px 40px 8px 40px;
        width: 100%;
    }

    #sub .cate_menu {
        margin: 2rem 0 0;
        width: 100%;
    }

    #sub .cate_menu .cate_menu_box {
        border: 1px solid #ccc;
    }
    #sub .cate_menu .cate_menu_box + .cate_menu_box {
        margin-top: 1.5rem;
    }

    #sub .cate_menu .ttl {
        background: #f8f8f8;
    }

    #sub .cate_menu .ttl a {
        background: url(img/footer-ar02.png) right 10px center no-repeat;
        display: block;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 16px;
        line-height: 1.4;
        padding: 10px 30px 10px 10px;
    }

    #sub .cate_menu .ttl a:hover,
    #sub .cate_menu ul li a:hover {
        color: #f9789e;
    }

    #sub .cate_menu ul {
        word-break: break-all;
    }

    #sub .cate_menu div > ul {
        border-top: 1px solid #ccc;
    }

    #sub .cate_menu ul li {
        border-bottom: 1px dashed #ccc;
    }
    #sub .cate_menu ul li:last-of-type {
        border: none;
    }

    #sub .cate_menu ul li a {
        display: block;
        background: url(img/footer-ar02.png) left 10px center no-repeat;
        display: block;
        font-size: 15px;
        line-height: 1.4;
        padding: 10px 10px 10px 30px;
    }

    #sub .cate_menu ul li ul {
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
    }

    #sub .cate_menu ul li ul:last-of-type {
        border-bottom: none;
    }

    #sub .cate_menu ul li ul li.sub_cat a {
        background: url(img/footer-sub-ico.png) left 25px top 10px no-repeat;
        padding: 5px 10px 5px 40px;
        font-size: 14px;
    }

    #sub .cate_menu .cate_menu_box:first-child .cate_top:first-child {
        border-top: 1px solid #ccc;
    }

    #sub .sitemap {
        margin-top: 5px;
        text-align: right;
    }

    #sub .sitemap a {
        background: url(img/footer-ar02.png) left top 4px no-repeat;
        color: #2caded;
        font-size: 14px;
        font-weight: bold;
        padding-left: 20px;
        text-decoration: underline;
    }

    #sub .sitemap a:hover {
        text-decoration: none;
    }

    /*footer
    ----------------------------------------*/

    footer {
        background: #f8f8f8;
        padding: 60px 0 0;
        width: 100%;
    }

    footer .inner {
        position: relative;
    }

    footer #pagetop {
        position: absolute;
        top: -130px;
        right: 0;
        z-index: 5;
    }

    footer #pagetop a {
        display: inline-block;
    }

    footer #pagetop a:hover {
        opacity:0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }

    footer .site_ttl {
        margin-bottom: 30px;
        text-align: center;
    }

    footer .site_ttl a {
        background: url(img/header-logo.png) left center no-repeat;
        display: inline-block;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 26px;
        line-height: 1.4;
        padding: 15px 0 15px 70px;
    }

    footer .all.flex {
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    footer .inner .frame-wrap {
        width: 100%;
        margin: 0 auto;
    }

    footer .frame-wrap .frame {
        margin: 30px 0;
        padding: 0;
        width: 100%;
    }

    footer .frame-head a {
        background: #f9789e url(img/footer-ar01.png) left 10px top 15px no-repeat;
        border-radius: 4px;
        color: #fff;
        display: block;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 15px;
        padding: 8px 30px;
    }

    footer ul:not(.sub_list) {
        display: block;
        line-height: 100%;
        margin: 10px 0 0;
    }

    footer 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 ul li:not(.sub_cat) {
        vertical-align: top;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 48%;
        margin: 0 20px 0 0;
    }

    footer ul li a {
        background: url(img/footer-ar02.png) left top 6px no-repeat;
        display: block;
        line-height: 135%;
        margin: 0 0 5px;
        padding: 5px 10px 5px 20px;
        position: relative;
        text-decoration: none;
        width: 100%;
    }

    footer ul li.sub_cat {
        padding-left: 15px;
    }

    footer ul li.sub_cat a {
        background: url(img/footer-sub-ico.png) left top 6px no-repeat;
        padding: 5px 10px 5px 15px;
    }

    footer ul li a:hover {
        color: #969696;
    }

    footer .notes {
        background: #fff;
        font-size: 12px;
        margin: 20px auto 60px;
        line-height: 1.8;
        padding: 15px 20px;
        width: 80%;
    }

    footer .notes span {
        display: block;
    }

    footer .copyright {
        background: #fff;
        font-size: 12px;
        padding: 4px 0;
        text-align: center;
    }

    /****pc*******/
}

/*----------------------------------------------------
        SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

    .pc {
        display: none;
    }

    img {
        max-width: 100%;
    }

    .left, .Left {
        float: left;
    }

    .right, .Right {
        float: right;
    }

    html {
        font-size: 3.2vw;
    }

    body {
        font-size: 1.4rem;
        line-height: 1.7;
    }

    #index a, #page a {
        color: #333;
        text-decoration: underline;
    }

    #index p, #page p, #sub p {
        margin: 0.625rem 0;
    }

    /*header
    ----------------------------------------*/

    header {
        background: #fff8fa;
        position: relative;
        width: 100%;
    }

    header .inner {
        padding: 0 1rem;
    }

    header .site_ttl {
        padding: 1.5rem 0;
    }

    header .site_ttl h1,
    header .site_ttl a {
        background: url(img/sp/header-logo.png) left center no-repeat;
        background-size: 4rem auto;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 1rem 0 1rem 5rem;
    }

    header .menu_btn {
        background: url(img/sp/navi-close.png) center center no-repeat;
        background-size: 100% auto;
        display: none;
        position: fixed;
        top: 1.2rem;
        right: 1rem;
        width: 4rem;
        z-index: 120;
    }

    header .menu_btn img {
        width: 100%;
    }

    header .menu_btn.open img {
        opacity: 0;
    }

    /*nav
    ----------------------------------------*/

    nav {
        display: none;
        margin-top: 1rem;
        position: fixed;
        width: 100%;
        z-index: 110;
        top: 0;
        left: 0;
    }

    nav .nav_wrap {
        background: #fff8fa;
        overflow-y: scroll;
        padding: 1rem;
        height: auto;
    }

    nav a {
        text-decoration: none;
    }

    nav ul {
        background: #fff;
        border-radius: 0.4rem;
        padding: 1rem;
    }

    nav ul li + li {
        margin-top: 1rem;
    }

    nav ul li a {
        background: #f9789e url(img/sp/navi-btn-ar.png) left 1rem center no-repeat;
        background-size: 1.2rem auto;
        border-radius: 0.4rem;
        color: #fff;
        display: block;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 1.4rem;
        padding: 1.2rem 3rem;
        line-height: 1.4;
    }

    nav ul .close_btn {
        background: #ccc;
        border-radius: 3rem;
        color: #555;
        display: block;
        font-weight: bold;
        margin: 2.5rem auto 2rem;
        padding: 1rem;
        text-align: center;
        width: 80%;
    }

    #overflow {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(51,51,51,0.7);
        top: 0;
        z-index: 8;
    }

    /*mv
    ----------------------------------------*/

    #mv {
        width: 100%;
    }

    #mv .mv_wrap .mv_catch {
        background: #ffa3be;
        color: #fff;
        padding: 1.5rem 1rem;
    }

    #mv .mv_wrap .mv_catch  .mv_ttl {
        background: url(img/sp/mv-line.png) left bottom repeat-x;
        background-size: 0.4rem auto;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 1.8rem;
        padding: 0 0 1rem;
    }

    #mv .mv_wrap .mv_catch  .mv_txt {
        margin: 1rem 0 0;
    }

    /*contents
    ----------------------------------------*/

    #contents {
        padding: 4rem 1rem 8rem;
    }

    #contents_low {
        padding: 1rem 1rem 8rem;
    }

    #pankuzu {
        font-size: 1.3rem;
        width: 100%;
        margin: 0 0 2rem;
        padding: 0 0 0.4rem;
        overflow: auto;
        white-space: nowrap;
    }

    #pankuzu a {
        text-decoration: underline;
    }

    #pankuzu::-webkit-scrollbar{
        height: 0.8rem;
    }
    #pankuzu::-webkit-scrollbar-track{
        background: #f3f4f5;
        border-radius: 10px;
    }
    #pankuzu::-webkit-scrollbar-thumb {
        background: #b7b7b7;
        border-radius: 10px;
    }

    #index h1,
    #index h2,
    #index h3,
    #index h4,
    #index h5,
    #index h6,
    #page h1,
    #page h2,
    #page h3,
    #page h4,
    #page h5,
    #page h6 {
        font-family: 'Noto Serif Japanese', serif;
        line-height: 1.4;
        margin: 3rem 0 1.5rem;
    }

    #index h2,
    #page h1 {
        background: url(img/sp/index-h2-bg.png) repeat;
        background-size: 1.5rem auto;
        font-size: 2rem;
        padding: 1.5rem 2rem;
        margin: 0 -1rem 1.5rem;
    }

    #index h3,
    #page h2 {
        background: #fef1f5;
        border-radius: 3rem;
        font-size: 1.7rem;
        margin-bottom: 3.6rem;
        padding: 1rem 2rem;
        position: relative;
    }

    #index h3::after,
    #page h2::after {
        background: url(img/sp/index-h3.png) left bottom no-repeat;
        background-size: 100% auto;
        content: "";
        width: 2.5rem;
        height: 2.3rem;
        position: absolute;
        bottom: -2.2rem;
        left: 6rem;
    }

    #index h4,
    #page h3 {
        border-top: 0.1rem solid #ecf6fc;
        border-bottom: 0.1rem solid #ecf6fc;
        font-size: 1.6rem;
        padding: 1rem 2rem;
    }

    #index h5,
    #page h4 {
        border-bottom: 0.1rem dotted #d8d8d8;
        font-size: 1.5rem;
        padding: 0.5rem 2rem;
    }

    #index h6,
    #page h5 {
        font-size: 1.4rem;
        padding: 0.5rem 0 0.5rem 2rem;
        position: relative;
    }

    #index h6::before,
    #page h5::before {
        background: #f9789e;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 4%;
        height: 0.2rem;
        z-index: -1;
    }

    #index ul, #page ul:not(.subList),
    #index ol, #page ol {
        margin: 2.1rem 0;
    }

    #index ul li, #page ul li {
        margin: 0 0 0.5rem;
        padding-left: 2.5rem;
        position:relative;
    }

    #index ul li::before, #page ul li::before {
        color: #4ec1fb;
        content: "●";
        position: absolute;
        left: 0.4rem;
        top: 0.4rem;
        font-size: 0.8rem;
    }

    #index ol li, #page ol li {
        counter-increment: number;
        display: block;
        margin: 0 0 0.5rem;
        list-style: none;
        padding-left: 2.5rem;
        position: relative;
    }

    #index ol li:before,
    #page ol li:before {
        color: #c19b18;
        content: counter(number)".";
        display: block;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 1.3rem;
        left: 0;
        position: absolute;
        top: 0;
        text-align: center;
    }

    #index ol li:nth-child(-n + 9):before,
    #page ol li:nth-child(-n + 9):before {
        padding-left: 0.8rem;
    }

    #index p span,
    #page p span {
        color: #c19b18;
        font-size: 1.8rem;
        font-weight: bold;
    }

    #index .table-layout,
    #page .table-layout {
        margin: 2.9rem auto;
    }

    #index .table-layout table,
    #page .table-layout table {
        border-top: 0.1rem dotted #d8d8d8;
        border-collapse: separate;
        border-spacing: 0;
        margin: 1.7rem auto 1rem;
        width: 90%;
    }

    #index .table-layout table thead th,
    #index .table-layout table tbody th,
    #index .table-layout table tbody td,
    #page .table-layout table thead th,
    #page .table-layout table tbody th,
    #page .table-layout table tbody td{
        display: block;
        padding: 1rem 1.5rem;
        vertical-align: middle;
        word-break: break-all;
    }

    #index .table-layout table th,
    #page .table-layout table th {
        background: #fef1f5;
        border-bottom: 0.1rem dotted #d8d8d8;
        font-weight: bold;
        text-align: center;
    }

    #index .table-layout table td,
    #page .table-layout table td {
        background: #fff;
        border-bottom: 0.1rem dotted #d8d8d8;
        text-align: center;
    }

    #index .float-wrap,
    #page .float-wrap {
        margin: 3rem auto;
        position: relative;
    }

    #index .float-wrap > p,
    #page .float-wrap > p {
        margin: 1rem auto;
        position: relative;
        top: -0.5rem;
    }

    #index .fl.t_small,
    #page .fl.t_small {
        width: 40%;
        float: left;
        margin-right: 1rem;
    }

    #index .fr.t_small,
    #page .fr.t_small {
        width: 40%;
        float: right;
        margin-left: 1rem;
    }

    #index .float-img,
    #page .float-img {
        width: 100%;
        margin: 0 auto;
    }

    #index .caption,
    #page .caption {
        font-size: 0.6rem;
        color: #999;
        margin: 1rem 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,
    #index .box .box-body .in_link_btn,
    #page .box .box-body .in_link_btn,
    #sub .btn-web a {
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 1.5rem auto;
        text-align: center;
        text-decoration: none;
        width: 80%;
    }

    #index .btn-internal a,
    #page .btn-internal a,
    #index .box .box-body .in_link_btn,
    #page .box .box-body .in_link_btn {
        background: #ccc url(img/sp/index-btn-ar.png) right 1rem center no-repeat;
        background-size: 1.2rem auto;
        border-radius: 3rem;
        box-shadow: 0 0.2rem 0.2rem #aaa;
        padding: 1rem 2.5rem 0.8rem 2.5rem;
    }

    #index .btn-web a,
    #page .btn-web a,
    #sub .btn-web a {
        background: #ff9e56 url(img/sp/index-btn-ico.png) left 1rem center no-repeat;
        background-size: 1.1rem auto;
        border-radius: 0.4rem;
        box-shadow: 0 0.2rem 0.2rem #aaa;
        color: #fff;
        padding: 1rem 2.5rem 0.8rem 2.5rem;
    }

    #index .btn-link a,
    #page .btn-link a {
        background: #1fcfa4 url(img/sp/navi-btn-ar.png) right 1rem center no-repeat;
        background-size: 1.2rem auto;
        border-radius: 3rem;
        box-shadow: 0 0.2rem 0.2rem #aaa;
        color: #fff;
        padding: 1rem 2.5rem 0.8rem 2.5rem;
    }

    #index .btn-tel a,
    #page .btn-tel a {
        background: #fc4b64 url(img/sp/index-btn-tel.png) left 1rem center no-repeat;
        background-size: 1.6rem auto;
        border-radius: 0.4rem;
        box-shadow: 0 0.2rem 0.2rem #aaa;
        color: #fff;
        padding: 1rem 3rem 0.8rem 3rem;
    }

    #index .box,
    #page .box {
        background: #fff;
        border: 0.2rem solid #51c1f8;
        border-radius: 0.4rem;
        margin: 3rem auto;
    }

    #index .box .box-head,
    #page .box .box-head {
        background: #ebf6fc;
        border-radius: 0.4rem 0.4rem 0 0;
        padding: 1.5rem;
        text-align: center;
    }

    #index .box .box-head p,
    #page .box .box-head p {
        font-family: 'Noto Serif Japanese', serif;
        font-size: 1.6rem;
        margin: 0;
    }

    #index .box .box-body,
    #page .box .box-body {
        padding: 1rem 1.5rem 0;
    }

    #index .box .box-body p,
    #page .box .box-body p {
        margin: 0;
        padding: 0 0 1rem;
        position: relative;
    }

    #index .box .box-body p::after,
    #page .box .box-body p::after {
        border-bottom: 0.1rem dotted #d8d8d8;
        content: "";
        width: 100%;
        height: 0.1rem;
        position: absolute;
        bottom: -0.1rem;
        left: 0;
    }

    #index .box .box-body .in_link_btn,
    #page .box .box-body .in_link_btn {
        width: 85%;
    }

    #index .frame-wrap,
    #page .frame-wrap {
        margin: 2rem 0;
    }

    #index .frame-wrap .frame,
    #page .frame-wrap .frame {
        background: #fff url(img/sp/index-col3box-line.png) left bottom repeat-x;
        background-size: 0.4rem auto;
        padding: 1.5rem;
    }

    #index .frame-wrap .frame:first-child,
    #page .frame-wrap .frame:first-child {
        background: url(img/sp/index-col3box-line.png) left bottom repeat-x, url(img/sp/index-col3box-line.png) left top repeat-x, #fff;
        background-size: 0.4rem auto;
    }

    #index .frame-wrap .frame .frame-head p,
    #page .frame-wrap .frame .frame-head p {
        font-family: 'Noto Serif Japanese', serif;
        font-size: 1.6rem;
        line-height: 1.4;
        margin: 0;
    }

    #index .frame-wrap .frame .frame-body,
    #page .frame-wrap .frame .frame-body {
        margin: 1rem 0 0;
    }

    #index .frame-wrap .frame .frame-body p,
    #page .frame-wrap .frame .frame-body p {
        margin: 0;
    }

    #sub .free_space {
        background: url(img/sp/fs-bg.png) repeat;
        background-size: 0.9rem auto;
        padding: 1.5rem;
        margin: 8rem auto 0;
        width: 100%;
    }

    #sub .free_space .ttl {
        border-bottom: 0.1rem solid #ccc;
        padding: 0 0 1rem;
    }

    #sub .free_space .ttl a {
        color: #c19b18;
        display: block;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 1.6rem;
        line-height: 1.4;
        text-decoration: none;
    }

    #sub .free_space .fs_img {
        display: block;
        margin: 1.5rem auto 0.5rem;
        width: 95%;
    }

    #sub .btn-web a {
        width: 85%;
    }

    /*footer
    ----------------------------------------*/

    footer {
        background: #f8f8f8;
        padding: 2rem 0 0;
        width: 100%;
    }

    footer .inner {
        position: relative;
    }

    footer #pagetop_sp {
        position: fixed;
        bottom: -100px;
        right: 1rem;
        width: 14%;
        height: auto;
        z-index: 5;
        transition: .3s;
    }

    footer #pagetop_sp img {
        width: 100%;
        height: auto;
    }

    footer .site_ttl {
        margin: 0 1rem 2rem;
    }

    footer .site_ttl a {
        background: url(img/sp/header-logo.png) left center no-repeat;
        background-size: 4rem auto;
        display: block;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 1rem 0 1rem 5rem;
        text-decoration: none;
    }

    footer .frame-wrap {
        width: 100%;
    }

    footer .frame-wrap .frame-head a {
        background: #f9789e url(img/sp/navi-btn-ar.png) left 2rem center no-repeat;
        background-size: 1.2rem auto;
        color: #fff;
        display: block;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 1.4rem;
        line-height: 1.4;
        padding: 1.2rem 1rem 1.2rem 4rem;
    }

    footer .frame-wrap ul li + li {
        border-top: 0.1rem solid #ccc;
    }

    footer .frame-wrap ul li a {
        background: url(img/sp/footer-ar.png) left 2rem center no-repeat;
        background-size: 1.2rem auto;
        display: block;
        font-size: 1.3rem;
        padding: 1rem 1rem 1rem 4rem;
    }

    footer .frame-wrap ul li.sub_cat:first-child {
        border-top: 0.1rem solid #ccc;
    }

    footer .frame-wrap ul li.sub_cat a {
        background: url(img/sp/footer-ico.png) left 2.5rem top 1.6rem no-repeat;
        background-size: 0.8rem auto;
    }

    footer .sitemap a {
        background: #f9789e url(img/sp/navi-btn-ar.png) left 2rem center no-repeat;
        background-size: 1.2rem auto;
        color: #fff;
        display: block;
        font-family: 'Noto Serif Japanese', serif;
        font-size: 1.4rem;
        line-height: 1.4;
        padding: 1.2rem 1rem 1.2rem 4rem;
    }

    footer .notes {
        background: #fff;
        font-size: 1.2rem;
        margin: 3rem 1rem 3.5rem;
        padding: 1rem;
    }

    footer .notes span {
        display: block;
    }

    footer .copyright {
        background: #fff;
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 1rem;
        text-align: center;
    }

    footer .copyright a {
        text-decoration: underline;
    }

}  /****sp*******/