@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;
}
.addCont06 .frame-body--text + table{
	display: block;
}

:root{
	--color-main:#222222;
	--color-gradient:linear-gradient(90deg, #024f9b 0%, #38cbee 100%);
	--color-sttl:#cbf5ff;
	--color-d-blue:#024f9b;
	--color-l-blue:#3dafff;
	--color-bg-blue:#eef8fd;
	--color-green:#d3f280;
	--color-orange:#ff8400;
	--color-d-gray:#e6e6e6;
	--color-l-gray:#f7f7f7;
}


/* 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%;
}

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-main);
}

.catch{
	color:var(--color-d-blue);
	font-size:120%;
}

.matome-parts{
	margin:6rem auto;
	padding:3rem;
	background: var(--color-l-gray);
}

.matome-parts .point{
	background: #ffffff!important;
	margin-top: 1.5rem!important;
}

.matome-parts .btn-internal{
	margin-bottom: 0;
}

#contents .matome-parts .noCount .point::before{
	background: url(img/point_ico.png) no-repeat left center;
	background-size: auto 55%;
}

/*#contents + footer{
	margin-top: 12rem;
}*/

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

body {
    color: var(--color-main);
    font-family: 'Noto Sans JP', 'M PLUS 1p', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
    font-size: 1.5rem;
    line-height: 1.8em;
    min-width: 1000px;
    word-break: break-word;
    overflow-x: clip;
}

body#category,
body#page {
    min-width: 1050px;
}

.accordion-contents--wrapper {
    display: none;
    width: 100%;
}

.mark {
    background: linear-gradient(transparent 60%, rgba(253, 168, 43, 0.9) 60%);
    display: inline;
    font-size: 1.6rem;
}

.mark_big {
    background: linear-gradient(transparent 60%, rgba(253, 168, 43, 0.9) 60%);
    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: 18px;
    border-radius: 50px;
    background: #bcc09f;
}

.accordion-btn.guide {
    background: #ffffff;
	border:3px solid #d3f3fb;
}

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

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

.accordion-btn:before {
    position: absolute;
    content: "";
    background: url(img/plus.png) no-repeat;
	background-size:18px;
    top: 0;
    bottom: 0;
    right: 34px;
    margin: auto 0;
    height: 18px;
    width: 18px;
}

.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
    }
}

.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 {
    max-width: 780px;
    margin: 20px auto;
    padding-bottom: 25px;
    color: #222222;
}

.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: #222222;
    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: #222222;
    padding: 0 100px;
}

p.c-parts--titL {
    color: #222222;
    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: #ddd2b3;
    text-align: center;
    letter-spacing: 6px;
}

.c-parts--thBoxArea {
    margin: auto;
    display: table;
    width: auto;
}

.c-parts--wrapper {
    background: #ddd2b3;
}

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

a {
    color: #9d9d9d;
    /* text-decoration: none; */
}

li a,
p:not([class^="btn-"]) a {
    text-decoration: underline;
    color: #222;
}

.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: 6.5rem;
    color: var(--color-sttl);
    margin: 0px 0 5.5rem 0rem;
    font-weight: bold;
    letter-spacing: 7px;
    line-height: 1em;
}

.addCont09 .bgTxt {
    margin: 0px 0 5.5rem 0;
}

.addCont01 .bgTxt {
    color: var(--color-sttl);
    margin: 0px 0 5.5rem 0;
}

.addCont02 .bgTxt,
.addCont03 .bgTxt {
    color: var(--color-sttl);
}

.addCont03 .bgTxt{
	margin-left: 0;
}

/*--------------------------------------
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%;
    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 #222222;
}

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

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

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

.slider .slider-for button.slick-next {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2%;
    z-index: 5;
    background: url(img/arrow_slide_prev.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 #222222;
	position: relative;
}

#headNoteArea:after{
	content:"";
	display: block;
	position: absolute;
	left:0;
	top:-8px;
	width:100%;
	height:8px;
	background:var(--color-gradient);
}

#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: #222222;
    font-weight: bold;
}
#headNoteArea .sitename:before {
  content: "PR";
  display: inline-block;
  background: var(--color-main);
  color: #fff;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
  font-size: 1.4rem;
}

#headNoteArea .sitename a {
    background: none;
    padding: 0;
    color: #222222;
    text-decoration: none;
}

#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;
}

.home #g-nav{
	border:none;
}

#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 var(--color-main);
    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 var(--color-main);
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}

#g-nav li a {
    color: #222222;
    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 {
    /*color: #fda82b;*/
    position: relative;
}

#g-nav li a:hover::after {
    content: "";
    width: 95px;
    height: 4px;
    background: var(--color-d-blue);
    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 0;
}

#side .sideBox {
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 10px;
    background: #f6fcff;
    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: var(--color-d-blue) url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
    background-size: 25px;
    display: block;
    height: 100%;
    color: #fff;
    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: 10rem 0 0;
    padding: 0;
    background: #f6fcff;
}

.lower footer{
	margin-top: 0;
}

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

footer a {
    color: var(--color-main);
    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-main);
    padding: 0 0 6px 0;
    margin: 0 0 14px 0;
}

footer .areaInner .footBox .sttl a {
    background: url("img/arrow_black.png") 0px 50% no-repeat;
    background-size: 20px auto;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--color-main);
    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: #222;
}

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 5px;
    font-size: 1.3rem;
    font-weight: normal;
    color: var(--color-main);
    padding: 0 0 0 29px;
}

footer .areaInner .footBox .accChild .subList li:first-child::before {
    content: "　/　";
    letter-spacing: 0;
    color: #222;
}

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: #222;
    margin: 60px auto 35px;
}

footer .areaInner .noticeArea p {
    padding: 20px 30px;
    font-size: 1.2rem;
    margin: 0;
    color: var(--color-main);
    background:#ffffff;
}

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

footer .botArea {
    background: var(--color-d-blue);
    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;
	color:#ffffff;
	text-decoration: underline;
}

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

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

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

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: 3rem;
    line-height: 4.4rem;
    padding: 3rem;
}

#category h1::before,
#page h1::before {
    content: "";
    width: 64px;
    height: 5px;
    background: var(--color-d-blue);
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: auto;
    right: 0;
}

#category h2,
#page h2 {
    position: relative;
    margin: 60px 0 20px;
    padding: 23px 20px 23px;
    padding-left:10rem;
    font-size: 2.6rem;
    text-align: left;
    line-height: 4rem;
    background: var(--color-gradient);
    color:#ffffff;
    z-index: 1;
}

#category h2 a, #page h2 a{
	color:#ffffff;
	padding-right: 3rem;
	background: url("img/arrow_white.png") no-repeat right;
	background-size: 2rem auto;
	display: block;
	width: fit-content;
	text-decoration: none;
	
	@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;
}
.addCont06 .frame-body--text +
	table{
 display: block;
}

:
	root{
 --color-main:#222222;
	--color-gradient:linear-gradient(90deg, #024f9b 0%, #38cbee 100%);
	--color-sttl:#cbf5ff;
	--color-d-blue:#024f9b;
	--color-l-blue:#3dafff;
	--color-bg-blue:#eef8fd;
	--color-green:#d3f280;
	--color-orange:#ff8400;
	--color-d-gray:#e6e6e6;
	--color-l-gray:#f7f7f7;
}


/* 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%;
}
	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-main);
}

.catch{
	color:var(--color-d-blue);
	font-size:120%;
}

.matome-parts{
	margin:6rem auto;
	padding:3rem;
	background: var(--color-l-gray);
}

.matome-parts .point{
	background: #ffffff!important;
	margin-top: 1.5rem!important;
}

.matome-parts .btn-internal{
	margin-bottom: 0;
}

#contents .matome-parts .noCount .point::
	before{
 background: url(img/point_ico.png) no-repeat left center;
	background-size: auto 55%;
}

/*#contents + footer{
 margin-top: 12rem;
}*/

/*--------------------------------------
 Base
---------------------------------------*/
	body {
    color: var(--color-main);
	font-family: 'Noto Sans JP', 'M PLUS 1p', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
	font-size: 1.5rem;
	line-height: 1.8em;
	min-width: 1000px;
	word-break: break-word;
	overflow-x: clip;
}
	body#category,
body#page {
    min-width: 1050px;
}

.accordion-contents--wrapper {
	display: none;
	width: 100%;
}

.mark {
	background: linear-gradient(transparent 60%, rgba(253, 168, 43, 0.9) 60%);
	display: inline;
	font-size: 1.6rem;
}

.mark_big {
	background: linear-gradient(transparent 60%, rgba(253, 168, 43, 0.9) 60%);
	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: 18px;
	border-radius: 50px;
	background: #bcc09f;
}

.accordion-btn.guide {
	background: #ffffff;
	border:3px solid #d3f3fb;
}

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

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

.accordion-btn:
	before {
    position: absolute;
	content: "";
	background: url(img/plus.png) no-repeat;
	background-size:18px;
	top: 0;
	bottom: 0;
	right: 34px;
	margin: auto 0;
	height: 18px;
	width: 18px;
}

.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}
}

.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 {
	max-width: 780px;
	margin: 20px auto;
	padding-bottom: 25px;
	color: #222222;
}

.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: #222222;
	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: #222222;
	padding: 0 100px;
}
	p.c-parts--titL {
    color: #222222;
	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: #ddd2b3;
	text-align: center;
	letter-spacing: 6px;
}

.c-parts--thBoxArea {
	margin: auto;
	display: table;
	width: auto;
}

.c-parts--wrapper {
	background: #ddd2b3;
}
	img {
    max-width: 100%;
	height: auto;
}
	a {
    color: #9d9d9d;
	/* text-decoration: none; */
}
	li a,
p:not([class^="btn-"]) a {
    text-decoration: underline;
	color: #222;
}

.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: 6.5rem;
	color: var(--color-sttl);
	margin: 0px 0 5.5rem 0rem;
	font-weight: bold;
	letter-spacing: 7px;
	line-height: 1em;
}

.addCont09 .bgTxt {
	margin: 0px 0 5.5rem 0;
}

.addCont01 .bgTxt {
	color: var(--color-sttl);
	margin: 0px 0 5.5rem 0;
}

.addCont02 .bgTxt,
.addCont03 .bgTxt {
	color: var(--color-sttl);
}

.addCont03 .bgTxt{
	margin-left: 0;
}

