@charset "UTF-8";

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


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

body {min-width: 110rem;color: #333;/* font-family: 'Segoe UI', SegoeUI, 'Microsoft JhengHei', 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif; */font-size: 1.6rem;font-weight: 400;line-height: 1.6;-webkit-font-smoothing: subpixel-antialiased;overflow: hidden;font-family: ‘Microsoft JhengHei’, 微軟正黑體, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;}

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

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

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

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

.pc {
display: block !important;
}

.sp {
display: none !important;
}

.sp_br {
display: none;
}


/*--------------------------------------
Header
---------------------------------------*/
header {
background: #324867;
}
header .headTopArea {
margin: 0 auto;
padding: 0.5rem 2rem;
}
header .headTopArea .rightTxt {
color: #fff;
font-size: 1.2rem;
font-weight: 400;
line-height: 1.4;
text-align: right;
}
header .headTopArea .rightTxt a {
color: inherit;
}
header .headTopArea .rightTxt::before {
display: inline-block;
width: 2.8rem;
margin: 0 0.5rem 0 0;
background: #fff;
color: #333;
font-size: 1.2rem;
text-align: center;
content: "PR";
}


/*--------------------------------------
barg
---------------------------------------*/
.bargBg.pc {
position: fixed;
right: 2.5rem;
top: 5rem;
transform: translateX(0);
transition: transform 0.5s;
width: 6.4rem;
height: 6.4rem;
background: #1eb8d4;
cursor: pointer;
z-index: 900;
}
.menu-trigger {
display: inline-block;
width: 6.4rem;
height: 6.4rem;
vertical-align: middle;
}
.bargBg.active {
transform: translateX(-300px);
}
.bargBg span {
display: inline-block;
position: absolute;
left: 1.2rem;
width: 4rem;
height: 0.2rem;
background-color: #fff;
border-bottom: none;
box-sizing: border-box;
}
.bargBg.active span {
background-color: #fff;
}
.bargBg span:nth-of-type(1) {
top: 1.7rem;
}
.bargBg.active span:nth-of-type(1) {
transform: translateY(15px) rotate(-45deg);
}
.bargBg span:nth-of-type(2) {
top: 3.2rem;
}
.bargBg.active span:nth-of-type(2) {
opacity: 0;
}
.bargBg span:nth-of-type(3) {
top: 4.7rem;
}
.bargBg.active span:nth-of-type(3) {
transform: translateY(-15px) rotate(45deg);
}
#g-nav-top {
position: fixed;
right: 0;
top: 0;
width: 30rem;
height: 100%;
background-color: #f0f0f0;
overflow-y: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
transform: translate(300px);
transition: all 0.5s;
z-index: 999;
}
#g-nav-top::-webkit-scrollbar {
display: none;
}
#g-nav-top.open {
transform: translateZ(0);
cursor: pointer;
}
#g-nav-top li {
color: #333;
text-align: center;
}
.header-menu ul.accordion ul {
display: none;
}
#g-nav-top .accordion li {
margin: 0;
border-bottom: 1px solid #ccc;
}
#g-nav-top .accordion li a {
display: block;
position: relative;
padding: 1.5rem;
color: #141414;
font-size: 1.4rem;
text-align: left;
}
#g-nav-top .accordion li .tglMenu {
position: relative;
padding: 1.5rem 3.5rem 1.5rem 1.5rem;
background: url(img/arrow_black_down.png) no-repeat right 1rem center;
background-size: 1.2rem auto;
color: #141414;
text-align: left;
}
#g-nav-top .accordion li .tglMenu.open {
background: url(img/arrow_black_up.png) no-repeat right 1rem center;
background-size: 1.2rem auto;
}
#g-nav-top .accordion li .tglMenu.open::before {
transform: rotateZ(-90deg);
}
#g-nav-top .accordion li a,
#g-nav-top .accordion li .tglMenu {
line-height: 2rem;
}
#g-nav-top .accordion li ul li a {
padding: 1.5rem 3rem 1.5rem 1.5rem;
background: rgba(255,255,255,0.8) url(img/arrow_black.png) no-repeat right 1rem center;
background-size: 6px auto;
color: #141414;
}
#g-nav-top .accordion li ul li {
margin: 0;
border-top: 1px solid #ccc;
border-bottom: none;
}


