@charset "utf-8";

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

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


/* CSS Document */


/*--------------------------------------------------------------------------
reset
---------------------------------------------------------------------------*/

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

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

img {
    vertical-align: top;
}

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

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

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

html {
    font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.catch {
    font-weight: bold !important;
}


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

body {
    min-width: 1200px;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.8em;
    word-break: break-word;
}

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

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: bold;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}

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

a:hover {
    opacity: 0.6;
}

*,
*::before,
*:after {
    box-sizing: border-box;
}

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

/*header　*/

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

header {
    position: relative;
    border-top: 4px solid #042749;
}
header .rightTxt {
    padding: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: right;
    font-weight: normal !important;
}
header .rightTxt:before {
    content: "PR";
    display: inline-block;
    background: #111;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    width: 3rem;
    margin-right: 1rem;
}
#headNoteArea {
    padding:0 0 2rem 0;
    width: 100%;
    position: relative;
}
#headNoteArea .sitename{
    display: table;
    margin: 0 auto;
}
#headNoteArea .sitename img{
    max-width: 120px;
    height: auto;
}

/* ================== */
/*g-nav　*/
/* ================== */

#g-nav {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
}
#g-nav ul {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    width: 1000px;
}

#g-nav ul li {
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 20%;
}

#g-nav ul li:first-child {
    width: 30%;
}

#g-nav ul li:after {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    display: inline-block;
    width: 1px;
    height: 20px;
    border-left: 1px solid #ddd;
    content: "";
}

#g-nav ul li:last-child:before {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    display: inline-block;
    width: 1px;
    height: 20px;
    border-right: 1px solid #ddd;
    content: "";
}

#g-nav li a {
    display: block;
    box-sizing: border-box;
    padding: 16px 20px;
    color: #111;
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal !important;
    line-height: 1.4;
}


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

#pankuzu {
    margin: 2rem auto 3rem;
    padding: 0;
    width: 1000px;
    font-size: 1.2rem;
    /* background: #f8f8f8; */
    line-height: 1.6;
}

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


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

.contents {
    margin: 0 auto;
    padding: 0;
}

.index,
.category,
.page {
    margin: 0;
    padding: 0;
}

.category,
.page {
    margin: 0 auto;
    width: 1000px;
}

.category .baseBox,
.page .baseBox {
    float: left;
    width: 760px;
}


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

#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    width: 60px;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
}

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


/*--------------------------------------
　Side
---------------------------------------*/

#side {
    float: right;
    box-sizing: border-box;
    margin: 0 0 60px;
    width: 220px;
}

#side .sideBox {
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 10px;
    background: #f8f8f8;
}

#side .sideBox a {
    line-height: 1.6;
}

#side .sideBox .sttl {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

#side .sideBox .sttl a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 20px 20px 18px 0px;
    height: 100%;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    background: url(img/arrow_bk.svg) right 0px center no-repeat;
    background-size: 9px auto;
}

#side .sideBox .sttl a:hover {
    opacity: 0.6;
}

#side .sideBox ul {
    margin: 0;
    padding: 0 !important;
    background: #fff;
    display: none;
}

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

footer {
    padding: 0;
    background: #515151;
}

footer .areaInner {
    margin: 0 auto;
    padding: 40px 0 0 0;
    width: 1000px;
}

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

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

footer .areaInner .footBox {
    margin: 0 0 30px 0;
}

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

footer .areaInner .footBox .sttl a {
    display: inline-block;
    padding: 3px 0 3px 30px;
    background: url("img/arrow_wh.svg") 6px 50% no-repeat;
    background-size: 9px auto;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

footer .footBox ul {
    padding: 0 20px;
}

footer .areaInner .footBox .accChild {
    box-sizing: border-box;
    padding: 0 0 0 12px;
}

footer .areaInner .footBox .accChild li {
    background: none;
}

footer .areaInner .footBox .accChild li.subCat {
    margin: 0 30px 0 0;
    padding: 0;
    display: inline-block;
}

footer .areaInner .footBox .accChild .sp+li::before {
    color: #a3b9b7;
    letter-spacing: 0;
}

footer .areaInner .footBox .accChild .sp+li::before {
    color: #a3b9b7;
    letter-spacing: 0;
}

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

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

footer .areaInner .footBox .accChild li a {
    padding: 0 0 0 16px;
    background: url("img/arrow_wh.svg") 0 50% no-repeat;
    background-size: 6px auto;
    color: #fff;
    font-weight: normal;
    font-size: 1.4rem;
}

footer .areaInner .footBox .accChild .subList {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0;
}

footer .areaInner .noticeArea {
    box-sizing: border-box;
    margin: 60px auto 35px;
    width: 71%;
}

footer .areaInner .noticeArea p {
    margin: 0;
    padding: 20px 30px;
    background: #fff;
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1.6;
}
footer .areaInner .noticeArea p span{
    font-weight: bold;
    text-decoration: none;
}

footer .areaInner .noticeArea .botPrg {
    padding: 10px 0 0;
    background: transparent;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
}

footer .botArea {
    padding: 13px 0;
    background: #111;
}

footer .botArea .botInner {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    display: flex;
    flex-direction: row-reverse;
}

footer .botArea .botInner .smap {
    flex: 0 0 150px;
    text-align: right;
}

footer .botArea .botInner .smap a {
    padding: 0 0 0 15px;
    background: url(img/arrow_wh.svg) no-repeat left center;
    background-size: 7px auto;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: underline;
}

footer .botArea .botInner .smap a:hover {
    text-decoration: underline;
}

footer p.copy {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
}

footer p.copy a {
    color: inherit;
}

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


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

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

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

/*--------------------------------------
　Main Index
---------------------------------------*/

.keyArea {
    background: url("img/key.jpg") center top no-repeat;
    background-size: contain;
}

.keyArea .inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10rem 0;
    width: 1000px;
}

.keyArea .inner .mainTit {
    margin: 0 0 0px 0;
    font-size: 40px;
    font-size: 3.6rem;
    line-height: 1.4;
}
.keyArea .inner .mainTit span{
    font-size: 4rem;
    color: #04baba;
}
.keyArea .inner p {
    box-sizing: border-box;
    padding: 0 0 0 8px;
    width: 650px;
}
.key-txt{
    padding: 3rem 4rem;
    display: inline-block;
    background: rgba(255,255,255,0.7);
}
.keyArea .inner .mainTit,
.keyArea .inner p {
    text-shadow: none;
}

/*addCont01*/
.titLArea2 {
    margin: 0 auto 5rem;
    text-align: center;
    width: 100%;
}

.titLArea2 .titL {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.6;
}

.titLArea2 .titL .small {
    font-size: 3.6rem;
    color: #042749;
    background: #fff;
    padding: 0.25rem 1rem;
}

.addCont01 {
    padding: 10rem 0;
    background: url(img/add01_bg.jpg) no-repeat center top;
    background-size: cover;
}
.addCont01 .intro-txt{
    color: #fff;;
}

.addCont01 .thBoxArea {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.addCont01 .thBoxArea .sBox {
    position: relative;
    box-sizing: border-box;
    margin: 0 20px 0 0;
    padding: 2rem;
    width: 320px;
    border: none;
    background: #FFF;
}

.addCont01 .thBoxArea .sBox:nth-child(3n) {
    margin: 0;
}
.shop_copy {
    font-weight: bold;
    text-align: center;
    font-size: 3.2rem;
    background: #04baba;
    color: #fff;
    padding: 1.4rem 1rem;
}

.addCont01 .thBoxArea .sBox .sTit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
}

.addCont01 .thBoxArea .sBox .sTit:before {
    content: none;
}
.addCont01 .thBoxArea .sBox .ph{
    text-align: center;
}
.addCont01 .thBoxArea .sBox .caption {
    margin: 15px 0 0;
    text-align: center;
}

