@charset "UTF-8";

/* -------------------------------
Reset
------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a, a:visited, a:link {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


/* ===================================================================
CSS information

 file name  :contents.css
 style info :各ページコンテンツ用
=================================================================== */


.tac {
	text-align: center;
}

.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;
	line-height: 1.2;
}

.sub_ttll {
	font-size: 23px;
	text-align: center;
}

.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;
}


.mb_only {
	display: none;
}


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

.about .sub_ttll {
	font-size: 20px;
	margin-bottom: 18px;
	color: #FF5050;
}

@media only screen and (max-width: 768px) {
	.about .sub_ttll {
		line-height: 1.5;
	}
}

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

.newtitle {
	background-color: #ff8f00;
	color: #fff;
	padding: 5px 15px;
	margin: 10px 0px;
	font-size: 20px;
	text-align: center;
}

.comp_wrap {
	margin: 15px 0;
	padding: 15px;
	display: flex;
	border-radius: 5px;
}

.comp_wrap>div:first-child {
	width: 70%;
}

.comp_wrap>div:last-child {
	width: 30%;
	text-align: right;
	margin: 0 auto;
}

.comp_wrap.comp-red {
	border: 2px solid #FF5050;
}

.comp_wrap.comp-red h4 {
	color: #FF5050;
	border-bottom: 1px solid #FF5050;
}

.comp_wrap.comp-gre {
	border: 2px solid #00B050;
}

.comp_wrap.comp-gre h4 {
	color: #00B050;
	border-bottom: 1px solid #00B050;
}

.comp_wrap.comp-yel {
	border: 2px solid #F39800;
}

.comp_wrap.comp-yel h4 {
	color: #F39800;
	border-bottom: 1px solid #F39800;
}

.comp_wrap h4 {
	font-size: 24px;
	margin-bottom: 10px;
}

.comp_inner {
	display: flex;
	margin: 5px 0;
}

.comp_inner>div:first-child {
	width: 20%;
	text-align: center;
}

.comp_inner>div:last-child {
	flex: 1;
}

.comp_red span {
	color: #fff;
	background-color: #FF5050;
	padding: 2px 14px;
	border-radius: 3px;
}


.comp_gre span {
	color: #fff;
	background-color: #00B050;
	padding: 2px 14px;
	border-radius: 3px;
}

.comp_wrap2 {
	border: 2px solid #F39800;
	margin: 10px;
	padding: 15px;
}

.comp_yel span {
	color: #fff;
	background-color: #F39800;
	padding: 2px 14px;
	border-radius: 3px;
}

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

.outline .date dl dt {
	background-color: #ff8f00;
	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 5px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pic_list_text {
	text-align: right;
	margin-bottom: 10px;
}

.pic_list02 {
	display: flex;
	width: 1000px;
	margin: 25px 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;
}

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

.special_area_txt {
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

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






/* ================出展のメリット================== */
.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: #ff3300;
}

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

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

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

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

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

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

.merit-container .merit-text dt {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #f36b03;
	border-left: 7px solid #f36b03;
	padding: 3px 12px 4px;
	margin-bottom: 9px;
	line-height: 1.5;
}


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

.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;
}


.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 #f39800;
	margin-bottom: 30px;
}

.schedule h5 {
	background-color: #f39800;
	color: #fff;
	text-align: center;
	padding: 8px;
}

.schedule .inner {
	padding: 15px;
}

.show_graf_ttl {
	font-size: 20px;
	color: #e95383;
	line-height: 140%;
	font-weight: bold;
}

.show_graf {
	text-align: center;
}

.show_graf img {
	width: 94%;
	margin-bottom: 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;
}

.show h4.super {
	background-color: #ff8f00;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 22px;
	justify-content: center;
}

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

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

.show .date dl dt {
	background-color: #ff8f00;
	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.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: #e50044;
	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;
}


/* -------------------------------
20210322
------------------------------- */

.container .top_text {
	font-size: 16px;
	margin-bottom: 40px;

}

#show03 h5 {
	font-size: 20px;
	margin-bottom: 7px;
	font-weight: bold;
}

#show03 .show {
	margin-bottom: 30px;
}

#show03 .show03_c1 h5 {
	color: #ff8f00;
}

#show03 .show03_c2 h5 {
	color: #44af35;
}

#show03 .show03_c2>div:last-child {
	display: flex;
	justify-content: center;
	height: auto;
	align-items: flex-start;
}

#show03 .show03_c2>div:last-child img {
	width: 115px;
	margin: 0 30px;
}

