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

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

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


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

ul,
ol,
ul li {
    direction: ltr;
}

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: #282729;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.0em;
    /*min-width: 1100px;*/
    position: relative;
    -webkit-text-size-adjust: none;
    margin: 0;
}

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

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

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

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

.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: 800;
    color: #d93880;
}

#contents .marker {
    font-weight: 800;
    background: linear-gradient(transparent 60%, #facee2 40%);
}

#contents p {
    margin: 2rem auto;
    max-width: 1000px;
    width: 92%;
}

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


/*--------------------------------------
　Header
---------------------------------------*/


/* MV */

.mv {
    position: relative;
    min-height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv .siteName {
    font-size: 1.1rem;
    position: absolute;
    top: 1rem;
    right: 2rem;
    line-height: 1;
    z-index: 1;
}

.mv .siteName a {
    text-decoration: none;
}

.mv .logo {
    width: 300px;
    margin: 2rem 0 0;
}

.lower .mv:before {
    content: "";
    background: url("img/mv_image.png") no-repeat;
    background-size: 100%;
    width: 393px;
    height: 467px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


/*--------------------------------------
　Pankuzu
---------------------------------------*/

#pankuzuWrap {
    margin: 2rem auto 3rem;
}

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

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

#pankuzu a:hover {
    opacity: 1;
}


/*--------------------------------------
　Footer
---------------------------------------*/

#page-top {
    position: fixed;
    width: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}

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

footer {
    background: #018eb9;
    position: relative;
    padding: 6rem 0 0;
    margin: 10rem 0 0;
}

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

footer .logo,
.menuArea .logo {
    width: 200px;
    margin: 0 auto 5rem;
}

footer .logo a,
.menuArea .logo a {
    padding: 6rem 0 0 0;
    text-align: center;
    text-decoration: none;
}

footer .logo a:hover,
.menuArea .logo a:hover {
    opacity: 0.7;
}

footer .areaInner,
.menuArea .areaInner {
    max-width: 1000px;
    width: 92%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

footer .areaInner .footBox,
.menuArea .areaInner .footBox {
    margin: 0 0 5rem;
}

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

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

footer .areaInner .footBox .sttl a,
.menuArea .areaInner .footBox .sttl a {
    font-size: 1.8rem;
    padding: 3px 1rem 3px 1rem;
    display: block;
    font-weight: 800;
    text-decoration: none;
    color: #fff;
}

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

footer .areaInner .footBox .accChild,
.menuArea .areaInner .footBox .accChild {
    padding: 0 1rem;
}

footer .areaInner .footBox .accChild li,
.menuArea .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:after,
.menuArea .areaInner .footBox .accChild li:after {
    content: "　/　";
    letter-spacing: 0;
    color: #fff;
}

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

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

footer .areaInner .footBox .accChild li a,
.menuArea .areaInner .footBox .accChild li a {
    font-size: 1.5rem;
    color: #fff;
    font-weight: normal;
    padding: 0;
    line-height: 1.4;
    text-decoration: none;
}

footer .areaInner .footBox .accChild li a:hover,
.menuArea .areaInner .footBox .accChild li a:hover {
    text-decoration: underline;
}

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

footer .areaInner .footBox .accChild .subList,
.menuArea .areaInner .footBox .accChild .subList {
    /*display: block;*/
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 0 10px;
}

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

footer .areaInner .footBox .accChild .subList li a,
.menuArea .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: #fff;
    text-align: center;
}

footer .areaInner .noticeArea a {
    color: #fff;
}

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

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

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

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

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

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

#sidebar {
    width: 100px;
}

#sidebar .sideInr {
    background: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    z-index: 10;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
    text-align: center;
}

#sidebar .menuBtn {
    background: #000;
    height: 10rem;
    cursor: pointer;
    position: relative;
}

#sidebar .menuBtn:hover {
    opacity: 0.8;
}

#sidebar .menuBtn span {
    background: #fff;
    width: 5rem;
    height: 3px;
    position: absolute;
    left: calc(50% - 2.5rem);
    transition: all .15s linear;
}

#sidebar .menuBtn span:nth-child(1) {
    top: 3.5rem;
}

#sidebar .menuBtn span:nth-child(2) {
    transform: translateY(5rem) rotate(0deg);
}

#sidebar .menuBtn span:nth-child(3) {
    transform: translateY(6.6rem) rotate(0deg);
}

#sidebar .menuBtn.active span:nth-child(1) {
    opacity: 0;
}

#sidebar .menuBtn.active span:nth-child(2) {
    transform: translateY(5rem) rotate(45deg);
}

#sidebar .menuBtn.active span:nth-child(3) {
    transform: translateY(5rem) rotate(-45deg);
}

#sidebar .btns {
    display: flex;
    flex-direction: column;
    height: calc(100% - 100px);
}

#sidebar .btn-web {
    width: 100%;
    height: 50%;
}

#sidebar .btn-web a {
    background: #f85da3;
    color: #fff;
    font-weight: 800;
    font-size: 1.8rem;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 2rem;
}
.vertical-text {
    font-family: "Noto Sans JP-vertical", sans-serif;
    writing-mode: vertical-rl; /* 縦書き設定 */
    text-orientation: upright; /* カギカッコや記号を縦書きに */
    letter-spacing: 0.5rem;
}
#sidebar .btn-web span {
    position: relative;
}

#sidebar .btn-web span:before {
    content: "";
    background: url("img/icon_blank.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 17px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 8px);
    margin: 0 0 -2.5rem;
}

#sidebar .btn-entry {
    width: 100%;
    height: 50%;
}

#sidebar .btn-entry a {
    font-family: "Noto Sans JP-vertical";
    background: #b40251;
    color: #fff;
    font-weight: 800;
    font-size: 1.8rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-decoration: none;
    letter-spacing: 0.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 2rem;
}

#sidebar .btn-entry span {
    position: relative;
}

#sidebar .btn-entry span:before {
    content: "";
    background: url("img/icon_entry.png") no-repeat;
    background-size: 100%;
    width: 29px;
    height: 21px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 14px);
    margin: 0 0 -2.8rem;
}

.menuArea {
    position: fixed;
    top: 0;
    left: 10rem;
    width: 100%;
    z-index: 100;
    background: #018fb8;
    display: none;
}

.menuArea .inner {
    height: 100vh;
    overflow-y: auto;
}

.menuArea .areaInner {
    padding: 4rem 0;
}

.bgFix {
    overflow: hidden;
}


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

#wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