/*--------------------------------------
g-nav
---------------------------------------*/
#g-nav {
margin: 0 auto;
background-color: #fff;
border-bottom: 1px solid #bbb;
z-index: 100;
}
#g-nav ul {
display: flex;
justify-content: space-between;
width: 110rem;
height: auto;
margin: 0 auto;
}
#g-nav li {
position: relative;
width: 100%;
min-height: 8rem;
text-align: center;
}
#g-nav li::before {
position: absolute;
left: 0;
top: 50%;
transform: translate(0%, -50%);
width: 0.1rem;
height: calc(100% - 4rem);
background: linear-gradient(#bbb, #bbb);
background-size: 1px 1px;
content: "";
}
#g-nav li:last-child::after {
position: absolute;
right: 0;
top: 50%;
transform: translate(0%, -50%);
width: 0.1rem;
height: calc(100% - 4rem);
background: linear-gradient(#bbb, #bbb);
background-size: 1px 1px;
content: "";
}
#g-nav li a {
display: table;
position: relative;
padding: 2rem 1.2rem;
width: 100%;
height: 100%;
font-size: 1.3rem;
line-height: 1.6;
}
#g-nav li a span {
display: table-cell;
border-bottom: none;
color: inherit;
font-weight: inherit;
vertical-align: middle;
}
#g-nav li a:hover::after {
position: absolute;
left: 0;
bottom: 0.2rem;
width: 100%;
height: 0.3rem;
background-color: #1eb8d4;
content: "";
opacity: 1;
}
#g-nav li a:hover {
opacity: 0.7;
}


/*--------------------------------------
Pankuzu
---------------------------------------*/
#pankuzuWrap {
margin: 3rem 0 0 0;
}
#pankuzu {
width: 110rem;
margin: 0 auto;
color: #999;
font-size: 1.2rem;
}
#pankuzu a {
color: inherit;
text-decoration: underline;
}
#pankuzu a:hover {
text-decoration: none;
}
#pankuzu span {
border-bottom: none;
color: inherit;
font-size: 1.2rem;
font-weight: inherit;
}


/*--------------------------------------
Side
---------------------------------------*/
#side {
float: right;
width: 22rem;
padding: 6rem 0;
}
#side .sideTopBox {
position: relative;
margin: 0 0 4rem 0;
background: #2d4563;
}
#side .sideTopBox::before {
display: block;
position: absolute;
right: -0.4rem;
bottom: 0.4rem;
width: calc(100% - 0.1rem);
height: calc(100% - 0.1rem);
border: 1px solid #d6dce7;
content: "";
pointer-events: none;
}
#side .sideTopBox a {
display: block;
padding: 2rem 2rem 3rem 2rem;
transition: 0.2s;
}
#side .sideTopBox .catch {
margin: 0 0 1.5rem 0;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
#side .sideTopBox .imgBox {
margin: 0 0 2rem 0;
}
#side .sideTopBox .dtlBtn {
margin: 0 auto;
padding: 0.8rem 2rem;
background: #1eb8d4 url(img/arrow_white.png) no-repeat right 1rem center;
background-size: 7px auto;
border-radius: 1rem;
box-shadow: 0 5px 0 0 #000;
color: #fff;
font-size: 1.3rem;
font-weight: 700;
text-align: center;
}
#side .sideBox {
margin: 0 0 2rem 0;
border-top: 1px solid #d6dce7;
}
#side .sideBox .sttl {
color: #2d4563;
font-size: 1.5rem;
font-weight: 700;
}
#side .sideBox .sttl a {
display: block;
padding: 1rem 3rem 1rem 0;
background: url(img/arrow_blue.png) no-repeat right 0.8rem center;
background-size: 7px auto;
color: inherit;
}


/*--------------------------------------
Footer
---------------------------------------*/
footer {
margin: 0;
padding: 0;
background-color: #f3f5f8;
}
footer .areaInner {
width: 100%;
padding: 5rem 0;
}
footer .areaInner .inner {
position: relative;
width: 110rem;
margin: 0 auto;
}
footer .areaInner .logo {
width: 20rem;
margin: 0 auto 4rem auto;
}
footer .areaInner .footBox {
margin: 0 0 3rem 0;
}
footer .areaInner .footBox .sttl {
margin: 0 0 1.4rem 0;
padding: 0 0 1rem 0;
border-bottom: 1px solid #d6dce7;
}
footer .areaInner .footBox .sttl a {
display: block;
margin: 0;
padding: 0.1rem 0 0.3rem 2rem;
background: url(img/arrow_navy.png) no-repeat left center;
background-size: 6px auto;
border: none;
color: #2d4563;
font-size: 1.6rem;
font-weight: 700;
}
footer .areaInner .footBox .sttl a:hover {
text-decoration: none;
opacity: 0.7;
}
footer .footBox ul {
padding: 0 2rem;
}
footer .areaInner .footBox .accChild {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
padding: 0;
}
footer .areaInner .footBox .accChild .sp {
display: none;
}
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 1rem;background: url(img/arrow_black.png) no-repeat left 0.7rem;background-size: 5px auto;font-size: 1.4rem;}
footer .areaInner .footBox .accChild li.subCat ul.subList li a {
display: inline-block;
padding: 0 2rem 0 1rem;
background: url(img/footer_bg_01.png) no-repeat left 0.7rem;
background-size: 7px auto;
font-size: 1.2rem;
}
footer .areaInner .noticeArea {
margin: 3rem auto;
padding: 2.5rem 3rem;
background: #fff;
}

