@charset "UTF-8";

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

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

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

h2 {
    letter-spacing: 0.06em;
}

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

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

small {
    font-size: 60%;
}

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

/*--------------------------------------
　Base
---------------------------------------*/
html {
    font-size: 62.5%;
	scroll-padding-top: 140px;
}

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

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

a {
    color: #333;
    text-decoration: none;
    word-break: break-all;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: bold;
}

span {
    font-weight: bold;
    color: #C2141C;
    font-size: 1.6rem;
}

span.marker {
    font-weight: bold;
    color: #101010;
    font-size: 1.6rem;
    background: linear-gradient(transparent 83%, #ebabad 50%);
}

#contents p {
    max-width: 1100px;
    margin: 2rem auto 2rem;
    margin-bottom: 0;
	line-height: 1.7;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.sp_br {
    display: none;
}

.label {
    background: #172e59;
    text-align: center;
    color: #FFF;
    display: inline-block;
    padding: 0.7rem 1rem;
}

/*hタグ reset*/
#index .addParts01 h2,
#category .addParts01 h1,
#page .addParts01 h1,
#index .addParts02 h2,
#category .addParts02 h1,
#page .addParts02 h1,
#index .float-wrap h2,
#category .float-wrap h1,
#page .float-wrap h1,
#index .box-wrap h2,
#category .box-wrap h1,
#page .box-wrap h1,
#index .frame-wrap h2,
#category .frame-wrap h1,
#page .frame-wrap h1,
#index .addParts01 h3,
#category .addParts01 h2,
#page .addParts01 h2,
#index .addParts02 h3,
#category .addParts02 h2,
#page .addParts02 h2,
#index .addParts03 h3,
#category .addParts03 h2,
#page .addParts03 h2,
#index .float-wrap h3,
#category .float-wrap h2,
#page .float-wrap h2,
#index .box-wrap h3,
#category .box-wrap h2,
#page .box-wrap h2,
#index .frame-wrap h3,
#category .frame-wrap h2,
#page .frame-wrap h2,
#index .addParts01 h4,
#category .addParts01 h3,
#page .addParts01 h3,
#index .addParts02 h4,
#category .addParts02 h3,
#page .addParts02 h3,
#index .float-wrap h4,
#category .float-wrap h3,
#page .float-wrap h3,
#index .box-wrap h4,
#category .box-wrap h3,
#page .box-wrap h3,
#index .frame-wrap h4,
#category .frame-wrap h3,
#page .frame-wrap h3,
#index .addParts01 h5,
#category .addParts01 h4,
#page .addParts01 h4,
#index .addParts02 h5,
#category .addParts02 h4,
#page .addParts02 h4,
#index .float-wrap h5,
#category .float-wrap h4,
#page .float-wrap h4,
#index .box-wrap h5,
#category .box-wrap h4,
#page .box-wrap h4,
#index .frame-wrap h5,
#category .frame-wrap h4,
#page .frame-wrap h4,
#contents .addParts10 h2 {
    display: block;
    width: auto;
    height: auto;
    min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #333;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

#index .addParts01 h2 a,
#category .addParts01 h1 a,
#page .addParts01 h1 a,
#index .addParts02 h2 a,
#category .addParts02 h1 a,
#page .addParts02 h1 a,
#index .float-wrap h2 a,
#category .float-wrap h1 a,
#page .float-wrap h1 a,
#index .box-wrap h2 a,
#category .box-wrap h1 a,
#page .box-wrap h1 a,
#index .frame-wrap h2 a,
#category .frame-wrap h1 a,
#page .frame-wrap h1 a,
#index .addParts01 h3 a,
#category .addParts01 h2 a,
#page .addParts01 h2 a,
#index .addParts02 h3 a,
#category .addParts02 h2 a,
#page .addParts02 h2 a,
#index .float-wrap h3 a,
#category .float-wrap h2 a,
#page .float-wrap h2 a,
#index .box-wrap h3 a,
#category .box-wrap h2 a,
#page .box-wrap h2 a,
#index .frame-wrap h3 a,
#category .frame-wrap h2 a,
#page .frame-wrap h2 a,
#index .addParts01 h4 a,
#category .addParts01 h3 a,
#page .addParts01 h3 a,
#index .addParts02 h4 a,
#category .addParts02 h3 a,
#page .addParts02 h3 a,
#index .addParts03 h4 a,
#category .addParts03 h3 a,
#page .addParts03 h3 a,
#index .float-wrap h4 a,
#category .float-wrap h3 a,
#page .float-wrap h3 a,
#index .box-wrap h4 a,
#category .box-wrap h3 a,
#page .box-wrap h3 a,
#index .frame-wrap h4 a,
#category .frame-wrap h3 a,
#page .frame-wrap h3 a,
#index .addParts01 h5 a,
#category .addParts01 h4 a,
#page .addParts01 h4 a,
#index .addParts02 h5 a,
#category .addParts02 h4 a,
#page .addParts02 h4 a,
#index .float-wrap h5 a,
#category .float-wrap h4 a,
#page .float-wrap h4 a,
#index .box-wrap h5 a,
#category .box-wrap h4 a,
#page .box-wrap h4 a,
#index .frame-wrap h5 a,
#category .frame-wrap h4 a,
#page .frame-wrap h4 a,
#contents .addParts10 h2 a {
    display: inline;
    min-height: initial;
    min-height: auto;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #333;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    position: static;
}

#index .addParts01 h2::before,
#category .addParts01 h1::before,
#page .addParts01 h1::before,
#index .addParts02 h2::before,
#category .addParts02 h1::before,
#page .addParts02 h1::before,
#index .float-wrap h2::before,
#category .float-wrap h1::before,
#page .float-wrap h1::before,
#index .box-wrap h2::before,
#category .box-wrap h1::before,
#page .box-wrap h1::before,
#index .frame-wrap h2::before,
#category .frame-wrap h1::before,
#page .frame-wrap h1::before,
#index .addParts01 h3::before,
#category .addParts01 h2::before,
#page .addParts01 h2::before,
#index .addParts02 h3::before,
#category .addParts02 h2::before,
#page .addParts02 h2::before,
#index .float-wrap h3::before,
#category .float-wrap h2::before,
#page .float-wrap h2::before,
#index .box-wrap h3::before,
#category .box-wrap h2::before,
#page .box-wrap h2::before,
#index .frame-wrap h3::before,
#category .frame-wrap h2::before,
#page .frame-wrap h2::before,
#index .addParts01 h4::before,
#category .addParts01 h3::before,
#page .addParts01 h3::before,
#index .addParts02 h4::before,
#category .addParts02 h3::before,
#page .addParts02 h3::before,
#index .addParts03 h4::before,
#category .addParts03 h3::before,
#page .addParts03 h3::before,
#index .float-wrap h4::before,
#category .float-wrap h3::before,
#page .float-wrap h3::before,
#index .box-wrap h4::before,
#category .box-wrap h3::before,
#page .box-wrap h3::before,
#index .frame-wrap h4::before,
#category .frame-wrap h3::before,
#page .frame-wrap h3::before,
#index .addParts01 h5::before,
#category .addParts01 h4::before,
#page .addParts01 h4::before,
#index .addParts02 h5::before,
#category .addParts02 h4::before,
#page .addParts02 h4::before,
#index .float-wrap h5::before,
#category .float-wrap h4::before,
#page .float-wrap h4::before,
#index .box-wrap h5::before,
#category .box-wrap h4::before,
#page .box-wrap h4::before,
#contents .addParts10 h2::before {
    content: none;
    display: inline;
    min-height: initial;
    min-height: auto;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #333;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    /*     position: static; */
}

#index .addParts01 h2::after,
#category .addParts01 h1::after,
#page .addParts01 h1::after,
#index .addParts02 h2::after,
#category .addParts02 h1::after,
#page .addParts02 h1::after,
#index .float-wrap h2::after,
#category .float-wrap h1::after,
#page .float-wrap h1::after,
#index .box-wrap h2::after,
#category .box-wrap h1::after,
#page .box-wrap h1::after,
#index .frame-wrap h2::after,
#category .frame-wrap h1::after,
#page .frame-wrap h1::after,
#index .addParts01 h3::after,
#category .addParts01 h2::after,
#page .addParts01 h2::after,
#index .addParts02 h3::after,
#category .addParts02 h2::after,
#page .addParts02 h2::after,
#index .float-wrap h3::after,
#category .float-wrap h2::after,
#page .float-wrap h2::after,
#index .box-wrap h3::after,
#category .box-wrap h2::after,
#page .box-wrap h2::after,
#index .frame-wrap h3::after,
#category .frame-wrap h2::after,
#page .frame-wrap h2::after,
#index .addParts01 h4::after,
#category .addParts01 h3::after,
#page .addParts01 h3::after,
#index .addParts02 h4::after,
#category .addParts02 h3::after,
#page .addParts02 h3::after,
#index .addParts03 h4::after,
#category .addParts03 h3::after,
#page .addParts03 h3::after,
#index .float-wrap h4::after,
#category .float-wrap h3::after,
#page .float-wrap h3::after,
#index .box-wrap h4::after,
#category .box-wrap h3::after,
#page .box-wrap h3::after,
#index .frame-wrap h4::after,
#category .frame-wrap h3::after,
#page .frame-wrap h3::after,
#index .addParts01 h5::after,
#category .addParts01 h4::after,
#page .addParts01 h4::after,
#index .addParts02 h5::after,
#category .addParts02 h4::after,
#page .addParts02 h4::after,
#index .float-wrap h5::after,
#category .float-wrap h4::after,
#page .float-wrap h4::after,
#index .box-wrap h5::after,
#category .box-wrap h4::after,
#page .box-wrap h4::after,
#index .frame-wrap h5::after,
#category .frame-wrap h4::after,
#page .frame-wrap h4::after,
#contents .addParts10 h2::after {
    content: none;
    display: inline;
    min-height: initial;
    min-height: auto;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #333;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    position: static;
}

