@charset "utf-8";
/* CSS Document */ :root {
    --color-navy: #1f2936;
    --color-pink: #ff7166;
    --color-orange: #f88214;
    --color-green: #13babf;
    --color-gray: #f5f5f5;
    --color-marker: #b1e3e5;
    --color-gradient: linear-gradient(90deg, rgba(247, 133, 5, 1) 0%, rgba(255, 113, 102, 1) 100%);
    --color-orange2: #ffebdb;
}
/*--------------------------------------------------------------------------
   reset
   ---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {
    margin: 0;
    font-size: 100%;
}
ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
img {
    vertical-align: top;
}
li {
    list-style-type: none;
    vertical-align: baseline;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
* {
    box-sizing: border-box;
}
.cf::after {
    content: "";
    display: block;
    clear: both;
}


span.gradient{
	display: inline-block;
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

div.catch span.gradient{
	 display: inline;
}

/* フォントインストール */
@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
---------------------------------------*/
html {
    font-size: 62.5%;
}
body {
    color: var(--color-navy);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    min-width: 1100px;
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: hidden;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (-ms-high-contrast:none) {
    body, p, li, dt, dd, th, td, span, a, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-family: "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    }
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: var(--color-navy);
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.strong {
    font-weight: bold;
}
.f110 {
    font-size: 110%;
}
.f120 {
    font-size: 120%;
}
.f130 {
    font-size: 130%;
}
.f150 {
    font-size: 150%;
}
.f200 {
    font-size: 200%;
}
.f300 {
    font-size: 300%;
}
blockquote {
    background: #f1f1f1;
    padding: 2rem;
    width: 100%;
    margin: 2rem auto;
}
cite {
    word-break: break-all;
}
p > span {
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0.3rem;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, var(--color-marker) 50%);
}
.contents p {
    max-width: 1100px;
    margin: 20px auto 20px;
}
.box-wrap h2, .common-parts .box-wrap h2, .frame-wrap h2, .common-parts .frame-wrap h2, .float-wrap h3, .common-parts .float-wrap h3, .box-wrap h3, .common-parts .box-wrap h3, .frame-wrap h3, .common-parts .frame-wrap h3, .float-wrap h4, .common-parts .float-wrap h4, .box-wrap h4, .common-parts .box-wrap h4, .frame-wrap h4, .common-parts .frame-wrap h4, .float-wrap h5, .common-parts .float-wrap h5, .box-wrap h5, .common-parts .box-wrap h5, .frame-wrap h5, .common-parts .frame-wrap h5, .float-wrap h6, .common-parts .float-wrap h6, .box-wrap h6, .common-parts .box-wrap h6, .frame-wrap h6, .common-parts .frame-wrap h6 {
    display: block;
    width: auto;
    height: auto;
    min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: var(--color-navy);
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    position: static;
}
/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
    background: #fff;
}
header .headTopArea {
    width: 1100px;
    margin: 6px auto;
}
header .headTopArea .rightTxt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: right;
}
header .headTopArea .rightTxt:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: 3rem;
    margin-right: 1rem;
    font-size: 1.4rem;
}
/*--------------------------------------
　visArea
---------------------------------------*/
#visArea_lower {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
#visArea_lower .mainArea {
    display: table;
    background: url("img/z24f_mv_pic_pc_lower.jpg") center no-repeat;
    background-size: cover;
    height: 120px;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
}
#visArea_lower .mainArea .mainAreaInner {
    display: table-cell;
    vertical-align: middle;
}
#visArea_lower .mainArea .siteNameArea {
    margin: 0;
}
#visArea_lower .mainArea .siteName {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 8px;
    padding: 20px 0 10px
}
#visArea_lower .mainArea .siteName a {
    display: block;
}
#visArea_lower .mainArea .siteName img {
    margin: 0 auto;
    /* width: 240px;
    height: auto; */
}

.lower #visArea_lower .mainArea .siteName img{
	width:220px;
	height: auto;
}

#visArea_lower .mainArea .siteNameSmall {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
}
/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
#g-nav::before {
    /* content: ""; */
    background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
#g-nav::after {
    /* content: ""; */
    background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#g-nav ul {
    display: flex;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1100px;
    height: auto;
    margin: 0 auto;
}
#g-nav li {
    width: 100%;
    min-height: 80px;
    text-align: center;
    position: relative;
}
#g-nav li::before {
    content: "";
    background: linear-gradient(#bbb, #bbb);
    background-size: 1px 1px;
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
#g-nav li:last-child::after {
    content: "";
    background: linear-gradient(#bbb, #bbb);
    background-size: 1px 1px;
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
#g-nav li a {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
    padding: 20px 12px;
    position: relative;
}
#g-nav li a span {
    display: table-cell;
    vertical-align: middle;
    font-weight: inherit;
    color: inherit;
    border-bottom: none;
}
#g-nav li a:hover::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ff9933;
    position: absolute;
    left: 0;
    bottom: 2px;
    opacity: 1;
}
#g-nav li a:hover {
    opacity: 0.7;
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
    margin: 0;
}
#pankuzu {
    font-size: 1.3rem;
    margin: 0 auto;
    padding: 12px 0;
    width: 1100px;
}
#pankuzu span {
    border-bottom: none;
    font-weight: inherit;
    color: inherit;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents {
    width: 1100px;
    margin: 0 auto 0;
    padding: 0;
}
.index {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 0;
}
.home .index {
    padding-top: 0;
}
#category, .page {
    float: left;
    width: 830px;
    margin: 0;
    padding: 60px 0 0;
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
    float: right;
    width: 220px;
}
#side .sideTopBox {
    background: var(--color-orange);
    /* border: solid 2px var(--color-navy); */
    margin: 60px 0 40px;
    position: relative;
}
#side .sideTopBox a {
    display: block;
    padding: 20px;
}
#side .sideTopBox .catch {
    font-size: 1.6rem;
    margin: 0 0 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #ffffff;
}
#side .sideTopBox .imgBox {
    margin: 0 0 15px;
}
#side .sideTopBox p {
    line-height: 1.6;
}
#side .sideTopBox .dtlBtn {
    display: block;
    text-align: center;
    color: #fff;
    background: var(--color-navy) url(img/arrow_white.png) right 10px center no-repeat;
    background-size: 6px 8px;
    padding: 8px 30px;
    line-height: 1.4;
    font-weight: bold;
    margin: 20px 0 0;
    border-radius: 5rem;
    position: relative;
}
#side .sideBox {
    margin: 0 0 30px;
    border-top: 2px solid var(--color-navy);
}
#side .sideBox .sttl {
    font-size: 1.5rem;
    font-weight: bold;
    background: var(--color-gray);
}
#side .sideBox .sttl a {
    display: block;
    padding: 15px;
}
#side .sideBox ul {
    padding: 0;
    margin: 0;
}
#side .sideBox ul li {
    background-image: none;
    padding: 0;
    position: relative;
}
#side .sideBox ul li::before {
    content: "";
    background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
#side .sideBox ul li a {
    display: block;
    padding: 10px 25px 10px 12px;
    font-size: 1.3rem;
    background: url(img/arrow_black.png) no-repeat right 10px center;
    background-size: 5px auto;
    text-decoration: none;
}
#side .sideBox ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}
#side .sideBox .subList {
    margin: 0;
}
#side .sideBox .subList li {
    margin: 0;
}
#side .sideBox .subList li a {
    display: block;
    padding: 10px 28px 10px 15px;
}
#side .sideBox .subList li a::before {
    content: "└";
    margin: 0 5px 0 0;
}
/*--------------------------------------
lower-bottom
---------------------------------------*/
.lower-bottom {
    width: 100%;
    margin: 90px auto;
	margin-bottom: 0;
}
.lower-bottom .addInner {
    width: auto;
    margin: 0 auto;
}
.lower-bottom__TitArea {
    position: relative;
    margin: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
}
.lower-bottom__TitArea::before {
    content: "";
    background: #00786a;
    width: 100vw;
    min-width: 1200px;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.lower-bottom__TitArea__Tit {
    padding: 30px;
    color: #fff;
    border-right: 2px solid var(--color-navy);
    font-size: 2.6rem;
    letter-spacing: 8px;
    position: relative;
    width: 436px;
    line-height: 1.3;
}
.lower-bottom__TitArea__Tit::before {
    content: "";
    width: 153px;
    height: 58px;
    position: absolute;
    left: -56px;
    top: -27px;
    z-index: 10;
}
.lower-bottom__TitArea__Txt {
    padding: 30px;
    color: #fff;
    width: calc(100% - 463px);
}
.lower-bottom .addInner .addTxt {
    margin: 0 0 2rem;
}
.lower-bottom p {
    margin: 0;
}
.lower-bottom .aadPartsTit {
    text-align: center;
}
.lower-bottom .block {
    width: 270px;
    margin: 0 8px 35px 0;
    float: left;
}
.lower-bottom .block .btn-web, .lower-bottom .block .btn-internal {
    width: auto;
    margin: 0;
}
.lower-bottom .block:last-child {
    margin-right: 0;
}
.lower-bottom .block:nth-of-type(4) {
    margin-right: 0;
}
.lower-bottom .block .catch {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 12px 10px;
    margin: 0 0 10px;
    width: 100%;
    color: #0d7467;
    letter-spacing: 5px;
}
.lower-bottom .block .catch span {
    font-size: 2.4rem;
    color: #f24b4b;
    border: 0;
}
.lower-bottom .btn-web a {
    display: block;
    font-size: 1.6rem;
    padding: 22px 30px;
    width: 100%;
}
.lower-bottom .scrollArea {
    border: 2px solid var(--color-navy);
    background-color: #f6f3ec;
    padding: 30px 13px;
    position: relative;
}
.lower-bottom .scrollArea .priceArea {
    display: block;
    margin: 0 0 12px;
    text-align: center;
}
.lower-bottom .scrollArea .priceArea .priceTit {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background-color: #00786a;
    padding: 8px;
    position: relative;
}
.lower-bottom .scrollArea .priceArea .price {
    vertical-align: middle;
    width: auto;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    color: #c4940f;
    padding: 10px 0;
    border-bottom: 1px solid #c9b169;
}
.lower-bottom .scrollArea .priceArea .price.small {
    font-size: 2.2rem;
}
.lower-bottom .scrollArea .priceArea .price span {
    font-size: 1.4rem;
    color: var(--color-navy);
    padding: 0 0 0 5px;
    font-weight: inherit;
    border-bottom: none;
}
.lower-bottom .scrollArea .performance {
    font-size: 1.5rem;
    padding: 10px;
    border-bottom: 1px solid var(--color-navy);
    margin: 1rem 0 1.5rem;
    line-height: 1.4;
}
.lower-bottom .scrollArea .performance_text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.lower-bottom .scrollArea .dl_wrap {
    padding: 0;
    background: none;
    margin: 0 0 1rem 0;
    width: 50%;
}
.lower-bottom .scrollArea .dl_wrap dt {
    background: #c9b169;
    padding: 4px;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #fff;
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 2px;
}
.lower-bottom .scrollArea .dl_wrap dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    word-break: break-all;
    text-align: left;
    line-height: 1.2;
    font-size: 1.4rem;
}
.lower-bottom .scrollArea .companyName {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #0d7467;
    margin: 0 0 1.5rem;
    letter-spacing: 3px;
}
.lower-bottom .scrollArea .companyCatch {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}
.lower-bottom .scrollArea .companyCatch span {
    font-size: 2.0rem;
    color: #0d7467;
    line-height: 1.3;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fcf3de 50%);
}
.lower-bottom__addTxt p {
    margin-bottom: 1em;
    font-size: 1.2rem;
    color: #767676;
}
.contents .category .lower-bottom__addTxt ul, .contents .page .lower-bottom__addTxt ul, .contents .category .lower-bottom__addTxt ul li, .contents .page .lower-bottom__addTxt ul li {
    padding: 0;
    margin: 0;
}
.contents .category .lower-bottom__addTxt ul li, .contents .page .lower-bottom__addTxt ul li {
    font-size: 1.2rem;
    color: #767676;
}
.contents .category .lower-bottom__addTxt ul li::before, .contents .page .lower-bottom__addTxt ul li::before {
    content: "・";
    background: none;
    width: auto;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    display: inline;
    padding: 0;
    margin: 0;
}
/*--------------------------------------
Footer
---------------------------------------*/
footer {
    margin: 10.0rem 0 0;
    padding: 0;
    background-color: var(--color-navy);
}

.lower footer{
	margin-top: 0;
}

