@charset "utf-8"; /* CSS Document */
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/NS-500.woff2") format("woff2"), url("fonts/NS-500.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
}

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {
    margin: 0;
    font-size: 100%;
}

p {
    font-size: 14px;
}

ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    vertical-align: top;
}

li {
    list-style-type: none;
    vertical-align: baseline;
}

input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

* {
    box-sizing: border-box;
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}

/*--------------------------------------
　Base
---------------------------------------*/
html {
    font-size: 62.5%;
}

body {
    color: #111111;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .03em;
    min-width: 1100px;
    -webkit-font-smoothing: subpixel-antialiased;
}

@media all and (-ms-high-contrast:none) {
    body, p, li, dt, dd, th, td, span, a, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-family: 'Noto Sans JP', "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    }
}

img {
    max-width: 100%;
    height: auto;
    /* image-rendering: -webkit-optimize-contrast; */
}

a {
    color: #111;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: 700;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}

span:not([class]) {
    color: #111;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffe699 60%);
}

#contents p {
    max-width: 1100px;
    margin: 15px 7px;
}

/*--------------------------------------
　reset
---------------------------------------*/
/*hWrap*/
.addParts01 .hWrap, .addParts02 .hWrap, .addParts03 .hWrap, .float-wrap .hWrap, .box-wrap .hWrap, .frame .hWrap {
    background: none;
    position: static;
    margin: 0;
}

.addParts01 .hWrap::before, .addParts02 .hWrap::before, .addParts03 .hWrap::before, .float-wrap .hWrap::before, .box-wrap .hWrap::before, .frame .hWrap::before {
    content: none;
}

#index .addParts01 .hInner, #category .addParts01 .hInner, #page .addParts01 .hInner, #index .addParts02 .hInner, #category .addParts02 .hInner, #page .addParts02 .hInner, #index .addParts03 .hInner, #category .addParts03 .hInner, #page .addParts03 .hInner, #index .float-wrap .hInner, #category .float-wrap .hInner, #page .float-wrap .hInner, #index .box-wrap .hInner, #category .box-wrap .hInner, #page .box-wrap .hInner, #index .frame .hInner, #category .frame .hInner, #page .frame .hInner {
    display: block;
    width: auto;
    margin: 0;
}

/*hタグ reset*/
#index .addParts01 h2, #category .addParts01 h1, #page .addParts01 h1, #index .addParts02 h2, #category .addParts02 h1, #page .addParts02 h1, #index .addParts03 h2, #category .addParts03 h1, #page .addParts03 h1, #index .float-wrap h2, #category .float-wrap h1, #page .float-wrap h1, #index .box-wrap h2, #category .box-wrap h1, #page .box-wrap h1, #index .frame-wrap h2, #category .frame-wrap h1, #page .frame-wrap h1, #index .addParts01 h3, #category .addParts01 h2, #page .addParts01 h2, #index .addParts02 h3, #category .addParts02 h2, #page .addParts02 h2, #index .addParts03 h3, #category .addParts03 h2, #page .addParts03 h2, #index .float-wrap h3, #category .float-wrap h2, #page .float-wrap h2, #index .box-wrap h3, #category .box-wrap h2, #page .box-wrap h2, #index .frame-wrap h3, #category .frame-wrap h2, #page .frame-wrap h2, #index .addParts01 h4, #category .addParts01 h3, #page .addParts01 h3, #index .addParts02 h4, #category .addParts02 h3, #page .addParts02 h3, #index .addParts03 h4, #category .addParts03 h3, #page .addParts03 h3, #index .float-wrap h4, #category .float-wrap h3, #page .float-wrap h3, #index .box-wrap h4, #category .box-wrap h3, #page .box-wrap h3, #index .frame-wrap h4, #category .frame-wrap h3, #page .frame-wrap h3, #index .addParts01 h5, #category .addParts01 h4, #page .addParts01 h4, #index .addParts02 h5, #category .addParts02 h4, #page .addParts02 h4, #index .addParts03 h5, #category .addParts03 h4, #page .addParts03 h4, #index .float-wrap h5, #category .float-wrap h4, #page .float-wrap h4, #index .box-wrap h5, #category .box-wrap h4, #page .box-wrap h4, #index .frame-wrap h5, #category .frame-wrap h4, #page .frame-wrap h4, #index .addParts01 h6, #category .addParts01 h5, #page .addParts01 h5, #index .addParts02 h6, #category .addParts02 h5, #page .addParts02 h5, #index .addParts03 h6, #category .addParts03 h5, #page .addParts03 h5, #index .float-wrap h6, #category .float-wrap h5, #page .float-wrap h5, #index .box-wrap h6, #category .box-wrap h5, #page .box-wrap h5, #index .frame-wrap h6, #category .frame-wrap h5, #page .frame-wrap h5 {
    display: block;
    width: auto;
    height: auto;
    min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #111;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    position: static;
}

#index .addParts01 h2 a, #category .addParts01 h1 a, #page .addParts01 h1 a, #index .addParts02 h2 a, #category .addParts02 h1 a, #page .addParts02 h1 a, #index .addParts03 h2 a, #category .addParts03 h1 a, #page .addParts03 h1 a, #index .float-wrap h2 a, #category .float-wrap h1 a, #page .float-wrap h1 a, #index .box-wrap h2 a, #category .box-wrap h1 a, #page .box-wrap h1 a, #index .frame-wrap h2 a, #category .frame-wrap h1 a, #page .frame-wrap h1 a, #index .addParts01 h3 a, #category .addParts01 h2 a, #page .addParts01 h2 a, #index .addParts02 h3 a, #category .addParts02 h2 a, #page .addParts02 h2 a, #index .addParts03 h3 a, #category .addParts03 h2 a, #page .addParts03 h2 a, #index .float-wrap h3 a, #category .float-wrap h2 a, #page .float-wrap h2 a, #index .box-wrap h3 a, #category .box-wrap h2 a, #page .box-wrap h2 a, #index .frame-wrap h3 a, #category .frame-wrap h2 a, #page .frame-wrap h2 a, #index .addParts01 h4 a, #category .addParts01 h3 a, #page .addParts01 h3 a, #index .addParts02 h4 a, #category .addParts02 h3 a, #page .addParts02 h3 a, #index .addParts03 h4 a, #category .addParts03 h3 a, #page .addParts03 h3 a, #index .float-wrap h4 a, #category .float-wrap h3 a, #page .float-wrap h3 a, #index .box-wrap h4 a, #category .box-wrap h3 a, #page .box-wrap h3 a, #index .frame-wrap h4 a, #category .frame-wrap h3 a, #page .frame-wrap h3 a, #index .addParts01 h5 a, #category .addParts01 h4 a, #page .addParts01 h4 a, #index .addParts02 h5 a, #category .addParts02 h4 a, #page .addParts02 h4 a, #index .addParts03 h5 a, #category .addParts03 h4 a, #page .addParts03 h4 a, #index .float-wrap h5 a, #category .float-wrap h4 a, #page .float-wrap h4 a, #index .box-wrap h5 a, #category .box-wrap h4 a, #page .box-wrap h4 a, #index .frame-wrap h5 a, #category .frame-wrap h4 a, #page .frame-wrap h4 a, #index .addParts01 h6 a, #category .addParts01 h5 a, #page .addParts01 h5 a, #index .addParts02 h6 a, #category .addParts02 h5 a, #page .addParts02 h5 a, #index .addParts03 h6 a, #category .addParts03 h5 a, #page .addParts03 h5 a, #index .float-wrap h6 a, #category .float-wrap h5 a, #page .float-wrap h5 a, #index .box-wrap h6 a, #category .box-wrap h5 a, #page .box-wrap h5 a, #index .frame-wrap h6 a, #category .frame-wrap h5 a, #page .frame-wrap h5 a {
    display: inline;
    width: auto;
    height: auto;
    min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #111;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    position: static;
}

#index .addParts01 h2::before, #category .addParts01 h1::before, #page .addParts01 h1::before, #index .addParts02 h2::before, #category .addParts02 h1::before, #page .addParts02 h1::before, #index .addParts03 h2::before, #category .addParts03 h1::before, #page .addParts03 h1::before, #index .float-wrap h2::before, #category .float-wrap h1::before, #page .float-wrap h1::before, #index .box-wrap h2::before, #category .box-wrap h1::before, #page .box-wrap h1::before, #index .frame-wrap h2::before, #category .frame-wrap h1::before, #page .frame-wrap h1::before, #index .addParts01 h3::before, #category .addParts01 h2::before, #page .addParts01 h2::before, #index .addParts02 h3::before, #category .addParts02 h2::before, #page .addParts02 h2::before, #index .addParts03 h3::before, #category .addParts03 h2::before, #page .addParts03 h2::before, #index .float-wrap h3::before, #category .float-wrap h2::before, #page .float-wrap h2::before, #index .box-wrap h3::before, #category .box-wrap h2::before, #page .box-wrap h2::before, #index .frame-wrap h3::before, #category .frame-wrap h2::before, #page .frame-wrap h2::before, #index .addParts01 h4::before, #category .addParts01 h3::before, #page .addParts01 h3::before, #index .addParts02 h4::before, #category .addParts02 h3::before, #page .addParts02 h3::before, #index .addParts03 h4::before, #category .addParts03 h3::before, #page .addParts03 h3::before, #index .float-wrap h4::before, #category .float-wrap h3::before, #page .float-wrap h3::before, #index .box-wrap h4::before, #category .box-wrap h3::before, #page .box-wrap h3::before, #index .frame-wrap h4::before, #category .frame-wrap h3::before, #page .frame-wrap h3::before, #index .addParts01 h5::before, #category .addParts01 h4::before, #page .addParts01 h4::before, #index .addParts02 h5::before, #category .addParts02 h4::before, #page .addParts02 h4::before, #index .addParts03 h5::before, #category .addParts03 h4::before, #page .addParts03 h4::before, #index .float-wrap h5::before, #category .float-wrap h4::before, #page .float-wrap h4::before, #index .box-wrap h5::before, #category .box-wrap h4::before, #page .box-wrap h4::before, #index .frame-wrap h5::before, #category .frame-wrap h4::before, #page .frame-wrap h4::before, #index .addParts01 h6::before, #category .addParts01 h5::before, #page .addParts01 h5::before, #index .addParts02 h6::before, #category .addParts02 h5::before, #page .addParts02 h5::before, #index .addParts03 h6::before, #category .addParts03 h5::before, #page .addParts03 h5::before, #index .float-wrap h6::before, #category .float-wrap h5::before, #page .float-wrap h5::before, #index .box-wrap h6::before, #category .box-wrap h5::before, #page .box-wrap h5::before, #index .frame-wrap h6::before, #category .frame-wrap h5::before, #page .frame-wrap h5::before {
    content: none;
    display: inline;
    width: auto;
    height: auto;
    min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #111;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    position: static;
}

