@charset "utf-8"; /* CSS Document */
/*--------------------------------------------------------------------------
   reset
   ---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {
    margin: 0;
    font-size: 110%;
}

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

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

body {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8em;
    min-width: 1100px;
    overflow: 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: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    }

    /*body, p, li, dt, dd, th, td, span, a { font-family: 'Noto Sans JP', Arial, Verdana, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important; }
    　h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: 'Noto Sans JP', Arial, Verdana, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important; };*/
}

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

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

a:hover {
    text-decoration: none;
    opacity: 0.5;
}

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

#main p span {
    font-weight: bold;
    color: #005386;
}

#main p span.redfont {
    font-weight: bold;
    color: #d10000;
    font-size: 2.4rem;
}

#main p {
    margin: 20px 0;
}

/*--------------------------------------
　Header
---------------------------------------*/
header {
    background: #ffffff;
    background: -moz-linear-gradient(left, #009cb9 0%, #005386 100%);
    /* background: -webkit-linear-gradient(left, #009cb9 0%, #005386 100%); */
    /* background: linear-gradient(to right, #009cb9 0%, #005386 100%); */
}

header .headTopWrap {
    padding: 0.5rem 0 1rem 0;
}

header .headTopArea {
    width: 1100px;
    margin: 0 auto 25px;
    position: relative;
}

header .headTopArea .rightTxt {
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    /* margin-right: 40px; */
    text-align: right;
    position: absolute;
    right: 0;
}

header .headTopArea .rightTxt a {
    color: #000;
}

header .headNoteArea .logo {
    width: 1100px;
    margin: -20px auto 0;
}

.sitetit {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0;
    position: relative;
    color: #005889;
    padding-top: 1rem;
}

/* .sitetit:before {
    content: "";
    width: 1px;
    height: 36px;
    background: #e93f34;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
} */
.sitetit span {
    display: block;
    font-size: 2rem;
}

header .headNoteArea .logo img {
    padding: 0 1rem 0 0;
    width: 88px;
}

#visArea {
    position: relative;
    z-index: 1;
    background: #fff;
}

/* #visArea:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 232px;
    display: inline-block;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: -1;
} */
#visArea .mainArea {
    background: url(img/mv_pic_pc.jpg) no-repeat center top;
    background-size: cover;
    height: auto;
    width: 1100px;
    min-height: 420px;
    margin: 0 auto;
    position: relative;
}

#visArea .mainArea .mainTxtBox {
    position: relative;
    top: 7rem;
    left: -8rem;
    width: 640px;
    min-height: 279px;
    padding: 1.5rem 3rem 2rem 10rem;
    margin: 0;
    background: url(img/head_catch.png) repeat left top;
    color: #fff;
}

#visArea .mainArea .mainTxtBox::before {
    content: "";
    background: #1f6895;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
}

#visArea .btn {
    width: 380px;
    margin: 5rem auto 0 2rem;
}

#visArea .btn a {
    display: block;
    padding: 2rem 3rem 2rem 2.5rem;
    background: #fff url(img/arrow_mv.png) no-repeat right 1.5rem center;
    background-size: 12px auto;
    border-radius: 0.6rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    color: #0f5b92;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
}

#visArea .mainArea .catchArea .catch {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0 0 1.2rem 0;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #fff;
}

#visArea .mainArea .txtArea {
    /* width: 500px; */
    /* padding: 0 0 0 70px; */
    ; }

#visArea .mainArea .txtArea span {
    font-weight: bold;
    color: #00f;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
    z-index: 100;
    margin: 0;
    padding: 5px 0;
    background: #ffffff;
}

#g-nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    width: 1100px;
    height: 55px;
    margin: 0 auto;
}

#g-nav li {
    text-align: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 20%;
}

#g-nav li a {
    color: #009cb9;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 10px 10px;
    /* border-left: 1px solid #9d9d9d; */
    line-height: 1.6;
    display: block;
    height: 100%;
}

#g-nav li a:hover {
    /* color: #e93f34; */
    opacity: 0.7;
}

#g-nav li:last-child a {
    /* border-right: 1px solid #9d9d9d; */
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
    background: #fafafa;
    color: #999;
    padding: 0.5rem 0;
    margin-bottom: 4rem;
}

div#pankuzuWrap a {
    color: #999;
}

#pankuzu {
    font-size: 1rem;
    margin: 0 auto;
    padding: 0;
    width: 1100px;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
    width: 1100px;
    margin: 30px auto 0;
    padding: 30px 0 0;
}

.index, .category, .page {
    float: left;
    width: 820px;
    margin: 0;
    padding: 0;
}

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

#side .sideTopBox {
    background: #00769f;
    background: -moz-linear-gradient(left, #009cb9 0%, #005386 100%);
    background: -webkit-linear-gradient(left, #00769f 0%, #005386 100%);
    background: linear-gradient(to right, #00769f 0%, #005386 100%);
    padding: 2rem 1.8rem;
    margin: 0 0 40px;
    position: relative;
}

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

#side .sideTopBox .imgBox {
    position: relative;
    margin: 0 0 15px;
}

#side .sideTopBox p {
    line-height: 1.6;
    color: #fff;
}

#side .sideTopBox .dtlBtn {
    margin: 15px 0 0;
}

#side .sideTopBox .dtlBtn a {
    color: #0f5b92;
    font-weight: bold;
    display: block;
    background: #fff url(img/arrow_side.png) no-repeat right 1rem center;
    background-size: 10px auto;
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 0.6rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#side .sideBox {
    margin: 0 0 30px;
    background: url(img/side_line_top.png) no-repeat top left;
}

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

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

#side .sideBox .sttl a:hover {
    /* color: #e93f34; */
    opacity: 0.7;
}

#side .sideBox ul {
    padding: 0;
    margin: 0;
}

#side .sideBox ul li {
    background: none;
    padding: 0;
    border-top: 1px solid #c2c2c2;
}

#side .sideBox ul li a {
    display: block;
    padding: 10px 28px 10px 15px;
    font-size: 13px;
    font-size: 1.3rem;
    background: url(img/arrow_side_black.png) no-repeat right 10px center;
    background-size: 8px auto;
    text-decoration: none;
}

#side .sideBox ul li a:hover {
    opacity: 0.5;
    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;
}

/*--------------------------------------
pagetop
---------------------------------------*/
#page-top {
    position: fixed;
    width: 34px;
    bottom: 0.3rem;
    right: 1rem;
    z-index: 10;
}

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

/*--------------------------------------
footer
---------------------------------------*/
footer {
    margin: 0;
    padding: 0;
    background: #009cb9;
    background: -moz-linear-gradient(left, #009cb9 0%, #005386 100%);
    background: -webkit-linear-gradient(left, #009cb9 0%, #005386 100%);
    background: linear-gradient(to right, #009cb9 0%, #005386 100%);
}

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

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

footer .areaInner .logo {
    margin: 0 0 6rem 0;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

footer .areaInner .logo a {
    color: #fff;
}

footer .areaInner .logo a:hover {
    opacity: 0.7;
}

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

footer .areaInner .footBox::after {
    clear: both;
    display: block;
    content: "";
}

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

footer .areaInner .footBox .sttl a {
    display: block;
    padding: 0.3rem 0 0.3rem 2.6rem;
    background: url(img/arrow_white.png) no-repeat 0.5rem center;
    background-size: 10px auto;
    color: #fff;
    font-size: 1.6rem;
}

footer .areaInner .footBox .accChild li {
    display: inline-block;
    vertical-align: top;
}

footer .areaInner .footBox .accChild li a {
    color: #fff;
}

footer .areaInner .footBox .accChild li.subCat {
    width: 25%;
    padding: 0 2rem 0 0;
}

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

footer .areaInner .footBox .accChild li a {
    background: url(img/arrow_white.png) no-repeat left center;
    background-size: 5px auto;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 0 0 10px;
    display: inline-block;
    line-height: 1.4;
}

footer .areaInner .footBox .accChild .subCat li a {
    background: none;
    padding: 0;
}

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

footer .areaInner .footBox .accChild .subList li {
    display: block;
    position: relative;
    margin: 0 0 0 2.4rem;
}

footer .areaInner .footBox .accChild .subList li::before {
    position: absolute;
    left: -1rem;
    top: 0.8rem;
    width: 4px;
    height: 7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
}

/* footer .areaInner .footBox .accChild .subList li::after {
content: "　/　";
letter-spacing: 0;
color: #000;
}
footer .areaInner .footBox .accChild .subList li:last-child::after {
content: none;
}
footer .areaInner .footBox .accChild .subList li:first-child::before {
content: "　/　";
letter-spacing: 0;
color: #000;
} */
footer .areaInner .noticeArea {
    width: 100%;
    background: #d0ecf1;
    padding: 25px 30px;
    margin: 60px auto 30px;
}

footer .areaInner .noticeArea p {
    color: #005386;
    font-size: 1.2rem;
    line-height: 1.7;
}

footer .areaInner .botPrg {
    margin: 2rem 0 0 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
}

footer .botArea {
    background: #fff;
    padding: 8px 0px;
}

footer .botArea .botInner {
    width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
}

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

footer .botArea .botInner .smap a {
    font-size: 1.2rem;
    color: #555;
    text-decoration: underline;
}

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

footer p.copy {
    font-size: 1.3rem;
    color: #555;
    float: left;
}

footer p.copy a {
    color: #555;
}

/* 
footer {
    margin: 0;
    padding: 0;
background: #009cb9;
background: -moz-linear-gradient(left, #009cb9 0%, #005386 100%);
background: -webkit-linear-gradient(left, #009cb9 0%, #005386 100%);
background: linear-gradient(to right, #009cb9 0%, #005386 100%);
}

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

footer .areaInner {
    width: 1100px;
    margin: 0 auto;
    padding: 55px 55px 60px;
}

footer .areaInner .logo {
    width: 140px;
    margin: 0 auto 35px;
}

footer .areaInner .logo a:hover {
    opacity: 0.5;
}

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

footer .areaInner .footBox:after {
    content: "";
    display: block;
    clear: both;
}

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

footer .areaInner .footBox .sttl a {
    background: url("img/arrow_rough_red.png") center left 5px no-repeat;
    background-size: 14px auto;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3px 0 3px 26px;
    display: block;
}

footer .areaInner .footBox .accChild {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

footer .areaInner .footBox .accChild li {
    display: inline-block;
    margin: 0 50px 10px 0;
    width: calc(24% - 50px);
    vertical-align: top;
}

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

footer .areaInner .footBox .accChild li a {
    background: url(img/arrow_r.png) no-repeat left top 4px;
    background-size: 5px auto;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 0 0 10px;
    display: block;
    line-height: 1.4;
}

footer .areaInner .footBox .accChild .subCat li a {
    background: none;
    padding: 0;
}

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

footer .areaInner .footBox .accChild .subList li {
    margin: 0 0 10px 0;
}

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

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

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

footer .areaInner .noticeArea {
    width: 100%;
    background: #fff;
    padding: 30px 35px;
    margin: 40px auto 0;
}

footer .areaInner .noticeArea p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
}

footer .areaInner .botPrg {
    font-size: 12px;
    font-size: 1.2rem;
    color: #555;
    text-align: center;
    margin-top: 3rem;
    line-height: 1.7;
}

footer .botArea {
    background: #fff;
    padding: 10px 0px 15px;
}

footer .botArea .botInner {
    width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
}

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

footer .botArea .botInner .smap a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #555;
    text-decoration: underline;
}

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

footer p.copy {
    font-size: 13px;
    font-size: 1.3rem;
    color: #555;
    float: left;
}

footer p.copy a {
    color: #555;
} */
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
.index a, .category a, .page a {
}

.index a:hover, .category a:hover, .page a:hover {
}

#main .enTtl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    display: table;
    margin: 0 auto 25px;
    position: relative;
    line-height: 1.6;
    text-align: center;
}

#main.category .enTtl, #main.page .enTtl {
    margin: -110px auto 100px;
}

/*--------------------------------------
heading
---------------------------------------*/
.category h1, .page h1 {
    font-size: 28px;
    background: #009cb9;
    background: -moz-linear-gradient(left, #009cb9 0%, #005386 100%);
    background: -webkit-linear-gradient(left, #009cb9 0%, #005386 100%);
    background: linear-gradient(to right, #009cb9 0%, #005386 100%);
    border-radius: 5rem;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    padding: 20px;
    margin: 0 0 30px;
    text-align: center;
}

.category h1 a, .page h1 a {
    color: #fff;
    display: block;
    background: url(img/arrow01_white.png) no-repeat right center;
    background-size: 16px auto;
    padding: 0 2rem;
    margin: 0;
}

.category h2, .page h2 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 80px 0 30px;
    line-height: 1.4;
    padding: 2rem 0 0 0;
    background: url(img/title_bg_01.png) no-repeat center top;
    position: relative;
    text-align: center;
}

.category h2 a, .page h2 a {
    display: block;
    padding: 0 2.5rem 0 0;
    background: url(img/arrow01_black.png) no-repeat right center;
    background-size: 16px auto;
}

.category h3, .page h3 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 40px 0 30px;
    padding: 1.5rem;
    line-height: 1.5;
    background: #91a9b8;
    position: relative;
}

.category h3 a, .page h3 a {
    display: block;
    padding: 0 2.5rem 0 0;
    background: url(img/arrow01_white.png) no-repeat right center;
    background-size: 16px auto;
    color: #fff;
}

.category h6, .category h4, .category h5, .category h6, .page h4, .page h5, .page h6 {
    margin: 40px 0 30px;
    padding: 0 0 1rem 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    color: #005386;
    border-bottom: 2px solid #005386;
}

.category h6 a, .category h4 a, .category h5 a, .category h6 a, .page h4 a, .page h5 a, .page h6 a {
    display: block;
    padding: 0 2.5rem 0 0;
    background: url(img/arrow01_blue.png) no-repeat right center;
    background-size: 16px auto;
    color: #005386;
}

.sitemap h2 a {
    color: #000;
}

#contents ul {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
}

#contents ul li {
    padding: 0 0 1rem 2.4rem;
    background: url(img/ico_list.png) no-repeat left 0.6rem;
    background-size: 13px auto;
    font-size: 1.5rem;
}

#contents ul li a, #contents ol li a {
    text-decoration: underline;
}

