@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-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
}
:root {
    --color-black: #333333;
    --color-d-orange: #e26538;
    --color-l-orange: #e58c6c;
    --color-d-yellow: #ffe19a;
    --color-l-yellow: #fcedd0;
    --color-external: #1f3c8e;
    --color-external-shadow: #5878d5;
    --color-internal: #ffe19a;
    --color-internal-shadow: #ffbc47;
    --color-l-gray: #f6f5f3;
    --color-more-shadow: #888888;
}
/* 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;
}
@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: #333333;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.6rem;
    line-height: 1.857142857;
    min-width: 1000px;
    overflow-x: hidden;
    word-break: break-word;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #333333;
    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;
}
/*--------------------------------------
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-next {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2%;
    z-index: 5;
    background: url(img/arrow_black.png) no-repeat center;
    width: 34px;
    height: 34px;
    font-size: 0;
}
.slider .slider-for button.slick-prev {
    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;
    width: 34px;
    height: 34px;
    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: 14px;
    font-size: 1.4rem;
    text-align: right;
    font-weight: normal !important;
    margin: 5px auto;
    line-height: 1.2;
}
#headNoteArea .sitename:before {
    content: "PR";
    display: inline-block;
    background: #000;
    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;
    margin: 10px auto 20px;
}
#headNoteArea a:hover img {
    opacity: 0.7;
}
/* ================== */
/*g-nav　*/
/* ================== */
#g-nav {
    width: 100%;
    position: relative;
    margin: 2rem 0 2rem;
}
#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: 20px;
    display: inline-block;
    border-left: 1px dashed #444;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
}
#g-nav ul:not([class]) li:last-child::before {
    content: "";
    width: 1px;
    height: 20px;
    display: inline-block;
    border-right: 1px dashed #444;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}
#g-nav ul:not([class]) li:hover {
    background-color: #f6f5f3;
}
#g-nav li a {
    color: #333333;
    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: #f6f5f3;
    position: relative;
    z-index: 2;
}
#pankuzu::before {
    width: 200vw;
    height: 25px;
    background-color: #f6f5f3;
    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;
}
.category .baseBox, .page .baseBox {
    width: 760px;
    float: left;
	margin-bottom: 8rem;
}
/*--------------------------------------
　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: #f8e9d0;
    margin: 6px 6px 30px;
    position: relative;
    border-radius: 10px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    padding: 0 5px 10px;
    display: none;
}
#side .sideTopBox .catch {
    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: #fabd62;
    width: 55px;
    height: 3px;
    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 {
    line-height: 1.4;
    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;
    line-height: 1.4;
    text-decoration: none;
    padding: 20px 30px 18px 20px;
    position: relative;
    z-index: 2;
    background: #fcedd0 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: #fcedd0;
}
footer .areaInner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
footer a {
    color: #333333;
    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 #333333;
    padding: 0 0 6px 0;
    margin: 0 0 14px 0;
}
footer .areaInner .footBox .sttl a {
    background: url("img/arrow_black.png") 6px 50% no-repeat;
    background-size: 10px auto;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    padding: 3px 0 3px 30px;
}
footer .footBox ul:not([class]) {
    padding: 0 20px;
}
footer .areaInner .footBox .accChild {
    padding: 0;
    box-sizing: border-box;
}
footer .areaInner .footBox .accChild li {
    background: none;
}
footer .areaInner .footBox .accChild li.subCat {
    margin: 0 30px 0 0;
    padding: 0;
}
footer .areaInner .footBox .accChild li.subCat::after {}
footer .areaInner .footBox .accChild .sp + li::before {
    /* content: "　|　"; */

    letter-spacing: 0;
    color: #a3b9b7;
}
footer .areaInner .footBox .accChild .sp + li::before {
    /* content: "|　"; */
    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: #333;
}
footer .areaInner .footBox .accChild .subList li:last-child::after {
    content: none;
}
footer .areaInner .footBox .accChild li {
    display: inline-block;
    margin: 0 20px 0 0;
}
footer .areaInner .footBox .accChild li a {
    background: url("img/arrow_black.png") 0 50% no-repeat;
    background-size: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    color: #333;
    padding: 0 0 0 16px;
}
footer .areaInner .footBox .accChild .subList li:first-child::before {
    content: "　/　";
    letter-spacing: 0;
    color: #333;
}
footer .areaInner .footBox .accChild .subList {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 20px;
}
footer .areaInner .footBox .accChild .subList li {
    padding: 0;
    display: inline-block;
    margin: 0;
}
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;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    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: #ffffff;
    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_black.png) no-repeat right center;
    background-size: 6px auto;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 15px 0 0;
}
footer .botArea .botInner .smap a:hover {
    text-decoration: underline;
}
footer p.copy {
    font-size: 12px;
    font-size: 1.2rem;
    color: #333333;
    float: left;
    margin: 0;
}
footer p.copy a {}
footer .areaInner .footBox .accChild .sp {
    display: none;
}
/* ================== */
/*メインコンテンツ　*/
/* ================== */
.index .titLArea, .category .titLArea, .page .titLArea {
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
}
.category .titLArea, .page .titLArea {
    margin: 20px auto 50px;
}
.index h2:not([class]), .category h1:not([class]), .page h1:not([class]), .index.lower_parts .titL {
    text-align: center;
    box-sizing: border-box;
    font-size: 34px;
    font-size: 3.4rem;
    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: auto 15px;
    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: var(--color-l-orange);
    color: #ffffff;
    border-radius: 10px;
}

.page-id-34 #contents h2:not([class]),.page-id-34 #contents h2:not([class]) a{
	color:#ffffff;
}


.category h2:not([class]) a, .page h2:not([class]) a {
    display: block;
}
.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: 30px 0 0;
    padding: 18px 30px 17px 30px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 3.5rem;
    z-index: 0;
}
.index h4.check, .category h3.check, .page h3.check {
    position: relative;
    margin: 35px 0 20px;
    padding: 18px 30px 17px 65px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 3.5rem;
    z-index: 0;
    background: #fcedd0;
}
.index h4.check:before, .category h3.check:before, .page h3.check:before {
    content: "CHECK";
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e58c6c;
    color: #ffffff;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 7px;
}

.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: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #ffe19a;
    z-index: -1;
}
.index .addCont02 h4:not([class]) {
    display: table;
    margin: 20px auto;
}
.index .addCont02 h4:not([class])::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    width: 96px;
    height: 52px;
    background: url("img/ico_h4.png") no-repeat;
    background-size: cover;
    border-radius: 0;
    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: 17px 30px 15px 10px;
    border-bottom: dashed 2px #929292;
    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;
}

