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

body {
background: #f4f6f5;
color: #000;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.8;
min-width: 1100px;
overflow: hidden;
-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: #000;
}

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

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

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

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


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

#g-nav {
background-color: #fff;
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: 10rem;
text-align: center;
position: relative;
}

#g-nav li::before {
content: "";
background: linear-gradient(#000, #000);
background-size: 1px 1px;
width: 2px;
height: 28px;
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(#000, #000);
background-size: 1px 1px;
width: 2px;
height: 28px;
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: 700;
line-height: 1.6;
padding: 1rem 1.2rem;
position: relative;
color: #292929;
font-size: 1.4rem;
}

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


/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
margin: 0;
}
#pankuzu {
width: 1100px;
margin: 0 auto;
padding: 3rem 0 0 0;
font-size: 1.2rem;
}
#pankuzu span {
border-bottom: none;
color: inherit;
font-weight: inherit;
}
#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: 6rem 0;
}


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

#side .sideBox {
margin: 0 0 3rem 0;
border-top: 2px solid #000;
}

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

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

#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 0 3rem 0;
}

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

#side .sideBox ul li::before {
content: "";
background: #dad9da;
width: 100%;
height: 2px;
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;
color: #000;
}

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

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

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

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

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


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

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;
max-width:590px;
}

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

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

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

footer .areaInner .footBox .sttl {
margin: 0 0 1.4rem 0;
padding: 0.4rem 0 0.6rem 2rem;
background: url(img/foot_arrow.svg) no-repeat left center;
background-size: 11px auto;
border-bottom: 1px solid #000;
}

footer .areaInner .footBox .sttl a {
display: block;
font-size: 1.4rem;
font-weight: 700;
border: none;
padding: 0;
margin: 0;
color: #000;
}

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;
background: url("img/arrow_blue.png") 5px 8px no-repeat;
background-size: 5px auto;
padding: 0 0 0 1.5rem;
color: #000;
}

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

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

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

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

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: #000;
position: absolute;
top: 2px;
left: 0;
margin-right: 0.4rem;
}

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

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

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

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

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

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

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

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

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

#page-top {
position: fixed;
bottom: 2rem;
right: 2rem;
z-index: 100;
width: 6.1rem;
}

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


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

.main p {
margin: 1em auto;
}

.main p:not([class]) > span:not([class]),
.main li:not([class]) > span:not([class]),
.main td:not([class]) > span:not([class]) {
border-bottom: 2px solid #2666e5;
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;
min-height: 9rem;
margin: 0 0 6rem 0;
padding: 2.4rem 3rem;
background: #000 url(img/title_bg_02.png) no-repeat right 2rem center;
box-shadow: 7px 7px 0 0 #2666e5;
color: #fff;
font-size: 3rem;
font-weight: 700;
line-height: 1.4;
}

.main-low h2 {
position: relative;
margin: 5rem 0 3rem 0;
padding: 2rem 0rem 2rem;
border-top: 2px solid #3368d1;
border-bottom: 2px solid #3368d1;
color: #3368d1;
font-size: 2.8rem;
font-weight: 700;
line-height: 1.4;
}

.main-low h3 {
position: relative;
margin: 4rem 0 3rem 0;
padding: 1.2rem 2rem;
background: #3a3a3a;
border-left: 5px solid #2666e5;
color: #fff;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
}

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


.main-low h1 a,
.main-low h3 a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow_white.png) no-repeat right center;
background-size: 7px auto;
color: inherit;
text-decoration: none;
}
.main-low h2 a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow_blue.png) no-repeat right center;
background-size: 7px auto;
color: inherit;
text-decoration: none;
}
.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;
}


/*--------------------------------------
lists
---------------------------------------*/
.main ul:not([class]) {
margin: 4rem 0;
padding: 0;
}
.main ul:not([class]) li,
.lower 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,
.lower ul:not([class]) li::before{
position: absolute;
left: 0;
top: 0.7rem;
width: 1.2rem;
height: 1.2rem;
background: #2666e5;
content: "";
}

.main ol:not([class]) {
margin: 4rem 0;
padding: 0;
counter-reset: number 0;
}
.main ol:not([class]) li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 3rem;
counter-increment: number;
}
.main ol:not([class]) li::before {
position: absolute;
left: 0;
top: 0.3rem;
width: 2rem;
height: 2rem;
background: #2666e5;
color: #fff;
font-size: 1.2rem;
font-weight: 700;
line-height: 2rem;
text-align: center;
}
.main ol:not([class]) li:nth-child(-n + 9)::before {
content: counter(number);
}
.main ol:not([class]) li:nth-child(n + 10)::before {
content: counter(number);
}


