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

small {
font-size: 60%;
}

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

.frame-body{
    text-align:center;
}
/*--------------------------------------
　Base
---------------------------------------*/
html, body {
scroll-padding-top: 6rem;
}

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

body {
color: #2B2B2B;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.5rem;
font-weight: 400;
line-height: 1.866666667;
min-width: 110rem;
-webkit-font-smoothing: subpixel-antialiased;
overflow: hidden;
word-break: break-word;
}

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

a {
color: #2B2B2B;
text-decoration: none;
}

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

.fl {
float: left;
}

.fr {
float: right;
}

.strong {
font-weight: bold;
}

.f110 {
font-size: 110%;
}

.f120 {
font-size: 120%;
}

.f130 {
font-size: 130%;
}

.f150 {
font-size: 150%;
}

.f200 {
font-size: 200%;
}

.f300 {
font-size: 300%;
}

/*--------------------------------------
　Header
---------------------------------------*/
header .headTopArea {
width: 1100px;
margin: 6px auto;
}

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

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


/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
background-color: #fff;
margin: 0 auto;
position: relative;
z-index: 100;
}

#g-nav.no-top {
    display: none;
}

#g-nav::after {
content: "";
background: #edeef2;
width: 100%;
height: 2px;
position: absolute;
left: 0;
bottom: 0;
}

#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;
height: auto;
margin: 0 auto;
}

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

#g-nav li::before {
content: "";
background: linear-gradient(#dbdee5, #dbdee5);
background-size: 1px 1px;
width: 1px;
height: 100%;
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(#dbdee5, #dbdee5);
background-size: 1px 1px;
width: 1px;
height: 100%;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}

#g-nav li a {
display: table;
width: 100%;
height: 100%;
font-size: 1.3rem;
line-height: 1.6;
padding: 15px 12px;
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::after {
content: "";
width: 100%;
height: 3px;
background-color: #0066FF;
position: absolute;
left: 0;
bottom: 2px;
opacity: 1;
}

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


/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
margin: 2rem 0 0;
}

#pankuzu {
font-size: 1.2rem;
margin: 0 auto;
padding: 12px 0;
width: 1100px;
}

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


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

#index {
width: 100%;
margin: 5rem auto 0;
padding: 0;
}

#category, #page {
float: left;
width: 83rem;
margin: 0;
padding: 6rem 0;
}


/*--------------------------------------
　Side
---------------------------------------*/
#side {
float: right;
width: 22rem;
}

#side .sideTopBox {
background: #dcf5fa;
margin: 60px auto 40px;
position: relative;
width: 22rem;
}

#side .sideTopBox::before {
position: absolute;
left: 50%;
top: -1.2rem;
transform: translateX(-50%);
width: 12.5rem;
height: 2.5rem;
background: url(img/side_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}

#side .sideTopBox a {
display: block;
padding: 35px 20px 20px;
}

#side .sideTopBox .catch {
font-size: 1.6rem;
margin: 0 0 15px;
font-weight: bold;
text-align: center;
line-height: 1.4;
color: #3b6eb0;
}

#side .sideTopBox .imgBox {
margin: 0 0 15px;
}

#side .sideTopBox p {
line-height: 1.6;
color: #2b2e39;
font-size: 1.4rem;
}

#side .sideTopBox .dtlBtn {
display: block;
text-align: center;
color: #333;
background: #92d7f0 url(img/arrow_black.png) right 10px center no-repeat;
background-size: 6px auto;
padding: 8px 30px;
margin: 20px 0 0;
font-weight: bold;
}

#side .sideBox {
margin: 0 0 30px;
border-top: 3px solid #003BB1;
}

#side .sideBox .sttl {
font-size: 1.5rem;
letter-spacing: .05em;
color: #000;
}

#side .sideBox .sttl a {
display: block;
padding: 15px 0;
color: #000;
}

#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: linear-gradient(to right, #bbbbbb, #bbbbbb 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
background-size: 6px 1px;
width: 100%;
height: 1px;
position: absolute;
top: 0;
left: 0;
}

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

#side .sideBox ul li a:hover {
opacity: 0.7;
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 15px;
}

#side .sideBox .subList li a::before {
content: "└";
margin: 0 5px 0 0;
}


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

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

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

footer .areaInner .logo {
width: auto;
margin: 0 auto 5rem;
}

footer .areaInner .logo a {
display: block;
font-size: 2rem;
font-weight: bold;
line-height: 1;
letter-spacing: .06em;
text-align: center;
color: #003BB1;
text-decoration: none;
}

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

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

footer .areaInner .footBox .sttl {
border-bottom: 1px solid #9d9d9d;
padding: 0 0 1rem 0;
margin: 0 0 1.4rem 0;
}

footer .areaInner .footBox .sttl a {
display: block;
font-size: 1.4rem;
font-weight: normal;
background: url("img/foot_arrow.png") left center no-repeat;
background-size: 11px auto;
border: none;
padding: 0.3rem 0 0.3rem 2rem;
margin: 0;
}

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

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

footer .areaInner .footBox .accChild {
padding: 0;
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
}

footer .areaInner .footBox .accChild .sp {
}

footer .areaInner .footBox .accChild li.subCat {
width: 25%;
margin: 0.5rem 0;
}

