@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("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
  }

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

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

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

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


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

body {
    color: #000;
    font-family: 'Noto Sans JP', 'M PLUS 1p', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
    font-size: 1.4rem;
    line-height: 1.8em;
    min-width: 1000px;
    word-break: break-word;
}

body#category,
body#page {
    min-width: 1050px;
}

.accordion-contents--wrapper {
    display: none;
    width: 100%;
}

.accordion-btn {
    position: relative;
    margin: 0px auto;
    padding: 20px 40px;
    text-align: center;
    font-weight: bold;
    width: 40%;
    font-size: 1.6rem;
    border-radius: 50px;
    box-sizing: border-box;
    border: 5px solid #eee;
    background: #fff;
}

.accordion-btn:before {
    position: absolute;
    content: "";
    background: url(img/plus.png) no-repeat right center;
    background-size: 20px auto;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    height: 20px;
    width: 20px;
}

.accordion-btn.open:before {
    position: absolute;
    content: "";
    background: url(img/minus.png) no-repeat right center;
    background-size: 20px auto;
}
#category .accordion-btn::after,
#page .accordion-btn::after{
    content: '見る';
}
#category .accordion-btn.open::after,
#page .accordion-btn.open::after{
    content: '閉じる';
}

@media screen and (max-width: 480px) {
    .accordion-btn:before {
        right: 20px
    }
}

.accordion-contents {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin: 3rem 0;
    width: 100%;
}

.ph {
    text-align: center;
}

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

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

li a,
p:not([class^="btn-"]) a {
    text-decoration: underline;
}

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

.subBox03.normal {
    margin-top: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: bold;
}

.sp {
    display: none;
}

.sp_br {
    display: none;
}

a:hover {
    opacity: 0.6;
}

.bgTxt {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 5rem;
    color: #fdd8ad;
    margin: 0 auto 1rem;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    line-height: 1em;
}

.addCont09 .bgTxt {
    margin: 0px 0 5.5rem -8.5rem;
}

.addCont01 .bgTxt {
    color: #ffffff;
}

/*--------------------------------------
Slider　カルーセルつきスライドショー
---------------------------------------*/

#slideArea {
    margin: 0 auto 60px;
}

#slideArea .slideinner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track::before,
.slick-track::after {
    display: table;
    content: '';
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-initialized .slick-slide p {
    display: block;
    margin: 10px 0 0 0;
    line-height: 1.4;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 10px;
    font-size: 1.2rem;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: 68px;
    box-sizing: border-box;
}

.slider {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
}

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

.slider .slider-nav-wrap {
    position: relative;
}

.slider .slider-nav-wrap .slider-nav .slick-list {
    padding: 0 !important;
}

.slider .slider-nav-wrap .slider-nav .slick-track {
    left: 0;
    width: 100%;
    opacity: 1;
}

.slider .slider-nav-wrap .slider-nav .slick-slide {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
    padding: 6px 10px;
}

.slider .slider-nav-wrap .slider-nav .slick-slide:hover {
    opacity: .5;
}

.slider .slider-nav-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider .slider-nav-wrap .slick-prev {
    right: 0;
    border-width: 0;
    border-color: transparent transparent transparent #444444;
}

.slider .slider-nav-wrap .slick-next {
    left: 0;
    border-width: 0;
    border-color: transparent #444444 transparent transparent;
}

.slider .slider-for {
    float: left;
    width: 85%;
}

.slider .slider-for button.slick-next {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2%;
    z-index: 5;
    background: url(img/arrow_slide_next.png) no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;
    font-size: 0;
}

.slider .slider-for button.slick-prev {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2%;
    z-index: 5;
    background: url(img/arrow_slide_prev.png) no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;
    font-size: 0;
}

.slider .slider-nav-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 350px;
}

.slider .slider-nav-wrap .slick-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider .slider-nav-wrap .slick-next {
    top: -1.5em;
    background: url(img/arrow_slide_thumb_top.png) center center no-repeat;
    width: 22px;
    height: 13px;
}

.slider .slider-nav-wrap .slick-prev {
    top: auto;
    bottom: 3.5em;
    background: url(img/arrow_slide_thumb_bottom.png) center center no-repeat;
    width: 22px;
    height: 13px;
}


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

/*header　*/

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

header {
    position: relative;
}

#headNoteArea {
    width: 100%;
    padding: 2rem 0;
    font-size: 2.8rem;
    background: #fff;
    border-top: 8px solid #fccb92;
}

#headNoteArea .areaInner {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
}

#headNoteArea .sitename,
#headNoteArea .sitename a {
    font-size: 1.6rem;
    /* text-align: center; */
    margin: auto;
    line-height: 1.2;
    font-weight: bold;
}
#headNoteArea .sitename:before {
  content: "PR";
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
  font-size: 1.4rem;
}

#headNoteArea .sitename a {
    background: none;
    padding: 0;
}

#headNoteArea .sitename.sitename_top,
#headNoteArea .sitename.sitename_top a {
    font-size: 1.6rem;
}


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

/*g-nav　*/

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

#g-nav {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
    /* margin-bottom: 2rem; */
}

#g-nav ul {
    width: 1200px;
    margin: 0 auto 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

#g-nav ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 20%;
    position: relative;
    background-size: 104px, auto;
}

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

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

#g-nav li a {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.8rem;
    text-decoration: none;
}

#g-nav li a:hover {
    color: #e67d02;
    position: relative;
    opacity: 1;
}

#g-nav li a:hover::after {
    content: "";
    width: 95px;
    height: 4px;
    background: #e67d02;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}


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

#pankuzu {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 14px 0 40px;
    width: 1000px;
}

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


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

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

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

#category,
#page {
    width: 1050px;
    margin: 0 auto;
}

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


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

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    width: 60px;
}

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


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

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

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

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

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

#side .sideBox .sttl a {
    background: #ffffff url(img/top_h2.png) right 1.5rem top 50% no-repeat;
    background-size: 20px auto;
    display: block;
    height: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    padding: 20px 10px 18px;
    padding-right: 50px;
    position: relative;
    z-index: 2;
}

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

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

footer {
    margin: 10rem 0 0;
    padding: 0;
    background: #fcefd5;
}

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

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

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

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

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

footer .areaInner .footBox .sttl a {
    background: url("img/arrow_gray.png") 0px 50% no-repeat;
    background-size: 26px auto;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #4c4c4c;
    padding: 3px 0 3px 34px;
}

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

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

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

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

footer .areaInner .footBox .accChild li a {
    background: url("img/banner_arrow.png") 0 50% no-repeat;
    background-size: auto 11px;
    font-size: 1.3rem;
    font-weight: normal;
    color: #4c4c4c;
    padding: 0 0 0 10px;
}

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