#index .addParts01 h2::after, #category .addParts01 h1::after, #page .addParts01 h1::after, #index .addParts02 h2::after, #category .addParts02 h1::after, #page .addParts02 h1::after, #index .addParts03 h2::after, #category .addParts03 h1::after, #page .addParts03 h1::after, #index .float-wrap h2::after, #category .float-wrap h1::after, #page .float-wrap h1::after, #index .box-wrap h2::after, #category .box-wrap h1::after, #page .box-wrap h1::after, #index .frame-wrap h2::after, #category .frame-wrap h1::after, #page .frame-wrap h1::after, #index .addParts01 h3::after, #category .addParts01 h2::after, #page .addParts01 h2::after, #index .addParts02 h3::after, #category .addParts02 h2::after, #page .addParts02 h2::after, #index .addParts03 h3::after, #category .addParts03 h2::after, #page .addParts03 h2::after, #index .float-wrap h3::after, #category .float-wrap h2::after, #page .float-wrap h2::after, #index .box-wrap h3::after, #category .box-wrap h2::after, #page .box-wrap h2::after, #index .frame-wrap h3::after, #category .frame-wrap h2::after, #page .frame-wrap h2::after, #index .addParts01 h4::after, #category .addParts01 h3::after, #page .addParts01 h3::after, #index .addParts02 h4::after, #category .addParts02 h3::after, #page .addParts02 h3::after, #index .addParts03 h4::after, #category .addParts03 h3::after, #page .addParts03 h3::after, #index .float-wrap h4::after, #category .float-wrap h3::after, #page .float-wrap h3::after, #index .box-wrap h4::after, #category .box-wrap h3::after, #page .box-wrap h3::after, #index .frame-wrap h4::after, #category .frame-wrap h3::after, #page .frame-wrap h3::after, #index .addParts01 h5::after, #category .addParts01 h4::after, #page .addParts01 h4::after, #index .addParts02 h5::after, #category .addParts02 h4::after, #page .addParts02 h4::after, #index .addParts03 h5::after, #category .addParts03 h4::after, #page .addParts03 h4::after, #index .float-wrap h5::after, #category .float-wrap h4::after, #page .float-wrap h4::after, #index .box-wrap h5::after, #category .box-wrap h4::after, #page .box-wrap h4::after, #index .frame-wrap h5::after, #category .frame-wrap h4::after, #page .frame-wrap h4::after, #index .addParts01 h6::after, #category .addParts01 h5::after, #page .addParts01 h5::after, #index .addParts02 h6::after, #category .addParts02 h5::after, #page .addParts02 h5::after, #index .addParts03 h6::after, #category .addParts03 h5::after, #page .addParts03 h5::after, #index .float-wrap h6::after, #category .float-wrap h5::after, #page .float-wrap h5::after, #index .box-wrap h6::after, #category .box-wrap h5::after, #page .box-wrap h5::after, #index .frame-wrap h6::after, #category .frame-wrap h5::after, #page .frame-wrap h5::after {
    content: none;
    display: inline;
    width: auto;
    height: auto;
    min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #111;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    position: static;
}

/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
    background: #fff;
}

header .headTopArea {
    width: 1100px;
    color: #2c2d48;
    font-size: 1.2rem;
    margin: 6px auto;
}

header .headTopArea .rightTxt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: right;
}

.centerTxt {
    text-align: center;
}

/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

#visArea .mainArea {
    display: table;
    background: url("img/mv_pic_ct.jpg") center top no-repeat;
    background-size: cover;
    height: 120px;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
}

#visArea .mainArea .mainAreaInner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#visArea .mainArea .siteNameArea {
    margin: 0;
}

#visArea .mainArea .siteName {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 8px;
}

#visArea .mainArea .siteName a {
    display: block;
}

#visArea .mainArea .siteName img {
    margin: 0 auto;
}

#visArea .mainArea .siteNameSmall {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
}

#visArea .mainArea h1.rightTxt {
    width: 780px;
    background: #ffe699;
    margin: 0 auto;
    font-size: 12px;
    font-weight: normal;
    padding-top: 10px;
}

/* PCハンバーガーメニュー */
.bargBg {
    background: #ffffff;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 900;
    transform: translateX(0);
    transition: transform 0.5s;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
}

.bargBg:hover {
    opacity: 0.7;
}

.menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
}

.bargBg.active {
    transform: translateX(-300px);
}

.bargBg span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 16px;
    width: 29px;
    height: 2px;
    background: #000;
}

.bargBg.active span {
    background-color: #000;
}

.bargBg span:nth-of-type(1) {
    top: 17px;
}

.bargBg.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
}

.bargBg span:nth-of-type(2) {
    top: 29px;
}

.bargBg.active span:nth-of-type(2) {
    opacity: 0;
}

.bargBg span:nth-of-type(3) {
    top: 41px;
}

.bargBg.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
}

.header-pc-menu {
    width: 300px;
    height: 100%;
    background-color: #f9f9f9;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    transform: translate(300px);
    transition: all 0.5s;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
}

.header-pc-menu::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

.header-pc-menu.open {
    transform: translateZ(0);
    cursor: pointer;
}

.header-pc-menu .logo {
    padding: 1rem 1rem 2rem;
    background: #f7ece3;
}

.header-pc-menu li {
    color: #fff;
    text-align: center;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

.header-pc-menu ul.accordion-pc-menu ul {
    display: none;
}

#g-nav .accordion-pc-menu li {
    border-bottom: 1px solid #ccc;
}

#g-nav .accordion-pc-menu li a {
    display: block;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    background: #f7ece3;
    position: relative;
}

#g-nav .accordion-pc-menu li .tglMenu {
    text-align: left;
    color: #000;
    padding: 15px 35px 15px 15px;
    position: relative;
}

#g-nav .accordion-pc-menu li .tglMenu::before, #g-nav .accordion-pc-menu li ul li a::before {
    content: "";
    position: absolute;
    background: url(img/arrow_black.png) 96% 50% no-repeat;
    background-size: auto 10px;
    width: 8px;
    height: 15px;
    transform: rotateZ(90deg);
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#g-nav .accordion-pc-menu li ul li a::before {
    transform: rotateZ(0);
}

#g-nav .accordion-pc-menu li .tglMenu.open {
    background-size: 12px auto;
}

#g-nav .accordion-pc-menu li .tglMenu.open::before {
    transform: rotateZ(-90deg);
}

#g-nav .accordion-pc-menu li a, #g-nav .accordion-pc-menu li .tglMenu {
    line-height: 2rem;
}

#g-nav .accordion-pc-menu li ul li a {
    padding: 15px 30px 15px 15px;
    color: #000;
    background: #fff;
    background-size: 6px auto;
}

#g-nav .accordion-pc-menu li ul li {
    border-bottom: none;
    border-top: 1px solid #eee;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
/* #g-nav02 {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

#g-nav02::before {
	content: "";
	background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
	background-size: 6px 1px;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

#g-nav02::after {
	content: "";
	background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
	background-size: 6px 1px;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#g-nav02 ul {
	display: flex;
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 1100px;
	height: auto;
	margin: 0 auto;
}

#g-nav02 li {
	width: 100%;
	min-height: 80px;
	text-align: center;
	position: relative;
}

#g-nav02 li::before {
	content: "";
	background: linear-gradient(#bbb, #bbb);
	background-size: 1px 1px;
	width: 1px;
	height: calc(100% - 40px);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#g-nav02 li:last-child::after {
	content: "";
	background: linear-gradient(#bbb, #bbb);
	background-size: 1px 1px;
	width: 1px;
	height: calc(100% - 40px);
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#g-nav02 li a {
	display: table;
	width: 100%;
	height: 100%;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.6;
	padding: 20px 12px;
	position: relative;
}

#g-nav02 li a span {
	display: table-cell;
	vertical-align: middle;
	font-weight: inherit;
	color: inherit;
	border-bottom: none;
}

#g-nav02 li a:hover::after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #e6dc14;
	position: absolute;
	left: 0;
	bottom: 2px;
	opacity: 1;
}

#g-nav02 li a:hover {
	opacity: 0.7;
} */
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
    margin: 0;
}

#pankuzu {
    font-size: 1.3rem;
    margin: 0 auto;
    padding: 12px 0;
    width: 1100px;
}

#pankuzu span {
    background: none;
    border-bottom: none;
    font-weight: inherit;
    color: inherit;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
    width: 1100px;
    margin: 0 auto 0;
    padding: 0;
}

#index {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 0;
}

#category, #page {
    float: left;
    width: 830px;
    margin: 0;
    padding: 60px 0 0;
}

/*--------------------------------------
　Side
---------------------------------------*/
#side {
    float: right;
    width: 220px;
}

#side .sideTopBox {
    background: #faefe8;
    margin: 60px 0 40px;
    position: relative;
}

#side .sideTopBox .box {
    display: block;
    padding: 0;
}

#side .sideTopBox .catch {
    font-size: 1.6rem;
    margin: 0 0 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}

#side .sideTopBox .catch {
    font-size: 20px;
    font-weight: 700;
}

#side .sideTopBox .catch span {
    color: #f57020;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

#side .sideTopBox .imgBox {
    margin: 0;
}

#side .sideTopBox p {
    line-height: 1.6;
}

#side .sideTopBox .dtlBtn {
    display: block;
    text-align: center;
    color: #fff;
    background: url(img/arrow_white.png) right 10px center no-repeat #111;
    background-size: 6px auto;
    padding: 8px 30px;
    margin: 20px 0 0;
}

#side .sideTopBox .dispFLEX {
    display: flex;
}

#side .sideBox {
    margin: 0 0 0px;
    border-top: 2px solid #2c2d48;
}

#side .sideBox .sttl {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c2d48;
    /*background: url(img/side_line.png) no-repeat bottom left;*/
}

#side .sideBox .sttl a {
    display: block;
    color: #2c2d48;
    padding: 15px;
}

#side .sideBox ul {
    padding: 0;
    margin: 0;
}

#side .sideBox ul li {
    background-image: none;
    padding: 0;
    position: relative;
}

#side .sideBox ul li::before {
    content: "";
    /*	background:linear-gradient(to right, rgba(187,187,187,1), rgba(187,187,187,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;*/
    /*  background-size:6px 1px;*/
    background: url("img/dotline.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

#side .sideBox ul li a {
    display: block;
    padding: 10px 25px 10px 12px;
    font-size: 1.3rem;
    background: url(img/arrow_black.png) no-repeat right 10px center;
    background-size: 5px auto;
    text-decoration: none;
}

#side .sideBox ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#side .sideBox .subList {
    margin: 0;
}

#side .sideBox .subList li {
    margin: 0;
}

#side .sideBox .subList li a {
    display: block;
    padding: 10px 28px 10px 15px;
}

#side .sideBox .subList li a::before {
    content: "└";
    margin: 0 5px 0 0;
}

/*--------------------------------------
Footer
---------------------------------------*/
footer {
    margin: 10.0rem 0 0;
    padding: 0;
    background-color: #f8f5f0;
}

footer .areaInner {
    width: 100%;
    padding: 6.0rem 0 5.0rem 0;
}

footer .areaInner .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

footer .areaInner .logo {
    width: auto;
    margin: 0 auto 5.0rem;
}

footer .areaInner .logo a {
    display: block;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #111;
    text-decoration: none;
}

footer .areaInner .logo a:hover {
    opacity: 0.7;
}

footer .areaInner .footBox {
    margin: 0 0 3.0rem 0;
}

footer .areaInner .footBox .sttl {
    border-bottom: 3px dotted #2c2d48;
    padding: 0 0 .7rem 0;
    margin: 0 0 1.4rem 0;
}

footer .areaInner .footBox .sttl a {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c2d48;
    letter-spacing: .03em;
    background: url("img/arrow_gray_right.png") left center no-repeat;
    background-size: 17px auto;
    border: none;
    padding: 0.3rem 0 0.3rem 2.3rem;
    margin: 0;
}

footer .areaInner .footBox .sttl a:hover {
    text-decoration: none;
    opacity: 0.7;
}

footer .footBox ul {
    padding: 0 2.0rem;
}

footer .areaInner .footBox .accChild {
    padding: 0;
    box-sizing: border-box;
}