/*--------------------------------------
title
---------------------------------------*/
.rank_wrap {
counter-reset: num;
}
.rank_wrap .rank {
position: relative;
margin: 3rem auto;
padding: 1.5rem 2rem 1.8rem;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
border-top: 1px solid;
border-bottom: 1px solid;
}
.rank_wrap .rank::before {
}
.rank_wrap .rank a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow_white.png) no-repeat right center;
background-size: 7px auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
table
---------------------------------------*/
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: #999;
border: 1px solid #3a3a3a;
color: #fff;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.main table td {
padding: 1.5rem;
background: #fff;
border: 1px solid #3a3a3a;
font-size: 1.4rem;
line-height: 1.4;
}


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


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

.btn-internal,
p.btn-internal {
max-width: 43rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-internal a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
min-height: 7rem;
margin: 0 auto;
padding: 2rem 4rem;
background: #2666e5 url(img/arrow_white.png) no-repeat right 2.5rem center;
background-size: 7px auto;
border-radius: 6rem;
box-shadow: 4px 4px 0 0 #999;
box-sizing: border-box;
color: #fff;
font-size: 1.6rem;
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.down a {
background: #2666e5 url(img/arrow_white_down.png) no-repeat right 2rem center;
background-size: 13px auto;
}
.btn-internal a:hover {
box-shadow: none;
opacity: 0.7;
transform: translate(4px, 4px);
}

.btn-web,
p.btn-web {
max-width: 43rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-web a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
min-height: 7rem;
margin: 0 auto;
padding: 2rem 4rem;
background: #bf1212 url(img/arrow_white.png) no-repeat right 2.5rem center;
background-size: 7px auto;
border-radius: 6rem;
box-shadow: 4px 4px 0 0 #999;
box-sizing: border-box;
color: #fff;
font-size: 1.6rem;
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 {
box-shadow: none;
opacity: 0.7;
transform: translate(4px, 4px);
}

.btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
display: inline-block;
position: relative;
padding: 0 0 0.1rem 1.6rem;
background: url(img/arrow_blue.png) no-repeat left center;
background-size: 7px auto;
font-size: 1.3rem;
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;
}
.box-wrap .box {
width: calc((100% - 4.2rem) / 2);
margin: 0 0 3rem 0;
padding: 2.4rem 5rem 3rem 5rem;
background: #fff;
box-shadow: 7px 7px 0 0 #2666e5;
}
.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: 5rem;
height: 0.2rem;
background: #000;
content: "";
}
.box-wrap .box-head .ttl {
width: 100%;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.box-wrap .box-head .ttl a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow_blue.png) no-repeat right center;
background-size: 8px 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;
}
.frame-wrap::after {
display: block;
width: calc((100% - 5.4rem) / 3);
content: "";
}
.frame-wrap .frame {
width: calc((100% - 5.4rem) / 3);
margin: 0 0 4rem 0;
background: #fff;
box-shadow: 7px 7px 0 0 #2666e5;
}
.frame-wrap .frame-head {
display: flex;
align-items: center;
padding: 1.8rem;
background: #000;
}
.frame-wrap .frame-head .ttl {
width: 100%;
color: #fff;
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_white.png) no-repeat right center;
background-size: 7px auto;
color: inherit;
text-decoration: none;
}
.frame-wrap .frame-body {
padding: 2.4rem 2rem;
}
.frame-wrap .frame-body p:not([class]) {
margin: 0;
}
.frame-wrap .frame-body ul:not([class]) {
margin: 2rem 0 0 0;
}
.frame-wrap .frame-body table {
margin: 2.4rem 0 0 0;
font-size: 1.2rem;
}
.frame-wrap .frame-body table th {
width: 6rem;
padding: 0.8rem;
}
.frame-wrap .frame-body table td {
padding: 0.8rem;
}
.frame-wrap .frame-body .btn-link {
margin: 1.5rem 0 0 0;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
display: flex;
align-items: center;
justify-content: center;
height: 15rem;
background: #f4f6f5 url(img/mv_bg_04.png) no-repeat right 50vw center;
background-size: auto 15rem;
}
#visArea.lower .logo {
width: 24.2rem;
margin: 0 0 0 calc(50% + 5rem);
}


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


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


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
display: none;
position: fixed;
right: 0.7rem;
bottom: 12rem;
width: 20rem;
box-sizing: border-box;
z-index: 310;
}
.block-banner a {
display: block;
position: relative;
width: 20rem;
padding: 0;
background: #000 url(img/banner_bg_01.png) no-repeat center top;
background-size: cover;
box-shadow: 7px 7px 0 0 #2666e5;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
}
.block-banner::before {
position: absolute;
left: 50%;
top: -1.8rem;
transform: translateX(-50%);
color: #2666e5;
font-size: 3.6rem;
font-family: "Teko", sans-serif;
font-weight: 400;
letter-spacing: 0.4rem;
line-height: 1.1;
text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
content: "CHECK";
z-index: 311;
}
.block-banner a div {
padding: 2.5rem 1.2rem;
}
.block-banner a div span {
display: block;
width: 90%;
margin: 1.5rem auto 0 auto;
padding: 1.2rem 3rem;
background: #2666e5 url(img/arrow_white.png) no-repeat right 1.5rem center;
background-size: 7px auto;
border-radius: 4rem;
box-shadow: 4px 4px 0 0 #999;
font-size: 1.4rem;
}
.block-banner a:hover {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
summary
---------------------------------------*/
.main-low > .block-summary {
position: relative;
margin: 10rem 0 5rem 0;
padding: 7rem 5rem 4rem 5rem;
background: #333;
border-radius: 2px solid #2666e5;
}
.main-low > .block-summary::before {
position: absolute;
left: 50%;
top: -3.5rem;
transform: translateX(-50%);
color: #2666e5;
font-size: 7rem;
font-family: "Teko", sans-serif;
font-weight: 400;
letter-spacing: 0.8rem;
line-height: 1.1;
text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
content: "SUMMARY";
}
.main-low > .block-summary .title {
margin: 0 0 4rem 0;
color: #fff;
font-size: 3.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.main-low > .block-summary .caption {
color: #fff;
}
.main-low > .block-summary .inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.main-low > .block-summary .box-fig {
width: 100%;
text-align: center;
}
.main-low > .block-summary .box-fig img{
max-width: 50%;
}
.main-low > .block-summary .box-txt {
width: 100%;
padding: 0 0 0 4rem;
color:#fff;
}
.main-low > .block-summary .box-txt p:not([class]) {
margin: 0 0 15px 0;
color: #fff;
}
.main-low > .block-summary .box-txt .btn-internal,
.main-low > .block-summary .box-txt .btn-web {
max-width: 90%;
margin: 2.5rem auto 0 auto;
}
.main-low > .block-summary .box-txt .btn-link {
margin: 2.5rem 0 0 0;
}
.main-low > .block-summary .box-txt .btn-link a {
color: #fff;
}


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

.addParts-title {
position: relative;
margin: 4rem 0 4rem 0;
padding: 4rem 0 0 0;
background: url(img/title_bg_01.png) no-repeat center top;
background-size: 24px auto;
font-size: 3.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts-title span {
color: #3368d1;
}
.addParts-title a {
display: inline-block;
padding: 0 4rem;
background: url(img/arrow_blue.png) no-repeat right center;
background-size: 12px auto;
color: inherit;
text-decoration: none;
}

p.lead {
margin: 0 auto 5rem auto;
}
p.lead > span:not([class]) {
border-bottom: 2px solid #2666e5;
font-weight: 700;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
padding: 6rem 0 10rem 0;
background: #405071 url(img/add01_bg_01.jpg) no-repeat center top;
background-size: cover;
}
.addParts01 .lead2{
color:#fff;
text-align:center;
width:95%;
}
.addParts01 .lead2 span{
border-bottom: 2px solid #0055ff;
font-weight: 700;
}
.addParts01 .addInner {
width: 113rem;
}
.addParts01 .addParts-title {
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 .box {
background: #fff;
box-shadow: 7px 7px 0 0 #2666e5;
}
.addParts01 .block .box:nth-child(1) {
width: 35rem;
}
.addParts01 .block .box:nth-child(2) {
width: 74rem;
}
.addParts01 .block .box-head {
display: flex;
align-items: center;
justify-content: center;
padding: 1.5rem 1rem;
background: #000;
}
.addParts01 .block .box-head .catch {
color: #fff;
font-size: 3rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body {
padding: 2rem 2rem 3rem 2rem;
}
.addParts01 .block .box:nth-child(2) .box-body {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.addParts01 .block .box-body .inner {
width: 31rem;
}
.addParts01 .block .box-body ul:not([class]) {
margin: 0;
}
.addParts01 .block .box-body ul:not([class]) li {
padding: 0 0 0 1.6rem;
font-weight: 700;
line-height: 1.4;
}
.addParts01 .block .box-body ul:not([class]) li::before {
top: 0.4rem;
}
.addParts01 .block .box-body .catch {
margin: 0 0 0.5rem 0;
color: #3368d1;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body .name {
margin: 0 0 1.5rem 0;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body .name span {
font-size: 3rem;
}
.addParts01 .block .box-body .fig {
text-align: center;
}
.addParts01 .block .box-body .list-1 {
margin: 2.5rem 0 0 0;
}
.addParts01 .block .box-body .list-2 {
margin: 2.5rem 0 0 0;
padding: 1.5rem 1rem 1.5rem 1.2rem;
background: #e6e6e6;
}
.addParts01 .block .box-body .ttl {
margin: 0 0 1.5rem 0;
font-size: 1.6rem;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body .btn-web {
margin: 2rem auto 0 auto;
}
.addParts01 .block .box-body .caption {
margin: 2rem 0 0 0;
text-align: center;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
padding: 15rem 0;
background: #111 url(img/add02_bg_01.jpg) no-repeat center top;
background-size: 100% aitp;
}
.addParts02 .addParts-title {
margin: 0 0 8rem 0;
color: #fff;
}
.addParts02-company {
position: relative;
margin: 0 0 10rem 0;
padding: 6rem;
background: #fff;
box-shadow: 14px 14px 0 0 #2666e5;
}
.addParts02-company:last-child {
margin: 0;
}
.addParts02-company.lower {
margin: 8rem 0;
padding: 6rem 3rem;
}
.addParts02-company::before {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 10rem 10rem 0 0;
border-color: #2666e5 transparent transparent transparent;
content: "";
}
.addParts02-company::after {
position: absolute;
left: 50%;
top: -3.5rem;
transform: translateX(-50%);
color: #000;
font-size: 7rem;
font-family: "Teko", sans-serif;
font-weight: 400;
letter-spacing: 0.8rem;
line-height: 1.1;
text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
content: "COMPANY";
}
.addParts02-company .title-wrap {
position: relative;
margin: 8rem 0 4rem 0;
text-align: center;
}
.addParts02-company .title-wrap::before {
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
width: 41rem;
height: 0.1rem;
border-top: 1px solid #000;
content: "";
}
.addParts02-company .title-wrap::after {
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
width: 41rem;
height: 0.1rem;
border-bottom: 1px solid #000;
content: "";
}
.addParts02-company .title-wrap .title {
display: inline-block;
padding: 2rem;
font-size: 2.8rem;
font-weight: 700;
line-height: 1.4;
}
.addParts02-company .title-wrap + p:not([class]) {
}
.addParts02-company.lower .title-wrap + p:not([class]) {
width: 100%;
}
.addParts02-company table {
width: calc(100% - 8rem);
margin: 0 auto;
}
.addParts02-company table th {
width: 24rem;
}
.addParts02-company.lower  table th {
width: 17rem;
}
.block-head  {
margin: 0 0 4rem 0;
text-align: center;
}
.block-head .catch {
margin: 0 0 3rem 0;
color: #3368d1;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
}
.block-head .name {
position: relative;
padding: 2rem;
font-size: 3rem;
font-weight: 700;
line-height: 1.4;
}
.block-head .name::before {
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
width: 41rem;
height: 0.1rem;
border-top: 1px solid #000;
content: "";
}
.block-head .name::after {
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
width: 41rem;
height: 0.1rem;
border-bottom: 1px solid #000;
content: "";
}
.addParts02-company .block-summary {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.addParts02-company .block-summary .box-fig {
width: 45rem;
text-align: center;
}
.addParts02-company .block-summary .box-fig {
width: 45%;
text-align: center;
}
.addParts02-company .block-summary .box-txt {
width: 55%;
padding: 0 0 0 4rem;
}
.addParts02-company .block-summary .box-txt p:not([class]) {
margin: 2rem 0 0 0;
}
.addParts02-company .block-summary .box-txt .btn-web {
max-width: 32rem;
margin: 3rem auto 0 auto;
}
.addParts02-company .block-summary .box-txt .result {
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
}
.addParts02-company .block-summary .box-txt .result span {
font-size: 2.3rem;
}
.addParts02-company .block-summary .box-txt .result span span {
color: #3368d1;
}
.block-case {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-case .box {
width: 50%;
padding: 0 0 0 4rem;
}
.block-case .box:nth-child(odd) {
padding: 0 4rem 0 0;
border-right: 2px solid #000;
}
.block-case .box-head {
display: flex;
align-items: center;
margin: 0 0 2rem 0;
min-height: 6rem;
padding: 0 0 0 8rem;
background: url(img/add02_bg_02.png) no-repeat left center;
background-size: 6rem 6rem;
color: #3368d1;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
}
.block-feature .box {
margin: 0 0 3.5rem 0;
padding: 3rem 5rem;
background: #f4f6f5;
}
.block-feature .box .ttl {
margin: 0 0 1.5rem 0;
color: #3368d1;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.block-feature .box p:not([class]) {
margin: 0;
}





























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

a:hover {
opacity: 1;
}


/*--------------------------------------
　Header
---------------------------------------*/
header .headTopArea {
width: 100%;
margin: 0.3rem auto 0.3rem auto;
}

header .headTopArea .rightTxt {
padding: 0 1rem;
font-size: 3vw;
font-weight: 400;
line-height: 1.4;
text-align: left;
}


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

#navWrap .siteName img {
width: 18rem;
}

#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, 1);
z-index: 999;
display: none;
}

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

#navSp a {
text-decoration: none;
}


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

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

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

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

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

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

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

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

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

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

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

body.open {
height: inherit !important;
}



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

/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
box-sizing: border-box;
width: 100%;
padding: 1rem 0 0 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 6rem 1rem;
}


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


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

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_blue_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_blue_up.png) right 10px center no-repeat;
background-size: 10px auto;
}

footer .areaInner .footBox .sttl {
border-bottom: 1px solid #ccc;
background: none;
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: #f0f0f0;
}

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_blue.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_blue.png) 96.5% center no-repeat;
background-size: 6px auto;
padding: 1.0rem 9% 1.0rem 4%;
color: #000;
}

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: 100%;
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 .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;
padding: 0;
}

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

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

footer a {
text-decoration: none;
}

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


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

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


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

/*--------------------------------------
heading
---------------------------------------*/
.main-low h1 {
min-height: auto;
margin: 0 0 4rem 0;
padding: 1.5rem;
background-size: 18rem auto;
box-shadow: 5px 5px 0 0 #bfbdbd;
font-size: 2.4rem;
}

.main-low h2 {
margin: 4rem 0 3rem 0;
padding: 1.5rem 0;
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 {
padding: 0 1.5rem 0.8rem 1rem;
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 {
padding: 1.2rem 1.5rem 1.5rem;
font-size: 1.8rem;
}
.rank_wrap .rank::before {
}
.rank_wrap .rank a {
padding: 0 1.6rem 0 0;
}



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


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
position: relative;
width: 100%;
margin: 3rem auto;
}
.float-wrap .flame {
width: 100%;
margin: 0 auto;
}
.float-wrap .float-img {
width: auto;
margin: 0 auto 2rem auto;
text-align: center;
}
.float-wrap .fl {
float: none;
width: 100%;
text-align: center;
}
.float-wrap .fr {
float: none;
width: 100%;
text-align: center;
}
.float-wrap .ct {
width: 100%;
text-align: center;
}
.float-wrap .catch {
margin: 0 0 1.2rem 0;
font-size: 1.6rem;
}
.float-wrap.ct .catch {
text-align: left;
}
.float-wrap p {
margin: 0;
padding: 0;
}


/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
max-width: 90%;
margin: 3rem auto;
}
.btn-internal a {
min-height: 6rem;
padding: 2rem 3rem;
background: #2666e5 url(img/arrow_white.png) no-repeat right 1.5rem center;
background-size: 7px auto;
font-size: 1.5rem;
}
.btn-internal.down a {
background: #2666e5 url(img/arrow_white_down.png) no-repeat right 1.5rem center;
background-size: 13px auto;
}

.btn-web,
p.btn-web {
max-width: 90%;
margin: 3rem auto;
}
.btn-web a {
min-height: 6rem;
padding: 2rem 3rem;
background: #bf1212 url(img/arrow_white.png) no-repeat right 1.5rem center;
background-size: 7px auto;
font-size: 1.5rem;
}

.btn-tel,
p.btn-tel {
display: block;
max-width: 90%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-tel a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
min-height: 6rem;
margin: 0 auto;
padding: 2rem 4rem;
background: url(img/ico_tel.png) no-repeat 2rem center, url(img/arrow_white.png) no-repeat right 1.5rem center, #000;
background-size: 18px auto, 7px auto;
border-radius: 6rem;
box-shadow: 4px 4px 0 0 #999;
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-tel a:hover {
box-shadow: none;
opacity: 0.7;
transform: translate(4px, 4px);
}

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


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: block;
}
.box-wrap .box {
width: 100%;
padding: 2.4rem 2rem 3rem 2rem;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: block;
}
.frame-wrap::after {
display: nonek;
content: none;
}
.frame-wrap .frame {
width: 100%;
}
.frame-wrap .frame-body table th {
width: 100%;
}
.frame-wrap .frame-body .btn-link {
margin: 2rem auto 0 auto;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
position: relative;
height: 8rem;
background: #f4f6f5 url(img/mv_bg_06.png) no-repeat left center;
background-size: auto 8rem;
}
#visArea.lower .logo {
position: absolute;
right: 4.5%;
top: 50%;
transform: translateY(-50%);
width: 12rem;
}


