@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
/*
@font-face {
font-family: "Noto Sans JP";
font-style: normal;
font-weight: 400;
src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
font-display: swap;
}
@font-face {
font-family: "Noto Sans JP";
font-style: normal;
font-weight: 700;
src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
font-display: swap;
}
*/

/*--------------------------------------------------------------------------
reset
---------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
margin: 0;
font-size: 100%;
}

ul {
margin: 0;
padding: 0;
vertical-align: baseline;
}

img {
vertical-align: top;
}

li {
list-style-type: none;
vertical-align: baseline;
}

input,
button,
textarea,
select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

* {
box-sizing: border-box;
}

.cf::after {
content: "";
display: block;
clear: both;
}


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

html {
font-size: 62.5%;
}

body {
color: #333;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.5rem;
font-weight: 400;
line-height: 1.8;
min-width: 1100px;
-webkit-font-smoothing: subpixel-antialiased;
overflow-x: hidden;
}

@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: #333;
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 {
color: #ff8a2a;
font-size: 1.8rem;
font-weight: bold;
}

.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: #333;
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;
}



/*--------------------------------------
　visArea
---------------------------------------*/
#visArea_lower {
position: relative;
z-index: 1;
margin: 0 auto;
}

#visArea_lower .mainArea {
display: table;
background: url("img/mv_pic_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;
}

#visArea_lower .mainArea .siteNameSmall {
font-size: 1.4rem;
font-weight: 700;
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::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: 700;
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: #ff8a2a;
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;
}

#category,
.page {
float: left;
width: 830px;
margin: 0;
padding: 60px 0 0;
}



.contents p:not([class]) > a:not([class]),
.contents li:not([class]) > a:not([class]),
.contents td:not([class]) > a:not([class]) {
text-decoration: underline;
}
.contents p:not([class]) > a:not([class]):hover,
.contents li:not([class]) > a:not([class]):hover,
.contents td:not([class]) > a:not([class]):hover {
text-decoration: none;
}



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

#side .sideTopBox {
background: #edf4fd;
margin: 60px 0 40px;
position: relative;
}

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

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

#side .sideTopBox .catch span {
color: #003b87;
font-size: 1.6rem;
}

#side .sideTopBox .catch span span {
font-size: 2.4rem;
}

#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: #ff8a2a url(img/arrow_white.png) right 10px center no-repeat;
background-size: 6px 8px;
padding: 8px 30px;
margin: 20px 0 0;
border-radius: 5rem;
position: relative;
}

#side .sideBox {
margin: 0 0 30px;
border-top: 2px solid #ff8a2a;
}

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

#side .sideBox .sttl a {
display: block;
padding: 15px;
color: #000;
}

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

.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 #cab987;
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;
background: url(img/txticon_pickup.svg);
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 #cab987;
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: #333;
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 #cab987;
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: #fff3e9;
}

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: #333;
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 #333;
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: #333;
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_black.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: #333;
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: #333;
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: #333;
margin: 0;
}

footer .areaInner p.ucp {
font-size: 1.2rem;
line-height: 1.4;
text-align: center;
color: #333;
margin: 1.5rem auto 0;
}

footer .botArea {
background-color: #ff8a2a;
}

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;
color: #fff;
float: left;
padding: 0.5rem 0;
}

footer a {
color: #fff;
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 {
color: #333;
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:hover {
opacity: 0.7;
}

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




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

.common_parts .inner {
max-width: 1100px;
margin: auto;
}


/*--------------------------------------
heading
---------------------------------------*/
.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 #f6ac19;
}

.index .top_title::after,
.category h1::after,
.page h1::after {
content: "";
width: calc(100% - 40px);
height: 100%;
background: #ff8a2a;
position: absolute;
top: 0;
right: 0;
z-index: -1;
}

.category h2,
.page h2 {
font-size: 2.6rem;
font-weight: bold;
margin: 6rem 0 3rem 0;
line-height: 1.4;
padding: 24px 70px;
background: #fff3e9;
border-top: 1px solid #ff8a2a;
border-bottom: 1px solid #ff8a2a;
box-shadow: 0px -8px 0px #fff3e9, 0px 8px 0px #fff3e9;
position: relative;
color: #333;
}

.category h3, .page h3 {
font-size: 2.2rem;
font-weight: 600;
margin: 6rem 0 3rem 0;
padding: 2px 20px 10px 60px;
line-height: 1.4;
border-bottom: 1px solid #ff8a2a;
position: relative;
color: #ff8a2a;
}

.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;
transform: translate(0%, -50%);
}

