/*
Theme Name: dx_blank_classic
Theme URI: https://
Author: design Xanthus
Author URI: https://d-xanthus.com/
Description: This theme is a simple blank site for WordPress developed by design Xanthus.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Requires at least: 5.0
Tested up to: 6.7.1
Requires PHP: 7.4.1
Text Domain: dx_blank_classic
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, custom-logo, editor-style, footer-widgets, sticky-post, theme-options, translation-ready
*/

/** ----------------------------------------------------------
　テキストカラー関連
---------------------------------------------------------- **/

/** ============================================================================
 *  基本レイアウトブロック
============================================================================ **/

/** ----------------------------------------------------------
　基本ブロックエレメント
---------------------------------------------------------- **/

/* ボタンブロック */
.wp-block-button > a { position: relative; }

.wp-block-button > a:hover {
	text-decoration: none;
	top: -1px;
}

.wp-block-button > a:active { top: 0; }

/** ============================================================================
 * 基本・汎用クラス
============================================================================ **/

/** ----------------------------------------------------------
　テキスト関連
---------------------------------------------------------- **/


/** ----------------------------------------------------------
　テーブル関連
---------------------------------------------------------- **/


/** ----------------------------------------------------------
 * リスト関連
---------------------------------------------------------- **/

.circle-number-list {
	text-align: left;
	list-style: none;
	padding-left: 0;
}

.circle-number-list > li {
	counter-increment: circle-list;
	position: relative;
	padding-left: 1.5em;
}

.circle-number-list > li::before {
	content: counter(circle-list);
	font-size: 0.9375em;
	display: inline-block;
	line-height: 1;
	text-align: center;
	width: 1.2em;
	height: 1.2em;
	border: 1px solid;
	border-radius: 50%;
	margin: 0 0.3em 0 -1.5em;
}


/** ----------------------------------------------------------
　テーブル関連
---------------------------------------------------------- **/

