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

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

img {
    vertical-align: top;
}

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

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

* {
    box-sizing: border-box;
}

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


/*--------------------------------------
　Base
---------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    color: #111;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    min-width: 1100px;
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: hidden;
}

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

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

}

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

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

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: bold;
}
.addParts01 .scrollArea .box-kodawari ul li span,
p:not([class]) span:not([class]) {
    font-weight: bold;
    margin: 0 0.3rem;
    background: linear-gradient(rgba(255, 255, 255, 0) 85%, #f8e546 85%);
}

.contents p {
    max-width: 1100px;
    margin: 20px auto 20px;
}

.box-wrap h2,
.common-parts .box-wrap h2,
.frame-wrap h2,
.common-parts .frame-wrap h2,
.float-wrap h3,
.common-parts .float-wrap h3,
.box-wrap h3,
.common-parts .box-wrap h3,
.frame-wrap h3,
.common-parts .frame-wrap h3,
.float-wrap h4,
.common-parts .float-wrap h4,
.box-wrap h4,
.common-parts .box-wrap h4,
.frame-wrap h4,
.common-parts .frame-wrap h4,
.float-wrap h5,
.common-parts .float-wrap h5,
.box-wrap h5,
.common-parts .box-wrap h5,
.frame-wrap h5,
.common-parts .frame-wrap h5,
.float-wrap h6,
.common-parts .float-wrap h6,
.box-wrap h6,
.common-parts .box-wrap h6,
.frame-wrap h6,
.common-parts .frame-wrap h6 {
    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: #111;
    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 .headTopWrap {
    background: #fff;
}

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

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

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

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

#visArea_lower .mainArea {
    display: table;
    background: url("img/mv_pic_pc_lower.jpg") center no-repeat;
    background-size: cover;
    height: 120px;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
}

#visArea_lower .mainArea .mainAreaInner {
    display: table-cell;
    vertical-align: middle;
}

#visArea_lower .mainArea .siteNameArea {
    margin: 0;
}

#visArea_lower .mainArea .siteName {
    text-align: center;
}

#visArea_lower .mainArea .siteName a {
    display: block;
}

#visArea_lower .mainArea .siteName img {
    margin: 0 auto;
    width: 260px;
    height: auto;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
.l-gnavi-btn {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 50px 0 0;
    width: 60px;
    height: 60px;
    color: #293f61;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1;
    cursor: pointer;
}

.l-gnavi-btn:hover {
    color: #293f61;
    opacity: 0.6;
}

.l-gnavi-btn span {
    position: absolute;
    left: 15px;
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #293f61;
    transition: all 0.4s;
}

.l-gnavi-btn span:nth-of-type(1) {
    top: 19px;
}

.l-gnavi-btn span:nth-of-type(2) {
    top: 29px;
}

.l-gnavi-btn span:nth-of-type(3) {
    top: 39px;
}

.l-gnavi-btn-box {
    position: absolute;
    top: 35px;
    left: 50%;
    transition: all 0.4s;
    transform: translate(-50%, -50%);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn {
    background: none;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
    opacity: 0;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

.is-navi-open .l-gnavi-area--slide-left {
    transform: translateX(0);
}

.l-gnavi-area {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    padding: 0;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
    transition: all 0.8s ease;
}

.l-gnavi-area-menu {
    display: table-cell;
    vertical-align: middle;
}

.l-gnavi-area-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 100px 20px 0;
    height: 100%;
    -ms-overflow-style: none;
}

.l-gnavi-area-scroll::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
}

.l-gnavi-area-scroll__inner {
    display: table;
    height: 100%;
}

.l-gnavi-area-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100vh;
}

.l-gnavi-area--slide-right {
    transform: translateX(-300px);
}

.l-gnavi-area--slide-left {
    right: 0;
    left: auto;
    transform: translateX(-100%);
}

.l-gnavi-area--slide-down {
    transform: translateY(-100%);
}

.l-gnavi-area--slide-up {
    transform: translateY(100%);
}

.l-gnavi-list {
    position: relative;
    width: 300px;
}

.l-gnavi-list__link {
    display: block;
    margin: 0 auto;
    padding: 10px 45px 10px 20px;
    width: 90%;
    text-decoration: none;
}

.l-gnavi-list__link--menu {
    cursor: pointer;
}

.l-gnavi-list__sub {
    display: none;
    margin: 0 0 0 1.6rem;
    border-top: solid 1px #293f61;
    background: #eff3f6;
}

.l-gnavi-list__sub .l-gnavi-list__item {
    background: url(img/arrow01_blue.svg) no-repeat left 2rem center;
    background-size: 4px 8px;
}

.l-gnavi-btn-close__link {
    position: relative;
    display: inline-block;
    margin: 20px auto;
    padding: 10px 20px 10px 50px;
    background: #ffffff;
    text-decoration: none;
}

.l-gnavi-btn-close__link:hover {
    background: #ccc;
    color: #ffffff;
}

.l-gnavi-btn-close__link:hover:after {
    background: #ffffff;
}

.l-gnavi-btn-close__link:hover:before {
    background: #ffffff;
}

.l-gnavi-btn-close__link:before {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 3px;
    background: #000;
    content: "";
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.l-gnavi-btn-close__link:after {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 3px;
    background: #000;
    content: "";
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.is-gnavi-cover .l-gnavi-area {
    top: auto;
    z-index: 1;
    overflow-y: hidden;
    height: auto;
}

.is-navi-open .l-gnavi-area {
    opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right {
    transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-left {
    transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-down {
    transform: translateY(0);
}

.is-navi-open .l-gnavi-area--slide-up {
    transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
    overflow-y: scroll;
    height: 100vh;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
    position: static;
}



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



/*--------------------------------------
　Main Contents
---------------------------------------*/

.contents {
    width: 1100px;
    margin: 0 auto 0;
    padding: 0;
}

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

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


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

#side .sideTopBox {
    background: #e7eaed;
    margin: 60px 0 40px;
    position: relative;
}

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

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

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

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

#side .sideTopBox .dtlBtn {
    display: block;
    text-align: center;
    color: #fff;
    background: #293f61 url(img/arrow_white.png) right 10px center no-repeat;
    background-size: 6px 8px;
    padding: 8px 30px;
    margin: 20px 0 0;
    font-size: 1.4rem;
    border-radius: 5rem;
    position: relative;
}
#side .sideBox {
    margin: 0 0 30px;
    border-top: 2px solid #293f61;
}

#side .sideBox .sttl {
    font-size: 1.6rem;
    font-weight: bold;
    background: #f2f5fb;
}

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

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

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

footer .areaInner {
    width: 100%;
    padding: 6.0rem 0 5.0rem 0;
}

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

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


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

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

