@charset "utf-8";

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


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

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

img {
vertical-align: top;
}

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

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

* {
box-sizing: border-box;
}

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


/*--------------------------------------
　Base
---------------------------------------*/

html {
font-size: 62.5%;
}

body {
background: #fff;
color: #222;
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;
}

html,
body {
scroll-padding-top: 60px;
}

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

a {
outline: none;
color: #000;
text-decoration: none;
}

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

.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 {padding: 0.6rem 0;/* background: #069d5a; */}

header .headTopArea {
width: 1100px;
margin: 0 auto;
text-align: right;
}


header .headTopArea .rightTxt {/* color: #fff; */font-size: 1.2rem;font-weight: 400;line-height: 1.4;text-align: right;}

header .headTopArea .rightTxt::before {
  content: 'PR';
  display: inline-block;
  padding: 0 1rem;
  margin-right: 0.5rem;
  background-color: #000;
  color: #fff;
}

header .headTopArea .rightTxt a {color: #000;}


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

#g-nav {
background-color: #069d5a;
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;
position: relative;
}

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

#g-nav li::before {
content: "";
background: linear-gradient(#fff, #fff);
background-size: 1px 1px;
width: 1px;
height: 30px;
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(#fff, #fff);
background-size: 1px 1px;
width: 1px;
height: 30px;
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-weight: 400;
line-height: 1.6;
padding: 20px 12px;
position: relative;
color: #fff;
}

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


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

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

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

#pankuzu span a {
color: #333;
}

#pankuzu span a:hover {
opacity: 0.7;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/

#contents {
width: 1100px;
margin: 0 auto 0;
padding: 0;
}

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

#category,
#page {
float: left;
width: 832px;
margin: 0;
padding: 70px 0;
}


/*--------------------------------------
　Side
---------------------------------------*/
#side {
float: right;
width: 22rem;
margin: 6.8rem 0 0 0;
}
#side .sideBox {
margin: 0 0 3rem 0;
border-top: 3px solid #069d5a;
}
#side .sideBox .sttl {
font-size: 1.5rem;
font-weight: 400;
}
#side .sideBox .sttl a {
display: block;
padding: 1.5rem;
}


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

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

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

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

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

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 #414141;
padding: 0 0 0.6rem 0;
margin: 0 0 1.4rem 0;
}

footer .areaInner .footBox .sttl a {
display: block;
font-size: 1.4rem;
font-weight: 700;
border: none;
padding: 0;
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;
padding: 0;
}

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;
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: #fff;
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: #f6f7f7;
border-radius: 0;
padding: 2.5rem 3.0rem;
margin: 4rem 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: #000;
margin: 3rem auto 0;
}

footer .botArea {
background-color: #069d5a;
color: #fff;
}

footer .botArea .inner {
width: 1100px;
padding: 1rem 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;
color: #fff;
float: right;
padding: 0;
text-decoration: underline;
}

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

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

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

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

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

/*--------------------------------------
　PageTop
---------------------------------------*/

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

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


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

.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%, #fdbc9b 60%);
font-weight: 700;
}

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

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


