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

* {
  box-sizing: border-box;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

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

body {
  color: #353b39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  min-width: 1100px;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-x: hidden;
}

@media all and (-ms-high-contrast: none) {
  body,
p,
li,
dt,
dd,
th,
td,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #353b39;
  text-decoration: none;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: 700;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

blockquote {
  background: #f1f1f1;
  padding: 2rem;
  width: 100%;
  margin: 2rem auto;
}

cite {
  word-break: break-all;
}

p > span {
  font-weight: 700;
  /* color: #465f21; */
  letter-spacing: 1px;
  margin: 0 0.3rem;
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #ffd75f 50%);
}

.contents p {
  max-width: 1100px;
  margin: 20px auto 20px;
}

.box-wrap h2,
.common-parts .box-wrap h2,
.frame-wrap h2,
.common-parts .frame-wrap h2,
.float-wrap h3,
.common-parts .float-wrap h3,
.box-wrap h3,
.common-parts .box-wrap h3,
.frame-wrap h3,
.common-parts .frame-wrap h3,
.float-wrap h4,
.common-parts .float-wrap h4,
.box-wrap h4,
.common-parts .box-wrap h4,
.frame-wrap h4,
.common-parts .frame-wrap h4,
.float-wrap h5,
.common-parts .float-wrap h5,
.box-wrap h5,
.common-parts .box-wrap h5,
.frame-wrap h5,
.common-parts .frame-wrap h5,
.float-wrap h6,
.common-parts .float-wrap h6,
.box-wrap h6,
.common-parts .box-wrap h6,
.frame-wrap h6,
.common-parts .frame-wrap h6 {
  display: block;
  width: auto;
  height: auto;
  min-width: initial;
  min-width: auto;
  min-height: initial;
  min-height: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  position: static;
}

/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
  background: #fff;
}

header .headTopArea {
  width: 1100px;
  margin: 6px auto;
}

header .headTopArea .rightTxt {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
}

/*--------------------------------------
　visArea
---------------------------------------*/
#visArea_lower {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#visArea_lower .mainArea {
  display: table;
  background: url("img/mv_pic_pc_lower.jpg") center no-repeat;
  background-size: cover;
  height: 120px;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}

#visArea_lower .mainArea .mainAreaInner {
  display: table-cell;
  vertical-align: middle;
}

#visArea_lower .mainArea .siteNameArea {
  margin: 0;
}

#visArea_lower .mainArea .siteName {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0 1rem;
  max-width: 14rem;
}

#visArea_lower .mainArea .siteName a {
  display: block;
}

#visArea_lower .mainArea .siteName img {
  margin: 0 auto;
}

#visArea_lower .mainArea .siteNameSmall {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

#g-nav::after {
  content: "";
  background: linear-gradient(to right, #bbbbbb, #bbbbbb 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#g-nav ul {
  display: flex;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1100px;
  height: auto;
  margin: 0 auto;
}

#g-nav li {
  width: 100%;
  min-height: 80px;
  text-align: center;
  position: relative;
}

#g-nav li::before {
  content: "";
  background: linear-gradient(#bbb, #bbb);
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#g-nav li:last-child::after {
  content: "";
  background: linear-gradient(#bbb, #bbb);
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#g-nav li a {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 20px 12px;
  position: relative;
}

#g-nav li a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: inherit;
  color: inherit;
  border-bottom: none;
}

#g-nav li a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #adbc32;
  position: absolute;
  left: 0;
  bottom: 2px;
  opacity: 1;
}

#g-nav li a:hover {
  opacity: 0.7;
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
  margin: 0;
}

#pankuzu {
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 12px 0;
  width: 1100px;
}

#pankuzu span {
  border-bottom: none;
  font-weight: inherit;
  color: inherit;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents {
  width: 1100px;
  margin: 0 auto 0;
  padding: 6rem 0 0;
}

.index {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0 0;
}

#category,
.page {
  float: left;
  width: 830px;
  margin: 0;
  padding: 0;
}

/*--------------------------------------
　Side
---------------------------------------*/
#side {
  float: right;
  width: 220px;
}

#side .sideTopBox {
  background: #c0e6d9;
  /* border: solid 2px #cab987; */
  margin: 60px 0 40px;
  position: relative;
}

#side .sideTopBox a {
  display: block;
  padding: 20px;
}

#side .sideTopBox .catch {
  font-size: 1.6rem;
  margin: 0 0 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #0d7467;
}

#side .sideTopBox .imgBox {
  margin: 0 0 15px;
}

#side .sideTopBox p {
  line-height: 1.6;
}

#side .sideTopBox .dtlBtn {
  display: block;
  text-align: center;
  color: #fff;
  background: #f8aa12 url(img/arrow_white.png) right 10px center no-repeat;
  background-size: 6px 8px;
  padding: 8px 30px;
  margin: 20px 0 0;
  border-radius: 5rem;
  position: relative;
}

#side .sideBox {
  margin: 0 0 30px;
  border-top: 2px solid #adbc32;
}

#side .sideBox .sttl {
  font-size: 1.5rem;
  font-weight: 700;
  background: #eff2e5;
}

#side .sideBox .sttl a {
  display: block;
  padding: 15px;
  color: #465f21;
}

#side .sideBox ul {
  padding: 0;
  margin: 0;
}

#side .sideBox ul li {
  background-image: none;
  padding: 0;
  position: relative;
}

#side .sideBox ul li::before {
  content: "";
  background: linear-gradient(to right, #bbbbbb, #bbbbbb 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

#side .sideBox ul li a {
  display: block;
  padding: 10px 25px 10px 12px;
  font-size: 1.3rem;
  background: url(img/arrow_black.png) no-repeat right 10px center;
  background-size: 5px auto;
  text-decoration: none;
  color: #353b39;
}

#side .sideBox ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#side .sideBox .subList {
  margin: 0;
}

#side .sideBox .subList li {
  margin: 0;
}

#side .sideBox .subList li a {
  display: block;
  padding: 10px 28px 10px 15px;
}

#side .sideBox .subList li a::before {
  content: "└";
  margin: 0 5px 0 0;
}

/*--------------------------------------
lower-bottom
---------------------------------------*/
.lower-bottom {
  width: 100%;
  margin: 90px auto;
}

.lower-bottom .addInner {
  width: auto;
  margin: 0 auto;
}

.lower-bottom__TitArea {
  position: relative;
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
}

.lower-bottom__TitArea::before {
  content: "";
  background: #00786a;
  width: 100vw;
  min-width: 1200px;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.lower-bottom__TitArea__Tit {
  padding: 30px;
  color: #fff;
  border-right: 2px solid #cab987;
  font-size: 2.6rem;
  letter-spacing: 8px;
  position: relative;
  width: 436px;
  line-height: 1.3;
}

.lower-bottom__TitArea__Tit::before {
  content: "";
  width: 153px;
  height: 58px;
  background: url(img/txticon_pickup.svg);
  position: absolute;
  left: -56px;
  top: -27px;
  z-index: 10;
}

.lower-bottom__TitArea__Txt {
  padding: 30px;
  color: #fff;
  width: calc(100% - 463px);
}

.lower-bottom .addInner .addTxt {
  margin: 0 0 2rem;
}

.lower-bottom p {
  margin: 0;
}

.lower-bottom .aadPartsTit {
  text-align: center;
}

.lower-bottom .block {
  width: 270px;
  margin: 0 8px 35px 0;
  float: left;
}

.lower-bottom .block .btn-web,
.lower-bottom .block .btn-internal {
  width: auto;
  margin: 0;
}

.lower-bottom .block:last-child {
  margin-right: 0;
}

.lower-bottom .block:nth-of-type(4) {
  margin-right: 0;
}

.lower-bottom .block .catch {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 12px 10px;
  margin: 0 0 10px;
  width: 100%;
  color: #0d7467;
  letter-spacing: 5px;
}

.lower-bottom .block .catch span {
  font-size: 2.4rem;
  color: #f24b4b;
  border: 0;
}

.lower-bottom .btn-web a {
  display: block;
  font-size: 1.6rem;
  padding: 22px 30px;
  width: 100%;
}

.lower-bottom .scrollArea {
  border: 2px solid #cab987;
  background-color: #f6f3ec;
  padding: 30px 13px;
  position: relative;
}

.lower-bottom .scrollArea .priceArea {
  display: block;
  margin: 0 0 12px;
  text-align: center;
}

.lower-bottom .scrollArea .priceArea .priceTit {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #00786a;
  padding: 8px;
  position: relative;
}

.lower-bottom .scrollArea .priceArea .price {
  vertical-align: middle;
  width: auto;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  color: #c4940f;
  padding: 10px 0;
  border-bottom: 1px solid #c9b169;
}

.lower-bottom .scrollArea .priceArea .price.small {
  font-size: 2.2rem;
}

.lower-bottom .scrollArea .priceArea .price span {
  font-size: 1.4rem;
  color: #333;
  padding: 0 0 0 5px;
  font-weight: inherit;
  border-bottom: none;
}

.lower-bottom .scrollArea .performance {
  font-size: 1.5rem;
  padding: 10px;
  border-bottom: 1px solid #cab987;
  margin: 1rem 0 1.5rem;
  line-height: 1.4;
}

.lower-bottom .scrollArea .performance_text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.lower-bottom .scrollArea .dl_wrap {
  padding: 0;
  background: none;
  margin: 0 0 1rem 0;
  width: 50%;
}

.lower-bottom .scrollArea .dl_wrap dt {
  background: #c9b169;
  padding: 4px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 2px;
}

.lower-bottom .scrollArea .dl_wrap dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  word-break: break-all;
  text-align: left;
  line-height: 1.2;
  font-size: 1.4rem;
}

.lower-bottom .scrollArea .companyName {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #0d7467;
  margin: 0 0 1.5rem;
  letter-spacing: 3px;
}

.lower-bottom .scrollArea .companyCatch {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}

.lower-bottom .scrollArea .companyCatch span {
  font-size: 2rem;
  color: #0d7467;
  line-height: 1.3;
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fcf3de 50%);
}

.lower-bottom__addTxt p {
  margin-bottom: 1em;
  font-size: 1.2rem;
  color: #767676;
}

.contents .category .lower-bottom__addTxt ul,
.contents .page .lower-bottom__addTxt ul,
.contents .category .lower-bottom__addTxt ul li,
.contents .page .lower-bottom__addTxt ul li {
  padding: 0;
  margin: 0;
}

.contents .category .lower-bottom__addTxt ul li,
.contents .page .lower-bottom__addTxt ul li {
  font-size: 1.2rem;
  color: #767676;
}

.contents .category .lower-bottom__addTxt ul li::before,
.contents .page .lower-bottom__addTxt ul li::before {
  content: "・";
  background: none;
  width: auto;
  height: auto;
  position: static;
  top: auto;
  left: auto;
  display: inline;
  padding: 0;
  margin: 0;
}

/*--------------------------------------
Footer
---------------------------------------*/
footer {
  margin: 10rem 0 0;
  padding: 0;
  background-color: #eff2e5;
}

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