footer .areaInner .logo a img{
    max-width: 250px;
}
footer .areaInner .footBox {
    margin: 0 0 3.0rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

footer .areaInner .footBox .accChild li a {
    font-size: 1.3rem;
    font-weight: normal;
    color: #111;
    padding: 0;
}

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

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

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

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

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

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

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

footer .botArea {
    background-color: #293f61;
}

footer .botArea .inner {
    width: 1020px;
    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: #fff;
    float: left;
    padding: 0.5rem 0;
}

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

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



/*--------------------------------------
　PageTop
---------------------------------------*/

#page-top {
    position: fixed;
    bottom: 2.0rem;
    right: 2.0rem;
    z-index: 100;
    width: 60px;
}

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



/* ================== */
/*  サイトマップ　　　*/
/* ================== */

.contents #page.mappage h2 {
    margin: 68px auto 28px;
}

.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 1.0rem;
}

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


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

.common_parts .inner {
    max-width: 1100px;
    margin: auto;
}

.index .top_title,
.category h1,
.page h1 {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 33px 20px 33px 60px;
    margin: 25px auto 30px;
    position: relative;
    color: #fff;
}

.index .common_parts h2 {
    margin: 0 auto 40px;
}

.category h1,
.page h1 {
    margin: 25px 0 30px;
}

.index .top_title::before,
.category h1::before,
.page h1::before {
    content: "";
    width: calc(100% - 40px);
    height: 110px;
    background: rgba(255,255,255,0);
    position: absolute;
    top: -25px;
    left: 0;
    z-index: -1;
    border: 2px solid #bec5cf;
}

.index .top_title::after,
.category h1::after,
.page h1::after {
    content: "";
    width: calc(100% - 40px);
    height: 100%;
    background: #293f61;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.category h2,
.page h2 {
    font-size: 3rem;
    font-weight: bold;
    margin: 98px auto 28px;
    line-height: 1.4;
    padding: 24px 24px 24px 110px;
    background: #f2f1ee;
    border-top: 1px solid #99a4b7;
    border-bottom: 1px solid #99a4b7;
    box-shadow: 0px -8px 0px #f2f1ee, 0px 8px 0px #f2f1ee;
    position: relative;
}

.category h2::before,
.page h2::before {
    content: "";
    width: 76px;
    height: 72px;
    background: url("img/icon_h2.png") center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}


.category h3, .page h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 70px auto 20px;
    padding: 15px 20px 15px 60px;
    line-height: 1.5;
    border-bottom: 1px solid #99a4b7;
    position: relative;
    color: #486fc9;
}

.category h3::after,
.page h3::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #486fc9;
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.category h6,
.category h4,
.category h5,
.category h6,
.page h4,
.page h5,
.page h6 {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 20px 13px 20px;
    margin: 70px auto 20px;
    position: relative;
    font-weight: bold;
}

.category h5::after,
.category h6::after,
.page h5::after,
.page h6::after {
    content: "";
    background: #99a4b7;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.category h4::before,
.page h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: calc(100% - 10px);
    background: #f8e646;
}

.sitemap h2 a {
    color: #111;
}

.index .top_title a {
    color: inherit;
    display: block;
    width: 100%;
    background: url("img/arrow_white.png") right center no-repeat;
    background-size: 10px auto;
    padding-right: 30px;
}

.category h2 a,
.page h2 a {
    color: inherit;
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 10px auto;
    padding-right: 20px;
}

.category h3 a,
.page h3 a {
    color: inherit;
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding-right: 20px;
    font-weight: bold;
}

.category h4 a,
.page h4 a {
    color: inherit;
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding-right: 30px;
    font-weight: bold;
}


.category h1:first-child,
.page h1:first-child{
    margin-top: 24px;
}
.category h2:first-child,
.page h2:first-child,
.index .common_parts h3:first-child,
.category h3:first-child,
.page h3:first-child,
.index .common_parts h4:first-child,
.category h4:first-child,
.page h4:first-child,
.index .common_parts h5:first-child,
.category h5 a:first-child,
.page h5 a:first-child,
.index .common_parts h6:first-child,
.category h6:first-child,
.page h6:first-child {
    margin-top: 40px;
}

.common_parts .heading_addTxt {
    padding: 0 40px;
}


.contents .box-wrap.col1 .type-b .box-head-area .box-head {
    font-weight: bold;
}
.index .common_parts .box-wrap.col1 .box-head a {
    background: url(img/arrow_navy.png) no-repeat right center;
    background-size: 8px auto;
    color: #111;
    font-size: 3.2rem;
}

.accordion-item {
    display: none;
}
.accordion-btn {
    position: relative;
    width: 50%;
    margin: 0 auto 4rem auto;
    padding: 2.5rem 3rem;
    border-radius: 5rem;
    font-size: 1.8rem;
    line-height: 1.1;
    text-align: center;
    background: #f2f5fb;
    cursor: pointer;
    font-weight: bold;
}
.accordion-btn:hover {
    opacity: 0.6;
}
.company .accordion-btn::after{
    content: '検体輸送会社をもっと見る';
}
.caution .accordion-btn::after{
    content: '検体の種類別輸送をもっと見る';
}
.accordion-btn::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    content: "＋";
}
.accordion-btn.is-open::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    content: "ー";
    }
.accordion-btn.is-open::after{
    content: 'を閉じる';
}
.company .accordion-btn.is-open::after,
.caution .accordion-btn.is-open::after{
    content: '閉じる';
}


/*--------------------------------------
　list
---------------------------------------*/
.contents .index .common_parts ul,
.contents .category ul,
.contents .page ul {
    max-width: 1100px;
    margin: 25px auto 25px;
    padding: 10px 10px 0;
}
.addParts02 ul{
    display: inline-block;
}

.contents .index .common_parts ul li,
.contents .category ul li,
.contents .page ul li,
.addParts01 .scrollArea .box-kodawari ul li,
.addParts02 ul li {
    padding: 0 0 0.6rem 2.6rem;
    position: relative;
}

.contents .index .common_parts ul li::before,
.contents .category ul li::before,
.contents .page ul li::before,
.addParts01 .scrollArea .box-kodawari ul li::before,
.addParts02 ul li::before {
    content: '';
    display: block;
    background-color: #486fc9;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 1rem;
    left: 0;
}

.contents .index .common_parts ul li a,
.contents .category ul li a,
.contents .page ul li a,
.contents .index .common_parts ol li a,
.contents .category ol li a,
.contents .page ol li a {
    text-decoration: underline;
}

.contents .index .common_parts ul li a:hover,
.contents .category ul li a:hover,
.contents .page ul li a:hover,
.contents .index .common_parts ol li a:hover,
.contents .category ol li a:hover,
.contents .page ol li a:hover {
    opacity: 1;
    text-decoration: none;
}

.contents .index .common_parts ol,
.contents .category ol,
.contents .page ol {
    max-width: 1100px;
    margin: 25px auto 25px;
    padding: 10px 10px 0;
}

