@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: 1rem 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: #141414;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
 font-size: 1.4rem;
 line-height: 1.8;
 min-width: 1100px;
 -webkit-font-smoothing: subpixel-antialiased;
 word-break: break-word; 
}
img {
 max-width: 100%;
 height: auto;
}
a {
 color: #363636;
 text-decoration: underline;
}
a:hover,a:hover img {
 text-decoration: none;
 opacity: 0.5;
}

.bottomBanner a:hover{
  opacity:unset;
}
.fl {
 float: left;
}
.fr {
 float: right;
}
span:not([class]),b {
 font-weight: bold;
 border-bottom: 2px solid #AD1703;
}
#content p:not([class]) {
 max-width: 1100px;
 margin: 20px auto 20px;
}
.pc {
 display: block !important;
}
.sp {
 display: none !important;
}
.sp_br {
 display: none;
}
/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
 background: #201F1E;
 padding: 2px 0;
}
header .headTopArea {
 width: 1100px;
 margin: 5px auto;
 background: #201f1e;
}
header .headTopArea .rightTxt {
 font-size: 1.2rem;
 font-weight: 400;
 line-height: 1.4;
 text-align: right;
 color: #fff;
}
header .headTopArea .rightTxt a {
 text-decoration: none;
 color: #fff;
}
/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
 position: relative;
 z-index: 1;
 margin: 0 auto;
}
#visArea .mainArea {
 display: table;
 background: url("img/mv_pic_ct.jpg") center top no-repeat;
 background-size: cover;
 height: 120px;
 width: 100%;
 max-width: 2000px;
 margin: 0 auto;
 position: relative;
}
#visArea .mainArea .mainAreaInner {
 display: table-cell;
 vertical-align: middle;
}
#visArea .mainArea .siteNameArea {
 margin: 0;
}
#visArea .mainArea .siteName {
 font-size: 2.0rem;
 line-height: 1.4;
 letter-spacing: 0.03em;
 text-align: center;
 margin: 0 0 8px;
}
#visArea .mainArea .siteName a {
 text-decoration: none;
 display: block;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 color: #fff;
 width: 450px;
 margin: auto;
 padding: 10px 20px 18px;
 font-weight: bold;
}
/* PCハンバーガーメニュー */
.bargBg.pc {
 background: #3E4A0E;
 position: fixed;
 top: 15px;
 right: 15px;
 z-index: 900;
 transform: translateX(0);
 transition: transform 0.5s;
 width: 60px;
 height: 60px;
 cursor: pointer;
}
.menu-trigger {
 display: inline-block;
 width: 36px;
 height: 28px;
 vertical-align: middle;
}
.bargBg.active {
 transform: translateX(-300px);
}
.bargBg span {
 display: inline-block;
 box-sizing: border-box;
 position: absolute;
 left: 16px;
 width: 29px;
 height: 2px;
 background-color: #fff;
 border-bottom: none;
}
.bargBg.active span {
 background-color: #fff;
}
.bargBg span:nth-of-type(1) {
 top: 8px;
}
.bargBg.active span:nth-of-type(1) {
 transform: translateY(12px) rotate(-45deg);
}
.bargBg span:nth-of-type(2) {
 top: 19px;
}
.bargBg.active span:nth-of-type(2) {
 opacity: 0;
}
.bargBg span:nth-of-type(3) {
 top: 31px;
}
.bargBg.active span:nth-of-type(3) {
 transform: translateY(-12px) rotate(45deg);
}
/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
 background-color: #fff;
 margin: 0 auto;
 z-index: 100;
 border-bottom: 1px solid #bbbbbb;
}
#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;
 margin-top: 0;
}
#g-nav li::before {
 content: "";
 background: linear-gradient(#999, #999);
 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(#999, #999);
 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.3rem;
 line-height: 1.6;
 color: #333;
 padding: 10px 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: #5b4c06;
 position: absolute;
 left: 0;
 bottom: 2px;
 opacity: 1;
}
#g-nav-top {
 width: 300px;
 height: 100%;
 background-color: #eeeeee;
 position: fixed;
 top: 0;
 right: 0;
 z-index: 999;
 transform: translate(300px);
 transition: all 0.5s;
 overflow-y: scroll;
 -ms-overflow-style: none;
 scrollbar-width: none;
}
#g-nav-top::-webkit-scrollbar {
 display: none;
}
#g-nav-top.open {
 transform: translateZ(0);
 cursor: pointer;
}
#g-nav-top li {
 color: #333;
 text-align: center;
}
.header-menu ul.accordion ul {
 display: none;
}
#g-nav-top .accordion li {
 border-bottom: 1px solid #ccc;
 margin: 0;
}
#g-nav-top .accordion li a {
 text-decoration: none; 
 display: block;
 text-align: left;
 padding: 15px;
 font-size: 14px;
 font-size: 1.4rem;
 position: relative;
}
#g-nav-top .accordion li a span {
 border: none;
}
#g-nav-top .accordion li .tglMenu {
 text-align: left;
 color: #000;
 padding: 15px 35px 15px 15px;
 position: relative;
 background: url("img/arrow_black_down.png") 96% center no-repeat;
 background-size: 10px auto;
}
#g-nav-top .accordion li .tglMenu.open {
 background: url("img/arrow_black_up.png") 96% center no-repeat;
 background-size: 9.5px auto;
}
#g-nav-top .accordion li .tglMenu.open::before {
 transform: rotateZ(-90deg);
}
#g-nav-top .accordion li a, #g-nav-top .accordion li .tglMenu {
 line-height: 2rem;
}
#g-nav-top .accordion li ul li a {
 padding: 15px 30px 15px 15px;
 color: #000;
 background: url("img/arrow01_black.svg") 95.5% center no-repeat;
 background-size: 6px auto;
}
#g-nav-top .accordion li ul li {
 border-bottom: none;
 border-top: 1px solid #ccc;
 margin: 0;
 padding: 0;
}
#g-nav-top .accordion li ul li::before {
 content: none;
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
 margin: 0;
}
#pankuzu {
 font-size: 1.3rem;
 margin: 0 auto;
 padding: 12px 0;
 width: 1100px;
 color: #333;
}
#pankuzu span {
 border-bottom: none;
 font-weight: inherit;
 color: inherit;
 display: inline-block;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
 width: 1100px;
 margin: 0 auto 0;
 padding: 0 0 10rem;
}
#index {
 width: 100%;
 margin: 0 auto;
}
#category, #page {
 float: left;
 width: 830px;
 margin: 0;
 padding: 30px 0 0;
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
 float: right;
 width: 220px;
}
#side .sideTopBox {
 background: #33312E;
 margin: 30px 0 40px;
}
#side .sideTopBox a {
 text-decoration: none;
 display: block;
 padding: 20px;
}
#side .sideTopBox .catch {
 font-size: 1.6rem;
 margin: 0 0 15px;
 font-weight: bold;
 text-align: center;
 line-height: 1.4;
 color: #ffffff;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#side .sideTopBox .imgBox {
 margin: 0 0 15px;
 text-align: center;
}
#side .sideTopBox .imgBox .caption {
 color: #D5D5D5;
}
#side .sideTopBox p {
 line-height: 1.6;
 color: #ffffff;
}
#side .sideTopBox .dtlBtn {
 text-decoration: none;
 display: block;
 text-align: center;
 color: #4B4B4B;
 padding: 8px 20px;
 margin: 20px 0 0;
 background: url("img/arrow01_black.svg") right 9px center no-repeat #f7f7f7;
 background-size: 7px auto;
 box-shadow: 0px 5px 0px 0px #111111;
 transition: 0.2s;
 border-radius: 10px;
 font-size: 1.5rem;
 font-weight: bold;
}
#side .sideBox {
 margin: 0 0 30px;
 border-top: 2px solid #333;
 color: #000000;
}
#side .sideBox a {
 color: #000;
 text-decoration: none;
}
#side .sideBox .sttl {
 font-size: 1.5rem;
 font-weight: bold;
}
#side .sideBox .sttl a {
 display: block;
 padding: 15px;
}
#side .sideBox ul {
 padding: 0;
 margin: 0;
}
#side .sideBox ul li {
 background-image: none;
 padding: 0;
 position: relative;
 margin: 0;
}
#side .sideBox ul li::before {
 content: "";
 background: #BBBBBB;
 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/arrow01_black.svg") no-repeat right 10px center;
 background-size: 5px auto;
 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: 0rem 0 0;
 padding: 0;
 background-color: #4B4B4B;
}
footer .areaInner {
 width: 100%;
 padding: 6rem 0 5rem;
}
footer .areaInner .inner {
 position: relative;
 width: 1100px;
 margin: 0 auto;
}
footer .areaInner .logo {
 width: auto;
 margin: 0 auto 5rem;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
footer .areaInner .logo a {
 display: block;
 font-size: 2rem;
 font-weight: bold;
 line-height: 1;
 text-align: center;
 color: #ffffff;
 text-decoration: none;
}
footer .areaInner .footBox {
 margin: 0 0 3rem 0;
}
footer .areaInner .footBox .sttl {
 border-bottom: 1px solid #ffffff;
 padding: 0 0 1rem 0;
 margin: 0 0 1.4rem 0;
}
footer .areaInner .footBox .sttl a {
 display: block;
 font-size: 1.6rem;
 color: #ffffff;
 background: url("img/arrow01_white.svg") left center no-repeat;
 background-size: 8px auto;
 border: none;
 padding: 0.3rem 0 0.3rem 2rem;
 margin: 0;
}
footer .footBox ul {
 padding: 0 2rem;
}
footer .areaInner .footBox .accChild {
 padding: 0;
 box-sizing: border-box;
}
footer .areaInner .footBox .accChild .sp {
 display: none;
}
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/arrow01_white.svg") 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: #fff;
 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: #201F1E;
 border-radius: 0;
 padding: 2.5rem 3rem;
 margin: 5rem auto 0;
}
footer .areaInner .noticeArea p {
 font-size: 1.2rem;
 color: #fff;
 margin: 0;
}
footer .areaInner p.ucp {
 font-size: 1.2rem;
 line-height: 1.4;
 text-align: center;
 color: #fff;
 margin: 1.5rem auto 0;
}
footer .botArea {
 background-color: #201F1E;
}
footer .botArea .inner {
 width: 1100px;
 padding: 1rem 0;
 margin: 0 auto;
 display: block;
}
footer .botArea .inner.cf {
 content: none;
}
footer p.sitemap {
 margin: 0;
}
footer p.sitemap a {
 font-size: 1.2rem;
 line-height: 1.3;
 text-align: right;
 float: right;
 padding: 0.5rem 0;
 text-decoration: underline;
 display: block;
}
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;
 display: flex;
 margin: 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;
}
/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents #page.mappage h2 {
 margin: 68px auto 28px;
}
#contents #page.mappage h2 a {
 color: #fff;
}
#contents #page.mappage ul {
 margin: 0 auto 0.6rem;
}
#contents #page.mappage ul li {
 padding: 0 0 0.6rem 2.2rem;
}
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 font-weight: bold;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 color: #363636;
 line-height: 1.4;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 text-decoration: none;
 display: inline-block;
 background: url("img/arrow01_gray.svg") no-repeat right 50%;
 padding-right: 3rem; 
}
#index h2:not([class]), #category h1, #page h1 {
 font-size: 3.6rem;
 letter-spacing: 1.08px;
 text-align: center;
 padding: 33px 20px 33px 60px;
 margin: 25px auto 2rem;
 position: relative;
 z-index: 1;
}
#category h1, #page h1 {
 margin-top: 25px;
}
#index h2:not([class])::before, #category h1::before, #page h1::before {
 content: "";
 width: calc(100% - 40px);
 height: 110px;
 background: url("img/h2_bg.jpg") center no-repeat;
 background-size: cover;
 position: absolute;
 top: -25px;
 left: 0;
 z-index: -1;
 pointer-events: none;
}
#index h2:not([class])::after, #category h1::after, #page h1::after {
 content: "";
 width: calc(100% - 40px);
 height: 100%;
 background: rgba(255, 255, 255, 1);
 box-shadow: 0px 0px 15px #0000001A;
 position: absolute;
 top: 0;
 right: 0;
 z-index: -1;
 pointer-events: none;
}
#index h3:not([class]), #category h2:not([class]), #page h2:not([class]) {
 font-size: 2.9rem;
 letter-spacing: 0.87px;
 margin: 98px auto 2rem;
 padding: 1rem 4.1rem;
 background: #3E4A0E;
 position: relative;
 color: #fff;
}
#index h3:not([class]) a, #category h2:not([class]) a, #page h2:not([class]) a {
 color: #fff;
 background-image: url("img/arrow01_white.svg");
}
#index h3:not([class])::before, #category h2:not([class])::before, #page h2:not([class])::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 36px 36px 0 0;
 border-color: #857B11 transparent transparent transparent;
}
#index h4:not([class]), #category h3:not([class]), #page h3:not([class]) {
 font-size: 2.4rem;
 letter-spacing: 0.72px;
 margin: 70px auto 2rem;
 padding: 15px 20px 15px 15px;
 border-bottom: 1px solid #3E4A0E;
 position: relative;
}
#index h4:not([class])::before, #category h3:not([class])::before, #page h3:not([class])::before {
 content: "";
 width: 2px;
 height: calc(100% - 30px);
 background: #3E4A0E;
 position: absolute;
 top: 50%;
 left: 0;
 -webkit-transform: translate(0%, -50%);
 transform: translate(0%, -50%);
}
#index h5:not([class]), #category h6:not([class]), #category h4:not([class]), #category h5:not([class]), #category h6:not([class]), #page h4:not([class]), #page h5:not([class]), #page h6:not([class]) {
 font-size: 2rem;
 letter-spacing: 0.6px;
 padding: 0 20px 13px 20px;
 margin: 70px auto 2rem;
 position: relative;
}
#index h5:not([class])::after, #category h6:not([class])::after, #category h4:not([class])::after, #category h5:not([class])::after, #category h6:not([class])::after, #page h4:not([class])::after, #page h5:not([class])::after, #page h6:not([class])::after {
 content: "";
 background: #242424;
 width: 100%;
 height: 1px;
 position: absolute;
 left: 0;
 bottom: 0;
}
/*--------------------------------------
　list
---------------------------------------*/
ul:not([class]) {
 max-width: 1100px;
 margin: 25px auto 25px;
 padding: 10px 10px 0;
}
ul:not([class]) li {
 padding: 0 0 6px 30px;
 position: relative;
}
ul:not([class]) li::before {
 content: "";
 display: block;
 background-color: #3E4A0E;
 width: 10px;
 height: 10px;
 border-radius: 50px;
 position: absolute;
 top: 8px;
 left: 0;
}
ul:not([class]) li a, #contents ol li a {
 text-decoration: underline;
}
ul:not([class]) li a:hover, #contents ol li a:hover {
 text-decoration: none;
}
#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: #3E4A0E;
 width: 20px;
 height: 20px;
 position: absolute;
 top: 3px;
 left: 0;
 color: #fff;
 text-align: center;
 line-height: 1.7;
 font-weight: bold;
 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;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#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;
}
/*recommend*/
#contents .recommend {
 width: 100%;
 max-width: 1100px;
 height: 98px;
 font-size: 2.2rem;
 line-height: 1.4;
 border-bottom: solid 1px #141414;
 padding: 2rem 2rem 2rem 11.4rem;
 margin: 3rem auto 2rem;
 position: relative;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center;
}
#contents .recommend::before {
 content: "おすすめ";
 width: 97px;
 height: 97px;
 font-size: 1.3rem;
 font-weight: bold;
 line-height: 97px;
 letter-spacing: 0;
 text-align: center;
 background: url("img/rank_recommend.png") 0 0 no-repeat;
 background-size: 100%;
 position: absolute;
 top: 0;
 left: 0;
 color: #262626;
}
/*check*/
#contents .check {
 width: 100%;
 max-width: 1100px;
 height: 98px;
 font-size: 2.2rem;
 line-height: 1.4;
 border-bottom: solid 1px #141414;
 padding: 2rem 2rem 2rem 11.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: 97px;
 height: 97px;
 font-size: 1.3rem;
 font-weight: normal;
 line-height: 97px;
 letter-spacing: 0;
 text-align: center;
 background: url("img/rank_check.png") 0 0 no-repeat;
 background-size: 100%;
 position: absolute;
 top: 0px;
 left: 0;
 color: #fff;
}
/*point*/
#contents .point {
 width: 100%;
 max-width: 1100px;
 height: 98px;
 font-size: 2.2rem;
 line-height: 1.4;
 border-bottom: solid 1px #141414;
 padding: 2rem 2rem 2rem 11.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: 97px;
 height: 97px;
 font-size: 1.3rem;
 font-weight: normal;
 line-height: 97px;
 letter-spacing: 0;
 text-align: center;
 color: #fff;
 background: url("img/rank_point.png") 0 0 no-repeat;
 background-size: 100%;
 position: absolute;
 top: 0;
 left: 0;
}
/*rank_wrap*/
#contents .rank_wrap {
 counter-reset: num;
 margin: 3rem auto 2rem;
}
#contents .rank_wrap .rank {
 width: 100%;
 max-width: 1100px;
 height: 98px;
 font-size: 2.2rem;
 line-height: 1.4;
 letter-spacing: 0.66px;
 border-bottom: solid 1px #141414;
 padding: 2rem 2rem 2rem 11.882rem;
 margin: 3rem auto 2rem;
 position: relative;
 display: flex;
 align-items: center;
}
#contents .rank_wrap .rank::before {
 content: counter(num, decimal-leading-zero);
 counter-increment: num;
 width: 97px;
 height: 97px;
 font-size: 2.2rem;
 font-weight: normal;
 line-height: 97px;
 letter-spacing: 0;
 text-align: center;
 color: #201F1E;
 background: url("img/rank.png") 0 0 no-repeat;
 background-size: 100%;
 position: absolute;
 top: 0;
 left: 0;
}
/*recommend_number_wrap*/
#contents .recommend_number_wrap {
 counter-reset: num;
 margin: 3rem auto 2rem;
}
#contents .recommend_number_wrap .recommend::before {
 display: block;
 font-size: 1.2rem;
 line-height: 1;
 padding: 3.5rem 0;
}
#contents .recommend_number_wrap .recommend::after {
 content: counter(num, decimal-leading-zero);
 counter-increment: num;
 width: 97px;
 font-size: 2.2rem;
 font-weight: normal;
 line-height: 1;
 text-align: center;
 position: absolute;
 top: 50px;
 left: 0;
 color: #242424;
}
/*check_number_wrap*/
#contents .check_number_wrap {
 counter-reset: num;
 margin: 3rem auto 2rem;
}
#contents .check_number_wrap .check::before {
 display: block;
 font-size: 1.2rem;
 line-height: 1;
 padding: 3.5rem 0;
}
#contents .check_number_wrap .check::after {
 content: counter(num, decimal-leading-zero);
 counter-increment: num;
 width: 97px;
 font-size: 2.2rem;
 font-weight: normal;
 line-height: 1;
 text-align: center;
 position: absolute;
 top: 50px;
 left: 0;
 color: #fff;
}
/*point_number_wrap*/
#contents .point_number_wrap {
 counter-reset: num;
 margin: 3rem auto 2rem;
}
#contents .point_number_wrap .point::before {
 display: block;
 font-size: 1.2rem;
 line-height: 1;
 padding: 3.5rem 0;
}
#contents .point_number_wrap .point::after {
 content: counter(num, decimal-leading-zero);
 counter-increment: num;
 width: 97px;
 font-size: 2.2rem;
 font-weight: normal;
 line-height: 1;
 text-align: center;
 position: absolute;
 top: 50px;
 left: 0;
 color: #fff;
}
.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;
}
/*--------------------------------------
　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: bold;
 line-height: 1.6;
 margin: 0 0 20px;
 color: #3E4A0E;
}
/*  btns*/
.btn-internal,
.btn-web {
 text-align: center;
 margin: 30px auto;
 padding: 0;
 width: 450px;
 max-width: 80%;
 position: relative;
 cursor: pointer;
}
.btn-internal a:hover,
.btn-web a:hover {
 transform: translateY(5px);
 box-shadow: none;
}
.btn-internal a,
.btn-web a {
 display: block;
 padding: 22px 14%;
 font-size: 1.5rem;
 font-weight: bold;
 color: #fff;
 line-height: 1.3;
 text-align: center;
 text-decoration: none;
 background-color:#242424;
 transition: 0.2s;
 border-spacing: 0;
 border-collapse: separate;
 width: 100%;
 z-index: 10;
 position: relative;
 border-radius: 10px;
 box-shadow: 0px 5px 0px #000000;
}
.btn-internal a::after,
.btn-web a::after {
 content: "";
 display: block;
 width: 7px;
 height: 11px;
 position: absolute;
 right:8.24%;
 top: 50%;
 background: url("img/arrow01_white.svg") center 50% no-repeat;
 background-size: 7px auto;
 transform: translateY(-50%);
}
.btn-web a {
 background-color: #AD1703;
 box-shadow: 0px 5px 0px #1A1F00;
}
.btn-link {
 max-width: 1100px;
 margin: 30px auto;
 text-align: right;
}
.btn-link a {
 position: relative;
 display: inline-block;
 padding: 5px 0 5px 26px;
 background: url(img/ico_arrow.png) 0 54% no-repeat;
 background-size: 15px auto;
 line-height: 1.3;
 text-decoration: none;
 font-weight: bold;
}
.btn-tel {
 display: none;
}
/* ================== */
/*  テーブル　　　　　*/
/* ================== */
#contents table {
 width: 100%;
 max-width: 1100px;
 table-layout: fixed;
 margin: 40px auto 40px;
 border: solid 1px #999999;
}
#contents table th {
 width: 22%;
 font-weight: normal;
 line-height: 1.3;
 text-align: center;
 background: #F7F7F7;
 border: solid 1px #999999;
 padding: 14px 16px;
}
#contents table td {
 line-height: 2.4rem;
 padding: 14px 20px;
 background: #fff;
 text-align: left;
 word-wrap: break-word;
 border: solid 1px #999999;
}
/*--------------------------------------
　box-wrap
---------------------------------------*/
#contents .box-wrap {
 width: 100%;
 max-width: 1100px;
 margin: 100px auto;
}
#contents .box-wrap .box {
 display: block;
 width: 384px;
 margin: 0 0 0;
 box-sizing: border-box;
 background-color: #fff;
 float: left;
 position: relative;
}
#contents .box-wrap .box:nth-child(even) {
 float: right;
}
#contents .box-wrap .box:nth-child(even)::before {
 content: "";
 width: 2px;
 height: 100%;
 background: url("img/box-wrap_dotline.png") repeat-y;
 position: absolute;
 top: 0;
 left: -32px;
}
#contents .box-wrap .box:nth-child(n + 3) {
 margin-top: 40px;
}
#contents .box-wrap .box a {
 text-decoration: none;
}
#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 {
 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-b*/
