@charset "UTF-8";
/* sp(320px) */


/* メニュー */
.hl-navi {
	position: relative;
	background-color: #ec7493;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}

.hl-navi ul {
	width: 100%;
	height: 76px;
	display: table;
	table-layout: fixed;
	text-align: center;
}

.hl-navi ul li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #fde6ec;
	color: white;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.25;
}

.hl-navi ul li::after {
	content: '';
	position: absolute;
	left: 48%;
	bottom: 8px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.hl-navi ul li:first-child {
	border-left: 1px solid #fde6ec;
}

.hl-navi ul li a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: inline-grid;
	align-items: center;
	transition: background-color 0.5s ease;
	color: white;
}

.hl-navi ul li a:hover {
	text-decoration: none;
	background-color: #ef96ad;
}


@media (max-width: 620px) {
	.hl-navi {
		display: none;
	}
}






/* 会場の様子がわかる！「大家さんフェスタ」紹介動画を公開中 */
#yt-move {
	margin-top: 50px;
	padding: 4% 0;
	background-color: rgb(250, 207, 177);
}

#yt-move .ttl {
	margin: 0 auto;
	margin-bottom: 1em;
}

#yt-move .ttl figure {
	width: 50%;
}

#required-content {
	margin: 60px 0;
}

#required-content h2 {
	text-align: center;
	margin-bottom: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}

#required-content div.r--block {
	display: grid;
	align-content: space-between;
	border-radius: 20px;
	border: 4px solid #fff;
	background-color: #FACFB1;
	padding: 1.5em;
	box-shadow: 2px 2px 10px #eee;
}

#required-content div.r--block h3 {
	font-size: 1.4rem;
	text-align: center;
}

#required-content div.r--block h3 span {
	font-size: 1.8rem;
}

#required-content div.r--block img {
	display: block;
	width: 85%;
	margin: 0 auto;
}

#required-content div.r--block div.r--block__inner {
	display: flex;
	align-items: center;
	font-weight: bold;
	line-height: 1.2;
}

#required-content div.r--block div.r--block__inner span {
	font-size: 0.8rem;
}

#required-content div.r--block div.r--block__inner img {
	width: 36%;
	margin-right: 5%;
}

#required-content div.r--block div.r--block__inner ul li {
	position: relative;
	line-height: 1.8;
	padding-left: 20px;
}

#required-content div.r--block div.r--block__inner ul li::after {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: 0;
	width: 10px;
	height: 5px;
	border-left: 3px solid #EA5504;
	border-bottom: 3px solid #EA5504;
	transform: rotate(-45deg);
}

#required-content div.r--block div.r--block__inner.r--block-img {
	background: url(.././img/home/required-content-img_03.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 40%;
	height: 150px;
}

#required-content div.r--block div.r--block__inner .special-tag {
	width: fit-content;
	display: block;
	background-color: #D80C18;
	color: white;
	font-size: 0.8rem;
	border-radius: 5px;
	padding: 0.2em 0.5em;
	margin-bottom: 0.5em;
}

#required-content div.r--block div.r--block__inner .r--block__inner--text-block {
	font-size: 1.1rem;
}

#required-content div.r--block div.r--block__inner .r--block__inner--text-block .name {
	margin-top: 0.5em;
}

/* 来場された方にはお得なプレゼントをご用意！ */

:root {
	--present-bg: #fff;
	--present-border: #b56f45;
}

#present {
	margin-top: 30px;
}

#present .ttl {
	background-color: var(--present-border);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	padding: .3em 0;
	position: relative;
}

#present .ttl .txt br {
	display: inline-block;
}

#present .ttl .icn {
	display: block;
	width: 67px;
	position: absolute;
	right: 0px;
	bottom: 0;
}

#present .enc {
	border-left: 4px solid var(--present-border);
	border-bottom: 4px solid var(--present-border);
	border-right: 4px solid var(--present-border);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 20px 3%;
	background-color: var(--present-bg);
}

#present .enc .fcol.lside {
	border-right: none;
	border-bottom: 2px solid var(--present-border);
	padding-bottom: 20px;
	padding-right: 2%;
	/* 202302追加 */
	margin-bottom: 0;
}

#present .enc .fcol.rside {
	padding-top: 20px;
	padding-left: 20px;
}

#present .enc .fcol.under {
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid var(--present-border);
	padding-top: 20px;
}

#present .enc .fcol.under .tx {
	width: fit-content;
	margin: 0 auto;
}

#present .enc .fcol.under .tx p {
	margin-bottom: 0 !important;
}

#present .enc .fcol .tl {
	width: -webkit-fill-available;
	display: table;
}

#present .enc .fcol .tl .ph,
#present .enc .fcol .tl .tx {
	vertical-align: top;
}

#present .enc .fcol .tl .ph {
	display: table-cell;
	width: 106px;
}

#present .enc .fcol.under .tl .ph {
	width: 30%;
}
#present .enc .fcol.under .tl.op{
	width: fit-content;
	display: flex !important;
    width: fit-content;
    align-items: center;
}
#present .enc .fcol.under .tl.op .ph {
	width: 12%;
        display: inline-grid;
}

#present .enc .fcol .tl .tx {
	padding: 0px 0 0 8%;
}

#present .enc .fcol .tl .tx .subject,
#present .enc .fcol.under .tx .subject {
	font-weight: bold;
	color: #b56f45;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 0.2em;
	/* 202302追加 */
}

