/* WordPress Gallery
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}

.gallery-columns-2 .gallery-item {
	width: 50%
}

.gallery-columns-3 .gallery-item {
	width: 33.3333%
}

.gallery-columns-4 .gallery-item {
	width: 25%
}

.gallery-columns-5 .gallery-item {
	width: 20%
}

.gallery-columns-6 .gallery-item {
	width: 16.6667%
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%
}

.gallery-columns-8 .gallery-item {
	width: 12.5%
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	/*margin: 5px auto 5px auto;*/
	margin: 16px auto 16px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.logged-in.admin-bar .l-header-variable,
.logged-in.admin-bar .l-header-minimal {
	top: 32px;
}

.mw_wp_form_confirm .u-hidden-mw-wp-confirm {
	display: none !important;
}

.mw_wp_form_confirm .c-forms__privacy {
	display: none !important;
}

.mw_wp_form_confirm #zipauto,
.mw_wp_form_confirm .c-forms__note,
.mw_wp_form_confirm .c-forms__block.is-privacy-policy {
	display: none !important;
}

.mw_wp_form_confirm .c-forms__privacy a,
.mw_wp_form_confirm .c-forms__block a {
	text-decoration: none !important;
	color: inherit !important;
	pointer-events: none !important;
}

/* キャプションの調整 */
.mceTemp > dl,
.gallery-item {
	display: block !important;
}

.mceTemp > dl > dd,
.mceTemp > dl > dt,
.gallery-item > dd,
.gallery-item > dt {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

/* 投稿のリスト調整 */
ul.toc_list li:before {
	display: none !important;

}

/* [Pz-LkC][2.3.1] CSS */
.linkcard {
	margin-top: 16px;
	margin-bottom: 16px;
	/*MARGIN-LEFT*/
	/*MARGIN-RIGHT*/
}

.linkcard img {
	margin: 0 !important;
	padding: 0;
	border: none;
}

.linkcard span.external-icon {
	display: none;
}

.linkcard p {
	display: none;
}

.linkcard:hover .lkc-thumbnail img {
	/*SCALE*/
}

.lkc-link {
	text-decoration: none !important;
}

.lkc-external-wrap {
	border: 1px solid #dbdbdb;
	background-color: #ffffff;
	/*EX-IMAGE*/
}

.lkc-internal-wrap {
	border: 1px solid #e2e2e2;
	background-color: #f8f8f8;
	/*IN-IMAGE*/
}

.lkc-this-wrap {
	border: 1px solid #e2e2e2;
	background-color: #eeeeee;
	/*TH-IMAGE*/
}

.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap {
	position: relative;
	margin: 0;
	padding: 0;

	/*SHADOW*/
	/*HEIGHT*/
	max-width: 100%;
	/*WRAP*/
	/*NOHOVER*/
}

.lkc-external-wrap::before, .lkc-internal-wrap::before, .lkc-this-wrap::before {
	/*WRAP-BEFORE*/
}

.lkc-external-wrap::after, .lkc-internal-wrap::after, .lkc-this-wrap::after {
	/*WRAP-AFTER*/
}

.lkc-external-wrap:hover, .lkc-internal-wrap:hover, .lkc-this-wrap:hover {
	/*HOVER*/
}

.lkc-external-wrap:hover::before, .lkc-internal-wrap:hover::before, .lkc-this-wrap:hover::before {
	/*HOVER-BEFORE*/
}

.lkc-external-wrap:hover::after, .lkc-internal-wrap:hover::after, .lkc-this-wrap:hover::after {
	/*HOVER-AFTER*/
}

.lkc-card {
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 8px;
	margin-left: 16px;
}

.lkc-content {
	/*CONTENT-PADDING*/
	/*CONTENT-INSET*/
	/*CONTENT-BGCOLOR*/
	height: 108px;
	margin: 6px 0 0 0;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	/*SEPARATOR*/
}

.lkc-title-text {
	/*MARGIN-TITLE*/
	color: #111111;
	/*OUTCOLOR-TITLE*/
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	overflow: hidden;
	word-break: break-all;
	/*ELLIPSIS-TITLE*/
}

.lkc-title-text:hover {
	text-decoration: underline;
}

.lkc-url {
	/*MARGIN-URL*/
	color: #4466ff;
	/*OUTCOLOR-URL*/
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	text-decoration: underline;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: "じゅん 201", "Jun 201", sans-serif;
}

.lkc-url-info {
	color: #4466ff;
	/*OUTCOLOR-URL*/
	font-size: 10px;
	line-height: 10px;
	font-family: "じゅん 201", "Jun 201", sans-serif;
	font-weight: normal;
	text-decoration: underline;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline;
}

.lkc-excerpt {
	margin: 0;
	color: #333333;
	/*OUTCOLOR-EXCERPT*/
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	overflow: hidden;
	font-family: "じゅん 201", "Jun 201", sans-serif;
	font-weight: normal;
	/*NONE-EXCERPT*/
}

.lkc-more-text {
	display: inline;
	color: #444444;
	/*OUTCOLOR-MORE*/
	font-size: 12px;
	line-height: 40px;
	border: 1px solid #888;
	text-align: center;
	padding: 4px;
	margin: 4px 0;
	font-family: "じゅん 201", "Jun 201", sans-serif;
	font-weight: normal;
}

.lkc-thumbnail {
	max-width: 100px;
	max-height: 108px;
	padding: 0;
	margin: 0 6px 4px 4px;
	float: left;
}

.lkc-thumbnail img {
	/*TRANSFORM*/
}

.lkc-thumbnail-img {
	width: 100px;
	max-height: 108px;
	border: 1px solid #222;

	/*THUMBNAIL-SHADOW*/
}

.lkc-info {
	/*POSITION-INFO*/
	padding: 0;
	color: #222222;
	/*OUTCOLOR-INFO*/
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
	overflow: hidden;
	display: block !important;
	/*NONE-INFO*/
	font-family: "じゅん 201", "Jun 201", sans-serif;
	font-weight: normal;
}

.lkc-favicon {
	height: 16px;
	width: 16px;
	margin: 0 4px !important;
	border: none;
	vertical-align: bottom;
	display: inline !important;
}

.lkc-domain {
	margin: 0 0 0 6px;
	color: #222222;
	/*OUTCOLOR-INFO*/
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	display: inline !important;
	font-family: "じゅん 201", "Jun 201", sans-serif;
	font-weight: normal;
}

.lkc-external-added {
	/*EX-HEADING*/
}

.lkc-internal-added {
	/*IN-HEADING*/
}

.lkc-this-added {
	/*TH-HEADING*/
}

.lkc-external-added, .lkc-internal-added, .lkc-this-added {
	color: #222222;
	/*OUTCOLOR-ADDED*/
	font-size: 12px;
	line-height: 12px;
	display: inline !important;
}

.lkc-date {
	color: #222222;
	/*OUTCOLOR-INFO*/
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	display: inline !important;
	float: right;
	padding-top: 6px;
	font-family: "じゅん 201", "Jun 201", sans-serif;
	font-weight: normal;
}

.lkc-share {
	display: inline;
	text-shadow: none;
}

.lkc-sns-tw {
	display: inline;
	margin: 0;
	padding: 0 1px;
	color: #5ea9dd !important;
	background-color: #f5f8fa !important;
	font-size: 9px;
	text-decoration: underline !important;
	font-weight: bold !important;
	white-space: nowrap;
}

.lkc-sns-fb {
	display: inline;
	margin: 0;
	padding: 0 1px;
	color: #ffffff !important;
	background-color: #3864a3 !important;
	font-size: 9px;
	text-decoration: underline !important;
	font-weight: bold !important;
	white-space: nowrap;
}

.lkc-sns-hb {
	display: inline;
	margin: 0;
	padding: 0 1px;
	color: #ff6464 !important;
	background-color: #ffefef !important;
	font-size: 9px;
	text-decoration: underline !important;
	font-weight: bold !important;
	white-space: nowrap;
}

.lkc-sns-gp {
	display: inline;
	margin: 0;
	padding: 0 1px;
	color: #dd4e42 !important;
	background-color: #ffffff !important;
	font-size: 9px;
	text-decoration: underline !important;
	font-weight: bold !important;
	white-space: nowrap;
}

.lkc-sns-po {
	display: inline;
	margin: 0;
	padding: 0 1px;
	color: #eeeeee !important;
	background-color: #ee4055 !important;
	font-size: 9px;
	text-decoration: underline !important;
	font-weight: bold !important;
	white-space: nowrap;
}

.clear {
	clear: both;
}

blockquote.lkc-quote {
	background-color: transparent;
	background-image: none;
	padding: 0;
	margin: 0;
	border: none;
}

.lkc-iframe-wrap {
	margin: 0;
	max-width: 100%;
}

.lkc-iframe {
	padding: 0;
	margin: 0;
	width: 100%;
}

/*OPTION*/

@media screen and (max-width: 600px) {
	.lkc-title {
		font-size: 14px;
		line-height: 21px;
	}

	.lkc-excerpt {
		font-size: 10px;
	}

	.lkc-thumbnail {
		max-width: 90px;
	}

	.lkc-thumbnail-img {
		max-width: 90px;
	}
}

@media screen and (max-width: 480px) {
	.lkc-title {
		font-size: 12px;
		line-height: 19px;
	}

	.lkc-excerpt {
		font-size: 8px;
	}

	.lkc-thumbnail {
		max-width: 70px;
	}

	.lkc-thumbnail-img {
		max-width: 70px;
	}
}

@media screen and (max-width: 320px) {
	.lkc-title {
		font-size: 11px;
		line-height: 16px;
	}

	.lkc-excerpt {
		font-size: 6px;
	}

	.lkc-thumbnail {
		max-width: 50px;
	}

	.lkc-thumbnail-img {
		max-width: 50px;
	}
}

.lkc-thumbnail-img,
.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap {
	box-shadow: none;
}

.lkc-url {
	margin-top: 4px;
	margin-bottom: 4px;
}

.lkc-url cite {
	font-style: normal;

}

.lkc-info {
	margin-bottom: 20px;
}

.lkc-thumbnail {
	margin-right: 16px;
}

.lkc-content {
	height: auto;
}

/* 20200915 商品・サービスのメーカーロゴ */
.c-block__logo-list .c-block__logo-image {
	text-align: center;
	padding-top: 13px;
}

.c-news-header__tag.is-button .c-button {
	max-width: inherit;
}

/* 20200915 カード モジュールの調整 */
.c-card-post .row {
	align-items: stretch;
}

.c-card-post .row .large-4.small-12 {
	display: flex;
	align-items: stretch;
	padding-bottom: 24px;
}

.c-card-post__slider .c-card-post__image {
	max-height: inherit;
	/*overflow: inherit;*/
	border-radius: 10px 10px 0 0;
}

.c-card-post__wrap {
	align-items: stretch;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.c-card-post__slider .c-card-post__block {
		max-width: 100%;
	}
}

body.post-type-archive-blog .c-card-post .c-card-post__image,
body.tax-blog_keyword .c-card-post .c-card-post__image,
body.tax-blog_category .c-card-post .c-card-post__image {
	/*max-height: 248px;*/
}

/* タブ内、owlcarouselの調整 */
/*.c-card-post .owl-carousel {*/
/*transition-duration: .2s;*/
/*transition-property: all;*/
/*transition-timing-function: ease-in-out;*/
/*transition-delay: 0.4s;*/

/*}*/
/*.c-card-post .owl-carousel.owl-hidden,*/
/*.c-card-post .owl-carousel.owl-loaded {*/
/*transition-duration: .2s;*/
/*transition-property: all;*/
/*transition-timing-function: ease-in-out;*/
/*transition-delay: 0.4s;*/
/*}*/

/* カード */
.c-box-post__title span:before, .c-box-post__title span:after {
	display: none;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.c-box-post.is-onecolumn .c-box-post__block {
		flex: inherit;
		display: flex;
		flex-wrap: wrap;
	}

	.c-box-post.is-onecolumn .c-box-post__thumb {
		width: 100%;
		max-height: 248px;
		height: 248px;
	}
}

/* サイドバー調整 */
.wpp-list li {
	margin-bottom: 0;
}

/* LP調整 */
body.page-template-template-block-editor-lp {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

/* スマホの管理画面バー調整 */
@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	body.logged-in.admin-bar .l-header-variable, .logged-in.admin-bar .l-header-minimal {
		top: 44px;
	}

	body.logged-in.admin-bar .c-slidebar-button {
		top: 44px;
	}

	body.logged-in .l-page-header {
		margin-top: 3.5rem;
	}

	body.logged-in #wpadminbar {
		position: fixed;
	}
}