/*--------------------------------------
　Header
---------------------------------------*/
header .headTopArea {
    width: 1100px;
    margin: 6px auto;
}

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

header .headTopArea .rightTxt::before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: 3rem;
    margin-right: 1rem;
    font-size: 1.3rem;
}

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

#visArea .mainArea {
    display: table;
    background: url("img/mv_pic_ct.jpg") center top no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#visArea .mainArea .mainAreaInner {
    max-width: 50%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding: 2rem 0 5rem;
}

#visArea .mainArea .mainAreaInner::before {
    content: "";
    position: absolute;
    transform: skewX(-15deg);
    width: 100%;
    height: 102%;
    top: 0;
    left: 0%;
    background-color: rgba(255, 255, 255, 0.8);
}

#visArea .mainArea .siteNameArea,
#visArea .mainArea .siteNameAreaInner,
#visArea .mainArea .siteName,
#visArea .mainArea .siteName .siteLogoArea {
    margin: 0;
    height: 100%;
}

#visArea .mainArea .siteName {
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
}

#visArea .mainArea .siteName a {
    display: inline-block;
}

#visArea .mainArea .siteName .siteLogoArea {
    position: relative;
    padding: 1.5rem 0 0 0;
}

#visArea .mainArea .siteName .siteLogoArea .siteLogoText,
#visArea .mainArea .siteName .siteLogoArea .siteLogoText span {
    z-index: 1;
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0;
}

#visArea .mainArea .siteName img {
    margin: 0 auto;
    width: 307px;
    height: auto;
    z-index: 1;
    position: relative;
}

#visArea .mainArea .siteNameSmall {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
}

/* 下層のMV */
#visArea.lower .mainArea::before {
    position: absolute;
    content: "";
    background: url(img/mv_left.png) center center no-repeat;
    background-size: 100%;
    width: 190px;
    height: 130px;
    top: 3%;
    left: 20%;
}

#visArea.lower .mainArea::after {
    position: absolute;
    content: "";
    background: url(img/mv_right.png) center center no-repeat;
    background-size: 100%;
    width: 160px;
    height: 120px;
    right: 24%;
    top: 2%;
}


#visArea.lower .mainArea .mainAreaInner {
    padding: 0;
    position: relative;
}

#visArea.lower .mainArea .mainAreaInner::before {
    content: "";
    position: absolute;
    transform: skewX(-23deg);
    width: 55%;
    height: 115%;
    top: 0;
    left: 23%;
    background-color: rgba(255, 255, 255, 0.8);
}

#visArea.lower .mainArea .siteName img {
    margin-top: 1rem;
    width: 212px;
}


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

#g-nav::after {
    content: "";
    background: linear-gradient(to right, #bbbbbb, #bbbbbb 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#g-nav ul {
    display: flex;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

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

#g-nav li::before {
    content: "";
    background: linear-gradient(#bbb, #bbb);
    background-size: 1px 1px;
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#g-nav li:last-child::after {
    content: "";
    background: linear-gradient(#bbb, #bbb);
    background-size: 1px 1px;
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#g-nav li a {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 20px 12px;
    position: relative;
}

#g-nav li a span {
    display: table-cell;
    vertical-align: middle;
    font-weight: inherit;
    font-size: 1.5rem;
    color: inherit;
    border-bottom: none;
}

#g-nav li a:hover::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #172e59;
    position: absolute;
    left: 0;
    bottom: 2px;
    opacity: 1;
}

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

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

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

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

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

#index {
    width: 100%;
    margin: 5rem auto 0;
    padding: 0;
}

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

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

#side .sideTopBox {
    background: #172e59;
    border: solid 1px #fff;
    margin: 60px auto 40px;
    position: relative;
    box-shadow: 0px 0px 0px 2px #172e59;
    width: 216px;
}

#side .sideTopBox::before {
    content: "";
    position: absolute;
    background: url(img/check.png) top center no-repeat;
    background-size: 94px 22px;
    width: 94px;
    height: 22px;
    left: 0;
    right: 0;
    margin: auto;
    top: -12px;
}

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

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

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

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

#side .sideTopBox p span {
	color: #FFF;
	background: linear-gradient(transparent 83%, #995454 50%);
}

#side .sideTopBox .dtlBtn {
    display: block;
    text-align: center;
    color: #333;
    background: url(img/arrow_black.png) right 10px center no-repeat #fff;
    background-size: 6px auto;
    padding: 8px 30px;
    margin: 20px 0 0;
    font-weight: bold;
    line-height: 1.3;
}

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

#side .sideBox .sttl {
    font-size: 1.5rem;
    font-weight: bold;
    /*background: url(img/side_line.png) no-repeat bottom left;*/
}

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

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

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

#side .sideBox ul li::before {
    content: "";
    background: linear-gradient(to right, #bbbbbb, #bbbbbb 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

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

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

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

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

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

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

/*--------------------------------------
トップバナー
---------------------------------------*/
.index-banner_pc {
    display: flex;
    flex-direction: column; /* ← 縦に並べる！ */
	gap: 2.5rem;  
    margin: 5rem 0 0 0;
    position: fixed;
    right: 1rem;
    bottom: 15rem;
    z-index: 310;
    /* display: none; */
    width: 160px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.2);
}

.index-banner_pc.active {
    opacity: 1;
    visibility: visible;
}


.index-banner_pc a {
    text-decoration: none;
}

.index-banner_pc a:hover {
    opacity: 0.6;
}

.text-banner-box02 {
    position: relative;
}

.text-banner-box02:before {
    content: "CHECK";
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
    /* font-weight: normal; */
    line-height: 46px;
    /* letter-spacing: 0; */
    text-align: center;
    color: #fff;
    background: url("img/rank_check.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: -9%;
    left: -6%;
    padding: 0 4px 4px 0;
}


.image-banner-box {
    max-width: 220px;
}

.text-banner-box__text {
    padding: 1.5rem 1rem;
    box-sizing: border-box;
    background: #2C487D;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.cmn02-text-banner-box__catch {
    font-size: 1.1rem;
}

.cmn02-paragraph {
    font-size: 1.4rem;
}

.text-banner-box::after {
    content: "";
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #FFF transparent;
}

@media screen and (max-width: 480px) {
    .index-banner_pc {
        display: none !important;
    }
}

/*--------------------------------------
Footer
---------------------------------------*/
footer {
    margin: 0;
    padding: 0;
    background-color: #f3f4f6;
}

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

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

footer .areaInner .logo {
    width: auto;
    margin: 0 auto 5rem;
}

footer .areaInner .logo a {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #333;
    text-decoration: none;
}

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

footer .areaInner .footBox {
    margin: 0 0 3rem 0;
	font-size: 1.3rem;
}

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

footer .areaInner .footBox .sttl a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    background: url("img/foot_arrow.png") left center no-repeat;
    background-size: 11px auto;
    border: none;
    padding: 0.3rem 0 0.3rem 2rem;
    margin: 0;
}

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

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

footer .areaInner .footBox .accChild {
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

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

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

footer .areaInner .footBox .accChild li.subCat {
    display: inline-block;
    background: url("img/arrow_black.png") 5px 8px no-repeat;
    background-size: 5px auto;
    /* background-color: #FFF; */
    padding: 0 0 0 1.5rem;
}

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

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

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

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

footer .botArea .inner {
    width: 1100px;
    padding: 1.2rem 0 1.5rem;
    margin: 0 auto;
}

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

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

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

footer p.copy {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left;
    color: #333;
    float: left;
    padding: 0.5rem 0;
}

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

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

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

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

/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents #page.mappage h2 {
    margin: 68px auto 28px;
}

#contents #page.mappage h2 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#contents #page.mappage ul {
    margin: 0 auto 0.6rem;
}

#contents #page.mappage ul li {
    padding: 0 0 0.6rem 2.2rem;
}

#contents #page.mappage ul.subList li:last-child {
    margin: 0 0 1rem;
}

