@charset "UTF-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
font-family: "Noto Sans JP";
font-style: normal;
font-weight: 400;
src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
font-display: swap;
}

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


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

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

img {
vertical-align: top;
}

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

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

* {
box-sizing: border-box;
}

small {
font-size: 60%;
}

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


/*--------------------------------------
　Base
---------------------------------------*/
html,
body {
scroll-padding-top: 6rem;
}

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

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

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 .headTopArea {
width: 1100px;
margin: 6px auto;
}

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

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


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

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

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

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

#g-nav li a {
display: table;
width: 100%;
height: 100%;
font-size: 1.3rem;
font-weight: 700;
line-height: 1.6;
padding: 20px 12px;
position: relative;
color: #000;
}

#g-nav li a :hover {
color: #009cb9;
}

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

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


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

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

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


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

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

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


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

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

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

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

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

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

#side .sideBox ul li::before {
content: "";
background: linear-gradient(to right, #bbbbbb, #bbbbbb 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
background-size: 6px 1px;
width: 100%;
height: 1px;
position: absolute;
top: 0;
left: 0;
}

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

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

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

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

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

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


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

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

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

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

footer .areaInner .logo a {
display: block;
color: #246dcc;
font-size: 2rem;
font-weight: 700;
line-height: 1;
text-align: center;
text-decoration: none;
}

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

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

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

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

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

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

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

footer .areaInner .footBox .accChild .sp {
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 0;
font-size: 1.2rem;
}

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

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

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

footer .botArea {
background: rgb(58,147,188);
background: -webkit-linear-gradient(45deg, rgba(58,147,188,1) 0%, rgba(100,202,203,1) 100%);
background: linear-gradient(45deg, rgba(58,147,188,1) 0%, rgba(100,202,203,1) 100%);
}

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

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

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

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

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

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

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

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


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

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


/*--------------------------------------
sitemap
---------------------------------------*/
#contents #page.mappage h2 {
margin: 68px auto 28px;
}

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

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

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

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

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

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


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

.main p {
margin: 1em auto;
}

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

.main p:not([class]) > a:not([class]),
.main li:not([class]) > a:not([class]),
.main td:not([class]) > a:not([class]) {
text-decoration: underline;
}

.main p:not([class]) > a:not([class]):hover,
.main li:not([class]) > a:not([class]):hover,
.main td:not([class]) > a:not([class]):hover {
text-decoration: none;
}

.caption {
margin: 0.8rem 0 0 0;
color: #999;
font-size: 1rem;
line-height: 1.4;
word-break: break-all;
}
.caption a {
color: #999;
text-decoration: underline;
}
.caption a:hover {
text-decoration: none;
}


/*--------------------------------------
heading
---------------------------------------*/
.main-index h2:not([class]),
.main-low h1 {
position: relative;
margin: 2.5rem 0 5rem 0;
padding: 2.5rem 2rem 2rem 4rem;
color: #141414;
font-size: 4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.main-index h2:not([class]) {margin: 12rem 0 5rem 0;}
.main-index h2:not([class])::before,
.main-low h1::before {
position: absolute;
left: 0;
top: -2.5rem;
width: calc(100% - 2.8rem);
height: 100%;
background: rgb(100,202,203);
background: -webkit-linear-gradient(0deg, rgba(100,202,203,1) 0%, rgba(58,147,188,1) 100%);
background: linear-gradient(0deg, rgba(100,202,203,1) 0%, rgba(58,147,188,1) 100%);
content: "";
z-index: -1;
}
.main-index h2:not([class])::after,
.main-low h1::after {
position: absolute;
right: 0;
top: 0;
width: calc(100% - 2.8rem);
height: 100%;
background: #fff;
border: 3px solid #57c6d8;
content: "";
z-index: -1;
}
.main-index h2:not([class])::after {
background: #fff url(img/title_bg_02.png) no-repeat right 2rem top;
}
.main-index h2:not([class]) span,
.main-low h1 span {
font-size: 2.6rem;
}

.main-index h3:not([class]),
.main-low h2 {
position: relative;
margin: 6rem 0 3rem 0;
padding: 2rem 2rem 2rem 8.5rem;
background: rgb(58,147,188);
background: -webkit-linear-gradient(45deg, rgba(58,147,188,1) 0%, rgba(100,202,203,1) 100%);
background: linear-gradient(45deg, rgba(58,147,188,1) 0%, rgba(100,202,203,1) 100%);
color: #fff;
font-size: 2.9rem;
font-weight: 700;
line-height: 1.4;
}
.main-index h3:not([class])::before,
.main-low h2::before {
position: absolute;
left: 1.4rem;
top: 50%;
transform: translateY(-50%);
width: 5.5rem;
height: 3.8rem;
background: url(img/title_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}

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

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

.main-index h2:not([class]) a,
.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 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;
}
.main-index h3:not([class]) a,
.main-low h2 a {
background: url(img/arrow_white.png) no-repeat right center;
background-size: 8px auto;
}


/*--------------------------------------
title
---------------------------------------*/
.main .check,
.main .point {
display: flex;
align-items: center;
position: relative;
min-height: 10rem;
margin: 3rem 0;
padding: 2rem 2rem 2.4rem 9.6rem;
border-bottom: 2px solid #9ad3e6;
color: #246dcc;
font-size: 2.9rem;
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: 7rem;
height: 7rem;
background: #246dcc;
box-shadow: 5px 5px 0 0 #d2f3f8;
color: #fff;
font-size: 1.5rem;
font-weight: 700;
letter-spacing: 0.1rem;
line-height: 1.1;
text-align: center;
content: "CHECK";
}
.main .point::before {
background: #0f2b45;
content: "POINT";
}
.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: 0.9rem;
width: 1rem;
height: 1rem;
background: #fbb63e;
content: "";
transform: rotate(45deg);
}