#show03 .show03_c3 h5 {
	color: #e50044;
}

#show03 .bottom_text {
	margin-top: 10px;
}

#show03 .text {
	font-size: 16px;
}

#show04>div:nth-child(2) {
	margin-bottom: 60px;
}


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

	.mb_only {
		display: block;
	}

	.pc_only {
		display: none;
	}

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

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

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

	.second-container .btn-area {
		width: 90%;
		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;
	}

	/* 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.2;
		font-weight: 700;
		padding: 10px 0;
		text-align: center;
	}

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

	.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 h4 {
		font-size: 18px;
		padding: 10px;
	}

	.outline dl dt {
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 6px;
	}

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

	/*.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: 0px 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;
	}


	.comp_wrap {
		display: block;
	}

	.comp_wrap>div:first-child {
		width: 100%;
	}

	.comp_wrap h4 {
		font-size: 18px;
	}

	.comp_inner {
		display: block;
	}

	.comp_inner>div:first-child {
		width: 33%;
	}

	.comp_wrap>div:last-child {
		width: 100%;
		text-align: center;
	}

	/* ================ご出店のご案内================== */
	.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: flex;
		flex-direction: column;
	}

	.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: 10px;
		margin-bottom: 20px;
	}

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

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

	.show_area_txt p {
		width: 100%;
	}

	.show_area_txt .show_area_img {
		width: 100%;
		margin-top: 3vw;
	}

	.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: 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;
	}

	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: 11px;
		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;
	}

	#show03 h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	#show03 .text {
		font-size: 14px;
	}


	.show_area_l .new-ribbon img {
		width: 60px;
	}
}

/* ===================================================================
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;
	}

	.outline_ttl {
		font-size: 18px;
	}

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

	.second-container .btn-area-flex {
		display: flex;
		justify-content: center;
		width: 90%;
		margin: 0 auto;
	}

	.second-container .btn-area-flex a {
		display: block;
		width: 48%;
	}

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

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

	.outline-catch .catch-text {
		flex: 1;
		margin: 10px 0;
	}

	.outline-catch .catch-logo {
		/*	float: left;*/
		width: 230px;
		margin-left: 30px;
	}

	/* 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.3;
		font-weight: 700;
		padding: 10px 0;
		text-align: center;
	}

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

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

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

	.about .right {
		display: block;
		text-align: right;
		margin: 10px 0;
	}

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

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

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

	.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: 10px;
	}

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

	span.ol_day {
		font-size: 40px;
		margin: 0 3px;
	}

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



	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;
		justify-content: space-between;
	}

	.item-merit {
		/* float: left; */
		width: 47%;
		/* margin-right: 4%; */
	}

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

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

	.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 dl {
		flex: 1;
	}

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

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

	/* 2019 */

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

	.show_area_l.mt50 {
		margin-top: 20px;
	}

	.show_area_l {
		width: 100%;
		border: 2px solid #e50044;
		padding: 10px;
		margin-bottom: 20px;
		position: relative;
	}

	.show_area_l .flex_wrap {
		display: flex;
		align-items: center;
	}

	.show_area_l .flex_wrap>div {
		flex: 1;
	}

	.show_area_l .flex32>div:first-child {
		flex: 3;
	}

	.show_area_l .flex32>div:last-child {
		flex: 2;
	}

	.show_area_l .flex_wrap>div:last-child {
		margin-left: 25px;
	}

	.show_area_l .new-ribbon {
		position: absolute;
		top: -35px;
		left: 30px;
	}

	.show_area_l .new-ribbon img {
		width: 80px;
	}

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

	.show_area-outer {
		width: 49%;
	}

	.show_area-outer .show_area {
		width: 100%;
	}

	.bg_green {
		color: #fff;
		font-size: 16px;
		background-color: #73cd31bf;
		padding: 8px 3px;
	}

	.bg_white {
		font-weight: bold;
		font-size: 18px;
		margin: 12px 0 8px;
	}

	.bg_yellow {
		background-color: #f4edb6bf;
		padding: 15px 10px;
		margin: 30px 20px;
	}

	.bg_gre {
		color: #fff;
		background-color: #73cd31bf;
	}

	.red {
		color: #e60012;
		font-weight: bold;
	}

	.bg_yel {
		background-color: #f4edb6bf;
	}

	.blue {
		color: #0070C0;
		font-weight: bold;
	}

	.pink {
		color: #e94a97;
		font-weight: bold;
	}

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

	.parplu {
		color: #9218be;
		font-weight: bold;
	}

	.red1 {
		color: #fa1358;
		font-weight: bold;
	}

	.navy {
		color: #002060;
		font-weight: bold;
		text-decoration: underline;
	}

	.navy1 {
		color: #002060;
		font-weight: bold;
	}

	.orange {
		color: #f9951a;
		font-weight: bold;
	}


	.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%; */
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}

	.show_area_txt .show_area_img .w80 {
		width: 80%;
	}

	.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: 141px;
		text-align: center;
		margin-top: 30px;
		margin-right: 25px;
		margin-left: 25px;
	}

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

	.schedule_block ul li.big {
		color: #f38800;
		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 #f38800;
		color: #f38800;
		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: #f38800;
		border-bottom-width: 0;
	}

	.schedule_block ul:last-of-type li:first-of-type {
		background-color: #f38800;
		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: 30px;
}

