@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;
}


/*--------------------------------------------------------------------------
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%;
    overflow: auto;
}


/*--------------------------------------
　Base
---------------------------------------*/

body {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    min-width: 1000px;
    overflow-x: hidden;
    word-break: break-word;
}

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

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

body * {
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: 700;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}


/*--------------------------------------
header
---------------------------------------*/

header {
    position: relative;
}

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

#headNoteArea .areaInner {
    width: 1000px;
    margin: 0 auto;
}

#headNoteArea .sitename,
#headNoteArea .sitename a {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
    font-weight: normal !important;
    margin: 5px auto;
    line-height: 1.2;
}

#headNoteArea .sitename::before {
    display: inline-block;
    width: 2.8rem;
    height: 1.8rem;
    margin: 0 0.5rem 0 0;
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    content: "PR";
}

#headNoteArea .sitename a {
    background: none;
    padding: 0;
}

#headNoteArea img {
    display: block;
    width: 19rem;
    margin: 1rem auto 2rem auto;
}

#headNoteArea a:hover img {
    opacity: 0.7;
}


/*--------------------------------------
g-nav
---------------------------------------*/

#g-nav {
    width: 100%;
    position: relative;
    margin: 0 0 5rem;
}

#g-nav ul:not([class]) {
    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:not([class]) li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 20%;
    position: relative;
    background-size: 104px, auto;
}

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

#g-nav ul:not([class]) li:last-child::before {
    content: "";
    width: 1px;
    height: 20px;
    display: inline-block;
    border-right: 1px dashed #5f3700;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}

#g-nav li a {
    color: #333;
    display: block;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 20px;
    box-sizing: border-box;
    line-height: 1.8rem;
}


/*--------------------------------------
　Pankuzu
---------------------------------------*/

#pankuzu {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 14px auto 40px;
    padding: 0 0 0 10px;
    width: 1000px;
    background: #f3f3f3;
    position: relative;
    z-index: 2;
}

#pankuzu::before {
    width: 200vw;
    height: 25px;
    background-color: #f3f3f3;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100vw;
    content: "";
    z-index: -1;
    display: block;
}

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


/*--------------------------------------
　Main Contents
---------------------------------------*/

.contents {
    margin: 0 auto;
    padding: 0;
}

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

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

#category .baseBox,
#page .baseBox {
    float: left;
    width: 76rem;
    padding: 0 0 10rem 0;
}


/*--------------------------------------
　PageTop
---------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    width: 15rem;
}

#page-top img {
    animation: FloatVertical 5.0s ease-in-out infinite alternate;
}

@keyframes FloatVertical {
    0% {
        transform: translate3d(0, 1.5vw, 0);
    }
    50% {
        transform: translate3d(0, -1.5vw, 0);
    }
    100% {
        transform: translate3d(0, 1.5vw, 0);
    }
}


/*--------------------------------------
　Side
---------------------------------------*/

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

#side .sideBox {
    box-sizing: border-box;
    margin: 0 0 25px;
    overflow: hidden;
}

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

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

#side .sideBox .sttl a {
    display: block;
    height: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    padding: 18px 40px 18px 18px;
    position: relative;
    z-index: 2;
    background: #f7f4ef url(img/arrow02_green.svg) no-repeat right 12px center;
    background-size: 20px auto;
    border-radius: 10px;
}

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

#side .sideBox ul:not([class]) {
    padding: 0 !important;
    margin: 0;
    background: #fff;
}

#side .sideBox li {
    border-top: dashed 1px #d4d4d4;
    background: none;
    padding: 0;
}

#side .sideBox li:first-child {
    border-top: none;
}

#side .sideBox li ul.subList li {
    border-top: dashed 1px #d4d4d4;
}

#side .sideBox li a {
    display: block;
    padding: 20px 25px 18px 10px;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    background: url(img/arrow_black.png) right 10px center no-repeat;
    background-size: 12px auto;
}

#side .sideBox .subList {
    margin: 0;
}

#side .sideBox .subList li {
    background: none;
    margin: 0;
}

#side .sideBox .subList li:last-child {
    background: none;
}

#side .sideBox .subList li a {
    background: url(img/arrow_side_sub.png) no-repeat left 15px top 10px, url(img/arrow_black.png) right 10px center no-repeat;
    background-size: auto, 12px auto;
    display: block;
    padding: 13px 25px 13px 32px;
}

#side .sideBox ul:not([class]) li span:hover {
    opacity: 1;
    border-bottom: solid 2px #f6e847;
}

#side .sideBox ul:not([class]) li a:hover {
    opacity: 1;
}


/*--------------------------------------
Footer
---------------------------------------*/

footer {
    margin: 0;
    padding: 0;
    background: #279761;
}

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

footer a {
    text-decoration: none;
}

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

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

footer .areaInner .footBox .sttl {
    border-bottom: 1px dashed #fff;
    padding: 0 0 2px 0;
    margin: 0 0 14px 0;
}

