@charset "utf-8";

/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
font-family: "Noto Sans JP";
font-style: normal;
font-weight: 400;
src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
font-display: swap;
}

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


/*--------------------------------------------------------------------------
reset
---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {
margin: 0;
font-size: 100%;
}

ul {
margin: 0;
padding: 0;
vertical-align: baseline;
}

img {
vertical-align: top;
}

li {
list-style-type: none;
vertical-align: baseline;
}

input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

* {
box-sizing: border-box;
}

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


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

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

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 .headTopWrap {
background: #39b79b;
}

header .headTopArea {
width: 1100px;
margin: 0 auto;
padding: 0.5rem;
}

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;
height: 1.8rem;
margin: 0 0.5rem 0 0;
background: #fff;
color: #000;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.8rem;
text-align: center;
content: "PR";
}


/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
background: rgba(255,255,255,0.8);
margin: 0 auto;
position: relative;
z-index: 100;
}

#g-nav ul {
display: flex;
-js-display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
width: 1100px;
height: auto;
margin: auto;
}

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

#g-nav li a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
font-size: 1.4rem;
line-height: 1.6;
text-decoration: none;
}

#g-nav li a span {
display: inline-block;
vertical-align: middle;
font-weight: inherit;
color: inherit;
padding: 0 2rem 0.5rem 2rem;
border-bottom: 2px solid transparent;
}

#g-nav li a:hover span {
display: inline-block;
border-bottom: 2px solid #39b79b;
opacity: 1;
}

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


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

#pankuzu {
font-size: 1.3rem;
margin: 1rem auto 3rem auto;
padding: 0;
width: 1100px;
}

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


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

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

#category, #page {
float: left;
width: 830px;
margin: 0;
padding: 0 0 5rem 0;
}


/*--------------------------------------
　Side
---------------------------------------*/
#side {
float: right;
width: 220px;
padding: 0 0 5rem 0;
}

#side .sideBox {
border-bottom: 1px solid #333;
}

#side .sideBox:first-of-type {
border-top: 2px solid #517b94;
}

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

#side .sideBox .sttl a {
display: block;
padding: 20px 15px;
}


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

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

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

footer .areaInner .logo {
margin: 0 auto 3rem auto;
text-align: center;
}

footer .areaInner .logo img {
width: 28rem;
}

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

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

footer .areaInner .footBox .sttl a {
display: block;
min-height: 2.5rem;
font-weight: normal;
font-size: 1.6rem;
color: #000;
background: url(img/arrow01_black.png) left center no-repeat;
background-size: 25px auto;
border: none;
padding: 0.1rem 0 0.3rem 3.4rem;
margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

footer .areaInner .footBox .accChild li a {
font-size: 1.3rem;
font-weight: normal;
color: #333;
padding: 0;
}

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

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

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

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

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

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

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

footer .botArea {
background-color: #39b79b;
}

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.5rem 0;
text-decoration: underline;
}

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

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

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

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


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

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


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

.main p {
margin: 1em auto;
}

.main p:not([class]) > span:not([class]),
.main li:not([class]) > span:not([class]),
.main td:not([class]) > span:not([class]) {
color: #3972b7;
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.4;
word-break: break-all;
}
.caption a {
color: inherit;
text-decoration: underline;
}
.caption a:hover {
text-decoration: none;
}


/*--------------------------------------
heading
---------------------------------------*/
.main-low h1,
.main-low h2,
.main-low h3,
.main-low h4,
.main-low h5,
.main-low h6 {
position: relative;
font-weight: 700;
line-height: 1.4;
}

.main-low h1 {
margin: 2.5rem 0 6rem 2rem;
padding: 2.5rem 2rem 3rem 2rem;
background: #39b79b;
color: #fff;
font-size: 3rem;
text-align: center;
}
.main-low h1::before {
position: absolute;
left: -2rem;
top: -2.5rem;
width: 100%;
height: 100%;
background: #39b79b;
content: "";
opacity: 0.5;
z-index: -1;
}