#contents .box-wrap .type-b {
 border-top: 1px solid #333;
 padding: 30px 10px 0;
}
#contents .box-wrap .type-b:nth-last-child(2), #contents .box-wrap .type-b:last-child {
 border-top: 1px solid #333;
 border-bottom: 1px solid #333;
 padding: 30px 10px 40px;
}
#contents .box-wrap .type-b .box-head-area {
 display: table;
 margin: 0 0 40px;
}
#contents .box-wrap .type-b .thumb {
 display: table-cell;
 vertical-align: middle;
 width: 120px;
 position: relative;
}
#contents .box-wrap .type-b .box-head {
 display: table-cell;
 vertical-align: middle;
 font-size: 2rem;
 line-height: 1.4;
 font-weight: bold;
 padding: 0 0 0 1.6rem;
}
#contents .box-wrap .type-b .box-head a {
 display: block;
 width: 100%;
 background: url("img/arrow01_gray.svg") right center no-repeat;
 background-size: 8px auto;
 padding: 0 20px 0 0;
 position: relative;
 font-weight: bold;
}
#contents .box-wrap .type-b .caption {
 margin: 3.3rem 0 0;
 line-height: 1.6;
}
/*--------------------------------------
　frame-wrap
---------------------------------------*/
.frame-wrap {
 width: 100%;
 max-width: 1100px;
 margin: 40px auto;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.frame-wrap::after {
 content: "";
 width: calc((100% - 32px)/3);
 height: 0;
}
.frame-wrap .frame {
 box-sizing: border-box;
 width: calc((100% - 32px)/3);
 padding: 2rem;
 margin-bottom: 1.6rem;
}
.frame-wrap .thumb {
 text-align: center;
}
.frame .frame-head {
 display: flex;
 align-items: center;
 font-size: 1.8rem;
 font-weight: bold;
 line-height: 1.5;
 width: 100%;
}
.frame .frame-head a {
 display: block;
 width: 100%;
 text-decoration: none;
}
#contents .frame .frame-head p {
 margin: 2rem 0 0;
}
.frame .frame-body .frame-catch {
 font-size: 1.6rem;
 font-weight: bold;
 line-height: 1.5;
 margin: 0 0 15px;
}
.frame p.caption {
 margin: 10px 15px 0;
}
.frame .btn-internal {
 margin-bottom: 1rem;
}
#contents .frame table {
 margin: 2rem 0 0;
}
#contents .frame table th,
#contents .frame table td {
 padding: 1rem;
}
/*type-a*/
.frame-wrap .type-a {
 background-color: #FBF9EE;
 padding: 3.2rem;
}
.frame-wrap .type-a .frame-catch {
 font-size: 2.2rem;
 font-weight: bold;
 line-height: 1.4;
 letter-spacing: 0;
 color: #fff;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 background-color: #3E4A0E;
 padding: 1.7rem 0;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 margin: 0 -2rem 2rem;
}
.frame-wrap .type-a .frame-head {
 justify-content: center;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 color: #363636;
 font-size: 3rem;
 font-weight: bold;
 letter-spacing: 0.9px;
}
.frame-wrap .type-a .frame-body .tag {
 margin: 2rem 0 1rem;
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 align-items: center;
}
.frame-wrap .type-a .frame-body .tag div {
 background-color: #4B4B4B;
 color: #fff;
 font-size: 1.4rem;
 font-weight: bold;
 line-height: 1;
 padding:0.5rem 0.8rem;
 margin: 0.5rem; 
}
#contents .frame-wrap .type-a .frame-body ul {
 padding: 0;
 margin: 1rem 0; 
}
#contents .frame-wrap .type-a .frame-body ul li {
 padding-bottom: 0;
 margin: 0;
}
.frame-wrap .type-a .frame-body .box {
 margin: 2rem 0;
 background-color: #fff;
 padding: 1.3rem 2rem;
 text-align: center;
 line-height: 1.4;
 font-weight: bold;
}
.frame-wrap .type-a .frame-body .box p:nth-child(1) {
 font-size: 1.4rem;
}
.frame-wrap .type-a .frame-body .box p:nth-child(2) {
 font-size: 2rem;
 color: #AD1703;
 margin: 0.8rem 0 1.9rem;
}
.frame-wrap .type-a .frame-body .box p:nth-child(3) {
 font-size: 2rem;
}
/*type-b*/
.frame-wrap .type-b {
 background-color: #FBF9EE;
}
.frame-wrap .type-b .frame-head {
 font-size: 2.4rem;
 line-height: 1.4;
 padding: 0 0 2rem;
 letter-spacing: 0.72px;
}
.frame-wrap .type-b .frame-head a {
 display: block;
 width: 100%;
 background: url("img/arrow01_gray.svg") right center no-repeat;
 background-size: 8px auto;
 padding-left: 2rem;
}
.frame-wrap .type-b .btn-internal {
 margin-top: 2rem;
}
/*type-c*/
.frame-wrap .type-c {
 background-color: #EBEBEB;
 padding-top: 0;
}
.frame-wrap .type-c .eng {
 font-size: 1.8rem;
 line-height: 1;
 text-align: left;
 letter-spacing: 0.06rem;
 margin: -4.6px 0 0;
 padding-left: 2.1rem;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.frame-wrap .type-c .frame-head {
 margin: 0;
 padding: 4rem 0 2.8rem;
 font-size: 1.8rem;
 font-weight: bold;
 line-height: 1.6;
 color: #141414;
 position: relative;
 letter-spacing: 0.03rem;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 display: flex;
 justify-content: center; 
 align-items: center;
}
.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: 0px 18px 0 0;
}
.frame-wrap .type-c .thumb {
 width: 85%;
 margin: 0 auto 25px;
}
/*type-d*/
.frame-wrap .type-d {
 padding: 2.8rem 3.2rem;
 background-color: #fff;
}
.frame-wrap .type-d .frame-head {
 padding: 0 0 1.3rem;
 border-bottom: solid 1px #201F1E;
 font-size: 2.3rem;
 letter-spacing: 0.69px;
 color: #3E4A0E;
 margin: 0 0 2rem;
}
.frame-wrap .type-d .frame-head a {
 color: #3E4A0E;
}
#contents .frame-wrap .type-d table th {
 width: 27%;
}
.frame-wrap .type-d .btn-link a {
 background: url("img/arrow01_black.svg") no-repeat right 50%;
 background-size: 8px auto;
 padding:0 1.6rem 0 0;
 text-decoration: underline;
}
/*--------------------------------------
　 オリジナル
---------------------------------------*/
.addInner {
 width: 1100px;
 margin: 0 auto;
 padding: 11rem 0;
}
.addTxt {
 margin: 4rem 6.81%;
}
/*　.addParts01　*/
.addParts01 {
 background: url("img/parts01_bg01.jpg") no-repeat center top;
 background-size: cover;
}
.addParts01.lower .addInner {
  /* padding-right: 270px; */
 }