footer .areaInner .noticeArea p {
margin: 0;
font-size: 1.2rem;
}
footer .areaInner p.ucp {
font-size: 1.2rem;
line-height: 1.4;
text-align: center;
}
footer .botArea {
background-color: #2d4563;
}
footer .botArea .inner {
width: 110rem;
margin: 0 auto;
padding: 1.2rem 0;
}
footer .botArea .inner.cf {
content: none;
}
footer p.sitemap a {
float: right;
padding: 0.2rem 0 0.4rem 0;
color: #fff;
font-size: 1.2rem;
line-height: 1.4;
text-align: right;
text-decoration: underline;
}
footer p.sitemap a:hover {
text-decoration: none;
}
footer p.copy {
float: left;
padding: 0.2rem 0 0.4rem 0;
color: #fff;
font-size: 1.2rem;
line-height: 1.4;
text-align: left;
}
footer p.copy a {
color: #fff;
}
footer a {
color: #2d4563;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}


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


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

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

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


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

.main p {
margin: 1em auto;
}

span.txt_bold {
font-weight: 700;
}

.main p:not([class]) > span:not([class]),
.main li:not([class]) > span:not([class]),
.main td:not([class]) > span:not([class]),
span.marker {
background: linear-gradient(transparent 70%, #ffcc00 70%);
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: inherit;
text-decoration: underline;
}
.caption a:hover {
text-decoration: none;
}


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

.main-index h2:not([class]),
.main-low h1 {
margin: 0 0 5rem 0;
padding: 2.8rem 6rem 2.8rem 4rem;
color: #2d4563;
font-size: 3.5rem;
z-index: 2;
}
.main-index h2:not([class]) {
margin: 0 2rem 5rem 4rem;
font-size: 4rem;
text-align: center;
}
.main-index h2:not([class])::before,
.main-low h1::before {
position: absolute;
right: 0;
bottom: -2rem;
width: calc(100% - 2rem);
height: 100%;
background: #1eb8d4;
content: "";
z-index: -1;
}
.main-index h2:not([class])::after,
.main-low h1::after {
position: absolute;
left: 0;
top: 0;
width: calc(100% - 2rem);
height: 100%;
background: #e6f0f7;
box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
content: "";
z-index: -1;
}
.main-index h2:not([class]) span,
.main-low h1 span {
font-size: 2.6rem;
}

.main-index h3:not([class]),
.main-low h2 {
margin: 6rem 0 3rem 0;
padding: 2.4rem 2rem 2.4rem 3.6rem;
background: #d6dce7 url(img/title_bg_01.png) no-repeat left top;
background-size: 38px auto;
color: #2d4563;
font-size: 3rem;
}

.main-index h4:not([class]),
.main-low h3 {
margin: 4rem 0 3rem 0;
padding: 0 2rem 1rem 2rem;
border-bottom: 1px solid #d6dce7;
font-size: 2.5rem;
}

.main-index h5:not([class]),
.main-index h6:not([class]),
.main-low h4,
.main-low h5,
.main-low h6  {
margin: 3rem 0 2rem 0;
padding: 0 2rem 0 1.5rem;
border-left: 2px solid #1eb8d4;
font-size: 2rem;
}

.main-index h2:not([class]) a,
.main-low h1 a {
display: inline-block;
padding: 0 5rem;
background: url(img/arrow_black.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}
.main-index h3:not([class]) a,
.main-index h4:not([class]) a,
.main-index h5:not([class]) a,
.main-index h6:not([class]) 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_blue.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
title
---------------------------------------*/
.main .check,
.main .point {
display: flex;
align-items: center;
position: relative;
min-height: 10rem;
margin: 3rem 0;
padding: 0 2rem 0 11rem;
color: #141414;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.main .check::before,
.main .point::before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 10rem;
height: 10rem;
box-sizing: border-box;
color: #fff;
font-size: 1.3rem;
font-weight: 700;
line-height: 1.1;
text-align: center;
}
.main .check::before {
background: url(img/title_bg_02.png) no-repeat center center;
background-size: contain;
content: "CHECK";
}
.main .point::before {
background: url(img/title_bg_03.png) no-repeat center center;
background-size: contain;
content: "POINT";
}

.check_number_wrap,
.point_number_wrap {
counter-reset: num;
}
.check_number_wrap .check::before,
.point_number_wrap .point::before {
display: block;
padding: 3rem 0 0 0;
background: url(img/title_bg_04.png) no-repeat center center;
background-size: contain;
font-size: 1.2rem;
}
.check_number_wrap .check::after,
.point_number_wrap .point::after {
position: absolute;
left: 0;
top: calc(50% - 0.2rem);
width: 10rem;
color: #fff;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.1;
text-align: center;
content: counter(num, decimal-leading-zero);
counter-increment: num;
}

.main .check a,
.main .point a {
display: block;
width: 100%;
padding: 0 2rem 0 0;
background: url(img/arrow_blue.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: 1.1rem;
width: 1rem;
height: 1rem;
background: #1eb8d4;
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.3rem;
width: 2.2rem;
height: 2.2rem;
background: #2d4563;
color: #fff;
font-size: 1.4rem;
line-height: 1.1;
text-align: center;
}
.main ol li:nth-child(-n + 9)::before {
content: counter(number);
}
.main ol li:nth-child(n + 10)::before {
content: counter(number);
}


/*--------------------------------------
table
---------------------------------------*/
table th,
table td {
word-break: break-all;
}
table {
width: 100%;
margin: 4rem auto;
border-collapse: collapse;
}
table th {
padding: 1rem 1.5rem;
background: #d6dce7;
border: 1px solid #2d4563;
font-weight: normal;
text-align: center;
}
table td {
padding: 1rem 1.5rem;
background: #fff;
border: 1px solid #2d4563;
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 6rem 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 {
margin: 0 0 1.5rem 0;
color: #0091ac;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
text-align: left;
}
.float-wrap .catch a {
display: inline;
padding: 0 4rem 0 0;
background: url(img/arrow_blue.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}
.float-wrap.ct .catch {
text-align: center;
}
.float-wrap p:not([class]) {
margin: 0 0 1em 0;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.frame-wrap::after {
display: block;
width: calc((100% - 8rem) / 3);
content: "";
}
.frame-wrap .frame {
position: relative;
width: calc((100% - 8rem) / 3);
margin: 0 0 4rem 0;
padding: 3rem;
background: #f0f2f6;
}
.frame-wrap .frame-head {
display: flex;
align-items: center;
margin: 0 0 2rem 0;
padding: 0 0 1.5rem 0;
border-bottom: 1px solid #d6dce7;
}
.frame-wrap .frame-head .ttl {
width: 100%;
color: #2d4563;
font-size: 2.5rem;
font-weight: 700;
line-height: 1.4;
}
.frame-wrap .frame-head .ttl a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow_brown.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}
.frame-wrap .frame-head .ttl a:hover {
text-decoration: none;
opacity: 0.7;
}
.frame-wrap .frame-body p:not([class]) {
margin: 0;
}
.frame-wrap .frame-body table {
margin: 2rem 0 0 0;
font-size: 1.3rem;
}
.frame-wrap .frame-body table th {width: 6rem;}
.frame-wrap .frame-body .fig {
margin: 0 0 2rem 0;
text-align: center;
}


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

.btn-internal,
p.btn-internal {
max-width: 45rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-internal a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
min-height: 7rem;
margin: 0 auto;
padding: 2rem 3rem;
background: #1eb8d4 url(img/arrow_white.png) no-repeat right 2rem center;
background-size: 8px auto;
border-radius: 1rem;
box-shadow: 0 5px 0 0 #000;
box-sizing: border-box;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-internal a:hover {
opacity: 0.7;
}

.btn-web,
p.btn-web {
max-width: 45rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-web a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
min-height: 7rem;
margin: 0 auto;
padding: 2rem 3rem;
background: #d8222a url(img/arrow_white.png) no-repeat right 2rem center;
background-size: 8px auto;
border-radius: 1rem;
box-shadow: 0 5px 0 0 #000;
box-sizing: border-box;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-web a:hover {
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 0 0.2rem 2.4rem;
background: url(img/arrow_link.png) no-repeat left center;
background-size: 16px auto;
font-weight: 700;
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: flex;
align-items: center;
justify-content: center;
position: relative;
width: 45rem;
min-height: 7rem;
margin: 0 auto 4rem auto;
padding: 2rem 4rem;
background: #d6dce7;
border-radius: 1rem;
box-shadow: 0 5px 0 0 #000;
color: #2d4563;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
cursor: pointer;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.accordion-btn::before {
position: absolute;
top: 50%;
right: 2.2rem;
width: 1.6rem;
height: 0.1rem;
border-bottom: 2px solid #2d4563;
content: "";
transform: translate(0, -50%);
z-index: 2;
}
.accordion-btn::after {
position: absolute;
right: 2.8rem;
top: 50%;
width: 0.1rem;
height: 1.6rem;
border-left: 2px solid #2d4563;
content: "";
transform: translate(0, -50%);
transition: 0.3s ease all;
z-index: 2;
}
.accordion-btn:hover {
opacity: 0.7;
}
.accordion-btn.is-open::after {
transform: translate(0, -50%) rotate(-90deg);
}


/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
width: 80rem;
margin: 0 auto;
}
.toc_parts .ttl {
padding: 1.4rem 1rem 1rem 1rem;
border: 1px solid #999;
color: #2d4563;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
#toc {
padding: 2.5rem 3rem 0 3rem;
border: 1px solid #999;
border-top: none;
}
#toc .chapter {
margin: 0 0 2rem 0;
padding: 0 1rem;
counter-reset: count;
}
#toc .chapter .chapter-h {
position: relative;
margin: 0 0 0.5rem 0;
padding: 0 0 0 2rem;
line-height: 1.8;
}
#toc .chapter .chapter-h:last-child {
margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
position: absolute;
left: 0;
top: 1.5rem;
transform: translateY(-50%);
width: 1rem;
height: 1rem;
background: #1eb8d4;
border-radius: 50%;
content: "";
}
#toc .chapter .chapter-h a {
text-decoration: underline;
}
#toc .chapter .chapter-h a:hover {
text-decoration: none;
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;
background: none;
border-radius: 0;
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;
}


/*--------------------------------------
related
---------------------------------------*/
#related-article p:not([class]) {
margin: 0;
}
#related-article.related-article01-frame {
position: relative;
margin: 6rem auto;
padding: 4rem;
background: #f3f5f8;
}
#related-article .related-article01-title {
color: #2d4563;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
}
#related-article .related-article01-list {
margin: 1rem 0 0 0;
padding: 0 2rem;
border-top: 1px solid #000;
}
#related-article .related-article01-list li {
position: relative;
margin: 2rem 0 0 0;
padding: 0 0 0 2.1rem;
line-height: 1.4;
}
#related-article .related-article01-list li::before {
position: absolute;
left: 0;
top: 0.7rem;
width: 1rem;
height: 1rem;
background: #1eb8d4;
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;
height: 12.6rem;
padding: 0;
background: url(img/mv_bg_02.png) no-repeat center top;
background-size: cover;
}
#visArea.lower .mainArea {
width: 110rem;
margin: 0 auto;
padding: 0 0 0 25rem;
}
#visArea.lower .siteName img {
width: 20rem;
}


