@charset "utf-8"; /* CSS Document */
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*

* "Noto Sans JP" licensed under the SIL Open Font License 1.1

* by https://fonts.google.com/specimen/Noto+Sans+JP

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

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 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;
    -webkit-backface-visibility: hidden;
}

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

body {
    color: #000;
    font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Open Sans", Arial, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2, h3, h4, h5, h6 {
    letter-spacing: 0.1rem;
    font-weight: 700;
}

.sp {
    display: none;
}

.pc_br {
    display: block;
}

.sp_br {
    display: none;
}

/*--------------------------------------
　Base
---------------------------------------*/
body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2em;
    /*line-height: 1.8;*/
    min-width: 1170px;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    padding: 0;
}

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

a {
    color: #000;
    text-decoration: none;
    transition: 0.2s ease;
}

a:hover {
    opacity: 0.7;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: bold;
}

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

.wi1100 {
    width: 1100px;
    margin: 0 auto;
}

.wi970 {
    width: 970px;
    margin: 0 auto;
}

.wi1170 {
    width: 1170px;
    margin: 0 auto;
}

.ab {
    position: absolute;
}

.min {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.fc_green {
    color: #009b49;
}

.fc_yel {
    color: #ffdb01;
}

/*
・マーカーライン…<span class=”marker”>マーカーラインの強調テキスト</span>
・太字…<span class=”txt_bold”>太字の強調テキスト</span>
*/
/* p span,
.marker {
background: #ffdb01;
font-size: 1.5rem;
font-weight: 700;
} */
.marker {
    background: linear-gradient(to top, #ffdb01 12%, transparent 10%);
    font-weight: 700;
}

.txt_bold {
    background: none;
    font-weight: bold;
    color: #009b49;
}

.bb_yel {
    background: linear-gradient(transparent 70%, #ffdb01 60%);
}

.bg_white {
    background: #fff;
}

/* ================== */
/*header　*/
/* ================== */
header .inner {
    padding: 5px 20px;
    background: #fff;
}

.sitename_wrap a {
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background: #edf5e9;
}

.sitename_wrap .logo {
    width: 17rem;
    margin: 0 10px 0 0;
}

.sitename, .sitename a {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    line-height: 1.4;
}

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

/* ================== */
/*barger　*/
/* ================== */
#spNav {
    display: none;
}

.overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.5s;
}

body.fix {
    position: fixed;
    left: 0;
    right: 0;
}

/* .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
} */
.out-frame {
    height: 100%;
    min-height: 100vh;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bargBg {
    background: rgba(24, 164, 89, 0.8);
    position: fixed;
    top: 25px;
    left: 20px;
    z-index: 100;
    transform: translateX(0);
    transition: transform 0.5s;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.bargBg:hover {
    opacity: 0.7;
}

.menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
}

/* .menu-trigger.active {
transform: translateX(-250px);
}*/
.bargBg.active {
    transform: translateX(300px);
}

#pcNav .bargBg.active {
    transform: inherit;
}

.bargBg span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 17px;
    width: 26px;
    height: 2px;
    background-color: #fff;
}

.bargBg.active span {
    background-color: #fff;
}

.bargBg span:nth-of-type(1) {
    top: 17px;
}

.bargBg.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
}

.bargBg span:nth-of-type(2) {
    top: 29px;
}

.bargBg.active span:nth-of-type(2) {
    opacity: 0;
}

.bargBg span:nth-of-type(3) {
    top: 41px;
}

.bargBg.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
}

nav {
    overflow-y: scroll;
    width: 300px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translate(-300px);
    transition: all 0.5s;
}

nav.open {
    transform: translateZ(0);
}

nav li {
    color: #fff;
    text-align: center;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

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

#g-nav .accordion li {
    border-bottom: 1px solid #ccc;
}

#g-nav .accordion li a {
    display: block;
    text-align: left;
    padding: 15px 28px 15px 15px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    background: #fff url("img/arr_black.png") 96% 50% no-repeat;
    background-size: 8px auto;
}

#g-nav .accordion li .tglMenu {
    text-align: left;
    color: #000;
    padding: 15px 30px 15px 15px;
    background: #fff url("img/arr_black_down.png") 96% 50% no-repeat;
    background-size: 12px auto;
    image-rendering: -webkit-optimize-contrast;
}

#g-nav .accordion li .tglMenu:hover {
    opacity: 0.7;
}

#g-nav .accordion li .tglMenu.open {
    background: #fff url("img/arr_black_up.png") 96% 50% no-repeat;
    background-size: 12px auto;
}

#g-nav .accordion li a, #g-nav .accordion li .tglMenu {
    line-height: 1.4;
}

#g-nav .accordion li ul li a {
    padding: 15px 25px 15px 15px;
    color: #000;
    background: #fff url("img/arr_black.png") 96% 50% no-repeat;
    background-size: 8px auto;
}

#g-nav .accordion li ul li a:hover {
    opacity: 0.8;
}

#g-nav .accordion li ul li {
    border-bottom: none;
    border-top: 1px solid #eee;
    image-rendering: -webkit-optimize-contrast;
}

/*PCのみ*/
#pcNav nav {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    transform: inherit;
    transition: all 0.5s;
    position: fixed;
    z-index: -5;
    padding: 50px 0;
}

#pcNav nav.open {
    opacity: 1;
    z-index: 6;
    transform: inherit;
}

#pcNav nav .navCont01 {
    margin: 0 auto 30px;
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#pcNav nav .navCont01 .logo {
    width: 180px;
}

#pcNav nav .navCont01 .btn-web {
    margin: 0;
}

#pcNav nav .flBox {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#pcNav nav .footBox {
    width: 32%;
    margin-right: 20px;
    margin-bottom: 30px;
}

#pcNav nav .footBox:nth-child(3n) {
    margin-right: 0;
}

#pcNav nav .footBox a:hover {
    text-decoration: underline;
}

#pcNav nav .footBox .sttl {
    border-bottom: 1px solid #000;
    padding: 0 0 6px 0;
    margin: 0 0 14px 0;
    display: table;
    height: 63px;
    width: 100%;
}

#pcNav nav .footBox .sttl.sp {
    display: none;
}

#pcNav nav .footBox .sttl a {
    background: url("img/arr01.png") 3px 50% no-repeat;
    background-size: 20px auto;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5rem;
    padding: 3px 0 3px 32px;
}

#pcNav nav .footBox ul {
    padding: 0 20px;
}

#pcNav nav .footBox .accChild {
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

#pcNav nav .footBox .accChild li {
    background: none;
}

#pcNav nav .footBox .accChild li.subCat {
    margin: 0 30px 0 0;
    padding: 0;
}

#pcNav nav .footBox .accChild li.subCat::after {
    content: "　/　";
    letter-spacing: 0;
    color: #000;
}

#pcNav nav .footBox .accChild .sp + li::before {
    letter-spacing: 0;
}

#pcNav nav .footBox .accChild .sp + li::before {
    letter-spacing: 0;
}

#pcNav nav .footBox .accChild .sp + li.subCat::before {
    content: "";
}

#pcNav nav .footBox .accChild .subList li::after {
    content: "　/　";
    letter-spacing: 0;
    color: #000;
}

#pcNav nav .footBox .accChild li {
    display: inline-block;
    margin: 0 20px 15px 0;
    border: none;
}

#pcNav nav .footBox .accChild li.sp {
    display: none;
}

#pcNav nav .footBox .accChild li a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 0 20px 0 0;
    background: #fff url(img/arr_black.png) 100% 50% no-repeat;
    background-size: 8px auto;
}

#pcNav nav .footBox .accChild .subList li:first-child:before {
    content: "　/　";
    letter-spacing: 0;
    color: #000;
}

#pcNav nav .footBox .accChild .subList {
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#pcNav nav .footBox .accChild .subList li {
    padding: 0 0 0 0;
    display: inline-block;
    margin: 0;
}

#pcNav nav .footBox .accChild .subList li a {
    padding: 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
}

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

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

#category, #page {
    width: 850px;
    float: left;
    position: relative;
    margin: 0 auto;
    padding: 0 0 0 0;
}

/*--------------------------------------
　side
---------------------------------------*/
#side {
    float: right;
    width: 270px;
}

