@charset "UTF-8";

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

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

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

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

body {
  width: 100%;
  background: #fff;
  min-width: 320px;
  color: #111;
  text-align: left;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.9;
  font-family: "Noto Sans JP", "M PLUS 1p", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "sans-serif";
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  word-break: break-word;
}

ul,
ol,
dl,
li,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

a:hover img {
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt" 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


/* Micro clearfix */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

.flImg {
  float: left;
}

.frImg {
  float: right;
}

.fontBold {
  font-weight: 700;
}

.sp {
  display: none;
}

.sp_br {
  display: none;
}

.pc_br {
  display: block;
}

/*--------------------------------------
Header
---------------------------------------*/
#header {
  position: relative;
  z-index: 1;
}

#headTopArea {
  padding: 6px 0;
  width: 1000px;
  margin: 0 auto;
}

#headTopArea div,
#headTopArea h1 {
  margin: 0 auto;
  text-align: right;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.2;
  font-weight: 400;
  color: #777;
}

#headTopArea div:before,
#headTopArea h1:before {
  content: "PR";
  display: inline-block;
  background: #111;
  color: #fff;
  text-align: center;
  width: 2rem;
  margin-right: 0.5rem;
  font-size: 1rem;
  padding: 0.15rem;
}

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

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

#headNoteArea {
  border-bottom: 2px solid #111;
}

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

#headNoteArea .logo img {
  width: auto;
  height: 60px;
}

/*--------------------------------------
Global Nav
---------------------------------------*/
#g-nav {
  background: #f0f4f9;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
}

#g-nav .areaInner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

#g-nav .dropmenu {
  width: 100%;
  display: table;
  position: relative;
}

#g-nav .dropmenu::after {
  content: "";
  height: auto;
  width: 2px;
  background-color: #111;
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
}

#g-nav .areaInner .navBox {
  display: table-cell;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

#g-nav .areaInner .navBox::after {
  content: "";
  height: auto;
  width: 2px;
  background-color: #111;
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
}

#g-nav .areaInner .navBox .sttl {
  display: block;
  cursor: pointer;
  padding: 19px 0;
  text-decoration: none;
  line-height: 1.3;
  font-size: 14px;
  font-size: 1.4rem;
}

#g-nav .areaInner .navBox .sttl a {
  position: relative;
  text-decoration: none;
  color: #111;
  font-size: 1.4rem;
  font-weight: 700;
}

#g-nav .areaInner .navBox:hover .sttl a {
  color: #fff;
  opacity: 1;
}

.dropmenu li {
  position: relative;
}

.dropmenu li a {
  display: block;
}

.dropmenu>li:hover .sttl {
  background: #222222;
}

.dropmenu>li:hover .sttl a {
  color: #fff;
}

.dropmenu li ul {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
}

.dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: 0.2s;
}

.dropmenu li ul li a {
  padding: 14px 20px 14px 15px;
  background: url(img/arrow_wt.png) right 10px center no-repeat rgba(34, 34, 34, 0.9);
  background-size: 6px auto;
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 400;
}

/* 第1階層 hover */
.dropmenu>li:hover li:hover>a {
  background: url(img/arrow_wt.png) right 10px center no-repeat #444444;
  background-size: 6px auto;
}

.dropmenu>li:hover>ul>li {
  overflow: visible;
  height: 100%;
}

.dropmenu li ul li ul {
  top: 0;
  left: 100%;
}

.dropmenu li:last-child ul li ul {
  left: -100%;
  left: 100%;
  width: 100%;
}

.dropmenu li ul li:hover>ul>li {
  overflow: visible;
  height: 100%;
}

/* 第2階層  */
.dropmenu li ul li ul li a {
  background: url(img/arrow_wt.png) right 10px center no-repeat #444444;
  background-size: 6px auto;
}

/* 第2階層 hover */
.dropmenu li:hover ul li ul li a:hover {
  background: url(img/arrow_wt.png) right 10px center no-repeat black;
  background-size: 6px auto;
}

/* 第1階層親要素 hover */
.dropmenu li ul.hvChild .subCat>a {
  background: url(img/arrow_next.png) right 6px center no-repeat rgba(34, 34, 34, 0.9);
  background-size: 14px auto;
}

.dropmenu>li:hover li.subCat:hover>a {
  background: url(img/arrow_next.png) right 6px center no-repeat #444444;
  background-size: 14px auto;
}

/*--------------------------------------
Pankuzu
---------------------------------------*/
#pankuzu {
  width: 968px;
  margin: 0 auto;
  padding: 12px 16px;
  font-size: 1.2rem;
  color: #111;
}

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

/*--------------------------------------
Main Contents
---------------------------------------*/
#contents {
  overflow-x: hidden;
}

.category,
.page {
  width: 1000px;
  margin: 4rem auto 0;
  padding: 0;
}

.mappage {
  overflow: hidden;
}

/*--------------------------------------
Footer
---------------------------------------*/
#page-top {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 10;
}

#page-top img {
  width: 60px;
}

#page-top:hover img {
  display: none;
}

#page-top:hover {
  background: url("img/pagetop_h.png") no-repeat top left;
  background-size: 60px auto;
}

footer {
  background: #f5f5f5;
  margin: 0;
}

footer .areaInner {
  width: 940px;
  margin: 0 auto;
  padding: 40px 30px 20px;
}

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