#present .enc .fcol .tl .tx .subject span {
	font-size: 12px;

}

#present .enc .fcol .tl .tx p {
	margin-bottom: 0;
	line-height: 1.4;
}

#present .enc .fcol .tl .tx .col2 {
	display: inline-flex;
	margin-bottom: 0.8em;
}

#present .enc .fcol .tl .tx .col2 .col2-tt {
	font-weight: bold;
	font-size: 1rem;
	margin-top: 0.8em;
}

#present .enc .fcol .tl .tx .col2 .col2-tt::before {
	content: '';
	display: inline-table;
	width: 17px;
	height: 25px;
	background-image: url(.././img/home/presents-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 0.2em;
}

#present .enc .fcol.under .tl .ph {
	width: 30%;
}

/* #present>div>div {
	background-image: url(.././img/home/ph_present_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
} */

.venue-block .venue-block-text img{
	margin-bottom: 0.5em;
}
.magazine-block .magazine-block-img img{
	width: 60%;
	display: flex;
    margin: 0 auto;
}

.magazine-block .magazine-block-text h3{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.magazine-block .magazine-block-btn{
	text-align: center;
}
.magazine-block .magazine-block-text small{
	font-size: 0.6rem;
}

/* 関西フェスタ紹介 */

#support div.support-inner {
	border: #ea5404 4px solid;
	border-radius: 30px;
	background-color: #FDF0EC;
	padding: 2em;
}

#support div.support-inner h2 {
	text-align: center;
	font-size: 1.6rem;
}
#support div.support-inner h2 br {
	display: contents;
}

#support div.support-inner h2 span {
	position: relative;
	font-size: 1.5rem;
	color: #ea5404;
	padding: 0 1em;
	display: inline-block;
}

#support div.support-inner h2 span::before,
#support div.support-inner h2 span::after {
	position: absolute;
	top: 0;
	height: 1.8rem;
	content: '';
}

#support div.support-inner h2 span::before {
	border-left: solid 3px;
	left: 0;
	transform: rotate(-30deg);
}

#support div.support-inner h2 span::after {
	border-right: solid 3px;
	right: 0;
	transform: rotate(30deg);
}

#support div.support-inner figure figcaption {
	color: #333;
	font-size: 0.8rem;
	margin-top: 0.3em;
	margin-bottom: 0.8em;
}


/* おうちdeフェスタがおすすめ */
#recommend .inner {
	border: 4px solid #ffdea8;
	border-radius: 20px;
	padding: 10px 0 65px;
	position: relative;
}

#recommend figure {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

#recommend a {
	display: block;
	width: 208px;
	position: absolute;
	top: 78%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}


/* 応援しています。 */
a.jump_point {
	height: 1px;
	display: block;
	padding-top: 10px;
	margin-top: -10px;
}
#ouen p.msg {
	text-align: center;
}

#ouen p.msg br {
	display: inline-block;
}

#ouen .enc .ttl {
	background-color: #c1153e;
	color: #fff;
	text-align: center;
	padding: .3em 1em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#ouen .enc .box {
	background-color: #efefef;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 1em 4%;
	text-align: center;
}

#ouen .enc .lside {
	margin-bottom: 1.5em;
}

/* links */

#links {
	display: none;
}

@media handheld,
print,
screen and (max-width: 414px) {

	#links {
		display: block;
		margin-top: 40px;
	}

	#links li {
		width: 50%;
		margin-bottom: 1em;
	}

	#links li.r1,
	#links li.r2 {
		width: 50%;
	}

	#links li.r2 {
		display: inline-flex;
		width: 42%;
		padding: 0.5em 0.8em;
		background: rgb(240, 246, 218);
		border-radius: 10px;
	}

	#links li a {
		display: inline-block;
		color: #000;
		font-size: 15px;
		font-weight: bold;
		position: relative;
		padding-left: 13px;
		line-height: 1.3;
	}

	#links li a br {
		display: inline-block;
	}

	#links li a::before {
		content: '';
		border-top: 2px solid #eb5b0e;
		border-right: 2px solid #eb5b0e;
		width: 4px;
		height: 4px;
		position: absolute;
		left: 0;
		top: .5em;
		transform: translateY(-50%)rotate(135deg);
		-webkit-transform: translateY(-50%)rotate(135deg);
	}

	#links li.empty a::before {
		content: none;
	}
}


/* プロック共通 */
.block {
	border: 0px solid #000;
}

.block .hl_block {
	position: relative;
}

.block .hl_block span {
	padding-left: .7em;
	display: inline-block;
}

.block .hl_block span span.s,
.block .hl_block-g span span.s {
	font-size: 15px;
	padding: 0;
}


.block .hl_block::before {
	content: '';
	/*border-left: 4px solid #ec7493;*/
	width: 4px;
	height: 100%;
	position: absolute;
	left: 0;
	top: .2em;
}

#os_seminar.block .hl_block::before {
	border-left: 4px solid #ec7493;
}

#corp_seminar.block .hl_block::before {
	border-left: 4px solid #76b8da;
}

#com_intro.block .hl_block::before {
	border-left: 4px solid #eb833e;
}

#com_intro.block .hl_block-g::before {
	content: '';
	width: 4px;
	height: 100%;
	position: absolute;
	left: 0;
	top: .2em;
	border-left: 4px solid #6fba2c;
}

#com_intro.block .time-schedule {
	width: 88%;
	background-color: #e8f2d9;
	border-radius: 15px;
	padding: 1.5em;
	font-size: 105%;
}

