@charset "utf-8";

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

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
}


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

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 700;
    color: #141414
}

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: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

* {
    box-sizing: border-box
}

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


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

body {
    min-width: 110rem;
    color: #141414;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    word-break: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
}

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

a {
    color: inherit;
    text-decoration: none;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: 700;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.sp_br {
    display: none;
}

:root {
    --serif: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
    --sans-serif: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}


/*--------------------------------------
header
---------------------------------------*/
header .headTopArea {
    width: 110rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.7rem 0;
}

header .headTopArea .rightTxt {
    position: relative;
    color: #0b1b34;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: right;
}

header .headTopArea .rightTxt::before {
    display: inline-block;
    width: 2.8rem;
    height: 1.8rem;
    margin: 0 0.5rem 0 0;
    background: #0b1b34;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
    content: "PR";
}


/*--------------------------------------
gnav
---------------------------------------*/
#g-nav {
    position: relative;
    margin: 0 auto 1.5rem auto;
    background-color: #fff;
    z-index: 100;
}

#g-nav ul {
    display: flex;
    justify-content: space-between;
    width: 110rem;
    height: auto;
    margin: 0 auto;
}

#g-nav li {
    position: relative;
    width: 100%;
    min-height: 8rem;
    text-align: center;
}

#g-nav li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: calc(100% - 4rem);
    border-left: 1px solid #bbb;
    content: "";
}

#g-nav li:last-child::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: calc(100% - 4rem);
    border-right: 1px solid #bbb;
    content: "";
}

#g-nav li a {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2rem 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
}

#g-nav li a span {
    display: table-cell;
    font-weight: 700;
    vertical-align: middle;
}

#g-nav li a:hover::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.3rem;
    background: #fdcc00;
    content: "";
    opacity: 1;
}

#g-nav li a:hover {
    opacity: 1;
}


/*--------------------------------------
barg
---------------------------------------*/
.bargBg.pc {
    position: fixed;
    right: 2.5rem;
    top: 5rem;
    transform: translateX(0);
    transition: transform 0.5s;
    width: 6.4rem;
    height: 6.4rem;
    background: #123b5f;
    cursor: pointer;
    z-index: 900;
}

.menu-trigger {
    display: inline-block;
    width: 6.4rem;
    height: 6.4rem;
    vertical-align: middle;
}

.bargBg.active {
    transform: translateX(-300px);
}

.bargBg span {
    display: inline-block;
    position: absolute;
    left: 1.2rem;
    width: 4rem;
    height: 0.2rem;
    background-color: #fff;
    border-bottom: none;
    box-sizing: border-box;
}

.bargBg.active span {
    background-color: #fff;
}

.bargBg span:nth-of-type(1) {
    top: 1.7rem;
}

.bargBg.active span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
}

.bargBg span:nth-of-type(2) {
    top: 3.2rem;
}

.bargBg.active span:nth-of-type(2) {
    opacity: 0;
}

.bargBg span:nth-of-type(3) {
    top: 4.7rem;
}

.bargBg.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
}

#g-nav-top {
    position: fixed;
    right: 0;
    top: 0;
    width: 30rem;
    height: 100%;
    background-color: #f7f7f7;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: translate(300px);
    transition: all 0.5s;
    z-index: 999;
}

#g-nav-top::-webkit-scrollbar {
    display: none;
}

#g-nav-top.open {
    transform: translateZ(0);
    cursor: pointer;
}

#g-nav-top li {
    color: #333;
    text-align: center;
}

.header-menu ul.accordion ul {
    display: none;
}

#g-nav-top .accordion li {
    margin: 0;
    border-bottom: 1px solid #ccc;
}

#g-nav-top .accordion li a {
    display: block;
    position: relative;
    padding: 1.5rem;
    color: #141414;
    font-size: 1.4rem;
    text-align: left;
}

#g-nav-top .accordion li .tglMenu {
    position: relative;
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
    background: url(img/arrow_black_down.png) no-repeat right 1rem center;
    background-size: 1.2rem auto;
    color: #141414;
    text-align: left;
}

#g-nav-top .accordion li .tglMenu.open {
    background: url(img/arrow_black_up.png) no-repeat right 1rem center;
    background-size: 1.2rem auto;
}

#g-nav-top .accordion li .tglMenu.open::before {
    transform: rotateZ(-90deg);
}

#g-nav-top .accordion li a,
#g-nav-top .accordion li .tglMenu {
    line-height: 2rem;
}

#g-nav-top .accordion li ul li a {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.8) url(img/arrow_black.png) no-repeat right 1rem center;
    background-size: 6px auto;
    color: #141414;
}

#g-nav-top .accordion li ul li {
    margin: 0;
    border-top: 1px solid #ccc;
    border-bottom: none;
}


/*--------------------------------------
Main Contents
---------------------------------------*/
#contents {
    width: 110rem;
    margin: 0 auto;
    padding: 0;
}

#category,
#page {
    float: left;
    width: 83rem;
    margin: 0;
    padding: 4.5rem 0 10rem 0;
}


/*--------------------------------------
Side
---------------------------------------*/
#side {
    float: right;
    width: 22rem;
    padding: 4.5rem 0;
}

#side .sideBox {
    margin: 0 0 1.5rem 0;
    border-top: 2px solid #000;
}

#side .sideBox .sttl {
    font-size: 1.5rem;
}

#side .sideBox .sttl a {
    display: block;
    padding: 1.5rem 0;
    color: inherit;
    line-height: 1.6;
    text-decoration: none;
}


/*--------------------------------------
footer
---------------------------------------*/
footer {
    margin: 0 auto;
    padding: 0;
    background: #e3e9f0;
    color: #102d4b;
}

footer .areaInner {
    width: 100%;
    padding: 6rem 0 4rem 0;
}

footer .areaInner .inner {
    position: relative;
    width: 110rem;
    margin: 0 auto;
}