.main-low h2 {
margin: 5rem 0 3rem 0;
padding: 2rem;
background: #ecfaf7;
font-size: 2.6rem;
}
.main-low h2::before {
position: absolute;
right: -0.5rem;
bottom: -0.5rem;
width: calc(100% - 6rem);
height: 100%;
background: #39b79b;
content: "";
z-index: -1;
}

.main-low h3  {
min-height: 3.2rem;
margin: 4rem 0 3rem 0;
padding: 1rem 2rem 1.2rem 4.2rem;
background: url(img/title_bg_01.png) no-repeat 0.3rem center;
background-size: 24px auto;
border-bottom: 1px solid #333;
font-size: 2.2rem;
}

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

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


/*--------------------------------------
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 2rem;
}
.main ul:not([class]) li:last-child {
margin: 0;
}
.main ul:not([class]) li::before {
position: absolute;
left: 0;
top: 1.2rem;
width: 1rem;
height: 1rem;
background: #39b79b;
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 {
position: absolute;
left: 0;
top: 0.5rem;
width: 1.8rem;
height: 1.8rem;
background: #39b79b;
color: #fff;
font-size: 1.2rem;
font-weight: 400;
line-height: 1.7rem;
text-align: center;
}
.main ol li:nth-child(-n + 9)::before {
content: counter(number);
}
.main ol li:nth-child(n + 10)::before {
content: counter(number);
}


/*--------------------------------------
table
---------------------------------------*/
table th,
table td {
word-break: break-all;
}
table {
width: 100%;
margin: 3rem auto;
border-collapse: collapse;
}
table th {
padding: 1rem 1.5rem;
background: #f9f9f9;
border: 1px solid #b2b2b2;
font-weight: 400;
text-align: center;
}
table td {
padding: 1rem 1.5rem;
background: #fff;
border: 1px solid #b2b2b2;
}