#com_intro.block .time-schedule .time-schedule-text-b {
	font-weight: bold;
	margin-bottom: 0.5em;
}

#com_intro.block .time-schedule ol {
	position: relative;
	margin: 0 0 0 1em;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#com_intro.block .time-schedule ol li {
	list-style: none;
	margin: 0 0 0.3em 0;
	width: calc(50% - 10px);
}


#vari_cont.block .hl_block::before {
	border-left: 4px solid #eb673e;
}

#vari_cont.block .hl_block span span.s {
	/*display: block;*/
	padding-left: .0em;
	font-size: 11px;
}

#vari_cont.block .hl_block::before {
	content: '';
	/*border-left: 4px solid #ec7493;*/
	width: 4px;
	height: 100%;
	/*hei_ght: 100%;*/
	position: absolute;
	left: 0;
	top: .4em;
}

.what-oo {
	margin: 0 auto 2em auto;
	background-color: white;
	padding: 1.5em 2.5em;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #c4e4df calc(100% - 1px)),
		linear-gradient(90deg, transparent calc(100% - 1px), #c4e4df calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;

}

.what-oo .ttl {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #005181;
	margin: 0.5em 0;
	line-height: 1.2;
}

.what-oo .sab-ttl {
	text-align: center;
	font-weight: bold;
}

.what-oo .what-oo-inner {
	margin-bottom: 2em;
}

.what-oo .what-oo-inner .ph {
	margin: 0 auto;
}

#covid {
	width: 90%;
	margin: 0 auto;
	background-color: #f3f1e7;
	padding: 1em 1.5em;
}

#covid .covid-ttl {
	font-size: 1.6rem;
	margin: 1em 0;
	text-align: center;
	font-weight: bold;
}



/* オーナーズ・スタイル主催セミナー */
#os_seminar {
	background-color: #F0F6DA;
}

/* sbox */
.sbox {
	position: relative;
}

.sbox .place {
	background-color: #ec7493;
	color: #fff;
	padding: .4em 1.4em;
}

.sbox .place .time {
	color: #000;
	padding-left: 1em;
}

.sbox .place .time2 {
	color: white;
	font-size: 1.1rem;
	padding-right: 0.5em;
}

.sbox .move-btn {
	height: auto;
	position: absolute;
	top: 11px;
	right: 10px;
	background-color: white;
	border-radius: 5px;
	font-size: 0.8rem;
	font-weight: 700;
	margin-top: -0.4em;
	padding: 0.3em;
	cursor: pointer;
}

.sbox .move-btn::before {
	content: '';
	display: contents;
	width: 30px;
	height: 25px;
	background-image: url(.././img/home2/move-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.sbox .box {
	padding: 1.3em 5%;
	background-color: #fff;
}

.sbox .box .ttl .sub {
	display: block;
}

.sbox .box .txt .lecture {
	margin-top: .2em;
}

/*.sbox .box .enc .ph {
	padding-top: 2em;
}*/

.sbox .presents {
	border-top: none;
	padding-top: 1em;
}

.sbox .presents .presents-ph {
	max-width: 50%;
	margin: 0 auto;
}



/* オーナーズ・スタイル主催セミナー */
#corp_seminar {
	background-color: #F0F6DA;
}

#sbox_01 .box .tbl {
	display: table;
	width: 100%;
}

#sbox_01 .box .tbl .tx {
	display: table-cell;
	vertical-align: top;
}

#sbox_01 .box .tbl .icn {
	display: table-cell;
	vertical-align: top;
	width: 64px;
}

#special-block {
	background-color: #F0F6DA;
}

/* 企業セミナー一覧 */
.block .hl_sub {
	padding: .4em .4em;
}

.block .hl_sub.hl_sub_1 {
	border-top: 3px solid #76b8da;
	border-bottom: 3px solid #76b8da;
}

.block .hl_sub.hl_sub_2 {
	border-top: 3px solid #eb833e;
	border-bottom: 3px solid #eb833e;
}

.block .hl_sub.hl_sub_3 {
	border-top: 3px solid #7cb445;
	border-bottom: 3px solid #7cb445;
}

.block .hl_sub.hl_sub_4 {
	border-top: 3px solid #ef96ad;
	border-bottom: 3px solid #ef96ad;
}

.block .hl_sub.hl_sub_5 {
	border-top: 3px solid #e39600;
	border-bottom: 3px solid #e39600;
}

.block .hl_sub.hl_sub_6 {
	border-top: 3px solid #a794d7;
	border-bottom: 3px solid #a794d7;
}

.block .hl_sub.hl_sub_7 {
	border-top: 3px solid #62cbe9;
	border-bottom: 3px solid #62cbe9;
}

.block .hl_sub.hl_sub_8 {
	border-top: 3px solid #ef96ad;
	border-bottom: 3px solid #ef96ad;
}

.enc .fcol {
	margin-bottom: 1.5em;
}

/* 会場別色 */
#corp_seminar .sbox .place.place_a {
	background-color: #ec7493;
}

#corp_seminar .sbox .place.place_b {
	background-color: #a794d7;
}

#corp_seminar .sbox .place.place_c {
	background-color: #ef96ad;
}

#corp_seminar .sbox .place.place_d {
	background-color: #eb833e;
}

#corp_seminar .sbox .place.place_e {
	background-color: #76b8da;
}

#corp_seminar .sbox .place.place_f {
	background-color: #8fc31f;
}