footer .footBox .sttl {
  margin: 0 0 12px;
  padding: 0 0 10px;
  border-bottom: solid 1px #00b277;
  color: #00b277;
}

footer .footBox .sttl a {
  display: block;
  padding: 4px 20px;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.3;
}

footer .smap .sttl a {
  font-size: 1.5rem;
}

footer .footBox>ul {
  padding: 0 20px;
}

footer .footBox li {
  display: inline-block;
  color: #111;
}

footer .footBox li:first-child {
  display: none;
}

footer .footBox li a {
  font-size: 1.3rem;
  text-decoration: underline;
}

footer .footBox li:after {
  content: "　/　";
  color: #111;
}

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

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

footer .footBox ul.subList {
  display: inline-block;
  margin: 0 20px 0 0;
}

footer .footBox ul.subList>li:first-child::before {
  content: "";
  margin: 0 0 0 15px;
}

footer .footBox ul.subList li:after {
  content: " / ";
  color: #555;
}

footer .footBox ul.subList li:last-child::after {
  content: "";
}

footer .noticeArea {
  padding: 20px 60px 24px;
}

footer .noticeArea p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
}

footer .botArea {
  background: #00b277;
}

footer .botArea .botInner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

footer .botArea p {
  padding: 13px 14px 14px;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}

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

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

footer .botArea .copy {
  width: 80%;
}

footer .botArea .smap {
  background: url("./img/arrow_wt.png") right 50% no-repeat;
  background-size: auto 12px;
  padding-right: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.3;
  width: 20%;
  text-align: right;
}

/* ================== */
/*  PC共通パーツ　*/
/* ================== */
/* heading */
.index h2,
.area h1,
.area h2,
.category h1,
.page h1 {
  margin: 0 0 30px;
  background: #00b277 url("img/ttl_bg.png") no-repeat right center;
  background-size: 140px auto;
  padding: 16px 40px;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  position: relative;
}

.index h3,
.area h3,
.category h2,
.page h2 {
  margin: 0 0 30px;
  background-color: #fefbc8;
  padding: 20px 40px 20px 21px;
  border-left: solid 9px #00b277;
  font-size: 2.8rem;
}

.index h4,
.area h4,
.category h3,
.page h3 {
  margin: 40px 0 30px;
  padding: 17px 30px;
  border-top: #00b277 solid 2px;
  border-bottom: #00b277 solid 2px;
  font-size: 2.4rem;
  color: #111;
}

.index h5,
.index h6,
.area h5,
.area h6,
.category h4,
.category h5,
.category h6,
.page h4,
.page h5,
.page h6 {
  margin: 40px 0 30px;
  padding: 15px 30px;
  background: url(./img/dotline1.png) 0 100% repeat-x;
  font-size: 2.2rem;
  /* color: #198f6b; */
}

.category h4 {
  margin-top: 56px;
}

.index h6,
.area h6,
.category h5,
.category h6,
.page h5,
.page h6 {
  margin: 40px 0 30px;
  padding: 15px 30px;
  font-size: 1.8rem;
  color: #111;
  border-bottom: solid 2px #111;
  background: none;
}

#main h2 a,
#main h3 a,
#main h4 a,
#main h5 a,
#main h6 a {
  display: inline-block;
  background: url("img/arrow_bk.png") no-repeat right 50%;
  background-size: auto 18px;
  padding-right: 30px;
  display: block;
}



#main h2 a {
  display: inline-block;
  background: url(./img/arrow_wt.png)  no-repeat right 50%;
  background-size: auto 18px;
  padding-right: 30px;
  display: block;
}



/* list */
#main ul {
  margin: 20px;
  padding: 10px 0 0;
}

#main ul li {
  position: relative;
  padding: 0 0 3px 18px;
}

#main ul li::before {
  position: absolute;
  content: "";
  background: #00b277;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 0;
}

#main p {
  margin: 20px 0;
}

/* table */
#main table {
  width: 96%;
  margin: 30px auto 30px;
}

#main table th {
  width: 26%;
  padding: 14px 16px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  line-height: 1.3;
  text-align: center;
  word-break: break-all;
}

#main table td {
  line-height: 1.4;
  padding: 14px 20px;
  border: 1px solid #ddd;
  text-align: left;
  word-break: break-all;
}

/* caotion */
.caption {
  margin: 8px 0;
  font-size: 1rem;
  line-height: 1.3;
  word-break: break-all;
  color: #999;
  text-align: center;
}

.caption a {
  text-decoration: underline;
}

/* 強調 */
#main p span {
  font-weight: 700;
  color: #e85e20;
  font-size: 1.8rem;
}

#main p span.marker {
  color: #198f6b;
  font-size: 1.8rem;
  font-weight: 700;
  background: -moz-linear-gradient(top, rgba(252, 239, 72, 0) 0%, rgba(252, 239, 72, 0) 19%, #fcef48 20%, #fcef48 100%);
  background: -webkit-linear-gradient(top, rgba(252, 239, 72, 0) 0%, rgba(252, 239, 72, 0) 19%, #fcef48 20%, #fcef48 100%);
  background: linear-gradient(to bottom, rgba(252, 239, 72, 0) 0%, rgba(252, 239, 72, 0) 19%, #fefbc8 20%, #fefbc8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcef48", endColorstr="#fcef48", GradientType=0);
}

/* check,point,recommend */
#main .check,
#main .point,
#main .recommend {
  position: relative;
  box-sizing: border-box;
  margin: 6rem 2rem 2rem 3rem;
  padding: 1.9rem 2rem 1.9rem 4rem;
  background: #e5f7f1;
  border: solid 2px #118c66;
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  color: #111;
}

#main .check::before,
#main .point::before,
#main .recommend::before {
  content: "";
  display: block;
  width: 57px;
  height: 23px;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#main .check::before,
#main .point::before{
    font-size: 1.3rem;
  text-align: center;
  padding-top: 0.6rem;
    background: #ff9c4d;
  color: #FFF;
}