.contents .index .common_parts ol li,
.contents .category ol li,
.contents .page ol li {
    padding: 2px 0 2px 30px;
    list-style: none;
    position: relative;
    counter-increment: number;
}

.contents .index .common_parts ol li::before,
.contents .category ol li::before,
.contents .page ol li::before {
    display: block;
    background-color: #293f61;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0.5rem;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    font-weight: bold;
    font-size: 1.2rem;
}

.contents .index .common_parts ol li:nth-child(-n + 9)::before,
.contents .category ol li:nth-child(-n + 9)::before,
.contents .page ol li:nth-child(-n + 9)::before {
    content: counter(number);
}

.contents .index .common_parts ol li:nth-child(n + 10)::before,
.contents .category ol li:nth-child(n + 10)::before,
.contents .page ol li:nth-child(n + 10)::before {
    content: counter(number);
}


/*--------------------------------------
　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: normal;
}

.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,
.contents .check,
.contents .point,
.contents .rank_wrap .rank {
    width: 100%;
    max-width: 1100px;
    height: 98px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 2.0rem 1rem 2.0rem 9.4rem;
    margin: 3.0rem auto 2.0rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.contents .recommend {
    border-bottom: solid 2px #486fc9;
    background: url(img/color_blue.gif) 36px 30px no-repeat;
    background-size: 2px 100%;
}
.contents .check {
    border-bottom: solid 2px #e00022;
    background: url(img/color_red.gif) 36px 30px no-repeat;
    background-size: 2px 100%;
}
.contents .point {
    border-bottom: solid 2px #f8e646;
    background: url(img/color_yellow.gif) 36px 30px no-repeat;
    background-size: 2px 100%;
}
.contents .rank_wrap .rank {
    background: url(img/color_gray.gif) 38px 30px no-repeat;
    background-size: 2px 100%;
    border-bottom: solid 2px #99a4b7;
}
.contents .recommend a,
.contents .check a,
.contents .point a,
.contents .rank a {
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding-right: 20px;
}
.contents .recommend::before,
.contents .check::before,
.contents .point::before,
.contents .rank_wrap .rank::before {
    width: 74px;
    height: 74px;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
    box-sizing: border-box;
}
.contents .recommend::before {
    content: "おすすめ";
    font-size: 1.4rem;
    color: #ffffff;
    background: #486fc9;
    border: 2px solid #486fc9;
}
.contents .check::before {
    content: "CHECK";
    font-size: 1.4rem;
    line-height: 74px;
    color: #e00022;
    background: #fee5e5;
}
.contents .point::before {
    content: "POINT";
    font-size: 1.4rem;
    line-height: 74px;
    background: #f8e646;
}
.contents .rank_wrap .rank::before {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    background: #fff;
    font-size: 2.4rem;
    border: 2px solid #99a4b7;
}

/*rank_wrap*/
.contents .rank_wrap {
    counter-reset: num;
    margin: 3.0rem auto 2.0rem;
}

/*recommend_number_wrap*/
.contents .recommend_number_wrap {
    counter-reset: num;
    margin: 3.0rem auto 2.0rem;
}

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

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

/*check_number_wrap*/
.contents .check_number_wrap {
    counter-reset: num;
    margin: 3.0rem auto 2.0rem;
}

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

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

/*point_number_wrap*/
.contents .point_number_wrap {
    counter-reset: num;
    margin: 3.0rem auto 2.0rem;
}
.contents .point_number_wrap .point::before {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 2.0rem 0;
}

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

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

/*--------------------------------------
　float img
---------------------------------------*/

.float-wrap {
    max-width: 1100px;
    margin: 40px auto 40px;
    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: 500px;
    margin: 0 auto 20px;
    text-align: center;
}

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

.contents .float-wrap .catch {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 20px;
    color: #486fc9;
}

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

.btn-web,
p.btn-web {
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}
.btn-web a {
    display: inline-block;
    position: relative;
    width: 400px;
    margin: 0 auto;
    padding: 2rem 2.5rem;
    background: #e00022 url(img/arrow_white.png) no-repeat right 1.5rem center;
    background-size: 7px 11px;
    border: 2px solid #e00022;
    border-radius: 50rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}
.btn-web a:hover {
    background: #8d071b url(img/arrow_white.png) no-repeat right 1.5rem center;
    background-size: 7px 11px;
    border: 2px solid #8d071b;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.btn-internal,
p.btn-internal {
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}
.btn-internal a {
    display: inline-block;
    position: relative;
    width: 400px;
    margin: 0 auto;
    padding: 2rem 2.5rem;
    background: #293f61 url(img/arrow_white.png) no-repeat right 1.5rem center;
    background-size: 7px 11px;
    border: 2px solid #293f61;
    border-radius: 50rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    align-content: center;
}
.btn-internal a:hover {
    background: #fff url(img/arrow_navy.png) no-repeat right 1.5rem center;
    background-size: 7px 11px;
    border: 2px solid #293f61;
    color: #293f61;
    text-decoration: none;
    opacity: 1;
}
.btn-internal.down a {
    background: #5bb4b3 url(img/arrow_white_down.png) no-repeat right 1.5rem center;
    background-size: 11px 7px;
}
.btn-internal.down a:hover {
    background: #fff url(img/arrow_green_down.png) no-repeat right 1.5rem center;
    background-size: 11px 7px;
    border: 2px solid #5bb4b3;
    color: #5bb4b3;
    text-decoration: none;
    opacity: 1;
}
.btn-link {
    margin: 4rem 0;
    padding: 0;
    text-align: right;
}
.btn-link a {
    position: relative;
    min-height: 16px;
    padding: 0 0 0.3rem 2.1rem;
    background: url(img/arrow_link.png) no-repeat left center;
    line-height: 1.4;
    text-decoration: underline;
}
.btn-link a:hover {text-decoration: none;opacity: 1;}
.btn-link.host a {
    background: url(img/arrow_link_02.png) no-repeat left center;
}

/* ================== */
/*  テーブル　　　　　*/
/* ================== */

.contents table {
    width: 100%;
    max-width: 1100px;
    table-layout: fixed;
    margin: 40px auto 40px;
}

.contents table th {
    width: 22%;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: center;
    background: #d0d5dc;
    border-bottom: solid 1px #fff;
    padding: 14px 16px;
}
.contents table tr:first-child th{
    border-top: solid 1px #d0d5dc;
}
.contents table tr:last-child th{
    border-bottom: solid 1px #d0d5dc;
}
.contents table td {
    line-height: 2.4rem;
    padding: 14px 20px;
    background: #FFF;
    font-size: 1.6rem;
    text-align: left;
    word-wrap: break-word;
    border: solid 1px #d0d5dc;
}

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

.contents .box-wrap .box {
    display: block;
    width: 48%;
    margin: 0 4% 6rem 0;
    padding: 3rem;
    box-sizing: border-box;
    position: relative;
}

.contents .box-wrap .box:nth-child(2n) {
    margin-right: 0;
}

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

.contents .box-wrap.col1 .box {
    width: 100%;
    margin: 0 auto 15px;
}

/*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: #111;
    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-color: #fff;
    border: 2px solid #bec5cf;
}

.contents .box-wrap .type-a::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 100px;
    height: 46px;
    background: url(img/case.png) no-repeat left top;
    background-size: 100% auto;
    top: -23px;
    margin-left: -50px;
}

.contents .box-wrap .type-a .thumb {
    margin: 0 auto 20px;
    text-align: center;
}

.contents .box-wrap .type-a .box-head {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: bold;
    color: #293f61;
    padding: 0;
    margin: 1rem 0 2rem;
    display: flex;
    align-items: center;
    box-shadow: none;
    border: 0;
    background: none;
}
.contents .box-wrap .type-a .box-head::before {
    opacity: 0;
}
.contents .box-wrap .type-a .box-head a {
    display: block;
    width: 100%;
    line-height: 1.4;
    color: inherit;
    background: url("img/arrow_navy.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 20px 0 0;
    position: relative;
}

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


.contents .box-wrap.three {
    justify-content: space-between;
}
.contents .box-wrap.three::after {
    display: block;
    width: 32%;
    content:"";
}
.contents .box-wrap.three .type-a {
    width: 32%;
    margin: 4rem 0 0;
}


/*type-b*/
.contents .box-wrap .type-b {
    padding: 20px 40px 40px;
}

.contents .box-wrap .type-b .box-head-area {
    display: table;
    margin: 0 0 30px;
    width: 100%;
}

.contents .box-wrap .type-b .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    position: relative;
}

