@charset"utf-8";
/*CSSDocument*/
/*
ThemeName: Arkhe-child
Template: arkhe
*/


 /*====================================================================================
■基本設定
====================================================================================*/

:root {
	font-size: 62.5%;
	--main-color: #168FBC;
	--link-color: #007E7B;
	--hover-color: #4BA6C9;
	--accent-color: #DBAC41;
	--bg-color: #EDF6F8;
	--transition: .25s;     
}
* {
	min-height: 0vw;
	box-sizing: border-box;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem; 
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
@media (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
}


 /*====================================================================================
■全体共通
====================================================================================*/

img {
	max-width: 100%;
	height: auto;
}
table {
	border-collapse: collapse;
}
a {
	text-decoration: none;
	transition: var(--transition);
}
a:hover {
	color: var(--hover-color);
}
a img {
	transition: var(--transition);
}
a img:hover {
	opacity: .8;
}       
/* PC非表示 */
@media (min-width: 768px) {
	.hide-pc {
		display: none !important;
	}
}
/* スマートフォン非表示 */ 
@media (max-width: 767px) {
	.hide-sp {
		display: none !important;
	}
}


 /*====================================================================================
■ヘッダー
====================================================================================*/

/* ヘッダー全体 */
.l-header {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
}
.l-header__body {
	display: flex;
    flex-wrap: wrap;
	gap: 12px 0;
	padding-top: 16px;
}
@media (max-width: 999px) {
	.l-header__body {
		flex-wrap: nowrap;
		padding: .5em var(--ark-padding--container);
	}
}
.l-header__right {
	margin-left: auto;
}
.l-header__center {
	padding: 8px 8px 8px 0;
}
@media (max-width: 1199px) {
	.l-header__center {
		width: max(320px, 38%);
	}
}
@media (max-width: 999px) {
	.l-header__center {
		width: auto;
	}
}

/* グローバルナビゲーション */
.header-nav {
	display: flex;
	width: 100%;
}
@media (max-width: 999px) {
	.header-nav {
		display: none;
	}
}
[data-drawer=opened] .header-nav {
	display: none;
}
.l-header__body .c-gnavWrap {
	width: 100%;
}
.c-gnav {
	justify-content: space-between;
    width: 100%;
}
.c-gnav__li {
	display: block;
    width: 100%;
	font-weight: 500;
}
.c-gnav__li > .c-gnav__a {
	position: relative;
	padding: 24px 0 30px 0;
	transition: color var(--transition);
}
.c-gnav__li > .c-gnav__a::after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 20px;
	width: 50%;
	height: 1px;
	margin: 0 auto;
	content: "";
	background: var(--hover-color);
	clip-path: inset(0 50% 0 50%);
	transition: clip-path var(--transition) ease;
}
.c-gnav__li > .c-gnav__a:hover,
.menu-item-has-children:hover > .c-gnav__a,
.has-sub:focus-within > .gnav__link /*キーボード操作にも対応*/ {
	color: var(--hover-color);
}
.c-gnav__li > .c-gnav__a:hover::after,
.c-gnav__li:hover > .c-gnav__a::after,
.c-gnav__li:focus-within > .c-gnav__a::after /*キーボード操作にも対応*/ {
	clip-path: inset(0 0 0 0);
}
.c-gnav__a {
	font-size: clamp(1.6rem, 1.388vw, 1.8rem);
}

/* サブメニュー */
.c-gnav .sub-menu {
	width: 100%;
    background: var(--main-color);
	font-size: clamp(1.6rem, 1.388vw, 1.8rem);
}
.c-gnav .sub-menu .c-gnav__a {
	display: flex;
	justify-content: space-between;
    align-items: center;
	gap: .5em;
	padding: 1em;
}
.c-gnav__depth1:before {
    background-color: var(--main-color);
}
.c-gnav .__mainText,
.c-gnav .__subText {
	line-height: 1.5;
}

/* お問い合わせリンク */
.head-contact {
	font-size: clamp(1.4rem, 1.388vw, 1.7rem);
	font-weight: 500;
}
.head-contact-link {
	color: #000;
}

/* 言語スイッチャー */
.wpml-ls-legacy-list-horizontal {
	width: fit-content;
	margin: 0 auto;
	font-size: clamp(1.4rem, 1.388vw, 1.7rem);
}
@media (max-width: 999px) {
	.wpml-ls-legacy-list-horizontal {
		margin: 0 auto 2em auto;
	}
}
.wpml-ls-legacy-list-horizontal>ul {
	margin: 0 0 0 24px !important;
	border: 1px solid #DDD;
	background: #fff;
	color: #000;
}
@media (max-width: 1199px) {
	.wpml-ls-legacy-list-horizontal>ul {
		margin: 0 0 0 1em !important;
	}
}
@media (max-width: 999px) {
	.wpml-ls-legacy-list-horizontal>ul {
		margin: 0 auto !important;
	}
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	vertical-align: top;
}
.wpml-ls-legacy-list-horizontal a {
	padding: .5em 1em .6em 1em;
	color: #000;
}
.wpml-ls-legacy-list-horizontal a:hover {
	color: var(--hover-color);
}
.wpml-ls-current-language {
	background: #ddd;
}
.wpml-ls-current-language a {
	color: #000;
	font-weight: 500;
}
.wpml-ls-current-language a:hover {
	color: #000;
}

/* 検索フォーム */
.c-searchForm {
	margin: 0 0 0 24px;
	font-size: clamp(1.4rem, 1.388vw, 1.7rem);
}
@media (max-width: 1199px) {
	.c-searchForm {
		margin: 0 0 0 1em;
	}
}
.c-searchForm__s {
	width: 296px;
	height: 48px;
	border: none;
	background: #F5F5F5;
}
@media (max-width: 1199px) {
	.c-searchForm__s {
		width: 256px;
	}
}
.c-searchForm__submit {
	width: 48px;
    height: 48px;
	background: var(--main-color);
    color: #fff;
    font-size: 2rem;
}

