/* 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;
}

.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;
}

.wp-embedded-content {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 16px;
	margin-bottom: 16px;
}




/* 元ブログより
-------------------------------------------------------------- */
.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	margin-top: 30px;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.wp-block-embed__wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-block-image{
	margin-bottom: 1.8em;
}
.wp-block-image figcaption {
	margin: 0;
	font-size: 0.8em;
	opacity: 0.8;
	padding: 0 6px;
}
.wp-block-gallery,
.blocks-gallery-grid {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0; }
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
	margin: 0 1em 1em 0;
	padding: 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: calc(50% - 1em); }
.blocks-gallery-item::before{
	content: none !important;
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
	margin-right: 0; }
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
	margin: 0;
	height: 100%; }
@supports (position: sticky) {
	.wp-block-gallery .blocks-gallery-image figure,
	.wp-block-gallery .blocks-gallery-item figure,
	.blocks-gallery-grid .blocks-gallery-image figure,
	.blocks-gallery-grid .blocks-gallery-item figure {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start; } }
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%; }
@supports (position: sticky) {
	.wp-block-gallery .blocks-gallery-image img,
	.wp-block-gallery .blocks-gallery-item img,
	.blocks-gallery-grid .blocks-gallery-image img,
	.blocks-gallery-grid .blocks-gallery-item img {
		width: auto; } }
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 3em 0.77em 0.7em;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
	box-sizing: border-box;
	margin: 0; }
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img,
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img {
	display: inline; }
.wp-block-gallery figcaption,
.blocks-gallery-grid figcaption {
	flex-grow: 1; }
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
	width: 100%; }
@supports (position: sticky) {
	.wp-block-gallery.is-cropped .blocks-gallery-image a,
	.wp-block-gallery.is-cropped .blocks-gallery-image img,
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item img,
	.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
		height: 100%;
		flex: 1;
		-o-object-fit: cover;
		object-fit: cover; } }
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item,
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0; }
@media (min-width: 600px) {
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item,
	.blocks-gallery-grid.columns-3 .blocks-gallery-image,
	.blocks-gallery-grid.columns-3 .blocks-gallery-item {
		width: calc(33.33333% - 0.66667em);
		margin-right: 1em; }
	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item,
	.blocks-gallery-grid.columns-4 .blocks-gallery-image,
	.blocks-gallery-grid.columns-4 .blocks-gallery-item {
		width: calc(25% - 0.75em);
		margin-right: 1em; }
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item,
	.blocks-gallery-grid.columns-5 .blocks-gallery-image,
	.blocks-gallery-grid.columns-5 .blocks-gallery-item {
		width: calc(20% - 0.8em);
		margin-right: 1em; }
	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item,
	.blocks-gallery-grid.columns-6 .blocks-gallery-image,
	.blocks-gallery-grid.columns-6 .blocks-gallery-item {
		width: calc(16.66667% - 0.83333em);
		margin-right: 1em; }
	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item,
	.blocks-gallery-grid.columns-7 .blocks-gallery-image,
	.blocks-gallery-grid.columns-7 .blocks-gallery-item {
		width: calc(14.28571% - 0.85714em);
		margin-right: 1em; }
	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item,
	.blocks-gallery-grid.columns-8 .blocks-gallery-image,
	.blocks-gallery-grid.columns-8 .blocks-gallery-item {
		width: calc(12.5% - 0.875em);
		margin-right: 1em; }
	.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
	.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
		margin-right: 0; }
	.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
		margin-right: 0; }
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
		margin-right: 0; }
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
		margin-right: 0; }
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
		margin-right: 0; }
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
		margin-right: 0; }
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
		margin-right: 0; }
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
	.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0; } }
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child {
	margin-right: 0; }
.wp-block-gallery.alignleft, .wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright {
	max-width: 290px;
	width: 100%; }
.wp-block-gallery.aligncenter .blocks-gallery-item figure,
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
	justify-content: center; }


