@charset "utf-8";

/*--------------------------------------------------------------------------
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 {
color: #333;
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 1.4rem;
font-weight: 600;
line-height: 1.8;
min-width: 1100px;
-webkit-font-smoothing: subpixel-antialiased;
word-break: break-word;
}

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

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

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

.fl {
float: left;
}

.fr {
float: right;
}

.strong {
font-weight: bold;
}

.f110 {
font-size: 110%;
}

.f120 {
font-size: 120%;
}

.f130 {
font-size: 130%;
}

.f150 {
font-size: 150%;
}

.f200 {
font-size: 200%;
}

.f300 {
font-size: 300%;
}

.pc {
display: block !important;
}

.sp {
display: none !important;
}

.sp_br {
display: none;
}



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

header .headTopArea {
width: 1100px;
margin: 6px auto;
}

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


/*--------------------------------------
　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: 80px;
text-align: center;
position: relative;
font-size: 1.2rem;
}

#g-nav li::after {
content: "";
background: linear-gradient(#102942, #102942);
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:last-child::after {
display: none;
content: none;
}

#g-nav li a {
display: table;
width: 100%;
height: 100%;
font-weight: bold;
line-height: 1.6;
padding: 20px 12px;
position: relative;
color: #333;
font-weight: bold;
}

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

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



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

#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:hover {
color: #ab8159;
}

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


/*--------------------------------------
　Side
---------------------------------------*/
#side {
float: right;
width: 220px;
margin-top: 68px;
}

#side .sideTopBox {
background: #f5f5dc;
border: solid 1px #333;
margin: 60px 0 40px;
position: relative;
}

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

#side .sideTopBox .catch {
font-size: 1.6rem;
margin: 0 0 15px;
font-weight: bold;
text-align: center;
line-height: 1.4;
}

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

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

#side .sideTopBox .dtlBtn {
display: block;
text-align: center;
color: #fff;
background: url(img/arrow_white.png) right 10px center no-repeat #333;
background-size: 6px auto;
padding: 8px 30px;
margin: 20px 0 0;
}

#side .sideBox {
margin: 0 0 20px;
padding-top: 10px;
}

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

#side .sideBox .sttl a {
display: block;
padding: 10px;
background: #ecf2f7;
}

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

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

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

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

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

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

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

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

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



/*--------------------------------------
Footer
---------------------------------------*/
footer {
margin: 15rem 0 0;
padding: 0;
background-color: #0b2c5e;
}

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: bold;
line-height: 1;
text-align: center;
text-decoration: none;
}

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

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

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

footer .areaInner .footBox .sttl a {
display: block;
font-size: 1.6rem;
font-weight: bold;
background: url("img/foot_arrow.png") left center no-repeat;
background-size: 11px auto;
border: none;
padding: 0.3rem 0 0.3rem 2.0rem;
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;
background: url("img/arrow_w.png") 5px 8px no-repeat;
background-size: 5px auto;
padding: 0 0 0 1.5rem;
}

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

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

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

footer .areaInner .footBox .accChild .pc+li.subCat::before {
content: "";
}

footer .areaInner .footBox .accChild li {
float: left;
display: inline-block;
margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild li a {
font-size: 1.3rem;
font-weight: normal;
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: #fff;
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: #fff;
margin: 3rem auto 0;
}

footer .botArea {
background-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: #333;
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: #333;
float: left;
padding: 0;
}

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

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

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

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

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

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



/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents .mappage ul {
margin: 0 auto 0.6rem;
}

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

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

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

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



/*--------------------------------------
visArea
---------------------------------------*/
#visArea .mainArea.lower {
display: flex;
align-items: center;
justify-content: center;
height: 12rem;
background: url(img/mv_bg_02.jpg) no-repeat center top;
background-size: cover;
text-align: center;
}
#visArea .mainArea.lower .siteName img {
width: 250px;
}


/* ================== */
/*  メインコンテンツ　*/
/* ================== */
.main p:not([class]) {
margin: 2rem 0;
}

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

p:not([class]) > span:not([class]),
li:not([class]) > span:not([class]),
td:not([class]) > span:not([class]) {
color: #ff7828;
font-weight: bold;
}

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


