@charset "utf-8";

/* 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-Regular.woff2") format("woff2"), url("fonts/NS-Regular.woff") format("woff");
    font-display: swap;
}

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


/* CSS Document */


/*--------------------------------------------------------------------------
 reset
 ---------------------------------------------------------------------------*/

h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]),
h6:not([class]),
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    font-size: 100%;
}

ul:not([class]) {
    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;
}

html {
    font-size: 62.5%;
}

h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]),
h6:not([class]),
.catch {
    font-weight: bold !important;
}

.pr-obi {
    background: #E3F4E2;
    border-radius: 8px;
    color: #399e7e;
    font-size: 2rem;
    font-weight: bold;
    padding: 1.5rem 6rem;
    position: relative;
    margin: 6rem 0 3rem 4rem;
}

.pr-obi:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url(img/point.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
}

.check-obi {
    background: #E0F2CA;
    border-radius: 8px;
    color: #399e7e;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: .1em;
    padding: 1.5rem 6rem;
    position: relative;
    margin: 6rem 0 3rem 4rem;
}

.check-obi:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url(img/check.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
}

@media all and (-ms-high-contrast: none) {

    h1:not([class]),
    h2:not([class]),
    h3:not([class]),
    h4:not([class]),
    h5:not([class]),
    h6:not([class]),
    .catch,
    .btn-web a,
    .btn-internal a,
    .fukiCatch {
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
    }
}


/*--------------------------------------
　Base
---------------------------------------*/

body {
    color: #2D261E;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    min-width: 1000px;
    overflow-x: hidden;
    word-break: break-word;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #2D261E;
    text-decoration: none;
}

a:hover {}

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: bold;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}

.wi1000 {
    width: 1000px;
    margin: 0 auto;
}

.dashed {
    border: 1px dashed #444;
}

.bgbd {
    background: url(img/bg_orange.jpg);
}

a:hover {
    opacity: 0.7;
}

p:not([class]) a {
    text-decoration: underline;
}


/*--------------------------------------
Slider　カルーセルつきスライドショー
---------------------------------------*/

.slide-area {
    margin: 0 auto 60px;
    max-width: 740px;
}

.slider-area .slider {
    position: relative;
}

.slick-slide {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-height: 480px;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track::before,
.slick-track::after {
    display: table;
    content: "";
}

.slick-track::after {
    clear: both;
}


/* .slick-loading .slick-track {
  visibility: hidden;
} */

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-initialized>.slick-slide img {
    height: 580px;
}

.slick-initialized .slick-slide p {
    display: block;
    margin: 20px 0 0 0;
    line-height: 1.8;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}

/* .slick-loading .slick-slide {
  visibility: hidden;
} */

.slick-vertical .slick-slide {
    display: block;
    height: 68px;
    box-sizing: border-box;
}

.slider {
    position: relative;
}

.slider img {
    max-width: 100%;
    height: auto;
}

.slider .slider-nav {
    position: relative;
}

.slider .slider-nav .slick-list {
    padding: 0 !important;
}

.slider .slider-nav .slick-track {
    left: 0;
    width: 100%;
    opacity: 1;
}

.slider .slider-nav .slick-slide {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
    padding: 8px;
}

.slider .slider-nav .slick-slide img {
    height: 52px;
    width: 100%;
    object-fit: cover;
}

.slider .slider-nav .slick-slide:hover {
    opacity: 0.5;
}

.slider .slider-nav .slick-arrow {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider .slider-nav .slick-prev {
    right: 0;
    border-width: 0;
    border-color: transparent transparent transparent #444444;
}

.slider .slider-nav .slick-next {
    left: 0;
    border-width: 0;
    border-color: transparent #444444 transparent transparent;
}

.slider .slider-for {
    float: left;
    width: 85%;
    position: relative;
}

.slider .slider-for button.slick-prev {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2%;
    z-index: 5;
    background: url(img/arrow_slide_next.svg) no-repeat center;
    background-size: 15px auto;
    width: 15px;
    height: 23px;
    font-size: 0;
}

.slider .slider-for button.slick-next {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2%;
    z-index: 5;
    background: url(img/arrow_slide_prev.svg) no-repeat center;
    background-size: 15px auto;
    width: 15px;
    height: 23px;
    font-size: 0;
}

.slider .slider-nav {
    position: absolute;
    top: 45%;
    right: 0;
    width: 12%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 491px;
}

.slider .slider-nav .slick-arrow {
    /* left: 50%; */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider .slider-nav .slick-next {
    top: -1.5em;
    /*  background: url(img/arrow_slide_thumb_top.png) center center no-repeat; */
    width: 22px;
    height: 13px;
    font-size: 0;
}

.slider .slider-nav .slick-prev {
    /* top: auto; */
    /* bottom: 3.5em; */
    /* background: url(img/arrow_slide_thumb_bottom.png) center center no-repeat; */
    width: 22px;
    height: 13px;
}

.slick-slide {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}


/* ================== */


/*header　*/


/* ================== */

header {
    position: relative;
}

#headNoteArea {
    width: 100%;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
}

#headNoteArea .areaInner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 110px 0 120px;
}

#headNoteArea .sitename,
#headNoteArea .sitename a {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
    font-weight: normal !important;
    margin: 5px auto;
    line-height: 1.2;
}

#headNoteArea .sitename:before {
    content: "PR";
    display: inline-block;
    background: #393939;
    color: #fff;
    text-align: center;
    width: 3rem;
    margin-right: 1rem;
    font-size: 1.4rem;
}

#headNoteArea .sitename a {
    background: none;
    padding: 0;
}

#headNoteArea img {
    display: block;
    width: 138.61px;
    margin: 10px auto 20px;
}

#headNoteArea a:hover img {
    opacity: 0.7;
}


/* ================== */


/*g-nav　*/


/* ================== */

#g-nav {
    width: 100%;
    position: relative;
    margin: 0 0 20px;
}

#g-nav ul:not([class]) {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

#g-nav ul:not([class]) li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 20%;
    position: relative;
    background-size: 104px, auto;
}

#g-nav ul:not([class]) li::after {
    content: "";
    width: 1px;
    height: 37px;
    display: inline-block;
    border-left: 1px solid #444;
    position: absolute;
    top: calc(50% - 18.5px);
    left: 0;
}

#g-nav ul:not([class]) li:last-child::before {
    content: "";
    width: 1px;
    height: 37px;
    display: inline-block;
    border-right: 1px solid #444;
    position: absolute;
    top: calc(50% - 18.5px);
    right: 0;
}

#g-nav ul:not([class]) li:hover {
    background-color: #f6f5f3;
}

#g-nav li a {
    color: #5f3700;
    display: block;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 20px;
    box-sizing: border-box;
    line-height: 1.8rem;
}


/*--------------------------------------
　Pankuzu
---------------------------------------*/

#pankuzu {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 14px auto 40px;
    padding: 0 0 0 10px;
    width: 1000px;
    background: #FAF8F4;
    position: relative;
    z-index: 2;
}

#pankuzu::before {
    width: 200vw;
    height: 25px;
    background-color: #FAF8F4;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100vw;
    content: "";
    z-index: -1;
    display: block;
}

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


/*--------------------------------------
　Main Contents
---------------------------------------*/

.contents {
    margin: 0 auto;
    padding: 0;
}

.index,
.category,
.page {
    margin: 0;
    padding: 0;
}

.category,
.page {
    width: 1000px;
    margin: 0 auto 100px;
}

.category .baseBox,
.page .baseBox {
    width: 760px;
    float: left;
}


/*--------------------------------------
　PageTop
---------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    width: 60px;
}

#page-top:hover {
    opacity: 0.9;
}


/*--------------------------------------
　Side
---------------------------------------*/

#side {
    box-sizing: border-box;
    width: 220px;
    float: right;
    margin: 0 0 60px;
}

#side .sideTopBox {
    background: #FAF8F4;
    margin: 6px 0 30px;
    position: relative;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 0 5px 10px;
    box-sizing: border-box;
}

#side .sideTopBox .catch {
    color: #399e7e;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    padding: 20px 10px 15px;
    margin: 0 0 20px;
    position: relative;
    z-index: 2;
}

#side .sideTopBox .catch::before {
    content: "";
    background: #399e7e;
    width: 55px;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#side .sideTopBox .imgBox {
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

#side .sideTopBox p {
    font-size: 1.4rem;
    line-height: 1.571428571;
    padding: 0 13px;
    position: relative;
    z-index: 2;
}

#side .sideTopBox .dtlBtn {
    padding: 0 13px 13px;
    position: relative;
    z-index: 2;
}

#side .sideTopBox .dtlBtn a {
    text-align: center;
    display: block;
    background: #fff url(img/arrow_black.png) no-repeat right 10px center;
    background-size: 10px auto;
    padding: 10px 25px 10px 20px;
    outline: solid 1px #2b2b2b;
    outline-offset: -4px;
}

#side .sideBox {
    box-sizing: border-box;
    margin: 0 0 30px;
    overflow: hidden;
}

#side .sideBox a {
    line-height: 1.6;
}

#side .sideBox .sttl {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#side .sideBox .sttl a {
    display: block;
    height: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    padding: 20px 30px 18px 20px;
    position: relative;
    z-index: 2;
    background: #FAF8F4 url(img/arrow_black.png) no-repeat right 15px center;
    background-size: 8px auto;
    border-radius: 10px;
}

#side .sideBox .sttl a:hover {
    opacity: 0.7;
}

#side .sideBox ul:not([class]) {
    padding: 0 !important;
    margin: 0;
    background: #fff;
}

#side .sideBox li {
    border-top: dashed 1px #d4d4d4;
    background: none;
    padding: 0;
}

#side .sideBox li:first-child {
    border-top: none;
}

#side .sideBox li ul.subList li {
    border-top: dashed 1px #d4d4d4;
}

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

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

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

#side .sideBox .subList li:last-child {
    background: none;
}

#side .sideBox .subList li a {
    background: url(img/arrow_side_sub.png) no-repeat left 15px top 10px, url(img/arrow_black.png) right 10px center no-repeat;
    background-size: auto, 12px auto;
    display: block;
    padding: 13px 25px 13px 32px;
}

#side .sideBox ul:not([class]) li span:hover {
    opacity: 1;
    border-bottom: solid 2px #f6e847;
}

#side .sideBox ul:not([class]) li a:hover {
    opacity: 1;
}


/*--------------------------------------
Footer
---------------------------------------*/

footer {
    margin: 0;
    padding: 0;
    background: #F9FFF2;
}

footer .areaInner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

footer a {
    text-decoration: none;
}

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

footer .areaInner .footBox {
    margin: 0 0 30px 0;
}

footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #7DBF70;
    padding: 0 0 6px 0;
    margin: 0 0 14px 0;
}

footer .areaInner .footBox .sttl a {
    background: url("img/arrow_green.png") 6px 50% no-repeat;
    background-size: 10px auto;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #399e7e;
    padding: 3px 0 3px 30px;
}

footer .footBox ul:not([class]) {
    padding: 0 20px;
}

footer .areaInner .footBox .accChild {
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    margin-top: 3rem;
    padding: 0 0 0 3rem;
}

footer .areaInner .footBox .accChild li {
    background: none;
}

footer .areaInner .footBox .accChild li.subCat {
    padding: 0 34px;
}


footer .areaInner .footBox .accChild .sp+li::before {
    letter-spacing: 0;
    color: #a3b9b7;
}

footer .areaInner .footBox .accChild .sp+li::before {
    letter-spacing: 0;
    color: #a3b9b7;
}

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

footer .areaInner .footBox .accChild .subList li::after {
    content: "　/　";
    letter-spacing: 0;
    color: #fff;
}

footer .areaInner .footBox .accChild .subList li:last-child::after {
    content: none;
}

footer .areaInner .footBox .accChild li {
    display: inline-block;
    position: relative;
    width: calc(100% / 3);
    margin-bottom: 1.5rem;
    padding: 0 2rem;
    box-sizing: border-box;
    position: relative;
}

footer .areaInner .footBox .accChild li a {
    background: url("img/arrow_slide_next.png") 0 50% no-repeat;
    background-size: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 0 16px;
}

footer .areaInner .footBox .accChild .subList li:first-child::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -9px;
    width: 8px;
    height: 1px;
    background: #333;
}

footer .areaInner .footBox .accChild .subList {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 20px;
    margin: 1rem 0 0 0;
    padding: 0 2rem;
}

footer .areaInner .footBox .accChild .subList li {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
}

footer .areaInner .footBox .accChild .subList li a {
    padding: 0 8px;
    font-size: 13px;
    font-size: 1.3rem;
    background: none;
}

footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 71%;
    color: #444;
    margin: 60px auto 35px;
}

footer .areaInner .noticeArea p {
    padding: 20px 30px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .03em;
    margin: 0;
}

footer .areaInner .noticeArea .botPrg {
    font-size: 12px;
    font-size: 1.2rem;
    background: transparent;
    text-align: center;
    padding: 10px 0 0;
    border: none;
}

footer .botArea {
    background: #399e7e;
    padding: 13px 0;
}

footer .botArea .botInner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

footer .botArea .botInner .smap {
    float: right;
}

footer .botArea .botInner .smap a {
    background: url(img/arrow_white2.png) no-repeat left center;
    background-size: 6px auto;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 0 0 15px;
}

footer .botArea .botInner .smap a:hover {
    text-decoration: underline;
}

footer p.copy {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    float: left;
    margin: 0;
}

footer p.copy a {
    color: #fff;
}

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


/* ================== */


/*メインコンテンツ　*/


/* ================== */

.index .titLArea,
.category .titLArea,
.page .titLArea {
    text-align: center;
    margin: 20px auto 50px;
    position: relative;
}

.category .titLArea,
.page .titLArea {
    margin: 20px auto 50px;
}

.index .subtitArea {
    margin: 20px auto 50px;
}

.index .subtitArea .titLArea {
    margin: 20px auto;
}

.index h2:not([class]),
.category h1:not([class]),
.page h1:not([class]),
.index.lower_parts .titL {
    text-align: center;
    box-sizing: border-box;
    color: #399e7e;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 4.4rem;
    display: inline;
}