.contents .box-wrap .type-b .box-head {
    display: table-cell;
    vertical-align: middle;
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 0 0 0 30px;
}

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

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


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

.contents .frame {
    display: block;
    box-sizing: border-box;
    width: calc((100% - 33px) / 3);
    margin: 0 0 16px 16px;
    background-color: #fff;
}

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

.contents .frame-wrap.col4 .frame {
    width: calc((100% - 48px) / 3);
}


/*frame-head*/
.index .frame .frame-head,
.category .frame .frame-head,
.page .frame .frame-head {
    display: block;
    font-size: 2.0rem;
    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-body {
    padding: 0 20px 35px;
}

.contents .frame .frame-body p {
    margin: 2rem 0 0 0;
}
.contents .frame .frame-body .btn-web a,
.contents .frame .frame-body .btn-internal a{
    width: 100%;
    font-size: 1.6rem;
}

/*type-a*/
.contents .frame-wrap .type-a:first-child{
    margin: 0 0 16px 0px;
}
.contents .frame-wrap .type-a {
    border: 1px solid #d0d5dc;
    border-top: 6px solid #293f61;
}

.contents .frame-wrap .type-a .frame-head {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 500;
    margin: auto;
    padding: 20px 20px 20px;
    color: #293f61;
    font-weight: bold;
    display: flex;
    align-items: center;
    background: none;
    border: 0;
    box-shadow: none;
}

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

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

.contents .frame-wrap .type-a .thumb {
    margin: 0 20px;
}

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


/*type-b*/
.contents .frame-wrap .type-b {
    border: 0;
    background: #fff;
    border: 2px solid #d0d5dc;
}

.contents .frame-wrap .type-b .frame-head {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 20px 20px 20px;
    margin: 0 0 25px;
    position: relative;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    background: #f2f5fb;
}
.contents .frame-wrap .type-b  .catch{
    font-size: 1.8rem;
    font-weight: bold;
    color: #486fc9;
    margin: 1rem 0;
}

.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 20px 0 0;
    position: relative;
    letter-spacing: normal;
    color: #293f61;
    font-weight: bold;
}

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

.contents .frame-wrap .type-b .frame-body {
    margin: 25px auto 0;
}
.contents .frame-wrap .type-b .note{
    font-size: 1.2rem;
    margin: 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.6rem;
    line-height: 1.4;
    padding: 12px 10px;
}

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

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

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


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
    clear: both;
    width: 100%;
    padding: 10rem 0;
}
#index .addParts01{
    background: url(img/add01_bg.jpg) no-repeat center center;
    background-size: cover;
}
.addParts01 .addInner {
    width: 1100px;
    margin: 0 auto;
}
.addParts01.lower .addInner {
width: 100%;
}
.addParts01__TitArea {
    position: relative;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
}

.addParts01__TitArea::before {
    content: "";
    background: #293f61;
    width: 100%;
    min-width: auto;
    right: 0;
    height: 100%;
    position: absolute;
}

#index .addParts01__TitArea::before{
    min-width: 1200px;
    width: 100vw;
    background: #fff;
}

.addParts01__TitArea__Tit {
    padding: 30px 20px;
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    position: relative;
}
#index .addParts01__TitArea__Tit{
    padding: 40px 0 40px 4rem;
    font-size: 4rem;
    letter-spacing: 8px;
    color: #111;
}
.addParts01__TitArea__Tit span{
    font-size: 3rem;
    color: #fff;
}
#index .addParts01__TitArea__Tit span{
    font-size: 3.6rem;
    color: #486fc9;
}
.addParts01 .heading_addTxt{
    font-size: 1.6rem;
}
#index .addParts01 .heading_addTxt{
    color: #fff;
    margin: 0 4rem;
    font-size: 1.6rem;
}
.fav-3box {
    display: flex;
}

.addParts01__TitArea__Tit::before {
    content: "";
    width: 176px;
    height: 36px;
    background: url(img/recommended.png) no-repeat;
    background-size: auto 36px;
    position: absolute;
    left: 30px;
    top: -18px;
    z-index: 20;
}
#index .addParts01__TitArea__Tit::before{
    width: 254px;
    height: 52px;
    background-size: auto 52px;
    left: 4rem;
    top: -26px;
}

.addParts01 p {
    margin: 0;
}

.addParts01 .block {
    width: calc((100% - 44px) / 3);
    margin: 50px 22px 30px 0;
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #99a4b7;
    position: relative;
    padding: 0 0 2rem;
}
#index .addParts01 .block {
    width: 349px;
    margin: 8rem 22px 30px 0;
}

.addParts01 .block:nth-child(3) {
    margin-right: 0;
}

.addParts01 .block .btn-web,
.addParts01 .block .btn-internal {
    margin: 2rem auto;
    width: 85%;
}