/*--------------------------------------
heading
---------------------------------------*/
.main-index h2:not([class]),
.main-low h1 {
margin: 0 0 5rem 0;
padding: 2.5rem 2rem;
background: #0b2c5e;
border: 1px solid #fff;
outline: 5px solid #0b2c5e;
color: #fff;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 3rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}

.main-index h3:not([class]),
.main-low h2 {
margin: 5rem 0 3rem 0;
padding: 2.5rem 2rem;
background: #b2d3e7;
color: #000;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 2.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}

.main-index h4:not([class]),
.main-low h3 {
margin: 5rem 0 3rem 0;
padding: 0 2rem 1rem 2rem;
border-bottom: 2px solid #0b2c5e;
color: #000;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.4;
}

.main-index h5:not([class]),
.main-index h6:not([class]),
.main-low h4,
.main-low h5,
.main-low h6 {
margin: 4rem 0 2rem 0;
padding: 0 2rem 1rem 2rem;
border-bottom: 1px dashed #000;
color: #333;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
}

.main-index h2:not([class]) a,
.main-index h3:not([class]) a,
.main-index h4:not([class]) a,
.main-index h5:not([class]) a,
.main-index h6:not([class]) a,
.main-low 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: 10px auto;
color: inherit;
text-decoration: none;
}
.main-index h2:not([class]) a {
background: url(img/arrow_white.png) no-repeat right center;
background-size: 10px auto;
}


/*--------------------------------------
title
---------------------------------------*/
.rank_wrap {
counter-reset: num;
}
.rank_wrap .rank {
position: relative;
margin: 4rem 0 3rem 2.8rem;
padding: 1.5rem 2rem 1.5rem 6rem;
background: #fdf5da;
color: #102942;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.4;
}
.rank_wrap .rank::before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: -2.8rem;
top: 50%;
transform: translateY(-50%);
width: 56px;
height: 56px;
background: #ff7828;
border-radius: 50%;
color: #fff;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 3.5rem;
font-weight: bold;
line-height: 1.1;
text-align: center;
content: counter(num);
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: 10px auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
lists
---------------------------------------*/
.main ul {
max-width: 1100px;
margin: 25px auto 25px;
padding: 0;
}
.main ul li {
margin: 0 0 0.6rem 0;
padding: 0 0 0 2.4rem;
position: relative;
}
.main ul li:last-child {
margin: 0;
}
.main ul li::before {
content: '';
display: block;
background-color: #003e9e;
width: 10px;
height: 10px;
border-radius: 50px;
position: absolute;
top: 7px;
left: 0;
}

.main ol {
max-width: 1100px;
margin: 25px auto 25px;
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: #1151b1;
width: 20px;
height: 20px;
position: absolute;
top: 3px;
left: 0;
color: #fff;
text-align: center;
line-height: 1.7;
font-weight: bold;
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);
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
max-width: 1100px;
margin: 35px auto 40px;
box-sizing: border-box;
}
.float-wrap img {
width: 100%;
}
.float-wrap .flame {
position: relative;
}
.float-wrap .fl {
width: 350px;
margin: 0 30px 10px 0;
text-align: center;
}
.float-wrap .fr {
width: 350px;
margin: 0 0 10px 30px;
text-align: center;
}
.float-wrap .ct {
width: 500px;
margin: 0 auto 20px;
text-align: center;
}
.float-wrap.ct .catch {
text-align: center;
}
.float-wrap .catch {
font-size: 2.0rem;
font-weight: bold;
line-height: 1.6;
margin: 0 0 20px;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
color: #0b2c5e;
}


/*--------------------------------------
table
---------------------------------------*/
table th,
table td {
word-break: break-all;
}
.table-layout {
padding: 0;
}
.main table {
width: 100%;
max-width: 1100px;
table-layout: fixed;
margin: 40px auto 40px;
}
.main table th {
width: 22%;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
background: #eef2fb;
border: solid 1px #4e4e4e;
padding: 14px 16px;
}
.main table td {
line-height: 1.4;
padding: 14px 20px;
background: #fff;
font-size: 1.4rem;
text-align: left;
word-wrap: break-word;
border: solid 1px #4e4e4e;
}