/*--------------------------------------
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%;
	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 #222222;
}

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

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

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

.slider .slider-for
	button.slick-next {
    position: absolute;
	top: 46%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 2%;
	z-index: 5;
	background: url(img/arrow_slide_prev.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 #222222;
	position: relative;
}

#headNoteArea:
	after{
 content:"";
	display: block;
	position: absolute;
	left:0;
	top:-8px;
	width:100%;
	height:8px;
	background:var(--color-gradient);
}

#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: #222222;
	font-weight: bold;
}
#headNoteArea .sitename:
	before {
  content: "PR";
	display: inline-block;
	background: var(--color-main);
	color: #fff;
	text-align: center;
	width: 3rem;
	margin-right: 1rem;
	font-size: 1.4rem;
}

#headNoteArea .sitename
	a {
    background: none;
	padding: 0;
	color: #222222;
	text-decoration: none;
}

#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;
}

.home #g-nav{
	border:none;
}

#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 var(--color-main);
	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 var(--color-main);
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
}

#g-nav
	li a {
    color: #222222;
	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 {
    /*color: #fda82b;*/
    position: relative;
}

#g-nav
	li a:hover::after {
    content: "";
	width: 95px;
	height: 4px;
	background: var(--color-d-blue);
	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 0;
}

#side .sideBox {
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 10px;
	background: #f6fcff;
	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: var(--color-d-blue) url(img/arrow_wt.png) right 1.5rem top 50% no-repeat;
	background-size: 25px;
	display: block;
	height: 100%;
	color: #fff;
	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: 10rem 0 0;
	padding: 0;
	background: #f6fcff;
}

.lower
	footer{
 margin-top: 0;
}
	footer .areaInner {
    width: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
	footer a {
    color: var(--color-main);
	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-main);
	padding: 0 0 6px 0;
	margin: 0 0 14px 0;
}
	footer .areaInner .footBox .sttl a {
    background: url("img/arrow_black.png") 0px 50% no-repeat;
	background-size: 20px auto;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--color-main);
	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: #222;
}
	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 5px;
	font-size: 1.3rem;
	font-weight: normal;
	color: var(--color-main);
	padding: 0 0 0 29px;
}
	footer .areaInner .footBox .accChild .subList li:first-child::before {
    content: "　/　";
	letter-spacing: 0;
	color: #222;
}
	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: #222;
	margin: 60px auto 35px;
}
	footer .areaInner .noticeArea p {
    padding: 20px 30px;
	font-size: 1.2rem;
	margin: 0;
	color: var(--color-main);
	background:#ffffff;
}
	footer .areaInner .noticeArea .botPrg {
    font-size: 1.2rem;
	text-align: center;
	padding: 10px 0 0;
	border: none;
}
	footer .botArea {
    background: var(--color-d-blue);
	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;
	color:#ffffff;
	text-decoration: underline;
}
	footer .botArea .botInner .smap a:hover {
    text-decoration: underline;
}
	footer p.copy {
    font-size: 1.2rem;
	color: #ffffff;
	float: left;
	margin: 0;
}
	footer p.copy a {
    color: #ffffff;
}
	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: 3rem;
	line-height: 4.4rem;
	padding: 3rem;
}

#category
	h1::before,
#page h1::before {
    content: "";
	width: 64px;
	height: 5px;
	background: var(--color-d-blue);
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0;
	margin: auto;
	right: 0;
}

#category
	h2,
#page h2 {
    position: relative;
	margin: 60px 0 20px;
	padding: 23px 20px 23px;
	padding-left:10rem;
	font-size: 2.6rem;
	text-align: left;
	line-height: 4rem;
	background: var(--color-gradient);
	color:#ffffff;
	z-index: 1;
}

#category
	h2 a, #page h2 a{
 color:#ffffff;
	padding-right: 3rem;
	background: url("img/arrow_white.png") no-repeat right;
	background-size: 2rem auto;
	display: block;
	width: fit-content;
}

#category
	h2::before,
#page h2::before {
    content: '';
	background: url(img/h3_home.png) no-repeat left 10px center;
	background-size:6rem auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.sitemap
	h2 a {
    color: #222;
}

#category
	h2 a:hover,
#page h2 a:hover {
    opacity: 0.6;
	cursor: pointer;
}

#category
	h3,
#page h3 {
    position: relative;
	border-bottom: solid 2px #ebeeef;
	margin: 30px 0 20px;
	padding: 18px 30px 17px 6rem;
	font-size: 2.2rem;
	line-height: 3.5rem;
	background: url(img/low_h4.png) left 5px center no-repeat;
	background-size:4rem auto;
}

#category
	h3 a,
#page h3 a{
 padding-right: 3rem;
	background: url("img/arrow_black.png") no-repeat right;
	background-size: 2rem auto;
	display: block;
	width: fit-content;
}

#category
	h3 a:hover,
#page h3 a:hover {
    opacity: 0.6;
	cursor: pointer;
}

#category
	h6,
#category h4,
#category h5,
#category h6,
#page h4,
#page h5,
#page h6 {
    margin: 35px 0 20px;
	padding: 5px 30px 5px 10px;
	font-size: 2rem;
	border-left: 5px solid var(--color-orange);
}

#category
	h6 a,
#category h4 a,
#category h5 a,
#category h6 a,
#page h4 a,
#page h5 a,
#page h6 a{
 padding-right: 3rem;
	background: url("img/arrow_black.png") no-repeat right;
	background-size: 2rem auto;
	display: block;
	width: fit-content;
}

#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{
 cursor: pointer;
}

#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 22px;
	position: relative;
}

#contents
	ul li::before {
    content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--color-l-blue);
	left: 2px;
	top: 9px;
}

#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-d-blue);
	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: var(--color-main);
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	background: linear-gradient(transparent 60%, var(--color-green) 60%);
}

.baseBox .accordion_btn,
.baseBox .accordion_btn02 {
	position: relative;
	display: block;
	margin: 50px auto;
	padding: 2rem 5rem 2rem 3rem;
	width: 80%;
	max-width: 480px;
	background: var(--color-l-gray);
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 999px;
}

.baseBox .accordion_btn::
	before,