.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: 400px;
		float: left;
	}

	.cont-bnrs .item-bnr p {
		margin-left: 430px;
		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;
	font-size: 16px;
	color: #ffffff;
}

.stage_b {
	padding: 3px 5px;
	margin-top: 10px;
	background-color: #fbb03b;
	font-size: 16px;
	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: 50px;
}

@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,
.nav-event {
	margin-bottom: 20px;
	background: #ffffff;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.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: 1.2%;
}

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

.nav-category ul li {
	width: calc(100% / 3 - 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: #f38800;
}

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

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

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

.nav-event ul li:last-child a {
	color: #ea5350;
}

#show01,
#show02,
#show03,
#show04,
#show05 {
	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;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 58px;
	}

	.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;
		text-decoration: none;
	}

	.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: -60px;
		padding-top: 40px;
	}
}

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

.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: 30px;
}

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

.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;
	color: #fff;
	font-size: 20px;
	padding: 0.8em;
	border-top: solid 3px #ea5350;
}

.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: 140px;
		float: right;
		margin-left: 0.25em;
	}

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

@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: #0ba29a;
}

.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 #0ba29a;
	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 #0ba29a;
	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 #0ba29a;
}

.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: #0ba29a;
	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: #0ba29a;
	color: #fff;
}

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

.cont-visitor2 .nav-date-seminar ul li i {
	color: #0ba29a;
	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: #0ba29a;
	color: #fff;
	font-size: 20px;
	padding: 0.8em;
	border-top: solid 3px #29817b;
}

.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: 73%;
}

.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 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 .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;

		/*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;
	}
}

@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;
	}
}

.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: 215px;
}

@media only screen and (max-width: 768px) {
	.show_navi {
		margin-top: 10px;
	}

}

.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;
	}

}



/* -------------------------------
style.cssから取得
------------------------------- */

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

a.btn-contact, a:visited.btn-contact, a:link.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;
	padding: 1rem;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.container {
		padding: 0px 5px 10px;
	}

	.show h4.gaishoku {
		font-size: 18px;
		padding: 10px;
	}

	.show h4.delivery {
		font-size: 18px;
		padding: 10px;
	}

	.show h4.super {
		font-size: 18px;
		padding: 10px 8px;
	}

	/* ul.drawer-menu li {
		padding: 4vw 3vw;
	} */
}






/* -------------------------------
achievement
------------------------------- */

.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: #ff8f00;
}



#achievement table {
	width: 90%;
	margin: 0 auto 60px;
}

#achievement table th {
	background-color: #ff8f00;
	color: white;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#achievement table td {
	text-align: center;
	border-right: 1px solid #ff8f00;
	border-bottom: 1px solid #ff8f00;
	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;
}

#achievement .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}





.covid .newtitle {
	margin-top: 60px;
}

.covid .bold {
	font-weight: bold;
}

.covid .inner {
	padding: 10px;
}

.covid h5 {
	background-color: #ff8f00;
	color: white;
	padding: 3px 10px;
	display: inline-block;
}

.covid .img {
	float: right;
}

.covid .img img {
	width: 280px;
	margin-bottom: 10px;
	display: block;
}

.covid .f-wrap {
	display: flex;
}

.covid .f-wrap>div {
	flex: 1;
}

.covid>div:last-child .f-wrap>div:first-child {
	padding-right: 20px;
}







.show_area_txt-f img {
	float: right;
	margin: 10px 15px;
	width: 50%;
}

.foodtech .f-wrap {
	display: flex;
	align-items: flex-start;
}

.foodtech .f-wrap>div:first-child {
	flex: 4;
	margin-right: 10px;
}