footer .areaInner .noticeArea p {
    padding: 20px 30px;
    font-size: 1.2rem;
    margin: 0;
    border: 1px solid #4c4c4c;
}

footer .areaInner .noticeArea .botPrg {
    font-size: 1.2rem;
    text-align: center;
    padding: 10px 0 0;
    border: none;
}

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

footer .botArea .botInner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

footer .botArea .botInner .smap {
    float: right;
}

footer .botArea .botInner .smap a {
    font-size: 1.2rem;
}

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

footer p.copy {
    font-size: 1.2rem;
    color: #000;
    float: left;
    margin: 0;
}

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

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


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

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

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

#category .titLArea,
#page .titLArea {
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
}

#category .titLArea,
#page .titLArea {
    background: url(img/low_h1.png) no-repeat top 3.5rem center;
    background-size: auto 37px;
}

#category h1,
#page h1 {
    text-align: center;
    position: relative;
    box-sizing: border-box;
    font-size: 3rem;
    line-height: 4.4rem;
    padding: 3rem;
}

#category h1::before,
#page h1::before {
    content: "";
    width: 64px;
    height: 5px;
    background: #e67d02;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: auto;
    right: 0;
}

#category h2,
#page h2 {
    position: relative;
    margin: 35px 0 20px;
    padding: 20px 20px 20px 80px;
    font-size: 2.6rem;
    line-height: 1.4;
    background: #fccb92;
    z-index: 1;
}

#category h2::before,
#page h2::before {
    content: '';
    background: url(img/h3_home.png)no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
}
#category h2 a,
#page h2 a,
#category h3 a,
#page h3 a{
    padding-right: 35px;
    background: url(img/top_h2.png) no-repeat right 50%;
    background-size: 30px auto;
    display: block;
}
.sitemap h2 a {
    color: #444;
}

#category h2 a:hover,
#page h2 a:hover {
    opacity: 0.6;
}

#category h3,
#page h3 {
    position: relative;
    border-bottom: solid 3px  #e3e3e3
;
    margin: 35px 0 20px;
    padding: 18px 0px 17px 60px;
    font-size: 2.2rem;
    line-height: 3.5rem;
    background: url(img/low_h4.png) left 5px center no-repeat;
    background-size: 36px auto;
}

#category h3 a:hover,
#page h3 a:hover {
    opacity: 0.6;
}

#category h6,
#category h4,
#category h5,
#category h6,
#page h4,
#page h5,
#page h6 {
    margin: 35px 0 20px;
    padding: 10px;
    font-size: 2rem;
    border-left: 3px solid #e67d02;
}

#category h6 a,
#category h4 a,
#category h5 a,
#category h6 a,
#page h4 a,
#page h5 a,
#page h6 a,
#contents .recommend a,
#contents .point a,
#contents .check a {
    padding-right: 25px;
    background: url(img/top_h2.png) no-repeat right 50%;
    background-size: 20px auto;
    display: block;
}

#category h6::before,
#category h4::before,
#category h5::before,
#category h6::before,
#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;
}

#contents ul {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
}

#contents ul li {
    padding: 0 0 6px 22px;
    position: relative;
}

#contents ul li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e67d02;
    left: 2px;
    top: 6px;
}

#contents ol {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
    counter-reset: number;
}

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

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

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

#contents ol li:nth-child(n+10)::before {
    content: counter(number);
}
.sBox .sbox-catch span,
.sBox .grayArea .gray_txt span,
p:not([class]) span:not([class]) {
	text-decoration: underline;
	text-decoration-thickness: 0.4em; /* 線の太さ */
	text-underline-offset: -0.1em; /* 線の位置 */
	text-decoration-color:#c1ecff;
	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 {
    display: block;
    position: relative;
    margin: 30px 0 40px 2%;
    padding: 15px 15px 15px 50px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    background: #eeeeee;
}

#contents .rank::before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    padding: 10px 0 0 10px;
    line-height: 1.1;
    font-size: 3rem;
    color: #1c2a45;
    border-radius: 50%;
    margin: auto 0;
    height: 55px;
    bottom: 0;
    top: 0;
    left: -21px;
    position: absolute;
    background: #fda82b;
    width: 55px;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    display: block;
}

#contents .noCount .recommend::before,
#contents .noCount .check::before,
#contents .noCount .point::before {
    margin: auto 0;
    content: "";
    width: 90px;
    height: 55px;
    left: -50px;
    top: 0px;
    bottom: 0;
    display: block;
    position: absolute;
}
#contents .noCount .recommend::before{
    background: url(img/recommend_ico.png) no-repeat left center;
    background-size: 90px auto;
}
#contents .noCount .check::before {
    background: url(img/check_ico.png) no-repeat left center;
    background-size: 90px auto;
}
#contents .noCount .point::before {
    background: url(img/point_ico.png) no-repeat left center;
    background-size: 90px auto;
}

/*--------------------------------------
 table
---------------------------------------*/
#contents table {
    width: 100%;
    table-layout: fixed;
    margin: 3rem auto;
}

#contents table th {
    width: 26%;
    padding: 16px 16px;
    background: #999;
    border: 1px solid #999;
    border-right: none;
    line-height: 2.2rem;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    word-break: break-all;
}

#contents table tr th {
    border-bottom: 1px solid #fff;
}

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

#contents table td {
    line-height: 2.2rem;
    padding: 14px 20px;
    border: 1px solid #999;
    background: #ffffff;
    font-size: 1.3rem;
    text-align: left;
    word-break: break-all;
}

#contents table td:first-of-type {
    border-left: none;
}


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

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

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

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

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

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

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

#contents .float-wrap .center {
    width: 340px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
}

#contents #category .float-wrap .center,
#contents #page .float-wrap .center {
    width: 280px;
}
.addCont02 .catch,
.float-wrap .catch{
    font-size: 1.8rem;
    color: #e67d02;
    font-weight: bold;
}
.caption {
    margin: 8px 0 0;
    font-size: 1.0rem;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}


/*chrome safari*/

.caption::-webkit-scrollbar {
    height: 5px;
}

.caption::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.caption::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #ddd;
}


/*--------------------------------------
 btn
---------------------------------------*/

.btn-internal a,
.btn-web a {
    box-sizing: border-box;
}

.btn-internal,
.btn-web {
    width: 450px;
    margin: 15px auto;
    position: relative;
    box-sizing: border-box;
}

.btn-internal a,
.btn-web a,
.btn-tel a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 25px 80px 25px 70px;
    display: block;
    text-align: center;
    position: relative;
}

.btn-internal a {
    background: #f06748 url("img/arrow_wt.png") right 4rem top 50% no-repeat;
    background-size: 32px auto;
}
.btn-web a {
    background: #0a79db url("img/arrow_wt.png") right 4rem top 50% no-repeat;
}
.btn-internal a:hover,
.btn-web a:hover {
    opacity: 0.7;
}

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

