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

* {
    box-sizing: border-box;
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}


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

html,
body {
    scroll-padding-top: 9rem;
}

html {
    font-size: 62.5%;
    overflow: auto;
}

body {
    color: #1b1f31;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    min-width: 1000px;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    word-break: break-word;
}

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

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.6;
    cursor: pointer;
}

.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 .headTopWrap {
    background: #03030d;
    padding: 0.7rem;
}

header .headTopArea {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

header .headTopArea .rightTxt {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: right;
    color: #fff;
}

header .headTopArea .rightTxt a{
    color:#fff;
}

header .headTopArea .rightTxt::before {
    content: "PR";
    display: inline-block;
    background: #fff;
    color: #000;
    text-align: center;
    width: 3rem;
    margin-right: 0.5rem;
    font-size: 1.2rem;
}


/*--------------------------------------
　Global Nav
---------------------------------------*/

#g-nav {
    background-color: #dee2ed;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

#g-nav ul {
    display: flex;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1100px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #dee2ed;
}

#g-nav li {
    width: 100%;
    min-height: 6rem;
    text-align: center;
    position: relative;
}

#g-nav li::before {
    content: "";
    background: linear-gradient(#bbb, #bbb);
    background-size: 1px 1px;
    width: 1px;
    height: calc(100% - 2rem);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#g-nav li:last-child::after {
    content: "";
    background: linear-gradient(#bbb, #bbb);
    background-size: 1px 1px;
    width: 1px;
    height: calc(100% - 2rem);
    position: absolute;
    top: 50%;
    right: -0.1rem;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#g-nav li a {
    display: table;
    width: 100%;
    height: 100%;
    color: #3b3b3b;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 1rem;
    position: relative;
    border-bottom: 3px solid #dee2ed;
}

#g-nav li a span {
    display: table-cell;
    vertical-align: middle;
    font-weight: inherit;
}

#g-nav li a:hover {
    opacity: 1;
}

#g-nav li a:hover {
    border-bottom: 3px solid #00a4a2;
}

#g-nav-top {
    width: 300px;
    height: 100%;
    background-color: #eeeeee;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    transform: translate(300px);
    transition: all 0.5s;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#g-nav-top::-webkit-scrollbar {
    display: none;
}

#g-nav-top.open {
    transform: translateZ(0);
    cursor: pointer;
}

#g-nav-top li {
    color: #333;
    text-align: center;
}

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

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

#g-nav-top .accordion li a {
    display: block;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    position: relative;
}

#g-nav-top .accordion li .tglMenu {
    text-align: left;
    color: #000;
    padding: 15px 35px 15px 15px;
    position: relative;
    background: url("img/arrow_black_down.png") 96% center no-repeat;
    background-size: 10px auto;
}

#g-nav-top .accordion li .tglMenu.open {
    background: url("img/arrow_black_up.png") 96% center no-repeat;
    background-size: 9.5px auto;
}

#g-nav-top .accordion li .tglMenu.open::before {
    transform: rotateZ(-90deg);
}

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

#g-nav-top .accordion li ul li a {
    padding: 15px 30px 15px 15px;
    color: #000;
    background: rgba(255, 255, 255, 0.8) url(img/arrow_black.png) 95.5% center no-repeat;
    background-size: 6px auto;
}

#g-nav-top .accordion li ul li {
    border-bottom: none;
    border-top: 1px solid #ccc;
    margin: 0;
}

.bargBg.pc {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 900;
    transform: translateX(0);
    transition: transform 0.5s;
    width: 6.8rem;
    height: 6.8rem;
    cursor: pointer;
}

.menu-trigger {
    display: inline-block;
    width: 6.8rem;
    height: 6.8rem;
    vertical-align: middle;
}

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

.bargBg span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 1.4rem;
    width: 4.2rem;
    height: 0.2rem;
    background: #000;
    border-bottom: none;
}

.bargBg span:nth-of-type(1) {
    top: 1.9rem;
}

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

.bargBg span:nth-of-type(2) {
    top: 3.3rem;
}

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

.bargBg span:nth-of-type(3) {
    top: 4.7rem;
}

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


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

#pankuzuWrap {
    margin: 2rem 0 0 0;
}

#pankuzu {
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 0;
    width: 110rem;
    max-width: 100%;
}

#pankuzu a {
    text-decoration: underline;
}

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

#pankuzu span {
    border-bottom: none;
    font-weight: inherit;
    color: inherit;
}


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

#contents {
    display: flex;
    width: min(100%, 110rem);
    margin: 0 auto 0;
    padding: 0;
}

.main-low {
    width: 100%;
    margin: 0 4rem 0 0;
    padding: 5rem 0;
}


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

#side {
    width: 22%;
    margin: 5rem 0 0 0;
}

#side .sideBox {
    margin: 0 0 1rem 0;
    border-top: 2px solid #543b9a;
}

#side .sideBox .sttl {
    font-size: 1.5rem;
}

#side .sideBox .sttl a {
    display: block;
    padding: 1.6rem 1.2rem;
    color: #000;
    line-height: 1.66;
}

#side .sideBox ul {
    padding: 0;
    margin: 0;
}

#side .sideBox ul li {
    background-image: none;
    padding: 0;
    position: relative;
}

#side .sideBox ul li::before {
    content: "";
    background: #bfbfbf;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    transform: none;
}

#side .sideBox ul li a {
    display: block;
    padding: 10px 15px 10px 12px;
    font-size: 1.3rem;
    background: url(img/arrow_black.png) no-repeat right 0.5rem center;
    background-size: 6px auto;
    text-decoration: none;
    color: #000;
}

#side .sideBox ul li a:hover {
    opacity: 0.6;
    text-decoration: none;
}

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

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

#side .sideBox .subList li a {
    display: block;
    padding: 10px 28px 10px 30px;
    position: relative;
}

#side .sideBox .subList li a::before {
    content: "└";
    margin: 0;
    position: absolute;
    left: 1.1rem;
}


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

footer {
    margin: 0;
    padding: 0;
    background: url(img/footer_bg.jpg) no-repeat;
    background-size: cover;
}

footer .areaInner {
    width: 100%;
    padding: 4rem 0;
}

footer .areaInner .inner {
    position: relative;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

footer .areaInner .logo {
    width: auto;
    max-width: 90%;
    margin: 0 auto 5rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

footer .areaInner .logo span {
    color: #eb0b1e;
}

footer .areaInner .logo a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

footer .areaInner .logo a:hover {
    opacity: 0.6;
}

footer .areaInner .footBox {
    margin: 0 0 3.5rem 0;
}

footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #fff;
    padding: 0 0 0.5rem 0;
    margin: 0 0 1.5rem 0;
}

footer .areaInner .footBox .sttl a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    background: url(img/arrow01_white.svg) no-repeat left center;
    background-size: 18px auto;
    border: none;
    padding: 0.3rem 0 0.1rem 3rem;
    margin: 0;
}

footer .areaInner .footBox .sttl a:hover {
    text-decoration: none;
    opacity: 0.6;
}

footer .footBox ul {
    padding: 0 2.0rem;
}

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