footer .areaInner .logo {
    margin: 0 auto 4rem auto;
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

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

footer .areaInner .footBox {
    margin: 0 0 3rem 0;
}

footer .areaInner .footBox .sttl {
    margin: 0 0 1.8rem;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #102d4b;
}

footer .areaInner .footBox .sttl a {
    display: block;
    margin: 0;
    padding: 0.2rem 0 0.3rem 2rem;
    background: url(img/arrow_navy.png) no-repeat left 0.4rem center;
    background-size: 6px auto;
    border: none;
    color: #102d4b;
    font-size: 1.6rem;
}

footer .areaInner .footBox .sttl a:hover {
    text-decoration: none;
    opacity: 0.7;
}

footer .footBox ul {
    padding: 0 2rem;
}

footer .areaInner .footBox .accChild {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    box-sizing: border-box;
}

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

footer .areaInner .footBox .accChild li.subCat {
    width: 22%;
    margin: 0 4% 0.8rem 0;
}

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

footer .areaInner .footBox .accChild li.subCat a {
    display: inline-block;
    padding: 0 0 0 1.5rem;
    background: url(img/arrow_navy.png) no-repeat left 0.5rem top 0.8rem;
    background-size: 5px auto;
    color: #102d4b;
}

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

footer .areaInner .footBox .accChild .pc+li::before {
    /* content: "　|　"; */
    color: #fff;
    letter-spacing: 0;
}

footer .areaInner .footBox .accChild .pc+li::before {
    /* content: "|　"; */
    color: #fff;
    letter-spacing: 0;
}

footer .areaInner .footBox .accChild .pc+li.subCat::before {
    content: "";
}

footer .areaInner .footBox .accChild li {
    display: block;
    float: left;
    margin: 0;
}

footer .areaInner .footBox .accChild li a {
    padding: 0;
    font-size: 1.3rem;
}

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

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

footer .areaInner .footBox .accChild .subList li::before {
    position: absolute;
    left: -0.3rem;
    top: 0.3rem;
    content: "└";
}

footer .areaInner .footBox .accChild .subList li a {
    padding: 0 0 0 1.5rem;
    background-image: none;
    font-size: 1.3rem;
}

footer .areaInner .noticeArea {
    width: 100%;
    margin: 5rem auto 0 auto;
    padding: 2.8rem;
    background: #fff;
    border-radius: 0;
    box-sizing: border-box;
}

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

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

footer .botArea {
    background: #071f38;
    color: #fff;
}

footer .botArea .inner {
    width: 110rem;
    margin: 0 auto;
    padding: 1rem 0;
}

footer .botArea .inner.cf {
    content: none;
}

footer p.sitemap {
    float: right;
    font-size: 1.2rem;
    text-align: right;
}

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

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

footer p.copy {
    float: left;
    max-width: calc(100% - 15rem);
    padding: 0.2rem 0 0 5rem;
    font-size: 1.3rem;
    text-align: left;
}


/*--------------------------------------
Pankuzu
---------------------------------------*/
#pankuzuWrap {
    margin: 0;
}

#pankuzu {
    width: 110rem;
    max-width: 100%;
    margin: 2rem auto 0 auto;
    padding: 0;
    font-size: 1.2rem;
}

#pankuzu a {
    text-decoration: underline;
}

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

#pankuzu span {
    border-bottom: none;
    color: inherit;
    font-weight: inherit;
}


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

#page-top img:hover {
    opacity: 0.7;
}



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

.main * {
    box-sizing: border-box;
}

.main p {
    margin: 1em auto;
}

.main p:not([class])>span:not([class]),
.main li:not([class])>span:not([class]),
.main td:not([class])>span:not([class]) {
    background: linear-gradient(transparent 60%, #f5f89d 60%);
    font-weight: 700;
}

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

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

.caption {
    margin: 0.8rem 0 0 0;
    color: #4b4b4b;
    font-size: 1.1rem;
    line-height: 1.4;
    word-break: break-all;
}

.caption a {
    color: inherit;
    text-decoration: underline;
}

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


/*--------------------------------------
heading
---------------------------------------*/
.main-low h1,
.main-low h2,
.main-low h3,
.main-low h4,
.main-low h5,
.main-low h6 {
    position: relative;
    color: #000;
    font-family: var(--serif);
    font-weight: 700;
    line-height: 1.4;
}

.main-low h1 {
    margin: 2.5rem 0 6rem 4rem;
    padding: 3rem 2rem;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    font-size: 3.6rem;
    text-align: center;
}

.main-low h1::before {
    position: absolute;
    left: -4rem;
    top: -2.5rem;
    width: 100%;
    height: 100%;
    background: #102d4b;
    background: -webkit-linear-gradient(0deg, rgba(16, 45, 75, 1) 0%, rgba(51, 83, 114, 1) 100%);
    background: linear-gradient(0deg, rgba(16, 45, 75, 1) 0%, rgba(51, 83, 114, 1) 100%);
    content: "";
    z-index: -1;
}

.main-low h2 {
    margin: 5rem 0 3rem 0;
    padding: 2.5rem 2rem 2.5rem 3rem;
    background: #173553;
    background: url(img/title_bg_01.png) no-repeat left top, -webkit-linear-gradient(0deg, rgba(23, 53, 83, 1) 0%, rgba(75, 110, 141, 1) 100%);
    background: url(img/title_bg_01.png) no-repeat left top, linear-gradient(0deg, rgba(23, 53, 83, 1) 0%, rgba(75, 110, 141, 1) 100%);
    background-size: 37px auto, auto;
    color: #fff;
    font-size: 3rem;
}

.main-low h3 {
    margin: 4rem 0 3rem 0;
    padding: 0.2rem 2rem 0.8rem 1.6rem;
    border-bottom: 1px solid #30939f;
    font-size: 2.4rem;
    color: #30939f;
}

.main-low h3::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.4rem;
    height: calc(100% - 1rem);
    background: #2894a0;
    content: "";
}

.main-low h4,
.main-low h5,
.main-low h6 {
    margin: 4rem 0 2rem 0;
    padding: 0 2rem 0.8rem 1.6rem;
    border-bottom: 1px solid #000;
    font-size: 2rem;
}

.main-low h1 a,
.main-low h2 a,
.main-low h3 a,
.main-low h4 a,
.main-low h5 a,
.main-low h6 a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}

.main-low h2 a {
    background: url(img/arrow_white.png) no-repeat right center;
    background-size: 8px auto;
}


/*--------------------------------------
title
---------------------------------------*/
.main .check,
.main .point,
.main .recommend,
.main .matome,
.main .rank {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 11rem;
    margin: 3rem 0;
    padding: 2rem 2rem 2rem 11rem;
    border-bottom: 1px solid #000;
    color: #000;
    font-family: var(--serif);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
}

.main .check::before,
.main .point::before,
.main .recommend::before,
.main .matome::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10rem;
    height: 10rem;
    box-sizing: border-box;
    color: #fff;
    font-family: var(--sans-serif);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.main .check::before {
    background: url(img/title_bg_02.png) no-repeat center center;
    background-size: contain;
    content: "CHECK";
}

.main .point::before {
    background: url(img/title_bg_03.png) no-repeat center center;
    background-size: contain;
    content: "POINT";
}

.main .matome::before {
    background: url(img/title_bg_04.png) no-repeat center center;
    background-size: contain;
    color: #21405e;
    content: "まとめ";
}

.main .recommend::before {
    background: url(img/title_bg_05.png) no-repeat center center;
    background-size: contain;
    content: "おすすめ";
}

.rank_wrap {
    counter-reset: number;
}

.rank_wrap .rank::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10rem;
    height: 10rem;
    background: url(img/title_bg_06.png) no-repeat center center;
    background-size: contain;
    box-sizing: border-box;
    color: #fff;
    font-family: var(--sans-serif);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    content: counter(number, decimal-leading-zero);
    counter-increment: number 1;
}