.category h3:not([class]) + h4:not([class]),
.page h3:not([class]) + h4:not([class]) {
  margin-top: 0;
}
.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 {
    background: linear-gradient(transparent 60%, var(--color-d-yellow) 60%);
    font-weight: bold;
}
.contents .rank_wrap {
    margin: 20px 0;
    counter-reset: div;
    list-style: none;
}
.contents .rank {
    position: relative;
    border-bottom: solid 3px #e4e4e4;
    margin: 20px 0 20px 0;
    padding: 14px 40px 16px 80px;
    line-height: 1.3;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
}
.contents .rank::before {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 68px;
    height: 59px;
    padding: 13px 3px 0 0;
    line-height: 1.1;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    background: url(img/icon_num.png) no-repeat top;
}
.contents .noCount .recommend {
    display: block;
    position: relative;
    margin: 20px 0 20px 0;
    padding: 14px 40px 16px 80px;
    border-bottom: solid 3px #e4e4e4;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
}
.contents .noCount .recommend::before {
    content: "おすすめ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    width: 68px;
    height: 59px;
    padding: 21px 0 0;
    color: #fff;
    background: url(img/icon_recommend.png) no-repeat top;
}
.contents .noCount .check {
    display: block;
    position: relative;
    margin: 20px 0 20px 0;
    padding: 14px 40px 16px 80px;
    border-bottom: solid 3px #e4e4e4;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
}
.contents .noCount .check::before {
    content: "CHECK";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    width: 68px;
    height: 59px;
    padding: 21px 0 0;
    color: #fff;
    background: url(img/icon_check02.png) no-repeat top;
}
.contents .noCount .point {
    display: block;
    position: relative;
    margin: 20px 0 20px 0;
    padding: 14px 40px 16px 80px;
    border-bottom: solid 3px #e4e4e4;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
}
.contents .noCount .point::before {
    content: "POINT";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    width: 68px;
    height: 59px;
    padding: 21px 0 0;
    color: #fff;
    background: url(img/icon_point.png) no-repeat top;
}
.contents .rank_wrap2 {
    counter-reset: div;
}
.contents .rank_wrap2 .recommend {
    display: block;
    position: relative;
    margin: 20px 0 20px 0;
    padding: 14px 6px 24px 76px;
    border-bottom: solid 3px #e4e4e4;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 3rem;
}
.contents .rank_wrap2 .recommend::before {
    content: "おすすめ";
    position: absolute;
    display: block;
    box-sizing: border-box;
    padding: 3px 0 0 0;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    width: 68px;
    height: 59px;
    color: #fff;
    background: url(img/icon_recommend.png) no-repeat top;
}
.contents .rank_wrap2 .recommend::after {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 27px;
    padding: 26px 0 0 6px;
    line-height: 1.1;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.contents .rank_wrap3 {
    counter-reset: div;
}
.contents .rank_wrap3 .check {
    display: block;
    position: relative;
    margin: 20px 0 20px 0;
    padding: 14px 6px 24px 76px;
    border-bottom: solid 3px #e4e4e4;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 3rem;
}
.contents .rank_wrap3 .check::before {
    content: "CHECK";
    position: absolute;
    display: block;
    box-sizing: border-box;
    padding: 3px 0 0 0;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    width: 68px;
    height: 59px;
    color: #fff;
    background: url(img/icon_check02.png) no-repeat top;
}
.contents .rank_wrap3 .check::after {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 27px;
    padding: 26px 0 0 6px;
    line-height: 1.1;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.contents .rank_wrap4 {
    counter-reset: div;
}
.contents .rank_wrap4 .point {
    display: block;
    position: relative;
    margin: 20px 0 20px 0;
    padding: 14px 6px 24px 76px;
    border-bottom: solid 3px #e4e4e4;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 3rem;
}
.contents .rank_wrap4 .point::before {
    content: "POINT";
    position: absolute;
    display: block;
    box-sizing: border-box;
    padding: 3px 0 0 0;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    width: 68px;
    height: 59px;
    color: #fff;
    background: url(img/icon_point.png) no-repeat top;
}
.contents .rank_wrap4 .point::after {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 27px;
    padding: 26px 0 0 6px;
    line-height: 1.1;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
/*--------------------------------------
　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: #f6f5f3;
    border: 1px solid #5c5c5c;
    line-height: 2.2rem;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
}
.contents table:not([class]) 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;
}
/*.contents a:hover img {
opacity:0.7;
}*/
table.table-function {
    max-width: 670px;
    width: 100%;
    margin: 0 auto 45px;
}
table.table-function th {
    width: 35%;
    padding: 18px 16px;
    background: #f6f5f3;
    border: 1px solid #5c5c5c;
    line-height: 2.2rem;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}
table.table-function td {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.2rem;
    padding: 18px 20px;
    border: 1px solid #5c5c5c;
    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: #f6f5f3;
    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;
    padding: 0;
}
.contents .float-wrap .fl {
    width: 340px;
    padding: 0 40px 10px 0;
    text-align: center;
}
.contents .category .float-wrap .fl, .contents .page .float-wrap .fl {
    width: 280px;
}
.contents .float-wrap .fr {
    width: 340px;
    padding: 0 0 10px 40px;
    text-align: center;
}
.contents .category .float-wrap .fr, .contents .page .float-wrap .fr {
    width: 280px;
}
.contents .float-wrap .center {
    width: 340px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
}
.contents .float-wrap.mo-img .center {
    width: 500px;
}
.contents .float-wrap .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: #b4b4b4;
	text-align:center;
}
.caption a {
    color: #b4b4b4;
    word-break: break-all;
}
/*--------------------------------------
　btn
---------------------------------------*/
.btn-internal a, .btn-web a {
    box-sizing: border-box;
}
.btn-internal {
    width: 400px;
    margin: 2rem auto 8rem;
}
.btn-internal.small {
    width: 225px;
    margin: 40px auto;
}
.btn-internal a {
    background: var(--color-internal) url("img/arrow_black.png") right 30px top 50% no-repeat;
    background-size: 12px auto;
    border-radius: 999px;
    color: #333333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 15px 40px 14px 40px;
    display: block;
    text-align: center;
    position: relative;
    box-shadow: 3px 6px 0 var(--color-internal-shadow);
}
.acdown .btn-internal a {
    background: var(--color-internal) url("img/arrow_white_open.png") right 30px top 50% no-repeat;
    background-size: auto 12px;
    background-position: right 20px center;
}
.btn-internal.small a {
    background: #333333 url("img/arrow_white_down.png") right 25px top 50% no-repeat;
    background-size: 16px auto;
    border-radius: 27px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 35px 9px 35px;
    display: block;
    text-align: center;
    position: relative;
    box-shadow: 3px 6px 0 #9c5e00;
}
.lower_parts .btn-internal.small a {
    background: #333333 url(img/arrow_white.png) right 25px top 50% no-repeat;
    background-size: 11px auto;
}
.btn-web {
    width: 400px;
    margin: 40px auto;
}
.btn-web a {
    background: var(--color-external) url(img/icon_window.png) left 20px top 50% no-repeat;
    background-size: 19px auto;
    border-radius: 999px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 15px 20px 14px 45px;
    display: block;
    text-align: center;
    position: relative;
    box-shadow: 3px 6px 0 var(--color-external-shadow)
}


.btn-internal a:hover {
    opacity: 1;
    opacity: unset;
    background-color: #ffdc8a;
    box-shadow: 3px 6px 0 #ffd07e;
    transition-timing-function: ease-in-out;
}
.btn-web a:hover {
    opacity: 1;
    opacity: unset;
    background-color: #6276b0;
    box-shadow: 3px 6px 0 #8aa0e2;
    transition-timing-function: ease-in-out;
}

.btn-catalog a:hover {
    opacity: 1;
    opacity: unset;
    background-color: #e69138;
    box-shadow: 3px 6px 0 #f5d4b1;
    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_black.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;
    font-weight: bold;
    text-decoration: underline;
}
.btn-link a:hover {
    background: url("img/arrow_black.png") 100% 50% no-repeat;
    background-size: 10px auto;
}
.btn-accordion {
    max-width: 350px;
    margin: 50px auto;
    background: #fff url(img/plus.png) right 30px top 50% no-repeat;
    background-size: 15px auto;
    border-radius: 999px;
    border: #333333 3px solid;
    color: #333333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 15px 40px 14px 40px;
    display: block;
    text-align: center;
    position: relative;
    box-shadow: 3px 6px 0 #888888;
    cursor: pointer;
}
.btn-accordion:hover {
    opacity: 0.6;
}
.btn-accordion span:before {
    content: "もっと見る";
}
.btn-accordion.open span:before {
    content: "閉じる";
}
.btn-accordion.open {
    background: #fff url(img/minus.png) right 30px top 50% no-repeat;
}
.accordion-content .mobox:first-of-type .float-wrap {
    margin-top: 0;
}
.accordion-content {
    display: none;
    padding-top: 3rem;
}
.btn-internal--small {
    width: 180px;
    margin: 20px auto;
}
.btn-internal--small a {
    background: #fff url(img/arrow_black.png) right 15px top 50% no-repeat;
    background-size: 8px auto;
    border-radius: 30px;
    border: #333333 3px solid;
    color: #333333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
    text-align: center;
    position: relative;
    box-shadow: 1.5px 3px 0 #888888;
    cursor: pointer;
}
/*--------------------------------------
　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;
}
.accordion-content .frame-wrap2 {
    padding-top: 0;
}
.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 .frame.ww100 {
    width: 100%;
}
.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: left;
    padding: 25px;
    border: none;
    margin: 0 0 10px;
    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;
}
.bg-orange {
    font-weight: bold;
    font-size: 2rem;
    width: fit-content;
}
.text-orange {
    font-weight: bold;
    font-size: 2rem;
    color: var(--color-d-orange);
    margin-bottom: 1.5rem;
}
/*共通パーツここまで*/
.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: var(--color-d-orange);
    margin: 10px 0 6px;
    display: block;
    line-height: 1rem;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    font-weight: bold;
}
.addCont02 .enTit {
    color: #e26538;
}
/*addCont01*/
.index .addCont01 {
    background: url(img/bg_sansen.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0 0 60px;
}
/*.index .addCont01 .headArea::before {
    content: "";
    background: url(img/tit_deco_l.png) no-repeat;
    width: 221px;
    height: 177px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 40px;
    border: none;
    bottom: auto;
    margin: auto;
}
.index .addCont01 .headArea::after {
    content: "";
    background: url(img/tit_deco_r.png) no-repeat;
    width: 181px;
    height: 117px;
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 40px;
    border: none;
}*/
.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 30px;
    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 20px;
}
.index .addCont01 .thBoxArea .sBox {
    width: 320px;
    padding: 10px 20px 40px;
    border-radius: 20px;
    float: left;
    margin: 0 20px 0 0;
    background: #fff;
    position: relative;
    box-sizing: border-box;
}
.index .addCont01 .thBoxArea .sBox:nth-child(3n) {
    margin: 0;
}
.index .addCont01 .thBoxArea .sBox .sTit {
    padding: 80px 0 0;
    margin: 0 0 15px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.444444444;
    text-align: left;
    color: #ff7e00;
    display: block;
}
.index .addCont01 .thBoxArea .sBox .sTit::before {
    content: none;
}
.index .addCont01 .thBoxArea .sBox .caption {
    margin: 8px 2rem 0;
    padding: 0 0 0.5rem;
    color: #999;
    word-break: break-all;
    font-size: 1.0rem;
    line-height: 1.5;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.index .addCont01 .thBoxArea .sBox .caption::-webkit-scrollbar {
  height: 3px;
}
.index .addCont01 .thBoxArea .sBox .caption::-webkit-scrollbar-track {
  background: #efefef;
  margin: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.index .addCont01 .thBoxArea .sBox .caption::-webkit-scrollbar-thumb {
  background: #cacaca;
  border-radius: 0;
  box-shadow: none;
}
.index .addCont01 .thBoxArea .sBox .caption {
    color: #666;
}
.index .addCont01 .thBoxArea .sBox .sansen1 {
	background-image: url(img/ico_low01.png);
    background-repeat: no-repeat;
    font-size: 20px;
    text-align: center;
    line-height: 3rem;
    font-weight: bold;
    color: white;
    top: -3rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 240px;
    height: 105px;
    background-size: 100% auto;
}
.index .addCont01 .thBoxArea .sBox .sansen1 p{
	font-size: 20px;
	margin-top: 1rem;
}
.index .addCont01 .thBoxArea .sBox .sansen2 {
	background-image: url(img/ico_middle01.png);
    background-repeat: no-repeat;
    font-size: 20px;
    text-align: center;
    line-height: 3rem;
    font-weight: bold;
    color: white;
    top: -3rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 240px;
    height: 105px;
    background-size: 100% auto;
}
.index .addCont01 .thBoxArea .sBox .sansen2 p{
	font-size: 20px;
	margin-top: 1rem;
}
.index .addCont01 .thBoxArea .sBox .sansen3 {
	background-image: url(img/ico_high01.png);
    background-repeat: no-repeat;
    font-size: 20px;
    text-align: center;
    line-height: 3rem;
    font-weight: bold;
    color: white;
    top: -3rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 240px;
    height: 105px;
    background-size: 100% auto;
}
.index .addCont01 .thBoxArea .sBox .sansen3 p{
	font-size: 20px;
	margin-top: 1rem;	
}
.index .addCont01 .thBoxArea .sBox .comName {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
    background: none;
    border: none;
    border-left: none;
    padding: 0 0 10px;
    margin: 0 0 10px;
    line-height: 1.3;
    display: block;
    outline: none;
    font-weight: bold;
    padding-top: 80px;
}
.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%);
}
.or-dash {
    text-align: center;
    font-weight: bold;
    color: var(--color-d-orange);
    font-size: 2rem;
    padding: 1.5rem 0;
    border-bottom: 1px dashed #bbae9c;
    margin-bottom: 3rem;
}
.equiplists-wrapper {
    border-top: 1px dashed #333333;
    border-bottom: 1px dashed #333333;
    padding: 0;
    margin: 0px 0 20px;
}
.equiplists-wrapper.big {
    border-top: 1px dashed #333333;
    border-bottom: 1px dashed #333333;
    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;
}
.equiplist1 {
    background: url(img/icon-equip1.png) top center no-repeat;
    background-size: 64px auto;
}
.equiplist2 {
    background: url(img/icon-equip2.png) top center no-repeat;
    background-size: 64px auto;
}
.equiplist3 {
    background: url(img/icon-equip3.png) top center no-repeat;
    background-size: 64px auto;
}
.equiplist4 {
    background: url(img/icon-equip4.png) top center no-repeat;
    background-size: 64px auto;
}
.equiplist5 {
    background: url(img/icon-equip5.png) top center no-repeat;
    background-size: 64px auto;
}
.equiplist1.no {
    background: url(img/icon-equip1-no.png) top center no-repeat;
    background-size: 64px auto;
}
.equiplist2.no {
    background: url(img/icon-equip2-no.png) top center no-repeat;
    background-size: 64px auto;
}
.equiplist3.no {
    background: url(img/icon-equip3-no.png) top center no-repeat;
    background-size: 64px auto;
}
.equiplist4.no {
    background: url(img/icon-equip4-no.png) top center no-repeat;
    background-size: 64px auto;
}
.equiplist5.no {
    background: url(img/icon-equip5-no.png) top center no-repeat;
    background-size: 64px auto;
}
.equiplist1.big {
    background: url(img/icon-equip1.png) center left no-repeat;
    background-size: 64px;
}
.equiplist2.big {
    background: url(img/icon-equip2.png) center left no-repeat;
    background-size: 64px;
}
.equiplist3.big {
    background: url(img/icon-equip3.png) center left no-repeat;
    background-size: 64px;
}
.equiplist4.big {
    background: url(img/icon-equip4.png) center left no-repeat;
    background-size: 64px;
}
.equiplist5.big {
    background: url(img/icon-equip5.png) center left no-repeat;
    background-size: 64px;
}
.equiplist1.big.no {
    background: url(img/icon-equip1-no.png) center left no-repeat;
    background-size: 64px;
}
.equiplist2.big.no {
    background: url(img/icon-equip2-no.png) center left no-repeat;
    background-size: 64px;
}
.equiplist3.big.no {
    background: url(img/icon-equip3-no.png) center left no-repeat;
    background-size: 64px;
}
.equiplist4.big.no {
    background: url(img/icon-equip4-no.png) center left no-repeat;
    background-size: 64px;
}
.equiplist5.big.no {
    background: url(img/icon-equip5-no.png) center left no-repeat;
    background-size: 64px;
}
.equiplists-catch {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ff7e00;
    margin: 20px 0 10px;
}
.index .addCont01 .thBoxArea .sBox .btn-internal, .index .addCont01 .thBoxArea .sBox .btn-web {
    width: 100%;
}
.index .addCont01 .thBoxArea .sBox .btn-web {
    margin-bottom: 30px;
}
.index .addCont01 .thBoxArea .sBox .btn-internal {
    margin: 10px auto 0;
}
/*addCont02*/
.index .addCont02 {
    padding: 0 0 50px;
}
.index .headArea .titL {
    outline: none;
    border: none;
    padding: 0 40px;
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 5.4rem;
    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: 3.3rem;
}
.index .headArea .titL a {
    display: block;
    background: url(img/arrow_black.png) no-repeat right 10px top 60%;
    padding: 0 40px 0 0;
}
.index .addCont04.bgcolor .headArea .titL a {
    display: block;
    background: none;
    padding-right: 30px;
}
.index .headArea .headArea-text {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    z-index: 1;
}
.index .headArea .dashed {
    width: 720px;
    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: 32px;
    font-size: 3.2rem;
    margin: 0;
    border: none;
    outline: none;
    text-align: center;
    position: relative;
    display: block;
    line-height: 4rem;
    padding: 0 20px 50px 30px;
    border-bottom: 5px solid #ffe19a;
}
.index .addCont02 .sTitArea .shousai1{
    background-image: url(img/ico_responsiveness01.png);
    background-repeat: no-repeat;
    font-size: 24px;
    text-align: center;
    line-height: 4rem;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 0;
    top: -3rem;
    margin: auto;
    width: 310px;
    background-size: 100% auto;
}
.index .addCont02 .sTitArea .shousai2{
background-image: url(img/ico_responsiveness02.png);
    background-repeat: no-repeat;
    font-size: 24px;
    text-align: center;
    line-height: 4rem;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 0;
    top: -3rem;
    margin: auto;
    width: 310px;
    background-size: 100% auto;
}
.index .addCont02 .sTitArea .shousai3{
background-image: url(img/ico_responsiveness03.png);
    background-repeat: no-repeat;
    font-size: 24px;
    text-align: center;
    line-height: 4rem;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 0;
    top: -3rem;
    margin: auto;
    width: 310px;
    background-size: 100% auto;
}
.index .addCont02 .sTitArea.middle .titM {
    border-bottom: 5px solid #dae7ff;
}
.index .addCont02 .sTitArea.high .titM {
    border-bottom: 5px solid #f7dfe4;
}
.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 40px 0;
}
.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: 20px;
    font-size: 2rem;
    margin: 0 0 0 330px;
    color: #ff7e00;
    display: inline-block;
    padding: 5px 8px;
}
.index .addCont02 .subBox02 {
    margin: 6rem auto 0;
}
.index .frame01 .inner {
    background: #fff;
}
.index .frame01 .frame-head {
    border: none;
    position: relative;
    background-color: #ffeccf;
    color: var(--color-d-orange);
}
.index .frame01 .inner::after {
    border-width: 2px;
}
.blueBox {
    margin: 0 auto 6rem;
}
.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% - 30px) / 2);
    display: inline-block;
    border-radius: 20px;
    position: relative;
    background-color: #f6f5f3;
    padding: 20px 30px;
    margin: 0 26px 0 0;
    box-sizing: border-box;
    vertical-align: top;
}
.addCont02 .blueBox .subBox {
    width: 100%;
}
.blueBox .subBox.function {
    padding: 0 30px 20px;
}
.blueBox .subBox.function2 {
    border-radius: 10px;
}
.blueBox .subBox:nth-of-type(2n), .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: 60px;
    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: 60px;
}
.blueBox.bborang .txtArea .sTit::before {
    background: url(img/icon_comment2.png) no-repeat 0 0;
    background-size: 100% auto;
}
.blueBox.bborang .subBox .txtArea .sTit {
    color: #333333;
}
.undll a {
    text-decoration: underline;
}
.blueBox .txtArea .sTit.yukadan::before {
    background: url(img/icon-equip1.png) no-repeat;
    background-size: 66px;
    left: 0;
    width: 66px;
    height: 66px;
}
.blueBox .txtArea .sTit.sick::before {
    background: url(img/icon-equip2.png) no-repeat;
    background-size: 66px;
    left: 0;
    width: 66px;
    height: 66px;
}
.blueBox .txtArea .sTit.dannetsu::before {
    background: url(img/icon-equip3.png) no-repeat;
    background-size: 66px;
    left: 0;
    width: 66px;
    height: 66px;
}
.blueBox .txtArea .sTit.enel::before {
    background: url(img/icon-equip5.png) no-repeat;
    background-size: 66px;
    left: 0;
    width: 66px;
    height: 66px;
}
.blueBox .txtArea .sTit.hoshou::before {
    background: url(img/icon-equip4.png) no-repeat;
    background-size: 66px;
    left: 0;
    width: 66px;
    height: 66px;
}
/*.blueBox .txtArea .sTit.house::before {
    content: "住宅性能";
    background: #feb648;
    top: 5px;
}*/
.blueBox .txtArea .sTit.material::before {
    content: "使用素材";
    background: #feb648;
}
.blueBox .txtArea .sTit.arch::before {
    content: "建築費用";
    background: #feb648;
}
.blueBox .txtArea .sTit.safe::before {
    content: "安心保証";
    background: #feb648;
}
.br_sp {
    display: none;
}
/*#housingcafe .sTit.house::before, #housingcafe .sTit.material::before, #housingcafe .sTit.arch::before, #housingcafe .sTit.safe::before {
    background: #a2a850;
}*/
/*#logoshome .sTit.house::before, #logoshome .sTit.material::before, #logoshome .sTit.arch::before, #logoshome .sTit.safe::before {
    background: #6783b7;
}
#misawa .sTit.house::before, #misawa .sTit.material::before, #misawa .sTit.arch::before, #misawa .sTit.safe::before {
    background: #c77286;
}*/
.blueBox .subBox .txtArea .sTit {
    font-size: 20px;
    font-size: 2rem;
    background: none;
    padding: 15px 0 15px 70px;
    margin: 0;
    border: none;
    border-bottom: dashed 1px #d4cabc;
    line-height: 1.4;
    position: relative;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blueBox.orbox .subBox .txtArea .sTit {
    color: var(--color-d-orange);
}
.blueBox.orbox .txtArea .sTit::before {
    background: url(img/icon_comment2.png) no-repeat 0 0;
    background-size: 100% auto;
}
.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: #aeaead;
}
.blueBox .subBox .caption a {
    color: #aeaead;
    text-decoration: underline;
}
.bottom-info {
    padding: 0 0 6rem;
	background: #f6f5f3;
}

