@charset "UTF-8";


/* ================共通================== */


:root {
    --main-color:#15195f;
    --sub-color:#697ead;
}


body {
	/*font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	background: #fff;
	color: #000000;
	line-height: 170%;
	font-size: 15px;
}

a,
a:hover {
	color: #666;
	text-decoration: none;
}

.btn-contact {
	background-color: #f39800;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fff !important;
	font-weight: bold;
	font-size: 18px;
}

.red {
	color: #e60012;
}

.pink {
	color: #ea5350;
}
.tar {
	text-align: right;
}
/* ================ヘッダー================== */
header {
	/*  border-bottom: solid 3px #ea5350;
  background: #ffffff url(../img/bg_header.jpg) center top repeat-x;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

@media screen and (max-width: 1020px) {
	header {
		background: none;
		border-bottom: solid 0px #ea5350;
	}

	.header-inner {
		background: #ffffff url(../img/bg_header.jpg) center top repeat-x;
	}

	#dropmenu {
		border-bottom: solid 3px #ea5350;
	}
}

@media screen and (min-width: 1020px) {
	header {
		background: #ffffff url(../img/bg_header.jpg) center top repeat-x;
		border-bottom: solid 3px #ea5350;
	}
}

.header-pre-entry .btn-pre-entry {
	position: relative;
}

.header-pre-entry .btn-pre-entry:after {
	content: "";
	display: block;
	position: absolute;
	border: solid 1px #fff;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* ================フッター================== */
.bnr-footer {
	background-color: #fafafa;
	border-top: solid 1px #ccc;
}

footer {
	background-color: #ea5350;
	color: #fff;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	display: block;
	border-radius: 50%;
	line-height: 50px;
	font-size: 16px;
}

/* ================MV================== */

.mv-container {
	border-bottom: solid 3px #15195f;
	/*background: url(../img/bg_mv_sp.jpg) center center repeat-x;*/
	background-size: contain;
	margin-top: 171px;
}

#js-slide__nav {
	text-align: center;
	position: relative;
	top: -310px;
}

#js-slide__nav__inner {
	/* display: inline-block;*/
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.slider-arrow {
	position: absolute;
	top: 50%;
	width: 62px;
	height: 62px;
	z-index: 10;
	cursor: pointer;
}

.slider-prev {
	left: 20px;
}

.slider-next {
	right: 20px;
}

.pc_slide {
	display: block;
}

.sp_slide {
	display: none;
}

@media only screen and (max-width: 768px) {
	.mv-container {
		background: none;
	}

	#js-slide__nav {
		text-align: center;
		position: absolute;
		top: 37%;
		width: 100%;
		padding: 0 5px;
	}

	#js-slide__nav__inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	.slider-arrow {
		position: static;
		top: 50%;
		width: 24px;
		height: 24px;
		z-index: 10;
		cursor: pointer;
	}

	.slider-prev {
		left: 20px;
	}

	.slider-next {
		right: 20px;
	}

	.pc_slide {
		display: block;
	}

	.sp_slide {
		display: block;
	}
}

/* ================TOPページ================== */
.unit-topinfo {
	/*	border: solid 1px #ccc;*/
}

.unit-news {
	border: solid 1px #ccc;
	border-top: solid 3px var(--main-color);
	font-size: 14px;
}

.unit-news h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.unit-news dl {
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	padding: 0 0 15px;
	margin-bottom: 15px;
}

.unit-news dl:last-child {
	margin-bottom: 0;
}

.unit-news dl dt span {
	display: inline-block;
	background-color: #ea5350;
	padding: 0.4em;
	color: #fff;
	font-size: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 1em;
	margin-left: 1em;
}

.unit-news dl dd {
	font-weight: normal;
	line-height: 150%;
}

.unit-news dl dd a {
	text-decoration: underline;
}

.unit-bnr {
	/*	border-top: 1px dashed #d9d9d9; */
	margin: 0 0  20px auto;
	/*	padding-top: 20px;*/
	text-align: center;
	max-width: 420px;
}

ul.bnr_block_a {
	margin-bottom: 20px;
}

ul.bnr_block_a li {
	padding-bottom: 10px;
}

ul.bnr_block_a li:last-child {
	padding-bottom: 0px;
}

ul.bnr_block_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.bnr_block_b li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 100%;
}

ul.bnr_block_b li:nth-child(2n) {
	margin-right: 0px;
}

.unit-fb {
	border: solid 1px #ccc;
	border-top: solid 3px #ea5350;
	margin: 20px auto 0;
	padding-top: 20px;
}

.bnr_block {
	margin-bottom: 20px;
}


.container .youtube {
	text-align: center;
	margin-bottom: 10px;
}


/* ===================================================================
スマホ
=================================================================== */
@media only screen and (max-width: 768px) {

	/* ================共通================== */
	.hide-pc {
		display: none;
	}

	.container {
		padding: 0px 2px 10px;
	}

	.container_top {
		padding-top: 70px;
	}

	body.top .container {
		padding-top: 40px;
	}

	li.nav-null ul {
		display: none;
	}

	/* ================バナー================== */
	.bnr-footer ul {
		padding: 10px;
		overflow: hidden;
	}

	.bnr-footer ul li {
		float: left;
		margin-bottom: 2%;
		width: 49%;
		margin-right: 2%;
	}

	.bnr-footer ul li:nth-child(2n) {
		margin-right: 0;
	}

	/* ================ヘッダー================== */
	header {
		/* height: 70px; */
	}

	header h1 {
		width: 260px;
	}
	header h1 img {
		max-height: 40px;
	}
	header .header-inner {
		padding: 15px;
	}

	.header-info,
	.header-pre-entry {
		display: none;
	}

	#menu {
		display: none;
	}

	.js .slicknav_menu {
		display: block;
	}

	/* ================フッター================== */
	footer {
		padding: 20px 10px;
	}

	.footer-info {
		border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	}

	.footer-info p {
		font-weight: bold;
	}

	.footer-info .guide-bnr {
		margin-bottom: 20px;
	}

	.footer-info ul {
		font-size: 12px;
		padding: 10px 0;
	}

	.footer-info ul li {
		line-height: 160%;
	}
	.footer-info ul li a {
		color: white;
	}

	.copyright {
		font-size: 10px;
		line-height: 140%;
		padding-top: 10px;
		padding-bottom: 50px;
	}

	#page-top {
		display: none !important;
	}

	/* ================MV================== */
	.mv-container {
		border-bottom: solid 3px var(--main-color);
		position: relative;
		margin-top: 65px;
		margin-top: 70px;
	}

	.mv-container .mv-sp {
		width: 100vw;
		margin: 70px auto 0;
		padding: 0;
	}

	.mv-sp .mv-catch {
		margin-bottom: 0px;
	}

	.mv-sp ul li {
		margin-bottom: 10px;
		text-align: center;
	}

	.mv-sp2 ul li {
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}

	/* ================トップページ================== */
	.unit-news {
		margin-bottom: 10px;
		padding: 10px;
	}

	ul.bnr_block_a {
		text-align: center;
		padding-top: 20px;
	}

	ul.bnr_block_b {
		text-align: center;
	}

	ul.bnr_block_b li {
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 20px;
		width: 100%;
	}

	ul.bnr_block_b li:nth-child(2n) {
		margin-right: 0px;
	}

	.unit-fb {
		padding: 10px;
		margin-bottom: 10px;
	}

	.bnr_block {
		text-align: center;
		margin-top: 10px;
	}

	.container iframe {
		max-width: 100%;
		height: 54vw;
	}
}

/* ===================================================================
PC
=================================================================== */
@media print,
screen and (min-width: 769px) {

	/* ================共通================== */
	.hide-sp {
		display: none;
	}

	.container {
		padding: 0px 0 40px;
		margin: 0 auto 0;
		width: 1000px;
	}

	.container_top {
		padding-top: 170px;
	}

	body.top .container {
		padding-top: 40px;
	}

	/* ================ヘッダー================== */
	.header-inner {
		width: 1000px;
		height: 110px;
		margin: 0 auto;
		overflow: hidden;
        display: flex;
        justify-content: space-between;
	}

	.header-inner h1 {
		/* float: left; */
		margin-top: 10px;
        a {
            display: block;
        }
	}

	.header-inner h1 img {
		width: 320px;
	}

	.header-info {
		float: right;
		display: flex;
		/* gap: 20px; */
		font-size: 12px;
		position: relative;
		margin-top: 15px;
		margin-top: 3px;
		/* margin-top: 22px;
		margin-left: 75px;
		margin-right: 15px; */
		/*	margin-left: 20px;*/
		flex-direction: column;
	}

	.header-info ul {
		position: absolute;
		right: 0;
		top: 30px;
		overflow: hidden;
	}

	.header-info ul li {
		float: left;
		margin-left: 10px;
	}

	.btn-header a {
		display: block;
		padding: 2px 15px;
		color: #fff;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	}

	.header-info .btn-access a {
		background-color: #37ced3;
	}

	.header-info .btn-entry a {
		background-color: #ea5350;
	}

	.header-info dl {
		/*	overflow: hidden;*/
		line-height: 180%;
	}

	.header-info dl dt {
		float: left;
		background-color: #727171;
		padding: 4px 0;
		text-align: center;
		color: #fff;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		width: 80px;
		line-height: 1em;
	}

	.header-info dl dd {
		margin-left: 90px;
		font-weight: bold;
		line-height: 1.1;
	}

	.header-info dl dd span {
		font-size: 24px;
		font-weight: bold;
	}

	.header-pre-entry {
		/* float: right; */
		margin-top: 3px;
		/* width: 450px; */
		display: flex;
		justify-content: end;
		/*	margin-top: 25px;*/
		/*margin-left: 30px;*/
	}

	.header-pre-entry a {
		/*	width: 330px;*/
		width: 225px;
		display: block;
	}
	.header-pre-entry a img {
		max-width: 100%;
		image-rendering: -webkit-optimize-contrast;
	}

	.header-pre-entry a:hover {
		opacity: 0.7;
	}

	/* お問い合わせボタン */

	.head_contact {
		float: left;
		width: 235px;
		background: #72cc49;
		overflow: hidden;
		margin-bottom: 12px;
	}

	.head_contact ul {
		text-align: center;
		color: #f3ffff;
	}

	.head_contact ul li {
		display: inline-block;
		height: 50px;
		line-height: 50px;
	}

	.head_contact ul li.contact_icon {
		padding-right: 12px;
	}

	.head_contact ul li.contact_icon img {
		width: 27px;
		vertical-align: middle;
	}

	.head_contact ul li.contact_arrow {
		padding-left: 15px;
	}

	.head_contact ul li.contact_arrow img {
		width: 8px;
		vertical-align: middle;
	}

	a>.head_contact:hover {
		background: rgba(114, 204, 73, 0.8);
	}

	/* ================ナビゲーション================== */
	.gnavi {
		border-top: solid 1px #ccc;
		background-color: #fcebea;
	}

	.gnavi ul {
		width: 1000px;
		margin: 0 auto;
	}

	.gnavi ul li {
		width: calc(100% / 5);
		width: 147px;
	}
	.gnavi ul li.nav-wide {
		width: 200px;
	}

	.gnavi ul li.nav-first {
		/* width: calc(100% / 7); */
		/*166px*/
		float: left;
		border-right: solid 1px #ccc;
		text-align: center;
		height: 60px;
		position: relative;
		font-size: 13px;
		font-weight: bold;
	}

	.gnavi ul li.nav-first:first-child {
		border-left: solid 1px #ccc;
		/*width: 170px; */
	}

	.gnavi ul li.nav-first>a,.gnavi ul li.nav-first>span {
		display: block;
		height: 100%;
		width: 100%;
		line-height: 120%;
		position: relative;
		color: #666;
	}

	.gnavi ul li.nav-first span {
		display: block;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
	}

	.gnavi ul li.nav-first a span em {
		display: block;
		font-size: 10px;
		font-style: normal;
		color: #ea5350;
	}

	.gnavi ul li.nav-nomal a.current,
	.gnavi ul li.nav-nomal a:hover {
		background-color: #ea5350;
		color: #fff !important;
	}

	.gnavi ul li.nav-nomal a:hover span em {
		color: #fff;
	}

	.gnavi ul li.nav-contact a {
		background-color: #f39800;
		color: #fff;
	}

	.gnavi ul li.nav-null {
		color: #999;
	}

	.gnavi ul li i {
		font-size: 10px;
		color: #fff;
		position: absolute;
		right: 0;
		top: 6px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		z-index: 5;
		font-style: normal;
	}

	.nav-new:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		border-bottom: 3em solid transparent;
		border-right: 3em solid #ff797d;
		width: 0;
		height: 0;
	}

	.slicknav_menu {
		display: none;
	}

	/* ================プルダウン================== */

	.dropmenu {
		*zoom: 1;
	}

	.dropmenu:before,
	.dropmenu:after {
		content: "";
		display: table;
	}

	.dropmenu:after {
		clear: both;
	}

	.dropmenu li {
		/* background-color: #fff; */
		position: relative;
		width: 165px;
		float: left;
		text-align: center;
	}

	.dropmenu li a {
		display: block;
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
	}

	.dropmenu li ul {
		position: absolute;
		z-index: 9999;
		top: 100%;
		left: 0;
	}

	.dropmenu li.nav-first {
		border-bottom: solid 1px #ccc;
	}

	.dropmenu li:hover ul li {
		border-top: solid 1px #ccc;
	}

	#dropmenu li ul li {
		clear: both;
		overflow: hidden;
		height: 0;
		transition: 0.2s;
	}

	#dropmenu li:hover ul li {
		overflow: visible;
		height: 40px;
	}

	#dropmenu li:hover ul li a {
		line-height: 40px;
	}

	#dropmenu li ul li a:hover {
		color: #ea5350;
	}

	/* ================バナー================== */
	.bnr-footer {
		padding: 40px 0;
	}

	.bnr-footer ul {
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}

	.bnr-footer ul li {
		width: 235px;
		float: left;
		margin-right: 20px;
	}

	.bnr-footer ul li:last-child {
		margin-right: 0;
	}

	/* ================フッター================== */
	footer .footer-inner {
		width: 1000px;
		margin: 0 auto;
		background-color: #ea5350;
	}

	.footer-info {
		overflow: hidden;
		padding: 40px 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	}

	.footer-info .footer-sitetitle {
		width: 250px;
		float: left;
	}

	.footer-info ul {
		font-size: 12px;
		float: left;
		width: 560px;
	}

	.footer-info .guide-bnr {
		float: left;
		width: 240px;
	}

	.copyright {
		padding: 15px;
	}

	.copyright p {
		text-align: center;
		font-size: 10px;
	}

	.mv-container2 {
		height: 150px;
		text-align: center;
		padding: 15px 0 0;
	}

	.mv-pc {
		width: 860px;
		margin: 164px auto 0;
		position: relative;
	}

	.mv-pc .list-btn {
		overflow: hidden;
		padding: 30px 60px;
	}

	.mv-pc .list-btn li {
		display: inline-block;
		padding: 0 5px;
	}

	.mv-pc .list-btn li:last-child {
		margin-right: 0;
	}

	/* ================トップページ================== */
	.top-container {
		overflow: hidden;
	}

	.unit-topinfo {
		width: 450px;
		float: left;
		margin-top: 30px;
	}

	.unit-topinfo_left {
		width: 550px;
	}

	.unit-topinfo:first-child {
		margin-right: 0px;
		margin-top: 30px;
	}

	.unit-news {
		padding: 25px;
	}

	.unit-news .news {
		height: 300px;
		overflow: auto;
	}

	.unit-fb {
		padding: 15px;
		margin-bottom: 20px;
	}
}

.footer-menu {
	display: none;
}

@media only screen and (max-width: 769px) {
	.footer-menu ul {
		text-align: center;
		min-height: 55px;
		line-height: 55px;
	}

	.footer-menu ul li {
		display: inline-block;
		vertical-align: middle;
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
		padding: 0;
		line-height: 1.5;
	}

	.mail_btn {
		display: inline-block;
		width: calc(100% * 260 / 640);
		vertical-align: middle;
		border-right: 1px solid rgba(0, 0, 64, 0.2);
	}

	.mail_btn img {
		width: 85%;
	}

	.tel_btn {
		display: inline-block;
		width: calc(100% * 260 / 640);
		vertical-align: middle;
		border-right: 1px solid rgba(0, 0, 64, 0.2);
	}

	.tel_btn img {
		width: 85%;
	}

	.top_btn {
		display: inline-block;
		width: calc(100% * 100 / 640);
		vertical-align: middle;
	}

	.top_btn img {
		width: 60px;
	}

	.footer-menu {
		width: 100%;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #009e41;
		background: -moz-linear-gradient(top, #009e41 0%, #147e34 100%);
		background: -webkit-linear-gradient(top, #009e41 0%, #147e34 100%);
		background: linear-gradient(to bottom, #009e41 0%, #147e34 100%);
		box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.footer-menu {
		left: 0px;
	}
}

.attention_txt {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px;
	background-color: #ffffff;
	border: 5px solid #f39800;
	padding: 2%;
}

.attention_txt p {
	font-size: 18px;
	font-weight: 700;
}

.attention_txt a {
	border-bottom: 2px solid #df3236;
	padding: 0 3px;
}

@media only screen and (max-width: 768px) {
	.attention_txt {
		width: 90%;
	}

	.attention_txt p {
		font-size: 16px;
	}
}

.is-fixed {
	position: fixed;
	top: 0;
	/*	left: 0;*/
	z-index: 1;
	width: 100%;
}

.pc_none {
	display: none;
}

@media only screen and (max-width: 769px) {
	.sp_none {
		display: none;
	}

	.pc_none {
		display: block;
	}
}

span.s_size {
	font-size: 14px;
	font-weight: normal;
	color: #000000 !important;
}

.l_size {
	font-size: 150% !important;
}

@media only screen and (max-width: 769px) {
	.l_size {
		font-size: 120% !important;
	}
}

.mt0 {
	margin-top: 0px !important;
}

.mb2 {
	margin-bottom: 2em;
}

/* 印刷用指定
----------------------------------------------------*/
@page {
	size: A4;
	margin: 10mm;
}

@media print {
	body {
		font-family: "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro",
			"Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		min-width: 1000px;
		/* 値はデザインに準拠 */
		width: 190mm;
		/* needed for Chrome */
		zoom: 0.75;
		-webkit-print-color-adjust: exact;
		/* Chrome 背景まで印刷する指定 */
		overflow-y: visible;
		overflow-x: visible;
	}

	header {
		border-bottom: solid 3px #ea5350;
		background: #ffffff url(../img/bg_header.jpg) center top repeat-x;
		position: static;
	}

	#page-top {
		/* ページ上部へ戻るを消す */
		display: none !important;
	}

	.special_area,
	.merit-container {
		page-break-after: always;
		/* 直後に改ページさせる */
	}

	.show,
	.merit-container,
	.item-act {
		page-break-inside: avoid;
		/* 途中改ページを防ぐ */
	}
}

@media print and (-ms-high-contrast: none) {

	/* IE10以降ハック */
	body {
		zoom: 92%;
	}
}


#portal_block {
	margin-top: 0!important;
}
.f_r {
	float: right;
}
.fr_img {
	max-width: 40%;
	width: 300px;
	margin: 0 0 10px 10px;
	text-align: right;
	font-size: 90%;
}

/* -------------------------------
追加:20220105
------------------------------- */

.unit-topinfo .top_bnr_ttl {
    width: 100%;
    background: #C30D23;
    padding: 0;
    position: relative;
    margin-bottom: 24px;
    border-radius: 5px;
    /* margin-top: 20px; */
}


.unit-topinfo .top_bnr_ttl p {
    background: #C30D23;
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
}
.unit-topinfo .top_bnr_ttl p:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    border: 10px solid transparent;
    border-top-color: var(--main-color);
    top: 100%;
    left: 48%;
}

.unit-topinfo .top_bnr_ttl_smalltext p {
	/* font-size: 14px;
	line-height: 1.4; */
	background-color: #B3424A;
}
.unit-topinfo .top_bnr_ttl_smalltext p:after {
	border-top-color: #B3424A;
}
.unit-topinfo .top_bnr_ttl_smalltext br {
	display: none;
}

@media only screen and (max-width: 769px) {
	.unit-topinfo .top_bnr_ttl_smalltext br {
		display: block;
	}
}

/* -------------------------------
20220930
------------------------------- */

.unit-topinfo .top_bnr_ttl2 p {
	background-color: #ea5550;
}
.unit-topinfo .top_bnr_ttl2 p:after {
	border-top-color: #ea5550;
}

/* -------------------------------
20230220
------------------------------- */
#page-top a , #page-top div.scroll_to_top {
    background: #b3b3b3;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    height: auto;
    display: block;
    border-radius: 0;
    line-height: initial;
}
#page-top {
    position: fixed;
    bottom: -80px;
    right: 20px;
	transition: 0.3s;
}
.show_navi .ttl-line span {
	color: #24733a;
}



@charset "UTF-8";
@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: "";
}

object,
embed {
	vertical-align: top;
}

hr,
legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	/*font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	background: #fff;
	color: #333;
	font-size: 75%;
	line-height: 160%;
}

html>

/**/
body {
	font-size: 14px;
}

/* ------------ A Style */
a:link,
a:visited,
a:visited,
a:active {
	text-decoration: none;
	color: #777777;
}



.mb_only,.mb_only_inline {
    display: none;
}

.mv-second {
    background: url(../img/bg_paper.jpg) center center repeat;
}

.mv-second .mv-inner {
    background: url(../img/bg_mv_bar.png) center bottom repeat-x;
}

.mv-second h2 {
    text-align: center;
    color: #ea5350;
}

.ttl-line {
    text-align: center;
    position: relative;
}

.ttl-line:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: solid 1px #ccc;
}

.ttl-line span {
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 10px 20px;
}
.ttl-line.mod2021 span {
    padding: 0px 20px;
    margin: 10px 0;
}

.note {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 130%;
}

.head_access_link {
    color: #22a73c;
    font-weight: bold;
}

.head_access_link span {
    text-decoration: underline;
    font-size: 100% !important;
}

img{
-webkit-backface-visibility: hidden;
}


/* ================開催概要================== */
.about {
    font-size: 14px;
}

.outline {
    background: url(../img/bg_paper.jpg) center center repeat;
}

.outline h4 {
    background-color: #ea5350;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.outline .date dl dt {
    background-color: #ea5350;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #fff;
    font-size: 14px;
}

.outline .service dl dt {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    color: #fff;
    text-align: center;
    padding: 2px;
}

.outline .service dl dt.food {
    background-color: #f39800;
}

.outline .service dl dt.facility {
    background-color: #72bb2a;
}

.buyer {
    background-color: #7b080e;
}

.buyer .inner {
    background-color: #004e1c;
}

.buyer p {
    text-align: center;
}

.buyer-section dl dt {
    text-align: center;
    background-color: #666;
    color: #fff;
    padding: 5px;
}

.buyer-section dl dt.area01 {
    background-color: #ea5350;
}

.buyer-section dl dt.area02 {
    background-color: #23ac38;
}

