@charset "utf-8";
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NS-Regular.woff2") format("woff2"), url("fonts/NS-Regular.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-Bold.woff2") format("woff2"), url("fonts/NS-Bold.woff") format("woff");
    font-display: swap;
}
:root {
    --color-black: #111111;
    --color-d-green: #34ac9f;
    --color-m-green: #9fdad1;
    --color-l-green: #e2f7fa;
    --color-l-blue: #eefbfc;
    --color-d-gray: #d6e7ea;
    --color-l-gray: #eff3f3;
    --color-d-yellow: #ffe96c;
    --color-l-yellow: #fbf4c7;
    --color-ll-yellow: #fffadd;
    --color-orange: #ef5214;
    --color-blue: #079fe0;
}
/* CSS Document */
/*--------------------------------------------------------------------------
 reset
---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {
    margin: 0;
    font-size: 100%;
}
ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
img {
    vertical-align: top;
}
li {
    list-style-type: none;
    vertical-align: baseline;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, .catch, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .catch a {
    font-weight: bold;
    color: var(--color-black);
}
/*--------------------------------------
 Base
---------------------------------------*/
body {
    color: #111111;
    font-family: 'Noto Sans JP', 'M PLUS 1p', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
    font-size: 1.4rem;
    line-height: 1.8em;
    min-width: 1000px;
    word-break: break-word;
}
body#category, body#page {
    min-width: 1050px;
}
.accordion-contents--wrapper {
    display: none;
    width: 100%;
}
.mark {
    background: linear-gradient(transparent 90%, var(--color-d-yellow) 90%);
    display: inline;
    font-size: 110%;
}
.mark_big {
    background: linear-gradient(transparent 90%, var(--color-d-yellow) 90%);
    display: inline;
    font-size: 2.4rem;
}
.accordion-btn {
    position: relative;
    margin: 30px auto;
    padding: 27px 80px;
    text-align: center;
    font-weight: bold;
    width: 30%;
    font-size: 1.6rem;
    border-radius: 50px;
    background: #bcc09f;
}
.accordion-btn.guide {
    background: #eff3f3;
}

.accordion-btn span:before{
	content:"もっと見る";
}

.accordion-btn.open span:before{
	content:"閉じる";
}

.accordion-btn:before {
    position: absolute;
    content: "";
    background: url(img/plus.png) no-repeat;
    top: 0;
    bottom: 0;
    right: 34px;
    margin: auto 0;
    height: 20px;
    width: 20px;
    background-size: contain;
}
.accordion-btn.open:before {
    position: absolute;
    content: "";
    background: url(img/minus.png) no-repeat;
    height: 2px;
}
@media screen and (max-width: 480px) {
    .accordion-btn:before {
        right: 20px;
        background-size: 20px;
        top: 15%
    }
    .accordion-btn.open:before{
        background-size: 20px;
        top: -2px;
    }
}
.accordion-contents {
    /* display: none; */
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin: 3rem 0;
    width: 100%;
}
#index .addCont03 .subBox01 .grayArea--text {
    width: 94%;
    margin: auto;
}
.txt-quote2 {
    margin: 20px auto;
    padding-bottom: 25px;
    color: #111111;
}
.c-parts {
    margin-top: 8rem;
}
.c-parts--comName--wrapper {
    text-align: center;
}
p.c-parts--comName {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #111111;
    position: relative;
    padding: 20px 5px 0;
    margin-bottom: 25px;
    z-index: 1;
    display: inline-block;
}
.c-parts--addTxt {
    text-align: center;
    margin-bottom: 40px;
    color: #111111;
    padding: 0 100px;
}
p.c-parts--titL {
    color: #111111;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 40px 40px 10px;
    line-height: 40px;
}
.ph {
    text-align: center;
}
.c-parts--bgTxt {
    font-size: 65px;
    font-weight: bold;
    color: #d9e9eb;
    text-align: center;
    letter-spacing: 6px;
}
.c-parts--thBoxArea {
    margin: auto;
    display: table;
    width: auto;
}
.c-parts--wrapper {
    background: #d9e9eb;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #111111;
    text-decoration: none;
}
li a, p:not([class^="btn-"]) a {
    text-decoration: underline;
}
.wi1000 {
    width: 1000px;
    margin: 0px auto;
}
.wi1000 .spec {
    font-size: 2.8rem;
    text-align: center;
    margin: 4rem auto 1rem;
    background: url(img/cost_catch.png)no-repeat center;
}
.wi1000 .spec2 {
    font-size: 2.8rem;
    text-align: center;
    margin: 4rem auto 1rem;
    background: url(img/design_catch.png)no-repeat center;
}
.wi1000 .spec3 {
    font-size: 2.8rem;
    text-align: center;
    margin: 4rem auto 1rem;
    background: url(img/warranty_catch.png)no-repeat center;
}
.subBox03.normal {
    margin-top: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.strong {
    font-weight: bold;
}
.sp {
    display: none;
}
.sp_br {
    display: none;
}
a:hover {
    opacity: 0.6;
}
.bgTxt {
    font-family: 'Noto Sans', sans-serif;
    font-size: 6rem;
    color: var(--color-m-green);
    margin: 0px 0 5.5rem -8.5rem;
    font-weight: bold;
    letter-spacing: 7px;
    line-height: 1em;
}
.addCont09 .bgTxt {
    margin: 0px 0 5.5rem -8.5rem;
}
.addCont01 .bgTxt {
    color: var(--color-m-green);
    margin: 0px 0 5.5rem -8.5rem;
}
.addCont03 .bgTxt {
    color: #afe5dd;
}

.addCont02 .bgTxt{
	color: #afe5dd;
}

.addCont06 .bgTxt,.addCont08 .bgTxt{
	color: #afe5dd;
}

/*--------------------------------------
Slider　カルーセルつきスライドショー
---------------------------------------*/
#slideArea {
    margin: 0 auto 60px;
}
#slideArea .slideinner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
}
.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;
}
.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;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-initialized .slick-slide p {
    display: block;
    margin: 10px 0 0 0;
    line-height: 1.4;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 10px;
    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;
    max-width: 940px;
    margin: 0 auto;
}
.slider img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.slider .slider-nav-wrap {
    position: relative;
}
.slider .slider-nav-wrap .slider-nav .slick-list {
    padding: 0 !important;
}
.slider .slider-nav-wrap .slider-nav .slick-track {
    left: 0;
    width: 100%;
    opacity: 1;
}
.slider .slider-nav-wrap .slider-nav .slick-slide {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
    padding: 6px 10px;
}
.slider .slider-nav-wrap .slider-nav .slick-slide:hover {
    opacity: .5;
}
.slider .slider-nav-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider .slider-nav-wrap .slick-prev {
    right: 0;
    border-width: 0;
    border-color: transparent transparent transparent #444444;
}
.slider .slider-nav-wrap .slick-next {
    left: 0;
    border-width: 0;
    border-color: transparent #444444 transparent transparent;
}
.slider .slider-for {
    float: left;
    width: 85%;
}
.slider .slider-for button.slick-next {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13%;
    z-index: 5;
    background: url(img/arrow_slide_next.png) no-repeat;
    background-size: 100%;
    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: 13%;
    z-index: 5;
    background: url(img/arrow_slide_prev.png) no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;
    font-size: 0;
}
.slider .slider-nav-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 350px;
}
.slider .slider-nav-wrap .slick-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider .slider-nav-wrap .slick-next {
    top: -1.5em;
    background: url(img/arrow_slide_thumb_top.png) center center no-repeat;
    width: 22px;
    height: 13px;
}
.slider .slider-nav-wrap .slick-prev {
    top: auto;
    bottom: 3.5em;
    background: url(img/arrow_slide_thumb_bottom.png) center center no-repeat;
    width: 22px;
    height: 13px;
}
/* ================== */
/*header　*/
/* ================== */
header {
    position: relative;
}
#headNoteArea {
    width: 100%;
    padding: 1rem 0;
    font-size: 2.8rem;
    background: #fff;
    border-top: 8px solid var(--color-d-green);
}

.lower #headNoteArea {
	border-bottom:1px solid #e8e8e8;
	padding-bottom: 2rem;
}

#headNoteArea .areaInner {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
}
#headNoteArea .sitename, #headNoteArea .sitename a {
    font-size: 2.8rem;
    text-align: center;
    display: table;
    margin: auto;
    line-height: 1.2;
    color: #111111;
    font-weight: bold;
}
#headNoteArea .sitename:before {
    content: "PR";
    display: inline-block;
    background: #111111;
    color: #fff;
    text-align: center;
    width: 3rem;
    margin-right: 1rem;
    font-size: 1.4rem;
}
#headNoteArea .sitename a {
    background: none;
    padding: 0;
    color: #111111;
}
#headNoteArea .sitename.sitename_top, #headNoteArea .sitename.sitename_top a {
    font-size: 1.6rem;
}
/* ================== */
/*g-nav　*/
/* ================== */
#g-nav {
    width: 100%;
    position: relative;
    margin: 0 0 20px;
    border-bottom: 1px solid #e8e8e8;
}
#g-nav ul {
    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 li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 20%;
    position: relative;
    background-size: 104px, auto;
}
#g-nav ul li::after {
    content: "";
    width: 1px;
    height: 20px;
    display: inline-block;
    border-left: 1px solid #111111;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
}
#g-nav ul li:last-child::before {
    content: "";
    width: 1px;
    height: 20px;
    display: inline-block;
    border-right: 1px solid #111111;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}
#g-nav li a {
    color: #111111;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    padding: 16px 20px;
    box-sizing: border-box;
    line-height: 1.8rem;
    text-decoration: none;
}
#g-nav li a:hover {
    position: relative;
}
#g-nav li a:hover::after {
    content: "";
    width: 95px;
    height: 4px;
    background: var(--color-d-green);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}
