@charset "utf-8"; /* CSS Document */
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*

* "Noto Sans JP" licensed under the SIL Open Font License 1.1

* by https://fonts.google.com/specimen/Noto+Sans+JP

*/
/*--------------------------------------------------------------------------
 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;
    -webkit-backface-visibility: hidden;
}

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%;
    margin: auto;
}

body {
    color: #333;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Open Sans', Arial, Verdana, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.1rem;
}

.sp {
    display: none;
}

.pc_br {
    display: block;
}

.sp_br {
    display: none;
}

/*--------------------------------------
　Base
---------------------------------------*/
body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6em;
    /* min-width: 1200px; */
    height: 100%;
    overflow-x: hidden;
    position: relative;
    padding: 0;
    /* width: 100%; */
    margin: auto;
}

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

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

a:hover {
}

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

.wi900 {
    width: 90rem;
    margin: 0 auto;
}

.wi1000 {
    max-width: 100rem;
    margin: 0 auto;
}

.wi1100 {
    width: 110rem;
    margin: 0 auto;
}

.wi1200 {
    width: 120rem;
    margin: 0 auto;
}

.ab {
    position: absolute;
}

.vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.bg_white {
    background: #FFF;
}

.bg_blue {
    background: #eef6f7;
}

.bg_beige {
    background: #f8f0e6;
}

.bg_orange {
    background: #ffe2d4;
}

/* .txt_bold {
    font-weight: 700;
    color: #009eb7;
} */
/* ================== */
/*header　*/
/* ================== */
.keyArea_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 2rem);
    /* display: none; */
}

.keyArea_sec .img01 {
    width: calc(40% - 1.5rem);
}

.keyArea_sec .img02 {
    width: calc(60% - 1.5rem);
}

.keyArea_sec .img01 img, .keyArea_sec .img02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

#keyOut {
    border-left: 2rem solid #FFF;
    position: relative;
}

#keyOut:before {
    content: "";
    background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 10.8rem;
    z-index: 1;
}

header .logo a {
    display: block;
}

header .logo a:hover {
    opacity: 0.7;
}

header .logo {
    position: absolute;
    top: 2rem;
    left: 1.9rem;
    width: 11rem;
    z-index: 1;
    border-right: 3rem solid #ffffff;
    border-bottom: 3rem solid #ffffff;
    border-radius: 0 0 2rem 0;
    background: #ffffff;
}

header .logo:before {
    content: "";
    background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: -4.9rem;
    left: 0;
    z-index: 1;
}

.sitename_wrap {
    padding: 3rem 2rem 0 0;
    min-height: 10rem;
    z-index: 1;
    position: relative;
    margin-left: 11rem;
}

.sitename, .sitename a {
    color: #333;
    text-align: left;
    font-size: 12px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2rem;
    width: 50rem;
}

.sitesponsored {
    color: #999;
    text-align: left;
    font-size: 1.2rem;
}

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

/* ================== */
/*barger　*/
/* ================== */
.overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(244, 244, 244, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    transition: opacity .5s;
}

body.fix {
    position: fixed;
    left: 0;
    right: 0;
}

.overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.out-frame {
    height: 100%;
    min-height: 100vh;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bargBg {
    background: rgba(255, 82, 94, 0.9);
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
    width: 6rem;
    height: 6rem;
    border-radius: 1rem;
}

.bargBg:hover {
    opacity: 0.7;
}

.menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
}

/* .menu-trigger.active {
transform: translateX(-250px);
}*/
.bargBg.active {
    transform: translateX(-50rem);
    display: block !important;
}

.bargBg span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 17px;
    width: 26px;
    height: 1px;
    background-color: #FFF;
}

.bargBg.active span {
    background-color: #FFF;
}

.bargBg span:nth-of-type(1) {
    top: 17px;
}

.bargBg.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
}

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

.bargBg.active span:nth-of-type(2) {
    opacity: 0;
}

.bargBg span:nth-of-type(3) {
    top: 41px;
}

.bargBg.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
}

nav {
    overflow-y: scroll;
    width: 50rem;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(50rem);
    transition: all .5s;
}

nav.open {
    transform: translateZ(0);
}

nav li {
    color: #fff;
    text-align: center;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

/* .header-menu ul.accordion ul {
    display: none;
} */
#g-nav .accordion li {
    /* border-bottom: 1px solid #ccc; */
}

#g-nav .accordion li a {
    display: block;
    text-align: left;
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333;
    background: url("img/arr_orange.png") right 1rem top 50% no-repeat;
    background-size: .8rem auto;
}

/* #g-nav .accordion li .tglMenu {
    text-align: left;
    color: #333;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    background: #f8ead5 url("img/arr_white_down.png") 96% 50% no-repeat;
    background-size: 2.6rem auto;
}

#g-nav .accordion li .tglMenu:hover {
    opacity: 0.7;
}

#g-nav .accordion li .tglMenu.open {
    background: #f8ead5 url("img/arr_white_up.png") 96% 50% no-repeat;
    background-size: 2.6rem auto;
} */
#g-nav .accordion li a, #g-nav .accordion li .tglMenu {
    line-height: 2rem;
}

#g-nav .accordion li .tglMenu {
    display: none;
}

#g-nav .accordion li ul li a {
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
    color: #333;
    background: #FFF url("img/arr_orange.png") right 1rem top 50% no-repeat;
    background-size: .8rem auto;
}

#g-nav .accordion li ul li a:hover {
    opacity: 0.8;
}

#g-nav .accordion li ul li {
    border-bottom: none;
    /* border-top: 1px solid #eee; */
}

#g-nav .navTit {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: .2rem solid #333;
    padding: 1.5rem 1.5rem;
    margin: 1.5rem 0 2rem 0;
}

#g-nav .tagList {
    text-align: left;
    padding: 0 1rem;
    margin: 0 auto 3rem;
}

#g-nav .navBn {
    max-width: calc(100% - 3rem);
    margin: 0 auto;
    position: relative;
}

#g-nav .navBn a {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    background: url(img/bg_nav_bn.jpg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 2rem;
    padding: 2rem 1.5rem;
    line-height: 3.4rem;
    color: #FFF;
    position: relative;
}

#g-nav .navBn a .fs_s {
    font-size: 1.5rem;
}

#g-nav .navBn a span {
    position: relative;
}

#g-nav .navBn a:before {
    content: "";
    background: rgba(55, 157, 203, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

#g-nav .navBn a:after {
    content: "";
    background: url(img/icon_click.svg) 50% 0 no-repeat;
    background-size: contain;
    width: 6rem;
    height: 4rem;
    position: absolute;
    top: -1.8rem;
    right: 3rem;
}

#g-nav .navBn a:hover {
    opacity: 0.7;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
    /* margin: 0 auto 80px; */
    padding: 0;
}

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

#category, #page {
    position: relative;
    padding: 20px 0 0 0;
    /* margin: 0 auto 60px; */
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
    max-width: 100rem;
    margin: 1rem 3rem 0;
    padding: 0;
    z-index: 1;
    position: relative;
}

#pankuzu {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto;
    color: #999;
    /* text-align: center; */
}

#pankuzu span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
}

#pankuzu a {
    color: #999;
}

#pankuzu * {
    /*color: #FFF;*/
}

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

/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9;
    width: 6rem;
}

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

/*--------------------------------------
fixBtn
---------------------------------------*/
#fixBtn {
    position: fixed;
    top: 2rem;
    right: 10rem;
    z-index: 9;
    width: 25rem;
}

#fixBtn a {
    background: #379dcb url("img/icon_web.png") right 1.5rem top 50% no-repeat;
    background-size: 1.5rem auto;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2rem;
    display: block;
    text-align: left;
    padding: 0.7rem 4rem 0.7rem 2.5rem;
    box-shadow: .5rem .5rem 0 0 #888;
    position: relative;
}

#fixBtn a:hover {
    text-decoration: none;
}

#fixBtn a:before {
    content: "";
    background: url(img/icon_click.svg) 50% 0 no-repeat;
    background-size: contain;
    width: 6rem;
    height: 4rem;
    position: absolute;
    top: -1.8rem;
    right: 1.5rem;
}

/*--------------------------------------
Footer上部共通
---------------------------------------*/
.foot_com .snsCont {
    display: block;
    text-align: center;
    padding: 8rem 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.foot_com .snsCont .snsBtn {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: 0 2.5rem;
}

.foot_com .snsCont .snsBtn:first-child {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    margin: 0 2.5rem;
}

.foot_com .snsCont .snsBtn a {
    display: block;
}

.foot_com .snsCont .snsBtn a:hover {
    opacity: 0.7;
}

.foot_com .snsCont .snsBtn img {
    width: 100%;
    height: 100%;
}

.foot_com .bg_beige {
    background: url(img/bgdeco_04.png) left calc(50% - 76rem) top 8rem no-repeat, url(img/bgdeco_04.png) right calc(50% - 68rem) top -7rem no-repeat, #f8ead5;
    background-size: auto, auto;
    padding: 8rem 0;
}

.foot_com .bg_beige .cont01 {
    max-width: 100rem;
    margin: 0 auto 6rem;
    padding: 0 6rem;
}

.foot_com .bg_beige .cont01 .tit01 {
    color: #ff5d34;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 7rem 0;
}

.foot_com .bg_beige .cont01 .hukiL {
    background: #FFF url(img/icon_web_blue.png) right 4rem bottom 3.5rem no-repeat;
    background-size: 1.6rem auto;
    border-radius: 3rem;
    box-shadow: .6rem .6rem 0 #379dcb;
    position: relative;
    margin: 0 auto 7rem;
}

.foot_com .bg_beige .cont01 .hukiL:before {
    content: "";
    position: absolute;
    background: url(img/arr_blue02.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 7rem;
    height: 7rem;
    bottom: -6.6rem;
    left: 20rem;
}

.foot_com .bg_beige .cont01 .hukiL a {
    display: block;
    padding: 3rem 4rem 3rem 29rem;
    position: relative;
}

.foot_com .bg_beige .cont01 .hukiL a:hover {
    opacity: 0.7;
}

.foot_com .bg_beige .cont01 .hukiL a img {
    position: absolute;
    bottom: 0;
    left: -4.5rem;
}

.foot_com .bg_beige .cont01 .hukiL a .txt01 {
    font-size: 3.4rem;
    font-weight: 700;
    color: #379dcb;
    margin: 0 0 1rem;
    line-height: 5.4rem;
}

.foot_com .bg_beige .cont01 .hukiL a .txt02 {
    font-size: 1.8rem;
    font-weight: 700;
}

.foot_com .bg_beige .cont01 .leadTxt01 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 4rem;
}

.foot_com .bg_beige .about_media {
    max-width: 100rem;
    margin: 0 auto;
    border-top: .5rem dotted #fdf9f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5rem 10rem 0 10rem;
}

.foot_com .bg_beige .about_media .img {
    width: 12rem;
}

.foot_com .bg_beige .about_media .txtArea {
    width: 64rem;
}

.foot_com .bg_beige .about_media .sTit {
    color: #ff5d34;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    line-height: 3rem;
}

/*--------------------------------------
Footer
---------------------------------------*/
footer {
    padding: 6rem 0 0 0;
    position: relative;
    background: #FFF;
    margin: 0 auto;
}

footer .foot_logo {
    width: 100%;
    margin: 0 auto 3rem;
}

footer .foot_logo a {
    display: block;
    /* background: #ececec; */
}

footer .foot_logo a img {
    display: block;
    width: 48%;
    margin: 0 auto;
}

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

footer .areaInner {
    max-width: 100rem;
    margin: 0 auto 4rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .areaInner .areaInner_r {
    order: 2;
    width: 72rem;
}

footer .areaInner .areaInner_l {
    order: 1;
    width: 25rem;
}

footer .areaInner .noticeArea {
    margin: 0 auto;
}

footer .areaInner .noticeArea p {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    line-height: 2.5rem;
}

footer .botPrg {
    padding: 15px 0 0;
    margin: 0 0 50px 0;
    /* text-align: center; */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.2rem;
}

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

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

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

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

footer .areaInner .footBox .sttl a {
    background: url("img/arr_black01.png") 6px 50% no-repeat;
    background-size: .9rem auto;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: .3rem 0 .3rem 2.5rem;
}

footer .areaInner .smap {
    margin: 0 0 50px 0;
}

footer .areaInner .smap .sttl a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
}

footer .foot_link {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
    margin-bottom: 50px;
}

footer .foot_link a {
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;
}

footer .foot_link a:nth-child(1) {
    display: inline-block;
    margin-right: 15px;
}

footer .foot_link a:nth-child(2) {
    display: inline-block;
    margin-left: 15px;
}

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

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

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

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

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

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

footer .areaInner .footBox .accChild .sp+li::before {
    /* content: "　|　"; */
    letter-spacing: 0;
}

footer .areaInner .footBox .accChild .sp+li::before {
    /* content: "|　"; */
    letter-spacing: 0;
}

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

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

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

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

footer .areaInner .footBox .accChild li a {
    /*background: url("img/arrow_white.png") 0 50% no-repeat;
background-size: 5.5px;*/
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0 0 0 16px;
}

footer .areaInner .footBox .accChild .subList li:first-child:before {
    content: "　/　";
    letter-spacing: 0;
    color: #333;
}

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

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

footer .areaInner .footBox .accChild .subList li a {
    /*background: url(img/arrow_white.png) left center no-repeat;
background-image: none;
background-size: 4px auto;*/
    padding: 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
}

footer .smLink {
    display: inherit;
    text-align: right;
    margin: 0 0 40px 0;
}

footer .smLink a {
    /*background: url("img/arrow_square_black.png") 6px 50% no-repeat;
background-size: 17px;*/
    padding: 2px 0 2px 30px;
}

footer .botArea {
    padding: 13px 0;
    /* border-top: .1rem solid #333; */
    background: #FFF;
}

footer .botArea .botInner {
    width: 100rem;
    margin: 0 auto;
    position: relative;
}

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

footer .botArea .botInner .smap a {
    background: url("img/arr_black01.png") 6px 50% no-repeat;
    background-size: .9rem auto;
    padding: 0 0 0 2.5rem;
    text-decoration: none;
    color: #333;
}

footer .botArea .botInner .smap a:hover {
    text-decoration: none;
    color: #fe616a;
}

footer p.copy {
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-align: left;
    color: #333;
}

footer p.copy a {
    color: #333;
    text-decoration: none;
}

/* ================== */
/*メインコンテンツ　*/
/* ================== */
#contents .caption {
    display: block;
    text-align: center;
    /* white-space: nowrap; */
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
}

