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

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


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

body {
color: #000;
font-family: "Noto Sans JP", sans-serif;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.8;
min-width: 1000px;
overflow-x: hidden;
word-break: break-word;
}

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

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

a:hover {
opacity: 0.7;
}

body * {
box-sizing: border-box;
}

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


/*--------------------------------------
header
---------------------------------------*/
header {
position: relative;
}

#headNoteArea {
width: 100%;
padding: 0;
font-size: 12px;
font-size: 1.2rem;
}

#headNoteArea .areaInner {
margin: 0 auto;
text-align: right;
}

#headNoteArea .sitename {
padding: 0.5rem 2rem;
color: #444;
font-weight: 400;
line-height: 1.4;
}

#headNoteArea .sitename a {
color: inherit;
text-decoration: none;
}

#headNoteArea .sitename::before {
display: inline-block;
width: 3.8rem;
height: 2rem;
margin: 0 0.8rem 0 0;
background: #000;
color: #fff;
font-size: 1.4rem;
line-height: 1.9rem;
text-align: center;
content: "PR";
}

#headNoteArea .sitename a {
text-decoration: none;
}

#headNoteArea .sitelogo {
text-align: center;
}

#headNoteArea .sitelogo.lower {
background: url(img/mv_bg_02.png) no-repeat center center;
background-size: cover;
}

#headNoteArea .sitelogo img {
width: 21.3rem;
}

#headNoteArea .sitelogo a:hover {
opacity: 0.7;
}


/*--------------------------------------
g-nav
---------------------------------------*/
#g-nav {
width: 100%;
position: relative;
margin: 0 0 20px;
}

#g-nav ul:not([class]) {
width: 128rem;
margin: 2rem auto;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
align-items: center;
}

#g-nav ul:not([class]) li {
-webkit-flex-grow: 1;
flex-grow: 1;
width: 20%;
position: relative;
background-size: 104px, auto;
}

#g-nav ul:not([class]) li::after {
content: "";
width: 1px;
height: 20px;
display: inline-block;
border-left: 2px dashed #ff7e00;
position: absolute;
top: calc(50% - 10px);
left: 0;
}

#g-nav ul:not([class]) li:last-child::before {
content: "";
width: 1px;
height: 20px;
display: inline-block;
border-right: 2px dashed #ff7e00;
position: absolute;
top: calc(50% - 10px);
right: 0;
}

#g-nav li a {
display: block;
text-align: center;
font-size: 15px;
font-size: 1.5rem;
padding: 5px 20px;
box-sizing: border-box;
line-height: 1.8rem;
}


/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
width: 100rem;
margin: 0.8rem auto 5rem auto;
font-size: 1.2rem;
}

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


/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents {
margin: 0 auto;
padding: 0;
}

.index,
.category,
.page {
margin: 0;
padding: 0;
}

#category,
#page {
width: 100rem;
margin: 0 auto;
}

#category .baseBox,
#page .baseBox {
float: left;
width: 76rem;
padding: 0 0 10rem 0;
}


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


/*--------------------------------------
　Side
---------------------------------------*/
#side {
box-sizing: border-box;
width: 220px;
float: right;
margin: 0 0 60px;
}

#side .sideBox {
box-sizing: border-box;
margin: 0 0 25px;
overflow: hidden;
}

#side .sideBox a {
line-height: 1.6;
}

#side .sideBox .sttl {
box-sizing: border-box;
position: relative;
overflow: hidden;
}

#side .sideBox .sttl a {
display: block;
height: 100%;
font-size: 15px;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.4;
text-decoration: none;
padding: 18px 30px 18px 18px;
position: relative;
z-index: 2;
background: #ddfcff url(img/arrow_blue.png) no-repeat right 12px center;
background-size: 8px auto;
border-radius: 10px;
}

#side .sideBox .sttl a:hover {
opacity: 0.7;
}

#side .sideBox ul:not([class]) {
padding: 0 !important;
margin: 0;
background: #fff;
}

#side .sideBox li {
border-top: dashed 1px #d4d4d4;
background: none;
padding: 0;
}

#side .sideBox li:first-child {
border-top: none;
}

#side .sideBox li ul.subList li {
border-top: dashed 1px #d4d4d4;
}

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

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

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

#side .sideBox .subList li:last-child {
background: none;
}

#side .sideBox .subList li a {
background: url(img/arrow_side_sub.png) no-repeat left 15px top 10px, url(img/arrow_black.png) right 10px center no-repeat;
background-size: auto, 12px auto;
display: block;
padding: 13px 25px 13px 32px;
}

#side .sideBox ul:not([class]) li span:hover {
opacity: 1;
border-bottom: solid 2px #f6e847;
}

#side .sideBox ul:not([class]) li a:hover {
opacity: 1;
}