.category h6,
.category h4,
.category h5,
.category h6,
.page h4,
.page h5,
.page h6 {
font-size: 2.0rem;
font-weight: 700;
line-height: 1.5;
padding: 0 20px 10px 20px;
margin: 5rem 0 2rem 0;
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: #ff8a2a;
background-size: 6px 1px;
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
}

.sitemap h2 a {
color: #333;
}

.index .top_title a {
color: inherit;
display: block;
width: 100%;
background: url("img/arrow_white.png") right center no-repeat;
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: 8px auto;
padding-right: 30px;
}

.category h3 a,
.page h3 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 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: url("img/arrow_black.png") right center no-repeat;
background-size: 8px auto;
padding-right: 30px;
}

.category h6 a,
.page h6 a {
color: inherit;
display: block;
width: 100%;
background: url("img/arrow_black.png") right center no-repeat;
background-size: 8px auto;
}

.index .common_parts h2:first-child {
margin-top: 90px;
}

.category h1:first-child,
.page h1:first-child {
margin-top: 24px;
}

.category h2:first-child,
.page h2: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 4rem 2rem 4rem;
}

.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 #cab987;
border-bottom: 1px solid #cab987;
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_blue.png) no-repeat right center;
background-size: 8px auto;
color: #000;
font-size: 2.4rem;
}

.accordion-item {
display: none;
}

.accordion-btn {
display: block;
position: relative;
width: 480px;
height: auto;
margin: 0 auto 3rem auto;
padding: 2rem 0;
background: #fff;
border: 2px solid #999;
border-radius: 5rem;
color: #999;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.accordion-btn::before {
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
width: 30px;
height: 30px;
background: #999;
border-radius: 50%;
color: #fff;
line-height: 29px;
text-align: center;
content: "＋";
}

.accordion-btn::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "もっと見る";
}

.accordion-btn.is-open::before {
content: "ー";
}

.accordion-btn.is-open::after {
display: block;
padding: 0 4rem;
text-align: center;
content: "閉じる";
}

.accordion-btn:hover {
opacity: 0.7;
}



/*--------------------------------------
　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: #003b87;
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: #ff8a2a;
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;
font-size: 2.2rem;
line-height: 1.4;
color: #003b87;
border-bottom: solid 2px #003b87;
background: url(img/color_navy.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: #003b87;
border: 2px solid #003b87;
border-radius: 50%;
background-size: 100%;
position: absolute;
top: 6px;
left: 0;
box-sizing: border-box;
font-weight:bold;
}

.contents .recommend a {
color: #5c7c87;
text-decoration: underline;
}

/*check*/
.contents .check {
width: 100%;
max-width: 1100px;
min-height: 98px;
font-size: 2.2rem;
line-height: 1.4;
color: #ff8a2a;
border-bottom: solid 2px #ff8a2a;
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: #ff8a2a;
border: 2px solid #ff8a2a;
border-radius: 100%;
position: absolute;
top: 6px;
left: 0;
box-sizing: border-box;
font-weight:bold;
}

.contents .check a {
color: #566556;
text-decoration: underline;
}