footer .areaInner .footBox .accChild li.subCat a {
display: inline-block;
padding: 0 2rem 0 0;
font-size: 1.2rem;
}

footer .areaInner .footBox .accChild li.subCat .subList a {
    position: relative;
}

footer .areaInner .footBox .accChild li.subCat .subList a::before {
    content: "- ";
}

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

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

footer .areaInner p.ucp {
font-size: 1.4rem;
line-height: 1.4;
text-align: center;
margin: 3.5rem auto 0;
}

footer .botArea {
background-color: #003BB1;
}

footer .botArea .inner {
width: 1100px;
padding: 1.2rem 0 1.5rem;
margin: 0 auto;
}

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

footer p.sitemap a {
font-size: 1.2rem;
line-height: 1.3;
text-align: right;
float: right;
padding: 0.2rem 0 0.4rem 1.5rem;
background: url(img/arrow_white.png) no-repeat left center;
background-size: 6px auto;
text-decoration: underline;
color: #fff;
}

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

footer p.copy {
font-size: 1.2rem;
line-height: 1.3;
text-align: left;
color: #fff;
float: left;
padding: 0.2rem 0 0.4rem 0;
}

footer p.copy a {
color: #fff;
}

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

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


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

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


/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents #page.mappage h2 {
margin: 68px auto 28px;
}

#contents #page.mappage h2 a:hover {
color: #333;
text-decoration: none;
opacity: 0.7;
}

#contents #page.mappage ul {
margin: 0 auto 0.6rem;
}

#contents #page.mappage ul li {
padding: 0 0 0.6rem 2.2rem;
}

#contents #page.mappage ul.subList li:last-child {
margin: 0 0 1rem;
}

#contents #page.mappage ul li a:hover {
opacity: 0.7;
}

#contents #page.mappage ul.subList li a {
font-size: 1.4rem;
}


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

.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 60%, #FFee6a 60%);
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: 1.1rem;
line-height: 1.272727273;
word-break: break-all;
}
.caption a {
color: #999;
text-decoration: underline;
}
.caption a:hover {
text-decoration: none;
}
.main p.addTxt {
    margin-bottom: 3rem;
}


/*--------------------------------------
heading
---------------------------------------*/
.main-index h2:not([class]),
.main-low h1 {
position: relative;
margin: 2.5rem 0 4rem 0;
padding: 2rem 2rem 2rem 4rem;
font-size: 4rem;
font-weight: 700;
line-height: 1.375;
letter-spacing: .02em;
text-align: center;
}
.main-index h2:not([class]) {
margin: 9.5rem 0 5rem 0;
}
.main-index h2:not([class]) a {
    display: block;
    background: url(img/arrow_blue2.png) no-repeat right center;
    background-size: 10px auto;
    padding: 0 2rem;
}
.main-index h2:not([class])::before,
.main-low h1::before {
position: absolute;
left: 0;
top: -2.5rem;
width: calc(100% - 2.8rem);
height: 100%;
background: #003BB1;
content: "";
z-index: -1;
}
.main-index h2:not([class])::after,
.main-low h1::after {
position: absolute;
right: 0;
top: 0;
width: calc(100% - 2.8rem);
height: 100%;
background: #fff;
border: 3px solid #003BB1;
content: "";
z-index: -1;
}
.main-index h2:not([class]) span,
.main-low h1 span {
font-size: 2.6rem;
letter-spacing: .11em;
}

.main-index h3:not([class]),
.main-low h2 {
position: relative;
margin: 1rem 0 1rem 0;
padding: 2rem 2rem 2rem 8.5rem;
background: #FFE372;
font-size: 3.2rem;
font-weight: 700;
line-height: 1.4;
}
.main-index h3:not([class])::before,
.main-low h2::before {
position: absolute;
left: 1.4rem;
top: 50%;
transform: translateY(-50%);
width: 5rem;
height: 5rem;
background: url(img/bg_h3.png) no-repeat;
background-size: 5rem auto;
content: "";
}

.main-index h4:not([class]),
.main-low h3  {
position: relative;
margin: 4rem 0 3rem 0;
padding: 1rem 2rem;
background: #f7f7f7;
border-top: 2px solid #003bb1;
border-bottom: 2px solid #003bb1;
box-shadow: 0 -6px 0 #f7f7f7, 0 6px 0 #f7f7f7;
color: #003bb1;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
}

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

.main-low h5,
.main-low h6{
	position: relative;
	margin: 3rem 0 1rem 0;
	padding: 0 2rem 0 2rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #003bb1;
}

.main-index h3:not([class]) a,
.main-low h2 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;
}
.main-index h4:not([class]) a,
.main-index h5:not([class]) a,
.main-index h6:not([class]) 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;
}