/*--------------------------------------
 Pankuzu
---------------------------------------*/
#pankuzu {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 14px 0 40px;
    width: 1000px;
}
#pankuzu a:hover {
    text-decoration: underline;
}
/*--------------------------------------
 Main Contents
---------------------------------------*/
#contents {
    margin: 0 auto;
    padding: 0;
}
#index, #category, #page {
    margin: 0;
    padding: 0;
}
#category, #page {
    width: 1050px;
    margin: 0 auto;
}
#category .baseBox, #page .baseBox {
    width: 760px;
    float: left;
}
/*--------------------------------------
 PageTop
---------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    width: 60px;
}
#page-top:hover {
    opacity: 0.6;
}
/*--------------------------------------
 Side
---------------------------------------*/
#side {
    box-sizing: border-box;
    width: 250px;
    float: right;
    margin: 30px 0 60px;
}
#side .sideBox {
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 10px;
    background: #eff3f3;
    overflow: hidden;
}
#side .sideBox a {
    line-height: 1.6;
}
#side .sideBox .sttl {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
#side .sideBox .sttl a {
    background: #ffffff url(img/top_h2.png) right 1.5rem top 50% no-repeat;
    background-size: 25px;
    display: block;
    height: 100%;
    font-size: 1.5rem;
    line-height: 1.4;
    text-decoration: none;
    padding: 20px 10px 18px;
    padding-right: 50px;
    position: relative;
    z-index: 2;
}
#side .sideBox .sttl a:hover {
    opacity: 0.6;
}
#side .sideBox ul {
    padding: 0 !important;
    margin: 0;
    background: #fff;
}
#side .sideBox li {
    border-top: dashed 1px #d4d4d4;
    background: none;
    padding: 0;
}
#side .sideBox li::before {
    content: none;
}
#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 40px 18px 10px;
    text-decoration: none;
    font-size: 1.3rem;
    background: url(img/arrow_bk.png) right 10px center no-repeat;
    background-size: 25px 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_bk.png) right 10px center no-repeat;
    background-size: auto, 15px auto;
    display: block;
    padding: 13px 25px 13px 32px;
}
#side .sideBox ul li span:hover {
    opacity: 1;
    border-bottom: solid 2px #f6e847;
}
#side .sideBox ul li a:hover {
    opacity: 0.6;
}
/*--------------------------------------
Footer
---------------------------------------*/
footer {
    margin: 4rem 0 0;
    padding: 0;
    background: #e2f7fa;
}
footer .areaInner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
footer a {
    color: #111111;
    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 var(--color-d-green);
    padding: 0 0 6px 0;
    margin: 0 0 14px 0;
}
footer .areaInner .footBox .sttl a {
    background: url("img/arrow_white.png") 0px 50% no-repeat;
    background-size: 27px auto;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 3px 0 3px 34px;
}
footer .footBox ul {
    padding: 0 20px;
}
footer .areaInner .footBox .accChild {
    padding: 0 0 0 12px;
    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 .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: #444;
}
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/top_h2.png") 0 50% no-repeat;
    background-size: auto 15px;
    font-size: 1.3rem;
    font-weight: normal;
    padding: 0 0 0 20px;
}
footer .areaInner .footBox .accChild .subList li:first-child::before {
    content: "　/　";
    letter-spacing: 0;
    color: #444;
}
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:first-of-type {
    padding: 20px 30px;
    font-size: 1.2rem;
    margin: 0;
    background: #ffffff;
}
footer .areaInner .noticeArea .botPrg {
    font-size: 1.2rem;
    text-align: center;
    padding: 10px 0 0;
    border: none;
}
footer .botArea {
    background: #fff;
    padding: 13px 0;
}
footer .botArea .botInner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
footer .botArea .botInner .smap {
    float: right;
}
footer .botArea .botInner .smap a {
    font-size: 1.2rem;
}
footer .botArea .botInner .smap a:hover {
    text-decoration: underline;
}
footer p.copy {
    font-size: 1.2rem;
    color: #111111;
    float: left;
    margin: 0;
}
footer p.copy a {
    color: #111111;
}
footer .areaInner .footBox .accChild .sp {
    display: none;
}
/* ================== */
/*メインコンテンツ　*/
/* ================== */
#category .titLArea, #page .titLArea {
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
}
#category .titLArea, #page .titLArea {
    background: url(img/low_h1.png) no-repeat top 3rem center;
    background-size: 65%;
}
#category h1, #page h1 {
    text-align: center;
    position: relative;
    box-sizing: border-box;
    font-size: 4.2rem;
    line-height: 4.4rem;
    padding: 3rem;
}
#category h1::before, #page h1::before {
    content: "";
    width: 64px;
    height: 5px;
    background: var(--color-d-green);
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: auto;
    right: 0;
}
#category h2, #page h2 {
    position: relative;
    margin: 35px 0 20px;
    padding: 23px 20px 23px;
	padding-left:100px;
    font-size: 2.6rem;
    text-align: left;
    line-height: 4rem;
    background: var(--color-d-green);
    z-index: 1;
	color:#ffffff;
}
#category h2::before, #page h2::before {
    content: '';
    background: url(img/h3_home.png)no-repeat;
	background-size:cover;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
	bottom:0;
	margin: auto;
    left: 15px;
    z-index: -1;
}
.sitemap h2 a {
    color: #444;
}
#category h2 a:hover, #page h2 a:hover {
    opacity: 0.6;
}

#category h2, #page h2 .btn-link{
    margin: 20px 0;
    text-align: left;
}

#category h3, #page h3 {
    position: relative;
    border-bottom: solid 2px var(--color-d-yellow);
    margin: 35px 0 20px;
    padding: 10px 30px 10px 80px;
    font-size: 2.2rem;
    line-height: 3.5rem;
    background: url(img/low_h4.png) left 5px center no-repeat;
	background-size:auto 40px;
}
#category h3 a:hover, #page h3 a:hover {
    opacity: 0.6;
}

.frame-youtube {
    text-align: center;
    max-width: 100%;
}

#category h6, #category h4, #category h5, #category h6, #page h4, #page h5, #page h6 {
    margin: 35px 0 20px;
    padding: 10px 30px 10px 30px;
    font-size: 2rem;
    border-left: 3px solid var(--color-d-yellow);
}
#category h6::before, #category h4::before, #category h5::before, #category h6::before, #category h6 a:hover, #category h4 a:hover, #category h5 a:hover, #category h6 a:hover, #page h4 a:hover, #page h5 a:hover, #page h6 a:hover {
    opacity: 0.6;
}
#contents ul {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
}
#contents ul li {
    padding: 0 0 6px 20px;
    position: relative;
}
#contents ul li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-d-green);
    left: 2px;
    top: 6px;
}
#contents ol {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
    counter-reset: number;
}
#contents ol li {
    padding: 2px 0 2px 30px;
    list-style: none;
    position: relative;
    counter-increment: number;
}
#contents ol li::before {
    display: block;
    background-color: var(--color-black);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    font-size: 1.2rem;
}
#contents ol li:nth-child(-n+9)::before {
    content: counter(number);
}
#contents ol li:nth-child(n+10)::before {
    content: counter(number);
}
p span {
    font-weight: bold;
    color: #111111;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: linear-gradient(transparent 90%, var(--color-d-yellow) 90%);
}
/* p>span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(253, 168, 43, .7);
    z-index: -1;
} */
.bk_line {
    background-color: #111111;
    color: #fff;
    line-height: 2;
    padding: 5px 20px;
}
#contents .rank_wrap {
    margin: 20px 0;
    counter-reset: number;
    list-style: none;
}
#contents .rank_wrap .rank {
    padding-left: 50px;
}
#contents .rank, #contents .noCount .recommend, #contents .noCount .check, #contents .noCount .point, #contents .rank_wrap2 .recommend, #contents .rank_wrap3 .check, #contents .rank_wrap4 .point {
    display: block;
    position: relative;
    margin: 30px 0 40px 2%;
    padding: 15px 40px 15px 90px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    background: var(--color-l-blue);
}
#contents .rank_wrap2 .recommend, #contents .rank_wrap3 .check, #contents .rank_wrap4 .point {
    padding: 20px 6px 20px 60px;
}
#contents .rank_wrap2, #contents .rank_wrap3, #contents .rank_wrap4 {
    counter-reset: div;
}
#contents .rank::before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    padding: 10px 0 0 10px;
    line-height: 1.1;
    font-size: 3rem;
    color: #111111;
    border-radius: 50%;
    margin: auto 0;
    height: 55px;
    bottom: 0;
    top: 0;
    left: -21px;
    position: absolute;
    background: var(--color-d-green);
    width: 55px;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    display: block;
}
#contents .rank_wrap2 .recommend::before, #contents .rank_wrap3 .check::before, #contents .rank_wrap4 .point::before {
    padding: 10px 0 0 0;
}
#contents .noCount .recommend::before {
    margin: auto 0;
    content: "";
    background: url(img/recommend_ico.png) no-repeat left center;
	background-size:cover;
    width: 60px;
    height: 60px;
    left: 15px;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
}
#contents .noCount .check::before {
    content: "";
    background: url(img/check_ico.png) no-repeat left center;
	background-size:cover;
    width: 60px;
    height: 60px;
    margin: auto 0;
    left: 15px;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
}
#contents .noCount .point::before {
    content: "";
    background: url(img/point_ico.png) no-repeat left center;
	background-size:cover;
    width: 60px;
    height: 60px;
    left: 15px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
}
#contents .rank_wrap2 .recommend::before {
    content: "";
    background: url(img/recommend_num.png) no-repeat left center;
    width: 100px;
    height: 103px;
    left: -50px;
    background-size: auto 100%;
    margin: auto 0;
    top: -13px;
    bottom: 0;
    display: block;
    position: absolute;
}
#contents .rank_wrap3 .check::before {
    content: "";
    background: url(img/check_num.png) no-repeat left center;
    width: 100px;
    height: 103px;
    left: -50px;
    background-size: auto 100%;
    margin: auto 0;
    top: -13px;
    bottom: 0;
    display: block;
    position: absolute;
}
#contents .rank_wrap4 .point::before {
    content: "";
    background: url(img/point_num.png) no-repeat left center;
    width: 100px;
    height: 103px;
    left: -50px;
    background-size: auto 100%;
    margin: auto 0;
    top: -13px;
    bottom: 0;
    display: block;
    position: absolute;
}
#contents .rank_wrap2 .recommend::after, #contents .rank_wrap3 .check::after, #contents .rank_wrap4 .point::after {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    left: -2%;
    top: 0;
    width: 55px;
    height: 27px;
    padding: 42px 0 0;
    line-height: 1.1;
    font-size: 2rem;
    text-align: center;
    color: #e93558;
    font-weight: bold;
}
/*--------------------------------------
 table
---------------------------------------*/
#contents table {
    width: 100%;
    table-layout: fixed;
    margin: -7px auto 55px;
}
#contents table th {
    width: 26%;
    padding: 16px 16px;
    background: #d6e7ea;
    border: 1px solid #d9e9eb;
    border-right: none;
    line-height: 2.2rem;
    text-align: center;
    font-size: 1.5rem;
    color: #302e29;
    word-break: break-all;
}
#contents table tr th {
    border-bottom: 1px solid #fff;
}
#contents table tr:last-child th {
    border-bottom: 1px solid #d9e9eb;
}
#contents table td {
    line-height: 2.2rem;
    padding: 14px 20px;
    border: 1px solid #d9e9eb;
    background: #ffffff;
    font-size: 1.3rem;
    text-align: left;
    word-break: break-all;
}
#contents table td:first-of-type {
    border-left: none;
}

#contents .infoBox table {
    margin-top: 1rem;
}

/*--------------------------------------
 float img
---------------------------------------*/
#contents .float-wrap {
    margin: 30px 0;
    box-sizing: border-box;
}
#contents .float-wrap img {
    width: 100%;
}
#contents.float-wrap p {
    margin: 0;
    padding: 0;
}
#contents .float-wrap .fl {
    width: 50%;
    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 #category .float-wrap .center, #contents #page .float-wrap .center {
    width: 280px;
}
.caption {
    margin: 8px 0 0;
    font-size: 1.0rem;
    line-height: 1.3;
    word-break: break-all;
    color: #9d9d9d;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
/*chrome safari*/
.caption::-webkit-scrollbar {
    height: 5px;
}
.caption::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}
.caption::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #ddd;
}
/*--------------------------------------
 btn
---------------------------------------*/
.btn-tel{
	display: none;
}
.btn-internal a, .btn-web a {
    box-sizing: border-box;
}
.btn-internal, .btn-web {
    width: 552px;
    margin: 15px auto;
    position: relative;
    box-sizing: border-box;
}
.btn-internal a, .btn-web a, .btn-tel a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 25px 80px 25px 70px;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 100px;
}
.btn-internal a {
    background: #079fe0 url("img/arrow_wt.png") right 4rem top 50% no-repeat;
    background-size: 2.6rem auto;
}
.btn-internal a:hover {
    background: #8cd6f5 url("img/arrow_wt.png") right 4rem top 50% no-repeat;
    opacity: 1;
}
.btn-internal::before {
    border: 1px solid #657379;
}
.btn-web a {
    background: #ef5214 url("img/arrow_wt.png") right 4rem top 50% no-repeat;
}
.btn-web a:hover {
    background: #fda82b url("img/arrow_wt.png") right 4rem top 50% no-repeat;
    opacity: 1;
}
.btn-link {
    margin: 20px 0;
    text-align: right;
}
.btn-link a {
    background: url("img/top_h2.png") 0% 50% no-repeat;
    background-size: 20px auto;
    padding: 4px 0 4px 30px;
    line-height: 1.3;
    font-size: 16px;
    text-decoration: underline;
    color: #111111;
    font-weight: bold;
}
.auto {
    margin: 0 auto;
}

.catch{
	font-weight:bold;
	font-size:2.4rem;
}