#main .check::before {
  content: "CHECK";
  /* background-image: url("img/icon_point.jpg"); */
  /* background-size: 57px auto; */
}

#main .point::before {
  content: "POINT";
  /* background-image: url("img/icon_point.jpg"); */
  /* background-size: 57px auto; */
}

#main .recommend::before {
  background-image: url("img/icon_recommend.jpg");
  background-size: 57px auto;
}

#main .check a,
#main .point a,
#main .recommend a {
  display: block;
  background: url(img/arrow_gr.png) no-repeat right 50%;
  background-size: auto 18px;
  padding-right: 3rem;
}

/* float-wrap */
#main .float-wrap {
  margin: 20px 0;
  padding: 0 20px;
}

#main .float-wrap img {
  width: 100%;
  height: auto;
}

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

#main .float-wrap .fl {
  width: 320px;
  padding: 0 20px 10px 0;
  text-align: center;
}

#main .float-wrap .fr {
  width: 320px;
  padding: 0 0 10px 20px;
  text-align: center;
}

#main .float-wrap .ct {
  width: 320px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}

/*  btns*/
#main .btn-internal,
#main .btn-web {
  margin: 30px auto;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt" 1;
}

#main .btn-internal a {
  box-sizing: border-box;
  width: 85%;
  max-width: 500px;
  display: inline-block;
  padding: 18px 40px;
  border-radius: 10px;
  background: url(./img/arrow_wt.png) 97% 50% no-repeat #108b66;
  background-size: auto 18px;
  overflow: hidden;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  font-size: 1.6rem;
  box-shadow: 4px 4px 0px #111;
}

#main .btn-web a {
  box-sizing: border-box;
  width: 85%;
  max-width: 500px;
  display: inline-block;
  padding: 18px 40px;
  border-radius: 10px;
  background: url(./img/arrow_wt.png) 97% 50% no-repeat #ff9c4d;
  background-size: auto 18px;
  overflow: hidden;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  font-size: 1.6rem;
  box-shadow: 4px 4px 0px #e75e20;
}

#main .btn-link {
  margin: 30px 0;
  text-align: right;
}

#main .btn-link a {
  display: inline-block;
  padding: 0 0 0 16px;
  background: url("img/arrow_or.png") no-repeat left 50%;
  background-size: auto 12px;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  text-decoration: underline;
}

/* box-wrap(2box) */
#main .box-wrap {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
}

#main .box-wrap ::after {
  content: "";
  width: 48.1%;
  height: 0;
}

#main .box-wrap .box {
  box-sizing: border-box;
  position: relative;
  width: calc((100% - 40px) / 2);
  border: 5px solid #00b376;
  margin: 20px 0;
  padding: 30px;
}

#main .box .box-head {
  padding: 20px;
  font-size: 2rem;
  background: #e4f7f1;
  text-align: center;
  font-weight: 700;
  margin: 0 0 20px;
  position: relative;
}

#main .box .box-head::before {
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #fff;
  content: '';
  position: absolute;
}


/* frame-wrap (3box) */
#main .frame-wrap {
  margin: 0 20px 30px 0;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main .frame-wrap::after {
  content: "";
  width: 31.7%;
  height: 0;
}

#main .frame {
  box-sizing: border-box;
  width: 31.7%;
  margin: 20px 0;
  padding: 20px;
}

#main .frame .frame-head {
  box-sizing: border-box;
  margin: 0 0 1rem;
  background: none;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  font-feature-settings: "palt" 1;
}

#main .frame .frame-head a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-decoration: none;
  background: url(img/arrow_gr.png) no-repeat right 50%;
  background-size: auto 18px;
  padding-right: 30px;
}


#main .frame.type_a {
  border: 2px solid #00b277;
}

#main .frame.type_a .frame-head {
  border: none;
  background-image: none;
  margin: -20px -20px 0;
  background-color: #e5f7f1;
  padding: 20px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  text-align: left;
  min-height: 91px;
}

#main .frame.type_a ul {
  margin: 1rem 0 0 1rem;
  font-size: 1.4rem;
}

#main .frame.type_b {
  border: 2px solid #111;
}

/* ================== */
/*  サイトマップ　　　　　　*/
/* ================== */
#main.mappage .subList {
  margin: 5px 0;
}

#main.mappage h2 {
  margin: 30px 0 4px;
}

#main.mappage li a {
  text-decoration: underline;
}

#main.mappage li a:hover {
  text-decoration: none;
}


.commonParts {
  margin: 8rem 0 0 0;
}

.banner_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin: 5rem 0 0;
}

.banner_box {
  box-sizing: border-box;
  width: calc((100% - 80px) /3);
  position: relative;
  margin: 0 0 5rem;
}

.banner_box .banner_ttlWrap {
  background: #fefbc8;
  border: 5px solid #99e0c9;
  padding: 30px 30px 30px 30px;
}