/*--------------------------------------
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 .center {
width: 70rem;
margin: 0 auto 2rem auto;
text-align: center;
}
.float-wrap .catch {
margin: 0 0 1.5rem 0;
color: #3972b7;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: left;
}
.float-wrap.center .catch {
text-align: center;
}
.float-wrap .catch span {
font-size: 1.6rem;
}
.float-wrap .catch a {
display: inline;
padding: 0 4rem 0 0;
background: url(img/arrow01_blue.png) no-repeat right center;
background-size: 25px auto;
color: inherit;
text-decoration: none;
}
.float-wrap p:not([class]) {
margin: 0;
}


/*--------------------------------------
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 5rem;
background: #e8ba12 url(img/arrow01_black.png) no-repeat right 2rem center;
background-size: 25px auto;
border-radius: 6rem;
box-shadow: 4px 4px 0 0 #9f800c;
box-sizing: border-box;
color: #212121;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
backface-visibility: hidden;
transition: 0.2s;
will-change: opacity;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-internal.down a {
background: #e8ba12 url(img/arrow01_black_down.png) no-repeat right 2rem center;
background-size: 25px auto;
}
.btn-internal a:hover {
text-decoration: none;
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 5rem;
background: #d31d99 url(img/arrow01_white.png) no-repeat right 2rem center;
background-size: 25px auto;
border-radius: 6rem;
box-shadow: 4px 4px 0 0 #881263;
box-sizing: border-box;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
backface-visibility: hidden;
transition: 0.2s;
will-change: opacity;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-web a:hover {
text-decoration: none;
opacity: 0.7;
}

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


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.frame-wrap::after {
display: block;
width: calc((100% - 6.4rem) / 3);
content: "";
}
.frame-wrap .frame {
width: calc((100% - 6.4rem) / 3);
margin: 0 0 4rem 0;
background: #fff;
border: 1px solid #3872b7;
box-shadow: 1rem 1rem 0 0 #3872b7;
}
.frame-wrap .frame-head {
display: flex;
align-items: center;
position: relative;
min-height: 7rem;
padding: 3rem 1.8rem 3rem 8rem;
background: url(img/title_bg_03.png) no-repeat 1.7rem center;
background-size: 50px auto;
}
.frame-wrap .frame-head::before {
position: absolute;
left: 0;
top: 100%;
width: calc(100% - 1.2rem);
height: 0.1rem;
border-bottom: 1px solid #3872b7;
content: "";
}
.frame-wrap .frame-head .ttl {
display: flex;
align-items: center;
width: 100%;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
}
.frame-wrap .frame-head .ttl a {
display: block;
width: 100%;
padding: 0 3rem 0 0;
background: url(img/arrow01_black.png) no-repeat right center;
background-size: 25px auto;
color: inherit;
text-decoration: none;
}
.frame-wrap .frame-body {
padding: 2.4rem 2.4rem 3rem 2.4rem;
}
.frame-wrap .frame-body p:not([class]) {
margin: 0;
}
.frame-wrap .frame-body table {
margin: 1.5rem 0 0 0;
}
.frame-wrap .frame-body table th {
width: 8rem;
padding: 0.8rem;
font-weight: 400;
line-height: 1.4;
}
.frame-wrap .frame-body table td {
padding: 0.8rem;
line-height: 1.4;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
display: none;
}
.accordion-btn {
display: block;
position: relative;
width: 45rem;
height: auto;
margin: 0 auto 4rem auto;
padding: 2rem 0;
background: #fff;
border: 1px solid #212121;
border-radius: 6rem;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
transition: 0.2s;
}
.accordion-btn::before {
position: absolute;
right: 3rem;
top: 50%;
transform: translateY(-50%);
width: 2.8rem;
height: 2.8rem;
background: url(img/acc_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.accordion-btn::after {
display: block;
padding: 0 6rem;
text-align: center;
content: "もっと見る";
}
.accordion-btn.is-open::before {
background: url(img/acc_bg_02.png) no-repeat left top;
background-size: contain;
}
.accordion-btn.is-open::after {
display: block;
padding: 0 5rem;
text-align: center;
content: "閉じる";
}
.accordion-btn:hover {
opacity: 0.7;
}


/*--------------------------------------
toc
---------------------------------------*/
.main-index .block-toc {
margin: 0 0 8rem 0;
}
.toc_parts {
width: 80rem;
margin: 0 auto;
padding: 4rem 4rem 2rem 4rem;
background: #f7f7f8;
}
.main-low .toc_parts {
width: 100%;
margin: 0 auto 4rem auto;
}
.toc_parts .ttl {
display: flex;
align-items: center;
padding: 0 4rem 0 1rem;
border-left: 4px solid #684f83;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
#toc {
margin: 1.5rem 0 0 0;
border-top: 1px solid #58585e;
}
#toc .chapter {
margin: 0 0 2rem 0;
padding: 0 1rem;
counter-reset: count;
}
#toc .chapter .chapter-h {
position: relative;
margin: 2rem 0 0 0;
padding: 0 0 0 3.6rem;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.8;
counter-increment: count;
}
#toc .chapter .chapter-h:last-child {
margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
position: absolute;
left: 0;
top: 1.4rem;
transform: translateY(-50%);
width: auto;
height: auto;
background: none;
border-radius: 0;
color: #39b79b;
font-size: 2rem;
font-weight: 700;
content: counter(count, decimal-leading-zero);
}
#toc .chapter .chapter-h a {
text-decoration: none;
}
#toc .chapter .chapter-h a:hover {
opacity: 0.7;
}
#toc li.chapter-h.chapter-h-three {
margin: 0.5rem 0 0.5rem 4rem;
padding: 0 0 0 1.5rem;
font-size: 1.5rem;
counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
position: absolute;
left: 0;
top: 0.7rem;
transform: rotate(180deg);
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #333;
border-right: 1px solid #333;
content: "";
}
#toc li.chapter-h.chapter-h-three a {
font-weight: normal;
}
#toc li.chapter-h.chapter-h-three span {
font-weight: 400;
}
#toc .chapter br {
display: none;
}
.block-toc .accordion-btn {
width: 40rem;
background: #ecfaf7;
border: none;
box-shadow: 4px 4px 0 0 #39b79b;
}
.block-toc .accordion-btn::after {
content: "目次を見る";
}
.block-toc .accordion-btn.is-open::after {
content: "目次を閉じる";
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
display: flex;
align-items: center;
justify-content: center;
height: 15rem;
background: url(img/mv_bg_03.jpg) no-repeat center center;
background-size: cover;
}
#visArea.lower .siteName {
width: 28rem;
margin: 0 auto;
}


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