.category h1:not([class]),
.page h1:not([class]) {
    background: url(img/icon_h2.png) no-repeat top;
    background-size: 42px auto;
    padding: 25px 40px 0;
    display: block;
}

.category .titLArea::before,
.page .titLArea::before,
.category .titLArea::after,
.page .titLArea::after {
    height: calc(100% + 30px);
    top: 0;
}

.index h3:not([class]),
.category h2:not([class]),
.page h2:not([class]) {
    position: relative;
    margin: 35px 0 20px;
    padding: 23px 20px 23px 30px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 4rem;
    background: #E0F2CA;
    border-radius: 10px;
}

.index h3:not([class]) a,
.category h2:not([class]) a,
.page h2:not([class]) a {
    display: block;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 9px auto;
    padding-right: 2rem;
}

.index h3:not([class]) a:hover,
.category h2:not([class]) a:hover,
.page h2:not([class]) a:hover {
    opacity: 0.7;
}

.index h4:not([class]),
.category h3:not([class]),
.page h3:not([class]) {
    position: relative;
    margin: 35px 0 20px;
    padding: 18px 20px 17px 30px;
    color: #399e7e;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 3.5rem;
    z-index: 0;
}

.index h4:not([class]) a,
.category h3:not([class]) a,
.page h3:not([class]) a {
    display: block;
    color: #399e7e;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 9px auto;
    padding-right: 2rem;
}

.index h4:not([class])::before,
.category h3:not([class])::before,
.page h3:not([class])::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #E0F2CA;
    z-index: -1;
}

.index h4:not([class]) a:hover,
.category h3:not([class]) a:hover,
.page h3:not([class]) a:hover {
    opacity: 0.7;
}

.index h5:not([class]),
.category h6:not([class]),
.category h4:not([class]),
.category h5:not([class]),
.category h6:not([class]),
.page h4:not([class]),
.page h5:not([class]),
.page h6:not([class]) {
    position: relative;
    margin: 35px 0 20px;
    padding: 13px 30px 12px 10px;
    border-bottom: dashed 1px #7DBF70;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.index h5:not([class]) a:hover,
.category h6:not([class]) a:hover,
.category h4:not([class]) a:hover,
.category h5:not([class]) a:hover,
.category h6:not([class]) a:hover,
.page h4:not([class]) a:hover,
.page h5:not([class]) a:hover,
.page h6:not([class]) a:hover {
    opacity: 0.7;
}

.contents ul:not([class]) {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
}

.contents ul:not([class]) li {
    color: #333333;
    padding: 0 0 6px 22px;
    background: url(./img/listdot.png) 2px 9px no-repeat;
    line-height: 1.5;
}

.contents ol:not([class]) {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
    counter-reset: number;
}

.contents ol:not([class]) li {
    padding: 2px 0 2px 30px;
    list-style: none;
    position: relative;
    counter-increment: number;
}

.contents ol:not([class]) li::before {
    display: block;
    background-color: #2b2b2b;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
}

.contents ol:not([class]) li:nth-child(-n+9)::before {
    content: counter(number);
}

.contents ol:not([class]) li:nth-child(n+10)::before {
    content: counter(number);
}

p span {
    font-size: 1.8rem;
    font-weight: bold;
    background: linear-gradient(transparent 80%, #FFC4C4 80%);
}


/*--------------------------------------
　table
---------------------------------------*/

.contents table:not([class]) {
    width: 100%;
    table-layout: fixed;
    margin: 30px auto 30px;
}

.contents table:not([class]) th {
    width: 20%;
    padding: 14px 16px;
    background: #FAF8F4;
    border: 1px solid #9D9D9D;
    font-weight: normal;
    line-height: 2.2rem;
    text-align: center;
}

.contents table:not([class]) td {
    line-height: 2.2rem;
    padding: 14px 20px;
    border: 1px solid #9D9D9D;
    text-align: left;
    word-wrap: break-word;
}


/*.contents a:hover img {
opacity:0.7;
}*/

table.table-function {
    width: 100%;
    margin: 0 auto 45px;
}

table.table-function th {
    width: 26%;
    padding: 14px 16px;
    background: #FAF8F4;
    border: 1px solid #9D9D9D;
    font-weight: normal;
    line-height: 2.2rem;
    text-align: center;
}

table.table-function td {
    padding: 14px 20px;
    border: 1px solid #9D9D9D;
    text-align: left;
    word-wrap: break-word;
}

table.table-info {
    max-width: 853px;
    width: 100%;
    margin: 0 auto 45px;
}

table.table-info th {
    width: 32%;
    padding: 14px 16px;
    background: #FAF8F4;
    border: 1px solid #5c5c5c;
    line-height: 2.2rem;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
}

table.table-info td {
    line-height: 2.2rem;
    padding: 14px 20px;
    border: 1px solid #5c5c5c;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    word-wrap: break-word;
}


/*--------------------------------------
　float img
---------------------------------------*/

.contents .float-wrap {
    margin: 30px 0;
    box-sizing: border-box;
}

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

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

.contents .float-wrap .catch {
    color: #399e7e;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
    margin-bottom: 1.5rem;
}

.contents .float-wrap .fl {
    width: 350px;
    padding: 0 40px 10px 0;
    text-align: center;
}

.contents .category .float-wrap .fl,
.contents .page .float-wrap .fl {
    width: 380px;
}

.contents .float-wrap .fr {
    width: 350px;
    padding: 0 0 10px 40px;
    text-align: center;
}

.contents .category .float-wrap .fr,
.contents .page .float-wrap .fr {
    width: 380px;
}

.contents .float-wrap .center {
    width: 340px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
}

.contents .category .float-wrap .center,
.contents .page .float-wrap .center {
    width: 280px;
}

.caption {
    margin: 8px 0 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    word-break: break-all;
    color: #796D60;
}

.caption a {
    color: #796D60;
    word-break: break-all;
}


/*--------------------------------------
　btn
---------------------------------------*/

.btn-internal a,
.btn-web a {
    box-sizing: border-box;
}

.btn-internal {
    width: 400px;
    margin: 40px auto;
}

.btn-internal.small {
    width: 225px;
    margin: 40px auto;
}

.btn-internal a {
    background: #5EC2A2 url("img/arrow_white.png") right 25px top 50% no-repeat;
    background-size: 9px auto;
    border-radius: 200px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 18px 40px 17px 40px;
    display: block;
    text-align: center;
    position: relative;
    box-shadow: 3px 6px 0 #CFE3DD;
}

.btn-internal.down a {
    background: #399e7e url("img/arrow_white_down.png") right 25px top 50% no-repeat;
    background-size: 13px auto;
}
.btn-internal.down a:hover {
    background: #2a9371 url("img/arrow_white_down.png") right 25px top 50% no-repeat;
    background-size: 13px auto;
}
.btn-internal.small a {
    font-size: 1.5rem;
    padding: 20px 35px 19px 35px;
    margin-top: 3rem;
}
.index .addCont01 .thBoxArea .sBox01 .btn-internal.small a {
    background: #71b0d7 url(img/arrow_white_down.png) right 15px top 50% no-repeat;
    box-shadow: 3px 6px 0 #c3e3f7;
    background-size: 13px auto;
}
.index .addCont01 .thBoxArea .sBox01 .btn-internal.small a:hover {
    background-color: #599dc7;
    box-shadow: 3px 6px 0 #9cc6e0;
}
.lower_parts .addCont01 .thBoxArea .sBox01 .btn-internal.small a{
    background: #71b0d7 url(img/arrow_white.png) right 15px top 50% no-repeat;
}
.index .addCont01 .thBoxArea .sBox02 .btn-internal.small a {
    background: #efb852 url(img/arrow_white_down.png) right 15px top 50% no-repeat;
    box-shadow: 3px 6px 0 #ffdb98;
    background-size: 13px auto;
}
.index .addCont01 .thBoxArea .sBox02 .btn-internal.small a:hover {
    background-color: #dfaa49;
    box-shadow: 3px 6px 0 #e7c17a;
}
.lower_parts .addCont01 .thBoxArea .sBox02 .btn-internal.small a {
    background: #efb852 url(img/arrow_white.png) right 15px top 50% no-repeat;
}
.index .addCont01 .thBoxArea .sBox03 .btn-internal.small a {
    background: #e49cc7 url(img/arrow_white_down.png) right 15px top 50% no-repeat;
    box-shadow: 3px 6px 0 #f4c2e0;
    background-size: 13px auto;
}
.index .addCont01 .thBoxArea .sBox03 .btn-internal.small a:hover {
    background-color: #d58bb7;
    box-shadow: 3px 6px 0 #e0a3c7;
}
.lower_parts .addCont01 .thBoxArea .sBox03 .btn-internal.small a {
    background: #e49cc7 url(img/arrow_white.png) right 15px top 50% no-repeat;
}
.btn-internal.small.right a {
    background: #5EC2A2 url(img/arrow_white.png) right 15px top 50% no-repeat;
    background-size: 9px auto;
}

.btn-web {
    width: 400px;
    margin: 40px auto 90px;
}

.btn-web a {
    background: #EF8989 url("img/arrow_white.png") right 25px top 50% no-repeat;
    background-size: 9px auto;
    border-radius: 200px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 18px 40px 17px 40px;
    display: block;
    text-align: center;
    position: relative;
    box-shadow: 3px 6px 0 #EBE1DE;
}

.btn-internal a:hover {
    opacity: 1;
    opacity: unset;
    background-color: #53A186;
    box-shadow: 3px 6px 0 #BCD5CE;
    transition-timing-function: ease-in-out;
}

.btn-web a:hover {
    opacity: 1;
    opacity: unset;
    background-color: #C67472;
    box-shadow: 3px 6px 0 #D2D4CF;
    transition-timing-function: ease-in-out;
}

.btn-tel {
    display: none;
}

.btn-link {
    margin: 20px 0;
    text-align: right;
}

.btn-link a {
    background: url("img/arrow_green.png") 100% 50% no-repeat;
    background-size: 10px auto;
    padding: 4px 24px 4px 10px;
    line-height: 1.3;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: underline;
}

.btn-link a:hover {
    background: url("img/arrow_green_hover.png") 100% 50% no-repeat;
    text-decoration: none;
}

.btn-accordion {
    max-width: 400px;
    margin: 40px auto;
    background: #fff url(img/plus.png) right 20px top 50% no-repeat;
    background-size: 13px auto;
    border-radius: 200px;
    border: #5EC2A2 3px solid;
    color: #5EC2A2;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 17px 40px 16px 40px;
    display: block;
    text-align: center;
    position: relative;
    box-shadow: 3px 6px 0 #DBDBDB;
    cursor: pointer;
    box-sizing: border-box;
}

.btn-accordion:hover {
    opacity: 0.6;
}

.btn-accordion.open {
    background: #fff url(img/minus.png) right 20px top 50% no-repeat;
    background-size: 13px auto;
}

.btn-accordion.mokuji {
    width: 365px;
    background-color: #FAF8F4;
    border: none;
    box-shadow: none;
    color: #2D261E;
    font-size: 1.7rem;
    font-weight: normal;
}

#accordion-content,
#accordion-content-sel1,
#accordion-content-sel2,
#accordion-content-sel3,
#accordion-content-detail1,
#accordion-content-detail2,
#accordion-content-detail3,
#accordion-content-detail4,
#accordion-content-detail5,
#accordion-content-item1,
#accordion-content-item2,
#accordion-content-item3,
#accordion-content-item4,
#accordion-content-item5 {
    display: none;
}

.btn-internal--small {
    width: 180px;
    margin: 20px auto;
}

.btn-internal--small a {
    background: #5EC2A2 url(img/arrow_white.png) right 10px top 50% no-repeat;
    background-size: 9px auto;
    border-radius: 200px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 15px 20px;
    display: block;
    text-align: center;
    position: relative;
    box-shadow: 3px 6px 0 #CFE3DD;
    cursor: pointer;
}
.lower_map iframe {
    width: 100%;
    margin: auto;
    height: 310px;
}
/*--------------------------------------
　js-accordionHeight
---------------------------------------*/
.js-accordionHeight-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.3s;
    padding-top: 0;
}

.js-accordionHeight-content.open {
    height: auto;
    opacity: 1;
    padding-top: 10px;
}

/*--------------------------------------
　box-wrap
---------------------------------------*/

.contents .box-wrap {
    padding: 0;
    box-sizing: border-box;
}

.contents .box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 480px;
    margin: 0 0.7% 20px;
    box-sizing: border-box;
}

.contents .category .box {
    width: 366px;
}

.contents .page .box {
    width: 369px;
}

.contents .left_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    margin: 15px 30px 15px 0;
}

.contents .left_box:nth-of-type(even) {
    margin-right: 0;
}

.contents .left_box .flame {
    margin: 0 0 10px;
}

.contents .left_box .box-head {
    margin: 0 0 20px;
}

.contents .left_box .box-head .sttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: left;
    display: block;
    border: none;
    border-bottom: dashed 1px #c3b49f;
    outline: none;
    background: none;
    padding: 0;
    font-weight: bold;
}

.contents .left_box .box-head .sttl::before,
.contents .left_box .box-head .sttl::after {
    content: none;
}

.contents .left_box .box-head .sttl a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    padding: 35px 40px 35px 80px;
    background: url(img/arrow_black.png) no-repeat right center, url(img/icon-book.png) no-repeat left center;
    background-size: 10px auto, 66px auto;
    display: block;
    font-weight: bold;
}

.contents .left_box .box-body {
    text-align: left;
}

.contents .left_box .box-body p {
    margin: 0;
}

.contents .right_box {
    background: #fff;
    border: solid 5px #e6e6e6;
    padding: 50px 20px 30px;
    margin: 0 0.7% 50px;
}

