@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: 500;
  src: url('fonts/NS-500.woff2') format('woff2'),
    url('fonts/NS-500.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;
}
* {
  box-sizing: border-box;
}
small {
  font-size: 60%;
}
.cf::after {
  content: '';
  display: block;
  clear: both;
}
/*--------------------------------------
　Base
---------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  color: #222;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo,
    sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  min-width: 1100px;
  -webkit-font-smoothing: subpixel-antialiased;
  word-break: break-all;
}
@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 {
  font-family: 'Noto Sans JP';
  max-width: 100%;
  width: auto;
  height: auto;
}
a {
  color: #222;
  text-decoration: underline;
}
a:hover,
a:hover img {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
span:not([class]) {
  font-weight: bold;
  border-bottom: #aa7b0b solid 2px;
}
p:not([class]) {
  font-family: 'Noto Sans JP';
  max-width: 1100px;
  margin: 2rem auto;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.sp_br {
  display: none;
}
/*--------------------------------------
　Header
---------------------------------------*/
header .headTopArea {
  width: 1100px;
  margin: 6px auto;
}
header .headTopArea .rightTxt {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: right;
  font-weight: normal;
}
header a {
  text-decoration: none;
}
/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#visArea .mainArea {
  display: table;
  height: 151px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(img/bg_mv.png) no-repeat 0 0;
  background-size: 100%;
}
#visArea .mainArea.lower {
  background-position: 100% 55%;
  height: 120px;
}
#visArea .mainArea .mainAreaInner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#visArea .mainArea .siteNameArea {
  margin: 0;
}
#visArea .mainArea .siteName a {
  display: inline-block;
}
#visArea .mainArea.lower .siteName img {
  width:80%;
}
/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
  background-color: #fff;
  margin: 0 auto;
  z-index: 100;
}
#g-nav ul {
  display: flex;
  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 {
  text-decoration: none;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 20px 5px;
  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: #bc1124;
  position: absolute;
  left: 0;
  bottom: 2px;
  opacity: 1;
}
#g-nav li a:hover {
  opacity: 1;
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
  margin: 0;
}
#pankuzu {
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 12px 0;
  width: 1100px;
}
#pankuzu span {
  font-family: 'Noto Sans JP';
  border-bottom: none;
  font-weight: inherit;
  color: inherit;
  font-size: 1.3rem;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
  margin: 0 auto 0;
  padding: 0;
  width: 1100px;
}
#index {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#category,
#page {
  float: left;
  width: 830px;
  margin: 0;
  padding: 60px 0;
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
  float: right;
  width: 220px;
}
#side .sideTopBox {
  background: #fdf6eb;
  margin: 60px auto 40px;
  position: relative;
  width: 216px;
}
#side .sideTopBox::before {
  content: '';
  position: absolute;
  background: url(img/check.png) top center no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 39px;
  left: 0;
  right: 0;
  margin: auto;
  top: -21px;
}
#side .sideTopBox a {
  text-decoration: none;
  display: block;
  padding: 35px 20px 20px;
}
#side .sideTopBox .catch {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  text-align: center;
  line-height: 1.4;
  color: #bc1124;
}
#side .sideTopBox .imgBox {
  margin: 0 0 15px;
  background-image: linear-gradient(90deg, rgba(226, 121, 81, 1), rgba(185, 84, 76, 1));
  padding:0.5rem;
}
#side .sideTopBox p {
  line-height: 1.6;
}
#side .sideTopBox .dtlBtn {
  display: block;
  text-align: center;
  color: #fff;
  background: url('img/arrow01_white.svg') right 10px center no-repeat #292929;
  background-size: 6px auto;
  padding: 8px 30px;
  margin: 20px 0 0;
  font-weight: 500;
  box-shadow: 4px 5px 0px #bc112480;
}
#side .sideBox {
  margin: 0 0 30px;
  border-top: 2px solid #333;
}
#side .sideBox .sttl {
  font-size: 1.5rem;
  font-weight: 500;
}
#side .sideBox .sttl a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px;
  letter-spacing: 0.05em;
  background-color: #fbfbfb;
}
#side .sideBox ul:not([class]) {
  padding: 0;
  margin: 0;
  display: none;
}
#side .sideBox ul:not([class]) li {
  background-image: none;
  padding: 0;
  position: relative;
}
#side .sideBox ul:not([class]) li::before {
  content: '';
  background: #707070;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