#contents #page.mappage ul li a:hover {
    opacity: 0.7;
}

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

/* ================== */
/*  メインコンテンツ　*/
/* ================== */
#index h1,
#index h2,
#index h3,
#index h4,
#index h5,
#index h6,
#index h7 {
    max-width: 1100px;
    margin: 0 auto;
}

#index h2,
#category h1,
#page h1 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 33px 30px 33px 30px;
    margin: 25px auto 30px;
    position: relative;
    color: #172e59;
}

#category h1, #page h1,
#contents .addParts04 .addTopArea .sttl,
#contents .addParts05 .addTopArea .sttl,
#contents .addParts06 .addTopArea .sttl,
#contents .addParts11 .addTopArea .sttl{
	border: solid 3px #172e59;
    margin-left: 4rem;
    background: #FFF;
}

#index h2 a,
#category h1 a,
#page h1 a {
    color: #172e59;
    text-decoration: none;
    background: url("img/arrow_navy.png") right center no-repeat;
    background-size: 8px auto;
    display: block;
    padding: 0 3rem 0 0;
}

#index h2 a:hover,
#category h1 a:hover,
#page h1 a:hover {
    text-decoration: underline;
}

#index h2 {
    margin: 85px auto 30px;
}


#index h2::before,
#category h1::before,
#page h1::before {
    content: "";
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
    background-size: 12px 12px;
    background-color: #d6ecf1;
    background-image: -moz-linear-gradient(180deg, #d1efe8 0%, #d7edf1 100%);
    background-image: -webkit-linear-gradient(180deg, #d1efe8 0%, #d7edf1 100%);
    background-image: -ms-linear-gradient(180deg, #d1efe8 0%, #d7edf1 100%);
    top: -25px;
    left: -4rem;
    z-index: -1;
}

/* #index h2::after,
#category h1::after,
#page h1::after {
    content: "";
    width: calc(100% - 40px);
    height: 100%;
    background: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border: solid 3px #172e59;
} */

#index h3,
#category h2,
#page h2 {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 71px auto 38px;
    line-height: 1.4;
    padding: 14px 20px;
    background: #172e59;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 0px -8px 0px #172e59, 0px 8px 0px #172e59;
    color: #fff;
    position: relative;
}

#index h3 a,
#category h2 a,
#page h2 a {
    color: #FFF;
    text-decoration: none;
    background: url("img/arrow_white.png") right center no-repeat;
    background-size: 8px auto;
    display: block;
    padding: 0 3rem 0 0;
}

#index h3 a:hover,
#category h2 a:hover,
#page h2 a:hover {
    text-decoration: underline;
}

#index h4,
#category h3,
#page h3 {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 70px auto 30px;
    padding: 15px 20px 15px 65px;
    line-height: 1.5;
    border-bottom: 2px solid #172e59;
    position: relative;
}

#index h4 a,
#category h3 a,
#page h3 a {
    color: #333;
    text-decoration: none;
    background: url("img/arrow_navy.png") right center no-repeat;
    background-size: 8px auto;
    display: block;
    padding: 0 3rem 0 0;
}

#index h4 a:hover,
#category h3 a:hover,
#page h3 a:hover {
    text-decoration: underline;
}

#index h4::after,
#category h3::after,
#page h3::after {
    content: "";
    width: 39px;
    height: 45px;
    background: url("img/h3_ico.png") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 19%;
    left: 3px;
    /* transform: translate(0%, -50%); */
}

#index h5,
#category h6,
#category h4,
#category h5,
#category h6,
#page h4,
#page h5,
#page h6 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 20px 13px 20px;
    margin: 44px auto 30px;
    position: relative;
}

#index h5 a,
#category h6 a,
#category h4 a,
#category h5 a,
#category h6 a,
#page h4 a,
#page h5 a,
#page h6 a {
    color: #333;
    text-decoration: none;
    background: url("img/arrow_navy.png") right center no-repeat;
    background-size: 8px auto;
    display: block;
    padding: 0 3rem 0 0;
}

#index h5 a:hover,
#category h6 a:hover,
#category h4 a:hover,
#category h5 a:hover,
#category h6 a:hover,
#page h4 a:hover,
#page h5 a:hover,
#page h6 a:hover {
    text-decoration: underline;
}


#category h4,
#page h4 {
    border-bottom: 1px solid #172e59;
}

#category h5,
#page h5 {
    font-size: 1.8rem;
    color: #172e59;
}

#index h5::after,
#category h6::after,
#category h4::after,
#category h5::after,
#category h6::after,
#page h5::after,
#page h6::after {
    content: "";
    background: linear-gradient(to right, #172e59, #172e59 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sitemap h2 a {
    color: #333;
}




/*--------------------------------------
　list
---------------------------------------*/
#contents ul {
    max-width: 1100px;
    margin: 25px auto 25px;
    padding: 10px 10px 0;
	line-height: 1.7;
}
#contents ul li {
	font-weight: bold;
}

#contents ul li,
.lower_bottom ul li{
    padding: 0 0 2px 25px;
    position: relative;  
}

#contents ul li::before,
.lower_bottom ul li::before{
    content: "";
    display: block;
    background-color: #172e59;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 9px;
    left: 3px;
}

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

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

#contents ol {
    max-width: 1100px;
    margin: 25px auto 25px;
    padding: 10px 10px 0;
}

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

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

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

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

/* ul,ol reset */
#contents .addParts01 ul,
#contents .addParts01 ol,
#contents .addParts02 ul,
#contents .addParts02 ol,
#contents .addParts03 ul,
#contents .addParts03 ol,
#contents .float-wrap ul,
#contents .float-wrap ol,
#contents .box-wrap ul,
#contents .box-wrap ol,
#contents .frame ul,
#contents .frame ol {
    padding: 0;
    margin: 0;
}

#contents .addParts01 ul li,
#contents .addParts01 ol li,
#contents .addParts02 ul li,
#contents .addParts02 ol li,
#contents .addParts03 ul li,
#contents .addParts03 ol li,
#contents .float-wrap ul li,
#contents .float-wrap ol li,
#contents .box-wrap ul li,
#contents .box-wrap ol li,
#contents .frame ul li,
#contents .frame ol li {
    padding: 0;
}

#contents .addParts01 ul li::before,
#contents .addParts01 ol li::before,
#contents .addParts02 ul li::before,
#contents .addParts02 ol li::before,
#contents .addParts03 ul li::before,
#contents .addParts03 ol li::before,
#contents .float-wrap ul li::before,
#contents .float-wrap ol li::before,
#contents .box-wrap ul li::before,
#contents .box-wrap ol li::before,
#contents .frame ul li::before,
#contents .frame ol li::before {
    content: none;
    display: inline;
    min-height: initial;
    min-height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #000;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    position: static;
}

/*--------------------------------------
　recommend,check,point
---------------------------------------*/
#index .recommend,
#category .recommend,
#page .recommend,
#index .check,
#category .check,
#page .check,
#index .point,
#category .point,
#page .point,
#index .rank,
#category .rank,
#page .rank {
    display: block;
    font-weight: bold;
}

#index .recommend a,
#category .recommend a,
#page .recommend a,
#index .check a,
#category .check a,
#page .check a,
#index .point a,
#category .point a,
#page .point a,
#index .rank a,
#category .rank a,
#page .rank a {
    display: block;
    font-size: 100%;
}

#index .recommend::before,
#category .recommend::before,
#page .recommend::before,
#index .check::before,
#category .check::before,
#page .check::before,
#index .point::before,
#category .point::before,
#page .point::before,
#index .rank::before,
#category .rank::before,
#page .rank::before {
    z-index: 0;
    background: none;
    box-shadow: 0px 0px 0px;
}

#index .recommend::after,
#category .recommend::after,
#page .recommend::after,
#index .check::after,
#category .check::after,
#page .check::after,
#index .point::after,
#category .point::after,
#page .point::after,
#index .rank::after,
#category .rank::after,
#page .rank::after {
    z-index: 0;
    background: none;
    box-shadow: 0px 0px 0px;
}

/*recommend*/
#contents .recommend {
    width: 100%;
    max-width: 1100px;
    min-height: 98px;
    font-size: 2.2rem;
    line-height: 1.4;
    border-bottom: solid 1px #ee9f42;
    padding: 2rem 2rem 2rem 9.4rem;
    margin: 3rem auto 2rem;
    position: relative;
    display: flex;
    align-items: center;
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    #contents .recommend {
        padding-top: 3.5rem;
    }

    /* IE11 */
}

#contents .recommend::before {
    content: "おすすめ";
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background: url("img/rank_recommend.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 13px;
    left: 0;
    padding: 0 5px 5px 0;
}

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

/*check*/
#contents .check {
    width: 100%;
    max-width: 1100px;
    min-height: 98px;
    font-size: 2.2rem;
    line-height: 1.4;
    border-bottom: solid 1px #C2141C;
    padding: 2rem 2rem 2rem 9.4rem;
    margin: 3rem auto 2rem;
    position: relative;
    display: flex;
    align-items: center;
}