footer .areaInner .footBox .sttl a {
    background: url("img/arrow_white.png") 6px 50% no-repeat;
    background-size: 10px auto;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    padding: 3px 0 3px 30px;
}

footer .footBox ul:not([class]) {
    padding: 0 20px;
}

footer .areaInner .footBox .accChild {
    padding: 0;
    box-sizing: border-box;
}

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

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

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: #fff;
}

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

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

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

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

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;
    color: #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;
    border: none;
}

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

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

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

footer .botArea .botInner .smap a {
    min-height: 2rem;
    background: url(img/arrow02_green.svg) no-repeat right center;
    background-size: 20px auto;
    font-size: 1.3rem;
    padding: 0.2rem 3rem 0.2rem 0;
    color: #fff;
}

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

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

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

footer .botArea a {
    color: #fff;
}


/* ================== */


/*メインコンテンツ　*/


/* ================== */

.main p:not([class]) {
    margin: 1em 0;
}

.main p:not([class])>a:not([class]),
.main li:not([class])>a:not([class]),
.main td:not([class])>a:not([class]) {
    text-decoration: underline;
}

.main p:not([class])>a:not([class]):hover,
.main li:not([class])>a:not([class]):hover,
.main td:not([class])>a:not([class]):hover {
    text-decoration: none;
}

p:not([class])>span:not([class]),
li:not([class])>span:not([class]),
td:not([class])>span:not([class]) {
    background: linear-gradient(transparent 68%, #ffe57a 68%);
    font-weight: 700;
}

.caption {
    margin: 0.8rem 0 0 0;
    color: #b4b4b4;
    font-size: 1rem;
    line-height: 1.4;
    word-break: break-all;
}

.caption a {
    color: #b4b4b4;
    text-decoration: underline;
}

.caption a:hover {
    text-decoration: none;
}

.caption::-webkit-scrollbar {
    height: 5px;
}

.caption::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.caption::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #ddd;
}

.auto {
    margin: 0 auto;
}


/*--------------------------------------
heading
---------------------------------------*/

.main-low h1:not([class]) {
    position: relative;
    margin: 0 0 4rem 0;
    padding: 2.5rem 0 0 0;
    color: #279761;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.main-low h1:not([class])::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    color: #f59d4c;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 1.1;
    content: "TOPIC";
}

.main-index h3:not([class]),
.main-low h2:not([class]) {
    position: relative;
    margin: 10rem 0 3rem 0;
    padding: 1.5rem 2rem 1.5rem 3rem;
    background: #f7f4ef;
    border-radius: 1rem;
    color: #279761;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
}

.main-index h4:not([class]),
.main-low h3:not([class]) {
    position: relative;
    min-height: 5.2rem;
    margin: 3rem 0 2rem 0;
    padding: 1.2rem 2rem 1.2rem 3rem;
    background: url(img/title_bg_04.png) no-repeat left center;
    background-size: 50px auto;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.4;
}

.main-index h4:not([class]) {
    margin: 8rem 0 3rem 0;
    font-size: 2.6rem;
}

.main-low h4:not([class]),
.main-low h5:not([class]),
.main-low h6:not([class]) {
    position: relative;
    margin: 3rem 0 2rem 0;
    padding: 0 2rem 0.8rem 1rem;
    border-bottom: 1px dashed #333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

.main-index h4:not([class]) a,
.main-low h2:not([class]) a,
.main-low h3:not([class]) a,
.main-low h4:not([class]) a,
.main-low h5:not([class]) a,
.main-low h6:not([class]) a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 10px auto;
    color: inherit;
    text-decoration: none;
}


/*--------------------------------------
title
---------------------------------------*/

.ico-title {
    position: relative;
    margin: 4rem 0 2rem 0;
    padding: 2rem 2rem 2rem 10rem;
    border-radius: 0.8rem;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
}

.ico-title::before {
    position: absolute;
    left: 2rem;
    top: -0.6rem;
    width: 6rem;
    height: 5.6rem;
    content: "";
}

.ico-title.check {
    background: #279761;
}

.ico-title.check::before {
    background: url(img/title_bg_01.png) no-repeat left top;
    background-size: contain;
}

.ico-title.point {
    background: #266c99;
}

.ico-title.point::before {
    background: url(img/title_bg_02.png) no-repeat left top;
    background-size: contain;
}

.ico-title.recommend {
    background: #f9ebb4;
    color: #333;
}

.ico-title.recommend::before {
    background: url(img/title_bg_03.png) no-repeat left top;
    background-size: contain;
}

.ico-title a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_white.png) no-repeat right center;
    background-size: 10px auto;
    color: inherit;
    text-decoration: none;
}

.ico-title.recommend a {
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 10px auto;
    color: #333;
}


/*--------------------------------------
lists
---------------------------------------*/

.main ul:not([class]) {
    margin: 4rem 0;
    padding: 0;
    font-size: 1.4rem;
}

.main ul:not([class]) li {
    position: relative;
    margin: 0 0 0.6rem 0;
    padding: 0 0 0 1.8rem;
}

.main ul:not([class]) li:last-child {
    margin: 0;
}

