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


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

body {
min-width: 120rem;
margin: 0;
padding: 0;
color: #2e2e2e;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
line-height: 1.8;
overflow: hidden;
word-break: break-word;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-weight: normal;
}

ul,
ol,
dl,
p,
img,
form,
dt,
dd {
margin: 0;
padding: 0;
border: 0;
}

li {
list-style: none;
}

input,
textarea {
font-size: 1.2rem;
}

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

a {
color: inherit;
text-decoration: none;
}

a:active,
a:hover {
opacity: 0.7;
}

strong {
font-weight: 700;
}

em {
font-style: italic;
font-weight: normal;
}

.sp {
display: none;
}

/* microclearfix */

.cf::before,
.cf::after {
content: " ";
/* 1 */
display: table;
/* 2 */;
}

.cf::after {
clear: both;
}

/** For IE 6/7 only */

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

.forPC {
display: block;
}

.forSP {
display: none;
}

.pc_br {
display: inline-block;
}

.sp_br {
display: none;
}


/*--------------------------------------
header
---------------------------------------*/
.l-header-area {
width: 100%;
margin: 0;
}
.l-header__link {
display: inline-block;
text-decoration: none;
}
.l-header__link:hover {
opacity: 0.7;
}
.l-header-sitename {
padding: 0.5rem 2rem;
color: #2e2e2e;
font-size: 1.2rem;
line-height: 1.4;
text-align: right;
}
.l-header-sitename__link {
text-decoration: none;
}
.l-header-sitename__link:hover {
text-decoration: underline;
}
.l-header-sitename::before {
display: inline-block;
width: 2.8rem;
height: 1.8rem;
margin: 0 0.5rem 0 0;
background: #2e2e2e;
color: #fff;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.8rem;
text-align: center;
content: "PR";
}
.l-header-logo {
display: flex;
align-items: center;
justify-content: center;
height: 10rem;
text-align: center;
}
.l-header-logo img {
width: 33rem;
}


