@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: 104%;
}

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

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

@media all and (-ms-high-contrast:none) {
body, p, li, dt, dd, th, td, span, a, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-family: 'Noto Sans JP', "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
}

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

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

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

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: #299393;
}

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

header .headTopArea .rightTxt {
font-size: 1.2rem;
font-weight: 400;
line-height: 1.4;
text-align: right;
color: #fff;
}
header .headTopArea .rightTxt::before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    text-shadow: none;
    width: 4rem;
    margin-left: 1rem;
    line-height: 1.5;
}
header .headTopArea .rightTxt a {
color: #fff;
}


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

#g-nav li {
width: 100%;
min-height: 80px;
text-align: center;
position: relative;
}
#g-nav li::before {
content: "";
background: linear-gradient(#bbb, #bbb);
background-size: 1px 1px;
width: 1px;
height: calc(100% - 40px);
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
#g-nav li:last-child::after {
content: "";
background: linear-gradient(#bbb, #bbb);
background-size: 1px 1px;
width: 1px;
height: calc(100% - 40px);
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
#g-nav li a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
font-size: 1.4rem;
line-height: 1.6;
position: relative;
text-decoration: none;
}

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

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

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


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

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

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


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

#index {
width: 100%;
margin: 0 auto;
padding: 0;
padding-top: 6rem;
}

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


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

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

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

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

#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: #c2c2c2;
width: 100%;
height: 1px;
position: absolute;
top: 0;
left: 0;
}

#side .sideBox ul li a {
display: block;
padding: 10px 3rem 10px 12px;
font-size: 1.3rem;
background: url(img/arrow01_gray.svg) no-repeat right 0.5rem center;
background-size: 16px 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: 5rem 0 0 0;
padding: 0;
background-color: #f9f6f4;
}

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

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

footer .areaInner .logo {
width: 292px;
margin: 0 auto 5.0rem;
}

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

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

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

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

footer .areaInner .footBox .sttl a {
display: block;
font-size: 1.6rem;
font-weight: 700;
color: #299393;
background: url("img/arrow01_green.svg") left center no-repeat;
background-size: 16px auto;
border: none;
padding: 0.1rem 0 0.3rem 2.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 {
width: 22%;
margin: 0 4% 0.8rem 0;
}

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

footer .areaInner .footBox .accChild li.subCat a {
display: inline-block;
}

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

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

footer .areaInner .footBox .accChild .pc+li::before {
/* content: "|　"; */
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;
}
/*noticeArea*/

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;
color: #333;
margin: 0;
}

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

footer .botArea {
background-color: #299393;
}

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 p.copy::before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    text-shadow: none;
    width: 4rem;
    margin: 1rem;
    line-height: 1.5;
}

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

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


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

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


/* ================== */
/*  サイトマップ　　　*/
/* ================== */

#contents #page.mappage h2 {
margin: 68px auto 28px;
}

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

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

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

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

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

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


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

.main p {
margin: 2rem auto;
}

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

.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 auto 4rem auto;
padding: 3rem 2rem 3rem 5rem;
color: #fff;
font-size: 3.8rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
z-index: 1;
}
.main-index h2:not([class])::before,
.main-low h1::before {
position: absolute;
left: 0;
top: -2.5rem;
width: calc(100% - 3rem);
height: 11rem;
background: #f9f6f4;
content: "";
pointer-events: none;
z-index: -1;
}
.main-index h2:not([class])::after,
.main-low h1::after {
position: absolute;
right: 0;
top: 0;
width: calc(100% - 3rem);
height: 100%;
background: #299393;
content: "";
pointer-events: none;
z-index: -1;
}
.main-index h2:not([class]) {
margin: 0 auto 3rem auto;
}

.main-index h3:not([class]),
.main-low h2 {
position: relative;
margin: 6rem auto 3rem auto;
padding: 2.4rem 2rem 2.6rem 2.8rem;
background: #e6f4cb;
color: #333;
font-size: 3rem;
font-weight: bold;
line-height: 1.4;
}
.main-index h3:not([class])::before,
.main-low h2::before {
position: absolute;
right: -0.5rem;
bottom: -0.5rem;
width: calc(100% - 6.5rem);
height: 100%;
background: #299393;
content: "";
z-index: -1;
}