.l-header-minimal__tel a {
	pointer-events: inherit;
}

.c-card-value__list ul {
	column-count: inherit;
}

.c-accordion__head .c-accordion__title {
	color: #333;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.c-hero-block-interview__name span {
		align-items: flex-start !important;
	}

	.c-hero-block-interview__name span:after {
		top: 11px;
		position: relative;
	}
}

.c-box-checkbox.is-arrow-none {
	margin-bottom: 0;
}

.c-box-checkbox.is-arrow-none .c-box-checkbox__box:after {
	display: none;
}

body.order .l-footer__content {
	border-top: none;
}

.c-news-front__title span:before {
	display: none;
}

/* フォント対策 */

.l-all-wrapper {
	-ms-transform: rotate(0.01deg);
	transform: rotate(0.05deg);
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.l-all-wrapper {
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}

/* 20200925 代表メッセージ調整 */
.c-block-mission__text {
	padding-left: 3.875rem;
	padding-right: 3.875rem;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.c-block-mission__text {
		padding-left: 0;
		padding-right: 0;
	}
}

/* 20200925 サプライ注文調整 */
.c-capsul-nav__button {
	margin-bottom: 16px;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.c-capsul-nav__button {
		margin-bottom: .5rem;
	}
}

/*.l-post-content h2 {*/
/*background: rgba(#00BCD5, 0.2);*/
/*padding: 0.5em 0.7em;*/
/*margin-top: 2em;*/
/*margin-bottom: 1em;*/
/*}*/

/*.l-post-content h3 {*/
/*margin-top: 2em;*/
/*margin-bottom: 1em;*/
/*font-size: 1.4rem;*/
/*}*/

.l-footer__menulist li a {
	/*white-space: nowrap;*/
}

.c-news-ranking__content {
	/* line-height: 1.5; */
}

/* 20201001 ブログの目次 */
#toc_container .toc_list li a {
	padding-left: 26px;
	padding-right: 10px;
}

#toc_container .toc_list li a:hover {
	color: white;
	background-color: #00BCD5;
	border-radius: 6px;
}

/* 2020/10/05 増田　修正　*/
.l-offer__tel a span {
	display: block;
}

.l-offer__tel a span small {
	font-size: 15px;
	text-align: left;
	display: block;
	letter-spacing: 0.25em;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.l-offer__tel a span small {
		font-size: 12px;
		text-align: center;
	}
}

.l-offer__tel a span span {

}

#toc_container .toc_list li a {
	border-bottom: 1px solid #F2FCFF;
}

#toc_container .toc_list li a:hover {
	background: none;
	color: #333;
	border-bottom: 1px solid #00BCD5;
	border-radius: 0px;
	opacity: 1;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.l-header-minimal.js-fixedheader.is-fixed {
		padding: 0 60px 0 12px;
	}

	.l-header-minimal.is-fixed .l-header-minimal__heading {
		width: 131px;
	}
}

.c-card-post__wrap .c-card-post__block:nth-of-type(n+3) {
	margin-top: 48px;
}

/*.c-card-post__wrap .c-card-post__block{*/
/*width: calc(50% - 24px);*/
/*}*/

.c-slidebar-menu__children li a {
	color: #555 !important;
	/*font-size: 12px !important;*/
}

.c-card-area__title {
	margin-bottom: 0 !important;
}

.c-card-area__content {
	padding-top: 0 !important;
	display: none;
}

.c-card-area__block.is-open .c-card-area__content {
	display: block;
}

/*20201005 ブログサイドメニュー*/
.post-type-archive-blog .c-menu-list ul li ul {
	border-top: none;
	padding: 0;
}

.post-type-archive-blog .c-menu-list ul li ul li a {
	padding: .3125rem 1rem .3125rem 3rem;
}

/*アンカーナビ矢印被り調整*/
.c-anchor-nav__block {
	padding: .875rem 1.7rem 0.875rem 1rem;
}

/*CTAブロック*/
.c-cta-block__wrap {
	border-radius: 6px;
}

.c-cta-magazine__block {
	border-radius: 6px;
}

.c-cta-block__block {
	padding: 1.5rem;
}

.c-cta-block .c-button,
.c-cta-magazine .c-button {
	border-radius: 6px;
}

.c-news-footer__flex {
	margin-bottom: 1rem;
}

.c-news-footer__print-button .c-button {
	width: auto;
	max-width: 100%;
	font-size: .8125rem;
	/*transform: rotate(0.05deg);*/
}

/* 20201006 全体調整 */

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.l-all-wrapper {
		width: 100%;
		overflow: hidden;
	}
}

@media screen and (max-width: 59.3125em) {
	.c-slidebar-button {
		height: 60px;
	}
}

/* 　ヘッダー調整 */
.l-header-variable {
	padding-left: 0;
}

.l-header-variable {
	padding-right: 0;
}

/* 　20201008 アンカーナビゲーション調整 */
body.culture .c-anchor-nav {
	margin-bottom: 0;
}

/* 20201008 ブログ　リンクカード */
.lkc-card {
	display: flex;
	flex-direction: column-reverse;
	padding: 10px 16px;
}

.lkc-card .lkc-content {
	position: relative;
	padding-right: 190px;
}

.lkc-card .lkc-url {
	display: none;
}

.lkc-card .lkc-title {
	font-size: 22px;
	margin-bottom: 18px;
	font-family: "じゅん 501", "Jun 501", sans-serif;
	font-weight: bold;
}

.lkc-card .lkc-excerpt {
	line-height: 1.5rem;
	font-size: 13px;;
	margin-bottom: 18px;
	font-family: "じゅん 201", "Jun 201", sans-serif;
	font-weight: normal;
}

.lkc-info {
	font-weight: normal;
}

.lkc-card .lkc-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 0;
	width: 150px;
	max-height: inherit;
	max-width: inherit;
}

.lkc-thumbnail-img {
	width: auto;
	max-height: inherit;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.lkc-card {
		padding: 0;
	}

	.lkc-card .lkc-content {
		padding-right: 0;
		width: 100%;
	}

	.lkc-card .lkc-thumbnail {
		position: relative;
		float: right;
		width: 70px;
	}

	.lkc-title {
		width: 66%;
	}

	.lkc-title .lkc-title-text {
		width: 100%;
	}
}

/* 20201013 商品一覧 */
.c-card-links-lg__text {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 20201013 post-content内の禁則処理 */
.l-post-content, #tinymce.post-type-post, #tinymce.post-type-blog, #tinymce.post-type-page, #tinymce.mce-content-body.acf_content {
	word-break: break-word;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/* 20201013 CTA */
.c-cta-block__block:before,
.c-cta-magazine__content:before {
	background-color: #F8F8F8;
}

.c-cta-block__block,
.c-cta-magazine__content {
	/* todo: 背景画像削除 */
	background-image: none !important;
	background-color: #F8F8F8 !important;
	color: #333333;
}

.c-cta-magazine__block,
.c-cta-block__wrap {
	border: 3px solid #00BCD5;
}

.c-cta-block .c-button,
.c-cta-magazine .c-button {
	background: #00BCD5 !important;
	border: 3px solid #fff;
	transition: none;
	text-align: left;
}

.c-cta-block .c-button:hover,
.c-cta-magazine .c-button:hover {
	color: #333333;
	background: #FFF !important;
	transition: all .5s ease-in-out 0s;
}

.c-cta-block .c-button:before,
.c-cta-magazine .c-button:before {
	background: #FFF;
	border-radius: 0;
}

.c-cta-block .c-button:hover:before,
.c-cta-magazine .c-button:hover:before {
	border: 3px solid #FFF;
}

.c-cta-magazine__heading:before {
	background-color: #333333;
}

.c-cta-magazine__buttons,
.c-cta-block__buttons {
	justify-content: normal;
}

.c-cta-magazine__buttons.is-single-btn,
.c-cta-block__buttons.is-single-btn {
	justify-content: center;
}

.c-cta-block__text {
	font-weight: normal;
	margin-bottom: 1.25rem;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.c-cta-block__block {
		padding: 1.5rem 1rem;
	}
}

/* 20201013 spブログ一覧 */

@media (max-width: 46.8125em) and (min-width: 0em) {
	.c-card-post.is-sp-twocolumns .c-card-post__image {
		width: 40%;
	}
}

/* 20201127 増田修正*/

.wp-caption {
	border-color: #cccccc;
}

@media screen and (max-width: 59.3125em) and (min-width: 0em) {
	.c-news-header__print-button, .c-news-footer__print-button {
		display: none !important;
	}
}


/* 20201208 テーブル罫線再修正（l-post-contentのみ） */
.l-post-content table tbody tr td {
	border-right: 1px solid #d6d6d6;
}

.l-post-content table tbody tr td:last-child {
	border-right: none;
}

.l-post-content table tbody tr th,
.l-post-content table tbody tr td {
	padding: 10px;
}

/* 20201130 PCメニュー調整 */
.l-header-minimal__nav ul li {
	line-height: 3.75;
}

/* 20201130 fix */
@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.c-card-post__wrap .c-card-post__block:nth-of-type(n+3) {
		margin-top: 0;
	}
}