#main {
    width: calc(100% - 100px);
    overflow: hidden;
    background: url("img/bg_rep.png") repeat-y top center;
    background-size: 100% auto;
    background-attachment: fixed;
    border-left: solid 1px #000;
}

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

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

#category,
#page {
    margin: 0 auto 12rem;
}

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

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


/* ================== */


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


/* ================== */

#category h1,
#page h1 {
    margin: 0 auto 1rem;
    font-size: 4.8rem;
    padding: 2.5rem 0 2.5rem 4rem;
    line-height: 1.4;
    word-break: break-all;
    position: relative;
    background: #dcf2f5;
    min-height: 17rem;
    display: flex;
    align-items: center;
    max-width: 1000px;
    width: 92%;
}

#category h1:before,
#page h1:before {
    content: "";
    background: #dcf2f5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
}

#category h1:after,
#page h1:after {
    content: "";
    background: url("img/h1_deco.png") no-repeat;
    background-size: 100%;
    width: 108px;
    height: 142px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#category h1 span,
#page h1 span {
    position: relative;
    z-index: 1;
}

#contents .h1Txt {
    font-size: 1.2rem;
    color: #707070;
    margin: 0 auto;
}

#category h2,
#page h2 {
    background: #018fb8;
    line-height: 1.5;
    font-size: 3.4rem;
    color: #fff;
    padding: 2rem 3rem 2rem 2rem;
    letter-spacing: 0.1em;
    word-break: break-all;
    margin: 5rem auto 4rem;
    position: relative;
    border-left: solid 20px #000;
    max-width: 1000px;
    width: 92%;
}

#category h3,
#page h3 {
    line-height: 1.5;
    font-size: 2.8rem;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    margin: 5rem auto 4rem;
    position: relative;
    max-width: 1000px;
    width: 92%;
}

#category h3:before,
#page h3:before {
    content: "";
    background: url("img/h3_deco.png") no-repeat;
    background-size: 100%;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 5px;
    left: -1rem;
    z-index: -1;
}

#category h4,
#page h4,
#category h5,
#page h5,
#category h6,
#page h6 {
    font-size: 2.2rem;
    line-height: 1.5;
    border-bottom: dotted 1px #1c1919;
    padding: 1rem 3rem 1rem 1.5rem;
    margin: 4rem auto 3rem;
    max-width: 1000px;
    width: 92%;
}

#category h1 a,
#page h1 a,
#category h3 a,
#page h3 a,
#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_black_right.png") no-repeat right center;
    background-size: 12px auto;
    display: block;
    padding: 0 4rem 0 0;
    width: 100%;
}

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

.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 1rem 0;
    max-width: 1000px;
    width: 92%;
}

#contents ul li {
    padding: 0 0 6px 2rem;
    background: url(img/icon_dot.png) 0 5px no-repeat;
    background-size: 16px 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 1rem 0;
    max-width: 1000px;
    width: 92%;
}

#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: #018fb8;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 8px;
    left: 0;
    text-align: center;
    line-height: 1.3;
    font-size: 1.2rem;
    color: #fff;
}

#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;
    margin: 3rem auto 3rem;
    border: solid 1px #777;
    max-width: 1000px;
    width: 92%;
}

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

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

#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 auto 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 対応 */
    max-width: 1000px;
    width: 92%;
}

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

#contents .reference {
    margin: 8px 0 0;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: center;
}


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

#contents .float-wrap {
    margin: 4rem auto;
    max-width: 1000px;
    width: 92%;
}

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

#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 {
    max-width: 640px;
    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 p {
    text-align: left;
    max-width: 100%;
}

#contents .float-wrap .catch,
#contents .catchTxt {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.7;
    margin: 0 0 1.5rem;
    background: none;
    border: none;
    padding: 0;
    width: auto;
    color: #018fb8;
    position: relative;
}

#contents .float-wrap.center .catch {
    max-width: 640px;
    margin: 0 auto 1.5rem;
}

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

#contents .catchTxt.bb {
    padding: 0 0 2rem;
}

#contents .catchTxt.bb:before {
    content: "";
    background: #7f98ab;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}


/*  btns*/

#contents .btn-internal,
#contents .btn-web,
#contents .btn-tel {
    text-align: center;
    margin: 3rem auto;
    padding: 0;
    width: 330px;
}

#contents .btn-internal a,
#contents .btn-web a {
    padding: 2.3rem 5rem;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 800;
    display: block;
    position: relative;
    box-shadow: 6px 6px 0 #3a3a3a;
}

#contents .btn-internal a:hover,
#contents .btn-web a:hover {
    opacity: 1;
    transform: translate(6px, 6px);
    box-shadow: none;
}

#contents .btn-internal a {
    background: #fff url("img/arr_black_right.png") no-repeat right 1.5rem center;
    background-size: 11px auto;
    border: solid 1px #000;
}

#contents .btn-web a {
    background: #f85da3 url("img/icon_blank.png") no-repeat right 1.5rem center;
    background-size: 20px auto;
    color: #fff;
}

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

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

#contents .btn-link a {
    position: relative;
    display: inline-block;
    padding: 0.4rem 2rem 0.4rem 0;
    font-size: 1.5rem;
    background: url("img/arr_black_right.png") no-repeat right center;
    background-size: 11px auto;
    line-height: 1.4;
    font-weight: 800;
    text-decoration: underline;
}

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


/* 共通パーツ*/


/*---------------------
　COMMON　PART
-----------------------*/

#contents .secTitBox {
    margin: 0 0 4rem;
}

#contents .secTitBox.reverse {
    text-align: right;
}

#contents .secTitBox .eng {
    margin: 0 0 3rem;
}

#contents .secTitBox .eng img {
    height: 33px;
    width: auto;
}

#contents .secTitBox .secTit {
    font-size: 4rem;
    line-height: 1.5;
    font-weight: 800;
    border-left: solid 4px #018fb8;
    padding: 0 0 0 2rem;
}

#contents .secTitBox.reverse .secTit {
    border-left: none;
    border-right: solid 4px #018fb8;
    padding: 0 2rem 0 0;
}

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


/*---------------------
　TOC
-----------------------*/

#contents .cmnBox {
    margin: 5rem auto 14rem;
    max-width: 800px;
    width: 92%;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
}

#contents .relatedBox {
    margin: 8rem auto 6rem;
}

#contents .cmnBox .sTit {
    font-size: 1.8rem;
    font-weight: 800;
    position: relative;
    margin: 0 0 1rem;
    display: flex;
    align-items: baseline;
}

#contents .cmnBox .sTit img {
    max-width: 133px;
}

#contents .relatedBox .sTit img {
    max-width: 126px;
}

