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

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

img {
    vertical-align: top;
}

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

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

* {
    box-sizing: border-box;
}

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

/*--------------------------------------
　Base
---------------------------------------*/
html, body {
    scroll-padding-top: 9rem;
}

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

body {
    min-width: 100rem;
    color: #000;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    word-break: break-word;
}

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

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

a:hover {
    text-decoration: none;
    opacity: 0.6;
    cursor: pointer;
}

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

/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
    background: #fff;
}

header .headTopArea {
    width: 1100px;
    max-width: 100%;
    margin: 0.7rem auto;
}

header .headTopArea .rightTxt {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: right;
}

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

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

#navWrap .navTop {
    width: 44px;
    position: fixed;
    top: 0;
    opacity: 1;
    z-index: 9999;
    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;
    right: 0;
}

body.open #navWrap .navTop {
    top: 0 !important;
    opacity: 1!important;
}

#navWrap .siteName {
    display: table-cell;
    vertical-align: middle;
    width: 49.5%;
    font-size: 1.15rem;
    line-height: 1.4;
    padding: 0 1.0rem 0 1.0rem;
    border-right: 1px solid #bbb;
    text-align: center;
    background: #fff;
}

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

#navWrap .recommendBtn {
    display: table-cell;
    vertical-align: middle;
    width: calc(50.5% - 41px);
    font-size: 1.1rem;
    text-align: center;
    color: #8c8200;
    padding: 0 1.2rem;
    border-right: 1px solid #bbb;
    position: relative;
    background: #f5f5dc;
}

#navWrap .recommendBtn::after {
    content: '';
    position: absolute;
    right: 3px;
    bottom: 3px;
    border-top: 4px solid transparent;
    border-right: 4px solid #8c8200;
    border-bottom: 4px solid #8c8200;
    border-left: 4px solid transparent;
    z-index: 1;
}

#menuBtn {
    box-sizing: content-box;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 9999;
    background: #215075;
}

#menuBtn .menu {
    width: 20px;
    height: 15px;
    position: absolute;
    top: calc(50% - 8px);
    outline: none;
    border: none;
    background: #000;
    background: url("img/sp_ico_menu.svg") center no-repeat;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body.open #menuBtn .menu {
    width: 21px;
    height: 16px;
    background: url("img/sp_ico_close.svg") center no-repeat;
    background-size: 100%;
}

#navSp {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    box-sizing: border-box;
    width: 430px;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.94);
    display: none;
    transition: all 0.5s;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#navSp>div {
    height: 100%;
}

#navSp a {
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

body.open {
    height: inherit !important;
}

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

#navWrap .navTop {
    width: 44px;
    position: fixed;
    top: 0;
    opacity: 1;
    z-index: 9999;
    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;
    right: 0;
}

body.open #navWrap .navTop {
    top: 0 !important;
    opacity: 1!important;
}

#navWrap .siteName {
    display: table-cell;
    vertical-align: middle;
    width: 49.5%;
    font-size: 1.15rem;
    line-height: 1.4;
    padding: 0 1.0rem 0 1.0rem;
    border-right: 1px solid #bbb;
    text-align: center;
    background: #fff;
}

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

#navWrap .recommendBtn {
    display: table-cell;
    vertical-align: middle;
    width: calc(50.5% - 41px);
    font-size: 1.1rem;
    text-align: center;
    color: #8c8200;
    padding: 0 1.2rem;
    border-right: 1px solid #bbb;
    position: relative;
    background: #f5f5dc;
}

#navWrap .recommendBtn::after {
    content: '';
    position: absolute;
    right: 3px;
    bottom: 3px;
    border-top: 4px solid transparent;
    border-right: 4px solid #8c8200;
    border-bottom: 4px solid #8c8200;
    border-left: 4px solid transparent;
    z-index: 1;
}

#menuBtn {
    position: fixed;
    top: 30px;
    right: 25px;
    z-index: 900;
    transform: translateX(0);
    /* transition: transform 0.5s; */
    width: 85px;
    height: 85px;
    box-sizing: content-box;
    cursor: pointer;
    z-index: 9999;
    background: #215075;
    transition: all 0.5s;
}