.main-index h4:not([class]),
.main-low h3 {
position: relative;
min-height: 4rem;
margin: 5rem auto 3rem auto;
padding: 0 2rem 1rem 5rem;
border-bottom: 1px solid #299393;
color: #484645;
font-size: 2.6rem;
font-weight: bold;
line-height: 1.4;
}
.main-index h4:not([class])::before,
.main-low h3::before {
position: absolute;
left: 0;
top: 0;
width: 3.6rem;
height: 3.8rem;
background: url(img/list.png) no-repeat;
content: "";
background-size: 55px auto;
background-position: left 50% top 65%;
}

.main-index h5:not([class]),
.main-index h6:not([class]),
.main-low h4,
.main-low h5,
.main-low h6 {
margin: 4rem auto 2rem auto;
padding: 0 2rem 1rem 0;
border-bottom: 1px solid #adadad;
color: #299393;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}

.main-index h3:not([class]) a,
.main-index h4:not([class]) a,
.main-index h5:not([class]) a,
.main-index h6:not([class]) a,
.main-low h2 a,
.main-low h3 a,
.main-low h4 a,
.main-low h5 a,
.main-low h6 a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow_black.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}
.main-index h2:not([class]) a {
display: inline-block;
padding: 0 4rem 0 0;
background: url(img/arrow02_white.svg) no-repeat right center;
background-size: 20px auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
lists
---------------------------------------*/
.main ul {
margin: 3rem auto;
padding: 0;
}
.main ul li {
position: relative;
margin: 0 0 0.5rem 0;
padding: 0 0 0 2.4rem;
}
.main ul li:last-child {
margin: 0;
}
.main ul li::before {
display: block;
position: absolute;
left: 0;
top: 1rem;
width: 1rem;
height: 1rem;
background-color: #f10c4d;
border-radius: 50%;
content: "";
}

.main ol {
margin: 3rem auto;
padding: 0;
}
.main ol li {
position: relative;
margin: 0 0 0.5rem 0;
padding: 0 0 0 3rem;
list-style: none;
counter-increment: number;
}
.main ol li:last-child {
margin: 0;
}
.main ol li::before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0.4rem;
width: 2rem;
height: 2rem;
background-color: #0073ae;
color: #fff;
font-size: 1.2rem;
font-weight: bold;
line-height: 1.4;
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;
}
.main table {
table-layout: fixed;
width: 100%;
max-width: 1100px;
margin: 4rem auto;
}
.main table th {
width: 22%;
padding: 1.5rem;
background: #F0FBF6;
border: 1px solid #9d9d9d;
color: #707070;
font-weight: normal;
line-height: 1.4;
text-align: center;
}
.main table td {
padding: 1.5rem;
background: #fff;
border: 1px solid #9d9d9d;
color: #484645;
line-height: 1.4;
text-align: left;
}


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