footer .areaInner {
    width: 100%;
    padding: 6.0rem 0 5.0rem 0;
}
footer .areaInner .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
footer .areaInner .logo {
    width: auto;
    margin: 0 auto 5.0rem;
}
footer .areaInner .logo a {
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
footer .areaInner .logo a:hover {
    opacity: 0.7;
}
footer .areaInner .logo a img {
    max-width: 250px;
}
footer .areaInner .footBox {
    margin: 0 0 3.0rem 0;
}
footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #ffffff;
    padding: 0 0 1.0rem 0;
    margin: 0 0 1.4rem 0;
}
footer .areaInner .footBox .sttl a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    background: url("img/foot_arrow.png") left center no-repeat;
    background-size: 11px auto;
    border: none;
    padding: 0.3rem 0 0.3rem 2.0rem;
    margin: 0;
}
footer .areaInner .footBox .sttl a:hover {
    text-decoration: none;
    opacity: 0.7;
}
footer .footBox ul {
    padding: 0 2.0rem;
}
footer .areaInner .footBox .accChild {
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
footer .areaInner .footBox .accChild li.subCat {
    width: 22%;
    margin: 0 4% 0.8rem 0;
}
footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
    margin: 0 0 0.8rem 0;
}
footer .areaInner .footBox .accChild li.subCat a {
    display: inline-block;
    background: url("img/arrow_white.png") 5px 8px no-repeat;
    background-size: 5px auto;
    padding: 0 0 0 1.5rem;
}
footer .areaInner .footBox .accChild li.subCat::after {
    content: "";
}
footer .areaInner .footBox .accChild .pc + li::before {
    /* content: "　|　"; */
    letter-spacing: 0;
    color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li::before {
    /* content: "|　"; */
    letter-spacing: 0;
    color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li.subCat::before {
    content: "";
}
footer .areaInner .footBox .accChild li {
    float: left;
    display: inline-block;
    margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild li a {
    font-size: 1.3rem;
    font-weight: normal;
    color: #ffffff;
    padding: 0;
}
footer .areaInner .footBox .accChild .subList {
    padding: 0 0 0 1.5rem;
    margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild .subList li {
    padding: 0.2rem 0 0 0;
    display: block;
    float: none;
    margin: 0;
    position: relative;
}
footer .areaInner .footBox .accChild .subList li::before {
    content: "└";
    color: #ffffff;
    position: absolute;
    top: 2px;
    left: 0;
    margin-right: 0.4rem;
}
footer .areaInner .footBox .accChild .subList li a {
    font-size: 1.3rem;
    background-image: none;
    padding: 0 0 0 1.8rem;
}
/*noticeArea*/
footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 2.5rem 3.0rem;
    margin: 5.0rem auto 0;
}
footer .areaInner .noticeArea p {
    font-size: 1.2rem;
    color: var(--color-navy);
    margin: 0;
}
footer .areaInner p.ucp {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    color: var(--color-navy);
    margin: 1.5rem auto 0;
}
footer .botArea {
    background-color: #ffffff;
}
footer .botArea .inner {
    width: 1100px;
    padding: 1.2rem 0 1.5rem;
    margin: 0 auto;
}
footer .botArea .inner.cf {
    content: none;
}
footer p.sitemap a {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: right;
    float: right;
    padding: 0.5rem 0;
    text-decoration: underline;
}
footer p.sitemap a:hover {
    text-decoration: none;
}
footer p.copy {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left;
    float: left;
    padding: 0.5rem 0;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
    position: fixed;
    bottom: 2.0rem;
    right: 2.0rem;
    z-index: 100;
    width: 60px;
}
#page-top img:hover {
    opacity: 0.7;
}
/* ================== */
/*  サイトマップ　　　*/
/* ================== */
.contents #page.mappage {}
.contents #page.mappage h2 {
    margin: 68px auto 28px;
}
.contents #page.mappage h2 a {}
.contents #page.mappage h2 a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.contents #page.mappage ul {
    margin: 0 auto 0.6rem;
}
.contents #page.mappage ul li {
    padding: 0 0 0.6rem 2.2rem;
}
.contents #page.mappage ul.subList li:last-child {
    margin: 0 0 1.0rem;
}
.contents #page.mappage ul li a {}
.contents #page.mappage ul li a:hover {
    opacity: 0.7;
}
.contents #page.mappage ul.subList li a {
    font-size: 1.4rem;
}
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
.common_parts .inner {
    max-width: 1100px;
    margin: auto;
}
.index .top_title, .category h1, .page h1 {
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 33px 20px 33px 60px;
    margin: 25px auto 30px;
    position: relative;
    color: #fff;
}
.index .common_parts h2 {
    margin: 85px auto 30px;
}
.category h1, .page h1 {
    margin: 25px 0 30px;
}
.index .top_title::before, .category h1::before, .page h1::before {
    content: "";
    width: calc(100% - 40px);
    height: 110px;
    background: #fff;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: -1;
    border: 2px solid var(--color-orange);
}
.index .top_title::after, .category h1::after, .page h1::after {
    content: "";
    width: calc(100% - 40px);
    height: 100%;
    background: var(--color-navy);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.category h2, .page h2 {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 98px auto 28px;
    line-height: 1.4;
    padding: 24px 70px;
    background: var(--color-orange2);
    border-top: 1px solid var(--color-orange);
    border-bottom: 1px solid var(--color-orange);
    box-shadow: 0px -8px 0px var(--color-orange2), 0px 8px 0px var(--color-orange2);
    position: relative;
    color: var(--color-navy);
}
.category h2::before, .page h2::before {
    content: "";
    width: 95px;
    height: 95px;
    background-size: 100% auto;
    position: absolute;
    top: -53px;
    left: -45px;
}
.category h3, .page h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 50px auto 20px;
    padding: 15px 20px 15px 60px;
    line-height: 1.5;
    border-bottom: 1px solid var(--color-navy);
    position: relative;
}
.category h3::after, .page h3::after {
    content: "";
    width: 32px;
    height: 34px;
    background: url("img/icon_drops.svg") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.category h6, .category h4, .category h5, .category h6, .page h4, .page h5, .page h6 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 20px 13px 20px;
    margin: 70px auto 20px;
    position: relative;
    font-weight: bold;
}
.category h6::after, .category h4::after, .category h5::after, .category h6::after, .page h4::after, .page h5::after, .page h6::after {
    content: "";
    background: var(--color-orange);
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sitemap h2 a {
    color: var(--color-navy);
}
.index .top_title a {
    color: inherit;
    display: block;
    width: 100%;
    background: url("img/arrow_white.png") right center no-repeat;
    background-size: 10px auto;
    padding-right: 30px;
}
.category h2 a, .page h2 a {
    color: inherit;
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 10px auto;
    padding-right: 30px;
}
.category h3 a, .page h3 a {
    color: inherit;
    display: block;
    width: 100%;
    background-size: 8px auto;
    padding-right: 30px;
    font-weight: bold;
}
.category h4 a, .page h4 a {
    color: inherit;
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding-right: 30px;
    font-weight: bold;
}
.category h5 a, .page h5 a, .index .common_parts h6 a {
    color: inherit;
    display: block;
    width: 100%;
    background-size: 8px auto;
    padding-right: 30px;
}
.category h6 a, .page h6 a {
    color: inherit;
    display: block;
    width: 100%;
    background-size: 8px auto;
}
.index .common_parts h2:first-child {
    margin-top: 100px;
}
.category h1:first-child, .page h1:first-child {
    margin-top: 24px;
}
.category h2:first-child, .page h2:first-child, .index .common_parts h3:first-child, .category h3:first-child, .page h3:first-child, .index .common_parts h4:first-child, .category h4:first-child, .page h4:first-child, .index .common_parts h5:first-child, .category h5 a:first-child, .page h5 a:first-child, .index .common_parts h6:first-child, .category h6:first-child, .page h6:first-child {
    margin-top: 40px;
}
.common_parts .heading_addTxt {
    padding: 0 40px;
}
.index .common_parts .title {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 98px auto 38px;
    line-height: 1.4;
    padding: 24px 70px;
    background: #f3f0dd;
    border-top: 1px solid var(--color-navy);
    border-bottom: 1px solid var(--color-navy);
    box-shadow: 0px -8px 0px #f3f0dd, 0px 8px 0px #f3f0dd;
    position: relative;
    color: #0d7467;
}
.contents .box-wrap.col1 .type-b .box-head-area .box-head {
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
}
.index .common_parts .box-wrap.col1 .box-head a {
    background: url("img/arrow_black.png") no-repeat right center;
    background-size: 8px auto;
    color: #000;
    display: inline;
    font-size: 2rem;
}
.accordion-item {
    display: none;
}

.accordion-item .frame-wrap{
	margin-top: 0!important;
}

.accordion-btn-com span:before{
	content: "他の会社も見る";
}

.accordion-btn-com.is-open span:before{
	content: "閉じる";
}

.accordion-btn {
    position: relative;
    width: 460px;
    margin: 0 auto 4rem auto;
    padding: 2rem 2.5rem;
    border: 1px solid var(--color-navy);
    border-radius: 5rem;
    font-size: 1.8rem;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.accordion-btn-com{
	margin-bottom: 6rem;
}

.accordion-btn:hover {
    opacity: 0.6;
}
.accordion-btn::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    content: "＋";
}
.accordion-btn.is-open::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    content: "ー";
}
/* .tagsArea .accordion-btn {
width: 210px;
} */
/*--------------------------------------
　list
---------------------------------------*/
.contents .index .common_parts ul, .contents .category ul, .contents .page ul {
    max-width: 1100px;
    margin: 25px auto 25px;
    padding: 10px 10px 0;
}
.contents .index .common_parts ul li, .contents .category ul li, .contents .page ul li {
    padding: 0 0 0.6rem 2.6rem;
    position: relative;
}
.contents .index .common_parts ul li::before, .contents .category ul li::before, .contents .page ul li::before {
    content: '';
    display: block;
    background-color: var(--color-orange);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 1rem;
    left: 0;
}
.contents .index .common_parts ul li a, .contents .category ul li a, .contents .page ul li a, .contents .index .common_parts ol li a, .contents .category ol li a, .contents .page ol li a {
    text-decoration: underline;
}
.contents .index .common_parts ul li a:hover, .contents .category ul li a:hover, .contents .page ul li a:hover, .contents .index .common_parts ol li a:hover, .contents .category ol li a:hover, .contents .page ol li a:hover {
    opacity: 1;
    text-decoration: none;
}
.contents .index .common_parts ol, .contents .category ol, .contents .page ol {
    max-width: 1100px;
    margin: 25px auto 25px;
    padding: 10px 10px 0;
}
.contents .index .common_parts ol li, .contents .category ol li, .contents .page ol li {
    padding: 2px 0 2px 30px;
    list-style: none;
    position: relative;
    counter-increment: number;
}
.contents .index .common_parts ol li::before, .contents .category ol li::before, .contents .page ol li::before {
    display: block;
    background-color: var(--color-pink);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0.5rem;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    font-weight: bold;
    font-size: 1.2rem;
}
.contents .index .common_parts ol li:nth-child(-n + 9)::before, .contents .category ol li:nth-child(-n + 9)::before, .contents .page ol li:nth-child(-n + 9)::before {
    content: counter(number);
}
.contents .index .common_parts ol li:nth-child(n + 10)::before, .contents .category ol li:nth-child(n + 10)::before, .contents .page ol li:nth-child(n + 10)::before {
    content: counter(number);
}
/*--------------------------------------
　recommend,check,point
---------------------------------------*/
.index .recommend, .category .recommend, .page .recommend, .index .check, .category .check, .page .check, .index .point, .category .point, .page .point, .index .rank, .category .rank, .page .rank {
    display: block;
    font-weight: normal;
}
.index .recommend a, .category .recommend a, .page .recommend a, .index .check a, .category .check a, .page .check a, .index .point a, .category .point a, .page .point a, .index .rank a, .category .rank a, .page .rank a {
    display: block;
    font-size: 100%;
}
.index .recommend::before, .category .recommend::before, .page .recommend::before, .index .check::before, .category .check::before, .page .check::before, .index .point::before, .category .point::before, .page .point::before, .index .rank::before, .category .rank::before, .page .rank::before {
    z-index: 0;
    background: none;
    box-shadow: 0px 0px 0px;
}
.index .recommend::after, .category .recommend::after, .page .recommend::after, .index .check::after, .category .check::after, .page .check::after, .index .point::after, .category .point::after, .page .point::after, .index .rank::after, .category .rank::after, .page .rank::after {
    z-index: 0;
    background: none;
    box-shadow: 0px 0px 0px;
}
/*recommend*/
.contents .recommend {
    width: 100%;
    max-width: 1100px;
    /*    min-height: 98px;*/
    height: 98px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    /* color: #00786a; */
    border-bottom: solid 2px var(--color-navy);
    background: url(img/color_gold.png) 36px 30px no-repeat;
    background-size: 2px 100%;
    padding: 2.0rem 2.0rem 2.0rem 9.4rem;
    margin: 3.0rem auto 2.0rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.contents .recommend::before {
    content: "おすすめ";
    width: 74px;
    height: 74px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 74px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    background: var(--color-pink);
    border: 2px solid var(--color-pink);
    border-radius: 50%;
    background-size: 100%;
    position: absolute;
    top: 13px;
    left: 0;
    /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
    box-sizing: border-box;
}
.contents .recommend a {
    color: #5c7c87;
    text-decoration: underline;
}
/*check*/
.contents .check {
    width: 100%;
    max-width: 1100px;
    /*    min-height: 98px;*/
    height: 98px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    /* color: #00786a; */
    border-bottom: solid 2px var(--color-navy);
    background: url(img/color_gold.png) 36px 30px no-repeat;
    background-size: 2px 100%;
    padding: 2.0rem 2.0rem 2.0rem 9.4rem;
    margin: 3.0rem auto 2.0rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.contents .check::before {
    content: "CHECK";
    width: 74px;
    height: 74px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 74px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background: var(--color-green);
    border: 2px solid var(--color-green);
    border-radius: 100%;
    position: absolute;
    top: 13px;
    left: 0;
    /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
    box-sizing: border-box;
}
.contents .check a {
    color: #566556;
    text-decoration: underline;
}
/*point*/
.contents .point {
    width: 100%;
    max-width: 1100px;
    /*    min-height: 98px;*/
    height: 98px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #ff9933;
    border-bottom: solid 2px var(--color-navy);
    background: url(img/color_gold.png) 36px 30px no-repeat;
    background-size: 2px 100%;
    padding: 2.0rem 2.0rem 2.0rem 9.4rem;
    margin: 8rem auto 2.0rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.contents .point::before {
    content: "POINT";
    width: 76px;
    height: 76px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 74px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    background: var(--color-gradient);
    border-radius: 100%;
    position: absolute;
    top: 13px;
    left: 0;
    /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
    box-sizing: border-box;
}
.contents .point a {
    color: #7c6853;
    text-decoration: underline;
}
/*rank_wrap*/
.contents .rank_wrap {
    counter-reset: num;
    margin: 3.0rem auto 2.0rem;
}
.contents .rank_wrap .rank {
    width: 100%;
    max-width: 1100px;
    /*    min-height: 98px;*/
    height: 98px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #00786a;
    background: url(img/color_gold.png) 38px 30px no-repeat;
    background-size: 2px 100%;
    border-bottom: solid 2px var(--color-navy);
    padding: 2.0rem 2.0rem 2.0rem 9.4rem;
    margin: 3.0rem auto 2.0rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.contents .rank_wrap .rank::before {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 74px;
    height: 74px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 74px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    background: var(--color-navy);
    border: 2px solid var(--color-navy);
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
    /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
}

.contents .rank a {
    color: #00786a;
    text-decoration: underline;
}
/*recommend_number_wrap*/
.contents .recommend_number_wrap {
    counter-reset: num;
    margin: 3.0rem auto 2.0rem;
}
.contents .recommend_number_wrap .recommend {}
.contents .recommend_number_wrap .recommend::before {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 2.0rem 0;
}
.contents .recommend_number_wrap .recommend::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 74px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 48px;
    left: 0;
}
/*check_number_wrap*/
.contents .check_number_wrap {
    counter-reset: num;
    margin: 3.0rem auto 2.0rem;
}
.contents .check_number_wrap .check {}
.contents .check_number_wrap .check::before {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 2.0rem 0;
}
.contents .check_number_wrap .check::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 74px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 48px;
    left: 0;
}
/*point_number_wrap*/
.contents .point_number_wrap {
    counter-reset: num;
    margin: 3.0rem auto 2.0rem;
}
.contents .point_number_wrap .point {}
.contents .point_number_wrap .point::before {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 2.0rem 0;
}
.contents .point_number_wrap .point::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 74px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 48px;
    left: 0;
}
.caption {
    margin: 8px 0 0;
    font-size: 1.0rem;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
}
.caption a {
    color: #999;
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
    max-width: 1100px;
    margin: 40px auto 40px;
    box-sizing: border-box;
}
.float-wrap img {
    /* width: 100%; */
}
.float-wrap .flame {
    position: relative;
}
.float-wrap .fl {
    width: 350px;
    margin: 0 30px 10px 0;
    text-align: center;
}
.float-wrap .fr {
    width: 350px;
    margin: 0 0 10px 30px;
    text-align: center;
}
.float-wrap .ct {
    width: 500px;
    margin: 0 auto 20px;
    text-align: center;
}
.float-wrap.ct .catch {
    text-align: center;
}
.contents .float-wrap .catch {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 20px;
}
/*--------------------------------------
btns
---------------------------------------*/
.btn-tel {
    display: none;
}
.btn-web, p.btn-web {
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}
.btn-web a {
    display: inline-block;
    position: relative;
    width: 460px;
    margin: 0 auto;
    padding: 2rem 2.5rem;
    background: var(--color-green) url(img/arrow_white.png) no-repeat right 1.5rem center;
    background-size: 7px 11px;
    border: 2px solid var(--color-green);
    border-radius: 5rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.btn-web a:after{
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    width: calc(100% - 0.1rem);
    height: calc(100% - 0.1rem);
    border: 1px solid var(--color-green);
    border-top: none;
    border-left: none;
    content: "";
    pointer-events: none;
	border-radius: 999px;
	transition: transform 0.2s ease;
}

.btn-web a:hover {
    text-decoration: none;
    opacity: 0.7;
	transform: translate(5px, 5px);
}

.btn-web a:hover:after{
	transform: translate(-5px, -5px);
}

.btn-internal, p.btn-internal {
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}
.btn-internal a {
    display: inline-block;
    position: relative;
    width: 460px;
    margin: 0 auto;
    padding: 1.5rem 2.5rem;
    background: var(--color-navy) url(img/arrow_white.png) no-repeat right 1.5rem center;
    background-size: 7px 11px;
    border: 2px solid var(--color-navy);
    border-radius: 5rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
	transition: transform 0.2s ease;
}

.btn-internal a:after{
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    width: calc(100% - 0.1rem);
    height: calc(100% - 0.1rem);
    border: 1px solid var(--color-navy);
    border-top: none;
    border-left: none;
    content: "";
    pointer-events: none;
	border-radius: 999px;
	transition: transform 0.2s ease;
}

.btn-internal a:hover {
    text-decoration: none;
    opacity: 0.7;
	transform: translate(5px, 5px);
}

.btn-internal a:hover:after{
	transform: translate(-5px, -5px);
}


.btn-internal.down a {
    background: #5bb4b3 url(img/arrow_white_down.png) no-repeat right 1.5rem center;
    background-size: 11px 7px;
}
.btn-internal.down a:hover {
    background: #fff url(img/arrow_green_down.png) no-repeat right 1.5rem center;
    background-size: 11px 7px;
    border: 2px solid #5bb4b3;
    color: #5bb4b3;
    text-decoration: none;
    opacity: 1;
}
.btn-link {
    margin: 4rem 0;
    padding: 0;
    text-align: right;
}
.btn-link a {
    position: relative;
    min-height: 16px;
    padding: 0 0 0.3rem 2.1rem;
    background: url(img/arrow_link.png) no-repeat left center;
	background-size: 15px 15px;
    color: var(--color-navy);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: underline;
}
.btn-link a:hover {
    text-decoration: none;
    opacity: 0.6;
}
/* ================== */
/*  テーブル　　　　　*/
/* ================== */
.contents .table-layout {
    padding: 0;
}
.contents table {
    width: 100%;
    max-width: 1100px;
    table-layout: fixed;
    margin: 40px auto 40px;
    border: solid 1px var(--color-navy);
}
.contents table th {
    width: 22%;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    color: #ffffff;
    background: var(--color-navy);
    border: solid 1px var(--color-navy);
    padding: 14px 16px;
}

.contents table tr:not(:last-of-type) th{
	border-bottom-color: #ffffff;
}

.contents table td {
    line-height: 2.4rem;
    padding: 14px 20px;
    background: #FFF;
    font-size: 1.4rem;
    text-align: left;
    word-wrap: break-word;
    border: solid 1px var(--color-navy);
}
/*--------------------------------------
　box-wrap
---------------------------------------*/
.contents .box-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}
.contents .box-wrap .box {
    display: block;
    width: 48%;
    margin: 0 4% 6rem 0;
    padding: 3rem;
    box-sizing: border-box;
    position: relative;
}
.contents .box-wrap .box:nth-child(2n) {
    margin-right: 0;
}
.contents .box-wrap .box .permalink {
    display: none;
}
.contents .box-wrap .box .thumb {
    position: relative;
}
.contents .box-wrap.col1 .box {
    width: 100%;
    margin: 0 auto 15px;
}
/*box-head*/
.index .box-wrap .box-head, .category .box-wrap .box-head, .page .box-wrap .box-head {
    display: block;
}
.index .box-wrap .box-head a, .category .box-wrap .box-head a, .page .box-wrap .box-head a {
    display: block;
    font-size: 100%;
}
.index .box-wrap .box-head a:hover, .category .box-wrap .box-head a:hover, .page .box-wrap .box-head a:hover {
    color: var(--color-navy);
    text-decoration: none;
}
.index .box-wrap .box-head::after, .category .box-wrap .box-head::after, .page .box-wrap .box-head::after {
    content: none;
}
.contents .box-wrap .box p {
    margin: 0;
}
/*type-a*/
.contents .box-wrap .type-a {
    background-color: var(--color-gray);
}
.contents .box-wrap .type-a::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 98px;
    height: 34px;
    background: url(img/txticon_case.svg) no-repeat left top;
    top: -20px;
    margin-left: -49px;
}
.contents .box-wrap .type-a .thumb {
    position: relative;
    margin: 0 0 20px;
}
.contents .box-wrap .type-a .box-head {
    font-size: 1.85rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    align-items: center;
    box-shadow: none;
    border: 0;
    background: none;
}
.contents .box-wrap .type-a .box-head::before {
    opacity: 0;
}
.contents .box-wrap .type-a .box-head a {
    display: block;
    width: 100%;
    line-height: 1.4;
	font-size: 2rem;
    color: inherit;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 10px 0 0;
    position: relative;
}
.contents .box-wrap .type-a .box-head a:hover {
    opacity: 0.7;
}
.contents .box-wrap .type-a .box-body {}
.contents .box-wrap .type-a .box-body .smallPic {
    width: 100px;
    float: left;
}
.contents .box-wrap .type-a .box-body p {}
.contents .box-wrap.two-three .type-a:nth-child(2n) {
    margin-right: 4%;
}
.contents .box-wrap.two-three .type-a:nth-child(5n+1), .contents .box-wrap.two-three .type-a:nth-child(5n+2) {
    width: 48%;
}
.contents .box-wrap.two-three .type-a:nth-child(5n+3), .contents .box-wrap.two-three .type-a:nth-child(5n+4), .contents .box-wrap.two-three .type-a:nth-child(5n+5) {
    width: 32%;
    margin-right: 2%;
}
.contents .box-wrap.three {
    justify-content: space-between;
}
.contents .box-wrap.three::after {
    display: block;
    width: 32%;
    content: "";
}
.contents .box-wrap.three .type-a {
    width: 32%;
    margin: 0 0 4rem 0;
}