/* .caption::-webkit-scrollbar {
    height: 5px;
} */
/* .caption::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #ddd;
} */
/* .caption::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
} */
/*--------------------------------------
　content
---------------------------------------*/
#category h1, #page h1 {
    color: #333;
    font-size: 3.6rem;
    line-height: 1.4;
    line-height: 5.4rem;
    max-width: 100rem;
    margin: 0 auto 1rem;
    padding: 2rem 5rem 3rem 5rem;
    text-align: center;
    position: relative;
    border-radius: 1rem;
}

#category h1:before, #page h1:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
    width: 8rem;
    height: .3rem;
    bottom: 0;
    left: calc(50% - 4rem);
}

#category .comTxt, #page .comTxt {
    max-width: 100rem;
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 5rem;
}

.tagList {
    max-width: 100rem;
    text-align: center;
    margin: 0 auto 6rem;
}

.tagList.tagPage_tagList {
    text-align: left;
    margin: 0;
}

.tagList .tag {
    display: inline-block;
    font-weight: 700;
    color: #ff5d34;
    font-size: 1.3rem;
    border: .1rem solid #333;
    padding: .8rem 1.5rem .6rem 1.5rem;
    border-radius: 5rem;
    line-height: 1.8rem;
    margin: 0 .5rem 1rem;
    background: #FFF;
    position: relative;
    z-index: 1;
}

.tagList .tag:hover {
    opacity: 0.7;
}

.tagList .tag:before {
    content: "#";
    margin: 0 .3rem 0 0;
}

#category h2, #page h2 {
    max-width: 100rem;
    margin: 3.5rem auto 3rem;
    padding: 1.5rem 2rem 1.5rem 3rem;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 4rem;
    text-align: left;
    color: #333;
    background: linear-gradient(90deg, rgba(255, 203, 123, 1) 0%, rgba(255, 181, 160, 1) 100%);
    position: relative;
    border-radius: 1rem;
}

#category h2 a, #page h2 a {
    text-align: left;
    display: block;
    background: url("img/arr_black01.png") right 0 top 50% no-repeat;
    background-size: .9rem auto;
    padding: 0 2rem 0 0;
}

#category h2 a, #page h2 a {
    text-decoration: none;
    color: #333;
}

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

#category h3, #page h3 {
    padding: 1.5rem 0 1.5rem 2rem;
    max-width: 100rem;
    margin: 3.5rem auto 3rem;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 3.2rem;
    text-align: left;
    color: #333;
    border-bottom: .1rem solid #ccc;
    position: relative;
}

#category h3:before, #page h3:before {
    content: "";
    position: absolute;
    background: #ff7755;
    width: .4rem;
    height: calc(100% - 2.4rem);
    top: 1.2rem;
    left: 0;
}

#category h3 a, #page h3 a {
    text-align: left;
    display: block;
    background: url("img/arr_black01.png") right 2rem top 50% no-repeat;
    background-size: .9rem auto;
    padding: 0 35px 0 0;
}

#category h2 a, #page h2 a {
    text-decoration: none;
}

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

#category h4, #category h5, #category h6, #page h4, #page h5, #page h6 {
    font-size: 20px;
    font-size: 2rem;
    color: #ff5d34;
    position: relative;
    max-width: 100rem;
    margin: 35px auto 20px;
    padding: 1.2rem 2rem 1.2rem 0;
}

#category h4 a, #category h5 a, #category h6 a, #page h4 a, #page h5 a, #page h6 a {
    position: relative;
    color: #ff5d34;
    display: block;
    background: url("img/arr_black01.png") right 0 top 50% no-repeat;
    background-size: .9rem auto;
    padding: 0 20px 0 0;
    font-size: 20px;
    font-size: 2rem;
}

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

#contents ul {
    max-width: 100rem;
    margin: 2rem auto 2rem;
    padding: 1rem 1rem 0 0;
}

#contents ul li {
    padding: 0 0 1rem 1.8rem;
    background: url(./img/listicon.png) 2px 5px no-repeat;
    background-size: auto 1rem;
    line-height: 1.5em;
}

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

#contents ul li a:hover {
    text-decoration: none;
}

#contents ol {
    max-width: 100rem;
    margin: 2rem auto 2rem;
    padding: 1rem 1.5rem 0 0;
    counter-reset: number;
}

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

#contents ol li::before {
    display: block;
    background-color: #1689c3;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
}

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

.sitemap ul a {
    text-decoration: underline;
}

.sitemap ul a:hover {
    text-decoration: none;
}

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

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

#contents table th {
    width: 24%;
    padding: 14px 16px;
    background: #eef6f7;
    border: 1px solid #eaeaea;
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

#contents table td {
    line-height: 1.5;
    padding: 13px;
    border: 1px solid #eaeaea;
    /*background: #FFF;*/
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    word-wrap: break-word;
}

#contents table td a {
    color: #009eb7;
}

/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
    max-width: 100rem;
    margin: 3rem auto;
    padding: 0 0;
}

.float-wrap img {
    width: 100%;
    border-radius: 1rem;
}

.float-wrap .catch {
    font-size: 2rem;
    color: #ff5d34;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 3.2rem;
}

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

.float-wrap .fl {
    width: 40rem;
    padding: 0 4rem 1rem 0;
    text-align: center;
}

.float-wrap .fr {
    width: 40rem;
    padding: 0 0 1rem 4rem;
    text-align: center;
}

.float-wrap .center {
    width: 75rem;
    margin: 0 auto;
    padding: 0 0 2rem;
    text-align: center;
}

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

#contents .float-wrap table th {
    width: 42%;
}

#contents .captionWrap {
    overflow: hidden;
    white-space: nowrap;
}

#contents .captionWrap .caption {
    overflow-x: scroll;
    /*height: calc(100% + 18px);*/
}

.caption {
    text-align: center;
    margin: 8px 0 0;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.8rem;
    word-break: break-all;
    color: #999;
}

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

.caption a:hover {
    color: #999;
    text-decoration: none;
}

/*--------------------------------------
　btn
---------------------------------------*/
.btn-link a, .btn-internal a, .btn-web a {
    box-sizing: border-box;
    text-decoration: none;
    line-height: 2.6rem;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
}

.btn-link {
    margin: 2rem auto 2rem;
    text-align: right;
    max-width: 100rem;
}

.btn-link a {
    color: #333;
    display: inline-block;
    background: url("img/arr_orange.png") right 0 top 50% no-repeat;
    background-size: .9rem auto;
    padding: .4rem 2rem .4rem 0;
    line-height: 1.3;
    text-decoration: underline;
    font-size: 1.4rem;
    font-weight: 400;
}

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

.btn-internal {
    width: 40rem;
    margin: 3rem auto;
}

.btn-web {
    width: 40rem;
    margin: 6rem auto;
}

.btn-internal a {
    background: #ff525e url("img/arr_white02.png") right 2rem top 50% no-repeat;
    background-size: .9rem auto;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 2rem 4rem 2rem 2.5rem;
    box-shadow: .5rem .5rem 0 0 #888;
}

.btn-internal a:hover {
    opacity: 0.8;
}

.btn-tel {
    display: none;
}

.btn-web a {
    background: #379dcb url("img/icon_web.png") right 2rem top 50% no-repeat;
    background-size: 1.8rem auto;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 2rem 4rem 2rem 2.5rem;
    box-shadow: .5rem .5rem 0 0 #888;
    position: relative;
}

.btn-web a:before {
    content: "";
    background: url(img/icon_click.svg) 50% 0 no-repeat;
    background-size: cover;
    width: 7rem;
    height: 4rem;
    position: absolute;
    top: -2.5rem;
    left: calc(50% - 3.5rem);
}

.btn-web a:hover {
    opacity: 0.8;
}

.auto {
    margin: 0 auto;
}

.webLink {
    font-size: 10px;
    color: #808080;
    text-align: center;
    line-height: 1.6rem;
}

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

p a {
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
    opacity: 0.8;
}

#page.sitemap {
    width: 100rem;
    margin: 0 auto;
}

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

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

/*共通パーツ*/
.txt_link a {
    text-decoration: underline;
}

.txt_link a:hover {
    text-decoration: none;
}

/*追加01・追加02*/
.comCont01 .inner, .comCont02 .inner {
    max-width: 100rem;
    margin: 0 auto;
}

.comCont01 .sTit, .comCont02 .sTit {
    font-size: 2.4rem;
    font-weight: 700;
    color: #379dcb;
    line-height: 3.4rem;
    margin: 0 0 0.5rem 0;
    padding: 1.5rem 0 0 0;
    border-top: .1rem solid #d7d7d7;
    position: relative;
}

.comCont01 .sTit:before, .comCont02 .sTit:before {
    content: "";
    position: absolute;
    background: #379dcb;
    width: 10rem;
    height: .1rem;
    top: -.1rem;
    left: 0;
}

.comCont01 .ph, .comCont02 .ph {
    margin: 0 auto 3rem;
}

.comCont01 .ph img, .comCont02 .ph img {
    border-radius: 1rem;
}

/*追加01*/
.comCont01 {
    margin: 10rem auto;
}

.comCont01 .inner .box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comCont01 .inner .box2 .sCont {
    width: calc((100% - 4rem) / 2);
    margin-bottom: 4rem;
    position: relative;
}

.comCont01 .inner .box2 .sCont .tagList,.comCont02 .inner .box3 .sCont .tagList {
    max-width: 100rem;
    text-align: left;
    margin: -1rem auto 1rem;
}

.comCont01 .inner .box2 .sCont .btn-internal {
    width: 92%;
    margin: 0 auto;
}

/*タグページ用*/
.tagPage_date {
    color: #999;
    font-size: 1.3rem;
    margin: 0 0 .5rem 0;
}

.tagPage_link a {
    display: block;
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    border: .1rem solid #ff525e;
    border-radius: 50%;
    background: url(img/arr_orange.png) left 1.3rem top 50% no-repeat;
    background-size: .8rem auto;
    bottom: 1rem;
    right: 0;
}

.tagPage_link a:hover {
    opacity: 0.7;
}

/*追加02*/
.comCont02 {
    margin: 10rem auto;
}

.comCont02 .inner .box3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5rem 3.2rem;
}

.comCont02 .inner .box3 .sCont {
    width: 31.2%;
    position: relative;
}

.comCont02 .inner .box3 .sCont .btn-internal {
    width: 92%;
    margin: 0 auto;
}

.comCont02 .inner .box4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5rem 3.2rem;
}

.comCont02 .inner .box4 .sCont {
    width: 22.6%;
    position: relative;
}

.comCont02 .inner .box4 .sCont .btn-internal {
    width: 92%;
    margin: 0 auto;
}

/*追加03*/
.comCont03 {
    margin: 10rem auto;
    background: #ececec;
    border-radius: 2rem;
    padding: 0 4rem 7rem;
    max-width: 100rem;
}

.comCont03 .inner {
    position: relative;
    width: 100%;
}

.comCont03 .hukiTit {
    text-align: center;
    margin: 0 0 2rem 0;
    animation: floatUpDown 3s ease-in-out infinite;
    filter: drop-shadow(5px 5px 5px rgb(0 0 0 / 0.2));
    z-index: 2;
    position: relative;
}

