@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;
padding: 0;
font-size: 100%;
}

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

img {
vertical-align: top;
}

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

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

* {
box-sizing: border-box;
}

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

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

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

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

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


/*--------------------------------------
barg
---------------------------------------*/
.bargBg {
position: fixed;
top: 1.5rem;
right: 1.5rem;
width: 4.8rem;
height: 4.8rem;
cursor: pointer;
transform: translateX(0);
transition: transform 0.5s;
z-index: 900;
}
.menu-trigger {
display: inline-block;
width: 4.8rem;
height: 4.8rem;
vertical-align: middle;
}
.bargBg.active {
transform: translateX(-30rem);
}
.bargBg span {
display: inline-block;
position: absolute;
left: 0;
width: 4.8rem;
height: 0.3rem;
background-color: #2c2c2c;
border-bottom: none;
box-sizing: border-box;
}
.bargBg.active span {
background-color: #2c2c2c;
}
.bargBg span:nth-of-type(1) {
top: 1.2rem;
}
.bargBg.active span:nth-of-type(1) {
transform: translateY(11px) rotate(-45deg);
}
.bargBg span:nth-of-type(2) {
top: 2.2rem;
}
.bargBg.active span:nth-of-type(2) {
opacity: 0;
}
.bargBg span:nth-of-type(3) {
top: 3.2rem;
}
.bargBg.active span:nth-of-type(3) {
transform: translateY(-9px) rotate(45deg);
}


/*--------------------------------------
　Global Nav
---------------------------------------*/

#g-nav {
background-color: #fff;
margin: 0 auto;
z-index: 100;
border-bottom: 1px solid #e8e8e8;
}

#g-nav ul {
display: flex;
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(#7f7f7f, #7f7f7f);
background-size: 1px 1px;
width: 2px;
height: calc(100% - 5rem);
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(#7f7f7f, #7f7f7f);
background-size: 1px 1px;
width: 2px;
height: calc(100% - 5rem);
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: 500;
line-height: 1.6;
padding: 20px 12px;
position: relative;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

#g-nav li a:hover::after {
content: "";
width: 100%;
height: 3px;
background-color: #ccc;
position: absolute;
left: 0;
bottom: 2px;
opacity: 1;
}

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

#g-nav-top {
width: 300px;
height: 100%;
background-color: #eeeeee;
position: fixed;
top: 0;
right: 0;
z-index: 999;
transform: translate(300px);
transition: all 0.5s;
overflow-y: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
}

#g-nav-top::-webkit-scrollbar {
display: none;
}

#g-nav-top.open {
transform: translateZ(0);
cursor: pointer;
}

#g-nav-top li {
color: #333;
text-align: center;
}

.header-menu ul.accordion ul {
display: none;
}

#g-nav-top .accordion li {
border-bottom: 1px solid #ccc;
margin: 0;
}

#g-nav-top .accordion li a {
display: block;
text-align: left;
padding: 15px;
font-size: 14px;
font-size: 1.4rem;
color: #000;
position: relative;
}

#g-nav-top .accordion li .tglMenu {
text-align: left;
color: #000;
padding: 15px 35px 15px 15px;
position: relative;
background: url("img/arrow_black_down.png") 96% center no-repeat;
background-size: 10px auto;
}

#g-nav-top .accordion li .tglMenu.open {
background: url("img/arrow_black_up.png") 96% center no-repeat;
background-size: 9.5px auto;
}

#g-nav-top .accordion li .tglMenu.open::before {
transform: rotateZ(-90deg);
}

#g-nav-top .accordion li a,
#g-nav-top .accordion li .tglMenu {
line-height: 2rem;
}

#g-nav-top .accordion li ul li a {
padding: 15px 30px 15px 15px;
color: #000;
background: rgba(255, 255, 255, 0.8) url(img/arrow_black.png) 95.5% center no-repeat;
background-size: 6px auto;
}

#g-nav-top .accordion li ul li {
border-bottom: none;
border-top: 1px solid #ccc;
margin: 0;
}


/*--------------------------------------
　Pankuzu
---------------------------------------*/

#pankuzuWrap {
margin: 2rem 0;
}

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

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


/*--------------------------------------
　Side
---------------------------------------*/

#side {
float: right;
width: 220px;
}

#side .sideTopBox {
background: #D9E7EB;
margin: 30px 0 40px;
position: relative;
}

