@charset "utf-8"; /* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
}

/* CSS Document */
/*--------------------------------------------------------------------------
 reset
---------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,span,small,dl,dt,dd,ol,ul,li {
    margin: 0;
    font-size: 100%;
}

ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    vertical-align: top;
}

li {
    list-style-type: none;
    vertical-align: baseline;
}

input,button,textarea,select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html {
    font-size: 62.5%;
}

/*--------------------------------------
　Base
---------------------------------------*/
* {
    box-sizing: border-box;
}

img {
    -webkit-backface-visibility: hidden;
}

body {
    color: #444;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    min-width: 1000px;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

a {
    color: #1a1a1a;
    text-decoration: underline;
}

a:hover {
    opacity: 0.7;
}

p {
    margin: 2rem 0;
    font-size: 1.4rem;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: bold;
}

.f90 {
    font-size: 90%;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}

.wi1000 {
    width: 1000px;
    margin: 0 auto;
}

.auto {
    margin: 0 auto;
}

.dashed {
    border: 1px dashed #444;
}

.bgbd {
    background: url("img/bg_bd_gray.gif");
}

.sp {
    display: none;
}

.sp_br {
    display: none;
}

.ind {
    padding-left: 1em;
    text-indent: -1em;
}

h1,h2,h3,h4,h5,h6 {
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #1a1a1a;
}

.sttl {
    margin: 0 0 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #333;
}

.catch {
    margin: 0 0 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #333;
}

.fontNS {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

.fontEng {
    margin: 0 0 20px;
    font-family: 'Abel', 'arial narrow', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #ff9900;
}

.fontBold {
    font-weight: 700;
}

.fontGr {
    color: #1a1a1a;
    font-size: 5rem;
}

/*--------------------------------------
header
---------------------------------------*/
header {
    position: relative;
    padding: 0 0 0px;
    border-top: #e87518 solid 2px;
    border-bottom: 1px solid #e8e8e8;
}

.headTopArea {
    margin: 0.5rem 1rem;
    /* max-width: 1000px; */
}

.headTopArea .rightTxt {
    font-size: 1rem;
    font-weight: 400;
    text-align: right;
    /* margin: 1rem 0 0 0; */
}

.headTopArea .rightTxt a {
    text-decoration: none;
}

#headNoteArea {
    width: 100%;
    padding: 5px 0 5px;
    font-size: 12px;
    font-size: 1.2rem;
}

#headNoteArea .sitename, #headNoteArea .sitename a {
    background: none;
    background-size: 80px auto;
    display: table;
    margin: 0 auto;
    line-height: 1.2;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 0;
}

#headNoteArea .sitename .intro, #headNoteArea .sitename a .intro {
    display: block;
    margin: 0 auto 4px;
    padding: 0 0 6px;
    background: url("./img/analog_line01.png") 0 100% no-repeat;
    background-size: auto 3px;
    font-size: 1.4rem;
}

/*--------------------------------------
#g-nav
---------------------------------------*/
#g-nav {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}

#g-nav ul {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

#g-nav ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 20%;
    position: relative;
    background-size: 104px, auto;
}

#g-nav ul li:after {
    content: "";
    width: 1px;
    height: 20px;
    display: inline-block;
    border-left: 1px dashed #444;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
}

#g-nav ul li:first-child:after {
    display: none;
}

#g-nav li a {
    color: #444;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    padding: 16px 20px;
    box-sizing: border-box;
    line-height: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 14px 0 14px;
    width: 1000px;
}

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

/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
    margin: 0 auto;
    padding: 0;
}

#index, #category, #page {
    margin: 0;
    padding: 0;
}

#category, #page {
    width: 1000px;
    margin: 0 auto;
}

#category .baseBox, #page .baseBox {
    width: 760px;
    float: left;
}

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

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

/*--------------------------------------
　Side
---------------------------------------*/
#side {
    box-sizing: border-box;
    width: 220px;
    float: right;
    margin: 0 0 60px;
}

#side .sideTopBox {
    background: #7aa44e;
    margin: 0 0 30px;
    padding: 0 0 10px;
    position: relative;
    color: #fff;
}

#side .sideTopBox:before {
    content: '';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px dashed #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
}

#side .sideTopBox .catch {
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
    padding: 20px 10px 0;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
}

#side .sideTopBox .catch span {
    display: block;
    background: none;
    color: #fff;
    font-size: 2.0rem;
}

#side .sideTopBox .imgBox {
    width: 180px;
    height: 140px;
    text-align: center;
    margin: 0 auto 20px;
    overflow: hidden;
    border: solid 2px #fff;
    position: relative;
    z-index: 2;
}

#side .sideTopBox .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#side .sideTopBox p {
    line-height: 1.6;
    padding: 0 13px;
    position: relative;
    z-index: 2;
}

#side .sideTopBox .dtlBtn {
    padding: 0 13px 13px;
    position: relative;
    z-index: 2;
}

#side .sideTopBox .dtlBtn a {
    display: block;
    background: url(./img/arrow01_gr.svg) 96% 50% no-repeat #fff;
    background-size: 14px auto;
    padding: 14px 25px 16px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 0px 0px #ccc;
    color: #444;
    text-align: center;
    letter-spacing: 0.1em;
}

#side .sideBox {
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 10px;
    background: #f1eee7;
    overflow: hidden;
}

#side .sideBox a {
    line-height: 1.6;
}

#side .sideBox .sttl {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 0;
}

#side .sideBox .sttl a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 1rem 2.5rem 1rem 1rem;
    background: url(./img/arrow01_orange.png) 98% 50% no-repeat;
    background-size: 18px auto;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

#side .sideBox .sttl a:hover {
    opacity: 0.7;
}

/*--------------------------------------
Footer
---------------------------------------*/
footer {
    margin: 0px 0 0;
    padding: 0;
    background: #f1eee7;
    background-size: auto 200px;
}

footer .areaInner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.l-footer-logo {
    width: 207px;
    margin: 0 auto 6rem;
}

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

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

footer .areaInner .footBox {
    margin: 0 0 30px 0;
}

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

footer .areaInner .footBox .sttl a {
    background: url(./img/arrow01_orange.png) 4px 50% no-repeat;
    background-size: 18px auto;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3px 0 3px 30px;
}

footer .footBox ul {
    padding: 0 20px;
}

footer .areaInner .footBox .accChild {
    padding: 0 0 0 12px;
    box-sizing: border-box;
    /* columns: 2; */
}

footer .areaInner .footBox .accChild li {
    background: none;
}

footer .areaInner .footBox .accChild li.subCat {
    margin: 0 30px 0 0;
    padding: 0;
}

footer .areaInner .footBox .accChild li.subCat::after {
}

footer .areaInner .footBox .accChild .sp + li::before {
    letter-spacing: 0;
    color: #a3b9b7;
}