.addParts01 .sttl {
 display: block;
 font-size: 3.6rem;
 font-weight: bold;
 line-height: 1.5;
 letter-spacing: 1.08px;
 color: #fff;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 text-align: center;
 margin: 0 0 25px;
 position: relative;
}
.addParts01 .addTxt {
 color: #fff;
}
.addParts01 .sttl .small {
 font-size: 3rem;
}
.addParts01 .block_inner {
 display: flex;
 justify-content: space-between;
}
.addParts01 .block {
 width: calc((100% - 32px)/3);
}
.addParts01 .block .catch {
 display: table;
 width: 100%;
 position: relative;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 padding: 1.5rem 0;
 margin: 0 0 3rem;
}
.addParts01 .block .catch::after {
 content: "";
 position: absolute;
 bottom: -8px;
 left: 0;
 right: 0;
 margin: auto;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 7px 6px 0 6px;
 border-color: #fff transparent transparent transparent;
}
.addParts01 .block .catch > div {
 display: table-cell;
 vertical-align: middle;
}
.addParts01 .block .catch .img {
 width: 75px;
}
.addParts01 .block .catch .text {
 padding-left: 1rem;
 font-size: 2.5rem;
 line-height: 1.3;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 color: #fff;
}
.addParts01 .block .catch .text .small {
 font-size: 1.8rem;
}
.addParts01 .scrollArea {
 background: #fff;
 padding: 2.3rem;
}
.addParts01 .scrollArea .companyName {
 font-size: 2.7rem;
 font-weight: bold;
 line-height: 1.4;
 text-align: center;
 justify-content: center;
 display: flex;
 align-items: center;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.addParts01 .scrollArea .ph {
 text-align: center;
 margin: 2rem auto;
}
.addParts01 .scrollArea p {
 font-weight: bold;
 text-align: center;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 font-size: 1.8rem;
 letter-spacing: 0.42px;
}
.addParts01 div[class^="btn"] {
 margin: 2rem auto 1rem;
}
.addParts01 div[class^="btn"] {
 max-width: 100%;
}
.addParts01 .notes {
 color: #fff;
 font-size: 1.2rem;
 margin: 4rem 0 0;
}
/*--------------------------------------
　bottomBanner
---------------------------------------*/
.bottomBanner {
 width: 303px;
 background: #3E4A0E;
 margin: 0;
 position: fixed;
 bottom: 1rem;
 right: 1rem;
 z-index: 900;
}
.bottomBanner a {
 text-decoration: none;
 display: block;
 padding: 0.5rem;
}
.bottomBanner .banner_txt {
 margin-top: -1.4rem;
 color: #fff;
 text-align: center;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 font-weight: bold;
 line-height: 25px;
}
.bottomBanner .banner_txt div {
 font-size: 1.373rem;
 margin: 0;
}
.bottomBanner .banner_txt .catch {
 font-size: 1.8rem;
 color: #ffffff;
}
.bottomBanner .banner_txt .catch span.big {
 font-size: 2.2rem;
 color: #ffffff;
 position: relative;
 z-index: 1;
}
/*--------------------------------------
  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;
 line-height: 1.2;
 font-weight: bold;
 border-left: 4px solid #3E4A0E;
}
#toc {
 margin: 1.5rem 0 0 0;
 padding: 0 2rem 0;
 border-top: 1px solid #58585E;
 color: #333;
}
#toc a {
 color: #333;
}
#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: #3E4A0E;
 font-size: 2.1rem;
 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: 449px;
 max-width: 90%;
 margin: 3rem auto;
 padding: 1.8rem 5rem;
 background: #fff;
 border: solid 1px #262626;
 border-radius: 10px;
 text-align: center;
 cursor: pointer;
}
.btn-accordion:hover { opacity: 0.7; }
#contents .btn-accordion span {
 border: none;
 font-weight: normal;
 display: inline;
 font-size: 1.5rem;
 line-height: 1.1;
 color: #4B4B4B;
 margin: 0;
 padding: 0;
}
.btn-accordion::before {
 position: absolute;
 right: 1.8rem;
 top: 50%;
 transform: translateY(-50%);
 content: "＋";
 font-size: 1.4rem;
 line-height: 1;
 color: #4B4B4B;
}
.btn-accordion.is-open::before {
 position: absolute;
 right: 1.8rem;
 top: 50%;
 transform: translateY(-50%);
 content: "－";
 font-size: 1.4rem;
 line-height: 1;
 color: #4B4B4B;
}
#contents .btn-accordion.is-open span { display: none; }
.btn-accordion.is-open::after {
 content: '閉じる';
 text-align: center;
 font-size: 1.5rem;
 line-height: 1.1;
 color: #4B4B4B;
 margin: 0;
 padding: 0;
}
.accordion-item {
 padding: 2rem 0;
}
#contents .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: auto;
  font-size: 1.4rem;
  line-height: 1.8;
 }
 #contents p:not([class]) {
  max-width: 100%;
  margin: 2rem auto;
 }
 a:hover,a:hover img {
  opacity: 1;
 }
 /*--------------------------------------
　Header
---------------------------------------*/
 header .headTopWrap {
  padding: 0;
 }
 header .headTopArea {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
 }
 header .headTopArea .rightTxt {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
 }
 /*--------------------------------------
　visArea
---------------------------------------*/
 #visArea {
  position: relative;
  z-index: 1;
  margin: 0 auto;
 }
 #visArea .mainArea {
  background: none;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
 }
 #visArea .mainArea .mainAreaInner {
  display: block;
 }
 #visArea .mainArea .siteNameArea {
  display: table;
  background: url("img/mv_pic_sp.png") center top no-repeat;
  background-size: cover;
  height: 86px;
  width: 100%;
 }
 #visArea .mainArea .siteNameAreaInner {
  display: table-cell;
  vertical-align: middle;
 }
 #visArea .mainArea .siteName {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 0.6rem;
 }
 #visArea .mainArea .siteName a {
  width: 86%;
 }
 /*--------------------------------------
　spMenuBox
---------------------------------------*/
 /*navWrap*/
 #navWrap {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  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: table;
  width: 100%;
  padding: 0.5rem;
  position: relative;
 }
 #navWrap .siteName {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: 48.5%;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 0 0.5rem;
  text-align: center;
  border-right: 1px solid #bbb;
 }
 #navWrap .recommendBtn {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: calc(50.5% - 41px);
  font-size: 1rem;
  text-align: center;
  color: #fff;
  padding: 0 1rem;
  border-right: 1px solid #bbb;
  position: relative;
  background: #786407;
 }
 #navWrap .recommendBtn::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  border-top: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
  z-index: 1;
 }
 #menuBtn {
  display: table-cell;
  vertical-align: middle;
  box-sizing: content-box;
  width: 22px;
  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: #000;
  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: #4B4B4B;
  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: #fff;
  padding: 1.5rem 9% 1.5rem 4%;
 }
 #navSp .navBox .tglMenu a {
  position: relative;
 }
 #navSp .navBox .tglMenu a::after {
  content: "";
  width: 7px;
  height: 11px;
  background: url(img/arrow01_white.svg) no-repeat center 50%;
  background-size: 100% auto;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%)rotate(90deg);
 }
 #navSp .navBox .tglMenu.open a::after {
  transform: translateY(-50%)rotate(-90deg);
 }
 #navSp .navBox .sttl a br {
  display: none;
 }
 #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;
  margin: 0;
 }
 #navSp .navBox .accChild li a {
  display: block;
  box-sizing: border-box;
  color: #000;
  background: url("img/arrow01_black.svg") 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: 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 rgba(80, 130, 145, 1);
 }
 body.open {
  height: inherit !important;
 }
 /*--------------------------------------
side
---------------------------------------*/
 #side {
  display: none;
 }
 /*--------------------------------------
pankuzu
---------------------------------------*/
 #pankuzuWrap {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  padding: 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;
  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 2.5rem;
 }
 /*--------------------------------------
　Side
---------------------------------------*/
 #side {
  display: none;
 }
 /*--------------------------------------
Footer
---------------------------------------*/
 footer {
  width: 100%;
  margin-top: 4rem;
 }
 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.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #000;
  padding: 0 0 0.5rem 0;
  margin: 0 auto 2rem;
 }
 footer .areaInner .logo a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
 }
 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;
  color: #fff;
  background: none;
  padding: 1rem 4rem 1rem 4%;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  position: relative;
 }
 footer .areaInner .footBox .sttl a::after {
  content: "";
  width: 7px;
  height: 11px;
  background: url("img/arrow01_white.svg") no-repeat center 50%;
  background-size: 100% auto;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%)rotate(90deg);
 } 
 footer .areaInner .footBox .sttl.open a::after {
  transform: translateY(-50%)rotate(-90deg);
 }
 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;
  color: #000;
  background: #fff url("img/arrow01_black.svg") 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/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/arrow01_black.svg") 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;
  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 {
 }
 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;
 }
 footer p.copy {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  padding: 0.5rem 0;
  display: block;
 }
 footer p.sitemap a {
  text-decoration: underline;
  display: block;
  float: none;
 }
 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 {
  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;
 }
 /* ================== */
 /*  メインコンテンツ　*/
 /* ================== */
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  background-size: 5px auto;
  padding-right: 2rem;
 }
 #index h2:not([class]), #category h1, #page h1 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 2rem 2rem 2rem 3.5rem;
  margin: 2.5rem auto 2rem;
  position: relative;
 }
 #category h1, #page h1 {
  margin: 2.5rem 0 8rem;
 }
 #index h2:not([class])::before, #category h1:not([class])::before, #page h1:not([class])::before {
  content: "";
  width: calc(100% - 15px);
  height: 60px;
  position: absolute;
  top: -13px;
  left: 0;
  z-index: -1;
 }
 #index h2:not([class])::after, #category h1:not([class])::after, #page h1:not([class])::after {
  content: "";
  width: calc(100% - 15px);
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
 }
 #index h3:not([class]), #category h2:not([class]), #page h2:not([class]) {
  font-size: 1.8rem;
  margin: 5.5rem auto 2rem;
  line-height: 1.4;
  padding: 1.2rem 3rem;
  position: relative;
 }
 #index h3:not([class])::before, #category h2:not([class])::before, #page h2:not([class])::before {
  border-width: 20px 20px 0 0;
 }
 #index h4:not([class]), #category h3:not([class]), #page h3:not([class]) {
  font-size: 1.8rem;
  margin: 4rem auto 3rem;
  padding: 1.2rem 1rem 1.2rem 1.2rem;
  line-height: 1.5;
  position: relative;
 }
 #index h5:not([class]), #category h6:not([class]), #category h4:not([class]), #category h5:not([class]), #category h6:not([class]), #page h4:not([class]), #page h5:not([class]), #page h6:not([class]) {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 1rem 1.1rem 1rem;
  margin: 4rem auto 1.5rem;
  position: relative;
 }
 /*--------------------------------------
　list
---------------------------------------*/
 ul:not([class]) {
  width: 100%;
  box-sizing: border-box;
  margin: 2rem auto 2rem;
  padding: 0 2% 0;
 }
 ul:not([class]) li {
  font-size: 1.5rem;
  min-height: 12px;
  padding: 0 0 0.3rem 6%;
  position: relative;
 }
 ul:not([class]) li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 11px;
  left: 0;
 }
 #contents ol:not([class]) {
  width: 100%;
  box-sizing: border-box;
  margin: 2rem auto 2rem;
  padding: 0 2% 0;
 }
 #contents ol:not([class]) li {
  font-size: 1.3rem;
  padding: 0 0 0.3rem 8%;
  list-style: none;
  position: relative;
  counter-increment: number;
 }
 #contents ol:not([class]) li::before {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.5px;
  text-align: center;
 }
 #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