#contents .check::before {
    content: "CHECK";
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background: url("img/rank_check.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 13px;
    left: 0;
    padding: 0 5px 5px 0;
}

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

/*point*/
#contents .point {
    width: 100%;
    max-width: 1100px;
    min-height: 98px;
    font-size: 2.2rem;
    line-height: 1.4;
    border-bottom: solid 1px #112d61;
    padding: 2rem 2rem 2rem 9.4rem;
    margin: 3rem auto 2rem;
    position: relative;
    display: flex;
    align-items: center;
}

#contents .point::before {
    content: "POINT";
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background: url("img/rank_point.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 13px;
    left: 0;
    padding: 0 5px 5px 0;
}

#contents .point a {
    color: #7c6853;
    text-decoration: underline;
}

/*rank_wrap*/
#contents .rank_wrap {
    counter-reset: num;
    margin: 3rem auto 2rem;
}

#contents .rank_wrap .rank {
    width: 100%;
    max-width: 1100px;
    min-height: 98px;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #01159a;
    border-bottom: solid 1px #51c7bd;
    padding: 2rem 2rem 2rem 9.4rem;
    margin: 3rem auto 2rem;
    position: relative;
    display: flex;
    align-items: center;
}

#contents .rank_wrap .rank::before {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 70px;
    height: 70px;
    font-size: 2.2rem;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background: url("img/rank.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 13px;
    left: 0;
    padding: 0 5px 5px 0;
}

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

/*recommend_number_wrap*/
#contents .recommend_number_wrap {
    counter-reset: num;
    margin: 3rem auto 2rem;
}

#contents .recommend_number_wrap .recommend::before {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 15px 5px 5px 0;
}

#contents .recommend_number_wrap .recommend::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 75px;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 43px;
    left: 0;
}

/*check_number_wrap*/
#contents .check_number_wrap {
    counter-reset: num;
    margin: 3rem auto 2rem;
}

#contents .check_number_wrap .check::before {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 15px 5px 5px 0;
}

#contents .check_number_wrap .check::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 75px;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 43px;
    left: 0;
}

/*point_number_wrap*/
#contents .point_number_wrap {
    counter-reset: num;
    margin: 3rem auto 2rem;
}

#contents .point_number_wrap .point::before {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 15px 5px 5px 0;
}

#contents .point_number_wrap .point::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 75px;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 43px;
    left: 0;
}

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

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

#contents .addParts02 .pointArea .pointTxt p.caption {
    color: #999;
    font-size: 1rem;
}

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

/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
    max-width: 1100px;
    margin: 100px auto;
    box-sizing: border-box;
}

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

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

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

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

.float-wrap .ct {
    width: auto;
    margin: 0 auto 20px;
    text-align: center;
}

#contents .float-wrap.ct .catch {
    display: table;
    margin: auto;
    width: auto;
}

#contents .float-wrap p {
    margin: 1rem 0 0 0;
}

#contents .float-wrap .catch {
    font-size: 2rem;
    color: #c2141c;
    text-align: left;
    display: table;
    font-weight: bold;
    margin: 0;
    letter-spacing: .5px;
}

/*  btns*/
#contents .btn-internal,
#contents .btn-web,
#contents .btn-tel {
    max-width: 1100px;
    text-align: center;
    margin: 3rem auto 4.2rem;
    padding: 0;
    max-width: 367px;
	width: 100%;
    position: relative;
}

.btn-internal a {
    display: block;
    padding: 2rem 4.2rem 2rem 3rem;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 10;
    position: relative;
    font-weight: bold;
    background-image: -moz-linear-gradient(-90deg, #00928a 0%, #14aea5 100%);
    background-image: -webkit-linear-gradient(-90deg, #00928a 0%, #14aea5 100%);
    background-image: -ms-linear-gradient(-90deg, #00928a 0%, #14aea5 100%);
    box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.2);
}

.btn-internal a::after {
    content: "";
    background: url("img/arrow_white.png") no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 43%;
    right: 20px;
}

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

.btn-web a {
    display: block;
    padding: 1.6rem 5.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 100%;
    background-image: -moz-linear-gradient(-90deg, #c2141c 0%, #ea5b3f 100%);
    background-image: -webkit-linear-gradient(-90deg, #c2141c 0%, #ea5b3f 100%);
    background-image: -ms-linear-gradient(-90deg, #c2141c 0%, #ea5b3f 100%);
    box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.2);
}

.btn-web a::after {
    content: "";
    background: url("img/arrow_white.png") no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 43%;
    right: 20px;
}

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

#contents .btn-link {
    max-width: 1100px;
    margin: 30px auto;
    text-align: right;
}

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

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

.btn-tel {
    display: none;
}

.btn-tel a {
    display: block;
    padding: 2rem 5.2rem 2rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 100%;
    background-image: -moz-linear-gradient(-90deg, #3265c6 0%, #3d90e5 100%);
    background-image: -webkit-linear-gradient(-90deg, #3265c6 0%, #3d90e5 100%);
    background-image: -ms-linear-gradient(-90deg, #3265c6 0%, #3d90e5 100%);
    box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.2);
}

.btn-tel a::after {
    content: "";
    background: url("img/arrow_white.png") no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 43%;
    right: 20px;
}

.btn-tel a:hover {
    opacity: .6;
}

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

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

#contents table th {
    width: 26%;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    color: #333;
    background: #F3F4F6;
    border: solid 1px #d0d5dc;
    padding: 14px 15px;
}

#contents table td {
    line-height: 2.4rem;
    padding: 13px 20px;
    background: #FFF;
    font-size: 1.4rem;
    text-align: left;
    border: solid 1px #d0d5dc;
    font-weight: bold;
}

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

#contents .box-wrap .box {
    display: block;
    width: 400px;
    margin: 0 0 0;
    box-sizing: border-box;
    float: left;
    position: relative;
}

#contents .box-wrap .box:nth-child(even) {
    float: right;
}

#contents .box-wrap .box:nth-child(n+3) {
    margin-top: 40px;
}

#contents .box-wrap .box .permalink {
    display: none;
}

#contents .box-wrap .box .thumb {
    position: relative;
}

#contents .box-wrap .box .thumb img {
    width: 100%;
    object-fit: cover;
}

/*box-head*/
#index .box-wrap .box-head,
#category .box-wrap .box-head,
#page .box-wrap .box-head {
    display: block;
}

#index .box-wrap .box-head a,
#category .box-wrap .box-head a,
#page .box-wrap .box-head a {
    display: block;
    font-size: 100%;
}

#index .box-wrap .box-head a:hover,
#category .box-wrap .box-head a:hover,
#page .box-wrap .box-head a:hover {
    color: #333;
    text-decoration: none;
}

#index .box-wrap .box-head::after,
#category .box-wrap .box-head::after,
#page .box-wrap .box-head::after {
    content: none;
}

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

/*type-a*/
#contents .box-wrap .type-a {
    background: #F3F4F6;
}

#contents .box-wrap .type-a .box-head {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #333;
    padding: 25px 17px;
}

#contents .box-wrap .type-a .box-head a {
    display: block;
    width: 100%;
    font-size: 2rem;
    line-height: 1.4;
    color: #01159a;
    background: url("img/arrow_navy.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 20px 0 0;
    position: relative;
    text-align: center;
}

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

#contents .box-wrap .type-a .box-body {
    padding: 0 20px 20px;
}

#contents .box-wrap .type-a .box-body .smallPic {
    width: 83px;
    float: left;
}

#contents .box-wrap .type-a .box-body p {
    width: 264px;
    float: right;
}

/*--------------------------------------
　frame-wrap
---------------------------------------*/
#contents .frame-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 100px auto;
}

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

#contents .frame {
    display: block;
    box-sizing: border-box;
    width: 266px;
    margin: 0 0 0 16px;
    background-color: #fff;
    float: left;
}

#contents .frame-wrap .frame:first-child {
    margin: 0;
}

#contents .frame-wrap .frame:nth-child(3n+1) {
    margin: 0;
}

#contents .frame-wrap .frame:nth-child(n+4) {
    margin-top: 16px;
}

#contents .frame-wrap .frame a {
    display: block;
    text-decoration: none;
}

/*frame-head*/
#index .frame .frame-head,
#category .frame .frame-head,
#page .frame .frame-head {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
}

#index .frame .frame-head a,
#category .frame .frame-head a,
#page .frame .frame-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
}

#index .frame .frame-head a:hover,
#category .frame .frame-head a:hover,
#page .frame .frame-head a:hover {
    opacity: 0.7;
}

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

#contents .frame .frame-body {
    padding: 0 20px 35px;
}

#contents .frame .frame-body .frame-catch {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin: 0 0 15px;
}

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

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

/*type-b*/
#contents .frame-wrap .type-b {
    border: 3px solid #F3F4F6;
}

#contents .frame-wrap .type-b .frame-head {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 20px 20px 20px;
    margin: 0 0 25px;
    position: relative;
}

