@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 Serif JP";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/NSerif-500.woff2") format("woff2"), url("fonts/NSerif-500.woff") format("woff");
    font-display: swap;
}

.ns {
    font-family: "Noto Sans JP";
}

.serif {
    font-family: "Noto Serif JP";
}

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
* {
    box-sizing: border-box;
}

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

h1,h2,h3,h4,h5,h6 {
}

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

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

body {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 1.5rem;
    line-height: 2.0em;
    min-width: 1260px;
    position: relative;
    -webkit-text-size-adjust: none;
    padding: 8rem 0 0;
    background: url("img/body_corner.png") no-repeat top left;
}

.bg_grad_lbp {
    background: rgb(9,245,252);
    background: linear-gradient(90deg, rgba(9,245,252,0.3) 0%, rgba(236,20,187,0.3) 100%);
}

.bg_grad_bp {
    background: rgb(9,245,252);
    background: linear-gradient(135deg, rgb(5 189 194) 0%, rgba(236,20,187,1) 100%);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

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

a {
    color: #111;
    text-decoration: underline;
    transition: all .4s;
}

a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    text-align: center;
}

.strong {
    font-weight: 700;
    /*background: linear-gradient(transparent 70%, #f9faca 40%);
	font-size: 1.6rem;*/
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.sp {
    display: none;
}

.sp_br {
    display: none;
}

#contents .txt_bold {
    font-weight: 700;
    color: #14549c;
}

#contents .marker {
    font-weight: 700;
    background: linear-gradient(transparent 85%, #00e6ed 40%);
}

#contents p {
    max-width: 950px;
    margin: 2rem auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.bodyInr {
    position: relative;
}

.bodyInr:before {
    content: "";
    background: #000;
    width: 1px;
    height: calc(100% + 8rem);
    position: absolute;
    top: -8rem;
    left: 8rem;
    z-index: 3;
}

.bodyInr:after {
    content: "";
    background: #000;
    width: 1px;
    height: calc(100% + 8rem);
    position: absolute;
    top: -8rem;
    right: 8rem;
    z-index: 2;
}

.big{
		font-weight: bold;
}
.big a{
		color: #1467bc;
}

/*--------------------------------------
　Header
---------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    z-index: 100;
    background: rgba(255,255,255,0.7);
}

header:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(255,255,255,1) 100%);
}

header .logoBox {
    display: flex;
    align-items: center;
    float: left;
    margin: 1.5rem 0 0;
}

header .logoBox .mark {
    width: 80px;
    text-align: center;
    margin: 0 2rem 0 0;
}

header .logoBox .mark img {
    width: 53px;
}

header .logoBox a {
    text-decoration: none;
}

header .logoBox .siteName {
    font-size: 1.2rem;
    line-height: 1.6;
}

header .rightBox {
    float: right;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 15px 10rem 0 0;
}

header .gNavPc {
    display: flex;
    align-items: center;
    line-height: 1.2;
}

header .gNavPc li {
    margin: 0 4rem 0 0;
}

header .gNavPc li a {
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    text-decoration: none;
    background: url("img/arr_bla_right.png") no-repeat right center;
    background-size: 8px auto;
    padding: 0 2rem 2px 0;
    display: block;
}

header .btn-web {
    text-align: center;
    margin: -5px 0 0;
    padding: 0;
    width: 240px;
    position: relative;
    z-index: 1;
}

header .btn-web a {
    padding: 1.4rem 5rem;
    text-align: center;
    line-height: 1.4;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    display: block;
    position: relative;
    border: solid 1px #000;
}

header .btn-web a {
    color: #fff;
    background: #000 url("img/arr_wh_right.png") no-repeat right 1rem center;
    background-size: 8px auto;
    box-shadow: 4px 4px 0 #ec14bb;
    padding: 0.7rem 3rem 0.7rem 0.5rem !important;
}

.spnser {
    font-size: 1.1rem;
    text-align: right;
    padding: 0 9rem 0 0;
    margin: 1rem 0 0;
}

.vertical {
    font-size: 1.5rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 10rem;
    right: 2.5rem;
    z-index: 2;
    height: 30rem;
}

/*--------------------------------------
　gNav
---------------------------------------*/
.l-gnavi-area {
    width: 400px;
    height: 100vh;
    padding: 8rem 0 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3002;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
}

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

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

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

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

.l-gnavi-list {
    position: relative;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    padding: 0 2rem;
}

.l-gnavi-list__item {
    padding: 5px 0;
    border-bottom: solid 1px #000;
}

.l-gnavi-list__link {
    width: 100%;
    margin: 0 auto;
    padding: 15px 45px 15px 10px;
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
    line-height: 1.5;
}

.js-gnavi-list > .l-gnavi-list__item .l-gnavi-list__link:after, .l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:after {
    content: "";
    right: 18px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:hover {
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:hover::after {
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link.l-gnavi-list__link--menu:after {
    content: "・・・";
    position: absolute;
    color: #000;
    right: 5%;
    top: 17%;
    font-size: 2rem;
    letter-spacing: -10px;
    border: 0;
    -webkit-transform: none;
    transform: none;
    bottom: auto;
    width: auto;
    height: auto;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu {
    position: relative;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:after {
    content: "・・・";
    position: absolute;
    color: #000;
    right: 5%;
    top: calc(50% - 13px);
    font-size: 1.7rem;
    letter-spacing: -10px;
    border: 0;
    -webkit-transform: none;
    transform: none;
    bottom: auto;
    width: auto;
    height: auto;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:hover {
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:hover::after {
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back {
    padding: 10px 10px 10px 45px;
    position: relative;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:before {
    content: "";
    left: 18px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:after, .l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover:after {
    content: "";
    border: 0;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover {
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover::before {
}

.l-gnavi-list__sub {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0 2rem;
}

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

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

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

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

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

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

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

.l-gnavi-btn {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    cursor: pointer;
}

.l-gnavi-btn span {
    width: 36px;
    height: 2px;
    display: inline-block;
    background: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 23px;
}

.l-gnavi-btn.is-active span {
}

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

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

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

.l-gnavi-btn:hover {
    color: #666;
}

.l-gnavi-btn:active {
    color: #666;
}

.l-gnavi-btn--gnavi {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 200;
}

.l-gnavi-btn--gnavi span {
    width: 100%;
    left: 0;
}

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

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

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

.l-gnavi-area .l-gnavi-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(23px) rotate(-45deg);
    transform: translateY(23px) rotate(-45deg);
    background: #000;
    width: 38px;
    left: 8px;
    top: 8px;
}

.l-gnavi-area .l-gnavi-btn.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(23px) rotate(45deg);
    transform: translateY(23px) rotate(45deg);
    background: #000;
    width: 38px;
    left: 8px;
    top: 8px;
}

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

.is-navi-open .l-gnavi-area--slide-left::-webkit-scrollbar {
    display: none;
}

.l-gnavi-area02 {
    display: none;
}

.l-gnavi-area .logo {
    width: 210px;
    margin: 0 auto 1rem;
}

.l-gnavi-area .btns {
    margin: 3rem auto 0;
    width: 80%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.l-gnavi-area .btn-internal, .l-gnavi-area .btn-web {
    text-align: center;
    margin: 1.5rem auto;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 1;
}

.l-gnavi-area .btn-internal a, .l-gnavi-area .btn-web a {
    padding: 1.8rem 5rem;
    text-align: center;
    line-height: 1.4;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    display: block;
    position: relative;
    border: solid 1px #000;
}

.l-gnavi-area .btn-internal a:hover, .l-gnavi-area .btn-web a:hover {
}

.l-gnavi-area .btn-internal a {
    background: #fff url("img/arr_bla_right.png") no-repeat right 2rem center;
    background-size: 8px auto;
}

.l-gnavi-area .btn-web a {
    color: #fff;
    background: #000 url("img/arr_wh_right.png") no-repeat right 2rem center;
    background-size: 8px auto;
    box-shadow: 4px 4px 0 #ec14bb;
}

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

#pankuzu {
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 0;
    color: #666;
    max-width: 1100px;
}

#pankuzu a {
    color: #666;
    font-size: 1.2rem;
}

#pankuzu span br {
    display: none;
}

#pankuzu a:hover {
    opacity: 1;
}

/*--------------------------------------
　Footer
---------------------------------------*/
#page-top {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 16%;
    right: 47px;
    z-index: 100;
    background: #ffffff url(img/arr_bla_up.png) right 50% center no-repeat;
    background-size: 18px auto;
    border: solid 1px #333;
}

#page-top img {
    display: none;
}

#page-top:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

footer {
    background: rgb(9,245,252);
    background: linear-gradient(90deg, rgba(9,245,252,0.3) 0%, rgba(236,20,187,0.3) 100%);
    position: relative;
    padding: 6rem 0 0;
    margin: 8rem 0 0;
    overflow: hidden;
}

footer:before {
    content: "";
    background: url("img/footer_corner01.png") no-repeat;
    background-size: 100%;
    width: 300px;
    height: 384px;
    position: absolute;
    top: -2rem;
    left: 0;
}

footer:after {
    content: "";
    background: url("img/footer_corner02.png") no-repeat;
    background-size: 100%;
    width: 318px;
    height: 318px;
    position: absolute;
    bottom: -2rem;
    right: 0;
}

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

.logoBox_f {
    display: flex;
    align-items: end;
    margin: 0 0 6rem;
}

.logoBox_f a {
    display: block;
    text-decoration: none;
}

.logoBox_f a:hover {
    opacity: 0.8;
}

.logoBox_f .logo {
    width: 210px;
    margin: 0 1.5rem 0 0;
}

.logoBox_f .siteName {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.3;
    padding: 0 0 5px;
}

.logoBox_f .siteName span {
    font-size: 1.4rem;
    color: #8080da;
    font-weight: normal;
}

.logoBox_f .siteName .num {
    font-size: 2rem;
}

footer .areaInner {
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

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

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

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

footer .areaInner .footBox .sttl a {
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    padding: 3px 0 3px 0;
    color: #111;
    display: block;
    text-decoration: none;
}

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

footer .areaInner .footBox .accChild {
    padding: 0 2rem;
}

footer .areaInner .footBox .accChild li {
    display: inline;
    margin: 0 0 10px;
    padding: 0 0.1rem 0 0.05rem;
    vertical-align: top;
}

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

footer .areaInner .footBox .accChild li:after {
    content: "　/　";
    letter-spacing: 0;
    color: #111;
}

footer .areaInner .footBox .accChild li:last-child:after {
    content: none;
}

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

footer .areaInner .footBox .accChild li a {
    font-size: 1.3rem;
    color: #111;
    font-weight: normal;
    padding: 0;
    line-height: 1.4;
    text-decoration: none !important;
}

footer .areaInner .footBox .accChild li a:hover {
    opacity: 0.7;
}

footer .areaInner .footBox .accChild .subCat li a {
    background: none;
    padding: 0;
}

footer .areaInner .footBox .accChild .subList {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 1rem 10px;
}

footer .areaInner .footBox .accChild .subList li {
    width: auto;
    display: block;
    margin: 0;
    padding: 0 0 0 30px;
    position: relative;
}

footer .areaInner .footBox .accChild .subList li:before {
    content: "└";
    padding: 0 6px;
    color: #111;
    position: absolute;
    top: 0;
    left: 0;
}

footer .areaInner .footBox .accChild .subList li:after {
    content: none;
}

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

footer .areaInner .noticeArea {
    margin: 4rem auto 3rem;
    width: 640px;
}

footer .areaInner .noticeArea p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #111;
    font-weight: 500;
    text-align: center;
}

footer .areaInner .botPrg {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.7;
    color: #111;
    font-weight: 500;
    margin: 0;
}

footer .botArea {
    color: #111;
    padding: 3rem 0 0;
}

footer .botArea .botInner {
    padding: 2rem 0;
}

footer p.copy {
    font-size: 1.2rem;
    float: none;
    color: #111;
    text-align: center;
}

footer p.copy a {
    text-decoration: underline;
    color: #111;
}

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

/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#index {
    margin: 0;
    padding: 0;
}

#category, #page {
    /*max-width: 1000px;*/
    margin: 0 auto;
    position: relative;
}

.wi1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.wi1100 {
    /*max-width: 1100px;*/
    max-width: 1100px;
    margin: 0 auto;
}

.wi1200 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.logoTitle.wi1100 {
    max-width: 84%;
    margin: 0 auto;
}

/* ================== */
/*  メインコンテンツ　*/
/* ================== */
#category h1, #page h1 {
    font-family: "Noto Serif JP";
    margin: 0rem auto 3rem;
    max-width: 950px;
    position: relative;
    font-size: 4rem;
    line-height: 1.4;
}

#category h2, #page h2 {
    font-family: "Noto Serif JP";
    background: linear-gradient(135deg, rgb(5 189 194) 0%, rgba(236,20,187,1) 100%);
    line-height: 1.5;
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    padding: 4rem 3rem 2.3rem 3rem;
    word-break: break-all;
    margin: 6rem auto 4rem;
    position: relative;
    max-width: 950px;
}

#category h2:before, #page h2:before {
    content: "";
    background: url(img/label_h2_sp.png) no-repeat;
    background-size: 100%;
    height: 24px;
    width: 532px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}