.contents table th { background: #e6f6e7 ; }

/** ----------------------------------------------------------
 * フォーム 関連
---------------------------------------------------------- **/

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.wp-block-search__button { background: #fe7d20; }

input[disabled][type="submit"],
input[disabled][type="submit"]:hover,
input[disabled][type="submit"]:active { background: #5b4a3e }

.form-auto input[type="text"],
.form-auto select {
	width: auto;
	display: inline-block;
}


/**
	コンタクトフォーム
----------------------------------------------------- **/

.form-box { background: url( images/ptn_dot.png ); }

.form-box > h3 {
	color: var( --key-sub01-color );
	text-align: center;
	border: 1px solid;
	padding: 0.3em 0.5em;
	background: #f5f5f5;
}

@media screen and ( min-width: 641px ) {

	.form-box { padding: 40px; }
}


/* Confirm Plus Contact Form 7 プラグイン 対策 */

.wpcf7-list-item input[type="radio"],
.wpcf7-list-item input[type="checkbox"] {
	display: inline-block;
	opacity: 0;
	margin-right: -1em;
}

fieldset {
	padding: 0;
	border: none;
}

/*legend { display: none; }*/

.entry-contents fieldset > p { margin: 0; }

#wpcf7cpcnf table { background: #fff; }

.contents #wpcf7cpcnf table th {
	background-color: #eee
}

#wpcf7cpcnf table th,
#wpcf7cpcnf table td { border-color: #999 }

.contents #wpcf7cpcnf p { margin: 0; }

.wpcf7cp-btns {
	text-align: center;
	position: relative;
}

button.wpcf7cp-cfm-edit-btn {
	color: #3e3a39;
	font-size: 0.875em;
	border-radius: 4px;
	background: rgb(246,248,249);
	background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(215,222,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#d7dee3',GradientType=0 );
	position: absolute;
	top: 0;
	left: 0;
}

button.wpcf7cp-cfm-edit-btn:hover { background: #d7dee3; }


@media screen and ( min-width: 641px ) {

	table.form-table th,
	#wpcf7cpcnf table th {
		font-weight: 700;
		width: 12em;
		padding-right: 1em;
	}

	.btn-line input[type="submit"],
	.wpcf7cp-cfm-submit-btn {
		font-size: 1.25em;
	}
}

/** ----------------------------------------------------------
 * レイアウト関係
---------------------------------------------------------- **/

.flow-arrow::before {
	content: '';
	display: block;
	margin: 24px auto 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: var(--key-sub01-color) transparent transparent;
	border-width: 24px 36px;
}


/** ============================================================================
 * オリジナルデザイン 基本設定
============================================================================ **/

/** ----------------------------------------------------------
 ヘッダー&フッター&サイドバー 基本設定
---------------------------------------------------------- **/

.site-descri {
	font-size: 1.5em;
	font-weight: 700;
}

.site-title { font-size: 1.25em; }

@media screen and ( min-width: 641px ) {

	.site-descri { font-size: 1.875em }

	.site-title { font-size: 1.5em; }
}


/** ----------------------------------------------------------
　ヘッダー設定
---------------------------------------------------------- **/

.site-head { border-top: 16px solid var(--key-main-color); }

.head-contact-widg > .wp-block-column:first-child  { min-width: max-content; }

@media screen and ( min-width: 641px ) {

	.head-contents.headwidg-on {
		-ms-flex-align: start;
		align-items: flex-start;
	}
}


/** ----------------------------------------------------------
　ナビゲーション設定
---------------------------------------------------------- **/

/* スマートフォン設定
----------------------------- */


/* タブレット・PC用 カラー設定
----------------------------- */

@media screen and ( min-width: 641px ) {

	.main-nav { padding: 0.2em 0; }

	.main-nav:not(.menu-fixd) { border-top: 1px solid #999; }

	.main-menu li {
		font-weight: 700;
		padding: 0.8em 0;
	}

	.main-menu > li > a {
		line-height: 1;
		padding: 0 0.8em;
	}

	.main-menu > li:not(:first-child) > a { border-left: 1px solid; }

	.main-menu > li.menu-item-has-children { padding-right: 0.3em;}

	.main-menu > li.menu-item-has-children > a::before { bottom: -0.8em; }

	.main-menu > li > .sub-menu { top: 100%; }
}


/** ----------------------------------------------------------
　フッター設定
---------------------------------------------------------- **/


/* トップへ戻るボタン
----------------------------- */

/**
	フッターコンタクト
----------------------------------------------------- **/

.foot-contact { position: relative; }

.foot-contact::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(59, 89, 131, 0.6);
}

.foot-contact a:hover {
	background-color: #ec6c00;
	border-color: #ec6c00;
}

/** ----------------------------------------------------------
 * サイドバーウィジェット
---------------------------------------------------------- **/

.widget-title {
	color: #fff;
	background-image: linear-gradient(-45deg, rgba(255,255,255,0) 25%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%, rgba(0,0,0,1) 75%, rgba(0,0,0,1));
	background-size: 8px 8px;
	background-color: #262626;
	padding: 0.3em 0.5em;
	border-top: 4px solid var(--key-main-color);
}

@media screen and ( min-width: 641px ) {

	.widget-title { font-size: 1.25em; }
}

/* メルマガ登録フォーム
----------------------------- */

.mailmagz-widget {
	max-width: 300px;
	margin: 0 auto;
}

.mailmagz-box {
	background-image: linear-gradient(-45deg, rgba(255,255,255,0) 25%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%, rgba(0,0,0,1) 75%, rgba(0,0,0,1));
	background-size: 8px 8px;
	background-color: #262626;
}

.mailmagz-box,
.mailmagz-box a:not(:hover) { color: #fff; }

.mailmagz-box .widget-title,
.mailmagz-title { text-align: center; }

.mailmagz-title {
	font-size: 1.75em;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.5 );
	padding: 0.5rem 1rem;
	background-color: var(--key-main-color);
	border: 1px solid var(--key-sub01-color);
}

.mailmagz-box { padding: 1em; }

.mailmagz-box p {
	font-size: 14px;
	font-size: 0.875rem;
}

.mailmagz-box .mailmagz-form { margin-top: 1em; }

.mailmagz-box .mailmagz-form label { display: none; }

.mailmagz-box input[type="text"],
.mailmagz-box input[type="email"] {
	color: #4d4d4d;
	padding: 0.2em 0.2em;
	margin-bottom: 1em;
}

.mailmagz-box form p:last-of-type { text-align: center; }

.mailmagz-box form input[type="submit"] {
	background: rgb(254,191,1);
	background: linear-gradient(to bottom,  rgba(254,191,1,1) 0%,rgba(236,108,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#ec6c00',GradientType=0 );
	margin: 0;
}

.mailmagz-box input[type="submit"]:hover { background: #febf01; }

.magz-submit-btn {
	display: block;
	width: max-content;
	margin: 0 auto;
	background: var(--wp--preset--color--text-black);
}

.mailmagz-box .acmail-logo {
	font-size: 10px;
	text-align: right;
}

/* サイドバナーウィジェット
----------------------------- */

.widget_simpleimage {
	background-image: linear-gradient(-45deg, rgba(255,255,255,0) 25%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%, rgba(0,0,0,1) 75%, rgba(0,0,0,1));
	background-size: 8px 8px;
	background-color: #262626;
	box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
}

.widget_simpleimage p,
.widget_simpleimage a:not(:hover) { color: var(--text-white); }

.simple-image + p { font-family: Frank Ruhl Libre, "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.simple-image + p,
.widget_simpleimage p.more { left: 16px; }

.widget_simpleimage .more a {
	font-weight: 700;
}

/* popular posts
----------------------------- */

.wpp-list > li {
	line-height: 1.3;
	margin-bottom: 0.3em;
	padding: 8px 0px;
	border-bottom: 1px dotted #333;
	counter-increment: wpp-list;
	position: relative;
	overflow: visible;
}

.wpp-list > li::before {
	color: #fff;
	font-size: 0.85rem;
	content: counter(wpp-list);
	background: #333;
	display: inline-block;
	padding: 0;
	text-align: center;
	vertical-align: 0;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5;
	position: absolute;
	border-radius: 50%;
	top: 2px;
	left: -3px;
}

.wpp-list > li::after {
	content: '';
	display: table;
	clear: both;
}

.wpp-post-title { font-weight: 700; }

/** ============================================================================
 * Wrapper部共通
============================================================================ **/

/** ----------------------------------------------------------
 * primary-wrap
---------------------------------------------------------- **/

/* パンくずリスト dx-パンくず
----------------------------- */


/** ----------------------------------------------------------
 * * contents部分基本
---------------------------------------------------------- **/

.contents > h2:not( .loop-section-tit ):not( .has-background ),
.added-section > h2 {
	padding: 0 0 0.3em 0.5em;
	border-bottom: 1px solid var( --key-main-color );
}

.contents > h2:not( .loop-section-tit ):not( .has-background )::before,
.added-section > h2::before {
	content: '';
	display: inline-block;
	width: 0.2em;
	height: 1.25em;
	vertical-align: bottom;
	background: var( --key-main-color );
	margin: 0 0.3em 0 -0.5em;
}

.contents > h3 { color: var( --wp--preset--color--dark-blue ); }


/*========================================================
　アーカイブ & 固定 ＆ シングル&固定共通（サイズ以外）
========================================================*/

/* ページタイトル
----------------------------- */

.contents-head {
	text-align: center;
	max-width: 1080px;
	padding: 2em 0;
}

.layout-full .contents-head { margin: 0 3% 40px; }

.main-title {
	position: relative;
	padding-bottom: 0.3em;
}

.main-title::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to right,  rgba(15,131,228,0) 0%,rgba(15,131,228,1) 20%,rgba(15,131,228,1) 80%,rgba(15,131,228,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c9935', endColorstr='#002c9935',GradientType=1 );
}

.sub-title,
.before-arc-title,
.column-before  {
	font-weight: 400;
	display: block;
}

.before-arc-title,
.column-before { font-size: 0.75em; }

@media screen and ( min-width: 641px )  {

	.entry-title { font-size: 2.25em; }
}

@media screen and ( min-width: 1144px )  {

	.layout-full .contents-head { margin: 0 auto 80px; }
}

/* イメージタイトル licensed
-------------------------------*/

.contents-head.img-head {
	text-align: center;
	padding: 0;
	position: relative;
}

.contents-head.img-head .entry-title { position: relative; }

.tit-img,
.title-imgtxt { display: block; }

.tit-img {
	height: 120px;
	overflow: hidden;
	position: relative;
}

.tit-img > img {
	max-width: none;
	width: 100%;
}

.tit-img::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(59, 89, 131, 0.5);
}

.img-head .entry-txtwrap { margin-top: 1em }

@media screen and ( min-width: 641px ) {

	.tit-img {
		min-height: 200px;
	}

	.img-head .entry-txtwrap {
		color: var( --text-white );
		text-shadow: 0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5);
		margin: 0;
		position: absolute;
		top: 50%;
		right: 16px;
		left: 16px;
		translate: 0 -50%;
	}
}


.cat-desc { margin: 40px 0 80px; }

/** ============================================================================
 *  アーカイブページ
============================================================================ **/


.second-cat-section { margin-top: 40px; }

.middle-section { margin: 80px 0; }

@media screen and ( min-width: 641px ) {

	.second-cat-section { margin-top: 80px; }
}

/* セクションタイトル
----------------------------- */

.loop-section-tit {
	color: var(--text-white);
	text-align: center;
	padding: 0.2em;
	background: rgb(0,55,131);
	background: linear-gradient(135deg,  rgba(0,55,131,1) 0%,rgba(0,39,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003783', endColorstr='#00275b',GradientType=1 );
}

/* ループ関連
----------------------------- */

.loop-article .flex-box {
	-ms-flex-align: start;
	align-items: flex-start;
}

.archive .loop-article:not(:first-of-type) {
	border-top: 1px dotted;
	padding-top: 32px;
}

.loop-title { font-size: 1.375em; }

.before-posttitle { display: inline-block; }

.category-seminar .before-posttitle {
	font-size: 0.76em;
	display: block;
}

@media screen and ( min-width: 641px ) {

	.loop-title { font-size: 1.5em; }

	.category-seminar .loop-title { font-size: 1.75em; }
}

/**
	Page Navi プラグイン設定
-------------------------------*/

.pagination > .nav-links > a:hover,
.pagination > .nav-links > span.current,
.single-pagenav.pagination > a:hover,
.single-pagenav.pagination > span.current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: var( --text-black );
}

/* セミナーアーカイブ
-------------------------------*/

.event-article,
.event-figwap { position: relative; }

.event-head .loop-head { margin-bottom: 16px; }

.event-head .loop-title {
	margin-bottom: 0;
}

.event-aredate {
	font-size: 0.8125em;
	text-align: center;
	display: block;
}

.event-area {
	color: var( --text-black );
	font-size: 0.75em;
	border: 1px solid;
	padding: 0 0.3em;
	display: inline-block;
	vertical-align: 0.1em;
	margin-right: 0.2em;
	background: #fff;
}

.loop-head .simul-txt { font-size: 0.85em; }

.contents .event-place {
	font-size: 14px;
	font-size: 0.875rem;
	text-indent: 0;
	text-align: center;
	padding: 0.3em;
	background: var( --gray-white );
}

@media screen and ( min-width: 641px )  {

	.event-article .loop-head {
		overflow: visible;
		margin-bottom: 1em;
	}

	.event-article .loop-title { overflow: hidden; }

	.contents .loop-article p.event-place { margin-bottom: 0; }
}

/* 予約状況リボン */

.reserv-tag {
	color: #fff;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	background: #e20020;
	border-right: 3px solid #980016;
	padding: 0.3em 0.8em;
	-webkit-transform: skew( -10deg,0 );
	-ms-transform: skew( -10deg,0 );
	transform: skew( -10deg,0 );
	position: absolute;
	right: 2px;
	z-index: 5;
}

.reserv-in {
	display: block;
	-webkit-transform: skew( 10deg,0 );
	-ms-transform: skew( 10deg,0 );
	transform: skew( 10deg,0 );
}

@media screen and ( min-width: 641px ) {

	.reserv-tag { top: 1em; }

	.loop-article:not(:first-of-type) .reserv-tag { top: calc( 1em + 32px ); }

}


/* 過去開催セミナー */

@media screen and ( min-width: 641px ) {

	.entry-contents .loopflex-wrap > p:first-child { margin-top: 0; }
}

/**
	お客様の声
----------------------------------------------------- **/

.voice-head h2 {
	padding-bottom: 0.3em;
	border-bottom: 2px solid var(--key-main-color);
}

.voice-box.flex-box {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ccc;
	padding: 1em 3%;
	margin-top: 32px;
	margin-bottom: 32px;
}

.voice-box.flex-box .voice-ph {
	width: 40%;
	max-width: 260px;
	height: auto;
	margin: 0 1.5em 0 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.voice-user.ul-none { margin: 0; }

.user-post {
	display: inline-block;
	margin-right: 0.3em;
}

/* シングル */
.contents-head.voice-head { margin-bottom: 0; }

/** ============================================================================
 * シングルページ 固定ページ
============================================================================ **/


/* シングルページ
----------------------------- */

/* シングルページタイトル licensed
-------------------------------*/

.single-con-head .event-aredate { font-size: 0.65em; }

.single-con-head .before-title { font-size: 0.75em; }

.single-con-head .main-title {
	line-height: 1.4;
	padding-bottom: 0.5em;
}

.single-con-head .before-posttitle { font-size: 0.725em }

.single-con-head.bg-img::after {
	content: '';
	display: block;
	border: 1px solid var( --key-main-color );
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	pointer-events: none;
}

/* セミナーシングル
----------------------------- */

.added-section { margin-top: 40px; }

.added-section > h2 { margin-bottom: 1em; }

.contents .semi-outlinetb p { margin: 0; }

.single-img-txt.text-white { color: #fff; }

@media screen and ( min-width: 641px ) {

	.added-section { margin-top: 80px; }

	/*.contents .semi-outlinetb th { min-width: 6em; }*/

	.semi-outlinetb .place-box {
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.semi-outlinetb .place-box .semiplace-ph {
		max-width: 150px;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0 2em 0 0;
	}

	.semi-outlinetb .place-box .acf-map {
		margin: 0;
	}
}

/* FAX申込み
----------------------------- */

.semifax-section > h2 { font-size: 1.375em; }

.semi-faxbox {
	background: #f5f5f5;
	padding: 8px;
}

.semi-faxwrap > *:not(:first-child) { margin-top: 0.5rem; }

.fax-iconwrap > a,
.fax-iconwrap > a span { display: block; }

.fax-iconwrap > a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.pdf-faicon {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 0.3em;
}

.pdf-faicon .fa-file-pdf.svg-inline--fa { height: 2.5em; }

.fax-numbox {
	text-align: center;
	text-indent: 0;
	line-height: 1.3;
	margin: 0;
	background: #fff;
	padding: 8px 8px;
}

p.fax-number {
	font-size:1.5rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
}

.fax-number .sp-block {
	font-size: 0.875rem;
	font-weight: normal;
}

@media screen and ( min-width: 641px ) {

	.semifax-section > h2 { font-size: 1.5em; }

	.semi-faxbox { padding: 16px; }

	.semi-faxwrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.semi-faxwrap > *:not(:first-child) { margin-top: 0; }

	.fax-numbox {
		-ms-flex: 1;
		flex: 1;
		margin: 0 0 0 1.5em;
	}
}

/** ----------------------------------------------------------
　各ページ個別
---------------------------------------------------------- **/


/* 新着一覧
----------------------------- */

.column-links.cat-links > a { background-color: var(--key-sub01-color); }

.seminar-links.cat-links > a { background-color: var(--key-main-color); }

.info-links.cat-links > a { background-color: #febf01; }

.news-all-list li > a { display: block; }

.new-icon .news-meta + a:after {
	content: 'NEW';
	color: var(--wp--preset--color--vivid-red);
	font-size: 0.785em;
	line-height: 1;
	display: inline-block;
	padding: 0.2em 0.5em;
	border: 1px solid;
	margin-left: 0.5em;
	vertical-align: 0.1em;
}

/** ============================================================================
 * ホーム(トップ)ページ
============================================================================ **/

/* ホームビジュアル
----------------------------- */

.top-visual {
	margin-top: 40px;
}

.slide-txt-left .slide-txtinner,
.slide-txt-right .slide-txtinner {
	width: 60%;
	padding: 0 2%;
}

.slide-txt-right .slide-txtinner {
	text-align: left;
}

.home-visual-txt {
	color: #fff;
}

.home-visual-txt .home-strong {
	display: inline-block;
	background: var(--wp--preset--color--moss-green);
	padding: 0.2em 0.5em;
	border: 1px solid #fff;
}

.home-visual-txt > ul {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

@media screen and ( min-width: 641px ) {

	.top-visual { margin-top: 80px; }

	.slide-txt-left .slide-txtinner,
	.slide-txt-right .slide-txtinner { padding: 0 5%; }

	.home-visual-txt {
		font-size: 1.25rem;
	}

	.home-visual-txt > ul {
		font-size: 1.25em;
		margin: 0.5em 0;
	}
}

@media screen and ( min-width: 960px ) {

	.home-visual-txt { font-size: 1.75rem; }
}

@media screen and ( min-width: 1144px ) {

	.home-visual-txt {
		width: max-content;
		margin: 0 auto;
	}

	/*.home-visual-txt { font-size: 2rem; }*/
}



/* スリックスライダー
----------------------------- */

/** ----------------------------------------------------------
 * ホーム共通
---------------------------------------------------------- **/

/**
	ループ
----------------------------------------------------- **/

.home-loop { margin: 0; }

.home-loop > .loop-article:not(:last-child) {
	padding-bottom: 32px;
	border-bottom: 1px dotted;
}

.home-loop .loop-title { margin: 0; }


@media screen and ( min-width: 641px ) {

	.home-loop:not(.home-seminar) > .loop-article.flex-box:first-child {
		display: block;
	}

	.home-loop:not(.home-seminar) > .loop-article.flex-box:first-child .thum-box {
		float: none;
		width: 100%;
		padding-top: calc( 100% * 0.66 );
	}
}

/**
	ホーム セミナー
----------------------------------------------------- **/

.home-seminar .event-head.loop-head { margin-bottom: 0; }

.home-seminar .reserv-tag {
	font-size: 0.875rem;
	top: 0em;
	right: -1px;
}

.home-seminar .loop-title a br { display: none; }

.home-seminar .event-aredate { font-size: 0.75em; }

@media screen and ( min-width: 641px ) {

	.home-seminar .event-head { position: relative; }

	.home-seminar .reserv-tag {
		font-size: 1rem;
		right: 0;
	}
}