.permalink {
    /*display: none;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.permalink:hover {
    background: rgba(255, 255, 255, 0.3);
}

.contents .right_box .fukiWrap {
    margin: -80px auto 0;
    display: table;
}

.contents .right_box .fukiCatch {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 12px 40px;
    border-radius: 25px;
    text-align: center;
    background: #83cdc0;
    position: relative;
    margin: 0;
    font-weight: bold;
    max-width: 380px;
}

.contents .category .right_box .fukiCatch,
.contents .page .right_box .fukiCatch {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 12px 30px;
    max-width: 312px;
}

.contents .right_box .box-head .sttl {
    border: none;
    border-bottom: solid 2px #83cdc0;
    margin: 10px 0 20px;
    text-align: left;
    padding: 0;
    outline: none;
    display: block;
    background: none;
    line-height: 1.3;
    font-weight: bold;
}

.contents .right_box .box-head .sttl::before,
.contents .right_box .box-head .sttl::after {
    content: none;
}

.contents .right_box .box-head a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 8px auto;
    display: block;
    padding: 15px 30px 15px 0;
    font-weight: bold;
}

.contents .right_box .box-body {
    text-align: left;
}

.contents .right_box .box-body p {
    margin: 0;
}

.contents .right_box .dashed {
    margin: 30px 0 0;
}

.contents .right_box .dashed ul:not([class]) {
    margin: 0;
    padding: 15px 15px 13px 20px;
}

.contents .right_box .dashed ul:not([class]) li {
    background: url(img/listdot.png) no-repeat 0 4px;
    padding: 0 0 3px 25px;
    font-size: 13px;
    font-size: 1.3rem;
}


/* frame-wrap */

.contents .frame-wrap {
    margin: 30px 0 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.contents .frame-wrap2 {
    margin: 0;
    padding: 50px 0 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.contents .frame-wrap .frameBoxWrap {}

.contents .frame {
    vertical-align: top;
    width: calc(33.333333% - 20px * 2 / 3);
    display: block;
    margin: 0 0 50px;
    box-sizing: border-box;
}

.contents .category .frame,
.contents .page .frame {
    width: 238px;
}

.contents .frameLeft {
    background: #fff;
    border: solid 5px #e6e6e6;
    padding: 20px;
    position: relative;
    margin: 0 0.7% 70px;
}

.contents .category .frameLeft,
.contents .page .frameLeft {
    padding: 20px 10px;
}

.contents .frameLeft::before {
    content: "";
    background: url(img/frame-wrap_circle.png) no-repeat;
    background-size: 100%;
    width: 120px;
    height: 80px;
    display: inline-block;
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    text-align: center;
    padding: 13px 0 0;
    box-sizing: border-box;
}

.contents .frameLeft .decoTtl {
    color: #089c97;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    width: 120px;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    font-weight: bold;
}

.contents .frameLeft .frame-head {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #444;
    border: none;
    border-bottom: solid 2px #83cdc0;
    padding: 15px 0 15px 0;
    margin: 0 0 20px;
    line-height: 1.3;
    display: block;
    background: none;
    outline: none;
    font-weight: bold;
}

.contents .frameLeft .frame-head::before,
.contents .frameLeft .frame-head::after {
    content: none;
}

.contents .frameLeft .frame-head a {
    background: url(img/arrow_green.png) no-repeat center right;
    background-size: 17px auto;
    display: block;
    padding: 0 25px 0 0;
    font-weight: bold;
}

.contents .frameLeft .frame-body p {
    text-align: left;
    margin: 0;
}

.contents .frame01 {
    padding: 0;
    margin-right: 20px;
    position: relative;
    border: 5px solid #ffeccf;
    border-radius: 10px;
    z-index: 0;
}

.contents .frame01:nth-of-type(3n) {
    margin-right: 0;
}

.contents .frame02 {
    padding: 0;
    margin-right: 20px;
    position: relative;
    background-color: #fff4e1;
    border-radius: 20px;
    z-index: 0;
}

.contents .frame02:nth-of-type(3n) {
    margin-right: 0;
}

.contents .category .frame01,
.contents .page .frame01 {
    margin-right: 20px;
}

.contents .category .frame01:nth-of-type(3n),
.contents .page .frame01:nth-of-type(3n) {
    margin-right: 0;
}

.contents .category .frame01 .inner::after,
.contents .page .frame01 .inner::after {
    border-width: 2px;
    bottom: -6px;
    right: -6px;
}

.contents .frame01 .inner {
    background: aliceblue;
    padding: 10px 20px 20px;
}

.contents .frame02 .inner {
    padding: 10px 15px 10px;
}

.contents .category .frame01 .inner,
.contents .page .frame01 .inner {
    padding: 10px 15px 30px;
    background: #f4efe5;
}

.contents .frame02 .inner ul {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.contents .frame02 .inner ul li {
    padding: 0 0 6px 16px;
    text-align: left;
    color: inherit;
    font-size: 1.3rem;
    background: url(./img/listdot.png) 0 6px no-repeat;
    background-size: 10px;
}

.contents .frame01 .frame-head {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 25px;
    border: none;
    margin: 0 0 20px;
    line-height: 1.3;
    display: block;
    background: none;
    outline: none;
    font-weight: bold;
}

.contents .frame02 .frame-head {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px dotted #ab916b;
    margin: 0 0 20px;
    line-height: 1.3;
    background: none;
    outline: none;
    font-weight: bold;
}

.contents .frame02 .frame-body {
    text-align: left;
}

.contents .frame01 .frame-head::before,
.contents .frame01 .frame-head::after {
    content: none;
}

.contents .frame01 .frame-head a {
    background: url(img/arrow_black.png) no-repeat center right;
    background-size: 17px auto;
    display: block;
    padding: 0 25px 0 10px;
    font-weight: bold;
}

.contents .frame02 .frame-head a {
    background: url(img/arrow_black.png) no-repeat center right;
    background-size: 10px auto;
    display: block;
    padding: 0 25px 0 10px;
    font-size: 2rem;
    font-weight: bold;
}

.contents .frame01 .frame-body {
    text-align: left;
}

.contents .frame01 .frame-body p {
    margin: 0;
}

.contents .frame01 .dashed {
    margin: 30px 0 0;
}

.contents .category .frame01 .dashed,
.contents .page .frame01 .dashed {
    margin: 20px 0 0;
}

.contents .frame01 .dashed ul:not([class]) {
    margin: 0;
    padding: 15px 15px 13px 20px;
    background: #fff;
}

.contents .frame01 .dashed ul:not([class]) li {
    background: url(img/listdot.png) no-repeat 0 7px;
    padding: 0 0 6px 15px;
    font-size: 13px;
    font-size: 1.3rem;
}

.contents .frameRight {
    border: solid 5px #e6e6e6;
    padding: 20px;
    position: relative;
    background: #fff;
}

.contents .category .frameRight,
.contents .page .frameRight {
    padding: 10px;
}

.contents .frameRight .ph {
    margin: 0 0 5px;
}

.contents .frameRight .frame-head {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
    color: #444;
    border: none;
    border-bottom: solid 2px #83cdc0;
    margin: 0 0 20px;
    line-height: 1.3;
    padding: 15px 0 15px 35px;
    position: relative;
    display: block;
    background: none;
    outline: none;
    font-weight: bold;
}

.contents .frameRight .frame-head::after {
    content: none;
}

.contents .frameRight .frame-head a {
    padding: 0 20px 0 0;
    background: url(img/arrow_green.png) no-repeat center right;
    background-size: 17px auto;
    display: block;
    font-weight: bold;
}

.contents .frameRight .frame-head::before {
    content: counter(div, decimal-leading-zero);
    counter-increment: div;
    color: #009994;
    font-style: italic;
    font-size: 24px;
    font-size: 2.4rem;
    position: absolute;
    left: 0;
    margin: -2px 0 0 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: none;
    width: auto;
    height: auto;
}

.contents .frameRight .frame-body {
    text-align: left;
}

.contents .frameRight .frame-body p {
    margin: 0;
}


/*共通パーツここまで*/

.auto {
    margin: 0 auto;
}

p {
    margin: 15px 0 15px 0;
}

.page.sitemap {
    width: 1000px;
    margin: 0 auto;
}

.page.sitemap h2:not([class]) a {
    color: #444;
}

.page.sitemap li a:hover {
    text-decoration: underline;
}


/*追加パーツ*/

.enTit {
    font-family: Arial, sans-serif;
    text-align: center;
    color: #7DBF70;
    margin: 0;
    display: inline-block;
    padding: 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1rem;
    letter-spacing: 0.1em;
}


/*addCont01*/

.index .addCont01 {
    background: url(img/bg_orange.jpg);
    padding: 0 0 60px;
	    background-size: cover;
}

.index .addCont01 .headArea {
    margin: 0 0 50px;
    text-align: center;
    padding-top: 80px;
    position: relative;
}

.index .addCont01 .titLArea {
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
    max-width: 720px;
}

.index .addCont01 .titLArea::before,
.index .addCont01 .titLArea::after {
    content: none;
}

.index .addCont01 .titL {
    margin: 0 auto 40px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 4.8rem;
    display: inline;
    padding: 0;
    border: none;
    outline: none;
}

.index .addCont01 .titL span {
    font-size: 37px;
    font-size: 2.7rem;
}

.index .addCont01 .thBoxArea {
    margin: 90px 0 40px;
}

.index .addCont01 .thBoxArea .sBox {
    width: 310px;
    padding: 0 0 40px;
    border-radius: 20px;
    float: left;
    margin: 0 30px 0 0;
    background: #fff;
    position: relative;
    box-sizing: border-box;
}

.index .addCont01 .thBoxArea .sBox01::before {
    background: url("img/ico_low01.png") top no-repeat;
}

.index .addCont01 .thBoxArea .sBox02::before {
    background: url("img/ico_middle01.png") top no-repeat;
}

.index .addCont01 .thBoxArea .sBox03::before {
    background: url("img/ico_high01.png") top no-repeat;
}

.index .addCont01 .thBoxArea .sBox:nth-child(3n) {
    margin: 0;
}

.index .addCont01 .thBoxArea .sBox::before {
    content: "";
    position: absolute;
    top: -45px;
    left: -10px;
    margin: auto;
    width: 70px;
    height: 70px;
    background-size: 100% auto;
}

.index .addCont01 .thBoxArea .sBox .sTit {
    padding: 23px 20px;
    margin: 0 0 25px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.555555556;
    text-align: center;
    border-radius: 20px 20px 0 0;
    display: block;
}

.index .addCont01 .thBoxArea .sBox01 .sTit {
    background: #C3E3F7;
}

.index .addCont01 .thBoxArea .sBox02 .sTit {
    background: #FFDB98;
}

.index .addCont01 .thBoxArea .sBox03 .sTit {
    background: #F4C2E0;
}

.index .addCont01 .thBoxArea .sBox .sTit::before {
    content: none;
}

.index .addCont01 .thBoxArea .sBox .caption {
    text-align: center;
    margin: 15px 0 0;
}

.index .addCont01 .thBoxArea .sBox .comName {
    color: #399e7e;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    background: none;
    border: none;
    border-left: none;
    padding: 0 20px 10px;
    margin: 0 0 20px;
    line-height: 1.590909091;
    display: block;
    outline: none;
    font-weight: bold;
}

.index .addCont01 .thBoxArea .sBox .comName::before,
.index .addCont01 .thBoxArea .sBox .comName::after {
    content: none;
}

.index .addCont01 .thBoxArea .sBox .comsubtitle {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin: 15px 0 0;
    font-weight: bold;
}

.index .addCont01 .thBoxArea .sBox .comdesc {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    background: none;
    border: none;
    border-left: none;
    padding: 0 0 20px;
    margin: 0 0 0px;
    line-height: 1.3;
    display: block;
    outline: none;
    font-weight: bold;
}

.index .addCont01 .thBoxArea .sBox .comdesc span.big {
    font-size: 24px;
    font-size: 2.4rem;
}

.index .addCont01 .thBoxArea .sBox .comdesc span.small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}

.index .addCont01 .thBoxArea .sBox .comdesc span.underline {
    background: linear-gradient(transparent 60%, #ffe681 60%);
}

.equiplists-wrapper {
    border-top: 1px dashed #5f3700;
    border-bottom: 1px dashed #5f3700;
    padding: 0;
    margin: 0px 0 20px;
}

.equiplists-wrapper.big {
    border-top: 1px dashed #5f3700;
    border-bottom: 1px dashed #5f3700;
    padding: 30px 0;
    margin: 20px 0 40px;
}

.equiplists-title {
    font-size: 2rem;
    text-align: center;
}

.equiplists {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 10px;
    margin: 15px auto 0;
}

.equiplist {
    width: 33.333333%;
    height: 50px;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    font-feature-settings: "palt";
    padding-top: 70px;
}

.equiplist.big {
    width: 12%;
    height: 70px;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: left;
    padding: 0 0 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.equiplists-catch {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ff7e00;
    margin: 20px 0 10px;
}

.index .life-image p {
    margin: 25px 0 30px;
}

.index .day-flow {
    width: 100%;
    background: #7DBF70;
    border-radius: 10px;
    padding: 7px;
    box-sizing: border-box;
}

.index .day-flow_ttl {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem 1rem .5rem;
}

.index .day-flow_body {
    background: #FAF8F4;
    border-radius: 0 0 10px 10px;
}

.index .day-flow ul {
    padding: 20px 20px 25px;
    margin-bottom: 0;
}

.index .day-flow ul li {
    background: none;
    line-height: 2;
    padding: 0;
}

.index .day-flow ul li span {
    color: #399e7e;
    font-size: 1.8rem;
    font-weight: bold;
}

.index .com-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.index .com-info_left {
    width: 50%;
}

.index .com-info_left table {
    margin: 0;
}

.index .com-info_right {
    width: 47%;
}

.index .com-info iframe {
    width: 100%;
    height: 100%;
}

.index .addCont01 .thBoxArea .sBox .btn-internal,
.index .addCont01 .thBoxArea .sBox .btn-web {
    width: 263px;
}

.index .addCont01 .thBoxArea .sBox .btn-internal {
    margin: 10px auto 0;
}

.index .addCont01 .selection__img {
    max-width: 900px;
    margin: 5rem auto;
}

.index .addCont01 .selection__txt {
    font-size: 1.5rem;
    line-height: 1.933333333;
    padding: 0 20px;
    margin: 0;
}

.index .addCont01 .btn-accordion {
    width: 233px;
    margin: 20px auto;
}

.index .addCont01 .btn-accordion:before {
    content: "解説";
}


/*addCont02*/

.index .addCont02 {
    padding: 80px 0 50px;
}

.index .addCont02.about {
    padding: 40px 0 90px;
}

.index .addCont02.about .dashed,
.index .addCont02.detail .dashed {
    margin: 30px auto 10px;
    text-align: left;
}

.index .addCont02.about .caption,
.index .addCont02.detail .caption {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

.index .addCont02.detail {
    background: #FAF8F4;
}

.index .addCont02.detail .float-wrap .caption {
    text-align: center;
    margin-top: .5rem;
}

.index .addCont02.detail .slick-initialized .slick-slide p.caption {
    font-size: 1.1rem;
    line-height: 1.454545455;
    text-align: center;
    margin-top: 1rem;
}

.index .addCont02.detail .slider-under-txt {
    margin: 4rem 0 3rem;
}

.index .addCont02.detail .btn-web {
    margin: 40px auto 50px;
}

.index .headArea .titL {
    outline: none;
    border: none;
    padding: 0 40px;
    margin: 10px 0 30px;
    display: block;
    color: #399e7e;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.421052632;
    font-weight: bold;
}

.index .headArea .titL a:hover {
    opacity: 0.7;
}

.index .headArea .titL span {
    font-size: 2.8rem;
}

.index .headArea .titL span.middle {
    font-size: 2.7rem;
}

.index .headArea .titL a {
    display: table;
    color: #399e7e;
    background: url(img/arrow_green.png) no-repeat right bottom 17px;
    padding: 0 40px;
    margin: 0 auto;
}

.index .headArea .titL a span.middle {
    color: #2D261E;
}

.index .addCont04.bgcolor .headArea .titL a {
    display: table;
    background: none;
    padding-right: 30px;
}

.index .headArea .headArea-text {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    z-index: 1;
}

.index .headArea .dashed {
    width: 900px;
    margin: 50px auto;
    padding: 0;
    border: none;
}

.index .headArea .titArea .titLArea {
    text-align: center;
    margin: 10px auto 50px;
}

.index .addCont02 .bgbd {
    padding: 80px 0 60px 0;
    position: relative;
}

.index .addCont02 .sTitArea .titM {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0;
    border: none;
    outline: none;
    text-align: left;
    position: relative;
    display: block;
    line-height: 4rem;
    background: #fff;
    padding: 10px 20px 20px 0;
    border-bottom: 4px solid #F4BF5C;
}

.index .addCont02 .sTitArea.middle .titM {
    border-bottom: 4px solid #C3E3F7;
}

.index .addCont02 .sTitArea.high .titM {
    border-bottom: 4px solid #F4C2E0;
}

.index .addCont02 .sTitArea .titM::before,
.index .addCont02 .sTitArea .titM::after {
    display: none;
}

.index .addCont02 .sTitArea .titM::before {
    content: "";
    position: absolute;
}

.index .titArea {
    text-align: center;
}

.index .addCont02 .sTitArea {
    position: relative;
    padding: 0;
    box-sizing: border-box;
    margin: 0 0 40px 0;
}

/* アイコン付き見出し */
.index .addCont02 .h3-index.low,
.index .addCont02 .h3-index.middle,
.index .addCont02 .h3-index.high {
    padding: 23px 20px 23px 140px;
	margin: 100px 0 50px;
}

.index .addCont02 .h3-index.low::before,
.index .addCont02 .h3-index.middle::before,
.index .addCont02 .h3-index.high::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 10px;
    width: 123px;
    height: 123px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.index .addCont02 .h3-index.low {
    background: #C3E3F7;
}
.index .addCont02 .h3-index.middle {
    background: #FFDB98;
}
.index .addCont02 .h3-index.high {
    background: #F4C2E0;
}
.index .addCont02 .h3-index.low::before {
    background-image: url("img/ico_low02.png");
}

.index .addCont02 .h3-index.middle::before {
    background-image: url("img/ico_middle02.png");
}

.index .addCont02 .h3-index.high::before {
    background-image: url("img/ico_high02.png");
}

.index .addCont02 .bgbd_recognition .sTitArea::before {
    background: url("img/ico_recognition02.png") 0 0 no-repeat;
}

.index .addCont02 .bgbd_material .sTitArea::before {
    background: url("img/ico_material02.png") 0 0 no-repeat;
}


.index .addCont02 .sTitArea .catch {
    font-size: 22px;
    font-size: 2.2rem;
    color: #399e7e;
    display: inline-block;
    margin: 0;
}

.index .addCont02 .subBox02 {
    margin: 40px auto 0;
    width: 100%;
}

.index .addCont02 .subBox02.no-margin {
    margin-top: 0;
}

.index .addCont02 h4 {
    margin: 80px 0 30px;
}

.index .addCont02 h5 {
    position: relative;
    margin: 35px 0 20px;
    padding: 18px 20px 17px 30px;
    border-bottom: none;
    color: #399e7e;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 3.5rem;
    z-index: 0;
}

.index .addCont02 h5.no-margin {
    position: relative;
    margin: 0 0 20px;
    padding: 18px 20px 17px 30px;
    color: #399e7e;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 3.5rem;
    z-index: 0;
}

.index .addCont02 h5::before,
.index .addCont02 h5.no-margin::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #E0F2CA;
    z-index: -1;
}

.index .addCont02 .h5-sub {
    position: relative;
    margin: 35px 0 20px;
    padding: 13px 30px 12px 10px;
    border-bottom: dashed 1px #7DBF70;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.index .frame01 .inner {
    background: #fff;
}

.index .frame01 .frame-head {
    border: none;
    position: relative;
    background-color: #ffeccf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index .frame01 .inner::after {
    border-width: 2px;
}

.blueBox {
    margin: 0 auto 40px;
}

.blueBox .sTit {
    border: none;
    border-bottom: 3px solid #2b2b2b;
    outline: none;
    background: url(img/tit_balloon.png) no-repeat left 5px center;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0 0 40px 0;
    padding: 10px 20px 10px 60px;
    line-height: 1.3;
    display: block;
}

.blueBox .subBox {
    width: calc((100% - 48px) / 3);
    display: inline-block;
    border-radius: 20px;
    position: relative;
    background-color: #F2FEE5;
    padding: 15px 30px 20px;
    margin: 0 20px 30px 0;
    box-sizing: border-box;
    vertical-align: top;
}

.blueBox .subBox.function {
    padding: 0 30px 20px;
}

.blueBox .subBox.function2 {
    border-radius: 10px;
}

.blueBox .subBox:nth-of-type(3n),
.blueBox .subBox:last-child {
    margin-right: 0;
}

.blueBox .subBox .upper {
    margin: 0 0 15px;
}

.blueBox .subBox .ph {
    width: 175px;
    float: left;
    margin: 0 20px 0 0;
}

.blueBox .subBox .txtArea {
    width: auto;
    overflow: hidden;
    text-align: left;
}

.blueBox .txtArea .sTit::before {
    content: "";
    background: url(img/icon_comment.png) no-repeat 0 0;
    border: none;
    position: absolute;
    margin: auto;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.3;
    background-size: 50px;
}

.blueBox .txtArea .sTit.house::before {
    background: url(img/icon_comment2.png) no-repeat 0 0;
    background-size: 50px auto;
}

.blueBox .subBox .txtArea .sTit {
    font-size: 20px;
    font-size: 2rem;
    background: none;
    padding: 15px 0 15px 65px;
    margin: 0;
    border: none;
    border-bottom: dashed 1px #7DBF70;
    line-height: 1.4;
    position: relative;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blueBox .subBox .txtArea .sTit.voice {
    padding: 20px 0 20px 70px;
}

.blueBox .subBox .txtArea .sTit.equip {
    font-size: 20px;
    font-size: 2rem;
    background: none;
    padding: 40px 0 40px 90px;
    margin: 0;
    border: none;
    border-bottom: dashed 1px #d4cabc;
    line-height: 1.4;
    position: relative;
    font-weight: bold;
}

.blueBox .subBox .txtArea p {
    margin: 15px 0 5px;
}

.blueBox .subBox .caption {
    margin: 15px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    word-break: break-all;
    color: #796D60;
}

.blueBox .subBox .caption a {
    color: #796D60;
}

.index .addCont02 .bgbd .btn-web {
    width: 385px;
}

.index .h3-index {
    position: relative;
    margin: 55px 0 20px;
    padding: 23px 20px 23px 30px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 4rem;
    text-align: left;
    background: #E0F2CA;
    border-radius: 10px;
}

.index .detail-txt {
    width: 800px;
    max-width: 100%;
    text-align: left;
    margin: 0 auto 30px;
}

.index .addCont02.how {
    padding: 70px 0 0;
}

.index .addCont02.how .catch {
    color: #2D261E;
    letter-spacing: 0;
}

.index .addCont02.how .txt {
    max-width: 516px;
}

.index .addCont02.how .btn-internal {
    margin: 50px 0 0 50px;
}

.index .addCont02.question {
    padding-bottom: 100px;
}


/*addCont03*/

.index .addCont03 {
    background-color: #f6f1eb;
    padding: 70px 0;
}

.index .addCont03 .headArea .titL a {
    padding: 0 40px 0;
}

.index .addCont03.item {
    background: #FAF8F4;
}

.index .addCont03.item .headArea .titArea .titLArea {
    margin-bottom: 30px;
}

.index .addCont03.item .dashed {
    text-align: center;
    margin: 40px auto 50px;
}

.index .addCont03.item .item-img {
    width: 1064px;
    max-width: 100%;
    background: #fff;
    border-radius: 11px;
    padding: 40px;
    margin: 30px auto 50px;
}

.index .addCont03.item .btn-accordion {
    max-width: 100%;
    background: #E0F2CA url(img/arrow_black_down.png) no-repeat right 20px center;
    border: none;
    border-radius: 7px;
    color: #2D261E;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    box-shadow: none;
    margin: 24px auto;
}

.index .addCont03.item .btn-accordion.open {
    background: #E0F2CA url(img/arrow_black_up.png) no-repeat right 20px center;
}

.index .addCont03.item .accordion-content-item_inner {
    display: flex;
    flex-wrap: wrap;
}

.index .addCont03.item .accordion-content-item_inner .btn-internal {
    width: 182px;
    margin: 0 20px 25px 0;
}

.index .addCont03.item .accordion-content-item_inner .btn-internal:nth-child(5n) {
    margin-right: 0;
}


/*addCont04*/

.addCont04.bgcolor {
    background-color: #F2FEE5;
    padding: 30px 0 100px;
}

.addCont04.bgcolor .btn-internal {
    margin: 20px auto 0;
}

.index .addCont04 .bggy,
.index .addCont04 .bgbd {
    padding: 50px 0 0;
    margin: 0 0 -20px;
}

.index .addCont04 .headArea {
    background: no-repeat right top;
    padding: 30px 0 10px;
    position: relative;
    margin: 0 auto;
    min-height: 260px;
}

.index .addCont04.bgcolor .headArea.h_yokohama {
    background-image: url(img/bg_pr.png);
    background-size: 626px auto;
    background-position: top 0px right 10px;
    margin-bottom: 50px;
}

.index .addCont04 .titLArea {
    display: table;
    background: #78bae2;
    border-radius: 10px;
    color: #fff;
    text-align: left;
    margin: 0;
}

.index .addCont04.bgcolor .bggy .headArea .pr {
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: .5rem;
}

.index .addCont04 .bggy .headArea .titL,
.index .addCont04 .bgbd .headArea .titL {
    background: #fff;
    border-radius: 10px;
    line-height: 6.5rem;
    padding: 0;
    display: inline;
    margin-bottom: 20px;
}

.index .addCont04.bgcolor .bggy .headArea .titL,
.index .addCont04.bgcolor .bgbd .headArea .titL {
    display: table;
    width: 544px;
    background: transparent;
    border-radius: 10px;
    padding: 0 30px;
    margin-bottom: 20px;
}

.index .addCont04.bgcolor .bggy .headArea .titL a,
.index .addCont04.bgcolor .bgbd .headArea .titL a {
    display: block;
    color: #fff;
    background: url(img/arrow_white.png) right center no-repeat;
    background-size: 10.71px auto;
    padding: 0 20px 0 0;
    line-height: 1.421052632;
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    .index .addCont04 .bggy .headArea .titL,
    .index .addCont04 .bgbd .headArea .titL {
        line-height: 80px;
    }
}

.index .addCont04 .bggy .headArea .titL a,
.index .addCont04 .bgbd .headArea .titL a {
    display: inline;
}

.index .addCont04 .bggy .headArea .titL span:not([class]),
.index .addCont04 .bgbd .headArea .titL span:not([class]) {
    color: #ff7e00;
    font-size: unset;
    background-color: #fff;
}

.index .addCont04.bgcolor .bggy .headArea .titL span:not([class]),
.index .addCont04.bgcolor .bgbd .headArea .titL span:not([class]) {
    color: inherit;
    font-size: unset;
    border-radius: 10px;
    padding: 0 40px 0 10px;
    background: #fff url(img/arrow_black.png) no-repeat 95.5% 60%;
}

.index .addCont04.bgcolor .bggy .headArea .titL span.orange,
.index .addCont04.bgcolor .bgbd .headArea .titL span.orange {
    color: #ff7e00;
    font-size: 3.6rem;
}

.index .addCont04 .bggy .titLArea::before,
.index .addCont04 .bggy .titLArea::after,
.index .addCont04 .bgbd .titLArea::before,
.index .addCont04 .bgbd .titLArea::after {
    content: none;
}

.index .addCont04 .bggy .headArea p,
.index .addCont04 .bgbd .headArea p {
    width: 416px;
    margin-top: 25px;
}

.index .addCont04 .frame01 .dashed ul:not([class]) li {
    background: url(img/icon_pin.png) no-repeat 0 0;
    background-size: 16px auto;
    padding: 0 0 3px 22px;
}

.index .addCont01 .titL::before,
.index .addCont01 .titL::after,
.index .addCont04 .bggy .titL::before,
.index .addCont04 .bggy .titL::after,
.index .addCont04 .bgbd .titL::before,
.index .addCont04 .bgbd .titL::after {
    content: none;
}

.text-small {
    color: #796D60;
    font-size: 1.2rem;
    line-height: 1.333333;

}

.maxW {
    max-width: 680px;
    margin: 0 auto 60px;
}

.container-detail {
    max-width: 1000px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    margin: 0 auto 60px;
    box-sizing: border-box;
}


/*--------------------------------------
  toc_parts
---------------------------------------*/

.toc_parts {
    max-width: 660px;
    background: #FAF8F4;
    margin: 0 auto;
    padding: 4rem 5rem;
    box-sizing: border-box;
}

.toc_parts .ttl {
    padding: 0 0 0 1rem;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.2;
    border-left: 4px solid #399e7e;
}

#toc {
    margin: 1.5rem 0 0 0;
    padding: 0;
    border-top: 1px solid #58585E;
}

#toc .chapter {
    margin: 0 0 2rem;
    padding: 0;
    counter-reset: count;
}

#toc .chapter .chapter-h {
    margin: 2rem 0 0;
    padding: 0 0 0 5rem;
    font-size: 1.6rem;
    line-height: 1.8;
    position: relative;
    counter-increment: count;
    background: none;
}

#toc .chapter .chapter-h:last-child {
    margin-bottom: 0;
}

.mokuji.top #toc .chapter .chapter-h:first-child {
    display: none;
}

#toc ul.chapter .chapter-h::before {
    content: counter(count, decimal-leading-zero);
    position: absolute;
    top: 14px;
    left: 0;
    transform: translate(0, -50%);
    color: #399e7e;
    font-size: 2.6rem;
    font-weight: bold;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

#toc .chapter .chapter-h a {
    font-weight: bold;
    text-decoration: none;
}