/*--------------------------------------
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: 0.7rem;
height: 0.7rem;
background: #FFCD03;
border: 2px solid #FFCD03;
content: "";
transform: rotate(45deg);
}

.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 {
position: absolute;
left: 0;
top: 0.4rem;
width: 2.1rem;
height: 2.1rem;
background: #003bb1;
color: #fff;
font-size: 1.2rem;
line-height: 1.7;
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 {
font-size: 1.4rem;
word-break: break-all;
}
table {
width: 100%;
margin: 3rem auto;
border-collapse: collapse;
}
table th {
padding: 1rem 1.5rem;
background: #ECEFF4;
border: 1px solid #9d9d9d;
font-weight: normal;
text-align: center;
}
table td {
padding: 1rem 1.5rem;
background: #fff;
border: 1px solid #9d9d9d;
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 3rem auto;
}
.float-wrap .fl {
width: 34.5rem;
margin: 0 3rem 1rem 0;
text-align: center;
}
.float-wrap .fr {
width: 34.5rem;
margin: 0 0 1rem 3rem;
text-align: center;
}
.float-wrap .ct {
width: 50rem;
margin: 0 auto 2rem auto;
text-align: center;
}
.float-wrap .catch {
margin: 0 0 1.5rem 0;
color: #0066ff;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
text-align: left;
}
.float-wrap.ct .catch {
text-align: center;
}
.float-wrap p {
    overflow: hidden;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box-wrap .box {
width: calc((100% - 3.2rem) / 2);
margin: 0 0 3.2rem 0;
background: #f3f7fc;
}
.box-wrap .box-body {
padding: 3.6rem 2rem;
}
.box-wrap .box-body p:not([class]) {
margin: 0;
}
.box-wrap .box-body .ttl {
display: flex;
align-items: center;
margin: 0 0 2rem 0;
color: #19a3b9;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.4;
}
.box-wrap .box-body .ttl a {
display: block;
width: 100%;
padding: 0 2rem 0 0;
background: url(img/arrow_green.png) no-repeat right center;
background-size: 10px auto;
color: inherit;
text-decoration: none;
}
.box-wrap .box-body ul:not([class]) {
margin: 2rem 0 0 0;
}
.box-wrap .box-body ul:not([class]) li {
padding: 0;
color: #333;
font-size: 1.8rem;
font-weight: bold;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.frame-wrap::after {
display: block;
width: calc((100% - 6.4rem) / 3);
content: "";
}
.frame-wrap .frame {
width: calc((100% - 6.4rem) / 3);
margin: 0 0 3.2rem 0;
padding: 3.2rem 2.4rem;
background: #fff;
border: 1px solid #9d9d9d;
}
.frame-wrap .frame-head {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 0 0 3rem 0;
border-bottom: none;
}
.frame-wrap .frame-head .ttl {
width: 100%;
color: #0066FF;
font-size: 2.4rem;
font-weight: bold;
line-height: 1.153846154;
}
.frame-wrap .frame-head .ttl a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow_blue.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}
.frame-wrap .frame-body p:not([class]) {
margin: 0;
font-size: 1.4rem;
line-height: 2;
text-align:left;
}
.frame-wrap .frame-body .caption {
    text-align: center;
    margin-bottom: 2rem;
}


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

.btn-internal,
p.btn-internal {
max-width: 40rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-internal a {
min-height: 70px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 4rem;
background: url(img/arrow_white.png) no-repeat right 1.5rem center, linear-gradient(90deg, #0066FF, #00BAFF);
background-size: 7px auto, auto;
box-shadow: 4px 4px 0 0 #252152;
box-sizing: border-box;
color: #fff;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-internal a:hover {
opacity: .6;
}
.btn-internal.down a {
    background: url(img/arrow_white_down.png) no-repeat right 1.5rem center, linear-gradient(90deg, #0066FF, #00BAFF);
    background-size: auto 7px, auto;
}

.btn-web,
p.btn-web {
max-width: 40rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-web a {
min-height: 70px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 4rem;
background: url(img/arrow_black.png) no-repeat right 1.5rem center, linear-gradient(90deg, #FF7D26, #FFE600);
background-size: 7px auto, auto;
box-shadow: 4px 4px 0 0 #252152;
box-sizing: border-box;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-web a:hover {
opacity: .6;
}

.btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
display: inline-block;
position: relative;
min-height: 24px;
padding: 0.1rem 0 0.3rem 1.8rem;
background: url(img/arrow_navy.png) no-repeat left center;
background-size: 9.9px auto;
color: #000;
font-size: 1.5rem;
line-height: 1.4;
text-decoration: underline;
}
.btn-link a:hover {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
display: none;
}
.accordion-btn {
display: block;
position: relative;
width: 40rem;
height: auto;
margin: 0 auto 6rem auto;
padding: 2rem 0;
background: #ECEFF4;
color: #696969;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.accordion-btn.mokuji {
background: #F7F7F7;
color: #333;
font-size: 1.7rem;
}
.accordion-btn::before {
position: absolute;
right: 3rem;
top: 50%;
transform: translateY(-50%);
width: 1.4rem;
height: 1.4rem;
background: url(img/acc_bg_01.png) no-repeat left center;
background-size: contain;
content: "";
}
.accordion-btn.mokuji::before {
    background: url(img/acc_mokuji_bg_01.png) no-repeat left center;
    background-size: contain;
}
.accordion-btn::after {
display: block;
padding: 0 5rem;
text-align: center;
content: "もっと見る";
}
.accordion-btn.mokuji::after {
content: "目次";
}
.accordion-btn.is-open::before {
background: url(img/acc_bg_02.png) no-repeat left center;
background-size: contain;
}
.accordion-btn.mokuji.is-open::before {
    background: url(img/acc_mokuji_bg_02.png) no-repeat left center;
    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: 720px;
max-width: 100%;
padding: 3rem 4rem 2rem 4rem;
margin: 0 auto;
background: #F7F7F7;
}
.main-index .toc_parts {
width: 81rem;
margin: 0 auto;
}
.toc_parts .ttl {
padding: 0 0 0.2rem 1rem;
border-left: 4px solid #003BB1;
font-size: 1.9rem;
font-weight: 700;
line-height: 1.4;
}
#toc {
margin: 1.5rem 0 0 0;
padding: 0;
border-top: 1px solid #58585e;
}
#toc .chapter {
margin: 2rem 0 2rem 0;
counter-reset: count;
}
#toc .chapter .chapter-h {
position: relative;
margin: 2rem 0 0 0;
padding: 0 0 0 4.5rem;
color: #333;
font-size: 1.6rem;
line-height: 1.8;
counter-increment: count;
}
.toc_parts.top #toc .chapter .chapter-h:first-child {
    display: none;
}
#toc .chapter .chapter-h:last-child {
margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
position: absolute;
left: 0;
top: 1.3rem;
transform: translateY(-50%);
width: auto;
height: auto;
background: none;
border-radius: 0;
color: #003BB1;
font-size: 2.6rem;
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 {
display: none;
margin: 1rem 0 1rem 4rem;
padding: 0 0 0 1.5rem;
color: #333;
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;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
display: flex;
align-items: center;
justify-content: center;
height: 12rem;
background: #F4F9FD;
}
#visArea.lower .siteName img {
width: 35rem;
}


/*--------------------------------------
lower
---------------------------------------*/
.block-lower {
margin: 10rem auto;
padding: 3rem;
background: #fff;
border: 4px solid #b4dfe5;
}
.block-lower .float-wrap {
margin: 0;
}
.block-lower .float-wrap .fl {
width: 20rem;
}
.block-lower .float-wrap .catch {
color: #333;
font-size: 1.8rem;
line-height: 1.6;
}
.block-lower .float-wrap .catch span {
background: linear-gradient(transparent 60%, #fdf250 60%);
color: #3b6eb0;
font-size: 2.6rem;
}
.block-lower .btn-internal {
margin: 2rem auto 0 auto;
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
display: none;
position: fixed;
right: 0;
bottom: 12rem;
width: 22rem;
box-sizing: border-box;
z-index: 310;
}
.block-banner a {
display: block;
position: relative;
width: 22rem;
padding: 14rem 0 0 0;
background: #57c6d8 url(img/banner_bg_01.png) no-repeat center top;
background-size: 100% auto;
border: 4px solid #b6edf5;
box-shadow: -4px 4px 8px 0 rgba(0,0,0,0.2);
color: #fff;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
}
.block-banner a span {
display: inline-block;
margin: 0 0 0.5rem 0;
padding: 0.3rem 0.7rem 0.5rem 0.7rem;
background: #fdf250;
color: #3b6eb0;
font-size: 1.1rem;
line-height: 1.1;
text-align: center;
}
.block-banner a div {
position: relative;
padding: 0 0 2rem 0;
text-align: center;
}
.block-banner a div::before {
position: absolute;
right: 0.3rem;
bottom: 0.3rem;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 18px 18px;
border-color: transparent transparent #a1dfe9 transparent;
content: "";
}
.block-banner a:hover {
opacity: 0.7;
}


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

.addParts-title {
position: relative;
margin: 0 0 4rem 0;
font-size: 4rem;
font-weight: bold;
line-height: 1.4;
letter-spacing: .02em;
text-align: center;
}
.addParts-title span {
font-size: 2.6rem;
letter-spacing: .11em;
}

p.lead {
margin: 0 0 3rem 0;
}
p.lead span {
background: linear-gradient(transparent 60%, #fdf250 60%);
font-weight: 700;
}

.block .box-head span{
	color: #ffee6a;
    font-size: 3rem;
}

/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
margin: 3rem 0 0;
padding: 7.4rem 0;
background: #cef7ff url(img/add01_bg_01.png) no-repeat center top;
background-size: cover;
}
.addParts01 .note {
    max-width: 1100px;
    margin: 1.5rem auto 0;
    font-size: 1rem;
    line-height: 1.272727273;
    letter-spacing: -.01em;
    padding: 0;
}
.addParts01 .addInner {
padding: 4rem;
background: #fff;
}
.addParts01 .block .box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 3.6rem 0;
padding: 2.4rem 2.6rem 3.6rem;
border: solid 3px #9ad3e6;
}
.addParts01 .block .box:last-child {
margin: 0;
}
.addParts01 .block .box-fig {
width: 36rem;
margin-top: 3rem;
}
.addParts01 .block .box-txt {
width: calc(100% - 36rem);
padding: 0 0 0 3.6rem;
}
.addParts01 .block .box-txt p:not([class]) {
margin: 0;
}
.addParts01 .block .box-txt .ttl {
position: relative;
min-height: 8.4rem;
margin: 0 0 1.5rem 0;
padding: 0 0 0 4rem;
color: #21c3dc;
font-size: 2.9rem;
font-weight: bold;
line-height: 1.4;
}
.addParts01 .block .box-txt .ttl::before {
position: absolute;
left: 0;
top: 0;
width: 8.4rem;
height: 8.4rem;
background: #e6faff;
content: "";
}
.addParts01 .block .box-txt .ttl span {
position: relative;
}
.addParts01 .block .box-txt .catch {
margin: 0 0 1.5rem 0;
padding: 1rem;
border: 2px solid #9cb6d7;
color: #3b6eb0;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
}
.addParts01 .block .box-txt .catch span {
background: linear-gradient(transparent 60%, #fdf250 60%);
font-weight: 700;
}
.addParts01 .block .box-txt .btn-internal {
margin: 2.4rem auto 0 auto;
}


.hkk {
    width: 100%;
    display: flex;
    margin: 2rem auto;
}
.hkk .box {
    width: 31.5%;
    margin: 0 2.3% 0 0;
    border: solid 1px #4B82EF;
    /* background: #eff2e5; */
    padding: 1.5rem 2rem;
}
.hkk .box:last-child {
    margin-right: 0;
}
.main .hkk ul {
    margin: 1rem 0;
}
.hkk .btn-web, .hkk .btn-internal, .hkk .btn-tel {
    margin: 0 auto;
}
.hkk .btn-web a, .hkk .btn-internal a, .hkk .btn-tel a {
    width: 95%;
    font-size: 1.6rem;
    margin: 2rem auto;
    padding: 1rem 4rem;
}
.addParts01.top .hkk .btn-internal a {
    background: url(img/arrow_white_down.png) no-repeat right 1.5rem center, linear-gradient(90deg, #0066FF, #00BAFF);
    background-size: 11px auto, auto;
}
.hkk .box .name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #0066FF;
    font-size: 2.2rem;
    margin: 0rem 0 2rem;
    font-weight: bold;
    line-height: 1.363636364;
}
.hkk .box .ttl {
    text-align: center;
    font-weight: bold;
    margin: 2rem 0;
    line-height: 1;
}
.hkk .box img {
    width: unset;
    margin: 0 auto 5px;
    display: block;
    background: #fff;
}
.hkk .box .caption, .hkkw .note {
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto;
}
.hkk .box .cpy {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    color: #475e20;
    line-height: 1.4;
}
.hkk .cth {
    text-align: center;
    font-weight: bold;
    background: #003BB1;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 1.5rem .5rem;
    margin-bottom: 2rem;
}
.hkk .cth span {
    color: #ffee6a;
    font-size: 3rem;
}
.hkk .cpy1 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #3b6eb0;
    line-height: 1.3;
    border: solid 1px #57c6d8;
    padding: 1rem 0;
}
.hkk .cpy2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 2rem auto;
}
.hkk .recom {
    background: #E6FFE6;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .03em;
    text-align: center;
    padding: 1rem .5rem;
    margin-bottom: 2rem;
}
.hkk ul {
    margin: 3rem 0 3rem;
}
.main .hkk ul li {
    position: relative;
    margin: 0 0 2rem 0;
    padding: 0 0 0 2.4rem;
    line-height: 1.2;
}
.main .hkk ul li::before {
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #FFCD03;
    border: 2px solid #FFCD03;
    content: "";
    transform: rotate(45deg);
}