/* ドロワーメニュー */
.c-iconBtn__icon .arkhe-svg-menu.__open {
	fill: var(--main-color);
}
.p-drawer {
	background: var(--main-color);
	font-size: 1.6rem;
}
.c-submenuToggleBtn {
	width: 2rem;
	height: 2rem;
}
.c-submenuToggleBtn:after {
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 3px;
    opacity: 0.7;
}
.c-drawerNav {
	border-top: none;
	border-bottom: none;
	font-weight: 500;
}
.c-drawerNav__a {
	display: flex;
	align-items: center;
	gap: .5em;
	border-bottom: 0.5px solid #fff;
}
.c-drawerNav__a:hover {
	color: #fff;
}
.c-drawerNav__a::before {
	display: inline-block;
	width: 1em;
	aspect-ratio: 1 / 1;
	background: url(img/common/arrow-white.svg) no-repeat;
    background-size: contain;
    content: '';
}
.c-drawerNav .menu-item {
	border-bottom: none;
}
.c-drawerNav .menu-item::marker {
	color: #fff;
}
.c-drawerNav .sub-menu {
	border-top: none;
	list-style: disc;
}
.c-drawerNav .sub-menu.is-opened {
	padding: .75em 0 .75em 1.75em;
}
.c-drawerNav .sub-menu .menu-item {
	border-bottom: none;
}
.c-drawerNav .is-opened.sub-menu .menu-item:last-child {
    margin: 0 0 var(--ark-nav-padding--Y, .75rem) 0 !important;
}
.c-drawerNav .sub-menu .c-drawerNav__a {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .75em;
	padding: var(--ark-nav-padding--Y, .75rem) 0;
	border-bottom: none;
}
.c-drawerNav .sub-menu .c-drawerNav__a::before {
	display: none;
}
.c-drawerNav .sub-menu .is-pdf a::after {
	margin-left: 0;
}
.p-drawer__search {
	margin: 2em 0;
	border: 1px solid #fff;
}
.p-drawer__search .c-searchForm__s {
	width: 100%;
}
.p-drawer__body input {
	border-radius: 0;
}

 /*====================================================================================
■フッター
====================================================================================*/

/* フッター全体 */
.l-footer {
	margin: 120px 0 0 0;
	padding: 48px 0 16px 0;
	border-top: 3px solid var(--main-color);
}
@media (max-width: 767px) {
	.l-footer {
		margin: 80px 0 0 0;
		padding: 32px 0 16px 0;
	}
}

/* フッター上部 */
.foot-profile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: .75em 2em;
}
html[lang="en-US"] .foot-profile {
	flex-wrap: nowrap;
}
@media (max-width: 1199px) {
	html[lang="en-US"] .foot-profile {
		flex-wrap: wrap;
	}
}

/* フッターロゴ */
.foot-logo {
	width: 408px;
}

/* 電話番号 */
.foot-tel-link {
	color: var(--ark-color--link) !important;
}
.foot-tel-link:hover {
	color: var(--hover-color) !important;
}

/* アクセス地図ボタン */
.foot-access {
    width: 240px;
	margin: 0 0 0 auto;
}
@media (max-width: 767px) {
	.foot-access {
		margin: 0;
	}
}
.foot-access-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 16px;
    border-radius: 100vh;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    background: var(--main-color);
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: var(--transition);
	transform: translateY(0) translateX(0);;
	will-change: transform;
}
@media (max-width: 767px) {
	.foot-access-link {
		width: 90%;
		padding: .75em;
	}
}
.foot-access-link:hover {
	background: var(--hover-color);
	color: #fff;
}
.foot-access-link::before {
	position: absolute;
	left: 24px;
	width: 21px;
	height: 24px;
	background: url(img/common/icon-access.svg) no-repeat;
	background-size: contain;
	content: '';
}
.foot-access-link::after {
	position: absolute;
    right: 16px;
	width: 9px;
	height: 18px;
	background: url(img/common/arrow-s-white.svg) no-repeat;
	background-size: contain;
	content: '';
	transition: var(--transition);
}
.foot-access-link:hover::after {
	transform: translateY(0) translateX(8px);;
}

/* サイトマップ */
.l-footer__foot {
	padding: 48px 0 0 0;
}
.l-footer__nav {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto auto;
	align-items: flex-start !important;
}
@media (max-width: 1199px) {
	.l-footer__nav {
		display: flex;
		justify-content: flex-start;
        gap: 2em;
	}
}
.l-footer__nav a {
	display: flex;
	align-items: center;
    gap: .5em;
	padding: 0;
	font-size: clamp(1.4rem, 1.234vw, 1.6rem);
}
.l-footer__nav a::after {
	margin-left: inherit !important;
	padding: 0 8px !important;
	font-size: 1.2rem !important;
}
@media (max-width: 1199px) {
	.l-footer__nav > .menu-item {
		width: 22%;
	}
}
@media (max-width: 999px) {
	.l-footer__nav > .menu-item {
		width: 30%;
	}
}
@media (max-width: 699px) {
	.l-footer__nav > .menu-item {
		width: 100%;
	}
}
.l-footer__nav > .menu-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/6;
}
.l-footer__nav > .menu-item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/6;
}
.l-footer__nav > .menu-item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
}
.l-footer__nav > .menu-item:nth-child(4) {
    grid-column: 4/5;
    grid-row: 1/3;
}
.l-footer__nav > .menu-item:nth-child(5) {
    grid-column: 3/4;
    grid-row: 2/6;
}
.l-footer__nav > .menu-item:nth-child(6) {
	grid-column: 4/5;
    grid-row: 3/4;
}
.l-footer__nav > .menu-item:nth-child(7) {
	grid-column: 4/5;
    grid-row: 4/5;
}
.l-footer__nav > .menu-item:nth-child(8) {
    grid-column: 4/5;
    grid-row: 5/6;
}
.l-footer__nav > .menu-item > a:first-child {
	display: flex;
	align-items: center;
	gap: .5em;
	margin: 0 0 1.2rem 0;
	color: var(--main-color);
	font-size: clamp(1.6rem, 1.388vw, 1.8rem);
	font-weight: bold;
}
.l-footer__nav > .menu-item > a:first-child:hover {
	color: var(--hover-color);
}
.l-footer__nav > .menu-item > a:first-child::before {
	content: "";
	width: 12px;
	height: 3px;
	border-radius: 50vh;
	background: var(--main-color);
}
.l-footer__nav .menu-item-flat a {
	margin: 0 !important;
}
.l-footer__nav .sub-menu {
	display: block;
	list-style: disc;
}
.l-footer__nav .sub-menu .menu-item {
	margin: 0 0 .5em 1em;
}