.btn-link a {
    background: url("img/top_h2.png") 0% 50% no-repeat;
    background-size: 20px auto;
    padding: 4px 0 4px 30px;
    line-height: 1.3;
    font-size: 16px;
    text-decoration: underline;
    color: #000;
    font-weight: bold;
}
.btn-link a:hover{
    opacity: 1;
    text-decoration: none;
}

p {
    margin: 15px 0 15px 0;
}

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

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

#page.sitemap li a:hover {
    text-decoration: underline;
}
.lower .headArea,
#index .headArea {
    padding: 0 25px;
    text-align: left;
    position: relative;
}

#index .addCont08 .headArea {
    width: 77%;
    padding-right: 23%;
    margin-bottom: 5rem;
}

#index .addCont08 .headArea .addTxt {
    margin-top: 3rem;
}

#index .addCont02 .headArea .addTxt {
    margin-top: 30px;
    line-height: 1.9em;
}

.lower .wi1000 .titL,
#index .wi1000 .titL {
    margin: 0 auto 5rem;
    font-size: 3.2rem;
    line-height: 4.3rem;
    text-align: center;
    font-weight: bold;
}

#index .addCont02 .wi1000 .titL {
    margin-bottom: 3rem;
}

#index .wi1000 .titL a {
    background: url(img/top_h2.png) no-repeat right 50%;
    background-size: 42px auto;
    padding: 0 70px 0 0;
}

.frame-body p {
    margin: 1rem 0 2rem;
}


/*addCont01*/

.addCont01 {
    margin: -1px 0 0 0;
    padding: 10rem 0;
    position: relative;
    background: url(img/add01_bg.jpg) no-repeat 0 0;
    background-size: cover;
}
.addCont01.lower{
    padding: 6rem 2.5rem;
    margin: 5rem 0;
}
.lower .wi1000{
    width: 100%;
}

.addCont01 .headArea {
    margin: 0 0 45px 0;
}

.addCont01 .thBoxArea {
    margin: 40px 0 20px;
}

.addCont01 .thBoxArea .sBox {
    width: 320px;
    padding: 0 20px 30px;
    float: left;
    margin: 0 20px 0 0;
    background: #FFF;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #f06748;
}
.lower .thBoxArea .sBox{
    width: 223px;
    padding: 0 15px 25px;
}

.addCont01 .thBoxArea .sBox:nth-child(3n) {
    margin: 0;
}
.sBox .fuki-text{
    font-size: 2.1rem;
    text-align: center;
    font-weight: bold;
    position: relative;
    color: #fff;
    background: #f06748;
    margin: 0 -20px 20px;
    padding: 15px 0;
    border-radius: 18px 18px 0 0;
}
.lower .sBox .fuki-text{
    margin: 0 -15px 15px;
    font-size: 1.5rem;
    padding: 10px 0;
}
.sBox .fuki-text::before{
    width: 18px;
    height: 10px;
    background: #f06748;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    content: '';
}
.sBox .sbox-catch{
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #545353;
}
.lower .sBox .sbox-catch{
    font-size: 1.4rem;
}

.addCont01 .thBoxArea .sBox .caption {
    text-align: center;
    margin: 10px 0 0;
}
.addCont01.lower .thBoxArea .sBox .comName{
    font-size: 2.1rem;
}
.addCont01 .thBoxArea .sBox .comName {
    font-size: 2.8rem;
    font-weight: bold;
    padding: 0;
    margin: 5px 0 20px 0;
    line-height: 1.3;
    align-items: center;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.sBox .grayArea {
    padding: 15px;
    background: #f5f5f5;
    margin: 20px 0 10px;
}
.sBox .grayArea .ssTit {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f06748;
    text-align: center;
}
.lower .sBox .grayArea .ssTit{
    font-size: 1.4rem;
}
.sBox .grayArea .gray_txt {
    text-align: left;
}
.lower .sBox .grayArea .gray_txt{
    font-size: 1.3rem;
}

.addCont01 .thBoxArea .sBox .btn-web{
    margin: 30px auto 15px;
}
.lower .thBoxArea .sBox .btn-web{
    margin: 30px auto 15px;
}
.addCont01 .thBoxArea .sBox .btn-internal,
.addCont01 .thBoxArea .sBox .btn-web {
    width: 95%;
}

.addCont01 .thBoxArea .sBox .btn-internal a,
.addCont01 .thBoxArea .sBox .btn-web a {
    padding: 2rem 5rem 2rem 3rem;
}
.lower .thBoxArea .sBox .btn-internal a,
.lower .thBoxArea .sBox .btn-web a{
    padding: 1.5rem 3rem;
    font-size: 1.4rem;
}
.addCont01 .thBoxArea .sBox .btn-web a {
    background: #0a79db url("img/arrow_wt.png") right 2rem top 50% no-repeat;
    background-size: 2.4rem auto;
}
.lower .thBoxArea .sBox .btn-web a{
    background: #0a79db url("img/arrow_wt.png") right 1rem top 50% no-repeat;
    background-size: 16px auto;
}
.addCont01 .thBoxArea .sBox .btn-internal a {
    background: #4c4c4c url("img/arrow_wt_down.png") right 2.5rem top 50% no-repeat;
    background-size: auto 24px;
}
.lower .thBoxArea .sBox .btn-internal a{
    background: #4c4c4c url("img/arrow_wt.png") right 1rem top 50% no-repeat;
    background-size: 16px auto;
    padding: 2.5rem 3rem;
}


/*addCont02*/

#index .addCont02 {
    margin: 10rem auto;
}

#index .addCont02 .frame-wrap {
    margin: 8rem auto 4rem;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 47px;
}

#index .addCont02 .frame-wrap .frame.check {
    width: calc((100% - 10%)/3);
    margin-bottom: 2rem;
    border: 1px solid #999;
    position: relative;
}

#index .addCont02 .frame-wrap .frame.check::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 54px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(img/point_01.jpg) no-repeat center #fff;
    background-size: contain;
    top: -35px;
}

#index .addCont02 .frame-wrap .frame.check .inner {
    padding: 5rem 3rem 2rem;
}

#index .addCont02 .frame-wrap .frame-head {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#index .addCont02 .frame-wrap .frame-head::before {
    content: "";
    width: 58px;
    height: 5px;
    background: #e67d02;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}


/*addCont03*/

#index .addCont03 {
    margin: 10rem auto 6rem;
    counter-reset: company;
    width: 100%;
    overflow: hidden;
}

#index .addCont03 .bgbd {
    background: #f5f5f5;
    padding: 47px 0 60px 0;
    width: 125%;
    margin: 5rem -12.5% 4rem;
}

#index .addCont03 .bgbd .slideinner {
    margin-bottom: 6rem;
}