.main ul:not([class]) li::before {
    position: absolute;
    left: 0;
    top: 1rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #279761;
    border-radius: 50%;
    content: "";
}

.main ol {
    margin: 4rem 0;
    padding: 0;
    font-size: 1.4rem;
    counter-reset: number 0;
}

.main ol li {
    position: relative;
    margin: 0 0 0.6rem 0;
    padding: 0 0 0 3rem;
    counter-increment: number;
}

.main ol li::before {
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 2rem;
    height: 2rem;
    background: #279761;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.9rem;
    text-align: center;
}

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

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


/*--------------------------------------
table
---------------------------------------*/

table th,
table td {
    word-break: break-all;
}

table {
    width: 100%;
    margin: 3rem auto;
    border-collapse: collapse;
}

table th {
    padding: 1.5rem;
    background: #f7f4ef;
    border: 1px solid #ccc;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
}

table td {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 1.3rem;
    line-height: 1.6;
}


/*--------------------------------------
float-wrap
---------------------------------------*/

.float-wrap {
    margin: 6rem auto;
}

.float-wrap .fl {
    width: 28rem;
    margin: 0 3rem 1rem 0;
    text-align: center;
}

.float-wrap .fr {
    width: 28rem;
    margin: 0 0 1rem 3rem;
    text-align: center;
}

.float-wrap .center {
    width: 28rem;
    margin: 0 auto 2rem auto;
    text-align: center;
}

.float-wrap p:not([class]) {
    margin: 0;
}


/*--------------------------------------
btns
---------------------------------------*/

.btn-tel {
    display: none;
}

.btn-internal,
p.btn-internal {
    max-width: 40rem;
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}

.btn-internal a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 5rem;
    background: #7cb947 url(img/arrow01_green.svg) no-repeat right 2rem center;
    background-size: 28px auto;
    border-radius: 6rem;
    box-shadow: 5px 5px 0 0 #0a9f58;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-internal.down a {
    background: #6ca13d url(img/arrow01_green_down.svg) no-repeat right 2rem center;
    background-size: 28px auto;
    box-shadow: 5px 5px 0 0 #09693b;
}

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

.btn-web,
p.btn-web {
    max-width: 40rem;
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}

.btn-web a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 4.6rem;
    background: #ed9137 url(img/ico_web.svg) no-repeat 2.4rem center;
    background-size: 22px auto;
    border-radius: 6rem;
    box-shadow: 5px 5px 0 0 #be5800;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-web a:hover {
    opacity: 0.7;
}

.btn-link {
    margin: 4rem 0;
    padding: 0;
    text-align: right;
}

.btn-link a {
    display: inline-block;
    position: relative;
    min-height: 2rem;
    padding: 0.1rem 3rem 0.3rem 0;
    background: url(img/arrow02_green.svg) no-repeat right center;
    background-size: 20px auto;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.4;
    text-decoration: underline;
}

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


/*--------------------------------------
frame-wrap
---------------------------------------*/

.frame-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.frame-wrap::after {
    display: block;
    width: calc((100% - 7rem) / 3);
    content: "";
}

.frame-wrap .frame {
    position: relative;
    width: calc((100% - 7rem) / 3);
    margin: 0 0 3rem 0;
    padding: 2.5rem 2rem 2rem 2rem;
    background: #f7f4ef;
    border-radius: 1.5rem;
}

.frame-wrap .frame-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2rem 0;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px dashed #279761;
}

.frame-wrap .frame-head .ttl {
    width: 100%;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.frame-wrap .frame-head .ttl a {
    display: block;
    min-height: 3rem;
    padding: 0 3rem 0 0;
    background: url(img/arrow02_green.svg) no-repeat right center;
    background-size: 28px auto;
    color: inherit;
    text-decoration: none;
}

.frame-wrap .frame-body p:not([class]) {
    margin: 0;
    font-size: 1.4rem;
}

.frame-wrap .frame-body ul:not([class]) {
    margin: 2rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 1.5rem;
}

.frame-wrap .frame-body ul:not([class]) li {
    line-height: 1.6;
}

.frame-wrap .frame-body ul:not([class]) li::before {
    top: 0.7rem;
    width: 1rem;
    height: 1rem;
    background: #ed9137;
}

.frame-wrap .frame-body ul:not([class]) li span {
    background: none;
}

.frame-wrap .frame-body .txt-2 {
    margin: 2rem 0 0 0;
}

.frame-wrap .frame-body .ttl {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.8rem;
    font-weight: 700;
    line-height: 1.4;
}

.frame-wrap .frame-body .ttl::before {
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 1rem;
    height: 1rem;
    background: #ed9137;
    border-radius: 50%;
    content: "";
}


/*--------------------------------------
accordion
---------------------------------------*/

.accordion-item {
    display: none;
}

.accordion-btn {
    display: block;
    position: relative;
    max-width: 47rem;
    height: auto;
    margin: 0 auto 3rem auto;
    padding: 1.5rem 0;
    background: #fff;
    border: 3px solid #279761;
    border-radius: 6rem;
    box-shadow: 5px 5px 0 0 #c8c8c8;
    color: #279761;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.accordion-btn::before {
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background: url(img/acc_bg_01.png) no-repeat left top;
    background-size: contain;
    content: "";
}

.accordion-btn::after {
    display: block;
    padding: 0 5rem;
    text-align: center;
    content: "もっと見る";
}

.accordion-btn.is-open::before {
    background: url(img/acc_bg_02.png) no-repeat left top;
    background-size: contain;
}

.accordion-btn.is-open::after {
    display: block;
    padding: 0 5rem;
    text-align: center;
    content: "閉じる";
}

.accordion-btn:hover {
    opacity: 0.7;
}


/*--------------------------------------
toc
---------------------------------------*/

.toc_parts {
    margin: 0 auto 5rem auto;
    padding: 3rem 4rem 2rem 4rem;
    background: #f7f4ef;
}

.main-index .toc_parts {
    position: relative;
}

.toc_parts .ttl {
    padding: 0 0 0.2rem 1rem;
    border-left: 4px solid #279761;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

#toc {
    margin: 1.5rem 0 0 0;
    padding: 0 2rem;
    border-top: 1px solid #58585e;
}

#toc .chapter {
    margin: 0 0 2rem 0;
    counter-reset: count;
}