.foodtech .f-wrap>div:last-child {
	flex: 6;
	border: 1px solid #666;
	padding: 6px;
}

.foodtech .w100 {
	width: 23%;
	height: auto;
}

.foodtech .w200 {
	width: 50%;
	height: auto;
}


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

	.covid div {
		font-size: 12px;
	}

	.covid .f-wrap {
		display: block;
	}

	.covid .img {
		display: flex;
	}

	.covid .img>img {
		width: 49%;
	}

	.show_area_txt-f img {
		float: right;
		margin: 5px 7px;
		width: 60%;
	}

	.foodtech .w100 {
		width: 28%;
	}

	.foodtech .w200 {
		width: 70%;
	}

	#achievement02>div:nth-child(2)>div:last-child {
		display: block;
	}

	#achievement02>div:nth-child(2)>div:first-child span:nth-child(3) {
		font-size: 20px;
	}

	#achievement table {
		width: 100%;
	}

	#achievement .grid {
		grid-row-gap: 5px;
		grid-column-gap: 5px;
	}

	#achievement #show03 .exhibition_area .small_right, #achievement #achievement02 .exhibition_area .small_right {
		margin-top: 0;
	}

	a.btn-contact, a:visited.btn-contact, a:link.btn-contact {
		font-size: 16px;
		margin-bottom: 10px;
	}
}




.red-bold2022 {
	color: red;
	font-weight: bold;
	text-decoration: underline;
	font-size: 140%;
	margin-top: 20px;
	margin-bottom: 15px;
}

.b-bold2022 {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 10px;
}

.b-bold2022 span {
	font-size: 80%;
}

.show2022 .inner .show_pic {
	width: 300px;
}

.show2022 .f-wrap {
	display: flex;
	align-items: flex-end;
	width: 95%;
	margin: 20px auto;
}

.show2022 .f-wrap>div:first-child {
	flex: 2;
	margin-right: 20px;
}

.show2022 .f-wrap>div:last-child {
	flex: 1;
}

.newstyle .bg_green {
	background-color: #ff8f00;
	text-align: center;
}

.newstyle .innerBox {
	background-color: #fffce9;
	padding: 20px;
}

.newstyle .innerBox2 {
	background-color: #fffce9;
	padding: 15px;
	margin: 10px 0;
}

.newstyle .innerBox p img {
	float: right;
	width: 15%;
	margin-left: 20px;
}

.newstyle .f-wrap1 {
	display: flex;
	border: 1px solid #afafaf;
	margin: 20px 0;
}

.newstyle .f-wrap1>div {
	padding: 5px 20px;
	font-size: 16px;
}

.newstyle .f-wrap1>div:first-child {
	background-color: #ff8f00;
}

.newstyle .f-wrap2 {
	display: block;
	justify-content: space-between;
	margin: 40px auto;
	width: 90%;
}

.newstyle .f-wrap2>div {
	width: 100%;
}

.newstyle .f-wrap3 {
	display: flex;
}

.newstyle .f-wrap3>div {
	flex: 1;
}

.newstyle .f-wrap3>div:first-child {
	flex: 1;
}

.newstyle .f-wrap3>div:last-child {
	flex: 10;
}

.newstyle .box-buns {
	border: 1px solid #e50044;
	padding: 15px;
}

.newstyle .box-mid {
	padding: 10px 20px 20px;
	background-color: #ffe8cb;
	margin: 15px auto;
	width: 80%;
	position: relative;
}

.newstyle .box-mid::before {
	content: "";
	display: block;
	position: absolute;
	top: -16px;
	left: 47%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 30px 0 30px;
	border-color: #e50044 transparent transparent transparent;
}

.newstyle .box-mid::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -16px;
	left: 47%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 25px 30px;
	border-color: transparent transparent #e50044 transparent;
}

.newstyle .box-mid>div:first-child {
	text-align: center;
	/* font-weight: bold; */
	font-size: 130%;
	/* text-decoration: underline; */
	background-color: #ff8f00;
	color: white;
	margin: 10px 0;
}

.newstyle .box-mid li::first-letter {
	color: #ff8f00;
}