#toc .chapter .chapter-h a:hover {
    opacity: .6;
}

#toc .chapter .chapter-h span {
    color: #0b072b;
    font-weight: bold;
}

#toc li.chapter-h.chapter-h-three {
    display: none;
    margin: 1rem 0 1rem 4rem;
    padding: 0 0 0 1.5rem;
    counter-increment: none;
}

#toc li.chapter-h.chapter-h-three::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: solid 1px #0b072b;
    border-right: solid 1px #0b072b;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#toc li.chapter-h.chapter-h-three a {
    font-weight: 400;
}

#toc li.chapter-h.chapter-h-three span {
    font-weight: 400;
}

#toc .chapter br {
    display: none;
}



.cmn02-text-banner-box__image img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    object-fit: cover;
}

.index-banner_pc {
    margin: 5rem 0 0 0;
    position: fixed;
    right: 0;
    bottom: 10rem;
    z-index: 10;
    display: none;
}

.index-banner_pc a {
    text-decoration: none;
}

.index-banner_pc a:hover {
    opacity: 0.6;
}

.text-banner-box {
    max-width: 190px;
    background: #7DBF70;
    position: relative;
}

.text-banner-box:before {
    content: "";
    position: absolute;
    max-width: 54.11px;
    width: 100%;
    height: 67px;
    background: url(img/dami_img_12.png)no-repeat;
    background-size: 54.11px auto;
    top: -8%;
    left: 2%;
}