.banner_box .banner_ttlWrap.is-open {
  border-bottom: none;
}


.price-item {
  background: #fefbc8;
  border: 5px solid #99e0c9;
  border-top: none;
  padding: 0 30px;
}

#main .banner_box .price-item p {
  margin-top: 0;
}

.banner_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  background: url(img/icon_pickup.png) no-repeat center bottom;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
}

.banner_txt {
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}

.banner_txt span {
  font-size: 1.8rem;
}

.banner_txt span.marker {
  font-size: 2.4rem;
  background: linear-gradient(transparent 0%, transparent 60%, #fcf37b 60%, #fcf37b 100%, transparent 100%);
}


/*--------------------------------------
　addParts
---------------------------------------*/
/* addParts01 */
.addParts01 {
  padding: 4rem 0;
  margin: 20px calc(50% - 50vw) 0;
}

.select-three {
  background: url("img/three_bg.jpg") no-repeat center bottom;
  background-size: cover;
}

.select-two {
  background: url("img/two_bg.jpg") no-repeat center center;
  background-size: cover;
}

#contents .addParts01 .subLead {
  margin: 20px;
  font-size: 1.4rem;
}

#contents .Lead {
  margin: 0 2rem;
}

.addParts01EnTitle {
  width: 150px;
  margin: 0 auto 2.4rem;
  text-align: center;
  background-color: #00b277;
  color: #fefbc8;
  font-size: 1.2rem;
  line-height: 1;
  padding: 7px 0;
}

.addParts01 .top_addParts01title,
.addParts02 .top_addParts01title,
.addParts04 .top_addParts01title {
  padding: 0 1rem 4rem;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  background: url("img/idx_h2.png") no-repeat center bottom;
  background-size: auto;
  background-size: 1000px auto;
  font-size: 4rem;
  color: #111;
  text-align: center;
  border-left: none;
  margin: 0 2rem 4rem;
}

.l-parts01-column3,
.l-parts01-column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin: 8rem 2rem 0 2rem;
}

.l-parts01-column3 .l-parts01-column3__box,
.l-parts01-column2 .l-parts01-column3__box {
  width: calc(30.333% - 50px);
  background-color: #fff;
  padding: 0 2.5rem 1rem 2.5rem;
}

.l-parts01-column2 .l-parts01-column3__box {
  width: calc(48% - 50px);
}

.l-parts01-column3__box .l-parts01-column3_catch {
  margin: 0 -2.5rem;
  padding: 1.5rem 1.5rem 1.5rem 7rem;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  background: #108b66;
  color: #fff;
  position: relative;
}

.l-parts01-column2 .l-parts01-column3__box .l-parts01-column3_catch {
  text-align: center;
  padding: 1.5rem;
}

.l-parts01-column3__box .l-parts01-column3_catch span,
.addParts02 .catch-copy span {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  /* 線の太さ */
  text-underline-offset: 0.2em;
  /* 線の位置 */
  text-decoration-color: #fcf37b;
  text-decoration-skip-ink: none;
}

.l-parts01-column3__box .l-parts01-column3_catch::before,
.addParts02 .catch-copy::before {
  width: 90px;
  height: 90px;
  left: -20px;
  top: -40px;
  content: '';
  position: absolute;
}

.addParts02 .catch-copy::before {
  left: 30px;
  top: -25px;
}

.panel .l-parts01-column3_catch::before,
.panel .catch-copy::before {
  background: url("img/icon_panel.png") no-repeat left bottom / 90px auto;
}

.elect .l-parts01-column3_catch::before,
.elect .catch-copy::before {
  background: url("img/icon_elect.png") no-repeat left bottom / 90px auto;
}

.solar .l-parts01-column3_catch::before,
.solar .catch-copy::before {
  background: url("img/icon_solar.png") no-repeat left bottom / 90px auto;
}

.battery .l-parts01-column3_catch::before,
.battery .catch-copy::before {
  background: url("img/icon_battery.png") no-repeat left bottom / 90px auto;
}

#contents .l-parts01-column3__title {
  font-size: 2rem;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  font-weight: 700;
  background: none;
  border: none;
}

.l-parts01-column3__box .thumb {
  margin: 0 auto;
  text-align: center;
}

#contents .l-parts01-column3__box ul {
  font-size: 1.4rem;
  margin: 20px 0;
  padding: 0;
}

#contents .l-parts01-column3__box .btn-web,
#contents .l-parts01-column3__box .btn-internal {
  margin: 10px auto 10px;
}


#contents .l-parts01-column3__box .btn-web a,
#contents .l-parts01-column3__box .btn-internal a {
  font-size: 1.5rem;
}


#contents .l-parts01-column3__box .btn-internal a {
  background: url(./img/arrow_wt_down.png) 97% 50% no-repeat #108b66;
  background-size: 18px auto;
}
#contents .index .l-parts01-column3__box .btn-internal a,
#contents .commonParts .l-parts01-column3__box .btn-internal a {
  background: url(./img/arrow_wt.png) 97% 50% no-repeat #108b66;
  background-size: 11px auto;
}


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

.accordion.toc {
  margin-bottom: 8rem;
}

.toc_parts{margin-bottom: 10.4rem;}

.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: 700;
  border-left: 4px solid #00b277;
}

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

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

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

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

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

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

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

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

#toc li.chapter-h.chapter-h-three {
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
  display: 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;
}