.baseBox .accordion_btn02::before {
    content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background:url(img/icon_acbtn_plus.png);
	background-size:auto 100%;
	transition: 0.2s;
	right: 18px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.baseBox .accordion_btn.is-open::
	before,
.baseBox .accordion_btn02.is-open::before {
    content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background:url(img/icon_acbtn.png);
	background-size:auto 100%;
	transition: 0.2s;
	right: 18px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.accordion_btn.mokuji_btn
	span:after{
 content:"目次を開く";
}

.accordion_btn.mokuji_btn.is-open
	span:after{
 content:"目次を閉じる";
}

.accordion-item {
	display: none;
}

.accordion-item02 {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
	opacity: 0;
}

.accordion-item02.is-open {
	max-height: 100%;
	opacity: 1;
}

.mokuji_btn + .accordion-item .toc_parts{
	margin-top: 0; 
}

/* 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: var(--color-main);
	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 30px 2%;
	padding: 15px 40px 15px 40px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	background: #f7f7f7;
}

#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: #222222;
	border-radius: 50%;
	margin: auto 0;
	height: 55px;
	bottom: 0;
	top: 0;
	left: -21px;
	position: absolute;
	background: #fda82b;
	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: auto 55%;
	width: 100px;
	height: 103px;
	left: -24px;
	top: -1px;
	bottom: 0;
	display: block;
	position: absolute;
}

#contents .noCount .check::
	before {
    content: "";
	background: url(img/check_ico.png) no-repeat left center;
	background-size:auto 50%;
	width: 100px;
	height: 103px;
	margin: auto 0;
	left: -24px;
	top: -1px;
	bottom: 0;
	display: block;
	position: absolute;
}

#contents .noCount .point::
	before {
    content: "";
	background: url(img/point_ico.png) no-repeat left center;
	background-size: auto 55%;
	width: 100px;
	height: 103px;
	left: -24px;
	top: -1px;
	margin: auto 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: 3rem auto 2rem;
}

#contents
	table th {
    width: 26%;
	padding: 16px 16px;
	background: #e6e6e6;
	border: 1px solid #f2f2f2;
	border-right: none;
	line-height: 2.2rem;
	text-align: center;
	font-size: 1.5rem;
	color: #302e29;
	word-break: break-all;
}

#contents .frame.list
	table th{
 width:33%;
	padding: 0.5rem;
	font-size: 1.4rem;

}

#contents .frame.list
	table td{
 padding:1rem;
}

#contents
	table tr th {
    border-bottom: 1px solid #fff;
}

#contents .frame.list
	table{
 margin-bottom: 3rem;
	display: table;
}

#contents
	table tr:last-child th {
    border-bottom: 1px solid #f2f2f2;
}

#contents
	table td {
    line-height: 2.2rem;
	padding: 14px 20px;
	border: 1px solid #f2f2f2;
	background: #ffffff;
	font-size: 1.5rem;
	text-align: left;
	word-break: break-all;
}

#contents
	table td:first-of-type {
    border-left: none;
}

.arrow-btn
	a{
 font-size:1.5rem;
	font-weight: bold;
	background: url(img/arrow_black.png) no-repeat right;
	background-size: 2rem auto;
	padding: 0 3rem 0 0;
	display: flex;
	justify-content: flex-end;
}

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

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

#contents .frame.list .float-wrap{
	padding:0 1rem;
	margin-bottom: 0;
}

#contents .frame.list .float-wrap .center{
	padding-bottom: 0;
}

#contents .frame.list .float-wrap .center .flame{
	display: flex;
	align-items: center;
}

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

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

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

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

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

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

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

#contents .addCont03 .float-wrap .center{
	width: 60rem;
}

#contents .float-wrap .center.youtube{
	width:auto;
}

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

.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;
	text-align: center;
}


/*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;
}

.dtl-tag-wrapper{
	display: flex;
	gap:1.5rem;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.dtl-tag-parts{
	width:calc((100% - 1.5rem*2)/3);
	background: var(--color-d-blue);
	color:#ffffff;
	padding:1.5rem;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

.dtl-tag-parts-non{
	text-align: center;
	margin: auto;
	margin-top: -1rem;
	margin-bottom: 2rem;
}

.right-other{
	margin-bottom: 2rem;
	text-align: right;
	font-weight: bold;
}

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

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

.btn-internal,
.btn-web {
	width: 552px;
	margin: 35px auto;
	position: relative;
	box-sizing: border-box;
}

.thBoxArea .btn-web {
	width: 552px;
	margin: 23px auto 13px;
	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: 50px;
	text-decoration: none;
}

.btn-internal
	a {
    background: var(--color-l-blue) url("img/arrow_wt.png") right 4rem top 50% no-repeat;
	background-size: 32px auto;
}

.btn-internal
	a:hover {
    opacity: 0.6;
}

.btn-internal::
	before {
    border: 1px solid #657379;
}

.btn-web
	a {
    background: var(--color-orange) url("img/arrow_wt.png") right 4rem top 50% no-repeat;
}

.btn-web
	a:hover {
    opacity: 0.6;
}

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

.btn-link
	a {
    background: url("img/arrow_black.png") 0% 50% no-repeat;
	background-size: 20px auto;
	padding: 4px 0 4px 30px;
	line-height: 1.3;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	color: #222;
}

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

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

#page.sitemap
	h2 a {
    color: #222;
}

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

#index .headArea {
	padding: 0 25px;
	text-align: left;
	position: relative;
}

#index .headArea .addTxt {
	color: #222222;
}

#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: 3.4rem;
	line-height: 4.3rem;
	text-align: left;
	font-weight: bold;
	color:var(--color-d-blue);
}

#index .addCont02 .wi1000 .titL {
	margin-bottom: 3rem;
}

#index .wi1000 .titL
	a {
    color: var(--color-d-blue);
	background: url(img/top_h2.png) no-repeat right 50%;
	background-size: 42px auto;
	padding: 0 70px 0 0;
	text-decoration: none;
}

.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% - 3.5rem);
	background: var(--color-bg-blue);
	pointer-events: none;
	z-index: -1;
	top: 3.5rem;
}

#index .addCont09::
	before {
    position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 4rem);
	background: #f8f8f8;
	pointer-events: none;
	z-index: -1;
	top: 3.5rem;
}

#index .addCont09.to-check::
	before {
    background: #f6fcff;
}
	@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: var(--color-d-blue);
}

#index .addCont01 .thBoxArea {
	margin: 40px 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;
	overflow: hidden;
}

#index .addCont01 .thBoxArea .sBox .mo{
	text-align: left;
}

#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: 2.4rem;
	padding: 2rem 1rem 2rem;
	margin: 0px -20px 2rem;
	line-height: 1.2;
	align-items: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	background:var(--color-gradient);
	width:calc(100% + 40px);
	margin-left:-20px;
	color:#ffffff;
	font-weight: bold;
	box-sizing: border-box;
}

#index .addCont01 .thBoxArea .sBox .comName +
	h3,#index .addCont01 .thBoxArea .sBox .comName + div{
 font-size:2.4rem;
	line-height: 1.2;
	margin-bottom: 2rem;
	font-weight: bold;
}
	span.small{
 font-size: 65%;
}

.grbg{
	font-size:1.75rem;
	font-weight: bold;
	background: var(--color-green);
	width:calc(100% + 40px);
	margin-left:-20px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding:1rem;
	box-sizing: border-box;
}

.grbg +
	p{
 text-align: left;
}

/*#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: var(--color-main);
}

#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: var(--color-main);
	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 #ddd2b3;
	color: var(--color-main);
}

#index .grayArea .gray_txt.orange {
	color: #ef5214;
}

#index .grayArea .gray_txt.black {
	color: var(--color-main);
}

#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 3rem;
}

#index .addCont01 .thBoxArea .sBox .btn-internal
	a {
    background: var(--color-l-blue) url("img/arrow_wt.png") right 1.5rem top 50% no-repeat;
	background-size: 3rem auto;
}

#index .addCont01 .thBoxArea .sBox .btn-internal.arrow_down
	a {
    background: var(--color-l-blue) url(img/arrow_down_f.png) right 3rem top 50% no-repeat;
	background-size: 0.7rem auto;
}

#index .addCont01 .thBoxArea .sBox .btn-internal
	a:hover {
 opacity:0.6;
}

#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 {
    opacity: 0.6;
}

#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: #222;
	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: 3.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: var(--color-main);
	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: var(--color-main);
}

.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: var(--color-main);
}

#contents .lower_boxs .grayArea .gray_txt.red {
	color: #e93558;
}

#contents .grayArea .gray_txt.black {
	color: var(--color-main);
}

.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: var(--color-main) 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;
	gap:6rem 3rem;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

#index .addCont02 .frame-wrap .frame.check {
	width: calc((100% - 3rem * 2)/3);
	position: relative;
}

#index .addCont02 .frame-wrap .frame.check::
	before {
    position: absolute;
	content: "";
	width: 40px;
	height: 60px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0px 15px;
	top: -27px;
}

#index .addCont02 .frame-wrap .frame.check::
	before {
    background: url(img/ico_wind.png) no-repeat center #fff;
	background-size: contain;
}

/*#index .addCont02 .frame-wrap .frame.check:nth-child(2)::before {
    background: url(img/ico_wind.png) no-repeat center #fff;
    background-size: contain;
}

#index .addCont02 .frame-wrap .frame.check:nth-child(3)::before {
    background: url(img/ico_wind.png) no-repeat center #fff;
    background-size: contain;
}*/

#index .addCont02 .frame-wrap .frame.check .inner {
	border: 4px solid #c7f1fb;
	padding: 5rem 3rem 2rem;
}

#index .addCont02 .frame-wrap .frame-head {
	font-size: 1.85rem;
	text-align: center;
	line-height: 1.5;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#index .addCont02 .frame-wrap .frame-head
	a{
    padding-right: 3rem;
	background: url(img/arrow_black.png) no-repeat right;
	background-size: 2rem auto;
	display: block;
	text-decoration: none;
}

#index .addCont02 .frame-wrap .frame-head::
	before {
    content: "";
	width: 58px;
	height: 5px;
	background: var(--color-l-blue);
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
}


/*addCont03*/

#index .addCont03 {
	margin: 16rem auto 8rem;
	counter-reset: company;
	width: 100%;
	overflow: hidden;
}

#index .addCont03 .titArea .titLArea {
	margin: 10px auto 50px;
}

#index .addCont03 .bgbd {
	background: var(--color-bg-blue);
	padding: 47px 0 60px 0;
	width: 125%;
	margin: 7rem -12.5% 2rem;
}

#index .addCont03 .bgbd .slideinner {
	margin-bottom: 2rem;
}

#index .addCont03 .sTitArea .titM {
	font-size: 3rem;
	text-align: left;
	line-height: 1.4;
}

#index .addCont03 .bgbd .sTitArea {
	position: relative;
	padding: 19px 0 19px 34rem;
	box-sizing: border-box;
	margin: 0 0 80px -17%;
	border-radius: 19px;
	background: var(--color-gradient);
}

#index .addCont03 .bgbd .sTitArea
	h3{
 color:#ffffff;
}

#index .addCont03 .bgbd .sTitArea::
	before {
    counter-increment: company;
	content: counter(company, decimal-leading-zero);
	position: absolute;
	left: 17%;
	font-family: 'Noto Sans JP';
	font-weight: bold;
	top: 22%;
	width: 10rem;
	height: 10rem;
	font-size: 4.2rem;
	padding: 1.8% 0 0 3%;
	color: #38cbee;
	background: url("img/icon_num_com.png") top left no-repeat;
	background-size: 80px auto;
}

#index .addCont03 .sTitArea .catch {
	font-size: 3.2rem;
	margin: 1rem 0 .5rem;
	color:#ffffff;
}

#index .addCont03 .sTitArea .catch
	span{
 color:#ffffff;
	background:none;
}

#index .addCont03 .subBox02 {
	margin: 0 auto 50px;
}

#index .addCont03 .sTit-wrap {
	border-left: 8px solid var(--color-d-blue);
	padding: 1px 20px;
	margin: 50px 0 40px 0;
}

#index .addCont03
	h4.sTit {
    font-size: 3rem;
	line-height: 1.4;
}

#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: var(--color-main);
	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: 4rem 0 7rem;
}

#index .addCont03 .subBox03 .frame.kutikomi {
	/*width: calc((100% - 10%)/3);*/
	width:100%;
	background: #ffffff;
	margin-right: 5%;
	padding: 73px 20px 25px;
	border-radius: 15px;
	box-sizing: border-box;
}

#index .addCont03 .subBox03.another .frame.kutikomi {
	padding-top: 20px;
	/*background: #e1e5ed;*/
}

#index .addCont03 .subBox03 .frame.kutikomi:nth-child(3) {
	margin-right: 0;
}

#index .addCont03 .subBox03 .frame.kutikomi .frame-head {
	font-size: 1.8rem;
	color: var(--color-d-blue);
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 10px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-bottom:1px solid var(--color-d-gray);
	text-align: center;
}

#index .addCont03 .subBox03 .frame.kutikomi.seismic .frame-head {
	justify-content:center;
}

#index .addCont03 .subBox03 .frame.kutikomi .frame-head .frame-head--big {
	font-size: 2.4rem;
	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: 1rem;
	left: 0;
	right: 0;
	content: "";
	width: 70px;
	height: 60px;
	display: inline-block;
	margin: auto;
}

#index .addCont03 .subBox03 .frame.kutikomi.seismic:
	before {
    background: url(img/seismic_resistance.png) no-repeat center;
	background-size:80% auto;
}

/*#index .addCont03 .subBox03 .frame.kutikomi.security:before {
    background: url(img/security.png) no-repeat center;
}

#index .addCont03 .subBox03 .frame.kutikomi.facility:before {
    background: url(img/facility.png) no-repeat center;
}*/

#index .addCont03 .subBox03 .frame-body {
	/* padding: 2.5rem; */
}

#index .addCont03 .subBox04 .infoBox
	table th {
    background: #e6e6e6;
	border-bottom: 1px solid #fff;
}

#index .addCont03 .subBox04 .infoBox
	table tr:last-child th {
    border-bottom: 1px solid #f2f2f2;
}


/*addCont05*/

#index .addCont05 {
	margin: 14rem auto 8rem;
	position: relative;
}

#index .addCont05::
	after {
    content: "";
	display: block;
	width: 86.5%;
	position: absolute;
	background: #efe7d0;
	right: 0;
	top: 2.5rem;
	height: calc(100% - 13rem);
	z-index: -1;
	pointer-events: none;
}

#index .addCont05 .blueBox {
	position: relative;
}

#index .addCont05 .blueBox .subBox {
	border: solid 1px #efe7d0;
	position: relative;
	background: #fff;
	padding: 20px;
	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 0 22px;
	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: 2.3rem;
	color: var(--color-main);
	margin: 0 0 15px;
	line-height: 1.8;
}

#index .addCont05 .blueBox .subBox .titLArea .sTit
	a {
    color: #222222;
	display: block;
	background: url(img/link.icon.png) no-repeat bottom;
	background-size: 100% auto;
	padding: 10px 0 35px;
	line-height: 1.5;
}

#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: #222;
}


