@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 {
font-size: 62.5%;
overflow: auto;
}

body {
color: #333;
font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
font-size: 1.4rem;
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;
vertical-align: bottom;
}

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

a:hover {
text-decoration: none;
opacity: 0.7;
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 {
padding: 0.5rem;
}

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: left;}

header .headTopArea .rightTxt::before {
display: inline-block;
width: 3.2rem;
height: 1.8rem;
margin: 0 0.5rem 0 0;
background: #000;
color: #fff;
font-size: 1.2rem;
line-height: 1.7rem;
text-align: center;
content: "PR";
}

header .headTopArea .rightTxt a {
color: inherit;
}

header .headTopWrap.lower {
background: #fff;
}

header .headTopWrap.lower .headTopArea .rightTxt {
color: #333;
}


/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
background-color: #fff;
margin: 0 auto 2rem 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: 1rem auto 0 auto;
}

#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% - 3rem);
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% - 3rem);
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: #000;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.6;
padding: 0.5rem 1rem;
position: relative;
}

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

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

#g-nav li a:hover::after {
content: "";
width: 100%;
height: 3px;
background-color: #2c335e;
position: absolute;
left: 0;
bottom: 0;
opacity: 1;
}


/*--------------------------------------
　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-index {
width: 100%;
margin: 0 auto;
padding: 0;
}

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


/*--------------------------------------
　Side
---------------------------------------*/
#side {
width: 22%;
margin: 5rem 0 0 0;
}

.sideTopBox {
position: relative;
margin: 2rem 0 3rem 0;
padding: 2.4rem 1.8rem;
background: #fff7b4;
border: 2px solid #333;
border-radius: 0.8rem;
}

.sideTopBox::before {
position: absolute;
left: 1.8rem;
top: -2.4rem;
width: 5.5rem;
height: 4.4rem;
background: url(img/side_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}

.sideTopBox .catch {margin: 0 0 1rem 0;color: #093762;font-size: 1.6rem;font-weight: 700;line-height: 1.4;text-align: center;}

.sideTopBox .fig {
margin: 0 0 1rem 0;
text-align: center;
}

.sideTopBox .btn {
margin: 1.5rem 0 0 0;
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
background: #0c3964 url(img/arrow_white.png) no-repeat right 2rem center;
background-size: 7px auto;
border: 2px solid #fff;
border-radius: 6rem;
box-shadow: 5px 5px 0 0 #0a2a47;
box-sizing: border-box;
}

.sideTopBox .btn a {
display: block;
padding: 1.2rem 2rem;
background: #093762 url(img/arrow_white.png) no-repeat right 1rem center;
background-size: 6px auto;
border-radius: 4rem;
color: #fff;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}

#side .sideBox {
margin: 0 0 3rem 0;
border-top: 2px solid #333;
}

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

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

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

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

#side .sideBox ul li::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0.1rem;
border-bottom: 1px dashed #bbb;
content: "";
transform: none;
}

#side .sideBox ul li a {
display: block;
padding: 1rem 2rem 1rem 1.2rem;
background: url(img/arrow_black.png) no-repeat right 0.6rem center;
background-size: 6px auto;
color: inherit;
font-size: 1.3rem;
text-decoration: none;
}

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

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

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

#side .sideBox .subList li a {
display: block;
padding: 1rem 2.8rem 1rem 3rem;
position: relative;
}

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


/*--------------------------------------
Footer
---------------------------------------*/
footer {
margin: 0;
padding: 0;
background-color: #5ab4e2;
}

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

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 auto;
text-align: center;
}

footer .areaInner .logo span {
/* position: relative; */
color: #fff;
font-size: 2rem;
font-weight: 700;
line-height: 1.1;
}

footer .areaInner .logo span::before {
content: "【PR】";
}

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

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

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

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

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

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

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

footer .areaInner .footBox .accChild {
padding: 0;
box-sizing: border-box;
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;
font-size: 1.2rem;
font-weight: normal;
background: url(img/arrow_white.png) no-repeat left top 0.8rem;
background-size: 5px auto;
color: #fff;
}

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

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

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

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: #000;
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: #555;
margin: 0;
}

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

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

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

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

footer a {
text-decoration: none;
}


/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {position: fixed;bottom: 2rem;right: 2rem;width: 6rem;z-index: 100;}
#page-top img:hover {
opacity: 0.7;
}


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

.main p {
margin: 1em auto;
}

.main p:not([class]) > span:not([class]),
.main li:not([class]) > span:not([class]),
.main td:not([class]) > span:not([class]) {
color: #ee6602;
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;
}
.caption a {
color: #999;
text-decoration: underline;
}
.caption a:hover {
text-decoration: none;
}