footer .areaInner .footBox .accChild li.subCat {
    width: 22%;
    margin: 0 4% 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n+1) {
    margin: 0 0 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat a {
    display: inline-block;
    padding: 0 0 0 1.5rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    background: url(img/arrow_white.png) no-repeat left center;
    background-size: 5px auto;
}

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

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

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

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

footer .areaInner .footBox .accChild li {
    /* float: left; */
    display: inline-block;
    margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild li a {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0;
}

footer .areaInner .footBox .accChild .subList {
    padding: 0 0 0 1.5rem;
    margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild .subList li {
    padding: 0.5rem 0 0 0;
    display: block;
    float: none;
    margin: 0;
    position: relative;
}

footer .areaInner .footBox .accChild .subList li::before {
    content: "└";
    color: #3b3b3b;
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: 0.4rem;
}

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

footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 2.8rem 3.0rem;
    margin: 3.5rem auto 0;
}

footer .areaInner .noticeArea p {
    font-size: 1.2rem;
    color: #3b3b3b;
    margin: 0;
}

footer .areaInner p.ucp {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
    margin: 3rem auto 0;
}

footer .botArea {
    background-color: #fff;
}

footer .botArea .inner {
    width: 1100px;
    max-width: 100%;
    padding: 1.2rem 5rem 1.5rem;
    margin: 0 auto;
}

footer .botArea .inner.cf {
    content: none;
}

footer p.sitemap {
    float: right;
    color: #3b3b3b;
}

footer p.sitemap a {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: right;
    padding: 0.2rem 0 0.4rem 1.4rem;
    text-decoration: underline;
    color: #3b3b3b;
}

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

footer p.copy {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left;
    float: left;
    padding: 0.5rem 0;
    max-width: calc(100% - 100px);
    color: #3b3b3b;
}

footer p.copy a {
    color: #3b3b3b;
}

footer a {
    text-decoration: none;
}


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

#page-top {
    position: fixed;
    bottom: 44rem;
    right: 2rem;
    z-index: 100;
    width: 5.2rem;
}

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


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


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


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

.main p {
    margin: 2rem auto;
}

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

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

.caption {
    margin: 0.8rem 0 0 0;
    color: #999;
    font-size: 1rem;
    line-height: 1.4;
    word-break: break-all;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
}

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

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


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

.main-index h2:not([class]),
.main-index h3:not([class]),
.main-index h4:not([class]),
.main-low h1,
.main-low h2,
.main-low h3,
.main-low h4,
.main-low h5,
.main-low h6 {
    position: relative;
    font-weight: 700;
    line-height: 1.4;
}

.main-index h2:not([class]),
.main-low h1:not([class]) {
    margin: 2.5rem 0 6rem 0;
    padding: 2.5rem 2rem 3rem 2rem;
    background: url(img/title_h1_bg_01.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
}

.main-index h2:not([class]) span, .main-low h1:not([class]) span{
 color: #efacff;
}

.main-index h2:not([class])::before,
.main-low h1:not([class])::before {
    position: absolute;
    left: -.5rem;
    top: -.5rem;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #c668f8, #2b97c9);
    content: "";
    z-index: -1;
}

.main-index h2:not([class])::after,
.main-low h1:not([class])::after {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translateX(-50%);
    width: 2.1rem;
    height: 3.3rem;
    background: url(img/title_bg_01.png) no-repeat left top;
    background-size: contain;
    content: "";
}

.main-index h3:not([class]),
.main-low h2:not([class]) {
    margin: 6rem 0 3rem 0;
    padding: 2rem 2rem 2.8rem 2.8rem;
    background-image: linear-gradient(90deg, #e2dff0, #ccebf4);
    font-size: 2.6rem;
}

.main-index h3:not([class])::before,
.main-low h2:not([class])::before {
    position: absolute;
    left: 0;
    bottom: 0.8rem;
    width: 100%;
    height: 0.1rem;
    border-bottom: 1px solid #1b1f31;
    content: "";
}

.main-index h4:not([class]),
.main-low h3:not([class]) {
    min-height: 6rem;
    margin: 4rem 0 3rem 0;
    padding: 1rem 2rem 1.5rem 7.8rem;
    background: url(img/title_bg_02.png) no-repeat 1.5rem top;
    background-size: 5rem;
    border-bottom: 1px solid #1b1f31;
    color: #7d43cc;
    font-size: 2.2rem;
}

.main-low h4:not([class]),
.main-low h5:not([class]),
.main-low h6:not([class]) {
    margin: 4rem auto 2rem auto;
    padding: 0 2rem 0.8rem 2rem;
    border-bottom: 1px dashed #1b1f31;
    color: #1b1f31;
    font-size: 2rem;
}

.main-index h2:not([class]) a,
.main-index h3:not([class]) a,
.main-index h4:not([class]) a,
.main-low h1: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 3rem 0 0;
    background: url(img/arrow01_black.svg) no-repeat right center;
    background-size: 20px auto;
    color: inherit;
    text-decoration: none;
}


.main-index h2:not([class]) a,
.main-low h1:not([class]) a {
    background: url(img/arrow01_white.svg) no-repeat right 3rem center;
    background-size: 30px auto;
    padding:0 2rem;
}



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

.main .check,
.main .point {
    display: flex;
    align-items: center;
    position: relative;
    margin: 4rem 0 3rem 0;
    padding: 1.2rem 2rem 1.6rem 10rem;
    background: #1b1f31;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
}

.main .check::before,
.main .point::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 8rem;
    height: 8rem;
    background: #00a4a2;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.1;
    text-align: center;
    content: "CHECK";
}

.main .point::before {
    content: "POINT";
}

.main .check a,
.main .point a {
    display: block;
    width: 100%;
    padding: 0 3rem 0 0;
    background: url(img/arrow01_white.svg) no-repeat right center;
    background-size: 20px auto;
    color: inherit;
    text-decoration: none;
}


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

.main ul:not([class]) {
    margin: 3rem 0;
    padding: 0;
}

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

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

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

.main ol {
    margin: 3rem 0;
    padding: 0;
}

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

.main ol li::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 2rem;
    height: 2rem;
    background: #7d43cc;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.1;
    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 0;
    border-collapse: collapse;
}

