@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: 100%;
}

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

img {
    vertical-align: top;
}

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

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

* {
    box-sizing: border-box;
}

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

body {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8em;
    min-width: 1100px;
    background: url(img/bg.png) repeat;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: bold;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}

#main p span {
    font-weight: bold;
    background: #f4e94e;
    color: #000;
}

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

.sp {
    display: none;
}

.sp_br {
    display: none;
}

/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
    background: #fff;
    padding: 0 0 50px;
}

header .headTopArea {
    width: 1100px;
    margin: 0 auto 10px;
}

header .headTopArea .rightTxt {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
}

header .headNoteArea {
    padding: 0 0 30px;
}

header .headNoteArea .logo {
    width: 140px;
    margin: 0 auto;
}

#visArea {
    position: relative;
    z-index: 1;
    margin: -50px 0 0;
}

#visArea:before {
    content: "";
    background: #c3dcdc;
    width: 100%;
    height: 350px;
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

#visArea .mainArea {
    background: url(/wp/wp-content/uploads/1100-450.jpg) no-repeat center top;
    height: 450px;
    width: 1100px;
    margin: 0 auto 20px;
    position: relative;
}

#visArea .mainArea .mainTxtBox {
    position: absolute;
    top: 65px;
    left: -20px;
}

#visArea .mainArea .catchArea {
    background: #f4e94e;
	width: 440px;
    padding: 25px 33px;
    margin: 0 0 10px;
}

#visArea .mainArea .catchArea .catch {
    font-size: 28px;
	font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: bold;
}

#visArea .mainArea .txtArea {
    background: rgba(255,255,255,0.9);
	width: 405px;
	padding: 30px 25px;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
    z-index: 100;
    background: url(img/bg.png) repeat 0 0;
    margin: 0 0 50px;
    padding: 10px 0;
}

#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 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 15px 15px;
    background: url(img/nav_line.png) repeat-y top left;
    line-height: 1.6;
    display: block;
    height: 100%;
}

#g-nav li:last-child a {
    background: url(img/nav_line.png) repeat-y top left, url(img/nav_line.png) repeat-y top right;
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
    font-size: 13px;
    margin: 0 auto 30px;
    padding: 0;
    width: 1100px;
}

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

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

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

#side .sideTopBox {
    background: #fff;
    border: solid 1px #000;
    padding: 0 20px 20px 20px;
    margin: 35px 0 40px;
    position: relative;
}

#side .sideTopBox:before {
    content: url(img/side_top_line.png);
    position: absolute;
    top: -35px;
    left: -1px;
}

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

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

#side .sideTopBox .imgBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #c3dcdc;
    display: inline-block;
}

#side .sideTopBox .imgBox:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #c3dcdc;
    display: inline-block;
}

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

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

#side .sideTopBox .dtlBtn a {
    color: #fff;
    display: block;
    background: #ff5677 url(img/arrow_rough_white.png) no-repeat right 10px center;
    background-size: 15px auto;
    text-align: center;
    border-radius: 10px;
    padding: 8px 30px;
}

#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;
    /*background: url(img/side_line.png) no-repeat bottom left;*/
}

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

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

#side .sideBox ul li {
    background: url(img/side_line.png) no-repeat top left;
    padding: 0;
}

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

#side .sideBox ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#side .sideBox .subList {
    margin: 0;
}

#side .sideBox .subList li {
    margin: 0;
}

#side .sideBox .subList li a {
    display: block;
    padding: 10px 28px 10px 15px;
}

#side .sideBox .subList li a:before {
    content: "└";
    margin: 0 5px 0 0;
}

/*--------------------------------------
　Footer
---------------------------------------*/
#page-top {
    position: fixed;
    width: 90px;
    bottom: 20px;
    right: 0;
    z-index: 10;
}

footer {
    margin: 100px 0 0;
    padding: 0;
    background: #c3dcdc;
}

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

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

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

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

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

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

footer .areaInner .footBox .sttl {
    background: url(img/foot_line.png) repeat-x bottom left;
    padding: 0 0 13px 0;
    margin: 0 0 15px 0;
}

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

footer .areaInner .footBox .accChild {
}

footer .areaInner .footBox .accChild li {
    display: inline-block;
    margin: 0 50px 0 0;
}

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

footer .areaInner .footBox .accChild li a {
    background: url(img/arrow_black.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: 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: 25px 30px;
    margin: 60px auto 30px;
}

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;
    line-height: 1.7;
}

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: 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: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    display: table;
    margin: 40px auto 25px;
    position: relative;
    line-height: 1.6;
    text-align: center;
}






#main.index h2, #main.category h1, #main.page h1 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

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

#main.index h2:not(.partTtl),
#main.category h1,
#main.page h1 {
    color: #1d1d1d;
    border-top: 2px solid #172e59;
    padding: 40px 0 34px;
    background: url(img/tit_line_dot_circle2.png) repeat-x bottom left 4px;
    letter-spacing: 1px;
    position: relative;
    z-index: 0;
}
#main.index h2:not(.partTtl)::before,
#main.category h1::before,
#main.page h1::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #172e59;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
#main.index h2:not(.partTtl) a,
#main.category h1 a,
#main.page h1 a {
    color: inherit;
}