/*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: 4px;
	box-sizing: border-box;
	margin: 0 1.5rem 3rem 0;
	border-radius: 13px;
}

#index .addCont06 .frame-wrap.guide .frame.list {
	background: #d3f3fb;
}

#index .addCont06 .frame-wrap .frame.list:nth-child(3n) {
	margin: 0 0 3rem 0;
}

#index .addCont06 .frame.list .inner {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

#index .addCont06 .frame.list .frame-head {
	text-align: center;
	padding: 2rem 1.5rem 2rem 1.5rem;
	line-height: 1.4;
	background:var(--color-gradient);
	color:#ffffff;
}

#index .addCont06 .frame.list .frame-head
	a {
    font-size: 20px;
	color: #ffffff;
	background: url(img/arrow_bk.png) no-repeat right;
	background-size: 3rem auto;
	padding: 0.5rem 3rem 0.5rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-decoration: none;
}

#index .addCont06 .frame.list .frame-body {
	padding: 1rem 1rem 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 #ddd2b3;
	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: #d3f3fb;
	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;*/
 content: "";
	padding: 15px 0 0;
	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: url(img/icon_handcoin.png) no-repeat right;
	background-size:cover;
}

#index .addCont07 .top-point
	a {
 display: block;
	width:fit-content;
	padding-right: 3rem;
	background: url(img/arrow_black.png) no-repeat right;
	background-size: 2rem auto;
	text-decoration: none;
}

#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: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin: 3rem auto;
	width: 100%;
	counter-reset: step;
}

#index .addCont08 .frame-wrap .frame.preperation {
	width: calc((100% - 3rem)/2);
	margin: 0 3rem 3rem 0;
	background: var(--color-l-gray);
}

#index .addCont08 .frame-wrap .frame.preperation .frame-img {
	width: 100%;
	height: 195px;
	position: relative;
	z-index: 0;
}

#index .addCont08 .frame-wrap .frame.preperation:nth-child(2n) {
	margin: 0 0 3rem 0;
}

#index .addCont08 .frame-head {
	padding: 3rem 2rem 3rem;
	background: var(--color-l-gray) center bottom no-repeat;
	background-size: 87% auto;
	position: relative;
	z-index: 1;
}

.mo + .btn-web
	a,.mo + .btn-web + .btn-internal a{
 min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#index .addCont08 .frame-head:
	after{
 content:"";
	display: block;
	width:calc(100% - 4rem);
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	border-bottom:1px solid var(--color-d-blue);
}

#index .addCont08 .frame-head
	h3 a{
 font-size:2rem;
	display: block;
	background: url(img/arrow_black.png) no-repeat right;
	background-size: 2rem auto;
	padding-right:3rem;
	text-decoration: none;
}

#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: center;
	padding: 20px 20px 25px 50px;
	text-align: center;
	line-height: 1.4;
}

/*#index .addCont08 .frame .frame-head .sttl.rank::before {
    background: none;
    font-size: 4.4rem;
    color: #fda82b;
    line-height: 1.4;
    left: 1rem;
    counter-increment: step;
    content: counter(step, decimal-leading-zero);
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    padding: 0;
}*/

#index .addCont08 .frame .frame-head .sttl.rank
	a {
    color: #fff;
	font-size: 2rem;
	display: block;
	padding: 0px 35px;
	text-align: center;
	line-height: 1.4;
}

#index .addCont08 .frame-body {
	padding: 1rem 2.5rem;
	position: relative;
}


/*addCont09*/

#index .addCont09 {
	margin: 14rem auto 0;
	position: relative;
	padding-bottom: 6rem;
}

#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: 4px solid #c7f1fb;
	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: #fda82b;
	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: 1.85rem;
	position: relative;
	padding-bottom: 2.5rem;
	line-height: 1.5;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

#index .addCont09 .frame-head .sttl::
	before {
    content: "";
	width: 95px;
	height: 2px;
	background: var(--color-d-blue);
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
}

#index .addCont09 .frame-head .sttl
	a{
 padding-right: 3rem;
	background: url(img/arrow_black.png) no-repeat right;
	background-size: 2rem auto;
	text-decoration: none;
}

#index .addCont09 .frame-body {
	padding: 0 2rem 2rem;
	line-height: 1.6;
}

/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
	background: #f5f5f5;
	margin: 5rem 0;
	padding: 4rem 5rem;
	box-sizing: border-box;
}

.toc_parts .ttl {
	padding: 0 0 0 1rem;
	font-size: 2rem;
	font-weight: bold;
	border-left: 4px solid var(--color-d-blue);
}

#toc {
	margin: 1.5rem 0 0 0;
	padding: 0 2rem 0;
	border-top: 1px solid #58585e;
}
#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: "0" counter(count);
	position: absolute;
	top: 14px;
	left: 0;
	transform: translate(0,-50%);
	color: var(--color-l-blue);
	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;
}
	@media screen and (max-width: 480px) {
    body {
        line-height: 1.7em;
	width: 100%;
	min-width: 100%;
	overflow-x: hidden;
    }
    .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: #9d9d9d;
	/* 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;
    }

 iframe{
	max-width: 100%;
 }
 
    .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 #222222;
    }
    .slider .slider-nav-wrap .slick-next {
	left: 0;
	border-width: 0;
	border-color: transparent #222222 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_next.png) no-repeat;
	width: 20px;
	height: 20px;
	top: 42%;
	right: 2%;
	z-index: 5;
	background-size: 100%;
    }
    .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_prev.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
    }
    .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: 50%;
	right: -5%;
	background: url(img/arrow_black.png) center center no-repeat;
	background-size: 100%;
	width: 10px;
	height: 14px;
    }
    #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: 10;
	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: #222222;
    }
    .header-menu ul li.delete {
	background: var(--color-main) 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-blue) url(./img/arrow_down.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-blue) url(./img/arrow_up.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: #222;
	border-bottom: 1px solid #222222;
    }
    .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 #222;
	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: 40px 0 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;
	color: var(--color-main);
	background: url(img/arrow_black.png) right 12px center no-repeat;
	background-size: 15px auto;
	padding: 10px 40px 10px 4%;
    }
    footer .areaInner .footBox .sttl.tglMenu a {
	background: url(img/arrow_down-blue.png) right 10px center no-repeat;
	background-size: 15px 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 #e6e6e6;
	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: 15px auto;
	color: var(--color-main);
	border-bottom: 1px solid #e6e6e6;
	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: 15px auto;
	color: #222;
	border-bottom: 1px solid #222;
	padding: 10px 40px 10px 8%;
    }
    footer .areaInner .footBox .accChild li.subCat:
	last-child li:last-child a {
        border: none;
    }
    footer .areaInner .footBox .accChild .subList {
	padding: 0;
	margin: 0;
	display: block;
    }
    footer .areaInner .footBox .accChild .subList li {
	display: block;
    }
    footer .areaInner .footBox .accChild .subList li:
	first-child::before {
        content: "";
    }
    footer .areaInner .footBox .accChild .subList li::
	after {
        content: "";
    }
    footer .areaInner .footBox .accChild li.subCat::
	after {
        content: "";
    }
    footer .areaInner .footBox .accChild .subList li a {
	padding: 10px 40px 10px 14%;
	background: url("img/arrow_black.png") right 12px center no-repeat;
	background-size: 6px;
    }
    footer .areaInner .footBox .accChild li::
	after {
        content: "";
    }
    footer .areaInner .footBox .accChild li:
	last-child::after {
        content: "";
    }
    footer .areaInner .noticeArea {
	box-sizing: border-box;
	width: 90%;
	margin: 30px auto 30px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8em;
	color: #222;
    }
    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 {
	color: #fff;
	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,
    #page h2 {
	position: relative;
	margin: 35px 0 20px;
	padding: 1.5rem 2rem 1.5rem 7rem;
	font-size: 2.3rem;
	line-height: 1.4;
    }
    .sitemap h2 a {
	color: #222;
    }
    #category h3,
    #page h3 {
	position: relative;
	margin: 35px 0 20px;
	padding: 10px 15px 8px 60px;
	font-size: 2.1rem;
	line-height: 1.4;
    }
    #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: #222;
    }
    #contents ul li {
	min-height: 12px;
	padding: 0 0 4px 22px;
	font-size: 13px;
    }
    #contents ul li::
	before {
        top: 7px;
    }
    #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 50px;
	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: 3.5rem;
	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;
    }
    tr {}
    #contents table tr {
	display: block;
	margin: 0;
    }
    #contents table tr:
	last-child {
        margin: 0;
    }
    #contents table th {
	color: var(--color-main);
	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.4rem;
    }
    #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 #f2f2f2;
	border-bottom: none;
    }
    #contents table td:
	last-of-type {
        border-bottom: 1px solid #f2f2f2;
    }
    #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: 20px 0;
	padding: 0;
    }
    #contents .float-wrap .float-img {
	margin: 0 0 12px 0;
	padding: 0;
	width: 100%;
    }
 
 #contents .frame.list .float-wrap .center{
	margin-bottom: 0;
 }
 
 #contents .frame.list .float-wrap + .frame-body{
	padding-top: 0;
 }
 
    #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: 30px auto;
	position: relative;
    }

 .thBoxArea .btn-web {
	width: 90%;
	margin: 23px auto 13px;
	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: var(--color-l-blue) url(img/arrow_wt.png) right 15px top 50% no-repeat;
	background-size: 16px auto;
    }
    .btn-web a {
	background: var(--color-orange) url("img/arrow_wt.png") right 10px top 50% no-repeat;
	background-size: 16px auto;
    }
    .btn-tel {
	display: block;
    }
    .btn-tel a {
	background: #bfe853 url("img/icon_tell.png") left 20px top 50% no-repeat;
	background-size: 30px auto;
	color: var(--color-main);
    }
    .btn-internal:
	hover,
    .btn-web:hover,
    .btn-link:hover,
    .btn-tel:hover {
        opacity: 1;
    }
    .btn-tel::
	before,
    .btn-internal::before,
    .btn-web::before {
        top: 5px;
	left: 5px;
    }
    .btn-link a {
	color: var(--color-main);
	font-size: 1.6rem;
	padding: 20px 40px;
	display: block;
	text-align: center;
	position: relative;
	background: #c7f1fb;
	font-weight: bold;
	text-decoration: none;
	border-radius: 50px;
    }
    .btn-link a:
	hover {
        opacity: 0.7;
	color: var(--color-main);
    }
    .btn-link a::
	before {}
    .btn-web a:
	hover {
        opacity: 1;
	background: #fda82b url("img/arrow_wt.png") right 10px top 50% no-repeat;
	background-size: 16px auto;
    }
    .btn-web a:
	hover::before {
        border: 1px solid var(--color-main);
    }
    .btn-internal a:
	hover {
        opacity: 1;
	background: #9be1f4 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: 4rem;
	margin: 0 0 2rem 0!important;
	letter-spacing: 1px;
    }
    #index .frame-wrap {
	display: block;
    }
    #index .frame-wrap .frame {
	width: 100%;
    }
    #index .headArea {
	padding: 0;
	margin-bottom: 3rem;
    }
    #index .addCont08 .headArea {
	width: 100%;
	padding-right: 0;
    }
    #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 4rem;
	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: 3rem 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: 2.2rem;
	margin: 0 -2rem 3rem;
	padding: 25px 10px 25px;
    }
 
 #index .addCont01 .thBoxArea .sBox .comName + h3, #index .addCont01 .thBoxArea .sBox .comName + div{
	font-size:2rem;
 }
 
 .grbg{
	font-size:1.8rem;
 }
 
    #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;
    }
    #index .addCont01 .thBoxArea .sBox .btn-internal a:
	hover {
        background: #71d4ef url(img/arrow_down_f.png) right 3rem top 50% no-repeat;
	opacity: 1;
	background-size: 0.7rem 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: 3rem 0;
	margin: 7rem 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;
    }
    #index .addCont02 .frame-wrap .frame.check:
	last-child {
        margin: 0;
    }
    /*addCont03*/
    #index .addCont03 {
	padding: 3rem 0;
	margin: 3rem auto;
    }
    #index .addCont03 .bgbd {
	padding: 2rem 0;
	width: 100%;
	margin: 4rem auto;
    }
    #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: 5rem auto;
	padding: 1rem 0 0 1.6rem;
	top: 25%;
    }
    #index .addCont03 .bgbd .sTitArea .titM {
	font-size: 2.1rem;
	line-height: 1;
	padding-left: 1rem;
    }
    #index .addCont03 .sTitArea .catch {
	font-size: 2.2rem;
	margin: .5rem 0;
	padding-left: 1rem;
	font-weight: bold;
    }
    #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;
    }
    #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: 1.8rem;
	padding: 1.5rem;
	line-height: 1.6;
    }
    /*addCont05*/
    #index .addCont05 {
	margin: 5rem auto;
    }
    #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 4rem;
    }
    #index .addCont06 .frame-wrap {
	display: block;
	width: 96%;
	margin: 3rem auto;
    }
    #index .addCont06 .frame-wrap .frame.list {
	width: 100%;
	padding: 4px;
	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 4rem;
    }
    #index .addCont08 .addTxt {
	width: 78%;
    }
    #index .addCont08 .headArea::
	after {
        width: 7rem;
	height: 11rem;
	background-size: 7rem auto;
	right: 0rem;
	bottom: -1rem;
    }
    #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;
	font-size: 1.8rem;
    }
    #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;
    }
}