.lower-table-style01 table tbody tr th:first-child {
    width: 10%;
}
.lower-table-style01 table tbody tr td:first-child {
    width: 10%;
}

.lower-scroll-table-text{display: none;}

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


@media screen and (max-width: 480px) {
html, body {
width: 100%;
position: relative;
}

.pc {
display: none !important;
}

.pc_br {
display: none;
}

body {
width: 100%;
min-width: initial;
min-width: auto;
font-size: 1.4rem;
line-height: 1.8;
}

a:hover {
opacity: 1;
}

/*--------------------------------------
　Header
---------------------------------------*/
header .headTopArea {
width: 100%;
margin: 6px auto;
padding: 0 5px;
}

header .headTopArea .rightTxt {
text-align: left;
}


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

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

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

#navWrap .siteName {
display: table-cell;
vertical-align: middle;
width: 48%;
font-size: 1.15rem;
font-weight: 500;
line-height: 1.4;
padding: 0 1rem 0 1rem;
text-align: center;
border-right: 1px solid #bbb;
}

#navWrap .siteName img {
width: 100%;
}

#navWrap .recommendBtn {
display: table-cell;
vertical-align: middle;
font-size: 1.1rem;
line-height: 1.4;
text-align: center;
padding: 0 0.6rem;
position: relative;
color: #252152;
border-right: 1px solid #bbb;
font-weight: bold;
background: #e5f9fd;
}