/*--------------------------------------
heading
---------------------------------------*/
.main-low h1 {position: relative;margin: 0 0 6rem 0;padding: 2.4rem 3rem 2.6rem 3rem;background: #4a575f url(img/title_bg_02.png) no-repeat right 0.8rem bottom 0.8rem;box-shadow: 7px 7px 0 0 #afafaf;color: #fff;font-size: 3.3rem;font-weight: 700;line-height: 1.4;}

.main-low h2 {
position: relative;
margin: 5rem 0 3rem 0;
padding: 2rem 1.5rem 2rem 2rem;
border: 1px solid #fc7b39;
color: #000;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
}

.main-low h3 {
position: relative;
margin: 4rem 0 3rem 0;
padding: 1.2rem 1.5rem;
background: #e2f8ee;
border-left: 8px solid #069d5a;
color: #222;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}

.main-low h4,
.main-low h5,
.main-low h6 {
margin: 3rem 0 2rem 0;
padding: 0 1.5rem 0.8rem 0;
border-bottom: 1px solid #000;
color: #000;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
}

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


/*--------------------------------------
lists
---------------------------------------*/
.main ul {
margin: 3rem 0;
padding: 0;
}
.main ul li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 1.8rem;
}
.main ul li:last-child {
margin: 0;
}
.main ul li::before {
position: absolute;
left: 0;
top: 0.8rem;
width: 1rem;
height: 1rem;
background: #fc7b39;
border-radius: 50%;
content: "";
}

.main ol {
margin: 3rem 0;
padding: 0;
}
.main ol li {
padding: 2px 0 2px 30px;
list-style: none;
position: relative;
counter-increment: number;
}
.main ol li::before {
display: block;
background-color: #102942;
width: 20px;
height: 20px;
position: absolute;
top: 3px;
left: 0;
color: #fff;
text-align: center;
line-height: 1.7;
font-weight: 700;
font-size: 1.2rem;
}
.main ol li:nth-child(-n + 9)::before {
content: counter(number);
}
.main ol li:nth-child(n + 10)::before {
content: counter(number);
}


/*--------------------------------------
title
---------------------------------------*/
.rank_wrap {
counter-reset: num;
}
.rank_wrap .rank {
display: flex;
align-items: center;
position: relative;
width: 100%;
min-height: 6.2rem;
margin: 3rem auto;
padding: 0 1.5rem 0 8rem;
color: #000;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
}
.rank_wrap .rank::before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
width: 6.2rem;
height: 6.2rem;
background: #fff;
border: 1px solid #069d5a;
border-radius: 50%;
color: #069d5a;
font-size: 3rem;
line-height: 1.1;
text-align: center;
content: counter(num, decimal-leading-zero);
counter-increment: num;
}
.rank_wrap .rank 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;
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 4rem auto;
}
.float-wrap .flame {
position: relative;
}
.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 .catch {
margin: 0 0 1.5rem 0;
color: #069d5a;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}


/*--------------------------------------
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: 44rem;
margin: 0 auto;
padding: 2.5rem 4rem;
background: #087746 url(img/arrow01_white.png) no-repeat right 2rem center;
background-size: 12px 17px;
border-radius: 5rem;
box-shadow: 0 6px 0 0 #e1e7e8;
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 {
box-shadow: none;
text-decoration: none;
opacity: 1;
transform: translateY(6px);
}
.btn-internal.down a {
background: #087746 url(img/arrow01_white_down.png) no-repeat right 1.8rem center;
background-size: 17px 12px;
}

.btn-web,
p.btn-web {
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-web a {
display: inline-block;
position: relative;
width: 44rem;
margin: 0 auto;
padding: 2.5rem 4rem;
background: #f05712 url(img/arrow01_white.png) no-repeat right 2rem center;
background-size: 12px 17px;
border-radius: 5rem;
box-shadow: 0 6px 0 0 #e1e7e8;
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 {
box-shadow: none;
text-decoration: none;
opacity: 1;
transform: translateY(6px);
}

.btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
display: inline-block;
position: relative;
padding: 0 0 0.2rem 1.8rem;
background: url(img/arrow01_green.png) no-repeat left center;
background-size: 10px 14px;
color: #707070;
font-size: 1.5rem;
line-height: 1.4;
text-decoration: underline;
}
.btn-link a:hover {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
table
---------------------------------------*/
.table-layout {
padding: 0;
}
table th,
table td {
word-break: break-all;
}
.main table {
table-layout: fixed;
width: 100%;
margin: 4rem auto;
}
.main table th {
width: 22%;
padding: 1.5rem;
background: #dfe4e3;
border: 1px solid #9d9d9d;
color: #707070;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.main table td {
padding: 1.5rem;
background: #fff;
border: 1px solid #9d9d9d;
line-height: 1.4;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box-wrap .box {
width: calc((100% - 5.4rem) / 2);
margin: 0 0 3rem 0;
padding: 2.4rem 3.2rem 4rem 3.2rem;
background: #fff;
border: 2px solid #d1d1d1;
}
.box-wrap .box-head {
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin: 0 0 5rem 0;
}
.box-wrap .box-head::before {
position: absolute;
left: 50%;
bottom: -2.5rem;
transform: translateX(-50%);
width: 42px;
height: 1px;
background: #069d5a;
content: "";
}
.box-wrap .box-head .ttl {
width: 100%;
color: #069d5a;
font-size: 2.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.box-wrap .box-head .ttl a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow_green.png) no-repeat right center;
background-size: 10px auto;
color: inherit;
text-decoration: none;
}
.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.6rem) / 3);
content:"";
}
.frame-wrap .frame {
width: calc((100% - 5.6rem) / 3);
margin: 0 0 3rem 0;
padding: 4rem 3rem 3rem 3rem;
background: #e9f8f1;
}
.frame-wrap .frame-head {
display: flex;
align-items: center;
margin: 0 0 3rem 0;
}
.frame-wrap .frame-head .ttl {
width: 100%;
color: #222;
font-size: 2.2rem;
font-weight: bold;
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: 10px auto;
color: inherit;
text-decoration: none;
}
.frame-wrap .frame-body p {
margin: 2rem 0 0 0;
}
.frame-wrap .frame-body .fig,
.frame-wrap .frame-body .caption {
text-align: center;
}
.frame-wrap .frame-body table {
margin: 3rem 0 0 0;
}
.frame-wrap .frame-body table th {
width: 32%;
padding: 0.6rem 0.8rem;
font-size: 1.4rem;
}
.frame-wrap .frame-body table td {
padding: 0.6rem 0.8rem;
font-size: 1.2rem;
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
display: none;
position: fixed;
right: 0;
bottom: 11rem;
width: 20rem;
margin: 5rem 0 0 0;
box-sizing: border-box;
z-index: 310;
}
.block-banner a:hover {
opacity: 0.7;
}
.block-banner a {
display: block;
width: 20rem;
padding: 12rem 0.5rem 0.5rem 0.5rem;
background: #fc7b39 url(img/banner_bg_01.jpg) no-repeat center top;
background-size: 100% auto;
border: 4px solid #fc7b39;
color: #fff;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
}
.block-banner a span {
font-size: 1.2rem;
}
.block-banner a div {
padding: 0 1rem 0 0;
background: url(img/arrow_white.png) no-repeat right center;
background-size: 6px auto;
}