@media only screen and (max-width: 768px) {
	.foodtech .f-wrap {
		display: block;
	}

	.newstyle .f-wrap1 {
		display: block;
	}

	.newstyle .bg_green {
		color: white;
		padding: 6px 0;
	}

	.newstyle .box-mid::before {
		left: 40%;
		border-width: 23px 25px 0 25px;
	}

	.newstyle .box-mid::after {
		left: 40%;
		border-width: 0 25px 23px 25px;
	}

	.newstyle .f-wrap3>div:first-child {
		flex: 4;
	}

	.newstyle .f-wrap3 {
		display: block;
	}

	.show2022 .f-wrap {
		display: block;
	}

	.pink {
		color: #e94a97;
		font-weight: bold;
	}

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

	.parplu {
		color: #9218be;
		font-weight: bold;
	}

	.red1 {
		color: #fa1358;
		font-weight: bold;
	}

	.newstyle .f-wrap2 {
		width: 100%;
	}

	.newstyle .innerBox p img {
		width: 40%;
	}

	.red-bold2022, .b-bold2022 {
		font-size: 105%;
	}
}



.new_covid {
	color: #e50044;
	padding: 30px 0px 10px;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}

.horeka_image {
	display: flex;
}

.horeka_image img {
	max-width: 43%;
}

.syoku_img {
	display: flex;
	margin-top: 10px;
}

.syoku_img img {
	max-width: 50%;
	padding: 5px;
}

.deriver_img {
	display: flex;
	margin-top: 10px;
}

.deriver_img img {
	max-width: 50%;
}

.expo_img {
	display: flex;
}

.expo_img img {
	max-width: 50%;
}

.new_food_img {
	display: flex;
	justify-content: flex-end;
}

.new_food_img img {
	width: 20%;
}

.subsidy {
	color: #e60044;
	font-size: 16px;
}

.new_covid_con {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.support_font {
	font-size: 15px;
}

.buyer_font {
	color: #e50044;
	font-weight: bold;
	font-size: 20px;
}

.schedul_font {
	font-size: 22px;
}

.show_area_rest {
	border: 2px solid #e50044;
	padding: 5px 10px 10px 10px;
	margin-bottom: 20px;
}

.show_area_rest h3 {
	font-size: 18px;
	padding: 5px;
	margin-bottom: 0.5em;
	color: #e50044;
	text-align: center;
	border-bottom: 2px dashed #e50044;
}

.rest_contents {
	display: flex;
	justify-content: end;
}

.rest_contents_inner {
	padding-right: 20px;
	display: none;
}

.rest_contents_inner>div {
	border: 1px solid #0070C0;
	padding: 10px;
	font-size: 12px;
}

.rest_contents .rest_img {
	display: flex;
	width: 40%;
	justify-content: flex-end;
}

.rest_contents .rest_img img {
	display: block;
	width: 50%;
	margin: 0 3px;
}

@media only screen and (max-width: 768px) {
	.new_covid {
		font-size: 20px;
		line-height: 1.5;
	}

	.new_covid_con, .special_area_txt {
		font-size: 15px;
		line-height: 1.5;
	}

	.rest_contents {
		display: block;
	}

	.rest_contents_inner {
		padding-right: 0;
	}

	.rest_contents .rest_img {
		width: 100%;
	}

	.rest_contents .rest_img img {
		width: 48%;
		margin-top: 3vw;
	}

	.new_food_img img {
		width: 33%;
		margin-top: 3vw;
	}

	.new_food_img {
		flex-wrap: wrap;
	}

	.newstyle .f-wrap1>div {
		font-size: 14px;
		line-height: 1.5;
	}

	.buyer_font {
		margin: 5vw 0;
	}

	.subsidy {
		font-size: 14px;
		line-height: 1.5;
	}
}



/* -------------------------------
来場のご案内
------------------------------- */


/* attendance */
#attendance {
	/* padding-top: 200px; */
}

#attendance .attendance_lead p {
	font-size: 18px;
	line-height: 1.8;
}

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

#attendance .attendance_lead_txt.small {
	color: #f00;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 40px;
	margin-top: 6px;
}

#attendance .attendance_lead h3 {
	border-bottom: solid 2px #ccc;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	font-size: 18px;
}

#attendance h4.attendance_sub {
	font-size: 18px;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

#attendance h4.attendance_sub:first-letter {
	color: #44af35;
}

#attendance .attention_list {
	margin-left: 1em;
	font-weight: 700;
}

#attendance .cocoa_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#attendance .cocoa_box ul {
	text-align: center;
	padding: 1em 2em;
}

#attendance .cocoa_box ul li {
	font-weight: 700;
	font-size: 18px;
}

#attendance .cocoa_box ul li img {
	width: 127px;
}

#attendance .attendance_img {
	text-align: center;
	margin-bottom: 3em;
}

#attendance .bottom-text {
	text-align: center;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
}

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

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

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

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

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

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