/*--------------------------------------
heading
---------------------------------------*/
.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-low h1 {
margin: 2.5rem 0 6rem 4rem;
padding: 2rem 2rem 2.5rem 2rem;
background: #fff;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
font-size: 3rem;
letter-spacing: 0.2rem;
text-align: center;
}
.main-low h1::before {
position: absolute;
left: -4rem;
top: -2.5rem;
width: 100%;
height: 100%;
background: url(img/title_bg_01.png) repeat;
content: "";
z-index: -1;
}

.main-low h2 {
margin: 5rem 0 3rem 0;
padding: 1.5rem 2rem 2.5rem 2.8rem;
background: #fff7b4;
font-size: 2.6rem;
}
.main-low h2::before {
position: absolute;
left: 0;
bottom: 0.8rem;
width: 100%;
height: 0.1rem;
border-bottom: 2px dotted #ffb368;
content: "";
}

.main-low h3  {
min-height: 5rem;
margin: 3rem 0 2rem 0;
padding: 1rem 2rem 1.2rem 5rem;
background: url(img/title_bg_02.png) no-repeat left center;
background-size: 42px auto;
border-bottom: 2px solid #95e1f7;
font-size: 2.2rem;
}

.main-low h4,
.main-low h5,
.main-low h6 {
margin: 4rem 0 2rem 0;
padding: 0 2rem 0.8rem 2rem;
border-bottom: 1px dashed #093762;
font-size: 2rem;
}

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