.check_number_wrap,
.point_number_wrap,
.recommend_number_wrap {
    counter-reset: num;
}

.check_number_wrap .check::before,
.point_number_wrap .point::before,
.recommend_number_wrap .recommend::before {
    display: block;
    padding: 3.2rem 0 0 0;
    font-size: 1.55rem;
}

.check_number_wrap .check::after,
.point_number_wrap .point::after,
.recommend_number_wrap .recommend::after {
    position: absolute;
    left: 0;
    top: calc(50% - 0.2rem);
    width: 10rem;
    color: #fff;
    font-family: var(--sans-serif);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
}

.main .check a,
.main .point a,
.main .recommend a,
.main .matome a,
.main .rank a {
    display: block;
    width: 100%;
    padding: 0 2rem 0 0;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}


/*--------------------------------------
lists
---------------------------------------*/
.main ul:not([class]) {
    margin: 4rem 0;
    padding: 0;
}

.main ul:not([class]) li {
    position: relative;
    margin: 0 0 0.6rem 0;
    padding: 0 0 0 2.4rem;
}

.main ul:not([class]) li:last-child {
    margin: 0;
}

.main ul:not([class]) li::before {
    position: absolute;
    left: 0;
    top: 1rem;
    width: 1rem;
    height: 1rem;
    background: #2894a0;
    border-radius: 50%;
    content: "";
}

.main ol {
    margin: 4rem 0;
    padding: 0;
    counter-reset: number 0;
}

.main ol li {
    position: relative;
    margin: 0 0 0.6rem 0;
    padding: 0 0 0 3rem;
    counter-increment: number;
}

.main ol li::before {
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 2rem;
    height: 2rem;
    background: #102d4b;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2rem;
    text-align: center;
}

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

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


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

table {
    width: 100%;
    margin: 3rem auto;
    border-collapse: collapse;
}

table th {
    padding: 1rem 1.5rem;
    background: #eee;
    border: 1px solid #999;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

table td {
    padding: 1rem 1.5rem;
    background: #fff;
    border: 1px solid #999;
    line-height: 1.6;
}

.js-scrollable {
    margin: 4rem auto;
    overflow-y: hidden !important;
}

table.table-scroll {
    table-layout: fixed;
    width: 100%;
    margin: 0;
}

table.table-scroll th,
table.table-scroll td {
    padding: 1rem;
    text-align: center;
}

table.td-text-left td{
text-align:left;	
}

table.table-scroll td:not([class])>span:not([class]) {
    background: none;
    color: #a12d2f;
    font-weight: 700;
}

table.table-scroll th[scope="row"] {
    width: 20rem;
}

table.table-scroll th[scope="col"] {
    width: calc((100% - 20rem) / 2);
    padding: 1rem;
    background: #f0f4fa;
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
    margin: 6rem auto;
}

.float-wrap .fl {
    width: 35rem;
    margin: 0 3rem 1rem 0;
    text-align: center;
}

.float-wrap .fr {
    width: 35rem;
    margin: 0 0 1rem 3rem;
    text-align: center;
}

.float-wrap .ct {
    width: 60rem;
    margin: 0 auto 2rem auto;
    text-align: center;
}

.float-wrap .catch {
    margin: 0 0 1.5rem 0;
    color: #2894a0;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    font-family: var(--serif);
}

.float-wrap p:not([class]) {
    margin: 1em 0 0 0;
}

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

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

.float-wrap p:not([class]) {
    text-align: left;
}


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

.btn-internal,
p.btn-internal {
    position: relative;
    max-width: 45rem;
    margin: 4rem auto;
    padding: 0;
    text-align: center;
    z-index: 2;
}

.btn-internal a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 7rem;
    margin: 0 auto;
    padding: 2rem 3rem;
    background: #2894a0 url(img/arrow_white.png) no-repeat right 2rem center;
    background-size: 7px auto;
    border-radius: 6rem;
    box-shadow: 0 5px 0 0 #165d64;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-internal.down a {
    padding: 2rem 3.5rem;
    background: #2894a0 url(img/arrow_white_down.png) no-repeat right 2rem center;
    background-size: auto 7px;
}

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

.btn-web,
p.btn-web {
    position: relative;
    max-width: 45rem;
    margin: 4rem auto;
    padding: 0;
    text-align: center;
    z-index: 2;
}

.btn-web a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 7rem;
    margin: 0 auto;
    padding: 2rem 3rem;
    background: #d5f856 url(img/arrow_black.png) no-repeat right 2rem center;
    background-size: 7px auto;
    border-radius: 6rem;
    box-shadow: 0 5px 0 0 #b2b647;
    box-sizing: border-box;
    color: #1e3c5a;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.btn-link {
    margin: 4rem 0;
    padding: 0;
    text-align: right;
}

.btn-link a {
    display: inline-block;
    position: relative;
    min-height: 1.6rem;
    padding: 0.1rem 0 0.4rem 2.4rem;
    background: url(img/arrow_link.png) no-repeat left center;
    background-size: 16px auto;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: underline;
}

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


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

.box-wrap .box {
    position: relative;
    width: calc((100% - 6.4rem) / 2);
    margin: 0;
    padding: 3rem 1rem;
    background: #fff;
    border-top: 1px solid #999;
}

.box-wrap .box:last-child,
.box-wrap .box:nth-last-child(2) {
    border-bottom: 1px solid #999;
}

.box-wrap .box:nth-child(even)::before {
    position: absolute;
    left: -3.2rem;
    top: 0.5rem;
    width: 0.1rem;
    height: calc(100% - 1rem);
    border-left: 1px solid #999;
    content: "";
}

.box-wrap .box-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 4rem 0;
}

.box-wrap .box-head .fig {
    width: 12rem;
}

.box-wrap .box-head .ttl {
    width: calc(100% - 12rem);
    padding: 0 0 0 2rem;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    font-family: var(--serif);
}

.box-wrap .box-head .ttl a {
    display: block;
    width: 100%;
    padding: 0 2rem 0 0;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
    font-family: var(--serif);
}

.box-wrap .box-body p:not([class]) {
    margin: 0;
}


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

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

.frame-wrap .frame {
    position: relative;
    width: calc((100% - 3.2rem) / 3);
    margin: 0 0 3rem 0;
    padding: 3rem 2.4rem;
    background: #f4f4f4;
}

.frame-wrap .frame::before {
    position: absolute;
    left: 2.4rem;
    top: -1.8rem;
    color: #2894a0;
    font-family: var(--serif);
    font-size: 2.4rem;
    font-weight: 700;
    content: "POINT";
}

.frame-wrap .frame-head {
    display: flex;
    align-items: center;
    margin: 0 0 1.5rem 0;
}

.frame-wrap .frame-head .ttl {
    width: 100%;
    color: #000;
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
}

.frame-wrap .frame-head .ttl a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}

