@charset "utf-8";

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

base settings

*/

html {
font-size: 62.5%;
}

body {
background-color: #fff;
color: #333;
word-break: break-word;
font-size: 1.6rem;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height: 1.8;
-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;
}

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

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

a {
color: #333;
}

a:active,
a:hover {
color: #666;
text-decoration: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

strong {
font-weight: bold;
}

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

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

.cf:after {
clear: both;
}

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

.forPC {
display: block;
}

.forSP {
display: none;
}

.sp_br {
display: none;
}

/* microclearfix */

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

.cf:after {
clear: both;
}

.grayout {
-webkit-filter: grayscale(1);
/* Webkit */
filter: gray;
/* IE6-9 */
filter: grayscale(1);
/* W3C */
cursor: default;
}

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

header area

*/

.l-header {
position: relative;
z-index: 999;
min-height: 100%;
width: 250px;
}

.l-header__inner {
position: fixed;
top: 0;
left: 0;
z-index: 10;
overflow-y: scroll;
width: 250px;
height: 100%;
border-right: solid 1px #e5e5e5;
background: #fff;
}

.l-header::after {
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 250px;
height: 100%;
background: rgba(72, 65, 64, 0.8);
content: "";
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
transform: translate(0, 0);
}

.l-header.show-subnavi::after {
transform: translate(100%, 0);
}

.l-siteinfo {
padding: 1rem;
background: #fff;
}

.l-siteinfo__sitename {
padding: 1.5rem 0;
text-align: center;
font-weight: bold;
font-size: 1.3rem;
line-height: 1.4;
}

.l-siteinfo__sitename a {
display: block;
text-decoration: none;
}

.l-siteinfo__sitename a:hover {
text-decoration: underline;
}

.l-siteinfo__logo img {
display: block;
margin: 0 auto;
max-width: 100%;
}

.l-siteinfo__logo a:hover img {
opacity: 0.7;
-ms-filter: "alpha(opacity=70)";
filter: alpha(opacity=70);
}

.l-gnavi-btn {
display: none;
}

.l-gnavi-area {
height: 100%;
padding: 3rem 0 0 0;
background: #fff;
}

.l-gnavi-list {
position: relative;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
border-top: solid 1px #eee;
}

.l-gnavi-list__item {
border-bottom: solid 1px #eee;
}

.l-gnavi-list__link {
display: block;
margin: 0 auto;
padding: 1.8rem 2rem 1.8rem 4rem;
background: #fff url(img/arrow01_orange.svg) no-repeat left 1.5rem center;
background-size: 16px 16px;
color: #333;
text-decoration: none;
}

.l-gnavi-list__link:hover {
text-decoration: none;
opacity: 0.7;
}

.l-gnavi-list.is-show::after {
transform: translate(100%, 0);
}

.l-gnavi-sub-list {
position: fixed;
top: 0;
left: 0;
z-index: -1;
padding: 50rem 0 0 0;
width: 250px;
height: 100%;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
transform: translate(0, 0);
}

.l-gnavi-sub-list__item:nth-child(1),
.l-gnavi-sub-list__item:nth-child(2) {
display: none;
}

.l-gnavi-sub-list__link {
display: block;
padding: 1rem 2rem 1rem 4rem;
background: url(img/arrow01_orange.svg) no-repeat left 2rem center;
background-size: 16px 16px;
color: #fff;
text-decoration: none;
}

.l-gnavi-sub-list__link:hover {
text-decoration: none;
color: #fff;
opacity: 0.7;
}

.l-gnavi-sub-list.is-show {
display: block;
overflow-y: scroll;
transform: translate(100%, 0);
}

.l-gnavi-sub-list.is-show .l-gnavi-sub-list {
transform: translate(0, 0);
}

.l-gnavi-sub-list .l-gnavi-sub-list {
position: static;
overflow-y: auto;
padding: 0 0 0 2rem;
width: 100%;
height: inherit;
}

.l-gnavi-btn-close__link {
position: relative;
display: inline-block;
margin: 20px auto;
padding: 10px 20px 10px 50px;
background: #ffffff;
text-decoration: none;
}

.l-gnavi-btn-close__link:hover {
background: #ccc;
color: #ffffff;
}

.l-gnavi-btn-close__link:hover:after {
background: #ffffff;
}

.l-gnavi-btn-close__link:hover:before {
background: #ffffff;
}

.l-gnavi-btn-close__link:before {
position: absolute;
top: 50%;
left: 20px;
width: 20px;
height: 3px;
background: #000;
content: "";
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}

.l-gnavi-btn-close__link:after {
position: absolute;
top: 50%;
left: 20px;
width: 20px;
height: 3px;
background: #000;
content: "";
-webkit-transform: translateY(-50%) rotate(-45deg);
transform: translateY(-50%) rotate(-45deg);
}

.is-navi-open .l-gnavi-area {
transform: translateX(0);
}

.l-gnavi-bnr-box {
background: #fff;
z-index: 800;
}
.l-gnavi-bnr-box a {display: block;margin: 4rem auto 0 auto;padding: 11rem 3rem 1rem 1rem;width: 219px;height: 320px;background: #333 url(img/gnav_bnr.png) no-repeat left top;background-size: contain;box-sizing: border-box;color: #fff;font-size: 1.2rem;line-height: 1.4;text-align: center;text-decoration: none;}
.l-gnavi-bnr-box a:hover {
text-decoration: none;
opacity: 0.7;
}
.l-gnavi-bnr-box a span {display: block;margin: 1.5rem 0 1.5rem 0;font-size: 1.6rem;font-weight: bold;}





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

footer area

*/

.l-footer-area {
margin: 0;
padding: 0;
width: 100%;
background: #f8f8f8;
text-align: center;
}

.l-footer-area__inner {
margin: 0 auto;
padding: 0 2rem;
max-width: 1200px;
}

.l-footer-disclaimer {
margin: 0 auto 50px auto;
padding: 20px;
width: 500px;
background: #fff;
text-align: left;
font-size: 1.2rem;
}

.l-footer-list {
margin: 0 0 20px 0;
}

.l-footer-list__item {
display: inline-block;
padding: 0 0 0 20px;
}

.l-footer-bottom {
margin: 0 auto;
padding: 0 20px;
background: #8e7456;
color: #ffffff;
text-align: center;
font-size: 1.2rem;
}

.l-footer-bottom__inner {
display: table;
margin: 0 auto;
width: 1100px;
}

.l-footer-bottom__sitemap {
display: table-cell;
padding: 10px 0;
text-align: right;
}

.l-footer-bottom__sitemap__link {
padding: 0 20px 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 6px 12px;
color: #fff;
text-decoration: none;
}

.l-footer-bottom__sitemap__link:hover {
color: #fff;
text-decoration: underline;
}

.l-footer-copy-wrapper {
background: #fd5125;
color: #fff;
}

.l-footer-copy {
display: flex;
justify-content: space-between;
margin: 0 auto;
padding: 1rem;
max-width: 1000px;
font-size: 1.2rem;
}

.l-footer-copy .sitemap {
text-align: right;
}

.l-footer-copy a {
display: inline-block;
padding: 0.2rem 2.4rem 0 0;
background: url(img/arrow_sitemap.png) no-repeat right 0.1rem center;
background-size: 9px auto;
color: #fff;
text-decoration: none;
}

.l-footer-copy a:hover {
text-decoration: underline;
}

.l-footer-menu-wrapper {
margin: 0 auto;
padding: 50px 0;
}

.l-footer-menu {
margin: 50px 0 0 0;
}

.l-footer-menu__title {
margin: 0 0 20px 0;
padding: 0 10px;
border-bottom: solid 1px #b4b4b4;
text-align: left;
}

.l-footer-menu__title__link {
display: block;
color: #fd5125;
text-decoration: none;
font-size: 1.6rem;
font-weight: bold;
}

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

.l-footer-menu__list__item {
float: left;
width: 25%;
}

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

.l-footer-menu__list__link {
display: block;
padding: 5px 10px;
text-align: left;
text-decoration: none;
font-size: 1.2rem;
}

.l-footer-menu__list__link:hover {
text-decoration: underline;
}

.l-footer-submenu__list__link {
display: block;
padding: 5px 15px;
text-align: left;
text-decoration: none;
font-size: 1.4rem;
}

.l-footer-submenu__list__link:before {
content: "- ";
}

.l-footer-submenu__list__link:hover {
text-decoration: underline;
}

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

common

*/



.l-pagetop {
position: fixed;
right: 20px;
bottom: 80px;
}

.l-pagetop__link {
display: block;
padding: 10px 0 0 0;
width: 60px;
height: 60px;
background: #fd5125;
text-align: center;
}

.l-pagetop__link:hover {
opacity: 0.7;
-ms-filter: "alpha(opacity=70)";
filter: alpha(opacity=70);
}

.l-pagetop__image {
width: 30px;
}

.l-tab {
margin: 0 0 30px;
border-right: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
border-left: solid 1px #cccccc;
}

.l-tab__btn {
font-size: 0;
cursor: pointer;
}

.l-tab__btn__item {
display: inline-block;
padding: 10px;
width: calc(100% / 2);
border-top: solid 1px #cccccc;
border-right: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
text-align: center;
font-size: 1.4rem;
}

.l-tab__btn__item:last-child {
border-right: none;
}

.l-tab__btn__item.is-active {
border-bottom: none;
}

.l-tab__content {
display: none;
padding: 10px;
}

.l-tab__content.is-active {
display: block;
}

#pankuzu {
margin: 1.5rem auto 0 auto;
width: 100%;
font-size: 1.2rem;
}

#pankuzu a {
text-decoration: none;
}

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

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

contents area

*/

.l-wrapper {
display: flex;
width: 100%;
transition: none;
}

.l-contents-area {
width: calc(100% - 250px);
background: #ffffff;
}

.l-contents-area__inner {
margin: 0 auto;
padding: 2rem;
max-width: 1200px;
}

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

main area

*/

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

.l-main-area p {
margin: 2rem 0;
text-align: justify;
}

.l-main-area--low {
margin: 4rem auto;
width: 100%;
}

.l-main-area ul {
margin: 3rem 0 2rem 0;
}