p {
    margin: 15px 0 15px 0;
}
#page.sitemap {
    width: 1000px;
    margin: 0 auto;
}
#page.sitemap h2 a {
    color: #444;
}
#page.sitemap li a:hover {
    text-decoration: underline;
}
#index .headArea {
    padding: 0 25px;
	padding-left:0;
    text-align: left;
    position: relative;
}
#index .headArea .addTxt {
    color: #111111;
}
#index .addCont07 .headArea {
    margin-bottom: 6.5rem;
}
#index .addCont07 .headArea .addTxt {
    width: 100%;
    margin: auto;
}
#index .addCont08 .headArea {
    width: 77%;
    padding-right: 23%;
    margin-bottom: 7.5rem;
}
#index .addCont08 .headArea .addTxt {
    margin-top: 3rem;
}
#index .addCont02 .headArea .addTxt {
    margin-top: 30px;
    line-height: 1.9em;
}
#index .addCont07 .headArea::before {
    background: url(img/Interior_Point.png) no-repeat left top;
    background-size: auto;
    height: 450px;
}
#index .addCont08 .headArea::before {
    background: url(img/Flow.png) no-repeat left top;
    background-size: auto;
}
#index .addCont09 .headArea::before {
    background: url(img/Read_me.png) no-repeat left top;
    background-size: auto;
}
#index .wi1000 .titL {
    margin: 0 auto 2.5rem;
    font-size: 4.4rem;
    line-height: 5.6rem;
	font-weight: bold;
}
#index .addCont02 .wi1000 .titL {
    margin-bottom: 3rem;
}
#index .wi1000 .titL a {
    color: #111111;
    background: url(img/top_h2.png) no-repeat right 60%;
    background-size: 30px auto;
    padding: 0 70px 0 0;
}
.frame-body p {
    margin: 1rem 0 2rem;
    line-height: 2.6rem;
}
/*addCont01*/
#index .addCont01 {
    padding: 0 0 6.5rem;
    position: relative;
    margin-top: 12rem;
}
#index .addCont01::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 4rem);
    background: var(--color-d-green) url(img/bg-3selection.png) repeat top left;
    pointer-events: none;
    z-index: -1;
    top: 3.5rem;
}
#index .addCont09::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 4rem);
    background: #e1e5ed;
    pointer-events: none;
    z-index: -1;
    top: 3.5rem;
}
#index .addCont09.to-check::before {
    background: #efe7d0;
}
@media screen and (max-width: 480px) {
    #index .addCont09::before {
        top: 3.3rem;
    }
}
#index .addCont01 .headArea {
    margin: 0 0 45px 0;
}
#index .addCont01 .headArea::before {
    background: url(img/Pick-ups_white.png) no-repeat left top;
}
#index .addCont01 .titL, #index .addCont01 .addTxt {
    color: #ffffff;
}
#index .addCont01 .thBoxArea {
    margin: 90px 0 20px;
}
#index .addCont01 .thBoxArea .sBox {
    width: 320px;
    padding: 0 20px 30px;
    float: left;
    margin: 0 20px 0 0;
    background: #FFF;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border-radius: 12px;
}

#index .addCont01 .thBoxArea .sBox .comName{
	position: relative;
}

#index .addCont01 .thBoxArea .sBox .comName:before{
	content:"";
	display: block;
	width:80px;
	height:80px;
	background:url("img/icon_num_com_01.png") no-repeat;
	background-size:cover;
	position: absolute;
	left:-10px;
	top:-40px;
}

#index .addCont01 .thBoxArea .sBox:nth-of-type(2) .comName:before{
	background:url("img/icon_num_com_02.png") no-repeat;
	background-size:cover;
}

#index .addCont01 .thBoxArea .sBox:nth-of-type(3) .comName:before{
	background:url("img/icon_num_com_03.png") no-repeat;
	background-size:cover;
}

#index .addCont01 .thBoxArea .sBox:nth-child(3n) {
    margin: 0;
}
#index .addCont01 .thBoxArea .sBox .sTit {
    font-size: 1.8rem;
    border: none;
    outline: none;
    padding: 10px 0 10px 40px;
    margin: 0 0 20px;
    line-height: 1.3;
    background: url(img/tit_small_leaf.png) no-repeat left center;
    text-align: left;
    display: block;
}
#index .addCont01 .thBoxArea .sBox .caption {
    text-align: center;
    margin: 15px 0 0;
}
#index .addCont01 .thBoxArea .sBox .comName {
    font-size: 1.5rem;
    padding: 3rem 10px 3rem;
    margin: 0px -20px 2rem;
    line-height: 1.3;
    align-items: center;
    position: relative;
    z-index: 1;
	background: var(--color-black);
	color:#ffffff;
	font-weight: bold;
    border-radius: 12px 12px 0 0;
}

#index .addCont01 .thBoxArea .sBox .comName span{
	font-size:2.3rem;
	color:#ffe96c;
}

.thh3{
	font-size:2rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

.thh3 span{
	font-size:80%;
}

.tybox{
	margin-top: 5rem;
	background: var(--color-l-yellow);
	position: relative;
}

.tybox h4, .tuyomi{
	background: var(--color-d-yellow);
	width:fit-content;
	padding:0.5rem 5rem 0.5rem!important;
	position: absolute;
	top:-15px;
	right:0;
	left:0;
	margin:auto!important;
	font-size:1.6rem!important;
	font-weight: normal!important;
}

#contents .tybox ul{
	padding:3rem 1.5rem 1.5rem;
	text-align: left;
}

#contents .tybox ul span{
    background: linear-gradient(transparent 90%, var(--color-d-yellow) 90%);
	font-weight: bold;
}

#contents .tybox ul li{
	padding-left:30px;
}

#contents .tybox ul li::before{
	width:20px;
	height:20px;
	left: 0px;
    top: 2px;
	background:url("img/ico_check.png") no-repeat;
	background-size:cover;
}

#contents .tybox ul span.caption{
	font-weight: normal;
	font-size:90%;
	line-height: 1.2;
	display: block;
	margin-top: 0.5em;
    color: #9d9d9d;
}

.ossm{
	margin-top: 3rem;
}

.ossm h4, .osusume{
	color:var(--color-d-green);
	font-size:1.8rem;
    font-weight: bold;
}

#contents .ossm ul{
	margin-top: 1rem;
	text-align: left;
}

#contents .ossm ul span{
	background: linear-gradient(transparent 90%, var(--color-d-yellow) 90%);
	font-weight: bold;
}

/*#index .addCont01 .thBoxArea .sBox .comName::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: rgba(253, 168, 43, .7);
    bottom: -5px;
    left: 0px;
    display: inline-block;
    z-index: -1;
}*/
#index .addCont01 .thBoxArea .sBox .com-catch {
    text-align: center;
    margin: 2rem 0;
}
#index .addCont01 .thBoxArea .sBox .com-catch p {
    font-size: 1.8rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #d7dbdc 60%);
    display: inline;
    line-height: 1.4;
    color: #111111;
}
#index .addCont01 .thBoxArea .sBox .com-catch span {
    color: #e93558;
    font-size: 3rem;
    background: none;
    padding: 0 5px;
    border: none;
}
#index .addCont01 .thBoxArea .sBox .icon {
    padding: 0;
    margin: 20px 0 10px;
}
#index .addCont01 .thBoxArea .sBox .icon li {
    background: #454a4b;
    border-radius: 5px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    width: 134px;
    float: left;
    padding: 6px 10px;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    line-height: 1.4;
    display: table;
}
#index .addCont01 .thBoxArea .sBox .icon li.off {
    background: #dfe2e3;
}
#index .addCont01 .thBoxArea .sBox .icon li span {
    display: table-cell;
    vertical-align: middle;
}
#index .addCont01 .thBoxArea .sBox .icon li:nth-child(2n) {
    margin: 0 0 10px 0;
}
#index .addCont01 .thBoxArea .sBox .icon li::before {
    content: none;
}
#index .grayArea {
    background: #f6f5f3;
    margin: 10px 0 35px;
}
#index .grayArea .ssTit {
    background: #e3ddcb;
    font-size: 1.8rem;
    padding: 13px 20px 13px 20px;
    color: #111111;
    line-height: 1.5;
    text-align: center;
}
#index .grayArea .gray_txt {
    background: #fff;
    padding: 11px 20px 9px 20px;
    line-height: 1.3;
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    border: 1px solid #d9e9eb;
    color: #111111;
}
#index .grayArea .gray_txt.orange {
    color: var(--color-orange);
}
#index .grayArea .gray_txt.black {
    color: #111111;
}
#index .addCont01 .thBoxArea .sBox .btn-internal, #index .addCont01 .thBoxArea .sBox .btn-web, #index .addCont01 .thBoxArea .sBox .btn-tel {
    width: 97%;
}
#index .addCont01 .thBoxArea .sBox .btn-internal a, #index .addCont01 .thBoxArea .sBox .btn-web a {
    padding: 2rem 5rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#index .addCont01 .thBoxArea .sBox .btn-internal a {
    background: var(--color-blue) url("img/arrow_wt.png") right 1.5rem top 50% no-repeat;
    background-size: 3rem auto;
}
.home #index .addCont01 .thBoxArea .sBox .btn-internal.arrow_down a {
    background: var(--color-blue) url(img/arrow_down_f.png) right 2rem top 50% no-repeat;
    background-size: 3rem auto;
}
.home #index .addCont01 .thBoxArea .sBox .btn-internal a:hover {
    background: #8cd6f5 url(img/arrow_down_f.png) right 2rem top 50% no-repeat;
    opacity: 1;
    background-size: 3rem auto;
}

.lower #index .addCont01 .thBoxArea .sBox .btn-internal a:hover {
    background: #8cd6f5 url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
    opacity: 1;
    background-size: 3rem auto;
}

#index .addCont01 .thBoxArea .sBox .btn-web a {
    background: var(--color-orange) url("img/arrow_wt.png") right 1.5rem top 50% no-repeat;
    background-size: 3rem auto;
}
#index .addCont01 .thBoxArea .sBox .btn-web a:hover {
    background: #fda82b url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
    background-size: 3rem auto;
    opacity: 1;
}
#index .addCont01 .thBoxArea .sBox .btn-internal::before, #index .addCont01 .thBoxArea .sBox .btn-web::before {
    top: 5px;
    left: 5px;
}
#index .addCont01 .thBoxArea .sBox .btn-internal::before, #index .addCont01 .thBoxArea .sBox .btn-web::before {
    top: 5px;
    left: 5px;
}
#index .addCont01 .thBoxArea .sBox .btn-internal {
    margin: 10px auto 20px;
}
#index .addCont01 .txt-quote2 {
    margin: 2rem 0 0;
    color: #ffffff;
    font-size: 1.2rem;
}
/* 下層ページ共通パーツ */
.lower_boxs {
    padding: 2rem;
    position: relative;
    margin-top: 16rem;
}
.lower_boxs::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 4rem);
    background: #454a4b;
    pointer-events: none;
    z-index: -1;
    top: 7.6rem;
    left: 0;
}
.lower_boxs p {
    color: #fff;
    margin: .5rem auto;
}
.lower_boxs .caption {
    color: #9d9d9d;
    line-height: 1.3;
    text-align: center;
}
.lower_boxs .bgTxt {
    color: #d7dbdc;
    margin: 0 0 3rem -8.4rem;
}
#contents .lower_boxs .headArea {
    margin: 0 0 50px;
}
#contents .lower_boxs .titL, #contents .lower_boxs .addTxt {
    color: #fff;
    font-size: 4.2rem;
    line-height: 1.4;
    font-weight: bold;
}
#contents .lower_boxs .thBoxArea {
    margin: 40px 0 20px;
}
#contents .lower_boxs .thBoxArea .sBox {
    width: 225px;
    padding: 0 10px 20px;
    border: 1px solid #bcc7cb;
    float: left;
    margin: 0 20px 0 0;
    background: #FFF;
    box-sizing: border-box;
}
#contents .lower_boxs .thBoxArea .sBox:nth-child(3n) {
    margin: 0;
}
#contents .lower_boxs .thBoxArea .sBox .sTit {
    font-size: 1.8rem;
    border: none;
    outline: none;
    padding: 10px 0 10px 40px;
    margin: 0 0 20px;
    line-height: 1.3;
    background: url(img/tit_small_leaf.png) no-repeat left center;
    text-align: left;
    display: block;
}
#contents lower_boxs .thBoxArea .sBox .caption {
    text-align: center;
    margin: 15px 0 0;
}
#contents .lower_boxs .thBoxArea .sBox .comName {
    font-size: 2.4rem;
    text-align: center;
    background: #d7dbdc;
    padding: 20px 5px;
    margin: 0 -10px 20px;
    line-height: 1.3;
    align-items: center;
    letter-spacing: 1px;
    justify-content: center;
    display: flex;
    color: #111111;
    font-weight: bold;
}
#contents .lower_boxs .thBoxArea .sBox .com-catch {
    text-align: center;
    margin: 2rem 0;
}
#contents .lower_boxs .thBoxArea .sBox .ph img {
    width: 100%;
}
#contents .lower_boxs .thBoxArea .sBox .com-catch p {
    font-size: 1.8rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #d7dbdc 60%);
    display: inline;
    line-height: 1.4;
    color: #111111;
}
.lower_boxs .thBoxArea .sBox .com-catch span {
    color: #e93558;
    font-size: 3rem;
    background: none;
    border: none;
    padding: 0 5px;
}
#contents .lower_boxs .thBoxArea .sBox .icon {
    padding: 0;
    margin: 20px 0 10px;
}
#contents .lower_boxs .thBoxArea .sBox .icon li {
    background: #454a4b;
    border-radius: 5px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    width: 98px;
    float: left;
    padding: 6px 10px;
    box-sizing: border-box;
    margin: 0 5px 5px 0;
    line-height: 1.4;
    display: table;
}
#contents .lower_boxs .thBoxArea .sBox .icon li::before {
    content: none;
}
#contents .lower_boxs .thBoxArea .sBox .icon li.off {
    background: #dfe2e3;
}
#contents .lower_boxs .thBoxArea .sBox .icon li span {
    display: table-cell;
    vertical-align: middle;
}
#contents .lower_boxs .thBoxArea .sBox .icon li:nth-child(2n) {
    margin: 0 0 10px 0;
}
#contents .lower_boxs .grayArea {
    background: #f6f5f3;
    margin: 0 0 10px;
}
#contents .lower_boxs .grayArea .ssTit {
    background: #75858c;
    font-size: 1.8rem;
    padding: 11px 20px 9px 20px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}