#category h3, #page h3 {
    margin: 7rem auto 4rem;
    position: relative;
    max-width: 950px;
}

#category h3 span, #page h3 span {
    font-family: "Noto Serif JP";
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 1.6rem 3rem 1.6rem 3rem;
    min-height: 7rem;
    background: #f4f4f4;
    display: block;
    /* width: calc(100% - 220px); */
}

#category h3:before, #page h3:before {
    margin: auto;
    content: "";
    background: #333;
    background-size: auto 100%;
    width: 2px;
    height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
}

#category h4, #page h4, #category h5, #page h5, #category h6, #page h6 {
    font-family: "Noto Serif JP";
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: solid 1px #000;
    padding: 1.5rem 1rem 1.5rem 1rem;
    margin: 4rem auto 3rem;
    max-width: 950px;
}

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

#category h3 a, #page h3 a {
    text-decoration: none;
    background: url("img/arr_bla_right.png") no-repeat right center;
    background-size: 8px auto;
    padding: 0 4rem 0 0;
}

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

.sitemap #category h2, .sitemap #page h2 {
    margin: 8rem auto 2rem;
}

/*.sitemap #contents ul {
    margin: 2rem auto 6rem;
}*/
/* li */
#contents ul {
    margin: 2rem auto;
    padding: 1rem 0 0;
    max-width: 950px;
}

#contents ul li {
    padding: 0 0 8px 25px;
    background: url("img/icon_star.png") 0 2px no-repeat;
    background-size: 19px auto;
    line-height: 1.6;
}

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

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

#contents ol {
    margin: 2rem auto;
    padding: 1rem 0 0;
    max-width: 950px;
}

#contents ol li {
    padding: 2px 0 2px 25px;
    list-style: none;
    position: relative;
    counter-increment: number;
    line-height: 1.6;
}

#contents ol li::before {
    font-family: arial, sans-serif;
    display: block;
    background-color: #3dc2ed;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 8px;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-size: 1.2rem;
}

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

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

/* ================== */
/*  テーブル　　　　　*/
/* ================== */
#contents table {
    table-layout: fixed;
    border-collapse: collapse;
    margin: 3rem auto 3rem;
    border: solid 1px #ccc;
    max-width: 950px;
}

#contents table th {
    width: 25%;
    padding: 15px 15px;
    background: #f4f4f4;
    line-height: 1.6;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    word-wrap: break-word;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

#contents table td {
    line-height: 1.6;
    padding: 15px 15px;
    font-size: 1.5rem;
    text-align: left;
    word-wrap: break-word;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background: #fff;
}

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

#contents table tr th:last-child, #contents table tr td:last-child {
    border-right: none;
}

#contents .caption {
    margin: 8px 0 0;
    font-size: 1rem;
    line-height: 1.4;
    word-break: break-all;
    color: #999;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
}

#contents .caption::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

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

#contents .caption a:hover {
    text-decoration: none;
    opacity: 1;
}

/*--------------------------------------
　float img
---------------------------------------*/
#contents .float-wrap {
    margin: 4rem auto;
    max-width: 950px;
}

#contents .float-wrap img {
    width: 100%;
    margin-bottom: 0.5rem;
}

#contents .float-wrap p {
    line-height: 2;
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 1.5rem;
}

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

#contents .float-wrap .fl {
    width: 330px;
    padding: 0 3rem 1rem 0;
    text-align: center;
}

#contents .float-wrap .fr {
    width: 330px;
    padding: 0 0 1rem 3rem;
    text-align: center;
}

#contents .float-wrap.center {
}

#contents .float-wrap.center .float-img {
    width: auto;
}

#contents .float-wrap.center .float-img img {
    width: auto;
}

#contents .float-wrap.center .caption {
    text-align: center;
}

#contents .float-img {
    width: auto;
    margin: 0 auto 2rem;
}

#contents .float-wrap.center p {
    text-align: left;
}

#contents .float-wrap .catch {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 1.5rem;
    background: none;
    border: none;
    padding: 0;
    width: auto;
}

#contents .float-wrap.center .catch {
}

#contents .float-wrap .catch:before {
    content: none;
}

#contents .float-wrap .catch a {
    text-decoration: none;
}

#contents .float-wrap ul {
    margin: 2rem auto;
    padding: 0;
}

#contents .float-wrap ul li {
    font-size: 1.5rem;
}

/*  btns*/
#contents .btn-internal, #contents .btn-web, #contents .btn-tel {
    text-align: center;
    margin: 3rem auto;
    padding: 0;
    width: 440px;
    position: relative;
    z-index: 1;
}

#contents .btn-internal a, #contents .btn-web a {
    padding: 1.8rem 5rem;
    text-align: center;
    line-height: 1.4;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    display: block;
    position: relative;
    border: solid 1px #000;
}

#contents .btn-internal a:hover, #contents .btn-web a:hover {
    opacity: 0.8;
}