#menuBtn .menu {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    background-color: #fff;
    border-bottom: none;
    width: 40px;
    height: 40px;
    top: calc(50% - 2rem);
    outline: none;
    border: none;
    background: #000;
    background: url("img/sp_ico_menu.svg") center no-repeat;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body.open #menuBtn {
    right: 440px;
}

body.open #menuBtn .menu {
    background: url("img/sp_ico_close.svg") center no-repeat;
    background-size: contain;
    width: 31px;
    height: 31px;
	top: 30%;
}

#navSp {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    box-sizing: border-box;
    width: 430px;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.94);
    display: none;
    transition: all 0.5s;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#g-nav-top .accordionli .tglMenu {
    text-align: left;
    color: #000;
    padding: 15px 35px 15px 15px;
    position: relative;
    background: url("img/arrow_black_down.png") 96% center no-repeat;
    background-size: 10px auto;
}

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

#nav a {
    text-decoration: none;
}

.nav_accordion li {
    position: relative;
}

.nav_accordion li::before{
    text-align: left;
    color: #000;
    padding: 15px 35px 15px 15px;
    position: relative;
    background: url("img/arrow_black_down.png") 96% center no-repeat;
    background-size: 10px auto;
}

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

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

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

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

#pankuzu a {
    text-decoration: underline;
}

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

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

/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
    display: flex;
    width: min(100%,110rem);
    margin: 0 auto 0;
    padding: 0;
}

.main-index {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.main-low {
    width: 83rem;
    margin: 0 4rem 0 0;
    padding: 5rem 0 0 0;
}

/*--------------------------------------
　Side
---------------------------------------*/
#side {
    width: 23rem;
    margin: 5rem 0 0 0;
}

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

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

#side .sideBox .sttl a {
    display: block;
    padding: 1.6rem 1.2rem;
    color: #000;
    line-height: 1.66;
}

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

#side .sideBox ul li {
    background-image: none;
    padding: 0;
    position: relative;
}

#side .sideBox ul li::before {
    content: "";
    background: #bfbfbf;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    transform: none;
}

#side .sideBox ul li a {
    display: block;
    padding: 10px 15px 10px 12px;
    font-size: 1.3rem;
    background: url(img/arrow_gold.png) no-repeat right 0.6rem center;
    background-size: 6px auto;
    text-decoration: none;
    color: #000;
}

#side .sideBox ul li a:hover {
    opacity: 0.6;
    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 30px;
    position: relative;
}

#side .sideBox .subList li a::before {
    content: "└";
    margin: 0;
    position: absolute;
    left: 1.1rem;
}

/*--------------------------------------
Footer
---------------------------------------*/
footer {
    margin: 10rem 0 0 0;
    padding: 0;
    background-color: #215075;
}

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

footer .areaInner .inner {
    position: relative;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

footer .areaInner .logo {
    width: auto;
    margin: 0 auto 5rem;
    text-align: center;
}

footer .areaInner .logo img {
    width: 30.4rem;
}

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

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

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

footer .areaInner .footBox .sttl a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    border: none;
    padding: 0 0 0.1rem 0;
    margin: 0;
}

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

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

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

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

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

footer .areaInner .footBox .accChild li.subCat a {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
}

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

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

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

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

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

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

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

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

footer .areaInner .footBox .accChild .subList li::before {
    content: "-";
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: 0.4rem;
}

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

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

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

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

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

footer .botArea .inner {
    width: 1100px;
    max-width: 100%;
    padding: 1.2rem 5rem 1.5rem;
    margin: 0 auto;
}

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

footer p.sitemap {
    float: right;
    color: #3b3b3b;
}

footer p.sitemap a {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: right;
    padding: 0.2rem 0 0.4rem 1.4rem;
    text-decoration: underline;
    color: #3b3b3b;
}

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