.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.4rem;
width: 2.2rem;
height: 2.2rem;
background: #3b6eb0;
color: #fff;
font-size: 1.4rem;
line-height: 1.7;
text-align: center;
}
.main ol li:nth-child(-n + 9)::before {
content: counter(number);
}
.main ol li:nth-child(n + 10)::before {
content: counter(number);
}


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


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 6rem auto;
}
.float-wrap .fl {
width: 34.5rem;
margin: 0 3rem 1rem 0;
text-align: center;
}
.float-wrap .fr {
width: 34.5rem;
margin: 0 0 1rem 3rem;
text-align: center;
}
.float-wrap .ct {
width: 50rem;
margin: 0 auto 2rem auto;
text-align: center;
}
.float-wrap .catch {
margin: 0 0 1.5rem 0;
color: #246dcc;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: left;
}
.float-wrap.ct .catch {
text-align: center;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box-wrap .box {
width: calc((100% - 3.2rem) / 2);
margin: 0 0 3rem 0;
padding: 2rem 2.5rem;
background: #f2f5f9;
}
.box-wrap .box-head {
margin: 0 0 2rem 0;
}
.box-wrap .box-head .fig,
.box-wrap .box-head .caption {
text-align: center;
}
.box-wrap .box-body p:not([class]) {
margin: 0;
}
.box-wrap .box-body .ttl {
display: flex;
align-items: center;
margin: 0 0 2rem 0;
color: #246dcc;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
}
.box-wrap .box-body .ttl a {
display: block;
width: 100%;
padding: 0 2rem 0 0;
background: url(img/arrow_blue.png) no-repeat right center;
background-size: 10px auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
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;
padding: 3.2rem 2rem;
background: #fff;
border: 3px solid #ddd;
}
.frame-wrap .frame-head {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
padding: 0 0 2.4rem 0;
border-bottom: 1px solid #dbdee5;
}
.frame-wrap .frame-head .ttl {
width: 100%;
color: #246dcc;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
}
.frame-wrap .frame-head .ttl 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;
}
.frame-wrap .frame-body p:not([class]) {
margin: 0;
}
.frame-wrap .frame-body p:not([class]) > span:not([class]) {
background: none;
}
.frame-wrap .frame-body table {
margin: 2rem 0 0 0;
font-size: 1.4rem;
}
.frame-wrap .frame-body table th {
width: 8rem;
padding: 0.8rem 0.5rem;
}
.frame-wrap .frame-body table td {
padding: 0.8rem;
}


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