.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 #ddd2b3!important;
}

.c-parts--table
	th {
    background: #f0e6cc;
	font-size: 1.8rem!important;
	color: var(--color-main)!important;
	font-weight: normal;
}

.c-parts--table
	td {
    color: #ef5214;
	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;
    }
  .toc_parts {
	margin: 3rem 0;
	padding: 3rem 2.5rem 2rem;
  }

  .toc_parts .ttl {
	font-size: 1.6rem;
	border-left: 2px solid #6e6e6e;
  }

  #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 .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: var(--color-main);
	padding: 15px 10px;
}

#index .addCont09.to-check .frame-body .opt_price {
	border: 1px solid #f1ecdf;
	color: #ef5214;
	font-size: 23px;
	font-weight: bold;
}

#index .addCont09.to-check .frame-body .opt_price .min_black {
	font-weight: normal;
	color: var(--color-main);
	font-size: 18px}



/*#index.lower-bottom{
 width: 100vw;
 margin-left: calc(50% - 40vw);
}*/






/* ==================
    関連記事
   ================== */
#related-article
	p {
    margin: 0;
}

#related-article.related-article01-frame {
	margin: 50px auto;
	padding: 30px 50px;
	background: var(--color-l-gray);
	position: relative;
}

#related-article .related-article01-title {
	padding: 0 0 0 1rem;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	/* background: url("./img/dummy-icon.png") no-repeat left center;*/
	background-size: 50px auto;
	position: relative;
}

#related-article .related-article01-title
	span {
    font-size: 20px;
	color: #333;
}

#related-article .related-article01-list {
	margin: 15px 0 0 0;
	padding: 0 20px 0;
	border-top: 1px solid #D0D3E0;
	font-weight: 700;
}

#related-article .related-article01-list
	p {
    margin: 0;
}

#related-article .related-article01-list
	li {
    margin: 2rem 0 0;
	padding: 0 0 0 35px;
	font-size: 100%;
	line-height: 1.7;
	position: relative;
}

#related-article .related-article01-list
	li+li {
    margin-top: 10px;
}

#related-article .related-article01-list
	li::before {
    content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: var(--color-l-blue);
	position: absolute;
	top: 6px;
	left: 0;
}

#related-article .related-article01-list
	a {
    display: block;
	text-decoration: none;
}

#related-article .related-article01-list
	a:hover {
    opacity: 0.6;
}

#related-article .relations-box#related-article .relations-box--column {
	display: flex;
	gap: 10px;
}

#related-article .relations-box__pic {
	flex: 0 0 150px;
}
	@media screen and (max-width: 480px) {
    #related-article .related-article01-frame {
        padding: 20px 25px;
	margin: 6rem 1rem 3rem;
    }

    #related-article .related-article01-title span {
	font-size: 16px;
    }

    #related-article .related-article01-list {
	margin: 15px 0 0 0;
	padding: 10px 0 0;
    }

    #related-article .related-article01-list li {
	margin: 10px 0;
	padding: 0 0 0 30px;
	font-size: 15px;
	line-height: 1.6;
    }

    #related-article .related-article01-list li:
	last-child {
        margin-bottom: 0;
    }
 
 /*#index.lower-bottom {
  margin-left: calc(50% - 50vw);
 }*/
 
 #contents .frame.list table th{
	width:100%;
 }
 
 #index .addCont08 .frame-wrap .frame.preperation .frame-img{
	height:auto;
 }
 
 #category h2::
	before, #page h2::before{
  background-size:4rem auto;
 }
 
 .dtl-tag-parts{
	width: calc((100% - 1.5rem * 1) / 2);
	font-size:1.5rem;
	padding:1rem;
 }
 
 .baseBox .accordion_btn, .baseBox .accordion_btn02{
	width:auto;
	max-width: 100%;
 }
 
 #contents + footer,.lower #index .addCont01{
	margin-top: 6rem;
 }
}

.addCont09.to-check {
	display: none;
}

.comName-catch-color, #index .addCont03 .sTitArea .catch
	span.comName-catch-color {
 color:#f7fa57;
	line-height: 1.3;
}

/* ==================
    youtube
   ================== */
	@media screen and (min-width: 481px) {
.video-container {
      position: relative;
	width: 560px;
	height: 315px;
	cursor: pointer;
	margin:0 auto;
}
.video-container .btn-area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	color: white;
	text-shadow: 0 0 10px black;
	pointer-events: none;
}
#contents .float-wrap .video-container .btn-area img {
	width:30%;
}
}
	@media screen and (max-width: 480px) {
.video-container {
      position: relative;
	width: 100%;
	height: auto;
	cursor: pointer;
	margin:0 auto;
}
.video-container .btn-area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	color: white;
	text-shadow: 0 0 10px black;
	pointer-events: none;
}
#contents .float-wrap .video-container .btn-area img {
	width:40%;
}
#slideArea02 iframe {
	width: 100%;
	height: 100%;
}
};
}

#category h2::before,
#page h2::before {
    content: '';
    background: url(img/h3_home.png) no-repeat left 10px center;
	background-size:6rem auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sitemap h2 a {
    color: #222;
}

#category h2 a:hover,
#page h2 a:hover {
    opacity: 0.6;
	cursor: pointer;
}

#category h3,
#page h3 {
    position: relative;
    border-bottom: solid 2px #ebeeef;
    margin: 30px 0 20px;
    padding: 18px 30px 17px 6rem;
    font-size: 2.2rem;
    line-height: 3.5rem;
    background: url(img/low_h4.png) left 5px center no-repeat;
    background-size:4rem auto;
}

#category h3 a,
#page h3 a{
	padding-right: 3rem;
	background: url("img/arrow_black.png") no-repeat right;
    background-size: 2rem auto;
	display: block;
	width: fit-content;
}

#category h3 a:hover,
#page h3 a:hover {
    opacity: 0.6;
	cursor: pointer;
}

#category h6,
#category h4,
#category h5,
#category h6,
#page h4,
#page h5,
#page h6 {
    margin: 35px 0 20px;
    padding: 5px 30px 5px 10px;
    font-size: 2rem;
    border-left: 5px solid var(--color-orange);
}

#category h6 a,
#category h4 a,
#category h5 a,
#category h6 a,
#page h4 a,
#page h5 a,
#page h6 a{
	padding-right: 3rem;
	background: url("img/arrow_black.png") no-repeat right;
    background-size: 2rem auto;
	display: block;
	width: fit-content;
}

#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{
	cursor: pointer;
}

#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 22px;
    position: relative;
}

#contents ul li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-l-blue);
    left: 2px;
    top: 9px;
}

#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-d-blue);
    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: var(--color-main);
    box-sizing: border-box;
    position: relative;
    z-index: 2;
	background: linear-gradient(transparent 60%, var(--color-green) 60%);
}

.baseBox .accordion_btn,
.baseBox .accordion_btn02 {
    position: relative;
    display: block;
    margin: 50px auto;
    padding: 2rem 5rem 2rem 3rem;
    width: 80%;
	max-width: 480px;
    background: var(--color-l-gray);
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4;
    cursor: pointer;
    transition: 0.2s;
	border-radius: 999px;
}

.baseBox .accordion_btn::before,
.baseBox .accordion_btn02::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background:url(img/icon_acbtn_plus.png);
	background-size:auto 100%;
    transition: 0.2s;
    right: 18px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.baseBox .accordion_btn.is-open::before,
.baseBox .accordion_btn02.is-open::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background:url(img/icon_acbtn.png);
	background-size:auto 100%;
    transition: 0.2s;
    right: 18px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.accordion_btn.mokuji_btn span:after{
	content:"目次を開く";
}

.accordion_btn.mokuji_btn.is-open span:after{
	content:"目次を閉じる";
}

.accordion-item {
    display: none;
}

.accordion-item02 {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    opacity: 0;
}

.accordion-item02.is-open {
    max-height: 100%;
    opacity: 1;
}

.mokuji_btn + .accordion-item .toc_parts{
	margin-top: 0;	
}