#contents .cmnBox .sTit span {
    margin: 0 0 0 2rem;
    line-height: 1;
}

#contents .whBox {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 2.5rem 2.5rem;
}

#contents .whBox ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

#contents .whBox ul li {
    padding: 0;
    margin: 0 0 10px;
    background: none;
}

#contents .tocBox ul li {
    list-style: decimal-leading-zero;
    font-size: 2.4rem;
    color: #018fb8;
    font-weight: 800;
    margin: 0 0 1rem 4.5rem;
}

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

#contents .whBox ul li>a {
    text-decoration: none;
    font-size: 1.6rem;
    display: block;
    font-weight: normal;
}

#contents .relatedBox ul li>a {
    background: url("img/arr_black_right.png") no-repeat left top 6px;
    background-size: 11px auto;
    padding: 0 0 0 2rem;
    font-size: 1.5rem;
}

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

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

#contents .whBox ul ul li {
    list-style: none;
    padding: 0 0 0 2rem;
    position: relative;
}

#contents .whBox ul ul li::before {
    content: "└";
    position: absolute;
    display: block;
    left: -10px;
    width: 10px;
    height: 10px;
    top: -6px;
    color: #000;
    font-weight: 400;
}


/*---------------------
　質問パーツ
-----------------------*/

#contents .parts_faq {
    margin: 10rem auto;
    max-width: 1000px;
    width: 92%;
}

#contents .parts_faq .faqBox {
    margin-bottom: 8rem;
}

#contents .parts_faq .faqBox:last-child {
    margin-bottom: 0;
}

#contents .parts_faq .qBox {
    border: solid 1px #000;
    background: #fff;
    max-width: 700px;
    width: 80%;
    padding: 3rem 5rem;
    position: relative;
    z-index: 1;
}

#contents .parts_faq .qBox:before {
    content: "";
    background: url("img/eng_question.png") no-repeat;
    background-size: 100%;
    width: 220px;
    height: 35px;
    position: absolute;
    top: -32px;
    left: 0;
}

#contents .parts_faq p {
    width: 100%;
}

#contents .parts_faq .catchTxt {
    font-size: 2.2rem;
    color: #282729;
    margin: 0;
}

#contents .parts_faq .aBox {
    background: #018fb8;
    max-width: 900px;
    padding: 7rem 5rem 3rem;
    position: relative;
    margin: -3rem 0 0;
    float: right;
}

#contents .parts_faq .aBox .caption {
    color: #fff;
    margin: auto 0;
}

#contents .parts_faq .aBox:before {
    content: "";
    background: url("img/eng_answer.png") no-repeat;
    background-size: 100%;
    width: 187px;
    height: 33px;
    position: absolute;
    top: -31px;
    right: 0;
}

#contents .parts_faq .aBox .catchTxt {
    font-size: 1.8rem;
    color: #fff;
}

#contents .parts_faq .aBox p {
    color: #fff;
}




/*----------------------------------------
タイムスケジュール
----------------------------------------*/

#page .flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#page .flow05 {
  padding-left: 0;
}

#page .flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 10rem;
}

#page .flow05 > li:not(:last-child) {
  padding-bottom: 4rem;
}

#page .flow05 > li .icon05 {
  width: 9rem;
  /* height: 2em; */
  padding: 0.5rem 0.5rem 0.5rem 3rem;
  /* line-height: 2em; */
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #4D9BC1 url(/wp/wp-content/uploads/time-ico.png) left 1rem center /20px no-repeat;
  color: #fff;
  position: absolute;
  left: 0;
}

#page .flow05 > li:not(:last-child)::before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 39px;
  transform: translateY(-50%);
  border-left: 4px dotted #b8e2e7;
  border-radius: 1px;
}

#page .flow05 > li dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #4D9BC1;
  margin: 1rem 0;
}

#page .flow05 > li dl p {
  margin: 1rem 0;
    width:100%;
}





/*---------------------
　まとめパーツ
-----------------------*/

#contents .parts_sum {
    margin: 10rem auto 10rem;
    max-width: 1000px;
    width: 92%;
    position: relative;
}

#contents .parts_sum:before {
    content: "";
    background: rgba(245, 245, 245, 0.8);
    width: 90rem;
    height: 25rem;
    position: absolute;
    bottom: -5rem;
    left: 10rem;
}

#contents .parts_sum:after {
    content: "";
    background: rgba(245, 245, 245, 0.8);
    width: 100%;
    height: 25rem;
    position: absolute;
    bottom: -5rem;
    right: -100%;
}

#contents .parts_sum .catchBox {
    background: #018fb8;
    max-width: 700px;
    width: 80%;
    padding: 2.4rem 5rem;
    position: relative;
    z-index: 1;
}

#contents .parts_sum .catchBox:before {
    content: "";
    background: url("img/parts_sum_sq.png") no-repeat;
    background-size: 100%;
    width: 104px;
    height: 104px;
    position: absolute;
    top: 6px;
    left: 13px;
}

#contents .parts_sum .catchTxt {
    font-size: 2.2rem;
    color: #fff;
    margin: 0;
}

#contents .parts_sum .txtBox {
    border: solid 1px #000;
    background: #fff;
    padding: 9rem 5rem 4rem;
    position: relative;
    margin: -6rem 0 0;
}

#contents .parts_sum .txtBox:before {
    content: "";
    background: url("img/eng_summary.png") no-repeat;
    background-size: 100%;
    width: 224px;
    height: 33px;
    position: absolute;
    top: -32px;
    right: 0;
}

#contents .parts_sum .txtBox p {
    margin: 0;
    width: 100%;
}


/*---------------------
　スライダーパーツ
-----------------------*/

#contents .parts_slider {
    margin: 10rem auto;
}

#contents .parts_slider .slider {}

#contents .parts_slider .slick-slide {
    margin-left: 3vw;
    margin-right: 3vw;
}

#contents .parts_slider .li {
    text-align: center;
    width: 74vw;
    max-width: 100rem;
}

#contents .parts_slider .pic {
    background: #f5f5f5;
}

#contents .parts_slider .pic img {
    aspect-ratio: 1000 / 614;
    max-width: 100%;
    height: 400px;
    object-fit: contain;
}

#contents .slider-arrows {
    height: 7rem;
    position: relative;
    margin: 0 auto;
}

#contents .slick-arrow {
    position: absolute;
    font-size: 0;
    background: url("img/arr_ccl_left.png") no-repeat;
    background-size: 100%;
    width: 70px;
    height: 70px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#contents .slider-arrows .slick-arrow {
    top: max(-31vw, -28rem);
}