.btn-internal,
p.btn-internal {
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-internal a {
display: inline-block;
position: relative;
width: 45rem;
margin: 0 auto;
padding: 2.5rem 5rem;
background: #88867e url(img/arrow02_white.svg) no-repeat right 2rem center;
background-size: 20px auto;
border-radius: 5rem;
box-shadow: 6px 6px 0 0 #e3e3e3;
box-sizing: border-box;
color: #fff;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-internal a:hover {
text-decoration: none;
opacity: 0.7;
}
.btn-internal.down a {
background: #88867e url(img/arrow02_white_down.svg) no-repeat right 2rem center;
background-size: 20px auto;
}

.btn-web,
p.btn-web {
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-web a {
display: inline-block;
position: relative;
width: 45rem;
margin: 0 auto;
padding: 2.5rem 5rem;
background: #f10c4d url(img/arrow02_white.svg) no-repeat right 2rem center;
background-size: 20px auto;
border-radius: 5rem;
box-shadow: 6px 6px 0 0 #e3e3e3;
box-sizing: border-box;
color: #fff;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-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;
padding: 0.3rem 0 0.1rem 2.4rem;
background: url(img/arrow_link.png) no-repeat left center;
background-size: 17px auto;
color: #484645;
font-size: 1.4rem;
line-height: 1.4;
text-decoration: none;
}
.btn-link a:hover {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 4rem 0;
}
.float-wrap .fl {
width: 32rem;
margin: 0 3rem 1rem 0;
text-align: center;
}
.float-wrap .fr {
width: 32rem;
margin: 0 0 1rem 3rem;
text-align: center;
}
.float-wrap .ct {
width: 45rem;
margin: 0 auto 2rem auto;
text-align: center;
}
.float-wrap.ct .catch {
text-align: center;
}
.float-wrap p:not([class]) {
margin: 0;
}
.float-wrap .catch {
margin: 0 0 1.5rem 0;
color: #299393;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box-wrap .box {
width: calc((100% - 10rem) / 2);
margin: 0 0 3rem 0;
background: #fff;
}
.box-wrap .box-head {
display: flex;
align-items: center;
position: relative;
left: -2rem;
width: calc(100% - 3rem);
padding: 1.5rem 1.5rem 1.5rem 2rem;
background: #299393;
z-index: 1;
}
.box-wrap .box-head .ttl {
width: 100%;
color: #fff;
font-size: 2.8rem;
font-weight: bold;
line-height: 1.4;
}
.box-wrap .box-head .ttl a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right 0.1rem center;
background-size: 20px auto;
color: inherit;
text-decoration: none;
}
.box-wrap .box-body {
position: relative;
top: -2.8rem;
padding: 5.5rem 3rem 3rem 3rem;
border: 1px solid #9d9d9d;
}
.box-wrap .box-body p {
margin: 0;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.frame-wrap::after {
display: block;
width: calc((100% - 5.2rem) / 3);
content:"";
}
.frame-wrap .frame {
width: calc((100% - 5.2rem) / 3);
margin: 0 0 3.5rem 0;
padding: 3rem 2rem;
background: #fff;
border: 1px solid #9d9d9d;
}
.frame-wrap .frame-head {
display: flex;
align-items: center;
margin: 0 0 3rem 0;
}
.frame-wrap .frame-head .ttl {
width: 100%;
color: #333;
font-size: 2.3rem;
font-weight: bold;
line-height: 1.4;
}
.frame-wrap .frame-head .ttl a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_green.svg) no-repeat right 0.1rem center;
background-size: 26px auto;
color: inherit;
text-decoration: none;
}
.frame-wrap .frame-body p:not([class]) {
margin: 0;
}
.frame-wrap .frame-body .fig {
margin: 0 0 2rem 0;
text-align: center;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
padding: 3rem 0 4rem 0;
text-align: center;
}
#visArea.lower .siteNameArea img {
width: 292px;
height: 58px;
}