/* 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: var(--color-main);
    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 30px 2%;
    padding: 15px 40px 15px 40px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    background: #f7f7f7;
}

#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: #222222;
    border-radius: 50%;
    margin: auto 0;
    height: 55px;
    bottom: 0;
    top: 0;
    left: -21px;
    position: absolute;
    background: #fda82b;
    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: auto 55%;
    width: 100px;
    height: 103px;
    left: -24px;
    top: -1px;
    bottom: 0;
    display: block;
    position: absolute;
}

#contents .noCount .check::before {
    content: "";
    background: url(img/check_ico.png) no-repeat left center;
	background-size:auto 50%;
    width: 100px;
    height: 103px;
    margin: auto 0;
	left: -24px;
    top: -1px;
    bottom: 0;
    display: block;
    position: absolute;
}

#contents .noCount .point::before {
    content: "";
    background: url(img/point_ico.png) no-repeat left center;
    background-size: auto 55%;
    width: 100px;
    height: 103px;
    left: -24px;
    top: -1px;
    margin: auto 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: 3rem auto 2rem;
}

#contents table th {
    width: 26%;
    padding: 16px 16px;
    background: #e6e6e6;
    border: 1px solid #f2f2f2;
    border-right: none;
    line-height: 2.2rem;
    text-align: center;
    font-size: 1.5rem;
    color: #302e29;
    word-break: break-all;
}

#contents .frame.list table th{
	width:33%;
    padding: 0.5rem;
    font-size: 1.4rem;

}

#contents .frame.list table td{
	padding:1rem;
}

#contents table tr th {
    border-bottom: 1px solid #fff;
}

#contents .frame.list table{
	margin-bottom: 3rem;
	display: table;
}

#contents table tr:last-child th {
    border-bottom: 1px solid #f2f2f2;
}

#contents table td {
    line-height: 2.2rem;
    padding: 14px 20px;
    border: 1px solid #f2f2f2;
    background: #ffffff;
    font-size: 1.5rem;
    text-align: left;
    word-break: break-all;
}

#contents table td:first-of-type {
    border-left: none;
}

.arrow-btn a{
	font-size:1.5rem;
	font-weight: bold;
	background: url(img/arrow_black.png) no-repeat right;
    background-size: 2rem auto;
    padding: 0 3rem 0 0;
	display: flex;
	justify-content: flex-end;
}

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

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

#contents .frame.list .float-wrap{
	padding:0 1rem;
	margin-bottom: 0;
}

#contents .frame.list .float-wrap .center{
	padding-bottom: 0;
}

#contents .frame.list .float-wrap .center .flame{
	display: flex;
	align-items: center;
}

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

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

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

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

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

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

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

#contents .addCont03 .float-wrap .center{
	width: 60rem;
}

#contents .float-wrap .center.youtube{
	width:auto;
}

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

.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;
    text-align: center;
}


/*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;
}

.dtl-tag-wrapper{
	display: flex;
	gap:1.5rem;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.dtl-tag-parts{
	width:calc((100% - 1.5rem*2)/3);
	background: var(--color-d-blue);
	color:#ffffff;
	padding:1.5rem;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

.dtl-tag-parts-non{
	text-align: center;
	margin: auto;
	margin-top: -1rem;
	margin-bottom: 2rem;
}

.right-other{
	margin-bottom: 2rem;
	text-align: right;
	font-weight: bold;
}

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

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

.btn-internal,
.btn-web {
    width: 552px;
    margin: 35px auto;
    position: relative;
    box-sizing: border-box;
}

.thBoxArea .btn-web {
    width: 552px;
    margin: 23px auto 13px;
    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: 50px;
    text-decoration: none;
}

.btn-internal a {
    background: var(--color-l-blue) url("img/arrow_wt.png") right 4rem top 50% no-repeat;
    background-size: 32px auto;
}

.btn-internal a:hover {
    opacity: 0.6;
}

.btn-internal::before {
    border: 1px solid #657379;
}

.btn-web a {
    background: var(--color-orange) url("img/arrow_wt.png") right 4rem top 50% no-repeat;
}

.btn-web a:hover {
    opacity: 0.6;
}

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

.btn-link a {
    background: url("img/arrow_black.png") 0% 50% no-repeat;
    background-size: 20px auto;
    padding: 4px 0 4px 30px;
    line-height: 1.3;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
    color: #222;
}

.auto {
    margin: 0 auto;
}

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

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

#page.sitemap h2 a {
    color: #222;
}

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

#index .headArea {
    padding: 0 25px;
    text-align: left;
    position: relative;
}

#index .headArea .addTxt {
    color: #222222;
}

#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: 3.4rem;
    line-height: 4.3rem;
    text-align: left;
    font-weight: bold;
    color:var(--color-d-blue);
}

#index .addCont02 .wi1000 .titL {
    margin-bottom: 3rem;
}

#index .wi1000 .titL a {
    color: var(--color-d-blue);
    background: url(img/top_h2.png) no-repeat right 50%;
    background-size: 42px auto;
    padding: 0 70px 0 0;
    text-decoration: none;
}

.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% - 3.5rem);
    background: var(--color-bg-blue);
    pointer-events: none;
    z-index: -1;
    top: 3.5rem;
}

#index .addCont09::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 4rem);
    background: #f8f8f8;
    pointer-events: none;
    z-index: -1;
    top: 3.5rem;
}

#index .addCont09.to-check::before {
    background: #f6fcff;
}

@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: var(--color-d-blue);
}

#index .addCont01 .thBoxArea {
    margin: 40px 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;
	overflow: hidden;
}

#index .addCont01 .thBoxArea .sBox .mo{
	text-align: left;
}

#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: 2.4rem;
    padding: 2rem 1rem 2rem;
    margin: 0px -20px 2rem;
    line-height: 1.2;
    align-items: center;
    display: inline-block;
    position: relative;
    z-index: 1;
	background:var(--color-gradient);
	width:calc(100% + 40px);
	margin-left:-20px;
	color:#ffffff;
	font-weight: bold;
	box-sizing: border-box;
}

#index .addCont01 .thBoxArea .sBox .comName + h3,#index .addCont01 .thBoxArea .sBox .comName + div{
	font-size:2.4rem;
	line-height: 1.2;
	margin-bottom: 2rem;
	font-weight: bold;
}

span.small{
	font-size: 65%;
}

.grbg{
	font-size:1.75rem;
	font-weight: bold;
	background: var(--color-green);
	width:calc(100% + 40px);
	margin-left:-20px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding:1rem;
	box-sizing: border-box;
}

.grbg + p{
	text-align: left;
}

/*#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: var(--color-main);
}

#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: var(--color-main);
    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 #ddd2b3;
    color: var(--color-main);
}

#index .grayArea .gray_txt.orange {
    color: #ef5214;
}

#index .grayArea .gray_txt.black {
    color: var(--color-main);
}

#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 3rem;
}

#index .addCont01 .thBoxArea .sBox .btn-internal a {
    background: var(--color-l-blue) url("img/arrow_wt.png") right 1.5rem top 50% no-repeat;
    background-size: 3rem auto;
}

#index .addCont01 .thBoxArea .sBox .btn-internal.arrow_down a {
    background: var(--color-l-blue) url(img/arrow_down_f.png) right 3rem top 50% no-repeat;
    background-size: 0.7rem auto;
}

#index .addCont01 .thBoxArea .sBox .btn-internal a:hover {
	opacity:0.6;
}

#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 {
    opacity: 0.6;
}

#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: #222;
    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: 3.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: var(--color-main);
    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: var(--color-main);
}

.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: var(--color-main);
}

#contents .lower_boxs .grayArea .gray_txt.red {
    color: #e93558;
}

#contents .grayArea .gray_txt.black {
    color: var(--color-main);
}

.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: var(--color-main) 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;
	gap:6rem 3rem;
    justify-content: flex-start;
    align-items: center;
	flex-wrap: wrap;
    width: 100%;
}

#index .addCont02 .frame-wrap .frame.check {
    width: calc((100% - 3rem * 2)/3);
    position: relative;
}

#index .addCont02 .frame-wrap .frame.check::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0px 15px;
    top: -27px;
}

#index .addCont02 .frame-wrap .frame.check::before {
    background: url(img/ico_wind.png) no-repeat center #fff;
    background-size: contain;
}

/*#index .addCont02 .frame-wrap .frame.check:nth-child(2)::before {
    background: url(img/ico_wind.png) no-repeat center #fff;
    background-size: contain;
}

#index .addCont02 .frame-wrap .frame.check:nth-child(3)::before {
    background: url(img/ico_wind.png) no-repeat center #fff;
    background-size: contain;
}*/

#index .addCont02 .frame-wrap .frame.check .inner {
    border: 4px solid #c7f1fb;
    padding: 5rem 3rem 2rem;
}

#index .addCont02 .frame-wrap .frame-head {
    font-size: 1.85rem;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#index .addCont02 .frame-wrap .frame-head a{
    padding-right: 3rem;
    background: url(img/arrow_black.png) no-repeat right;
    background-size: 2rem auto;
    display: block;
    text-decoration: none;
}

#index .addCont02 .frame-wrap .frame-head::before {
    content: "";
    width: 58px;
    height: 5px;
    background: var(--color-l-blue);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}


/*addCont03*/

#index .addCont03 {
    margin: 16rem auto 8rem;
    counter-reset: company;
    width: 100%;
    overflow: hidden;
}

#index .addCont03 .titArea .titLArea {
    margin: 10px auto 50px;
}

#index .addCont03 .bgbd {
    background: var(--color-bg-blue);
    padding: 47px 0 60px 0;
    width: 125%;
    margin: 7rem -12.5% 2rem;
}

#index .addCont03 .bgbd .slideinner {
    margin-bottom: 2rem;
}

#index .addCont03 .sTitArea .titM {
    font-size: 3rem;
    text-align: left;
    line-height: 1.4;
}

#index .addCont03 .bgbd .sTitArea {
    position: relative;
    padding: 19px 0 19px 34rem;
    box-sizing: border-box;
    margin: 0 0 80px -17%;
    border-radius: 19px;
    background: var(--color-gradient);
}

#index .addCont03 .bgbd .sTitArea h3{
	color:#ffffff;
}

#index .addCont03 .bgbd .sTitArea::before {
    counter-increment: company;
    content: counter(company, decimal-leading-zero);
    position: absolute;
    left: 17%;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    top: 22%;
    width: 10rem;
    height: 10rem;
    font-size: 4.2rem;
    padding: 1.8% 0 0 3%;
    color: #38cbee;
    background: url("img/icon_num_com.png") top left no-repeat;
    background-size: 80px auto;
}