.frame-wrap .frame-head .ttl a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.frame-wrap .frame-body p:not([class]) {
    margin: 0;
}

.frame-wrap .frame-body .fig {
    margin: 0 0 2rem 0;
    text-align: center;
}

.frame-wrap .link {
    margin: 2rem 0 0 0;
    padding: 0;
    text-align: right;
}

.frame-wrap .link a {
    display: inline-block;
    position: relative;
    min-height: 1.6rem;
    padding: 0.1rem 2.4rem 0.2rem 0;
    background: url(img/arrow_link.png) no-repeat right center;
    background-size: 16px auto;
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: underline;
}

.frame-wrap .link a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
    display: none;
}

.accordion-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 45rem;
    min-height: 7rem;
    margin: 0 auto 4rem auto;
    padding: 2rem 6rem;
    background: #b9cce1;
    border-radius: 6rem;
    box-shadow: 0 5px 0 0 #213d5a;
    box-sizing: border-box;
    color: #223d58;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.accordion-btn::before {
    position: absolute;
    top: 50%;
    right: 3rem;
    width: 2rem;
    height: 0.2rem;
    background: #223d58;
    content: "";
    transform: translate(0, -50%);
    z-index: 2;
}

.accordion-btn::after {
    position: absolute;
    right: 3.9rem;
    top: 50%;
    width: 0.2rem;
    height: 2rem;
    background: #223d58;
    content: "";
    transform: translate(0, -50%);
    transition: 0.3s ease all;
    z-index: 2;
}

.accordion-btn:hover {
    box-shadow: none;
    opacity: 0.7;
    transform: translateY(5px);
}

.accordion-btn.is-open::after {
    transform: translate(0, -50%) rotate(-90deg);
}


/*--------------------------------------
toc
---------------------------------------*/
.block-toc {
    margin: 0 auto 4rem auto;
}

.block-toc .accordion-btn {
    margin: 0 auto;
}

.toc_parts {
    width: 80rem;
    margin: 4rem auto 0 auto;
    padding: 3rem 4rem 2rem 4rem;
    background: #f4f4f4;
}

.toc_parts .ttl {
    position: relative;
    padding: 0 0 0 1.5rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

.toc_parts .ttl::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.3rem;
    height: 100%;
    background: #2894a0;
    content: "";
}

#toc {
    margin: 1.5rem 0 0 0;
    border-top: 1px solid #807e7e;
}

#toc .chapter {
    margin: 0 0 2rem 0;
    padding: 0 1rem;
    counter-reset: count;
}

#toc .chapter .chapter-h {
    position: relative;
    margin: 2rem 0 0 0;
    padding: 0 0 0 4rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
    counter-increment: count;
}

#toc .chapter .chapter-h:last-child {
    margin-bottom: 0;
}

#toc ul.chapter .chapter-h::before {
    position: absolute;
    left: 0;
    top: 1.4rem;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    color: #2894a0;
    font-size: 2rem;
    font-weight: 700;
    content: counter(count, decimal-leading-zero);
}

#toc .chapter .chapter-h a {
    text-decoration: none;
}

#toc .chapter .chapter-h a:hover {
    opacity: 0.7;
}

#toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 4rem;
    padding: 0 0 0 1.5rem;
    font-size: 1.5rem;
    counter-increment: none;
}

#toc li.chapter-h.chapter-h-three::before {
    position: absolute;
    left: 0;
    top: 0.7rem;
    transform: rotate(180deg);
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: "";
}

#toc li.chapter-h.chapter-h-three a {
    font-weight: normal;
}

#toc li.chapter-h.chapter-h-three span {
    font-weight: 400;
}

#toc .chapter br {
    display: none;
}


/*--------------------------------------
related
---------------------------------------*/
#related-article p:not([class]) {
    margin: 0;
}

#related-article.related-article01-frame {
    position: relative;
    width: 80rem;
    margin: 6rem auto 4rem auto;
    padding: 4rem 5rem;
    background: #f1f1f1;
}

#related-article .related-article01-title {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
}

#related-article .related-article01-list {
    margin: 1rem 0 0 0;
    padding: 0 2rem;
    border-top: 1px solid #999;
}

#related-article .related-article01-list li {
    position: relative;
    margin: 2rem 0 0 0;
    padding: 0 0 0 2.5rem;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.4;
}

#related-article .related-article01-list li::before {
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 1.2rem;
    height: 1.2rem;
    background: #2894a0;
    border-radius: 50%;
    content: "";
}

#related-article .related-article01-list li+li {
    margin: 1rem 0 0 0;
}

#related-article .related-article01-list a {
    text-decoration: none;
}

#related-article .related-article01-list a:hover {
    opacity: 0.6;
}

.is-hidden {
    display: none;
}

.related-article01-more {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -4rem;
    width: 100%;
    height: 25%;
    padding: 2rem 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
    background-color: transparent;
}

.related-article01-more.is-closed {
    display: none;
}

.related-article01-btn {
    position: relative;
    padding: 1rem 5rem 1rem 2rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10rem;
}

.related-article01-btn::before {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 1.8rem;
    height: 0.2rem;
    background: #000;
    content: "";
}

.related-article01-btn::after {
    position: absolute;
    right: 2.3rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.2rem;
    height: 1.8rem;
    background: #000;
    content: "";
    transition: transform 0.3s;
}

.related-article01-btn:hover {
    opacity: 0.6;
}


/*--------------------------------------
matome
---------------------------------------*/
.block-matome {
    position: relative;
    width: calc(100% - 1.2rem);
    margin: 6rem 0;
    padding: 4.5rem 0;
    border: 3px solid #2894a0;
}

.block-matome::before {
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    width: calc(100% + 1.2rem);
    height: calc(100% + 1.2rem);
    background: url(img/matome_bg_01.jpg) no-repeat left top;
    background-size: cover;
    content: "";
    pointer-events: none;
    z-index: -1;
}

.block-matome .ttl {
    width: calc(100% - 5rem);
    margin: 0 0 3.5rem 0;
    padding: 3rem 4rem 2.5rem 4rem;
    background: #2894a0;
    color: #fff;
    font-family: var(--serif);
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
}

.block-matome .box {
    width: calc(100% - 10rem);
    margin: 0 auto;
    padding: 2.5rem 3.5rem;
    background: rgba(255, 255, 255, 0.9);
}

.block-matome .box p:not([class]) {
    margin: 1em 0 0 0;
}

.block-matome .box p:not([class]):first-child {
    margin: 0;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10rem;
    background: #dae4eb url(img/mv_bg_04.jpg) no-repeat center center;
    background-size: cover;
}

#visArea.lower .siteName {
    color: #000;
    font-family: var(--serif);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 10rem;
    width: 22rem;
    box-sizing: border-box;
    z-index: 310;
}