/*--------------------------------------
title
---------------------------------------*/
.main .check {
display: flex;
align-items: center;
position: relative;
min-height: 9rem;
margin: 4rem 0 2rem 0;
padding: 2rem 2rem 2rem 9.5rem;
border-bottom: 1px solid #fadf00;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
}
.main .check::before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 8rem;
height: 8rem;
background: url(img/title_bg_03.png) no-repeat left top;
background-size: contain;
content: "";
}
.main .check a {
display: block;
width: 100%;
padding: 0 2rem 0 0;
background: url(img/arrow_black.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none
}


/*--------------------------------------
lists
---------------------------------------*/
.main ul:not([class]) {
margin: 4rem 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: #00b0eb;
border-radius: 50%;
content: "";
}

.main ol {
margin: 4rem 0;
padding: 0;
counter-reset: number 0;
}
.main ol li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 3rem;
counter-increment: number;
}
.main ol li::before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0.2rem;
width: 2rem;
height: 2rem;
background: #f59e3d;
color: #fff;
font-size: 1.2rem;
line-height: 2rem;
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: 4rem auto;
border-collapse: collapse;
}
table th {
padding: 1rem 1.5rem;
background: #fff7b4;
border: 2px solid #333;
font-weight: 700;
text-align: center;
}
table td {
padding: 1rem 1.5rem;
background: #fff;
border: 2px solid #333;
}
.js-scrollable-notice {
display: none;
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 4rem 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: 50rem;
margin: 0 auto 2rem auto;
text-align: center;
}
.float-wrap .catch {
display: flex;
}
.float-wrap .catch span {
display: inline-block;
padding: 0.4rem 1rem;
background: #ee6602;
color: #fff;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: left;
}
.float-wrap .catch a {
display: inline-block;
padding: 0 4rem 0 0;
background: #ee6602 url(img/arrow_white.png) no-repeat right 1.5rem center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}
.float-wrap p:not([class]) + .catch {
margin: 3rem 0 0 0;
}
.float-wrap.ct {
text-align: center;
}
.float-wrap.ct p:not([class]) {
text-align: left;
}


/*--------------------------------------
btns
---------------------------------------*/
.btn-tel {
display: none;
}

.btn-internal,
p.btn-internal {
position: relative;
max-width: 38rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-internal a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 4rem;
background: #0c3964 url(img/arrow_white.png) no-repeat right 2rem center;
background-size: 7px auto;
border: 2px solid #fff;
border-radius: 6rem;
box-shadow: 5px 5px 0 0 #0a2a47;
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-internal.down a {
background: #0c3964 url(img/arrow_white_down.png) no-repeat right 2rem center;
background-size: auto 7px;
}
.btn-internal a:hover {
text-decoration: none;
opacity: 0.7;
}

.btn-web,
p.btn-web {
position: relative;
max-width: 38rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-web a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 4rem;
background: #fadf00 url(img/arrow_black.png) no-repeat right 2rem center;
background-size: 7px auto;
border: 2px solid #2d2d2d;
border-radius: 6rem;
box-shadow: 5px 5px 0 0 #dbc71f;
box-sizing: border-box;
color: #333;
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-web a:hover {
text-decoration: none;
opacity: 0.7;
}

.btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
display: inline-block;
position: relative;
min-height: 1.6rem;
padding: 0.3rem 0 0.3rem 2.4rem;
background: url(img/arrow_link.png) no-repeat left center;
background-size: 16px auto;
color: #333;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
text-decoration: underline;
}
.btn-link a:hover {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.frame-wrap::after {
display: block;
width: calc((100% - 5em) / 3);
content: "";
}
.frame-wrap .frame {
width: calc((100% - 5rem) / 3);
margin: 0 0 4rem 0;
padding: 3rem;
background: #f4f4f4;
border-top: 5px solid #ffea00;
}
.frame-wrap .frame-head {
display: flex;
align-items: center;
margin: 0 0 3rem 0;
}
.frame-wrap .frame-head .ttl {
width: 100%;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.frame-wrap .frame-head .ttl a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow_black.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}
.frame-wrap .frame-body p:not([class]) {
margin: 0;
}
.frame-wrap .frame-body table {
margin: 2rem 0 0 0;
font-size: 1.2rem;
line-height: 1.4;
}
.frame-wrap .frame-body table th {
width: 11rem;
padding: 0.8rem 0.5rem;
}
.frame-wrap .frame-body table td {
padding: 0.8rem;
font-weight: 700;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
display: none;
}
.accordion-btn {
position: relative;
width: 45rem;
margin: 0 auto 4rem auto;
}
.accordion-btn {
display: block;
position: relative;
width: 45rem;
height: auto;
padding: 2.4rem 0;
background: #f6f6f6;
border-radius: 6rem;
box-shadow: 5px 5px 0 0 #dedede;
font-size: 1.5rem;
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: 2rem;
top: 50%;
transform: translateY(-50%);
width: 2.1rem;
height: 2.1rem;
background: url(img/acc_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.accordion-btn::after {
display: block;
padding: 0 5rem;
text-align: center;
content: "もっと見る";
}
.accordion-btn.is-open::before {
background: url(img/acc_bg_02.png) no-repeat left top;
background-size: contain;
}
.accordion-btn.is-open::after {
display: block;
padding: 0 5rem;
text-align: center;
content: "閉じる";
}
.accordion-btn:hover {
opacity: 0.7;
}


/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
margin: 0 auto 4rem auto;
padding: 4rem 4rem 2rem 4rem;
background: #f6f6f6;
}
.toc_parts .ttl {
display: flex;
align-items: center;
padding: 0 4rem 0 1rem;
border-left: 4px solid #00b0eb;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
#toc {
margin: 1.5rem 0 0 0;
border-top: 1px solid #2d2d2d;
}
#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 3.6rem;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.6;
counter-increment: count;
}
#toc .chapter .chapter-h:last-child {
margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
position: absolute;
left: 0;
top: 1.2rem;
transform: translateY(-50%);
width: auto;
height: auto;
background: none;
border-radius: 0;
color: #00b0eb;
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;
}
.block-toc .accordion-btn div::after {
display: block;
padding: 0 5rem;
text-align: center;
content: "目次を開く";
}
.block-toc .accordion-btn.is-open div::after {
display: block;
padding: 0 5rem;
text-align: center;
content: "目次を閉じる";
}



/*--------------------------------------
nav
---------------------------------------*/
.bargBg.pc {position: fixed;right: 2rem;top: 3rem;width: 6rem;height: 6rem;background: #00b0eb;cursor: pointer;transform: translateX(0);transition: transform 0.5s;z-index: 900;}
.gnav-index .bargBg.pc {top: 2rem;}
.menu-trigger {
display: inline-block;
width: 6rem;
height: 6rem;
border: 2px solid #fff;
}
.bargBg.active {
transform: translateX(-300px);
}
.bargBg span {
display: inline-block;
position: absolute;
left: 1.2rem;
width: 3.6rem;
height: 0.2rem;
box-sizing: border-box;
background: #fadf00;
border-bottom: none;
}
.bargBg.active span {
background: #fadf00;
}
.bargBg span:nth-of-type(1) {
top: 1.4rem;
}
.bargBg.active span:nth-of-type(1) {
transform: translateY(15px) rotate(-45deg);
}
.bargBg span:nth-of-type(2) {
top: 2.9rem;
}
.bargBg.active span:nth-of-type(2) {
opacity: 0;
}
.bargBg span:nth-of-type(3) {
top: 4.4rem;
}
.bargBg.active span:nth-of-type(3) {
transform: translateY(-15px) rotate(45deg);
}
#gnav-pc {
position: fixed;
right: 0;
top: 0;
width: 30rem;
height: 100%;
background: #e9f5fc;
overflow-y: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
transform: translate(30rem);
transition: all 0.5s;
z-index: 999;
}
#gnav-pc::-webkit-scrollbar {
display: none;
}
#gnav-pc.open {
cursor: pointer;
transform: translateZ(0);
}
#gnav-pc .accordion .tglMenu {
padding: 1.5rem 2rem 1.5rem 1.5rem;
position: relative;
background: url(img/arrow_black_down.png) no-repeat right 1rem center;
background-size: auto 7px;
border-bottom: 1px solid #ccc;
}
#gnav-pc .accordion .tglMenu.open {
background: url(img/arrow_black_up.png) no-repeat right 1rem center;
background-size: auto 7px;
}
#gnav-pc .accordion .tglMenu.open::before {
transform: rotateZ(-90deg);
}
#gnav-pc .accordion ul {
display: none;
}
#gnav-pc .accordion li {
margin: 0;
border-bottom: 1px solid #ccc;
}
#gnav-pc .accordion li a {
display: block;
padding: 1.2rem 2rem 1.2rem 3rem;
background: #fff url(img/arrow_black.png) no-repeat right 1rem center;
background-size: 7px auto;
}
#gnav-pc .accordion li ul li {
margin: 0;
border-bottom: none;
border-top: 1px solid #ccc;
}
#gnav-pc .sitemap a {
display: block;
padding: 1.5rem 2rem 1.5rem 1.5rem;
position: relative;
background: url(img/arrow_black.png) no-repeat right 1rem center;
background-size: 7px auto;
border-bottom: 1px solid #ccc;
}


