@charset "utf-8";
/* CSS Document */
/* 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;
}
/*--------------------------------------------------------------------------
   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;
}
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 box-sizing: border-box
}
.cf::after {
 content: "";
 display: block;
 clear: both;
}
/*--------------------------------------
　Base
---------------------------------------*/
html {
 font-size: 62.5%;
}
body {
 color: #333;
 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.75;
 min-width: 1100px;
 -webkit-font-smoothing: subpixel-antialiased;
}
@media all and (-ms-high-contrast: none) {
 body, p, li, dt, dd, th, td, span, a, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
 }
}
img {
 max-width: 100%;
 height: auto;
}
a {
 color: #333;
 text-decoration: underline;
}
@media screen and (min-width: 600px) {
 a:hover, a:hover img {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
 }
}
.fl {
 float: left;
}
.fr {
 float: right;
}
.strong {
 font-weight: bold;
}
.f12 {
 font-size: 1.2rem;
}
span:not([class]) {
 font-weight: bold;
 text-decoration: underline 2px #E6DAA1;
 text-underline-offset: 3px;
 font-size: 97%;
}
p:not([class]) {
 max-width: 1100px;
 margin: 1.4rem 0;
}
.pc {
 display: block !important;
}
.sp {
 display: none !important;
}
.sp_br {
 display: none;
}
.caption {
 margin: 8px 0 0;
 font-size: 1.2rem;
 line-height: 1.35;
 word-break: break-all;
 color: #999;
}
.caption a {
 color: #999;
}
/*--------------------------------------
　Header
---------------------------------------*/
header a {
 text-decoration: none;
}
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 .headTopArea .rightTxt:before {
 content: "PR";
 display: inline-block;
 background: #333;
 color: #fff;
 text-align: center;
 width: 3rem;
 margin-right: 1rem;
 font-size: 1.6rem;
}
/*--------------------------------------
　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.2rem;
 line-height: 1.4;
 letter-spacing: 0.1em;
 text-align: center;
 margin: 0 0 8px;
}
#visArea .mainArea .siteName a {
 display: inline-block;
}
#visArea .mainArea .siteName img {
 margin: 0 auto;
 width: 252px;
 height: auto;
}
/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
 background-color: #fff;
 margin: 0 auto;
 position: relative;
 z-index: 100;
}
#g-nav::before {
 content: "";
 background: #bbb;
 width: 100%;
 height: 1px;
 position: absolute;
 top: 0;
 left: 0;
}
#g-nav::after {
 content: "";
 background: #bbb;
 width: 100%;
 height: 1px;
 position: absolute;
 left: 0;
 bottom: 0;
}
#g-nav ul {
 display: flex;
 -js-display: flex;
 display: -ms-flexbox;
 display: -webkit-flex;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 justify-content: space-between;
 width: 1100px;
 height: auto;
 margin: 0 auto;
}
#g-nav li {
 width: 100%;
 min-height: 80px;
 text-align: center;
 position: relative;
}
#g-nav li::before {
 content: "";
 background: linear-gradient(#bbb, #bbb);
 background-size: 1px 1px;
 width: 1px;
 height: calc(100% - 40px);
 position: absolute;
 top: 50%;
 left: 0;
 -webkit-transform: translate(0%, -50%);
 transform: translate(0%, -50%);
}
#g-nav li:last-child::after {
 content: "";
 background: linear-gradient(#bbb, #bbb);
 background-size: 1px 1px;
 width: 1px;
 height: calc(100% - 40px);
 position: absolute;
 top: 50%;
 right: 0;
 -webkit-transform: translate(0%, -50%);
 transform: translate(0%, -50%);
}
#g-nav li a {
 text-decoration: none;
 display: table;
 width: 100%;
 height: 100%;
 font-size: 1.3rem;
 font-weight: 500;
 line-height: 1.4;
 padding: 20px 12px;
 position: relative;
}
#g-nav li a span {
 display: table-cell;
 vertical-align: middle;
 font-weight: inherit;
 color: inherit;
 text-decoration: none;
}
#g-nav li a:hover::after {
 content: "";
 width: 100%;
 height: 3px;
 background-color: #74b389;
 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 {
 text-decoration: 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: #74b389;
 margin: 60px auto 40px;
 position: relative;
 width: 216px;
 padding: 3rem 1.4rem 1rem;
}
#side .sideTopBox::before {
 content: "";
 position: absolute;
 background: url(img/check.png) no-repeat top center / 100% auto;
 width: 102px;
 height: 37px;
 left: 0;
 right: 0;
 margin: auto;
 top: -24px;
}
#side .sideTopBox a {
 text-decoration: none;
 display: block;
 padding: 1.2rem 1.6rem;
}
#side .sideTopBox .catch {
 font-size: 1.6rem;
 margin: 0 0 15px;
 font-weight: bold;
 text-align: center;
 line-height: 1.4;
 color: #fff;
}
#side .sideTopBox .imgBox {
 margin: 0 0 15px;
}
#side .sideTopBox p {
 line-height: 1.6;
 color: #fff;
 text-shadow: 0 0 15px #4d795b;
}
#side .sideTopBox .dtlBtn {
 display: block;
 text-align: center;
 color: #333;
 background: url(img/arrow_black.png) right 10px center no-repeat #fff;
 background-size: 6px auto;
 margin: 1.8rem;
 font-weight: bold;
 text-shadow: none;
}
#side .sideBox {
 margin: 0;
 border-top: 2px solid #ebeef2;
}
#side .sideBox .sttl {
 font-size: 1.6rem;
 /*background: url(img/side_line.png) no-repeat bottom left;*/
}
#side .sideBox .sttl a {
 text-decoration: none;
 display: block;
 padding: 15px;
}
#side .imgBox .caption {
 color: #eee;
}
#side .sideBox ul {
 display: none;
 padding: 0;
 margin: 0;
}
#side .sideBox ul li {
 background-image: none;
 padding: 0;
 position: relative;
}
#side .sideBox ul li::before {
 content: "";
 background: linear-gradient(to right, #bbb, #bbb 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
 background-size: 6px 1px;
 width: 100%;
 height: 1px;
 position: absolute;
 top: 0;
 left: 0;
}
#side .sideBox ul li a {
 display: block;
 padding: 10px 25px 10px 12px;
 font-size: 1.3rem;
 /*background: url(img/arrow_black.png) no-repeat right 10px center;*/
 background-size: 5px auto;
 text-decoration: none;
}
#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: #EBEEF2;
}
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;
}
footer .areaInner .logo a {
 display: block;
 font-size: 2rem;
 font-weight: bold;
 line-height: 1;
 text-align: center;
 color: #333;
 text-decoration: none;
}
footer .areaInner .logo a:hover {
 opacity: 0.7;
}
footer .areaInner .footBox {
 margin: 0 0 3rem 0;
}
footer .areaInner .footBox .sttl {
 border-bottom: 1px solid #D9A882;
 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;
 color: #333;
 background: url("img/foot_arrow.png") left center no-repeat;
 background-size: 11px auto;
 border: none;
 padding: 0.3rem 0 0.3rem 2rem;
 margin: 0;
}
footer .areaInner .footBox .sttl a:hover {
 text-decoration: none;
 opacity: 0.7;
}
footer .footBox ul {
 padding: 0 2rem;
}
footer .areaInner .footBox .accChild {
 padding: 0;
 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: 25%;
 margin: 0.5rem 0;
}
footer .areaInner .footBox .accChild li.subCat a {
 display: inline-block;
 background: url("img/arrow_black.png") 5px 8px no-repeat;
 background-size: 5px auto;
 padding: 0 0 0 1.5rem;
}
/*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: #CED3D9;
 color: #fff;
}
footer .botArea a {
 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;
 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;
}
#page-top img:hover {
 opacity: 0.7;
}
/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#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;
}
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
@media screen and (min-width: 600px) {
 h1 a:hover ,h2 a:hover ,h3 a:hover ,h4 a:hover ,h5 a:hover,h6 a:hover{
  text-decoration: underline;
 }
}
#index h2:not([class]), #category h1:not([class]), #page h1:not([class]) {
 font-size: 3.4rem;
 font-weight: bold;
 line-height: 1.4;
 text-align: center;
 padding: 32px 30px 32px 60px;
 margin: 24px auto 30px;
 position: relative;
 z-index: 1;
}
#index h2:not([class]) {
 font-size: 4.2rem;
 margin-top: 14rem;
}
#index h2:not([class]) a, #category h1:not([class]) a, #page h1:not([class]) a {
 color:inherit;
 text-decoration: none;
 background: url("img/arrow_gold.svg") no-repeat right center / 12px auto;
 display: block;
 padding: 0 3rem;
}
#index h2:not([class])::before, #category h1:not([class])::before, #page h1:not([class])::before {
 content: "";
 width: calc(100% - 40px);
 height: 100%;
 position: absolute;
 background-size: 12px 12px;
 background-color: #DDD5B5;
 top: -25px;
 left: 0;
 z-index: -1;
}
#index h2:not([class])::after, #category h1:not([class])::after, #page h1:not([class])::after {
 content: "";
 width: calc(100% - 40px);
 height: 100%;
 background: white;
 position: absolute;
 top: 0;
 right: 0;
 z-index: -1;
 box-shadow: 0px 0px 15px #3331A;
 border: 3px solid #CCB552;
}
#index h3:not([class]), #category h2:not([class]), #page h2:not([class]) {
 font-size: 2.8rem;
 color: #4d795b;
 font-weight: bold;
 margin: 98px auto 38px;
 line-height: 1.4;
 padding: 24px 20px;
 background: #EBEEF2;
 border-top: 1px solid #74B389;
 border-bottom: 1px solid #74B389;
 box-shadow: 0px -9px 0px #EBEEF2, 0px 9px 0px #EBEEF2;
 position: relative;
}
#index h3:not([class]) a, #category h2:not([class]) a, #page h2:not([class]) a {
 color: #4d795b;
 text-decoration: none;
 background: url("img/arrow_green.svg") no-repeat right center / 12px auto;
 display: block;
 padding: 0 3rem 0 0;
}
#index h3:not([class]) a:hover, #category h2:not([class]) a:hover, #page h2:not([class]) a:hover {
 text-decoration: underline;
}
#index h4:not([class]), #category h3:not([class]), #page h3:not([class]) {
 font-size: 2.4rem;
 font-weight: bold;
 margin: 70px auto 30px;
 padding: 15px 20px 15px 65px;
 line-height: 1.5;
 border-bottom: 1px solid #CCB552;
 position: relative;
}
#index h4:not([class]) a, #category h3:not([class]) a, #page h3:not([class]) a {
 text-decoration: none;
 background: url("img/arrow_black.svg") right center no-repeat;
 background-size: 8px auto;
 display: block;
 padding: 0 3rem 0 0;
}
#index h4:not([class]) a:hover, #category h3:not([class]) a:hover, #page h3:not([class]) a:hover {
 text-decoration: underline;
}
#index h4:not([class])::after, #category h3:not([class])::after, #page h3:not([class])::after {
 content: "";
 width: 45px;
 height: 45px;
 background: url("img/h4_ico.png") no-repeat center 50% / 100% auto;
 position: absolute;
 top: 50%;
 left: 0;
 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;
 font-weight: bold;
 line-height: 1.5;
 padding: 0 20px 13px 20px;
 margin: 70px auto 30px;
 position: relative;
}
#index h5:not([class]) a, #category h6:not([class]) a, #category h4:not([class]) a, #category h5:not([class]) a, #category h6:not([class]) a, #page h4:not([class]) a, #page h5:not([class]) a, #page h6:not([class]) a {
 color: #333;
 text-decoration: none;
 background: url("img/arrow_black.svg") right center no-repeat;
 background-size: 8px auto;
 display: block;
 padding: 0 3rem 0 0;
}
#index h5:not([class]) a:hover, #category h6:not([class]) a:hover, #category h4:not([class]) a:hover, #category h5:not([class]) a:hover, #category h6:not([class]) a:hover, #page h4:not([class]) a:hover, #page h5:not([class]) a:hover, #page h6:not([class]) a:hover {
 text-decoration: underline;
}
#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: #74B389;
 width: 100%;
 height: 1px;
 position: absolute;
 left: 0;
 bottom: 0;
}
h2#chapter-2 {
    margin-top: 3rem;
}

/*--------------------------------------
　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: #CCB552;
 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 {
 opacity: 1;
 text-decoration: none;
}
#contents ol {
 max-width: 1100px;
 margin: 2rem 0;
 padding: 10px 10px 0;
}
#contents ol li {
 padding: 2px 0 2px 30px;
 list-style: none;
 position: relative;
 counter-increment: number;
}
#contents ol li::before {
 display: block;
 background-color: #74B389;
 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 li:nth-child(-n+9)::before {
 content: counter(number);
}
#contents ol li:nth-child(n+10)::before {
 content: counter(number);
}
/*--------------------------------------
　recommend,check,point
---------------------------------------*/
/*recommend*/
#contents .recommend {
 width: 100%;
 max-width: 1100px;
 min-height: 96px;
 font-size: 2.0rem;
 line-height: 1.4;
 font-weight: bold;
 border-bottom: solid 1px #D9A882;
 padding: 1rem 1rem 1rem 9.4rem;
 margin: 3rem auto 2rem;
 position: relative;
 display: flex;
 align-items: center;
}
#contents .recommend::before {
 content: "おすすめ";
 width: 76px;
 height: 76px;
 font-size: 1.2rem;
 font-weight: normal;
 line-height: 70px;
 letter-spacing: 0;
 text-align: center;
 color: #fff;
 background: url("img/rank_recommend.png") 0 0 no-repeat;
 background-size: 100%;
 position: absolute;
 top: 10px;
 left: 0;
 padding: 0 5px 5px 0;
}
#contents .recommend a {
 display: block;
 width: 100%;
 background: url("img/arrow_black.svg") no-repeat right 50% / 8px auto;
 padding-right: 2rem;
 text-decoration: none;
}
/*check*/
#contents .check {
 width: 100%;
 max-width: 1100px;
 min-height: 96px;
 font-size: 2.0rem;
 line-height: 1.4;
 font-weight: bold;
 border-bottom: solid 1px #b96767;
 padding: 1rem 1rem 1rem 9.4rem;
 margin: 3rem auto 2rem;
 position: relative;
 display: flex;
 align-items: center;
}
#contents .check::before {
 content: "CHECK";
 width: 76px;
 height: 76px;
 font-size: 1.3rem;
 font-weight: normal;
 line-height: 71px;
 letter-spacing: 0;
 text-align: center;
 color: #fff;
 background: url("img/rank_check.png") 0 0 no-repeat;
 background-size: 100%;
 position: absolute;
 top: 10px;
 left: 0;
 padding: 0 5px 5px 0;
}
#contents .check a {
 display: block;
 width: 100%;
 background: url("img/arrow_black.svg") no-repeat right 50% / 8px auto;
 padding-right: 2rem;
 text-decoration: none;
}
/*point*/
#contents .point {
 width: 100%;
 max-width: 1100px;
 min-height: 96px;
 font-size: 2.0rem;
 line-height: 1.4;
 font-weight: bold;
 border-bottom: solid 1px #989CD9;
 padding: 1rem 1rem 1rem 9.4rem;
 margin: 3rem auto 2rem;
 position: relative;
 display: flex;
 align-items: center;
}
#contents .point::before {
 content: "POINT";
 width: 76px;
 height: 76px;
 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: 10px;
 left: 0;
 padding: 0 5px 5px 0;
}
#contents .point a {
 display: block;
 width: 100%;
 background: url("img/arrow_black.svg") no-repeat right 50% / 8px auto;
 padding-right: 2rem;
 text-decoration: none;
}
/*rank_wrap*/
.rank_wrap {
 counter-reset: num;
 margin: 3rem auto 2rem;
}
.rank_wrap .rank {
 width: 100%;
 max-width: 1100px;
 min-height: 96px;
 font-size: 2.0rem;
 line-height: 1.4;
 font-weight: bold;
 color: #4d795b;
 border-bottom: solid 1px #74B389;
 padding: 1rem 1rem 1rem 9.4rem;
 margin: 3rem auto 2rem;
 position: relative;
 display: flex;
 align-items: center;
}
.rank_wrap .rank::before {
 content: counter(num, decimal-leading-zero);
 counter-increment: num;
 width: 76px;
 height: 76px;
 font-size: 2.2rem;
 line-height: 70px;
 letter-spacing: 0;
 text-align: center;
 color: #fff;
 background: url("img/rank.png") 0 0 no-repeat;
 background-size: 100%;
 position: absolute;
 top: 10px;
 left: 0;
 padding: 0 5px 5px 0;
}
.rank_wrap .rank a {
 color: #4d795b;
 display: block;
 width: 100%;
 background: url("img/arrow_green.svg") no-repeat right 50% / 8px auto;
 padding-right: 2rem;
 text-decoration: none;
}
/*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: 20px 5px 5px 0;
}
#contents .recommend_number_wrap .recommend::after {
 content: counter(num, decimal-leading-zero);
 counter-increment: num;
 width: 76px;
 padding-right: 5px;
 font-size: 2.2rem;
 line-height: 1;
 font-weight: normal;
 text-align: center;
 color: #fff;
 position: absolute;
 top: 42px;
 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: 1.2rem;
 line-height: 1;
 padding: 20px 5px 5px 0;
}
#contents .check_number_wrap .check::after {
 content: counter(num, decimal-leading-zero);
 counter-increment: num;
 width: 76px;
 padding-right: 5px;
 font-size: 2.2rem;
 line-height: 1;
 font-weight: normal;
 text-align: center;
 color: #fff;
 position: absolute;
 top: 42px;
 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: 1.2rem;
 line-height: 1;
 padding: 20px 5px 5px 0;
}
#contents .point_number_wrap .point::after {
 content: counter(num, decimal-leading-zero);
 counter-increment: num;
 width: 76px;
 padding-right: 5px;
 font-size: 2.2rem;
 line-height: 1;
 font-weight: normal;
 text-align: center;
 color: #fff;
 position: absolute;
 top: 42px;
 left: 0;
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
 max-width: 1100px;
 margin: 3rem 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: #4d795b;
 text-align: left;
 display: table;
 padding: 5px 0;
 font-weight: bold;
 margin-left: 0;
 width: calc(100% - 380px);
}
/*  btns*/
.btn-internal, .btn-web {
 max-width: 95%;
 text-align: center;
 margin: 30px auto;
 padding: 0;
 width: 560px;
 position: relative;
}
.btn-internal a,
.btn-web a {
 display: block;
 padding: 1.4rem 10%;
 font-size: 1.8rem;
 color: #fff;
 line-height: 1.4;
 text-align: center;
 text-decoration: none;
 position: relative;
 font-weight: bold;
 transition: all 0.3s;
 background: transparent linear-gradient(90deg, #528061 0%, #74B389 100%) 0% 0% no-repeat padding-box;
 box-shadow: 4px 5px 0px #EBEEF2;
}
.btn-web a {
 background: transparent linear-gradient(90deg, #b74242 0%, #b96767 100%) 0% 0% no-repeat padding-box;
 box-shadow: 4px 5px 0px #ddd5b5;
}
.btn-internal a:after,
.btn-web a:after {
 content: "";
 width: 7px;
 height: 11px;
 background: url("img/arrow_white.svg") no-repeat top center /100% auto; 
 position: absolute;
 top: 50%;
 right: 5%;
 transform: translateY(-50%);
}
.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;
}
.btn-tel { display: none; }
@media screen and (min-width: 480px) {
 .btn-link a:hover { text-decoration: none;}
 .btn-internal a:hover,
 .btn-web a:hover {
  opacity: 1;
  transform: translate(4px, 5px);
  box-shadow: none;  
 }
 .btn-internal a:hover { background: transparent linear-gradient(90deg, #74b389 0%, #74B389 100%) 0% 0% no-repeat padding-box; }
 .btn-web a:hover { background: transparent linear-gradient(90deg, #b96767 0%, #b96767 100%) 0% 0% no-repeat padding-box; }
}
/* ================== */
/*  テーブル　　　　　*/
/* ================== */
#contents table {
 width: 100%;
 max-width: 1100px;
 table-layout: fixed;
 margin: 40px auto 40px;
 border: solid 1px #ced3d9;
}
#contents table th {
 width: 22%;
 font-weight: bold;
 line-height: 1.3;
 text-align: center;
 background: #EBEEF2;
 border: solid 1px #ced3d9;
 padding: 14px 16px;
}
#contents table td {
 line-height: 1.3;
 padding: 14px 20px;
 background: #FFF;
 text-align: left;
 border: solid 1px #ced3d9;
}
/*--------------------------------------
　box-wrap
---------------------------------------*/
.box-wrap {
 width: 100%;
 max-width: 1100px;
 margin: 2rem auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.box-wrap .box {
 width: calc((100% - 30px)/2);
}
.box-wrap .box:nth-child(n+3) {
 margin-top: 40px;
}
.box-wrap .box .thumb {
 position: relative;
}
.box-wrap .box .thumb img {
 width: 100%;
 height: 27rem;
 object-fit: cover;
 font-family: "object-fit: cover;";
 /*IE対策*/
}
.box-wrap .box-head {
 display: flex;
 align-items: center;
 width: 100%;
 line-height: 1.4;
 font-weight: bold;
}
.box-wrap .box-head a {
 display: block;
}
.box-wrap .box-body *:first-child {
 margin-top: 0;
}
/*type-a*/
.box-wrap .type-a {
 background: #F5F6F8;
}
.box-wrap .type-a .box-head {
 font-size: 2.4rem;
 line-height: 1.4;
 font-weight: bold;
 color: #4d795b;
 padding: 2rem;
}
.box-wrap .type-a .box-head a {
 display: block;
 width: 100%;
 color: inherit;
 text-decoration: none;
 background: url("img/arrow_green.svg") no-repeat right center / 8px auto;
 padding: 0 20px 0 0;
 position: relative;
 text-align: center;
}
.box-wrap .type-a .box-body {
 padding: 0 20px 20px;
}
.box-wrap .type-a .box-body .smallPic {
 width: 83px;
 float: left;
}
.box-wrap .type-a .box-body p {
 width: calc(100% - 97px);
 float: right;
}
#contents .box-wrap .type-a .box-body .smallPic + p {
 margin-top: 0;
}
/*type-b*/
.box-wrap .type-b {
 background:#F5F6F8;
 padding: 1rem 2rem 3rem;
}
.box-wrap .type-b .box-head {
 justify-content: center;
 text-align: center;
 padding: 2rem 0;
 font-size: 2.8rem;
 position: relative;
}
.box-wrap .type-b .box-head::after {
 content: "";
 width: 100px;
 height: 5px;
 background-color: #CED3D9;
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
}
.box-wrap .type-b .box-body {
 margin: 2rem 0 0;
}
/*--------------------------------------
　frame-wrap
---------------------------------------*/
.frame-wrap {
 width: 100%;
 max-width: 1100px;
 margin:2rem auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.frame-wrap::after {
 content: "";
 width: 31.5%;
 height: 0;
}
.frame-wrap .frame {
 width: calc((100% - 40px)/3);
 background-color: #fff;
}
.frame-wrap .frame:nth-child(n+4) {
 margin-top: 2rem;
}
.frame-wrap .frame .frame-head {
 display: flex;
 align-items: center;
 line-height: 1.4;
 width: 100%;
}
.frame-wrap .frame .frame-head a {
 color: inherit;
 text-decoration: none;
 width: 100%;
 display: block;
}
.frame-wrap .frame-body *:first-child {
 margin-top: 0;
}
.frame-wrap .frame .thumb {
 text-align: center;
}
/*type-a*/
.frame-wrap .type-a {
 background-color: #F5F6F8;
}
.frame-wrap .type-a .frame-head {
 padding: 2.5rem 2.9rem;
 border-top: solid #74B389 5px;
 color: #4d795b;
 font-size: 1.8rem;
 font-weight: bold;
}
.frame-wrap .type-a .frame-head a {
 color: inherit;
 display: block;
 width: 100%;
 padding-right: 2rem;
 background: url("img/arrow_green.svg") no-repeat right 50% / 8px auto;
}
.frame-wrap .type-a .frame-body {
 padding: 0 2.9rem 2.5rem;
}
/*type-b*/
.frame-wrap .type-b {
 border: 1px solid #707070;
 padding: 2rem 2rem 2rem;
}
.frame-wrap .type-b .frame-head {
 font-size: 2.0rem;
 padding-bottom: 2rem;
 font-weight: bold;
}
.frame-wrap .type-b .frame-head a {
 display: block;
 width: 100%;
 background: url("img/arrow_black.svg") no-repeat right center /8px auto;
 padding: 0 20px 0 0;
}
.frame-wrap .type-b .frame-body {
 margin: 25px auto 0;
}
#contents .frame-wrap .type-b table {
 box-sizing: border-box;
 width: 100%;
 letter-spacing: 0;
 margin: 20px auto;
}
#contents .frame-wrap .type-b table th {
 width: 30%;
 font-size: 1.4rem;
 line-height: 1.6;
 padding: 12px 8px;
}
#contents .frame-wrap .type-b table td {
 font-size: 1.4rem;
 line-height: 1.6;
 padding: 12px 12px;
 word-wrap: break-word;
}
#contents .frame-wrap .type-b table:last-of-type {
 margin-bottom: 0;
}
/*type-c*/
.frame-wrap .type-c {
 width: calc((100% - 58px)/3);
}
.frame-wrap .type-c a {
 text-decoration: none;
}
.frame-wrap .type-c .thum { 
}
.frame-wrap .type-c .frame-head {
 text-align: center;
 justify-content: center;
 font-size: 2rem;
 font-weight: bold;
 padding: 2rem;
 position: relative;
}
.frame-wrap .type-c .frame-head a {
 text-decoration: none;
 background: url("img/arrow_black.svg") no-repeat right center / 8px auto;
 padding: 0 20px;
}
.frame-wrap .type-c .frame-head::after {
 position: absolute;
 content: "";
 width: 55px;
 height: 59px;
 top: -25px;
 left: 0;
 right: 0;
 margin: auto;
 z-index: 10;
 background-repeat: no-repeat;
 background-position: center top;
 background-size: 100% auto;
 background-image: url("img/parts04_num01.png");
}
.frame-wrap .type-c:nth-child(2) .frame-head::after { background-image: url("img/parts04_num02.png"); }
.frame-wrap .type-c:nth-child(3) .frame-head::after { background-image: url("img/parts04_num03.png"); }
/*--------------------------------------
　共通パーツ
---------------------------------------*/
.addInner {
 width: 1100px;
 margin: 0 auto;
 padding: 0.2rem 0 12rem;
}
.addTopArea {
 margin: 0 auto 2rem;
}
.addTopArea .sttl {
 text-align: center;
 font-size: 4.2rem;
 color: #4d795b;
 font-weight: bold;
 line-height: 1.4;
 margin:10rem auto 0;
 background: url("img/sttl_bg.png") no-repeat center 50% / 130px auto;
 min-height: 130px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
.addTopArea .sttl .small {
 display: block;
 font-size: 2.8rem;
 font-weight: bold;
 color: #333;
}
.addTxt {
 margin: 0 auto 4rem;
 padding: 0 5%;
}
.lower_bottom {
 margin-top: 8rem;
 background: url(img/lower_bottom_bg.jpg) center top repeat;
}
.lower_bottom .block_wrap {
 display: flex;
 justify-content: space-between;
}
.lower_bottom .block {
 width: calc((100% - 5rem)/3);
 background: #fff;
 padding: 2rem 2rem 0.2rem;
 box-shadow: 0px 0px 10px rgba(00,00,00,0.16);
}
.lower_bottom .block .catch {
 background-color: #F5F6F8;
 padding: 1rem 1.5rem 1rem 7rem;
 font-size: 2.8rem;
 font-weight: bold;
 min-height: 80px;
 display: flex;
 align-items: center;
 color: #ad5353;
 background-image: url("img/ico_meal.png");
 background-repeat: no-repeat;
 background-position: left 1rem top 50%;
 background-size: 60px auto;
}
.lower_bottom .block:nth-child(2) .catch {
 color: #9d872b;
 background-image: url("img/ico_medic.png");
}
.lower_bottom .block:nth-child(3) .catch {
 color: #b17826;
 background-image: url("img/ico_cosme.png");
}
.lower_bottom .block .companyName {
 font-size: 2.4rem;
 font-weight: bold;
 text-align: center;
 padding: 2rem 0;
}
.lower_bottom .block .thum {
 text-align: center;
}
.lower_bottom .block .text {
 margin: 3rem 0;
}
.lower_bottom .block .text div:first-child {
 font-weight: bold;
 text-align: center;
 font-size: 2rem;
 border: solid 2px #ccb552;
 padding: 1.6rem 0.8rem;
 line-height: 1.4;
}
.lower_bottom .block .text p {
 margin: 1rem 0 0;
 padding: 0 0.8rem;
}
.lower_bottom .priceArea {
 border-top: solid 2px #CCB552;
 border-bottom: solid 2px #CCB552;
 padding: 1.4rem 0;
}
.lower_bottom .priceArea .priceArea_wrap {
 display: table;
 width: 100%;
}
.lower_bottom .priceArea .priceArea_wrap div {
 display: table-cell;
 vertical-align: middle;
 text-align: center;
}
.lower_bottom .priceArea .priceArea_wrap div:first-child {
 font-size: 2rem;
 font-weight: bold;
 line-height: 1.3;
 border-right: #ebeef2 solid 2px;
}
.lower_bottom .priceArea .priceArea_wrap div:last-child {
 font-size: 3rem;
 line-height: 1;
 padding: 0 2.6rem;
}
.lower_bottom .check_li {
 margin: 3rem 0;
}
.check_li .li_tit {
 text-align: center;
 font-size: 1.8rem;
 line-height: 1.4;
 font-weight: bold;
 margin-top: 2rem;
}
.check_li ul.tag {
 padding: 0;
 margin: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.check_li ul.tag li {
 width: 48%;
 color: #4d795b;
 line-height: 1.4;
 font-weight: bold;
 padding: 0.8rem 0.1rem;
 position: relative;
 text-align: center;
 background: #F5F6F8;
 margin: 1rem 0 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
.check_li ul.tag li .small {
 font-size: 1.1rem;
 color: #74B389;
 display: block;
}
.lower_bottom .notes {
 margin: 3rem auto 0;
 /*padding: 0 5%;*/
 font-size: 1.4rem;
}
/*--------------------------------------
  アコーディオン
---------------------------------------*/
.btn-accordion {
 position: relative;
 width: 371px;
 margin: 3rem auto 0;
 padding: 2rem 5rem;
 background: #EBEEF2;
 text-align: center;
 cursor: pointer;
}
@media screen and (min-width: 480px) {
 .btn-accordion:hover { opacity: 0.7; }
}
#contents .btn-accordion span {
 display: inline;
 font-size: 1.6rem;
 line-height: 1.1;
 font-weight: 400;
 color: #333;
 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: #333;
}
.btn-accordion.is-open::before {
 position: absolute;
 right: 1.8rem;
 top: 50%;
 transform: translateY(-50%);
 content: "－";
 font-size: 1.4rem;
 line-height: 1;
 color: #333;
}
#contents .btn-accordion.is-open span { display: none; }
.btn-accordion.is-open::after {
 content: '閉じる';
 text-align: center;
 font-size: 1.6rem;
 line-height: 1.1;
 font-weight: 400;
 color: #333;
 margin: 0;
 padding: 0;
}
.accordion-item {
 padding: 2rem 0;
}
.accordion-item > * {
 margin-top: 0;
 margin-bottom: 0; 
}
/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
 background: #ebeef2;
 margin: 5rem auto;
 padding: 4rem 5rem;
 box-sizing: border-box;
 max-width: 100%;
 width: 800px;
}
.toc_parts .ttl {
 padding: 0 0 0 1rem;
 font-size: 2rem;
 font-weight: bold;
 border-left: 4px solid #ccc085;
}
#toc {
 margin: 1.5rem 0 0 0;
 padding: 0 2rem 0;
 border-top: 1px solid #ccc085;
}
#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: #74b289;
 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: 000;
 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 000;
 border-right: solid 1px 000;
 -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;
}
/*  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]) {
  max-width: 100%;
 }
 /*--------------------------------------
  　Header
  ---------------------------------------*/
 header .headTopArea {
  width: 100%;
  margin: 6px auto;
  padding: 0 5px;
 }
 header .headTopArea .rightTxt:before {
  font-size: 1.3rem;
 }
 header .headTopArea .rightTxt {
  text-align: left;
 }
 /*--------------------------------------
  　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;
  background: none;
 }
 #visArea .mainArea .siteNameArea {
  display: table;
  background: url("img/mv_pic_ct.jpg") center center no-repeat;
  background-size: auto 100%;
  height: 100px;
  width: 100%;
 }
 #visArea .mainArea .siteNameAreaInner {
  display: table-cell;
  vertical-align: middle;
 } 
 #visArea .mainArea .siteName img {
  width: 65%;
  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: 40%;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 1rem 0 1rem;
  text-align: center;
  border-right: 1px solid #bbb;
 }
 #navWrap .siteName img {
  width: 100%;
 }
 #navWrap .recommendBtn {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  padding: 0 1.2rem;
  position: relative;
  color: #4d795b;
  letter-spacing: 1px;
  border-right: 1px solid #bbb;
  font-weight: bold;
 }
 #navWrap .recommendBtn::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 3px;
  border-top: 5px solid transparent;
  border-right: 5px solid #74b389;
  border-bottom: 5px solid #74b389;
  border-left: 5px 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(235, 238, 242, 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: #333;
  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 #D9A882;
  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: #333;
  background: url("img/arrow_black.png") 95.5% center no-repeat;
  background-size: 5px auto;
  border-bottom: 1px solid #D9A882;
  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: #74b389;
  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 #74b389;
 }
 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: #333;
  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;
  color: #333;
  transition: none;
 }
 footer .areaInner .logo a:hover {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
 }
 footer .areaInner .logo + .footBox {
  border-top: 1px solid #D9A882;
 }
 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: bold;
  color: #333;
  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 a:hover {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
 }
 footer .areaInner .footBox .sttl.open a {
  background: url("img/arrow_black_up.png") right 10px center no-repeat;
  background-size: 10px auto;
 }
 footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #D9A882;
  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;
  color: #333;
  background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
  background-size: 6px auto;
  border-bottom: 1px solid #D9A882;
  padding: 1rem 9% 1rem 4%;
 }
 footer .areaInner .footBox .accChild li.subCat {
  width: 100%;
  margin: 0;
 }
 footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
  margin: 0 0 0 0;
 }
 footer .areaInner .footBox .accChild li.subCat a {
  display: block;
  background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
  background-size: 6px auto;
  padding: 1rem 9% 1rem 4%;
 }
 footer .areaInner .footBox .accChild li.subCat a::before {
  content: none;
  font-size: 1.2rem;
  position: relative;
  left: -2px;
  margin-right: 0.2rem;
 }
 footer .areaInner .footBox .accChild .subList {
  padding: 0;
  margin: 0;
 }
 footer .areaInner .footBox .accChild .subList li {
  padding: 0;
  display: block;
  float: none;
  margin: 0;
 }
 footer .areaInner .footBox .accChild .subList li::before {
  content: none;
  color: #333;
  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: #333;
  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: #333;
  padding: 0.5rem 0;
 }
 footer p.sitemap a {
  color: #333;
  text-decoration: underline;
 }
 footer p.copy a {
  color: #333;
  text-decoration: none;
 }
 footer a {
  text-decoration: none;
 }
 footer a:hover {
  text-decoration: none;
 }
 /*--------------------------------------
  　PageTop
  ---------------------------------------*/
 #page-top {
  position: fixed;
  bottom: 4%;
  right: 4%;
  width: 50px;
 }
 #page-top img {
  width: 100%;
 }
 /* ================== */
 /*  サイトマップ　　　*/
 /* ================== */
 #contents #page.mappage h2 {
  margin: 5rem auto 2rem;
 }
 #contents #page.mappage h2 a:hover {
  color: #333;
  text-decoration: none;
  opacity: 1;
 }
 #contents #page.mappage ul {
  margin: 1rem auto 1rem;
 }
 #contents #page.mappage ul li {
  padding: 0 0 0.6rem 1.6rem;
 }
 #contents #page.mappage ul.subList li:last-child {
  margin: 0 0 1rem;
 }
 #contents #page.mappage ul li a:hover {
  opacity: 1;
 }
 #contents #page.mappage ul.subList li a {
  font-size: 1.4rem;
 }
 /* ================== */
 /*  メインコンテンツ　*/
 /* ================== */
 #index h2:not([class]), #category h1:not([class]), #page h1:not([class]) {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 2rem 2rem 2rem 3.5rem;
  margin: 2.5rem auto 3rem;
  position: relative;
 }
 #index h2:not([class]) {
  font-size: 1.9rem;
  margin: 6rem 0 2rem;
 }
 #category h1:not([class]), #page h1:not([class]) {
  margin: 2.5rem 0 4rem;
 }
 #index h2:not([class])::before, #category h1:not([class])::before, #page h1:not([class])::before {
  content: "";
  width: calc(100% - 15px);
  height: 100%;
  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);
 }
 #index h2:not([class]) a, #category h1:not([class]) a, #page h1:not([class]) a {
  background-size: 8px auto;
  padding: 0 2rem;
 }
 #index h3:not([class]), #category h2:not([class]), #page h2:not([class]) {
  font-size: 1.8rem;
  margin: 5.5rem auto 2.5rem;
  line-height: 1.4;
  padding: 1.2rem 2rem;
  /* border-top: 1px dotted #74b389; */
  /* border-bottom: 1px dotted #74b389; */
 }
 #index h4:not([class]), #category h3:not([class]), #page h3:not([class]) {
  font-size: 1.8rem;
  margin: 4rem auto 2rem;
  padding: 1.2rem 1rem 1.2rem 4.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #74b389;
  position: relative;
 }
 #index h4:not([class])::after, #category h3:not([class])::after, #page h3:not([class])::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("img/h4_ico.png") center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 4px;
 }
 #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 3% 0;
 }
 ul:not([class]) li {
  font-size: 1.3rem;
  min-height: 12px;
  padding: 0 0 0.3rem 8%;
  position: relative;
 }
 ul:not([class]) li::before {
  content: "";
  width: 8px;
  height: 8px;
 }
 #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
  ---------------------------------------*/
 /*recommend*/
 #contents .recommend,
 #contents .check,
 #contents .point {
  min-height: 70px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 1.5rem 1.5rem 1.5rem 6.2rem;
  margin: 2rem auto;
 }
 #contents .recommend::before,
 #contents .check::before,
 #contents .point::before {
  width: 50px;
  height: 50px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 46px;
  padding: 0 4px 4px 0;
 }
 /*rank_wrap*/
 .rank_wrap .rank {
  min-height: 70px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 1.5rem 1.5rem 1.5rem 6.2rem;
  margin: 2rem auto;
 }
 .rank_wrap .rank::before {
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  line-height: 46px;
  padding: 0 4px 4px 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.0rem;
  line-height: 1;
  padding: 1.2rem 4px 1.2rem 0;
 }
 #contents .recommend_number_wrap .recommend::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 50px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 35px;
  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.2rem 4px 1.2rem 0;
 }
 #contents .check_number_wrap .check::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 50px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 35px;
  left: 0;
 }
 /*point_number_wrap*/
 #contents .point_number_wrap {
  counter-reset: num;
  margin: 3rem auto 2rem;
 }
 #contents .point_number_wrap .point::before {
  display: block;
  font-size: 0.9rem;
  line-height: 1;
  padding: 1.2rem 4px 1.2rem 0;
 }
 #contents .point_number_wrap .point::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 50px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 35px;
  left: 0;
 }
 /*--------------------------------------
  　float-wrap
  ---------------------------------------*/
 .float-wrap {
  position: relative;
  margin: 2rem 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 .sttl {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 1.6rem;
  line-height: 1.4;
 }
 .float-wrap .catch {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
  padding: 5px 0;
  width: auto;
 }
 .float-wrap p {
  margin: 0.8rem 0 0;
  padding: 0 5%;
  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%;
 }
 .float-wrap .float-body.fl {
  width: auto;
  position: static;
  text-align: left;
 }
 .float-wrap .float-body.fr {
  width: auto;
  position: static;
  text-align: left;
 }
 /*float-wrap-head*/
 #index .float-wrap .float-wrap-head, #category .float-wrap .float-wrap-head, #page .float-wrap .float-wrap-head {
  display: table;
  width: auto !important;
  height: auto;
  background: none;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #333;
  margin: 0 auto 0.8rem;
  position: relative;
 }
 #index .float-wrap .float-wrap-head a, #category .float-wrap .float-wrap-head a, #page .float-wrap .float-wrap-head a {
  width: auto;
  font-size: 100%;
  text-decoration: none;
 }
 #index .float-wrap .float-wrap-head a:hover, #category .float-wrap .float-wrap-head a:hover, #page .float-wrap .float-wrap-head a:hover {
  color: #333;
  text-decoration: none;
 }
 #index .float-wrap .float-body.fl .float-wrap-head, #category .float-wrap .float-body.fl .float-wrap-head, #page .float-wrap .float-body.fl .float-wrap-head, #index .float-wrap .float-body.fr .float-wrap-head, #category .float-wrap .float-body.fr .float-wrap-head, #page .float-wrap .float-body.fr .float-wrap-head {
  width: 100%;
 }
 .float-wrap .float-wrap-head::after {
  content: none;
 }
 /*  btns*/
 .btn-internal, .btn-web, .btn-tel, .btn-link {
  max-width: 100%;
  text-align: center;
  margin: 2rem auto;
  padding: 0;
  width: 88%;
 }
 .btn-internal a,
 .btn-web a {
  padding: 1.8rem 10%;
  font-size: 1.4rem;
 }
 .btn-link {
  max-width: 100%;
  text-align: left;
 }
 .btn-link a {
  display: block;
  padding: 1.6rem 3.8rem;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: #fff url(img/ico_arrow.png) right 15px center no-repeat;
  background-size: 14px auto;
  border: 1px solid #bbb;
 }
 .btn-tel {
  display: block;
 }
 .btn-tel a {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 1.8rem 12%;
  display: block;
  text-align: center;
  background: transparent linear-gradient(90deg, #7477A5 0%, #989CD9 100%) 0% 0% no-repeat padding-box;
  box-shadow: 4px 5px 0px #ddd5b5;
  font-weight: bold;
  position: relative;
 }
 .btn-tel a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("img/ico_tel.png") no-repeat center top / 100% auto;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);  
 }
 /* ================== */
 /*  テーブル　　　　　*/
 /* ================== */
 #contents table {
  margin: 3rem auto 3rem;
 }
 #contents table th {
  width: 30%;
  padding: 1rem;
 }
 #contents table td {
  padding: 1rem;
  word-break: break-all;
 }
 /*--------------------------------------
  　box-wrap
  ---------------------------------------*/
 .box-wrap {
  max-width: 100%;
  display: block;
 }
 #contents .box-wrap .box {
  width: 100%;
  margin: 0;
 }
 #contents .box-wrap .box + .box {
  margin-top: 2rem;
 }
 /*type-a*/
 .box-wrap .type-a .thumb {
  position: relative;
 }
 .box-wrap .box .thumb img {
  height: 20rem;
 }
 .box-wrap .type-a .box-head {
  font-size: 1.7rem;
  padding: 2rem 1rem;
 }
 .box-wrap .type-a .box-head a {
  font-size: 1.7rem;
 }
 .box-wrap .type-a .box-body .smallPic {
  width: 75px;
  float: left;
 }
 .box-wrap .type-a .box-body p {
  width: calc(100% - 95px);
  float: right;
 }
 .box-wrap .type-b .box-head {
  font-size: 1.9rem;
 }
 .box-wrap .type-b .box-head::after {
  height: 3px;
 }
 /*--------------------------------------
  　frame-wrap
  ---------------------------------------*/
 .frame-wrap {
  max-width: 100%;
  display: block;
 }
 #contents .frame-wrap .frame {
  width: 100%;
 }
 #contents .frame-wrap .frame + .frame {
  margin-top: 2rem;
 }
 #contents .frame-wrap .frame .frame-head {
  font-size: 1.8rem;
 }
 /*type-b*/
 #contents .frame-wrap .type-b table {
  display: table;
 }
 #contents .frame-wrap .type-b table th {
  display: table-cell;
  width: 30%;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 1rem 0.8rem;
 }
 #contents .frame-wrap .type-b table td {
  display: table-cell;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 1rem 1rem;
  word-wrap: break-word;
 }
 #contents .frame-wrap .type-b table:last-of-type {
  margin-bottom: 0;
 }
 /*type-c*/
 /*--------------------------------------
  共通パーツ
 ---------------------------------------*/
 .addInner {
  width: 100%;
  padding: 0.2rem 4% 4rem;
 }
 .addTxt {
  margin-bottom: 3rem;
 }
 .lower_bottom {
  margin: 5rem auto 0;
 }
 .addTopArea {
  margin: 0 auto 3rem;
  line-height: 1.6;
 }
 .addTopArea .sttl {
  font-size: 2.2rem;
  width: 100%;
  min-height: 80px;
  background-size: 80px auto;
  margin: 4rem 0 0;
 }
 .addTopArea .sttl .small {
  font-size: 1.8rem;
 } 
 .lower_bottom .block_wrap {
  display: block;
 }
 .lower_bottom .block {
  width: 100%;
  margin: 3rem 0 0;
  padding: 1.4rem;
 }
 .lower_bottom .block .catch {
  min-height: 60px;
  background-size: 40px auto;
  font-size: 2.6rem;
  text-align: center;
  background-position: left 1.5rem top 50%;
 }
 .lower_bottom .block .companyName {
  font-size: 2.2rem;
 }
 .lower_bottom .block .text div:first-child {
  font-size: 1.8rem;
 }
 .lower_bottom .priceArea .priceArea_wrap div:first-child {
  font-size: 1.8rem;
 }
 .lower_bottom .notes {
  font-size: 1.2rem;
 }
 /*--------------------------------------
   アコーディオン
 ---------------------------------------*/
 .btn-accordion {
  width: 88%;
  padding: 1.6rem 5rem;
 }
 #contents .btn-accordion span,
 .btn-accordion.is-open::after {
  font-size: 1.4rem;
 }
 /*--------------------------------------
   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;
 }
}