/*--------------------------------------
banner
---------------------------------------*/
.bottomBanner {display: none;position: fixed;right: 0;bottom: 17rem;width: 23rem;box-sizing: border-box;z-index: 310;}
.bottomBanner a {display: block;position: relative;width: 100%;padding: 0;background: #d6dce7;color: #2d4563;font-weight: 700;line-height: 1.4;text-align: center;text-decoration: none;}
.block-banner a:hover {
opacity: 0.7;
}
.bottomBanner .fig {
margin: 0 0 0.5rem 0;
}
.banner_txt .catch {
    padding: 1.5rem 1rem;
}

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

.addParts-title {
position: relative;
margin: 0 0 5rem 0;
color: #2d4563;
font-size: 4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts-title span {
color: #0091ac;
font-size: 3rem;
}
.addParts-title a {
display: inline-block;
padding: 0 3rem;
background: url(img/arrow_black.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}

p.lead {
width: calc(100% - 10rem);
margin: 0 auto 5rem auto;
}
p.lead span {
background: linear-gradient(transparent 70%, #ffcc00 70%);
font-weight: 700;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {position: relative;padding: 10rem 0 15rem;background: #00152e url(/wp/wp-content/uploads/add01_bg_01.png) no-repeat center top;background-size: cover;background-attachment: fixed;}
.addParts01::before {
position: absolute;
right: 0;
top: calc(100% - 9.2rem);
width: 51.4rem;
height: 17.4rem;
background: url(img/add01_en.png) no-repeat left top;
background-size: contain;
content: "";
z-index: 2;
}
.addParts01.lower::before {
display: none;
content: none;
}
.addParts01 .addParts-title {
color: #fff;
}
.addParts01 .addParts-title span {
color: #ffcc00;
}
.addParts01 p.lead {
width: calc(100% - 26rem);
margin: 0 auto 6rem auto;
color: #fff;
}
.addParts01 p.note {
margin: 3rem 0 0 0;
color: #fff;
font-size: 1.3rem;
}
.addParts01 p.note a {
color: inherit;
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% - 6rem) / 3);
content: "";
}
.addParts01 .block .box {
width: calc((100% - 6rem) / 3);
background: #fff;
}
.addParts01 .block .box-head {
display: flex;
align-items: center;
position: relative;
padding: 1.5rem 1.5rem 1.5rem 9.5rem;
background: #ffcc00;
}
.addParts01 .block .box-head::before {position: absolute;left: -1.8rem;top: -2.6rem;width: 19rem;height: 14rem;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: #000000;font-size: 2rem;font-weight: 700;line-height: 1.4;}
.addParts01 .block .box-head .catch span {
color: #2d4563;
font-size: 2.5rem;
}

.catch,
.name, 
.ttl, 
.addParts-title, 
.title, 
.addParts02 table th,
.btn-tel a,
.btn-web a,
.btn-internal a,
h2,
h3,
h4,
h5,
.sttl a {font-family: "微软雅黑","宋体" !important;!i;!;}

.addParts01 .block .box-body {
padding: 2rem 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;color: #000;font-size: 3rem;font-weight: 700;line-height: 1.1;text-align: center;}
.addParts01 .block .box-body .fig {
margin: 0 -2rem;
text-align: center;
}
.addParts01 .block .box-body .fig + .caption {
text-align: center;
}
.addParts01 .block .box-body .ttl {
margin: 3rem 0 1rem 0;
color: #2d4563;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body p:not([class]) {
margin: 0;
}
.addParts01 .block .box-body ul:not([class]) {
margin: 0;
}
.addParts01 .block .box-body .txt-1 ul:not([class]) {padding: 2rem 2rem;background: #e6f0f7;}
.addParts01 .block .box-body ul:not([class]) li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 2.4rem;
}
.addParts01 .block .box-body ul:not([class]) li:last-child {
margin: 0;
}
.addParts01 .block .box-body ul:not([class]) li::before {
position: absolute;
left: 0;
top: 0.7rem;
width: 1.6rem;
height: 1.6rem;
background: #1eb8d4;
border-radius: 50%;
content: "";
}
.addParts01 .block .box-body p:not([class]) > span:not([class]),
.addParts01 .block .box-body li:not([class]) > span:not([class]) {
background: linear-gradient(transparent 70%, #ffcc00 70%);
font-weight: 700;
}
.addParts01 .block .box-body .btn-web {
max-width: calc(100% - 3rem);
margin: 3rem auto 0 auto;
}


































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

.pc {
display: none !important;
}

.sp {
display: block !important;
}

.sp_br {
display: block;
}

.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%;
padding: 0.5rem;
}

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


/*--------------------------------------
spMenuBox
---------------------------------------*/
#navWrap {
width: 100%;
height: auto;
margin: 0 auto;
background-color: #f3f5f8;
box-sizing: border-box;
}
#navWrap .navTop {
display: none;
position: fixed;
top: 0;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #bbb;
z-index: 9999;
}
#navWrap .navTopInner {
display: table;
position: relative;
width: 100%;
padding: 0.5rem 0;
}
#navWrap .siteName {
display: table-cell;
width: 40%;
padding: 0 0.5rem;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
vertical-align: middle;
}
#navWrap .siteName img {
width: 90%;
}
#navWrap .recommendBtn {display: table-cell;position: relative;width: calc(60% - 6.2rem);padding: 0.5rem;background: #ffcc00;color: #2d4563;font-size: 1.2rem;font-weight: bold;line-height: 1.4;text-align: center;vertical-align: middle;}
#navWrap .recommendBtn span {
font-size: 1.1rem;
}
#navWrap .recommendBtn::after {
position: absolute;
right: 0.3rem;
bottom: 0.3rem;
border-top: 4px solid transparent;
border-right: 4px solid #fff;
border-bottom: 4px solid #fff;
border-left: 4px solid transparent;
content: "";
z-index: 1;
}
#menuBtn {
display: table-cell;
width: 4.2rem;
height: 5rem;
padding: 0 1rem;
box-sizing: content-box;
cursor: pointer;
vertical-align: middle;
z-index: 9999;
}
#menuBtn .menu {
position: absolute;
right: 2rem;
top: calc(50% - 0.8rem);
width: 2.1rem;
height: 1.6rem;
background: url(img/sp_ico_menu.png) no-repeat center;
background-size: 100%;
border: none;
outline: none;
}
body.open #menuBtn .menu {
width: 2.1rem;
height: 1.6rem;
background: url(img/sp_ico_close.png) no-repeat center;
background-size: 100%;
}
#navSp {
display: none;
position: fixed;
top: 0;
width: 100%;
height: 100%;
background-color: #f5f1e9;
box-sizing: border-box;
z-index: 999;
}
#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;
padding: 1.5rem 9% 1.5rem 4%;
background: url(img/arrow_black.png) no-repeat 96% center;
background-size: 6px auto;
box-sizing: border-box;
color: #141414;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.4;
}
#navSp .navBox .tglMenu a {
background: url(img/arrow_black_down.png) no-repeat 96% center;
background-size: 1rem auto;
}
#navSp .navBox .sttl.collapsible a {
background: url(img/arrow_black_down.png) no-repeat 96% center;
background-size: 1rem auto;
}
#navSp .navBox .sttl a br {
display: none;
}
#navSp .navBox .sttl.open > a {
background: url(img/arrow_black_up.png) no-repeat 96% center;
background-size: 1rem auto;
}
#navSp .navBox .sttl, #navSp .sitemap {
margin: 0;
padding: 0;
border-bottom: 1px solid #b5b5b5;
}
#navSp .sitemap {
margin: 0 0 10rem 0;
}
#navSp .navBox .accChild {
display: none;
padding: 0;
background-color: rgba(255,255,255,0.8);
box-sizing: border-box;
font-size: 1.3rem;
}
#navSp .navBox .accChild li {
float: none;
}
#navSp .navBox .accChild li a {
display: block;
padding: 1.2rem 9% 1.2rem 7%;
background: url(img/arrow_black.png) 95.5% center no-repeat;
background-size: 5px auto;
border-bottom: 1px solid #b5b5b5;
box-sizing: border-box;
color: #141414;
}
body.open {
height: inherit !important;
}


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