#index .addCont03 .sTitArea .catch {
    font-size: 3.2rem;
    margin: 1rem 0 .5rem;
	color:#ffffff;
}

#index .addCont03 .sTitArea .catch span{
	color:#ffffff;
	background:none;
}

#index .addCont03 .subBox02 {
    margin: 0 auto 50px;
}

#index .addCont03 .sTit-wrap {
    border-left: 8px solid var(--color-d-blue);
    padding: 1px 20px;
    margin: 50px 0 40px 0;
}

#index .addCont03 h4.sTit {
    font-size: 3rem;
    line-height: 1.4;
}

#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: var(--color-main);
    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: 4rem 0 7rem;
}

#index .addCont03 .subBox03 .frame.kutikomi {
    /*width: calc((100% - 10%)/3);*/
	width:100%;
    background: #ffffff;
    margin-right: 5%;
    padding: 73px 20px 25px;
    border-radius: 15px;
    box-sizing: border-box;
}

#index .addCont03 .subBox03.another .frame.kutikomi {
    padding-top: 20px;
    /*background: #e1e5ed;*/
}

#index .addCont03 .subBox03 .frame.kutikomi:nth-child(3) {
    margin-right: 0;
}

#index .addCont03 .subBox03 .frame.kutikomi .frame-head {
    font-size: 1.8rem;
    color: var(--color-d-blue);
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom:1px solid var(--color-d-gray);
    text-align: center;
}

#index .addCont03 .subBox03 .frame.kutikomi.seismic .frame-head {
	justify-content:center;
}

#index .addCont03 .subBox03 .frame.kutikomi .frame-head .frame-head--big {
    font-size: 2.4rem;
    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: 1rem;
    left: 0;
    right: 0;
    content: "";
    width: 70px;
    height: 60px;
    display: inline-block;
    margin: auto;
}

#index .addCont03 .subBox03 .frame.kutikomi.seismic:before {
    background: url(img/seismic_resistance.png) no-repeat center;
	background-size:80% auto;
}

/*#index .addCont03 .subBox03 .frame.kutikomi.security:before {
    background: url(img/security.png) no-repeat center;
}

#index .addCont03 .subBox03 .frame.kutikomi.facility:before {
    background: url(img/facility.png) no-repeat center;
}*/

#index .addCont03 .subBox03 .frame-body {
    /* padding: 2.5rem; */
}

#index .addCont03 .subBox04 .infoBox table th {
    background: #e6e6e6;
    border-bottom: 1px solid #fff;
}

#index .addCont03 .subBox04 .infoBox table tr:last-child th {
    border-bottom: 1px solid #f2f2f2;
}


/*addCont05*/

#index .addCont05 {
    margin: 14rem auto 8rem;
    position: relative;
}

#index .addCont05::after {
    content: "";
    display: block;
    width: 86.5%;
    position: absolute;
    background: #efe7d0;
    right: 0;
    top: 2.5rem;
    height: calc(100% - 13rem);
    z-index: -1;
    pointer-events: none;
}

#index .addCont05 .blueBox {
    position: relative;
}

#index .addCont05 .blueBox .subBox {
    border: solid 1px #efe7d0;
    position: relative;
    background: #fff;
    padding: 20px;
    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 0 22px;
    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: 2.3rem;
    color: var(--color-main);
    margin: 0 0 15px;
    line-height: 1.8;
}

#index .addCont05 .blueBox .subBox .titLArea .sTit a {
    color: #222222;
    display: block;
    background: url(img/link.icon.png) no-repeat bottom;
    background-size: 100% auto;
    padding: 10px 0 35px;
    line-height: 1.5;
}

#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: #222;
}


/*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: 4px;
    box-sizing: border-box;
    margin: 0 1.5rem 3rem 0;
    border-radius: 13px;
}

#index .addCont06 .frame-wrap.guide .frame.list {
    background: #d3f3fb;
}

#index .addCont06 .frame-wrap .frame.list:nth-child(3n) {
    margin: 0 0 3rem 0;
}

#index .addCont06 .frame.list .inner {
    background: #fff;
    border-radius: 10px;
	overflow: hidden;
}

#index .addCont06 .frame.list .frame-head {
    text-align: center;
    padding: 2rem 1.5rem 2rem 1.5rem;
    line-height: 1.4;
	background:var(--color-gradient);
	color:#ffffff;
}

#index .addCont06 .frame.list .frame-head a {
    font-size: 20px;
    color: #ffffff;
    background: url(img/arrow_bk.png) no-repeat right;
    background-size: 3rem auto;
    padding: 0.5rem 3rem 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
}

#index .addCont06 .frame.list .frame-body {
	padding: 1rem 1rem 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 #ddd2b3;
    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: #d3f3fb;
    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;*/
	content: "";
    padding: 15px 0 0;
    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: url(img/icon_handcoin.png) no-repeat right;
	background-size:cover;
}

#index .addCont07 .top-point a {
	display: block;
	width:fit-content;
	padding-right: 3rem;
	background: url(img/arrow_black.png) no-repeat right;
	background-size: 2rem auto;
	text-decoration: none;
}

#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: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin: 3rem auto;
    width: 100%;
    counter-reset: step;
}

#index .addCont08 .frame-wrap .frame.preperation {
    width: calc((100% - 3rem)/2);
    margin: 0 3rem 3rem 0;
    background: var(--color-l-gray);
}

#index .addCont08 .frame-wrap .frame.preperation .frame-img {
    width: 100%;
    height: 195px;
    position: relative;
    z-index: 0;
}

#index .addCont08 .frame-wrap .frame.preperation:nth-child(2n) {
    margin: 0 0 3rem 0;
}

#index .addCont08 .frame-head {
    padding: 3rem 2rem 3rem;
    background: var(--color-l-gray) center bottom no-repeat;
    background-size: 87% auto;
    position: relative;
    z-index: 1;
}

.mo + .btn-web a,.mo + .btn-web + .btn-internal a{
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#index .addCont08 .frame-head:after{
	content:"";
	display: block;
	width:calc(100% - 4rem);
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	border-bottom:1px solid var(--color-d-blue);
}

#index .addCont08 .frame-head h3 a{
	font-size:2rem;
	display: block;
	background: url(img/arrow_black.png) no-repeat right;
	background-size: 2rem auto;
	padding-right:3rem;
	text-decoration: none;
}

#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: center;
    padding: 20px 20px 25px 50px;
    text-align: center;
    line-height: 1.4;
}

/*#index .addCont08 .frame .frame-head .sttl.rank::before {
    background: none;
    font-size: 4.4rem;
    color: #fda82b;
    line-height: 1.4;
    left: 1rem;
    counter-increment: step;
    content: counter(step, decimal-leading-zero);
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    padding: 0;
}*/

#index .addCont08 .frame .frame-head .sttl.rank a {
    color: #fff;
    font-size: 2rem;
    display: block;
    padding: 0px 35px;
    text-align: center;
    line-height: 1.4;
}

#index .addCont08 .frame-body {
    padding: 1rem 2.5rem;
    position: relative;
}


/*addCont09*/

#index .addCont09 {
    margin: 14rem auto 0;
    position: relative;
	padding-bottom: 6rem;
}

#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: 4px solid #c7f1fb;
    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: #fda82b;
    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: 1.85rem;
    position: relative;
    padding-bottom: 2.5rem;
    line-height: 1.5;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

#index .addCont09 .frame-head .sttl::before {
    content: "";
    width: 95px;
    height: 2px;
    background: var(--color-d-blue);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}

#index .addCont09 .frame-head .sttl a{
	padding-right: 3rem;
    background: url(img/arrow_black.png) no-repeat right;
    background-size: 2rem auto;
	text-decoration: none;
}

#index .addCont09 .frame-body {
    padding: 0 2rem 2rem;
    line-height: 1.6;
}

/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
  background: #f5f5f5;
  margin: 5rem 0;
  padding: 4rem 5rem;
  box-sizing: border-box;
}

.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 4px solid var(--color-d-blue);
}

#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #58585e;
}
#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: "0" counter(count);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0,-50%);
  color: var(--color-l-blue);
  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;
}