#toc .chapter .chapter-h {
    position: relative;
    margin: 2rem 0 0 0;
    padding: 0 0 0 3.5rem;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
    counter-increment: count;
}

#toc .chapter .chapter-h:last-child {
    margin-bottom: 0;
}

#toc ul.chapter .chapter-h::before {
    position: absolute;
    left: 0;
    top: 1.3rem;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    color: #279761;
    font-size: 2rem;
    font-weight: 700;
    content: counter(count, decimal-leading-zero);
}

#toc .chapter .chapter-h a {
    font-weight: 700;
    text-decoration: none;
}

#toc .chapter .chapter-h a:hover {
    opacity: 0.7;
}

#toc li.chapter-h.chapter-h-three {
    margin: 1rem 0 1rem 4rem;
    padding: 0 0 0 1.5rem;
    color: #333;
    font-size: 1.4rem;
    counter-increment: none;
}

#toc li.chapter-h.chapter-h-three::before {
    position: absolute;
    left: 0;
    top: 0.7rem;
    transform: rotate(180deg);
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: "";
}

#toc li.chapter-h.chapter-h-three a {
    font-weight: normal;
}

#toc li.chapter-h.chapter-h-three span {
    font-weight: 400;
}

#toc .chapter br {
    display: none;
}

.block-toc .accordion-btn {
    max-width: 30rem;
    margin: 0 auto 4rem auto;
    background: #a4c016;
    border: none;
    box-shadow: none;
    color: #fff;
}

.block-toc .accordion-btn::after {
    content: "目次";
}

.block-toc .accordion-btn.is-open::after {
    content: "閉じる";
}

.block-toc .accordion-btn::before {
    background: url(img/acc_bg_03.png) no-repeat left top;
    background-size: contain;
}

.block-toc .accordion-btn.is-open::before {
    background: url(img/acc_bg_04.png) no-repeat left top;
    background-size: contain;
}


/*--------------------------------------
addCont
---------------------------------------*/

.addInner {
    position: relative;
    width: 100rem;
    margin: 0 auto;
}

.addCont-title {
    position: relative;
    margin: 0 0 4rem 0;
    color: #279761;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    text-align: center;
}

.addCont-title span {
    font-size: 2.6rem;
}

.addCont-title a {
    display: inline-block;
    padding: 0 6rem;
    background: url(img/arrow02_green.svg) no-repeat right center;
    background-size: 28px auto;
    color: inherit;
    text-decoration: none;
}

.en {
    margin: 0 0 1.5rem 0;
    color: #f59d4c;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    text-align: center;
}

p.lead {
    width: 100%;
    margin: 0 auto 4rem auto;
}

p.lead span {
    background: rgb(9,105,59,0.5);
    font-weight: 700;
        color: #f5d344;
}


/*--------------------------------------
addCont01
---------------------------------------*/

.addCont01 {
    position: relative;
    margin: 10rem 0 0 0;
    padding: 10rem 0;
}

.addCont01::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: rgb(187, 214, 150);
    content: "";
    pointer-events: none;
    z-index: -1;
    background: url(img/addCont01_bg.jpg) no-repeat;
    background-size: cover;
}

.addCont01::after {
    position: absolute;
    left: calc(50% - 35rem);
    top: 6rem;
    transform: translateX(-50%);
    width: 14.3rem;
    height: 10.3rem;
    background: url(img/add01_bg_02.png) no-repeat left top;
    background-size: contain;
    content: "";
    animation: FloatVertical 4.0s ease-in-out infinite alternate
}

.addCont01.lower {
    margin: 5rem 0 0 0;
}

.addCont01 .addCont-title {
    color: #ffffff;
}

