@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  font-size: 100%;
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
li {
  list-style-type: none;
  vertical-align: baseline;
}

/*--------------------------------------
　Base
---------------------------------------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
body {
  width: 100%;
  background: #fff;
  min-width: 1100px;
  color: #000;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans JP";
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 3px solid #90c132;
  box-sizing: border-box;
}
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;
}
p:not([class]) > a {
  text-decoration: underline;
}
a:hover,
p:not([class]) > a:hover {
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
a:hover img {
  opacity: 0.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 700;
  font-feature-settings: "palt" 1;
}
.fl,
.flImg {
  float: left;
}
.fr,
.frImg {
  float: right;
}
.fontBold,
.strong {
  font-weight: bold;
}

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

.sp,
.sp_br {
  display: none !important;
}
.pc_br {
  display: block;
}

/*--------------------------------------
Header
---------------------------------------*/
#header {
  position: relative;
  z-index: 1;
}
#headTopArea {
  padding: 6px 0 0 0;
}
#headTopArea div,
#headTopArea h1 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  text-align: right;
  font-size: 1.1rem;
  text-align: right;
  line-height: 1.2;
  font-weight: normal;
  color: #777;
  padding: 0 0 0 160px;
  box-sizing: border-box;
  font-feature-settings: "palt" 1;
}
#headTopArea a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
#headTopArea a:hover {
}
#headNoteArea {
  margin: -0.2rem auto 0;
}
#headNoteArea .areaInner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 14px 1px;
}
#headNoteArea .logo a {
  display: inline-block;
}

/*--------------------------------------
Global Nav
---------------------------------------*/
#g-nav {
  background: #fff;
  border-top: 2px solid #90c132;
  border-bottom: 2px solid #90c132;
}
#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: #90c132;
  position: absolute;
  right: -1px;
  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: #90c132;
  position: absolute;
  left: 0px;
  top: 8px;
  bottom: 8px;
}
#g-nav .areaInner .navBox:hover::after {
  background-color: #222;
}
#g-nav .areaInner .navBox .sttl {
  display: block;
  cursor: pointer;
  padding: 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: #3c3c3c;
  font-size: 1.4rem;
  padding: 1.85rem 1rem;
}
#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: rgba(34, 34, 34, 1);
}
.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 22px 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: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

/* 第1階層 hover */
.dropmenu > li:hover li:hover > a {
  background: url(img/arrow_wt.png) right 10px center no-repeat rgba(68, 68, 68, 1);
  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 rgba(68, 68, 68, 1);
  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 rgba(0, 0, 0, 1);
  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 rgba(68, 68, 68, 1);
  background-size: 14px auto;
}
/*--------------------------------------
Pankuzu
---------------------------------------*/
#pankuzu {
  width: 1000px;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 27px 0 17px;
  font-size: 1.4rem;
  color: #353535;
}
#pankuzu a {
  color: inherit;
  text-decoration: none;
}

/*--------------------------------------
Main Contents
---------------------------------------*/
#contents {
  overflow-x: hidden;
}
.category,
.page {
  width: 1000px;
  max-width: 100%;
  margin: 40px 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;
}
footer {
  background: #effbd6;
  margin: 13.6rem auto 0;
}
footer .areaInner {
  width: 1000px;
  margin: 0 auto;
  padding: 6rem 3rem 1.7rem;
  box-sizing: border-box;
  max-width: 100%;
}
footer .footBox {
  margin: 0 0 27px;
}
footer .footBox .sttl {
  margin: 0 0 9px;
  padding: 0 0 10px;
  border-bottom: solid 1px #90c132;
}
footer .footBox .sttl a {
  display: block;
  padding: 4px 18px;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.3;
  color: #231815;
  box-sizing: border-box;
}
footer .smap .sttl a {
  font-size: 15px;
  font-size: 1.5rem;
}
footer .footBox > ul {
  padding: 0 23px;
}
footer .footBox li {
  display: inline-block;
  margin: 0 0 0.1rem;
}
footer .footBox li a {
  font-size: 1.3rem;
  color: #3c3c3c;
  text-decoration: underline;
}
footer .footBox li a:hover {
  text-decoration: none;
}
footer .footBox li:after {
  content: " / ";
  margin: 0 0.9rem;
}
footer .footBox li:last-child:after {
  content: "";
}
footer .footBox li.subCat > a {
}
footer .footBox li.subCat > a:after {
}
footer .footBox ul.subList {
  display: inline-block;
  margin: 0;
}
footer .footBox ul.subList > li:first-child::before {
  content: " / ";
  margin: 0 0.9rem;
}
footer .footBox ul.subList li:after {
  content: " / ";
}
footer .footBox ul.subList li:last-child::after {
  content: none;
}
footer .noticeArea {
  padding: 1.5rem 2.5rem 2.3rem;
  background: #fff;
  margin: 5rem auto 0;
  box-sizing: border-box;
  width: 605px;
  max-width: 100%;
}
footer .ucp {
  margin: 1.4rem auto 0;
}
footer .noticeArea p,
footer .ucp p {
  text-align: center;
  color: #999;
  font-size: 1.1rem;
  line-height: 1.6;
  width: 100%;
}
footer .noticeArea p + p {
  margin-top: 1.5rem;
}
footer .botArea {
  background: #90c132;
}
footer .botArea .botInner {
  width: 1000px;
  margin: 0 auto;
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 0 0 0.9rem;
}
footer .botArea p {
  display: block;
  padding: 1rem 1.4rem;
  font-weight: normal;
  font-size: 1.2rem;
  color: #fff;
  width: calc(100% - 120px);
  float: left;
}
footer .botArea a {
  text-decoration: none;
  color: #fff;
}
footer .botArea .smap {
  display: block;
  background: url(img/arrow_wt.png) right 2px center no-repeat;
  background-size: 6px auto;
  padding: 1rem 1.7rem 1rem 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  float: right;
}