footer .areaInner .footBox .accChild .sp {
    /* display: none; */
}

footer .areaInner .footBox .accChild li.subCat {
    width: 22%;
    margin: 0 4% 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n+1) {
    margin: 0 0 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat a {
    display: inline-block;
    background: url("img/arrow_black.png") 5px 13px no-repeat;
    background-size: 5px auto;
    padding: 0 0 0 1.8rem;
}

footer .areaInner .footBox .accChild li.subCat::after {
    content: "";
}

footer .areaInner .footBox .accChild .pc+li::before {
    /* content: "　|　"; */
    letter-spacing: 0;
    color: #a40024;
}

footer .areaInner .footBox .accChild .pc+li::before {
    /* content: "|　"; */
    letter-spacing: 0;
    color: #a40024;
}

footer .areaInner .footBox .accChild .pc+li.subCat::before {
    content: "";
}

footer .areaInner .footBox .accChild li {
    float: left;
    display: inline-block;
    margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild li a {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5625;
    color: #333;
    padding: 0;
}

footer .areaInner .footBox .accChild .subList {
    padding: 0 0 0 1.5rem;
    margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild .subList li {
    padding: 0.2rem 0 0 0;
    display: block;
    float: none;
    margin: 0;
    position: relative;
}

footer .areaInner .footBox .accChild .subList li::before {
    content: "└";
    color: #333;
    position: absolute;
    top: 2px;
    left: 0;
    margin-right: 0.4rem;
}

footer .areaInner .footBox .accChild .subList li a {
    font-size: 1.6rem;
    background-image: none;
    padding: 0 0 0 1.8rem;
}

/*noticeArea*/
footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 2.5rem 3.0rem;
    margin: 5.0rem auto 0;
}

footer .areaInner .noticeArea p {
    font-size: 1.4rem;
    line-height: 1.571428571;
    color: #555;
    margin: 0;
}

footer .areaInner p.ucp {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    color: #111;
    margin: 1.5rem auto 0;
}

footer .botArea {
    background-color: #2c2d48;
}

footer .botArea .inner {
    width: 1100px;
    padding: 1.2rem 0 1.5rem;
    margin: 0 auto;
}

footer .botArea .inner.cf {
    content: none;
}

footer p.sitemap a {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: right;
    float: right;
    padding: 0.5rem 0;
    text-decoration: underline;
}

footer p.sitemap a:hover {
    text-decoration: none;
}

footer p.copy {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left;
    color: #fff;
    float: left;
    padding: 0.5rem 0;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
    position: fixed;
    bottom: 2.0rem;
    right: 2.0rem;
    z-index: 100;
    width: 60px;
}

#page-top img:hover {
    opacity: 0.7;
}

/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents #page.mappage {
}

#contents #page.mappage h2 {
    margin: 68px auto 28px;
}

#contents #page.mappage h2 a {
}

#contents #page.mappage h2 a:hover {
    color: #111;
    text-decoration: none;
    opacity: 0.7;
}

#contents #page.mappage ul {
    margin: 0 auto 0.6rem;
}

#contents #page.mappage ul li {
    padding: 0 0 0.6rem 2.2rem;
}

#contents #page.mappage ul.subList li:last-child {
    margin: 0 0 1.0rem;
}

#contents #page.mappage ul li a {
}

#contents #page.mappage ul li a:hover {
    opacity: 0.7;
}

#contents #page.mappage ul.subList li a {
    font-size: 1.4rem;
}

/* ================== */
/*  メインコンテンツ　*/
/* ================== */
#index a, #category a, #page a {
}

#index a:hover, #category a:hover, #page a:hover {
}

#index h1, #index h2, #index h3, #index h4, #index h5, #index h6, #index h7 {
    max-width: 1100px;
    margin: 0 auto;
}

#index h2, #category h1, #page h1 {
    color: #2c2d48;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.324;
    letter-spacing: .03em;
    text-align: center;
    padding: 40px 20px 40px 50px;
    margin: 25px auto 30px;
    position: relative;
}

#index h2 {
    margin: 0 auto 30px;
}

#category h1, #page h1 {
    margin: 25px 0 40px;
    text-align: left;
}

#index h2::before, #category h1::before, #page h1::before {
    content: "CONTENTS";
    position: absolute;
    top: -15px;
    left: 20px;
    color: #f04f00;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: .06em;
    font-feature-settings: "palt";
}

#index h2, #category h1, #page h1 {
    background: url(img/bg_koushi_light.png);
    box-shadow: 10px 10px 0 0 #f8f5f0;
}

#index h2 a, #category h1 a, #page h1 a {
    color: #2c2d48;
}

#index h3, #category h2, #page h2 {
    color: #2c2d48;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 70px auto 30px;
    padding: 10px 20px 10px 35px;
    line-height: 1.5;
    letter-spacing: .03em;
    position: relative;
    background: #f8f5f0;
    border-bottom: 4px solid #ffe699;
}

#index h3 a, #category h2 a, #page h2 a {
    display: block;
    background: url(img/arrow_orange_right.png) no-repeat right 30px center;
    background-size: 11px auto;
    padding-right: 60px;
    color: #2c2d48;
}

#index h4, #category h3, #page h3 {
    color: #2c2d48;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .03em;
    padding: 0 20px 13px 30px;
    margin: 70px auto 30px;
    position: relative;
    background-image: url("img/dotline.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}

#index h4 a, #category h3 a, #page h3 a {
    display: block;
    background: url(img/arrow_orange_right.png) no-repeat right 30px center;
    background-size: 11px auto;
    padding-right: 60px;
    color: #2c2d48;
}

#index h5, #index h6, #category h4, #category h5, #page h4, #page h5 {
    color: #2c2d48;
    font-size: 2rem;
    font-weight: 700;
    margin: 70px auto 30px;
    padding: 15px 20px 15px 35px;
    line-height: 1.5;
    letter-spacing: .03em;
    position: relative;
}

#index h5 a, #index h6 a, #category h4 a, #category h5 a, #page h4 a, #page h5 a {
    display: block;
    background: url(img/arrow_orange_right.png) no-repeat right 30px center;
    background-size: 11px auto;
    padding-right: 60px;
    color: #2c2d48;
}

#index h5::before, #index h6::before, #category h4::before, #category h5::before, #page h4::before, #page h5::before {
    content: "";
    width: 7px;
    height: calc(100% - 40px);
    background: #f04f00;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.sitemap h2 a {
    color: #111;
}

/*--------------------------------------
　list
---------------------------------------*/
#contents ul {
    max-width: 1100px;
    margin: 25px auto 25px;
    padding: 10px 10px 0;
}

#contents ul li {
    padding: 0 0 6px 20px;
    position: relative;
}

#contents ul li::before {
    content: '';
    display: block;
    background-color: #f04f00;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 9px;
    left: 0;
}

#contents ul li a, #contents ol li a {
    text-decoration: underline;
}

#contents ul li a:hover, #contents ol li a:hover {
    opacity: 1;
    text-decoration: none;
}

#contents ol {
    max-width: 1100px;
    margin: 25px auto 25px;
    padding: 10px 10px 0;
}

#contents ol li {
    padding: 2px 0 2px 30px;
    list-style: none;
    position: relative;
    counter-increment: number;
}

#contents ol li::before {
    display: block;
    background-color: #2c2d48;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    font-weight: 400;
    font-size: 1.2rem;
}

#contents ol li:nth-child(-n+9)::before {
    content: counter(number);
}

#contents ol li:nth-child(n+10)::before {
    content: counter(number);
}

/* ul,ol reset */
#contents .addParts01 ul, #contents .addParts01 ol, #contents .addParts02 ul, #contents .addParts02 ol, #contents .addParts03 ul, #contents .addParts03 ol, #contents .float-wrap ul, #contents .float-wrap ol, #contents .box-wrap ul, #contents .box-wrap ol, #contents .frame ul, #contents .frame ol {
    padding: 0;
    margin: 0;
}

#contents .addParts01 ul li, #contents .addParts01 ol li, #contents .addParts02 ul li, #contents .addParts02 ol li, #contents .addParts03 ul li, #contents .addParts03 ol li, #contents .float-wrap ul li, #contents .float-wrap ol li, #contents .box-wrap ul li, #contents .box-wrap ol li, #contents .frame ul li, #contents .frame ol li {
    padding: 0;
}

#contents .addParts01 ul li::before, #contents .addParts01 ol li::before, #contents .addParts02 ul li::before, #contents .addParts02 ol li::before, #contents .addParts03 ul li::before, #contents .addParts03 ol li::before, #contents .float-wrap ul li::before, #contents .float-wrap ol li::before, #contents .box-wrap ul li::before, #contents .box-wrap ol li::before, #contents .frame ul li::before, #contents .frame ol li::before {
    content: none;
    display: inline;
    width: auto;
    height: auto;
    min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #000;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    position: static;
}

/*--------------------------------------
　recommend,check,point
---------------------------------------*/
#index .recommend, #category .recommend, #page .recommend, #index .check, #category .check, #page .check, #index .point, #category .point, #page .point, #index .rank, #category .rank, #page .rank {
    display: block;
    font-weight: normal;
}

#index .recommend a, #category .recommend a, #page .recommend a, #index .check a, #category .check a, #page .check a, #index .point a, #category .point a, #page .point a, #index .rank a, #category .rank a, #page .rank a {
    display: block;
    font-size: 100%;
}

#index .recommend::before, #category .recommend::before, #page .recommend::before, #index .check::before, #category .check::before, #page .check::before, #index .point::before, #category .point::before, #page .point::before, #index .rank::before, #category .rank::before, #page .rank::before {
    z-index: 0;
    background: none;
    box-shadow: 0px 0px 0px;
}

#index .recommend::after, #category .recommend::after, #page .recommend::after, #index .check::after, #category .check::after, #page .check::after, #index .point::after, #category .point::after, #page .point::after, #index .rank::after, #category .rank::after, #page .rank::after {
    z-index: 0;
    background: none;
    box-shadow: 0px 0px 0px;
}

/*point*/
#contents .point {
    width: 100%;
    max-width: 1100px;
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: .03em;
    color: #2c2d48;
    background: #f8f5f0;
    padding: 3rem 2.0rem 3.4rem 10.5rem;
    margin: 3.0rem auto 2.0rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 700;
}

#contents .point::before {
    content: "";
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 74px;
    letter-spacing: 0;
    text-align: center;
    color: #7c6853;
    background: url("img/rank_point.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 13px;
    left: 20px;
    /*-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);*/
}

#contents .point a {
    color: #2c2d48;
    text-decoration: underline;
}

.caption {
    margin: 8px 0 0;
    font-size: 1.0rem;
    line-height: 1.6;
    word-break: break-all;
    color: #999;
    letter-spacing: .03em;
}

.caption a {
    color: #999;
}

/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
    max-width: 1100px;
    margin: 40px auto 40px;
    box-sizing: border-box;
}

.float-wrap img {
    width: 100%;
}

.float-wrap .flame {
    position: relative;
}

.float-wrap .fl {
    width: 350px;
    margin: 0 30px 10px 0;
    text-align: center;
}

.float-wrap .fr {
    width: 350px;
    margin: 0 0 10px 30px;
    text-align: center;
}

.float-wrap .ct {
    width: 500px;
    margin: 0 auto 20px;
    text-align: center;
}

.float-wrap.ct .catch {
    text-align: center;
}

#contents .float-wrap .catch {
    font-size: 2.0rem;
    line-height: 1.7;
    margin: 0 0 20px;
    color: #f04f00;
    font-weight: 700;
}

