@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;
}
/*--------------------------------------------------------------------------
   reset
   ---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {
 margin: 0;
 font-size: 100%;
}
ul {
 margin: 0;
 padding: 0;
 vertical-align: baseline;
}
img {
 vertical-align: top;
}
li {
 list-style-type: none;
 vertical-align: baseline;
}
* { box-sizing: border-box; }
.cf::after {
 content: "";
 display: block;
 clear: both;
}
td, th {
 word-break: break-all;
}
/*--------------------------------------
　Base
---------------------------------------*/
html {
 font-size: 62.5%;
}
body {
 color: #333;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 font-size: 1.6rem;
 font-weight: 400;
 line-height: 1.8;
 min-width: 1100px;
 -webkit-font-smoothing: subpixel-antialiased;
 word-break: break-word;
}
@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: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
 }
}
img {
 max-width: 100%;
 height: auto;
}
a {
 color: inherit;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
 opacity: 0.7;
}
p:not([class]) > a:not([class]), li:not([class]) > a:not([class]) {
 color: #333;
 text-decoration: none;
}
.fl {
 float: left;
}
.fr {
 float: right;
}
span:not([class]) {
 font-weight: bold;
 color: inherit;
 background: -moz-linear-gradient(top, rgba(255, 255, 126, 0) 0%, rgba(255, 255, 126, 0) 49%, rgba(255, 255, 126, 1) 50%, rgba(255, 255, 126, 1) 100%);
 background: -webkit-linear-gradient(top, rgba(255, 255, 126, 0) 0%, rgba(255, 255, 126, 0) 49%, rgba(255, 255, 126, 1) 50%, rgba(255, 255, 126, 1) 100%);
 background: linear-gradient(to bottom, rgba(255, 255, 126, 0) 0%, rgba(255, 255, 126, 0) 49%, rgba(255, 255, 126, 1) 50%, rgba(255, 255, 126, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff7e', endColorstr='#ffff7e', GradientType=0);
}
.contents p {
 max-width: 1100px;
 margin: 20px auto 20px;
}
.green {
 color: #4A7C5B;
}
/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
 background: #fff;
}
header .headTopWrap a {
 text-decoration: none;
}
header .headTopArea {
 width: 1100px;
 margin: 6px auto;
}
header .headTopArea .rightTxt {
 font-size: 1.2rem;
 font-weight: 400;
 line-height: 1.4;
 text-align: right;
 color: #666666;
}
/*--------------------------------------
　visArea
---------------------------------------*/
#visArea.visArea--lower {
 position: relative;
 z-index: 1;
 margin: 0 auto;
}
#visArea.visArea--lower .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.visArea--lower .mainArea .mainAreaInner {
 display: table-cell;
 vertical-align: middle;
}
#visArea.visArea--lower .mainArea .siteNameArea {
 margin: 0 auto;
 max-width: 1100px;
}
#visArea.visArea--lower .mainArea .siteName {
 display: inline-block;
 font-size: 2.2rem;
 font-weight: 600;
 line-height: 1.4;
 letter-spacing: 0.1em;
 text-align: center;
}
#visArea.visArea--lower .mainArea .siteName a {
 display: block;
 text-align: left;
}
#visArea.visArea--lower .mainArea .siteName img {
 margin: 0;
 max-width: 550px;
}
/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
 background-color: #fff;
 margin: 0 auto;
 position: relative;
 z-index: 100;
}
#g-nav::before {
 content: "";
 background: #BBBBBB;
 width: 100%;
 height: 1px;
 position: absolute;
 top: 0;
 left: 0;
}
#g-nav::after {
 content: "";
 background: #BBBBBB;
 width: 100%;
 height: 1px;
 position: absolute;
 left: 0;
 bottom: 0;
}
#g-nav ul {
 display: flex;
 -js-display: flex;
 display: -ms-flexbox;
 display: -webkit-flex;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 justify-content: space-between;
 width: 1100px;
 height: auto;
 margin: 0 auto;
}
#g-nav li {
 width: 100%;
 min-height: 80px;
 text-align: center;
 position: relative;
}
#g-nav li::before {
 content: "";
 background: linear-gradient(#bbb, #bbb);
 background-size: 1px 1px;
 width: 1px;
 height: calc(100% - 40px);
 position: absolute;
 top: 50%;
 left: 0;
 -webkit-transform: translate(0%, -50%);
 transform: translate(0%, -50%);
}
#g-nav li:last-child::after {
 content: "";
 background: linear-gradient(#bbb, #bbb);
 background-size: 1px 1px;
 width: 1px;
 height: calc(100% - 40px);
 position: absolute;
 top: 50%;
 right: 0;
 -webkit-transform: translate(0%, -50%);
 transform: translate(0%, -50%);
}
#g-nav li a {
 display: table;
 width: 100%;
 height: 100%;
 font-size: 1.3rem;
 font-weight: 500;
 line-height: 1.6;
 padding: 20px 12px;
 position: relative;
}
#g-nav li a span {
 background: none;
 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: #4a7c5b;
 position: absolute;
 left: 0;
 bottom: 2px;
 opacity: 1;
}
#g-nav li a:hover {
 opacity: 0.7;
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
 margin: 0;
}
#pankuzuWrap a {
 text-decoration: none;
}
#pankuzu {
 font-size: 1.3rem;
 margin: 0 auto;
 padding: 12px 0;
 width: 1100px;
}
#pankuzu span {
 border-bottom: none;
 background: none;
 font-weight: inherit;
 color: inherit;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents {
 width: 1100px;
 margin: 0 auto 0;
 padding: 0;
}
.index {
 width: 100%;
 margin: 0 auto;
 padding: 0;
}
#category, .page {
 float: left;
 width: 830px;
 margin: 0;
 padding: 60px 0 0;
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
 float: right;
 width: 220px;
}
#side a {
 text-decoration: none;
}
#side .sideTopBox {
 background: #F7F2E9;
 margin: 60px 0 40px;
 position: relative;
}
#side .sideTopBox a {
 text-decoration: none;
 display: block;
 padding: 20px;
}
#side .sideTopBox .catch {
 font-size: 1.8rem;
 color: #4A7C5B;
 margin: 0 0 15px;
 font-weight: bold;
 text-align: center;
 line-height: 1.4;
}
#side .sideTopBox .imgBox {
 margin: 0 0 15px;
}
#side .sideTopBox p {
 line-height: 1.6;
}
#side .sideTopBox .dtlBtn {
 display: block;
 text-align: center;
 color: #fff;
 background: url(img/arrow_white.png) right 10px center no-repeat #4A7C5B;
 background-size: 6px auto;
 padding: 8px 30px;
 margin: 20px 0 0;
 border-radius: 100px;
}
#side .sideBox {
 margin: 0 0 30px;
 border-top: 1px solid #333;
}
#side .sideBox .sttl {
 font-size: 1.5rem;
 font-weight: bold;
 /*background: url(img/side_line.png) no-repeat bottom left;*/
}
#side .sideBox .sttl a {
 display: block;
 padding: 15px;
}
#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, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 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 ul li a:hover {
 opacity: 0.7;
 text-decoration: none;
}
#side .sideBox .subList {
 margin: 0;
}
#side .sideBox .subList li {
 margin: 0;
}
#side .sideBox .subList li a {
 display: block;
 padding: 10px 28px 10px 15px;
}
#side .sideBox .subList li a::before {
 content: "└";
 margin: 0 5px 0 0;
}
/*--------------------------------------
Footer
---------------------------------------*/
footer {
 margin: 10.0rem 0 0;
 padding: 0;
 background-color: #F7F2E9;
}
footer .areaInner {
 width: 100%;
 padding: 6.0rem 0 5.0rem 0;
}
footer .areaInner .inner {
 position: relative;
 width: 1100px;
 margin: 0 auto;
}
footer .areaInner .logo {
 max-width: 550px;
 margin: 0 auto 5.0rem;
 text-align: center;
}
footer .areaInner .logo a {
 display: inline-block;
 line-height: 1;
 text-align: center;
}
footer .areaInner .footBox {
 margin: 0 0 3.0rem 0;
}
footer .areaInner .footBox .sttl {
 border-bottom: 1px solid #999;
 padding: 0 0 1.0rem 0;
 margin: 0 0 1.4rem 0;
}
footer .areaInner .footBox .sttl a {
 display: block;
 font-size: 1.6rem;
 color: #333;
 background: url("img/foot_arrow.png") left center no-repeat;
 background-size: 11px auto;
 border: none;
 padding: 0.3rem 0 0.3rem 2.0rem;
 margin: 0;
}
footer .areaInner .footBox .sttl a:hover {
 text-decoration: none;
 opacity: 0.7;
}
footer .footBox ul {
 padding: 0 2.0rem;
}
footer .areaInner .footBox .accChild {
 padding: 0;
 box-sizing: border-box;
}
footer .areaInner .footBox .accChild li.subCat {
 width: 22%;
 margin: 0 4% 0.8rem 0;
}
footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
 margin: 0 0 0.8rem 0;
}
footer .areaInner .footBox .accChild li.subCat a {
 display: inline-block;
 background: url("img/arrow_black.png") 5px 8px no-repeat;
 background-size: 5px auto;
 padding: 0 0 0 1.5rem;
}
footer .areaInner .footBox .accChild li.subCat::after {
 content: "";
}
footer .areaInner .footBox .accChild .pc + li::before {
 /* content: "　|　"; */
 letter-spacing: 0;
 color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li::before {
 /* content: "|　"; */
 letter-spacing: 0;
 color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li.subCat::before {
 content: "";
}
footer .areaInner .footBox .accChild li {
 float: left;
 display: inline-block;
 margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild li a {
 font-size: 1.3rem;
 font-weight: normal;
 color: #333;
 padding: 0;
}
footer .areaInner .footBox .accChild .subList {
 padding: 0 0 0 1.5rem;
 margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild .subList li {
 padding: 0.2rem 0 0 0;
 display: block;
 float: none;
 margin: 0;
 position: relative;
}
footer .areaInner .footBox .accChild .subList li::before {
 content: "└";
 color: #333;
 position: absolute;
 top: 2px;
 left: 0;
 margin-right: 0.4rem;
}
footer .areaInner .footBox .accChild .subList li a {
 font-size: 1.3rem;
 background-image: none;
 padding: 0 0 0 1.8rem;
}
/*noticeArea*/
footer .areaInner .noticeArea {
 box-sizing: border-box;
 width: 100%;
 background: #fff;
 border-radius: 0;
 padding: 2.5rem 3.0rem;
 margin: 5.0rem 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: 2.5rem auto 0;
}
footer .botArea {
 background-color: #fff;
}
footer .botArea .inner {
 width: 1100px;
 padding: 1.2rem 0 1.5rem;
 margin: 0 auto;
}
footer .botArea .inner.cf {
 content: none;
}
footer p.sitemap a {
 font-size: 1.2rem;
 line-height: 1.3;
 text-align: right;
 float: right;
 padding: 0.5rem 0;
 text-decoration: underline;
}
footer p.sitemap a:hover {
 text-decoration: none;
}
footer p.copy {
 font-size: 1.2rem;
 line-height: 1.3;
 text-align: left;
 color: #333;
 float: left;
 padding: 0.5rem 0;
}
footer a {
 color: #333;
 text-decoration: none;
}
footer a:hover {
 text-decoration: underline;
}
/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
 position: fixed;
 bottom: 2.0rem;
 right: 2.0rem;
 z-index: 100;
 width: 60px;
}
#page-top img:hover {
 opacity: 0.7;
}
/* ================== */
/*  サイトマップ　　　*/
/* ================== */
.contents #page.mappage {}
.contents #page.mappage h2 {
 margin: 68px auto 28px;
}
.contents #page.mappage h2 a {}
.contents #page.mappage h2 a:hover {
 color: #333;
 text-decoration: none;
 opacity: 0.7;
}
.contents #page.mappage ul {
 margin: 0 auto 0.6rem;
}
.contents #page.mappage ul li {
 padding: 0 0 0.6rem 2.2rem;
}
.contents #page.mappage ul.subList li:last-child {
 margin: 0 0 1.0rem;
}
.contents #page.mappage ul li a {}
.contents #page.mappage ul li a:hover {
 opacity: 0.7;
}
.contents #page.mappage ul.subList li a {
 font-size: 1.4rem;
}
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
h1, h2, h3, h4, h5, h6 {
 line-height: 1.4;
 font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 text-decoration: none;
 color: inherit;
 background: url("img/arrow_black.png") no-repeat right 50%;
 background-size: auto 12px;
 padding-right: 2rem;
}
.index .common_parts h2, .category h1, .page h1 {
 color: #4A7C5B;
 font-size: 3.6rem;
 text-align: center;
 padding: 33px 20px 33px 60px;
 margin: 25px auto 30px;
 position: relative;
 background-image: url(img/icon_slash_l.png), url(img/icon_slash_r.png);
 background-repeat: no-repeat;
 background-position: left bottom, right bottom;
 background-size: 34px auto;
}
.category .tit-box, .page .tit-box {
 text-align: center;
}
.category h1, .page h1 {
 margin: 0 0 3rem;
 padding: 0 4.5rem;
 display: inline-block;
}
.index .common_parts h3:not([class]), .category h2:not([class]), .page h2:not([class]) {
 font-size: 3.0rem;
 margin: 70px auto 38px;
 padding: 19px 90px;
 background: #F7F2E9;
 border-top: 1px solid #999;
 border-bottom: 1px solid #999;
 box-shadow: 0px -8px 0px #F7F2E9, 0px 8px 0px #F7F2E9;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.index .common_parts h4:not([class]), .category h3:not([class]), .page h3:not([class]) {
 font-size: 2.4rem;
 margin: 70px auto 30px;
 padding: 1.5rem 2rem 1.5rem 3.5rem;
 border-bottom: 1px solid #333;
 position: relative;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.index .common_parts h4:not([class])::before, .category h3:not([class])::before, .page h3:not([class])::before {
 content: "";
 width: 2px;
 height: calc(100% - 30px);
 background: #4A7C5B;
 position: absolute;
 top: 50%;
 left: 10px;
 -webkit-transform: translate(0%, -50%);
 transform: translate(0%, -50%);
}
.index .common_parts 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: 2.2rem;
 color: #4A7C5B;
 padding: 0 20px 13px;
 margin: 70px auto 30px;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/*--------------------------------------
　list
---------------------------------------*/
.contents ul {
 max-width: 1100px;
 margin: 25px auto 25px;
 padding: 10px 10px 0;
}

.contents #page ul li a:hover,
.contents #category ul li a:hover{
 opacity:0.6;;
}