/*--------------------------------------
Footer
---------------------------------------*/
footer {
margin: 0;
padding: 0;
background: #58687c;
}

footer .areaInner {
width: 1000px;
margin: 0 auto;
padding: 40px 0 0 0;
}

footer a {
text-decoration: none;
}

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

footer .areaInner .footBox {
margin: 0 0 30px 0;
}

footer .areaInner .footBox .sttl {
border-bottom: 1px dashed #fff;
padding: 0 0 2px 0;
margin: 0 0 14px 0;
}

footer .areaInner .footBox .sttl a {
background: url("img/arrow_white.png") 6px 50% no-repeat;
background-size: 10px auto;
display: inline-block;
font-size: 16px;
font-size: 1.6rem;
color: #fff;
padding: 3px 0 3px 30px;
}

footer .footBox ul:not([class]) {
padding: 0 20px;
}

footer .areaInner .footBox .accChild {
padding: 0;
box-sizing: border-box;
}

footer .areaInner .footBox .accChild li {
background: none;
}

footer .areaInner .footBox .accChild li.subCat {
margin: 0 30px 0 0;
padding: 0;
}

footer .areaInner .footBox .accChild .sp+li::before {
letter-spacing: 0;
color: #a3b9b7;
}

footer .areaInner .footBox .accChild .sp+li::before {
letter-spacing: 0;
color: #a3b9b7;
}

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

footer .areaInner .footBox .accChild .subList li::after {
content: "　/　";
letter-spacing: 0;
color: #fff;
}

footer .areaInner .footBox .accChild .subList li:last-child::after {
content: none;
}

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

footer .areaInner .footBox .accChild li a {
padding: 0 0 0.1rem 1.6rem;
background: url(img/arrow01_white.svg) 0 50% no-repeat;
background-size: 10px auto;
color: #fff;
font-size: 1.3rem;
font-weight: 400;
}

footer .areaInner .footBox .accChild .subList li:first-child::before {
content: "　/　";
letter-spacing: 0;
color: #fff;
}

footer .areaInner .footBox .accChild .subList {
display: inline-block;
padding: 0;
margin: 0 0 0 20px;
}

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

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

footer .areaInner .noticeArea {
box-sizing: border-box;
width: 71%;
color: #444;
margin: 60px auto 35px;
}

footer .areaInner .noticeArea p {
padding: 20px 30px;
color: #fff;
font-size: 12px;
font-size: 1.2rem;
margin: 0;
}

footer .areaInner .noticeArea .botPrg {
font-size: 12px;
font-size: 1.2rem;
background: transparent;
text-align: center;
padding: 10px 0 0;
border: none;
}

footer .botArea {
padding: 1.2rem 0;
background: #fff;
}

footer .botArea .botInner {
width: 1000px;
margin: 0 auto;
position: relative;
}

footer .botArea .botInner .smap {
float: right;
}

footer .botArea .botInner .smap a {
padding: 0.2rem 1.2rem 0.2rem 0;
background: url(img/arrow_blue.png) no-repeat right center;
background-size: 6px auto;
font-size: 1.3rem;
}

footer .botArea .botInner .smap a:hover {
text-decoration: underline;
}

footer p.copy {
font-size: 12px;
font-size: 1.2rem;
float: left;
margin: 0;
}

footer .areaInner .footBox .accChild .sp {
display: none;
}


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

.main p:not([class]) {
margin: 1em 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]) {
background: linear-gradient(transparent 60%, #fffa7c 60%);
font-weight: 700;
}

.caption {
margin: 0.8rem 0 0 0;
color: #9c9c9c;
font-size: 1rem;
line-height: 1.4;
word-break: break-all;
text-align: center;
}
}
.caption a {
color: inherit;
text-decoration: underline;
}
.caption a:hover {
text-decoration: none;
}
.caption::-webkit-scrollbar {
height: 5px;
}
.caption::-webkit-scrollbar-track {
border-radius: 5px;
background: #eee;
}
.caption::-webkit-scrollbar-thumb {
border-radius: 2px;
background: #ddd;
}

.auto {
margin: 0 auto;
}