/* コピーライト */
.c-copyright {
	padding: 48px 0 0 0;
	text-align: right;
	font-size: clamp(1.4rem, 1.234vw, 1.6rem);
}
@media (max-width: 767px) {
	.c-copyright {
		text-align: center;
	}
}

/* ページトップへ戻るボタン */
.c-fixBtn__icon {
	transition: var(--transition);
}
.c-fixBtn__icon:hover {
	opacity: .8;	
}


 /*====================================================================================
■サイドバー
====================================================================================*/

/* サイドバー全体 */
.l-sidebar {
	font-size: 1.6rem;
}
@media (max-width: 999px) {
	.l-sidebar {
		display: none;
	}
}
.archive .l-sidebar {
	display: block;
}

/* サイドナビゲーション */
.c-sectionNav__list,
.c-widget {
	margin: 0 0 24px 0 !important;
	padding: 0 0 8px 0;
	border: 2px solid var(--main-color);
	border-radius: 8px;
}
.c-sectionNav__list > li {
	list-style: none;
	font-size: 2rem;
	font-weight: bold;
}
.c-sectionNav__list > li a,
.c-widget__title {
	display: block;
    padding: .75em 1em;
	background: var(--main-color);
	color: #fff;
}
.c-widget__title {
	margin-bottom: 0;
	font-size: clamp(1.6rem, 1.543vw, 2rem);
}
.c-sectionNav__list > li a:hover {
	background: var(--hover-color);
}
.c-sectionNav__children,
.c-widget ul {
	padding: 0;
}
.widget_categories > ul {
	border-bottom: none;
}
.c-sectionNav__children li,
.c-widget ul li {
	list-style: none;
	border-bottom: 1px solid var(--main-color);
	background: #fff;
	font-size: 1.6rem;
	font-weight: normal;
}
.c-sectionNav__children li:last-child,
.c-widget ul li:last-child {
	border-bottom: none;
}
.c-sectionNav__children li a,
.c-widget ul li a {
	display: flex;
	align-items: center;
	gap: .5em;
	padding: 1em;
	background: #fff;
	color: #000;
	font-weight: 500;
	line-height: 1.5;
	word-break: break-word;
}
.c-sectionNav__children li a:hover,
.c-widget ul li a:hover {
	background: #fff;
	color: var(--hover-color);
}
.c-sectionNav__children li a::before,
.c-widget ul li a::before {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	content: "";
	background: url(img/common/arrow-li.svg) no-repeat;
	background-size: cover;
	background-position: center;
}

/* 会員ログインバナー */
.side-member {
	margin: 0;
}
.side-member-link {
	display: flex;
	align-items: center;
	gap: .5em;
	padding: 1em;
	border-radius: 8px;
	background: var(--main-color);
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}
.side-member-link:hover {
	background: var(--hover-color);
	color: #fff;
}
.side-member-link::before {
	width: 64px;
	height: 47px;
	content: "";
	background: url(img/common/icon-member.svg) no-repeat;
	background-size: contain;
	background-position: center;
}


 /*====================================================================================
■コンテンツ共通
====================================================================================*/

/* マーカー */
::marker {
    color: var(--main-color);
}

/* 改行しない */
.nowrap {
    white-space: nowrap;
}

/* テキスト右寄せ */
.txt-right {
	text-align: right;
}

/* テキスト自動改行 */
.txt-block {
	display: inline-block;
}
html[lang="en-US"] .txt-block {
	display: inline-block;
	padding: 0 .3em 0 0;
}

/* メールアドレス変換 */
.mto i {
    font-style: normal;
}
.mto i:after {
    content: '@';
}

/* パンくず */
.p-breadcrumb {
	width: 100%;
	padding: 2rem 0 0 0;
}
@media (max-width: 767px) {
	.p-breadcrumb {
		width: calc(var(--ark-width--container));
		position: relative;
		padding: 0;
	}
}
.p-breadcrumb__list {
	justify-content: flex-end;
	padding: 16px var(--ark-padding--container);
	color: var(--main-color);
}
@media (max-width: 767px) {
	.p-breadcrumb__list {
		justify-content: flex-start;
		padding: 16px var(--ark-padding--container) 14px var(--ark-padding--container);
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
}
@media (max-width: 767px) {
	.p-breadcrumb__list::-webkit-scrollbar {
		height: 2px;
	}
	.p-breadcrumb__list::-webkit-scrollbar-thumb {
		border-radius: 2px;
		background: #666;
	}
}
.p-breadcrumb__item:last-child {
	margin-right: 0;
    padding-right: 0;
	color: #000;
}
.p-breadcrumb__text {
	font-size: 1.4rem;
}
.p-breadcrumb__text .arkhe-svg-home {
	display: none;
}

/* ページタイトル */
.p-topArea {
	height: 156px;
	min-height: auto;
}
.c-pageTitle-en {
	font-size: clamp(3rem, 2vw, 4rem);
	font-weight: bold;
	line-height: 1.1;
}
.c-pageTitle__main {
	margin: .5em 0 0 0;
	font-size: 1.8rem;
	font-weight: bold;
}
html[lang="en-US"] .c-pageTitle__main {
	font-size: 2.4rem;
}

/* コンテンツ全体 */
@media (max-width: 999px) {
	.l-content__body {
		margin: 3rem auto 0 auto;
	}
}

/* コンテンツ区切り */
.contents {
	margin: 0 0 88px 0;
 }
@media (max-width:  767px) {
	.contents {
		margin: 0 0 48px 0;
	}
}
.contents-box{
    margin-bottom: 20px;
}
.c-postContent .contents:last-child {
	margin: 0;
}

/* コンテンツ見出し */
.ti-contents,
#wpmem_login_form legend {
	position: relative;
	margin: 0 0 2em 0;
	padding: 0 0 .75em 0;
	border-bottom: 2px solid var(--main-color);
	font-size: clamp(2rem, 2vw, 2.6rem); 
	font-weight: bold;
}
@media (max-width: 999px) {
	.ti-contents,
	#wpmem_login_form legend {
		margin: 0 0 1.5em 0;
	}
}
.ti-contents::after,
#wpmem_login_form legend::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	width: 96px;
	height: 5px;