#contents ul li a:hover, #contents ol li a:hover {
    opacity: 1;
    text-decoration: none;
}

#contents ol {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
}

#contents ol li {
    padding: 2px 0 2px 30px;
    list-style: none;
    position: relative;
    counter-increment: number;
}

#contents ol li::before {
    display: block;
    background-color: #3e6584;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
}

#contents ol li:nth-child(-n + 9):before {
    content: counter(number);
}

#contents ol li:nth-child(n + 10):before {
    content: counter(number);
}

#contents .rank_wrap2 {
    counter-reset: div;
}

#contents .noCount .recommend, #contents .noCount .check, #contents .noCount .point, #contents .rank, #contents .rank_wrap4 .point, #contents .rank_wrap3 .check, #contents .rank_wrap2 .recommend {
    position: relative;
    margin: 50px 0;
    background: url(img/stripe_o.png) repeat-x;
    padding: 20px 20px 20px 150px;
    border: 3px solid #eee;
    border-top: 0;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3rem;
}

#contents .rank {
    padding-left: 70px;
}

#contents .noCount .point:before, #contents .noCount .check:before, #contents .noCount .recommend:before, #contents .rank_wrap4 .point:before, #contents .rank_wrap3 .check:before, #contents .rank_wrap2 .recommend:before {
    content: "おすすめ";
    position: absolute;
    display: block;
    background: url(img/huki.png) no-repeat;
    background-size: 100%;
    width: 140px;
    height: 60px;
    box-sizing: border-box;
    top: -17px;
    left: -15px;
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem 1rem .5rem 3rem;
}

#contents .noCount .point:after, #contents .noCount .check:after, #contents .noCount .recommend:after, #contents .rank_wrap4 .point:after, #contents .rank_wrap3 .check:after, #contents .rank_wrap2 .recommend:after {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    top: -8px;
    left: 75px;
    line-height: 1.1;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#contents .rank_wrap3 {
    counter-reset: div;
}

#contents .rank_wrap3 .check:before {
    content: "CHECK";
}

#contents .rank_wrap4 {
    counter-reset: div;
}

#contents .rank_wrap4 .point:before {
    content: "POINT";
}

#contents .rank_wrap {
    margin: 20px 0;
    counter-reset: div;
    list-style: none;
}

#contents .rank {
    background: url(img/stripe_b.png) repeat-x;
}

#contents .rank:before {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    left: -13px;
    top: -17px;
    background: #3E6584;
    width: 60px;
    height: 36px;
    line-height: 1.1;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 14px 0 0;
}

#contents .rank:after {
    content: "";
    position: absolute;
    top: 33px;
    left: 26px;
    margin-left: -15px;
    border: 6px solid transparent;
    border-top: 8px solid #3e6584;
}

#contents .noCount .point:before, #contents .noCount .check:before, #contents .noCount .recommend:before {
    content: "すすめ";
    background: url(img/huki_r.png);
    padding: 12px 0 0 30px;
    height: 52px;
    top: -19px;
    left: -15px;
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

#contents .noCount .point:after, #contents .noCount .check:after, #contents .noCount .recommend:after {
    content: "お";
    left: 24px;
}

#contents .noCount .check:before {
    content: "HECK";
    padding: 1.2rem 1rem 0 3rem;
}

#contents .noCount .point:before {
    content: "OINT";
    padding: 1.2rem 1rem 0 30px;
}

#contents .noCount .point:after {
    content: "P";
    left: 30px;
}

#contents .noCount .check:after {
    content: "C";
    left: 25px;
}

.caption {
    margin: 8px 0 0;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
    word-break: break-all;
    color: #848484;
    text-align: center;
}

.caption a {
    color: #848484;
    text-decoration: none;
}

/*--------------------------------------
　float img
---------------------------------------*/
#main .float-wrap {
    margin: 40px 0;
    box-sizing: border-box;
}

#main .float-wrap img {
    width: 100%;
}

#main .float-wrap .flame {
    position: relative;
}

#main .float-wrap .flame::before {
    /* content: ""; */
    width: 100%;
    height: 100%;
    border: 1px solid #EA3F35;
    position: absolute;
    /* left: 6px; */
    /* top: 6px; */
    pointer-events: none;
}

#main .float-wrap .fl {
    width: 350px;
    padding: 0 30px 10px 0;
    text-align: center;
}

#main .float-wrap .fr {
    width: 350px;
    padding: 0 0 10px 30px;
    text-align: center;
}

#main .float-wrap .ct {
    width: 500px;
    margin: 0 auto;
    padding: 0 0 25px;
    text-align: center;
}

#main .float-wrap.ct .catch {
    text-align: center;
}

#main .float-wrap .catch {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 20px;
}

/*  btns*/
.btn-internal, #main p.btn-internal, .btn-web, #main p.btn-web {
    text-align: center;
    margin: 4rem auto;
    padding: 0;
    width: 420px;
    max-width: 100%;
}

.btn-internal a {
    padding: 2rem 3.2rem 2rem 2.5rem;
    background: #0f5b92 url(img/arrow_internal.png) no-repeat right 1.3rem center;
    background-size: 17px auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
    /* border: 2px solid #e93f34; */
    line-height: 1.3;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    border-radius: 0.6rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.btn-web a {
    padding: 2rem 3.2rem 2rem 2.5rem;
    background: #ef9700 url(img/arrow_web.png) no-repeat right 1.3rem center;
    background-size: 17px auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.7rem;
    display: block;
    border-radius: 0.6rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
}

.btn-internal a:hover, .btn-web a:hover {
}

.btn-link {
    margin: 20px 0;
    text-align: right;
}

.btn-link a {
    position: relative;
    display: inline-block;
    padding: 5px 0 4px 26px;
    background: url(img/arrow_link.png) 0 50% no-repeat;
    background-size: 18px auto;
    line-height: 1.3;
    text-decoration: underline;
    color: #005386;
}

.btn-link a::before {
}

.btn-link a:hover {
    opacity: 0.5;
    text-decoration: none;
}

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

#contents table {
    width: 100%;
    table-layout: fixed;
    margin: 30px auto 30px;
    border: solid 1px #000;
}

#contents table th {
    font-weight: normal;
    width: 22%;
    padding: 14px 16px;
    background: #d0e0e3;
    line-height: 1.3;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    border: solid 1px #999;
    word-break: break-all;
}

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

/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-wrap .box {
    width: calc((100% - 4rem) / 2);
    margin: 0 0 2rem 0;
    padding: 2rem;
    background: #fff;
}

.box-wrap .box-head .sttl {
    margin: 0 0 2rem 0;
    padding: 0 0 3.5rem 0;
    background: url(img/parts02_bg_02.png) no-repeat center bottom;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

#main .box-wrap .box-body p {
    margin: 0;
}

/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.frame-wrap::after {
    display: block;
    width: calc((100% - 3.2rem) / 3);
    content: "";
}

.frame-wrap .frame {
    width: calc((100% - 3.2rem) / 3);
    margin: 0 0 1.6rem 0;
    background: #e4f0f4;
}

.frame-wrap .frame-head {
    margin: 0 0 2rem 0;
    padding: 2rem 2rem 3rem 2rem;
    background: url(img/title_bg_01.png) no-repeat center bottom;
    color: #005386;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.frame-wrap .frame-head a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_fwrap.png) no-repeat right center;
    color: #005386;
}

.frame-wrap .frame-body {
    padding: 2rem;
    border-top: 3px solid #fff;
}

#main .frame-wrap .frame-body p {
    margin: 0;
}

.enTtl {
    margin: 0 0 1.5rem 0;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
}

.partTtl {
    margin: 0 0 3rem 0;
    padding: 2rem 0 0 0;
    background: url(img/title_bg_01.png) no-repeat center top;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

#main .addParts .lead {
    margin: 0;
    font-size: 1.6rem;
    text-align: center;
}

#contents .low_bot .iconList, #contents .addParts .iconList {
    margin: 0;
    padding: 0;
}

#contents .low_bot .iconList li, #contents .addParts .iconList li {
    background: #3E6583;
    width: calc(50% - 5px);
    border-radius: 3px;
    color: #fff;
    text-align: center;
    float: left;
    line-height: 1.4;
    padding: 8px 10px 6px;
    font-weight: bold;
    font-size: 10px;
    font-size: 1.0rem;
    display: table;
}

#contents .low_bot .iconList li span, #contents .addParts .iconList li span {
    display: table-cell;
    vertical-align: middle;
}

#contents .low_bot .iconList .off, #contents .addParts .iconList .off {
    background: #fff;
    color: #3E6583;
    border: 1px solid #3E6583;
}

#contents .addParts01 {
    padding: 50px 30px 30px;
    background: url(img/dot_bg.png);
    margin-bottom: 135px;
}

#contents .addParts04 {
    margin: 0 0 130px;
}

/* addParts01 */
.content_bottom .comBoxWrap, #contents .low_bot .comBoxWrap, #contents .addParts01 .comBoxWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.content_bottom .comBoxWrap .box, #contents .low_bot .comBoxWrap .box, #contents .addParts01 .comBoxWrap .box {
    width: 480px;
    margin: 0 50px 0 0;
}

.content_bottom .comBoxWrap .box:last-child, #contents .low_bot .comBoxWrap .box:last-child, #contents .addParts01 .comBoxWrap .box:last-child {
    margin: 0;
}

.content_bottom .comBoxWrap .box .catch, #contents .addParts01 .comBoxWrap .box .catch {
    background: #e93f34;
    font-size: 16px;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 18px 15px;
    margin: 0 0 20px;
    display: table;
    width: 100%;
}

.content_bottom .comBoxWrap .box .catch span, #contents .addParts01 .comBoxWrap .box .catch span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: none;
    color: #fff;
    font-size: 100%;
}

.content_bottom .comBoxWrap .box .catch:before, #contents .addParts01 .comBoxWrap .box .catch:before {
    content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -10px;
    border: 6px solid transparent;
    border-top: 7px solid #e93f34;
}

.content_bottom .comBoxWrap .box .comBox, #contents .addParts01 .comBoxWrap .box .comBox {
    background: #fff;
    border: 1px solid #3e6583;
    padding: 20px;
}

.content_bottom .comBoxWrap .box .comBox .name, #contents .addParts01 .comBoxWrap .box .comBox .name {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 0;
    width: 100%;
    display: table;
    background: none;
}

#contents .addParts01 .comBoxWrap .box .comBox .name {
    margin-bottom: 2rem;
}

#contents .addParts01 .comBoxWrap .box .comBox .name:before, #contents .addParts01 .comBoxWrap .box .comBox .name:after {
    content: none;
}

.content_bottom .comBoxWrap .box .comBox .name span, #contents .low_bot .comBoxWrap .box .comBox .name span, #contents .addParts01 .comBoxWrap .box .comBox .name span {
    display: table-cell;
    vertical-align: middle;
    background: none;
    text-align: center;
    color: #000;
}