/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
box-sizing: border-box;
width: 100%;
background-color: #fff;
margin: 0.5rem auto 4rem;
overflow: auto;
white-space: nowrap;
position: relative;
}

#pankuzu {
box-sizing: border-box;
width: 100%;
font-size: 1.1rem;
line-height: 1.2;
color: #141414;
padding: 0.5rem 0.5rem 1rem 0.5rem;
margin: 0 auto;
white-space: nowrap;
}

#pankuzu a {
color: #141414;
text-decoration: underline;
transition: none;
}

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


/*--------------------------------------
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 {
width: 16rem;
margin: 0 auto 2rem auto;
}

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

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

footer .areaInner .footBox .sttl a:hover {
opacity: 1;
}

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

footer .areaInner .footBox .sttl {
border-bottom: 1px solid #141414;
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: #141414;
background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
background-size: 6px auto;
border-bottom: 1px solid #999;
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%;
color: #141414;
}

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

footer .areaInner .noticeArea {
box-sizing: border-box;
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;
text-align: center;
margin: 1.5rem auto 0;
}

footer .botArea .inner {
width: 92%;
padding: 1rem 0;
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%;
}


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

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

.main-index h3:not([class]),
.main-low h2 {
margin: 4rem 0 2rem 0;
padding: 1.5rem;
background-size: 2rem auto;
font-size: 2.1rem;
}

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

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


/*--------------------------------------
title
---------------------------------------*/
.main .check,
.main .point {
min-height: 7rem;
padding: 0 1.5rem 0 8rem;
font-size: 1.8rem;
}
.main .check::before,
.main .point::before {
width: 7rem;
height: 7rem;
font-size: 1.1rem;
}
.check_number_wrap .check::before,
.point_number_wrap .point::before {
padding: 2rem 0 0 0;
font-size: 1rem;
}
.check_number_wrap .check::after,
.point_number_wrap .point::after {
width: 7rem;
font-size: 2rem;
}


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

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


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