/*--------------------------------------
heading
---------------------------------------*/
.main-low h1:not([class]) {
position: relative;
margin: 0 0 4rem 0;
padding: 2.5rem 0 0 0;
color: #0082eb;
font-size: 3.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.main-low h1:not([class])::before {
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
color: #ff7e00;
font-size: 1.4rem;
font-weight: 700;
letter-spacing: 0.1rem;
line-height: 1.1;
content: "TOPIC";
}

.main-low h2:not([class]) {
position: relative;
margin: 5rem 0 2.5rem 0;
padding: 1.5rem 2rem 1.5rem 3rem;
background: #fffdd9;
border-radius: 1rem;
font-size: 2.8rem;
font-weight: 700;
line-height: 1.4;
}

.main-low h3:not([class]) {
position: relative;
margin: 3rem 0 2rem 0;
padding: 1rem 2rem 1rem 3rem;
font-size: 2.5rem;
font-weight: 700;
line-height: 1.4;
}
.main-low h3:not([class])::before {
position: absolute;
left: -1rem;
top: 50%;
transform: translateY(-50%);
width: 6.6rem;
height: 7rem;
background: url(img/title_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
z-index: -1;
}

.main-low h4:not([class]),
.main-low h5:not([class]),
.main-low h6:not([class]) {
position: relative;
margin: 3rem 0 2rem 0;
padding: 0 2rem 0.8rem 1rem;
border-bottom: 1px dashed #5bb8ff;
font-size: 1.9rem;
font-weight: 700;
line-height: 1.4;
}

.main-low h2:not([class]) a,
.main-low h3:not([class]) a,
.main-low h4:not([class]) a,
.main-low h5:not([class]) a,
.main-low h6:not([class]) 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:not([class]) {
margin: 4rem 0;
padding: 0;
}
.main ul:not([class]) li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 1.8rem;
}
.main ul:not([class]) li:last-child {
margin: 0;
}
.main ul:not([class]) li::before {
position: absolute;
left: 0;
top: 1rem;
width: 0.7rem;
height: 0.7rem;
background: #ff7e00;
border-radius: 50%;
content: "";
}

.main ol {
margin: 4rem 0;
padding: 0;
font-size: 1.4rem;
counter-reset: number 0;
}
.main ol li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 3rem;
counter-increment: number;
}
.main ol li::before {
position: absolute;
left: 0;
top: 0.2rem;
width: 2rem;
height: 2rem;
background: #ff7e00;
color: #fff;
font-size: 1.2rem;
line-height: 1.9rem;
text-align: center;
}
.main ol li:nth-child(-n + 9)::before {
content: counter(number);
}
.main ol li:nth-child(n + 10)::before {
content: counter(number);
}


/*--------------------------------------
table
---------------------------------------*/
table th,
table td {
word-break: break-all;
}
table {
width: 100%;
margin: 3rem auto;
border-collapse: collapse;
}
table th {
padding: 1.5rem;
background: #ddfcff;
border: 1px solid #eceff2;
font-weight: 700;
font-size: 1.5rem;
line-height: 1.4;
text-align: center;
}
table td {
padding: 1.5rem;
background: #fff;
border: 1px solid #eceff2;
font-size: 1.3rem;
line-height: 1.6;
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 6rem auto;
}
.float-wrap .fl {
width: 28rem;
margin: 0 3rem 1rem 0;
text-align: center;
}
.float-wrap .fr {
width: 28rem;
margin: 0 0 1rem 3rem;
text-align: center;
}
.float-wrap .center {
margin: 0 auto 2rem auto;
text-align: center;
}
.float-wrap p:not([class]) {
margin: 0;
}
.float-wrap .catch {
margin: 0 0 1.5rem 0;
color: #0082e6;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
text-align: left;
}
.float-wrap .center + .catch {
text-align: center;
}


/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
position: relative;
max-width: 40rem;
margin: 4rem auto;
padding: 0;
}
.btn-internal a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 4rem;
background: url(img/arrow_white.png) no-repeat right 2rem center, url(img/gradient_02.png) no-repeat left top;
background-size: 10px auto, 101% 101%;
border-radius: 6rem;
box-shadow: 5px 5px 0 0 #90bbff;
box-sizing: border-box;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
/* transition: 0.2s; */
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-internal a:hover {
background: #80b1ff url(img/arrow_white.png) no-repeat right 2rem center;
background-size: 10px auto;
box-shadow: none;
opacity: 1;
transform: translate(5px, 5px);
}
.btn-internal.down a {
background: url(img/arrow_white_down.png) no-repeat right 1.8rem center, url(img/gradient_02.png) no-repeat left top;
background-size: auto 10px, 101% 101%;
}
.btn-internal.down a:hover  {
background: #80b1ff url(img/arrow_white_down.png) no-repeat right 1.8rem center;
background-size: auto 10px, 101% 101%;
}

.btn-web,
p.btn-web {
position: relative;
max-width: 40rem;
margin: 4rem auto;
padding: 0;
}
.btn-web a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 4rem;
background: url(img/arrow_black.png) no-repeat right 2rem center, url(img/gradient_01.png) no-repeat left top;
background-size: 10px auto, 101% 101%;
border-radius: 6rem;
box-shadow: 5px 5px 0 0 #ffefac;
box-sizing: border-box;
color: #000;
font-size: 1.8rem;
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 {
background: #fff4c6 url(img/arrow_black.png) no-repeat right 2rem center;
background-size: 10px auto;
box-shadow: none;
opacity: 1;
transform: translate(5px, 5px);
}