/*  btns*/
#contents .btn-internal, #contents .btn-web, #contents .btn-tel {
    max-width: 1100px;
    text-align: center;
    margin: 30px auto;
    padding: 0;
    width: 450px;
    position: relative;
    cursor: pointer;
}

#contents .btn-internal:after, #contents .btn-web:after {
    content: '';
    display: block;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    position: absolute;
    right: -5px;
    bottom: -5px;
    /*transition: 0.2s;*/
    border-radius: 35px;
}

#contents .btn-internal:after {
    background: #ffbc9b;
}

#contents .btn-web:after {
    background: #95d7db;
}

#contents .btn-internal:hover:after, #contents .btn-web:hover:after {
    content: '';
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
}

#contents .btn-internal a:hover, #contents .btn-web a:hover {
    opacity: inherit;
}

#contents .btn-internal:hover a, #contents .btn-web:hover a {
    /*
    -webkit-transform: translate(5px,5px) translateZ(0);
	-moz-transform: translate(5px,5px) translateZ(0);
	-ms-transform: translate(5px,5px) translateZ(0);
	-o-transform: translate(5px,5px) translateZ(0);
    transform: translate(5px,5px) translateZ(0);
*/
    opacity: .8;
}

input[type="text"], input[type="password"], textarea, select, a {
    outline: none;
}

.btn-internal a {
    display: block;
    padding: 22px 45px 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #FFF;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    background: url("img/arrow_white.png") right 25px center no-repeat;
    background-color: #f04f00;
    background-size: 9px auto;
    transition: 0.2s;
    -webkit-transform: translate(0px, 0px) translateZ(0);
    -moz-transform: translate(0px, 0px) translateZ(0);
    -ms-transform: translate(0px, 0px) translateZ(0);
    -o-transform: translate(0px, 0px) translateZ(0);
    transform: translate(0px, 0px) translateZ(0);
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    z-index: 10;
    position: relative;
    border-radius: 35px;
}

.btn-web a {
    display: block;
    padding: 22px 45px 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #FFF;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    background: url("img/arrow_white.png") right 25px center no-repeat;
    background-color: #009245;
    background-size: 9px auto;
    position: relative;
    transition: 0.2s;
    -webkit-transform: translate(0px, 0px) translateZ(0);
    -moz-transform: translate(0px, 0px) translateZ(0);
    -ms-transform: translate(0px, 0px) translateZ(0);
    -o-transform: translate(0px, 0px) translateZ(0);
    transform: translate(0px, 0px) translateZ(0);
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    z-index: 10;
    border-radius: 35px;
}

/*.btn-web a::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #111;
	border-width: 0 1px 1px 0;
	position: absolute;
	right: -6px;
	bottom: -6px;
}*/
#contents .btn-link {
    max-width: 1100px;
    margin: 30px auto;
    text-align: right;
}

.btn-link a {
    position: relative;
    display: inline-block;
    padding: 5px 0 4px 22px;
    background: url(img/ico_arrow.png) 0 50% no-repeat;
    background-size: 16px auto;
    color: #2c2d48;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0;
}

.btn-link a::before {
}

.btn-link a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.btn-tel {
    display: none;
}

/* ================== */
/*  テーブル　　　　　*/
/* ================== */
#contents .table-layout {
    padding: 0;
}

#contents table {
    width: 100%;
    max-width: 1100px;
    table-layout: fixed;
    margin: 40px auto 40px;
    border: solid 1px #8e8e8e;
}

#contents table th {
    width: 26%;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    color: #111;
    background: #f8f5f0;
    border: solid 1px #8e8e8e;
    padding: 14px 16px;
}

#contents table td {
    line-height: 16px;
    padding: 14px 20px;
    background: #FFF;
    font-size: 1.4rem;
    text-align: left;
    word-wrap: break-word;
    border: solid 1px #8e8e8e;
}

/*--------------------------------------
　box-wrap
---------------------------------------*/
#contents .box-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 80px auto;
}

#contents .box-wrap .box {
    display: block;
    width: calc(50% - 40px / 2);
    margin: 0 40px 40px 0;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}

#contents .box-wrap .box:nth-child(2n) {
    margin-right: 0;
}

#contents .box-wrap .box .permalink {
    display: none;
}

#contents .box-wrap .box .thumb {
    position: relative;
}

/*box-head*/
#index .box-wrap .box-head, #category .box-wrap .box-head, #page .box-wrap .box-head {
    display: block;
}

#index .box-wrap .box-head a, #category .box-wrap .box-head a, #page .box-wrap .box-head a {
    display: block;
    font-size: 100%;
    color: #2c2d48;
}

#index .box-wrap .box-head a:hover, #category .box-wrap .box-head a:hover, #page .box-wrap .box-head a:hover {
    color: #111;
    text-decoration: none;
}

#index .box-wrap .box-head::after, #category .box-wrap .box-head::after, #page .box-wrap .box-head::after {
    content: none;
}

#contents .box-wrap .box p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0;
}

/*type-a*/
#contents .box-wrap .type-a {
}

#contents .box-wrap .type-a .thumb {
    position: relative;
}

#contents .box-wrap .type-a .box-head {
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: 500;
    color: #111;
    padding: 25px 10px;
    margin: 0 0 1.5rem;
}

#contents .box-wrap .type-a .box-head a {
    display: block;
    width: 100%;
    font-size: 2.0rem;
    line-height: 1.4;
    color: #111;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 20px 0 0;
    position: relative;
}

#contents .box-wrap .type-a .box-head a:hover {
    opacity: 0.7;
}

#contents .box-wrap .type-a .box-body {
}

#contents .box-wrap .type-a .box-body .smallPic {
    width: 100px;
    float: left;
}

#contents .box-wrap .type-a .box-body p {
    width: 264px;
    float: right;
}

/*type-b*/
#contents .box-wrap .type-b {
    padding: 30px;
    background: #f8f5f0;
}

#contents .box-wrap .type-b .box-head-area {
    display: block;
    margin: 0 0 25px;
    border-bottom: 2px dotted #2c2d48;
    padding-bottom: 30px;
}

#contents .box-wrap .type-b .box-head {
    display: block;
    vertical-align: middle;
    font-size: 2.5rem;
    line-height: 1.36;
    font-weight: 700;
    letter-spacing: .03em;
    color: #2c2d48;
    border-radius: 8px 8px 0 0;
}

#contents .box-wrap .type-b .box-head h3 {
    display: block;
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.4;
    color: #111;
    padding: 3rem 0 3rem 10rem;
    background-size: 89px;
    position: relative;
    font-weight: 700;
    margin-top: 1rem;
}

#contents .box-wrap .type-b .caption {
    margin: 25px 0 0;
}

/*type-c*/
#contents .box-wrap .type-c {
    position: relative;
    padding: 30px 40px 40px;
    background: #fff;
}

#contents .box-wrap .type-c::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 197px;
    height: 21px;
}

#contents .box-wrap .type-c:nth-child(1)::before {
    background: url(img/information01.png) no-repeat;
}

#contents .box-wrap .type-c:nth-child(2)::before {
    background: url(img/information02.png) no-repeat;
}

#contents .box-wrap .type-c:nth-child(3)::before {
    background: url(img/information03.png) no-repeat;
}

#contents .box-wrap .type-c:nth-child(4)::before {
    background: url(img/information04.png) no-repeat;
}

#contents .box-wrap .type-c .box-head-area {
    min-height: 100px;
    margin: 0 0 20px;
    border-bottom: 2px dotted #2c2d48;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contents .box-wrap .type-c .box-head {
    display: block;
    vertical-align: middle;
    font-size: 2.5rem;
    line-height: 1.36;
    font-weight: 700;
    letter-spacing: .03em;
    color: #2c2d48;
    border-radius: 8px 8px 0 0;
}

#contents .box-wrap .type-c .box-head h3.type-c__title {
    display: block;
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.214285714;
    color: #2c2d48;
    padding: 0;
    background-size: 89px;
    position: relative;
    font-weight: 700;
    text-align: left;
    margin-top: 1rem;
}

#contents .box-wrap .type-c .box-head h3.type-c__title a {
    color: #2c2d48;
    line-height: 1.214285714;
    background: url(img/arrow_orange_right.png) no-repeat right center;
    background-size: 11px auto;
}

#contents .box-wrap .type-c .box-head h3.type-c__text {
    font-size: 1.6rem;
    line-height: 1.75;
}

#contents .box-wrap .type-c .caption {
    margin: 25px 0 0;
}

/*--------------------------------------
　frame-wrap
---------------------------------------*/
#contents .frame-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 70px auto;
    display: flex;
    flex-wrap: wrap;
}

#contents .frame-wrap .inner {
    margin: 0 auto;
}

#contents .frame {
    display: block;
    box-sizing: border-box;
    width: 246px;
    margin: 0 0 0 46px;
    background-color: #fff;
    float: left;
}

#contents .frame-wrap .frame:first-child {
    margin: 0 0 0 0;
}

#contents .frame-wrap .frame:nth-child(3n+1) {
    margin: 0 0 0 0;
}

#contents .frame-wrap .frame:nth-child(n+4) {
    margin-top: 16px;
}

#contents .frame-wrap .frame a {
    display: block;
    text-decoration: none;
}

/*frame-head*/
#index .frame .frame-head, #category .frame .frame-head, #page .frame .frame-head {
    display: block;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
}

#index .frame .frame-head a, #category .frame .frame-head a, #page .frame .frame-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
}

#index .frame .frame-head a:hover, #category .frame .frame-head a:hover, #page .frame .frame-head a:hover {
    opacity: 0.7;
}

#contents .frame .frame-head p {
    margin: 0;
}

#contents .frame .frame-body {
    padding: 0 20px 35px;
}

#contents .frame .frame-body .frame-catch {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    margin: 0 0 15px;
}

#contents .frame .frame-body p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0;
}

#contents .frame .thumb {
}

#contents .frame p.caption {
    margin: 10px 15px 0;
}

/*type-a*/
#contents .frame-wrap .type-a {
    border: 1px solid #111;
}

#contents .frame-wrap .type-a .frame-catch {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    color: #8c8200;
    border-top: 5px solid #e6dc14;
    padding: 20px 25px 20px;
    position: relative;
    font-weight: normal;
    letter-spacing: normal;
}

#contents .frame-wrap .type-a .frame-catch::before {
    content: "";
    background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: inherit;
    z-index: inherit;
}

#contents .frame-wrap .type-a .frame-catch::after {
    content: "";
    width: 19px;
    height: 11px;
    background: url("img/frame-wrap_baloon.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    top: inherit;
    right: inherit;
    z-index: inherit;
    transform: none;
}

#contents .frame-wrap .type-a .frame-head {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 500;
    padding: 20px 20px 20px;
}

#contents .frame-wrap .type-a .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 20px 0 0;
    position: relative;
}

#contents .frame-wrap .type-a .frame-head a:hover {
    opacity: 0.7;
}

#contents .frame-wrap .type-a .thumb {
    width: 200px;
    margin: 0 auto;
}

#contents .frame-wrap .type-a .caption {
    text-align: center;
    padding: 0 20px;
}

#contents .frame-wrap .type-a ul.icoArea {
    width: 224px;
    text-align: center;
    margin: 25px auto;
}

#contents .frame-wrap .type-a ul.icoArea li {
    width: 68px;
    margin: 0 0 0 10px;
    float: left;
}

#contents .frame-wrap .type-a ul.icoArea li:first-child {
    margin: 0 0 0 0;
}

#contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
    margin: 0 0 0 0;
}

#contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
    margin-top: 16px;
}

#contents .frame-wrap .type-a ul.icoArea .ico {
    width: 57px;
    margin: 0 auto;
}

#contents .frame-wrap .type-a ul.icoArea .icoTxt {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 10px 0 8px;
    position: relative;
}

#contents .frame-wrap .type-a ul.icoArea .icoTxt::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e6dc14;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*type-b*/
#contents .frame-wrap .type-b {
    border: 1px solid #8e8e8e;
}

#contents .frame-wrap .type-b .frame-head {
    background: #ffe699;
    color: #2c2d48;
    font-size: 2.4rem;
    line-height: 1.416666667;
    font-weight: 700;
    padding: 20px 20px 20px;
    margin: 0 0 20px;
    position: relative;
    letter-spacing: .03em;
}

#contents .frame-wrap .type-b .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_gray_right.png") right center no-repeat;
    background-size: 17px auto;
    color: #2c2d48;
    padding: 0 20px 0 0;
    position: relative;
}

#contents .frame-wrap .type-b .frame-head a:hover {
    opacity: 0.7;
}

#contents .frame-wrap .type-b .thumb {
    width: 200px;
    margin: 0 auto;
}

#contents .frame-wrap .type-b .caption {
    text-align: center;
    padding: 0 20px;
}

#contents .frame-wrap .type-b .frame-body {
    margin: 0 auto 0;
}

#contents .frame-wrap .type-b table {
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 0;
    margin: 20px auto;
}

#contents .frame-wrap .type-b table th {
    width: 33%;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 12px 10px;
}

#contents .frame-wrap .type-b table td {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 12px 10px;
    word-wrap: break-word;
}

#contents .frame-wrap .type-b table:last-of-type {
    margin-bottom: 0;
}

/*type-c*/
#contents .frame-wrap .type-c {
    background-color: #f5f5dc;
}

#contents .frame-wrap .type-c .eng {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, 0-1px 0 #333, -1px 0 0 #333, 1px 0 0 #111;
    margin: -10px 0 0;
}

#contents .frame-wrap .type-c .frame-head {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    padding: 20px 20px 20px;
    margin: 0 0 25px;
    position: relative;
    letter-spacing: normal;
}

#contents .frame-wrap .type-c .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 20px 0 0;
    position: relative;
    letter-spacing: normal;
}

#contents .frame-wrap .type-c .frame-head a:hover {
    opacity: 0.7;
}

#contents .frame-wrap .type-c .thumb {
    width: 160px;
    margin: 0 auto 25px;
}

#contents .frame-wrap .type-c .thumb img {
    border-radius: 100px;
}

/*type-d*/
#contents .frame-wrap .type-d {
    border: 1px solid #8e8e8e;
}

#contents .frame-wrap .type-d .frame-head {
    min-height: 153px;
    color: #2c2d48;
    font-size: 2.8rem;
    line-height: 1.214285714;
    font-weight: 700;
    padding: 0px 15px 0px 30px;
    margin: 0;
    position: relative;
    letter-spacing: .03em;
    border-top: 11px solid #ffe699;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contents .frame-wrap .type-d .frame-head .type-d__title a {
    display: block;
    width: 100%;
    line-height: 1.214285714;
    background: url("img/arrow_orange_right.png") right center no-repeat;
    background-size: 11px auto;
    color: #2c2d48;
    padding: 0 15px 0 0;
    position: relative;
}

#contents .frame-wrap .type-d .frame-head .type-d__title a:hover {
    opacity: 0.7;
}

/*type-e*/
#contents .frame-wrap .type-e {
    border: 1px solid #8e8e8e;
}

#contents .frame-wrap .type-e .frame-head {
    background: #f8f5f0;
    color: #2c2d48;
    font-size: 2.8rem;
    font-weight: 700;
    padding: 20px;
    margin: 0 0 20px;
    position: relative;
    letter-spacing: .03em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contents .frame-wrap .type-e .frame-head .type-e__title a {
    display: block;
    width: 100%;
    line-height: 1.4em;
    background: url("img/arrow_orange_right.png") right center no-repeat;
    background-size: 11px auto;
    color: #2c2d48;
    padding: 0 15px 0 0;
    position: relative;
}

#contents .frame-wrap .type-e .frame-head .type-e__title a:hover {
    opacity: 0.7;
}

/*type-f*/
#contents .frame-wrap .type-f {
    border: 1px solid #8e8e8e;
}

#contents .frame-wrap .type-f .frame-head {
    min-height: 108px;
    background: #ffe699;
    color: #2c2d48;
    font-size: 2.8rem;
    line-height: 1.214285714;
    font-weight: 700;
    padding: 20px;
    margin: 0 0 20px;
    position: relative;
    letter-spacing: .03em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contents .frame-wrap .type-f .frame-head .type-f__title a {
    display: block;
    width: 100%;
    line-height: 1.214285714;
    background: url("img/arrow_gray_right.png") right center no-repeat;
    color: #2c2d48;
    padding: 0 15px 0 0;
    position: relative;
}

#contents .frame-wrap .type-f .frame-head .type-f__title a:hover {
    opacity: 0.7;
}

/*btn-web*/
#contents .frame .frame-body .btn-web {
    width: 85%;
    margin: 25px auto 0;
}