.buyer-section dl dt.area03 {
    background-color: #f39800;
}

.buyer-section dl dt.area04 {
    background-color: #fff100;
    color: #666;
}

.buyer-section dl dt.area05 {
    background-color: #00a0e9;
}

.buyer-section dl dt.area06 {
    background-color: #ae8249;
}

.buyer-section dl dd {
    padding: 15px;
    background-color: #fff;
}

.pic_list {
    display: flex;
    width: 1000px;
    margin: 0 auto 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pic_list02 {
    display: flex;
    width: 1000px;
    margin: 15px auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pic_item_02 {
    width: 50%;
    margin-bottom: 10px;
}

.pic_item_03 {
    width: 32%;
}

.exhibition_area,
.special_area {
    margin: 50px 0;
}
.exhibition_area .head {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ea5350;
}

.special_area.mod2021 .exhibition_area {
    margin-bottom: 20px;
}
/* .special_area.mod2021 > div:nth-child(2) {
    text-align: center;
    margin-bottom: 35px;
    font-size: 140%;
    font-weight: bold;
} */

.special_area .sdgs {
    float: right;
    margin: 0 0 10px 10px;
}
.special_area .sdgs img {
    width: 55px;
    margin-left: 5px;
}
.special_area .show_area p img {
    float: right;
    margin: 15px 0 0 15px;
}




.exhibition_area p {
    margin-bottom: 10px;
}

.special_area_txt {
    margin: 10px 0;
}
#show02 .special_area_txt {
    text-align: center;
}
#show02 .special_area_txt.mod2021 {
    font-size: 16px;
}
.style_area_name{
    font-size: 14px;
    text-align: center;
}


.exhibition_area h3.ttl-line {
    color: #ea5350;
}

h3.outline_h3 {
    margin-bottom: 1em;
    border-left: 5px solid #ea5350;
    font-size: 24px;
    padding-left: 10px;
    line-height: 1;
}

/* ================出展のメリット================== */
.merit-container .item-merit {
    margin-bottom: 20px;
}

.merit-container .item-merit h3 {
    text-align: center;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-bottom: 1em;
    padding: 0.3em;
    font-size: 16px;
}

.merit-container .merit01 h3 {
    background-color: #f79903;
}

.merit-container .merit02 h3 {
    background-color: #f79903;
}

.merit-container .merit03 h3 {
    background-color: #f79903;
}

.merit-container .merit04 h3 {
    background-color: #f79903;
}
.merit-container .merit05 h3 {
    background-color: #f79903;
}



.merit-container .merit-dl {
    margin-bottom: 1em;
}

.merit-container .merit-dl dt {
    font-size: 18px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
}

.merit-container .merit-dl dt span {
    color: #e60012;
}
.font_color_pink{
    color: #e60012;
}

.merit-container .merit-buyer {
    margin-bottom: 10px;
}

.merit-container .merit-buyer dd {
    padding: 10px 20px;
}

.merit-container .merit-buyer dt {
    background-color: #f79903;
    text-align: center;
    color: #fff;
    padding: 0.5em;
    margin-bottom: 10px;
}

.merit-container .merit-buyer dd {
    font-size: 12px;
    line-height: 1.5;
}



.merit05 .merit_buyer {
    background-color: #ffe5bb;
    padding: 10px 0;
    position: relative;
}

.merit05 .merit_buyer .ab {
    position: absolute;
    right: 0;
    color: black;
    font-size: 50%;
    font-weight: normal;
}

@media only screen and (max-width: 360px) {
    .merit05 .merit_buyer .ab {
        position: relative;
        display: block;
        line-height: 1.8;
        text-align: right;
    }
}


.merit05 .show_graf_ttl {
    margin: 20px 0 30px;
}
.merit05 h4 {
    margin-bottom: 10px;
}
.merit05 .img {
    padding: 10px;
}
.merit05 .img img {
    margin-bottom: 10px;
}


/* -------------------------------
show merit2021
------------------------------- */
.merit-container .merit05 .box dt {
	margin-bottom: 0;
}
.merit-container .merit05 .box dd {
	font-size: 100%;
    padding: 10px 20px;
    background-color: #ffeed2a6;
}
.merit-container .merit05 h3 {
    margin-bottom: 0.2rem;
}
.merit-container .merit05 > div:nth-child(2) {
    width: 100%;
    text-align: right;
    font-size: 12px;
}
.merit-container .merit05 > div:last-child > div:last-child {
	display: flex;
}
.merit-container .merit05 > div:last-child > div:last-child > div {
	width: 32%;
}


.activity h4 {
    color: #23ac38;
    font-weight: bold;
}

.item-act h5 {
    background-color: #f6f6f6;
    margin-bottom: 2em;
}

.item-act h5 span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    width: 120px;
    height: 40px;
    color: #f6f6f6;
    line-height: 40px;
    text-align: center;
    background: #19283c;
    z-index: 0;
    font-size: 20px;
}

.item-act h5 span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -20px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 10px;
    border-color: transparent transparent transparent #19283c;
}

.item-act01 h5 span {
    background-color: #ea5350;
}

.item-act01 h5 span:after {
    border-color: transparent transparent transparent #ea5350;
}

.item-act02 h5 span {
    background-color: #23ac39;
}

.item-act02 h5 span:after {
    border-color: transparent transparent transparent #23ac39;
}

.item-act03 h5 span {
    background-color: #f39800;
}

.item-act03 h5 span:after {
    border-color: transparent transparent transparent #f39800;
}

.item-act04 h5 span {
    background-color: #1e94d4;
}

.item-act04 h5 span:after {
    border-color: transparent transparent transparent #1e94d4;
}

.item-act05 h5 span {
    background-color: #ea5350;
}

.item-act05 h5 span:after {
    border-color: transparent transparent transparent #ea5350;
}

.item-act06 h5 span {
    background-color: #23ac38;
}

.item-act06 h5 span:after {
    border-color: transparent transparent transparent #23ac38;
}

.item-act07 h5 span {
    background-color: #0ba29a;
}

.item-act07 h5 span:after {
    border-color: transparent transparent transparent #0ba29a;
}

.item-act01 h6 {
    color: #ea5350;
}

.item-act02 h6 {
    color: #23ac39;
}

.item-act03 h6 {
    color: #f39800;
}

.item-act04 h6 {
    color: #1e94d4;
}

.item-act05 h6 {
    color: #ea5350;
}

.item-act06 h6 {
    color: #23ac38;
}

.item-act07 h6 {
    color: #0ba29a;
}

.item-act07 table thead tr {
    background-color: #0ba29a;
    color: #fff;
}

.item-act07 table tr:nth-child(even) {
    background-color: #ffeeee;
}

.item-act07 table tr td {
    border-right: solid 1px #fff;
}

.item-act07 table tr th,
.item-act07 table tr td {
    padding: 0.5em;
    text-align: left;
    font-size: 12px;
}

.last-year-result {
    margin-top: 10px;
    text-align: right;
}

.ttl-thanks {
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 20px;
}

.ttl-thanks span {
    background-color: #f39800;
    color: #fff;
    padding: 0.2em 1em;
    display: inline-block;
}

.list-unit .list {
    margin-bottom: 10px;
}

.list-unit ul li {
    line-height: 140%;
    width: 50%;
    float: left;
}

.list-unit .list {
    float: left;
}

.list-unit .list p {
    background-color: #f39800;
    color: #fff;
    text-align: center;
    padding: 0.2em;
    margin-bottom: 10px;
}

.media-ttl {
    margin-bottom: 10px;
}

.media-ttl span {
    color: #0ba29a;
    font-weight: bold;
    font-size: 20px;
}

.item-act .col-all {
    margin-bottom: 10px;
}

.schedule {
    border: solid 1px #e60044;
    margin-bottom: 30px;
}

.schedule h5 {
    background-color: #e60044;
    color: #fff;
    text-align: center;
    padding: 1em;
}

.schedule .inner {
    padding: 15px;
}
.visiter_answer{
    font-size: 13px;
}
.show_graf_ttl {
    font-size: 20px;
    color: #e95383;
    line-height: 140%;
    font-weight: bold;
}
.show_graf_ttl.mod2021 {
    color: red;
}

.show_graf {
    text-align: center;
}

.show_graf img {
    width: 100%;
}

.show_graf.mod2021 img {
    width: 100%;
    /* padding: 30px; */
}

.show .date dl dt {
    background-color: #e50044;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #fff;
    font-size: 14px;
}

.show h4.super {
    background-color: #e50044;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 20px;
}

.show h4.delivery {
    background-color: #44af35;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 20px;
}

.show h4.gaishoku {
    background-color: #7f1083;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 20px;
}

.show .date dl dt {
    background-color: #e50044;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.show .date dl.delivery dt {
    background-color: #44af35;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #fff;
    font-size: 14px;
}

.show .date dl.gaishoku dt {
    background-color: #7f1083;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #fff;
    font-size: 14px;
}

.show .date dl.kouen dt {
    background-color: #666666;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #fff;
    font-size: 14px;
}

.show_area_img.mod2021 {
    text-align: right;
    margin-top: 15px;
}

.show_area_img.mod2021 img {
    max-width: 200px;
}
.show_area img.mod2021 {
    max-height: 140px;
}

.show_area_img.mod2021 img.wide {
    max-width: 100%;
}

.show_area_img.mod2021 img.wide_m {
    max-width: 280px;
}


.show .inner.col2 {
	justify-content: center;
    flex-wrap: wrap;
}
.show .inner.col2 > div {
	width: 33%;
	margin: 0 20px;
}


.show .inner.col2 > div img {
	width: 100%;
}
.show .inner.col2 > div > div {
    margin-top: 10px;
    text-align: right;
}

#show04 .p20 {
	padding: 20px;
}


/* SDGsマーク */
.show_area h3 {
	position: relative;
}
.show_area h3 > div {
    position: absolute;
    right: 0;
    top: -6px;
    display: flex;
    align-items:  flex-start;

}
.show_area h3 > div img {
    width: 38px;
    height: auto;
    display: block;
    margin-left: 3px;
}
.show_area h3.pr_wide {
    padding-right: 80px;
}
.show_area h3.mr_one {
    margin-right: 70px;
}
.show_area h3.mr_zero {
    margin-right: 0;
}

#show06 > div:nth-child(2) {
    margin-bottom: 40px;
}
#show06 h4 {
    text-align: left;
}
#show06 .inner {
    padding: 20px 0 20px;
}
#show06 .inner.mod2021 {
    padding: 20px;
    margin: 20px 10px;
    border: solid;
    border-color: #5183dc;
    align-items: center;
}
#show06 .inner.mod2021.no_border {
    border: none;
    align-items: center;
    
}
.sdgs_img{
    flex:2.8 !important;
}

#show06 .inner > div {
    margin: 10px;
}
#show06 .inner > div:first-child {
    flex:1.5 ;
    font-size: 16px;
}
#show06 .inner > div:last-child {
    flex:3 ;
    font-size: 16px;
}
#show06 .inner > div.c_pt:last-child {
    padding-top: 28px;
}

#show06 h4 {
    background-color: #f6f6f6;
    padding: 0;
}

#show06 h4 span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    width: 120px;
    height: 40px;
    color: #f6f6f6;
    line-height: 40px;
    text-align: center;
    background: #e50044;
    z-index: 0;
    font-size: 20px;
}

#show06 h4 span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -20px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 10px;
    border-color: transparent transparent transparent #e50044;
}
#show06 > div:nth-child(2) {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}
.sdgs_content{
    font-size: 18px !important;
}



/* -------------------------------
achievement
------------------------------- */
#achievement table {
	width: 80%;
	margin: 0 auto 60px;
}

#achievement table th {
	background-color: #e95383;
	color: white;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#achievement table td {
	text-align: center;
	border-right: 1px solid #e95383;
	border-bottom: 1px solid #e95383;
    font-weight: bold;
}
#achievement table th, #achievement table td {
	padding: 10px;
    line-height: 1.2;
    vertical-align: middle;
}

#achievement02 > div:nth-child(2) {
    margin-bottom: 40px;
}
#achievement02 > div:nth-child(2) > div:first-child {
    background-color: #ffe5bb;
    display: flex;
    justify-content: center;
    align-items: baseline;
    max-width: 600px;
    padding: 20px;
    margin: 0 auto 6px;
}
#achievement02 > div:nth-child(2) > div:first-child span:nth-child(2) {
    font-size: 20px;
}
#achievement02 > div:nth-child(2) > div:first-child span:nth-child(3) {
    font-size: 32px;
    font-weight: bold;
    color: #ff3300;
    margin:0 10px;
}
#achievement02 > div:nth-child(2) > div:last-child {
    text-align: center;
    position: relative;
}
#achievement02 > div:nth-child(2) > div:last-child > div {
    position: absolute;
    top: -12px;
    left: 8px;
    font-size: 24px;
    color: #ff3300;
    font-weight: bold;
}

#achievement .merit04 .show_graf {
    padding: 1px 0 0 0;
}
#achievement .merit04 .show_graf > div {
    background-color: #fff2dd;
    border-radius: 20px;
    margin: 13px 20px 0px;
    padding: 10px 20px;
    text-align: left;
}

#achievement #show03 .exhibition_area .small_right, #achievement #achievement02 .exhibition_area .small_right {
    width: 100%;
    font-size: 12px;
    text-align: right;
    margin-top: -20px;
}



/* ===================================================================
SP
=================================================================== */
@media only screen and (max-width: 768px) {
    .mb_only {
        display: block;
    }
    .mb_only_inline {
        display: inline;
    }

    .mv-second h2 {
        font-size: 24px;
    }

    .mv-second .mv-inner {
        padding: 60px 0;
    }

    .ttl-line {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .second-container .btn-area {
        width: 80%;
        margin: 0 auto 20px;
    }

    /* ================開催概要================== */
    .outline-catch {
        padding: 20px 0;
    }

    .outline-catch .catch-logo {
        width: 50vw;
        margin: 0 auto 10px;
    }

    .outline-catch .catch-text {
        width: 90vw;
        margin: 0 auto;
    }

    .outline-catch .catch-text .comment_right {
        font-size: 13px;
        color: #666;
        line-height: 17px;
        margin-bottom: 5px;
    }

    /* 2019 */

    .outline-catch .catch-text h2.outine_ttl {
        font-size: 24px;
        background-color: #e80000;
        border-radius: 50px;
        padding: 0.5em;
        margin-bottom: 10px;
        color: #ffffff;
        display: inline-block;
    }

    .outline-catch .catch-text p.txt01 {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 700;
        padding: 10px 0;
        text-align: center;
    }

    .outline-catch .catch-text p.txt02 {
        font-size: 18px;
        color: #e80000;
        line-height: 1.5;
        font-weight: 700;
    }

    .about {
        margin-bottom: 20px;
    }

    .about .text {
        margin-bottom: 10px;
    }

    .outline {
        margin-bottom: 20px;
    }

    .outline .inner {
        padding: 15px;
        font-size: 14px;
        line-height: 160%;
    }

    .outline dl {
        margin-bottom: 10px;
    }

    .outline dl dt {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .outline .period dd {
        width: 80vw;
    }

    /*.outline .place dd{ width: 50vw;}*/
    /*.outline .host dd{ width: 60vw;}*/
    .outline .special-thanks dd {
        width: 80vw;
    }

    /* 2019 */

    ul.ol_period li {
        font-weight: 700;
        font-size: 18px;
    }

    ul.ol_period li:last-child {
        font-weight: 700;
        font-size: 14px;
    }

    span.ol_day {
        font-size: 24px;
    }

    span.ol_week {
        font-size: 12px;
        background-color: #e84a66;
        color: #ffffff;
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        text-align: center;
        line-height: 22px;
        vertical-align: top;
        margin: 0 5px;
    }

    p.pa_count_txt {
        font-size: 18px;
        font-weight: bold;
    }

    p.pa_count_txt i {
        font-weight: bold;
        padding: 0 3px;
        color: #e84a66;
    }

    span.pa_count {
        font-size: 32px;
        color: #e84a66;
        font-weight: bold;
    }

    .buyer {
        padding: 5px;
        margin-bottom: 30px;
    }

    .buyer .inner {
        padding: 10px;
    }

    .buyer .inner .red {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #e60012;
    }

    .buyer-section dl {
        margin-bottom: 10px;
    }

    .buyer-section dl dd {
        font-size: 12px;
        line-height: 130%;
    }

    .pic_list {
        width: 100%;
        margin: 25px auto;
    }

    .pic_list02 {
        width: 100%;
        flex-direction: column;
    }

    .pic_item_03 {
        width: 32%;
    }

    .pic_item_02 {
        width: 100%;
    }

    .exhibition_area {
        margin: 25px 0;
    }

    .exhibition_area p.area_ttl img,
    .special_area p.area_ttl img {
        height: 30px;
    }

    h3.outline_h3 {
        margin-top: 1em;
        margin-bottom: 0.5em;
    }

    /* ================ご出店のご案内================== */
    .activity h4 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 140%;
    }

    .item-act {
        margin-bottom: 40px;
    }

    .item-act h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .item-act .col-l {
        margin-bottom: 20px;
    }

    .item-act .col-all {
        margin-bottom: 10px;
    }

    .item-act07 .scroll {
        overflow: auto;
        white-space: nowrap;
    }

    .item-act07 .scroll::-webkit-scrollbar {
        height: 5px;
    }

    .item-act07 .scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .item-act07 .scroll::-webkit-scrollbar-thumb {
        background: #bcbcbc;
    }

    .item-act07 table {
        width: 100%;
    }

    .media-ttl span {
        display: block;
    }

    .list-unit ul li {
        font-size: 10px;
    }

    .show .inner {
        padding: 15px;
        font-size: 14px;
        line-height: 160%;
    }

    .show dl {
        margin-bottom: 10px;
    }

    .show dl dt {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .show .inner {
        padding: 15px 5px;
        display: block;
        flex-direction: column;
    }

    .show .inner.col2 > div {
        width: 100%;
        margin: 0;
    }

    .show .inner dl {
        flex: 1;
    }

    .show .inner .show_pic {
        width: 100%;
        margin-left: 0px;
    }

    .show .inner .show_pic img {
        width: 100%;
    }

    .show .date dl.kouen dd .sp_none {
        display: none;
    }

    /* 2019 */

    .show_area,
    .show_area_l {
        width: 100%;
        border: 2px solid #e85377;
        padding: 7px;
        margin-bottom: 20px;
    }

    .show_area h3,
    .show_area_l h3 {
        font-size: 18px;
        padding: 0px;
        margin-bottom: 0.5em;
        color: #e95550;
        text-align: center;
        border-bottom: 2px dashed #e85377;
    }

	/* SDGsマーク */
	.show_area h3 {
		padding-right: 80px;
        min-height: 15vw;
	}
	.show_area h3.pr_wide {
		padding-right: 110px;
	}
    .show_area h3.full_wide {
		padding-right: 0;
        padding-top: 15.5vw;
	}
    .show_area h3.mr_one {
        margin-right: 0;
    }
    .show_area img.pc_only {
        display: none;
    } 

    .show_area_txt {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .show_area_txt p {
        width: 70%;
    }

    .show_area_txt .show_area_img {
        width: 29%;
    }

    .show_ad_img {
        text-align: center;
    }
    .special_area .sdgs img {
        width: 12vw;
    }

    ul.merit-count li {
        display: inline-block;
        vertical-align: middle;
    }

    ul.merit-count li:first-child {
        background-color: #e85377;
        color: #ffffff;
        padding: 5px;
        font-size: 16px;
        margin-right: 10px;
    }

    ul.merit-count li:last-child {
        font-size: 24px;
        font-weight: bold;
    }

    ul.merit-count li:last-child span {
        font-size: 14px;
        font-weight: normal;
    }

    dl.merit-dl dt.merit_buyer {
        text-align: center;
        font-size: 24px;
    }

    .merit-container .merit05 .box dt {
        text-align: left;
        padding-left: 20px;
    }

    .merit-container .merit05 > div:last-child > div:last-child {
        display: block;
    }
    .merit-container .merit05 > div:last-child > div:last-child > div {
        width: 100%;
    }

    dl.merit-dl dt.merit_buyer span.s_size {
        display: block;
    }

    .s_txt_r {
        font-size: 12px;
        text-align: right;
    }

    .schedule_block {
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        /*    justify-content: center;*/
        margin-bottom: 60px;
    }

    .schedule_block ul {
        position: relative;
        width: 39%;
        text-align: center;
        margin-top: 30px;
        margin-right: 25px;
    }

    .schedule_block ul li {
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.2;
    }

    .schedule_block ul li.big {
        color: #e60044;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
    }

    .schedule_block ul li span {
        color: #000000;
        font-size: 10px;
    }

    .schedule_block ul li:first-of-type {
        padding: 5px;
        border: 2px solid #e60044;
        color: #e60044;
        height: 120px;
        position: relative;
    }

    .schedule_block ul li:last-of-type {
        display: block;
    }

    .schedule_block ul li:first-of-type:before {
        border: 5px solid transparent;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -19px;
        width: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        border-top-color: #e60044;
        border-bottom-width: 0;
    }

    .schedule_block ul:last-of-type {
        margin-right: 0;
    }

    .schedule_block ul:last-of-type li:first-of-type {
        background-color: #e60044;
        color: #ffffff;
    }

    .schedule_block ul:last-of-type li:first-of-type:before {
        border: 0px solid transparent;
    }

    .merit_gallery_table {
        margin: 30px auto;
        width: 100%;
    }

    ul.merit_gallery {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    ul.merit_gallery li {
        width: calc(100% / 2 - 5px);
        margin-bottom: 10px;
    }

    #achievement table {
        width: 100%;
        margin-bottom: 20px;
    }
    #achievement02 > div:nth-child(2) > div:first-child {
        display: block;
    }
    #achievement02 > div:nth-child(2) > div:first-child span:nth-child(3) {
        font-size: 7vw;
    }
    #achievement02 > div:nth-child(2) > div:last-child > div {
        font-style: 6vw;
    }
}