.text-banner-box:after {
    content: "";
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #fff transparent;
}

.pc-bannerArea .imgArea {
    width: 40%;
}

.text-banner-box__text {
    padding: 1.3rem .5rem 1.7rem .5rem;
    text-align: center;
}

.text-banner-box__text .mainttl {
    color: #fff;
}

.cmn02-text-banner-box__catch {
    display: block;
    margin: 0 0 1rem 0;
}

.text-banner-box__text .cmn02-paragraph {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
}

.text-banner-box__text .cmn02-paragraph p {
    margin: 0;
}

@media screen and (max-width: 480px) {
    .index-banner_pc {
        display: none !important;
    }
}


.text-banner-box.part03 .cmn02-text-banner-box__image img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.index-banner {
    margin: 5rem 0 0 0;
    position: fixed;
    right: 0;
    bottom: 0rem;
    z-index: 9;
    display: none;
}

.index-banner a {
    text-decoration: none;
}

.index-banner a:hover {
    opacity: 0.6;
}

.text-banner-box.part03 {
    position: relative;
    display: flex;
    max-width: 100%;
    left: 6%;
}

.text-banner-box.part03:before {
    content: "";
    position: absolute;
    width: 47px;
    height: 47px;
    background: url(img/dami_img_17.png) no-repeat;
    top: -30px;
    left: 1%;
    background-size: 100%;
    z-index: 1;
}

.text-banner-box.part03 .cmn02-text-banner-box__image img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.text-banner-box.part03:after {
    content: none;
}

.text-banner-box.part03 .cmn02-paragraph {
    font-size: 1.6rem;
    letter-spacing: .06em;
    color: #fff;
}

.text-banner-box.part03 .text-banner-box__text {
    padding: 1rem 2.7rem 1rem 3rem;
    position: relative;
    background: #7DBF70;
    display: flex;
    align-items: center;
    width: 72%;
}

.text-banner-box.part03 .text-banner-box__text:after {
    content: "";
    position: absolute;
    background: url(img/arrow02_white.png) right center no-repeat;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    width: 17px;
    height: 31px;
    background-size: 10px auto;
}