#contents .frame-wrap .type-b .frame-head::after {
    content: "";
    border-bottom: 2px solid #F3F4F6;
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    left: 10px;
    bottom: 0;
    top: inherit;
    right: inherit;
    z-index: inherit;
    transform: none;
}

#contents .frame-wrap .type-b .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_navy.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
    font-weight: bold;
    color: #172e59;
}

#contents .frame-wrap .type-b .frame-head a:hover {
    opacity: 0.7;
}

#contents .frame-wrap .type-b .thumb {
    width: 200px;
    margin: 0 auto;
}

#contents .frame-wrap .type-b .caption {
    text-align: center;
    padding: 0 20px;
}

#contents .frame-wrap .type-b .frame-body {
    margin: 2.5rem auto 0;
}

#contents .frame-wrap .type-b table {
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 0;
    margin: 20px auto;
}

#contents .frame-wrap .type-b table th {
    width: 33%;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 12px 10px;
}

#contents .frame-wrap .type-b table td {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 12px 10px;
    word-wrap: break-word;
}

#contents .frame-wrap .type-b table:last-of-type {
    margin-bottom: 0;
}

/*type-c*/
#contents .frame-wrap .type-c {
    background-color: #f5f5dc;
}

#contents .frame-wrap .type-c .eng {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
    margin: -10px 0 0;
}

#contents .frame-wrap .type-c .frame-head {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    padding: 2rem;
    margin: 0 0 2.5rem;
    position: relative;
    letter-spacing: normal;
}

#contents .frame-wrap .type-c .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 20px 0 0;
    position: relative;
    letter-spacing: normal;
}

#contents .frame-wrap .type-c .frame-head a:hover {
    opacity: 0.7;
}

#contents .frame-wrap .type-c .thumb {
    width: 160px;
    margin: 0 auto 25px;
}

#contents .frame-wrap .type-c .thumb img {
    border-radius: 100px;
}

/*btn-web*/
#contents .frame .frame-body .btn-web {
    width: 85%;
    margin: 25px auto 0;
}

/*共通パーツ*/
.lower_bottom {
    margin-top: 8rem;
    background: url(img/lower_bottom_pic_pc.jpg) center top no-repeat;
    background-size: cover;
}

.lower_bottom .addInner {
    width: 1100px;
    margin: auto;
    padding: 7rem 0 9rem;
}

.lower_bottom .addTopArea {
    margin: 0 auto 2rem;
}

.lower_bottom .addTopArea .sttl {
    text-align: center;
    margin: auto;
    margin-bottom: 2rem;
    color: #fff;
}

.lower_bottom .addTopArea .sttl,
.lower_bottom .addTopArea .sttl span {
    line-height: 1.5;
    font-weight: bold;
    font-size: 3.6rem;
    letter-spacing: 0.06em;	
}

.lower_bottom .addTopArea .sttl span {
	color: #e5323a;
}

.lower_bottom .txt-2 span {
    color: #FFF;
	background: linear-gradient(transparent 83%, #995454 50%);
}

.lower_bottom .block_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}

.lower_bottom .block {
    width: calc((100% - 3.9rem)/3);
    background: #fff;
    padding: 30px 22px 30px 20px;
    border: solid 5px #8da1c5;
}

.lower_bottom .block .need-wrap {
    background: #F3F4F6;
}

.lower_bottom .block .need-wrap .label {
    width: 100%;
    padding: 5px 9px 5px 9px;
    text-align: left;
}


.lower_bottom .need-wrap ul li::before {
    top: 16px;
    left: 3px;
}

.lower_bottom .block .need-wrap .label img {
    width: 32%;
    vertical-align: baseline;
}

.lower_bottom .block .box_arrow {
    text-align: center;
    max-width: 30px;
    margin: 0 auto;
    padding: 1.5rem 0 1rem 0;
}

.lower_bottom .block .block_label {
    background: #112d61;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.lower_bottom .block .need-wrap ul {
    padding: 20px 15px;
}

.lower_bottom .block .need-wrap ul *+* {
    margin-top: 1rem;
}

.lower_bottom .block .need-wrap li,
.lower_bottom .block .need-wrap li span {
    font-size: 1.8rem;
    font-weight: bold;
}


.lower_bottom .block .companyName {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 2.5rem 0;
    color: #112d61;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.lower_bottom .block .companyName span {
	font-size: 2.3rem;
}

.lower_bottom .plan_tit {
    font-size: 1.8rem;
    font-weight: bold;
    background-image: -moz-linear-gradient(180deg, #b5d7e5 0%, #d7edf1 100%);
    background-image: -webkit-linear-gradient(180deg, #b5d7e5 0%, #d7edf1 100%);
    background-image: -ms-linear-gradient(180deg, #b5d7e5 0%, #d7edf1 100%);
    color: #112d61;
    padding: 2rem 1rem;
    text-align: center;
    line-height: 1.8;
}

.lower_bottom .plan_tit span {
    font-size: 2.3rem;
    font-weight: bold;
    color: #C2141C;
    border: none;
}

.lower_bottom .block .label {
    width: 100%;
    font-weight: bold;
}

.lower_bottom .system_list {
    padding: 2rem 1rem;
}

.lower_bottom .price {
    font-size: 2.8rem;
    color: #da5b63;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem;
    border: 2px solid #eb838a;
}

.lower_bottom .price span {
    font-size: 1.4rem;
    color: #333;
    border-bottom: none;
}

.lower_bottom .check_li {
    margin: 1rem 0;
    border-radius: 10px;
    padding: 10px 5px;
    background-size: 12px 12px;
    background-color: #fff6df;
    background-image: linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
}

.lower_bottom .check_li .li_tit {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1.5rem;
}

.lower_bottom .check_li ul {
    width: 100%;
}

.lower_bottom ul li.on {
    background: #dbdbdb;
}

.lower_bottom .txt {
    padding: 1.5rem 1rem 3rem;
}

.lower_bottom .btn-internal,
.lower_bottom .btn-web {
    width: 94%;
    margin: auto;
}

.lower_bottom .btn-web {
    margin-bottom: 2rem;
}

.criteria,
.criteria a{
    color: #FFF;
    margin-bottom: 0;
    font-size: 1.2rem;
}

/* .lower_bottom .criteria {
    font-size: 1.4rem;
} */

/*--------------------------------------
  toc_parts
---------------------------------------*/
#index .toc-wrap {
	margin-bottom: 8rem;
}

.toc-wrap .accordion {
    background: #f5f5f5;
    padding: 1.8rem 0 1.8rem;
    text-align: center;
    width: 43%;
    position: relative;
}

.toc-wrap .accordion span {
    color: #101010;
}

.toc-wrap .accordion-item {
    display: none;
    max-width: 800px;
    margin: 0 auto;
}

.toc-wrap .accordion span {
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
}

.toc-wrap .accordion .ac-btn-off::before,
.toc-wrap .accordion .ac-btn-off::after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #333;
    position: absolute;
    right: 29px;
    top: 50%;
    transform: translateY(-50%);
}

.toc-wrap .accordion .ac-btn-off::after {
    background: #333;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

.toc-wrap .accordion.is-open .ac-btn-off::after {
    transform: rotate(0);
    transition: 0.5s;
}

.toc-wrap .accordion.is-open span:last-child {
    display: none;
}

.toc-wrap .accordion.is-open::after {
    content: '閉じる';
    width: 100%;
    display: block;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
}

.toc_parts {
    background: #f5f5f5;
    margin-top: 5rem;
    padding: 4rem 5rem;
    box-sizing: border-box;
}

.toc_parts .ttl {
    position: relative;
    padding: 0 0 0 18px;
    font-size: 2rem;
    font-weight: bold;
}

.toc_parts .ttl::before {
    position: absolute;
    content: "";
    top: 1px;
    left: 4px;
    width: 4px;
    height: 25px;
    background: #112d61;
}

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

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

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

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

#toc ul.chapter .chapter-h::before {
    content: counter(count, decimal-leading-zero);
    position: absolute;
    top: -5px;
    left: 0px;
    color: #112d61;
    font-size: 21px;
    font-weight: bold;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

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

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

#toc .chapter .chapter-h span {
    color: #0b072b;
    font-weight: bold;
}

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

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

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

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

#toc .chapter br {
    display: none;
}