/*--------------------------------------
vis
---------------------------------------*/
#visArea .mainArea.lower {position: relative;width: 1100px;margin: 4px auto 6px;background: url(/wp/wp-content/uploads/mv_bg2.gif) no-repeat 9rem top;background-size: 25rem auto;}
#visArea .mainArea.lower .mainTxtBox {display: flex;align-items: center;min-height: 15rem;padding: 0 0 0px 45rem;text-align: center;}
#visArea .mainArea.lower .mainTxtBox .title {color: #222;font-size: 2.3rem;font-weight: bold;line-height: 1.4;}
#visArea .mainArea.lower .mainTxtBox .title .txt-1 {
display: block;
}
#visArea .mainArea.lower .mainTxtBox .title .txt-1 span {
font-size: 2.9rem;
}
#visArea .mainArea.lower .mainTxtBox .title .txt-1 .c-1 {
color: #069d5a;
}
#visArea .mainArea.lower .mainTxtBox .title .txt-1 .c-2 {
color: #fc7b39;
}
#visArea .mainArea.lower .mainTxtBox .title .txt-1 .c-3 {
color: #959595;
}
#visArea .mainArea.lower .mainTxtBox .title .txt-2 {
display: block;
font-size: 4.4rem;
}
#visArea .mainArea.lower .mainTxtBox .title .txt-2 span {
font-size: 3rem;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
display: none;
}
.accordion-btn {display: block;position: relative;width: 30rem;height: auto;margin: 3rem auto;padding: 2rem 0;background: #fff;border: 2px solid #d1d1d1;border-radius: 5rem;color: #000;font-size: 1.6rem;font-weight: bold;line-height: 1.4;text-align: center;text-decoration: none;cursor: pointer;-webkit-tap-highlight-color: rgba(0,0,0,0);}
.accordion-btn::before {
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
font-size: 1.8rem;
content: "＋";
}
.accordion-btn::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "目次を見る";
}
.accordion-btn.is-open::before {
font-size: 1.6rem;
content: "ー";
}
.accordion-btn.is-open::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "閉じる";
}
.accordion-btn:hover {
opacity: 0.7;
}


/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
margin: 5rem auto;
padding: 3rem 4rem 2rem 4rem;
background: #f0f4f5;
}
.main-index .toc_parts {
width: 92rem;
margin: 0 auto 8rem auto;
}
.toc_parts .ttl {
margin: 0 0 3rem 0;
padding: 0 0 1.2rem 0;
border-bottom: 1px solid #069d5a;
color: #069d5a;
font-size: 2.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
#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: #069d5a;
font-size: 1.5rem;
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: #8e8e8e;
font-size: 1.8rem;
font-weight: bold;
content: counter(count, decimal-leading-zero);
}
#toc .chapter .chapter-h a {
display: inline-block;
padding: 0 4rem 0 0;
background: url(img/aroow_toc_01.png) no-repeat right center;
background-size: 17px 10px;
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;
padding: 0 3rem 0 0;
background: url(img/aroow_toc_02.png) no-repeat right center;
background-size: 11px 6px;
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 {
width: 1100px;
margin: 0 auto;
}