#index .addCont03 .sTitArea .titM {
    font-size: 4.5rem;
    text-align: left;
    line-height: 1.4;
}

#index .addCont03 .bgbd .sTitArea {
    position: relative;
    padding: 19px 0 19px 34rem;
    box-sizing: border-box;
    margin: 0 0 80px -17%;
    border-radius: 19px;
    background: #fccb92;
}

#index .addCont03 .bgbd .sTitArea::before {
    counter-increment: company;
    content: counter(company, decimal-leading-zero);
    position: absolute;
    left: 17%;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    top: 12%;
    width: 124px;
    height: 100px;
    font-size: 4.3rem;
    padding: 3% 0 0 1%;
    color: #000;
    background: url("img/icon_num_com.png") top left no-repeat;
    background-size: 124px auto;
}


#index .addCont03 .sTitArea .catch {
    font-size: 2rem;
    margin: 1rem 0 .5rem;
}

#index .addCont03 .sTit-wrap {
    border-left: 8px solid #e67d02;
    padding: 1px 20px;
    margin: 4rem 0 4rem;
}

#index .addCont03 h4.sTit {
    font-size: 3rem;
    line-height: 1.4;
}

#index .addCont03 .sTit-wrap span {
    font-size: 1.8rem;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: normal;
    letter-spacing: .1em;
}

#index .addCont03 .subBox03 .frame-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 5rem 0 7rem;
}

#index .addCont03 .subBox03 .frame {
    width: calc((100% - 5%)/2);
    margin-right: 5%;
    box-sizing: border-box;
}

#index .addCont03 .subBox03 .frame:last-child {
    margin-right: 0;
}

#index .addCont03 .subBox03 .frame .kutikomi {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.addCont03 .btn-web{
    margin: 5rem auto 8rem;
}

#index .addCont03 .subBox03 .frame .kutikomi .frame-head {
    font-size: 1.8rem;
    color: #e67d02;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#index .addCont03 .subBox03 .frame-body p{
    margin: 0;    
}
#index .addCont03 .frame.kutikomi .caption{
    margin: 2rem 0 1rem;
}
.caption a{
    color: #999;
    text-decoration: underline;
}

#index .subBox04-info {
    display: flex;
    gap: 2rem;
}

#index .subBox04-info .infoMap {
    flex-basis: 50%;
}

#index .subBox04-info .infoMap iframe {
    width: 100%;
    
}

#index .subBox04-info .infoBox {
    flex-basis: 50%;
}

#index .subBox04-info .infoBox table {
    margin: 0;
}

/*addCont06*/

#index .addCont06 {
    margin: 6rem auto 10rem auto;
}

#index .addCont06 .frame-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 5rem 0 0;
    width: 100%;
}

#index .addCont06 .frame-wrap .frame.list {
    width: calc((100% - 6%)/3);
    background: #ececdf;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 3rem 3rem 0;
    border-radius: 20px;
}

#index .addCont06 .frame-wrap.guide .frame.list {
    background: #fff9db;
}

#index .addCont06 .frame-wrap .frame.list:nth-child(3n) {
    margin: 0 0 3rem 0;
}

#index .addCont06 .frame.list .inner {
    background: #fff;
    border-radius: 10px;
}

#index .addCont06 .frame.list .frame-head {
    text-align: center;
    padding: 2rem;
    line-height: 1.4;
}

#index .addCont06 .frame.list .frame-head a {
    font-size: 2rem;
    color: #e67d02;
    background: url(img/top_h2.png) no-repeat right;
    background-size: 2rem auto;
    padding: 0 3rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#index .addCont06 .frame.list .frame-body {
    padding: 0rem 2rem 2rem;
}

#index .addCont06 .frame.list .inner .dashed table{
    margin: 2rem auto;
}
#index .addCont06 .frame.list .inner .dashed table th,
#index .addCont06 .frame.list .inner .dashed table td{
    padding: 1rem;
    font-size: 1.4rem;
    line-height: 1.3;
}
.addCont06 .btn-link{
    margin: 0 ;
}
.addCont06 .btn-link a{
    font-size: 1.4rem;
}

/*addCont08*/

#index .addCont08 {
    margin: 0;
    padding: 10rem 0 6rem;
    background: #f5f5f5;
}

#index .addCont08 .headArea::after {
    content: "";
    position: absolute;
    background: url(img/add08_bg.png) no-repeat right bottom;
    background-size: 120px auto;
    width: 120px;
    height: 100px;
    right: 60px;
    bottom: 0;
}

#index .addCont08 .frame-wrap {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
    margin: 3rem auto;
    width: 100%;
    counter-reset: step;
}

#index .addCont08 .frame-wrap .frame.preperation {
    width: calc((100% - 6.3%)/2);
    margin: 0 3rem 3rem 0;
    background: #686b70;
    color: #fff;
}

#index .addCont08 .frame-wrap .frame.preperation .frame-img {
    width: 100%;
    position: relative;
    z-index: 0;
}
#index .addCont08 .frame-wrap .frame.preperation .frame-img img{
    width: 100%;
}

#index .addCont08 .frame-wrap .frame.preperation:nth-child(2n) {
    margin: 0 0 3rem 0;
}

#index .addCont08 .frame-head {
    border-bottom: 1px solid #fff;
    margin: 0 2.5rem;
}

#index .addCont08 .frame .frame-head .sttl.rank {
    padding: 0;
    background: none;
    margin: 0;
    border: none;
    color: #fff;
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    line-height: 1.4;
    /* width: calc(100% - 4rem); */
}

#index .addCont08 .frame .frame-head .sttl.rank::before {
    content: none;
}

#index .addCont08 .frame .frame-head .sttl.rank a {
    color: #f2b947;
    background: url(img/arrow_wt.png) no-repeat right 50%;
    background-size: 20px auto;
    display: block;
    padding: 0 30px;
    width: 100%;
}

#index .addCont08 .frame-body {
    padding: 1rem 2.5rem;
    position: relative;
}

/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
  background: #f5f5f5;
  margin: 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 #e67d02;
}

#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #ddd;
}
#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: "0" counter(count);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0,-50%);
  color: #e67d02;
  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;
}
.btn-tel{
    display: none;
}