.accordion_btn,
.accordion_btn02 {
  position: relative;
  display: block;
  margin: 30px auto;
  padding: 18px 40px;
  max-width: 360px;
  width: 80%;
  background: #999;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 10px;
  box-shadow: 3px 3px 0 #666;
}


.accordion_btn::before,
.accordion_btn02::before {
  content: "＋";
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  margin: auto;
  transition: 0.2s;
  right: 18px;
  width: 24px;
  height: 24px;
}

.accordion_btn.is-open::before,
.accordion_btn02.is-open::before {
  content: "－";
}

@media screen and (min-width: 481px) {

  .accordion_btn:hover,
  .accordion_btn02:hover {
    opacity: 1;
  }
}

.accordion-item {
  display: none;
}

.accordion-item h3:first-child {
  margin-top: 0;
}

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

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

/*--------------------------------------
  　Global Nav_PC
  ---------------------------------------*/
#layer {
  position: fixed !important;
}

#nav {
  position: fixed;
  top: 0;
  right: -80%;
  box-sizing: border-box;
  width: 20%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
}

/* 以下装飾など */
#nav ul {
  margin: 0;
  padding: 0;
  /* border-top: solid 2px #111; */
}

#nav li {
  font-weight: 700;
  background: url(img/arrow_wt.png) right 10px center no-repeat;
  background-size: auto 10px;
  background-color: #00b277;
  /* border: solid 2px #111; */
  border-top: none;
  list-style: none;
}

#nav li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 16px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  border: solid 2px #111;
  margin-bottom: -2px;
}

#menuBtn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 51px;
  height: 51px;
  outline: none;
  border: none;
  background: #6f5a4b;
  background: url(img/menu_open.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

body.open #menuBtn {
  right: calc(20% + 15px);
  width: 51px;
  height: 51px;
  background: url(img/menu_close.png) center no-repeat;
  background-size: 100%;
}

body.open {
  height: inherit !important;
}

body.open #layer {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  z-index: 900;
  overflow: hidden;
}

#nav .collapsible {
  background: url(img/arrow_next.png) right 6px center no-repeat;
  background-size: 14px auto;
  background-color: #00b277;
}

#nav li .selected>a {
  font-weight: 400;
}

#nav li .waSlideMenu-back {
  background: url(img/arrow_wt_back.png) 16px center no-repeat;
  background-size: auto 18px;
  padding-left: 18px !important;
  background-color: #00b277;
}

#nav li .waSlideMenu-back a {
  color: #fff;
}