footer .areaInner .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

footer .areaInner .logo {
  width: auto;
  margin: 0 auto 5rem;
}

footer .areaInner .logo a {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #333;
  text-decoration: none;
}

footer .areaInner .logo a:hover {
  opacity: 0.7;
}

footer .areaInner .logo a img {
  max-width: 14rem;
}

footer .areaInner .footBox {
  margin: 0 0 3rem 0;
}

footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #353b39;
  padding: 0 0 1rem 0;
  margin: 0 0 1.4rem 0;
}

footer .areaInner .footBox .sttl a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #465f21;
  background: url("img/foot_arrow.png") left center no-repeat;
  background-size: 11px auto;
  border: none;
  padding: 0.3rem 0 0.3rem 2rem;
  margin: 0;
}

footer .areaInner .footBox .sttl a:hover {
  text-decoration: none;
  opacity: 0.7;
}

footer .footBox ul {
  padding: 0 2rem;
}

footer .areaInner .footBox .accChild {
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

footer .areaInner .footBox .accChild li.subCat {
  width: 22%;
  margin: 0 4% 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
  margin: 0 0 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat a {
  display: inline-block;
  background: url("img/arrow_black.png") 5px 8px no-repeat;
  background-size: 5px auto;
  padding: 0 0 0 1.5rem;
}

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

footer .areaInner .footBox .accChild .pc + li::before {
  /* content: "　|　"; */
  letter-spacing: 0;
  color: #a40024;
}

footer .areaInner .footBox .accChild .pc + li::before {
  /* content: "|　"; */
  letter-spacing: 0;
  color: #a40024;
}

footer .areaInner .footBox .accChild .pc + li.subCat::before {
  content: "";
}

footer .areaInner .footBox .accChild li {
  float: left;
  display: inline-block;
  margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild li a {
  font-size: 1.3rem;
  font-weight: normal;
  color: #353b39;
  padding: 0;
}

footer .areaInner .footBox .accChild .subList {
  padding: 0 0 0 1.5rem;
  margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild .subList li {
  padding: 0.2rem 0 0 0;
  display: block;
  float: none;
  margin: 0;
  position: relative;
}

footer .areaInner .footBox .accChild .subList li::before {
  content: "└";
  color: #333;
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 0.4rem;
}

footer .areaInner .footBox .accChild .subList li a {
  font-size: 1.3rem;
  background-image: none;
  padding: 0 0 0 1.8rem;
}

/*noticeArea*/
footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border-radius: 0;
  padding: 2.5rem 3rem;
  margin: 5rem auto 0;
}

footer .areaInner .noticeArea p {
  font-size: 1.2rem;
  margin: 0;
}

footer .areaInner p.ucp {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  margin: 1.5rem auto 0;
}

footer .botArea {
  background-color: #adbc32;
}

footer .botArea .inner {
  width: 1100px;
  padding: 1.2rem 0 1.5rem;
  margin: 0 auto;
}

footer .botArea .inner.cf {
  content: none;
}

footer p.sitemap a {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: right;
  float: right;
  padding: 0.5rem 0;
  text-decoration: underline;
}

footer p.sitemap a:hover {
  text-decoration: none;
}

footer p.copy {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  float: left;
  padding: 0.5rem 0;
}

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

footer a:hover {
  text-decoration: underline;
}

/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  width: 60px;
}

#page-top img:hover {
  opacity: 0.7;
}

/* ================== */
/*  サイトマップ　　　*/
/* ================== */
.contents #page.mappage h2 {
  margin: 68px auto 28px;
}

.contents #page.mappage h2 a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
}

.contents #page.mappage ul {
  margin: 0 auto 0.6rem;
}

.contents #page.mappage ul li {
  padding: 0 0 0.6rem 2.2rem;
}

.contents #page.mappage ul.subList li:last-child {
  margin: 0 0 1rem;
}

.contents #page.mappage ul li a:hover {
  opacity: 0.7;
}

.contents #page.mappage ul.subList li a {
  font-size: 1.4rem;
}

/* ================== */
/*  メインコンテンツ　*/
/* ================== */
.common_parts .inner {
  max-width: 1100px;
  margin: auto;
}

.index .top_title,
.category h1,
.page h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 33px 40px 33px 80px;
  margin: 25px auto 30px;
  position: relative;
  color: #fff;
}

.index .common_parts h2 {
  margin: 85px auto 30px;
}

.category h1,
.page h1 {
  margin: 25px 0 30px;
}

.index .top_title::before,
.category h1::before,
.page h1::before {
  content: "";
  width: calc(100% - 40px);
  height: 110px;
  background: #fff;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: -1;
  border: 2px solid #ffd75f;
}

.index .top_title::after,
.category h1::after,
.page h1::after {
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: #adbc32;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.category h2,
.page h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 98px auto 28px;
  line-height: 1.4;
  padding: 24px 70px;
  background: #eff2e5;
  border-top: 1px solid #adbc32;
  border-bottom: 1px solid #adbc32;
  box-shadow: 0px -8px 0px #eff2e5, 0px 8px 0px #eff2e5;
  position: relative;
}

.category h3, .page h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 70px auto 20px;
  padding: 15px 20px 15px 60px;
  line-height: 1.5;
  border-bottom: 1px solid #465f21;
  position: relative;
}

.category h3::after,
.page h3::after {
  content: "";
  width: 32px;
  height: 34px;
  background: url("img/icon_drops.svg") center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.category h6,
.category h4,
.category h5,
.category h6,
.page h4,
.page h5,
.page h6 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 20px 13px 20px;
  margin: 70px auto 20px;
  position: relative;
  font-weight: 700;
}

.category h6::after,
.category h4::after,
.category h5::after,
.category h6::after,
.page h4::after,
.page h5::after,
.page h6::after {
  content: "";
  background: #adbc32;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sitemap h2 a {
  color: #353b39;
}

.index .top_title a {
  color: inherit;
  display: block;
  width: 100%;
  background: url("img/arrow_white.png") right center no-repeat;
  background-size: 10px auto;
  padding-right: 30px;
}

.category h2 a,
.page h2 a {
  color: inherit;
  display: block;
  width: 100%;
  background: url("img/arrow_green.png") right center no-repeat;
  background-size: 10px auto;
  padding-right: 30px;
}

.category h3 a,
.page h3 a {
  color: inherit;
  display: block;
  width: 100%;
  background: url("img/arrow_green.png") right center no-repeat;
  background-size: 8px auto;
  padding-right: 30px;
  font-weight: 700;
}

.category h4 a,
.page h4 a {
  color: inherit;
  display: block;
  width: 100%;
  background: url("img/arrow_green.png") right center no-repeat;
  background-size: 8px auto;
  padding-right: 30px;
  font-weight: 700;
}

.category h5 a,
.page h5 a,
.index .common_parts h6 a {
  color: inherit;
  display: block;
  width: 100%;
  background: url("img/arrow_green.png") right center no-repeat;
  background-size: 8px auto;
  padding-right: 30px;
}

.category h6 a,
.page h6 a {
  color: inherit;
  display: block;
  width: 100%;
  background: url("img/arrow_green.png") right center no-repeat;
  background-size: 8px auto;
}

.index .common_parts h2:first-child {
  margin-top: 12rem;
}

.category h1:first-child,
.page h1:first-child {
  margin-top: 24px;
}

.category h2:first-child,
.page h2:first-child,
.index .common_parts h3:first-child,
.category h3:first-child,
.page h3:first-child,
.index .common_parts h4:first-child,
.category h4:first-child,
.page h4:first-child,
.index .common_parts h5:first-child,
.category h5 a:first-child,
.page h5 a:first-child,
.index .common_parts h6:first-child,
.category h6:first-child,
.page h6:first-child {
  margin-top: 40px;
}

.common_parts .heading_addTxt {
  padding: 0 4rem;
}

.index .common_parts .title {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 98px auto 38px;
  line-height: 1.4;
  padding: 24px 70px;
  background: #eff2e5;
  border-top: 1px solid #adbc32;
  border-bottom: 1px solid #adbc32;
  box-shadow: 0px -8px 0px #eff2e5, 0px 8px 0px #eff2e5;
  position: relative;
  color: #465f21;
}

.contents .box-wrap.col1 .type-b .box-head-area .box-head {
  font-size: 2.4rem;
  font-weight: 700;
  color: #353B9;
}

.index .common_parts .box-wrap.col1 .box-head a {
  background: url(img/arrow_green_02.png) no-repeat right center;
  background-size: 8px auto;
  color: #353b39;
  font-size: 2.4rem;
}

.index .common_parts table th {
  white-space: nowrap;
}

.accordion-item {
  display: none;
}

.accordion-btn {
  width: 50rem;
  position: relative;
  margin: 2rem auto 4rem auto;
  padding: 1.8rem 3rem;
  border: 2px solid #465f21;
  border-radius: 5rem;
  color: #465f21;
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}

.accordion-btn:hover {
  opacity: 0.6;
}

.accordion-btn::before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "＋";
}

.accordion-btn.is-open::before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "ー";
}

/* .tagsArea .accordion-btn {
width: 210px;
} */
/*--------------------------------------
　list
---------------------------------------*/
.contents .index .common_parts ul,
.contents .category ul,
.contents .page ul {
  max-width: 1100px;
  margin: 25px auto 25px;
  padding: 10px 10px 0;
}

.contents .index .common_parts ul li,
.contents .category ul li,
.contents .page ul li {
  padding: 0 0 0.6rem 2.6rem;
  position: relative;
}

.contents .index .common_parts ul li::before,
.contents .category ul li::before,
.contents .page ul li::before {
  content: "";
  display: block;
  background-color: #465f21;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 1rem;
  left: 0;
}

.contents .index .common_parts ul li a,
.contents .category ul li a,
.contents .page ul li a,
.contents .index .common_parts ol li a,
.contents .category ol li a,
.contents .page ol li a {
  text-decoration: underline;
}

.contents .index .common_parts ul li a:hover,
.contents .category ul li a:hover,
.contents .page ul li a:hover,
.contents .index .common_parts ol li a:hover,
.contents .category ol li a:hover,
.contents .page ol li a:hover {
  opacity: 1;
  text-decoration: none;
}

.contents .index .common_parts ol,
.contents .category ol,
.contents .page ol {
  max-width: 1100px;
  margin: 25px auto 25px;
  padding: 10px 10px 0;
}

.contents .index .common_parts ol li,
.contents .category ol li,
.contents .page ol li {
  padding: 2px 0 2px 30px;
  list-style: none;
  position: relative;
  counter-increment: number;
}

.contents .index .common_parts ol li::before,
.contents .category ol li::before,
.contents .page ol li::before {
  display: block;
  background-color: #adbc32;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0.5rem;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-weight: 700;
  font-size: 1.2rem;
}

.contents .index .common_parts ol li:nth-child(-n+9)::before,
.contents .category ol li:nth-child(-n+9)::before,
.contents .page ol li:nth-child(-n+9)::before {
  content: counter(number);
}