.addParts-title {
position: relative;
margin: 0 0 3rem 0;
padding: 1rem 2rem 3rem 2rem;
background: rgba(57, 183, 155, 0.65);
color: #fff;
font-size: 4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts-title span {
font-size: 2.6rem;
}

p.lead {
width: 90%;
margin: 0 auto 4rem auto;
}
p.lead span,
.txt-1 span,
.txt-2 span {
color: #3972b7;
font-weight: 700;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
position: relative;
padding: 8rem 0 10rem 0;
background: #abddd3 url(img/add01_bg_01.jpg) no-repeat center top;
background-size: cover;
}
.addParts01 p.note {
margin: 3rem 5rem 0 5rem;
font-size: 1rem;
line-height: 1.6;
background: rgba(255, 255, 255, 0.3);
padding: 1.2rem;
}
.addParts01 p.note a {
color: inherit;
text-decoration: underline;
}
.addParts01 p.note a:hover {
text-decoration: none;
}
.addParts01 p.lead span {
	font-size: 1.7rem;
    text-shadow: 1px 0px 0px #fff;
  }
.addParts01 ul:not([class]) {
margin: 0;
padding: 0;
}
.addParts01 ul:not([class]) li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 2rem;
}
.addParts01 ul:not([class]) li:last-child {
margin: 0;
}
.addParts01 ul:not([class]) li::before {
position: absolute;
left: 0;
top: 1rem;
width: 1rem;
height: 1rem;
background: #39b79b;
border-radius: 50%;
content: "";
}
.addParts01 ol {
margin: 0;
padding: 0;
counter-reset: number 0;
}
.addParts01 ol li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 3rem;
counter-increment: number;
}
.addParts01 ol li::before {
position: absolute;
left: 0;
top: 0.5rem;
width: 1.8rem;
height: 1.8rem;
background: #39b79b;
color: #fff;
font-size: 1.2rem;
font-weight: 400;
line-height: 1.7rem;
text-align: center;
}
.addParts01 ol li:nth-child(-n + 9)::before {
content: counter(number);
}
.addParts01 ol li:nth-child(n + 10)::before {
content: counter(number);
}
.addParts01 p:not([class]) {
margin: 0;
}
.addParts01 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.addParts01 .block::after {
display: block;
width: calc((100% - 12rem) / 3);
content: "";
}
.addParts01 .block .box {
width: calc((100% - 12rem) / 3);
background: #fff;
}
.addParts01 .block .box-head {
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 2rem 1rem;
background: #3972b7;
text-align: center;
}
.addParts01 .block .box-head .catch {
display: inline-block;
min-height: 5.8rem;
padding: 0 0 0 6.5rem;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-align: left;
}
.addParts01 .block .box:nth-child(1) .box-head .catch {
background: url(img/add01_ico_01.png) no-repeat left center;
background-size: 58px auto;
}
.addParts01 .block .box:nth-child(2) .box-head .catch {
background: url(img/add01_ico_02.png) no-repeat left center;
background-size: 58px auto;
}
.addParts01 .block .box:nth-child(3) .box-head .catch {
background: url(img/add01_ico_03.png) no-repeat left center;
background-size: 58px auto;
}
.addParts01 .block .box-head .catch span span {
background: linear-gradient(transparent 70%, #9adfdc 70%);
font-size: 2.7rem;
}
.addParts01 .block .box-body {
padding: 2rem 1.5rem 4rem 1.5rem;
}
.addParts01 .block .box-body p:not([class]),
.addParts01 .block .box-body ul:not([class]),
.addParts01 .block .box-body ol:not([class]) {
margin: 0;
}
.addParts01 .block .box-body .name {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body .ttl {
display: flex;
align-items: center;
justify-content: center;
margin: 3rem 0 1.5rem 0;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body .fig,
.addParts01 .block .box-body .caption {
text-align: center;
}
.addParts01 .block .box-body .btn-web {
max-width: 90%;
margin: 4rem auto 0 auto;
}
.addParts01 .block .box-body .btn-internal {
max-width: 90%;
margin: 1.8rem auto 0 auto;
}


/*--------------------------------------
related-article
---------------------------------------*/
#related-article p {
margin: 0;
}
.related-article01-frame {
position: relative;
margin: 5rem auto;
padding: 3rem 5rem;
background: #ecfaf7;
}
.related-article01-title {
padding: 0 0 0 1.5rem;
border-left: 4px solid #212121;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.related-article01-list {
margin: 1.5rem 0 0 0;
padding: 0 2rem;
border-top: 1px solid #d0d3e0;
}
.related-article01-list li {
position: relative;
margin: 2rem 0 0 0;
padding: 0 0 0 2.8rem;
font-weight: 700;
line-height: 1.6;
}
.related-article01-list li + li {
margin: 1rem 0 0 0;
}
.related-article01-list li::before {
position: absolute;
left: 0;
top: 0.6rem;
width: 1.2rem;
height: 1.2rem;
background: #39b79b;
border-radius: 50%;
content: "";
}
.related-article01-list a {
text-decoration: none;
}
.related-article01-list a:hover {
opacity: 0.7;
}


/*--------------------------------------
balloon
---------------------------------------*/
.block-balloon .box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
margin: 5rem auto;
}
.block-balloon .box .box-ico {
width: 11.4rem;
margin: 0 3.6rem 0 0;
text-align: center;
}
.block-balloon .box .box-txt {
width: calc(100% - 11.4rem - 3.6rem);
}
.block-balloon .box-txt {
position: relative;
padding: 1rem 3rem;
background: #fff;
border: 1px solid #b2b2b2;
border-radius: 1rem;
}
.block-balloon .box-txt::before {
position: absolute;
right: 100%;
top: 50%;
transform: translateY(-50%);
width: 1.9rem;
height: 2rem;
background: url(img/balloon_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.block-balloon .box:nth-child(even) .box-ico {
margin: 0 0 0 3.6rem;
order: 2;
}
.block-balloon .box:nth-child(even) .box-txt {
order: 1;
}
.block-balloon .box:nth-child(even) .box-txt::before {
left: 100%;
background: url(img/balloon_bg_02.png) no-repeat left top;
background-size: contain;
}


/*--------------------------------------
timetable
---------------------------------------*/
.timetable-notice {
margin: 3rem 0 0 0;
}
.block-timetable {
margin: 0 auto 3rem auto;
overflow-x: auto;
}
.block-timetable p {
    margin-left: 7rem;
}
.block-timetable table {
table-layout: fixed;
width: 83rem;
margin: 0 auto;
}
.block-timetable table th {
width: auto;
padding: 1rem;
}
.block-timetable table th[scope="col"]:nth-child(1) {
width: 14rem;
}
.block-timetable table th[scope="row"] {
width: 14rem;
}
.block-timetable table td {
text-align: center;
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
display: none;
position: fixed;
right: 0;
bottom: 16rem;
width: 26rem;
box-sizing: border-box;
z-index: 310;
}
.block-banner a {
display: block;
position: relative;
width: 26rem;
padding: 16rem 0 0 0;
background: url(img/banner_bg_01.jpg) no-repeat center top, url(img/banner_bg_02.png) no-repeat center bottom 1rem, #3c75b8;
background-size: 26rem auto, 24rem auto;
font-size: 1.7rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
color: #fff;
}
.block-banner a span {
font-size: 1.2rem;
}
.block-banner a div {
padding: 0 2rem 1.5rem 2rem;
}
.block-banner a:hover {
text-decoration: none;
opacity: 0.7;
}































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

html, body {
width: 100%;
position: relative;
}

.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.6rem;
line-height: 1.8;
padding-bottom: env(safe-area-inset-bottom);
}

a:hover {
opacity: 1;
}


/*--------------------------------------
　Header
---------------------------------------*/
header .headTopArea {
width: 100%;
}

header .headTopArea .rightTxt {
font-size: 1rem;
font-weight: 400;
line-height: 1.4;
text-align: center;
}

header .headTopArea .rightTxt::before {
font-size: 1.2rem;
}


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

#navWrap .navTop {
width: 44px;
position: fixed;
top: -100px;
opacity: 0;
z-index: 9999;
transition: all 0.3s ease;
right: 0;
}

body.open #navWrap .navTop {
top: 0 !important;
opacity: 1!important;
}

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

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