#contents .btn-internal a {
    background: #fff url("img/arr_bla_right.png") no-repeat right 2rem center;
    background-size: 8px auto;
    z-index: 28;
}

#contents .btn-web a {
    color: #fff;
    background: #000 url("img/arr_wh_right.png") no-repeat right 2rem center;
    background-size: 8px auto;
    box-shadow: 4px 4px 0 #ec14bb;
}

#contents .btn-tel {
    display: none;
}

#contents .btn-link {
    margin: 20px auto;
    padding: 0;
    text-align: right;
    max-width: 950px;
}

#contents .btn-link a {
    position: relative;
    display: inline-block;
    padding: 0.7rem 2rem 0.4rem 0;
    font-size: 1.5rem;
    background: url("img/arr_bla_right.png") no-repeat right center;
    background-size: 8px auto;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 600;
}

#contents .btn-link a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* 共通パーツ*/
/*---------------------
　TITLE
-----------------------*/
#contents .secTit {
    font-family: "Noto Serif JP";
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 auto 4rem;
    display: inline-block;
}

#contents .secTit span {
    background-image: linear-gradient(90deg, rgba(9,245,252,0.3), rgba(236,20,187,0.3));
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 50%;
}

#contents .secTit .txt_bold {
    background-image: none;
    color: #14549c;
}

#contents .secTit a {
    text-decoration: none;
    background: url("img/arr_bla_right.png") no-repeat right center;
    background-size: 16px auto;
    padding: 0 6rem 0 2rem;
    display: block;
}

#contents .lead {
    margin: 0;
}

/*---------------------
　COMMON　PART
-----------------------*/
/*---------------------
　目次
-----------------------*/
#contents .cmnBox {
    margin: 6rem auto;
    position: relative;
    overflow: hidden;
    max-width: 950px;
}

#contents .cmnBox:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(255,255,255,1) 100%);
}

#contents .cmnBox:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(255,255,255,1) 100%);
}

#contents .cmnBox .sTit {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1.3rem 0 1rem 18rem;
    position: relative;
    margin: 1rem 5rem 1rem;
    background: url("img/eng_summary.png") no-repeat left center;
    background-size: auto 2rem;
}

#contents #related .sTit {
    padding: 1.3rem 0 1rem 11rem;
    background: url("img/eng_links.png") no-repeat left center;
    background-size: auto 2rem;
}

/*#contents #pageList .sTit:after {
	content: "";
	background: url("img/icon_minus.png") no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	position: absolute;
    top: 20px;
    right: 19px;
	bottom: auto;
    left: auto;
}
#contents #pageList .sTit.open:after {
	background: url("img/icon_plus.png") no-repeat;
	background-size: 100%;
}*/
#contents .cmnBox .whBox {
    padding: 0 5rem 2rem;
}

#contents .cmnBox ul {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

#contents .cmnBox ul li {
    position: relative;
    padding: 0;
    margin: 10px 0 0 0;
    background: url(img/icon_star.png) 0 1px no-repeat;
    background-size: 19px auto;
}

#contents .cmnBox ul li a {
    text-decoration: none;
    padding: 0 0 0 3rem;
    display: block;
    font-size: 1.5rem;
}

#contents .cmnBox ul li a:after {
    /* content: ""; */
    /* background: url("img/arr_bla_right.png") no-repeat; */
    background-size: 100%;
    width: 8px;
    height: 15px;
    display: inline-block;
    margin: 0 0 0 1rem;
    position: relative;
    top: 4px;
}

#contents .cmnBox ul li a:hover {
    opacity: 0.6;
}

#contents .cmnBox ul li br {
    display: none;
}

#contents .cmnBox ul ul.chapter {
    padding-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#contents .cmnBox ul ul.chapter li {
    position: relative;
    padding: 0;
    margin: 5px 0 0 0;
    background: none;
}

#contents .cmnBox ul ul.chapter li a {
    text-decoration: none;
    padding: 0 0 0 3rem;
    display: block;
    font-size: 1.3rem;
}

#contents .cmnBox ul ul.chapter li:after {
    content: "";
    background: url("img/arr_bla_right.png") no-repeat;
    background-size: 100%;
    width: 6px;
    height: 10px;
    margin: 0 0 0 1rem;
    top: 4px;
    left: 0;
    position: absolute;
}

#contents .cmnBox ul ul.chapter li a:hover {
    opacity: 0.6;
}

#contents .cmnBox ul ul.chapter li br {
    display: none;
}

/*---------------------
　コメントパーツ
-----------------------*/
#contents .part_comment {
    margin: 10rem auto;
    max-width: 950px;
    padding: 0 5rem 4rem;
    position: relative;
}

#contents .part_comment:before {
    content: "";
    background: url("img/comment_part.png") no-repeat;
    background-size: 100%;
    width: 250px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}

#contents .part_comment .cf {
    position: relative;
    z-index: 1;
}

#contents .part_comment .person {
    /* width: 180px; */
    position: relative;
    margin: 6rem 11rem 0 0;
    float: left;
}

#contents .part_comment .person img {
    width: 500px;
    margin: 5rem 3rem 0 0;
}

#contents .part_comment .person:before {
    content: "";
    background: url("img/eng_comment.png") no-repeat;
    background-size: 100%;
    width: 182px;
    height: 25px;
    position: absolute;
    top: -4.5rem;
    left: 0;
}

#contents .part_comment .person p {
    font-size: 1.3rem;
    margin: 1rem 0 0;
    line-height: 1.6;
}

#contents .part_comment .tit {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    border-bottom: solid 1px #000;
    padding: 12rem 0 3rem;
    margin: 0 0 4rem;
    overflow: hidden;
    width: auto;
}

#contents .catchTxt {
    font-size: 1.8rem;
    color: #14549c;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 2rem;
}

#contents .part_comment .txt {
    margin: 0;
    overflow: hidden;
}

/*---------------------
　SVパーツ
-----------------------*/
#contents .part_sv {
    margin: 10rem auto;
    padding: 8rem 0 4rem;
}

#contents .part_sv .wi1100 {
    padding: 0 5rem 0 10rem;
}

#contents .part_sv .tit {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 2rem;
    width: 550px;
    float: right;
}

#contents .part_sv .catch {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 2rem;
    background: #fff;
    padding: 2rem 3rem 2rem 0;
    width: 500px;
    min-height: 8rem;
    display: flex;
    align-items: center;
    float: right;
    position: relative;
}

#contents .part_sv .catch:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
}

#contents .part_sv .catch:after {
    content: "";
    background: url("img/tit_white_reverse.svg") no-repeat;
    background-size: auto 100%;
    width: 220px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -190px;
}

#contents .part_sv .catch span {
    z-index: 1;
    position: relative;
    left: -5rem;
}

#contents .part_sv .pic {
    float: left;
    margin: -5rem 4rem 0 0;
}

#contents .part_sv .pic p {
    color: #fff;
    line-height: 1.7;
    font-size: 1.3rem;
    margin: 1.3rem 0 0;
}

#contents .part_sv .pic p span {
    font-size: 1rem;
}

#contents .part_sv .txt {
    color: #fff;
    width: 550px;
    float: right;
}

#contents .part_sv .btns {
    width: 550px;
    float: right;
}

#contents .part_sv .btns > div {
    margin: 0 auto 2rem;
}

#contents .part_sv .btns .btn-link {
    margin: 3rem 0 0;
}

#contents .part_sv .btns .btn-link a {
    background: url("img/arr_wh_right.png") no-repeat right center;
    background-size: 8px auto;
    color: #fff;
}

/*---------------------
　口コミパーツ
-----------------------*/
#contents .part_voice {
    margin: 10rem auto;
    max-width: 950px;
}

#contents .part_voice .voiceBox {
    padding: 0 0 4rem;
    position: relative;
    margin: 0 0 0;
}

#contents .part_voice .voiceBox:last-child {
    margin: 0;
}

#contents .part_voice .inner {
    position: relative;
    background: #f4f4f4;
    margin: 0;
    padding: 0 0 1rem 0;
}

#contents .part_voice .voiceBox:nth-child(odd) .inner {
    margin: 0 0 0 0;
    padding: 0 0 2rem 0;
}

#contents .part_voice .inner:before {
    content: "";
    background: #f4f4f4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
}

#contents .part_voice .voiceBox:nth-child(odd) .inner:before {
    left: -100%;
    right: auto;
}

#contents .part_voice .person {
    width: 180px;
    position: absolute;
    bottom: 0;
    left: -16rem;
    z-index: 1;
    margin: 0 10rem 0 0;
}

#contents .part_voice .voiceBox:nth-child(odd) .person {
    margin: 0 0 0 10rem;
    right: 0;
    left: auto;
    display: none;
}

#contents .part_voice .person p {
    background: #3dc2ed;
    color: #fff;
    font-size: 1.3rem;
    margin: -2rem 0 0;
    line-height: 1.6;
    width: 100%;
    min-height: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -15px;
    position: absolute;
}

#contents .part_voice .person p:before {
    content: "";
    background: url("img/voice_tri.png") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: -3rem;
}

#contents .part_voice .voiceBox:nth-child(odd) .person p:before {
    right: auto;
    left: -3rem;
    transform: scale(-1, 1);
}