.contents .index .common_parts ol li:nth-child(n+10)::before,
.contents .category ol li:nth-child(n+10)::before,
.contents .page ol li:nth-child(n+10)::before {
  content: counter(number);
}

/*--------------------------------------
　check,point
---------------------------------------*/
.index .check,
.category .check,
.page .check,
.index .point,
.category .point,
.page .point {
  display: block;
  font-weight: normal;
}

.index .check a,
.category .check a,
.page .check a,
.index .point a,
.category .point a,
.page .point a {
  display: block;
  font-size: 100%;
}

.index .check::before,
.category .check::before,
.page .check::before,
.index .point::before,
.category .point::before,
.page .point::before {
  z-index: 0;
  background: none;
  box-shadow: 0px 0px 0px;
}

.index .check::after,
.category .check::after,
.page .check::after,
.index .point::after,
.category .point::after,
.page .point::after {
  z-index: 0;
  background: none;
  box-shadow: 0px 0px 0px;
}

/*check*/
.contents .check {
  width: 100%;
  max-width: 1100px;
  /*    min-height: 98px;*/
  height: 98px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: solid 2px #adbc32;
  background: url(img/color_green.png) 36px 30px no-repeat;
  background-size: 2px 100%;
  padding: 2rem 2rem 2rem 9.4rem;
  margin: 3rem auto 2rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.contents .check::before {
  content: "CHECK";
  width: 74px;
  height: 74px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #7880c0;
  border: 2px solid #7880c0;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  left: 0;
  /*-webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);*/
  box-sizing: border-box;
}

.contents .check a {
  color: #566556;
  text-decoration: underline;
}

/*point*/
.contents .point {
  width: 100%;
  max-width: 1100px;
  /*    min-height: 98px;*/
  height: 98px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: solid 2px #adbc32;
  background: url(img/color_green.png) 36px 30px no-repeat;
  background-size: 2px 100%;
  padding: 2rem 2rem 2rem 9.4rem;
  margin: 3rem auto 2rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.contents .point::before {
  content: "POINT";
  width: 74px;
  height: 74px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: 0;
  text-align: center;
  background: #eff2e5;
  border: 2px solid #adbc32;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  left: 0;
  /*-webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);*/
  box-sizing: border-box;
}

.contents .point a {
  color: #7c6853;
  text-decoration: underline;
}

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

.caption a {
  color: #999;
}

/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
  max-width: 1100px;
  margin: 40px auto 40px;
  box-sizing: border-box;
}

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

.float-wrap .flame {
  position: relative;
}

.float-wrap .fl {
  width: 350px;
  margin: 0 30px 10px 0;
  text-align: center;
}

.float-wrap .fr {
  width: 350px;
  margin: 0 0 10px 30px;
  text-align: center;
}

.float-wrap .ct {
  width: 500px;
  margin: 0 auto 20px;
  text-align: center;
}

.float-wrap.ct .catch {
  text-align: center;
}

.contents .float-wrap .catch {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 20px;
  color: #465f21;
}

/*--------------------------------------
btns
---------------------------------------*/
.btn-tel {
  display: none;
}

.btn-web,
p.btn-web {
  margin: 4rem auto;
  padding: 0;
  text-align: center;
}

.btn-web a {
  display: inline-block;
  position: relative;
  width: 45rem;
  margin: 0 auto;
  padding: 2rem 3rem;
  background: #31a4fd url(img/arrow_white.png) no-repeat right 1.5rem center;
  background-size: 7px 11px;
  border: 2px solid #31a4fd;
  border-radius: 5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.btn-web a:hover {
  background: #347ab1 url(img/arrow_white.png) no-repeat right 1.5rem center;
  background-size: 7px 11px;
  border: 2px solid #347ab1;
  text-decoration: none;
  opacity: 1;
}

.btn-internal,
p.btn-internal {
  margin: 4rem auto;
  padding: 0;
  text-align: center;
}

.btn-internal a {
  display: inline-block;
  position: relative;
  width: 45rem;
  margin: 0 auto;
  padding: 2rem 3rem;
  background: #f8aa12 url(img/arrow_white.png) no-repeat right 1.5rem center;
  background-size: 7px 11px;
  border: 2px solid #f8aa12;
  border-radius: 5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.btn-internal a:hover {
  background: #fff url(img/arrow_orange.png) no-repeat right 1.5rem center;
  background-size: 7px 11px;
  border: 2px solid #f8aa12;
  color: #f8aa12;
  text-decoration: none;
  opacity: 1;
}

.btn-internal.down a {
  background: #f8aa12 url(img/arrow_white_down.png) no-repeat right 1.5rem center;
  background-size: 11px 7px;  
}

.btn-internal.down a:hover {
  background: #fff url(img/arrow_orange_down.png) no-repeat right 1.5rem center;
  background-size: 11px 7px;
}

.btn-link {
  margin: 4rem 0;
  padding: 0;
  text-align: right;
}

.btn-link a {
  position: relative;
  min-height: 16px;
  padding: 0 0 0.3rem 2.1rem;
  background: url(img/arrow_link.png) no-repeat left center;
  color: #353b39;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
}

.btn-link a:hover {
  text-decoration: none;
  opacity: 0.6;
}

/* ================== */
/*  テーブル　　　　　*/
/* ================== */
.contents .table-layout {
  padding: 0;
}

.contents table {
  width: 100%;
  max-width: 1100px;
  table-layout: fixed;
  margin: 40px auto 40px;
  border: solid 1px #ddd;
}

.contents table th {
  width: 22%;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  color: #465f21;
  background: #eff2e5;
  border: solid 1px #ddd;
  padding: 14px 16px;
}

.contents table td {
  line-height: 2.4rem;
  padding: 14px 20px;
  background: #FFF;
  font-size: 1.4rem;
  text-align: left;
  word-wrap: break-word;
  border: solid 1px #ddd;
}

/*--------------------------------------
　box-wrap
---------------------------------------*/
.contents .box-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
}

.contents .box-wrap .box {
  display: block;
  width: 48%;
  margin: 0 4% 6rem 0;
  padding: 3rem;
  box-sizing: border-box;
  position: relative;
}

.contents .box-wrap .box:nth-child(2n) {
  margin-right: 0;
}

.contents .box-wrap .box .permalink {
  display: none;
}

.contents .box-wrap .box .thumb {
  position: relative;
}

.contents .box-wrap.col1 .box {
  width: 100%;
  margin: 0 auto 15px;
}

/*box-head*/
.index .box-wrap .box-head,
.category .box-wrap .box-head,
.page .box-wrap .box-head {
  display: block;
}

.index .box-wrap .box-head a,
.category .box-wrap .box-head a,
.page .box-wrap .box-head a {
  display: block;
  font-size: 100%;
}

.index .box-wrap .box-head a:hover,
.category .box-wrap .box-head a:hover,
.page .box-wrap .box-head a:hover {
  color: #333;
  text-decoration: none;
}

.index .box-wrap .box-head::after,
.category .box-wrap .box-head::after,
.page .box-wrap .box-head::after {
  content: none;
}

.contents .box-wrap .box p {
  margin: 0;
}

/*type-a*/
.contents .box-wrap .type-a {
  background-color: #eff2e5;
}

.contents .box-wrap .type-a::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 98px;
  height: 34px;
  background: url(img/txticon_voice.svg) no-repeat left top;
  top: -20px;
  margin-left: -49px;
}

.contents .box-wrap .type-a .thumb {
  position: relative;
  margin: 0 0 20px;
}

.contents .box-wrap .type-a .box-head {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #465f21;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  align-items: center;
  box-shadow: none;
  border: 0;
  background: none;
}

.contents .box-wrap .type-a .box-head::before {
  opacity: 0;
}

.contents .box-wrap .type-a .box-head a {
  display: block;
  width: 100%;
  line-height: 1.4;
  color: inherit;
  background: url("img/arrow_green.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
}

.contents .box-wrap .type-a .box-head a:hover {
  opacity: 0.7;
}

.contents .box-wrap .type-a .box-body .smallPic {
  width: 100px;
  float: left;
}

.contents .box-wrap.two-three .type-a:nth-child(2n) {
  margin-right: 4%;
}

.contents .box-wrap.two-three .type-a:nth-child(5n+1),
.contents .box-wrap.two-three .type-a:nth-child(5n+2) {
  width: 48%;
}

.contents .box-wrap.two-three .type-a:nth-child(5n+3),
.contents .box-wrap.two-three .type-a:nth-child(5n+4),
.contents .box-wrap.two-three .type-a:nth-child(5n+5) {
  width: 32%;
  margin-right: 2%;
}

.contents .box-wrap.three {
  justify-content: space-between;
}

.contents .box-wrap.three::after {
  display: block;
  width: 32%;
  content: "";
}

.contents .box-wrap.three .type-a {
  width: 32%;
  margin: 0 0 4rem 0;
}

.contents .box-wrap.two-three .type-a:nth-child(5n+5),
.contents .box-wrap.two-three .type-a:nth-child(5n+2) {
  margin-right: 0;
}

/*type-b*/
.contents .box-wrap .type-b {
  border-bottom: 1px solid #cab987;
  padding: 20px 40px 40px;
}

.contents .box-wrap .type-b .box-head-area {
  display: table;
  margin: 0 0 30px;
  width: 100%;
}

.contents .box-wrap .type-b .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  position: relative;
}

.contents .box-wrap .type-b .box-head {
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  border-radius: 8px 8px 0 0;
  padding: 0 0 0 30px;
  border: 0;
}

.contents .box-wrap .type-b .box-head::before {
  display: none;
}

.contents .box-wrap .type-b .box-head a {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0d7467;
  background: url("img/arrow_green.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
}

.contents .box-wrap .type-b .box-head a:hover {
  opacity: 0.7;
}

.contents .box-wrap .type-b .caption {
  margin: 25px 0 0;
}

/*--------------------------------------
　frame-wrap
---------------------------------------*/
.contents .frame-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
}

.contents .frame-wrap .inner {
  margin: 0 auto;
}

.contents .frame {
  display: block;
  box-sizing: border-box;
  width: calc((100% - 33px) / 3);
  margin: 0 0 16px 16px;
  background-color: #fff;
}

.contents .frame-wrap .frame:nth-child(3n+1) {
  margin-left: 0;
}

.contents .frame-wrap .frame a {
  display: block;
  text-decoration: none;
}

.contents .frame-wrap.col4 .frame {
  width: calc((100% - 48px) / 4);
}

.contents .frame-wrap.col4 .frame:nth-child(3n+1) {
  margin-left: 16px;
}

.contents .frame-wrap.col4 .frame:nth-child(4n+1) {
  margin-left: 0;
}

/*frame-head*/
.index .frame .frame-head,
.category .frame .frame-head,
.page .frame .frame-head {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.index .frame .frame-head a,
.category .frame .frame-head a,
.page .frame .frame-head a {
  width: auto;
  font-size: 100%;
  text-decoration: none;
}

.index .frame .frame-head a:hover,
.category .frame .frame-head a:hover,
.page .frame .frame-head a:hover {
  opacity: 0.7;
}

.contents .frame .frame-head p {
  margin: 0;
}

.contents .frame .frame-body {
  padding: 0 20px 20px;
}

.contents .frame .frame-body p {
  margin: 2rem 0 0 0;
}

.contents .frame .frame-body .btn-web a {
  width: 100%;
}

.contents .frame p.caption {
  margin: 10px 15px 0;
}

/*type-a*/
.contents .frame-wrap .type-a {
  border: 1px solid #adbc32;
  border-top-width: 6px;
}

.contents .frame-wrap .type-a .frame-head {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  margin: auto;
  padding: 20px 20px 20px;
  color: #465f21;
  font-weight: 700;
  display: flex;
  align-items: center;
  background: none;
  border: 0;
  box-shadow: none;
}

.contents .frame-wrap .type-a .frame-head::before {
  opacity: 0;
}

.contents .frame-wrap .type-a .frame-head a {
  display: block;
  width: 100%;
  background: url("img/arrow_green.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
  color: inherit;
}

.contents .frame-wrap .type-a .frame-head a:hover {
  opacity: 0.7;
}

.contents .frame-wrap .type-a .thumb {
  width: 200px;
  margin: 0 auto;
}

.contents .frame-wrap .type-a .caption {
  text-align: center;
  padding: 0 20px;
}

.contents .frame-wrap .type-a ul.icoArea {
  width: 224px;
  text-align: center;
  margin: 25px auto;
}

.contents .frame-wrap .type-a ul.icoArea li {
  width: 68px;
  margin: 0 0 0 10px;
  float: left;
}

.contents .frame-wrap .type-a ul.icoArea li:first-child {
  margin: 0 0 0 0;
}

.contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
  margin: 0 0 0 0;
}

.contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
  margin-top: 16px;
}

.contents .frame-wrap .type-a ul.icoArea .ico {
  width: 57px;
  margin: 0 auto;
}

.contents .frame-wrap .type-a ul.icoArea .icoTxt {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 10px 0 8px;
  position: relative;
}

.contents .frame-wrap .type-a ul.icoArea .icoTxt::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e6dc14;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*type-b*/
.contents .frame-wrap .type-b {
  border: 0;
  background: #fff;
  border: 2px solid #adbc32;
}

.contents .frame-wrap .type-b .frame-head {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 20px 20px 20px;
  margin: 0 0 25px;
  position: relative;
  letter-spacing: normal;
  border: 0;
  box-shadow: none;
  background: #eff2e5;
}

/* .contents .frame-wrap .type-b .frame-head::before{
    opacity: 0;
}
.contents .frame-wrap .type-b .frame-head::after {
    content: "";
    background: #cab987;
    background-size: 6px 1px;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    bottom: 0;
    top: inherit;
    right: inherit;
    z-index: inherit;
    transform: none;
} */
.contents .frame-wrap .type-b .frame-head a {
  display: block;
  width: 100%;
  background: url("img/arrow_green.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
  letter-spacing: normal;
  color: #465f21;
  font-weight: 700;
}

.contents .frame-wrap .type-b .frame-head a:hover {
  opacity: 0.7;
}

.contents .frame-wrap .type-b .thumb {
  width: 200px;
  margin: 0 auto;
}

.contents .frame-wrap .type-b .caption {
  text-align: center;
  padding: 0 20px;
}

.contents .frame-wrap .type-b .frame-body {
  margin: 25px auto 0;
}

.contents .frame-wrap .type-b table {
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 0;
  margin: 20px auto;
}

.contents .frame-wrap .type-b table th {
  width: 33%;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 12px 10px;
}

.contents .frame-wrap .type-b table td {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 12px 10px;
  word-wrap: break-word;
}

.contents .frame-wrap .type-b table:last-of-type {
  margin-bottom: 0;
}

/*type-c*/
.contents .frame-wrap .type-c {
  background-color: #f5f5dc;
}

.contents .frame-wrap .type-c .eng {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
  margin: -10px 0 0;
}

.contents .frame-wrap .type-c .frame-head {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  padding: 20px 20px 20px;
  margin: 0 0 25px;
  position: relative;
  letter-spacing: normal;
}

.contents .frame-wrap .type-c .frame-head a {
  display: block;
  width: 100%;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
  letter-spacing: normal;
}

.contents .frame-wrap .type-c .frame-head a:hover {
  opacity: 0.7;
}

.contents .frame-wrap .type-c .thumb {
  width: 160px;
  margin: 0 auto 25px;
}

.contents .frame-wrap .type-c .thumb img {
  border-radius: 100px;
}

/*btn-web*/
.contents .frame .frame-body .btn-web {
  width: 94%;
  margin: 25px auto 0;
}

/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
  clear: both;
  width: 100%;
  margin: 0 0 15rem;
}
.addParts01.lower {
  margin: 10rem 0 0;
}

.addParts01 .addInner {
  width: 1100px;
  margin: 0 auto;
}

.addParts01.lower .addInner {
  width: 100%;
}

.addParts01__TitArea {
  position: relative;
  margin: 0 0 5rem;
  display: flex;
  flex-wrap: wrap;
}

.addParts01__TitArea::before {
  content: "";
  background: #adbc32;
  width: 100vw;
  min-width: 1200px;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.addParts01.lower .addParts01__TitArea::before {
  width: 100%;
  min-width: auto;
}

.addParts01__TitArea__Tit {
  padding: 30px 10px 30px 0;
  color: #fff;
  border-right: 2px solid #e1ee79;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 8px;
  position: relative;
  width: 480px;
}

.fav-3box {
  display: flex;
}

.addParts01.lower .addParts01__TitArea__Tit {
  padding: 3rem 1rem 3rem 3rem;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 4px;
}

.addParts01__TitArea__Tit::before {
  content: "";
  width: 153px;
  height: 58px;
  background: url(img/txticon_pickup.svg);
  position: absolute;
  left: -66px;
  top: -27px;
  z-index: 20;
}

.addParts01__TitArea__Txt {
  padding: 30px 20px 30px 20px;
  color: #fff;
  width: calc(100% - 480px);
}

.addParts01__TitArea__Txt span {
  font-weight: 700;
  font-size: 1.7rem;
  background: linear-gradient(rgba(255, 255, 255, 0) 92%, #a8a421 92%);
}

.addParts01 .addInner .addTxt {
  margin: 0 0 3rem;
}

.addParts01 p {
  margin: 0;
}

.addParts01 .aadPartsTit {
  text-align: center;
}

.addParts01 .block {
  width: calc((100% - 4.4rem) / 3);
  margin: 0 2.2rem 2.5rem 0;
  display: inline-block;
}

.addParts01 .block:nth-child(3) {
  margin-right: 0;
}

.addParts01.lower .block {
  width: calc((100% - 44px) / 3);
  margin: 0 22px 10px 0;
}

.addParts01.lower .block:nth-child(3) {
  margin-right: 0;
}

.addParts01 .block .btn-web,
.addParts01 .block .btn-internal,
.addParts01 .block .btn-tel {
  width: 80%;
  margin: 3rem auto 0;
}

.addParts01.lower .block .btn-web,
.addParts01.lower .block .btn-internal,
.addParts01.lower .block .btn-tel {
  width: 100%;
}

.addParts01 .block .btn-web a,
.addParts01 .block .btn-internal a,
.addParts01 .block .btn-tel a {
  width: 100%;
  box-shadow: 4px 4px 0 0 #fff;
}

.addParts01 .block .head-center {
    background: #fff;
    font-size: 1.5rem;
    padding: 3rem 0;
    position: relative;
    margin: 3rem 0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    display: table;
    width: 100%;
}

.addParts01 .block .head-center p {
	display: table-cell;
	vertical-align: middle;
} 

.addParts01 .block .head-center::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 51px;
  background: url(img/img_icon.png) no-repeat left top;
  left: -1rem;
  top: -2rem;
}

.addParts01 .block:nth-child(4) {
  margin-right: 0;
}

.addParts01 .block .catch {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  padding: 12px 10px;
  margin: 0 0 10px;
  width: 100%;
  letter-spacing: 5px;
}

.addParts01.lower .block .catch {
  font-size: 1.5rem;
  padding: 0;
  letter-spacing: 0;
}

.addParts01 .block .catch span {
  color: #ef7c00;
  border: 0;
  display: inline-block;
  line-height: 1.5;
}

.addParts01 .block a {
  display: block;
}

.addParts01 .scrollArea {
  border: 2px solid #adbc32;
  background-color: #eff2e5;
  padding: 1.5rem 1.5rem 3rem;
  position: relative;
}

.addParts01 .scrollArea .priceArea {
  display: table;
  margin: 0 0 12px;
}

.addParts01 .scrollArea .priceArea .priceTit {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #00786a;
  padding: 8px;
  position: relative;
}

.addParts01 .scrollArea .priceArea .priceTit::before {
  content: "";
  right: -26px;
  top: 0;
  border: solid transparent;
  border-left-color: #00786a;
  border-width: 24px 13px;
  position: absolute;
}

.addParts01 .scrollArea .priceArea .price {
  display: table-cell;
  vertical-align: middle;
  width: 256px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: center;
  color: #c4940f;
  padding: 7px 0px 8px;
}

.addParts01 .scrollArea .priceArea .price.small {
  font-size: 2.2rem;
}

.addParts01 .scrollArea .priceArea .price span {
  font-size: 1.4rem;
  color: #333;
  padding: 0 0 0 5px;
  font-weight: inherit;
  border-bottom: none;
}

.addParts01 .scrollArea .performance {
  font-size: 1.5rem;
  padding: 10px;
  border-bottom: 1px solid #cab987;
  margin: 1.8rem 0;
  line-height: 1.4;
}

.addParts01 .scrollArea .performance_text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.addParts01 .scrollArea .dl_wrap {
  padding: 0;
  background: none;
  margin: 0 0 1rem 0;
  width: 50%;
}

.addParts01 .scrollArea .dl_wrap dt {
  background: #c9b169;
  padding: 4px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #fff;
  display: table-cell;
  width: 60px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 4px;
}

.addParts01 .scrollArea .dl_wrap dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  word-break: break-all;
  text-align: left;
  line-height: 1.2;
}

.addParts01 .scrollArea .companyName {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #465f21;
  margin: 1rem 0;
  letter-spacing: 3px;
}

.addParts01 .scrollArea .catch {
  padding: 1.2rem 0 0;
  margin: 0;
  letter-spacing: 0.03em;
}

.addParts01 .scrollArea .companyCatch {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}

.addParts01 .scrollArea .companyCatch span {
  color: #00786a;
  font-size: 1.8rem;
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fcf3de 50%);
}