#main.index h3,
#main.category h2,
#main.page h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 40px 0 30px;
    line-height: 1.4;
    letter-spacing: 0.8px;
    padding: 26px 20px 24px 43px;
    background: #eee url(img/tit_ico_square.png) no-repeat left 10px center;
    background-size: 22px auto;
    position: relative;
    color: #172e59;
}

#main.index h3 a,
#main.category h2 a,
#main.page h2 a {
	color: inherit;
}

#main.index h3::before,
#main.category h2::before,
#main.page h2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    display: block;
    top: 0;
    left: 0;
    background: url(img/tit_line_double_t.png) repeat-x;
}

#main.index h3::after,
#main.category h2::after,
#main.page h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    display: inline-block;
    bottom: 0;
    left: 0;
    background: url(img/tit_line_double_b.png) no-repeat;
}

#main.index h4,
#main.category h3,
#main.page h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 40px 0 30px;
    padding: 15px 30px 20px 28px;
    letter-spacing: 0.7px;
    line-height: 1.5;
    background: url(img/tit_line_dot_circle.png) repeat-x left 3px bottom;
    position: relative;
}

#main.index h5, #main.category h6, #main.category h4, #main.category h5, #main.category h6, #main.page h4, #main.page h5, #main.page h6 {
    background: url(img/tit_line_dashed.png) repeat-x left 5px bottom;
    margin: 40px 0 30px;
    padding: 10px 20px 15px 19px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.6px;
    line-height: 1.5;
}

.sitemap h2 a {
    color: #000;
}

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

#contents ul li {
    padding: 0 0 6px 30px;
    background: url(img/list_ico_square.png) 0px 5px no-repeat;
    background-size: 13px 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: 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: #172e59;
    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_wrap {
    margin: 20px 0;
    counter-reset: div;
    list-style: none;
}

#contents .rank {
    position: relative;
    border: 2px solid #96bec8;
    outline: solid 1px #96bec8;
    outline-offset: -4px;
    margin: 20px 0;
    padding: 19px 20px 19px 50px;
    line-height: 1.3;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #96bec8;
    background: #fff;
}

#contents .rank:before {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    left: -13px;
    top: -17px;
    background: url("img/rank_recommend.png") no-repeat;
    background-size: 100%;
    width: 50px;
    height: 52px;
    line-height: 1.1;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 16px 0 0;
}

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

#contents .rank_wrap2 .recommend {
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 18px 20px 18px 70px;
    border: 2px solid #96bec8;
    outline: solid 1px #96bec8;
    outline-offset: -4px;
    background: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3rem;
}

#contents .rank_wrap2 .recommend:before {
    content: "おすすめ";
    position: absolute;
    display: block;
    background: url("img/rank_recommend.png") 0 0 no-repeat;
    background-size: 100%;
    width: 75px;
    height: 80px;
    box-sizing: border-box;
    padding: 13px 0 0 0;
    top: -17px;
    left: -15px;
    margin: 0;
    color: #FFF;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}

#contents .rank_wrap2 .recommend:after {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    top: -17px;
    left: -15px;
    width: 75px;
    height: 44px;
    padding: 38px 0 0;
    line-height: 1.1;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

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

#contents .rank_wrap3 .check {
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 18px 20px 18px 70px;
    border: 2px solid #f5879b;
    outline: solid 1px #f5879b;
    outline-offset: -4px;
    background: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3rem;
}

#contents .rank_wrap3 .check:before {
    content: "CHECK";
    position: absolute;
    display: block;
    background: url("img/rank_check.png") 0 0 no-repeat;
    background-size: 100%;
    width: 75px;
    height: 80px;
    box-sizing: border-box;
    padding: 13px 0 0 0;
    top: -17px;
    left: -15px;
    margin: 0;
    color: #FFF;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}

#contents .rank_wrap3 .check:after {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    top: -17px;
    left: -15px;
    width: 75px;
    height: 44px;
    padding: 38px 0 0;
    line-height: 1.1;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

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

#contents .rank_wrap4 .point {
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 18px 20px 18px 70px;
    border: 2px solid #dcc850;
    outline: solid 1px #dcc850;
    outline-offset: -4px;
    background: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3rem;
}

#contents .rank_wrap4 .point:before {
    content: "POINT";
    position: absolute;
    display: block;
    background: url("img/rank_point.png") 0 0 no-repeat;
    background-size: 100%;
    width: 75px;
    height: 80px;
    box-sizing: border-box;
    padding: 13px 0 0 0;
    top: -17px;
    left: -15px;
    margin: 0;
    color: #FFF;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}

#contents .rank_wrap4 .point:after {
    content: "";
    content: counter(div);
    counter-increment: div;
    position: absolute;
    top: -17px;
    left: -15px;
    width: 75px;
    height: 44px;
    padding: 38px 0 0;
    line-height: 1.1;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#contents .noCount .recommend {
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 18px 20px 18px 70px;
    border: 2px solid #96bec8;
    outline: solid 1px #96bec8;
    outline-offset: -4px;
    background: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3rem;
}

#contents .noCount .recommend:before {
    content: "おすすめ";
    position: absolute;
    display: block;
    background: url("img/rank_recommend.png") 0 0 no-repeat;
    background-size: 100%;
    width: 75px;
    height: 80px;
    box-sizing: border-box;
    padding: 24px 0 0 0;
    top: -17px;
    left: -15px;
    margin: 0;
    color: #FFF;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}