.addCont01 p.lead {
    margin: 0 auto 8rem auto;
    color: #ffffff;
}

.addCont01 p.note {
    margin: 3rem 0 0 0;
    font-size: 1.2rem;
    line-height: 1.6;
}

.addCont01 .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.addCont01 .block::after {
    display: block;
    width: calc((100% - 4rem) / 3);
    content: "";
}

.addCont01 .block .box {
    width: calc((100% - 4rem) / 3);
    padding: 8rem 2rem 4rem 2rem;
    background: #fff;
    border-radius: 1.8rem;
}

.addCont01 .block .box-head {
    margin: 0 0 2rem 0;
}

.addCont01 .block .box-head .label {
    position: relative;
    margin: -11rem auto 1.5rem auto;
    text-align: center;
}

.addCont01 .block .box-head .label img {
    width: auto;
    height: 6.9rem;
}

.addCont01 .block .box-head .catch {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #279761;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addCont01 .block .box-body .name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2rem 0;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.addCont01 .block .box-body .name span span {
    font-size: 2rem;
}

.addCont01 .block .box-body .fig,
.addCont01 .block .box-body .fig+.caption {
    text-align: center;
}

.addCont01 .block .box-body .txt {
    position: relative;
    margin: 5.5rem 0 0 0;
    padding: 4rem 1.8rem 2.4rem 1.8rem;
    background: #f7f4ef;
}

.addCont01 ul:not([class]) {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}

.addCont01 ul:not([class]) li {
    position: relative;
    margin: 0 0 0.6rem 0;
    padding: 0 0 0 2rem;
}

.addCont01 ul:not([class]) li:last-child {
    margin: 0;
}

.addCont01 ul:not([class]) li::before {
    position: absolute;
    left: 0;
    top: 0.8rem;
    width: 1rem;
    height: 1rem;
    background: #faa501;
    border-radius: 50%;
    content: "";
}

.addCont01 .block .box-body .txt ul:not([class]) {
    margin: 0;
}

.addCont01 .block .box-body .txt .label {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -1.5rem;
    transform: translateX(-50%);
    padding: 0.5rem 3rem;
    background: #333;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
    line-height: 1.1;
    text-align: center;
}

.addCont01 .block .box-body .btn-web {
    max-width: calc(100% - 3rem);
    margin: 3.5rem auto 0 auto;
}

.addCont01 .block .box-body .btn-internal {
    max-width: calc(100% - 3rem);
    margin: 2rem auto 0 auto;
}


/*--------------------------------------
banner
---------------------------------------*/

.block-banner {
    display: none;
    position: fixed;
    right: 0;
    bottom: 16rem;
    width: 22rem;
    box-sizing: border-box;
    z-index: 310;
}

.block-banner a {
    display: block;
    position: relative;
    width: 22rem;
    padding: 13.8rem 0 0 0;
    background: url(img/banner_bg_01.png) no-repeat center top, url(img/banner_bg_02.png) repeat center top, #73af3f;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.block-banner a span {
    font-size: 1.4rem;
}

.block-banner::before {
    position: absolute;
    left: 0.5rem;
    top: -2rem;
    width: 9rem;
    height: 4rem;
    background: #080f05;
    border-radius: 3rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.8rem;
    text-align: center;
    content: "CHECK";
    z-index: 311;
}

.block-banner a div {
    padding: 0 0.5rem 1rem 0.5rem;
}

.block-banner a:hover {
    text-decoration: none;
    opacity: 0.7;
}