/*point*/
.contents .point {
width: 100%;
max-width: 1100px;
min-height: 98px;
font-size: 2.2rem;
line-height: 1.4;
color: #333;
border-bottom: solid 2px #ff8a2a;
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 .point::before {
content: "POINT";
width: 74px;
height: 74px;
font-size: 1.3rem;
font-weight: bold;
line-height: 74px;
letter-spacing: 0;
text-align: center;
color: #333;
background: #fff3e9;
border: 2px solid #ff8a2a;
border-radius: 100%;
position: absolute;
top: 6px;
left: 0;
box-sizing: border-box;
font-weight:bold;
}

.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;
font-size: 2.2rem;
line-height: 1.4;
color: #333;
background: url(img/color_gold.png) 38px 30px no-repeat;
background-size: 2px 100%;
border-bottom: solid 2px #ff8a2a;
padding: 2.0rem 2.0rem 2.0rem 9.4rem;
margin: 3.0rem auto 2.0rem;
position: relative;
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: #333;
background: #fff;
border: 2px solid #ff8a2a;
border-radius: 50%;
position: absolute;
top: 6px;
left: 0;
}

.contents .rank a {
color: #333;
text-decoration: underline;
}

/*recommend_number_wrap*/
.contents .recommend_number_wrap {
counter-reset: num;
margin: 3.0rem auto 2.0rem;
}

.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: 42px;
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: 42px;
left: 0;
}

/*point_number_wrap*/
.contents .point_number_wrap {
counter-reset: num;
margin: 3.0rem auto 2.0rem;
}

.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: #333;
position: absolute;
top: 42px;
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;
text-decoration: underline;
}

.caption a:hover {
text-decoration: none;
}

/*--------------------------------------
　float img
---------------------------------------*/

.float-wrap {
max-width: 1100px;
margin: 40px auto 40px;
box-sizing: border-box;
}

.float-wrap img {
}

.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.0rem;
font-weight: 600;
line-height: 1.6;
margin: 0 0 20px;
color: #003b87;
}





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

.btn-internal,
p.btn-internal {
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-internal a {
display: inline-block;
position: relative;
width: 460px;
margin: 0 auto;
padding: 2rem 3rem;
background: #ff8a2a url(img/arrow_white.png) no-repeat right 2rem center;
background-size: 8px 14px;
border-radius: 5rem;
box-sizing: border-box;
color: #fff;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
}
.btn-internal a:hover {
text-decoration: none;
opacity: 0.7;
}
.btn-internal.down a {
background: #ff8a2a url(img/arrow_white_down.png) no-repeat right 1.5rem center;
background-size: 14px 8px;
}

.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 3rem;
background: #002b65 url(img/arrow_white.png) no-repeat right 2rem center;
background-size: 8px 14px;
border-radius: 5rem;
box-sizing: border-box;
color: #fff;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
}
.btn-web a:hover {
text-decoration: none;
opacity: 0.7;
}

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




/* ================== */
/*  テーブル　　　　　*/
/* ================== */
.contents .table-layout {
padding: 0;
}

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

.contents table {
width: 100%;
max-width: 1100px;
table-layout: fixed;
margin: 40px auto 40px;
border: solid 1px #8d8d8d;
}

.contents table th {
width: 22%;
font-size: 1.4rem;
font-weight: normal;
line-height: 1.3;
text-align: center;
color: #333;
background: #f5f5f5;
border: solid 1px #8d8d8d;
padding: 14px 16px;
}

.contents table td {
line-height: 2.4rem;
padding: 14px 20px;
background: #FFF;
font-size: 1.4rem;
text-align: left;
border: solid 1px #8d8d8d;
}



/*--------------------------------------
　box-wrap
---------------------------------------*/
.contents .box-wrap {
width: 100%;
max-width: 1100px;
margin: 60px auto;
display: flex;
flex-wrap: wrap;
}

.contents .common_parts .box-wrap {
margin: 0;
}

.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.type-a {
background: #edf4fd;
}

.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: #333;
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 .thumb {
position: relative;
margin: 0 0 20px;
}

.contents .box-wrap .type-a .box-head {
font-size: 1.8rem;
line-height: 1.4;
font-weight: bold;
color: #000;
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;
color: inherit;
background: url("img/arrow_black.png") right center no-repeat;
background-size: 8px auto;
padding: 0 20px 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;
margin: 0;
}

.contents .box-wrap.three::after {
display: block;
width: 32%;
content: "";
}