.btn-internal,
p.btn-internal {
max-width: 42rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-internal a {display: flex;align-items: center;justify-content: center;position: relative;width: 100%;margin: 0 auto;padding: 2rem 4rem;background: #0f2b45 url(img/arrow_white.png) no-repeat right 2rem center;background-size: 7px auto;box-shadow: 5px 5px 0 0 #246dcc;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.return a {background: #a6f9ff url(img/arrow_black.png) no-repeat right 2rem center;background-size: 11px auto;color: black;}
.btn-internal.up a {
background: #0f2b45 url(img/arrow_white_up.png) no-repeat right 2rem center;
background-size: 11px auto;
}
.btn-internal.down a {
background: #0f2b45 url(img/arrow_white_down.png) no-repeat right 2rem center;
background-size: 11px auto;
}
.btn-internal a:hover {
background-color: #4c6984;
box-shadow: 5px 5px 0 0 #c1ccdb;
opacity: 1;
}

.btn-web,
p.btn-web {
position: relative;
max-width: 42rem;
margin: 4rem auto;
padding: 0;
background: url(img/arrow_black.png) no-repeat right 2rem center, -webkit-linear-gradient(45deg, rgba(190,121,27,1) 0%, rgba(190,121,27,1) 100%);
background: url(img/arrow_black.png) no-repeat right 2rem center, linear-gradient(45deg, rgba(190,121,27,1) 0%, rgba(190,121,27,1) 100%);
background-size: 7px auto, auto;
text-align: center;
}
.btn-web a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 4rem;
background: url(img/arrow_black.png) no-repeat right 2rem center;
background: url(img/arrow_black.png) no-repeat right 2rem center;
background-size: 7px auto;
box-shadow: 5px 5px 0 0 #a56000;
box-sizing: border-box;
color: #000;
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::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url(img/arrow_black.png) no-repeat right 2rem center, -webkit-linear-gradient(45deg, rgba(255,201,23,1) 0%, rgba(252,130,48,1) 100%);
background: url(img/arrow_black.png) no-repeat right 2rem center, linear-gradient(45deg, rgba(255,201,23,1) 0%, rgba(252,130,48,1) 100%);
background-size: 7px auto, auto;
content: "";
transition: 0.2s;
}
.btn-web a:hover {
box-shadow: 5px 5px 0 0 #885207;
opacity: 1;
}
.btn-web:hover::before {
opacity: 0;
}

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


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
display: none;
}
.accordion-btn {
display: block;
position: relative;
width: 35rem;
height: auto;
margin: 0 auto 3rem auto;
padding: 2rem 0;
background: #f2f5f9;
color: #000;
font-size: 1.9rem;
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: 1.5rem;
height: 1.5rem;
background: url(img/acc_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.accordion-btn::after {
display: block;
padding: 0 5rem;
text-align: center;
content: "もっと見る";
}
.accordion-btn.is-open::before {
background: url(img/acc_bg_02.png) no-repeat left top;
background-size: contain;
}
.accordion-btn.is-open::after {
display: block;
padding: 0 5rem;
text-align: center;
content: "閉じる";
}
.accordion-btn:hover {
opacity: 0.7;
}


/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
width: 80rem;
margin: 0 auto 6rem auto;
padding: 4rem 4rem 2rem 4rem;
background: #f2f5f9;
}
.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 #246dcc;
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: #9d9d9d;
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 {
margin: 0 auto 4rem auto;
}
.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: 12rem;
background: url(img/mv_bg_04.png) repeat-x center top;
}
#visArea.lower .siteName img {
width: 20.5rem;
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
display: none;
position: fixed;
right: 0;
bottom: 12rem;
width: 22rem;
box-sizing: border-box;
z-index: 310;
}
.block-banner a {
display: block;
position: relative;
width: 22rem;
padding: 13rem 0 0 0;
background: rgb(58,147,188);
background: url(img/banner_bg_01.png) no-repeat center top, -webkit-linear-gradient(45deg, rgba(100,202,203,1) 0%, rgba(58,147,188,1) 100%);
background: url(img/banner_bg_01.png) no-repeat center top, linear-gradient(45deg, rgba(100,202,203,1) 0%, rgba(58,147,188,1) 100%);
background-size: 100% auto, auto;
border: 5px solid #57c6d8;
box-shadow: -4px 4px 8px 0 rgba(0, 0, 0, 0.2);
color: #fff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
}
.block-banner a span {
display: inline-block;
margin: 0 0 0.5rem 0;
padding: 0.3rem 0.7rem 0.3rem 0.7rem;
background: #0f2b45;
color: #fff;
font-size: 1.2rem;
line-height: 1.1;
text-align: center;
}
.block-banner a div {
position: relative;
padding: 0 1rem 1rem 1rem;
text-align: center;
}
.block-banner a div::before {
position: absolute;
right: 0.5rem;
bottom: 0.5rem;
width: 2.1rem;
height: 2.1rem;
background: url(img/banner_bg_02.png) no-repeat left top;
background-size: contain;
content: "";
}
.block-banner a:hover {
opacity: 0.7;
}


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