@media screen and (min-width: 600px) {
    .sp {
        display: none;
    }
    .sp_br {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    html {
        overflow: initial;
    }
    body {
        line-height: 1.7em;
        width: 100%;
        min-width: 100%;
        font-size: 1.4rem;
        overflow-x: initial;
    }
    .pc {
        display: none;
    }
    .pc_br {
        display: none;
    }
    img {
        max-width: 100%;
    }
    a {
        text-decoration: none;
    }
    a:hover {
        opacity: 1;
    }
    /*--------------------------------------
header
---------------------------------------*/
    header {
        position: relative;
    }
    #headNoteArea {
        width: 100%;
        padding: 0 1rem;
        font-size: 12px;
        font-size: 1.2rem;
    }
    #headNoteArea .areaInner {
        width: 100%;
        background: none;
        padding: 0;
        margin: 0 auto 1rem auto;
    }
    #headNoteArea .sitename,
    #headNoteArea .sitename a {
        font-size: 1.2rem;
        font-weight: normal;
        padding: 0 0 10px;
        box-sizing: border-box;
        text-align: center;
    }
    #headNoteArea .sitename a {
        background: none;
        padding: 0;
        font-weight: 700;
    }
    #headNoteArea .sitename::before {
        font-size: 1.2rem;
    }
    #headNoteArea img {
        display: block;
        margin: 0 auto;
        width: 18rem;
    }
    .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 0.5s ease;
    }
    .out-frame::after {
        background: #fff;
        opacity: 0;
        content: "";
        right: 0;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
        transition: all 0.5s ease;
        -webkit-transition: all 0.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: 35px;
        position: absolute;
        top: 22px;
        right: 13px;
        height: 35px;
        width: 35px;
        z-index: 10;
    }
    .navOpenOut {
        padding: 27px 13px 20px;
        box-sizing: border-box;
    }
    .navOpen {
        background: url(img/sp-btn-menu_off.png) 0 0 no-repeat;
        background-size: 35px;
        position: inherit;
        top: inherit;
        right: 13px;
        height: 35px;
        width: 35px;
        z-index: 10;
        float: right;
    }
    li.delete {
        padding: 1rem 3rem 1rem 1rem;
        background: #279761 url("img/batu.png") no-repeat calc(50% + 2rem) center;
        background-size: 19px;
        color: #fff;
        text-align: center;
        font-size: 13px;
        font-size: 1.3rem;
    }
    #sp_titArea .is-fixed {
        position: fixed;
        top: 22px;
        right: 13.5px;
        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:not([class]) li a {
        display: block;
        padding: 15px 35px 15px 10px;
        background: #f7f4ef url("img/arrow02_green.svg") 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:not([class]) li:first-child a {
        padding: 12px 35px 12px 10px;
    }
    .header-menu ul:not([class]) li.delete {
        background: #b5b5b5 url("img/batu.png") 60% 50% no-repeat;
        background-size: 19px;
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
    }
    .header-menu ul.accordion {
        padding-inline-start: 0;
    }
    .header-menu ul.accordion ul:not([class]) {
        display: none;
    }
    .header-menu ul.accordion .subCat ul.subList {
        display: block;
    }
    .header-menu ul.accordion .tglMenu {
        display: block;
        padding: 15px 35px 15px 10px;
        background: #f7f4ef url(img/arrow_black_down.png) 97% 50% no-repeat;
        background-size: 12px auto;
        border-bottom: 1px solid #279761;
        text-decoration: none;
        line-height: 1.3;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .header-menu ul.accordion .open {
        background: #faf8f4 url(img/arrow_black_up.png) 97% 50% no-repeat;
        background-size: 12px auto;
    }
    .header-menu ul.accordion ul:not([class]) li a {
        font-family: inherit;
        padding: 12px 30px 12px 20px;
        background: #fff url("img/arrow_black.png") right 12px center no-repeat;
        background-size: 6px auto;
        border-bottom: 1px dotted #e1e1e1;
        color: #333;
    }
    .header-menu ul.accordion ul:not([class]) li.subCat a {
        padding: 12px 30px 12px 20px;
    }
    .header-menu ul.accordion .subCat ul.subList li a {
        border-bottom: 1px solid #444;
        padding: 12px 30px 12px 30px;
    }
    .header-menu ul.accordion li ul:not([class]) li:last-child a {
        border-bottom: none;
    }
    /*--------------------------------------
Footer
---------------------------------------*/
    footer {
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: #279761;
    }
    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: 14px;
        font-size: 1.4rem;
        color: #fff;
        background: #279761 url(img/arrow_white.png) right 11px center no-repeat;
        background-size: auto 12px;
        padding: 10px 40px 10px 4%;
    }
    footer .areaInner .footBox .sttl.tglMenu a {
        background: #279761 url(img/arrow_white_down.png) right 10px center no-repeat;
        background-size: 12px auto;
    }
    footer .areaInner .footBox .sttl.open a {
        background: #279761 url(img/arrow_white_up.png) right 10px center no-repeat;
        background-size: 12px auto;
    }
    footer .areaInner .footBox .sttl {
        border-bottom: 1px solid #f3f3f3;
        padding: 0;
        margin: 0;
    }
    footer .areaInner .footBox .accChild {
        display: none;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        background: #f3f3f3;
    }
    footer .areaInner .footBox .accChild li {
        float: none;
        padding: 0;
        margin: 0;
        background: none;
        display: block;
    }
    footer .areaInner .footBox .accChild li.sp a {
        background-color: #fff;
        background-size: 6px auto;
    }
    footer .areaInner .footBox .accChild li a {
        display: block;
        box-sizing: border-box;
        background: #fff url("img/arrow_black.png") right 12px center no-repeat;
        background-size: 6px auto;
        color: #333;
        border-bottom: 1px dotted #ddd;
        padding: 10px 40px 10px 4%;
        font-size: 13px;
        font-size: 1.3rem;
        background-color: #fff;
    }
    footer .areaInner .footBox .accChild li.subCat {
        margin: 0;
    }
    footer .areaInner .footBox .accChild li.subCat a {
        display: block;
        box-sizing: border-box;
        background: #fff url("img/arrow_black.png") right 12px center no-repeat;
        background-size: 6px auto;
        color: #333;
        border-bottom: 1px dotted #ddd;
        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_black.png") 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;
    }
    footer .areaInner .noticeArea p {
        padding: 0;
        font-size: 1.2rem;
    }
    footer .areaInner .noticeArea .botPrg {
        text-align: center;
        background: transparent;
        padding: 0;
        font-size: 10px;
        font-size: 1rem;
        margin: 10px 0 0;
        color: #fff;
    }
    footer .botArea {
        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;
    }
    footer a {
        text-decoration: none;
    }
    footer .botArea .botInner .smap {
        display: none;
    }
    footer .areaInner .footBox .accChild .sp {
        display: block;
    }
    /*--------------------------------------
　PageTop
---------------------------------------*/
    #page-top {
        position: fixed;
        bottom: 8rem;
        right: 0.5rem;
        z-index: 2;
        width: 10rem;
    }
    #page-top.page-top-index {
        bottom: 8rem;
    }
    #page-top:hover {
        opacity: 1;
    }
    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzu {
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0.5rem;
        font-size: 1.1rem;
        overflow-x: auto;
        white-space: nowrap;
    }
    #pankuzu::before {
        display: none;
        content: none;
    }
    /* ================== */
    /*メインコンテンツ　*/
    /* ================== */
    #category,
    #page {
        width: 100%;
    }
    #category .baseBox,
    #page .baseBox {
        float: none;
        width: 100%;
        padding: 0 1rem 4rem 1rem;
    }
    /*--------------------------------------
heading
---------------------------------------*/
    .main-low h1:not([class]) {
        margin: 0 0 3rem 0;
        font-size: 2.4rem;
    }

    .main-index h3:not([class]),
    .main-low h2:not([class]) {
        padding: 1.5rem;
        font-size: 2.1rem;
        margin: 5rem 0 3rem 0;
    }
    .main-index h4:not([class]),
    .main-low h3:not([class]) {
        min-height: 4rem;
        padding: 1rem 1.5rem 1rem 2rem;
        background-size: 40px auto;
        font-size: 1.8rem;
    }
    .main-index h4:not([class]) {
        margin: 6rem 0 2rem 0;
        font-size: 2rem;
    }
    .main-low h4:not([class]),
    .main-low h5:not([class]),
    .main-low h6:not([class]) {
        padding: 0 1.5rem 0.8rem 0;
        font-size: 1.6rem;
    }
    .main-index h4:not([class]) a,
    .main-low h2:not([class]) a,
    .main-low h3:not([class]) a,
    .main-low h4:not([class]) a,
    .main-low h5:not([class]) a,
    .main-low h6:not([class]) a {
        padding: 0 1.5rem 0 0;
        background-size: 8px auto;
    }
    .main-index h3:not([class]) a,
    .main-low h2:not([class]) a {
        background-size: 8px auto;
    }
    /*--------------------------------------
title
---------------------------------------*/
    .ico-title {
        padding: 1.5rem 1.5rem 1.5rem 9rem;
        font-size: 2rem;
    }
    .ico-title::before {
        left: 1rem;
    }
    .ico-title a {
        padding: 0 1.5rem 0 0;
        background-size: 8px auto;
    }
    .ico-title.recommend a {
        background-size: 8px auto;
    }
    /*--------------------------------------
lists
---------------------------------------*/
    .main ul:not([class]) {
        margin: 3rem 0;
    }
    .main ul:not([class]) li::before {
        top: 0.9rem;
    }
    .main ol {
        margin: 3rem 0;
    }
    .main ol li::before {
        top: 0.1rem;
    }
    /*--------------------------------------
table
---------------------------------------*/
    table {
        width: 100%;
        margin: 3rem auto;
        border-top: 1px solid #ccc;
    }
    table th {
        display: block;
        width: 100%;
        border-top: none;
        font-size: 1.4rem;
    }
    table td {
        display: block;
        width: 100%;
        border-top: none;
    }
    /*--------------------------------------
float-wrap
---------------------------------------*/
    .float-wrap {
        margin: 4rem 0;
    }
    .float-wrap .float-img {
        width: 100%;
        text-align: center;
    }
    .float-wrap .fl,
    .float-wrap .fr,
    .float-wrap .center {
        float: none;
        width: 100%;
        margin: 0 auto 1.5rem auto;
        padding: 0;
        text-align: center;
    }
    /*--------------------------------------
btns
---------------------------------------*/
    .btn-internal,
    p.btn-internal {
        max-width: 90%;
        margin: 3rem auto;
    }
    .btn-internal a {
        background-size: 20px auto;
        font-size: 1.5rem;
    }
    .btn-web,
    p.btn-web {
        max-width: 90%;
        margin: 3rem auto;
    }
    .btn-web a {
        background-size: 20px auto;
        font-size: 1.5rem;
    }
    .btn-link,
    p.btn-link {
        max-width: 90%;
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }
    .btn-link a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 2rem 5rem;
        background: #fff url(img/arrow02_green.svg) no-repeat right 1.7rem center;
        background-size: 20px auto;
        border: 3px solid #279761;
        border-radius: 6rem;
        box-sizing: border-box;
        color: #289761;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        transition: 0.2s;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .btn-link a:hover {
        opacity: 0.7;
    }
    .btn-tel,
    p.btn-tel {
        display: block;
        max-width: 90%;
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }
    .btn-tel a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 2rem 5rem;
        background: #269a99 url(img/ico_tel.png) no-repeat 2rem center;
        background-size: 20px auto;
        border-radius: 6rem;
        box-shadow: 5px 5px 0 0 #44656b;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        transition: 0.2s;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .btn-tel a:hover {
        opacity: 0.7;
    }
    /*--------------------------------------
frame-wrap
---------------------------------------*/
    .frame-wrap {
        display: block;
    }
    .frame-wrap::after {
        display: none;
        content: none;
    }
    .frame-wrap .frame {
        width: 90%;
        margin: 0 auto 3rem;
    }
    .frame-wrap .frame-head .ttl {
        font-size: 2rem;
    }
    .frame-wrap .frame-head .ttl a {
        min-height: 2rem;
        background-size: 20px auto;
    }
    .frame-wrap .frame-body .ttl::before {
        top: 0.5rem;
    }
    /*--------------------------------------
accordion
---------------------------------------*/
    .accordion-item {
        display: none;
    }
    .accordion-btn {
        width: 90%;
        margin: 0 auto 3rem auto;
        font-size: 1.6rem;
    }
    .accordion-btn:hover {
        opacity: 1;
    }
    /*--------------------------------------
toc
---------------------------------------*/
    .toc_parts {
        width: 100%;
        margin: 0 auto 3rem auto;
        padding: 1.5rem;
    }
    .main-index .toc_parts {
        width: calc(100% - 2rem);
        margin: 0 auto;
    }
    .toc_parts .ttl {
        font-size: 1.8rem;
    }
    #toc {
        margin: 1rem 0 0 0;
        padding: 1rem 0 0 0;
    }
    #toc .chapter {
        margin: 0;
        padding: 0;
    }
    #toc .chapter .chapter-h {
        margin: 1rem 0;
        padding: 0 0 0 3rem;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    #toc ul.chapter .chapter-h::before {
        top: 1rem;
        font-size: 1.8rem;
    }
    #toc li.chapter-h.chapter-h-three {
        margin: 0.5rem 0 0.5rem 3rem;
    }
    #toc li.chapter-h.chapter-h-three::before {
        top: 0.7rem;
        width: 6px;
        height: 6px;
    }
    #toc li.chapter-h-three+.chapter-h-two {
        margin-top: 2rem;
    }
    /*--------------------------------------
addCont
---------------------------------------*/
    .addCont01::before {
        background: url(img/addCont01_bg_sp.jpg) no-repeat;
        background-size: cover;
    }
    .addInner {
        width: 100%;
        padding: 0 1rem;
    }
    .addCont-title {
        margin: 0 0 3rem 0;
        font-size: 2.4rem;
        letter-spacing: 0;
    }
    .addCont-title span {
        font-size: 1.8rem;
    }
    .addCont-title a {
        display: block;
        padding: 0 3rem 0 0;
        background-size: 20px auto;
    }
    p.lead {
        width: 100%;
        margin: 0 auto 3rem auto;
    }
    /*--------------------------------------
addCont01
---------------------------------------*/
    .addCont01 {
        position: relative;
        margin: 5rem 0 0 0;
        padding: 5rem 0;
        background: url(img/add01_bg_01_sp.png) repeat;
        background-size: 12%;
    }
    .addCont01::after {
        left: 2rem;
        top: 1rem;
        transform: none;
        width: 10rem;
        height: 7.2rem;
    }
    .addCont01 p.lead {
        margin: 0 auto 6rem auto;
    }
    .addCont01 .block {
        display: block;
    }
    .addCont01 .block::after {
        display: none;
        content: none;
    }

    .addCont01 p.note{
        color: #ffffff;
    }


    .addCont01 .block .box {
        width: 100%;
        margin: 0 0 6rem 0;
        padding: 8rem 2rem 4rem 2rem;
        background: #fff;
        border-radius: 1.8rem;
    }
    .addCont01 .block .box:last-child {
        margin: 0;
    }
    .addCont01 .block .box-body .fig {
        max-width: 85%;
        margin: 0 auto
    }
    .addCont01 .block .box-body .btn-web {
        max-width: 90%;
    }
    .addCont01 .block .box-body .btn-internal {
        max-width: 90%;
    }
    .addCont01 .block .box-body .btn-tel {
        margin: 2rem auto 0 auto;
    }
    /*--------------------------------------
banner
---------------------------------------*/
    .block-banner {
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .block-banner a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 6rem;
        padding: 0 2rem;
        background: #73af3f url(img/banner_bg_02.png) repeat center top;
        text-align: center;
    }
    .block-banner::before {
        left: 1rem;
        top: -1.5rem;
        height: 3rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
    }
    .block-banner a div {
        width: 100%;
        padding: 0 3rem;
        background: url(img/arrow01_green.svg) no-repeat right center;
        background-size: 20px auto;
        font-size: 1.6rem;
    }
    .block-banner a div span {
        font-size: 1.4rem;
    }
    .block-banner a:hover {
        opacity: 1;
    }
}