.contents .box-wrap.three .type-a {
width: 32%;
margin: 0 0 3rem 0;
background: #fff3e9;
}

.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 #8d8d8d;
padding: 20px 40px 40px;
}

.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: 700;
color: #333;
border-radius: 8px 8px 0 0;
padding: 0 0 0 30px;
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: url("img/arrow_green.png") right center no-repeat;
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 .common_parts .frame-wrap {
margin: 0;
}

.contents .frame-wrap .inner {
margin: 0 auto;
}

.contents .frame {
display: block;
box-sizing: border-box;
width: calc((100% - 33px) / 3);
margin: 0 0 3rem 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: 2rem;
}

.contents .frame .frame-body p {
margin: 0;
}

.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 .btn-internal,
.contents .frame .frame-body .btn-web {
margin: 2rem auto 0 auto;
}
.contents .frame .frame-body .btn-internal a,
.contents .frame .frame-body .btn-web a {
width: 90%;
}

.contents .frame p.caption {
margin: 10px 15px 0;
}

/*type-a*/
.contents .frame-wrap .type-a {
border: 1px solid #ff8a2a;
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: 700;
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_orange.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 #f6ac19;
}

.contents .frame-wrap .type-b .frame-head {
display: flex;
align-items: center;
justify-content: center;
font-size: 1.8rem;
line-height: 1.6;
font-weight: 700;
padding: 20px 20px 20px;
position: relative;
letter-spacing: normal;
border: 0;
box-shadow: none;
background: #fff3e9;
}

.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 20px 0 0;
position: relative;
letter-spacing: normal;
color: inherit;
font-weight: bold;
}

.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 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: 10px;
border: 1px solid #fff;
}

.contents .frame-wrap .type-b table td {
font-size: 1.2rem;
line-height: 1.4;
padding: 10px;
border: 1px solid #fff;
}

.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 #333, -1px -1px 0 #333,
-1px 1px 0 #333, 1px -1px 0 #333,
0px 1px 0 #333, 0-1px 0 #333,
-1px 0 0 #333, 1px 0 0 #333;
margin: -10px 0 0;
}