#navWrap .recommendBtn {
display: table-cell;
vertical-align: middle;
width: calc(50.5% - 41px);
font-size: 1.1rem;
text-align: center;
color: #8c8200;
padding: 0 1.2rem;
border-right: 1px solid #bbb;
position: relative;
background: #f5f5dc;
}

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

#menuBtn {
box-sizing: content-box;
width: 44px;
height: 44px;
cursor: pointer;
background: #39b79b;
}

#menuBtn .menu {
width: 20px;
height: 15px;
position: absolute;
top: calc(50% - 8px);
outline: none;
border: none;
background: url("img/sp_ico_menu.svg") center no-repeat;
background-size: 100%;
left: 0;
right: 0;
margin: 0 auto;
}

body.open #menuBtn .menu {
width: 21px;
height: 16px;
background: url("img/sp_ico_close.svg") center no-repeat;
background-size: 100%;
}

#navSp {
position: fixed;
top: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
background-color: #f2f2f2;
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 #ccc;
padding: 0;
margin: 0;
}

#navSp .sitemap {
margin: 0 0 100px;
}

#navSp .navBox .accChild {
display: none;
font-size: 1.3rem;
padding: 0;
box-sizing: border-box;
background-color: rgba(255, 255, 255, 0.8);
}

#navSp .navBox .accChild li {
float: none;
}