#side .sideBox ul:not([class]) li a {
  display: block;
  padding: 10px 25px 10px 12px;
  font-size: 1.3rem;
  background: url('img/arrow01_black.svg') no-repeat right 10px center;
  background-size: 5px auto;
  text-decoration: none;
}
#side .sideBox ul:not([class]) li a:hover {
  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;
}
/*--------------------------------------
Footer
---------------------------------------*/
footer {
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
footer .areaInner {
  width: 100%;
  padding: 6rem 0 5rem 0;
}
footer .areaInner .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
footer .areaInner .logo {
  width: auto;
  margin: 0 auto 5rem;
  text-align: center;
}
footer .areaInner .logo a {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
footer .areaInner .footBox {
  margin: 0 0 3rem 0;
}
footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #292929;
  padding: 0 0 1rem 0;
  margin: 0 0 1.4rem 0;
}
footer .areaInner .footBox .sttl a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  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;
}
footer .footBox ul {
  padding: 0 2rem;
}
footer .areaInner .footBox .accChild {
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .areaInner .footBox .accChild .sp {
  display: none;
}
footer .areaInner .footBox .accChild li.subCat {
  width: 30%;
  margin: 0.5rem 0;
  font-size: 1.3rem;
}
footer .areaInner .footBox .accChild li.subCat a {
  font-family: 'Noto Sans JP';
  display: inline-block;
  background: url('img/arrow01_black.svg') 5px 8px no-repeat;
  background-size: 5px auto;
  padding: 0 0 0 1.5rem;
}
/*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;
  color: #333;
  margin: 0;
}
footer .areaInner p.ucp {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  color: #333;
  margin: 1.5rem auto 0;
}
footer .botArea {
  background-color: #fff;
}
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: #333;
  float: left;
  padding: 0.5rem 0;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  width: 60px;
}
/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents #page.mappage h2 {
  margin: 68px auto 28px;
}
#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.subList li a {
  font-size: 1.4rem;
}
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
  line-height: 1.4;
  letter-spacing: 0.11em;
  font-weight: bold;
}
#contents h1 a,
#contents h2 a,
#contents h3 a,
#contents h4 a,
#contents h5 a,
#contents h6 a {
  text-decoration: none;
  display: block;
  padding-right: 3rem;
  background: url('img/arrow01_black.svg') no-repeat right 50%;
  background-size: 9px auto;
}
#contents h1 a:hover,
#contents h2 a:hover,
#contents h3 a:hover,
#contents h4 a:hover,
#contents h5 a:hover,
#contents h6 a:hover {
  text-decoration: underline;
}
#index h2:not([class]),
#category h1,
#page h1 {
  font-size: 3rem;
  text-align: center;
  padding: 33px 30px 33px 60px;
  margin: 25px 0 2rem;
  position: relative;
}
#index h2:not([class]) {
  margin: 2.5rem auto 2rem;
}
#index h2:not([class])::before,
#category h1::before,
#page h1::before {
  content: '';
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  background-size: 12px 12px;
  background-color: #bc1124;
  top: -25px;
  left: 0;
  z-index: -1;
}
#index h2:not([class])::after,
#category h1::after,
#page h1::after {
  content: '';
  width: calc(100% - 40px);
  height: 100%;
  background: white;
  box-shadow: 0px 0px 15px #0000001a;
  border: 3px solid #292929;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#index h3:not([class]),
#category h2,
#page h2 {
  font-size: 2.6rem;
  color: #222222;
  margin: 98px auto 2rem;
  padding: 24px 20px;
  background: #f5f5f5;
  border-top: 2px dotted #292929;
  border-bottom: 2px dotted #292929;
  box-shadow: 0px -8px 0px #f5f5f5, 0px 8px 0px #f5f5f5;
  position: relative;
}
#index h3:not([class]) a,
#category h2 a,
#page h2 a {
  color: #222222;
}
#index h4:not([class]),
#category h3,
#page h3 {
  font-size: 2.2rem;
  margin: 70px auto 2rem;
  padding: 15px 20px 15px 65px;
  border-bottom: 2px solid #bc1124;
  position: relative;
}
#index h4:not([class])::after,
#category h3::after,
#page h3::after {
  content: '';
  width: 47px;
  height: 48px;
  background: url('img/ico_fire.png') center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
#index h5:not([class]),
#category h6,
#category h4,
#category h5,
#category h6,
#page h4,
#page h5,
#page h6 {
  font-size: 2rem;
  padding: 0 20px 13px 20px;
  margin: 70px auto 2rem;
  border-bottom: #bc1124 dotted 2px;
}
/*--------------------------------------
　list
---------------------------------------*/
#contents ul:not([class]) {
  max-width: 1100px;
  margin: 25px auto 25px;
  padding: 10px 10px 0;
}
#contents ul:not([class]) li {
  padding: 0 0 6px 30px;
  position: relative;
}
#contents ul:not([class]) li::before {
  content: '';
  display: block;
  background-color: #bc1124;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: 0;
}
#contents ol:not([class]) {
  max-width: 1100px;
  margin: 25px auto 25px;
  padding: 10px 10px 0;
}
#contents ol:not([class]) li {
  padding: 2px 0 2px 30px;
  list-style: none;
  position: relative;
  counter-increment: number;
}
#contents ol:not([class]) li::before {
  display: block;
  background-color: #bc1124;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 1.2rem;
}
#contents ol:not([class]) li:nth-child(-n + 9)::before {
  content: counter(number);
}
#contents ol:not([class]) li:nth-child(n + 10)::before {
  content: counter(number);
}
/*--------------------------------------
　recommend,check,point
---------------------------------------*/
#index .recommend,
#category .recommend,
#page .recommend,
#index .check,
#category .check,
#page .check,
#index .point,
#category .point,
#page .point,
#index .rank,
#category .rank,
#page .rank {
  display: block;
  font-weight: bold;
}
#index .recommend a,
#category .recommend a,
#page .recommend a,
#index .check a,
#category .check a,
#page .check a,
#index .point a,
#category .point a,
#page .point a,
#index .rank a,
#category .rank a,
#page .rank a {
  display: block;
  font-size: 100%;
}
#index .recommend::before,
#category .recommend::before,
#page .recommend::before,
#index .check::before,
#category .check::before,
#page .check::before,
#index .point::before,
#category .point::before,
#page .point::before,
#index .rank::before,
#category .rank::before,
#page .rank::before {
  z-index: 0;
  background: none;
  box-shadow: 0px 0px 0px;
}
#index .recommend::after,
#category .recommend::after,
#page .recommend::after,
#index .check::after,
#category .check::after,
#page .check::after,
#index .point::after,
#category .point::after,
#page .point::after,
#index .rank::after,
#category .rank::after,
#page .rank::after {
  z-index: 0;
  background: none;
  box-shadow: 0px 0px 0px;
}
/*point*/
#contents .point {
  width: 100%;
  max-width: 1100px;
  min-height: 98px;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.11em;
  border-bottom: solid 2px #bc1124;
  padding: 2rem 2rem 2rem 9.4rem;
  margin: 3rem auto 2rem;
  position: relative;
  display: flex;
  align-items: center;
}
#contents .point::before {
  content: 'POINT';
  width: 70px;
  height: 70px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 70px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: url('img/rank_point.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 13px;
  left: 0;
  padding: 0 5px 5px 0;
}
#contents .point a {
  text-decoration: underline;
}
/*--------------------------------------
　caption
---------------------------------------*/
.caption {
  margin: 8px 0 0;
  font-size: 1rem;
  line-height: 1.3;
  word-break: break-all;
  color: #999;
  text-align: center;
}
.caption a {
  color: #999;
  text-decoration: underline;
}
.caption a:hover {
  text-decoration: underline;
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
  max-width: 1100px;
  margin: 75px auto;
  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 {
  display: table;
  margin: auto;
  width: auto;
}
.float-wrap .catch {
  font-size: 2rem;
  color: #bc1124;
  letter-spacing: 0.03em;
  text-align: left;
  display: table;
  font-weight: bold;
  margin-left: 0;
}
.float-wrap .catch2 {
  font-size: 2rem;
  color: #222;
  letter-spacing: 0.03em;
  text-align: left;
  display: table;
  font-weight: bold;
  margin-left: 0;
}





/*  btns*/
.btn-internal,
.btn-web {
  max-width: 88%;
  text-align: center;
  margin: 30px auto;
  padding: 0;
  width: 370px;
  position: relative;
}
.btn-internal a,
.btn-web a {
  display: block;
  padding: 22px 45px 22px 30px;
  font-size: 1.9rem;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 10;
  position: relative;
  font-weight: bold;
  background-color: #292929;
  box-shadow: 4px 5px 0px #bc112480;
  border: solid 2px #292929;
}
.btn-web a {
  background-color: #bc1124;
  box-shadow: 4px 5px 0px #29292980;
  border: solid 2px #bc1124;
}
.btn-internal a:after,
.btn-web a:after {
  content: '';
  background: url('img/arrow01_white.svg') no-repeat;
  background-size: 7px auto;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translate(0%, -50%);
}
.btn-internal a:hover {
  color: #292929;
  background: #fff;
  opacity: 1;
}
.btn-internal a:hover::after {
  background-image: url('img/arrow01_black.svg');
}
.btn-web a:hover {
  color: #bc1124;
  background: #fff;
  opacity: 1;
}
.btn-web a:hover::after {
  background-image: url('img/arrow01_red.svg');
}
.btn-link {
  max-width: 1100px;
  margin: 30px auto;
  text-align: right;
}
.btn-link a {
  position: relative;
  display: inline-block;
  padding: 5px 0 4px 26px;
  background: url(img/ico_arrow.png) 0 50% no-repeat;
  background-size: 16px auto;
  line-height: 1.3;
  text-decoration: none;
  font-weight: 500;
}
.btn-link a:hover {
  text-decoration: none;
}
.btn-tel {
  display: none;
}
/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table {
  width: 100%;
  max-width: 1100px;
  table-layout: fixed;
  margin: 40px auto 40px;
  border: solid 1px #d0d5dc;
}
table th {
  width: 22%;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  background: #f8f8f8;
  border: solid 1px #d0d5dc;
  padding: 14px 16px;
}
table td {
  font-family: 'Noto Sans JP';
  line-height: 1.3;
  padding: 14px 20px;
  background: #fff;
  font-size: 1.4rem;
  text-align: left;
  border: solid 1px #d0d5dc;
}
/*--------------------------------------
　box-wrap
---------------------------------------*/
.box-wrap {
  width: 100%;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: num;
}
.box-wrap .box {
  width: calc((100% - 28px) / 2);
  margin: 4rem 0 0;
  box-sizing: border-box;
  position: relative;
}
.box-wrap .box a {
  text-decoration: none;
}
.box-wrap .box-head {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.11em;
  line-height: 1.4;
  width: 100%;
}
.box-wrap .box-head a {
  width: 100%;
}
.box-wrap .thumb {
  text-align: center;
}
/*type-a*/
.box-wrap .type-a {
  background: #f5f5f5;
  box-shadow: 0px 3px 6px #00000029;
}
.box-wrap .type-a .box-head {
  font-size: 2.6rem;
  padding: 3rem 2rem;
}
.addParts08 .box-wrap .type-a .box-head {
  font-size: 2.5rem;
}
.box-wrap .type-a .box-head a {
  display: block;
  width: 100%;
  background: url('img/arrow01_black.svg') right center no-repeat;
  background-size: 8px auto;
  padding-right: 2rem;
}
/*type-b*/
.box-wrap .type-b {
  width: calc((100% - 54px) / 2);
  background-color: #f5f5f5;
  padding: 0 2.4rem 1.8rem;
  position: relative;
  margin-top: 7rem;
  counter-increment: num;
  box-shadow: 0px 3px 6px #00000029;
}
.box-wrap .type-b::after {
  content: counter(num);
  width: 70px;
  height: 70px;
  background-color: #292929;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -37px;
  left: 21px;
  box-shadow: 4px 5px 0px #29292950;
}
.box-wrap .type-b .box-head {
  text-align: center;
  padding: 1.8rem 6rem;
  font-size: 2.6rem;
  margin: 0 0 2rem;
  position: relative;
  display: block;
}
.box-wrap .type-b .box-head::after {
  content: '';
  display: block;
  width: 47%;
  height: 1px;
  background-color: #bc1124;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.box-wrap .type-b .box-head a {
  display: inline-block;
  padding: 0 2rem;
  background: url('img/arrow01_black.svg') right center no-repeat;
  background-size: 8px auto;
}
.box-wrap .type-b span:not([class]) {
  border: none;
  color: #bc1124;
}
/*--------------------------------------
　frame-wrap
---------------------------------------*/
.frame-wrap {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.frame-wrap::after {
  content: '';
  width: calc((100% - 50px) / 3);
  height: 0;
}
.frame-wrap .frame {
  background-color: #f5f5f5;
  width: calc((100% - 50px) / 3);
  margin: 4rem 0 0;
  padding: 0 2.4rem 2.4rem;
}
.frame-wrap .frame a {
  display: block;
  text-decoration: none;
}
.frame-wrap .frame .frame-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}
.frame-wrap .frame .frame-body *:first-child {
  margin-top: 0;
}
/*type-a*/
.frame-wrap .type-a {
  padding: 2rem 1.6rem;
  width: calc((100% - 80px) / 3);
}
.frame-wrap .type-a .frame-head {
  text-align: center;
  justify-content: center;
  color: #bc1124;
  font-weight: bold;
  line-height: 1.4;
  font-size: 2rem;
  letter-spacing: 0.11em;
  border-bottom: #292929 solid 1px;
  padding: 0 0 1.4rem;
}
/*type-b*/
.frame-wrap .type-b {
  padding: 0 2.3rem 2.8rem;
  border-top: solid 3px #bc1124;
  box-shadow: 0px 3px 6px #00000029;
}
.frame-wrap .type-b .frame-head {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.11em;
  font-weight: bold;
  padding: 2.3rem 0;
  margin: 0;
}
.frame-wrap .type-b .frame-head a {
  display: block;
  width: 100%;
  background: url('img/arrow01_black.svg') right 50% no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
}
/*type-c*/
.frame-wrap .type-c {
  width: calc((100% - 30px) / 3);
  padding: 3.8rem 2.4rem;
  box-shadow: 0px 3px 6px #00000029;
}
.frame-wrap .type-c .frame-head {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.11em;
  border-bottom: 2px solid #bc1124;
  padding: 0 0 3.6rem;
  margin: 0 0 2rem;
}
.frame-wrap .type-c .frame-head a {
  display: block;
  width: 100%;
  background: url('img/arrow01_black.svg') right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
}
.frame-wrap .type-c table {
  margin: 2rem 0 0;
}
.frame-wrap .type-c table th,
.frame-wrap .type-c table td {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 12px 10px;
}
.frame-wrap .type-c table th {
  width: 33%;
}
/*--------------------------------------
　焼入れ加工の種類
---------------------------------------*/
.tags {
  background-color: #f5f5f5;
  padding: 1.2rem 1.7rem;
  margin: 0 0 4.7rem;
}
.tags .tags_title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.11em;
  font-weight: bold;
  margin: 0 0 2rem;
}
.tags .tags_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.tags .tags_wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 15px) / 3);
  background-color: #555;
  padding: 1rem 0;
  line-height: 1.2;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #fff;
  margin: 1rem 0 0;
}
.tags .tags_wrap > div.off {
  background-color: #d0d5dc;
}
/*--------------------------------------
　共通パーツ
---------------------------------------*/
.lower_bottom {
  margin-top: 8rem;
  background: #fffaf1;
}
.lower_bottom .addInner {
  width: 1100px;
  margin: auto;
  padding: 4rem 0 6rem;
}
.lower_bottom .addTopArea {
  margin: 0 auto 6rem;
  text-align: center;
}
.lower_bottom .addTopArea .sttl {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.11em;
  margin: 0 auto 2rem;
  font-weight: bold;
  line-height: 1.4;
  background: url('img/sttl_bg.png') no-repeat center top;
  padding-top: 22px;
}
.lower_bottom .addTopArea .sttl .small {
  font-size: 2.8rem;
  color: #bc1124;
}
.lower_bottom .block_wrap {
  display: flex;
  justify-content: space-between;
}
.lower_bottom .block {
  width: calc((100% - 4rem) / 3);
  background: #fff;
  padding: 1.6rem 2.6rem 3.6rem;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 1.4rem;
}
.lower_bottom .plan_tit {
  font-size: 2rem;
  letter-spacing: 0.03em;
  background: #bc1124;
  color: #fff;
  font-weight: bold;
  padding: 2rem 1rem;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower_bottom .block .companyName {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-align: center;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower_bottom .block .tags {
  padding: 1.2rem 1.7rem;
  margin: 4rem 0 4.7rem;
}
.lower_bottom .block .tags .tags_title {
  font-size: 1.8rem;
}
.lower_bottom .block .tags .tags_wrap > div {
  width: calc((100% - 5px) / 2);
  font-size: 1.2rem;
  padding: 0.8rem;
  margin: 0.5rem 0 0;
}
.lower_bottom .block .btn-internal {
  margin-bottom: 1rem;
}
/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
  background: #f5f5f5;
  margin: 5rem 0;
  padding: 4rem 5rem;
  box-sizing: border-box;
}
.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 4px solid #bc1124;
}
#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #bc1124;
}
#toc .chapter {
  margin: 0 0 2rem;
  counter-reset: count;
}
#toc .chapter .chapter-h {
  margin: 2rem 0 0;
  padding: 0 0 0 3.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  counter-increment: count;
  background: none;
}
#toc .chapter .chapter-h:last-child {
  margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0, -50%);
  color: #bc1124;
  font-size: 2rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