dl.wp-caption dt.wp-caption-dt img {
	margin-bottom: 0;
}

#tinymce dl.wp-caption dt.wp-caption-dt,
#tinymce dl.wp-caption dd.wp-caption-dd {
	width: auto;
}

#tinymce dl.wp-caption dd.wp-caption-dd {
	line-height: 1.75;
	font-size: 1rem;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.c-block__block .large-5 {
		order: 1;
	}

	.c-block__block .large-7 {
		order: 2;
	}
}

.case-template .c-news-header__image {
	margin-bottom: 1rem;
}

.l-main {
	transform: none !important;
}


/************* 20201223 エディタ調整 *************/

body {
	letter-spacing: 0.05em;
	line-height: 2;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	body {
		letter-spacing: 0.05em;
		line-height: 2;
	}
}

.l-post-content h3,
#tinymce.post-type-post h3,
#tinymce.post-type-blog h3,
#tinymce.post-type-page h3,
#tinymce.mce-content-body.acf_content h3 {
	background-color: #eee;
	padding: 5px 20px;
	/*font-weight: 500;*/
	font-size: 23px;
}

.l-post-content h4,
#tinymce.post-type-post h4,
#tinymce.post-type-blog h4,
#tinymce.post-type-page h4,
#tinymce.mce-content-body.acf_content h4 {
	font-size: 20px;
	border: none;
	border-bottom: 3px solid #e2e2e2;
	padding: 3px 3px;
}

.l-post-content h5,
#tinymce.post-type-post h5,
#tinymce.post-type-blog h5,
#tinymce.post-type-page h5,
#tinymce.mce-content-body.acf_content h5 {
	font-size: 18px;
	color: #00bcd5;
	border-bottom: none;
	padding-bottom: 0;
}

.l-post-content h6,
#tinymce.post-type-post h6,
#tinymce.post-type-blog h6,
#tinymce.post-type-page h6,
#tinymce.mce-content-body.acf_content h6 {
	font-size: 16px;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.l-post-content h2,
	#tinymce.post-type-post h2,
	#tinymce.post-type-blog h2,
	#tinymce.post-type-page h2,
	#tinymce.mce-content-body.acf_content h2 {
		font-size: 24px;
		letter-spacing: -0.05em;
		line-height: 1.75;
	}

	.l-post-content h3,
	#tinymce.post-type-post h3,
	#tinymce.post-type-blog h3,
	#tinymce.post-type-page h3,
	#tinymce.mce-content-body.acf_content h3 {
		font-size: 20px;
		letter-spacing: -0.05em;
	}

	.l-post-content h4,
	#tinymce.post-type-post h4,
	#tinymce.post-type-blog h4,
	#tinymce.post-type-page h4,
	#tinymce.mce-content-body.acf_content h4 {
		font-size: 18px;
	}
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	.c-forms__button {
		margin-left: 0.25rem;
		display: inline-block;
	}

	.c-forms__input.is-sm {
		width: 10.25rem;
	}
}

.c-flow-image__num {
	padding: .25rem 9px;
	margin-right: 0.625rem;
	font-size: 13px;
}

body.page-template-template-block-editor-lp-new .l-post-content i.fa {
	font-family: FontAwesome !important;
}

body.page-template-template-block-editor-lp-new .c-box-checkbox {
	margin-top: 72px !important;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
	body.page-template-template-block-editor-lp-new .c-box-checkbox {
		margin-top: 48px !important;
	}
}

.c-block__image {
	border: 1px solid #E2E2E2;
}

/* 20210115 Google recaptcha */
.grecaptcha-badge {
	bottom: 49% !important;
	z-index: 100000;
}

/* 20210315 ブログカード調整 */

.blogCard {
	border: 1px solid #e2e2e2;
	background-color: #f8f8f8;
	border-radius: 3px;
	padding: 12px;
	margin-top: 16px;
	margin-bottom: 16px;
}

/* テキストtekisutoコンテンツ */
.blogCardCont {
	position: relative;
	margin-bottom: 5px;
	min-height: 130px;
	display: flex;
	/*flex-direction: column-reverse;*/
	align-items: flex-start;
	padding: 10px 16px;

}

.blogCardCont p {
	font-size: 12px;
	overflow: hidden;
	margin: 0;
}

.blogCardTxt {
	margin-right: 190px;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}

.blogCardTxt p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.blogCardTitle {
	margin-bottom: 5px;
	overflow: hidden;
	-webkit-line-clamp: 2 !important;
}

.blogCardTitle a {
	line-height: 1.4;
	font-weight: bold;
	text-decoration: none;
	color: #111111;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	overflow: hidden;
	word-break: break-all;
}

.blogCardTitle a:hover {
	text-decoration: underline;
}

.blogCardTitle a:visited {
	color: #111111;
}

/* 画像 */
.blogCardImg {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}

.blogCardImg__wrap {
	float: right;
	/*width: 15%;*/
	width: 150px;
	min-height: 100px;
	/*height: 100px;*/
	/*overflow: hidden;*/
	position: relative;
}

.blogCardImg__wrap img {
	/*position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	max-height: 100%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);*/
}

.blogCardFooter {
	font-size: 12px;
	text-align: left;
	display: block;
	padding-left: 16px;
	padding-bottom: 10px;
}

.blogCardFooter a {
	color: #9aa5ab;
}

.blogCardFooter a img {
	margin-top: 3px;
	margin-right: 5px;
	line-height: 1;
}

.blogCardTitle a i,
.blog article .blogCardFooter a i {
	display: none;
}

.blogCard.blogCard--noimg .blogCardCont {
	min-height: auto;
}

.blogCard.blogCard--noimg .blogCardTxt {
	margin-right: 0;
}

.blogCardImg__wrap img {
	max-width: 90%;
}

.blogCardImg__wrap img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	max-height: 140px;
	object-fit: cover;
}

.blogCardTxt {
	margin-right: 210px;
}

.blogCardImg {
	top: 15px;
	right: 32px;
}

.blogCardTxt .blogCardTitle {
	margin-bottom: 10px;
}

.blogCardFooter a img {
	margin-top: 6px;
}

.blogCardFooter a {
	text-decoration: none;
	margin: 0 0 0 6px;
	color: #222222;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	display: inline !important;
	font-family: "じゅん 201", "Jun 201", sans-serif;
	font-weight: normal;
}

@media (max-width: 768px) {
	.blogCardCont {
		padding: 0px;
		display: block;
	}

	.blogCardTxt {
		margin-right: 120px;
	}

	.blogCardTxt .blogCardTitle a {
		font-size: 14px;
	}

	.blogCardTxt .blogCardTitle {
		-webkit-line-clamp: 5 !important;
	}

	.blogCardTxt p {
		-webkit-line-clamp: 4 !important;
	}

	.blogCardImg__wrap {
		max-width: 100px;
		width: 100%;
		min-height: 105px;;
	}

	.blogCardTxt p {
		font-size: 11px;
		line-height: 1.6;
	}

	.blogCardFooter {
		padding-left: 0;
		font-size: 11px;
		letter-spacing: 0;
	}

	.blogCardImg {
		max-width: 100px;
		width: 100%;
		right: 0px;
		top: 0px;
		/* position: static; */
	}

	.blogCardImg__wrap img {
		max-height: 100px;
	}

}

.page-template-template-download-form .l-post-content > h2:first-child {
	margin-top: 0 !important;
}

.page-template-template-download .c-card-links-lg__block {
	width: calc((100% - 36px * 2) / 3);
	margin-right: 36px;
}

.page-template-template-download .c-card-links-lg__block:nth-of-type(2n) {
	margin-right: 36px;
}

.page-template-template-download .c-card-links-lg__block:nth-of-type(3n) {
	margin-right: 0;
}

.page-template-template-download .c-card-links-lg__block:nth-of-type(3) {
	margin-top: 0;
}

.page-template-template-download .c-card-links-lg__block:nth-of-type(n+4) {
	margin-top: 2.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.page-template-template-download .c-card-links-lg__block {
		width: 100%;
		margin-right: 0;
	}

	.page-template-template-download .c-card-links-lg__block:nth-of-type(2n) {
		margin-right: 0;
	}
}

.c-post-nav {
	display: flex;
	border-top: 1px solid #ccc; /* 20211112 #f0f0f0 から色を変更 */
}

.c-post-nav .e-item {
	width: calc((100% - 1px) / 2);
}

.c-post-nav .e-item a {
	text-decoration: none;
	padding: 1rem 1rem 1.3rem;
	display: block;
	height: 100%;
}

.c-post-nav .e-item a:hover {
	background: #f1f1f1;
}

.c-post-nav .e-lead {
	color: #999;
	margin-bottom: 1rem;
	font-family: "じゅん 201", "Jun 201", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

.c-post-nav .e-item:first-child {
	border-right: 1px solid #ccc;
}

.c-post-nav .e-wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.c-post-nav .e-img {
	width: 30%;
}

.c-post-nav .e-title {
	width: 65%;
	line-height: 1.5;
	text-decoration: none;
	font-family: "じゅん 201", "Jun 201", sans-serif;
}

.c-post-nav .e-next .e-lead {
	text-align: right;
}

.c-post-nav .e-next .e-wrap {
	flex-flow: row-reverse;
	padding-right: 10px;
}

.c-post-nav .e-next .e-wrap:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #c0c0c0;
	position: absolute;
	top: 50%;
	right: -8px;
	transform: translate(0, -50%);
}

.c-post-nav .e-prev .e-wrap {
	flex-flow: row;
	padding-left: 10px;
}

.c-post-nav .e-prev .e-wrap:before {
	content: "\f104";
	font-family: "FontAwesome";
	color: #c0c0c0;
	position: absolute;
	top: 50%;
	left: -8px;
	transform: translate(0, -50%);
}