.btn-tel,
p.btn-tel {
position: relative;
max-width: 40rem;
margin: 4rem auto;
padding: 0;
}
.btn-tel a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 4rem;
background: url(img/ico_sp.png) no-repeat left 1.8rem center, url(img/gradient_03.png) no-repeat left top;
background-size: 20px auto, 101% 101%;
border-radius: 6rem;
box-shadow: 5px 5px 0 0 #80fff4;
box-sizing: border-box;
color: #000;
font-size: 1.8rem;
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 {
background: #80fff4 url(img/ico_sp.png) no-repeat left 1.8rem center;
background-size: 20px auto;
box-shadow: none;
opacity: 1;
transform: translate(5px, 5px);
}

.btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
display: inline-block;
position: relative;
padding: 0.1rem 2.5rem 0.3rem 0;
background: url(img/arrow_blue.png) no-repeat right center;
background-size: 10px auto;
color: #000;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.4;
text-decoration: underline;
}
.btn-link a:hover {
text-decoration: none;
opacity: 1;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box-wrap .box {
position: relative;
width: calc((100% - 4.8rem) / 2);
margin: 0 0 3rem 0;
padding: 2.5rem 2rem;
background: #fffeee;
border-radius: 1.5rem;
}
.box-wrap .box-head {
display: flex;
align-items: center;
min-height: 8rem;
margin: 0 0 2rem 0;
padding: 0 0 1.5rem 8rem;
background: url(img/title_bg_02.png) no-repeat left calc(50% - 0.5rem);
background-size: 64px auto;
border-bottom: 1px dashed #92a0af;
}
.box-wrap .box-head .ttl {
width: 100%;
color: #0082eb;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
}
.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: 10px auto;
color: inherit;
text-decoration: none;
}
.box-wrap .box-body p:not([class]) {
margin: 0;
}
.box-wrap .box-body .btn-link {
margin: 2rem 0 0 0;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.frame-wrap::after {
display: block;
width: calc((100% - 4.8rem) / 3);
content: "";
}
.frame-wrap .frame {
position: relative;
width: calc((100% - 4.8rem) / 3);
margin: 0 0 3rem 0;
padding: 2.5rem 2rem;
background: #eafcff;
border-radius: 1.5rem;
}
.frame-wrap .frame-head {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
padding: 0 0 1.5rem 0;
border-bottom: 1px dashed #92a0af;
}
.frame-wrap .frame-head .ttl {
width: 100%;
color: #0082eb;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.frame-wrap .frame-head .ttl a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow_blue.png) no-repeat right center;
background-size: 10px auto;
color: inherit;
text-decoration: none;
}
.frame-wrap .frame-body p:not([class]) {
margin: 0;
}
.frame-wrap .frame-body .btn-link {
margin: 2rem 0 0 0;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
display: none;
}
.accordion-btn {
display: block;
position: relative;
max-width: 47rem;
height: auto;
margin: 0 auto 4rem auto;
padding: 1.5rem 0;
background: #fff;
border: 3px solid #92a0af;
border-radius: 6rem;
box-shadow: 5px 5px 0 0 #888;
color: #5c5c5c;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
cursor: pointer;
/* transition: 0.2s; */
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.accordion-btn::before {
position: absolute;
right: 3rem;
top: 50%;
transform: translateY(-50%);
width: 1.6rem;
height: 1.6rem;
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 {
box-shadow: none;
opacity: 1;
transform: translate(5px, 5px);
}


/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
margin: 0 auto 4rem auto;
padding: 3rem 4rem 2rem 4rem;
background: #fcfcfc;
}
.toc_parts .ttl {
padding: 0 0 0 1rem;
border-left: 4px solid #0082eb;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
#toc {
margin: 1.5rem 0 0 0;
border-top: 1px 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 4rem;
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: #0082eb;
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: 3rem auto;
}
.block-toc .accordion-btn div::after {
content: "目次";
}
.block-toc .accordion-btn.is-open div::after {
content: "閉じる";
}


/*--------------------------------------
related
---------------------------------------*/
#related-article p:not([class]) {
margin: 0;
}
#related-article.related-article01-frame {
position: relative;
margin: 6rem auto;
padding: 4rem 5rem;
background: #e2fcff;
}
#related-article .related-article01-title {
font-size: 2.5rem;
font-weight: 700;
line-height: 1.4;
}
#related-article .related-article01-list {
margin: 1.5rem 0 0 0;
padding: 0 2rem;
border-top: 1px solid #000;
font-weight: 700;
}
#related-article .related-article01-list li {
position: relative;
margin: 2rem 0 0 0;
padding: 0 0 0 3.2rem;
line-height: 1.4;
}
#related-article .related-article01-list li::before {
position: absolute;
left: 0;
top: 0.3rem;
width: 1.5rem;
height: 1.5rem;
background: #0082eb;
border-radius: 50%;
content: "";
}
#related-article .related-article01-list li + li {
margin: 1rem 0 0 0;
}
#related-article .related-article01-list a {
text-decoration: none;
}
#related-article .related-article01-list a:hover {
opacity: 0.6;
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
display: none;
position: fixed;
right: -1rem;
bottom: 12rem;
width: 21.8rem;
box-sizing: border-box;
z-index: 310;
}
.block-banner a {
display: block;
text-decoration: none;
}
.block-banner a:hover {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
addCont
---------------------------------------*/
.addInner {
position: relative;
width: 100rem;
margin: 0 auto;
}

.addCont-title {
position: relative;
margin: 0 0 4rem 0;
font-size: 3.6rem;
font-weight: 700;
letter-spacing: 0.1rem;
line-height: 1.4;
text-align: center;
}
.addCont-title span {
font-size: 2.7rem;
}
.addCont-title a {
display: inline;
padding: 0 5rem 0 0;
background: url(img/arrow_black.png) no-repeat right center;
background-size: 12px auto;
color: inherit;
text-decoration: none;
}

.en {
margin: 0 0 1.5rem 0;
color: #ff9900;
font-size: 1.4rem;
font-weight: 700;
letter-spacing: 0.1rem;
line-height: 1.4;
text-align: center;
}

p.lead {
width: 70%;
margin: 0 auto 4rem auto;
}
p.lead span {
background: linear-gradient(transparent 60%, #fffa7c 60%);
font-weight: 700;
}


/*--------------------------------------
addCont01
---------------------------------------*/
.addCont01 {
padding: 10rem 0;
background: url(img/add01_bg_01.png) no-repeat center top;
background-size: cover;
}
.addCont01 .addCont-title {
margin: 0 0 20rem 0;
color: #fff;
}
.addCont01 .en {
color: #fffa68;
}
.addCont01 p.note {
margin: 3rem 0 0 0;
color: #fff;
font-size: 1.2rem;
line-height: 1.6;
}
.addCont01 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.addCont01 .block::after {
display: block;
width: calc((100% - 4rem) / 3);
content: "";
}
.addCont01 .block .box {
position: relative;
width: calc((100% - 4rem) / 3);
padding: 8rem 2rem 3rem 2rem;
background: #fff;
border-radius: 1.8rem;
}
.addCont01 .block .box::before {
position: absolute;
left: 50%;
top: -16rem;
transform: translateX(-50%);
width: 18.8rem;
height: 22.8rem;
background: url(img/add01_illust_01.png) no-repeat top;
background-size: contain;
content: "";
}
.addCont01 .block .box:nth-child(2)::before {
background: url(img/add01_illust_02.png) no-repeat top;
background-size: contain;
}
.addCont01 .block .box:nth-child(3)::before {
background: url(img/add01_illust_03.png) no-repeat top;
background-size: contain;
}
.addCont01 .block .box-head {
margin: 0 0 2rem 0;
}
.addCont01 .block .box-head .name {
display: flex;
align-items: center;
justify-content: center;
color: #0082e6;
font-size: 2.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addCont01 .block .box-body ul:not([class]) {
margin: 0;
padding: 0;
}
.addCont01 .block .box-body ul:not([class]) li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 1.8rem;
font-size: 1.3rem;
}
.addCont01 .block .box-body ul:not([class]) li:last-child {
margin: 0;
}
.addCont01 .block .box-body ul:not([class]) li::before {
position: absolute;
left: 0;
top: 0.7rem;
width: 1rem;
height: 1rem;
background: #ff7e00;
border-radius: 50%;
content: "";
}
.addCont01 .block .box-body ul:not([class]) li > span:not([class]) {
background: linear-gradient(transparent 60%, #fffa7c 60%);
font-weight: 700;
}
.addCont01 .block .box-body .ttl {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 1.5rem 0;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addCont01 .block .box-body .num {
display: flex;
align-items: center;
justify-content: center;
color: #ff7e00;
font-size: 3rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addCont01 .block .box-body .label {
margin: 0 0 1.5rem 0;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addCont01 .block .box-body .txt-1 {
margin: 3rem 0 0 0;
padding: 1.5rem;
background: #e4fbff;
border-radius: 1.5rem;
}
.addCont01 .block .box-body .txt-2 {
margin: 3.5rem 0 0 0;
padding: 1.5rem;
background: #fffeee;
border-radius: 1.5rem;
}
.addCont01 .block .box-body .txt-2 .label {
margin: 0 0 0.5rem 0;
}
.addCont01 .vlivers {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 1rem;
}
.addCont01 .vlivers .vliver {
width: calc((100% - 4rem) / 2);
margin: 0 0 1rem 0;
text-align: center;
}
.addCont01 .block .box-body .btn-web,
.addCont01 .block .box-body .btn-tel {
margin: 2rem auto 0 auto;
}
.addCont01 .block .box-body .btn-link {
margin: 3rem 0 0 0;
}





























@media screen and (min-width: 600px) {
.sp {
display: none;
}

.sp_br {
display: none;
}
}

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

html {
overflow: initial;
}

body {
width: 100%;
min-width: 100%;
font-size: 1.4rem;
line-height: 1.7em;
overflow-x: initial;
}

.pc {
display: none;
}

.pc_br {
display: none;
}

img {
max-width: 100%;
}

a {
text-decoration: none;
}

a:hover {
opacity: 1;
}


/*--------------------------------------
header
---------------------------------------*/
header {
position: relative;
}

#headNoteArea {
width: 100%;
padding: 0;
font-size: 12px;
font-size: 1.2rem;
}

#headNoteArea .areaInner {
width: 100%;
background: none;
padding: 0;
margin: 0 auto 1rem auto;
}

#headNoteArea .sitename,
#headNoteArea .sitename a {
font-size: 1.2rem;
font-weight: 400;
padding: 0.5rem;
box-sizing: border-box;
text-align: center;
}

#headNoteArea .sitename a {
background: none;
padding: 0;
font-weight: 400;
}

#headNoteArea .sitename::before {
font-size: 1.2rem;
}

#headNoteArea .sitelogo img {
width: 16rem;
}