#side a {
    font-size: 1.5rem;
}

#side a:hover {
    opacity: 0.7;
}

#contents #side .sideBox {
    background: #f6f5f0;
    margin: 0 0 8px 0;
}

#contents #side .sttl {
    position: relative;
}

#contents #side .sttl a {
    color: #000;
    background: #e5e0c9 url(img/arr01.png) right 10px top 50% no-repeat;
    background-size: 20px;
    padding: 15px 32px 15px 10px;
    display: block;
    line-height: 1.4;
    font-size: 1.5rem;
    font-weight: 600;
}

#contents #side .host .sttl a {
    width: 100%;
}

#contents #side ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e1e1e1;
    display: none;
}

#contents #side ul li {
    padding: 0;
    background: none;
}

#contents #side ul li a {
    background: #f6f5f0 url("img/arr_black.png") 96% 50% no-repeat;
    background-size: 8px auto;
    display: block;
    padding: 14px 25px 14px 10px;
    text-decoration: none;
    border-bottom: 1px solid #e1e1e1;
    line-height: 1.4;
}

#contents #side ul li:last-child a {
    border: none;
}

#contents #side ul li .subList {
    display: none;
}

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

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

/*--------------------------------------
　botFix
---------------------------------------*/
#botFix {
    position: fixed;
    top: 200px;
    right: -300px;
    z-index: 1;
    width: 350px;
}

#botFix #pageList {
    position: fixed;
    top: 80px;
    right: -301px;
    width: 351px;
    transform: translateX(0);
    transition: transform 0.5s;
}

footer #botFix #pageList.open {
    transform: translateX(-301px);
    z-index: 3;
}

/*追従の目次*/
footer #pageList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

footer #pageList .decoTit {
    width: 50px;
    cursor: pointer;
}

footer #pageList .decoTit:hover {
    opacity: 1;
}

footer #pageList .decoTit .sTit {
    background: #e5e0c9;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    width: 80px;
    padding: 30px 8px;
    border-radius: 10px 0 0 10px;
    transition: 0.2s ease;
    border: solid 2px #fff;
    border-right: none;
    right: 16px;
    position: relative;
}

footer #pageList .decoTit .sTit:hover {
    transform: translateX(-12px);
}

footer #pageList .scroll {
    overflow-y: scroll;
    max-height: 500px;
    border: 1px solid #e5e0c9;
    border-right: none;
    z-index: 100;
}

footer #pageList #toc {
    border-right: none;
    width: fit-content;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0;
    min-height: 112px;
}

footer #pageList li {
    background: url(img/listicon_green.png) 0 12px no-repeat;
    background-size: 10px auto;
    padding: 0 0 0 18px;
    margin: 0 0 5px 0;
    line-height: 3rem;
}

footer #pageList #toc li {
    font-size: 1.4rem;
}

footer #pageList li a {
    display: block;
}

footer #pageList .chapter .chapter {
    display: none;
}

footer #pageList .chapter-h-three {
    display: none;
}

footer #web_bn {
    margin-top: 60px;
    width: 260px;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    right: -192px;
    transform: translateX(0);
    transition: transform 0.5s;
    z-index: 2;
    background: #ffdb01;
    border-radius: 10px 0 0 10px;
    border: solid 2px #fff;
    border-right: none;
}

footer #web_bn:hover {
    transform: translateX(-190px);
}

footer #web_bn:hover .sTit {
    opacity: 1;
}

footer #web_bn .sTit {
    width: 64px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: end;
    letter-spacing: -5.5px;
    padding: 8px 8px 15px;
    line-height: 1.3;
    position:relative;
}

footer #web_bn .sTit:before {
    content: "Check";
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    position: absolute;
    padding: 15px 0 0;
    top: -40px;
    right: 4px;
    background: url(img/huki.png) 50% top no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
    writing-mode: initial;
    letter-spacing: -0.5px;
}


footer #web_bn .detail {
    width: 190px;
    border: solid 2px #ffdb01;
    background: #014e25;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer #web_bn .detail a {
    transition: 0.2s ease;
    padding: 20px 14px;
}

footer #web_bn .detail a:hover {
    text-decoration: none;
    transform: scale(104%);
    opacity: 1;
}

footer #web_bn .detail .txt01 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #ffdb01;
    margin: 0 0 10px 0;
}

footer #web_bn .detail .txt02 {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    background: #ffdb01;
    border-radius: 10px;
    padding: 10px 5px;
    border: 1px solid #000000b3;
    box-shadow: 0 3px 0 #000000b3;
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
    width: 1170px;
    margin: 10px auto 40px;
    padding: 0;
}

#pankuzu {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto;
    color: #999;
}

#pankuzu span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
}

#pankuzu a {
    color: #999;
}

#pankuzu * {
    /*color: #FFF;*/
}

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

/*--------------------------------------
Footer
---------------------------------------*/
footer {
    border-radius: 40px 40px 0 0;
    margin: 0;
    padding: 80px 0 0 0;
    background: #f6f5f0;
    position: relative;
}

footer .foot_logo {
    width: 240px;
    margin: 0 auto 40px;
    position: relative;
}

footer .foot_logo a:hover {
    opacity: 0.7;
}

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

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

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

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

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

footer .areaInner .footBox .sttl a {
    background: url("img/arr01.png") 3px 50% no-repeat;
    background-size: 20px auto;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 3px 0 3px 32px;
}

footer .areaInner .smap {
    margin: 0 0 50px 0;
}

footer .areaInner .smap .sttl a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

footer .foot_link {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: right;
    margin-bottom: 50px;
}

footer .foot_link a {
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: underline;
}

footer .foot_link a:nth-child(1) {
    display: inline-block;
    margin-right: 15px;
}

footer .foot_link a:nth-child(2) {
    display: inline-block;
    margin-left: 15px;
}

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

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

footer .areaInner .footBox .accChild {
    padding: 0 0 0 10px;
    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 li.subCat::after {
    content: "　/　";
    letter-spacing: 0;
    color: #000;
}

footer .areaInner .footBox .accChild .sp + li::before {
    /* content: "　|　"; */
    letter-spacing: 0;
}

footer .areaInner .footBox .accChild .sp + li::before {
    /* content: "|　"; */
    letter-spacing: 0;
}

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

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

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

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

footer .areaInner .footBox .accChild li a {
    /*background: url("img/arrow_white.png") 0 50% no-repeat;
background-size: 5.5px;*/
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 0 0 0 16px;
}

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

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

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

footer .areaInner .footBox .accChild .subList li a {
    /*background: url(img/arrow_white.png) left center no-repeat;
background-image: none;
background-size: 4px auto;*/
    padding: 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
}

footer .smLink {
    display: inherit;
    text-align: right;
    margin: 0 0 40px 0;
}

footer .smLink a {
    /*background: url("img/arrow_square_black.png") 6px 50% no-repeat;
background-size: 17px;*/
    padding: 2px 0 2px 30px;
}

footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 71%;
    background-color: #fff;
    padding: 20px 30px;
    margin: 0 auto;
    border-radius: 10px;
}

footer .areaInner .noticeArea p {
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    line-height: 2.6rem;
}

footer .botPrg {
    padding: 15px 0 0;
    margin: 0 0 50px 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
}

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

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

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

footer .botArea .botInner .smap a {
    background: url("img/arr01_w.png") 0 50% no-repeat;
    background-size: 20px;
    padding: 2px 0 2px 30px;
    text-decoration: none;
    color: #fff;
}

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

footer p.copy {
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-align: left;
    color: #fff;
}

footer p.copy a {
    color: #fff;
    text-decoration: none;
}

/* ================== */
/*メインコンテンツ　*/
/* ================== */
#contents .caption {
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

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

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

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

/*--------------------------------------
　content
---------------------------------------*/
#category h1, #page h1 {
    color: #000;
    font-weight: 600;
    font-size: 4.6rem;
    background: url(img/icon_large03.png) left 2rem bottom 1rem no-repeat;
    background-size: 20% auto;
    line-height: 1.4;
    margin: 0;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    border-top: 8px solid #000;
    border-bottom: 8px solid #000;
}

#category .comTxt, #page .comTxt {
    font-size: 1.2rem;
    text-align: center;
    margin: 1.6rem 4rem;
}