/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
margin: 5rem auto;
padding: 3rem 4rem 2rem 4rem;
background: #f9f6f4;
}
.main-index .toc_parts {
width: 92rem;
margin: 3rem auto 8rem;
}
.toc_parts .ttl {
position: relative;
margin: 0 0 3rem 0;
padding: 0 0 1.2rem 2.4rem;
border-bottom: 1px solid #9d9d9d;
color: #299393;
font-size: 2.6rem;
font-weight: bold;
line-height: 1.4;
}
.toc_parts .ttl::before {
position: absolute;
left: 0;
top: 0.5rem;
width: 6px;
height: calc(100% - 2rem);
background: #299393;
content: "";
}
#toc .chapter {
margin: 0 0 2rem 0;
padding: 0;
counter-reset: count;
}
#toc .chapter .chapter-h {
position: relative;
margin: 2rem 0 0 0;
padding: 0 0 0 3.5rem;
color: #299393;
font-size: 1.7rem;
font-weight: bold;
line-height: 1.5;
counter-increment: count;
}
#toc .chapter .chapter-h:nth-of-type(1) {
margin: 0;
}
#toc ul.chapter .chapter-h::before {
position: absolute;
left: 0;
top: 1rem;
transform: translateY(-50%);
width: auto;
height: auto;
background: none;
border: none;
border-radius: 0;
color: #bebebe;
font-size: 2rem;
font-weight: bold;
content: counter(count, decimal-leading-zero);
}
#toc .chapter .chapter-h a {
display: inline-block;
color: inherit;
text-decoration: none;
}
#toc .chapter .chapter-h a:hover {
opacity: 0.7;
}
#toc li.chapter-h.chapter-h-three {
margin: 1rem 0 1rem 4rem;
padding: 0 0 0 1.5rem;
color: #2b2e39;
font-size: 1.4rem;
counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
position: absolute;
left: 0;
top: 0.4rem;
transform: rotate(180deg);
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #000;
border-right: 1px solid #000;
content: "";
}
#toc li.chapter-h.chapter-h-three a {
display: inline-block;
color: inherit;
font-weight: normal;
text-decoration: none;
}
#toc li.chapter-h.chapter-h-three span {
font-weight: normal;
}
#toc .chapter br {
display: none;
}


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

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


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
padding: 8rem 0 12rem 0;
background: #f8f9bc url(img/parts01_bg_01.png) repeat-y center top;
}
.addParts01.lower {
margin: 10rem 0 0 0;
}
.addParts01 p.lead {
margin: 0 0 2rem 0;
}
.addParts01-head {
position: relative;
margin: 0 auto 4rem auto;
padding: 3rem 2rem 3rem 5rem;
color: #fff;
font-weight: bold;
line-height: 1.4;
text-align: center;
z-index: 1;
}
.addParts01-head::before {
position: absolute;
left: 0;
top: -2.5rem;
width: calc(100% - 4rem);
height: 13rem;
background: #fff;
content: "";
pointer-events: none;
z-index: -1;
}
.addParts01-head::after {
position: absolute;
right: 0;
top: 0;
width: calc(100% - 4rem);
height: 100%;
background: #299393;
content: "";
pointer-events: none;
z-index: -1;
}
.addParts01-head .catch {
font-size: 2.5rem;
}
.addParts01-head .title {
font-size: 4rem;
}
.addParts01 .note {
margin: 2.5rem 0 0 0;
}
.block-case {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 7rem 0 0 0;
}
.block-case::after {
display: block;
width: calc((100% - 8rem) / 3);
content:"";
}
.block-case .box {
position: relative;
width: calc((100% - 8rem) / 3);
padding: 0 0 7rem 0;
background: #fff;
}
.block-case .box::before {
position: absolute;
left: 50%;
bottom: -2.4rem;
transform: translateX(-50%);
width: 8.2rem;
height: 7.2rem;
background: url(img/arrow01_green_down1.png) no-repeat center bottom;
background-size: 46px 46px;
color: #299393;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.1;
text-align: center;
content: "オススメは";
}
.block-case .box-head {
position: relative;
margin: 0 1.6rem;
padding: 0 0 1.6rem 0;
border-bottom: 1px solid #299393;
}
.block-case .box-head .label {
display: inline-block;
position: relative;
left: -1.6rem;
top: -2.8rem;
padding: 1rem 1.6rem;
background: #299393;
color: #fff;
font-size: 2rem;
font-weight: bold;
line-height: 1.1;
}
.block-case .box-head .catch {
display: flex;
align-items: center;
color: #299393;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
}
.block-case .box-body {
padding: 2rem 3rem 0 3rem;
}
.block-case .box-body p {
margin: 0;
}
.block-case .box-body .fig {
margin: 0 0 2rem 0 ;
text-align: center;
}
.block-case .box-body .catch {
margin: 2.5rem 0;
padding: 1rem;
background: #f9f6f4;
text-align: center;
}
.block-case .box-body .catch span {
color: #299393;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
}
.addParts01 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 5rem 0 0 0;
}
.addParts01 .block::after {
display: block;
width: calc((100% - 8rem) / 3);
content:"";
}
.addParts01 .block .box {
width: calc((100% - 8rem) / 3);
background: #fff;
border: 2px solid #299393;
}
.addParts01 .block .box-head .ttl {
padding: 1rem;
color: #299393;
font-size: 1.7rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-head .catch-wrap {
display: flex;
align-items: center;
justify-content: center;
padding: 1.5rem;
background: #299393;
}
.addParts01 .block .box-head .catch {
color: #fff;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-head .catch span {
background: linear-gradient(transparent 84%, #F2FF99 84%);
font-size: 2.8rem;
}
.addParts01 .block .box-body {
padding: 2.5rem 3rem 3rem 3rem;
}
.addParts01 .block .box-body p:not([class]) {
margin: 0;
}
.addParts01 .block .box-body .name {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 1.5rem 0;
color: #484645;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body .column {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
padding: 1.5rem;
background: #f9f6f4;
border: 2px solid #299393;
color: #299393;
font-size: 2rem;
font-weight: bold;
line-height: 1.2;
text-align: center;
}
.addParts01 .block .box-body .btn-web,
.addParts01 .block .box-body .btn-internal {
margin: 2rem auto 0 auto;
}
.addParts01 .block .box-body .btn-web a {
width: 100%;
padding: 1.5rem 5rem;
}
.addParts01 .block .box-body .btn-internal a {
width: 100%;
padding: 1.5rem 5rem;
background-color: #ff8256;
}
.addParts01.lower .block .box-body .btn-internal a {
background-color: #88867e;
}










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


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;
padding-bottom: constant(safe-area-inset-bottom);
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;
}

/*--------------------------------------
　spMenuBox
---------------------------------------*/
/*navWrap*/
#navWrap {
box-sizing: border-box;
width: 100%;
height: auto;
background-color: #faf5d2;
margin: 0 auto;
}
/*navTop*/
#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;
z-index: 9999;
background: #299393;
}