.addCont01 .thBoxArea .sBox .btn-internal,
.addCont01 .thBoxArea .sBox .btn-web {
    width: 100%;
    margin: 10px auto;
}

.date-list-wrap {
    background: #effafe;
    padding: 20px;
    margin: 20px auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.contents .date-list-wrap ul li {
    margin-bottom: 10px;
    line-height: 1.6;
    padding: 0 0 0 25px;
}

.date-list-wrap .date-title-top {
    font-size: 1.8rem;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    display: block;
    color: #005a9e;
    font-weight: bold;
    margin-bottom: 1rem;
	text-align: center;
}

.addCont01 .thBoxArea dl {
    margin: 2rem 0;
}

.addCont01 .thBoxArea dt {
    color: #005a9e;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
}
.addCont01 .thBoxArea hr{
    border: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px #ddd solid;
}

#index .addCont01 .thBoxArea {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#index .addCont01 .thBoxArea .sBox:nth-child(3n) {
    margin: 0;
}

/*addCont02*/
.addCont02 .bgbd {
    margin: 0 auto 6rem;
    padding: 4rem 4.5rem;
    background: #fff;
    border: 0;
    box-shadow: none;
}
.addCont02 .shop_sub{
    font-size: 3.6rem;
    font-weight: bold;
    padding: 2rem 1.5rem;
    text-align: center;
    color: #fff;
    background: #04baba;
}

.addCont02 .sTitArea .titM {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 3rem 4rem 3rem 0;
    outline: none;
    border: none;
    background: none;
    font-size: 3rem;
    line-height: 1.4;
}

.addCont02 .sTitArea .titM:before,
.addCont02 .sTitArea .titM:after {
    display: none;
}

.addCont02 .sTitArea .titM:before {
    position: absolute;
    content: "";
}

.addCont02 {
    padding: 10rem 0;
    counter-reset: number;
    background:  linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(195,207,226,1)100%);
}

.addCont02 p{
    margin: 0;
}
.addCont02 .sTitArea {
    position: relative;
    box-sizing: border-box;
    margin: 2rem auto 4rem;
    padding: 0 0 0 6rem;
    width: 100%;
    border-bottom: 1px solid #111;
    text-align: center;
}

.addCont02 .sTitArea:before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0 0 0;
    background-size: 70px auto;
    color: #04baba;
    content: counter(number, decimal-leading-zero);
    counter-increment: number;
    font-style: normal;
    font-weight: bold;
    font-size: 5rem;
}

.addCont02 .sTitArea:after {
    content: "SYSTEM";
    position: absolute;
    left: 0;
    top: 8px;
    color: #04baba;
    font-size: 1.6rem;
    font-weight: bold;
}

.addCont02 .costArea__txt-box {
    width: 100%;
    margin: 4rem 0 0;
}

.addCont02 .costArea__txt-box__title {
    background: #f5f5f5;
    color: #005a9e;
    font-size: 2rem;
    font-weight: bold;
    padding: 2.2rem 3rem;
}

.addCont02 .costArea__txt-box__body {
    padding: 1.5rem 1.5rem;
    background: #fff;
}
.addCont02 .costArea__txt-box__body p{
    color: #999;
    font-size: 1.4rem;
}
.addCont02 .costArea__txt-box__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    /* margin-bottom: 2rem; */
    border-bottom: 1px solid #ddd;
}
.addCont02 .costArea__txt-box__list:last-child {
    border-bottom: 0;
}

.addCont02 .costArea__txt-box__list__head {
    font-size: 1.8rem;
    font-weight: bold;
}
.costArea__txt-box__list__body{
    font-weight: bold;
}
.costArea__txt-box__list__body .price_red{
    font-size: 2.4rem;
    color: #04baba;
}
.addCont02 .subBoxWrap {
    position: relative;
    margin: 4rem auto 0;
}

.addCont02 .subBox01 {
    padding: 40px;
    background: url(img/bg_feature.jpg);
    border: 3px solid #000;
    background-size: cover;
    box-sizing: border-box;
}
.subBox01-ttl {
    font-size: 2rem;
    color: #005a9e;
    font-weight: bold;
    margin: 0 !important;
    padding: 0 0 1.5rem 0;
    /* border-bottom: solid #111 1px; */
}

.contents .addCont02 .float-wrap .center{
    width: 600px;
}
.contents .addCont02 .float-wrap{
    margin: 4rem auto;
}
.contents .addCont02 .subBox01 .float-wrap .fl{
    width: 280px;
    /* padding: 0px 40px 10px 0; */
}

.addCont02 .subBox01 .catch {
    position: relative;
    display: block;
    outline: none;
    border: none;
    background: none;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.3;
}

.addCont02 .subBox01 .catch:before {
    position: absolute;
    top: auto;
    bottom: -5px;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border: none;
    background: #ddc787;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.addCont02 .subBox01 .catch:after {
    content: none;
}

.addCont02 .subBox01 p {
    margin: 0;
}

.addCont02 .sTit-box {
    text-align: center;
    margin: 10rem 0 4rem;
}

.addCont02 .sTit {
    font-size: 2.6rem;
    line-height: 1.3;
}

/*addCont03*/
.addCont03 {
    margin: 14rem 0 10rem 0;
}

.addCont03 .titLArea {
    margin: 1rem auto 5rem;
}

.addCont03 .blueBox {
    padding: 3rem;
    background: #f8f8f8;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: none;
}

.addCont03 .blueBox .subBox {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    padding: 20px 17px;
    width: calc((100% - 40px) / 3);
    background: #fff;
}

.addCont03 .blueBox .subBox:first-child {
    margin-top: 0;
}

.addCont03 .blueBox .subBox:nth-child(3) {
    margin-top: 0;
}

.addCont03 .blueBox .subBox:nth-child(3n) {
    margin-right: 0;
}

.addCont03 .blueBox .subBox .upper {
    margin: 0 0 1.5rem;
}

.addCont03 .blueBox .subBox .ph {
    margin: 0 auto 0;
    width: 80px;
    height: 80px;
}

.addCont03 .blueBox .subBox .txtArea {
    width: auto;
    text-align: left;
}

.addCont03 .blueBox .subBox .txtArea .sTit {
    display: block;
	align-items: center;
	margin: 1rem 0 1.5rem 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 2.3rem;
    line-height: 1.4;
	text-align: center;
}
.addCont03 .blueBox .subBox .btn-link{
    margin: 0;
    text-align: left;
}
.addCont03 .blueBox .subBox .txtArea .sTit a{
    background: url(img/arrow_bk.svg) no-repeat right center;
    background-size: 9px auto;
    display: block;
    padding-right: 2rem;
}
.addCont03 .blueBox .subBox .txtArea .sTit:before {
    content: none;
}


/*addCont-list*/
.addCont-list {
    margin: 10rem 0;
}

/*addCont-point*/
.addCont-point {
    padding: 10rem 0;
    background: #f8f8f8;
}

.addCont-point .point-wrap {
    counter-reset: point;
}

.addCont-point .point-box {
    background: #fff;
    width: 900px;
    margin: 0 auto;
    padding: 1rem 3rem 2rem;
}

.addCont-point .point-box__title {
    font-size: 2.4rem;
    margin: 0 0 2rem;
    border-bottom: 1px solid #04baba;
    padding: 2rem 0;
    position: relative;
}

.addCont-point .point-box__title a {
    display: block;
    background: url(img/arrow_bk.svg) no-repeat right center;
    background-size: 9px auto;
    padding: 0 1.5rem 0 0;
}

/* addCont-knowledge */