.addParts01 .block .btn-web a,
.addParts01 .block .btn-internal a,
.addParts01 .block .btn-tel a {
    font-size: 1.6rem;
    width: 100%;
    padding: 1.5rem;
}
#index .addParts01 .block .btn-web a,
#index .addParts01 .block .btn-internal a {
    font-size: 1.8rem;
    padding: 1.5rem;
}
#index .addParts01 .block .btn-internal a{
    background: url(img/arrow_white_down.png) no-repeat right 1.5rem center #293f61;
    background-size: auto 7px;
}


#index .addParts01 .block .btn-internal a:hover {
    background: #fff url(img/arrow_navy_down.png) no-repeat right 1.5rem center;
    background-size: 11px 7px;
    border: 2px solid #293f61;
    color: #293f61;
    text-decoration: none;
    opacity: 1;
}

.addParts01 .block a {
    display: block;
}

.addParts01 .scrollArea .companyName {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 1rem 0 ;
    align-content: center;
}
#index .addParts01 .scrollArea .companyName {
    font-size: 2.4rem;
    margin: 1.6rem 1rem;
    align-content: center;
}

.addParts01 .scrollArea .box-fig {
    margin: 0 0 2rem 0;
    text-align: center;
}
.addParts01 .scrollArea .box-fig .caption{
    padding: 0 1rem;
}
.addParts01 .scrollArea .box-kodawari {
    margin: 0 0 2rem 0;
    padding: 1.5rem;
    background: #ebeff8;
}
#index .scrollArea .box-kodawari {
    padding: 2rem;
    margin: 0 0 3rem;
}
.addParts01 .scrollArea .box-kodawari .ttl {
    margin: 0 0 1.5rem 0;
    color: #293f61;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
#index .addParts01 .scrollArea .box-kodawari .ttl {
    font-size: 1.8rem;
}
.addParts01 .scrollArea .box-kodawari ul {
    margin: 0;
    padding: 0;
}
#index .addParts01 .scrollArea .box-kodawari ul {
    font-size: 1.6rem;
}
.addParts01 .scrollArea .box-tags {
    margin: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px;
}
#index .addParts01 .scrollArea .box-tags{
    margin: 2rem;
}
.addParts01 .scrollArea .box-tags .tag{
    font-size: 1.2rem;
    color: #fff;
    background: #dfab01;
    line-height: 3rem;
    padding: 0 1.5rem;
    text-align: center;
}
#index .addParts01 .scrollArea .box-tags .tag{
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 0 2rem;
}
.addParts01 .scrollArea .box-tags .tag-off{
    background: #d3d7de;
    color: #fff;
}

.addParts01 .sub{
    line-height: 1.4;
    font-weight: bold;
    color: #486fc9;
    text-align: center;
    padding-top: 2rem;
}
#index .addParts01 .sub{
    font-size: 1.8rem;
    padding-top: 2rem;
}

.addParts01__addTxt {
clear: both;
}
.addParts01__addTxt p{
    font-size: 1.2rem;
}
#index .addParts01__addTxt p {
    font-size: 1.6rem;
    color: #fff;
}

.head-center {
    background: #d0d5dc;
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 3.5rem 1rem 2rem;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  #index .head-center{
    font-size: 1.8rem;
    padding: 5rem 2rem 2rem;
  }
  #contents .head-center::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    background-size: 60px auto;
  }
  #index .head-center::before {
    width: 80px;
    height: 80px;
    top: -40px;
    background-size: 80px auto;
  }
  .fav01 .head-center::before{
    background: url(img/icon_fav01.png) no-repeat center center; 
  }
  .fav02 .head-center::before{
    background: url(img/icon_fav02.png) no-repeat center center;
  }
  .fav03 .head-center::before{
    background: url(img/icon_fav03.png) no-repeat center center;
  }  

  .head-center span {
    font-size: 2.4rem;
    display: inline-block;
  }
  #index .head-center-span{
    font-size: 2.8rem;
  }
    

/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
    background: #f2f5fc;
    margin: 0 5rem 5rem 5rem;
    padding: 4rem 5rem;
    box-sizing: border-box;
}

.toc_parts .ttl {
    padding: 0 0 0 1rem;
    font-size: 2rem;
    font-weight: bold;
    border-left: 4px solid #486fc9;
}

#toc {
    margin: 1.5rem 0 0 0;
    padding: 0 2rem 0;
    border-top: 1px solid #99a4b7;
}
#toc .chapter {
    margin: 0 0 2rem;
  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: 14px;
    left: 0;
    transform: translate(0,-50%);
    color: #486fc9;
    font-size: 2rem;
    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;
}

/*banner*/
.index-banner_pc {
	margin: 5rem 0 0 0;
	position: fixed;
	right: 0;
	bottom: 14rem;
	z-index: 10;
	display: none;
}

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

.index-banner_pc a:hover{
	opacity: 0.6;
}
.text-banner-box {
	max-width: 220px;
	background: #f8e646;
	position: relative;
	font-weight: bold;
	line-height: 1.2;
	box-sizing: border-box;
	border: 3px #f8e646 solid;
}
.text-banner-box:before {
	content: "";
	position: absolute;
	max-width: 69px;
	width: 100%;
	height: 50px;
	background: url(img/banner.png)no-repeat;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.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 #7f8ca0 transparent;
}
.pc-bannerArea .imgArea {
	width: 40%;
}
.text-banner-box__text {
	padding: 0;
	text-align: center;
}

.text-banner-box__text .mainttl {
	background: #f8e646;
	display: block;
	font-size: 2rem;
}

.cmn02-text-banner-box__catch {
	display: block;
	padding: 2.5rem 1rem 1rem;
    font-size: 1.6rem;
}

.text-banner-box__text .cmn02-paragraph {
	background: #fff;
	font-size: 1.6rem;
	color: #293f61;
	padding: 1rem 1.5rem;
}
.text-banner-box__text .cmn02-paragraph span{
    font-size: 1.6rem;
}
@media screen and (max-width: 480px){
    .index-banner_pc{
    display:none !important;
    }
}

/*  PC END  */