#corp_seminar .sbox .box {
	padding: 1.5em 7%;
}

#corp_seminar .sbox .box .summary {
	margin-top: .6em;
}

#corp_seminar .sbox .box .summary span {
	font-weight: bold;
}

#corp_seminar .sbox .box .comp-tt {
	text-align: right;
	font-size: 100%;
}

#corp_seminar .sbox .box .tbl {
	display: table;
	margin-top: 1em;
}

#corp_seminar .sbox .box .tbl .ph {
	display: table-cell;
	vertical-align: top;
	width: 80px;
}
#corp_seminar .sbox .box .tbl .ph2 {
	display: table-cell;
	vertical-align: top;
	width: 167px;
}

#corp_seminar .sbox .box .tbl .ph3 {
	display: table-caption;
	width: 303px;
	margin-bottom: 0.8em;
}

#corp_seminar .sbox .box .tbl .prof {
	display: table-cell;
	vertical-align: top;
	padding-left: .8em;
}

#corp_seminar .sbox .box .tbl .prof2 {
	display: table-cell;
	vertical-align: top;
	padding-left: 0em;
}

#corp_seminar .sbox .box .tbl .prof .ti {
	line-height: 1.2;
}

#corp_seminar .sbox .box .tbl .prof .lecture {
	margin-top: .4em;
}
#corp_seminar .sbox .box.box2 {
	padding: 1.5em 2em !important;
	margin-bottom: 1em;
}

#corp_seminar .sbox .seminar-smallbox{
	display: grid;
    align-items: center;
    margin-bottom: 0;
    align-content: space-evenly;
}
#corp_seminar .sbox .seminar-smallbox .ttl{
	font-size: 1.5rem;
}
#corp_seminar .sbox .name_pf {
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
#corp_seminar .sbox .name_pf.colums {
	display: block;
}

#corp_seminar .sbox .prof {
	display: inline-grid;
}
#corp_seminar .sbox .ph_sp {
	display: block;
	width: 100px;
}
#corp_seminar .sbox .ph_sp.ph_sp2 {
	width: 200px;
	margin-top: 1em;
	margin-left: auto;
}
#corp_seminar .sbox .ph_sp.ph_sp3 {
	width: fit-content;
	margin-top: 1em;
}
#corp_seminar .sbox .prof .ti {
	margin-right: 1em;
}
#os_seminar .box .name_pf {
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
#os_seminar  .box .prof {
	width: calc(100% / 1);
	display: inline-grid;
	margin-right: 1em;
}
#os_seminar .box .ph_sp img{
	display: block;
	width: 100px;
	margin-top: 1em;
}
#os_seminar .box .ph.a-other,#corp_seminar .sbox .ph{
	display: none;
}



/*「大家さんの会セミナー」*/
#o-seminer-meeting {}

#o-seminer-meeting .o-seminer-meeting_tt {
	border-top: 1px solid #00508e;
	border-bottom: 1px solid #00508e;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
	color: #00508e;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 1em;
}

#o-seminer-meeting .o-seminer-meeting_tt span {
	font-size: 1.3rem;
}

#o-seminer-meeting .o-seminer-meeting_block {
	margin-bottom: 1em;
}

#o-seminer-meeting .o-seminer-meeting_block_time {
	border-top: 5px solid #00508e;
	border-bottom: 2px solid #00508e;
	padding: 0.2em 0;
	text-align: center;
	color: #00508e;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#o-seminer-meeting .o-seminer-meeting_block_box__tt {
	color: #000;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.3;
	margin-bottom: 0.2em;
}

#o-seminer-meeting .o-seminer-meeting_block_box__text {
	font-size: 1.3rem;
	font-weight: bold;
	color: #00508e;
}

#o-seminer-meeting .o-seminer-meeting_block_box__text span {
	color: #000;
	font-size: 1rem;
}


#o-seminer-meeting .o-seminer-meeting_block_box__text span .o-seminer-meeting_block_box__text-icon {
	color: #c1153e;
	display: inline;
	margin-right: 0.2em;
}

/* 自主管理大家さん向けサービス */
.picup-block {
	background-color: #FFF6E9;
	border-radius: 10px;
	padding: 3em 2em;
	text-align: center;
	align-items: center;
}

.pickup-block__sab_t-block h3 {
	background-color: #7cb445;
	border-radius: 10px;
	color: white;
	padding: 10px;
}

.pickup-block__content {
	display: flex;
	flex-wrap: wrap;
}

.pickup-block__content>div {
	display: block;
	background-color: #fff;
	border-top: 1px solid #7cb445;
	border-bottom: 1px solid #7cb445;
}

.pickup-block__content>div.pickup-block__content_none {
	background-color: rgba(255, 255, 255, 0);
	border: none;
	position: relative;
}

.pickup-block__content>div.pickup-block__content_none img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90%;
}

.pickup-block__content_title {
	display: block;
	padding: 1rem;
	font-size: 20px;
	border-bottom: 1px solid #7cb445;
	margin-bottom: 1rem;
}

.pickup-block__content_title span {
	color: #7cb445;
}

.pickup-block__content_text {
	padding: 0 2em;
	text-align: left;
}

.pickup-block__content_text span {
	display: block;
	font-weight: bold;
	padding-top: 0.3em;
}




/*「入場整理券制」*/
#corp_seminar #seiriken {
	border: 4px solid #d5d5d5;
	border-radius: 15px;
	padding: 1em 4%;
}

#corp_seminar #seiriken .msg {
	text-align: center;
}