/*--------------------------------------
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 .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%;
}
.float-wrap .catch {
font-size: 1.8rem;
}


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


/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
max-width: 90%;
margin: 3rem auto;
}
.btn-internal a {
min-height: 6rem;
background-position: right 1.5rem center;
font-size: 1.5rem;
}

.btn-web,
p.btn-web {
max-width: 90%;
margin: 3rem auto;
}
.btn-web a {
min-height: 6rem;
background-position: right 1.5rem center;
font-size: 1.5rem;
}

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

.btn-link,
p.btn-link {
max-width: 90%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-link a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
min-height: 6rem;
margin: 0 auto;
padding: 2rem 3rem;
background: #fff url(img/arrow_link.png) no-repeat right 1.2rem center;
background-size: 16px auto;
border: 1px solid #333;
border-radius: 1rem;
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 {
opacity: 0.7;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
display: none;
}
.accordion-btn {
width: 90%;
margin: 0 auto 3rem auto;
font-size: 1.5rem;
}
.accordion-btn:hover {
opacity: 1;
}


/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
width: 100%;
margin: 0 auto 3rem auto;
}
.toc_parts .ttl {
font-size: 1.8rem;
}
#toc {
padding: 1.5rem;
}
#toc .chapter {
margin: 0;
padding: 0;
}
#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 {
margin: 0 auto;
padding: 0 1rem;
}
.block-toc .accordion-btn {
width: 90%;
font-size: 1.5rem;
}


/*--------------------------------------
related
---------------------------------------*/
#related-article.related-article01-frame {
margin: 4rem auto;
width: 100%;
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::before {
top: 0.5rem;
}
#related-article .related-article01-list a:hover {
opacity: 1;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
height: 9rem;
background: url(img/mv_bg_03.jpg) no-repeat center top;
background-size: cover;
}
#visArea.lower .mainArea {
width: 100%;
padding: 0;
text-align: center;
}
.siteNameAreaInner {
display: flex;
align-items: center;
justify-content: center;
}
#visArea.lower .siteName {
width: 15rem;
margin: 0 auto;
padding: 0.8rem;
background: rgba(255,255,255,0.9);
}