.out-frame {
position: relative;
width: 100%;
}

.out-frame.black::after {
background: #fff;
opacity: 0.6;
content: "";
height: 10000px;
right: 0;
top: 0;
padding: 0;
position: fixed;
width: 100%;
z-index: 1;
transition: all 0.5s ease;
}

.out-frame::after {
background: #fff;
opacity: 0;
content: "";
right: 0;
top: 0;
position: fixed;
width: 100%;
z-index: 1;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

.header-frame {
position: relative;
width: 100%;
height: 64px;
}

.menu-btn {
background: url(img/sp-btn-menu_on.png) 0 0 no-repeat;
background-size: 35px;
position: absolute;
top: 27px;
right: 13px;
height: 35px;
width: 35px;
z-index: 10;
}

.navOpenOut {
padding: 27px 13px 20px;
box-sizing: border-box;
}

.navOpen {
background: url(img/sp-btn-menu_off.png) 0 0 no-repeat;
background-size: 35px;
position: inherit;
top: inherit;
right: 13px;
height: 35px;
width: 35px;
z-index: 10;
float: right;
}

li.delete {
padding: 1rem 3rem 1rem 1rem;
background: #0082e6 url("img/batu.png") no-repeat calc(50% + 2rem) center;
background-size: 19px;
color: #fff;
text-align: center;
font-size: 13px;
font-size: 1.3rem;
}

#sp_titArea .is-fixed {
position: fixed;
top: 22px;
right: 13.5px;
z-index: 2;
}