.content_bottom .comBoxWrap .box .comBox .name span:first-letter, #contents .addParts01 .comBoxWrap .box .comBox .name span:first-letter {
    font-size: 2.4rem;
    color: #e93f34;
}

#contents .low_bot .comBoxWrap .box .comBox .img, #contents .addParts01 .comBoxWrap .box .comBox .img {
    margin: 0 0 10px;
}

#contents .index .addParts01 .comBoxWrap .box .comBox .img {
    margin: 0 -20px 10px;
}

#contents .low_bot .comBoxWrap .box .comBox .caption, #contents .addParts01 .comBoxWrap .box .comBox .caption {
    text-align: center;
    line-height: 1.7;
    margin: 0 0 15px;
    padding: 0 10px;
    height: 4rem;
}

#contents .low_bot .comBoxWrap .box .comBox .iconList, #contents .addParts01 .comBoxWrap .box .comBox .iconList {
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contents .low_bot .comBoxWrap .box .comBox .iconList li, #contents .addParts01 .comBoxWrap .box .comBox .iconList li {
    margin: 0;
}

#contents .low_bot .comBoxWrap .box .comBox .iconList li, #contents .addParts01 .comBoxWrap .box .comBox .iconList li {
    margin: 0 0 5px 0;
}

#contents .addParts01 .comBoxWrap .box .comBox .btn-internal, #contents .addParts01 .comBoxWrap .box .comBox .btn-web {
    width: 100%;
    margin: 0 0 10px;
}

#contents .low_bot .comBoxWrap .box .comBox .btn-web a, #contents .addParts01 .comBoxWrap .box .comBox .btn-internal a, #contents .addParts01 .comBoxWrap .box .comBox .btn-web a {
    padding: 16px 30px 16px;
}

/* addParts02 */
#contents .addParts02 {
    padding: 5rem 0;
}

.addParts02.addParts .title {
    margin: 0;
    padding: 1.5rem;
    background: #009cb9;
    background: -moz-linear-gradient(left, #009cb9 0%, #005386 100%);
    background: -webkit-linear-gradient(left, #009cb9 0%, #005386 100%);
    background: linear-gradient(to right, #009cb9 0%, #005386 100%);
    border-radius: 1rem 1rem 0 0;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

#contents .addParts02 .greenArea {
    padding: 3rem;
    background: #e4f0f4 url(img/parts02_bg_01.png) repeat-y left top;
    background-size: 100% auto;
    border-radius: 0 0 1rem 1rem;
}

#contents .addParts02 .greenArea ul {
    column-count: 2;
}

#contents .addParts02 .greenArea ul li {
    font-weight: bold;
}

#contents .addParts02 .greenArea table th {
    background: #f6f8fa;
}

#contents .addParts02 .ttlArea {
    margin: 0 0 40px;
    text-align: center;
    position: relative;
}

#contents .addParts02 .ttlArea p.enTtl {
    margin-top: 0;
}

#contents .addParts02 .ttlArea .partTtl {
    font-size: 3rem;
}

#contents .addParts02 .greenArea > .ttl {
    margin: 6rem 0 3rem 0;
    padding: 1rem;
    background: #005386;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

#contents .addParts02 .ttlArea .catch {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px 20px;
    margin: 0 0 20px;
    line-height: 1.3;
    background: url(img/tit_line_dot.png) repeat-x left bottom;
}

#contents .addParts02 .ttlArea .catch:before, #contents .addParts02 .ttlArea .catch:after {
    content: none;
}

#contents .addParts02 .ttlArea .fuki {
    width: 85px;
    position: absolute;
    left: 20px;
    bottom: 0;
}

#contents .addParts02 .ttlArea .comName {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background: none;
}

#contents .addParts02 .ttlArea .comName:before, #contents .addParts02 .ttlArea .comName:after {
    content: none;
}

#contents .addParts02 #sliderArea {
    margin: 0 0 60px;
}

#contents .addParts02 #sliderArea ul {
    padding: 0;
}

#contents .addParts02 #sliderArea li {
    padding: 0;
    background: none;
}

#contents .addParts02 .txtArea {
    margin: 50px 0 40px;
    background: #fff;
    /* border: 1px solid #acacac; */
    padding: 0 2rem;
}

#contents .addParts02 .boxPart .catch, #contents .addParts02 .txtArea .catch {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 0 0 20px;
    padding: 5px 20px;
    line-height: 1.3;
    position: relative;
    padding: 1.2rem 20px;
}

#contents .addParts02 .boxPart .catch {
    margin: 0 0 30px;
    padding: 1.2rem;
}

#contents .addParts02 .boxPart .catch::before, #contents .addParts02 .boxPart .catch::after, #contents .addParts02 .txtArea .catch:before, #contents .addParts02 .txtArea .catch:after {
    content: none;
}

#contents .addParts02 .compareArea {
    position: relative;
    margin: 5rem 0;
    padding: 4rem 3rem 2rem 4rem;
    background: #fff;
}

#contents .addParts02 .compareArea .catch {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -2rem;
    transform: translateX(-50%);
    padding: 0.5rem 4rem;
    background: #005386;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.compareArea .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.compareArea .tags::after {
    display: block;
    width: calc(100% / 3);
    content: "";
}

.compareArea .tags .tag-class {
    width: calc(100% / 1);
}

.compareArea .tags .tag {
    float: left;
    font-weight: bold;
    display: flex;
    width: 89%;
    align-items: center;
    justify-content: center;
    width: calc((66% - 2rem) / 2);
    min-height: 65px;
    border-radius: 0.6rem;
    margin: 0 1rem 1rem 0;
    padding: 1rem 0.5rem;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
}

.compareArea .tags .tag-class:nth-child(1) .tag {
    background: #d7c52e;
}

.compareArea .tags .tag-class:nth-child(2) .tag {
    background: #aad2ef;
}

.compareArea .tags .tag-class:nth-child(3) .tag {
    background: #9ce393;
}

.compareArea .tags .tag-class .tag.off {
    background: #e0e0e0;
    color: #fff;
}

#contents .addParts02 .compareArea .catch:before, #contents .addParts02 .compareArea .catch:after {
    content: none;
}

#contents .addParts02 .compareArea .iconList {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 1rem;
}

#contents .addParts02 .compareArea .iconList a, #contents .addParts02 .compareArea .iconList li {
    margin: 0 10px 10px 0;
    width: calc((100% - 50px) / 6);
}

#contents .addParts02 .compareArea .iconList li:nth-child(6n), #contents .addParts02 .compareArea .iconList li:last-child {
    margin-right: 0;
}

#contents .addParts02 .compareArea .iconList a li {
    width: 100%;
    margin: 0;
}

#contents .addParts02 .compareArea .iconList li:last-child {
}

#contents .addParts02 .boxPart {
    margin: 0 0 60px;
}

#contents .addParts02 .boxPart:last-child {
    margin: 0;
}

#contents .addParts02 .boxPart .boxTtl {
    font-size: 24px;
    font-size: 2.4rem;
    border-top: solid 3px #000;
    border-bottom: dashed 1px #000;
    background: none;
    text-align: center;
    line-height: 1.3;
    padding: 20px 30px 20px 30px;
    margin: 0 0 40px;
}

#contents .addParts02 .boxPart .boxTtl:before, #contents .addParts02 .boxPart .boxTtl:after {
    content: none;
}

#contents .addParts02 .boxPart .personR, #contents .addParts02 .boxPart .personL {
    margin: 0 0 30px;
}

#contents .addParts02 .boxPart .personR .person {
    float: right;
    width: 98px;
    padding: 20px 0 0;
}

#contents .addParts02 .boxPart .personL .person {
    float: left;
    width: 100px;
    padding: 20px 0 0;
}

#contents .addParts02 .boxPart .fuki {
    background: #fff;
    border-radius: 20px;
    padding: 40px 40px 30px;
    width: 610px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#contents .addParts02 .boxPart .personL .fuki {
    float: right;
}

#contents .addParts02 .boxPart .personL .fuki:before {
    position: absolute;
    left: -2rem;
    top: 5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 20px 9px 0;
    border-color: transparent #fff transparent transparent;
    content: "";
}

#contents .addParts02 .boxPart .personR .fuki:before {
    position: absolute;
    right: -2rem;
    top: 5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 20px;
    border-color: transparent transparent transparent #fff;
    content: "";
}

#contents .addParts02 .boxPart .personR .fuki p, #contents .addParts02 .boxPart .personL .fuki p {
    margin: 0;
}

#contents .addParts02 .boxPart .fuki .caption {
    text-align: right;
    margin: 25px 0 0 !important;
}

#contents .addParts02 .boxPart ul {
    padding: 0;
    margin: 0;
}

#contents .addParts02 .boxPart ul li {
    float: left;
    width: 50%;
    padding: 0 15px 6px 30px;
}

#contents .addParts02 .boxPart .table-layout table {
    border: solid 1px #c3dcdc;
}

#contents .addParts02 .boxPart .table-layout table th {
    border: solid 1px #c3dcdc;
}

#contents .addParts02 .boxPart .table-layout table td {
    border: solid 1px #c3dcdc;
}

#contents .addParts02 .ttlArea .comNameWrap {
}

#contents .addParts02 .ttlArea .float-wrap.cf {
    margin-bottom: 50px;
}

#contents .addParts02 .ttlArea .float-img.fl {
    /* width: auto; */
    padding: 0 40px 10px 0;
}

#contents .addParts02 .ttlArea .float-wrap .flame {
    outline: 0 none;
}

#contents .addParts02 .ttlArea .text-box {
    width: calc(100% - 360px);
    display: inline-block;
    text-align: left;
}

#contents .addParts02 .ttlArea .text-box .ttl {
    color: #005386;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

#contents .addParts02 .ttlArea .bottom_inbox {
    /* flex-wrap: wrap; */
    margin-top: 1.5rem;
}

#contents .addParts02 .ttlArea .bottom_inbox div {
    width: 100%;
    margin-bottom: 1rem;
    margin: 0 0.5rem;
}

#contents .addParts02 .ttlArea .bottom_inbox div .bot_inbox_txt {
    background: #fff;
    font-size: 1.2rem;
    padding: 2.5rem 1rem 1.5rem;
}

#contents .addParts02 .boxPart .frame.frameCenter {
    width: 235px;
    background: #fff;
    margin-bottom: 0;
}

#contents .addParts02 .boxPart .frame-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
}

#contents .addParts02 .boxPart .frame.frameCenter .frame-head span {
    font-size: 2.8rem;
    color: #E93F34;
}

#contents .addParts02 .ttlArea .bottom_inbox div .bot_inbox_txt span {
    font-size: 3.5rem;
}

#contents .addParts02 .boxPart .frameCenter .frame-head a {
    font-size: 1.8rem;
}

#contents .addParts02 .ttlArea .text-box .bot_inbox_tit {
    font-size: 1.6rem;
}

#contents .addParts02 .boxPart .frame.frameCenter .frame-head {
    padding: 0 0 10px;
}

/* addParts03 */
.listWrap {
    text-align: center;
    padding: 10px 0 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.listWrap .listBox {
    display: inline-block;
    width: 190px;
    border: solid 1px #999;
    margin: 0 20px 20px 0;
    position: relative;
    vertical-align: top;
    box-shadow: 7px 7px #999;
}

.listWrap .listBox:nth-child(4n) {
    margin: 0 0 20px 0;
}

.listWrap .listBox {
    background: #fff;
    padding: 10px;
    display: block;
}

.listWrap .listBox dl {
    margin: 0 0 20px;
}

.listWrap .listBox dl:after {
    content: "";
    display: block;
    clear: both;
}

.listWrap .listBox dt {
    width: 150px;
    float: left;
    margin: 0 20px 0 0;
}

.listWrap .listBox dt img {
    border-radius: 10px;
}

.listWrap .listBox dd {
    width: auto;
    text-align: left;
}

.listWrap .listBox dd .tag {
    background: #96bec8;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    padding: 2px 8px;
    margin: 0 0 13px;
    line-height: 1.3;
}

.listWrap .listBox .catch {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -15px;
    background: #3E6583;
    line-height: 1.3;
    position: relative;
    color: #fff;
    padding: 10px;
}

.listWrap .listBox .catch:first-letter {
    color: inherit;
    font-size: inherit;
}

.listWrap .listBox .catch:before {
    content: "";
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 4px transparent;
    border-right: solid 4px rgb(62, 101, 131);
}

.listWrap .listBox .catch a {
    color: #fff;
    display: block;
    background: #3E6583 url(img/arrow_w.png) no-repeat right center;
    padding: 0 1.5rem 0 0;
}

.listWrap .listBox dd .catch:before, .listWrap .listBox dd .catch:after {
    content: none;
}

#main .listWrap .listBox p {
    text-align: left;
    margin: 0;
    padding: 10px;
}