@media screen and (min-width: 600px) {

    .sp,
    .sp_br,
    .btn-tel {
        display: none !important;
    }

}




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

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

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

    body {
        width: 100%;
        min-width: initial;
        min-width: auto;
        font-size: 1.6rem;
        line-height: 1.8;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }

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

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

    a:hover {
        opacity: 1;
    }




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

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

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



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

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

    #visArea_lower .mainArea .mainAreaInner {
        display: block;
    }

    #visArea_lower .mainArea .siteNameArea {
        display: block;
        background: url("img/mv_pic_sp_lower.png") no-repeat center top;
        background-size: auto 80px;
        height: 80px;
        width: 100%;
        text-align: center;
    }

    #visArea_lower .mainArea .siteNameAreaInner {
        display: block;
        padding: 20px 0 40px;
    }
    #visArea_lower .mainArea .siteName {
        margin: 0 auto;
        padding: 0;
        width: 200px;
    text-align: center;
    }

    /*--------------------------------------
    　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;
        overflow: hidden;
        display: none;
    }

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

    #navWrap .siteName {
        display: table-cell;
        vertical-align: middle;
        width: 43%;
        font-size: 1.15rem;
        font-weight: 500;
        line-height: 1.4;
        padding: 0;
        text-align: center;
    }

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

    #navWrap .recommendBtn {
        display: table-cell;
        vertical-align: middle;
        width: 41%;
        font-size: 1.1rem;
        line-height: 1.5;
        text-align: center;
        color: #486fc9;
        padding: 0 0.5rem;
        position: relative;
        background: #f2f5fc;
        box-sizing: border-box;
    }

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

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

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

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

    /*navSp*/
    #navSp {
        position: fixed;
        top: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.94);
        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.6rem;
        font-weight: 400;
        line-height: 1.4;
        color: #000;
        background: url("img/arrow_black.png") 96% center no-repeat;
        background-size: 6px auto;
        padding: 1.5rem 9% 1.5rem 4%;
    }

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

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

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

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

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

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

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

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

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

    body.open {
        height: inherit !important;
    }

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

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

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

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

    #pankuzu a:hover {
        color: #111;
        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 4%;
        overflow-x: hidden;
    }

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

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

    .category>h1:first-of-type,
    .page>h1:first-of-type {
        margin: 1.5rem auto 3.5rem;
    }

    p>span {
        letter-spacing: 1px;
        margin: 0 0.3rem;
        font-size: 1.6rem;
    }


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

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

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

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

    footer .areaInner .logo a {
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        color: #000;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    footer .areaInner .logo a img {
        max-width: 180px;
    }
    footer .areaInner .logo a:hover {
        -ms-filter: "alpha( opacity=100 )";
        filter: alpha(opacity=100);
        opacity: 1;
    }

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

    footer .areaInner .footBox {
        margin: 0;
    }

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

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

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

    footer .areaInner .footBox .sttl {
        border-bottom: 1px solid #e0e4e8;
        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: #111;
        background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
        background-size: 6px auto;
        border-bottom: 1px solid #e0e4e8;
        padding: 1.0rem 9% 1.0rem 4%;
    }

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

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

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

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

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

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

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

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

    footer .areaInner .footBox .accChild .subList li a::before {
        content: "└";
        display: block;
        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: #111;
        margin: 1.5rem auto 0;
    }

    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%;
        text-align: center;
        padding: 0.5rem 0;
    }

    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: 5.0rem auto 2.0rem;
    }

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

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

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

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

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

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


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

    .index .common_parts h1,
    .index .common_parts h2,
    .index .common_parts h3,
    .index .common_parts h4,
    .index .common_parts h5,
    .index .common_parts h6,
    .index .common_parts 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 .top_title,
    .category h1,
    .page h1 {
        font-size: 2.3rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        padding: 2.0rem 2.0rem 2.0rem 3.5rem;
        margin: 2.5rem auto 3.0rem;
        position: relative;
    }

    .index .common_parts h2 {
        margin: 0 auto 2rem;
    }
    .category h1,
    .page h1 {
        margin: 2.5rem auto 8.0rem;
    }
.index .top_title::before,
    .category h1::before,
    .page h1::before {
        content: "";
        width: calc(100% - 15px);
        height: 60px;
        position: absolute;
        top: -13px;
        left: 0;
        z-index: -1;
    }

