@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: #404040;
    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: 'Noto Sans Japanese','Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
    font-size: 14px;
    background: #fff;
    line-height: 1.7;
    color: #404040;
}

/*----------------------------------------------------
        各ページスタイル
----------------------------------------------------*/
/* 共通
-----------------------------------------------------------------------------------------------*/
#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;
    }

    .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: #404040;
        text-decoration: underline;
    }

    #index p, #page p, #sub p {
        margin: 10px 0;
    }
    
    .page_404 p a:hover{
       text-decoration: none !important;
    }
    
    .page_sitemap h2 a:hover{
       text-decoration: none !important;
    }
    
    .page_sitemap li a:hover{
       text-decoration: none !important;
    }
    
    /*header
    ----------------------------------------*/
    header {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border-bottom: #e5e5e5 solid 5px;
    }

    header .sitettl_inner {
        order: 2;
        width: 1000px;
        margin: 0 auto;
        display: block;
    }
    
    header .flex.top_bar {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    header .top_bar > div {
        width: 100%;
    }

    header .top_bar .lead {
        font-size: 13px;
        text-align: right;
    }

    header .top_bar .site_ttl {
        margin: 25px 0 20px;
    }

    header .site_ttl h1,
    header .site_ttl a {
        display: block;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.4;
        padding: 0px 0 10px 100px;
        width: 640px;
        margin: 0 auto;
        position: relative;
    }
    
    header .site_ttl h1:before ,
    header .site_ttl a:before {
        display:block ;
        content: "";
        position: absolute;
        width: 78px;
        height: 80px;
        left: 0;
        top: 50%;
        margin: -40px 0 0 0;
        /*background: url(img/pc/header_sitelogo.png) left center no-repeat;*/
    }
    
    /*nav
    ----------------------------------------*/
    nav {
        background: #ebe9e4;
        width: 100%;
    }

    nav.pc {
        display: block !important;
        order: 1;
        width: 100%;
        
    }
    
    header.lower nav {
        background: #b7193f;
        width: 100%;
    }

    nav ul {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 1000px;
    }
    
    nav ul  li {
        box-sizing: border-box;
        width: 100%;
        position: relative;
    }
    
    nav ul li.menu_multi::before {
        border-right: 2px solid #c7c7c7;
        content: "";
        width: 1px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -20px;
    }

    nav ul li.menu_multi:last-child::after {
        border-left: 2px solid #c7c7c7;
        content: "";
        width: 1px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -20px;
    }

    nav ul li a {      
        align-items: center;
        box-sizing: border-box;
        display: flex;
        font-size: 14px;
        font-weight: bold;
        justify-content: center;
        line-height: 1.4;
        padding: 14px 11px;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    nav ul li a:hover {
        opacity: .5;
    }

    .menu {
        position: relative;
    }

    .menu:before,
    .menu:after {
        content: " ";
        display: table;
    }

    .menu:after {
        clear: both;
    }

    .menu {
        *zoom: 1;
    }

    /*mv
    ----------------------------------------*/
    #mv {
        min-height: 330px;
    }
    
    #mv .mv_wrap {
        margin: 0;
        padding: 52px 0 40px;
        width: 512px;
    }

    #mv .mv_catch {
        margin: 0 auto;
        background: #ffffff;
        padding: 50px 0;
    }

    #mv .mv_catch h2 {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.7px;
        padding: 0 45px;
        text-align: center;
        position: relative;
        width: 500px;
    }    
    
    #mv .mv_catch h2:before {
        content: "";
        position: absolute;
        top: -2px;
        left: 0;
        width: 22px;
        height: 16px;
        background: url(img/pc/catch_l.png) top center no-repeat;
    }    
      
    #mv .mv_catch h2:after {
        content: "";
        position: absolute;
        bottom: -2px;
        right: 0;
        width: 22px;
        height: 16px;
        background: url(img/pc/catch_r.png) top center no-repeat;
    }    
        
    #mv .mv_catch .inner {
        position: relative;
    }
    
    #mv .mv_catch .inner:after {
        content: "";
        position: absolute;
        top: -20px;
        right: 0;
        width: 467px;
        height: 336px;
        background: url(img/pc/mv_pic.png) no-repeat;
    }
        
    #mv .mv_txt {
        line-height: 1.8;
        background: url(img/pc/mv_bg.png) repeat;
        min-height: 210px;
    }
        
    #mv .mv_txt .mv_text_box {
        width: 500px;
        padding: 60px 0;
        position: relative;
        z-index: 100;
    }
        
    #mv .mv_txt .mv_text_box:before {
        content: "";
        position: absolute;
        display: block;
        width: 195px;
        height: 152px;
        top:0;
        left: -96px;
        background:  url(img/pc/mv_circle.png) no-repeat;
        z-index: -2;
    }
    
    /*contents
    ----------------------------------------*/
    #contents {
        margin: 60px auto 180px;
    }

    #contents_low {
        margin: 0 auto 180px;
    }

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

    #pankuzu {
        font-size: 13px;
        margin: 20px auto 30px;
        width: 100%;
        word-break: break-all;
    }

    #pankuzu a {
        color: #404040;
        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 {
        font-weight: bold;
        line-height: 1.4;
        margin: 30px 0 15px;
    }

    #index h2,
    #page h1 {
        background: url(img/pc/h2_top.png) top center no-repeat, url(img/pc/h2_bottom.png) bottom center no-repeat, url(img/pc/h2_middle.png) left center repeat-y;
        background-size: contain;
        font-size: 30px;
        margin-top: 0;
        padding: 35px 50px;
        position: relative;
        text-align: center;
    }
    
    #index h2:before,
    #page h1:before {
        content: "";
        width: 720px;
        height: 34px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -17px 0 0;
        background: url(img/pc/h2_parts_middle.png) no-repeat;
    } 

    #index h2:after,
    #page h1:after {
        content: "";
        width: 32px;
        height: 33px;
        position: absolute;
        top: 0;
        left: -1px;
        background: url(img/pc/h2_bg_l.png) no-repeat;
        
    }

    #index h3,
    #page h2 {
        box-shadow: 0 0 0 4px #e1d9c2, 0 0 0 1px #ffffff inset;
        background: #e1d9c2;
        font-size: 28px;
        padding: 16px 30px 15px;
    }

    #index h4,
    #page h3 {
        background: #ffffff;
        border: 3px solid #e6e4dd;
        font-size: 24px;
        padding: 10px 30px 7px 30px;
        position: relative;
    }

    #index h4:before,
    #page h3:before {
        content: "";
        display: block;
        position: absolute;
        top: -7px;
        left: -7px;
        width: 20px;
        height: 20px;
        background: url(img/pc/h4_parts.png) no-repeat;  
    }
    
    #index h4:after,
    #page h3:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -7px;
        right: -7px;
        width: 20px;
        height: 20px;
        background: url(img/pc/h4_parts.png) no-repeat;  
    } 

    #index h5,
    #page h4 {
        font-size: 20px;
        position: relative;
        margin: 30px 0 24px;
    }
    
    #index h5:before,
    #page h4:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        bottom: -10px;
        left: 0;
        background: url(img/pc/h5.png) repeat; 
    }
    
    #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 {
        content: "";
        background: url(img/pc/li.png) no-repeat;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 9px;
        top: 3px;
    }

    #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 {
        background: #c09700;
        color: #fff;
        content: counter(number);
        display: block;
        font-size: 13px;
        height: 18px;
        left: 10px;
        line-height: 18px;
        position: absolute;
        text-align: center;
        top: 4px;
        width: 18px;
    }

    #index p span,
    #page p span {
        color: #2a55d2;
        font-size: 16px;
        font-weight: bold;
        background: linear-gradient(transparent 70%, #fff389 0%);
        padding: 5px 2px 0;
    }
        
    #index .check,
    #index .rank,
    #page .check,
    #page .rank {
        font-weight: bold;
        background: #dedcd6;
        box-shadow: 0 0 0 1px #d0cdc5, 0 0 0 4px #ffffff inset;
        font-size: 28px;
        line-height: 1.4;
        position: relative;
        z-index: 1;
    }

    #index .check, 
    #page .check {
        margin: 50px 0 15px;
        padding: 21px 20px 19px 110px;
    }

    #index .rank,
    #page .rank  {
        margin: 40px 0 15px;
        padding: 26px 30px 19px 30px;
        text-align: center;
    }

    #index .check::before,
    #page .check::before {
        align-items: center;
        color: #fff;
        display: flex;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 50%;
        margin: -48px 0 0;
        width: 97px;
        height: 97px;
    }
    
    #index .rank::before,
    #page .rank::before {
        font-weight: bold;
        align-items: center;
        display: block;
        content: "";
        display: flex;
        justify-content: center;
        position: absolute;
        left: 50%;
        margin: 0 0 0 -53px;
        top: -16px;
        width: 106px;
        height: 32px;
        font-size: 26px;
    }

    #index .rank_wrap,
    #page .rank_wrap {
        counter-reset: div;
        list-style: none;
    }

    #index .check::before,
    #page .check::before {
        content: "";
    }

    #index .check::before,
    #page .check::before {
        background: url(img/pc/ico_check.png) no-repeat;
    }

    #index .rank::before,
    #page .rank::before {
        background: url(img/pc/rank_bg.png) right bottom no-repeat;
        content: counter(div);
        counter-increment: div;
        color: #f8f880;
    }

    #index .table-layout,
    #page .table-layout {
        width: 100%;
        margin: 50px auto;
    }

    #index .table-layout table,
    #page .table-layout table {
        border-right: 1px solid #d0cdc5;
        border-bottom: 1px solid #d0cdc5;
        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: 15px;
        vertical-align: middle;
        word-break: break-all;
    }

    #index .table-layout table th,
    #page .table-layout table th {
        background: #f3f1ed;
        font-size: 16px;
        font-weight: bold;
        border-left: 1px solid #d0cdc5;
        border-top: 1px solid #d0cdc5;
        text-align: center;
    }

    #index .table-layout table td,
    #page .table-layout table td {
        background: #fff;
        border-left: 1px solid #d0cdc5;
        border-top: 1px solid #d0cdc5;
        text-align: center;
    }

    #index .float-wrap,
    #page .float-wrap {
        margin: 20px auto 30px;
        position: relative;
    }

    #index .float-img:not(.ct),
    #page .float-img:not(.ct) {
        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 .ct .caption,
    #page .ct .caption {
        margin: 10px 80px 10px;
    }

    #index .caption,
    #page .caption {
        text-align: left;
        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,
    #sub .btn-internal a {
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin: 30px auto;
        text-align: center;
        text-decoration: none;
        padding: 10px 60px;
        position: relative;
        width: 50%;
    }

    #index .btn-internal a,
    #page .btn-internal a,
    #sub .btn-internal a {
        background: #babab1 url(img/pc/btn_arrow.png) right 30px center no-repeat;
        border-radius: 30px;
    }

    #index .btn-internal a:hover,
    #page .btn-internal a:hover,
    #sub .btn-internal a:hover {
        background-color: #8f8f8f;
    }

    #index .btn-web a,
    #page .btn-web a {
        background: #e5641f url(img/pc/btn_arrow.png) right 30px center no-repeat;
        border-radius: 30px;
    }

    #index .btn-web a:hover,
    #page .btn-web a:hover{
        background-color: #67cb5d;
    }
    
    #index .btn-link,
    #page .btn-link {
        text-align: right;
    }
  
    #index .btn-link a,
    #page .btn-link a {
        color: #3d6aa2;
        background: url(img/pc/textlink_arrow.png) left center no-repeat;
        font-size: 16px;
        font-weight: bold;
        padding-left: 25px;
        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 {
        width: 345px;
        position: relative;
        z-index: 1;
    }

    #index .box .box-head,
    #page .box .box-head {
        background: url(img/pc/2box_ttl_repeat.png) left top 0px repeat-y;
        display: table;
        padding: 10px 30px 23px;
        position: relative;
        width: 100%;
    }

    #index .box .box-head::after,
    #page .box .box-head::after {
        background: url(img/pc/2box_ttl_top.png) left top 0px no-repeat;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -21px;
        width: 100%;
        height: 21px;
    }

    #index .box .box-head a,
    #page .box .box-head a {
        background: url(img/pc/2box_ttl_arrow.png) right center no-repeat;
        display: table-cell;
        font-size: 20px;
        font-weight: bold;
        padding-right: 20px;
        margin: 0;
        text-decoration: none;
        line-height: 1.6;
        vertical-align: middle;
        height: 100%;
    }

    #index .box .box-head a:hover,
    #page .box .box-head a:hover {
        opacity: .5;
    }
  
    #index .box .box-body,
    #page .box .box-body {
        padding: 20px 30px 10px;
        background: url(img/pc/2box_body_repeat.png) left top repeat-y;
    }
    
    #index .box ,
    #page .box {
        background: url(img/pc/2box_body_repeat.png) left top repeat-y;
        position: relative;
    }
    
    #index .box:before ,
    #page .box:before {
        background: url(img/pc/2box_body_bottom.png) left bottom no-repeat;
        position: absolute; 
        content: "";
        display: block;
        left: 0;
        bottom: -21px;
        width: 100%;
        height: 21px;   
    }
        
    #index .box .box-body p,
    #page .box .box-body p {
        margin: 0;
    }

    #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: 80px 0 0;
    }

    #index .frame-wrap .frame,
    #page .frame-wrap .frame {
        padding: 0 24px 10px;
        width: 230px;
        background: url(img/pc/3box_middle.png) left top repeat-y;
        position: relative;
    }
    
    #index .frame-wrap .frame:before,
    #page .frame-wrap .frame:before {
        content: "";
        position: absolute;
        display: block;
        height:21px;
        width: 100%;
        background: url(img/pc/3box_top.png) left top no-repeat;
        top: -20px;
        left: 0;
    }
     
    #index .frame-wrap .frame:after,
    #page .frame-wrap .frame:after {
        content: "";
        position: absolute;
        display: block;
        height:21px;
        width: 100%;
        background: url(img/pc/3box_bottom.png) left bottom no-repeat;
        bottom: -20px;
        left: 0;
    }
    
    #index .frame-wrap .frame .frame-head,
    #page .frame-wrap .frame .frame-head {
        text-align: left;
        display: table;
        margin: 0 0 30px;
        width: 100%;
        position: relative;
    }
    
    #index .frame-wrap .frame .frame-head:before,
    #page .frame-wrap .frame .frame-head:before {
        content: "";
        width: 100%;
        height: 3px;
        position: absolute;
        display: block;
        left: 0;
        bottom: -15px;
        background: url(img/pc/3box_ttl.png) repeat;
    }
    
    #index .frame-wrap .frame .frame-head p,
    #page .frame-wrap .frame .frame-head p {
        display: table-cell;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6;
        margin: 0;
        height: 100%;
        vertical-align: middle;
    }

    #index .frame-wrap .frame .frame-body p,
    #page .frame-wrap .frame .frame-body p {
        margin: 0;
    }
    
    /*sidebar
    ----------------------------------------*/
    #sub {
        float: right;
        width: 240px;
        margin-bottom: 50px;
    }

    #sub .free_space {
        background: #8aa069;
        margin: 0 0 35px;
        padding: 10px;
        width: 100%;
    }
    
    #sub .free_space .inn{
        background: #ebe9e4;
        border-radius: 10px;
        padding: 70px 15px 25px;
        position: relative;
    }
        
    #sub .free_space .inn:before{
        content: "";
        position: absolute;
        display: block;
        background: url(img/pc/side_fs_ravel.png) no-repeat;
        top: 0;
        left: 50%;
        margin: 0 0 0 -55px;
        width: 110px;
        height: 56px;
    }  
    
    #sub .free_space .ttl {
        margin: 0 0 15px;
    }

    #sub .free_space .ttl a {
        background: url(img/pc/side_fs_ttl_arrow.png) right center no-repeat;
        display: block;
        line-height: 1.5;
        font-weight: bold;
        padding-right: 20px;
        font-size: 18px;
    }

    #sub .free_space .fs_img {
        max-width: 100%;
    }

    #sub .free_space .txt {
        margin: 15px 0;
    }

    #sub .free_space .txt p {
        margin: 0;
    }

    #sub .btn-internal a {
        background: #f28b79 url(img/pc/side_fs_btn_arrow.png) right 15px center no-repeat;
        border-radius: 30px;
        font-size: 18px;
        font-weight: bold;
        margin: 15px auto -20px;
        padding: 10px 40px 8px;
        width: 100%;
    }
    
    #sub .btn-internal a:hover {
        background: #a3a3a3 url(img/pc/side_fs_btn_arrow.png) right 15px center no-repeat;
    }

    #sub .cate_menu {
        width: 100%;
    }

    #sub .cate_menu_box {
        margin: 0 0 30px;   
    }
    
    #sub .cate_menu .cate_top {
        border: 2px solid #7c7c7c;
        margin: 0 0 8px;
        position: relative;
    }

    #sub .cate_menu .cate_top:before {
        content: "";
        display: block;
        position: absolute;
        background: url(img/pc/side_catetop_balloon.png) no-repeat;
        width: 18px;
        height: 10px;
        bottom: -10px;
        left: 50%;
        margin: 0 0 0 -9px;
    }
    
    #sub .cate_menu .cate_top a {
        text-align: center;
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
        padding: 18px 20px;
    }

    #sub .cate_menu .cate_top a:hover {
        color: rgba(64, 64, 64, .5);
    }

    #sub .cate_menu ul li a {
        background: url(img/pc/side_arrow.png) right 18px center no-repeat;
        display: block;
        padding: 20px 40px 20px 15px;
    }

    #sub .cate_menu ul li a:hover {
        opacity: .5;
    }

    #sub .cate_menu ul li.child a {
        padding-left: 30px;
        position: relative;
    }

    #sub .cate_menu ul li{
        border-bottom: 2px solid #d2d2d2;
    }

    #sub .cate_menu ul li.child a::before {
        content: "\02514";
        position: absolute;
        top: 22px;
        left: 12px;
    }

    /*footer
    ----------------------------------------*/
    footer {
        background: #ebe9e4;
        width: 100%;
        min-width: 1000px;
    }

    footer .inner {
        position: relative;
    }

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

    footer #pagetop a {
        font-size: 18px;
        text-decoration: underline;
        font-weight: bold;
        display: inline-block;
        padding: 0 24px 0 0;
        background: url(img/pc/pagetop.png) right center no-repeat;
    }

    footer #pagetop a:hover {
        opacity: 1;
        text-decoration: none;
    }
    
    footer .all.flex {
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 60px 0 30px;
    }

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

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

    footer .frame-head {
        padding: 0 0 10px;
        margin: 0 0 30px;
        position: relative;
    }
    
    footer .frame-head:before {
        content: "";
        position: absolute;
        display: block;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 3px;
        background: url(img/pc/3box_ttl.png) repeat;
    }

    footer .frame-head a {
        background: url(img/pc/footer_arrow.png) right center no-repeat;
        padding: 15px 20px 13px 0;
        color: #404040;
        font-size: 18px;
        font-weight: bold;
        position: relative;
    }
    
    footer .frame-head a:hover {
        opacity: .5;
    }

    footer ul:not(.sub_list) {
        display: block;
        line-height: 100%;
        margin: 15px 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.page:not(.sub_page) {
        vertical-align: top;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 26%;
        margin: 0 60px 0 0;
    }

    footer ul li.page a {
        background: url(img/pc/footer_arrow.png) left 0 top 6px no-repeat;
        color: #404040;
        font-weight: bold;
        font-size: 16px;
        display: block;
        text-decoration: none;
        padding: 5px 10px 5px 25px;
        position: relative;
        width: 100%;
        line-height: 135%;
        margin: 0 0 5px;
    }

    footer ul li.sub_page a {
        background: none;
        position: relative;
        font-weight: normal;
        font-size: 14px;
    }

    footer ul li.sub_page a:before {
        content: "";
        position: absolute;
        display: block;
        background: url(img/pc/footer_subpage.png) no-repeat;
        top: 9px ;
        left: 6px;
        width: 8px;
        height: 6px;
    }

    footer ul li a:hover {
        opacity: .5;
    }

    footer ul li.sub_page a:hover {
        opacity: 1;
        color: rgba(64, 64, 64, .5);
    }

    footer .notes {
        background: #ffffff;
        line-height: 1.6;
        padding: 20px;
        width: 100%
    }
    
    footer .notes p{
        width: 70%;
        text-align: center;
        margin: 0 auto;
        font-size: 12px;
        color: #666666;
    }

    footer .copyright {
        background: #535353;
        color: #fff;
        font-size: 12px;
        padding: 4px 0;
        text-align: left;
    }

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

    footer .copyright .stmp {
        background: url(img/pc/footer_sitemap.png) left center no-repeat;
        display: inline-block;
        margin: 5px 0 0 0;
        padding-left: 18px;
        position: relative;
        top: -2px;
    }

    footer .copyright .stmp:hover {
        opacity: .5;
    }

    /****pc*******/
}