#contents .lower_boxs .grayArea .gray_txt {
    background: #dfe2e3;
    padding: 11px 20px 9px 20px;
    line-height: 1.3;
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    color: #111111;
}
#contents .lower_boxs .grayArea .gray_txt.red {
    color: #e93558;
}
#contents .grayArea .gray_txt.black {
    color: #111111;
}
.lower_boxs .thBoxArea .sBox .btn-web {
    width: 90%;
}
.lower_boxs .thBoxArea .sBox .btn-web a {
    background: #e93558 url(img/arrow_wt.png) right 10px top 50% no-repeat;
    background-size: 32px auto;
    padding: 2rem 5rem 2rem 2rem;
}
.lower_boxs .thBoxArea .sBox .btn-web a:hover {
    background: #111111 url(img/arrow_wt.png) right 10px top 50% no-repeat;
    opacity: 1;
}
.lower_boxs .thBoxArea .sBox .btn-web a::before {
    top: 5px;
    left: 5px;
}
.lower_boxs .thBoxArea .sBox .btn-internal {
    margin: 10px auto 0;
}
.lower_boxs .txt-quote2 {
    margin: 2rem 0 0;
    color: #fff;
    font-size: 1.2rem;
}
/*addCont02*/
#index .addCont02 {
    margin: 14rem auto 8rem;
}
#index .addCont02 .frame-wrap {
    margin: 8rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#index .addCont02 .frame-wrap .frame.check {
    width: calc((100% - 5%)/2);
    position: relative;
}
#index .addCont02 .frame-wrap .frame.check::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0px 15px;
    top: -20px;
}
#index .addCont02 .frame-wrap .frame.check:nth-child(1)::before {
    background: url(img/seismic_resistance.png) no-repeat center;
    background-size: contain;
}
#index .addCont02 .frame-wrap .frame.check:nth-child(2)::before {
    background: url(img/security.png) no-repeat center;
    background-size: contain;
}
/*#index .addCont02 .frame-wrap .frame.check:nth-child(3)::before {
    background: url(img/point_03.png) no-repeat center #fff;
}*/
#index .addCont02 .frame-wrap .frame.check .inner {
	background:var(--color-l-blue);
    padding: 5rem 3rem 3rem;
    border-radius: 20px;
}
#index .addCont02 .frame-wrap .frame-head {
    color: #454a4b;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-bottom: 10px;
}
/*#index .addCont02 .frame-wrap .frame-head::before {
    content: "";
    width: 58px;
    height: 5px;
    background: var(--color-d-green);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}*/

#index .addCont02 .frame-wrap .frame-head a{
    display: block;
    padding: 0px 35px;
    text-align: center;
    line-height: 1.4;
    background: url(img/top_h2.png) no-repeat right center;
    background-size: 30px auto;
}

/*addCont03*/
#index .addCont03 {
    margin: 0 auto 8rem;
	padding-top: 16rem;
    counter-reset: company;
    width: 100%;
    overflow: hidden;
	background:url("img/bg-detailed-information.jpg") repeat-y left top;
}

/*#index .addCont03 .bgTxt{
	text-align: center;
	width: fit-content;
	margin-left:auto;
	margin-right:auto;
}

#index .addCont03 .titL{
	text-align: center;
}*/

#index .addCont03 .titArea .titLArea {
    margin: 10px auto 50px;
}
#index .addCont03 .bgbd {
    background: var(--color-l-green);
    padding: 47px 0 60px 0;
    width: 125%;
    margin: 11.5rem -12.5% 4rem;
    border-radius: 20px;
}
#index .addCont03 .bgbd .slideinner {
    margin-bottom: 2rem;
}
#index .addCont03 .sTitArea .titM {
    font-size: 3rem;
    text-align: left;
    line-height: 1.4;
	color:#ffffff;
}
#index .addCont03 .bgbd .sTitArea {
    position: relative;
    padding: 19px 0 19px 34rem;
    box-sizing: border-box;
    margin: 0 0 80px -17%;
    border-radius: 20px;
    background: var(--color-d-green);
}


#index .addCont03 .bgbd .sTitArea::before {
    content: "";
	display: block;
    position: absolute;
    left: 17%;
    top: 0;
	bottom:0;
	margin:auto;
    width: 9rem;
    height: 9rem;
    background: url("img/icon_num_com_01.png") top left no-repeat;
    background-size: contain;
}

#index .addCont03 .bgbd#com_02 .sTitArea::before{
    background: url("img/icon_num_com_02.png") top left no-repeat;
    background-size: contain;
}

#index .addCont03 .bgbd#com_03 .sTitArea::before{
    background: url("img/icon_num_com_03.png") top left no-repeat;
    background-size: contain;
}


#index .addCont03 .sTitArea .catch {
    font-size: 4rem;
    margin: 1rem 0 1rem;
	color:#ffffff;
    line-height: 4.6rem;
}

#index .addCont03 .sTitArea .catch span{
	color:var(--color-d-yellow);
}

#index .addCont03 .subBox02 {
    margin: 0 auto 50px;
}
#index .addCont03 .sTit-wrap {
    border-left: 8px solid var(--color-d-green);
    padding: 0 20px;
    margin: 7rem 0 3rem;
}
#index .addCont03 h4.sTit {
    font-size: 3rem;
    line-height: 1.4;
    padding: 1rem 0;
}
#index .addCont03 .sTit-wrap span {
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: .1em;
}
#index .addCont03 .subBox01 .grayArea_wrap {
    align-items: center;
    width: 100%;
    margin: auto;
    margin-bottom: 57px;
}
#index .addCont03 .subBox01 .grayArea {
    width: 90%;
    border: 1px solid #ede7d7;
    margin: 25px auto 15px;
}
#index .addCont03 .grayArea .ssTit {
    font-size: 2rem;
    padding: 1.5rem 1rem;
    line-height: 1.6;
}
#index .addCont03 .grayArea .gray_txt {
    background: #fff;
    font-size: 3rem;
    padding: 1rem;
    line-height: 1.6;
}
#index .addCont03 .grayArea .gray_txt .price-dec {
    font-size: 2rem;
}
#index .addCont03 .grayArea .gray_txt .black {
    font-size: 2.1rem;
    color: #111111;
    padding-left: 10px;
    line-height: 1.2;
}
#index .addCont03 .icon.support {
    width: 100%;
    display: table;
    border-collapse: collapse;
    margin-bottom: 3rem;
}
#index .addCont03 .icon-list {
    display: table-cell;
    border: 1px solid #a2afb5;
    text-align: left;
    padding: 2.5rem 1rem 2.5rem 9rem;
    font-size: 1.8rem;
    color: #333333;
    width: 25%;
    font-weight: bold;
}
#index .addCont03 .subBox03 .frame-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 2rem 0 4rem;
}
#index .addCont03 .subBox03 .frame.kutikomi {
    width: calc((100%)/2);
    background: var(--color-ll-yellow);
    margin-right: 5%;
    padding: 85px 30px 25px;
    border-radius: 15px;
    box-sizing: border-box;
}
#index .addCont03 .subBox03.another .frame.kutikomi {
    padding-top: 30px;
	padding-bottom:30px;
    background: #ffffff;
}

#index .addCont03 .subBox03.another .frame.kutikomi p span{
	background: linear-gradient(transparent 90%, var(--color-d-yellow) 90%);
}

.ttlbar{
    margin: 35px 0 20px;
    padding: 10px 30px 10px 20px;
    font-size: 2rem;
    border-left: 3px solid var(--color-d-yellow);
	font-weight: bold;
}

#index .addCont03 .subBox03 .frame.kutikomi:nth-child(2) {
    margin-right: 0;
}
#index .addCont03 .subBox03 .frame.kutikomi .frame-head {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#index .addCont03 .subBox03 .frame.kutikomi .frame-head .frame-head--big {
    font-size: 2rem;
    width: 100%;
    flex-shrink: 0;
}
#index .addCont03 .subBox03 .frame.kutikomi.seismic, #index .addCont03 .subBox03 .frame.kutikomi.security, #index .addCont03 .subBox03 .frame.kutikomi.facility {
    position: relative;
}
#index .addCont03 .subBox03 .frame.kutikomi.seismic:before, #index .addCont03 .subBox03 .frame.kutikomi.security:before, #index .addCont03 .subBox03 .frame.kutikomi.facility:before {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: auto;
}
#index .addCont03 .subBox03 .frame.kutikomi.seismic:before {
    background: url(img/seismic_resistance.png) no-repeat center;
	background-size:contain;
}
#index .addCont03 .subBox03 .frame.kutikomi.security:before {
    background: url(img/security.png) no-repeat center;
	background-size:contain;
}
#index .addCont03 .subBox03 .frame.kutikomi.facility:before {
    background: url(img/facility.png) no-repeat center;
	background-size:contain;
}
#index .addCont03 .subBox03 .frame-body {
    /* padding: 2.5rem; */
}
#index .addCont03 .subBox04 .infoBox table th {
    background: #d6e7ea;
    border-bottom: 1px solid #fff;
}
#index .addCont03 .subBox04 .infoBox table tr:last-child th {
    border-bottom: 1px solid #d6e7ea;
}
/*addCont05*/
#index .addCont05 {
    margin: 0 auto 7rem;
    position: relative;
}
#index .addCont05::after {
content: "";
display: block;
width: 83.5%;
position: absolute;
background: var(--color-d-green);
right: 0;
top: 2.5rem;
height: calc(100% - 10rem);
z-index: -1;
pointer-events: none;
border-radius: 20px 0 0 20px;
}