#contents .addParts04 p {
    margin: 35px 0 40px;
}

#contents .addParts05 .frameCenter:before {
    content: "";
    background: url(img/frame-wrap_top2.png) no-repeat center;
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
    height: 47px;
}

#contents .addParts05 .frameCenter {
    border: solid 1px #999;
    background: url(img/POINT01.png) no-repeat center top;
    padding: 20px 20px 20px;
}

#contents .addParts05 .point02 {
    background: url(img/POINT02.png) no-repeat center top;
}

#contents .addParts05 .point03 {
    background: url(img/POINT03.png) no-repeat center top;
}

#contents .addParts05 p {
    text-align: left;
}

#contents .addParts05 .frameCenter .frame-head {
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 0 0 10px;
}

#contents .addParts05 .frameCenter .frame-head:first-letter {
    font-size: 2.2rem;
    color: #E93F34;
}

#contents .addParts05 .frame-wrap {
    margin: 55px 0 0;
    padding: 40px 0 10px;
}

#contents .addParts06 p {
    margin: 40px 0;
}

#contents .addParts06 .box-wrap {
    margin: 70px 0 60px;
}

#contents .addParts06 {
    margin: 0 0 130px;
}

#contents .addParts06 .right_box .box-head .sttl {
    margin: 0;
    padding: 0 25px 10px;
    margin-bottom: 10px;
    font-size: 2rem;
}

#contents .addParts06 .right_box a {
}

.addParts07 .listWrap .listBox {
    width: 32%;
    background: #fff url(img/parts03_arrow_link.png) no-repeat bottom 5px right 5px;
    padding: 10px;
    border: 1px solid #999;
    margin-right: 2%;
    margin-bottom: 2%;
}

.addParts07 .listWrap .listBox:nth-child(3n) {
    margin-right: 0;
}

.addParts07 .listWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 50px 0 0;
}

#main .addParts07 .listWrap .listBox .catch {
    margin: 0;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    background: #eee;
    padding: 8px 4px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main .addParts07 .listWrap .listBox p {
    margin: 15px 0;
    padding: 0 15px;
}

#main .addParts07 .listWrap .listBox .catch span {
    font-size: 1.3rem;
    color: #E93F34;
    display: block;
    font-weight: normal;
}

#main .addParts07 h2 {
    margin-bottom: 50px;
}

#contents .addParts07 {
    margin: 0 0 130px;
}

.low_tit {
    background: url(img/low_tit_bg.png) no-repeat;
    padding: 2rem 2rem 3rem;
    margin-bottom: 3rem;
    color: #fff;
}

#contents .low_bot h2 {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 2.8rem;
}

#contents .low_bot h2:first-letter {
    color: #fff;
    font-size: 2.8rem;
}

#contents .low_bot .enTtl {
    border: 0 none;
    margin: 0 auto;
    font-size: 1.8rem;
}

#contents .low_bot .comBoxWrap .box .catch {
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #E93F34;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contents .low_bot .comBoxWrap .box .comBox {
}

#contents .low_bot .comBoxWrap .box .comBox .name {
    margin: 1.5rem 0;
    font-size: 2rem;
}

#contents .low_bot .comBoxWrap .box {
    border: 3px solid #E93F34;
    padding: 25px 30px;
}

#contents .low_bot .comBoxWrap .box .catch span {
    background: none;
    color: #e93f34;
    font-weight: normal;
}

#contents .low_bot .comBoxWrap .box .comBox .name span {
    display: block;
    font-weight: normal;
}

#contents .low_bot table th {
    width: 70px;
    padding: 15px 10px;
    font-weight: bold;
    color: #4c4c4c;
}

#contents .low_bot table td {
    padding: 15px;
}

#contents .low_bot table {
    margin: 0 auto 10px;
}

#main .low_bot p {
    margin: 0 0 20px;
}

#contents .low_bot table td span {
    color: #e93f34;
}

#main.page .low_bot h2 span, #main.category .low_bot h2 span {
    color: #fff;
    line-height: 1;
}

#main .low_bot .low_tit h2 span {
    font-size: 3.8rem;
}

#contents .low_bot .comBoxWrap .box .comBox .btn-web {
    width: 100%;
    margin: 0;
}

#main .low_bot p.btn-internal {
    margin: 3rem auto 3rem;
}

#contents .low_bot2 .comBoxWrap .box .catch {
    display: inline-block;
    font-size: 2rem;
}

#contents .low_bot2 .comBoxWrap .box {
    text-align: center;
}

#contents .low_bot2 .comBoxWrap .box .cost_box {
    background: #eee;
    padding: 15px 10px 10px;
    margin: 2rem 0;
    font-size: 1.6rem;
}

#contents .low_bot2 .comBoxWrap .box .cost_box p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#main .low_bot2 p {
    margin: 0;
}

#main .low_bot2 .cost_box p span {
    background: none;
    color: #E93F34;
    font-size: 3.2rem;
    vertical-align: text-bottom;
    margin: 0 5px 0;
    word-break: break-all;
}

#contents .low_bot .comBoxWrap .box .comBox .img {
    position: relative;
}

#contents .low_bot .comBoxWrap .box .comBox .img::before {
    content: "";
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #EA3F35;
    position: absolute;
    left: 6px;
    top: 6px;
    pointer-events: none;
}

#contents .low_bot3 {
    background: url(img/dot_bg.png);
    border: 2px solid #E93F34;
}

#contents .low_bot3 .float-wrap {
    margin: 0;
}

#contents .low_bot3 .float-wrap .flame {
    outline: none;
}

#contents .low_bot3 .float-wrap .flame::before {
    display: none;
}

#contents .low_bot3 .float-wrap .catch {
    padding: 3.5rem 0 0;
    color: #E93F34;
    font-size: 2rem;
}

#contents .low_bot3 .float-wrap .btn-internal {
    margin: 0 auto;
    display: inline-block;
    padding: 0 5rem;
}

#contents .low_bot3 .float-wrap .btn-internal a {
    color: #fff;
    background: #e93f34 url(img/arrow_w.png) right 15px center no-repeat;
    background-size: 8px auto;
    padding: 15px 30px;
}

#contents .low_bot3 .float-wrap .float-img.fl {
    padding-bottom: 0;
}

#contents .low_bot3 .float-txt {
    padding: 0 0 30px;
}

#contents .low_bot4 {
    background: url(img/stripe_bg.png);
    border: 1px solid #9A9A9A;
}

#contents .low_bot4 .float-wrap {
    margin: 3rem 5rem 2rem 4rem;
}

#contents .low_bot4 .float-wrap .float-img .flame::before {
    display: none;
}

#contents .low_bot4 .float-img.fr {
    width: 265px;
    margin: 2rem 0 2rem 4rem;
    padding: 0;
}

#contents .low_bot4 h3 {
    background: #E93F34;
    color: #fff;
    font-size: 2.5rem;
    display: inline-block;
    padding: 15px 40px;
    margin: 0 0 40px -41px;
}

#contents .low_bot4 .catch {
    color: #E93F34;
    border-bottom: 1px solid #E93F34;
    padding: 0 0 15px;
    font-size: 2rem;
}

#contents .low_bot4 .flame {
    outline: none;
    margin-bottom: 3rem;
}

#contents .low_bot4 .caption {
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
}

#contents .low_bot4 .table-layout {
    margin: 2rem 5rem 3.5rem 4rem;
}

#contents .low_bot4 .table-layout th {
    width: 236px;
    font-size: 1.6rem;
    background-color: #FFE0D4;
}

#contents .low_bot4 .table-layout td {
    text-align: center;
    color: #4c4c4c;
}

#contents .low_bot4 .float-txt {
    width: 420px;
}

.content_bottom {
    background: url(img/bottom_bg.png) no-repeat;
    background-size: cover;
    padding: 6rem 0 10rem;
    text-align: center;
    margin-top: 70px;
}

.content_bottom .enTtl {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
}

.content_bottom .partTtl {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 2rem;
    line-height: 1.4;
    font-weight: bold;
}

.content_bottom .comBoxWrap {
    margin-top: 4rem;
}

.content_bottom .comBoxWrap .box .comBox .img {
    margin: 10px -20px;
    position: relative;
}

.content_bottom .comBoxWrap .box .comBox .img::before {
    content: "";
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border: 1px solid #EA3F35;
    position: absolute;
    left: 5px;
    top: 5px;
    pointer-events: none;
}

.content_bottom .comBoxWrap .box .comBox {
    border: 0 none;
    margin-top: 3rem;
    padding: 25px 20px 15px;
}

.content_bottom .comBoxWrap .box .comBox .name {
    margin: 0 0 2.5rem;
}

.bottom_inbox {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}

.bottom_inbox div {
    width: calc(50% - 2px);
    border: 1px solid #3E6583;
}

.bot_inbox_tit, #main .bot_inbox_tit {
    text-align: center;
    background: #3E6583;
    color: #fff;
    padding: .5rem 0;
    margin: 0;
    font-size: 1.2rem;
}

.bot_inbox_txt, #main .bot_inbox_txt {
    font-size: 1rem;
    font-weight: bold;
    padding: 1.5rem 1rem;
    text-align: center;
    margin: 0;
}

.bot_inbox_txt span, #main .bot_inbox_txt span {
    font-size: 3rem;
    background: none;
    color: #000;
    padding-right: 1rem;
}

.bot_inbox_txt span.red, #main .bot_inbox_txt span.red {
    color: #E93F34;
    font-size: 3rem;
    padding-right: 1rem;
}

#contents .addParts04 ul {
    font-size: 2rem;
    border: 1px solid #3D6584;
    padding: 3rem 5rem;
    width: 700px;
    margin: 0 auto;
}

#contents .addParts04 ul li {
    background: url(img/check.png) no-repeat left top 15px;
    background-size: 18px auto;
    padding: 1rem 0 .5rem 3rem;
    border-bottom: dashed 1px #aaa;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #3c3c3c;
}

#contents .addParts04 ul li:last-child {
    border-bottom: none;
}

#contents .addParts04 ul li p {
    font-size: 14px;
    margin: 5px auto;
    font-weight: normal;
}

#contents .low_bot .iconList li {
    font-size: 1.2rem;
    font-weight: normal;
}

#contents .low_bot .comBoxWrap .box .comBox .btn-web a {
    font-size: 1.2rem;
}

#contents .low_bot2 .comBoxWrap .box .catch span {
    font-weight: bold;
    font-size: 2.2rem;
}

#contents .low_bot2 .btn-web a {
    font-size: 1.2rem;
    padding: 15px 35px;
}

@media screen and (min-width: 600px) {
    .sp, .sp_br, .btn-tel {
        display: none !important;
    }
}

.lower_bottom {
    clear: both;
    margin: 10rem 0 0 0;
    padding: 8rem 0;
    background: url(img/bottom_bg.jpg) no-repeat center top;
    background-size: cover;
}

.lower_bottom p.btn-web {
    text-align: center;
    margin: 2rem auto 0rem;
    padding: 0;
    width: 420px;
    max-width: 100%;
}

.lower_bottom-inner {
    width: 1100px;
    margin: 0 auto;
}

.lower_bottom-cnts {
    padding: 0 28rem 0 6rem;
}

.lower_bottom-cnts > .catch {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
}

.lower_bottom-cnts > .title {
    margin: 1.5rem 0 3rem 0;
    padding: 2rem 0 0 0;
    background: url(img/title_bg_02.png) no-repeat center top;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.lower_bottom-cnts > .lead {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}

.lower_bottom-cnts > .note {
    color: #fff;
    font-size: 1.2rem;
}

#main .addParts08 .note {
    margin: 0;
}

.block-selection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 4rem 0 1rem 0;
}

.block-selection::after {
    display: block;
    width: calc((100% - 3rem) / 3);
    content: "";
}

.block-selection .box {
    width: calc((100% - 3rem) / 3);
}

.addParts08 .block-selection {
    margin: 0rem 0 0 0;
}

.addParts08 .block-selection .box {
    margin: 0 0 3rem 0;
}