#category h2, #page h2 {
    background: #f6f5f0 url(img/sec_tit_bg.png) left -50px top 50% no-repeat;
    background-size: 150px auto;
    /* border-left: 5px solid #a3a3a3; */
    margin: 80px 0 30px;
    padding: 15px 20px 15px 30px;
    font-size: 28px;
    font-size: 3rem;
    line-height: 4rem;
    text-align: left;
    position: relative;
    color: #000;
}

#category h2:before, #page h2:before {
    content: "";
    position: absolute;
    background: #009b49;
    width: 6px;
    height: 100%;
    top: 0;
    left: 0;
}

#category h2 a, #page h2 a {
    display: block;
    background: url("img/arr01.png") right 0 top 50% no-repeat;
    background-size: 20px auto;
    padding: 0 20px 0 0;
}

#category h2 a, #page h2 a {
    text-decoration: none;
}

#index h3 a:hover, #category h2 a:hover, #page h2 a:hover {
    opacity: 0.5;
}

#category h3, #page h3 {
    padding: 15px 0 15px 20px;
    background: #009b49 url(img/icon_large06.png) right 8px top 0 no-repeat;
    background-size: 7rem auto;
    margin: 64px 0 24px;
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-align: left;
    color: #fff;
    position: relative;
}

#category h3 a, #page h3 a {
    text-align: left;
    display: block;
    background: url("img/arr01_w.png") right 20px top 50% no-repeat;
    background-size: 20px auto;
    padding: 0 20px 0 0;
    color: #fff;
}

#category h2 a, #page h2 a {
    text-decoration: none;
}

#category h3 a:hover, #page h3 a:hover {
    opacity: 0.5;
}

#category h6, #category h4, #category h5, #category h6, #page h4, #page h5, #page h6 {
    position: relative;
    margin: 35px 0 20px;
    padding: 0 0 15px 0;
    color: #00421e;
    /*background: linear-gradient(to right,
#ccc 0%,色の部分
#ccc 55%,色の部分
rgba(0,0,0,0) 40%,空白の部分
rgba(0,0,0,0) 100%)空白の部分
repeat-x left bottom/10px 2px;*/
    border-bottom: 1px solid #000;
    /*background: url(img/line01.gif) 0 100% repeat-x;
background-size: auto 3px;*/
    font-size: 22px;
    font-size: 2.2rem;
}

#category h6 a, #category h4 a, #category h5 a, #category h6 a, #page h4 a, #page h5 a, #page h6 a {
    position: relative;
    display: block;
    color: #00421e;
    background: url("img/arr01.png") right 15px top 50% no-repeat;
    background-size: 20px auto;
    padding: 0 35px 0 0;
    font-size: 22px;
    font-size: 2.2rem;
}

#category h6 a:hover, #category h4 a:hover, #category h5 a:hover, #category h6 a:hover, #page h4 a:hover, #page h5 a:hover, #page h6 a:hover {
    opacity: 0.5;
}

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

#contents ul li {
    padding: 0 0 6px 22px;
    background: url(./img/listicon_green.png) 2px 10px no-repeat;
    background-size: auto 14px;
}

#contents ul li a {
    text-decoration: underline;
}

#contents ul li a:hover {
    text-decoration: none;
}

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

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

#contents ol li::before {
    display: block;
    background-color: #e5e0c9;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 0;
    color: #00421e;
    text-align: center;
    line-height: 1.3;
    font-size: 1.4rem;
    font-weight: bold;
}

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

.sitemap ul a {
    text-decoration: underline;
}

.sitemap ul a:hover {
    text-decoration: none;
}

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

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

#contents table th {
    width: 24%;
    padding: 14px 16px;
    background: #f6f5f0;
    border: 1px solid #000;
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

#contents table td {
    line-height: 1.5;
    padding: 13px;
    border: 1px solid #000;
    background: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    word-wrap: break-word;
}

/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
    margin: 30px auto;
    padding: 0 0;
}

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

.float-wrap .catch {
    font-size: 2rem;
    color: #00421e;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 3.2rem;
    padding: 0;
}

.float-wrap p {
    margin: 0;
    padding: 0;
    width: auto;
}

#contents .float-wrap ul {
    display: inline-block;
    margin: 15px 0;
    padding: 0;
}

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

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

.float-wrap .center {
    width: 440px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
}

#contents .float-wrap table {
    width: 55%;
    margin: 2rem 0 3rem;
}

#contents .float-wrap table th {
    width: 42%;
}

.caption {
    margin: 8px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    word-break: break-all;
    color: #999;
}

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

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

/*--------------------------------------
　btn
---------------------------------------*/
.btn-link a, .btn-internal a, .btn-web a {
    box-sizing: border-box;
    border-radius: 30px;
    text-decoration: none;
}

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

.btn-link a {
    font-size: 1.5rem;
    color: #000;
    display: inline-block;
    background: url("img/arr_black.png") 100% 50% no-repeat;
    background-size: 8px auto;
    padding: 4px 20px 4px 0;
    line-height: 1.3;
    text-decoration: underline;
    transition: all 0.2s ease;
}

.btn-link a:hover {
    text-decoration: none;
    background: url("img/arr_black.png") 110% 50% no-repeat;
    background-size: 8px auto;
}

.btn-internal {
    width: 450px;
    margin: 20px auto;
}

.btn-web {
    width: 450px;
    margin: 20px auto;
}

.btn-internal a {
    background: #009b49 url("img/arr01_w.png") right 20px top 50% no-repeat;
    background-size: 20px auto;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 18px 50px 18px 30px;
    position: relative;
    line-height: 1.4;
    border-radius: 50px;
    border: 1px solid #000000b3;
    box-shadow: 0 3px 0 #000000b3;
    transition: all 0.3s ease;
}

.btn-internal a:hover {
    opacity: 1;
    transform: translateY(3px);
    box-shadow: none;
    background: #009b49 url("img/arr01.png") right 16px top 50% no-repeat;
    background-size: 20px auto;
}

.btn-tel {
    display: none;
}

.btn-web a {
    background: #ffdb01 url("img/arr01.png") right 20px top 50% no-repeat;
    background-size: 20px auto;
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 18px 50px 18px 30px;
    position: relative;
    line-height: 1.4;
    border-radius: 50px;
    border: 1px solid #000000b3;
    box-shadow: 0 3px 0 #000000b3;
    transition: 0.2s ease-out;
}

.btn-web a:hover {
    opacity: 1;
    transform: translateY(3px);
    box-shadow: none;
    background: #ffdb01 url("img/arr01.png") right 16px top 50% no-repeat;
    background-size: 20px auto;
}

.wi1100 {
    width: 1100px;
}

.auto {
    margin: 0 auto;
}

.webLink {
    font-size: 10px;
    color: #808080;
    text-align: center;
    line-height: 1.6rem;
}

p {
    margin: 0px 0px 2rem 0px;
}

p a {
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
    opacity: 0.8;
}

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

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

/*--------------------------------------
追加パーツ
---------------------------------------*/
/*共通パーツ*/
.comCont_type01 {
    background: #d8f1f6;
    padding: 0 40px 50px 40px;
    border: 1px solid #000;
    border-radius: 40px;
    margin: 100px auto 100px;
}

.comCont_type01 .subTit {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    background: #00421e;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    padding: 15px 40px;
    position: relative;
    top: -40px;
    left: -70px;
}

.comCont_type01 .subTit:before {
    content: "";
    background: #00421e;
    position: absolute;
    bottom: -13px;
    left: 80px;
    width: 30px;
    height: 14px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
}

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

.comCont_type01 .flBox .ph {
    width: 200px;
}

.comCont_type01 .flBox .ph img {
    border-radius: 10px;
}

.comCont_type01 .flBox .txtArea {
    width: calc(100% - 200px - 30px);
}

.comCont_type01 .flBox .txtArea .company_info .company_name {
    display: inline-block;
    border-bottom: 2px solid #009b49;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    font-size: 1.6rem;
    line-height: 1.4;
}