footer p.copy {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left;
    float: left;
    padding: 0.5rem 0;
    max-width: calc(100% - 100px);
    color: #3b3b3b;
}

footer p.copy a {
    color: #3b3b3b;
}

footer a {
    text-decoration: none;
}

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

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

/* ================== */
/*  メインコンテンツ　*/
/* ================== */
.main p {
    margin: 2rem auto;
}
.block-conclusion .catchcopy {
color:#215075;
 margin: 0 0 1.5rem 0;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
;}
.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%, #fde89d 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;
}

.catchcopyb {
color: #215075;
 font-size: 2.3rem;
    font-weight:bold
    }
.catchcopya {
color: #215075;
 font-size: 2.3rem;
    font-weight:bold
    }

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

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

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

/*--------------------------------------
heading
---------------------------------------*/
.main-index h2:not([class]), .main-low h1, .main-low h2, .main-low h3, .main-low h4, .main-low h5, .main-low h6 {
    position: relative;
    font-weight: 700;
    line-height: 1.4;
}

.main-index h2:not([class]), .main-low h1 {
    margin: 2.5rem 0 6rem 4rem;
    padding: 2.5rem 2rem 2.2rem 2rem;
    background: #215075;
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
}

.main-index h2:not([class])::before, .main-low h1::before {
    position: absolute;
    left: -4rem;
    top: -2.5rem;
    width: 100%;
    height: 100%;
    background: #d6dce3;
    content: "";
    z-index: -1;
}

.main-low h2 {
    margin: 6rem 0 3rem 0;
    padding: 2.5rem 2rem 2rem 3rem;
    background: #fff;
    border: 1px solid #215075;
    box-shadow: 1rem 1rem 0 0 #215075;
    color: #215075;
    font-size: 2.6rem;
}

.main-low h3 {
    margin: 4rem 0 3rem 0;
    padding: 1.6rem 2rem 1.2rem 3rem;
    background: #eff1f3;
    border-bottom: 1px solid #215075;
    color: #222;
    font-size: 2.3rem;
}

.main-low h3::before {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2rem;
    height: calc(100% - 2rem);
    background: #215075;
    content: "";
}

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

.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-index h2:not([class]) a, .main-low h1 a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_white.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}

/*--------------------------------------
title
---------------------------------------*/
.main .check {
    display: flex;
    align-items: center;
    position: relative;
    margin: 4rem 0 2rem 0;
    padding: 2rem 2rem 1.8rem 10rem;
    background: #d9dfe6 url(img/title_bg_02.png) no-repeat left top;
    background-size: 100% 4px;
    color: #215075;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.4;
}

.main .check::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8.9rem;
    height: 8.9rem;
    background: url(img/title_bg_01.png) no-repeat left top;
    background-size: contain;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    content: "CHECK";
}

.main .check 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: 3rem 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: 0.9rem;
    width: 1rem;
    height: 1rem;
    background: #ae4743;
    border-radius: 50%;
    content: "";
}

.main ol {
    margin: 3rem 0;
    padding: 0;
}

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

.main ol li::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 1.8rem;
    height: 1.8rem;
    background: #ae4743;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.1;
    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: #215075;
    border: 1px solid #cecece;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

table td {
    padding: 1rem 1.5rem;
    background: #fff;
    border: 1px solid #cecece;
}