.contents .frame-wrap .type-c .frame-head {
font-size: 1.8rem;
line-height: 1.6;
font-weight: 700;
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
---------------------------------------*/
.addParts01 {
clear: both;
width: 100%;
margin: 0rem 0 15rem 0;
}

.addParts01 .addInner {
width: 1100px;
margin: 0 auto;
}

.addParts01.lower .addInner {
width: 100%;
}

.addParts01__TitArea {
position: relative;
margin: 0 0 50px;
display: flex;
flex-wrap: wrap;
}

.addParts01__TitArea::before {
content: "";
background: #ff8a2a;
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: 2rem 1rem 2rem 0;
color: #fff;
border-right: 2px solid #f6ac19;
font-size: 2.4rem;
line-height: 1.3;
letter-spacing: 8px;
position: relative;
font-weight: 700;
width: 460px;
}

.fav-3box {
display: flex;
}

.addParts01.lower .addParts01__TitArea__Tit {
padding: 3rem 1rem 2rem 3rem;
font-size: 2.4rem;
letter-spacing: 4px;
}

.addParts01__TitArea__Txt {
padding: 2rem;
color: #fff;
width: calc(100% - 460px);
}

.addParts01__TitArea__Txt span {
font-weight: bold;
font-size: 1.7rem;
background: linear-gradient(rgba(255, 255, 255, 0) 92%, #a8a421 92%);
}

.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 a,
.addParts01 .block .btn-internal a {
width: 90%;
font-size: 1.6rem;
}



.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 {
border: 2px solid #f6ac19;
background-color: #fff3e9;
padding: 15px 10px;
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: #333;
padding: 0 0 0 5px;
font-weight: inherit;
border-bottom: none;
}

.addParts01 .scrollArea .performance {
font-size: 1.5rem;
padding: 10px;
border-bottom: 1px solid #cab987;
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.3rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
color: #000000;
margin: 1rem 0 2rem;
letter-spacing: 3px;
}

.addParts01 .scrollArea .companyName span {
font-size: 1.8rem;
letter-spacing: 0;
}

.addParts01 .scrollArea .catch {
font-size: 2.4rem;
color: #ff8a2a;
padding: 0;
margin: 0;
letter-spacing: 2px;
}

.addParts01.lower .scrollArea .catch {
font-size: 1.8rem;
}

.addParts01 .scrollArea .box-fig {
margin: 0 0 2rem 0;
text-align: center;
}

.addParts01 .scrollArea .box-kodawari {
margin: 0 0 2rem 0;
padding: 1rem;
background: #fff;
}

.addParts01 .scrollArea .box-kodawari .ttl {
margin: 0 0 1rem 0;
color: #0d7467;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}

.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: #003b87;
border-radius: 50%;
content: "";
}

.addParts01 .scrollArea .box-kodawari ul li:last-child {
padding: 0 0 0 2rem;
}

.addParts01 .scrollArea .box-kodawari ul li span {
color: #ff8a2a;
font-size: 1.6rem;
font-weight: 700;
}

.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: #767676;
}

.addParts01__addTxt ul li {
font-size: 1.2rem;
color: #767676;
}

.addParts01__addTxt ul li::before {
content: "・";
}






/*  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: 1rem;
font-weight: 400;
line-height: 1.4;
text-align: right;
}



/*--------------------------------------
　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: flex;
align-items: center;
justify-content: center;
background: url("img/mv_pic_lower.jpg") no-repeat center top;
height: 80px;
width: 100%;
text-align: center;
}

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

/*--------------------------------------
　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: 700;
line-height: 1.4;
padding: 0.5rem 0;
text-align: center;
}

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

#navWrap .recommendBtn {
display: table-cell;
vertical-align: middle;
width: 41%;
font-size: 1.1rem;
text-align: center;
color: #ff8a2a;
padding: 0 0.5rem;
position: relative;
background: #fff3e9;
box-sizing: border-box;
font-weight:bold;
}

#navWrap .recommendBtn::after {
content: '';
position: absolute;
right: 3px;
bottom: 3px;
border-top: 4px solid transparent;
border-right: 4px solid #ff8a2a;
border-bottom: 4px solid #ff8a2a;
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: 0px;
box-sizing: border-box;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 1.0);
z-index: 999;
display: none;
}

#navSp>div {
height: 100%;
overflow-y: scroll;
}

#navSp a {
text-decoration: none;
}

#navSp .navBox:first-child {
border-top: 1px solid #ccc;
overflow: hidden;
}

#navSp .navBox .sttl a,
#navSp .sitemap a {
display: block;
box-sizing: border-box;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.4;
color: #000;
background: url("img/arrow_black.png") 96% center no-repeat;
background-size: 6px auto;
padding: 1.5rem 9% 1.5rem 4%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.open {
height: inherit !important;
}




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



/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
box-sizing: border-box;
width: 100%;
background-color: #fff;
padding: 1rem;
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: #333;
padding: 0.7rem 0 0.7rem;
margin: 0 auto;
white-space: nowrap;
}

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

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

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

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


/*--------------------------------------
Main Contents
---------------------------------------*/
.contents {
box-sizing: border-box;
width: 100%;
margin: 0 auto;
padding: 0 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;
font-size: 1.5rem;
}

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



/*--------------------------------------
　bottomBanner
---------------------------------------*/
.bottomBanner {
width: 100%;
background: #f6f3ec;
border: solid 2px #cab987;
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 #cab987;
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;
}
/*--------------------------------------
Footer
---------------------------------------*/
footer {
width: 100%;
margin-top: 6.0rem;
}

footer .areaInner {
position: relative;
width: 100%;
margin: 0 auto;
padding: 3.0rem 0 2.5rem 0;
}

footer .areaInner .inner {
width: 100%;
padding: 0;
}

footer .areaInner .logo {
display: block;
box-sizing: border-box;
width: auto;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
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;
color: #333;
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_black.png") 96.5% center no-repeat;
background-size: 6px auto;
border-bottom: 1px solid #ccc;
padding: 1.0rem 9% 1.0rem 4%;
}

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

footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild li.subCat a {
display: block;
background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
background-size: 6px auto;
padding: 1.0rem 9% 1.0rem 4%;
}

footer .areaInner .footBox .accChild li.subCat a::before {
content: none;
font-size: 1.2rem;
position: relative;
left: -2px;
margin-right: 0.2rem;
}

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

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

footer .areaInner .footBox .accChild .subList li::before {
content: none;
color: #000;
margin-right: 0;
}

footer .areaInner .footBox .accChild .subList li a {
font-size: 1.3rem;
padding: 1.0rem 9% 1.0rem 9%;
background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
background-size: 6px auto;
}

footer .areaInner .footBox .accChild .subList li a::before {
content: "└";
display: block;
color: #000;
position: absolute;
top: 12px;
left: 4%;
margin-right: 0.4rem;
}

footer .areaInner .noticeArea {
box-sizing: border-box;
width: 92%;
margin: 2.5rem auto 0rem;
background: #fff;
padding: 1.5rem;
font-size: 1.2rem;
line-height: 1.8;
border-radius: 0;
}

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

footer .areaInner p.ucp {
font-size: 1.1rem;
line-height: 1.4;
text-align: center;
color: #333;
margin: 1.5rem auto 0;
}

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.4;
text-align: center;
padding: 0.5rem 0;
}

