@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ----animation---- */
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
@keyframes fade_up{
    0% {
        transform:translateY(30px);
        opacity:0
    }
    99% {
        transform:translateY(0);
        opacity:1
    }
    100% {
        transform:translateY(0);
        opacity:1
    }
}
/* ----全体font---- */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
.post_content {
	line-height: 1.9;
}
.post_content h2,
.post_content h3,
.post_content h4 {
	margin: 0;
}
a[href^="tel:"] {
    pointer-events: none;
}
.dis_none {
	display: none;
}

/* ----font---- */
.en_ft {
	font-family: "Outfit", "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
.tel {
	font-family: "Outfit", "Noto Sans JP", sans-serif;
}

/* ----改行・整形---- */
.br_pc {
	display: block;
}
.br_sp {
	display: none;
}

/* ----見出し---- */
.h2_ttl {
	font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(2.2rem, -0.2rem + 4vw, 3rem) !important;
    font-weight: bold !important;
    position: relative;
	display: block;
	margin: 0 0 80px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.6rem;
}
.h2_ttl .en {
	font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
	display: block;
    line-height: 1;
	color: #000;
	background: none;
	letter-spacing: 0.1rem;
    margin-bottom: 5px;
}

/* ----ボタン---- */

.cmn_btn {
    min-width: 360px;
	margin: 0 auto;
}
.cmn_btn a{
	min-width: 360px;
	box-shadow: none;
    padding: 0.5vw 2vw 0.7vw 1vw;
    position: relative;
    transition: .3s;
    border-radius: 40px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
	background: #CB181D;
    min-height: 60px;
}
.cmn_btn a::before {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: -1;
}
.cmn_btn a::after{
	content: "";
	position: absolute;
	background: url(../../uploads/2026/04/icon_arrow_wh.svg) no-repeat right center / cover !important;
	width: 30px;
	height: 30px;
    right: 55px;
	transition: .2s;
}
.cmn_btn a:hover {
	transition: .2s;
	transform: scale(1, 1);
	color: var(--color_main);
}
.cmn_btn a:hover::before {
	transform: scale(1, 1);
	transition: .2s;
}
.cmn_btn a:hover::after{
	background: url(../../uploads/2026/04/icon_arrow_rd.svg) no-repeat right center / cover !important;
	transition: .2s;
}

/* ----ヘッダー---- */
.l-header {
	background: none;	
	position: absolute;
}
.l-header .l-container {
	max-width: 100%;
}
.l-fixHeader {
	box-shadow: none !important;
}
.l-fixHeader .l-container {
	max-width: 100%;
}
.-series .l-header__logo {
	min-width: 90px;
	margin-right: 1vw;
	padding: 28px 0;
}
.l-fixHeader__logo {
	padding: 12px 0 14px;
}
.-series .c-headLogo {
	margin-right: 0;
}
.l-fixHeader .l-container .c-gnav {
    margin-top: -3px;
}
.c-gnav>.menu-item>a{
	padding: 0 0.8vw;
	transition: .2s;
	text-align: left;
}
.c-gnav>.menu-item>a:hover{
	opacity: .7;
}
.c-gnav>.menu-item>a::after {
	display: none;
}
.c-gnav>.menu-item.sns {
	display: flex;
    align-items: center;
	margin-left: 0.5vw;
}
.c-gnav>.menu-item.sns a {
	padding: 0;
}
.c-gnav>.menu-item>a .ttl {
	font-size: 0.6rem;
	order: 2;
}
.c-gnav>.menu-item.sns a .ttl {
	font-size: clamp(2rem, -1rem + 5vw, 3rem);
    padding-top: 5px;
}
.c-gnav>.menu-item>a .c-smallNavTitle {
    font-family: "Volkhov", "Noto Sans JP", serif;
    font-size: clamp(0.95rem, 0.05rem + 1.5vw, 1.25rem);
    opacity: 1;
    order: 1;
    font-weight: normal;
	margin-bottom: 10px;
}
.c-gnav a::after {
	height: 5px;
}
.l-fixHeader .c-gnav>.menu-item>.sub-menu {
	top: 90%;
}
.l-fixHeader .c-gnav > li a:hover {
	color: #fff;
	opacity: .8;
}
.w-header.pc_ {
	position: absolute;
    right: 4vw;
    top: 20px;
}
.c-gnav>.menu-item.dis_sp {
	display: none;
}
.c-gnav > .-current > a::after {
	display: none;
}
.c-spnav>.menu-item.dis_none {
	display: block;
}

/* ----コンテンツヘッダー---- */
.l-topTitleArea {
    height: 40vw;
    color: #fff !important;
	position: relative;
    font-size: 1rem !important;
	min-height: 420px;
}
.l-topTitleArea div.l-topTitleArea__body {
    text-shadow: unset;
    color: #fff;
    text-align: right;
    margin-top: -8vw;
	padding: 0 1vw;
}
.c-pageTitle {
	font-size: clamp(1.3rem, 1rem + 0.5vw, 1.6rem);
    letter-spacing: 0.1rem;
	font-weight: 600;
	opacity: 0;
    animation: fade_in 1s cubic-bezier(0.22, 1, 0.36, 1) .5s forwards;
}
.c-pageTitle__subTitle {
    font-family: "Volkhov", "Noto Sans JP", serif;
	font-style: normal;
	font-weight: bold;
	visibility: visible;
    display: block;
    position: absolute;
    font-size: clamp(4.2rem, 1.6rem + 4.3333vw, 6.8rem);
    left: 0;
	right: 0;
    letter-spacing: 0.4rem;
    margin: 30px auto 0;
	opacity: 1;
    animation: fade_r 1s cubic-bezier(0.22, 1, 0.36, 1) .5s forwards;
	opacity: 0;
}
.c-postTitle {
	margin-top: 140px;
}
.c-postTitle .c-postTitle__ttl {
	font-size: clamp(1.6rem, 1rem + 1vw, 2.2rem);
}
.p-articleMetas {
	justify-content: flex-end;
}

/* ----パンくずー---- */
.l-topTitleArea+.p-breadcrumb {
	z-index: 1;
    color: #fff;
	margin: -50px auto 0;
}
.p-breadcrumb__list {
	gap: 1em;
	font-weight: 300;
	padding: 0 1vw;
}
.p-breadcrumb__list .p-breadcrumb__text {
	opacity: 1;
}
.p-breadcrumb__list .icon-home:before {
	display: none;
}

/* ----コンテンツ---- */
.l-content {
    padding-bottom: 0;
	margin: 0 auto 1.5em;
}
.blog .l-content,
.archive .l-content {
    padding: 8em 0 0;
}
.blog .l-article,
.archive .l-article {
	max-width: none;
}
:not(.home) > .l-content {
	margin: 0 auto 4em;	
}
#main_content .p-toc {
	display: none;
}
.swell-block-fullWide + .swell-block-fullWide {
	margin-top: 0;
}
.swell-block-fullWide__inner {
	padding: 0;
}
.swell-block-columns__inner {
	justify-content: space-between;
/*	margin: 0; */
}
.swell-block-columns__inner .swell-block-column {
/*	margin: 0 !important; */
}
.p-postList__meta :before {
	display: none;
}