.block-banner a {
    display: block;
    width: 100%;
    padding: 13rem 1rem 1.5rem 1rem;
    background: #112d49 url(img/banner_bg_01.jpg) no-repeat center top 1.5rem;
    background-size: 19rem auto;
    color: #fff;
    font-family: var(--serif);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    transition: 0.2s;
}

.block-banner a>span {
    display: block;
    background: url(img/arrow_white.png) no-repeat right 0.5rem center;
    background-size: 5px auto;
}

.block-banner a span span {
    font-size: 2.1rem;
    color: #e2ff79;
}

.block-banner a:hover {
    opacity: 0.7;
}


/*--------------------------------------
slider
---------------------------------------*/
.block-slider .slideTxtArea .caption {
    margin: 0.8rem 0 2rem 0;
}

.block-slider .slideTit {
    margin: 0 0 0.5rem 0;
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
}

.block-slider .slideTxtArea {
    opacity: 0;
    transition: all 1.0s 0s ease;
}

.block-slider .slick-slide.slick-current .slideTxtArea,
.block-slider .slick-slide.is-active-next .slideTxtArea {
    opacity: 1;
}

.block-slider .slideTxtInner {
    margin-left: -1.5rem;
    opacity: 0;
}

.block-slider .slick-slide.slick-current .slideTxtInner,
.block-slider .slick-slide.is-active-next .slideTxtInner {
    margin-left: 0;
    opacity: 1;
}

.block-slider .slick-counter {
    display: none !important;
}


/*--------------------------------------
addParts
---------------------------------------*/
.addInner {
    position: relative;
    width: 110rem;
    margin: 0 auto;
}

.addParts-title {
    margin: 0 0 4rem 0;
    color: #14314f;
    font-family: var(--serif);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.6;
    text-align: center;
}

.addParts-title span {
    font-size: 4rem;
}

.addParts-title a {
    display: inline-block;
    padding: 0 3rem;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}

p.lead {
    width: 80%;
    margin: 0 auto 6rem auto;
}

p.lead span {
    background: linear-gradient(transparent 60%, #f5f89d 60%);
    font-weight: 700;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
    padding: 8rem 0 10rem 0;
    background: #ddd url(img/add01_bg_01.jpg) no-repeat center top;
    background-size: cover;
}

.addParts01 .addParts-title {
    margin: 0 0 8rem 0;
}

.addParts01 .addParts-title span {
    color: #2894a0;
}

.addParts01 p.note {
    margin: 2rem auto 0 auto;
    font-size: 1.2rem;
}

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

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

.addParts01 .block .box {
    width: calc((100% - 4.4rem) / 3);
    background: #fff;
}

.addParts01 .block .box-head {
    position: relative;
    min-height: 13rem;
    padding: 4.5rem 1.5rem 1.5rem 1.5rem;
    background: #102d4b;
    background: -webkit-linear-gradient(0deg, rgba(16, 45, 75, 1) 0%, rgba(51, 83, 114, 1) 100%);
    background: linear-gradient(0deg, rgba(16, 45, 75, 1) 0%, rgba(51, 83, 114, 1) 100%);
    text-align: center;
}

.addParts01 .block .box-head .balloon {
    position: absolute;
    left: 50%;
    top: -4rem;
    transform: translateX(-50%);
    width: 10rem;
    height: 11.5rem;
    padding: 1.2rem 0 0 0;
    background: url(img/add01_bg_02.png) no-repeat left top;
    background-size: contain;
    color: #112d49;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts01 .block .box-head .balloon span {
    font-size: 2.8rem;
}

.addParts01 .block .box-head .catch {
    color: #fff;
    font-family: var(--serif);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
}

.addParts01 .block .box-head .catch span {
    color: #e1ff65;
    font-size: 2.4rem;
}

.addParts01 .block .box-body {
    padding: 2.5rem 1.5rem 3.5rem 1.5rem;
}

.addParts01 .block .box-body .name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2rem 0;
    color: #000;
    font-family: var(--serif);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts01 .block .box-body .fig {
    margin: 0 -1.5rem;
    text-align: center;
}

.addParts01 .block .box-body .caption {
    text-align: center;
}

.addParts01 .block .box-body .catch {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin: 2rem 0 1.5rem 0;
    background: #e3e9f0;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.addParts01 .block .box-body .catch span span {
    font-size: 1.4rem;
    color: #9f3032;
}

.addParts01 .block .box-body .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.addParts01 .block .box-body .tags .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 2rem) / 3);
    min-height: 4rem;
    padding: 0.8rem;
    background: #112d49;
    border-radius: 0.5rem;
    color: #e3ff88;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.addParts01 .block .box-body .txt {
    margin: 2.5rem -1.5rem 0 -1.5rem;
    padding: 2rem 1.5rem 2.5rem 1.5rem;
    background: #f4f4f4;
}