#menuBtn .menu {
width: 20px;
height: 15px;
position: absolute;
top: calc(50% - 8px);
outline: none;
border: none;
background: #000;
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*/
#navSp {
position: fixed;
top: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
background-color: rgba(238, 238, 238, 0.94);
z-index: 999;
display: none;
}

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

#navSp a {
text-decoration: none;
}

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

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

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

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

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

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

#navSp .navBox .sttl, #navSp .sitemap {
border-bottom: 1px solid #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%;
}

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

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

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

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

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

#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 rgba(80, 130, 145, 1);
}

body.open {
height: inherit !important;
}


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


/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
box-sizing: border-box;
width: 100%;
background-color: #fff;
padding: 1.0rem 0;
margin: 0 auto 3.0rem;
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;
}


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

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 {
display: block;
box-sizing: border-box;
width: 50%;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
color: #000;
padding: 0 0 0.5rem 0;
margin: 0 auto 1rem;
}

footer .areaInner .logo a {
display: block;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
color: #000;
transition: none;
-o-transition: none;
-ms-transition: none;
-moz-transition: none;
-webkit-transition: none;
}

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

footer .areaInner .logo+.footBox {
border-top: 1px solid #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 {
border-top: 1px solid #ccc;
}

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: 4%;
right: 4%;
width: 48px;
}

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



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


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


/*--------------------------------------
heading
---------------------------------------*/
.main-index h2:not([class]),
.main-low h1 {
margin: 2.5rem auto 3rem auto;
padding: 2rem 2rem 2rem 3.5rem;
font-size: 2.4rem;
}
.main-index h2:not([class])::before,
.main-low h1::before {
position: absolute;
left: 0;
top: -1.5rem;
width: calc(100% - 1.5rem);
height: calc(100% - 2rem);
z-index: -1;
}
.main-index h2:not([class])::after,
.main-low h1::after {
width: calc(100% - 1.5rem);
}

.main-index h3:not([class]),
.main-low h2 {
margin: 5rem auto 3rem auto;
padding: 1.5rem;
font-size: 2.1rem;
}
.main-index h3:not([class])::before,
.main-low h2::before {
width: calc(100% - 4rem);
}

.main-index h4:not([class]),
.main-low h3 {
position: relative;
min-height: 3rem;
margin: 4rem auto 2rem auto;
padding: 0 1.5rem 1rem 4rem;
font-size: 1.8rem;
}
.main-index h4:not([class])::before,
.main-low h3::before {
width: 3.2rem;
height: 3.5rem;
}

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