.scroll_text{
    color: #999;
    font-size: 1.2rem;
}




/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 6rem 0 2rem 0;
}
.box-wrap .box {
position: relative;
width: calc((100% - 6rem) / 2);
margin: 0 0 4rem 0;
padding: 3rem 2rem;
background: #fff;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
}
.box-wrap .box:nth-child(odd)::after {
position: absolute;
right: -2.6rem;
top: 50%;
transform: translateY(-50%);
width: 1px;
height: calc(100% + 2rem);
border-right: 2px dashed #bbb;
content: "";
}
.box-wrap .box-head {
display: table;
margin: 0 0 2.5rem 0;
}
.box-wrap .box-head .ico {
display: table-cell;
width: 5rem;
padding: 0 1.4rem 0 0;
text-align: center;
}
.box-wrap .box-head .ttl {
display: table-cell;
color: #0b2c5e;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
vertical-align: middle;
}
.box-wrap .box-head .ttl a {
display: block;
padding: 0 1.5rem 0 0;
background: url(img/arrow_navy.png) no-repeat right center;
background-size: 8px 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;
margin: 6rem 0 3rem 0;
}
.frame-wrap::after {
display: block;
width: calc((100% - 4rem) / 3);
content:"";
}
.frame-wrap .frame {
width: calc((100% - 4rem) / 3);
margin: 0 0 3rem 0;
background: #fff;
border: 2px solid #1c2e5c;
}
.frame-wrap .frame-head {
padding: 2rem 1.5rem;
background: #1c2e5c;
color: #fff;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
}
.frame-wrap .frame-head a {
display: block;
padding: 0 1.5rem 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.5rem;
}
.frame-wrap .frame-body p {
margin: 0;
}
.frame-wrap .frame-body table {
margin: 2rem 0 0 0;
}
.frame-wrap .frame-body table th {
width: 35%;
padding: 0.5rem;
font-size: 1.2rem;
}
.frame-wrap .frame-body table td {
padding: 1.5rem 0.5rem;
font-size: 1.2rem;
}
.frame-wrap .frame-body .fig {
margin: 0 0 0.8rem 0;
text-align: center;
}
.frame-wrap .frame-body .fig + .caption {
margin: 0.8rem 0;
text-align: center;
}
.frame-wrap .frame-body .btn-internal {
width: 85%;
margin: 3rem auto 0 auto;
}


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