#contents .noCount .check {
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 18px 20px 18px 70px;
    border: 2px solid #f5879b;
    outline: solid 1px #f5879b;
    outline-offset: -4px;
    background: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3rem;
}

#contents .noCount .check:before {
    content: "CHECK";
    position: absolute;
    display: block;
    background: url("img/rank_check.png") 0 0 no-repeat;
    background-size: 100%;
    width: 75px;
    height: 80px;
    box-sizing: border-box;
    padding: 24px 0 0 0;
    top: -17px;
    left: -15px;
    margin: 0;
    color: #FFF;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}

#contents .noCount .point {
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 18px 20px 18px 70px;
    border: 2px solid #dcc850;
    outline: solid 1px #dcc850;
    outline-offset: -4px;
    background: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3rem;
}

#contents .noCount .point:before {
    content: "POINT";
    position: absolute;
    display: block;
    background: url("img/rank_point.png") 0 0 no-repeat;
    background-size: 100%;
    width: 75px;
    height: 80px;
    box-sizing: border-box;
    padding: 24px 0 0 0;
    top: -17px;
    left: -15px;
    margin: 0;
    color: #FFF;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}

.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: 40px 0;
    box-sizing: border-box;
}

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

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

#main .float-wrap .flame:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 55px;
    height: 44px;
    background: url("img/ico_tape01.png") no-repeat;
}

#main .float-wrap .flame:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -14px;
    width: 55px;
    height: 44px;
    background: url("img/ico_tape01.png") no-repeat;
}

#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 20px;
    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*/
#main .btn-internal, #main .btn-web {
    text-align: center;
    margin: 20px auto;
    padding: 0;
    width: 450px;
}

#main .btn-internal a {
    padding: 21px 45px 21px;
    background: #0e3c92 url(img/arrow_rough_white.png) right 15px center no-repeat;
    background-size: 14px auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 30px;
    display: block;
}

#main .btn-web a {
    padding: 21px 45px 21px;
    background: #af1100 url(img/arrow_rough_white.png) right 15px center no-repeat;
    background-size: 14px auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 30px;
    display: block;
}

#main .btn-internal a:hover, #main .btn-web a:hover {
}
#main .btn-tel {
    display: none;
}

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

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

#main .btn-link a::before {
}

#main .btn-link a:hover {
    opacity: 0.7;
    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 {
    width: 22%;
    padding: 14px 16px;
    background: #eee;
    line-height: 1.3;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    border: solid 1px #000;
}

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

/*--------------------------------------
　box-wrap
---------------------------------------*/
#contents .box-wrap {
    margin: 50px 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

#contents .box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 395px;
    margin: 0 0.7% 20px;
}

#contents .left_box {
    border: solid 3px #000;
    padding: 30px;
    background: #f6f2eb;
    position: relative;
    margin: 0 0.7% 50px;
}

#contents .left_box a {
    display: block;
}

#contents .left_box a:before {
    content: url(img/parts03_arrow_link.png);
    position: absolute;
    bottom: 5px;
    right: 5px;
    line-height: 0;
}

#contents .left_box .flame {
    margin: 0 0 30px;
}

#contents .left_box .box-head {
    margin: 0 0 20px;
}

#contents .left_box .box-head .sttl {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    background: none;
}

#contents .left_box .box-head .sttl:before, #contents .left_box .box-head .sttl:after {
    content: none;
}

#contents .left_box .box-body {
    text-align: left;
}

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

#contents .right_box {
    background: #fff;
    border: solid 3px #000;
    padding: 50px 30px 30px;
    margin: 0 0.7% 50px;
}

#contents .right_box a {
    display: block;
}

#contents .right_box .fukiWrap {
    padding: 0 10px;
    margin: -80px auto 0;
    display: table;
    background: #fff;
}

#contents .right_box .fukiCatch {
    width: 290px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 17px 15px;
    border-radius: 30px;
    text-align: center;
    background: #96bec8;
    position: relative;
    margin: 0;
}

#contents .right_box .fukiCatch:before {
    content: "";
    background: url(img/frame-wrap_baloon.png) no-repeat;
    background-size: 100%;
    width: 24px;
    height: 22px;
    display: inline-block;
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

#contents .right_box .box-head {
}

#contents .right_box .box-head .sttl {
    background: url(img/tit_line_dot.png) no-repeat bottom;
    margin: 20px 0 20px;
    padding: 20px 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}

#contents .right_box .box-head .sttl:before, #contents .right_box .box-head .sttl:after {
    content: none;
}

#contents .right_box a .box-head .sttl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    background: url(img/arrow_black.png) no-repeat right center, url(img/tit_line_dot.png) no-repeat bottom;
    background-size: 8px auto, auto;
    display: block;
    padding: 20px 25px;
}

#contents .right_box .box-body {
    text-align: left;
}

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

#contents .right_box .listBg {
    background: #f6f2eb;
}

#contents .right_box .listBg ul {
    margin: 25px 0 10px;
    padding: 15px 15px 10px;
}

/* frame-wrap */
#contents .frame-wrap {
    margin: 30px 0 20px;
    padding: 40px 0 40px;
    counter-reset: div;
    text-align: center;
}

#contents .frame-wrap .frameBoxWrap {
}

#contents .frame {
    vertical-align: top;
    width: 258px;
    display: inline-block;
    margin: 0 0.7% 20px;
}