#side .sideTopBox::before {
content: "";
display: block;
width: calc(100% - 1px);
height: calc(100% - 1px);
border: solid 1px #5b4c06;
position: absolute;
right: -4px;
bottom: 4px;
pointer-events: none;
}

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

#side .sideTopBox .catch {
font-size: 2rem;
margin: 0 0 15px;
text-align: center;
line-height: 1.4;
color: #2c2c2c;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-weight: 700;
}

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

#side .sideTopBox p {
line-height: 1.6;
color: #2c2c2c;
}

#side .sideTopBox .dtlBtn {
display: block;
text-align: center;
color: #ffffff;
padding: 0.8rem 1.8rem 0.8rem 1.4rem;
margin: 20px 0 0;
background: url(img/arrow_white.png) right 0.9rem center no-repeat #2c2c2c;
background-size: 7px auto;
box-shadow: 0px 6px 0px 0px #ffffff;
transition: 0.2s;
border-radius: 10px;
font-weight: 700;
}

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

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

#side .sideBox ul li::before {
content: "";
background: linear-gradient(
to right,
rgba(187, 187, 187, 1),
rgba(187, 187, 187, 1) 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: 15rem 0 0;
padding: 0;
background-color: #33312e;
}

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

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

footer .areaInner .logo {
width: auto;
margin: 0 auto 5rem;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

footer .areaInner .logo a {
display: block;
font-size: 2rem;
font-weight: 700;
line-height: 1;
text-align: center;
color: #fff;
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 #fff;
padding: 0 0 1rem 0;
margin: 0 0 1.4rem 0;
}

footer .areaInner .footBox .sttl a {
display: block;
font-size: 1.6rem;
font-weight: 700;
color: #fff;
background: url("img/arrow_white.png") left center no-repeat;
background-size: 7px auto;
border: none;
padding: 0.3rem 0 0.3rem 2rem;
margin: 0;
}

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

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

footer .areaInner .footBox .accChild {
padding: 0;
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;
background: url("img/arrow_white.png") 5px 8px no-repeat;
background-size: 5px auto;
padding: 0 0 0 1.5rem;
}

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: #fff;
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: #201f1e;
border-radius: 0;
padding: 2.5rem 3rem;
margin: 5rem auto 0;
}

footer .areaInner .noticeArea p {
font-size: 1.2rem;
color: #fff;
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: #201f1e;
}

footer .botArea .inner {
width: 1100px;
padding: 1rem 0;
margin: 0 auto;
display: block;
}

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

footer p.sitemap {
margin: 0;
}

footer p.sitemap a {
font-size: 1.2rem;
line-height: 1.3;
text-align: right;
float: right;
padding: 0.5rem 0;
text-decoration: underline;
display: block;
}

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;
display: flex;
margin: 0;
}

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

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

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

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


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

#contents {
width: 110rem;
margin: 0 auto;
padding: 0;
}
#contents.contents-index {
width: 100%;
}
#category,
#page {
float: left;
width: 83rem;
margin: 0;
padding: 2.5rem 0 0 0;
}