.btn-internal,
p.btn-internal {
position: relative;
width: 43rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-internal::before {
position: absolute;
right: -0.6rem;
bottom: -0.6rem;
width: calc(100% - 0.2rem);
height: calc(100% - 0.2rem);
background: #fff;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
content: "";
pointer-events: none;
}
.btn-internal a {
display: inline-block;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 3rem;
background: #0b2c5f url(img/arrow_white.png) no-repeat right 2rem center;
background-size: 7px auto;
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 {
background-color: #187a9e;
text-decoration: none;
opacity: 1;
transform: translate(6px, 6px);
}
.btn-internal.down a {
background: #0b2c5f url(img/arrow_white_down.png) no-repeat right 1.6rem center;
background-size: 11px 7px;
}

.btn-web,
p.btn-web {
position: relative;
width: 43rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-web::before {
position: absolute;
right: -0.6rem;
bottom: -0.6rem;
width: calc(100% - 0.2rem);
height: calc(100% - 0.2rem);
background: #fff;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
content: "";
pointer-events: none;
}
.btn-web a {
display: inline-block;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 3rem;
background: #f7cd00;
background: -moz-linear-gradient(left, #f7cd00 0%, #f96014 100%);
background: -webkit-linear-gradient(left, #f7cd00 0%, #f96014 100%);
background: linear-gradient(to right, #f7b600 0%, #f96014 100%);
box-sizing: border-box;
color: #fff;
font-size: 1.8rem;
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::before {
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
width: 7px;
height: 11px;
background: url(img/arrow_white.png) no-repeat left top;
background-size: contain;
content: "";
}
.btn-web a:hover {
background: -moz-linear-gradient(left, #f7cd00 0%, #f7cd00 100%);
background: -webkit-linear-gradient(left, #f7cd00 0%, #f7cd00 100%);
background: linear-gradient(to right, #f7cd00 0%, #f7cd00 100%);
text-decoration: none;
opacity: 1;
transform: translate(6px, 6px);
}

.btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
display: inline-block;
position: relative;
padding: 0.2rem 0 0 1.6rem;
background: url(img/arrow_blue.png) no-repeat left center;
background-size: 7px auto;
color: #187a9e;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.4;
text-decoration: underline;
}
.btn-link a:hover {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
toc
---------------------------------------*/
.main-low .toc_parts {
margin: 5rem auto;
padding: 4rem 5rem 2rem 5rem;
background: #f5f5f5;
}
.main-low .toc_parts .ttl {
padding: 0 0 0 1rem;
border-left: 4px solid #0b2c5e;
color: #333;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
}
.main-low #toc {
margin: 1.5rem 0 0 0;
padding: 0 2rem;
border-top: 1px solid #0b2c5e;
}
.main-low #toc .chapter {
margin: 0 0 2rem 0;
counter-reset: count;
}
.main-low #toc .chapter .chapter-h {
position: relative;
margin: 2rem 0 0 0;
padding: 0 0 0 3.5rem;
color: #333;
font-size: 1.6rem;
line-height: 1.8;
counter-increment: count;
}
.main-low #toc .chapter .chapter-h:last-child {
margin-bottom: 0;
}
.main-low #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: #003e9e;
font-size: 2rem;
font-weight: bold;
content: counter(count, decimal-leading-zero);
}
.main-low #toc .chapter .chapter-h a {
font-weight: bold;
text-decoration: none;
}
.main-low #toc .chapter .chapter-h a:hover {
opacity: 0.7;
}
.main-low #toc li.chapter-h.chapter-h-three {
margin: 1rem 0 1rem 4rem;
padding: 0 0 0 1.5rem;
counter-increment: none;
}
.main-low #toc li.chapter-h.chapter-h-three::before {
position: absolute;
left: 0;
top: 0.8rem;
transform: rotate(180deg);
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #0b072b;
border-right: 1px solid #0b072b;
content: "";
}
.main-low #toc li.chapter-h.chapter-h-three a {
font-weight: normal;
}
.main-low #toc li.chapter-h.chapter-h-three span {
font-weight: 400;
}
.main-low #toc .chapter br {
display: none;
}


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

.addParts-title {
margin: 0 0 3rem 0;
padding: 4rem 0 0 0;
background: url(img/title_bg_01.png) no-repeat center top;
color: #0b2c5e;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 3.5rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
background-size: 3rem;
}
.addParts-title a {
display: inline-block;
padding: 0 3.5rem 0 0;
background: url(img/arrow_navy.png) no-repeat right center;
background-size: 12px auto;
color: inherit;
text-decoration: none;
}

