@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, p > span, 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, p > span, 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: #555;
    text-decoration: underline;
}
a:hover {
    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 */
}
/* 画像の透過 */

.trans a:hover, .trans input[type="submit"]:hover, a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
/*box-sizing */

*, *:before, *:after {
    -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: #eef6f9;
    line-height: 25.2px;
    color: #555;
}
/*----------------------------------------------------
各ページスタイル
----------------------------------------------------*/

/* 共通
-----------------------------------------------------------------------------------------------*/

#contents:after, #contents_low:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
a.trance:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
#index p, #category p, #page p {
    margin: 10px 0;
}
/*----------------------------------------------------
PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
    p > span {
        font-weight: bold;
        font-size: 1.2em;
        position: relative;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f7cc2c));
        background: linear-gradient(transparent 50%, #f7cc2c 50%);
    }
    header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #4fa2b5;
    }
    header .inner {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    header > .inner {
        padding: 30px 0 0;
    }
    header .header-top {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    header .logo {
        float: left;
        width: 250px;
        font-size: 18px;
        font-weight: bold;
    }
    header .logo a {
        text-decoration: none;
    }
    header .sitename {
        color: #5b3d32;
        font-size: 26px;
        text-align: justify;
        margin: 0 auto;
        font-weight: bold;
        text-align: center;
        padding: 12px;
        width: 750px;
    }
    header .sitename a, header .sitename a:hover {
        color: #5b3d32;
        padding: 0;
        text-decoration: none;
        border-bottom: 0;
    }
    header .header-top {
        background: #eef6f9;
    }
    header .header-top .inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    header .lead, header .sitemap a {
        text-decoration: none;
    }
    header .sitemap a:hover {
        opacity: .5;
    }
    header h1.header_title, header .header_title a {
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        display: table;
        text-decoration: none;
        text-align: center;
        position: relative;
        line-height: 1.2;
        display: table;
        margin: 0 auto 15px;
    }
    header .header_title a:hover {
        opacity: 0.5;
    }
    table {
        border-spacing: 0;
        border-collapse: separate;
        width: 100%;
        margin-bottom: 2em;
        border: 1px solid #d3d3d3;
    }
    table th, table td {
        text-align: center;
        vertical-align: middle;
    }
    table th {
        padding: 15px;
        background: #abd5e1;
        font-weight: bold;
        border-bottom: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
    }
    table td {
        padding: 15px;
        border-bottom: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
        background: #fff;
    }
    table tr > *:last-child {
        border-right: none;
    }
    table tr:last-child > * {
        border-bottom: none;
    }
    footer {
        position: relative;
        margin-top: 150px;
        position: relative;
        background: #50a2b6;
    }
    footer::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        background: url(./img/footer.png) top repeat-x;
        top: -5px;
        z-index: 999;
    }
    footer .inner {
        position: relative;
        padding: 40px 0;
        z-index: 5;
    }
    footer .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .footer-menu {
        width: 100%;
        margin: 10px 0;
    }
    footer .footer-menu a {
        text-decoration: none;
        padding: 5px 0 5px 7px;
        display: block;
    }
    footer .footer-menu-title {
        border-bottom: 1px solid #fff;
    }
    footer .footer-menu-title a {
        display: block;
        font-size: 16px;
        padding: 12px 0 10px;
        font-weight: bold;
        position: relative;
        color: #fff;
    }
    footer .footer-menu-title a:hover {
        opacity: .5;
    }
    footer .footer-menu > ul {
        margin: 10px 0 30px 10px;
        width: 100%;
        padding: 0 0 20px 0;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .footer-menu ul li {
        padding: 0 20px;
        width: 20%;
    }
    footer .footer-menu ul a {
        position: relative;
        color: #fff;
    }
    footer .footer-menu ul a::before {
        content: "■";
        position: absolute;
        top: 5px;
        left: -22px;
        width: 22px;
        height: 23px;
    }
    footer .footer-menu ul a:hover {
        text-decoration: underline;
    }
    footer .copy {
        padding: 0 0 20px;
        background: #50a2b6;
    }
    footer .copy p, footer .copy a {
        margin-bottom: 0;
        color: #fff;
    }
    footer .disclaimer {
        background: #fff;
        font-size: 12px;
        padding: 20px;
        margin: 40px auto 0;
        max-width: 800px;
    }
    aside a {
        text-decoration: none;
    }
    aside .side-block {
        margin: 50px 0;
        position: relative;
        border: 1px solid #bfbfbf;
        background: #fff;
    }
    aside .sttl {
        font-size: 16px;
        font-weight: bold;
        background: #50a2b6 url(./img/side-title.png) bottom left no-repeat;
    }
    aside .sttl a {
        padding: 20px;
        display: block;
        line-height: 1.4em;
        text-align: center;
        color: #fff;
    }
    aside .sttl a:hover {
        opacity: .5;
    }
    aside ul li {
        border-top: 1px solid #bfbfbf;
    }
    aside ul li a {
        display: block;
        padding: 10px 50px 10px 15px;
        position: relative;
        color: #555;
    }
    aside ul li a::before {
        content: "";
        background: url(./img/btn-in.png) no-repeat;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    aside ul li a:hover {
        background: #e3f1f7;
    }
    aside .sitemap a {
        background: url(./img/arrow.png) 95% center no-repeat;
        border: 1px solid #e2e2e2;
        font-family: "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        ;
        display: block;
        padding: 10px 25px;
        text-align: center;
    }
    aside .sitemap a:hover {
        background: url(./img/arrow.png) 95% center no-repeat #dff1d3;
    }
    nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        background: #4fa2b5;
        position: relative;
    }
    nav::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        background: url(./img/nav.png) bottom repeat-x;
        bottom: -5px;
        z-index: 999;
    }
    nav.bread {
        background-image: none;
        padding-bottom: 0;
    }
    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    nav li {
        float: left;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        padding: 10px 0;
        margin-bottom: 5px;
    }
    nav li a {
        text-decoration: none;
        padding: 10px 20px;
        line-height: 1.4;
        text-align: center;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        margin: 0;
        border-left: 1px solid #fff;
    }
    nav li:last-child a {
        border-right: 1px solid #fff;
    }
    nav li:hover {
        background: rgba(255, 255, 255, 0.2);
    }
    #index, #category, #page {
        float: left;
        max-width: 720px;
        width: 100%;
    }
    #index ul, #category ul, #page ul {
        margin: 20px 0;

    }
    #index ul ul, #category ul ul, #page ul ul {
        margin:5px 0 0 0;
    }
    #index ul li, #category ul li, #page ul li {
        background: url(./img/li.png) left 3px no-repeat;
        padding-left: 27px;
        margin-bottom: 5px;
            background-size: 20px;
    }
    #index ol, #category ol, #page ol {
        counter-reset: number;
        margin: 20px 0;

    }
    #index ol li, #category ol li, #page ol li {
        padding-left: 27px;
        position: relative;
        margin-bottom: 6px;
    }
    #index ol li::before, #category ol li::before, #page ol li::before {
        counter-increment: number;
        content: counter(number);
        margin: 1px 5px 0px -1.8em;
        width: 19px;
        height: 19px;
        position: absolute;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background: #4fa2b5;
        border-radius: 100%;
        padding: -6px 0 0px;
        line-height: 1.5;
    }
    #side {
        float: right;
        width: 240px;
        padding: 20px 0 0px;
    }
    #contents {
        margin: 20px auto 40px;
        max-width: 1000px;
        width: 100%;
    }
    #pankuzu {
        padding: 15px 0 10px;
        margin: auto;
        max-width: 1000px;
        width: 100%;
    }
    .inner {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
    }
    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .flex.center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .flex.middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .flex.start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .flex.end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .text-center {
        text-align: center;
    }
    .text-left {
        text-align: left;
    }
    .text-right {
        text-align: right;
    }
    .rank1, .rank2, .rank3, .rank4, .rank5, .recommend, .check, .point {
        font-size: 24px;
        font-weight: bold;
        padding: 25px 15px 20px 130px;
        position: relative;
        margin: 30px 0;
        line-height: 1.4;
        background: #fff;
        border: 4px solid #4fa2b5;
        border-radius: 10px;
    }
    .rank1::after, .rank2::after, .rank3::after, .rank4::after, .rank5::after, .recommend::after, .check::after, .point::after {
    content: "";
    width: 112px;
    height: 76px;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    }
    .rank1::after {
        background: url(./img/ranking-01.png) no-repeat;
    }
    .rank2::after {
        background: url(./img/ranking-02.png) no-repeat;
    }
    .rank3::after {
        background: url(./img/ranking-03.png) no-repeat;
    }
    .rank4::after {
        background: url(./img/ranking-04.png) no-repeat;
    }
    .rank5::after {
        background: url(./img/ranking-05.png) no-repeat;
    }
    .recommend::after {
        background: url(./img/recommend.png) no-repeat;
    }
    .check::after {
        background: url(./img/check.png) no-repeat;
    }
    .point::after {
        background: url(./img/point.png) no-repeat;
    }
    .float-wrap {
        margin-bottom: 30px;
    }
    .float-wrap::before, .float-wrap::after {
        content: "";
        display: table;
        clear: both;
    }
    .float-wrap p {
        margin-top: 0 !important;
    }
    .float-img.fl {
    margin-right: 30px;
    display: inline-block;
    padding: 5px 0 0;
    margin-bottom: 20px;
        width: 246px;
    }
    .float-img.fr {
        margin-left: 30px;
        display: inline-block;
        padding: 5px 0 0;
            width: 246px;

    }
    .fl {
        float: left;
    }
    .fr {
        float: right;
    }
    .float-img .flame {
        border: 3px solid #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .float-img img, .right_img img {
                width: 240px;
    }
    .caption, .side-box p.quote {
        text-align: center;
        margin-top: 10px;
        line-height: 1.4;
        color: #999;
        font-size: 12px;
        word-wrap: break-word;
    }
    .box-wrap, .frame-wrap {
        margin: 0 0 50px;
        display: flex;
    }
    .box-wrap .left_box, .box-wrap .right_box {
        text-decoration: none;
        position: relative;
        width: 350px;
        border: 3px solid #fff;
        background: #eff6cb;
        border: 1px solid #cecece;
    }
    .box-wrap .left_box:hover, .box-wrap .right_box:hover {
        opacity: .5;
    }
    .box-wrap .left_box {
        margin-right: 20px;
    }
    .box-wrap .box-head {
        font-size: 18px;
        font-weight: bold;
        position: relative;
        background: url(./img/box-title.png) bottom center/100% no-repeat;
        margin: 0 20px;
    }
    .box-wrap .box-head a {
        text-decoration: none;
        display: block;
        position: relative;
        padding: 20px 20px 20px 0;
        color: #50a2b6;
    }
    .box-wrap .box-head a::after {
        content: "";
        background: url(./img/btn-in.png) no-repeat;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .box-wrap .box-body {
        text-align: justify;
        margin: 0 20px;
        padding: 20px 0;
    }
    .box-wrap .box-body p {
        margin: 0 !important;
    }
    .box-wrap .box a.permalink {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: -8px;
        z-index: 999;
    }
    .frame-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .frame-wrap .frame {
        display: block;
        background: #fff url(./img/box2_img.png) bottom 15px right 20px no-repeat;
        width: 224px;
        position: relative;
        border: 2px solid #50a2b6;
    }
    .frame-wrap .frame-head {
        font-weight: bold;
        margin: 15px 20px;
        font-size: 18px;
        border-bottom: 1px solid #50a2b6;
    }
    .frame-wrap .frame-head p {
        margin: 0 !important;
        position: relative;
        padding-bottom: 15px;
    }
    .frame-wrap .frame-body {
        margin: 15px 20px;
        background-size: 100%;
        text-align: justify;
    }
    .frame-wrap .frame-body p {
        margin-top: 0 !important;
        position: relative;
    }
    .btn-internal {
        background: #fff;
        display: block;
        margin: 30px auto;
        font-size: 18px;
        font-weight: bold;
        color: #50a2b6;
        text-align: center;
        text-decoration: none;
        padding: 15px 40px 15px 15px;
        position: relative;
        width: 340px;
        border: 3px solid #50a2b6;
        border-radius: 10px;
    }
    .btn-internal::before {
        content: "";
        background: url(./img/btn-in.png) no-repeat;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .btn-internal:hover {
        border: 3px solid #9bbe4e;
        color: #9bbe4e;
    }
    .btn-internal:hover::before {
        background: url(./img/btn-in-hover.png) no-repeat;
    }
    .btn-web {
        background: #f7cc2c;
        display: block;
        margin: 30px auto;
        font-size: 18px;
        font-weight: bold;
        color: #4fa2b5;
        text-align: center;
        text-decoration: none;
        padding: 15px 40px 15px 15px;
        position: relative;
        width: 340px;
        border: 3px solid #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    }
    .btn-web::before {
        content: "";
        background: url(./img/btn-in.png) no-repeat;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .btn-web:hover {
        background: #f08d61;
        color: #fff;
    }
    .btn-web:hover::before {
        background: url(./img/btn-out.png) no-repeat;
    }
    .btn-link {
        font-weight: bold;
        color: #9bbe4e;
        float: right;
        background: #fff url(./img/btn-link.png) left 5px center no-repeat;
        padding: 0 10px 0 30px;
        text-decoration: none; 
        font-size: 16px;
    }
    .btn-link:hover {
        text-decoration: underline;        
    }    
    .pagetop {
        font-weight: bold;
        line-height: 1.1;
        position: absolute;
        top: -125px;
        right: 0;
        background: url(./img/pagetop.png);
        display: inline-block;
        text-align: center;
        text-decoration: none;
        width: 98px;
        height: 98px;
        border-radius: 100%;
        color: #fff;
        z-index: 1;
    }
    .pagetop:hover {
        background: url(./img/pagetop-hover.png);
    }
    .side-box {
        margin: 0 0 30px;
        position: relative;
        text-decoration: none;
        border: 1px solid #bfbfbf;
        background: #fff;
    }
    .side-box img {
        max-width: 100%;
    }
    .side-box .img-box-title {
        padding: 20px 20px 10px;
        position: relative;
        font-weight: bold;
        line-height: 1.2em;
        display: block;
        font-size: 18px;
        text-align: center;
        background: #fde280;
    }
    .side-box .img-box-title::after {
        background: url(./img/side.png) bottom center/100% repeat-x;
        content: "";
        position: absolute;
        width: 100%;
        height: 12px;
        bottom: -12px;
        left: 0;
    }
    .side-box .img-box-title:hover {
        background: #d8e69d;
    }
    .side-box .img-box-title:hover::after {
        background: url(./img/side-hover.png) bottom center/100% repeat-x;
    }
    .side-box .img-box-title a {
        display: block;
        text-decoration: none;
        color: #4a3d29;
    }
    .side-box .img-box-text {
        padding: 35px 20px 20px;
        position: relative;
        text-align: center;
        line-height: 1.2em;
    }
    .side-box p {
        margin: 1em 0;
        text-align: left;
        line-height: 1.6;        
    }
    .side-box .btn-more {
        background: #fde280;
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        padding: 12px 30px 10px 10px;
        position: relative;
        border-radius: 5px;
        line-height: 1.4;
    }
    .side-box .btn-more::before {
        content: "";
        background: url(./img/btn-more.png) no-repeat;
        position: absolute;
        width: 16px;
        height: 14px;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .side-box .btn-more:hover {
        background: #4fa2b5;
        color: #fff;
    }
    .side-box .btn-more:hover::before {
        background: url(./img/btn-more-hover.png) no-repeat;
    }
    .sp, .navi {
        display: none !important;
    }
}
/*----------------------------------------------------
SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
    footer .footer-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: url(./img/footer_pattern_sp.png) top repeat-x;
    top: -5px;
    z-index: 999;
    background-size: 23px 100%;
    display: block;
}
    #index p, #category p, #page p {
       margin: 10px 0;
    line-height: 1.7;
    }
    body {
        font-size: 16px;
    }
    p > span {
        font-weight: bold;
        font-size: 1.2em;
        position: relative;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f7cc2c));
        background: linear-gradient(transparent 50%, #f7cc2c 50%);
    }
    header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #4fa2b5;
        position: relative;
    }
    header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: url(./img/header_pattern_sp.png) bottom repeat-x;
    bottom: -4px;
    z-index: 999;
    background-size: 23px;
    }
    header .inner {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 5px;
    text-align: center;
    }
    header > .inner > div {
        position: relative;
min-height: 70px;
    }
    header .logo {
        float: left;
        width: 250px;
        font-size: 18px;
        font-weight: bold;
    }
    header .logo a {
        text-decoration: none;
    }
    header .sitename {
        color: #5b3d32;
        font-size: 26px;
        text-align: justify;
        margin: 0 auto;
        font-weight: bold;
        text-align: center;
        padding: 12px;
        width: 750px;
    }
    header .header-top {
        background: #eef6f9;
    }
    header .lead {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    header .lead, header .sitemap a {
        text-decoration: none;
        text-align: center;
    }
    header h1.header_title, header .header_title a {
    font-size: 20px;
    font-weight: bold;
    display: table;
    text-decoration: none;
    position: relative;
    line-height: 1.2;
    text-align: center;
    padding: 20px 0 15px 10px;
    color: #fff;
    margin-right: 70px;
    }
    header .menu_btn {
    position: absolute;
    right: 10px;
    top: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    }
    header .menu_btn img {
        width: 45px;
    }
    table {
        border-spacing: 0;
        border-collapse: separate;
        width: 100%;
            margin-bottom: 5px;
        border: 1px solid #d3d3d3;
    }
    table th, table td {
        text-align: center;
        vertical-align: middle;
    }
    table th {
        padding: 15px;
        background: #abd5e1;
        font-weight: bold;
        border-bottom: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
    }
    table td {
        padding: 15px;
        border-bottom: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
        background: #fff;
    }
    table tr > *:last-child {
        border-right: none;
    }
    table tr:last-child > * {
        border-bottom: none;
    }
    footer {
        position: relative;
        position: relative;
        background: #fff;
    }
    footer .inner {
        position: relative;
        z-index: 5;
    }
    footer .footer-title {
    font-size: 18px;
    color: #50a2b6;
    font-weight: bold;
    text-align: center;
    background: #fff;
    padding: 15px 0;
    position: relative;
    }
    footer .footer-site-name {
        position: relative;
        font-size: 18px;
    }
    footer .footer-site-name a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    background: #eef6f9;
    color: #50a2b6;
    }
    footer .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .footer-menu {
        width: 100%;
    }
    footer .footer-menu a {
        text-decoration: none;
        padding: 5px 0 5px 7px;
        display: block;
    }
    footer .footer-menu-title {
    font-size: 18px;
    font-weight: bold;
    background: #50a2b6 url(./img/side-title.png) bottom left no-repeat;
        border-bottom: solid 1px #fff;
    }
    footer .footer-menu-title a {
        padding: 20px;
        display: block;
        line-height: 1.4em;
        text-align: center;
        color: #fff;
    }
    footer .footer-menu > ul {
        width: 100%;
    }
    footer .footer-menu ul li {
        border-top: 1px solid #bfbfbf;
    }
    footer .footer-menu ul a {
    display: block;
    padding: 15px 50px 15px 15px;
    position: relative;
    color: #555;
    background: #fff;
    }
    footer .footer-menu ul a::before {
        content: "";
        background: url(./img/btn-in.png) no-repeat;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    footer .copy {
        padding: 0 0 20px;
        background: #50a2b6;
    }
    footer .copy p, footer .copy a {
        margin-bottom: 0;
        color: #fff;
    }
    footer .disclaimer {
    font-size: 12px;
        padding: 15px;
    border: 15px solid #50a2b6;
    }
    footer .disclaimer .ttl{
    text-align: center;
}
    .navi a {
        text-decoration: none;
    }
    .navi .side-block {
        margin: 50px 0;
        position: relative;
        border: 1px solid #bfbfbf;
        background: #fff;
    }
    .navi .sttl {
        font-size: 16px;
        font-weight: bold;
        background: #6cb3c3 url(./img/side-title.png) bottom left no-repeat;
    }
    .navi .sttl a {
        padding: 20px;
        display: block;
        line-height: 1.4em;
        text-align: center;
        color: #fff;
    }
    .navi ul li {
        border-top: 1px solid #bfbfbf;
    }
    .navi ul li a {
        display: block;
        padding: 10px 50px 10px 15px;
        position: relative;
        color: #555;
    }
    .navi ul li a::before {
        content: "";
        background: url(./img/btn-in.png) no-repeat;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navi .sitemap a {
        background: url(./img/arrow.png) 95% center no-repeat;
        border: 1px solid #e2e2e2;
        font-family: "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        ;
        display: block;
        padding: 10px 25px;
        text-align: center;
    }
    nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        background: #ed7d31;
        border-bottom: 10px solid #c55a11;
    }
    nav.bread {
        background-image: none;
        padding-bottom: 0;
    }
    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    nav li {
        float: left;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        padding: 15px 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    nav li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 15px;
        bottom: 15px;
        border-left: 1px dotted #fff;
    }
    nav li:last-child::after {
        content: "";
        position: absolute;
        right: 0;
        top: 15px;
        bottom: 15px;
        border-right: 1px dotted #fff;
    }
    nav li a {
        color: #fff;
        text-decoration: none;
        padding: 15px;
        line-height: 1.4;
        text-align: center;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: bold;
    }
    #index, #category, #page {
        max-width: 720px;
        width: 100%;
    }
    #index ul, #category ul, #page ul {
    margin: 20px 0;
    }
    #index ul ul, #category ul ul, #page ul ul {
        margin:5px 0 0 0;
    }
    #index ul li, #category ul li, #page ul li {
    background: url(./img/li.png) left 1px no-repeat;
    padding-left: 27px;
    margin-bottom: 5px;
    background-size: 20px;
    }
    #index ol, #category ol, #page ol {
    counter-reset: number;
    margin: 20px 0;
    }
    #index ol li, #category ol li, #page ol li {
        padding-left: 27px;
        position: relative;
        margin-bottom: 6px;
    }
    #index ol li::before, #category ol li::before, #page ol li::before {
counter-increment: number;
    content: counter(number);
    margin: 1px 5px 0px -28px;
    width: 21px;
    height: 21px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    background: #4fa2b5;
    border-radius: 100%;
    }
    #side {
            margin: 10px 0;
    }
    .side-box {
        margin: 0 0 30px;
        position: relative;
        text-decoration: none;
        border: 1px solid #bfbfbf;
        background: #fff;
    }
    .side-box img {
        max-width: 100%;
    }
    .side-box .img-box-title {
    padding: 20px 20px 10px;
    position: relative;
    font-weight: bold;
    line-height: 1.4;
    display: block;
    font-size: 20px;
    text-align: center;
    background: #fde280;
    }
    .side-box .img-box-title::after {
        background: url(./img/side-sp.png) bottom center repeat-x;
        background-size: 100%;
        content: "";
        position: absolute;
        width: 100%;
        height: 12px;
        bottom: -12px;
        left: 0;
    }
    .side-box .img-box-title a {
        display: block;
        text-decoration: none;
        color: #4a3d29;
    }
    .side-box .img-box-text {
        padding: 35px 20px 20px;
        position: relative;
        text-align: center;
        line-height: 1.2em;
    }
    .side-box p {
    margin: 1em 0;
    text-align: left;
    line-height: 1.7;
    }
    .side-box .btn-more {
    background: #fde280;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 15px 30px 15px 15px;
    position: relative;
    border-radius: 5px;
    line-height: 1.4;
    }
    .side-box .btn-more::before {
        content: "";
        background: url(./img/btn-more.png) no-repeat;
        position: absolute;
        width: 16px;
        height: 14px;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #contents {
        width: 100%;
        padding: 10px;
    }
    #pankuzu {
        padding: 10px;
        margin: auto;
        width: 100%;
    }
    .inner {
        width: 100%;
        margin: 0 auto;
    }
    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex.center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .flex.middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .flex.start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .flex.end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .text-center {
        text-align: center;
    }
    .text-left {
        text-align: left;
    }
    .text-right {
        text-align: right;
    }
    .rank1, .rank2, .rank3, .rank4, .rank5, .recommend, .check, .point {
        font-size: 22px;
        font-weight: bold;
        padding: 15px 15px 10px 70px;
        position: relative;
        margin: 20px 0;
        line-height: 1.4;
        background: #fff;
        border: 4px solid #4fa2b5;
        border-radius: 10px;
    }
    .rank1::after, .rank2::after, .rank3::after, .rank4::after, .rank5::after, .recommend::after, .check::after, .point::after {
    content: "";
    width: 60px;
    height: 50px;
    display: block;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
    }
    .rank1::after {
        background: url(./img/ranking-01.png) center center no-repeat;
        background-size: 100%;
    }
    .rank2::after {
        background: url(./img/ranking-02.png) center center no-repeat;
        background-size: 100%;
    }
    .rank3::after {
        background: url(./img/ranking-03.png) center center no-repeat;
        background-size: 100%;
    }
    .rank4::after {
        background: url(./img/ranking-04.png) center center no-repeat;
        background-size: 100%;
    }
    .rank5::after {
        background: url(./img/ranking-05.png) center center no-repeat;
        background-size: 100%;
    }
    .recommend::after {
        background: url(./img/recommend.png) center center no-repeat;
        background-size: 100%;
    }
    .check::after {
        background: url(./img/check.png) center center no-repeat;
        background-size: 100%;
    }
    .point::after {
        background: url(./img/point.png) center center no-repeat;
        background-size: 100%;
    }
    .float-wrap {
        margin-bottom: 30px;
    }
    .float-img .flame {
        border: 3px solid #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .float-img img, .right_img img {
        max-width: 100%;
    }
    .caption, .side-box p.quote {
        text-align: center;
        margin-top: 10px;
        line-height: 1.4;
        color: #999;
        font-size: 14px;
        word-wrap: break-word;
    }
    .box-wrap, .frame-wrap {
            margin: 1em 0;
    }
    .box-wrap .left_box, .box-wrap .right_box {
        text-decoration: none;
        position: relative;
        width: 100%;
        border: 3px solid #fff;
        background: #eff6cb;
        border: 1px solid #cecece;
        margin-bottom: 1em;
    }
    .box-wrap .left_box {
        float: left;
    }
    .box-wrap .right_box {
        float: right;
    }
    .box-wrap .box-head {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    background: url(./img/box-title-sp.png) bottom center no-repeat;
    background-size: 100%;
    margin: 0 20px;
    line-height: 1.4;
    }
    .box-wrap .box-head a {
        text-decoration: none;
        display: block;
        position: relative;
        padding: 20px 20px 20px 0;
        color: #50a2b6;
    }
    .box-wrap .box-head a::after {
        content: "";
        background: url(./img/btn-in.png) no-repeat;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .box-wrap .box-body {
        text-align: justify;
        margin: 0 20px;
        padding: 20px 0;
    }
    .box-wrap .box-body p {
        margin: 0 !important;
    }
    .box-wrap .in_link_btn {
    display: block;
    margin: 15px auto 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 10px 40px 9px 15px;
    position: relative;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    }
    .box-wrap .in_link_btn::before {
        content: "";
        background: url(./img/btn-in-hover.png) center center no-repeat;
        background-size: 13px 13px;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .frame-wrap .frame {
    display: block;
    background: #fff url(./img/box2_img_sp.png) bottom 5px right 10px no-repeat;
    background-size: 70px 77px;
    width: 100%;
    position: relative;
    border: 2px solid #50a2b6;
    margin-bottom: 1em;
    }
    .frame-wrap .frame-head {
    font-weight: bold;
    margin: 15px 20px;
    font-size: 20px;
    border-bottom: 1px solid #50a2b6;
    line-height: 1.4;
    }
    .frame-wrap .frame-head p {
        margin: 0 !important;
        position: relative;
        padding-bottom: 15px;
        text-align: center;
    }
    .frame-wrap .frame-body {
        margin: 15px 20px;
        background-size: 100%;
        text-align: justify;
    }
    .frame-wrap .frame-body p {
        margin-top: 0 !important;
        position: relative;
    }
    .btn-internal {
    background: #fff;
    display: block;
    margin: 20px auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 15px 40px 15px 15px;
    position: relative;
    width: 100%;
    border: 3px solid #50a2b6;
    border-radius: 10px;
    color: #4fa2b5;
    }
    .btn-internal::before {
        content: "";
        background: url(./img/btn-in.png) no-repeat;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .btn-web {
        background: #f7cc2c;
        display: block;
       margin: 20px auto;
        font-size: 20px;
        font-weight: bold;
        color: #4fa2b5;
        text-align: center;
        text-decoration: none;
        padding: 15px 40px 15px 15px;
        position: relative;
        width: 100%;
        border: 3px solid #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    }
    .btn-web::before {
        content: "";
        background: url(./img/btn-in.png) no-repeat;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .btn-link {
    background: #fff;
    display: block;
    margin: 20px auto;
    font-size: 20px;
    font-weight: bold;
    color: #9bbe4e;
    text-align: center;
    text-decoration: none;
    padding: 15px 40px 15px 15px;
    position: relative;
    width: 100%;
    border: 3px solid #9bbe4e;
    border-radius: 10px;
    }
    .btn-link::before {
        content: "";
        background: url(./img/btn-in-hover.png) no-repeat;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .btn-tel {
    background: #f6a07a;
    display: block;
    margin: 20px auto;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 15px 40px 15px 50px;
    position: relative;
    width: 100%;
    border: 3px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    }
    .btn-tel::before {
    content: "";
    background: url(./img/btn-out.png) right center no-repeat, url(./img/tel.png) left center no-repeat;
    background-size: 12px 12px,20px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 20px;
    right: 20px;
    }
    .pagetop {
        font-weight: bold;
        line-height: 1.1;
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: url(./img/pagetop-sp.png);
        display: inline-block;
        text-align: center;
        padding-top: 15px;
        text-decoration: none;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        color: #fff;
        z-index: 1;
        background-size: 100%;
    }
    .close_btn {
    color: #555;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 10px;
    }
    .table-layout {
        width: 100%;
        margin: 30px 0;
    }
    .table-layout {
        overflow: auto;
        white-space: nowrap;
    }
    .table-layout::-webkit-scrollbar {
        height: 5px;
    }
    .table-layout::-webkit-scrollbar-track {
        background: #F1F1F1;
    }
    .table-layout::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    .navi {
        display: none;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background: #fff;
    }
}