footer .areaInner .footBox .accChild .sp + li::before {
    letter-spacing: 0;
    color: #a3b9b7;
}

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

footer .areaInner .footBox .accChild .subList li::after {
    content: "　/　";
    letter-spacing: 0;
    color: #444;
}

footer .areaInner .footBox .accChild .subList li:last-child:after {
    content: none;
}

footer .areaInner .footBox .accChild li {
    display: inline-block;
    margin: 0 20px 0 0;
    background: none !important;
}

footer .areaInner .footBox .accChild li a {
    background: url("img/arrow_bk.svg") 0 50% no-repeat;
    background-size: 6px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    color: #444;
    padding: 0 0 0 16px;
}

footer .areaInner .footBox .accChild .subList li:first-child:before {
    content: "　/　";
    letter-spacing: 0;
    color: #444;
}

footer .areaInner .footBox .accChild .subList {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 20px;
}

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

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

footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 71%;
    color: #444;
    margin: 60px auto 35px;
}

footer .areaInner .noticeArea p {
    padding: 20px 30px;
    background: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
}

footer .areaInner .noticeArea .botPrg {
    font-size: 12px;
    font-size: 1.2rem;
    background: transparent;
    text-align: center;
    padding: 10px 0 0;
}

footer .botArea {
    background: #eb821b;
    padding: 13px 0;
}

footer .botArea .botInner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

footer .botArea .botInner .smap {
    float: right;
}

footer .botArea .botInner .smap a {
    background: url(./img/arrow_bk.svg) 4px 50% no-repeat;
    background-size: 6px auto;
    font-size: 12px;
    font-size: 1.2rem;
    color: #1a1a1a;
    padding: 0 0 0 20px;
}

footer .botArea .botInner .smap a:hover {
    text-decoration: underline;
}

footer p.copy {
    font-size: 12px;
    font-size: 1.2rem;
    color: #1a1a1a;
    float: left;
    margin: 0;
}

footer p.copy a {
    color: #1a1a1a;
}

footer .areaInner .footBox .accChild .sp {
    display: none;
}

/*--------------------------------------
メインコンテンツ
---------------------------------------*/
/* 見出し
---------------------------------------*/
#index .ttlArea, #category .ttlArea, #page .ttlArea {
    margin: 40px auto 50px;
    padding: 23px 0 0;
    position: relative;
}

#category .ttlArea, #page .ttlArea {
    margin: 0 auto 50px;
}

#index .ttlArea:before, #category .ttlArea:before, #page .ttlArea:before {
    content: "";
    display: block;
    width: 85px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
}

#index .ttlArea:after, #category .ttlArea:after, #page .ttlArea:after {
    content: "";
    display: block;
    width: 85px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0;
}

#index .ttlArea h2, #category .ttlArea h1, #page .ttlArea h1 {
    padding: 20px 20px 20px 100px;
    border-bottom: 3px solid #e87518;
    font-size: 3.4rem;
}

#index h3, #category h2, #page h2 {
    position: relative;
    margin: 35px 0 20px;
    padding: 14px 30px 15px;
    background: #fef6eb;
    border: 3px solid #e6e6e6;
    font-size: 2.6rem;
}

#index h4, #category h3, #page h3 {
    background: url(./img/icon_tree.png) 0 50% no-repeat;
    background-size: 44px auto;
    margin: 35px 0 20px;
    padding: 14px 10px 14px 60px;
    font-size: 2.4rem;
    line-height: 1.6;
}

#index h5, #category h6, #category h4, #category h5, #category h6, #page h4, #page h5, #page h6 {
    margin: 35px 0 20px;
    padding: 0 10px 12px;
    border-bottom: solid 2px #e6e6e6;
    font-size: 2rem;
    line-height: 1.6;
    color: #e87518;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
    display: block;
    padding-right: 3rem;
    background: url(img/arrow_bk.svg) no-repeat 100% 50%;
    background-size: 13px auto;
    text-decoration: none;
}

#index h5 a, #category h6 a, #category h4 a, #category h5 a, #category h6 a, #page h4 a, #page h5 a, #page h6 a {
    color: #e87518;
    text-decoration: none;
}

#contents .rank_wrap h2.rank, #contents .rank_wrap h3.rank, #contents .rank_wrap h4.rank, #contents .rank_wrap h5.rank, #contents .rank_wrap h6.rank, #contents .rank_wrap2 h2.recommend, #contents .rank_wrap2 h3.recommend, #contents .rank_wrap2 h4.recommend, #contents .rank_wrap2 h5.recommend, #contents .rank_wrap2 h6.recommend, #contents .rank_wrap3 h2.check, #contents .rank_wrap3 h3.check, #contents .rank_wrap3 h4.check, #contents .rank_wrap3 h5.check, #contents .rank_wrap3 h6.check, #contents .rank_wrap4 h2.point, #contents .rank_wrap4 h3.point, #contents .rank_wrap4 h4.point, #contents .rank_wrap4 h5.point, #contents .rank_wrap4 h6.point, #contents .noCount h2.recommend, #contents .noCount h3.recommend, #contents .noCount h4.recommend, #contents .noCount h5.recommend, #contents .noCount h6.recommend, #contents .noCount h2.check, #contents .noCount h3.check, #contents .noCount h4.check, #contents .noCount h5.check, #contents .noCount h6.check, #contents .noCount h2.point, #contents .noCount h3.point, #contents .noCount h4.point, #contents .noCount h5.point, #contents .noCount h6.point {
    background: none;
    border: none;
    border-bottom: solid 3px #eeeeee;
}

#contents .noCount .check {
    display: block;
    position: relative;
    margin: 40px 0 20px;
    padding: 18px 20px 20px 80px;
    border-bottom: solid 2px #eee;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

#contents .noCount .check a {
    text-decoration: none;
}

#contents .noCount .check:before {
    content: "CHECK";
    position: absolute;
    display: block;
    border-radius: 50%;
    background: #2abe8f;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding: 24px 0 0 0;
    top: 0;
    left: 0;
    margin: 0;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}

#contents .noCount .check:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
    width: 54px;
    height: 54px;
    top: 3px;
    left: 3px;
}

#contents .noCount .point {
    display: block;
    position: relative;
    margin: 40px 0 20px;
    padding: 18px 20px 20px 80px;
    border-bottom: solid 2px #eee;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

#contents .noCount .point:before {
    content: "POINT";
    position: absolute;
    display: block;
    border-radius: 50%;
    background: #e87518;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding: 24px 0 0 0;
    top: 0;
    left: 0;
    margin: 0;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}

#contents .noCount .point:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
    width: 54px;
    height: 54px;
    top: 3px;
    left: 3px;
}

/* list
---------------------------------------*/
#contents ul {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
}

#contents ul li {
    padding: 0 0 6px 22px;
    background: url(img/icon_bird.png) no-repeat 0 4px;
    background-size: 18px auto;
    display: flow-root;
}