#contents .part_voice .tit {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 3rem;
    min-height: 8rem;
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 1rem 5rem 1rem 3rem;
    z-index: 0;
}

#contents .part_voice .voiceBox:nth-child(odd) .tit {
    padding: 1rem 3rem 1rem 5rem;
}

#contents .part_voice .tit:before {
    content: "";
    background: #fff;
    width: 200%;
    min-height: 8rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
}

#contents .part_voice .voiceBox:nth-child(odd) .tit:before {
    left: auto;
    right: 0;
}

#contents .part_voice .tit:after {
    /* content: ""; */
    position: absolute;
    left: -6.5rem;
    top: 0;
    background: linear-gradient(to top right, transparent 50% , #fff 50%);
    width: 65px;
    height: 100%;
}

#contents .part_voice .voiceBox:nth-child(odd) .tit:after {
    left: auto;
    right: -6.5rem;
    background: linear-gradient(to top left, transparent 50% , #fff 50%);
}

#contents .part_voice .txt {
    padding: 0 5rem 0 3rem;
    overflow: hidden;
}

#contents .part_voice .voiceBox:nth-child(odd) .txt {
    padding: 0 3rem 0 5rem;
}

/*---------------------
　まとめパーツ
-----------------------*/
#contents .part_matome {
    margin: 10rem auto;
    max-width: 950px;
    position: relative;
    padding: 10rem 5rem 6rem;
}

#contents .part_matome:before {
    content: "";
    background: #fff;
    width: 660px;
    height: 6rem;
    position: absolute;
    top: 0;
    right: 0;
}

#contents .part_matome:after {
    content: "";
    background: url(img/tri_white.png) no-repeat;
    background-size: 100%;
    width: 46px;
    height: 6rem;
    position: absolute;
    top: 0;
    right: 660px;
}

#contents .part_matome .tit {
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    margin: 0 0 3rem;
    padding: 0 0 2rem;
}

#contents .part_matome .tit:before {
    content: "";
    background: #fff;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#contents .part_matome .box {
    margin: 0 0 7rem;
}

#contents .part_matome .box p {
    color: #fff;
}

#contents .part_matome .box .thumb {
    width: 300px;
    margin: 0 4rem 0 0;
    text-align: center;
}

#contents .part_matome .box .txtBox {
    flex: 1;
}

#contents .part_matome .box .txtBox p {
    max-width: inherit;
}

#contents .part_matome .btn-link a {
    background: url("img/arr_wh_right.png") no-repeat right center;
    background-size: 8px auto;
    color: #fff;
}

/*---------------------
　インタビューパーツ
-----------------------*/
#contents .part_interview {
    margin: 10rem auto;
    max-width: 950px;
}

#contents .part_interview .part_comment {
    position: relative;
    margin: 0 auto 9rem;
}

#contents .part_interview .part_comment:after {
    content: "";
    background: rgba(236,20,187,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
}

#contents .part_interview .person:before {
    background: url("img/eng_interview.png") no-repeat;
    background-size: 100%;
    width: 204px;
    height: 25px;
    left: -1rem;
}

#contents .part_interview .ivWrap {
    padding: 0 5rem;
}

#contents .part_interview .ivBox {
    display: flex;
}

#contents .part_interview .ivWrap .ivBox {
    background: #ffffff;
    padding: 0rem 1rem;
    margin-bottom: 0;
}

#contents .part_interview .ivWrap .ivBox:nth-child(2n) {
    /* background: #fff7de; */
    /* padding: 2rem 1rem; */
    /* display: flow; */
    margin: 4rem 0 10rem 0;
}

#contents .part_interview .ivBox .whoBox, #contents .part_interview .ivBox h3.whoBox {
    width: 68px;
    font-size: 1.6rem;
    font-weight: 600;
    margin: -4px 2rem 0 0;
    /* border-top: solid 1px #000; */
    padding: 0 0 0;
    position: relative;
    text-align: right;
    width: 75px;
}

#category .part_interview .ivBox h3.whoBox span, #page .part_interview .ivBox h3.whoBox span {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: inherit;
    min-height: inherit;
    background: inherit;
    display: inherit;
    width: inherit;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

#contents .part_interview .ivBox .whoBox:before {
    content: "";
    background: #000;
    position: absolute;
    width: 64px;
    height: 1px;
    right: 0;
    /* left: 0; */
    top: 28%;
}

#contents .part_interview .ivBox .editor:before {
    display: none;
}

#contents .part_interview .ivBox .whoBox img {
    display: none;
}

#contents .part_interview .ivBox .editor {
    color: #004ba0;
}

#contents .part_interview .ivBox .sayBox {
    padding: 0 0 1rem;
    flex: 1;
    line-height: 1.5;
}

#contents .part_interview .ivBox .sayBox .txt_bold {
    font-weight: 700;
    color: #000000;
    background: #ffefd3;
}

#contents .part_interview .ivBox .sayBox p {
    margin: 0;
}

#contents .part_interview .pic {
    float: left;
    margin: 0 5rem 0 0;
    width: 15%;
}

#contents .part_interview .rightBox {
    overflow: hidden;
    width: auto;
}

/*---------------------
　lower_bottom
-----------------------*/
#contents .lower_bottom {
    margin: 10rem auto 12rem;
    max-width: 950px;
    position: relative;
    padding: 8rem 5.5rem 6rem;
}

#contents .lower_bottom:before {
    content: "";
    background: rgba(236,20,187,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
}

#contents .lower_bottom .caseTit {
    background: #3dc2ed;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 1.8rem 5rem;
    position: absolute;
    top: -33px;
    left: 0;
}

#contents .lower_bottom .caseTit:before {
    /* content: ""; */
    /* background: url(img/tit_blue.svg) no-repeat right; */
    background-size: auto 100%;
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -9rem;
}

#contents .lower_bottom .box {
    margin: 0 0 4rem;
}

#contents .lower_bottom .box p {
    line-height: 1.7;
    margin: 0;
    color: #333;
    font-size: 1.5rem;
}

#contents .lower_bottom p.caption {font-size: 1.2rem;color: #999;}

#contents .lower_bottom .box .thumb {
    width: 360px;
    margin: 0 3.5rem 0 0;
}

#contents .lower_bottom .box .txtBox {
    flex: 1;
}

#contents .lower_bottom .box .tit {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 2rem;
}

#contents .lower_bottom .btn-web {
    position: absolute;
    bottom: -4rem;
    left: calc(50% - 220px);
    margin: 0;
}

.fixBan {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 101;
    /* display: none; */
    width: 144px;
    height: 160px;
}

.fixBan .banImg {
    position: absolute;
    /* 左側の位置に配置 */
    opacity: 0;
    transition: opacity 0.6s;
    width: 100%;
    bottom: 0;
    height: 100%;
}

.fixBan .banImg img {
    width: 100%;
}

.fixBan .banImg a {
    pointer-events: none;
}

.fixBan .banImg.active {
    opacity: 1;
}

.fixBan .banImg.active a {
    pointer-events: inherit;
}

.fixBan .btnBan {
    background: url("img/txt_close.png") no-repeat center;
    background-size: 12px auto;
    width: 80px;
    height: 237px;
    cursor: pointer;
    display: none;
}

.fixBan .btnBan.open {
    background: url("img/txt_open.png") no-repeat center;
    background-size: 14px auto;
}

.fixBan .btnBan:hover {
    opacity: 0.8;
}

.side-toc {
    position: fixed;
    top: 30%;
    right: 0;
    width: 220px;
    background: #fff;
    z-index: 100;
    /* border-top: solid 1px #000; */
    /* border-bottom: solid 1px #000; */
    display: none;
}

.side-toc:before {
    /* content: ""; */
    background: #000;
    width: 1px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

.side-toc:after {
    /* content: ""; */
    background: #000;
    width: 1px;
    height: calc(100% - 47px);
    position: absolute;
    bottom: 0px;
    right: 0;
}

.side-toc dt {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1;
    background: url("img/eng_summary.png") no-repeat top 2.2rem left 1.5rem;
    background-size: 128px auto;
    padding: 25px 4.5rem 20px 1.5rem;
    position: relative;
    cursor: pointer;
    text-align: right;
    transform: rotate(90deg);
    position: absolute;
    top: -11rem;
    right: -7.5rem;
    width: 23rem;
    display: none;
}

.side-toc dt:before {
    content: "";
    background: url("img/icon_plus.png") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 24px;
    right: 22px;
    transform: rotate(90deg);
}

.side-toc dt.open:before {
    background: url("img/icon_minus.png") no-repeat;
    background-size: 100%;
}

.side-toc dd {
    padding: 3rem 1.5rem 1.5rem;
    display: none;
    position: absolute;
    top: -23.8rem;
    right: 8.1rem;
    left: -13rem;
    background: rgba(255,255,255,0.7);
}

.side-toc dd ul li {
    line-height: 1.4;
    margin: 0 0 13px;
    position: relative;
}

.side-toc dd ul li:last-child {
    margin: 0;
}

.side-toc dd ul li a {
    font-size: 1.3rem;
    text-decoration: none;
    position: relative;
}

.side-toc dd ul li a br {
    display: none;
}

.side-toc dd ul li:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: -5px;
    left: 0;
    bottom: auto;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(255,255,255,1) 100%);
}