.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%, #fcf1bd 60%);
font-weight: 700;
}
span.marker {
background: linear-gradient(transparent 60%, #fcf1bd 60%);
font-weight: 700;
}
span.txt_bold {
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-low h1,
.main-low h2,
.main-low h3,
.main-low h4,
.main-low h5,
.main-low h6 {
position: relative;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-weight: 700;
line-height: 1.4;
}

.main-low h1 {
margin: 2.5rem 0 6rem 4rem;
padding: 2rem;
background: #fff;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
color: #2c2c2c;
font-size: 3.6rem;
text-align: center;
}
.main-low h1::before {
position: absolute;
left: -4rem;
top: -2.5rem;
width: 100%;
height: 100%;
background: #e2e1de url(img/title_bg_01.png) no-repeat left top;
background-size: cover;
content: "";
z-index: -1;
}

.main-low h2 {
margin: 6rem 0 3rem 0;
padding: 2.5rem 2rem 2rem 3rem;
background: #E8E5D5;
color: #2c2c2c;
font-size: 3rem;
}
.main-low h2::before {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 36px 36px 0 0;
border-color: #2c2c2c transparent transparent transparent;
content: "";
}

.main-low h3  {
margin: 4rem 0 3rem 0;
padding: 1.2rem 2rem 1rem 1.6rem;
border-bottom: 1px solid #333;
color: #141414;
font-size: 2.4rem;
}
.main-low h3::before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 0.3rem;
height: calc(100% - 2rem);
background: #998100;
content: "";
}

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

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


/*--------------------------------------
title
---------------------------------------*/
.main .check {
display: flex;
align-items: center;
position: relative;
min-height: 10.5rem;
margin: 3rem 0;
padding: 2rem 2rem 2.4rem 12rem;
border-bottom: 1px solid #666;
color: #141414;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-weight: 700;
font-size: 2.2rem;
line-height: 1.4;
}
.main .check::before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 9.7rem;
height: 9.7rem;
background: url(img/title_bg_02.png) no-repeat left top;
background-size: contain;
box-sizing: border-box;
color: #fff;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.3rem;
font-weight: normal;
line-height: 1.1;
text-align: center;
content: "CHECK";
}
.main .check a {
display: block;
width: 100%;
padding: 0 2rem 0 0;
background: url(img/arrow_black.png) no-repeat right center;
background-size: 7px auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
lists
---------------------------------------*/
.main ul:not([class]) {
margin: 3rem 0;
padding: 0;
}
.main ul:not([class]) li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 2.4rem;
}
.main ul:not([class]) li:last-child {
margin: 0;
}
.main ul:not([class]) li::before {
position: absolute;
left: 0;
top: 0.8rem;
width: 1rem;
height: 1rem;
background: #2c2c2c;
border-radius: 50%;
content: "";
}

.main ol {
margin: 3rem 0;
padding: 0;
}
.main ol li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 3rem;
counter-increment: number;
}
.main ol li::before {position: absolute;left: 0;top: 0.7rem;width: 2rem;height: 2rem;background: #2c2c2c;color: #fff;font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;font-size: 1.2rem;line-height: 2rem;text-align: center;}
.main ol li:nth-child(-n + 9)::before {
content: counter(number);
}
.main ol li:nth-child(n + 10)::before {
content: counter(number);
}


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


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 6rem auto;
}
.float-wrap .fl {
width: 35rem;
margin: 0 3rem 1rem 0;
text-align: center;
}
.float-wrap .fr {
width: 35rem;
margin: 0 0 1rem 3rem;
text-align: center;
}
.float-wrap .ct {
width: 50rem;
margin: 0 auto 2rem auto;
text-align: center;
}
.float-wrap .catch {
margin: 0 0 1.5rem 0;
color: #786407;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: left;
}
.float-wrap.ct .catch {
text-align: center;
}
.float-wrap p:not([class]) {
margin: 0;
}


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

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

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

.btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
display: inline-block;
position: relative;
min-height: 1.6rem;
padding: 0.2rem 0 0 2.4rem;
background: url(img/arrow_link.png) no-repeat left center;
background-size: 16px auto;
color: #333;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
text-decoration: underline;
}
.btn-link a:hover {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 6rem auto;
}
.box-wrap .box {
position: relative;
width: calc((100% - 6rem) / 2);
margin: 0;
padding: 3rem 1rem;
background: #fff;
border-top: 1px solid #333;
}
.box-wrap .box:last-child,
.box-wrap .box:nth-last-child(2) {
border-bottom: 1px solid #333;
}
.box-wrap .box:nth-child(even)::before {
position: absolute;
left: -3.1rem;
top: 0.5rem;
width: 0.2rem;
height: calc(100% - 1rem);
background: #bbb;
content: "";
}
.box-wrap .box-head {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 4rem 0;
}
.box-wrap .box-head .fig {
width: 12rem;
}
.box-wrap .box-head .ttl {
display: flex;
align-items: center;
width: calc(100% - 12rem);
padding: 0 0 0 2rem;
color: #141414;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.box-wrap .box-head .ttl a {
display: block;
width: 100%;
padding: 0 2rem 0 0;
background: url(img/arrow_black.png) no-repeat right center;
background-size: 7px auto;
color: inherit;
text-decoration: none;
}
.box-wrap .box-body p:not([class]) {
margin: 0;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 6rem auto;
}
.frame-wrap::after {
display: block;
width: calc((100% - 3rem) / 3);
content: "";
}
.frame-wrap .frame {
width: calc((100% - 3rem) / 3);
margin: 0 0 1.5rem 0;
padding: 3rem 2.4rem;
background: #f4f7f8;
}
.frame-wrap .frame-head {
display: flex;
align-items: center;
margin: 0 0 1.5rem 0;
}
.frame-wrap .frame-head .ttl {
width: 100%;
color: #141414;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.frame-wrap .frame-head .ttl a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow_black.png) no-repeat right center;
background-size: 7px auto;
color: inherit;
text-decoration: none;
}
.frame-wrap .frame-head .ttl a:hover {
text-decoration: none;
opacity: 0.7;
}
.frame-wrap .frame-body p:not([class]) {
margin: 0;
}
.frame-wrap .frame-body .fig {
margin: 0 0 2rem 0;
text-align: center;
}
.frame-wrap .frame-body table {
margin: 1.5rem 0 0 0;
font-size: 1.2rem;
}
.frame-wrap .frame-body table th {
width: 8rem;
padding: 0.8rem;
}
.frame-wrap .frame-body table td {
padding: 0.8rem;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
display: none;
}
.accordion-btn {
display: block;
position: relative;
max-width: 54rem;
height: auto;
margin: 0 auto 4rem auto;
padding: 2.4rem 0;
background: #f2f1ed;
color: #2c2c2c;
font-size: 1.9rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
cursor: pointer;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.accordion-btn::before {
position: absolute;
right: 3rem;
top: 50%;
transform: translateY(-50%);
width: 2.5rem;
height: 2.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 {
margin: 0 auto 5rem auto;
padding: 3rem 4rem 2rem 4rem;
background: #f2f1ed;
}
.main-index .l-parts-toc {
margin: 8rem 0 0 0;
}
.main-index .toc_parts {
width: 83rem;
}
.toc_parts .ttl {
color: #2c2c2c;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
#toc {
margin: 1.5rem 0 0 0;
border-top: 1px solid #8d8d8d;
}
#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 3rem;
color: #2c2c2c;
font-size: 1.6rem;
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.3rem;
transform: translateY(-50%);
width: auto;
height: auto;
background: none;
border-radius: 0;
color: #2c2c2c;
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: 1rem 0 1rem 4rem;
padding: 0 0 0 1.5rem;
color: #333;
font-size: 1.5rem;
counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
position: absolute;
left: 0;
top: 0.7rem;
transform: rotate(180deg);
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #333;
border-right: 1px solid #333;
content: "";
}
#toc li.chapter-h.chapter-h-three a {
font-weight: normal;
}
#toc li.chapter-h.chapter-h-three span {
font-weight: 400;
}
#toc .chapter br {
display: none;
}
.l-parts-toc .accordion-btn {
margin: 0 auto 5rem auto;
background: #f2f1ed;
}
.l-parts-toc .accordion-btn::after {
content: "目 次";
}
.l-parts-toc .accordion-btn.is-open::after {
content: "閉じる";
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
display: none;
position: fixed;
right: 0;
bottom: 1rem;
width: 26.4rem;
height: 17rem;
box-sizing: border-box;
z-index: 310;
}
.block-banner a {
display: block;
width: 26.4rem;
height: 17rem;
padding: 8.5rem 0 0 0;
background: url(img/banner_bg_01.png) no-repeat left top;
background-size: contain;
box-sizing: border-box;
color: #fff;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.3;
text-align: center;
}


/*--------------------------------------
visArea-lower
---------------------------------------*/
#visArea-lower {
height: 16rem;
background: #e3e3df url(img/mv_bg_02.png) no-repeat center center;
background-size: cover;
}
#visArea-lower .inner {
position: relative;
width: 110rem;
margin: 0 auto;
}
#visArea-lower .rightTxt {
position: absolute;
right: 0;
width: calc((100% - 61rem) / 2);
padding: 0.5rem 0 0 2rem;
color: #2c2c2c;
font-size: 1.2rem;
line-height: 1.4;
text-align: right;
}
#visArea-lower .mainArea {
display: flex;
align-items: center;
justify-content: center;
width: 61rem;
height: 16rem;
margin: 0 auto;
background: rgba(255,255,255,0.6);
color: #2c2c2c;
}
#visArea-lower .siteNameArea {
text-align: center;
}
#visArea-lower .siteName a {
display: inline-block;
position: relative;
color: #2c2c2c;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 2.5rem;
font-weight: 700;
letter-spacing: 0.3rem;
line-height: 1.4;
text-align: center;
}
#visArea-lower .siteName a::before {
position: relative;
top: -0.3rem;
display: inline-block;
width: 4rem;
height: 2.5rem;
padding: 0.5rem 0 0 0;
background: #2c2c2c;
box-sizing: border-box;
color: #fff;
font-size: 1.6rem;
font-weight: normal;
letter-spacing: 0.1rem;
line-height: 1.1;
text-align: center;
content: "PR";
}
#visArea-lower .siteName a span {
color: #998100;
}