#index .addCont05 .blueBox {
    position: relative;
}
#index .addCont05 .blueBox .subBox {
    border: solid 1px var(--color-d-green);
    position: relative;
    background: #fff;
    padding: 20px 55px;
    margin: 0 15px 0;
    border-radius: 20px;
}
#index .addCont05 .blueBox .subBox:nth-last-child(2), #index .addCont03 .blueBox .subBox:last-child {
    margin: 0 18px 0;
}
#index .addCont05 .blueBox .subBox .upper {
    margin: 0;
    padding: 5px 13px 0;
}
#index .addCont05 .blueBox .subBox .ph {
    width: 240px;
    float: left;
    margin: 0 27px 0 0;
}
#index .addCont05 .blueBox .subBox .titLArea {
    width: auto;
    overflow: hidden;
    text-align: left;
}
#index .addCont05 .blueBox .subBox .titLArea .sTit {
    font-size: 4rem;
    margin: 0 0 15px;
    line-height: 1.5;
}
#index .addCont05 .blueBox .subBox .titLArea .sTit a {
    display: block;
    line-height: 1.5;
	background: url(img/top_h2.png) no-repeat right 60%;
	background-size: 30px auto;
	padding: 0 70px 0 0;
}
#index .addCont05 .blueBox .subBox .pointArea {
    padding: 30px 25px 20px;
    border: 1px dashed #fda92e;
}
#index .addCont05 .blueBox .subBox .pointArea .pointWrap {
    padding: 0 10px;
    background: #fff;
    display: table;
    margin: -45px auto 0;
}
#index .addCont05 .blueBox .subBox .pointArea .point {
    font-size: 18px;
    color: #fff;
    background: #fda92e;
    padding: 6px 28px;
    margin: 0 0 15px;
    line-height: 1;
    border-radius: 20px;
}
#index .addCont05 .blueBox .subBox .pointArea p {
    margin: 0;
    color: #444;
}

.pr-innn h3{
	color:var(--color-d-green);
	font-size:2.4rem;
}

.pr-innn p span{
	background: linear-gradient(transparent 90%, var(--color-d-yellow) 90%);
}

#index .addCont05 .btn-link{
    margin: 6rem auto 0;
    width: 1000px;
}


/*addCont06*/
#index .addCont06 {
    margin: 10rem auto 8rem;
}
#index .addCont06 .frame-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin: 3rem 0;
    width: 100%;
}
#index .addCont06 .frame-wrap .frame.list {
    width: calc((100% - 6%)/3);
    background: #ececdf;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 3rem 3rem 0;
    border-radius: 20px;
}
#index .addCont06 .frame-wrap.guide .frame.list {
    background: var(--color-l-blue);
}
#index .addCont06 .frame-wrap .frame.list:nth-child(3n) {
    margin: 0 0 3rem 0;
}
#index .addCont06 .frame.list .inner {
    border-radius: 10px;
}
#index .addCont06 .frame.list .frame-head {
    text-align: center;
    padding: 2rem 1.5rem 0 1.5rem;
    line-height: 1.4;
}
#index .addCont06 .frame.list .frame-head a {
    font-size: 20px;
    color: #111111;
    background: url(img/arrow_bk.png) no-repeat right;
    background-size: 2.5rem auto;
    padding: 0 3rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#index .addCont06 .frame.list .frame-body {
    padding: 2rem 2rem;
}
#index .addCont06 .guide .frame.list .frame-body .frame-body--access {
    color: #d4c7a0;
}
#index .addCont06 .frame.list .frame-body .frame-body--access {
    color: #bcc09f;
}
#index .addCont06 .frame.list .inner .dashed {
    background: #fff;
    font-size: 1.3rem;
    border: 1px dashed #d9e9eb;
    padding: 0 15px;
}
#index .addCont06 .frame.list .inner .dashed p {
    margin-bottom: 5px;
}
#index .addCont06 .frame.list .inner .dashed ul {
    margin: 1rem 0 0;
}
/*addCont07*/
#index .addCont07 {
    margin: 11rem auto 80px;
    counter-reset: point;
}
#index .addCont07 .addTxt {
    width: 95%;
    margin: 0 auto 6rem;
}
#index .addCont07 .top-point {
    background: #f4f1e5;
    position: relative;
    display: block;
    margin: 40px 0 20px 2.5rem;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 20px 20px 20px 40px;
}
#index .addCont07 .top-point::before {
    content: counter(point, decimal-leading-zero);
    counter-increment: point;
    padding: 15px 0 0;
    line-height: 1.1;
    font-size: 2.6rem;
    color: #111111;
    left: -2.5rem;
    top: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font-weight: bold;
    text-align: center;
    background: var(--color-d-green);
    font-family: 'Oswald', sans-serif;
}
#index .addCont07 .top-point a {}
#index .addCont07 .top-point::after {
    content: "";
    position: absolute;
    background: url(img/top_h3.png) no-repeat right bottom;
    background-size: contain;
    width: 32px;
    height: 32px;
    right: -4px;
    bottom: -4px;
    z-index: -1;
}
/*addCont08*/
#index .addCont08 {
    margin: 14rem auto 8rem;
}
#index .addCont08 .headArea::after {
    content: "";
    position: absolute;
    background: url(img/add08_bg.png) no-repeat right bottom;
    background-size: contain;
    width: 140px;
    height: 270px;
    right: 40px;
    bottom: 0;
    z-index: -1;
}
#index .addCont08 .frame-wrap {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
    margin: 3rem auto;
    width: 100%;
    counter-reset: step;
}
#index .addCont08 .frame-wrap .frame.preperation {
    width: calc((100% - 6.3%)/2);
    margin: 0 3rem 3rem 0;
    background: var(--color-d-green);
    color: #fff;
    border-radius: 20px;
}
#index .addCont08 .frame-wrap .frame.preperation .frame-img {
    width: 100%;
    height: 195px;
    position: relative;
    z-index: 0;
}
#index .addCont08 .frame-wrap .frame.preperation .frame-img img {
    border-radius: 20px 20px 0 0;
}

#index .addCont08 .frame-wrap .frame.preperation:nth-child(2n) {
    margin: 0 0 3rem 0;
    border-radius: 20px;
}
#index .addCont08 .frame-head {
    padding: 0 2rem 2px;
    background: var(--color-d-green) center bottom no-repeat;
    background-size: 87% auto;
    position: relative;
    z-index: 1;
}
#index .addCont08 .frame .frame-head .sttl.rank {
    padding: 0;
    background: none;
    margin: 0;
    border: none;
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0 10px 50px;
    text-align: center;
    line-height: 1.4;
}
#index .addCont08 .frame .frame-head .sttl.rank::before {
    background: none;
    font-size: 3.5rem;
    color: #ffffff;
    line-height: 1.4;
    left: 1rem;
    counter-increment: step;
    content: counter(step, decimal-leading-zero);
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    padding: 0;
	align-items: center;
	justify-content: flex-end;
}
#index .addCont08 .frame .frame-head .sttl.rank a {
    color: #fff;
    font-size: 2.4rem;
    display: block;
    padding: 0px 35px;
    text-align: left;
    line-height: 1.4;
	background: url(img/arrow_wt.png) no-repeat right center;
    background-size: 30px auto;
	width: 100%;
}
#index .addCont08 .frame-body {
    padding: 0 2.5rem 1rem;
    position: relative;
}

#index .addCont08 .frame-body p{
	margin-top: 0;
}

/*addCont09*/
#index .addCont09 {
    margin: 14rem auto 0;
    position: relative;
}
#index .addCont09 .frame-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 3rem auto 0rem;
    width: 100%;
    padding-top: 1rem;
    position: relative;
}
#index .addCont09 .frame-wrap.warranty {
    padding-bottom: 5rem;
}
#index .addCont09 .frame-wrap.cost:after, #index .addCont09 .frame-wrap.design:after, #index .addCont09 .frame-wrap.warranty:after {
    content: "";
    position: absolute;
    width: 330px;
    height: 35px;
    top: -7px;
    right: 0;
    left: 0;
    margin: auto;
}
@media screen and (max-width: 480px) {
    #index .addCont09 .frame-wrap.cost:after, #index .addCont09 .frame-wrap.design:after, #index .addCont09 .frame-wrap.warranty:after {
        width: 100%;
    }
}
#index .addCont09 .frame-wrap .frame.column {
    width: 430px;
    margin: 0 5rem 0 0;
    background: #fff;
    border: 5px solid #e3ddcb;
    position: relative;
    box-sizing: border-box;
}
#index .addCont09 .frame-wrap.three-box .frame.column {
    width: 280px;
    margin: 0 30px;
}
#index .addCont09 .frame-wrap .frame.column a {
    display: block;
}
#index .addCont09 .frame-wrap .frame.column::before {}
#index .addCont09 .frame-wrap .frame.column:nth-child(2n) {
    margin: 0 0 0rem 0;
}
#index .addCont09 .frame-wrap .fukiWrap {
    margin: 0 0 3rem;
}
#index .addCont09 .frame-wrap .fukiCatch {
    background: var(--color-d-green);
    font-size: 2rem;
    display: table;
    width: 35%;
    color: #fff;
    padding: 5px 28px;
    text-align: center;
    margin: -18px auto -10px;
    border-radius: 20px;
}
#index .addCont09 .frame-head {
    width: 80%;
    text-align: center;
    margin: 2.5rem auto;
}
#index .addCont09 .frame-head .sttl {
    font-size: 2.2rem;
    position: relative;
    padding-bottom: 2.5rem;
    line-height: 1.5;
    font-weight: bold;
}
#index .addCont09 .frame-head .sttl::before {
    content: "";
    width: 95px;
    height: 2px;
    background: #75858c;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}
#index .addCont09 .frame-body {
    padding: 0 2rem 2rem;
    line-height: 1.6;
}











/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
    background: var(--color-l-gray);
    margin: 5rem 0;
    padding: 3rem 5rem;
    box-sizing: border-box;
    color: #111111;
    border-radius: 20px;
}
.toc_parts .ttl {
    padding: 0 0 0 1rem;
    font-size: 2rem;
    font-weight: bold;
    border-left: 4px solid var(--color-d-green);
    cursor: pointer;
    position: relative;
}
#toc {
    margin: 1.5rem 0 0 0;
    padding: 0 2rem 0;
    border-top: 1px solid var(--color-black);
    display: none;
}
#toc .chapter {
    margin: 0 0 2rem;
    counter-reset: count;
}
#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: var(--color-d-green);
    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;
}

#category .btn-link , #page .btn-link {
    text-align: left;
}

.slider .slider-for img {
	width: 70%;
	margin: 0 auto;
}

.addCont08 p span {
	color: #fff;
}


@media screen and (max-width: 480px) {
    body {
        line-height: 1.7em;
        width: 100%;
        min-width: 100%;
    }
    .accordion-btn {
        padding: 20px 40px;
        width: auto;
    }
    .accordion-contents {
        margin-top: 0;
    }
    .c-parts--comName--wrapper {
        margin: auto;
        display: flex;
    }
    .c-parts--addTxt {
        padding: 0 10px;
    }
    .c-parts--thBoxArea {
        display: block;
    }
    .c-parts .c-parts--thBoxArea .c-parts--sBox {
        width: 95% !important;
        margin-bottom: 20px !important;
    }
    .c-parts--bgTxt {
        font-size: 8vw;
        letter-spacing: 3px;
        white-space: nowrap;
    }
    .pc {
        display: none;
    }
    .pc_br {
        display: none;
    }
    .sp {
        display: block;
    }
    .sp_br {
        display: block;
    }
    img {
        max-width: 100%;
    }
    p {
        font-size: 1.4rem;
        margin: 0 0 10px 0;
    }
    p.txt-quote2 {
        padding: 0 10px 45px;
    }
    .c-parts--comName {
        display: inline-block;
        margin: auto;
    }
    a {
        color: #444;
        text-decoration: none;
    }
    a:hover {
        opacity: 1;
    }
    .wi1000 {
        width: 100%;
        margin: 0 auto;
        padding: 1.5rem;
        box-sizing: border-box;
    }
    .wi1000 .spec {
        font-size: 2.2rem;
        margin: 1rem auto 0;
    }
    .subBox04.wi1000 iframe {
        width: 100%;
    }
    .baseBox {
        padding: 0 10px;
    }
    #category, #page {
        width: 100%;
        margin: 0 auto;
    }
    #category .baseBox, #page .baseBox {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
    /*--------------------------------------
Slider　カルーセルつきスライドショー
---------------------------------------*/
    #slideArea {
        margin: 0 auto 30px;
    }
    #slideArea .slideinner {
        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;
    }
    .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;
    }
    .slick-slide.slick-loading img {
        display: none;
    }
    .slick-slide.dragging img {
        pointer-events: none;
    }
    .slick-initialized .slick-slide {
        display: block;
    }
    .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-loading .slick-slide {
        visibility: hidden;
    }
    .slick-vertical .slick-slide {
        display: block;
        height: 68px;
        box-sizing: border-box;
    }