/*  PC END  */
@media screen and (min-width: 600px) {
    .sp {
        display: none !important;
    }

    .sp_br {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    html, body {
        width: 100%;
        position: relative;
    }

    p {
        margin: 0;
        font-size: 1.5rem;
    }

    .pc {
        display: none !important;
    }

    .pc_br {
        display: none;
    }

    body {
        width: 100%;
        min-width: initial;
        min-width: auto;
        font-size: 1.4rem;
        line-height: 1.8;
        /*	overflow-x: hidden;*/
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }

    #index>p {
        width: 92%;
    }

    #category>p, #page>p {
        width: 100%;
    }

    #contents p {
        max-width: 100%;
        margin: 2.0rem auto 2.0rem;
    }

    a:hover {
        opacity: 1;
    }

    /*--------------------------------------
　Header
---------------------------------------*/
    header .headTopWrap {
        background: #fff;
    }

    header .headTopArea {
        width: 100%;
        margin: 6px auto;
    }

    header .headTopArea .rightTxt {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.4;
        text-align: right;
    }

    /*--------------------------------------
　visArea
---------------------------------------*/
    #visArea {
        position: relative;
        z-index: 1;
        margin: 0 auto;
    }

    #visArea .mainArea {
        max-width: 100%;
        margin: 0 auto;
        background: url(img/mv_pic_sp.jpg) center top no-repeat;
        background-size: cover;
        height: 80px;
    }

    #visArea .mainArea .siteNameArea {
        display: table;
        background: url("img/mv_pic_sp.jpg") center top no-repeat;
        background-size: cover;
        height: 100px;
        width: 100%;
    }

    #visArea .mainArea .mainAreaInner img {
        max-width: 200px;
    }

    #visArea .mainArea .siteNameAreaInner {
        display: table-cell;
        vertical-align: middle;
    }

    #visArea .mainArea .siteName {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0.1em;
        text-align: center;
        margin: 0 0 0.6rem;
        /*text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;*/
    }

    #visArea .mainArea .siteNameSmall {
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0.03em;
        text-align: center;
        text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    }

    #visArea .mainArea .siteName img.sp {
        width: 80%;
        margin: 0 auto;
    }

    /*--------------------------------------
　spMenuBox
---------------------------------------*/
    /*navWrap*/
    #navWrap {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        background-color: #faf5d2;
        margin: 0 auto;
    }

    /*navTop*/
    #navWrap .navTop {
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #b5b5b5;
        position: fixed;
        top: 0;
        opacity: 0;
        z-index: 9999;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    body.open #navWrap .navTop {
        top: 0 !important;
        opacity: 1 !important;
    }

    #navWrap .navTopInner {
        display: table;
        width: 100%;
        padding: 0.5rem 0;
        position: relative;
    }

    #navWrap .siteName {
        display: table-cell;
        vertical-align: middle;
        width: 38.5%;
        font-size: 1.15rem;
        font-weight: 500;
        line-height: 1.4;
        padding: 0 1.0rem 0 1.0rem;
        border-right: 1px solid #bbb;
        text-align: center;
    }

    #navWrap .siteName img {
        width: 85%;
    }

    #navWrap .recommendBtn {
        display: table-cell;
        vertical-align: middle;
        width: calc(50.5% - 41px);
        font-size: 1.1rem;
        text-align: center;
        color: #f57020;
        padding: 0 1.2rem;
        border-right: 1px solid #bbb;
        position: relative;
        background: #faefe8;
        font-weight: 700;
    }

    #navWrap .recommendBtn::after {
        content: '';
        position: absolute;
        right: 3px;
        bottom: 3px;
        border-top: 4px solid transparent;
        border-right: 4px solid #f6833e;
        border-bottom: 4px solid #f6833e;
        border-left: 4px solid transparent;
        z-index: 1;
    }

    #menuBtn {
        display: table-cell;
        vertical-align: middle;
        box-sizing: content-box;
        width: 40px;
        height: 50px;
        padding: 0 1.0rem;
        cursor: pointer;
        z-index: 9999;
    }

    #menuBtn .menu {
        width: 21px;
        height: 16px;
        position: absolute;
        top: calc(50% - 8px);
        outline: none;
        border: none;
        background: #000;
        background: url(img/sp_ico_menu.png) center no-repeat;
        background-size: 100%;
        right: 20px;
    }

    body.open #menuBtn .menu {
        width: 21px;
        height: 16px;
        background: url("img/sp_ico_close.png") center no-repeat;
        background-size: 100%;
    }

    /*navSp*/
    #navSp {
        position: fixed;
        top: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: rgba(238, 238, 238, 1);
        z-index: 999;
        display: none;
    }

    #navSp>div {
        height: 100%;
        overflow-y: scroll;
        /*-webkit-overflow-scrolling: touch;*/
    }

    #navSp a {
        text-decoration: none;
    }

    /* 以下装飾など */
    #navSp .navBox {
    }

    #navSp .navBox:first-child {
        border-top: 1px solid #ccc;
        overflow: hidden;
    }

    #navSp .navBox .sttl a, #navSp .sitemap a {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.4;
        color: #000;
        background: url("img/arrow_black.png") 96% center no-repeat;
        background-size: 6px auto;
        padding: 1.5rem 9% 1.5rem 4%;
    }

    #navSp .navBox .tglMenu a {
        background: url("img/arrow_black_down.png") 96% center no-repeat;
        background-size: 10px auto;
    }

    #navSp .navBox .sttl.collapsible a {
        background: url("img/arrow_black_down.png") 96% center no-repeat;
        background-size: 10px auto;
    }

    #navSp .navBox .sttl a br {
        display: none;
    }

    #navSp .navBox .sttl.open>a {
        background: url("img/arrow_black_up.png") 96% center no-repeat;
        background-size: 10px auto;
    }

    #navSp .navBox .sttl, #navSp .sitemap {
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin: 0;
    }

    #navSp .sitemap {
        margin: 0 0 100px;
    }

    #navSp .navBox .accChild {
        display: none;
        font-size: 1.3rem;
        padding: 0;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #navSp .navBox .accChild li {
        float: none;
    }

    #navSp .navBox .accChild li a {
        display: block;
        box-sizing: border-box;
        color: #000;
        background: url("img/arrow_black.png") 95.5% center no-repeat;
        background-size: 5px auto;
        border-bottom: 1px solid #ccc;
        padding: 1.2rem 9% 1.2rem 7%;
    }

    #navSp .navBox .accChild li a:first-child {
    }

    /*navBottom*/
    #navBottom {
        display: block;
        width: 85%;
        position: relative;
        margin: 7.5% auto 7.5%;
    }

    #navBottom a {
        display: block;
        text-decoration: none;
        background: url("img/banner_bg.png") left top repeat;
        border-top: 3px solid #bee6a0;
        padding: 4%;
        position: relative;
        z-index: 1;
    }

    #navBottom a::before {
        content: "";
        background: url("img/banner_illust01.png") no-repeat;
        background-size: 100% auto;
        width: 49px;
        height: 86px;
        position: absolute;
        top: -10px;
        right: -8px;
    }

    #navBottom a::after {
        content: "";
        background: url("img/banner_illust02.png") no-repeat;
        background-size: 100% auto;
        width: 40px;
        height: 64px;
        position: absolute;
        left: -8px;
        bottom: -10px;
    }

    #navBottom .tit {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.01em;
        padding: 0 15% 0 3%;
        margin-bottom: 1.0rem;
    }

    #navBottom .txtArea {
        background-color: #fff;
        padding: 0 0 6%;
    }

    #navBottom .catch {
        font-size: 1.3rem;
        line-height: 1.4;
        letter-spacing: 0.01em;
        border-bottom: 1px dotted #ccc;
        padding: 3.5% 5%;
    }

    #navBottom .txt {
        padding: 3.5% 5%;
    }

    #navBottom .txt p {
        font-size: 1.3rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
        color: #508291;
        margin: 0;
    }

    #navBottom .btn {
        width: 75%;
        font-size: 1.3rem;
        line-height: 1;
        letter-spacing: 0.01em;
        text-align: center;
        color: #fff;
        background-color: #82b4c3;
        border-radius: 5px;
        padding: 3.5% 4% 3.2% 4%;
        margin: 0 auto;
        box-shadow: 2px 2px 0px rgba(80, 130, 145, 1);
    }

    body.open {
        height: inherit !important;
    }

    /*--------------------------------------
side
---------------------------------------*/
    #side {
        display: none;
    }

    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzuWrap {
        box-sizing: border-box;
        width: 100%;
        background-color: #fff;
        padding: 1.0rem 0;
        margin: 0 auto 3.0rem;
        overflow: auto;
        white-space: nowrap;
        position: relative;
    }

    #pankuzu {
        box-sizing: border-box;
        width: 92%;
        font-size: 1.1rem;
        line-height: 1.2;
        letter-spacing: 0.05em;
        color: #111;
        padding: 0.7rem 0 0.7rem;
        margin: 0 auto;
        white-space: nowrap;
    }

    #pankuzu a {
        color: #111;
        text-decoration: underline;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }

    #pankuzu a:hover {
        color: #111;
        text-decoration: underline;
    }

    #pankuzu span:last-child {
        margin-right: 4%;
    }

    #pankuzu a span:last-child {
        margin-right: 0;
    }

    /*--------------------------------------
Main Contents
---------------------------------------*/
    #contents {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #index {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #category, #page {
        float: none;
        width: 100%;
        margin: 0;
        padding: 1rem 2rem;
    }

    #category>h1:first-of-type, #page>h1:first-of-type {
        max-width: 100%;
        margin: 0 auto 3.5rem;
    }

    /*--------------------------------------
　Side
---------------------------------------*/
    #side {
        display: none;
    }

    /*--------------------------------------
　bottomBanner
---------------------------------------*/
    .bottomBanner {
        width: 92%;
        background: #f5f5dc;
        border: solid 1px #111;
        margin: 6.0rem auto;
        position: relative;
    }

    .bottomBanner a {
        display: block;
        padding: 1.5rem;
    }

    .bottomBanner .bnrTop {
        display: table;
        margin: 0 0 1.0rem;
    }

    .bottomBanner.imgBox {
        display: table-cell;
        vertical-align: middle;
        width: 40%;
        max-width: 90px;
    }

    .bottomBanner .catch {
        display: table-cell;
        vertical-align: middle;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: left;
        line-height: 1.4;
        padding: 0 0 0 1.5rem;
    }

    #contents .bottomBanner p {
        font-size: 1.3rem;
        line-height: 1.6;
        margin: 0 0 1.5rem;
    }

    .bottomBanner .dtlBtn {
        display: block;
        font-size: 1.3rem;
        text-align: center;
        color: #fff;
        background: url(img/arrow_white.png) right 10px center no-repeat #111;
        background-size: 6px auto;
        padding: 8px 30px;
        margin: 0 auto;
    }

    /*--------------------------------------
Footer
---------------------------------------*/
    footer {
        width: 100%;
        background-color: #eee;
        margin-top: 6.0rem;
    }

    footer .areaInner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 3.0rem 0 2.5rem 0;
    }

    footer .areaInner .inner {
        width: 100%;
        padding: 0;
    }

    footer .areaInner .logo {
        display: block;
        box-sizing: border-box;
        width: auto;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        color: #000;
        padding: 0 0 0.5rem 0;
        margin: 0 auto 2.0rem;
    }

    footer .areaInner .logo a {
        display: block;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        color: #000;
        max-width: 200px;
        margin: 0 auto;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }

    footer .areaInner .logo a:hover {
        -ms-filter: "alpha( opacity=100 )";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    footer .areaInner .logo+.footBox {
        border-top: 1px solid #ccc;
    }

    footer .areaInner .footBox {
        margin: 0;
    }

    footer .areaInner .footBox .sttl {
        border: none;
        padding: 0;
        margin: 0;
    }

    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        font-weight: 600;
        color: #000;
        background: url("img/arrow_black_down.png") right 10px center no-repeat;
        background-size: 10px auto;
        padding: 1.0rem 4.0rem 1.0rem 4%;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }

    footer .areaInner .footBox .sttl a:hover {
        -ms-filter: "alpha( opacity=100 )";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    footer .areaInner .footBox .sttl.open a {
        background: url("img/arrow_black_up.png") right 10px center no-repeat;
        background-size: 10px auto;
    }

    footer .areaInner {
        border-top: 1px solid #ccc;
    }

    footer .areaInner .footBox .sttl {
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin: 0;
    }

    footer .footBox ul {
        padding: 0;
    }

    footer .areaInner .footBox .accChild {
        display: none;
        font-size: 1.3rem;
        padding: 0;
        box-sizing: border-box;
        background-color: #ccc;
    }

    footer .areaInner .footBox .accChild li {
        display: block;
        float: none;
    }

    footer .areaInner .footBox .accChild li a {
        display: block;
        box-sizing: border-box;
        font-size: 1.3rem;
        color: #000;
        background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
        background-size: 6px auto;
        border-bottom: 1px solid #ccc;
        padding: 1.0rem 9% 1.0rem 4%;
    }

    footer .areaInner .footBox .accChild li.subCat {
        width: 100%;
        margin: 0;
    }

    footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n+1) {
        margin: 0 0 0 0;
    }

    footer .areaInner .footBox .accChild li.subCat a {
        display: block;
        background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
        background-size: 6px auto;
        padding: 1.0rem 9% 1.0rem 4%;
    }

    footer .areaInner .footBox .accChild li.subCat a::before {
        content: none;
        font-size: 1.2rem;
        position: relative;
        left: -2px;
        margin-right: 0.2rem;
    }

    footer .areaInner .footBox .accChild .subList {
        padding: 0;
        margin: 0;
    }

    footer .areaInner .footBox .accChild .subList li {
        padding: 0;
        display: block;
        float: none;
        margin: 0;
    }

    footer .areaInner .footBox .accChild .subList li::before {
        content: none;
        color: #000;
        margin-right: 0;
    }

    footer .areaInner .footBox .accChild .subList li a {
        font-size: 1.3rem;
        padding: 1.0rem 9% 1.0rem 9%;
        background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
        background-size: 6px auto;
    }

    footer .areaInner .footBox .accChild .subList li a::before {
        content: "└";
        display: block;
        color: #000;
        position: absolute;
        top: 12px;
        left: 4%;
        margin-right: 0.4rem;
    }

    footer .areaInner .noticeArea {
        box-sizing: border-box;
        width: 92%;
        margin: 2.5rem auto 0rem;
        background: #fff;
        padding: 1.5rem;
        font-size: 1.2rem;
        line-height: 1.8;
        border-radius: 0;
    }

    footer .areaInner .noticeArea p {
        font-size: 1.2rem;
    }

    footer .areaInner p.ucp {
        font-size: 1.1rem;
        line-height: 1.4;
        text-align: center;
        color: #111;
        margin: 1.5rem auto 0;
    }

    footer .botArea {
        background: #fff;
    }

    footer .botArea .inner {
        width: 92%;
        padding: 1.2rem 0 1.2rem;
        margin: 0 auto;
    }

    footer .botArea .inner .cf {
        content: none;
    }

    footer p.sitemap {
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: right;
        padding: 0.5rem 0;
    }

    footer p.copy {
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: center;
        color: #000;
        padding: 0.5rem 0;
    }

    footer p.sitemap a {
        color: #000;
        text-decoration: underline;
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    footer p.copy a {
        color: #000;
        text-decoration: none;
    }

    footer a {
        text-decoration: none;
    }

    footer a:hover {
        text-decoration: none;
    }

    /*--------------------------------------
　PageTop
---------------------------------------*/
    #page-top {
        position: fixed;
        bottom: 4%;
        right: 4%;
        width: 50px;
    }

    #page-top img {
        width: 100%;
    }

    /* ================== */
    /*  サイトマップ　　　*/
    /* ================== */
    #contents #page.mappage {
    }

    #contents #page.mappage h2 {
        margin: 5.0rem auto 2.0rem;
    }

    #contents #page.mappage h2 a {
    }

    #contents #page.mappage h2 a:hover {
        color: #111;
        text-decoration: none;
        opacity: 1;
    }

    #contents #page.mappage ul {
        margin: 1.0rem auto 1.0rem;
    }

    #contents #page.mappage ul li {
        padding: 0 0 0.6rem 1.6rem;
    }

    #contents #page.mappage ul.subList li:last-child {
        margin: 0 0 1.0rem;
    }

    #contents #page.mappage ul li a {
    }

    #contents #page.mappage ul li a:hover {
        opacity: 1;
    }

    #contents #page.mappage ul.subList li a {
        font-size: 1.4rem;
    }

    /* ================== */
    /*  メインコンテンツ　*/
    /* ================== */
    #index a, #category a, #page a {
    }

    #index a:hover, #category a:hover, #page a:hover {
    }

    #index h1, #index h2, #index h3, #index h4, #index h5, #index h6, #index h7, #category h1, #category h2, #category h3, #category h4, #category h5, #category h6, #category h7, #page h1, #page h2, #page h3, #page h4, #page h5, #page h6, #page h7 {
        max-width: 92%;
        margin: 0 auto;
    }

    #index h2, #category h1, #page h1 {
        font-size: 1.9rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        padding: 2.0rem 2.0rem 2.0rem 3.5rem;
        margin: 2.5rem auto 3.0rem;
        position: relative;
    }

    #index h2 {
        margin: 8.5rem auto 3.0rem;
    }

    #category h1, #page h1 {
        margin: 2.5rem 0 8.0rem;
    }

    #index h2::before, #category h1::before, #page h1::before {
    }

    #index h2::after, #category h1::after, #page h1::after {
        content: "";
        width: calc(100% - 15px);
        height: 100%;
        background: #fff;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    #index h3, #category h2, #page h2 {
        max-width: 100%;
        font-size: 1.8rem;
        font-weight: 700;
        padding-left: 0.5em;
    }

    #index h3::before, #category h2::before, #page h2::before {
    }

    #index h3::after, #category h2 a::after, #page h2 a::after {
        width: 10px;
        height: 15px;
        background-size: auto 15px;
        position: absolute;
        right: 10px;
        bottom: -15px;
    }

    #category h2 a::after, #page h2 a::after {
        right: 10px;
        top: calc(19% - 3px);
    }

    #index h4, #category h3, #page h3 {
        max-width: 100%;
        font-size: 1.8rem;
        font-weight: 700;
        margin: 4.0rem auto 2.0rem;
        padding: 1.2rem 1.0rem 1.2rem 0.5em;
        line-height: 1.5;
        position: relative;
    }


    #index h4::before, #category h3::before, #page h3::before {
    }

    #index h5, #category h6, #category h4, #category h5, #category h6, #page h4, #page h5, #page h6 {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5;
        padding: 0 1.0rem 1.1rem 2.3rem;
        margin: 4.0rem auto 1.5rem;
        position: relative;
    }

    #index h5::before, #index h6::before, #category h4::before, #category h5::before, #page h4::before, #page h5::before {
        top: 40%;
        height: calc(100% - 17px);
    }

    .sitemap h2 a {
        color: #111;
    }

    /*--------------------------------------
　list
---------------------------------------*/
    #contents #index>ul, #contents #category>ul, #contents #page>ul {
        width: 92%;
    }

    #contents ul {
        width: 100%;
        box-sizing: border-box;
        margin: 2.0rem auto 2.0rem;
        padding: 0 3% 0;
    }

    #contents ul li {
        font-size: 1.6rem;
        min-height: 12px;
        padding: 0 0 0.3rem 8%;
        position: relative;
    }

    #contents ul li::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 12px;
        left: 0;
    }

    #contents #index>ol, #contents #category>ol, #contents #page>ol {
        width: 92%;
    }

    #contents ol {
        width: 100%;
        box-sizing: border-box;
        margin: 2.0rem auto 2.0rem;
        padding: 0 3% 0;
    }

    #contents ol li {
        font-size: 1.3rem;
        padding: 0 0 0.3rem 8%;
        list-style: none;
        position: relative;
        counter-increment: number;
    }

    #contents ol li::before {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 5px;
        left: 0;
        font-size: 1.0rem;
        line-height: 1.6;
        letter-spacing: -0.5px;
        text-align: center;
        color: #fff;
    }

    #contents ol li:nth-child(-n+9):before {
        content: counter(number);
    }

    #contents ol li:nth-child(n+10):before {
        content: counter(number);
    }

    /*--------------------------------------
　recommend,check,point
---------------------------------------*/
    #contents .rank_wrap p, #contents .recommend_number_wrap p, #contents .check_number_wrap p, #contents .point_number_wrap p {
        max-width: 92%;
    }

    /*point*/
    #contents .point {
        width: 100%;
        max-width: 100%;
        min-height: 70px;
        height: auto;
        font-size: 1.8rem;
        line-height: 1.4;
        background-size: 1px 100%;
        padding: 1rem 1.5rem 1rem 6.8rem;
        margin: 2.0rem auto 1.5rem;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    #contents .point::before {
        content: "";
        width: 50px;
        height: 50px;
        font-size: 1.0rem;
        font-weight: normal;
        line-height: 50px;
        letter-spacing: 0;
        text-align: center;
        background: url("img/rank_point.png") 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        top: 10px;
        left: 10px;
        /*-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);*/
    }

    #contents .point a {
        text-decoration: underline;
    }

    .caption {
        margin: 8px 0 0;
        font-size: 1.0rem;
        line-height: 1.3;
        word-break: break-all;
        color: #999;
    }

    /*--------------------------------------
　float-wrap
---------------------------------------*/
    #contents .float-wrap {
        width: 92%;
        margin: 4.0rem auto 4.0rem;
        position: relative;
    }

    #contents .float-wrap .flame {
        width: 85%;
        margin: 0 auto;
    }

    #contents .float-wrap .float-img {
        box-sizing: border-box;
        width: auto;
        margin: 0 auto 1.0rem;
        text-align: center;
    }

    #contents .float-wrap img {
        box-sizing: border-box;
        max-width: 100%;
    }

    #contents .float-wrap .sttl {
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    #contents .float-wrap .catch {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.6;
        margin: 0 0 1.5rem;
        color: #f57020;
    }

    #contents .float-wrap p {
        margin: 0;
        padding: 0;
    }

    #contents .float-wrap .fl {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 1.0rem 0;
        text-align: center;
        float: none;
    }

    #contents .float-wrap .fr {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 1.0rem 0;
        text-align: center;
        float: none;
    }

    #contents .float-wrap .ct {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto 1.0rem;
        padding: 0 0 1.0rem;
        text-align: center;
    }

    #contents .float-wrap .fl.t_small {
        box-sizing: content-box;
        width: 40%;
        padding: 0 6% 0.5rem 0;
        text-align: center;
        float: left;
    }

    #contents .float-wrap .fr.t_small {
        box-sizing: content-box;
        width: 40%;
        padding: 0 0 0.5rem 6%;
        text-align: center;
        float: right;
    }

    #contents .float-wrap .fl.t_small .flame, #contents .float-wrap .fr.t_small .flame {
        width: 100%;
    }

    #contents .float-wrap .float-body.fl {
        width: auto;
        position: static;
        text-align: left;
    }

    #contents .float-wrap .float-body.fr {
        width: auto;
        position: static;
        text-align: left;
    }

    /*float-wrap-head*/
    #index .float-wrap .float-wrap-head, #category .float-wrap .float-wrap-head, #page .float-wrap .float-wrap-head {
        display: table;
        width: auto !important;
        height: auto;
        background: none;
        border: none;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: left;
        color: #000;
        margin: 0 auto 0.8rem;
        position: relative;
    }

    #index .float-wrap .float-wrap-head a, #category .float-wrap .float-wrap-head a, #page .float-wrap .float-wrap-head a {
        width: auto;
        font-size: 100%;
        text-decoration: none;
    }

    #index .float-wrap .float-wrap-head a:hover, #category .float-wrap .float-wrap-head a:hover, #page .float-wrap .float-wrap-head a:hover {
        color: #000;
        text-decoration: none;
    }

    #index .float-wrap .float-body.fl .float-wrap-head, #category .float-wrap .float-body.fl .float-wrap-head, #page .float-wrap .float-body.fl .float-wrap-head, #index .float-wrap .float-body.fr .float-wrap-head, #category .float-wrap .float-body.fr .float-wrap-head, #page .float-wrap .float-body.fr .float-wrap-head {
        width: 100%;
    }

    #contents .float-wrap .float-wrap-head::after {
        content: none;
    }

    #contents .float-wrap p {
        width: 100%;
    }

    /*  btns*/
    #contents .btn-internal, #contents .btn-web, #contents .btn-tel, #contents .btn-link {
        max-width: 100%;
        text-align: center;
        margin: 2.0rem auto;
        padding: 0;
        width: 85%;
    }

    #contents .btn-internal::after, #contents .btn-web::after {
        content: '';
        display: block;
        width: calc(100% - 1px);
        height: calc(100% - 1px);
        position: absolute;
        right: -5px;
        bottom: -5px;
    }

    #contents .btn-internal:hover a, #contents .btn-web:hover a {
        -webkit-transform: none;
        transform: none;
    }

    .btn-internal a {
        display: block;
        padding: 1.8rem 3.0rem 1.8rem;
        font-size: 1.4rem;
        font-weight: bold;
        color: #FFF;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
        background: url("img/arrow_white.png") right 15px center no-repeat #fff;
        background-color: #f04f00;
        background-size: 6px auto;
        position: relative;
        transition: none;
        transform: none;
    }

    .btn-web a {
        display: block;
        padding: 1.8rem 3.0rem 1.8rem;
        font-size: 1.4rem;
        font-weight: bold;
        color: #FFF;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
        background: url("img/arrow_white.png") right 15px center no-repeat #e6dc14;
        background-color: #009245;
        background-size: 6px auto;
        position: relative;
        transition: none;
        transform: none;
    }

    #contents .btn-link {
        max-width: 100%;
        text-align: left;
    }

    .btn-link a {
        display: block;
        padding: 1.6rem 3.8rem 1.6rem 2.0rem;
        font-size: 1.4rem;
        font-weight: 700;
        color: #111;
        text-align: left;
        text-decoration: none;
        background: url(img/ico_arrow.png) right 15px center no-repeat;
        background-size: 14px auto;
        border: 1px solid #bbb;
    }

    .btn-link a::before {
    }

    .btn-link a:hover {
        opacity: 1;
        text-decoration: none;
    }

    .btn-tel {
        display: block;
    }

    .btn-tel a {
        background: url("img/ico_tel.png") left 30px center no-repeat, url("img/arrow_white.png") right 15px center no-repeat;
        background-size: 18px auto, 6px auto;
        background-color: #2c2d48;
        color: #fff;
        font-size: 1.4rem;
        padding: 1.8rem 3.5rem 1.8rem 4.5rem;
        display: block;
        text-align: center;
        position: relative;
        line-height: 1.3;
        z-index: 10;
        border-radius: 30px;
        font-weight: 700;
        text-decoration: none !important;
    }

    .btn-tel::after {
        content: '';
        display: block;
        width: calc(100% - 1px);
        height: calc(100% - 1px);
        position: absolute;
        right: -6px;
        bottom: -6px;
        background-color: #a5a7c6;
        border-radius: 30px;
    }

    /* ================== */
    /*  テーブル　　　　　*/
    /* ================== */
    #contents #index>table {
        width: 92%;
    }

    #contents table {
        box-sizing: border-box;
        width: 100%;
        max-width: initial;
        max-width: auto;
        table-layout: fixed;
        margin: 3.0rem auto 3.0rem;
        border-bottom: none;
        border-right: none;
    }

    #contents table th {
        padding: 1.0em 2.5%;
        background: #f5f5f5;
        line-height: 1.3;
        text-align: center;
        font-size: 1.3rem;
        color: #111;
        font-weight: normal;
        border: none;
        border-bottom: solid 1px #8e8e8e;
        border-right: solid 1px #8e8e8e;
    }

    #contents table td {
        line-height: 2.4rem;
        padding: 1.0em 5%;
        background: #fff;
        font-size: 1.3rem;
        text-align: left;
        word-wrap: break-word;
        border: none;
        border-bottom: solid 1px #8e8e8e;
        border-right: solid 1px #8e8e8e;
    }

    /*#contents table tr:last-child td {
	border-bottom: none;
}
*/
    /*--------------------------------------
　box-wrap
---------------------------------------*/
    #contents .box-wrap {
        display: block;
        width: 92%;
        max-width: 92%;
        margin: 6.0rem auto;
    }

    #contents .box-wrap .box {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 2rem;
        margin: 0 0 30px;
        float: none;
        position: relative;
    }

    #contents .box-wrap .box:nth-child(n+3) {
        margin-top: 0;
    }

    #contents .box-wrap .box:first-child {
        padding: 2.0rem;
    }

    #contents .box-wrap .box:last-child {
        margin: 0;
    }

    #contents .box-wrap .box .permalink {
        display: none;
    }

    #contents .box-wrap .box .thumb {
        position: relative;
    }

    /*box-head*/
    #index .box-wrap .box-head, #category .box-wrap .box-head, #page .box-wrap .box-head {
        display: block;
    }

    #index .box-wrap .box-head a, #category .box-wrap .box-head a, #page .box-wrap .box-head a {
        display: block;
        font-size: 100%;
    }

    #index .box-wrap .box-head a:hover, #category .box-wrap .box-head a:hover, #page .box-wrap .box-head a:hover {
        color: #111;
        text-decoration: none;
    }

    #index .box-wrap .box-head::after, #category .box-wrap .box-head::after, #page .box-wrap .box-head::after {
        content: none;
    }

    #contents .box-wrap .box p {
        font-size: 1.4rem;
        margin: 0;
    }

    #contents .box-wrap .box .btn-internal {
        margin: 2.0rem auto;
    }

    /*type-a*/
    #contents .box-wrap .type-a {
    }

    #contents .box-wrap .type-a .thumb {
        position: relative;
    }

    #contents .box-wrap .type-a .box-head {
        font-size: 1.7rem;
        line-height: 1.4;
        font-weight: 500;
        color: #111;
        padding: 2.0rem 1.0rem;
        margin: 0 0 0;
    }

    #contents .box-wrap .type-a .box-head a {
        display: block;
        width: 100%;
        font-size: 1.7rem;
        line-height: 1.4;
        color: #111;
        background: url("img/arrow_black.png") right center no-repeat;
        background-size: 8px auto;
        padding: 0 2.0rem 0 0;
        position: relative;
    }

    #contents .box-wrap .type-a .box-head a:hover {
        opacity: 1;
    }

    #contents .box-wrap .type-a .box-body {
    }

    #contents .box-wrap .type-a .box-body .smallPic {
        width: 75px;
        float: left;
    }

    #contents .box-wrap .type-a .box-body p {
        width: calc(100% - 95px);
        float: right;
    }

    /*type-b*/
    #contents .box-wrap .type-b {
        margin-bottom: 2rem;
    }

    #contents .box-wrap .type-b:nth-child(n+3) {
        margin-top: -1px;
    }

    #contents .box-wrap .type-b .box-head-area {
        display: block;
        padding: 1rem 0;
        margin: 0 0 1rem 0;
    }

    #contents .box-wrap .type-b .thumb {
        display: table-cell;
        vertical-align: middle;
        width: 80px;
        position: relative;
    }

    #contents .box-wrap .type-b .thumb::before {
        content: "";
        width: 31px;
        height: 31px;
        background: url("img/box-wrap_b_dotline.png") no-repeat;
        background-size: 100% auto;
        position: absolute;
        right: 5px;
        bottom: -5px;
    }

    #contents .box-wrap .type-b .thumb img {
        border-radius: 100px;
    }

    #contents .box-wrap .type-b .box-head {
        vertical-align: middle;
        font-size: 1.7rem;
        line-height: 1.4;
        font-weight: 700;
        color: #111;
        padding: 0;
    }

    #contents .box-wrap .type-b .box-head a {
        display: block;
        width: 100%;
        font-size: 1.7rem;
        line-height: 1.4;
    }

    #contents .box-wrap .type-b .box-head a:hover {
        opacity: 1;
    }

    #contents .box-wrap .type-b .caption {
        margin: 2.0rem 0 0;
    }

    /*--------------------------------------
　frame-wrap
---------------------------------------*/
    #contents .frame-wrap {
        width: 92%;
        max-width: 92%;
        margin: 3.0rem auto;
    }

    #contents .frame-wrap .inner {
        margin: 0 auto;
    }

    #contents .frame {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 2.0rem;
        background-color: #fff;
        float: none;
    }

    #contents .frame-wrap .frame:first-child {
        margin: 0 0 2.0rem;
    }

    #contents .frame-wrap .frame:nth-child(3n+1) {
        margin: 0 0 2.0rem;
    }

    #contents .frame-wrap .type-f .frame-head {
        padding: 0 2rem;
        min-height: 85px;
    }

    #contents .frame-wrap .frame:nth-child(n+4) {
        margin-top: 0;
    }

    #contents .frame-wrap .frame:last-child {
        margin: 0 0 0;
    }

    #contents .frame-wrap .frame a {
        display: block;
        text-decoration: none;
    }

    /*frame-head*/
    #index .frame .frame-head, #category .frame .frame-head, #page .frame .frame-head {
        display: block;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 1.4;
    }

    #contents .frame-wrap .type-e .frame-head {
        padding: 2rem;
    }

    #index .frame .frame-head a, #category .frame .frame-head a, #page .frame .frame-head a {
        width: auto;
        font-size: 100%;
        text-decoration: none;
    }

    #index .frame .frame-head a:hover, #category .frame .frame-head a:hover, #page .frame .frame-head a:hover {
        opacity: 1;
    }

    #contents .frame .frame-head p {
        margin: 0;
    }

    #contents .frame .frame-body {
        padding: 0 1.5rem 3.0rem;
    }

    #contents .frame .frame-body .frame-catch {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5;
        color: #000;
        margin: 0 0 1.5rem;
    }

    #contents .frame .frame-body p {
        font-size: 1.4rem;
        margin: 0;
    }

    #contents .frame .thumb {
    }

    #contents .frame p.caption {
        margin: 1.0rem 1.0rem 0;
    }

    /*type-a*/
    #contents .frame-wrap .type-a {
        border: 1px solid #111;
    }

    #contents .frame-wrap .type-a .frame-catch {
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: center;
        color: #8c8200;
        border-top: 5px solid #e6dc14;
        padding: 1.5rem 2.5rem;
        position: relative;
    }

    #contents .frame-wrap .type-a .frame-catch::before {
        content: "";
        background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
        background-size: 6px 1px;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    #contents .frame-wrap .type-a .frame-catch::after {
        content: "";
        width: 19px;
        height: 11px;
        background: url("img/frame-wrap_baloon.png") no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: calc(50% - 10px);
        bottom: -10px;
    }

    #contents .frame-wrap .type-a .frame-head {
        font-size: 1.7rem;
        line-height: 1.5;
        font-weight: 500;
        padding: 1.8rem 1.5rem;
    }

    #contents .frame-wrap .type-a .frame-head a {
        display: block;
        width: 100%;
        background: url("img/arrow_black.png") right center no-repeat;
        background-size: 6px auto;
        padding: 0 2.0rem 0 0;
        position: relative;
    }

    #contents .frame-wrap .type-a .frame-head a:hover {
        opacity: 1;
    }

    #contents .frame-wrap .type-a .thumb {
        width: 80%;
        margin: 0 auto;
    }

    #contents .frame-wrap .type-a .caption {
        text-align: center;
        padding: 0 20px;
    }

    #contents .frame-wrap .type-a ul.icoArea {
        width: 100%;
        text-align: center;
        padding: 0 1.5rem;
        margin: 2.0rem auto;
    }

    #contents .frame-wrap .type-a ul.icoArea li {
        width: calc(100% / 3);
        padding: 0 0.6rem;
        margin: 0 0 0 0;
        float: left;
    }

    #contents .frame-wrap .type-a ul.icoArea li:first-child {
        margin: 0 0 0 0;
    }

    #contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
        margin: 0 0 0 0;
    }

    #contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
        margin-top: 1.6rem;
    }

    #contents .frame-wrap .type-a ul.icoArea .ico {
        width: 57px;
        margin: 0 auto;
    }

    #contents .frame-wrap .type-a ul.icoArea .icoTxt {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        padding: 10px 0 8px;
        position: relative;
    }

    #contents .frame-wrap .type-a ul.icoArea .icoTxt::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #e6dc14;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    /*type-b*/
    #contents .frame-wrap .type-b {
        border-top: 4px solid #f57020;
    }

    #contents .frame-wrap .type-b .frame-head {
        font-size: 1.7rem;
        line-height: 1.5;
        padding: 1.8rem 1.5rem;
        margin: 0 0 2.0rem;
        position: relative;
    }

    #contents .frame-wrap .type-b .frame-head a {
    }

    #contents .frame-wrap .type-b .frame-head a:hover {
        opacity: 1;
    }

    #contents .frame-wrap .type-b .thumb {
        width: 80%;
        margin: 0 auto;
    }

    #contents .frame-wrap .type-b .caption {
        text-align: center;
        padding: 0 1.0rem;
    }

    #contents .frame-wrap .type-b .frame-body {
        margin: 2.0rem auto 0;
    }

    #contents .frame-wrap .type-b table {
        box-sizing: border-box;
        width: 100%;
        letter-spacing: 0;
        margin: 2.0rem auto;
    }

    #contents .frame-wrap .type-b table th {
        display: table-cell;
        width: 40%;
        font-size: 1.3rem;
        font-weight: normal;
        line-height: 1.4;
        border-right: 1px solid #111;
        padding: 1.0rem 1.0rem;
    }

    #contents .frame-wrap .type-b table td {
        display: table-cell;
        font-size: 1.3rem;
        line-height: 1.4;
        padding: 1.0rem 1.0rem;
        word-wrap: break-word;
    }

    #contents .frame-wrap .type-b table:last-of-type {
        margin-bottom: 0;
    }

    /*type-c*/
    #contents .frame-wrap .type-c {
        background-color: #f5f5dc;
    }

    #contents .frame-wrap .type-c .eng {
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.06em;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, 0-1px 0 #333, -1px 0 0 #333, 1px 0 0 #111;
        margin: 3.0rem 0 0;
        position: relative;
        top: -1.0rem;
    }

    #contents .frame-wrap .type-c .frame-head {
        font-size: 1.7rem;
        line-height: 1.5;
        font-weight: 500;
        border-bottom: 2px solid #fff;
        padding: 0.5rem 1.8rem 2.0rem;
        margin: 0 0 2.0rem;
        position: relative;
    }

    #contents .frame-wrap .type-c .frame-head a {
        display: block;
        width: 100%;
        background: url("img/arrow_black.png") right center no-repeat;
        background-size: 8px auto;
        padding: 0 2.0rem 0 0;
        position: relative;
    }

    #contents .frame-wrap .type-c .frame-head a:hover {
        opacity: 1;
    }

    #contents .box-wrap .type-c .box-head-area {
        min-height: inherit;
        margin: 0;
        padding-bottom: 20px;
    }

    #contents .box-wrap .type-c .box-head h3.type-c__title {
        max-width: 100%;
        font-size: 1.8rem;
    }

    #contents .box-wrap .type-c .box-head h3.type-c__title a {
        background: url(img/arrow_orange_right.png) no-repeat right center;
        background-size: 8px auto;
    }

    #contents .frame-wrap .type-c .thumb {
        width: 60%;
        margin: 0 auto 2.0rem;
    }

    #contents .frame-wrap .type-c .thumb img {
        border-radius: 100px;
    }

    /*type-e*/
    #contents .frame-wrap .type-e .frame-head .type-e__title a {
        background-size: 8px auto;
    }

    /*btn-web*/
    #contents .frame .frame-body .btn-web {
        width: 85%;
        margin: 25px auto 0;
    }

    .sp.bottomBanner {
        display: none !important;
    }
}

.bottom_ban {
    margin: 100px 20px 20px 20px;
}

#contents #side .btn-internal {
    width: 90%;
    margin: 0 auto 20px;
}

#contents #side .btn-internal a {
    padding: 20px;
}

#page p a, #page table a {
    text-decoration: underline;
}

#page p.btn-internal a, #page p.btn-web a {
    text-decoration: none;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .onlyPC {
        display: none !important;
    }

    .float-wrap img {
        width: auto;
    }

    #index h2::after, #category h1::after, #page h1::after {
        box-shadow: none;
    }
}