#corp_seminar #seiriken .msg br {
	display: inline-block;
}

#corp_seminar #seiriken .enc {
	text-align: left;
	margin-top: 1em;
}

#corp_seminar #seiriken .enc div:nth-child(1) {
	margin-top: .5em;
}

#corp_seminar #seiriken .tuite {
	background-color: #ebc7d0;
	padding: .4em 1em;
	text-align: center;
	margin-top: .8em;
}

#corp_seminar #seiriken .summary {
	margin-top: 1em;
}

#corp_seminar #seiriken div.s-listbox {
	width: 100%;
	margin: 0 auto;
}

#corp_seminar #seiriken div.s-listbox ul {
	width: 100%;
	margin-top: 1em;
	text-align: justify;
}

#corp_seminar #seiriken div.s-listbox ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #000;
	border-radius: 50%;
	margin-right: 5px;
}


	.sbox .venue-1{
		display: flex;
		align-items: center;
		color: #65a9dc;
		background-color: #d1e2f4;
	}
	.sbox .venue-1 h3{
		padding: 0.5em 1.5em;
		font-size: 1.3rem;
		color: #fff;
		background-color: #65a9dc;
		margin-right: 1em;
	}

	.sbox .venue-2{
		display: flex;
		align-items: center;
		color: #e95383;
		background-color: #f8ccd5;
	}
	.sbox .venue-2 h3{
		padding: 0.5em 1.5em;
		font-size: 1.3rem;
		color: #fff;
		background-color: #e95383;
		margin-right: 1em;
	}

	.sbox .venue-3{
		display: flex;
		align-items: center;
		color: #8fc31f;
		background-color: #dcebba;
	}
	.sbox .venue-3 h3{
		padding: 0.5em 1.5em;
		font-size: 1.3rem;
		color: #fff;
		background-color: #8fc31f;
		margin-right: 1em;
	}
	.sbox .venue-4{
		display: flex;
		align-items: center;
		color: #ec782b;
		background-color: #fbefe6;
	}
	.sbox .venue-4 h3{
		padding: 0.5em 1.5em;
		font-size: 1.3rem;
		color: #fff;
		background-color: #ec782b;
		margin-right: 1em;
	}

	.sbox .venue-5{
		display: flex;
		align-items: center;
		color: #946751;
		background-color: #ebd9cc;
	}
	.sbox .venue-5 h3{
		padding: 0.5em 1.5em;
		font-size: 1.3rem;
		color: #fff;
		background-color: #946751;
		margin-right: 1em;
	}

/* 出入り自由 */
#corp_seminar #freeaccess {
}
#corp_seminar #freeaccess .msg{
	margin: 0 auto;
    width: fit-content;
    display: flex;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #946751;
	margin-bottom: 0.8em;
	padding: 0.8em 1.2em;
	border-radius: 50px;
}
#corp_seminar #freeaccess p{
	font-size: 1.1rem;
}

/* フェスタ終了後 */
#corp_seminar #syuuryougo {
	border: 4px solid #876ec6;
	border-radius: 15px;
	padding: 20px 4%;
}

#corp_seminar #syuuryougo figure {
	width: 94%;
	margin-left: 0;
	margin-right: auto;
}

/* フェスタ終了後202309 */
#corp_seminar #syuuryougo2 {
	border-radius: 15px;
	padding: 10px 2%;
	background-color: #FACFB1;
}

#corp_seminar #syuuryougo2 figure {
	width: 94%;
	margin-left: 0;
	margin-right: auto;
}


#corp_seminar #syuuryougo2 .syuuryougo2-right_link a {
	display: inline-block;
	background-color: white;
	font-size: 100%;
	font-weight: bold;
	padding: 2% 3%;
	border-radius: 30px;
	margin-top: 1em;
	border: 2px solid #fff;
}

#corp_seminar #syuuryougo2 .syuuryougo2-right_link a:hover {
	text-decoration: none;
	background-color: #3267a4;
	color: white;
}


/* 特別企画 大家さんの会広場 */
#special figure {
	max-width: 886px;
	margin-left: auto;
	margin-right: auto;
}

#special figure picture img {
	position: relative;
	top: 4em;
	right: 1em;
	transform: scale(1.2);
}

#special p.msg {
	text-align: left;
}

#special .special-block__title {
	text-align: center;
}

#special .special-block__title .spec-tag {
	width: fit-content;
	display: block;
	background-color: #EB6D8E;
	color: white;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 5px;
	padding: 0.2em 0.5em;
	margin: 0 auto 0.5em auto;
}

#special .special-block__title .title-top {
	font-size: 30px;
	font-weight: bold;
}

#special .special-block__title h2 {
	font-size: 55px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	color: #00508E;
}

#special .special-block__title p {
	font-size: 1.1rem;
	font-weight: bold;
}

.special-block__sab {
	padding: 1em 2em;
	background-color: #fff;
	border: 2px solid #fff;
	box-shadow: 2px 2px 10px #eee;
	border-radius: 20px;
}

.special-block__sab_title {
	width: 89%;
	margin: 0 auto;
	margin-bottom: 1rem;
	text-align: center;
}

.special-block__sab_title h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}

.special-block__sab_t-block .t-block_tt {
	font-size: 20px;
	font-weight: bold;
	color: #00508E;
	border-bottom: 1px solid #00508E;
	text-align: center;
	margin-bottom: 0.5em;
}

.special-block__sab_title .s-bubble {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	font-weight: bold;
}