/*--------------------------------------
related
---------------------------------------*/
#related-article p:not([class]) {
margin: 0;
}
#related-article.related-article01-frame {
position: relative;
margin: 6rem auto;
padding: 3rem;
background: #f6f6f6;
}
#related-article .related-article01-title {
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
#related-article .related-article01-list {
margin: 1.5rem 0 0 0;
padding: 0 2rem;
border-top: 1px solid #04b1eb;
font-weight: 700;
}
#related-article .related-article01-list li {
position: relative;
margin: 2rem 0 0 0;
padding: 0 0 0 2.8rem;
line-height: 1.4;
}
#related-article .related-article01-list li::before {
position: absolute;
left: 0;
top: 0.7rem;
width: 1rem;
height: 1rem;
background: #00b0eb;
border-radius: 50%;
content: "";
}
#related-article .related-article01-list li + li {
margin: 1rem 0 0 0;
}
#related-article .related-article01-list a {
text-decoration: none;
}
#related-article .related-article01-list a:hover {
opacity: 0.7;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {display: flex;align-items: center;justify-content: center;height: 12rem;margin: 0 0 1rem 0;background: #73cfff url(https://www.cheerv-debut.com/wp/wp-content/uploads/8fa2ec56c4418299ecfd207317a0e0df-scaled.jpg) no-repeat center center;background-size: cover;}
#visArea.lower .siteName img {
width: 16rem;
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {display: none;position: fixed;right: 0;bottom: 10rem;width: 16.5rem;box-sizing: border-box;z-index: 310;}
.block-banner a {
display: block;
position: relative;
width: 16.5rem;
padding: 64% 0.2rem 1rem 0.2rem;
background: url(img/banner_bg_02.jpg) no-repeat right top, url(img/banner_bg_03.png) no-repeat right 1rem bottom 0.5rem, #fff7b7;
background-size: 100% auto, 16px auto;
border: 3px solid #333;
border-radius: 0.8rem;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.block-banner a::before {
position: absolute;
left: 1.2rem;
top: -2.4rem;
width: 4.8rem;
height: 3.8rem;
background: url(img/banner_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.block-banner a span {
font-size: 1.2rem;
}
.block-banner a:hover {
opacity: 0.7;
}


/*--------------------------------------
movie
---------------------------------------*/
.block-movie {
margin: 5rem auto;
text-align: center;
}
.main-low .block-movie {
margin: 5rem auto;
}
.block-movie .box-movie {
position: relative;
max-width: 87rem;
margin: 0 auto;
padding: 3rem 6rem;
background: #d3f5ff;
border-radius: 2rem;
}
.main-low .block-movie .box-movie {
max-width: 70rem;
}
.block-movie .box-movie::before {
position: absolute;
left: 2.5rem;
top: 50%;
transform: translateY(-50%);
width: 0.3rem;
height: 6rem;
background: #fff;
content: "";
}
.block-movie .box-movie::after {
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
width: 3.2rem;
height: 3.2rem;
border: 3px solid #fff;
border-radius: 50%;
content: "";
}
.block-movie .box {
position: relative;
padding: 56.25% 0 0 0;
}
.block-movie iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: none;
}
.block-movie .box-txt .caption {
margin: 1rem 0 2rem 0;
}
.block-movie .box-txt .catch {
display: inline-block;
padding: 0.4rem 1rem;
background: #ee6602;
color: #fff;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.block-movie .box-txt p:not([class]) {
text-align: left;
}
.custom-thumbnail {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: none;
cursor: pointer;
}
.custom-thumbnail a {
display: block;
position: relative;
}
.custom-thumbnail a::before {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 6.8rem;
height: 4.8rem;
background: url(img/ico_youtube.png) no-repeat left top;
background-size: contain;
content: "";
}



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

.addParts-title {
position: relative;
margin: 0 0 2rem 0;
padding: 0 0 6.5rem 0;
background: url(img/add02_bg_02.png) no-repeat center bottom;
font-size: 2.8rem;
font-weight: 700;
line-height: 1.6;
text-align: center;
}
.addParts-title .txt-1 {
font-size: 4rem;
}
.addParts-title .txt-1 span {
color: #00b0eb;
}
.addParts-title .txt-2 {
padding: 2rem 0 0 0;
background-image: radial-gradient(0.15em 0.15em at center center, #fadf00, #fadf00 100%, transparent, transparent);
background-position: left top;
background-repeat: repeat-x;
background-size: 1em 0.3em;
font-size: 3.6rem;
}

p.lead {
width: 75%;
margin: 0 auto 4rem auto;
}
p.lead span {
color: #ee6602;
font-weight: 700;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
padding: 8rem 0;
background: #fff url(img/add01_bg_01.png) repeat center top;
}
.addParts01.lower {
margin: 10rem 0 0 0;
}
.addParts01 .title-wrap {
position: relative;
}
.addParts01 .title-wrap::before {
position: absolute;
left: -10rem;
bottom: 0;
width: 21rem;
height: 21rem;
background: url(img/add01_bg_02.png) no-repeat left top;
background-size: contain;
content: "";
z-index: 3;
}
.addParts01 .title-wrap::after {
position: absolute;
right: -10rem;
bottom: 0;
width: 21rem;
height: 21rem;
background: url(img/add01_bg_03.png) no-repeat left top;
background-size: contain;
content: "";
z-index: 3;
}
.addParts01 .title {
position: relative;
margin: 2.5rem 0 6rem 4rem;
padding: 3rem 12rem;
background: #fff;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
font-size: 3.4rem;
font-weight: 700;
letter-spacing: 0.2rem;
line-height: 1.4;
text-align: center;
}
.addParts01 .title::before {
position: absolute;
left: -4rem;
top: -2.5rem;
width: 100%;
height: 100%;
background: url(img/title_bg_01.png) repeat;
content: "";
z-index: -1;
}
.addParts01 .title span {
color: #00b0eb;
}
.addParts01 p.note {
margin: 1em 0 0 0;
color: #9b9b9b;
font-size: 1rem;
}
.addParts01 p.note a {
color: #999;
text-decoration: underline;
}
.addParts01 p.note a:hover {
text-decoration: none;
}
.addParts01 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.addParts01 .block::after {
display: block;
width: calc((100% - 4.8rem) / 3);
content: "";
}
.addParts01 .block .box {
width: calc((100% - 4.8rem) / 3);
margin: 0 0 3rem 0;
background: #edf7ff;
}
.addParts01 .block .box-head {
position: relative;
padding: 1.5rem 2rem 1.5rem 9rem;
background: #ee6602;
border: 3px solid #333;
border-radius: 6rem;
}
.addParts01 .block .box-head::before {
position: absolute;
left: -1.5rem;
top: 50%;
transform: translateY(-50%);
width: 10rem;
height: 10rem;
background: url(img/add01_ico_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.addParts01 .box:nth-child(2) .box-head::before {
background: url(img/add01_ico_02.png) no-repeat left top;
background-size: contain;
}
.addParts01 .box:nth-child(3) .box-head::before {
background: url(img/add01_ico_03.png) no-repeat left top;
background-size: contain;
}
.addParts01 .block .box-head .catch {
color: #fff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
}
.addParts01 .block .box-head .catch span {
color: #fdff40;
font-size: 2.2rem;
}
.addParts01 .block .box-body {
padding: 3rem 2rem 4rem 2rem;
}
.addParts01 .block .box-body p:not([class]) {
margin: 0;
}
.addParts01 .block .box-body .name {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body .movie {
position: relative;
padding: 56.25% 0 0 0;
text-align: center;
}
.addParts01 .block .box-body .movie iframe {
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
width: auto;
height: 18.6rem;
border: none;
}
.addParts01 .block .box-body .fig,
.addParts01 .block .box-body .fig + .caption {
text-align: center;
}
.addParts01 .block .box-body .txt-1 {
position: relative;
margin: 5rem 0 0 0;
padding: 0 2rem 3rem 2rem;
background: #fff;
}
.addParts01 .block .box-body .txt-1 .ttl {
display: inline-block;
position: relative;
left: 50%;
top: -2.4rem;
transform: translateX(-50%);
width: 100%;
margin: 0 auto;
padding: 1.2rem 2rem;
background: #ffe3d3;
border-radius: 2.4rem;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts01 ul:not([class]) {
margin: 0;
padding: 0;
}
.addParts01 ul:not([class]) li {
position: relative;
margin: 0 0 1rem 0;
padding: 0 0 0 4.5rem;
}
.addParts01 ul:not([class]) li:last-child {
margin: 0;
}
.addParts01 ul:not([class]) li::before {
position: absolute;
left: 0;
top: 0.3rem;
width: 3.2rem;
height: 2rem;
background: url(img/add01_bg_04.png) no-repeat left top;
background-size: contain;
border-radius: 0;
content: "";
}
.addParts01 ul:not([class]) li span {
color: #ee6602;
font-weight: 700;
}
.addParts01 .block .box-body .txt-2 {
margin: 3rem 0 0 0;
}
.addParts01 .block .box-body .txt-2 .ttl {
margin: 0 0 1.5rem 0;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.apps {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 19rem;
margin: 0 auto;
}
.apps .app {
width: 8rem;
margin: 0 1rem 1rem 0;
text-align: center;
}
.apps .app span {
display: flex;
align-items: center;
justify-content: center;
width: 8rem;
height: 8rem;
background: #fff6ae;
border: 3px solid #333;
border-radius: 50%;
text-align: center;
}
.apps .app span img {
width: 6.4rem;
}
.addParts01 .block .box-body .btn-web {
max-width: 100%;
margin: 3rem auto 0 auto;
}
.addParts01 .block .box-body .btn-internal {
max-width: 100%;
margin: 1.5rem auto 0 auto;
}































@media screen and (min-width: 481px) {

.sp, .sp_br {
display: none!important;
}
}

@media screen and (max-width: 480px) {

html,
body {
width: 100%;
position: relative;
scroll-padding-top: 6.1rem;
}

.pc,
.pc_br {
display: none!important;
}

body {
min-width: initial;
min-width: auto;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
overflow: initial;
}

a:hover {
opacity: 1;
}


/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
padding: 0.5rem;
}

header .headTopArea {
width: 100%;
}

header .headTopArea .rightTxt {
font-size: 1.2rem;
text-align: center;
}


/*--------------------------------------
　spMenuBox
---------------------------------------*/
#navWrap {
box-sizing: border-box;
width: 100%;
height: auto;
background-color: #e9f5fc;
margin: 0 auto;
}

#navWrap .navTop {
display: none;
position: fixed;
top: 0;
z-index: 9999;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #b5b5b5;
transition: all 0.3s ease;
}

#navWrap .navTopInner {
display: table;
width: 100%;
padding: 0.5rem 0;
position: relative;
}

#navWrap .siteName {
display: table-cell;
vertical-align: middle;
font-weight: 500;
padding: 0.5rem 1.0rem;
border-right: 1px solid #707070;
text-align: center;
}

#navWrap .siteName img {
width: 8rem;
height: auto;
}

span.nd {
display: none;
}

#navWrap .recommendBtn {
display: table-cell;
position: relative;
padding: 0 1rem;
border-right: 1px solid #707070;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
vertical-align: middle;
background: #fff6ae;
}

#navWrap .recommendBtn::before {
content: "";
border-left: 8px solid transparent;
border-bottom: 8px solid #00b0eb;
position: absolute;
bottom: 0;
right: 0.5rem;
}

#menuBtn {
display: table-cell;
vertical-align: middle;
box-sizing: content-box;
width: 4rem;
padding: 0 0.5rem;
cursor: pointer;
z-index: 9999;
}

#menuBtn .menu {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 4rem;
height: 4rem;
background: #00b0eb url(img/sp_ico_menu.png) no-repeat center center;
background-size: 90% auto;
border: none;
outline: none;
}