/* ================== */
/*  PC共通パーツ　*/
/* ================== */
/* heading */
.index h2,
.category h1,
.page h1 {
  margin: 0 auto 3rem;
  background: #90c132;
  padding: 1.7rem 3rem;
  font-size: 40px;
  color: #fff;
  border-radius: 5px;
  text-align: left;
  letter-spacing: 2.6px;
}
.index h3:not(.box-jirei_catch),
.category h2:not(.box-jirei_catch),
.page h2:not(.box-jirei_catch) {
  margin: 6rem auto 3.5rem;
  background: #fff;
  padding: 1.7rem 2.6rem;
  border: solid 2px #90c132;
  font-size: 28px;
  border-radius: 5px;
  color: #231815;
  letter-spacing: 2px;
}
.index h4,
.category h3,
.page h3 {
  margin: 5rem auto 3rem;
  padding: 1.7rem 2.9rem;
  border-radius: 10px;
  font-size: 24px;
  background: #effbd6;
  color: #231815;
  letter-spacing: 1.9px;
}
.index h5,
.index h6,
.category h4,
.category h5,
.category h6,
.page h4,
.page h5,
.page h6 {
  margin: 4rem auto 2.5rem;
  padding: 1.4rem 2.9rem;
  background: url(./img/dotline1.png) left 4px bottom repeat-x;
  background-size: 10px auto;
  font-size: 20px;
  color: #231815;
  letter-spacing: 2px;
}
#main h2 a,
#main h3 a,
#main h4 a,
#main h5 a,
#main h6 a {
  display: inline-block;
  background: url(img/arrow_green.png) no-repeat right center;
  background-size: 10px auto;
  padding-right: 30px;
}

/* list */
#main ul {
  margin: 2.5rem auto;
  padding: 0;
  width: 96%;
}
#main ul li {
  position: relative;
  padding: 0 0 3px 22px;
}
#main ul li::before {
  position: absolute;
  content: "";
  background: #ffca2c;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 9px;
  left: 2px;
}
#main ol {
  margin: 20px;
  padding: 10px 0 0;
  counter-reset: number;
}
#main ol li {
  padding: 0 0 3px 18px;
  list-style: none;
  position: relative;
  counter-increment: number;
}
#main ol li::before {
  width: 21px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -2px;
  padding: 0;
  color: #ffca2c;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
}
#main ol li:nth-child(-n + 9):before {
  content: counter(number, decimal-leading-zero) ".";
}
#main ol li:nth-child(n + 10):before {
  content: counter(number, decimal-leading-zero) ".";
}
#main li a {
  text-decoration: underline;
  display: inline-block;
}
#main li a:hover {
  text-decoration: none;
}

#main p {
  margin: 0 auto 2rem;
  width: 96%;
  text-align: justify;
  word-break: break-all;
  box-sizing: border-box;
}

/* table */
table {
  width: 95%;
  margin: 5rem auto;
  box-sizing: border-box;
  table-layout: fixed;
}
table th,
table td {
  word-break: break-all;
  border: 1px solid #777066;
}
table th {
  width: 27.1%;
  padding: 1.4rem 1.5rem;
  background: #d3e5b1;
  line-height: 1.3;
  text-align: center;
  color: #231815;
  font-size: 1.4rem;
  font-weight: bold;
}
table td {
  line-height: 1.4;
  padding: 1.4rem 2rem;
  text-align: center;
  background: #fff;
  font-size: 1.5rem;
}

/* caption */
#main .caption {
  margin: 0.3rem auto 0;
  font-size: 1.2rem;
  line-height: 1.3;
  word-break: break-all;
  color: #999;
  text-align: center;
}

/* 強調 */
#main p span {
  font-weight: bold;
  color: #ff8a00;
  font-size: 1.7rem;
}
#main p span.marker {
  color: #231815;
  font-weight: bold;
  font-size: 1.7rem;
  background: linear-gradient(transparent 28%, #ffe8a5 28%);
}

/* check,point,recommend */
#main .check,
#main .point,
#main .recommend {
  position: relative;
  box-sizing: border-box;
  border: solid 2px #000;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt" 1;
}
#main .point {
  font-size: 2rem;
  margin: 4.3rem auto 2.5rem;
  background: url(img/bg_tel.png);
  padding: 1.9rem 2.2rem;
  border: none;
}
#main .point span {
  font-size: 2.5rem;
}
#main .check,
#main .recommend {
  padding: 1.9rem 4rem;
  margin: 64px 0 26px 29px;
  font-size: 2.2rem;
  border-radius: 5px;
  color: #231815;
  letter-spacing: 2.2px;
  background: url(img/bg01.png);
}
#main .check {
  border-color: #90c132;
}
#main .recommend {
  margin-top: 31px;
  border-color: #ffca2c;
  font-size: 1.5rem;
  color: #3c3c3c;
  font-weight: normal;
}
#main .check::before,
#main .recommend::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -31px;
  top: 0;
  bottom: 2px;
  margin: auto 0;
}
#main .check::before {
  background-image: url(img/icon_check.png);
}
#main .recommend::before {
  background-image: url(img/icon_recommend.png);
}
#main .check a,
#main .point a,
#main .recommend a {
  background-image: url(img/arrow_wt.png);
}