.contents .common_parts_dots .box-wrap.three .type-a{
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem;
	background:var(--color-gray) url("img/bg_basics.png") no-repeat bottom center;
	background-size: 100% auto;
}

.contents .common_parts_dots .box-wrap.three .type-a:before{
	content:"";
	aspect-ratio:3.9 / 1;
	background:url("img/txticon_case.png") no-repeat;
	background-size:100% auto;
	position: absolute;
	top:-10px;
	left:0;
	right:0;
	margin: auto;
	font-size:2rem;
	font-weight: bold;
	text-align: center;
}



.contents .box-wrap.two-three .type-a:nth-child(5n+5), .contents .box-wrap.two-three .type-a:nth-child(5n+2) {
    margin-right: 0;
}
/*type-b*/
.contents .box-wrap .type-b {
    border-bottom: 1px solid var(--color-navy);
    padding: 20px 40px 40px;
}
.contents .box-wrap .type-b:nth-last-child(2), .contents .box-wrap .type-b:last-child {}
.contents .box-wrap .type-b .box-head-area {
    display: table;
    margin: 0 0 30px;
    width: 100%;
}
.contents .box-wrap .type-b .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    position: relative;
}
.contents .box-wrap .type-b .box-head {
    display: table-cell;
    vertical-align: middle;
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: bold;
    color: var(--color-navy);
    border-radius: 8px 8px 0 0;
    padding: 0 0 0 0;
    border: 0;
}
.contents .box-wrap .type-b .box-head::before {
    display: none;
}
.contents .box-wrap .type-b .box-head a {
    display: block;
    width: 100%;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    color: #0d7467;
    background-size: 8px auto;
    padding: 0 20px 0 0;
    position: relative;
}
.contents .box-wrap .type-b .box-head a:hover {
    opacity: 0.7;
}
.contents .box-wrap .type-b .caption {
    margin: 25px 0 0;
}
/*--------------------------------------
　frame-wrap
---------------------------------------*/
.contents .frame-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 60px auto;
}
.contents .frame-wrap .inner {
    margin: 0 auto;
}
.contents .frame {
    display: block;
    box-sizing: border-box;
    width: calc((100% - 33px) / 3);
    margin: 0 0 16px 16px;
    background-color: #fff;
}
.contents .frame-wrap .frame:nth-child(3n+1) {
    margin-left: 0;
}
.contents .frame-wrap .frame a {
    display: block;
    text-decoration: none;
}
.contents .frame-wrap.col4 .frame {
    width: calc((100% - 48px) / 4);
}
.contents .frame-wrap.col4 .frame:nth-child(3n+1) {
    margin-left: 16px;
}
.contents .frame-wrap.col4 .frame:nth-child(4n+1) {
    margin-left: 0;
}
/*frame-head*/
.index .frame .frame-head, .category .frame .frame-head, .page .frame .frame-head {
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
}
.index .frame .frame-head a, .category .frame .frame-head a, .page .frame .frame-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
}
.index .frame .frame-head a:hover, .category .frame .frame-head a:hover, .page .frame .frame-head a:hover {
    opacity: 0.7;
}
.contents .frame .frame-head p {
    margin: 0;
}
.contents .frame .frame-body {
    padding: 0 20px 20px;
}
.contents .frame .frame-body .frame-catch {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin: 0 0 15px;
}
.contents .frame .frame-body p {
    margin: 2rem 0 0 00;
}
.contents .frame .frame-body .btn-web a {
    width: 100%;
}
.contents .frame .thumb {}
.contents .frame p.caption {
    margin: 10px 15px 0;
}
/*type-a*/
.contents .frame-wrap .type-a {
    border: 1px solid #5bb5b3;
    border-top-width: 6px;
}
.contents .frame-wrap .type-a .frame-catch {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    color: #8c8200;
    border-top: 5px solid #e6dc14;
    padding: 20px 25px 20px;
    position: relative;
    font-weight: normal;
    letter-spacing: normal;
}
.contents .frame-wrap .type-a .frame-catch::before {
    content: "";
    background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: inherit;
    z-index: inherit;
}
.contents .frame-wrap .type-a .frame-catch::after {
    content: "";
    width: 19px;
    height: 11px;
    background: url("img/frame-wrap_baloon.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    top: inherit;
    right: inherit;
    z-index: inherit;
    transform: none;
}
.contents .frame-wrap .type-a .frame-head {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: bold;
    margin: auto;
    padding: 20px 20px 20px;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    background: none;
    border: 0;
    box-shadow: none;
}
.contents .frame-wrap .type-a .frame-head::before {
    opacity: 0;
}
.contents .frame-wrap .type-a .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_green_02.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 20px 0 0;
    position: relative;
    color: inherit;
}
.contents .frame-wrap .type-a .frame-head a:hover {
    opacity: 0.7;
}
.contents .frame-wrap .type-a .thumb {
    width: 200px;
    margin: 0 auto;
}
.contents .frame-wrap .type-a .caption {
    text-align: center;
    padding: 0 20px;
}
.contents .frame-wrap .type-a ul.icoArea {
    width: 224px;
    text-align: center;
    margin: 25px auto;
}
.contents .frame-wrap .type-a ul.icoArea li {
    width: 68px;
    margin: 0 0 0 10px;
    float: left;
}
.contents .frame-wrap .type-a ul.icoArea li:first-child {
    margin: 0 0 0 0;
}
.contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
    margin: 0 0 0 0;
}
.contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
    margin-top: 16px;
}
.contents .frame-wrap .type-a ul.icoArea .ico {
    width: 57px;
    margin: 0 auto;
}
.contents .frame-wrap .type-a ul.icoArea .icoTxt {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 10px 0 8px;
    position: relative;
}
.contents .frame-wrap .type-a ul.icoArea .icoTxt::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e6dc14;
    position: absolute;
    left: 0;
    bottom: 0;
}
/*type-b*/
.contents .frame-wrap .type-b {
    border: 0;
    background: #fff;
    border: 2px solid var(--color-navy);
}
.contents .frame-wrap .type-b .frame-head {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: bold;
    padding: 20px 20px 20px;
    margin: 0 0 25px;
    position: relative;
    letter-spacing: normal;
    border: 0;
    box-shadow: none;
    background: var(--color-gray);
}
/* .contents .frame-wrap .type-b .frame-head::before{
    opacity: 0;
}
.contents .frame-wrap .type-b .frame-head::after {
    content: "";
    background: var(--color-navy);
    background-size: 6px 1px;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    bottom: 0;
    top: inherit;
    right: inherit;
    z-index: inherit;
    transform: none;
} */
.contents .frame-wrap .type-b .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 10px 0 0;
    position: relative;
    letter-spacing: normal;
	font-size: 2rem;
    font-weight: bold;
	text-align: center;
}
.contents .frame-wrap .type-b .frame-head a:hover {
    opacity: 0.7;
}
.contents .frame-wrap .type-b .thumb {
    width: 200px;
    margin: 0 auto;
}
.contents .frame-wrap .type-b .caption {
    text-align: center;
    padding: 0 20px;
}
.contents .frame-wrap .type-b .frame-body {
    margin: 25px auto 0;
}
.contents .frame-wrap .type-b table {
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 0;
    margin: 20px auto;
}
.contents .frame-wrap .type-b table th {
    width: 33%;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 12px 10px;
}
.contents .frame-wrap .type-b table td {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 12px 10px;
    word-wrap: break-word;
}
.contents .frame-wrap .type-b table:last-of-type {
    margin-bottom: 0;
}
/*type-c*/
.contents .frame-wrap .type-c {
    background-color: #f5f5dc;
}
.contents .frame-wrap .type-c .eng {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0 var(--color-navy), -1px -1px 0 var(--color-navy), -1px 1px 0 var(--color-navy), 1px -1px 0 var(--color-navy), 0px 1px 0 var(--color-navy), 0-1px 0 var(--color-navy), -1px 0 0 var(--color-navy), 1px 0 0 var(--color-navy);
    margin: -10px 0 0;
}
.contents .frame-wrap .type-c .frame-head {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding: 20px 20px 20px;
    margin: 0 0 25px;
    position: relative;
    letter-spacing: normal;
}
.contents .frame-wrap .type-c .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 20px 0 0;
    position: relative;
    letter-spacing: normal;
}
.contents .frame-wrap .type-c .frame-head a:hover {
    opacity: 0.7;
}
.contents .frame-wrap .type-c .thumb {
    width: 160px;
    margin: 0 auto 25px;
}
.contents .frame-wrap .type-c .thumb img {
    border-radius: 100px;
}
/*btn-web*/
.contents .frame .frame-body .btn-web {
    width: 94%;
    margin: 25px auto 0;
}
/*--------------------------------------
addParts01
---------------------------------------*/
.bb-bg {
    background: var(--color-navy);
    color: #ffffff;
    padding: 2rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.addParts02 .bb-bg{
	font-size:2.4rem;
}

.bb-bg span {
    color: var(--color-pink);
    font-size: 150%;
}
.c_orange {
    color: var(--color-orange);
    font-weight: bold;
    text-align: center;
    font-size: 1.85rem;
    line-height: 1.5;
}
.addParts01 {
    clear: both;
    width: 100%;
    margin: 0rem 0 0 0;
    background: url("img/z24f_bg_sansen.jpg") no-repeat;
    background-size: cover;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.addParts01 .addInner {
    width: 1100px;
    margin: 0 auto;
}

.addParts01 .addInner .caption2{
	color:#fff;
	font-size: 14px;
}
.addParts01.lower .addInner {
    width: 100%;
}
.addParts01__TitArea {
    position: relative;
    margin: 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}
.addParts01__TitArea::before {
    content: "";
    background: var(--color-gradient);
    width: 100vw;
    min-width: 1200px;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.addParts01.lower .addParts01__TitArea::before {
    width: 100%;
    min-width: auto;
}
.addParts01__TitArea__Tit {
    padding: 30px 10px 30px 0;
    color: #fff;
    border-right: 2px solid var(--color-navy);
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    width: 440px;
}
.fav-3box {
    display: flex;
}
.addParts01.lower .addParts01__TitArea__Tit {
    padding: 3rem 1rem 3rem 3rem;
    font-size: 2.6rem;
    letter-spacing: 4px;
}
.addParts01__TitArea__Tit::before {
    content: "";
    width: 153px;
    height: 58px;
    position: absolute;
    left: -66px;
    top: -27px;
    z-index: 20;
}
.addParts01__TitArea__Txt {
    padding: 30px 20px 30px 20px;
    color: #fff;
    width: calc(100% - 440px);
}
.addParts01__TitArea__Txt span {
    font-weight: bold;
    font-size: 1.7rem;
    background: linear-gradient(rgba(255, 255, 255, 0) 80%, #ffbe82bd 20%);
}
.addParts01 .addInner .addTxt {
    margin: 0 0 3rem;
}
.addParts01 p {
    margin: 0;
}
.addParts01 .aadPartsTit {
    text-align: center;
}
.addParts01 .block {
    width: 349px;
    margin: 0 22px 25px 0;
    display: inline-block;
}
.addParts01 .block:nth-child(3) {
    margin-right: 0;
}
.addParts01.lower .block {
    width: calc((100% - 44px) / 3);
    margin: 0 22px 10px 0;
}
.addParts01.lower .block:nth-child(3) {
    margin-right: 0;
}
.addParts01 .block .btn-web, .addParts01 .block .btn-internal {
    width: 80%;
    margin: 30px auto 0;
}
.addParts01.lower .block .btn-web, .addParts01.lower .block .btn-internal {
    width: 100%;
}
.addParts01 .block .btn-web a, .addParts01 .block .btn-internal a {
    width: 100%;
    /*box-shadow: 4px 4px 0 0 #f6f3ec;*/
}

.addParts01 .block:nth-child(4) {
    margin-right: 0;
}
.addParts01 .block .catch {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 12px 10px;
    margin: 0 0 10px;
    width: 100%;
    color: #0d7467;
    letter-spacing: 5px;
}
.addParts01 .block .catch span {
    font-size: 2.8rem;
    color: #f24b4b;
    border: 0;
}
.addParts01 .block a {
    display: block;
}
.addParts01 .scrollArea {
    background-color: #ffffff;
    padding: 20px;
    position: relative;
}
.addParts01 .scrollArea .priceArea {
    display: table;
    margin: 0 0 12px;
}
.addParts01 .scrollArea .priceArea .priceTit {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background-color: #00786a;
    padding: 8px;
    position: relative;
}
.addParts01 .scrollArea .priceArea .priceTit::before {
    content: "";
    right: -26px;
    top: 0;
    border: solid transparent;
    border-left-color: #00786a;
    border-width: 24px 13px;
    position: absolute;
}
.addParts01 .scrollArea .priceArea .price {
    display: table-cell;
    vertical-align: middle;
    width: 256px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
    color: #c4940f;
    padding: 7px 0px 8px;
}
.addParts01 .scrollArea .priceArea .price.small {
    font-size: 2.2rem;
}
.addParts01 .scrollArea .priceArea .price span {
    font-size: 1.4rem;
    color: var(--color-navy);
    padding: 0 0 0 5px;
    font-weight: inherit;
    border-bottom: none;
}
.addParts01 .scrollArea .performance {
    font-size: 1.5rem;
    padding: 10px;
    border-bottom: 1px solid var(--color-navy);
    margin: 1.8rem 0;
    line-height: 1.4;
}
.addParts01 .scrollArea .performance_text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.addParts01 .scrollArea .dl_wrap {
    padding: 0;
    background: none;
    margin: 0 0 1rem 0;
    width: 50%;
}
.addParts01 .scrollArea .dl_wrap dt {
    background: #c9b169;
    padding: 4px;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #fff;
    display: table-cell;
    width: 60px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 4px;
}
.addParts01 .scrollArea .dl_wrap dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    word-break: break-all;
    text-align: left;
    line-height: 1.2;
}
.addParts01 .scrollArea .companyName {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    margin: 2rem 0 2rem;
}
.addParts01 .scrollArea .catch {
    font-size: 1.8rem;
    color: #fc5f5f;
    padding: 12px 0px;
    margin: 0;
    letter-spacing: 2px;
}
.addParts01 .scrollArea .companyCatch {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
}
.addParts01 .scrollArea .companyCatch span {
    color: #00786a;
    font-size: 1.8rem;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fcf3de 50%);
}
.addParts01 .scrollArea .box-fig {
    margin: 0 0 2rem 0;
    text-align: center;
}
.addParts01 .scrollArea .box-kodawari {
    margin: 3rem 0 3rem 0;
    padding: 2rem;
    background: var(--color-gray);
}
.addParts01 .scrollArea .box-kodawari .ttl {
    margin: 0 0 1rem 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.addParts01 .scrollArea .box-kodawari ul {
    margin: 0;
    padding: 0;
}
.addParts01 .scrollArea .box-kodawari ul li {
    position: relative;
    padding: 0 0 0.4rem 2rem;
}
.addParts01 .scrollArea .box-kodawari ul li::before {
    position: absolute;
    left: 0;
    top: 1rem;
    width: 10px;
    height: 10px;
    background: var(--color-orange);
    border-radius: 50%;
    content: "";
}
.addParts01 .scrollArea .box-kodawari ul li:last-child {
    padding: 0 0 0 2rem;
}
.addParts01 .scrollArea .box-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.addParts01 .scrollArea .box-tags::after {
    display: block;
    width: 32%;
    content: "";
}
.addParts01.lower .scrollArea .box-tags::after {
    display: none;
}
.addParts01 .scrollArea .box-tags .tag01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49%;
    margin: 0 0 0.8rem 0;
    padding: 1.6rem 0.2rem 1.6rem 0.2rem;
    background: #9e8846;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
}
.addParts01 .scrollArea .box-tags .tag02 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    margin: 0 0 0.8rem 0;
    padding: 1.6rem 0.2rem 1.6rem 0.2rem;
    background: #0d7467;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
}
.addParts01.lower .scrollArea .box-tags .tag01 {
    width: 48%;
}
.addParts01 .scrollArea .box-tags .tag01.off, .addParts01 .scrollArea .box-tags .tag02.off {
    background: #f4f4f4;
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
}
.addParts01 .scrollArea .btn-web, .addParts01 .scrollArea .btn-internal {
    margin: 2rem auto;
}
.addParts01__addTxt {
    clear: both;
}
.addParts01__addTxt p {
    margin-bottom: 1em;
    font-size: 1.2rem;
    color: #ffffff;
}
.addParts01__addTxt ul li {
    font-size: 1.2rem;
    color: #767676;
}
.addParts01__addTxt ul li::before {
    content: "・";
}
/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
    background: var(--color-gray);
    margin: 5rem 0;
    padding: 3rem 5rem;
    box-sizing: border-box;
}
.home .toc_parts {
    margin: 0;
}
.toc_parts .ttl {
    padding: 0 0 0 1rem;
    font-size: 2rem;
    font-weight: bold;
    border-left: 4px solid var(--color-green);
    cursor: pointer;
    position: relative;
}
#toc {
    margin: 1.5rem 0 0 0;
    padding: 0 0 0;
    border-top: 1px solid var(--color-navy);
    display: none;
}
#toc .chapter {
    margin: 0 0 0;
    counter-reset: count;
	padding-left:0;
}
#toc .chapter .chapter-h {
    margin: 2rem 0 0;
    padding: 0 0 0 3.5rem;
    font-size: 1.6rem;
    line-height: 1.8;
    position: relative;
    counter-increment: count;
    background: none;
}
#toc .chapter .chapter-h:last-child {
    margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
    content: counter(count, decimal-leading-zero);
    position: absolute;
    top: 14px;
    left: 0;
    transform: translate(0, -50%);
    color: var(--color-orange);
    font-size: 2rem;
    font-weight: bold;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}