.titLArea {
    position: relative;
    margin: 0 auto 5rem;
    text-align: center;
    width: 100%;
    max-width: 95%;
    padding: 2rem 3rem 3rem;
}

.titLArea .titL {
    position: relative;
    color: #111;
    text-align: center;
    font-size: 4rem;
    line-height: 1.6;
}

.titLArea .titL a:after {
    content: '';
    width: 12px;
    height: 20px;
    display: inline-block;
    padding-left: 4rem;
    background: url(img/arrow_bk.svg) no-repeat right top 50%;
    background-size: contain;
}

.titLArea h2.titL a {
	display:block;
	position:relative;
	background: url(img/arrow_bk.svg) no-repeat right top 50%;
	background-size: 14px auto;
	padding: 0 1.5rem 0 1rem;
}

.titLArea h2.titL a:after {
    content: none;
}
.titLArea .titL .small {
    font-size: 3.6rem;
    padding: 0.25rem 1rem;
    background: #042749;
    color: #fff;
}

.contents .rank_wrap {
    margin: 2rem 0;
    list-style: none;
    counter-reset: div;
}

.category .titLArea,
.page .titLArea {
    position: relative;
    margin: 0 auto 6rem;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 5rem;
}

.category h1,
.page h1 {
    position: relative;
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.4;
}

.titLArea:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    content: "";
    border-left: 6px solid #111;
    border-top: 6px solid #111;
}

.titLArea:after {
    position: absolute;
    bottom: -10px;
    right: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    content: "";
    border-right: 6px solid #111;
    border-bottom: 6px solid #111;
}

.index h3:not([class]),
.category h2:not([class]),
.page h2:not([class]) {
    margin: 5rem 0 4rem;
    padding: 2.3rem 2rem 2.3rem 5rem;
    background: #042749 url(img/purpleline_ttl.gif) no-repeat left center;
    color: #fff;
    font-size: 3rem;
    line-height: 1.4;
    position: relative;
}

.index h3:not([class]):before,
.category h2:not([class]):before,
.page h2:not([class]):before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: none;
    content: '';
    z-index: 10;
    pointer-events: none;
}

.sitemap h2 a {
    color: #111;
}

.index h3:not([class]) a:hover,
.category h2:not([class]) a:hover,
.page h2:not([class]) a:hover {
    opacity: 0.6;
}

.index h4:not([class]),
.category h3:not([class]),
.page h3:not([class]) {
    position: relative;
    margin: 3.5rem 0 2rem;
    padding: 1.8rem 3rem 1.7rem 3rem;
    border-left: solid 4px #042749;
    background: #f8f8f8;
    font-size: 2.4rem;
    line-height: 1.4;
}

.index h4:not([class]) a:hover,
.category h3:not([class]) a:hover,
.page h3:not([class]) a:hover {
    opacity: 0.6;
}

.index h5:not([class]),
.category h6:not([class]),
.category h4:not([class]),
.category h5:not([class]),
.category h6:not([class]),
.page h4:not([class]),
.page h5:not([class]),
.page h6:not([class]) {
    position: relative;
    margin: 3.5rem 0 2rem;
    padding: 1.7rem 3rem 1.5rem 1rem;
    border-bottom: solid 1px #111;
    font-size: 2rem;
}

.index h3:not([class]) a,
.category h2:not([class]) a,
.page h2:not([class]) a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_wh.svg) no-repeat right center / 10px auto;
}

.index h4:not([class]) a,
.category h3:not([class]) a,
.page h3:not([class]) a,
.index h5:not([class]):not([class]) a,
.category h6:not([class]) a,
.category h4:not([class]) a,
.category h5:not([class]) a,
.category h6:not([class]) a,
.page h4:not([class]) a,
.page h5:not([class]) a,
.page h6:not([class]) a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_bk.svg) no-repeat right center / 10px auto;
}

.index h5:not([class]) a:hover,
.category h6 a:hover,
.category h4 a:hover,
.category h5 a:hover,
.category h6 a:hover,
.page h4 a:hover,
.page h5 a:hover,
.page h6 a:hover {
    opacity: 0.6;
}

.intro-txt {
    width: 100%;
    max-width: 900px;
    margin: 5rem auto;
}

.contents ul:not([class]) {
    margin: 2rem 0 2rem;
    padding: 1rem 1rem 0;
}
.contents .frameRight ul:not([class]) {
    margin: 0;
    padding: 0;
}
.contents ul:not([class]) li,
.addCont01 ul li {
    position: relative;
    padding: 0 0 0.6rem 2.2rem;
}

.contents ul:not([class]) li::before,
.addCont01 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #005a9e;
    border-radius: 50%;
}

.contents ol:not([class]) {
    margin: 2rem 0 2rem;
    padding: 1rem 1rem 0;
    counter-reset: number;
}

.contents ol:not([class]) li {
    position: relative;
    padding: 0.2rem 0 0.2rem 3rem;
    list-style: none;
    counter-increment: number;
}

.contents ol:not([class]) li::before {
    position: absolute;
    top: 0.75rem;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #042749;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
}

.contents ol:not([class]) li:nth-child(-n+9):before {
    content: counter(number);
}

.contents ol:not([class]) li:nth-child(n+10):before {
    content: counter(number);
}

p:not([class]) span:not([class]),
.addCont01 dd span:not([class]) {
	text-decoration: underline;
	text-decoration-thickness: 0.4em; /* 線の太さ */
	text-underline-offset: -0.05em; /* 線の位置 */
	text-decoration-color:rgba(255,239,97,0.5);
	text-decoration-skip-ink: none;
	font-weight: bold;
}

.contents .rank,
.contents .noCount .recommend,
.contents .noCount .check,
.contents .noCount .point,
.contents .rank_wrap2 .recommend,
.contents .rank_wrap3 .check,
.contents .rank_wrap4 .point {
    position: relative;
    margin: 20px 0 20px 0;
    padding: 14px 10px 16px 10rem;
    border-bottom: solid 1px #111;
    font-weight: bold;
    font-size: 28px;
    font-size: 3rem;
    line-height: 1.3;
    background: url(img/num_ttl_bg.gif) no-repeat left bottom 50%;
    background-size: 35px auto;
}
.contents .noCount .recommend,
.contents .rank_wrap3 .check,
.contents .rank_wrap4 .point{
    padding: 1.4rem 1rem 1.6rem 12rem;
}
.contents .noCount .point{
    padding: 1.4rem 1rem 1.6rem 9rem;
}
.contents .rank_wrap2 .recommend{
    padding: 1.4rem 1rem 1.6rem 13rem;
}
.contents .rank a,
.contents .noCount .recommend a,
.contents .noCount .check a,
.contents .noCount .point a,
.contents .rank_wrap2 .recommend a,
.contents .rank_wrap3 .check a,
.contents .rank_wrap4 .point a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_bk.svg) no-repeat right center / 9px auto;
}

.contents .rank:before,
.contents .noCount .recommend:before,
.contents .noCount .check:before,
.contents .noCount .point:before,
.contents .rank_wrap2 .recommend:before,
.contents .rank_wrap3 .check:before,
.contents .rank_wrap4 .point:before  {
    position: absolute;
    top: 0.25rem;
    left: 0;
    padding: 1.5rem 0 0 1rem;
    color: #005a9e;
    content:
    "";
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: left;
}
.contents .noCount .recommend:before {
    content: "おすすめ";
}
.contents .noCount .check:before {
    content: "CHECK";
}
.contents .noCount .point:before {
    content: "POINT";
}
.contents .rank_wrap2,
.contents .rank_wrap3,
.contents .rank_wrap4 {
    counter-reset: div;
}
.contents .rank_wrap2 .recommend:before {
    content: "おすすめ";
}
.contents .rank_wrap3 .check:before {
    content: "CHECK";
}
.contents .rank_wrap4 .point:before {
    content: "POINT";
}
.contents .rank_wrap2 .recommend:after,
.contents .rank_wrap3 .check:after,
.contents .rank_wrap4 .point:after {
    position: absolute;
    top: 1.75rem;
    left: 8.5rem;
    color: #005a9e;
    content: "";
    content: counter(div);
    counter-increment: div;
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
}
.contents .rank_wrap2 .recommend:after {
    left: 10rem;
}