.side-toc dd ul li a:after {
    content: "";
    /* background: url(img/arr_bla_right.png) no-repeat; */
    background-size: 100%;
    width: 8px;
    height: 15px;
    display: inline-block;
    margin: 0;
    position: relative;
    top: 4px;
}

@media screen and (max-width: 480px) {
    .pc, .pc_br {
        display: none;
    }

    .sp, .sp_br {
        display: block;
    }

    body {
        font-size: 1.5rem;
        min-width: 320px;
        overflow-x: hidden;
        line-height: 1.8;
        margin: 0;
        padding: 0;
        background: url(img/body_corner.png) no-repeat top left;
        background-size: 100%;
    }

    a:hover {
        opacity: 1;
    }

    .inner, .wi1100, .wi1000, .wi1200 {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }

    .bodyInr:before, .bodyInr:after {
        content: none;
    }

    /*--------------------------------------
　Header
---------------------------------------*/
    header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 5.7rem;
        z-index: 100;
    }

    header:after {
        /* content: ""; */
        background: #000;
        width: 1px;
        height: 31px;
        position: absolute;
        top: 13px;
        right: 6rem;
    }

    header .logoBox {
        display: flex;
        align-items: center;
        float: left;
        margin: 1rem 0 0;
        padding: 0 0 0 2.6%;
    }

    header .logoBox .mark {
        display: none;
    }

    header .logoBox a {
        text-decoration: none;
    }

    header .logoBox .siteName {
        font-size: 1.1rem;
    }

    header .rightBox {
        display: contents;
        position: absolute;
        bottom: 0;
    }

    header .gNavPc {
        display: none;
    }

    header .btn-web {
        /* display: none; */
        position: fixed;
        bottom: 0;
        left: 38.7vw;
        z-index: 1000;
    }

.fixBan .banImg img.sp {
    /* width: 38.7vw; */
}