table th {
    padding: 1rem 1.5rem;
    background: #dee2ed;
    border: 1px solid #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

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


@media screen and (max-width: 480px) {
table th ,table td  {
    font-size:1.4rem;
    }
}

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

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

.float-wrap table{
    width:auto;
}

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

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

.float-wrap .ct {
    width: 80rem;
    margin: 0 auto 2rem auto;
    text-align: center;
}
.float-wrap .float-img.ct .flame img {
    width: auto;
    max-height: 50rem;
}
.float-wrap .catch {
    margin: 0 0 2rem 0;
    color: #7d43cc;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

.float-wrap.ct .catch {
    text-align: center;
}

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


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

.btn-tel {
    display: none;
}

.btn-internal,
p.btn-internal {
    position: relative;
    max-width: 45rem;
    margin: 4rem auto;
    padding: 0;
    text-align: center;
    z-index: 0;
}

.btn-internal::after {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    width: calc(100% - 0.1rem);
    height: calc(100% - 0.1rem);
    border: 1px solid #009c9a;
    border-top: none;
    border-left: none;
    content: "";
    pointer-events: none;
}

.btn-internal a::before, .btn-web a::before{
    content:"";
    right: 2rem;
    top: 50%;
    height: 0.7rem;
    width: 2rem;
    position: absolute;
    display:block;
    background: url(img/arrow01_white.svg) no-repeat;
    background-size: 20px auto;
    z-index: 1;
    transform: translateY(-50%);
}

.btn-internal.down a::before, .btn-web.down a::before{
    height: 2rem;
    width: 0.7rem;
    background: url(img/arrow01_white_down.svg) no-repeat;
    background-size: auto 20px;
}

.btn-internal a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 4.5rem;
    background-image: linear-gradient(90deg, #008482, #01a4a2);
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    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);
    z-index: 0;
}

.btn-internal.up a {
    padding: 2rem 4rem;
    background: #543b9a url(img/arrow01_white_up.svg) no-repeat right 2rem center;
    background-size: auto 20px;
}

.btn-internal.down a {
    padding: 2rem 4rem;
}

.btn-internal a:hover {
    text-decoration: none;
    opacity: 0.7;
    transform: translate(5px, 5px);
}

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

.btn-web::after {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    width: calc(100% - 0.1rem);
    height: calc(100% - 0.1rem);
    border: 1px solid #977900;
    border-top: none;
    border-left: none;
    content: "";
    pointer-events: none;
}

.btn-web a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 4.5rem;
    background-image: linear-gradient(90deg, #977900, #e0b400);
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    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 {
    text-decoration: none;
    opacity: 0.7;
    transform: translate(5px, 5px);
}

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

.btn-link a {
    display: inline-block;
    position: relative;
    min-height: 1.6rem;
    padding: 0.2rem 0 0.2rem 2.4rem;
    background: url(img/arrow_link.png) no-repeat left center;
    background-size: 16px auto;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: underline;
}

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


/*--------------------------------------
box-wrap
---------------------------------------*/

.box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 6rem 0;
}

.box-wrap .box {
    position: relative;
    width: calc((100% - 6rem) / 2);
    margin: 0 0 4rem 0;
    padding: 0 0 1.5rem 0;
    background: #fff;
}

.box-wrap .box:nth-child(odd)::before {
    position: absolute;
    right: -2.9rem;
    top: 0;
    width: 0.1rem;
    height: 100%;
    border-right: 1px solid #000;
    content: "";
}

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

.box-wrap .box-head .fig {
    margin: 0 0 2rem 0;
    text-align: center;
}

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

.box-wrap .box-head .ttl a {
    display: block;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    background: url(img/arrow01_black.svg) no-repeat right center;
    background-size: 20px auto;
    color: inherit;
    text-decoration: none;
}

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

.box-wrap .box-body .fig {
    float: left;
    width: 7.5rem;
    margin: 0 2rem 0 0;
    text-align: center;
}


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

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

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

.frame-wrap .frame {
    width: calc((100% - 5rem) / 3);
    margin: 0 0 3rem 0;
    padding: 3rem 2.5rem;
    background: #eef0f6;
}

.frame-wrap .frame-head {
    display: flex;
    align-items: center;
    padding: 0 0 1.5rem 0;
}

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

.frame-wrap .frame-head .ttl a {
    display: block;
    padding: 0 3rem 0.5rem 0;
    background: url(img/arrow01_black.svg) no-repeat right center;
    background-size: 20px auto;
    border-bottom: 1px solid #7d43cc;
    color: #7d43cc;
    text-decoration: none;
}

.frame-wrap .frame-head .ttl a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.frame-wrap .frame-body {
    padding: 0;
}

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

.frame-wrap .frame-body .caption+p:not([class]) {
    margin: 1.5rem 0 0 0;
}

.frame-wrap .frame-body .fig {
    margin: 0 1rem;
    text-align: center;
}

.frame-wrap .frame-body .caption {
    text-align: center;
}

.frame-wrap .frame-body table {
    margin: 1.5rem 0;
    font-size: 1.2rem;
}

.frame-wrap .frame-body table th {
    width: 7rem;
    padding: 0.8rem;
    font-size: 1.2rem;
}

.frame-wrap .frame-body table td {
    padding: 0.8rem;
    font-size: 1.2rem;
}

.frame-wrap .frame-body .caution-txt {
    margin: 0.5rem 0 0.8rem 0;
    color: #999;
    font-size: 1rem;
    line-height: 1.4;
    word-break: break-all;
    text-align: center;
}

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

.accordion-item {
    display: none;
}

#index .addInner .accordion-item {
    display: block;
}

.accordion-btn {
    display: block;
    position: relative;
    max-width: 30rem;
    height: auto;
    margin: 0 auto 3rem auto;
    padding: 2rem 0;
    background: #eef0f6;
    font-size: 2rem;
    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_02.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_01.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 {
    width: 80rem;
    margin: 0 auto 8rem auto;
    padding: 3rem 4rem 2rem 4rem;
    background: #eef0f6;
}

.main-low .toc_parts {
    width: 100%;
    margin: 0 auto;
    max-width: 80rem;
}

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

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

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

#toc .chapter .chapter-h {
    position: relative;
    margin: 2rem 0 0 0;
    padding: 0 0 0 4rem;
    font-size: 1.6rem;
    font-weight: 700;
    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.4rem;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    color: #008e8c;
    font-size: 2rem;
    font-weight: 700;
    content: counter(count, decimal-leading-zero);
}

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

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

#toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 4rem;
    padding: 0 0 0 1.5rem;
    font-size: 1.5rem;
    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;
}

.l-parts-toc .accordion-btn {
    margin: 1rem auto;
}

.l-parts-toc .accordion-btn::after {
    content: "目次を閉じる";
}

.l-parts-toc .accordion-btn.is-open::after {
    content: "目次";
}

.l-parts-toc .accordion-item {
    display: block;
}


/*--------------------------------------
visArea
---------------------------------------*/

#visArea.lower {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12rem;
    margin: 0;
    background: url(img/mv_bg_02.png) no-repeat center center;
    background-size: cover;
}

#visArea.lower .siteName {
    width: 26rem;
    margin: 0 auto;
}


/*--------------------------------------
addParts
---------------------------------------*/

.addInner {
    position: relative;
    width: 110rem;
    margin: 0 auto;
    z-index: 0;
}

.addParts-title {
    position: relative;
    margin: 0 0 4rem 0;
    color: #fff;
    font-size: 4.2rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    line-height: 1.4;
    text-align: center;
}

.addParts-title span {
    display: inline-block;
    color: #66f5f3;
    font-size: 3.6rem;
}

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

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