#navWrap .recommendBtn::after {
content: "";
position: absolute;
right: 3px;
bottom: 3px;
border-top: 4px solid transparent;
border-right: 4px solid #003bb1;
border-bottom: 4px solid #003bb1;
border-left: 4px solid transparent;
z-index: 1;
}

#menuBtn {
display: table-cell;
vertical-align: middle;
box-sizing: content-box;
width: 25px;
height: 50px;
padding: 0 1rem;
cursor: pointer;
z-index: 9999;
}

#menuBtn .menu {
width: 21px;
height: 16px;
position: absolute;
top: calc(50% - 8px);
outline: none;
border: none;
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: rgba(243, 247, 252, 0.94);
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;
font-weight: 400;
line-height: 1.4;
color: #000;
background: url("img/arrow_black.png") 96% center no-repeat;
background-size: 6px auto;
padding: 1.5rem 9% 1.5rem 4%;
}

#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 #b5b5b5;
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;
color: #000;
background: url("img/arrow_black.png") 95.5% center no-repeat;
background-size: 5px auto;
border-bottom: 1px solid #b5b5b5;
padding: 1.2rem 9% 1.2rem 7%;
}

/*navBottom*/
#navBottom {
display: block;
width: 85%;
position: relative;
margin: 7.5% auto 7.5%;
}