.bottom-info .btn-link{
	margin-top: 0!important;
}

.index .addCont02 .bgbd .btn-web {
    width: 385px;
}
.container-detail .float-wrap .float-img {
    width: unset;
}
@media screen and (min-width: 481px) {
    #logoshome .wwimg .float-img.fr img {
        height: 100px;
        height: 300px;
        width: auto;
    }
}

/*addCont03*/
.index .addCont03 {
    background-color: #f6f5f3;
    padding: 70px 0;
}
.index .addCont03 .headArea .titL a {
    padding: 0 40px 0;
}
/*addCont04*/
.addCont04.bgcolor {
    background-color: #fbe9cd;
    padding: 30px 0 80px;
}
.index .addCont04 .bggy, .index .addCont04 .bgbd {
    padding: 50px 0 80px;
    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 .headArea.h_yokohama {
    background: url(img/bg_yokohama.jpg) no-repeat;
    background-size: 60% auto;
    background-position: right center;
    margin: 5rem auto;
}
.index .addCont04.bgcolor .headArea.h_yokohama {
    background-image: url(img/bg_pr.png);
    background-size: 626px auto;
    background-position: top 0px right 10px;
}
.index .addCont04 .headArea.h_kawasaki {
    background-image: url(img/bg_kawasaki.jpg);
}
.index .addCont04 .headArea.h_kawasaki::before {
    content: "KAWASAKI AREA";
}
.index .addCont04 .headArea.h_shonan {
    background-image: url(img/bg_shonan.jpg);
}
.index .addCont04 .headArea.h_shonan::before {
    content: "SHONAN AREA";
}
.index .addCont04 .headArea.h_sagamihara {
    background-image: url(img/bg_sagamihara.jpg);
}
.index .addCont04 .headArea.h_sagamihara::before {
    content: "SAGAMIHARA AREA";
}
.index .addCont04 .titLArea {
    text-align: left;
    margin: 0;
}
.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 {
    background: transparent;
    border-radius: 10px;
    line-height: 6.5rem;
    padding: 0;
    display: inline;
    margin-bottom: 20px;
}
@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 .enTit {
    text-align: left;
}
.index .addCont04 .bggy .headArea p, .index .addCont04 .bgbd .headArea p {
    width: 340px;
    margin-top: 40px;
}
.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 {
    font-size: 1.2rem;
    line-height: 1.5;
}
.maxW {
    max-width: 680px;
    margin: 0 auto 60px;
}
.container-detail {
    max-width: 1000px;
    background-color: #fff;
    border-radius: 20px;
    padding: 60px 60px 60px;
    margin: 0 auto 60px;
}
/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
    background: #f6f5f3;
    margin: 5rem 0;
    padding: 3rem 5rem;
    box-sizing: border-box;
    color: #384158;
}
.home .toc_parts {
    margin: 0;
}
.toc_parts .ttl {
    padding: 0 0 0 1rem;
    font-size: 2rem;
    font-weight: bold;
    border-left: 4px solid #e58c6c;
    cursor: pointer;
    position: relative;
}
#toc {
    margin: 1.5rem 0 0 0;
    padding: 0 0 0;
    border-top: 1px solid var(--color-black);
    display: none;
}
#toc .chapter {
    margin: 0 0 2rem;
    counter-reset: count;
	padding-left:0;
}
#toc .chapter .chapter-h {
    margin: 2rem 0 0;
    padding: 0 0 0 3.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;
}
#toc ul.chapter .chapter-h::before {
    content: counter(count, decimal-leading-zero);
    position: absolute;
    top: 14px;
    left: 0;
    transform: translate(0, -50%);
    color: #eabeae;
    font-size: 2rem;
    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 {
    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;
}
.toc_parts .ttl::after {
    content: "";
    background: url(img/arrow01_plus.svg) center no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.toc_parts .ttl.btn::after {
    background: url(img/arrow01_minus.svg) center no-repeat;
    background-size: 100% auto;
}
@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;
    }
    /*--------------------------------------
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 {
        left: 0;
        border-width: 0;
        border-color: transparent transparent transparent #444444;
    }
    .slider .slider-nav .slick-next {
        right: 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%;
        left: 2%;
        z-index: 5;
        background-size: contain;
    }
    .slider .slider-for button.slick-next {
        position: absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 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%;
        right: -5%;
        background: url(img/arrow_slide_thumb_left.svg) center center no-repeat;
        background-size: 100%;
        width: 10px;
        height: 14px;
        transform: translateY(-50%);
        left: auto;
    }
    .slider .slider-nav .slick-prev {
        top: 50%;
        left: -5%;
        background: url(img/arrow_slide_thumb_right.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: 1rem auto;
        width: 130px;
    }
    /* ハンバーガーメニュー */
    .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: #333333 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;
    }
    .header-menu ul.accordion .tglMenu {
        display: block;
        padding: 15px 35px 15px 10px;
        background: var(--color-l-yellow) url(./img/arrow_slide_thumb_bottom.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: #dfd3b6 url(./img/arrow_slide_thumb_top.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 #444;
        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: #fcedd0;
    }
    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: #333;
        background: #fcedd0 url(img/arrow_black.png) right 13px center no-repeat;
        background-size: 10px auto;
        padding: 10px 40px 10px 4%;
    }
    footer .areaInner .footBox .sttl.tglMenu a {
        background: #fcedd0 url(img/arrow_white_open.png) right 10px center no-repeat;
        background-size: 12px auto;
    }
    footer .areaInner .footBox .sttl.open a {
        background: #fcedd0 url(img/arrow_white_close.png) right 10px center no-repeat;
        background-size: 12px auto;
    }
    footer .areaInner .footBox .sttl {
        border-bottom: 1px solid #333333;
        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;
    }
    footer .areaInner .footBox .accChild li.sp a {
        background-color: #ffffff;
        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: #ffffff;
    }
    footer .areaInner .footBox .accChild li.subCat {
        margin: 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: "";
    }
    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;
        color: #333;
    }
    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;
    }
    .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: 1.5rem 0 0;
        line-height: 3rem;
        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;
        padding: 10px 15px 8px 15px;
        margin: 30px 0 8px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .index .addCont02 h4:not([class]) {
        margin-top: 0;
        max-width: 75%;
        text-align: center;
    }
    .index h4.check, .category h3.check, .page h3.check {
        position: relative;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
        padding: 14px 16px 17px 50px;
    }
    .index h4.check:before, .category h3.check:before, .page h3.check:before {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }
    .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;
        z-index: -1;
        border-radius: 50%;
    }
    .index .addCont02 h4:not([class])::before {
        height: 40px;
        width: 74px;
        border-radius: 0;
        left: -30px;
    }
    .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;
    }
    .category h4:not([class]), .page h4:not([class]) {
        margin-top: 0;
        padding-top: 0;
    }
    .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);
    }
    .contents .rank_wrap {
        margin: 20px 0;
        counter-reset: div;
        list-style: none;
    }
    .contents .rank {
        position: relative;
        border-bottom: solid 3px #e4e4e4;
        margin: 20px 0 20px 0;
        padding: 16px 10px 20px 65px;
        line-height: 1.3;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .contents .rank::before {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 58px;
        height: 50px;
        padding: 13px 0 0;
        line-height: 1.1;
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        font-weight: bold;
        box-sizing: border-box;
        background-size: contain;
    }
    .contents .noCount .recommend {
        display: block;
        position: relative;
        margin: 20px 0 20px 0;
        padding: 16px 10px 20px 65px;
        border-bottom: solid 3px #e4e4e4;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.3;
    }
    .contents .noCount .recommend::before {
        content: "おすすめ";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 58px;
        height: 50px;
        padding: 19px 0 0;
        line-height: 1.1;
        text-align: center;
        font-weight: bold;
        box-sizing: border-box;
        background-size: contain;
        font-size: 10px;
        font-size: 1rem;
    }
    .contents .noCount .check {
        display: block;
        position: relative;
        margin: 20px 0 20px 0;
        padding: 16px 10px 20px 65px;
        border-bottom: solid 3px #e4e4e4;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.3;
    }
    .contents .noCount .check::before {
        content: "CHECK";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 58px;
        height: 50px;
        padding: 19px 0 0;
        line-height: 1.1;
        text-align: center;
        font-weight: bold;
        box-sizing: border-box;
        background-size: contain;
        font-size: 10px;
        font-size: 1rem;
    }
    .contents .noCount .point {
        display: block;
        position: relative;
        margin: 20px 0 20px 0;
        padding: 16px 10px 20px 65px;
        border-bottom: solid 3px #e4e4e4;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.3;
    }
    .contents .noCount .point::before {
        content: "POINT";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 58px;
        height: 50px;
        padding: 19px 0 0;
        line-height: 1.1;
        text-align: center;
        font-weight: bold;
        box-sizing: border-box;
        background-size: contain;
        font-size: 10px;
        font-size: 1rem;
    }
    .contents .rank_wrap2 {
        counter-reset: div;
    }
    .contents .rank_wrap2 .recommend {
        display: block;
        position: relative;
        margin: 20px 0 20px 0;
        padding: 16px 10px 20px 65px;
        border-bottom: solid 3px #e4e4e4;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.3;
    }
    .contents .rank_wrap2 .recommend::before {
        content: "おすすめ";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 58px;
        height: 48px;
        padding: 9px 0 0;
        line-height: 1.1;
        text-align: center;
        font-weight: bold;
        box-sizing: border-box;
        background-size: contain;
    }
    .contents .rank_wrap2 .recommend::after {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        left: 0;
        top: 45%;
        width: 60px;
        height: 16px;
        padding: 2px 0 0;
        line-height: 1.1;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }
    .contents .rank_wrap3 {
        counter-reset: div;
    }
    .contents .rank_wrap3 .check {
        display: block;
        position: relative;
        margin: 20px 0 20px 0;
        padding: 16px 10px 20px 65px;
        border-bottom: solid 3px #e4e4e4;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.3;
    }
    .contents .rank_wrap3 .check::before {
        content: "CHECK";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 58px;
        height: 48px;
        padding: 9px 0 0;
        line-height: 1.1;
        text-align: center;
        font-weight: bold;
        box-sizing: border-box;
        background-size: contain;
    }
    .contents .rank_wrap3 .check::after {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        left: 0;
        top: 45%;
        width: 60px;
        height: 16px;
        padding: 2px 0 0;
        line-height: 1.1;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }
    .contents .rank_wrap4 {
        counter-reset: div;
    }
    .contents .rank_wrap4 .point {
        display: block;
        position: relative;
        margin: 20px 0 20px 0;
        padding: 16px 10px 20px 65px;
        border-bottom: solid 3px #e4e4e4;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.3;
    }
    .contents .rank_wrap4 .point::before {
        content: "POINT";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 58px;
        height: 48px;
        padding: 9px 0 0;
        line-height: 1.1;
        text-align: center;
        font-weight: bold;
        box-sizing: border-box;
        background-size: contain;
    }
    .contents .rank_wrap4 .point::after {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        left: 0;
        top: 45%;
        width: 60px;
        height: 16px;
        padding: 2px 0 0;
        line-height: 1.1;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }
    /*--------------------------------------
　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 {
        font-weight: bold;
        text-align: center;
        font-size: 15px;
        font-size: 1.5rem;
    }
    .contents table:not([class]) td {
        font-size: 13px;
        font-size: 1.3rem;
        border-bottom: none;
    }
    .contents table:not([class]) th, .contents table:not([class]) td {
        padding: 10px;
        display: block;
        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 .caption {
        margin: 8px 0 0;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1.3;
        word-break: break-all;
        color: #999;
        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: 2rem auto 5rem;
    }
    .btn-internal a {
        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: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        padding: 15px 40px 14px 40px;
        display: block;
        text-align: center;
        background: var(--color-external) 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_black.png") no-repeat right 17px center;
        background-size: 10px auto;
        padding: 15px 40px 14px 40px;
        line-height: 1.3;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        display: block;
        border: #333333 solid 2px;
        border-radius: 27px;
        text-decoration: none;
        font-weight: bold;
    }
    .btn-tel {
        width: 90%;
        margin: 20px auto;
        display: block;
    }
    .btn-tel a {
        background: #288b79 url("img/icon_tell.png") left 15px top 50% no-repeat;
        background-size: 17px;
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        padding: 15px 40px 14px 40px;
        display: block;
        text-align: center;
        position: relative;
        border-radius: 200px;
        box-shadow: 3px 6px 0 #196154;
    }
    .btn-internal a:hover, .btn-web a:hover {
        opacity: 1;
    }
    .btn-accordion {
        width: 70%;
        margin: 20px auto;
        font-size: 1.4rem;
        background: #fff url(img/plus.png) right 15px top 50% no-repeat;
    }
    .btn-accordion.open {
        background: #fff url(img/minus.png) right 15px top 50% no-repeat;
    }
    /*--------------------------------------
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 2rem 0;
        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;
        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;
    }
    /*共通パーツここまで*/
    /*追加パーツ*/
    .enTit {
        text-align: center;
        font-size: 1.5rem;
		font-weight:bold;
        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: 10px auto;
        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;
        position: relative;
        display: block;
        border: none;
        outline: none;
        padding: 0;
        font-size: 24px;
        font-size: 2.4rem;
        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 .thBoxArea .sBox {
        padding: 60px 20px 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 .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: 30px 10px 10px 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;
	    margin-bottom: 2rem;
    }
    .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: 62px 0 10px 0;
        text-align: left;
        position: relative;
        display: block;
        border-width: 3px;
        line-height: 1.4;
        text-align: center;
    }
    .index .addCont02 .sTitArea .titM::before, .index .addCont02 .sTitArea .titM::after {
        display: none;
    }
    .index .addCont02 .sTitArea .titM::before {
        content: "";
        position: absolute;
    }
    #housingcafe:target,
    #logoshome:target,
    #misawa:target {
        scroll-margin-top: 45px;
    }
    .index .addCont02 .sTitArea {
        position: relative;
        padding: 0;
        box-sizing: border-box;
        margin: 0 0 30px 0;
    }
    .index .addCont02 .sTitArea::before, .index .addCont02 .bgbd_recognition .sTitArea::before, .index .addCont02 .bgbd_material .sTitArea::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 160px;
        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;
        margin: 0 0 0 100px;
        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 .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: 4rem auto 0;
        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 .subBox02.wi1000 {
        padding: 0;
    }
    .index .addCont02 .subBox02 .frame.ww100 {
        margin-bottom: 0;
    }
    .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;
        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 .float-wrap img {
        width: auto;
        max-height: 210px;
        margin: auto;
        display: block;
    }
    .index .headArea .titL::before, .index .headArea .titL::after {
        content: none;
    }
    .index .addCont03 {
        padding: 0;
		margin-top: 3rem;
    }
    .index .addCont03 .headArea .titLArea a {
        padding: 0 25px 0 0;
        background: url(img/arrow_black.png) no-repeat 100% 31%;
        margin-right: -7%;
    }
    .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 {
        font-size: 20px;
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .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: 65px;
    }
    .index .addCont04 .bggy .titLArea {
        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: 3rem 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 .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 65px;
    }
    .blueBox .txtArea .sTit::before {
        background-size: 50px;
    }
    .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;
    }
    .container-detail {
        padding: 20px 15px 40px;
    }
    .contents .frame-wrap2 {
        padding: 10px 0 0;
    }
    .contents .frame02 .frame-head {
        padding: 15px 0;
    }
    .contents .frame02 .frame-head a {
        font-size: 1.6rem;
    }
    .index .addCont04 .bgbd .headArea p {
        width: 100%;
        margin-top: 4rem;
    }
    .index .addCont04 .bggy .headArea p {
        width: 100%;
        margin-top: 5rem;
    }
    .index .addCont04 .bggy .wi1000 .btn-internal {
        margin-top: 0;
    }
    table.table-function th {
        font-size: 1.5rem;
        padding: 10px 16px;
    }
    table.table-function td {
        font-size: 1.6rem;
        padding: 10px 16px;
    }
    table.table-info th {
        width: 36%;
        font-size: 1.4rem;
        padding: 10px;
    }
    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 {
        line-height: 2;
    }
    .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: 3rem 0;
        padding: 2rem 1.5rem 2rem;
    }
    .lower .toc_parts {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .toc_parts .ttl {
        font-size: 1.6rem;
        border-left: 2px solid #e58c6c;
    }
    #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 .chapter {
        padding-left: 0;
    }
    #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;
    }
    .br_sp {
        display: block;
    }
    .bg-orange {
        width: auto;
    }
    .bg-orange, .text-orange {
        font-size: 1.5rem;
    }
}
/* ==================
    関連記事
   ================== */