/*--------------------------------------
gnavi
---------------------------------------*/
.l-gnavi-btn {
display: block;
position: relative;
width: 6rem;
height: 6rem;
margin: 0 auto;
padding: 5rem 0 0 0;
color: #ed9224;
font-size: 0.8rem;
font-weight: 700;
line-height: 1.1;
text-align: center;
cursor: pointer;
}
.l-gnavi-btn span {
display: inline-block;
position: absolute;
left: 1.5rem;
width: 3rem;
height: 0.4rem;
background: #ed9224;
transition: all 0.4s;
}
.l-gnavi-btn span:nth-of-type(1) {
top: 1.9rem;
}
.l-gnavi-btn span:nth-of-type(2) {
top: 2.9rem;
}
.l-gnavi-btn span:nth-of-type(3) {
top: 3.9rem;
}
.l-gnavi-btn-box {
position: absolute;
left: 50%;
top: 10rem;
transform: translateX(-50%);
transition: all 0.4s;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn {
background: none;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
transform: translateY(1rem) rotate(-45deg);
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
opacity: 0;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
transform: translateY(-1rem) rotate(45deg);
}
.is-navi-open .l-gnavi-area--slide-left {
transform: translateX(0);
}
.l-gnavi-area {
position: fixed;
left: 0;
top: 0;
width: 40rem;
height: 100vh;
padding: 0;
background: #fff;
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
transition: all 0.8s ease;
z-index: 300;
}
.l-gnavi-area-menu {
display: table-cell;
vertical-align: middle;
}
.l-gnavi-area-scroll {
height: 100%;
padding: 2rem 10rem 2rem 0;
overflow-x: hidden;
overflow-y: scroll;
-ms-overflow-style: none;
}
.l-gnavi-area-scroll::-webkit-scrollbar {
display: none;
-webkit-appearance: none;
}
.l-gnavi-area-scroll__inner {
display: table;
height: 100%;
}
.l-gnavi-area-bar {
position: absolute;
right: 0;
top: 0;
width: 100px;
height: 100vh;
background: url(img/logo_icon.png) no-repeat center top 1.6rem;
background-size: 4.5rem auto;
}
.l-gnavi-area--slide-right {
transform: translateX(-30rem);
}
.l-gnavi-area--slide-left {
left: auto;
right: 0;
transform: translateX(-100%);
}
.l-gnavi-area--slide-down {
transform: translateY(-100%);
}
.l-gnavi-area--slide-up {
transform: translateY(100%);
}
.l-gnavi-list {
position: relative;
width: 30rem;
}
.l-gnavi-list__link {
display: block;
width: 90%;
margin: 0 auto;
padding: 1rem 4.5rem 1rem 2rem;
text-decoration: none;
}
.l-gnavi-list__link--menu {
cursor: pointer;
}
.l-gnavi-list__sub {
display: none;
margin: 0 0 0 1.6rem;
}
.l-gnavi-list__sub .l-gnavi-list__item {
background: url(img/arrow01_black.svg) no-repeat 2rem 1.6rem;
background-size: 8px auto;
}
.l-gnavi-btn-close__link {
display: inline-block;
position: relative;
margin: 2rem auto;
padding: 1rem 2rem 1rem 5rem;
background: #fff;
text-decoration: none;
}
.l-gnavi-btn-close__link:hover {
background: #ccc;
color: #fff;
}
.l-gnavi-btn-close__link:hover::after {
background: #fff;
}
.l-gnavi-btn-close__link:hover::before {
background: #fff;
}
.l-gnavi-btn-close__link::before {
position: absolute;
top: 50%;
left: 2rem;
transform: translateY(-50%) rotate(45deg);
width: 2rem;
height: 0.3rem;
background: #000;
content: "";
}
.l-gnavi-btn-close__link::after {
position: absolute;
left: 2rem;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
width: 2rem;
height: 0.3rem;
background: #000;
content: "";
}
.is-gnavi-cover .l-gnavi-area {
top: auto;
height: auto;
overflow-y: hidden;
z-index: 1;
}
.is-navi-open .l-gnavi-area {
opacity: 1;
}
.is-navi-open .l-gnavi-area--slide-right {
transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-left {
transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-down {
transform: translateY(0);
}
.is-navi-open .l-gnavi-area--slide-up {
transform: translateY(0);
}
.is-navi-open .is-gnavi-cover {
height: 100vh;
overflow-y: scroll;
}
.is-navi-open .is-gnavi-cover .l-gnavi-area {
position: static;
}


/*--------------------------------------
footer
---------------------------------------*/
.l-footer-area {
position: relative;
width: 100%;
margin: 0;
padding: 0 0 0 10rem;
background: #f3f3f3;
}
.l-footer-disclaimer {
width: 50rem;
margin: 2rem auto;
padding: 2rem;
background: #fff;
font-size: 1rem;
text-align: left;
}
.l-footer-disclaimer dt {
float: left;
}
.l-footer-note {
text-align: center;
margin: 2rem auto;
color: #000;
font-size: 1.2rem;
}
.l-footer-bottom {
margin: 0 auto;
background: #2e2e2e;
color: #fff;
font-size: 1.2rem;
text-align: center;
}
.l-footer-bottom a {
color: inherit;
}
.l-footer-bottom__inner {
display: table;
width: 96%;
max-width: 100rem;
margin: 0 auto;
}
.l-footer-bottom__copy {
display: table-cell;
padding: 1rem 0;
text-align: left;
}
.l-footer-bottom__copy__link {
text-decoration: none;
}
.l-footer-bottom__sitemap {
display: table-cell;
padding: 1rem 0;
text-align: right;
}
.l-footer-bottom__sitemap__link {
min-height: 2rem;
padding: 0.6rem 2rem 0.6rem 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 7px auto;
text-decoration: none;
}
.l-footer-menu-wrapper {
width: 100%;
max-width: 100rem;
margin: 0 auto;
padding: 10rem 0 0;
}
.l-footer-menu {
margin: 0 0 4rem 0;
}
.l-footer-menu__title {
margin: 0 0 1rem 0;
padding: 0 0 0.5rem 0;
border-bottom: 1px solid #333;
font-size: 1.4rem;
line-height: 1.4;
text-align: left;
}
.l-footer-menu__title__link {
display: block;
position: relative;
padding: 0.2rem 0 0 2rem;
background: url(img/arrow01_orange.svg) no-repeat left center;
background-size: 8px auto;
font-weight: 700;
text-decoration: none;
}
.l-footer-menu__list {
display: inline;
}
.l-footer-menu__list__item {
display: inline-block;
float: left;
padding: 0 1rem;
}
.l-footer-menu__list__item:first-child {
display: none;
}
.l-footer-menu__list__link {
position: relative;
padding: 0.5rem 0 0.5rem 1.5rem;
font-size: 1.2rem;
text-align: left;
text-decoration: none;
}
.l-footer-menu__list__link::before {
position: absolute;
left: 0;
top: 0.7rem;
width: 1rem;
height: 1rem;
background-color: #ed9224;
border-radius: 50%;
content: "";
}
.l-footer-submenu__list {
display: inline-block;
}
.l-footer-submenu__list__item {
display: inline-block;
}
.l-footer-submenu__list__link {
display: block;
padding: 0.5rem 1.5rem;
font-size: 1.2rem;
text-align: left;
text-decoration: none;
}
.l-footer-submenu__list__link::before {
content: '- ';
}


/*--------------------------------------
pagetop
---------------------------------------*/
.l-pagetop {
position: absolute;
top: -9rem;
right: 3rem;
z-index: 100;
}
.l-pagetop__link {
display: flex;
align-items: center;
justify-content: center;
width: 6rem;
height: 6rem;
background: #ed9224;
border-radius: 50%;
}
.l-pagetop__image {
width: 3rem;
}
.l-pagetop.is-fixed {
position: fixed;
top: auto;
bottom: var(--pagetop-offset, 4rem);}


/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzu {
max-width: 100rem;
margin: 1rem auto;
font-size: 1.2rem;
}


/*--------------------------------------
contents
---------------------------------------*/
.l-contents-area {
width: 100%;
margin: 0 auto;
padding-left: 10rem
}

.l-main-area {
width: 100%;
margin: 0 auto 7rem 0;
padding: 0;
text-align: left;
}

.l-main-area--top,
.l-main-area--low {
width: 100rem;
margin: 0 auto 7rem auto;
}

.l-main-area p:not([class]) {
margin: 1em 0;
}

.l-contents-area p:not([class]) > span:not([class]),
.l-parts01 p:not([class]) > span:not([class]),
.l-parts01 li:not([class]) > span:not([class]),
.l-parts01 td:not([class]) > span:not([class]) {
background: linear-gradient(transparent 70%, #f6c891 70%);
font-weight: 700;
}

span.marker {
background: linear-gradient(transparent 70%, #f6c891 70%);
font-weight: 700;
}

.l-main-area p:not([class]) > a:not([class]),
.l-main-area li:not([class]) > a:not([class]),
.l-main-area td:not([class]) > a:not([class]) {
text-decoration: underline;
}
.l-main-area p:not([class]) > a:not([class]):hover,
.l-main-area li:not([class]) > a:not([class]):hover,
.l-main-area 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: inherit;
text-decoration: underline;
}
.caption a:hover {
text-decoration: none;
}


/*--------------------------------------
heading
---------------------------------------*/
.l-main-area--top h2,
.l-main-area--low h1 {
position: relative;
margin: 2rem 0 4rem 0;
padding: 1.5rem 3rem;
background:  url(img/title_bg_01.png) no-repeat left top, url(img/title_bg_02.png) no-repeat right bottom;
background-size: 44px auto, 74px auto;
font-size: 3.6rem;
font-weight: 700;
line-height: 1.4;
}
.l-main-area--top h2 {
margin: 5rem 0 3rem 0;
padding: 1.5rem 2rem 1.5rem 3rem;
}

.l-main-area--top h3,
.l-main-area--low h2 {
position: relative;
margin: 5rem 0 3rem 0;
padding: 2rem 2rem 2rem 3rem;
background: #ffeed9 url(img/title_bg_03.png) no-repeat left -1.2rem center;
border-radius: 0.8rem;
font-size: 3.2rem;
font-weight: 700;
line-height: 1.4;
}

.l-main-area--top h4,
.l-main-area--low h3 {
position: relative;
margin: 6rem 0 3rem 0;
padding: 0 2rem 0.6rem 1.5rem;
border-bottom: 3px solid #ed9224;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
}

.l-main-area--top h5,
.l-main-area--top h6,
.l-main-area--low h4,
.l-main-area--low h5,
.l-main-area--low h6 {
position: relative;
margin: 4rem 0 2rem 0;
padding: 0 2rem 0 1.5rem;
border-left: 7px solid #ed9224;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}

.l-main-area--top h2 a,
.l-main-area--top h3 a,
.l-main-area--top h4 a,
.l-main-area--top h5 a,
.l-main-area--top h6 a,
.l-main-area--low h2 a,
.l-main-area--low h3 a,
.l-main-area--low h4 a,
.l-main-area--low h5 a,
.l-main-area--low h6 a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 1rem auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
title
---------------------------------------*/
.l-icon-title {
position: relative;
margin: 4rem 0 2rem 0;
padding: 2rem 2rem 2rem 10rem;
background: #ed9224;
border-radius: 0.8rem;
color: #fff;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
}
.l-icon-title::after {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 1.5rem;
top: 50%;
transform: translateY(-50%);
width: 6rem;
height: 4.9rem;
padding: 0 0 0 0.6rem;
background: url(img/title_bg_04.png) no-repeat left center;
background-size: contain;
box-sizing: border-box;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.1;
text-align: center;
content: "CHECK";
}
.l-icon-title--point::after {
content: "POINT";
}

.l-number-wrapper {
counter-reset: number 0;
}
.l-number-wrapper .l-icon-title {
padding: 2rem 2rem 2rem 8rem;
background: #efece8;
color: #2e2e2e;
}
.l-number-wrapper .l-icon-title::after {
position: absolute;
left: 2.5rem;
top: 50%;
transform: translateY(-50%);
width: auto;
height: auto;
padding: 0;
background: none;
color: #ed9224;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.1;
text-align: center;
content: counter(number, decimal-leading-zero);
counter-increment: number 1;
}

.l-icon-title a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 1rem auto;
color: inherit;
text-decoration: none;
}
.l-number-wrapper .l-icon-title a {
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 1rem auto;
}


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

.l-main-area ol:not([class]) {
margin: 4rem 1.5rem;
text-align: left;
counter-reset: number;
list-style-type: none !important;
}
.l-main-area ol:not([class]) li {
position: relative;
margin: 0 0 1rem 0;
padding: 0 0 0 3.4rem;
}
.l-main-area ol:not([class]) li:last-child {
margin: 0;
}
.l-main-area ol:not([class]) li::before {
position: absolute;
left: 0;
top: 0.4rem;
width: 2rem;
height: 2rem;
background: #ed9224;
color: #fff;
font-size: 1.2rem;
line-height: 1.9rem;
text-align: center;
content: counter(number);
counter-increment: number;
}


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

.l-scroll-x-sp {
max-width: 100%;
width: 100rem;
margin: 0 0 6rem 0;
  overflow: auto;
  max-height: 70vh;
  cursor: grab;
  -webkit-overflow-scrolling: touch; 
  overscroll-behavior: contain;
}
.l-scroll-x-sp:active { cursor: grabbing; }
.l-scroll-x-sp .simplified-chart-spfix {
width: max-content;
margin: 0.5rem 0;
border-collapse: separate;
border-spacing: 0;
}
/* 左右スクロール可能なラッパーの中で */
.l-scroll-x-sp .simplified-chart-spfix th {
  position: sticky;
  background: #efece8;
  z-index: 3;
}

/* --- 上方向固定（1行目＋2行目）--- */
.l-scroll-x-sp .simplified-chart-spfix tr:nth-child(1) th {
  top: 0;
}
.l-scroll-x-sp .simplified-chart-spfix tr:nth-child(2) th {
  top: 4.2rem; /* 1行目の高さぶんズラす（調整してOK） */
}

/* --- 左上の交差セル（最前面）--- */
.l-scroll-x-sp .simplified-chart-spfix tr:first-child > th:first-child {
  z-index: 5;
}

.l-scroll-x-sp .simplified-chart-spfix th,
.l-scroll-x-sp .simplified-chart-spfix td {
width: 20rem;
text-align: center;
}
.l-scroll-x-sp .simplified-chart-spfix td {
vertical-align: top;
}
.l-scroll-x-sp .simplified-chart-spfix td .fig img {
max-height: 11rem;
width: auto;
max-width: 100%;
}
.l-scroll-x-sp .simplified-chart-spfix tr > th:first-child {
position: sticky;
left: 0;
width: 13rem;
z-index: 4;
}
.l-scroll-x-sp .simplified-chart-spfix ul:not([class]) {
margin: 0;
text-align: left;
}
.l-scroll-x-sp .simplified-chart-spfix ul:not([class]) li::before {
top: 0.7rem;
}
.l-scroll-x-sp .simplified-chart-spfix .btn-web {
margin: 0 auto;
}
.l-scroll-x-sp .simplified-chart-spfix .name + .btn-web {
margin: 1.5rem auto 0 auto;
}
.l-scroll-x-sp .simplified-chart-spfix .btn-web a {
min-height: 4.8rem;
padding: 1.5rem 3rem;
background: #10abb7 url(img/arrow01_white.svg) no-repeat right 1.5rem center;
background-size: 0.7rem auto;
font-size: 1.4rem;
}
.l-scroll-x-sp .simplified-chart-spfix .name span {
background: linear-gradient(transparent 70%, #f6c891 70%);
font-weight: 700;
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 5rem 0;
}
.float-wrap .flame {
text-align: center;
}
.float-wrap .float-img.fr {
float: right;
width: 30rem;
margin: 0 0 1rem 3rem;
}
.float-wrap .float-img.fl {
float: left;
width: 30rem;
margin: 0 3rem 1rem 0;
}
.float-wrap .float-img.ct {
width: 60rem;
margin: 0 auto 2rem auto;
text-align: center;
}
.float-wrap p:not([class]) {
margin: 0 0 1em 0;
}
.float-wrap ul:not([class]) {
margin: 0;
}
.float-wrap .caption {
text-align: center;
}
.float-wrap .catch {
margin: 0 0 1.5rem 0;
color: #ef8300;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
}
.float-wrap.ct .catch {
text-align: center;
}


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

.btn-internal,
p.btn-internal {
max-width: 54rem;
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: #3f4448 url(img/arrow01_white.svg) no-repeat right 2rem center;
background-size: 1rem auto;
border-radius: 6rem;
box-sizing: border-box;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
backface-visibility: hidden;
transition: 0.2s;
will-change: opacity;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-internal a:hover {
text-decoration: none;
opacity: 0.7;
}

.btn-web,
p.btn-web {
max-width: 54rem;
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: #10abb7 url(img/arrow01_white.svg) no-repeat right 2rem center;
background-size: 1rem auto;
border-radius: 6rem;
box-sizing: border-box;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
backface-visibility: hidden;
transition: 0.2s;
will-change: opacity;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-web a:hover {
text-decoration: none;
opacity: 0.7;
}

.btn-link {
position: relative;
margin: 4rem 0;
text-align: right;
}
.btn-link a {
display: inline;
position: relative;
min-height: 2.4rem;
padding: 0.3rem 3rem 0.3rem 0;
background: url(img/arrow02_orange.svg) no-repeat right center;
background-size: 24px auto;
font-weight: 400;
line-height: 1.4;
text-decoration: underline;
}
.btn-link:hover {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
margin: 6rem 0 0 0;
gap: 6rem 0;
}
.box-wrap .box {
width: calc((100% - 3rem) / 2);
margin: 0 0 2rem 0;
padding: 0 2rem 2rem 2rem;
background: #f5f5f5;
border-radius: 0.8rem;
display: flex;
flex-direction: column;

}
.box-wrap .box-head {
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin: -4rem 0 2rem 0;
padding: 2rem 1.5rem;
background: #ed9224;
border-radius: 0.8rem;
}
.box-wrap .box-head .ttl {
width: 100%;
color: #fff;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
margin: 0;
}
.box-wrap .box-head .ttl a {
display: block;
width: 100%;
padding: 0 2rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 1rem auto;
color: inherit;
text-decoration: none;
}
.box-wrap .box-body p:not([class]) {
margin: 1rem 0;
flex-grow: 1
}
.l-main-area--top .box-wrap .box-body{
display: flex;
flex-direction: column;
flex: 1 1 auto;
}
.box-body .fig{
flex: auto;
/* height: 100%; */
min-height: 0%;
text-align: center;
}
.l-main-area--top .box-wrap .box-body .fig img {
width: auto;
max-width: 100%;
max-height: 30rem;
}
.box-wrap .box-body .caption{
text-align: center;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.l-contents-area--low .frame-wrap {
margin: 6rem 0;
}
.frame-wrap::after {
display: block;
width: calc((100% - 6rem) / 3);
content: "";
}
.frame-wrap .frame {
position: relative;
width: calc((100% - 6rem) / 3);
margin: 0 0 3rem 0;
padding: 3rem 2.4rem 2.4rem 2.4rem;
background: #f5f5f5;
border-radius: 0.8rem;
}
.frame-wrap .frame-head {
display: flex;
align-items: center;
position: relative;
margin: 0 0 2rem 0;
}
.frame-wrap .frame-head .ttl {
position: relative;
width: 100%;
color: #000;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
align-content: center;
margin: 0;
}
.frame-wrap .frame-head h5.ttl {
margin: 0 !important;
padding: 0 !important;
border: none;
}
.frame-wrap .frame-head .ttl a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow01_orange.svg) no-repeat right center;
background-size: 1rem auto;
color: inherit;
text-decoration: none;
}
.frame-wrap .frame-body p:not([class]) {
margin: 1em 0;
}
.frame-wrap .frame-body table {
margin: 0;
font-size: 1.4rem;
}
.frame-wrap .frame-body table th {
width: 8rem;
padding: 0.8rem 0.5rem;
line-height: 1.4;
}
.frame-wrap .frame-body table td {
padding: 0.8rem;
line-height: 1.4;
}
.frame-wrap .frame-body .fig,
.frame-wrap .frame-body .fig + .caption {
text-align: center;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;     /* 3行で省略 */
  overflow: hidden;
  min-height: calc(1.4em * 3); /* 3行分の高さを確保 */
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
display: none;
overflow: hidden;
}
.accordion-btn {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 36rem;
min-height: 7rem;
margin: 0 auto 4rem auto;
padding: 2rem 5rem;
background: #efece8;
border-radius: 6rem;
box-sizing: border-box;
color: #2e2e2e;
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;
top: 50%;
right: 2rem;
width: 2rem;
height: 0.2rem;
background: #333;
content: "";
transform: translate(0, -50%);
z-index: 2;
}
.accordion-btn::after {
position: absolute;
right: 2.9rem;
top: 50%;
width: 0.2rem;
height: 2rem;
background: #333;
content: "";
transform: translate(0, -50%);
transition: 0.3s ease all;
z-index: 2;
}
.accordion-btn:hover {
opacity: 0.7;
}
.accordion-btn.is-open::after {
transform: translate(0, -50%) rotate(-90deg);
}


/*--------------------------------------
toc
---------------------------------------*/
.block-toc {
margin: 0 auto 4rem auto;
}
.toc_parts {
margin: 0 auto;
padding: 2rem 3rem;
background: #f3f3f3;
border-radius: 0.8rem;
}
.toc_parts .ttl {
position: relative;
cursor: pointer;
}
.toc_parts .ttl::before {
position: absolute;
top: 50%;
right: 1rem;
width: 2.5rem;
height: 0.1rem;
border-bottom: 2px solid #000;
content: "";
transform: translate(0, -50%);
z-index: 2;
}
.toc_parts .ttl::after {
position: absolute;
right: 2rem;
top: 50%;
width: 0.1rem;
height: 2.5rem;
border-left: 2px solid #000;
content: "";
transform: translate(0, -50%);
transition: 0.3s ease all;
z-index: 2;
}
.toc_parts .ttl:hover {
opacity: 0.7;
}
.toc_parts .ttl.is-open::after {
transform: translate(0, -50%) rotate(-90deg);
}
.toc_parts .ttl span {
display: inline-block;
padding: 0 0 0 1rem;
border-left: 6px solid #ed9224;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
#toc {
margin: 1.5rem 0 0 0;
border-top: 1px solid #2e2e2e;
}
#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.3rem;
transform: translateY(-50%);
width: auto;
height: auto;
background: none;
border-radius: 0;
color: #ed9224;
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.6rem;
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: normal;
}
#toc .chapter br {
display: none;
}


/*--------------------------------------
related
---------------------------------------*/
#related-article p:not([class]) {
margin: 0;
}
#related-article.related-article01-frame {
position: relative;
width: 80rem;
margin: 6rem auto;
padding: 4rem 5rem;
background: #f3f3f3;
border-radius: 0.8rem;
}
#related-article .related-article01-title {
font-size: 2rem;
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 #2e2e2e;
}
#related-article .related-article01-list li {
position: relative;
margin: 2rem 0 0 0;
padding: 0 0 0 2.8rem;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
}
#related-article .related-article01-list li::before {
position: absolute;
left: 0;
top: 0.6rem;
width: 1.2rem;
height: 1.2rem;
background: #ed9224;
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 {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {display: none;position: fixed;right: 0;bottom: 3rem;width: 17rem;box-sizing: border-box;z-index: 310;}
.block-banner a {
display: block;
position: relative;
width: 17rem;
padding: 11rem 1rem 1rem 1rem;
background: #ed9224 url(img/banner_bg_01.jpg) no-repeat center top;
background-size: 100% auto;
border-radius: 0 0 0.5rem 0.5rem;
color: #fff;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.2;
text-align: center;
text-decoration: none;
}
.block-banner a::before {
position: absolute;
left: 0;
top: -1.4rem;
width: 8.6rem;
height: 2.6rem;
background: #2e2e2e;
border-radius: 3rem;
font-size: 1.5rem;
font-weight: 700;
line-height: 2.5rem;
text-align: center;
content: "CHECK";
}
.block-banner a:hover {
text-decoration: none;
opacity: 0.7;
}
.block-banner span {
display: inline-block;
margin: 0 0 0.3rem 0;
padding: 0.2rem 1rem;
background: #2e2e2e;
border-radius: 3rem;
font-size: 1.5rem;
}


/*--------------------------------------
slider
---------------------------------------*/
.block-slider {
margin: 3rem 0 6rem;
}
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
display: block;
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0);
}
.slick-track {
display: block;
position: relative;
left: 0;
top: 0;
margin-left: auto;
margin-right: auto;
}
.slick-track::before,
.slick-track::after {
display: table;
content: "";
}
.slick-track::after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 0.1rem;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-slide img {
display: block;
height: auto;
margin: 0 auto;
}
.slidemenu .slick-slide {
height: 10rem;
}
.slidemenu img {
width: auto;
height: 10rem;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.block-slider .inner {
display: flex;
display: -webkit-flex;
justify-content: space-between;
}
.block-slider .box-slider {
width: 80rem;
margin: 0 auto;
}
.block-slider .box-slider .slider-for .pic {
height: auto;
margin-bottom: 1rem;
background: #fff;
}
.block-slider .box-slider .slider-nav .pic {
width: 184px;
background: #fff;
position: relative;
}
.block-slider .slick-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 2.4rem;
height: 2.4rem;
cursor: pointer;
z-index: 200;
}
.block-slider .slick-arrow.slick-prev {
left: -4rem;
border-left: 3px solid #2e2e2e;
border-top: 3px solid #2e2e2e;
transform: translateY(-50%) rotate(-45deg);
}
.block-slider .slick-arrow.slick-next {
right: -4rem;
border-right: 3px solid #2e2e2e;
border-bottom: 3px solid #2e2e2e;
transform: translateY(-50%) rotate(-45deg);
}
.slick-prev {
left: 0;
}
.slick-next {
right: 0;
}
.slick-slide:focus {
outline: 0;
}
.slider-nav .slick-current .pic {
opacity: 0.5;
}
.slick-slide.slick-active {
cursor: pointer;
}
.slidemenu .slick-slide.slick-current.slick-active {
opacity: 0.5;
}
.slick-prev:hover,
.slick-next:hover {
cursor: pointer;
}
.block-slider .slidmain span {
display: inline-block;
margin: 0.8rem 0 0 0;
color: #999;
font-size: 1rem;
line-height: 1.4;
word-break: break-all;
}
.block-slider .box-txt {
width: 80rem;
margin: 0 auto;
}
.block-slider .ttl {
margin: 1.5rem 0 1rem 0;
color: #ef8300;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
}
.block-slider p:not([class]) {
margin: 0;
}