.addTxt {
margin: 0 5rem 6rem 5rem;
color: #000;
text-align: center;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
margin: 12rem 0 0 0;
padding: 5rem 0 10rem 0;
background: #0e3d71 url(img/add01_bg_01.jpg) no-repeat center top;
background-size: cover;
}
.addParts01 .addParts-title {
background: url(img/title_bg_02.png) no-repeat center top;
color: #fff;
background-size: 3rem;
}
.addParts01 .addTxt {
margin: 0 5rem 9rem 5rem;
color: #fff;
text-align: center;
}
.addParts01 .note {
margin: 2rem 0 0 0;
color: #fff;
font-size: 1.3rem;
}
.addParts01 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.addParts01 .block::after {
display: block;
width: calc((100% - 2.2rem) / 3);
content:"";
}
.addParts01 .block .box {
position: relative;
width: calc((100% - 2.2rem) / 3);
padding: 0 2rem 4rem 2rem;
background: #fff;
}
.addParts01 .block .box-head {
margin: 0 0 2rem 0;
text-align: center;
}
.addParts01 .block .box-head .label {
position: relative;
top: -3rem;
width: 55%;
margin: 0 auto;
padding: 1.2rem;
background: #187a9e;
color: #fff;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}
.addParts01 .block .box-head .catch {
margin: 1rem 0 1.5rem 0;
color: #ff7828;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 2.3rem;
font-weight: bold;
line-height: 1.2;
}


.addParts01 .block .box-head .catch .small_black{
    font-size: 1.8rem;
    color: #333;
}


.addParts01 .block .box-head .name {
color: #333;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
}
.addParts01 .block .box-body .fig,
.addParts01 .block .box-body .caption {
text-align: center;
}
.addParts01 .block .box-body table {
margin: 2.5rem 0 0 0;
}
.addParts01 .block .box-body table th {
width: 30%;
padding: 0.8rem;
}
.addParts01 .block .box-body table td {
padding: 0.8rem;
}
.addParts01 .block .box-body ul {
margin: 2rem 0 0 0;
}
.addParts01 .block .box-body p {
margin: 0;
}
.addParts01 .block .box-body .btn-web {
width: 100%;
margin: 2rem auto 0 auto;
}
.addParts01 .block .box-body .btn-internal {
width: 100%;
margin: 2.8rem auto 0 auto;
}
.addParts01.lower {
margin: 10rem 0 0 0;
padding: 5rem 0;
}

.addParts01.lower .btn-web a{
    font-size: 1.6rem;
}




.addParts01.lower .addInner {
width: 100%;
padding: 0 2rem;
}
.addParts01.lower .addTxt {
margin: 0 5rem 6rem 5rem;
}
.addParts01.lower .block .box {
padding: 0 1rem 3rem 1rem;
}
.addParts01.lower .block .box-head .label {
padding: 1rem;
}
.addParts01.lower .block .box-head .catch {
margin: -1.5rem 0 1.5rem 0;
font-size: 1.8rem;
}
.addParts01.lower .block .box-head .name {
font-size: 1.8rem;
}
.addParts01.lower .addParts-title {
padding: 5rem 0 0 0;
background-size: 4%;
font-size: 3rem;
}






@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 .headTopWrap {
background: #fff;
}

header .headTopArea {
width: 100%;
margin: 0;
padding: 0.5rem;
}

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



/*--------------------------------------
visArea
---------------------------------------*/



/*--------------------------------------
　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;
vertical-align: middle;
width: 15rem;
font-size: 1.15rem;
font-weight: bold;
line-height: 1.4;
padding: 0.5rem 1rem 0; 
text-align: left;
}

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

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

#navWrap .recommendBtn::after {
content: '';
position: absolute;
right: 3px;
bottom: 3px;
border-top: 4px solid transparent;
border-right: 4px solid #bbb;
border-bottom: 4px solid #bbb;
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: -40px;
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: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;
font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.open {
height: inherit !important;
}




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



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

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

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

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

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

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


/*--------------------------------------
Main Contents
---------------------------------------*/
#contents {
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;
}





/*--------------------------------------
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: bold;
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: bold;
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_w_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 {
opacity: 1;
}

footer .areaInner .footBox .sttl.open a {
background: url("img/arrow_white_up.png") right 10px center no-repeat;
background-size: 10px auto;
}

footer .areaInner {
border-top: 1px solid #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: #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: #000;
padding: 0;
}

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

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

footer a {
text-decoration: none;
}

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



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

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



/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents .mappage h2 {
margin: 5.0rem auto 2.0rem;
}

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

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

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

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

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

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



/*--------------------------------------
visArea
---------------------------------------*/
#visArea .mainArea.lower {
height: 8rem;
}
#visArea .mainArea.lower .siteName img {
width: 170px;
height: 39px;
}



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


/*--------------------------------------
heading
---------------------------------------*/
.main-index h2:not([class]),
.main-low h1 {
margin: 0 0 4rem 0;
padding: 2rem 1.5rem;
font-size:2.1rem;
}

.main-index h3:not([class]),
.main-low h2 {
margin: 4rem 0 2rem 0;
padding: 2rem 1.5rem;
background: #dce5ee;
font-size: 1.9rem;
}

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

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