/* ===================================================================
PC
=================================================================== */
@media print, screen and (min-width: 769px) {
    .mv-second h2 {
        font-size: 36px;
    }

    .mv-second .mv-inner {
        padding: 80px 0;
    }

    .ttl-line {
        font-size: 26px;
        /* 24 */
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .outline_ttl {
        font-size: 18px;
    }

    .second-container .btn-area {
        width: 40%;
        margin: 0 auto;
    }

    .second-container .btn-area:hover {
        opacity: 0.8;
    }

    /* ================PC開催概要================== */
    .outline-catch {
        overflow: hidden;
        /*	width: 900px;*/
        margin: 0 auto 15px;
        /*text-align: center;*/
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .outline-catch .catch-text {
        flex: 1;
        text-align: center;
    }

    .outline-catch .catch-text .comment_right {
        font-size: 18px;
        color: #666;
        text-align: right;
        margin-bottom: 3px;
    }

    .outline-catch .catch-logo {
        /*	float: left;*/
        width: 210px;
        margin-right: 20px;
    }

    /* 2019 */

    .outline-catch .catch-text h2.outine_ttl {
        font-size: 26px;
        background-color: #e80000;
        border-radius: 50px;
        padding: 0.5em;
        margin-bottom: 10px;
        color: #ffffff;
        display: inline-block;
    }

    .outline-catch .catch-text p.txt01 {
        font-size: 30px;
        line-height: 1.5;
        font-weight: 700;
        padding: 20px 0 5px;
        text-align: center;
    }

    .outline-catch .catch-text p.txt02 {
        font-size: 24px;
        color: #e80000;
        line-height: 1.5;
        font-weight: 700;
        text-align: center;
    }

    .about {
        overflow: hidden;
        margin-bottom: 30px;
    }

    .about .large {
        font-size: 18px;
    }

    .about .text {
        float: left;
        width: 550px;
    }

    .about .photo {
        width: 405px;
        float: right;
    }

    .outline {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 30px;
    }

    .outline h4 {
        font-size: 20px;
    }

    .outline .inner {
        padding: 60px;
    }

    .outline .date dl {
        float: left;
    }

    .outline .date dl dt {
        margin-bottom: 20px;
    }

    .outline .date dl {
        margin-bottom: 30px;
    }

    .outline .date .period {
        margin-right: 40px;
    }

    .outline .date .host {
        clear: left;
        margin-right: 40px;
    }

    .outline .date .backup dd.note {
        margin-top: 10px;
    }

    .outline .service p {
        margin-bottom: 20px;
    }

    .outline .service .col2 {
        overflow: hidden;
    }

    .outline .service .col2 dl {
        float: left;
        width: 48%;
    }

    .outline .service .col2 dl dt {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .outline .service .col2 dl:first-child {
        margin-right: 2%;
    }

    .outline .service .col2 dl:last-child {
        margin-left: 2%;
    }

    /* 2019 */

    ul.ol_period li {
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 5px;
    }

    ul.ol_period li:last-of-type {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.5;
    }

    span.ol_day {
        font-size: 36px;
    }

    span.ol_year {
        font-size: 22px;
    }

    span.ol_week {
        font-size: 14px;
        background-color: #e84a66;
        color: #ffffff;
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        text-align: center;
        line-height: 24px;
        vertical-align: middle;
        margin: 0 5px 13px;
    }

    p.pa_count_txt {
        font-size: 36px;
        font-weight: bold;
        text-align: center;
    }

    p.pa_count_txt i {
        font-weight: bold;
        padding: 0 5px;
        color: #e84a66;
    }

    span.pa_count {
        font-size: 42px;
        color: #e84a66;
        font-weight: bold;
    }

    .buyer {
        padding: 20px;
        margin-bottom: 30px;
    }

    .buyer .inner {
        padding: 40px;
    }

    .buyer .inner p {
        margin-bottom: 20px;
    }

    .buyer .inner .buyer-section {
        overflow: hidden;
        margin-bottom: 30px;
    }

    .buyer .inner .buyer-section dl {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .buyer .inner .buyer-section dl:nth-child(3n) {
        margin-right: 0;
    }

    .buyer .inner .buyer-section dl dd {
        font-size: 12px;
        line-height: 130%;
        height: 120px;
    }

    /* ================出展のご案内================== */
    .merit-container {
        overflow: hidden;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .item-merit {
        float: left;
        width: 48%;
        /* margin-right: 4%; */
    }
    .item-merit.merit03 {
		width: 100%;
		margin-top: 30px;
	}
	.item-merit.merit05 {
		width: 100%;
        margin-top: 30px;
	}
    .item-merit.merit02 .merit-dl dt {
        min-height: 50px;
    }

    .item-merit:nth-child(even) {
        margin-right: 0;
    }

    .activity h4 {
        font-size: 32px;
        line-height: 140%;
        margin-bottom: 30px;
    }

    .item-act {
        margin-bottom: 40px;
    }

    .item-act h6 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .item-act .col-all {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .item-act .col-all .col-l {
        float: left;
        width: 575px;
    }

    .item-act .col-all .col-r {
        float: right;
        width: 405px;
    }

    .item-act .media-ttl span {
        font-size: 24px;
        margin-right: 1em;
    }

    .list-thanks .list-unit .list li {
        font-size: 12px;
    }

    .show .inner {
        padding: 20px;
        display: flex;
    }

    .show .inner.noflex {
        display: block;
    }
    .show .inner.noflex img {
        max-width: 300px;
        margin-bottom: 20px;
    }
    .show .inner.noflex img.wide {
        max-width: 90%;
        margin: 20px 0;
    }
    .show .inner.noflex .img_wrap {
        width: 100%;
        text-align: center;
    }

    .show .inner dl {
        flex: 1;
    }

    .show .inner .show_pic {
        width: 360px;
        margin-left: 20px;
        text-align: center;
    }

    .show dl dd {
        margin-bottom: 10px;
    }

    /* 2019 */

    .show_area {
        width: 49%;
        border: 2px solid #e85377;
        padding: 10px;
        margin-bottom: 20px;
    }

    .show_area_l {
        width: 100%;
        border: 2px solid #e85377;
        padding: 10px;
    }

    .show_area h3,
    .show_area_l h3 {
        font-size: 18px;
        padding: 1px 30px 8px 0;
        margin-bottom: 0.5em;
        margin-right: 128px;
        color: #e95550;
        text-align: center;
        border-bottom: 2px dashed #e85377;
        position: relative;
    }
    .show_area h3.mr_wide {
        margin-right: 180px;
        padding-right: 30px;
    }

    .show_area .uline {
        color: #e95550;
        text-decoration: underline;
        font-weight: bold;
    }
    .show_area img.w36 {
        width: 36%;
    }

    .show_area_txt {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .show_area_txt p {
        width: 70%;
    }

    .show_area_txt .show_area_img {
        width: 29%;
    }



    .show_ad_img {
        text-align: center;
    }

    ul.merit-count li {
        display: inline-block;
        vertical-align: middle;
    }

    ul.merit-count li:first-child {
        background-color: #e85377;
        color: #ffffff;
        padding: 5px;
        font-size: 18px;
        margin-right: 10px;
    }

    ul.merit-count li:last-child {
        font-size: 32px;
        font-weight: bold;
    }

    ul.merit-count li:last-child span {
        font-size: 14px;
        font-weight: normal;
    }

    dl.merit-dl dt.merit_buyer {
        text-align: center;
        font-size: 24px;
        /* border-bottom: 2px solid #e85377; */
    }



    .s_txt_r {
        font-size: 12px;
        text-align: right;
    }

    .schedule_block {
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 60px;
        justify-content: center;
    }

    .schedule_block ul {
        position: relative;
        width: 110px;
        text-align: center;
        margin-top: 30px;
        margin-right: 25px;
    }

    .schedule_block ul li {
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.2;
    }

    .schedule_block ul li.big {
        color: #e60044;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
    }

    .schedule_block ul li span {
        color: #000000;
        font-size: 10px;
    }

    .schedule_block ul li:first-of-type {
        padding: 5px;
        border: 2px solid #e60044;
        color: #e60044;
        height: 120px;
        position: relative;
    }

    .schedule_block ul li:last-of-type {
        display: block;
    }

    .schedule_block ul li:first-of-type:before {
        border: 5px solid transparent;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -19px;
        width: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        border-top-color: #e60044;
        border-bottom-width: 0;
    }

    .schedule_block ul:last-of-type li:first-of-type {
        background-color: #e60044;
        color: #ffffff;
    }

    .schedule_block ul:last-of-type li:first-of-type:before {
        border: 0px solid transparent;
    }

    /* 2019 */
    .merit_gallery_inner {
        padding: 20px;
        margin-bottom: 50px;
    }

    .merit_gallery_mv {
        text-align: center;
    }

    .merit_gallery_table {
        margin: 30px auto;
        width: 80%;
    }

    ul.merit_gallery {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    ul.merit_gallery li {
        width: calc(100% / 5 - 10px);
        margin-bottom: 10px;
    }
}

.merit_gallery_table table *,
.merit_gallery_table table *:before,
.merit_gallery_table table *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.merit_gallery_table table {
    width: 100%;
    border-collapse: collapse;
    border-right: 1px solid #e85377;
}

.merit_gallery_table table thead th {
    padding: 10px 15px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #e85377;
    color: #ffffff;
    vertical-align: middle;
}

.merit_gallery_table table thead th:last-child {
    border-right: 1px solid #e85377;
}

.merit_gallery_table table tbody th {
    padding: 10px 15px;
    vertical-align: top;
    border-bottom: 1px solid #ffffff;
    background: #e85377;
    white-space: nowrap;
    color: #ffffff;
}

.merit_gallery_table table tbody tr:last-child th {
    border-bottom: 1px solid #e85377;
}

.merit_gallery_table table tbody td {
    padding: 10px 15px;
    vertical-align: top;
    border-bottom: 1px solid #e85377;
    border-left: 1px solid #e85377;
    background: #ffffff;
    text-align: right;
}

@media only screen and (max-width: 750px) {
    .merit_gallery_table table thead {
        display: none;
    }

    .merit_gallery_table table tbody th {
        display: block;
    }

    .merit_gallery_table table tbody td {
        display: block;
        padding: 10px 5px;
    }

    .merit_gallery_table table tbody td::before {
        font-weight: bold;
        float: left;
        padding: 0.5em 0;
        content: attr(label);
    }

    .merit_gallery_table table tbody td p {
        padding: 0.5em 0 0 1em;
        margin: 0;
    }
}

/* ===================================================================
バナーダウンロード
=================================================================== */
.cont-bnrs {
    margin-bottom: 40px;
}

.cont-bnrs > p {
    font-size: 16px;
}

.cont-bnrs > p span {
    font-size: 12px;
}

.cont-bnrs .item-bnr {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
    /*PC*/
    .cont-bnrs .item-bnr dl {
        width: 420px;
        float: left;
    }

    .cont-bnrs .item-bnr p {
        margin-left: 450px;
        width: 200px;
    }
}

/* ===================================================================
出展者一覧
=================================================================== */
#seminar {
}

#stage {
}

dl.seminar_content {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

dl.seminar_content dt {
    display: block;
    cursor: pointer;
    background-color: #fbb03b;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 12px 0 10px;
    line-height: 1;
    margin-bottom: 10px;
}

dl.seminar_content dd {
    display: none;
}

dl.seminar_content dd {
    padding: 10px;
}

.stage_a {
    padding: 3px 5px;
    margin-top: 10px;
    /* background-color: #23b338; */
    background-color: #2342b3;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.stage_b {
    padding: 3px 5px;
    margin-top: 10px;
    background-color: #23b338;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.stage_kouri,
.stage_live {
    padding: 5px;
    margin-left: 10px;
    background-color: #f39800;
    font-size: 16px;
}

.cont-visitor,
.cont-visitor2,
.cont-visitor3 {
    padding-top: 0px;
}

/* 2020/09 */
.seminar_lead h3 {
    border-bottom: solid 2px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
}

.seminar_lead_txt {
    font-size: 24px;
    margin: 20px 0;
    text-align: center;
    color: #ff0000;
    font-weight: 700;
}

.seminar_lead_ttl {
    margin-bottom: 2em;
    background-color: #ea5350;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.seminar_lead_ttl h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 2rem;
}

.seminar_lead_ttl p {
    text-align: center;
    font-size: 20px;
}

.seminar_lead strong.fs120 {
    font-size: 120%;
}

.cont-seminar h6 {
    color: #079a3e;
}

.seminar_teacher_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seminar_teacher_img .img_box {
    width: calc(100% / 2);
    display: flex;
    margin: 10px 0;
    padding: 0 5px;
    align-items: flex-end;
    justify-content: flex-end;
}

.seminar_teacher_img .img_box.add_column1 {
    width: calc(100% / 2.4);
}

.seminar_teacher_img .img_box.add_column2 {
    width: calc(100% / 3.3);
}

.seminar_teacher_img .img_box p {
    text-align: right;
}

.seminar_teacher_img .img_box .t_photo {
    margin-left: 1em;
}

.seminar_teacher_books {
    display: flex;
    flex-wrap: wrap;
    font-size: 95%;
    text-align: center;
}

.seminar_teacher_books p {
    padding: 5px;
    text-align: left;
}

.seminar_teacher_books .books {
    width: calc(100% / 4);
    margin-bottom: 1em;
}

ul.seminar_teacher_books_list li {
    font-size: 95%;
}

.stage_date {
    display: flex;
    /* border-bottom: solid 3px #ccc; */
    margin-bottom: 1em;
}

.stage_date h3 {
    font-size: 18px;
    margin-right: 1em;
}

.stage_date h3:first-letter {
    color: #ea5350;
}

ul.stage_list {
    /* margin-bottom: 1em; */
    margin-top: 1em;
    margin-left: 1em;
}

ul.stage_list li {
    display: inline-block;
}

.seminar_sub {
    position: relative;
    background-color: #ff797d;
    color: #fff;
    padding: 1em;
    border-top: solid 3px #ea5350;
}

.seminar_sub h3 {
    font-size: 20px;
}

.seminar_sub .ic_new {
    position: absolute;
    top: 0.8em;
    right: 1em;
    font-size: 14px;
}

.cont-visitor .cont-seminar h5 {
    background-color: #ff797d;
    color: #fff;
    font-size: 20px;
    padding: 0.8em;
    border-top: solid 3px #ea5350;
}

.hanrei {
    padding: 2em 0;
}

.ic_txt_catch {
    display: inline-block;
    background: #f39800;
    border-radius: 3px;
    padding: 3px 5px;
    margin-right: 5px;
    color: #ffffff;
    font-size: 12px;
}

.ic_txt_keywd {
    display: inline-block;
    background: #44af35;
    border-radius: 3px;
    padding: 3px 5px;
    margin-right: 5px;
    color: #ffffff;
    font-size: 12px;
}

.sort_order {
    float: right;
    line-height: 30px;
}

.btn_play {
    display: block;
    /* cursor: pointer; */
    /* background-color: #079a3e; */
    background-color: #bbbbbb;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 12px 0 10px;
    line-height: 1;
    margin-bottom: 10px;
}

.btn_play a {
    display: block;
    color: #ffffff !important;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .seminar_lead h3 {
        font-size: 16px;
    }

    .seminar_lead_txt {
        font-size: 20px;
        margin: 10px 0;
    }

    .seminar_lead_ttl h2 {
        padding: 10px;
    }

    .seminar_lead_ttl p {
        font-size: 90%;
    }

    .seminar_teacher_img {
        display: block;
    }

    .seminar_teacher_img .img_box,
    .seminar_teacher_img .img_box.add_column1,
    .seminar_teacher_img .img_box.add_column2 {
        width: 100%;
    }

    .seminar_teacher_img .img_box p {
        text-align: right;
        font-size: 90%;
    }

    .seminar_teacher_books,
    ul.seminar_teacher_books_list li {
        font-size: 80%;
    }

    .seminar_teacher_books .books {
        width: calc(100% / 2);
        margin-bottom: 1em;
    }

    ul.stage_list {
        margin-bottom: 0;
    }

    ul.stage_list li {
        display: inline-block;
        margin: 0.5em 0;
    }

    .stage_date {
        display: block;
    }

    .seminar_sub h3 {
        width: 75%;
    }

    .seminar_sub .ic_new {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 768px) {
    /*SP*/
    .stage_a,
    .stage_b {
        margin-top: 0px;
        margin-left: 10px;
        font-size: 14px;
    }

    .sp_photo_block {
        display: flex;
        flex-direction: column-reverse;
    }
}

.nav-category,
.nav-show {
    margin-bottom: 20px;
    background: #ffffff;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.nav-event {
    background: #ffffff;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 30px;
}

.nav-category ul,
.nav-show ul,
.nav-event ul {
    border: solid 1px #ccc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 2%;
}

.nav-mini ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.nav-category ul li {
    width: calc(100% / 2 - 10px);
    text-align: center;
}

.nav-mini ul li {
    text-align: center;
}

.nav-mini ul li a {
    padding: 0 10px;
    border-right: solid 1px #ccc;
}

.nav-mini ul li a i,
.nav-event ul li a i {
    padding-left: 1em;
}

.nav-mini ul li:first-child a {
    border-left: solid 1px #ccc;
}

.nav-show ul li {
    width: 20%;
    text-align: center;
    border-left: solid 1px #ccc;
}

.nav-show ul li:first-child {
    border-left: solid 0px #ccc;
}

.nav-category ul li:nth-of-type(2) {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.nav-category ul li:first-child a {
    color: #ea5350;
}

.nav-category ul li:nth-of-type(3) a {
    color: #7f1083;
}

.nav-category ul li a,
.nav-show ul li a {
    display: block;
    padding: 2%;
    color: #0ba29a;
}

.nav-event ul li {
    width: calc(100% / 3 - 10px);
    text-align: center;
}

.nav-event ul li {
    border-right: solid 1px #ccc;
}

.nav-event ul li a {
    color: #7f1083;
}

.nav-event ul li:first-child a {
    color: #44af35;
}

.nav-event ul li:last-child {
    border-right: solid 0px #ccc;
}

.nav-event ul li:last-child a {
    color: #ea5350; /* red */
    color: #f29903; /* orange */
}

#show01,
#show02,
#show03,
#show04,
#show05,
#show06,
#show07,
#show08 {
    /* margin-top: -170px; */
    /* padding-top: 170px; */
}

#food h3 {
    color: #ea5350;
}

#other h3 {
    color: #0ba29a;
}

.syllabary {
    overflow: hidden;
    margin-bottom: 2em;
}

.syllabary p {
    float: left;
}

.syllabary ul {
    overflow: hidden;
}

.syllabary ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.syllabary ul li a {
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
}

#food .syllabary ul li a {
    background-color: #faf2e2;
    color: #ea5350;
}

#other .syllabary ul li a {
    background-color: #faf2e2;
    color: #0ba29a;
}

.ttl-syllabary {
    position: relative;
    padding: 1em 1em 1em 2em;
    margin-bottom: 2em;
}

#food .ttl-syllabary {
    background-color: #ea5350;
    color: #fff;
}

#other .ttl-syllabary {
    background-color: #0ba29a;
    color: #fff;
}

.ttl-syllabary:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    display: block;
    background-color: #fff;
    width: 4px;
    height: 30px;
    margin-top: -15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.item-exhibtor {
    border-bottom: solid 10px #6e6e6e;
    margin-bottom: 30px;
}

.item-exhibtor:last-child {
    border-bottom: none;
}

.item-exhibtor h4 {
    margin-bottom: 0.5em;
    font-size: 20px;
    padding-bottom: 0.5em;
}

.item-exhibtor h5 {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 16px;
}

.item-exhibtor h5 i,
.item-exhibtor h4 i {
    margin-right: 0.5em;
}

.item-exhibtor .company-name {
    border: solid 1px #ccc;
    padding: 0.8em;
    margin-bottom: 2em;
    font-weight: bold;
}

.item-exhibtor .company-name span {
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 0.5em;
}

.item-exhibtor h4 {
    border-bottom: solid 1px #ccc;
}

.item-exhibtor .product .category {
    overflow: hidden;
    margin-bottom: 0.5em;
}

.item-exhibtor .product .category dt {
    float: left;
    width: 60px;
    font-size: 11px;
}

.item-exhibtor .product .category dd {
    margin-left: 65px;
}

.item-exhibtor .ttl .tag dt {
    font-size: 10px;
    line-height: 100%;
    padding-left: 25px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.item-exhibtor .ttl .tag dt i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #37ced3;
}

.item-exhibtor .ttl .tag dd {
    display: inline-block;
}

.item-exhibtor .ttl .tag dd span {
    display: inline-block;
    background-color: #37ced3;
    color: #fff;
    padding: 0.6em;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    font-size: 12px;
    line-height: 100%;
}

.item-exhibtor .product {
    margin-bottom: 1em;
}

.item-exhibtor .product h5 {
    color: #ea5350;
    border-bottom: solid 1px #ccc;
}

.item-exhibtor .product .list {
    margin-bottom: 2em;
}

.item-exhibtor .product ul li {
    padding-left: 1em;
    text-indent: -1em;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

/*
.item-exhibtor .product ul li:first-letter{
	color: #ea5350;
}*/
.item-exhibtor .product ul li:before {
    content: "●";
    color: #ea5350;
}

.item-exhibtor .product ul li span {
    font-size: 12px;
    display: inline-block;
    padding: 0.8em 1em;
    line-height: 100%;
    background-color: #ea5350;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-indent: 0;
    margin-left: 0.5em;
}

/*画像長辺フィット*/
/*
.item-exhibtor .product .photo img{
	object-fit: contain;
	width: 100%;
	height: 253px;
	background-color: #fff;
	border: 1px solid #ccc;
}*/
.item-exhibtor .product .photo p {
    width: 100%;
    height: 253px;
    border: 1px solid #ccc;
    position: relative;
}

.item-exhibtor .product .photo p img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    max-width: 100%;
    max-height: 253px;
}

.item-exhibtor .product .photo span {
    font-size: 12px;
    display: block;
    padding-top: 0.5em;
}

.item-exhibtor .product .photo p {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}

.item-exhibtor .notice {
    background-color: #fffbf3;
    border: solid 2px #ea5350;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 2%;
    margin-bottom: 1em;
}

.item-exhibtor .notice h6 {
    color: #ea5350;
    font-size: 18px;
}

.item-exhibtor .infomation h5 {
    border-bottom: solid 1px #ccc;
}

.item-exhibtor .infomation h5 i {
    color: #999;
}

.item-exhibtor .infomation div {
    margin-bottom: 2em;
}

@media print, screen and (min-width: 769px) {
    /*PC*/
    .nav-category ul li a,
    .nav-event ul li a {
        position: relative;
        font-weight: bold;
        font-size: 18px;
    }

    .nav-show ul li a {
        position: relative;
        font-weight: bold;
        font-size: 14px;
    }

    .nav-category ul li a i,
    .nav-show ul li a i {
        position: absolute;
        right: 3%;
        top: 50%;
        margin-top: -6px;
    }

    .item-exhibtor h4 {
        font-size: 32px;
        padding-bottom: 0.5em;
    }

    .item-exhibtor .attribute {
        overflow: hidden;
    }

    .item-exhibtor .attribute .category {
        width: 50%;
        float: left;
    }

    .item-exhibtor .ttl {
        position: relative;
    }

    .item-exhibtor .ttl .tag {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
    }

    .item-exhibtor .product {
        overflow: hidden;
    }

    .item-exhibtor .product .list {
        width: 60%;
        float: left;
    }

    .item-exhibtor .product .photo {
        float: right;
        width: 38%;
    }

    .item-exhibtor .notice h6 {
        width: 140px;
        float: left;
    }

    .item-exhibtor .notice .text {
        margin-left: 160px;
    }

    .item-exhibtor .infomation {
        overflow: hidden;
    }

    .item-exhibtor .infomation .info-company {
        width: 60%;
        float: left;
    }

    .item-exhibtor .infomation .share {
        width: 38%;
        float: right;
    }
}

@media only screen and (max-width: 768px) {
    /*SP*/

    .nav-show ul {
        display: flex;
        flex-wrap: wrap;
    }

    .nav-show ul li {
        display: inline-block;
        width: 50%;
        text-align: center;
        vertical-align: middle;
        border-left: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        padding: 10px 0;
    }

    .nav-show ul li:nth-child(3) {
        border-left: solid 0px #ccc;
    }

    .nav-show ul li:nth-child(5) {
        width: 100%;
        border-left: solid 0px #ccc;
        border-bottom: solid 0px #ccc;
    }

    .nav-category ul li a,
    .nav-show ul li a {
        font-size: 12px;
        line-height: 1.2em;
    }

    .nav-category ul li a i,
    .nav-show ul li a i {
        display: block;
    }

    .item-exhibtor .ttl .tag {
        margin-bottom: 0.5em;
    }

    #show01,
    #show02,
    #show03,
    #show04,
    #show05 {
        margin-top: -70px;
        padding-top: 70px;
    }
}

/* ===================================================================
来場トピックス（セミナー情報）
=================================================================== */
.cont-visitor .ttl-line span {
    color: #ea5350; /* red */
}

.cont-visitor .lead {
    margin-bottom: 5%;
    font-size: 1.2em;
    line-height: 1.8em;
    position: relative;
}

.cont-visitor .lead p {
    margin-bottom: 1em;
}

.cont-visitor .lead ul li {
    font-size: 12px;
    line-height: 140%;
}

.cont-visitor .lead span {
    display: block;
    background-color: #23b338;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.cont-visitor .free-seminar {
    border: solid 4px #ea5350;
    background-color: #fffbf3;
    padding: 6% 2%;
    margin-bottom: 3%;
}

.cont-visitor .free-seminar p {
    text-align: center;
    margin-bottom: 20px;
}

.cont-visitor .free-seminar ul li {
    font-size: 14px;
    line-height: 1.4em;
    padding-left: 1em;
    text-indent: -1em;
}

.cont-visitor .free-seminar ul {
    width: 55%;
    margin: 0 auto;
}

.cont-visitor .nav-date-seminar {
    border: solid 1px #ea5350;
    margin-bottom: 20px;
}

.cont-visitor .nav-date-seminar ul {
    overflow: hidden;
    padding: 1%;
}

.cont-visitor .nav-date-seminar ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 20px;
    border-right: solid 1px #ea5350;
}