@media screen and (max-width: 59.3125em) {
	.c-post-nav {
		display: block;
		border: none;
	}

	.c-post-nav .e-item {
		width: 100%;
		border-top: 1px solid #ccc; /* 20211112 #f0f0f0 から色を変更 */
		border-right: none;
	}

	.c-post-nav .e-item:first-child {
		border-right: none;
		border-top: none;
	}

	.c-post-nav .e-next .e-wrap {
		flex-flow: row;
	}

	.c-post-nav .e-next .e-lead {
		text-align: left;
	}

	.c-post-nav .e-prev .e-wrap:before {
		content: "\f105";
		font-family: "FontAwesome";
		color: #c0c0c0;
		position: absolute;
		top: 50%;
		left: unset;
		right: -8px;
		transform: translate(0, -50%);
	}

	.c-post-nav .e-prev .e-wrap {
		padding-left: 0;
		padding-right: 10px;
	}
}

.c-main-visual .owl-item {
	overflow: hidden !important;
}

.c-main-visual .c-main-visual__image-bg {
	transition: transform 20s linear;
}

.c-main-visual .owl-item .c-main-visual__image-bg {
	z-index: 1;
	transform: scale(1.2);
}

.c-main-visual .owl-item.active .c-main-visual__image-bg {
	z-index: 1;
	transform: scale(1);
}

.c-main-visual .owl-item.cloned {
	overflow: hidden;
}

.c-main-visual .owl-item.cloned .c-main-visual__image-bg {
	transform: scale(1.15);
}

.c-main-visual .owl-item.animated .c-main-visual__image-bg {
	transform: scale(1);
}

.c-main-visual__image-bg {
	width: 100%;
	height: 31.25rem;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media screen and (max-width: 59.3125em) {
	.c-main-visual__image-bg {
		height: 50vw;
		min-height: 280px;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-main-visual__image-bg {
		height: 26.25rem;
		background-position: 80% 50%;
	}
}


/*2021-11-09 CTA GBOX*/
.c-cta-block.is-gbox {
}

.c-cta-block.is-gbox .c-cta-block__block {
	background-color: #FFFFFF !important;
	min-height: inherit;
}

.c-cta-block.is-gbox .c-cta-block__block:before {
	display: none;
}

.c-cta-block.is-gbox .c-cta-block__wrap {
	border: 12px solid #f2f2f2; /* 20211112 #ccc から色を変更 */
	border-radius: 18px;
}

.c-cta-block.is-gbox .c-cta-block__title {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #AFAFAF;
	font-size: 1.75rem;
}

/* 20211115 余白を調整 */
@media (max-width: 1200px) {
	.l-container > div > .c-cta-block.is-gbox {
		margin-right: -32px;
		margin-left: -32px;
	}
}

/* 20211115 フォントサイズ、余白を調整 */
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-container > div > .c-cta-block.is-gbox {
		margin-right: -16px;
		margin-left: -16px;
	}

	.c-cta-block.is-gbox .c-cta-block__title {
		font-size: 1.5rem;
	}
}

.c-cta-block.is-gbox .c-cta-block__flex {
	flex-flow: row-reverse;
}

.c-cta-block.is-gbox .c-cta-block__image {
	margin-right: 0;
	margin-left: 26px;
}

.c-cta-block.is-gbox .c-cta-block__buttons.is-single-btn {
	margin-top: 0;
}

.c-cta-block.is-gbox .c-button {
	background: #4B4B4B !important;
	border: none;
	box-shadow: 0px 5px 0px 0 #333333;
}

.c-cta-block.is-gbox .c-button:hover {
	color: #FFFFFF;
}

.c-cta-block.is-gbox .c-button:before {
	background: #3b3b3b;
}

.c-cta-block.is-gbox .c-button:hover:before {
	border: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-cta-block.is-gbox .c-cta-block__image {
		margin-right: auto;
		margin-left: auto;
	}
}

/* 20211110 */
.c-backtoilst-button {
	text-align: center;
	margin-bottom: 44px;
}

.c-backtoilst-button a {
	text-decoration: none;
	font-family: "じゅん 201", "Jun 201", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

.c-backtoilst-button a i.fa {
	color: #00BCD5;
	margin-right: 12px;
}

.c-hr.is-c-backtoilst-button {
	margin-top: 0;
	margin-bottom: 20px;
	background-color: #f0f0f0;
	border-top: 1px solid #ccc; /* 20211112 #f0f0f0 から色を変更 */
}

.c-cta-block.is-gbox .c-cta-block__image {
	margin-bottom: 1.25rem;
}

.c-cta-block.is-gbox .c-cta-block__image img {
	border-radius: 6px;
}

body.products-template-template-block-editor-product .c-banner-buttons__wrap,
body.single-case .c-banner-buttons__wrap {
	margin-top: 48px;
}

body.page-template-page-support .c-banner-buttons__wrap {
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	left: -5px;
}

body.products-template-template-block-editor-product .c-banner-buttons__block,
body.page-template-page-support .c-banner-buttons__block,
body.single-case .c-banner-buttons__block {
	/*height: 254px;*/
	height: auto;
	min-height: 254px;
	width: 100%;
}

body.products-template-template-block-editor-product .c-banner-buttons__block.is-lightblue .c-banner-buttons__content,
body.single-case .c-banner-buttons__block.is-lightblue .c-banner-buttons__content {
	background-color: transparent;
}

body.products-template-template-block-editor-product .c-banner-buttons__block.is-lightblue .c-banner-buttons__bgimg:before,
body.single-case .c-banner-buttons__block.is-lightblue .c-banner-buttons__bgimg:before {
	/*background-color: rgba(0,143,163,0.65);*/
	background-color: rgba(0, 188, 213, 0.7);
}

body.page-template-page-support .c-banner-buttons__title span,
body.products-template-template-block-editor-product .c-banner-buttons__title span,
body.single-case .c-banner-buttons__title span {
	font-size: 32px;
}

body.products-template-template-block-editor-product .c-banner-buttons__desc span,
body.single-case .c-banner-buttons__desc span {
	font-size: 16px;
	font-family: "じゅん 201", "Jun 201", sans-serif;
}

body.page-template-page-support .c-banner-buttons__button,
body.products-template-template-block-editor-product .c-banner-buttons__button,
body.single-case .c-banner-buttons__button {
	margin-top: 19px;
	min-width: 388px;
	background-color: white;
	padding: 24px 24px;
	color: #00BCD5;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0px 5px 0px 0 #CBCBCB;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	body.page-template-page-support .c-banner-buttons__wrap {
		max-width: 100%;
		margin: 0 auto;
		left: 0;
	}

	body.page-template-page-support .c-banner-buttons__title span,
	body.products-template-template-block-editor-product .c-banner-buttons__title span,
	body.single-case .c-banner-buttons__title span {
		font-size: 22px;
	}

	body.products-template-template-block-editor-product .c-banner-buttons__desc span,
	body.single-case .c-banner-buttons__desc span {
		font-size: 13px;
	}

	body.products-template-template-block-editor-product .c-banner-buttons__block,
	body.page-template-page-support .c-banner-buttons__block,
	body.single-case .c-banner-buttons__block {
		height: 300px;
	}

	body.page-template-page-support .c-banner-buttons__button,
	body.products-template-template-block-editor-product .c-banner-buttons__button,
	body.single-case .c-banner-buttons__button {
		min-width: inherit;
		width: 97%;
	}
}

/* 20211112 バナーを可変高さへ変更 */
.c-banner-buttons__block,
body.products-template-template-block-editor-product .c-banner-buttons__block,
body.page-template-page-support .c-banner-buttons__block,
body.single-case .c-banner-buttons__block {
	min-height: auto;
	text-decoration: none;
}

.c-banner-buttons__bgimg {
	position: absolute;
}

.c-banner-buttons__content,
.c-banner-buttons__block:hover .c-banner-buttons__content {
	position: relative;
	padding: 45px 0;
	height: auto;
	width: calc(100% - 80px);
}

body.page-template-page-support .c-banner-buttons__block .c-banner-buttons__content,
body.page-template-page-support .c-banner-buttons__block .c-banner-buttons__block:hover .c-banner-buttons__content {
	width: 100%;
}

body.page-template-page-support .c-banner-buttons__block .c-banner-buttons__content {
	padding: 45px 20px;
}


@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	body.page-template-page-support .c-banner-buttons__block .c-banner-buttons__content {
		padding: 30px 20px;
	}

	.c-banner-buttons__wrap {
		display: flex;
	}

	body.products-template-template-block-editor-product .c-banner-buttons__block,
	body.page-template-page-support .c-banner-buttons__block,
	body.single-case .c-banner-buttons__block {
		height: auto;
	}

	.c-banner-buttons__content,
	.c-banner-buttons__block:hover .c-banner-buttons__content {
		width: calc(100% - 60px);
		height: auto;
		padding: 30px 0;
	}

	body.page-template-page-support .c-banner-buttons__button,
	body.products-template-template-block-editor-product .c-banner-buttons__button,
	body.single-case .c-banner-buttons__button {
		width: 100%;
	}
}

.l-post-content b {
	font-family: "じゅん 501", "Jun 501", sans-serif;
}

/*2021-11-29 productスクロール修正*/
.c-heading.is-xlg {
	word-break: break-all;
}

/* 20220926 追加修正 */
.c-box-text__list dl dt {
	white-space: inherit;
}

.c-box-text__list dl dd {
	word-break: break-all;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-box-text__list dl dt {
		width: 35%;
	}

	.c-box-text__list dl dd {
		width: 63%;
		padding-left: 2%;
	}
}

/* 20221006 資料ダウンロードフォーム2カラム、フォントサイズ調整 */
.c-forms__submit + div.u-text-center p {
	font-size: 10px;
}

/* 20221026 ブログのSNSボタン調整 */

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-news-header__flex.is-info {
		color: #333;
	}
}

/* 2022-10-27 SNSボタンスマホ時の位置調整修正 */
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.single-blog .c-news-header__flex {
		flex-direction: unset;
		justify-content: space-between;
	}
}


/* 2022-11-01 ブログで画面幅375px時の時にはみ出てしまうのを調整 */
.c-news-header__flex.is-info {
	overflow-x: hidden;
}

/* 20230925 ブラウザ印刷での不具合 */
@media print {
	.c-slidebar-menu.js-slidebar-menu {
		display: none !important;
	}

	img {
		display: block !important;
	}
}

/* 20231017 Print CSS */
@media print {
	.c-slidebar-button.is-fixed {
		position: absolute !important;
	}

	.l-header-minimal {
		position: relative !important;
	}

	.c-main-visual,
	.l-page-header {
		margin-top: 0 !important;
	}
}

/* 20240325 */
body.single-blog .c-blogeyecatch{
	min-height: 427px;
}
body.single-blog .c-news-header__sns-btns{
	min-height: 36px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em){
	body.single-blog .c-blogeyecatch{
		min-height: auto;
	}
	body.single-blog .c-news-header__sns-btns{
		min-height: auto;
	}
}