#contents .dashed {
    margin: 20px 0;
    position: relative;
}

#contents .dashed ul {
    margin: 0;
    padding: 15px 15px 13px 20px;
}

#contents .dashed ul li {
    padding: 0 0 3px 25px;
    font-size: 13px;
    font-size: 1.3rem;
}

#contents ol {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
    counter-reset: number;
}

#contents ol li {
    padding: 2px 0 2px 30px;
    list-style: none;
    position: relative;
    counter-increment: number;
}

#contents ol li::before {
    display: block;
    background-color: #83cdc0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    font-weight: bold;
    font-size: 12px;
    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);
}

/* 強調
---------------------------------------*/
p span {
    background: linear-gradient(transparent 60%, #f4e5a1 0%) no-repeat top 2px left;
    padding: 0 0.4rem;
    font-weight: bold;
}

/* table
---------------------------------------*/
#contents table {
    width: 100%;
    table-layout: fixed;
    margin: 20px auto 30px;
}

#contents table th {
    width: 40%;
    padding: 14px 16px;
    background: #f1eee7;
    border: 1px solid #ddd;
    line-height: 2.2rem;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
}

#contents table td {
    line-height: 2.2rem;
    padding: 14px 20px;
    border: 1px solid #ddd;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    word-wrap: break-word;
    background: #fff;
}

#contents table td:first-of-type {
    border-left: none;
}

/* float img
---------------------------------------*/
#contents .float-wrap {
    margin: 20px 0;
    box-sizing: border-box;
}

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

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

#contents .float-wrap .fl {
    width: 448px;
    padding: 0 40px 10px 0;
    text-align: center;
}

#contents #category .float-wrap .fl, #contents #page .float-wrap .fl {
    width: 280px;
}

#contents .float-wrap .fr {
    width: 448px;
    padding: 0 0 10px 40px;
    text-align: center;
}

#contents #category .float-wrap .fr, #contents #page .float-wrap .fr {
    width: 280px;
}

#contents .float-wrap .center {
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0px;
    text-align: center;
}

#contents #category .float-wrap .center, #contents #page .float-wrap .center {
    width: 280px;
}

/* caption
---------------------------------------*/
.caption {
    width: 100%;
    margin: 8px 0 0;
    font-size: 1.0rem;
    padding: 0.5rem 0;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
    font-weight: normal;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;
}
.caption::-webkit-scrollbar {
    height: 4px;
}

.caption::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}

.caption::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}
.caption a {
    color: #999;
}

.caption p {
    font-size: 1.0rem;
}

/* btn
---------------------------------------*/
.btn-internal a, .btn-web a, .btn-tel a, .btn-acc a {
    box-sizing: border-box;
    letter-spacing: 0.1em;
}

.btn-internal, .btn-web, .btn-tel, .btn-acc {
    max-width: 390px;
    margin: 30px auto;
}

.btn-acc a {
    position: relative;
    padding: 20px 40px;
    display: block;
    border-radius: 10px;
    background: url(./img/plus.png) 97% 50% no-repeat #a5c97f;
    background-size: 20px auto;
    box-shadow: 0px 4px 0px 0px #7c965f;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
}

.btn-internal.accordion {
    display: block;
    padding: 22px 36px 22px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    background: #fff;
    position: relative;
    transition: 0.2s;
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    max-width: 550px;
    border: 1px solid #656565;
    cursor: pointer;
    color: #231815;
    margin: 4rem auto;
}

.btn-internal.accordion:before, .btn-internal.accordion:after {
    content: '';
    display: block;
    background-color: #707070;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    right: 15px;
}

.btn-internal.accordion:after {
    transform: rotate(90deg);
    transition-duration: .3s;
}

.btn-internal.accordion.is-open:after {
    transform: rotate(0deg);
}

.btn-acc.minus a {
    background: url(./img/minus.png) 97% 50% no-repeat #a5c97f;
    background-size: 20px auto;
}

.btn-acc a:hover {
    transform: translate3d(0, 3px, 0);
    box-shadow: 0px 1px 0px 0px #7c965f;
}

.btn-internal a {
    max-width: 390px;
    position: relative;
    padding: 20px 40px;
    display: block;
    background: url(./img/arrow01_orange.png) 97% 50% no-repeat #fff;
    background-size: 18px auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    border: 2px solid #e87518;
    text-decoration: none;
    margin: 0 auto;
}

.btn-internal a:hover {
    opacity: .7;
}

.btn-web a {
    max-width: 390px;
    position: relative;
    padding: 20px 40px;
    display: block;
    background: url(./img/arrow01_white.png) 97% 50% no-repeat #2abe8f;
    background-size: 18px auto;
    box-shadow: 0px 4px 0px 0px #1f8967;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}

.btn-web a:hover {
    transform: translate3d(0, 3px, 0);
    box-shadow: 0px 0px 0px 0px #ca5e3d;
}

.btn-tel a {
    position: relative;
    padding: 20px 40px;
    display: block;
    background: url(./img/ico_tel.svg) 20px 50% no-repeat #001a64;
    background-size: 24px auto;
    box-shadow: 0px 4px 0px 0px #1a1a1a;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.btn-tel a:hover {
    transform: translate3d(0, 3px, 0);
    box-shadow: 0px 0px 0px 0px #ca5e3d;
}

.btn-link {
    margin: 20px 0;
    text-align: right;
}

.btn-link.btn-link3 {
    max-width: 100%;
}

.btn-link a {
    background: url(./img/arrow01_orange.png) 4px 50% no-repeat;
    background-size: 18px auto;
    padding: 4px 0 4px 26px;
    line-height: 1.3;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: underline;
}

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

.btn-link.btn-link3 a {
    background: url(img/arrow_bk.svg) no-repeat 100% 52%;
    background-size: 8px auto;
    padding: 0.4rem 2.6rem 0.4rem 0;
}

/* box-wrap(2box)
---------------------------------------*/
#contents .box-wrap {
    margin: 50px 0;
    padding: 0;
    box-sizing: border-box;
}

#contents .box-wrap .box {
    position: relative;
    width: 48.7%;
    margin: 0 0 20px;
    box-sizing: border-box;
    border: solid 3px #e6e6e6;
    padding: 20px 20px 30px;
    float: left;
}

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

#contents .box-wrap .box .flame {
    margin: 0 0 10px;
}

#contents .box-wrap .box .box-head {
    margin: 0 0 16px;
    border-bottom: solid 2px #e6e6e6;
    padding: 0 0 2rem;
    display: flex;
    align-items: center;
}

#contents .box-wrap .box .box-head .sttl {
    display: block;
    border: none;
    outline: none;
    background: none;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 2.0rem;
    line-height: 1.4;
}