.cont-visitor .nav-date-seminar ul li:last-child {
    border-right: none;
}

.cont-visitor .nav-date-seminar ul li span {
    font-size: 16px;
}

.cont-visitor .nav-date-seminar ul li a {
    color: #ea5350;
    display: block;
    padding: 1em 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.cont-visitor .nav-date-seminar ul li a.current {
    background-color: #ea5350;
    color: #fff;
}

.cont-visitor .nav-date-seminar ul li a.current i {
    color: #fff;
}

.cont-visitor .nav-date-seminar ul li i {
    color: #ea5350;
    font-size: 14px;
}

.cont-visitor .cont-seminar {
    padding-bottom: 10px;
}

.cont-visitor .cont-seminar h4 {
    border-bottom: solid 3px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
    margin-top: 10px;
}

.cont-visitor .cont-seminar h4:first-letter {
    color: #ea5350;
}

.cont-visitor .item-seminar {
    background-color: #fffbf3;
}

.cont-visitor .item-seminar .hours-seminar {
    padding: 2%;
    font-size: 20px;
}

.cont-visitor .item-seminar .unit-seminar {
    padding: 2%;
}

.cont-visitor .cont-seminar h5 {
    background-color: #ff797d; /* red */
    color: #fff;
    font-size: 20px;
    padding: 0.8em;
    border-top: solid 3px #ea5350; /* red */
}

.cont-visitor .cont-seminar h5 span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.cont-visitor .cont-seminar h5 .keyword span {
    font-weight: normal;
    display: inline-block;
    color: #ffffff;
    padding: 1px 10px;
    margin-right: 10px;
    background-color: #ff4247;
}
.cont-visitor .cont-seminar .presents {
    margin-bottom: 10px;
        display: inline-block;
    background-color: #ff4247;
    color: white;
    padding: 3px 12px 0px;
    border-radius: 2px;
}

.cont-visitor .item-seminar .photo {
    margin-bottom: 20px;
    text-align: center;
}

.cont-visitor .item-seminar .unit-seminar p {
    margin-bottom: 0.25em;
}

.cont-visitor .item-seminar .unit-seminar .section {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
}

.cont-visitor .item-seminar .unit-seminar .section3 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
    max-width: 550px;
}

.cont-visitor .item-seminar .unit-seminar .section2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.5em;
}

@media print, screen and (min-width: 769px) {
    /*PC*/
    .cont-visitor .lead span {
        width: 240px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #23b338;
        padding: 15px 0;
        font-weight: bold;
        font-size: 20px;
    }

    .cont-visitor .nav-date-seminar ul li a {
        position: relative;
    }

    .cont-visitor .nav-date-seminar ul li a i {
        position: absolute;
        right: 5%;
        top: 50%;
        margin-top: -7px;
    }

    .cont-visitor .item-seminar {
        display: table;
        /* border-bottom: solid 1px #ccc; */
        width: 100%;
    }

    .cont-visitor .item-seminar .hours-seminar {
        display: table-cell;
        width: 10%;
        vertical-align: top;
        text-align: center;
        border-right: solid 1px #ccc;
    }

    .cont-visitor .item-seminar .hours-seminar span {
        display: block;
        width: 0;
        height: 0;
        border: solid 10px transparent;
        border-top: solid 10px #000000;
        margin: 10px auto 0;
    }

    .cont-visitor .item-seminar .unit-seminar {
        display: table-cell;
        width: 80%;
        vertical-align: top;
    }

    .cont-visitor .item-seminar .unit-seminar .body {
        overflow: hidden;
    }

    .cont-visitor .item-seminar .unit-seminar .body .photo {
        width: 300px;
        float: right;
        margin-left: 0.25em;
    }
    .cont-visitor .item-seminar .unit-seminar .body .photo.vert {
        width: 160px;
    }
    .cont-visitor .item-seminar .unit-seminar .f-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .cont-visitor .item-seminar .unit-seminar .f-wrap > div {
        width: 49%;
        display: flex;
        margin-bottom: 20px;
        align-items: end;
    }
    .cont-visitor .item-seminar .unit-seminar .f-wrap > div > div:last-child {
        font-weight: bold;
        font-size: 20px;
        border-bottom: solid 1px #333;
        margin-bottom: 0.5em;
        flex: 1;
    }
    .cont-visitor .item-seminar .unit-seminar .f-wrap > div > div:first-child {
        flex: 1;
        text-align: center;
        order: 2;
    }
    .cont-visitor .item-seminar .unit-seminar .f-wrap > div > div:first-child img {
        max-width: 100%;
        width: 160px;
    }
    .cont-visitor .item-seminar .unit-seminar .f-right {
        float: right;
        width: 300px;
    }


    /*
	.cont-visitor .item-seminar .unit-seminar .body .article {
		margin-right: 280px;
	}
	*/
}

@media only screen and (max-width: 768px) {
    /*SP*/
    .cont-visitor .lead {
        font-size: 14px;
    }

    .cont-visitor .lead ul {
        margin-bottom: 1em;
    }

    .cont-visitor .lead ul li {
        padding-left: 1em;
        text-indent: -1em;
    }

    .cont-visitor .lead span {
        width: 100%;
        padding: 15px 0;
    }

    .cont-visitor .free-seminar p {
        width: 60vw;
        margin: 0 auto 20px;
    }

    .cont-visitor .nav-date-seminar ul li a {
        font-size: 12px;
        padding: 0.5em 0;
    }

    .cont-visitor .nav-date-seminar ul li span {
        font-size: 10px;
    }

    .cont-visitor .item-seminar .hours-seminar {
        border-bottom: dotted 1px #333;
    }

    .cont-visitor .item-seminar .hours-seminar span {
        display: inline-block;
        width: 0;
        height: 0;
        border: solid 6px transparent;
        border-left: solid 6px #000000;
        margin-left: 10px;
    }

    .cont-visitor .item-seminar .hours-seminar p {
        display: inline-block;
        vertical-align: middle;
    }
}

/* ===================================================================
来場トピックス2（セミナー情報）
=================================================================== */
.cont-visitor2 .ttl-line span {
    color: #44af35;
}

.cont-visitor2 .lead {
    margin-bottom: 5%;
    font-size: 1.2em;
    line-height: 1.8em;
    position: relative;
}

.cont-visitor2 .lead p {
    margin-bottom: 1em;
    width: 73%;
}

.cont-visitor2 .lead ul li {
    font-size: 12px;
    line-height: 140%;
}

.cont-visitor2 .lead span {
    display: block;
    background-color: #23b338;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.cont-visitor2 .free-seminar {
    border: solid 4px #44af35;
    background-color: #fffbf3;
    padding: 6% 2%;
    margin-bottom: 3%;
}

.cont-visitor2 .free-seminar p {
    text-align: center;
    margin-bottom: 20px;
}

.cont-visitor2 .free-seminar ul li {
    font-size: 14px;
    line-height: 1.4em;
    padding-left: 1em;
    text-indent: -1em;
}

.cont-visitor2 .free-seminar ul {
    width: 55%;
    margin: 0 auto;
}

.cont-visitor2 .nav-date-seminar {
    border: solid 1px #44af35;
    margin-bottom: 20px;
}

.cont-visitor2 .nav-date-seminar ul {
    overflow: hidden;
    padding: 1%;
}

.cont-visitor2 .nav-date-seminar ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 20px;
    border-right: solid 1px #44af35;
}

.cont-visitor2 .nav-date-seminar ul li:last-child {
    border-right: none;
}

.cont-visitor2 .nav-date-seminar ul li span {
    font-size: 16px;
}

.cont-visitor2 .nav-date-seminar ul li a {
    color: #44af35;
    display: block;
    padding: 1em 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.cont-visitor2 .nav-date-seminar ul li a.current {
    background-color: #44af35;
    color: #fff;
}

.cont-visitor2 .nav-date-seminar ul li a.current i {
    color: #fff;
}

.cont-visitor2 .nav-date-seminar ul li i {
    color: #44af35;
    font-size: 14px;
}

.cont-visitor2 .cont-seminar {
    padding-bottom: 30px;
}

.cont-visitor2 .cont-seminar h4 {
    border-bottom: solid 3px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
}

.cont-visitor2 .cont-seminar h4:first-letter {
    color: #29817b;
}

.cont-visitor2 .item-seminar {
    background-color: #fffbf3;
}

.cont-visitor2 .item-seminar .hours-seminar {
    padding: 2%;
    font-size: 20px;
}

.cont-visitor2 .item-seminar .unit-seminar {
    padding: 2%;
}

.cont-visitor2 .cont-seminar h5 {
    background-color: #44af35;
    color: #fff;
    font-size: 20px;
    padding: 0.8em;
    border-top: solid 3px #29817b;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont-visitor2 .cont-seminar h5 span {
    display: inline-block;
    background-color: white;
    color: #44af35;
    padding: 3px 10px;
    font-size: 90%;
}

@media only screen and (max-width: 768px) {
    .cont-visitor2 .cont-seminar h5 {
        align-items: flex-start;
    }
    .cont-visitor2 .cont-seminar h5 span {
        font-size: 75%;
        width: 55%;
        line-height: 1.5;
    }
}


.cont-visitor2 .cont-seminar h1 {
    background-color: #4ec19a;
    color: #fff;
    font-size: 18px;
    padding: 0.8em;
    border-top: solid 3px #ffffff;
}

.cont-visitor2 .cont-seminar h2 {
    background-color: #5dbbe7;
    color: #fff;
    font-size: 18px;
    padding: 0.8em;
    border-top: solid 3px #ffffff;
}

.cont-visitor2 .cont-seminar h3 {
    background-color: #f27272;
    color: #fff;
    font-size: 18px;
    padding: 0.8em;
    border-top: solid 3px #ffffff;
}

.cont-visitor2 .item-seminar .photo {
    margin-bottom: 20px;
    text-align: center;
}

.cont-visitor2 .item-seminar .unit-seminar p {
    margin-bottom: 0.25em;
}

.cont-visitor2 .item-seminar .unit-seminar .section {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
}

.cont-visitor2 .item-seminar .unit-seminar .section3 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
    max-width: 550px;
}

.cont-visitor2 .item-seminar .unit-seminar .section2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.5em;
}

@media print, screen and (min-width: 769px) {
    /*PC*/
    .cont-visitor2 .lead span {
        width: 240px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #23b338;
        padding: 15px 0;
        font-weight: bold;
        font-size: 20px;
    }

    .cont-visitor2 .nav-date-seminar ul li a {
        position: relative;
    }

    .cont-visitor2 .nav-date-seminar ul li a i {
        position: absolute;
        right: 5%;
        top: 50%;
        margin-top: -7px;
    }

    .cont-visitor2 .item-seminar {
        display: table;
        border-bottom: solid 1px #ccc;
    }

    .cont-visitor2 .item-seminar .hours-seminar {
        display: table-cell;
        width: 10%;
        vertical-align: top;
        text-align: center;
        border-right: solid 1px #ccc;
    }

    .cont-visitor2 .item-seminar .hours-seminar span {
        display: block;
        width: 0;
        height: 0;
        border: solid 10px transparent;
        border-top: solid 10px #000000;
        margin: 10px auto 0;
    }

    .cont-visitor2 .item-seminar .unit-seminar {
        display: table-cell;
        width: 80%;
        vertical-align: top;
    }

    .cont-visitor2 .item-seminar .unit-seminar .body {
        overflow: hidden;
    }

    .cont-visitor2 .item-seminar .unit-seminar .body .photo {
        width: 140px;
        float: right;
        margin-left: 0.25em;
    }

    .cont-visitor2 .item-seminar .unit-seminar .body .article {
        margin-right: 180px;
    }
}

@media only screen and (max-width: 768px) {
    /*SP*/
    .cont-visitor2 .lead {
        font-size: 14px;
    }

    .cont-visitor2 .lead p {
        width: 100%;
    }

    .cont-visitor2 .lead ul {
        margin-bottom: 1em;
    }

    .cont-visitor2 .lead ul li {
        padding-left: 1em;
        text-indent: -1em;
    }

    .cont-visitor2 .lead span {
        width: 100%;
        padding: 15px 0;
    }

    .cont-visitor2 .free-seminar p {
        width: 60vw;
        margin: 0 auto 20px;
    }

    .cont-visitor2 .nav-date-seminar ul li a {
        font-size: 12px;
        padding: 0.5em 0;
    }

    .cont-visitor2 .nav-date-seminar ul li span {
        font-size: 10px;
    }

    .cont-visitor2 .item-seminar .hours-seminar {
        border-bottom: dotted 1px #333;
    }

    .cont-visitor2 .item-seminar .hours-seminar span {
        display: inline-block;
        width: 0;
        height: 0;
        border: solid 6px transparent;
        border-left: solid 6px #000000;
        margin-left: 10px;
    }
}

/* ===================================================================
来場トピックス3（セミナー情報）
=================================================================== */
.cont-visitor3 .ttl-line span {
    color: #7f1083;
}

.cont-visitor3 .lead {
    margin-bottom: 5%;
    font-size: 1.2em;
    line-height: 1.8em;
    position: relative;
}

.cont-visitor3 .lead p {
    margin-bottom: 1em;
    width: 100%;
}

.cont-visitor3 .lead ul li {
    font-size: 12px;
    line-height: 140%;
}

.cont-visitor3 .lead span {
    display: block;
    background-color: #23b338;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.cont-visitor3 .free-seminar {
    border: solid 4px #7f1083;
    background-color: #fffbf3;
    padding: 6% 2%;
    margin-bottom: 3%;
}

.cont-visitor3 .free-seminar p {
    text-align: center;
    margin-bottom: 20px;
}

.cont-visitor3 .free-seminar ul li {
    font-size: 14px;
    line-height: 1.4em;
    padding-left: 1em;
    text-indent: -1em;
}

.cont-visitor3 .free-seminar ul {
    width: 55%;
    margin: 0 auto;
}

.cont-visitor3 .nav-date-seminar {
    border: solid 1px #7f1083;
    margin-bottom: 20px;
}

.cont-visitor3 .nav-date-seminar ul {
    overflow: hidden;
    padding: 1%;
}

.cont-visitor3 .nav-date-seminar ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 20px;
    border-right: solid 1px #7f1083;
}

.cont-visitor3 .nav-date-seminar ul li:last-child {
    border-right: none;
}

.cont-visitor3 .nav-date-seminar ul li span {
    font-size: 16px;
}

.cont-visitor3 .nav-date-seminar ul li a {
    color: #7f1083;
    display: block;
    padding: 1em 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.cont-visitor3 .nav-date-seminar ul li a.current {
    background-color: #7f1083;
    color: #fff;
}

.cont-visitor3 .nav-date-seminar ul li a.current i {
    color: #fff;
}

.cont-visitor3 .nav-date-seminar ul li i {
    color: #7f1083;
    font-size: 14px;
}

.cont-visitor3 .cont-seminar {
    padding-bottom: 30px;
    /* background-color: #fffbf3; */
}

.cont-visitor3 .cont-seminar h4 {
    border-bottom: solid 3px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
}

.cont-visitor3 .cont-seminar h4:first-letter {
    color: #7f1083;
}

.cont-visitor3 .item-seminar {
    background-color: #fffbf3;
}

.cont-visitor3 .item-seminar .hours-seminar {
    padding: 2%;
    font-size: 20px;
}

.cont-visitor3 .item-seminar .unit-seminar {
    padding: 2%;
}

.cont-visitor3 .cont-seminar h5 {
    background-color: #b541a8;
    color: #fff;
    font-size: 20px;
    padding: 0.8em;
    border-top: solid 3px #7f1083;
}

.cont-visitor3 .cont-seminar h5 span {
    background-color: #f39800;
    color: white;
    font-size: 18px;
    padding: 4px 10px;
    margin-left: 10px;
}
.cont-visitor3 .cont-seminar h5 span.area {
    background-color: #fff;
    color: #b541a8;
    float: right;
    margin-top: -5px;
}
.cont-visitor4 .cont-seminar h5 span {
    background-color: #f39800;
    color: white;
    font-size: 18px;
    padding: 4px 10px;
    margin-left: 10px;
}
.cont-visitor4 .cont-seminar h5 span.area {
    background-color: #fff;
    color: #f5ad35;
    float: right;
    margin-top: -5px;
}

.cont-visitor3 .cont-seminar h1 {
    background-color: #4ec19a;
    color: #fff;
    font-size: 18px;
    padding: 0.8em;
    border-top: solid 3px #ffffff;
}

.cont-visitor3 .cont-seminar h2 {
    background-color: #5dbbe7;
    color: #fff;
    font-size: 18px;
    padding: 0.8em;
    border-top: solid 3px #ffffff;
}

.cont-visitor3 .cont-seminar h3 {
    background-color: #f27272;
    color: #fff;
    font-size: 18px;
    padding: 0.8em;
    border-top: solid 3px #ffffff;
}

.cont-visitor3 .item-seminar .photo {
    margin-bottom: 20px;
    text-align: center;
}

.cont-visitor3 .item-seminar .unit-seminar p {
    margin-bottom: 0.25em;
}

.cont-visitor3 .item-seminar .unit-seminar .section {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
}

.cont-visitor3 .item-seminar .unit-seminar .section3 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
    max-width: 550px;
}

.cont-visitor3 .item-seminar .unit-seminar .section2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.5em;
}

@media print, screen and (min-width: 769px) {
    /*PC*/
    .cont-visitor3 .lead span {
        width: 240px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #23b338;
        padding: 15px 0;
        font-weight: bold;
        font-size: 20px;
    }
    .cont-visitor3 .lead span.free-lesson {
        width: 240px;
        position: relative;
        border-radius: 5px;
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .cont-visitor3 .nav-date-seminar ul li a {
        position: relative;
    }

    .cont-visitor3 .nav-date-seminar ul li a i {
        position: absolute;
        right: 5%;
        top: 50%;
        margin-top: -7px;
    }

    .cont-visitor3 .item-seminar {
        display: table;
        width: 100%;
        /*border-bottom: solid 1px #ccc;*/
    }

    .cont-visitor3 .item-seminar .hours-seminar {
        display: table-cell;
        width: 10%;
        vertical-align: top;
        text-align: center;
        border-right: solid 1px #ccc;
    }

    

    .cont-visitor3 .item-seminar .hours-seminar span {
        display: block;
        width: 0;
        height: 0;
        border: solid 10px transparent;
        border-top: solid 10px #000000;
        margin: 10px auto 0;
    }

    .cont-visitor3 .item-seminar .unit-seminar {
        display: table-cell;
        width: 80%;
        vertical-align: top;
    }

    .cont-visitor3 .item-seminar .unit-seminar .body {
        overflow: hidden;
    }

    .cont-visitor3 .item-seminar .unit-seminar .body .photo {
        width: 140px;
        float: right;
        margin-left: 0.25em;
    }

    .cont-visitor3 .item-seminar .unit-seminar .body .article {
        margin-right: 180px;
    }

    .cont-visitor3 .item-seminar .unit-seminar .body_event .photo {
        width: 240px;
        float: right;
        margin-left: 0.25em;
    }

    .cont-visitor3 .item-seminar .unit-seminar .body_event .photo2 {
        width: 250px;
        float: right;
        margin-left: 1em;
    }
}

@media only screen and (max-width: 768px) {
    /*SP*/
    .cont-visitor3 .lead {
        font-size: 14px;
    }

    .cont-visitor3 .lead p {
        width: 100%;
    }

    .cont-visitor3 .lead ul {
        margin-bottom: 1em;
    }

    .cont-visitor3 .lead ul li {
        padding-left: 1em;
        text-indent: -1em;
    }

    .cont-visitor3 .lead span {
        width: 100%;
        padding: 15px 0;
    }

    .cont-visitor3 .free-seminar p {
        width: 60vw;
        margin: 0 auto 20px;
    }

    .cont-visitor3 .nav-date-seminar ul li a {
        font-size: 12px;
        padding: 0.5em 0;
    }

    .cont-visitor3 .nav-date-seminar ul li span {
        font-size: 10px;
    }

    .cont-visitor3 .item-seminar .hours-seminar {
        border-bottom: dotted 1px #333;
    }

    .cont-visitor3 .item-seminar .hours-seminar span {
        display: inline-block;
        width: 0;
        height: 0;
        border: solid 6px transparent;
        border-left: solid 6px #000000;
        margin-left: 10px;
    }

    .cont-visitor3 .item-seminar .hours-seminar p {
            display: inline-block;
    vertical-align: middle;
    }
    .cont-visitor3 .cont-seminar h5 span {
        display: block;
        margin-left: 0;
        margin-top: 6px;
        text-align: center;
    }
}

/* ===================================================================
来場トピックス4（セミナー情報）orange
=================================================================== */
.cont-visitor4 .ttl-line span {
    color: #f29903;
}

.cont-visitor4 .lead {
    margin-bottom: 5%;
    font-size: 1.2em;
    line-height: 1.8em;
    position: relative;
}

.cont-visitor4 .lead p {
    margin-bottom: 1em;
}

.cont-visitor4 .lead ul li {
    font-size: 12px;
    line-height: 140%;
}

.cont-visitor4 .lead span {
    display: block;
    background-color: #23b338;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.cont-visitor4 .free-seminar {
    border: solid 4px #f29903;
    background-color: #fffbf3;
    padding: 6% 2%;
    margin-bottom: 3%;
}

.cont-visitor4 .free-seminar p {
    text-align: center;
    margin-bottom: 20px;
}

.cont-visitor4 .free-seminar ul li {
    font-size: 14px;
    line-height: 1.4em;
    padding-left: 1em;
    text-indent: -1em;
}

.cont-visitor4 .free-seminar ul {
    width: 55%;
    margin: 0 auto;
}

.cont-visitor4 .nav-date-seminar {
    border: solid 1px #f29903;
    margin-bottom: 20px;
}

.cont-visitor4 .nav-date-seminar ul {
    overflow: hidden;
    padding: 1%;
}

.cont-visitor4 .nav-date-seminar ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 20px;
    border-right: solid 1px #f29903;
}