#toc .chapter .chapter-h a {
    font-weight: bold;
    text-decoration: none;
}
#toc .chapter .chapter-h a:hover {
    opacity: .6;
}
#toc .chapter .chapter-h span {
    color: #0b072b;
    font-weight: bold;
}
#toc li.chapter-h.chapter-h-three {
    margin: 1rem 0 1rem 4rem;
    padding: 0 0 0 1.5rem;
    counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: solid 1px #0b072b;
    border-right: solid 1px #0b072b;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#toc li.chapter-h.chapter-h-three a {
    font-weight: 400;
}
#toc li.chapter-h.chapter-h-three span {
    font-weight: 400;
}
#toc .chapter br {
    display: none;
}
.toc_parts .ttl::after {
    content: "";
    background: url(img/arrow01_plus.svg) center no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.toc_parts .ttl.btn::after {
    background: url(img/arrow01_minus.svg) center no-repeat;
    background-size: 100% auto;
}
/*  PC END  */
@media screen and (min-width: 600px) {
    .sp, .sp_br, .btn-tel {
        display: none !important;
    }
}
@media screen and (max-width: 599px) {
    html, body {
        width: 100%;
        position: relative;
    }
    .pc, .pc_br {
        display: none !important;
    }
    body {
        width: 100%;
        min-width: initial;
        min-width: auto;
        font-size: 1.4rem;
        line-height: 1.8;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }
    .index > p, .category > p, .page > p {
        width: 100%;
    }
    .contents p {
        max-width: 100%;
        margin: 0 auto 2rem;
    }
    a:hover {
        opacity: 1;
    }
    /*--------------------------------------
　Header
---------------------------------------*/
    header .headTopWrap {
        background: #fff;
    }
    header .headTopArea {
        width: 100%;
        padding: 6px;
        margin: auto;
    }
    header .headTopArea .rightTxt {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.4;
        text-align: center;
    }
    /*--------------------------------------
　visArea
---------------------------------------*/
    #visArea_lower {
        position: relative;
        z-index: 1;
        margin: 0 auto;
    }
    #visArea_lower .mainArea {
        background: none;
        height: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    #visArea_lower .mainArea .mainAreaInner {
        display: block;
    }
    #visArea_lower .mainArea .siteNameArea {
        display: block;
        background: url("img/mv_pic_sp_lower.png") no-repeat center top;
        background-size: auto 80px;
        height: 80px;
        width: 100%;
        text-align: center;
    }
    #visArea_lower .mainArea .siteNameAreaInner {
        display: block;
        padding: 10px 0 40px;
    }
    #visArea_lower .mainArea .siteName {
        margin: 0 auto;
        padding: 0;
        width: 200px;
        text-align: center;
    }
    #visArea_lower .mainArea .siteNameSmall {
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 0.03em;
        text-align: center;
        text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    }
    #visArea_lower .mainArea .siteName img.sp {
        width: auto;
        margin: 0;
    }
    /*--------------------------------------
　spMenuBox
---------------------------------------*/
    /*navWrap*/
    #navWrap {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        background-color: #faf5d2;
        margin: 0 auto;
    }
    /*navTop*/
    #navWrap .navTop {
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #b5b5b5;
        position: fixed;
        top: 0;
        z-index: 9999;
        overflow: hidden;
        display: none;
    }
    #navWrap .navTopInner {
        display: table;
        width: 100%;
        padding: 0.5rem 0;
        position: relative;
    }
    #navWrap .siteName {
        display: table-cell;
        vertical-align: middle;
        width: 43%;
        font-size: 1.15rem;
        font-weight: bold;
        line-height: 1.4;
        padding: 0;
        /*background: url("img/sp_ico.png") 1.2rem center no-repeat;
    background-size: 22px 23px;*/
        text-align: center;
    }
    #navWrap .siteName img {
        width: 85%;
    }
    #navWrap .recommendBtn {
        display: table-cell;
        vertical-align: middle;
        width: 41%;
        font-size: 1.1rem;
        line-height: 1.3;
        text-align: center;
        font-weight: bold;
        color: #ffffff;
        padding: 0 0.5rem;
        position: relative;
        background: var(--color-orange);
        box-sizing: border-box;
    }
    #navWrap .recommendBtn::after {
        content: '';
        position: absolute;
        right: 3px;
        bottom: 3px;
        border-top: 4px solid transparent;
        border-right: 4px solid #ffffff;
        border-bottom: 4px solid #ffffff;
        border-left: 4px solid transparent;
        z-index: 1;
    }
    #menuBtn {
        display: table-cell;
        vertical-align: middle;
        box-sizing: content-box;
        width: 15%;
        height: 50px;
        padding: 0 1.0rem;
        cursor: pointer;
        z-index: 9999;
        position: relative;
    }
    #menuBtn .menu {
        width: 21px;
        height: 16px;
        position: absolute;
        top: calc(50% - 8px);
        outline: none;
        border: none;
        background: #000;
        background: url("img/sp_ico_menu.png") center no-repeat;
        background-size: 100%;
        margin: auto;
        left: 0;
        right: 0;
    }
    body.open #menuBtn .menu {
        width: 21px;
        height: 16px;
        background: url("img/sp_ico_close.png") center no-repeat;
        background-size: 100%;
    }
    /*navSp*/
    #navSp {
        position: fixed;
        top: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.94);
        z-index: 999;
        display: none;
    }
    #navSp > div {
        height: 100%;
        overflow-y: scroll;
        /*-webkit-overflow-scrolling: touch;*/
    }
    #navSp a {
        text-decoration: none;
    }
    /* 以下装飾など */
    #navSp .navBox {}
    #navSp .navBox:first-child {
        border-top: 1px solid #ccc;
        overflow: hidden;
    }
    #navSp .navBox .sttl a, #navSp .sitemap a {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.4;
        color: #000;
        background: url("img/arrow_black.png") 96% center no-repeat;
        background-size: 6px auto;
        padding: 1.5rem 9% 1.5rem 4%;
    }
    #navSp .navBox .tglMenu a {
        background: url("img/arrow_black_down.png") 96% center no-repeat;
        background-size: 10px auto;
    }
    #navSp .navBox .sttl.collapsible a {
        background: url("img/arrow_black_down.png") 96% center no-repeat;
        background-size: 10px auto;
    }
    #navSp .navBox .sttl a br {
        display: none;
    }
    #navSp .navBox .sttl.open > a {
        background: url("img/arrow_black_up.png") 96% center no-repeat;
        background-size: 10px auto;
    }
    #navSp .navBox .sttl, #navSp .sitemap {
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin: 0;
    }
    #navSp .sitemap {
        margin: 0 0 100px;
    }
    #navSp .navBox .accChild {
        display: none;
        font-size: 1.3rem;
        padding: 0;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.8);
    }
    #navSp .navBox .accChild li {
        float: none;
    }
    #navSp .navBox .accChild li a {
        display: block;
        box-sizing: border-box;
        color: #000;
        background: url("img/arrow_black.png") 95.5% center no-repeat;
        background-size: 5px auto;
        border-bottom: 1px solid #ccc;
        padding: 1.2rem 9% 1.2rem 7%;
    }
    #navSp .navBox .accChild li a:first-child {}
    /*navBottom*/
    #navBottom {
        display: block;
        width: 85%;
        position: relative;
        margin: 7.5% auto 7.5%;
    }
    #navBottom a {
        display: block;
        text-decoration: none;
        background: url("img/banner_bg.png") left top repeat;
        border-top: 3px solid #bee6a0;
        padding: 4%;
        position: relative;
        z-index: 1;
    }
    #navBottom a::before {
        content: "";
        background: url("img/banner_illust01.png") no-repeat;
        background-size: 100% auto;
        width: 49px;
        height: 86px;
        position: absolute;
        top: -10px;
        right: -8px;
    }
    #navBottom a::after {
        content: "";
        background: url("img/banner_illust02.png") no-repeat;
        background-size: 100% auto;
        width: 40px;
        height: 64px;
        position: absolute;
        left: -8px;
        bottom: -10px;
    }
    #navBottom .tit {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.01em;
        padding: 0 15% 0 3%;
        margin-bottom: 1.0rem;
    }
    #navBottom .txtArea {
        background-color: #fff;
        padding: 0 0 6%;
    }
    #navBottom .catch {
        font-size: 1.3rem;
        line-height: 1.4;
        letter-spacing: 0.01em;
        border-bottom: 1px dotted #ccc;
        padding: 3.5% 5%;
    }
    #navBottom .txt {
        padding: 3.5% 5%;
    }
    #navBottom .txt p {
        font-size: 1.3rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
        color: #508291;
        margin: 0;
    }
    #navBottom .btn {
        width: 75%;
        font-size: 1.3rem;
        line-height: 1;
        letter-spacing: 0.01em;
        text-align: center;
        color: #fff;
        background-color: #82b4c3;
        border-radius: 5px;
        padding: 3.5% 4% 3.2% 4%;
        margin: 0 auto;
        box-shadow: 2px 2px 0px rgba(80, 130, 145, 1);
    }
    body.open {
        height: inherit !important;
    }
    /*--------------------------------------
side
---------------------------------------*/
    #side {
        display: none;
    }
    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzuWrap {
        box-sizing: border-box;
        width: 100%;
        background-color: #fff;
        padding: 1.0rem 0;
        margin: 0 auto 1rem;
        overflow: auto;
        white-space: nowrap;
        position: relative;
    }
    #pankuzu {
        box-sizing: border-box;
        width: 100%;
        font-size: 1.1rem;
        line-height: 1.2;
        letter-spacing: 0.05em;
        color: var(--color-navy);
        padding: 0.7rem 0 0.7rem;
        margin: 0 auto;
        white-space: nowrap;
    }
    #pankuzu a {
        color: var(--color-navy);
        text-decoration: underline;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    #pankuzu a:hover {
        color: var(--color-navy);
        text-decoration: underline;
    }
    #pankuzu span:last-child {
        margin-right: 4%;
    }
    #pankuzu a span:last-child {
        margin-right: 0;
    }
    /*--------------------------------------
Main Contents
---------------------------------------*/
    .contents {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding: 0 4%;
        overflow-x: hidden;
    }
    .index {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #category, .page {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .category > h1:first-of-type, .page > h1:first-of-type {
        margin: 1.5rem auto 3.5rem;
    }
    p > span {
        letter-spacing: 1px;
        margin: 0 0.3rem;
    }
    /*--------------------------------------
　Side
---------------------------------------*/
    #side {
        display: none;
    }
    /*--------------------------------------
　bottomBanner
---------------------------------------*/
    .bottomBanner {
        width: 100%;
        background: #f6f3ec;
        border: solid 2px var(--color-navy);
        margin: 6.0rem auto;
        position: relative;
    }
    .bottomBanner a {
        display: block;
        padding: 1.5rem;
    }
    .bottomBanner .bnrTop {
        display: table;
        margin: 0 0 1.0rem;
    }
    .bottomBanner.imgBox {
        display: table-cell;
        vertical-align: middle;
        width: 40%;
        max-width: 90px;
    }
    .contents .bottomBanner .catch {
        display: table-cell;
        vertical-align: middle;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.4;
        padding: 0 0 0 1.5rem;
        color: #00786a;
    }
    .contents .bottomBanner p {
        font-size: 1.4rem;
        line-height: 1.6;
        margin: 0 0 1.5rem;
    }
    .bottomBanner .dtlBtn {
        display: block;
        font-size: 1.3rem;
        text-align: center;
        color: #fff;
        background: rgb(252, 95, 121);
        background: -moz-linear-gradient(left, rgba(252, 95, 121, 1) 0%, rgba(245, 135, 113, 1) 50%, rgba(252, 95, 121, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(252, 95, 121, 1) 0%, rgba(245, 135, 113, 1) 50%, rgba(252, 95, 121, 1) 100%);
        background: linear-gradient(to right, rgba(252, 95, 121, 1) 0%, rgba(245, 135, 113, 1) 50%, rgba(252, 95, 121, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc5f79', endColorstr='#fc5f79', GradientType=1);
        padding: 1.2rem 3rem;
        margin: 0 auto;
        border-radius: 1rem;
        width: 85%;
        position: relative;
    }
    .bottomBanner .dtlBtn::before {
        content: "";
        width: 7px;
        height: 10px;
        background: url(img/arrow_white.png) no-repeat center;
        background-size: 100% auto;
        position: absolute;
        right: 16px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    /*--------------------------------------
.lower-bottom
---------------------------------------*/
    .lower-bottom {
        margin: 60px auto 0;
        width: 100%;
    }
    .lower-bottom .lower-bottom__TitArea__Tit {
        padding: 4rem 0 2rem 0;
        font-size: 2.4rem;
        letter-spacing: 3px;
        border: 0;
        border-bottom: 2px solid var(--color-navy);
        width: auto;
    }
    .lower-bottom .lower-bottom__TitArea__Tit::before {
        left: 50%;
        top: -15px;
        margin-left: -76px;
        transform: rotate(9deg);
    }
    .lower-bottom .lower-bottom__TitArea__Txt {
        padding: 1.5rem 1rem 1rem 0;
        width: auto;
    }
    .lower-bottom .block {
        width: 100%;
        margin: 4rem auto;
        float: none;
    }
    .lower-bottom .block:last-child {
        margin-right: auto;
    }
    .lower-bottom .lower-bottom__addTxt {
        padding: 1rem 0;
    }
    .lower-bottom .lower-bottom__addTxt p, .lower-bottom .lower-bottom__addTxt ul li {
        font-size: 1.0rem;
    }
    .lower-bottom .block .catch span {
        font-size: 2.4rem;
    }
    .lower-bottom .block .catch {
        font-size: 2rem;
    }
    .lower-bottom .scrollArea .companyName {
        font-size: 2.2rem;
    }
    .lower-bottom .scrollArea {
        padding: 2rem 1.5rem;
    }
    .lower-bottom .addInner .addTxt {
        margin: 0 0 1rem;
    }
    .lower-bottom .scrollArea .companyCatch {
        font-size: 1.6rem;
        text-align: center;
        font-weight: normal;
    }
    .lower-bottom .scrollArea .companyCatch span {
        font-size: 2.1rem;
        font-weight: bold;
    }
    .lower-bottom .scrollArea .dl_wrap dt {
        width: 53px;
        padding: 5px;
        height: 42px;
    }
    .lower-bottom .scrollArea .dl_wrap dd {
        padding: 5px 4px 5px 10px;
    }
    .lower-bottom .block .btn-web, .lower-bottom .block .btn-internal {
        width: 90%;
        margin: 2rem auto 1rem;
    }
	
	.addParts02 .bb-bg{
		font-size:1.6rem;
	}
    /*--------------------------------------
Footer
---------------------------------------*/
    footer {
        width: 100%;
        background-color: var(--color-navy);
        margin-top: 6.0rem;
    }
    footer .areaInner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 3.0rem 0 2.5rem 0;
    }
    footer .areaInner .inner {
        width: 100%;
        padding: 0;
    }
    footer .areaInner .logo {
        display: block;
        box-sizing: border-box;
        width: auto;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        color: #000;
        padding: 0 0 0.5rem 0;
        margin: 0 auto 2.0rem;
    }
    footer .areaInner .logo a {
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        color: #000;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    footer .areaInner .logo a img {
        max-width: 180px;
    }
    footer .areaInner .logo a:hover {
        -ms-filter: "alpha( opacity=100 )";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    footer .areaInner .logo + .footBox {
        border-top: 1px solid #ccc;
    }
    footer .areaInner .footBox {
        margin: 0;
    }
    footer .areaInner .footBox .sttl {
        border: none;
        padding: 0;
        margin: 0;
    }
    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        font-weight: 600;
        background: url("img/arrow_black_down.png") right 10px center no-repeat;
        background-size: 10px auto;
        padding: 1.0rem 4.0rem 1.0rem 4%;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    footer .areaInner .footBox .sttl a:hover {
        -ms-filter: "alpha( opacity=100 )";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    footer .areaInner .footBox .sttl.open a {
        background: url("img/arrow_black_up.png") right 10px center no-repeat;
        background-size: 10px auto;
    }
    footer .areaInner {
        border-top: 1px solid #ccc;
    }
    footer .areaInner .footBox .sttl {
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin: 0;
    }
    footer .footBox ul {
        padding: 0;
    }
    footer .areaInner .footBox .accChild {
        display: none;
        font-size: 1.3rem;
        padding: 0;
        box-sizing: border-box;
        background-color: #ccc;
    }
    footer .areaInner .footBox .accChild li {
        display: block;
        float: none;
    }
    footer .areaInner .footBox .accChild li a {
        display: block;
        box-sizing: border-box;
        font-size: 1.3rem;
        color: #000;
        background: #fff url("img/arrow_white.png") 96.5% center no-repeat;
        background-size: 6px auto;
        border-bottom: 1px solid #ccc;
        padding: 1.0rem 9% 1.0rem 4%;
    }
    footer .areaInner .footBox .accChild li.subCat {
        width: 100%;
        margin: 0;
    }
    footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
        margin: 0 0 0 0;
    }
    footer .areaInner .footBox .accChild li.subCat a {
        display: block;
        background: #fff url("img/arrow_white.png") 96.5% center no-repeat;
        background-size: 6px auto;
        padding: 1.0rem 9% 1.0rem 4%;
    }
    footer .areaInner .footBox .accChild li.subCat a::before {
        content: none;
        font-size: 1.2rem;
        position: relative;
        left: -2px;
        margin-right: 0.2rem;
    }
    footer .areaInner .footBox .accChild .subList {
        padding: 0;
        margin: 0;
    }
    footer .areaInner .footBox .accChild .subList li {
        padding: 0;
        display: block;
        float: none;
        margin: 0;
    }
    footer .areaInner .footBox .accChild .subList li::before {
        content: none;
        color: #000;
        margin-right: 0;
    }
    footer .areaInner .footBox .accChild .subList li a {
        font-size: 1.3rem;
        padding: 1.0rem 9% 1.0rem 9%;
        background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
        background-size: 6px auto;
    }
    footer .areaInner .footBox .accChild .subList li a::before {
        content: "└";
        display: block;
        color: #000;
        position: absolute;
        top: 12px;
        left: 4%;
        margin-right: 0.4rem;
    }
    footer .areaInner .noticeArea {
        box-sizing: border-box;
        width: 92%;
        margin: 2.5rem auto 0rem;
        background: #fff;
        padding: 1.5rem;
        font-size: 1.2rem;
        line-height: 1.8;
        border-radius: 0;
    }
    footer .areaInner .noticeArea p {
        font-size: 1.2rem;
    }
    footer .areaInner p.ucp {
        font-size: 1.1rem;
        line-height: 1.4;
        text-align: center;
        color: #ffffff;
        margin: 1.5rem auto 0;
    }
    footer .botArea {
        background: #fff;
    }
    footer .botArea .inner {
        width: 92%;
        padding: 1.2rem 0 1.2rem;
        margin: 0 auto;
    }
    footer .botArea .inner .cf {
        content: none;
    }
    footer p.sitemap {
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: right;
        padding: 0.5rem 0;
    }
    footer p.copy {
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: center;
        color: #000;
        padding: 0.5rem 0;
    }
    footer p.sitemap a {
        color: #000;
        text-decoration: underline;
    }
    footer p.copy a {
        color: #000;
        text-decoration: none;
    }
    footer a {
        text-decoration: none;
    }
    footer a:hover {
        text-decoration: none;
    }
    /*--------------------------------------
　PageTop
---------------------------------------*/
    #page-top {
        position: fixed;
        bottom: 4%;
        right: 4%;
        width: 50px;
    }
    #page-top img {
        width: 100%;
    }
    /* ================== */
    /*  サイトマップ　　　*/
    /* ================== */
    .contents #page.mappage {}
    .contents #page.mappage h2 {
        margin: 5.0rem auto 2.0rem;
    }
    .contents #page.mappage h2 a {}
    .contents #page.mappage h2 a:hover {
        color: var(--color-navy);
        text-decoration: none;
        opacity: 1;
    }
    .contents #page.mappage ul {
        margin: 1.0rem auto 1.0rem;
    }
    .contents #page.mappage ul li {
        padding: 0 0 0.6rem 1.6rem;
    }
    .contents #page.mappage ul.subList li:last-child {
        margin: 0 0 1.0rem;
    }
    .contents #page.mappage ul li a {}
    .contents #page.mappage ul li a:hover {
        opacity: 1;
    }
    .contents #page.mappage ul.subList li a {
        font-size: 1.4rem;
    }
    /* ================== */
    /*  メインコンテンツ　*/
    /* ================== */
    .index a, .category a, .page a {}
    .index a:hover, .category a:hover, .page a:hover {}
    .index .common_parts h1, .index .common_parts h2, .index .common_parts h3, .index .common_parts h4, .index .common_parts h5, .index .common_parts h6, .index .common_parts h7, .category h1, .category h2, .category h3, .category h4, .category h5, .category h6, .category h7, .page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page h7 {
        max-width: 100%;
        margin: 0 auto;
    }
    .index .top_title, .category h1, .page h1 {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        padding: 2.0rem 2.0rem 2.0rem 3.5rem;
        margin: 2.5rem auto 3.0rem;
        position: relative;
    }
    .index .common_parts h2 {
        margin: 6rem auto 3.0rem;
    }
    .category h1, .page h1 {
        margin: 2.5rem auto 8.0rem;
    }
    .index .top_title::before, .category h1::before, .page h1::before {
        content: "";
        width: calc(100% - 15px);
        height: 60px;
        position: absolute;
        top: -13px;
        left: 0;
        z-index: -1;
    }
    .index .top_title::after, .category h1::after, .page h1::after {
        content: "";
        width: calc(100% - 15px);
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    .category h2, .page h2 {
        margin: 8rem auto 2.5rem auto;
        padding: 1.2rem 2rem;
        font-size: 1.8rem;
    }
    .category h2::before, .page h2::before {
        content: "";
        width: 75px;
        height: 75px;
        background-size: 100% auto;
        position: absolute;
        top: -40px;
        left: -34px;
    }
    .category h2::after, .page h2::after {
        right: 10px;
    }
    .category h3, .page h3 {
        font-size: 1.8rem;
        font-weight: bold;
        margin: 2rem auto 2.0rem;
        padding: 1.2rem 1.0rem 1.2rem 4.2rem;
        line-height: 1.5;
        border-bottom: 1px solid var(--color-navy);
        position: relative;
    }
    .category h3::after, .page h3::after {
        content: "";
        width: 22px;
        height: 24px;
        background: url("img/icon_drops.svg") center no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        left: 8px;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    .category h6, .category h4, .category h5, .category h6, .page h4, .page h5, .page h6 {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5;
        padding: 0 1.0rem 1.1rem 1.0rem;
        margin: 4.0rem auto 1.5rem;
        position: relative;
    }
    .category h6::after, .category h4::after, .category h5::after, .category h6::after, .page h4::after, .page h5::after, .page h6::after {
        content: "";
        background: linear-gradient(to right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
        background-size: 6px 1px;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .index .common_parts h2 a {
        padding-right: 20px;
        background: url(img/arrow_white.png) right center no-repeat;
        background-size: 12px auto;
    }
    .sitemap h2 a {
        color: var(--color-navy);
    }
    .common_parts .heading_addTxt {
        padding: 0;
        width: 100%;
        margin: auto;
    }
    .index .common_parts .inner > p, .category > p, .page > p {
        width: 100%;
        word-break: break-all;
    }
    /*--------------------------------------
　list
---------------------------------------*/
    .contents .index .common_parts ul, .contents .category ul, .contents .page ul {
        width: 100%;
        box-sizing: border-box;
        margin: 2.0rem auto 2.0rem;
        padding: 0 3% 0;
    }
    .contents .index .common_parts ul li, .contents .category ul li, .contents .page ul li {
        font-size: 1.3rem;
        min-height: 12px;
        padding: 0 0 0.3rem 8%;
        position: relative;
    }
    .contents .index .common_parts ul li::before, .contents .category ul li::before, .contents .page ul li::before {
        content: '';
        display: block;
        background-color: var(--color-orange);
        width: 8px;
        height: 8px;
        position: absolute;
        top: 8px;
        left: 0;
    }
    .contents .index .common_parts ol, .contents .category ol, .contents .page ol {
        width: 100%;
        box-sizing: border-box;
        margin: 2.0rem auto 2.0rem;
        padding: 0 3% 0;
    }
    .contents .index .common_parts ol li, .contents .category ol li, .contents .page ol li {
        font-size: 1.3rem;
        padding: 0 0 0.3rem 8%;
        list-style: none;
        position: relative;
        counter-increment: number;
    }
    .contents .index .common_parts ol li::before, .contents .category ol li::before, .contents .page ol li::before {
        display: block;
        /* background-color: #0d7467; */
        width: 16px;
        height: 16px;
        position: absolute;
        top: 5px;
        left: 0;
        font-size: 1.0rem;
        line-height: 1.6;
        letter-spacing: -0.5px;
        text-align: center;
        color: #fff;
    }
    .contents .index .common_parts ol li:nth-child(-n + 9):before, .contents .category ol li:nth-child(-n + 9):before, .contents .page ol li:nth-child(-n + 9):before {
        content: counter(number);
    }
    .contents .index .common_parts ol li:nth-child(n + 10):before, .contents .category ol li:nth-child(n + 10):before, .contents .page ol li:nth-child(n + 10):before {
        content: counter(number);
    }
    /*--------------------------------------
　recommend,check,point
---------------------------------------*/
    .contents .rank_wrap p, .contents .recommend_number_wrap p, .contents .check_number_wrap p, .contents .point_number_wrap p {
        max-width: 100%;
    }
    /*recommend*/
    .contents .recommend {
        width: 100%;
        max-width: 100%;
        min-height: 70px;
        height: auto;
        font-size: 1.6rem;
        line-height: 1.4;
        background: url("img/color_gold.png") 24px 30px no-repeat;
        background-size: 2px 100%;
        padding: 1.5rem 1.5rem 1.5rem 6.2rem;
        margin: 2.0rem auto 1.5rem;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .contents .recommend::before {
        content: "おすすめ";
        width: 50px;
        height: 50px;
        font-size: 1.0rem;
        font-weight: normal;
        line-height: 50px;
        letter-spacing: 0;
        text-align: center;
        position: absolute;
        top: 10px;
        left: 0;
        /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
    }
    .contents .recommend a {
        text-decoration: underline;
    }
    /*check*/
    .contents .check {
        width: 100%;
        max-width: 100%;
        min-height: 70px;
        height: auto;
        font-size: 1.6rem;
        line-height: 1.4;
        background: url("img/color_gold.png") 24px 30px no-repeat;
        background-size: 2px 100%;
        padding: 1.5rem 1.5rem 1.5rem 6.2rem;
        margin: 2.0rem auto 1.5rem;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .contents .check::before {
        content: "CHECK";
        width: 50px;
        height: 50px;
        font-size: 1.0rem;
        font-weight: normal;
        line-height: 50px;
        letter-spacing: 0;
        text-align: center;
        position: absolute;
        top: 10px;
        left: 0;
        /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
    }
    .contents .check a {
        text-decoration: underline;
    }
    /*point*/
    .contents .point {
        width: 100%;
        max-width: 100%;
        min-height: 70px;
        height: auto;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        background-size: 1px 100%;
        padding: 1.5rem 1.5rem 1.5rem 6.2rem;
        margin: 5rem auto 1.5rem;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .contents .point::before {
        content: "POINT";
        width: 50px;
        height: 50px;
        font-size: 1.0rem;
        font-weight: normal;
        line-height: 50px;
        letter-spacing: 0;
        text-align: center;
        position: absolute;
        top: 10px;
        left: 0;
        /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
    }
    .contents .point a {
        text-decoration: underline;
    }
    /*rank_wrap*/
    .contents .rank_wrap {
        counter-reset: num;
        margin: 3.0rem auto 2.0rem;
    }
    .contents .rank_wrap .rank {
        width: 100%;
        max-width: 100%;
        min-height: 70px;
        height: auto;
        font-size: 1.6rem;
        font-weight: bold;
        font-weight: bold;
        line-height: 1.4;
        color: var(--color-navy);
        border-bottom: solid 1px var(--color-navy);
        background: url("img/color_gold.png") 26px 30px no-repeat;
        background-size: 2px 100%;
        padding: 1.5rem 1.5rem 1.5rem 6.2rem;
        margin: 2.0rem auto 1.5rem;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .contents .rank_wrap .rank::before {
        content: counter(num, decimal-leading-zero);
        counter-increment: num;
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 50px;
        letter-spacing: 0;
        text-align: center;
        background-size: 100%;
        position: absolute;
        top: 10px;
        left: 0;
        /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
    }
    .contents .rank a {
        color: var(--color-navy);
        text-decoration: underline;
    }
    /*recommend_number_wrap*/
    .contents .recommend_number_wrap {
        counter-reset: num;
        margin: 3.0rem auto 2.0rem;
    }
    .contents .recommend_number_wrap .recommend {}
    .contents .recommend_number_wrap .recommend::before {
        display: block;
        font-size: 0.9rem;
        line-height: 1;
        padding: 1.2rem 0;
    }
    .contents .recommend_number_wrap .recommend::after {
        content: counter(num, decimal-leading-zero);
        counter-increment: num;
        width: 50px;
        font-size: 1.8rem;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        position: absolute;
        top: 32px;
        left: 0;
    }
    /*check_number_wrap*/
    .contents .check_number_wrap {
        counter-reset: num;
        margin: 3.0rem auto 2.0rem;
    }
    .contents .check_number_wrap .check {}
    .contents .check_number_wrap .check::before {
        display: block;
        font-size: 0.9rem;
        line-height: 1;
        padding: 1.2rem 0;
    }
    .contents .check_number_wrap .check::after {
        content: counter(num, decimal-leading-zero);
        counter-increment: num;
        width: 50px;
        font-size: 1.8rem;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        position: absolute;
        top: 32px;
        left: 0;
    }
    /*point_number_wrap*/
    .contents .point_number_wrap {
        counter-reset: num;
        margin: 3.0rem auto 2.0rem;
    }
    .contents .point_number_wrap .point {}
    .contents .point_number_wrap .point::before {
        display: block;
        font-size: 0.9rem;
        line-height: 1;
        padding: 1.2rem 0;
    }
    .contents .point_number_wrap .point::after {
        content: counter(num, decimal-leading-zero);
        counter-increment: num;
        width: 50px;
        font-size: 1.8rem;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        position: absolute;
        top: 32px;
        left: 0;
    }
    .caption {
        margin: 8px 0 0;
        font-size: 1.0rem;
        line-height: 1.3;
        word-break: break-all;
        color: #999;
    }
    /*--------------------------------------
　float-wrap
---------------------------------------*/
    .contents .float-wrap {
        width: 100%;
        margin: 4.0rem auto 4.0rem;
        position: relative;
    }
    .contents .float-wrap .flame {
        width: 85%;
        margin: 0 auto;
    }
    .contents .float-wrap .float-img {
        box-sizing: border-box;
        width: auto;
        margin: 0 auto 1.0rem;
        text-align: center;
    }
    .contents .float-wrap img {
        box-sizing: border-box;
        max-width: 100%;
    }
    .contents .float-wrap .sttl {
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .contents .float-wrap .catch {
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.6;
        margin: 0 0 1.5rem;
    }
    .contents .float-wrap p {
        margin: 0;
        padding: 0;
    }
    .contents .float-wrap .fl {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 1.0rem 0;
        text-align: center;
        float: none;
    }
    .contents .float-wrap .fr {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 1.0rem 0;
        text-align: center;
        float: none;
    }
    .contents .float-wrap .ct {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto 1.0rem;
        padding: 0 0 1.0rem;
        text-align: center;
    }
    .contents .float-wrap .fl.t_small {
        box-sizing: content-box;
        width: 40%;
        padding: 0 6% 0.5rem 0;
        text-align: center;
        float: left;
    }
    .contents .float-wrap .fr.t_small {
        box-sizing: content-box;
        width: 40%;
        padding: 0 0 0.5rem 6%;
        text-align: center;
        float: right;
    }
    .contents .float-wrap .fl.t_small .flame, .contents .float-wrap .fr.t_small .flame {
        width: 100%;
    }
    .contents .float-wrap .float-body.fl {
        width: auto;
        position: static;
        text-align: left;
    }
    .contents .float-wrap .float-body.fr {
        width: auto;
        position: static;
        text-align: left;
    }
    /*float-wrap-head*/
    .index .float-wrap .float-wrap-head, .category .float-wrap .float-wrap-head, .page .float-wrap .float-wrap-head {
        display: table;
        width: auto !important;
        height: auto;
        background: none;
        border: none;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: left;
        color: #000;
        margin: 0 auto 0.8rem;
        position: relative;
    }
    .index .float-wrap .float-wrap-head a, .category .float-wrap .float-wrap-head a, .page .float-wrap .float-wrap-head a {
        width: auto;
        font-size: 100%;
        text-decoration: none;
    }
    .index .float-wrap .float-wrap-head a:hover, .category .float-wrap .float-wrap-head a:hover, .page .float-wrap .float-wrap-head a:hover {
        color: #000;
        text-decoration: none;
    }
    .index .float-wrap .float-body.fl .float-wrap-head, .category .float-wrap .float-body.fl .float-wrap-head, .page .float-wrap .float-body.fl .float-wrap-head, .index .float-wrap .float-body.fr .float-wrap-head, .category .float-wrap .float-body.fr .float-wrap-head, .page .float-wrap .float-body.fr .float-wrap-head {
        width: 100%;
    }
    .contents .float-wrap .float-wrap-head::after {
        content: none;
    }
    .contents .float-wrap p {
        width: 100%;
    }
    /*--------------------------------------
btns
---------------------------------------*/
    .btn-web, p.btn-web {
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }
    .btn-web a {
        display: inline-block;
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 1.5rem 2rem;
        background: var(--color-green) url(img/arrow_white.png) no-repeat right 1.2rem center;
        background-size: 7px 11px;
        border: 2px solid var(--color-green);
        border-radius: 5rem;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }
    .btn-web a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .btn-internal, p.btn-internal {
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }
    .btn-internal a {
        display: inline-block;
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 1.5rem 2rem;
        background: var(--color-navy) url(img/arrow_white.png) no-repeat right 1.2rem center;
        background-size: 7px 11px;
        border: 2px solid var(--color-navy);
        border-radius: 5rem;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }
    .btn-internal a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
    .btn-internal.down a {
        background: #5bb4b3 url(img/arrow_white_down.png) no-repeat right 0.9rem center;
        background-size: 11px 7px;
    }
    .btn-internal.down a:hover {
        background: #5bb4b3 url(img/arrow_white_down.png) no-repeat right 0.9rem center;
        background-size: 11px 7px;
        border: 2px solid #5bb4b3;
        color: #fff;
        text-decoration: none;
        opacity: 1;
    }
    /* .btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
position: relative;
min-height: 16px;
padding: 0 0 0.3rem 2.1rem;
background: url(img/arrow_link.png) no-repeat left center;
color: var(--color-navy);
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
text-decoration: underline;
}
.btn-link a:hover {
text-decoration: none;
opacity: 0.6;
}
.btn-link.host a {
background: url(img/arrow_link_02.png) no-repeat left center;
} */
    .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: 1.5rem 3rem;
        background: #a082dc url(img/ico_tel.png) no-repeat 1rem center;
        background-size: 18px auto;
        border: 2px solid #a082dc;
        border-radius: 5rem;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }
	
	.btn-tel a:after{
		position: absolute;
		left: 0.5rem;
		top: 0.5rem;
		width: calc(100% - 0.1rem);
		height: calc(100% - 0.1rem);
		border: 1px solid #a082dc;
		border-top: none;
		border-left: none;
		content: "";
		pointer-events: none;
		border-radius: 999px;
		transition: transform 0.2s ease;
	}
	
    .btn-tel a:hover {
        text-decoration: none;
        opacity: 1;
    }
    .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: 1.5rem 3rem;
        background: url(img/arrow_link.png) no-repeat right 1.2rem center;
        background-size: 14px auto;
        border: 1px solid #bbb;
        border-radius: 5rem;
        box-sizing: border-box;
        color: var(--color-navy);
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }
    .btn-tel a:hover {
        text-decoration: none;
        opacity: 1;
    }
    /* ================== */
    /*  テーブル　　　　　*/
    /* ================== */
    table th, table td {
        word-break: break-all;
    }
    .contents .index .common_parts .inner > table, .contents .category > table, .contents .page > table {
        width: 100%;
    }
    .contents table {
        box-sizing: border-box;
        width: 100%;
        max-width: initial;
        max-width: none;
        table-layout: fixed;
        margin: 3.0rem auto 3.0rem;
        border-bottom: none;
    }
    .contents table th {
        width: 100%;
        padding: 1.0em 2.5%;
        background: var(--color-navy);
		font-size: 1.4rem;
        line-height: 1.3;
        text-align: center;
        font-size: 1.3rem;
        color: #ffffff;
        display: block;
        font-weight: normal;
        border: none;
        border-bottom: solid 1px var(--color-navy);
    }
    .contents table td {
        width: 100%;
        display: block;
		font-size: 1.4rem;
        line-height: 2.4rem;
        padding: 1.0em 5%;
        background: #fff;
        font-size: 1.3rem;
        text-align: left;
        word-wrap: break-word;
        border: none;
        border-bottom: solid 1px var(--color-navy);
    }
    /*.contents table tr:last-child td {
    border-bottom: none;
}
*/
    /*--------------------------------------
　box-wrap
---------------------------------------*/
    .contents .box-wrap {
        width: 100%;
        max-width: 100%;
        margin: 4rem auto;
    }
    .contents .box-wrap .box {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 4.0rem 0 3.0rem;
        margin: 0 0 0;
        float: none;
        position: relative;
    }
    .contents .box-wrap .box:nth-child(n+3) {
        margin-top: 0;
    }
    .contents .box-wrap .box .permalink {
        display: none;
    }
    .contents .box-wrap .box .thumb {
        position: relative;
    }
    /*box-head*/
    .index .box-wrap .box-head, .category .box-wrap .box-head, .page .box-wrap .box-head {
        display: block;
    }
    .index .box-wrap .box-head a, .category .box-wrap .box-head a, .page .box-wrap .box-head a {
        display: block;
        font-size: 100%;
    }
    .index .box-wrap .box-head a:hover, .category .box-wrap .box-head a:hover, .page .box-wrap .box-head a:hover {
        color: var(--color-navy);
        text-decoration: none;
    }
    .index .box-wrap .box-head::after, .category .box-wrap .box-head::after, .page .box-wrap .box-head::after {
        content: none;
    }
    .contents .box-wrap .box p {
        margin: 0;
    }
    .contents .box-wrap .box .btn-internal {
        margin: 2.0rem auto;
    }
    /*type-a*/
    .contents .box-wrap .type-a {
        margin: 0 auto 4rem;
        padding: 2rem;
        width: auto;
    }
    .contents .box-wrap.two-three .type-a:nth-child(5n+1), .contents .box-wrap.two-three .type-a:nth-child(5n+2), .contents .box-wrap.two-three .type-a:nth-child(5n+3), .contents .box-wrap.two-three .type-a:nth-child(5n+4), .contents .box-wrap.two-three .type-a:nth-child(5n+5) {
        width: 100%;
        margin-right: 0;
    }
    .contents .box-wrap .type-a::before {
        content: "";
        position: absolute;
        left: 50%;
        width: 98px;
        height: 34px;
        background: url(img/txticon_case.svg) no-repeat left top;
        top: -20px;
        margin-left: -49px;
    }
    .contents .box-wrap .type-a .thumb {
        position: relative;
    }
    .contents .box-wrap .type-a .box-head {
        font-size: 1.8rem;
        line-height: 1.4;
        padding: 0;
        margin: 2rem auto;
        background: none;
        border: 0;
        box-shadow: none;
        max-width: 100%;
    }
    .contents .box-wrap .type-a .box-head a {
        display: block;
        width: 100%;
        font-size: 1.8rem;
        line-height: 1.4;
        background-size: 8px auto;
        padding: 0 2.0rem 0 0;
        position: relative;
        color: inherit;
    }
    .contents .box-wrap .type-a .box-head a:hover {
        opacity: 1;
    }
	span.gradient{
		font-size: 1.8rem;
	}
	
    .contents .box-wrap .type-a .box-body {}
    .contents .box-wrap .type-a .box-body .smallPic {
        width: 75px;
        float: left;
    }
    .contents .box-wrap .type-a .box-body p {
        width: auto;
        float: right;
    }
    /*type-b*/
    .contents .box-wrap .type-b {
        padding: 1rem 0 3.0rem;
        margin: -1px 0 0;
    }
    .contents .box-wrap .type-b:nth-child(n+3) {
        margin-top: -1px;
    }
    .contents .box-wrap .type-b:nth-last-child(2), .contents .box-wrap .type-b:last-child {
        padding: 0rem 0 3rem;
    }
    .contents .box-wrap .type-b .box-head-area {
        display: table;
        padding: 0 1.0rem;
        margin: 0 0 1.5rem;
    }
    .contents .box-wrap .type-b .thumb {
        display: table-cell;
        vertical-align: middle;
        width: 45px;
        position: relative;
    }
    .contents .box-wrap .type-b .box-head {
        display: table-cell;
        vertical-align: middle;
        font-size: 1.7rem;
        line-height: 1.4;
        font-weight: bold;
        margin: 0;
        padding: 0 0 0 1.2rem;
        border-radius: 0;
    }
    .contents .box-wrap.col1 .type-b .box-head-area .box-head {
        font-size: 2.0rem;
    }
    .contents .box-wrap .type-b .box-head a {
        display: block;
        width: 100%;
        font-size: 2.2rem;
        line-height: 1.4;
        background-size: 8px auto;
        padding: 0 2.0rem 0 0;
        position: relative;
    }
    .contents .box-wrap .type-b .box-head a:hover {
        opacity: 1;
    }
    .contents .box-wrap .type-b .box-body {
        display: flex;
        flex-wrap: wrap;
    }
    .contents .box-wrap .type-b .caption {
        order: -1;
        margin: 0 0 2.0rem;
    }
    /*--------------------------------------
　frame-wrap
---------------------------------------*/
    .contents .frame-wrap {
        width: 100%;
        max-width: 100%;
        margin: 3rem auto;
    }
    .contents .frame-wrap .inner {
        margin: 0 auto;
    }
    .contents .frame-wrap .frame {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 2.0rem;
        float: none;
    }
    .contents .frame-wrap .frame:first-child {
        margin: 0 0 2.0rem;
    }
    .contents .frame-wrap .frame:nth-child(3n+1) {
        margin: 0 0 2.0rem;
    }
    .contents .frame-wrap .frame:nth-child(n+4) {
        margin-top: 0;
    }
    .contents .frame-wrap .frame:last-child {
        margin: 0 0 0;
    }
    .contents .frame-wrap .frame a {
        display: block;
        text-decoration: none;
    }
    .contents .frame-wrap.col4 .frame {
        width: auto;
    }
    .contents .frame-wrap.col4 .frame:nth-child(3n+1) {
        margin-left: 0;
    }
    /*frame-head*/
    .index .frame .frame-head, .category .frame .frame-head, .page .frame .frame-head {
        display: block;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.4;
    }
    .index .frame .frame-head a, .category .frame .frame-head a, .page .frame .frame-head a {
        width: auto;
        font-size: 100%;
        text-decoration: none;
    }
    .index .frame .frame-head a:hover, .category .frame .frame-head a:hover, .page .frame .frame-head a:hover {
        opacity: 1;
    }
    .contents .frame .frame-head p {
        margin: 0;
    }
    .contents .frame .frame-body {
        padding: 0 1.5rem 3.0rem;
    }
    .contents .frame .frame-body .frame-catch {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5;
        color: #000;
        margin: 0 0 1.5rem;
    }
    .contents .frame .frame-body p {
        margin: auto;
    }
    .contents .frame .thumb {}
    .contents .frame p.caption {
        margin: 1.0rem 1.0rem 0;
    }
    /*type-a*/
    .contents .frame-wrap .type-a {}
    .contents .frame-wrap .type-a .frame-catch {
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: center;
        color: #8c8200;
        border-top: 5px solid #e6dc14;
        padding: 1.5rem 2.5rem;
        position: relative;
    }
    .contents .frame-wrap .type-a .frame-catch::before {
        content: "";
        background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
        background-size: 6px 1px;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .contents .frame-wrap .type-a .frame-catch::after {
        content: "";
        width: 19px;
        height: 11px;
        background: url("img/frame-wrap_baloon.png") no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: calc(50% - 10px);
        bottom: -10px;
    }
    .contents .frame-wrap .type-a .frame-head {
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: bold;
        margin: 0;
        padding: 1.8rem 1.5rem;
        background: none;
        border: 0;
        box-shadow: none;
        max-width: 100%;
    }
    .contents .frame-wrap .type-a .frame-head a {
        display: block;
        width: 100%;
        background-size: 6px auto;
        padding: 0 2.0rem 0 0;
        position: relative;
    }
    .contents .frame-wrap .type-a .frame-head a:hover {
        opacity: 1;
    }
    .contents .frame-wrap .type-a .thumb {
        width: 80%;
        margin: 0 auto;
    }
    .contents .frame-wrap .type-a .caption {
        text-align: center;
        padding: 0 20px;
    }
    .contents .frame-wrap .type-a ul.icoArea {
        width: 100%;
        text-align: center;
        padding: 0 1.5rem;
        margin: 2.0rem auto;
    }
    .contents .frame-wrap .type-a ul.icoArea li {
        width: calc(100% / 3);
        padding: 0 0.6rem;
        margin: 0 0 0 0;
        float: left;
    }
    .contents .frame-wrap .type-a ul.icoArea li:first-child {
        margin: 0 0 0 0;
    }
    .contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
        margin: 0 0 0 0;
    }
    .contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
        margin-top: 1.6rem;
    }
    .contents .frame-wrap .type-a ul.icoArea .ico {
        width: 57px;
        margin: 0 auto;
    }
    .contents .frame-wrap .type-a ul.icoArea .icoTxt {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        padding: 10px 0 8px;
        position: relative;
    }
    .contents .frame-wrap .type-a ul.icoArea .icoTxt::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #e6dc14;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    /*type-b*/
    .contents .frame-wrap .type-b {}
    .contents .frame-wrap .type-b .frame-head {
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: bold;
        padding: 1.8rem 1.5rem;
        margin: 0 0 2.0rem;
        position: relative;
        border: 0;
        box-shadow: none;
        width: 100%;
        max-width: 100%;
    }
    /*.contents .frame-wrap .type-b .frame-head::after {
        content: "";
        background: var(--color-navy);
        background-size: 6px 1px;
        width: calc(100% - 20px);
        height: 1px;
        position: absolute;
        left: 10px;
        bottom: 0;
    }*/
    .contents .frame-wrap .type-b .frame-head a {
        display: block;
        width: 100%;
        background: url("img/arrow_black.png") right center no-repeat;
        background-size: 8px auto;
        padding: 0 2.0rem 0 0;
        position: relative;
        /* font-size: 2.2rem; */
    }
    .contents .frame-wrap .type-b .frame-head a:hover {
        opacity: 1;
    }
    .contents .frame-wrap .type-b .thumb {
        width: 80%;
        margin: 0 auto;
    }
    .contents .frame-wrap .type-b .caption {
        text-align: center;
        padding: 0 1.0rem;
    }
    .contents .frame-wrap .type-b .frame-body {
        margin: 2.0rem auto 0;
    }
    .contents .frame-wrap .type-b table {
        box-sizing: border-box;
        width: 100%;
        letter-spacing: 0;
        margin: 2.0rem auto;
    }
    .contents .frame-wrap .type-b table th {
        display: table-cell;
        width: 40%;
        font-size: 1.3rem;
        font-weight: normal;
        line-height: 1.4;
        border-right: 1px solid var(--color-navy);
        padding: 1.0rem 1.0rem;
    }
    .contents .frame-wrap .type-b table td {
        display: table-cell;
        font-size: 1.3rem;
        line-height: 1.4;
        padding: 1.0rem 1.0rem;
        word-wrap: break-word;
    }
    .contents .frame-wrap .type-b table:last-of-type {
        margin-bottom: 0;
    }
    /*type-c*/
    .contents .frame-wrap .type-c {
        background-color: #f5f5dc;
    }
    .contents .frame-wrap .type-c .eng {
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.06em;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 0 var(--color-navy), -1px -1px 0 var(--color-navy), -1px 1px 0 var(--color-navy), 1px -1px 0 var(--color-navy), 0px 1px 0 var(--color-navy), 0-1px 0 var(--color-navy), -1px 0 0 var(--color-navy), 1px 0 0 var(--color-navy);
        margin: 3.0rem 0 0;
        position: relative;
        top: -1.0rem;
    }
    .contents .frame-wrap .type-c .frame-head {
        font-size: 1.7rem;
        line-height: 1.5;
        font-weight: bold;
        border-bottom: 2px solid #fff;
        padding: 0.5rem 1.8rem 2.0rem;
        margin: 0 0 2.0rem;
        position: relative;
    }
    .contents .frame-wrap .type-c .frame-head a {
        display: block;
        width: 100%;
        background: url("img/arrow_black.png") right center no-repeat;
        background-size: 8px auto;
        padding: 0 2.0rem 0 0;
        position: relative;
    }
    .contents .frame-wrap .type-c .frame-head a:hover {
        opacity: 1;
    }
    .contents .frame-wrap .type-c .thumb {
        width: 60%;
        margin: 0 auto 2.0rem;
    }
    .contents .frame-wrap .type-c .thumb img {
        border-radius: 100px;
    }
    /*btn-web*/
    .contents .frame .frame-body .btn-web {
        width: 85%;
        margin: 25px auto 0;
    }
    /***** addParts01 *****/
    .addParts01 {
        width: 100vw;
        margin: 3rem auto 0;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-top: 2rem;
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom: 5rem;
    }
    .addParts01 .addInner {
        width: 100%;
        margin: 0 auto;
    }
    .addParts01__TitArea__Tit {
        padding: 2.5rem 0 2rem 0;
        font-size: 2.4rem;
        border: 0;
        border-bottom: 2px solid var(--color-navy);
        width: auto;
    }
    .addParts01__TitArea__Txt span {
        font-size: 1.5rem;
    }
    .addParts01__TitArea__Tit::before {
        left: 50%;
        top: -25px;
        margin-left: -46px;
        transform: rotate(9deg);
        width: 120px;
        background-size: 100% auto;
    }
    .addParts01__TitArea__Txt {
        padding: 2rem 2rem 2rem 0;
        width: auto;
    }
    .addParts01 p {
        margin: 0;
    }
    .addParts01__addTxt p {
        font-size: 1.0rem;
        margin-bottom: 1em;
    }
    .addParts01__addTxt ul li {
        font-size: 1.0rem;
    }
    .addParts01 .aadPartsTit {
        text-align: center;
    }
    .addParts01 .block {
        width: 100%;
        margin: 0 0 2.5rem;
        float: none;
    }
    .addParts01 .block:first-child {
        margin: 0 0 2.5rem;
    }
    .fav-3box {
        display: block;
    }
    .addParts01 .block:nth-child(3n+1) {
        margin: 0 0 2.5rem;
    }
    .addParts01 .block:nth-child(n+4) {
        margin: 0 0 2.5rem;
    }
    .addParts01 .block .catch {
        font-size: 2.0rem;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        padding: 12px 10px;
        margin: 0 0 0;
    }
    .addParts01 .block .catch span {
        font-size: 2.6rem;
    }
    .addParts01 .block a {
        display: block;
    }
    .addParts01 .scrollArea {
        padding: 3rem 1.5rem;
        position: relative;
    }
	.bb-bg{
		font-size: 1.6rem;
	}
	
    .addParts01 .scrollArea .priceArea {
        display: table;
        width: 100%;
        margin: 0 0 1.5rem;
    }
    .addParts01 .scrollArea .priceArea .priceTit {
        display: table-cell;
        vertical-align: middle;
        width: 26%;
        font-size: 1.2rem;
        line-height: 1.2;
        text-align: center;
        word-wrap: break-word;
        color: #fff;
        background-color: #00786a;
        padding: 0.5rem 0 0.5rem 2%;
        box-sizing: border-box;
    }
    .addParts01 .scrollArea .priceArea .priceTit::before {
        right: -20px;
        border-width: 20px 10px;
        top: 0;
    }
    .addParts01 .scrollArea .priceArea .priceTit br {
        display: none;
    }
    .addParts01 .scrollArea .priceArea .price {
        display: table-cell;
        vertical-align: middle;
        width: 74%;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0.03em;
        text-align: center;
        color: #c4940f;
        border-bottom: 1px solid #c9b169;
        /* background-color: #fff; */
        padding: 0.8rem 0.5rem 0.8rem 1rem;
        box-sizing: border-box;
    }
    .addParts01 .scrollArea .priceArea .price.small {
        font-size: 1.8rem;
    }
    .addParts01 .scrollArea .priceArea .price span {
        font-size: 1.2rem;
        color: var(--color-navy);
        padding: 0 5px;
        display: inline-block;
        margin: auto;
    }
    .addParts01 .scrollArea .companyName {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
    }
    .addParts01 .scrollArea .companyCatch {
        font-size: 1.6rem;
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }
    .addParts01 .scrollArea .companyCatch span {
        font-size: 1.8rem;
    }
    .addParts01 .scrollArea .box-tags .tag {
        font-size: 1.4rem;
    }
    .addParts01.lower .block {
        width: 100%;
    }
    .index .common_parts .title {
        font-size: 2.1rem;
        margin: 6rem auto 3rem auto;
        padding: 2rem;
    }
    .index .common_parts h2:first-child {
        margin: 6rem auto 3rem auto;
        font-size: 2.4rem;
    }
    .accordion-btn {
        position: relative;
        width: 90%;
        margin: 1.5rem auto 2rem;
        padding: 1.2rem 3rem;
        font-size: 1.6rem;
        line-height: 1.1;
        cursor: pointer;
    }
    .contents .box-wrap.three::after {
        display: none;
    }
    .contents .box-wrap.three .type-a {
        width: 100%;
    }
    .toc_parts {
        margin: 3rem 0;
        padding: 2rem 1.5rem 2rem;
    }
    .lower .toc_parts {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .toc_parts .ttl {
        font-size: 1.6rem;
        border-left: 4px solid var(--color-green);
    }
    #toc {
        margin: 1.5rem 0 0 0;
        padding: 1rem 0 0;
    }
    #toc .chapter .chapter-h {
        margin: 1rem 0;
        padding: 0 0 0 3rem;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    #toc .chapter {
        padding-left: 0;
    }
    #toc ul.chapter .chapter-h::before {
        top: 11px;
        font-size: 1.8rem;
    }
    #toc li.chapter-h.chapter-h-three {
        margin: 0.5rem 0 0.5rem 2rem;
    }
    #toc li.chapter-h.chapter-h-three::before {
        top: 6px;
        width: 6px;
        height: 6px;
    }
    #toc li.chapter-h-three + .chapter-h-two {
        margin-top: 2rem;
    }
} /* SP_End */
/* ==================
    関連記事
   ================== */