.block-selection .box-head {
    position: relative;
    margin: 0 0 2.5rem 0;
    padding: 2rem 1rem;
    background: #009cb9;
    background: -moz-linear-gradient(left, #009cb9 0%, #005386 100%);
    background: -webkit-linear-gradient(left, #009cb9 0%, #005386 100%);
    background: linear-gradient(to right, #009cb9 0%, #005386 100%);
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}

.block-selection .box-head::before {
    position: absolute;
    left: 50%;
    bottom: -1.3rem;
    transform: translateX(-50%);
    width: 15px;
    height: 13px;
    background: url(img/title_bg_03.png) no-repeat left top;
    background-size: 100% auto;
    content: "";
}

.block-selection .box-body {
    padding: 2rem 1.5rem;
    background: #fff;
    border: 2px solid #77c8e0;
}

.block-selection .name {
    margin: 0 0 2rem 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.block-selection .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-selection .tags::after {
    display: block;
    width: calc((100% - 0.4rem) / 3);
    content: "";
}

.block-selection .tags .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 0.4rem) / 3);
    min-height: 56px;
    margin: 0 0 0.2rem 0;
    padding: 1rem 0.2rem;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    border-radius: 0.6rem;
    font-weight: bold;
}

.block-selection .tags .tag:nth-child(1), .block-selection .tags .tag:nth-child(2), .block-selection .tags .tag:nth-child(3) {
    background: #d7c52e;
}

.block-selection .tags .tag:nth-child(4), .block-selection .tags .tag:nth-child(5), .block-selection .tags .tag:nth-child(6) {
    background: #aad2ef;
}

.block-selection .tags .tag:nth-child(7), .block-selection .tags .tag:nth-child(8), .block-selection .tags .tag:nth-child(9) {
    background: #9ce393;
}

.block-selection .tags .tag.off {
    background: #e0e0e0;
    color: #fff;
}

#main .block-selection .btn-web {
    margin: 2rem auto 0 auto;
}

.block-selection .btn-web a {
    padding: 2rem 2.5rem 2rem 2rem;
    background: #ef9700 url(img/arrow_web.png) no-repeat right 1rem center;
    background-size: 14px auto;
    font-size: 1.4rem;
}

.block-class {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 8rem 0 4rem;
}

.block::after {
    display: block;
    width: calc((100% - 3rem) / 3);
    content: "";
}

.block-class .box {
    position: relative;
    width: calc((100% - 3rem) / 3);
    padding: 3.6rem 1rem 1.5rem 1rem;
    border-radius: 1rem;
    text-align: center;
}

.block-class .box:nth-child(1) {
    background: #e7dd84;
}

.block-class .box:nth-child(2) {
    background: #cce4f5;
}

.block-class .box:nth-child(3) {
    background: #bcecb6;
}

.block-class .box::before {
    position: absolute;
    left: 50%;
    top: -2.8rem;
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
    background: url(img/parts08_ico_01.png) no-repeat center center;
    border: 5px solid #fff;
    border-radius: 50%;
    content: "";
}

.block-class .box:nth-child(1)::before {
    background-color: #d7c52e;
}

.block-class .box:nth-child(2)::before {
    background-color: #aad2ef;
}

.block-class .box:nth-child(3)::before {
    background-color: #9ce393;
}

.block-class .box .ttl {
    margin: 0 0 1.5rem 0;
    padding: 0 0 2rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
}

.block-class .box:nth-child(1) .ttl {
    background: url(img/parts08_bg_01.png) no-repeat center bottom;
}

.block-class .box:nth-child(2) .ttl {
    background: url(img/parts08_bg_02.png) no-repeat center bottom;
}

.block-class .box:nth-child(3) .ttl {
    background: url(img/parts08_bg_03.png) no-repeat center bottom;
}

.block-class .box .catch {
    margin: 0 0 1rem 0;
    color: #005386;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
}

#main .block-class .box p {
    margin: 0;
    font-weight: bold;
}

.block-class .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-class .tags::after {
    display: block;
    width: calc((100% - 0.4rem) / 3);
    content: "";
}

.block-class .tags .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 1.4rem) / 3);
    min-height: 56px;
    margin: 0 0 0.2rem 0;
    padding: 1rem 0.2rem;
    font-size: 1.0rem;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    border-radius: 0.6rem;
}

.block-class .tags.beginner .tag {
    background: #d7c52e;
}

.block-class .tags.intermediate .tag {
    background: #aad2ef;
}

.block-class .tags.senior .tag {
    background: #9ce393;
}

.accordion-item {
    display: none;
}

.accordion-btn {
    display: block;
    position: relative;
    width: 360px;
    height: auto;
    margin: 4rem auto 5rem auto;
    padding: 2rem 0;
    background: #e2e8eb;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.accordion-btn::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    content: "＋";
}

.accordion-btn::after {
    display: block;
    padding: 0 4rem;
    text-align: center;
    content: "詳しく見る";
}

.accordion-btn.is-open::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    content: "ー";
}

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

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

.addParts09 {
    margin: 0 0 9rem 0;
}

.addParts09 .title {
    font-size: 28px;
    background: #009cb9;
    background: -moz-linear-gradient(left, #009cb9 0%, #005386 100%);
    background: -webkit-linear-gradient(left, #009cb9 0%, #005386 100%);
    background: linear-gradient(to right, #009cb9 0%, #005386 100%);
    border-radius: 5rem;
    /* box-shadow: 0 5px 10px rgba(0,0,0,0.2); */
    font-size: 2.8rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    padding: 2rem 3rem;
    margin: 6rem 0 3rem 0;
    text-align: left;
}

.addParts09 .title a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_internal.png) no-repeat right center;
    color: #fff;
}

.addParts09 .float-wrap .ttl {
    margin: 0 0 1.5rem 35rem;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid #9d9d9d;
    color: #005386;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.addParts09 .float-wrap .ttl a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_fwrap.png) no-repeat right center;
    color: #005386;
}

.block-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5rem 0 0 0;
}

.block-point::after {
    display: block;
    width: calc((100% - 3rem) / 3);
    content: "";
}

.block-point .box {
    position: relative;
    width: calc((100% - 3rem) / 3);
    padding: 3rem 2rem 2rem 2rem;
    background: #fff;
    border: 1px solid #9d9d9d;
}

#main .block-point .box p {
    margin: 0;
}

.block-point .en {
    position: absolute;
    left: -0.1rem;
    top: -1.5rem;
    width: 130px;
    padding: 0.5rem 1.5rem;
    background: #005386;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
}

.block-point .box-head {
    margin: 0 0 2rem 0;
    border-bottom: 1px solid #005386;
    ; }