@media only screen and (max-width: 768px) {
	#attendance {
		padding-top: 10px;
	}

	#attendance .attendance_lead p {
		font-size: 15px;
	}

	#attendance .attendance_lead_txt, #attendance .attendance_lead_txt.small {
		font-size: 18px;
		line-height: 1.5;
		margin-top: 10px;
	}


	#attendance .attendance_lead h3 {
		font-size: 16px;
	}

	#attendance h4.attendance_sub {
		font-size: 16px;
	}

	#attendance .cocoa_box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	#attendance .cocoa_box ul {
		text-align: center;
		padding: 1em 2em;
	}

	#attendance .cocoa_box ul li {
		font-size: 16px;
	}

	#attendance .cocoa_box ul li a {
		text-decoration: underline;
	}

	#attendance .cocoa_box ul li img {
		display: none;
	}
}

/* big-button */
#attendance .btn-contact.big {
	font-size: 28px;
}

@media only screen and (max-width: 768px) {
	#attendance .btn-contact.big {
		font-size: 5vw;
	}
}



.fsl {
	font-size: 20px;
	margin-right: 6px;
}

.page-banner #sidebox li img {
	max-width: 200px;
}

@media only screen and (max-width: 768px) {
	.page-banner .h1_ttltxt h1 {
		font-size: 6vw;
		padding-left: 3vw;
	}

	.page-banner .h1_ttltxt p {
		font-size: 4vw;
		padding-left: 3vw;
	}

}

.press_btn-area {
	margin-top: 50px;
}

.press_btn-area a.btn-contact {
	background-color: #ea5350;
}


.outline-catch .catch-text div.txt01>div:first-child {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
	color: red;
}

.outline-catch .catch-text div.txt01>div:last-child {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.outline-catch .catch-text div.txt01>div:first-child {
		font-size: 6vw;
	}

	.outline-catch .catch-text div.txt01>div:last-child {
		font-size: 5.5vw;
	}

	.about .sub_ttll {
		font-size: 5.5vw;
	}
}



/* -------------------------------
20221107
------------------------------- */

#attendance h2.centerbar {
	font-size: 26px;
	color: #f9951a;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 0;
	text-align: center;
	line-height: 1.5;
}

#attendance .guidance h2.centerbar {
	color: #f9951a;


}

#attendance .attendance_lead h2.centerbar {
	color: #ff3140;
}

#attendance h2.centerbar:before, #attendance h2.centerbar:after {
	/* border-top: 3px solid;
	content: "";
	flex-grow: 1; */
}

#attendance .guidance h2.centerbar+div {
	position: relative;
	text-align: center;
}

#attendance .guidance h2.centerbar+div span {
	display: inline-block;
	position: relative;
	background-color: #fff;
	padding: 10px 20px;
	color: #f9951a;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}

#attendance .guidance h2.centerbar+div:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-top: solid 1px #ccc;
}


#attendance h2.centerbar:before {
	margin-right: 1em;
	/* 文字の右隣 */
}

#attendance h2.centerbar:after {
	margin-left: 1em;
	/* 文字の左隣 */
}

#attendance .guidance .flex_wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

#attendance .guidance .flex_wrap>div {
	flex: 1;
	text-align: center;
}

#attendance .guidance .flex_wrap>div .linktext {
	color: #0071bc;
	text-decoration: underline;
	cursor: pointer;
}

#attendance .guidance .btn a, #attendance .conv .btn a {
	display: block;
	width: 500px;
	max-width: 90%;
	margin: 40px auto 10px;
	margin: 0 auto 10px;
	border-radius: 50px;
	color: white;
	background-color: #ff931e;
	font-size: 25px;
	font-size: 20px;
	text-align: center;
	padding: 19px 0;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 1px;
	box-shadow: 0 5px 0px #cb6d1e;
}

#attendance .guidance .btn a::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);
}

#attendance .guidance .btn a:hover::before {
	animation: shine 1.2s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}


#attendance .conv .btn a {
	background-color: #ea5550;
	box-shadow: 0 5px 0 #ab423c;
	margin: 0 auto 40px;
}


@media (hover: hover) {
	#attendance .guidance .btn a:hover, #attendance .conv .btn a:hover {
		box-shadow: none;
		background-color: #de7d00;
		margin-top: 45px;
		margin-bottom: 5px;
	}

	#attendance .conv .btn a:hover {
		background-color: #ea5550;
		margin-top: 5px;
		margin-bottom: 35px;
	}
}


#attendance .open_btn {}