.addParts01 .scrollArea .box-fig {
  margin: 0 0 2rem 0;
  text-align: center;
}

.addParts01 .scrollArea .box-kodawari {
  margin: 0 0 2rem 0;
  padding: 1rem 2rem;
  background: #fff;
}

.addParts01 .scrollArea .box-kodawari .ttl {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.addParts01 .scrollArea .box-kodawari ul {
  margin: 0;
  padding: 0;
}

.addParts01 .scrollArea .box-kodawari ul li {
  position: relative;
  padding: 0 0 0.4rem 2rem;
}

.addParts01 .scrollArea .box-kodawari ul li::before {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 10px;
  height: 10px;
  background: #cab987;
  border-radius: 50%;
  content: "";
}

.addParts01 .scrollArea .box-kodawari ul li:last-child {
  padding: 0 0 0 2rem;
}

.addParts01 .scrollArea .box-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.addParts01 .scrollArea .box-tags::after {
  display: block;
  width: 32%;
  content: "";
}

.addParts01.lower .scrollArea .box-tags::after {
  display: none;
}

.addParts01 .scrollArea .box-tags .tag01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  margin: 0 0 0.8rem 0;
  padding: 1.6rem 0.2rem 1.6rem 0.2rem;
  background: #9e8846;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: center;
}