.l-post-content .fz-12px {
	font-size: 12px;
}
.l-post-content .fz-13px {
	font-size: 13px;
}
.l-post-content .fz-14px {
	font-size: 14px;
}
.l-post-content .fz-15px {
	font-size: 15px;
}
.l-post-content .fz-16px {
	font-size: 16px;
}
.l-post-content .fz-17px {
	font-size: 17px;
}
.l-post-content .fz-18px {
	font-size: 18px;
}
.l-post-content .fz-19px {
	font-size: 19px;
}
.l-post-content .fz-20px {
	font-size: 20px;
}
.l-post-content .fz-21px {
	font-size: 21px;
}
.l-post-content .fz-22px {
	font-size: 22px;
}
.l-post-content .fz-24px {
	font-size: 24px;
}
.l-post-content .fz-28px {
	font-size: 28px;
}
.l-post-content .fz-32px {
	font-size: 32px;
}
.l-post-content .fz-36px {
	font-size: 36px;
}
.l-post-content .fz-40px {
	font-size: 40px;
}
.l-post-content .fz-44px {
	font-size: 44px;
}
.l-post-content .fz-48px {
	font-size: 48px;
}
.l-post-content .fw-100 {
	font-weight: 100;
}
.l-post-content .fw-200 {
	font-weight: 200;
}
.l-post-content .fw-300 {
	font-weight: 300;
}
.l-post-content .fw-400 {
	font-weight: 400;
}
.l-post-content .fw-500 {
	font-weight: 500;
}
.l-post-content .fw-600 {
	font-weight: 600;
}
.l-post-content .fw-700 {
	font-weight: 700;
}
.l-post-content .fw-800 {
	font-weight: 800;
}
.l-post-content .fw-900 {
	font-weight: 900;
}
.l-post-content .is-style-circle-mask img, .is-style-rounded img {
	border-radius: 9999px;
}
.l-post-content a{
	word-break: break-all;
}
.l-post-content .has-small-font-size {
	font-size: 0.8125em;
}
.l-post-content .has-regular-font-size, .l-post-content .has-normal-font-size {
	font-size: 1em;
}
.l-post-content .has-medium-font-size {
	font-size: 1.25em;
}
.l-post-content .has-large-font-size {
	font-size: 2.25em;
}
.l-post-content .has-larger-font-size, .l-post-content .has-huge-font-size {
	font-size: 2.625em;
}
.l-post-content .bold {
	font-weight: bold;
}
.l-post-content .red {
	color: #e60033;
}
.l-post-content .bold-red {
	font-weight: bold;
	color: #e60033;
}
.l-post-content .blue {
	color: #0095d9;
}
.l-post-content .bold-blue {
	font-weight: bold;
	color: #0095d9;
}
.l-post-content .green {
	color: #3eb370;
}
.l-post-content .bold-green {
	font-weight: bold;
	color: #3eb370;
}
.l-post-content .red-under {
	border-bottom: 2px solid red;
}
.l-post-content .marker {
	background-color: #ff9;
}
.l-post-content .marker-red {
	background-color: #ffd0d1;
}
.l-post-content .marker-blue {
	background-color: #a8dafb;
}
.l-post-content .marker-under {
	background: linear-gradient(transparent 60%, #ff9 60%);
}
.l-post-content .marker-under-red {
	background: linear-gradient(transparent 60%, #ffd0d1 60%);
}
.l-post-content .marker-under-blue {
	background: linear-gradient(transparent 60%, #a8dafb 60%);
}
.l-post-content .has-deep-orange-color {
	color: #ea5506;
}

.l-post-content .speech-wrap {
	display: flex;
	margin-bottom: 1.8em;
}
.l-post-content .speech-person {
	width: 12%;
	min-width: 12%;
}
.l-post-content .speech-icon img, .l-post-content .speech-icon amp-img {
	border-radius: 50%;
	border: 2px solid #ccc;
	width: 100%;
}
.l-post-content .speech-name {
	text-align: center;
	font-size: 13px;
}
.l-post-content div.speech-balloon {
	height: 100%;
	position: relative;
	padding: 10px;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 6px;
	max-width: calc(100% - 14%);
}
.l-post-content div.speech-balloon p {
	margin: 0;
}
.l-post-content .speech-balloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -12px;
	top: 10px;
	border-right: 12px solid #ccc;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.l-post-content .speech-balloon::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -9px;
	top: 10px;
	border-right: 12px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.l-post-content .sbp-l {
	margin-right: 100px;
}
.l-post-content .sbp-l .speech-balloon {
	margin-left: 20px;
}
.l-post-content .sbp-r {
	flex-direction: row-reverse;
	margin-left: 100px;
	/* アイコンを右に表示 */
}
.l-post-content .sbp-r .speech-balloon {
	margin-right: 20px;
}
.l-post-content .sbp-r .speech-balloon::before {
	right: -12px;
	left: auto;
	border-left: 12px solid #ccc;
	border-right: none;
}
.l-post-content .sbp-r .speech-balloon::after {
	right: -9px;
	left: auto;
	border-left: 12px solid #fff;
	border-right: none;
}
.l-post-content .sbis-sn .speech-icon-image {
	border-radius: 0;
	border-style: none;
	box-shadow: none;
}
.l-post-content .sbis-sb .speech-icon-image {
	border-radius: 0;
}
.l-post-content .sbis-cn .speech-icon-image {
	border-style: none;
	box-shadow: none;
}
.l-post-content .sbs-flat .speech-balloon {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
}
.l-post-content .sbs-flat .speech-balloon::before, .l-post-content .sbs-flat .speech-balloon::after {
	border-right-color: #f1f1f1;
	border-left-color: #f1f1f1;
}
.l-post-content .sbs-line .speech-balloon {
	border-width: 1px;
}
.l-post-content .sbs-line .speech-balloon::after {
	left: -10px;
}
.l-post-content .sbs-line.sbp-r .speech-balloon {
	background-color: #fff;
	border-color: #ccc;
}
.l-post-content .sbs-line.sbp-r .speech-balloon::after {
	left: auto;
	right: -10px;
	border-right-color: transparent;
	border-left-color: #fff;
}
.l-post-content .sbs-line.sbp-r .speech-balloon::before {
	border-right-color: transparent;
	border-left-color: #ccc;
}
.l-post-content div.sbs-think.sbp-l {
	margin-right: 126px;
}
.l-post-content div.sbs-think.sbp-l .speech-balloon {
	margin-left: 46px;
}
.l-post-content div.sbs-think .speech-balloon::before {
	border: 2px solid #ccc;
	border-radius: 50%;
	left: -29px;
	top: 11px;
	width: 20px;
	height: 20px;
}
.l-post-content div.sbs-think .speech-balloon::after {
	border: 2px solid #ccc;
	border-radius: 50%;
	left: -44px;
	top: 25px;
	width: 10px;
	height: 10px;
}
.l-post-content .sbs-think.sbp-r {
	margin-left: 126px;
}
.l-post-content .sbs-think.sbp-r .speech-balloon {
	margin-right: 46px;
}
.l-post-content .sbs-think.sbp-r .speech-balloon::before {
	left: auto;
	right: -29px;
}
.l-post-content .sbs-think.sbp-r .speech-balloon::after {
	left: auto;
	right: -44px;
}



/* 以下調整用
-------------------------------------------------------------- */



/* ブロック関連調整
-------------------------------------------------------------- */
.l-block .c-box-comment.is-seminars{
	padding: 0;
}
.l-block .c-block-seminars-person__inner + .c-block-seminars-person__inner{
	margin-top: 2rem;
}
.l-block .c-block-seminars-map{
	margin-top: 0;
}

.l-block .c-block-seminars-top .c-list.is-icon li{
	text-indent: 0;
}
@media screen and (min-width: 46.8126em){
	.c-block-product-page__table table{
		/*max-width: 100% !important;*/
	}
}
@media all and (-ms-high-contrast:none) and (min-width: 46.8126em){
	/* IE */
	.c-block-product-page__table table{
		max-width: calc(100% - 1px) !important;
	}

}

/* その他調整用
-------------------------------------------------------------- */

/* c-box-link 文字の見えやすさ */
.c-box-links__item-image::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg,rgba(0,0,0,0.6) 15%,rgba(0,0,0,0) 70%);
}


/* パンくず */
.c-breadcrumb__icon{
	margin-left: 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em){
	.c-breadcrumb__icon{
		margin-left: 0.25rem;
	}
}

/* スペシャリスト */
.c-menu-list__thumb-block-text{
	flex-grow: 1;
}

/* 課題解決の事例集 */
.c-box-comment__item-image{
	text-align: center;
	margin-top: 1rem;
}

/* お客様の声 */
.c-box-column__item-content{
	flex-grow: 1;
}
.c-block-case-page__image figure.wp-caption{
	border: none;
	padding: 0;
	text-align: left;
	max-width: 100%;
}
.c-block-case-page__image figcaption{
	font-size: 0.85em;
}

/* 資料ダウンロード */
.c-card-download .row {
	width: 100%;
}

/* 先輩社員の日常 */
.c-card-recruit__list.js-member-slider .c-card-recruit__content{
	width: 350px;
	max-width: 100%;
}
@media screen and (max-width: 59.3125em){
	.c-card-recruit__list.js-member-slider .c-card-recruit__content{
		width: 100%;
	}
}

/* top slide fix */
.home .c-card-interview__item {
	width: 31.25rem;
}
.home .c-card-column__item {
	width: 299px;
	max-width: 100%;
}
.home .c-box-download__list {
	z-index: 11;
}

/* 使命 */
.c-heading.is-primary{
	color: #060;
}
.c-block-mission__lg-text{
	text-indent: -2.5em;
	padding-left: 2.5em;
	font-size:1.3rem;
}
@media screen and (max-width: 59.3125em){
	.c-block-mission .c-heading.is-primary{
		font-size: 1.3rem;
	}
	.c-block-mission__lg-text{
		font-size:1.05rem;
	}
}
.c-block-mission__item{
	width: 100%;
}
.c-block-mission__item-text{
	font-weight: 500;
	text-align: left;
	display: flex;
	align-items: center;
}
.c-block-mission__item-text strong{
	border-right: 1px solid #CCC;
	margin-right: 0.5em;
	flex-shrink: 0;
	font-weight: 700;
}
.c-block-mission__item-text span{
	font-size: 16px;
}

/* contact */
.c-contact-btns {
	display: flex;
}
.c-contact-btns .c-button {
	margin: 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-contact-btns {
		display: block;
	}
	.c-contact-btns .c-button {
		margin: 0.5rem 0;
	}
}

/* seminars pdf */
.c-block-seminars-document.is-link {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}
.c-block-seminars-document.is-link .e-button {
	display: inline-flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-top: 0.5rem;
	text-decoration: none;
}

/* product table */
.c-block-product-page__table .c-table {
	word-break: break-word;
}

/* 検索フォーム */
.c-side-search__input input[type="submit"] {
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 1px;
	width: 40px;
	padding: 0;
	border: 0;
	z-index: 1;
	opacity: 0;
}

/* 20220328 ブロック編集 */
.l-block__margin-large {
	margin-top: 6.25rem;
	margin-bottom: 6.25rem;
}
.l-block__margin-normal {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}
.l-block__margin-small {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.l-block.is-top {
	margin-bottom: 0 !important;
}
.l-block.is-bottom {
	margin-top: 0 !important;
}
.l-block .c-card-products__list.is-half {
	padding-top: 8px;
}

/* 2022-03-29 製品情報 */
.single-products .l-post-content h2,
.single-products .l-post-content h3,
.single-products .l-post-content h4,
.single-products .l-post-content h5,
.single-products .l-post-content h6 {
	margin-top: 0 !important;
}
.c-block-product-page__accordion-head span{
	flex-shrink: 0;
}
@media screen and (max-width: 59.3125em){
	.c-block-product-page__accordion-head span{
		width: 2em;
	}
}

/* 2022-03-29 */
.c-hero-block-interview{
	padding-top: 6.25rem;
}
@media screen and (max-width: 59.3125em){
	.c-hero-block-interview {
		padding-top: 3.125rem;
	}
}

.c-card-interview__item-title {
	min-height: 4rem;
}
.c-block-front-archive__item-image {
	flex-shrink: 0;
}
.c-menu-buttons.is-margin-none {
	margin-top: 0;
}

.c-box-column__item-tag {
	margin-top: 0.5rem;
}
.c-card-interview__item-tags {
	margin-top: 1rem;
}

/* modal */
.js-modal-image {
	position: relative;
	cursor: pointer;
}

.js-modal-image::after {
	content: "\f002";
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: FontAwesome;
	width: 1.5625rem;
	height: 1.5625rem;
	color: #fff;
	background: #111;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .625rem;
}

.single-products .js-modal-image::after,
.page.processed .js-modal-image::after {
	left: 0;
	right: auto;
}

/* 20220329 */
.c-post-list__thumb {
	height: 123px;
	overflow: hidden;
	position: relative;
}
.c-post-list__thumb img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
@media all and (-ms-high-contrast: none) {
	.c-post-list__thumb img {
		height: auto;
		width: auto;
	}
}
.l-main.is-twocolumns {
	width: calc(100% - 294px - 76px);
}
@media screen and (max-width: 59.3125em) {
	.l-main.is-twocolumns {
		width: 100%;
	}
}
@media screen and (max-width: 59.3125em) {
	.l-page-header__title {
		font-size: 23px;
	}
	body.single-specialists .l-page-header__title {
		font-size: 20px;
	}
}
.c-block-product-head__content {
	width: 90%;
}
@media screen and (max-width: 59.3125em) {
	.c-block-product-head__content {
		width: 100%;
	}
}

/* 20220329 l-post-content 調整 */
.l-post-content h3, #tinymce.post-type-post h3, #tinymce.post-type-column h3, #tinymce.post-type-blog h3, #tinymce.mce-content-body.acf_content h3 {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 59.3125em) {
	.l-post-content h3, #tinymce.post-type-post h3, #tinymce.post-type-column h3, #tinymce.post-type-blog h3, #tinymce.mce-content-body.acf_content h3 {
		margin-bottom: 1.5rem;
	}
}
/* 20220329 l-block 調整 */
body.single-seminar_free .l-block .c-block-seminars-person {
	margin-top: 0;
}
.c-block-product-page iframe,
.c-block-product-page__table {
	margin-top: 0;
}