/*--------------------------------------
toc_parts
---------------------------------------*/
.toc_parts {
margin: 3rem auto;
padding: 1.5rem;
}
.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: 1rem;
font-size: 1.8rem;
}
#toc li.chapter-h.chapter-h-three {
margin: 0.5rem 0 0.5rem 3rem;
}
#toc li.chapter-h.chapter-h-three::before {
top: 0.7rem;
width: 6px;
height: 6px;
}
#toc li.chapter-h-three + .chapter-h-two {
margin-top: 2rem;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-btn {
width: 90%;
font-size: 1.5rem;
}
.accordion-btn:hover {
opacity: 1;
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
right: 0;
bottom: 0;
width: 100%;
}
.block-banner a {
display: flex;
align-items: center;
width: 28rem;
height: 7rem;
padding: 2.2rem 1.5rem 1.2rem 1.5rem;
background: #2666e5;
box-shadow: none;
text-align: left;
}
.block-banner::before {
left: 1.5rem;
top: -1.5rem;
transform: none;
color: #000;
font-size: 3.2rem;
}
.block-banner a div {
width: 100%;
padding: 0 2rem 0 0;
background: url(img/arrow_white.png) no-repeat right center;
background-size: 7px auto;
font-size: 1.5rem;
}
.block-banner a div span {
display: inline;
margin: 0;
padding: 0;
background: none;
box-shadow: none;
font-size: 1.5rem;
}
.block-banner a:hover {
opacity: 1;
}