.fixed {
position: fixed;
width: 100%;
height: 100%;
}

.menu-btn img {
opacity: 1;
}

.black .menu-btn img {
opacity: 0;
}

.header-menu {
display: none;
position: fixed;
top: 0;
width: 100%;
z-index: 10;
height: 100%;
overflow-y: scroll;
}

.header-menu ul:not([class]) li a {
display: block;
padding: 15px 35px 15px 10px;
background: #f7f4ef url("img/arrow02_green.svg") 97% 50% no-repeat;
background-size: 16px auto;
border-bottom: 1px solid #fff;
text-decoration: none;
line-height: 1.3;
color: #fff;
font-size: 14px;
font-size: 1.4rem;
}

.header-menu ul.accordion li ul:not([class]) li:first-child a {
padding: 12px 35px 12px 10px;
}

.header-menu ul:not([class]) li.delete {
background: #b5b5b5 url("img/batu.png") 60% 50% no-repeat;
background-size: 19px;
padding: 10px;
text-align: center;
color: #fff;
font-size: 13px;
font-size: 1.3rem;
}

.header-menu ul.accordion {
padding-inline-start: 0;
}

.header-menu ul.accordion ul:not([class]) {
display: none;
}

.header-menu ul.accordion .subCat ul.subList {
display: block;
}

.header-menu ul.accordion .tglMenu {
display: block;
padding: 15px 35px 15px 10px;
background: #f7f7f7 url(img/arrow_black_down.png) 97% 50% no-repeat;
background-size: 12px auto;
border-bottom: 1px solid #58687c;
text-decoration: none;
line-height: 1.3;
font-size: 14px;
font-size: 1.4rem;
}

.header-menu ul.accordion .open {
background: #f7f7f7 url(img/arrow_black_up.png) 97% 50% no-repeat;
background-size: 12px auto;
}