.main-index h2:not([class]) a,
.main-index h3:not([class]) a,
.main-index h4:not([class]) a,
.main-index h5:not([class]) a,
.main-index h6:not([class]) a,
.main-low h2 a,
.main-low h3 a,
.main-low h4 a,
.main-low h5 a,
.main-low h6 a {
padding: 0 1.6rem 0 0;
background-size: 8px auto;
}
.main-index h2:not([class]) a {
background-size: 8px auto;
}


/*--------------------------------------
title
---------------------------------------*/
.rank_wrap .rank {
position: relative;
margin: 4rem 0 3rem 2.4rem;
padding: 1.2rem 1.5rem 1.2rem 3.5rem;
font-size: 1.8rem;
}
.rank_wrap .rank::before {
left: -2.4rem;
top: 50%;
transform: translateY(-50%);
width: 48px;
height: 48px;
font-size: 3rem;
}
.rank_wrap .rank a {
padding: 0 1.6rem 0 0;
background-size: 8px auto;
}













/*--------------------------------------
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 .catch {
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
margin: 0 auto 1rem auto;
}
.float-wrap.ct .catch {
text-align: left;
}
.float-wrap p:not([class]) {
margin: 0;
padding: 0;
}
.float-wrap .fl {
box-sizing: border-box;
width: 100%;
text-align: center;
float: none;
}
.float-wrap .fr {
box-sizing: border-box;
width: 100%;
text-align: center;
float: none;
}
.float-wrap .ct {
box-sizing: border-box;
width: 100%;
margin: 0 auto 1.0rem;
text-align: center;
}


/*--------------------------------------
table
---------------------------------------*/
.main table {
box-sizing: border-box;
width: 100%;
max-width: initial;
table-layout: fixed;
margin: 3rem auto;
border: solid 1px #4e4e4e;
border-bottom: none;
}
.main table th {
width: 100%;
padding: 1rem;
line-height: 1.3;
font-size: 1.3rem;
display: block;
border: none;
border-bottom: solid 1px #4e4e4e;
}
.main table td {
width: 100%;
display: block;
line-height: 2.4rem;
padding: 1rem;
background: #fff;
font-size: 1.3rem;
text-align: left;
word-wrap: break-word;
border: none;
border-bottom: solid 1px #4e4e4e;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: block;
margin: 4rem 0 1rem 0;
}
.box-wrap .box {
width: 100%;
margin: 0 0 3rem 0;
padding: 2rem 1.5rem;
}
.box-wrap .box:nth-child(odd)::after {
display: none;
content: none;
}
.box-wrap .box-head .ttl {
font-size: 1.8rem;
}


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



/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
width: 90%;
margin: 3rem auto;
}
.btn-internal a {
background: #0b2c5f url(img/arrow_white.png) no-repeat right 1.5rem center;
background-size: 7px auto;
font-size: 1.5rem;
}
.btn-internal a:hover {
background-color: #0b2c5f;
transform: none;
}
.btn-internal.down a {
background: #0b2c5f url(img/arrow_white_down.png) no-repeat right 1.5rem center;
background-size: 11px 7px;
}