.comCont_type01 .flBox .txtArea .company_info .name {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

.comCont_type01 .flBox .txtArea .company_info .name .fs_s {
    font-size: 1.7rem;
}

.comCont_type01 .flBox .txtArea .company_info {
    margin: 0 0 20px 0;
}

#contents .comCont_type01 .caption {
    text-align: left;
    font-size: 1.2rem;
    line-height: 2.2rem;
    white-space: inherit;
}

#contents .comCont_type01 .txt_link {
    margin: 20px 0 0 0;
    text-align: right;
}

#contents .comCont_type01 .txt_link a {
    display: inline-block;
    background: url(img/arr_black.png) right 0 top 50% no-repeat;
    background-size: 8px auto;
    padding: 0 20px 0 0;
    text-decoration: underline;
}

#contents .comCont_type01 .txt_link a:hover {
    text-decoration: none;
}

/*comCont_type02*/
#contents .comCont_type02 {
    margin: 100px auto 100px;
}

#contents .comCont_type02 .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    border: 2px solid #f6f5f0;
    border-radius: 40px;
}

#contents .comCont_type02 .flBox .sBox {
    width: 50%;
    border-right: 1px solid #000;
    padding: 0 20px 0 0;
}

#contents .comCont_type02 .flBox .sBox:nth-child(2n) {
    border-right: none;
    padding: 0 0 0 20px;
}

#contents .comCont_type02 .flBox .sBox .ph {
    float: left;
    width: 170px;
    padding: 0 20px 0 0;
}

#contents .comCont_type02 .flBox .sBox .ph img {
    border-radius: 10px;
    margin: 0 0 10px;
}

#contents .comCont_type02 .flBox .sBox .ph .name {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 5px 0;
}

#contents .comCont_type02 .flBox .sBox .caption {
    text-align: left;
}

/*comCont_type03*/
#contents .comCont_type03 {
    margin: 100px auto 100px;
}

#contents .comCont_type03 .inner {
    border-radius: 40px;
    background: #f6f5f0;
    padding: 50px 40px 40px 40px;
}

#contents .comCont_type03 p:last-child {
    margin: 0;
}

#contents .comCont_type03 .mTit {
    text-align: center;
    margin: -80px auto 30px;
}

#contents .comCont_type03 .mTit .mTit_inner {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    background: #009b49;
    color: #fff;
    border-radius: 50px;
    padding: 15px 60px;
    position: relative;
}

#contents .comCont_type03 .mTit .mTit_inner:before {
    content: "";
    background: #009b49;
    position: absolute;
    bottom: -13px;
    left: calc(50% - 15px);
    width: 30px;
    height: 14px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/*.comCont_type04*/
.comCont_type04 {
    background: #00421e url(img/icon_large06.png) left calc(50% - 650px) top 50px no-repeat;
    background-size: 250px auto;
    padding: 120px 0 120px;
    margin: 100px auto 0;
}

.comCont_type04 .titArea {
    width: 1170px;
    margin: 0 auto 60px;
    position: relative;
}

.comCont_type04 .idxh2 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 7.2rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 25px 0 35px;
    position: relative;
    background: none;
    letter-spacing: 0.2rem;
}

.comCont_type04.bg_darkTone .idxh2 {
    color: #fff;
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
}

.comCont_type04 .idxh2 .fs_ss {
    font-size: 3.2rem;
    line-height: 6rem;
}

.comCont_type04 .idxh2 .fs_s {
    font-size: 3.8rem;
}

.comCont_type04 .bg_darkTone .idxh2 a {
    color: #fff;
}

.comCont_type04 .topCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 80px;
}

.comCont_type04 .topCont .phArea {
    order: 2;
    width: 465px;
}

.comCont_type04 .topCont .phArea img {
    border-radius: 10px;
}

.comCont_type04 .topCont .txtArea {
    order: 1;
    width: 465px;
}

.comCont_type04 .topCont .txtArea * {
    color: #fff;
}

.comCont_type04 .topCont .txtArea .txt_link {
    text-align: right;
}

.comCont_type04 .topCont .txtArea .txt_link a {
    background: url(img/arr_white.png) right 0 top 50% no-repeat;
    background-size: 8px auto;
    padding: 0 20px 0 0;
    display: block;
}

.comCont_type04 .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 60px;
}

.comCont_type04 .flBox .sBox {
    width: 465px;
    background: #fff url(img/deco_titIcon02.png) left -50px top -50px no-repeat;
    background-size: 200px auto;
    border-radius: 10px;
    padding: 40px 30px;
}

.comCont_type04 .flBox .sBox .idxh3 {
    background: none;
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
    display: table;
    font-size: 3rem;
    font-weight: 700;
    line-height: 4.6rem;
}

.comCont_type04 .flBox .sBox .idxh3 a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 40px 0 20px;
    background: url(img/arr01.png) right 0 top 50% no-repeat;
    background-size: 20px auto;
}

.comCont_type04 .flBox .sBox p:last-child {
    margin: 0;
}

.comCont_type04 .btn-web {
    margin: 0 auto;
}

.comCont_type04 .sectxt_link {
    margin: 30px auto 0;
}

.comCont_type04 .txt_link {
    text-align: right;
}

.comCont_type04 .txt_link a {
    color: #fff;
    background: url(img/arr_white.png) 100% 50% no-repeat;
    background-size: 8px auto;
    padding: 0 20px 0 0;
    text-decoration: underline;
}

.comCont_type04 .sBox .txt_link a {
    color: #000;
    background: url(img/arr_black.png) 100% 50% no-repeat;
    background-size: 8px auto;
}

.comCont_type04 .txt_link a:hover {
    text-decoration: none;
}

/*目次*/
#contents #pageList {
    margin: 80px auto;
    border: 1px solid #000;
    background: #fff;
}

#contents #pageList .decoTit {
    background: #00421e;
    padding: 15px 30px;
}

#contents #pageList .decoTit .sTit {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0;
    position: relative;
    color: #fff;
}

#contents #pageList #toc {
    padding: 30px 30px;
}

#contents #index #pageList #toc .chapter .chapter {
    /*display: none;*/
}

#contents #pageList ul {
    margin: 0;
    padding: 0;
    counter-reset: ul;
}

#contents #pageList ul li {
    position: relative;
    margin: 0 0 5px 0;
    padding: 0 0 0 28px;
    background: none;
    font-size: 1.6rem;
}

#contents #pageList ul li.chapter-h-two:before {
    content: "";
    content: counter(ul, decimal-leading-zero) " ";
    counter-increment: ul 1;
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    padding: 3px 0 0 0;
    line-height: 1.1;
    font-size: 1.6rem;
    text-align: center;
    color: #009b49;
    font-weight: bold;
    box-sizing: border-box;
}

#contents #pageList ul li:last-child {
    margin: 0;
}

#contents #pageList ul li span {
    font-size: 1.5rem;
    color: #222;
}

#contents #pageList ul ul {
    margin: 0;
    padding: 0 0 0 20px;
}

#contents #pageList .chapter .chapter {
    /* display: none; */
}

#contents #pageList .chapter .chapter li {
    padding: 0 0 0 22px;
    text-indent: -1.4rem;
    font-size: 1.6rem;
}

#contents #pageList ul li.chapter-h-three {
    padding: 0 0 0 18px;
}

#contents #pageList ul li.chapter-h-three:before {
    content: "";
    background: url("img/arr_sub.png") 0 0 no-repeat;
    background-size: 8px auto;
    width: 8px;
    height: 13px;
    display: inline-block;
    margin: -15px 6px 0 0;
    vertical-align: middle;
    top: 12px;
    left: -10px;
}

#contents #pageList ul li a {
    padding: 0;
    display: inline-block;
    line-height: 3rem;
    text-decoration: none;
    position: relative;
}

#contents #pageList ul li a:hover {
    text-decoration: underline;
}

#contents #pageList ul li br {
    display: none;
}

/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
    max-width: 650px;
    margin: 4rem auto 8rem;
    position: relative;
    border: solid 1px #333;
    padding: 0rem;
}

.toc_parts .toc_parts_inner {
    display: block;
}

.toc_parts .ttl {
    width: 100%;
    color: #ffffff;
    font-size: 3.2rem;
    background: #46b67a;
}

.toc_parts .ttl span {
    display: block;
    padding: 1rem 1rem 1rem 2rem;
    font-weight: bold;
    position: relative;
    font-size: 2.4rem;
}