footer p.sitemap a {
text-decoration: underline;
}

footer p.copy a {
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 h2 {
margin: 5.0rem auto 2.0rem;
}

.contents #page.mappage h2 a:hover {
color: #333;
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:hover {
opacity: 1;
}

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




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


/*--------------------------------------
heading
---------------------------------------*/
.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: 5rem auto 2.5rem auto;
padding: 1.2rem 2rem;
font-size: 1.8rem;
}

.category h2::after,
.page h2::after {
right: 10px;
}

.category h3,
.page h3 {
font-size: 1.8rem;
font-weight: 700;
margin: 4.0rem auto 2.0rem;
padding: 1.2rem 1.0rem 1.2rem 4.2rem;
line-height: 1.5;
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;
}

.index .common_parts h2 a {
padding-right: 20px;
background: url(img/arrow_white.png) right center no-repeat;
background-size: 12px auto;
}



.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;
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;
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_navy.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: 6px;
left: 0;
font-weight:bold;
}

.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: 6px;
left: 0;
font-weight:bold;
}

.contents .check a {
text-decoration: underline;
}

/*point*/
.contents .point {
width: 100%;
max-width: 100%;
min-height: 70px;
height: auto;
font-size: 1.6rem;
line-height: 1.4;
background: url("img/color_gold.png") 25px 30px no-repeat;
background-size: 1px 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 .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: 6px;
left: 0;
font-weight:bold;
}

.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;
line-height: 1.4;
color: #333;
border-bottom: solid 1px #333;
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;
font-weight:bold;
}

.contents .rank a {
color: #333;
text-decoration: underline;
}

/*recommend_number_wrap*/
.contents .recommend_number_wrap {
counter-reset: num;
margin: 3.0rem auto 2.0rem;
}

.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::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: 1.6rem;
font-weight: 700;
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-internal,
p.btn-internal {
margin: 3rem auto;
}
.btn-internal a {
width: 90%;
background: #ff8a2a url(img/arrow_white.png) no-repeat right 1.5rem center;
background-size: 8px 14px;
font-size: 1.6rem;
}
.btn-internal a:hover {
opacity: 1;
}
.btn-internal.down a {
background: #ff8a2a url(img/arrow_white_down.png) no-repeat right 1.2rem center;
background-size: 14px 8px;
}

.btn-web,
p.btn-web {
margin: 3rem auto;
}
.btn-web a {
width: 90%;
background: #002b65 url(img/arrow_white.png) no-repeat right 1.5rem center;
background-size: 8px 14px;
font-size: 1.6rem;
}
.btn-web a:hover {
opacity: 1;
}