/* 20220329 スマホ全体 調整 */
@media screen and (max-width: 59.3125em) {
	.c-box-processed-contact__title {
		font-size: 1rem;
	}
	.c-block-processed-head__title span {
		font-size: 1.45rem;
	}
}


/* 20220331 デザインチェック 調整 */
.c-block-case-page__head-image img {
	max-width: 450px;
}

@media screen and (max-width: 59.3125em) {
	.c-block-case-page__head-image img {
		max-width: 100%;
	}
	.c-block-product-page__accordion-content span {
		width: 2rem;
		left: 4px;
	}
	.c-block-product-page__accordion.is-open .c-block-product-page__accordion-content {
		padding-left: 2.6rem;
	}
}
.c-block-product-link__tabs {
	padding-top: 0;
}
#productTab {
	padding-top: 2.75rem;
}
@media screen and (max-width: 59.3125em) {
	#productTab {
		padding-top: 1.75rem;
	}
}
/*.c-block-product-link__tabs-item {*/
/*	position: relative;*/
/*	margin-top: 2.75rem;*/
/*}*/
.c-card-member__item-text .u-hidden-sm {
	display:none !important;
}

.c-menu-list .c-menu-list__link a{
	display: block;
}

.l-post-content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-column table tbody th, #tinymce.post-type-blog table tbody th, #tinymce.mce-content-body.acf_content table tbody th {
	width: 40%;
}
.l-post-content table tbody th{
	width: 40%;
}