/*--------------------------------------
　table
---------------------------------------*/

.contents table:not([class]) {
    margin: 3rem auto 3rem;
    width: 100%;
    table-layout: auto;
}
.contents .frameRight table:not([class]){
    margin: 2rem auto;
}
.contents table:not([class]) th {
    padding: 2rem;
    width: auto;
    border: 1px solid #cfcfcf;
    border-right: none;
    background: #f8f8f8;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4;
    min-width: 110px;
}
.contents .addCont02 :not([class]) th{
    text-align: center;
}
.contents .frameRight table:not([class]) th{
    padding: 1rem;
    min-width: 50%;
    text-align: center;
    width: 30%;
}

.contents table:not([class]) td {
    padding: 2rem;
    border: 1px solid #cfcfcf;
    background: #fff;
    text-align: left;
    word-wrap: break-word;
    font-size: 13px;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.contents .frameRight table:not([class]) td{
    padding: 1rem;
}
@media screen and (min-width: 481px) {
    .contents table:not([class]) td:first-of-type {
        border-left: 1px solid #cfcfcf;
    }
}

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

.contents .float-wrap {
    box-sizing: border-box;
    margin: 30px 0;
}

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

.contents .float-wrap .fl {
    padding: 0 40px 10px 0;
    width: 340px;
    text-align: center;
}

.contents .category .float-wrap .fl,
.contents .page .float-wrap .fl {
    width: 280px;
}

.contents .float-wrap .fr {
    padding: 0 0 10px 40px;
    width: 340px;
    text-align: center;
}

.contents .category .float-wrap .fr,
.contents .page .float-wrap .fr {
    width: 280px;
}

.contents .float-wrap .center {
    margin: 0 auto;
    text-align: center;
}

.contents .category .float-wrap .center,
.contents .page .float-wrap .center {
    width: 600px;
}

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

.float-wrap .catch{
    font-size: 2rem;
    font-weight: bold;
    color: #005a9e;
}

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

/*--------------------------------------
　btn
---------------------------------------*/
.btn-internal a,
.btn-web a {
    box-sizing: border-box;
    margin: 20px auto;
    max-width: 450px;
    width: 90%;
    position: relative;
    display: block;
    padding: 15px 40px 14px 40px;
    background: #04baba url(img/arrow_wh.svg) right 15px top 50% no-repeat;
    background-size: 9px auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 100px;
    box-shadow: none;
    box-sizing: border-box;
    transition: 0.2s;
    line-height: 1.4;
    border: 2px solid #04baba;
}

.btn-internal a:hover {
    color: #04baba;
    background: #fff url(img/arrow_aq.svg) right 15px top 50% no-repeat;
    background-size: 9px auto;
    opacity: 1;
}

.btn-web a {
    color: #111;
    background: #ffef61 url(img/arrow_bk.svg) right 15px top 50% no-repeat;
    background-size: 9px auto;
    border: 2px solid #ffef61;
}

.btn-web a:hover {
    background: #fff url(img/arrow_bk.svg) right 15px top 50% no-repeat;
    background-size: 9px auto;
    opacity: 1;
}

.btn-link {
    margin: 20px 0;
    text-align: right;
}
.frameRight .btn-link{
    text-align: left;
}

.btn-link a {
    padding-left: 2rem;
    background: url("img/arrow_bk.svg") left top 50% no-repeat;
    background-size: 9px auto;
    text-decoration: underline;
    font-size: 1.6rem;
    line-height: 1.3;
}

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


/*--------------------------------------
　box-wrap
---------------------------------------*/

.contents .box-wrap {
    box-sizing: border-box;
    margin: 50px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.contents .addCont02 .box-wrap{
    margin: 0;
}
.contents .box {
    position: relative;
    box-sizing: border-box;
    margin: 0 30px 20px 0;
    width: calc((100% - 30px) / 2);
    vertical-align: top;
}

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

.contents .left_box {
    padding: 20px;
    background: #f8f8f8;
    box-shadow: none;
}
.contents .addCont02 .left_box{
    background: #effafe;
}

.contents .left_box .box-head {
    margin: 0 0 20px;
}
.contents .addCont02 .left_box .box-head .sttl{
    text-align: center;
}
.contents .left_box .box-head .sttl {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    outline: none;
    border: none;

    background: none;
    text-align: left;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.4;
    color: #005a9e;
}

.contents .left_box .box-head .sttl:before,
.contents .left_box .box-head .sttl:after {
    content: none;
}

.contents .left_box .box-head .sttl a {
    display: block;
    padding: 1.5rem 4rem 1.5rem 0;
    background: url(img/arrow_bk.svg) no-repeat right center;
    background-size: 9px auto;
    font-weight: bold;
    line-height: 1.4;
}

.contents .left_box .box-body {
    text-align: left;
}

.contents .left_box .box-body p {
    margin: 0;
}

/* frame-wrap */
.contents .frame-wrap {
    display: flex;
    flex-wrap: wrap;
}

.contents .frame {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 30px 30px 0;
    width: calc((100% - 60px) / 3);
    vertical-align: top;
}
.contents .category .frame:nth-child(3n) ,
.contents .page .frame:nth-child(3n),
.contents .frame:nth-child(3n) {
    margin-right: 0;
}

.contents .category .frame,
.contents .page .frame {
    width: 246px;
    margin: 0 10px 0 0;
}

.contents .frameRight {
    position: relative;
    padding: 2rem;
    border: solid 5px #ddd;
    background: #fff;
    box-shadow: none;
}

.contents .frameRight .frame-head {
    position: relative;
    display: flex;
    align-items: baseline;
    margin: 0 0 20px;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    color: #000;
    text-align: left;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.3;
    align-items: center;
}

.contents .frameRight .frame-head:after {
    content: none;
}

.contents .frameRight .frame-head a {
    display: block;
    background: url(img/arrow_bk.svg) no-repeat center right;
    background-size: 9px auto;
    font-weight: bold;
    width: 100%;
    border-left: 6px solid #04baba;
    padding: 0 1.5rem 0 1rem;
}

.contents .frameRight .frame-body__catch {
    font-size: 1.8rem;
    font-weight: bold;
    color: #005a9e;
    padding-bottom: 1rem;
}

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


/*共通パーツここまで*/

p {
    margin: 15px 0 15px 0;
}
#page p:not([class]) a {
    text-decoration: underline;
}
#page .frameRight .frame-head a {
    font-size: 2rem;
}

#page.sitemap {
    margin: 0 auto;
    width: 1000px;
}

#page.sitemap h2 a {
    color: #444;
}

#page.sitemap li a:hover {
    text-decoration: underline;
}


/*--------------------------------------
	toc_parts
---------------------------------------*/

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

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

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

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

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

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

#toc ul.chapter .chapter-h::before {
    content: counter(count, decimal-leading-zero);
    position: absolute;
    top: 14px;
    left: 0;
    transform: translate(0, -50%);
    color: #04baba;
    font-size: 2rem;
    font-weight: bold;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

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

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

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

#toc .chapter br {
    display: none;
}