.index .top_title::after,
    .category h1::after,
    .page h1::after {
        content: "";
        width: calc(100% - 15px);
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }


    .category h2,
    .page h2 {
        margin: 5rem auto 2.5rem auto;
        padding: 1.2rem 1.2rem 1.2rem 6rem;
        font-size: 2.1rem;
    }
    .category h2 a, .page h2 a{
        background-size: 8px auto;
    }
    .category h2::before,
    .page h2::before{
        width: 40px;
        height: 38px;
        background-size: 100% auto;
        left: 10px;
    }

    .category h2::after,
    .page h2::after {
        right: 10px;
    }

    .category h3,
    .page h3 {
        font-size: 2rem;
        margin: 4.0rem auto 2.0rem;
        padding: 1.2rem 1.0rem 1.2rem 3.5rem;
    }


    .category h3::after,
    .page h3::after {
        width: 16px;
        height: 16px;
        top: 50%;
        left: 8px;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

    .category h6,
    .category h4,
    .category h5,
    .category h6,
    .page h4,
    .page h5,
    .page h6 {
        font-size: 1.8rem;
        padding: 0 1.0rem 1.1rem 1.5rem;
        margin: 4.0rem auto 1.5rem;
    }


    .index .common_parts h2 a {
        padding-right: 20px;
        background-size: 8px auto;
    }

    .sitemap h2 a {
        color: #111;
    }

    .common_parts .heading_addTxt {
        padding: 0;
        width: 100%;
        margin: auto;
    }

    .index .common_parts .inner > p,
    .category > p,
    .page > p{
        width: 100%;
        word-break: break-all;
    }


    /*--------------------------------------
    　list
    ---------------------------------------*/
    .contents .index .common_parts ul,
    .contents .category ul,
    .contents .page ul {
        width: 100%;
        margin: 2.0rem auto 2.0rem;
        padding: 0 3% 0;
    }

    .contents .index .common_parts ul li,
    .contents .category ul li,
    .contents .page ul li {
        font-size: 1.6rem;
        min-height: 12px;
        padding: 0 0 0.3rem 8%;
    }

    .contents .index .common_parts ul li::before,
    .contents .category ul li::before,
    .contents .page ul li::before {
        width: 8px;
        height: 8px;
        top: 8px;
    }

    .contents .index .common_parts ol,
    .contents .category ol,
    .contents .page ol {
        width: 100%;
        margin: 2.0rem auto 2.0rem;
        padding: 0 3% 0;
    }

    .contents .index .common_parts ol li,
    .contents .category ol li,
    .contents .page ol li {
        font-size: 1.6rem;
        padding: 0 0 0.3rem 8%;
    }

    .contents .index .common_parts ol li::before,
    .contents .category ol li::before,
    .contents .page ol li::before {
        width: 16px;
        height: 16px;
        font-size: 1.0rem;
        line-height: 1.6;
        letter-spacing: -0.5px;
    }

    .contents .index .common_parts ol li:nth-child(-n + 9):before,
    .contents .category ol li:nth-child(-n + 9):before,
    .contents .page ol li:nth-child(-n + 9):before {
        content: counter(number);
    }

    .contents .index .common_parts ol li:nth-child(n + 10):before,
    .contents .category ol li:nth-child(n + 10):before,
    .contents .page ol li:nth-child(n + 10):before {
        content: counter(number);
    }

    /*--------------------------------------
    　recommend,check,point
    ---------------------------------------*/
    /*recommend*/
    .contents .recommend,
    .contents .check,
    .contents .point,
    .contents .rank_wrap .rank {
        max-width: 100%;
        min-height: 70px;
        height: auto;
        font-size: 1.8rem;
        padding: 1.5rem 1.5rem 1.5rem 6.2rem;
        margin: 2.0rem auto 1.5rem;
    }
    .contents .recommend {
        background: url("img/color_blue.gif") 24px 30px no-repeat;
        background-size: 2px 100%;
    }
    .contents .check {
        background: url("img/color_red.gif") 24px 30px no-repeat;
        background-size: 2px 100%;
    }
    .contents .point {
        background: url("img/color_yellow.gif") 25px 30px no-repeat;
        background-size: 2px 100%;
    }
    .contents .rank_wrap .rank {
        background: url("img/color_gray.gif") 26px 30px no-repeat;
        background-size: 2px 100%;
    }
    .contents .recommend::before,
    .contents .check::before,
    .contents .point::before,
    .contents .rank_wrap .rank::before {
        width: 50px;
        height: 50px;
        font-size: 1.0rem;
        line-height: 48px;
        top: 10px;
        left: 0;
    }
    .contents .rank_wrap .rank::before {
        font-size: 1.6rem;
    }

    /*recommend_number_wrap*/
    .contents .recommend_number_wrap .recommend::before,
    .contents .check_number_wrap .check::before,
    .contents .point_number_wrap .point::before {
        font-size: 0.9rem;
        padding: 1.2rem 0;
    }
    .contents .recommend_number_wrap .recommend::after,
    .contents .check_number_wrap .check::after,
    .contents .point_number_wrap .point::after {
        width: 50px;
        font-size: 1.8rem;
        top: 32px;
    }

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

    /*--------------------------------------
    　float-wrap
    ---------------------------------------*/
    .contents .float-wrap {
        width: 100%;
        margin: 4.0rem auto 4.0rem;
        position: relative;
    }

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

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

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

    .contents .float-wrap .catch {
        font-size: 1.8rem;
        line-height: 1.6;
        margin: 0 0 1.5rem;
    }

    .contents .float-wrap p {
        margin: 0;
        padding: 0;
    }

    .contents .float-wrap .fl {
        width: 100%;
        padding: 0 0 1.0rem 0;
        float: none;
    }

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

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

    .contents .float-wrap p {
        width: 100%;
    }


    /*--------------------------------------
    btns
    ---------------------------------------*/
    .btn-web,
    p.btn-web {
        margin: 3rem auto;
    }
    .btn-web a {
        width: 90%;
        padding: 1.5rem 2rem;
        background: #e00022 url(img/arrow_white.png) no-repeat right 1.2rem center;
        background-size: 7px auto;
        font-size: 1.6rem;
    }

    .btn-tel {
        margin: 3rem auto;
        display: block;
        text-align: center;
    }
    .btn-tel a {
        display: inline-block;
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 1.5rem 2rem;
        background: #dfab01 url(img/ico_tel.png) no-repeat 2rem center;
        background-size: 14px auto;
        border: 2px solid #dfab01;
        border-radius: 5rem;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }
    .btn-internal,
    p.btn-internal {
        margin: 3rem auto;
    }
    .btn-internal a {
        width: 90%;
        padding: 1.5rem 2rem;
        background: #293f61 url(img/arrow_white.png) no-repeat right 1.2rem center;
        background-size: 7px 11px;
        font-size: 1.6rem;
    }

    .btn-internal.down a {
        background: #5bb4b3 url(img/arrow_white_down.png) no-repeat right 0.9rem center;
        background-size: 11px 7px;
    }

    .btn-link,
    p.btn-link {
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }
    .btn-link a {
        display: inline-block;
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 1.5rem 3rem;
        background: url(img/arrow_link.png) no-repeat right 1.2rem center;
        background-size: 14px auto;
        border: 1px solid #d0d5dc;
        border-radius: 5rem;
        box-sizing: border-box;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }


    /* ================== */
    /*  テーブル　　　　　*/
    /* ================== */

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

    .contents .index .common_parts .inner > table,
    .contents .category>table,
    .contents .page>table {
        width: 100%;
    }

    .contents table {
        box-sizing: border-box;
        width: 100%;
        max-width: initial;
        max-width: none;
        table-layout: fixed;
        margin: 3.0rem auto 3.0rem;
        border-bottom: none;
    }

    .contents table th {
        width: 100%;
        padding: 1rem 2.5%;
        font-size: 1.6rem;
        display: block;
        border: 1px solid #d0d5dc;
    }

    .contents table td {
        width: 100%;
        display: block;
        line-height: 1.5;
        padding: 1rem 5%;
        font-size: 1.6rem;
        border: 1px solid #d0d5dc;
    }


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

    .contents .box-wrap .box {
        width: 100%;
        padding: 4.0rem 0 3.0rem;
        margin: 0 0 0;
        float: 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: #111;
        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 {
        margin: 0 auto 4rem;
        padding: 2rem;
        width: auto;
    }

    .contents .box-wrap .type-a::before {
        top: -20px;
        width: 90px;
        height: 41px;
    }

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


    .contents .box-wrap .type-a .box-head {
        font-size: 2rem;
        margin: 2rem auto;
        border: 0;
        max-width: 100%;
    }

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

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

    /*type-b*/
    .contents .box-wrap .type-b {
        padding: 1rem 0 2rem;
        margin: -1px 0 0;
    }

    .contents .box-wrap .type-b:nth-child(n+3) {
        margin-top: -1px;
    }

    .contents .box-wrap .type-b:nth-last-child(2),
    .contents .box-wrap .type-b:last-child {
        padding: 0rem 0 2rem;
    }

    .contents .box-wrap .type-b .box-head-area {
        display: table;
        padding: 0 1.0rem;
        margin: 0 0 1.5rem;
    }

    .contents .box-wrap .type-b .thumb {
        display: table-cell;
        vertical-align: middle;
        width: 45px;
        position: relative;
    }

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

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

    .contents .box-wrap .type-b .box-body{
        display: flex;
        flex-wrap: wrap;
    }


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

    .contents .frame-wrap .frame {
        width: 100%;
        margin: 0 0 2.0rem;
        float: none;
    }

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

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

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

    .contents .frame-wrap.col4 .frame {
        width: auto;
    }
    .contents .frame-wrap.col4 .frame:nth-child(3n+1){
        margin-left: 0;
    }

    /*frame-head*/
    .index .frame .frame-head,
    .category .frame .frame-head,
    .page .frame .frame-head {
        display: block;
        font-size: 1.7rem;
        font-weight: bold;
        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-body {
        padding: 1.5rem 1.5rem 3.0rem;
    }

    .contents .frame .frame-body p {
        margin: auto;
    }


    /*type-a*/

    .contents .frame-wrap .type-a .frame-head {
        font-size: 2rem;
        margin: 0;
        padding: 1.8rem 1.5rem;
        max-width: 100%;
    }

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

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

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

    /*type-b*/

    .contents .frame-wrap .type-b .frame-head {
        font-size: 2rem;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

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

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

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

    .contents .frame-wrap .type-b table th {
        display: table-cell;
        width: 40%;
        font-size: 1.3rem;
        border-bottom: 1px solid #fff;
        padding: 1.0rem 1.0rem;
    }

    .contents .frame-wrap .type-b table td {
        display: table-cell;
        font-size: 1.3rem;
        padding: 1.0rem 1.0rem;
    }

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

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


    /***** addParts01 *****/

    .addParts01 {
        padding: 6rem 0;
    }
    #index .addParts01{
        width: 108%;
        margin: 0 -4%;
        background-size: 180%;
        background-position: top;
        background-color: #3e5172;
    }

    .addParts01 .addInner {
        width: 100%;
        margin: 0 auto;
    }
    #index .addParts01__TitArea{
        width: 96%;
        margin: 0 0 2rem;
    }
    .addParts01__TitArea__Tit {
        padding: 2.5rem 1rem 2rem 1rem;
        font-size: 2.4rem;
        letter-spacing: 3px;
        width: auto;
    }
    #index .addParts01__TitArea__Tit{
        font-size: 2.4rem;
        padding: 20px;
    }
    .addParts01__TitArea__Tit span,
    #index .addParts01__TitArea__Tit span{
        font-size: 2rem;
    }
    #index .addParts01__TitArea__Tit::before {
        top: -16px;
        left: 0;
        height: 32px;
        background-size: auto 32px;
    }
    #index .addParts01 .heading_addTxt,
    .addParts01 .heading_addTxt{
        margin: 0 4%;
        font-size: 1.6rem;
    }
    .addParts01 p {
        margin: 0;
    }
    #index .addParts01__addTxt p,
    .addParts01__addTxt p {
        margin: 2rem 0 0 ;
        font-size: 1.0rem;
    }
    #index .addParts01__addTxt p{
        margin: 2rem 4% 0;
    }
    .addParts01 .block,
    #index .addParts01 .block {
        width: 100%;
        margin: 4rem 0 0;
        float: none;
    }
    #index .fav-3box{
        width: 94%;
        margin: 0 auto;
    }
    .fav-3box {
        display: block;
    }

    .head-center,
    #index .head-center{
        padding:3.5rem 1.5rem 1.5rem 1.5rem;
        font-size: 1.6rem;
    }
    #contents .head-center::before,
    #index .head-center::before{
        width: 60px;
        height: 60px;
        top:-30px;
        background-size: 60px auto;
    }

    #index .head-center span,
    .head-center-span{
        font-size: 2.1rem;
    }
    #index .addParts01 .scrollArea .box-tags,
    .addParts01 .scrollArea .box-tags{
        margin: 1.5rem;
    }
    .addParts01 .scrollArea .box-tags .tag,
    #index .addParts01 .scrollArea .box-tags .tag{
        font-size: 1.3rem;
        padding: 0 1rem;
        line-height: 3rem;
    }
    .addParts01 .sub,
    #index .addParts01 .sub{
        font-size: 1.6rem;
    }
    .addParts01 .scrollArea {
        position: relative;
    }
    .addParts01 .scrollArea .companyName,
    #index .addParts01 .scrollArea .companyName  {
        font-size: 2.2rem;
    }
    .addParts01 .scrollArea .box-kodawari .ttl,
    #index .addParts01 .scrollArea .box-kodawari .ttl{
        font-size: 1.6rem;
    }
    .addParts01 .scrollArea .box-kodawari ul,
    #index .addParts01 .scrollArea .box-kodawari ul{
        font-size: 1.6rem;
    }

    .addParts01 .block .btn-tel{
        width: 85%;
    }

    .addParts01 .block .btn-web, 
    .addParts01 .block .btn-tel,
    .addParts01 .block .btn-internal{
        margin: 1.5rem auto;
    }

    .addParts01 .block .btn-web a,
    #index .addParts01 .block .btn-web a, 
    .addParts01 .block .btn-internal a,
    #index .addParts01 .block .btn-internal a
    .addParts01 .block .btn-tel a,
    #index .addParts01 .block .btn-tel a{
        font-size: 1.6rem;
    }
    .addParts01 .scrollArea .box-tags .tag {
    font-size: 1.6rem;
    }

    .accordion-btn {
        width: 90%;
        margin: 1.5rem auto;
        padding: 1.8rem 3rem;
        font-size: 1.6rem;
        cursor: pointer;
    }

    .contents .box-wrap.three::after {
        display: none;
    }
    .contents .box-wrap.three .type-a {
        width: 100%;
    }

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

    .toc_parts .ttl {
        font-size: 1.6rem;
        border-left: 2px solid #486fc9;
    }

    #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.6rem;
        line-height: 1.6;
    }
    #toc ul.chapter .chapter-h::before {
        top: 11px;
        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;
    }

} /* SP_End */