.special-block__sab_title .s-bubble:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 24px;
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	left: 0;
}

.special-block__sab_title .s-bubble:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 24px;
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	right: 0;
}


.special-block__contents_tt {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.special-block__contents_tt_under-link {
	display: block;
	text-align: center;
}



#special .Largeset {
	margin-bottom: 2em;
}

#special .Largeset .col2 {
	padding: 2em;
	border: #ef858c 3px solid;
	border-radius: 15px;
}

#special .Largeset .col2 .sab-tt {
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
}

#special .Largeset .col2 .m-tt {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #ef858c;
	margin-bottom: 0.4em;
}

#special .Largeset .col2 p {
	margin-bottom: 0;
}

#special .Largeset .col2 p span {
	font-weight: bold;
}

#special .Largeset .col2 p span.br::after {
	content: "\A";
	white-space: pre;
}

#special .sbox {
	box-sizing: border-box;
	display: inline-block;
	border: double 8px #00508e;
	/*height: -webkit-fill-available;*/
	background-color: #fff;

}

#special .sbox .place {
	color: #00508e;
	background-color: #D9DEE2;
}

#special .sbox .since-box {
	display: flex;
	margin-bottom: 0.5em;
}

#special .sbox .box .s-box--tag {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 0.5em;
}

#special .sbox .box .s-box--tag:first-child {
	margin-left: 0;
}

#special .sbox .box .s-box--tag .s-box--tag_gray {
	text-align: center;
	padding: 0 0.6em;
	margin-right: 0.6em;
	background-color: #333;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
	font-size: 0.8rem;
}

#special .sbox .seminar-box {
	display: flex;
	align-items: center;
}

#special .sbox .seminar-box .seminar-box__text {
	margin-bottom: 0;
	color: #EB6D8E;
	display: grid;
}
#special .sbox .seminar-box.seminar-none {
	height: 72.8px;
}

#special .sbox .seminar-box .seminar-box__text span {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}

#special .sbox .seminar-name {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}
#special .sbox .seminar-img {
	margin: 0.8em;
}

#special .sbox .seminar-link {
	display: block;
	text-align: right;
	font-weight: bold;
}



#special .sbox .seminar-box .s-box--tag_pink {
	width: 70px;
	height: 70px;
	min-width: 70px;
	min-height: 70px;
	margin-right: 1.6em;
	background-color: #EB6D8E;
	color: #fff;
	display: inline-flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 0.8rem;
}

#special .fcol.sp_lec {
	border: 2px solid #fff;
}

#special .fcol.sp_lec .tbl {
	display: table;
	width: 100%;
	padding: 1.2em 5%;
}

#special .fcol.sp_lec .tbl .ph {
	display: table-cell;
	width: 70px;
	vertical-align: top;
}

#special .fcol.sp_lec .tbl .txt {
	display: table-cell;
	vertical-align: top;
	padding-left: 1.3em;
}

#special .fcol.sp_lec .tbl .txt .sub {
	margin-top: .5em;
}

#special .fcol.sp_lec .tbl .txt p {
	margin-top: .8em;
	margin-bottom: 0;
}




@media handheld,
print,
screen and (min-width: 360px) {
	/* iphone6 */

	#recommend a {
		top: 80%;
	}

	#required-content div.r--block div.r--block__inner .r--block__inner--text-block {
		font-size: 1.4rem;
	}

	#required-content div.r--block div.r--block__inner .r--block__inner--text-block span {
		font-size: 1.1rem;
	}

	#present .enc .fcol .tl .tx .col2 {
		display: block;
	}


	#present .enc .fcol.under .tl .ph {
		width: 50%;
	}

	#special .special-block__title h2 {
		font-size: 36px;
	}

	#special .special-block__title-after,
	{
	display: none;
}

#special .special-block__title .title-top {
	font-size: 20px;
}


.pickup-block__content .pickup-block__content_none img {
	position: unset !important;
	margin-top: 1em;
}


/* end of media query(iphone6) */
}

@media (max-width: 768px) {

	#special .special-block__title-after,
	#special .special-block__title-before {
		display: none;
	}
}




@media handheld,
print,
screen and (min-width: 414px) {

	/*  iPhone6 Plus */

	/* end of media query(iPhone6 Plus) */

}