.header-menu ul.accordion ul:not([class]) li a {
font-family: inherit;
padding: 12px 30px 12px 20px;
background: #fff url("img/arrow_black.png") right 12px center no-repeat;
background-size: 6px auto;
border-bottom: 1px dotted #e1e1e1;
color: #333;
}
.header-menu ul.accordion ul:not([class]) li.subCat a {
padding: 12px 30px 12px 20px;
}

.header-menu ul.accordion .subCat ul.subList li a {
border-bottom: 1px solid #444;
padding: 12px 30px 12px 30px;
}

.header-menu ul.accordion li ul:not([class]) li:last-child a {
border-bottom: none;
}


/*--------------------------------------
Footer
---------------------------------------*/
footer {
box-sizing: border-box;
width: 100%;
padding: 0;
margin: 0;
background-color: #58687c;
}

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

footer .areaInner {
box-sizing: border-box;
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
}

footer .areaInner .footBox {
margin: 0;
}

footer .areaInner .footBox .sttl a {
display: block;
box-sizing: border-box;
font-size: 14px;
font-size: 1.4rem;
color: #fff;
background: #58687c url(img/arrow_white.png) right 11px center no-repeat;
background-size: auto 12px;
padding: 10px 40px 10px 4%;
}

footer .areaInner .footBox .sttl.tglMenu a {
background: #58687c url(img/arrow_white_down.png) right 10px center no-repeat;
background-size: 12px auto;
}

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

footer .areaInner .footBox .sttl {
border-bottom: 1px solid #f3f3f3;
padding: 0;
margin: 0;
}

footer .areaInner .footBox .accChild {
display: none;
padding: 0;
margin: 0;
box-sizing: border-box;
background: #f3f3f3;
}

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

footer .areaInner .footBox .accChild li.sp a {
background-color: #fff;
background-size: 6px auto;
}

footer .areaInner .footBox .accChild li a {
display: block;
box-sizing: border-box;
background: #fff url("img/arrow_black.png") right 12px center no-repeat;
background-size: 6px auto;
color: #333;
border-bottom: 1px dotted #ddd;
padding: 10px 40px 10px 4%;
font-size: 13px;
font-size: 1.3rem;
background-color: #fff;
}

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

footer .areaInner .footBox .accChild li.subCat a {
display: block;
box-sizing: border-box;
background: #fff url("img/arrow_black.png") right 12px center no-repeat;
background-size: 6px auto;
color: #333;
border-bottom: 1px dotted #ddd;
padding: 10px 40px 10px 8%;
}

footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
border: none;
}

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

footer .areaInner .footBox .accChild .subList li {
display: block;
}

footer .areaInner .footBox .accChild .subList li:first-child::before {
content: "";
}

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

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

footer .areaInner .footBox .accChild .subList li a {
padding: 10px 40px 10px 14%;
background: url("img/arrow_black.png") right 12px center no-repeat;
background-size: 6px;
}

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

footer .areaInner .footBox .accChild li:last-child::after {
content: "";
}

footer .areaInner .noticeArea {
box-sizing: border-box;
width: 90%;
margin: 30px auto 30px;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.8em;
}

footer .areaInner .noticeArea p {
padding: 0;
font-size: 1.2rem;
}

footer .areaInner .noticeArea .botPrg {
text-align: center;
background: transparent;
padding: 0;
font-size: 10px;
font-size: 1rem;
margin: 10px 0 0;
color: #fff;
}

footer .botArea {
padding: 0;
}

footer .botArea .botInner {
width: 100%;
}

footer p.copy {
margin: 0;
padding: 14px 15px 12px;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.3;
text-align: center;
}

footer a {
text-decoration: none;
}

footer .botArea .botInner .smap {
display: none;
}

footer .areaInner .footBox .accChild .sp {
display: block;
}


/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
position: fixed;
right: 1rem;
bottom: 2rem;
width: 4.8rem;
z-index: 2;
}

#page-top:hover {
opacity: 1;
}


/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzu {
width: 100%;
margin: 0 0 3rem 0;
padding: 0.5rem;
font-size: 1.1rem;
overflow-x: auto;
white-space: nowrap;
}

#pankuzu::before {
display: none;
content: none;
}


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

#category,
#page {
width: 100%;
}

#category .baseBox,
#page .baseBox {
float: none;
width: 100%;
padding: 0 1rem 4rem 1rem;
}


/*--------------------------------------
heading
---------------------------------------*/
.main-low h1:not([class]) {
margin: 0 0 3rem 0;
font-size: 2.6rem;
}

.main-index h3:not([class]),
.main-low h2:not([class]) {
padding: 1.5rem;
font-size: 2.1rem;
}

.main-low h3:not([class]) {
min-height: 5.3rem;
padding: 1rem 1.5rem 1rem 2rem;
font-size: 1.8rem;
}
.main-low h3:not([class])::before {
left: -0.5rem;
width: 5rem;
height: 5.3rem;
}

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