.addParts01 .scrollArea .box-tags .tag02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  margin: 0 0 0.8rem 0;
  padding: 1.6rem 0.2rem 1.6rem 0.2rem;
  background: #0d7467;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: center;
}

.addParts01.lower .scrollArea .box-tags .tag01 {
  width: 48%;
}

.addParts01 .scrollArea .box-tags .tag01.off,
.addParts01 .scrollArea .box-tags .tag02.off {
  background: #f4f4f4;
  color: #cdcdcd;
  border: 1px solid #cdcdcd;
}

.addParts01 .scrollArea .btn-web,
.addParts01 .scrollArea .btn-internal,
.addParts01 .scrollArea .btn-tel {
  margin: 2rem auto;
}

.addParts01__addTxt {
  clear: both;
}

.addParts01__addTxt p {
  margin-bottom: 1em;
  font-size: 1.2rem;
  color: #767676;
}

.addParts01__addTxt ul li {
  font-size: 1.2rem;
  color: #767676;
}

.addParts01__addTxt ul li::before {
  content: "・";
}

/*  PC END  */
@media screen and (min-width: 600px) {
  .sp,
.sp_br,
.btn-tel {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  html,
body {
    width: 100%;
    position: relative;
  }

  .pc,
.pc_br {
    display: none !important;
  }

  body {
    width: 100%;
    min-width: initial;
    min-width: auto;
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .index > p,
.category > p,
.page > p {
    width: 100%;
  }

  .contents p {
    max-width: 100%;
    margin: 0 auto 2rem;
  }

  a:hover {
    opacity: 1;
  }

  /*--------------------------------------
  　Header
  ---------------------------------------*/
  header .headTopWrap {
    background: #fff;
  }

  header .headTopArea {
    width: 100%;
    padding: 6px;
    margin: auto;
  }

  header .headTopArea .rightTxt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
  }

  /*--------------------------------------
  　visArea
  ---------------------------------------*/
  #visArea_lower {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }

  #visArea_lower .mainArea {
    background: none;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  #visArea_lower .mainArea .mainAreaInner {
    display: block;
  }

  #visArea_lower .mainArea .siteNameArea {
    display: block;
    background: url("img/mv_pic_sp_lower.jpg") no-repeat center top;
    background-size: auto 80px;
    height: 80px;
    width: 100%;
    text-align: center;
  }

  #visArea_lower .mainArea .siteNameAreaInner {
    display: block;
    padding: 1rem 0;
  }

  #visArea_lower .mainArea .siteName {
    margin: 0 auto;
    padding: 0;
    width: 6rem;
    text-align: center;
  }

  #visArea_lower .mainArea .siteNameSmall {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  }

  #visArea_lower .mainArea .siteName img.sp {
    width: auto;
    margin: 0;
  }

  /*--------------------------------------
  　spMenuBox
  ---------------------------------------*/
  /*navWrap*/
  #navWrap {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #faf5d2;
    margin: 0 auto;
  }

  /*navTop*/
  #navWrap .navTop {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #b5b5b5;
    position: fixed;
    top: 0;
    z-index: 9999;
    overflow: hidden;
    display: none;
  }

  #navWrap .navTopInner {
    display: table;
    width: 100%;
    padding: 0.5rem 0;
    position: relative;
  }

  #navWrap .siteName {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    font-size: 1.15rem;
    line-height: 1.4;
    padding: 0;
    /*background: url("img/sp_ico.png") 1.2rem center no-repeat;
    background-size: 22px 23px;*/
    border-right: 1px solid #adbc32;
    text-align: center;
  }

  #navWrap .siteName img {
    height: 4rem;
  }

  #navWrap .recommendBtn {
    display: table-cell;
    vertical-align: middle;
    width: 61%;
    font-size: 1.1rem;
    text-align: center;
    color: #465f21;
    padding: 0 0.5rem;
    border-right: 1px solid #adbc32;
    position: relative;
    background: #eff2e5;
    box-sizing: border-box;
  }

  #navWrap .recommendBtn::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    border-top: 4px solid transparent;
    border-right: 4px solid #465f21;
    border-bottom: 4px solid #465f21;
    border-left: 4px solid transparent;
    z-index: 1;
  }

  #menuBtn {
    display: table-cell;
    vertical-align: middle;
    box-sizing: content-box;
    width: 15%;
    height: 50px;
    padding: 0 1rem;
    cursor: pointer;
    z-index: 9999;
    position: relative;
  }

  #menuBtn .menu {
    width: 21px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    outline: none;
    border: none;
    background: #353b39;
    background: url("img/sp_ico_menu.png") center no-repeat;
    background-size: 100%;
    margin: auto;
    left: 0;
    right: 0;
  }

  body.open #menuBtn .menu {
    width: 21px;
    height: 16px;
    background: url("img/sp_ico_close.png") center no-repeat;
    background-size: 100%;
  }

  /*navSp*/
  #navSp {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.94);
    z-index: 999;
    display: none;
  }

  #navSp > div {
    height: 100%;
    overflow-y: scroll;
    /*-webkit-overflow-scrolling: touch;*/
  }

  #navSp a {
    text-decoration: none;
  }

  /* 以下装飾など */
  #navSp .navBox:first-child {
    border-top: 1px solid #ccc;
    overflow: hidden;
  }

  #navSp .navBox .sttl a,
#navSp .sitemap a {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    color: #465f21;
    background: url("img/arrow_black.png") 96% center no-repeat;
    background-size: 6px auto;
    padding: 1.5rem 9% 1.5rem 4%;
  }

  #navSp .navBox .tglMenu a {
    background: url("img/arrow_black_down.png") 96% center no-repeat;
    background-size: 10px auto;
  }

  #navSp .navBox .sttl.collapsible a {
    background: url("img/arrow_black_down.png") 96% center no-repeat;
    background-size: 10px auto;
  }

  #navSp .navBox .sttl a br {
    display: none;
  }

  #navSp .navBox .sttl.open > a {
    background: url("img/arrow_black_up.png") 96% center no-repeat;
    background-size: 10px auto;
  }

  #navSp .navBox .sttl,