.main-index h3:not([class]) a,
.main-index h4:not([class]) a,
.main-index h5:not([class]) a,
.main-index h6:not([class]) a,
.main-low h2 a,
.main-low h3 a,
.main-low h4 a,
.main-low h5 a,
.main-low h6 a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow_black.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}
.main-index h2:not([class]) a {
display: inline-block;
padding: 0 4rem 0 0;
background: url(img/arrow02_white.svg) no-repeat right center;
background-size: 20px auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
table
---------------------------------------*/
.main table {
table-layout: fixed;
width: 100%;
max-width: initial;
margin: 3rem auto;
box-sizing: border-box;
border: 1px solid #9d9d9d;
border-bottom: none;
}
.main table th {
display: block;
width: 100%;
padding: 1rem;
border: none;
border-bottom: 1px solid #9d9d9d;
}
.main table td {
display: block;
width: 100%;
padding: 1rem;
border: none;
border-bottom: 1px solid #9d9d9d;
}


/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
margin: 3rem auto;
}
.btn-internal a {
width: 90%;
padding: 2.5rem 3.5rem;
background: #88867e url(img/arrow02_white.svg) no-repeat right 1.5rem center;
background-size: 16px auto;
box-shadow: 5px 5px 0 0 #e3e3e3;
font-size: 1.5rem;
}
.btn-internal a:hover {
opacity: 1;
}
.btn-internal.down a {
background: #88867e url(img/arrow02_white_down.svg) no-repeat right 1.5rem center;
background-size: 16px auto;
}

.btn-web,
p.btn-web {
margin: 3rem auto;
}
.btn-web a {
width: 90%;
padding: 2.5rem 3.5rem;
background: #f10c4d url(img/arrow02_white.svg) no-repeat right 1.5rem center;
background-size: 16px auto;
box-shadow: 5px 5px 0 0 #e3e3e3;
font-size: 1.5rem;
}
.btn-web a:hover {
opacity: 1;
}