#related-article p {
    margin: 0;
}
#related-article.related-article01-frame {
    margin: 20px auto;
    padding: 30px 50px;
    background: #f6f5f3;
    position: relative;
}
#related-article .related-article01-title {
    padding: 0 0 0 1rem;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    /*background: url("./img/dummy-icon.png") no-repeat left center;*/
    background-size: 50px auto;
    position: relative;
}
#related-article .related-article01-title span {
    font-size: 20px;
    color: #333;
}
#related-article .related-article01-list {
    margin: 15px 0 0 0;
    padding: 0 20px 0;
    border-top: 1px solid #D0D3E0;
    font-weight: 700;
}
#related-article .related-article01-list p {
    margin: 0;
}
#related-article .related-article01-list li {
    margin: 2rem 0 0;
    padding: 0 0 0 35px;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
#related-article .related-article01-list li + li {
    margin-top: 10px;
}
#related-article .related-article01-list li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #e68c6c;
    position: absolute;
    top: 6px;
    left: 0;
}
#related-article .related-article01-list a {
    display: block;
    text-decoration: none;
}
#related-article .related-article01-list a:hover {
    opacity: 0.6;
}
#related-article .relations-box#related-article .relations-box--column {
    display: flex;
    gap: 10px;
}
#related-article .relations-box__pic {
    flex: 0 0 150px;
}
@media screen and (max-width: 480px) {
    #related-article.related-article01-frame {
        padding: 20px 25px;
        margin: 6rem 1rem 3rem;
    }
    #related-article .related-article01-title span {
        font-size: 16px;
    }
    #related-article .related-article01-list {
        margin: 15px 0 0 0;
        padding: 10px 0 0;
    }
    #related-article .related-article01-list li {
        margin: 10px 0;
        padding: 0 0 0 30px;
        font-size: 15px;
        line-height: 1.6;
    }
    #related-article .related-article01-list li:last-child {
        margin-bottom: 0;
    }
}
.text-banner-box .text-banner-box__text .cmn02-paragraph span {
    font-size: 100%;
    margin-bottom: 0.5rem;
    display: block;
    background: 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: 12rem;
    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: 180px;
    background: #ffe19a;
    position: relative;
    font-weight: bold;
}
/*.text-banner-box:before {
	content: "";
	position: absolute;
	max-width: 100px;
	width: 100%;
	height: 28px;
	background: url(img/banner-check.png)no-repeat;
    background-size:cover;
	top: -14px;
	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 #333333 transparent;
}
.pc-bannerArea .imgArea {
    width: 40%;
}
.text-banner-box__text {
    padding: 1rem 1rem 1.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: #333333;
    font-size: 1.7rem;
}
.text-banner-box__text .cmn02-paragraph p {
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
}
@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: 310;
    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 .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.5rem;
    color: #333333;
}
.text-banner-box.part03 .text-banner-box__text {
    padding: 1rem 2.7rem 1rem 2rem;
    position: relative;
    background: var(--color-blue);
    display: flex;
    align-items: center;
    width: calc(100vh - 80px);
    display: flex;
    justify-content: center;
    line-height: 1.2;
}
.text-banner-box.part03 .text-banner-box__text:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 17px;
    height: 31px;
    background-size: 10px auto;
}
.index-banner_sp {
    display: none;
}

@media screen and (max-width: 480px) {
    .index-banner_sp {
        display: block;
		width:100%;
    }
    .text-banner-box.part03 {
        position: relative;
        display: flex;
        max-width: 100%;
        left: 0%;
        width: 60vw;
		border-radius:1rem 1rem 0 0;
		overflow: hidden;
    }
    .text-banner-box.part03:after {
        content: "";
        position: absolute;
        bottom: 10%;
        right: 2%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 15px 15px;
        border-color: transparent transparent #333333 transparent;
    }
    .cmn02-text-banner-box__image {
        width: 100%;
        display: none;
    }
    .catch {
        line-height: 1.5;
    }
    #index .addCont06 .frame.list .frame-head, #index .addCont06 .frame.list .frame-head + p {
        padding-bottom: 30px;
    }
    #index .addCont06 .frame.list .frame-head, #index .addCont06 .frame.list .frame-head + p + table {
        margin-bottom: 1.5rem;
    }
    #index .addCont05 {
        overflow: hidden;
    }
    #index .addCont05 .btn-link {
        padding-top: 6rem;
        margin-top: 4rem !important;
        background: #ffffff;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
    #index .addCont05 .btn-link a {
        width: 70%;
        margin: auto;
    }
	
	 .index .addCont02 .sTitArea .shousai1 {
        content: "";
        position: absolute;
        top: -60px;
        left: 0;
        right: 0;
        margin: auto;
        width: 240px;
        height: 105px;
        background: url(img/ico_low01.png) top no-repeat;
        background-size: cover;
        margin-top: 1rem;
	}
	
	 .index .addCont02 .sTitArea .shousai1 p{
		     font-size: 20px;
		     line-height: 3rem;
             margin-top: 1rem;			 
		 }

		 .index .addCont02 .sTitArea .shousai2 {
        content: "";
        position: absolute;
        top: -60px;
        left: 0;
        right: 0;
        margin: auto;
        width: 240px;
        height: 105px;
        background: url(img/ico_low02.png) top no-repeat;
        background-size: cover;
        margin-top: 1rem;
	}
	
	 .index .addCont02 .sTitArea .shousai2 p{
		     font-size: 20px;
		     line-height: 3rem;
             margin-top: 1rem;			 
		 }
	
		 .index .addCont02 .sTitArea .shousai3 {
        content: "";
        position: absolute;
        top: -60px;
        left: 0;
        right: 0;
        margin: auto;
        width: 240px;
        height: 105px;
        background: url(img/ico_low03.png) top no-repeat;
        background-size: cover;
        margin-top: 1rem;
	}
	
	 .index .addCont02 .sTitArea .shousai3 p{
		     font-size: 20px;
		     line-height: 3rem;
             margin-top: 1rem;			 
		 }
	
	#housingcafe{
		margin-top: 4rem;
	}
}