#navSp .sitemap {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
  }

  #navSp .sitemap {
    margin: 0 0 100px;
  }

  #navSp .navBox .accChild {
    display: none;
    font-size: 1.3rem;
    padding: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
  }

  #navSp .navBox .accChild li {
    float: none;
  }

  #navSp .navBox .accChild li a {
    display: block;
    box-sizing: border-box;
    color: #353b39;
    background: url("img/arrow_black.png") 95.5% center no-repeat;
    background-size: 5px auto;
    border-bottom: 1px solid #ccc;
    padding: 1.2rem 9% 1.2rem 7%;
  }

  /*navBottom*/
  #navBottom {
    display: block;
    width: 85%;
    position: relative;
    margin: 7.5% auto 7.5%;
  }

  #navBottom a {
    display: block;
    text-decoration: none;
    background: url("img/banner_bg.png") left top repeat;
    border-top: 3px solid #bee6a0;
    padding: 4%;
    position: relative;
    z-index: 1;
  }

  #navBottom a::before {
    content: "";
    background: url("img/banner_illust01.png") no-repeat;
    background-size: 100% auto;
    width: 49px;
    height: 86px;
    position: absolute;
    top: -10px;
    right: -8px;
  }

  #navBottom a::after {
    content: "";
    background: url("img/banner_illust02.png") no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 64px;
    position: absolute;
    left: -8px;
    bottom: -10px;
  }

  #navBottom .tit {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding: 0 15% 0 3%;
    margin-bottom: 1rem;
  }

  #navBottom .txtArea {
    background-color: #fff;
    padding: 0 0 6%;
  }

  #navBottom .catch {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.01em;
    border-bottom: 1px dotted #ccc;
    padding: 3.5% 5%;
  }

  #navBottom .txt {
    padding: 3.5% 5%;
  }

  #navBottom .txt p {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #508291;
    margin: 0;
  }

  #navBottom .btn {
    width: 75%;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    background-color: #82b4c3;
    border-radius: 5px;
    padding: 3.5% 4% 3.2% 4%;
    margin: 0 auto;
    box-shadow: 2px 2px 0px #508291;
  }

  body.open {
    height: inherit !important;
  }

  /*--------------------------------------
  side
  ---------------------------------------*/
  #side {
    display: none;
  }

  /*--------------------------------------
  pankuzu
  ---------------------------------------*/
  #pankuzuWrap {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 1rem 0;
    margin: 0 auto 1rem;
    overflow: auto;
    white-space: nowrap;
    position: relative;
  }

  #pankuzu {
    box-sizing: border-box;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #333;
    padding: 0.7rem 0 0.7rem;
    margin: 0 auto;
    white-space: nowrap;
  }

  #pankuzu a {
    color: #333;
    text-decoration: underline;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }

  #pankuzu a:hover {
    color: #333;
    text-decoration: underline;
  }

  #pankuzu span:last-child {
    margin-right: 4%;
  }

  #pankuzu a span:last-child {
    margin-right: 0;
  }

  /*--------------------------------------
  Main Contents
  ---------------------------------------*/
  .contents {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
    overflow-x: hidden;
  }

  .index {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #category,
.page {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .category > h1:first-of-type,
.page > h1:first-of-type {
    margin: 1.5rem auto 3.5rem;
  }

  p > span {
    letter-spacing: 1px;
    margin: 0 0.3rem;
    font-size: 1.5rem;
  }

  /*--------------------------------------
  　Side
  ---------------------------------------*/
  #side {
    display: none;
  }

  /*--------------------------------------
  　bottomBanner
  ---------------------------------------*/
  .bottomBanner {
    width: 100%;
    background: #f6f3ec;
    border: solid 2px #cab987;
    margin: 6rem auto;
    position: relative;
  }

  .bottomBanner a {
    display: block;
    padding: 1.5rem;
  }

  .bottomBanner .bnrTop {
    display: table;
    margin: 0 0 1rem;
  }

  .bottomBanner.imgBox {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    max-width: 90px;
  }

  .contents .bottomBanner .catch {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.4;
    padding: 0 0 0 1.5rem;
    color: #00786a;
  }

  .contents .bottomBanner p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 0 1.5rem;
  }

  .bottomBanner .dtlBtn {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    background: #fc5f79;
    background: -moz-linear-gradient(left, #fc5f79 0%, #f58771 50%, #fc5f79 100%);
    background: -webkit-linear-gradient(left, #fc5f79 0%, #f58771 50%, #fc5f79 100%);
    background: linear-gradient(to right, #fc5f79 0%, #f58771 50%, #fc5f79 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc5f79", endColorstr="#fc5f79", GradientType=1);
    padding: 1.2rem 3rem;
    margin: 0 auto;
    border-radius: 1rem;
    width: 85%;
    position: relative;
  }

  .bottomBanner .dtlBtn::before {
    content: "";
    width: 7px;
    height: 10px;
    background: url(img/arrow_white.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /*--------------------------------------
  .lower-bottom
  ---------------------------------------*/
  .lower-bottom {
    margin: 60px auto 0;
    width: 100%;
  }

  .lower-bottom .lower-bottom__TitArea__Tit {
    padding: 4rem 0 2rem 0;
    font-size: 2.4rem;
    letter-spacing: 3px;
    border: 0;
    border-bottom: 2px solid #cab987;
    width: auto;
  }

  .lower-bottom .lower-bottom__TitArea__Tit::before {
    left: 50%;
    top: -15px;
    margin-left: -76px;
    transform: rotate(9deg);
  }

  .lower-bottom .lower-bottom__TitArea__Txt {
    padding: 1.5rem 1rem 1rem 0;
    width: auto;
  }

  .lower-bottom .block {
    width: 100%;
    margin: 4rem auto;
    float: none;
  }

  .lower-bottom .block:last-child {
    margin-right: auto;
  }

  .lower-bottom .lower-bottom__addTxt {
    padding: 1rem 0;
  }

  .lower-bottom .lower-bottom__addTxt p,
.lower-bottom .lower-bottom__addTxt ul li {
    font-size: 1rem;
  }

  .lower-bottom .block .catch span {
    font-size: 2.4rem;
  }

  .lower-bottom .block .catch {
    font-size: 2rem;
  }

  .lower-bottom .scrollArea .companyName {
    font-size: 2.2rem;
  }

  .lower-bottom .scrollArea {
    padding: 2rem 1.5rem;
  }

  .lower-bottom .addInner .addTxt {
    margin: 0 0 1rem;
  }

  .lower-bottom .scrollArea .companyCatch {
    font-size: 1.6rem;
    text-align: center;
    font-weight: normal;
  }

  .lower-bottom .scrollArea .companyCatch span {
    font-size: 2.1rem;
    font-weight: 700;
  }

  .lower-bottom .scrollArea .dl_wrap dt {
    width: 53px;
    padding: 5px;
    height: 42px;
  }

  .lower-bottom .scrollArea .dl_wrap dd {
    padding: 5px 4px 5px 10px;
  }

  .lower-bottom .block .btn-web, .lower-bottom .block .btn-internal {
    width: 90%;
    margin: 2rem auto 1rem;
  }

  /*--------------------------------------
  Footer
  ---------------------------------------*/
  footer {
    width: 100%;
    margin-top: 6rem;
  }

  footer .areaInner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 2.5rem 0;
  }

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

  footer .areaInner .logo {
    display: block;
    box-sizing: border-box;
    width: auto;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #353b39;
    padding: 0 0 0.5rem 0;
    margin: 0 auto 2rem;
  }

  footer .areaInner .logo a {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #353b39;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }

  footer .areaInner .logo a img {
    max-width: 120px;
  }

  footer .areaInner .logo a:hover {
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  footer .areaInner .logo + .footBox {
    border-top: 1px solid #ccc;
  }

  footer .areaInner .footBox {
    margin: 0;
  }

  footer .areaInner .footBox .sttl {
    border: none;
    padding: 0;
    margin: 0;
  }

  footer .areaInner .footBox .sttl a {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    background: url("img/arrow_black_down.png") right 10px center no-repeat;
    background-size: 10px auto;
    padding: 1rem 4rem 1rem 4%;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }

  footer .areaInner .footBox .sttl a:hover {
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  footer .areaInner .footBox .sttl.open a {
    background: url("img/arrow_black_up.png") right 10px center no-repeat;
    background-size: 10px auto;
  }

  footer .areaInner {
    border-top: 1px solid #ccc;
  }

  footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
  }

  footer .footBox ul {
    padding: 0;
  }

  footer .areaInner .footBox .accChild {
    display: none;
    font-size: 1.3rem;
    padding: 0;
    box-sizing: border-box;
    background-color: #ccc;
  }

  footer .areaInner .footBox .accChild li {
    display: block;
    float: none;
  }

  footer .areaInner .footBox .accChild li a {
    display: block;
    box-sizing: border-box;
    font-size: 1.3rem;
    background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
    background-size: 6px auto;
    border-bottom: 1px solid #ccc;
    padding: 1rem 9% 1rem 4%;
  }

  footer .areaInner .footBox .accChild li.subCat {
    width: 100%;
    margin: 0;
  }

  footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
    margin: 0 0 0 0;
  }

  footer .areaInner .footBox .accChild li.subCat a {
    display: block;
    background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
    background-size: 6px auto;
    padding: 1rem 9% 1rem 4%;
  }

  footer .areaInner .footBox .accChild li.subCat a::before {
    content: none;
    font-size: 1.2rem;
    position: relative;
    left: -2px;
    margin-right: 0.2rem;
  }

  footer .areaInner .footBox .accChild .subList {
    padding: 0;
    margin: 0;
  }

  footer .areaInner .footBox .accChild .subList li {
    padding: 0;
    display: block;
    float: none;
    margin: 0;
  }

  footer .areaInner .footBox .accChild .subList li::before {
    content: none;
    color: #353b39;
    margin-right: 0;
  }

  footer .areaInner .footBox .accChild .subList li a {
    font-size: 1.3rem;
    padding: 1rem 9% 1rem 9%;
    background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
    background-size: 6px auto;
  }

  footer .areaInner .footBox .accChild .subList li a::before {
    content: "└";
    display: block;
    color: #353b39;
    position: absolute;
    top: 12px;
    left: 4%;
    margin-right: 0.4rem;
  }

  footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 92%;
    margin: 2.5rem auto 0rem;
    background: #fff;
    padding: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.8;
    border-radius: 0;
  }

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

  footer .areaInner p.ucp {
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
    margin: 1.5rem auto 0;
  }

  footer .botArea .inner {
    width: 92%;
    padding: 1.2rem 0 1.2rem;
    margin: 0 auto;
  }

  footer .botArea .inner .cf {
    content: none;
  }

  footer p.sitemap {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: right;
    padding: 0.5rem 0;
  }

  footer p.copy {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    padding: 0.5rem 0;
  }

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

  footer p.copy a {
    text-decoration: none;
  }

  footer a {
    text-decoration: none;
  }

  footer a:hover {
    text-decoration: none;
  }

  /*--------------------------------------
  　PageTop
  ---------------------------------------*/
  #page-top {
    position: fixed;
    bottom: 4%;
    right: 4%;
    width: 50px;
  }

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

  /* ================== */
  /*  サイトマップ　　　*/
  /* ================== */
  .contents #page.mappage h2 {
    margin: 5rem auto 2rem;
  }

  .contents #page.mappage h2 a:hover {
    color: #333;
    text-decoration: none;
    opacity: 1;
  }

  .contents #page.mappage ul {
    margin: 1rem auto 1rem;
  }

  .contents #page.mappage ul li {
    padding: 0 0 0.6rem 1.6rem;
  }

  .contents #page.mappage ul.subList li:last-child {
    margin: 0 0 1rem;
  }

  .contents #page.mappage ul li a:hover {
    opacity: 1;
  }

  .contents #page.mappage ul.subList li a {
    font-size: 1.4rem;
  }

  /* ================== */
  /*  メインコンテンツ　*/
  /* ================== */
  .index .common_parts h1,
.index .common_parts h2,
.index .common_parts h3,
.index .common_parts h4,
.index .common_parts h5,
.index .common_parts h6,
.index .common_parts h7,
.category h1,
.category h2,
.category h3,
.category h4,
.category h5,
.category h6,
.category h7,
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.page h7 {
    max-width: 100%;
    margin: 0 auto;
  }

  .index .top_title,
.category h1,
.page h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 2rem 2rem 2rem 3.5rem;
    margin: 2.5rem auto 3rem;
    position: relative;
  }

  .index .common_parts h2 {
    margin: 6rem auto 3rem;
  }

  .category h1,
.page h1 {
    margin: 2.5rem auto 8rem;
  }

  .index .top_title::before,
.category h1::before,
.page h1::before {
    content: "";
    width: calc(100% - 15px);
    height: 60px;
    position: absolute;
    top: -13px;
    left: 0;
    z-index: -1;
  }

  .index .top_title::after,