.addParts-title {
position: relative;
min-height: 13rem;
margin: 0 0 4rem 0;
padding: 5rem 0 0 0;
background: url(img/title_bg_03.png) no-repeat center top;
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: 80%;
margin: 0 auto 5rem auto;
}
p.lead span {
background: linear-gradient(transparent 60%, #fff66d 60%);
font-weight: 700;
}


/*--------------------------------------
addParts05
---------------------------------------*/
.addParts05 {
padding: 2rem 0 0 0;
}
.addParts05 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.addParts05 .block::before,
.addParts05 .block::after {
display: block;
width: calc((100% - 6.6rem) / 4);
content: "";
}
.addParts05 .block::before {
order: 1;
}
.addParts05 .block .box {
position: relative;
width: calc((100% - 6.6rem) / 4);
padding: 3rem 2rem 4rem 2rem;
background: #f2f5f9;
}
.addParts05 .block .box::before {
position: absolute;
left: 1.5rem;
top: -2.5rem;
width: 6.9rem;
height: 4.6rem;
content: "";
}
.addParts05 .block .box:nth-child(1)::before {
background: url(img/add01_bg_01.png) no-repeat left top;
background-size: contain;
}
.addParts05 .block .box:nth-child(2)::before {
background: url(img/add01_bg_02.png) no-repeat left top;
background-size: contain;
}
.addParts05 .block .box:nth-child(3)::before {
background: url(img/add01_bg_03.png) no-repeat left top;
background-size: contain;
}
.addParts05 .block .box:nth-child(4)::before {
background: url(img/add01_bg_04.png) no-repeat left top;
background-size: contain;
}
.addParts05 .block .box-head {
position: relative;
margin: 0 0 3rem 0;
padding: 0 0 2rem 0;
}
.addParts05 .block .box-head::before {
position: absolute;
left: 50%;
top: 100%;
transform: translateX(-50%);
width: 13rem;
height: 0.3rem;
background: #fbb63e;
content: "";
}
.addParts05 .block .box-head .ttl {
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin: 0 0 5rem 0;
color: #246dcc;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts05 .block .box-head .ttl::before {
position: absolute;
left: 50%;
top: calc(100% + 1rem);
transform: translateX(-50%);
width: 4.4rem;
height: 2rem;
background: url(img/add05_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.addParts05 .block .box-head .name {
display: flex;
align-items: center;
justify-content: center;
color: #000;
font-size: 2.3rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts05 .block .box-body p:not([class]) {
margin: 2.5rem 0.5rem 0 0.5rem;
color: #2b2e39;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.6;
}
.addParts05 .block .box-body ul:not([class]) {
margin: 2.5rem 0.5rem 0 0.5rem;
}
.addParts05 .block .box-body .fig {
text-align: center;
}
.addParts05 .block .box-body .caption {
text-align: center;
}
.addParts05 .block .box-body .btn-web {
margin: 2.5rem auto 0 auto;
background-position: right 1rem center;
}
.addParts05 .block .box-body .btn-web::before {
width: 100%;
background-position: right 1rem center, right center;
}
.addParts05 .block .box-body .btn-web a {
padding: 1.6rem 3rem 1.6rem 2rem;
background-position: right 1rem center;
font-size: 1.5rem;
}

.addParts05-title {
position: relative;
margin: 2.5rem 0 5rem 0;
padding: 2.5rem 2rem 2rem 4rem;
color: #141414;
font-size: 4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts05-title::before {
position: absolute;
left: 0;
top: -2.5rem;
width: calc(100% - 2.8rem);
height: 100%;
background: rgb(100,202,203);
background: -webkit-linear-gradient(0deg, rgba(100,202,203,1) 0%, rgba(58,147,188,1) 100%);
background: linear-gradient(0deg, rgba(100,202,203,1) 0%, rgba(58,147,188,1) 100%);
content: "";
z-index: -1;
}
.addParts05-title::after {
position: absolute;
right: 0;
top: 0;
width: calc(100% - 2.8rem);
height: 100%;
background: #fff url(img/title_bg_02.png) no-repeat right 2rem top;
border: 3px solid #57c6d8;
content: "";
z-index: -1;
}
.addParts05-title span {
font-size: 2.6rem;
}





.main-index .addParts01 h2:not([class]) {
    margin: 6rem 0 5rem 0;
}






p.btn-internal.down {
    margin: 4rem auto 0rem;
}







.lower .btn-internal.down a {
    background: #0f2b45 url(img/arrow_white.png) no-repeat right 2rem center;
    background-size: 7px auto;
}

















@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.4rem;
line-height: 1.8;
}

a:hover {
opacity: 1;
}


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

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


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

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

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

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

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

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

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

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

#menuBtn .menu {width: 21px;height: 16px;position: absolute;top: calc(50% - 8px);outline: none;border: none;background: url("img/sp_ico_menu.png") center no-repeat;background-size: 100%;right: 3.5%;}

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

#navSp {
position: fixed;
top: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
background-color: rgba(243, 247, 252, 0.94);
z-index: 999;
display: none;
}

#navSp > div {
height: 100%;
overflow-y: scroll;
}

#navSp a {
text-decoration: none;
}

#navSp .navBox:first-child {
border-top: 1px solid #ccc;
overflow: hidden;
}