/* 20250707 速度対策 */
.c-main-visual__image.glide__slide{
	position: relative;
}
.c-heading.is-xlg span{
	letter-spacing: .1em;
}

/* kairos 202608 */
.c-form-kairos{
    padding: 2rem 3rem;
    /*background-color: #F9F9F9;*/
}
/* WordPress Gallery
------------------------------------------ */

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    /*margin: 5px auto 5px auto;*/
    margin: 16px auto 16px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.logged-in.admin-bar .l-header-variable,
.logged-in.admin-bar .l-header-minimal {
    top: 32px;
}

.mw_wp_form_confirm .u-hidden-mw-wp-confirm {
    display: none !important;
}

.mw_wp_form_confirm .c-forms__privacy {
    display: none !important;
}

.mw_wp_form_confirm #zipauto,
.mw_wp_form_confirm .c-forms__note,
.mw_wp_form_confirm .c-forms__block.is-privacy-policy {
    display: none !important;
}

.mw_wp_form_confirm .c-forms__privacy a,
.mw_wp_form_confirm .c-forms__block a {
    text-decoration: none !important;
    color: inherit !important;
    pointer-events: none !important;
}

/* キャプションの調整 */
.mceTemp > dl,
.gallery-item {
    display: block !important;
}

.mceTemp > dl > dd,
.mceTemp > dl > dt,
.gallery-item > dd,
.gallery-item > dt {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

/* 投稿のリスト調整 */
ul.toc_list li:before {
    display: none !important;

}

/* [Pz-LkC][2.3.1] CSS */
.linkcard {
    margin-top: 16px;
    margin-bottom: 16px;
    /*MARGIN-LEFT*/
    /*MARGIN-RIGHT*/
}

.linkcard img {
    margin: 0 !important;
    padding: 0;
    border: none;
}

.linkcard span.external-icon {
    display: none;
}

.linkcard p {
    display: none;
}

.linkcard:hover .lkc-thumbnail img {
    /*SCALE*/
}

.lkc-link {
    text-decoration: none !important;
}

.lkc-external-wrap {
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    /*EX-IMAGE*/
}

.lkc-internal-wrap {
    border: 1px solid #e2e2e2;
    background-color: #f8f8f8;
    /*IN-IMAGE*/
}

.lkc-this-wrap {
    border: 1px solid #e2e2e2;
    background-color: #eeeeee;
    /*TH-IMAGE*/
}

.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap {
    position: relative;
    margin: 0;
    padding: 0;

    /*SHADOW*/
    /*HEIGHT*/
    max-width: 100%;
    /*WRAP*/
    /*NOHOVER*/
}

.lkc-external-wrap::before, .lkc-internal-wrap::before, .lkc-this-wrap::before {
    /*WRAP-BEFORE*/
}

.lkc-external-wrap::after, .lkc-internal-wrap::after, .lkc-this-wrap::after {
    /*WRAP-AFTER*/
}

.lkc-external-wrap:hover, .lkc-internal-wrap:hover, .lkc-this-wrap:hover {
    /*HOVER*/
}

.lkc-external-wrap:hover::before, .lkc-internal-wrap:hover::before, .lkc-this-wrap:hover::before {
    /*HOVER-BEFORE*/
}

.lkc-external-wrap:hover::after, .lkc-internal-wrap:hover::after, .lkc-this-wrap:hover::after {
    /*HOVER-AFTER*/
}

.lkc-card {
    margin-top: 16px;
    margin-right: 16px;
    margin-bottom: 8px;
    margin-left: 16px;
}

.lkc-content {
    /*CONTENT-PADDING*/
    /*CONTENT-INSET*/
    /*CONTENT-BGCOLOR*/
    height: 108px;
    margin: 6px 0 0 0;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    /*SEPARATOR*/
}

.lkc-title-text {
    /*MARGIN-TITLE*/
    color: #111111;
    /*OUTCOLOR-TITLE*/
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    word-break: break-all;
    /*ELLIPSIS-TITLE*/
}

.lkc-title-text:hover {
    text-decoration: underline;
}

.lkc-url {
    /*MARGIN-URL*/
    color: #4466ff;
    /*OUTCOLOR-URL*/
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
    text-decoration: underline;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "じゅん 201", "Jun 201", sans-serif;
}

.lkc-url-info {
    color: #4466ff;
    /*OUTCOLOR-URL*/
    font-size: 10px;
    line-height: 10px;
    font-family: "じゅん 201", "Jun 201", sans-serif;
    font-weight: normal;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
}

.lkc-excerpt {
    margin: 0;
    color: #333333;
    /*OUTCOLOR-EXCERPT*/
    font-size: 11px;
    line-height: 17px;
    padding: 0;
    overflow: hidden;
    font-family: "じゅん 201", "Jun 201", sans-serif;
    font-weight: normal;
    /*NONE-EXCERPT*/
}

.lkc-more-text {
    display: inline;
    color: #444444;
    /*OUTCOLOR-MORE*/
    font-size: 12px;
    line-height: 40px;
    border: 1px solid #888;
    text-align: center;
    padding: 4px;
    margin: 4px 0;
    font-family: "じゅん 201", "Jun 201", sans-serif;
    font-weight: normal;
}

.lkc-thumbnail {
    max-width: 100px;
    max-height: 108px;
    padding: 0;
    margin: 0 6px 4px 4px;
    float: left;
}

.lkc-thumbnail img {
    /*TRANSFORM*/
}

.lkc-thumbnail-img {
    width: 100px;
    max-height: 108px;
    border: 1px solid #222;

    /*THUMBNAIL-SHADOW*/
}

.lkc-info {
    /*POSITION-INFO*/
    padding: 0;
    color: #222222;
    /*OUTCOLOR-INFO*/
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    display: block !important;
    /*NONE-INFO*/
    font-family: "じゅん 201", "Jun 201", sans-serif;
    font-weight: normal;
}

.lkc-favicon {
    height: 16px;
    width: 16px;
    margin: 0 4px !important;
    border: none;
    vertical-align: bottom;
    display: inline !important;
}

.lkc-domain {
    margin: 0 0 0 6px;
    color: #222222;
    /*OUTCOLOR-INFO*/
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    display: inline !important;
    font-family: "じゅん 201", "Jun 201", sans-serif;
    font-weight: normal;
}

.lkc-external-added {
    /*EX-HEADING*/
}

.lkc-internal-added {
    /*IN-HEADING*/
}

.lkc-this-added {
    /*TH-HEADING*/
}

.lkc-external-added, .lkc-internal-added, .lkc-this-added {
    color: #222222;
    /*OUTCOLOR-ADDED*/
    font-size: 12px;
    line-height: 12px;
    display: inline !important;
}

.lkc-date {
    color: #222222;
    /*OUTCOLOR-INFO*/
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    display: inline !important;
    float: right;
    padding-top: 6px;
    font-family: "じゅん 201", "Jun 201", sans-serif;
    font-weight: normal;
}

.lkc-share {
    display: inline;
    text-shadow: none;
}

.lkc-sns-tw {
    display: inline;
    margin: 0;
    padding: 0 1px;
    color: #5ea9dd !important;
    background-color: #f5f8fa !important;
    font-size: 9px;
    text-decoration: underline !important;
    font-weight: bold !important;
    white-space: nowrap;
}

.lkc-sns-fb {
    display: inline;
    margin: 0;
    padding: 0 1px;
    color: #ffffff !important;
    background-color: #3864a3 !important;
    font-size: 9px;
    text-decoration: underline !important;
    font-weight: bold !important;
    white-space: nowrap;
}

.lkc-sns-hb {
    display: inline;
    margin: 0;
    padding: 0 1px;
    color: #ff6464 !important;
    background-color: #ffefef !important;
    font-size: 9px;
    text-decoration: underline !important;
    font-weight: bold !important;
    white-space: nowrap;
}

.lkc-sns-gp {
    display: inline;
    margin: 0;
    padding: 0 1px;
    color: #dd4e42 !important;
    background-color: #ffffff !important;
    font-size: 9px;
    text-decoration: underline !important;
    font-weight: bold !important;
    white-space: nowrap;
}

.lkc-sns-po {
    display: inline;
    margin: 0;
    padding: 0 1px;
    color: #eeeeee !important;
    background-color: #ee4055 !important;
    font-size: 9px;
    text-decoration: underline !important;
    font-weight: bold !important;
    white-space: nowrap;
}

.clear {
    clear: both;
}

blockquote.lkc-quote {
    background-color: transparent;
    background-image: none;
    padding: 0;
    margin: 0;
    border: none;
}

.lkc-iframe-wrap {
    margin: 0;
    max-width: 100%;
}

.lkc-iframe {
    padding: 0;
    margin: 0;
    width: 100%;
}

/*OPTION*/

@media screen and (max-width: 600px) {
    .lkc-title {
        font-size: 14px;
        line-height: 21px;
    }

    .lkc-excerpt {
        font-size: 10px;
    }

    .lkc-thumbnail {
        max-width: 90px;
    }

    .lkc-thumbnail-img {
        max-width: 90px;
    }
}

@media screen and (max-width: 480px) {
    .lkc-title {
        font-size: 12px;
        line-height: 19px;
    }

    .lkc-excerpt {
        font-size: 8px;
    }

    .lkc-thumbnail {
        max-width: 70px;
    }

    .lkc-thumbnail-img {
        max-width: 70px;
    }
}

@media screen and (max-width: 320px) {
    .lkc-title {
        font-size: 11px;
        line-height: 16px;
    }

    .lkc-excerpt {
        font-size: 6px;
    }

    .lkc-thumbnail {
        max-width: 50px;
    }

    .lkc-thumbnail-img {
        max-width: 50px;
    }
}

.lkc-thumbnail-img,
.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap {
    box-shadow: none;
}

.lkc-url {
    margin-top: 4px;
    margin-bottom: 4px;
}

.lkc-url cite {
    font-style: normal;

}

.lkc-info {
    margin-bottom: 20px;
}

.lkc-thumbnail {
    margin-right: 16px;
}

.lkc-content {
    height: auto;
}

/* 20200915 商品・サービスのメーカーロゴ */
.c-block__logo-list .c-block__logo-image {
    text-align: center;
    padding-top: 13px;
}

.c-news-header__tag.is-button .c-button {
    max-width: inherit;
}

/* 20200915 カード モジュールの調整 */
.c-card-post .row {
    align-items: stretch;
}

.c-card-post .row .large-4.small-12 {
    display: flex;
    align-items: stretch;
    padding-bottom: 24px;
}

.c-card-post__slider .c-card-post__image {
    max-height: inherit;
    /*overflow: inherit;*/
    border-radius: 10px 10px 0 0;
}

.c-card-post__wrap {
    align-items: stretch;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .c-card-post__slider .c-card-post__block {
        max-width: 100%;
    }
}

body.post-type-archive-blog .c-card-post .c-card-post__image,
body.tax-blog_keyword .c-card-post .c-card-post__image,
body.tax-blog_category .c-card-post .c-card-post__image {
    /*max-height: 248px;*/
}

/* タブ内、owlcarouselの調整 */
/*.c-card-post .owl-carousel {*/
/*transition-duration: .2s;*/
/*transition-property: all;*/
/*transition-timing-function: ease-in-out;*/
/*transition-delay: 0.4s;*/

/*}*/
/*.c-card-post .owl-carousel.owl-hidden,*/
/*.c-card-post .owl-carousel.owl-loaded {*/
/*transition-duration: .2s;*/
/*transition-property: all;*/
/*transition-timing-function: ease-in-out;*/
/*transition-delay: 0.4s;*/
/*}*/

/* カード */
.c-box-post__title span:before, .c-box-post__title span:after {
    display: none;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .c-box-post.is-onecolumn .c-box-post__block {
        flex: inherit;
        display: flex;
        flex-wrap: wrap;
    }

    .c-box-post.is-onecolumn .c-box-post__thumb {
        width: 100%;
        max-height: 248px;
        height: 248px;
    }
}

/* サイドバー調整 */
.wpp-list li {
    margin-bottom: 0;
}

/* LP調整 */
body.page-template-template-block-editor-lp {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

/* スマホの管理画面バー調整 */
@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    body.logged-in.admin-bar .l-header-variable, .logged-in.admin-bar .l-header-minimal {
        top: 44px;
    }

    body.logged-in.admin-bar .c-slidebar-button {
        top: 44px;
    }

    body.logged-in .l-page-header {
        margin-top: 3.5rem;
    }

    body.logged-in #wpadminbar {
        position: fixed;
    }
}

