@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: 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 */
}
/*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.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) {
    body {
        background: url(img/bg.png) top left repeat;
        color: #333;
    }
    .sp {
        display: none!important;
    }
    #contents {
        margin: 0 auto;
        max-width: 1000px;
        padding: 0 0 80px;
        width: 100%;
    }
    #left_contents {
        float: right;
        max-width: 720px;
        width: 72%;
        box-sizing: border-box;
    }
    #index, #category, #page {
        padding: 0 20px 20px;
        background: #fff;
        margin: 20px 0 40px;
    }
    #side {
        max-width: 240px;
        width: 26%;
    }
    .inner {
        margin: 0 auto;
        max-width: 1000px;
        width: 100%;
    }
    /* header */
    #header {
        float: left;
        max-width: 240px;
        width: 26%;
    }
    #header .sitename h1,
    #header .sitename a{
        text-decoration: none;
        font-size: 28px;
        text-align: center;
        line-height: 1.4;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #fff;
        padding: 155px 20px 40px;
        background: url(img/sidenav_icon.png) no-repeat top 40px center #0d315a;
        display: block;
        position: relative;
    }
    #header .sitename h1:before,
    #header .sitename a:before {
        content: "";
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 3px;
        background-color: #fff;
    }
    #header .sitename h1:after,
    #header .sitename a:after {
        content: "";
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 3px;
        background-color: #fff;
    }
    #header .sitename a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
    }
    #header nav {
        border: solid 1px #e4ecf5;
    }
    #contents #header nav ul {
        margin: 0;
    }
    #header nav ul li {
        margin: 0;
        padding: 0;
        background: none;
    }
    #header nav ul li a {
        display: block;
        padding: 20px 20px 20px 40px;
        text-decoration: none;
        font-size: 16px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        background-color: #fff;
        position: relative;
        font-weight: bold;
    }
    #header nav ul li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 2%;
        width: 96%;
        height: 1px;
        background-color: #e4ecf5;
    }
    #header nav ul li a:after {
        content: "";
        position: absolute;
        top: 15%;
        left: 14px;
        width: 10px;
        height: 70%;
        background-color: #f1e1cf;
    }
    #header nav ul li:first-child a:before {
        display: none;
    }
    #header nav ul li a:hover {
        color: #c2c2c2;
    }
    #header nav ul li a:hover:after {
        background-color: #d3c8b9;
    }
    #left_contents .sitemap_link {
        padding: 10px 0;
        text-align: right;
    }
    #left_contents .sitemap_link a {
        padding-left: 27px;
        display: inline-block;
        background: url(img/sitemap_arrow.png) no-repeat left center;
        font-size: 12px;
        text-decoration: none;
        line-height: 2;
    }
    #left_contents .sitemap_link a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
        text-decoration: underline;
    }
    /* mv */
    #mv {
        overflow: hidden;
        padding: 20px;
        background: #fff;
        margin-bottom: 40px;
    }
    #mv .mv-inner {
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
    }
    #mv .mv-inner h2 {
        font-size: 28px;
        text-align: center;
        line-height: 1.4;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        padding-bottom: 35px;
        background: url(img/mv_line.png) no-repeat bottom center;
        margin-bottom: 20px;
    }
    /* pankuzu */
    #pankuzu {
        margin: 20px 0;
        font-size: 12px;
    }
    /* side */
    #side .side_freespace {
        margin: 15px 0;
        border: solid 5px #fff;
        box-shadow: 0 0 0 2px #7a9cc2 inset;
        background: url(img/sidenav_bg_img.png) left bottom no-repeat, #fbd596;
        padding: 25px 15px 30px;
        float: left;
    }
    #side .side_freespace dl dt a {
        display: block;
        text-decoration: none;
        color: #0d315a;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    #side .side_freespace dl dt a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
    }
    #side .side_freespace dl dd p.catch {
        border-left: 1px solid #7a9cc2;
        border-right: 1px solid #7a9cc2;
        color: #333;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 15px;
        padding: 10px 13px;
        position: relative;
        background: #fff;
    }
    #side .side_freespace dl dd p.catch::before {
        border-top: 1px solid #7a9cc2;
        border-bottom: 1px solid #7a9cc2;
        content: "";
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #side .side_freespace dl dd p.catch::after {
        border-top: 1px solid #7a9cc2;
        border-bottom: 1px solid #7a9cc2;
        content: "";
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
    #side .side_freespace .btn {
        text-align: center;
        padding: 10px 40px 8px 20px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        display: block;
        position: relative;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background: url(img/sidenav_arrow.png) right 15px center no-repeat, #0d315a;
        border: 1px solid #0d315a;
        line-height: 1.2;
    }
    #side .side_freespace .btn:hover {
        background: url(img/sidenav_arrow_hover.png) right 15px center no-repeat, #fff;
        border: 1px solid #0d315a;
        color: #0d315a;
    }
    /* footer */
    #footer {
        overflow: hidden;
    }
    #footer .inner {
        position: relative;
    }
    #footer .inner .pagetop {
        position: fixed;
        right: 20px;
        bottom: 20px;
    }
    #footer .inner .pagetop a {
        display: inline-block;
    }
    #footer .inner .pagetop a:hover img {
        visibility: hidden;
    }
    #footer .inner .pagetop a:hover {
        background: url(img/pagetop_hover.png) no-repeat top center;
    }
    #footer .category_list {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        padding: 0 50px;
        margin-bottom: 40px;
    }
    #footer .category_list a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
    }
    #footer .category_list .ttl a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 25px;
    }
    #footer .category_list > ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #footer .category_list > ul > li {
        width: 30%;
    }
    #footer .category_list > ul > li a {
        display: block;
        font-size: 15px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        padding-left: 20px;
        margin-bottom: 20px;
        position: relative;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
    }
    #footer .category_list > ul > li a:after {
        margin: auto;
        content: "";
        vertical-align: middle;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #footer .category_list ul li.sub_cat a {
        color: #becee1;
        font-size: 14px;
    }
    #footer .category_list ul li.sub_cat a:before {
        content: "";
        width: 8px;
        height: 2px;
        position: absolute;
        top: 13px;
        left: 5px;
        background-color: #becee1;
    }
    #footer .category_list ul li.sub_cat a:after {
        content: "";
        width: 2px;
        height: 8px;
        position: absolute;
        top: 5px;
        left: 5px;
        background-color: #becee1;
        transform: none;
        margin: 0;
        border: none;
    }
    #footer .disclaimer {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
        color: #fff;
        font-size: 10px;
        line-height: 1.6;
        padding: 30px;
        box-sizing: border-box;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
    #footer .r_reserved {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
        color: #fff;
        font-size: 10px;
        line-height: 1.6;
        padding: 0 30px 30px;
        box-sizing: border-box;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
    #footer	.foot_bottom {
        background: url(img/bg_img.png) left top no-repeat, url(img/footer_bg_pattern.png) center top 17px repeat;
        padding: 148px 0 0;
        position: relative;
    }
    #footer .copy {
        text-align: center;
        color: #becee1;
        padding: 3px;
        font-size: 12px;
        background-color: #1a4668;
    }
    #footer	.sitemap_footer_left {
        display: block;
        float: left;
        color: #becee1;
        font-size: 12px;
        padding-left: 350px;
    }
    #footer	.sitemap_footer_right {
        display: block;
        float: right;
        color: #becee1;
        font-size: 12px;
        padding-right: 450px;
    }
    #footer .copy a {
        color: #becee1;
        text-decoration: none;
    }
    #footer .copy a:hover {
        text-decoration: underline;
    }
    /* parts home */
    #index h2 {
        margin: 0 -20px 20px;
        line-height: 1.4;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 28px;
        padding: 27px 10px 20px;
        background: url(img/h1_bg.png) no-repeat top center;
        text-align: center;
    }
    #index h3 {
        margin: 40px 0 20px;
        line-height: 1.4;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        padding: 20px 20px 18px;
        position: relative;
        font-size: 26px;
        text-align: center;
        background: url(img/h2_pattern.png) left top repeat;
    }
    #index h3::before {
        border-left: 5px solid #f39c3f;
        content: "";
        width: 5px;
        height: calc(100% - 35px);
        position: absolute;
        top: 17px;
        left: 0;
    }
    #index h4 {
        margin: 40px 0 20px;
        line-height: 1.4;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 24px;
        padding: 15px 0 15px 45px;
        background: url(img/h3_icon.png) left center no-repeat;
        border-top: 2px solid #7a9cc2;
        border-bottom: 2px solid #7a9cc2;
    }
    #index h5 {
        margin: 40px 0 20px;
        line-height: 1.4;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 22px;
        padding-bottom: 5px;
        border-bottom: 4px double #0d315a;
    }
    /* parts lower */
    #category h1, #page h1 {
        margin: 0 -20px 20px;
        line-height: 1.4;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 28px;
        padding: 27px 10px 20px;
        background: url(img/h1_bg.png) no-repeat top center;
        text-align: center;
    }
    #category h2, #page h2 {
        margin: 40px 0 20px;
        line-height: 1.4;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        padding: 20px 20px 18px;
        position: relative;
        font-size: 26px;
        text-align: center;
        background: url(img/h2_pattern.png) left top repeat;
    }
    #category h2::before, #page h2::before {
        border-left: 5px solid #f39c3f;
        content: "";
        width: 5px;
        height: calc(100% - 35px);
        position: absolute;
        top: 17px;
        left: 0;
    }
    #category h3, #page h3 {
        margin: 40px 0 20px;
        line-height: 1.4;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 24px;
        padding: 15px 0 15px 45px;
        background: url(img/h3_icon.png) left center no-repeat;
        border-top: 2px solid #7a9cc2;
        border-bottom: 2px solid #7a9cc2;
    }
    #category h4, #page h4 {
        margin: 40px 0 20px;
        line-height: 1.4;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 22px;
        padding-bottom: 5px;
        border-bottom: 4px double #0d315a;
    }
    /* parts all */
    #contents ul:not(.subList) {
        margin: 40px 0;
    }
    #contents ul > li {
        padding-left: 25px;
        margin-bottom: 5px;
        position: relative;
        background: url(img/ul_icon.png) no-repeat top 4px left 3px;
    }
    #contents ol {
        counter-reset: li;
        list-style: none;
        margin: 40px 0;
    }
    #contents ol > li {
        padding-left: 25px;
        position: relative;
        margin-bottom: 5px;
        counter-reset: section;
        list-style-type: none;
    }
    #contents ol > li:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: 0;
        top: 2px;
        font-weight: bold;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        width: 1.2rem;
        height: 1.2rem;
        background-color: #f1e1cf;
        line-height: 1.2rem;
        text-align: center;
    }
    #contents .rank_wrap {
        counter-reset: div;
        list-style: none;
    }
    #contents .rank, #contents .recommend {
        margin: 40px 0 20px;
        line-height: 1.4;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 28px;
        background-color: #fff;
        box-shadow: 0 0 0 2px #cdb9a2 inset, 0 0 0 4px #fdf8f2 inset, 0 0 0 5px #cdb9a2 inset;
        padding: 20px 20px 18px 105px;
        position: relative;
    }
    #contents .rank::before {
        font-weight: bold;
        align-items: center;
        content: counter(div);
        counter-increment: div;
        display: flex;
        font-size: 34px;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -47px;
        width: 94px;
        height: 94px;
        padding-top: 5px;
        z-index: 1;
    }
    #contents .rank:after {
        background: url(img/number_icon.png) left top no-repeat;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 94px;
        height: 94px;
        margin-top: -47px;
    }
    #contents .recommend:after {
        background: url(img/recom_icon.png) left top no-repeat;
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        width: 90px;
        height: 90px;
        margin-top: -45px;
    }
    #contents p span {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #e0cd29 0%) repeat scroll 0 0;
        font-weight: bold;
        font-size: 18px;
    }
    #contents  table {
        margin: 40px 0;
        width: 100%;
        table-layout: fixed;
    }
    #contents table tr th, #contents table tr td {
        text-align: center;
        word-break: break-all;
        vertical-align: middle;
        padding: 20px;
        border: solid 1px #f1e1cf;
        background-color: #fff;
        word-wrap: break-word;
    }
    #contents table tr th {
        background-color: #99846f;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }
    #contents .float-wrap {
        margin: 40px 0;
    }
    #contents .float-wrap .fl {
        float: left;
        margin-right: 20px;
    }
    #contents .float-wrap .fr {
        float: right;
        margin-left: 20px;
    }
    #contents .float-wrap .ct {
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }
    #contents .float-wrap .float-img {
        margin-top: 5px;
        margin-bottom: 10px;
        max-width: 240px;
        width: 40%;
    }
    #contents .float-wrap .float-img .flame {
        box-sizing: border-box;
    }
    #contents .float-wrap .float-img .flame img {
        border: solid 3px #f1e1cf;
        max-width: 100%;
    }
    #contents .float-wrap .float-img .caption {
        font-size: 12px;
        text-align: center;
        color: #999;
        margin: 10px 0;
        line-height: 1.4;
        word-wrap: break-word;
    }
    #contents .btn-internal,
    #contents .btn-web {
        text-align: center;
    }
    #contents .btn-internal a {
        text-align: center;
        padding: 20px 40px 18px 15px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        display: inline-block;
        margin: 15px auto;
        min-width: 150px;
        max-width: 70%;
        position: relative;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        background: url(img/linkbtn_arrow.png) no-repeat right 15px center #0d315a;
        color: #fff;
    }
    #contents .btn-internal a:hover {
        background: url(img/linkbtn_arrow.png) no-repeat right 15px center #e4ecf5;
        color: #333;
    }
    #contents .btn-web a {
        text-align: center;
        padding: 20px 40px 18px 15px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        display: inline-block;
        margin: 15px auto;
        min-width: 230px;
        max-width: 70%;
        position: relative;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background: url(img/linkbtn_arrow.png) no-repeat right 15px center #a40000;
    }
    #contents .btn-web a:hover {
        background: url(img/linkbtn_arrow.png) no-repeat right 15px center #1ead5e;
    }
    #contents .btn-link {
        overflow: hidden;
        margin: 40px 0;
    }
    #contents .btn-link a {
        background: url(img/textlink_arrow.png) left center no-repeat;
        font-size: 14px;
        float: right;
        display: block;
        color: #194566;
        font-weight: bold;
        position: relative;
        padding-left: 26px;
    }
    #contents .btn-link:hover {
        text-decoration: none;
    }
    #contents .box-wrap {
        margin: 40px 0;
        display: flex;
        justify-content: space-between;
    }
    #contents .box-wrap:after {
        display: none;
    }
    #contents .box-wrap .box {
        width: 49%;
        box-sizing: border-box;
        position: relative;
        margin: 10px 0;
        padding: 15px;
        background-color: #cdb9a2;
        display: flex;
        flex-direction: column;
    }
    #contents .box-wrap .box .box-head a {
        background: url(img/linkbtn_arrow.png) right 1px center no-repeat;
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        padding: 10px 35px 10px 0;
        line-height: 1.4;
        margin-bottom: 10px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    #contents .box-wrap .box .box-head a:hover {
        background: url(img/textlink_arrow.png) right 1px center no-repeat;
        color: #174465;
    }
    #contents .box-wrap .box .box-body {
        background: #fff;
        box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px #cdb9a2 inset;
        padding: 10px 20px;
        height: 100%;
    }
    #contents .frame-wrap {
        margin: 40px 0;
        display: flex;
        justify-content: space-between;
    }
    #contents .frame-wrap .frame {
        width: 32%;
        display: flex;
        flex-flow: column;
        box-sizing: border-box;
        background: url(img/3box_pattern.png) left top repeat;
        border-top: 4px solid #174465;
        border-right: 1px solid #174465;
        border-bottom: 1px solid #174465;
        border-left: 1px solid #174465;
        padding: 15px;
    }
    #contents .frame-wrap .frame .frame-head {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin-bottom: 10px;
        flex: 1 0 auto;
    }
    #contents .frame-wrap .frame .frame-head p {
        margin: 0;
    }

    #contents .frame-wrap .frame .frame-body {
        background: #fff;
        padding: 5px 15px;
        height: 100%;
    }
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
    html {
        font-size: 2.8vw;
    }
    body {
        font-size: 1.6rem;
        -webkit-text-size-adjust: none;
        color: #333;
        line-height: 1.6;
        background-color: #fff;
    }
    img {
        max-width: 100%;
    }
    #contents {
        width: 100%;
    }
    #index, #category, #page {
        padding: 0 3%;
    }
    .inner {
        padding: 0 3%;
    }
    .pc {
        display: none!important;
    }
    /* header */
    #header {
        background-color: #0d315a;
        padding: 1rem 3%;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }
    #header .read {
        font-size: 1rem;
        color: #fff;
    }
    #header .sitename h1, #header .sitename a {
        display: block;
        text-decoration: none;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 1.8rem;
        padding: 1rem 5.5rem;
        background: url(img/sp/sidenav_icon_sp.png) no-repeat left center;
        background-size: 4.5rem;
        color: #fff;
        line-height: 1.2;
        min-height:6rem;
    }
    /* nav */
    #header .nav_btn {
        position: absolute;
        right: 3%;
        bottom: 2rem;
        width: 4.5rem;
        height: 4.5rem;
        background: url(img/sp/menu_close.png) no-repeat right bottom;
        background-size: 4.5rem;
    }
    #header .nav_btn.on img {
        display: none;
    }
    #header .nav_wrap {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        background-color: #0d315a;
        box-sizing: border-box;
        padding: 1rem 3% 0;
        z-index: 10;
    }
    #header .nav_wrap.open {
        display: block;
    }
    #header .nav_wrap ul {
        margin: 0;
    }
    #header .nav_wrap ul li {
        padding: 0;
        margin: 0;
    }
    #header .nav_wrap .category_list .ttl a {
        display: block;
        font-size: 1.6rem;
        padding: 1.5rem 1.5rem 1.5rem 3.5rem;
        position: relative;
        text-decoration: none;
        font-weight: bold;
        color: #343434;
        background-color: #fff;
    }
    #header .nav_wrap .category_list .ttl a:after {
        margin: auto;
        content: "";
        vertical-align: middle;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1rem;
        width: 1rem;
        height: 1rem;
        border-top: 2px solid #0d315a;
        border-right: 2px solid #0d315a;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #header .nav_wrap .category_list > ul > li a {
        display: block;
        font-size: 1.4rem;
        padding: 1.5rem 1.5rem 1.5rem 3.5rem;
        position: relative;
        text-decoration: none;
        color: #ffffff;
        border-bottom: solid 0.2rem #fff;
    }
    #header .nav_wrap .category_list > ul > li a:after {
        margin: auto;
        content: "";
        vertical-align: middle;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1rem;
        width: 1rem;
        height: 1rem;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #header .nav_wrap .category_list ul li.sub_cat a {
        color: #becee1;
    }
    #header .nav_wrap .category_list ul li.sub_cat a:before {
        content: "";
        width: 1rem;
        height: 2px;
        position: absolute;
        top: 2.5rem;
        left: 1.2rem;
        background-color: #becee1;
    }
    #header .nav_wrap .category_list ul li.sub_cat a:after {
        content: "";
        width: 2px;
        height: 1rem;
        position: absolute;
        top: 1.5rem;
        left: 1.2rem;
        background-color: #becee1;
        transform: none;
        margin: 0;
        border: none;
    }
    #header .close {
        padding: 2rem 1.5rem;
        text-align: center;
        font-size: 1.3rem;
        font-weight: bold;
        color: #fff;
        position: relative;
    }
    #header .close:before, #header .close:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10rem;
        width: 2rem;
        height: 2px;
        margin-left: 0;
        background: #fff;
    }
    #header .close:before {
        transform: rotate(45deg);
    }
    #header .close:after {
        transform: rotate(-45deg);
    }
    /* pankuzu */
    #pankuzu {
        background: #eeece6;
        font-size: 1.4rem;
        padding: 0.3em 3%;
    }
    #pankuzu .inner {
        overflow: auto;
        white-space: nowrap;
    }
    #pankuzu .inner::-webkit-scrollbar {
        height:0.7rem;
    }
    #pankuzu .inner::-webkit-scrollbar-track {
        background:#F1F1F1;
        border-radius: 10px;
    }
    #pankuzu .inner::-webkit-scrollbar-thumb {
        background:#C1C1C1;
        border-radius: 10px;
    }
    /* mv */
    #mv .mv-inner {
        padding: 0 3% 1.5rem;
    }
    #mv .mv-inner h2 {
        line-height: 1.2;
        font-size: 1.9rem;
        text-align: center;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        padding-bottom: 2rem;
        background: url(img/sp/mv_line_sp.png) no-repeat bottom center;
        background-size: auto 1.2rem;
        margin-bottom: 1rem;
    }
    /* side */
    #side .side_freespace {
        margin: 2.5rem 0;
        padding: 0 3%;
    }
    #side .side_freespace dl {
        border: solid 4px #fff;
        box-shadow: 0 0 0 2px #fff inset, 0 0 0 4px #7a9cc2 inset;
        background: url(img/sp/sidenav_bg_img_sp.png) left bottom no-repeat, #fbd596;
        background-size: 20rem auto;
        padding: 2.5rem 2rem;
    }
    #side .side_freespace dl dt a {
        display: block;
        text-decoration: none;
        color: #0d315a;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    #side .side_freespace dl dd p {
        line-height: 1.5;
    }
    #side .side_freespace dl dd p.catch {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        padding: 1rem 2.5rem;
        position: relative;
        background-color: #fff;
        border-right: 1px solid #7a9cc2;
        border-left: 1px solid #7a9cc2;
        text-align: center;
    }
    #side .side_freespace dl dd p.catch::before {
        border-top: 1px solid #7a9cc2;
        border-bottom: 1px solid #7a9cc2;
        content: "";
        width: 7px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #side .side_freespace dl dd p.catch::after {
        border-top: 1px solid #7a9cc2;
        border-bottom: 1px solid #7a9cc2;
        content: "";
        width: 7px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
    #side .side_freespace .btn {
        margin-top: 1.5rem;
        text-align: center;
        padding: 1.8rem 5rem 1.6rem 3rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        display: block;
        position: relative;
        text-decoration: none;
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        background: url() no-repeat right 1.2rem center #0d315a;
        background-size: 2rem auto;
        line-height: 1.2;
    }
    /* footer */
    #footer {
        background: url(img/sp/footer_bg_pattern_sp.png) repeat top center;
        background-size: 5rem auto;
        padding-top: 1rem;
    }
    #footer .pagetop {
        display: block;
        text-align: center;
        position: fixed;
        right: 10px;
        bottom: -100px;
        height: auto;
        box-sizing: border-box;
        z-index: 3;
        width: 45%;
        transition: .3s;
    }
    #footer .nav_ttl {
        background-color: #3d5a7b;
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 1.5rem;
    }
    #footer .category_list .ttl a {
        display: block;
        font-size: 1.6rem;
        padding: 1.5rem 1.5rem 1.5rem 3.5rem;
        position: relative;
        text-decoration: none;
        font-weight: bold;
        color: #333;
        background-color: #fff;
        border-bottom: solid 1px #000;
    }
    #footer .category_list .ttl a:after {
        margin: auto;
        content: "";
        vertical-align: middle;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1rem;
        width: 1rem;
        height: 1rem;
        border-top: 2px solid #0d315a;
        border-right: 2px solid #0d315a;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #footer .category_list > ul > li a {
        display: block;
        font-size: 1.4rem;
        padding: 1.5rem 1.5rem 1.5rem 3.5rem;
        position: relative;
        text-decoration: none;
        color: #fff;
        border-bottom: solid 0.2rem #fff;
    }
    #footer .category_list > ul > li a:after {
        margin: auto;
        content: "";
        vertical-align: middle;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1rem;
        width: 1rem;
        height: 1rem;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #footer .category_list ul li.sub_cat a {
        color: #becee1;
    }
    #footer .category_list ul li.sub_cat a:before {
        content: "";
        width: 1rem;
        height: 2px;
        position: absolute;
        top: 2.5rem;
        left: 1.2rem;
        background-color: #becee1;
    }
    #footer .category_list ul li.sub_cat a:after {
        content: "";
        width: 2px;
        height: 1rem;
        position: absolute;
        top: 1.5rem;
        left: 1.2rem;
        background-color: #becee1;
        transform: none;
        margin: 0;
        border: none;
    }
    #footer .foot_bottom {
        margin: 2rem 0;
        justify-content: space-between;
    }
    #footer .disclaimer {
        color: #fff;
        padding: 6px 10px;
        box-sizing: border-box;
        font-size: 1.2rem;
        line-height: 1.2;
        margin: 20px auto;
    }
    #footer .r_reserved {
        color: #fff;
        padding: 6px 10px;
        box-sizing: border-box;
        font-size: 1.2rem;
        line-height: 1.2;
        margin: 20px auto;
    }
    #footer .link {
        text-align: center;
        margin: 20px auto;
    }
    #footer .link a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 1.4rem;
        padding: 4px 0;
        position: relative;
    }
    #footer .link a:after {
        margin: auto;
        content: "";
        vertical-align: middle;
        position: absolute;
        top: -3px;
        bottom: 0;
        left: -1.5rem;
        width: 0.8rem;
        height: 0.8rem;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #footer .copy {
        background: #1a4668;
        text-align: center;
        color: #becee1;
        padding: 0.5rem 3%;
        font-size: 1.2rem;
    }
    #footer .copy a {
        color: #becee1;
    }
    /* parts home */
    #index h2 {
        margin: 0 -3.2% 1rem;
        line-height: 1.2;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 2.1rem;
        padding: 3rem 1rem 1rem;
        background: url(img/sp/h2_bg_sp.png) no-repeat top center;
        background-size: 100% auto;
        text-align: center;
        min-height: 8rem;
    }
    #index h3 {
        margin: 2.5rem 0 1rem;
        line-height: 1.2;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        padding: 1rem 1rem 0.8rem;
        position: relative;
        font-size: 2rem;
        text-align: center;
        background: url(img/h2_pattern.png) left top repeat;
        background-size: 20rem auto;
    }
    #index h3::before {
        border-left: 4px solid #f39c3f;
        content: "";
        width: 4px;
        height: calc(100% - 2rem);
        position: absolute;
        top: 1.2rem;
        left: 0;
    }
    #index h4 {
        margin: 2.5rem 0 1rem;
        line-height: 1.2;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 1.8rem;
        padding: 1rem 1rem 1rem 4rem;
        background: url(img/sp/h3_icon_sp.png) left center no-repeat;
        background-size: 3rem auto;
        border-top: 2px solid #7a9cc2;
        border-bottom: 2px solid #7a9cc2;
    }
    #index h5 {
        margin: 2.5rem 0 1rem;
        line-height: 1.2;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 1.7rem;
        padding: 0 1rem 0.8rem;
        border-bottom: 3px double #0d315a;
    }
    /* parts lower */
    #category h1, #page h1 {
        margin: 0 -3.2% 1rem;
        line-height: 1.2;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 2.1rem;
        padding: 2.5rem 1rem 1rem;
        background: url(img/sp/h2_bg_sp.png) no-repeat top center;
        background-size: 100% auto;
        text-align: center;
        min-height: 8rem;
    }
    #category h2, #page h2 {
        margin: 2.5rem 0 1rem;
        line-height: 1.2;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        padding: 1rem 1rem 0.8rem;
        position: relative;
        font-size: 2rem;
        text-align: center;
        background: url(img/h2_pattern.png) left top repeat;
        background-size: 20rem auto;
    }
    #category h2::before, #page h2::before {
        border-left: 4px solid #f39c3f;
        content: "";
        width: 4px;
        height: calc(100% - 2rem);
        position: absolute;
        top: 1.2rem;
        left: 0;
    }
    #category h3, #page h3 {
        margin: 2.5rem 0 1rem;
        line-height: 1.2;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 1.8rem;
        padding: 1rem 1rem 1rem 4rem;
        background: url(img/sp/h3_icon_sp.png) left center no-repeat;
        background-size: 3rem auto;
        border-top: 2px solid #7a9cc2;
        border-bottom: 2px solid #7a9cc2;
    }
    #category h4, #page h4 {
        margin: 2.5rem 0 1rem;
        line-height: 1.2;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 1.7rem;
        padding: 0 1rem 0.8rem;
        border-bottom: 3px double #0d315a;
    }
    /* parts all */
    #contents ul:not(.subList) {
        margin: 2.5rem 0;
    }
    #contents ul > li {
        padding-left: 2rem;
        margin-bottom: 5px;
        position: relative;
        background: url(img/sp/ul_icon_sp.png) no-repeat top 0.4rem left;
        background-size: 1.5rem auto;
    }
    #contents ol {
        counter-reset: li;
        list-style: none;
        margin: 2.5rem 0;
    }
    #contents ol > li {
        padding-left: 2rem;
        position: relative;
        margin-bottom: 5px;
        counter-reset: section;
        list-style-type: none;
    }
    #contents ol > li:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: 0;
        top: 0.3rem;
        font-weight: bold;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        width: 1.6rem;
        height: 1.6rem;
        background-color: #f1e1cf;
        line-height: 1.7rem;
        text-align: center;
        font-size: 1.3rem;
    }
    #contents .rank_wrap {
        counter-reset: div;
        list-style: none;
    }
    #contents .rank, #contents .recommend {
        margin: 2.5rem 0 1rem;
        line-height: 1.2;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 2rem;
        background-color: #fff;
        box-shadow: 0 0 0 2px #cdb9a2 inset, 0 0 0 4px #fdf8f2 inset, 0 0 0 5px #cdb9a2 inset;
        padding: 1.5rem 1.5rem 1.5rem 8rem;
        position: relative;
    }
    #contents .rank::before {
        font-size: 2.2rem;
        align-items: center;
        content: counter(div);
        counter-increment: div;
        display: flex;
        justify-content: center;
        padding: 0.3rem 0 0 0;
        position: absolute;
        left: 0.5rem;
        top: 50%;
        margin: -2.9rem 0 0;
        width: 6rem;
        height: 5.9rem;
        font-weight: bold;
        z-index: 1;
    }
    #contents .rank:after {
        background: url(img/sp/number_icon_sp.png) no-repeat center;
        background-size: 100% auto;
        content: "";
        position: absolute;
        top: 50%;
        left: 0.5rem;
        width: 6rem;
        height: 5.9rem;
        margin-top: -2.9rem;
    }
    #contents .recommend:after {
        background: url(img/sp/recom_icon_sp.png) no-repeat center;
        background-size: 100% auto;
        content: "";
        position: absolute;
        top: 50%;
        left: 0.5rem;
        width: 6rem;
        height: 6rem;
        margin-top: -3rem;
    }
    #contents p span {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #e0cd29 0%) repeat scroll 0 0;
        font-weight: bold;
        font-size: 1.9rem;
    }
    #contents table {
        border: 1px solid #f1e1cf;
        margin: 2.5rem 0;
        width: 100%;
    }
    #contents table tr th, #contents table tr td {
        text-align: center;
        vertical-align: middle;
        padding: 20px;
        border-top: 1px solid #f1e1cf;
        background-color: #fff;
        color: #333;
        display: block;
        word-wrap: break-word;
    }
    #contents table tr th {
        background-color: #99846f;
        border-top: 1px solid #f1e1cf;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }
    #contents table tr:first-child th:first-child {
        border-top: none;
    }
    #contents table tr td {
        font-size: 14px;
    }
    #contents .float-wrap {
        margin: 2.5rem 0;
    }
    #contents .float-wrap .float-img {
        margin-bottom: 1.5rem;
        padding: 0 1rem;
        text-align: center;
    }
    #contents .float-wrap .float-img .flame img {
        border: solid 3px #f1e1cf;
        max-width: 100%;
        text-align: center;
    }
    #index .fl.t_small,
    #page .fl.t_small {
        width: 40%;
        float: left;
        margin-right: 1rem;
    }
    #index .fr.t_small,
    #page .fr.t_small {
        width: 40%;
        float: right;
        margin-left: 1rem;
    }
    #contents .float-wrap .float-img .caption {
        font-size: 1.2rem;
        text-align: center;
        color: #999;
        margin: 1.5rem 0;
        line-height: 1.4;
        word-wrap: break-word;
    }
    #contents .btn-internal a,
    #contents .btn-web a,
    #contents .btn-link a,
    #contents .btn-tel a {
        width: 90%;
    }
    #contents .btn-internal a {
        text-align: center;
        padding: 1.4rem 5rem 1.2rem 4rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        display: block;
        margin: 1.5rem auto;
        text-decoration: none;
        font-size: 1.5rem;
        font-weight: bold;
        color: #fff;
        background: url() no-repeat right 2rem center #194566;
        background-size: 2rem auto;
    }
    #contents .btn-web a {
        text-align: center;
        padding: 1.4rem 5rem 1.2rem 4rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        display: block;
        margin: 1.5rem auto;
        text-decoration: none;
        font-size: 1.5rem;
        font-weight: bold;
        background: url() no-repeat right 2rem center #a40000;
        background-size: 2rem auto;
        color: #fff;
    }
    #contents .btn-link a {
        text-align: center;
        padding: 1.4rem 5rem 1.2rem 4rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        display: block;
        margin: 1.5rem auto;
        text-decoration: none;
        font-size: 1.5rem;
        font-weight: bold;
        color: #194566;
        border: solid 0.3rem #194566;
        background: url() no-repeat right 2rem center #fff;
        background-size: 2rem auto;
    }
    #contents .btn-tel a {
        text-align: center;
        padding: 1.4rem 5rem 1.2rem 4.5rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        display: block;
        margin: 1.5rem auto;
        text-decoration: none;
        font-size: 1.5rem;
        font-weight: bold;
        color: #fff;
        background: url(img/sp/telbtn_icon_sp.png) no-repeat left 2rem center,
            url(img/sp/telbtn_arrow_sp.png) no-repeat right 2rem center, #1ead5e;
        background-size: 2.5rem auto, 2rem auto;
    }
    #contents .box-wrap {
        margin: 2rem 0;
    }
    #contents .box-wrap:after {
        display: none;
    }
    #contents .box-wrap .box {
        margin: 2rem 0;
        padding: 0.5rem 1.5rem 2rem;
        background-color: #cdb9a2;
    }
    #contents .box-wrap .box .box-head a {
        background: url(img/sp/2box_arrow01_sp.png) right center no-repeat;
        background-size: 2rem auto;
        display: block;
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        padding: 1.5rem 2.5rem 1.3rem 0;
        line-height: 1.2;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    #contents .box-wrap .box .box-body p {
        background: #fff;
        box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #cdb9a2 inset;
        padding: 1rem;
        height: 100%;
        margin: 0;
        line-height: 1.6;
    }
    #contents .box-wrap .box .box-body .in_link_btn {
        text-align: center;
        padding: 1.2rem 3.5rem 1.0rem 3.5rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        display: block;
        margin: 1.5rem auto 0;
        position: relative;
        text-decoration: none;
        font-size: 1.8rem;
        font-weight: bold;
        background: url(img/sp/2box_arrow02_sp.png) right 1.2rem center no-repeat, #f1e1cf;
        background-size: 2rem auto;
        width: 95%;
    }
    #contents .frame-wrap {
        margin: 2rem 0;
    }
    #contents .frame-wrap .frame {
        margin: 2rem 0;
        background: url(img/3box_pattern.png) left top repeat;
        background-size: 3rem auto;
        border-top: 3px solid #174465;
        border-right: 1px solid #174465;
        border-bottom: 1px solid #174465;
        border-left: 1px solid #174465;
        padding: 0.5rem 1.5rem 2rem;
    }
    #contents .frame-wrap .frame .frame-head {
        display: block;
        font-size: 1.8rem;
        font-weight: bold;
        text-decoration: none;
        padding: 1.5rem 0 1.3rem 0;
        line-height: 1.2;
        position: relative;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    #contents .frame-wrap .frame .frame-body {
        background: #fff;
        padding: 1rem;
        height: 100%;
        margin: 0;
        line-height: 1.6;
    }
    #contents .frame-wrap .frame p {
        margin: 0;
    }
}

/*----------------------------------------------------
    改行用 CSS
----------------------------------------------------*/

@media screen and (min-width: 600px) {
    .sp_br{display: none;}
}

@media screen and (max-width: 599px) {
    .pc_br{display: none;}
}