/* float-wrap */
.float-wrap {
  margin: 3rem auto;
  padding: 0 2rem;
}
.float-wrap img {
  display: block;
  margin: 0 auto;
}
#main .float-wrap p {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#main .float-wrap p:not(.catch) + p {
  margin-top: 2rem;
}
.float-wrap .fl {
  width: 320px;
  max-width: 100%;
  padding: 0 3rem 1rem 0;
  text-align: center;
}
.float-wrap .fr {
  width: 320px;
  padding: 0 0 1rem 3rem;
  text-align: center;
  max-width: 100%;
}
.float-wrap .ct {
  width: 320px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}

/* btns */
#main .btn-internal,
#main .btn-web {
  margin: 3rem auto;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  width: 504px;
  max-width: 100%;
}
.btn-internal a,
.btn-web a {
  box-sizing: border-box;
  font-feature-settings: "palt" 1;
  display: block;
  padding: 1.8rem 4rem;
  border-radius: 25px;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
  font-size: 1.6rem;
  margin: 0 0.4rem 0.4rem 0;
}
.btn-internal a {
  background: url(img/arrow_green.png) right 23px center no-repeat #f4fbe6;
  background-size: 10px auto;
  box-shadow: 4px 4px 0px #90c132;
  color: #2f5e12;
  border: 2px solid #90c132;
  padding: 1.65rem 4rem;
}
.btn-web a {
  background: url(./img/arrow_wt.png) right 23px center no-repeat #ff8a00;
  background-size: 10px auto;
  box-shadow: 4px 4px 0px #231815;
  color: #fff;
}
#main .btn-link {
  margin: 3rem auto;
  text-align: right;
  width: 94%;
}
.btn-link a {
  display: inline-block;
  padding: 0 0 0 19px;
  background: url(img/arrow_green-small.png) no-repeat left top 4px;
  background-size: 8px auto;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2f5e12;
  text-decoration: underline;
}
.btn-link a:hover {
  text-decoration: none;
}
.btn-tel {
  display: none;
}

/* box-wrap(2box) */
.box-wrap {
  margin: 4rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-wrap .box {
  box-sizing: border-box;
  position: relative;
  width: calc((100% - 3rem) / 2);
  border: 2px solid #90c132;
  margin: 0;
  padding: 2rem 2rem 3.6rem;
  border-radius: 5px;
  background: #fff;
}
.box-wrap .box:nth-of-type(n + 3) {
  margin-top: 3rem;
}
.box .box-head {
  margin: 0 0 20px;
  position: relative;
  display: table;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}
.box .box-head::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#main .box-head .sttl {
  margin: 0;
  padding: 1.3rem 0 1.4rem 8.1rem;
  border: none;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 4.8px;
}
#main .box .box-head a {
  display: block;
  text-decoration: none;
  background: url(img/arrow_green.png) no-repeat right 9px center;
  padding-right: 3rem;
}
#main .box .catch {
  display: block;
  margin: 0 auto 1.5rem;
  font-size: 18px;
  color: #231815;
  font-weight: bold;
  letter-spacing: 0.4px;
}
#main .box .box-body p {
  font-size: 1.5rem;
  color: #3c3c3c;
  line-height: 2;
  margin: 0 auto;
}
#main .box .box-body p + p {
  margin-top: 1.5rem;
}

/* box.type_a */
.box-wrap .type_a .box-head {
  padding: 0 0 1.2rem;
  margin: 0 auto 2.5rem;
}
#main .type_a .box-head .sttl {
  background: url(img/box_icon01.png) no-repeat left 6px center;
  background-size: 51px auto;
}
.box-wrap .type_a .box-head::after {
  width: 96%;
  height: 3px;
  background: url(img/dotline_small.png) repeat-x;
  background-size: 22px auto;
  bottom: -1px;
}
/* box.type_b */
.box-wrap .type_b {
  border: none;
  background: #daf3ab;
}
.type_b .box-head {
  padding: 0 0 1.2rem;
  margin: 0 auto 2.5rem;
}
#main .type_b .box-head .sttl {
  padding: 1.5rem 0 1.6rem 8.1rem;
  background: url(img/box_icon02.png) no-repeat left 10px center;
  background-size: 51px auto;
  font-size: 2.4rem;
}
.box-wrap .type_b .box-head::after {
  width: 96%;
  height: 3px;
  background: url(img/dotline_small.png) repeat-x;
  background-size: 22px auto;
  bottom: -1px;
}