body.open #menuBtn .menu {
width: 4rem;
height: 4rem;
background: #00b0eb url(img/sp_ico_close.png) no-repeat center center;
background-size: 100% auto;
}

#navSp {
position: fixed;
top: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
background-color: #e9f5fc;
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: 0;
margin: 0 auto 3.0rem;
overflow: auto;
white-space: nowrap;
position: relative;
}

#pankuzu {
box-sizing: border-box;
font-size: 1.1rem;
line-height: 1.2;
padding: 0.5rem 0.5rem 0.8rem 0.5rem;
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 4rem 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;
transition: none;
-o-transition: none;
-ms-transition: none;
-moz-transition: none;
-webkit-transition: none;
}

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

footer .areaInner .logo + .footBox {
border-top: 1px solid #fadf00;
}

footer .areaInner .footBox {
margin: 0;
}

footer .areaInner .footBox .sttl {
padding: 0;
margin: 0;
}

footer .areaInner .footBox .sttl a {
display: block;
box-sizing: border-box;
font-size: 1.4rem;
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 {
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: #fff url("img/arrow_black.png") 96.5% center no-repeat;
background-size: 6px auto;
border-bottom: 1px solid #fadf00;
padding: 1.0rem 9% 1.0rem 4%;
}

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

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

footer .areaInner .footBox .accChild li.subCat a {
display: block;
background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
background-size: 6px auto;
padding: 1.0rem 9% 1.0rem 4%;
color: #000;
}

footer .areaInner .footBox .accChild li.subCat a::before {
content: none;
font-size: 1.2rem;
position: relative;
left: -2px;
margin-right: 0.2rem;
}

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

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

footer .areaInner .footBox .accChild .subList li::before {
content: none;
color: #000;
margin-right: 0;
}

footer .areaInner .footBox .accChild .subList li a {
font-size: 1.3rem;
padding: 1.0rem 9% 1.0rem 9%;
background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
background-size: 6px auto;
}

footer .areaInner .footBox .accChild .subList li a::before {
content: "└";
display: block;
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: 8rem;
right: 1rem;
width: 4rem;
}
#page-top img {
width: 100%;
}


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