/*--------------------------------------
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: 50rem;
    margin: 0 auto 2rem auto;
    text-align: center;
}

.float-wrap .catch {
    margin: 0 0 1.5rem 0;
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

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

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

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

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

.btn-internal a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 3rem;
    background: #252525 url(img/arrow_white.png) no-repeat right 1.7rem center;
    background-size: 8px auto;
    border: 2px solid #252525;
    border-radius: 6rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    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 {
    background: #252525 url(img/arrow_white_down.png) no-repeat right 1.6rem center;
    background-size: auto 8px;
}

.btn-internal.gold a {
    background-color: #ae9643;
    border: 2px solid #ae9643;
}

.btn-internal.navy a {
    background-color: #215075;
    border: 2px solid #215075;
}

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

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

.btn-web a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 3rem;
    background: #ae4743 url(img/arrow_white.png) no-repeat right 1.7rem center;
    background-size: 8px auto;
    border: 2px solid #ae4743;
    border-radius: 6rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    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 {
    text-decoration: none;
    opacity: 0.7;
}

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

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

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

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

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

.frame-wrap .frame {
    width: calc((100% - 4.4rem) / 3);
    margin: 0 0 3rem 0;
    background: #fff;
    border: 1px solid #215075;
    border-top: 3px solid #215075;
}

.frame-wrap .frame-head {
    padding: 2.6rem 1.6rem;
    border-bottom: 1px dashed #d2d2d2;
}

.frame-wrap .frame-head .ttl {
    width: 100%;
    color: #081433;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.frame-wrap .frame-head .ttl span {
    display: inline-block;
    margin: 0 0 0.5rem 0;
    color: #ae9643;
    font-size: 2.2rem;
}

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

.frame-wrap .frame-body {
    padding: 2rem 1.6rem;
}

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

.frame-wrap img {
    width: 13rem;
}

.frame-wrap .frame-body .fig, .frame-wrap .frame-body .caption {
    text-align: center;
}

.frame-wrap .frame-body .caption + ul:not([class]) {
    margin: 2rem 0 0 0;
}

/*--------------------------------------
block-card
---------------------------------------*/
.block-card .box {
    margin: 5rem 0;
    background: #fff;
    border: 1px solid #215075;
    box-shadow: 1rem 1rem 0 0 #215075;
}

.block-card .box-head {
    padding: 2rem;
    border-bottom: 1px solid #9d9d9d;
}

.block-card .box-head .ttl {
    color: #081433;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

.block-card .box-head .ttl a {
    display: inline-block;
    padding: 0 4rem 0 0;
    background: url(img/arrow_navy.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}

.block-card .box-body {
    padding: 2rem;
}

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

.block-card .box-body .btn-link {
    margin: 2rem 0 0 0;
    text-align: left;
}

.block-card .box-body .btn-link a {
    font-size: 1.6rem;
}

/*--------------------------------------
block-banner
---------------------------------------*/
.block-banner {
    width: 23rem;
    margin: 2.5rem 0 5rem 0;
}

.block-banner a {
    display: block;
    position: relative;
    padding: 14rem 0 0 0;
    background: #215075 url(img/banner_bg_01.png) no-repeat center top;
    background-size: 23rem auto;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.block-banner a::before {
    position: absolute;
    left: 0.5rem;
    top: -2.5rem;
    width: 10rem;
    height: 4rem;
    background: #081433;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    line-height: 4rem;
    text-align: center;
    content: "特集";
}

.block-banner a::after {
    position: absolute;
    right: 0.7rem;
    bottom: 0.7rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent #fff transparent;
    content: "";
}

.block-banner a div {
    padding: 1rem 2rem 1rem 1.5rem;
}

.block-banner a div span {
    font-size: 1rem;
}

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

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

.accordion-btn {
    display: block;
    position: relative;
    width: 45rem;
    height: auto;
    margin: 0 auto 3rem auto;
    padding: 2rem 0;
    background: #eff1f3;
    border-radius: 6rem;
    color: #283f60;
    font-size: 1.6rem;
    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;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 1.8rem;
    background: url(img/acc_bg_01.png) no-repeat left top;
    background-size: contain;
    content: "";
}

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

.accordion-btn.is-open::before {
    background: url(img/acc_bg_02.png) no-repeat left top;
    background-size: contain;
}

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

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

/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
    width: 72rem;
    margin: 0 auto 5rem auto;
    padding: 3rem 4rem 2rem 4rem;
    background: #eff1f3;
}

.main-index .toc_parts {
    position: relative;
}

.toc_parts .ttl {
    padding: 0 0 0.2rem 1rem;
    border-left: 4px solid #093b58;
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

#toc {
    margin: 1.5rem 0 0 0;
    padding: 0 2rem;
    border-top: 1px solid #58585e;
}

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

#toc .chapter .chapter-h {
    position: relative;
    margin: 2rem 0 0 0;
    padding: 0 0 0 4.5rem;
    color: #081433;
    font-size: 1.6rem;
    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: #093b58;
    font-size: 2.6rem;
    font-weight: 700;
    content: counter(count, decimal-leading-zero);
}

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

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

#toc li.chapter-h.chapter-h-three {
    margin: 1rem 0 1rem 4rem;
    padding: 0 0 0 1.5rem;
    color: #333;
    font-size: 1.4rem;
    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;
}