/*--------------------------------------
summary
---------------------------------------*/
.main-low > .block-summary {
position: relative;
margin: 8rem 0 4rem 0;
padding: 3rem 2rem;
}
.main-low > .block-summary::before {
top: -1.8rem;
font-size: 4rem;
letter-spacing: 0.6rem;
}
.main-low > .block-summary .title {
margin: 0 0 3rem 0;
font-size: 2.4rem;
}
.main-low > .block-summary .inner {
display: block;
}
.main-low > .block-summary .box-fig {
width: 100%;
margin: 0 0 2rem 0;
}
.main-low > .block-summary .box-txt {
width: 100%;
padding: 0;
}
.main-low > .block-summary .box-txt .btn-tel,
.main-low > .block-summary .box-txt .btn-link {
margin: 2.5rem auto 0 auto;
}
.main-low > .block-summary .box-txt .btn-link a {
color: #000;
}


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

.addParts-title {
margin: 0 0 3rem 0;
padding: 4.5rem 0 0 0;
font-size: 2.4rem;
}
.addParts-title a {
display: block;
padding: 0 1.6rem 0 0;
background-size: 10px auto;
}

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


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
padding: 2.5rem 0;
background: #405071 url(img/add01_bg_01.jpg) no-repeat center top;
background-size: 200% auto;
}
.addParts01 .lead2{
text-align:left;
width:100%;
}
.addParts01 .addInner {
width: 100%;
}
.addParts01 .block {
display: block;
}
.addParts01 .block .box {
background: #fff;
}
.addParts01 .block .box:nth-child(1) {
width: 100%;
margin: 0 0 3rem 0;
}
.addParts01 .block .box:nth-child(2) {
width: 100%;
}
.addParts01 .block .box-head .catch {
font-size: 2.1rem;
}
.addParts01 .block .box-body {
padding: 2rem 2rem 3rem 2rem;
}
.addParts01 .block .box:nth-child(2) .box-body {
display: block;
}
.addParts01 .block .box-body .inner {
width: 100%;
margin: 0 0 4rem 0;
}
.addParts01 .block .box-body .inner:last-child {
margin: 0;
border-top:1px solid #333;
padding-top:3rem;
}
	
	
	