/* ==================
    関連記事
   ================== */
#related-article p {
    margin: 0;
}

#related-article.related-article01-frame {
    margin: 20px auto;
    padding: 30px 50px;
    background: #f2f5fb;
    position: relative;
}

#related-article .related-article01-title {
    padding: 0 0 0 1rem;
    color: #111;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    background: url("./img/dummy-icon.png") no-repeat left center;
    background-size: 50px auto;
    position: relative;
}

#related-article .related-article01-title span {
    font-size: 20px;
    /* color: #111; */
}

#related-article .related-article01-list {
    margin: 15px 0 0 0;
    padding: 0 20px 0;
    border-top: 1px solid #d0d3e0;
    font-weight: bold;
}

#related-article .related-article01-list p {
    margin: 0;
}

#related-article .related-article01-list li {
    margin: 2rem 0 0;
    padding: 0 0 0 35px;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

#related-article .related-article01-list li+li {
    margin-top: 10px;
}

#related-article .related-article01-list li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #486fc9;
    position: absolute;
    top: 6px;
    left: 0;
}

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

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

#related-article .relations-box#related-article .relations-box--column {
    display: flex;
    gap: 10px;
}

#related-article .relations-box__pic {
    flex: 0 0 150px;
}

@media screen and (max-width: 480px) {
    #related-article .related-article01-frame {
        padding: 20px 25px;
        margin: 6rem 1rem 3rem;
    }

    #related-article .related-article01-title span {
        font-size: 16px;
    }

    #related-article .related-article01-list {
        margin: 15px 0 0 0;
        padding: 10px 0 0;
    }

    #related-article .related-article01-list li {
        margin: 10px 0;
        padding: 0 0 0 30px;
        font-size: 15px;
        line-height: 1.6;
    }

    #related-article .related-article01-list li:last-child {
        margin-bottom: 0;
    }
}