/*  PC END  */
@media screen and (max-width: 480px) {
	
	html {
		scroll-padding-top: 60px;
	}

    html,
    body {
        width: 100%;
        position: relative;
		
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .sp_br {
        display: block;
    }

    .pc_br {
        display: none;
    }

    body {
        width: 100%;
        min-width: initial;
        min-width: auto;
        font-size: 1.4rem;
        line-height: 1.8;
    }

    #index>p,
    #category>p,
    #page>p {
        width: 100%;
    }

    #contents p {
        max-width: 100%;
        margin: 2rem auto 2rem;
    }

    a:hover {
        opacity: 1;
    }

    /*--------------------------------------
    　Header
    ---------------------------------------*/
    header .headTopArea {
        width: 100%;
        padding: 6px 5px;
        margin: 0;
    }

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

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

    #visArea .mainArea {
        background: none;
        height: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    #visArea .mainArea .mainAreaInner {
        display: block;
        background: none;
        max-width: 100%;
        padding: 0;
    }

    #visArea .mainArea .mainAreaInner::before {
        content: unset;
    }
	
	#visArea .mainArea .mainAreaInner .mainTextInner {
		margin: 0;
		max-width: 100%;
	}

    #visArea .mainArea .siteNameArea {
        display: table;
        background: url("img/mv_pic_sp.jpg") center center no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0;
    }

    #visArea .mainArea .siteNameAreaInner {
        display: table-cell;
        vertical-align: middle;
    }

    #visArea .mainArea .siteName {
        font-size: 1.8rem;
        line-height: 1.4;
        letter-spacing: 0.1em;
        text-align: center;
    }

    #visArea .mainArea .lower .siteLogoArea::before {
        content: unset;
    }

    #visArea .mainArea .siteName .siteLogoArea .siteLogoText,
    #visArea .mainArea .siteName .siteLogoArea .siteLogoText span {
        font-size: 1rem;
    }

    #visArea .mainArea .siteName img.sp {
        width: 73%;
        margin: 0 auto;
    }


    /* 下層 */
    #visArea.lower .mainArea::before,
    #visArea.lower .mainArea::after,
    #visArea.lower .mainArea .mainAreaInner::before {
        content: unset;
    }

    #visArea .mainArea .siteName .siteLogoArea .siteLogoText {
        margin-bottom: 1rem;
    }

    #visArea.lower .mainArea .siteName img {
        width: 120px;
        margin: 0 auto;
    }
	
	#visArea.lower  .mainArea .siteName .siteLogoArea {
		padding: 1.5rem 0;
	}


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

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

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

    #navWrap .siteName {
        display: table-cell;
        vertical-align: middle;
        width: 48%;
        font-size: 1.15rem;
        font-weight: 500;
        line-height: 1.4;
        padding: 0.5rem 1rem 0 1rem;
        text-align: center;
        border-right: 1px solid #b5b5b5;
    }

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

    #navWrap .recommendBtn {
        display: table-cell;
        vertical-align: middle;
        font-size: 1.1rem;
        text-align: center;
        padding: 0 1.2rem;
        position: relative;
        color: #009089;
        letter-spacing: 1px;
        border-right: 1px solid #b5b5b5;
        font-weight: bold;
        line-height: 1.5;
    }

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

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

    #menuBtn .menu {
        position: absolute;
    }

    #menuBtn .menu span {
        width: 22px;
        height: 2px;
        display: inline-block;
        background: #112d61;
        transition: all 0.4s;
        position: absolute;
        left: 0;
    }

    #menuBtn .menu span:nth-of-type(1) {
        top: -8px;
    }

    #menuBtn .menu span:nth-of-type(2) {
        top: -1px;
    }

    #menuBtn .menu span:nth-of-type(3) {
        top: 6px;
    }

    body.open #menuBtn .menu {
        background: none;
    }

    body.open #menuBtn .menu span:nth-of-type(1) {
        transform: translateY(10px) rotate(-45deg);
        top: -12px;
    }

    body.open #menuBtn .menu span:nth-of-type(2) {
        opacity: 0;
    }

    body.open #menuBtn .menu span:nth-of-type(3) {
        transform: translateY(-10px) rotate(45deg);
		top: 8px;
    }

    /*navSp*/
    #navSp {
        position: fixed;
        top: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: #f3f4f6;
        z-index: 999;
        display: none;
    }

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

    #navSp a {
        text-decoration: none;
    }

    /* 以下装飾など */
    #navSp .navBox:first-child {
        border-top: 1px solid #ccc;
        overflow: hidden;
    }

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

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

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

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

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

    #navSp .navBox .sttl,
    #navSp .sitemap {
        border-bottom: 1px solid #112d61;
        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 #112d61;
        padding: 1.2rem 9% 1.2rem 7%;
    }

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

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

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

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

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

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

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

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

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

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

    body.open {
        height: inherit !important;
    }

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

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

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

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

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

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

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

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

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

	#category h1, #page h1,