@media handheld,
print,
screen and (min-width: 480px) {
	/* tablet */


	#vari_cont.block .hl_block span span.s {
		font-size: 15px;
	}

	.what-oo .what-oo-inner {
		margin-bottom: 0em;
	}

	/* 来場された方にはお得なプレゼントをご用意！ */
	#present {
		margin-top: 60px;
	}

	#present .ttl {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		font-size: 20px;
	}

	#present .ttl .icn {
		width: 82px;
		right: 20px;
	}

	#present .enc {
		border-left: 4px solid var(--present-border);
		border-bottom: 4px solid var(--present-border);
		border-right: 4px solid var(--present-border);
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		padding: 20px 3%;
	}

	#present .enc .fcol.lside {
		border-bottom: 2px solid var(--present-border);
		border-right: none;
	}

	#present .enc .fcol .tl .ph {
		width: 140px;
	}

	#present .enc .fcol.under .tl .ph {
		width: 30%;
	}

	/*#present .enc .fcol .tl .ph.ph-under{
	width: 260px;
}*/

	#present .enc .fcol .tl .tx {
		padding: 5px 0 0 8%;
	}

	#present .enc .fcol .tl .tx .subject,
	#present .enc .fcol.under .tx .subject {
		font-size: 18px;
	}

	#present .enc .fcol .tl .tx .col2 {
		display: inline-flex;
	}


	.sbox .move-btn {
		height: 22px;
		position: absolute;
		top: 11px;
		right: 20px;
		background-color: white;
		border-radius: 5px;
		color: #000;
		text-decoration: none;
		font-weight: 600;
		padding: 0.4em;
		font-size: 0.8rem;
		margin-top: 0;
	}

	.sbox .move-btn::before {
		content: '';
		display: inline-block;
	}

	#whatkind p {
		text-align: center;
	}

	/* おうちdeフェスタがおすすめ */
	#recommend .inner {
		border-radius: 20px;
		padding: 10px 0 65px;
	}

	#recommend figure {
		width: 94%;
	}

	#recommend a {
		width: 220px;
		top: 84%;
	}


	/* オーナーズ・スタイル主催セミナー */
	#sbox_01 .box .tbl .icn {
		width: 94px;
	}

	#covid {
		padding: 2.5em 3em;
	}

	#covid .covid-ttl {
		font-size: 1.8rem;
	}

	@media (-webkit-min-device-pixel-ratio: 2) {


		/* end of media query(retina) */
	}

	#special .special-block__title h2 {
		font-size: 55px;
	}

	#special .special-block__title-after {
		display: block;
		height: auto;
		position: relative;
		top: 3em;
		left: 1em;
		transform: scale(1);
	}

	#special .special-block__title .title-top {
		font-size: 30px;
	}

	#special .special-block__tt-text {
		font-weight: bold;
		font-size: 1.1rem;
		width: 70%;
		margin: 0 auto;

	}

	#corp_seminar .sbox .prof {
	display: block;
}


	/* end of media query(tablet) */
}









@media handheld,
print,
screen and (min-width: 620px) {
	/* iPad */

	#yt-move .ttl figure {
		width: 35%;
	}

	/* 来場された方にはお得なプレゼントをご用意！ */
	#present {
		margin-top: 60px;
	}

	#present .ttl {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		font-size: 30px;
	}

	#present .ttl .txt br {
		display: none;
	}

	#present .ttl .icn {
		width: 102px;
		right: 30px;
	}

	#present .enc {
		border-left: 4px solid var(--present-border);
		border-bottom: 4px solid var(--present-border);
		border-right: 4px solid var(--present-border);
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		padding: 30px 3%;
	}

	#present .enc .fcol.lside {
		border-right: 2px solid var(--present-border);
		border-bottom: none;
		padding-bottom: 0;
	}

	#present .enc .fcol.rside {
		padding-top: 0;
	}

	#present .enc .fcol .tl .ph {
		width: 190px;
	}

	#present .enc .fcol .tl .tx {
		padding: 5px 0 0 20px;
	}

	#present .enc .fcol.under {
		margin-top: 2%;
	}

	#present .enc .fcol .tl .tx .subject,
	#present .enc .fcol.under .tx .subject {
		font-size: 20px;
	}

	#present .enc .fcol.under .tx {
		/*width: 60%;
		text-align: center;*/
	}

	.venue-block .venue-block-text img{
		width: 100%;
		margin-bottom: 0.5em;
}


/* 関西フェスタ */
#support div.support-inner h2 {
	font-size: 2.2rem;
}
#support div.support-inner h2 br {
	display: block;
}

#support div.support-inner h2 span {
	font-size: 2rem;
}



	/* おうちdeフェスタがおすすめ */
	#recommend .inner {
		border-radius: 20px;
		padding: 10px 0 75px;
	}

	#recommend figure {
		width: 916px;
	}

	#recommend a {
		width: 260px;
		top: 73%;
	}