#navSp .navBox .sttl a,
#navSp .sitemap a {
display: block;
box-sizing: border-box;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.4;
color: #333;
background: url("img/arrow_black.png") 96% center no-repeat;
background-size: 6px auto;
padding: 1.5rem 9% 1.5rem 4%;
}

#navSp .navBox .tglMenu a {
background: url("img/arrow_black_down.png") 96% center no-repeat;
background-size: 10px auto;
}

#navSp .navBox .sttl.collapsible a {
background: url("img/arrow_black_down.png") 96% center no-repeat;
background-size: 10px auto;
}

#navSp .navBox .sttl a br {
display: none;
}

#navSp .navBox .sttl.open > a {
background: url("img/arrow_black_up.png") 96% center no-repeat;
background-size: 10px auto;
}

#navSp .navBox .sttl,
#navSp .sitemap {
border-bottom: 1px solid #b5b5b5;
padding: 0;
margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.open {
height: inherit !important;
}


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


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

#pankuzu {
box-sizing: border-box;
width: 92%;
font-size: 1.1rem;
line-height: 1.2;
letter-spacing: 0.05em;
color: #333;
padding: 0.7rem 0 0.7rem;
margin: 0 auto;
white-space: nowrap;
}

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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: #333;
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 {
-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 #a8e3de;
padding: 0;
margin: 0;
}

footer .footBox ul {
padding: 0;
}

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

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

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

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

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

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

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

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

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

footer .areaInner .footBox .accChild .subList li::before {
content: none;
color: #333;
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: #333;
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 {
background: #fff;
}

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;
color: #333;
padding: 0.5rem 0;
}

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

footer p.copy a {
color: #333;
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%;
}


/*--------------------------------------
sitemap
---------------------------------------*/
#contents #page.mappage h2 {
margin: 5rem auto 2rem;
}

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

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

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

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

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

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


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

/*--------------------------------------
heading
---------------------------------------*/
.main-index h2:not([class]),
.main-low h1 {
margin: 1.5rem 0 4rem 0;
padding: 2rem;
font-size: 2.4rem;
}
.main-index h2:not([class]) {
margin: 8rem 0 4rem 0;
}
.main-index h2:not([class])::before,
.main-low h1::before {
top: -1.5rem;
width: calc(100% - 1.5rem);
}
.main-index h2:not([class])::after,
.main-low h1::after {
width: calc(100% - 1.5rem);
}
.main-index h2:not([class])::after {
background: #fff url(img/title_bg_02.png) no-repeat right 1rem top;
background-size: auto 45px;
}
.main-index h2:not([class]) span,
.main-low h1 span {
font-size: 1.8rem;
}

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

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

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


/*--------------------------------------
title
---------------------------------------*/
.main .check,
.main .point {
min-height: 8rem;
padding: 1.5rem 1.5rem 1.5rem 7rem;
font-size: 1.8rem;
}
.main .check::before,
.main .point::before {
width: 5rem;
height: 5rem;
font-size: 1.2rem;
letter-spacing: 0;
}


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

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


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


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


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: block;
}
.box-wrap .box {
width: 100%;
margin: 0 0 3rem 0;
padding: 2rem 1.5rem;
}
.box-wrap .box-body .ttl {
margin: 0 0 1.5rem 0;
font-size: 1.8rem;
}


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