.addParts-title {margin: 0 0 3rem 0;padding: 6.4rem 0 0 0;background: url(/wp/wp-content/uploads/title_bg_01.png) no-repeat center top;background-size: 49px 55px;color: #222;font-size: 4rem;font-weight: bold;line-height: 1.4;text-align: center;}
.addParts-title a {
display: inline-block;
padding: 0 3.6rem 0 0;
background: url(img/arrow_black.png) no-repeat right center;
background-size: 10px auto;
color: inherit;
text-decoration: none;
}

p.lead {
margin: 0 0 4rem 0;
text-align: center;
}
p.lead span {
background: linear-gradient(transparent 60%, #fdbc9b 60%);
font-weight: 700;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
padding: 6rem 0 11rem 0;
background: #555 url(img/add01_bg_01.jpg) no-repeat center top;
background-size: cover;
}
.addParts01 .addParts-title ,
.addParts01 .lead {
color: #fff;
}
.addParts01 .note {
margin: 3rem 0 0 0;
color: #fff;
font-size: 1.2rem;
}
.addParts01 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.addParts01 .block::after {
display: block;
width: calc((100% - 6.8rem) / 3);
content:"";
}
.addParts01 .block .box {
width: calc((100% - 6.8rem) / 3);
padding: 2.4rem 0 4rem 0;
background: #fff;
box-shadow: 7px 7px 0 0 #97baaa;
}
.addParts01 .block .box-head .label {
margin: 0 0 2.4rem 0;
color: #fc7b39;
font-size: 2.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-head .catch {
margin: 0 2rem;
padding: 1.5rem 1rem;
background: #e8e6dc;
color: #222;
font-size: 2.3rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body {
padding: 3rem 3rem 0 3rem;
}
.addParts01 .block .box-body .name {
margin: 0 0 2.4rem 0;
color: #069d5a;
font-size: 2.3rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body p:not([class]) {
margin: 0;
color: #222;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}
.addParts01 .block .box-body p:not([class]) > span:not([class]) {
background: linear-gradient(transparent 60%, #fdbc9b 60%);
font-weight: 700;
}
.addParts01 .block .box-body .btn-web,
.addParts01 .block .box-body .btn-internal {
margin: 2.4rem auto 0 auto;
}
.addParts01 .block .box-body .btn-web a,
.addParts01 .block .box-body .btn-internal a {
width: 100%;
}







.box-head .span-text {
  color: #222;
  font-size: 2.2rem;
}





#contents span.white-span {
    background: linear-gradient(transparent 60%, #ca5c24 60%);
}


.box .box-body .name + p {
  text-align: center;
}

#contents .block-summary .box-txt .inner span {
  background: linear-gradient(transparent 60%, #a3d9c3 60%);
  font-weight: 700;
}



#g-nav li:nth-of-type(5) {
  order:6;
}
#g-nav li:nth-of-type(5):before {
  content:none;
}
#g-nav li:nth-of-type(5):after {
  content: "";
    background: linear-gradient(#fff, #fff);
    background-size: 1px 1px;
    width: 1px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
#g-nav li:first-child {
  display:none;
}



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

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

a:hover {
opacity: 1;
}


/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {padding: 0.1rem 0;background: #069d5a;}
    
header .headTopArea {width: 100%;margin: 0.1rem auto 0.1rem auto;}

header .headTopArea .rightTxt {font-size: 3vw;font-weight: 400;line-height: 1.4;text-align: center;color: #fff;}

header .headTopArea .rightTxt a {color: #fff;}

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

/*navTop*/
#navWrap .navTop {
width: 100%;
background-color: #fff;
border-bottom: 1px solid #b5b5b5;
position: fixed;
top: -100px;
opacity: 0;
z-index: 9999;
transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}

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

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

#navWrap .siteName  {
display: table-cell;
padding: 0 0 0 1rem;
color: #222;
font-size: 1.1rem;
font-weight: bold;
line-height: 1.4;
vertical-align: middle;
}
#navWrap .siteName .txt-1 {
display: block;
}
#navWrap .siteName .txt-1 span {
font-size: 1.3rem;
}
#navWrap .siteName .txt-1 .c-1 {
color: #069d5a;
}
#navWrap .siteName .txt-1 .c-2 {
color: #fc7b39;
}
#navWrap .siteName .txt-1 .c-3 {
color: #959595;
}
#navWrap .siteName .txt-2 {
display: block;
font-size: 1.5rem;
}
#visArea .mainArea.lower .mainTxtBox .title .txt-2 span {
font-size: 1.3rem;
}

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