#navBottom a {
display: block;
text-decoration: none;
background: url("img/banner_bg.png") left top repeat;
border-top: 3px solid #bee6a0;
padding: 4%;
position: relative;
z-index: 1;
}

#navBottom a::before {
content: "";
background: url("img/banner_illust01.png") no-repeat;
background-size: 100% auto;
width: 49px;
height: 86px;
position: absolute;
top: -10px;
right: -8px;
}

#navBottom a::after {
content: "";
background: url("img/banner_illust02.png") no-repeat;
background-size: 100% auto;
width: 40px;
height: 64px;
position: absolute;
left: -8px;
bottom: -10px;
}

#navBottom .tit {
font-size: 1.5rem;
font-weight: bold;
line-height: 1.5;
letter-spacing: 0.01em;
padding: 0 15% 0 3%;
margin-bottom: 1rem;
}

#navBottom .txtArea {
background-color: #fff;
padding: 0 0 6%;
}

#navBottom .catch {
font-size: 1.3rem;
line-height: 1.4;
letter-spacing: 0.01em;
border-bottom: 1px dotted #ccc;
padding: 3.5% 5%;
}

#navBottom .txt {
padding: 3.5% 5%;
}

#navBottom .txt p {
font-size: 1.3rem;
line-height: 1.5;
letter-spacing: 0.01em;
color: #508291;
margin: 0;
}

#navBottom .btn {
width: 75%;
font-size: 1.3rem;
line-height: 1;
letter-spacing: 0.01em;
text-align: center;
color: #fff;
background-color: #82b4c3;
border-radius: 5px;
padding: 3.5% 4% 3.2% 4%;
margin: 0 auto;
box-shadow: 2px 2px 0px #508291;
}

body.open {
height: inherit !important;
}

/*--------------------------------------
side
---------------------------------------*/
#side {
display: none;
}

/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
box-sizing: border-box;
width: 100%;
background-color: #fff;
padding: 1rem 0;
margin: 0 auto 3rem;
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;
color: #333;
padding: 0.7rem 0 0.7rem;
margin: 0 auto;
white-space: nowrap;
}

#pankuzu a {
color: #333;
text-decoration: underline;
transition: none;
-o-transition: none;
-ms-transition: none;
-moz-transition: none;
-webkit-transition: none;
}

#pankuzu a:hover {
color: #333;
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;
}

#index {
width: 100%;
margin: 0;
padding: 0;
}

#category, #page {
float: none;
width: 100%;
margin: 0;
padding: 0 4%;
}

#category > h1:first-of-type, #page > h1:first-of-type {
margin: 0 auto 3.5rem;
}

/*--------------------------------------
　Side
---------------------------------------*/
#side {
display: none;
}

/*--------------------------------------
Footer
---------------------------------------*/
footer {
width: 100%;
margin-top: 0;
}

footer .areaInner {
position: relative;
width: 100%;
margin: 0 auto;
padding: 3rem 0 2.5rem;
}

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

footer .areaInner .logo {
display: block;
box-sizing: border-box;
width: auto;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
color: #000;
padding: 0 1rem;
margin: 0 auto 2rem;
}

footer .areaInner .logo a {
display: block;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
color: #333;
transition: none;
}

footer .areaInner .logo a:hover {
-ms-filter: "alpha(opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}

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

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.4rem;
color: #333;
background: url("img/arrow_black_down.png") right 10px center no-repeat;
background-size: 10px auto;
padding: 1rem 4rem 1rem 4%;
transition: none;
font-weight:700;
}

footer .areaInner .footBox .sttl a:hover {
-ms-filter: "alpha(opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}

footer .areaInner .footBox .sttl.open a {
background: url("img/arrow_black_up.png") right 10px center no-repeat;
background-size: 10px auto;
font-weight: 700;
}

footer .areaInner .footBox .sttl {
border-bottom: 1px solid #9d9d9d;
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;
}

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;
color: #333;
background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
background-size: 6px auto;
border-bottom: 1px solid #d1d1d1;
padding: 1rem 9% 1rem 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: 1rem 9% 1rem 4%;
}

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: 1rem 9% 1rem 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;
color: #000;
position: absolute;
top: 12px;
left: 4%;
margin-right: 0.4rem;
}

footer .areaInner .noticeArea {
box-sizing: border-box;
width: 92%;
margin: 2.5rem auto 0rem;
background: #fff;
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;
text-align: center;
color: #333;
margin: 1.5rem auto 0;
}

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;
line-height: 1.3;
text-align: center;
padding: 0.5rem 0;
}

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

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