/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
max-width: 90%;
margin: 3rem auto;
}
.btn-internal a {
padding: 2rem 3rem;
background-position: right 1.5rem center;
background-size: 7px auto;
font-size: 1.5rem;
}
.btn-internal.up a {
background-position: right 1.3rem center;
background-size: 11px auto;
}
.btn-internal.down a {
background-position: right 1.3rem center;
background-size: 11px auto;
}
.btn-internal a:hover {
background-color: #0f2b45;
box-shadow: 5px 5px 0 0 #246dcc;
opacity: 1;
}

.btn-web,
p.btn-web {
max-width: 90%;
margin: 3rem auto;
background: none;
}
.btn-web a {
padding: 2rem 3rem;
background: url(img/arrow_black.png) no-repeat right 1.5rem center, -webkit-linear-gradient(45deg, rgba(255,201,23,1) 0%, rgba(252,130,48,1) 100%);
background: url(img/arrow_black.png) no-repeat right 1.5rem center, linear-gradient(45deg, rgba(255,201,23,1) 0%, rgba(252,130,48,1) 100%);
background-size: 7px auto, auto;
box-sizing: border-box;
font-size: 1.5rem;
}
.btn-web::before {
display: none;
content: none;
}
.btn-web a:hover {
box-shadow: 5px 5px 0 0 #a56000;
opacity: 1;
}

.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%;margin: 0 auto;padding: 2rem 4rem;background: #fff66d url(img/ico_tel.png) no-repeat 2rem center;background-size: 18px auto;/* border-radius: 5rem; */box-shadow: 5px 5px 0 0 #fbb63e;box-sizing: border-box;color: #000;font-size: 1.5rem;font-weight: 700;line-height: 1.4;text-align: center;text-decoration: none;transition: 0.2s;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.btn-tel a:hover {
opacity: 1;
}

.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%;
margin: 0 auto;
padding: 2rem 3rem;
background: #fff url(img/arrow_blue.png) no-repeat right 1.5rem center;
background-size: 7px auto;
border: 3px solid #bbb;
box-sizing: border-box;
color: #246dcc;
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: 1;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-btn {
width: 90%;
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;
}
.block-toc .accordion-btn {
width: 90%;
}


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


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


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


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

.addParts-title {
min-height: 7.5rem;
margin: 0 0 3rem 0;
padding: 2rem 0 0 0;
background-size: auto 61px;
font-size: 2.4rem;
}
.addParts-title span {
font-size: 1.8rem;
}

p.lead {
width: 100%;
margin: 0 0 3rem 0;
}


/*--------------------------------------
addParts05
---------------------------------------*/
.addParts05 {
padding: 2rem 0 0 0;
}
.addParts05 .block {
display: block;
}
.addParts05 .block::before,
.addParts05 .block::after {
display: none;
content: none;
}
.addParts05 .block .box {
width: 100%;
margin: 5rem 0 0 0;
padding: 4rem 2rem 3rem 2rem;
}
.addParts05 .block .box-body .btn-web a {
padding: 2rem 3rem;
background: url(img/arrow_black.png) no-repeat right 1.5rem center, -webkit-linear-gradient(45deg, rgba(255,201,23,1) 0%, rgba(252,130,48,1) 100%);
background: url(img/arrow_black.png) no-repeat right 1.5rem center, linear-gradient(45deg, rgba(255,201,23,1) 0%, rgba(252,130,48,1) 100%);
background-size: 7px auto, auto;
font-size: 1.5rem;
}
.addParts05 .block .box-body .btn-tel {
margin: 2.5rem auto 0 auto;
}
.addParts05-title {
margin: 1.5rem 0 4rem 0;
padding: 2rem;
font-size: 2.4rem;
}
.addParts05-title::before {
top: -1.5rem;
width: calc(100% - 1.5rem);
}
.addParts05-title::after {
width: calc(100% - 1.5rem);
}
.addParts05-title span {
font-size: 2.6rem;
}
.addParts05 .block .box {
margin: 3rem 0 0 0;
padding: 3rem 2rem;
}

.main-index .addParts01 h2:not([class]) {
   margin: 8rem 0 4rem 0;
}



p.btn-internal.down {
    margin: 4rem auto 4rem;
}

.sp-table-style table tr {
    display: flex;
}
.sp-table-style table th ,.sp-table-style table td {
    display: flex;
    justify-content: center;
    align-items: center;
}

}