#toc .chapter .chapter-h a {
  font-weight: bold;
  text-decoration: none;
}
#toc .chapter .chapter-h span {
  color: #0b072b;
  font-weight: bold;
}
#toc li.chapter-h.chapter-h-three {
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: solid 1px #0b072b;
  border-right: solid 1px #0b072b;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#toc li.chapter-h.chapter-h-three a {
  font-weight: 400;
}
#toc li.chapter-h.chapter-h-three span {
  font-weight: 400;
}
#toc .chapter br {
  display: none;
}
/*--------------------------------------
accordion
---------------------------------------*/
.btn-accordion {
  position: relative;
  width: 400px;
  margin: 4rem auto;
  padding: 1.8rem 5rem;
  background: rgba(41, 41, 41, 0.5);
  text-align: center;
  cursor: pointer;
}
.btn-accordion:hover {
  opacity: 0.7;
}
#contents .btn-accordion span:not([class]) {
  font-weight: normal;
  border: none;
  display: inline;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  padding: 0;
}
.btn-accordion::before {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  content: '＋';
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
.btn-accordion.is-open::before {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  content: '－';
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
#contents .btn-accordion.is-open span {
  display: none;
}
.btn-accordion.is-open::after {
  content: '閉じる';
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  padding: 0;
}
.accordion-item {
  padding: 2rem 0;
}
.accordion-item > * {
  margin-top: 0;
  margin-bottom: 0;
}

/*  PC END  */
@media screen and (max-width: 480px) {
  html,
  body {
    width: 100%;
    position: relative;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  body {
    width: 100%;
    min-width: initial;
    min-width: auto;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  p:not([class]) {
    width: 100%;
    max-width: none;
    text-align: left;
  }
  a:hover,
  a:hover img {
    opacity: 1;
  }
  /*--------------------------------------
  　Header
  ---------------------------------------*/
  header .headTopArea {
    width: 100%;
    margin: 6px auto;
    padding: 0 5px;
  }
  header .headTopArea .rightTxt {
    text-align: center;
  }
  /*--------------------------------------
  　visArea
  ---------------------------------------*/
  #visArea {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  #visArea .mainArea {
    height: auto !important;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #visArea .mainArea .mainAreaInner {
    display: block;
  }
  #visArea .mainArea .siteNameArea {
    display: table;
    height: 100px;
    width: 100%;
  }
  #visArea .mainArea .siteNameAreaInner {
    display: table-cell;
    vertical-align: middle;
  }
  #visArea .mainArea .siteName a {
    width: 180px;
    margin: 0 auto;
  }
  /*--------------------------------------
  　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;
    display: none;
  }
  #navWrap .navTopInner {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    position: relative;
  }
  #navWrap .siteName {
    display: table-cell;
    vertical-align: middle;
    width: 48%;
    font-size: 1.15rem;
    line-height: 1.4;
    padding: 0 1.6rem;
    text-align: center;
    border-right: 1px solid #bbb;
  }
  #navWrap .siteName img {
    width: 100%;
  }
  #navWrap .recommendBtn {
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1rem;
    text-align: center;
    padding: 0 1.2rem;
    position: relative;
    color: #bc1124;
    letter-spacing: 1px;
    border-right: 1px solid #bbb;
    font-weight: bold;
    line-height: 1.4em;
  }
  #navWrap .recommendBtn::after {
    content: '';
    position: absolute;
    right: 3px;
    bottom: 3px;
    border-top: 4px solid transparent;
    border-right: 4px solid #bc1124;
    border-bottom: 4px solid #bc1124;
    border-left: 4px solid transparent;
    z-index: 1;
  }
  #menuBtn {
    display: table-cell;
    vertical-align: middle;
    box-sizing: content-box;
    width: 25px;
    height: 50px;
    padding: 0 1rem;
    cursor: pointer;
    z-index: 9999;
  }
  #menuBtn .menu {
    width: 21px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    outline: none;
    border: none;
    background: url('img/sp_ico_menu.png') center no-repeat;
    background-size: 100%;
  }
  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(245, 245, 245, 0.94);
    z-index: 999;
    display: none;
  }
  #navSp > div {
    height: 100%;
    overflow-y: scroll;
  }
  #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: #000;
    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 #b5b5b5;
    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: #000;
    background: url('img/arrow_black.png') 95.5% center no-repeat;
    background-size: 5px auto;
    border-bottom: 1px solid #b5b5b5;
    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: bold;
    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 3rem;
    overflow: auto;
    white-space: nowrap;
    position: relative;
  }
  #pankuzu {
    box-sizing: border-box;
    width: 92%;
    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;
  }
  #index {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #category,
  #page {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 4%;
  }
  #category > h1:first-of-type,
  #page > h1:first-of-type {
    margin: 0 auto 3.5rem;
  }
  /*--------------------------------------
  　Side
  ---------------------------------------*/
  #side {
    display: none;
  }
  /*--------------------------------------
  Footer
  ---------------------------------------*/
  footer {
    width: 100%;
    margin-top: 0;
  }
  footer .areaInner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 2.5rem;
  }
  footer .areaInner .inner {
    width: 100%;
    padding: 0;
  }
  footer .areaInner .logo {
    display: block;
    box-sizing: border-box;
    width: auto;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #000;
    padding: 0 1rem;
    margin: 0 auto 2rem;
  }
  footer .areaInner .logo a {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    transition: none;
  }
  footer .areaInner .logo + .footBox {
    border-top: 1px solid #292929;
  }
  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;
    font-weight: 500;
    background: url('img/arrow_black_down.png') right 10px center no-repeat;
    background-size: 10px auto;
    padding: 1rem 4rem 1rem 4%;
    transition: none;
  }
  footer .areaInner .footBox .sttl.open a {
    background: url('img/arrow_black_up.png') right 10px center no-repeat;
    background-size: 10px auto;
  }
  footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #292929;
    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;
  }
  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 #292929;
    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/arrow01_black.svg') 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: #000;
    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: #000;
    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;
    color: #333;
    margin: 1.5rem auto 0;
  }
  footer .botArea {
    background: #fff;
  }
  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;
    color: #000;
    padding: 0.5rem 0;
  }
  footer p.sitemap a {
    color: #000;
    text-decoration: underline;
  }
  footer p.copy a {
    color: #000;
    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 {
    text-decoration: none;
  }
  #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.subList li a {
    font-size: 1.4rem;
  }
  /* ================== */
  /*  メインコンテンツ　*/
  /* ================== */
  #contents h1 a,
  #contents h2 a,
  #contents h3 a,
  #contents h4 a,
  #contents h5 a,
  #contents h6 a {
    background-size: 7px auto;
    padding-right: 2rem;
  }
  #index h2:not([class]),
  #category h1,
  #page h1 {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 2rem 3rem;
    margin: 2.5rem auto 3rem;
    position: relative;
  }
  #index h2:not([class]) {
    margin: 1.3rem auto 2rem;
  }
  #index h2:not([class]) a,
  #category h1 a,
  #page h1 a {
    padding-left: 2rem;
  }
  #category h1,
  #page h1 {
    margin: 2.5rem 0 8rem;
  }
  #index h2:not([class])::before,
  #category h1::before,
  #page h1::before {
    content: '';
    width: calc(100% - 15px);
    height: 100%;
    position: absolute;
    top: -13px;
    left: 0;
    z-index: -1;
  }
  #index h2:not([class])::after,
  #category h1::after,
  #page h1::after {
    content: '';
    width: calc(100% - 15px);
  }
  #index h3:not([class]),
  #category h2,
  #page h2 {
    font-size: 1.8rem;
    margin: 5.5rem auto 2.5rem;
    line-height: 1.4;
    padding: 1.2rem 2rem;
    /* border-top: 1px dotted #51c7bd; */
    /* border-bottom: 1px dotted #51c7bd; */
  }
  #index h4:not([class]),
  #category h3,
  #page h3 {
    font-size: 1.8rem;
    margin: 4rem auto 2rem;
    padding: 1.2rem 1rem 1.2rem 4.2rem;
    line-height: 1.5;
    position: relative;
  }
  #index h4:not([class])::after,
  #category h3::after,
  #page h3::after {
    width: 30px;
    height: 30px;
  }
  #index h5:not([class]),
  #category h6,
  #category h4,
  #category h5,
  #category h6,
  #page h4,
  #page h5,
  #page h6 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 1rem 1.1rem 1rem;
    margin: 4rem auto 1.5rem;
    position: relative;
  }
  /*--------------------------------------
  　list
  ---------------------------------------*/
  #contents ul:not([class]) {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto 2rem;
    padding: 0 3% 0;
  }
  #contents ul:not([class]) li {
    padding: 0 0 0.3rem 2rem;
    position: relative;
  }
  #contents ul:not([class]) li::before {
    content: '';
    width: 8px;
    height: 8px;
    top: 9px;
  }
  #contents ol {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto 2rem;
    padding: 0 3% 0;
  }
  #contents ol li {
    font-size: 1.3rem;
    padding: 0 0 0.3rem 8%;
    list-style: none;
    position: relative;
    counter-increment: number;
  }
  #contents ol li::before {
    width: 16px;
    height: 16px;
    top: 5px;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.5px;
  }
  #contents ol li:nth-child(-n + 9):before {
    content: counter(number);
  }
  #contents ol li:nth-child(n + 10):before {
    content: counter(number);
  }
  /*--------------------------------------
  　recommend,check,point
  ---------------------------------------*/
  /*point*/
  #contents .point {
    min-height: 70px;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 1.5rem 1.5rem 1.5rem 6.2rem;
    margin: 2rem auto 1.5rem;
  }
  #contents .point::before {
    content: 'POINT';
    width: 50px;
    height: 50px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    background: url('img/rank_point.png') 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: 0;
  }
  #contents .point a {
    text-decoration: underline;
  }
  /*--------------------------------------
  　float-wrap
  ---------------------------------------*/
  .float-wrap {
    position: relative;
    margin: 4rem 0;
  }
  .float-wrap .flame {
    width: 90%;
    margin: 0 auto;
  }
  .float-wrap .float-img {
    box-sizing: border-box;
    width: auto;
    margin: 0 auto 1rem;
    text-align: center;
  }
  .float-wrap img {
    box-sizing: border-box;
    max-width: 100%;
  }
  .float-wrap .catch {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 0 1.5rem;
    padding: 5px;
    width: auto;
  }
  .float-wrap p {
    margin: 1rem 0 0;
    padding: 0;
    width: 100%;
  }
  .float-wrap .fl {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 1rem 0;
    text-align: center;
    float: none;
    top: 0;
    margin: 0 auto 2rem;
  }
  .float-wrap .fr {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 1rem 0;
    text-align: center;
    float: none;
  }
  .float-wrap .ct {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 1rem;
    padding: 0 0 1rem;
    text-align: center;
  }
  .float-wrap .fl.t_small {
    box-sizing: content-box;
    width: 40%;
    padding: 0 6% 0.5rem 0;
    text-align: center;
    float: left;
  }
  .float-wrap .fr.t_small {
    box-sizing: content-box;
    width: 40%;
    padding: 0 0 0.5rem 6%;
    text-align: center;
    float: right;
  }
  .float-wrap .fl.t_small .flame,
  .float-wrap .fr.t_small .flame {
    width: 100%;
  }
  /*  btns*/
  .btn-internal,
  .btn-web,
  .btn-tel,
  .btn-link {
    max-width: 88%;
    text-align: center;
    margin: 2rem auto;
    padding: 0;
    width: 88%;
  }
  .btn-internal a,
  .btn-web a {
    padding: 1.8rem 3rem;
    font-size: 1.4rem;
    box-shadow: 3px 3px 0px #bc112480;
  }
  .btn-web a {
    box-shadow: 3px 3px 0 0 #29292980;
  }
  .btn-internal a:after,
  .btn-web a:after {
    right: 2rem;
  }
  .btn-link {
    max-width: 100%;
    text-align: left;
  }
  .btn-link a {
    display: block;
    padding: 1.6rem 3.8rem;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    background: url(img/ico_arrow.png) right 15px center no-repeat;
    background-size: 14px auto;
    border: 1px solid #bbb;
  }
  .btn-link a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .btn-tel {
    display: block;
  }
  .btn-tel a {
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 1.8rem 3rem;
    display: block;
    text-align: center;
    position: relative;
    background-color: #005da1;
    box-shadow: 3px 3px 0 0 #29292980;
    font-weight: bold;
  }
  .btn-tel a:before {
    content: '';
    width: 100%;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: url('img/ico_tel.png') left 20px center no-repeat;
    background-size: 18px auto;
  }
  .btn-tel a:after {
    content: '';
    width: 100%;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: url('img/arrow01_white.svg') right 20px center no-repeat;
    background-size: 7px auto;
    z-index: 10;
  }
  /* ================== */
  /*  テーブル　　　　　*/
  /* ================== */
  table {
    margin: 3rem auto 3rem;
  }
  table th {
    width: 30%;
    padding: 1rem;
  }
  table td {
    padding: 1rem;
    word-break: break-all;
  }
  /*--------------------------------------
  　box-wrap
  ---------------------------------------*/
  .box-wrap {
    max-width: 100%;
    margin: 4rem auto;
    display: block;
  }
  .box-wrap .box {
    display: block;
    width: 100%;
    margin: 0;
  }
  .box-wrap .box + .box {
    margin-top: 2rem;
  }
  /*type-a*/
  .box-wrap .type-a .box-head {
    font-size: 1.7rem !important;
  }
  .box-wrap .type-a .box-head a {
    background-size: 8px auto;
    padding: 0 2rem 0 0;
  }
  /*type-b*/
  .box-wrap .box.type-b {
    padding: 0 2rem 1.8rem;
    margin-top: 4rem;
  }
  .box-wrap .type-b::after {
    content: counter(num);
    width: 50px;
    height: 50px;
    background-color: #292929;
    font-size: 3rem;
    top: -20px;
    left: 10px;
    box-shadow: 4px 4px 0px #29292950;
  }
  .box-wrap .type-b .box-head {
    padding: 1.8rem 4rem;
    font-size: 1.8rem;
  }
  /*--------------------------------------
  　frame-wrap
  ---------------------------------------*/
  .frame-wrap {
    margin: 2rem auto;
    display: block;
  }
  .frame-wrap .frame {
    display: block;
    width: 100%;
    margin: 0;
  }
  .frame-wrap .frame + .frame {
    margin-top: 2rem;
  }
  /*type-a*/
  /*type-b*/
  .frame-wrap .type-b .frame-head {
    font-size: 1.7rem;
    padding: 2rem 0;
    margin-bottom: 0;
  }
  .frame-wrap .type-b .frame-head a {
    background-size: 8px auto;
    padding: 0 2rem 0 0;
  }
  #contents .frame-wrap .type-b .frame-body > * {
    margin-top: 0;
  }
  /*type-c*/
  .frame-wrap .type-c {
    padding: 2rem;
  }
  .frame-wrap .type-c .frame-head {
    font-size: 1.7rem;
    padding-bottom: 2rem;
  }
  /*--------------------------------------
  　共通パーツ
  ---------------------------------------*/
  .lower_bottom {
    margin: 5rem auto 0;
    padding: 0;
  }
  .lower_bottom .addInner {
    width: 100%;
    padding: 2rem 4% 4rem;
  }
  .lower_bottom .addTopArea {
    margin: 0 auto 3rem;
    line-height: 1.6;
  }
  .lower_bottom .addTopArea .sttl {
    font-size: 2.2rem;
    width: 100%;
    background-size: 60px auto;
    padding-top: 10px;
  }
  .lower_bottom .addTopArea .sttl .small {
    font-size: 1.8rem;
  }
  .lower_bottom .block_wrap {
    display: block;
  }
  .lower_bottom .block {
    width: 100%;
    margin: 0;
    padding: 1.6rem;
  }
  .lower_bottom .block + .block {
    margin-top: 2rem;
  }
  .lower_bottom .plan_tit {
    font-size: 1.8rem;
    padding: 1rem 0;
  }
  .lower_bottom .block .companyName {
    font-size: 2rem;
  }
  .lower_bottom .block .tags .tags_title {
    font-size: 1.6rem;
  }
  /*--------------------------------------
  　toc
  ---------------------------------------*/
  .toc_parts {
    margin: 3rem 0;
    padding: 3rem 2.5rem 2rem;
  }
  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left: 2px solid #6e6e6e;
  }
  #toc {
    margin: 1.5rem 0 0 0;
    padding: 1rem 0 0;
  }
  #toc .chapter .chapter-h {
    margin: 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #toc ul.chapter .chapter-h::before {
    top: 11px;
    font-size: 1.8rem;
  }
  #toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 2rem;
  }
  #toc li.chapter-h.chapter-h-three::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
  #toc li.chapter-h-three + .chapter-h-two {
    margin-top: 2rem;
  }
  /*--------------------------------------
 accordion
 ---------------------------------------*/
  .btn-accordion {
    width: 88%;
  }
  #contents .btn-accordion span:not([class]),
  .btn-accordion.is-open::after {
    font-size: 1.6rem;
  }
}