.l-main-area ul li {
position: relative;
margin: 0 0 0.5rem 0;
padding: 0 0 0 3rem;
list-style-type: none !important;
}

.l-main-area ul li:before {
position: absolute;
top: 0.7rem;
left: 0.2rem;
width: 14px;
height: 14px;
border-radius: 50%;
background: #0273d8;
content: "";
}

.l-main-area ol {
margin: 3rem 0 2rem 0;
list-style-type: none !important;
counter-reset: number;
text-align: left;
}

.l-main-area ol li {
position: relative;
margin: 0 0 0.5rem 0;
padding: 0 0 0 3rem;
}

.l-main-area ol li:before {position: absolute;top: 4px;left: 0;display: inline-block;width: 20px;height: 20px;background: #404040;color: #fff;content: counter(number);counter-increment: number;text-align: center;font-size: 1.3rem;line-height: 21px;}


table th,
table td {
word-break: break-all;
}

.l-main-area table {
margin: 3rem 0;
padding: 0;
width: 100%;
border-collapse: collapse;
text-align: left;
}

.l-main-area table th {
padding: 10px 15px;
background: #eaeaea;
border: 1px #b4b4b4 solid;
text-align: center;
}

.l-main-area table td {
padding: 10px 15px;
background: #fff;
border: 1px #b4b4b4 solid;
}





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

.btn-internal,
p.btn-internal {
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-internal a {
display: inline-block;
position: relative;
width: 380px;
margin: 0 auto;
padding: 2rem 4.5rem;
background: #888988 url(img/arrow01_white.svg) no-repeat right 2rem center;
background-size: 20px 20px;
border-radius: 0.6rem;
box-shadow: 0 4px 0 0 #cfcfcf;
box-sizing: border-box;
color: #fff;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
}
.btn-internal a:hover {
text-decoration: none;
opacity: 0.7;
}
.btn-internal.down a {
background: #888988 url(img/arrow02_white.svg) no-repeat right 2rem center;
background-size: 20px 20px;
}

.btn-web,
p.btn-web {
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-web a {
display: inline-block;
position: relative;
width: 380px;
margin: 0 auto;
padding: 2rem 4.5rem;
background: #0273d8 url(img/arrow01_white.svg) no-repeat right 2rem center;
background-size: 20px 20px;
border-radius: 0.6rem;
box-shadow: 0 4px 0 0 #cfcfcf;
box-sizing: border-box;
color: #fff;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
}
.btn-web a:hover {
text-decoration: none;
opacity: 0.7;
}

.btn-link,
p.btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
display: inline-block;
position: relative;
min-height: 2rem;
padding: 0.4rem 3rem 0.2rem 0;
background: url(img/arrow01_orange.svg) no-repeat right center;
background-size: 20px 20px;
color: #404040;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
text-decoration: none;
}
.btn-link a:hover {text-decoration: underline;opacity: 0.7;}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
margin: 4rem 0;
}
.float-wrap p {
margin: 0 0 2rem 0;
}
.float-wrap .float-img.fr {
float: right;
width: 300px;
margin: 0 0 1rem 2rem;
text-align: center;
}
.float-wrap .float-img.fl {
float: left;
width: 300px;
margin: 0 2rem 1rem 0;
text-align: center;
}
.float-wrap .float-img.ct {
max-width: 100%;
width: 600px;
margin: 0 auto 2rem auto;
text-align: center;
}


/*--------------------------------------
title
---------------------------------------*/
.icon-point {
display: flex;
align-items: center;
justify-content: center;
width: 82px;
height: 82px;
margin: 2rem 0;
background: #0273d8;
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 0 0 2px #0273d8;
color: #fff;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.1;
text-align: center;
}
.icon-rika {
width: 90px;
height: 90px;
margin: 2rem 0;
background: url(img/ico_rika.png) no-repeat left top;
background-size: contain;
}
.icon-kanchi {
width: 90px;
height: 90px;
margin: 2rem 0;
background: url(img/ico_kanchi.png) no-repeat left top;
background-size: contain;
}
.l-icon-title {position: relative;margin: 5rem 0;padding: 1.5rem 1.5rem 1.5rem 10rem;background: #fffbdb;color: #404040;font-size: 2.2rem;font-weight: bold;line-height: 1.4;}
.l-icon-title--point::before {display: flex;align-items: center;justify-content: center;position: absolute;left: -1rem;top: 50%;transform: translateY(-50%);width: 82px;height: 82px;background: #0273d8;border: 2px solid #fff;border-radius: 50%;box-shadow: 0 0 0 2px #0273d8;color: #fff;font-size: 1.5rem;font-weight: bold;line-height: 1.1;text-align: center;content: "POINT";}
.l-icon-title--rika::before {display: flex;align-items: center;justify-content: center;position: absolute;left: -1.2rem;top: 50%;transform: translateY(-50%);width: 90px;height: 90px;background: url(img/ico_rika_midasi.png) no-repeat left top;background-size: contain;content: "";}
.l-icon-title--kanchi::before {display: flex;align-items: center;justify-content: center;position: absolute;left: -1.2rem;top: 50%;transform: translateY(-50%);width: 90px;height: 90px;background: url(img/ico_kanchi_midasi.png) no-repeat left top;background-size: contain;content: "";}






.l-main-area .box-wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 2rem auto;
width: 100%;
}

.l-main-area .box-wrap .box {
margin: 0 25px 35px 0;
padding: 0;
width: calc((100% - 35px) / 2);
border-radius: 10px;
background: #fff5bf;
}

.l-main-area .box-wrap .box:nth-child(2n) {
margin: 0 0 45px 0;
}

.l-main-area .box-wrap p {
margin: 0;
}

.l-main-area .box-wrap .box-head {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
border-radius: 10px 10px 0 0;
background: #fda520;
color: #fff;
font-weight: bold;
font-size: 2.6rem;
}

.l-main-area--low .box-wrap .box-head {
padding: 2rem 5rem 2rem 2rem;
}

.l-main-area .box-wrap .box-head a {
display: block;
padding: 1rem 3rem;
width: 100%;
background: url(img/arrow01_white.svg) no-repeat right 1rem center;
background-size: 20px;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 2.2rem;
line-height: 1.4;
}

.l-main-area .box-wrap .box-head a:hover {
opacity: 0.6;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.l-main-area .box-wrap .box-fig {
padding: 2rem 3rem 2rem;
text-align: center;
}

.l-main-area .box-wrap .box-fig img {
max-width: 100%;
}

.l-main-area .box-wrap .box-body {
padding: 0 2rem 2rem;
font-size: 1.4rem;
}

.l-main-area--low .box-wrap .box-body {
padding: 2rem;
}

.l-main-area .frame-wrap {
display: flex;
flex-wrap: wrap;
margin: 2rem auto;
width: 100%;
}

.l-main-area .frame-wrap .frame {
margin: 0 30px 30px 0;
padding: 2rem 1.2rem;
width: calc((100% - 60px) / 3);
border: solid 1px #e5e0cf;
border-radius: 13px;
background: #fff5bf;
box-shadow: 0 0 0 4px #fff5bf;
}

.l-main-area .frame-wrap .frame:nth-child(3n) {
margin: 0 0 30px 0;
}

.l-main-area .frame-wrap p {
margin: 0;
}

.l-main-area .frame-wrap .frame-head {
display: flex;
align-items: center;
color: #9a8971;
font-weight: bold;
}

.l-main-area .frame-wrap .frame-head a {
display: block;
padding: 2rem 3rem 2rem 0;
width: 100%;
background: url(img/arrow01_orange.png) no-repeat right 6px bottom 28px;
background-size: 2rem auto;
color: #fda520;
text-decoration: none;
font-weight: bold;
font-size: 1.8rem;
line-height: 1.4;
}

.l-main-area .frame-wrap .frame-head a:hover {
opacity: 0.8;
}

.l-main-area .frame-wrap .tag {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 2rem 0;
}

.l-main-area .frame-wrap .tag li {
display: inline-block;
margin: 0;
padding: 0 0.6rem;
background: #b0a8a7;
color: #fff;
}

.l-main-area .frame-wrap .tag li.active {
background: #ff3d55;
}

.l-main-area .frame-wrap .address {
margin: 3rem 0 3rem 0;
padding: 1rem 0.8rem;
background: #fff;
font-size: 1.4rem;
line-height: 1.4;
}

.l-main-area .frame-wrap .address span {
background: none;
}

.l-main-area .frame-wrap .address::after {
display: block;
clear: both;
content: "";
}

.l-main-area .frame-wrap .address .ttl {
float: left;
width: 27%;
font-weight: bold;
}

.l-main-area .frame-wrap .address .txt {
float: left;
width: 73%;
}


.l-main-area--low {
position: relative;
}

.l-parts.low {margin: 0;padding: 4rem 6rem;border: 5px solid #f5f5f5;border-radius: 0.8rem;background: #fff;}

.l-parts.low p:first-child {
margin: 0 0 2rem 0;
}

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

.l-main-area span,
.l-main-area--low span {
background: linear-gradient(transparent 60%, #fbea54 60%);
font-weight: bold;
}





/*--------------------------------------
heading
---------------------------------------*/
.l-main-area--low h1 {
width: calc(100% - 3rem);
margin: 0 0 5rem 0;
padding: 2rem 3rem;
background: #fd5125 url(img/title_bg_01.png) repeat center center;
border-radius: 0.8rem;
color: #fff;
font-size: 3.2rem;
font-weight: bold;
line-height: 1.4;
}
.l-main-area--low h1 a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 20px 20px;
color: inherit;
text-decoration: none;
}
.l-main-area--low h1 a:hover {
text-decoration: none;
opacity: 0.7;
}

.l-main-area--low h2 {
margin: 5rem 0 3rem 0;
padding: 1.5rem;
background: #f5f5f5;
border-left: 16px solid #fd5125;
color: #404040;
font-size: 2.8rem;
font-weight: bold;
line-height: 1.4;
}
.l-parts.low h2:first-child {
margin: 0 0 3rem 0;
}

.l-main-area--low h3 {
margin: 4rem 0 2rem 0;
padding: 0 1.5rem 0 0;
color: #fd5125;
font-size: 2.4rem;
font-weight: bold;
line-height: 1.4;
}

.l-main-area--low h4,
.l-main-area--low h5,
.l-main-area--low h6 {margin: 4rem 0 2rem 0;padding: 0 1.5rem 0.8rem 0;border-bottom: 3px solid #888988;color: #404040;font-size: 2rem;font-weight: bold;line-height: 1.4;}

.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 3rem 0 0;
background: url(img/arrow01_orange.svg) no-repeat right center;
background-size: 20px 20px;
color: inherit;
text-decoration: none;
}
.l-main-area--low h2 a:hover,
.l-main-area--low h3 a:hover,
.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover,
.l-main-area--low h6 a:hover {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
toc
---------------------------------------*/
#toc {
position: relative;
margin: 0 0 5rem 0;
padding: 10rem 3.5rem 3rem 3.5rem;
background: #f5f5f5;
counter-reset: number 0;
}
#toc::before {position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: calc(100% - 7rem);height: 70px;padding: 3rem 0 0 2rem;border-bottom: 2px solid #888988;box-sizing: border-box;color: #333;font-size: 2rem;font-weight: bold;line-height: 1.1;letter-spacing: 0.1rem;content: "目次";}
#toc::after {
position: absolute;
left: 3.5rem;
top: 2.5rem;
width: 10px;
height: 34px;
background: #fd5125;
content: "";
}
#toc ul,
#toc ul li {
margin: 0;
padding: 0;
}
#toc > ul {
margin: 0 0 3rem 0;
}
#toc > ul:last-child {
margin: 0;
}
#toc ul ul {
margin: 0.5rem 0 0 0;
}
#toc ul li {
margin: 0 0 2rem 0;
padding: 0 0 0 2.6rem;
font-size: 1.4rem;
line-height: 1.6;
}
#toc ul li:last-child {
margin: 0;
}
#toc > ul > li {color: #333C;font-size: 1.6rem;font-weight: bold;}
#toc > ul > li::before {
display: none;
content: none;
}
#toc ul ul li {
margin: 0 0 0.5rem 0;
padding: 0 0 0 2rem;
font-size: 1.4rem;
font-weight: normal;
}
#toc ul ul li::before {
display: none;
content: none;
}
#toc ul li a {
color: inherit;
text-decoration: none;
}
#toc ul li a:hover {text-decoration: underline;opacity: 0.7;}