.category h1::after,
.page h1::after {
    content: "";
    width: calc(100% - 15px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  .category h2,
.page h2 {
    margin: 5rem auto 2.5rem auto;
    padding: 1.2rem 2rem;
    font-size: 1.8rem;
  }

  .category h2::after,
.page h2::after {
    right: 10px;
  }

  .category h3,
.page h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 4rem auto 2rem;
    padding: 1.2rem 1rem 1.2rem 4.2rem;
    line-height: 1.5;
    border-bottom: 1px solid #333;
    position: relative;
  }

  .category h3::after,
.page h3::after {
    content: "";
    width: 22px;
    height: 24px;
    background: url("img/icon_drops.svg") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .category h6,
.category h4,
.category h5,
.category h6,
.page h4,
.page h5,
.page h6 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 1rem 1.1rem 1rem;
    margin: 4rem auto 1.5rem;
    position: relative;
  }

  .index .common_parts h2 a {
    padding-right: 20px;
    background: url(img/arrow_white.png) right center no-repeat;
    background-size: 12px auto;
  }

  .sitemap h2 a {
    color: #333;
  }

  .common_parts .heading_addTxt {
    padding: 0;
    width: 100%;
    margin: auto;
  }

  .index .common_parts .inner > p,
.category > p,
.page > p {
    width: 100%;
    word-break: break-all;
  }

  /*--------------------------------------
  　list
  ---------------------------------------*/
  .contents .index .common_parts ul,
.contents .category ul,
.contents .page ul {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto 2rem;
    padding: 0 3% 0;
  }

  .contents .index .common_parts ul li,
.contents .category ul li,
.contents .page ul li {
    font-size: 1.3rem;
    min-height: 12px;
    padding: 0 0 0.3rem 8%;
    position: relative;
  }

  .contents .index .common_parts ul li::before,
.contents .category ul li::before,
.contents .page ul li::before {
    width: 8px;
    height: 8px;
    top: 8px;
  }

  .contents .index .common_parts ol,
.contents .category ol,
.contents .page ol {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto 2rem;
    padding: 0 3% 0;
  }

  .contents .index .common_parts ol li,
.contents .category ol li,
.contents .page ol li {
    font-size: 1.3rem;
    padding: 0 0 0.3rem 8%;
    list-style: none;
    position: relative;
    counter-increment: number;
  }

  .contents .index .common_parts ol li::before,
.contents .category ol li::before,
.contents .page ol li::before {
    display: block;
    /* background-color: #0d7467; */
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.5px;
    text-align: center;
    color: #fff;
  }

  .contents .index .common_parts ol li:nth-child(-n+9):before,
.contents .category ol li:nth-child(-n+9):before,
.contents .page ol li:nth-child(-n+9):before {
    content: counter(number);
  }

  .contents .index .common_parts ol li:nth-child(n+10):before,
.contents .category ol li:nth-child(n+10):before,
.contents .page ol li:nth-child(n+10):before {
    content: counter(number);
  }

  /*--------------------------------------
  　check,point
  ---------------------------------------*/
  .contents .check_number_wrap p,
.contents .point_number_wrap p {
    max-width: 100%;
  }

  /*check*/
  .contents .check {
    width: 100%;
    max-width: 100%;
    min-height: 70px;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    background: url("img/color_green.png") 25px 30px no-repeat;
    background-size: 2px 100%;
    padding: 1.5rem 1.5rem 1.5rem 6.2rem;
    margin: 2rem auto 1.5rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .contents .check::before {
    content: "CHECK";
    width: 50px;
    height: 50px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
  }

  .contents .check a {
    text-decoration: underline;
  }

  /*point*/
  .contents .point {
    width: 100%;
    max-width: 100%;
    min-height: 70px;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    background: url("img/color_green.png") 25px 30px no-repeat;
    background-size: 2px 100%;
    padding: 1.5rem 1.5rem 1.5rem 6.2rem;
    margin: 2rem auto 1.5rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .contents .point::before {
    content: "POINT";
    width: 50px;
    height: 50px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
  }

  .contents .point a {
    text-decoration: underline;
  }

  /*check_number_wrap*/
  .contents .check_number_wrap {
    counter-reset: num;
    margin: 3rem auto 2rem;
  }

  .contents .check_number_wrap .check::before {
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    padding: 1.2rem 0;
  }

  .contents .check_number_wrap .check::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 50px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 32px;
    left: 0;
  }

  /*point_number_wrap*/
  .contents .point_number_wrap {
    counter-reset: num;
    margin: 3rem auto 2rem;
  }

  .contents .point_number_wrap .point::before {
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    padding: 1.2rem 0;
  }

  .contents .point_number_wrap .point::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 50px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 32px;
    left: 0;
  }

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

  /*--------------------------------------
  　float-wrap
  ---------------------------------------*/
  .contents .float-wrap {
    width: 100%;
    margin: 4rem auto 4rem;
    position: relative;
  }

  .contents .float-wrap .flame {
    width: 85%;
    margin: 0 auto;
  }

  .contents .float-wrap .float-img {
    box-sizing: border-box;
    width: auto;
    margin: 0 auto 1rem;
    text-align: center;
  }

  .contents .float-wrap img {
    box-sizing: border-box;
    max-width: 100%;
  }

  .contents .float-wrap .sttl {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .contents .float-wrap .catch {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 1.5rem;
  }

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

  .contents .float-wrap .fl {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 1rem 0;
    text-align: center;
    float: none;
  }

  .contents .float-wrap .fr {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 1rem 0;
    text-align: center;
    float: none;
  }

  .contents .float-wrap .ct {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 1rem;
    padding: 0 0 1rem;
    text-align: center;
  }

  .contents .float-wrap .fl.t_small {
    box-sizing: content-box;
    width: 40%;
    padding: 0 6% 0.5rem 0;
    text-align: center;
    float: left;
  }

  .contents .float-wrap .fr.t_small {
    box-sizing: content-box;
    width: 40%;
    padding: 0 0 0.5rem 6%;
    text-align: center;
    float: right;
  }

  .contents .float-wrap .fl.t_small .flame,
.contents .float-wrap .fr.t_small .flame {
    width: 100%;
  }

  .contents .float-wrap .float-body.fl {
    width: auto;
    position: static;
    text-align: left;
  }

  .contents .float-wrap .float-body.fr {
    width: auto;
    position: static;
    text-align: left;
  }

  /*float-wrap-head*/
  .index .float-wrap .float-wrap-head,
.category .float-wrap .float-wrap-head,
.page .float-wrap .float-wrap-head {
    display: table;
    width: auto !important;
    height: auto;
    background: none;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    color: #353b39;
    margin: 0 auto 0.8rem;
    position: relative;
  }

  .index .float-wrap .float-wrap-head a,
.category .float-wrap .float-wrap-head a,
.page .float-wrap .float-wrap-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
  }

  .index .float-wrap .float-wrap-head a:hover,
.category .float-wrap .float-wrap-head a:hover,
.page .float-wrap .float-wrap-head a:hover {
    color: #353b39;
    text-decoration: none;
  }

  .index .float-wrap .float-body.fl .float-wrap-head,
.category .float-wrap .float-body.fl .float-wrap-head,
.page .float-wrap .float-body.fl .float-wrap-head,
.index .float-wrap .float-body.fr .float-wrap-head,
.category .float-wrap .float-body.fr .float-wrap-head,
.page .float-wrap .float-body.fr .float-wrap-head {
    width: 100%;
  }

  .contents .float-wrap .float-wrap-head::after {
    content: none;
  }

  .contents .float-wrap p {
    width: 100%;
  }

  /*--------------------------------------
  btns
  ---------------------------------------*/
  .btn-web,
p.btn-web {
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }

  .btn-web a {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 2.5rem;
    background: #32a4fd url(img/arrow_white.png) no-repeat right 1.2rem center;
    background-size: 7px 11px;
    border: 2px solid #32a4fd;
    border-radius: 5rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }

  .btn-web a:hover {
    background: #4fb2ff url(img/arrow_white.png) no-repeat right 1.2rem center;
    background-size: 7px 11px;
    border: 2px solid #4fb2ff;
    text-decoration: none;
    opacity: 1;
  }

  .btn-internal,
p.btn-internal {
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }

  .btn-internal a {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 3rem auto 0;
    padding: 1.5rem 2.5rem;
    background: #f8aa12 url(img/arrow_white.png) no-repeat right 1.2rem center;
    background-size: 7px 11px;
    border: 2px solid #f8aa12;
    border-radius: 5rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }

  .btn-internal a:hover {
    background: #f8aa12 url(img/arrow_white.png) no-repeat right 1.2rem center;
    background-size: 7px 11px;
    border: 2px solid #f8aa12;
    color: #fff;
    text-decoration: none;
    opacity: 1;
  }

  /* .btn-link {
  margin: 4rem 0;
  padding: 0;
  text-align: right;
  }
  .btn-link a {
  position: relative;
  min-height: 16px;
  padding: 0 0 0.3rem 2.1rem;
  background: url(img/arrow_link.png) no-repeat left center;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  }
  .btn-link a:hover {
  text-decoration: none;
  opacity: 0.6;
  }
  .btn-link.host a {
  } */
  .btn-tel,
p.btn-tel {
    display: block;
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }

  .btn-tel a {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 3rem;
    background: #e157a4 url(img/ico_tel.png) no-repeat 1rem center;
    background-size: 18px auto;
    border: 2px solid #e157a4;
    border-radius: 5rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }

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

  .btn-link,
p.btn-link {
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }

  .btn-link a {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 3rem;
    background: url(img/arrow_link.png) no-repeat right 1.2rem center;
    background-size: 14px auto;
    border: 1px solid #bbb;
    border-radius: 5rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }

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

  /* ================== */
  /*  テーブル　　　　　*/
  /* ================== */
  table th,
table td {
    word-break: break-all;
  }

  .contents .index .common_parts .inner > table,
.contents .category > table,
.contents .page > table {
    width: 100%;
  }

  .contents table {
    box-sizing: border-box;
    width: 100%;
    max-width: initial;
    max-width: none;
    table-layout: fixed;
    margin: 3rem auto 3rem;
    border-bottom: none;
  }

  .contents table th {
    width: 100%;
    padding: 1em 2.5%;
    line-height: 1.3;
    text-align: center;
    font-size: 1.3rem;
    display: block;
    font-weight: normal;
    border: none;
    border-bottom: solid 1px #ddd;
  }

  .contents table td {
    width: 100%;
    display: block;
    line-height: 2.4rem;
    padding: 1em 5%;
    font-size: 1.3rem;
    text-align: left;
    word-wrap: break-word;
    border: none;
    border-bottom: solid 1px #ddd;
  }

  /*.contents table tr:last-child td {
      border-bottom: none;
  }
  */
  /*--------------------------------------
  　box-wrap
  ---------------------------------------*/
  .contents .box-wrap {
    width: 100%;
    max-width: 100%;
    margin: 4rem auto;
  }

  .contents .box-wrap .box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 4rem 0 3rem;
    margin: 0 0 0;
    float: none;
    position: relative;
  }

  .contents .box-wrap .box:nth-child(n+3) {
    margin-top: 0;
  }

  .contents .box-wrap .box .permalink {
    display: none;
  }

  .contents .box-wrap .box .thumb {
    position: relative;
  }

  /*box-head*/
  .index .box-wrap .box-head,
.category .box-wrap .box-head,
.page .box-wrap .box-head {
    display: block;
  }

  .index .box-wrap .box-head a,
.category .box-wrap .box-head a,
.page .box-wrap .box-head a {
    display: block;
    font-size: 100%;
  }

  .index .box-wrap .box-head a:hover,
.category .box-wrap .box-head a:hover,
.page .box-wrap .box-head a:hover {
    color: #333;
    text-decoration: none;
  }

  .index .box-wrap .box-head::after,
.category .box-wrap .box-head::after,
.page .box-wrap .box-head::after {
    content: none;
  }

  .contents .box-wrap .box p {
    margin: 0;
  }

  .contents .box-wrap .box .btn-internal {
    margin: 2rem auto;
  }

  /*type-a*/
  .contents .box-wrap .type-a {
    margin: 0 auto 4rem;
    padding: 2rem;
    width: auto;
  }

  .contents .box-wrap.two-three .type-a:nth-child(5n+1),
