@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
object, embed {
    vertical-align: middle;
}
legend {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
img, abbr, acronym, fieldset {
    border: 0 none;
}
img {
    vertical-align: middle;
}
ul li {
    list-style-type: none;
}


/*----------------------------------------------------
        共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
    overflow-y: scroll;
}

input,
textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input,
* html textarea {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
    color: #333;
    text-decoration: none;
}

/* 汎用
----------------------------------------------------*/
/* clear clerfix */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.content:after,
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

.content,
.clearfix {
    zoom: 1;
    /* for IE5.5 - IE7 */
}

/*box-sizing */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
    font-size: 14px;
    background: #fff;
    line-height: 25.2px;
}

/*----------------------------------------------------
        各ページスタイル
----------------------------------------------------*/
/* 共通
-----------------------------------------------------------------------------------------------*/

#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) {

    html, body {
        height: 100%;
    }

    html {
        overflow-y: hidden;
    }

    body {
        overflow-x: hidden;
        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: #333;
        text-decoration: underline;
    }

    #index a:hover, #page a:hover {
        text-decoration: none;
    }

    #index p, #page p, #sub p {
        font-weight: bold; 
    }
    
    #index p, #page p {
        margin: 5px 0;
    }    

    /*header
    ----------------------------------------*/
    header {
        background: url(img/header-mv.png);
    }
    
    header .header-inner {
        margin: 0 auto;
        min-width: 1000px;
        width: 1000px;
        padding-bottom: 40px;
        position: relative;
    }

    header .header-inner:before {
        content: url(img/header-parts.png);
        position: absolute;
        left: -30px;
    }

    header .header-lower {
        margin: 0 auto;
        min-width: 1000px;
        width: 1000px;
        padding-bottom: 40px;
    }

    
    header .top-wrap {
        padding: 20px 0 0;
        margin: 0 auto;
        position: relative;
    }
    
    header .top-wrap .ttl {
        width: 80%;
        float: left;
    }
    
    header .top-wrap .ttl h1 {
        color: #000;
        font-size: 26px;
        line-height: normal;
        font-weight: bold;
        z-index: 10;
    }
    
    header .top-wrap .sitemap {
        width: 20%;
        float: right;
        text-align: right;
        margin: 6px 0 0 0;
    }
    
    header .top-wrap .sitemap a {
        font-size: 14px;
        line-height: normal;
        font-weight: bold;
        background: url(img/sitemap-ar.png) left top 5px no-repeat;
        padding: 0 0 0 10px;        
    }

    header .top-wrap .sitemap a:hover {
        text-decoration: underline;
    }  
    
    /*下層header
    ----------------------------------------*/
    header .top-wrap .site_ttl a {
        width: 80%;
        float: left;
        color: #000;
        font-size: 26px;
        line-height: normal;
        font-weight: bold;
    }
    
    header .top-wrap .site_ttl a:hover {
        opacity: 0.5;
    }        

    /*--[ナビゲーション]--*/

     nav {
       padding: 10px 0 20px;
   }

    nav ul {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
     }

    nav ul li{
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
        line-height: 140%;
        position: relative;
        width: 100%;
        padding: 0 5px 0 0;
    }

    nav ul li:last-child{
        padding: 0;
    }
   

    nav ul a{
       display: table;
       height: 100%;
       padding: 10px 5px;
       position: relative;
       text-align: center;
       width: 100%;
       background-color: #fff;
       border: solid 3px #000;
    }

    nav ul a span{
        display: table-cell;
        vertical-align: middle;
    }

    nav ul li a:hover{
        background-color: #e5270e;
        color: #fff;
    }

    /*mv
    ----------------------------------------*/
    
    .mv {
        background-color: #fff;
        padding: 20px 30px 20px 45px;
        border: solid 3px #000;
        width: 74%;
        margin: 0 auto;
        position: relative;
    }
    
    .mv:before {
        content:url(img/mv-ill.png);
        position: absolute;
        left: -100px;
        top: 15px;
    }

    .mv .ttl {
        text-align: center;
        line-height: normal;
    }
    
    .mv .ttl h2{
        font-size: 30px;
        font-weight: bold;
        color: #e60013;
    }
    
    .mv .txt {
        padding-left: 30px;
        margin-top: 15px;
        font-weight: bold;
    }
    
   /*sidebar
    ----------------------------------------*/
    
    #side {
        float: right;
        margin-bottom: 200px;
        width: 240px;
        margin: 0px 0 115px;
    }
    
    
    #side_low {
        float: right;
        margin-bottom: 200px;
        width: 240px;
        margin: 20px 0 0;
    }

   
    /*contents
    ----------------------------------------*/
    .contents-bg {
        background-color:#fbce2f;
    }
    
    #contents {
        padding: 50px 0 0;
    }
    
    #contents,
    #contents_low {
        margin: 0 auto;
        min-width: 1000px;
        width: 1000px;
        position: relative;
        min-height: 100%;
    }

    #index,
    #page {
        float: left;
        width: 720px;
        padding: 0 0 100px;
    }

    #pankuzu {
        font-size: 13px;
        width: 100%;
        word-break: break-all;
        padding-top: 15px;
        margin: 0 0 20px;        
    }

    #pankuzu a {
        text-decoration: underline;    
    }
    #pankuzu a:hover {
        text-decoration: none;
    }

    #index h1,
    #index h2,
    #index h3,
    #index h4,
    #index h5,
    #page h1,
    #page h2,
    #page h3,
    #page h4,
    #page h5 {
        line-height: 1.4;
        margin: 30px 0;
    }

    #index h2,
    #page h1 {
        background-color: #0e0e0e;
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        margin-top: 0;
        padding: 45px 40px 18px 40px;
        background: #0e0e0e url(img/h2-parts.png) no-repeat left top 15px;
    }

    #index h3,
    #page h2 {
        background: #005baa;
        font-size: 24px;
        padding: 20px 25px 18px 25px;
        font-weight: bold;
        border: solid 2px #fff;
        outline: solid 5px #005baa;
        color: #fff;
    }

    #index h3 a,
    #page h2 a {
        color: #fff;
    }       
    
    #index h4,
    #page h3 {
        font-size: 22px;
        font-weight: bold;
        padding: 15px 25px 15px 25px;
        background-color: #fff;
    }

    #index h5,
    #page h4 {
        font-size: 20px;
        font-weight: bold;
        padding: 15px 0px 10px 0px;
        border-bottom: solid 3px #000;
    }

    #index ul, #page ul,
    #index ol, #page ol {
        margin: 30px 0;
    }

    #index ul li, #page ul li {
        margin: 5px 0;
        padding-left: 35px;
        position: relative;
        font-weight: bold;
    }  
    
    #index ul li:before,
    #page ul li:before {
        content: "";
        background-color: #000;
        position: absolute;
        display: block;
        width: 12px;
        height: 4px;
        top: 10px;
        left: 12px;
         
    }  

    #index ol li, #page ol li {
        counter-increment: number;
        display: block;
        list-style: none;
        margin: 5px 0;
        padding: 0 0 0 35px;
        position: relative;
        font-weight: bold;
    }

    #index ol li:before,
    #page ol li:before {
        background: #fff;
        border-radius: 50%;
        border: solid 1px #000;
        color: #000;
        content: counter(number);
        display: block;
        font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 14px;
        height: 18px;
        left: 8px;
        letter-spacing: -.5px;
        line-height: 17px;
        margin-top: -15px;
        position: absolute;
        text-align: center;
        top: 18px;
        width: 19px;
    }

    #index p span,
    #page p span {
        color: #fff;
        font-size: 18px;
        line-height: 1.4;
        font-weight: bold;
        background-color: #005baa;
    }

    .rank,
    .recommend {
        background: #f5f3ef;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.4;
        margin: 50px 0 30px;
        padding: 18px 50px 12px 90px;
        position: relative;
        box-shadow: 0 0 0 4px #fff;
        border: solid 3px #000;
    }

    .rank:after {
        background: url(img/rank-label01.png) right center no-repeat;
        content: "";
        width: 84px;
        height: 45px;
        position: absolute;
        top: 3px;
        right: -5px;
        margin-top: -45px;
    }

    .rank:before,
    .recommend:before {
        content: '';
        display: block;
        height: 100px;
        left: -5px;
        margin: -46px 0 0;
        position: absolute;
        top: 50%;
        width: 88px;
    }

    .rank1:before {
        background: url(img/rank-icon01.png) center center no-repeat;
    }

    .rank2:before {
        background: url(img/rank-icon02.png) center center no-repeat;
    }

    .rank3:before {
        background: url(img/rank-icon03.png) center center no-repeat;
    }

    .rank4:before {
        background: url(img/rank-icon04.png) center center no-repeat;
    }

    .rank5:before {
        background: url(img/rank-icon05.png) center center no-repeat;
    }

    .recommend:before {
        background: url(img/rank-icon06.png) center center no-repeat;
    }

    .recommend:after {
        background: url(img/rank-label02.png) right center no-repeat;
        content: "";
        width: 125px;
        height: 45px;
        position: absolute;
        top: 3px;
        right: -5px;
        margin-top: -45px;
    }

    .table-layout {
        margin: 50px auto;
        width: 100%;
    }

    .table-layout table {
        border-collapse: separate;
        border-spacing: 0;
        overflow: hidden;
        width: 100%;
        border-right: 3px solid #000;
        border-bottom: 3px solid #000;
    }

    .table-layout table thead th,
    .table-layout table tbody th,
    .table-layout table tbody td {
        padding: 20px 15px;
        vertical-align: middle;
        word-break: break-all;
    }

    .table-layout table th {
        background: #d1d1d1;
        border-top: 3px solid #000;
        border-left: 3px solid #000;
        font-weight: bold;
        text-align: center;
        width: 30%;
    }

    .table-layout table td {
        background: #f5f3ef;
        border-top: 3px solid #000;
        border-left: 3px solid #000;
        text-align: center;
    }

    .float-wrap {
        margin: 20px auto 30px;
        position: relative;
    }

    .float-img {
        width: 240px;
    }

    .fl {
        float: left;
        margin-right: 20px;
    }

    .fr {
        float: right;
        margin-left: 20px;
    }
    
    .flame {
        position: relative;
     }

    .flame:before {
        content:"";
        position: absolute;
        width: 97%;
        height: 95%;
        left: 1.5%;
        top: 2.5%;
        border: 2px solid #000;
     }    

    .float-img img {
        height: auto;
        max-width: 100%;
    }

    .float-wrap > p {
        margin: 0 auto 10px !important;
        position: relative;
        top: -5px;
    }

    .float-img .caption {
        margin: 10px auto 10px;
    }

    .caption {
        text-align: center;
        font-size: 10px;
        color: #999;
        line-height: 1.8;
        word-wrap: break-word;
    }

    #index .btn-internal a,
    #index .btn-web a,
    #page .btn-internal a,
    #page .btn-web a {
        color: #fff;
        display: block;
        font-size: 18px;
        margin: 30px auto;
        text-align: center;
        text-decoration: none;
        width: 43%;
    }

    #index .btn-internal a,
    #page .btn-internal a {
        background: #000;
        padding: 13px 30px;
        border: solid 3px #fff;
        font-size: 18px;
        font-weight: bold;
        color: #f0c52d;
        background: #000 url(img/btn-ar-wt.png) no-repeat left 10px center;
    }

    #index .btn-internal a:hover,
    #page .btn-internal a:hover {
        background: #fff url(img/btn-ar-bk.png) no-repeat left 10px center;
        color: #000;
        border: solid 3px #000;
    }

    #index .btn-web a,
    #page .btn-web a {
        background: #e5270e;
        font-size: 18px;
        font-weight: bold;
        padding: 20px 55px;
        padding: 13px 30px;
        border: solid 3px #fff;
    }

    #index .btn-web a:hover,
    #page .btn-web a:hover {
        background: #0e5ae5;
        border: solid 3px #fff;
    }

    #index .btn-link,
    #page .btn-link {
        text-align: right;
    }

    #index .btn-link a,
    #page .btn-link a {
        background: url(img/btn-ar-bk.png) left center no-repeat;
        font-size: 16px;
        font-weight: bold;
        padding-left: 20px;
        text-align: right;
        color: #000;
        text-decoration: none;
    }

    #index .btn-link a:hover,
    #page .btn-link a:hover {
        text-decoration: underline;
    }

    .box-wrap {
        margin: 100px auto 40px;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .left_box {
        margin-right: 25px;
    }

    .box {
        background: #f5f3ef url(img/col2box-icon.png) top 10px right 20px no-repeat;
        width: 48%;
        padding: 30px 20px 10px;
        position: relative;
        border: solid 3px #000;
    }

    .box .box-head {
        margin-bottom: -45px;
    }

    #index .box .box-head a,
    #page .box .box-head a {
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.7;
        text-decoration: none;
        position: relative;
        top: -50px;
        left: -35px;
        padding: 13px 80px 13px 20px;
        width: 90%;
        background: linear-gradient(70deg,#0e0e0e 80%,#0e0e0e 80%,transparent 80%,transparent  100%);
    }

    .box .box-body {
        padding: 10px 0;
        
    }

    .box .box-body p {
        margin: 0!important;
    }

    .permalink {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box:hover {
        opacity:0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }

    #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: 40px 0;
    }

    #index .frame-wrap .frame,
    #page .frame-wrap .frame {
        background: #fff;
        border: 3px solid #000;
       
        width: 32%;
        position: relative;
    }

    #index .frame-wrap .frame .frame-head,
    #page .frame-wrap .frame .frame-head {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        background-color: #000;
        color: #fff;
        text-align: center;
        padding: 10px 30px;
    }

    #index .frame-wrap .frame .frame-head p,
    #page .frame-wrap .frame .frame-head p {
        margin: 5px 0 0;
    }    
    
    
    #index .frame-wrap .frame .frame-body,
    #page .frame-wrap .frame .frame-body {
        text-align: center;
        padding: 10px 15px;
    }

    #index .banner-area,
    #page .banner-area {
        width: 94.3%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        display: flex;
    }
    
    #index .banner-area a.permalink,
    #page .banner-area a.permalink {
        box-shadow:0 0 0 3px #000 inset;
    }    

    #index .banner-area:hover .txt a,
    #page .banner-area:hover .txt a{
        background: #fff url(img/btn-ar-bk.png) no-repeat right 10px center;
        border: 2px solid #000;
    }

    #index .banner-area:before,
    #page .banner-area:before {
        content: "";
        background: url(img/banner-bottom.png) no-repeat;
        background-size: 100%;
        height: 12px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -12px;
    }

    #index .banner-area .ttl,
    #page .banner-area .ttl {
        background: linear-gradient(to bottom left, #fff 50%, #005baa 50.5%) no-repeat top right/20% 100%, #005baa;
        padding: 105px 55px 5px 30px;
        flex-basis: 100%;
    }

    #index .banner-area .ttl:before,
    #page .banner-area .ttl:before {
        content: "";
        background: url(img/banner-pickup.png) no-repeat;
        background-size: 100%;
        height: 70px;
        width: 183px;
        position: absolute;
        left: -10px;
        top: 17px;
        z-index: 9;
    }

    #index .banner-area .ttl a,
    #page .banner-area .ttl a {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.8px;
    }

    #index .banner-area .txt,
    #page .banner-area .txt {
        background: #fff url(img/banner-bg.png) no-repeat right 30px top 30px;
        flex-basis: 160%;
    }

    #index .banner-area .txt p,
    #page .banner-area .txt p {
        font-weight: bold;
        padding: 40px 30px 0 0px;
        margin: 0;
    }

    #index .banner-area .txt a,
    #page .banner-area .txt a {
        color: #000;
        display: inline-block;
        font-weight: bold;
        font-size: 18px;
        text-decoration: none;
        border-radius: 3px;
        box-shadow: 3px 3px 0 #000;
        width: 55%;
        text-align: center;
        padding: 11px 25px;
        margin: 20px 70px 35px;
        background: #fbce2f url(img/btn-ar-bk.png) no-repeat right 10px center;
        border: 2px solid #fbce2f;
    }
    
    /*--[サイド]-- */

    .sideBox {
        margin-bottom: 30px;
    }

    .sideList .sttl a {
        color: #fff;
        font-weight: bold;
        display: block;
        padding: 15px 25px;
        text-decoration: none;
        width: 100%;
        background: url(img/sp/menu-ar.png) no-repeat left 10px center;
        background-size: 10px;
    }

    .sideList .sttl{
        background: #0e0e0e;
        font-weight: bold;
        font-size: 16px;
        margin: 0 0 1px;
        position: relative;
        width: 100%;
    }
    
    .sideBox ul ul {
        padding: 0px;
    }

    .sideBox ul .li {
        border-bottom: dotted 2px;
    }    

    .sideBox ul li > a{
        display: block;
        padding: 10px;
        text-decoration: none;
    }

    .sideBox ul li.sub_parent {
        padding: 0 0 4px;
    }    
    
    .sideBox ul li ul {
        width: 100%;
        
    }
    
    .sideBox ul li a.sub_ttl{
        border-bottom: none;
        padding: 10px 10px 0;
    }     

    .sideBox ul .sub_cat a{
        display: block;
        padding: 5px 25px;
        position: relative;
    }

    .sideBox ul .sub_cat a:before {
        content: "└";
        color: #000;
        position: absolute;
        top: 6px;
        left: 5px;
        font-size: 15px;
    }

    .sideBox ul li > a:hover ,
    .sideList .sttl a:hover{
        opacity: .5;
    }

    .side1 {
        border: solid 3px #000;
        padding: 45px 15px 23px 15px;
        background-color: #fff;
        position: relative;
        font-weight: bold;
        background: #fff url(img/side-fs-check.png) no-repeat;
    }

    .side1:before {
        content: "";
        background: url(img/side-fs-bottom.png) no-repeat;
        background-size: 240px;
        height: 10px;
        width: 240px;
        position: absolute;
        left: -3px;
        bottom: -13px;
    }

    .side1 .sttl {
        font-size: 18px;
        font-weight: bold;
        padding: 0 0 5px;
        color: #333;
        line-height: 1.4;
    }
    .side1 .sttl a{
        color: #333;
        text-decoration: none;
    }

    .sideBox .img{
        margin: 0 auto 10px;
        width: 100%;
    }
    .sideBox .img img ,.sideBox p img {
        display: block;
        margin: 10px auto;
        width: 100%;
        height: auto;
    }

    .side1 .bt-more a {
        border-radius: 3px;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        display: block;
        margin: 15px auto 0;
        padding: 7px 25px 5px 25px;
        width: 90%;
        text-align: center;
        text-decoration: none;
        box-shadow: 3px 3px 0 #000;
        background: #00a2e4 url(img/btn-ar-wt.png) no-repeat right 10px center;
        border: 3px solid #00a2e4;
    }



    .side1:hover .bt-more a {
        background: #fff url(img/btn-ar-bl.png) no-repeat right 10px center;;
        color: #00a2e4;
        border: 3px solid #00a2e4;
    }

    .side1 .caption {
        margin-bottom:5px;
        word-break: break-all;
    }

    .side1 .caption:last-child{
        margin-bottom: 20px;
    }
    
    
    .sideBox .stmp {
        text-align: right;
        margin-top: 15px;
        font-size: 15px;
    }
    
    .sideBox .stmp a {
        background: url(img/sitemap-ar.png) left top 5px no-repeat;
        padding: 0 0 0 10px;
    }

    .sideBox .stmp a:hover {
        text-decoration: underline;
    }    

    /*footer
    ----------------------------------------*/
    footer {
        background: #f5f3ef;
        padding: 40px 0 0;
        width: 100%;
        min-width: 1000px;
        background-color: #0e0e0e;
    }

    footer #pagetop {
        position: absolute;
        top: -180px;
        right: 0;
        z-index: 5;
    }

    footer #pagetop a {
        display: inline-block;
    }

    footer #pagetop a:hover img {
        opacity: 0.6;
    }

    footer .inner {
        padding: 0;
        position: relative;
    }

    
    footer .top-ttl {
        width: 80%;
        margin: 42px auto 60px;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
    }
    
    footer .top-ttl a {
        
        color: #fff;
    }
    
    footer .all.flex {
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 90px;
    }

    footer .notes {
        background: #fff;
        font-size: 12px;
        padding: 20px 20px;
        width: 80%;
        margin: 0 auto 50px;
        line-height: 1.8;
        font-weight: bold;
    }
    
    footer .notes p {
        line-height: 1.4i
    }

    footer .copyright {
        color: #fff;
        font-size: 12px;
        padding: 3px 0;
        text-align: center;
    }

    footer .copyright a {
        color: #fff;
        line-height: 1.4;
    }
    
    footer .category_list {
        width: 100%;
        margin-bottom: 30px;
    }
        
    footer .category_list .ttl a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 0 0px 20px;
        line-height: 1.4;
        background: url(img/footer-ar01.png) no-repeat left 5px top 4px;
    }
    
    footer .category_list .ttl a:hover,
    footer .sitemap a:hover,
    footer .top-ttl a:hover {
        opacity:0.7;
    }
    
    footer .foot-ttl-center {
       
        vertical-align: middle;
    }
    
    footer .category_list > ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        -weblit-justify-content: flex-start;
        justify-content: flex-start;
    }   

    footer .category_list > ul > li {
        width: 33%;
        margin: 0 0 30px;
        padding: 0 15px 0 0;      
   }

    footer .category_list > ul > li a {
        display: block;
        font-size: 14px;
        padding-left: 20px;
        margin-top: 8px;
        position: relative;
        text-decoration: none;
        color: #fff;
        line-height: 1.4;
   }
    footer .category_list > ul > li a:hover {
        opacity:0.7;
    }
    
    footer .category_list ul li.sub_cat a {
        color: #fff;
        font-size: 14px;
        margin-left:24px;
    }

    footer .category_list ul li.sub_cat a:before {
        content: "";
        width: 8px;
        height: 1px;
        position: absolute;
        top: 10px;
        left: 5px;
        background-color: #fff;
        }
    
    footer .category_list ul li.sub_cat a:after {
        content: "";
        width: 1px;
        height: 8px;
        position: absolute;
        top: 3px;
        left: 5px;
        background-color: #fff;
        transform: none;
        margin: 0;
        border: none;
    }
            
    footer .sitemap {
        width: 100%;
    }
    
    footer .sitemap a {
        display: block;
        float: right;
        color: #fff;
        background: url(img/footer-ar02.png) left center no-repeat;
        padding: 0 0 0 13px;
    }

    /****pc*******/
}