@media screen and (max-width: 480px) {
    .text-banner-box.part03 {
        position: relative;
        display: flex;
        max-width: 100%;
        left: 0%;
    }

    .cmn02-text-banner-box__image {
        width: 28%;
    }
}


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

    .sp_br {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    body {
        line-height: 1.7em;
        width: 100%;
        min-width: 100%;
    }

    .pc {
        display: none;
    }

    .pc_br {
        display: none;
    }

    img {
        max-width: 100%;
    }

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

    a {
        text-decoration: none;
    }

    a:hover {
        opacity: 1;
    }

    .wi1000 {
        width: 100%;
        margin: 0 auto;
        padding: 1rem;
        box-sizing: border-box;
    }

    .maxW {
        margin: 0 auto 30px;
    }

    .baseBox {
        padding: 0 10px;
    }

    .category,
    .page {
        width: 100%;
        margin: 0 auto;
    }

    .category .baseBox,
    .page .baseBox {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }

    .pr-obi,
    .check-obi {
        font-size: 1.8rem;
        padding: 1.5rem 2rem 1.5rem 4.5rem;
        margin: 4rem 1.5rem 3rem 4rem;
        line-height: 1.5;
    }

    p span {
        font-size: 1.5rem;
    }

    /*--------------------------------------
Slider　カルーセルつきスライドショー
---------------------------------------*/
    /* slider
  ----------------------------------------------------*/
    .slide-area {
        /*    margin: 0 auto -30px; */
        /*    padding: 0; */
    }

    .slide-area .slider {
        margin: 0 auto;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
    }

    .slick-slider {
        position: relative;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        min-height: unset;
    }

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }

    .slick-track::before,
    .slick-track::after {
        display: table;
        content: "";
    }

    .slick-track::after {
        clear: both;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir="rtl"] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-initialized .slick-slide img {
        height: 200px;
    }

    .slick-initialized .slick-slide p {
        display: block;
        margin: 10px 0 5px 0;
        line-height: 1.4;
        padding: 0;
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: 68px;
        box-sizing: border-box;
        /*    border: 2px solid transparent; */
    }

    /*  .slick-arrow.slick-hidden {
    display: none;
  } */
    .slider {
        position: relative;
        /*    max-width: 940px; */
    }

    .slider img {
        max-width: 100%;
        height: auto;
    }

    .slider .slider-nav {
        position: relative;
    }

    .slider .slider-nav {
        padding: 0 !important;
    }

    .slider .slider-nav .slick-track {
        left: 0;
        width: 100%;
        opacity: 1;
        position: relative;
    }

    .slider .slider-nav .slick-slide {
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        opacity: 1;
        padding: 7px;
    }

    .slider .slider-nav .slick-slide:hover {
        opacity: 0.5;
    }

    .slider .slick-arrow {
        position: absolute;
        top: 50%;
        left: inherit;
        width: 0;
        height: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .slider .slider-nav .slick-prev {
        right: 0;
        border-width: 0;
        border-color: transparent transparent transparent #444444;
    }

    .slider .slider-nav .slick-next {
        left: 0;
        border-width: 0;
        border-color: transparent #444444 transparent transparent;
    }

    .slider .slider-for {
        float: none;
        width: 100%;
        margin: 0 0 40px;
    }

    .slider .slider-for button.slick-prev {
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        top: 42%;
        right: 2%;
        z-index: 5;
        background-size: contain;
    }

    .slider .slider-for button.slick-next {
        position: absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 2%;
        z-index: 5;
        background-size: contain;
        width: 20px;
        height: 20px;
    }

    .slider .slider-nav {
        position: static;
        position: relative;
        top: inherit;
        right: inherit;
        width: 86%;
        /* padding: 0; */
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: inherit;
        margin: 0 auto;
    }

    .slider .slider-nav .slick-next {
        top: 50%;
        left: -5%;
        background: url(img/arrow_slide_thumb_right.svg) center center no-repeat;
        background-size: 100%;
        width: 10px;
        height: 14px;
        transform: translateY(-50%);
    }

    .slider .slider-nav .slick-prev {
        top: 50%;
        right: -5%;
        background: url(img/arrow_slide_thumb_left.svg) center center no-repeat;
        background-size: 100%;
        width: 10px;
        height: 14px;
        font-size: 0;
        transform: translateY(-50%);
    }

    .slide-area .caption {
        margin: 8px 0 10px !important;
    }

    /* ================== */
    /*header　*/
    /* ================== */
    header {
        position: relative;
    }

    #headNoteArea {
        width: 100%;
        padding: 0 4% 6px;
        font-size: 12px;
        font-size: 1.2rem;
        box-sizing: border-box;
        display: table;
        height: 77px;
    }

    #headNoteArea .areaInner {
        background: none;
        padding: 0;
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    #headNoteArea .sitename,
    #headNoteArea .sitename a {
        font-size: 10px;
        font-size: 1rem;
        font-weight: normal;
        background-size: 40px auto;
        padding: 0 0 10px;
        box-sizing: border-box;
        text-align: left;
    }

    #headNoteArea .sitename a {
        background: none;
        padding: 0;
        font-weight: bold;
    }

    #headNoteArea img {
        display: block;
        margin: 0 auto;
        width: 117px;
    }

    /* ハンバーガーメニュー */
    .out-frame {
        position: relative;
        width: 100%;
    }

    .out-frame::after {
        background: #fff;
        opacity: 0;
        content: "";
        right: 0;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transform: all 0.5s ease;
    }

    .header-frame {
        position: relative;
        width: 100%;
        height: 64px;
    }

    .menu-btn {
        background: url(./img/sp-btn-menu_on.png) 0 0 no-repeat;
        background-size: 35px;
        position: absolute;
        top: 22px;
        right: 13px;
        height: 35px;
        width: 35px;
        z-index: 10;
    }

    .navOpenOut {
        background: rgba(255, 255, 255, 0.5);
        padding: 22px 13px 20px;
        box-sizing: border-box;
        height: 77px;
    }

    .navOpen {
        background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
        background-size: 35px;
        position: inherit;
        top: inherit;
        right: 13px;
        height: 35px;
        width: 35px;
        z-index: 10;
        float: right;
    }

    li.delete {
        background: #7dbf70 url(img/batu.png) 60% 50% no-repeat;
        background-size: 16px;
        color: #fff;
        text-align: center;
        display: block;
        padding: 10px 0;
    }

    #sp_titArea .is-fixed {
        position: fixed;
        top: 22px;
        right: 13.5px;
        z-index: 2;
    }

    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .menu-btn img {
        opacity: 1;
    }

    .black .menu-btn img {
        opacity: 0;
    }

    .header-menu {
        /*background: #053d70;*/
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
        height: 100%;
        overflow-y: scroll;
    }

    .header-menu ul:not([class]) li a {
        display: block;
        padding: 15px 35px 15px 10px;
        background: #83cdc0 url("img/arrow_green_left.png") 97% 50% no-repeat;
        background-size: 16px auto;
        border-bottom: 1px solid #fff;
        text-decoration: none;
        line-height: 1.3;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .header-menu ul.accordion li ul:not([class]) li:first-child a {
        padding: 12px 35px 12px 10px;
    }

    .header-menu ul:not([class]) li.delete {
        background: #b5b5b5 url("img/batu.png") 60% 50% no-repeat;
        background-size: 19px;
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .header-menu ul.accordion {
        /*border-top: 1px solid #FFF;*/
        padding-inline-start: 0;
    }

    .header-menu ul.accordion ul:not([class]) {
        display: none;
    }

    .header-menu ul.accordion .subCat ul.subList {
        display: block;
        background: #fff;
    }

    .header-menu ul.accordion .tglMenu {
        display: block;
        padding: 15px 35px 15px 10px;
        background: #e0f2ca url(./img/arrow_green_open.png) 97% 50% no-repeat;
        background-size: 12px auto;
        border-bottom: 1px solid #fff;
        text-decoration: none;
        line-height: 1.3;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .header-menu ul.accordion .open {
        background: #e0f2ca url(./img/arrow_green_close.png) 97% 50% no-repeat;
        background-size: 12px auto;
    }

    .header-menu ul.accordion ul:not([class]) li a {
        font-family: inherit;
        padding: 12px 30px 12px 20px;
        background: #fff url("img/arrow_black.png") right 12px center no-repeat;
        background-size: 6px auto;
        color: #444;
        border-bottom: 1px dotted #e1e1e1;
    }

    /*.header-menu ul.accordion ul:not([class]) li:last-child a,
.header-menu ul.accordion ul:not([class]) li.subCat ul.subList li:last-child a {
border-bottom: none;
}*/
    .header-menu ul.accordion ul:not([class]) li.subCat a {
        padding: 12px 30px 12px 20px;
    }

    .header-menu ul.accordion .subCat ul.subList li a {
        border-bottom: 1px solid #e1e1e1;
        padding: 12px 30px 12px 30px;
    }

    .header-menu ul.accordion li ul:not([class]) li:last-child a {
        border-bottom: none;
    }

    /*--------------------------------------
Footer
---------------------------------------*/
    footer {
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: #e0f2ca;
    }

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

    footer .areaInner {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    footer .areaInner .footBox {
        margin: 0;
    }

    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        font-size: 14px;
        font-size: 1.4rem;
        color: #399e7e;
        background: #e0f2ca url(img/arrow_green.png) right 10px center no-repeat;
        background-size: 10px auto;
        padding: 10px 40px 10px 4%;
    }

    footer .areaInner .footBox .sttl.tglMenu a {
        background: #e0f2ca url(img/arrow_green_open.png) right 10px center no-repeat;
        background-size: 12px auto;
    }

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

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

    footer .areaInner .footBox .accChild {
        display: none;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        background: #f3f3f3;
    }

    footer .areaInner .footBox .accChild li {
        float: none;
        padding: 0;
        margin: 0;
        background: none;
        display: block;
        width: 100%;
    }

    footer .areaInner .footBox .accChild li.sp a {
        background-color: #fff;
        background-size: 6px auto;
    }

    footer .areaInner .footBox .accChild li a {
        display: block;
        box-sizing: border-box;
        background: url("img/arrow_black.png") right 12px center no-repeat;
        background-size: 6px auto;
        color: #444;
        border-bottom: 1px dotted #e1e1e1;
        padding: 10px 40px 10px 4%;
        font-size: 13px;
        font-size: 1.3rem;
        background-color: #fff;
    }

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

    footer .areaInner .footBox .accChild li.subCat a {
        display: block;
        box-sizing: border-box;
        background: url("img/arrow_black.png") right 12px center no-repeat;
        background-size: 6px auto;
        color: #444;
        border-bottom: 1px dotted #444;
        padding: 10px 40px 10px 8%;
    }

    footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
        border: none;
    }

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

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

    footer .areaInner .footBox .accChild .subList li:first-child::before {
        content: "";
        content: unset;
    }

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

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

    footer .areaInner .footBox .accChild .subList li a {
        padding: 10px 40px 10px 14%;
        background: url("img/arrow_black.png") right 12px center no-repeat;
        background-size: 6px;
    }

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

    footer .areaInner .footBox .accChild li:last-child::after {
        content: "";
    }

    footer .areaInner .noticeArea {
        box-sizing: border-box;
        width: 90%;
        margin: 30px auto 30px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8em;
        color: #444;
    }

    footer .areaInner .noticeArea p {
        background: #fff;
        padding: 20px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #444;
    }

    footer .areaInner .noticeArea .botPrg {
        text-align: center;
        background: transparent;
        padding: 0;
        font-size: 10px;
        font-size: 1rem;
        margin: 10px 0 0;
    }

    footer .botArea {
        padding: 0;
    }

    footer .botArea .botInner {
        width: 100%;
    }

    footer p.copy {
        margin: 0;
        padding: 14px 15px 12px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: center;
    }

    footer a {
        text-decoration: none;
    }

    footer .botArea .botInner .smap {
        display: none;
    }

    footer .areaInner .footBox .accChild .sp {
        display: block;
    }

    /*--------------------------------------
　PageTop
---------------------------------------*/
    #page-top {
        position: fixed;
        bottom: 12%;
        right: 3%;
        z-index: 2;
        width: 40px;
    }

    #page-top:hover {
        opacity: 1;
    }

    /* ================== */
    /*メインコンテンツ　*/
    /* ================== */
    .index .titLArea,
    .category .titLArea,
    .page .titLArea {
        text-align: center;
        margin: 35px auto 20px;
        position: relative;
    }

    .category .titLArea,
    .page .titLArea {
        margin: 15px auto 20px;
        max-width: 80%;
    }

    .index .titLArea::before,
    .category .titLArea::before,
    .page .titLArea::before {
        content: "";
        width: 13px;
        height: 90%;
        left: -13%;
        border-width: 3px;
        top: -10px;
    }

    .index .titLArea::after,
    .category .titLArea::after,
    .page .titLArea::after {
        content: "";
        width: 13px;
        height: 90%;
        right: -12%;
        border-width: 3px;
        top: -10px;
    }

    .category .titLArea::before,
    .page .titLArea::before,
    .category .titLArea::after,
    .page .titLArea::after {
        height: calc(100% + 10px);
    }

    .index h2:not([class]),
    .category h1:not([class]),
    .page h1:not([class]) {
        text-align: center;
        position: relative;
        margin: 0;
        box-sizing: border-box;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.3;
        display: inline;
    }

    .category h1:not([class]),
    .page h1:not([class]) {
        display: block;
        padding-top: 1.5rem;
        background-size: 30px auto;
    }

    .index h3:not([class]),
    .category h2:not([class]),
    .page h2:not([class]) {
        position: relative;
        margin: 35px 0 20px;
        padding: 15px 20px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
        outline-offset: -5px;
        background-size: 32px auto;
    }

    .sitemap h2:not([class]) a {
        color: #444;
    }

    .index h4:not([class]),
    .category h3:not([class]),
    .page h3:not([class]) {
        position: relative;
        margin: 40px 0 20px;
        padding: 10px 15px 8px 15px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .index h4:not([class])::before,
    .category h3:not([class])::before,
    .page h3:not([class])::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #E0F2CA;
        z-index: -1;
    }

    .index h5:not([class]),
    .category h6:not([class]),
    .category h4:not([class]),
    .category h5:not([class]),
    .category h6:not([class]),
    .page h4:not([class]),
    .page h5:not([class]),
    .page h6:not([class]) {
        position: relative;
        margin: 35px 0 20px;
        padding: 15px 0 13px 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .sitemap h2:not([class]) a {
        color: #444;
    }

    .contents ul:not([class]) {
        margin: 20px 0 20px;
        padding: 10px 10px 0;
    }

    .contents ul:not([class]) li {
        min-height: 12px;
        padding: 0 0 4px 20px;
        background-position: 4px 7px;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .contents ol:not([class]) {
        margin: 20px 0 20px;
        padding: 10px 10px 0;
    }

    .contents ol:not([class]) li {
        padding: 0 0 4px 22px;
        list-style: none;
        position: relative;
        counter-increment: number;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .contents ol:not([class]) li::before {
        display: block;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 2px;
        left: 0;
        color: #fff;
        text-align: center;
        letter-spacing: -0.5px;
        line-height: 1.4;
        font-size: 13px;
        font-size: 1.3rem;
        font-family: Arial, Helvetica, " sans-serif";
    }

    .contents ol:not([class]) li:nth-child(-n+9)::before {
        content: counter(number);
    }

    .contents ol:not([class]) li:nth-child(n+10)::before {
        content: counter(number);
    }

    /*--------------------------------------
　table
---------------------------------------*/
    .contents table:not([class]) {
        width: 100%;
        table-layout: fixed;
        margin: 30px auto 30px;
    }

    .contents table:not([class]) {
        border-collapse: collapse;
        width: 100%;
        border: none;
        border-bottom: 1px solid #5c5c5c;
    }

    .contents table:not([class]) tr {
        display: block;
        margin: 0;
    }

    .contents table:not([class]) tr:last-child {
        margin: 0;
    }

    .contents table:not([class]) th {
        text-align: center;
    }

    .contents table:not([class]) td {
        border-bottom: none;
    }

    .contents table:not([class]) th,
    .contents table:not([class]) td {
        padding: 10px;
        display: block;
        font-size: 1.4rem;
        line-height: 2.4rem;
        width: 100%;
        box-sizing: border-box;
        border-bottom: none;
    }

    /*--------------------------------------
　float img
---------------------------------------*/
    /*.fr {
float: none;
}*/
    .contents .float-wrap {
        margin: 20px 0;
        padding: 0;
    }

    .contents .float-wrap .float-img {
        margin: 0 0 12px 0;
        padding: 0;
        width: 100%;
    }

    .contents .float-wrap .fr {
        width: 100%;
        padding: 0;
        text-align: left;
    }

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

    .contents .float-wrap .catch {
        font-size: 1.7rem;
    }

    .contents .caption {
        margin: 8px 0 0;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1.3;
        word-break: break-all;
        text-align: center;
    }

    .contents .category .float-wrap .fl,
    .contents .page .float-wrap .fl {
        width: 100%;
    }

    .contents .category .float-wrap .fr,
    .contents .page .float-wrap .fr {
        width: 100%;
    }

    .contents .category .float-wrap .center,
    .contents .page .float-wrap .center {
        width: 100%;
    }

    .contents .floatBox01 .float-wrap {
        margin: 20px 0;
        padding: 0;
    }

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

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

    .contents .floatBox01 .float-wrap .fl.t_small,
    .contents .category .floatBox01 .float-wrap .fl.t_small,
    .contents .page .floatBox01 .float-wrap .fl.t_small {
        width: 40%;
        padding: 0 20px 0 0;
        text-align: center;
        float: left;
    }

    .contents .floatBox01 .float-wrap .fr.t_small,
    .contents .category .floatBox01 .float-wrap .fr.t_small,
    .contents .page .floatBox01 .float-wrap .fr.t_small {
        width: 40%;
        padding: 0 0 0 20px;
        margin: 0;
        text-align: center;
        float: right;
    }

    .contents .floatBox01 .float-wrap .ct {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20px;
        text-align: center;
    }

    /*--------------------------------------
　btn
---------------------------------------*/
    /*--------------------------------------
　btn
---------------------------------------*/
    .btn-internal a,
    .btn-web a,
    .btn-tel a,
    .btn-link a {
        box-sizing: border-box;
    }

    .btn-internal {
        width: 90%;
        margin: 20px auto;
    }

    .btn-internal a {
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        padding: 15px 40px 14px 40px;
        display: block;
        text-align: center;
    }

    .btn-web {
        width: 90%;
        margin: 20px auto;
    }

    .btn-web a {
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        padding: 15px 40px 14px 40px;
        display: block;
        text-align: center;
        background: #EF8989 url(img/icon_window.png) left 15px top 50% no-repeat;
    }

    .btn-link {
        width: 90%;
        margin: 20px auto;
    }

    .btn-link a {
        background: #fff url("img/arrow_green.png") no-repeat right 17px center;
        background-size: 9px auto;
        padding: 15px 40px 14px 40px;
        line-height: 1.3;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        display: block;
        border: #e48900 solid 2px;
        border-radius: 200px;
        text-decoration: none;
        font-weight: bold;
    }

    .btn-tel {
        width: 90%;
        margin: 20px auto;
        display: block;
    }

    .btn-tel a {
        background: #F6B050 url("img/icon_tell.png") left 15px top 50% no-repeat;
        background-size: 17px;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.5;
        padding: 15px 40px 14px 40px;
        display: block;
        text-align: center;
        position: relative;
        border-radius: 200px;
        box-shadow: 3px 6px 0 #EBE1DE;
    }

    .btn-internal a:hover,
    .btn-web a:hover {
        opacity: 1;
    }

    .btn-accordion {
        width: 70%;
        margin: 20px auto;
        font-size: 1.5rem;
        background: #fff url(img/plus.png) right 15px top 50% no-repeat;
        background-size: 10px auto;
    }

    .btn-accordion.open {
        background: #fff url(img/minus.png) right 15px top 50% no-repeat;
        background-size: 10px auto;
    }

    .btn-accordion.mokuji {
        width: 81%;
    }

    .btn-accordion.mokuji.open {
        background-color: #FAF8F4;
    }
.lower_map iframe {
    width: 100%;
}
    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzuWrap {
        overflow: auto;
        white-space: nowrap;
    }

    #pankuzu {
        box-sizing: border-box;
        width: 100%;
        padding: 6px 10px 8px;
        font-size: 11px;
        font-size: 1.1rem;
        word-break: break-all;
        white-space: nowrap;
        overflow-x: auto;
    }

    #pankuzu::before {
        display: none;
    }

    /*--------------------------------------
　box-wrap
---------------------------------------*/
    .contents .box-wrap {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .contents .box {
        position: relative;
        margin: 0 0 20px;
        width: 100%;
    }

    .contents .category .box,
    .contents .page .box {
        width: 100%;
    }

    .contents .left_box {
        padding: 20px;
    }

    .contents .left_box .flame {
        margin: 0 0 5px;
    }

    .contents .left_box .box-head {
        margin: 0 0 15px;
    }

    .contents .left_box .box-head .sttl {
        font-size: 15px;
        font-size: 1.5rem;
        margin: 0 0 15px;
        text-align: left;
        line-height: 1.4;
        padding: 15px 0 15px 0;
        display: block;
        background: none;
        font-weight: bold;
    }

    .contents .left_box .box-head .sttl::before,
    .contents .left_box .box-head .sttl::after {
        content: none;
    }

    .contents .left_box .box-head .sttl a {
        display: block;
        padding: 10px 20px 10px 45px;
        font-weight: bold;
        font-size: 15px;
        font-size: 1.5rem;
        background-size: 10px auto, 36px auto;
    }

    .contents .left_box .box-body {
        text-align: left;
    }

    .contents .left_box .box-body p {
        margin: 0;
    }

    .contents .right_box {
        background: #fff;
        border: solid 5px #e6e6e6;
        padding: 50px 15px 20px;
        margin: 20px 0 20px;
    }

    .contents .right_box:last-of-type {
        margin: 20px 0 50px;
    }

    .contents .right_box .fukiWrap {
        margin: -80px auto 0;
        display: table;
    }

    .contents .right_box .fukiCatch {
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 10px 20px;
        border-radius: 35px;
        text-align: center;
        background: #83cdc0;
        position: relative;
        margin: 0;
        max-width: 90%;
        font-weight: bold;
    }

    .contents .category .right_box .fukiCatch,
    .contents .page .right_box .fukiCatch {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 10px 20px;
        max-width: 90%;
    }

    .contents .right_box .box-head {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .contents .right_box .box-head .sttl {
        border: none;
        border-bottom: solid 2px #83cdc0;
        outline: none;
        background: none;
        font-size: 15px;
        font-size: 1.5rem;
        padding: 15px 0 15px 0;
        display: block;
        margin: 10px 0 15px;
        text-align: left;
        font-weight: bold;
    }

    .contents .right_box .box-head .sttl::before,
    .contents .right_box .box-head .sttl::after {
        content: none;
    }

    .contents .right_box .box-head a {
        background: url(img/arrow_black.png) no-repeat right center;
        background-size: 8px auto;
        display: block;
        padding: 0 30px 0 0;
        font-weight: bold;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .contents .right_box .box-body {
        text-align: left;
    }

    .contents .right_box .box-body p {
        margin: 0;
    }

    .contents .right_box .dashed {
        margin: 20px 0 0;
    }

    .contents .right_box .dashed ul:not([class]) {
        margin: 0;
        padding: 15px 13px 13px 15px;
    }

    .contents .right_box .dashed ul:not([class]) li {
        background: url(img/listdot.png) no-repeat 0 4px;
        padding: 0 0 3px 25px;
        font-size: 13px;
        font-size: 1.3rem;
    }

    /* frame-wrap */
    .contents .frame-wrap {
        margin: 0 0 20px;
        counter-reset: div;
    }

    .contents .frame-wrap .frameBoxWrap {}

    .contents .frame {
        margin: 0 0 20px;
        width: 100%;
    }

    .contents .frameLeft {
        background: #fff;
        border: solid 5px #e6e6e6;
        padding: 15px;
        position: relative;
        margin: 50px 0 20px;
    }

    .contents .frameLeft:first-child {
        margin: 0 0 20px;
    }

    .contents .category .frameLeft,
    .contents .page .frameLeft {
        padding: 15px;
        width: 100%;
    }

    .contents .frameLeft::before {
        content: "";
        background: url(img/frame-wrap_circle.png) no-repeat;
        background-size: 100%;
        width: 120px;
        height: 80px;
        display: inline-block;
        position: absolute;
        top: -60px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        text-align: center;
        padding: 13px 0 0;
        box-sizing: border-box;
    }

    .contents .frameLeft .decoTtl {
        color: #089c97;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        width: 120px;
        position: absolute;
        top: -30px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        padding: 0 20px;
        margin: 0;
        box-sizing: border-box;
        line-height: 1.4;
        font-weight: bold;
    }

    .contents .frameLeft .frame-head {
        font-size: 15px;
        font-size: 1.5rem;
        text-align: center;
        color: #444;
        outline: none;
        border: none;
        border-bottom: solid 2px #83cdc0;
        margin: 10px 0 15px;
        line-height: 1.3;
        background: none;
        padding: 15px 0 15px 0;
        display: block;
        font-weight: bold;
    }

    .contents .frameLeft .frame-head::before,
    .contents .frameLeft .frame-head::after {
        content: none;
    }

    .contents .frameLeft .frame-head a {
        padding: 0 25px 0 15px;
        background: url(img/arrow_green.png) no-repeat center right;
        background-size: 17px auto;
        display: block;
        font-weight: bold;
    }

    .contents .frameLeft .frame-body p {
        text-align: left;
        margin: 0;
    }

    .contents .frameLeft .frame-body .btn-internal {
        margin: 15px auto 10px;
    }

    .contents .frame01 {
        padding: 0;
    }

    .contents .category .frame01,
    .contents .page .frame01 {
        padding: 15px;
        width: 100%;
        margin: auto;
    }

    .contents .frame01 .inner {
        background: #fff;
        padding: 0px 15px 20px;
        position: relative;
    }

    .contents .frame01 .inner::after {
        content: "";
        position: absolute;
        bottom: -6px;
        right: -6px;
    }

    .contents .frame01 .frame-head {
        font-size: 15px;
        font-size: 1.5rem;
        text-align: center;
        border: none;
        margin: 0 0 15px;
        line-height: 1.3;
        padding: 15px 10px;
        outline: none;
        display: block;
        font-weight: bold;
    }

    .contents .frame01 .frame-head::before {
        content: none;
    }

    .contents .frame01 .frame-head a {
        padding: 0 25px 0 15px;
        background-size: 17px auto;
        display: block;
        font-weight: bold;
    }

    .contents .frame01 .frame-body {
        text-align: left;
    }

    .contents .frame01 .frame-body p {
        margin: 0;
    }

    .contents .frame01 .dashed {
        margin: 15px 0 0;
    }

    .contents .frame01 .dashed ul:not([class]) {
        margin: 0;
        padding: 15px 13px 13px 15px;
    }

    .contents .frame01 .dashed ul:not([class]) li {
        background: url(img/listdot.png) no-repeat 0 4px;
        padding: 0 0 3px 25px;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .contents .frameRight {
        border: solid 5px #e6e6e6;
        padding: 20px;
        position: relative;
        background: #fff;
    }

    .contents .category .frameRight,
    .contents .page .frameRight {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .contents .frameRight .ph {
        margin: 0 0 5px;
    }

    .contents .frameRight .frame-head {
        font-size: 15px;
        font-size: 1.5rem;
        text-align: left;
        color: #444;
        outline: none;
        border: none;
        border-bottom: solid 2px #83cdc0;
        margin: 0 0 15px;
        line-height: 1.3;
        position: relative;
        padding: 15px 0 15px 35px;
        background: none;
        display: block;
        font-weight: bold;
    }

    .contents .frameRight .frame-head::after {
        content: none;
    }

    .contents .frameRight .frame-head a {
        padding: 0 25px 0 0;
        background: url(img/arrow_green.png) no-repeat center right;
        background-size: 17px auto;
        display: block;
        font-weight: bold;
    }

    .contents .frameRight .frame-head::before {
        content: counter(div, decimal-leading-zero);
        counter-increment: div;
        color: #009994;
        font-style: italic;
        font-size: 18px;
        font-size: 1.8rem;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        width: auto;
        height: auto;
        background: none;
    }

    .contents .frameRight .frame-body {
        text-align: left;
    }

    .contents .frameRight .frame-body p {
        margin: 0;
    }

    .contents .frameRight .frame-body .btn-internal {
        margin: 15px auto 10px;
    }

    /*共通パーツここまで*/
    /*追加パーツ*/
    .index .h3-index {
        position: relative;
        margin: 35px 0 20px;
        padding: 15px 20px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
        outline-offset: -5px;
        background-size: 32px auto;
    }

    .enTit {
        text-align: center;
        font-size: 11px;
        font-size: 1.1rem;
        margin: 15px 0 0;
    }

    .index .headArea .titL {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 0;
        padding: 0 30px;
    }

    .index .headArea .titL span {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .index .headArea .titL a {
        line-height: 1.3;
        background-size: 10px auto;
    }

    /*addCont01*/
    .index .addCont01 {
        padding: 0 0 10px;
    }

    .index .addCont01 .headArea {
        margin: 0px 0 60px;
        padding-top: 10px;
    }

    .index .addCont01 .titLArea {
        margin: 15px auto 10px;
        max-width: 78%;
        text-align: center;
        position: relative;
        padding: 0;
        box-sizing: border-box;
    }

    .index .addCont01 .headArea::before {
        transform: scale(0.5);
        left: -30px;
        top: -65px;
    }

    .index .addCont01 .headArea::after {
        transform: scale(0.5);
        right: 0;
        top: auto;
        bottom: -29px;
    }

    .index .addCont01 .titLArea::before,
    .index .addCont01 .titLArea::after {
        content: none;
    }

    .index .addCont01 .titL {
        margin: 0 auto 2rem;
        position: relative;
        display: block;
        border: none;
        outline: none;
        padding: 0;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.3;
    }

    .index .addCont01 .titL span {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .index .addCont01 .titL::before,
    .index .addCont01 .titL::after {
        content: none;
    }

    .index .addCont01 .thBoxArea {
        margin: 0 0 30px 0;
        display: flex;
        flex-direction: column;
    }

    .index .addCont01 .selection__img {
    margin-bottom: 8rem;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 2rem;
}
.index .addCont01 .selection__img img {
    max-width: none;
    width: 660px;
    height: auto;
    display: block;
}
.index .addCont01 .selection__img:before {
    content: "▼横にスクロールできます";
    font-size: 1.5rem;
}
    .index .addCont01 .thBoxArea .sBox {
        padding: 0 0 20px;
        border-width: 3px;
        margin: 0 0 60px 0;
        background: #fff;
        position: relative;
        box-sizing: border-box;
        float: none;
        width: 100%;
    }

    .index .addCont01 .thBoxArea .sBox::before {
        content: "";
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        margin: auto;
        width: 69px;
        height: 69px;
        background-size: 100%;
    }

    .index .addCont01 .thBoxArea .sBox .sTit {
        font-size: 15px;
        font-size: 1.5rem;
        border: none;
        outline: none;
        margin: 0;
        line-height: 1.3;
        display: block;
        text-align: center;
    }

    .index .addCont01 .thBoxArea .sBox .sTit::before,
    .index .addCont01 .thBoxArea .sBox .sTit::after {
        content: none;
    }

    .index .addCont01 .thBoxArea .sBox .caption {
        text-align: center;
        margin: 15px 0 0;
    }

    .index .addCont01 .thBoxArea .sBox .comName {
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        background: none;
        border-left: none;
        padding: 10px;
        margin: 5px 0 13px;
        line-height: 1.3;
        display: block;
    }

    .index .addCont01 .thBoxArea .sBox .comName::before,
    .index .addCont01 .thBoxArea .sBox .comName::after {
        content: none;
    }

    .index .addCont01 .thBoxArea .sBox .icon {
        padding: 0;
        margin: 0 0 10px;
    }

    .index .addCont01 .ph {
        text-align: center;
    }

    .index .addCont01 .thBoxArea .sBox .icon li {
        background: #83cdc0;
        border-radius: 5px;
        text-align: center;
        font-size: 11px;
        font-size: 1.1rem;
        color: #fff;
        width: calc(100% / 2 - 5px);
        float: left;
        padding: 8px 10px 6px;
        box-sizing: border-box;
        margin: 0 10px 10px 0;
        display: table;
    }

    .index .addCont01 .thBoxArea .sBox .icon li:nth-child(2n) {
        margin: 0 0 10px 0;
    }

    .index .addCont01 .thBoxArea .sBox .icon li span {
        display: table-cell;
        vertical-align: middle;
        line-height: 1.3;
    }

    .index .addCont01 .thBoxArea .sBox .grayArea {
        background: #f6f5f3;
        margin: 10px 0;
    }

    .index .addCont01 .thBoxArea .sBox .grayArea ul:not([class]) li {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .index .addCont01 .thBoxArea .sBox .btn-internal,
    .index .addCont01 .thBoxArea .sBox .btn-web {
        width: 90%;
        margin: 20px auto 10px;
    }

    .index .addCont01 .thBoxArea .sBox .btn-internal {
        margin: 10px auto 15px;
    }

    .index .addCont01 .thBoxArea .sBox .comsubtitle {
        padding-top: 10px;
    }

    .index .addCont01 .dashed {
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
    }

    .index .addCont01 .dashed p {
        margin: 0;
    }

    /*addCont02*/
    .index .addCont02 {
        padding: 0;
    }

    .index .addCont02.detail {
        padding-bottom: 50px;
    }

    .index .addCont02.about {
        padding: 30px 0 50px;
    }

    .index .addCont02.about .caption,
    .index .addCont02.detail .caption {
        padding: 0 20px;
    }

    .index .addCont02.about .caption a,
    .index .addCont02.detail .caption a {
        display: block;
    }

    .index .addCont02 .titArea .titLArea {
        margin: 10px auto 0px;
    }

    .index .addCont02 .titL {
        text-align: center;
        position: relative;
        margin: 0;
        box-sizing: border-box;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.3;
        display: inline;
        border: none;
        outline: none;
        padding: 0;
    }

    .index .headArea .dashed {
        margin: 0 auto;
        padding: 20px 20px 0;
        width: 100%;
        box-sizing: border-box;
    }

    .index .addCont02 .bgbd {
        padding: 20px 10px 30px 10px;
    }

    .index .addCont02 .sTitArea .titM {
        font-size: 18px;
        font-size: 2.4rem;
        padding: 0 0 10px 0;
        text-align: left;
        position: relative;
        display: block;
        border-width: 3px;
        line-height: 1.4;
        padding-left: 5px;
    }

    .index .addCont02 .sTitArea .titM::before,
    .index .addCont02 .sTitArea .titM::after {
        display: none;
    }

    .index .addCont02 .sTitArea .titM::before {
        content: "";
        position: absolute;
    }

    .index .addCont02 .sTitArea {
        position: relative;
        padding: 0;
        box-sizing: border-box;
        margin: 0 0 30px 0;
    }

    /* /* アイコン付き見出し */
    .index .addCont02 .h3-index.low,
    .index .addCont02 .h3-index.middle,
    .index .addCont02 .h3-index.high {
        padding: 23px 20px 23px 100px;
		margin: 20px 0 10px;
    }

    .index .addCont02 .h3-index.low::before,
    .index .addCont02 .h3-index.middle::before,
    .index .addCont02 .h3-index.high::before {
        left: 10px;
        width: 83px;
        height: 83px;
    }

    */ .index .addCont02 .bgbd_recognition .sTitArea::before,
    .index .addCont02 .bgbd_material .sTitArea::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 70px;
        background-size: 100%;
        height: 70px;
    }

    .index .addCont02 .sTitArea::after {
        content: none;
    }

    .index .addCont02 .sTitArea .catch {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 5px 0 5px 8px;
    }

    .index .addCont02 .subBoxWrap {
        background: url(img/bg_subbox.gif) no-repeat top left, url(img/bg_subbox.gif) no-repeat bottom right;
        position: relative;
        padding: 8px;
        margin: 0 auto 50px;
        background-size: 70px auto, 70px auto;
    }

    .index .addCont02.detail .btn-web {
        margin: 30px auto 20px;
    }

    .index .addCont02.detail .btn-tel {
        margin-bottom: 40px;
    }

    .index .addCont02 h5 {
        margin: 40px 0 20px;
        padding: 10px 15px 8px 15px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .index .addCont02 h5.no-margin {
        position: relative;
        margin: 0 0 20px;
        padding: 10px 15px 8px 15px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .index .addCont02 h5:before,
    .index .addCont02 h5.no-margin:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #E0F2CA;
        z-index: -1;
    }

    .index .addCont02 .h5-sub {
        margin: 10px 0 20px;
        padding: 15px 0 13px 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .index .addCont02 .subBox01 {
        background: #fffde4;
        padding: 20px;
    }

    .index .addCont02 .subBox01 .catch {
        font-size: 16px;
        font-size: 1.6rem;
        background: none;
        border: none;
        outline: none;
        text-align: center;
        padding: 0 0 15px;
        margin: 0 0 20px;
        line-height: 1.3;
        position: relative;
        display: block;
    }

    .index .addCont02 .subBox01 .catch::before {
        content: "";
        width: 60px;
        height: 3px;
        display: inline-block;
        background: #83cdc0;
        position: absolute;
        left: 50%;
        bottom: 0;
        top: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .index .addCont02 .subBox01 .catch::after {
        content: none;
    }

    .index .addCont02 .subBox01 p {
        margin: 0;
    }

    .index .addCont02 .subBox02 {
        margin: 0 auto;
        padding: 0;
    }

    .index .addCont02 .subBox02 .sTit,
    .index .addCont02 .subBox03 .sTit {
        border: none;
        border-bottom: 1px solid #444;
        background-size: 20px auto;
        text-align: left;
        font-size: 15px;
        font-size: 1.5rem;
        margin: 10px 0;
        padding: 15px 10px 15px 35px;
        line-height: 1.3;
        display: block;
    }

    .index .addCont02 .subBox02 .sTit::before,
    .index .addCont02 .subBox03 .sTit::before,
    .index .addCont02 .subBox02 .sTit::after,
    .index .addCont02 .subBox03 .sTit::after {
        display: none;
    }

    .index .addCont02 .subBox02 .dashed {
        margin: 0;
        background: #fff;
        width: auto;
        padding: 15px;
        box-sizing: border-box;
    }

    .index .addCont02 .subBox02 .dashed ul:not([class]) {
        margin: 0;
        padding: 0;
    }

    .index .addCont02 .subBox02 .dashed ul:not([class]) li {
        background: url(img/listdot.png) no-repeat 0 4px;
        padding: 0 0 4px 25px;
        box-sizing: border-box;
        line-height: 1.6;
        float: none;
        width: 100%;
    }

    .index .addCont02 .blueBox {
        padding: 0 10px 20px;
        margin: 0;
    }

    .index .addCont02 .container-detail .blueBox {
        padding: 0 0 20px;
        margin: 0;
    }

    .index .addCont02 .blueBox .subBox,
    .index .addCont02 .blueBox .subBox:nth-last-child(2) {
        position: relative;
        padding: 10px 15px 20px;
        margin: 0 0 18px;
        box-sizing: border-box;
        width: 100%;
    }

    .index .addCont02 .blueBox .subBox .upper {
        margin: 0;
    }

    .index .addCont02 .blueBox .subBox .ph {
        margin: 0 auto 20px;
        float: none;
    }

    .index .addCont02 .blueBox .subBox .txtArea .sTit {
        font-size: 16px;
        font-size: 1.6rem;
        background: none;
        padding: 15px 0 20px 60px;
        margin: 0 0 5px 0;
        line-height: 1.4;
        border-bottom: dashed 1px #d4cabc;
    }

    .index .addCont02 .blueBox .sTit {
        border: none;
        outline: none;
        background-size: 28px auto;
        background-position: left;
        text-align: left;
        font-size: 15px;
        font-size: 1.5rem;
        margin: 10px 0;
        padding: 15px 10px 15px 35px;
        line-height: 1.3;
        display: block;
    }

    .blueBox .txtArea .sTit.house::before {}

    .index .blueBox .subBox .txtArea .sTit.voice {
        padding-left: 50px;
    }

    .index .blueBox .subBox .txtArea .sTit.voice::before {
        width: 40px;
        height: 40px;
        background-size: 39px;
    }

    .index .addCont02 .blueBox .subBox .pointArea {
        padding: 30px 20px 20px;
    }

    .index .addCont02 .blueBox .subBox .pointArea .pointWrap {
        padding: 0 10px;
        background: #fff;
        display: table;
        margin: -45px auto 0;
    }

    .index .addCont02 .blueBox .subBox .pointArea .point {
        font-size: 13px;
        font-size: 1.3rem;
        color: #fff;
        background: #ee959d;
        padding: 6px 28px;
        margin: 0 0 15px;
        border: none;
        line-height: 1;
    }

    .index .addCont02 .blueBox .subBox .pointArea p {
        margin: 0;
        text-align: left;
    }

    .index .addCont02 .subBox03 {
        padding: 0;
    }

    .index .addCont02 .subBox03 .cf {
        box-sizing: border-box;
        margin: 0 0 40px;
        padding: 0;
    }

    .index .addCont02 .subBox03 .map {
        margin: 0 0 20px;
        width: 100%;
        float: none;
    }

    .index .addCont02 .subBox03 .map iframe {
        width: 100%;
        height: 250px;
    }

    .index .addCont02 .subBox03 .cf table:not([class]) {
        margin: 0;
        width: 100%;
        float: none;
    }

    .index .addCont02 .subBox03 .cf table:not([class]) tr {
        margin: 0;
    }

    .index .addCont02 .subBox03 .cf table:not([class]) th {
        width: 100%;
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .index .addCont02 .subBox03 .cf table:not([class]) td {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 10px;
    }

    .index .addCont02 .bgbd .btn-web {
        width: 90%;
    }

    .index .addCont02.how .btn-internal {
        margin: 30px auto;
    }

    .index .addCont02.about .dashed,
    .index .addCont02.detail .dashed {
        margin-top: 10px;
    }

    .index .addCont02.how {
        padding: 20px 0 0;
    }

    .index .day-flow_ttl {
        font-size: 1.6rem;
        padding: 1rem 1rem 0;
    }

    .index .day-flow ul li {
        padding-left: 0;
    }

    .index .day-flow ul li span {
        font-size: 1.5rem;
    }

    .index .com-info {
        display: block;
    }

    .index .com-info_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .index .com-info_right {
        width: 100%;
    }

    .index .headArea .titL::before,
    .index .headArea .titL::after {
        content: none;
    }

    .index .headArea .titL a span.middle {
        font-size: 1.4rem;
    }

    .index .addCont03 {
        padding: 0;
    }

    .index .addCont03 .headArea .titLArea a {
        background: url(img/arrow_green.png) no-repeat right bottom 7px;
        padding: 0 20px;
    }

    .index .addCont03.item {
        padding-bottom: 20px;
    }

    .index .addCont03.item .item-img {
        width: 90%;
        margin: 20px auto 5px;
        padding: 15px;
        box-sizing: border-box;
    }


    .index .addCont03.item .item-txt {
        text-align: center;
    }

    .index .addCont03.item .dashed {
        padding: 0;
        margin: 0 auto;
    }

    .index .addCont03.item .btn-accordion {
        width: 100%;
        font-size: 1.6rem;
        margin: 15px auto;
    }

    .index .addCont03.item .accordion-content-item_inner .btn-internal {
        width: 48%;
        margin: 0 4% 15px 0;
    }

    .index .addCont03.item .accordion-content-item_inner .btn-internal:nth-child(5n) {
        margin-right: 4%;
    }

    .index .addCont03.item .accordion-content-item_inner .btn-internal:nth-child(2n) {
        margin-right: 0;
    }

    .index .addCont03.item .accordion-content-item_inner .btn-internal a {
        background: #5EC2A2 url(img/arrow_white.png) right 15px top 50% no-repeat;
        background-size: 9px auto;
        padding: 15px 25px 14px 25px;
    }

    .index .addCont04 .bggy,
    .index .addCont04 .bgbd {
        padding: 0 10px;
        margin: 0;
    }

    .contents .addCont04 .frame-wrap {
        margin-bottom: 0;
        padding-bottom: 2rem;
    }

    .index .addCont04 .bggy .headArea .titL,
    .index .addCont04 .bgbd .headArea .titL {
        font-size: 20px;
        font-size: 2rem;
        line-height: 3.6rem;
    }

    .index .addCont04 .bggy .headArea .titL a,
    .index .addCont04 .bgbd .headArea .titL a {
        display: inline;
        padding: 0 20px 0 0;
    }

    .index .addCont04 .bggy .titLArea,
    .index .addCont04 .bgbd .titLArea {
        max-width: 90%;
        padding: 0;
        margin-bottom: 40px;
    }

    .index .addCont04 .bggy .titLArea {
        width: 90%;
        margin-bottom: 20px;
    }

    .index .addCont04 .headArea.h_yokohama {
        background-position: right 10px top 40px;
    }

    .index .addCont04.bgcolor .headArea.h_yokohama,
    .index .addCont04 .headArea.h_yokohama {
        padding: 6rem 1rem 0;
        margin: 0;
        background-size: 260px auto;
    }

    .index .addCont04.bgcolor .headArea.h_yokohama {
        background-position: right 10px top 15px;
        background-size: 200px auto;
        padding: 5rem 1rem 0;
    }

    .index .addCont04 .bggy .headArea::before,
    .index .addCont04 .bgbd .headArea::before {
        right: 0;
        bottom: unset;
        top: 10px;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 6px 0 0 19px;
        background-size: 15px auto;
        background-position: 0 5px;
    }

    .index .addCont04 .headArea p {
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .index .addCont04 .headline p.dashed {
        padding: 1rem 0 2rem;
    }

    .index .addCont04.bgcolor .bggy .headArea .pr {
        font-size: 1.6rem;
    }

    .index .headline.headArea .enTit {
        width: auto;
        margin: 15px 0 0;
        padding: 0 0 6px;
        line-height: 1rem;
    }

    .index .headline .titL {
        line-height: 1.2;
        padding: 0 1rem;
    }

    .contents .sitemap {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .contents .sitemap h1:not([class]) {
        width: 100%;
    }

    .blueBox .subBox {
        width: 100%;
        margin: 20px auto 0;
    }

    .blueBox .subBox .txtArea .sTit {
        font-size: 1.6rem;
        padding: 0 0 15px 50px;
    }

    .blueBox .txtArea .sTit::before {
        background-size: 40px;
    }

    .blueBox .txtArea .sTit.yukadan::before,
    .blueBox .txtArea .sTit.sick::before,
    .blueBox .txtArea .sTit.dannetsu::before,
    .blueBox .txtArea .sTit.hoshou::before,
    .blueBox .txtArea .sTit.enel::before {
        width: 45px;
        height: 45px;
        background-size: 45px;
        top: 10px;
    }

    .index .subtitArea {
        margin: 20px auto 10px;
    }

    .container-detail {
        width: 95%;
        padding: 20px 15px 20px;
        margin: 0 auto 30px;
    }

    .container-detail.end {
        margin-bottom: 0;
    }

    .contents .frame-wrap2 {
        padding: 10px 0 0;
    }

    .contents .frame02 .frame-head {
        padding: 15px 0;
    }

    .contents .frame02 .frame-head a {
        font-size: 1.6rem;
    }

    .addCont04.bgcolor {
        padding: 20px 0 40px;
    }

    .index .addCont04 .bggy .headArea p,
    .index .addCont04 .bgbd .headArea p {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .index .addCont04 .bggy .wi1000 .btn-internal {
        margin-top: 0;
    }

    table.table-function th {
        font-size: 1.4rem;
        padding: 10px 16px;
    }

    table.table-function td {
        font-size: 1.4rem;
        padding: 10px 16px;
    }

    table.table-info th {
        width: 36%;
        font-size: 1.4rem;
        font-weight: normal;
        padding: 10px;
        background-color: #FAF8F4;
    }

    table.table-info td {
        font-size: 1.4rem;
        padding: 10px;
    }

    .equiplists-catch {
        font-size: 1.8rem;
    }

    .index .headArea .titL span.middle {
        font-size: 2rem;
    }

    .index .headArea .titArea .titLArea {
        margin: 0 auto 0px;
    }

    .index .addCont04.bgcolor .bggy .headArea .titL,
    .index .addCont04.bgcolor .bgbd .headArea .titL {
        width: 90%;
        line-height: 2;
        margin: 0;
        padding: 10px;
    }

    .index .addCont04.bgcolor .bggy .headArea .titL a,
    .index .addCont04.bgcolor .bgbd .headArea .titL a {
        width: 100%;
        background: url(img/arrow_white.png) right 10px center no-repeat;
        background-size: 10.71px auto;
    }

    .index .addCont04.bgcolor .bggy .headArea .titL span.orange,
    .index .addCont04.bgcolor .bgbd .headArea .titL span.orange {
        font-size: 2rem;
    }

    .index .addCont04.bgcolor .bggy .headArea .titL span:not([class]),
    .index .addCont04.bgcolor .bgbd .headArea .titL span:not([class]) {
        background-size: 10px auto;
    }

    .equiplist {
        padding-top: 55px;
    }

    .equiplist.big {
        width: 30%;
        font-size: 1.3rem;
        padding: 0 0 0 65px;
    }

    .equiplist1,
    .equiplist2,
    .equiplist3,
    .equiplist4,
    .equiplist5,
    .equiplist1.no,
    .equiplist2.no,
    .equiplist3.no,
    .equiplist4.no,
    .equiplist5.no,
    .equiplist1.big,
    .equiplist2.big,
    .equiplist3.big,
    .equiplist4.big,
    .equiplist5.big,
    .equiplist1.big.no,
    .equiplist2.big.no,
    .equiplist3.big.no,
    .equiplist4.big.no,
    .equiplist5.big.no {
        background-size: 50px auto;
    }

    table.table-info {
        margin: 0 auto 20px;
    }

    .toc_parts {
        margin: 0 auto 3rem;
        padding: 3rem 2.5rem 2rem;
    }

    .mokuji .toc_parts {
        width: 95%;
    }

    .toc_parts .ttl {
        font-size: 1.6rem;
        border-left: 2px solid #399e7e;
    }

    #toc {
        margin: 1.5rem 0 0 0;
        padding: 1rem 0 0;
    }

    #toc .chapter .chapter-h {
        margin: 1rem 0;
        padding: 0 0 0 3rem;
        font-size: 1.5rem;
        line-height: 1.6;
    }

    #toc ul.chapter .chapter-h::before {
        top: 11px;
        font-size: 1.8rem;
    }

    #toc li.chapter-h.chapter-h-three {
        margin: 0.5rem 0 0.5rem 2rem;
    }

    #toc li.chapter-h.chapter-h-three::before {
        top: 6px;
        width: 6px;
        height: 6px;
    }

    #toc li.chapter-h-three+.chapter-h-two {
        margin-top: 2rem;
    }
}