/* .addParts02Box_parts01List02 */
.addParts02Box_parts01List02 {
  display: flex;
  margin: 3rem auto;
  box-sizing: border-box;
  width: 96%;
}
.addParts02Box_parts01List02 > div {
  color: #231815;
  font-weight: bold;
  flex-shrink: 0;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 0.6rem 4.5rem 0.6rem 0.8rem;
  width: 182px;
  justify-content: center;
}
.addParts02Box_parts01List02 > div + div {
  margin-left: 1rem;
}
.addParts02Box_parts01List02 > div.on {
  background: #ffe28d url(img/tag-icon_on.png) no-repeat right 10px center;
  border-left: 10px solid #ffca2c;
}
.addParts02Box_parts01List02 > div.off {
  background: #e2e2e2 url(img/tag-icon_off.png) no-repeat right 21px center;
  color: #838383;
  border-left: 10px solid #838383;
}
.addParts02Box_parts01List02__small {
  font-size: 1.6rem;
}

/* frame-wrap (3box) */
.frame-wrap {
  margin: 4rem auto;
  display: flex;
  flex-wrap: wrap;
}
.frame {
  box-sizing: border-box;
  width: calc((100% - 4rem) / 3);
  margin: 0 0 0 2rem;
  padding: 1.7rem 1.5rem 1.8rem;
}
.frame:nth-of-type(3n + 1) {
  margin-left: 0;
}
.frame:nth-of-type(n + 4) {
  margin-top: 2.5rem;
}
.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;
}
.frame .frame-head a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-decoration: none;
  background: url(img/arrow_green.png) no-repeat right 1px center;
  background-size: 10px auto;
  padding-right: 2rem;
}
#main .frame .frame-body p {
  font-size: 1.5rem;
  width: 100%;
  margin: 0 auto;
  color: #3c3c3c;
  line-height: 1.92;
}
#main .frame .frame-body p + p {
  margin-top: 1.5rem;
}
.frame.type_a {
  border: 2px solid #90c132;
  border-radius: 5px;
}
.frame.type_a .frame-head {
  border: none;
  background-image: none;
  margin: -1.7rem -1.5rem 1.7rem;
  background-color: #d3e5b1;
  padding: 1.7rem;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  width: calc(100% + 3rem);
  border-radius: 3px 3px 0 0;
  letter-spacing: 4px;
  color: #231815;
}

.frame .addParts02Box_parts01List02 {
  justify-content: space-between;
  margin: 1.8rem auto 0;
  padding-right: 0.3rem;
  width: 100%;
}
.frame .addParts02Box_parts01List02 > div {
  width: calc((100% - 1.6rem) / 3);
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  margin: 0;
}
.frame .addParts02Box_parts01List02 > div.on {
  background-position: right 6px center;
  background-size: 18px auto;
  padding-right: 2.5rem;
  padding-left: 0.5rem;
  border-left-width: 4px;
}
.frame .addParts02Box_parts01List02 > div.off {
  background-position: right 6px center;
  background-size: 10px auto;
  padding-right: 2.8rem;
  padding-left: 0.5rem;
  border-left-width: 4px;
}
.frame .addParts02Box_parts01List02__small {
  font-size: 1rem;
  line-height: 1.1;
}
.frame__table {
  margin: 1.6rem auto 0;
  width: 100%;
}
.frame__table th,
.frame__table td {
  border: 1px solid #777066;
  font-size: 1.3rem;
  padding: 1rem 1rem;
}
.frame__table th {
  color: #231815;
  font-weight: normal;
  line-height: 1.3;
  width: 29.5%;
}
.frame__table td {
  color: #3c3c3c;
  line-height: 1.3;
}

/* box-jirei */
.box-jirei {
  margin: 3rem auto;
  background-color: #ffe28d;
  padding: 3.4rem 2.5rem 3.5rem;
  box-sizing: border-box;
  border-radius: 5px;
  width: 96%;
}
.box-jirei + .box-jirei {
  margin-top: 4.7rem;
}
.box-jirei_inner {
  background-color: #fff;
  padding: 2.2rem 3rem 3.4rem;
  position: relative;
}
.box-jirei_inner::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 24px 0 0;
  border-color: #ffe28d transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.box-jirei_catch {
  margin: 0 auto 2.2rem;
  padding: 1.7rem 0 2.6rem 6.9rem;
  background: url(img/icon_jirei.png) no-repeat left 8px top 40%, url(img/dotline_toc.png) repeat-x left 2px bottom;
  color: #231815;
  font-size: 2rem;
  letter-spacing: 0.7px;
  font-weight: 700;
  font-feature-settings: normal;
}
h3.box-jirei_catch {
  /* font-size: 24px; */
  /* padding: 1.7rem 0 2rem 6.9rem; */
}
.box-jirei + .box-jirei .box-jirei_catch {
  background-image: url(img/icon_jirei01-02.png), url(img/dotline_toc.png);
}
#main .box-jirei p {
  color: #3c3c3c;
  font-size: 1.5rem;
  width: 100%;
  letter-spacing: 0.3px;
  line-height: 1.929;
  margin: 0 auto;
}
#main .box-jirei p + p {
  margin-top: 1.5rem;
}
#main .box-jirei .caption {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #999;
  letter-spacing: normal;
  margin-top: 1.1rem;
  margin-left: -0.6rem;
  width: auto;
}
.box-jirei--ver2 {
  background-color: #90c132;
  border-radius: 0;
}
.box-jirei_inner--ver2::after {
  border-color: #90c132 transparent transparent transparent;
}
.box-jirei_catch--ver2 {
  background-image: url(img/icon_jirei02.png), url(img/dotline_toc.png);
  background-position: left 4px top 5px, left 2px bottom;
}
.box-jirei--ver3 {
  background-color: #c9c9c9;
}
.box-jirei_inner--ver3::after {
  border-color: #c9c9c9 transparent transparent transparent;
}
.box-jirei_catch--ver3 {
  background-image: url(img/icon_jirei03.png), url(img/dotline_toc.png);
}