@media screen and (max-width: 480px) {
    body {
        line-height: 1.7em;
        width: 100%;
        min-width: 100%;
        overflow-x: hidden;
    }
    .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: #9d9d9d;
        /* 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;
    }

	iframe{
		max-width: 100%;
	}
	
    .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 #222222;
    }
    .slider .slider-nav-wrap .slick-next {
        left: 0;
        border-width: 0;
        border-color: transparent #222222 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_next.png) no-repeat;
        width: 20px;
        height: 20px;
        top: 42%;
        right: 2%;
        z-index: 5;
        background-size: 100%;
    }
    .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_prev.png) no-repeat;
        background-size: 100%;
        width: 20px;
        height: 20px;
    }
    .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: 50%;
        right: -5%;
        background: url(img/arrow_black.png) center center no-repeat;
        background-size: 100%;
        width: 10px;
        height: 14px;
    }
    #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: 10;
        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: #222222;
    }
    .header-menu ul li.delete {
        background: var(--color-main) 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-blue) url(./img/arrow_down.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-blue) url(./img/arrow_up.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: #222;
        border-bottom: 1px solid #222222;
    }
    .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 #222;
        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: 40px 0 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;
        color: var(--color-main);
        background: url(img/arrow_black.png) right 12px center no-repeat;
        background-size: 15px auto;
        padding: 10px 40px 10px 4%;
    }
    footer .areaInner .footBox .sttl.tglMenu a {
        background: url(img/arrow_down-blue.png) right 10px center no-repeat;
        background-size: 15px 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 #e6e6e6;
        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: 15px auto;
        color: var(--color-main);
        border-bottom: 1px solid #e6e6e6;
        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: 15px auto;
        color: #222;
        border-bottom: 1px solid #222;
        padding: 10px 40px 10px 8%;
    }
    footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
        border: none;
    }
    footer .areaInner .footBox .accChild .subList {
        padding: 0;
        margin: 0;
        display: block;
    }
    footer .areaInner .footBox .accChild .subList li {
        display: block;
    }
    footer .areaInner .footBox .accChild .subList li:first-child::before {
        content: "";
    }
    footer .areaInner .footBox .accChild .subList li::after {
        content: "";
    }
    footer .areaInner .footBox .accChild li.subCat::after {
        content: "";
    }
    footer .areaInner .footBox .accChild .subList li a {
        padding: 10px 40px 10px 14%;
        background: url("img/arrow_black.png") right 12px center no-repeat;
        background-size: 6px;
    }
    footer .areaInner .footBox .accChild li::after {
        content: "";
    }
    footer .areaInner .footBox .accChild li:last-child::after {
        content: "";
    }
    footer .areaInner .noticeArea {
        box-sizing: border-box;
        width: 90%;
        margin: 30px auto 30px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8em;
        color: #222;
    }
    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 {
        color: #fff;
        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,
    #page h2 {
        position: relative;
        margin: 35px 0 20px;
        padding: 1.5rem 2rem 1.5rem 7rem;
        font-size: 2.3rem;
        line-height: 1.4;
    }
    .sitemap h2 a {
        color: #222;
    }
    #category h3,
    #page h3 {
        position: relative;
        margin: 35px 0 20px;
        padding: 10px 15px 8px 60px;
        font-size: 2.1rem;
        line-height: 1.4;
    }
    #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: #222;
    }
    #contents ul li {
        min-height: 12px;
        padding: 0 0 4px 22px;
        font-size: 13px;
    }
    #contents ul li::before {
        top: 7px;
    }
    #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 50px;
        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: 3.5rem;
        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;
    }
    tr {}
    #contents table tr {
        display: block;
        margin: 0;
    }
    #contents table tr:last-child {
        margin: 0;
    }
    #contents table th {
        color: var(--color-main);
        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.4rem;
    }
    #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 #f2f2f2;
        border-bottom: none;
    }
    #contents table td:last-of-type {
        border-bottom: 1px solid #f2f2f2;
    }
    #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: 20px 0;
        padding: 0;
    }
    #contents .float-wrap .float-img {
        margin: 0 0 12px 0;
        padding: 0;
        width: 100%;
    }
	
	#contents .frame.list .float-wrap .center{
		margin-bottom: 0;
	}
	
	#contents .frame.list .float-wrap + .frame-body{
		padding-top: 0;
	}
	
    #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: 30px auto;
        position: relative;
    }

	.thBoxArea .btn-web {
        width: 90%;
        margin: 23px auto 13px;
        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: var(--color-l-blue) url(img/arrow_wt.png) right 15px top 50% no-repeat;
        background-size: 16px auto;
    }
    .btn-web a {
        background: var(--color-orange) url("img/arrow_wt.png") right 10px top 50% no-repeat;
        background-size: 16px auto;
    }
    .btn-tel {
        display: block;
    }
    .btn-tel a {
        background: #bfe853 url("img/icon_tell.png") left 20px top 50% no-repeat;
        background-size: 30px auto;
        color: var(--color-main);
    }
    .btn-internal:hover,
    .btn-web:hover,
    .btn-link:hover,
    .btn-tel:hover {
        opacity: 1;
    }
    .btn-tel::before,
    .btn-internal::before,
    .btn-web::before {
        top: 5px;
        left: 5px;
    }
    .btn-link a {
        color: var(--color-main);
        font-size: 1.6rem;
        padding: 20px 40px;
        display: block;
        text-align: center;
        position: relative;
        background: #c7f1fb;
        font-weight: bold;
        text-decoration: none;
        border-radius: 50px;
    }
    .btn-link a:hover {
        opacity: 0.7;
        color: var(--color-main);
    }
    .btn-link a::before {}
    .btn-web a:hover {
        opacity: 1;
        background: #fda82b url("img/arrow_wt.png") right 10px top 50% no-repeat;
        background-size: 16px auto;
    }
    .btn-web a:hover::before {
        border: 1px solid var(--color-main);
    }
    .btn-internal a:hover {
        opacity: 1;
        background: #9be1f4 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: 4rem;
        margin: 0 0 2rem 0!important;
        letter-spacing: 1px;
    }
    #index .frame-wrap {
        display: block;
    }
    #index .frame-wrap .frame {
        width: 100%;
    }
    #index .headArea {
        padding: 0;
        margin-bottom: 3rem;
    }
    #index .addCont08 .headArea {
        width: 100%;
        padding-right: 0;
    }
    #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 4rem;
        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: 3rem 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: 2.2rem;
        margin: 0 -2rem 3rem;
        padding: 25px 10px 25px;
    }
	
	#index .addCont01 .thBoxArea .sBox .comName + h3, #index .addCont01 .thBoxArea .sBox .comName + div{
		font-size:2rem;
	}
	
	.grbg{
		font-size:1.8rem;
	}
	
    #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;
    }
    #index .addCont01 .thBoxArea .sBox .btn-internal a:hover {
        background: #71d4ef url(img/arrow_down_f.png) right 3rem top 50% no-repeat;
        opacity: 1;
        background-size: 0.7rem 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: 3rem 0;
        margin: 7rem 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;
    }
    #index .addCont02 .frame-wrap .frame.check:last-child {
        margin: 0;
    }
    /*addCont03*/
    #index .addCont03 {
        padding: 3rem 0;
        margin: 3rem auto;
    }
    #index .addCont03 .bgbd {
        padding: 2rem 0;
        width: 100%;
        margin: 4rem auto;
    }
    #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: 5rem auto;
        padding: 1rem 0 0 1.6rem;
        top: 25%;
    }
    #index .addCont03 .bgbd .sTitArea .titM {
        font-size: 2.1rem;
        line-height: 1;
        padding-left: 1rem;
    }
    #index .addCont03 .sTitArea .catch {
        font-size: 2.2rem;
        margin: .5rem 0;
        padding-left: 1rem;
        font-weight: bold;
    }
    #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;
    }
    #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: 1.8rem;
        padding: 1.5rem;
        line-height: 1.6;
    }
    /*addCont05*/
    #index .addCont05 {
        margin: 5rem auto;
    }
    #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 4rem;
    }
    #index .addCont06 .frame-wrap {
        display: block;
        width: 96%;
        margin: 3rem auto;
    }
    #index .addCont06 .frame-wrap .frame.list {
        width: 100%;
        padding: 4px;
        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 4rem;
    }
    #index .addCont08 .addTxt {
        width: 78%;
    }
    #index .addCont08 .headArea::after {
        width: 7rem;
        height: 11rem;
        background-size: 7rem auto;
        right: 0rem;
        bottom: -1rem;
    }
    #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;
        font-size: 1.8rem;
    }
    #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;
    }
}

.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 #ddd2b3!important;
}

.c-parts--table th {
    background: #f0e6cc;
    font-size: 1.8rem!important;
    color: var(--color-main)!important;
    font-weight: normal;
}

.c-parts--table td {
    color: #ef5214;
    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;
    }
  .toc_parts {
    margin: 3rem 0;
    padding: 3rem 2.5rem 2rem;
  }

  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left: 2px solid #6e6e6e;
  }

  #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 .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: var(--color-main);
    padding: 15px 10px;
}

#index .addCont09.to-check .frame-body .opt_price {
    border: 1px solid #f1ecdf;
    color: #ef5214;
    font-size: 23px;
    font-weight: bold;
}

#index .addCont09.to-check .frame-body .opt_price .min_black {
    font-weight: normal;
    color: var(--color-main);
    font-size: 18px
}



/*#index.lower-bottom{
	width: 100vw;
	margin-left: calc(50% - 40vw);
}*/






/* ==================
    関連記事
   ================== */
#related-article p {
    margin: 0;
}

#related-article.related-article01-frame {
    margin: 50px auto;
    padding: 30px 50px;
    background: var(--color-l-gray);
    position: relative;
}

#related-article .related-article01-title {
    padding: 0 0 0 1rem;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
   /* background: url("./img/dummy-icon.png") no-repeat left center;*/
    background-size: 50px auto;
    position: relative;
}

#related-article .related-article01-title span {
    font-size: 20px;
    color: #333;
}

#related-article .related-article01-list {
    margin: 15px 0 0 0;
    padding: 0 20px 0;
    border-top: 1px solid #D0D3E0;
    font-weight: 700;
}

#related-article .related-article01-list p {
    margin: 0;
}

#related-article .related-article01-list li {
    margin: 2rem 0 0;
    padding: 0 0 0 35px;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

#related-article .related-article01-list li+li {
    margin-top: 10px;
}

#related-article .related-article01-list li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--color-l-blue);
    position: absolute;
    top: 6px;
    left: 0;
}

#related-article .related-article01-list a {
    display: block;
    text-decoration: none;
}

#related-article .related-article01-list a:hover {
    opacity: 0.6;
}

#related-article .relations-box#related-article .relations-box--column {
    display: flex;
    gap: 10px;
}

#related-article .relations-box__pic {
    flex: 0 0 150px;
}

@media screen and (max-width: 480px) {
    #related-article .related-article01-frame {
        padding: 20px 25px;
        margin: 6rem 1rem 3rem;
    }

    #related-article .related-article01-title span {
        font-size: 16px;
    }

    #related-article .related-article01-list {
        margin: 15px 0 0 0;
        padding: 10px 0 0;
    }

    #related-article .related-article01-list li {
        margin: 10px 0;
        padding: 0 0 0 30px;
        font-size: 15px;
        line-height: 1.6;
    }

    #related-article .related-article01-list li:last-child {
        margin-bottom: 0;
    }
	
	/*#index.lower-bottom {
		margin-left: calc(50% - 50vw);
	}*/
	
	#contents .frame.list table th{
		width:100%;
	}
	
	#index .addCont08 .frame-wrap .frame.preperation .frame-img{
		height:auto;
	}
	
	#category h2::before, #page h2::before{
		background-size:4rem auto;
	}
	
	.dtl-tag-parts{
		width: calc((100% - 1.5rem * 1) / 2);
		font-size:1.5rem;
		padding:1rem;
	}
	
	.baseBox .accordion_btn, .baseBox .accordion_btn02{
		width:auto;
		max-width: 100%;
	}
	
	#contents + footer,.lower #index .addCont01{
		margin-top: 6rem;
	}
}

.addCont09.to-check {
  display: none;
}

.comName-catch-color, #index .addCont03 .sTitArea .catch span.comName-catch-color {
	color:#f7fa57;
	line-height: 1.3;
}

/* ==================
    youtube
   ================== */
@media screen and (min-width: 481px) {
.video-container {
      position: relative;
      width: 560px;
      height: 315px;
      cursor: pointer;
      margin:0 auto;
}
.video-container .btn-area {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 60px;
      color: white;
      text-shadow: 0 0 10px black;
      pointer-events: none;
}
#contents .float-wrap .video-container .btn-area img {
	width:30%;
}
}

@media screen and (max-width: 480px) {
.video-container {
      position: relative;
      width: 100%;
      height: auto;
      cursor: pointer;
      margin:0 auto;
}
.video-container .btn-area {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 60px;
      color: white;
      text-shadow: 0 0 10px black;
      pointer-events: none;
}
#contents .float-wrap .video-container .btn-area img {
	width:40%;
}
#slideArea02 iframe {
	width: 100%;
    height: 100%;
}
}