/*--------------------------------------
lists
---------------------------------------*/
.main ul:not([class]) {
margin: 3rem 0;
}
.main ul:not([class]) li::before {
top: 0.9rem;
}

.main ol {
margin: 3rem 0;
}
.main ol li::before {
top: 0.1rem;
}


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


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 4rem 0;
}
.float-wrap .float-img {
width: 100%;
text-align: center;
}
.float-wrap .fl,
.float-wrap .fr,
.float-wrap .center {
float: none;
width: 100%;
margin: 0 auto 1.5rem auto;
padding: 0;
text-align: center;
}
.float-wrap .catch {
font-size: 1.8rem;
}
.float-wrap .center + .catch {
text-align: left;
}



/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
max-width: 90%;
margin: 3rem auto;
}
.btn-internal a {
font-size: 1.5rem;
}

.btn-web,
p.btn-web {
max-width: 90%;
margin: 3rem auto;
}
.btn-web a {
font-size: 1.5rem;
}

.btn-tel,
p.btn-tel {
max-width: 90%;
margin: 3rem auto;
}
.btn-tel a {
font-size: 1.5rem;
}

.btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
display: inline-block;
position: relative;
padding: 0.1rem 2.5rem 0.3rem 0;
background: url(img/arrow_blue.png) no-repeat right center;
background-size: 10px auto;
color: #000;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.4;
text-decoration: underline;
}
.btn-link a:hover {
text-decoration: none;
opacity: 1;
}
.btn-link,
p.btn-link {
max-width: 90%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-link a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin: 0 auto;
padding: 2rem 4rem;
background: #fff url(img/arrow_blue.png) no-repeat right 1.8rem center;
background-size: 10px auto;
border: 3px solid #0082e6;
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: 1;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: block;
}
.box-wrap .box {
width: 100%;
}
.box-wrap .box-head .ttl {
font-size: 2rem;
}
.box-wrap .box-body .btn-link {
margin: 2rem auto 0 auto;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: block;
}
.frame-wrap::after {
display: none;
content: none;
}
.frame-wrap .frame {
width: 100%;
}
.frame-wrap .frame-head .ttl {
font-size: 2rem;
}
.frame-wrap .frame-body .btn-link {
margin: 2rem auto 0 auto;
}



/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
display: none;
}
.accordion-btn {
width: 90%;
font-size: 1.6rem;
}
.accordion-btn:hover {
opacity: 1;
}


/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
width: 100%;
margin: 0 auto 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 {
margin: 0;
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;
}


/*--------------------------------------
related
---------------------------------------*/
#related-article.related-article01-frame {
margin: 4rem auto;
padding: 2rem;
}
#related-article .related-article01-title {
font-size: 1.8rem;
}
#related-article .related-article01-list {
margin: 1rem 0 0 0;
padding: 0 1rem;
}
#related-article .related-article01-list li {
padding: 0 0 0 2.8rem;
}
#related-article .related-article01-list li::before {
top: 0.4rem;
width: 1.2rem;
height: 1.2rem;
}
#related-article .related-article01-list a:hover {
opacity: 1;
}


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


/*--------------------------------------
addCont
---------------------------------------*/
.addInner {
width: 100%;
padding: 0 1.5rem;
}

.addCont-title {
margin: 0 0 3rem 0;
font-size: 2.4rem;
letter-spacing: 0;
}
.addCont-title span {
font-size: 1.8rem;
}
.addCont-title a {
display: block;
padding: 0 2rem 0 0;
background-size: 10px auto;
}

p.lead {
width: 100%;
margin: 0 auto 3rem auto;
}
p.lead span {
background: linear-gradient(transparent 60%, #fffa7c 60%);
font-weight: 700;
}


/*--------------------------------------
addCont01
---------------------------------------*/
.addCont01 {
padding: 5rem 0;
background: url(img/add01_bg_01.png) repeat-y center top;
background-size: 250% auto;
}
.addCont01 .addCont-title {
margin: 0 0 11rem 0;
color: #fff;
}
.addCont01 .block {
display: block;
}
.addCont01 .block::after {
display: none;
content: none;
}
.addCont01 .block .box {
width: 100%;
margin: 0 0 12rem 0;
}
.addCont01 .block .box::before {
top: -10rem;
width: 16rem;
height: 16rem;
background: url(img/add01_illust_01.png) no-repeat center top;
background-size: contain;
}
.addCont01 .block .box:last-child {
margin: 0;
}
.addCont01 .block .box-head {
margin: 0 0 2rem 0;
}
.addCont01 .block .box-head .name {
font-size: 2.4rem;
}
.addCont01 .block .box-body .btn-link {
margin: 2rem auto 0 auto;
}
.addCont01 .vlivers .vliver img {
width: 70%;
}

}