.magazine-block .magazine-block-img img{
	width: 100%;
}

	/* 応援しています。 */
	#ouen .enc .ttl {
		padding: .2em 1em;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	#ouen p.msg br {
		display: none;
	}

	#ouen .enc .lside {
		margin-bottom: 0;
	}

	/* links */
	#links li {
		width: 20%;
		margin-bottom: 1em;
	}

	#links li.r1 {
		width: 35%;
	}

	#links li.r2 {
		/*width: 33%;*/
		display: inline-flex;
		width: 46.5%;
		padding: 0.5em 0.8em;
		background: rgb(240, 246, 218);
		border-radius: 10px;
	}

	#links li a {
		font-size: 18px;
		padding-left: 16px;
	}

	#links li a br {
		display: none;
	}

	#links li a::before {
		border-top: 2px solid #eb5b0e;
		border-right: 2px solid #eb5b0e;
		width: 6px;
		height: 6px;
		top: .5em;
	}
	.inner--top20{
		margin-top: -20px;
	}

	/* プロック共通 */
	.block {
		border: 0px solid #000;
	}

	.block .hl_block {
		position: relative;
	}

	.block .hl_block span {
		padding-left: .7em;
	}

	.block .hl_block span span.s,
	.block .hl_block-g span span.s {
		font-size: 20px;
	}

	.block .hl_block::before {
		content: '';
		/*border-left: 6px solid #ec7493;*/
		width: 6px;
		height: 100%;
		position: absolute;
		left: 0;
		top: .2em;
	}

	#os_seminar.block .hl_block::before {
		border-left: 6px solid #ec7493;
	}

	#os_seminar .box .ph.a-other {
		display: block;
	}
	#os_seminar .box .ph_sp {
		display: none;
	}

	#corp_seminar.block .hl_block::before {
		border-left: 6px solid #76b8da;
	}

	#com_intro.block .hl_block::before {
		border-left: 6px solid #eb833e;
	}

	#com_intro.block .hl_block-g::before {
		content: '';
		width: 6px;
		height: 100%;
		position: absolute;
		left: 0;
		top: .2em;
		border-left: 6px solid #6fba2c;
	}

	#com_intro.block .time-schedule {
		width: 55%;
		background-color: #e8f2d9;
		border-radius: 15px;
		padding: 2.5em;
		font-size: 120%;
	}

	#com_intro.block .time-schedule ol li {
		list-style: none;
		margin: 0 0 0.3em 0;
		width: calc(33% - 10px);
	}

	#vari_cont.block .hl_block::before {
		border-left: 6px solid #eb673e;
	}

	#vari_cont.block .hl_block span span.s {
		font-size: 20px;
	}

	#vari_cont.block .hl_block::before {
		width: 4px;
		height: 1.9em;
		top: .4em;
	}

	/* sbox */
	.sbox .place {
		background-color: #ec7493;
	}

	.sbox .box {
		padding: 2em 3%;
	}

	.sbox .box .enc .ph {
		padding-top: 0;
	}

	.sbox .presents {
		border-top: 1px dotted #333;
		padding-top: 1em;
	}
	.sbox .venue-1{
		display: flex;
		align-items: center;
		color: #65a9dc;
		background-color: #d1e2f4;
	}
	.sbox .venue-1 h3{
		padding: 0.5em 1.5em;
		font-size: 1.3rem;
		color: #fff;
		background-color: #65a9dc;
		margin-right: 1em;
	}

	.sbox .venue-2{
		display: flex;
		align-items: center;
		color: #e95383;
		background-color: #f8ccd5;
	}
	.sbox .venue-2 h3{
		padding: 0.5em 1.5em;
		font-size: 1.3rem;
		color: #fff;
		background-color: #e95383;
		margin-right: 1em;
	}

	.sbox .venue-3{
		display: flex;
		align-items: center;
		color: #8fc31f;
		background-color: #dcebba;
	}
	.sbox .venue-3 h3{
		padding: 0.5em 1.5em;
		font-size: 1.3rem;
		color: #fff;
		background-color: #8fc31f;
		margin-right: 1em;
	}
	.sbox .venue-4{
		display: flex;
		align-items: center;
		color: #ec782b;
		background-color: #fbefe6;
	}
	.sbox .venue-4 h3{
		padding: 0.5em 1.5em;
		font-size: 1.3rem;
		color: #fff;
		background-color: #ec782b;
		margin-right: 1em;
	}

	.sbox .venue-5{
		display: flex;
		align-items: center;
		color: #946751;
		background-color: #ebd9cc;
	}
	.sbox .venue-5 h3{
		padding: 0.5em 1.5em;
		font-size: 1.3rem;
		color: #fff;
		background-color: #946751;
		margin-right: 1em;
	}

	/* オーナーズ・スタイル主催セミナー */
	#sbox_01 .box .tbl .icn {
		width: 140px;
	}

	#corp_seminar .sbox .box .tbl .ph {
		width: 100px;
	}
	#corp_seminar .sbox .box .tbl .ph2 {
		width: 202px;
	}

	#corp_seminar .sbox .box .tbl .ph3 {
		display: table-cell;
		vertical-align: top;
		width: 282px;
	}
	
	#corp_seminar .sbox .prof {
	display: inline-flex;
    justify-content: flex-end;
}
	#corp_seminar .sbox .rside{
		margin-bottom: 0;
		display: block;
	}

	/*「入場整理券制」*/
	#corp_seminar #seiriken {
		border: 4px solid #d5d5d5;
		border-radius: 20px;
		padding: 2em 3%;
	}

	#corp_seminar #seiriken .msg br {
		display: none;
	}

	#corp_seminar #seiriken .enc {
		text-align: center;
	}

	#corp_seminar #seiriken div.s-listbox {
		width: 55%;
	}


	#corp_seminar .sbox .seminar-smallbox .ttl{
		font-size: 1.6rem;
	}

	#corp_seminar .sbox .name_pf {
		display: inline-grid;
        justify-content: end;
	}
	#corp_seminar .sbox .name_pf.colums {
		display: inline-grid;
	}

	#corp_seminar .sbox .ph_sp {
		display: none;
	}
	#corp_seminar .sbox .ph{
	margin-bottom: 0;
	display: block;
}

	/* フェスタ終了後 */
	#corp_seminar #syuuryougo {
		border: 4px solid #876ec6;
		border-radius: 20px;
		padding: 30px 2%;
	}

	#corp_seminar #syuuryougo figure {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	/* フェスタ終了後202309 */

	#corp_seminar #syuuryougo2 figure {
		width: 84.381%;
		margin-left: auto;
		margin-right: auto;
	}


	/* 特別企画 大家さんのためのはじめての買い増し */
	#special p.msg {
		/*text-align: center;*/

	}

	#special .fcol.sp_lec .tbl {
		padding: 2em 7%;
	}

	#special .fcol.sp_lec .tbl .txt {
		padding-left: 1.3em;
	}

	#special .fcol.sp_lec .tbl .txt .sub {
		margin-top: .5em;
	}

	#special .fcol.sp_lec .tbl .txt p {
		margin-top: .8em;
	}


	/* end of media query(iPad) */
}