#toc {
    width: 100%;
    padding: 20px;
}

#toc ul.chapter {
    margin: 0 0 0;
    padding: 0;
}

#toc ul.chapter li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.6rem;
    font-size: 1.6rem;
    position: relative;
    background: none;
}

#toc ul.chapter li:last-child {
    margin: 0 0 0 0;
}

#toc ul.chapter li::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    background: #46b67a;
    width: 10px;
    height: 3px;
    border-radius: 0;
}

#toc ul.chapter li a {
    display: block;
    font-weight: bold;
    text-decoration: none;
}

#toc ul.chapter li.chapter-h.chapter-h-three {
    margin: 0 0 0.5rem 3rem;
    padding: 0 0 0 4rem;
    font-size: 1.5rem;
    position: relative;
    background: none;
}

#toc ul.chapter li.chapter-h.chapter-h-three:last-child {
    margin: 0 0 0 3rem;
}

#toc ul.chapter li.chapter-h.chapter-h-three::before {
    content: "┗";
    position: absolute;
    top: 0;
    left: 8px;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
    font-size: 1.9rem;
    color: #46b67a;
}

#toc ul.chapter li.chapter-h.chapter-h-three a {
    display: block;
    font-weight: bold;
    text-decoration: none;
}

li.chapter-h.chapter-h-three #toc ul.chapter li br {
    display: none;
}

.toc_parts .acc_btn {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    background: #f6f5f0;
    max-width: 320px;
    margin: auto;
    padding: 1rem 4rem;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    z-index: 8;
}

.toc_parts .acc_btn::after {
    content: "";
    position: absolute;
    top: 64%;
    right: 15px;
    background: url("/wp/wp-content/uploads/acc_btn-open.png") left top no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    margin-top: -18px;
    transition: all 0.3s ease;
}

.toc_parts .acc_content.is-open .acc_btn::after {
    background: url("/wp/wp-content/uploads/acc_btn-close.png") left top no-repeat;
    background-size: contain;
}

.toc_parts .acc_btn span {
    font-weight: bold;
}

.toc_parts .acc_btn span::before {
    content: "すべての項目を見る";
}

.toc_parts .acc_content.is-open .acc_btn span::before {
    content: "目次を閉じる";
}

.toc_parts .acc_content {
    height: 280px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.toc_parts .acc_content::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
    width: 100%;
    height: 110px;
    transition: all 0.4s;
    z-index: 1;
}

.toc_parts .acc_content.is-open::after {
    background: none;
    height: auto;
}

.toc_parts .toc_parts_inner {
    padding: 0 0 8rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .toc_parts {
        max-width: 100%;
        margin: 4rem auto 4rem;
    }

    .toc_parts .toc_parts_inner {
        display: block;
    }

    .toc_parts .ttl {
        width: 100%;
        font-size: 1.8rem;
    }

    .toc_parts .ttl span {
        padding: 1rem;
        font-size: 2rem;
    }

    .toc_parts .ttl span::after {
        display: block;
        position: relative;
        top: inherit;
        right: inherit;
        transform: rotate(90deg);
        background: url(img/deco_01.png) left top no-repeat;
        background-size: contain;
        width: 14px;
        height: 16px;
        margin: 5px 0 0 5px;
    }

    #toc {
        width: auto;
        margin: 1.5rem 0.5rem 0;
    }

    #toc ul.chapter {
        margin: 0 0 0;
        padding: 0 1.6rem;
    }

    #toc ul.chapter li {
        margin: 0 0 1rem 0;
        padding: 0 0 0 1.4rem;
        font-size: 1.4rem;
    }

    #toc ul.chapter li::before {
        top: 12px;
        left: 0;
        width: 8px;
        height: 2px;
    }

    .toc_parts .acc_btn {
        max-width: 80%;
        padding: 1.8rem 4rem;
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .toc_parts .acc_btn::after {
        right: 16px;
        /* background: url("img/acc_open.png") left top no-repeat; */
        background-size: contain;
        width: 24px;
        height: 24px;
        margin-top: -22px;
    }

    .toc_parts .acc_content.is-open .acc_btn::after {
        /* background: url("img/acc_close.png") left top no-repeat; */
        background-size: contain;
    }

    .toc_parts .acc_content {
        height: 290px;
    }

    .toc_parts .acc_content::after {
        height: 150px;
    }

    .toc_parts .toc_parts_inner {
        padding: 0 0 8rem;
    }

    #toc ul.chapter li.chapter-h.chapter-h-three {
        margin: 0 0 0.5rem 1rem;
        padding: 0 0 0 3.5rem;
        font-size: 1.5rem;
        position: relative;
        background: none;
    }

    #toc ul.chapter li.chapter-h.chapter-h-three:last-child {
        margin: 0 0 0 1rem;
    }
}

/*関連リンク*/
#contents #article {
    border: 1px solid #000;
    width: 100%;
    margin: 100px auto;
    background: #fff;
}

#contents #article .tit {
    font-size: 2.4rem;
    font-weight: 600;
    padding: 20px 30px 20px 30px;
    letter-spacing: 0.2rem;
    background: #00421e;
    color: #fff;
}

#contents #article #detail {
    padding: 30px 30px 30px 30px;
}

#contents #article ul {
    margin: 0;
    padding: 0;
}

#contents #article ul li {
    padding: 0;
    margin: 0 0 10px 0;
    background: none;
    position: relative;
}

#contents #article ul li a {
    padding: 0 0 0 15px;
    display: block;
    line-height: 2.6rem;
    text-decoration: none;
    position: relative;
    background: url(img/arr_black.png) 0 50% no-repeat;
    background-size: 8px auto;
}

#contents #article ul li:last-child {
    margin: 0;
}

#contents #article ul li a {
    text-decoration: none;
}