#contents .slider-arrows .slick-prev {
    background: url("img/arr_ccl_left.png") no-repeat;
    background-size: 100%;
    left: -3.5rem;
}

#contents .slider-arrows .slick-next {
    background: url("img/arr_ccl_right.png") no-repeat;
    background-size: 100%;
    right: -3.5rem;
}

#contents .slide-dots {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

#contents .slide-dots li {
    background: none;
    padding: 0;
    margin: 0 1.6rem;
}

#contents .slide-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #80c7db;
}

#contents .slide-dots .slick-active button {
    background: #018fb8;
}


/*---------------------
　メディア監修パーツ
-----------------------*/

#contents .parts_sv {
    margin: 14rem auto 10rem;
    max-width: 1100px;
    width: 92%;
    position: relative;
}

#contents .parts_sv:before {
    content: "";
    background: url("img/eng_spn.png") no-repeat;
    background-size: 100%;
    width: 343px;
    height: 33px;
    position: absolute;
    top: -33px;
    left: 0;
}

#contents .parts_sv .parts_sv_inr {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    padding: 2.5rem 0 0;
    border: solid 1px #000;
}

#contents .parts_sv .bar {
    background: #018fb8;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    padding: 0.8rem 5rem;
}

#contents .parts_sv .txtWrap {
    padding: 2rem 5rem 5rem;
}

#contents .parts_sv .txtBox {
    max-width: 550px;
    width: 55%;
}

#contents .parts_sv .comName {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.5;
    border-left: solid 4px #018fb8;
    padding: 0 0 0 2rem;
    width: auto;
    margin: 0 0 2rem;
}

#contents .parts_sv .comName span {
    font-size: 4rem;
    line-height: 1.5;
}

.blLabel span {
    background: #000;
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    padding: 5px 12px;
    line-height: 2.4;
}

#contents .parts_sv .thumb {
    max-width: 43rem;
    width: 40%;
    text-align: center;
    position: absolute;
    top: 5.5rem;
    right: 5rem;
}

#contents .parts_sv .txt {
    width: 100%;
    max-width: 100%;
    margin: 4rem 0;
}

#contents .parts_sv .btns {
    display: flex;
    justify-content: center;
}

#contents .btn-entry {
    width: 330px;
    margin: 0 6rem 0 0;
}

#contents .btn-entry a {
    background: #b40251 url("img/icon_entry.png") no-repeat right 2rem center;
    background-size: 30px auto;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    padding: 1.5rem 5rem;
    position: relative;
    box-shadow: 6px 6px 0 #3a3a3a;
    min-height: 77px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contents .btn-entry a:before {
    content: "";
    background: url("img/eng_entry.png") no-repeat;
    background-size: 100%;
    width: 49px;
    height: 33px;
    position: absolute;
    top: -7px;
    right: -6px;
}

#contents .btn-entry a:hover {
    opacity: 1;
    transform: translate(6px, 6px);
    box-shadow: none;
}

#contents .btn-voice {
    margin: 0;
}

#contents .btn-voice a {
    background: #fff url("img/icon_fuki.png") no-repeat right 2rem center;
    background-size: 30px auto;
    padding: 1.5rem 5rem;
    min-height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*---------------------
　authorパーツ
-----------------------*/

#contents .authorBox {
    margin: 12rem auto 0;
    max-width: 1000px;
    width: 92%;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 4rem;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    display: flex;
    align-items: center;
}

#contents .authorBox .logoBox {
    max-width: 15rem;
    margin: 0 6rem 0 0;
}

#contents .authorBox .borTit {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.5;
    position: relative;
    margin: 0 0 3rem;
    padding: 0 0 2.5rem;
}

#contents .authorBox .borTit:before {
    content: "";
    background: #018fb8;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#contents .authorBox .txtBox {
    flex: 1;
}

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

#contents .authorBox .btn-link {
    margin: 20px auto 0;
    width: 100%;
    max-width: 100%;
}


/* 目次アコーディオン */

.acc_parts {
    position: relative;
}

.acc_parts .acc-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    background: #fff;
    max-width: 300px;
    margin: auto;
    padding: 2.5rem 5rem;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 800;
    display: block;
    box-shadow: 6px 6px 0 #3a3a3a;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.acc_parts .acc-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 22px;
    height: 22px;
    margin-top: -10px;
    background: url(img/arr_black_down.png) no-repeat right center;
    background-size: 12px auto;
    transition: all .3s;
}

.acc_parts .acc-btn.is-show:after {
    transform: rotate(180deg);
    right: 10px;
}

.acc_parts .acc-btn span {
    font-weight: 900;
}

.acc_parts .acc-btn span:before {
    content: "もっと見る";
}

.acc_parts .acc-btn.is-show span:before {
    content: "閉じる";
}

.acc_parts .acc-content {
    position: relative;
    overflow: hidden;
}

.acc_parts .acc-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    width: 100%;
    height: 200px;
}

.acc_parts .acc-content.is-hide {
    height: 400px;
}

.acc_parts .acc-btn.is-show+.acc-content::before {
    background: none;
    height: auto;
}

#contents .acc_parts .toc.whBox {
    padding: 2.5rem 2.5rem 12rem;
}


/*@media screen and (max-width: 1000px) {
#contents .parts_slider .li {
    width: 82vw;
}
}*/