.cont-visitor4 .nav-date-seminar ul li:last-child {
    border-right: none;
}

.cont-visitor4 .nav-date-seminar ul li span {
    font-size: 16px;
}

.cont-visitor4 .nav-date-seminar ul li a {
    color: #f29903;
    display: block;
    padding: 1em 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.cont-visitor4 .nav-date-seminar ul li a.current {
    background-color: #f29903;
    color: #fff;
}

.cont-visitor4 .nav-date-seminar ul li a.current i {
    color: #fff;
}

.cont-visitor4 .nav-date-seminar ul li i {
    color: #f29903;
    font-size: 14px;
}

.cont-visitor4 .cont-seminar {
    padding-bottom: 30px;
}

.cont-visitor4 .cont-seminar h4 {
    border-bottom: solid 3px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
}

.cont-visitor4 .cont-seminar h4:first-letter {
    color: #f29903;
}

.cont-visitor4 .item-seminar {
    background-color: #fffbf3;
}

.cont-visitor4 .item-seminar .hours-seminar {
    padding: 2%;
    font-size: 20px;
}

.cont-visitor4 .item-seminar .unit-seminar {
    padding: 2%;
}

.cont-visitor4 .cont-seminar h5 {
    background-color: #f5ad35;
    color: #fff;
    font-size: 20px;
    padding: 0.8em;
    border-top: solid 3px #f29903;
}

.cont-visitor4 .cont-seminar h5 span {
    display: block;
    color: #fff;
    font-size: 18px;
}

.cont-visitor4 .item-seminar .photo {
    margin-bottom: 20px;
    text-align: center;
}

.cont-visitor4 .item-seminar .unit-seminar p {
    margin-bottom: 0.25em;
}

.cont-visitor4 .item-seminar .unit-seminar .section {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
}

.cont-visitor4 .item-seminar .unit-seminar .section3 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 0.5em;
    max-width: 550px;
}

.cont-visitor4 .item-seminar .unit-seminar .section2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.5em;
}

@media print, screen and (min-width: 769px) {
    /*PC*/
    .cont-visitor4 .lead span {
        width: 240px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #23b338;
        padding: 15px 0;
        font-weight: bold;
        font-size: 20px;
    }

    .cont-visitor4 .nav-date-seminar ul li a {
        position: relative;
    }

    .cont-visitor4 .nav-date-seminar ul li a i {
        position: absolute;
        right: 5%;
        top: 50%;
        margin-top: -7px;
    }

    .cont-visitor4 .item-seminar {
        display: table;
        border-bottom: solid 1px #ccc;
        width: 100%;
    }

    .cont-visitor4 .item-seminar .hours-seminar {
        display: table-cell;
        width: 10%;
        vertical-align: top;
        text-align: center;
        border-right: solid 1px #ccc;
    }

    .cont-visitor4 .item-seminar .hours-seminar span {
        display: block;
        width: 0;
        height: 0;
        border: solid 10px transparent;
        border-top: solid 10px #000000;
        margin: 10px auto 0;
    }

    .cont-visitor4 .item-seminar .unit-seminar {
        display: table-cell;
        width: 80%;
        vertical-align: top;
    }

    .cont-visitor4 .item-seminar .unit-seminar .body {
        overflow: hidden;
    }

    .cont-visitor4 .item-seminar .unit-seminar .body .photo {
        width: 240px;
        float: right;
        margin-left: 0.25em;
    }

    /*
	.cont-visitor4 .item-seminar .unit-seminar .body .article {
		margin-right: 280px;
	}
	*/
}

@media only screen and (max-width: 768px) {
    /*SP*/
    .cont-visitor4 .lead {
        font-size: 14px;
    }

    .cont-visitor4 .lead ul {
        margin-bottom: 1em;
    }

    .cont-visitor4 .lead ul li {
        padding-left: 1em;
        text-indent: -1em;
    }

    .cont-visitor4 .lead span {
        width: 100%;
        padding: 15px 0;
    }

    .cont-visitor4 .free-seminar p {
        width: 60vw;
        margin: 0 auto 20px;
    }

    .cont-visitor4 .nav-date-seminar ul li a {
        font-size: 12px;
        padding: 0.5em 0;
    }

    .cont-visitor4 .nav-date-seminar ul li span {
        font-size: 10px;
    }

    .cont-visitor4 .item-seminar .hours-seminar {
        border-bottom: dotted 1px #333;
    }

    .cont-visitor4 .item-seminar .hours-seminar span {
        display: inline-block;
        width: 0;
        height: 0;
        border: solid 6px transparent;
        border-left: solid 6px #000000;
        margin-left: 10px;
    }

    .cont-visitor4 .item-seminar .hours-seminar p {
        display: inline-block;
        vertical-align: middle;
    }
}

/* add */
.notes_sample {
    text-align: right;
}
@media only screen and (min-width: 769px) {
    .notes_sample {
        width: 840px;
        margin: 0 auto;
    }
}

.ic_new {
    background-color: #e50044;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}

.center {
    text-align: center;
}

.txt_link {
    padding: 15px 0 0;
}

.txt_link a {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .txt_link {
        font-size: 14px;
    }
}

.show_txt {
    font-weight: 700;
    font-size: 18px;
}

.c_red {
    color: #e60012;
}

.show_ttl_left {
    text-align: left !important;
}

.show_navi {
    margin-top: 200px;
}
.show_navi .comment_right {
    text-align: right;
    font-size: 18px;
    color: #666;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    .show_navi {
        margin-top: 70px;
    }

    .show_navi .comment_right {
        text-align: left;
        font-size: 13px;
        line-height: 17px;
        padding-top: 20px;
        color: #666;
    }
}

.shokuhin_style_pc {
    display: block;
    padding: 20px 80px;
}

.shokuhin_style_pc p.text01 {
    font-size: 240%;
}

.shokuhin_style_pc p.text02 {
    padding-top: 20px;
    text-align: right;
    font-size: 240%;
}

.shokuhin_style_pc p.text03 {
    padding-top: 20px;
    text-align: right;
    font-size: 200%;
}

.shokuhin_style_pc p.text04 {
    padding-top: 10px;
    text-align: right;
}

.shokuhin_style_pc span.text01_red {
    color: #f00;
}

.shokuhin_style_sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .shokuhin_style_pc {
        display: none;
    }
    .shokuhin_style_sp {
        display: block;
        text-align: center;
    }
}

/* attendance */
.attendance_lead p {
    font-size: 18px;
    line-height: 1.8;
}

.attendance_lead_txt {
    font-size: 24px;
    margin: 20px 0 6px;
    text-align: center;
    color: #ff0000;
    font-weight: 700;
}
.attendance_lead_txt.small {
    color: #f00;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 6px;
}

.attendance_lead h3 {
    border-bottom: solid 2px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
}

h4.attendance_sub {
    font-size: 18px;
    margin-right: 1em;
    margin-bottom: 0.5em;
}

h4.attendance_sub:first-letter {
    color: #44af35;
}

.attention_list {
    margin-left: 1em;
    font-weight: 700;
}

.cocoa_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cocoa_box ul {
    text-align: center;
    padding: 1em 2em;
}

.cocoa_box ul li {
    font-weight: 700;
    font-size: 18px;
}

.cocoa_box ul li img {
    width: 127px;
}

.attendance_img {
    text-align: center;
    margin-bottom: 3em;
}

.bottom-text {
    text-align: center;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .attendance_lead p {
        font-size: 15px;
    }

    .attendance_lead_txt,.attendance_lead_txt.small {
        font-size: 20px;
    }

    .attendance_lead h3 {
        font-size: 16px;
    }

    h4.attendance_sub {
        font-size: 16px;
    }

    .cocoa_box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .cocoa_box ul {
        text-align: center;
        padding: 1em 2em;
    }

    .cocoa_box ul li {
        font-size: 16px;
    }

    .cocoa_box ul li a {
        text-decoration: underline;
    }

    .cocoa_box ul li img {
        display: none;
    }
}

/* big-button */
.btn-contact.big {
    font-size: 28px;
}
@media only screen and (max-width: 768px) {
    .btn-contact.big {
        font-size: 5vw;
    }
}

/* -------------------------------
	イベントページ：授賞式
------------------------------- */

#special .award_header {
    display: inline-block;
    font-size: 120%;
}

#special .award_header div {
    display: inline-block;
    margin-right: 10px;
}

#special .award_header div:first-child {
    background-color: #ea5350;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #fff;
    font-size: 18px;
}

#special .award_header div:nth-child(2) {
    font-weight: bold;
    font-size: 112%;
}

#special .award_wrap {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff1d4;
    padding: 15px 20px;
    border: 1px solid #f9deb1;
    border-radius: 2px;
    align-items: center;
    justify-content: space-between;
}

#special .award_wrap a {
    display: inline-block;
    width: auto;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-size: 16px;
    color: #ffffff;
    border-radius: 8px;
    background-color: #f39800;
}

#special .award_wrap a:hover {
    opacity: 0.8;
}

#special .award_wrap a span {
    position: relative;
    padding: 0 2rem;
}

#special .award_wrap a span:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 43%;
    right: 10px;
    margin-top: -3px;
}

@media only screen and (max-width: 768px) {
    #special .award_wrap {
        display: block;
    }
    #special .award_wrap a {
        margin: 5px 0 0;
    }
    #special .award_header div:first-child {
        margin-bottom: 5px;
    }
}

.unit-topinfo .bus_bnr {
    margin-bottom: 20px;
}

.unit-topinfo .bus_bnr a img:hover {
    opacity: 0.8;
}

.bus_bnr p {
    margin: 0 0px 40px;
    text-align: center;
    font-size: 24px;
    color: red;
    font-weight: bold;
    line-height: 1.5;
}

.bus_bnr p span {
    font-size: 18px;
}



.outline-catch .catch-text p.txt01 span {
    background: linear-gradient(transparent 74%, #e6d800 0%);
}





/* -------------------------------
202110 セミナー追加
------------------------------- */

.cont-visitor .caution {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #eee;
}
.item-seminar .text p img {
    max-width: 300px;
    width: 50%;
    float: right;
    margin-left: 20px;
}
.item-seminar .text p img.small {
    max-width: 200px;
    width: 50%;
}


.cont-visitor .cont-seminar .txtbold {
    font-size: 110%;
    font-weight: bold;
    margin-top: 10px;
}

.cont-visitor3 .item-seminar .mt20 {
    margin-top: 20px;
}



.cont-visitor3 h4 {
    margin-top: 30px;
}
.cont-visitor3 .host_head {
    /* background-color: #b541a8; */
    color: #7f1083;
    font-size: 22px;
    padding: 0.6em;
    border-top: solid 3px #7f1083;
    margin-bottom: 7px;
    border: 1px solid #7f1083;
    border-top: solid 3px #7f1083;
}
.cont-visitor3 .host {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 40px;
    background-color: #fffbf3;
    padding: 30px;
}
.cont-visitor3 .host .article {
    flex: 1;
}
.host .article > p {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.5em;
}
.cont-visitor3 .host h4 {
    border-bottom: solid 3px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
    margin-top: 0;
    
}
.cont-visitor3 .host h4:first-letter {
    color: #7f1083;
}
.cont-visitor3 .host dl.seminar_content {
    margin-top: 10px;
}



.cont-visitor3 .lead .lead-heading {
    background-color: #7f1083;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    width: 100%;
    padding: 5px 0;
}
.cont-visitor3 .inner-art {
    padding: 20px;
    margin: 20px 0;
}
.cont-visitor3 .inner-art h6 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
    font-size: 114%;
    border-bottom: 1px dotted #000;
    padding-bottom: 2px;
}
.cont-visitor3 .inner-art .s-title {
    font-weight: bold;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    .cont-visitor .item-seminar .photo.vert {
        width: 55%;
        margin: 5vw auto;
    }
    .cont-visitor .item-seminar .unit-seminar .f-wrap > div > div:last-child img {
        max-width: 55%;
        width: 160px;
    }
        .cont-visitor .item-seminar .unit-seminar .section1 {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 0.5em;
    }
    .cont-visitor .item-seminar .unit-seminar .f-wrap > div {

        margin-bottom: 20px;
        display: flex;
    }
    .cont-visitor .item-seminar .unit-seminar .f-wrap > div > div:first-child {
        width: 50%;
        order: 2;
    }
    .cont-visitor .item-seminar .unit-seminar .f-wrap > div > div:last-child {
        width: 50%;
    }
    .cont-visitor .item-seminar .unit-seminar .f-wrap > div > div:first-child img {
        max-width: 100%;
        /* width: 160px; */
        margin: 0 auto;
    }
    .cont-visitor .item-seminar .unit-seminar .f-wrap > div {
        
        
    }
    .cont-visitor .cont-seminar h5 .keyword {
        /* margin-top: 2vw; */
    }
    .cont-visitor .cont-seminar h5 .keyword span {
        margin-top: 2vw;
    }


    .cont-visitor3 .host {
        display: block;
        width: 100%;
    }
    .cont-visitor3 .host .photo {
        text-align: center;
        padding-bottom: 20px;
    }

}


.btn-og {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.btn-og a {
    width: 60%;
    background-color: #ff9b00;
    color: white;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 0;
}
.btn-og a.small {
    width: 30%;
}
.btn-og a:hover {
    opacity: 0.9;
}

.cont-visitor .item-seminar .unit-seminar .body .photo.wide3 {
    width: 450px;
}
.cont-visitor .item-seminar .unit-seminar .body .photo.wide4 {
    width: 420px;
}
.cont-visitor .item-seminar .unit-seminar .section span {
    display: inline-block;
    margin-bottom: 5px;
}
.cont-visitor .item-seminar .unit-seminar .f-right.w150 {
    width: 150px;
}

@media only screen and (max-width: 768px) {
    .cont-visitor .item-seminar .unit-seminar .body .photo.wide3 {
        max-width: 100%;
    }
    .cont-visitor .item-seminar .unit-seminar .body .photo.wide4 {
        max-width: 100%;
    }
    .cont-visitor .item-seminar .unit-seminar .f-right.w150 {
        display: block;
    }
    .btn-og a {
        width: 90%;
    }
    .btn-og a.small {
        width: 60%;
    }
}


@media only screen and (max-width: 768px) {
    .cont-visitor3 .cont-seminar h5 span.area,.cont-visitor4 .cont-seminar h5 span.area {
        font-size: 75%;
    }
}

.inner_money{
    text-align: center;

}



.outline_page .ttl-line2 {
    color: white!important;
    background-color: #169b34;
    padding: 5px 15px;
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 36px;
}
.outline_page .ttl-line2 span {
    background: none;
}
.outline_page .ttl-line2:before {
    display: none;
}
.outline_page .special_area .show01 .show {
    border:2px solid #333;
    border-radius: 20px;
    margin-bottom: 15px;
}
.outline_page .special_area .show01 .show:nth-child(1) {
    border-color: #e50044;
}
.outline_page .special_area .show01 .show:nth-child(2) {
    border-color: #44af35;
}
.outline_page .special_area .show01 .show:nth-child(3) {
    border-color: #7f1083;
}


.outline_page .special_area .show01 .show h4 {
    background: none;
    border-bottom: 1px solid #333;
}
.outline_page .special_area .show01 .show:nth-child(1) h4 {
    color: #e50044;
    border-color: #e50044;
}
.outline_page .special_area .show01 .show:nth-child(1) .date dl dt {
    background-color: #e50044;
}
.outline_page .special_area .show01 .show:nth-child(2) h4 {
    color: #44af35;
    border-color: #44af35;
}
.outline_page .special_area .show01 .show:nth-child(2) .date dl dt {
    background-color: #44af35;
}
.outline_page .special_area .show01 .show:nth-child(3) h4 {
    color: #7f1083;
    border-color: #7f1083;
}
.outline_page .special_area .show01 .show:nth-child(3) .date dl dt {
    background-color: #7f1083;
}
.outline_page .special_area .show01 .show h4 {
    padding: 0 0 10px;
    margin-bottom: 18px;
    font-size: 24px;
}

.outline_page .outline dd {
    line-height: 24px;
}


.btn-green {
    background-color: #C30D23;
    color: #f1f400!important;
}



@media only screen and (max-width: 768px) {
    .outline_page .outline-catch {
        padding: 2vw 0;
    }
    .outline_page .outline-catch .catch-text {
        width: 100%;
        margin-left: 0;
    }
    .outline_page .pic_list {
        margin: 0;
    }
    .outline_page .ttl-line {
        font-size: 5vw;
        padding: 2vw;
        margin-bottom: 3vw;
        margin-top: 2vw;
        line-height: 1.3;
    }
    .outline_page .special_area {
        margin: 0;
    }
    .outline_page .special_area .show01 .show h4 {
        font-size: 5vw;
    }
}




/* -------------------------------
出展カテゴリ　#show07
------------------------------- */

#show07 .catch {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#show07 .catch + div {
    text-align: center;
    margin-bottom: 30px;
}
#show07 .catch + div + div {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
#show07 .catch + div + div ul {
    width: 44%;
    font-size: 90%;
    color: #333;
}
#show07 .catch + div + div ul li:last-child{
    margin-top: 14px;
}
#show07 .cate_grid {
    display: grid;
    grid-template-columns: repeat(3,auto) ;
    grid-gap:0;
    background-color: #f6f6f6;
    padding: 10px;
}
#show07 .cate_grid2 {
    display: grid;
    grid-template-columns: 1fr 2fr ;
    grid-gap:0px;
    background-color: #f6f6f6;
    padding: 0 10px;
    margin-top: -10px;
}
#show07 .cate_grid > div {
    padding: 5px 5px;
    cursor: pointer;
}

#show07 .cate_grid > div img:hover {
    cursor: pointer;
    opacity: 0.7;
    /* transition: 0.5s; */
    /* filter: saturate(30%); */
}

.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    opacity: 0;
    transition: 0.5s;
}
.layer .view_data {
    z-index: 100;
    max-width: 600px;
    min-height: 120px;
    width: 80%;
    transition: all 1s;
    box-shadow: 0 0 10px #ffffff;
    padding: 15px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    z-index: 200;
}
.layer .view_data > div {
    
    border:5px solid #333;
    background-color: white;
    border-radius: 5px;
    
    padding: 15px 20px;

}
.layer .heading {
    background-color: #9b9b9b;
    display: inline-block;
    margin: 0;
    padding: 4px 8px 3px;
    color: white;
    letter-spacing: 2px;
    font-size: 95%;
    font-weight: normal;
    line-height: 1;
    border-radius: 5px;
    margin-bottom: 6px;
}
.layer .view_data .cate_title {
    font-weight: bold;
    font-size: 145%;
    border-bottom: 2px dashed #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-align: center;
    /* text-decoration: underline; */
}
.layer .view_data .cate_text {
    font-family: "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif ;
}
.view_data_close {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    padding-top: 10px;
}
.view_data_close > div {
    display: inline-block;
    border-radius: 3px;
    background-color: #eee;
    padding: 6px;

}
#show07 .text_red {
    color: red;
    /* font-size: 15px; */
    text-align: center;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    #show07 .catch + div + div ul {
        width: 100%;
    }
    #show07 .cate_grid {
        display: grid;
        grid-template-columns: repeat(1,auto) ;
    }
    #show07 .view_data {
        bottom: 9vh;
        left: 0;
        width: 100%;
        padding: 0;
        box-shadow: none;
    }
    #show07 .view_data > div {
        margin: 2vw;
    }


}

/* -------------------------------
フッター
------------------------------- */


#footer {
	clear: both;
	margin: 0 auto;
	background: #e6e6e6;
}

#footer a:link {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #footerbox {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0;
}

@media only screen and (max-width: 640px) {
	#footer #footerbox {
		width: auto;
		margin: 0 auto;
		overflow: hidden;
		padding: 20px 0 0;
	}
}


.fo_sitemap {
	display: block;
	padding: 50px 0 40px;
	border-bottom: 2px solid #dcdcdd;
}

.fo_sitemap_box {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
}

.fo_sitemap .sitemap_ttl {
	font-size: 16px;
	font-weight: 700;
}

.fo_sitemap_block01 {
	width: 270px;
}

.fo_sitemap_block01 ul li {
	margin-bottom: 20px;
}

.fo_sitemap_block02 {
	width: 445px;
}

.fo_sitemap_block03 {
	width: 285px;
}

.fo_sitemap_block02 p,
.fo_sitemap_block03 p {
	clear: both;
}

.fo_sitemap_block02 ul {
	float: left;
	width: 205px;
	/* margin-top: 10px; */
	margin-right: 25px;
	margin-bottom: 25px;
}

.fo_sitemap_block03 ul {
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.fo_sitemap_block02 ul:nth-of-type(2),
.fo_sitemap_block03 ul:nth-of-type(2) {
	margin-right: 0px;
}

.fo_sitemap_block02 ul li,
.fo_sitemap_block03 ul li {
	margin-bottom: 5px;
}

.fo_bnr ul {
	display: block;
	text-align: center;
}

.fo_bnr ul li {
	display: inline-block;
	margin: 0 5px;
}

@media only screen and (max-width: 640px) {

	.fo_sitemap,
	.fo_bnr {
		display: none;
	}
}

#footer #fo_logo {
	padding: 0 0 20px;
	margin: 0;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

#footer #fo_logo p {
	font-size: 14px;
	padding: 0;
}

#footer #fo_logo img.logo {
	width: 36px;
	margin-right: 20px;
	vertical-align: middle;
}

#footer .fo_box {
	padding-bottom: 45px;
}

#footer .fo_box ul {
	text-align: center;
	margin-top: 0;
}

#footer .fo_address {
	text-align: center;
}

#footer .fo_address p {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}

#footer .fo_address p span {
	font-size: 20px;
}

#footer .copy {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

#footer .copy p {
	text-align: center;
	padding: 10px 0;
	font-size: 11px;
	font-size: 0.78571rem;
}