p.lead span {
    background: linear-gradient(transparent 80%, #eade7d 80%);
    font-weight: 700;
}


/*--------------------------------------
addParts01
---------------------------------------*/

.addParts01 {
    position: relative;
    margin: 12rem 0 0 0;
    padding: 8rem 0;
    background: #090c23 url(img/add01_bg_01.jpg) no-repeat center top;
    background-size: cover;
}

.addParts01.lower_Parts{
    background:none;
    margin: 2rem 0 0 0;
}

.addParts01 table th{
    padding: 1rem .5rem;
    min-width: 100px;
    font-size: 1.4rem;
}

.addParts01 table td{
    font-size: 1.4rem;    
}

.addParts01 .addParts-title{
    color: #fff;
}

.addParts01.lower_Parts .addParts-title{
    color: #1b1f31;
}

.addParts01.logo .addParts-title{
    color:#1b1f31;
}

.addParts01 .addParts-title span {
    color:#66f5f3;
}

.addParts01.lower_Parts .addParts-title span{
    color:#008e8c;
}

.addParts01 p.lead {
    color: #fff;
}

.addParts01.lower_Parts p.lead{
    color:#1b1f31;    
}

.addParts01 p.lead span {
    background: none;
    border-bottom: 3px solid #eade7e;
}

.addParts01 p.note {
    margin: 1.5rem 0 0 0;
    color: #fff;
    font-size: 1rem;
}

.addParts01.lower_Parts p.note {
    color:#1b1f31;
}

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

.addParts01.lower_Parts .block .box {
    background:#eef0f6;
}

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

.addParts01 .block .box {
    width: calc((100% - 4.8rem) / 3);
    background: #fff;
    border: 1px solid #000;
}

.addParts01.lower_Parts .block .box{
    border:0;
}

.addParts01 .block .box-head {
    padding: 1.0rem 1.5rem 2.5rem 1.5rem;
}

.addParts01 .block .box-head .catch {
    margin: 0 0 1rem 0;
    padding: 0 0 2.5rem 0;
    background: url(img/add01_bg_02.png) no-repeat center bottom;
    color: #543b9a;
    background-size: 100%;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    display: block;
}

.addParts01 .block .box-head .catch span {
    display: inline-block;
    margin: 0 0 1rem 0;
    color: #ca9e43;
    font-size: 2.4rem;
}

.addParts01 .block .catch-title {
    background: #008e8c;
    color: #fff;
    margin: 0.3rem;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3em;
    padding: 1rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.addParts01 .block .catch-title span{
    font-size:1.8rem;
    color: #fff;
    padding-left: 5px;
}

.addParts01 .block .box-head .item-name {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
    display: block;
    font-weight: normal;
}

.addParts01 .block .box-head .name {
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    line-height: 1.2;
    text-align: center;
    display: block;
    font-weight: bold;
}

.addParts01 .block .box-head .name span {
    font-size: 1.2rem;
    display: block;
    font-weight: normal;
}



.addParts01 .table_ttl {
    text-align: center;
    color: #008e8c;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 2rem;
}

.addParts01 table{
    margin-top: 1rem;
}

.addParts01.lower_Parts table td{
    background:#fff;
}

.addParts01 .block .box-body {
    padding: 0 2rem 3.5rem 2rem;
}


.addParts01 .block .box-body p:not([class]),
.addParts01 .block .box-body ul:not([class]) {
    margin: 0;
}

.addParts01 .block .box-body ul:not([class]) li {
    position: relative;
    margin: 0 0 0.6rem 0;
    padding: 0 0 0 2.4rem;
}

.addParts01 .block .box-body ul:not([class]) li:last-child {
    margin: 0;
}

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

.addParts01 .block .box-body .fig {
    margin: 0 -2rem;
    text-align: center;
}

.addParts01 .block .box-body .fig img{
    max-height:200px;
    width:auto;
}

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

.addParts01 .block .box-body .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem -2rem 1rem -2rem;
    padding: 1rem;
    background: #eadbff;
    color: #353535;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts01 .block .box-body .ttl-3 {
    text-align: center;
    color: #008e8c;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 2rem;
}

.addParts01 .block .box-body .btn-internal,
.addParts01 .block .box-body .btn-web {
    margin: 2.5rem auto 0 auto;
}

.addParts01 .block .box-body .btn-internal a,
.addParts01 .block .box-body .btn-web a {
    padding: 1.5rem 4.5rem;
}


/*--------------------------------------
addParts02
---------------------------------------*/

.addParts02 {
    position: relative;
    padding: 10rem 0;
    background-image: linear-gradient(90deg, #0a1029, #bda0e4 50%, #84c5c4);
}

.addParts02.lower_Parts {
    background:none;
}

.addParts02.lower_Parts .addParts-title{
    color:#1b1f31;
}

.addParts02::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: url(img/add02_bg_01.jpg) no-repeat center top;
    background-size: 100% auto;
    content: "";
    z-index: 0;
}

.addParts02.lower_Parts .addParts-title span{
    color:#008e8c;
}

.addParts02.lower_Parts::before{
    content:none;
}

.addParts02 p.lead{
    color:#fff;
}

.addParts02.lower_Parts p.lead{
    color:#1b1f31;
}

.addParts02 .float-wrap img {
    max-height: 350px;
    width:auto;
}


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

.addParts02-company {
    position: relative;
    margin: 0 0 10rem 0;
    padding: 4rem 4rem 4rem 4rem;
    background: #fff;
    z-index: -2;
}

.addParts02.lower_Parts .addParts02-company{
    border:1px solid;
}

.addParts02-company:last-child {
    margin: 0;
}

.addParts02 .catch-1 {
    margin: 0px 0 2rem 0;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts02 .catch-2 {
    position: relative;
    max-width: 54rem;
    margin: 0.8rem auto 3rem auto;
    padding: 2rem 2rem 2rem 2rem;
    color: #7d43cc;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    background: #e6e9f5;
    display: block;
}


.addParts02 .name {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts02 .item-name {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    display: block;
}

.addParts02 .name {
    align-items: center;
    justify-content: center;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 1rem;
    display: block;
}

.addParts02 .name span {
    font-size: 1.6rem;
    display:block;
    font-weight: normal;
}

.addParts02 .title {
    position: relative;
    margin: 10rem 0 4rem 0;
    color: #010101;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts02 .title::before {
    position: absolute;
    left: -4rem;
    top: -4rem;
    width: 100%;
    height: 8rem;
    content: "";
    z-index: -1;
}

.block-voice .box {
    margin: 0 0 2.5rem 0;
    padding: 3rem 4rem 3rem 16rem;
    background: url(img/add02_bg_07.png) no-repeat 4rem 4rem;
    background-size: 88px;
    border: 1px solid #d8ddf0;
}

.block-voice .box:last-child {
    margin: 0;
}

.block-voice .box .ttl {
    margin: 0 0 1.5rem 0;
    color: #7d43cc;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
}

.block-voice .box p:not([class]) {
    margin: 0;
}

.block-voice .box .caption {
    margin: 2.5rem 0 0 0;
    text-align: right;
}


.block-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 8rem 0 0 0;
}

.block-point .box {
    position: relative;
    width: calc((100% - 2.4rem) / 2);
    padding: 4rem 2.5rem 3rem 2.5rem;
    background: #eef0f6;
}

.block-point .box::before {
    position: absolute;
    left: 2rem;
    top: -1.5rem;
    width: 6.4rem;
    height: 3rem;
    content: "";
}

.block-point .box:nth-child(1)::before {
    background: url(img/add02_bg_08.png) no-repeat left top;
    background-size: contain;
}

.block-point .box:nth-child(2)::before {
    background: url(img/add02_bg_09.png) no-repeat left top;
    background-size: contain;
}

.block-point .box-head {
    display: flex;
    align-items: center;
    margin: 0 0 2rem 0;
}

.block-point .box-head .ttl {
    color: #7d43cc;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
}

.block-point .box-body p:not([class]) {
    margin: 0;
}

.addParts02 table th {
    width: 24rem;
}

.addParts02 .float-wrap .fr {
    width: 50rem;
}




.block-column {
    margin: 5rem 0 0 0;
}

.block-column .box {
    margin: 0 0 3rem 0;
    padding: 3rem 2rem 2rem 2rem;
    background-image: linear-gradient(90deg, #e2dff0, #cdebf4);
}

.block-column .box:last-child {
    margin: 0;
}

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

.block-column .box-head .catch {
    display: flex;
    align-items: center;
    min-height: 5.6rem;
    padding: 0 0 0 6rem;
    background: url(img/add01_bg_03.png) no-repeat 1rem center;
    background-size: 3.5rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
}

.block-column .box-body {
    padding: 3rem 2rem;
    background: #fff;
}

.block-column .box-body p:not([class]) {
    margin: 0 0 2rem 0;
}

.block-column .box-body p:not([class]):last-child {
    margin: 0;
}


@media screen and (min-width: 481px) {
    .sp,
    .sp_br {
        display: none!important;
    }
}

@media screen and (max-width: 480px) {
    /* SP */
    html,
    body {
        width: 100%;
        position: relative;
        scroll-padding-top: 6rem;
    }
    .pc,
    .pc_br {
        display: none!important;
    }
    body {
        min-width: initial;
        min-width: auto;
        font-size: 1.4rem;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
        overflow-x: hidden;
    }
    a:hover {
        opacity: 1;
    }
    /*--------------------------------------
　Header
---------------------------------------*/
    header .headTopWrap {
        padding: 0.8rem 0;
    }
    header .headTopArea {
        width: 100%;
        margin: 0;
    }
    header .headTopArea .rightTxt {
        font-size: 1.2rem;
        padding: 0 1rem;
        text-align: left;
    }
    /*--------------------------------------
　spMenuBox
---------------------------------------*/
    #navWrap {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        background-color: #faf5d2;
        margin: 0 auto;
    }
    #navWrap .navTop {
        width: 100%;
        background-color: #1b1f31;
        border-bottom: 1px solid #b5b5b5;
        position: fixed;
        top: 0;
        opacity: 0;
        z-index: -1;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    body.open #navWrap .navTop {
        top: 0 !important;
        opacity: 1!important;
        z-index: 9999!important;
    }
    #navWrap .navTopInner {
        display: table;
        width: 100%;
        padding: 0.5rem 0;
        position: relative;
    }
    #navWrap .siteName {
        display: table-cell;
        width: calc((100% - 4.2rem) / 2);
        vertical-align: middle;
        font-weight: 500;
        padding: 0.5rem 1.0rem;
        text-align: center;
    }
    #navWrap .siteName img {
        width: auto;
        height: 3.2rem;
    }
    span.nd {
        display: none;
    }
    #navWrap .recommendBtn {
        display: table-cell;
        width: calc((100% - 4.2rem) / 2);
        position: relative;
        padding: 0 0.8rem;
        background: #fff;
        color: #543b9a;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        vertical-align: middle;
    }
    #navWrap .recommendBtn::before {
        position: absolute;
        right: 0.5rem;
        bottom: 0.5rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 8px 8px;
        border-color: transparent transparent #543B9B transparent;
        content: "";
    }
    #navWrap .recommendBtn span {
        font-size: 1.3rem;
    }
    #navWrap .recommendBtn span span {
        color: #eb0b1e;
    }
    #menuBtn {
        display: table-cell;
        vertical-align: middle;
        box-sizing: content-box;
        width: 21px;
        height: 50px;
        padding: 0 1.0rem;
        cursor: pointer;
        z-index: 9999;
    }
    #menuBtn .menu {
        width: 21px;
        height: 16px;
        position: absolute;
        top: calc(50% - 8px);
        outline: none;
        border: none;
        background: #000;
        background: url("img/sp_ico_menu.png") center no-repeat;
        background-size: 100%;
    }
    body.open #menuBtn .menu {
        width: 21px;
        height: 16px;
        background: url("img/sp_ico_close.png") center no-repeat;
        background-size: 100%;
    }
    /*navSp*/
    #navSp {
        position: fixed;
        top: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: #eef0f6;
        z-index: 999;
        display: none;
    }
    #navSp>div {
        height: 100%;
        overflow-y: scroll;
    }
    #navSp a {
        text-decoration: none;
    }
    #navSp .navBox:first-child {
        border-top: 1px solid #ccc;
        overflow: hidden;
    }
    #navSp .navBox .sttl a,
    #navSp .sitemap a {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        line-height: 1.4;
        background: url("img/arrow_black.png") 96% center no-repeat;
        background-size: auto 10px;
        padding: 1.5rem 9% 1.5rem 1.5rem;
    }
    #navSp .navBox .tglMenu a {
        background: url("img/arrow_black_down.png") 96% center no-repeat;
        background-size: 10px auto;
    }
    #navSp .navBox .sttl.collapsible a {
        background: url("img/arrow_black_down.png") 96% center no-repeat;
        background-size: 10px auto;
    }
    #navSp .navBox .sttl a br {
        display: none;
    }
    #navSp .navBox .sttl.open>a {
        background: url("img/arrow_black_up.png") 96% center no-repeat;
        background-size: 10px auto;
    }
    #navSp .navBox .sttl,
    #navSp .sitemap {
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin: 0;
    }
    #navSp .sitemap {
        margin: 0 0 100px;
    }
    #navSp .navBox .accChild {
        display: none;
        font-size: 1.3rem;
        padding: 0;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.8);
    }
    #navSp .navBox .accChild li {
        float: none;
    }
    #navSp .navBox .accChild li a {
        display: block;
        box-sizing: border-box;
        background: url("img/arrow_black.png") 95.5% center no-repeat;
        background-size: auto 10px;
        border-bottom: 1px solid #ccc;
        padding: 1.2rem 9% 1.2rem 2.5rem;
    }
    #navSp .navBox .accChild li .subList li a {
        padding-left: 4rem;
        position: relative;
    }
    #navSp .navBox .accChild li .subList li a::before {
        content: "└";
        display: block;
        position: absolute;
        top: 14px;
        left: 22px;
        margin-right: 0.4rem;
    }
    body.open {
        height: inherit !important;
    }
    /*--------------------------------------
side
---------------------------------------*/
    #side {
        display: none;
    }
    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzuWrap {
        box-sizing: border-box;
        width: 100%;
        background-color: #fff;
        padding: 1.0rem 0;
        margin: 0 auto 1rem auto;
        overflow: auto;
        white-space: nowrap;
        position: relative;
    }
    #pankuzu {
        box-sizing: border-box;
        width: 92%;
        font-size: 1.1rem;
        line-height: 1.2;
        letter-spacing: 0.05em;
        padding: 0.7rem 0 0.7rem;
        margin: 0 auto;
        white-space: nowrap;
    }
    #pankuzu a {
        text-decoration: underline;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    #pankuzu a:hover {
        text-decoration: underline;
    }
    #pankuzu span:last-child {
        margin-right: 4%;
    }
    #pankuzu a span:last-child {
        margin-right: 0;
    }
    /*--------------------------------------
Main Contents
---------------------------------------*/
    .contents {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .category,
    .page {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .main-low {
        width: 100%;
        margin: 0;
        padding: 0 1rem 2rem 1rem;
    }
    /*--------------------------------------
　Side
---------------------------------------*/
    #side {
        display: none;
    }
    /*--------------------------------------
Footer
---------------------------------------*/
    footer {
        width: 100%;
        margin: 0 auto;
    }
    footer .areaInner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 3.0rem 0 2.5rem 0;
    }
    footer .areaInner .inner {
        width: 100%;
        padding: 0;
    }
    footer .areaInner .logo {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.4;
        padding: 0 0 0.5rem 0;
        margin: 0 auto 2.0rem;
    }
    footer .areaInner .logo p,
    footer .areaInner .logo a {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    footer .areaInner .logo a:hover {
        opacity: 1;
    }
    footer .areaInner .logo+.footBox {
        border-top: 1px solid #d1d1d1;
    }
    footer .areaInner .footBox {
        margin: 0;
    }
    footer .areaInner .footBox .sttl {
        border: none;
        padding: 0;
        margin: 0;
    }
    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        font-size: 1.5rem;
        font-weight: 700;
        background: url("img/arrow_white_down.png") right 10px center no-repeat;
        background-size: 10px auto;
        padding: 1.0rem 4.0rem 1.0rem 4%;
        transition: none;
    }
    footer .areaInner .footBox .sttl a:hover {
        opacity: 1;
    }
    footer .areaInner .footBox .sttl.open a {
        background: url("img/arrow_white_up.png") right 10px center no-repeat;
        background-size: 10px auto;
    }
    footer .areaInner .footBox .sttl {
        border-bottom: 1px solid #d1d1d1;
        padding: 0;
        margin: 0;
    }
    footer .footBox ul {
        padding: 0;
    }
    footer .areaInner .footBox .accChild {
        display: none;
        font-size: 1.3rem;
        padding: 0;
        box-sizing: border-box;
        background-color: #ccc;
    }
    footer .areaInner .footBox .accChild li {
        display: block;
        float: none;
    }
    footer .areaInner .footBox .accChild li a {
        display: block;
        box-sizing: border-box;
        font-size: 1.3rem;
        background: #eee url("img/arrow_black.png") 96.5% center no-repeat;
        background-size: 6px auto;
        border-bottom: 1px solid #d1d1d1;
        padding: 1.0rem 9% 1.0rem 4%;
        color: #353535;
    }
    footer .areaInner .footBox .accChild li.subCat {
        width: 100%;
        margin: 0;
    }
    footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n+1) {
        margin: 0 0 0 0;
    }
    footer .areaInner .footBox .accChild li.subCat a {
        display: block;
        background: #eee url("img/arrow_black.png") 96.5% center no-repeat;
        background-size: 6px auto;
        padding: 1.0rem 9% 1.0rem 4%;
        color: #353535;
    }
    footer .areaInner .footBox .accChild li.subCat a::before {
        content: none;
        font-size: 1.2rem;
        position: relative;
        left: -2px;
        margin-right: 0.2rem;
    }
    footer .areaInner .footBox .accChild .subList {
        padding: 0;
        margin: 0;
    }
    footer .areaInner .footBox .accChild .subList li {
        padding: 0;
        display: block;
        float: none;
        margin: 0;
    }
    footer .areaInner .footBox .accChild .subList li::before {
        content: none;
        color: #000;
        margin-right: 0;
    }
    footer .areaInner .footBox .accChild .subList li a {
        font-size: 1.3rem;
        padding: 1.0rem 9% 1.0rem 9%;
        background: #eee url("img/arrow_red.png") 96.5% center no-repeat;
        background-size: 6px auto;
    }
    footer .areaInner .footBox .accChild .subList li a::before {
        content: "└";
        display: block;
        position: absolute;
        top: 12px;
        left: 4%;
        margin-right: 0.4rem;
    }
    footer .areaInner .noticeArea {
        width: 92%;
        margin: 2.5rem auto 0rem;
        padding: 1.5rem;
        font-size: 1.2rem;
        line-height: 1.8;
        border-radius: 0;
    }
    footer .areaInner .noticeArea p {
        font-size: 1.2rem;
    }
    footer .areaInner p.ucp {
        font-size: 1.1rem;
        line-height: 1.4;
        margin: 1.5rem auto 0;
        max-width: 92%;
    }
    footer .botArea .inner {
        width: 92%;
        padding: 1.2rem 0 1.2rem;
        margin: 0 auto;
    }
    footer .botArea .inner .cf {
        content: none;
    }
    footer p.sitemap {
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: right;
        padding: 0.5rem 0;
    }
    footer p.copy {
        width: 100%;
        font-size: 1.2rem;
        padding: 0.5rem 0;
        max-width: calc(100% - 90px);
    }
    footer a {
        text-decoration: none;
    }
    footer a:hover {
        text-decoration: none;
    }
    /*--------------------------------------
　PageTop
---------------------------------------*/
    #page-top {
        position: fixed;
        bottom: 2rem;
        right: 1rem;
        width: 4.4rem;
    }
    #page-top img {
        width: 100%;
    }
    #page-top2 {
        position: fixed;
        bottom: 2rem;
        right: 1rem;
        z-index: 100;
        width: 4.4rem;
    }
    /* ================== */
    /*  メインコンテンツ　*/
    /* ================== */
    /*--------------------------------------
heading
---------------------------------------*/
    .main-index h2:not([class]),
    .main-low h1:not([class]) {
        margin: 1.5rem 0 5rem 0.5rem;
        padding: 1.5rem;
        font-size: 2.4rem;
        letter-spacing: 0;
    }
    .main-index h2:not([class])::before,
    .main-low h1:not([class])::before {
        left: -0.5rem;
        top: -0.5rem;
    }
    .main-index h3:not([class]),
    .main-low h2:not([class]) {
        margin: 5rem 0 2.5rem 0;
        padding: 1.5rem;
        font-size: 2.1rem;
    }
    .main-index h3:not([class])::before,
    .main-low h2:not([class])::before {
        bottom: 0.6rem;
    }
    .main-index h4:not([class]),
    .main-low h3:not([class]) {
        min-height: 2.8rem;
        margin: 3rem 0 2rem 0;
        padding: 1rem 1rem 1rem 5rem;
        background-position: left center;
        background-size: 40px;
        font-size: 1.8rem;
    }
    .main-low h4:not([class]),
    .main-low h5:not([class]),
    .main-low h6:not([class]) {
        margin: 3rem auto 2rem auto;
        padding: 0 1.5rem 0.6rem 0;
        font-size: 1.6rem;
    }
    .main-index h2:not([class]) a,
    .main-index h3:not([class]) a,
    .main-index h4:not([class]) a,
    .main-low h1: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 2rem 0 0;
        background-size: 16px auto;
    }
    /*--------------------------------------
title
---------------------------------------*/
    .main .check,
    .main .point {
        min-height: 7rem;
        padding: 1rem 1.5rem 1.5rem 7rem;
        font-size: 1.8rem;
    }
    .main .check::before,
    .main .point::before {
        width: 6rem;
        height: 6rem;
        font-size: 1.3rem;
    }
    .main .check a,
    .main .point a {
        padding: 0 2rem 0 0;
        background-size: 16px auto;
    }
    /*--------------------------------------
table
---------------------------------------*/
    table {
        width: 100%;
        margin: 2rem auto;
    }

    .table-wrap {
      overflow-x: scroll;
    }
     .table-wrap table {
      width: 100%;
      min-width: 400px;
      white-space: nowrap;
    }

        
    /*--------------------------------------
float-wrap
---------------------------------------*/
    .float-wrap {
        margin: 4rem 0;
    }
    .float-wrap .float-img.fr {
        float: none;
        width: 100%;
        margin: 0 auto 1.5rem auto;
    }
    .float-wrap .float-img.fl {
        float: none;
        width: 100%;
        margin: 0 auto 1.5rem auto;
    }
    .float-wrap .float-img.ct {
        width: 100%;
        margin: 0 auto 1.5rem auto;
    }
    .float-wrap .catch {
        font-size: 1.8rem;
    }
    /*--------------------------------------
btns
---------------------------------------*/
    .btn-internal,
    p.btn-internal {
        max-width: 90%;
        margin: 3rem auto;
    }

    .btn-internal a {
    padding: 1.2rem 4.5rem 1.5rem;
    font-size: 1.7rem;
}

    .btn-internal a:hover {
        transform: none;
    }
    .btn-web,
    p.btn-web {
        max-width: 90%;
        margin: 3rem auto;
    }
    .btn-web a {
        padding: 2rem 3.5rem;
        font-size: 1.5rem;
    }
    .btn-web a:hover {
        transform: none;
    }
    .btn-tel,
    p.btn-tel {
        display: block;
        position: relative;
        max-width: 90%;
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }
    .btn-tel::after {
        position: absolute;
        left: 0.5rem;
        top: 0.5rem;
        width: calc(100% - 0.1rem);
        height: calc(100% - 0.1rem);
        border: 1px solid #001a8f;
        border-top: none;
        border-left: none;
        content: "";
        pointer-events: none;
    }
    .btn-tel a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 2rem 4rem;
        background-image: linear-gradient(90deg, #1b1f31, #001a8f);
        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::before{
        content:"";
        left: 2rem;
        top: 50%;
        height: 1.8rem;
        width: 1.5rem;
        position: absolute;
        display:block;
        background: url(img/ico_tel.png) no-repeat;
        background-size: 14px auto;
        z-index: 1;
        transform: translateY(-50%);
    }
    
    .btn-tel a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .btn-link,
    p.btn-link {
        position: relative;
        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: 0.8rem 3.5rem 1.0rem;
        background: #fff url(img/arrow01_black.svg) no-repeat right 1.5rem center;
        background-size: 16px auto;
        border: 1px solid #111;
        box-sizing: border-box;
        color: #000;
        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 {
        text-decoration: none;
        opacity: 1;
    }
    /*--------------------------------------
box-wrap
---------------------------------------*/
    .box-wrap {
        display: block;
        margin: 4rem 0;
    }
    .box-wrap .box {
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0 0 2rem 0;
        border-bottom: 1px solid #000;
    }
    .box-wrap .box:nth-child(odd)::before {
        display: none;
        content: none;
    }
    .box-wrap .box-head .ttl {
        font-size: 1.8rem;
    }
    .box-wrap .box-head .ttl a {
        padding: 1.5rem;
        background-size: 16px auto;
    }
    .box-wrap .box-body .fig {
        width: 7.2rem;
        margin: 0 2rem 1rem 0;
    }
    /*--------------------------------------
frame-wrap
---------------------------------------*/
    .frame-wrap {
        display: block;
    }
    .frame-wrap::after {
        display: none;
    }
    .frame-wrap .frame {
        width: 100%;
        padding: 2rem;
    }
.frame-wrap .frame-head .ttl{
    font-size:1.8rem;
}
    
    .frame-wrap .frame-head .ttl a {
        padding: 0 2rem 0 0;
        background-size: 16px auto;
    }
    .frame-wrap .frame-head .ttl a:hover {
        opacity: 1;
    }
    .frame-wrap .frame-body table th {
        width: 9rem;
        padding: 1rem 0.5rem;
        line-height: 1.4;
    }
    .frame-wrap .frame-body table td {
        padding: 1rem;
        line-height: 1.4;
    }
    /*--------------------------------------
accordion
---------------------------------------*/
    .accordion-btn {
        max-width: 90%;
        width: 90%;
        font-size: 1.5rem;
    }
    .accordion-btn div:hover {
        opacity: 1;
        transform: none;
    }
    /*--------------------------------------
toc
---------------------------------------*/
    .toc_parts {
        width: 100%;
        margin: 0 auto 3rem auto;
        padding: 3rem 1.5rem 1rem 1.5rem;
    }
    .main-index .toc_parts {
        width: calc(100% - 2rem);
        margin: 0 auto 4rem auto;
    }
    .toc_parts .ttl {
        font-size: 1.6rem;
    }
    #toc {
        margin: 1rem 0 0 0;
        padding: 1rem 0 0 0;
    }
    #toc .chapter {
        padding: 0;
    }
    #toc .chapter .chapter-h {
        margin: 1.8rem 0;
        padding: 0 0 0 3rem;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    #toc ul.chapter .chapter-h::before {
        top: 1.1rem;
        font-size: 1.6rem;
    }
    #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;
    }
    /*--------------------------------------
visArea
---------------------------------------*/
    #visArea.lower {
        height: 8rem;
        margin: 0;
    }
    #visArea.lower .siteName {
        width: 15rem;
    }
    /*--------------------------------------
addParts
---------------------------------------*/
    .addInner {
        width: 100%;
        padding: 0 1rem;
    }
    .addParts-title {
        margin: 0 0 4rem 0;
        font-size: 2.4rem;
        letter-spacing: 0;
    }
    .addParts-title span {
        font-size: 1.8rem;
    }
    .addParts-title a {
        display: inline-block;
        padding: 0 3rem;
        background-size: 16px auto;
    }
    p.lead {
        width: 100%;
        margin: 0 auto 2rem auto;
    }
    /*--------------------------------------
addParts01
---------------------------------------*/
    .addParts01 {
        margin: 6rem 0 0 0;
        padding: 2rem 0 4rem 0;
        background: #090c23 url(img/add01_bg_01.jpg) no-repeat center top;
        background-size: auto;
    }
    .addParts01 .addParts-title,
    .addParts01 .addParts-title span {
        color: #fff;
    }
    .addParts01 p.lead {
        width: 100%;
    }
    .addParts01 .block {
        display: block;
    }
    .addParts01 .block::after {
        display: none;
    }
    .addParts01 .block .box {
        width: 100%;
        margin: 0 0 3rem 0;
    }

    .addParts01 .block .box-head .catch{
        margin-bottom:1rem;
        font-size: 2.2rem;
    }

    .addParts01 .block .box-head .name{
        font-size: 2.4rem;
    }

    .addParts01 .block .box-head .item-name{
        font-size: 1.8rem;
    }

    .addParts01 .block .box-body .ttl{
        font-size: 1.8rem;
    }
    
    .addParts01 .block .catch-title{
        font-size: 2.6rem;
    }

    .addParts01 .block .catch-title span{
        font-size: 1.6rem;
    }
    
    .addParts01 .block .box:last-child {
        margin: 0;
    }
    .addParts01 .block .box-body .btn-tel {
        margin: 2.5rem auto 0 auto;
    }
    .addParts01 .block .box-body .btn-tel a {
        padding: 1.5rem 4rem;
    }
    .block-column {
        margin: 3rem 0 0 0;
    }
    .block-column .box-head .catch {
        padding: 0 0 0 5.5rem;
        background: url(img/add01_bg_03.png) no-repeat 0.5rem center;
        background-size: 3.5rem;
    }


   /*--------------------------------------
addParts02
---------------------------------------*/
    .addParts02 {
        padding: 4rem 0;
    }
    .addParts02-company {
        margin: 0 0 6rem 0;
        padding: 2rem 1.5rem 3rem 1.5rem;
    }
    .addParts02 .catch-1 {
        margin: 0 0 2rem 0;
        font-size: 2rem;
    }
    .addParts02 .catch-2 {
        max-width: 100%;
        font-size: 1.8rem;
        padding: 1rem;
        margin-bottom: 2rem;
    }

    .addParts02 .name{
        font-size: 2.6rem;
    }
    
    .addParts02 .name span {
    font-size: 1.2rem;
    }

    .addParts02 .item-name {
    font-size: 1.6rem;
}
    
     .addParts02 .float-wrap img{
         max-height:20rem;
     }

     .addParts02 table{
         width:100%;
     }
    
    .addParts02 .title {
        margin: 6rem 0 3rem 0;
        font-size: 2rem;
    }
    .addParts02 .title::before {
        position: absolute;
        left: -1.5rem;
        top: -2rem;
        height: 4rem;
    }
    .block-voice .box {
        margin: 0 0 2.5rem 0;
        padding: 2rem;
        background: none;
    }
    .block-voice .box:last-child {
        margin: 0;
    }
    .block-voice .box .ttl {
        padding: 0 0 0 5rem;
        background: url(img/add02_bg_07.png) no-repeat left 0.5rem;
        background-size: 42px auto;
        font-size: 1.8rem;
    }
    .block-voice .box .caption {
        margin: 2rem 0 0 0;
        text-align: left;
    }
    .block-point {
        display: block;
        margin: 0;
    }
    .block-point .box {
        width: 100%;
        margin: 5rem 0 0 0;
        padding: 4rem 2rem 2rem 2rem;
    }

    .block-point .box-head .ttl{
        font-size:1.8rem;
    }
    .addParts02 table th {
        width: 9rem;
        padding: 1rem 0.5rem;
        line-height: 1.4;
    }
    .addParts02 table td {
        padding: 1rem;
        line-height: 1.4;
    }
    .addParts02 .float-wrap .fr {
        width: 100%;
    }
}