/*--------------------------------------
heading
---------------------------------------*/
.main-low h1 {
margin: 1.5rem 0 4rem 1.5rem;
padding: 1.5rem;
font-size: 2.4rem;
letter-spacing: 0;
}
.main-low h1::before {
left: -1.5rem;
top: -1.5rem;
}

.main-low h2 {
margin: 4rem 0 2rem 0;
padding: 1.5rem;
font-size: 2.1rem;
}
.main-low h2::before {
bottom: 0.6rem;
}

.main-low h3  {
margin: 3rem 0 2rem 0;
padding: 1.4rem 1.5rem 1.2rem 4.5rem;
font-size: 1.8rem;
}

.main-low h4,
.main-low h5,
.main-low h6 {
margin: 3rem 0 2rem 0;
padding: 0 1.5rem 0.6rem 1rem;
font-size: 1.6rem;
}


/*--------------------------------------
title
---------------------------------------*/
.main .check {
min-height: 7rem;
margin: 3rem 0 2rem 0;
padding: 1.5rem 1.5rem 1.5rem 7rem;
border-bottom: 1px solid #fadf00;
font-size: 1.8rem;
}
.main .check::before {
width: 6rem;
height: 6rem;
}


/*--------------------------------------
lists
---------------------------------------*/
.main ul:not([class]) {
margin: 3rem 0;
}