/*banner*/
.cmn02-text-banner-box__image img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    object-fit: cover;
}
.index-banner_pc {
    margin: 5rem 0 0 0;
    position: fixed;
    right: 0;
    bottom: 12rem;
    z-index: 10;
    display: none;
}
.index-banner_pc a {
    text-decoration: none;
}

.index-banner_pc a:hover{
    opacity: 0.6;
}
.text-banner-box {
    max-width: 200px;
    background: #04baba;
    position: relative;
}

.text-banner-box:after {
    content: "";
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent rgba(255,255,255,0.5) transparent;
}

.pc-bannerArea .imgArea {
    width: 40%;
}
.text-banner-box__text {
    padding: 0.75rem 1.5rem 1.5rem;
    text-align: center;
    font-weight: bold;
}

.text-banner-box__text .mainttl {
    color: #fff;
    background: #042749;
    padding: 0.25rem 0.5rem;
    font-size: 1.1rem;
    line-height: 1.4;
    display: inline-block;
}
.text-banner-box__text .cmn02-paragraph {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
}
.text-banner-box__text span {
    font-size: 1.8rem;
}

.accordion_btn{
	margin: 30px auto;
	padding: 18px 40px;
	max-width: 360px;
	width: 80%;
	font-size: 1.6rem;
	line-height: 1.4;
	position: relative;
	display: block;
	background: #dedede;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #042749;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 50px;
}
.accordion_btn::before{
	font-size: 2rem;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	content: "＋";
	position: absolute;
	color: #042749;
	margin: auto;
	transition: 0.2s;
}
#index .accordion_btn::after{
    content: 'もっと見る';   
}
.accordion_btn::after{
    content: '目次';
}
#index .accordion_btn.is-open::after{
    content: '閉じる';
}
#page .accordion_btn.is-open::after{
    content: '目次を閉じる';
}
.accordion_btn.is-open::before{
	content: "－";
}
.accordion-item{
	display: none;
}
@media screen and (min-width: 481px){
	.accordion_btn:hover{
		opacity: 1;
	}
}

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