#navWrap .recommendBtn {
display: none;
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 {
display: table-cell;
vertical-align: middle;
box-sizing: content-box;
width: 25px;
height: 50px;
padding: 0 2rem;
cursor: pointer;
z-index: 9999;
position: relative;
right: 0;
text-align: right;
}

#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: rgba(238, 238, 238, 0.94);
z-index: 999;
display: none;
}

#navSp>div {
height: 100%;
overflow-y: scroll;
/*-webkit-overflow-scrolling: touch;*/
}

#navSp a {
text-decoration: none;
}

/* 以下装飾など */
#navSp .navBox {}

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

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

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

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

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

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

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

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

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

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

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

body.open {
height: inherit !important;
}


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

/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {box-sizing: border-box;width: 100%;padding: 1rem 0;margin: 0 auto 2rem auto;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;
padding: 0.7rem 0 0.7rem;
margin: 0 auto;
white-space: nowrap;
}

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

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

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

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


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

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

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


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


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

footer .areaInner {
position: relative;
width: 100%;
margin: 0 auto;
padding: 3.0rem 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.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
padding: 0 1rem 0.5rem;
margin: 0 auto 2.0rem;
}

footer .areaInner .logo a {
display: block;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
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;
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 #102942;
}

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;
margin: 1.5rem auto 0;
}

footer .botArea {
background: #1d1d1d;
color: #fff;
}

footer .botArea .inner {
width: 92%;
padding: 1rem 0;
margin: 0 auto;
}

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

footer p.sitemap {
font-size: 1.2rem;
line-height: 1.3;
text-align: right;
}

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

footer p.sitemap a {
color: #fff;
margin-bottom: 1rem;
text-decoration: underline;
}

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

footer a {
text-decoration: none;
}

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


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

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



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


/*--------------------------------------
heading
---------------------------------------*/
.main-low h1 {margin: 0 0 3rem 0;padding: 1.5rem;background: #4a575f url(img/title_bg_02.png) no-repeat right 0.5rem bottom 0.5rem;background-size: 21rem auto;box-shadow: 5px 5px 0 0 #afafaf;font-size: 2.4rem;}

.main-low h2 {
margin: 4rem 0 3rem 0;
padding: 1.5rem;
font-size: 2.1rem;
}

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

.main-low h4,
.main-low h5,
.main-low h6 {
font-size: 1.6rem;
}

.main-low h1 a,
.main-low h2 a,
.main-low h3 a,
.main-low h4 a,
.main-low h5 a,
.main-low h6 a {
padding: 0 1.6rem 0 0;
}


/*--------------------------------------
title
---------------------------------------*/
.rank_wrap .rank {
min-height: 5rem;
padding: 0 1.5rem 0 6rem;
font-size: 1.8rem;
}
.rank_wrap .rank::before {
width: 5rem;
height: 5rem;
font-size: 2.2rem;
}
.rank_wrap .rank a {
padding: 0 1.6rem 0 0;
}


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


/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
margin: 3rem auto;
}
.btn-internal a {
width: 90%;
padding: 2rem 3rem;
background: #087746 url(img/arrow01_white.png) no-repeat right 1.5rem center;
background-size: 10px 14px;
box-shadow: 0 5px 0 0 #e1e7e8;
font-size: 1.5rem;
}
.btn-internal a:hover {
box-shadow: 0 5px 0 0 #e1e7e8;
transform: none;
}
.btn-internal.down a {
background: #087746 url(img/arrow01_white_down.png) no-repeat right 1.4rem center;
background-size: 14px 10px;
}

.btn-web,
p.btn-web {
margin: 3rem auto;
}
.btn-web a {
width: 90%;
padding: 2rem 3rem;
background: #f05712 url(img/arrow01_white.png) no-repeat right 1.5rem center;
background-size: 10px 14px;
box-shadow: 0 5px 0 0 #e1e7e8;
font-size: 1.5rem;
}
.btn-web a:hover {
box-shadow: 0 5px 0 0 #e1e7e8;
transform: none;
}