#contents .frameLeft {
    background: #333;
    border: solid 3px #333;
}

#contents .frameLeft .inner {
    padding: 20px;
    position: relative;
}

#contents .frameLeft .inner:before {
    content: counter(div, decimal-leading-zero);
    counter-increment: div;
    background: url(img/frame-wrap_num.png) no-repeat;
    background-size: 100%;
    width: 97px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: -33px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    padding: 13px 0 0;
}

#contents .frameLeft .frame-head {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-bottom: dashed 1px #fff;
    padding: 0 0 15px;
    margin: 0 0 20px;
    line-height: 1.5;
    background: none;
    display: table;
    width: 100%;
}

#contents .frameLeft .frame-head:before, #contents .frameLeft .frame-head:after {
    content: none;
}

#contents .frameLeft .frame-head a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}

#contents .frameLeft .frame-body p {
    color: #fff;
    text-align: left;
    margin: 0;
}

#contents .frameCenter {
    background: #f6f2eb;
    border: solid 2px #000;
    border-top: none;
    padding: 25px 20px 20px;
    position: relative;
}

#contents .frameCenter:before {
    content: "";
    background: url(img/frame-wrap_top.png) repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
}

#contents .frameCenter .frame-head {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    border-bottom: dashed 1px #000;
    padding: 0 0 15px;
    margin: 0 0 20px;
    line-height: 1.5;
    background: none;
}

#contents .frameCenter .frame-head:before, #contents .frameCenter .frame-head:after {
    content: none;
}

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

#contents .frameCenter .frame-body {
    text-align: left;
}

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

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

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

#contents .frameCenter .frame-body .listBg ul {
    padding: 20px 20px 15px;
    margin: 20px 0 10px;
}

#contents .frameRight {
    border: solid 2px #000;
    padding: 20px;
    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 20px;
}

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

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

#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%;
    bottom: inherit;
    left: inherit;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

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

#contents .frameRight .frame-body {
    text-align: left;
}

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

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

#contents .addParts .enTtl {
    margin: 0 auto 25px;
}

#contents .addParts .partTtl {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
    background: none;
    padding: 0;
}

#contents .addParts .partTtl:before, #contents .addParts .partTtl:after {
    content: none;
}

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

#contents .addParts .iconList li {
    background: #96bec8;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    width: 107px;
    float: left;
    line-height: 1.4;
    padding: 8px 10px 6px;
    font-weight: bold;
    font-size: 10px;
    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 .comBoxWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

#contents .addParts01 .comBoxWrap .box {
    width: 260px;
    margin: 0 20px 0 0;
}

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

#contents .addParts01 .comBoxWrap .box .catch {
    background: url("img/hTit_bg_yel_top.png") 50% 0 no-repeat, url("img/hTit_bg_yel_bottom.png") 50% 100% no-repeat;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 28px 20px 20px;
    margin: 0 0 20px;
    display: table;
    width: 100%;
}

#contents .addParts01 .comBoxWrap .box .catch span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: none;
}

#contents .addParts01 .comBoxWrap .box .catch:before {
    content: "";
    width: 100%;
    height: 75%;
    position: absolute;
    top: 20%;
    left: 1px;
    z-index: -1;
    background: url("img/hTit_bg_yel_rep.png") repeat-y;
}

#contents .addParts01 .comBoxWrap .box .comBox {
    background: #f6f2eb;
	padding: 15px;
	margin-top: 10px
}

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

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

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

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

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

#contents .addParts01 .comBoxWrap .box .comBox .iconList {
    padding: 0 20px;
    margin: 0 0 15px;
}

#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 {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 10px;
}

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

/* addParts02 */
#contents .addParts02 .greenArea {
    background: #c3dcdc;
    padding: 40px 40px 50px;
}

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

#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;
    letter-spacing: normal;
}

#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: 0 0 60px;
}

#contents .addParts02 .txtArea .catch {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 20px;
    line-height: 1.3;
    background: none;
}

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

#contents .addParts02 .compareArea {
    background: #f4e94e;
    border-radius: 10px;
    padding: 40px 30px;
    position: relative;
    margin: 0 0 60px;
}

#contents .addParts02 .compareArea:before {
    content: "";
    background: url(img/parts02_ico_flag_l.png) no-repeat;
    width: 91px;
    height: 71px;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -10px;
}

#contents .addParts02 .compareArea:after {
    content: "";
    background: url(img/parts02_ico_flag_r.png) no-repeat;
    width: 91px;
    height: 71px;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
}

#contents .addParts02 .compareArea .catch {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 25px;
    padding: 0 20px;
    background: none;
    line-height: 1.3;
}

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

#contents .addParts02 .compareArea .iconList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

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

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

#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;
    letter-spacing: normal;
}

#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;
    padding: 20px 0 0;
}

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

#contents .addParts02 .boxPart .fuki {
    background: #f6f2eb;
    border: solid 1px #000;
    border-radius: 20px;
    padding: 40px 40px 30px;
    width: 610px;
    position: relative;
}

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

#contents .addParts02 .boxPart .personL .fuki:before {
    content: url(img/parts02_ico_fuki_l.png);
    position: absolute;
    top: 50px;
    left: -15px;
}

#contents .addParts02 .boxPart .personR .fuki:before {
    content: url(img/parts02_ico_fuki_r.png);
    position: absolute;
    top: 50px;
    right: -15px;
}

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

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