#navSp .navBox .accChild li a {
display: block;
box-sizing: border-box;
color: #000;
background: url("img/arrow_black.png") 95.5% center no-repeat;
background-size: 5px auto;
border-bottom: 1px solid #ccc;
padding: 1.2rem 9% 1.2rem 7%;
}

body.open {
height: inherit !important;
}


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


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

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

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

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

#pankuzu span:last-child {
margin-right: 4%;
}

#pankuzu a span:last-child {
margin-right: 0;
}


/*--------------------------------------
Main Contents
---------------------------------------*/
#contents {
box-sizing: border-box;
width: 100%;
margin: 0 auto;
padding: 0;
}

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

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


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


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

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

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

footer .areaInner .logo img {
width: 24rem;
}

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

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

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: #000;
background: url("img/arrow_black_down.png") right 10px center no-repeat;
background-size: 10px auto;
padding: 1.0rem 4.0rem 1.0rem 4%;
transition: none;
-o-transition: none;
-ms-transition: none;
-moz-transition: none;
-webkit-transition: none;
}

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

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

footer .footBox ul {
padding: 0;
}

footer .areaInner .footBox .accChild {
display: none;
font-size: 1.3rem;
padding: 0;
box-sizing: border-box;
background-color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

footer .areaInner .footBox .accChild .subList li a::before {
content: "└";
display: block;
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: 2rem;
right: 1rem;
width: 5rem;
}

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


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

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

.main-low h2 {
margin: 5rem 0 2.5rem 0;
padding: 1.5rem;
font-size: 2.1rem;
}
.main-low h2::before {
width: calc(100% - 3rem);
}

.main-low h3  {
margin: 3rem 0 2rem 0;
padding: 0.6rem 1.5rem 1rem 4rem;
font-size: 1.8rem;
}

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


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

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


/*--------------------------------------
table
---------------------------------------*/
/* table {
width: 100%;
margin: 3rem auto;
border-top: 1px solid #b2b2b2;
}
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.center {
width: 100%;
margin: 0 auto 1.5rem auto;
}
.float-img.center iframe {
    width: 100%;
}
.float-wrap .catch {
font-size: 1.6rem;
}
.float-wrap .catch span {
font-size: 1.4rem;
}
.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%;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: block;
}
.frame-wrap::after {
display: none;
content: none;
}
.frame-wrap .frame {
width: 100%;
margin: 0 0 3rem 0;
box-shadow: 0.6rem 0.6rem 0 0 #3872b7;
}
.frame-wrap .frame-head {
min-height: 6rem;
padding: 2rem 1.8rem 2rem 6.4rem;
background: url(img/title_bg_03.png) no-repeat 1.5rem center;
background-size: 40px auto;
}
.frame-wrap .frame-head .ttl {
font-size: 2rem;
}


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

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

.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 5rem;
background: #C63 url(img/ico_sp.png) no-repeat 1.5rem center;
background-size: 30px auto;
border-radius: 6rem;
box-shadow: 4px 4px 0 0 #5e2f18;
box-sizing: border-box;
color: #fff;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
backface-visibility: hidden;
transition: 0.2s;
will-change: opacity;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-tel a:hover {
text-decoration: none;
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 5rem;
background: #fff url(img/arrow01_black.png) no-repeat right 2rem center;
background-size: 25px auto;
border: 2px solid #212121;
border-radius: 6rem;
box-sizing: border-box;
color: #212121;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
backface-visibility: hidden;
transition: 0.2s;
will-change: opacity;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-link a:hover {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-btn {
width: 90%;
margin: 0 auto 3rem auto;
font-size: 1.5rem;
}


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


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


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

.addParts-title {
padding: 1rem 2rem 2rem 2rem;
font-size: 2.4rem;
}
.addParts-title span {
font-size: 1.8rem;
}

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


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
padding: 4rem 0;
}
.addParts01 p.note {
margin: 0;
}
.addParts01 ul:not([class]) li::before {
top: 0.8rem;
}
.addParts01 ol li::before {
top: 0.3rem;
}
.addParts01 .block {
display: block;
}
.addParts01 .block::after {
display: none;
content: none;
}
.addParts01 .block .box {
width: 100%;
margin: 0 0 3rem 0;
}
.addParts01 .block .box-head .catch {
letter-spacing: 0.12rem;
}
.addParts01 .block .box-head .catch span span {
font-size: 2.3rem;
}
.addParts01 .block .box-body .ttl {
font-size: 1.8rem;
}
.addParts01 .block .box-body .btn-tel {
margin: 1.8rem auto 0 auto;
}


/*--------------------------------------
related-article
---------------------------------------*/
#related-article p {
margin: 0;
}
.related-article01-frame {
margin: 4rem auto;
padding: 2rem 1.5rem;
}
.related-article01-title {
font-size: 1.8rem;
}
.related-article01-list {
margin: 1rem 0 0 0;
padding: 0 1rem;
}
.related-article01-list li {
margin: 1.5rem 0 0 0;
}