/* post_query */
.category.archive .pro_cateBox {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 4em !important;
}
.post_queryBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 0;
	margin: 0 auto;
}
.post_queryBox ul::after{
	content: "";
	display: block;
	width: calc(100% / 3 - 1vw);
}
.post_queryBox ul li.wp-block-post {
    width: calc(100% / 3 - 1vw) !important;
    padding: 0;
	list-style: none;
	margin-bottom: 4em;
	position: relative;
}
.post_queryBox ul li.wp-block-post figure {
    aspect-ratio: 3 / 2;
	overflow: hidden;
}
.post_queryBox ul li.wp-block-post figure img {
    object-fit: cover;
    object-position: center;
    height: -webkit-fill-available;
	transition: .2s;
}
.post_queryBox ul li.wp-block-post:hover figure img {
	transform: scale(1.05);
	transition: .2s;
	opacity: .7;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date {
	transition: .2s;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date a {
    padding: 20px 0 0;
    color: #82817F;
	display: block;
    font-size: 0.85rem;
	font-weight: bold;
    margin-bottom: 5px !important;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title {
    margin: 0;
    font-size: clamp(1rem, 0.55rem + 0.75vw, 1.15rem) !important;
    font-weight: bold;
    order: 2;
	transition: .2s;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: var(--color_main);
}
.post_queryBox ul li.wp-block-post:hover .wp-block-post-date, 
.post_queryBox ul li.wp-block-post:hover h2.wp-block-post-title {
	transition: .2s;
	opacity: .7;
}
.post_queryBox .wp-block-query-pagination {
	justify-content: center;
	margin-top: 2em;
}
.post_queryBox .wp-block-query-pagination-numbers {
	display: flex;
    align-items: center;	
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers {
	margin: 0 6px 0 0;
	box-shadow: none;
	font-weight: bold;
    height: 48px;
    line-height: 48px;
    min-width: 48px;
	background: var(--color_pale01);
	transition: .4s;
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers.current {
	background: var(--color_main);
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers:hover {
	opacity: .8;
	transition: .2s;
}

/* ----概要---- */
.outlineBox {
	max-width: 1280px;
	margin: 0 auto;
}
.outlineBox .swell-block-dl__dt{
    padding: 1.5vw 1.5vw;
    border-top: 2px solid var(--color_main);
    display: flex;
    align-items: stretch;
	font-size: 1rem;
}
.outlineBox .swell-block-dl__dt:last-of-type{
    border-bottom: 2px solid var(--color_main);
}
.outlineBox .swell-block-dl__dt:after{
    display: none;
}
.outlineBox .swell-block-dl__dd{
    border-top: 2px solid var(--color_pale01);
    padding: 1.5vw 1.5vw 1.5vw 2.5vw;
    line-height: 1.8;
	font-size: 1rem;
	font-weight: bold;
}
.outlineBox .swell-block-dl__dd:last-of-type{
    border-bottom: 2px solid var(--color_pale01);
}

/* ----お知らせ_カード---- */
.archive.category:not(.category-info) .l-content {
	max-width: 1560px;
}
.archive.category:not(.category-info) .l-content .l-mainContent {
	max-width: 1560px;
}
.p-postList.-type-card {
    justify-content: space-between;
}
.p-postList.-type-card::after{
	content: "";
	display: block;
	width: calc(100% / 3 - 0.4vw);
}
.p-postList.-type-card li.p-postList__item {
	width: calc(100% / 3 - 0.4vw) !important;
	margin-bottom: 4em;
}
.p-postList.-type-card li.p-postList__item .p-postList__thumb {
    box-shadow: none;	
}
.p-postList.-type-card li.p-postList__item .c-postThumb__figure {
    box-shadow: none;
	aspect-ratio: 3 / 2;
}
.p-postList.-type-card li.p-postList__item .p-postList__body {
    display: flex;
    flex-direction: column;
	padding-top: 1vw;
}
.p-postList.-type-card li.p-postList__item .p-postList__meta {
    order: 1;
    font-size: 0.85rem;
    font-weight: bold;
    color: #82817F;
    margin-bottom: 5px !important;
}
.p-postList.-type-card li.p-postList__item .p-postList__title {
    order: 2;
    font-weight: 500;
    font-size: clamp(1rem, 0.55rem + 0.75vw, 1.15rem);
}
.p-articleFoot:has(a[data-cat-id="7"]) {
	display: none;
}
.p-articleFoot:has(a[data-cat-id="7"]) ~ .l-articleBottom {
	display: none;
}

/* ----フッター---- */

.f_conArea {
	padding-top: 0 !important;
}
.l-footer__widgetArea {
	padding-bottom: 0;
}
.c-widget+.c-widget {
	margin: 0 auto;
}
.w-beforeFooter{
	margin: 0 auto;
}
.w-beforeFooter .l-article {
	margin: 0 auto;
}
.w-beforeFooter .l-container {
	padding: 0;
    max-width: 100%;
}
.w-footer {
	margin: 0 auto;
    padding: 0;
    width: 100%;
}
.w-footer__box {
	width: 100%;
	margin: 0 auto;
}
.w-footer__box .l-article {
	margin: 0 auto;
}
.w-footer__box .l-container {
	margin: 0 auto;
	padding: 0;
}
.w-footer__box .footer_in a:hover {
	color: #fff !important;
	opacity: .7 !important;
	transition: .2s;
}
.w-footer__box .footer_in {
	padding: 4vw 1.5vw 0;
}
.w-footer__box .footer_in .swell-block-columns__inner {
	justify-content: space-between;
}

/*.f_add {
	width: 30% !important;
	font-size: clamp(0.8rem, 0.2rem + 1vw, 1rem);
}
.f_add .add {
	font-size: clamp(0.8rem, 0.35rem + 0.75vw, 0.95rem) !important;
}
.f_add .desc {
	max-width: 306px;
	font-size: clamp(0.6rem, 0.15rem + 0.75vw, 0.75rem) !important;
	line-height: 2.2;
}
.f_link {
	width: 32% !important;
    margin-left: 10px !important;
}
.f_link .swell-block-column {
	width: 50%;
}
.f_link .footer-list {
    list-style: none;
    justify-content: center;
	padding-left: 0 !important;
	margin-bottom: 0;
}
.f_link .footer-list li {
	font-size: clamp(0.8rem, 0.2rem + 1vw, 1rem);
	font-weight: normal;
	line-height: 2.6;
}
.f_link .footer-list li a:hover {
	transition: .2s;
	color: var(--color_main);
}
.f_link .footer-list li.l_menu_ttl {
	font-weight: 500;
	font-size: clamp(0.9rem, 0.3rem + 1vw, 1.1rem);
}
.f_link .footer-list li a{
	transition: .4s;
}
*/
.l-footer__foot {
    border-top: 1px solid #fff;
	padding: 0;
}
.l-footer__foot .l-container {
	padding: 0;
}
.w-footer__box .ft_capBox {
	width: 100vw;
	margin: -30px calc(50% - 50vw) 15px !important;
    position: relative;
	z-index: -1;
}
.l-footer .copyright {
	font-size: clamp(0.6rem, 0.3rem + 0.5vw, 0.7rem);
    text-align: left;
    letter-spacing: 0.1rem;
    padding: 25px 0;
}

/*---------------------------------------------pc_small---*/
@media screen and (max-width: 1279px) {
.l-topTitleArea div.l-topTitleArea__body {
    padding: 0 2vw;		
}
.p-breadcrumb::before {
	height: min(100px + 140px, 160px);
}
.swell-block-fullWide__inner {
	width: 90%;
    margin: 0 auto;
}
.widget_swell_index {
    right: 0;
}
.itemsArea .swell-block-fullWide__inner {
    width: 96%;
}
.category.archive .c-tabBody {
    width: 96%;
	margin: 0 auto;
}
.p-postList.-type-simple {
	width: 95%;
}
.f_conArea .swell-block-fullWide__inner {
	width: 100%;
}
.w-footer__box .l-container {
	width: 95vw;
}
.l-footer .copyright {
	padding: 20px 2vw;	
}
}


/*---------------------------------------------------tb---*/
@media screen and (max-width: 959px) {
.br_pc {
	display: none;
}
.br_sp {
	display: block;
}
a[href^="tel:"] {
	pointer-events: auto;
}
.post_content p {
	font-size: clamp(0.95rem, 0.8664rem + 0.2228vw, 1rem);
}
.h2_ttl{
	font-size: clamp(3rem, 0.9944rem + 5.3482vw, 4.2rem) !important;
	margin-bottom: 40px !important;
}
.h2_ttl .jp_txt {
	font-size: clamp(1rem, 0.6657rem + 0.8914vw, 1.2rem);
	min-height: 30px;
    line-height: 160%;
	margin-top: 3px;
}
.cmn_btn a {
	font-size: 1.2rem !important;
	min-width: 260px;
	min-height: 60px;
	padding: 2.5vw 2.5vw;
	letter-spacing: 0.1rem;
}
.-series .l-header__logo {
	padding: 0;
	min-width: auto;
	margin: 0;
	width: 100%;
	position: absolute;
	z-index: -1;
}
.-series .c-headLogo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.l-header {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
	height: 80px;
}
.l-header .l-container {
	padding: 0;
	justify-content: space-between;
}
.c-headLogo__link {
	padding: 0 !important;
}
.l-header__customBtn {
    margin: 0 0 0 auto;
	width: 20px;
}
.c-iconBtn {
	color: #fff;
}
.p-spMenu__inner::before {
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(6px);
}
.p-spMenu__inner .icon-close-thin:before {
	color: #fff;
}
.c-widget__title.-spmenu {
	color: #fff;
	font-family: "Volkhov", "Noto Sans JP", serif;
	font-weight: normal;
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0.1em .45em 0.1em 0;
	background: none;
}
.c-spnav>.menu-item>a::before {
    left: 20px;
    top: 50%;
	content: "";
	bottom: auto;
	margin: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #222;
	background: none;
}
.c-spnav>.menu-item>a .br_pc{
	display: none;
}
.c-spnav a {
	font-size: clamp(0.9rem, 0.7329rem + 0.4457vw, 1rem);
	border-bottom: none;
	font-weight: bold;
	padding: 0.8em 1em 0.8em 2.5em;
	background: #fff;
	border: 1px solid #222;
	margin-bottom: 5px;
}
.c-spnav a:hover {
	padding-left: 2.8em;
	background: #fff;
	opacity: .9;
	transition: .2s;
}
.c-spnav a .c-smallNavTitle {
	font-family: "Volkhov", "Noto Sans JP", serif;
	color: var(--color_pale01);
    opacity: 1;
}
.c-spnav>.menu-item.dis_none {
	display: none;
}
.p-spMenu__body {
	padding: 0 4vw 2vw;
}
.p-spMenu__body .p-spMenu__bottom {
    margin-top: 1em;
}
.p-spMenu__body .c-widget {
    max-width: 300px;
	margin: 0 auto;
}
.p-spMenu__body .c-widget figure {
	max-width: 120px;
	margin: 0 auto;
}
.p-spMenu__body .c-widget h2 {
	font-size: clamp(1.1rem, 0.9329rem + 0.4457vw, 1.2rem);
}
.p-spMenu__body .c-widget p {
	font-size: 0.8rem;
}
.p-spMenu__body .c-widget p.tel {
	font-size: 1.8rem;
	text-align: center;
}
.l-topTitleArea+.p-breadcrumb {
    margin: -40px auto 0;
}
.p-breadcrumb::before {
	top: -140px;
    height: min(100px + 100px, 100px);
}
.p-breadcrumb__list {
    margin-left: 2vw;
	font-size: 0.6rem;
}
.l-topTitleArea {
	min-height: 210px;
	height: 38vh;
	margin-top: -80px;
}
.c-pageTitle {
    line-height: 1;
	font-size: clamp(1.1rem, 0.7657rem + 0.8914vw, 1.3rem);
}	
.c-pageTitle__subTitle {
	font-size: clamp(2.6rem, -0.0741rem + 7.1309vw, 4.2rem);
	letter-spacing: 0.2rem;
}
.c-postTitle {
    margin-top: 12vw;
}
.c-postTitle .c-postTitle__ttl {
	font-size: clamp(1.2rem, 0.5315rem + 1.7827vw, 1.6rem);
}
	
/* post_query */
.post_queryBox ul li.wp-block-post {
	width: calc(100% / 2 - 1.5vw) !important;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date a {
    padding: 15px 0 0;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title {
	font-size: clamp(0.9rem, 0.7329rem + 0.4457vw, 1rem) !important;
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers {
    height: 36px;
    line-height: 36px;
    min-width: 36px;
}
/* ----概要---- */
.outlineBox {
	--swl-dt-width: 25%;
}
	
/* ----お知らせ_カード---- */
.p-postList.-type-card li.p-postList__item {
	width: calc(100% / 2 - 0.4vw) !important;
}
.p-postList.-type-card li.p-postList__item:last-child {
	display: block;
}
.p-postList.-type-card li.p-postList__item .p-postList__title {
	font-size: clamp(0.9rem, 0.7329rem + 0.4457vw, 1rem);
}
	
.f_conArea {
	padding-bottom: 6vw !important;
}
.c-fixBtn {
	width: 40px;
	height: 40px;
}
.l-footer .copyright {
	padding: 20px 0;
	width: 90vw;
	margin: 0 auto;
}
}

/*---------------------------------------------------sp---*/
@media screen and (max-width: 599px) {
.h2_ttl {
    font-size: 2.6rem !important;
}
.h2_ttl .jp_txt {
	font-size: 0.9rem;
	min-height: 24px;
	line-height: 6.8vw;
	height: 7vw;
}
.cmn_btn a {
	font-size: 1.2rem !important;
	line-height: 3;
    box-shadow: 5px 5px 0 var(--color_main);
	padding: 2.5vw 1.5vw 2.5vw 3vw;
}
.cmn_btn a:hover {
	transform: translate(5px, 5px);
}
.c-headLogo {
	height: 40px;
}
.p-spMenu__body .c-widget {
	max-width: 63vw;
}
.l-mainContent__inner>.post_content {
	margin: 2em 0;
}
.l-topTitleArea div.l-topTitleArea__body {
	padding: 0 4vw;
}
.c-pageTitle {
	font-size: 1rem;
}	
.c-pageTitle__subTitle {
	font-size: 2.2rem;
	margin: 25px auto 0;
}
.l-topTitleArea+.p-breadcrumb {
	margin: -35px auto 0;
}
	
/* post_query */
.category.archive .pro_cateBox {
    margin: 0 calc(50% - 50vw) 2em !important;	
}
.category.archive .c-tabBody {
    width: 90%;
}
.post_queryBox ul li.wp-block-post {
	width: calc(100% / 2 - 2.3vw) !important;
	margin-bottom: 3em;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date a {
	padding: 10px 0 0;
}

/* ----概要---- */
.outlineBox {
    flex-direction: column;
    margin: 0 auto 2em !important;
}
.outlineBox .swell-block-dl__dt{
    width: 100%;
    padding: 8px 8px 2px;
	border-top: 2px solid var(--color_pale01);
}
.outlineBox .swell-block-dl__dt:last-of-type{
    border-bottom: 0;
}
.outlineBox .swell-block-dl__dd{
    border: 0;
    width: 100%;
    padding: 2px 8px 8px;
    line-height: 1.6;
}
	
/* ----お知らせ_カード---- */
.p-postList.-type-card li.p-postList__item {
    margin-bottom: 3em;
}
	
.f_conArea {
    padding-bottom: 2vw !important;
}
.p-fixBtnWrap {
	bottom: 1em;
}
.c-fixBtn {
	width: 30px;
	height: 30px;
}
}