@media screen and (max-width: 480px) {
    body {
        line-height: 1.7em;
        width: 100%;
        min-width: 100%;
    }
    .accordion-btn {
        padding: 20px 40px;
        width: auto;
        width: 80%;
    }
    .accordion-contents {
        margin-top: 0;
    }

    .pc {
        display: none;
    }
    .pc_br {
        display: none;
    }
    .sp {
        display: block;
    }
    .sp_br {
        display: block;
    }
    img {
        max-width: 100%;
    }
    p {
        font-size: 1.4rem;
        margin: 0 0 10px 0;
    }

    a {
        text-decoration: none;
    }
    a:hover {
        opacity: 1;
    }
    .wi1000 {
        width: 100%;
        margin: 0 auto;
        padding: 1.5rem;
        box-sizing: border-box;
    }

    .subBox04.wi1000 iframe {
        width: 100%;
        height: 200px;
    }
    .baseBox {
        padding: 0 10px;
    }
    #category,
    #page {
        width: 100%;
        margin: 0 auto;
    }
    #category .baseBox,
    #page .baseBox {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
    /*--------------------------------------
Slider　カルーセルつきスライドショー
---------------------------------------*/
    #slideArea {
        margin: 0 auto 30px;
    }
    #slideArea .slideinner {
        margin: 0 auto;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
    }
    .slick-slider {
        position: relative;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }
    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .slick-list:focus {
        outline: none;
    }
    .slick-list.dragging {
        cursor: pointer;
    }
    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    .slick-track::before,
    .slick-track::after {
        display: table;
        content: '';
    }
    .slick-track::after {
        clear: both;
    }
    .slick-loading .slick-track {
        visibility: hidden;
    }
    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }
    [dir='rtl'] .slick-slide {
        float: right;
    }
    .slick-slide img {
        display: block;
    }
    .slick-slide.slick-loading img {
        display: none;
    }
    .slick-slide.dragging img {
        pointer-events: none;
    }
    .slick-initialized .slick-slide {
        display: block;
    }
    .slick-initialized .slick-slide p {
        display: block;
        margin: 10px 0 5px 0;
        line-height: 1.4;
        padding: 0;
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .slick-loading .slick-slide {
        visibility: hidden;
    }
    .slick-vertical .slick-slide {
        display: block;
        height: 68px;
        box-sizing: border-box;
    }
    .slick-arrow.slick-hidden {
        display: none;
    }
    .slider {
        position: relative;
        max-width: 940px;
    }
    .slider img {
        max-width: 100%;
        height: auto;
    }
    .slider .slider-nav-wrap {
        position: relative;
    }
    .slider .slider-nav-wrap .slider-nav .slick-list {
        padding: 0 !important;
    }
    .slider .slider-nav-wrap .slider-nav .slick-track {
        left: 0;
        width: 100%;
        opacity: 1;
        position: relative;
    }
    .slider .slider-nav-wrap .slider-nav .slick-slide {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        opacity: 1;
        padding: 7px;
    }
    .slider .slider-nav-wrap .slider-nav .slick-slide:hover {
        opacity: .5;
    }
    .slider .slider-nav-wrap .slick-arrow {
        position: absolute;
        top: 50%;
        left: inherit;
        width: 0;
        height: 0;
        border-style: solid;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slider .slider-nav-wrap .slick-prev {
        right: 0;
        border-width: 0;
        border-color: transparent transparent transparent #444444;
    }
    .slider .slider-nav-wrap .slick-next {
        left: 0;
        border-width: 0;
        border-color: transparent #444444 transparent transparent;
    }
    .slider .slider-for {
        float: none;
        width: 100%;
        margin: 0 0 40px;
    }
    .slider .slider-for button.slick-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(img/arrow_slide_next.png) no-repeat;
        width: 20px;
        height: 20px;
        top: 42%;
        right: 2%;
        z-index: 5;
        background-size: 100%;
    }
    .slider .slider-for button.slick-prev {
        position: absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 2%;
        z-index: 5;
        background: url(img/arrow_slide_prev.png) no-repeat;
        background-size: 100%;
        width: 20px;
        height: 20px;
    }
    .slider .slider-nav-wrap {
        position: static;
        top: inherit;
        right: inherit;
        width: 86%;
        padding: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: inherit;
        margin: 0 auto;
    }
    .slider .slider-nav-wrap .slick-next {
        top: 50%;
        left: -5%;
        background: url(img/arrow_black_left.png) center center no-repeat;
        background-size: 100%;
        width: 10px;
        height: 14px;
    }
    .slider .slider-nav-wrap .slick-prev {
        top: 50%;
        right: -5%;
        background: url(img/arrow_black_right.png) center center no-repeat;
        background-size: 100%;
        width: 10px;
        height: 14px;
    }
    #slideArea .caption {
        margin: 8px 0 10px !important;
    }
    /* ================== */
    /*header　*/
    /* ================== */
    header {
        position: relative;
    }
    #headNoteArea {
        width: 100%;
        padding: 10px 4% 6px;
        font-size: 1.2rem;
        box-sizing: border-box;
        display: table;
    }
    #headNoteArea .areaInner {
        background: none;
        padding: 0;
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }
    #headNoteArea .sitename,
    #headNoteArea .sitename a {
        font-size: 1.3rem;
        padding: 10px 40px 10px 0;
        text-align: left;
        margin: 0;
    }
    #headNoteArea .sitename a {
        background: none;
        padding: 0;
        font-weight: bold;
        margin: 0;
    }
	#headNoteArea .sitename.sitename_top,
	#headNoteArea .sitename.sitename_top a {
    	font-size: 1.3rem;
	}
    /* ハンバーガーメニュー */
    .out-frame {
        position: relative;
        width: 100%;
    }
    .out-frame.black::after {
        background: #FFF;
        opacity: 0.6;
        content: '';
        height: 10000px;
        right: 0;
        top: 0;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
        transition: all .5s ease;
    }
    .out-frame::after {
        background: #FFF;
        opacity: 0;
        content: '';
        right: 0;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
        transition: all .5s ease;
    }
    .header-frame {
        position: relative;
        width: 100%;
        height: 64px;
    }
    .menu-btn {
        background: url(./img/sp-btn-menu_on.png) 0 0 no-repeat;
        background-size: 35px;
        position: absolute;
        top: 22px;
        right: 13px;
        height: 35px;
        width: 35px;
        z-index: 10;
    }
    .navOpenOut {
        background: rgba(255, 255, 255, 0.5);
        padding: 22px 13px 20px;
        box-sizing: border-box;
        height: 77px;
    }
    .navOpen {
        background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
        background-size: 35px;
        position: inherit;
        top: inherit;
        right: 13px;
        height: 35px;
        width: 35px;
        z-index: 10;
        float: right;
    }
    #sp_titArea .is-fixed {
        position: fixed;
        top: 22px;
        right: 13.5px;
        z-index: 20;
    }
    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    .menu-btn img {
        opacity: 1;
    }
    .black .menu-btn img {
        opacity: 0;
    }
    .header-menu {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
        height: 100%;
        overflow-y: scroll;
    }
    .header-menu ul li a {
        display: block;
        padding: 15px 35px 15px 10px;
        background: #83cdc0 url("img/arrow_green_left.png") 97% 50% no-repeat;
        background-size: 16px auto;
        border-bottom: 1px solid #fff;
        text-decoration: none;
        line-height: 1.3;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .header-menu ul.accordion li ul li:first-child a {
        padding: 12px 35px 12px 10px;
    }
    .header-menu ul li.delete {
        background: #4c4c4c url(img/batu.png) 60% 50% no-repeat;
        background-size: 19px;
        padding: 10px;
        text-align: center;
        color: #fff;
        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;
        background: #fcefd5 url(./img/arrow_down.png) 97% 50% no-repeat;
        background-size: 20px auto;
        border-bottom: 1px solid #4c4c4c;
        text-decoration: none;
        line-height: 1.3;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .header-menu ul.accordion .open {
        background: #fcefd5 url(./img/arrow_up.png) 97% 50% no-repeat;
        background-size: 20px auto;
    }
    .header-menu ul.accordion ul li a {
        padding: 12px 30px 12px 20px;
        background: #FFF url("img/arrow_black.png") right 12px center no-repeat;
        background-size: 20px auto;
        color: #4c4c4c;
        border-bottom: 1px solid #4c4c4c;
    }
    .header-menu ul.accordion ul li.subCat a {
        padding: 12px 30px 12px 20px;
    }
    .header-menu ul.accordion .subCat ul.subList li a {
        border-bottom: 1px solid #444;
        padding: 12px 30px 12px 30px;
    }
    .header-menu ul.accordion li ul li:last-child a {
        border-bottom: none;
    }
    /*--------------------------------------
    Footer
    ---------------------------------------*/
    footer {
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 40px 0 0;
    }
    footer a:hover {
        text-decoration: none;
    }
    footer .areaInner {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    footer .areaInner .footBox {
        margin: 0;
    }
    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        font-size: 1.4rem;
        background: url(img/arrow_gy.png) right 12px center no-repeat;
        background-size: 16px auto;
        padding: 10px 40px 10px 4%;
    }
    footer .areaInner .footBox .sttl.tglMenu a {
        background: url(img/arrow_down.png) right 10px center no-repeat;
        background-size: 20px auto;
    }
    footer .areaInner .footBox .sttl.open a {
        background: url(img/arrow_up.png) right 10px center no-repeat;
        background-size: 20px auto;
    }
    footer .areaInner .footBox .sttl {
        border-bottom: 1px solid #4c4c4c;
        padding: 0;
        margin: 0;
    }
    footer .areaInner .footBox .accChild {
        display: none;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        background: #fff;
    }
    footer .areaInner .footBox .accChild li {
        float: none;
        padding: 0;
        margin: 0;
        background: none;
        display: block;
    }
    footer .areaInner .footBox .accChild li a {
        display: block;
        box-sizing: border-box;
        background: url("img/banner_arrow.png") right 12px center no-repeat;
        background-size: 8px auto;
        border-bottom: 1px dotted #4c4c4c;
        padding: 10px 40px 10px 4%;
        font-size: 1.3rem;
    }
    footer .areaInner .footBox .accChild li.subCat {
        margin: 0;
    }
    footer .areaInner .footBox .accChild li.subCat a {
        display: block;
        box-sizing: border-box;
        background: url("img/arrow_black.png") right 12px center no-repeat;
        background-size: 6px auto;
        color: #444;
        border-bottom: 1px dotted #444;
        padding: 10px 40px 10px 8%;
    }
    footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
        border: none;
    }
    footer .areaInner .footBox .accChild .subList {
        padding: 0;
        margin: 0;
        display: block;
    }
    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_black.png") right 12px center no-repeat;
        background-size: 6px;
    }
    footer .areaInner .footBox .accChild li::after {
        content: "";
    }
    footer .areaInner .footBox .accChild li:last-child::after {
        content: "";
    }
    footer .areaInner .noticeArea {
        box-sizing: border-box;
        width: 90%;
        margin: 30px auto 30px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8em;
        color: #444;
    }
    footer .areaInner .noticeArea p {
        padding: 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    footer .areaInner .noticeArea .botPrg {
        text-align: center;
        background: transparent;
        padding: 0;
        font-size: 10px;
        font-size: 1.0rem;
        margin: 10px 0 0;
    }
    footer .botArea {
        padding: 0;
    }
    footer .botArea .botInner {
        width: 100%;
    }
    footer p.copy {
        margin: 0;
        padding: 14px 15px 12px;
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: center;
    }
    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;
		bottom: 3%;
        right: 3%;
        z-index: 2;
        width: 40px;
    }
    #page-top:hover {
        opacity: 1;
    }
    /* ================== */
    /*メインコンテンツ　*/
    /* ================== */
    #category .titLArea,
    #page .titLArea {
        margin: 15px auto 20px;
        background-size: contain;
    }
    #category h1,
    #page h1 {
        margin: 0;
        font-size: 2.5rem;
        line-height: 1.3;
    }
    #category h2,
    #page h2 {
        margin: 35px 0 20px;
        padding: 1.5rem 1.5rem 1.5rem 6rem;
        font-size: 2.3rem;
    }
    #category h2::before, 
    #page h2::before{
        left: 15px;
        top:15px;
        background-size:30px auto ;
    }
    #category h2 a, 
    #page h2 a, 
    #category h3 a, 
    #page h3 a{
        padding-right: 25px;
        background-size: 20px auto;
    }
    .sitemap h2 a {
        color: #444;
    }
    #category h3,
    #page h3 {
        margin: 35px 0 20px;
        padding: 10px 15px 8px 45px;
        font-size: 2.1rem;
        background-size: 30px auto;
        line-height: 1.4;
    }
    #category h6,
    #category h4,
    #category h5,
    #category h6,
    #page h4,
    #page h5,
    #page h6 {
        margin: 35px 0 20px;
        padding: 6px 10px 6px 15px;
        font-size: 1.8rem;
        line-height: 1.4;
    }
    #category h6 a,
    #category h4 a, 
    #category h5 a, 
    #category h6 a, 
    #page h4 a, 
    #page h5 a, 
    #page h6 a, 
    #contents .recommend a, 
    #contents .point a, 
    #contents .check a{
        padding-right: 15px;
        background-size: 14px auto;
    }
    .sitemap h2 a {
        color: #444;
    }
    #contents ul li {
        min-height: 12px;
        padding: 0 0 4px 22px;
        font-size: 13px;
    }
    #contents ul li::before {
        top: 4px;
    }
    #contents ol {
        padding: 10px 10px 0;
    }
    #contents ol li {
        padding: 0 0 4px 22px;
        font-size: 1.3rem;
    }
    #contents ol li::before {
        width: 17px;
        height: 17px;
        top: 2px;
        letter-spacing: -0.5px;
        line-height: 1.4;
        font-size: 1.3rem;
    }
    #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 10px 16px 72px;
        font-size: 1.8rem;
    }
    #contents .rank::before {
        width: 50px;
        left: -10px;
        height: 50px;
        padding: 13px 0 0px 13px;
        line-height: 1.1;
        font-size: 2rem;
    }

    #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 {
        left: -10px;
        z-index: 0;
        background-size: 70px auto;
    }

    /*--------------------------------------
    table
    ---------------------------------------*/
    #contents table {
        border-collapse: collapse;
        width: 100%;
        border: none;
    }
    #contents table tr {
        display: block;
        margin: 0;
    }
    #contents table tr:last-child {
        margin: 0;
    }
    #contents table th {
        font-weight: bold;
        text-align: center;
        font-size: 1.5rem;
        border-top: none;
        border-bottom: none!important;
    }
    #contents table td {
        background: #fff;
        font-size: 1.3rem;
    }
    #contents table th,
    #contents table td {
        padding: 10px;
        display: inline-block;
        line-height: 2.4rem;
        height: auto;
        width: 100%;
        box-sizing: border-box;
        border-bottom: none;
    }
    #contents table td:first-of-type {
        border: 1px solid #999;
        border-bottom: none;
    }
    #contents table td:last-of-type {
        border-bottom: 1px solid #999;
    }

    /*--------------------------------------
    float img
    ---------------------------------------*/
    #contents .float-wrap {
        margin: 20px 0;
        padding: 0;
    }
    #contents .float-wrap .float-img {
        margin: 0 0 12px 0;
        padding: 0;
        width: 100%;
    }
    #contents .float-wrap .fr {
        width: 100%;
        padding: 0;
        /* text-align: left; */
    }
    #contents .float-wrap img {
        width: auto;
    }
    #contents .caption {
        margin: 8px 0 0;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 1.3;
        word-break: break-all;
        color: #999;
        text-align: center;
    }
    #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%;
    }

    /*--------------------------------------
    btn
    ---------------------------------------*/
    .btn-internal,
    .btn-web,
    .btn-link,
    .btn-tel {
        width: 90%;
        margin: 35px auto;
        position: relative;
    }
    .btn-internal a,
    .btn-web a,
    .btn-link a{
        font-size: 1.6rem;
        padding: 17px 55px;
    }
    .btn-internal a {
        background: #f06748 url(img/arrow_wt.png) right 15px top 50% no-repeat;
        background-size: 16px auto;
    }
    .btn-web a {
        background: #0a79db url("img/arrow_wt.png") right 10px top 50% no-repeat;
        background-size: 16px auto;
    }
    .btn-tel {
        display: block;
    }
    .btn-tel a {
        font-size: 1.6rem;
        padding: 17px 0 17px 30px;
        background: #b1e56c url("img/icon_tell.png") left 20px top 50% no-repeat;
        background-size: 30px auto;
        color: #000;
    }
    .btn-internal:hover,
    .btn-web:hover,
    .btn-link:hover,
    .btn-tel:hover {
        opacity: 1;
    }
    .btn-tel::before,
    .btn-internal::before,
    .btn-web::before {
        top: 5px;
        left: 5px;
    }
    .btn-link {
        margin: 0 auto;
        text-align: center;
    }
    .btn-link a {
        font-size: 1.6rem;
        padding: 0 0  0 25px;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        background: url("img/top_h2.png") left center no-repeat;
        background-size: 20px auto;
    }
    /*
    .btn-link a {
        font-size: 1.6rem;
        padding: 20px 40px;
        display: block;
        text-align: center;
        position: relative;
        background: #eee;
        font-weight: bold;
        text-decoration: none;
        border-radius: 50px;
    }
        */

    /*--------------------------------------
    pankuzu
    ---------------------------------------*/
    #pankuzu {
        margin: 0 auto;
        padding: 1rem;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        font-size: 1.1rem;
        color: #838383;
        width: 90%;
    }

    #contents .sitemap {
        padding: 0 10px;
        box-sizing: border-box;
    }
    #contents .sitemap h1 {
        width: 100%;
    }
    .bgTxt {
        font-size: 4rem;
        margin: 0 0 2rem 0!important;
        letter-spacing: 1px;
    }
    #index .frame-wrap {
        display: block;
    }
    #index .frame-wrap .frame {
        width: 100%;
    }
    #index .headArea {
        padding: 0;
        margin-bottom: 3rem;
    }
    #index .addCont08 .headArea {
        width: 100%;
        padding-right: 0;
    }

    #index .wi1000 .titL {
        font-size: 2.4rem;
        margin: 0 auto 4rem;
        line-height: 1.5;
    }
    #index .wi1000 .titL a {
        display: block;
        line-height: 1.4;
        background: url(img/top_h2.png) no-repeat right 50%;
        background-size: 2.5rem auto;
        padding: 0 3rem 0 0;
    }

    /*addCont01*/
    .addCont01 {
        padding: 4rem 0;
    }
    .addCont01.lower{
        width: calc(100% + 20px);
        padding: 4rem 0;
        margin: 4rem -10px;
    }
    .addCont01 .wi1000 {
        padding: 0 1rem;
    }
    .lower .wi1000 .titL, #index .wi1000 .titL{
        font-size: 2.4rem;
        line-height: 1.5;
        margin: 0 auto 2rem;
    }

    .lower .sBox .fuki-text{
        font-size: 2.1rem;
        padding: 15px 0;
        margin: 0 -15px 20px;
    }
    .lower .sBox .sbox-catch{
        font-size: 1.8rem;
    }
    .addCont01.lower .thBoxArea .sBox .comName{
        font-size: 2.5rem;
    }
    .lower .sBox .grayArea .ssTit{
        font-size: 1.6rem;
    }
    .lower .sBox .grayArea .gray_txt{
        font-size: 1.4rem;
    }
    .lower .thBoxArea .sBox .btn-web a{
        font-size: 1.6rem;
    }

    .addCont01 .headArea {
        margin: 0;
        padding: 0;
    }
    .addCont01 .thBoxArea {
        margin: 3rem auto 0;
        width: 94%;
    }
    .addCont01 .thBoxArea .sBox {
        width: 100%;
        margin: 0 0 2rem;
    }
    .addCont01 .thBoxArea .sBox .ph img {
        width: 100%;
    }
    .addCont01 .thBoxArea .sBox .comName {
        font-size: 2.5rem;
        margin: 0 -2rem 2rem;
        padding: 10px 10px 0;
    }

    .sBox .grayArea{
        margin: 2rem 0 ;
    }
    .addCont01 .thBoxArea .sBox .btn-internal, 
    .addCont01 .thBoxArea .sBox .btn-web,
    .addCont01 .thBoxArea .sBox .btn-tel{
        width: 90%;
        margin: 1.5rem auto;
    }
    .addCont01 .thBoxArea .sBox .btn-web a,
    .addCont01 .thBoxArea .sBox .btn-internal a{
        padding: 17px 35px;
    }
    .addCont01 .thBoxArea .sBox .btn-web a{
        background: #0a79db url("img/arrow_wt.png") right 10px top 50% no-repeat;
        background-size: 16px auto;
    }
    .addCont01 .thBoxArea .sBox .btn-internal a{
        background: #4c4c4c url("img/arrow_wt_down.png") right 1.5rem top 50% no-repeat;
        background-size: auto 16px;
    }
    .lower .thBoxArea .sBox .btn-internal a{
        background: #4c4c4c url("img/arrow_wt.png") right 1rem top 50% no-repeat;
        background-size: 16px auto;
    }

    .grayArea .ssTit {
        font-size: 1.8rem;
    }

    /*addCont02*/
    #index .addCont02 {
        margin: 5rem auto;
    }
    #index .addCont02 .frame-wrap {
        display: block;
        width: 96%;
    }
    #index .addCont02 .frame-wrap .frame.check {
        width: 100%;
        margin: 0 0 4rem 0;
    }
    #index .addCont02 .frame-wrap .frame.check .inner {
        padding: 3rem 2rem 0 2rem;
    }
    #index .addCont02 .frame-wrap .frame.check:last-child {
        margin: 0;
    }
    #index .addCont02 .frame-wrap .frame.check::before{
        width: 60px;
        height: 40px;
        top: -25px;
    }

    /*addCont03*/
    #index .addCont03 {
        margin: 5rem auto;
    }
    #index .addCont03 .bgbd {
        padding: 2rem 0;
        width: 100%;
        margin: 3rem auto;
    }
    #index .addCont03 .bgbd .sTitArea {
        margin: 0 0 3rem 0;
        padding: 1rem 1rem 1rem 9rem;
    }
    #index .addCont03 .bgbd .slideinner{
        margin-bottom: 0;
    }
    #index .addCont03 .bgbd .sTitArea::before {
        width: 80px;
        height: 65px;
        font-size: 2.2rem;
        left: 1rem;
        background-size: 8rem auto;
        padding: 1.5rem 0 0 1.1rem;
        top: 25%;
    }
    .addCont03 .btn-web{
        margin: 3rem auto 2rem;
    }
    .addCont03 .btn-tel{
        margin: 0 auto 3rem;
    }
    #index .addCont03 .bgbd .sTitArea .titM {
        font-size: 2.6rem;
        padding-left: 1rem;
    }
    #contents .addCont03 .float-wrap .float-img{
        margin: 0 0 3rem;
    }
    #contents .addCont03 table{
        margin: 0 auto;
    }
    #index .addCont03 .sTitArea .catch {
        font-size: 1.5rem;
        margin: .5rem 0 0;
        padding-left: 1rem;
        /* font-weight: normal; */
    }
    #index .addCont03 .sTit-wrap {
        padding: 0 10px;
        margin: 0rem 0 2rem;
        border-left: 6px solid #e67d02;
    }
    #index .addCont03 h4.sTit {
        font-size: 2.3rem;
    }
    #index .addCont03 .sTit-wrap span {
        font-size: 1.5rem;
    }

    #index .addCont03 .subBox03 .frame-wrap {
        display: inline-block;
        margin: 1rem auto -3rem;
    }
    #index .addCont03 .subBox03 .frame {
        width: 100%;
        margin: 0 0 2rem 0;
    }
    #index .addCont03 .subBox03 .frame .kutikomi {
        padding: 5%;
    }
    #index .addCont03 .subBox03 .frame .kutikomi .frame-head {
        font-size: 1.9rem;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
	
	#index .subBox04-info {
	    flex-direction: column;
	    gap: 2rem;
	}

	#index .subBox04-info .infoMap {
	    flex-basis: 100%;
	}

	#index .subBox04-info .infoMap iframe {
	    width: 100%;
	}

	#index .subBox04-info .infoBox {
	    flex-basis: 100%;
	}

    /*addCont06*/
    #index .addCont06 {
        margin: 5rem auto;
    }
    #index .addCont06 .frame-wrap {
        display: block;
        width: 96%;
        margin: 3rem auto;
    }
    #index .addCont06 .frame-wrap .frame.list {
        width: 100%;
        padding: 1.5rem;
        margin-right: 0;
    }
    #index .addCont06 .frame.list .frame-head a {
        font-size: 2.2rem;
        background-size: 2rem;
        padding-right: 2.5rem;
    }
    .addCont06 .btn-link{
        width: 100%;
    }

    /*addCont08*/
    #index .addCont08 {
        padding: 5rem 0;
    }
    #index .addCont08 .addTxt {
        width: 78%;
    }
    #index .addCont08 .headArea::after {
        width: 7rem;
        height: 11rem;
        background-size: 7rem auto;
        right: 0rem;
        bottom: -1rem;
    }
    #index .addCont08 .frame-wrap {
        display: block;
        width: 96%;
    }
    #index .addCont08 .frame-wrap .frame.preperation {
        width: 100%;
        margin: 0 0 2rem;
    }
    #index .addCont08 .frame-wrap .frame-img img {
        width: 100%;
        margin: auto;
    }
    #index .addCont08 .frame .frame-head .sttl.rank{
        padding: 15px 0;
        font-size: 2.2rem;
    }

    /*banner*/

    .index-banner {
        margin: 5rem 0 0 0;
        position: fixed;
/*         left: 10%; */
        bottom: 0;
        z-index: 310;
        display: none;
        width: 80%;
    }
    
    .index-banner a {
        text-decoration: none;
    }
    
    .index-banner a:hover {
        opacity: 0.6;
    }
    
    .text-banner-box.part03 {
        position: relative;
        max-width: 100%;
        /* left: 50%; */
        /* transform: translateX(-50%); */
        /* right: 6%; */
		border: 1px solid #000;
		
    }
    
    .text-banner-box.part03:after {
        content: none;
    }
    
    .text-banner-box.part03 .cmn02-paragraph {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        color: #222;
        background: url(img/banner_arrow.png) right center no-repeat;
        background-size: 10px auto;
        padding-right: 1.5rem;
    }
    .text-banner-box.part03 .cmn02-paragraph span{
        color: #fff;
        background: #f06748;
        font-size: 1.6rem;
        padding: 0 0.5rem;
    }
    
    .text-banner-box.part03 .text-banner-box__text {
        padding: 1rem 0;
        background: url(img/banner_bg.jpg) no-repeat;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 85%;
    }
                 
}

@media screen and (max-width: 480px) {
  .toc_parts {
    margin: 3rem 0;
    padding: 3rem 2.5rem 2rem;
  }

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

  #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-three + .chapter-h-two {
    margin-top: 2rem;
  }
}

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

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

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

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

#related-article .related-article01-list {
    margin: 15px 0 0 0;
    padding: 0 20px 0;
    border-top: 1px solid #ddd;
    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 35px;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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