/*    .slick-arrow.slick-hidden {
        display: none;
    }*/
    .slider {
        position: relative;
        max-width: 940px;
    }
    .slider img {
        max-width: 100%;
        height: auto;
    }
    .slider .slider-nav-wrap {
        position: relative;
    }
    .slider .slider-nav-wrap .slider-nav .slick-list {
        padding: 0 !important;
    }
    .slider .slider-nav-wrap .slider-nav .slick-track {
        left: 0;
        width: 100%;
        opacity: 1;
        position: relative;
    }
    .slider .slider-nav-wrap .slider-nav .slick-slide {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        opacity: 1;
        padding: 7px;
    }
    .slider .slider-nav-wrap .slider-nav .slick-slide:hover {
        opacity: .5;
    }
    .slider .slider-nav-wrap .slick-arrow {
        position: absolute;
        top: 50%;
        left: inherit;
        width: 0;
        height: 0;
        border-style: solid;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slider .slider-nav-wrap .slick-prev {
        right: 0;
        border-width: 0;
        border-color: transparent transparent transparent #444444;
    }
    .slider .slider-nav-wrap .slick-next {
        left: 0;
        border-width: 0;
        border-color: transparent #444444 transparent transparent;
    }
    .slider .slider-for {
        float: none;
        width: 100%;
        margin: 0 0 40px;
    }
    .slider .slider-for button.slick-prev {
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(img/arrow_slide_prev.png) no-repeat;
        width: 20px;
        height: 20px;
        top: 42%;
        right: 2%;
        z-index: 5;
        background-size: 100%;
        left: 2%;
    }
    .slider .slider-for button.slick-next {
        position: absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 2%;
        z-index: 5;
        background: url(img/arrow_slide_next.png) no-repeat;
        background-size: 100%;
        width: 20px;
        height: 20px;
        left: unset;
        right: 2%;
    }
    .slider .slider-nav-wrap {
        position: static;
        top: inherit;
        right: inherit;
        width: 86%;
        padding: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: inherit;
        margin: 0 auto;
    }
    .slider .slider-nav-wrap .slick-next {
        top: 50%;
        left: -5%;
        background: url(img/arrow_black_right.png) center center no-repeat;
        background-size: 100%;
        width: 10px;
        height: 14px;
    }
    .slider .slider-nav-wrap .slick-prev {
        top: calc(50% + -7px);
        right: -5%;
        background: url(img/arrow_black_right.png) center center no-repeat;
        background-size: 100%;
        width: 10px;
        height: 14px;
		transform: rotate(180deg);
		transform-origin: center center;
    }
    #slideArea .caption {
        margin: 8px 0 10px !important;
    }
    /* ================== */
    /*header　*/
    /* ================== */
    header {
        position: relative;
    }
    #headNoteArea {
        width: 100%;
        padding: 10px 4% 6px;
        font-size: 1.2rem;
        box-sizing: border-box;
        display: table;
    }
    #headNoteArea .areaInner {
        background: none;
        padding: 0;
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }
    #headNoteArea .sitename, #headNoteArea .sitename a {
        font-size: 1.4rem;
        padding: 10px 50px 10px 0;
        text-align: left;
        margin: 0;
    }
    #headNoteArea .sitename a {
        background: none;
        padding: 0;
        font-weight: bold;
        margin: 0;
    }
    /* ハンバーガーメニュー */
    .out-frame {
        position: relative;
        width: 100%;
    }
    .out-frame.black::after {
        background: #FFF;
        opacity: 0.6;
        content: '';
        height: 10000px;
        right: 0;
        top: 0;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
        transition: all .5s ease;
    }
    .out-frame::after {
        background: #FFF;
        opacity: 0;
        content: '';
        right: 0;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
        transition: all .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;
    }
    #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 {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 100%;
        overflow-y: scroll;
    }
    .header-menu ul 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 li:first-child a {
        padding: 12px 35px 12px 10px;
        color: #111111;
    }
    .header-menu ul li.delete {
        background: #111111 url(img/batu.png) 60% 50% no-repeat;
        background-size: 19px;
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 1.3rem;
    }
    .header-menu ul.accordion ul {
        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-d-green) url(./img/arrow_down_wtcircle.png) 97% 50% no-repeat;
        background-size: 20px 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 .open {
        background: var(--color-d-green) url(./img/arrow_wt.png) 97% 50% no-repeat;
        background-size: 20px auto;
    }
    .header-menu ul.accordion ul li a {
        padding: 12px 30px 12px 20px;
        background: #FFF url(img/arrow_black.png) right 12px center no-repeat;
        background-size: 20px auto;
        color: #111111;
        border-bottom: 1px solid #111111;
    }
    .header-menu ul.accordion ul li.subCat a {
        padding: 12px 30px 12px 20px;
    }
    .header-menu ul.accordion .subCat ul.subList li a {
        border-bottom: 1px solid #111111;
        padding: 12px 30px 12px 30px;
    }
    .header-menu ul.accordion li ul li:last-child a {
        border-bottom: none;
    }
    /*--------------------------------------
Footer
---------------------------------------*/
    footer {
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    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: 1.4rem;
        background: url(img/arrow_black.png) right 12px center no-repeat;
        background-size: 20px auto;
        padding: 10px 40px 10px 4%;
    }
    footer .areaInner .footBox .sttl.tglMenu a {
        background: url(img/arrow_down.png) right 10px center no-repeat;
        background-size: 20px auto;
    }
    footer .areaInner .footBox .sttl.open a {
        background: url(img/arrow_up.png) right 10px center no-repeat;
        background-size: 16px auto;
    }
    footer .areaInner .footBox .sttl {
        border-bottom: 1px solid var(--color-d-green);
        padding: 0;
        margin: 0;
    }
    footer .areaInner .footBox .accChild {
        display: none;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        background: #fff;
    }
    footer .areaInner .footBox .accChild li {
        float: none;
        padding: 0;
        margin: 0;
        background: none;
        display: block;
    }
    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: 20px auto;
        color: #111111;
        border-bottom: 1px dotted #111111;
        padding: 10px 40px 10px 4%;
        font-size: 13px;
        font-size: 1.3rem;
    }
    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: 20px 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: 20px;
    }
    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 {
        padding: 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    footer .areaInner .noticeArea .botPrg {
        text-align: center;
        background: transparent;
        padding: 0;
        font-size: 10px;
        font-size: 1.0rem;
        margin: 10px 0 0;
    }
    footer .botArea {
        padding: 0;
    }
    footer .botArea .botInner {
        width: 100%;
    }
    footer p.copy {
        margin: 0;
        padding: 14px 15px 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: 6%;
        right: 3%;
        z-index: 2;
        width: 40px;
    }
    #page-top:hover {
        opacity: 1;
    }
    /* ================== */
    /*メインコンテンツ　*/
    /* ================== */
    #category .titLArea, #page .titLArea {
        margin: 15px auto 20px;
        background: url(img/low_h1.png) no-repeat top 3.5rem center;
        background-size: contain;
    }
    #category h1, #page h1 {
        text-align: center;
        position: relative;
        margin: 0;
        box-sizing: border-box;
        font-size: 2.5rem;
        line-height: 1.3;
    }
	
	#category h2::before, #page h2::before{
		width:50px;
		height:50px;
	}
    #category h2, #page h2 {
        position: relative;
        margin: 35px 0 20px;
        padding: 1.5rem 2rem 1.5rem 4rem;
		padding-left:80px;
        font-size: 2.3rem;
        line-height: 1.4;
    }
    .sitemap h2 a {
        color: #444;
    }
    #category h3, #page h3 {
        position: relative;
        margin: 35px 0 20px;
        padding: 10px 15px 8px 45px;
		padding-left:80px;
        font-size: 2.1rem;
        line-height: 1.4;
    }
    .frame-youtube {
        width: 100%;
        margin: 2rem auto;
    }
    .frame-youtube iframe {
        width: 100%;
        height: 200px;
    }

    #category h6, #category h4, #category h5, #category h6, #page h4, #page h5, #page h6 {
        position: relative;
        margin: 35px 0 20px;
        padding: 6px 10px 6px 15px;
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .sitemap h2 a {
        color: #444;
    }
    #contents ul li {
        min-height: 12px;
        padding: 0 0 4px 22px;
        font-size: 13px;
    }
    #contents ul li::before {
        top: 4px;
    }
    #contents ol {
        padding: 10px 10px 0;
    }
    #contents ol li {
        padding: 0 0 4px 22px;
        font-size: 1.3rem;
    }
    #contents ol li::before {
        width: 17px;
        height: 17px;
        top: 2px;
        letter-spacing: -0.5px;
        line-height: 1.4;
        font-size: 1.3rem;
    }
    #contents .rank, #contents .noCount .recommend, #contents .noCount .check, #contents .noCount .point, #contents .rank_wrap2 .recommend, #contents .rank_wrap3 .check, #contents .rank_wrap4 .point {
        padding: 16px 10px 16px 82px;
        font-size: 1.8rem;
    }
    #contents .rank::before {
        width: 50px;
        left: -10px;
        height: 50px;
        padding: 13px 0 0px 13px;
        line-height: 1.1;
        font-size: 2rem;
    }
    #index .addCont08 .frame .frame-head .sttl.rank::before {
        font-size: 3rem;
        margin-left: -1rem;
    }
    #contents .noCount .recommend::before, #contents .noCount .check::before, #contents .noCount .point::before, #contents .rank_wrap2 .recommend::before, #contents .rank_wrap3 .check::before, #contents .rank_wrap4 .point::before {
        font-size: 1rem;
        left: -13px;
        z-index: 0;
    }
    #contents .rank_wrap2 .recommend::before {
        padding: 10px 0 0 0;
    }
    #contents .rank_wrap2 .recommend::after, #contents .rank_wrap3 .check::after, #contents .rank_wrap4 .point::after {
        top: 52%;
        width: 50px;
        height: 16px;
        left: 2.5rem;
        padding: 2px 0 0;
        font-size: 2rem;
    }
    /*--------------------------------------
 table
---------------------------------------*/
    #contents table {
        border-collapse: collapse;
        width: 100%;
        border: none;
        margin: 2rem 0;
    }
    tr {}
    #contents table tr {
        display: block;
        margin: 0;
    }
    #contents table tr:last-child {
        margin: 0;
    }
    #contents table th {
        color: #111111;
        font-weight: bold;
        text-align: center;
        font-size: 1.5rem;
        border-top: none;
        border-bottom: none !important;
    }
    .c-parts--table th {}
    #contents table td {
        background: #fff;
        font-size: 1.3rem;
    }
    #contents table th, #contents table td {
        padding: 10px;
        display: inline-block;
        line-height: 2.4rem;
        height: auto;
        width: 100%;
        box-sizing: border-box;
        border-bottom: none;
    }
    #contents table td:first-of-type {
        border: 1px solid #d9e9eb;
        border-bottom: none;
    }
    #contents table td:last-of-type {
        border-bottom: 1px solid #d9e9eb;
    }
    #contents .js-scrollable {
        overflow: auto;
    }
    #contents .js-scrollable table.scroll-table tr {
        display: table-cell;
    }
    #contents .js-scrollable table.scroll-table {
        width: auto;
        white-space: nowrap;
    }
    #contents .js-scrollable table.scroll-table th, #contents .js-scrollable table.scroll-table td {
        word-break: break-all;
    }
    #contents .js-scrollable table.scroll-table td {
        white-space: nowrap;
        word-break: break-all;
    }
    /*--------------------------------------
 float img
---------------------------------------*/
    /*.fr {
float: none;
}*/
    #contents .float-wrap {
        margin: 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: 1.0rem;
        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_sma l, #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-internal, .btn-web, .btn-link, .btn-tel {
        width: 90%;
        margin: 35px auto;
        position: relative;
    }
    .btn-internal a, .btn-web a, .btn-link a, .btn-tel a {
        font-size: 1.6rem;
        padding: 17px 55px;
    }
    .btn-internal a {
        background: #079fe0 url(img/arrow_wt.png) right 15px top 50% no-repeat;
        background-size: 3rem auto;
    }
    .btn-web a {
        background: var(--color-orange) url("img/arrow_wt.png") right 10px top 50% no-repeat;
        background-size: 3rem auto;
    }
    .btn-tel {
        display: block;
    }
    .btn-tel a {
        background: #efd21a url("img/icon_tell.png") left 20px top 50% no-repeat;
        background-size: 30px auto;
        color: #111111;
    }
    .btn-internal:hover, .btn-web:hover, .btn-link:hover, .btn-tel:hover {
        opacity: 1;
    }
    .btn-tel::before, .btn-internal::before, .btn-web::before, .btn-link:hover{
        top: 5px;
        left: 5px;
    }
    .btn-link a {
        color: #111111;
        font-size: 1.6rem;
        padding: 20px 40px;
        display: block;
        text-align: center;
        position: relative;
        background: #eff3f3 url("img/arrow_text.png") right 10px top 50% no-repeat;
        background-size: 3rem auto;
        font-weight: bold;
        text-decoration: none;
        border-radius: 50px;
    }
    .btn-link a:hover {
        opacity: 0.7;
        color: #111111;
    }
    .btn-link a::before {
        opacity: 1;
        background: var(--color-d-green) url("img/arrow_text.png") right 10px top 50% no-repeat;
        background-size: 16px auto;
    }
    .btn-web a:hover {
        opacity: 1;
        background: var(--color-d-green) url("img/arrow_wt.png") right 10px top 50% no-repeat;
        background-size: 16px auto;
    }
    
    .btn-web a:hover::before {
        border: 1px solid #111111;
    }
    .btn-internal a:hover {
        opacity: 1;
        background: #caba91 url(img/arrow_wt.png) right 15px top 50% no-repeat;
        background-size: 16px auto;
    }
    .btn-internal a:hover::before {
        border: 1px solid #657379;
    }
    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzuWrap {}
    #pankuzu {
        margin: 0 auto;
        padding: 1rem;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        font-size: 1.1rem;
        color: #838383;
        width: 90%;
    }
    #pankuzu a {
        color: #838383;
    }
    #contents .sitemap {
        padding: 0 10px;
        box-sizing: border-box;
    }
    #contents .sitemap h1 {
        width: 100%;
    }
    .bgTxt {
        font-size: 3.6rem;
        margin: 0 0 1rem 0 !important;
        letter-spacing: 1px;
    }
    #index .frame-wrap {
        display: block;
    }
    #index .frame-wrap .frame {
        width: 100%;
    }
    #index .headArea {
        padding: 0;
        margin-bottom: 2rem;
    }
    #index .addCont08 .headArea {
        width: 100%;
        padding-right: 0;
        margin-bottom: 2rem;
    }
    #index .blueBox::before, #index .headArea::before {
        left: -1.5rem;
        background-size: auto 20rem;
    }
    #index .addCont07 .headArea::before {
        background: url(img/Interior_Point.png) no-repeat left top;
        background-size: auto 20rem;
        top: 0;
        left: -.5rem;
    }
    #index .wi1000 .titL {
        font-size: 2.4rem;
        margin: 0 auto 1rem;
        line-height: 1.5;
    }
    #index .wi1000 .titL a {
        display: block;
        line-height: 1.4;
        background: url(img/top_h2.png) no-repeat right 50%;
        background-size: 2.5rem auto;
        padding: 0 3rem 0 0;
    }
    /*addCont01*/
    #index .addCont01 {
        padding: 0;
        margin-top: 3rem;
    }
    #index .addCont01 .wi1000 {
        padding: 0 1rem;
    }
    #index .addCont01 .headArea::before {
        background-size: auto 30rem;
        left: -.8rem;
    }
    #index .addCont01::before {
        top: 3rem;
        height: calc(100% - 1rem);
    }
    #index .addCont01 .headArea {
        margin: 1rem auto;
    }
    #index .addCont01 .thBoxArea {
        margin: 7rem auto 0;
        width: 96%;
    }
    #index .addCont01 .thBoxArea .sBox {
        width: 100%;
        margin: 0 0 5rem;
    }
    #index .addCont01 .thBoxArea .sBox .ph img {
        width: 100%;
    }
    #index .addCont01 .thBoxArea .sBox .comName {
        font-size: 1.8rem;
        /*margin: 0 -2rem 3rem;*/
        padding: 1.5rem 10px 1.5rem;
    }
    #index .addCont01 .thBoxArea .sBox .com-catch {
        margin: 1.5rem auto 2rem;
    }
    #index .addCont01 .thBoxArea .sBox .icon li {
        font-size: 1.2rem;
        width: calc(100% / 2 - 5px);
        float: left;
        padding: 8px 10px 6px;
    }
    #index .grayArea .ssTit {
        font-size: 1.8rem;
    }
    #index .grayArea .gray_txt {
        font-size: 2.3rem;
        padding: 2rem;
    }
    .home #index .addCont01 .thBoxArea .sBox .btn-internal a:hover {
        background: #8cd6f5 url(img/arrow_down_f.png) right 3rem top 50% no-repeat;
        opacity: 1;
        background-size: 0.7rem auto;
    }
	
	.lower #index .addCont01 .thBoxArea .sBox .btn-internal a:hover {
        background: #8cd6f5 url(img/img/arrow_wt.png) right 1.5rem top 50% no-repeat;
        opacity: 1;
        background-size: 3rem auto;
    }
	
    #index .addCont01 .thBoxArea .sBox .btn-web a:hover {
        background: #fda82b url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
        background-size: 3rem auto;
        opacity: 1;
    }
    /* 下層ページ共通パーツ */
    .lower_boxs {
        padding: 2rem 1.5rem;
        margin-top: 8rem;
    }
    .lower_boxs::before {
        height: calc(100% - 4rem);
        top: 4rem;
    }
    .lower_boxs .bgTxt {
        margin: 0 0 2rem 0;
        font-size: 6rem;
    }
    #contents .lower_boxs .titL, #contents .lower_boxs .addTxt {
        font-size: 2.3rem;
        line-height: 1.4;
        margin-bottom: 2rem;
    }
    .lower_boxs .thBoxArea {
        margin: 5rem 0 0;
    }
    #contents .lower_boxs .thBoxArea .sBox {
        width: 100%;
        margin: 0 0 5rem;
    }
    #contents .lower_boxs .thBoxArea .sBox .comName {
        font-size: 2.5rem;
        margin: 0 -1rem 1rem;
        padding: 20px 10px;
    }
    #contents .lower_boxs .thBoxArea .sBox .com-catch {
        margin: 1.5rem auto 2rem;
    }
    #contents .lower_boxs .thBoxArea .sBox .icon li {
        font-size: 1.4rem;
        width: calc(100% / 2 - 5px);
        float: left;
        padding: 8px 10px 6px;
    }
    #contents .lower_boxs .grayArea .ssTit {
        font-size: 1.6rem;
    }
    #contents .lower_boxs .grayArea .gray_txt {
        font-size: 2.3rem;
        padding: 1.5rem;
    }
    .lower_boxs .thBoxArea .sBox .btn-web {
        margin: 2rem auto;
    }
    .lower_boxs .thBoxArea .sBox .btn-web a:hover {
        background: #e93558 url(img/arrow_wt.png) right 10px top 50% no-repeat;
        background-size: 32px auto;
        opacity: 1;
    }
    /*addCont02*/
    #index .addCont02 {
        padding: 0;
        margin: 0 auto 0;
    }
    #index .addCont02 .frame-wrap {
        margin: 6rem auto 0;
        display: block;
        width: 96%;
    }
    #index .addCont02 .frame-wrap .frame.check {
        width: 100%;
        margin: 0 0 5rem 0;
    }
    #index .addCont02 .frame-wrap .frame.check .inner {
        padding: 4rem 2.5rem;
        border-radius: 20px;
    }
    #index .addCont02 .frame-wrap .frame.check:last-child {
        margin: 0;
    }
    /*addCont03*/
    #index .addCont03 {
        padding: 1rem 0;
        margin: 0 auto 0;
    }
    #index .addCont03 .bgbd {
        padding: 0 0 1rem;
        width: 100%;
        margin: 4rem auto;
        border-radius: 20px;
    }
    #index .addCont03 .bgbd .sTitArea {
        margin: 0 0 3rem 0;
        padding: 1rem 1rem 1rem 7rem;
    }
    #index .addCont03 .bgbd .sTitArea::before {
        width: 5rem;
        height: 5rem;
        font-size: 2.5rem;
        left: .5rem;
        background-size: 6rem auto;
        padding: 2rem 0 0 1.6rem;
        /*top: 25%;*/
    }
    #index .addCont03 .bgbd .sTitArea .titM {
        font-size: 2rem;
        /* line-height: 1.2; */
        padding-left: 1rem;
    }
    
    
    
    
    .float-wrap .catch{
        font-size: 1.8rem;
    }
    
    #index .addCont03 .sTitArea .catch {
        font-size: 2.4rem;
        margin: .5rem 0 1.5rem;
        line-height: 1.2;
        padding-left: 1rem;
        padding-top: 0;
    }
    #index .addCont03 .sTit-wrap {
        padding: 0 10px;
        margin-bottom: 2rem;
        margin-top: 0;
    }
    #index .addCont03 h4.sTit {
        font-size: 2rem;
    }
    #index .addCont03 .sTit-wrap span {
        font-size: 1.6rem;
    }
    #index .addCont03 .subBox01 .grayArea_wrap {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    #index .addCont03 .subBox01 .icon.support {
        display: block;
    }
    #index .addCont03 .subBox01 .icon-list {
        display: block;
        width: 100%;
        padding: 2.5rem 3rem 2.5rem 8rem;
        box-sizing: border-box;
        text-align: center;
        font-size: 1.8rem;
        border-bottom: none;
    }
    #index .addCont03 .subBox01 .icon-list:last-child {
        border-bottom: 1px solid #a2afb5;
    }
    #index .addCont03 .subBox01 .grayArea {
        width: 100%;
        box-sizing: border-box;
    }
    #index .addCont03 .grayArea .ssTit {
        font-size: 1.6rem;
        padding: 1.5rem;
        line-height: 1.4;
    }
    #index .addCont03 .grayArea .gray_txt {
        font-size: 2rem;
        padding: 1.5rem;
    }
    #index .grayArea .gray_txt.red {
        font-size: 2.4rem;
    }
    #index .addCont03 .grayArea .gray_txt .black {
        font-size: 1.8rem;
    }
    #index .addCont03 .subBox02 .dashed {
        padding: 1rem;
        margin: 0;
    }
    #index .addCont03 .subBox02 .dashed ul li {
        width: 100%;
        display: block;
        float: none;
        /* line-height: 2; */
        padding-right: 1rem;
        font-size: 1.4rem;
    }
    #index .addCont03 .subBox03 .frame-wrap {
        display: inline-block;
        margin: 1rem auto 0;
    }
    #index .addCont03 .subBox03 .frame.kutikomi {
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 73px 5% 10px;
    }
    #index .addCont03 .subBox03 .frame.kutikomi .frame-head {
        font-size: 2rem;
        padding: 0 1.5rem;
        line-height: 1.6;
    }
    .ttlbar{
        font-size: 1.8rem;
    }
    /*addCont05*/
    #index .addCont05 {
        margin: 1rem auto 3rem;
    }
    #index .addCont05 .blueBox.wi1000 {
        width: 100%;
        padding: 0;
    }
    #index .addCont05 .blueBox .subBox {
        padding: 1.5rem;
        margin: 0;
    }
    #index .addCont05 .blueBox .subBox .upper {
        margin: 0 0 25px;
    }
    #index .addCont05 .blueBox .subBox .ph {
        margin: 0 auto 20px;
        float: none;
        width: 96%;
    }
    #index .addCont05 .blueBox .subBox .ph img {
        width: 100%;
    }
    #index .addCont05 .blueBox .subBox .ph im {
        width: 100%;
    }
    #index .addCont05 .blueBox .subBox .titLArea .sTit {
        font-size: 2.3rem;
    }
    /*addCont06*/
    #index .addCont06 {
        margin: 0 auto 2rem;
    }
    #index .addCont06 .frame-wrap {
        display: block;
        width: 96%;
        margin: 3rem auto;
    }
    #index .addCont06 .frame-wrap .frame.list {
        width: 100%;
        padding: 1.5rem;
        margin-right: 0;
    }
    #index .addCont06 .frame.list .frame-head a {
        font-size: 2.2rem;
        /* background-position: right 5px; */
        background-size: 2rem;
        padding-right: 2.5rem;
    }
    #index .addCont06 .frame.list .inner .dashed li {
        background: url(./img/listicon.png) 2px 5px no-repeat;
        background-size: 10px auto;
    }
    /*addCont07*/
    #index .addCont07 {
        margin: 0 auto 4rem;
    }
    #index .addCont07 .top-point {
        margin: 3rem 0rem 1.5rem 1.5rem;
        font-size: 2rem;
    }
    #index .addCont07 .top-point::before {
        font-size: 2.5rem;
        padding: 1.5rem 0 0;
    }
    #index .addCont07 .top-point::after {
        width: 2rem;
        height: 2rem;
        right: -0.5rem;
        bottom: -0.5rem;
    }
    /*addCont08*/
    #index .addCont08 {
        margin: 0 auto 0;
    }
    #index .addCont08 .addTxt {
        width: 100%;
    }
    #index .addCont08 .headArea::after {
        display: none;
    }
    #index .addCont08 .frame-wrap {
        display: block;
        width: 96%;
    }
    #index .addCont08 .frame-wrap .frame.preperation {
        width: 100%;
    }
    #index .addCont08 .frame-wrap .frame-img img {
        width: 100%;
        margin: auto;
    }
    #index .addCont08 .frame .frame-head .sttl.rank a {
        padding: 10px 16px 10px;
        font-size: 2rem;
        text-align: left;
    }
    #index .addCont08 .frame .frame-head .sttl.rank::before {
        padding: 8px 0 0 0px;
    }
    /*addCont09*/
    #index .addCont09 {
        margin: 0 auto 4rem;
    }
    #index .addCont09 .frame-wrap {
        display: block;
        width: 96%;
        margin: 3rem auto 0;
    }
    #index .addCont09 .frame-wrap .frame.column {
        width: 100% !important;
        margin: 0 0 3rem 0 !important;
    }
    #index .addCont09 .frame-wrap .fukiWrap {
        margin: 0 0 1rem;
    }
    #index .addCont09 .frame-wrap .fukiCatch {
        font-size: 1.3rem;
        padding: 5px 15px;
    }
    #index .addCont09 .frame-head {
        width: 90%;
        margin: 2rem auto 2.5rem;
    }
    #index .addCont09 .frame-head .sttl {
        font-size: 1.8rem;
        padding-bottom: 1.5rem;
    }
	
	.catch{
		clear: both;
		padding-top: 2rem;
		margin-bottom: 2rem;
	}
	
	#contents .subBox04 table{
		margin-bottom: 0;
	}
	
	#index .addCont08 .frame-wrap .frame.preperation .frame-img{
		height:auto;
	}
	
	#index .addCont08 .frame .frame-head .sttl.rank{
		padding-bottom: 0;
	}
	
	#index .addCont08 .frame .frame-head .sttl.rank a{
		padding-right:30px;
	}
	
	#index .addCont05 .blueBox .subBox .upper{
		padding:0;
	}
	
	#index .addCont05 .blueBox .subBox .titLArea .sTit a{
		padding-top:0;
		padding-bottom:0;
	}
	
	#index .addCont05 .blueBox .subBox .titLArea .sTit{
		margin-bottom: 0;
	}
	
	#index .addCont05 .blueBox .subBox .upper{
		margin-bottom: 1.5rem;
	}
	
	.pr-innn h3{
		font-size:2rem;
		margin-bottom: 1.5rem;
	}
}
.c-parts--table {
    margin: 2.5rem auto 30px !important;
}
.c-parts--table td, .c-parts--table th {
    border: 1px solid #595959;
    border-collapse: collapse;
}
.c-parts--table td, .c-parts--table th {
    padding: 3px;
    width: 30px;
    height: 25px;
    border: 1px solid #d9e9eb !important;
}
.c-parts--table th {
    background: #f0e6cc;
    font-size: 1.8rem !important;
    color: #000 !important;
    font-weight: normal;
}
.c-parts--table td {
    color: var(--color-orange);
    font-weight: bold;
    text-align: center !important;
    font-size: 25px !important;
}
.c-parts .c-parts--thBoxArea .c-parts--sBox {
    width: 225px;
    padding: 0 20px 30px;
    float: left;
    margin: 0 10px;
    background: #FFF;
    position: relative;
    box-sizing: border-box;
    border-radius: 20px;
}
.c-parts .c-parts--thBoxArea .c-parts--sBox .btn-internal, .c-parts .c-parts--thBoxArea .c-parts--sBox .btn-web {
    width: auto;
}
.c-parts .c-parts--thBoxArea .c-parts--sBox .btn-internal a, .c-parts .c-parts--thBoxArea .c-parts--sBox .btn-web a {
    padding: 17px 50px;
    background-position: right 10px top 50%;
    background-size: 13%;
}
#index .addCont09.to-check .frame-wrap {
    padding-top: 0.5rem;
}
#index .addCont09.to-check .wi1000 .commentary-wrap {
    width: 85%;
    margin: 6rem auto 0;
    text-align: center;
}
#index .addCont09.to-check .wi1000 .commentary-wrap:last-child {
    padding-bottom: 60px;
}
#index .addCont09.to-check .wi1000 .commentary-wrap div {
    text-align: left;
}
#index .addCont09.to-check .wi1000 .commentary-wrap h3 {
    text-align: center;
    font-size: 2.8rem;
    margin: auto;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
}
#index .addCont09.to-check .wi1000 .commentary-wrap h3 a {
    position: relative;
    text-decoration: none;
}
#index .addCont09.to-check .wi1000 .commentary-wrap h3 a:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 30%;
    background: url(img/arrow_bk.png) no-repeat right;
    background-size: 3rem auto;
    right: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#index .addCont09.to-check .wi1000 .commentary-wrap h3 .mark, #index .addCont09.to-check .wi1000 .commentary-wrap h3 a .mark {
    font-size: 2.8rem;
}
@media screen and (max-width: 480px) {
    #index .addCont09.to-check .wi1000 .commentary-wrap {
        width: 90%;
        text-align: left;
    }
    #index .addCont09.to-check .wi1000 .commentary-wrap h3 {
        font-size: 2.3rem;
        margin-left: 0;
        width: 90%;
    }
    #index .addCont09.to-check .wi1000 .commentary-wrap h3 a {
        display: block;
    }
    #index .addCont09.to-check .wi1000 .commentary-wrap h3 .mark, #index .addCont09.to-check .wi1000 .commentary-wrap h3 a .mark {
        font-size: 2rem;
    }
    #index .addCont09.to-check .wi1000 .commentary-wrap h3:before {
        height: 15px;
        width: 100%;
    }
    #index .addCont09.to-check .wi1000 .commentary-wrap h3 a:after {
        right: 0;
        margin-right: -40px;
    }
    #index .addCont09.to-check .wi1000 .ttlbar{
        margin: 2rem 0 1rem;
    }

    .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 var(--color-d-green);
    }
    #toc {
        margin: 1.5rem 0 0 0;
        padding: 1rem 0 0;
    }
    #toc .chapter .chapter-h {
        margin: 1rem 0;
        padding: 0 0 0 3rem;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    #toc ul.chapter .chapter-h::before {
        top: 11px;
        font-size: 1.8rem;
    }
    #toc li.chapter-h.chapter-h-three {
        margin: 0.5rem 0 0.5rem 2rem;
    }
    #toc li.chapter-h.chapter-h-three::before {
        top: 6px;
        width: 6px;
        height: 6px;
    }
    #toc li.chapter-h-three + .chapter-h-two {
        margin-top: 2rem;
    }
	
	#index .addCont03 .subBox03 .frame.kutikomi .frame-head .frame-head--big{
		font-size:1.8rem;
	}
	
	#index .addCont03 .subBox03 .frame.kutikomi:nth-child(2){
		margin-bottom: 0;
	}
}
#index .addCont09.to-check .frame-body .opt_catch, #index .addCont09.to-check .frame-body .opt_price {
    text-align: center;
    padding: 10px;
}
#index .addCont09.to-check .frame-body .opt_catch {
    background: #e3ddcb;
    font-size: 16px;
    color: #111111;
    padding: 15px 10px;
}
#index .addCont09.to-check .frame-body .opt_price {
    border: 1px solid #f1ecdf;
    color: var(--color-orange);
    font-size: 23px;
    font-weight: bold;
}
#index .addCont09.to-check .frame-body .opt_price .min_black {
    font-weight: normal;
    color: #111111;
    font-size: 18px
}