---------------------------------------*/
 #contents .rank_wrap p, #contents .recommend_number_wrap p, #contents .check_number_wrap p, #contents .point_number_wrap p {
  max-width: 92%;
 }
 /*recommend*/
 #contents .recommend {
  width: 100%;
  max-width: 100%;
  min-height: 70px;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 1.5rem 1.5rem 1.5rem 7.2rem;
  margin: 2rem auto 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
 }
 #contents .recommend::before {
  content: "おすすめ";
  width: 60px;
  height: 60px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  background: url("img/rank_recommend.png") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 10px;
  left: 0;
 }
 #contents .recommend a {
  text-decoration: underline;
 }
 /*check*/
 #contents .check {
  width: 100%;
  max-width: 100%;
  min-height: 70px;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 1.5rem 1.5rem 1.5rem 7.2rem;
  margin: 2rem auto 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
 }
 #contents .check::before {
  content: "CHECK";
  width: 60px;
  height: 60px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  background: url("img/rank_check.png") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 10px;
  left: 0;
 }
 #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;
  padding: 1.5rem 1.5rem 1.5rem 7.2rem;
  margin: 2rem auto 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
 }
 #contents .point::before {
  content: "POINT";
  width: 60px;
  height: 60px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 60px;
  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;
 }
 /*rank_wrap*/
 #contents .rank_wrap {
  counter-reset: num;
  margin: 3rem auto 2rem;
 }
 #contents .rank_wrap .rank {
  width: 100%;
  max-width: 100%;
  min-height: 70px;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  border-bottom: solid 1px #333;
  padding: 1.5rem 1.5rem 1.5rem 7.2rem;
  margin: 2rem auto 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
 }
 #contents .rank_wrap .rank::before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 60px;
  height: 60px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  background: url("img/rank.png") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 10px;
  left: 0;
 }
 #contents .rank a {
  color: #333;
  text-decoration: underline;
 }
 /*recommend_number_wrap*/
 #contents .recommend_number_wrap {
  counter-reset: num;
  margin: 3rem auto 2rem;
 }
 #contents .recommend_number_wrap .recommend::before {
  display: block;
  font-size: 0.9rem;
  line-height: 1;
  padding: 1.9rem 0;
 }
 #contents .recommend_number_wrap .recommend::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 60px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 39px;
  left: 0;
 }
 /*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.9rem 0;
 }
 #contents .check_number_wrap .check::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 60px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 40px;
  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.9rem 0;
 }
 #contents .point_number_wrap .point::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 60px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
 }
 .caption {
  font-size: 1rem;
 }
 /*--------------------------------------
　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 .catch {
  font-size: 1.6rem;
  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 p {
  width: 100%;
 }
 /*  btns*/
 .btn-internal,
 .btn-web,
 .btn-tel,
 .btn-link,
 .btn-tel {
  display: block;
  max-width: 100%;
  text-align: center;
  margin: 2rem auto;
  padding: 0;
  width: 85%;
 }
 .btn-internal a,
 .btn-web a,
 .btn-tel a,
 .btn-link a {
  padding: 1.8rem 17%;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: none;
  transform: none;
 }
 .btn-internal:hover a,
 .btn-web:hover a {
  -webkit-transform: none;
  transform: none;
 }
 .btn-internal a::after,
 .btn-web a::after,
 .btn-tel a::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 7%;
  top: 50%;
  background: url(img/arrow01_white.svg) center 50% no-repeat;
  background-size: 6px auto;
  transform: translateY(-50%);
 }
 .btn-link a {
  display: block;
  font-weight: bold;
  color: #262626;
  border: 1px solid #262626;
  border-radius: 10px;
  background: #fff url(img/ico_arrow.png) right 20px top 50% no-repeat;
 }
 .btn-tel a {
  display: block;
  background: #857B11 url("img/ico_tel.png") left 20px center no-repeat;
  background-size: 20px auto;
  box-shadow: 0px 5px 0px #000;
  border-radius: 10px;
  color: #fff;
 }
 /* ================== */
 /*  テーブル　　　　　*/
 /* ================== */
 #contents #index > table, #contents #category > table, #contents #page > table {
  width: 100%;
 }
 #contents table {
  box-sizing: border-box;
  width: 100%;
  max-width: initial;
  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 #999999;
 }
 #contents table td {
  width: 100%;
  display: block;
  line-height: 2.4rem;
  padding: 1em 5%;
  background: #fff;
  font-size: 1.3rem;
  text-align: left;
  word-wrap: break-word;
  border: none;
  border-bottom: solid 1px #999999;
 }
 /*--------------------------------------
　box-wrap
---------------------------------------*/
 #contents .box-wrap {
  margin: 2rem auto;
 }
 #contents .box-wrap .box {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px dashed #bbb;
  padding: 4rem 0 3rem;
  margin: 0 0 0;
  float: none;
  position: relative;
 }
 #contents .box-wrap .box + .box {
  margin-top: 2rem;
 }
 #contents .box-wrap .box:nth-child(even) {
  float: 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 {
  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;
 }
 #contents .box-wrap .type-b {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 3rem 0 3rem;
 }
 #contents .box-wrap .box:nth-child(even)::before {
  content: none;
 }
 #contents .box-wrap .type-b .box-head-area {
  margin: 0 0 2rem;
 }
 #contents .box-wrap .type-b .thumb {
  width: 80px;
 }
 #contents .box-wrap .type-b .box-head {
  font-size: 1.7rem;
  line-height: 1.4;
  padding: 0 0 0 1.2rem;
 }
 #contents .box-wrap .type-b .box-head a {
  font-size: 1.7rem;
  background-size: 7px auto;
  padding: 0 2rem 0 0;
 }
 #contents .box-wrap .type-b .caption {
  margin: 2rem 0 0;
 }
 /*--------------------------------------
　frame-wrap
---------------------------------------*/
 .frame-wrap {
  display: block;
  width: 100%;
  margin: 2rem auto;
 }
 .frame-wrap .frame {
  width: 100%;
  margin: 0;
 }
 .frame-wrap .frame + .frame {
  margin-top: 2rem;
 }
 .frame .frame-head {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
 }
 /* type-a */
 .frame-wrap .type-a {
  padding: 2rem;
 }
 .frame-wrap .type-a .frame-catch {
  margin: 0 0 2rem;
  font-size: 2rem;
  letter-spacing: normal;
  padding: 1.2rem 0;
 }
 .frame-wrap .type-a .frame-head {
  font-size: 2.4rem;  
 }
 /* type-b */
 .frame-wrap .type-b .frame-head {
  font-size: 1.7rem;
  line-height: 1.5;
 }
 .frame-wrap .type-b .thumb {
  width: 80%;
  margin: 0 auto;
 }
 .frame-wrap .type-b .frame-body {
  margin: 2rem auto 0;
 }
 /*type-c*/
 .frame-wrap .type-c .eng {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin: 3.5rem 0 0;
  position: relative;
  top: -1rem;
 }
 .frame-wrap .type-c .frame-head {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0.5rem 1.8rem 2rem;
  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 2rem 0 0;
  position: relative;
 }
 .frame-wrap .type-c .thumb {
  width: 70%;
  margin: 0 auto 2rem;
 }
 /* type-d */
 .frame-wrap .type-d {
  padding: 1.6rem;
 }
 .frame-wrap .type-d .frame-head {
  font-size: 1.8rem;
  letter-spacing: normal;
 }
 #contents .frame-wrap .type-d table th {
  width: 100%;
 }
 .frame-wrap .type-d .btn-link {
  width: 100%;
 }
 .frame-wrap .type-d .btn-link a {
  border: none;
  background-size: 5px auto;
  padding-right: 1rem;
  text-align: right;
 }
 /*--------------------------------------
　オリジナル
 ---------------------------------------*/
 .addInner {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 4%;
 }
 .addTxt {
  margin: 2rem 1rem;
 }
 /***** addParts01 *****/
 .addParts01 {
  background: url("img/parts01_bg01_sp.jpg") center top;
  background-size: 100% auto;
 }
 .addParts01.lower .addInner {
  padding-right: 4%;
 }
 .addParts01 .sttl {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 0;
  margin: 0 auto 2.0rem;
  position: relative;
 }
 .addParts01 .sttl .small {
  font-size: 1.7rem;
 }
 .addParts01 .block_inner {
  display: block;
 }
 .addParts01 .block {
  width: 100%;
 }
 .addParts01 .block + .block {
  margin-top: 4rem;
 }
 .addParts01 .block .catch .text {
  font-size: 2.4rem;
 }
 .addParts01 .block .catch .text .small {
  font-size: 2rem;
 }
 .addParts01 .scrollArea p {
  font-size: 2rem;
  letter-spacing: 0.6px;
 }
 .addParts01 div[class^="btn"] {
  max-width: 90%;
 }
 /*--------------------------------------
　toc
 ---------------------------------------*/
 .toc_parts {
  margin: 3rem 0;
  padding: 3rem 2.5rem 2rem;
 }
 .toc_parts .ttl {
  font-size: 1.6rem;
  border-left-width: 2px;
 }
 #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:hover { opacity: 1; }
}