@media screen and (max-width: 820px) {
    .pc,
    .pc_br {
        display: none;
    }
    .sp,
    .sp_br {
        display: block;
    }
    .tab_br {
        display: none;
    }
    body {
        font-size: 1.5rem;
        min-width: 320px;
        overflow-x: hidden;
        line-height: 1.8;
    }
    .lower {
        background: none;
    }
    a:hover {
        opacity: 1;
    }
    .inner,
    .wi1100,
    .wi1000,
    .wi1200 {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }
    /*--------------------------------------
　Header
---------------------------------------*/
    /* MV */
    .mv {
        position: relative;
        min-height: 8.5rem;
        display: block;
        padding: 0.8rem 0 0;
    }
    .mv .siteName {
        font-size: 1.1rem;
        position: static;
        text-align: center;
    }
    .mv .logo {
        width: 15rem;
        margin: 3rem auto 0;
    }
    .lower .mv:before {
        content: none;
    }
    /*--------------------------------------
　Global Nav_SP
---------------------------------------*/
    /*--------------------------------------
　Footer
---------------------------------------*/
    #page-top {
        position: fixed;
        width: 55px;
        bottom: 70px;
        right: 3%;
    }
    #page-top:hover {
        opacity: 1;
    }
    footer a:hover {
        text-decoration: none;
        opacity: 1;
    }
    footer {
        width: 100%;
        padding: 3rem 0 0;
        margin: 0;
        position: relative;
    }
    footer .logo,
    .menuArea .logo {
        width: 150px;
        margin: 0 auto 3rem;
    }
    footer .logo a,
    .menuArea .logo a {
        padding: 0;
    }
    footer .logo a:hover,
    .menuArea .logo a:hover {
        opacity: 1;
    }
    footer .areaInner,
    .menuArea .areaInner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    footer .areaInner .footBox,
    .menuArea .areaInner .footBox {
        margin: 0;
    }
    footer .areaInner .footBox:first-of-type,
    .menuArea .areaInner .footBox:first-of-type {
        border-top: 1px solid #ccc;
    }
    footer .areaInner .footBox .sttl,
    .menuArea .areaInner .footBox .sttl {
        border-bottom: 1px solid #ccc;
    }
    footer .areaInner .footBox .sttl a,
    .menuArea .areaInner .footBox .sttl a {
        display: block;
        font-size: 1.5rem;
        background: url("img/arr_wh_right.png") right 18px center no-repeat;
        background-size: 11px auto;
        padding: 15px 40px 14px 4%;
        line-height: 1.5;
    }
    footer .areaInner .footBox .sttl.tglMenu a,
    .menuArea .areaInner .footBox .sttl.tglMenu a {
        background: url("img/icon_plus_wh.png") right 13px center no-repeat;
        background-size: 20px auto;
        padding: 15px 40px 14px 4%;
    }
    footer .areaInner .footBox .sttl a:hover,
    .menuArea .areaInner .footBox .sttl a:hover {
        text-decoration: none;
        opacity: 1;
    }
    footer .areaInner .footBox .sttl.open a,
    .menuArea .areaInner .footBox .sttl.open a {
        background: url("img/icon_minus_wh.png") right 13px center no-repeat;
        background-size: 20px auto;
    }
    footer .areaInner .footBox .sttl,
    .menuArea .areaInner .footBox .sttl {
        padding: 0;
        margin: 0;
    }
    footer .areaInner .footBox .accChild,
    .menuArea .areaInner .footBox .accChild {
        display: none;
        padding: 0;
        margin: 0;
        /*background: #fff;*/
    }
    footer .areaInner .footBox .accChild li,
    .menuArea .areaInner .footBox .accChild li {
        float: none;
        padding: 0;
        background: none;
        margin: 0;
        display: block;
        width: 100%;
    }
    footer .areaInner .footBox .accChild .sp,
    .menuArea .areaInner .footBox .accChild .sp {
        display: block;
    }
    /*footer .areaInner .footBox .accChild .sp a {
   padding: 14px 40px 14px 4%;
}*/
    footer .areaInner .footBox .accChild li a,
    .menuArea .areaInner .footBox .accChild li a {
        display: block;
        background: #34a5c6 url("img/arr_wh_right.png") right 18px center no-repeat;
        background-size: 11px auto;
        border-bottom: 1px solid #ccc;
        padding: 14px 40px 14px 5.3%;
        font-size: 1.3rem;
        text-decoration: none;
    }
    footer .areaInner .footBox .accChild li:last-child a,
    .menuArea .areaInner .footBox .accChild li:last-child a {
        /*border-bottom: none;*/
    }
    footer .areaInner .footBox .accChild li a:hover,
    .menuArea .areaInner .footBox .accChild li a:hover {
        text-decoration: none;
    }
    footer .areaInner .footBox .accChild .subCat li a,
    .menuArea .areaInner .footBox .accChild .subCat li a {
        background: url("img/arr_white_right.png") right 18px center no-repeat;
        background-size: 14px auto;
    }
    footer .areaInner .footBox .accChild li.subCat,
    .menuArea .areaInner .footBox .accChild li.subCat {
        /*border-top: solid 1px #bbc6ce;*/
    }
    footer .areaInner .footBox .accChild li.subCat a,
    .menuArea .areaInner .footBox .accChild li.subCat a {
        padding: 14px 40px 14px 5.3%;
    }
    footer .areaInner .footBox .accChild li.subCat:last-child a,
    .menuArea .areaInner .footBox .accChild li.subCat:last-child a {
        /*border-bottom: none;*/
    }
    footer .areaInner .footBox .accChild li.subCat:last-child .subList:last-child a,
    .menuArea .areaInner .footBox .accChild li.subCat:last-child .subList:last-child a {
        /*border-bottom: none;*/
    }
    footer .areaInner .footBox .accChild .subList,
    .menuArea .areaInner .footBox .accChild .subList {
        padding: 0;
        margin: 0;
        float: none;
        display: block;
    }
    footer .areaInner .footBox .accChild .subList li,
    .menuArea .areaInner .footBox .accChild .subList li {
        margin: 0;
        width: 100%;
        display: block;
        padding: 0;
    }
    footer .areaInner .footBox .accChild .subList li a,
    .menuArea .areaInner .footBox .accChild .subList li a {
        padding: 14px 40px 14px 5.3%;
        font-size: 1.2rem;
        background: url("img/arr_white_right.png") right 18px center no-repeat;
        background-size: 14px auto;
    }
    footer .areaInner .footBox .accChild .subList li a:before,
    .menuArea .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,
    .menuArea .areaInner .footBox .accChild li:after {
        content: none;
    }
    footer .areaInner .footBox .accChild li:last-child:after,
    .menuArea .areaInner .footBox .accChild li:last-child:after {
        content: none;
    }
    footer .areaInner .footBox .accChild .subList li::after,
    .menuArea .areaInner .footBox .accChild .subList li::after {
        content: none;
    }
    footer .areaInner .footBox .accChild .subList li:first-child::before,
    .menuArea .areaInner .footBox .accChild .subList li:first-child::before {
        content: none;
    }
    footer .areaInner .footBox .accChild .subList li::before,
    .menuArea .areaInner .footBox .accChild .subList li::before {
        content: none;
    }
    footer .areaInner .noticeArea {
        width: 100%;
        margin: 30px auto 20px;
        padding: 0 5.3%;
        font-size: 1.1rem;
        line-height: 1.8em;
    }
    footer .areaInner .noticeArea p {
        font-size: 1.1rem;
        text-align: left;
        font-weight: normal;
    }
    footer .areaInner .botPrg {
        font-size: 1rem;
        text-align: center;
        padding: 0 4% 20px;
        line-height: 1.4;
        margin: 0;
    }
    footer .botArea {
        padding: 0;
    }
    footer p.copy {
        margin: 0;
        padding: 0;
        font-size: 1.0rem;
        line-height: 1.4;
        text-align: center;
        float: none;
    }
    footer p.copy a:hover {
        text-decoration: underline;
    }
    footer a {
        text-decoration: none;
    }
    footer .botArea .botInner {
        width: 100%;
        margin: 0 auto;
        padding: 2rem;
    }
    #sidebar {
        width: 41px;
    }
    #sidebar .sideInr {
        width: 41px;
    }
    #sidebar .menuBtn {
        height: 4.1rem;
    }
    #sidebar .menuBtn:hover {
        opacity: 1;
    }
    #sidebar .menuBtn span {
        width: 1.8rem;
        height: 2px;
        left: calc(50% - 0.9rem);
    }
    #sidebar .menuBtn span:nth-child(1) {
        top: 1.3rem;
    }
    #sidebar .menuBtn span:nth-child(2) {
        transform: translateY(1.9rem) rotate(0deg);
    }
    #sidebar .menuBtn span:nth-child(3) {
        transform: translateY(2.5rem) rotate(0deg);
    }
    #sidebar .menuBtn.active span:nth-child(1) {
        opacity: 0;
    }
    #sidebar .menuBtn.active span:nth-child(2) {
        transform: translateY(1.9rem) rotate(45deg);
    }
    #sidebar .menuBtn.active span:nth-child(3) {
        transform: translateY(1.9rem) rotate(-45deg);
    }
    #sidebar .btns {
        height: calc(100% - 41px);
    }
    #sidebar .btn-web {
        width: 100%;
    }
    #sidebar .btn-web a {
        font-size: 1.1rem;
        padding: 0 0 1rem;
        line-height: 1.3;
        letter-spacing: 0.2rem;
    }
    #sidebar .btn-web span:before {
        width: 15px;
        height: 13px;
        left: calc(50% - 8px);
        margin: 0 0 -2rem;
    }
    #sidebar .btn-entry {
        width: 100%;
    }
    #sidebar .btn-entry a {
        font-size: 1.1rem;
        padding: 0 0 1rem;
        line-height: 1.3;
        letter-spacing: 0.2rem;
    }
    #sidebar .btn-entry span:before {
        width: 22px;
        height: 16px;
        left: calc(50% - 11px);
        margin: 0 0 -2.3rem;
    }
    .menuArea {
        left: 4.1rem;
        width: calc(100% - 4.1rem);
    }
    .menuArea .areaInner {
        padding: 3rem 0;
    }
    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzuWrap {
        overflow: auto;
        white-space: nowrap;
        width: 100%;
        margin: 0;
    }
    #pankuzu {
        width: 100%;
        padding: 2rem 5.3% 2rem;
        font-size: 1.1rem;
        margin: 0 auto;
        background: none;
    }
    #pankuzu span {
        font-size: 1.1rem;
    }
    #pankuzu a {
        font-size: 1.1rem;
    }
    /*--------------------------------------
　Main Contents
---------------------------------------*/
    #main {
        width: calc(100% - 41px);
        background: none;
    }
    #contents {
        margin: 0;
        width: 100%;
    }
    #index,
    #category,
    #page {
        float: none;
        width: 100%;
    }
    #category,
    #page {
        /*padding: 0 5.3%;*/
        margin: 0 0 4rem;
        overflow: hidden;
    }
    #contents p {
        margin: 1.5rem auto;
        padding: 0;
        width: 88%;
    }
    /* ================== */
    /*  メインコンテンツ　*/
    /* ================== */
    #category h1,
    #page h1 {
        font-size: 2.4rem;
        padding: 2rem 2rem 2.5rem 2rem;
        min-height: inherit;
        margin: 0 0 1rem 5.3%;
        width: 88%;
    }
    #category h1:after,
    #page h1:after {
        background: url(img/h1_deco_sp.png) no-repeat;
        background-size: 100%;
        width: 53px;
        height: 101px;
    }
    #contents .h1Txt {
        max-width: 100%;
    }
    #category h2,
    #page h2 {
        font-size: 2.2rem;
        padding: 1.8rem 2rem 1.8rem 1.5rem;
        border-left: solid 15px #000;
        margin: 4rem auto 3rem;
        width: 88%;
    }
    #category h3,
    #page h3 {
        font-size: 2rem;
        padding: 1.5rem 2rem 1.5rem 1.5rem;
        margin: 4rem auto 3rem;
        width: 88%;
    }
    #category h3:before,
    #page h3:before {
        width: 45px;
        height: 45px;
        top: 8px;
        left: 0;
    }
    #category h4,
    #page h4,
    #category h5,
    #page h5,
    #category h6,
    #page h6 {
        font-size: 1.8rem;
        padding: 1rem 2rem 1rem 0.5rem;
        margin: 2.5rem auto 2rem;
        width: 88%;
    }
    #category h1 a,
    #page h1 a,
    #category h3 a,
    #page h3 a,
    #category h4 a,
    #category h5 a,
    #category h6 a,
    #page h4 a,
    #page h5 a,
    #page h6 a {
        background: url("img/arr_black_right.png") no-repeat right center;
        background-size: 11px auto;
        padding: 0 2rem 0 0;
    }
    #category h2 a,
    #page h2 a {
        background: url("img/arr_wh_right.png") no-repeat right center;
        background-size: 11px auto;
        padding: 0 2rem 0 0;
    }
    .sitemap #category h2,
    .sitemap #page h2 {
        margin: 8rem auto 2rem;
    }
    #contents ul {
        /*margin: 2rem 3% 2rem;*/
        margin: 2rem auto 2rem;
        padding: 1rem 1rem 0;
        width: 88%;
    }
    #contents ul li {
        padding: 0 0 0.6rem 1.8rem;
        font-size: 1.5rem;
        margin: 0 0 0.2rem;
        background: url(img/icon_dot.png) 0 8px no-repeat;
        background-size: 12px auto;
    }
    #contents ul li:last-child {
        margin: 0;
    }
    #contents ol {
        /*margin: 2rem 3% 2rem;*/
        margin: 2rem auto 2rem;
        padding: 1rem 1rem 0;
        width: 88%;
    }
    #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 .tableTxt {
        text-align: center;
    }
    #contents table {
        display: block;
        width: 88%;
        margin: 1.5rem auto 3rem;
    }
    #contents table tr,
    #contents table tbody {
        display: block;
        width: 100%;
    }
    #contents table th {
        display: block;
        width: 100%;
        padding: 1.3rem;
        line-height: 1.6;
        text-align: center;
        font-size: 1.4rem;
        word-wrap: inherit;
    }
    #contents table td {
        display: block;
        width: 100%;
        line-height: 1.6;
        padding: 1.3rem;
        font-size: 1.4rem;
        text-align: center;
        word-wrap: inherit;
    }
    #contents table tr:last-child th,
    #contents table tr:last-child td {
        border-bottom: solid 1px #777;
    }
    #contents .table-srcoll {
        overflow-x: scroll;
        width: 88%;
        margin-left: auto;
        margin-right: auto;
        margin: 2rem auto;
    }
    #contents .table-srcoll table {
        display: table;
        margin: 0;
        /* white-space: nowrap; */
        width: 100%;
        min-width: 200vw;
        table-layout: auto;
        border-bottom: none;
    }
    #contents .table-srcoll table th {
        padding: 1rem;
        line-height: 1.6;
        text-align: center;
        font-size: 1.4rem;
        word-wrap: inherit;
        display: table-cell;
        width: auto;
    }
    #contents .table-srcoll table td {
        line-height: 1.6;
        padding: 1rem;
        font-size: 1.4rem;
        text-align: center;
        word-wrap: inherit;
        display: table-cell;
        width: auto;
    }
    #contents .table-srcoll.parts02 table {
        width: 100%;
    }
    #contents .table-srcoll.parts02 table th,
    #contents .table-srcoll.parts02 table td {
        padding: 8px;
        width: 8%;
    }
    #contents .caption {
        max-width: 100%;
        width: 88%;
    }
    /*--------------------------------------
　float img
---------------------------------------*/
    #contents .float-wrap {
        margin: 3.5rem auto;
        padding: 0;
        width: 88%;
    }
    #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 .catch,
    #contents .catchTxt {
        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;
    }
    #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 {}
    #contents .catchTxt.bb {
        padding: 0 0 2rem;
    }
    #contents .catchTxt.bb:before {
        width: 40px;
        height: 2px;
    }
    /*  btns*/
    #contents .btn-internal,
    #contents .btn-web,
    #contents .btn-tel {
        text-align: center;
        margin: 2rem auto;
        padding: 0;
        width: 82%;
        position: relative;
    }
    #contents .btn-internal a,
    #contents .btn-web a,
    #contents .btn-tel a {
        font-size: 1.5rem;
        font-weight: 800;
        padding: 2rem 4.5rem;
        line-height: 1.5;
        box-shadow: 5px 5px 0 #3a3a3a;
    }
    #contents .btn-internal a {
        background: #fff url("img/arr_black_right.png") no-repeat right 1.5rem center;
        background-size: 11px auto;
    }
    #contents .btn-web a {
        background: #f85da3 url("img/icon_blank.png") no-repeat right 1.5rem center;
        background-size: 15px auto;
    }
    #contents .btn-internal a:hover,
    #contents .btn-web a:hover {
        transform: none;
        box-shadow: 5px 5px 0 #3a3a3a;
    }
    #contents .btn-link {
        margin: 2rem auto;
        width: 88%;
    }
    #contents .btn-link a {
        padding: 0.4rem 2rem 0.4rem 0;
        font-size: 1.5rem;
        background: url("img/arr_black_right.png") no-repeat right center;
        background-size: 10px auto;
        text-decoration: underline;
    }
    #contents .btn-link a:hover {
        opacity: 1;
        text-decoration: underline;
    }
    #contents .btn-tel {
        display: block;
    }
    #contents .btn-tel a {
        background: #1ecae2 url("img/icon_tel.png") no-repeat left 1.5rem center;
        background-size: 22px auto;
        text-align: center;
        line-height: 1.4;
        text-decoration: none;
        font-weight: 800;
        display: block;
        color: #fff;
        position: relative;
    }
    /* 共通パーツ*/
    /*---------------------
　COMMON　PART
-----------------------*/
    #contents .secTitBox {
        margin: 0 0 3rem;
    }
    #contents .secTitBox.reverse {
        text-align: right;
    }
    #contents .secTitBox .eng {
        margin: 0 0 2rem;
    }
    #contents .secTitBox .eng img {
        height: 27px;
        width: auto;
    }
    #contents .secTitBox .secTit {
        font-size: 2.6rem;
        border-left: solid 3px #018fb8;
        padding: 0 0 0 1.5rem;
    }
    #contents .secTitBox.reverse .secTit {
        border-left: none;
        border-right: solid 3px #018fb8;
        padding: 0 1.5rem 0 0;
    }
    #contents .secTitBox .secTit a {
        background: url("img/arr_ccl_right_bla.png") no-repeat right center;
        background-size: 3.5rem auto;
        padding: 0 5rem 0 0;
        display: block;
    }
    /*---------------------
　TOC
-----------------------*/
    #contents .cmnBox {
        margin: 4rem auto 8rem;
        max-width: 88%;
        position: relative;
    }
    #contents .relatedBox {
        margin: 5rem auto 4rem;
    }
    #contents .cmnBox .sTit {
        font-size: 1.7rem;
        margin: 0 0 1rem;
    }
    #contents .cmnBox .sTit img {
        max-width: 10rem;
    }
    #contents .relatedBox .sTit img {
        max-width: 9.4rem;
    }
    #contents .cmnBox .sTit span {
        margin: 0 0 0 1.2rem;
    }
    #contents .whBox {
        padding: 2rem 0.6rem;
    }
    #contents .whBox ul li {
        margin: 0 0 1rem;
    }
    #contents .tocBox ul li {
        font-size: 2.1rem;
        margin: 0 0 1rem 4rem;
    }
    #contents .whBox ul li>a {
        text-decoration: none;
        font-size: 1.6rem;
        display: block;
        font-weight: normal;
    }
    #contents .relatedBox ul li>a {
        background: url("img/arr_black_right.png") no-repeat left top 6px;
        background-size: 10px auto;
        padding: 0 0 0 2rem;
    }
    #contents .whBox ul li a:hover {
        opacity: 1;
    }
    #contents .whBox ul ul li {
        background: none;
        background-size: 10px auto;
        padding: 0 0 0 2rem;
        background-position: left top;
        position: relative;
    }
    /*---------------------
　質問パーツ
-----------------------*/
    #contents .parts_faq {
        margin: 10rem auto;
        width: 88%;
    }
    #contents .parts_faq .faqBox {
        margin-bottom: 6rem;
    }
    #contents .parts_faq .qBox {
        padding: 2rem 2rem;
        margin-bottom: 1rem;
        width: 100%;
    }
    #contents .parts_faq .qBox:before {
        width: 165px;
        height: 27px;
        top: -24px;
    }
    #contents .parts_faq .catchTxt {
        font-size: 1.8rem;
    }
    #contents .parts_faq .aBox {
        padding: 2rem;
        margin: 0;
        float: none;
    }
    #contents .parts_faq .aBox:before {
        width: 137px;
        height: 27px;
        top: -23px;
        z-index: 1;
    }
    #contents .parts_faq .aBox .catchTxt {}
    /*---------------------
　まとめパーツ
-----------------------*/
    #contents .parts_sum {
        margin: 8rem auto 8rem;
        width: 88%;
        position: relative;
    }
    #contents .parts_sum:before {
        width: 87%;
        height: 17rem;
        bottom: -3.5rem;
        left: 13%;
    }
    #contents .parts_sum:after {
        width: 100%;
        height: 17rem;
        bottom: -3.5rem;
        right: -100%;
    }
    #contents .parts_sum .catchBox {
        padding: 2rem;
        max-width: 94%;
        width: 94%;
    }
    #contents .parts_sum .catchBox:before {
        width: 65px;
        height: 65px;
        top: 6px;
        left: 6px;
    }
    #contents .parts_sum .catchBox:after {
        content: "";
        background: url("img/eng_summary.png") no-repeat;
        background-size: 100%;
        width: 168px;
        height: 25px;
        position: absolute;
        top: -24px;
        left: 0;
    }
    #contents .parts_sum .catchTxt {
        font-size: 1.8rem;
    }
    #contents .parts_sum .txtBox {
        padding: 4rem 2rem 2rem;
        position: relative;
        margin: -2rem 0 0;
    }
    #contents .parts_sum .txtBox:before {
        content: none;
    }
    /*---------------------
　スライダーパーツ
-----------------------*/
    #contents .parts_slider {
        margin: 8rem auto;
    }
    #contents .parts_slider .slider {}
    #contents .parts_slider .slick-slide {
        margin-left: 1vw;
        margin-right: 1vw;
    }
    #contents .parts_slider .li {
        text-align: center;
        width: 294px;
    }
    #contents .parts_slider .pic img {
        aspect-ratio: 588 / 362;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
    #contents .slider-arrows {
        height: 3rem;
    }
    #contents .slick-arrow {
        position: absolute;
        background: url("img/arr_ccl_left.png") no-repeat;
        background-size: 100%;
        width: 3rem;
        height: 3rem;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
    }
    #contents .slider-arrows .slick-arrow {
        top: -15rem;
    }
    #contents .slider-arrows .slick-prev {
        left: -1.3rem;
        /*top: -14rem;*/
    }
    #contents .slider-arrows .slick-next {
        right: -1.3rem;
        /*top: -14rem;*/
    }
    #contents .slide-dots {
        margin: 0 auto;
        width: 100%;
    }
    #contents .slide-dots li {
        background: none;
        padding: 0;
        margin: 0 1.3rem;
    }
    #contents .slide-dots li:last-child {
        margin: 0 1.3rem;
    }
    #contents .slide-dots li button {
        width: 10px;
        height: 10px;
    }
    /*---------------------
　メディア監修パーツ
-----------------------*/
    #contents .parts_sv {
        margin: 10rem auto 6rem;
        width: 88%;
    }
    #contents .parts_sv:before {
        width: 256px;
        height: 25px;
        top: -23px;
        left: 0;
    }
    #contents .parts_sv .parts_sv_inr {
        background: rgba(255, 255, 255, 0.8);
        padding: 1.5rem 0 0;
        border: solid 1px #000;
    }
    #contents .parts_sv .bar {
        font-size: 1.8rem;
        padding: 0.5rem 2rem;
    }
    #contents .parts_sv .txtWrap {
        padding: 2rem 2rem 2rem;
    }
    #contents .parts_sv .txtBox {
        max-width: 100%;
        width: 100%;
        margin: 0 0 2rem;
    }
    #contents .parts_sv .comName {
        font-size: 1.6rem;
        border-left: solid 3px #018fb8;
        padding: 0 0 0 2rem;
        margin: 0 0 2rem;
    }
    #contents .parts_sv .comName span {
        font-size: 2.3rem;
    }
    .blLabel span {
        font-size: 1.9rem;
        padding: 5px 7px;
        line-height: 2.4;
    }
    #contents .parts_sv .thumb {
        max-width: 100%;
        width: 100%;
        text-align: center;
        position: static;
    }
    #contents .parts_sv .txt {
        width: 100%;
        max-width: 100%;
        margin: 2rem 0;
    }
    #contents .parts_sv .btns {
        display: block;
    }
    #contents .btn-entry {
        width: 100%;
        margin: 0 0 2rem;
    }
    #contents .btn-entry a {
        background: #b40251 url("img/icon_entry.png") no-repeat right 1.5rem center;
        background-size: 22px auto;
        font-size: 1.5rem;
        padding: 1.5rem 4rem 1.5rem 2rem;
        box-shadow: 5px 5px 0 #3a3a3a;
        min-height: inherit;
        line-height: 1.5;
    }
    #contents .btn-entry a:before {
        content: "";
        background: url("img/eng_entry.png") no-repeat;
        background-size: 100%;
        width: 49px;
        height: 33px;
        position: absolute;
        top: -7px;
        right: -6px;
    }
    #contents .btn-entry a:hover {
        transform: none;
        box-shadow: 5px 5px 0 #3a3a3a;
    }
    #contents .btn-voice {
        width: 100%;
        margin: 0 auto 1rem;
    }
    #contents .btn-voice a {
        background: #fff url("img/icon_fuki.png") no-repeat right 1.5rem center;
        background-size: 25px auto;
        padding: 1.5rem 4rem 1.5rem 2rem;
        min-height: inherit;
    }
    /* .acc_parts */
    .acc_parts .acc-btn {
        bottom: 20px;
        max-width: 80%;
        padding: 1.8rem 4rem;
        font-size: 1.4rem;
    }
    .acc_parts .acc-content::before {
        height: 200px;
        bottom: 0;
    }
    #contents .acc_parts .toc.whBox {
        padding: 2rem 0 8rem;
    }
    /*---------------------
　authorパーツ
-----------------------*/
    #contents .authorBox {
        margin: 6rem auto 0;
        width: 88%;
        padding: 3rem 0;
        display: block;
    }
    #contents .authorBox .logoBox {
        max-width: 9.5rem;
        margin: 0 auto 2rem;
    }
    #contents .authorBox .borTit {
        font-size: 1.8rem;
        position: relative;
        margin: 0 0 2rem;
        padding: 0 0 2rem;
    }
    #contents .authorBox .btn-link {
        margin: 0 auto 0;
    }
}

@media screen and (max-width: 480px) {
    .tab_br {
        display: block;
    }
}