/*start sp*/
@media screen and (max-width: 599px) {
  body {
    word-break: break-all;
    overflow-x: hidden;
    min-width: 100%;
    max-width: 100%;
    font-size: 1.4rem;
  }

  body * {
    box-sizing: border-box;
  }

  .pc,
  .pc_br {
    display: none;
  }

  .sp,
  .sp_br {
    display: block;
  }

  img:not([width]) {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  a {
    text-decoration: none;
  }

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

  /*--------------------------------------
  　Header
  ---------------------------------------*/
  #headNoteArea .areaInner {
    width: 100%;
    padding: 0;
  }

  #headTopArea {
    width: 100%;
  }

  #headTopArea div,
  #headTopArea h1 {
    width: 100%;
    padding: 0.4em 6em 0.4em 1em;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.9;
    font-weight: 400;
    color: #777;
  }

  #headTopArea a {
    text-decoration: none;
    color: #777;
  }

  #headNoteArea {
    padding: 0 0.8em 1em;
  }

  #headNoteArea .logo {
    width: 80%;
  }

  #headNoteArea .logo img {
    height: 35px;
  }

  /*--------------------------------------
  　Global Nav_SP
  ---------------------------------------*/
  #nav {
    right: -80%;
    width: 80%;
  }

  /* 以下装飾など */

  #menuBtn {
    width: 41px;
    height: 41px;
  }

  body.open #menuBtn {
    right: calc(80% + 15px);
    width: 41px;
    height: 41px;
  }

  /*--------------------------------------
  lower_banner
  ---------------------------------------*/
  #nav li.lower_banner {
    border: none;
    padding: 0;
    background-color: transparent;
    background-image: none;
  }

  #nav li.lower_banner a {
    box-sizing: border-box;
    border: 1px solid #fff;
    display: block;
    width: 95%;
    margin: 23px auto;
    padding: 16px 10px;
    background: url(img/banner.jpg) 0 0 no-repeat;
    background-size: cover;
    line-height: 1.4;
    text-decoration: none;
    color: #444;
    font-weight: 400;
  }

  #nav li.lower_banner p.bannerTxt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 10px 40% 10px 8px;
    text-shadow: 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white;
  }

  /* ================== */
  /*  pankuzu_SP　*/
  /* ================== */
  #pankuzuWrap {
    overflow: auto;
    white-space: nowrap;
    background: #efefef;
  }

  #pankuzuWrap::-webkit-scrollbar {
    height: 3px;
  }

  #pankuzuWrap::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #eee;
  }

  #pankuzuWrap::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #666;
  }

  #pankuzu {
    box-sizing: border-box;
    width: 100%;
    padding: 0.6em 1em 0.6em;
    font-size: 1.1rem;
    border-bottom: 1px solid #fff;
  }

  #pankuzu a {
    color: #333;
  }

  /*--------------------------------------
  　Main Contents
  ---------------------------------------*/
  #contents {
    position: relative;
    overflow-x: hidden;
    z-index: 0;
  }

  .category,
  .page {
    width: 100%;
    margin: 0;
    padding: 0 1em;
    position: relative;
  }

  .mappage {
    padding: 0 1em 7em;
    overflow: hidden;
  }

  .index {
    padding: 0 1em 2em;
  }

  /* ================== */
  /*  footer_SP　*/
  /* ================== */
  /*--------------------------------------
  PageTop_SP
  ---------------------------------------*/
  #page-top {
    width: 40px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 2;
  }

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

  #page-top:hover img {
    display: block;
  }

  #page-top:hover {
    background: none;
  }

  footer {
    margin: 0 0 0;
  }

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

  footer .footBox>ul {
    padding: 0;
  }

  footer .footBox {
    margin: 0;
  }

  footer .footBox li,
  footer .footBox ul.subList {
    display: block;
    margin: 0;
  }

  footer .footBox li .sp {
    display: inline-block;
  }

  footer .footBox li:first-child {
    display: block;
  }

  footer a {
    line-height: 1.4;
    font-size: 1.3rem;
  }

  footer .footBox .sttl {
    margin: 0;
    background-image: none;
    padding: 0;
    /* font-weight: 700; */
  }

  footer .footBox li:after,
  footer .footBox li.subCat:after,
  footer .footBox ul.subList>li:first-child::before {
    content: none;
    margin: 0;
  }

  footer .footBox .sttl a {
    display: block;
    padding: 1em 1.4em 1em 0.8em;
    font-size: 1.6rem;
    background: url(./img/arrow_gr_down.png) 97% 50% no-repeat;
    background-size: 12px auto;
    font-weight: 700;
  }

  footer .footBox li a {
    display: block;
    padding: 1em 1.5em 1em 2.1em;
    background: url(./img/arrow_gr.png) 97% 50% no-repeat;
    background-size: auto 12px;
    border-bottom: 1px solid #ddd;
    color: #111;
    text-decoration: none;
  }

  footer .footBox li li a {
    padding: 1em 1.5em 1em 3.3em;
  }

  footer .footBox li a.ssttl {
    display: block;
    padding: 1em 1.5em 1em 0.9em;
    background: url(./img/arrow_gr.png) 97% 50% no-repeat;
    background-size: auto 12px;
    border-bottom: 1px solid #bcbcbc;
  }

  footer .footBox li.sp a {
    padding: 1.1em 1.5em 1.1em 0.9em;
    text-decoration: none;
  }

  footer .smap .sttl a {
    background: url(./img/arrow_gr.png) 97% 50% no-repeat;
    background-size: auto 12px;
    font-weight: 400;
    font-size: 1.4rem;
  }

  footer .accordion ul.accChild {
    display: none;
    background: #fff;
  }

  footer .accordion .open a {
    background: url(./img/arrow_gr_up.png) 97% 50% no-repeat;
    background-size: 12px auto;
  }

  footer .accordion .open a.ssttl {
    background: url(./img/arrow_gr_down.png) 97% 50% no-repeat;
    background-size: 12px auto;
  }

  footer .noticeArea {
    margin: 0 0.5em;
    padding: 1.1em 0.5em 1.1em;
  }

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

  footer .botArea {
    padding: 1em 0;
  }

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

  footer .botArea p {
    padding: 0 1em;
    margin: 0 0.5em;
    text-align: center;
    font-size: 1rem;
    color: #fff;
  }

  footer .botArea p a {
    display: block;
    line-height: 1.8;
    font-size: 1rem;
    color: #fff;
  }

  footer .botArea .smap {
    display: none;
  }

  footer .botArea .copy {
    width: 100%;
    margin: 0;
  }

  /* ================== */
  /*  SP共通パーツ　*/
  /* ================== */
  .index h2,
  .area h1,
  .area h2,
  .category h1,
  .page h1 {
    margin: 1em 0;
    padding: 1em 0.7em;
    font-size: 2.2rem;
    background-size: 30% auto;
  }

  .index h3,
  .area h3,
  .category h2,
  .page h2 {
    margin: 3rem auto;
    padding: 0.8em 0.7em 0.8em;
    font-size: 2rem;
  }

  .index h4,
  .area h4,
  .category h3,
  .page h3 {
    position: relative;
    margin: 3rem auto;
    padding: 0.7em 0.7em 0.7em;
    font-size: 1.8rem;
  }

  .index h5,
  .index h6,
  .area h5,
  .area h6,
  .category h4,
  .category h5,
  .category h6,
  .page h4,
  .page h5,
  .page h6 {
    margin: 3rem auto;
    padding: 0.7em 0.7em 0.9em;
    font-size: 1.6rem;
  }

  .category h4 {
    margin-top: 4.2rem;
  }

  #main h2 a,
  #main h3 a,
  #main h4 a,
  #main h5 a,
  #main h6 a {
    background-size: auto 12px;
    padding-right: 26px;
  }

  #main ul {
    margin: 1.5em 0 1.5em;
    padding: 0.5em 0.2em 0;
  }

  #main ul li {
    position: relative;
    padding: 0 0 0.2em 1.3em;
  }

  #main ul li::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 8px;
    left: 2px;
  }

  #main p {
    margin: 1rem 0;
  }

  /* ================== */
  /*  テーブル　　　　　*/
  /* ================== */
   /* ================== */
  /*  SPカスタマイズ共通　*/
  /* ================== */
  .caption {
    margin: 0.6em 0 0;
    font-size: 1rem;
    line-height: 1.3;
    word-break: break-all;
  }

  #main p span.marker,
  #main p span {
    font-size: 1.5rem;
  }

  #main .check,
  #main .point,
  #main .recommend {
    margin: 4rem 0 0.5em 1rem;
    padding: 1em 0.5em 1em 2em;
    font-size: 1.5rem;
  }

  #main .check::before,
  #main .point::before,
  #main .recommend::before {
    background-size: 100% auto;
    width: 40px;
    height: 22px;
    left: -20px;
    font-size: 0.5rem;
  }

  #main .check a,
  #main .point a,
  #main .recommend a {
    background-size: auto 12px;
  }

  #main .float-wrap {
    margin: 2rem auto;
    padding: 0 0.2em;
  }

  #main .float-wrap .catch {
    margin: 0 0 0.4em;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.7;
  }

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

  #main .float-wrap .fl,
  #main .float-wrap .fr,
  #main .float-wrap .ct {
    float: none;
    padding: 0 0 0.5em;
    margin: 0 auto;
    width: auto;
  }

  #main .float-wrap .fl.t_small {
    width: 40%;
    float: left;
    padding: 0 1.5em 0 0;
  }

  #main .float-wrap .fr.t_small {
    width: 40%;
    float: right;
    padding: 0 0 0 1.5em;
  }

  /*  btns*/
  #main .btn-internal {
    margin: 1.5rem auto;
    padding: 0;
  }

  #main .btn-internal a {
    min-width: 90%;
    width: 90%;
    padding: 1em 2em;
    background-size: auto 12px;
    font-size: 1.5rem;
  }

  #contents .commonParts .l-parts01-column3__box .btn-internal a {
  background-size: 11px auto;
}

  #main .btn-web {
    margin: 1.5rem auto;
    padding: 0;
  }

  #main .btn-web a {
    min-width: 90%;
    width: 90%;
    padding: 1em 2em;
    /* background-size: auto 12px; */
    font-size: 1.5rem;
  }

  #main .btn-tel {
    margin: 1.5rem auto;
    text-align: center;
  }

  #main .btn-tel a {
    box-sizing: border-box;
    display: inline-block;
    width: 90%;
    border-radius: 10px;
    background: url("img/icon_tel.png") no-repeat 5% 50% #36a8e7;
    background-size: 16px auto;
    overflow: hidden;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    font-size: 1.5rem;
    box-shadow: 4px 4px 0px #111;
    margin: 0 4px 4px 0;
    padding: 1em 2em;
  }

  #main .btn-link {
    margin: 1.5em 1em;
    text-align: center;
  }

  #main .btn-link a {
    display: inline-block;
    width: 90%;
    font-size: 1.5rem;
    background: url(./img/arrow_or.png) 97% 50% no-repeat #fff;
    background-size: auto 12px;
    border-radius: 10px;
    color: #111;
    line-height: 1.3;
    text-decoration: none;
    box-shadow: 4px 4px 0px #111;
    margin: 0 4px 4px 0;
    padding: 1em 2em;
    border: solid 2px #111;
  }

  /* box-wrap(2box) */
  #main .box-wrap {
    width: 100%;
    margin: 2rem auto;
    display: block;
  }

  #main .box-wrap .box {
    width: 100%;
    margin: 1.6em 0;
    padding: 20px;
  }

  #main .box .box-head {
    font-size: 1.8rem;
    padding: 15px;
  }

  #main .box .box-head::before {
    width: 20px;
    height: 20px;
  }

  #main .box .box-body .catch {
    font-size: 1.5rem;
  }



  /* frame-wrap (3box) */
  #main .frame-wrap {
    display: block;
    margin: 0 auto 2rem;
    padding-top: 2rem;
  }

  #main .frame {
    width: 100%;
    margin: 1.6em 0;
    padding: 15px;
  }

  #main .frame .frame-head {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  #main .frame.type_a .frame-head {
    /* font-size: 1.6rem; */
    padding: 15px;
    margin: -15px -15px 0;
    text-align: left;
  }

  #main .frame .frame-head a {
    background-size: auto 12px;
  }

  #main .frame-wrap .frame-body .catch {
    font-size: 1.5rem;
  }

  .commonParts {
    margin: 5rem 0 0 0;
  }


  .banner_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin: 60px 0 0 0;
    position: relative;
  }

  .banner_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  background: url(img/icon_pickup.png) no-repeat center bottom;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
}

  .banner_box {
    width: 100%;
    margin: 0 0 1rem;
  }

  .banner_box::before {
  content: unset;
  }



  .banner_box .banner_ttlWrap {
    padding: 20px;
  }

  .price-item {
    padding: 0 20px
  }

  .banner_txt span {
    font-size: 1.5rem;
  }

  .banner_txt span.marker {
    font-size: 2rem;
  }

  .addParts01 .top_addParts01title,
  .addParts02 .top_addParts01title,
  .addParts04 .top_addParts01title {
    font-size: 2.2rem;
    padding: 0 1rem 2.8rem;
    background-size: auto 16px;
    margin: 0 auto 2rem;
  }

  .addParts01EnTitle {
    margin: 0 auto 1rem;
    font-size: 1rem;
    width: 120px;
  }

  /* addParts01 */
  .addParts01 {
    padding: 2rem 0;
  }

  .index .l-parts01-column3,
  .index .l-parts01-column2 {
    display: block;
    margin: 50px 2rem 0;
  }

  .l-parts01-column3,
  .l-parts01-column2 {
    display: block;
    margin: 50px 0;
  }

  .l-parts01-column3 .l-parts01-column3__box,
  .l-parts01-column2 .l-parts01-column3__box {
    width: 100%;
    margin: 4rem 0 0;
  }

  .l-parts01-column2 .l-parts01-column3__box .l-parts01-column3_catch {
    padding: 1rem 0;
  }

  .l-parts01-column2 .l-parts01-column3__box .l-parts01-column3_catch .nikka {
    margin-left: 6rem;
    max-width: unset;
  }

  .index .l-parts01-column3__box .l-parts01-column3_catch .solar-heart {
    margin-left: 4rem;
    max-width: unset;
  }

  .l-parts01-column3__box .l-parts01-column3_catch {
    font-size: 1.9rem;
    text-align: center;
    padding: 1rem 0;
  }

  .l-parts01-column3__box .l-parts01-column3_catch div {
    margin: 0 auto;
    max-width: 171px;
  }

  .l-parts01-column3__box .l-parts01-column3_catch::before {
    width: 90px;
    height: 90px;
    left: 10px;
    top: -40px;
  }

  .panel .l-parts01-column3_catch::before,
  .addParts02 .catch-copy::before {
    width: 60px;
    height: 60px;
    left: 10px;
    top: -12px;
  }

  .addParts02 .catch-copy::before {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .panel .l-parts01-column3_catch::before,
  .elect .l-parts01-column3_catch::before,
  .solar .l-parts01-column3_catch::before,
  .battery .l-parts01-column3_catch::before,
  .panel .catch-copy::before,
  .elect .catch-copy::before,
  .solar .catch-copy::before,
  .battery .catch-copy::before {
    background-size: 60px auto;
  }

  #contents .l-parts01-column3__title {
    font-size: 1.7rem;
    padding: 15px 0;
  }

  #main .addParts01 .btn-tel {
    margin: 0 auto 0.5rem;
  }

  #contents .addParts01 .subLead {
    font-size: 1.2rem;
  }

  /* ================== */
  /*  サイトマップ　　　　　　*/
  /* ================== */
  .mappage .subList {
    margin: 0.2em 0 !important;
  }

  .mappage h2 {
    margin: 2.5em 0 0.2em;
  }

  .toc_parts {
    padding: 3rem 2.5rem 2rem;
    margin-bottom: 0;
  }

  .index .toc_parts {
margin-bottom: 6rem;
}

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

  .accordion_btn,
  .accordion_btn02 {
    padding: 1.5rem 3rem;
    margin: 20px auto 20px;
    font-size: 1.5rem;
  }

  .accordion_btn::before,
  .accordion_btn02::before {
    right: 10px;
  }

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

  .text-banner-box.part03 {
    position: relative;
    max-width: 100%;
    display: flex;
    background: #00b277;
  }

  .text-banner-box.part03::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(img/banner_icon.png)no-repeat;
    background-size: 50px auto;
    top: -25%;
    left: 2%;
  }

  .text-banner-box.part03 .cmn02-text-banner-box__image {
    max-width: 28%;
    width: 100%;
  }

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

  .text-banner-box.part03 .text-banner-box__text {
    padding: 1.7rem 2.7rem 1.6rem 2.5rem;
    font-weight: 700;
  }

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

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

}