.l-header-minimal__tel a {
    pointer-events: inherit;
}

.c-card-value__list ul {
    column-count: inherit;
}

.c-accordion__head .c-accordion__title {
    color: #333;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .c-hero-block-interview__name span {
        align-items: flex-start !important;
    }

    .c-hero-block-interview__name span:after {
        top: 11px;
        position: relative;
    }
}

.c-box-checkbox.is-arrow-none {
    margin-bottom: 0;
}

.c-box-checkbox.is-arrow-none .c-box-checkbox__box:after {
    display: none;
}

body.order .l-footer__content {
    border-top: none;
}

.c-news-front__title span:before {
    display: none;
}

/* フォント対策 */

.l-all-wrapper {
    -ms-transform: rotate(0.01deg);
    transform: rotate(0.05deg);
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .l-all-wrapper {
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

/* 20200925 代表メッセージ調整 */
.c-block-mission__text {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .c-block-mission__text {
        padding-left: 0;
        padding-right: 0;
    }
}

/* 20200925 サプライ注文調整 */
.c-capsul-nav__button {
    margin-bottom: 16px;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .c-capsul-nav__button {
        margin-bottom: .5rem;
    }
}

/*.l-post-content h2 {*/
/*background: rgba(#00BCD5, 0.2);*/
/*padding: 0.5em 0.7em;*/
/*margin-top: 2em;*/
/*margin-bottom: 1em;*/
/*}*/

/*.l-post-content h3 {*/
/*margin-top: 2em;*/
/*margin-bottom: 1em;*/
/*font-size: 1.4rem;*/
/*}*/

.l-footer__menulist li a {
    /*white-space: nowrap;*/
}

.c-news-ranking__content {
    /* line-height: 1.5; */
}

/* 20201001 ブログの目次 */
#toc_container .toc_list li a {
    padding-left: 26px;
    padding-right: 10px;
}

#toc_container .toc_list li a:hover {
    color: white;
    background-color: #00BCD5;
    border-radius: 6px;
}

/* 2020/10/05 増田　修正　*/
.l-offer__tel a span {
    display: block;
}

.l-offer__tel a span small {
    font-size: 15px;
    text-align: left;
    display: block;
    letter-spacing: 0.25em;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .l-offer__tel a span small {
        font-size: 12px;
        text-align: center;
    }
}

.l-offer__tel a span span {

}

#toc_container .toc_list li a {
    border-bottom: 1px solid #F2FCFF;
}

#toc_container .toc_list li a:hover {
    background: none;
    color: #333;
    border-bottom: 1px solid #00BCD5;
    border-radius: 0px;
    opacity: 1;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .l-header-minimal.js-fixedheader.is-fixed {
        padding: 0 60px 0 12px;
    }

    .l-header-minimal.is-fixed .l-header-minimal__heading {
        width: 131px;
    }
}

.c-card-post__wrap .c-card-post__block:nth-of-type(n+3) {
    margin-top: 48px;
}

/*.c-card-post__wrap .c-card-post__block{*/
/*width: calc(50% - 24px);*/
/*}*/

.c-slidebar-menu__children li a {
    color: #555 !important;
    /*font-size: 12px !important;*/
}

.c-card-area__title {
    margin-bottom: 0 !important;
}

.c-card-area__content {
    padding-top: 0 !important;
    display: none;
}

.c-card-area__block.is-open .c-card-area__content {
    display: block;
}

/*20201005 ブログサイドメニュー*/
.post-type-archive-blog .c-menu-list ul li ul {
    border-top: none;
    padding: 0;
}

.post-type-archive-blog .c-menu-list ul li ul li a {
    padding: .3125rem 1rem .3125rem 3rem;
}

/*アンカーナビ矢印被り調整*/
.c-anchor-nav__block {
    padding: .875rem 1.7rem 0.875rem 1rem;
}

/*CTAブロック*/
.c-cta-block__wrap {
    border-radius: 6px;
}

.c-cta-magazine__block {
    border-radius: 6px;
}

.c-cta-block__block {
    padding: 1.5rem;
}

.c-cta-block .c-button,
.c-cta-magazine .c-button {
    border-radius: 6px;
}

.c-news-footer__flex {
    margin-bottom: 1rem;
}

.c-news-footer__print-button .c-button {
    width: auto;
    max-width: 100%;
    font-size: .8125rem;
    /*transform: rotate(0.05deg);*/
}

/* 20201006 全体調整 */

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .l-all-wrapper {
        width: 100%;
        overflow: hidden;
    }
}

@media screen and (max-width: 59.3125em) {
    .c-slidebar-button {
        height: 60px;
    }
}

/* 　ヘッダー調整 */
.l-header-variable {
    padding-left: 0;
}

.l-header-variable {
    padding-right: 0;
}

/* 　20201008 アンカーナビゲーション調整 */
body.culture .c-anchor-nav {
    margin-bottom: 0;
}

/* 20201008 ブログ　リンクカード */
.lkc-card {
    display: flex;
    flex-direction: column-reverse;
    padding: 10px 16px;
}

.lkc-card .lkc-content {
    position: relative;
    padding-right: 190px;
}

.lkc-card .lkc-url {
    display: none;
}

.lkc-card .lkc-title {
    font-size: 22px;
    margin-bottom: 18px;
    font-family: "じゅん 501", "Jun 501", sans-serif;
    font-weight: bold;
}

.lkc-card .lkc-excerpt {
    line-height: 1.5rem;
    font-size: 13px;;
    margin-bottom: 18px;
    font-family: "じゅん 201", "Jun 201", sans-serif;
    font-weight: normal;
}

.lkc-info {
    font-weight: normal;
}

.lkc-card .lkc-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    width: 150px;
    max-height: inherit;
    max-width: inherit;
}

.lkc-thumbnail-img {
    width: auto;
    max-height: inherit;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .lkc-card {
        padding: 0;
    }

    .lkc-card .lkc-content {
        padding-right: 0;
        width: 100%;
    }

    .lkc-card .lkc-thumbnail {
        position: relative;
        float: right;
        width: 70px;
    }

    .lkc-title {
        width: 66%;
    }

    .lkc-title .lkc-title-text {
        width: 100%;
    }
}

/* 20201013 商品一覧 */
.c-card-links-lg__text {
    text-align: justify;
    text-justify: inter-ideograph;
}

/* 20201013 post-content内の禁則処理 */
.l-post-content, #tinymce.post-type-post, #tinymce.post-type-blog, #tinymce.post-type-page, #tinymce.mce-content-body.acf_content {
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* 20201013 CTA */
.c-cta-block__block:before,
.c-cta-magazine__content:before {
    background-color: #F8F8F8;
}

.c-cta-block__block,
.c-cta-magazine__content {
    /* todo: 背景画像削除 */
    background-image: none !important;
    background-color: #F8F8F8 !important;
    color: #333333;
}

.c-cta-magazine__block,
.c-cta-block__wrap {
    border: 3px solid #00BCD5;
}

.c-cta-block .c-button,
.c-cta-magazine .c-button {
    background: #00BCD5 !important;
    border: 3px solid #fff;
    transition: none;
    text-align: left;
}

.c-cta-block .c-button:hover,
.c-cta-magazine .c-button:hover {
    color: #333333;
    background: #FFF !important;
    transition: all .5s ease-in-out 0s;
}

.c-cta-block .c-button:before,
.c-cta-magazine .c-button:before {
    background: #FFF;
    border-radius: 0;
}

.c-cta-block .c-button:hover:before,
.c-cta-magazine .c-button:hover:before {
    border: 3px solid #FFF;
}

.c-cta-magazine__heading:before {
    background-color: #333333;
}

.c-cta-magazine__buttons,
.c-cta-block__buttons {
    justify-content: normal;
}

.c-cta-magazine__buttons.is-single-btn,
.c-cta-block__buttons.is-single-btn {
    justify-content: center;
}

.c-cta-block__text {
    font-weight: normal;
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .c-cta-block__block {
        padding: 1.5rem 1rem;
    }
}

/* 20201013 spブログ一覧 */

@media (max-width: 46.8125em) and (min-width: 0em) {
    .c-card-post.is-sp-twocolumns .c-card-post__image {
        width: 40%;
    }
}

/* 20201127 増田修正*/

.wp-caption {
    border-color: #cccccc;
}

@media screen and (max-width: 59.3125em) and (min-width: 0em) {
    .c-news-header__print-button, .c-news-footer__print-button {
        display: none !important;
    }
}


/* 20201208 テーブル罫線再修正（l-post-contentのみ） */
.l-post-content table tbody tr td {
    border-right: 1px solid #d6d6d6;
}