.block-point .box-head .ttl {
    padding: 0 0 1.5rem 0;
    color: #005386;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.addParts10 {
    margin: 0 -200% 9rem -200%;
    padding: 6rem 200%;
    background: #009cb9;
    background: -moz-linear-gradient(left, #009cb9 0%, #009cb9 30%, #005386 70%, #005386 100%);
    background: -webkit-linear-gradient(left, #009cb9 0%, #009cb9 30%, #005386 70%, #005386 100%);
    background: linear-gradient(to right, #009cb9 0%, #009cb9 30%, #005386 70%,#005386 100%);
    color: #fff;
}

.addParts10 .title {
    position: relative;
    width: 580px;
    margin: 0 8rem 4rem auto;
    padding: 0 0 0 1.5rem;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
}

.addParts10 .title::before {
    position: absolute;
    left: -10rem;
    top: 0;
    color: #edc900;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    content: "【PR】";
}

.addParts10 .title a {
    display: block;
    padding: 0 3rem 0 0;
    background: url(img/arrow_internal.png) no-repeat right center;
    color: #fff;
}

.addParts10 .box-fig {
    width: 500px;
    margin: 0 auto 3rem auto;
    text-align: center;
}

.addParts10 .box-fig .caption {
    color: #fff;
}

.addParts10 .box-fig .caption a {
    color: #fff;
}

/*  PC END  */
@media screen and (max-width: 599px) {
    .pc, .pc_br {
        display: none !important;
    }

    body {
        font-size: 13px;
        font-size: 1.3rem;
        min-width: 100%;
    }

    .bgWhite {
        background: transparent;
    }

    a:hover {
        opacity: 1;
    }

    /*--------------------------------------
　Header
---------------------------------------*/
    header .headTopWrap {
        padding: 1rem 0 1rem 0;
    }

    header .headTopArea {
        padding: 6px 19% 0px;
        margin: 0 auto;
        width: 100%;
    }

    header .headTopArea .rightTxt {
        font-size: 11px;
        font-size: 1.3rem;
        font-weight: bold;
        /* text-align: left; */
        position: static;
        line-height: 1.3;
        text-align: center;
    }

    header .headNoteArea {
        padding: .5rem 1rem;
        /* background: #fff; */
        ; }

    header .headNoteArea .logo {
        width: auto;
        margin: 0 auto;
        position: absolute;
        top: 6px;
    }

    #visArea {
        position: relative;
        padding: 0 0 3rem 0;
        z-index: 1;
    }

    #visArea:before {
        content: none;
    }

    #visArea .mainArea {
        background: url(img/mv_pic_pc.jpg) no-repeat 69% top;
        background-size: auto 22rem;
        height: auto;
        width: 100%;
        margin: 0 auto 3rem;
        position: relative;
        padding: 14.5rem 0% 0;
    }

    #visArea .mainArea .catchArea .catch {
        font-size: 20px;
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: bold;
    }

    #visArea .mainArea .txtArea {
        width: 100%;
        background: transparent;
        padding: 0;
        margin-top: 3rem;
    }

    #visArea .mainArea .mainTxtBox {
        position: static;
        width: 100%;
        min-height: auto;
        margin: 0;
        padding: 1.5rem;
    }

    #visArea .btn {
        width: 100%;
        margin: 0 auto 0 auto;
        background: url(img/head_catch.png) repeat left top;
        padding: 2rem;
    }

    /*--------------------------------------
　Global Nav_SP
---------------------------------------*/
    #layer {
        position: fixed !important;
    }

    #sp_nav {
        position: fixed;
        top: 0;
        right: -80%;
        box-sizing: border-box;
        background-color: #d0e0e3;
        width: 80%;
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 999;
    }

    /* 以下装飾など */
    #sp_nav ul {
        margin: 0;
        padding: 0;
    }

    #sp_nav li+li {
    }

    #sp_nav li {
        border-bottom: solid 1px #000;
        list-style: none;
        background: #d0e0e3 url(img/arrow_black.png) right 10px center no-repeat;
        background-size: 6px auto;
    }

    #sp_nav li a {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 1.2rem 3rem 1.2rem 1.6rem;
        color: #000;
        font-weight: bold;
        text-align: left;
        text-decoration: none;
        font-size: 14px;
        font-size: 1.4rem;
    }

    #sp_nav li a:hover {
        opacity: 1;
    }

    #menuBtn {
        position: fixed;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        outline: none;
        border: none;
        background: #6f5a4b;
        background: url(img/sp_ico_menu.png) center no-repeat;
        background-size: 100%;
        cursor: pointer;
        z-index: 999;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    body.open #menuBtn {
        right: calc(80% + 0px);
        width: 40px;
        height: 40px;
        background: url(img/sp_ico_close.png) center no-repeat;
        background-size: 100%;
    }

    body.open {
        height: inherit !important;
    }

    body.open #layer {
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 0;
        z-index: 900;
        overflow: hidden;
    }

    #sp_nav .collapsible {
        background: url(img/arrow_next.png) right 6px center no-repeat;
        background-size: 14px auto;
        background-color: #d0e0e3;
    }

    #sp_nav .collapsible a {
        background: none;
    }

    #sp_nav li .waSlideMenu-back {
        background: url(img/arrow_left.png) 16px center no-repeat;
        background-size: 6px auto;
        padding-left: 1.8rem !important;
        background-color: #d0e0e3;
    }

    #side {
        display: none;
    }

    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzuWrap {
        overflow: auto;
        white-space: nowrap;
        padding: 0;
        margin: 0;
    }

    #pankuzu {
        width: 100%;
        padding: .6rem 1rem .8rem;
        font-size: 10px;
        font-size: 1rem;
        margin: 0 auto;
    }

    /*--------------------------------------
　Main Contents
---------------------------------------*/
    #contents {
        margin: 3rem auto 0 !important;
        padding: 0 4%;
        width: 100%;
    }

    .index, .category, .page {
        margin: 0;
        padding: 0;
        width: 100%;
        float: none;
    }

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

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

    footer {
        box-sizing: border-box;
        width: 100%;
        padding: 2rem 0 0;
        position: relative;
    }

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

    footer .areaInner .logo {
        width: 90%;
        margin: 0 auto 2rem;
        font-size: 1.6rem;
    }

    footer .areaInner .logo a:hover {
        opacity: 1;
    }

    footer .areaInner .footBox {
    }

    footer .areaInner .footBox {
        margin: 0;
    }

    footer .areaInner .footBox:first-of-type {
        /* border-top: 1px solid #E93F34; */
        ; }

    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        font-size: 14px;
        font-size: 1.4rem;
        color: #000;
        background: #fff url(img/arrow_black_down.png) right 12px center no-repeat;
        background-size: 12px auto;
        padding: 1.2rem 4rem 1.2rem 4%;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
    }

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

    footer .areaInner .footBox .sttl {
        padding: 0;
        margin: 0;
    }

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

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

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

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

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

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

    footer .areaInner .footBox .accChild .subCat li a {
        background: url("img/arrow_black.png") right 13px center no-repeat;
        background-size: 7px auto;
    }

    footer .areaInner .footBox .accChild li.subCat a {
        padding: 1.4rem 4rem 1.4rem 8%;
        border-bottom: 1px solid #ddd;
    }

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

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

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

    footer .areaInner .footBox .accChild .subList li a {
        padding: 1rem 4rem 1rem 10%;
    }

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

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

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

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

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

    footer .areaInner .noticeArea {
        width: 90%;
        margin: 3rem auto 2rem;
        /* background: #FFF; */
        padding: 2rem;
        box-sizing: border-box;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8;
        /* color: #000; */
        ; }

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

    footer .botPrg {
        font-size: 11px;
        font-size: 1.1rem;
        text-align: center;
        padding: 0 4% 2rem;
        line-height: 1.4;
    }

    footer .botArea {
        background: #fff;
        padding: 1rem 4%;
    }

    footer .botInner .smap {
        text-align: right;
        margin: 0 0 1rem;
    }

    footer p.copy {
        margin: 0;
        padding: .7rem;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 1.3;
        text-align: center;
        color: #000;
    }

    footer a {
        color: #000;
        text-decoration: none;
    }

    footer .botArea .botInner {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    /* ================== */
    /*  メインコンテンツ　*/
    /* ================== */
    #main .enTtl {
        font-size: 10px;
        font-size: 1.0rem;
        font-weight: bold;
        display: table;
        margin: 4rem auto 2.5rem;
        position: relative;
        line-height: 1.6;
        text-align: center;
    }

    #main.category .enTtl, #main.page .enTtl {
        margin: 0 auto;
        font-size: 1.4rem;
        padding: 0;
    }

    .category h1, .page h1 {
        font-size: 19px;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.4;
        padding: 2rem 1.5rem;
        margin: 1em 0;
        text-align: center;
    }

    .category h2, .page h2 {
        font-size: 18px;
        font-size: 2.2rem;
        font-weight: bold;
        margin: 3em 0 2em;
        line-height: 1.4;
        position: relative;
    }

    .category h3, .page h3 {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 1rem 0;
        line-height: 1.5;
        position: relative;
    }

    .category h6, .category h4, .category h5, .category h6, .page h4, .page h5, .page h6 {
        margin: 2em 0;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .sitemap h2 a {
        color: #000;
    }

    #contents ul {
        margin: 2rem 0;
        padding: 1rem 1rem 0;
    }

    #contents ul li {
        padding: 0 0 .6rem 3rem;
        background: url(img/sp/ico_star_sp.png) 2px 6px no-repeat;
        background-size: 14px auto;
    }

    #contents ul li a, #contents ol li a {
        text-decoration: underline;
    }

    #contents ul li a:hover, #contents ol li a:hover {
        opacity: 1;
        text-decoration: none;
    }

    #contents ol {
        margin: 2rem 0 2rem;
        padding: 1rem 1rem 0;
    }

    #contents ol li {
        padding: .2rem 0 .2rem 3rem;
        list-style: none;
        position: relative;
        counter-increment: number;
    }

    #contents ol li::before {
        display: block;
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: 3px;
        left: 0;
        color: #fff;
        text-align: center;
        line-height: 1.7;
        font-weight: bold;
        font-size: 12px;
        font-size: 1.2rem;
    }

    #contents ol li:nth-child(-n + 9):before {
        content: counter(number);
    }

    #contents ol li:nth-child(n + 10):before {
        content: counter(number);
    }

    #contents .rank_wrap {
        margin: 2rem 0;
        counter-reset: div;
        list-style: none;
    }

    #contents .rank {
        line-height: 1.3;
        font-size: 15px;
        font-size: 1.5rem;
        margin: 2rem 0;
        padding-left: 5.5rem;
    }

    #contents .rank:before {
        left: -8px;
        top: -17px;
        width: 5rem;
        height: 28px;
        line-height: 1.1;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        padding: 14px 0 0;
    }

    #contents .rank_wrap2 {
        counter-reset: div;
    }

    #contents .rank_wrap2 .recommend {
        padding: 1.8rem 2rem 1.8rem 7rem;
        font-size: 15px;
        margin: 2rem 0;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .rank_wrap3 .check:before, #contents .rank_wrap4 .point:before, #contents .rank_wrap2 .recommend:before {
        background-size: 100%;
        width: 65px;
        height: 5rem;
        box-sizing: border-box;
        padding: 8px 0 0;
        top: -15px;
        left: -8px;
        margin: 0;
        color: #FFF;
        font-size: 1rem;
        font-size: 1.0rem;
        font-weight: bold;
        text-align: center;
        background: #f4aa3e;
    }

    #contents .rank_wrap2 .recommend:after {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        top: -24px;
        left: -8px;
        width: 65px;
        height: 30px;
        padding: 35px 0 0;
        line-height: 1.1;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
    }

    #contents .rank_wrap3 {
        counter-reset: div;
    }

    #contents .rank_wrap3 .check {
        display: block;
        position: relative;
        margin: 2rem 0;
        padding: 1.8rem 2rem 1.8rem 7rem;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .rank_wrap4 .point:after, #contents .rank_wrap3 .check:after {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        top: -24px;
        left: -8px;
        width: 65px;
        height: 30px;
        padding: 35px 0 0;
        line-height: 1.1;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }

    #contents .rank_wrap4 {
        counter-reset: div;
    }

    #contents .rank_wrap4 .point {
        display: block;
        position: relative;
        margin: 2rem 0;
        padding: 1.8rem 2rem 1.8rem 7rem;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .noCount .recommend {
        display: block;
        position: relative;
        margin: 2rem 0;
        padding: 1.8rem 2rem 1.8rem 7rem;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .noCount .check:before, #contents .noCount .point:before, #contents .noCount .recommend:before {
        width: 65px;
        height: 5rem;
        box-sizing: border-box;
        padding: 2rem 0 0 2rem;
        top: -15px;
        left: -8px;
        margin: 0;
        color: #FFF;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center;
        background-color: #e93f34;
    }

    #contents .noCount .check {
        display: block;
        position: relative;
        margin: 2rem 0;
        padding: 1.8rem 2rem 1.8rem 7rem;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .noCount .point {
        display: block;
        position: relative;
        margin: 2rem 0;
        padding: 1.8rem 2rem 1.8rem 7rem;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    .caption {
        margin: 8px 0 0;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 1.3;
        word-break: break-all;
        color: #999;
    }

    /*--------------------------------------
　float img
---------------------------------------*/
    #main .float-wrap {
        margin: 2rem 0;
        padding: 0;
    }

    #main .float-wrap img {
        width: 100%;
        margin: 0 auto;
    }

    #main .float-wrap .flame {
        position: relative;
    }

    #main .float-wrap .flame:after {
        content: none;
    }

    #main .float-wrap .fl {
        width: 100%;
        padding: 0 0 2rem 0;
        text-align: center;
        float: none;
    }

    #main .float-wrap .fr {
        padding: 0 0 2rem;
        width: 100%;
        text-align: center;
        float: none;
    }

    #main .float-wrap .ct {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 2rem;
        text-align: center;
    }

    /*.float-wrap.ct .catch {
text-align: center;
}*/
    #main .float-wrap.ct .flame:after {
        content: none;
    }

    #main .float-wrap .catch {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6;
        margin: 0 0 1rem;
    }

    #main .float-wrap .fl.t_small {
        width: 40%;
        padding: 0 2rem 0 0;
        text-align: center;
        float: left;
    }

    #main .float-wrap .fl.t_small .flame:before {
        content: "";
        position: absolute;
        top: -6px;
        left: 8px;
        width: 26px;
        height: 23px;
        background: url("img/ico_tape01.png") no-repeat;
        background-size: 100%;
    }

    #main .float-wrap .fl.t_small .flame:after {
        content: "";
        position: absolute;
        bottom: -6px;
        right: -8px;
        width: 26px;
        height: 23px;
        background: url("img/ico_tape01.png") no-repeat;
        background-size: 100%;
    }

    #main .float-wrap .fr.t_small {
        width: 40%;
        padding: 0 0 0 2rem;
        margin: 0;
        text-align: center;
        float: right;
    }

    #main .float-wrap .fr.t_small .flame:before {
        content: "";
        position: absolute;
        top: -6px;
        right: -2rem;
        left: auto;
        width: 26px;
        height: 23px;
        background: url("img/ico_tape02.png") no-repeat;
        background-size: 100%;
    }

    #main .float-wrap .fr.t_small .flame:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: -8px;
        right: auto;
        width: 26px;
        height: 23px;
        background: url("img/ico_tape02.png") no-repeat;
        background-size: 100%;
    }

    /*  btns*/
    .btn-internal, .btn-web, .btn-tel, .btn-link, #main p.btn-internal, #main p.btn-web, #main p.btn-tel, #main p.btn-link {
        text-align: center;
        margin: 2rem auto;
        padding: 0;
        width: 90%;
    }

    .btn-internal a {
        padding: 1.6rem 2.5rem 1.6rem 2rem;
        background: #0f5b92 url(img/arrow_internal.png) no-repeat right 1rem center;
        background-size: 12px auto;
        line-height: 1.3;
        text-decoration: none;
        font-size: 15px;
        font-size: 1.5rem;
        display: block;
    }

    .btn-web a {
        padding: 1.6rem 2.5rem 1.6rem 2rem;
        background: #ef9700 url(img/arrow_web.png) no-repeat right 1rem center;
        background-size: 12px auto;
        line-height: 1.3;
        text-decoration: none;
        font-size: 15px;
        font-size: 1.5rem;
        display: block;
    }

    .btn-link {
        text-align: center;
    }

    .btn-link a {
        padding: 1.6rem 2.5rem 1.6rem 2rem;
        background: #fff url(img/arrow_link.png) no-repeat right 0.8rem center;
        background-size: 14px auto;
        color: #005386;
        border: 1px solid #005386;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        display: block;
        text-decoration: none;
    }

    .btn-link a:hover {
        opacity: 1;
    }

    .btn-tel a {
        padding: 1.6rem 2rem 1.6rem 3rem;
        background: #32b496 url(img/ico_tel.png) no-repeat 0.8rem center;
        background-size: 22px auto;
        color: #FFF;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        display: block;
        text-align: center;
        position: relative;
        border-radius: 0.6rem;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    /* ================== */
    /*  テーブル　　　　　*/
    /* ================== */
    #contents table {
        width: 100%;
        table-layout: fixed;
        margin: 3rem auto;
        border: solid 1px #999;
        border-bottom: none;
    }

    #contents table th {
        width: 100%;
        padding: 1.0em 2.5%;
        line-height: 1.3;
        text-align: center;
        font-size: 13px;
        font-size: 1.3rem;
        color: #000;
        display: block;
        font-weight: normal;
        border: none;
        border-bottom: solid 1px #999;
    }

    #contents table td {
        width: 100%;
        display: block;
        line-height: 2.4rem;
        padding: 1.0em 5%;
        background: #FFF;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: center;
        border: none;
        border-bottom: solid 1px #999;
    }

    #contents table tr:last-child td {
    }

    /*--------------------------------------
　box-wrap
---------------------------------------*/
    #contents .box-wrap {
        margin: 3rem 0;
        padding: 0;
        box-sizing: border-box;
    }

    #contents .box {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 0 3rem 0;
    }

    #contents .left_box {
        border: solid 3px #000;
        padding: 2rem;
        margin: 0 0 2rem;
    }

    #contents .left_box a {
        display: block;
        padding: 0;
    }

    #contents .left_box .flame {
        margin: 0 0 2rem;
    }

    #contents .left_box .box-head {
        margin: 0 0 1.5rem;
    }

    #contents .left_box .box-head .sttl {
        font-size: 17px;
        font-size: 1.7rem;
        text-align: center;
        font-weight: bold;
    }

    #contents .left_box .box-body p {
        margin: 0;
    }

    #contents .right_box {
        background: #fff;
        padding: 5rem 2rem 2rem;
        margin: 5rem 0 5rem;
    }

    #contents .right_box:last-child {
        margin: 5rem 0 2rem;
    }

    #contents .right_box .fukiWrap {
        padding: 0 1rem;
        margin: -8rem auto 0;
        display: table;
        background: #fff;
    }

    #contents .right_box .box-head {
        background: none;
        margin: 0;
    }

    #contents .right_box .box-head .sttl {
        margin: 2rem 0 2rem;
        padding: 1.5rem 0;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.4;
        text-align: center;
        font-weight: bold;
    }

    #contents .right_box a .box-head .sttl {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.4;
        text-align: center;
        font-weight: bold;
        background: url(img/sp/arrow_r_sp.png) no-repeat right center;
        background-size: 6px;
        display: block;
        padding: 1.5rem 2rem;
    }

    #contents .right_box .box-body p {
        margin: 0;
    }

    #contents .right_box .listBg {
    }

    #contents .right_box .listBg ul {
        margin: 2rem 0 0;
        padding: 1.5rem 1.5rem 1rem;
    }

    /* frame-wrap */
    #contents .frame-wrap {
        display: block;
        margin: 0 0 2rem;
        padding: 0;
        counter-reset: div;
    }

    #contents .frame-wrap .frameBoxWrap {
    }

    #contents .frame {
        display: block;
        width: 100%;
    }

    #contents .addParts02 .boxPart .frame.frameCenter {
        width: 100%;
        margin: 2rem auto 1rem;
    }

    #contents .frameLeft {
        width: 100%;
        margin: 0 auto 2rem;
    }

    #contents .frameLeft .inner {
        padding: 2rem;
        position: relative;
    }

    #contents .frameLeft .inner:before {
        content: counter(div, decimal-leading-zero);
        counter-increment: div;
        background: url(img/sp/frame-wrap_num_sp.png) no-repeat;
        background-size: 100%;
        width: 30%;
        height: 22px;
        display: inline-block;
        position: absolute;
        top: -27px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        font-size: 1.8rem;
        font-size: 1.8rem;
        text-align: center;
        padding: 13px 0 0;
    }

    #contents .frameLeft .frame-head {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        text-align: center;
        padding: 0 0 1.5rem;
        margin: 0 0 2rem;
        line-height: 1.5;
    }

    #contents .frameLeft .frame-head a {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.5;
    }

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

    #contents .frameCenter:before {
        background: url(img/sp/frame-wrap_top_sp.png) no-repeat center bottom;
        background-size: 30px;
    }

    #contents .frameCenter .frame-head {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        text-align: center;
        padding: 0 0 1.5rem;
        margin: 0 0 1.5rem;
        line-height: 1.5;
    }

    #contents .frameCenter .frame-head a {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.5;
    }

    #contents .frameCenter .frame-body .tag {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        background: #f5879b;
        display: inline-block;
        padding: 2px 8px 1px;
        margin: 0 0 1rem;
        line-height: 1.3;
        color: #fff;
    }

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

    #contents .frameCenter .frame-body .listBg {
        background: #fff;
    }

    #contents .frameCenter .frame-body .listBg ul {
        padding: 2rem 2rem 1.5rem;
        margin: 2rem 0 1rem;
    }

    #contents .frameRight {
        border: solid 2px #000;
        padding: 2rem;
        position: relative;
        background: #fff;
    }

    #contents .frameRight:before {
        content: "";
        background: url(img/frame-wrap_corner.png) no-repeat;
        position: absolute;
        top: -2px;
        right: -2px;
        width: 124px;
        height: 35px;
        display: inline-block;
    }

    #contents .frameRight .deco {
        width: 60px;
        margin: 0 auto 2rem;
    }

    #contents .frameRight .deco img {
        width: 100%;
    }

    #contents .frameRight .frame-head {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        text-align: center;
        margin: 0 0 2rem;
        line-height: 1.5;
        position: relative;
        padding: 5px 2rem;
    }

    #contents .frameRight .frame-head:before {
        content: "";
        background: url(img/frame-wrap_tit_l.png) no-repeat;
        background-size: 62%;
        width: 12px;
        height: 74px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

    #contents .frameRight .frame-head:after {
        content: "";
        background: url(img/frame-wrap_tit_r.png) no-repeat;
        background-size: 62%;
        width: 12px;
        height: 74px;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 0%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

    #contents .frameRight .frame-head a {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.5;
        display: block;
    }

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

    /* addParts common */
    #contents .addParts {
        margin: 0 0 40px;
    }

    #contents .addParts .enTtl {
        font-size: 1.3rem;
    }

    #contents .addParts .partTtl {
        font-size: 2.4rem;
    }

    #contents .addParts .iconList {
        margin: 0;
        padding: 0;
    }

    #contents .addParts .iconList li {
        line-height: 1.4;
        padding: 1rem 1rem 8px;
        font-weight: bold;
        font-size: 1rem;
        font-size: 1.0rem;
        display: table;
    }

    #contents .addParts .iconList li span {
        display: table-cell;
        vertical-align: middle;
    }

    #contents .addParts .iconList .off {
        background: #ddd;
    }

    /* addParts01 */
    #contents .addParts01.addParts {
        margin: 0 -4% 5rem;
        padding: 5rem 4%;
    }

    #contents .addParts01 .comBoxWrap {
        display: flex;
    }

    #contents .addParts01 .comBoxWrap .box {
        width: 100%;
        margin: 0 0 2rem 0;
    }

    #contents .addParts01 .comBoxWrap .box:last-child {
        margin: 0;
    }

    #contents .addParts01 .comBoxWrap .box .catch {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        position: relative;
        padding: 1.5rem 2rem;
        margin: 0 0 1.5rem;
    }

    #contents .addParts01 .comBoxWrap .box .catch:before {
    }

    #contents .addParts01 .comBoxWrap .box .comBox {
        padding: 0 0 2rem;
    }

    #contents .addParts01 .comBoxWrap .box .comBox .name {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        font-weight: bold;
        padding: 2rem 1.5rem;
        display: table;
        margin: 0;
    }

    #contents .addParts01 .comBoxWrap .box .comBox .name span {
        display: table-cell;
        vertical-align: middle;
    }

    #contents .index .addParts01 .comBoxWrap .box .comBox .img {
        margin: 0 0 1rem;
    }

    #contents .addParts01 .comBoxWrap .box .comBox .caption {
        text-align: center;
        line-height: 1.7;
        margin: 0 0 1.5rem;
    }

    #contents .addParts01 .comBoxWrap .box .comBox .iconList {
        padding: 0 2rem;
        margin: 0 0 1.5rem;
    }

    #contents .addParts01 .comBoxWrap .box .comBox .iconList li {
        margin: 0 5px 5px 0;
    }

    #contents .addParts01 .comBoxWrap .box .comBox .iconList li:nth-child(2n) {
        margin: 0 0 5px 0;
    }

    #contents .addParts01 .comBoxWrap .box .comBox .btn-internal, #contents .addParts01 .comBoxWrap .box .comBox .btn-web, #contents .addParts01 .comBoxWrap .box .comBox .btn-tel {
        width: 100%;
        padding: 0 2rem;
        margin: 0 0 2rem;
    }

    #contents .addParts01 .comBoxWrap .box .comBox .btn-internal a, #contents .addParts01 .comBoxWrap .box .comBox .btn-web a, #contents .addParts01 .comBoxWrap .box .comBox .btn-tel a {
        padding: 1.8rem 5rem 1.8rem 5rem;
    }

    /* addParts02 */
    #contents .addParts02 {
        padding: 3rem 0 5rem 0;
    }

    #contents .addParts02 .greenArea {
        padding: 2rem 1.5rem;
    }

    #contents .addParts02 .ttlArea {
        margin: 0 0 2rem;
        text-align: center;
        position: relative;
    }

    #contents .addParts02 .ttlArea .catch {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        display: block;
        padding: 0 1rem 1rem;
        margin: 0 0 1rem;
        background: url(img/tit_line_dot.png) repeat-x left bottom;
    }

    #contents .addParts02 .ttlArea .comNameWrap {
    }

    #contents .addParts02 .ttlArea .fuki {
        position: static;
        width: 25%;
        display: table-cell;
        vertical-align: middle;
        padding: 0 1.5rem 0 0;
    }

    #contents .addParts02 .ttlArea .comName {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        padding: 0;
        margin: 0;
        background: none;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
    }

    #contents .addParts02 .ttlArea .comName:before, #contents .addParts02 .ttlArea .comName:after {
        content: none;
    }

    #contents .addParts02 #sliderArea {
        margin: 0 0 40px;
    }

    #contents .addParts02 #sliderArea ul {
        padding: 0;
    }

    #contents .addParts02 #sliderArea li {
        padding: 0;
        background: none;
    }

    #contents .addParts02 .txtArea {
        margin: 0 0 2rem;
        background: #fff;
        /* border: 1px solid #acacac; */
        padding: 0 2rem;
    }

    #contents .addParts02 .txtArea .catch {
        font-size: 1.5rem;
        font-size: 2rem;
        font-weight: bold;
        margin: 0 0 1rem;
    }

    #contents .addParts02 .greenArea > .ttl {
        margin: 5rem 0 2.5rem 0;
        font-size: 1.8rem;
    }

    #contents .addParts02 .greenArea ul {
        column-count: 1;
    }

    #contents .addParts02 .compareArea {
        position: relative;
        margin: 6rem 0 4rem 0;
        padding: 6rem 0 0.5rem 1.5rem;
        background: #fff;
    }

    #contents .addParts02 .compareArea .catch {
        display: block;
        top: -2rem;
        width: 80%;
        padding: 0.5rem 1rem;
        font-size: 1.8rem;
    }

    .compareArea .tags {
        display: block;
    }

    .compareArea .tags::after {
        clear: both;
        display: block;
        width: 100%;
        content: "";
    }

    .compareArea .tags .tag-class {
        clear: both;
        width: 100%;
    }

    #contents .addParts02 .compareArea .iconList {
        margin: 0;
    }

    #contents .addParts02 .compareArea .iconList li {
        margin: 0 6px 6px 0;
        width: calc(100% / 2 - 4px);
    }

    #contents .addParts02 .compareArea .iconList li:nth-child(2n) {
        margin: 0 0 6px 0;
    }

    #contents .addParts02 .compareArea .iconList li:last-child {
        margin: 0 0 6px 0;
    }

    #contents .addParts02 .boxPart {
        margin: 0 0 40px;
    }

    #contents .addParts02 .boxPart .catch {
        margin-bottom: 0;
    }

    #contents .addParts02 .boxPart:last-child {
        margin: 0;
    }

    #contents .addParts02 .boxPart .boxTtl {
        font-size: 16px;
        font-size: 1.6rem;
        border-top: solid 3px #000;
        border-bottom: dashed 1px #000;
        background: none;
        text-align: center;
        line-height: 1.4;
        padding: 1.5rem 2rem;
        margin: 0 0 2rem;
    }

    #contents .addParts02 .boxPart .boxTtl:before, #contents .addParts02 .boxPart .boxTtl:after {
        content: none;
    }

    #contents .addParts02 .boxPart .personBox:first-of-type {
        margin: 5rem 0 6rem;
    }

    #contents .addParts02 .boxPart .personR, #contents .addParts02 .boxPart .personL {
        margin: 0 0 45px;
        position: relative;
    }

    #contents .addParts02 .boxPart .personL .person, #contents .addParts02 .boxPart .personR .person {
        width: 60px;
        position: absolute;
        top: -8px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
        float: none;
        padding: 0;
        float: none;
    }

    #contents .addParts02 .boxPart .fuki {
        padding: 40px 2rem 2rem;
        width: 100%;
        position: relative;
    }

    #contents .addParts02 .boxPart .personR .fuki::before, #contents .addParts02 .boxPart .personL .fuki::before {
        content: none;
    }

    #contents .addParts02 .boxPart .personR .fuki p, #contents .addParts02 .boxPart .personL .fuki p {
        margin: 0;
    }

    #contents .addParts02 .boxPart .fuki .caption {
        text-align: right;
        margin: 1rem 0 0 !important;
    }

    #contents .addParts02 .boxPart ul {
        padding: 0;
        margin: 0;
    }

    #contents .addParts02 .boxPart ul li {
        padding: 0 1.5rem 6px 30px;
        float: none;
        width: 100%;
    }

    #contents .addParts02 .boxPart .table-layout table {
        border: solid 1px #c3dcdc;
    }

    #contents .addParts02 .boxPart .table-layout table th {
        border-bottom: solid 1px #c3dcdc;
    }

    #contents .addParts02 .boxPart .table-layout table td {
        border-bottom: solid 1px #c3dcdc;
    }

    /* addParts03 */
    .listWrap {
        text-align: center;
    }

    .listWrap .listBox {
        display: block;
        width: 100%;
        border: solid 1px #000;
        margin: 0 0 2rem 0;
        position: relative;
        vertical-align: top;
    }

    .listWrap .listBox:nth-child(2n) {
        margin: 0 0 2rem 0;
    }

    .listWrap .listBox a {
        padding: 2rem;
        display: block;
        background: #fff url(img/sp/bg_icon_sp.png) no-repeat bottom 5px right 5px;
        background-size: 60px;
    }

    .listWrap .listBox dl {
        margin: 0 0 1.5rem;
    }

    .listWrap .listBox dl:after {
        content: "";
        display: block;
        clear: both;
    }

    .listWrap .listBox dt {
        width: 40%;
        float: left;
        margin: 0 1.5rem 0 0;
    }

    .listWrap .listBox dt img {
        border-radius: 1rem;
    }

    .listWrap .listBox dd {
        width: auto;
        text-align: left;
    }

    .listWrap .listBox dd .tag {
        background: #96bec8;
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        display: inline-block;
        padding: 2px 8px;
        margin: 0 0 5px;
        line-height: 1.3;
    }

    .listWrap .listBox dd .catch {
        font-size: 1.5rem;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0;
    }

    .listWrap .listBox p {
        text-align: left;
    }

    #contents .index .addParts01 .comBoxWrap .box .comBox .img img {
        width: 100%;
    }

    .bottom_inbox {
        margin: 2rem;
    }

    .bot_inbox_txt, #main .bot_inbox_txt {
        font-size: 1.4rem;
    }

    #contents .addParts04 ul {
        font-size: 1.6rem;
        width: 100%;
        padding: 2rem 2rem 1rem;
    }

    #main.index .addParts02 h2 {
        margin: 0;
        font-size: 2.5rem;
    }

    #contents .addParts02 .ttlArea h3.partTtl {
        margin: 0;
    }

    #contents .addParts02 .ttlArea .float-img.fl {
        padding: 0 0 1rem;
    }

    #contents .addParts02 .compareArea .iconList a {
        width: calc((100% / 2) - 4px);
        margin: 0;
    }

    .listWrap .listBox .catch {
        background: #3E6583 url(img/sp/arrow_w_sp.png) no-repeat right 10px center;
        background-size: 8px;
        margin: 0 0 0 -15px;
    }

    #contents .addParts05 .frame-wrap {
        margin: 0;
        padding: 0;
    }

    #contents .addParts05 .frameCenter {
        width: 100%;
        background: url(img/sp/POINT01_sp.png) no-repeat center top;
        background-size: contain;
    }

    #contents .addParts05 .point02 {
        background: url(img/sp/POINT02_sp.png) no-repeat center top;
        background-size: contain;
    }

    #contents .addParts05 .point03 {
        background: url(img/sp/POINT03_sp.png) no-repeat center top;
        background-size: contain;
    }

    .addParts07 .listWrap .listBox {
        width: 100%;
        margin: 0 0 2rem;
    }

    #contents .rank:after {
        display: none;
        top: 25px;
        left: 21px;
    }

    #contents .noCount .point:after, #contents .noCount .check:after, #contents .noCount .recommend:after {
        top: 0;
        left: -1px;
        font-size: 1.8rem;
    }

    #contents .noCount .check:before {
        padding-left: 1.7rem;
    }

    #contents .noCount .check:after {
        left: 3px;
        top: 1px;
    }

    #contents .noCount .point:after {
        left: 4px;
    }

    #contents .noCount .point:before {
        padding: 2rem 0 0 1.3rem;
    }

    #contents .frameLeft img {
        width: 100%;
    }

    .content_bottom {
        margin-top: 3rem;
        padding: 3rem 1rem;
    }

    .content_bottom .partTtl {
        font-size: 2.4rem;
    }

    .content_bottom .comBoxWrap .box, #contents .low_bot .comBoxWrap .box, #contents .addParts01 .comBoxWrap .box {
        width: 100%;
        margin: 0 0 4rem;
        padding: 2rem;
    }

    .content_bottom .comBoxWrap .box, #contents .addParts01 .comBoxWrap .box {
        padding: 0;
    }

    .content_bottom .comBoxWrap .box.sp_first, #contents .addParts01 .comBoxWrap .box.sp_first {
        order: -1;
        margin: 0 0 4rem;
    }

    .content_bottom .comBoxWrap .box .catch {
        margin-bottom: 1rem;
    }

    .content_bottom .comBoxWrap .box .comBox .img img {
        width: 100%;
    }

    #contents .right_box .fukiCatch {
        width: 100%;
    }

    .sitetit {
        width: calc(100% - 6rem);
        padding: 1rem 0;
        font-size: 1.2rem;
        display: none;
    }

    .sitetit span {
        font-size: 2rem;
    }

    #contents .addParts02 .ttlArea .text-box {
        width: 100%;
        margin: 2rem 0 0 0;
    }

    #contents .addParts02 h4 {
        text-align: center;
        font-size: 2.4rem;
        padding-right: 2.2rem;
    }

    #contents .low_bot4 .float-img.fr {
        width: auto;
        margin: 2rem auto;
    }

    #contents .low_bot4 .float-txt {
        width: auto;
    }

    #contents .low_bot4 .table-layout th {
        width: 100%;
    }

    #contents .low_bot4 .table-layout {
        margin: 2rem;
    }

    #contents .low_bot4 .float-wrap {
        margin: 2rem;
    }

    #contents .low_bot h2 {
        margin: 0;
    }

    .low_tit {
        padding: 1rem 1rem 4rem;
        margin: 1rem 0;
        background: url(img/sp/low_tit_bg_sp.png) no-repeat;
        background-size: 200% 100%;
        background-position: bottom;
    }

    .img img {
        width: 100%;
    }

    #contents .low_bot table th {
        width: 100%;
    }

    #main .low_bot2 p {
        margin: 0 auto;
        width: 100%;
    }

    #contents .low_bot3 .float-txt {
        margin: 0 2rem;
    }

    .logo a, .logo .flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .headNoteArea .logo img {
        width: 6rem;
        padding: 0;
    }

    .content_bottom .comBoxWrap, #contents .low_bot .comBoxWrap, #contents .addParts01 .comBoxWrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .content_bottom .comBoxWrap .box .comBox {
        margin-top: 0;
    }

    .content_bottom .comBoxWrap .box .comBox .name span, #contents .addParts01 .comBoxWrap .box .comBox .name span {
        font-size: 2rem;
    }

    .content_bottom .comBoxWrap .box .comBox .name span:first-letter, #contents .addParts01 .comBoxWrap .box .comBox .name span:first-letter {
        font-size: 1.3em;
    }

    .lower_bottom {
        clear: both;
        margin: 6rem 0 0 0;
        padding: 6rem 0;
    }

    .lower_bottom-inner {
        width: 100%;
    }

    .lower_bottom-cnts {
        padding: 0 1rem;
    }

    .lower_bottom-cnts > .catch {
        font-size: 1.4rem;
    }

    .lower_bottom-cnts > .title {
        margin: 1.5rem 0 2rem 0;
        font-size: 2rem;
    }

    .lower_bottom-cnts > .lead {
        font-size: 1.4rem;
    }

    .lower_bottom-cnts > .note {
        font-size: 1.4rem;
    }

    .block-selection {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 3rem 0 1rem 0;
    }

    .block-selection::after {
        display: none;
    }

    .block-selection .box {
        width: 100%;
        margin: 0 0 2rem 0;
    }

    .block-selection .box:last-child {
        margin: 0;
    }

    .block-selection .box-head {
        position: relative;
        margin: 0 0 2.5rem 0;
        padding: 2rem 1rem;
        background: #009cb9;
        background: -moz-linear-gradient(left, #009cb9 0%, #005386 100%);
        background: -webkit-linear-gradient(left, #009cb9 0%, #005386 100%);
        background: linear-gradient(to right, #009cb9 0%, #005386 100%);
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.4;
        text-align: center;
    }

    .block-selection .box-head::before {
        position: absolute;
        left: 50%;
        bottom: -1.3rem;
        transform: translateX(-50%);
        width: 15px;
        height: 13px;
        background: url(img/title_bg_03.png) no-repeat left top;
        background-size: 100% auto;
        content: "";
    }

    .block-selection .box-body {
        padding: 2rem 1.5rem;
        background: #fff;
        border: 2px solid #77c8e0;
    }

    .block-selection .name {
        margin: 0 0 2rem 0;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
    }

    .block-selection .tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .block-selection .tags::after {
        display: block;
        width: calc((100% - 0.4rem) / 3);
        content: "";
    }

    .block-selection .tags .tag {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc((100% - 0.4rem) / 3);
        min-height: 56px;
        margin: 0 0 0.2rem 0;
        padding: 1rem 0.2rem;
        font-size: 1.3rem;
        line-height: 1.2;
        text-align: center;
    }

    .block-selection .tags .tag:nth-child(1), .block-selection .tags .tag:nth-child(2), .block-selection .tags .tag:nth-child(3) {
      background: #d7c52e;
    }

    .block-selection .tags .tag:nth-child(4), .block-selection .tags .tag:nth-child(5), .block-selection .tags .tag:nth-child(6) {
        background: #aad2ef;
    }

    .block-selection .tags .tag:nth-child(7), .block-selection .tags .tag:nth-child(8), .block-selection .tags .tag:nth-child(9) {
          background: #9ce393;
    }

    .block-selection .tags .tag.off {
        background: #e0e0e0;
        color: #fff;
    }

    .block-selection .btn-web {
        margin: 2rem auto 0 auto;
    }

    .block-selection .btn-web a {
        padding: 2rem 2.5rem 2rem 2rem;
        background: #ef9700 url(img/arrow_web.png) no-repeat right 1rem center;
        background-size: 14px auto;
        font-size: 1.4rem;
    }

    .addParts08 .block-selection {
        margin: 0;
    }

    .block-class {
        display: block;
        margin: 5rem 0 0 0;
    }

    .block::after {
        display: none;
    }

    .block-class .box {
        width: 100%;
        padding: 3.6rem 1.5rem 1.5rem 1.5rem;
    }

    .accordion-item {
        display: none;
    }

    .accordion-btn {
        width: 90%;
    }

    .addParts09 {
        margin: 0 0 9rem 0;
    }

    .addParts09 .title {
        padding: 1.5rem 2rem;
        border-radius: 1.5rem;
        font-size: 24px;
        font-size: 2.4rem;
    }

    .addParts09 .title a {
        display: block;
        padding: 0 2rem 0 0;
        background: url(img/arrow_internal.png) no-repeat right center;
        color: #fff;
    }

    .addParts09 .float-wrap .ttl {
        margin: 0 0 1.5rem 0;
        font-size: 1.8rem;
    }

    .addParts09 .float-wrap .ttl a {
        display: block;
        padding: 0 2rem 0 0;
        background: url(img/arrow_fwrap.png) no-repeat right center;
        color: #005386;
    }

    .block-point {
        display: block;
        margin: 5rem 0 0 0;
    }

    .block-point::after {
        display: none;
    }

    .block-point .box {
        width: 100%;
        padding: 3rem 1.5rem 2rem 1.5rem;
    }

    #main .block-point .box p {
        margin: 0;
    }

    .addParts10 {
        margin: 0 auto;
        padding: 6rem 1.5rem 3rem 1.5rem;
        background: #009cb9;
        background: -moz-linear-gradient(left, #009cb9 0%, #005386 100%);
        background: -webkit-linear-gradient(left, #009cb9 0%, #005386 100%);
        background: linear-gradient(to right, #009cb9 0%, #005386 100%);
    }

    .addParts10 .title {
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0;
        font-size: 2.1rem;
    }

    .addParts10 .title::before {
        left: -1rem;
        top: -3.2rem;
        font-size: 2.1rem;
    }

    .addParts10 .title a {
        display: block;
        padding: 0 3rem 0 0;
        background: url(img/arrow_internal.png) no-repeat right center;
        color: #fff;
    }

    .addParts10 .box-fig {
        width: 100%;
        margin: 0 auto 3rem auto;
        text-align: center;
    }

    .addParts10 .box-fig .caption {
        color: #fff;
    }
}

/* SP_End */