.contents ul:not([class]) li:not([class]) {
 padding: 0 0 6px 28px;
 position: relative;
}
.contents ul:not([class]) li::before {
 content: '';
 display: block;
 background-color: #4A7C5B;
 width: 10px;
 height: 10px;
 border-radius: 50px;
 position: absolute;
 top: 10px;
 left: 0;
}
.contents ul li a, .contents ol li a {
 text-decoration: underline;
}
.contents ul li a:hover, .contents ol li a:hover {
 opacity: 1;
 text-decoration: none;
}
/*--------------------------------------
　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: normal;
}
.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;
 min-height: 102px;
 font-size: 2.4rem;
 line-height: 1.4;
 color: #333;
 border-bottom: solid 1px #333;
 padding: 2.0rem 2.0rem 1.0rem 9.4rem;
 margin: 3.0rem auto 2.0rem;
 position: relative;
 display: flex;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 align-items: center;
 font-weight: bold;
}
.contents .recommend::before {
 display: flex;
 align-items: center;
 justify-content: center;
 content: "おすすめ";
 width: 82px;
 height: 82px;
 border-radius: 100%;
 font-size: 1.3rem;
 font-weight: bold;
 letter-spacing: 0;
 text-align: center;
 color: #4A7C5B;
 background: #F7F2E9;
 position: absolute;
 top: 10px;
 left: 0;
}
/*check*/
.contents .check {
 width: 100%;
 max-width: 1100px;
 min-height: 102px;
 font-size: 2.4rem;
 line-height: 1.4;
 color: #333;
 border-bottom: solid 1px #333;
 padding: 2.0rem 2.0rem 1.0rem 9.4rem;
 margin: 3.0rem auto 2.0rem;
 position: relative;
 display: flex;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 align-items: center;
 font-weight: bold;
}
.contents .check::before {
 display: flex;
 align-items: center;
 justify-content: center;
 content: "CHECK";
 width: 82px;
 height: 82px;
 border-radius: 100%;
 font-size: 1.3rem;
 font-weight: bold;
 letter-spacing: 0;
 text-align: center;
 color: #4A7C5B;
 background: #F7F2E9;
 position: absolute;
 top: 10px;
 left: 0;
}
/*point*/
.contents .point {
 width: 100%;
 max-width: 1100px;
 min-height: 102px;
 font-size: 2.4rem;
 line-height: 1.4;
 color: #333;
 border-bottom: solid 1px #333;
 padding: 2.0rem 2.0rem 1.0rem 9.4rem;
 margin: 3.0rem auto 2.0rem;
 position: relative;
 display: flex;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 align-items: center;
 font-weight: bold;
}
.contents .point::before {
 display: flex;
 align-items: center;
 justify-content: center;
 content: "POINT";
 width: 82px;
 height: 82px;
 border-radius: 100%;
 font-size: 1.3rem;
 font-weight: bold;
 letter-spacing: 0;
 text-align: center;
 color: #4A7C5B;
 background: #F7F2E9;
 position: absolute;
 top: 10px;
 left: 0;
}
/*rank_wrap*/
.contents .rank_wrap {
 counter-reset: num;
 margin: 3.0rem auto 2.0rem;
}
.contents .rank_wrap .rank {
 width: 100%;
 max-width: 1100px;
 min-height: 102px;
 font-size: 2.4rem;
 line-height: 1.4;
 color: #333;
 border-bottom: solid 1px #333;
 padding: 2.0rem 2.0rem 1.0rem 9.4rem;
 margin: 3.0rem auto 2.0rem;
 position: relative;
 display: flex;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 align-items: center;
 font-weight: bold;
}
.contents .rank_wrap .rank::before {
 display: flex;
 align-items: center;
 justify-content: center;
 content: counter(num, decimal-leading-zero);
 counter-increment: num;
 width: 82px;
 height: 82px;
 border-radius: 100%;
 font-size: 2.2rem;
 font-weight: bold;
 letter-spacing: 0;
 text-align: center;
 color: #4A7C5B;
 background: #F7F2E9;
 position: absolute;
 top: 10px;
 left: 0;
}
/*--------------------------------------
　caption
---------------------------------------*/
.contents .caption {
 margin: 8px 0 0;
 font-size: 1.0rem;
 line-height: 1.7;
 word-break: break-all;
 color: #999;
 text-align: center;
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
 max-width: 1100px;
 margin: 40px auto 40px;
 box-sizing: border-box;
}
.float-wrap img {
 max-width: 100%;
}
.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: 2.4rem;
 font-weight: bold;
 line-height: 1.6;
 color: #111;
 margin: 0 0 20px;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/*  btns*/