footer a {
text-decoration: none;
}

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

/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
position: fixed;
bottom: 4%;
right: 4%;
width: 50px;
}

#page-top img {
width: 100%;
}

/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents #page.mappage h2 {
margin: 5rem auto 2rem;
}

#contents #page.mappage h2 a:hover {
color: #333;
text-decoration: none;
opacity: 1;
}

#contents #page.mappage ul {
margin: 1rem auto 1rem;
}

#contents #page.mappage ul li {
padding: 0 0 0.6rem 1.6rem;
}

#contents #page.mappage ul.subList li:last-child {
margin: 0 0 1rem;
}

#contents #page.mappage ul li a:hover {
opacity: 1;
}

#contents #page.mappage ul.subList li a {
font-size: 1.4rem;
}

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


/*--------------------------------------
heading
---------------------------------------*/
.main-index h2:not([class]),
.main-low h1 {
margin: 1.5rem 0 3rem 0;
padding: 2rem;
font-size: 2.4rem;
}
.main-index h2:not([class]) {
margin: 4rem 0 3rem 0;
}
.main-index h2:not([class])::before,
.main-low h1::before {
top: -1.5rem;
width: calc(100% - 1.5rem);
}
.main-index h2:not([class])::after,
.main-low h1::after {
width: calc(100% - 1.5rem);
}
.main-index h2:not([class]) span,
.main-low h1 span {
font-size: 1.8rem;
}

.main-index h3:not([class]),
.main-low h2 {
margin: 1rem 0 2.5rem 0;
padding: 1.5rem 1.5rem 1.5rem 5rem;
font-size: 2.1rem;
}
.main-index h3:not([class])::before,
.main-low h2::before {
left: 1rem;
width: 2.8rem;
height: 2.8rem;
background-size: 2.8rem auto;
}

.main-index h4:not([class]),
.main-low h3  {
margin: 4rem 0 2rem 0;
padding: 1rem 1.5rem;
font-size: 1.8rem;
}

.main-index h5:not([class]),
.main-index h6:not([class]),
.main-low h4  {
margin: 3rem 0 2rem 0;
padding: 0 1.5rem 0.8rem 1.5rem;
font-size: 1.6rem;
}

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

/*--------------------------------------
lists
---------------------------------------*/
.main ul:not([class]) li::before {
top: 0.7rem;
}

.main ol li::before {
top: 0.2rem;
}


/*--------------------------------------
table
---------------------------------------*/
table {
width: 100%;
margin: 3rem auto;
border-top: 1px solid #9d9d9d;
}
table th {
display: block;
width: 100%;
border-top: none;
}
table td {
display: block;
width: 100%;
border-top: none;
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 0;
}
.float-wrap .float-img.fr {
float: none;
width: 85%;
margin: 0 auto 1.5rem auto;
}
.float-wrap .float-img.fl {
float: none;
width: 85%;
margin: 0 auto 1.5rem auto;
}
.float-wrap .float-img.ct {
width: 85%;
margin: 0 auto 1.5rem auto;
}
.float-wrap .catch {
font-size: 1.8rem;
}
.float-wrap .fl.t_small {
float: left;
width: 40%;
padding: 0 6% 0.5rem 0;
box-sizing: content-box;
text-align: center;
}
.float-wrap .fr.t_small {
float: right;
width: 40%;
padding: 0 0 0.5rem 6%;
box-sizing: content-box;
text-align: center;
}
.float-wrap .fl.t_small .flame,
.float-wrap .fr.t_small .flame {
width: 100%;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: block;
}
.box-wrap .box {
width: 100%;
margin: 0 0 3rem 0;
}
.box-wrap .box-body {
padding: 3rem 1.5rem;
}
.box-wrap .box-body .ttl {
font-size: 2rem;
}
.box-wrap .box-body .ttl a {
padding: 0 1.6rem 0 0;
background-size: 8px auto;
}
.box-wrap .box-body ul:not([class]) {
margin: 1.5rem 0 0 0;
}
.box-wrap .box-body ul:not([class]) li {
font-size: 1.6rem;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: block;
}
.frame-wrap::after {
display: none;
}
.frame-wrap .frame {
width: 100%;
margin: 0 0 3rem 0;
padding: 3rem 2rem 2rem 2rem;
}
.frame-wrap .frame-head {
margin: 0 0 2rem 0;
padding: 0 0 1.6rem 0;
}
.frame-wrap .frame-head .ttl {
font-size: 2rem;
}
.frame-wrap .frame-head .ttl a {
padding: 0 1.6rem 0 0;
}
.frame-wrap .frame-body {
text-align:center;
}