@media screen and (max-width: 480px) {
    body {
        min-width: 100%;
        width: 100%;
        line-height: 1.7em;
    }
    .pc,
    .pc_br {
        display: none!important;
    }
    img {
        max-width: 100%;
    }
    p:not([class]) {
        margin: 0 0 10px 0;
        font-size: 14px;
        font-size: 1.4rem;
        word-break: break-all;
    }
    p:not([class])>a {
        text-decoration: none;
    }
    a:hover {
        opacity: 1;
    }
    .wi1000 {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 10px;
        width: 100%;
    }
    .baseBox {
        padding: 0 10px;
    }
    .category,
    .page {
        margin: 0 auto;
        width: 100%;
    }
    .category .baseBox,
    .page .baseBox {
        float: none;
        box-sizing: border-box;
        width: 100%;
    }

    /* ================== */
    /*header　*/
    /* ================== */
    header {
        position: relative;
    }
    header .rightTxt {
        text-align: left;
        padding: 0.5rem;
    }
    #headNoteArea {
        display: table;
        padding: 10px 4%;
    }
    #headNoteArea .sitename img{
        max-width: 100px;
    }

    /* ハンバーガーメニュー */
    .out-frame {
        position: relative;
        width: 100%;
    }
    .out-frame.black:after {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 0;
        width: 100%;
        height: 10000px;
        background: #FFF;
        content: '';
        opacity: 0.6;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    .out-frame:after {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        background: #FFF;
        content: '';
        opacity: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    .header-frame {
        position: relative;
        width: 100%;
        height: 64px;
    }
    .menu-btn {
        position: absolute;
        top: 22px;
        right: 13px;
        z-index: 10;
        width: 35px;
        height: 35px;
        background: url(./img/sp-btn-menu_on.png) 0 0 no-repeat;
        background-size: 35px;
    }
    .navOpenOut {
        box-sizing: border-box;
        padding: 22px 13px 20px;
        height: 77px;
        background: rgba(255, 255, 255, 0.5);
    }
    .navOpen {
        position: inherit;
        top: inherit;
        right: 13px;
        z-index: 10;
        float: right;
        width: 35px;
        height: 35px;
        background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
        background-size: 35px;
    }
    #sp_titArea .is-fixed {
        position: fixed;
        top: 22px;
        right: 13.5px;
        z-index: 2;
    }
    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    .menu-btn img {
        opacity: 1;
    }
    .black .menu-btn img {
        opacity: 0;
    }
    .header-menu {
        position: fixed;
        top: 0;
        z-index: 10;
        display: none;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
    }
    .header-menu ul li a {
        display: block;
        padding: 15px 35px 15px 10px;
        border-bottom: 1px solid #fff;
        background: #83cdc0 url("img/arrow_green_left.png") 97% 50% no-repeat;
        background-size: 16px auto;
        color: #fff;
        text-decoration: none;
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .header-menu ul.accordion li ul li:first-child a {
        padding: 12px 35px 12px 10px;
    }
    .header-menu ul li.delete {
        padding: 10px;
        background: #111 url("img/batu.png") 60% 50% no-repeat;
        background-size: 19px;
        color: #fff;
        text-align: center;
        font-size: 1.3rem;
    }
    .header-menu ul.accordion ul {
        display: none;
    }
    .header-menu ul.accordion .subCat ul.subList {
        display: block;
    }
    .header-menu ul.accordion .tglMenu {
        display: block;
        padding: 15px 35px 15px 10px;
        border-bottom: 1px solid #FFF;
        background: #042749 url(./img/arrow_wh_down.svg) 97% 50% no-repeat;
        background-size: auto 7px;
        color: #fff;
        text-decoration: none;
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .header-menu ul.accordion .open {
        background: #042749 url(./img/arrow_wh_up.svg) 97% 50% no-repeat;
        background-size: auto 7px;
    }
    .header-menu ul.accordion ul li a {
        padding: 12px 30px 12px 20px;
        border-bottom: 1px solid #111;
        background: #FFF url("img/arrow_bk.svg") right 12px center no-repeat;
        background-size: 7px auto;
        color: #111;
        font-family: inherit;
    }
    .header-menu ul.accordion ul li.subCat a {
        padding: 12px 30px 12px 20px;
    }
    .header-menu ul.accordion .subCat ul.subList li a {
        padding: 12px 30px 12px 30px;
        border-bottom: 1px solid #444;
    }
    .header-menu ul.accordion li ul li:last-child a {
        border-bottom: none;
    }
    /*--------------------------------------
    Footer
    ---------------------------------------*/
    footer {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    footer a:hover {
        text-decoration: none;
    }
    footer .areaInner {
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    footer .areaInner .footBox {
        margin: 0;
    }
    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        padding: 10px 40px 10px 4%;
        background: url(img/arrow_wh.svg) right 10px center no-repeat;
        background-size: 7px auto;
        color: #FFF;
        font-size: 1.4rem;
    }
    footer .areaInner .footBox .sttl.tglMenu a {
        background: url(img/arrow_wh_down.svg) right 10px center no-repeat;
        background-size: auto 7px;
    }
    footer .areaInner .footBox .sttl.open a {
        background: url(img/arrow_wh_up.svg) right 10px center no-repeat;
        background-size: auto 7px;
    }
    footer .areaInner .footBox .sttl {
        margin: 0;
        padding: 0;
    }
    footer .areaInner .footBox .accChild {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        background: #fff;
    }
    footer .areaInner .footBox .accChild li {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        background: none;
    }
    footer .areaInner .footBox .accChild li a {
        display: block;
        box-sizing: border-box;
        padding: 10px 40px 10px 4%;
        border-bottom: 1px solid #ddd;
        background: url("img/arrow_bk.svg") right 12px center no-repeat;
        background-size: 7px auto;
        color: #111;
        font-size: 1.3rem;
    }
    footer .areaInner .footBox .accChild li.subCat {
        margin: 0;
        display: block;
    }
    footer .areaInner .footBox .accChild li.subCat a {
        display: block;
        box-sizing: border-box;
        padding: 10px 40px 10px 8%;
        border-bottom: 1px solid #ddd;
    }
    footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
        border: none;
    }
    footer .areaInner .footBox .accChild .subList {
        display: block;
        margin: 0;
        padding: 0;
    }
    footer .areaInner .footBox .accChild .subList li {
        display: block;
    }
    footer .areaInner .footBox .accChild .subList li:first-child:before {
        content: "";
    }
    footer .areaInner .footBox .accChild .subList li:after {
        content: "";
    }
    footer .areaInner .footBox .accChild li.subCat:after {
        content: "";
    }
    footer .areaInner .footBox .accChild .subList li a {
        padding: 10px 40px 10px 14%;
        background: url("img/arrow_red.png") right 12px center no-repeat;
        background-size: 10px;
    }
    footer .areaInner .footBox .accChild li:after {
        content: "";
    }
    footer .areaInner .footBox .accChild li:last-child:after {
        content: "";
    }
    footer .areaInner .noticeArea {
        margin: 30px auto 30px;
        width: 90%;
        color: #444;
        font-size: 1.2rem;
        line-height: 1.8em;
    }
    footer .areaInner .noticeArea p {
        padding: 20px;
        font-size: 1.2rem;
    }
    footer .areaInner .noticeArea .botPrg {
        margin: 10px 0 0;
        padding: 0;
        font-size: 1.0rem;
    }
    footer .botArea {
        padding: 0;
        background: #000;
    }
    footer .botArea .botInner {
        width: 100%;
    }
    footer p.copy {
        margin: 0;
        padding: 14px 15px 12px;
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.3;
    }
    footer a {
        color: #fff;
        text-decoration: none;
    }
    footer .botArea .botInner .smap {
        display: none;
    }
    footer .areaInner .footBox .accChild .sp {
        display: block;
    }
    /*--------------------------------------
    　PageTop
    ---------------------------------------*/
    #page-top {
        position: fixed;
        right: 3%;
        bottom: 11%;
        z-index: 350;
        width: 40px;
    }
    #page-top:hover {
        opacity: 1;
    }
    /* ================== */
    /*メインコンテンツ　*/
    /* ================== */
    .keyArea {
        padding: 29% 6% 2rem;
        min-height: inherit;
        background: url("img/key_sp.jpg") 50% 0 no-repeat;
        background-size: 100%;
    }
    .keyArea .inner {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.3);
    }
    .key-txt{
        padding: 0;
    }
    .keyArea .inner .mainTit {
        box-sizing: border-box;
        margin: 0 0 18px 0;
        padding: 2rem 2rem 1.3rem;
        width: 100%;
        border-bottom: solid 1px #111;
        text-align: center;
        font-size: 2rem;
        line-height: 1.5;
    }
    .keyArea .inner .mainTit span{
        font-size: 2.6rem;
    }
    .keyArea .inner p {
        padding: 0;
        width: 100%;
        border: none;
    }
    /*addCont01*/
    .titLArea2 {
        padding: 1rem;
        margin: 2rem auto 1rem;
        width: 100%;
        max-width: 100%;
    }
    .titLArea2 .titL {
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .titLArea2 .titL .small{
        font-size: 1.8rem;
        line-height: 2.2;
    }
    .addCont01 {
        padding: 1rem 0;
        margin-top: 2rem;
    }
    .addCont01 .thBoxArea {
        margin: 0 0 3rem 0;
        padding: 2rem 1rem 3rem;
    }
    .addCont01 .thBoxArea .sBox {
        float: none;
        margin: 0 0 40px 0;
        padding: 1.5rem;
        width: 100%;
    }
    .shop_copy{
        font-size: 2.2rem;
        padding: 1rem 0.5rem;
    }
    .addCont01 .thBoxArea .sBox .sTit {
        margin: 1.5rem auto;
        font-size: 2rem;
    }

    .addCont01 .thBoxArea .sBox .caption {
        margin: 15px 0 0;
        text-align: center;
    }

    .addCont01 .thBoxArea .sBox dt {
        font-size: 1.6rem;
    }

    .addCont01 .thBoxArea .sBox dd {
        font-size: 1.4rem;
    }

    .addCont01 .thBoxArea .sBox .btn-tel a,
    .addCont01 .thBoxArea .sBox .btn-web a {
        margin: 1.5rem auto;
    }

    /*addCont02*/
    .addCont02 {
        padding: 5rem 0;
    }
    .addCont02 .bgbd {
        margin: 0 auto 3rem;
        padding: 2rem 1rem 3rem;
    }
    .addCont02 .sTitArea .titM {
        margin: 0;
        padding: 0 5rem 0 0;
        outline: none;
        font-size: 2.2rem;
    }
    .addCont02 .sTitArea .titM:before,
    .addCont02 .sTitArea .titM:after {
        display: none;
    }
    .addCont02 .sTitArea .titM:before {
        position: absolute;
        content: "";
    }
    .addCont02 .shop_sub{
        font-size: 2.3rem;
        padding: 1rem;
    }
    .addCont02 .sTitArea {
        margin: 1rem auto 0;
        padding: 1rem 0 2rem 6rem;
        width: auto;
    }
    .addCont02 .sTitArea:before {
        padding: 15px 0 10px 5px;
        background-size: 50px auto;
        font-size: 3.3rem;
        line-height: 1;
    }
    .addCont02 .sTitArea:after {
        left: 5px;
        top: -2px;
        font-size: 1.1rem;
    }

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

    .addCont02 .costArea__txt-box {
        width: 100%;
        margin: 2rem auto 4rem;
    }
    .addCont02 .costArea__txt-box__title {
        font-size: 1.8rem;
        padding: 1rem 1.5rem;
        text-align: center;
    }
    .addCont02 .costArea__txt-box__body {
        padding: 0 1rem;
    }
    .addCont02 .costArea__txt-box__list {
        justify-content: center;
        padding: 1rem 0;
        /* margin-bottom: 1rem; */
    }

    .addCont02 .costArea__txt-box__list__head {
        font-size: 1.4rem;
        width: 100%;
        padding: 0 1rem;
        text-align: center;
    }
    .addCont02 .costArea__txt-box__list__body {
        width: 100%;
        padding: 0 1rem;
        text-align: center;
        font-size: 1.2rem;
    }
    .costArea__txt-box__list__body .price_red {
        font-size: 2rem;
    }

    .addCont02 .sTit-box {
        text-align: center;
        margin: 5rem auto 1rem;
    }
    .addCont02 .sTit {
        display: inline-block;
        padding: 10px;
        border-bottom: none;
        text-align: center;
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.3;
    }
    .addCont02 .subBoxWrap {
        margin: 1rem auto 0;
    }
    .addCont02 .subBox01 {
        padding: 2rem;
    }
    .addCont02 .subBox01 .catch {
        margin: 0;
        padding: 0;
        font-size: 2rem;
    }
    .contents .addCont02 .float-wrap{
        margin: 2rem auto;
    }
    .addCont02 .fl{
        float: none;
    }
    .contents .addCont02 .float-wrap .float-img{
        margin: 2rem auto 0;
    }
    iframe{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .addCont02 .subBox01 .catch:before {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 50%;
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #ddc787;
        content: "";
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: none;
    }
    .addCont02 .subBox01 .catch:after {
        content: none;
    }
    #index .addCont02 .costArea__txt-box__body p{
        margin: 0;
    }
    .addCont02 .subBox01 p {
        margin: 0;
    }

    .addCont02 .btn-tel a{
        margin: 0 auto;
    }

    /*addCont03*/
    .addCont03 {
        margin: 5rem 0;
    }
    .addCont03 .blueBox {
        padding: 2rem;
    }
    .addCont03 .blueBox .subBox,
    .addCont03 .blueBox .subBox:nth-last-child(2) {
        margin: 0 0 18px;
        padding: 20px 15px;
        width: 100%;
    }
    .addCont03 .blueBox .subBox:last-child {
        margin: 0;
    }
    .addCont03 .blueBox .subBox .upper {
        margin: 0 0 25px;
    }
    .addCont03 .blueBox .subBox .ph {
        float: none;
        margin: 0 auto 20px;
    }
    .addCont03 .blueBox .subBox .txtArea .sTit a{
        background-size: 7px auto;
    }
    .addCont03 .blueBox .subBox .txtArea .sTit {
        display: block;
        margin: 0 0 15px;
        outline: none;
        border: none;
        background: none;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .addCont03 .blueBox .subBox .txtArea .sTit:before,
    .addCont03 .blueBox .subBox .txtArea .sTit:after {
        content: none;
    }
    .addCont03 .blueBox .subBox .btn-link{
        margin: 0 auto;
    }

    /*addCont-list*/
    .addCont-list {
        margin: 5rem auto;
    }
    /*addCont-point*/
    .addCont-point {
        padding: 5rem 0;
    }
    .addCont-point .point-wrap {
        counter-reset: point;
    }
    .addCont-point .point-box {
        background: #fff;
        width: auto;
        padding: 2rem;
        margin-top: 2rem;
    }

    .addCont-point .point-box__title {
        font-size: 2rem;
        margin: 0 0 2rem;
        padding: 0 0 2rem;
        position: relative;
    }
    .addCont-point .point-box__title a {
        display: block;
        padding-right: 3rem;
        background-size: 7px auto;
    }

    .titLArea {
        position: relative;
        margin: 0 auto 2rem !important;
        max-width: 95%;
        text-align: center;
        padding: 15px;
    }
	.titLArea h2 {
		max-width: 98%;
        text-align: center;
	}
.titLArea h2.titL a {
	display:block;
	position:relative;
	background: url(img/arrow_bk.svg) no-repeat right top 50%;
	background-size: 9px auto;
	padding: 0 1.5rem 0 1rem;
}
    .category .titLArea,
    .page .titLArea {
        padding: 1rem;
        margin: 2rem auto;
        width: 100%;
    }
    .titLArea:before {
        position: absolute;
        top: 0;
        left: 0px;
        display: inline-block;
        width: 34px;
        height: 34px;
        content: "";
        border-left: 3px solid #111;
        border-top: 3px solid #111;
    }
    .titLArea:after {
        position: absolute;
        bottom: 0;
        right: 0px;
        display: inline-block;
        width: 34px;
        height: 34px;
        content: "";
        border-right: 3px solid #111;
        border-bottom: 3px solid #111;
    }

    .titLArea .titL .small {
        font-size: 1.8rem;
        line-height: 2.2;
    }
    .intro-txt {
        width: 90%;
        margin: 0 auto;
    }
    .titLArea .titL,
    .category h1,
    .page h1 {
        margin: 0;
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .index h3:not([class]),
    .category h2:not([class]),
    .page h2:not([class]) {
        margin: 3rem 0;
        padding: 1.5rem 2rem 1.5rem 3rem;
        font-size: 2rem;
        background-size: 20px auto;
    }
    .index h3:not([class]):before,
    .category h2:not([class]):before,
    .page h2:not([class]):before {
        position: absolute;
        top: 2px;
        left: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border: none;
        content: '';
        z-index: 9;
        pointer-events: none;
    }
    .index h4:not([class]),
    .category h3:not([class]),
    .page h3:not([class]) {
        padding: 1rem 1.5rem 0.8rem 1.5rem;
        font-size: 1.8rem;
    }
    .index h5:not([class]),
    .category h6:not([class]),
    .category h4:not([class]),
    .category h5:not([class]),
    .category h6:not([class]),
    .page h4:not([class]),
    .page h5:not([class]),
    .page h6:not([class]) {
        padding: 1.5rem 0 1.3rem 0;
        font-size: 1.7rem;
        line-height: 1.4;
    }
    .sitemap h2 a {
        color: #111;
    }
    .contents ul:not([class]) {
        margin: 0;
        padding: 1rem 1rem 0;
    }
    .contents ul:not([class]) li {
        padding: 0 0 0.4rem 2.2rem;
    }
    .contents ol:not([class]) li::before {
        width: 18px;
        height: 18px;
        line-height: 1.4;
    }

    /*--------------------------------------
    　float img
    ---------------------------------------*/
    .contents .float-wrap {
        margin: 4rem 0;
        padding: 0;
    }
    .contents .float-wrap .float-img {
        margin: 0 0 1.2rem 0;
        padding: 0;
        width: 100%;
    }
    .contents .float-wrap img {
        max-width: 100%;
    }
    .contents .caption {
        margin: 0.8rem 0 0;
        color: #999;
        text-align: center;
        word-break: break-all;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 1.3;
    }
    .contents .category .float-wrap .fl,
    .contents .page .float-wrap .fl {
        width: 100%;
    }
    .contents .category .float-wrap .fr,
    .contents .page .float-wrap .fr {
        width: 100%;
    }
    .contents .category .float-wrap .center,
    .contents .page .float-wrap .center {
        width: 100%;
    }

    .float-wrap .catch{
        font-size: 1.7rem;
    }
    /*--------------------------------------
    　btn
    ---------------------------------------*/
    .btn-internal a,
    .btn-web a,
    .btn-tel a,
    .btn-link a {
        box-sizing: border-box;
        font-size: 1.4rem;
        background-size: 6px auto;
        padding: 1.5rem 3rem;
        /* line-height: 1.4; */
    }

    .btn-link {
        margin: 20px auto;
        width: 90%;
    }
    .btn-link a {
        display: block;
        padding: 1.5rem 3rem;
        border: solid 1px #042749;
        background: url("img/arrow_bk.svg") no-repeat right 17px center;
        background-size: 6px auto;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        line-height: 1.3;
        border-radius: 50px;
    }
    .btn-tel a {
        margin: 3rem auto;
        width: 90%;
        display: block;
        padding: 1.5rem 3rem;
        outline-offset: -3px;
        background: #005a9e url("img/icon_tell.png") left 15px top 50% no-repeat;
        background-size: 17px;
        color: #FFF;
        text-align: center;
        font-weight: bold;
        font-size: 1.4rem;
        border-radius: 100px;
        line-height: 1.4;
    }
    .btn-internal a:hover,
    .btn-web a:hover {
        opacity: 1;
    }
    /*--------------------------------------
    pankuzu
    ---------------------------------------*/
    #pankuzu {
        width: 100%;
    }
    #pankuzuWrap {
        overflow: auto;
        white-space: nowrap;
    }
    #pankuzu a {
        color: #838383;
    }
    /*--------------------------------------
    　box-wrap
    ---------------------------------------*/
    .contents .box-wrap {
        box-sizing: border-box;
        margin: 20px 0;
        padding: 0;
    }
    .contents .box {
        position: relative;
        margin: 0 0 20px;
        width: 100%;
    }
    .contents .category .box,
    .contents .page .box {
        width: 100%;
    }
    .contents .left_box {
        padding: 15px;
    }

    .contents .left_box .box-head {
        margin: 0;
    }
    .contents .left_box .box-head .sttl {
        margin: 0 0 10px;
        font-size: 1.7rem;
    }
    .contents .left_box .box-head .sttl:before,
    .contents .left_box .box-head .sttl:after {
        content: none;
    }
    .contents .left_box .box-head .sttl a {
        padding: 0.5rem 0;
        background-size: 7px auto;
    }
    .contents .left_box .box-body {
        text-align: left;
    }
    .contents .left_box .box-body p {
        margin: 0;
    }

    /* frame-wrap */
    .contents .frame-wrap {
        margin: 30px 0 20px;
        counter-reset: div;
    }
    .contents .frame {
        margin: 0 0 20px;
        width: 100%;
    }

    .contents .category .frameRight,
    .contents .page .frameRight {
        box-sizing: border-box;
        padding: 20px;
        width: 100%;
        margin-bottom: 2rem;
    }

    .contents .frameRight .frame-head:after {
        content: none;
    }

    .contents .frameRight .frame-body__catch {
        margin: 0 0 1rem;
    }
    .contents .page .frameRight table:not([class]){
        margin-top: 2rem;
    }
    .date-icon-wrap {
        padding: 10px;
        width: 100%;
    }
    .date-icon-wrap ul li {
        width: 100px;
    }
    /*--------------------------------------
    　table
    ---------------------------------------*/
    .contents table:not([class]) {
        margin: 30px auto;
        width: 100%;
        table-layout: fixed;
    }
    .contents table:not([class]) {
        width: 100%;
        border: none;
        border-collapse: collapse;
        margin: 0 0 20px auto;
        background: #fff;
    }
    .contents table:not([class]) tr {
        display: block;
    }
    .contents table:not([class]) tr:last-child {
        margin: 0;
    }

    .contents table:not([class]) td {
        background: #fff;
    }
    .contents table:not([class]) th,
    .contents table:not([class]) td {
        display: block;
        box-sizing: border-box;
        padding: 1rem;
        border: none;
        border: 1px solid #cfcfcf;
        line-height: 1.4;
        text-align: left;
        margin: -1px 0 0 0;
        width: 100% !important;
    }
    .contents .rank,
    .contents .noCount .recommend,
    .contents .noCount .check,
    .contents .noCount .point,
    .contents .rank_wrap2 .recommend,
    .contents .rank_wrap3 .check,
    .contents .rank_wrap4 .point  {
        padding: 16px 0px 10px 7rem;
        font-size: 2rem;
        background-size: 25px auto;
    }
    .contents .noCount .recommend{
        padding: 16px 0px 10px 8rem;
    }
    .contents .rank_wrap2 .recommend{
        padding: 16px 0px 10px 9.5rem;
    }
    .contents .rank_wrap3 .check,
    .contents .rank_wrap4 .point{
        padding: 16px 0px 10px 8.5rem;
    }

    .contents .rank:before,
    .contents .noCount .recommend:before,
    .contents .noCount .check:before,
    .contents .noCount .point:before,
    .contents .rank_wrap2 .recommend:before,
    .contents .rank_wrap3 .check:before,
    .contents .rank_wrap4 .point:before {
        font-size: 80%;
        top: 10%;
        padding: 20px 0 0 10px;
    }

    .contents .rank_wrap2 .recommend:after,
    .contents .rank_wrap3 .check:after,
    .contents .rank_wrap4 .point:after {
        font-size: 85%;
        left: 7.5rem;
        top: 34%;
    }
    .contents .rank_wrap3 .check:after{
        left: 6.5rem;
    }
    .contents .rank_wrap4 .point:after{
        left: 6rem;
    }
    /*--------------------------------------
    　float img
    ---------------------------------------*/
    /* frame-wrap */
    .contents .frameRight .frame-head {
        margin: 0 0 1.5rem;
        font-size: 2rem;
    }
    .contents .frameRight .frame-head:after {
        content: none;
    }
    .contents .frameRight .frame-head a {
        background-size: 7px auto;
    }
    .contents .frameRight .frame-body__catch {
        margin: 0 0 1rem;
    }
    .contents .frameRight .frame-body__catch{
        font-size: 1.7rem;
    }
    .contents .frameRight .frame-body .btn-internal {
        margin: 1.5rem auto 1rem;
    }
    .contents .frameRight .frame-body .btn-link{
        margin: 1rem auto;
    }

}

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

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

    .titLArea .titL a:after {
        width: 8px;
        height: 14px;
        background-size: contain;
        padding-left: 2rem;
    }

    .subBox01-ttl {
        font-size: 1.6rem;
        padding: 1rem 0;
        margin: 1rem 0 0 0 !important;
    }
    .top-list {
        margin: 0 0 2rem 0;
        word-break: break-all;
    }
    .toc_parts {
        margin: 1rem 0 3rem;
        padding: 3rem 2.5rem 2rem;
    }
    .toc_parts .ttl {
        font-size: 1.6rem;
        border-left: 2px solid #6e6e6e;
    }
    #toc {
        margin: 1.5rem 0 0 0;
        padding: 1rem 0 0;
    }
    #toc .chapter .chapter-h {
        margin: 1rem 0;
        padding: 0 0 0 3rem;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    #toc ul.chapter .chapter-h::before {
        top: 11px;
        font-size: 1.8rem;
    }
    #toc li.chapter-h.chapter-h-three {
        margin: 0.5rem 0 0.5rem 2rem;
    }
    #toc li.chapter-h.chapter-h-three::before {
        top: 6px;
        width: 6px;
        height: 6px;
    }
    #toc li.chapter-h-three+.chapter-h-two {
        margin-top: 2rem;
    }

    /*banner*/
    
    .index-banner {
        margin: 5rem 0 0 0;
        position: fixed;
        left:0;
        bottom: 0;
        z-index: 300;
        display: none;
        width: 100%;
    }

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

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

    .text-banner-box.part03 {
        position: relative;
        max-width: 100%;
        left: 0;
    }
    .text-banner-box:before,
    .text-banner-box:after{
        content: none;
    }

    .text-banner-box.part03 .cmn02-paragraph {
        font-size: 1.8rem;
        line-height: 1.6;
        color: #fff;
        background: url(img/arrow_wh.svg) right 0px top 50% no-repeat;
        background-size: 10px auto;
        margin: 0;
    }
    .text-banner-box.part03 .cmn02-paragraph span{
        padding: 0.25rem 0.5rem;
        font-size: 1.4rem;
        background: #042749;
    }

    .text-banner-box.part03 .text-banner-box__text {
        padding: 0.8rem 2rem;
        position: relative;
        background: url(img/banner_sp.jpg) no-repeat 0 0;
        background-size: cover;
        width: 100%;
    }
    
	.accordion_btn{
		padding: 1.5rem 3rem;
		margin: 20px auto;
		font-size: 1.5rem;
	}
	.accordion_btn::before{
		right: 10px;
	}
			
}


/* ==================
    関連記事
   ================== */

#related-article p {
    margin: 0;
}

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

#related-article .related-article01-title {
    padding: 0 0 0 1rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

#related-article .related-article01-title span {
    color: #005a9e;
}

#related-article .related-article01-list {
    margin: 15px 0 0 0;
    padding: 0 20px 0;
    font-weight: 700;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 480px) {
    #related-article.related-article01-frame{
        padding: 3rem;
    }
    #related-article .related-article01-frame {
        padding: 2rem 2.5rem;
        margin: 6rem 1rem 3rem;
    }
    #related-article .related-article01-title span {
        font-size: 1.8rem;
    }
    #related-article .related-article01-list {
        margin: 0;
        padding: 1rem 0 0;
    }
    #related-article .related-article01-list li {
        margin: 1rem 0;
        padding: 0 0 0 2rem;
        font-size: 1.4rem;
    }
    #related-article .related-article01-list li:last-child {
        margin-bottom: 0;
    }
    #related-article .related-article01-list li::before{
        width: 1rem;
        height: 1rem;
    }
}