.l-post-content table tbody td{
	width: 60%;
}

.c-menu-list__banners{
	margin-bottom: 0.75rem;
}

.c-card-products__item-image .bg-img,
.c-block-product-head__image .bg-img {
	background-size: contain;
}

@media screen and (max-width: 59.3125em){
	.c-box-check-list__item {
		font-size: 0.8rem;
	}
	.c-box-check-list__item span {
		font-size: 1.08rem;
	}
	.c-heading.is-lg{
		margin-bottom: 1rem;
	}
	.c-hero-block-interview__line{
		padding: 3.125rem 1.25rem;
	}
	.c-block-product-page iframe{
		height: 13rem;
	}
	.c-block-first-read__text{
		text-align: left;
	}
	.c-block-first-read.is-lg {
		padding: 6.25rem 0 3rem;
	}
	.c-heading.is-sm-left{
		text-align: left;
	}
	.c-block-special-read__text{
		text-align: left;
	}
}

@media screen and (min-width: 1361px) and (max-width: 1377px) {
	.l-header__link{
		margin-right: 1rem;
	}
}

@media screen and (min-width: 1319px) and (max-width: 1361px) {
	.l-header__heading a {
		width: 250px;
	}
	.l-header__link{
		margin-right: 0.9rem;
		font-size: .82rem;
	}
}