#attendance .open_btn>div {
	background-color: #29abe2;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	border: 4px solid #0071bc;
	border-radius: 10px;
	width: 100%;
	padding: 15px;
	line-height: 1;
	cursor: pointer;
	letter-spacing: 1px;
}

#attendance .open_btn>div:hover {
	background-color: white;
	color: #0071bc;
}

#attendance .open_btn>div br {
	display: none;
}



#attendance .attendance_lead .fs_s {
	margin: 25px 0;
}

#attendance .attendance_img {
	margin-top: 0;
}

#attendance .attention_title {
	font-size: 24px;
	font-weight: bold;
	color: #327ebd;
	text-align: center;
	letter-spacing: 2px;
}

#togglebox {
	display: none;
	padding-top: 20px;
}

@media only screen and (max-width: 768px) {
	#attendance .guidance .flex_wrap {
		/* flex-direction: column; */
		flex-wrap: wrap;
	}

	#attendance .guidance .flex_wrap>div {
		flex-basis: 45%;
	}

	#attendance .guidance .flex_wrap>div p {
		line-height: 1.2;
		font-size: 80%;
	}

	#attendance .guidance .flex_wrap img {
		max-width: 60%;
	}

	#attendance .guidance .flex_wrap>div:last-child img {
		max-width: 30vw;
	}

	#attendance h2.centerbar {
		font-size: 5.5vw;
		margin: 3vw 0;
		line-height: 1.3;
	}

	#attendance .guidance .btn a {
		font-size: 5vw;
		margin: 3vw auto;
	}

	#attendance .open_btn>div {
		font-size: 4.5vw;
		line-height: 1.3;
		padding: 2vw 0;
		text-align: center;
	}

	#attendance .open_btn>div br {
		display: block;
	}

	#attendance h2.centerbar:before, #attendance h2.centerbar:after {
		margin: 0;
	}

	#attendance .attention_title {
		font-size: 4.5vw;
	}

	#attendance .attendance_img {
		margin-top: 3vw;
	}

	#attendance .btn {
		padding: 0;
	}

	#attendance .conv {
		margin-bottom: 20px;
	}
}


/* -------------------------------
20230116
------------------------------- */
#attendance .tenjikai-uketsuke {
	/* background-color: #7e2e29; */
	padding-bottom: 30px;
	margin-bottom: 20px;
	/* margin-top: 30px; */
}

#attendance .guidance .tenjikai-uketsuke a {
	margin-top: 25px;
}

#attendance .guidance .tenjikai-uketsuke.btn a:hover {
	margin-top: 30px;
	/* margin-bottom: ; */
}

@media only screen and (max-width: 768px) {
	#attendance .tenjikai-uketsuke {
		padding-top: 10px;
	}

	#attendance .bottom_btn {
		padding: 15px;
		font-size: 20px;
	}
}


#attendance .attendance_box>div:first-child {
	display: block;
	/* background-color: #e55b52; */
	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 #ff8f00;
	margin-bottom: 15px;
	color: black;
	/* border-bottom: 1px solid #f6c7c4; */
}

#attendance .attendance_box ul {
	padding: 10px;
}

#attendance .attendance_box {
	padding: 50px 10px 20px;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 0;
}

#attendance .attendance_box ul li::first-letter {
	color: #ff8f00;
}

#attendance .attendance_box.mb {
	/* margin-bottom: 20px; */
	margin-bottom: 0;
	border-bottom: none;
}

#attendance .flow_img_wrap {
	text-align: center;
	padding: 30px 0;
}

#attendance .flow_img_wrap img {
	max-width: 780px;
	width: 100%;
}

#attendance div .attend_note {
	/* text-decoration: underline; */
	margin-top: 20px;
	text-align: center;
}

#attendance .flow_img_wrap div span {
	color: red;
}



#footerbox {
	position: relative;

	.nitten {
		position: absolute;
		top: 40px;
		right: 0;

		img {
			margin-top: 15px;
			max-width: 180px;
		}
	}
}


@media only screen and (max-width: 768px) {
	#attendance .flow_img_wrap img {
		max-width: 200px;
	}

	#footerbox {
		.nitten {
			position: relative;
			top: auto;
			display: block;
			text-align: center;
		}
	}

}


@media only screen and (max-width: 1000px) {
	body #contentbox {
		width: 100%;
	}
}