/*--------------------------------------
addParts-lower
---------------------------------------*/
.addParts-lower {margin: 15rem 0 0 0;}
.addParts-lower .title {
margin: 0 0 4rem 0;
padding: 2rem 2rem 1.5rem 2rem;
background: url(img/bg_addParts02.png) #f3f1ee no-repeat 50% -10rem;
background-size:  100%;
color: #141414;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts-lower .title span {
font-size: 3.5rem;
}
.addParts-lower p.note {
margin: 0.8rem 0 0 0;
color: #999;
font-size: 1.1;
line-height: 1.4;
word-break: break-all;
}
.addParts-lower .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.addParts-lower .block::after {
display: block;
width: calc((100% - 3.4rem) / 3);
content: "";
}
.addParts-lower .block .box {
width: calc((100% - 3.4rem) / 3);
background: #fff;
}
.addParts-lower .block .box-head {
position: relative;
margin: 0 0 3.2rem 0;
padding: 1.5rem 0;
border-top: 1px solid #707070;
border-bottom: 1px solid #707070;
}
.addParts-lower .block .box-head::before {
position: absolute;
left: 50%;
top: 100%;
transform: translateX(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 5px 4px 0 4px;
border-color: #000 transparent transparent transparent;
content: "";
}
.addParts-lower .block .box-head .catch-1 {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
color: #141414;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.6;
text-align: center;
}
.addParts-lower .block .box-head .catch-2 {
align-items: center;
justify-content: center;
color: #2c2c2c;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts-lower .block .box-head .catch-2 span{
background: linear-gradient(transparent 60%, #f4edcf 60%);
}
.addParts-lower .block .box-body {
padding: 1.6rem 1rem 3.2rem 1rem;
border: 1px solid #707070;
}
.addParts-lower .block .box-body.left {
  border-top:3px solid #bf341a;
}
.addParts-lower .block .box-body.center {
  border-top:3px solid #5C9AC4;
}
.addParts-lower .block .box-body.right {
  border-top:3px solid #78B3A7;
}
.addParts-lower .block .box-body p:not([class]) {
margin: 0;
}
.addParts-lower .block .box-body .name {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 1.2rem 0;
color: #786407;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
padding: 1rem 0 0;
}
.addParts-lower .block .box-body .fig {
margin: 0 -1rem;
text-align: center;
}
.addParts-lower .block .box-body .caption {
margin: 1rem 0 2rem 0;
text-align: center;
color: #999;
font-size: 1rem;
line-height: 1.4;
word-break: break-all;
}
.addParts-lower .block .box-body .btn-web,
.addParts-lower .block .box-body .btn-internal {
margin: 2.4rem auto 0 auto;
width: 90%;
}
.addParts-lower .block .box-body .btn-web a,
.addParts-lower .block .box-body .btn-internal a {
padding: 1.5rem 3rem;
/*! box-shadow: 0 5px 0 0 #000; */
font-size: 1.4rem;
}




















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

html,
body {
width: 100%;
position: relative;
scroll-padding-top: 6rem;
}

.pc {
display: none !important;
}

.sp {
display: block !important;
}

.sp_br {
display: block;
}

.pc_br {
display: none;
}

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

a:hover {
opacity: 1;
}


/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
background: #fff;
padding: 0;
}

header .headTopArea {
width: 100%;
margin: 0 auto;
padding: 5px;
}

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


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

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

#navWrap .siteName {
display: table-cell;
vertical-align: middle;
width: 48.5%;
font-size: 1.1rem;
line-height: 1.4;
padding: 0 0.5rem;
text-align: left;
color: #201f1e;
border-right: 1px solid #bbb;
}

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

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