.contents .btn-internal, .contents .btn-web {
 max-width: 1100px;
 text-align: center;
 margin: 30px auto;
 padding: 0;
 max-width: 450px;
 position: relative;
 cursor: pointer;
}
.btn-internal a {
 display: block;
 padding: 22px 45px 22px;
 font-size: 1.8rem;
 font-weight: bold;
 color: #fff;
 line-height: 1.3;
 text-align: center;
 text-decoration: none;
 background: url("img/arrow_white.png") right 25px center no-repeat #4A7C5B;
 background-size: 7px auto;
 border-radius: 100px;
 transition: 0.2s;
 -webkit-transform: translate(0px, 0px) translateZ(0);
 -moz-transform: translate(0px, 0px) translateZ(0);
 -ms-transform: translate(0px, 0px) translateZ(0);
 -o-transform: translate(0px, 0px) translateZ(0);
 transform: translate(0px, 0px) translateZ(0);
 border-spacing: 0;
 border-collapse: separate;
 width: 100%;
 z-index: 10;
 position: relative;
}
.btn-web a {
 display: block;
 padding: 2.2rem 4rem;
 font-size: 1.8rem;
 font-weight: bold;
 color: #fff;
 line-height: 1.3;
 text-align: center;
 text-decoration: none;
 background: url("img/arrow_white.png") right 20px center no-repeat #cd660d;
 background-size: 7px auto;
 position: relative;
 transition: 0.2s;
 -webkit-transform: translate(0px, 0px) translateZ(0);
 -moz-transform: translate(0px, 0px) translateZ(0);
 -ms-transform: translate(0px, 0px) translateZ(0);
 -o-transform: translate(0px, 0px) translateZ(0);
 transform: translate(0px, 0px) translateZ(0);
 border-spacing: 0;
 border-collapse: separate;
 width: 100%;
 z-index: 10;
 border-radius: 100px;
}
.contents .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-link a:hover {
 text-decoration: none;
}
.btn-tel {
 display: none;
}
.btn-host {
 max-width: 1100px;
 margin: 30px auto;
 text-align: right;
}
.btn-host a {
 display: inline-block;
 padding: 5px 20px 4px 0;
 background: url("img/arrow_black.png") right 50% no-repeat;
 background-size: 6px auto;
 line-height: 1.3; 
}
/*--------------------------------------
　table
---------------------------------------*/
.contents table {
 width: 100%;
 max-width: 1100px;
 table-layout: fixed;
 margin: 40px auto 40px;
 border: solid 1px #999;
}
.contents table th {
 width: 22%;
 font-size: 1.4rem;
 font-weight: bold;
 line-height: 1.3;
 text-align: center;
 color: #fff;
 background: #4A7C5B;
 border: solid 1px #999;
 padding: 14px 16px;
}
.contents table td {
 line-height: 2.4rem;
 padding: 14px 20px;
 background: #FFF;
 font-size: 1.4rem;
 text-align: left;
 word-wrap: break-word;
 border: solid 1px #999;
 color: #333;
}
/*--------------------------------------
　lower-bottom
---------------------------------------*/
.lower_bottom_wrap {
 width: 665px;
 margin: 14rem auto;
}
.lower-bottom {
 margin: 0 auto;
 position: relative;
 z-index: 0;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 line-height: 1.6;
}
.lower-bottom + .lower-bottom {
 margin-top: 8rem;
}
.lower-bottom::before,
.lower-bottom::after {
 content: "";
 position: absolute;
 z-index: -1;
}
.lower-bottom::before {
 width: 100%;
 height: 100%;
 right: -20px;
 top: 20px;
 background: url("img/banner01.jpg") no-repeat center 50%;
 background-size: cover;
}
.lower_bottom_wrap .lower-bottom:nth-child(2)::before {
 background-image: url("img/banner02.jpg");
}
.lower-bottom::after {
 background: #C1E8CD;
 z-index: -2;
 width: 280px;
 height: 100%;
 right: -40px;
 bottom: -40px;
}
.lower-bottom__link {
 display: block;
 padding: 3.8rem 1.4rem 1rem 4rem;
 border: 1px solid #7bced4;
 background: rgba(255, 255, 255, 0.8); 
 position: relative;
 color: #1f1f1f;
 font-weight: bold;
 line-height: 1.3;
 z-index: 1;
 text-decoration: none;
}
.lower-bottom__link:hover {
 transition: all 0.3s ease;
 opacity: 0.7;
 cursor: pointer;
}
.lower-bottom__link__medium {
 display: block;
 margin: 0 0 1rem;
 color: #4A7C5B;
 font-size: 2.2rem;
}
.lower-bottom__link__big {
 color: #4A7C5B;
 font-size: 3.6rem;
}
.lower-bottom__link__small {
 display: block;
 text-align: right;
 font-size: 2.0rem;
 font-weight: normal;
 padding-right: 47px;
 background: url("img/banner_arrow.png") no-repeat right 50%;
}
/*--------------------------------------
accordion
---------------------------------------*/
.btn-accordion {
 position: relative;
 width: 400px;
 margin: 5rem auto 0;
 padding: 1.8rem 5rem;
 background: #fff;
 border: solid 1px #4A7C5B;
 text-align: center;
 cursor: pointer;
 border-radius: 100px;
}
.btn-accordion span {
 background: none !important;
}
.btn-accordion:hover { opacity: 0.7; }
#contents .btn-accordion span {
 display: inline;
 font-size: 1.6rem;
 line-height: 1.1;
 font-weight: bold;
 color: #4A7C5B;
 margin: 0;
 padding: 0;
}
.btn-accordion::before {
 position: absolute;
 right: 1.8rem;
 top: 50%;
 transform: translateY(-50%);
 content: "＋";
 font-size: 2.2rem;
 line-height: 1;
 color: #4A7C5B;
}
.btn-accordion.is-open::before {
 position: absolute;
 right: 1.8rem;
 top: 50%;
 transform: translateY(-50%);
 content: "－";
 font-size: 2.2rem;
 line-height: 1;
 color: #4A7C5B;
}
#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: bold;
 color: #4A7C5B;
 margin: 0;
 padding: 0;
}
.accordion-item {
 padding: 2rem 0;
}
.accordion-item > * {
 margin-top: 0;
 margin-bottom: 0; 
}
/*--------------------------------------
　box-wrap
---------------------------------------*/
.contents .box-wrap {
 width: 100%;
 max-width: 1100px;
 margin: auto;
 display: flex;
 flex-wrap: wrap;
}
.contents .box-wrap .box {
 display: block;
 width: calc((100% - 40px) / 2);
 margin: 0 0 4rem;
 padding: 3rem 3.6rem;
 box-sizing: border-box;
 position: relative;
}
.contents .box-wrap .box:nth-of-type(odd) {
 margin-right: 40px;
}
/*box-head*/
.index .box-wrap .box-head a, #category .box-wrap .box-head a, #page .box-wrap .box-head a {
 text-decoration: none;
 display: block;
}
.index .box-wrap .box-head a:hover, #category .box-wrap .box-head a:hover, #page .box-wrap .box-head a:hover {
 color: #333;
 text-decoration: none;
}
.index .box-wrap .box-head::after, #category .box-wrap .box-head::after, #page .box-wrap .box-head::after {
 content: none;
}
.contents .box-wrap .box-body .caption {
 text-align: left;
}
.contents .box-wrap .box p {
 margin: 0;
}
/*type-a*/
.contents .box-wrap .type-a {
 border: solid 1px #4A7C5B;
}
.contents .box-wrap .type-a .box-head {
 font-size: 2.2rem;
 line-height: 1.4;
 font-weight:bold;
 background-color: #EFE6D3;
 padding: 1.2rem 2rem; 
 margin: 0 0 1.5rem;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 text-align: center;
 display: flex;
 align-items: center;
 justify-content: center;
}
.contents .box-wrap .type-a .box-head a {
 display: block;
 width: 100%;
 font-size: 2.0rem;
 line-height: 1.4;
 color: #333;
 background: url("img/arrow_black.png") right center no-repeat;
 background-size: 8px auto;
 padding: 0 20px;
}
.contents .box-wrap .type-a ul {
 margin: 0;
 padding: 0;
}
/*type-b*/
.contents .box-wrap .type-b {
 padding: 2.5rem;
 background-color: #f7f5f4;
}
.contents .box-wrap .type-b:nth-last-child(2), .contents .box-wrap .type-b:last-child {}
.contents .box-wrap .type-b .box-head-area {
 display: table;
 width: 100%;
 margin: 0 0 40px;
}
.contents .box-wrap .type-b .thumb {
 display: table-cell;
 vertical-align: middle;
 width: 79px;
 padding-right: 14px;
}
.contents .box-wrap .type-b .box-title {
 display: table-cell;
 vertical-align: middle;
 font-size: 2.4rem;
 font-weight: bold;
 line-height: 1.4;
 color: #4A7C5B;
 border-radius: 8px 8px 0 0;
 padding: 0 0 0 20px;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.contents .box-wrap .type-b .box-title a {
 text-decoration: none;
 display: block;
 background: url("img/arrow_black.png") right center no-repeat;
 background-size: 8px auto;
 padding: 0 20px 0 0;
 position: relative;
}
.contents .box-wrap .type-b .caption {
 margin: 25px 0 0;
}
/*type-c*/
.contents .box-wrap .type-c {
 padding: 2.5rem;
 margin-bottom: 0;
 border-top: 1px solid #4A7C5B;
}
.contents .box-wrap .type-c .box-head-area {
 display: table;
 width: 100%;
 margin: 0 0 2rem;
}
.contents .box-wrap .type-c .thumb {
 display: table-cell;
 vertical-align: middle;
 width: 127px;
 padding-right: 1.8rem;
}
.contents .box-wrap .type-c .box-title {
 display: table-cell;
 vertical-align: middle;
 font-size: 2.4rem;
 font-weight: bold;
 line-height: 1.4;
 color: #4A7C5B;
}
.contents .box-wrap .type-c .box-title a {
 text-decoration: none;
 display: block;
 background: url("img/arrow_green.png") right center no-repeat;
 background-size: 8px auto;
 padding: 0 20px 0 0;
 position: relative;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.contents .box-wrap .type-c .caption {
 margin: 25px 0 0;
}
/*--------------------------------------
　frame-wrap
---------------------------------------*/
.contents .frame-wrap {
 width: 100%;
 max-width: 1100px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
}
.contents .frame-wrap .inner {
 margin: 0 auto;
}
.contents .frame {
 display: block;
 box-sizing: border-box;
 width: calc((100% - 53px) / 3);
 margin: 0 0 0 25px;
 background-color: #fff;
}
.contents .frame-wrap .frame:nth-of-type(3n+1) {
 margin-left: 0;
}
.contents .frame-wrap .frame:nth-of-type(n+4) {
 margin-top: 20px;
}
.contents .frame-wrap .frame p.center {
 font-size: 16px;
 font-size: 1.6rem;
 color: #333;
}
/*frame-head*/
.contents .frame .frame-head {
 display: block;
 font-size: 2.0rem;
 font-weight: bold;
 line-height: 1.5;
}
.contents .frame .frame-head a {
 width: auto;
 font-size: 100%;
 text-decoration: none;
}
.contents .frame .frame-head a:hover {
 opacity: 0.7;
}
.contents .frame .frame-head p {
 margin: 0;
}
.contents .frame .frame-body {
 padding: 0 2.5rem 3rem;
}
.contents .frame .frame-body .frame-catch {
 font-size: 1.6rem;
 font-weight: bold;
 line-height: 1.5;
 color: #000;
 margin: 0 0 15px;
}
.contents .frame .frame-body p {
 margin: 0;
}
.contents .frame .thumb {}
.contents .frame p.caption {
 margin: 10px 15px 0;
}
/*type-a*/
.contents .frame-wrap .type-a {
 border: 1px solid #333;
 padding: 0 2.5rem 2rem;
}
.contents .frame-wrap .type-a .frame-catch {
 font-size: 2.4rem;
 font-weight: bold;
 line-height: 1.5;
 text-align: center;
 color: #fff;
 margin: 0 -2.5rem;
 padding: 1.5rem 1.5rem 4.5rem;
 position: relative;
 letter-spacing: normal;
 background: #295282;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.contents .frame-wrap .type-a .frame-catch::before {
 content: "";
 background: #fff;
 background-size: 6px 1px;
 width: 51%;
 height: 30px;
 position: absolute;
 left: 0;
 bottom: 0;
 top: inherit;
 z-index: inherit;
 border-radius: 0 100px 0 0;
}
.contents .frame-wrap .type-a .frame-catch::after {
 content: "";
 background: #fff;
 background-size: 6px 1px;
 width: 51%;
 height: 30px;
 position: absolute;
 right: 0;
 bottom: 0;
 top: inherit;
 z-index: inherit;
 border-radius: 100px 0 0 0;
}
.contents .frame-wrap .type-a .frame-head {
 font-size: 2.4rem;
 font-weight: bold;
 line-height: 1.6;
 text-align: center;
 margin: 0 0 2.5rem;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.contents .frame-wrap .type-a .frame-head a {
 display: block;
 width: 100%;
 background: url("img/arrow_black.png") right center no-repeat;
 background-size: 8px auto;
 padding: 0 20px 0 0;
 position: relative;
}
.contents .frame-wrap .type-a .frame-head a:hover {
 opacity: 0.7;
}
.contents .frame-wrap .type-a .thumb {
 width: 250px;
 margin: 0 auto;
}
.contents .frame-wrap .type-a .thumb {
 border: 1px solid #999;
 border-radius: 2px;
}
.contents .frame-wrap .type-a .caption {
 text-align: center;
 padding: 0 20px;
}
/*type-b*/
.contents .frame-wrap .type-b {
 border: 1px solid #999999;
}
.contents .frame-wrap .type-b .frame-head {
 font-size: 2.2rem;
 line-height: 1.4;
 font-weight: bold;
 color: #4A7C5B;
 padding: 2rem 2.2rem;
 letter-spacing: normal;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 display: flex;
 width: 100%;
 align-items: center;
}
.contents .frame-wrap .type-b .frame-head .frame-title {
 width: 100%;
}
.contents .frame-wrap .type-b .frame-head a {
 display: block;
 width: 100%;
 background: url("img/arrow_green.png") right center no-repeat;
 background-size: auto 12px;
 padding: 0 20px 0 0;
 position: relative;
 letter-spacing: normal;
}
.contents .frame-wrap .type-b .frame-body {
 padding: 0 2.2rem 2rem;
}
.contents .frame-wrap .type-b table {
 box-sizing: border-box;
 width: 100%;
 letter-spacing: 0;
 margin: 20px auto;
}
.contents .frame-wrap .type-b table th {
 width: 33%;
 font-size: 1.2rem;
 font-weight: normal;
 line-height: 1.4;
 padding: 12px 10px;
 color: #333333;
 background: #F7F2E9;
}
.contents .frame-wrap .type-b table td {
 font-size: 1.2rem;
 line-height: 1.4;
 padding: 12px 10px;
 word-wrap: break-word;
}
.contents .frame-wrap .type-b table:last-of-type {
 margin-bottom: 0;
}
/*type-c*/
.contents .frame-wrap .type-c {
 background-color: #fff;
 border: 1px solid #999;
 margin-top: 5rem !important;
}
.contents .frame-wrap .type-c .frame-head {
 font-size: 2.2rem;
 line-height: 1.4;
 color: #4A7C5B;
 font-weight: bold;
 background: #fff;
 padding: 0 2rem;
 margin: -3.0rem 2rem 1rem;
 position: relative;
 letter-spacing: normal;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 text-align: center;
}
.contents .frame-wrap .type-c .frame-head a {
 display: block;
 width: 100%;
 background: url("img/arrow_black.png") right center no-repeat;
 background-size: 8px auto;
 padding: 0 20px 0 0;
 position: relative;
 letter-spacing: normal;
}
/*btn-web*/
.contents .frame .frame-body .btn-web {
 width: 85%;
 margin: 25px auto 0;
}

 .index .common_parts h5, .category h6, .category h4, .category h5, .category h6, .page h4, .page h5, .page h6 {
position:relative;
 }

 .index .common_parts h5::after, .category h6::after, .category h4::after, .category h5::after, .category h6::after, .page h4::after, .page h5::after, .page h6::after {
  content: "";
  background: linear-gradient(to right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
 }

/*  PC END  */
@media screen and (min-width: 599px) {
 .sp, .sp_br {
  display: none !important;
 }
}
@media screen and (max-width: 599px) {
 html, body {
  width: 100%;
  position: relative;
 }
 .pc, .pc_br {
  display: none !important;
 }
 body {
  width: 100%;
  min-width: initial;
  min-width: auto;
  font-size: 1.4rem;
  line-height: 1.8;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
 }
 .index > p, .category > p, .page > p {}
 .contents p {
  max-width: 100%;
  margin: 2.0rem auto 2.0rem;
 }
 a:hover {
  opacity: 1;
 }
 /*--------------------------------------
　Header
---------------------------------------*/
 header .headTopWrap {
  background: #fff;
 }
 header .headTopArea {
  width: 100%;
  margin: 6px auto;
 }
 header .headTopArea .rightTxt {
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
 }
 /*--------------------------------------
　visArea
---------------------------------------*/
 #visArea.visArea--lower {
  position: relative;
  z-index: 1;
  margin: 0 auto;
 }
 #visArea.visArea--lower .mainArea {
  background: none;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
 }
 #visArea.visArea--lower .mainArea .mainAreaInner {
  display: block;
 }
 #visArea.visArea--lower .mainArea .siteNameArea {
  display: table;
  background: url(img/mv_pic_ct.jpg) right center no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
 }
 #visArea.visArea--lower .mainArea .siteNameAreaInner {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
 }
 #visArea.visArea--lower .mainArea .siteName {
  display: inline-block;
  width: 80%;
 }
 #visArea.visArea--lower .mainArea .siteName a {
  display: inline-block;
 }
 #visArea.visArea--lower .mainArea .siteName img {
  width: 80%;
  max-width: 80%;
  height: 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: table;
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
 }
 #navWrap .siteName {
  display: table-cell;
  vertical-align: middle;
  width: 49.5%;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 1.0rem 0 1.0rem;
  border-right: 1px solid #bbb;
  text-align: center;
 }
 #navWrap .siteName img {
  width: 100%;
 }
 #navWrap .recommendBtn {
  display: table-cell;
  vertical-align: middle;
  width: calc(50.5% - 41px);
  font-size: 1.1rem;
  text-align: center;
  color: #4a7c5b;
  padding: 0 1.2rem;
  border-right: 1px solid #bbb;
  position: relative;
  background: #f3fbf5;
  font-weight: bold;
 }
 #navWrap .recommendBtn::after {
  content: '';
  position: absolute;
  right: 3px;
  bottom: 3px;
  border-top: 4px solid transparent;
  border-right: 4px solid #4a7c5b;
  border-bottom: 4px solid #4a7c5b;
  border-left: 4px solid transparent;
  z-index: 1;
 }
 #menuBtn {
  display: table-cell;
  vertical-align: middle;
  box-sizing: content-box;
  width: 21px;
  height: 50px;
  padding: 0 1.0rem;
  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: #F7F2E9;
  z-index: 999;
  display: none;
 }
 #navSp > div {
  height: 100%;
  overflow-y: scroll;
  /*-webkit-overflow-scrolling: touch;*/
 }
 #navSp a {
  text-decoration: none;
 }
 /* 以下装飾など */
 #navSp .navBox {}
 #navSp .navBox:first-child {
  border-top: 1px solid #ccc;
  overflow: hidden;
 }
 #navSp .navBox .sttl a, #navSp .sitemap a {
  display: block;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  background: url("img/arrow_black.png") 96% center no-repeat;
  background-size: 6px auto;
  padding: 1.5rem 9% 1.5rem 4%;
 }
 #navSp .navBox .tglMenu a {
  background: url("img/arrow_black_down.png") 96% center no-repeat;
  background-size: 10px auto;
 }
 #navSp .navBox .sttl.collapsible a {
  background: url("img/arrow_black_down.png") 96% center no-repeat;
  background-size: 10px auto;
 }
 #navSp .navBox .sttl a br {
  display: none;
 }
 #navSp .navBox .sttl.open > a {
  background: url("img/arrow_black_up.png") 96% center no-repeat;
  background-size: 10px auto;
 }
 #navSp .navBox .sttl, #navSp .sitemap {
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0;
 }
 #navSp .sitemap {
  margin: 0 0 100px;
 }
 #navSp .navBox .accChild {
  display: none;
  font-size: 1.3rem;
  padding: 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
 }
 #navSp .navBox .accChild li {
  float: none;
 }
 #navSp .navBox .accChild li a {
  display: block;
  box-sizing: border-box;
  color: #000;
  background: url("img/arrow_black.png") 95.5% center no-repeat;
  background-size: 5px auto;
  border-bottom: 1px solid #ccc;
  padding: 1.2rem 9% 1.2rem 7%;
 }
 #navSp .navBox .accChild li a:first-child {}
 /*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: 1.0rem;
 }
 #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: 1.0rem 0;
  margin: auto;
  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: 10rem;
 }
 footer .areaInner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 3.0rem 0 2.5rem 0;
 }
 footer .areaInner .inner {
  width: 100%;
  padding: 0;
 }
 footer .areaInner .logo {
  display: block;
  box-sizing: border-box;
  width: auto;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #000;
  padding: 0 0 0.5rem 0;
  margin: 0 auto 2.0rem;
  width: 75%;
 }
 footer .areaInner .logo a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #000;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-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 #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;
  font-weight: 600;
  color: #000;
  background: url("img/arrow_black_down.png") right 10px center no-repeat;
  background-size: 10px auto;
  padding: 1.0rem 4.0rem 1.0rem 4%;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
 }
 footer .areaInner .footBox .sttl a:hover {
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  opacity: 1;
 }
 footer .areaInner .footBox .sttl.open a {
  background: url("img/arrow_black_up.png") right 10px center no-repeat;
  background-size: 10px auto;
 }
 footer .areaInner {
  border-top: 1px solid #ccc;
 }
 footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0;
 }
 footer .footBox ul {
  padding: 0;
 }
 footer .areaInner .footBox .accChild {
  display: none;
  font-size: 1.3rem;
  padding: 0;
  box-sizing: border-box;
  background-color: #ccc;
 }
 footer .areaInner .footBox .accChild li {
  display: block;
  float: none;
 }
 footer .areaInner .footBox .accChild li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.3rem;
  color: #000;
  background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
  background-size: 6px auto;
  border-bottom: 1px solid #ccc;
  padding: 1.0rem 9% 1.0rem 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: 1.0rem 9% 1.0rem 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: 1.0rem 9% 1.0rem 9%;
  background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
  background-size: 6px auto;
 }
 footer .areaInner .footBox .accChild .subList li a::before {
  content: "└";
  display: block;
  color: #000;
  position: absolute;
  top: 12px;
  left: 4%;
  margin-right: 0.4rem;
 }
 footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 92%;
  margin: 2.5rem auto 0rem;
  background: #fff;
  padding: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.8;
  border-radius: 0;
 }
 footer .areaInner .noticeArea p {
  font-size: 1.2rem;
 }
 footer .areaInner p.ucp {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  color: #333;
  margin: 1.5rem auto 0;
 }
 footer .botArea {
  background: #fff;
 }
 footer .botArea .inner {
  width: 92%;
  padding: 1.2rem 0 1.2rem;
  margin: 0 auto;
 }
 footer .botArea .inner .cf {
  content: none;
 }
 footer p.sitemap {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: right;
  padding: 0.5rem 0;
 }
 footer p.copy {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  color: #000;
  padding: 0.5rem 0;
 }
 footer p.sitemap a {
  color: #000;
  text-decoration: underline;
 }
 footer p.copy a {
  color: #000;
  text-decoration: none;
 }
 footer a {
  text-decoration: none;
 }
 footer a:hover {
  text-decoration: none;
 }
 /*--------------------------------------
　PageTop
---------------------------------------*/
 #page-top {
  position: fixed;
  bottom: 4%;
  right: 4%;
  width: 50px;
 }
 #page-top img {
  width: 100%;
 }
 /* ================== */
 /*  サイトマップ　　　*/
 /* ================== */
 .contents #page.mappage {}
 .contents #page.mappage h2 {
  margin: 5.0rem auto 2.0rem;
 }
 .contents #page.mappage h2 a {}
 .contents #page.mappage h2 a:hover {
  color: #333;
  text-decoration: none;
  opacity: 1;
 }
 .contents #page.mappage ul {
  margin: 1.0rem auto 1.0rem;
 }
 .contents #page.mappage ul li {
  padding: 0 0 0.6rem 1.6rem;
 }
 .contents #page.mappage ul.subList li:last-child {
  margin: 0 0 1.0rem;
 }
 .contents #page.mappage ul li a {}
 .contents #page.mappage ul li a:hover {
  opacity: 1;
 }
 .contents #page.mappage ul.subList li a {
  font-size: 1.4rem;
 }
 /* ================== */
 /*  メインコンテンツ　*/
 /* ================== */
 .index .common_parts h2, .category h1, .page h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 2.5rem auto 3.0rem;
  position: relative;
  background-size: 20px auto;
  padding: 0 3rem;
 }
 .category h1, .page h1 {
  margin: 2rem auto 0;
 }
 .index .common_parts h3:not([class]), .category h2:not([class]), .page h2:not([class]) {
  font-size: 2.2rem;
  margin: 5.5rem auto 2.5rem;
  padding: 1.2rem 1rem;
  box-shadow: 0px -5px 0px #f7f2e9, 0px 5px 0px #f7f2e9;
 }
 .index .common_parts h4:not([class]), .category h3:not([class]), .page h3:not([class]) {
  font-size: 2rem;
  margin: 4.0rem auto 2.0rem;
  padding: 1.2rem 1.0rem 1.2rem 2.2rem;
 }
 .index .common_parts h4:not([class])::before, .category h3:not([class])::before, .page h3:not([class])::before {
  content: "";
  width: 2px;
  height: calc(100% - 30px);
 }
 .index .common_parts 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.8rem;
  line-height: 1.5;
  padding: 0 1.0rem 1.1rem 1.0rem;
  margin: 4.0rem auto 1.5rem;
  position: relative;
 }
 .index .common_parts h5::after, .category h6::after, .category h4::after, .category h5::after, .category h6::after, .page h4::after, .page h5::after, .page h6::after {
  content: "";
  background: linear-gradient(to right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
 }
 .sitemap h2 a {
  color: #333;
 }
 /*--------------------------------------
　list
---------------------------------------*/
 .contents ul {
  width: 100%;
  box-sizing: border-box;
  margin: 2.0rem auto 2.0rem;
  padding: 0 3% 0;
 }
 .contents ul:not([class]) li:not([class]) {
  font-size: 1.3rem;
  min-height: 12px;
  padding: 0 0 0.3rem 8%;
  position: relative;
 }
 .contents ul:not([class]) li:not([class])::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 0;
 }
 .contents .index > ol, .contents .category > ol, .contents .page > ol {
  width: 92%;
 }
 /*--------------------------------------
　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 {
  min-height: 70px;
  font-size: 1.6rem;
  padding: 1.5rem 1.5rem 1.5rem 6.2rem;
  margin: 2.0rem auto 1.5rem;
 }
 .contents .recommend::before {
  width: 50px;
  height: 50px;
  font-size: 1.1rem;
 }
 /*check*/
 .contents .check {
  min-height: 70px;
  font-size: 1.6rem;
  padding: 1.5rem 1.5rem 1.5rem 6.2rem;
  margin: 2.0rem auto 1.5rem;
 }
 .contents .check::before {
  width: 50px;
  height: 50px;
  font-size: 1.1rem;
 }
 /*point*/
 .contents .point {
  min-height: 70px;
  font-size: 1.6rem;
  padding: 1.5rem 1.5rem 1.5rem 6.2rem;
  margin: 2.0rem auto 1.5rem;
 }
 .contents .point::before {
  width: 50px;
  height: 50px;
  font-size: 1.1rem;
 }
 /*rank_wrap*/
 .contents .rank_wrap {
  counter-reset: num;
  margin: 3.0rem auto 2.0rem;
 }
 .contents .rank_wrap .rank {
  min-height: 70px;
  font-size: 1.6rem;
  padding: 1.5rem 1.5rem 1.5rem 6.2rem;
  margin: 2.0rem auto 1.5rem;
 }
 .contents .rank_wrap .rank::before {
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
 }
 .contents .rank a {
  color: #333;
  text-decoration: underline;
 }
 .caption {
  margin: 8px 0 0;
  font-size: 1.0rem;
  line-height: 1.3;
  word-break: break-all;
  color: #999;
 }
 /*--------------------------------------
　float-wrap
---------------------------------------*/
 .contents .float-wrap {
  margin: 4.0rem auto 4.0rem;
  position: relative;
 }
 .contents .float-wrap .flame {
  width: 85%;
  margin: 0 auto;
 }