/*	background: var(--main-color);*/
}
@media (max-width: 999px) {
	.ti-contents::after,
	#wpmem_login_form legend::after {
		width: 25%;
        height: 4px;
	}
}
.type-topics h2 {
	margin: 2em 0 1em 0;
	padding: .5em 0;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: clamp(1.8rem, 1.851vw, 2.4rem);
}
.type-topics h2 {
	margin: 4em 0 1.5em 0;
}
.type-topics h2:first-child {
	margin: 2em 0 1.5em 0;
}
h3,
.type-topics h3 {
	margin: 2em 0 1.5em 0;
	color: var(--main-color);
	font-size: clamp(1.6rem, 1.697vw, 2.2rem); 
	font-weight: bold;
}
@media (max-width: 767px) {
	h3,
	.type-topics h3 {
		margin: 2em 0 1em 0;
	}
}
.type-topics h4 {
	display: flex;
    align-items: center;
    gap: .5em;
	margin: 2em 0 .75em 0;
	color: var(--main-color);
	font-size: clamp(1.4rem, 1.388vw, 1.8rem); 
}
.type-topics h4::before {
    content: "";
    width: 12px;
    height: 3px;
    border-radius: 50vh;
    background: var(--main-color);
}

/* リンクボタン */
.btn-more {
    width: min(456px, 100%);
    margin: 0 auto;
}
.btn-more-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 56px 0 0 0;
    padding: 1em;
    border-radius: 100vh;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: var(--transition);
}
@media (max-width: 767px) {
	.btn-more-link {
		width: 90%;
		margin: 32px auto 0 auto;
		padding: .75em;
	}
}
.btn-more-link:hover {
	background: var(--hover-color);
	color: #fff;
}
.btn-more-link::after {
	position: absolute;
    right: 16px;
	width: 9px;
	height: 18px;
	background: url(img/common/arrow-s-white.svg) no-repeat;
	background-size: contain;
	content: '';
	transition: var(--transition);
	transform: translateY(0) translateX(0);
	will-change: transform;
}
.btn-more-link:hover::after {
	transform: translateY(0) translateX(8px);;
}
.btn-more-line {
	width: min(456px, 100%);
    margin: 0 auto;
}
.p-entry_back {
    width: min(320px, 100%);
    margin: 0 auto;
}
.btn-more-line-link,
.p-entry_back-link {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 56px 0 0 0;
    padding: 1em;
    border: 1px solid var(--main-color);
    border-radius: 100vh;
    background: rgba(0,0,0,0);
    color: var(--main-color);
    font-size: clamp(1.6rem, 1.5vw, 1.8rem);
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: var(--transition);
}
@media (max-width: 767px) {
	.btn-more-line-link,
	.p-entry_back-link {
		width: 90%;
		margin: 32px auto 0 auto;
		padding: .75em;
	}
}
.btn-more-line-link:hover,
.p-entry_back-link:hover {
	border: 1px solid var(--hover-color);
	color: var(--hover-color);
}
.btn-more-line-link::after {
	position: absolute;
    right: 16px;
	width: 9px;
	height: 18px;
	background: url(img/common/arrow-s-blue.svg) no-repeat;
	background-size: contain;
	content: '';
	transition: var(--transition);
	transform: translateY(0) translateX(0);;
	will-change: transform;
}
.btn-more-line-link:hover::after {
	transform: translateY(0) translateX(8px);;
	opacity: .8;
}
.p-entry_back-link::after {
	position: absolute;
    left: 16px;
	width: 9px;
	height: 18px;
	background: url(img/common/arrow-s-blue-prev.svg) no-repeat;
	background-size: contain;
	content: '';
	transition: var(--transition);
	transform: translateY(0) translateX(0);;
	will-change: transform;
}
.p-entry_back-link:hover::after {
	transform: translateY(0) translateX(-8px);;
	opacity: .8;
}

/* PDFアイコン */
.is-pdf a::after {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	margin-left: auto;
    padding: 2px 10px;
    border-radius: 50vh;
    background: #DBAC41;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
	content: "PDF";
}

/* table表 */
table {
    border-right: 1px solid #589cb5!important;
    border-top: 1px solid #589cb5!important;
    border-radius: 5px;
    min-width: 600px;
}
td, th {
    border-bottom: 1px solid #a1baba!important;
    border-left: 1px solid #a1baba!important;
	word-break: normal!important;
}    
th {
    background: var(--bg-color)!important;
    text-align: center;
    vertical-align: middle!important;
    padding: var(--ark-padding--cell, 1em .75em) !important;
}
td {
    vertical-align: middle!important;
}
@media (max-width: 767px) {
    .table-wrap {
        border-radius: 0;
		overflow-x: auto;
		margin: 0 0 10% 0;
	}
	.table-wrap::-webkit-scrollbar {
		height: 8px;
	}
	.table-wrap::-webkit-scrollbar-track {
		border-radius: 8px;
		background: #ccc;
	}
	.table-wrap::-webkit-scrollbar-thumb {
		border-radius: 8px;
		background: #666;
	}
	.table-wrap table {
		margin: 0 0 24px 0;
	}
}
/* リスト */
.list-circle {
	margin: 1em 0 0 0;
}
.list-circle li {
	margin: 0 0 .5em 0;
}
.list-circle li:last-child {
	margin: 0;
}


 /*====================================================================================
■トップページ
====================================================================================*/

/* 各セクション共通 */
.top-inner {
	width: 100%;
	max-width: calc(var(--ark-width--container) + var(--ark-padding--container) * 2);
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);
    margin: 0 auto;
}