@media screen and (min-width: 1141px) and (max-width: 1230px) {
	.l-header__heading a {
		width: 250px;
	}
	.l-header__link{
		font-size: .82rem;
	}
}

@media screen and (min-width: 1101px) and (max-width: 1140px) {
	.l-header__heading a {
		width: 190px;
	}
	.l-header__link{
		font-size: .78rem;
	}
}
@media screen and (min-width: 1001px) and (max-width: 1100px) {
	.l-header__heading a {
		width: 190px;
	}
	.l-header__link{
		font-size: .72rem;
	}
}

@media screen and (min-width: 949px) and (max-width: 1000px) {
	.l-header__heading a {
		width: 160px;
	}
	.l-header__link{
		font-size: .68rem;
	}
}

/* 2022-04-04 */
.c-block-seminars-person__image {
	padding-top: initial;
}
.c-menu-list__tag-links {
	display: flex;
	flex-wrap: wrap;
}
.c-menu-list__tag-links li {
	margin-right: 1em;
}
@media screen and (min-width: 949px) and (max-width: 1100px) {
	.l-offer__title br {
		display: none;
	}
}
@media screen and (min-width: 949px) and (max-width: 1080px) {
	.c-box-price__item-title small {
		font-size: 1rem;
	}
	.c-box-price__item-title span {
		font-size: 2.7rem;
	}
	.seminars .c-block-first-read__anchors-item {
		width: calc(100% / 3);
	}
}
@media screen and (min-width: 949px) {
	.c-slidebar-menu {
		display: none !important;
	}
	.c-slidebar-button {
		display: none !important;
	}
}

@media screen and (min-width: 949px) and (max-width: 1030px) {
	.c-block-top-message__title {
		font-size: 1.5rem;
	}
}

.l-post-content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-column table tbody th, #tinymce.post-type-blog table tbody th, #tinymce.mce-content-body.acf_content table tbody th, .l-post-content table tbody td, #tinymce.post-type-post table tbody td, #tinymce.post-type-column table tbody td, #tinymce.post-type-blog table tbody td, #tinymce.mce-content-body.acf_content table tbody td {
	padding: 1rem 1rem;
}
@media screen and (max-width: 59.3125em){
	.l-post-content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-column table tbody th, #tinymce.post-type-blog table tbody th, #tinymce.mce-content-body.acf_content table tbody th, .l-post-content table tbody td, #tinymce.post-type-post table tbody td, #tinymce.post-type-column table tbody td, #tinymce.post-type-blog table tbody td, #tinymce.mce-content-body.acf_content table tbody td {
		padding: .5rem .5rem;
	}
}




/* 2022-04-05 */
.l-footer__snslink-list {
	justify-content: center;
}

.c-table-shop th {
	text-align: left !important;
}
.c-table-shop td {
	text-align: left !important;
}

.c-post-header__sup .c-post-header__tag {
	margin-left: 0;
	/* margin-top: 1rem; */
	margin-left: 1rem;
}

.page.technology .l-page-header__bgimg {
	background-position: center top;
}

/*2022-04-12 集合型無料セミナー*/
.c-block-seminars-top {
	margin-bottom: 2.5rem;
}