/*----------------------------------------------------
        SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

    html {
        overflow-y: scroll;
        font-size: 3.2vw;
    }
    
    .pc {
        display: none;
    }

    .left, .Left {
        float: left;
    }

    .right, .Right {
        float: right;
    }

    body {
        font-size: 1.4rem;
        line-height: 1.55;
        font-weight: bold;        
    }

    #index a, #page a {
        color: #333;
        text-decoration: underline;
    }

    #index p, #page p, #sub p {
        font-weight: bold;
        letter-spacing: 0.1rem;
    }
    
    #index p, #page p, #sub p {
        margin: 5px 0;
    }    
    
    /*header
    ----------------------------------------*/
    header {
        background: url(img/header-mv.png);
        background-size: 3.5rem;        
        color: #202020;
        padding: 0.7rem 0 1rem;
        z-index: 110;
        background-color: #f2f2f1;
    }

    header.header_top {
        background: url(img/sp/header-parts.png) no-repeat,url(img/header-mv.png);
        background-size: 16rem, 3.5rem;
    }    

    header p {
        margin: 0!important;
    }

    header .site_ttl {
        
    }

    header h1,
    header .site_ttl a {
        color: #000;
        display: block;
        font-weight: bold;
        font-size: 2rem;
        line-height: 1.4;
        position: relative;
        padding: 0 1rem;
    }

    header .lead {
        font-size: 80%;
        padding: 0 8%;
    }

    header .menu_btn {
        opacity: 0.9;
        position: fixed;
        top: 0;
        right: 0;
        width: 4.5rem;
        height: 4.5rem;
        z-index: 120;

    }

    header .menu_btn.naviopen {
        background: url(img/sp/close.png) no-repeat;
        background-size: 100%;        
    }        

    header .menu_btn img {
        width: 100%;
    }

    header .menu_btn.naviopen img {
        opacity: 0;
    }

   /*nav
    ----------------------------------------*/
    nav {
        display: none;
        background: #fbce2f;
        color: #333;
        position: fixed;
        width: 100%;
        z-index: 110;
        top: 0;
    }

    nav .nav_wrap::-webkit-scrollbar {
        width: 5px;
    }

    nav .nav_wrap::-webkit-scrollbar-track {
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
        background-color: #eaeaea;
    }

    nav .nav_wrap::-webkit-scrollbar-thumb {
        background-color: #bcbcbc;
        border-radius: 10px;
        box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
    }

    nav .nav_wrap {
        padding: 3%;
    }
    
    nav .nav_box {
        border: solid 3px #000;
        margin-bottom: 2rem;
        margin-top: 5rem;
        position: relative;
        background-color: #fff;        
    }
    
    nav .nav_box:before {
        background: url(img/sp/fs-check.png) left top no-repeat;
        background-size: 100%;
        content: "";
        left:0rem;
        top:0rem;
        position: absolute;
        width: 28%;
        height: 35%;
    }    
    
    nav .nav_box .left {
        width: 45%;
    }
    
    nav .nav_box .left img {
        width: 100%;
    }
    
    nav .nav_box .right {       
        width: 55%;
        background-color: #fff;
        padding: 1rem 0.5rem 1.5rem 0.5rem;
    }
    
     nav .nav_box .right .ttl {
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
    }
    
    nav .nav_box .right .btn {
        background: url(img/sp/btn-ar-wt.png) right 0.5rem center no-repeat;
        background-size: 10%;
        background-color: #00a2e4;
        padding: 0.4rem 0.8rem 0rem 0.6rem;
        text-align: center;
        color: #fff;
        width: 78%;
        margin: 0.8rem auto 0rem;
        font-size: 1.4rem;
        box-shadow: 3px 3px 1px #000;
        display: block;        
    }

    nav a{
        text-decoration: none;
    }

    nav ul {
        margin: 0 0 1rem;
        overflow: auto;
        height: 41vh;
    }

    nav ul::-webkit-scrollbar {
        width:1rem;
        border-radius:10px;        
    }

    nav ul::-webkit-scrollbar-track {
        background: #e7e7e7;
        border-radius:10px;        
    }

    nav ul::-webkit-scrollbar-thumb {
        background: #c3c3c3;
        border-radius:10px;        
    }          

    nav ul li a {
        background: url(img/sp/menu-ar.png) left 1rem center no-repeat;
        background-size: 3%;
        background-color: #0e0e0e;
        display: block;
        padding: 1rem 1rem 1rem 3rem;
        color: #fff;
        font-weight: bold;
        font-size: 1.4rem;
    }

    nav ul li:nth-child(2n) a {
        background: url(img/sp/menu-ar.png) left 1rem center no-repeat #3e3e3e;
        background-size: 1rem;
    }

    nav ul li + li {
        margin-top: 2%;
    }

    nav .close_btn {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: bold;
        padding: 1.2rem;
        background-color: #ffffff;
        color: #fbce2f;
        font-size: 1.4rem;
    }

    .overflow {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fbce2f;
        top: 0;
        z-index: 100;
    }


    /*mv
    ----------------------------------------*/
    .mv {
        background-color: #fff;
        padding: 1rem;
        border: solid 1px #000;
        margin: 2rem 2rem 1rem;
        font-weight: bold;
    }
    
    .mv .ttl {
        line-height:1.6;
    }
    
    .mv .ttl h2{
        font-size: 2.1rem;
        font-weight: bold;
        color: #e60013;
    }
    
    .mv .txt {
        margin-top: 5px;
}

    /*contents
    ----------------------------------------*/

    .contents-bg {
        background-color:#fbce2f;
    }
    
    
    #contents,
    #contents_low {
        position: relative;
        padding: 0 1.2rem;
    }

    #contents_low {
        padding: 1rem 1.2rem 0;
    }    

    #index,
    #page {
        width: 100%;
        padding: 2rem 0 10rem;
        font-weight: bold;
    }

    #page {
    }

    #pankuzu {
        font-size: 13px;
        width: 100%;
        word-break: break-all;
        overflow: auto;
        white-space: nowrap;
        font-weight:  normal;
    }

    #pankuzu::-webkit-scrollbar {
        height: 1rem;
        border-radius:10px;        
    }

    #pankuzu::-webkit-scrollbar-track {
        background: #e7e7e7;
        border-radius:10px;        
    }

    #pankuzu::-webkit-scrollbar-thumb {
        background: #c3c3c3;
        border-radius:10px;        
    }

    #pankuzu a {
        text-decoration: underline;    
    }

    #index h1,
    #index h2,
    #index h3,
    #index h4,
    #index h5,
    #page h1,
    #page h2,
    #page h3,
    #page h4,
    #page h5 {   
        line-height: 1.4;
        margin: 2.7rem 0 1.2rem;
    }

    #index h2,
    #page h1 {
        background-color: #0e0e0e;
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
        margin-top: 0;
        padding: 2.7rem 2rem 1rem;
        background: #0e0e0e url(img/sp/h2-parts.png) no-repeat left top 10px;
        background-size: 7rem;
    }

    #index h3,
    #page h2 {
        background: #005baa;
        font-size: 1.8rem;
        padding: 1rem;
        font-weight: bold;
        border: solid 2px #fff;
        outline: solid 4px #005baa;
        color: #fff;
    }

    #index h4,
    #page h3 {
        font-size: 1.6rem;
        font-weight: bold;
        padding: 1rem;
        background-color: #fff;
    }
    
    #index h3 a,
    #page h2 a {
        color: #fff;
    }       

    #index h5,
    #page h4 {
        font-size: 1.5rem;
        font-weight: bold;
        padding: 1rem 0 0.5rem 0;
        border-bottom: solid 3px #000;
    }

    #index ul, #page ul,
    #index ol, #page ol {
        margin: 1.2rem 0;
    }

    #index ul li, #page ul li {
        padding-left: 2rem;
        position: relative;
        margin-bottom: 0.5rem;
    }  
    
    #index ul li:before,
    #page ul li:before {
        content: "";
        background-color: #000;
        position: absolute;
        display: block;
        width: 1.3rem;
        height: 0.4rem;
        top: 0.7rem;
        left: 0;
    }  

    #index ol li, #page ol li {
        counter-increment: number;
        display: block;
        padding-left: 2rem;
        position: relative;
        margin-bottom: 0.5rem;
    }

    #index ol li:before,
    #page ol li:before {
        background: #fff;
        border-radius: 50%;
        border: solid 1px #000;
        color: #000;
        content: counter(number);
        font-size: 1rem;
        left: 0rem;
        line-height: 1.4;
        margin-top: -1rem;
        position: absolute;
        text-align: center;
        top: 1.4rem;
        width: 5.5%;
    }

    #index p span,
    #page p span {
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.4;
        font-weight: bold;
        background-color: #005baa;
    }

    .rank,
    .recommend {
        background: #f5f3ef;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 2rem 0 3rem;
        padding: 1rem 1.5rem 1rem 5.5rem;
        position: relative;
        outline: solid 3px #fff;
        border: solid 2px #000;
    }
    
    .rank:before,
    .recommend:before {
        content: '';
        display: block;
        position: absolute;
        left: -0.5rem;
        top: 50%;
        margin: -2.9rem 0 0;
        width: 20%;
        height: 6rem;
    }

    .rank:after {
        background: url(img/sp/rank-label01.png) right center no-repeat;
        content: "";
        background-size: 100%;
        width: 6.5rem;
        height: 3rem;
        position: absolute;
        top: -2.8rem;
        right: -0.4rem;
    }

    .recommend:after {
        background: url(img/sp/rank-label01.png) right center no-repeat;
        content: "";
        background-size: 100%;
        width: 6.5rem;
        height: 3rem;
        position: absolute;
        top: -2.8rem;
        right: -0.4rem;
    }

    .rank1:before {
        background: url(img/sp/rank-icon01.png) left center no-repeat;
        background-size: 100% auto;
    }

    .rank2:before {
        background: url(img/sp/rank-icon02.png) top center no-repeat;
        background-size: 100% auto;
    }

    .rank3:before {
        background: url(img/sp/rank-icon03.png) top center no-repeat;
        background-size: 100% auto;
    }

    .rank4:before {
        background: url(img/sp/rank-icon04.png) top center no-repeat;
        background-size: 100% auto;
    }

    .rank5:before {
        background: url(img/sp/rank-icon05.png) top center no-repeat;
        background-size: 100% auto;
    }

    .recommend:before {
        background: url(img/sp/rank-icon06.png) top center no-repeat;
        width: 20%;
        left: -2px;
        background-size: 100% auto;
    }

    .table-layout {
        margin: 2rem auto;
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        padding: 0 0 0.5rem;
    }

    .table-layout::-webkit-scrollbar {
        height: 1rem;
        border-radius:10px;        
    }

    .table-layout::-webkit-scrollbar-track {
        background: #e7e7e7;
        border-radius:10px;        
    }

    .table-layout::-webkit-scrollbar-thumb {
        background: #c3c3c3;
        border-radius:10px;        
    }
    
    .table-layout table {
        border-collapse: separate;
        border-spacing: 0;
        overflow: hidden;
        width: 100%;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    .table-layout table thead th,
    .table-layout table tbody th,
    .table-layout table tbody td {
        padding: 1rem 1rem;
        vertical-align: middle;
        word-break: break-all;
    }

    .table-layout table th {
        background: #d1d1d1;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        font-weight: bold;
        text-align: center;
        width: 30%;
    }

    .table-layout table td {
        background: #f5f3ef;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        text-align: center;
    }

    .float-wrap {
        margin: 20px auto 30px;
        position: relative;
    }

    .float-img.fl {
        width: 40%;
    }

    .fl {
        float: left;
        margin-right: 20px;
    }

    .fr {
    }
    
    .flame {
       position: relative;
    }

   .flame:before {
        content: "";
        position: absolute;
        width: 98%;
        height: 96%;
        left: 1%;
        top: 2%;
        border: 1px solid #000;
    }    

    .float-img img {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .float-wrap > p {
        margin: 0 auto 10px !important;
        position: relative;
        top: -5px;
    }

    .float-img .caption {
        margin: 10px auto 10px;
    }

    .caption {
        text-align: center;
        font-size: 10px;
        color: #999;
        line-height: 1.8;
        word-wrap: break-word;
    }

    #index .btn-internal a,
    #index .btn-web a,
    #index .btn-tel a,
    #index .btn-link a,
    #page .btn-internal a,
    #page .btn-web a,
    #page .btn-tel a,
    #page .btn-link a{
        color: #fff;
        display: block;
        font-size: 1.5rem;
        margin: 1.5rem auto;
        text-align: center;
        text-decoration: none;
        width: 85%;
    }

    #index .btn-internal a,
    #page .btn-internal a {
        background: #000;
        padding: 1.5rem 3rem;
        border: solid 3px #fff;
        font-weight: bold;
        color: #f0c52d;
        background: #000 url(img/sp/btn-ar-wt.png) no-repeat left 10px center;
        background-size: 6%;
        width: 80%;
    }

    #index .btn-web a,
    #page .btn-web a {
        background: #e5270e;
        font-weight: bold;
        padding: 1.5rem;
        border: solid 3px #fff;
        width: 80%;
    }

    #index .btn-link,
    #page .btn-link {
        text-align: right;
    }

    #index .btn-link a,
    #page .btn-link a {
        font-weight: bold;
        padding: 1.5rem 3rem;
        border: solid 3px #000;
        color: #0e5ae5;
        width: 80%;
        background: #fff url(img/sp/btn-ar-bl.png) no-repeat left 1rem center;
        background-size: 6%;
    }
    
    #index .btn-tel a,
    #page .btn-tel a {
        font-weight: bold;
        padding: 1.5rem 1rem 1.5rem 3rem;
        background: #0e5ae5 url(img/sp/tel-icon.png) no-repeat left 1rem center;
        background-size: 8%;
        position: relative;
        width: 72%;
        box-shadow: 0 0 0 3px #fff inset;
    }

    #index .btn-tel a:before,
    #page .btn-tel a:before {
        content: "";
        background: url(img/sp/tel-btn-l.png) no-repeat;
        background-size: 13px 100%;
        width: 8%;
        height: 100%;
        left: -10px;
        top: 0;
        position: absolute;
    }

    #index .btn-tel a:after,
    #page .btn-tel a:after {
        content: "";
        background: url(img/sp/tel-btn-r.png) right top no-repeat;
        background-size: 13px 100%;
        width: 8%;
        height: 100%;
        right: -10px;
        top: 0;
        position: absolute;
    }

    .box-wrap {
        margin: 5rem auto 0rem;
    }

    .left_box {
        
    }

    .box {
        background: url(img/sp/col2box-icon.png) right 1rem top 1rem no-repeat;
        width: 97%;
        background-color: #fff;
        margin: 0 auto;
        padding: 1.5rem;
        position: relative;
        border: solid 0.3rem #000;
        margin-top: 5rem;
        background-size: 17%;
    }

    .box .box-head {
        margin-bottom: -45px;
    }

    #index .box .box-head a,
    #page .box .box-head a {
        display: block;
        color: #fff;
        background-color: #0e0e0e;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        text-decoration: none;
        position: relative;
        top: -2.8rem;
        left: -3rem;
        padding: 1rem 7rem 1rem 1rem;
        width: 110%;
        background: linear-gradient(70deg,#0e0e0e 80%,#0e0e0e 80%,transparent 80%,transparent 100%);
        pointer-events: none;
    }
    
    .box .box-body {
        padding: 2.5rem 0 0;
    }

    .box .box-body p {
        margin: 0!important;
    }
    
    .box-body a {
        color: #005baa !important;
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none !important;
        padding: 1rem 2.5rem;
        margin: 1rem auto 0;
        box-shadow: 3px 3px 0 #005baa;
        width: 75%;
        background: #fbce2f url(img/sp/btn-ar-bl.png) no-repeat right 1rem center;
        background-size: 7%;
    }
    

    .permalink {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #index .frame-wrap,
    #page .frame-wrap {
       margin: 2rem 0;
    }

    #index .frame-wrap .frame,
    #page .frame-wrap .frame {
        background: #fff;
        outline: 0.3rem solid #000;
        width: 100%;
        position: relative;
        margin-top: 3rem;
    }

   

    #index .frame-wrap .frame .frame-head,
    #page .frame-wrap .frame .frame-head {
        font-weight: bold;
        line-height: 1.4;
        background-color: #000;
        color: #fff;
        padding: 1rem 2rem;
    }

    #index .frame-wrap .frame .frame-head p,
    #page .frame-wrap .frame .frame-head p {
        margin: 0;
    }    
    
    
    #index .frame-wrap .frame .frame-body,
    #page .frame-wrap .frame .frame-body {
        text-align: center;
        padding: 1rem 1.5rem;
    }
    
    #index .frame-wrap .frame .frame-body p, 
    #page .frame-wrap .frame .frame-body p {
        font-weight: bold;
        text-align: left;
        line-height: 1.8;
        letter-spacing: 0;
        margin: 0;
    }

    #index .banner-area,
    #page .banner-area {
        outline: 0.3rem solid #000;
        position: relative;
    }

    #index .banner-area:before,
    #page .banner-area:before {
        content: "";
        background: url(img/sp/banner-bottom.png) repeat #616161;
        background-size: 0.4rem;
        height: 1.4rem;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0px;
        border-top: solid 0.3rem #000;
    }

    #index .banner-area .ttl,
    #page .banner-area .ttl {
        background: #005baa;
        position: relative;
        padding: 4rem 1.5rem 3rem 1.5rem;
        margin-top: 0px;
        background: linear-gradient(175deg,#005baa 80%,#005baa 80%,transparent 80%,transparent 100%);
        margin: 0 0 -4rem;
    }

    #index .banner-area .ttl:before,
    #page .banner-area .ttl:before {
        content: "";
        background: url(img/sp/banner-pickup.png) no-repeat;
        background-size: 100%;
        transform: skew(0deg, 0deg);
        height: 11rem;
        width: 12rem;
        position: absolute;
        left: -1rem;
        top: -0.9rem;
    }

    #index .banner-area .ttl a,
    #page .banner-area .ttl a {
        color: #fff;
        text-decoration: none;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0.8px;
        display: inline-block;
        pointer-events: none;
    }

    #index .banner-area .txt,
    #page .banner-area .txt {
        background: #fff url(img/sp/banner-bg.png) no-repeat right 1rem top 8rem;
        background-size: 8.5rem;
        height: 100%;
        margin-top: -1.2rem;
    }

    #index .banner-area .txt p,
    #page .banner-area .txt p {
        font-weight: bold;
        padding: 5rem 1.5rem 0;
        line-height: 1.6;
        margin: 0;
    }

    #index .banner-area .txt a,
    #page .banner-area .txt a {
        color: #111111;
        display: block;
        font-weight: bold;
        font-size: 1.5rem;
        text-decoration: none;
        box-shadow: 0.3rem 0.3rem 0 #000;
        width: 68%;
        padding: 1rem 2.5rem;
        margin: 1rem auto 3rem;
        text-align: center;
        background: #fbce2f url(img/sp/btn-ar-bk.png) no-repeat right 1rem center;
        background-size: 7%;
    }
    
    
    /*footer
    ----------------------------------------*/
    
    footer {
        background-color: #fbce2f;
    }
    
    #pagetop_sp {
        position: fixed;
        bottom: -100px;
        right: 3%;
        width: 17%;
        z-index: 999;
    }
        
    #pagetop_sp img {
        width: 100%;
    }        

    .sp-fotter-ttl {
        background: url(img/SP/footer-icon.png) no-repeat center right 86px;
        background-size: 16px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        padding: 20px 0 10px 0;
    }

    .footer-sitename-logo {
        display: block;
        margin: 30px auto 10px auto;
    }

    .footer-top-title p {
        padding: 16px 10px 34px 10px;
        font-size: 11px;
        line-height: 1.6;
        color: #555555;
    }

    .footer-top-title-3box {
        margin: 0 10px;
    }

    .footer-top-title-3box ul {
        background-color: #fff;
        padding: 2px 10px;
    }

    .footer-top-title-3box ul li {
        display: block;
        margin: 12px 2px 4px 2px;
        background: url(img/SP/ar.png) no-repeat center right 8px;
        background-size: 8px;
        background-color: #dbf1dc;
        border: solid 1px #fff;
    }
    
    .footer-top-title-3box ul li p {
        display: inline-block;
        line-height: 1.4;
        font-size: 15px;
        font-weight: bold;
        padding: 8px 34px 8px 16px;
        color: #000;
    }
    
    footer .contents_title {
        margin: 0 1rem;
        margin-bottom: 0.5rem;
    }
    
    footer .contents_title .right {
        text-align: right;
    }

    footer .contents_title .right img {
        width: 52%;
    }    
    
    footer .contents_title .left {
        font-weight: bold;
    }
    

    .category_list {
        margin: 0 1rem;
    }


    .sp-ttl-another {

    }		
    
    .category_list > ul {
        margin: 0px 0px !important;
    }	
    
    .category_list > ul li {
        background-color: #d1d1d1;
    }	
    
    .category_list > ul li .ttl {
        background-color: #000;
        position: relative;
        margin-bottom: 0.2rem;
    }	
    
    .category_list > ul li .box-foot-ar {
      
    }	

    .category_list > ul li .sub_cat a {
        background: url(img/sp/footer-sub.png) no-repeat top 1rem left 1rem;
        background-size: 0.8rem;
        background-color: #fff;
        padding: 0.8rem 1rem 0.8rem 2.4rem;
        font-size: 1.2rem;
        
    }
    
    .category_list .ttl a {
        position: relative;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        background-color: #000;
        line-height: 1.4;
        width: 85%;
        margin: 0;
        display: block;
        padding: 1rem 0rem 1rem 1rem;        
    }
    
    .category_list .ttl p {    
        position: absolute;
        top: 0;
        right: 0;
        width: 15%;
        height: 100%;
        text-align:  center;
        padding: 0.6rem 0;
    }

    .category_list .ttl img {
        width: 30%;
    }
			
    .category_list ul .frame-body a {
        background: url(img/sp/footer-ar.png) no-repeat center right 1rem;
        background-size: 0.7rem;
        background-color: #fff;
        display: block;
        position: relative;
        text-decoration: none;
        color: #000;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        padding: 1rem 2.4rem 1rem 1rem;
        margin-bottom: 0.5rem;
        
    }	
    
    footer .frame-body {
        display:none;
        line-height: 0;
        padding: 0.3rem 0.5rem 0.1rem 0.5rem;
        margin-bottom: 0.2rem;
    }
    
    footer .footer-bottom-2box {
        margin: 0 1rem;
    }
    
    
    footer .footer-bottom-2box .sitemap {
        width: 49.6%;
    }
    
    footer .footer-bottom-2box .top-page {
        width: 49.6%;
    }
    
    footer .footer-bottom-2box .sitemap a {
        background: url(img/sp/footer-btn-ar.png) no-repeat center left 1rem;
        background-size: 8%;
        background-color: #000;
        color: #fff;
        display: block;
        text-align: center;
        font-size: 1.4rem;
        font-weight: bold;
        padding: 1rem;
    }
    
    footer .footer-bottom-2box .top-page a {
        background: url(img/sp/footer-btn-ar.png) no-repeat center left 1rem;
        background-size: 8%;
        background-color: #000;
        color: #fff;
        display: block;
        text-align: center;
        font-size: 1.4rem;
        font-weight: bold;
        padding: 1rem;
    }
    
    
    footer .notes {
        margin: 2rem 1rem 3rem 1rem;
        background-color: #fff;
        
    }
    
    footer .notes p {
        font-size: 1.2rem;
        font-weight: bold;
        padding: 1rem;
    }
    
    .copyright {
        font-size: 1rem;
        text-align: center;
        padding: 1rem;
        background-color: #000;
        line-height: 1.5;
        color: #fff;
    }
    .copyright a {
        color: #fff;
        text-decoration: underline;
    }


}  /****sp*******/