#contents .addParts04 .addTopArea .sttl,
#contents .addParts05 .addTopArea .sttl,
#contents .addParts06 .addTopArea .sttl,
#contents .addParts11 .addTopArea .sttl,
    #category>h1:first-of-type,
    #page>h1:first-of-type {
         margin: 0 0 3.5rem 1.5rem;
    }

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

    /*--------------------------------------
    Footer
    ---------------------------------------*/
    footer {
        width: 100%;
        margin-top: 0;
    }

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

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

    footer .areaInner .logo {
        display: block;
        box-sizing: border-box;
        width: auto;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        color: #000;
        padding: 0 1rem;
        margin: 0 auto 2rem;
    }

    footer .areaInner .logo.sp {
        width: 50%;
    }

    footer .areaInner .logo a {
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        color: #333;
        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 #172e59;
    }

    footer .areaInner .footBox {
        margin: 0;
    }

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

    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        font-weight: 600;
        color: #333;
        background: url("img/arrow_black_down.png") right 10px center no-repeat;
        background-size: 10px auto;
        padding: 1rem 4rem 1rem 4%;
        transition: none;
    }

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

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

    footer .areaInner .footBox .sttl {
        border-bottom: 1px solid #112d61;
        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;
    }

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

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

    footer .areaInner .footBox .accChild li.subCat {
        width: 100%;
        margin: 0;
        background: none;
        padding: 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: 1rem 9% 1rem 4%;
    }

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

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

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

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

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

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

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

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

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

    footer .botArea {
        background: #fff;
    }

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

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

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

    footer p.copy {
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: center;
        color: #000;
        padding: 0.5rem 0;
    }

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

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

    footer a {
        text-decoration: none;
    }

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

    /*--------------------------------------
    　PageTop
    ---------------------------------------*/
    #page-top {
        position: fixed;
        bottom: 4%;
        right: 4%;
        width: 50px;
    }

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

    /* ================== */
    /*  サイトマップ　　　*/
    /* ================== */
    #contents #page.mappage h2 {
        margin: 5rem auto 2rem;
    }

    #contents #page.mappage h2 a:hover {
        color: #333;
        text-decoration: none;
        opacity: 1;
    }

    #contents #page.mappage ul {
        margin: 1rem auto 1rem;
    }

    #contents #page.mappage ul li {
        padding: 0 0 0.6rem 1.6rem;
    }

    #contents #page.mappage ul.subList li:last-child {
        margin: 0 0 1rem;
    }

    #contents #page.mappage ul li a:hover {
        opacity: 1;
    }

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

    /* ================== */
    /*  メインコンテンツ　*/
    /* ================== */
    #index h1,
    #index h2,
    #index h3,
    #index h4,
    #index h5,
    #index h6,
    #index h7,
    #category h1,
    #category h2,
    #category h3,
    #category h4,
    #category h5,
    #category h6,
    #category h7,
    #page h1,
    #page h2,
    #page h3,
    #page h4,
    #page h5,
    #page h6,
    #page h7 {
        max-width: 100%;
        margin: 0 auto;
    }

    #index h2,
    #category h1,
    #page h1 {
        font-size: 2.3rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        padding: 2rem;
        margin: 2.5rem auto 3rem;
        position: relative;
    }

    #index h2 {
        margin: 8.5rem auto 3rem;
    }

    #category h1,
    #page h1 {
        margin: 2.5rem 0 8rem;
    }

    #index h2::before,
    #category h1::before,
    #page h1::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: -13px;
        left: -1.5rem;
        z-index: -1;
    }

    #index h3,
    #category h2,
    #page h2 {
        font-size: 1.8rem;
        margin: 5.5rem auto 2.5rem;
        line-height: 1.4;
        padding: 1.2rem 2rem;
    }

    #index h4,
    #category h3,
    #page h3 {
        font-size: 1.8rem;
        margin: 4rem auto 2rem;
        padding: 1.2rem 1rem 1.2rem 4.2rem;
        line-height: 1.5;
        border-bottom: 2px solid #172e59;
    }

    #index h4::after,
    #category h3::after,
    #page h3::after {
        content: "";
        width: 30px;
        height: 30px;
        background: url("img/h3_ico.png") center no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 0;
		bottom: 0;
		margin: auto 0;
        left: 4px;
    }

    #index h5,
    #category h6,
    #category h4,
    #category h5,
    #category h6,
    #page h4,
    #page h5,
    #page h6 {
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 0 1rem 1.1rem 1rem;
        margin: 4rem auto 1.5rem;
        position: relative;
    }

    #index h5,
    #category h4,
    #page h4 {
        font-size: 1.8rem;
    }

    .sitemap h2 a {
        color: #333;
    }

    /*--------------------------------------
      　list
    ---------------------------------------*/
    #contents ul {
        width: 100%;
        box-sizing: border-box;
        margin: 2rem auto 2rem;
        padding: 0 3% 0;
    }

    #contents ul li {
        font-size: 1.5rem;
        min-height: 12px;
        padding: 0 0 0.3rem 8%;
        position: relative;
    }

    #contents ul li::before,
	.lower_bottom ul li::before{
        content: "";
        width: 8px;
        height: 8px;
		top: 9px;
    }

    #contents ol {
        width: 100%;
        box-sizing: border-box;
        margin: 2rem auto 2rem;
        padding: 0 3% 0;
    }

    #contents ol li {
        font-size: 1.3rem;
        padding: 0 0 0.3rem 8%;
        list-style: none;
        position: relative;
        counter-increment: number;
    }

    #contents ol li::before {
        width: 16px;
        height: 16px;
        top: 5px;
        font-size: 1rem;
        line-height: 1.6;
        letter-spacing: -0.5px;
    }

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

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

    /*--------------------------------------
      　recommend,check,point
    ---------------------------------------*/
    /*recommend*/
    #contents .recommend {
        min-height: 70px;
        height: auto;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 1.5rem 1.5rem 1.5rem 6.2rem;
        margin: 2rem auto 1.5rem;
        position: relative;
        display: flex;
        align-items: center;
    }

    #contents .recommend::before {
        content: "おすすめ";
        width: 50px;
        height: 50px;
        font-size: 1rem;
        font-weight: normal;
        line-height: 50px;
        letter-spacing: 0;
        text-align: center;
        background: url("img/rank_recommend.png") 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        top: 10px;
        left: 0;
    }

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

    /*check*/
    #contents .check {
        min-height: 70px;
        height: auto;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 1.5rem 1.5rem 1.5rem 6.2rem;
        margin: 2rem auto 1.5rem;
        position: relative;
    }

    #contents .check::before {
        content: "CHECK";
        width: 50px;
        height: 50px;
        font-size: 1rem;
        font-weight: normal;
        line-height: 50px;
        letter-spacing: 0;
        text-align: center;
        background: url("img/rank_check.png") 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        top: 10px;
        left: 0;
    }

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

    /*point*/
    #contents .point {
        min-height: 70px;
        height: auto;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 1.5rem 1.5rem 1.5rem 7.2rem;
        margin: 2rem auto 1.5rem;
    }

    #contents .point::before {
        content: "POINT";
        width: 50px;
        height: 50px;
        font-size: 1rem;
        font-weight: normal;
        line-height: 50px;
        letter-spacing: 0;
        text-align: center;
        background: url("img/rank_point.png") 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #contents .point a {
        text-decoration: underline;
    }

    /*rank_wrap*/
    #contents .rank_wrap .rank {
        min-height: 70px;
        height: auto;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 1.5rem 1.5rem 1.5rem 6.2rem;
        margin: 2rem auto 1.5rem;
    }

    #contents .rank_wrap .rank::before {
        content: counter(num, decimal-leading-zero);
        counter-increment: num;
        width: 50px;
        height: 50px;
        font-size: 1.8rem;
        font-weight: normal;
        line-height: 50px;
        letter-spacing: 0;
        text-align: center;
        background: url("img/rank.png") 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        top: 10px;
        left: 0;
    }

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

    /*recommend_number_wrap*/
    #contents .recommend_number_wrap {
        counter-reset: num;
        margin: 3rem auto 2rem;
    }

    #contents .recommend_number_wrap .recommend::before {
        display: block;
        font-size: 0.9rem;
        line-height: 1;
        padding: 1.2rem 0;
    }

    #contents .recommend_number_wrap .recommend::after {
        content: counter(num, decimal-leading-zero);
        counter-increment: num;
        width: 50px;
        font-size: 1.5rem;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        position: absolute;
        top: 35px;
        left: 0;
    }

    /*check_number_wrap*/
    #contents .check_number_wrap {
        counter-reset: num;
        margin: 3rem auto 2rem;
    }

    #contents .check_number_wrap .check::before {
        display: block;
        font-size: 0.9rem;
        line-height: 1;
        padding: 1.2rem 0;
    }

    #contents .check_number_wrap .check::after {
        content: counter(num, decimal-leading-zero);
        counter-increment: num;
        width: 50px;
        font-size: 1.5rem;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        position: absolute;
        top: 35px;
        left: 0;
    }

    /*point_number_wrap*/
    #contents .point_number_wrap {
        counter-reset: num;
        margin: 3rem auto 2rem;
    }

    #contents .point_number_wrap .point::before {
        display: block;
        font-size: 0.9rem;
        line-height: 1;
        padding: 1.2rem 0;
    }

    #contents .point_number_wrap .point::after {
        content: counter(num, decimal-leading-zero);
        counter-increment: num;
        width: 50px;
        font-size: 1.5rem;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        position: absolute;
        top: 35px;
        left: 0;
    }

    /*--------------------------------------
      　float-wrap
    ---------------------------------------*/
    #contents .float-wrap {
        position: relative;
        margin: 4rem 0;
    }

    #contents .float-wrap .flame {
        width: 70%;
        margin: 0 auto;
    }

    #contents .float-wrap .float-img {
        box-sizing: border-box;
        width: auto;
        margin: 0 auto 1rem;
        text-align: center;
    }

    #contents .float-wrap img {
        box-sizing: border-box;
        max-width: 100%;
    }

    #contents .float-wrap .sttl {
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    #contents .float-wrap .catch {
        font-size: 1.6rem;
        line-height: 1.6;
        margin: 0 0 1.5rem;
        padding: 5px;
        width: auto;
    }

    #contents .float-wrap p {
        margin: 1rem 0 0;
        padding: 0;
        width: 100%;
    }

    #contents .float-wrap .fl {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 1rem 0;
        text-align: center;
        float: none;
        top: 0;
        margin: 0 auto 2rem;
    }

    #contents .float-wrap .fr {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 1rem 0;
        text-align: center;
        float: none;
    }

    #contents .float-wrap .ct {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto 1rem;
        padding: 0 0 1rem;
        text-align: center;
    }

    #contents .float-wrap .fl.t_small {
        box-sizing: content-box;
        width: 40%;
        padding: 0 6% 0.5rem 0;
        text-align: center;
        float: left;
    }

    #contents .float-wrap .fr.t_small {
        box-sizing: content-box;
        width: 40%;
        padding: 0 0 0.5rem 6%;
        text-align: center;
        float: right;
    }

    #contents .float-wrap .fl.t_small .flame,
    #contents .float-wrap .fr.t_small .flame {
        width: 100%;
    }

    #contents .float-wrap .float-body.fl {
        width: auto;
        position: static;
        text-align: left;
    }

    #contents .float-wrap .float-body.fr {
        width: auto;
        position: static;
        text-align: left;
    }

    /*float-wrap-head*/
    #index .float-wrap .float-wrap-head,
    #category .float-wrap .float-wrap-head,
    #page .float-wrap .float-wrap-head {
        display: table;
        width: auto !important;
        height: auto;
        background: none;
        border: none;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: left;
        color: #000;
        margin: 0 auto 0.8rem;
        position: relative;
    }

    #index .float-wrap .float-wrap-head a,
    #category .float-wrap .float-wrap-head a,
    #page .float-wrap .float-wrap-head a {
        width: auto;
        font-size: 100%;
        text-decoration: none;
    }

    #index .float-wrap .float-wrap-head a:hover,
    #category .float-wrap .float-wrap-head a:hover,
    #page .float-wrap .float-wrap-head a:hover {
        color: #000;
        text-decoration: none;
    }

    #index .float-wrap .float-body.fl .float-wrap-head,
    #category .float-wrap .float-body.fl .float-wrap-head,
    #page .float-wrap .float-body.fl .float-wrap-head,
    #index .float-wrap .float-body.fr .float-wrap-head,
    #category .float-wrap .float-body.fr .float-wrap-head,
    #page .float-wrap .float-body.fr .float-wrap-head {
        width: 100%;
    }

    #contents .float-wrap .float-wrap-head::after {
        content: none;
    }

    /*  btns*/
    #contents .btn-internal,
    #contents .btn-web,
    #contents .btn-tel,
    #contents .btn-link {
        max-width: 100%;
        text-align: center;
        margin: 2rem auto;
        padding: 0;
        width: 88%;
    }

    .btn-internal a,
    .btn-web a,
    .btn-tel a {
        padding: 1.8rem 4rem 1.8rem 3rem;
        font-size: 1.4rem;
    }

    #contents .btn-link {
        max-width: 100%;
        text-align: left;
    }

    .btn-link a {
        display: block;
        padding: 1.6rem 3.8rem 1.6rem 2rem;
        font-size: 1.4rem;
        font-weight: bold;
        color: #333;
        text-align: center;
        text-decoration: none;
        background: url(img/ico_arrow.png) right 15px center no-repeat;
        background-size: 14px auto;
        border: 1px solid #bbb;
    }

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

    .btn-tel {
        display: block;
    }

    /* ================== */
    /*  テーブル　　　　　*/
    /* ================== */
    #contents table {
        margin: 3rem auto 3rem;
    }

    #contents table th {
        width: 30%;
        padding: 1rem;
    }

    #contents table td {
        padding: 1rem;
        word-break: break-all;
    }

    /*--------------------------------------
      　box-wrap
    ---------------------------------------*/
    #contents .box-wrap {
        max-width: 100%;
        margin: 6rem auto;
    }

    #contents .box-wrap .box {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0 0 3rem;
        float: none;
        position: relative;
    }

    #contents .box-wrap .box:nth-child(even) {
        float: none;
    }

    #contents .box-wrap .box:nth-child(even)::before {
        content: none;
    }

    #contents .box-wrap .box:nth-child(n+3) {
        margin-top: 0;
    }

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

    #contents .box-wrap .box .permalink {
        display: none;
    }

    #contents .box-wrap .box .thumb {
        position: relative;
    }

    /*box-head*/
    #index .box-wrap .box-head,
    #category .box-wrap .box-head,
    #page .box-wrap .box-head {
        display: block;
    }

    #index .box-wrap .box-head a,
    #category .box-wrap .box-head a,
    #page .box-wrap .box-head a {
        display: block;
        font-size: 100%;
    }

    #index .box-wrap .box-head a:hover,
    #category .box-wrap .box-head a:hover,
    #page .box-wrap .box-head a:hover {
        color: #333;
        text-decoration: none;
    }

    #index .box-wrap .box-head::after,
    #category .box-wrap .box-head::after,
    #page .box-wrap .box-head::after {
        content: none;
    }

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

    #contents .box-wrap .box .btn-internal {
        margin: 2rem auto;
    }

    /*type-a*/
    #contents .box-wrap .type-a .thumb {
        position: relative;
    }

    #contents .box-wrap .box .thumb img {
        height: 20rem;
    }

    #contents .box-wrap .type-a .box-head {
        font-size: 1.7rem;
        line-height: 1.4;
        color: #333;
        padding: 2rem 1rem;
        margin: 0 0 0;
    }

    #contents .box-wrap .type-a .box-head a {
        display: block;
        width: 100%;
        font-size: 1.7rem;
        line-height: 1.4;
        background: url("img/arrow_navy.png") right center no-repeat;
        background-size: 8px auto;
        padding: 0 2rem 0 0;
        position: relative;
    }

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

    #contents .box-wrap .type-a .box-body .smallPic {
        width: 75px;
        float: left;
    }

    #contents .box-wrap .type-a .box-body p {
        width: calc(100% - 95px);
        float: right;
    }

    /*--------------------------------------
      　frame-wrap
    ---------------------------------------*/
    #contents .frame-wrap {
        margin: 5rem auto;
        max-width: 100%;
    }

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

    #contents .frame {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 2rem;
        background-color: #fff;
        float: none;
    }

    #contents .frame-wrap .frame:first-child {
        margin: 0 0 2.5rem;
    }

    #contents .frame-wrap .frame:nth-child(3n+1) {
        margin: 0 0 2.5rem;
    }

    #contents .frame-wrap .frame:nth-child(n+4) {
        margin-top: 0;
    }

    #contents .frame-wrap .frame:last-child {
        margin: 0 0 0;
    }

    #contents .frame-wrap .frame a {
        display: block;
        text-decoration: none;
    }

    /*frame-head*/
    #index .frame .frame-head,
    #category .frame .frame-head,
    #page .frame .frame-head {
        font-size: 1.7rem;
        line-height: 1.4;
    }

    #index .frame .frame-head a,
    #category .frame .frame-head a,
    #page .frame .frame-head a {
        width: auto;
        font-size: 100%;
        text-decoration: none;
    }

    #index .frame .frame-head a:hover,
    #category .frame .frame-head a:hover,
    #page .frame .frame-head a:hover {
        opacity: 1;
    }

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

    #contents .frame .frame-body {
        padding: 0 1.5rem 3rem;
    }

    #contents .frame .frame-body .frame-catch {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5;
        color: #000;
        margin: 0 0 1.5rem;
    }

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

    #contents .frame p.caption {
        margin: 1rem 1rem 0;
    }

    /*type-b*/
    #contents .frame-wrap .type-b .frame-head {
        font-size: 1.7rem;
        line-height: 1.5;
        padding: 1.8rem 1.5rem;
        margin: 0 0 2rem;
        position: relative;
    }

    #contents .frame-wrap .type-b .frame-head a {
        display: block;
        width: 100%;
        background: url("img/arrow_navy.png") right center no-repeat;
        background-size: 8px auto;
        padding: 0 2rem 0 0;
        position: relative;
    }

    #contents .frame-wrap .type-b .frame-head a:hover {
        opacity: 1;
    }

    #contents .frame-wrap .type-b .thumb {
        width: 80%;
        margin: 0 auto;
    }

    #contents .frame-wrap .type-b .caption {
        text-align: center;
        padding: 0 1rem;
    }

    #contents .frame-wrap .type-b .frame-body {
        margin: 2rem auto 0;
    }

    #contents .frame-wrap .type-b table {
        box-sizing: border-box;
        width: 100%;
        letter-spacing: 0;
        margin: 2rem auto;
    }

    #contents .frame-wrap .type-b table th {
        display: table-cell;
        width: 30%;
        font-size: 1.3rem;
        line-height: 1.4;
        padding: 1rem 1rem;
    }

    #contents .frame-wrap .type-b table td {
        display: table-cell;
        font-size: 1.3rem;
        line-height: 1.4;
        padding: 1rem 1rem;
        word-wrap: break-word;
    }

    #contents .frame-wrap .type-b table:last-of-type {
        margin-bottom: 0;
    }

    /*type-c*/
    #contents .frame-wrap .type-c {
        background-color: #f5f5dc;
    }

    #contents .frame-wrap .type-c .eng {
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.06em;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
        margin: 3rem 0 0;
        position: relative;
        top: -1rem;
    }

    #contents .frame-wrap .type-c .frame-head {
        font-size: 1.7rem;
        line-height: 1.5;
        font-weight: 500;
        border-bottom: 2px solid #fff;
        padding: 0.5rem 1.8rem 2rem;
        margin: 0 0 2rem;
        position: relative;
    }

    #contents .frame-wrap .type-c .frame-head a {
        display: block;
        width: 100%;
        background: url("img/arrow_black.png") right center no-repeat;
        background-size: 8px auto;
        padding: 0 2rem 0 0;
        position: relative;
    }

    #contents .frame-wrap .type-c .frame-head a:hover {
        opacity: 1;
    }

    #contents .frame-wrap .type-c .thumb {
        width: 60%;
        margin: 0 auto 2rem;
    }

    #contents .frame-wrap .type-c .thumb img {
        border-radius: 100px;
    }

    /*btn-web*/
    #contents .frame .frame-body .btn-web {
        width: 85%;
        margin: 25px auto 0;
    }

    /*　共通パーツ*/
    .lower_bottom {
        margin: 5rem auto 0;
        padding: 0;
    }

    .lower_bottom .addInner {
        width: 100%;
        padding: 4%;
    }

    .lower_bottom .addTopArea {
        margin: 0 auto 3rem;
        line-height: 1.6;
    }

    .lower_bottom .addTopArea .sttl {
        width: 100%;
		margin-top: 3rem;
        margin-bottom: 1.5rem;
    }
	
	.lower_bottom .addTopArea .sttl,
	.lower_bottom .addTopArea .sttl span {
        font-size: 2.3rem;
	}

    .lower_bottom .block {
        width: 100%;
        margin: 0 0 3rem;
        padding: 1.5rem;
    }
	
	.lower_bottom .block:last-child {
		margin-bottom: 0;
	}

    .lower_bottom .block_wrap {
        display: block;
		margin-bottom: 0;
    }
	
	.lower_bottom .need-wrap ul li::before {
		top: 14px;
	}

    .lower_bottom .plan_tit {
        font-size: 1.6rem;
        padding: 1.6rem 0;
    }

    .lower_bottom .plan_tit span {
        font-size: 2.3rem;
    }

    .lower_bottom .btn-web,
    .lower_bottom .btn-internal,
    .lower_bottom .btn-tel {
        width: 88%;
        margin: 1.5rem auto;
    }

    .lower_bottom .btn-web a {
        padding: 1.8rem 3rem 1.8rem;
    }
	
	.lower_bottom .criteria {
        margin: 2rem 0 4rem 0
	}
	
	#index .toc-wrap {
		margin-bottom: 3rem;
	}

    .toc-wrap .accordion {
        width: 300px;
    }

    .toc_parts {
        margin: 3rem 0;
        padding: 3rem 2.5rem 2rem;
    }

    .toc_parts .ttl {
        font-size: 1.6rem;
    }
	
	#contents .ac-btn.accordion {
        margin-bottom: 0;
    }

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

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

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

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

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

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