/*2022-04-13 お客様の声*/
.c-block-case-page__bloom-name {
	margin-right: 3%;
	flex-basis: 12%;
}
.c-block-case-page__bloom-text {
	flex-basis: 85%;
}
.c-block-case-page__image {
	padding-bottom:2rem;
}
.c-block-case-page__member {
	justify-content: center;
}
@media screen and (max-width: 59.3125em) {
	.c-block-case-page__bloom-name {
		margin-right: 3%;
		flex-basis: 22%;
	}
	.c-block-case-page__bloom-text {
		flex-basis: 75%;
	}


	.c-block-case-page__member-items.is-left,
	.c-block-case-page__member-items.is-right {
		justify-content: center;
	}
	.c-box-comment__item-icon {
		width: 4.8125rem;
		min-width: 4.8125rem;
		max-width: 4.8125rem;
	}
}

/* 20220415 修正 */
.c-box-comment.is-simple .c-box-comment__item-content::after,
.c-box-comment.is-simple .c-box-comment__item-content::before {
	display: none;
}
.c-box-comment.is-simple .c-box-comment__item {
	border: 3px solid #EEEEEE;
	padding: 2.5rem 2.5rem;
}
.c-box-comment.is-simple .c-box-comment__item-content {
	border: none;
	padding: 0;
	position: relative;

}
.c-box-comment.is-simple .c-box-comment__item-icon {
	width: 8.625rem;
	min-width: 8.625rem;
	max-width: 8.625rem;
	margin-right: 0;
	margin-left: 24px;
}
@media screen and (max-width: 59.3125em) {
	.c-box-comment.is-simple .c-box-comment__item-icon {
		margin-left: 0;
	}
	.c-box-comment.is-simple .c-box-comment__item {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.c-box-comment.is-simple .c-box-comment__item-icon {
		width: auto;
		min-width: inherit;
		max-width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 32px;
	}
}
.c-card-member__item-title {
	font-size: 1.3rem;
	text-align: left;
}
.c-card-member__item {
	margin-bottom: 2.875rem;
}


/* 20220414 */
.c-block-product-page__table.l-post-content table th,
table.c-table.is-product-default th {
	width: 40%;
}
.c-block-product-page__table.is-top-header.l-post-content table th,
.c-block-product-page__table.is-top-header.l-post-content table td,
table.c-table.is-product-top-header th,
table.c-table.is-product-top-header td {
	width: 50%;
}
/* 20220404 ブロック編集 製品情報表組調整 */
.l-block .js-responsive-table {
	width: 100%;
	overflow-x: scroll;
}
/* 一般規格品 仕様の表組 */
.l-block .c-table-spec table tr td,
.l-block .c-table-spec table tr th,
table.c-table.is-spec tr td,
table.c-table.is-spec tr th {
	width: 30%;
	font-size: 13px;
}
/* 一般規格品 規格表の表組 */
.l-block .c-table-standard table tr td,
.l-block .c-table-standard table tr th,
table.c-table.is-standard tr td,
table.c-table.is-standard tr th {
	padding: 0.3rem 0.3rem;
	width: auto;
	font-size: 13px;
	min-width: 102px;
}
body#tinymce.post-type-products {
	white-space: nowrap;
	max-width: 1140px;
}
.l-block .l-post-content {
	/*width: 100%;*/
	/*overflow: scroll;*/
	/*white-space: nowrap;*/
}


/* 20220421 調整 */
.c-flow__title small {
	font-size: 11px;
}

/* 20220422 技術診断サービス 料金表 */
.c-box-price__smtext{
	margin-bottom: 1.75rem;
}
.c-box-price__example {
	margin-bottom: 4.0625rem;
}
.c-box-price__example__items {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4.0625rem;
	margin-top: 1rem;
	position: relative;
}
@media screen and (max-width: 59.3125em) {
	.c-box-price__example__items {
		margin-bottom: 3rem;
	}
}
.c-box-price__example__items::before, .c-box-price__example__items::after {
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	background-color: #999;
	border-radius: 2px;
	position: absolute;
	bottom: -2.6rem;
}
.c-box-price__example__items::before {
	left: calc(50% - 0.3rem);
}
.c-box-price__example__items::after {
	left: calc(50% + 0.2rem);
}
@media screen and (max-width: 59.3125em) {
	.c-box-price__example__items::before, .c-box-price__example__items::after {
		bottom: -2.3rem;
	}
}
.c-box-price__example__item {
	width: 20.7%;
	background-color: #f7f7f7;
	padding: 1.9rem 0.5rem 1.5rem 0.5rem;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
}
@media screen and (max-width: 59.3125em) {
	.c-box-price__example__item {
		width: 100%;
		padding: 0.8rem;
	}
	.c-box-price__example__item:not(:nth-child(4n+1)) {
		margin-top: 3rem;
	}
}
@media screen and (min-width: 59.3126em) {
	.c-box-price__example__item:not(:nth-child(4n+1)) {
		margin-left: 5.7%;
	}
}
.c-box-price__example__item:not(:nth-child(4n+1))::before, .c-box-price__example__item:not(:nth-child(4n+1))::after {
	content: "";
	display: block;
	height: 3px;
	width: 20px;
	background-color: #999;
	border-radius: 2px;
	position: absolute;
	left: -18%;
	top: 49%;
}
.c-box-price__example__item:not(:nth-child(4n+1))::after {
	transform: rotate(90deg);
}
@media screen and (max-width: 59.3125em) {
	.c-box-price__example__item:not(:nth-child(4n+1))::before, .c-box-price__example__item:not(:nth-child(4n+1))::after {
		left: calc(50% - 10px);
		top: -1.5rem;
	}
}
.c-box-price__example__item__text {
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	margin-bottom: 1rem;
	color: #060;
	font-size: 1.15rem;
}
@media screen and (max-width: 59.3125em) {
	.c-box-price__example__item__text {
		font-size: 0.875rem;
		margin-bottom: 0.2rem;
		line-height: 1.3;
	}
}
.c-box-price__example__item__time {
	line-height: 1;
	padding: 4px;
	background-color: #999;
	color: #fff;
	font-size: 1rem;
	min-width: 7.875rem;
	max-width: 100%;
	border-radius: 13px;
}
@media screen and (max-width: 59.3125em) {
	.c-box-price__example__item__time {
		font-size: 0.6875rem;
	}
}
.c-box-price__example__result {
	border: solid 1px #ccc;
	text-align: center;
	font-weight: 900;
	color: #060;
}
.c-box-price__example__result__price {
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
	margin: 0 4px;
}
@media screen and (max-width: 59.3125em) {
	.c-box-price__example__result {
		font-size:0.8125rem
	}
	.c-box-price__example__result__price {
		font-size: 1.375rem;
	}
}