.btn-web,
p.btn-web {
width: 90%;
margin: 3rem auto;
}
.btn-web a {
font-size: 1.5rem;
}
.btn-web a::before {
right: 1.5rem;
}
.btn-web a:hover {
background: #f7cd00;
background: -moz-linear-gradient(left, #f7cd00 0%, #f96014 100%);
background: -webkit-linear-gradient(left, #f7cd00 0%, #f96014 100%);
background: linear-gradient(to right, #f7cd00 0%, #f96014 100%);
transform: none;
}

.btn-tel,
p.btn-tel {
display: block;
position: relative;
width: 90%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-tel::before {
position: absolute;
right: -0.6rem;
bottom: -0.6rem;
width: calc(100% - 0.2rem);
height: calc(100% - 0.2rem);
background: #fff;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
content: "";
pointer-events: none;
}
.btn-tel a {
display: inline-block;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 3rem;
background: #187a9e url(img/arrow_white.png) no-repeat right 1.5rem center;
background-size: 7px auto;
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 {
position: relative;
width: 90%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-link::before {
position: absolute;
right: -0.6rem;
bottom: -0.6rem;
width: calc(100% - 0.2rem);
height: calc(100% - 0.2rem);
background: #fff;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
content: "";
pointer-events: none;
}
.btn-link a {
display: inline-block;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 3rem;
background: #1151b1 url(img/arrow_white.png) no-repeat right 1.5rem center;
background-size: 7px auto;
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-link a:hover {
text-decoration: none;
opacity: 1;
}


/*--------------------------------------
toc
---------------------------------------*/
.main-low .toc_parts {
margin: 4rem auto;
padding: 2rem 1.5rem 0.5rem 1.5rem;
}
.main-low .toc_parts .ttl {
padding: 0 0 0 1rem;
font-size: 1.8rem;
}
.main-low #toc {
margin: 1.2rem 0 0 0;
padding: 0;
}
.main-low #toc .chapter {
margin: 0 0 1.5rem 0;
}
.main-low #toc .chapter .chapter-h {
margin: 1.5rem 0 0 0;
padding: 0 0 0 3rem;
font-size: 1.5rem;
}
.main-low #toc ul.chapter .chapter-h::before {
top: 1.3rem;
font-size: 1.8rem;
}
.main-low #toc .chapter .chapter-h a:hover {
opacity: 1;
}
.main-low #toc li.chapter-h.chapter-h-three {
margin: 0.6rem 0 0.6rem 3.2rem;
}
.main-low #toc li.chapter-h.chapter-h-three::before {
top: 0.6rem;
}


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

.addParts-title {
padding: 4rem 0 0 0;
background-size: 25px 25px;
font-size: 2.4rem;
}
.addParts-title a {
display: block;
padding: 0 2rem 0 0;
background-size: 10px auto;
}

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


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
margin: 6rem 0 0 0;
padding: 4rem 0 6rem 0;
}
.addParts01 .addParts-title {
background-size: 25px 25px;
}
.addParts01 .addTxt {
margin: 0 0 6rem 0;
text-align: left;
}
.addParts01 .block {
display: block;
}
.addParts01 .block::after {
display: none;
}
.addParts01 .block .box {
width: 100%;
margin: 0 0 7rem 0;
}
.addParts01 .block .box:last-child {
margin: 0;
}
.addParts01 .block .box-head .label {
top: -2.5rem;
width: 45%;
padding: 1rem;
font-size: 1.8rem;
}
.addParts01 .block .box-head .catch {
margin: -1rem 0 1.5rem 0;
font-size: 2rem;
}
.addParts01 .block .box-body table {
margin: 2rem 0 0 0;
}
.addParts01 .block .box-body table th {
width: 100%;
}
.addParts01 .block .box-body .btn-web {
width: 90%;
}
.addParts01 .block .box-body .btn-tel {
width: 90%;
margin: 2.8rem auto 0 auto;
}
.addParts01 .block .box-body .btn-internal {
width: 90%;
}
.addParts01.lower {
margin: 8rem -1rem 0 -1rem;
padding: 4rem 1rem;
}
.addParts01.lower .addInner {
padding: 0 1rem;
}
.addParts01.lower .addTxt {
margin: 0 0 6rem 0;
text-align: left;
}

.addParts01.lower .addParts-title{
    background-size: 8%;
    font-size: 2.3rem;
}

.addParts01.lower .block .box-head .catch{
    font-size: 2rem;
        margin-top: 1rem;
}
.btn-tel:after {
    content:"";
    background: url(img/sp_tel_icon.png) no-repeat;
    background-size: 60% auto;
    width: 28px;
    height: 35px;
    position: absolute;
    top: 20px;
    left: 3%;
}



.table-scroll {
    overflow-x: auto;
}
.main .table-scroll table {
    width:800px;
     max-width: 1100px;
table-layout: fixed;
margin: 10px auto 20px;

}

.main .table-scroll table th {
  width: 22%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: #eef2fb;
  border: solid 1px #4e4e4e;
  padding: 14px 16px;
  display: table-cell;
}

.main .table-scroll table td {
line-height: 1.4;
padding: 14px 20px;
background: #fff;
font-size: 1.4rem;
text-align: left;
word-wrap: break-word;
border: solid 1px #4e4e4e;
display: table-cell;
}


}