.main ol {
margin: 3rem 0;
}


/*--------------------------------------
table
---------------------------------------*/
table {
width: 100%;
margin: 3rem auto;
border-top: 2px solid #333;
}
table th {
display: block;
width: 100%;
border-top: none;
}
table td {
display: block;
width: 100%;
border-top: none;
}
.js-scrollable-notice {
display: block;
margin: 0 0 0.5rem 0;
}
.js-scrollable {
margin: 0 auto;
overflow: auto;
}
.js-scrollable table:not([class]) {
display: table;
table-layout: fixed;
width: 70rem;
margin: 0;
border: 3px solid #333;
}
.js-scrollable table:not([class]) th,
.js-scrollable table:not([class]) td {
display: table-cell;
width: auto;
}
.js-scrollable table:not([class]) th[scope="col"]:nth-child(1),
.js-scrollable table:not([class]) th[scope="row"] {
width: 18rem;
}


/*--------------------------------------
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 span {
font-size: 1.8rem;
}


/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
max-width: 90%;
margin: 3rem auto;
}
.btn-internal a:hover {
opacity: 1;
}

.btn-web,
p.btn-web {
max-width: 90%;
margin: 3rem auto;
}
.btn-web a:hover {
opacity: 1;
}

.btn-tel,
p.btn-tel {
display: block;
position: relative;
max-width: 90%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-tel a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 4rem;
background: #ee6602 url(img/ico_tel.png) no-repeat 1.5rem center;
background-size: 20px auto;
border: 2px solid #ee6602;
border-radius: 6rem;
box-shadow: 5px 5px 0 0 #b15919;
box-sizing: border-box;
color: #fff;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-tel a:hover {
text-decoration: none;
opacity: 1;
}


.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: 2rem 4rem;
background: #fff url(img/arrow_link.png) no-repeat right 1.8rem center;
background-size: 16px auto;
border: 2px solid #bbb;
border-radius: 6rem;
box-sizing: border-box;
color: #333;
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;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: block;
}
.frame-wrap::after {
display: none;
content: none;
}
.frame-wrap .frame {
width: 100%;
margin: 0 0 3rem 0;
padding: 2rem;
}
.frame-wrap .frame-head .ttl {
font-size: 1.8rem;
}
.frame-wrap .frame-body table th {
width: 100%;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-btn {
width: 90%;
}
.accordion-btn:hover {
opacity: 1;
}


/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
width: 100%;
margin: 0 auto 3rem auto;
padding: 1.5rem;
}
.toc_parts .ttl {
font-size: 1.8rem;
}
#toc {
margin: 1rem 0 0 0;
padding: 1rem 0 0 0;
}
#toc .chapter {
margin: 0;
padding: 0;
}
#toc .chapter .chapter-h {
margin: 1rem 0;
padding: 0 0 0 3rem;
font-size: 1.4rem;
line-height: 1.6;
}
#toc ul.chapter .chapter-h::before {
top: 1rem;
font-size: 1.8rem;
}
#toc li.chapter-h.chapter-h-three {
margin: 0.5rem 0 0.5rem 3rem;
}
#toc li.chapter-h.chapter-h-three::before {
top: 0.7rem;
width: 6px;
height: 6px;
}
#toc li.chapter-h-three + .chapter-h-two {
margin-top: 2rem;
}
.main-index .block-toc {
width: calc(100% - 2rem);
margin: 0 auto;
padding: 0 0 1rem 0;
}
.block-toc .accordion-btn {
width: 90%;
margin: 0 auto 3rem auto;
}


/*--------------------------------------
related
---------------------------------------*/
#related-article.related-article01-frame {
padding: 2rem;
}
#related-article .related-article01-title {
font-size: 1.8rem;
}
#related-article .related-article01-list {
margin: 1rem 0 0 0;
padding: 0 1rem;
}
#related-article .related-article01-list li {
padding: 0 0 0 2.8rem;
}
#related-article .related-article01-list li::before {
top: 0.4rem;
width: 1.2rem;
height: 1.2rem;
}
#related-article .related-article01-list a:hover {
opacity: 1;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
height: 9rem;
background: url(img/mv_bg_05.png) no-repeat center center;
background-size: cover;
}
#visArea.lower .siteName {
width: 10rem;
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
display: none !important;
}