#contents .box-wrap .box .box-head .sttl:before, #contents .box-wrap .box .box-head .sttl:after {
    content: none;
}

#contents .box .sttl a {
    display: block;
    padding: 0 3rem 0 0;
    background: url(./img/arrow01_orange.png) 97% 50% no-repeat #fff;
    text-decoration: none;
    background-size: 17px auto;
    color: #1a1a1a;
    font-size: 2.2rem;
}

#contents .indexSect.part02 .box .sttl a {
    background: url(img/arrow_bk.svg) no-repeat 100% 52%;
    background-size: 8px auto;
    font-size: 2.2rem;
    text-align: left;
}

#contents .box-wrap .box .caption {
    margin: 14px 0 0;
    text-align: left;
}

#contents .box-wrap .box .box-body *:last-child {
    margin-bottom: 0;
}

/* frame-wrap(3box)
---------------------------------------*/
#contents .frame-wrap {
    margin: 30px 0 20px;
    box-sizing: border-box;
}

#contents .frame-wrap .frame {
    width: 31.6%;
    margin: 0 2.6% 20px 0;
    float: left;
    box-sizing: border-box;
    border: #e6e6e6 solid 3px;
    background-color: #fff;
    padding: 0 20px 30px;
}

#contents .frame-wrap .frame:nth-child(3n) {
    margin: 0 0 20px;
}

#contents .frame .frame-head {
    margin: 0 0 20px;
    border-bottom: solid 2px #e6e6e6;
    padding: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contents .frame .frame-head .frame-ttl {
    display: block;
    border: none;
    outline: none;
    background: none;
    padding: 10px 0 0;
    margin: 0;
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
}

#contents .frame .frame-head .frame-ttl a {
    display: block;
    padding: 10px 3rem 10px 0;
    background: url(./img/arrow01_gr.svg) 98% 50% no-repeat;
    background-size: 18px auto;
    font-weight: 700;
}

#contents .frame .frame-head .frame-ttl::before, #contents .frame .frame-head .frame-ttl::after {
    display: none;
}

#contents .frame .frame-body *:last-child {
    margin-bottom: 0;
}

#contents .frame .flame {
    margin: 0 auto 10px;
}

/*--------------------------------------
#page.sitemap
---------------------------------------*/
#page.sitemap {
    width: 1000px;
    margin: 0 auto;
}

#page.sitemap h2 a {
    color: #444;
}

#page.sitemap li a:hover {
    text-decoration: underline;
}

/*--------------------------------------
lower-bottom
---------------------------------------*/
.lower-bottom {
    background: url(img/lower-bottom_bg.png)no-repeat;
    background-size: cover;
    padding: 0 0 4rem;
    margin: 5rem auto 0;
}

.lower-bottom .areaInner {
    max-width: 1000px;
    margin: 0 auto;
}

.select3 .sectTtlArea {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 10rem 0 0;
    background: url(./img/icon_tree.png) 50% 50% no-repeat;
    background-size: 44px 45px;
    text-align: center;
}

.lower-bottom.select3 .sectTtlArea {
    background: url(./img/icon_tree.png) 50% 30% no-repeat;
}

.lower-bottom.select3 .sectTtlArea p {
    color: #fff;
    text-align: left;
}

.addCont01.select3 .sectTtlArea {
    background: url(./img/icon_tree.png) 50% 30% no-repeat;
    background-size: 44px 45px;
}

.addCont01.select3 .sectTtlArea p {
    color: #fff;
    text-align: left;
}

.select3 .sectTtl {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 3.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #1a1a1a;
}

.lower-bottom.select3 .sectTtl {
    color: #fff;
}

.addCont01.select3 .sectTtl {
    color: #fff;
}

.addCont01.select3 .sectTtl .fontS {
    color: #fff;
    font-size: 2.4rem;
}

.select3 .sectTtl .fontS {
    display: block;
    margin: 0 0 4px;
    font-size: 3.8rem;
    color: #1a1a1a;
}

.lower-bottom.select3 .sectTtl .fontS {
    color: #fff;
}

.select3 .ulBox {
    display: flex;
    flex-wrap: wrap;
}

.select3 .liBox {
    position: relative;
    width: calc((100% - 40px) / 3);
    margin: 0 20px 0 0;
    padding: 30px 20px;
    background: #fff;
}

.select3 .liBox p {
    font-size: 1.8rem;
}

.select3 .liBox .ct {
    text-align: center;
    font-size: 1.8rem;
}

.select3 .liBox:nth-child(3n) {
    margin: 0;
}

.select3 .catch {
    margin: 0 0 2rem;
    letter-spacing: 0;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.3;
}

.select3 .catch small {
    font-size: 1.6rem;
}

.select3 .catch span {
    color: #e87518;
	font-size: 2.5rem;
}

.select3 .sttl {
    margin: 0 0 1.4rem;
    padding: 2rem 0 1.4rem;
    border-top: 4px solid #e87518;
    letter-spacing: 0;
    text-align: center;
    letter-spacing: -0.01em;
}
.lower-bottom.select3 .sttl{
    
font-size: 2.4rem;}
.addCont01.select3 .sttl {
    font-size: 2.4rem;
}

.select3 .ssttl {
    padding: 16px 0 10px;
    border-bottom: 2px solid #bababa;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

.select3 .flame {
    height: 132px;
}

.select3 .flame img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
}

#contents .select3 table {
    margin: 0;
    border-bottom: 1px solid #d3d2d2;
}

#contents .select3 th {
    width: 1.8em;
    padding: 12px 4px;
    background: none;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    word-break: break-all;
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem;
}

#contents .select3 th span {
    display: block;
}

#contents .select3 td {
    margin: 0;
    padding: 0;
    border: none;
}

#contents .select3 td.none {
    padding: 10px 15px;
}

#contents .select3 ul {
    margin: 0;
    padding: 8px 0;
    display: flex;
    flex-wrap: wrap;
}

#contents .select3 li {
    position: relative;
    width: calc(50% - 10px);
    margin: 5px 5px;
    padding: 6px 0 6px 34px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}

#contents .select3 li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
    border-radius: 4px 0 0 4px;
}

#contents .select3 li.sugi::before {
    background: url(./img/wood_sugi.jpg) 0 0 no-repeat;
    background-size: cover;
}

#contents .select3 li.hinoki::before {
    background: url(./img/wood_hinoki.jpg) 0 0 no-repeat;
    background-size: cover;
}

#contents .select3 li.hiba::before {
    background: url(./img/wood_hiba.jpg) 0 0 no-repeat;
    background-size: cover;
}

#contents .select3 li.yonematsu::before {
    background: url(./img/wood_yonematsu.jpg) 0 0 no-repeat;
    background-size: cover;
}

#contents .select3 li.akamatsu::before {
    background: url(./img/wood_akamatsu.jpg) 0 0 no-repeat;
    background-size: cover;
}