.contents .addParts01 .float-wrap .flame, .contents .addParts04 .float-wrap .flame{
  width: 75%;
 }	

	
 .contents .float-wrap .float-img {
  box-sizing: border-box;
  width: auto;
  margin: 0 auto 1.0rem;
  text-align: center;
 }
 .contents .float-wrap img {
  box-sizing: border-box;
  max-width: 100%;
 }
 .contents .float-wrap .catch {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
 }
 .contents .float-wrap p {
  margin: 0;
  padding: 0;
 }
 .contents .float-wrap .fl {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 1.0rem 0;
  text-align: center;
  float: none;
 }
 .contents .float-wrap .fr {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 1.0rem 0;
  text-align: center;
  float: none;
 }
 .contents .float-wrap .ct {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 1.0rem;
  padding: 0 0 1.0rem;
  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*/
 .contents .btn-internal, .contents .btn-web, .contents .btn-tel, .contents .btn-link {
  max-width: 100%;
  text-align: center;
  margin: 2.0rem auto;
  padding: 0;
  width: 85%;
 }
 .contents .btn-internal:hover a, .contents .btn-web:hover a {
  -webkit-transform: none;
  transform: none;
 }
 .btn-internal a {
  display: block;
  padding: 1.8rem 3.0rem 1.8rem;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: url("img/arrow_white.png") right 15px center no-repeat #4A7C5B;
  background-size: 6px auto;
  position: relative;
  transition: none;
  transform: none;
 }
 .btn-web a {
  display: block;
  padding: 1.8rem 3.0rem 1.8rem;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: url("img/arrow_white.png") right 15px center no-repeat #cd660d;
  background-size: 6px auto;
  position: relative;
  transition: none;
  transform: none;
 }
 .contents .btn-link {
  max-width: 100%;
  text-align: left;
 }
 .btn-link a {
  display: block;
  padding: 1.8rem 3.0rem;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: url(img/ico_arrow.png) right 10px center no-repeat;
  background-size: 14px auto;
  border: 1px solid #bbb;
  border-radius: 100px;
 }
 .btn-link a::before {}
 .btn-link a:hover {
  opacity: 1;
  text-decoration: none;
 }
 .btn-tel {
  display: block;
 }
 .btn-tel a {
  text-decoration: none;
  background: url(img/ico_tel.png) left 20px center no-repeat, url(img/arrow_white.png) right 15px center no-repeat #5c55b7;
  background-size: 14px auto, 6px auto;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.8rem 3.0rem 1.8rem;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 100px;
  line-height: 1.3;
  font-weight: bold;
 }
 /* ================== */
 /*  テーブル　　　　　*/
 /* ================== */
 .contents table {
  box-sizing: border-box;
  width: 100%;
  max-width: initial;
  max-width: auto;
  table-layout: fixed;
  margin: 3.0rem auto 3.0rem;
  border-bottom: none;
 }
 .contents table th {
  width: 100%;
  padding: 1.0em 2.5%;
  line-height: 1.3;
  text-align: center;
  font-size: 1.3rem;
  display: block;
  font-weight: normal;
  border: none;
  border-bottom: solid 1px #999;
  text-align: left;
 }
 .contents table td {
  width: 100%;
  display: block;
  line-height: 2.4rem;
  padding: 1.0em 5%;
  background: #fff;
  font-size: 1.3rem;
  text-align: left;
  word-wrap: break-word;
  border: none;
  border-bottom: solid 1px #999;
 }
 /*--------------------------------------
 .lower-bottom
 ---------------------------------------*/
 .lower_bottom_wrap {
  width: 100%;
  padding: 0 20px 0 0;
  margin: 10rem auto 0;
 }
 .lower-bottom {  
  width: 100%;
 }
 .lower-bottom + .lower-bottom {
  margin-top: 4rem;
 }
 .lower-bottom::before {
  right: -10px;
  top: 10px;
 }
 .lower-bottom::after {
  width: 46%;
  right: -20px;
  bottom: -20px
 }
 .lower-bottom__link {
  padding: 2rem 1rem 1rem 2rem;
 }
 .lower-bottom__link:hover {
  opacity: 1;
 }
 .lower-bottom__link__medium {
  font-size: 1.4rem;
 }
 .lower-bottom__link__big {
  font-size: 2.2rem;
 }
 .lower-bottom__link__small {
  font-size: 1.4rem;
  background-size: 14px auto;
  padding-right: 2rem;   
 }
 /*--------------------------------------
 accordion
 ---------------------------------------*/
 .btn-accordion {
  width: 85%;
  padding: 1.4rem 4rem;
 }
 .btn-accordion::before,
 .btn-accordion.is-open::before {
  right: 1.2rem;
 }
 .btn-accordion:hover {
  opacity: 1;
 }
 /*--------------------------------------
　box-wrap
---------------------------------------*/
 .contents .box-wrap {
  margin: 2.0rem auto;
 }
 .contents .box-wrap .box {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 4.0rem 0 3.0rem;
  margin: 0 0 0;
  float: none;
  position: relative;
 }
 .contents .box-wrap .box:nth-child(even) {
  float: none;
 }
 .contents .box-wrap .box:nth-child(even)::before {
  content: none;
 }
 .contents .box-wrap .box:nth-child(n+3) {
  margin-top: 0;
 }
 .contents .box-wrap .box:nth-of-type(odd) {
  margin-right: 0;
 }
 .contents .box-wrap .box:first-child {}
 .contents .box-wrap .box:last-child {
  margin: 0;
 }
 .contents .box-wrap .box .permalink {
  display: none;
 }
 .contents .box-wrap .box .thumb {
  position: relative;
 }
 /*box-head*/
 .index .box-wrap .box-head, .category.box-wrap .box-head, .page .box-wrap .box-head {
  display: block;
 }
 .index .box-wrap .box-head a, .category.box-wrap .box-head a, .page .box-wrap .box-head a {
  display: block;
  font-size: 100%;
 }
 .index .box-wrap .box-head a:hover, .category.box-wrap .box-head a:hover, .page .box-wrap .box-head a:hover {
  color: #333;
  text-decoration: none;
 }
 .index .box-wrap .box-head::after, .category.box-wrap .box-head::after, .page .box-wrap .box-head::after {
  content: none;
 }
 .contents .box-wrap .box p {
  margin: 0;
 }
 .contents .box-wrap .box .btn-internal {
  margin: 2.0rem auto;
 }
 /*type-a*/
 .contents .box-wrap .type-a {
  margin: 0 0 2rem;
  padding: 1.5rem;
 }
 .contents .box-wrap .type-a .box-head {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  color: #333;
  padding: 1rem;
  margin: 0 0 1rem;
 }
 .contents .box-wrap .type-a .box-head a {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #333;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 2.0rem 0 0;
  position: relative;
 }
 .contents .box-wrap .type-a .box-head a:hover {
  opacity: 1;
 }
 .contents .box-wrap .type-a .box-head__name {
  font-size: 1.6rem;
 }
 .contents .box-wrap .type-a .box-head__price {
  font-size: 1.4rem;
 }
 .contents .box-wrap .type-a .box-body {}
 .contents .box-wrap .type-a .box-body .smallPic {
  width: 75px;
  float: left;
 }
 .contents .box-wrap .type-a .box-body p {
  margin: 1.5rem 0 0;
 }
 /*type-b*/
 .contents .box-wrap .type-b {
  padding: 1.5rem;
  margin: 0 0 1.5rem;
 }
 .contents .box-wrap .type-b:nth-child(n+3) {
  margin-top: -1px;
 }
 .contents .box-wrap .type-b:nth-last-child(2), .contents .box-wrap .type-b:last-child {}
 .contents .box-wrap .type-b .box-head-area {
  padding: 0 1.0rem;
  margin: 0 0 2.0rem;
 }
 .contents .box-wrap .type-b .thumb {
  width: 65px;
 }
 .contents .box-wrap .type-b .box-title {
  font-size: 1.7rem;
  padding: 0;
 }
 .contents .box-wrap .type-b .box-head a {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #333;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 2.0rem 0 0;
  position: relative;
 }
 .contents .box-wrap .type-b .box-head a:hover {
  opacity: 1;
 }
 .contents .box-wrap .type-b .caption {
  margin: 2.0rem 0 0;
 }
 /*type-c*/
 .contents .box-wrap .type-c {
  padding: 1rem 0 3.0rem;
  margin: -1px 0 0;
 }
 .contents .box-wrap .type-c:nth-child(n+3) {
  margin-top: -1px;
 }
 .contents .box-wrap .type-c:nth-last-child(2), .contents .box-wrap .type-c:last-child {
  padding: 3rem 0 3rem;
 }
 .contents .box-wrap .type-c .thumb {
  width: 100px;
 }
 .contents .box-wrap .type-c .box-title {
  font-size: 1.7rem;
  line-height: 1.4;
 }
 .contents .box-wrap .type-c .box-head a {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #333;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 2.0rem 0 0;
  position: relative;
 }
 .contents .box-wrap .type-c .box-head a:hover {
  opacity: 1;
 }
 .contents .box-wrap .type-c .caption {
  margin: 2.0rem 0 0;
 }
 /*--------------------------------------
　frame-wrap
---------------------------------------*/
 .contents .frame-wrap {
  margin: auto;
 }
 .contents .frame-wrap .inner {
  margin: 0 auto;
 }
 .contents .frame {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 2.0rem;
  background-color: #fff;
  float: none;
 }
 .contents .frame-wrap .frame:first-child {}
 .contents .frame-wrap .frame:nth-child(3n+1) {}
 .contents .frame-wrap .frame:nth-child(n+4) {
  margin-top: 0;
 }
 .contents .frame-wrap .frame:last-child {
  margin: 0 0 0;
 }
 /*frame-head*/
 .index .frame .frame-head, .category.frame .frame-head, .page .frame .frame-head {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
 }
 .index .frame .frame-head a, .category.frame .frame-head a, .page .frame .frame-head a {
  width: auto;
  font-size: 100%;
  text-decoration: none;
 }
 .index .frame .frame-head a:hover, .category.frame .frame-head a:hover, .page .frame .frame-head a:hover {
  opacity: 1;
 }
 .contents .frame .frame-head p {
  margin: 0;
 }
 .contents .frame .frame-body {
  padding: 0 1.5rem 3.0rem;
 }
 .contents .frame .frame-body .frame-catch {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  margin: 0 0 1.5rem;
 }
 .contents .frame .frame-body p {
  margin: 0;
 }
 .contents .frame .thumb {}
 .contents .frame p.caption {
  margin: 1.0rem 1.0rem 0;
 }
 /*type-a*/
 .contents .frame-wrap .type-a {
  border: 1px solid #333;
  margin: 0 0 2rem;
  padding: 0 1.5rem 1.5rem;
 }
 .contents .frame-wrap .type-a.sp_first {
  order: -1;
 }
 .contents .frame-wrap .type-a .frame-catch {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin: -1px -1.5rem 0;
  padding: 1.5rem 2.5rem 4.5rem;
  position: relative;
 }
 .contents .frame-wrap .type-a .frame-catch::before {
  content: "";
  background: #fff;
  background-size: 6px 1px;
  width: 51%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: -2px;
  top: inherit;
  z-index: inherit;
  border-radius: 0 100px 0 0;
 }
 .contents .frame-wrap .type-a .frame-catch::after {
  content: "";
  background: #fff;
  background-size: 6px 1px;
  width: 51%;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: -2px;
  top: inherit;
  z-index: inherit;
  border-radius: 100px 0 0 0;
 }
 .contents .frame-wrap .type-a .frame-head {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1rem;
 }
 .contents .frame-wrap .type-a .frame-head a {
  display: block;
  width: 100%;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 6px auto;
  padding: 0 2.0rem 0 0;
  position: relative;
 }
 .contents .frame-wrap .type-a .frame-head a:hover {
  opacity: 1;
 }
 /*type-b*/
 .contents .frame-wrap .type-b {
  /* border: 1px solid #333; */
 }
 .contents .frame-wrap .type-b .frame-head {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1.8rem 1.5rem;
 }
 .contents .frame-wrap .type-b .frame-head a {
  background-size: 8px auto;
 }
 .contents .frame-wrap .type-b .frame-head a:hover {
  opacity: 1;
 }
 .contents .frame-wrap .type-b .thumb {
  width: 80%;
  margin: 0 auto;
 }
 .contents .frame-wrap .type-b .caption {
  text-align: center;
  padding: 0 1.0rem;
 }
 .contents .frame-wrap .type-b .frame-body {
 }
 .contents .frame-wrap .type-b table {
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 0;
  margin: 2.0rem auto;
 }
 .contents .frame-wrap .type-b table th {
  display: table-cell;
  width: 40%;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4;
  border-right: 1px solid #999;
  padding: 1.0rem 1.0rem;
 }
 .contents .frame-wrap .type-b table td {
  display: table-cell;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 1.0rem 1.0rem;
  word-wrap: break-word;
 }
 .contents .frame-wrap .type-b table:last-of-type {
  margin-bottom: 0;
 }
 /*type-c*/
 .contents .frame-wrap .type-c {
  margin: 3rem 0 2rem;
 }
 .contents .frame-wrap .type-c .eng {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, 0-1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
  margin: 3.0rem 0 0;
  position: relative;
  top: -1.0rem;
 }
 .contents .frame-wrap .type-c .frame-head {
  font-size: 1.7rem;
  line-height: 1.5;
  padding: 1.5rem;
  margin: -3.5rem 1.5rem 0;
  position: relative;
 }
 .contents .frame-wrap .type-c .frame-head a {
  display: block;
  width: 100%;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 2.0rem 0 0;
  position: relative;
 }
 .contents .frame-wrap .type-c .frame-head a:hover {
  opacity: 1;
 }
 /*btn-web*/
 .contents .frame .frame-body .btn-web {
  width: 85%;
  margin: 25px auto 0;
 }
}
 