/* ==================
    関連記事
   ================== */
#related-article p {
    margin: 0;
}

#related-article.related-article01-frame {
    margin: 16rem auto 2rem;
    padding: 3rem 5rem;
    background: #f5f7fa;
    position: relative;
}

#related-article .related-article01-title {
    padding: 0 0 0 1rem;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

#related-article .related-article01-title span {
    font-size: 20px;
    color: #333;
}

#related-article .related-article01-list {
    margin: 15px 0 0 0;
    padding: 0 20px 0;
    border-top: 1px solid #D0D3E0;
    font-weight: 700;
}

#related-article .related-article01-list p {
    margin: 0;
}

#related-article .related-article01-list li {
    margin: 2rem 0 0;
    padding: 0 0 0 35px;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

#related-article .related-article01-list li+li {
    margin-top: 10px;
}

#related-article .related-article01-list li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #00bebc;
    position: absolute;
    top: 6px;
    left: 0;
}

#related-article .related-article01-list a {
    display: block;
    text-decoration: none;
}

#related-article .related-article01-list a:hover {
    opacity: 0.6;
}

#related-article .relations-box#related-article .relations-box--column {
    display: flex;
    gap: 10px;
}

#related-article .relations-box__pic {
    flex: 0 0 150px;
}


.related-article01-frame {
    border: 1px solid var(--site-color09);
    margin: var(--s6) auto;
    padding: var(--s1)  var(--s3)  var(--s4) var(--s3);
    background: #f7f7f7;
    position: relative;
}
.related-article01-title {
    padding: var(--s2) var(--s2) var(--s3) var(--s8);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
}
.related-article01-list {
    padding: var(--s2) 0 var(--s2) var(--s2);
    font-weight: 700;
}
.related-article01-list li {
    margin: 0 0 0 var(--s2);
    padding-left: 1.5em;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.related-article01-list li + li {
    margin-top: 10px;
}
.related-article01-list li::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #9B9B9B;
    position: absolute;
    top: .6rem;
    left: 0;
}
.related-article01-list a {
    display: block;
    text-decoration: none;
}
.related-article01-list a:hover {
    opacity: 0.6;
}
.relations-box.relations-box--column {
    display: flex;
    gap: 10px;
}
.relations-box__pic {
    flex: 0 0 150px;
}
.is-hidden {
    display: none;
}