.l-post-content table tbody tr td:last-child {
    border-right: none;
}

.l-post-content table tbody tr th,
.l-post-content table tbody tr td {
    padding: 10px;
}

/* 20201130 PCメニュー調整 */
.l-header-minimal__nav ul li {
    line-height: 3.75;
}

/* 20201130 fix */
@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .c-card-post__wrap .c-card-post__block:nth-of-type(n+3) {
        margin-top: 0;
    }
}

dl.wp-caption dt.wp-caption-dt img {
    margin-bottom: 0;
}

#tinymce dl.wp-caption dt.wp-caption-dt,
#tinymce dl.wp-caption dd.wp-caption-dd {
    width: auto;
}

#tinymce dl.wp-caption dd.wp-caption-dd {
    line-height: 1.75;
    font-size: 1rem;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .c-block__block .large-5 {
        order: 1;
    }

    .c-block__block .large-7 {
        order: 2;
    }
}

.case-template .c-news-header__image {
    margin-bottom: 1rem;
}

.l-main {
    transform: none !important;
}


/************* 20201223 エディタ調整 *************/

body {
    letter-spacing: 0.05em;
    line-height: 2;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    body {
        letter-spacing: 0.05em;
        line-height: 2;
    }
}

.l-post-content h3,
#tinymce.post-type-post h3,
#tinymce.post-type-blog h3,
#tinymce.post-type-page h3,
#tinymce.mce-content-body.acf_content h3 {
    background-color: #eee;
    padding: 5px 20px;
    /*font-weight: 500;*/
    font-size: 23px;
}

.l-post-content h4,
#tinymce.post-type-post h4,
#tinymce.post-type-blog h4,
#tinymce.post-type-page h4,
#tinymce.mce-content-body.acf_content h4 {
    font-size: 20px;
    border: none;
    border-bottom: 3px solid #e2e2e2;
    padding: 3px 3px;
}

.l-post-content h5,
#tinymce.post-type-post h5,
#tinymce.post-type-blog h5,
#tinymce.post-type-page h5,
#tinymce.mce-content-body.acf_content h5 {
    font-size: 18px;
    color: #00bcd5;
    border-bottom: none;
    padding-bottom: 0;
}

.l-post-content h6,
#tinymce.post-type-post h6,
#tinymce.post-type-blog h6,
#tinymce.post-type-page h6,
#tinymce.mce-content-body.acf_content h6 {
    font-size: 16px;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .l-post-content h2,
    #tinymce.post-type-post h2,
    #tinymce.post-type-blog h2,
    #tinymce.post-type-page h2,
    #tinymce.mce-content-body.acf_content h2 {
        font-size: 24px;
        letter-spacing: -0.05em;
        line-height: 1.75;
    }

    .l-post-content h3,
    #tinymce.post-type-post h3,
    #tinymce.post-type-blog h3,
    #tinymce.post-type-page h3,
    #tinymce.mce-content-body.acf_content h3 {
        font-size: 20px;
        letter-spacing: -0.05em;
    }

    .l-post-content h4,
    #tinymce.post-type-post h4,
    #tinymce.post-type-blog h4,
    #tinymce.post-type-page h4,
    #tinymce.mce-content-body.acf_content h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    .c-forms__button {
        margin-left: 0.25rem;
        display: inline-block;
    }

    .c-forms__input.is-sm {
        width: 10.25rem;
    }
}

.c-flow-image__num {
    padding: .25rem 9px;
    margin-right: 0.625rem;
    font-size: 13px;
}

body.page-template-template-block-editor-lp-new .l-post-content i.fa {
    font-family: FontAwesome !important;
}

body.page-template-template-block-editor-lp-new .c-box-checkbox {
    margin-top: 72px !important;
}

@media screen and (max-width: 46.8125em) and (min-width: 0em) {
    body.page-template-template-block-editor-lp-new .c-box-checkbox {
        margin-top: 48px !important;
    }
}

.c-block__image {
    border: 1px solid #E2E2E2;
}

/* 20210115 Google recaptcha */
.grecaptcha-badge {
    bottom: 49% !important;
    z-index: 100000;
}

/* 20210315 ブログカード調整 */

.blogCard {
    border: 1px solid #e2e2e2;
    background-color: #f8f8f8;
    border-radius: 3px;
    padding: 12px;
    margin-top: 16px;
    margin-bottom: 16px;
}

/* テキストtekisutoコンテンツ */
.blogCardCont {
    position: relative;
    margin-bottom: 5px;
    min-height: 130px;
    display: flex;
    /*flex-direction: column-reverse;*/
    align-items: flex-start;
    padding: 10px 16px;

}

.blogCardCont p {
    font-size: 12px;
    overflow: hidden;
    margin: 0;
}

.blogCardTxt {
    margin-right: 190px;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.blogCardTxt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blogCardTitle {
    margin-bottom: 5px;
    overflow: hidden;
    -webkit-line-clamp: 2 !important;
}

.blogCardTitle a {
    line-height: 1.4;
    font-weight: bold;
    text-decoration: none;
    color: #111111;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    word-break: break-all;
}

.blogCardTitle a:hover {
    text-decoration: underline;
}

.blogCardTitle a:visited {
    color: #111111;
}

/* 画像 */
.blogCardImg {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}

.blogCardImg__wrap {
    float: right;
    /*width: 15%;*/
    width: 150px;
    min-height: 100px;
    /*height: 100px;*/
    /*overflow: hidden;*/
    position: relative;
}

.blogCardImg__wrap img {
    /*position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    max-height: 100%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);*/
}

.blogCardFooter {
    font-size: 12px;
    text-align: left;
    display: block;
    padding-left: 16px;
    padding-bottom: 10px;
}

.blogCardFooter a {
    color: #9aa5ab;
}

.blogCardFooter a img {
    margin-top: 3px;
    margin-right: 5px;
    line-height: 1;
}

.blogCardTitle a i,
.blog article .blogCardFooter a i {
    display: none;
}

.blogCard.blogCard--noimg .blogCardCont {
    min-height: auto;
}

.blogCard.blogCard--noimg .blogCardTxt {
    margin-right: 0;
}

.blogCardImg__wrap img {
    max-width: 90%;
}

.blogCardImg__wrap img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 140px;
    object-fit: cover;
}

.blogCardTxt {
    margin-right: 210px;
}

.blogCardImg {
    top: 15px;
    right: 32px;
}

.blogCardTxt .blogCardTitle {
    margin-bottom: 10px;
}

.blogCardFooter a img {
    margin-top: 6px;
}

.blogCardFooter a {
    text-decoration: none;
    margin: 0 0 0 6px;
    color: #222222;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    display: inline !important;
    font-family: "じゅん 201", "Jun 201", sans-serif;
    font-weight: normal;
}

@media (max-width: 768px) {
    .blogCardCont {
        padding: 0px;
        display: block;
    }

    .blogCardTxt {
        margin-right: 120px;
    }

    .blogCardTxt .blogCardTitle a {
        font-size: 14px;
    }

    .blogCardTxt .blogCardTitle {
        -webkit-line-clamp: 5 !important;
    }

    .blogCardTxt p {
        -webkit-line-clamp: 4 !important;
    }

    .blogCardImg__wrap {
        max-width: 100px;
        width: 100%;
        min-height: 105px;;
    }

    .blogCardTxt p {
        font-size: 11px;
        line-height: 1.6;
    }

    .blogCardFooter {
        padding-left: 0;
        font-size: 11px;
        letter-spacing: 0;
    }

    .blogCardImg {
        max-width: 100px;
        width: 100%;
        right: 0px;
        top: 0px;
        /* position: static; */
    }

    .blogCardImg__wrap img {
        max-height: 100px;
    }

}

.page-template-template-download-form .l-post-content > h2:first-child {
    margin-top: 0 !important;
}

.page-template-template-download .c-card-links-lg__block {
    width: calc((100% - 36px * 2) / 3);
    margin-right: 36px;
}

.page-template-template-download .c-card-links-lg__block:nth-of-type(2n) {
    margin-right: 36px;
}

.page-template-template-download .c-card-links-lg__block:nth-of-type(3n) {
    margin-right: 0;
}

.page-template-template-download .c-card-links-lg__block:nth-of-type(3) {
    margin-top: 0;
}

.page-template-template-download .c-card-links-lg__block:nth-of-type(n+4) {
    margin-top: 2.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .page-template-template-download .c-card-links-lg__block {
        width: 100%;
        margin-right: 0;
    }

    .page-template-template-download .c-card-links-lg__block:nth-of-type(2n) {
        margin-right: 0;
    }
}

.c-post-nav {
    display: flex;
    border-top: 1px solid #ccc; /* 20211112 #f0f0f0 から色を変更 */
}

.c-post-nav .e-item {
    width: calc((100% - 1px) / 2);
}

.c-post-nav .e-item a {
    text-decoration: none;
    padding: 1rem 1rem 1.3rem;
    display: block;
    height: 100%;
}

.c-post-nav .e-item a:hover {
    background: #f1f1f1;
}

.c-post-nav .e-lead {
    color: #999;
    margin-bottom: 1rem;
    font-family: "じゅん 201", "Jun 201", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

.c-post-nav .e-item:first-child {
    border-right: 1px solid #ccc;
}

.c-post-nav .e-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.c-post-nav .e-img {
    width: 30%;
}

.c-post-nav .e-title {
    width: 65%;
    line-height: 1.5;
    text-decoration: none;
    font-family: "じゅん 201", "Jun 201", sans-serif;
}

.c-post-nav .e-next .e-lead {
    text-align: right;
}

.c-post-nav .e-next .e-wrap {
    flex-flow: row-reverse;
    padding-right: 10px;
}

.c-post-nav .e-next .e-wrap:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #c0c0c0;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translate(0, -50%);
}

.c-post-nav .e-prev .e-wrap {
    flex-flow: row;
    padding-left: 10px;
}

.c-post-nav .e-prev .e-wrap:before {
    content: "\f104";
    font-family: "FontAwesome";
    color: #c0c0c0;
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translate(0, -50%);
}

@media screen and (max-width: 59.3125em) {
    .c-post-nav {
        display: block;
        border: none;
    }

    .c-post-nav .e-item {
        width: 100%;
        border-top: 1px solid #ccc; /* 20211112 #f0f0f0 から色を変更 */
        border-right: none;
    }

    .c-post-nav .e-item:first-child {
        border-right: none;
        border-top: none;
    }

    .c-post-nav .e-next .e-wrap {
        flex-flow: row;
    }

    .c-post-nav .e-next .e-lead {
        text-align: left;
    }

    .c-post-nav .e-prev .e-wrap:before {
        content: "\f105";
        font-family: "FontAwesome";
        color: #c0c0c0;
        position: absolute;
        top: 50%;
        left: unset;
        right: -8px;
        transform: translate(0, -50%);
    }

    .c-post-nav .e-prev .e-wrap {
        padding-left: 0;
        padding-right: 10px;
    }
}