.btn-tel,
p.btn-tel {
display: block;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-tel a {
display: inline-block;
position: relative;
width: 90%;
margin: 0 auto;
padding: 2.5rem 5rem;
background: #d9ff7d url(img/ico_tel.svg) no-repeat 1.5rem center;
background-size: 20px auto;
border-radius: 5rem;
box-shadow: 5px 5px 0 0 #e3e3e3;
box-sizing: border-box;
color: #333;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-tel a:hover {
text-decoration: none;
opacity: 1;
}

.btn-link,
p.btn-link {
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-link a {
display: inline-block;
position: relative;
width: 90%;
margin: 0 auto;
padding: 2.5rem 3.5rem;
background: #fff url(img/arrow01_green.svg) no-repeat right 1.5rem center;
background-size: 16px auto;
border: 2px solid #299393;
border-radius: 5rem;
box-shadow: 5px 5px 0 0 #e3e3e3;
box-sizing: border-box;
color: #333;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-link a:hover {
text-decoration: none;
opacity: 1;
}



/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
width: 100%;
margin: 3rem auto;
position: relative;
}
.float-wrap .flame {
width: 100%;
margin: 0 auto;
}
.float-wrap .float-img {
box-sizing: border-box;
width: auto;
margin: 0 auto 1.0rem;
text-align: center;
}
.float-wrap img {
box-sizing: border-box;
max-width: 100%;
}
.float-wrap .sttl {
padding: 0;
margin: 0;
background: none;
border: none;
font-size: 1.6rem;
line-height: 1.4;
}
.float-wrap .catch {
margin: 0 0 1.2rem 0;
font-size: 1.6rem;
}
.float-wrap p {
margin: 0;
padding: 0;
}
.float-wrap .fl {
box-sizing: border-box;
width: 100%;
padding: 0 0 1.0rem 0;
text-align: center;
float: none;
}
.float-wrap .fr {
box-sizing: border-box;
width: 100%;
padding: 0 0 1.0rem 0;
text-align: center;
float: none;
}
.float-wrap .ct {
box-sizing: border-box;
width: 100%;
margin: 0 auto 1.0rem;
padding: 0 0 1.0rem;
text-align: center;
}
.float-wrap .fl.t_small {
box-sizing: content-box;
width: 40%;
padding: 0 6% 0.5rem 0;
text-align: center;
float: left;
}
.float-wrap .fr.t_small {
box-sizing: content-box;
width: 40%;
padding: 0 0 0.5rem 6%;
text-align: center;
float: right;
}
.float-wrap .fl.t_small .flame,
.float-wrap .fr.t_small .flame {
width: 100%;
}
.float-wrap .float-body.fl {
width: auto;
position: static;
text-align: left;
}
.float-wrap .float-body.fr {
width: auto;
position: static;
text-align: left;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: block;
}
.box-wrap .box {
width: 100%;
}
.box-wrap .box-head {
left: 0;
width: calc(100% - 3rem);
padding: 1.5rem;
}
.box-wrap .box-head .ttl {
font-size: 2rem;
}
.box-wrap .box-head .ttl a {
padding: 0 2rem 0 0;
background-size: 16px auto;
}
.box-wrap .box-body {
position: relative;
top: -2rem;
padding: 4rem 2rem 2rem 2rem;
}


/*--------------------------------------
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;
}
.frame-wrap .frame-head .ttl {
font-size: 2rem;
}
.frame-wrap .frame-head .ttl a {
padding: 0 2rem 0 0;
background-size: 16px auto;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
padding: 2rem 0 0 0;
}
#visArea.lower .siteNameArea img {
width: 20rem;
height: auto;
}


/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
margin: 3rem auto;
padding: 2rem 2rem 1rem 2rem;
}
.main-index .toc_parts {
width: 100%;
margin: 4rem auto;
}
.toc_parts .ttl {
font-size: 1.6rem;
}
#toc .chapter {
margin: 0 0 2rem 0;
padding: 0;
counter-reset: count;
}
#toc .chapter .chapter-h {
font-size: 1.4rem;
}
#toc ul.chapter .chapter-h::before {
top: 0.9rem;
font-size: 1.6rem;
}
#toc .chapter .chapter-h a {
padding: 0 4rem 0 0;
}
#toc .chapter .chapter-h a:hover {
opacity: 1;
}
#toc li.chapter-h.chapter-h-three {
font-size: 1.3rem;
}
#toc li.chapter-h.chapter-h-three::before {
top: 0.4rem;
}
#toc li.chapter-h.chapter-h-three a {
padding: 0 3rem 0 0;
}


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

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


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
padding: 4rem 0 6rem 0;
}
.addParts01.lower {
margin: 6rem 0 0 0;
}
.addParts01 p.lead {
margin: 0 0 2rem 0;
}
.addParts01-head {
margin: 0 auto 3rem auto;
padding: 1.5rem 1.5rem 1.5rem 3rem;
}
.addParts01-head::before {
top: -1.3rem;
width: calc(100% - 1.5rem);
height: calc(100% - 2rem);
}
.addParts01-head::after {
width: calc(100% - 1.5rem);
}
.addParts01-head .catch {
font-size: 1.6rem;
}
.addParts01-head .title {
font-size: 2.4rem;
}
/* .addParts01 .note {
margin: 2.5rem 0 0 0;
} */
.block-case {
display: block;
margin: 7rem 0 0 0;
}
.block-case::after {
display: none;
}
.block-case .box {
width: 100%;
margin: 0;
}
.addParts01 .block {
display: block;
margin: 4rem 0 0 0;
}
.addParts01 .block::after {
display: none;
}
.addParts01 .block .box {
width: 100%;
margin: 0 0 3rem 0;
}
.addParts01 .block .box:last-child {
margin: 0;
}
.addParts01 .block .box-head .ttl {
font-size: 1.6rem;
}
.addParts01 .block .box-head .catch {
font-size: 2.4rem;
}
.addParts01 .block .box-body {
padding: 3rem 2rem;
}
.addParts01 .block .box-body .btn-web,
.addParts01 .block .box-body .btn-internal,
.addParts01 .block .box-body .btn-tel {
margin: 2rem auto 0 auto;
}
.addParts01 .block .box-body .btn-web a {
width: 90%;
padding: 1.5rem 3.5rem;
}
.addParts01 .block .box-body .btn-internal a {
width: 90%;
padding: 1.5rem 3.5rem;
}


}