/*--------------------------------------
l-parts
---------------------------------------*/
.l-section-inner {
position: relative;
width: 100rem;
margin: 0 auto;
}

.l-common-title {
margin: 0 0 3rem 0;
font-size: 3.7rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.l-common-title span {
font-size: 3rem;
}
.l-common-title a {
display: inline-block;
padding: 0 6rem;
background: url(img/arrow02_orange.svg) no-repeat right center;
background-size: 24px auto;
color: inherit;
text-decoration: none;
}

.l-common-lead {
width: 80%;
margin: 0 auto 4rem auto;
}
.l-parts01 .l-common-lead,
.l-parts02 .l-common-lead {
width: 100%;
margin: 0 auto 5rem auto;
}
.l-common-lead p:not([class]) > span:not([class]) {
background: linear-gradient(transparent 70%, #f6c891 70%);
font-weight: 700;
}

.l-section-inner .en {
position: relative;
margin: 0 0 4rem 0;
text-align: center;
}
.l-section-inner .en::before {
position: absolute;
left: 50%;
bottom: -2rem;
transform: translateX(-50%);
width: 5.5rem;
height: 0.4rem;
background: #ed9224;
content: "";
}
.l-section-inner .en img {
width: auto;
height: 1.6rem;
}


/*--------------------------------------
l-parts01
---------------------------------------*/
.l-parts01 .block-slider {
margin: 0 0 2rem 0;
text-align: center;
}
.l-parts01 .block-slider .box-slider {
width: 100%;
}
.l-parts01 .block-slider .box-txt {
width: 100%;
}
.l-parts01 .block-slider .slick-slide img {
width: auto;
max-width: 100%;
max-height: 17rem;
}
.l-parts01 .block-slider .slick-arrow {
width: 2rem;
height: 2rem;
}
.l-parts01 .block-slider .slick-arrow.slick-prev {
left: 1rem;
}
.l-parts01 .block-slider .slick-arrow.slick-next {
right: 1rem;
}
.l-parts01 {
position: relative;
padding: 8rem 0;
background: #ffecce url(img/parts01_bg_01.jpg) no-repeat center top;
background-size: cover;
}
.l-parts01 .l-common-lead p:not([class]) > span:not([class]) {
background: none;
border-bottom: 2px solid #ed9224;
}
.l-parts01 p.note {
margin: 2rem 0 0 0;
color: #6f6f6f;
font-size: 1rem;
}
.l-parts01 p.note a {
color: inherit;
text-decoration: underline;
}
.l-parts01 p.note a:hover {
text-decoration: none;
}
.l-parts01 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.l-parts01 .block::after {
display: block;
width: calc((100% - 3.6rem) / 3);
content: "";
}
.l-parts01 .block .box {
width: calc((100% - 3.6rem) / 3);
background: #fff;
border-radius: 0.8rem;
}
.l-parts01 .block .box-head {
display: flex;
align-items: center;
position: relative;
padding: 1.5rem;
background: #2e2e2e;
border-radius: 0.8rem 0.8rem 0 0;
}
.l-parts01 .block .box-head .catch {
width: 100%;
color: #fff;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.l-parts01 .block .box-body {
padding: 2rem;
}
.l-parts01 .block .box-body ul:not([class]) {
margin: 0;
}
.l-parts01 .block .box-body ul:not([class]) li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 2.4rem;
}
.l-parts01 .block .box-body ul:not([class]) li:last-child {
margin: 0;
}
.l-parts01 .block .box-body ul:not([class]) li::before {
position: absolute;
left: 0;
top: 1rem;
width: 1rem;
height: 1rem;
background: #ed9224;
border-radius: 50%;
content: "";
}
.l-parts01 .block .box-body .name {
display: flex;
align-items: center;
justify-content: center;
margin: 2rem 0 1.6rem 0;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.2;
text-align: center;
}
.l-parts01 .block .box-body .name span span {
font-size: 1.6rem;
}
.l-parts01 .block .box-body .txt-1 {
display: flex;
align-items: center;
padding: 1rem 1.2rem;
background: #ffeed9;
}
.l-parts01 .block .box-body .txt-1 ul:not([class]) li {
padding: 0 0 0 3rem;
}
.l-parts01 .block .box-body .txt-1 ul:not([class]) li::before {
position: absolute;
left: 0;
top: 0.7rem;
width: 2rem;
height: 1.6rem;
background: url(img/parts01_bg_02.png) no-repeat left top;
background-size: contain;
border-radius: 0;
content: "";
}
.l-parts01 .block .box-body .txt-1 ul:not([class]) li:not([class]) > span:not([class]) {
background: none;
border-bottom: 2px solid #ed9224;
font-weight: 700;
}
.l-parts01 .block .box-body .ttl {
margin: 2.5rem 0 1.5rem 0;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.l-parts01 .block .box-body .ttl:nth-child(1) {
margin: 0 0 1.5rem 0;
}
.l-parts01 .block .box-body .label {
margin: 1.6rem 0;
text-align: center;
}
.l-parts01 .block .box-body .label span {
display: inline-block;
padding: 0.5rem 1rem;
background: #f3f3f3;
font-size: 2rem;
font-weight: 700;
line-height: 1.1;
}
.l-parts01 .block .box-body table {
margin: 0;
}
.l-parts01 .block .box-body table th {
width: 10rem;
padding: 1rem 0.5rem;
}
.l-parts01 .block .box-body table td {
padding: 1rem;
}
.l-parts01 .block .box-body .btn-web {
margin: 2rem auto 0 auto;
}
.l-parts01.lower {
padding: 8rem 0 8rem 10rem;
}

































/*
---------------------------------------------

smartphone settings

*/

@media screen and (max-width: 481px) {
body {
min-width: 100%;
min-width: inherit;
font-size: 1.5rem;
}

.forPC {
display: none;
}

.forSP {
display: block;
}

.pc_br {
display: none;
}

.sp_br {
display: block;
}

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


/*--------------------------------------
header
---------------------------------------*/
.l-header {
margin: 0;
text-align: left;
}
.l-header-area {
padding: 0;
}
.l-header-left {
display: none;
}
.l-header-sitename {
padding: 0.5rem 1rem 1rem 1rem;
font-size: 1rem;
text-align: left;
}
.l-header-logo {
height: 5rem;
text-align: center;
}
.l-header-logo img {
width: 22rem;
}
.l-gnavi-area {
display: none;
}


/*--------------------------------------
footer
---------------------------------------*/
.l-footer-area {
padding: 2rem 0 5rem 0;
min-width: inherit;
}

.footMenu {
width: 100%;
height: 5rem;
margin: 0;
position: fixed;
bottom: 0;
z-index: 300;
}

.footMenu .menuLeft {
width: 40%;
height: 100%;
float: left;
display: flex;
justify-content: center;
align-items: center;
background: #2e2e2e;
}

.footMenu .menuLeft .l-gnavi-btn {
margin: 0;
}

.footMenu .menuRight {
position: relative;
float: right;
width: 60%;
height: 100%;
color: #fff;
font-size: 1.3rem;
font-weight: 700;
line-height: 1.3;
}

.footMenu .menuRight a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
min-height: 5rem;
padding: 0.5rem 2.2rem 0.5rem 1.2rem;
background: #ed9224 url(img/arrow01_white.svg) no-repeat right 1rem center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}

.footMenu .menuRight a:hover {
opacity: 1;
}

.footMenu .l-gnavi-btn {
width: 100%;
height: 100%;
}

.footMenu .l-gnavi-btn span {
left: 50%;
transform: translateX(-50%);
background: #fff;
}

.footMenu .l-gnavi-btn span:nth-child(1) {
top: 15px;
}

.footMenu .l-gnavi-btn span:nth-child(2) {
top: 25px;
}

.footMenu .l-gnavi-btn span:nth-child(3) {
top: 35px;
}

.footMenu .l-gnavi-btn.active span:nth-of-type(1) {
transform: translate(-50%, 10px) rotate(-45deg);
}

.footMenu .l-gnavi-btn.active span:nth-of-type(2) {
opacity: 0;
}

.footMenu .l-gnavi-btn.active span:nth-of-type(3) {
transform: translate(-50%, -10px) rotate(45deg);
}

.l-footer-logo {
width: 22rem;
margin: 1rem auto;
}

.l-footer-logo__image {
width: 100%;
}

.l-footer-disclaimer {
width: 90%;
margin: 0 auto 1rem;
padding: 2rem 5%;
}

.l-footer-bottom {
padding: 0 5%;
}

.l-footer-bottom__inner {
width: 90%;
display: block;
}

.l-footer-bottom__copy {
display: block;
text-align: center;
margin: 0;
}

.l-footer-bottom__sitemap {
display: none;
}

.l-footer-note {
margin: 0 0 1rem;
font-size: 1rem;
}

.l-footer-menu-wrapper {
position: fixed;
top: 0;
left: 0;
z-index: 110;
width: 100%;
height: 100%;
background: #fff;
margin: 0;
padding: 0 0 60px 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
-webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 1s;
transition: transform 0.3s ease-in-out, opacity 1s;
}

.l-footer-menu-wrapper.active {
transform: translate3d(0, 0, 0);
transition: transform 0.3s ease-in-out, opacity 1s;
opacity: 1;
}

.l-footer-menu {
width: 90%;
margin: 0 auto 2rem;
}

.l-footer-menu__title {
margin: 0 0 1rem;
padding: 0;
border-bottom: solid 1px #000;
}

.l-footer-menu__title__link {
display: block;
font-size: 1.6rem;
position: relative;
padding: 1rem 2.5rem 1rem 0;
background: none;
}

.l-footer-menu__title__link::after {
content: "";
width: 8px;
height: 15px;
background: url(img/arrow01_black.svg) no-repeat center center;
background-size: 100%;
position: absolute;
top: 2rem;
right: 1rem;
transition: .1s;
transform: translateY(-50%) rotate(90deg);
}

.l-footer-menu__title__link.is-open::after {
transform: translateY(-50%) rotate(270deg);
transition: .1s;
}

.l-footer-menu__title__link.to-sitemap::after {
transform: translateY(-50%) rotate(0deg);
}

.l-footer-menu__title__link:hover {
text-decoration: none;
}

.l-footer-menu__list {
display: none;
}

.l-footer-menu__list__item {
width: 100%;
padding: 0.8rem 1rem;
}

.l-footer-menu__list__item:first-child {
display: block;
}

.l-footer-menu__list__link {
margin: 0;
display: block;
}

.l-footer-menu__list__link::before {
top: 1rem;
}

.l-footer-submenu__list {
display: block;
}

.l-footer-submenu__list__item {
display: block;
}


/*--------------------------------------
pagetop
---------------------------------------*/
.l-pagetop {
top: -6rem;
right: 0.5rem;
}
.l-pagetop__link {
width: 5rem;
height: 5rem;
}
.l-pagetop__image {
width: 2.4rem;
}
.l-pagetop.is-fixed {
bottom: 6rem;
}


/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzu {
margin: 0.5rem auto 3rem auto;
padding: 0.5rem;
white-space: nowrap;
overflow: auto;
-webkit-overflow-scrolling: touch;
}


/*--------------------------------------
contents
---------------------------------------*/
.l-contents-area {
padding: 0;
}

.l-main-area {
margin: 0 auto;
}

.l-contents-area--low {
width: 100%;
}

.l-main-area--top,
.l-main-area--low {
float: none;
width: 100%;
margin: 0 auto;
padding: 0 1.5rem 4rem 1.5rem;
overflow: visible;
}


/*--------------------------------------
heading
---------------------------------------*/
.l-main-area--top h2,
.l-main-area--low h1 {
position: relative;
margin: 2rem 0 3rem 0;
padding: 1.5rem 2rem;
background-size: 3rem auto, 5rem auto;
font-size: 2.4rem;
}
.l-main-area--top h2 {
margin: 4rem 0 2rem 0;
padding: 1.5rem 1.5rem 1.5rem 2rem;
}

.l-main-area--top h3,
.l-main-area--low h2 {
margin: 4rem 0 2rem 0;
padding: 1.5rem 1.5rem 1.5rem 2rem;
font-size: 2.2rem;
}

.l-main-area--top h4,
.l-main-area--low h3 {
margin: 3rem 0 2rem 0;
padding: 0 1.5rem 0.6rem 1rem;
font-size: 2rem;
}

.l-main-area--top h5,
.l-main-area--top h6,
.l-main-area--low h4,
.l-main-area--low h5,
.l-main-area--low h6 {
position: relative;
margin: 3rem 0 1.5rem 0;
padding: 0 1.5rem 0 1.2rem;
font-size: 1.8rem;
}


/*--------------------------------------
title
---------------------------------------*/
.l-icon-title {
margin: 4rem 0 2rem 0;
padding: 1.8rem 1.5rem 1.6rem 7.5rem;
font-size: 1.8rem;
}
.l-icon-title::after {
left: 0.8rem;
font-size: 1.4rem;
}
.l-number-wrapper .l-icon-title {
padding: 1.8rem 1.5rem 1.6rem 6rem;
}
.l-number-wrapper .l-icon-title::after {
left: 1.5rem;
}


/*--------------------------------------
lists
---------------------------------------*/
.l-main-area ul:not([class]),
.l-main-area ol:not([class]) {
margin: 3rem 0;
}


/*--------------------------------------
table
---------------------------------------*/
table:not([class]) {
width: 100%;
margin: 3rem 0;
border-top: 1px solid #ccc;
}
table:not([class]) th {
display: block;
width: 100%;
border-top: none;
text-align: center;
}
table:not([class]) td {
display: block;
width: 100%;
border-top: none;
padding: 0.8rem;
}

.l-scroll-x-sp {
margin: 0 0 4rem 0;
}
.l-scroll-x-sp .simplified-chart-spfix {
width: max-content;
margin: 0.5rem 0;
border-collapse: separate;
border-spacing: 0;
}
.l-scroll-x-sp .simplified-chart-spfix th,
.l-scroll-x-sp .simplified-chart-spfix td {
width: 18rem;
padding: 1rem;
}
.l-scroll-x-sp .simplified-chart-spfix tr > th:first-child {
width: 8rem;
}
.l-scroll-x-sp .simplified-chart-spfix .btn-web a {
padding: 1.5rem 3rem 1.5rem 2rem;
font-size: 1.3rem;
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
width: 100%;
margin: 3rem auto;
}
.float-wrap .float-img.fr {
float: none;
width: 100%;
margin: 0 auto 1rem auto;
text-align: center;
}
.float-wrap .float-img.fl {
float: none;
width: 100%;
margin: 0 auto 1rem auto;
text-align: center;
}
.float-wrap .float-img.ct {
width: 100%;
}
.float-wrap .float-img.t_small {
width: 40%;
}
.float-wrap .float-img.fr.t_small {
float: right;
margin: 0 0 2rem 1rem;
}
.float-wrap .float-img.fl.t_small {
float: left;
margin: 0 2rem 1rem 0;
}
.float-wrap .catch {
font-size: 1.8rem;
}
.float-wrap.ct .catch {
text-align: left;
}


/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
max-width: 90%;
margin: 3rem auto;
}
.btn-internal a {
min-height: 6rem;
background-position: right 1.5rem center;
font-size: 1.5rem;
}

.btn-web,
p.btn-web {
max-width: 90%;
margin: 3rem auto;
}
.btn-web a {
min-height: 6rem;
background-position: right 1.5rem center;
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: #bfe3ff url(img/ico_tel.png) no-repeat 1.5rem center;
background-size: 2rem auto, auto;
border-radius: 6rem;
box-sizing: border-box;
color: #2e2e2e;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
backface-visibility: hidden;
transition: 0.2s;
will-change: opacity;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-tel a:hover {
text-decoration: none;
opacity: 0.7;
}

.btn-link,
p.btn-link {
max-width: 90%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-link::before {
display: none;
content: none;
}
.btn-link a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
min-height: 6rem;
margin: 0 auto;
padding: 2rem 4rem;
background: #fff url(img/arrow02_orange.svg) no-repeat right 1.5rem center;
background-size: 2rem auto;
border: 2px solid #3f4448;
border-radius: 6rem;
box-sizing: border-box;
color: #2e2e2e;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
backface-visibility: hidden;
transition: 0.2s;
will-change: opacity;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-link a:hover {
text-decoration: none;
opacity: 1;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
margin: 6rem 0 0 0;
}
.box-wrap .box {
width: 100%;
margin: 0 0 0 0;
}
.box-wrap .box:last-child {
margin-bottom: 0;
}
.box-wrap .box-head {
margin: -2rem 0 2rem 0;
padding: 1.5rem;
}
.box-wrap .box-head .ttl {
font-size: 2rem;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: block;
margin: 3rem 0 !important;
}
.frame-wrap::after {
display: none;
content: none;
}
.frame-wrap .frame {
width: 100%;
margin: 0 0 3rem 0;
}
.frame-wrap .frame-head .ttl {
font-size: 2rem;
}
.frame-wrap .frame-body table:not([class]) {
margin: 1.5rem 0 0 0;
}
.frame-wrap .frame-body table:not([class]) th {
width: 100%;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-btn {
max-width: 90%;
width: 90%;
min-height: 6rem;
margin: 0 auto 3rem auto;
font-size: 1.5rem;
}


/*--------------------------------------
toc
---------------------------------------*/
.block-toc {
width: 100%;
}
.toc_parts {
padding: 1.5rem;
}
.toc_parts .ttl::before {
right: 0.8rem;
width: 1.8rem;
}
.toc_parts .ttl::after {
right: 1.5rem;
height: 1.8rem;
}
.toc_parts .ttl span {
font-size: 1.8rem;
}
#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 {
width: 100%;
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 2rem;
font-size: 1.4rem;
}
#related-article .related-article01-list li::before {
top: 0.5rem;
width: 1rem;
height: 1rem;
}
#related-article .related-article01-list a:hover {
opacity: 1;
}


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


/*--------------------------------------
slider
---------------------------------------*/
.block-slider {
margin: 3rem 0;
}
.block-slider .title {
margin: 0 0 3rem 0;
padding: 1.2rem;
font-size: 1.8rem;
}
.block-slider .title::before {
bottom: -1.2rem;
width: calc(100% + 1.6rem);
}
.slick-slider.slidmain {
padding: 0 0.5rem;
}
.slidemenu .slick-slide {
height: 4rem;
}
.slidemenu img {
width: auto;
height: 4rem;
}
.block-slider .box-slider {
width: 100%;
margin: 0 auto;
}
.block-slider .slick-arrow.slick-prev {
position: absolute;
top: 40%;
left: 0;
width: 1.6rem;
height: 1.6rem;
border-left: 3px solid #2e2e2e;
border-top: 3px solid #2e2e2e;
transform: rotate(-45deg);
z-index: 90;
}
.block-slider .slick-arrow.slick-next {
position: absolute;
top: 40%;
right: 0;
width: 1.6rem;
height: 1.6rem;
border-right: 3px solid #2e2e2e;
border-bottom: 3px solid #2e2e2e;
transform: rotate(-45deg);
z-index: 90;
}
.slick-prev {
left: -1rem;
}
.slick-next {
right: -1rem;
}
.slick-slide:focus {
outline: 0;
}
.slider-nav .slick-current .pic {
opacity: 0.5;
}
.block-slider .box-txt {
width: 100%;
}


/*--------------------------------------
l-parts
---------------------------------------*/
.l-section-inner {
width: 100%;
padding: 0 1.5rem;
}
.l-section-inner .en img{
max-width: 100%;
height: 1.4rem !important;
}
.l-common-title {
min-height: auto;
margin: 0 0 2rem 0;
font-size: 2.4rem;
}
.l-common-title span {
font-size: 2.1rem;
}
.l-common-title a {
display: block;
padding: 0 2rem 0 0;
}

.l-common-lead {
width: 100%;
margin: 0 auto 3rem auto;
}
.l-parts01 .l-common-lead,
.l-parts02 .l-common-lead {
margin: 0 auto 4rem auto;
}
.l-common-lead p:not([class]) > span:not([class]) {
background: linear-gradient(transparent 70%, #f6c891 70%);
font-weight: 700;
}


/*--------------------------------------
l-parts01
---------------------------------------*/
/* .l-parts01 .block-slider {
margin: 0 0 2rem 0;
text-align: center;
}
.l-parts01 .block-slider .box-slider {
width: 100%;
}
.l-parts01 .block-slider .box-txt {
width: 100%;
}
.l-parts01 .block-slider .slick-slide img {
width: auto;
max-width: 100%;
max-height: 17rem;
}
.l-parts01 .block-slider .slick-arrow {
width: 2rem;
height: 2rem;
}
.l-parts01 .block-slider .slick-arrow.slick-prev {
left: 1rem;
border-left: 3px solid #fff;
border-top: 3px solid #fff;
}
.l-parts01 .block-slider .slick-arrow.slick-next {
right: 1rem;
border-right: 3px solid #fff;
border-bottom: 3px solid #fff;
} */
.l-parts01 {
padding: 4rem 0;
background-size: 120% auto;
}
.l-parts01 .l-common-lead p:not([class]) > span:not([class]) {
background: none;
border-bottom: 2px solid #ed9224;
}
.l-parts01 .block {
display: block;
}
.l-parts01 .block::after {
display: none;
content: none;
}
.l-parts01 .block .box {
width: 100%;
margin: 0 0 3rem 0;
}
.l-parts01 .block .box:last-child {
margin: 0;
}
.l-parts01 .block .box-head .catch {
font-size: 2.2rem;
}
.l-parts01 .block .box-body table th {
width: 100%;
}
.l-parts01 .block .box-body .btn-tel {
margin: 2rem auto 0 auto;
}
.l-parts01.lower {
padding: 4rem 0;
}

}




:root { --banner-h: 0px; }