#contents #article ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 599px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2em;
        min-width: inherit;
        width: 100%;
    }

    #contents {
        overflow: hidden;
    }

    .pc_br {
        display: none;
    }

    .sp_br {
        display: block;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    img {
        max-width: 100%;
    }

    h1, h2, h3, h4, h5, h6 {
        /*letter-spacing: 0rem;*/
    }

    p span, .marker {
        font-size: 1.4rem;
    }

    p {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0 0 10px 0;
        line-height: 2.6rem;
    }

    a {
        color: #000;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        /* 強調をなくす */
    }

    .wi1170 {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .wi970 {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #category, #page {
        position: relative;
        float: none;
        width: 100%;
        padding: 0 1.5rem 0 1.5rem;
        box-sizing: border-box;
    }

    #side {
        display: none;
    }

    /* ================== */
    /*header　*/
    /* ================== */
    header {
        margin: 0;
    }

    header .sitename_wrap a {
        padding: 1rem 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .sitename_wrap .logo {
        width: 19vw;
        margin: 0 5px 0 0;
    }

    .sitename, .sitename a {
        font-size: 9px;
        font-size: 3vw;
        line-height: 1.6rem;
    }

    /*--------------------------------------
　content
---------------------------------------*/
    .temp_inner {
        padding: 0;
        box-sizing: border-box;
    }

    #category h1, #page h1 {
        margin: 23px auto 23px;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 3.6rem;
        padding: 2rem 2rem 2rem 2rem;
        border-top: 4px solid #000;
        border-bottom: 4px solid #000;
    }

    #category h1 a:after, #page h1 a:after {
        content: "";
        background: url(img/arr_black.png) no-repeat;
        background-size: 10px auto;
        width: 6px;
        height: 9px;
        position: absolute;
        right: 0;
        top: calc(50% - 5px);
    }

    #category h2, #page h2 {
        background: #f6f5f0 url(img/sec_tit_bg.png) left -7rem top 50% no-repeat;
        background-size: 15rem auto;
        margin: 35px 0 2rem;
        padding: 1.2rem 1rem 1.2rem 2rem;
        font-size: 2rem;
        font-size: 2rem;
        line-height: 1.4;
    }

    #category h2 a, #page h2 a {
        text-align: left;
        display: block;
        background: url("img/arr01.png") right 0 top 50% no-repeat;
        background-size: 1.6rem auto;
        padding: 0 2rem 0 0;
    }

    #category h3, #page h3 {
        position: relative;
        background-size: 16%;
        margin: 35px 0 2rem;
        padding: 1rem 1rem 15px 15px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    #category h3 a, #page h3 a {
        display: block;
        background: url("img/arr01_w.png") right 0 top 50% no-repeat;
        background-size: 1.6rem auto;
        padding: 0 2rem 0 0;
    }

    #category h6, #category h4, #category h5, #category h6, #page h4, #page h5, #page h6 {
        position: relative;
        margin: 3.5rem 0 2rem;
        padding: 0 1rem 1rem 0;
        font-size: 1.6rem;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    #category h6 a, #category h4 a, #category h5 a, #category h6 a, #page h4 a, #page h5 a, #page h6 a {
        position: relative;
        background: url("img/arr01.png") right 0 top 50% no-repeat;
        background-size: 1.6rem auto;
        display: block;
        font-size: 1.6rem;
        font-size: 1.6rem;
        padding: 0 2rem 0 0;
    }

    .sitemap h2 a {
        color: #000;
    }

    #contents ul {
        margin: 2rem 0 2rem;
        padding: 1rem 1rem 0;
    }

    #contents ul li {
        min-height: 12px;
        padding: 0 0 4px 22px;
        background: url(./img/listicon_green.png) 0 8px no-repeat;
        background-size: auto 14px;
        image-rendering: -webkit-optimize-contrast;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
    }

    /*--------------------------------------
　table
---------------------------------------*/
    #contents table {
        border-collapse: collapse;
        width: 100%;
        table-layout: fixed;
        margin: 30px auto 30px;
        border-top: 1px solid #000;
    }

    #contents table td {
        background: #fff;
        font-size: 14px;
        font-size: 1.4rem;
    }

    #contents table th, #contents table td {
        border: 1px solid #000;
        font-size: 1.4rem;
        padding: 10px;
        box-sizing: border-box;
    }

    #contents .db_t table th, #contents .db_t table td {
        width: 100%;
        display: block;
    }

    #contents .db_t table th {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        border-top: none;
        border-bottom: none;
    }

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

    #contents .float-wrap .float-img {
        margin: 0 0 12px 0;
    }

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

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

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

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

    #contents .float-wrap p {
        line-height: 2.6rem;
        margin: 0 auto;
        width: 100%;
    }

    #contents .float-wrap .catch {
        font-size: 1.6rem;
        margin: 0 0 10px;
        line-height: 1.5;
        padding: 0;
    }

    #contents .float-wrap .fl.t_small {
        width: 100%;
        padding: 0;
        text-align: center;
        float: none;
    }

    #contents .float-wrap .fr.t_small {
        width: 100%;
        padding: 0 0 0 20px;
        margin: 0;
        text-align: center;
        float: none;
    }

    #contents .float-wrap table {
        width: 100%;
        margin: 2rem 0 2rem;
        display: table;
    }

    #contents .float-wrap table th {
        width: 100%;
        display: block;
        font-size: 1.6rem;
        border-bottom: none;
    }

    #contents .float-wrap table tr:nth-child(2) th {
        border-top: none;
    }

    #contents .float-wrap table td {
        text-align: left;
        display: block;
        font-size: 1.4rem;
    }

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

    /*--------------------------------------
　btn
---------------------------------------*/
    .btn-link {
        margin: 20px 0;
        text-align: center;
    }

    .btn-link a {
        background: #fff url(img/arr01.png) right 15px top 50% no-repeat;
        background-size: 16px auto;
        border-radius: 30px;
        color: #000;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        display: block;
        text-align: center;
        padding: 1.6rem 3.5rem 1.6rem 2rem;
        position: relative;
        text-decoration: none;
        line-height: 1.4;
        border: 1px solid #000000b3;
        box-shadow: 0 3px 0 #000000b3;
    }

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

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

    .btn-internal a {
        background: #009b49 url(img/arr01_w.png) right 15px top 50% no-repeat;
        background-size: 16px auto;
        color: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        display: block;
        text-align: center;
        padding: 1.6rem 3.5rem 1.6rem 2rem;
        position: relative;
    }

    .btn-web a {
        background: #ffdb01 url("img/arr01.png") right 15px top 50% no-repeat;
        background-size: 16px auto;
        color: #000;
        font-size: 15px;
        font-size: 1.5rem;
        display: block;
        text-align: center;
        padding: 1.6rem 3.5rem 1.6rem 2rem;
        position: relative;
        line-height: 1.4;
    }

    .btn-tel {
        display: block;
    }

    .btn-tel a {
        background: #21a9c6 url("img/icon_tell.png") left 2rem top 50% no-repeat;
        background-size: 18px;
        color: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        display: block;
        text-decoration: none;
        text-align: center;
        padding: 1.6rem 2.5rem 1.6rem 4.5rem;
        position: relative;
        line-height: 1.4;
        border-radius: 3rem;
        border: 1px solid #000000b3;
        box-shadow: 0 3px 0 #000000b3;
    }

    /*--------------------------------------
追加パーツ
---------------------------------------*/
    /*共通パーツ*/
    .comCont_type01 {
        padding: 0 1.5rem 2rem 1.5rem;
        border-radius: 2rem;
        width: 100%;
        margin: 8rem auto 6rem;
    }

    .comCont_type01 .subTit {
        font-size: 1.6rem;
        line-height: 2.6rem;
        padding: 0.8rem 2rem;
        position: relative;
        top: -3rem;
        left: -2rem;
    }

    .comCont_type01 .subTit:before {
        content: "";
        background: #00421e;
        position: absolute;
        bottom: -6px;
        left: 4rem;
        width: 1.5rem;
        height: 7px;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    }

    .comCont_type01 .flBox {
        display: block;
    }

    .comCont_type01 .flBox .txtArea {
        width: 100%;
    }

    .comCont_type01 .flBox .txtArea .company_info {
        padding: 0 0 0 115px;
        position: relative;
    }

    .comCont_type01 .flBox .txtArea .company_info img {
        width: 10rem;
        top: 0;
        left: 0;
        border-radius: 5px;
    }

    .comCont_type01 .flBox .txtArea .company_info .company_name {
        padding: 0 0 5px 0;
        margin: 0 0 1rem 0;
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .comCont_type01 .flBox .txtArea .company_info .name {
        font-size: 2rem;
        letter-spacing: 0.1rem;
    }

    .comCont_type01 .flBox .txtArea .company_info .name .fs_s {
        font-size: 1.3rem;
    }

    .comCont_type01 .flBox .txtArea .company_info {
        margin: 0 0 1.5rem 0;
    }

    #contents .comCont_type01 .caption {
        font-size: 1.2rem;
    }

    #contents .comCont_type01 .txt_link {
        margin: 1.5rem 0 0 0;
    }

    #contents .comCont_type01 .txt_link a {
        display: inline-block;
        background: url(img/arr_black.png) right 0 top 50% no-repeat;
        background-size: 6px auto;
        padding: 0 1.5rem 0 0;
    }

    /*comCont_type02*/
    #contents .comCont_type02 {
        margin: 6rem auto 6rem;
    }

    #contents .comCont_type02 .flBox {
        display: block;
        padding: 1.5rem;
        border: 2px solid #f6f5f0;
        border-radius: 2rem;
    }

    #contents .comCont_type02 .flBox .sBox {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #000;
        padding: 0 0 2rem 0;
    }

    #contents .comCont_type02 .flBox .sBox:last-child {
        border-bottom: none;
    }

    #contents .comCont_type02 .flBox .sBox:nth-child(2n) {
        border-right: none;
        padding: 2rem 0 0 0;
    }

    #contents .comCont_type02 .flBox .sBox .ph {
        float: left;
        width: 15rem;
        padding: 0 1.5rem 0 0;
    }

    #contents .comCont_type02 .flBox .sBox .ph img {
        border-radius: 1rem;
        margin: 0 0 1rem;
    }

    #contents .comCont_type02 .flBox .sBox .ph .name {
        font-size: 1.4rem;
        line-height: 1.4;
        text-align: center;
        margin: 0 0 5px 0;
    }

    #contents .comCont_type02 .flBox .sBox .caption {
        text-align: left;
    }

    /*comCont_type03*/
    #contents .comCont_type03 {
        margin: 6rem auto 6rem;
    }

    #contents .comCont_type03 .inner {
        border-radius: 2rem;
        background: #f6f5f0;
        padding: 3rem 1.5rem 2rem 1.5rem;
    }

    #contents .comCont_type03 p:last-child {
        margin: 0;
    }

    #contents .comCont_type03 .mTit {
        text-align: center;
        margin: -5rem auto 2rem;
    }

    #contents .comCont_type03 .mTit .mTit_inner {
        display: inline-block;
        font-size: 1.6rem;
        line-height: 1.4;
        border-radius: 5rem;
        padding: 1rem 3.5rem;
        position: relative;
    }

    #contents .comCont_type03 .mTit .mTit_inner:before {
        content: "";
        background: #009b49;
        position: absolute;
        bottom: -6px;
        left: calc(50% - 7px);
        width: 15px;
        height: 7px;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    }

    /*.comCont_type04*/
    .comCont_type04 {
        background: #00421e url(img/icon_large06.png) left 0 top 2rem no-repeat;
        background-size: 8rem auto;
        padding: 5rem 0 5rem;
        margin: 5rem auto 0;
    }

    .comCont_type04 .titArea {
        width: calc(100% - 3rem);
        margin: 0 auto 4rem;
    }

    .comCont_type04 .titArea p {
        padding: 0;
        margin: 0;
    }

    .comCont_type04 .idxh2 {
        font-size: 2.4rem;
        margin-bottom: 2rem;
        background: none;
        line-height: 3.6rem;
        letter-spacing: 0.1rem;
        padding: 1.5rem 0 2rem;
    }

    .comCont_type04 .bg_darkTone .idxh2 {
        color: #fff;
        border-top: 4px solid #fff;
        border-bottom: 4px solid #fff;
    }

    .comCont_type04 .idxh2 .fs_s {
        font-size: 1.9rem;
    }

    .comCont_type04 .idxh2 .fs_ss {
        font-size: 1.6rem;
        line-height: 3rem;
    }

    .comCont_type04 .topCont {
        display: block;
        margin: 0 auto 5rem;
        padding: 0 1.5rem;
    }

    .comCont_type04 .topCont .phArea {
        order: 2;
        width: 100%;
        margin: 0 auto 3rem;
    }

    .comCont_type04 .topCont .phArea .caption {
        text-align: center;
    }

    .comCont_type04 .topCont .phArea img {
        border-radius: 10px;
    }

    .comCont_type04 .topCont .txtArea {
        order: 1;
        width: 100%;
    }

    .comCont_type04 .topCont .txtArea * {
        color: #fff;
    }

    .comCont_type04 .topCont .txtArea .txt_link a {
        background: url(img/arr_white.png) right 0 top 50% no-repeat;
        background-size: 8px auto;
        padding: 0 2rem 0 0;
        display: block;
    }

    .comCont_type04 .flBox {
        display: block;
        margin: 0 auto 4rem;
        padding: 0 1.5rem;
    }

    .comCont_type04 .flBox .sBox {
        width: 100%;
        background: #fff url(img/deco_titIcon02.png) left -25px top -25px no-repeat;
        background-size: 10rem auto;
        border-radius: 1rem;
        padding: 2rem 1.5rem;
        margin: 0 auto 1.5rem;
    }

    .comCont_type04 .flBox .sBox .idxh3 {
        background: none;
        margin: 0 auto 2rem;
        padding: 0;
        text-align: center;
        display: table;
        font-size: 1.8rem;
        line-height: 3rem;
    }

    .comCont_type04 .flBox .sBox .idxh3 a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 0 2.5rem 0 1rem;
        background: url(img/arr01.png) right 0 top 50% no-repeat;
        background-size: 1.6rem auto;
    }

    .comCont_type04 .flBox .sBox p:last-child {
        margin: 0;
    }

    .comCont_type04 .btn-web {
        margin: 0 auto;
    }

    .comCont_type04 .sectxt_link {
        padding: 0 1.5rem;
    }

    /*目次*/
    #contents #pageList {
        width: 100%;
        margin: 5rem auto;
        display: block;
    }

    #contents #pageList .decoTit {
        padding: 0;
    }

    #contents #pageList .decoTit .sTit {
        width: 100%;
        writing-mode: inherit;
        font-size: 1.5rem;
        padding: 1rem 1.5rem;
        font-size: 1.6rem;
    }

    #contents #pageList #toc {
        width: 100%;
        padding: 2rem 1.5rem;
    }

    #contents #index #pageList #toc .chapter .chapter {
        /*display: none;*/
    }

    #contents #pageList ul {
        margin: 0;
        padding: 0;
        /*counter-reset: ul;*/
    }

    #contents #pageList ul li {
        background: none;
        line-height: 2.6rem;
        font-size: 1.4rem;
    }

    #contents #pageList ul ul {
        margin: 0;
        padding: 0 0 0 1.5rem;
    }

    #contents #pageList .chapter .chapter li {
        background: url("img/arr_sub.png") left 0 top 15% no-repeat;
        background-size: 6px auto;
        padding: 0 0 0 1.5rem;
        font-size: 1.5rem;
        line-height: 1.4;
        text-indent: 0;
    }

    #contents #index #pageList ul li:before, #contents #pageList .chapter .chapter li:before {
        display: none;
    }

    #contents #pageList ul li a {
        text-decoration: none;
        padding: 0 1.5rem 0 0;
    }

    #contents #pageList ul li a:hover {
        text-decoration: underline;
    }

    /*関連リンク*/
    #contents #article {
        width: 100%;
        margin: 5rem auto;
    }

    #contents #article .tit {
        width: 100%;
        writing-mode: inherit;
        padding: 1rem 1.5rem;
        font-size: 1.6rem;
    }

    #contents #article #detail {
        width: 100%;
        padding: 2rem 1.5rem;
    }

    #contents #article ul {
        margin: 0;
        padding: 0;
    }

    #contents #article ul li {
        position: relative;
        margin: 0 0 1.5rem 0;
        padding: 0;
        background: none;
        background: url("img/arr_black01.png") left 0 top 25% no-repeat;
        background-size: 1.2rem auto;
        line-height: 1.4;
    }

    #contents #article ul li:last-child {
        margin: 0;
    }

    #contents #article ul li a {
        text-decoration: none;
    }

    #contents #article ul li a:hover {
        text-decoration: underline;
    }

    /*--------------------------------------
　botFix
---------------------------------------*/
    /*追従の目次*/
    footer .vertical {
        writing-mode: inherit;
    }

    footer #pageList {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        align-items: end;
    }

    footer #pageList .decoTit {
        width: 8rem;
        cursor: pointer;
        order: 2;
    }

    footer #pageList .decoTit .sTit {
        background: #e5e0c9;
        height: 5.6rem;
        font-size: 1.5rem;
        text-align: center;
        letter-spacing: 0.1rem;
        margin: 0;
        padding: 1rem 0.8rem;
        border-radius: 0 0 1rem 1rem;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #botFix {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 2;
        width: 100%;
    }

    #botFix #pageList {
        position: fixed;
        top: -100vh;
        right: 0;
        width: 80%;
        transform: inherit;
        transform: translateY(0);
        transition: transform 0.5s;
    }

    footer #botFix #pageList.open {
        transform: inherit;
        transform: translateY(100vh);
        z-index: 3;
    }

    footer #botFix #pageList .closeBtn {
        position: absolute;
        top: 0.5rem;
        right: 1rem;
        font-size: 2.2rem;
        color: #000;
        padding: 0.5rem;
        border-radius: 50%;
    }

    footer #pageList .scroll {
        width: 100%;
        overflow-y: scroll;
        max-height: inherit;
        height: 100vh;
        border-radius: 0;
        border-left: 1px solid #e5e0c9;
        border-top: none;
        background: #fff;
    }

    footer #pageList #toc {
        border: none;
        width: 100%;
        padding: 2.4rem 0 1.6rem;
        box-sizing: border-box;
        border-radius: 0;
        order: 1;
    }

    footer #pageList li {
        background: url(img/listicon_green.png) 0 0.8rem no-repeat;
        background-size: 1rem auto;
        margin: 0 0 1rem 0;
        padding: 0 0 0 1.8rem;
        line-height: 2.6rem;
    }

    footer #pageList li br {
        display: none;
    }

    footer #pageList .chapter .chapter {
        display: none;
    }

    footer #web_bn:hover {
        transform: inherit;
    }

    footer #web_bn {
        margin-top: 0;
        width: 20rem;
        position: fixed;
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        align-items: center;
        right: 10rem;
        top: -15rem;
        transform: translateY(0);
        transition: transform 0.5s;
        z-index: 2;
        border-radius: 0 0 1rem 1rem;
        border: none;
    }

    footer #web_bn.open {
        transform: translateY(14rem);
    }

    footer #web_bn .sTit {
        order: 2;
    }

    footer #web_bn:hover .sTit {
    }

    footer #web_bn .sTit {
        width: auto;
        height: auto;
        margin: auto;
        font-size: 1.5rem;
        text-align: center;
        letter-spacing: 0.1rem;
        padding: 1rem 0.8rem 2.7rem;
        border-radius: 0 0 1rem 1rem;
    }

    footer #web_bn .sTit:before {
    content: "こちら";
    color: #52b3de;
    top: 3.2rem;
    right: 0;
    left: 0;
    margin: auto;
    background: none;
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
    height: 20px;
    padding: 0;
}
    
    footer #web_bn .detail {
        width: 19rem;
        max-height: 15rem;
        padding: 2rem 0;
        order: 1;
        border-radius: 0 0 1rem 1rem;
    }

    footer #web_bn .detail a:hover {
        text-decoration: none;
    }

    footer #web_bn .detail .txt01 {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 2.6rem;
        text-align: center;
        margin: 0 0 1rem 0;
    }

    footer #web_bn .detail .txt02 {
        font-size: 1.2rem;
        line-height: 1.4;
        text-align: center;
        background: #fff;
        border-radius: 1rem;
        padding: 1rem 5px;
        border: 1px solid #000000b3;
        box-shadow: 0 3px 0 #000000b3;
    }

    /*固定ナビ*/
    /* #botFix_btn {
position: fixed;
top: 0;
right: 0;
z-index: 3;
width: 250px;
} */
    /*--------------------------------------
btn
---------------------------------------*/
    #contents .sitemap {
        padding: 0 10px;
        box-sizing: border-box;
    }

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

    #spNav {
        display: block;
    }

    #pcNav {
        display: none;
    }

    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    /* ハンバーガーメニュー */
    nav {
        width: 280px;
        transform: translate(-280px);
        /* transform: translate(280px); */
    }

    /* ハンバーガーメニュー */
    .bargBg {
        background: rgba(24, 164, 89, 0.8);
        position: fixed;
        top: 1rem;
        left: 1rem;
        z-index: 9;
        transform: translateX(0);
        transition: transform 0.5s;
        width: 4.6rem;
        height: 4.6rem;
        border-radius: 5px;
    }

    .bargBg p {
        width: 4.6rem;
        text-align: center;
        color: #fff;
        font-size: 7px;
        font-size: 0.7rem;
        margin: 1.9rem auto 0;
        position: inherit;
        bottom: inherit;
        left: inherit;
    }

    .bargBg.active {
        transform: translateX(280px);
    }

    .bargBg span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: calc(50% - 1rem);
        width: 2rem;
        height: 2px;
        background-color: #fff;
    }

    .bargBg.active span {
        background-color: #fff;
    }

    .bargBg span:nth-of-type(1) {
        top: 13px;
    }

    .bargBg.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }

    .bargBg span:nth-of-type(2) {
        top: 22px;
    }

    .bargBg.active span:nth-of-type(2) {
        opacity: 0;
    }

    .bargBg span:nth-of-type(3) {
        top: 31px;
    }

    .bargBg.active span:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
    }

    .out-frame {
        position: relative;
        width: 100%;
    }

    .out-frame.black:after {
        background: #fff;
        opacity: 0.8;
        content: "";
        height: 10000px;
        right: 0;
        top: 0;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transform: 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;
        -moz-transform: all 0.5s ease;
    }

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

    .menu-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 44px;
        width: 44px;
        z-index: 10;
    }

    .navOpenOut {
        background: rgba(255, 255, 255, 0.5);
        padding: 13px 10px;
        box-sizing: border-box;
    }

    .navOpen {
        position: inherit;
        top: inherit;
        right: 10px;
        height: 44px;
        width: 44px;
        z-index: 10;
        float: right;
    }

    .header-menu ul li a {
        display: block;
        padding: 15px 30px 15px 10px;
        text-decoration: none;
        line-height: 1.3;
        color: #000;
        font-size: 13px;
        font-size: 1.3rem;
    }

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

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

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

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

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

    .header-menu ul.accordion .tglMenu {
        display: block;
        padding: 15px 30px 15px 10px;
        text-decoration: none;
        line-height: 1.3;
        color: #000;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .header-menu ul.accordion ul li a {
        padding: 12px 30px 12px 20px;
        color: #000;
        font-size: 1.4rem;
    }

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

    #g-nav .accordion li ul li a {
        font-size: 1.4rem;
    }

    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzuWrap {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        margin: 0;
        padding: 0 15px;
    }

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

    #pankuzu a {
        color: #000;
    }

    footer {
        border-radius: 2rem 2rem 0 0;
        box-sizing: border-box;
        width: 100%;
        padding: 4rem 0 0 0;
        margin: 0;
        position: relative;
    }

    footer .foot_logo {
        width: 11rem;
        margin: 0 auto 3rem;
    }

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

    footer .areaInner {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border-top: 1px solid #e3e3e3;
    }

    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: #009b49 url("img/arr_white_down.png") right 1.5rem center no-repeat;
        background-size: 1.6rem auto;
        padding: 1rem 4rem 1rem 4%;
        text-decoration: none;
    }

    footer .areaInner .footBox .sttl.open a {
        background: #009b49 url(img/arr_white_up.png) right 1.5rem center no-repeat;
        background-size: 1.6rem auto;
    }

    footer .areaInner .footBox .sttl {
        border-bottom: 1px solid #e3e3e3;
        padding: 0;
        margin: 0;
        image-rendering: -webkit-optimize-contrast;
    }

    footer .areaInner .footBox .sttl.sitemap a {
        border-top: 1px solid #e3e3e3;
        background: #009b49 url(img/arr01_w.png) right 1.5rem center no-repeat;
        background-size: 1.6rem auto;
    }

    footer .areaInner .footBox .accChild {
        display: none;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        background: #fff;
    }

    footer .areaInner .footBox .accChild li {
        display: block;
        float: none;
        padding: 0;
        background: none;
        margin: 0;
        image-rendering: -webkit-optimize-contrast;
    }

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

    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/arr_black.png") right 1.5rem center no-repeat;
        background-size: 8px auto;
        color: #000;
        border-bottom: 1px dotted #eee;
        padding: 1rem 4rem 1rem 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/arr_black.png") right 1.5rem center no-repeat;
        background-size: 8px auto;
        color: #000;
        border-bottom: 1px dotted #eee;
        padding: 1rem 4rem 1rem 6%;
    }

    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 a {
        padding: 1rem 4rem 1rem 10%;
        background: url("img/arr_black.png") right 1.5rem center no-repeat;
        background-size: 8px auto;
    }

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

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

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

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

    footer .areaInner .noticeArea {
        box-sizing: border-box;
        width: 90%;
        margin: 3rem auto 1rem;
        padding: 2rem;
        box-sizing: border-box;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8;
    }

    footer .areaInner .noticeArea p {
        font-size: 12px;
        font-size: 1.2rem;
    }

    footer .botPrg {
        padding: 0;
        margin: 0 0 3rem 0;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
    }

    footer .botArea {
        padding: 0;
    }

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

    footer .noticeArea p.botPrg {
        padding: 6px 0 2px;
        text-align: center;
    }

    footer p.copy {
        margin: 0;
        padding: 1rem 8rem;
        font-size: 1rem;
        font-size: 1rem;
        line-height: 1.8rem;
        text-align: center;
    }

    footer a {
        text-decoration: none;
    }

    /*--------------------------------------
　PageTop
---------------------------------------*/
    #page-top {
        position: fixed;
        bottom: 1.5rem;
        right: 1.5rem;
        z-index: 2;
        width: 5rem;
    }
}