/* ================== */
/*  サイトマップ　　　　*/
/* ================== */
#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;
}

/*--------------------------------------
　自動目次
---------------------------------------*/
#toc {
  background: url(img/bg02.png) repeat left 8px top 8px;
  background-size: 9px auto;
  padding: 1.6rem 3rem 3rem;
  margin: 4rem auto;
  border-radius: 5px;
  width: 88%;
  box-sizing: border-box;
}
#toc:before {
  box-sizing: border-box;
  content: "目次";
  display: block;
  width: 100%;
  background: url(img/toc-icon.png) no-repeat left 13px top 7px;
  font-size: 3.2rem;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  padding: 0 0 0 5.9rem;
  margin: 0 auto 1.1rem;
  color: #3c3c3c;
  font-weight: bold;
}
#toc > .chapter {
  background: #fff;
  border-radius: 5px;
  padding: 2.7rem 3.2rem 1.1rem;
  margin: 0;
}
#toc .chapter li {
  margin: 0 auto 1.2rem;
  font-size: 1.6rem;
  color: #3c3c3c;
  padding: 0 0 0.7rem 2.9rem;
  background: url(img/dotline_toc.png) repeat-x bottom left;
  background-size: 31px auto;
}
#toc .chapter li:last-child {
  background: no-repeat;
  margin-bottom: 0;
  padding-bottom: 0;
}
#toc .chapter li a {
  background: url(img/arrow_green_down.png) no-repeat right 1px center;
  text-decoration: none;
  display: block;
  padding-right: 3rem;
}
#toc .chapter li a:hover {
  text-decoration: none;
}
#toc > .chapter .chapter {
  margin: 0;
  padding: 0 0 0 2rem;
}

/* lower-bottom */
.lower-bottom {
  margin: 10rem auto 0;
  width: 731px;
}
.lower-bottom__link {
  border: 3px solid #231815;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  background: url(img/bg_lower-bottom01.png) repeat right top;
  background-size: 9px auto;
}
.lower-bottom__text {
  width: 100%;
  padding: 3.3rem 2rem 3.6rem 4rem;
  color: #231815;
  letter-spacing: 2px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  text-shadow: #fff 3px 0px 0px, #fff 2.83487px 0.981584px 0px, #fff 2.35766px 1.85511px 0px, #fff 1.62091px 2.52441px 0px, #fff 0.705713px 2.91581px 0px, #fff -0.287171px 2.98622px 0px, #fff -1.24844px 2.72789px 0px, #fff -2.07227px 2.16926px 0px, #fff -2.66798px 1.37182px 0px, #fff -2.96998px 0.42336px 0px, #fff -2.94502px -0.571704px 0px, #fff -2.59586px -1.50383px 0px, #fff -1.96093px -2.27041px 0px, #fff -1.11013px -2.78704px 0px, #fff -0.137119px -2.99686px 0px, #fff 0.850987px -2.87677px 0px, #fff 1.74541px -2.43999px 0px, #fff 2.44769px -1.73459px 0px, #fff 2.88051px -0.838247px 0px;
  line-height: 1.5;
}
.lower-bottom__text__small {
  font-size: 3.2rem;
}
.lower-bottom__img-wrap {
  width: 208px;
  flex-shrink: 0;
  background: url(img/bg_lower-bottom02.png) repeat right top;
  background-size: 9px auto;
  padding: 1.7rem 1rem 0.5rem;
  box-sizing: border-box;
}
.lower-bottom__img {
  display: block;
  margin: 0 0 0 2.8rem;
}
.lower-bottom__img-wrap__catch {
  color: #231815;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1.5rem 0 0 1.3rem;
  background: url(img/img-lower-bottom_check.png) no-repeat;
  background-size: contain;
  padding: 0.3rem 3.5rem 1.3rem 1.5rem;
  width: 169px;
  box-sizing: border-box;
  display: block;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 480px) {
  /*  SP  */
  html {
  }
  body {
    word-break: break-all;
    overflow-x: hidden;
    min-width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
  }
  body * {
    box-sizing: border-box;
  }
  .pc,
  .pc_br {
    display: none !important;
  }
  .sp,
  .sp_br {
    display: block !important;
  }
  img:not([width]) {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
    opacity: 1;
  }
  /*--------------------------------------
　Header
  ---------------------------------------*/
  #headNoteArea .areaInner {
    width: 220px;
    padding: 0;
  }
  #headTopArea {
    padding: 0;
    margin: 0 auto 0.5rem;
  }
  #headTopArea div,
  #headTopArea h1 {
    width: 100%;
    padding: 0.4em 6.6rem 0.4em 1em;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.9;
    font-weight: normal;
  }
  #headTopArea a {
  }
  #headNoteArea {
    padding: 0 6.6rem 1rem;
    margin: 0 auto;
  }
  #headNoteArea .logo {
    text-align: center;
  }
  #headNoteArea .logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  /*--------------------------------------