#related-article p {
    margin: 0;
}
#related-article.related-article01-frame {
    margin: 20px auto;
    padding: 30px 50px;
    background: var(--color-gray);
    position: relative;
}
#related-article .related-article01-title {
    padding: 0 0 0 1rem;
    color: var(--color-navy);
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    background-size: 50px auto;
    position: relative;
}
#related-article .related-article01-title span {
    font-size: 20px;
    color: var(--color-navy);
}
#related-article .related-article01-list {
    margin: 15px 0 0 0;
    padding: 0 20px 0;
    border-top: 1px solid var(--color-navy);
    font-weight: 700;
}
#related-article .related-article01-list p {
    margin: 0;
}
#related-article .related-article01-list li {
    margin: 2rem 0 0;
    padding: 0 0 0 35px;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
#related-article .related-article01-list li + li {
    margin-top: 10px;
}
#related-article .related-article01-list li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--color-orange);
    position: absolute;
    top: 6px;
    left: 0;
}
#related-article .related-article01-list a {
    display: block;
    text-decoration: none;
}
#related-article .related-article01-list a:hover {
    opacity: 0.6;
}
#related-article .relations-box#related-article .relations-box--column {
    display: flex;
    gap: 10px;
}
#related-article .relations-box__pic {
    flex: 0 0 150px;
}
@media screen and (max-width: 480px) {
    #related-article .related-article01-frame {
        padding: 20px 25px;
        margin: 6rem 1rem 3rem;
    }
    #related-article .related-article01-title span {
        font-size: 16px;
    }
    #related-article .related-article01-list {
        margin: 15px 0 0 0;
        padding: 10px 0 0;
    }
    #related-article .related-article01-list li {
        margin: 10px 0;
        padding: 0 0 0 30px;
        font-size: 15px;
        line-height: 1.6;
    }
    #related-article .related-article01-list li:last-child {
        margin-bottom: 0;
    }
	
	.addParts01 .block .btn-web, .addParts01 .block .btn-internal{
		width:90%;
	}
}