/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
max-width: 100%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-internal a {
min-height: 61px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 1rem 3rem;
box-sizing: border-box;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-internal a:hover {
opacity: 1;
}
.btn-internal.down a {
background: url(img/arrow_white_down.png) no-repeat right 1rem center, linear-gradient(90deg, #0066FF, #00BAFF);
background-size: auto 11px, auto;
}
.btn-internal.down a:hover {
opacity: 1;
}

.btn-web,
p.btn-web {
max-width: 100%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-web a {
min-height: 61px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 1rem 3rem;
box-sizing: border-box;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-web a:hover {
opacity: 1;
}

.btn-tel,
p.btn-tel {
display: block;
max-width: 90%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-tel a {
min-height: 61px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 1rem 4rem;
background: #5FD050 url(img/ico_tel.png) no-repeat 1.5rem center;
background-size: 20px auto;
box-shadow: 4px 4px 0 0 #2B2B2B;
box-sizing: border-box;
color: #fff;
font-size: 1.5rem;
font-weight: bold;
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 span {
font-size: 1.3rem;
}

.btn-link,
p.btn-link {
max-width: 90%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-link a {
min-height: 61px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 1rem 3rem;
background: #fff url(img/arrow_blue.png) no-repeat right 1.5rem center;
background-size: 7px auto;
box-shadow: 4px 4px 0 0 #E3E3E3;
border: 3px solid #0066FF;
box-sizing: border-box;
color: #003BB1;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-btn {
width: 90%;
font-size: 1.6rem;
}
.accordion-btn:hover {
opacity: 1;
}
.accordion-btn.mokuji {
    width: 100%;
    margin: 5rem auto;
}
.accordion-wrapper {
    padding: 0 1rem;
}

/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
width: 100%;
margin: 0 auto 3rem auto;
padding: 2rem 1.5rem 0.5rem 1.5rem;
}
.main-index .toc_parts {
width: 100%;
margin: 0 auto 6rem 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: 1rem 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;
}
.l-parts-toc .accordion-btn {
width: 90%;
}
.main-low .l-parts-toc .accordion-btn {
width: 90%;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
height: 10rem;
background-size: auto 10rem;
}
#visArea.lower .siteName img {
    width: 28rem;
}


/*--------------------------------------
lower
---------------------------------------*/
.block-lower {
margin: 6rem auto;
padding: 2rem;
border: 3px solid #b4dfe5;
}
.block-lower .float-wrap {
margin: 0;
}
.block-lower .float-wrap .fl {
width: 85%;
}
.block-lower .float-wrap .catch {
font-size: 1.6rem;
}
.block-lower .float-wrap .catch span {
font-size: 2.1rem;
}


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


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

.addParts-title {
margin: 0 0 3rem 0;
font-size: 2.4rem;
}
.addParts-title span {
font-size: 1.8rem;
}

p.lead {
margin: 0 0 3rem 0;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
margin: 6rem 0 0;
padding: 4rem 1rem;
}
.addParts01 .note {
max-width: 100%;
margin: 1rem 0;
}
.addParts01 .addInner {
padding: 1.5rem;
background: #fff;
}
.addParts01 .block .box {
display: block;
margin: 0 0 3rem 0;
padding: 2rem 1.5rem;
}
.addParts01 .block .box-fig {
width: 100%;
margin: 0 0 2rem 0;
}
.addParts01 .block .box-txt {
width: 100%;
padding: 0;
}
.addParts01 .block .box-txt p:not([class]) {
margin: 0;
}
.addParts01 .block .box-txt .ttl {
min-height: 4rem;
padding: 0 0 0 2rem;
font-size: 2.1rem;
}
.addParts01 .block .box-txt .ttl::before {
width: 4rem;
height: 4rem;
}
.addParts01 .block .box-txt .catch {
font-size: 1.8rem;
}
.addParts01 .block .box-txt .btn-internal {
margin: 2rem auto 0 auto;
}
.hkk {
    display: block;
}
.hkk .box {
    width: 100%;
    margin-bottom: 3rem;
}
.hkk .cth {
    font-size: 2rem;
}
.hkk .cth span {
    font-size: 2.4rem;
}
.hkk .box .name {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.hkk .cpy2 {
    font-size: 1.8rem;
}
.hkk .recom {
    font-size: 1.6rem;
}
.hkk .btn-web a, .hkk .btn-internal a, .hkk .btn-tel a {
    padding: 1rem 3rem;
}


.lower-table-style table tbody tr {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}
.lower-table-style table tbody tr th:first-child {
    border-right: none;
    width: 42%;
}
.lower-table-style table tbody tr td:first-child {
    border-right: none;
    width: 42%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .lower-scroll-table-text{
    display: block;
    margin: 2rem auto 0;
}
.lower-scroll-table {
    overflow-x: auto;
}
.lower-scroll-table table {
    width: 800px;
    margin: 1rem auto 3rem;
}
.lower-scroll-table table tr {
    display: flex;
}
.lower-scroll-table table td {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lower-scroll-table table td:first-child {
    width: 50%;
    border-right: none;
}
.lower-scroll-table table th:first-child {
    width: 50%;
    border-right: none;
}

.lower-scroll-table table td:nth-child(2) {
    width: 30%;
    border-right: none;
}
.lower-scroll-table table th:nth-child(2) {
    width: 30%;
    border-right: none;
}

.lower-scroll-table table td:nth-child(3) {
    width: 100%;
    border-right: none;
}
.lower-scroll-table table th:nth-child(3) {
    width: 100%;
    border-right: none;
}

.lower-scroll-table table td:nth-child(4) {
    width: 35%;
}
.lower-scroll-table table th:nth-child(4) {
    width: 35%;
}


}