#contents .select3 li.kiri::before {
    background: url(./img/wood_kiri.jpg) 0 0 no-repeat;
    background-size: cover;
}

#contents .select3 li.tamo::before {
    background: url(./img/wood_tamo.jpg) 0 0 no-repeat;
    background-size: cover;
}

#contents .select3 li.pine::before {
    background: url(./img/wood_pine.jpg) 0 0 no-repeat;
    background-size: cover;
}

#contents .select3 li.sakura::before {
    background: url(./img/wood_sakura.jpg) 0 0 no-repeat;
    background-size: cover;
}

#contents .select3 li.oak::before {
    background: url(./img/wood_oak.jpg) 0 0 no-repeat;
    background-size: cover;
}

#contents .select3 li.bamboo::before {
    background: url(./img/wood_bamboo.jpg) 0 0 no-repeat;
    background-size: cover;
}

.select3 .btn-internal, .select3 .btn-web {
    width: 90%;
    margin: 20px auto 0;
}

.select3 .btn-internal a,.select3 .btn-web a {
    padding: 12px 30px;
    background-position: 95% 50%;
    font-size: 15px;
    font-size: 1.8rem;
}

.select3 .btn-internal a {
    background-color: #a5c97f;
    box-shadow: 0px 4px 0px 0px #7c965f;
    color: #fff;
}

.select3 .btn-internal a:hover {
    transform: translate3d(0, 3px, 0);
    box-shadow: 0px 0px 0px 0px #7c965f;
}

.select3 .noteCom {
    position: relative;
    margin: 3.5rem auto 0rem;
    background: none;
    background-size: 100% auto;
    color: #fff;
    font-size: 1.2rem;
}

.select3 .noteCom::after {
    left: auto;
    right: 10px;
}

#contents .accordion-item .box-wrap {
    margin: 0;
}

/* top banner */
.index-banner.banner {
    position: fixed;
    right: 0;
    bottom: 12rem;
    width: 280px;
    min-height: 160px;
    padding: 0;
    border-radius: 0;
    z-index: 10;
    transition: 0.3s;
    outline: 2px solid #fff;
    outline-offset: -8px;
    background: url(img/banner_bg.png)no-repeat;
    background-size: cover;
}