/*************** 20220727 CTAボタン追加 ***************/
.c-button-cta {
	text-align: center;
	display: inline-block;
	color: black;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}
.c-button-cta strong,
.c-button-cta span,
.c-button-cta span:after {
	transition: .4s;
}
.c-button-cta span {
	position: relative;
	display: inline-block;
	background-color: #efefef;
	padding: 8px 24px;
	margin-bottom: 24px;
	border-radius: 6px;
}
.c-button-cta span:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -32px;
	display: block;
	border-top: 16px solid #efefef;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid transparent;
}
.c-button-cta strong {
	display: block;
	background-color: #060;
	border-radius: 1000px;
	color: white;
	padding: 18px 24px;
	font-size: 20px;
	box-shadow: 0 6px 0 #004800;
}
.c-button-cta:hover {
	opacity: 1;
}
.c-button-cta:hover span {
	background-color: #060;
	color: white;
}
.c-button-cta:hover span:after {
	border-top: 16px solid #060;
}
.c-button-cta:hover strong {
	transform: translateY(4px);
	background-color: #efefef;
	box-shadow: 0 2px 0 #c0c0c0;
	color: #004800;
}
@media screen and (max-width: 59.3125em) {
	.c-button-cta:hover span {
		background-color: #efefef;
		color: #060;
	}
	.c-button-cta:hover span:after {
		border-top: 16px solid #efefef;
	}
	.c-button-cta:hover strong {
		transform: translateY(0);
		background-color: #060;
		box-shadow: 0 6px 0 #004800;
		color: white;
	}
}

/* 20221031 個別カスタムオーダー研修 */

.c-block-custom-head__text{
	text-align: center;
	margin-top: 2.5rem;
}
@media screen and (min-width: 949px) and (max-width: 1210px){
	.c-block-custom-head__title .u-visible-md {
		display: block !important;
	}
}
@media screen and (max-width: 59.3125em){
	.c-block-custom-head__title {
		font-size: 1.125rem
	}
	.c-block-custom-head__title span.is-zenkaku {
		font-size: 1.45rem;
	}
}


.c-card-program{
	padding: 6.25rem 0;
}

.c-card-program__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.15625rem;
}

.c-card-program__item {
	width: 33.3%;
	padding: 0 0.15625rem;
	margin-top: 2.5rem;
}

.c-card-program__content {
	position: relative;
	height: 100%;
	background: #fff;
	padding: 2.5rem 2.5rem 3.125rem;
}

.c-card-program__number{
	color: #060;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: 'Open Sans', sans-serif;
	/*font-weight: 800;*/
	font-size: 1.8rem;
	letter-spacing: .02em;
	line-height: 1.45833;
	font-weight: normal;
}