@media only screen and (max-width: 768px) {
	#footer #fo_logo {
		padding: 0 5px 10px;
		margin: 0;
		text-align: center;
		font-size: 14.4px;
		font-weight: 700;
	}

	#footer #fo_logo p {
		font-size: 8px;
		padding: 0;
		line-height: 1;
	}

	#footer #fo_logo img.logo {
		width: 28px;
		margin-right: 7px;
	}

	#footer .fo_box {
		padding-bottom: 70px;
	}

	#footer .fo_box ul {
		text-align: center;
		margin-top: 1em;
	}

	#footer .fo_box ul li {
		white-space: nowrap;
		line-height: 1.4;
		font-size: 10px;
		margin-bottom: 5px;
	}

	#footer .fo_address {
		text-align: center;
	}

	#footer .fo_address p {
		text-align: center;
		font-size: 14px;
		font-weight: 700;
	}

	#footer .fo_address p span {
		font-size: 20px;
	}

	#footer .copy {
		display: none;
	}

    .footer-menu ul {
		text-align: center;
		min-height: 55px;
		line-height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
	}

	.footer-menu ul li {
        display: inline-block;
		vertical-align: middle;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		padding: 0;
		line-height: 1.5;
	}
    .footer-menu ul li.f_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-menu ul li img.icon {
        width: 20px;
        margin-right: 5px;
    }

    
	.footer-menu {
		width: 100%;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #2D9249;
		background: -moz-linear-gradient(top, var(--sub-color) 0%, var(--main-color) 100%);
		background: -webkit-linear-gradient(top, var(--sub-color) 0%, var(--main-color) 100%);
		background: linear-gradient(to bottom, var(--sub-color) 0%, var(--main-color) 100%);
		box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 1px -5px 6px 3px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.footer-menu {
		left: 0px;
        display: flex;
        justify-content: space-around;
	}
    .footer-menu > a {
        width: 40%;
    }
    header h1 img {
        max-height: none;
    }
    header .header-inner {
        padding: 10px;
    }
}


#show06 .img_outline {
    text-align: center;
}
#show08 .img_specialevent {
    text-align: center;
}

#show06 .show_outline .flex_wrap {
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    background-color: #f5f5f5;
    padding: 15px;
}
#show06 .show_outline .flex_wrap > div:nth-child(odd){
    border: 7px solid #24733a;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    background-color: white;
}
#show06 .show_outline .flex_wrap > div:nth-child(odd) > div {
    border: 4px double #2d9249;
    height: 100%;
}
#show06 .show_outline h4 {
    font-weight: bold;
    font-size: 28px;
    color: white;
    background-color: #24733a;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 2px;
}
#show06 .show_outline h4 + div {
    padding: 28px 20px 20px;
}
#show06 .show_outline h4 + div > div:first-child {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    /* text-decoration: underline; */
    line-height: 1.3;
}

#show06 .show_outline h4 + div > div:first-child + div {
    font-size: 15px;
    /* background-color: #f5f5f5; */
    /* padding: 15px; */
}


#show06 .show_outline ul {
    padding-left: 20px;
}
#show06 .show_outline ul + div {
    text-align: right;
}
#show06 .show_outline ul li {
    list-style: disc;
}
#show06 .show_outline .flex_wrap > div:nth-child(2) {
    width: 100%;
    padding: 5% 2% 4%;
    text-align: center;
}
#show06 .show_outline .flex_wrap > div:nth-child(2) h5 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #24733a;
    /* text-decoration: underline; */
    margin-bottom: 20px;
}
#show06 .show_outline .flex_wrap > div:nth-child(2) img {
    width: 35%;
}
#show06 .show_outline .flex_wrap > div:nth-child(2) ul li {
    list-style-type: none;
}
#show06 .show_outline .flex_wrap > div:nth-child(4) { 
    display: none;
}

#show06 .show_outline {
    .content1 {
        .content1_box {
            > div {
                font-size: 15px;
                /* margin-bottom: 10px; */
                /* margin-top: 15px; */
                letter-spacing: 2px;
                /* background-color: #f5f5f5; */
                /* padding: 15px; */
                line-height: 1.6;
                font-size: 12px;
            }
        }
    }
    .content2 {
        .box {
            background-color: white;
            padding: 20px;
        }
        .content2_box {
            display: flex;
            justify-content: center;
            gap: 6px;
            >
            div {
                font-size: 18px;
            background-color: white;
            padding: 6px 15px 5px;
            /* border: solid 2px #000000; */
            border-radius: 3px;
            flex: 0 0 30%;
            background-color: #24733a;
            color: white;
            }
        ;
            margin: 0 0 20px;
            font-weight: bold;
            flex-direction: column;
        }
        ul {
            display: flex;
            justify-content: center;
            list-style: none;
            gap: 5px;
            flex-direction: column;
        }
    }
    .content3 {
        .content1_box {
            > div {
                font-size: 15px;
                /* margin-bottom: 10px; */
                /* margin-top: 15px; */
                letter-spacing: 2px;
                /* background-color: #f5f5f5; */
                /* padding: 15px; */
                line-height: 1.6;
            }
        }
    }
}





#show08 .specialevent {
    border: 4px solid #804f22;
    border-radius: 30px;
    background-color: #fff8f2;
    width: 90%;
    margin: 0 auto;
}
#show08 .specialevent::before {
    /* content: "";
    background-image: url(../img/show/special_bk1.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 126px;
    display: block; */
    
}
#show08 .specialevent > div {
    padding: 40px 30px 30px;
    /* margin-top: -80px; */
}
#show08 .specialevent > div span.red {
    color: red;
    text-decoration: underline;
}
#show08 .specialevent h4 {
    text-align: center;
}
#show08 .specialevent h4 img {
    width: 70%;
}
#show08 .specialevent h4 + div {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 40px 0 30px;
}
#show08 .specialevent > div > div:nth-child(4),#show08 .specialevent > div > div:nth-child(5){
    border: 2px solid #5e3a19;
    margin-top: 20px;
    background-color: white;
}
#show08 .specialevent > div > div:nth-child(4) h6,#show08 .specialevent > div > div:nth-child(5) h6 {
    background-color: #5e3a19;
    color: white;
    padding: 6px 15px;
    font-size: 18px;
    letter-spacing: 2px;
}
#show08 .specialevent > div > div:nth-child(4) ul {
    padding: 10px 20px;
    padding-left: 20px;
}
#show08 .specialevent > div > div:nth-child(5) ul {
    padding: 20px;
    display: flex;
    padding-left: 40px;
    flex-wrap: wrap;
}
#show08 .specialevent > div > div:nth-child(5) ul span {
    white-space: nowrap;
}
#show08 .specialevent > div > div:nth-child(4) ul li,#show08 .specialevent > div > div:nth-child(5) ul li {
    list-style: none;
}
#show08 .specialevent > div > div:nth-child(5) ul li {
    padding-right: 0;
    width: 21%;
}
#show08 .specialevent > div > div:last-child {
    background-color: #5e3a19;
    color:white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 50px;
}
#show08 .specialevent > div > div:last-child > div:first-child {
    text-align: center;
    margin-top: -40px;
    margin-bottom: 10px;
}
#show08 .specialevent > div > div:last-child > div:first-child img {
    width: 80%;
}
#show08 .specialevent > div > div:last-child ul {
    padding-left: 10px;
}
#show08 .specialevent > div > div:last-child ul li {
    list-style: none;
}


@media only screen and (max-width: 640px) {
    #show06 .show_outline .flex_wrap {
        flex-direction: column;
        border: 2px solid #24733a;
        padding: 2vw;
    }
    #show06 .show_outline .flex_wrap > div:nth-child(odd) {
        width: 100%;
        padding: 0;
        border: 2px solid #24733a;
    }
    #show06 .show_outline .flex_wrap > div:nth-child(2) {
        width: 100%;
    }
    #show06 .show_outline h4 {
        font-size: 6vw;
        padding: 2vw;
    }
    #show06 .show_outline h4 + div > div:first-child {
        font-size: 5vw;
        margin-bottom: 3vw;
    }
    #show08 .specialevent { 
        width: 100%;
    }
    #show08 .specialevent > div {
        padding: 6vw 4vw;
    }
    #show08 .specialevent h4 img {
        width: 100%;
    }
    #show08 .specialevent h4 + div {
        font-size: 5vw;
        margin: 3vw 0;
    }
    #show08 .specialevent > div > div:nth-child(5) ul {
        /* display: block; */
        padding: 4vw;
    }
    #show08 .specialevent > div > div:last-child > div:first-child img {
        width: 100%;
    }
    #show08 .specialevent > div > div:last-child ul {
        padding-left: 0;
    }
    
    #show08 .specialevent > div > div:nth-child(4), #show08 .specialevent > div > div:nth-child(5) {
        margin-top: 3vw;
    }
    #show08 .specialevent > div > div:nth-child(5) ul li {
        width: 49%;
    }
    #show06 .show_outline .flex_wrap > div:nth-child(1) {
        order: 1;
        margin-bottom: 0;
    }
    #show06 .show_outline .flex_wrap > div:nth-child(2) {
        order: 4;
        padding: 6vw 0vw;
        background-color: #f5f5f5;
        position: relative;
        margin-top: 15vw;
    }
    #show06 .show_outline .flex_wrap > div:nth-child(2)::before {
        content: "";
        border-top: 7vw solid #24733a;
        border-right: 9vw solid transparent;
        border-bottom: 9vw solid transparent;
        border-left: 9vw solid transparent;
        position: absolute;
        top: -11vw;
        left: 38vw;
    }
    #show06 .show_outline .flex_wrap > div:nth-child(2) img {
        display: none;
    }
    #show06 .show_outline .flex_wrap > div:nth-child(3) {
        order: 3;
    }
    #show06 .show_outline .flex_wrap > div:nth-child(4) {
        order: 2;
        text-align: center;
        display: block;
    }
    #show06 .show_outline .flex_wrap > div:nth-child(4) img {
        width: 35vw;
    }
    
    #show06 .show_outline h4 + div {
        padding: 3vw;
    }
    #show08 .pc_only {
        display: none;
    }
    #show06 .show_outline .flex_wrap > div:nth-child(2) h5 {
        font-size: 6vw;
    }





    #show06 .show_outline {

        .content2 {
            .box {
                background-color: white;
                padding: 20px;
            }
            .content2_box {
                display: flex;
                justify-content: center;
                gap: 7px;
                >
                div {
                    font-size: 18px;
                background-color: white;
                padding: 6px 15px 5px;
                /* border: solid 2px #000000; */
                border-radius: 3px;
                flex: 0 0 30%;
                background-color: #24733a;
                color: white;
                }
            ;
                /* margin: 0 0 20px; */
                font-weight: bold;
                flex-direction: column;
            }
            ul {
                display: flex;
                justify-content: center;
                list-style: none;
                gap: 5px;
                flex-direction: column;
                /* list-style: none; */
            }
        }
    }
    #show06 .show_outline .flex_wrap > div:nth-child(2) ul li {
        list-style: none;
    }







}


.merit-container .item-merit h3 {
    background-color: #e50044;
}

/* -------------------------------
20220825
------------------------------- */
header {
    border-bottom: none;
}

.header_block_sp,
.head_access_sp {
	display: none;
}


.gnavi {
    background-color: var(--main-color);
}
.gnavi ul {
    height: 60px;
    display: flex;
}
.gnavi ul li a,.gnavi ul li span {
    font-size: 16px;
}
.gnavi ul li.nav-home {
    width: 66px;
    background-color: #15195f;
    border-bottom: 1px solid var(--sub-color);
    border-right: 1px solid var(--sub-color);
}
.gnavi ul li.nav-home a {
    display: block;
    position: relative;
    line-height: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gnavi ul li.nav-home a:hover {
    background-color: #585b91;
}
.gnavi ul li.nav-first:first-child {
    border-left:1px solid #7b1c22;
}
.gnavi ul li.nav-first {
    border-right: 1px solid var(--sub-color);
    border-bottom: 1px solid var(--sub-color);
    height: auto;
}
.gnavi ul li.nav-first span {
    display: block;
    /* height: 100%; */
    width: 100%;
    line-height: 120%;
    position: relative;
    top: auto;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gnavi ul li.nav-first span.cs {
    font-size: 12px;
    font-weight: normal;
    margin-top: 4px;
}
.gnavi ul li.nav-first > a,.gnavi ul li.nav-first > span {
    background-color: #585b91;
    color: white;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gnavi ul li.nav-first > a:hover {
    color: var(--main-color)!important;
    background-color: white;
}
.gnavi ul li.nav-first > span:hover {
    color: var(--main-color);
    background-color: white;
}
.gnavi ul li.nav-first > span:hover::after {
    content: "Coming Soon";
    display: block;
    position: absolute;
    bottom: 0;
    color: #999;
    font-size: 75%;
}
.gnavi ul li.nav-nomal a:hover {
    color: var(--main-color);
}


.slicknav_menu .slicknav_nav {
    background-color: #f7f7f7;
    color: #000;
}
.slicknav_nav ul.dropmenu {
    padding: 0;
}
.slicknav_nav ul.dropmenu li a {
    padding: 15px;
    padding-left: 20px;
    font-size: 16px;
    color: rgb(29,33,41);
    border-top: 1px solid #ccc;
}
.slicknav_nav ul.dropmenu li > span {
    padding: 15px;
    display: block;
    background-color: #aaa;
    color: white;
    font-size: 16px;
} 
.slicknav_nav ul.dropmenu li > span::after {
    content: "　Coming Soon";
    color: white;
    font-size: 14px;
}



/* attendance */
#attendance .tac {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    color: #ea5350;
}
.attendance_lead_txt {
    font-size: 24px;
    margin: 20px 0 6px;
    text-align: center;
    color: #000;
    font-weight: 700;
}
#attendance .press_btn-area .btn-contact {
    background-color: #ea5550;
}



.seminar_lead_ttl {
    margin-bottom: 2em;
    background-color: #ea5350;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.seminar_lead_ttl h2 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 2rem;
}
.seminar_lead_ttl p {
    text-align: center;
    font-size: 20px;
}

.attendance_lead p {
    font-size: 18px;
    line-height: 1.8;
}

.attendance_lead_txt {
    font-size: 24px;
    margin: 2em 0;
    text-align: center;
    color: #000;
    font-weight: 700;
}
.attendance_lead_txt.small {
    color: #f00;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 6px;
}

.attendance_lead h3 {
    border-bottom: solid 2px #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 18px;
}
.second-container .btn-area {
    margin-bottom: 20px;
}


/* footer */
.fo_sitemap_block01 {
    border-right: 1px solid #d9d9d9;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
}
.fo_sitemap .sitemap_ttl span {
    color: #aaa;
}



@media only screen and (max-width: 640px) {
    
    /* header */
    .head_access_sp {
        display: block;
    }

    .head_access_sp ul {
        background: var(--sub-color);
        padding: 0 5px;
        font-size: 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .head_access_sp ul li {
        padding: 5px 0 5px 5px;
        line-height: 1.2;
        font-weight: 700;
        color: #fff;
        
    }

    .head_access_sp ul li p {
        font-size: 14px;
        line-height: 1.4;
        font-weight: normal;
    }
    .head_access_sp ul li img {
        width: 90px;
    }
    .mv-container {
        margin-top: 131px;
    }

    .outline_page .outline-catch {
        padding: 0 0 2vw;
    }
    .container_top {
        padding-top: 39vw;
    }
    .seminar_lead_ttl {
        padding: 0;
    }
    .attendance_lead_txt {
        font-size: 5vw;
    }
    header .header-inner {
        border-bottom: 1px solid #aaa;
        height: 70px;
        display: flex;
        align-items: center;
    }
    #page-top {
        bottom: 10vh!important;
        right: 2vw;
        width: 15vw;
        height: 15vw;
        opacity: 0.5;
    }
    .top_btn img {
        width: 90%;
    }


    .footermenu .footer-menu {
		display: flex;
	}
	.footer-menu > a {
        display: block;
		width: 40%;
	}
    .footer-menu > a:first-child {
        width: 42%;
        border-right: 1px solid #fff;
    }
    .footer-menu > a:nth-child(2) {
        width: 42%;
    }
    .footer-menu > a:nth-child(3) {
        width: 15%;
    }

	.footer-menu > div {
		display: block;
		width: 20%;
	}

	.tel_btn,.mail_btn {
		display: block;
		width: auto;
	}


    .footer-menu .border_both_side {
        border-right: 1px solid #fff;
        /* border-left: 1px solid #fff; */
    }



}


/* -------------------------------
banner
------------------------------- */


/* -------------------------------
banner 20220728
------------------------------- */
.banner .h1_pagettl {
    background: url(../img/bg_h1.png) left top no-repeat;
}

.banner .h1_ttltxt {
	display: table-cell;
	width: 585px;
	height: 190px;
	max-height: 190px;
	vertical-align: middle;
}
.banner .h1_ttltxt span {
    padding-left: 35px;
}
.banner .h1_ttltxt h1 {
	line-height: 1;
	color: #000000;
	font-size: 26px;
	letter-spacing: .2em;
	font-weight: 700;
	padding-left: 35px;
}
.banner .h1_ttltxt p {
	border-top: 2px solid #126820;
	line-height: 1;
	color: #8c6239;
	font-size: 10px;
	letter-spacing: .2em;
	padding-top: 14px;
	margin-top: 14px;
}
.banner .m20 {
    margin: 20px 0;
}
.banner h2.style_h201 {
    border-left: none;
}
.banner h2.style_h201 {
    padding: 25px 25px 25px 30px;
    margin-bottom: 20px;
    border-left: 8px solid #ffc33c;
    font-size: 26px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    background: #126820 url(../images/bg_h201.svg) left center no-repeat;
    background-size: 8px;
    color: #ffffff;
}
.banner .explanation {
    padding: 10px;
}
.banner h3 {
    margin: 20px 0 10px;
    border-bottom: #aaa 1px solid;
    font-size: 100%;
}
.banner .explanation li:first-letter {
    color: #126820;
    padding-right: 5px;
}

@media only screen and (max-width: 640px) {
    .h1_ttltxt {
        padding-left: 4vw;
    }
    .banner .explanation {
        padding: 5vw;
    }
    .banner .pcblank {
        display: none;
    }
    
}

/* -------------------------------
20220907
------------------------------- */
.outline_page .catch-text-banner {
    background-color: #f39800;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 25px 0;
    flex-direction: column;
    border: 1px solid #041409;
    margin-top: 20px;
}
.outline_page .catch-text-banner > div.yellow {
    font-size: 46px;
    font-weight: bold;
    color: #fff000;
    line-height: 1;
    margin-bottom: 18px;
    letter-spacing: 1px;
    text-shadow: 0 0 3px #5a3900;
}
.outline_page .catch-text-banner > div.large {
    color: white;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}


.outline_page .catch-text-banner > div:last-child {
    font-size: 20px;
    color: white;
    font-weight: normal;
    letter-spacing: 1px;
    line-height:1.3;
    text-shadow: 0 0 2px #333;
}
.seminar .h1_ttltxt h1 {
    display: flex;
    align-items: center;
}
.seminar .h1_ttltxt h1 div {
    background-color: #e95513;
    color: white;
    border-radius: 8px;
    display: inline-block;
    font-size: 85%;
    padding: 5px 8px;
    margin-left: 10px;
    letter-spacing: 2px;
}
.seminar .h1_ttltxt h1 div span {
    font-size: 80%;
}


/* -------------------------------
20221102
------------------------------- */
.outline_page #show02 .special_area,.outline_page #show02 .exhibition_area {
    margin: 0;
}
.outline_page .ttl-line2 {
    margin-top: 20px;
}
.outline_page .period .time span {
    font-size: 80%;
    margin-left: 5px;
}
.outline_page .backup .addtext {
    margin-right: 10px;
}


.show .second-container .btn-area {
    margin-bottom: 20px;
    margin-top: 60px;
}


@media only screen and (max-width: 640px) {
    .pc_only {
        display: none;
    }
    .outline_page .catch-text-banner {
        padding: 5vw 3vw 3vw;
    }
    .outline_page .catch-text-banner > div:first-child {
        font-size: 7vw;
        line-height: 6.3vw;
        margin-bottom: 3vw;
    }
    .outline_page .catch-text-banner > div:last-child {
        font-size: 16px;
        line-height: 1.2;
    }
    .seminar_lead_ttl h2 {
        font-size: 5vw;
        line-height: 1.3;
    }
    .outline_page .ttl-line2 {
        text-align: center;
        margin-top: 10px;
    }


    .show .second-container .btn-area {
        margin-top: 8vw;
    }
}




/* -------------------------------
20230213
------------------------------- */


.top .sns_icon {
	display: flex;
	gap: 20px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 35px;
    margin-bottom: 25px;
}
.top .sns_icon a {
	display: block;
	width: 50px;
}





.schedule_block ul li:first-of-type {
    border: 2px solid #414141;
    color: #414141;
}
.schedule_block ul:last-of-type li:first-of-type {
    background-color: #414141;
}
.schedule_block ul li.big {
    color: #414141;
}


#show07 {
    margin-bottom: 50px;
}
#show03 {
    /* padding-top: 220px; */
}
.merit-container .merit-dl dt {
    font-size: 20px;
}
.merit-container .item-merit h3 {
    margin-bottom: 1.5rem;
}
.merit-container .notes {
    font-size: 13px;
    color: #EA5550;
    text-align: center;
}
.merit05 .merit_buyer {
    background-color: #FCFF6B;
}
.merit05 .merit_buyer .ab {
    position: relative;
}
.merit-container .merit05 .box dt {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.merit-container .merit-dl dt span {
    color: #24733a;
    line-height: 1.5;
    font-size: 22px;
}
.merit05 .merit_buyer .ab {
    color: #D20000;
}
.merit05 h4 {
    font-size: 17px;
    color:#962128;
    text-align: center;
}
.merit-container .merit05 .box dd {
    background-color: #FEFFC0;
}
.show_graf_ttl {
    text-align: center;
    color: #e60012;
    font-size: 20px;
}
.show_graf_ttl.black {
    color: #000000;
}
#show06 h4 {
    color: #D20000;
}
.merit-container .merit05 > div:last-child > div:last-child {
    gap: 20px;
    justify-content: center;
}
#show04 .img_flex_wrap, #show05 .img_flex_wrap {
    display: flex;
    gap: 10px;
}
#show04 h3 {
    font-size: 28px;
}
#show04 h4.super {
    border-radius: 40px;
    color: white;
    font-size: 25px;
    padding: 9px;
    line-height: 1;
    background-color: #24733a;
}
#show04 .tac {
    text-align: center;
    font-size: 14px;
}
#show04 .img_flex_wrap {
    margin-top: 20px;
}
#show04 .f_wrap {
    display: flex;
    gap: 20px;
    margin: 20px 0 0;
    font-weight: bold;
}

#show05 .catch {
    font-size: 20px;
    color: #24733a;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