#menuBtn {
display: table-cell;
vertical-align: middle;
box-sizing: content-box;
width: 22px;
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: #000;
background: url("img/sp_ico_menu.png") center no-repeat;
background-size: 100%;
}

body.open #menuBtn .menu {
width: 21px;
height: 16px;
background: url("img/sp_ico_close.png") center no-repeat;
background-size: 100%;
}
/*navSp*/
#navSp {
position: fixed;
top: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
background-color: #eeeeee;
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;
margin: 0;
}

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

body.open {
height: inherit !important;
}


/*--------------------------------------
barg
---------------------------------------*/
.bargBg {
top: 1rem;
right: 1rem;
width: 4rem;
height: 3.2rem;
background: rgba(255,255,255,0.6);
}
.menu-trigger {
width: 4rem;
height: 3rem;
}
.bargBg span {
left: 0.2rem;
width: 3.6rem;
height: 0.2rem;
}
.bargBg span:nth-of-type(1) {
top: 0.7rem;
}
.bargBg.active span:nth-of-type(1) {
transform: translateY(8px) rotate(-45deg);
}
.bargBg span:nth-of-type(2) {
top: 1.5rem;
}
.bargBg.active span:nth-of-type(2) {
opacity: 0;
}
.bargBg span:nth-of-type(3) {
top: 2.3rem;
}
.bargBg.active span:nth-of-type(3) {
transform: translateY(-8px) rotate(45deg);
}


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


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

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

#pankuzu a {
color: #333;
text-decoration: underline;
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-top: 4rem;
}

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

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

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

footer .areaInner .logo a {
display: block;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
color: #fff;
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: #fff;
background: url("img/arrow_white_down.png") right 10px center no-repeat;
background-size: 10px auto;
padding: 1rem 4rem 1rem 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_white_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: 1rem 9% 1rem 4%;
}

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

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

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

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

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

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

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

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

footer .areaInner .footBox .accChild .subList li a::before {
content: "└";
display: block;
color: #000;
position: absolute;
top: 12px;
left: 4%;
margin-right: 0.4rem;
}

footer .areaInner .noticeArea {
box-sizing: border-box;
width: 92%;
margin: 2.5rem auto 0rem;
background: #201f1e;
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;
}

footer p.copy {
width: 100%;
font-size: 1.2rem;
line-height: 1.3;
text-align: center;
color: #000;
padding: 0.5rem 0;
display: block;
}

footer p.sitemap a {
color: #000;
text-decoration: underline;
display: block;
float: none;
}

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

footer a {
text-decoration: none;
}

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


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

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


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

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


/*--------------------------------------
heading
---------------------------------------*/
.main-low h1 {
margin: 1.5rem 0 4rem 1.5rem;
padding: 1.5rem;
box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
font-size: 2.4rem;
}
.main-low h1::before {
left: -1.5rem;
top: -1.5rem;
}

.main-low h2 {
margin: 5rem 0 2.5rem 0;
padding: 1.5rem 1.5rem 1rem 1.5rem;
font-size: 2.1rem;
}
.main-low h2::before {
border-width: 18px 18px 0 0;
}

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

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


/*--------------------------------------
title
---------------------------------------*/
.main .check {
min-height: 7rem;
margin: 3rem 0;
padding: 1rem 1.5rem 1rem 7.5rem;
font-size: 1.8rem;
}
.main .check::before {
width: 6.4rem;
height: 6.4rem;
font-size: 1.1rem;
}


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


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 4rem 0;
}
.float-wrap .float-img.fr {
float: none;
width: 100%;
margin: 0 auto 1.5rem auto;
}
.float-wrap .float-img.fl {
float: none;
width: 100%;
margin: 0 auto 1.5rem auto;
}
.float-wrap .float-img.ct {
width: 100%;
margin: 0 auto 1.5rem auto;
}
.float-wrap .catch {
font-size: 1.8rem;
}


/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
max-width: 90%;
margin: 3rem auto;
}
.btn-internal a {
padding: 2rem 3rem;
font-size: 1.4rem;
}
.btn-internal a:hover {
opacity: 1;
}

.btn-web,
p.btn-web {
max-width: 90%;
margin: 3rem auto;
}
.btn-web a {
padding: 2rem 3rem;
font-size: 1.4rem;
}
.btn-web a:hover {
opacity: 1;
}