.related-article01-more {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
    background-color: transparent;
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 2rem 0;
}


.related-article01-more.is-closed {
    display: none;
}

.related-article01-btn {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 100px;
    padding: 1rem 5rem 1rem 2rem;
    position: relative;
}

  .related-article01-btn::before {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #000;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
}
.related-article01-btn::after {
    content: "";
    width: .2rem;
    height: 1.8rem;
    background: #000;
    position: absolute;
    top: 50%;
    right: 2.3rem;
    transform: translate(0, -50%);
    transition: transform 0.3s;
}
.related-article01-btn:hover {
    opacity: 0.6;
}

@media screen and (max-width: 480px) {
    
    #related-article.related-article01-frame {
        margin: 10rem auto 2rem;
        padding: 3rem 3rem;
}
    #related-article .related-article01-title span {
        font-size: 16px;
    }

    #related-article .related-article01-list {
        margin: 15px 0 0 0;
        padding: 10px 0 0;
    }

    #related-article .related-article01-list li {
        margin: 10px 0;
        padding: 0 0 0 30px;
        font-size: 15px;
        line-height: 1.6;
    }

    #related-article .related-article01-list li:last-child {
        margin-bottom: 0;
    }
    .related-article01-list {
        padding: 0;
    }
    .related-article01-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }
}


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