.addParts01 .block .box-body .catch {
font-size: 1.8rem;
}
.addParts01 .block .box-body .name span {
font-size: 2.4rem;
}
.addParts01 .block .box-body .fig {
text-align: center;
}
.addParts01 .block .box-body .list-1 {
margin: 2.5rem 0 0 0;
}
.addParts01 .block .box-body .list-2 {
margin: 2.5rem 0 0 0;
padding: 1.5rem 1rem 1.5rem 1.2rem;
background: #e6e6e6;
}
.addParts01 .block .box-body .ttl {
margin: 0 0 1.5rem 0;
font-size: 1.6rem;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body .btn-tel {
margin: 2rem auto 0 auto;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
padding: 5rem 0;
background: #111 url(img/add02_bg_01.jpg) no-repeat center top;
background-size: 100% auto;
}
.addParts02 .addParts-title {
margin: 0 0 6rem 0;
}
.addParts02-company {
margin: 0 0 6rem 0;
padding: 4rem 1rem 3rem 1rem;
box-shadow: 7px 7px 0 0 #2666e5;
}
.addParts02-company.lower {
margin: 6rem 0;
padding: 4rem 1rem 3rem 1rem;
}
.addParts02-company::before {
border-width: 4rem 4rem 0 0;
}
.addParts02-company::after {
top: -1.8rem;
font-size: 4rem;
letter-spacing: 0.6rem;
}
.addParts02-company .title-wrap {
margin: 6rem 0 3rem 0;
}
.addParts02-company .title-wrap::before {
width: 100%;
}
.addParts02-company .title-wrap::after {
width: 100%;
}
.addParts02-company .title-wrap .title {
padding: 1rem;
font-size: 2.1rem;
}
.addParts02-company .title-wrap + p:not([class]) {
}
.addParts02-company table {
width: 100%;
}
.addParts02-company table th,
.addParts02-company.lower table th {
width: 100%;
}
.block-head  {
margin: 0 0 3rem 0;
}
.block-head .catch {
margin: 0 0 1.5rem 0;
font-size: 1.8rem;
}
.block-head .name {
padding: 1rem;
font-size: 2.4rem;
}
.block-head .name::before {
width: 100%;
}
.block-head .name::after {
width: 100%;
}
.addParts02-company .block-summary {
display: block;
}
.addParts02-company .block-summary .box-fig {
width: 100%;
margin: 0 0 2rem 0;
}
.addParts02-company .block-summary .box-txt {
width: 100%;
padding: 0;
}
.addParts02-company .block-summary .box-txt .btn-web {
max-width: 90%;
}
.addParts02-company .block-summary .box-txt .result {
font-size: 1.6rem;
}
.addParts02-company .block-summary .box-txt .result span {
font-size: 2rem;
}
.block-case {
display: blockn;
}
.block-case .box {
width: 100%;
margin: 0 0 2rem 0;
padding: 0 0 2.5rem 0;
border-bottom: 1px solid #000;
}
.block-case .box:nth-child(odd) {
padding: 0 0 2.5rem 0;
border-right: none;
}
.block-case .box:last-child {
margin: 0;
padding: 0;
border-bottom: none;
}
.block-case .box-head {
font-size: 1.8rem;
background: url(img/add02_bg_02.png) no-repeat left center;
background-size: 40px;
padding: 0 0 0 5rem;
}
.block-feature .box {
margin: 0 0 3rem 0;
padding: 2rem;
}
.block-feature .box .ttl {
margin: 0 0 1.5rem 0;
font-size: 1.8rem;
}

}