.c-main-visual .owl-item {
    overflow: hidden !important;
}

.c-main-visual .c-main-visual__image-bg {
    transition: transform 20s linear;
}

.c-main-visual .owl-item .c-main-visual__image-bg {
    z-index: 1;
    transform: scale(1.2);
}

.c-main-visual .owl-item.active .c-main-visual__image-bg {
    z-index: 1;
    transform: scale(1);
}

.c-main-visual .owl-item.cloned {
    overflow: hidden;
}

.c-main-visual .owl-item.cloned .c-main-visual__image-bg {
    transform: scale(1.15);
}

.c-main-visual .owl-item.animated .c-main-visual__image-bg {
    transform: scale(1);
}

.c-main-visual__image-bg {
    width: 100%;
    height: 31.25rem;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual__image-bg {
        height: 50vw;
        min-height: 280px;
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-main-visual__image-bg {
        height: 26.25rem;
        background-position: 80% 50%;
    }
}


/*2021-11-09 CTA GBOX*/
.c-cta-block.is-gbox {
}

.c-cta-block.is-gbox .c-cta-block__block {
    background-color: #FFFFFF !important;
    min-height: inherit;
}

.c-cta-block.is-gbox .c-cta-block__block:before {
    display: none;
}

.c-cta-block.is-gbox .c-cta-block__wrap {
    border: 12px solid #f2f2f2; /* 20211112 #ccc から色を変更 */
    border-radius: 18px;
}

.c-cta-block.is-gbox .c-cta-block__title {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #AFAFAF;
    font-size: 1.75rem;
}

/* 20211115 余白を調整 */
@media (max-width: 1200px) {
    .l-container > div > .c-cta-block.is-gbox {
        margin-right: -32px;
        margin-left: -32px;
    }
}

/* 20211115 フォントサイズ、余白を調整 */
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-container > div > .c-cta-block.is-gbox {
        margin-right: -16px;
        margin-left: -16px;
    }

    .c-cta-block.is-gbox .c-cta-block__title {
        font-size: 1.5rem;
    }
}

.c-cta-block.is-gbox .c-cta-block__flex {
    flex-flow: row-reverse;
}

.c-cta-block.is-gbox .c-cta-block__image {
    margin-right: 0;
    margin-left: 26px;
}

.c-cta-block.is-gbox .c-cta-block__buttons.is-single-btn {
    margin-top: 0;
}

.c-cta-block.is-gbox .c-button {
    background: #4B4B4B !important;
    border: none;
    box-shadow: 0px 5px 0px 0 #333333;
}

.c-cta-block.is-gbox .c-button:hover {
    color: #FFFFFF;
}

.c-cta-block.is-gbox .c-button:before {
    background: #3b3b3b;
}

.c-cta-block.is-gbox .c-button:hover:before {
    border: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-cta-block.is-gbox .c-cta-block__image {
        margin-right: auto;
        margin-left: auto;
    }
}

/* 20211110 */
.c-backtoilst-button {
    text-align: center;
    margin-bottom: 44px;
}

.c-backtoilst-button a {
    text-decoration: none;
    font-family: "じゅん 201", "Jun 201", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

.c-backtoilst-button a i.fa {
    color: #00BCD5;
    margin-right: 12px;
}

.c-hr.is-c-backtoilst-button {
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    border-top: 1px solid #ccc; /* 20211112 #f0f0f0 から色を変更 */
}

.c-cta-block.is-gbox .c-cta-block__image {
    margin-bottom: 1.25rem;
}

.c-cta-block.is-gbox .c-cta-block__image img {
    border-radius: 6px;
}

body.products-template-template-block-editor-product .c-banner-buttons__wrap,
body.single-case .c-banner-buttons__wrap {
    margin-top: 48px;
}

body.page-template-page-support .c-banner-buttons__wrap {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    left: -5px;
}

body.products-template-template-block-editor-product .c-banner-buttons__block,
body.page-template-page-support .c-banner-buttons__block,
body.single-case .c-banner-buttons__block {
    /*height: 254px;*/
    height: auto;
    min-height: 254px;
    width: 100%;
}

body.products-template-template-block-editor-product .c-banner-buttons__block.is-lightblue .c-banner-buttons__content,
body.single-case .c-banner-buttons__block.is-lightblue .c-banner-buttons__content {
    background-color: transparent;
}

body.products-template-template-block-editor-product .c-banner-buttons__block.is-lightblue .c-banner-buttons__bgimg:before,
body.single-case .c-banner-buttons__block.is-lightblue .c-banner-buttons__bgimg:before {
    /*background-color: rgba(0,143,163,0.65);*/
    background-color: rgba(0, 188, 213, 0.7);
}

body.page-template-page-support .c-banner-buttons__title span,
body.products-template-template-block-editor-product .c-banner-buttons__title span,
body.single-case .c-banner-buttons__title span {
    font-size: 32px;
}

body.products-template-template-block-editor-product .c-banner-buttons__desc span,
body.single-case .c-banner-buttons__desc span {
    font-size: 16px;
    font-family: "じゅん 201", "Jun 201", sans-serif;
}

body.page-template-page-support .c-banner-buttons__button,
body.products-template-template-block-editor-product .c-banner-buttons__button,
body.single-case .c-banner-buttons__button {
    margin-top: 19px;
    min-width: 388px;
    background-color: white;
    padding: 24px 24px;
    color: #00BCD5;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 5px 0px 0 #CBCBCB;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    body.page-template-page-support .c-banner-buttons__wrap {
        max-width: 100%;
        margin: 0 auto;
        left: 0;
    }

    body.page-template-page-support .c-banner-buttons__title span,
    body.products-template-template-block-editor-product .c-banner-buttons__title span,
    body.single-case .c-banner-buttons__title span {
        font-size: 22px;
    }

    body.products-template-template-block-editor-product .c-banner-buttons__desc span,
    body.single-case .c-banner-buttons__desc span {
        font-size: 13px;
    }

    body.products-template-template-block-editor-product .c-banner-buttons__block,
    body.page-template-page-support .c-banner-buttons__block,
    body.single-case .c-banner-buttons__block {
        height: 300px;
    }

    body.page-template-page-support .c-banner-buttons__button,
    body.products-template-template-block-editor-product .c-banner-buttons__button,
    body.single-case .c-banner-buttons__button {
        min-width: inherit;
        width: 97%;
    }
}

/* 20211112 バナーを可変高さへ変更 */
.c-banner-buttons__block,
body.products-template-template-block-editor-product .c-banner-buttons__block,
body.page-template-page-support .c-banner-buttons__block,
body.single-case .c-banner-buttons__block {
    min-height: auto;
    text-decoration: none;
}

.c-banner-buttons__bgimg {
    position: absolute;
}

.c-banner-buttons__content,
.c-banner-buttons__block:hover .c-banner-buttons__content {
    position: relative;
    padding: 45px 0;
    height: auto;
    width: calc(100% - 80px);
}

body.page-template-page-support .c-banner-buttons__block .c-banner-buttons__content,
body.page-template-page-support .c-banner-buttons__block .c-banner-buttons__block:hover .c-banner-buttons__content {
    width: 100%;
}

body.page-template-page-support .c-banner-buttons__block .c-banner-buttons__content {
    padding: 45px 20px;
}


@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    body.page-template-page-support .c-banner-buttons__block .c-banner-buttons__content {
        padding: 30px 20px;
    }

    .c-banner-buttons__wrap {
        display: flex;
    }

    body.products-template-template-block-editor-product .c-banner-buttons__block,
    body.page-template-page-support .c-banner-buttons__block,
    body.single-case .c-banner-buttons__block {
        height: auto;
    }

    .c-banner-buttons__content,
    .c-banner-buttons__block:hover .c-banner-buttons__content {
        width: calc(100% - 60px);
        height: auto;
        padding: 30px 0;
    }

    body.page-template-page-support .c-banner-buttons__button,
    body.products-template-template-block-editor-product .c-banner-buttons__button,
    body.single-case .c-banner-buttons__button {
        width: 100%;
    }
}

.l-post-content b {
    font-family: "じゅん 501", "Jun 501", sans-serif;
}

/*2021-11-29 productスクロール修正*/
.c-heading.is-xlg {
    word-break: break-all;
}

/* 20220926 追加修正 */
.c-box-text__list dl dt {
    white-space: inherit;
}

.c-box-text__list dl dd {
    word-break: break-all;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-text__list dl dt {
        width: 35%;
    }

    .c-box-text__list dl dd {
        width: 63%;
        padding-left: 2%;
    }
}

/* 20221006 資料ダウンロードフォーム2カラム、フォントサイズ調整 */
.c-forms__submit + div.u-text-center p {
    font-size: 10px;
}

/* 20221026 ブログのSNSボタン調整 */

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news-header__flex.is-info {
        color: #333;
    }
}

/* 2022-10-27 SNSボタンスマホ時の位置調整修正 */
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .single-blog .c-news-header__flex {
        flex-direction: unset;
        justify-content: space-between;
    }
}


/* 2022-11-01 ブログで画面幅375px時の時にはみ出てしまうのを調整 */
.c-news-header__flex.is-info {
    overflow-x: hidden;
}

/* 20230925 ブラウザ印刷での不具合 */
@media print {
    .c-slidebar-menu.js-slidebar-menu {
        display: none !important;
    }

    img {
        display: block !important;
    }
}

/* 20231017 Print CSS */
@media print {
    .c-slidebar-button.is-fixed {
        position: absolute !important;
    }

    .l-header-minimal {
        position: relative !important;
    }

    .c-main-visual,
    .l-page-header {
        margin-top: 0 !important;
    }
}

/* 20240325 */
body.single-blog .c-blogeyecatch{
    min-height: 427px;
}
body.single-blog .c-news-header__sns-btns{
    min-height: 36px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em){
    body.single-blog .c-blogeyecatch{
        min-height: auto;
    }
    body.single-blog .c-news-header__sns-btns{
        min-height: auto;
    }
}

/* 20250707 速度対策 */
.c-main-visual__image.glide__slide{
    position: relative;
}
.c-heading.is-xlg span{
    letter-spacing: .1em;
}

#k3form_embed { overflow: hidden; }
@media screen and (min-width: 0em) and (max-width: 46.8125em){
    .c-form-kairos{
        padding:0;
    }
}