/* End_SP */

/* msie11_+pdtop4 */
@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .dropmenu li ul li {
    transition: 0s;
  }

  *::-ms-backdrop,
  .index h2,
  .category h1,
  .page h1 {
    padding: 24px 20px 18px;
  }

  *::-ms-backdrop,
  .index h3,
  .category h2,
  .page h2 {
    padding: 22px 20px 14px;
  }

  *::-ms-backdrop,
  .index h4,
  .category h3,
  .page h3 {
    padding: 22px 20px 14px;
  }

  *::-ms-backdrop,
  .index h5,
  .index h6,
  .category h4,
  .category h5,
  .category h6,
  .page h4,
  .page h5,
  .page h6 {
    padding: 16px 20px 10px;
  }

  *::-ms-backdrop,
  #main .box .box-body .in_link_btn a::before {
    height: 200%;
  }

  *::-ms-backdrop,
  #g-nav .areaInner .navBox .sttl a::before {
    bottom: -6px;
  }

  *::-ms-backdrop,
  #contents .addParts01 .partTtl {
    padding: 6px 0 0;
    margin: 0 0 22px;
  }

  *::-ms-backdrop,
  #contents .addParts01 .cmpArea li {
    padding: 10px 20px 6px;
  }

  *::-ms-backdrop,
  #contents .addParts01 .listArea .sttl {
    padding: 28px 20px 20px;
  }

  *::-ms-backdrop,
  #contents .addParts02 .mainArea .boxTtl a {
    padding: 20px 20px 14px;
  }

  *::-ms-backdrop,
  #contents .addParts03 .partTtl a {
    padding: 24px 50px 16px;
  }
}

/* animation */
@keyframes btn-action1 {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes btn-action2 {
  0% {
    color: #fff;
  }

  100% {
    color: #fff;
  }
}

@keyframes btn-action11 {
  0% {
    left: -100%;
  }

  30% {
    left: -20%;
  }

  50% {
    left: 0%;
  }

  70% {
    left: 20%;
  }

  100% {
    left: 100%;
  }



}