　Global Nav_SP
  ---------------------------------------*/
  #layer {
    position: fixed !important;
  }
  #sp_nav {
    position: fixed;
    top: 0;
    right: -80%;
    box-sizing: border-box;
    width: 80%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-left: 1px solid #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
  }
  /* 以下装飾など */
  #sp_nav ul {
    margin: 0;
    padding: 0;
    border-top: solid 2px #000;
  }
  #sp_nav li + li {
  }
  #sp_nav li {
    font-weight: bold;
    background: url(img/arrow_wt.png) right 10px center no-repeat;
    background-size: 10px auto;
    background-color: #90c132;
    border: solid 2px #000;
    border-top: none;
    list-style: none;
  }
  #sp_nav li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 30px 12px 16px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
  }
  #menuBtn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 41px;
    height: 41px;
    outline: none;
    border: none;
    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(80% + 15px);
    width: 41px;
    height: 41px;
    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;
  }
  #sp_nav .collapsible {
    background: url(img/arrow_next.png) right 6px center no-repeat;
    background-size: 18px auto;
    background-color: #90c132;
  }
  #sp_nav li .selected > a {
    font-weight: normal;
  }
  #sp_nav li .waSlideMenu-back {
    background: url(img/arrow_wt_back.png) 16px center no-repeat;
    background-size: 12px auto;
    padding-left: 18px !important;
    background-color: #90c132;
  }
  #sp_nav li .waSlideMenu-back a {
    color: #fff;
  }

  /* ================== */
  /*  pankuzu_SP　*/
  /* ================== */
  #pankuzuWrap {
    overflow: auto;
    white-space: nowrap;
    background: #ffe8a5;
  }
  #pankuzuWrap::-webkit-scrollbar {
    height: 3px;
  }
  #pankuzuWrap::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #eee;
  }
  #pankuzuWrap::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #ccc;
  }
  #pankuzu {
    box-sizing: border-box;
    width: 100%;
    padding: 0.6em 1em;
    font-size: 1.1rem;
    border-bottom: 1px solid #fff;
  }
  #pankuzu a {
    text-decoration: underline;
  }
  #pankuzu > span:last-of-type {
    padding-right: 1em;
  }

  /*--------------------------------------
　Main Contents
  ---------------------------------------*/
  #contents {
    position: relative;
    overflow-x: hidden;
    z-index: 0;
  }
  .category,
  .page {
    width: 100%;
    margin: 2rem auto 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;
    height: 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: 5em auto 0;
  }
  footer .areaInner {
    width: 100%;
    padding: 0 0 1.5em;
  }
  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 a {
    line-height: 1.4;
    font-size: 1.3rem;
  }
  footer .footBox .sttl {
    margin: 0;
    background-image: none;
    padding: 0;
  }
  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 3.2rem 1em 1em;
    font-size: 1.6rem;
    background: url(img/arrow_green_down.png) right 10px center no-repeat;
    background-size: 15px auto;
    font-weight: 400;
  }
  footer .footBox li a {
    display: block;
    padding: 1em 3.2rem 1em 2em;
    background: url(img/arrow_green.png) right 10px center no-repeat;
    background-size: 6px auto;
    border-bottom: 1px solid #bcbcbc;
    text-decoration: none;
  }
  footer .footBox li li a {
    padding-left: 3em;
  }
  footer .footBox li a.ssttl {
    display: block;
    padding: 1em 1.5em 1em 0.9em;
    background: url(./img/arrow.png) 97% 50% no-repeat;
    background-size: 6px auto;
    border-bottom: 1px solid #bcbcbc;
  }
  footer .footBox li.sp a {
    padding: 1.1em 3.2rem 1.1em 1em;
  }
  footer .smap .sttl a {
    background: url(img/arrow_green.png) right 13px center no-repeat;
    background-size: 8px auto;
  }
  footer .accordion ul.accChild {
    display: none;
    background: #f4fbe6;
  }
  footer .accordion .open a {
    background-image: url(img/arrow_green_up.png);
  }
  footer .accordion .open a.ssttl {
    background: url(./img/arrow_down.png) 97% 50% no-repeat;
    background-size: auto 6px;
  }
  footer .noticeArea {
    margin: 2em 1em 0;
    padding: 1em 0.5em;
    width: auto;
  }
  footer .ucp {
    margin: 1.5em 1em 0;
  }
  footer .noticeArea p,
  footer .ucp p {
    font-size: 1.1rem;
  }
  footer .botArea {
    padding: 0.8em 1em;
  }
  footer .botArea .botInner {
    width: 100%;
    padding: 0;
    display: block;
  }
  footer .botArea p {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
    width: 100%;
  }
  footer .botArea p a {
    display: inline-block;
    line-height: 1.8;
    font-size: 1rem;
  }
  footer .botArea .smap {
    display: none;
  }

  /* ================== */
  /*  SP共通パーツ　*/
  /* ================== */
  .index h2,
  .category h1,
  .page h1 {
    margin: 0 auto 1em;
    padding: 0.7em 0.7em;
    font-size: 2.7rem;
    letter-spacing: normal;
  }
  .index h3:not(.box-jirei_catch),
  .category h2:not(.box-jirei_catch),
  .page h2:not(.box-jirei_catch) {
    margin: 2em auto 1.2em;
    padding: 0.8em 0.7em;
    font-size: 2.2rem;
    letter-spacing: normal;
  }
  .index h4,
  .category h3,
  .page h3 {
    position: relative;
    margin: 1.8em auto 1.1em;
    padding: 0.7em 0.7em;
    font-size: 2rem;
  }
  .index h5,
  .category h6,
  .category h4,
  .category h5,
  .category h6,
  .page h4,
  .page h5,
  .page h6 {
    margin: 1.7em auto 1em;
    padding: 0 0.7em 0.9em;
    font-size: 1.8rem;
  }
  #main h2 a,
  #main h3 a,
  #main h4 a,
  #main h5 a,
  #main h6 a {
    background-size: 8px auto;
    padding-right: 20px;
  }
  #main ul {
    margin: 1.5em auto;
    width: 100%;
  }
  #main ul li {
    padding: 0 0 0.5em 1.8rem;
  }
  #main ul li::before {
    top: 8px;
    left: 0;
  }
  #main ol {
    margin: 1.5em 0 1.5em;
    padding: 0.5em 0.2em 0;
  }
  #main ol li {
    padding: 0 0 0.2em 1.5em;
    list-style: none;
    position: relative;
    counter-increment: number;
  }
  #main ol li::before {
    display: block;
    width: 25px;
    height: 17px;
    box-sizing: border-box;
    top: 4px;
    left: 2px;
    font-size: 1.6rem;
  }
  #main p {
    margin: 0 auto 1.5rem;
    width: 100%;
  }

  /* ================== */
  /*  テーブル　　　　　*/
  /* ================== */
  table th,
  table td {
    padding: 1em 1em;
    width: 100%;
    display: table-cell;
  }
  table th {
    border-bottom: none;
    text-align: center;
  }
  table td {
    border-bottom: none;
  }
  table {
    margin: 1.5em auto;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #777066;
  }

  /* ================== */
  /*  SPカスタマイズ共通　*/
  /* ================== */
  #main .caption {
    margin-top: 0.6em;
    font-size: 1.1rem;
  }
  #main .check,
  #main .recommend {
    padding: 0.7em 0.7em 0.7em 2.6rem;
    font-size: 1.8rem;
    margin: 4rem 0 1.5rem 1.5rem;
  }
  #main .recommend {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
  #main .point {
    font-size: 2rem;
    padding: 0.7em 0.7em;
    margin: 3.5rem auto 1.5rem;
  }
  #main .check::before,
  #main .recommend::before {
    width: 40px;
    height: 40px;
    left: -20px;
    bottom: 0;
  }
  .float-wrap {
    margin: 2.5em 0;
    padding: 0;
  }
  .float-wrap .catch {
    margin: 0 0 0.4em;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  #main .float-wrap p:not(.catch) + p {
    margin-top: 1.5rem;
  }
  .float-wrap .fl,
  .float-wrap .fr,
  .float-wrap .ct {
    float: none;
    padding: 0 0 0.5em;
    margin: 0 auto;
    width: auto;
  }
  .float-wrap .fl.t_small {
    width: 40%;
    float: left;
    padding: 0.5rem 1.2em 1rem 0;
  }
  .float-wrap .fr.t_small {
    width: 40%;
    float: right;
    padding: 0.5rem 0 1rem 1.2em;
  }
  /* btns */
  #main .btn-internal,
  #main .btn-web,
  #main .btn-tel,
  #main .btn-link {
    margin: 1.5em auto;
    width: 90%;
    max-width: 90%;
    text-align: center;
    display: block;
  }
  .btn-internal a,
  .btn-web a,
  .btn-tel a,
  .btn-link a {
    width: 100%;
    padding: 1em 2.5rem;
    font-size: 1.5rem;
    display: block;
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    line-height: 1.3;
  }
  .btn-link a {
    background-color: #fff;
    border: 2px solid;
    box-shadow: 4px 4px 0px #000;
  }
  .btn-internal a,
  .btn-web a,
  .btn-link a {
    background-size: 8px auto;
    background-position: right 10px center;
  }
  .btn-tel a {
    background: url(img/icon_tel.png) no-repeat left 13px center, url(img/bg_tel.png) repeat;
    background-size: 19px auto, 9px auto;
    color: #231815;
    box-shadow: 4px 4px 0px #000;
    padding-right: 3rem;
    padding-left: 3.8rem;
    border: 2px solid;
  }

  /* box-wrap(2box) */
  .box-wrap {
    width: 100%;
    margin: 2.4em auto;
    display: block;
  }
  .box-wrap .box {
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 1em 2rem;
  }
  .box-wrap .box + .box {
    margin-top: 1.6em;
  }
  .box .box-head .sttl {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .box .box-head a {
    background-size: 8px auto;
    padding-right: 2.5rem;
    background-position: right 2px center;
  }
  #main .box .catch {
    font-size: 1.7rem;
    margin: 0 auto 1rem;
  }
  .box-wrap .type_a .box-head,
  .box-wrap .type_b .box-head {
    display: block;
    margin: 0 auto 1.8rem;
  }
  .type_b .box-head {
    padding: 0 0 0.8rem;
  }
  .box-wrap .type_a .box-head::after,
  .box-wrap .type_b .box-head::after {
    width: 100%;
  }
  #main .box .box-head .sttl {
    font-size: 1.8rem;
    letter-spacing: normal;
    background-size: 40px auto;
    padding: 1rem 0 1rem 5.5rem;
    display: block;
  }
  #main .type_b .box-head .sttl {
    background-position: left 6px center;
  }
  #main .box .box-body p {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  /* .addParts02Box_parts01List02 */
  .addParts02Box_parts01List02 {
    margin: 2.5em auto;
    width: 100%;
    justify-content: space-between;
  }
  .addParts02Box_parts01List02 > div {
    font-size: 1.3rem;
    width: calc((100% - 1.6rem) / 3);
    padding: 0.5rem 1rem;
    justify-content: flex-start;
  }
  .addParts02Box_parts01List02 > div + div {
    margin-left: 0;
  }
  .addParts02Box_parts01List02 > div.on {
    background-position: right 6px center;
    background-size: 18px auto;
    padding-right: 2.5rem;
    padding-left: 0.5rem;
    border-left-width: 4px;
  }
  .addParts02Box_parts01List02 > div.off {
    background-position: right 6px center;
    background-size: 10px auto;
    padding-right: 2.8rem;
    padding-left: 0.5rem;
    border-left-width: 4px;
  }
  .addParts02Box_parts01List02__small {
    font-size: 1rem;
    line-height: 1.1;
  }

  /* frame-wrap (3box) */
  .frame-wrap {
    display: block;
    margin: 2.4em auto;
  }
  .frame {
    width: 100%;
    margin: 0 auto;
    padding: 1.7rem 1em 2rem;
  }
  .frame + .frame {
    margin-top: 1.6em;
  }
  .frame .frame-head {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .frame.type_a .frame-head {
    margin: -1.7rem -0.85em 1.5rem;
    width: calc(100% + 1.7em);
    padding: 1.7rem 1em;
    display: block;
  }
  .frame .frame-head a {
    background-size: 8px auto;
  }
  #main .frame .frame-body p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .frame__table {
    margin: 2.2rem auto 0;
    width: 100%;
  }
  .frame__table th,
  .frame__table td {
    padding: 1rem 1em;
    width: 100%;
    border-bottom: none;
  }

  /*  box-jirei  */
  .box-jirei {
    margin: 2.5rem auto;
    padding: 1.8rem 1em;
    width: 100%;
  }
  .box-jirei + .box-jirei {
    margin-top: 2.5rem;
  }
  .box-jirei_inner {
    padding: 1.5rem 1em 2.5rem;
  }
  .box-jirei_catch {
    margin: 0 auto 1.5rem;
    padding: 1rem 0 1.5rem 5rem;
    font-size: 1.6rem;
    background-size: 30px auto, 31px auto;
    letter-spacing: normal;
    background-position: left 6px top 40%, left 2px bottom;
  }
  h3.box-jirei_catch {
    font-size: 2rem;
    /* padding: 1rem 0 1.5rem 5rem; */
    /* background-position: left 6px top 40%, left 2px bottom; */
  }
  .box-jirei_catch--ver2 {
    background-size: 36px auto, 31px auto;
    background-position: top 40% left 5px, left 2px bottom;
  }
  #main .box-jirei p {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: normal;
  }
  #main .box-jirei .caption {
    margin: 1rem auto 0;
    font-size: 1.1rem;
  }

  /*--------------------------------------
　自動目次
 ---------------------------------------*/
  #toc {
    padding: 1rem 1em 1.6rem;
    margin: 2.5em 0;
    width: 100%;
  }
  #toc:before {
    margin: 0 auto 1rem;
    font-size: 1.8rem;
    padding-left: 3.5rem;
    background-size: 20px auto;
    background-position: left 5px top 4px;
  }
  #toc > .chapter {
    padding: 1.2rem 1rem;
  }
  #toc .chapter li {
    background-size: 24px auto;
    padding: 0 0 0.8rem 3rem;
    font-size: 1.5rem;
    margin: 0 auto 0.8rem;
  }
  #toc .chapter li a {
    background-size: 12px auto;
    padding-right: 2rem;
  }
  #toc > .chapter .chapter {
    padding-left: 1.5rem;
  }

  /* lower-bottom */
  .lower-bottom {
    margin: 5em auto 0;
    width: 100%;
  }
  .lower-bottom__link {
    background-size: 7px auto;
    display: table;
    width: 100%;
  }
  .lower-bottom__text {
    width: auto;
    padding: 2rem 0.5rem;
    font-size: 1.8rem;
    letter-spacing: 2px;
    display: table-cell;
    vertical-align: middle;
  }
  .lower-bottom__text__small {
    font-size: 1.5rem;
  }
  .lower-bottom__img-wrap {
    width: 33%;
    background-size: 7px auto;
    padding: 0.4em 0.2em 0.4em;
    display: table-cell;
    vertical-align: middle;
  }
  img.lower-bottom__img {
    height: 50px;
  }
  .lower-bottom__img-wrap__catch {
    font-size: 1rem;
    margin: 1rem auto 0;
    padding: 0.2rem 2.2rem 0.7rem 0.5rem;
    box-sizing: border-box;
    display: block;
    letter-spacing: 0.5px;
    text-align: center;
    width: 101px;
  }

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

  /* ================== */
  /*  SP固定バナー　　　　*/
  /* ================== */
  .btn-internal--fixed {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 1em;
  }
}
/* End_SP */