.l-parts-toc .accordion-btn::after {
    content: "目次";
}

.l-parts-toc .accordion-btn.is-open::after {
    content: "閉じる";
}

/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24rem;
    margin: 0 0 2rem 0;
    background: #aca9a9 url(img/mv_bg_02.png) no-repeat center center;
    background-size: auto 100%;
}

#visArea.lower .siteName {
    width: 30.4rem;
    margin: 0 auto;
}

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

.addParts-title {
    position: relative;
    margin: 0 0 4rem 0;
    color: #222;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

p.lead {
    width: 90%;
    margin: 0 auto 4rem auto;
}

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

/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
    padding: 12rem 0 10rem 0;
    background: #ae9643 url(img/add02_bg_01.png) repeat-y center top;
}

.addParts02.lower {
    margin: 10rem 0 0 0;
}

.addParts02 .addParts-title, .addParts02 p.lead {
    color: #fff;
}

.addParts02 p.note {
    margin: 3rem 0 0 0;
    color: #fff;
    font-size: 1.1rem;
}

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

.addParts02 .block .box {
    width: calc((100% - 4rem) / 2);
    background: #fff;
    border: 2px solid #215075;
}

.addParts02 .block .box-head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: #215075;
}

.addParts02 .block .box-head .catch {
    color: #fff;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts02 .block .box-body {
    padding: 4rem 5rem;
}

.addParts02 .block .box-body p:not([class]), .addParts02 .block .box-body ul:not([class]) {
    margin: 0;
}

.addParts02 .block .box-body .name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2rem 0;
    color: #215075;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.addParts02 .block .box-body .name span span {
    font-size: 2.2rem;
}

.addParts02 .block .box-body .fig, .addParts02 .block .box-body .fig + .caption {
    text-align: center;
}

.addParts02 .block .box-body .fig {
    height: 22.5rem;
}

.addParts02 .block .box-body .fig img {
    width: auto;
    max-height: 23rem;
}

.addParts02 .block .box-body .ttl {
    margin: 3rem 0 1rem 0;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    border-bottom: 1px solid #999;
}

.addParts02 .block .box-body table {
    margin: 3rem 0 0 0;
}

.addParts02 .block .box-body table th {
    width: 15rem;
}

.addParts02 .block .box-body .btn-web {
    margin: 3rem auto 0 auto;
}

.addParts02 .block .box-body .btn-internal {
    margin: 2rem auto 0 auto;
}

.addParts02 .block .box-body .btn-web a, .addParts02 .block .box-body .btn-internal a {
    font-size: 1.5rem;
}

/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
    padding: 12rem 0 10rem 0;
    background: #215075 url(img/add04_bg_01.png) repeat-y center top;
}

.addParts04 .addParts-title, .addParts04 p.lead {
    color: #fff;
}

.addParts04 p.note {
    margin: 3rem 0 0 0;
    color: #fff;
    font-size: 1.1rem;
}

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

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

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

.addParts04 .block .box-head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.addParts04 .block .box-head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: #ae9643;
}

.addParts04 .block .box-head .catch {
    color: #fff;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts04 .block .box-body {
    padding: 2.5rem 3rem 3.5rem 3rem;
}

.addParts04 .block .box-body p:not([class]), .addParts04 .block .box-body ul:not([class]) {
    margin: 0;
}

.addParts04 .block .box-body .name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2rem 0;
    color: #215075;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts04 .block .box-body .fig, .addParts04 .block .box-body .fig + .caption {
    text-align: center;
}