#show05 .catch2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #414141;
}
#show05.invitation_box h4 {
    font-size: 16px;
    background-color: #24733a;
    border-radius: 20px;
    color: white;
    margin: 30px auto 20px;
    display: flex;
    padding: 7px 10px;
    line-height: 1;
    width: 100px;
    text-align: center;
    justify-content: center;
}
#show05.invitation_box h4.wide {
    width: 170px;

}
#show05.invitation_box h4 + div {
}
.item-merit.merit02 .merit-dl dt {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule {
    padding: 20px;
    border: 1px solid #000;
}
.schedule h5 {
    font-size: 28px;
    padding: 0;
    line-height: 1.6;
    background-color: #24733a;
}
.schedule_block {
    padding: 0;
    margin-bottom: 15px;
}
.schedule_block ul {
    margin-top: 0;
}
#show06 .inner > div.schedule_block {
    margin: 10px 0;
}
.schedule_block ul:last-child {
    margin-right: 0;
}
#show06 .schedule .inner {
    padding-bottom: 0;
}
.schedule_block ul {
    margin-right: 24px;
}
.schedule_block ul li:first-of-type:before {
    border-top-color: #414141;
}
.exhibition_area p {
    margin-bottom: 0;
}
/* .show_page .btn-area a {
    font-size: 28px;
}
.show_page .btn-area a.btn {
    padding: 10px 0;
    max-width: 588px;
    width: 100%;
    background-color: #EA5550; 
}
.show_page .second-container .btn-area {
    max-width: 588px;
    width: 100%;
} */
#schedule {
    margin-top: -200px;
    padding-top: 200px;
}
.show .inner {
    display: block;
    padding-bottom: 0;
}

.show .img_shadow {
    box-shadow: 3px 3px 7px #ccc;
    margin-bottom: 20px;
}



.composition_wrap {
    margin-bottom: 50px;
}
.composition_fwrap {
    display: flex;
    justify-content: center;
}
.composition_fwrap img {
    cursor: pointer;
}
.composition_wrap h2 {
    background-color: #C30D23;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.7;
    text-align: center;
    /* margin-top: 88px; */
    margin-top: 40px;
}
.composition_notes {
    line-height: 2;
    text-align: center;
    margin: 10px 0;
    color: red;
    text-decoration: underline;
}
.composition_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    opacity: 0;
    transition: 0.5s;
}
.composition_layer .view_data {
    z-index: 100;
    max-width: 900px;
    min-height: 120px;
    width: 80%;
    transition: all 1s;
    box-shadow: 0 0 10px #ffffff;
    padding: 30px 50px;
    background-color: rgba(255,255,255,1);
    border-radius: 0;
    z-index: 200;
    display: flex;
        gap: 4%;
        align-items:stretch;
}
.composition_layer .view_data h3 {
    background-color: #EA5550;
    color: white;
    border-radius: 20px;
    display: inline-block;
    line-height: 1;
    padding: 6px 10px;
    
}
.composition_layer.layer2 .view_data h3 {
    background-color: #22AC38;
}
.composition_layer.layer3 .view_data h3 {
    background-color: #F39800;
}
.composition_layer .view_data > div {
    flex-basis: 48%;
    overflow: hidden;
}
.composition_layer .view_data > div > div {
    border-left: 2px solid #EA5550;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    height: 100%;
}
.composition_layer.layer2 .view_data > div > div {
    border-left: 2px solid #22AC38;
}
.composition_layer.layer3 .view_data > div > div {
    border-left: 2px solid #F39800;
}
.composition_layer .view_data > div > div > div:nth-child(2) {
    color: #EA5550;
    margin-top: 20px;
}
.composition_layer.layer2 .view_data > div > div > div:nth-child(2) {
    color: #22AC38;
}
.composition_layer.layer3 .view_data > div > div > div:nth-child(2) {
    color: #F39800;
}


.nav-category ul li a, .nav-show ul li a {
    line-height: 1.4;
    color: #24733a;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 14px 0; */
}
.nav-show ul {
    padding: 10px 0; 
}
.nav-show ul li a i {
    right: 9%;
}


.exhibition_area h3.ttl-line {
    color: #962128;
}
.merit-container .item-merit h3 {
    background-color: #24733a;
}
.show_graf_ttl {
    color: #962128;
}

#dropmenu {
    border-bottom: none;
}
.outline h4 {
    font-size: 28px;
}



.nav-sns_fb {
    background: #325095;
}
.nav-sns_fb span {
    color: white!important;
}
.nav-sns_ig {
    background: #eb0f8d;
}
.nav-sns_ig span {
    color: white!important;
}

@media only screen and (min-width: 641px) {
    .sp {display: none;}
}
@media only screen and (min-width: 769px) {
    .gnavi ul li.nav-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .header-inner {
        max-width: 100%;
        height: auto;
    }
    .gnavi ul{
        max-width: 100%;
    }
    #dropmenu {
        border-bottom: none;
    }
    .container {
        max-width: 100%;
    }
    .fo_sitemap_box {
        max-width: 100%;
    }
    .unit-bnr {
        max-width: 100%;
    }
    .show_navi {
        margin-top: 250px;
    }
    #footer #footerbox {
        max-width: 100%;
    }
    #show06 .show_outline .flex_wrap > div:nth-child(2) {
        width: 33%;
    }


}

@media only screen and (max-width: 768px) {

    

    #show07 .cate_grid {
        grid-template-columns: repeat(2,auto);
    }
    .show_navi {
        margin-top: 70px;
    }
    
    .nav-show ul {
        padding: 0;
    }
    .nav-show ul li:nth-child(5) {
        padding: 0;
    }
    .item-merit.merit04 .merit-buyer .shadow {
        display: flex;
        gap: 2%;
    }
    .item-merit.merit04 .merit-buyer .shadow > img {
        width: 48%;
    }
    .item-merit.merit05 .f_wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .merit-container .merit05 > div:last-child > div:last-child {
        display: flex;
        justify-content: center;
    }
    .merit-container .merit05 > div:last-child > div:last-child > div {
        width: 48%;
    }
    
    .schedule_block ul li:first-of-type:before {
        right: -17px;
    }
}

@media only screen and (max-width: 640px) {
    .pc {display: none;}

    .container_top {
        padding-top: 120px;
    }
    
    #show07 .cate_grid {
        grid-template-columns: repeat(1,auto);
    }



    #show04,#show05,#show07  {
        margin-top: -120px;
        padding-top: 120px;
        margin-bottom: 0;
    }
    #schedule {
        margin-top: -150px;
        padding-top: 150px;
        margin-bottom: 0;
    }

    .ttl-line span {
        font-size: 20px;
    }

    .show_page img.s90 {
        width: 90%!important;
    }
    #show04 .img_flex_wrap {
        text-align: center;
    }
    .merit-container .merit05 > div:last-child > div:last-child > div {
        text-align: center;
    }
    .show_page .btn-area {
        margin-bottom: 12vw;
    }
    .nav-show .pc_only {
        display: none;
    }
    .nav-show ul {
        padding: 0; 
    }
    .nav-show ul li {
        padding: 0;
    }
    .nav-category ul li a, .nav-show ul li a {
        padding: 14px 0;
    }
    


    #top_content .top_information ul.info .info_date {
        min-width: 70px;
    } 
    #top_content .top_information ul.info {
        gap: 0;
    }
    .outline dl.ramen dd {
        font-size: 18px;
    }
    .outline_bk h4 {
        font-size: 20px;
        padding: 5px;
    }

    #show03 {
        padding-top: 120px;
        margin-top: -120px;
    }
    .merit-container .merit-dl dt {
        font-size: 16px;
    }
    .merit-container .merit-dl dt span {
        font-size: 18px;
    }
    .show_graf_ttl {
        font-size: 15px;
    }
    .merit-container .notes {
        font-size: 12px;
        line-height: 1.5;
    }
    .merit-container .item-merit h3 {
        margin-bottom: 15px;
        padding: 0.1em;
        font-size: 18px;
    }
    .merit-container .merit05 .box dt {
        align-items: center;
        padding-left: 0;
    }
    .merit-container .item-merit {
        margin-bottom: 30px;
    }
    .item-merit.merit02 .merit-dl dt {
        min-height: auto;
    }
    dl.merit-dl dt.merit_buyer {
        font-size: 16px;
    }
    #show04 .tac {
        font-size: 12px;
    }
    #show05.invitation_box h4 + div {
        padding: 0 1.5em;
    }
    #show04 h4.super {
        font-size: 15px;
        padding: 8px 0;
    }
    #show05 .catch {
        font-size: 15px;
        line-height: 1.5;
    }
    #show05 .catch2 {
        font-size: 15px;
        line-height: 1.5;
    }
    #show05.invitation_box h4 {
        font-size: 13px;
        margin-top: 20px;
    }
    #show06 .schedule .inner {
        padding-bottom: 0;
        padding-top: 5px;
    }
    #show06 > div:nth-child(2) {
        font-size: 16px;
    }
    #show06 .show_outline h4 {
        font-size: 20px;
    }
    #show06 .show_outline h4 + div > div:first-child {
        font-size: 18px;
    }
    #show06 .show_outline .flex_wrap > div:nth-child(2) {
        width: 100%;
    }
    #show07 .catch {
        font-size: 18px;
    }
    .show_graf.mod2021 img {
        padding: 10px 0;
    }
    .show .second-container .btn-area {
        margin-top: 40px;
        margin-bottom: 40px;
        margin: 0 auto;
    }
    .schedule {
        padding: 10px;
    }
    .schedule h5 {
        font-size: 15px;
        line-height: 2.3;
    }
    
    .schedule_block ul li:first-of-type:before {
        border-top-color: #000000;
    }
    .show_page .btn-area a {
        font-size: 15px;
    }
    .merit-container .merit05 > div:last-child > div:last-child > div {
        width: 90%;
    }
    .schedule_block ul {
        width: 41%;
    }
    .schedule_block ul li:first-of-type {
        height: 80px;
    }
    .schedule_block ul li:first-of-type {
        border: 1px solid #414141;
    }
    .exhibition_area p {
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .composition_wrap {
        margin-bottom: 20px;
    }
    .composition_wrap h2 {
        font-size: 17px;
        line-height: 1.4;
        /* margin-top: 40px; */
        margin-top: 15px;
        padding: 10px 0;
    }
    .composition_fwrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
    .composition_fwrap > div {
        flex: 0 0 63%;
    }
    .composition_layer .view_data {
        padding: 16px 16px 0 16px;
        flex-direction: column;
        width: 90%;
    }
    .composition_layer .view_data > div > div {
        border-left: 2px solid #EA5550;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 15px;
        height: 100%;
        margin-bottom: 15px;
    }
    .layer .view_data {
        width: 95%;
        padding: 5px;
    }
    .outline h4 {
        font-size: 18px;
        padding: 7px 0px;
    }


}


/* -------------------------------
20230220
------------------------------- */





.show .middle {
    /* background-color: #fff8ed; */
    padding: 0 0 40px 0;
}

@media only screen and (max-width: 1000px) {
    .container_top {
        padding-top: 188px;
    }
    .mv-container {
        margin-top: 208px;
    }
    #show01, #show02, #show03, #show04, #show05, #show06, #show07,#schedule {
        margin-top: -5px;
        padding-top: 5px;
    }
    #show04 h3 {
        font-size: 18px;
    }
    .unit-topinfo {
        width: 95%;
        float: initial;
        margin: 0 auto;
    }
    .unit-topinfo:first-child {
        margin: 0 auto;
    }
    .unit-news .news > dl:nth-child(n + 5) {
        display: none;
    }
    .unit-news .news .info_list_btn {
        text-align: center;
        background: #c7b299;
        width: 240px;
        height: 30px;
        line-height: 20px;
        border-radius: 8px;
        margin: 30px auto 15px;
    }
    .unit-news .news .info_list_btn img {
        width: 30px;
    }
    .unit-news .news .info_list_btn.open_news img {
        transform: scale(1, -1);
    }
}
@media only screen and (max-width: 768px) {
    header {
        position: relative;
    }
    .mv-container {
        margin-top: 0;
    }
    .show_navi {
        margin-top: 0;
    }
    .container_top {
        padding-top: 0;
    }
    .outline_page .catch-text-banner {
        margin-top: 0;
    }
    .outline_page .outline-catch {
        padding: 0 0 10px;
    }
    .mv-container {
        margin-top: 0;
    }
    #show04 h4.super {
        font-size: 18px;
    }
}
@media only screen and (max-width: 640px) {
    #show04 h4.super {
        font-size: 15px;
    }
    .show .middle {
        /* background-color: #fff8ed; */
        padding: 1px 0 1px 0;
    }
}


/* -------------------------------
20230821
------------------------------- */



header#header .header-pre-entry {
    height: 55px;
}
header#header .header-pre-entry {
    padding-top: 5px;
    margin-top: 0;
}
header#header .header-pre-entry > a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
    height: 45px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    padding-top: 2px;
}
header#header .header-pre-entry > a {
    background-image: url(../images/icon_arrow.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 10px;
}
header#header .header-pre-entry > a span {
    color: yellow;
    font-weight: normal;
}

header#header .header-pre-entry > a.left_btn {
    background-color: #e55b52;
    box-shadow: 0 4px 0px #ac2b27;
    z-index: 9;
}
header#header .header-pre-entry > a.left_btn:hover {
    background-color: #ac2b27;
    opacity: 1;
}
header#header .header-pre-entry > a.right_btn {
    background-color: #2d9249;
    box-shadow: 0 4px 0px #114821;
}
header#header .header-pre-entry > a.right_btn:hover {
    background-color: #114821;
    opacity: 1;
}
header#header .header-pre-entry > a:hover {
    box-shadow: none;
    margin-top: 4px;
    transition: 0.3s;
}

header#header .header-pre-entry > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -33%;
      width: 30%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
  }
  header#header .header-pre-entry > a:hover::before {
    animation: shine2 0.7s;
  }
  


.header-info dl dd {
    font-size: 18px;
}
.header-info dl dd span {
    font-size: 30px;
}
.header-info dl dd span.small {
    font-size: 18px;
}
  .header-info {
    text-align: right;
  }
  .header-info .header-info_place span {
    font-size: 15px;
    font-weight: normal;
}
.header-info .header-info_place dd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}
.header-info .header-info_place dd img {
    height: 16px;
}
.header-info .header-info_place dd a {
    line-height: 1;
}



#attendance .attendance .intro {
    background-color: #2d9249;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    padding: 20px;
    color: white;
    letter-spacing: 3px;
    line-height: 2;
    margin-top: 30px;
}
#attendance .attendance .intro span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
#attendance .attendance .attendance_box {
    padding: 50px 10px 20px;
    /* border-bottom: 1px dashed #aaa; */
    .flowbox {
        text-align: center;
        img {
            max-width: 75%;
            margin-top: 30px;
        }
    }
}
#attendance .attendance .attendance_box ul {
    padding: 10px;
}
#attendance .attendance .attendance_box ul li::first-letter {
    color: #2d9249;
}



/* .attendance .attendance_box > div:first-child.green {
    background-color: #009f44;
} */
#attendance .attendance .attendance_box .f_wrap {
    display: flex;
    align-items: flex-end;
}
#attendance .attendance .attendance_box .f_wrap > div:first-child {
    flex: 0 0 70%;
}
#attendance .attendance .attendance_box .f_wrap > div:last-child {
    flex: 0 0 30%;
}
#attendance .attendance .attendance_box div.box {
    display: inline-block;
    background-color: #2d9249;
    color: white;
    padding: 8px 13px 9px;
    border-radius: 3px;
    line-height: 1;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 3px;
    /* border-left: 8px solid #e55b52; */
    margin-bottom: 15px;
    /* color: white; */
    /* border-bottom: 1px solid #f6c7c4; */
}
#attendance .attendance .attendance_box div.copy {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
#attendance .attendance .attendance_box.mb {
    margin-bottom: 20px;
    border-bottom: none;
}


#attendance .attendance_box_wrap1 {
    border-bottom: 1px solid #aaa;
} 


#attendance .attendance .flow_img_wrap {
    text-align: center;
    padding: 30px 0;
}
#attendance .attendance .flow_img_wrap img {
    max-width: 780px;
    width: 100%;
}
#attendance .attendance .flow_img_wrap div {
    text-decoration: underline;
}
#attendance .attendance .flow_img_wrap div span {
    color: red;
}
#attendance .attendance .link_banner {
    text-align: center;
}
#attendance .attendance .btn_note,.outline_page .btn_note {
    font-size: 90%;
    margin-bottom: 60px;
    text-align: center;
}
#attendance .attendance .btn_line {
    border-bottom: 1px dashed #aaa;
    position: relative;
    margin-bottom: 40px;
}
#attendance .attendance .btn_line > div {
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    top: -14px;
    left: 44%;
    background-color: white;
    padding: 0 10px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
}



/* -------------------------------

------------------------------- */
.btn-area2 {
    padding: 0 0 5px;
    width: 90%;
    max-width: 500px;
    margin: 20px auto 30px;
}
.btn-area2:hover {
    padding: 5px 0 0;
    transition: 0.2s;
}
.btn-area2 .btn-contact {
    display: block;
    /* width: 500px; */
    /* max-width: 90%; */
    border-radius: 100px;
    color: white;
    background-color: #f39800;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 3px;
    box-shadow: 0 5px 0px #cb6d1e;
    font-weight: bold;
    transition: 0;
    position: relative;
}
.btn-area2:hover .btn-contact {
    box-shadow: none;
    background-color: #cb6d1e;
    opacity: 1;
}
.btn-area2 .btn-contact:link {
    color: white;
}
.btn-area2 .btn-contact.press {
    background-color: #f92610;
    box-shadow: 0 5px 0px #9e210e;
    color: white!important;
}
.btn-area2 .btn-contact.press:hover {
    box-shadow: none;
    background-color: #9e210e;
}
.btn-area2 .btn-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
      width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
}
.btn-area2 .btn-contact:hover::before {
    animation: shine 1.2s;
}
@keyframes shine {
    100% {
      left: 125%;
    }
  }
/* -------------------------------

------------------------------- */

.show .container .btn-area2 .btn-contact.press {
    background-color: #00a047;
    box-shadow: 0 5px 0px #015026;
    color: white!important;
}
.show .container .btn-area2 .btn-contact.press:hover {
    box-shadow: none;
    background-color: #015026;
}
.show .container .show_inner_box {
    max-width: 800px;
    margin: 0 auto 40px;
}
.show .container .show_inner_box h3 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 21px;
    /* text-align: center; */
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 10px;
}
.show .container .show_inner_box p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
    padding: 0 20px;
}
.show .header-info dl dd {
    margin-bottom: 0;
}



/* -------------------------------

------------------------------- */





.outline_page .main_catch {
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
}
.outline_page .center_st span {
    margin: 1.5% 0 2%;
    font-size: 30px;
    background: linear-gradient(transparent 60%, #fed300 40%);
    display: inline-block;
}
.outline_page .center_st {
    margin: 30px 0 20px;
}
.outline_page .ttl-line span {
    color: #EA5550;
}
.outline_page .about .large p {
    margin-bottom: 25px;
    line-height: 1.8;
}
.outline_page .about .large span {
    background: linear-gradient(transparent 60%, #fed300 40%);
    font-weight: bold;
}
.outline_page .about .tar {
    font-size: 18px;
    text-align: right;
}
.gnavi ul li.nav-home a span {
    display: none;
}


.outline_page .pic_list > div {
    text-align: center;
    width: 100%;
}
.outline_page .pic_list img {
    max-width: 740px;
    width: 100%;
}
.outline_page .catch-text-banner {
    background-color: var(--main-color);
}
.outline h4 {
    background-color: var(--main-color);
}
.outline .date dl dt {
    background-color: var(--main-color);
}
span.ol_week {
    background-color: #bf1f26; 
}
.outline_ttl {
    color: #bf1f26;
}
.outline_page .ttl-line span {
    color: #bf1f26;
}
.composition_wrap h2 {
    background-color: #bf1f26;
}

.gnavi ul li.nav-first > span:hover {
    color: var(--main-color);
}
.unit-topinfo .top_bnr_ttl p {
    background-color: var(--main-color);
}



@media only screen and (max-width: 1000px) {}
@media only screen and (max-width: 768px) {
    .outline_page .main_catch {
        text-align: center;
    }
    #page-top {
        display: block !important;
        right: 2vw;
        bottom: 8vh!important;
    }
    #page-top a {
        width: 50px;
        text-align: center;
        height: 50px;
        display: flex;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    #page-top a img {
        width: 20px;
    }
    .footer-menu .top_btn ul li img,.footer-menu .tel_btn ul li img,.footer-menu .pagetop_btn ul li img {
        width: 30px;
    }
    .slicknav_nav ul li.nav-home a img {
        display: none;
    }
    .footer-menu > a.tel_btn {
        width: 20%;
    }
    .footer-menu > .pagetop_btn {
        width: 16%;
    }
    #page-top.top_btn_pc {
        display: none!important;
    }
}
@media only screen and (max-width: 640px) {
    #attendance .attendance .intro {
        font-size: 16px;
        line-height: 1.3;
        padding: 10px;
    }
    #attendance .attendance .intro span {
        font-size: 11px;
        margin-top: 10px;
    }
    #attendance .attendance .attendance_box {
        padding: 30px 10px 10px;
    }
    #attendance .attendance .flow_img_wrap img {
        max-width: 200px;
    }
    #attendance .attendance .attendance_box.mb {
        margin-bottom: 0;
    }
    #attendance .attendance .bottom-text {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.5;
    }
    #attendance .attendance .link_banner {
        margin-bottom: 30px;
    }
    #attendance .attendance .btn_note {
        margin-bottom: 40px;
    }
    #attendance .attendance .btn_line > div {
        left: 29vw;
    }
    .outline_page .main_catch {
        font-size: 28px;
    }
    .outline_page .center_st span {
        font-size: 16px;
    }

}



/* -------------------------------
2024
------------------------------- */
body.show .merit05 .f_wrap {
    display: flex;
    justify-content: space-between;
}
body.show .merit05 .f_wrap > div:nth-child(1) {
    flex: 0 0 30%;
}
body.show .merit05 .f_wrap > div:nth-child(2) {
    flex: 0 0 36%;
}
body.show .merit05 .f_wrap > div:nth-child(3) {
    flex: 0 0 33%;
}
body.show #show05 .merit02 .padding {
    padding: 20px;
}

body.show .fss {
    font-size: 12px;
}
body.show .tac {
    text-align: center;
}


.show_graf.mod2021 img {
    width: auto;
}

@media only screen and (min-width: 769px) {
    #show03 .item-merit.merit01,#show03 .item-merit.merit02 {
        width: 100%;
    }
    #show03 .item-merit.merit01 .show_graf.mod2021 img {
        max-width: 40%;
        width: auto;
    }
    #show03 .item-merit.merit02 .show_graf.mod2021 {
        display: flex;
        margin-top: 41px;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 20px;
    }
    #show03 .item-merit.merit02 .show_graf.mod2021 img {
        display: block;
        max-width: 33%;
        width: auto;
    }
}
@media only screen and (max-width: 769px) {
    body.show .merit05 .f_wrap > div {
        flex: 0 0 100%!important;
    }
}





/* -------------------------------
セミナーページ
------------------------------- */