header .btn-web a {
    width: 43.3vw;
    color: #fff;
    background-size: 8px auto;
    box-shadow: none;
    padding: 4.6vw 0.9rem 4.6vw 0.3rem !important;
    line-height: 1.4;
    text-decoration: none;
    font-size: 2.6vw;
    font-weight: 600;
    display: block;
    position: relative;
    z-index: 11;
    background-position: center right;
    height: 17vw;
}

    

    .spnser {
        font-size: 1.1rem;
        text-align: center;
        padding: 0 3%;
        margin: 3rem 0 0;
        line-height: 1.4;
    }

    .vertical {
        /* display: none; */
        writing-mode: inherit;
        position: inherit;
        top: auto;
        right: auto;
        height: auto;
        display: block;
        align-items: center;
        float: left;
        margin: 3rem auto 0;
        padding: 0 0 0 2.6%;
        font-size: 1.2rem;
        text-align: center;
        width: 100%;
    }

    /*--------------------------------------
　Global Nav_SP
---------------------------------------*/
    .l-gnavi-btn {
        display: none;
    }

    .l-gnavi-area {
        width: 400px;
        height: 100vh;
        padding: 60px 5.3%;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3002;
        overflow-x: hidden;
        overflow-y: scroll;
    }

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

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

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

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

    .l-gnavi-list {
        position: relative;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
        display: block;
        width: 100%;
        padding: 0;
    }

    .l-gnavi-area br {
        display: none;
    }

    .l-gnavi-list__item {
        padding: 5px 0;
        width: 100%;
    }

    .l-gnavi-list__link {
        width: 100%;
        margin: 0 auto;
        padding: 15px 45px 15px 0;
        display: block;
        text-decoration: none;
        position: relative;
        line-height: 1.5;
    }

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

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

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

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

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

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

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

    .l-gnavi-area {
        width: 100%;
    }

    .l-gnavi-btn {
        width: 55px;
        height: 55px;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        cursor: pointer;
        background: rgba(255,255,255,0.9);
    }

    .l-gnavi-btn span {
        width: 32px;
        height: 1px;
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        position: absolute;
        left: 11px;
    }

    .l-gnavi-btn.is-active {
        border: 0;
    }

    .l-gnavi-btn.is-active span {
    }

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

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

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

    .l-gnavi-btn:hover {
        color: #666;
    }

    .l-gnavi-btn:active {
        color: #666;
    }

    .l-gnavi-btn--gnavi {
        width: 55px;
        height: 55px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .l-gnavi-btn--gnavi:before {
        content: none;
    }

    .l-gnavi-btn--gnavi span {
        width: 100%;
        left: 0;
    }

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

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

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

    .l-gnavi-area .l-gnavi-btn.is-active span:nth-of-type(1) {
        -webkit-transform: translateY(18px) rotate(-45deg);
        transform: translateY(18px) rotate(-45deg);
        width: 40px;
        left: 7px;
    }

    .l-gnavi-area .l-gnavi-btn.is-active span:nth-of-type(2) {
        -webkit-transform: translateY(18px) rotate(45deg);
        transform: translateY(18px) rotate(45deg);
        width: 40px;
        left: 7px;
    }

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

    .l-gnavi-area02 {
        display: none;
    }

    .l-gnavi-area .logo {
        width: 180px;
        margin: 0 auto 1rem;
    }

    .l-gnavi-area .btns {
        margin: 3rem auto 0;
        width: 80%;
    }

    .l-gnavi-area .btn-internal, .l-gnavi-area .btn-web {
        text-align: center;
        margin: 1.5rem auto;
        padding: 0;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .l-gnavi-area .btn-internal a, .l-gnavi-area .btn-web a {
        padding: 1.8rem 5rem;
        font-size: 1.5rem;
    }

    /*--------------------------------------
　Footer
---------------------------------------*/
    #page-top {
        position: fixed;
        width: 18vw;
        height: 17vw;
        bottom: 0;
        right: 0;
        background-size: 12px auto;
        z-index: 102;
    }

    #page-top:hover {
        opacity: 1;
    }

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

    footer {
        width: 100%;
        padding: 0;
        margin: 4rem 0 0;
        position: relative;
    }

    footer:before {
        content: "";
        background: url(img/footer_corner01.png) no-repeat right -1rem top -2rem;
        background-size: 180%;
        width: 102px;
        height: 150px;
        position: absolute;
        top: 0;
        left: 0;
    }

    footer:after {
        width: 115px;
        height: 115px;
        bottom: 0;
        right: 0;
    }

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

    .logoBox_f {
        display: block;
        margin: 0 0 3rem;
        text-align: center;
    }

    .logoBox_f a {
    }

    .logoBox_f a:hover {
        opacity: 1;
    }

    .logoBox_f .logo {
        width: 35vw;
        margin: 0 auto 0;
    }

    .logoBox_f .siteName {
        font-size: 3.8vw;
        line-height: 1.5;
    }

    .logoBox_f .siteName .num {
        font-size: 1.7rem;
    }

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

    footer .areaInner .footBox {
        margin: 0;
    }

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

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

    footer .areaInner .footBox .sttl a {
        display: block;
        font-size: 1.5rem;
        background: url("img/arr_bla_right.png") right 15px center no-repeat;
        background-size: 8px auto;
        padding: 15px 40px 14px 3%;
        line-height: 1.5;
    }

    footer .areaInner .footBox .sttl.tglMenu a {
        background: url("img/arr_bla_down.png") right 15px center no-repeat;
        background-size: 12px auto;
        padding: 15px 40px 14px 3%;
    }

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

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

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

    footer .areaInner .footBox .accChild {
        display: none;
        padding: 0;
        margin: 0;
        /*background: #fff;*/
    }

    footer .areaInner .footBox .accChild li {
        float: none;
        padding: 0;
        background: none;
        margin: 0;
        display: block;
        width: 100%;
    }

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

    /*footer .areaInner .footBox .accChild .sp a {
   padding: 14px 40px 14px 4%;
}*/
    footer .areaInner .footBox .accChild li a {
        display: block;
        background: #fff url("img/arr_bla_right.png") right 15px center no-repeat;
        background-size: 8px auto;
        border-bottom: 1px solid #999;
        padding: 14px 40px 14px 4%;
        font-size: 1.3rem;
        text-decoration: none;
    }

    footer .areaInner .footBox .accChild li:last-child a {
        /*border-bottom: none;*/
    }

    footer .areaInner .footBox .accChild li a:hover {
        text-decoration: none;
    }

    footer .areaInner .footBox .accChild .subCat li a {
        background: url("img/arr_bla_right.png") right 15px center no-repeat;
        background-size: 8px auto;
    }

    footer .areaInner .footBox .accChild li.subCat {
        /*border-top: solid 1px #bbc6ce;*/
    }

    footer .areaInner .footBox .accChild li.subCat a {
        padding: 14px 40px 14px 4%;
    }

    footer .areaInner .footBox .accChild li.subCat:last-child a {
        /*border-bottom: none;*/
    }

    footer .areaInner .footBox .accChild li.subCat:last-child .subList:last-child a {
        /*border-bottom: none;*/
    }

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

    footer .areaInner .footBox .accChild .subList li {
        margin: 0;
        width: 100%;
        display: block;
        padding: 0;
    }

    footer .areaInner .footBox .accChild .subList li a {
        padding: 14px 40px 14px 5%;
        font-size: 1.2rem;
        background: url("img/arr_bla_right.png") right 15px center no-repeat;
        background-size: 8px auto;
    }

    footer .areaInner .footBox .accChild .subList li a:before {
        /*content: "└";
	color: #b4965c;*/
        padding: 0 0.5rem 0 0;
    }

    footer .areaInner .footBox .accChild .subList li:last-child a {
    }

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

    footer .areaInner .footBox .accChild li:last-child:after {
        content: none;
    }

    footer .areaInner .footBox .accChild .subList li::after {
        content: none;
    }

    footer .areaInner .footBox .accChild .subList li:first-child::before {
        content: none;
    }

    footer .areaInner .footBox .accChild .subList li::before {
        content: none;
    }

    footer .areaInner .noticeArea {
        width: 80%;
        margin: 30px auto 20px;
        padding: 0;
        font-size: 1.1rem;
        line-height: 1.8em;
    }

    footer .areaInner .noticeArea p {
        font-size: 1.1rem;
        text-align: left;
        font-weight: normal;
        color: #666;
    }

    footer .areaInner .botPrg {
        font-size: 1rem;
        text-align: center;
        padding: 0 4% 20px;
        line-height: 1.4;
        margin: 0;
        color: #666;
    }

    footer .botArea {
        padding: 0 4%;
    }

    footer p.copy {
        margin: 0;
        padding: 0;
        font-size: 1.0rem;
        line-height: 1.3;
        text-align: center;
        float: none;
        color: #666;
        z-index: 1;
        position: relative;
    }

    footer p.copy a {
        color: #666;
    }

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

    footer a {
        text-decoration: none;
    }

    footer .botArea .botInner {
        width: 100%;
        margin: 0 auto;
        padding: 2rem 0;
    }

    .logoSp {
        width: 157px;
        margin: 1rem auto 2rem;
    }

    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzuWrap {
        overflow: auto;
        white-space: nowrap;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #pankuzuWrap.lower {
        margin: 0 auto;
    }

    #pankuzu {
        width: 100%;
        padding: 1rem 2.6%;
        font-size: 1.1rem;
        margin: 0 auto;
        background: none;
    }

    #pankuzu span {
        font-size: 1.1rem;
    }

    #pankuzu br {
        display: none;
    }

    #pankuzu a {
        font-size: 1.1rem;
    }

    /*--------------------------------------
　Main Contents
---------------------------------------*/
    #contents {
        margin: 0;
        width: 100%;
        padding: 0;
        position: relative;
    }

    #index, #category, #page {
        float: none;
        width: 100%;
    }

    #category, #page {
        margin: 0;
        padding: 0;
    }

    #index {
    }

    #contents p {
        margin: 1.5rem auto;
        padding: 0;
        max-width: 89%;
    }

    /* ================== */
    /*  メインコンテンツ　*/
    /* ================== */
    #category h1, #page h1 {
        margin: 2.5rem auto 2rem;
        font-size: 2.5rem;
        max-width: 89%;
    }

    #category h2, #page h2 {
        font-size: 2.4rem;
        padding: 2.5rem 3rem 1.3rem 3rem;
        margin: 6rem auto 1rem;
        max-width: 89%;
    }

    #category h2:before, #page h2:before {
        content: "";
        background: url("img/label_h2_sp.png") no-repeat;
        background-size: 100%;
        height: 9px;
        width: 270px;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
    }

    #category h3, #page h3 {
        margin: 4.5rem auto 3rem;
        position: relative;
        max-width: 89%;
    }

    #category h3 span, #page h3 span {
        font-size: 2rem;
        padding: 1.5rem 2rem 1.5rem 2rem;
        min-height: inherit;
        /* width: calc(100% - 90px); */
    }

    #category h3:before, #page h3:before {
        content: "";
        background: url(img/tit_gray_sp.svg) no-repeat top right;
        background-size: auto 100%;
        width: 105px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    #category h4, #page h4, #category h5, #page h5, #category h6, #page h6 {
        margin: 2.5rem auto 2rem;
        padding: 1.5rem 0 1.5rem;
        font-size: 1.8rem;
        line-height: 1.4;
        max-width: 89%;
    }

    #category h2 a, #page h2 a {
        background: url("img/arr_wh_right.png") no-repeat right center;
        background-size: 8px auto;
        padding: 0 3rem 0 0;
    }

    #category h3 a, #page h3 a {
        background: url("img/arr_bla_right.png") no-repeat right center;
        background-size: 8px auto;
        ; padding: 0 3rem 0 0;
    }

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

    .sitemap #category h2, .sitemap #page h2 {
        margin: 6rem auto 1rem;
    }

    #contents ul {
        /*margin: 2rem 3% 2rem;*/
        margin: 2rem auto 2rem;
        padding: 1rem 1rem 0;
        max-width: 89%;
    }

    #contents ul li {
        padding: 0 0 0.6rem 1.5rem;
        font-size: 1.5rem;
        margin: 0 0 0.2rem;
        background: url("img/icon_star.png") 0 8px no-repeat;
        background-size: 11px auto;
    }

    #contents ul li:last-child {
        margin: 0;
    }

    #contents ol {
        /*margin: 2rem 3% 2rem;*/
        margin: 2rem auto 2rem;
        padding: 1rem 1rem 0;
        max-width: 89%;
    }

    #contents ol li {
        font-size: 1.5rem;
        padding: 0 0 0.6rem 2rem;
        list-style: none;
        position: relative;
        counter-increment: number;
        margin: 0 0 0.2rem;
    }

    #contents ol li:last-child {
        margin: 0;
    }

    #contents ol li::before {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 5px;
        left: -2px;
        color: #fff;
        text-align: center;
        letter-spacing: -0.5px;
        line-height: 1.5;
        font-size: 1.1rem;
        font-family: Arial, Helvetica," sans-serif";
    }

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

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

    /* ================== */
    /*  テーブル　　　　　*/
    /* ================== */
    #contents table {
        max-width: 89%;
        table-layout: fixed;
        margin: 30px auto 30px;
        border-bottom: none;
        border-radius: 0;
        width: 100%;
    }

    #contents table th {
        width: 100%;
        padding: 1.3rem 8%;
        line-height: 1.6;
        text-align: center;
        font-size: 1.6rem;
        display: block;
        border: none;
        border-bottom: solid 1px #ccc;
    }

    #contents table td {
        width: 100%;
        display: block;
        line-height: 1.6;
        padding: 1.3rem 8%;
        font-size: 1.5rem;
        text-align: center;
        word-wrap: break-word;
        border: none;
        border-bottom: solid 1px #ccc;
    }

    #contents table tr:last-child th, #contents table tr:last-child td {
        border-bottom: solid 1px #ccc;
    }

    /*--------------------------------------
　float img
---------------------------------------*/
    #contents .float-wrap {
        margin: 3.5rem auto;
        padding: 0;
        max-width: 89%;
    }

    #contents .float-wrap img {
        width: auto;
    }

    #contents .float-wrap .flame {
        position: relative;
        text-align: center;
    }

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

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

    #contents .float-wrap .center {
        width: 100%;
        margin: 0 auto 1.5rem;
        padding: 0;
        text-align: center;
    }

    #contents .float-wrap.center img {
        width: auto;
    }

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

    #contents .float-wrap p {
        margin: 0;
        line-height: 1.8;
        padding: 0;
        max-width: 100%;
    }

    #contents .float-wrap table {
        width: 100%;
        margin: 0 0 2rem;
    }

    #contents .float-wrap .fl.t_small {
        width: 40%;
        padding: 0 20px 0 0;
        text-align: center;
        float: left;
    }

    #contents .float-wrap .fr.t_small {
        width: 40%;
        padding: 0 0 0 20px;
        margin: 0;
        text-align: center;
        float: right;
    }

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

    #contents .float-wrap .caption, #contents .float-wrap .caption {
    }

    /*  btns*/
    #contents .btn-internal, #contents .btn-web, #contents .btn-tel {
        text-align: center;
        margin: 2rem auto 7rem;
        padding: 0;
        width: 89%;
        position: relative;
    }

    #contents .btn-internal a, #contents .btn-web a, #contents .btn-tel a {
        padding: 1.8rem 3rem;
        line-height: 1.4;
        font-size: 1.5rem;
        position: relative;
        border: solid 1px #000;
    }

    #contents .btn-internal a {
        background: #fff url("img/arr_bla_right.png") no-repeat right 2rem center;
        background-size: 8px auto;
    }

    #contents .btn-web a {
    }

    #contents .btn-internal a:hover, #contents .btn-web a:hover {
        opacity: 1;
    }

    #contents .btn-link {
        max-width: 89%;
    }

    #contents .btn-link a {
        font-size: 1.4rem;
        background: url(img/arr_bla_right.png) no-repeat right center;
        background-size: 8px auto;
        padding: 0.4rem 2rem 0.4rem 0;
    }

    /*#contents .btn-link a {
	background: #f8f8f8 url("img/arr_bs_bla_right.png") no-repeat right 1.8rem center;
     background-size: 18px auto;
	line-height: 1.4;
	display: block;
	font-weight: normal;
	color: #111;
	text-decoration: none;
	border-radius: 40px;
	box-shadow: 0 8px 15px rgb(0 0 0 / 15%);
}
#contents .btn-link a:hover {
	opacity: 1;
	text-decoration: none;
}*/
    #contents .btn-tel {
        display: block;
    }

    #contents .btn-tel a {
        background: #5ca4ac url("img/icon_tel.png") no-repeat left 2rem center;
        background-size: 18px auto;
        text-align: center;
        line-height: 1.4;
        text-decoration: none;
        border: none;
        font-weight: 600;
        display: block;
        color: #fff;
        position: relative;
        padding: 1.8rem 4.5rem;
    }

    /* 共通パーツ*/
    /*---------------------
　TITLE
-----------------------*/
    #contents .secTit {
        font-size: 2.4rem;
        margin: 0 auto 3rem;
    }

    #contents .secTit a {
        text-decoration: none;
        background: url("img/arr_bla_right.png") no-repeat right center;
        background-size: 12px auto;
        padding: 0 3rem 0 0;
        display: block;
    }

    /*---------------------
　COMMON　PART
-----------------------*/
    /*---------------------
　目次
-----------------------*/
    #contents .cmnBox {
        margin: 4rem auto;
        position: relative;
        max-width: 89%;
    }

    #contents .cmnBox:before {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(255,255,255,1) 100%);
    }

    #contents .cmnBox:after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(255,255,255,1) 100%);
    }

    #contents .cmnBox .sTit {
        font-size: 1.5rem;
        padding: 0.5rem 0 0.5rem 13rem;
        position: relative;
        margin: 1rem 0rem 1rem;
        background: url(img/eng_summary.png) no-repeat left center;
        background-size: auto 1.5rem;
    }

    #contents #related .sTit {
        padding: 1.3rem 0 1rem 11rem;
        background: url("img/eng_links.png") no-repeat left center;
        background-size: auto 2rem;
    }

    #contents .cmnBox .whBox {
        padding: 0 0 2rem;
    }

    #contents .cmnBox ul li {
        margin: 10px 0 0 0;
        background: url(img/icon_star.png) -1px 0px no-repeat;
        background-size: 20px auto;
    }

    #contents .cmnBox ul li a {
        padding: 0 0 0 2rem;
    }

    #contents .cmnBox ul li a:after {
        /* content: ""; */
        /* background: url("img/arr_bla_right.png") no-repeat; */
        background-size: 100%;
        width: 8px;
        height: 15px;
        display: inline-block;
        margin: 0 0 0 1rem;
        position: relative;
        top: 4px;
    }

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

    #contents .cmnBox ul ul.chapter {
        padding-left: 0;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    #contents .cmnBox ul ul.chapter li {
        position: relative;
        padding: 0;
        margin: 5px 0 0 0;
        background: none;
    }

    #contents .cmnBox ul ul.chapter li a {
        text-decoration: none;
        padding: 0 0 0 2rem;
        display: block;
        font-size: 1.3rem;
    }

    #contents .cmnBox ul ul.chapter li:after {
        content: "";
        background: url("img/arr_bla_right.png") no-repeat;
        background-size: 100%;
        width: 6px;
        height: 10px;
        margin: 0 0 0 1rem;
        top: 4px;
        left: 0;
        position: absolute;
    }

    #contents .cmnBox ul ul.chapter li a:hover {
        opacity: 0.6;
    }

    #contents .cmnBox ul ul.chapter li br {
        display: none;
    }

    /*---------------------
　コメントパーツ
-----------------------*/
    #contents .part_comment {
        margin: 6rem auto;
        max-width: 89%;
        padding: 0 2rem 4rem;
        position: relative;
    }

    #contents .part_comment:before {
        width: 160px;
        height: 40px;
    }

    #contents .part_comment .cf {
        position: relative;
        z-index: 1;
    }

    #contents .part_comment .person {
        width: 100%;
        position: relative;
        margin: 2rem 0 0 0;
        /* min-height: 15rem; */
        height: auto;
        /* object-fit: cover; */
        padding-bottom: 2rem;
    }

    #contents .part_comment .person img {
        object-fit: cover;
        height: 100%;
        object-position: 0 0;
        margin: 0 auto;
        width: 100%;
    }

    #contents .part_comment .person:before {
        width: 130px;
        height: 19px;
        position: absolute;
        top: -3.5rem;
        left: -5px;
    }

    #contents .part_comment .person p {
        font-size: 1.2rem;
        margin: 0.5rem 0 0;
    }

    #contents .part_comment .tit {
        font-size: 1.8rem;
        padding: 5rem 0 2rem;
        margin: 0;
        border-bottom: none;
        display: initial;
    }

    #contents .part_comment .txtBox {
        border-top: solid 1px #000;
        padding: 2rem 0 0;
        margin: 0;
        clear: both;
    }

    #contents .catchTxt {
        font-size: 1.8rem;
        margin: 0 0 2rem;
        max-width: 100%;
    }

    #contents .part_comment .txt {
        margin: 0;
        max-width: 100%;
    }

    /*---------------------
　SVパーツ
-----------------------*/
    #contents .part_sv {
        margin: 6rem auto;
        padding: 4rem 5.3% 4rem;
    }

    #contents .part_sv .wi1100 {
        padding: 0;
    }

    #contents .part_sv .tit {
        font-size: 2.2rem;
        margin: 0 0 2rem;
        width: 100%;
        float: none;
    }

    #contents .part_sv .catch {
        font-size: 1.8rem;
        margin: 0 0 2rem 0;
        padding: 1rem 3rem 1rem 1rem;
        width: 90%;
        min-height: 6rem;
        float: none;
    }

    #contents .part_sv .catch:before {
        content: "";
        background: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: -100%;
    }

    #contents .part_sv .catch:after {
        content: "";
        background: none;
        background-size: auto 100%;
        width: 100px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -7rem;
    }

    #contents .part_sv .catch span {
        left: auto;
    }

    #contents .part_sv .pic {
        float: none;
        margin: 0 0 2rem;
        width: 100%;
        /* display: flex; */
        align-items: center;
    }

    #contents .part_sv .pic img {
        width: 100%;
    }

    #contents .part_sv .pic p {
        width: 100%;
        font-size: 1.2rem;
        margin: 0;
        padding: 0 0 0 2rem;
        overflow-x: inherit;
        word-break: inherit;
        white-space: inherit;
    }

    #contents .part_sv .pic p span {
        font-size: 1.2rem;
    }

    #contents .part_sv .txt {
        width: 100%;
        float: none;
        max-width: 100%;
    }

    #contents .part_sv .btns {
        width: 100%;
        float: none;
        max-width: 100%;
        margin: 3rem 0 0;
    }

    #contents .part_sv .btns > div {
        margin: 0 auto 1.5rem;
    }

    #contents .part_sv .btns .btn-link {
        margin: 2rem 0 0;
        max-width: 100%;
    }

    /*---------------------
　口コミパーツ
-----------------------*/
    #contents .part_voice {
        margin: 6rem auto;
        max-width: 89%;
    }

    #contents .part_voice .voiceBox {
        padding: 0;
        position: relative;
        margin: 0 0 4rem;
    }

    #contents .part_voice .voiceBox:last-child {
        margin: 0;
    }

    #contents .part_voice .voiceBox:before {
        content: "";
        background: url("img/voice_tri_sp.png") no-repeat;
        background-size: 100%;
        width: 170px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        transform: scale(-1, 1);
        z-index: 1;
    }

    #contents .part_voice .voiceBox:nth-child(odd):before {
        background: url("img/voice_tri_sp.png") no-repeat;
        background-size: 100%;
        right: auto;
        left: 0;
        transform: none;
    }

    #contents .part_voice .inner {
        margin: 0;
        padding: 0;
    }

    #contents .part_voice .voiceBox:nth-child(odd) .inner {
        margin: 0;
        padding: 0;
    }

    #contents .part_voice .inner:before {
        content: none;
    }

    #contents .part_voice .person {
        width: 115px;
        position: absolute;
        bottom: auto;
        top: 0;
        left: 0;
        margin: 0;
    }

    #contents .part_voice .voiceBox:nth-child(odd) .person {
        margin: 0;
        right: 0;
        left: auto;
    }

    #contents .part_voice .person p {
        font-size: 1.2rem;
        margin: 0 0 0;
        min-height: 2rem;
        bottom: -15px;
        position: absolute;
        max-width: 100%;
    }

    #contents .part_voice .person p:before {
        width: 20px;
        height: 20px;
        bottom: 0;
        right: -2rem;
    }

    #contents .part_voice .voiceBox:nth-child(odd) .person p:before {
        right: auto;
        left: -2rem;
    }

    #contents .part_voice .tit {
        font-size: 1.8rem;
        margin: 0 0 2rem;
        min-height: 8rem;
        width: auto;
        position: relative;
        display: flex;
        align-items: center;
        background: none;
        padding: 6rem 2rem 1rem 15rem;
        z-index: 0;
    }

    #contents .part_voice .voiceBox:nth-child(odd) .tit {
        padding: 6rem 2rem 1rem 2rem;
    }

    #contents .part_voice .tit:before {
        content: none;
        background: #fff;
        width: 200%;
        min-height: 8rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        height: 100%;
    }

    #contents .part_voice .voiceBox:nth-child(odd) .tit:before {
        left: auto;
        right: 0;
    }

    #contents .part_voice .tit:after {
        content: none;
        position: absolute;
        left: -6.5rem;
        top: 0;
        background: linear-gradient(to top right, transparent 50% , #fff 50%);
        width: 65px;
        height: 100%;
    }

    #contents .part_voice .voiceBox:nth-child(odd) .tit:after {
        left: auto;
        right: -6.5rem;
        background: linear-gradient(to top left, transparent 50% , #fff 50%);
    }

    #contents .part_voice .txt {
        padding: 0 2rem 2rem;
        overflow: hidden;
        max-width: 100%;
    }

    #contents .part_voice .voiceBox:nth-child(odd) .txt {
        padding: 0 2rem 2rem;
    }

    /*---------------------
　まとめパーツ
-----------------------*/
    #contents .part_matome {
        margin: 6rem auto;
        max-width: 89%;
        position: relative;
        padding: 7rem 2rem 3rem;
    }

    #contents .part_matome:before {
        background: url("img/voice_tri_sp.png") no-repeat;
        background-size: 100%;
        width: 170px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        transform: scale(-1, 1);
        z-index: 1;
    }

    #contents .part_matome:after {
        content: none;
    }

    #contents .part_matome .tit {
        font-size: 1.8rem;
        margin: 0 0 2rem;
        padding: 0 0 1.5rem;
    }

    #contents .part_matome .tit:before {
        width: 35px;
        height: 1px;
    }

    #contents .part_matome .box {
        margin: 0 0 3rem;
        display: block;
    }

    #contents .part_matome .box p {
        max-width: 100%;
    }

    #contents .part_matome .box .thumb {
        width: 88%;
        margin: 0 auto 2rem;
    }

    #contents .part_matome .box .txtBox {
    }

    #contents .part_matome .box .txtBox p {
        max-width: inherit;
    }

    #contents .part_matome .btns > div {
        margin: 0 auto 1.5rem;
    }

    #contents .part_matome .btn-link a {
        background: url("img/arr_wh_right.png") no-repeat right center;
        background-size: 8px auto;
        color: #fff;
    }

    /*---------------------
　インタビューパーツ
-----------------------*/
    #contents .part_interview {
        margin: 6rem auto 4rem;
        max-width: 100%;
    }

    #contents .part_interview .part_comment {
        position: relative;
        margin: 0 auto 3rem;
    }

    #contents .part_interview .part_comment:after {
        content: none;
    }

    #contents .part_interview .person:before {
        background: url("img/eng_interview.png") no-repeat;
        background-size: 100%;
        width: 145px;
        height: 17px;
        left: -1.6rem;
    }

    #contents .part_interview .ivWrap {
        padding: 0px 2rem;
        margin-bottom: 7rem;
    }

    #contents .part_interview .ivBox {
        display: block;
    }

    #contents .part_interview .ivBox .whoBox {
        width: 100%;
        font-size: 1.6rem;
        margin: 0 0 0.5rem;
        padding: 1rem 0 0;
        text-align: left;
    }

    #contents .part_interview .ivBox .editor {
        /* color: #000000; */
        /* text-align: right; */
        border-top: solid 0px #000;
        /* background: #f4f4f4; */
        padding: 0;
    }

    #contents .part_interview .ivBox .whoBox:before {
    content: "";
    /* background: url(img/logo_mark.png) no-repeat; */
    background-size: 35px auto;
    position: absolute;
    /* width: 35px; */
    /* height: 32px; */
    right: auto;
    left: 0;
    top: 0;
}

    #contents .part_interview .ivBox h3.whoBox:before {
        content: none;
    }

    #category h3:before, #page h3:before {
        margin: auto;
        content: "";
        background: #333;
        background-size: auto 100%;
        width: 2px;
        height: 80%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 8px;
        right: auto;
    }

    #contents .part_interview .ivBox .sayBox {
        padding: 0 0 1rem;
    }

    #contents .part_interview .ivBox .sayBox p {
        margin: 0;
        max-width: 100%;
    }

    #contents .part_interview .pic {
        float: none;
        margin: 0 auto 3rem;
        width: 85%;
        text-align: center;
    }

    #contents .part_interview .rightBox {
        width: 100%;
    }

    #contents .part_interview .ivWrap .ivBox {
        background: #ffffff;
        padding: 0rem 1rem;
        margin-bottom: 0;
    }

    #contents .part_interview .ivWrap .ivBox:nth-child(2n) {
        margin: 2rem 0 4rem;
    }

    /*---------------------
　lower_bottom
-----------------------*/
    #contents .lower_bottom {
        margin: 10rem auto 10rem;
        max-width: 100%;
        position: relative;
        padding: 6rem 5.3% 4rem;
    }

    #contents .lower_bottom:before {
        content: "";
        background: rgba(236,20,187,0.3);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: -100%;
    }

    #contents .lower_bottom .caseTit {
        font-size: 1.8rem;
        padding: 1.5rem 2rem 1.5rem 5.3%;
        position: absolute;
        top: -4rem;
        left: 0;
        width: calc(100% - 50px);
    }

    #contents .lower_bottom .caseTit:before {
        /* background: url(img/tit_blue_sp.svg) no-repeat right; */
        background-size: auto 100%;
        width: 120px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -9rem;
    }

    #contents .lower_bottom .box {
        margin: 0 0 3rem;
    }

    #contents .lower_bottom .box p {
        margin: 0;
        max-width: 100%;
    }

    #contents .lower_bottom .box .thumb {
        width: 100%;
        margin: 0 auto 2rem;
    }

    #contents .lower_bottom .box .thumb .caption {
        margin: 5px 0 0;
    }

    #contents .lower_bottom .box .txtBox {
    }

    #contents .lower_bottom .box .tit {
        font-size: 1.8rem;
        margin: 0 0 1.5rem;
        max-width: 100%;
    }

    #contents .lower_bottom .btn-web {
        left: calc(50% - 41%);
        margin: 0;
        width: 82%;
    }

    #contents .lower_bottom .btn-web a {
        padding: 1.8rem 3rem;
    }

    .fixBan {
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        width: 38.6vw;
        display: block !important;
        height: 15vw;
    }

    .fixBan .banImg {
        position: absolute;
        bottom: -100px;
        left: 0;
        z-index: 1;
    }

    .fixBan .banImg.active {
        bottom: 0;
        /* width: 39%; */
        top: auto;
        /* padding-right: 13vw; */
        height: auto;
    }

    .fixBan .btnBan {
        background: url("img/txt_close_sp.png") no-repeat top right;
        background-size: 100px auto;
        width: 100px;
        height: 24px;
        top: -13vw;
        right: 0;
        position: relative;
        float: right;
    }

    .fixBan .btnBan.open {
        background: url("img/txt_open_sp.png") no-repeat top right;
        background-size: 100px auto;
        top: 0;
        height: 20px;
    }

    .fixBan .btnBan:hover {
        opacity: 1;
    }

    .side-toc {
        position: fixed;
        top: 0.4rem;
        left: auto;
        right: 0;
        /* right: 6rem; */
        /* width: 50%; */
        /* border-left: solid 1px #000; */
        background: none;
        width: 44%;
        display: block !important;
    }

    .side-toc:before {
        height: 9px;
    }

    .side-toc:after {
        height: calc(100% - 27px);
    }

    .side-toc dt {
        font-size: 1.1rem;
        background: rgba(255,255,255,0.9) url(img/eng_summary.png) no-repeat top 2.1rem left 1rem;
        background-size: 90px auto;
        padding: 2.3rem 1.5rem 2.2rem 1rem;
        /* position: relative; */
        text-align: right;
        top: 9.8rem;
        right: -4.8rem;
        width: 15rem;
        display: none;
    }

    .side-toc dt:before {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 20px;
        right: -7px;
    }

    .side-toc dt.open:before {
        background: url(img/icon_plus.png) no-repeat;
        background-size: 100%;
        top: 20px;
        right: -7px;
    }

    .side-toc dt:before {
        top: 24px;
        right: 22px;
    }

    .side-toc dd {
        padding: 2rem;
        top: 0;
        right: 5.5rem;
        left: -56vw;
        background: #fff;
    }

    .side-toc dd ul li {
        line-height: 1.2;
        margin: 0 0 20px;
    }

    .side-toc dd ul li a {
        font-size: 1.3rem;
        text-decoration: none !important;
    }

    .side-toc dd ul li a:after {
        width: 6px;
        height: 13px;
        margin: 0 0 0 0.5rem;
        top: 5px;
    }
}