/* トップページ見出し */
.ti-top {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 .75em 0;
	font-size: clamp(2rem, 2.314vw, 3rem); 
	font-weight: bold;
}
.ti-top::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 96px;
	height: 5px;
	background: var(--main-color);
}
@media (max-width: 767px) {
	.ti-top::after {
		width: 25%;
		height: 4px;
	}
}

/* メインビジュアル */
.top-main {
	position: relative;
	display: flex;
	align-items: center;
	width: 100vw;
	height: 50vh;
	margin: 0 calc(50% - 50vw) 160px;
	overflow: hidden;
	
	/* 枚数 */
	--n: 3;

	/* 1枚あたりの表示時間（秒） */
	--per: 3s;
	
	/* PC画像 */
	--img-1: url(img/top/top-main-01.png);
	--img-2: url(img/top/top-main-02.png);
	--img-3: url(img/top/top-main-03.png);
	
	/* 表示方法（PC） */
	--pos: top right;
	--size: contain;
	
}
@media (max-width: 1099px) {
	.top-main { 
		margin: 0 calc(50% - 50vw) 96px;
		
		--img-1: url(img/top/top-main-sp-01.jpg);
		--img-2: url(img/top/top-main-sp-02.jpg);
		--img-3: url(img/top/top-main-sp-04.jpg);
		
		--pos: center;
		--size: cover;
	}
}
@media (max-width: 767px) {
	.top-main { margin: 0 calc(50% - 50vw);
	}
}
.top-main__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.top-main__bg .bg {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: var(--pos);
	background-size: var(--size);
	opacity: 0;
	animation: topBgFade calc(var(--n) * var(--per)) infinite;
}
.top-main__bg .bg:nth-child(1) { background-image: var(--img-1); animation-delay: calc(var(--per) * 0); }
.top-main__bg .bg:nth-child(2) { background-image: var(--img-2); animation-delay: calc(var(--per) * 1); }
.top-main__bg .bg:nth-child(3) { background-image: var(--img-3); animation-delay: calc(var(--per) * 2); }