.btn-tel,
p.btn-tel {
display: block;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-tel a {
display: inline-block;
position: relative;
width: 90%;
margin: 0 auto;
padding: 2rem 3.5rem;
background: #000 url(img/ico_tel.png) no-repeat 1.5rem center;
background-size: 20px auto;
border-radius: 5rem;
box-sizing: border-box;
color: #fff;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
}
.btn-tel a:hover {
text-decoration: none;
opacity: 1;
}

.btn-link,
p.btn-link {
display: block;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-link a {
display: inline-block;
position: relative;
width: 90%;
margin: 0 auto;
padding: 2rem 3rem;
background: #fff url(img/arrow_orange.png) no-repeat right 1.5rem center;
background-size: 8px 14px;
border: 2px solid #ff8a2a;
border-radius: 5rem;
box-sizing: border-box;
color: #ff8a2a;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-decoration: none;
transition: 0.2s;
}
.btn-link 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: #f5f5f5;
line-height: 1.3;
text-align: center;
font-size: 1.3rem;
color: #333;
display: block;
font-weight: normal;
border: none;
border-bottom: solid 1px #333;
}

.contents table td {
width: 100%;
display: block;
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 #333;
}


/*--------------------------------------
　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: #333;
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 .thumb {
position: relative;
}

.contents .box-wrap .type-a .box-head {
font-size: 1.8rem;
line-height: 1.4;
font-weight: 700;
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;
padding: 0 2.0rem 0 0;
position: relative;
color: inherit;
}

.contents .box-wrap .type-a .box-head a:hover {
opacity: 1;
}

.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: 700;
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: 1.7rem;
line-height: 1.4;
background: url("img/arrow_green.png") right center no-repeat;
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 2rem 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: 2rem 1.5rem;
}

.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 p.caption {
margin: 1.0rem 1.0rem 0;
}

/*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: 700;
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%;
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.4;
font-weight: 700;
padding: 1.8rem 1.5rem;
position: relative;
border: 0;
box-shadow: none;
width: 100%;
max-width: 100%;
}

.contents .frame-wrap .type-b .frame-head a {
display: block;
width: 100%;
background-size: 8px auto;
padding: 0 2.0rem 0 0;
position: relative;
}

.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 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: 33%;
font-weight: normal;
line-height: 1.4;
}

.contents .frame-wrap .type-b table td {
display: table-cell;
line-height: 1.4;
}

.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 #333, -1px -1px 0 #333,
-1px 1px 0 #333, 1px -1px 0 #333,
0px 1px 0 #333, 0-1px 0 #333,
-1px 0 0 #333, 1px 0 0 #333;
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: 700;
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: 100%;
margin: 2rem auto;
padding-top: 0;
}

.addParts01 .addInner {
width: 100%;
margin: 0 auto;
}

.addParts01__TitArea__Tit {
padding: 2.5rem 0 2rem 0;
font-size: 2.4rem;
letter-spacing: 3px;
border: 0;
border-bottom: 2px solid #f6ac19;
width: auto;
font-weight: normal;
}

.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: url(img/txticon_pickup.svg) no-repeat center;
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 0;
margin: 0 0 0;
}

.addParts01 .block .catch span {
font-size: 2.6rem;
}

.addParts01 .scrollArea {
padding: 1.5rem;
position: relative;
}

.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;
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: #333;
padding: 0 5px;
display: inline-block;
margin: auto;
}

.addParts01 .scrollArea .companyName {
font-size: 2.4rem;
font-weight: bold;
line-height: 1.3;
text-align: center;
letter-spacing: 3px;
}

.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__TitArea__Txt {
padding: 1.5rem;
}

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

.index .common_parts .box-wrap.col1 .box-head a {
font-size: 1.8rem;
}

.accordion-btn {
width: 90%;
font-size: 1.6rem;
}
.accordion-btn:hover {
opacity: 1;
}

.contents .box-wrap.three::after {
display: none;
}

.contents .box-wrap.three .type-a {
width: 100%;
}
}