.addParts04 .block .box-body .ttl {
    margin: 3rem 0 1rem 0;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    border-bottom: 1px solid #999;
}

.addParts04 .block .box-body .btn-web {
    margin: 3rem auto 0 auto;
}

.addParts04 .block .box-body .btn-internal {
    margin: 2rem auto 0 auto;
}

.addParts04 .block .box-body .btn-web a, .addParts04 .block .box-body .btn-internal a {
    font-size: 1.5rem;
}

table.table-style th:first-child {background: #5c646c;}

.frame-wrap.frame-wrap01 .frame-head {
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-item .frame-wrap .frame-head {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

@media screen and (max-width: 480px) {
    html, body {
        width: 100%;
        position: relative;
        scroll-padding-top: 6rem;
    }

    .pc, .pc_br {
        display: none!important;
    }

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

    a:hover {
        opacity: 1;
    }

    /*--------------------------------------
　Header
---------------------------------------*/
    header .headTopWrap {
        padding: 0 4%;
        border-bottom: 1px solid #3b3b3b;
    }

    header .headTopArea {
        width: 100%;
        margin: 0.6rem auto;
    }

    header .headTopArea .rightTxt {
        font-size: 1.2rem;
        text-align: left;
    }

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

    #navWrap .navTop {
        width: 44px;
        position: fixed;
        top: 0;
        opacity: 1;
        z-index: 9999;
        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;
        right: 0;
    }

    body.open #navWrap .navTop {
        top: 0 !important;
        opacity: 1!important;
    }

    #navWrap .siteName {
        display: table-cell;
        vertical-align: middle;
        width: 49.5%;
        font-size: 1.15rem;
        line-height: 1.4;
        padding: 0 1.0rem 0 1.0rem;
        border-right: 1px solid #bbb;
        text-align: center;
        background: #fff;
    }

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

    #navWrap .recommendBtn {
        display: table-cell;
        vertical-align: middle;
        width: calc(50.5% - 41px);
        font-size: 1.1rem;
        text-align: center;
        color: #8c8200;
        padding: 0 1.2rem;
        border-right: 1px solid #bbb;
        position: relative;
        background: #f5f5dc;
    }

    #navWrap .recommendBtn::after {
        content: '';
        position: absolute;
        right: 3px;
        bottom: 3px;
        border-top: 4px solid transparent;
        border-right: 4px solid #8c8200;
        border-bottom: 4px solid #8c8200;
        border-left: 4px solid transparent;
        z-index: 1;
    }

    #menuBtn {
        box-sizing: content-box;
        width: 44px;
        height: 44px;
        cursor: pointer;
        z-index: 9999;
        background: #215075;
		top: 1px;
        right: 1px;
    }
	
	body.open #menuBtn {
        right: 1px;
    }

    #menuBtn .menu {
        width: 20px;
        height: 15px;
        position: absolute;
        top: calc(50% - 8px);
        outline: none;
        border: none;
        background: #000;
        background: url("img/sp_ico_menu.svg") center no-repeat;
        background-size: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    body.open #menuBtn .menu {
        width: 21px;
        height: 16px;
        background: url("img/sp_ico_close.svg") center no-repeat;
        background-size: 100%;
    }

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

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

    #navSp a {
        text-decoration: none;
    }

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

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

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

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

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

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

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

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

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

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

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

    body.open {
        height: inherit !important;
    }

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

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

    #pankuzu {
        box-sizing: border-box;
        width: 92%;
        font-size: 1.1rem;
        line-height: 1.2;
        letter-spacing: 0.05em;
        padding: 0.7rem 0 0.7rem;
        margin: 0 auto;
        white-space: nowrap;
    }

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

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

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

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

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

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

    .main-low {
        width: 100%;
        margin: 0;
        padding: 0 1rem;
    }

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

    /*--------------------------------------
Footer
---------------------------------------*/
    footer {
        width: 100%;
        margin: 8rem auto 0;
    }

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

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

    footer .areaInner .logo {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        padding: 0 0 0.5rem 0;
        margin: 0 auto 2.0rem;
    }

    footer .areaInner .logo img {
        width: 20rem;
    }

    footer .areaInner .logo p, footer .areaInner .logo a {
        font-size: 1.4rem;
        line-height: 1.4;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }

    footer .areaInner .logo a:hover {
        -ms-filter: "alpha( opacity=100 )";
        filter: alpha(opacity=100);
        opacity: 1;
    }

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

    footer .areaInner .footBox {
        margin: 0;
    }

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

    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        background: url("img/arrow_white_down.png") right 10px center no-repeat;
        background-size: 10px auto;
        padding: 1.0rem 4.0rem 1.0rem 4%;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }

    footer .areaInner .footBox .sttl a:hover {
        -ms-filter: "alpha( opacity=100 )";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    footer .areaInner .footBox .sttl.open a {
        background: url("img/arrow_white_up.png") right 10px center no-repeat;
        background-size: 10px auto;
    }

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

    footer .footBox ul {
        padding: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    footer p.sitemap {
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: right;
        padding: 0.5rem 0;
    }

    footer p.copy {
        width: 100%;
        font-size: 1.2rem;
        padding: 0.5rem 0;
        max-width: calc(100% - 90px);
    }

    footer a {
        text-decoration: none;
    }

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

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

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

    #page-top2 {
        position: fixed;
        bottom: 8rem;
        right: 1rem;
        z-index: 100;
        width: 4.4rem;
    }

    /* ================== */
    /*  メインコンテンツ　*/
    /* ================== */
    /*--------------------------------------
heading
---------------------------------------*/
    .main-index h2:not([class]), .main-low h1 {
        margin: 1.5rem 0 6rem 1.5rem;
        padding: 1.5rem;
		font-size: 2.3rem;
    }

    .main-index h2:not([class])::before, .main-low h1::before {
        left: -1.5rem;
        top: -1.5rem;
    }

    .main-low h2 {
        margin: 5rem 0 3rem 0;
        padding: 1.5rem;
        box-shadow: 0.6rem 0.6rem 0 0 #215075;
        font-size: 2.1rem;
    }

    .main-low h3 {
        padding: 1.6rem 1.5rem 1.2rem 2.5rem;
        font-size: 1.8rem;
    }

    .main-low h4, .main-low h5, .main-low h6 {
        padding: 0 1.5rem 0.8rem 1.5rem;
        font-size: 1.6rem;
    }

    /*--------------------------------------
title
---------------------------------------*/
    .main .check {
        padding: 2rem 1.5rem 1.8rem 7.5rem;
        font-size: 2rem;
    }

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

    /*--------------------------------------
lists
---------------------------------------*/
    .main ul:not([class]) li::before {
        top: 0.8rem;
    }

    .main ol li::before {
        top: 0.2rem;
    }

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

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

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

    /*--------------------------------------
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 {
        font-size: 1.8rem;
    }

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

    .btn-internal a {
        font-size: 1.5rem;
    }

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

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

    .btn-web a {
        font-size: 1.5rem;
    }

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

    .btn-tel, p.btn-tel {
        display: block;
        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%;
        margin: 0 auto;
        padding: 2rem 4.6rem;
        background: #147F13 url(img/ico_tel.png) no-repeat 1.5rem center;
        background-size: auto 32px;
        border: 2px solid #147F13;
        border-radius: 6rem;
        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 {
        text-decoration: none;
        opacity: 1;
    }

    .btn-link, p.btn-link {
        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%;
        margin: 0 auto;
        padding: 2rem 3rem;
        background: #fff url(img/ico_arrow.png) no-repeat right 1.7rem center;
        background-size: 16px auto;
        border: 2px solid #ae9643;
        border-radius: 6rem;
        box-sizing: border-box;
        color: #222;
        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: 1;
    }

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

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

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

    .frame-wrap .frame-head {
        padding: 1.6rem;
    }

    .frame-wrap .frame-head .ttl {
        font-size: 1.8rem;
    }

    .frame-wrap .frame-head .ttl span {
        font-size: 2.1rem;
    }

    .frame-wrap .frame-head .ttl a:hover {
        opacity: 1;
    }

    /*--------------------------------------
block-card
---------------------------------------*/
    .block-card .box {
        margin: 4rem 0;
        box-shadow: 0.6rem 0.6rem 0 0 #215075;
    }

    .block-card .box-head {
        padding: 2rem;
        border-bottom: 1px solid #9d9d9d;
    }

    .block-card .box-head .ttl a {
        display: block;
        padding: 0 2rem 0 0;
    }

    .block-card .box-body {
        padding: 2rem;
    }

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

    .block-card .box-body .btn-link {
        margin: 2rem auto 0 auto;
        text-align: center;
    }

    .block-card .box-body .btn-link a {
        font-size: 1.5rem;
    }

    /*--------------------------------------
accordion
---------------------------------------*/
    .accordion-btn {
        width: 90%;
        font-size: 1.5rem;
    }

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

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

    .main-index .toc_parts {
        width: calc(100% - 2rem);
    }

    .toc_parts .ttl {
        font-size: 1.6rem;
    }

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

    #toc .chapter {
        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: 1.1rem;
        font-size: 1.6rem;
    }

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

    /*--------------------------------------
visArea
---------------------------------------*/
    #visArea.lower {
        height: 8rem;
        margin: 0;
        background: #aca9a9 url(img/mv_bg_03.png) no-repeat center center;
        background-size: auto 100%;
    }

    #visArea.lower .siteName {
        width: 20rem;
    }

    #visArea .mainTxtBox .btns {
        flex-direction:column;
        }
   .btn-internal.down  {
     padding: 0 0 3rem; 
}
    
    /*--------------------------------------
addParts
---------------------------------------*/
    .addInner {
        width: 100%;
        padding: 0 1rem;
    }

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

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

    /*--------------------------------------
addParts02
---------------------------------------*/
    .addParts02 {
        padding: 8rem 0;
        background-size: 150% auto;
    }

    .addParts02.lower {
        margin: 5rem 0 0 0;
    }

    .addParts02 p.note {
        margin: 2rem 0 0 0;
    }

    .addParts02 .block {
        display: block;
    }

    .addParts02 .block .box {
        width: 100%;
        margin: 0 0 3rem 0;
    }

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

    .addParts02 .block .box-head {
        padding: 2rem 1rem;
    }

    .addParts02 .block .box-head .catch {
        font-size: 2.1rem;
    }

    .addParts02 .block .box-body {
        padding: 2rem 1.5rem;
    }

    .addParts02 .block .box-body .name {
        font-size: 2.4rem;
    }

    .addParts02 .block .box-body .name span span {
        font-size: 1.8rem;
    }

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

    .addParts02 .block .box-body table th {
        width: 100%;
    }

    .addParts02 .block .box-body .btn-web {
        margin: 3rem auto 0 auto;
    }

    .addParts02 .block .box-body .btn-internal, .addParts02 .block .box-body .btn-tel {
        margin: 2rem auto 0 auto;
    }

    /*--------------------------------------
addParts04
---------------------------------------*/
    .addParts04 {
        padding: 8rem 0;
        background-size: 150% auto;
    }

    .addParts04 p.note {
        margin: 2rem 0 0 0;
    }

    .addParts04 .block {
        display: block;
    }

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

    .addParts04 .block .box {
        width: 100%;
        margin: 0 0 3rem 0;
    }

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

    .addParts04 .block .box-head {
        padding: 1.5rem;
    }

    .addParts04 .block .box-head .catch {
        font-size: 2rem;
    }

    .addParts04 .block .box-body {
        padding: 2rem 1.5rem;
    }

    .addParts04 .block .box-body .name {
        font-size: 2.4rem;
    }

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

    .addParts04 .block .box-body .btn-internal, .addParts04 .block .box-body .btn-tel {
        margin: 2rem auto 0 auto;
    }
}