.comCont03 .hukiTit .huki_inner {
    background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
    padding: 1rem 4.5rem;
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 2.4rem;
    border-radius: 1rem;
    position: relative;
    top: 0rem;
    right: -32.5rem;
}

.comCont03 .hukiTit .huki_inner:before {
    content: "";
    background: url(img/deco_huki_orange.svg) 50% 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -1.5rem;
    left: 5rem;
    width: 1.5rem;
    height: 1.6rem;
}

.comCont03 .enTit {
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    color: #ff5d34;
    margin: 0 0 2rem 0;
}

.comCont03 .ccTit {
    text-align: left;
    font-size: 4rem;
    font-weight: 700;
    line-height: 5rem;
    margin: 0 auto 4rem;
}

.comCont03 .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    z-index: 1;
    /* position: relative; */
    width: 100%;
}

.comCont03 .flBox p {
    width: 62rem;
    margin: 0 0 2rem;
}

.comCont03 .flBox .ph {
    width: 29%;
    position: absolute;
    right: 0;
    top: 100px;
}

.comCont03 .flBox .ph img {
    border-radius: 1rem;
}

.comCont03 .name {
    background: #FFF;
    font-size: 1.4rem;
    text-align: right;
    line-height: 2rem;
    padding: .5rem 1.5rem;
    position: absolute;
    right: 16rem;
    bottom: 2rem;
    font-weight: bold;
}

/*追加04*/
.comCont04 {
    margin: 10rem auto 10rem;
}

.comCont04 .inner {
    background: #f8ead5;
    border-radius: 2rem;
    padding: 4rem;
    position: relative;
    margin: 0 auto 11rem;
}

#contents .comCont04 .catchList {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem 4rem;
}

#contents .comCont04 .catchList li {
    margin: 0;
    padding: .5rem 2rem;
    width: calc(50% - 2rem);
    background: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3rem;
    position: relative;
}

#contents .comCont04 .catchList li:before {
    content: "";
    background: #ffca7b;
    width: 2rem;
    height: .3rem;
    position: absolute;
    top: calc(50% - 0.15rem);
    left: -1rem;
}

.comCont04 .inner :before {
    content: "";
    background: url(img/arr_blue.png) 50% 50% no-repeat;
    background-size: contain;
    width: 14rem;
    height: 6.4rem;
    position: absolute;
    bottom: -9rem;
    left: calc(50% - 7rem);
}

.comCont04 .catch {
    text-align: center;
    font-weight: 700;
    font-size: 3.5rem;
    color: #ff5d34;
}