/*--------------------------------------
banner
---------------------------------------*/
.bottomBanner {
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 {
width: 100%;
margin: 0 auto 4rem auto;
}
p.lead span {
background: linear-gradient(transparent 70%, #ffcc00 70%);
font-weight: 700;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {padding: 5rem 0 8rem 0;/* background: #2b415c url(img/add01_bg_01.png) repeat-y center top; *//* background-size: 150% auto; */}
.addParts01::before {
top: calc(100% - 4.4rem);
width: 25.7rem;
height: 8.7rem;
}
.addParts01 p.lead {
width: 100%;
margin: 0 auto 4rem auto;
}
.addParts01 p.note {
font-size: 1.2rem;
}
.addParts01 .block {
display: block;
}
.addParts01 .block::after {
display: none;
content: none;
}
.addParts01 .block .box {
width: 100%;
margin: 0 0 4rem 0;
}
.addParts01 .block .box:last-child {
margin: 0;
}
.addParts01 .block .box-head .catch span {
font-size: 2.4rem;
}
.addParts01 .block .box-body .name {
font-size: 2.8rem;
}
.addParts01 .block .box-body p:not([class]) {
margin: 0;
}
.addParts01 .block .box-body ul:not([class]) {
margin: 0;
}
.addParts01 .block .box-body .txt-1 ul:not([class]) {
padding: 1.5rem 1rem;
background: #e6f0f7;
}
.addParts01 .block .box-body ul:not([class]) li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 2.4rem;
}
.addParts01 .block .box-body ul:not([class]) li:last-child {
margin: 0;
}
.addParts01 .block .box-body ul:not([class]) li::before {
position: absolute;
left: 0;
top: 0.6rem;
width: 1.2rem;
height: 1.2rem;
background: #1eb8d4;
border-radius: 50%;
content: "";
}
.addParts01 .block .box-body p:not([class]) > span:not([class]),
.addParts01 .block .box-body li:not([class]) > span:not([class]) {
background: linear-gradient(transparent 70%, #ffcc00 70%);
font-weight: 700;
}
.addParts01 .block .box-body .btn-web {
max-width: 90%;
}
.addParts01 .block .box-body .btn-tel {
margin: 3rem auto 0 auto;
}

}


.onb-five-slider-container {
    position: relative;
}
.onb-five-slider.swiper-thumbs .swiper-slide {
    width: 20%;
}
.onb-five-slider .swiper-slide-thumb-active {
    outline: 4px solid var(--site-color08);
    outline-offset: -4px;
}
.onb-five-slider2 {
    margin-bottom: var(--s3);
}
.onb-five-slider-container .swiper-button-next,
.onb-five-slider-container .swiper-button-prev {
    top: calc(50% - 100px);
    width: 3rem;
    height: 3rem;
}
.onb-five-slider-container .swiper-button-next:hover,
.onb-five-slider-container .swiper-button-prev:hover {
    opacity: .6;
}
.onb-five-slider-container .swiper-button-next:after,
.onb-five-slider-container .swiper-rtl .swiper-button-prev:after {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url("./img/slider-arrow-right.svg") no-repeat center center;
    background-size: contain;
}
.onb-five-slider-container .swiper-button-prev:after,
.onb-five-slider-container .swiper-rtl .swiper-button-next:after {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url("./img/slider-arrow-left.svg") no-repeat center center;
    background-size: contain;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .onb-five-slider-container .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset,-1.5rem);
    }
    .onb-five-slider-container .swiper-button-next {
        right: var(--swiper-navigation-sides-offset,-1.5rem);
    }
    .onb-five-slider-container .swiper-button-next,
    .onb-five-slider-container .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        top: 35%;
    }
}