@keyframes topBgFade {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  40%  { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 0; }
}
.top-inner {
	position: relative;
	z-index: 1;
}
.top-main-txt {
	position: relative;
	width: fit-content;
	padding: 1em .5em 1em 0;
	background: #fff;
	color: var(--main-color);
	font-size: clamp(1.8rem, 2vw, 4rem);
	font-weight: bold;
	opacity: 0;
	transform: translateY(10px);
	animation: textFadeIn 0.8s ease forwards;
	animation-delay: 1s;
}
@media (max-width: 1099px) {
	.top-main-txt {
		margin: 0 auto;
		padding: 1em;
		background: rgba(255, 255, 255, .9)
	}
}
.top-main-txt::after {
	position: absolute;
	left: 0;
	bottom: -3px;
	content: "";
	width: 100%;
	height: 6px;
	background: var(--main-color);
}
@keyframes bgFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes textFadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.top-main-name {
	font-size: clamp(1.8rem, 3.858vw, 5rem);
}
.top-main-dots {
	background-image: radial-gradient(circle at center, var(--main-color) 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	padding-top: .4em;
}

/* JTECについて */
.top-about {
	position: relative;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 96px calc(50% - 50vw);
}
@media (max-width: 767px) {
	.top-about {
		margin: 4em calc(50% - 50vw);
	}
}
.top-about-inner {
	display: flex;
    justify-content: flex-end;
}
.top-about-desc {
	width: 682px;
	background: url(img/top/top-about-bg.png) no-repeat;
	background-position: top right;
	background-size: 50% auto;
}
@media (max-width: 1399px) {
	.top-about-desc {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.top-about-desc {
		width: 100%;
	}
}
.top-about-img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 45%;
	height: 100%;
}
@media (max-width: 767px) {
	.top-about-img {
		position: inherit;
		width: 100%;
		height: auto;
	}
}

/* トピックス */
.top-topics {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 96px calc(50% - 50vw);
	padding: 96px 0;
	background: var(--bg-color);
}
@media (max-width: 767px) {
	.top-topics {
		padding: 4em 0;
	}
}
.top-topics-inner {
	margin: 0 calc(50% - 50vw);
	padding: 0 5%;
    width: 100vw;
	background: url(img/top/top-topics-bg.png) no-repeat;
	background-position: top 0 right 6%;
	background-size: min(372px, 25%) auto;
}
@media (max-width: 999px) {
	.top-topics-inner {
		background-size: 25% auto;
	}
}
@media (max-width: 767px) {
	.top-topics-inner {
		background-size: 50% auto;
	}
}
.top-topics-link:hover .top-topics-tn {
	opacity: .8;
	transition: var(--transition);
}
.top-topics-cont {
	padding: 1.25em;
}
.top-topics-meta {
	display: grid;
	grid-template-columns: auto auto;
    grid-template-rows: auto;
	justify-content: space-between;
	gap: .5em;
	align-items: center;
	margin: 0 0 .75em 0;
	color: #000;
	font-size: 1.4rem;
}
.top-topics-cat {
	padding: .25em 1em;
	border-radius: 100vh;
	background: var(--accent-color);
	color: #fff;
}
.top-topics-date {
	color: #000;
}
.top-topics-date:hover {
	color: #000;
}
.top-topics-ti {
	color: #000;
	transition: var(--transition);
}
.top-topics-link:hover .top-topics-ti {
	color: var(--hover-color);
}
.p-postList.-type-list .p-postList__thumb{
	border-radius: 5px;
}

/* トピックススライダー */
.slick-track {
	display: flex !important;
}
.slick-slide {
	height: auto !important;
	margin: 0 12px;
	background: #fff;
}
@media (max-width: 767px) {
	.slick-slide {
		margin: 0 24px;
	}
}
.slide-arrow {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 2%;
    aspect-ratio: 1 / 1;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
@media (max-width: 1295px) {
	.slide-arrow {
		width: 32px;
	}
}
.prev-arrow {
	left: -2%;
}
@media (max-width: 1295px) {
	.prev-arrow {
		left: -3.8%;
	}
}
.next-arrow {
	right: -2%;
}
@media (max-width: 1295px) {
	.next-arrow {
		right: -3.78%;
	}
}
.prev-arrow:hover,
.next-arrow:hover {
	opacity: .7;
	transition: var(--transition);
}

/* スマホ スライダーOFF用 */
@media (max-width: 767px) {
	.top-topics-list {
		display: flex;
		flex-wrap: wrap;
		gap: 1.5em;
	}
	
	.top-topics-item {
		width: 100%;
		background: #fff;
	}
	.top-topics-item:nth-child(n+6) {
		display: none;
	}
	.top-topics-tn {
		float: left;
		height: 120px;
		aspect-ratio: 1 / 1;
		margin: 0 1.5em 0 0;
	}
	.top-topics-tn .c-postThumb,
	.top-topics-tn .c-postThumb__figure {
		height: 100%;
	}
	.top-topics-cont {
		padding: 0;
	}
	.top-topics-meta {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
        align-items: flex-start;
        justify-content: center;
		gap: 1em;
		height: 120px;
		margin: 0 1.5em 0 0;
	}
	.top-topics-cat {
		width: fit-content;
		order: 2;
	}
	.top-topics-date {
		width: 100%;
	}
	.top-topics-ti {
		padding: 1em;
	}
}

/* 事業活動について */
.top-activity {
	padding: 80px 0 96px 0;
	background: url(img/top/top-act-bg.png) no-repeat;
	background-position: top 96px right 0;
	background-size: 35% auto;
}
@media (max-width: 767px) {
	.top-activity {
		margin: 0;
		padding: 4em 0;
		background-position: top 4em right 0;
		background-size: 70% auto;
	}
}
.top-act-list {
	counter-reset: actnum;
	display: grid;
	justify-content: space-between;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
}
.top-act-item {
	display: grid;
    flex-wrap: wrap;
	grid-template-rows: auto auto;
    gap: 1em;
}
.top-act-item:last-child {
	align-items: center;
	padding: 0 10%;
}
@media (max-width: 767px) {
	.top-act-item:last-child {
		padding: 0;
	}
}
.top-act-tn {
	width: 100%;
}
@media (max-width: 767px) {
	.top-act-tn .btn-more-link {
		margin: 1em auto 0 auto;
	}
}
.top-act-img {
	display: block;
	object-fit: contain;
}
.top-act-txt {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1em;
	font-size: clamp(1.6rem, 1.388vw, 1.8rem);
	font-weight: bold;
	line-height: 1.4;
}
.top-act-txt::before {
    content: counter(actnum, decimal-leading-zero);
    counter-increment: actnum;
	padding: 0 0 .2em 0;
    color: var(--main-color);
    font-size: clamp(4.8rem, 4.629vw, 6rem);
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
}
.top-act-txt::after {
	content: "";
	position: absolute;
	left: 4px;
	bottom: -2px;
	width: 1em;
	height: 2px;
	background: var(--main-color);
	font-size: 6rem;
}
@media (max-width: 767px) {
	.top-act-txt::after {
		left: 2px;
		font-size: 5rem;
	}
}

/* JTEC賛助会員ご入会のご案内 */
.top-member {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 19.75% 0 0 0;
	background: url(img/top/top-member.jpg) no-repeat;
	background-position: center;
	background-size: 100% auto;
}
@media (max-width: 1295px) {
	.top-member {
		height: 250px;
		padding: 0;
		border-radius: 12px;
		background-position: top 0 left 25%;
		background-size: cover;
	}
}
@media (max-width: 767px) {
	.top-member {
		padding: 127.9% 0 0 0;
		background: url(img/top/top-member-sp.jpg) no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
}
.top-member-link {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    top: 0;
    bottom: 0;
	width: 100%;
    padding: 19.75% 0 0 0;
	background: rgba(255, 255, 255, 0);
}
@media (max-width: 1295px) {
	.top-member-link {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.top-member-link {
		padding: 127.9% 0 0 0;
	}
}
.top-member-link:hover {
	background: rgba(255, 255, 255, .2);
}
.top-member-link .btn-more-link{
	box-shadow: none;
}
.top-member-inner {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    top: 0;
    bottom: 0;
	right: 12%;
	width: 480px;
	margin: 1.5em 0;
	color: #fff;
}
@media (max-width: 1295px) {
	.top-member-inner {
		right: 0;
        left: 0;
        flex-direction: column;
		justify-content: center;
		align-items: flex-start;
        gap: .5em;
        margin: 0 3% 0 auto;
        width: 45%;
	}
}
@media (max-width: 767px) {
	.top-member-inner {
		top: 47%;
		right: 0;
		left: 0;
		flex-direction: row;
		align-items: center;
		gap: 0;
		width: 90%;
		margin: auto;
		height: 40%;
	}
}
.top-member-inner .btn-more {
	margin: 1em 0 0 0;
}
@media (max-width: 1295px) {
	.top-member-inner .btn-more {
		margin: .5em 0 0 0;
	}
}
@media (max-width: 767px) {
	.top-member-inner .btn-more {
		margin: 1em 0 0 0;
	}
}
.top-member-inner .btn-more-link {
	margin: 0;
	border: 1px solid #fff;
}
@media (max-width: 767px) {
	.top-member-inner .btn-more-link {
		margin: 0 auto;
	}
}
.top-member-link:hover .btn-more-link {
    background: var(--hover-color);
    color: #fff;
	transition: var(--transition);
    transform: translateY(0) translateX(0);
    will-change: transform;
}
.top-member-link:hover .btn-more-link::after {
	transform: translateY(0) translateX(8px);;
}
.top-member-ti{
	line-height: 1.2;
    margin-bottom: 10px;
}
@media (max-width: 1295px) {
	.top-member-ti {
		font-size: 2rem;
	}
}


 /*====================================================================================
■JTECについて
====================================================================================*/

/* JTECの概要 */
.about-tbl th {
	width: 20%;
	white-space: nowrap;
}
.activities-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .activities-box {
        flex-direction: column;
	}
}
.activities-box img {
    width: 400px;
}

/* JTECの組織 */
.soshikizu-num {
    flex-wrap: wrap;
}

/* 理事長挨拶 */
.about-message{
	display: flex;
    gap: 40px;
}
@media (max-width: 767px) {
	.about-message{
		flex-direction: column;
		align-items: center;
	}
}
.chairman-photo {
/*    width: max(260px, 60%);*/
	width: 260px;
    flex-shrink: 0;
}
.chairman-photo p{
	font-size: 1.5rem;
    text-align: left;
}
.about-mission-list {
	padding: 0;
}

/* ミッション */
.about-mission-list {
    list-style: none;
}
.about-mission-item {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}
.about-mission-item span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: var(--main-color);
    font-size: 4rem;
}
@media (max-width: 767px) {
    .about-mission-item span {
        font-size: 3rem;
    }
}

/* 業務・財務 */
.c-sectionNav__children .ico-pdf {
	margin-left: auto;
}
.business-list-box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/* アクセス */
.googlemap {
	margin-top: 20px;
}
.ico-pdf {
	display: inline-flex;
	margin-left: .5em;
    padding: 2px 10px;
    border-radius: 50vh;
	background: #DBAC41;
    color: #fff;
	font-size: clamp(1.2rem, 1.2vw, 1.4rem);
	font-weight: bold;
	line-height: 1.5;
}

/* 組織図 */
.soshikizu-num{
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}


 /*====================================================================================
■事業・活動
====================================================================================*/

/* 共通 */
.consulting-box td,
.cooperation-tbl td,
.conference-box td {
    background: #f8f8f8;
}
.consulting-box table tr:nth-child(odd) td,
.cooperation-tbl tr:nth-child(odd) td,
.conference-box table tr:nth-child(odd) td {
	background: #fff;
}
.introduction {
    margin-bottom: 30px;
}

/* 事業・活動 */
.activities-box {
    margin-bottom: 40px;
}

/* コンサルティング事業 */
.consulting-box {
    margin-bottom: 30px;
}
.consulting-box .head_01 {
    width: 20%;
}
.consulting-box .head_03 {
    width: 15%;
}

/* 調査研究等 */
.results-box .head_01{
	width: 30%;
}
.results-box .head_02{
	width: 50%;
}
.results-box .head_03{
	width: 10%;
}
@media (max-width: 767px) {
	.results-box .head_03,.results-box .head_04{
		white-space: nowrap;
	}
}
/*研究・人材育成*/
.training-box .head_01{
		width: 10%;
}
@media (max-width: 767px) {
	.training-box .head_01{
		width: 80px;
}
}
/* 国際協力・その他 */
.cooperation-tbl .head_01 {
    width: 20%;
}
.cooperation-tbl .head_02 {
    width: 55%;
}
.cooperation-tbl .head_03 {
    width: 10%;
}
.cooperation-tbl .head_04 {
    width: 15%;
}

/* 研究会・講演会 */
.conference-box {
    margin-bottom: 20px;
}


 /*====================================================================================
■トピックス
====================================================================================*/

/* 記事一覧ページ */
.p-postList .p-postList__link {
	gap: 2em;
}
@media (max-width: 767px) {
	.p-postList .p-postList__link {
		gap: 0;
	}
}
.p-postList__body {
	padding-left: 0 !important;
}
@media (min-width: 600px) {
    .p-postList.-type-list .p-postList__body {
        padding-left: 0 !important;
    }
}
.p-postList__meta {
	align-items: center;
	margin: 0 0 12px 0;
	font-size: 1.4rem !important;
}
@media (max-width: 767px) {
	.p-postList__meta {
		margin: 16px 0 12px 0;
	}
}
@media (max-width: 767px) {
	.p-postList.-type-list .p-postList__thumb {
		width: 100%;
		max-width: none;
	}
}
.topics-cat,.p-postList__cat{
    display: inline-flex;
    margin-left: .5em;
    padding: 5px 20px;
    border-radius: 50vh;
    background: #DBAC41;
    color: #fff;
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
    font-weight: 500;
    line-height: 1.5;
}
.p-entry__meta,.p-postList__meta{
    display: flex;
    justify-content: space-between;
    margin-bottom:10px;
}
.p-entry__meta time{
    font-weight: 500;
}
.p-postList__title{
    font-size: clamp(1.6rem, 1.2vw, 1.8rem)!important;
    margin-bottom:10px!important;
}
.p-postList__excerpt{
    font-size: clamp(1.4rem, 1.2vw, 1.6rem)!important;
}
@media (min-width: 600px) {
    .p-postList.-type-list .p-postList__body {
        padding-left: 3.5rem!important;
    }
}
.p-postList.-type-list .p-postList__item{
    border-bottom: 1px dotted var(--main-color);
    padding-bottom: 2rem;
}
@media (min-width: 600px) {
    .p-postList__meta {
        font-size: 14px!important;
    }
}
@media (max-width: 767px) {
    .p-postList.-type-list .p-postList__link{
        flex-direction: column;
}
}

/* ページナビゲーション */
.page-numbers:not(.dots).current,
.page-numbers:not(.dots):hover,
.post-page-numbers:not(.dots).current,
.post-page-numbers:not(.dots):hover {
    background-color: var(--main-color)!important;
    color: #fff;
    font-weight: 500;
}
.p-entry__content h2 {
    font-size: 2rem;
}

/* 記事詳細 */
.p-entry__content.c-postContent {
    display: flow-root;
}
.p-entry p {
    margin-bottom: 10px;
}
.p-entry img {
    margin: 20px 0;
}
.p-entry ol {
	margin: 1em 0;
}
.p-entry ol li::marker {
	font-weight: bold;
}
.p-entry video {
	width: 100%;
    height: 100%;
	aspect-ratio: 16 / 9;
    object-fit: contain;
	margin: 1em 0;
}
.alignright {
	float: none;
	margin: 0 0 0 auto !important;
}
.alignleft {
	float: none;
	margin: 0 auto 0 0 !important;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	margin: 1.5em auto;
}
.wp-caption img {
	margin: 0;
}
.wp-caption-text {
	font-size: clamp(1.4rem, 1.2vw, 1.6rem)!important;
}

/* 記事詳細ページヘッダー */
.topics-cat-link:hover {
	opacity: .8;
}

/* 記事詳細ページフッター */
.c-pnNav {
	margin: 8rem 0 4rem 0;
	padding: 1em 0;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
.c-pnNav__link {
	font-size: 1.4rem;
}


 /*====================================================================================
■賛助会員
====================================================================================*/

/* 国際人材登録 */
.member-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.member-flow .item {
    background: var(--bg-color);
    font-size: 1.8rem;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
    width: 600px;
    text-align: center;
    border: 1px solid #6ec7e9;
    position: relative;
}
@media (max-width: 767px) {
    .member-flow .item {
        width: 100%;   
        font-size: 1.6rem;
    }
}
.member-flow .item::before {   
  content: "";
    border: 30px solid transparent;
    border-top: 20px solid #6ec7e9;
    margin-left: -30px;
    top: 100%;
    left: 50%;
    position: absolute;
}
.member-flow .item:last-child::before {
    border:none;
}

/* 賛助会員 */
.apply-flow dl {
    display: flex;
    flex-wrap: wrap;
}
.apply-flow dt {
    width: 10%;
    margin: 5px 0;
}
html[lang="en-US"] .apply-flow dt {
	width: 18%;
}
.apply-flow dd {
    width: 90%;
    margin: 5px 0;    
}
html[lang="en-US"] .apply-flow dd {
	width: 82%;
}

/* 会員様ログイン */
#wpmem_login {
	margin: 40px 0 0 0;
	padding: 0 2em;
	border: 1px solid #ccc;
	border-radius: 8px;
}
@media (max-width: 1099px) {
	#wpmem_login {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	#wpmem_login {
		padding: 0 1.5em;
	}
}
#wpmem_login_form {
	font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
}
#wpmem_login legend,
#wpmem_reg legend {
    position: relative;
    margin-bottom: 1em !important;
    padding: 0 0 .75em 0;
    border-bottom: 1px solid var(--main-color);
    font-size: 2.6rem;
    font-weight: bold;
    color: var(--main-color);
}
#wpmem_login input {
    background: var(--main-color);
    color: #fff;
	border: none;
    border-radius: 5px;
	transition: var(--transition);
}
#wpmem_login input:hover {
	background: var(--hover-color);
}
#wpmem_login .div_text {
	margin: 8px 0 14px 0 !important;
}
@media (max-width: 1099px) {
	.wpmem_msg {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.wpmem_msg {
		padding: 1.5em !important;
		text-align: left !important;
	}
}
.ti-member-msg {
	margin: 0 0 .5em 0;
	color: var(--main-color);
	font-size: clamp(1.6rem, 1.697vw, 2.2rem);
}

/* 会員コンテンツ */
.member-contents-list ul {
    background: #f4f4f4;
    padding: 20px 40px;
    margin: 20px 0;
    border-radius: 10px;
}
.member-topics-list {
    margin-top: 20px;
}
.login-box {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 40px !important;
}


/* 会員ニュース 記事一覧ページ */
.member-topics-list .p-postList__title {
	color: #000;
}


 /*====================================================================================
■その他
====================================================================================*/

/* プライバシーポリシー */
.privacy-contact {
    margin: 30px 0;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.list-alpha {
    list-style-type: lower-alpha;
    margin:20px 0;
}


 /*====================================================================================
■お問い合わせ
====================================================================================*/

/* お問い合わせページ */
.contact-box {
    max-width: 90%;
    background: #F4FDFD;
    padding: 20px;
    text-align: center;
    width: 90%;
    margin: 20px auto;
}
@media (max-width: 767px) {
    .contact-box {
		max-width: 100%;
		width: 100%;   
    }
}
.contact-box .title {
    font-size: clamp(1.6rem, 1.2vw, 2rem);
    color: var(--main-color);
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-box .tel-fax {
    font-size: 2rem;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: end;
    margin-bottom: 15px;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .contact-box .tel-fax {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
}
.contact-box .tel-fax span {
    font-size:2.6rem;
}
.form_table{
    border:none!important;
}
.form_table th {
    text-align:left;
    background:none;
}

/* メールフォーム */
.mailform {
    margin: 50px auto;
    width: 90%;
    }
.mailform dl {
    display:flex;
    flex-wrap: wrap;
    }
.mailform dt {
    width:35%;
    margin:10px 0;
    font-weight:bold;
}
@media (max-width: 767px) {
    .mailform dt {
        margin: 10px 0 0;
    }
}
.mailform dt p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .mailform dt p {
        margin-right: 0;
    }
}
.mailform dd {
    width: 65%;
     margin: 10px 0;   
}
@media (max-width: 767px) {
    .mailform dt,.mailform dd {
        width: 100%;
    }
}
.wpcf7-submit {  
    background: var(--main-color);
    color: #fff;
    width: 200px;
    font-weight: bold;
    border-radius: 10px;
}
.btn_submit {
    text-align: center;
    margin-top: 20px;
}
input,
textarea {
    background: #F5F5F5;
    border: 1px solid #B9B9B9;
    border-radius: 5px;
    padding: 8px 10px 8px!important;
}
textarea {
    width: 100%;
}
.wpcf7-spinner {
    display: block;
}
@media (max-width: 767px) {
	.mailform input {
		width: 100%;
	}
}
@media (max-width: 767px) {
    .mailform dt p {
		align-items: center;
		gap: 1em;
    }
}
.hissu {
    background: var(--accent-color);
    color: #fff;
    padding: 5px;
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
    width: 80px;
    text-align: center;
}
.any {
    background: #B9B9B9;
    color: #fff;
    padding: 5px;
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
    width: 80px;
    text-align: center;
}
@media (max-width: 767px) {
	.hissu,
	.any {
		padding: .2em 0;
		width: 56px;
	}
}
 /*====================================================================================
■検索結果ページ
====================================================================================*/

/* 検索フォーム */
.p-postList--notfound .c-searchForm {
	display: table;
	margin: 2em 0 0 0;
}


 /*====================================================================================
■404ページ
====================================================================================*/

/* 検索フォーム */
@media (max-width: 767px) {
	.p-404__content .u-ta-c {
		text-align: left !important;
	}
}
.p-404__content .c-searchForm {
	display: table;
	margin: 2em auto 0 auto;
}