.btn-tel,
p.btn-tel {
display: block;
max-width: 90%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-tel a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 3rem;
background: #78b3a7 url(img/arrow_white.png) no-repeat right 2rem center;
background-size: 7px auto;
border-radius: 1rem;
box-sizing: border-box;
color: #fff;
font-size: 1.4rem;
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 {
text-decoration: none;
opacity: 1;
}
.btn-tel span {
display: inline-block;
padding: 0 0 0 2.5rem;
background: url(img/ico_tel.png) no-repeat left center;
background-size: 15px auto;
}

.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_link.png) no-repeat right 1.2rem center;
background-size: 16px auto;
border: 1px solid #5b4c06;
border-radius: 1rem;
box-sizing: border-box;
color: #5b4c06;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.4rem;
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 {
text-decoration: none;
opacity: 1;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: block;
margin: 4rem auto;
border-bottom: 1px solid #333;
}
.box-wrap .box {
width: 100%;
}
.box-wrap .box:last-child,
.box-wrap .box:nth-last-child(2) {
border-bottom: none;
}
.box-wrap .box:nth-child(even)::before {
display: none;
content: none;
}
.box-wrap .box-head {
margin: 0 0 3rem 0;
}
.box-wrap .box-head .fig {
width: 8rem;
}
.box-wrap .box-head .ttl {
width: calc(100% - 8rem);
font-size: 1.8rem;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: block;
margin: 4rem auto;
}
.frame-wrap::after {
display: none;
}
.frame-wrap .frame {
width: 100%;
margin: 0 0 3rem 0;
padding: 2rem;
}
.frame-wrap .frame-head .ttl {
font-size: 1.8rem;
}
.frame-wrap .frame-head .ttl a:hover {
opacity: 1;
}
.frame-wrap .frame-body table th {
width: 100%;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-btn {
max-width: 90%;
width: 90%;
padding: 2rem 0;
font-size: 1.5rem;
}
.accordion-btn div:hover {
opacity: 1;
transform: none;
}


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


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


/*--------------------------------------
visArea-lower
---------------------------------------*/
#visArea-lower {
height: auto;
padding: 0 2rem;
}
#visArea-lower .inner {
width: 100%;
}
#visArea-lower .rightTxt {
position: static;
width: 100%;
padding: 0.3rem 1rem;
color: #2c2c2c;
font-size: 1.1rem;
text-align: center;
}
#visArea-lower .mainArea {
display: block;
width: 100%;
height: auto;
}
#visArea-lower .siteName a {
padding: 1rem 0.5rem;
font-size: 1.8rem;
letter-spacing: 0;
}
#visArea-lower .siteName a::before {
top: -0.2rem;
width: 3rem;
height: 2rem;
padding: 0.3rem 0 0 0;
font-size: 1.4rem;
}


/*--------------------------------------
addParts-lower
---------------------------------------*/
.addParts-lower {
margin: 6rem 0 0 0;
}
.addParts-lower .title {
margin: 0 0 3rem 0;
padding: 1.5rem 1rem 1rem 1rem;
font-size: 1.6rem;
}
.addParts-lower .title span {
font-size: 2.4rem;
}
.addParts-lower p.note {
font-size: 1.3rem;
}
.addParts-lower .block {
display: block;
}
.addParts-lower .block::after {
display: none;
}
.addParts-lower .block .box {
width: 100%;
margin: 0 0 3rem 0;
}
.addParts-lower .block .box:last-child {
margin: 0;
}
.addParts-lower .block .box-head {
margin: 0 0 1.5rem 0;
}
.addParts-lower .block .box-body .btn-web,
.addParts-lower .block .box-body .btn-internal,
.addParts-lower .block .box-body .btn-tel {
margin: 2rem auto 0 auto;
}
.addParts-lower .block .box-body .btn-tel a {
padding: 1.5rem 3rem;
box-shadow: 0 5px 0 0 #000;
font-size: 1.4rem;
}
@media screen and (max-width: 480px)  {
iframe {
width: 100%;
height: 200px;
}
@media screen and (max-width: 480px) {
#contents .table-scroll {
	height: 250px;
    width: 100%;
    overflow: auto;
}
@media screen and (max-width: 480px) {
#contents .addParts03 .table-scroll {
	height: 250px;
    width: 100%;
    overflow: auto;
}
#contents .addParts03 .table-scroll table {
width: 800px;
}
}
{














}