.swiper-slide.swiper-slide img {
    max-width: 100%;
    width: auto;
    height: 40rem;
    text-align: center;
    margin: auto;
    display: block;
}

.swiper-slide.swiper-slide .caption {
    margin: 0.8rem 0 0 0;
    color: #999;
    font-size: 1rem;
    line-height: 1.4;
    word-break: break-all;
    text-align: center;
}

.swiper.five-slider.swiper-thumbs .swiper-slide img {
    max-width: 100%;
    width: auto;
    height: 11rem;
    text-align: center;
    margin: auto;
    display: block;
}

.swiper.five-slider.swiper-thumbs .swiper-wrapper {
    position: relative;
    width: 65%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    justify-content: space-evenly;
    margin: auto;
}


.slidelist {
    width: 800px;
    margin: 0 auto 2rem;
}

.slidelist ul:not([class]) {
    margin: 4rem 0 1rem;
    padding: 0;
    column-count: 2;
}


.slide_caption, .slide_text {
    margin: 0.8rem 0 0 0;
    color: #999;
    font-size: 1rem;
    line-height: 1.4;
    word-break: break-all;
}

.slide_caption br {
    display:none;
}





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

    .slidelist {
    width: 90%;
}
    
.slidelist ul:not([class]) {
    margin: 2rem 0 1rem;
    padding: 0;
    column-count: 1;
}

.main ul:not([class]) li {
    line-height:1.3;
}
.slidelist ul:not([class]) li::before {
        top: 0.5rem;
    }


.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 30%);
    width: calc(var(--swiper-navigation-size) / 50* 10);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}


.swiper.five-slider.swiper-thumbs .swiper-slide img {
    max-height: 7rem;
}

.swiper-slide.swiper-slide img {

   max-height: 30rem;

}


    
}