.contents .box-wrap.two-three .type-a:nth-child(5n+2),
.contents .box-wrap.two-three .type-a:nth-child(5n+3),
.contents .box-wrap.two-three .type-a:nth-child(5n+4),
.contents .box-wrap.two-three .type-a:nth-child(5n+5) {
    width: 100%;
    margin-right: 0;
  }

  .contents .box-wrap .type-a::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 98px;
    height: 34px;
    top: -20px;
    margin-left: -49px;
  }

  .contents .box-wrap .type-a .thumb {
    position: relative;
  }

  .contents .box-wrap .type-a .box-head {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 700;
    padding: 0;
    margin: 2rem auto;
    background: none;
    border: 0;
    box-shadow: none;
    max-width: 100%;
  }

  .contents .box-wrap .type-a .box-head a {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.4;
    background: url("img/arrow_green.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
    color: inherit;
  }

  .contents .box-wrap .type-a .box-head a:hover {
    opacity: 1;
  }

  .contents .box-wrap .type-a .box-body .smallPic {
    width: 75px;
    float: left;
  }

  .contents .box-wrap .type-a .box-body p {
    width: auto;
    float: right;
  }

  /*type-b*/
  .contents .box-wrap .type-b {
    padding: 1rem 0 3rem;
    margin: -1px 0 0;
  }

  .contents .box-wrap .type-b:nth-child(n+3) {
    margin-top: -1px;
  }

  .contents .box-wrap .type-b:nth-last-child(2),
.contents .box-wrap .type-b:last-child {
    padding: 0rem 0 3rem;
  }

  .contents .box-wrap .type-b .box-head-area {
    display: table;
    padding: 0 1rem;
    margin: 0 0 1.5rem;
  }

  .contents .box-wrap .type-b .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 45px;
    position: relative;
  }

  .contents .box-wrap .type-b .box-head {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    padding: 0 0 0 1.2rem;
    border-radius: 0;
  }

  .contents .box-wrap.col1 .type-b .box-head-area .box-head {
    font-size: 2rem;
  }

  .contents .box-wrap .type-b .box-head a {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.4;
    background: url("img/arrow_green.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }

  .contents .box-wrap .type-b .box-head a:hover {
    opacity: 1;
  }

  .contents .box-wrap .type-b .box-body {
    display: flex;
    flex-wrap: wrap;
  }

  .contents .box-wrap .type-b .caption {
    order: -1;
    margin: 0 0 2rem;
  }

  /*--------------------------------------
  　frame-wrap
  ---------------------------------------*/
  .contents .frame-wrap {
    width: 100%;
    max-width: 100%;
  }

  .contents .frame-wrap .inner {
    margin: 0 auto;
  }

  .contents .frame-wrap .frame {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 2rem;
    float: none;
  }

  .contents .frame-wrap .frame:first-child {
    margin: 0 0 2rem;
  }

  .contents .frame-wrap .frame:nth-child(3n+1) {
    margin: 0 0 2rem;
  }

  .contents .frame-wrap .frame:nth-child(n+4) {
    margin-top: 0;
  }

  .contents .frame-wrap .frame:last-child {
    margin: 0 0 0;
  }

  .contents .frame-wrap .frame a {
    display: block;
    text-decoration: none;
  }

  .contents .frame-wrap.col4 .frame {
    width: auto;
  }

  .contents .frame-wrap.col4 .frame:nth-child(3n+1) {
    margin-left: 0;
  }

  /*frame-head*/
  .index .frame .frame-head,
.category .frame .frame-head,
.page .frame .frame-head {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .index .frame .frame-head a,
.category .frame .frame-head a,
.page .frame .frame-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
  }

  .index .frame .frame-head a:hover,
.category .frame .frame-head a:hover,
.page .frame .frame-head a:hover {
    opacity: 1;
  }

  .contents .frame .frame-head p {
    margin: 0;
  }

  .contents .frame .frame-body {
    padding: 0 1.5rem 3rem;
  }

  .contents .frame .frame-body p {
    margin: auto;
  }

  .contents .frame p.caption {
    margin: 1rem 1rem 0;
  }

  /*type-a*/
  .contents .frame-wrap .type-a .frame-head {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    padding: 1.8rem 1.5rem;
    background: none;
    border: 0;
    box-shadow: none;
    max-width: 100%;
  }

  .contents .frame-wrap .type-a .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_green.png") right center no-repeat;
    background-size: 6px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }

  .contents .frame-wrap .type-a .frame-head a:hover {
    opacity: 1;
  }

  .contents .frame-wrap .type-a .thumb {
    width: 80%;
    margin: 0 auto;
  }

  .contents .frame-wrap .type-a .caption {
    text-align: center;
    padding: 0 20px;
  }

  .contents .frame-wrap .type-a ul.icoArea {
    width: 100%;
    text-align: center;
    padding: 0 1.5rem;
    margin: 2rem auto;
  }

  .contents .frame-wrap .type-a ul.icoArea li {
    width: 33.3333333333%;
    padding: 0 0.6rem;
    margin: 0 0 0 0;
    float: left;
  }

  .contents .frame-wrap .type-a ul.icoArea li:first-child {
    margin: 0 0 0 0;
  }

  .contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
    margin: 0 0 0 0;
  }

  .contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
    margin-top: 1.6rem;
  }

  .contents .frame-wrap .type-a ul.icoArea .ico {
    width: 57px;
    margin: 0 auto;
  }

  .contents .frame-wrap .type-a ul.icoArea .icoTxt {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 10px 0 8px;
    position: relative;
  }

  .contents .frame-wrap .type-a ul.icoArea .icoTxt::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e6dc14;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  /*type-b*/
  .contents .frame-wrap .type-b .frame-head {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1.8rem 1.5rem;
    margin: 0 0 2rem;
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .contents .frame-wrap .type-b .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_green.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }

  .contents .frame-wrap .type-b .frame-head a:hover {
    opacity: 1;
  }

  .contents .frame-wrap .type-b .thumb {
    width: 80%;
    margin: 0 auto;
  }

  .contents .frame-wrap .type-b .caption {
    text-align: center;
    padding: 0 1rem;
  }

  .contents .frame-wrap .type-b .frame-body {
    margin: 2rem auto 0;
  }

  .contents .frame-wrap .type-b table {
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 0;
    margin: 2rem auto;
  }

  .contents .frame-wrap .type-b table th {
    display: table-cell;
    width: 40%;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.4;
    border-right: 1px solid #ddd;
    padding: 1rem 1rem;
  }

  .contents .frame-wrap .type-b table td {
    display: table-cell;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 1rem 1rem;
    word-wrap: break-word;
  }

  .contents .frame-wrap .type-b table:last-of-type {
    margin-bottom: 0;
  }

  /*type-c*/
  .contents .frame-wrap .type-c {
    background-color: #f5f5dc;
  }

  .contents .frame-wrap .type-c .eng {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
    margin: 3rem 0 0;
    position: relative;
    top: -1rem;
  }

  .contents .frame-wrap .type-c .frame-head {
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    padding: 0.5rem 1.8rem 2rem;
    margin: 0 0 2rem;
    position: relative;
  }

  .contents .frame-wrap .type-c .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }

  .contents .frame-wrap .type-c .frame-head a:hover {
    opacity: 1;
  }

  .contents .frame-wrap .type-c .thumb {
    width: 60%;
    margin: 0 auto 2rem;
  }

  .contents .frame-wrap .type-c .thumb img {
    border-radius: 100px;
  }

  /*btn-web*/
  .contents .frame .frame-body .btn-web {
    width: 85%;
    margin: 25px auto 0;
  }

  /***** addParts01 *****/
  .addParts01 {
    width: 100%;
    margin: 2rem auto;
    padding-top: 6rem;
  }

  .addParts01 .addInner {
    width: 100%;
    margin: 0 auto;
  }

  .addParts01__TitArea {
    margin: 0 0 3rem;
  }

  .addParts01__TitArea__Tit {
    padding: 2.5rem 0 2rem 0;
    font-size: 2.4rem;
    letter-spacing: 3px;
    border: 0;
    border-bottom: 2px solid #e1ee79;
    width: auto;
  }

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

  .addParts01.lower .addParts01__TitArea__Tit {
    padding: 2.5rem 1.5rem 2rem;
    font-size: 2.4rem;
  }

  .addParts01__TitArea__Tit::before {
    left: 50%;
    top: -25px;
    margin-left: -46px;
    transform: rotate(9deg);
    width: 120px;
    background: url(img/txticon_pickup.svg) no-repeat center;
    background-size: 100% auto;
  }

  .addParts01__TitArea__Txt {
    padding: 2rem 2rem 2rem 0;
    width: auto;
  }

  .addParts01 p {
    margin: 0;
  }

  .addParts01__addTxt p {
    font-size: 1rem;
    margin-bottom: 1em;
  }

  .addParts01__addTxt ul li {
    font-size: 1rem;
  }

  .addParts01 .aadPartsTit {
    text-align: center;
  }

  .addParts01 .block {
    width: 100%;
    margin: 0 0 2.5rem;
    float: none;
  }

  .addParts01 .block .head-center {
    font-size: 1.4rem;
  }

  .addParts01 .block:first-child {
    margin: 0 0 2.5rem;
  }

  .fav-3box {
    display: block;
  }

  .addParts01 .block:nth-child(3n+1) {
    margin: 0 0 2.5rem;
  }

  .addParts01 .block:nth-child(n+4) {
    margin: 0 0 2.5rem;
  }

  .addParts01 .block .catch {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0;
  }

  .addParts01 .block a {
    display: block;
  }

  .addParts01 .scrollArea {
    padding: 1.5rem;
    position: relative;
  }

  .addParts01 .scrollArea .priceArea {
    display: table;
    width: 100%;
    margin: 0 0 1.5rem;
  }

  .addParts01 .scrollArea .priceArea .priceTit {
    display: table-cell;
    vertical-align: middle;
    width: 26%;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    word-wrap: break-word;
    color: #fff;
    background-color: #00786a;
    padding: 0.5rem 0 0.5rem 2%;
    box-sizing: border-box;
  }

  .addParts01 .scrollArea .priceArea .priceTit::before {
    right: -20px;
    border-width: 20px 10px;
    top: 0;
  }

  .addParts01 .scrollArea .priceArea .priceTit br {
    display: none;
  }

  .addParts01 .scrollArea .priceArea .price {
    display: table-cell;
    vertical-align: middle;
    width: 74%;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    color: #c4940f;
    border-bottom: 1px solid #c9b169;
    /* background-color: #fff; */
    padding: 0.8rem 0.5rem 0.8rem 1rem;
    box-sizing: border-box;
  }

  .addParts01 .scrollArea .priceArea .price.small {
    font-size: 1.8rem;
  }

  .addParts01 .scrollArea .priceArea .price span {
    font-size: 1.2rem;
    color: #333;
    padding: 0 5px;
    display: inline-block;
    margin: auto;
  }

  .addParts01 .scrollArea .companyName {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 3px;
  }

  .addParts01 .scrollArea .companyCatch {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
  }

  .addParts01 .scrollArea .companyCatch span {
    font-size: 1.8rem;
  }

  .addParts01 .scrollArea .box-tags .tag {
    font-size: 1.4rem;
  }

  .addParts01__TitArea__Txt {
    /* padding: 1.5rem; */
  }

  .addParts01.lower .block {
    width: 100%;
  }

  .index .common_parts .title {
    font-size: 2.1rem;
    margin: 6rem auto 3rem auto;
    padding: 2rem;
  }

  .index .common_parts h2:first-child {
    margin: 6rem auto 3rem auto;
  }

  .accordion-btn {
    position: relative;
    width: 90%;
    margin: 3rem auto;
    padding: 1.2rem 3rem;
    font-size: 1.6rem;
    line-height: 1.1;
    text-align: left;
  }

  .contents .box-wrap.three::after {
    display: none;
  }

  .contents .box-wrap.three .type-a {
    width: 100%;
  }
}
/* SP_End */