/*追加05*/
.comCont05 {
    background: url(img/bg_comCont05.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    padding: 10rem 0;
    margin: -12rem auto 5rem;
    z-index: -1;
}

.comCont05.inter_kf {
    background: url(/wp/wp-content/uploads/bg_comCont01.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    padding: 10rem 0;
    margin: -12rem auto 5rem;
    z-index: -1;
}

.comCont05.inter_ma {
    background: url(/wp/wp-content/uploads/bg_comCont02.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    padding: 10rem 0;
    margin: -12rem auto 5rem;
    z-index: -1;
}

.comCont05.inter_tt {
    background: url(/wp/wp-content/uploads/bg_comCont03.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    padding: 10rem 0;
    margin: -12rem auto 5rem;
    z-index: -1;
}

.comCont05.inter_yo {
    background: url(/wp/wp-content/uploads/bg_comCont04.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    padding: 10rem 0;
    margin: -12rem auto 5rem;
    z-index: -1;
}

.comCont05.inter_kn {
    background: url(/wp/wp-content/uploads/bg_comCont05.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    padding: 10rem 0;
    margin: -12rem auto 5rem;
    z-index: -1;
}

.comCont05:before {
    content: "";
    background: #FFF;
    width: 100%;
    height: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 10rem 0;
}

.comCont05:after {
    content: "";
    background: #FFF;
    width: 100%;
    height: 10rem;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10rem 0 0 0;
}

.comCont05 .inner {
    position: relative;
}

.comCont05 .inner:before {
    content: "";
    background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
    height: 10rem;
}

.comCont05 .inner:after {
    content: "";
    background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10rem;
    height: 10rem;
    transform: rotate(180deg);
}

.comCont05 .wi1000 {
    padding: 6rem 0;
}

.comCont05 .enTit {
    background: #ff7755;
    font-size: 2rem;
    color: #FFF;
    font-weight: 700;
    display: inline-block;
    border-radius: 5rem;
    text-align: center;
    padding: .8rem 2rem;
    line-height: 2.8rem;
    margin: 0 0 3rem 0;
    display: none;
}

.comCont05 .ccTit {
    color: #FFF;
    font-size: 4rem;
    font-weight: 700;
    line-height: 5.8rem;
    margin: 0 0 3rem 0;
}

.comCont05 .profile {
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    margin: 0 0 2rem 0;
}

#contents .comCont05 .tagList {
    text-align: left;
    margin: 0;
}

/*追加06*/
.comCont06 {
    margin: 6rem auto 4rem;
    z-index: 1;
    position: relative;
}

.comCont06 .sBlock {
    width: 90rem;
    background: #f4f4f4;
    border-radius: 2rem;
    padding: 4rem;
    margin: 0 0 6rem 0;
}

.comCont06 .sBlock .sTit {
    background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
    font-size: 1.6rem;
    font-weight: 700;
    color: #FFF;
    border-radius: 5rem;
    padding: 1rem 3rem;
    width: 43rem;
    line-height: 2rem;
    margin: -6rem 0 2rem 0;
}

.comCont06 .sBlock:nth-child(even) {
    margin: 0 0 6rem 10rem;
}

.comCont06 .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comCont06 .contL {
    width: 43rem;
}

.comCont06 .contL .ph {
    margin: 0 auto 2.5rem;
}

.comCont06 .contL .ph img {
    border-radius: 1rem;
}

#contents .comCont06 .tagList {
    text-align: left;
    margin: 0;
}

.comCont06 .catch {
    font-size: 2rem;
    color: #379dcb;
    font-weight: 700;
    border-bottom: .1rem solid #ccc;
    padding: 0 0 1.5rem 0;
    margin: 0 0 2rem 0;
    line-height: 3rem;
}

.comCont06 .contR {
    background: #FFF;
    border-radius: 1rem;
    padding: 3rem 2rem;
    width: calc(100% - 43rem - 3rem);
    position: relative;
}

.comCont06 .huki {
    position: absolute;
    top: -1.5rem;
    right: 3rem;
}

.comCont06 .huki .huki_inner {
    background: #ff525e;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    border-radius: 1rem;
    padding: 1rem 1.5rem .8rem 1.5rem;
    line-height: 2rem;
    position: relative;
}

.comCont06 .huki .huki_inner:before {
    content: "";
    background: #ff525e;
    position: absolute;
    width: 1rem;
    height: 1rem;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    bottom: -0.9rem;
    right: 2rem;
}

/*追加07*/
.comCont07 {
    width: 100rem;
    margin: 10rem auto 10rem;
    background: #fff8f2;
    border-radius: 2rem;
    overflow: hidden;
}

.comCont07 .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comCont07 .contL, .comCont07 .contR {
    width: 50%;
}

.comCont07 .contL {
    padding: 5rem 4rem 5rem 5rem;
}

.comCont07 .ccTit {
    font-size: 4rem;
    color: #ff5d34;
    font-weight: 700;
    line-height: 5.6rem;
    margin: 0 0 3rem 0;
}

.comCont07 .contL .btn-internal, .comCont07 .contL .btn-web {
    margin: 0 0 3rem 0;
    max-width: 40rem;
}

.comCont07 .contL .btn-web {
    margin: 6rem 0 3rem 0;
}

.comCont07 .contR img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*追加08*/
.comCont08 {
    margin: 10rem auto 10rem;
}

.comCont08 .inner {
    background: #f4f4f4;
    padding: 6rem 4rem 4rem 4rem;
    border-radius: 2rem;
}

.comCont08 .hukiTit {
    text-align: center;
    margin: -7rem 0 2rem 0;
}

.comCont08 .hukiTit .huki_inner {
    background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
    padding: 1rem 4rem;
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 1rem;
    position: relative;
    display: inline-block;
    top: -1.2rem;
}

.comCont08 .hukiTit .huki_inner:before {
    content: "";
    background: url(img/deco_huki_orange.svg) 50% 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -1.6rem;
    left: 5rem;
    width: 1.5rem;
    height: 1.6rem;
}

.comCont08 p:last-child {
    margin: 0;
}

/*追加09*/
.comCont09 {
    width: 100rem;
    margin: 10rem auto 0;
    background: #f8ead5 url(img/bgdeco_02.png) right -15rem bottom -20rem no-repeat;
    background-size: auto;
    border-radius: 2rem;
    position: relative;
}

.comCont09 .enTit {
    background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
    padding: 1rem 4rem;
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 5rem;
    top: -2rem;
    left: calc(40% + 5rem);
}

.comCont09 .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comCont09 .contL {
    width: 40%;
    overflow: hidden;
    border-radius: 2rem 0 0 2rem;
}

.comCont09 .contL img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comCont09 .contR {
    width: 60%;
    padding: 4rem 5rem;
}

.comCont09 .ccTit {
    font-size: 2.8rem;
    line-height: 3.8rem;
    color: #379dcb;
    font-weight: 700;
    border-bottom: .1rem solid #333;
    padding: 2rem 0 2rem;
    margin: 0 0 3rem 0;
}

.comCont09 .contR p {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/*追加10*/
.comCont10 {
    margin: 5rem auto 10rem;
}

.comCont10 .inner {
    position: relative;
}

.comCont10 .inner:before {
    content: "";
    position: absolute;
    background: #ff7755;
    width: 100%;
    height: .1rem;
    top: 1.8rem;
    right: 0;
}

.comCont10 .titOut {
    position: relative;
    margin: 0 0 6rem 0;
    display: inline-block;
    background: #FFF;
    padding: 0 2rem 0 0;
}

.comCont10 .titOut:after {
    content: "";
    background: #fef1e6;
    width: 8.4rem;
    height: 8.4rem;
    border-radius: 2rem;
    position: absolute;
    top: -2.3rem;
    left: .7rem;
    transform: rotate(45deg);
}

.comCont10 .ccTit {
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 5rem;
    z-index: 1;
    line-height: 4rem;
    display: inline-block;
}

.comCont10 .flowCont {
    padding: 0 5rem;
    position: relative;
}

.comCont10 .flowCont:before {
    content: "";
    position: absolute;
    background: #ff7755;
    width: .1rem;
    height: calc(100% + 12rem);
    top: -4.5rem;
    left: 5rem;
}

.comCont10 .flowCont .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 4rem;
}

.comCont10 .flowCont .flBox:last-child {
    margin: 0 auto 6rem;
}

.comCont10 .flowCont .season {
    width: 10rem;
    padding: 0 3rem 0 2rem;
    font-size: 1.6rem;
    color: #ff5d34;
    font-weight: 700;
    position: relative;
}

.comCont10 .flowCont .season:before {
    content: "";
    position: absolute;
    background: #ff7755;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    top: .6rem;
    left: -.7rem;
}

.comCont10 .flowCont .txtArea {
    width: calc(100% - 17rem);
}

.comCont10 .flowCont .txtArea .catch {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.comCont10 .flowCont .txtArea p:last-child {
    margin: 0;
}

.comCont10 .pointCont {
    background: #fff8f2;
    border: .1rem solid #ff5d34;
    border-radius: 2rem;
    padding: 4rem 4rem;
    position: relative;
}

.comCont10 .pointCont .huki {
    margin: -5.5rem 0 3rem -1.2rem;
}

.comCont10 .pointCont .huki_inner {
    background: #ff525e;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    border-radius: 1rem;
    padding: 1rem 1.5rem .8rem 1.5rem;
    line-height: 2rem;
    position: relative;
    filter: drop-shadow(5px 5px 5px rgb(0 0 0 / 0.2));
}

.comCont10 .pointCont .huki_inner:before {
    content: "";
    background: #ff525e;
    position: absolute;
    width: 1rem;
    height: 1rem;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    bottom: -.9rem;
    left: 2rem;
}

.comCont10 .pointCont .flBox p:last-child {
    margin: 0;
}

.comCont10 .pointCont .ph {
    float: right;
    width: 34rem;
    padding: 0 0 0 4rem;
}

.comCont10 .pointCont .ph img {
    border-radius: 2rem;
}

/*追加11*/
.comCont11 {
    margin: 10rem auto 10rem;
}

.comCont11 .sBlock {
    width: 100rem;
    margin: 0 auto 12rem;
}

.comCont11 .sBlock:last-child {
    margin: 0 auto;
}

.comCont11 .titArea .huki {
    margin: 0 0 2rem 0;
}

.comCont11 .titArea .huki_inner {
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
    border-radius: 5rem;
    text-align: center;
    padding: 1.5rem 4rem;
    position: relative;
    display: inline-block;
    transform: rotate(-12deg);
    line-height: 2.4rem;
    filter: drop-shadow(5px 5px 5px rgb(0 0 0 / 0.2));
}

.comCont11 .titArea .huki_inner:before {
    content: "";
    background: url(img/deco_huki_orange.svg) 50% 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -1.5rem;
    left: 5rem;
    width: 1.5rem;
    height: 1.6rem;
}

.comCont11 .ccTit {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.6rem;
    margin: 0 0 4rem 0;
    padding: 0 0 0 8.5rem;
}

.comCont11 .txtBlock .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comCont11 .txtBlock .list .name {
    font-size: 1.6rem;
    color: #ff5d34;
    font-weight: 700;
    width: 15rem;
    text-align: right;
    padding: 3rem 3rem;
    border-top: .1rem solid #ff7755;
}

.comCont11 .txtBlock .list .txtArea {
    width: calc(100% - 15rem);
    border-top: .1rem solid #e6e6e6;
    border-left: .1rem solid #e6e6e6;
    padding: 3rem;
}

.comCont11 .txtBlock .list .txtArea p:last-child {
    margin: 0;
}

.comCont11 .addimgR, .comCont11 .addimgL {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.comCont11 .ph img {
    position: sticky;
    top: 0;
    border-radius: 2rem;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.comCont11 .addimgR .detailArea, .comCont11 .addimgL .detailArea {
    width: 67rem;
}

.comCont11 .addimgR .ph, .comCont11 .addimgL .ph {
    width: 58rem;
}

.comCont11 .addimgR .ph {
    margin: 0 -25rem 0 0;
}

.comCont11 .addimgR .detailArea {
    padding: 0 4rem 0 0;
}

.comCont11 .addimgL .detailArea {
    padding: 0 0 0 4rem;
    order: 2;
}

.comCont11 .addimgL .ph {
    order: 1;
    margin: 0 0 0 -25rem;
}

/*追加12*/
.comCont12 {
    margin: 10rem auto 10rem;
}

.comCont12 .inner {
    width: 100rem;
    margin: 0 auto;
    position: relative;
    padding: 0 4rem;
}

.comCont12 .inner .ccTit {
    width: 100%;
    position: absolute;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 700;
    line-height: 4rem;
    top: calc(50% - 4rem);
    left: 0;
    line-height: 1.3;
}

.comCont12 .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12rem 8rem;
}

.comCont12 .sCont {
    width: 42rem;
    min-height: 32rem;
    padding: 8rem 5rem;
    position: relative;
    filter: drop-shadow(1px 1px 1px rgb(0 0 0 / 0.05));
}

.comCont12 .sCont p {
    font-weight: 700;
}

.comCont12 .sCont p {
    margin: 0;
}

.comCont12 .sCont:nth-child(1) {
    background: url(img/com12_huki1.png) 50% 0 no-repeat;
    background-size: 100% auto;
}

.comCont12 .sCont:nth-child(2) {
    background: url(img/com12_huki2.png) 50% 0 no-repeat;
    background-size: 100% auto;
}

.comCont12 .sCont:nth-child(3) {
    background: url(img/com12_huki3.png) 50% 0 no-repeat;
    background-size: 100% auto;
    width: 45rem;
}

.comCont12 .sCont .profile {
    position: absolute;
    font-size: 1.3rem;
    text-align: center;
    color: #ff5d34;
    font-weight: 700;
    width: 100%;
    bottom: -1rem;
    left: 0;
    line-height: 1.2;
}

/*追加13*/
.comCont13 {
    margin: 10rem auto 10rem;
}

.comCont13 .inner {
    width: 100rem;
    background: #f8ead5 url(img/bgdeco_02.png) right -15rem bottom -20rem no-repeat;
    background-size: auto;
    border-radius: 2rem;
    position: relative;
    margin: 0 auto;
}

.comCont13 .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comCont13 .contL {
    width: 26rem;
    overflow: hidden;
    border-radius: 2rem 0 0 2rem;
}

.comCont13 .contL img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comCont13 .contR {
    width: calc(100% - 26rem);
    padding: 4rem 4rem 4rem 3rem;
}

.comCont13 .contR .huki {
    margin: -5rem 0 0 0;
}

.comCont13 .contR .huki_inner {
    background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
    padding: 1rem 3rem;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 2.2rem;
    border-radius: 5rem;
    position: relative;
    display: inline-block;
    top: -1.2rem;
    filter: drop-shadow(5px 5px 5px rgb(0 0 0 / 0.2));
}

.comCont13 .contR .huki_inner:before {
    content: "";
    background: url(img/deco_huki_orange.svg) 50% 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -1.5rem;
    left: 5rem;
    width: 1.5rem;
    height: 1.6rem;
}

.comCont13 .ccTit {
    font-size: 2.8rem;
    line-height: 3.8rem;
    color: #379dcb;
    font-weight: 700;
    border-bottom: .1rem solid #333;
    padding: 2rem 0 2rem;
    margin: 0 0 3rem 0;
}

.comCont13 .contR .catch {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3rem;
    margin: 0 0 1rem 0;
}

.comCont13 .contR p {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/*追加14*/
.comCont14 {
    margin: 10rem auto 10rem;
}

.comCont14 .qTit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 2.5rem 0;
}

.comCont14 .tglBtn {
    background: url(img/icon_tgl_open.svg) right 0 top 50% no-repeat;
    background-size: 3.6rem auto;
}

.comCont14 .tglBtn:hover {
    opacity: 0.7;
}

.comCont14 .tglBtn.open {
    background: url(img/icon_tgl_close.svg) right 0 top 50% no-repeat;
    background-size: 3.6rem auto;
}

.comCont14 .tglBtn .num {
    position: relative;
    color: #ffa520;
    font-size: 3.4rem;
    font-weight: 700;
    padding: 0 0 0 8.4rem;
    width: 14rem;
}

.comCont14 .tglBtn .num:before {
    content: "";
    background: url(img/icon_q.png) 50% 50% no-repeat;
    background-size: 7.4rem auto;
    width: 7.4rem;
    height: 7.4rem;
    position: absolute;
    top: -2.3rem;
    left: .7rem;
    z-index: -1;
}

.comCont14 .tglBtn .catch {
    width: calc(100% - 14rem);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
}

.comCont14 .tglCont {
    background: #f4f4f4;
    border-radius: 2rem;
    padding: 3rem 4rem 4rem 4rem;
    display: none;
}

.comCont14 .tglList {
    margin: 0 auto 3rem;
    min-height: 6rem;
}

.comCont14 .tglList .contL {
    width: 74rem;
    padding: 0 4rem 0 0;
    float: left;
}

.comCont14 .tglList .ph {
    float: right;
    width: calc(100% - 74rem);
}

.comCont14 .tglList .ph img {
    border-radius: 2rem;
}

.comCont14 .tglList .aTit {
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: .1rem solid #333;
    padding: 0 0 2rem 4rem;
    margin: 0 0 2rem 0;
    position: relative;
}

.comCont14 .tglList .aTit:before {
    content: "A";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3.4rem;
    font-weight: 700;
    color: #379dcb;
}

.comCont14 .tglList .flBox p:last-child {
    margin: 0;
}

/*追加15*/
.comCont15 {
    margin: 10rem auto 10rem;
}

.comCont15 .inner {
    width: 100rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem;
}

.comCont15 .bnBtn {
    width: 48%;
    min-height: 28rem;
}

.comCont15 .bnBtn a {
    padding: 3rem 3rem;
    display: block;
    height: 100%;
    border-radius: 2rem;
    position: relative;
}

.comCont15 .bnBtn:nth-child(1) a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 82, 94, 0.5);
    border-radius: 2rem;
    transition: .5s;
}

.comCont15 .bnBtn:nth-child(2) a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 93, 52, 0.5);
    border-radius: 2rem;
    transition: .5s;
}

.comCont15 .bnBtn a:after {
    content: "";
    position: absolute;
    background: url(img/arr_orange02.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    right: 3rem;
    bottom: 3rem;
}

.comCont15 .bnBtn:nth-child(1) a {
    background: url(/wp/wp-content/uploads/comCont15_bgimg1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.comCont15 .bnBtn:nth-child(2) a {
    background: url(/wp/wp-content/uploads/comCont15_bgimg2.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.comCont15 .bnBtn .catch {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 4rem;
    color: #FFF;
    position: relative;
    transition: .5s;
}

.comCont15 .bnBtn a:hover:before {
    opacity: 0;
}

.comCont15 .bnBtn:nth-child(1) a:hover .catch {
    color: #ff525e;
}

.comCont15 .bnBtn:nth-child(2) a:hover .catch {
    color: #ff5d34;
}

/*追加16*/
.comCont16 {
    margin: 15rem auto 5rem;
}

.comCont16 .inner {
    position: relative;
}

.comCont16 .inner:before {
    content: "";
    background: url(img/bgdeco_03.png) 50% 50% no-repeat;
    background-size: contain;
    width: 42.4rem;
    height: 58.6rem;
    position: absolute;
    left: calc(50% - 80rem);
    bottom: -18rem;
    z-index: -1;
}

.comCont16 .inner:after {
    content: "";
    background: url(img/bgdeco_03.png) 50% 50% no-repeat;
    background-size: contain;
    width: 42.4rem;
    height: 58.6rem;
    position: absolute;
    right: calc(50% - 50rem);
    top: -10rem;
    z-index: -1;
}

.comCont16 .titArea {
    width: 100rem;
    margin: 0 auto 6rem;
}

.comCont16 .titArea * {
    text-align: center;
}

.comCont16 .titArea .idxh2 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 5.6rem;
    margin: 0 0 3rem 0;
}

.comCont16 .titArea .leadTxt {
    font-size: 2rem;
    color: #ff5d34;
    font-weight: 700;
}

.comCont16 .slide-img {
    width: 35rem;
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    margin: 0 1rem;
}

.comCont16 .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comCont16 .slide-img .slide_dtl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.comCont16 .slide-img .slide_dtl .h3Out {
    height: 45%;
}

.comCont16 .slide-img .slide_dtl .idxh3 {
    background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
    font-size: 1.6rem;
    color: #FFF;
    display: inline-block;
    padding: .8rem 2rem;
    line-height: 2.2rem;
    border-radius: 0 0 2rem 0;
}

.comCont16 .slide-img .slide_dtl .huki {
    padding: 0 0 0 1.5rem;
    filter: drop-shadow(5px 5px 5px rgb(0 0 0 / 0.2));
}

.comCont16 .slide-img .slide_dtl .huki_inner {
    font-size: 1.8rem;
    font-weight: 700;
    background: #FFF;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
    position: relative;
    transform: rotate(-10deg);
    display: inline-block;
}

.huki {
    animation: floatUpDown 3s ease-in-out infinite;
}

.huki:nth-child(2n) {
    animation-delay: 0.5s;
}

.huki:nth-child(3n) {
    animation-delay: 1s;
}

.huki:nth-child(4n) {
    animation-delay: 1.5s;
}

.comCont16 .slide-img .slide_dtl .huki_inner:before {
    content: "";
    background: #FFF;
    position: absolute;
    width: 2rem;
    height: 2rem;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    bottom: -1.9rem;
    left: 2rem;
}

.comCont16 .slide-img .slide_dtl .int {
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 1.5rem;
}

.comCont16 .slide-img .slide_dtl .int_inner {
    font-size: 1.6rem;
    font-weight: 700;
    color: #FFF;
    line-height: 2.6rem;
    display: inline-block;
}

.comCont16 .slide_com {
    padding: 10rem 0 0 0;
    margin: 0 auto 6rem;
}

.comCont16 .slick-arrow {
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 0;
}

.comCont16 .slick-arrow:hover {
    opacity: 0.7;
    cursor: pointer;
}

.comCont16 .slick-arrow.prev {
    background: url(img/arr_slide_prev.png) 50% 50% no-repeat;
    background-size: cover;
    left: calc(50% - 3rem - 4rem);
}

.comCont16 .slick-arrow.next {
    background: url(img/arr_slide_next.png) 50% 50% no-repeat;
    background-size: cover;
    right: calc(50% - 3rem - 4rem);
}

/*comCont_gwc*/
.comCont_gwc .comCont03 {
    background: #ececec;
    padding: 4rem 4rem;
}

.comCont_gwc .comCont03 .flBox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    z-index: 1;
    /* position: relative; */
    width: 69%;
}

.comCont_gwc .comCont03 .inner {
    position: relative;
    width: 100%;
}

.comCont_gwc .comCont04 .catch {
    margin-bottom: 4rem;
}

.comCont_gwc .comCont04 .inner {
    background: none;
    border-radius: 2rem;
    padding: 0;
    position: relative;
    margin: 0 auto 4rem;
}

#contents .comCont_gwc .comCont04 .catchList {
    flex-wrap: nowrap;
    gap: 1rem 4rem;
}

#contents .comCont_gwc .comCont04 .catchList li {
    padding: 2.5rem 2rem;
    width: calc(50% - 2rem);
    background: #ececec;
    font-size: 2.5rem;
    text-align: center;
    border-radius: 1rem;
    color: #333;
}

.comCont_gwc .float-wrap .center {
    width: 45rem;
    margin: 5rem auto;
    padding: 0 0 2rem;
    text-align: center;
}
.comCont_gwc .comCont04 {
    margin: 5rem auto 10rem;
}
.comCont_gwc .comCont04 .inner :before {
    display: none;
}

.comCont_gwc .comCont03 .ccTit {
    text-align: left;
    font-size: 3rem;
    font-weight: 700;
    line-height: 5rem;
    margin: 0 auto 4rem;
}

.comCont_gwc .comCont03 .flBox .catch.catch2 {
    font-size: 2rem;
    color: #ff5d34;
    font-weight: 700;
}

.comCont_gwc .comCont03 .flBox p {
    width: auto;
}

.comCont_gwc .comCont03 .name {
    background: none;
    right: 0;
    bottom: auto;
    top: 19rem;
}

.comCont_gwc .comCont03 .flBox .emphasize {
    width: 62rem;
}

/*sec07_cont*/
.tagContents {
    background: #f8ead5;
    width: calc(100% - 6rem);
    margin: 0 auto;
    border-radius: 2rem;
    padding: 5rem 1.5rem;
}

.tagContents .contTit {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 3rem 0;
    padding: 0 0 1.5rem 0;
    line-height: 2.4rem;
    position: relative;
}

.tagContents .contTit:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
    width: 8rem;
    height: .3rem;
    bottom: 0;
    left: calc(50% - 4rem);
}

.tagContents .tagList {
    margin: 0 auto;
    padding: 0 8rem;
}

@media screen and (max-width: 599px) {
    body {
        line-height: 2em;
        min-width: inherit;
        width: 100%;
        padding: 0;
    }

    #contents {
        overflow: hidden;
    }

    .pc_br {
        display: none;
    }

    .sp_br {
        display: block;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    img {
        max-width: 100%;
    }

    h1, h2, h3, h4, h5, h6 {
        /*letter-spacing: 0rem;*/
    }

    p {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0 0 10px 0;
    }

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

    .wi900 {
        width: 100%;
    }

    .wi1000 {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #category, #page {
        position: relative;
        float: none;
        width: 100%;
        padding: 0 15px 0 15px;
        box-sizing: border-box;
    }

    .wi1100 {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .wi1200 {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    /*--------------------------------------
　content
---------------------------------------*/
    #category h1, #page h1 {
        margin: 0 auto 2.3rem;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 3.4rem;
        padding: 1.5rem 3rem 1.5rem 3rem;
    }

    #category .comTxt, #page .comTxt {
        margin: 0 0 4rem 0;
        line-height: 2.2rem;
        font-size: 1.3rem;
    }

    .tagList {
        max-width: 100rem;
        text-align: center;
        margin: 0 auto 4rem;
    }

    .tagList .tag {
        display: inline-block;
        font-weight: 700;
        color: #ff5d34;
        font-size: 1.2rem;
        border: .1rem solid #333;
        padding: .6rem 1.5rem .6rem 1.5rem;
        border-radius: 5rem;
        line-height: 1.6rem;
        margin: 0 .5rem 1rem;
        background: #FFF;
    }

    #category h2, #page h2 {
        margin: 3.5rem 0 2rem;
        padding: 1.5rem 1rem 1.5rem 1.5rem;
        font-size: 2rem;
        font-size: 2rem;
        line-height: 2.4rem;
    }

    #category h2 a, #page h2 a {
        text-align: left;
        display: block;
        background: url("img/arr_black01.png") right 0 top 50% no-repeat;
        background-size: .8rem auto;
        padding: 0 2rem 0 0;
    }

    #category h3, #page h3 {
        position: relative;
        margin: 3.5rem 0 2rem;
        padding: 1rem 1rem 1rem 2rem;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    #category h3:before, #page h3:before {
        width: .3rem;
    }

    #category h3 a, #page h3 a {
        display: block;
        background: url("img/arr_black01.png") right 0 top 50% no-repeat;
        background-size: .8rem auto;
        padding: 0 2rem 0 0;
    }

    #category h6, #category h4, #category h5, #category h6, #page h4, #page h5, #page h6 {
        position: relative;
        margin: 3.5rem 0 2rem;
        padding: 1.4rem 1rem 1.5rem 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    #category h6 a, #category h4 a, #category h5 a, #category h6 a, #page h4 a, #page h5 a, #page h6 a {
        position: relative;
        background: url("img/arr_black01.png") right 0 top 50% no-repeat;
        background-size: .8rem auto;
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 20px 0 0;
    }

    .sitemap h2 a {
        color: #333;
    }

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

    #contents ul li {
        padding: 0 0 10px 1.8rem;
        background: url(./img/listicon.png) 2px 8px no-repeat;
        background-size: auto 1rem;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.5rem;
    }

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

    #contents table {
        border-collapse: collapse;
        width: 100%;
        border: none;
    }

    #contents table th {
        background: #eef6f7;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
    }

    #contents table td {
        font-size: 14px;
        font-size: 1.4rem;
    }

    #contents table th, #contents table td {
        /* display: block; */
        /* width: 100%; */
        border: 1px solid #eaeaea;
        padding: 10px;
        box-sizing: border-box;
    }

    /*--------------------------------------
　float img
---------------------------------------*/
    #contents .float-wrap {
        margin: 20px auto;
        padding: 0;
        width: 100%;
    }

    #contents .comCont_gwc .float-wrap {
        margin: 5rem auto 0;
        padding: 0;
        width: 100%;
    }

    .comCont_gwc .comCont04 {
        margin: 2rem auto 6rem;
    }

    #contents .float-wrap .float-img {
        margin: 0 0 12px 0;
    }

    #contents .float-wrap .fl {
        width: 100%;
        padding: 0 0 10px 0;
        text-align: left;
    }

    #contents .float-wrap .fr {
        width: 100%;
        padding: 0 0 10px 0;
        text-align: left;
    }

    #contents .float-wrap .center {
        width: 100%;
        padding: 0 0 10px 0;
        text-align: left;
    }

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

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

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

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

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

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

    #contents .float-wrap table th {
        width: 100%;
        display: block;
        font-size: 1.6rem;
        border-bottom: none;
    }

    #contents .float-wrap table tr:nth-child(2) th {
        border-top: none;
    }

    #contents .float-wrap table td {
        text-align: left;
        display: block;
        font-size: 1.5rem;
    }

    #contents .caption {
        margin: 8px 0 0;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 2rem;
        word-break: break-all;
        color: #999;
        text-align: center;
    }

    /*--------------------------------------
　btn
---------------------------------------*/
    .btn-link {
        margin: 20px 0;
        text-align: left;
    }

    .btn-link a {
        background: #a8a8a8 url("img/arr_white02.png") right 1.5rem top 50% no-repeat;
        background-size: .8rem auto;
        color: #FFF;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        display: block;
        text-align: center;
        padding: 1.5rem 3.5rem 1.5rem 2rem;
        position: relative;
        text-decoration: none;
        line-height: 2.6rem;
        box-shadow: .5rem .5rem 0 0 #888;
    }

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

    .btn-internal, .btn-web, .btn-tel, .btn-link {
        width: 90%;
        margin: 20px auto;
    }

    .btn-internal a {
        background: #ff525e url(img/arr_white02.png) right 1.5rem top 50% no-repeat;
        background-size: .8rem auto;
        color: #FFF;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        display: block;
        padding: 1.5rem 3.5rem 1.5rem 2rem;
        position: relative;
    }

    .btn-web a {
        background: #379dcb url(img/icon_web.png) right 1.5rem top 50% no-repeat;
        background-size: 1.4rem auto;
        color: #FFF;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        display: block;
        padding: 1.5rem 3.5rem 1.5rem 2rem;
        position: relative;
    }

    .btn-web a:before {
        content: "";
        background: url(img/icon_click.svg) 50% 0 no-repeat;
        background-size: cover;
        width: 6rem;
        height: 3.5rem;
        position: absolute;
        top: -2rem;
        left: calc(50% - 3rem);
    }

    .btn-tel {
        display: block;
    }

    .btn-tel a {
        background: #26ad42 url("img/icon_tell.png") left 20px top 50% no-repeat;
        background-size: 18px auto;
        color: #FFF;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        display: block;
        text-decoration: none;
        text-align: center;
        padding: 1.4rem 3rem 1.4rem 4.5rem;
        position: relative;
        line-height: 2.6rem;
        box-shadow: .5rem .5rem 0 0 #888;
    }

    /*共通パーツ*/
    /*追加01・追加02*/
    .comCont01 .sTit, .comCont02 .sTit {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin: 0 0 1.5rem 0;
        padding: 1rem 0 0 0;
    }

    .comCont01 .sTit:before, .comCont02 .sTit:before {
        content: "";
        position: absolute;
        background: #379dcb;
        width: 8rem;
        height: .1rem;
        top: -.1rem;
        left: 0;
    }

    .comCont01 .ph, .comCont02 .ph {
        margin: 0 auto 2rem;
    }

    .comCont01 .inner .box2 .sCont .btn-internal, .comCont02 .inner .box3 .sCont .btn-internal {
        width: 90%;
        margin: 2rem auto 0;
    }

    /*追加パーツ01*/
    .comCont01 {
        margin: 6rem auto 6rem;
    }

    .comCont01 .inner .box2 {
        display: block;
    }

    .comCont01 .inner .box2 .sCont {
        width: 100%;
        margin-bottom: 4rem;
    }

    /*追加02*/
    .comCont02 {
        margin: 6rem auto;
    }

    .comCont02 .inner .box3 {
        display: block;
    }

    .comCont02 .inner .box3 .sCont {
        width: 100%;
        margin-bottom: 4rem;
    }

    .comCont02 .inner .box4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 5rem 3.2rem;
    }

    .comCont02 .inner .box4 .sCont {
        width: 100%;
        position: relative;
    }

    .comCont02 .inner .box4 .sCont .btn-internal {
        width: 92%;
        margin: 0 auto;
    }

    /*追加03*/
    .comCont03 {
        width: 100%;
        margin: 8rem auto 6rem;
        border-radius: 1rem;
        padding: 0 1.5rem 4rem 1.5rem;
        background: url(img/bgdeco_01.png) left -12rem bottom -5rem no-repeat, url(img/bgdeco_01.png) right -14rem top -14rem no-repeat, #ececec;
        background-size: 21.2rem 29.3rem, 21.2rem 29.3rem, auto;
    }

    .comCont03 .inner:before {
        display: none;
    }

    .comCont03 .inner:after {
        display: none;
    }

    .comCont03 .hukiTit {
        text-align: center;
        margin: 0 0 1.5rem 0;
    }

    .comCont03 .hukiTit .huki_inner {
        padding: 1rem 3rem;
        font-size: 1.3rem;
        line-height: 2rem;
        position: relative;
        top: -1.2rem;
        left: -10rem;
        right: auto;
    }

    .comCont03 .hukiTit .huki_inner:before {
        bottom: -1.1rem;
        left: 3rem;
        width: 1.2rem;
        height: 1.2rem;
    }

    .comCont03 .enTit {
        font-size: 1.8rem;
        line-height: 2rem;
        margin: 0 0 1rem 0;
    }

    .comCont03 .enTit .sp_br {
        display: contents;
    }

    .comCont03 .ccTit {
        font-size: 2.3rem;
        line-height: 3.4rem;
        margin: 0 auto 2rem;
    }

    .comCont03 .flBox {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        width: 100%;
    }

    .comCont03 .flBox p {
        width: 100%;
    }

    .comCont03 .flBox .ph {
        padding: 0;
        margin: 2rem 0 2rem 0;
        display: contents;
    }

    .comCont03 .name {
        font-size: 1.3rem;
        text-align: right;
        line-height: 2rem;
        padding: .5rem 1rem;
        position: absolute;
        right: 21rem;
        bottom: 2rem;
        min-width: 16rem;
    }

    /*追加04*/
    .comCont04 {
        margin: 6rem auto 6rem;
    }

    .comCont04 .inner {
        border-radius: 1rem;
        padding: 2rem 1.5rem;
        position: relative;
        margin: 0 auto 6rem;
    }

    #contents .comCont04 .catchList {
        margin: 0;
        padding: 0;
        display: block;
    }

    #contents .comCont04 .catchList li {
        margin: 0 0 1rem 0;
        padding: .5rem 2rem;
        width: 100%;
        font-size: 1.4rem;
        line-height: 2.8rem;
        position: relative;
    }

    #contents .comCont04 .catchList li:last-child {
        margin: 0;
    }

    #contents .comCont04 .catchList li:before {
        width: 1.6rem;
        height: .2rem;
        top: calc(50% - 0.1rem);
        left: -.8rem;
    }

    .comCont04 .inner :before {
        content: "";
        background: url(img/arr_blue.png) 50% 50% no-repeat;
        background-size: contain;
        width: 6rem;
        height: 3.4rem;
        position: absolute;
        bottom: -5rem;
        left: calc(50% - 3rem);
    }

    .comCont04 .catch {
        font-size: 1.6rem;
    }

    /*追加05*/
    .comCont05 {
        background: url(img/bg_comCont05_sp.jpg) 50% 50% no-repeat;
        background-size: cover;
        padding: 5rem 0;
        margin: -7rem auto 5rem;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .comCont05.inter_tt {
    background: url(/wp/wp-content/uploads/bg_comCont03.jpg) center right -25vw no-repeat;
    background-size: cover;
    padding: 0;
    margin: -2rem auto 5rem;
    border-radius: 2rem;
}




.comCont05.inter_kf {
    background: url(/wp/wp-content/uploads/bg_comCont01.jpg) center right -25vw no-repeat;
    background-size: cover;
    padding: 0;
    margin: -2rem auto 5rem;
    border-radius: 2rem;
}

.comCont05.inter_ma {
    background: url(/wp/wp-content/uploads/bg_comCont02.jpg) center right -25vw no-repeat;
    background-size: cover;
    padding: 0;
    margin: -2rem auto 5rem;
    border-radius: 2rem;
}



.comCont05.inter_yo {
    background: url(/wp/wp-content/uploads/bg_comCont04.jpg) center right -25vw no-repeat;
    background-size: cover;
    padding: 0;
    margin: -2rem auto 5rem;
    border-radius: 2rem;
}

.comCont05.inter_kn {
    background: url(/wp/wp-content/uploads/bg_comCont05.jpg) center right -25vw no-repeat;
    background-size: cover;
    padding: 0;
    margin: -2rem auto 5rem;
    border-radius: 2rem;
}
















    
    
    .comCont05 .wi1000 {
        padding: 3rem 1.5rem;
    }
.comCont05.inter_kf {
    background: url(/wp/wp-content/uploads/bg_comCont01.jpg) center right -25vw no-repeat;
    background-size: cover;
    padding: 1rem 0;
    margin: -2rem auto 5rem;
    border-radius: 2rem;
}
    .comCont05:before {
        height: 5rem;
        border-radius: 0 0 5rem 0;
        display:none;
    }

    .comCont05:after {
        height: 5rem;
        border-radius: 5rem 0 0 0;
        display: none;
    }

    .comCont05 .inner:before {
        width: 5rem;
        height: 5rem;
               display:none;
    }

    .comCont05 .inner:after {
        width: 5rem;
        height: 5rem;
        transform: rotate(180deg);
               display:none;
    }

    .comCont05 .enTit {
        font-size: 1.5rem;
        text-align: center;
        padding: .7rem 2rem .5rem 2rem;
        line-height: 2.5rem;
        margin: 0 0 1.5rem 0;
    }

    .comCont05 .ccTit {
        font-size: 2.3rem;
        line-height: 4rem;
        margin: 0 0 1.5rem 0;
    }

    .comCont05 .profile {
        font-size: 1.4rem;
        margin: 0 0 1.5rem 0;
    }

    /*追加06*/
    .comCont06 {
        margin: 6rem auto 4rem;
    }

    .comCont06 .sBlock {
        width: 100%;
        border-radius: 1rem;
        padding: 3rem 1.5rem;
        margin: 0 0 4rem 0;
    }

    .comCont06 .sBlock .sTit {
        font-size: 1.5rem;
        padding: 1rem 2rem;
        width: 28rem;
        line-height: 2rem;
        margin: -5rem 0 2rem 0;
    }

    .comCont06 .sBlock:nth-child(even) {
        margin: 0 auto 6rem;
    }

    .comCont06 .flBox {
        display: block;
    }

    .comCont06 .contL {
        width: 100%;
        margin: 0 auto 3rem;
    }

    .comCont06 .contL .ph {
        margin: 0 auto 1.5rem;
    }

    .comCont06 .contL .ph img {
        border-radius: 1rem;
    }

    .comCont06 .catch {
        font-size: 1.5rem;
        padding: 0 0 1.5rem 0;
        margin: 0 0 1.5rem 0;
        line-height: 2.6rem;
    }

    .comCont06 .contR {
        border-radius: 1rem;
        padding: 2rem 1.5rem;
        width: 100%;
    }

    .comCont06 .huki {
        position: absolute;
        top: -1.5rem;
        right: 1.5rem;
    }

    .comCont06 .huki .huki_inner {
        font-size: 1.2rem;
        border-radius: .5rem;
        padding: 1rem 1.5rem .8rem 1.5rem;
        line-height: 2rem;
        position: relative;
    }

    .comCont06 .huki .huki_inner:before {
        width: .8rem;
        height: .8rem;
        bottom: -.8rem;
        right: 1.5rem;
    }

    /*追加07*/
    .comCont07 {
        width: 100%;
        margin: 6rem auto 6rem;
        border-radius: 1rem;
    }

    .comCont07 .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }

    .comCont07 .contL, .comCont07 .contR {
        width: 100%;
    }

    .comCont07 .contL {
        padding: 3rem 1.5rem 2rem 1.5rem;
    }

    .comCont07 .ccTit {
        font-size: 1.9rem;
        line-height: 3rem;
        margin: 0 0 1.5rem 0;
    }

    .comCont07 .contL .btn-internal, .comCont07 .contL .btn-web {
        margin: 0 auto 2rem;
        max-width: 90%;
    }

    .comCont07 .contL .btn-web {
        margin: 4rem auto 2rem;
    }

    /*追加08*/
    .comCont08 {
        margin: 6rem auto 6rem;
    }

    .comCont08 .inner {
        padding: 4rem 1.5rem 2rem 1.5rem;
        border-radius: 1rem;
    }

    .comCont08 .hukiTit {
        margin: -4rem 0 1rem 0;
    }

    .comCont08 .hukiTit .huki_inner {
        background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
        padding: .7rem 3rem .5rem 3rem;
        font-size: 1.3rem;
        line-height: 2rem;
        top: -1.2rem;
    }

    .comCont08 .hukiTit .huki_inner:before {
        bottom: -1.2rem;
        left: 3rem;
        width: 1.2rem;
        height: 1.3rem;
    }

    /*追加09*/
    .comCont09 {
        width: 100%;
        margin: 6rem auto 6rem;
        background: #f8ead5 url(img/bgdeco_02.png) right 0 bottom -10rem no-repeat;
        background-size: 21.2rem auto;
        border-radius: 1rem;
        position: relative;
    }

    .comCont09 .enTit {
        background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
        padding: .8rem 2rem;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
        border-radius: 5rem;
        top: -2rem;
        left: calc(50% - 9rem);
        width: 18rem;
    }

    .comCont09 .flBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }

    .comCont09 .contL {
        width: 100%;
        border-radius: 1rem 1rem 0 0;
    }

    .comCont09 .contR {
        width: 100%;
        padding: 2rem 1.5rem;
    }

    .comCont09 .ccTit {
        font-size: 1.8rem;
        line-height: 3rem;
        padding: 1rem 0 1.5rem;
        margin: 0 0 1.5rem 0;
    }

    .comCont09 .contR p {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    /*追加10*/
    .comCont10 {
        margin: 6rem auto 12rem;
    }

    .comCont10 .inner:before {
        content: "";
        position: absolute;
        background: #ff7755;
        width: 100%;
        height: .1rem;
        top: 1.3rem;
        right: 0;
    }

    .comCont10 .titOut {
        margin: 0 0 4rem 0;
        padding: 0 1.5rem 0 0;
    }

    .comCont10 .titOut:after {
        width: 5.4rem;
        height: 5.4rem;
        border-radius: 1.5rem;
        top: -1.2rem;
        left: .7rem;
        transform: rotate(45deg);
    }

    .comCont10 .ccTit {
        font-size: 1.8rem;
        padding: 0 0 0 3rem;
        z-index: 1;
        line-height: 3rem;
        display: inline-block;
    }

    .comCont10 .flowCont {
        padding: 0 1.5rem 0 5rem;
        position: relative;
    }

    .comCont10 .flowCont:before {
        content: "";
        position: absolute;
        background: #ff7755;
        width: .1rem;
        height: calc(100% + 12rem);
        top: -3.5rem;
        left: 3.5rem;
    }

    .comCont10 .flowCont .flBox {
        display: block;
        margin: 0 auto 3rem;
    }

    .comCont10 .flowCont .flBox:last-child {
        margin: 0 auto 6rem;
    }

    .comCont10 .flowCont .season {
        width: 100%;
        padding: 0 3rem .8rem 0;
        font-size: 1.3rem;
        position: relative;
    }

    .comCont10 .flowCont .season:before {
        content: "";
        position: absolute;
        background: #ff7755;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        top: .6rem;
        left: -2.2rem;
    }

    .comCont10 .flowCont .txtArea {
        width: 100%;
    }

    .comCont10 .flowCont .txtArea .catch {
        font-size: 1.5rem;
        margin: 0 0 .8rem 0;
    }

    .comCont10 .flowCont .txtArea p:last-child {
        margin: 0;
    }

    .comCont10 .pointCont {
        border-radius: 1rem;
        padding: 2rem 1.5rem;
    }

    .comCont10 .pointCont .huki {
        margin: -3.5rem 0 1.5rem 0;
    }

    .comCont10 .pointCont .huki_inner {
        font-size: 1.3rem;
        text-align: center;
        border-radius: .5rem;
        padding: 1rem 1.5rem .8rem 1.5rem;
        line-height: 2rem;
        position: relative;
    }

    .comCont10 .pointCont .huki_inner:before {
        width: .8rem;
        height: .8rem;
        bottom: -.7rem;
        left: 2rem;
    }

    .comCont10 .pointCont .flBox p:last-child {
        margin: 0;
    }

    .comCont10 .pointCont .ph {
        float: right;
        width: 48%;
        padding: 0 0 0 1.5rem;
    }

    .comCont10 .pointCont .ph img {
        border-radius: 1rem;
    }

    /*追加11*/
    .comCont11 {
        margin: 6rem auto 6rem;
    }

    .comCont11 .sBlock {
        width: 100%;
        margin: 0 auto 8rem;
    }

    .comCont11 .sBlock:last-child {
        margin: 0 auto;
    }

    .comCont11 .titArea .huki {
        margin: 0 0 3rem 0;
    }

    .comCont11 .titArea .huki_inner {
        font-size: 1.4rem;
        padding: .8rem 3rem;
        transform: rotate(-12deg);
        line-height: 2.4rem;
    }

    .comCont11 .titArea .huki_inner:before {
        content: "";
        background: url(img/deco_huki_orange.svg) 50% 0 no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -1.2rem;
        left: 3rem;
        width: 1.2rem;
        height: 1.3rem;
    }

    .comCont11 .ccTit {
        font-size: 1.8rem;
        line-height: 3rem;
        margin: 0 0 3rem 0;
        padding: 0;
    }

    .comCont11 .txtBlock .list {
        display: block;
    }

    .comCont11 .txtBlock .list .name {
        font-size: 1.5rem;
        width: 100%;
        text-align: left;
        padding: 1.5rem 0 1rem;
        border-top: .1rem solid #e6e6e6;
        position: relative;
    }

    .comCont11 .txtBlock .list .name:before {
        content: "";
        background: #ff7755;
        position: absolute;
        width: 8rem;
        height: .1rem;
        top: -.1rem;
        left: 0;
    }

    .comCont11 .txtBlock .list .txtArea {
        width: 100%;
        border-top: none;
        border-left: none;
        padding: 0 0 2rem 0;
    }

    .comCont11 .txtBlock .list .txtArea p:last-child {
        margin: 0;
    }

    .comCont11 .addimgR, .comCont11 .addimgL {
        display: block;
    }

    .comCont11 .ph img {
        position: inherit;
        top: 0;
        border-radius: 1rem;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .comCont11 .addimgR .detailArea, .comCont11 .addimgL .detailArea {
        width: 100%;
    }

    .comCont11 .addimgR .ph, .comCont11 .addimgL .ph {
        width: 100%;
    }

    .comCont11 .addimgR .ph {
        margin: 0;
    }

    .comCont11 .addimgR .detailArea {
        padding: 0;
    }

    .comCont11 .addimgL .detailArea {
        padding: 0;
        order: 1;
    }

    .comCont11 .addimgL .ph {
        order: 2;
        margin: 0;
    }

    /*追加12*/
    .comCont12 {
        margin: 6rem auto 6rem;
    }

    .comCont12 .inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0;
    }

    .comCont12 .inner .ccTit {
        width: 100%;
        position: inherit;
        font-size: 1.8rem;
        line-height: 3rem;
        top: inherit;
        left: inherit;
    }

    .comCont12 .addTxt01 {
        text-align: center;
        margin: 1rem 0 2rem;
    }

    .comCont12 .scroll {
        overflow-x: scroll;
        margin-right: -1.5rem;
        min-height: 32rem;
    }

    .comCont12 .flBox {
        width: 104rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 3rem;
    }

    .comCont12 .sCont {
        width: 30rem;
        min-height: 27rem;
        padding: 4rem 3.5rem;
        position: relative;
    }

    .comCont12 .sCont p {
        font-weight: 700;
    }

    .comCont12 .sCont p {
        margin: 0;
    }

    .comCont12 .sCont:nth-child(1) {
        background: url(img/com12_huki1.png) 50% 0 no-repeat;
        background-size: 100% auto;
    }

    .comCont12 .sCont:nth-child(2) {
        background: url(img/com12_huki2.png) 50% 0 no-repeat;
        background-size: 100% auto;
    }

    .comCont12 .sCont:nth-child(3) {
        background: url(img/com12_huki3.png) 50% 0 no-repeat;
        background-size: 100% auto;
        width: 34rem;
        padding: 5rem 3.5rem 2rem 3.5rem;
    }

    .comCont12 .sCont .profile {
        position: inherit;
        width: 100%;
        bottom: inherit;
        left: inherit;
        margin: 2rem auto 0;
    }

    /*追加13*/
    .comCont13 {
        margin: 6rem auto 6rem;
    }

    .comCont13 .inner {
        width: 100%;
        background: #f8ead5 url(img/bgdeco_02.png) right 0 bottom -10rem no-repeat;
        background-size: 21.2rem auto;
        border-radius: 1rem;
        position: relative;
        margin: 0 auto;
    }

    .comCont13 .flBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        position: relative;
    }

    .comCont13 .contL {
        width: 100%;
        height: 16rem;
        overflow: hidden;
        border-radius: 1rem 1rem 0 0;
    }

    .comCont13 .contR {
        width: 100%;
        padding: 2rem 1.5rem 2rem 1.5rem;
    }

    .comCont13 .contR .huki {
        position: absolute;
        margin: 0;
        top: -1.8rem;
        left: calc(50% - 8.1rem);
    }

    .comCont13 .contR .huki_inner {
        padding: .8rem 3rem;
        font-size: 1.3rem;
        line-height: 2rem;
        border-radius: 5rem;
        top: 0;
    }

    .comCont13 .contR .huki_inner:before {
        content: "";
        background: url(img/deco_huki_orange.svg) 50% 0 no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -1.2rem;
        left: 3rem;
        width: 1.2rem;
        height: 1.3rem;
    }

    .comCont13 .ccTit {
        font-size: 2.3rem;
        line-height: 3rem;
        padding: 1rem 0 1.5rem;
        margin: 0 0 1.5rem 0;
    }

    .comCont13 .contR .catch {
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin: 0 0 1rem 0;
    }

    .comCont13 .contR p {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    /*追加14*/
    .comCont14 {
        margin: 6rem auto 6rem;
    }

    .comCont14 .qTit {
        display: block;
        margin: 0 0 1rem 0;
    }

    .comCont14 .tglBtn {
        background: url(img/icon_tgl_open.svg) right 0 top calc(100% - .4rem) no-repeat;
        background-size: 3rem auto;
    }

    .comCont14 .tglBtn.open {
        background: url(img/icon_tgl_close.svg) right 0 top calc(100% - .4rem) no-repeat;
        background-size: 3rem auto;
    }

    .comCont14 .tglBtn .num {
        position: relative;
        font-size: 1.6rem;
        padding: 1rem 0 1rem 5.5rem;
        width: auto;
    }

    .comCont14 .tglBtn .num:before {
        content: "";
        background: url(img/icon_q.png) 50% 50% no-repeat;
        background-size: 4.6rem auto;
        width: 4.6rem;
        height: 4.6rem;
        position: absolute;
        top: calc(50% - 2.3rem);
        left: 0;
        z-index: -1;
    }

    .comCont14 .tglBtn .catch {
        width: 100%;
        font-size: 1.6rem;
        line-height: 3rem;
        padding: 0 4rem 0 0;
    }

    .comCont14 .tglCont {
        border-radius: 0 0 1rem 1rem;
        padding: 2rem 1.5rem 2rem 1.5rem;
        display: none;
    }

    .comCont14 .tglList {
        margin: 0 auto 2rem;
        min-height: inherit;
    }

    .comCont14 .tglList .contL {
        width: 100%;
        padding: 0;
        float: none;
    }

    .comCont14 .tglList .ph {
        float: right;
        width: 30%;
    }

    .comCont14 .tglList .ph img {
        border-radius: 1rem;
    }

    .comCont14 .tglList .aTit {
        font-size: 1.5rem;
        padding: 0 0 1.5rem 3rem;
        margin: 0 0 1.5rem 0;
        position: relative;
    }

    .comCont14 .tglList .aTit:before {
        content: "A";
        position: absolute;
        top: 0;
        left: 0;
        font-size: 2.2rem;
    }

    .comCont14 .tglList .flBox p:last-child {
        margin: 0;
    }

    /*追加15*/
    .comCont15 {
        margin: 6rem auto 6rem;
    }

    .comCont15 .inner {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .comCont15 .bnBtn {
        width: 100%;
        min-height: inherit;
        margin: 0 auto 3rem;
    }

    .comCont15 .bnBtn:last-child {
        margin: 0 auto;
    }

    .comCont15 .bnBtn a {
        padding: 2rem 1.5rem;
        display: block;
        height: 100%;
        border-radius: 1rem;
        position: relative;
    }

    .comCont15 .bnBtn:nth-child(1) a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 82, 94, 0.5);
        border-radius: 1rem;
        transition: .5s;
    }

    .comCont15 .bnBtn:nth-child(2) a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 93, 52, 0.5);
        border-radius: 1rem;
        transition: .5s;
    }

    .comCont15 .bnBtn a:after {
        content: "";
        position: absolute;
        background: url(img/arr_orange02.svg) 50% 50% no-repeat;
        background-size: contain;
        width: 3rem;
        height: 3rem;
        right: 1.5rem;
        bottom: 2rem;
    }

    .comCont15 .bnBtn:nth-child(1) a {
        background: url(img/comCont15_bgimg1.jpg) 50% 50% no-repeat;
        background-size: cover;
    }

    .comCont15 .bnBtn:nth-child(2) a {
        background: url(img/comCont15_bgimg2.jpg) 50% 50% no-repeat;
        background-size: cover;
    }

    .comCont15 .bnBtn .catch {
        font-size: 2rem;
        line-height: 3rem;
        transition: .5s;
        margin: 0 0 5rem 0;
    }

    /*comCont16*/
    .comCont16 {
        margin: 6rem auto 6rem;
        overflow: hidden;
    }

    .comCont16 .inner:before {
        content: "";
        background: url(img/bgdeco_03.png) 50% 50% no-repeat;
        background-size: contain;
        width: 21.2rem;
        height: 29.3rem;
        position: absolute;
        left: -10rem;
        bottom: -18rem;
        z-index: -1;
    }

    .comCont16 .inner:after {
        content: "";
        background: url(img/bgdeco_03.png) 50% 50% no-repeat;
        background-size: contain;
        width: 21.2rem;
        height: 29.3rem;
        position: absolute;
        right: -10rem;
        top: -10rem;
        z-index: -1;
    }

    .comCont16 .titArea {
        width: 100%;
        margin: 0 auto 3rem;
        padding: 0 1.5rem;
    }

    .comCont16 .titArea .idxh2 {
        font-size: 2.3rem;
        line-height: 3.6rem;
        margin: 0 0 2rem 0;
    }

    .comCont16 .titArea .leadTxt {
        font-size: 1.5rem;
    }

    .comCont16 .slide_com {
        padding: 6rem 0 0 1.5rem;
        margin: 0 auto 4rem;
    }

    .comCont16 .slide-img .slide_dtl .idxh3 {
        font-size: 1.3rem;
        padding: .6rem 2rem;
        line-height: 2rem;
        border-radius: 0 0 1rem 0;
    }

    .comCont16 .slide-img .slide_dtl .huki_inner {
        font-size: 1.5rem;
        line-height: 2.4rem;
        padding: 1rem 1.5rem;
        border-radius: 1rem;
        position: relative;
        transform: rotate(-10deg);
        display: inline-block;
    }

    .comCont16 .slide-img .slide_dtl .huki_inner:before {
        content: "";
        background: #FFF;
        position: absolute;
        width: 1.5rem;
        height: 1.5rem;
        clip-path: polygon(0 0, 100% 100%, 100% 0);
        -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
        bottom: -1.4rem;
        left: 2rem;
    }

    .comCont16 .slide-img .slide_dtl .int {
        background: rgba(0, 0, 0, 0.5);
        padding: 1.5rem 1.5rem;
    }

    .comCont16 .slide-img .slide_dtl .int_inner {
        font-size: 1.3rem;
        line-height: 2rem;
        display: inline-block;
    }

    .comCont16 .slide-img {
        width: 30rem;
        position: relative;
        border-radius: 1rem;
        overflow: hidden;
        margin: 0 1rem;
    }

    .comCont16 .slick-arrow {
        width: 4rem;
        height: 4rem;
        position: absolute;
        top: 0;
    }

    .comCont16 .slick-arrow:hover {
        opacity: 0.7;
    }

    .comCont16 .slick-arrow.prev {
        background: url(img/arr_slide_prev.png) 50% 50% no-repeat;
        background-size: cover;
        left: calc(50% - 2rem - 3rem);
    }

    .comCont16 .slick-arrow.next {
        background: url(img/arr_slide_next.png) 50% 50% no-repeat;
        background-size: cover;
        right: calc(50% - 2rem - 3rem);
    }

    .comCont16 .btn-internal {
        width: 82%;
    }

    .comCont_gwc .comCont04 .catch {
        font-size: 9vw;
        line-height: 12vw;
    }

    #contents .comCont_gwc .comCont04 .catchList {
        gap: 1rem 1rem;
        display: flex;
        flex-direction: column;
    }

    #contents .comCont_gwc .comCont04 .catchList li {
        width: 100%;
    }

    .comCont_gwc .foot_com .bg_beige {
        background: #f8ead5;
        padding: 4rem 1.5rem;
        width: 100vw;
        margin-left: -1.5rem;
    }

    .comCont_gwc .comCont03 {
        padding: 2rem 2rem 7rem;
    }

    .comCont_gwc .comCont03 .ccTit {
        text-align: left;
        font-size: 6vw;
        font-weight: 700;
        line-height: 9vw;
        margin: 0 auto 4rem;
    }

    .comCont_gwc .comCont03 .name {
        background: none;
        right: 0;
        bottom: -5rem;
        top: auto;
    }

    .comCont_gwc .comCont03 .flBox {
        gap: 3rem;
        width: 100%;
    }

    /*tagContents*/
    .tagContents {
        width: calc(100% - 3rem);
        border-radius: 1rem;
        padding: 3rem 1.5rem 2rem 1.5rem;
    }

    .tagContents .contTit {
        font-size: 1.8rem;
    }

    .tagContents .tagList {
        padding: 0;
    }

    /*ヘッダー*/
    header .logo {
        background: none;
        top: 1.25rem;
        left: 1.44rem;
        width: 9rem;
        z-index: 1;
        border-right: 1.5rem solid rgb(255 255 255 / 0);
        border-bottom: 1.5rem solid rgb(255 255 255 / 0);
        border-radius: 0 0 1rem 0;
    }

    header .logo:before {
        content: "";
        background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
        background-size: cover;
        width: 1rem;
        height: 1rem;
        position: absolute;
        bottom: -2.45rem;
        left: 0;
        z-index: 1;
        display: none;
    }

    .sitename_wrap {
        padding: 1rem 1.5rem 1.5rem 10rem;
        min-height: 3.5rem;
        margin-left: 0;
    }

    .keyArea_sec {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: calc(100% - 1.5rem);
        min-height: 9.5rem;
    }

    .keyArea_sec .img01 {
        width: calc(60% - .75rem);
    }

    .keyArea_sec .img02 {
        width: calc(40% - .75rem);
    }

    .keyArea_sec .img01 img, .keyArea_sec .img02 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1rem;
    }

    #keyOut {
        border-left: 0 solid #ffffff;
        position: relative;
    }

    #keyOut:before {
        content: "";
        background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
        background-size: cover;
        width: 1rem;
        height: 1rem;
        position: absolute;
        top: 0;
        left: 9.34rem;
        z-index: 1;
        display: none;
    }

    #contents .sitemap {
        padding: 0 10px;
        box-sizing: border-box;
    }

    #contents .sitemap h1 {
        width: 100%;
    }

    /* ================== */
    /*header　*/
    /* ================== */
    #contents .sitename {
        font-size: 14px;
        font-size: 1.4rem;
        color: #999;
        margin: 0 0 10px 0;
        position: relative;
        z-index: 2;
        padding: 0 40px 0 0;
    }

    .sitename {
        padding: .8rem 0;
        line-height: 2.4rem;
    }

    .sitename, .sitename a {
        font-size: 10px;
        font-size: 4vw;
        /* font-weight: normal; */
        /* color: #999; */
        text-align: left;
        width: 100%;
    }

    .sitesponsored {
        color: #999;
        text-align: left;
        font-size: 2.7vw;
        line-height: 1.2;
    }

    /* ハンバーガーメニュー */
    nav {
        width: 30rem;
        transform: translate(30rem);
    }

    /* ハンバーガーメニュー */
    .bargBg {
        /* background: rgba(34,34,34,0.9); */
        position: fixed;
        top: 2rem;
        right: 1rem;
        z-index: 100;
        transform: translateX(0);
        transition: transform .5s;
        width: 46px;
        height: 46px;
    }

    .bargBg p {
        width: 46px;
        text-align: center;
        color: #FFF;
        font-size: 7px;
        font-size: 0.7rem;
        margin: 19px auto 0;
        position: inherit;
        bottom: inherit;
        left: inherit;
    }

    .bargBg.active {
        transform: translateX(-30rem);
        display: block !important;
    }

    .bargBg span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: calc(50% - 1rem);
        width: 2rem;
        height: 1px;
    }

    .bargBg.active span {
    }

    .bargBg span:nth-of-type(1) {
        top: 13px;
    }

    .bargBg.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }

    .bargBg span:nth-of-type(2) {
        top: 22px;
    }

    .bargBg.active span:nth-of-type(2) {
        opacity: 0;
    }

    .bargBg span:nth-of-type(3) {
        top: 31px;
    }

    .bargBg.active span:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
    }

    .out-frame {
        position: relative;
        width: 100%;
    }

    .out-frame.black:after {
        background: #FFF;
        opacity: 0.8;
        content: '';
        height: 10000px;
        right: 0;
        top: 0;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transform: 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;
        -webkit-transition: all .5s ease;
        -moz-transform: all .5s ease;
    }

    .header-frame {
        position: relative;
        width: 100%;
        height: 64px;
    }

    .menu-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 44px;
        width: 44px;
        z-index: 10;
    }

    .navOpenOut {
        background: rgba(255, 255, 255, 0.5);
        padding: 13px 10px;
        box-sizing: border-box;
    }

    .navOpen {
        position: inherit;
        top: inherit;
        right: 10px;
        height: 44px;
        width: 44px;
        z-index: 10;
        float: right;
    }

    .header-menu ul li a {
        display: block;
        padding: 15px 30px 15px 10px;
        text-decoration: none;
        line-height: 1.3;
        color: #333;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .header-menu ul.accordion li ul li:first-child a {
        padding: 12px 30px 12px 10px;
    }

    .header-menu ul li.delete {
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .header-menu ul.accordion {
        /* border-top: 1px solid #eee; */
    }

    .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 30px 15px 10px;
        text-decoration: none;
        line-height: 1.3;
        color: #333;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .header-menu ul.accordion ul li a {
        padding: 12px 30px 12px 20px;
        color: #333;
    }

    .header-menu ul.accordion ul li.subCat a, .header-menu ul.accordion ul li.subCat ul.subList li a {
        padding: 12px 30px 12px 20px;
    }

    #g-nav .navTit {
        font-size: 1.5rem;
        border-bottom: .2rem solid #333;
        padding: 1rem 1rem;
        margin: 1rem 0 1.5rem 0;
    }

    #g-nav .navBn {
        margin: 0 auto 3rem;
    }

    #g-nav .navBn a {
        font-size: 1.6rem;
        border-radius: 1rem;
        padding: 1.5rem 1.5rem;
        line-height: 2.8rem;
    }

    #g-nav .navBn a .fs_s {
        font-size: 1.3rem;
    }

    #g-nav .navBn a:before {
        border-radius: 1rem;
    }

    #g-nav .navBn a:after {
        content: "";
        background: url(img/icon_click.svg) 50% 0 no-repeat;
        background-size: contain;
        width: 6rem;
        height: 4rem;
        position: absolute;
        top: -1.8rem;
        right: 3rem;
    }

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

    #pankuzu {
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        font-size: 11px;
        font-size: 1.1rem;
        color: #333;
    }

    #pankuzu a {
        color: #333;
    }

    /*--------------------------------------
Footer上部共通
---------------------------------------*/
    .foot_com .snsCont {
        padding: 4rem 0;
    }

    .foot_com .snsCont .snsBtn {
        display: inline-block;
        width: 3.5rem;
        height: 3.5rem;
        margin: 0 1rem;
    }

    .foot_com .snsCont .snsBtn:first-child {
    width: 3rem;
    height: 3rem;
    margin: 0 1rem;
}
    
    .foot_com .bg_beige {
        background: #f8ead5;
        padding: 4rem 1.5rem;
    }

    .foot_com .bg_beige .cont01 {
        width: 100%;
        margin: 0 auto 3rem;
        padding: 0;
    }

    .foot_com .bg_beige .cont01 .tit01 {
        font-size: 1.6rem;
        margin: 0 0 3rem 0;
    }

    .foot_com .bg_beige .cont01 .hukiL {
        background: #FFF url(img/icon_web_blue.png) right 1.5rem bottom 2rem no-repeat;
        background-size: 1.4rem auto;
        border-radius: 1.5rem;
        box-shadow: .4rem .4rem 0 #379dcb;
        position: relative;
        margin: 0 auto 4rem;
    }

    .foot_com .bg_beige .cont01 .hukiL:before {
        content: "";
        position: absolute;
        background: url(img/arr_blue02.svg) 50% 50% no-repeat;
        background-size: contain;
        width: 3.5rem;
        height: 3.5rem;
        bottom: -3rem;
        left: 7rem;
    }

    .foot_com .bg_beige .cont01 .hukiL a {
        display: block;
        padding: 1.5rem 3.5rem 1.5rem 11rem;
        position: relative;
    }

    .foot_com .bg_beige .cont01 .hukiL a:hover {
        opacity: 0.7;
    }

    .foot_com .bg_beige .cont01 .hukiL a img {
        width: 16rem;
        position: absolute;
        bottom: 0px;
        left: -5rem;
    }

    .foot_com .bg_beige .cont01 .hukiL a .txt01 {
        font-size: 1.9rem;
        margin: 0 0 .8rem;
        line-height: 2.4rem;
    }

    .foot_com .bg_beige .cont01 .hukiL a .txt02 {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .foot_com .bg_beige .cont01 .leadTxt01 {
        font-size: 1.5rem;
        line-height: 2.8rem;
    }

    .foot_com .bg_beige .about_media {
        width: 100%;
        margin: 0 auto;
        border-top: .5rem dotted #fdf9f2;
        display: block;
        padding: 4rem 1.5rem 0 1.5rem;
    }

    .foot_com .bg_beige .about_media .txtArea {
        width: 100%;
    }

    .foot_com .bg_beige .about_media .sTit {
        font-size: 1.8rem;
        margin: 0 0 2rem 0;
        padding: 0 0 0 7rem;
        line-height: 2.6rem;
        position: relative;
    }

    .foot_com .bg_beige .about_media .sTit:before {
        content: "";
        background: url(img/logo_zenken.png) 50% 50% no-repeat;
        background-size: contain;
        width: 6rem;
        height: 6rem;
        position: absolute;
        top: calc(50% - 3.5rem);
        left: 0;
    }

    .foot_com .bg_beige .about_media .btn-link {
        margin: 2rem 0 0 0;
        width: 100%;
    }

    .foot_com .bg_beige .about_media .btn-link a {
        color: #333;
        font-weight: 400;
        background: url(img/arr_orange.png) 100% 50% no-repeat;
        background-size: .8rem auto;
        box-shadow: none;
        text-align: right;
        padding: .5rem 1.5rem .5rem 1rem;
        text-decoration: underline;
    }

    footer {
        box-sizing: border-box;
        width: 100%;
        padding: 4rem 0 0 0;
        margin: 0;
        position: relative;
    }

    footer .foot_logo {
        width: 15rem;
        margin: 0 auto 30px;
    }

    footer .areaInner {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border-top: 1px solid #ddd;
    }

    footer .areaInner .areaInner_r {
        order: 1;
        width: 100%;
    }

    footer .areaInner .areaInner_l {
        order: 2;
        width: 100%;
    }

    footer .areaInner .footBox {
        margin: 0;
    }

    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        font-size: 14px;
        font-size: 1.4rem;
        color: #333;
        background: url(img/arr_orange_down.png) right 1.5rem center no-repeat, #f8ead5;
        background-size: 1.2rem auto;
        padding: 10px 40px 10px 4%;
        text-decoration: none;
    }

    footer .areaInner .footBox .sttl.open a {
        background: url(img/arr_orange_up.png) right 1.5rem center no-repeat, #f8ead5;
        background-size: 1.2rem auto;
    }

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

    footer .areaInner .footBox .sttl.sitemap a {
        background: #f8ead5 url("img/arr_orange.png") right 1.5rem center no-repeat;
        background-size: .8rem auto;
    }

    footer .areaInner .footBox .accChild {
        display: none;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        background: #FFF;
    }

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

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

    footer .areaInner .footBox .accChild li a {
        display: block;
        box-sizing: border-box;
        background: url("img/arr_black01.png") right 1.5rem center no-repeat;
        background-size: .8rem auto;
        color: #333;
        border-bottom: 1px dotted #eee;
        padding: 10px 40px 10px 4%;
        font-size: 13px;
        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/arr_black01.png") right 1.5rem center no-repeat;
        background-size: .8rem auto;
        color: #333;
        border-bottom: 1px dotted #eee;
        padding: 10px 40px 10px 6%;
    }

    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 a {
        padding: 10px 40px 10px 10%;
        background: url("img/arr_black01.png") right 1.5rem center no-repeat;
        background-size: .8rem auto;
    }

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

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

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

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

    footer .areaInner .noticeArea {
        box-sizing: border-box;
        width: 90%;
        margin: 30px auto 10px;
        padding: 20px;
        box-sizing: border-box;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8em;
        border-radius: 1rem;
    }

    footer .areaInner .noticeArea p {
        font-size: 12px;
        font-size: 1.2rem;
    }

    footer .botPrg {
        padding: 0;
        margin: 0 0 30px 0;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
    }

    footer .botArea {
        padding: 0;
    }

    footer .botArea .botInner {
        width: 100%;
    }

    footer .noticeArea p.botPrg {
        padding: 6px 0 2px;
        text-align: center;
    }

    footer p.copy {
        margin: 0;
        padding: 10px;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 1.8rem;
        text-align: center;
    }

    footer a {
        text-decoration: none;
    }

    /*--------------------------------------
　PageTop
---------------------------------------*/
    #page-top {
        position: fixed;
        bottom: 1.5rem;
        right: 10px;
        z-index: 2;
        width: 50px;
    }

    /*--------------------------------------
fixBtn
---------------------------------------*/
    #fixBtn {
        top: 2rem;
        right: 8rem;
    }

    #fixBtn a {
        background: #379dcb url("img/icon_web.png") right 1rem top 50% no-repeat;
        background-size: 1.3rem auto;
        color: #FFF;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.8rem;
        display: block;
        text-align: left;
        padding: 1.7rem 5rem 1.3rem 1.5rem;
        box-shadow: .5rem .5rem 0 0 #888;
        position: relative;
    }

    #fixBtn br {
        display: none;
    }

    #fixBtn a:before {
        content: "";
        background: url(img/icon_click.svg) 50% 0 no-repeat;
        background-size: contain;
        width: 5rem;
        height: 3.5rem;
        position: absolute;
        top: -1.4rem;
        right: 3.5rem;
    }
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }

	
	
	
	
	
	 画面幅が狭い時のための調整（修正版）
   ========================================= */

/* コンテンツ全体を中央揃えにする */
#contents {
    max-width: 1200px; /* PCでの最大幅を指定 */
    margin-left: auto;
    margin-right: auto;
    /* 左側のタイムラインが見切れる問題を防ぐため、paddingは削除します。
      スマホ表示の際の左右の余白は、もともとのCSSで適切に設定されています。
    */
}

/* 一部の固定幅を持つ要素を画面幅に合わせる */
.wi900,
.wi1000,
.wi1100,
.wi1200 {
    width: 100%; /* 固定幅を解除し、親要素の幅に合わせる */
    max-width: 100%; /* はみ出しを確実に防ぐ */
}

/* 固定ボタンがコンテンツに重ならないように調整 */
#fixBtn {
    /* 画面が狭くなった際にはみ出さないように最大幅を指定 */
    max-width: calc(100% - 12rem);
}