.index-banner.banner a {
    display: block;
    min-height: 160px;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index-banner.banner:hover {
    opacity: .7 !important;
}

.index-banner.banner::after {
    content: "PR";
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    font-size: 1.4rem;
    background: #fff;
    padding: 0.5rem 1.5rem;
    color: #ee9124;
    font-weight: bold;
    line-height: 1;
}

.index-banner .banner:before {
    content: unset;
}

.index-banner .banner-contents {
    display: block;
    position: relative;
}

.index-banner .banner-texts {
    position: relative;
    bottom: -2.5rem;
    z-index: -1;
}

.index-banner .banner-text2 {
    font-size: 1.4rem;
    color: #fff;
    margin: 1rem auto;
    text-align: center;
}

.index-banner .banner-text3 span {
    background: none;
}

.index-banner .banner-text3 {
    padding: 0rem 0;
    font-size: 2.2rem;
    color: #ee9124;
    margin: 0;
    text-align: center;
    background: #1a1a1a;
}

.index-banner .banner-bg {
    max-width: 100%;
    height: max-content;
    object-fit: cover;
    z-index: -1;
    top: -1rem;
    position: absolute;
    left: 0;
    margin: auto;
}

/* end_PC */
@media screen and (max-width: 480px) {
    body {
        line-height: 1.8;
        width: 100%;
        min-width: 100%;
        font-size: 1.3rem;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .pc {
        display: none;
    }

    .pc_br {
        display: none;
    }

    .sp {
        display: block;
    }

    img {
        max-width: 100%;
    }

    a {
        color: #444;
        text-decoration: underline;
    }

    a:hover {
        opacity: 1;
    }

    .sp {
        display: block;
    }

    .sp_br {
        display: block;
    }

    .wi1000 {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .baseBox {
        padding: 0 10px;
    }

    #category, #page {
        width: 100%;
        margin: 0 auto;
    }

    #category .baseBox, #page .baseBox {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }

    .headTopArea .rightTxt {
        text-align: left;
        padding: 0 6rem 0 0;
        font-size: 1.2rem;
        }

    .slider {
        position: relative;
        max-width: 100%;
    }

    .slider img {
        max-width: 100%;
        height: auto;
    }

    /*--------------------------------------
 header
 ---------------------------------------*/
    header {
        position: relative;
        padding: 0 0;
    }

    #headNoteArea {
        width: 100%;
        padding: 8px 0 16px;
        font-size: 1.2rem;
        box-sizing: border-box;
        display: table;
    }

    #headNoteArea h1.sitename, #headNoteArea .sitename a {
        margin: 0 auto;
        padding: 0;
        background-size: 50px auto;
        background-position: 0 50%;
        font-size: 2.0rem;
    }

    #headNoteArea .sitename a img {
        max-width: 80%;
    }

    #headNoteArea .sitename span, #headNoteArea .sitename a span {
        /*  background-size: auto 100% , auto 100%;
  margin-bottom: 0.2rem;*/
    }

    /*--------------------------------------
 ハンバーガーメニュー
 ---------------------------------------*/
    .out-frame {
        position: relative;
        width: 100%;
    }

    .out-frame.black:after {
        background: #FFF;
        opacity: 0.6;
        content: '';
        height: 10000px;
        right: 0;
        top: 0;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transform: all .5s ease;
    }

    .out-frame:after {
        background: #FFF;
        opacity: 0;
        content: '';
        right: 0;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transform: all .5s ease;
    }

    .header-frame {
        position: relative;
        width: 100%;
        height: 64px;
    }

    .menu-btn {
        background: url(./img/sp-btn-menu_on.png) 0 0 no-repeat;
        background-size: 60px;
        position: absolute;
        top: 0;
        right: 0;
        height: 45px;
        width: 45px;
        z-index: 10;
    }

    .navOpenOut {
        background: rgba(255,255,255,0.5);
        padding: 20px 12px 25px;
        box-sizing: border-box;
    }

    .navOpen {
        background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
        background-size: 45px;
        position: absolute;
        top: 0;
        right: 0;
        height: 45px;
        width: 45px;
        z-index: 10;
    }

    #sp_titArea .is-fixed {
        position: fixed;
        z-index: 2;
    }

    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .menu-btn img {
        opacity: 1;
    }

    .black .menu-btn img {
        opacity: 0;
    }

    .header-menu {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
        height: 100%;
        overflow-y: scroll;
    }

    .header-menu ul li a {
        display: block;
        padding: 15px 35px 15px 10px;
        background: #83cdc0 url("img/arrow_green_left.png") 97% 50% no-repeat;
        background-size: 16px auto;
        border-bottom: 1px solid #fff;
        text-decoration: none;
        line-height: 1.3;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .header-menu ul.accordion li ul li:first-child a {
        padding: 12px 35px 12px 10px;
    }

    .header-menu ul li.delete {
        background: #eb821b;
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .header-menu ul.accordion {
        /*border-top: 1px solid #FFF;*/
    }

    .header-menu ul.accordion ul {
        display: none;
    }

    .header-menu .tglMenu + ul {
        border-bottom: 1px solid #cfcfcf;
    }

    .header-menu ul.accordion .subCat ul.subList {
        display: block;
    }

    .header-menu ul.accordion .tglMenu {
        display: block;
        padding: 15px 35px 15px 10px;
        background: url(img/arrow01_or_down.png) 97% 49% no-repeat #f1eee7;
        background-size: 18px auto;
        border-bottom: 1px solid #444444;
        text-decoration: none;
        line-height: 1.3;
        font-size: 1.4rem;
        color: #1a1a1a;
    }

    .header-menu ul.accordion .open {
        background: url(img/arrow01_or_up.png) 97% 50% no-repeat #f3f1ea;
        ; background-size: 18px auto;
    }

    .header-menu ul.accordion ul li a {
        font-family: inherit;
        padding: 12px 30px 12px 20px;
        background: url(img/arrow01_orange.png) 97% 50% no-repeat #f3f1ea;
        background-size: 18px auto;
        color: #1a1a1a;
        border-bottom: 1px solid #cfcfcf;
    }

    .header-menu ul.accordion ul li.subCat a {
        padding: 12px 30px 12px 20px;
    }

    .header-menu ul.accordion .subCat ul.subList li a {
        border-bottom: 1px solid #cfcfcf;
        padding: 12px 30px 12px 30px;
    }

    .header-menu ul.accordion li ul li:last-child a {
        border-bottom: none;
    }

    /*--------------------------------------
 pankuzu
 ---------------------------------------*/
    #pankuzuWrap {
        overflow: auto;
        white-space: nowrap;
    }

    #pankuzu {
        box-sizing: border-box;
        width: 100%;
        padding: 6px 10px 8px;
        font-size: 11px;
        font-size: 1.1rem;
        color: #838383;
    }

    #pankuzu a {
        color: #838383;
    }

    /*--------------------------------------
 Footer
 ---------------------------------------*/
    footer {
        box-sizing: border-box;
        width: 100%;
        padding-top: 4.5rem;
        margin: 0px 0 0;
        background-color: #f1eee7;
    }

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

    footer .areaInner {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    footer .areaInner .footBox {
        margin: 0;
    }

    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        background: url(img/arrow01_orange.png) 97% 50% no-repeat;
        background-size: 18px auto;
        padding: 10px 40px 10px 4%;
    }

    footer .areaInner .footBox .sttl.tglMenu a {
        background: url(img/arrow01_or_down.png) 97% 50% no-repeat;
        background-size: 18px auto;
    }

    footer .areaInner .footBox .sttl.open a {
        background: url(img/arrow01_or_up.png) 97% 50% no-repeat;
        background-size: 18px auto;
    }

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

    footer .areaInner .footBox .accChild {
        display: none;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        columns: 1;
    }

    footer .areaInner .footBox .accChild li {
        float: none;
        padding: 0;
        margin: 0;
        background: none;
        display: block;
        line-height: 1.3;
    }

    footer .areaInner .footBox .accChild li.sp a {
        /*background-color: #FFF;*/
    }

    footer .areaInner .footBox .accChild li a {
        display: block;
        box-sizing: border-box;
        background: url(img/arrow01_orange.png) 97% 50% no-repeat;
        background-size: 18px auto;
        color: #444;
        border-bottom: 1px dotted #444;
        padding: 10px 40px 10px 4%;
        font-size: 13px;
        font-size: 1.3rem;
    }

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

    footer .areaInner .footBox .accChild li.subCat a {
        display: block;
        box-sizing: border-box;
        background: url(img/arrow01_orange.png) 97% 50% no-repeat;
        background-size: 18px auto;
        color: #444;
        border-bottom: 1px dotted #444;
        padding: 10px 40px 10px 8%;
    }

    footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
        border: none;
    }

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

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

    footer .areaInner .footBox .accChild .subList li:first-child:before {
        content: "";
    }

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

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

    footer .areaInner .footBox .accChild .subList li a {
        padding: 10px 40px 10px 14%;
        background: url("img/arrow_bk.svg") right 12px center no-repeat;
        background-size: 6px;
    }

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

    footer .areaInner .footBox .accChild li:last-child:after {
        content: "";
    }

    footer .areaInner .noticeArea {
        box-sizing: border-box;
        width: 90%;
        margin: 30px auto 30px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8em;
        color: #444;
    }

    footer .areaInner .noticeArea p {
        background: #FFF;
        padding: 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    footer .areaInner .noticeArea .botPrg {
        text-align: center;
        background: transparent;
        padding: 0;
        font-size: 10px;
        font-size: 1.0rem;
        margin: 10px 0 0;
    }

    footer .botArea {
        background: #eb821b;
        padding: 0;
    }

    footer .botArea .botInner {
        width: 100%;
    }

    footer p.copy {
        margin: 0;
        padding: 14px 15px 12px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: center;
        color: #1a1a1a;
    }

    footer a {
        text-decoration: none;
    }

    footer .botArea .botInner .smap {
        display: none;
    }

    footer .areaInner .footBox .accChild .sp {
        display: block;
    }

    /*--------------------------------------
  PageTop
 ---------------------------------------*/
    #page-top {
        position: fixed;
        bottom: 12%;
        right: 3%;
        z-index: 2;
        width: 40px;
    }

    #page-top:hover {
        opacity: 1;
    }

    /*--------------------------------------
 メインコンテンツ
 ---------------------------------------*/
    /* 見出し
 ---------------------------------------*/
    #index .ttlArea, #category .ttlArea, #page .ttlArea {
        margin: 0 auto 20px;
        padding: 10px 0 0;
    }

    #index .ttlArea:before, #category .ttlArea:before, #page .ttlArea:before, #index .ttlArea:after, #category .ttlArea:after, #page .ttlArea:after {
        width: 50px;
        height: 38px;
    }

    #index .ttlArea h2, #category .ttlArea h1, #page .ttlArea h1 {
        font-size: 2.4rem;
        padding: 2rem 2rem 2rem 5.5rem;
    }

    #index h3, #category h2, #page h2 {
        margin: 30px 0 20px;
        padding: 14px 2rem 14px;
        font-size: 2rem;
        background-position: 14px center;
        background-size: 34px auto;
    }

    #index h4, #category h3, #page h3 {
        margin: 30px 0 20px;
        font-size: 2.2rem;
        padding: 14px 2rem 14px 6rem;
    }

    #index h5, #category h6, #category h4, #category h5, #category h6, #page h4, #page h5, #page h6 {
        margin: 30px 0 20px;
        font-size: 1.6rem;
        padding: 0 10px 10px 10px;
    }

    h2 a, h3 a, h4 a, h5 a, h6 a {
        background-size: 6px auto;
    }

    #contents .rank_wrap {
        margin: 20px 0;
        counter-reset: div;
        list-style: none;
    }

    #contents .rank {
        position: relative;
        border-bottom: solid 3px #e4e4e4;
        margin: 20px 0 20px 0;
        padding: 16px 10px 20px 65px;
        line-height: 1.3;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
    }

    #contents .rank:before {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        left: 0;
        top: 45%;
        border: 2px solid #444;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        padding: 13px 0 0;
        line-height: 1.1;
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        color: #444;
        font-weight: bold;
        box-sizing: border-box;
        background: url(img/rank_dashed.png) no-repeat bottom 11px center;
        -webkit-transform: translate(0%, -50%);
        transform: translate(-0%, -50%);
    }

    #contents .noCount .recommend {
        display: block;
        position: relative;
        margin: 20px 0 20px 0;
        padding: 16px 10px 20px 65px;
        border-bottom: solid 3px #e4e4e4;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .noCount .recommend:before {
        content: "おすすめ";
        position: absolute;
        display: block;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        border: 2px solid #de6974;
        border-radius: 50%;
        padding: 16px 0 0 0;
        top: 45%;
        left: 0;
        margin: 0;
        font-size: 10px;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        color: #de6974;
        background: url(img/recommend_dashed.png) no-repeat bottom 14px center;
        -webkit-transform: translate(0%, -50%);
        transform: translate(-0%, -50%);
    }

    #contents .noCount .check {
        margin: 20px 0;
        padding: 16px 2rem 24px 7rem;
        font-size: 1.8rem;
    }

    #contents .noCount .point {
        margin: 20px 0;
        padding: 16px 2rem 24px 7rem;
        font-size: 1.8rem;
    }

    #contents .rank_wrap2 {
        counter-reset: div;
    }

    #contents .rank_wrap2 .recommend {
        display: block;
        position: relative;
        margin: 20px 0 20px 0;
        padding: 16px 10px 20px 65px;
        border-bottom: solid 3px #e4e4e4;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .rank_wrap2 .recommend:before {
        content: "おすすめ";
        position: absolute;
        display: block;
        border: 2px solid #de6974;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        padding: 11px 0 0 0;
        top: 45%;
        left: 0;
        margin: 0;
        color: #de6974;
        font-size: 10px;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        -webkit-transform: translate(0%, -50%);
        transform: translate(-0%, -50%);
    }

    #contents .rank_wrap2 .recommend:after {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        left: 0;
        top: 45%;
        width: 50px;
        height: 16px;
        padding: 1px 0 0;
        line-height: 1.1;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        color: #de6974;
        font-weight: bold;
    }

    #contents .rank_wrap3 {
        counter-reset: div;
    }

    #contents .rank_wrap3 .check {
        display: block;
        position: relative;
        margin: 20px 0 20px 0;
        padding: 16px 10px 20px 65px;
        border-bottom: solid 3px #e4e4e4;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .rank_wrap3 .check:before {
        content: "CHECK";
        position: absolute;
        display: block;
        border: 2px solid #38b9b5;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        padding: 11px 0 0 0;
        top: 45%;
        left: 0;
        margin: 0;
        color: #38b9b5;
        font-size: 10px;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        -webkit-transform: translate(0%, -50%);
        transform: translate(-0%, -50%);
    }

    #contents .rank_wrap3 .check:after {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        left: 0;
        top: 45%;
        width: 50px;
        height: 16px;
        padding: 1px 0 0;
        line-height: 1.1;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        color: #38b9b5;
        font-weight: bold;
    }

    #contents .rank_wrap4 {
        counter-reset: div;
    }

    #contents .rank_wrap4 .point {
        display: block;
        position: relative;
        margin: 20px 0 20px 0;
        padding: 16px 10px 20px 65px;
        border-bottom: solid 3px #e4e4e4;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .rank_wrap4 .point:before {
        content: "POINT";
        position: absolute;
        display: block;
        border: 2px solid #77b8e0;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        padding: 11px 0 0 0;
        top: 45%;
        left: 0;
        margin: 0;
        color: #77b8e0;
        font-size: 10px;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        -webkit-transform: translate(0%, -50%);
        transform: translate(-0%, -50%);
    }

    #contents .rank_wrap4 .point:after {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        left: 0;
        top: 45%;
        width: 50px;
        height: 16px;
        padding: 1px 0 0;
        line-height: 1.1;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        color: #77b8e0;
        font-weight: bold;
    }

    /* list
 ---------------------------------------*/
    #contents ul {
        margin: 20px 0 20px;
        padding: 10px 10px 0;
    }

    #contents ul li {
        padding: 0 0 4px 2rem;
        background-size: 16px auto;
        background-position: 0 6px;
        font-size: 1.3rem;
    }

    #contents ol {
        margin: 20px 0 20px;
        padding: 10px 10px 0;
    }

    #contents ol li {
        padding: 0 0 4px 22px;
        list-style: none;
        position: relative;
        counter-increment: number;
        font-size: 13px;
        font-size: 1.3rem;
    }

    #contents ol li::before {
        display: block;
        background-color: #83cdc0;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 2px;
        left: 0;
        color: #fff;
        text-align: center;
        letter-spacing: -0.5px;
        line-height: 1.4;
        font-size: 13px;
        font-size: 1.3rem;
    }

    #contents ol li:nth-child(-n + 9):before {
        content: counter(number);
    }

    #contents ol li:nth-child(n + 10):before {
        content: counter(number);
    }

    /*　table
 ---------------------------------------*/
    #contents table {
        width: 100%;
        table-layout: fixed;
        margin: 30px auto 30px;
    }

    #contents table {
        border-collapse: collapse;
        width: 100%;
        border: none;
    }

    #contents table tr {
        display: block;
        margin: 0 0;
    }

    #contents table tr:last-child {
        margin: 0;
    }

    #contents table th {
        text-align: center;
        font-size: 1.5rem;
    }

    #contents table td {
        border-top: none;
        font-size: 1.3rem;
    }

    #contents table th, #contents table td {
        padding: 10px 2rem;
        display: block;
        width: 100%;
    }

    #contents table td:first-of-type {
        border-left: 1px solid #ddd;
    }

    /*　float img
 ---------------------------------------*/
    #contents .float-wrap {
        margin: 20px 0;
        padding: 0;
    }

    #contents .float-wrap .float-img {
        margin: 0 0 12px 0;
        padding: 0;
        width: 100%;
    }

    #contents .float-wrap .fr {
        width: 100%;
        padding: 0;
        text-align: left;
    }

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

    #contents .caption {
        margin: 8px 0 0;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 1.3;
        word-break: break-all;
        color: #999;
        text-align: center;
    }

    #contents #category .float-wrap .fl, #contents #page .float-wrap .fl {
        width: 100%;
    }

    #contents #category .float-wrap .fr, #contents #page .float-wrap .fr {
        width: 100%;
    }

    #contents #category .float-wrap .center, #contents #page .float-wrap .center {
        width: 100%;
    }

    #contents .floatBox01 .float-wrap {
        margin: 20px 0;
        padding: 0;
    }

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

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

    #contents .floatBox01 .float-wrap .fl.t_small, #contents #category .floatBox01 .float-wrap .fl.t_small, #contents #page .floatBox01 .float-wrap .fl.t_small {
        width: 40%;
        padding: 0 20px 0 0;
        text-align: center;
        float: left;
    }

    #contents .floatBox01 .float-wrap .fr.t_small, #contents #category .floatBox01 .float-wrap .fr.t_small, #contents #page .floatBox01 .float-wrap .fr.t_small {
        width: 40%;
        padding: 0 0 0 20px;
        margin: 0;
        text-align: center;
        float: right;
    }

    #contents .floatBox01 .float-wrap .ct {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20px;
        text-align: center;
    }

    /*　btn
 ---------------------------------------*/
    .btn-internal a, .btn-web a, .btn-tel a, .btn-link a, .btn-acc a {
        box-sizing: border-box;
    }

    .btn-internal, .btn-web, .btn-link, .btn-tel, .btn-acc {
        width: 90%;
        margin: 20px auto;
    }

    .btn-internal a, .btn-web a, .btn-tel a, .btn-link a, .btn-acc a {
        font-size: 1.6rem;
        line-height: 1.3;
        padding: 14px 30px;
    }

    .btn-tel a {
        background: url(./img/ico_tel.svg) 15px 50% no-repeat #001a64;
        background-size: 20px auto;
    padding: 14px 40px;}

    .btn-internal a:hover, .btn-web a:hover, .btn-acc a:hover {
        opacity: 1;
    }

    .btn-acc a {
        padding: 14px 40px;
        background: url(./img/plus.png) 97% 50% no-repeat #a5c97f;
        background-size: 16px auto;
    }

    .btn-acc.minus a {
        padding: 14px 40px;
        background: url(./img/minus.png) 97% 50% no-repeat #a5c97f;
        background-size: 16px auto;
    }

    .btn-link a {
        font-weight: bold;
        background: url(./img/arrow01_black.png) 97% 50% no-repeat #fff;
        background-size: 18px auto;
        text-align: center;
        display: block;
        border: solid 2px #1a1a1a;
        text-decoration: none;
        color: #1a1a1a;
    }

    .btn-link.btn-link3 a {
        padding: 14px 20px;
        max-width: 390px;
        text-align: right;
        border: none;
        text-decoration: underline;
    }

    /*　box-wrap
 ---------------------------------------*/
    #contents .box-wrap {
        margin: 0;
    }

    #contents .box-wrap .box, #contents .box-wrap .box:nth-child(2n) {
        position: relative;
        margin: 20px 0 0;
        width: 100%;
        float: none;
    }

    #contents .accordion-item .box-wrap .box:first-child {
        margin: 0;
    }

    #contents .box-wrap .box .box-head .sttl {
        font-size: 1.8rem;
    }

    #contents .box-wrap .box .btn-link {
        margin: 1rem auto 0;
    }

    /*　frame-wrap
 ---------------------------------------*/
    #contents .frame-wrap {
        margin: 0;
    }

    #contents .frame-wrap .frame, #contents .frame-wrap .frame:nth-child(2n) {
        margin: 20px 0 0;
        width: 100%;
        float: none;
    }

    #contents .frame .frame-head .frame-ttl {
        font-size: 1.8rem;
    }

    /*--------------------------------------
 #page.sitemap
 ---------------------------------------*/
    #contents .sitemap {
        padding: 0 10px;
        box-sizing: border-box;
    }

    #contents .sitemap h1 {
        width: 100%;
    }

    .sitemap h2 a {
        color: #444;
    }

    /*--------------------------------------
lower-bottom
---------------------------------------*/
    .lower-bottom {
        background: url(img/lower-bottom_bg.png)no-repeat #424242;
        background-size: contain;
    }

    .lower-bottom .areaInner {
        width: 92%;
    }

    .select3 .sectTtlArea p {
        color: #fff;
    }

    .select3 .sectTtlArea {
        margin: 30px 0 30px;
        padding: 100px 0 0;
        background: url(./img/icon_tree.png) 50% 15% no-repeat;
        background-size: 44px 45px;
    }

    .select3 .sectTtl {
        font-size: 2.2rem;
    }

    .select3 .sectTtl .fontS {
        margin: 0 0 6px;
        font-size: 1.6rem;
    }

    .lower-bottom.select3 .sectTtlArea {
        background: url(./img/icon_tree.png) 50% 15% no-repeat;
    }

    .select3 .ulBox {
        display: block;
    }

    .select3 .liBox {
        width: 100%;
        margin: 0 0 30px;
    }

    .select3 .liBox::before {
        top: -20px;
        left: 0;
        width: 40px;
        height: 100px;
        background: url(./img/icon_birdtree.png) 0 0 no-repeat;
        background-size: 40px auto;
    }

    .select3 .flame {
        height: auto;
    }

    .select3 .flame img {
        width: 100%;
        height: auto;
    }
    .lower-bottom.select3 .sttl{
        
    font-size: 2.2rem;}

    #contents .select3 th, #contents .select3 td {
        display: table-cell;
    }

    #contents .select3 td {
        border-left: none;
    }

    #contents .select3 table td:first-of-type {
        border-left: none;
    }

    #contents .select3 ul {
        padding: 10px 0;
    }

    #contents .select3 li {
        margin: 5px 5px;
    }

    .select3 .noteCom {
        width: auto;
        margin: 30px 0 0;
    }

    /* banner */
    .index-banner.banner {
        left: 0;
        bottom: 0rem;
        min-height: 70px;
        width: 100%;
        height: auto;
        background: url(img/banner_bg.png)center no-repeat;
        background-size: cover;
    outline: 2px solid #fff;
    outline-offset: -6px;}

    .index-banner.banner a {
        min-height: 70px;
    }

    .index-banner .banner-texts {
        bottom: -1.6rem;
    top: 50%;
    transform: translateY(-50%);
    }

    .index-banner .banner-text2 {
        margin: 0rem auto;
        font-size: 1.2rem;
    }

    .index-banner .banner-text3 {
        font-size: 1.8rem;
    }

    .index-banner.banner::after {
        font-size: 1.2rem;
        padding: 0.25rem 0.75rem;
    }
}

/* end_all */