/*--------------------------------------
balloon
---------------------------------------*/
.block-balloon .box {
display: block;
position: relative;
margin: 4rem auto;
}
.block-balloon .box .box-ico {
width: 11.4rem;
margin: 0 auto 2.6rem auto;
text-align: center;
}
.block-balloon .box .box-txt {
width: 100%;
}
.block-balloon .box-txt::before {
position: absolute;
left: 50%;
right: auto;
top: auto;
bottom: 100%;
transform: translate(-50%,0);
width: 2rem;
height: 1.9rem;
background: url(img/balloon_bg_03.png) no-repeat left top;
background-size: contain;
content: "";
}
.block-balloon .box:nth-child(even) .box-ico {
margin: 0 auto 2.6rem auto;
}
.block-balloon .box:nth-child(even) .box-txt::before {
left: 50%;
right: auto;
top: auto;
bottom: 100%;
transform: translate(-50%,0);
background: url(img/balloon_bg_03.png) no-repeat left top;
background-size: contain;
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
left: 0;
bottom: 0;
width: calc(100% - 7rem);
}
.block-banner a {
display: flex;
align-items: center;
width: 100%;
min-height: 7rem;
padding: 0;
background: #59bfa8 url(img/banner_bg_03.png) no-repeat right center;
background-size: cover;
}
.block-banner a div {
padding: 0.5rem 9% 0.5rem 2rem;
color: #fff;
font-size: 1.6rem;
}
.block-banner a div span {
font-size: 1.6rem;
}
.block-banner a:hover {
opacity: 1;
}

}