.block-banner01 {
    position: fixed;
    right: 0;
    bottom: 22rem;
    width: 19rem;
    box-sizing: border-box;
    z-index: 310;
}

.block-banner02 {
    position: fixed;
    right: 0;
    bottom: 1rem;
    width: 19rem;
    box-sizing: border-box;
    z-index: 310;
}

.block-banner01 a {
    display: block;
    position: relative;
    width: 18rem;
    padding: 10.5rem 0 0 0;
    background: #7d43cc url(img/banner_bg_01.png) no-repeat center top;
    background-size: 100% auto;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

 .block-banner02 a{
     display: block;
     position: relative;
     width: 18rem;
     padding: 10.5rem 0 0 0;
     background: #008482 url(img/banner_bg_02.png) no-repeat center top;
     background-size: 100% auto;
     color: #fff;
     font-size: 1.6rem;
     font-weight: 700;
     line-height: 1.4;
     text-align: center;
     text-decoration: none;
 }

.block-banner01 a::after, .block-banner02 a::after {
    position: absolute;
    right: 0.4rem;
    bottom: 0.4rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    content: "";
}

.block-banner01 a div , .block-banner02 a div {
    padding: 1rem 1rem 1.5rem 1rem;
}

.block-banner01 a div span, .block-banner02 a div span {
    font-size: 1.6rem;
    color: #66f5f3;
}

.block-banner01 a:hover, .block-banner02 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

@media screen and (max-width: 480px) {
    .block-banner01, .block-banner02{
        display:none!important;
    }
}



.text-banner-area {
    background-size: cover;
    margin-bottom: 1.5rem;
    width: 100%;
    margin: 4rem auto;
    display: flex;
    max-width: 800px;
}

.cmn02-text-banner-area__image {
    width: 40%;
    flex: 0 0 40%;
}

.cmn02-text-banner-area__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.text-banner-area__text {
    padding: 3rem 4rem 0rem;
    width: 100%;
    background: url(img/text-banner_bg.jpg) no-repeat top center;
    background-size: cover;
}

.text-banner-area__text .mainttl {
    padding: 1.3rem 0;
    margin-bottom: 2rem;
    color: #66f5f3;
    border-bottom: 1px solid #596284;
}

.text-banner-area .cmn02-text-banner-area__title {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #7d43cc;
    position: relative;
}

.text-banner-area .cmn02-paragraph p{
}

.text-banner-area .cmn02-text-banner-area__catch {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #f66b04;
    text-align: center;
}


@media screen and (max-width: 480px) {
    /*　テキストバナー
----------------------------- */
    .text-banner-area {
        display: block;
        overflow: hidden;
        width: auto;
        margin: 3rem auto;
    }
    .text-banner-area__text {
        padding: 2rem;
        width: auto;
    }
    .cmn02-text-banner-area__image {
        width: 80%;
        margin: 1.5rem auto;
    }
    .text-banner-area .cmn02-text-banner-area__title {
        font-size: 1.8rem;
    }
    .text-banner-area .btn-internal {
        width: 90%;
        margin: auto;
    }
}

@media screen and (min-width: 481px) {
/*　商品紹介の画像＋テーブル
* ----------------------------- */

    .table_img .float-wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; /* 上揃え */
    }

    .table_img .float-wrap .fl {
        float: none; 
        flex-shrink: 0; /* 画像エリアが縮まないように固定 */
    }

    .table_img table {
        width: 100%;
        margin-top: 0; /* 上の余白を微調整 */
    }
}
@media screen and (max-width: 480px) {
    .table_img table {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
/*　3選アコーディオン
----------------------------- */

.box .accordion-content-selection {
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
	max-height: 60px;
}
.box .accordion-content-selection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.box .accordion-content-selection.expanded::after {
    opacity: 0;
}

.box .button-area-selection {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin: 0 0 25px 0;
}

.box .toggle-btn-selection {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 25px 4px 35px;
    color: #1b1f31;
    cursor: pointer;
    transition: background-color 0.2s;
    outline: none;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #1b1f31;
}

.box .btn-icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
}
}

@media screen and (min-width: 481px) {
.box .button-area-selection {
    display: none;
}
}

.box-body .txt-1 p span, .box-body .txt-2 p span {
	background: linear-gradient(transparent 80%, #eade7d 80%);
    font-weight: 700;
}