.cmn02-paragraph span{
	font-size:80%;
	display: block;
	color:#ffffff;
    background: none;
}

.cmn02-text-banner-box__image img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.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: 220px;
	background: var(--color-black);
	position: relative;
    font-weight: bold;
    border-radius: 20px;
}

.text-banner-box:before {
	content: "";
	position: absolute;
	max-width: 100%;
	width: 63%;
	height: 40px;
	background: url(img/banner-check.png)no-repeat;
    background-size:cover;
	top: -20px;
	left: -20px;
}

.text-banner-box:after {
	content: "";
	position: absolute;
	bottom: 5%;
	right: 5%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent var(--color-d-green) transparent;
}

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

.text-banner-box__text {
	padding: 1rem 1rem 1rem 1rem;
	text-align: center;
}

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

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

.text-banner-box__text .cmn02-paragraph {
	color: #fff;
	font-size:1.7rem;
}

.text-banner-box__text .cmn02-paragraph p{
	margin:0;
}
@media screen and (max-width: 480px){
  .index-banner_pc{
    display:none !important;
  }
}


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

.index-banner {
	margin: 5rem 0 0 0;
	position: fixed;
	right: 0;
	bottom: 0rem;
	z-index: 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:before {
	content: "";
	position: absolute;
	max-width: 25%;
	width: 100%;
	height: 46%;
	background: url(img/banner-check.png)no-repeat;
	top: -15px;
	left: 2%;
	background-size: 100%;
	z-index: 1;
}

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

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

.text-banner-box.part03 .cmn02-paragraph {
	font-size: 1.4rem;
	color: #fff;
}

.text-banner-box.part03 .text-banner-box__text {
	padding: 0 2.7rem 0 2rem;
	position: relative;
	background: var(--color-black);
	display: flex;
	align-items: center;
	width: calc(100vh - 130px);
    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;}
	.text-banner-box.part03 {
		position: relative;
		display: flex;
		max-width: 100%;
		left: 0%;
	}
    
    .text-banner-box.part03{width:100vw;}
    .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 var(--color-d-green) transparent;
    }
    
    .cmn02-text-banner-box__image{
        width:100%;
    }
	
	.catch{
		line-height: 1.5;
	}
	
	#index .addCont06 .frame.list .frame-head,#index .addCont06 .frame.list .frame-head + p{
		padding-bottom: 0;
	}
	
	#index .addCont06 .frame.list .frame-head,#index .addCont06 .frame.list .frame-head + p + table{
		margin-bottom: 1.5rem;
	}
	
    #index .addCont06 .frame.list .frame-head {
    
    }
    
	#index .addCont05{
		overflow: hidden;
	}
	
	#index .addCont05 .btn-link{
		padding-top: 0;
		margin-top: 0;
		background: #ffffff;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	
	#index .addCont05 .btn-link a{
		width:70%;
		margin: auto;
	}
    #index .addCont02 .frame-wrap .frame-head{
        font-size: 2rem;
    }

	.slider .slider-for img {
	    width: 100%;
	    margin: 0 auto;
	}

	#contents .scroll-table {
		overflow-x: auto;
	}
	#contents .scroll-table table {
		width: 700px;
		margin: 0.5rem 0 2rem;
	}
	#contents .scroll-table table tr {
		display: flex;
	}
	#contents .scroll-table table th,
	#contents .scroll-table table td {
	display: flex;
	align-items: center;
	justify-content: center;
	}
	#contents .scroll-table table td {
		border-left: none;
	}
	#contents .scroll-table table td:last-of-type {
		border-bottom: none;
	}
	#contents .scroll-table table tr:last-child td {
		border-bottom: 1px solid #d9e9eb;
	}
	
}