#top_content {
	.top_head {
		width: 1000px;
		margin: 0 auto 30px;
		display: flex;
		justify-content: space-between;
		padding: 30px 0 0;
		gap: 20px;
		
		
		
		

		.left {
			flex: 0 0 54%;

			.interview_youtube {
				margin: 0 auto;
				border: 1px solid red;
				padding-bottom: 17px;

				.youtube {
					justify-content: center;
					display: flex;
				}

				.title {
					background-color: red;
					color: white;
					font-size: 20px;
					font-weight: bold;
					margin-bottom: 12px;
					line-height: 1;
					padding: 10px;
					text-align: center;

					span {
						font-size: 13px;
						font-weight: normal;
					}
				}
			}
		}

		.right {
			flex: 0 0 44%;
		}
	}
}


#footer {
	#fo_logo {
		position: relative;
		.sns_icon {
			position: absolute;
			left: 0;
			top: 0;
			img {
				width: 50px;
			}
		}
	}
}
#show03 .show_graf2 {
    padding: 20px 80px 0;
}


header {
    .language_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 5px;

    }

    .language_btn {
        line-height: 1.3;
        text-decoration: none!important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        text-align: center;
        padding: 5px;
		width: auto;
        img {
            max-width: 16px;
            margin-right: 5px;
        }
    }

    .language_btn:hover {
        background-color: #eee;
    }

	.h_box02_inner {
		display: flex;
		margin-bottom: 5px;
	}

}

.drawer-menu {
    .sp_language {
        background-color: #555;
		a {
			color: white!important;
		}
		
    }
}






/* -------------------------------
20251009
------------------------------- */

.outline_page {
    .shukuji {
        background-image: url(../images/outline/shukuji_bg.jpg);
        background-size: cover;
        padding: 50px;
        margin-bottom: 50px;
        margin-top: 50px;

        p {
            line-height: 1.8;
            margin-bottom: 12px;
            font-size: 16px;
        }

        h3 {
            text-align: center;
            font-size: 28px;
            display: block;
            line-height: 1;
            font-family: "Zen Old Mincho", serif;
            /* border-bottom: 3px double red;
            border-top: 3px double #91630d; */
            color: #c70d0d;
            padding: 10px 0;
            letter-spacing: 5px;
			position: relative;

        }
		h3::before {
			display: block;
			position: absolute;
			top: -46px;
			left: 115px;
			content: "";
			height: 45px;
			width: 400px;
			background-image: url(../images/outline/decoration.png);
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
		}
		h3::after {
			display: block;
			position: absolute;
			bottom: -40px;
			left: 160px;
			content: "";
			height: 45px;
			width: 300px;
			background-image: url(../images/outline/decoration2.png);
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
		}

        .f_wrap {
            display: flex;
            gap: 20px;
            align-items: center;
            margin-bottom: 50px;

            .inner_flex {
                flex-grow: 1;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                height: 180px;

            }

            .inner_flex2 {
                display: flex;
                align-items: flex-end;
            }

            .date {
                font-size: 16px;
                margin-bottom: 5px;
                font-family: "Zen Old Mincho", serif;
            }

            .post {
                font-size: 18px;
                margin-right: 10px;
                font-family: "Zen Old Mincho", serif;
            }

            .name {
                font-size: 24px;
                font-weight: bold;
                font-family: "Zen Old Mincho", serif;
            }

            span {
                display: block;
                line-height: 1;
                letter-spacing: 1px;
            }
			.img {
				flex: 0 0 25%;
			}
			.inner_flex {
				flex: 0 0 70%;
			}
        }
    }



    .outline dd {
        span.zenkaku {
            letter-spacing: 3px;
            margin-left: 3px;
        }
    }

}


@media only screen and (max-width: 640px) {


    .outline_page {
        .shukuji {
            padding: 15px;
			padding-top: 15vw;
			padding-bottom: 10vw;

            p {
                font-size: 14px;
            }

            h3 {
                font-size: 20px;
            }
			h3::before {
				top: -10vw;
				left: -7vw;
				height: 10vw;
				width: 90vw;
			}
			h3::after {
				bottom: -7vw;
				left: 6.5vw;
				height: 8vw;
				width: 60vw;
			}

            .f_wrap {
                margin-bottom: 20px;
				flex-direction: column-reverse;

                .img {
                    flex: 0 0 40%;
					max-width: 60%;
                }

                .date {
                    font-size: 14px;
                }

                .post {
                    margin-right: 0;
                    font-size: 15px;
                }

                .name {
                    font-size: 16px;
                }

                .inner_flex {
                    height: auto;
                    gap: 20px;
                }

                .inner_flex2 {
                    flex-direction: column;
                    margin-top: 10px;
                    gap: 5px;
                }
            }
        }
    }
}