/*----------------------------------------------------
        SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
    .pc {
        display: none!important;
    }

    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: #404040;
        text-decoration: underline;
    }

    #index p, #page p, #sub p {
        margin: 0.625rem 0;
    }

    /*header
    ----------------------------------------*/
    header {
        background: #ffffff;
        position: relative;
        z-index: 110;
        width: 100%;
    }

    header .sitettl_inner {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    header .flex.top_bar {
        order: 2;
        flex-direction: column-reverse;
        position: relative;
        z-index: 110;
        padding: 1.4rem 1rem;
    }

    header .top_bar > div {
        width: 100%;
    }

    header .top_bar .lead {
        font-size: 1rem;
        text-align: center;
    }

    header .site_ttl {
        padding: 0 0 0 4.9rem;
    }

    header h1,
    header .site_ttl a {
        font-size: 1.9rem;
        line-height: 1.4;
        letter-spacing: 0.1rem;
        font-weight: bold;
        position: relative;
    }

    header h1:before ,
    header .site_ttl a:before {
        content: "";
        position: absolute;
        display: block;
        width: 3.9rem;
        height: 4rem;
        top: 50%;
        left: -4.9rem;
        margin: -1.8rem 0 0 0;
        /*background: url(img/sp/header_sitelogo.png) no-repeat;*/
        background-size: 100% auto;
    }
           
    header .menu_btn {
        order: 1;
        background: #ebe9e4;
        background-size: 100% 100%;
        top: 5rem;
        right: 1rem;
        width: 100%;
        height: 4.4rem;
        line-height: 4.4rem;
    }

    header .menu_btn p {
        color: #898077;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
    }

    header .menu_btn p span {
        padding: 0 4rem 0 0;
        background: url(img/sp/header_hamburger.png) right center no-repeat;
        background-size: 2.3rem auto;
    }
        
    header .menu_btn.naviopen p span {
        background: url(img/sp/header_close.png) right center no-repeat;
        background-size: 2.3rem auto;
    }
        
    /*nav
    ----------------------------------------*/
    nav {
        display: none;
        position: absolute;;
        width: 100%;
        z-index: 110;
        top: 4.4rem !important;
        left: 0;
        background: #f0f0f0;
        padding: 2rem 1rem;
    }

    nav .nav_wrap {
        overflow-y: scroll;
        height: auto;
    }

    nav a {
        text-decoration: none;
    }

    nav ul li {
        margin: 0 0 1.2rem;
    }
    
    nav ul li:last-child {
        margin: 0 0 2rem;
    }
    
    nav ul li a {
        background: url(img/sp/footer_arrow.png) left 1.5rem center no-repeat;
        background-size: 1.3rem auto;
        border: 0.1rem solid #404040;
        display: block;
        font-size: 100%;
        padding: 1.3rem 3rem 1.3rem 3rem;
        line-height: 1.4;
        font-weight: bold;
    }
    
    nav .btn-close {
        font-weight: bold;
        text-align: center;
        padding: 1.5rem;
        background: url(img/sp/nav_close.png) left 2.5rem center no-repeat, #ffffff;
        background-size: 0.95rem auto;
        width: 60%;
        margin: 0 auto;
        border-radius: 100rem;
    }
    
    /*mv
    ----------------------------------------*/
    #mv {
        background: url(img/sp/mv_bg_pic.png) top 2rem left 1rem no-repeat, url(img/sp/mv_bg.png) repeat;
        background-size: 28rem auto, 6.4rem auto;
        width: 100%;
        padding: 3rem 0;
    }

    #mv .inner {
        padding: 0 1rem;
    }

    #mv .mv_wrap {
        padding: 3rem 0;
    }

    #mv .mv_catch {
        margin: 0 auto;
    }

    #mv .mv_catch h2 {
        color: #404040;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        position: relative;
        padding: 0 2.2rem;
        margin: 0 0 1.2rem;
    }
    
    #mv .mv_catch h2:before {
        content: "";
        position: absolute;
        display: block;
        top: -0.2rem;
        left: 0;
        width: 1.5rem;
        height: 1.1rem;
        background: url(img/sp/mv_catch_l.png) no-repeat;
        background-size: 100% auto;
    }

    #mv .mv_catch h2:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -0.2rem;
        right: 0;
        width: 1.5rem;
        height: 1.1rem;
        background: url(img/sp/mv_catch_r.png) no-repeat;
        background-size: 100% auto;
    }
    
    #mv .mv_wrap .mv_txt {
        color: #404040;
        margin: 1rem 0 0;
    }

    /*contents
    ----------------------------------------*/
    #contents {
        padding: 4rem 1rem 5rem;
    }

    #contents_low {
        padding: 0 1rem 5rem;
    }

    #pankuzu {
        font-size: 1.3rem;
        width: 100%;
        margin: 1rem 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: 1rem;
    }
    #pankuzu::-webkit-scrollbar-thumb {
        background: #b7b7b7;
        border-radius: 1rem;
    }

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

    #index h2,
    #page h1 {
        font-size: 2rem;
        padding: 1.5rem 4.2rem;
        margin: 0 0 1.5rem;
        background: url(img/sp/h2_top.png) top center no-repeat, url(img/sp/h2_bottom.png) bottom center no-repeat, url(img/sp/h2_repeat.png) left center repeat-y;
        background-size: 100% auto, 100% auto, 100% auto;
        position: relative;
        text-align: center;
    }
    
    #index h2:before,
    #page h1:before {
        content: "";
        position: absolute;
        display: block;
        width: 2.4rem;
        height: 2.4rem;
        background: url(img/sp/h2_bg_l.png) no-repeat;
        background-size: 100% auto;
        top: 0;
        left: -0.1rem;
    }
    
    #index h2:after,
    #page h1:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 1.25rem;
        background: url(img/sp/h2_middle_parts.png) left center no-repeat;
        background-size: 100% auto;
        top: 50%;
        left: 0;
        margin: -0.625rem 0 0;
    }
    
    #index h3,
    #page h2 {
        box-shadow: 0 0 0 0.4rem #e1d9c2, 0 0 0 0.1rem #ffffff inset;
        background: #e1d9c2;
        font-size: 1.8rem;
        padding: 1rem 1.5rem;
    }

    #index h4,
    #page h3 {
        background: #ffffff;
        background-size: 1.7rem auto;
        border: #e6e4dd solid 0.2rem;
        font-size: 1.6rem;
        padding: 1.0rem 1.2rem;
        position: relative;
    }
    
    #index h4:before,
    #page h3:before {
        content: "";
        position: absolute;
        display: block;
        top: -0.5rem;
        left:-0.5rem;
        width: 1.6rem;
        height: 1.6rem;
        background: url(img/sp/h4_parts.png) no-repeat;
        background-size: 100% auto;
        z-index: 1000;
    }
    
    #index h4:after,
    #page h3:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -0.5rem;
        right:-0.5rem;
        width: 1.6rem;
        height: 1.6rem;
        background: url(img/sp/h4_parts.png) no-repeat;
        background-size: 100% auto;
    }
    
    #index h4 span,
    #page h3 span {
        color: #b7193f;
    }

    #index h5,
    #page h4 {
        font-size: 1.6rem;
        padding: 1rem 0;
        position: relative;
    }
    
    #index h5:before ,
    #page h4:before {
        content: "";
        display: block;
        bottom: -0.07rem;
        left: 0;
        position: absolute;
        width: 100%;
        height: 0.3rem;
        background: url(img/sp/h5.png) repeat;
        background-size: 0.3rem auto;
    }
    
    #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: 3rem;
        position:relative;
    }

    #index ul li::before, #page ul li::before {
        content: "";
        position: absolute;
        top: 0.3rem;
        left: 0.8rem;
        display: block;
        width: 1.3rem;
        height: 1.3rem;
        background: url(img/sp/li.png) no-repeat;
        background-size: 100% auto;
    }

    #index ol li, #page ol li {
        counter-increment: number;
        display: block;
        margin: 0 0 0.5rem;
        list-style: none;
        padding-left: 3rem;
        position: relative;
    }

    #index ol li:before,
    #page ol li:before {
        background: #c09700;
        color: #fff;
        content: counter(number);
        display: block;
        font-size: 1.3rem;
        left: 0.5rem;
        position: absolute;
        top: 0.3rem;
        width: 1.8rem;
        height: 1.8rem;
        text-align: center;
        line-height: 1.8rem;
    }    

    #index p span,
    #page p span {
        color: #2a55d2;
        font-size: 1.5rem;
        font-weight: bold;
        background: linear-gradient(transparent 70%, #fff389 0%);
        padding: 1rem 0.2rem 0;

    }

    #index .check,
    #index .rank,
    #page .check,
    #page .rank {
        font-weight: bold;
        background: #fff;
        box-shadow: 0 0 0 0.3rem #f6f5f2 inset;
        font-size: 1.7rem;
        line-height: 1.4;
        position: relative;
        z-index: 1;
    }

    #index .check, 
    #page .check {
        margin: 3rem 0 1.5rem;
        padding: 1.4rem 2rem 1.4rem 6.5rem;
        text-align: left;
        font-weight: bold;
        background: #dedcd6;
        box-shadow: 0 0 0 0.1rem #d0cdc5, 0 0 0 0.4rem #ffffff inset;
        font-size: 1.8rem;
        line-height: 1.4;
        position: relative;
        z-index: 1;
        
    }

    #index .rank,
    #page .rank  {
        margin: 3rem 0 1.5rem;
        padding: 1.65rem 1.6rem 1.4rem 1.6rem;
        text-align: center;
        font-weight: bold;
        background: #dedcd6;
        box-shadow: 0 0 0 0.1rem #d0cdc5, 0 0 0 0.4rem #ffffff inset;
        font-size: 1.8rem;
        line-height: 1.4;
        position: relative;
        z-index: 1;
    }

    #index .check::before,
    #page .check::before {
        align-items: center;
        color: #fff;
        display: flex;
        justify-content: center;
        position: absolute;
        left: -0.5rem;
        top: 50%;
        margin: -3rem 0 0;
        width: 6rem;
        height: 6rem;
    }

    #index .rank::before,
    #page .rank::before {
        font-weight: bold;
        align-items: center;
        color: #f8f880;
        content: "";
        display: flex;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: -1rem;
        margin: 0 0 0 -3rem;
        width: 6.6rem;
        height: auto;
        font-size: 1.6rem;
        background: url(img/sp/rank_bg.png) no-repeat;
        background-size: 100% auto;
    }
    
    #index .rank_wrap,
    #page .rank_wrap {
        counter-reset: div;
        list-style: none;
    }

    #index .check::before,
    #page .check::before {
        content: "";
    }

    #index .check::before,
    #page .check::before {
        background: url(img/sp/ico_check.png) no-repeat;
        background-size: 100% auto;
    }

    #index .rank::before,
    #page .rank::before {
        content: counter(div);
        counter-increment: div;
    }

    #index .table-layout,
    #page .table-layout {
        margin: 2.9rem auto;
        overflow: auto;
        white-space: nowrap;
    }

    #index .table-layout table,
    #page .table-layout table {
        border-collapse: collapse;
        border-spacing: 0;
        margin: 1.7rem 0 1rem;
        width: 100%;
        border-collapse: collapse;
        padding: 0;
    }
  
    #index .table-layout table tr,
    #page .table-layout table tr {
        margin: 0;
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    #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: 1.5rem;
        vertical-align: middle;
        word-break: break-all;
        border-bottom: 0.05rem solid #d0cdc5;
        border-left: 0.05rem solid #d0cdc5;
        border-right: 0.05rem solid #d0cdc5;
    }

    #index .table-layout table th,
    #page .table-layout table th {
        background: #f3f1ed;
        font-weight: bold;
        text-align: center;
    }
    
    #index .table-layout table tr:first-child th,
    #page .table-layout table tr:first-child th{
        border-top: 0.05rem solid #d0cdc5;
    }
    
    #index .table-layout table td,
    #page .table-layout table td {
        background: #fff;
        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 {
        text-align: left;
        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,
    #sub .btn-internal a {
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 1.5rem auto;
        text-align: center;
        text-decoration: none;
        width: 80%;
        border-radius: 3rem;
    }

    #index .btn-internal a,
    #page .btn-internal a{
        background: #babab1 url(img/sp/fs_btn_arrow.png) right 1.2rem center no-repeat;
        background-size: 1.4rem auto;
        border-radius: 3rem;
        color: #fff;
        padding: 1rem 3rem;
    }

    #index .btn-web a,
    #page .btn-web a {
        background: #e5641f url(img/sp/fs_btn_arrow.png) right 1.2rem center no-repeat;
        background-size: 1.4rem auto;
        color: #fff;
        padding: 1rem 3rem;
    }

    #index .btn-link a,
    #page .btn-link a {
        background: #ffffff url(img/sp/textlink_arrow.png) right 1.2rem center no-repeat;
         background-size: 1.4rem auto;
        padding: 1rem 3rem;
        color: #3d6aa2;
        border: #3d6aa2 solid 0.1rem; 
    }

    #index .btn-tel a,
    #page .btn-tel a {
        background: url(img/sp/ico_tel.png) left 1rem center no-repeat, url(img/sp/fs_btn_arrow.png) right 1.2rem center no-repeat ,#1e87da;
        background-size: 1.6rem auto, 1.4rem auto;
        padding: 1rem 3rem;
        color: #ffffff;
    }

    #index .box-wrap .box,
    #page .box-wrap .box {
        background: #f6f5f2;
        margin: 4rem auto;
        width: 100%;
        position: relative;
    }

    #index .box-wrap .box:before,
    #page .box-wrap .box:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 1.8rem;
        background: url(img/sp/2box_top.png) left center no-repeat;
        background-size: 100% auto;
        top: -1.7rem;
        left: 0;
    }
    
    #index .box-wrap .box:after,
    #page .box-wrap .box:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 1.8rem;
        background: url(img/sp/2box_body_bottom.png)  no-repeat;
        background-size: 100% auto;
        bottom: -1.8rem;
        left: 0;
    }
    
    #index .box-wrap .box .box-head,
    #page .box-wrap .box .box-head {
        padding: 0 2rem 1.2rem;
        position: relative;
        background: url(img/sp/2box_ttl_middle.png) repeat-y; 
        background-size: 100% auto;
    }

    #index .box-wrap .box .box-head a,
    #page .box-wrap .box .box-head a {
        background: url(img/sp/2box_ttl_arrow.png) right center no-repeat;
        background-size: 1.4rem auto;
        display: block;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 0;
        line-height: 1.6;
        padding-right: 3.5rem;
        text-decoration: none;
    }
    
    #index .box-wrap .box .box-body ,
    #page .box-wrap .box .box-body {
        padding: 1.5rem 2rem 0.5rem;
        position: relative;
        background: url(img/sp/2box_body_middle.png) repeat-y; 
        background-size: 100% auto;
    }
    
    #index .box-wrap .box .box-body p ,
    #page .box-wrap .box .box-body p {
        margin: 0;
    }
    
    #index .box-wrap .box .box-body .in_link_btn,
    #page .box-wrap .box .box-body .in_link_btn {
        background: #babab1 url(img/sp/btn_arrow.png) right 0.8rem center no-repeat;
        background-size: 1.4rem auto;
        display: block;
        font-weight: bold;
        line-height: 1.4;
        margin: 1.5rem auto 0;
        padding: 1rem 3rem;
        text-align: center;
        text-decoration: none;
        width: 90%;
        border-radius: 3rem;
        color: #ffffff;
    }

    #index .frame-wrap .frame,
    #page .frame-wrap .frame {
        background: url(img/sp/3box_middle.png) repeat-y;
        background-size: 100% auto;
        padding: 0.5rem 2rem;
        margin: 4rem 0;
        position: relative;
    }
    
    #index .frame-wrap .frame:before,
    #page .frame-wrap .frame:before {   
        content: "";
        position: absolute;
        top: -1.6rem; 
        left: 0;
        width: 100%;
        height: 1.6rem;
        background: url(img/sp/3box_top.png) left top no-repeat;
        background-size: 100% auto; 
    }
    
    #index .frame-wrap .frame:after,
    #page .frame-wrap .frame:after {   
        content: "";
        position: absolute;
        bottom: -1.6rem; 
        left: 0;
        width: 100%;
        height: 1.6rem;
        background: url(img/sp/3box_bottom.png) left top no-repeat;
        background-size: 100% auto; 
    }
    

    #index .frame-wrap .frame .frame-head,
    #page .frame-wrap .frame .frame-head {
        padding: 0;
        margin: 0 0 3rem;
        position: relative;
    }
    
    #index .frame-wrap .frame .frame-head:before,
    #page .frame-wrap .frame .frame-head:before {
        content: "";
        position: absolute;
        bottom: -1.5rem;
        left: 0;
        width: 100%;
        height: 0.3rem;
        background: url(img/sp/3box_ttl.png) left top repeat-x;
        background-size: 0.35rem auto;
    }
    
    #index .frame-wrap .frame .frame-head p,
    #page .frame-wrap .frame .frame-head p {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 0;
        text-align: left;
    }

    #sub .free_space {
        background: #8aa069;
        padding: 1rem;
        margin: 5rem 0 0;
    }
    
    #sub .free_space .inn {
        background: #ebe9e4;
        padding: 6rem 1.5rem 1.5rem;
        border-radius: 1rem;
        position: relative;
    }
    
    #sub .free_space .inn:before {
        content: "";
        position:absolute;
        display: block;
        width: 9rem;
        height: 4.6rem;
        top: 0rem;
        left: 50%;
        margin: 0 0 0 -4.5rem;
        background: url(img/sp/fs_ravel.png) no-repeat;
        background-size: 100% auto;
    }

    #sub .free_space .ttl {
        margin: 0 0 1rem;
    }

    #sub .free_space .ttl a {
        background: url(img/sp/fs_ttl_arrow.png) right center no-repeat;
        background-size: 1.4rem auto;
        color: #404040;
        display: block;
        font-size: 1.9rem;
        font-weight: bold;
        line-height: 1.4;
        padding-right: 1.5rem;
        text-decoration: none;
    }

    #sub .free_space .fs_img {
        margin: 0 auto 1rem;
    }

    #sub .free_space .txt {
        margin: 0 ;
        position: relative;
    }

    #sub .free_space .txt p {
        margin: 0;
    }

    #sub .btn-internal {
        background: #f28b79;
        border-radius: 100rem;
        width: 80%;
        margin: 0 auto !important;
        text-align: center;
    }
    
    #sub .btn-internal a {
        display: block;
        color: #ffffff;
        padding: 1.2rem 3rem 1rem;
        width: inherit;
        background: url(img/sp/fs_btn_arrow.png) right center no-repeat;
        background-size: 1.4rem auto;
        margin: 1rem auto;
        text-align: center;
    }

    /*footer
    ----------------------------------------*/
    footer {
        width: 100%;
        background: #ebe9e4;
    }

    footer .inner {
        position: relative;
    }

    footer #pagetop_sp {
        text-align: center;
        padding: 0 0 4rem;
        background: #ffffff;
    }

    footer #pagetop_sp a {
       font-size: 1.5rem;
       font-weight: bold;
       text-decoration: underline;
       padding: 0 0 0 1.9rem;
       background: url(img/sp/pagetop.png) left center no-repeat;
       background-size: 1.4rem auto;
    }   
    
    footer .site_ttl p {
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        padding: 2.5rem 4rem;
        text-align: center;
        text-decoration: none;
    }

    footer .all {
        padding: 0 1rem;
        background: #ebe9e4;
    }
    
    footer .frame-wrap {
        width: 100%;
    }

    footer .frame-wrap .frame {
        margin: 0 0 1.5rem;
    }
    
    footer .frame-wrap .frame-head-top {
        background: #cac5b8;
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 -1rem;
    }

    footer .frame-wrap .frame-head-top a {
        display: block !important;
        padding: 1.5rem 2rem;
    }
    
    footer .frame-wrap .frame-head-top a span {
        padding: 0 1.8rem 0 0;
        background: url(img/sp/footer_arrow.png) right center  no-repeat;
        background-size: 1.3rem auto;
    }
        
    footer .frame-wrap .frame-body {
        font-size: 1.3rem
    }
        
    footer .frame-wrap .page {
        border-bottom: 0.1rem dashed #c7c7c7;
    }
    

    footer .frame-wrap .sub_page {
        border-top: 0.1rem dashed #c7c7c7;
    }
    
    footer .frame-wrap ul li a {
        background: url(img/sp/footer_arrow.png) left 1rem top 1.9rem no-repeat;
        background-size: 1.3rem auto;
        display: block;
        padding: 1.5rem 3rem 1.5rem 2.8rem;
    }

    footer .frame-wrap ul li.sub_page {
        position: relative;
    }

    footer .frame-wrap ul li.sub_page a{
        background: url(img/sp/footer_subpage.png) left 1rem top 2.1rem  no-repeat;
        background-size: 0.8rem auto;
        display: block;
        padding: 1.5rem 3rem 1.5rem 2.8rem;
    }

    footer .frame-wrap ul li.sub_cat + li.sub_cat {
        border-top: 0.1rem solid #2e2e2e;
    }
    
    footer .sitemap {   
        margin: 1.5rem 0 3rem;
        border: #d1d0cf solid 0.1rem;
        background: none;
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.4;
    }
    
    footer .sitemap a { 
        display: block;      
        background: url(img/sp/footer_arrow.png) left 1rem center no-repeat;
        background-size: 1.3rem auto;
        padding: 1.5rem 3rem 1.5rem 2.8rem;
    }
            
    footer .notes {
        text-align: center;
        background: #ffffff;
        font-size: 1rem;
        padding: 2rem 1rem;
        color: #666666;
    }

    footer .copyright {
        background: #535353;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 1rem;
        text-align: center;   
    }

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

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