/*--------------------------------------
mv
---------------------------------------*/
.l-mv {margin: 0 0 12rem 0;padding: 3rem 2rem;background: url(img/mv_bg_01.jpg) no-repeat center top;background-size: cover;}
.l-mv-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.l-mv-fig {position: relative;width: 47%;text-align: center;}
.l-mv-fig .fig {position: absolute;left: 2rem;top: 11rem;width: 100%;}
.l-mv-fig .fig img {width: 550px;}
.l-mv-fig .balloon {width: 146px;height: 108px;padding: 1.2rem 1rem 1rem 1rem;background: url(img/mv_bg_02.png) no-repeat left top;background-size: contain;color: #404040;font-size: 1.2rem;line-height: 1.6;}
.l-mv-fig .balloon span {background: none;color: #404040;font-weight: bold;}
.l-mv-fig .balloon-1 {position: absolute;left: 20%;top: 2%;}
.l-mv-fig .balloon-2 {position: absolute;left: 66%;top: 2%;}
.l-mv-txt {width: calc(100% - 46% - 3.5%);padding: 2.5rem 3.5rem 3rem 3.5rem;background: rgba(255,255,255,0.7);}
.l-mv-title {margin: 0 0 2rem 0;color: #404040;font-size: 2.7rem;font-weight: bold;line-height: 1.4;text-align: center;}
.l-mv-title span {
display: inline-block;
margin: 0.3rem 0;
padding: 0.2rem 1rem;
background: #fd5125;
color: #fff;
}
.l-mv-txt p:not([class]) {
font-size: 1.4rem;
}
.l-mv-txt .btn-internal.down {
margin: 3rem auto 0 auto;
}
.l-mv-txt .btn-internal.down a {
width: 410px;
background: #004b71 url(img/arrow02_white.svg) no-repeat right 1.5rem center;
background-size: 20px 20px;
font-size: 1.6rem;
}


/*--------------------------------------
l-parts
---------------------------------------*/
.l-parts-title {
position: relative;
width: calc(100% - 30rem);
margin: 0 0 7rem 0;
padding: 2rem 3rem;
background: #fd5125 url(img/title_bg_01.png) repeat center center;
border-radius: 0.8rem;
color: #fff;
font-size: 3.2rem;
font-weight: bold;
line-height: 1.4;
}
.l-parts-title a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 20px 20px;
color: inherit;
text-decoration: none;
}
.l-parts-title a:hover {
text-decoration: none;
opacity: 0.7;
}

p.l-parts-text {margin: 0 0 4rem 0;}



/*--------------------------------------
l-parts01
---------------------------------------*/
.l-parts01 {
margin: 0 0 10rem 0;
}
.l-parts01.lower {
margin: 12rem 0 6rem 0;
}
.l-parts01 .l-parts-title::after {
position: absolute;
left: calc(100% + 4rem);
top: 50%;
transform: translateY(-50%);
width: 215px;
height: 215px;
background: url(img/ico_kanchi.png) no-repeat left top;
background-size: contain;
content: "";
}
.l-parts01 .l-parts-text {
margin: 0 3rem 4rem 3rem;
}
.l-parts01 .note {
margin: 3rem 3rem 0 3rem;
font-size: 1.4rem;
}
.l-parts01 .block {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0px 0rem;}
.l-parts01 .block .box {position: relative;width: calc((100% - 2rem) / 2);background: #fff;border: 1px solid #b8b8b8;border-radius: 0.8rem;}
.l-parts01 .block .box-head {
position: relative;
top: -0.1rem;
margin: 0 -0.1rem;
padding: 2.5rem 2rem;
background: #fd5125;
border-radius: 0.7rem 0.7rem 0 0;
}
.l-parts01 .block .box-head .name {
color: #fff;
font-size: 2.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-parts01 .block .box-body {
padding: 3.6rem;
}
.l-parts01 .block .tags {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 3rem 0;
}
.l-parts01 .block .tags::after {
display: block;
width: calc((100% - 2rem) / 3);
content:"";
}
.l-parts01 .block .tags .tag {display: flex;align-items: center;justify-content: center;width: calc((100% - 2rem) / 3);padding: 12.5rem 0 0 0;color: #404040;font-size: 1.4rem;font-weight: bold;line-height: 1.4;text-align: center;}
.l-parts01 .block .tags .ico-1 {background: url(img/search_ico_01.png) no-repeat center top;background-size: 120px 120px;}
.l-parts01 .block .tags .ico-2 {background: url(img/search_ico_02.png) no-repeat center top;background-size: 120px 120px;}
.l-parts01 .block .tags .ico-3 {background: url(img/search_ico_03.png) no-repeat center top;background-size: 120px 120px;}
.l-parts01 .block .tags .ico-1.off {
background: url(img/search_ico_01_off.png) no-repeat center top;
background-size: 105px 105px;
}
.l-parts01 .block .tags .ico-2.off {
background: url(img/search_ico_02_off.png) no-repeat center top;
background-size: 105px 105px;
}
.l-parts01 .block .tags .ico-3.off {
background: url(img/search_ico_03_off.png) no-repeat center top;
background-size: 105px 105px;
}
.l-parts01 .block .catch-1 {
margin: 0 0 5rem 0;
color: #404040;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.6;
text-align: center;
}
.l-parts01 .block .catch-2 {
position: relative;
padding: 2rem;
background: #fffbdb;
color: #404040;
font-size: 2rem;
font-weight: bold;
line-height: 1.6;
text-align: center;
}
.l-parts01 .block .catch-2::before {
position: absolute;
left: 50%;
bottom: calc(100% + 1rem);
transform: translateX(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 28px 22px 0 22px;
border-color: #fd5125 transparent transparent transparent;
content: "";
}
.l-parts01 .block table {
margin: 2rem 0 0 0;
}
.l-parts01 .block table th {
width: 32%;
padding: 0.8rem;
border: 1px solid #b4b4b4;
font-size: 1.4rem;
font-weight: normal;
line-height: 1.4;
}
.l-parts01 .block table td {
padding: 0.8rem;
border: 1px solid #b4b4b4;
font-size: 1.4rem;
line-height: 1.4;
text-align: center;
}
.l-parts01 .block table td span {background: none;color: #fd5125;font-size: 1.8rem;}
.l-parts01 .block .btn-web,
.l-parts01 .block .btn-internal {
margin: 3rem auto 0 auto;
}
.l-parts01 .block .btn-web a,
.l-parts01 .block .btn-internal a {width: 90%;}


/*--------------------------------------
l-parts02
---------------------------------------*/
.l-parts02 {
margin: 0 0 7rem 0;
}
.l-parts02 .l-parts-title::after {
position: absolute;
left: calc(100% + 4rem);
top: 50%;
transform: translateY(-50%);
width: 215px;
height: 215px;
background: url(img/ico_rika.png) no-repeat left top;
background-size: contain;
content: "";
}
.l-parts02 .block {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0 0rem;}
.l-parts02 .block::after {
display: block;
width: calc((100% - 4.8rem) / 3);
content:"";
}
.l-parts02 .block .box {width: calc((100% - 4.8rem) / 3);padding: 2rem;background: #f5f5f5;border-radius: 0.8rem;}
.l-parts02 .block .box-head {
margin: 0 0 1.5rem 0;
}
.l-parts02 .block .box-head .ttl {
color: #404040;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-parts02 .block .box-head .ttl span {
background: none;
color: #fd5125;
}
.l-parts02 .block .box-body p {
margin: 0;
}
.l-parts02 .block .box-body .fig {
margin: 0 0 1.5rem 0;
text-align: center;
}
.l-parts02 .block .box-body .fig img {
width: 16rem;
height: 16rem;
}


/*--------------------------------------
l-parts03
---------------------------------------*/
.l-parts03 {
margin: 0 0 16rem 0;
}
.l-parts03-title {padding: 3rem 3rem;background: #fd5125 url(img/title_bg_01.png) repeat center center;border-radius: 0.8rem 0.8rem 0 0;color: #fff;font-size: 3.2rem;font-weight: bold;line-height: 1.4;text-align: center;}
.l-parts03 .inner {padding: 6rem 5rem;background: #eaeaea;border-radius: 0 0 0.8rem 0.8rem;}
.l-parts03-company {
margin: 0 0 5rem 0;
padding: 5rem 3rem;
background: #fff;
border-radius: 1.6rem;
}
.l-parts03-company:last-child {
margin: 0;
}
.l-parts03-company > .fig,
.l-parts03-company > .fig + .caption {
text-align: center;
}
.l-parts03-company > table {
margin: 0;
}
.l-parts03 .catch-title {
margin: 0 0 4rem 0;
color: #0273d8;
font-size: 2.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-parts03 .name {
margin: 0 0 2rem 0;
color: #404040;
font-size: 3rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-parts03 .title {position: relative;margin: 10rem 0 6rem 0;color: #404040;font-size: 2.4rem;font-weight: bold;line-height: 1.4;text-align: center;}
.l-parts03 .title::before {position: absolute;left: 50%;top: calc(100% + 2rem);transform: translateX(-50%);width: 60px;height: 2px;background: #888988;content: "";}
.l-parts03 .tags {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0 15rem 4rem 15rem;}
.l-parts03 .tags::after {
display: block;
width: calc((100% - 3.6rem) / 3);
content:"";
}
.l-parts03 .tags .tag {display: flex;align-items: center;justify-content: center;width: calc((100% - 3.6rem) / 3);padding: 16rem 0 0 0;color: #000;font-size: 1.2rem;font-weight: bold;line-height: 1.4;text-align: center;}
.l-parts03 .tags .ico-1 {background: url(img/search_ico_01.png) no-repeat center top;background-size: 150px 150px;}
.l-parts03 .tags .ico-2 {background: url(img/search_ico_02.png) no-repeat center top;background-size: 150px 150px;}
.l-parts03 .tags .ico-3 {background: url(img/search_ico_03.png) no-repeat center top;background-size: 150px 150px;}
.l-parts03 .tags .ico-1.off {
background: url(img/search_ico_01_off.png) no-repeat center top;
background-size: 174px 174px;
}
.l-parts03 .tags .ico-2.off {
background: url(img/search_ico_02_off.png) no-repeat center top;
background-size: 174px 174px;
}
.l-parts03 .tags .ico-3.off {
background: url(img/search_ico_03_off.png) no-repeat center top;
background-size: 174px 174px;
}
.l-parts03 .tags + table {
width: calc(100% - 20rem);
margin: 0 auto 5rem auto;
}
.l-parts03 .tags + table th {
padding: 1.5rem;
border: 1px solid #eaeaea;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
}
.l-parts03 .tags + table td {padding: 1.5rem;border: 1px solid #eaeaea;color: #0f0f0f;font-size: 1.6rem;font-weight: bold;line-height: 1.4;text-align: center;}
.l-parts03 .tags + table td span {background: none;color: #fd5125;font-size: 1.8rem;}
.block-column {padding: 3rem 5rem 3rem 5rem;background: #fffded;}
.block-column .box-head {
padding: 0 0 1.5rem 0;
border-bottom: 2px solid #fd5125;
}
.block-column .box-head .ttl {
color: #404040;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.block-column .box-body {
position: relative;
min-height: 22rem;
padding: 3rem 20rem 4rem 0;
}
.block-column .box-body .catch {
margin: 0 0 2rem 0;
color: #404040;
font-size: 2.3rem;
font-weight: bold;
line-height: 1.4;
}
.block-column .box-body p {
margin: 0;
}
.block-column .box-body .fig {
position: absolute;
right: 0;
top: 3rem;
width: 18rem;
}
.block-case {margin: 0 0 8rem 0;}
.block-case .box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 3rem 0;
}
.block-case .box:last-child {
margin: 0;
}
.block-case .box-fig {
width: 224px;
text-align: center;
}
.block-case .box-txt {
width: calc(100% - 224px);
padding: 0 0 0 2rem;
}
.block-case .box-txt .ttl {
margin: 0 0 1rem 0;
color: #404040;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
}
.block-case .box-txt table {
margin: 0 0 1.5rem 0;
}
.block-case .box-txt table th {
width: 20%;
border: 1px solid #fff;
}
.block-case .box-txt table td {
border: 1px solid #eaeaea;
font-size: 1.4rem;
}
.block-case .box-txt p {
margin: 0;
}
.block-comment {
margin: 0 2rem 2rem 2rem;
}
.block-comment .box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-comment .box-fig {
width: 18rem;
}
.block-comment .box-txt {
display: flex;
align-items: center;
width: calc(100% - 18rem);
padding: 0 3rem 0 0;
color: #404040;
font-size: 2.3rem;
font-weight: bold;
line-height: 1.8;
}
.block-voice {
margin: 0 2rem;
}
.block-voice .box {
margin: 0 0 4rem 0;
padding: 0 0 0 10rem;
background: url(img/parts03_bg_01.png) no-repeat left top;
background-size: 77px 77px;
}
.block-voice .box p {
margin: 0;
}
.block-voice .box .ttl {
margin: 0 0 1.5rem 0;
color: #404040;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
}
.block-voice .catch {
color: #404040;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
}


/*--------------------------------------
l-parts04
---------------------------------------*/
.l-parts04 {
margin: 0 0 6rem 0;
}
.l-parts04 .l-parts-title::after {
position: absolute;
left: calc(100% + 4rem);
top: 50%;
transform: translateY(-50%);
width: 215px;
height: 215px;
background: url(img/ico_rika.png) no-repeat left top;
background-size: contain;
content: "";
}
.l-parts04 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.l-parts04 .block::after {
display: block;
width: calc((100% - 4rem) / 3);
content:"";
}
.l-parts04 .block .box {width: calc((100% - 4rem) / 3);margin: 0 0 4rem 0;padding: 3.5rem 2.5rem;background: #f5f5f5;border-radius: 0.8rem;}
.l-parts04 .block .box-head {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 3rem 0;
}
.l-parts04 .block .box-head .name {
width: 100%;
color: #404040;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-parts04 .block .box-head .name a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_orange.svg) no-repeat right center;
background-size: 20px 20px;
color: inherit;
text-decoration: none;
}
.l-parts04 .block .box-head .name a:hover {
text-decoration: none;
opacity: 0.7;
}
.l-parts04 .block .box-body p,
.l-parts04 .block .box-body table {
margin: 0;
}
.l-parts04 .block .box-body table th {
width: 25%;
padding: 0.8rem 0.5rem;
border: 1px solid #fff;
font-size: 1.3rem;
font-weight: normal;
line-height: 1.4;
}
.l-parts04 .block .box-body table td {
padding: 0.8rem 0.5rem;
border: 1px solid #ececec;
font-size: 1.3rem;
line-height: 1.4;
}
.l-parts04 .block .box-body .catch {
margin: 0 0 1rem 0;
font-size: 1.5rem;
font-weight: bold;
}
.l-parts04 .block .box-body p:not([class]) {
font-size: 1.5rem;
}
.l-parts04 .block .box-body .ttl {
margin: 2.5rem 0 1.5rem 0;
color: #404040;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-parts04 .block .box-body .store {position: relative;margin: 1rem 0 0.5rem 1.5rem;padding: 0 0 0 1rem;color: #404040;font-size: 1.5rem;line-height: 1.4;}
.l-parts04 .block .box-body .store::before {position: absolute;left: 0;top: 0.7rem;width: 7px;height: 7px;background: #fd5125;content: "";}
.accordion-item {
display: none;
}
.accordion-btn {
display: block;
position: relative;
width: 380px;
height: auto;
margin: 0 auto 4rem auto;
padding: 2rem 0;
background: #fff;
border: 2px solid #404040;
border-radius: 0.8rem;
color: #404040;
font-size: 1.7rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.accordion-btn::before {
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
font-size: 1.8rem;
content: "＋";
}
.accordion-btn::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "もっと見る";
}
.accordion-btn.is-open::before {
font-size: 1.6rem;
content: "ー";
}
.accordion-btn.is-open::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "閉じる";
}
.accordion-btn:hover {
opacity: 0.7;
}
.store-item {
display: none;
}
.store-btn {
display: block;
position: relative;
width: 90%;
height: auto;
margin: 1.5rem auto 0 auto;
padding: 1.5rem 0;
background: #fff;
border: 2px solid #404040;
border-radius: 0.8rem;
color: #404040;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.store-btn::before {
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
font-size: 1.8rem;
content: "＋";
}
.store-btn::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "もっと見る";
}
.store-btn.is-open::before {
font-size: 1.6rem;
content: "ー";
}
.store-btn.is-open::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "閉じる";
}
.store-btn:hover {
opacity: 0.7;
}


/*--------------------------------------
l-parts05
---------------------------------------*/
.l-parts05 {
margin: 0 0 12rem 0;
padding: 5rem;
border: 5px solid #f5f5f5;
border-radius: 0.8rem;
}
.l-parts05-title {
position: relative;
margin: 0 0 8rem 0;
color: #404040;
font-size: 3.2rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-parts05-title::before {
position: absolute;
left: 50%;
top: calc(100% + 3rem);
transform: translateX(-50%);
width: 86px;
height: 5px;
background: #fd5125;
content: "";
}
.l-parts05 p:not([class]),
.l-parts05 .float-wrap {
margin: 0;
}
.l-parts05 .float-wrap .float-img.fr {
width: 20rem;
margin: 0 0 1rem 4rem;
}
.l-parts05 .float-wrap .catch {
margin: 0 0 2rem 0;
color: #404040;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
}
.l-parts05 .title {
margin: 4rem 0 3rem 0;
padding: 1.5rem;
background: #f5f5f5;
border-left: 16px solid #fd5125;
color: #404040;
font-size: 2.5rem;
font-weight: bold;
line-height: 1.4;
}
.l-parts05 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 3rem 0 0 0;
}
.l-parts05 .block .box {
width: calc((100% - 2rem) / 2);
margin: 0 0 1.5rem 0;
background: #515151;
border-radius: 0.6rem;
cursor: pointer;
}
.l-parts05 .block .box a {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 2rem 5rem 2rem 3rem;
background: url(img/arrow01_white.svg) no-repeat right 2rem center;
background-size: 20px 20px;
color: #fff;
font-size: 2.1rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
}
.l-parts05 .block .box:hover {
opacity: 0.7;
}


/*--------------------------------------
l-parts06
---------------------------------------*/
.l-parts06 {
margin: 0 0 10rem 0;
}
.l-parts06 .l-parts-title::after {
position: absolute;
left: calc(100% + 4rem);
top: 50%;
transform: translateY(-50%);
width: 213px;
height: 213px;
background: url(img/ico_car.png) no-repeat left top;
background-size: contain;
content: "";
}
.l-parts06-title {position: relative;margin: 0 0 8rem 0;color: #404040;font-size: 3.2rem;font-weight: bold;line-height: 1.4;text-align: center;}
.l-parts06-title::before {
position: absolute;
left: 50%;
top: calc(100% + 3rem);
transform: translateX(-50%);
width: 86px;
height: 5px;
background: #fd5125;
content: "";
}
.l-parts06 .l-parts-text {
margin: 0 4rem 4rem 4rem;
}
.l-parts06 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 4rem;
}
.l-parts06 .block .box {
width: calc((100% - 2rem) / 2);
margin: 0 0 2rem 0;
background: #f5f5f5;
border-radius: 0.8rem;
}
.l-parts06 .block .box-head {
display: flex;
align-items: center;
justify-content: center;
padding: 2.5rem 2rem;
background: #515151;
border-radius: 0.7rem 0.7rem 0 0;
}
.l-parts06 .block .box-head .ttl {
width: 100%;
color: #fff;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-parts06 .block .box-head .ttl a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 20px 20px;
color: inherit;
text-decoration: none;
}
.l-parts06 .block .box-head .ttl a:hover {
text-decoration: none;
opacity: 0.7;
}
.l-parts06 .block .box-body {
padding: 2.5rem;
}
.l-parts06 .block .box-body p {
margin: 0;
}
.l-parts06 .block .box-body .fig,
.l-parts06 .block .box-body .fig + .caption {
text-align: center;
}
.l-parts06 .block .box-body .catch {
margin: 2rem 0 0.5rem 0;
font-weight: bold;
}
.l-parts06 .block .box-body .btn-link {
margin: 2rem 0 0 0;
}
.l-parts06 .accordion-btn {
margin: 2rem auto 4rem auto;
}


/*--------------------------------------
l-parts07
---------------------------------------*/
.l-parts07 {
margin: 0 0 8rem 0;
padding: 5rem;
border: 5px solid #f5f5f5;
border-radius: 0.8rem;
}
.l-parts07-title {position: relative;margin: 0 0 8rem 0;color: #404040;font-size: 3.2rem;font-weight: bold;line-height: 1.4;text-align: center;}
.l-parts07-title::before {
position: absolute;
left: 50%;
top: calc(100% + 3rem);
transform: translateX(-50%);
width: 86px;
height: 5px;
background: #fd5125;
content: "";
}
.l-parts07 .float-wrap {
margin: 0 0 4rem 0;
}
.l-parts07 .float-wrap:last-child {
margin: 0;
}
.float-wrap .float-img.fl {
margin: 0 2.5rem 1rem 0;
}
.l-parts07 .float-wrap .ttl {
margin: 0 0 2rem 0;
color: #404040;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.4;
}
.l-parts07 .float-wrap .btn-link {
margin: 3rem 0 0 0;
}


/*--------------------------------------
l-parts08
---------------------------------------*/
.l-parts08 .inner {
margin: 0 0 8rem 0;
padding: 5rem 6rem;
background: url(img/parts08_bg_01.png) repeat center center, url(img/parts08_bg_02.png) repeat center center, #ffe7d4;
background-size: auto auto, cover;
border-radius: 0.8rem;
}
.l-parts08 .inner .title {margin: 0 0 4rem 0;padding: 2rem 4rem;background: #fff;border-radius: 0.8rem;color: #404040;font-size: 3.2rem;font-weight: bold;line-height: 1.4;text-align: center;}
.l-parts08 .float-wrap {
margin: 0;
}
.l-parts08 .float-wrap p {margin: 0;color: #000;}
.l-parts08 .btn-internal {
margin: 3rem auto 0 auto;
}


/*--------------------------------------
search
---------------------------------------*/
.is-hide {
display: none !important;
}
.fruCircle.show {
opacity: 1;
}
.fruCircle.flipColor {
background-color: #d2d2d2;
}
.l-parts-search {
margin: 0 0 16rem 0;
background: #fffded;
border-radius: 0.8rem;
}
.l-parts-search * {
box-sizing: border-box;
}
.l-parts-search-title {
position: relative;
margin: 0 0 8rem 0;
color: #404040;
font-size: 2.9rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.l-parts-search-title::before {
position: absolute;
left: 50%;
top: calc(100% + 3rem);
transform: translateX(-50%);
width: 86px;
height: 5px;
background: #fd5125;
content: "";
}
.l-parts-search-title span {
background: linear-gradient(transparent 60%, #fbea54 60%);
color: #404040;
font-size: 2.9rem;
}
.search-terms {
padding: 8rem 5rem;
}
.search-terms .l-parts-text {
margin: 0 0 6rem 0;
}
.search-terms .note {
margin: 1rem 0 0 0;
font-size: 1.2rem;
}
.search-terms .ttl {
margin: 0 0 2rem 0;
color: #404040;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
}
.block-search {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 2rem auto;
}
.box-label {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 17rem;
background: #fd5125;
}
.box-label::before {
position: absolute;
left: 100%;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 12px;
border-color: transparent transparent transparent #fd5125;
content: "";
}
.box-label .label {
color: #fff;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.box-item {
display: flex;
align-items: center;
width: calc(100% - 17rem);
padding: 4rem 3rem 3rem 4rem;
background: #fff;
}
.box-item .inner {
display: table;
width: 100%;
}
.box-item .check-item {
display: inline-block;
position: relative;
width: 100%;
margin: 0 0 2rem 0;
font-weight: bold;
}
.box-item input[type="checkbox"] {
position: absolute;
visibility: hidden;
}
.box-item label {
display: block;
position: relative;
padding: 0 0 0 4rem;
color: #404040;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
cursor: pointer;
z-index: 9;
}
.box-item .icon-checkbox {
display: block;
position: absolute;
top: 0;
left: 0;
width: 32px;
height: 32px;
background: #eaeaea;
z-index: 5;
}
.box-item input[type="checkbox"]:checked ~ .icon-checkbox {
background: #fff;
border: 1px solid #707070;
}
.box-item input[type="checkbox"]:checked ~ .icon-checkbox::before {
display: block;
position: absolute;
left: 0.4rem;
top: 0.5rem;
transform: rotate(-45deg);
width: 16px;
height: 8px;
border-bottom: 5px solid #fd5125;
border-left: 5px solid #fd5125;
content: "";
}
.btn-form-reset {
text-align: right;
}
.btn-form-reset button {
padding: 0;
background-color: transparent;
border: none;
outline: none;
color: #252322;
font-size: 1.6rem;
font-weight: bold;
cursor: pointer;
appearance: none;
}
.btn-form-reset button:hover {
opacity: 0.7;
}
.btn-form-reset img {
margin: 0 0.5rem 0 0;
vertical-align: middle;
}
.resultOn_count {
position: relative;
margin: 0 0 5rem 0;
padding: 0;
color: #404040;
font-size: 3rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.resultOn_count span {
background: none;
color: #fd5125;
font-size: 3rem;
}
.resultOn_count::after {
position: absolute;
left: 50%;
top: calc(100% + 1rem);
transform: translateX(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 30px 32px 0 32px;
border-color: #888988 transparent transparent transparent;
content: "";
z-index: 1;
}
.block-results {display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 1rem 1rem;}
.block-results::after {
display: block;
width: calc((100% - 3rem) / 3);
content:"";
}
.block-results.resultOff {
padding: 0;
}
.block-results .box {
width: calc((100% - 3rem) / 3);
margin: 0 0 1rem 0;
padding: 2.4rem 1.6rem;
background: #fff;
border-radius: 0.8rem;
}
.block-results .box .name {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
padding: 1rem 1.3rem;
background: #fd5125;
color: #fff;
font-size: 2.1rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.block-results .box .name a {
display: block;
width: 100%;
padding: 0 2.6rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 20px 20px;
color: inherit;
text-decoration: none;
}
.block-results .box .name a:hover {
text-decoration: none;
opacity: 0.7;
}
.block-results .tags {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 1.6rem 0;
}
.block-results .tags::after {
display: block;
width: calc((100% - 2rem) / 3);
content:"";
}
.block-results .tags .tag {display: flex;align-items: center;justify-content: center;width: calc((100% - 1rem) / 3);padding: 9rem 0 0 0;color: #404040;font-size: 1.4rem;font-weight: bold;line-height: 1.4;text-align: center;}
.block-results .tags .ico-1 {background: url(img/search_ico_01.png) no-repeat center top;background-size: 90px 90px;}
.block-results .tags .ico-2 {background: url(img/search_ico_02.png) no-repeat center top;background-size: 90px 90px;}
.block-results .tags .ico-3 {background: url(img/search_ico_03.png) no-repeat center top;background-size: 90px 90px;}
.block-results .tags .ico-1.off {background: url(img/search_ico_01_off.png) no-repeat center top;background-size: 90px 90px;}
.block-results .tags .ico-2.off {background: url(img/search_ico_02_off.png) no-repeat center top;background-size: 90px 90px;}
.block-results .tags .ico-3.off {background: url(img/search_ico_03_off.png) no-repeat center top;background-size: 90px 90px;}
.block-results .box p:not([class]) {
margin: 0;
font-size: 1.5rem;
}
.block-results .box table {
margin: 2rem 0 0 0;
}
.block-results .box table th {
width: 32%;
padding: 0.5rem;
border: 1px solid #eaeaea;
font-size: 1.4rem;
font-weight: normal;
line-height: 1.4;
}
.block-results .box table td {
padding: 0.5rem;
border: 1px solid #eaeaea;
font-size: 1.4rem;
line-height: 1.4;
text-align: center;
}
.block-results .box table td span {background: none;color: #fd5125;font-size: 1.8rem;}
.block-results .box .btn-web {
margin: 2.4rem auto 0 auto;
}
.block-results .box .btn-web a {
width: 90%;
font-size: 1.6rem;
}

.banner-sp{
    position:static;
    display:none;
}


































/* smartphone settings -------------------------------------------------------------------------------------------------------- */

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

body {
font-size: 1.4rem;
}

.forPC {
display: none;
}

.forSP {
display: block;
}

.pc_br {
display: none;
}

.sp_br {
display: block;
}

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


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

header area

*/

.l-gnavi-bnr-box {
display: none;
}

.l-header {
position: relative;
display: block;
width: 100%;
}

.l-header__inner {
position: relative;
width: 100%;
}

.l-header::after {
display: none;
}

.l-siteinfo {
padding: 0.5rem 1.5rem 0rem 1.5rem;
}

.l-siteinfo__logo {
margin: 1rem auto 0.5rem auto;
width: 100%;
text-align: center;
}

.l-siteinfo__sitename {
padding: 1.5rem 4rem 0 4rem;
font-weight: bold;
}

.l-siteinfo__logo img,
.l-header-logo__image {
max-width: 70%;
}

.l-gnavi-area {
position: fixed;
top: 0;
right: 0;
left: auto;
z-index: 300;
overflow-x: hidden;
overflow-y: scroll;
padding: 8rem 0 2rem;
width: 100%;
height: 100%;
background: #fff linear-gradient(-45deg, #f5f5f5 25%, transparent 25%, transparent 50%, #f5f5f5 50%, #f5f5f5 75%, transparent 75%, transparent);
background-size: 6px 6px;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
transform: translateX(100%);
}

.l-gnavi-list {
padding: 0 2rem;
}

.l-gnavi-list__item {
margin: 0 0 1.5rem;
border: solid 3px #ffb370;
}

.l-gnavi-list__link {
padding: 1.3rem 3rem 1.3rem 1.3rem;
background-position: right 2rem center;
background-size: 14px;
}

.l-gnavi-list__link--menu {
background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
background-size: 16px 5px;
}

.l-gnavi-list__link--menu:hover {
background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
background-size: 16px 5px;
}

.l-gnavi-list__link:hover {
background-position: right 2rem center;
}

.l-gnavi-sub-list {
position: absolute;
top: 0;
left: 100%;
display: none;
padding: 0 2rem;
width: 100%;
height: inherit;
background: #fff linear-gradient(-45deg, #f5f5f5 25%, transparent 25%, transparent 50%, #f5f5f5 50%, #f5f5f5 75%, transparent 75%, transparent);
background-size: 6px 6px;
}

.l-gnavi-sub-list__item {
margin: 0 0 1rem;
border: solid 3px #ffb370;
}

.l-gnavi-sub-list__item:nth-child(1),
.l-gnavi-sub-list__item:nth-child(2) {
display: block;
}

.l-gnavi-sub-list__link {
padding: 1.3rem 3rem 1.3rem 1.3rem;
background-color: #fff;
background-position: right 2rem center;
background-size: 14px;
color: #333;
}

.l-gnavi-sub-list__link:hover {
color: #333;
text-decoration: none;
}

.l-gnavi-sub-list__link--menu {
background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
background-size: 16px 5px;
}

.l-gnavi-sub-list__link--back {
padding: 1rem 1rem 1rem 3rem;
outline: 3px #f5f5f5 dotted;
background: #fff url(img/arrow02_orange.svg) no-repeat left 1rem center;
background-size: 14px;
}

.l-gnavi-sub-list .l-gnavi-sub-list {
position: absolute;
padding: 0 2rem;
}

.l-gnavi-btn {
position: fixed;
top: 0;
right: 0;
z-index: 200;
display: block;
width: 60px;
height: 60px;
background: rgba(255, 255, 255, 0.8);
cursor: pointer;
}

.l-gnavi-btn span {
position: absolute;
left: 15px;
display: inline-block;
width: 30px;
height: 3px;
background: #484140;
transition: all 0.4s;
}

.l-gnavi-btn span:nth-of-type(1) {
top: 19px;
}

.l-gnavi-btn span:nth-of-type(2) {
top: 29px;
}

.l-gnavi-btn span:nth-of-type(3) {
top: 39px;
}

.l-gnavi-btn:hover {
color: #666;
}

.l-gnavi-btn:active {
color: #666;
}

.l-gnavi-btn--gnavi {
position: absolute;
top: 20px;
right: 15px;
z-index: 200;
width: 30px;
height: 23px;
background: none;
}

.l-gnavi-btn--gnavi span {
left: 0;
width: 100%;
}

.l-gnavi-btn--gnavi span:nth-of-type(1) {
top: 0;
}

.l-gnavi-btn--gnavi span:nth-of-type(2) {
top: 10px;
}

.l-gnavi-btn--gnavi span:nth-of-type(3) {
top: 20px;
}

.l-gnavi-btn.is-active span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}

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

.l-gnavi-btn.is-active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
}

.is-navi-open .l-gnavi-area--slide-left {
transform: translateX(0);
}
/*
---------------------------------------------

footer area

*/
.l-footer-area {
padding: 30px 0 0 0;
min-width: auto;
}

.l-footer-area__inner {
padding: 0;
}

.l-footer-logo {
margin: 0 auto;
width: 90%;
font-weight: bold;
}

.l-footer-disclaimer {
margin: 0 auto 1.5rem auto;
padding: 4%;
width: 90%;
font-size: 1rem;
}

.l-footer-list__item {
margin: 0;
padding: 0 20px;
}

.l-footer-list__item--top {
border-right: solid 1px #d3c9bd;
}

.l-footer-list__link {
text-decoration: none;
}

.l-footer-list__link:hover {
text-decoration: underline;
}

.l-footer-copy {
padding: 1rem;
font-size: 1rem;
line-height: 1.4;
}

.l-footer-copy p {
margin: 0 auto;
text-align: center;
}

.l-footer-copy .sitemap {
display: none;
}

.l-footer-menu-wrapper {
padding: 0;
width: 100%;
}

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

.l-footer-menu__title {
margin: 0;
padding: 0;
}

.l-footer-menu__title__link {
position: relative;
display: block;
padding: 0 20px 10px 0;
font-size: 1.6rem;
}

.l-footer-menu__title__link:after {
position: absolute;
top: 50%;
right: 5px;
width: 14px;
height: 14px;
background: url(img/arrow02_orange.svg) no-repeat 0 0;
background-size: 100%;
content: "";
transform: translateY(-50%) rotate(270deg);
}

.l-footer-menu__list {
display: none;
padding: 1.5rem 0;
}

.l-footer-menu__list__item {
float: none;
width: 100%;
}

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

.l-footer-menu__list__link {
padding: 1rem;
}

.l-footer-submenu__list__link {
padding: 1rem 2rem;
}
/*
---------------------------------------------

common

*/
.l-pagetop {
right: 2rem;
bottom: 9rem;
z-index: 100;
}

.l-pagetop__link {
padding: 0 0 10px 0;
width: 40px;
height: 40px;
}

.l-pagetop__image {
width: 24px;
}

#pankuzu {
overflow: auto;
-webkit-overflow-scrolling: touch;
margin: 0;
padding: 0;
width: 100%;
white-space: nowrap;
}
/*
---------------------------------------------

contents area

*/
.l-wrapper {
display: block;
}

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

.l-contents-area__inner {
padding: 1rem;
}
/*
---------------------------------------------

main area

*/
.l-main-area--low {
margin: 2rem auto;
}

.l-parts.low {
padding: 2rem 1rem;
}

.l-main-area p {
font-size: 1.4rem;
}


.l-main-area ul li:before {
top: 0.4rem;
}

.l-main-area ol li:before {
top: 0.2rem;
}

.l-main-area table {
display: block;
margin: 30px auto;
width: 100%;
border-top: 1px #b4b4b4 solid;
}

.block-results .box__item__right .tag-table {
margin: 1rem auto 2rem;
}

.l-main-area table tr {
display: block;
width: 100%;
}

.l-main-area table th {
display: block;
width: 100%;
border-top: none;
}

.l-main-area table td {
display: block;
width: 100%;
border-top: none;
}

.l-main-area table thead {
display: block;
width: 100%;
}

.l-main-area table thead th {
display: block;
width: 100%;
}

.l-main-area table thead td {
display: block;
width: 100%;
}

.l-main-area table tbody {
display: block;
width: 100%;
}

.l-main-area table tbody th {
display: block;
padding: 10px 5px;
width: 100%;
}


.float-wrap {
margin: 10px auto 30px;
width: 100%;
}

.float-wrap .float-img.fr {
float: none;
margin: 0 0 20px;
width: 100%;
}

.float-wrap .float-img.fl {
float: none;
margin: 0 0 20px;
width: 100%;
}

.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 20px 10px;
}

.float-wrap .float-img.fl.t_small {
float: left;
margin: 0 20px 10px 0;
}

.l-main-area .box-wrap {
display: block;
margin: 0 auto 3rem;
}

.l-main-area .box-wrap .box {
margin: 0 auto 3rem;
width: 100%;
}

.l-main-area .box-wrap .box:nth-child(2n) {
margin: 0 auto 4rem;
}

.l-main-area .box-wrap .box-head {
padding: 1.5rem;
font-size: 1.8rem;
}

.l-main-area .box-wrap .box-head a {
padding: 1rem 3rem 1rem 1rem;
background-position: right 1.5rem center;
background-size: 1.8rem;
font-size: 1.8rem;
}

.l-main-area .box-wrap .box-body {
padding: 1.5rem;
}

.l-main-area .box-wrap .box-fig {
padding: 1.5rem;
}

.l-main-area .frame-wrap {
display: block;
margin: 0 auto 3rem;
}

.l-main-area .frame-wrap .frame {
margin: 0 auto 3rem;
padding: 0.5rem 1.5rem;
width: 100%;
}

.l-main-area .frame-wrap .frame-head a {
padding: 1rem 3rem 1rem 0;
font-size: 1.8rem;
}

.l-main-area .frame-wrap .frame-body {
padding: 5% 0;
}






/*--------------------------------------
heading
---------------------------------------*/
.l-main-area--low h1 {
width: 100%;
margin: 0 0 3rem 0;
padding: 1.5rem;
font-size: 2.4rem;
}
.l-main-area--low h1 a {
padding: 0 2rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 16px 16px;
}

.l-main-area--low h2 {
margin: 4rem 0 3rem 0;
padding: 1rem 1.5rem;
border-left: 10px solid #fd5125;
font-size: 2.1rem;
}

.l-main-area--low h3 {
font-size: 1.8rem;
}

.l-main-area--low h4,
.l-main-area--low h5,
.l-main-area--low h6 {
margin: 3rem 0 2rem 0;
font-size: 1.6rem;
}

.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 {
padding: 0 2rem 0 0;
background: url(img/arrow01_orange.svg) no-repeat right center;
background-size: 16px 16px;
}


/*--------------------------------------
title
---------------------------------------*/
.icon-point {
width: 60px;
height: 60px;
font-size: 1.2rem;
}
.icon-rika {
width: 64px;
height: 64px;
}
.icon-kanchi {
width: 64px;
height: 64px;
}
.l-icon-title {
margin: 3rem 0;
padding: 1.5rem 1.5rem 1.5rem 6rem;
font-size: 1.8rem;
}
.l-icon-title--point::before {
width: 56px;
height: 56px;
font-size: 1.2rem;
}
.l-icon-title--rika::before {
width: 64px;
height: 64px;
}
.l-icon-title--kanchi::before {
width: 64px;
height: 64px;
}



/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
margin: 3rem auto;
}
.btn-internal a {
width: 90%;
padding: 2rem 3rem;
background: #888988 url(img/arrow01_white.svg) no-repeat right 1.2rem center;
background-size: 16px 16px;
font-size: 1.5rem;
}
.btn-internal a:hover {
text-decoration: none;
opacity: 0.7;
}
.btn-internal.down a {
background: #888988 url(img/arrow02_white.svg) no-repeat right 1.2rem center;
background-size: 16px 16px;
}

.btn-web,
p.btn-web {
margin: 3rem auto;
}
.btn-web a {
width: 90%;
padding: 2rem 3rem;
background: #0273d8 url(img/arrow01_white.svg) no-repeat right 1.2rem center;
background-size: 16px 16px;
font-size: 1.5rem;
}
.btn-web a:hover {
text-decoration: none;
opacity: 0.7;
}

.btn-tel,
p.btn-tel {
display: block;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-tel a {display: inline-block;position: relative;width: 90%;margin: 0 auto;padding: 2rem 3rem;background: #edd60a url(img/arrow01_black.svg) no-repeat right 1.2rem center;background-size: 16px 16px;border-radius: 0.6rem;box-shadow: 0 4px 0 0 #cfcfcf;box-sizing: border-box;color: #333;font-size: 1.5rem;font-weight: bold;line-height: 1.4;text-align: center;text-decoration: none;transition: 0.2s;}
.btn-tel a:hover {
text-decoration: none;
opacity: 0.7;
}


.btn-link,
p.btn-link {
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-link a {display: inline-block;position: relative;width: 90%;margin: 0 auto;padding: 2rem 3rem;background: #fff url(img/arrow01_orange.svg) no-repeat right 1.2rem center;background-size: 16px 16px;border: 2px solid #888988;border-radius: 0.6rem;box-sizing: border-box;color: #333;font-size: 1.5rem;font-weight: bold;line-height: 1.4;text-align: center;text-decoration: none;transition: 0.2s;}
.btn-link a:hover {
text-decoration: none;
opacity: 0.7;
}


/*--------------------------------------
banner
---------------------------------------*/
.banner-sp {position: fixed;
            bottom: 0;
            width: 100%;
            z-index: 10;
            display: block;}
.banner-sp a {
display: block;
padding: 0.8rem;
background: url(img/banner_bg_01.png) no-repeat center top;
background-size: cover;
color: #404040;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
text-decoration: none;
}
.banner-sp span.inner {display: block;padding: 0.8rem 1.2rem;
/* background: rgba(255,255,255,0.8); */
border-radius: 0.8rem;
background: #fff url(img/arrow01_orange.svg) no-repeat right 1.2rem center;
background-size: 16px 16px;}
.banner-sp span:not([class]) {
background: linear-gradient(transparent 60%, #ffec42 60%);
}


/*--------------------------------------
toc
---------------------------------------*/
#toc {
margin: 0 0 4rem 0;
padding: 7rem 1.5rem 2rem 1.5rem;
}
#toc::before {
width: calc(100% - 3rem);
height: 50px;
padding: 2rem 0 0 1.5rem;
font-size: 1.8rem;
}
#toc::after {
left: 1.5rem;
top: 1.6rem;
width: 8px;
height: 24px;
}
#toc ul,
#toc ul li {
margin: 0;
padding: 0;
}
#toc > ul {
margin: 0 0 3rem 0;
}
#toc > ul:last-child {
margin: 0;
}
#toc ul li {
margin: 0 0 1.5rem 0;
padding: 0;
font-size: 1.3rem;
}
#toc ul li:last-child {
margin: 0;
}
#toc > ul > li {
color: #000;
font-size: 1.5rem;
font-weight: bold;
}
#toc > ul > li::before {
display: none;
content: none;
}
#toc ul ul li {
margin: 0 0 0.5rem 0;
padding: 0 0 0 1.5rem;
font-size: 1.3rem;
}


/*--------------------------------------
mv
---------------------------------------*/
.l-mv {margin: 0 0 4rem 0;padding: 1.5rem;background-image: url(img/mv_bg_sp.png);}
.l-mv-fig {position: relative;width: 30rem;margin: 0 auto;order: 2;}
.l-mv-fig .fig {position: static;margin: 0 auto;padding: 10rem 0 0 0;}
.l-mv-fig .fig img {width: 30rem;}
.l-mv-fig .balloon {width: 137px;height: 112px;padding: 1.2rem 0.8rem;font-size: 1.1rem;}
.l-mv-fig .balloon-1 {position: absolute;left: 4%;top: 0%;}
.l-mv-fig .balloon-2 {position: absolute;left: 17rem;top: 0;font-size: 1.1rem;}
.l-mv-txt {width: 100%;margin: 0 0 1.5rem 0;padding: 1.5rem 1.5rem 2.2rem 1.5rem;order: 1;}
.l-mv-title {
margin: 0 0 1.5rem 0;
font-size: 1.8rem;
}
.l-mv-txt .btn-internal.down {
margin: 2rem auto 0 auto;
}
.l-mv-txt .btn-internal.down a {
width: 90%;
background: #004b71 url(img/arrow02_white.svg) no-repeat right 1.2rem center;
background-size: 16px 16px;
font-size: 1.4rem;
}


/*--------------------------------------
l-parts
---------------------------------------*/
.l-parts-title {
width: calc(100% - 3rem);
margin: 0 0 4rem 0;
padding: 1.5rem 4.5rem 1.5rem 1rem;
font-size: 2rem;
}
.l-parts-title a {
padding: 0 2rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 16px 16px;
}

p.l-parts-text {
margin: 0 0 3rem 0;
}


/*--------------------------------------
l-parts01
---------------------------------------*/
.l-parts01 {
margin: 0 0 4rem 0;
}
.l-parts01.lower {
margin: 6rem 0 3rem 0;
}
.l-parts01 .l-parts-title::after {
left: calc(100% - 4rem);
top: 2rem;
transform: none;
width: 80px;
height: 80px;
}
.l-parts01 .l-parts-text {
margin: 0 0 3rem 0;
}
.l-parts01 .note {
margin: 0;
}
.l-parts01 .block {
display: block;
margin: 0;
}
.l-parts01 .block .box {
width: 100%;
margin: 0 0 3rem 0;
}
.l-parts01 .block .box-head {
padding: 2rem;
}
.l-parts01 .block .box-head .name {
font-size: 2.1rem;
}
.l-parts01 .block .box-body {
padding: 2rem 1.5rem 2.5rem 1.5rem;
}
.l-parts01 .block .tags .tag {
padding: 9rem 0 0 0;
font-size: 1.3rem;
}
.l-parts01 .block .tags .ico-1 {
background-size: 90px 90px;
}
.l-parts01 .block .tags .ico-2 {
background-size: 90px 90px;
}
.l-parts01 .block .tags .ico-3 {background-size: 90px 90px;}
.l-parts01 .block .tags .ico-1.off {
background-size: 90px 80px;
}
.l-parts01 .block .tags .ico-2.off {
background-size: 90px 90px;
}
.l-parts01 .block .tags .ico-3.off {
background-size: 90px 90px;
}
.l-parts01 .block .catch-1 {
font-size: 1.8rem;
}
.l-parts01 .block .catch-2 {
padding: 1.5rem;
font-size: 1.8rem;
}
.l-parts01 .block table {
margin: 2rem 0 0 0;
border-top: 1px solid #b4b4b4;
}
.l-parts01 .block table th {
width: 100%;
}
.l-parts01 .block table td span {
font-size: 2.4rem;
}
.l-parts01 .block .btn-web,
.l-parts01 .block .btn-internal,
.l-parts01 .block .btn-tel {
margin: 2.4rem auto 0 auto;
}


/*--------------------------------------
l-parts02
---------------------------------------*/
.l-parts02 {
margin: 0 0 4rem 0;
}
.l-parts02 .l-parts-title::after {
left: calc(100% - 4rem);
top: 2rem;
transform: none;
width: 80px;
height: 80px;
}
.l-parts02 .block {
display: block;
margin: 0;
}
.l-parts02 .block::after {
display: none;
}
.l-parts02 .block .box {
width: 100%;
margin: 0 0 3rem 0;
}


/*--------------------------------------
l-parts03
---------------------------------------*/
.l-parts03 {
margin: 0 0 6rem 0;
}
.l-parts03-title {
padding: 1.5rem;
font-size: 2.4rem;
}
.l-parts03 .inner {
padding: 1.5rem;
}
.l-parts03-company {
margin: 0 0 4rem 0;
padding: 3rem 1rem;
}
.l-parts03 .catch-title {
margin: 0 0 2rem 0;
font-size: 2rem;
}
.l-parts03 .name {
margin: 0 0 2rem 0;
font-size: 2.4rem;
}
.l-parts03 .title {
margin: 5rem 0 3rem 0;
font-size: 1.8rem;
}
.l-parts03 .title::before {
top: calc(100% + 1rem);
width: 40px;
height: 3px;
}
.l-parts03 .tags {
margin: 0 0 3rem 0;
}
.l-parts03 .tags::after {
display: block;
width: calc((100% - 3.6rem) / 3);
content:"";
}
.l-parts03 .tags .tag {
padding: 9rem 0 0 0;
}
.l-parts03 .tags .ico-1 {
background-size: 80px 80px;
}
.l-parts03 .tags .ico-2 {
background-size: 80px 80px;
}
.l-parts03 .tags .ico-3 {
background-size: 80px 80px;
}
.l-parts03 .tags .ico-1.off {
background-size: 80px 80px;
}
.l-parts03 .tags .ico-2.off {
background-size: 80px 80px;
}
.l-parts03 .tags .ico-3.off {
background-size: 80px 80px;
}
.l-parts03 .tags + table {
width: 100%;
margin: 0 auto 3rem auto;
border-top: 1px solid #eaeaea;
}
.l-parts03 .tags + table th {
padding: 1rem;
font-size: 1.4rem;
}
.l-parts03 .tags + table td {
padding: 1rem;
font-size: 2rem;
}
.l-parts03 .tags + table td span {
font-size: 2.4rem;
}
.block-column {
padding: 1.5rem 1rem;
}
.block-column .box-head {
padding: 0 0 1rem 0;
}
.block-column .box-head .ttl {
font-size: 1.8rem;
}
.block-column .box-body {
position: relative;
min-height: auto;
padding: 1.5rem;
}
.block-column .box-body .catch {
min-height: 8rem;
padding: 0 8rem 0 0;
font-size: 1.6rem;
}
.block-column .box-body .fig {
top: 1rem;
width: 8rem;
}
.block-case {
margin: 0 0 5rem 0;
}
.block-case .box {
display: block;
margin: 0 0 3rem 0;
}
.block-case .box-fig {
width: 80%;
margin: 0 auto 1.5rem auto;
}
.block-case .box-txt {
width: 100%;
padding: 0;
}
.block-case .box-txt .ttl {
font-size: 1.8rem;
}
.block-case .box-txt table {
margin: 0 0 1.5rem 0;
border-top: 1px solid #eaeaea;
}
.block-case .box-txt table th {
width: 100%;
border: 1px solid #eaeaea;
}
.block-comment {
margin: 0 0 2rem 0;
padding: 0 0.5rem;
}
.block-comment .box-fig {
width: 8rem;
}
.block-comment .box-txt {
width: calc(100% - 8rem);
padding: 0 2rem 0 0;
font-size: 1.6rem;
}
.block-voice {
margin: 0;
}
.block-voice .box {
margin: 0 0 3rem 0;
padding: 0;
background: none;
}
.block-voice .box p {
margin: 0;
}
.block-voice .box .ttl {
display: flex;
align-items: center;
min-height: 6rem;
margin: 0 0 1.5rem 0;
padding: 0 0 0 7rem;
background: url(img/parts03_bg_01.png) no-repeat left top;
background-size: 60px 60px;
font-size: 1.8rem;
}
.block-voice .catch {
font-size: 1.6rem;
}


/*--------------------------------------
l-parts04
---------------------------------------*/
.l-parts04 {
margin: 0 0 6rem 0;
}
.l-parts04 .l-parts-title::after {
left: calc(100% - 4rem);
top: 2rem;
transform: none;
width: 80px;
height: 80px;
}
.l-parts04 .block {
display: block;
}
.l-parts04 .block::after {
display: none;
}
.l-parts04 .block .box {
width: 100%;
margin: 0 0 3rem 0;
}
.l-parts04 .block .box-head .name {
font-size: 2rem;
}
.l-parts04 .block .box-head .name a {
padding: 0 2rem 0 0;
background: url(img/arrow01_orange.svg) no-repeat right center;
background-size: 16px 16px;
}
.l-parts04 .block .box-body p,
.l-parts04 .block .box-body table {
margin: 0;
}
.l-parts04 .block .box-body table {
border-top: 1px solid #ececec;
}
.l-parts04 .block .box-body table th {
width: 100%;
border: 1px solid #ececec;
}
.l-parts04 .block .box-body .ttl {
margin: 2rem 0 1.5rem 0;
}
.accordion-item {
display: none;
}
.accordion-btn {
width: 90%;
}
.store-item {
display: none;
}
.store-btn {
width: 90%;
}


/*--------------------------------------
l-parts05
---------------------------------------*/
.l-parts05 {
margin: 0 0 6rem 0;
padding: 1.5rem;
}
.l-parts05-title {
margin: 0 0 6rem 0;
font-size: 2rem;
}
.l-parts05-title::before {
top: calc(100% + 2rem);
}
.l-parts05 .float-wrap .float-img.fr {
width: 100%;
margin: 0 0 1.5rem 0;
text-align: center;
}
.l-parts05 .float-wrap .float-img.fr img {
width: 10rem;
}
.l-parts05 .float-wrap .catch {
margin: 0 0 1.5rem 0;
font-size: 1.8rem;
}
.l-parts05 .title {
margin: 4rem 0 2rem 0;
padding: 1rem 1.5rem;
border-left: 10px solid #fd5125;
font-size: 2.1rem;
}
.l-parts05 .block {
display: block;
margin: 3rem 0 0 0;
}
.l-parts05 .block .box {
width: 100%;
}
.l-parts05 .block .box a {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 2rem 4rem 2rem 2rem;
background: url(img/arrow01_white.svg) no-repeat right 1.5rem center;
background-size: 16px 16px;
font-size: 1.6rem;
}


/*--------------------------------------
l-parts06
---------------------------------------*/
.l-parts06 {
margin: 0 0 6rem 0;
}
.l-parts06 .l-parts-title::after {
left: calc(100% - 4rem);
top: 2rem;
transform: none;
width: 80px;
height: 80px;
}
.l-parts06-title {
margin: 0 0 6rem 0;
font-size: 2rem;
}
.l-parts06-title::before {
top: calc(100% + 2rem);
}
.l-parts06 .l-parts-text {
margin: 0 0 3rem 0;
}
.l-parts06 .block {
display: block;
margin: 0;
}
.l-parts06 .block .box {
width: 100%;
margin: 0 0 3rem 0;
}
.l-parts06 .block .box-head {
padding: 2rem;
}
.l-parts06 .block .box-head .ttl {
font-size: 2rem;
}
.l-parts06 .block .box-head .ttl a {
padding: 0 2rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 16px 16px;
}
.l-parts06 .block .box-body {
padding: 2.5rem 2rem;
}
.l-parts06 .accordion-btn {
margin: 0 auto 3rem auto;
}


/*--------------------------------------
l-parts07
---------------------------------------*/
.l-parts07 {
margin: 0 0 6rem 0;
padding: 1.5rem 1.5rem 3rem 1.5rem;
}
.l-parts07-title {
margin: 0 0 6rem 0;
font-size: 2rem;
}
.l-parts07-title::before {
top: calc(100% + 2rem);
}
.l-parts07 .float-wrap {
margin: 0 0 4rem 0;
}
.float-wrap .float-img.fl {
margin: 0 0 2rem 0;
}
.l-parts07 .float-wrap .ttl {
margin: 0 0 1.5rem 0;
font-size: 1.8rem;
}
.l-parts07 .float-wrap .btn-link {
margin: 2rem auto 0 auto;
}


/*--------------------------------------
l-parts08
---------------------------------------*/
.l-parts08 .inner {
margin: 0 0 6rem 0;
padding: 1.5rem 1.5rem 3rem 1.5rem;
}
.l-parts08 .inner .title {
margin: 0 0 3rem 0;
padding: 1.5rem;
font-size: 2rem;
}
.l-parts08 .btn-internal {
margin: 2rem auto 0 auto;
}


/*--------------------------------------
search
---------------------------------------*/
.l-parts-search {
margin: 0 0 6rem 0;
}
.l-parts-search-title {
margin: 0 0 6rem 0;
font-size: 2rem;
}
.l-parts-search-title::before {
top: calc(100% + 2rem);
}
.l-parts-search-title span {
font-size: 2rem;
}
.search-terms {
padding: 3rem 1rem;
}
.search-terms .l-parts-text {
margin: 0 0 4rem 0;
}
.search-terms .ttl {
margin: 0 0 2rem 0;
color: #404040;
font-size: 2rem;
font-weight: bold;
line-height: 1.4;
}
.block-search {
display: block;
margin: 0 auto 2rem auto;
}
.box-label {
width: 100%;
padding: 1rem;
}
.box-label::before {
position: absolute;
left: 50%;
top: calc(100% - 0.1rem);
transform: translateX(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 12px 10px 0 10px;
border-color: #fd5125 transparent transparent transparent;
content: "";
}
.box-item {
width: 100%;
padding: 3rem 2rem 1rem 2rem;
}
.box-item label {
font-size: 1.6rem;
}
.box-item .icon-checkbox {
width: 28px;
height: 28px;
}
.box-item input[type="checkbox"]:checked ~ .icon-checkbox::before {
left: 0.3rem;
top: 0.4rem;
}
.resultOn_count {
margin: 0 0 4rem 0;
font-size: 2rem;
}
.resultOn_count span {
font-size: 2rem;
}
.resultOn_count::after {
border-width: 20px 24px 0 24px;
}
.block-results {
display: block;
padding: 0 1rem 1rem 1rem;
}
.block-results::after {
display: none;
}
.block-results .box {width: 100%;margin: 0 0 2rem 0;padding: 2.4rem 1rem;}
.block-results .box .name {
font-size: 2rem;
}
.block-results .box table {
border-top: 1px solid #eaeaea;
}
.block-results .box table th {
width: 100%;
}
.block-results .box table td span {
font-size: 2.4rem;
}
.block-results .box .btn-tel {
margin: 2.4rem auto 0 auto;
}
.block-results .box .btn-web a {
font-size: 1.5rem;
}



}