#contents .addParts03 .listWrap .listBox {
    display: inline-block;
    width: 396px;
    border: solid 1px #000;
    margin: 0 20px 20px 0;
    position: relative;
    vertical-align: top;
}

#contents .addParts03 .listWrap .listBox:nth-child(2n) {
    margin: 0 0 20px 0;
}

#contents .addParts03 .listWrap .listBox:before {

}

#contents .addParts03 .listWrap .listBox a {
    background: #fff url(img/parts03_arrow_link.png) no-repeat bottom 5px right 5px;
    padding: 20px;
    display: block;
}

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

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

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

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

#contents .addParts03 .listWrap .listBox dd {
    overflow: hidden;
    width: auto;
    text-align: left;
}

#contents .addParts03 .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;
}

#contents .addParts03 .listWrap .listBox dd .catch {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
    background: none;
    line-height: 1.3;
}

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

#contents .addParts03 .listWrap .listBox p {
    text-align: left;
    margin: 0;
}

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

    .sp {
        display: block;
    }

    .sp_br {
        display: block;
    }

    .pc_br {
        display: none;
    }

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

    .bgWhite {
        background: transparent;
    }

    a:hover {
        opacity: 1;
    }

    /*--------------------------------------
　Header
---------------------------------------*/
    header {
    }

    header .headTopArea {
        background: #c3dcdc;
        padding: 2px 4%;
        margin: 0 auto;
        width: 100%;
    }

    header .headTopArea .rightTxt {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: left;
    }

    header .headNoteArea {
        padding: 15px 0 20px;
        background: #fff;
    }

    header .headNoteArea .logo {
        width: 120px;
        margin: 0 auto;
    }

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

    #visArea:before {
        content: none;
    }

    #visArea .mainArea {
        background: url(/wp/wp-content/uploads/750-410.jpg) no-repeat center top;
        background-size: 100%;
        height: auto;
        width: 100%;
        margin: 0 auto 30px;
        position: relative;
        padding: 40% 4% 0;
    }

    #visArea .mainArea .mainTxtBox {
        position: static;
    }

    #visArea .mainArea .catchArea {
        background: #f4e94e;
		width: 95%;
        padding: 15px 20px;
        margin: 0 0 15px;
    }

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

    #visArea .mainArea .txtArea {
        width: 100%;
        background: transparent;
        padding: 0;
    }

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

    #sp_nav {
        position: fixed;
        top: 0;
        right: -80%;
        box-sizing: border-box;
        background-color: #c3dcdc;
        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: #c3dcdc 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: 12px 16px;
        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: 41px;
        height: 41px;
        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: 41px;
        height: 41px;
        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: #c3dcdc;
    }

    #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: 18px !important;
        background-color: #c3dcdc;
    }

    #side {
        display: none;
    }

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

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

    /*--------------------------------------
　Main Contents
---------------------------------------*/
    #contents {
        margin: 30px 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: 60px;
        bottom: 20px;
        right: 0;
        z-index: 10;
    }

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

    footer {
        box-sizing: border-box;
        width: 100%;
        padding: 20px 0 0;
        margin: 40px 0 0;
        background: #c3dcdc;
        position: relative;
    }

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

    footer .areaInner .logo {
        width: 120px;
        margin: 0 auto 20px;
    }

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

    footer .areaInner .footBox {
        border-bottom: 1px solid #000;
    }

    footer .areaInner .footBox {
        margin: 0;
    }

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

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

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

    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 {
        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 #000;
        padding: 14px 40px 14px 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: 14px 40px 14px 8%;
        border-bottom: 1px solid #000;
    }

    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: 10px 40px 10px 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: 30px auto 20px;
        background: #FFF;
        padding: 20px;
        box-sizing: border-box;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8em;
        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% 20px;
        line-height: 1.4;
    }

    footer .botArea {
        background: #fff;
        padding: 10px 4% 10px;
    }

    footer .botInner .smap {
        text-align: right;
        margin: 0 0 10px;
    }

    footer p.copy {
        margin: 0;
        padding: 0;
        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;
    }

    /* ================== */
    /*  メインコンテンツ　*/
    /* ================== */
    .index a, .category a, .page a {
    }

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

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

 
	
	
	
	
	
	
	
	
	

    #main.index h2, #main.category h1, #main.page h1 {
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 1em 0;
        text-align: center;
    }
    #main.index h2:not(.partTtl), #main.category h1, #main.page h1 {
        letter-spacing: normal;
        padding: 2.5rem 0 2rem;
        background-size: auto 3px;
    }

    #main.category .enTtl, #main.page .enTtl {
        margin: -77px auto 70px;
    }

    #main.index h3, #main.category h2, #main.page h2 {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 2em 0;
        line-height: 1.4;
        padding: 20px 20px 18px 45px;
        background-position: left 13px center;
        background-size: 18px auto;
        position: relative;
        letter-spacing: normal;
    }

    #main.index h3:before, #main.category h2:before, #main.page h2:before {
        height: 7px;
    }

    #main.index h3:after, #main.category h2:after, #main.page h2:after {
        height: 7px;
    }

    #main.index h4, #main.category h3, #main.page h3 {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 2em 0;
        padding: 15px 30px 20px 30px;
        letter-spacing: normal;
        background-size: auto 3px;
    }

    #main.index h5, #main.category h6, #main.category h4, #main.category h5, #main.category h6, #main.page h4, #main.page h5, #main.page h6 {
        margin: 2em 0;
        padding: 10px 20px 13px 20px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.5;
        background-size: 4px auto;
        letter-spacing: normal;
    }

    .sitemap h2 a {
        color: #000;
    }

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

    #contents ul li {
        padding: 0 0 6px 30px;
    }

    #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:nth-child(-n + 9):before {
        content: counter(number);
    }

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

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

    #contents .rank {
        position: relative;
        border: 2px solid #96bec8;
        outline: solid 1px #96bec8;
        outline-offset: -4px;
        margin: 20px 0;
        padding: 19px 20px 19px 50px;
        line-height: 1.3;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        color: #96bec8;
        background: #fff;
    }

    #contents .rank:before {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        left: -13px;
        top: -17px;
        background: url("img/rank_recommend.png") no-repeat;
        background-size: 100%;
        width: 50px;
        height: 52px;
        line-height: 1.1;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        color: #fff;
        font-weight: bold;
        padding: 18px 0 0;
    }

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

    #contents .rank_wrap2 .recommend {
        display: block;
        position: relative;
        margin: 20px 0;
        padding: 18px 20px 18px 70px;
        border: 2px solid #96bec8;
        outline: solid 1px #96bec8;
        outline-offset: -4px;
        background: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .rank_wrap2 .recommend:before {
        content: "おすすめ";
        position: absolute;
        display: block;
        background: url("img/rank_recommend.png") 0 0 no-repeat;
        background-size: 100%;
        width: 65px;
        height: 68px;
        box-sizing: border-box;
        padding: 20px 0 0;
        top: -17px;
        left: -15px;
        margin: 0;
        color: #FFF;
        font-size: 10px;
        font-size: 1.0rem;
        font-weight: bold;
        text-align: center;
    }

    #contents .rank_wrap2 .recommend:after {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        top: -17px;
        left: -15px;
        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_wrap3 {
        counter-reset: div;
    }

    #contents .rank_wrap3 .check {
        display: block;
        position: relative;
        margin: 20px 0;
        padding: 18px 20px 18px 70px;
        border: 2px solid #f5879b;
        outline: solid 1px #f5879b;
        outline-offset: -4px;
        background: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .rank_wrap3 .check:before {
        content: "CHECK";
        position: absolute;
        display: block;
        background: url("img/rank_check.png") 0 0 no-repeat;
        background-size: 100%;
        width: 65px;
        height: 68px;
        box-sizing: border-box;
        padding: 20px 0 0;
        top: -17px;
        left: -15px;
        margin: 0;
        color: #FFF;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center;
    }

    #contents .rank_wrap3 .check:after {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        top: -17px;
        left: -15px;
        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: 20px 0;
        padding: 18px 20px 18px 70px;
        border: 2px solid #dcc850;
        outline: solid 1px #dcc850;
        outline-offset: -4px;
        background: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .rank_wrap4 .point:before {
        content: "POINT";
        position: absolute;
        display: block;
        background: url("img/rank_point.png") 0 0 no-repeat;
        background-size: 100%;
        width: 65px;
        height: 68px;
        box-sizing: border-box;
        padding: 20px 0 0;
        top: -17px;
        left: -15px;
        margin: 0;
        color: #FFF;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center;
    }

    #contents .rank_wrap4 .point:after {
        content: "";
        content: counter(div);
        counter-increment: div;
        position: absolute;
        top: -17px;
        left: -15px;
        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 .noCount .recommend {
        display: block;
        position: relative;
        margin: 20px 0;
        padding: 18px 20px 18px 70px;
        border: 2px solid #96bec8;
        outline: solid 1px #96bec8;
        outline-offset: -4px;
        background: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .noCount .recommend:before {
        content: "おすすめ";
        position: absolute;
        display: block;
        background: url("img/rank_recommend.png") 0 0 no-repeat;
        background-size: 100%;
        width: 65px;
        height: 68px;
        box-sizing: border-box;
        padding: 27px 0 0;
        top: -17px;
        left: -15px;
        margin: 0;
        color: #FFF;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center;
    }

    #contents .noCount .check {
        display: block;
        position: relative;
        margin: 20px 0;
        padding: 18px 20px 18px 70px;
        border: 2px solid #f5879b;
        outline: solid 1px #f5879b;
        outline-offset: -4px;
        background: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .noCount .check:before {
        content: "CHECK";
        position: absolute;
        display: block;
        background: url("img/rank_check.png") 0 0 no-repeat;
        background-size: 100%;
        width: 65px;
        height: 68px;
        box-sizing: border-box;
        padding: 27px 0 0;
        top: -17px;
        left: -15px;
        margin: 0;
        color: #FFF;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center;
    }

    #contents .noCount .point {
        display: block;
        position: relative;
        margin: 20px 0;
        padding: 18px 20px 18px 70px;
        border: 2px solid #dcc850;
        outline: solid 1px #dcc850;
        outline-offset: -4px;
        background: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    #contents .noCount .point:before {
        content: "POINT";
        position: absolute;
        display: block;
        background: url("img/rank_point.png") 0 0 no-repeat;
        background-size: 100%;
        width: 65px;
        height: 68px;
        box-sizing: border-box;
        padding: 27px 0 0;
        top: -17px;
        left: -15px;
        margin: 0;
        color: #FFF;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center;
    }

    .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: 35px 0;
        padding: 0;
    }

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

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

    #main .float-wrap .flame:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: 60px;
        height: 18px;
        background: url("img/ico_tape03.png") no-repeat;
        background-size: 100%;
    }

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

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

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

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

    /*.float-wrap.ct .catch {
text-align: center;
}*/
    #main .float-wrap.ct .flame:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: 60px;
        height: 18px;
        background: url("img/ico_tape03.png") no-repeat;
        background-size: 100%;
    }

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

    #main .float-wrap .fl.t_small {
        width: 40%;
        padding: 0 20px 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 20px;
        margin: 0;
        text-align: center;
        float: right;
    }

    #main .float-wrap .fr.t_small .flame:before {
        content: "";
        position: absolute;
        top: -6px;
        right: -20px;
        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 */
    #main .btn-tel {
        display: block;
    }
    #main .btn-internal, #main .btn-web, #main .btn-tel, #main .btn-link {
        text-align: center;
        margin: 20px auto;
        padding: 0;
        width: 90%;
    }

    #main .btn-internal a {
        padding: 18px 45px 18px;
        font-size: 15px;
        font-size: 1.5rem;
    }

    #main .btn-web a {
        padding: 18px 45px 18px;
        font-size: 15px;
        font-size: 1.5rem;
    }

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

    #main .btn-link a {
        background: #92b3cc url(img/arrow_rough_white.png) right 15px center no-repeat;
        background-size: 14px auto;
        color: #FFF;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 18px 45px 18px;
        display: block;
        text-align: center;
        border-radius: 30px;
        text-decoration: none;
    }

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

    #main .btn-tel a {
        background: #a67b37 url("img/ico_tel.png") left 15px top 50% no-repeat;
        background-size: 30px;
        color: #FFF;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 18px 40px 18px 50px;
        display: block;
        text-align: center;
        position: relative;
        border-radius: 30px;
    }

    /* ================== */
    /*  テーブル　　　　　*/
    /* ================== */
    #contents table {
        width: 100%;
        table-layout: fixed;
        margin: 30px auto 30px;
        border: solid 1px #000;
    }

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

    #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: left;
        word-wrap: break-word;
        border: none;
        border-bottom: solid 1px #000;
    }

    #contents table tr:last-child td:last-child {
        border-bottom: none;
    }

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

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

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

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

    #contents .left_box .flame {
        margin: 0 0 20px;
    }

    #contents .left_box .box-head {
        margin: 0 0 15px;
    }

    #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;
        border: solid 3px #000;
        padding: 50px 20px 20px;
        margin: 50px 0 50px;
    }

    #contents .right_box:last-child {
        margin: 50px 0 20px;
    }

    #contents .right_box .fukiWrap {
        padding: 0 10px;
        margin: -80px auto 0;
        display: table;
        background: #fff;
    }

    #contents .right_box .fukiCatch {
        width: 100%;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 15px 15px;
        border-radius: 30px;
        text-align: center;
        background: #96bec8;
        position: relative;
        line-height: 1.3;
        margin: 0;
    }

    #contents .right_box .fukiCatch:before {
        content: "";
        background: url(img/frame-wrap_baloon.png) no-repeat;
        background-size: 100%;
        width: 24px;
        height: 22px;
        display: inline-block;
        position: absolute;
        bottom: -22px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

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

    #contents .right_box .box-head .sttl {
        background: url(img/tit_line_dot.png) no-repeat bottom;
        margin: 20px 0 20px;
        padding: 15px 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/arrow_black.png) no-repeat right center, url(img/tit_line_dot.png) no-repeat bottom;
        background-size: 6px auto, auto;
        display: block;
        padding: 15px 20px;
    }

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

    #contents .right_box .listBg {
        background: #f6f2eb;
    }

    #contents .right_box .listBg ul {
        margin: 20px 0 0;
        padding: 15px 15px 10px;
    }

    /* frame-wrap */
    #contents .frame-wrap {
        margin: 30px 0 20px;
        padding: 0;
        counter-reset: div;
    }

    #contents .frame-wrap .frameBoxWrap {
    }

    #contents .frame {
        width: 100%;
        margin: 0 0 20px;
    }

    #contents .frameLeft {
        background: #333;
        border: solid 3px #333;
    }

    #contents .frameLeft .inner {
        padding: 20px;
        position: relative;
    }

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

    #contents .frameLeft .frame-head {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        text-align: center;
        color: #fff;
        border-bottom: dashed 1px #fff;
        padding: 0 0 15px;
        margin: 0 0 20px;
        line-height: 1.5;
    }

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

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

    #contents .frameCenter {
        background: #f6f2eb;
        border: solid 2px #000;
        border-top: none;
        padding: 25px 20px 20px;
        position: relative;
    }

    #contents .frameCenter:before {
        content: "";
        background: url(img/frame-wrap_top.png) repeat-x;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 8px;
    }

    #contents .frameCenter .frame-head {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        text-align: center;
        border-bottom: dashed 1px #000;
        padding: 0 0 15px;
        margin: 5px 0 15px;
        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 10px;
        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: 20px 20px 15px;
        margin: 20px 0 10px;
    }

    #contents .frameRight {
        border: solid 2px #000;
        padding: 20px;
        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 20px;
    }

    #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 20px;
        line-height: 1.5;
        position: relative;
        padding: 5px 20px;
    }

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

    #contents .addParts .enTtl {
        margin: 0 auto 25px;
    }

    #contents .addParts .partTtl {
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 1em 0;
        text-align: center;
        background: none;
        padding: 0;
    }

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

    #contents .addParts .iconList li {
        background: #96bec8;
        border-radius: 3px;
        color: #fff;
        text-align: center;
        width: calc(100% / 2 - 3px);
        float: left;
        line-height: 1.4;
        padding: 10px 10px 8px;
        font-weight: bold;
        font-size: 10px;
        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 .comBoxWrap {
        display: block;
    }

    #contents .addParts01 .comBoxWrap .box {
        width: 100%;
        margin: 0 0 20px 0;
    }

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

    #contents .addParts01 .comBoxWrap .box .catch {
        background: url("img/hTit_bg_yel_top_sp.png") 50% 0 no-repeat, url("img/hTit_bg_yel_bottom_sp.png") 50% 100% no-repeat;
        background-size: 100% auto, 100% auto;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        position: relative;
        padding: 18px 20px 13px;
        margin: 0 0 15px;
    }

    #contents .addParts01 .comBoxWrap .box .catch:before {
        content: "";
        width: 100%;
        height: 60%;
        position: absolute;
        top: 20%;
        left: 0;
        z-index: -1;
        background: url("img/hTit_bg_yel_rep_sp.png") repeat-y;
        background-size: 100%;
    }

    #contents .addParts01 .comBoxWrap .box .comBox {
        background: #f6f2eb;
        padding: 0 0 20px;
    }

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

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

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

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

    #contents .addParts01 .comBoxWrap .box .comBox .iconList {
        padding: 0 20px;
        margin: 0 0 15px;
    }

    #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 {
        width: 100%;
        padding: 0 20px;
        margin: 0 0 10px;
    }

    #contents .addParts01 .comBoxWrap .box .comBox .btn-internal a, #contents .addParts01 .comBoxWrap .box .comBox .btn-web a {
        padding: 20px 40px 20px;
        border-radius: 20px;
    }

    /* addParts02 */
    #contents .addParts02 .greenArea {
        background: #c3dcdc;
        padding: 30px 20px 20px;
    }

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

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

    #contents .addParts02 .ttlArea .comNameWrap {
        display: table;
    }

    #contents .addParts02 .ttlArea .fuki {
        position: static;
        width: 25%;
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px 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 20px;
    }

    #contents .addParts02 .txtArea .catch {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0 0 10px;
    }

    #contents .addParts02 .compareArea {
        background: #f4e94e;
        border-radius: 10px;
        padding: 25px 15px 10px;
        position: relative;
        margin: 0 0 40px;
    }

    #contents .addParts02 .compareArea:before {
        content: "";
        background: url(img/parts02_ico_flag_l.png) no-repeat;
        background-size: 100%;
        width: 60px;
        height: 50px;
        display: inline-block;
        position: absolute;
        top: -6px;
        left: -6px;
    }

    #contents .addParts02 .compareArea:after {
        content: "";
        background: url(img/parts02_ico_flag_r.png) no-repeat;
        background-size: 100%;
        width: 60px;
        height: 50px;
        display: inline-block;
        position: absolute;
        top: -6px;
        right: -6px;
    }

    #contents .addParts02 .compareArea .catch {
        font-size: 15px;
        font-size: 1.5rem;
        text-align: center;
        font-weight: bold;
        margin: 0 0 15px;
        padding: 0 20px;
    }

    #contents .addParts02 .compareArea .iconList {
        display: inherit;
        align-items: inherit;
        justify-content: inherit;
    }

    #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: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: 15px 20px;
        margin: 0 0 20px;
    }

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

    #contents .addParts02 .boxPart .personBox:first-of-type {
        margin: 50px 0 45px;
    }

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

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

    #contents .addParts02 .boxPart .fuki {
        background: #f6f2eb;
        border: solid 1px #000;
        border-radius: 20px;
        padding: 40px 20px 20px;
        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: 10px 0 0 !important;
    }

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

    #contents .addParts02 .boxPart ul li {
        padding: 0 15px 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 */
    #contents .addParts03 .listWrap {
        text-align: center;
    }

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

    #contents .addParts03 .listWrap .listBox:nth-child(2n) {
        margin: 0 0 20px 0;
    }

    #contents .addParts03 .listWrap .listBox:before {
        content: "";
        background-size: 100%;
        width: 80px;
        height: 33px;
        display: inline-block;
        position: absolute;
        top: 0;
        left: -5px;
        z-index: 1;
    }

    #contents .addParts03 .listWrap .listBox a {
        background: #fff url(img/parts03_arrow_link.png) no-repeat bottom 5px right 5px;
        padding: 20px;
        display: block;
    }

    #contents .addParts03 .listWrap .listBox dl {
        margin: 0 0 15px;
    }

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

    #contents .addParts03 .listWrap .listBox dt {
        width: 40%;
        float: left;
        margin: 0 15px 0 0;
    }

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

    #contents .addParts03 .listWrap .listBox dd {
        overflow: hidden;
        width: auto;
        text-align: left;
    }

    #contents .addParts03 .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;
    }

    #contents .addParts03 .listWrap .listBox dd .catch {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0;
    }

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