/* -------------------------------
バナー
------------------------------- */
.banner .container_top {
    padding-top: 180px;
}
.banner .explanation li::before {
    content: "■";
    color: #f9951a;
    padding-right: 5px;
    margin-left: -20px;
}
.banner .explanation li {
    padding-left: 20px;
}
.banner .logo_banner .f_wrap {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.banner .logo_banner li a {
    display: inline-block;
    background-color: #169b34;
    color: white;
    border-radius: 5px;
    box-shadow: 0 3px 0 #0c7124;
    text-decoration: none;
    padding: 6px 9px 4px;
    line-height: 1;
    margin-left: 10px;
}
.banner .logo_banner li {
    margin: 10px 0;
    list-style: none;
}
.banner .logo_banner .link_banner {
    margin-top: 30px;
}
.banner .banner_box h4 {
    margin-bottom: 3px;
    font-size: 15px;
}
.banner .banner_box h4:first-letter {
    color: #0c7124;
    padding-right: 5px;

}
.banner .banner_box > div {
    margin-top: 20px;
    margin-bottom: 30px;
    .max400 {
        max-width: 400px;
    }
}
.banner .link_banner > div {
    display: flex;
    gap: 50px;
    text-align: center;
    line-height: 1.5;
}
.banner .logo_banner li a:hover {
    background-color: #0c7124;
}

@media only screen and (max-width: 768px) {
    .banner .container_top {
        padding-top: 10px;
    }
    .banner .logo_banner > div {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
    .banner .link_banner > div {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
    .banner .link_banner > div a {
        margin: 5vw 0;
        display: block;
    }
    .banner .link_banner > div a img {
        box-shadow: 0 0 10px #ddd;
    }
    .banner .h1_ttltxt {
        height: 150px;
    }
    .banner .banner_box > div {
        .max400 {
            max-width: 100%;
        }
    }
}





/* -------------------------------
特別企画
------------------------------- */

.event a.btn-contact, a:visited.btn-contact , a:link.btn-contact{
    width: 100%;
    max-width: 100%;
    padding: 19px 0;
}
.event .btn-area2 .btn-contact.press {
    background-color: #ea5550;
    box-shadow: 0 5px 0px #ac2b27;
}
.event .btn-area2 .btn-contact.press:hover {
    box-shadow: none;
    background-color: #ac2b27;
}
.event .btn-area2 .btn-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
      width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
}
.event .btn-area2 .btn-contact:hover::before {
    animation: shine2 1.2s;
}

@keyframes shine2 {
    100% {
      left: 100%;
      opacity: 0;
    }
}

.event .nav-event ul li a {
    font-size: 18px;
    padding: 10px 0;
}


@media only screen and (max-width: 768px) {

}



/* -------------------------------
農業展
------------------------------- */


.mv-container .slick-slide img {
    max-width: 100vw;
    width: 1000px;
}

@media only screen and (max-width: 768px) {
    .mv-container .slick-slide img {
        max-width: 100vw;
    } 
}


.top .pr_area {
    background-color: #feffdd;
    padding: 0;
    border: 2px solid #095220;
    border-radius: 3px;
}
.top .pr_area h3 {
    font-size: 20px;
    margin-bottom: 19px;
    background-color: #0a511e;
    padding: 7px 0 13px;
    color: white;
}
.top .pr_area h3 > div:first-child {
    font-size: 15px;
}
.top .pr_area h3 > div:last-child {
    font-size: 27px;
    margin-top: 5px;
}
.top .pr_area .inner {
    padding: 20px 20px 20px;
}
.top .pr_area .body {
    margin-top: 23px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.top .pr_area .body ul {
    width: 253px;
    text-align: left;
}
.top .pr_area .body li {
    background-image: url(/img/check2.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 17px;
    padding-left: 24px;
    margin-bottom: 2px;
    font-weight: 600;
}
.top .pr_area .body span {
    margin-top: 12px;
}
.top .pr_area .foot {display: block;margin-top: 13px;}
.top .pr_area .foot a {
    background-color: red;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    border-radius: 50px;
    width: 80%;
    margin: 0 auto;
    border: 2px solid red;
    transition: 0.3s;
    font-weight: 500;
}
.top .pr_area .foot a:hover {
    color: red;
    background-color: white;
    border: 2px solid red;
}
.top .pr_area .foot a span {
    font-size: 13px;
    margin-left: 4px;
}


/* -------------------------------
20240320
------------------------------- */
.outline_page .main_img  {
    margin-top: 15px;
}


.about_inv {
    margin-top: 40px;
    margin-bottom: 20px;
}
.about_inv h3 {font-size: 20px;font-weight: 600;margin-bottom: 15px;display: flex;letter-spacing: 2px;}
.about_inv h3::after {
    border: 1px solid #300;
    display: block;
}
.about_inv h3 span {
    display: block;
    flex: 0 0 30%;
}
.about_inv h3 span:last-child {
    border-bottom: 3px solid var(--main-color);
    display: block;
    padding-bottom: 8px;
    flex: 0 0 68%;
    height: 3px;
    line-height: 1;
}
.about_inv .f_wrap {display: flex;max-width: 100%;gap: 10px;align-items: center;margin-top: 15px;}
.about_inv .f_wrap > div:first-child {
    flex: 0 0 23%;
}
.about_inv .f_wrap img {flex: 0 0 30%;display: block;max-width: 100%;}




.outline_page .main_img {
    text-align: center;
}
.outline_page .main_img img {
    max-width: 660px;
    width: 70%;
}




.outline_page .organization {
    margin-top: 60px;
    margin-bottom: 60px;
    h4 {
        color: #fff;
        padding: 15px;
        text-align: center;
        background-color: #114922;
        font-size: 28px;
        margin-bottom: 30px;
    }
    .f_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 15px;
        background-color: #64ad78;
        >
        div {
            flex: 0 0 24%;
        border: 1px solid #114922;
        /* box-shadow: 0 0 10px #ddd; */
        background-color: white;
        border-radius: 5px;
            >
        img {
                border-top-left-radius: 5px;
        border-top-right-radius: 5px;
            }
            >
        div {
                padding: 15px 30px;
        margin: 10px;
        border: 1px solid #114922;
        border-radius: 5px;
            }
        }
    ;
        background-image: linear-gradient(180deg, rgb(59 123 77), rgb(157 217 173) 50%, rgb(68 131 86));
    }
}




#show07 .content1 {

    display: block!important;
    .composition {
        display: flex;
        gap:1%;
    }
    .composition > div {
        flex: 0 0 24%;
        padding: 10px;
        border: 1px solid #ffffff;
        border-radius: 3px;
        >
        div:first-child {
            margin-bottom: 15px;
        }
        > div:nth-child(2){
            text-align: center;
            margin-bottom: 10px;
            img {
                height: 110px;
            }
        }
        >
        div:last-child {
            padding: 5px;
        }
    ;
        background-color: #f5f5f5;
    }
    
    
    
    
    
    .specialarea {
        display: flex;
        gap:2%;
        justify-content: center;
    }
    .specialarea > div {
        flex: 0 0 29%;
        h4 {
            text-align: center;
        font-size: 17px;
        min-height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        }
        >
        div:nth-child(2) {
            text-align: center;
        padding: 15px 0 25px;
        img {
                width: 100%;
            }
        }
        background-color: #f5f5f5;
        padding: 21px 20px;
    }

    h3 {
        font-size: 18px;
        margin-top: 40px;
        margin-bottom: 30px;
        border-bottom: 2px solid #2d9249;
        padding-bottom: 6px;
        padding-left: 10px;
    }
}


#show03 .merit-container{

        dd {
            text-align: center;
        }
        .merit01 {
            dd {
                font-size: 16px;
                line-height: 1.7;
                font-weight: bold;
            }
        }
        .merit03 {
            text-align: center;
            dd {
                display: flex;
                gap: 2%;
                text-align: center;
                img {
                    max-width: 43%;
                }
            ;
                justify-content: center;
                /* flex-direction: column; */
            }
        }
}

#show05 {
     .item-merit {
        max-width: 100%;
        width: 100%;
        .f_wrap {
            display: flex;
            justify-content: center;
            gap: 2%;
            img {
                width: 43%;
            box-shadow: 3px 3px 7px #ccc;
            }
        ;
            margin: 30px 0 10px;
        }
        .f_wrap2 {
            display: flex;
            justify-content: center;
            gap: 3%;
            > div {
                
                img {
                    max-height: 240px;
                    box-shadow: 3px 3px 10px #ccc;
                }
            }
        ;
            margin: 30px 0 10px;
        }
        .f_wrap3 {
            display: flex;
            justify-content: center;
            gap: 3%;
            > div {
                
                img {
                    max-height: 200px;
                    box-shadow: 3px 3px 10px #ccc;
                }
            }
        ;
            margin: 30px 0 10px;
        }

        .f_wrap4 {
            display: flex;
            justify-content: center;
            gap: 3%;
            > div {
                img {
                    max-height: 200px;
                    box-shadow: 3px 3px 10px #ccc;
                }
            }
        ;
            margin: 30px 0 10px;
        }

        .f_wrap5 {
            display: flex;
            justify-content: center;
            gap: 3%;
            > div {
                img {
                    max-height: 200px;
                    box-shadow: 3px 3px 10px #ccc;
                }
            }
        ;
            margin: 30px 0 10px;
        }

        


        .max80 {
            width: 60%;
        }
     }
    .item-merit.merit02 .merit-dl dt {
        min-height: auto;
    }
}




@media only screen and (max-width: 768px) {
    .about_inv h3 span {
        display: block;
        flex: 0 0 49%;
    }
    .about_inv h3 span:last-child {
        flex: 0 0 50%;
    }



    .outline_page .organization {
        margin-top: 20px;
        margin-bottom: 20px;
        h4 {

        }
        .f_wrap {
            flex-wrap: wrap;
            gap: 10px;
            > div {
                flex: 0 0 48%;
            }
            > div:last-child {
                flex: 0 0 48%;
            }
        }
    }





    #show07 .content1 {

        display: block!important;
        .composition {
            display: flex;
            gap:1%;
            flex-direction: column;
        }
        .composition > div {
            flex: 0 0 24%;
            padding: 10px;
            border: 1px solid #ffffff;
            border-radius: 3px;
            >
            div:first-child {
                margin-bottom: 10px;
            }
            >
            div:last-child {
                padding: 5px;
            }
        ;
            background-color: #f5f5f5;
        }
        
        
        
        
        
        .specialarea {
            display: flex;
            gap:2%;
            justify-content: center;
            flex-direction: column;
            row-gap: 10px;
        }
        .specialarea > div {
            flex: 0 0 28%;
            h4 {
                text-align: center;
                font-size: 17px;
                min-height: auto;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            >
            div:nth-child(2) {
                text-align: center;
            padding: 15px 0 25px;
            img {
                    width: 90%;
                }
            }
            background-color: #f5f5f5;
            padding: 21px 20px;
        }
    
        h3 {
            font-size: 18px;
            margin-top: 40px;
            margin-bottom: 30px;
            border-bottom: 2px solid #2d9249;
            padding-bottom: 6px;
            padding-left: 10px;
        }
    }
    



    
#show03 .merit-container{

    dd {
        text-align: center;
    }
    .merit01 {
        dd {
            font-size: 16px;
            line-height: 1.7;
            font-weight: bold;
            text-align: left;
        }
    }
    .merit03 {
        text-align: center;
        dd {
            display: flex;
            gap: 2%;
            text-align: center;
            img {
                max-width: 100%;
            }
        ;
            justify-content: center;
            /* flex-direction: column; */
            flex-direction: column;
        }
    }
}


#show04 .img_flex_wrap {
    flex-direction: column;
}

#show04 .f_wrap {
flex-direction: column;
}





#show05 {
    .item-merit {
       max-width: 100%;
       width: 100%;
       .f_wrap {
           flex-direction: column;
           align-items: center;
           row-gap: 10px;
           img {
               width: 90%;
           box-shadow: 3px 3px 7px #ccc;
           }
       ;
           margin: 30px 0 10px;
       }
       .f_wrap2 {
           display: flex;
           justify-content: center;
           gap: 3%;
           > div {
               
               img {
                   max-height: 240px;
                   box-shadow: 3px 3px 10px #ccc;
               }
           }
       ;
           margin: 30px 0 10px;
       }
       .f_wrap3 {
           display: flex;
           justify-content: center;
           gap: 3%;
           > div {
               
               img {
                   max-height: 200px;
                   box-shadow: 3px 3px 10px #ccc;
               }
           }
       ;
           margin: 30px 0 10px;
       }

       .f_wrap4 {
           display: flex;
           justify-content: center;
           gap: 3%;
           > div {
               img {
                   max-height: 200px;
                   box-shadow: 3px 3px 10px #ccc;
               }
           }
       ;
           margin: 30px 0 10px;
       }

       .f_wrap5 {
           display: flex;
           justify-content: center;
           gap: 3%;
           > div {
               img {
                   max-height: 200px;
                   box-shadow: 3px 3px 10px #ccc;
               }
           }
       ;
           margin: 30px 0 10px;
       }

       


       .max80 {
           width: 90%;
       }
    }
   .item-merit.merit02 .merit-dl dt {
       min-height: auto;
   }
}




}


/* -------------------------------
20250429
------------------------------- */
#fixed_sns {
    position: fixed;
    right: 0;
    top: 20%;
    background-color: white;
    z-index: 999;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0px 10px;
    box-shadow: 0 0 6px #2d924930;
    
    
    
    
    
    a {
        display: block;
        margin: 12px 0;
        
        
        img {
            width: 30px;
            height: auto;
        }
    }
}

#footerbox {
    position: relative;
    .footer_bnr {
        position: absolute;
        left: calc(100% / 2 + 200px);
        top: 100px;
        img {
            width: 240px;
        }
    }
}



@media only screen and (max-width: 768px) {
    #fixed_sns {
        position:fixed;
        bottom: 70px;
        top: auto;
        display: flex;
        gap: 16px;
        padding: 0px 20px;
        background-color: #ffffff80;
        a {
            img {
                width: 50px;
            }
        }
    }
}




.outline_page {
    .overview-wrap {
        .overview_about {
            border-top: 1px solid #aaa;
            padding-top: 60px;
            margin-top: 40px;
            /* text-align: center; */
            
            .overview-wrap__title {
                text-align: center;
                font-size: 30px;
                line-height: 1.2;
                color: #2c9149;
                margin-bottom: 30px;
            }
            .overview-wrap_body {
                margin-top: 20px;
                text-align: center;
                font-size: 16px;
            }
            .img {
                display: flex;
                gap: 15px;
                margin: 20px 0 10px;
            }
            .overview-wrap_bottom {
                .f_wrap {
                    display: flex;
                    justify-content: space-between;
                    .img6 {
                        display: flex;
                        justify-content: center;
                        flex-direction: column;
                        gap: 7px;
                        align-items: center;
                        
                                               
                        div {
                        /* text-align: center; */
                        font-weight: bold;
                        /* margin-top: 20px; */
                        font-size: 16px;
                        letter-spacing: 1px;
                        
                        span{
                            background: linear-gradient(transparent 60%, #ffeb86 40%);
                            font-size: 21px;
                            font-family: "Zen Maru Gothic", serif;
                            font-weight: 600;
                            font-style: normal;
                            margin: 0 3px;
                        }
                    }
                    }
                    
                    .img {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        img {
                            max-width: 360px;
                        }
                    }
                }
                .f_wrap > div {
                    flex: 0 0 48%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                }
            }
        }

    }


    .message {
        margin-top: 30px;
        border: 3px solid #114922;
        padding: 20px 15px;
        margin-bottom: 50px;
        
        
        
        
        
        
        h4 {
            background-color: #114922;
            color: #fff;
            padding: 15px;
            text-align: center;
            font-size: 28px;
            margin-bottom: 35px;
        }
        .f_wrap {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            align-items: center;
        }
        .f_wrap > div:first-child {
            flex: 0 0 20%;
            text-align: center;
        }
        .f_wrap > div:last-child {
            flex: 0 0 75%;
            font-size: 16px;
            line-height: 1.6;
        }
    }
    .message > div {
        padding: 0 10px;
    }




.content1 {

    display: block!important;
    .composition {
        display: flex;
        gap:1%;
    }
    .composition > div {
        flex: 0 0 24%;
        padding: 10px;
        border: 1px solid #ffffff;
        border-radius: 3px;
        >
        div:first-child {
            margin-bottom: 15px;
        }
        > div:nth-child(2){
            text-align: center;
            margin-bottom: 10px;
            img {
                height: 110px;
            }
        }
        >
        div:last-child {
            padding: 5px;
        }
    ;
        background-color: #f5f5f5;
    }
    
    
    
    
    
    .specialarea {
        display: flex;
        gap:2%;
        justify-content: center;
    }
    .specialarea > div {
        flex: 0 0 29%;
        h4 {
            text-align: center;
        font-size: 17px;
        min-height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        }
        >
        div:nth-child(2) {
            text-align: center;
        padding: 15px 0 25px;
        img {
                width: 100%;
            }
        }
        background-color: #f5f5f5;
        padding: 21px 20px;
    }

    h3 {
        font-size: 18px;
        margin-top: 40px;
        margin-bottom: 30px;
        border-bottom: 2px solid #2d9249;
        padding-bottom: 6px;
        padding-left: 10px;
    }
}


.outlinecontent {
    position: relative;
    h4 {
        background-color: #114922;
        color: #fff;
        padding: 10px;
        text-align: center;
        font-size: 24px;
        margin-top: 70px;
        margin-bottom: 15px;
    }

    ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 10px;
        padding: 0 30px;
        /* gap: 20px; */
        background-color: #f5f5f5;
        padding: 20px 30px;
        
        
        li {
            flex: 0 0 25%;
            font-size: 19px;
            font-weight: bold;
            text-align: left;
            color: #114922;
        }
    }
    .tar {
        position: absolute;
        right: 50px;
        bottom: 20px;
        font-size: 16px;
        font-weight: bold;
    }
        
    

}

.outlinecontent.outline_merit {
    .f_wrap {
        display: flex;
        justify-content: space-around;
        margin-bottom: 30px;
    }
    .f_wrap .outline_merit_box {
        flex: 0 0 30%;
    }
    
    .outline_merit_box > div:nth-child(1) {
        text-align: center;
        margin-bottom: 10px;
        img {
            width: 50%;
        }
    }
    .outline_merit_box > div:nth-child(2) {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #114922;
        margin-bottom: 20px;
    }
    p {
        background-color: #f5f5f5;
        padding: 10px 20px;
        border-radius: 20px;
    }
}
.outlinecontent.message2 {
    margin-bottom: 70px;
    h4 {
        margin-bottom: 30px;
    }
    .tar {
        font-weight: bold;
            position: relative;
            right: auto;
            bottom: auto;
    }
    
}
.outlinecontent.message2 > div {
    padding: 0 20px;
}





}

@media only screen and (max-width: 768px) {
    .slicknav_nav ul.dropmenu li > span br {
        display: none;
    }
    .outline_page .main_img {
        margin-top: 5vw;
    }
    .outline_page {
        .overview-wrap {
            .overview_about {
                padding-top: 5vw;
                margin-top: 4vw;
                .overview-wrap__title {
                    font-size: 20px;
                    margin-bottom: 4vw;
                }
            }
            .overview_about {
                .img {
                    display: flex;
                    gap: 15px;
                    margin: 4vw 0 2vw;
                    flex-wrap: wrap;
                    justify-content: center;
                    div{
                        flex: 0 0 47%;
                    }
                }
           }
           .overview-wrap_bottom {
            .f_wrap {
                flex-direction: column;
            }
            .f_wrap > div {
                flex: 0 0 100%;
            }
        }
        }
    }


    #attendance .attendance .attendance_box .f_wrap {
        flex-wrap: wrap;
        

    }
    #attendance .attendance .attendance_box .f_wrap > div:first-child {
        flex: 0 0 100%;
    }
    #attendance .attendance .attendance_box .f_wrap > div:last-child {
        flex: 0 0 100%;
    }
    #attendance .attendance .attendance_box .flowbox {
        text-align: center;
        img {
            max-width: 60%;
        }
    }



    .outline_page {
        .message {
            padding: 10px;
            margin-bottom: 20px;
            
            
            
            
            h4 {
                font-size: 18px;
            }
            .f_wrap {
                flex-direction: column;
            }
        }
    }


    .outline_page {
        .outlinecontent {
            h4 {
                margin-bottom: 0;
                margin-top: 20px;
            }
            ul {
                justify-content: space-between;
                li {
                    flex: 0 0 48%;
                    font-size: 16px;
                }
            }
        }
        .content1 {
            .composition {
                flex-wrap: wrap;
                justify-content: center;
            }
            .composition > div {
                flex: 0 0 48%;
            }
        }
        .outlinecontent.outline_merit {
            .f_wrap {
                padding: 0 20px;
                flex-wrap: wrap;
                .outline_merit_box {
                    flex: 0 0 100%;
                }
                .outline_merit_box {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    justify-content: center;
                    margin-top: 10px;
                }
                .outline_merit_box > div:nth-child(1) {
                    margin-bottom: 0;
                    flex: 0 0 30%;
                    img {
                        width: 100%;
                    }
                }
                .outline_merit_box > div:nth-child(3) {
                    flex-grow: 1;
                }
            }
        }

        .message2 {
            h4 {
                margin-bottom: 20px;
            }
            .tar {
                position: relative;
                margin-top: 20px;
                right: auto;
                bottom: auto;
            }
        }
    }
}



.top {
    .eventbanner {
        a {
            display: block;
            width: 50%;
            height: auto;
        }
    }

}

.outline_page {
    .event_description_wrap {
        padding: 0 20px;
        margin-bottom: 20px;
        .pic_list {
            width: 100%;
            margin-top: 10px;
            display: flex;
            justify-content: space-around;
            margin-bottom: 15px;
            
            
            
            div {
                flex: 0 0 48%;
            }
        }
        .event_description {
            padding: 10px 30px 30px;
            font-size: 16px;
            line-height: 1.8;
        }
    }

    .outline {
        .event_list {
            display: flex;
            justify-content: flex-start;
            gap: 20px;
            row-gap: 10px;
            flex-wrap: wrap;
            li {
                font-size: 22px;
                font-weight: bold;
                text-align: left;
            }
        }
        .backup {
            dd {
                span {
                    display: block;
                    font-weight: bold;
                    margin-top: 6px;
                }
            }
        }
    }

}


@media only screen and (max-width: 768px) {
    .outline_page .catch-text-banner > div.large {
        line-height: 1.3;
        font-size: 21px;
    }
    .outline_page {
        .main_img {
            margin-top: 20px;
        }
        .main_img img {
            max-width: 500px;
            width: 90vw;
        }
        .event_description_wrap {
            .pic_list {
                margin-top: 0px;
            }
            .event_description {
                padding: 10px;
                font-size: 16px;
            }
        }
        .outline {
            .date {
                dl dt {
                    margin-bottom: 10px;
                    margin-top: 15px;
                }
            }
            .host {
                li,li span {
                    font-size: 18px;
                }
            }
        }
    }
}