.c-card-program__title{
	text-align: center;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1.45833;
	margin-top: 1.25rem;
}
.c-card-program__title > span{
	background: linear-gradient(transparent 60%, #f7f7f7 60%);
}
.c-card-program__subtitle{
	text-align: center;
	font-size: 1rem;
	letter-spacing: .05em;
	line-height: 1.45833;
	/*font-weight: 900;*/
	margin-top: 1rem;
}

.c-card-program__text {
	font-size: .875rem;
	letter-spacing: .05em;
	line-height: 1.85714;
	font-weight: 400;
	margin-top: 1.5625rem;
}

.c-card-program__indusory{
	font-size: 0.8125rem;
	letter-spacing: .05em;
	line-height: 1.85714;
	font-weight: 400;
	margin-top: 1.5625rem;
}
.c-card-program__indusory span{
	font-weight: 700;
}

.c-card-program__difficulty{
	margin-top: 1.5625rem;
	line-height: 1;
	padding: 4px;
	background-color: #999;
	color: #fff;
	font-size: 1rem;
	min-width: 7.875rem;
	max-width: 100%;
	border-radius: 13px;
	text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em){
	.c-card-program__number{
		font-size: 1.5rem;
	}
	.c-card-program__list {
		display: block;
	}
	.c-card-program__item {
		width: 100%;
		margin-top: 2rem;
	}
	.c-card-program__content {
		padding: 0.8125rem 1rem 1.5rem;
	}
	.c-card-program__title {
		font-size: 1.125rem;
		margin-top: 1rem;
	}
	.c-card-program__subtitle {
		font-size: 0.9375rem;
		margin-top: 0.5rem;
	}
	.c-card-program__text {
		font-size: .8125rem;
		margin-top: 1.25rem;
		text-align: center;
	}
}

body.custom .c-box-price__item{
	width: calc( 50% - 2.85%);
}
body.custom .c-box-price__item .c-box-price__item-title span{
	font-size: 2.7rem;
}
body.custom .c-box-price__item.is-plus{
	position: relative;
	width: 5.7%;
	padding: 0;
	margin: 0;
}
.c-box-price__item.is-two .c-box-price__item-inner:first-of-type{
	margin-bottom: 11px;
}
.c-box-price__item.is-two .c-box-price__item-inner{
	padding: 0.75rem 1.25rem

}
.c-box-price__item.is-two .c-box-price__item-inner .c-box-price__item-title span{
	font-size: 1.78125rem;
}
.c-box-price__item.is-plus::before{
	content: "";
	display: block;
	height: 3px;
	width: 20px;
	background-color: #999;
	border-radius: 2px;
	position: absolute;
	left: 34%;
	top: 46%;
}
.c-box-price__item.is-plus::after{
	content: "";
	transform: rotate(90deg);
	display: block;
	height: 3px;
	width: 20px;
	background-color: #999;
	border-radius: 2px;
	position: absolute;
	left: 34%;
	top: 46%;
}
@media screen and (min-width: 949px) and (max-width: 1040px){
	body.custom .c-box-price__item .c-box-price__item-title span {
		font-size: 2rem;
	}
	.c-box-price__item.is-two .c-box-price__item-inner .c-box-price__item-title span{
		font-size: 1.4375rem
	}
	.c-box-price__item.is-plus::before,
	.c-box-price__item.is-plus::after{
		left: 30%;
	}
}
@media screen and (max-width: 59.3125em) {
	body.custom .c-box-price__item {
		width: 100%;
	}
	body.custom .c-box-price__item.is-plus{
		width: 100%;
		height: 3rem;
	}
	.c-box-price__item.is-plus::before,
	.c-box-price__item.is-plus::after{
		left: calc(50% - 10px);
		top: 39%;
	}
	.c-box-price__item.is-two{
		display: flex;
	}
	.c-box-price__item.is-two .c-box-price__item-inner{
		width: 50%;
	}
	.c-box-price__item.is-two .c-box-price__item-inner:first-of-type{
		margin-bottom: 0;
		margin-right: 0.3125rem;
	}
	.c-box-price__item.is-two .c-box-price__item-inner:last-of-type{
		margin-left: 0.3125rem;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em){
	.c-box-price__item.is-two .c-box-price__item-inner{
		padding-right: 0;
	}
	.c-box-price__item.is-two .c-box-price__item-inner .c-box-price__item-title span{
		font-size: 1.5rem;
	}
}


.page-id-643 .c-flow__title small {
	display: block;
	line-height: 1.5;
	margin-top: 0.8em;
}

.page-id-643 .c-flow__content {
	align-items: center;
	padding-top: 2em;
}
@media(max-width: 768px){
	.page-id-643 .c-card-program {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.page-id-643 .c-card-program__text {
		text-align: left;
	}
	.page-id-643 .c-card-program__list {
		display: flex;
	}
	.page-id-643 .c-card-program__item {
		width: calc(50% - 0px);
	}
	.page-id-643 .c-card-program__content {
		padding-left: 6px;
		padding-right: 6px;
	}
	.page-id-643 .c-card-program__text {
		margin-top: 0.5rem;
		line-height: 1.4;
		font-size: 11px;
	}
	.page-id-643 .c-card-program__title {
		font-weight: bold;
		font-size: 15px;
	}
	.page-id-643 .c-card-program__subtitle {
		font-size: 13px;
		letter-spacing: 0;
	}
	.page-id-643 .c-card-program .l-container {
		padding-left: 4px;
		padding-right: 4px;
	}
	.page-id-643 .c-box-comment__item-text {
		margin-top: 0.5rem;
	}
	.page-id-643 .c-flow {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.page-id-643 .c-box-price__item-title {
		text-align: center;
	}
	.page-id-643 .c-box-price__example {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
}