.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: 2rem 4rem;
background: #4ca8d8 url(img/ico_tel.png) no-repeat 1.5rem center;
background-size: 20px auto;
border-radius: 5rem;
box-shadow: 0 5px 0 0 #e1e7e8;
box-sizing: border-box;
color: #fff;
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: 2rem 3rem;
background: #fff url(img/arrow01_green.png) no-repeat right 1.5rem center;
background-size: 10px 14px;
border: 2px solid #83cead;
border-radius: 5rem;
box-sizing: border-box;
color: #069d5a;
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;
}


/*--------------------------------------
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;
font-size: 1.3rem;
}
.main table td {
display: block;
width: 100%;
padding: 1rem;
border: none;
border-bottom: 1px solid #9d9d9d;
font-size: 1.3rem;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: block;
}
.box-wrap .box {
width: 100%;
padding: 2rem;
}
.box-wrap .box-head {
margin: 0 0 4rem 0;
}
.box-wrap .box-head::before {
bottom: -2rem;
}
.box-wrap .box-head .ttl {
font-size: 2rem;
}


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


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
right: 0;
bottom: 0;
width: 100%;
margin: 0;
}
.block-banner a:hover {
opacity: 1;
}
.block-banner a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 6rem;
padding: 0 0.5rem 0 11rem;
background: #fc7b39 url(img/banner_bg_01.jpg) no-repeat left top;
background-size: auto 6rem;
border: 4px solid #fc7b39;
color: #fff;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
}
.block-banner a span {
font-size: 1.1rem;
}
.block-banner a div {
width: 100%;
}


/*--------------------------------------
vis
---------------------------------------*/
#visArea .mainArea.lower {width: 100%;padding: 0 1rem;background: url(/wp/wp-content/uploads/mv_bg2.gif) no-repeat center top;background-size: auto 10.6rem;margin-top: 1rem;}
#visArea .mainArea.lower .mainTxtBox {display: block;min-height: auto;padding: 11rem 0 0 0;}
#visArea .mainArea.lower .mainTxtBox .title {
font-size: 1.5rem;
}
#visArea .mainArea.lower .mainTxtBox .title .txt-1 span {
font-size: 1.8rem;
}
#visArea .mainArea.lower .mainTxtBox .title .txt-2 {
font-size: 2.4rem;
}
#visArea .mainArea.lower .mainTxtBox .title .txt-2 span {
font-size: 1.8rem;
}


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


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

.addParts-title {
margin: 0 0 3rem 0;
padding: 4.5rem 0 0 0;
background-size: 36px 40px;
font-size: 2.4rem;
}
.addParts-title a {
display: block;
padding: 0 2rem 0 0;
}

p.lead {
margin: 0 0 3rem 0;
text-align: left;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
padding: 4rem 0 6rem 0;
background: #555 url(img/add01_bg_01.jpg) no-repeat center top;
background-size: cover;
}
.addParts01.lower {
margin: 6rem 0 0 0;
}
.addParts01 .block {
display: block;
}
.addParts01 .block::after {
display: none;
}
.addParts01 .block .box {
width: 100%;
margin: 0 0 4rem 0;
padding: 2.4rem 0 3rem 0;
box-shadow: 5px 5px 0 0 #97baaa;
}
.addParts01 .block .box:last-child {
margin: 0;
}
.addParts01 .block .box-body .btn-web,
.addParts01 .block .box-body .btn-internal,
.addParts01 .block .box-body .btn-tel {
margin: 2.4rem auto 0 auto;
}
.addParts01 .block .box-body .btn-web a,
.addParts01 .block .box-body .btn-internal a,
.addParts01 .block .box-body .btn-tel a {
width: 100%;
}

#visArea .mainArea .mainTxtBox .title .txt-2 {
    /* color: #FFF; */
    /* -webkit-text-stroke: 1px #000; */
}



.frame-wrap .frame-head .ttl {
  font-size: 2rem;
}

.box-head .span-text {
  font-size: 2.5rem;
}
.addParts01 .block .box-head .label {
  font-size: 2.8rem;
}
.addParts01 .block .box-head .catch {
  font-size: 2.3rem;
}
.addParts01 .block .box-body .name {
  font-size: 2.2rem;
}

}