/*--------------------------------------
movie
---------------------------------------*/
.main-low .block-movie {
margin: 4rem auto;
}
.block-movie .box-movie {
max-width: 100%;
padding: 1rem 2rem;
border-radius: 1.5rem;
}
.main-low .block-movie .box-movie {
max-width: 100%;
}
.block-movie .box-movie::before {
left: 0.8rem;
height: 2rem;
}
.block-movie .box-movie::after {
right: 0.2rem;
width: 1rem;
height: 1rem;
}
.block-movie .box-txt .catch {
font-size: 1.8rem;
text-align: left;
}


/*--------------------------------------
addParts
---------------------------------------*/
.addInner {
width: 100%;
padding: 0 1.5rem;
}

.addParts-title {
margin: 0 0 3rem 0;
padding: 0 0 4rem 0;
background-size: auto 27px;
font-size: 1.8rem;
line-height: 1.4;
}
.addParts-title .txt-1 {
font-size: 2.4rem;
}
.addParts-title .txt-2 {
padding: 1rem 0 0 0;
font-size: 2.1rem;
}

p.lead {
width: 100%;
margin: 0 auto 3rem auto;
}
p.lead span {
color: #ee6602;
font-weight: 700;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
padding: 5rem 0;
background-size: 2000% auto;
}
.addParts01.lower {
margin: 0;
}
.addParts01 .title-wrap::before {
left: -1.5rem;
width: 8rem;
height: 8rem;
}
.addParts01 .title-wrap::after {
right: -1.5rem;
width: 8rem;
height: 8rem;
}
.addParts01 .title {
margin: 1.5rem 0 4rem 1.5rem;
padding: 2rem 3rem 4rem 3rem;
font-size: 2.4rem;
letter-spacing: 0;
}
.addParts01 .title::before {
position: absolute;
left: -1.5rem;
top: -1.5rem;
width: 100%;
height: 100%;
background: url(img/title_bg_01.png) repeat;
content: "";
z-index: -1;
}
.addParts01 .block {
display: block;
}
.addParts01 .block::after {
display: none;
content: none;
}
.addParts01 .block .box {
width: 100%;
}
.addParts01 .block .box-head .catch {
font-size: 1.7rem;
}
.addParts01 .block .box-head .catch span {
font-size: 2.1rem;
}
.addParts01 .block .box-body {
padding: 2.4rem 1.6rem 3.6rem 1.6rem;
}
.addParts01 .block .box-body .movie iframe {
width: 100%;
height: 100%;
}
.addParts01 ul:not([class]) {
margin: 0;
padding: 0;
}
.addParts01 ul:not([class]) li {
position: relative;
margin: 0 0 1rem 0;
padding: 0 0 0 4.5rem;
}
.addParts01 ul:not([class]) li:last-child {
margin: 0;
}
.addParts01 ul:not([class]) li::before {
position: absolute;
left: 0;
top: 0.3rem;
width: 3.2rem;
height: 2rem;
background: url(img/add01_bg_04.png) no-repeat left top;
background-size: contain;
border-radius: 0;
content: "";
}
.addParts01 ul:not([class]) li span {
color: #ee6602;
font-weight: 700;
}
.addParts01 .block .box-body .btn-web {
max-width: 90%;
margin: 3rem auto 0 auto;
}
.addParts01 .block .box-body .btn-internal,
.addParts01 .block .box-body .btn-tel {
max-width: 90%;
margin: 1.5rem auto 0 auto;
}

}