.addParts01 .block .box-body .ttl {
    margin: 0 0 1.5rem 0;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts01 .block .box-body ul:not([class]) {
    margin: 0;
    padding: 0;
}

.addParts01 .block .box-body ul:not([class]) li {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 0 0 0 2.4rem;
}

.addParts01 .block .box-body ul:not([class]) li:last-child {
    margin: 0;
}

.addParts01 .block .box-body ul:not([class]) li::before {
    position: absolute;
    left: 0;
    top: 1rem;
    width: 1rem;
    height: 1rem;
    background: #2894a0;
    border-radius: 50%;
    content: "";
}

.addParts01 .block .box-body ul:not([class]) li>span:not([class]) {
    background: linear-gradient(transparent 60%, #f5f89d 60%);
    font-weight: 700;
}

.addParts01 .block .box-body .btn-web {
    max-width: 90%;
    margin: 3rem auto 0 auto;
}


/*--------------------------------------
addParts01 lower
---------------------------------------*/
.addParts01.lower {
    margin: 12rem 0 0 0;
    padding: 0;
    background: none;
}

.addParts01.lower .addParts-title {
    margin: 0 0 6rem 0;
}

.addParts01.lower .addParts-title span {
    font-size: 3.6rem;
}

.addParts01.lower .block::after {
    width: calc((100% - 2.8rem) / 3);
}

.addParts01.lower .block .box {
    width: calc((100% - 2.8rem) / 3);
    border: 1px solid #ccc;
}

.addParts01.lower .block .box-head {
    min-height: auto;
    padding: 3.5rem 0.5rem 1.5rem 0.5rem;
}

.addParts01.lower .block .box-head .balloon {
    top: -3.2rem;
    width: 8rem;
    height: 7rem;
    font-size: 1.5rem;
}

.addParts01.lower .block .box-head .balloon span {
    font-size: 2rem;
}

.addParts01.lower .block .box-head .catch {
    font-size: 1.6rem;
}

.addParts01.lower .block .box-head .catch span {
    font-size: 1.9rem;
}

.addParts01.lower .block .box-body {
    padding: 2rem 0.8rem 3rem 0.8rem;
}

.addParts01.lower .block .box-body .name {
    font-size: 1.8rem;
}

.addParts01.lower .block .box-body .fig {
    margin: 0 -0.8rem;
}

.addParts01.lower .block .box-body .catch {
    margin: 2rem -0.8rem 1.5rem -0.8rem;
    font-size: 1.6rem;
}

.addParts01.lower .block .box-body .catch span span {
    font-size: 1.4rem;
}

.addParts01.lower .block .box-body .tags::after {
    width: calc((100% - 1rem) / 3);
}

.addParts01.lower .block .box-body .tags .tag {
    width: calc((100% - 1rem) / 3);
    font-size: 1.4rem;
}

.addParts01.lower .block .box-body .txt {
    margin: 2.5rem -0.8rem 0 -0.8rem;
    padding: 2rem 1rem;
}

.addParts01.lower .block .box-body .ttl {
    font-size: 1.8rem;
}

.addParts01.lower .block .box-body .btn-web {
    max-width: 96%;
    margin: 2.5rem auto 0 auto;
}

.addParts01.lower .block .box-body .btn-web a {
    padding: 2rem 3rem 2rem 2rem;
    font-size: 1.5rem;
    background-position: right 1.5rem center;
}

































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

    html,
    body {
        width: 100%;
        position: relative;
        scroll-padding-top: 6rem;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .sp_br {
        display: block;
    }

    .pc_br {
        display: none;
    }

    body {
        min-width: initial;
        min-width: auto;
        font-size: 1.5rem;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
        overflow-x: hidden;
    }

    a:hover {
        opacity: 1;
    }


    /*--------------------------------------
Header
---------------------------------------*/
    header .headTopArea {
        width: 100%;
        margin: 0 auto;
        padding: 0.5rem 1rem;
    }

    header .headTopArea .rightTxt {
        text-align: left;
    }


    /*--------------------------------------
spMenuBox
---------------------------------------*/
    #navWrap {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background-color: #faf5d2;
        box-sizing: border-box;
    }

    #navWrap .navTop {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #b5b5b5;
        z-index: 9999;
    }

    #navWrap .navTopInner {
        display: table;
        position: relative;
        width: 100%;
        padding: 0.5rem 0;
    }

    #navWrap .siteName {
        display: table-cell;
        width: calc((100% - 4.1rem) * 0.3);
        padding: 0 0.5rem;
        font-family: var(--serif);
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        vertical-align: middle;
    }

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

    #navWrap .recommendBtn {
        display: table-cell;
        position: relative;
        width: calc((100% - 4.1rem) * 0.7);
        padding: 0 0.5rem;
        background: #2894a0;
        color: #fff;
        font-family: var(--serif);
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        vertical-align: middle;
    }

    #navWrap .recommendBtn::after {
        position: absolute;
        right: 0.3rem;
        bottom: 0.3rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 7px 7px;
        border-color: transparent transparent #fff transparent;
        content: "";
        z-index: 1;
    }

    #navWrap .recommendBtn span {
        font-size: 1.8rem;
    }

    #menuBtn {
        display: table-cell;
        width: 2.1rem;
        height: 5rem;
        padding: 0 1rem;
        box-sizing: content-box;
        vertical-align: middle;
        cursor: pointer;
        z-index: 9999;
    }

    #menuBtn .menu {
        position: absolute;
        top: calc(50% - 0.8rem);
        width: 2.1rem;
        height: 1.6rem;
        background: url(img/sp_ico_menu.png) no-repeat center;
        background-size: 100%;
        border: none;
        outline: none;
    }

    body.open #menuBtn .menu {
        width: 2.1rem;
        height: 1.6rem;
        background: url(img/sp_ico_close.png) no-repeat center;
        background-size: 100%;
    }

    #navSp {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(243, 247, 252, 0.94);
        box-sizing: border-box;
        z-index: 999;
    }

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

    #navSp a {
        text-decoration: none;
    }

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

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

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

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

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

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

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

    #navSp .sitemap {
        margin: 0 0 10rem 0;
    }

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

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

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

    body.open {
        height: inherit !important;
    }


    /*--------------------------------------
Main Contents
---------------------------------------*/
    #contents {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }

    #index {
        width: 100%;
        margin: 0;
    }

    #category,
    #page {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0 1.5rem 4rem 1.5rem;
    }


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


    /*--------------------------------------
footer
---------------------------------------*/
    footer {
        width: 100%;
    }

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

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

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

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

    footer .areaInner .logo+.footBox {
        border-top: 1px solid #b5b5b5;
    }

    footer .areaInner .footBox {
        margin: 0;
    }

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

    footer .areaInner .footBox .sttl a {
        padding: 1rem 3rem 1rem 4%;
        background: url(img/arrow_black_down.png) no-repeat right 1rem center;
        background-size: 1rem auto;
        font-size: 1.4rem;
    }

    footer .areaInner .footBox .sttl a:hover {
        opacity: 1;
    }

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

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

    footer .footBox ul {
        padding: 0;
    }

    footer .areaInner .footBox .accChild {
        display: none;
        padding: 0;
        background-color: #ccc;
        font-size: 1.3rem;
    }

    footer .areaInner .footBox .accChild li {
        display: block;
        float: none;
    }

    footer .areaInner .footBox .accChild li a {
        display: block;
        padding: 1rem 9% 1rem 4%;
        background: #fff url(img/arrow_black.png) no-repeat 96.5% center;
        background-size: 6px auto;
        border-bottom: 1px solid #ccc;
        font-size: 1.3rem;
    }

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

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

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

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

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

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

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

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

    footer .areaInner .footBox .accChild .subList li a::before {
        display: block;
        position: absolute;
        left: 4%;
        top: 1.2rem;
        margin: 0;
        color: #333;
        content: "└";
    }

    footer .areaInner .noticeArea {
        width: 92%;
        margin: 3rem auto 0 auto;
        padding: 1.5rem 5%;
        line-height: 1.8;
    }

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

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

    footer .botArea .inner {
        width: 92%;
        margin: 0 auto;
        padding: 1.2rem 0;
    }

    footer .botArea .inner .cf {
        content: none;
    }

    footer p.sitemap {
        padding: 0.5rem 0;
        line-height: 1.4;
        text-align: right;
    }

    footer p.copy {
        width: 64%;
        max-width: 100%;
        padding: 0.5rem 0;
        font-size: 1.2rem;
        text-align: left;
    }

    footer p.sitemap a {
        padding: 0;
    }

    footer p.copy a {
        text-decoration: none;
    }

    footer a {
        text-decoration: none;
    }

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


    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzuWrap {
        position: relative;
        width: 100%;
        margin: 0 auto 2rem auto;
        background-color: #fff;
        box-sizing: border-box;
        overflow: auto;
        white-space: nowrap;
    }

    #pankuzu {
        width: 100%;
        padding: 0.8rem 0.5rem 1.1rem 1rem;
        margin: 0 auto;
        box-sizing: border-box;
        font-size: 1.1rem;
        line-height: 1.2;
        white-space: nowrap;
    }

    #pankuzu a {
        color: inherit;
        text-decoration: underline;
        transition: none;
    }

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

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

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


    /*--------------------------------------
PageTop
---------------------------------------*/
    #page-top {
        position: fixed;
        right: 1rem;
        bottom: 2rem;
        width: 5rem;
    }

    #page-top img {
        width: 100%;
    }


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

    /*--------------------------------------
heading
---------------------------------------*/
    .main-low h1 {
        margin: 1.5rem 0 4rem 1.5rem;
        padding: 1.5rem;
        font-size: 2.4rem;
    }

    .main-low h1::before {
        left: -1.5rem;
        top: -1.5rem;
    }

    .main-low h2 {
        margin: 4rem 0 2rem 0;
        padding: 1.8rem 1.5rem;
        font-size: 2.1rem;
    }

    .main-low h3 {
        min-height: 4rem;
        margin: 3rem 0 1.5rem 0;
        padding: 0.3rem 1.5rem 0.6rem 1.5rem;
        background-size: 4rem auto;
        font-size: 1.8rem;
    }

    .main-low h4,
    .main-low h5,
    .main-low h6 {
        margin: 3rem 0 1.5rem 0;
        padding: 0 1.5rem 0.5rem 1rem;
        font-size: 1.6rem;
    }


    /*--------------------------------------
title
---------------------------------------*/
    .main .check,
    .main .point,
    .main .recommend,
    .main .matome,
    .main .rank {
        min-height: 7rem;
        padding: 1.2rem 1.5rem 1.2rem 7rem;
        font-size: 1.8rem;
    }

    .main .check::before,
    .main .point::before,
    .main .recommend::before,
    .main .matome::before {
        width: 6.4rem;
        height: 6.4rem;
        font-size: 1.2rem;
    }

    .rank_wrap {
        counter-reset: number;
    }

    .rank_wrap .rank::before {
        width: 6.4rem;
        height: 6.4rem;
        font-size: 2rem;
    }

    .check_number_wrap,
    .point_number_wrap,
    .recommend_number_wrap {
        counter-reset: num;
    }

    .check_number_wrap .check::before,
    .point_number_wrap .point::before,
    .recommend_number_wrap .recommend::before {
        padding: 1.8rem 0 0 0;
        font-size: 1.1rem;
    }

    .check_number_wrap .check::after,
    .point_number_wrap .point::after,
    .recommend_number_wrap .recommend::after {
        width: 6.4rem;
        font-size: 2rem;
    }


    /*--------------------------------------
lists
---------------------------------------*/
    .main ul:not([class]) {
        margin: 3rem 0;
    }

    .main ol {
        margin: 3rem 0;
    }


    /*--------------------------------------
table
---------------------------------------*/
    table {
        width: 100%;
        margin: 3rem auto;
        border-top: 1px solid #999;
    }

    table th {
        display: block;
        width: 100%;
        border-top: none;
    }

    table td {
        display: block;
        width: 100%;
        border-top: none;
    }

    .js-scrollable {
        margin: 0 auto;
        overflow: auto;
    }

    .js-scrollable table:not([class]),
    table.table-scroll {
        display: table;
        width: 70rem;
        margin: 0;
    }

    .js-scrollable table:not([class]) th,
    .js-scrollable table:not([class]) td,
    table.table-scroll td,
    table.table-scroll th {
        display: table-cell;
        width: auto;
    }

    table.table-scroll th[scope="row"] {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        top: 0;
        width: 12rem;
        padding: 1rem 0.5rem;
        z-index: 100;
    }

    table.table-scroll th[scope="col"] {
        width: calc((100% - 12rem) / 2);
    }


    /*--------------------------------------
float-wrap
---------------------------------------*/
    .float-wrap {
        margin: 4rem 0;
    }

    .float-wrap .float-img.fr {
        float: none;
        width: 100%;
        margin: 0 auto 1.5rem auto;
    }

    .float-wrap .float-img.fl {
        float: none;
        width: 100%;
        margin: 0 auto 1.5rem auto;
    }

    .float-wrap .float-img.ct {
        width: 100%;
        margin: 0 auto 1.5rem auto;
    }

    .float-wrap .catch {
        max-width: 100%;
        font-size: 1.8rem;
    }

    .float-wrap.ct {
        text-align: left;
    }

    .float-wrap.ct .catch {
        text-align: left;
    }


    /*--------------------------------------
box-wrap
---------------------------------------*/
    .box-wrap {
        display: block;
    }

    .box-wrap .box {
        width: 100%;
    }

    .box-wrap .box:nth-last-child(2) {
        border-bottom: none;
    }

    .box-wrap .box-head {
        margin: 0 0 2rem 0;
    }

    .box-wrap .box-head .fig {
        width: 8rem;
    }

    .box-wrap .box-head .ttl {
        width: calc(100% - 8rem);
        font-size: 1.8rem;
    }


    /*--------------------------------------
frame-wrap
---------------------------------------*/
    .frame-wrap {
        display: block;
        margin: 4rem auto;
    }

    .frame-wrap::after {
        display: none;
        content: none;
    }

    .frame-wrap .frame {
        width: 100%;
        margin: 0 0 3rem 0;
    }


    /*--------------------------------------
btns
---------------------------------------*/
    .btn-internal,
    p.btn-internal {
        max-width: 90%;
        margin: 3rem auto;
    }

    .btn-internal a {
        min-height: 6rem;
        background-position: right 1.5rem center;
        font-size: 1.5rem;
    }

    .btn-web,
    p.btn-web {
        max-width: 90%;
        margin: 3rem auto;
    }

    .btn-web a {
        min-height: 6rem;
        background-position: right 1.5rem center;
        font-size: 1.5rem;
    }

    .btn-tel,
    p.btn-tel {
        display: block;
        position: relative;
        max-width: 90%;
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }

    .btn-tel a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        min-height: 6rem;
        margin: 0 auto;
        padding: 2rem 4.5rem;
        background: #a12d2f url(img/ico_sp.svg) no-repeat left 2rem center;
        background-size: 2rem auto;
        border-radius: 6rem;
        box-shadow: 0 5px 0 0 #521718;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        transition: 0.2s;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .btn-tel a:hover {
        box-shadow: none;
        text-decoration: none;
        opacity: 0.7;
        transform: translateY(5px);
    }

    .btn-link,
    p.btn-link {
        position: relative;
        max-width: 90%;
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }

    .btn-link a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        min-height: 6rem;
        margin: 0 auto;
        padding: 2rem 3rem;
        background: #fff url(img/arrow_link.png) no-repeat right 1.2rem center;
        background-size: 16px auto;
        border: 1px solid #999;
        border-radius: 6rem;
        box-sizing: border-box;
        color: #000;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        transition: 0.2s;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

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


    /*--------------------------------------
accordion
---------------------------------------*/
    .accordion-btn {
        max-width: 90%;
        width: 90%;
        min-height: 6rem;
        margin: 0 auto 3rem auto;
        font-size: 1.5rem;
    }


    /*--------------------------------------
toc
---------------------------------------*/
    .toc_parts {
        width: 100%;
        margin: 3rem auto 0 auto;
        padding: 2rem 1.5rem;
    }

    .toc_parts .ttl {
        padding: 0 0 0 1.2rem;
        font-size: 1.8rem;
    }

    #toc {
        margin: 1rem 0 0 0;
        padding: 1rem 0 0 0;
    }

    #toc .chapter {
        margin: 0;
        padding: 0;
    }

    #toc .chapter .chapter-h {
        margin: 1rem 0;
        padding: 0 0 0 3rem;
        font-size: 1.4rem;
        line-height: 1.6;
    }

    #toc ul.chapter .chapter-h::before {
        top: 1rem;
        font-size: 1.8rem;
    }

    #toc li.chapter-h.chapter-h-three {
        margin: 0.5rem 0 0.5rem 3rem;
    }

    #toc li.chapter-h.chapter-h-three::before {
        top: 0.7rem;
        width: 6px;
        height: 6px;
    }

    #toc li.chapter-h-three+.chapter-h-two {
        margin-top: 2rem;
    }


    /*--------------------------------------
related
---------------------------------------*/
    #related-article.related-article01-frame {
        width: 100%;
        padding: 2rem;
    }

    #related-article .related-article01-title {
        font-size: 1.8rem;
    }

    #related-article .related-article01-list {
        margin: 1rem 0 0 0;
        padding: 0 1rem;
    }

    #related-article .related-article01-list li {
        padding: 0 0 0 2rem;
    }

    #related-article .related-article01-list li::before {
        top: 0.4rem;
        width: 1.2rem;
        height: 1.2rem;
    }

    #related-article .related-article01-list a:hover {
        opacity: 1;
    }


    /*--------------------------------------
matome
---------------------------------------*/
    .block-matome {
        margin: 4rem 0;
        padding: 2rem 0;
    }

    .block-matome .ttl {
        width: 90%;
        margin: 0 0 2.5rem 0;
        padding: 1.5rem;
        font-size: 2.4rem;
    }

    .block-matome .box {
        width: calc(100% - 4rem);
        padding: 1.5rem;
    }


    /*--------------------------------------
visArea
---------------------------------------*/
    #visArea.lower {
        height: 8rem;
    }

    #visArea.lower .siteName {
        font-size: 2.1rem;
    }


    /*--------------------------------------
banner
---------------------------------------*/
    .block-banner {
        display: none !important;
    }


    /*--------------------------------------
slider
---------------------------------------*/
    .block-slider .slideTxtArea .caption {
        margin: 0.8rem 0 1rem 0;
        text-align: center;
    }


    /*--------------------------------------
addParts
---------------------------------------*/
    .addInner {
        width: 100%;
        padding: 0 1.5rem;
    }

    .addParts-title {
        margin: 0 0 3rem 0;
        font-size: 2.4rem;
        letter-spacing: 0;
    }

    .addParts-title span {
        font-size: 3rem;
    }

    .addParts-title a {
        display: block;
        padding: 0 2rem 0 0;
    }

    p.lead {
        width: 100%;
        margin: 0 auto 6rem auto;
    }

    p.lead span {
        background: linear-gradient(transparent 60%, #f5f89d 60%);
        font-weight: 700;
    }


    /*--------------------------------------
addParts01
---------------------------------------*/
    .addParts01 {
        padding: 4rem 0;
        background: url(img/add01_bg_01.jpg) no-repeat center top, url(img/add02_bg_01.jpg) repeat-y center top, #ddd;
        background-size: 150% auto;
    }

    .addParts01 .addParts-title {
        margin: 0 0 4rem 0;
    }

    .addParts01 .block {
        display: block;
    }

    .addParts01 .block::after {
        display: none;
        content: none;
    }

    .addParts01 .block .box {
        width: 100%;
        margin: 0 0 7rem 0;
    }

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


    /*--------------------------------------
addParts01 lower
---------------------------------------*/
    .addParts01.lower {
        margin: 8rem 0 0 0;
    }

    .addParts01.lower .addParts-title {
        margin: 0 0 4rem 0;
    }

    .addParts01.lower .addParts-title span {
        font-size: 2.4rem;
    }

    .addParts01.lower .block::after {
        display: none;
        content: none;
    }

    .addParts01.lower .block .box {
        width: 100%;
        margin: 0 0 4rem 0;
    }

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

    .addParts01.lower .block .box-head {
        min-height: 13rem;
        padding: 4.5rem 1.5rem 1.5rem 1.5rem;
    }

    .addParts01.lower .block .box-head .balloon {
        top: -2rem;
        width: 8.5rem;
        height: 6.5rem;
        padding: 1rem 0 0 0;
        font-size: 1.4rem;
    }

    .addParts01.lower .block .box-head .balloon span {
        font-size: 2.2rem;
    }

    .addParts01.lower .block .box-head .catch {
        font-size: 2.2rem;
    }

    .addParts01.lower .block .box-head .catch span {
        font-size: 2.4rem;
    }

    .addParts01.lower .block .box-body {
        padding: 2.5rem 1.5rem 3.5rem 1.5rem;
    }

    .addParts01.lower .block .box-body .name {
        font-size: 2.2rem;
    }

    .addParts01.lower .block .box-body .fig {
        margin: 0 -1.5rem;
    }

    .addParts01.lower .block .box-body .catch {
        margin: 2rem 0 1.5rem 0;
        font-size: 2rem;
    }

    .addParts01.lower .block .box-body .catch span span {
        font-size: 1.2rem;
    }

    .addParts01.lower .block .box-body .tags::after {
        width: calc((100% - 2rem) / 3);
    }

    .addParts01.lower .block .box-body .tags .tag {
        width: calc((100% - 2rem) / 3);
        font-size: 1.6rem;
    }

    .addParts01.lower .block .box-body .txt {
        margin: 2.5rem -1.5rem 0 -1.5rem;
        padding: 2rem 1.5rem 2.5rem 1.5rem;
    }

    .addParts01.lower .block .box-body .ttl {
        font-size: 2rem;
    }

    .addParts01.lower .block .box-body .btn-web {
        max-width: 90%;
        margin: 2.5rem auto 0 auto;
    }

    .addParts01.lower .block .box-body .btn-tel {
        margin: 2.5rem auto 0 auto;
    }

}

@media screen and (max-width: 480px) {
    .double th {
        display: table-cell;
        border-top: none;
    }
}

@media screen and (max-width: 480px) {
    table.double {
        display: table;
        table-layout: fixed;
    }
}