/*
Theme Name: Cocoon Child
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.7.9.1.1730412283
Updated: 2024-11-01 07:04:43

*/
/* ページ内リンクの対象セクション */
[id] {
	scroll-margin-top: 100px;
	/* ヘッダー分のマージンを確保 */
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.home .article-header,
.article-footer,
.admin-panel {
	display: none;
}

.article {
	margin: 0 !important;
}

.content,
.main,
.entry-content {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.wrap {
	width: 100%;
}

.main {
	overflow: hidden;
}

img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.center {
	text-align: center;
}

p {
	margin-bottom: 10px;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	background: transparent;
	border: 0;
}

.sp_on,
.short_on {
	display: none;
}

@media screen and (max-width: 450px) {
	.sp_on {
		display: block;
	}
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.text_al_l {
	text-align: left !important;
	margin: 10px 0;
}

.text_al_r {
	text-align: right !important;
}

.fz-18px {
	font-size: 16px !important;
}

/*---------------------------------header--------------------------------*/
.header-in {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.header_logo {
	text-align: center;
	margin: 15px 0 15px 20px;
}

.header_logo img {
	max-width: 240px;
	width: 80%;
}

.header-container {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

/* hamburger(ハンバーガーアイコン)
  =================================== */
.hamburger {
	position: absolute;
	right: 20px;
    top: 50%;
    transform: translate(0, -50%);
	width: 55px;
	height: 55px;
	cursor: pointer;
	z-index: 300;
	padding: 20px;
	border-radius: 50%;
}

.hamburger__line {
	position: absolute;
	width: 35px;
	height: 3px;
	right: 10px;
	background-color: #000;
	transition: all 0.5s;
}

.hamburger__line--1 {
	top: 13px;
}

.hamburger__line--2 {
	top: 25px;
}

.hamburger__line--3 {
	top: 37px;
}

.sp_inner {
	margin-top: 80px;
	padding: 10px;
	text-align: center;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
	transform: rotate(-45deg);
	top: 18px;
	background: #fff
}

.open .hamburger__line--2 {
	opacity: 0;
}

.open .hamburger__line--3 {
	transform: rotate(45deg);
	top: 18px;
	background: #fff
}

/* 
  sp-nav(ナビ)
  =================================== */
.sp-nav {
	position: fixed;
	top: -100%;
	width: 100%;
	/* 出てくるスライドメニューの幅 */
	height: 100vh;
	background-color: #000;
	transition: all 0.5s;
	z-index: 200;
	overflow-y: auto;
	/* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたらスライド*/
.open .sp-nav {
	top: 0;
	left: 0;
	transition: all 0.5s;
}

#navi {
	background: #000 !important;
}

#navi .navi-in a {
	color: #fff
}

.navi-in>ul li {
	width: 90%;
	height: auto;
	max-width: 1000px;
	margin: 5px 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #5c5c5c;
}

.navi-in>ul li:hover>ul {
	display: none;
}

.navi-in>ul li>ul.active {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto 10px;
	padding: 10px;
	border: 0 !important
}

.navi-in>ul li>ul.active li {
	line-height: 38px !important;
	margin: 10px;
	border: 0;
}

.navi-in>ul li>ul.active li a {
	color: #000 !important;
	background: #f2f2f2;
	border-radius: 20px;
}

.fa-angle-down:before {
	content: "\f067";
}

.navi-in .has-icon {
	position: absolute;
	right: 30px;
	top: 0;
	display: inline-block;
	opacity: 0.7;
	font-size: 20px;
}

.navi-in>ul .sub-menu {
	width: 100%;
	background: #000 !important;
	z-index: 0;
	position: relative;
}

.navi-in .menu-pc {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1023px) {
	.navi-in .menu-pc {
		display: flex !important;
	}
}

@media screen and (max-width: 834px) {
	.navi-in>.menu-header {
		display: flex !important;
	}
}

/*-----------------------検索---------------------*/
.search-wrapper {
	position: relative;
	margin: 0 100px 0 auto;
}

.search-wrapper.active {
	margin: 22px 100px 22px auto;
}

.search-wrapper .input-holder {
	height: 45px;
	width: 90px;
	background: rgba(255, 255, 255, 0);
	border-radius: 6px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
	width: 250px;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.5);
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-input::placeholder {
	color: #ccc;
}

.search-wrapper .input-holder .search-input {
	width: 100%;
	height: 45px;
	padding: 0px 70px 0 20px;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #FFF;
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
	opacity: 1;
}

.search-wrapper .input-holder .search-icon {
	width: 90px;
	height: 45px;
	border: none;
	border-radius: 6px;
	background: #FFF;
	margin-top: 3px;
	padding: 0px;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder .search-icon {
	width: 40px;
	height: 40px;
	border-radius: 30px;
	margin: 3px;
}

.search-wrapper .input-holder .search-icon span {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transform: rotate(45deg);
	transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}

.kensaku {
	display: inline-block;
	margin: 0 !important;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.search-wrapper.active .kensaku {
	display: none;
}

.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
	position: absolute;
	content: '';
}

.search-wrapper .input-holder .search-icon span::before {
	width: 4px;
	height: 11px;
	left: -1px;
	top: 22px;
	border-radius: 2px;
	background: #666;
}

.search-wrapper .input-holder .search-icon span::after {
	width: 14px;
	height: 14px;
	left: -10px;
	top: 2px;
	border-radius: 16px;
	border: 4px solid #666;
}

.search-wrapper.active .input-holder .search-icon span::after {
	left: 0px;
	top: -4px;
}

.search-wrapper.active .input-holder .search-icon span::before {
	left: 9px;
	top: 14px;
}

.search-wrapper .close {
	position: absolute;
	z-index: 1;
	top: 13px;
	right: 20px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition-delay: 0.2s;
}

.search-wrapper.active .close {
	right: -30px;
	transform: rotate(45deg);
	transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.5s;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
	position: absolute;
	content: '';
	background: #666;
	border-radius: 2px;
}

.search-wrapper .close::before {
	width: 5px;
	height: 25px;
	left: 10px;
	top: 0px;
}

.search-wrapper .close::after {
	width: 25px;
	height: 5px;
	left: 0px;
	top: 10px;
}

/*---------------------------------main--------------------------------*/
.main_width {
	max-width: 1200px;
	margin: 80px auto;
}

.top_content {
	background: url(https://ytreasuremarket.jp/wp-content/uploads/2024/12/1_gray.png) center/cover no-repeat;
	padding: 0 0 30px 0;
	margin-top: 80px;
}

#top_slide {
	width: 80%;
	height: 45vw;
	margin: 0 25px 0 auto;
}

.top_text_container {
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 130px;
	left: 30px;
	width: 52%;
	min-width: 375px;
	padding: 30px 20px 20px;
}

@media screen and (min-width: 1240px) {
	.top_text_container {
		width: 630px;
	}
}

.top_text {
	font-size: clamp(20px, 3vw, 32px);
	font-weight: bold;
	margin-bottom: 7px !important;
	letter-spacing: 0.1em;
}

.top_text span {
	font-size: clamp(24px, 3.5vw, 45px);
}

.top_text_under {
	font-size: clamp(16px, 2vw, 24px);
	font-weight: bold;
	margin: 0 0 8px 0 !important;
}

/*-----------------------content01 ---------------------*/
.content01 {
	margin: 80px auto;
	padding: 0 3%;
}

.content01 h1 {
	font-size: clamp(25px, 3.5vw, 40px);
}

.content01 h2 {
	font-size: clamp(19px, 3vw, 32px);
}

.content01 p {
	font-size: clamp(14px, 2vw, 20px);
	font-weight: bold;
}

.top_scheme {
	max-width: 700px;
	margin: 70px auto 20px;
}

.content01_under_text {
	font-size: clamp(10px, 2vw, 18px) !important;
}

/*-----------------------content02 ---------------------*/
.content02 {
	width: 90%;
	max-width: 1400px;
	margin: 50px auto 30px;
}

.syodan_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 横に3枚 */
	gap: 0;
	/* 画像の間の隙間 */
}

.syodan_container figure {
	margin: 0;
	/* figureの余白を削除 */
}

.syodan_container img {
	width: 100%;
	/* 画像の幅を親要素に合わせる */
	height: auto;
	/* アスペクト比を維持 */
	display: block;
	/* 余白を防ぐために画像をブロック表示に設定 */
}

/*-----------------------content03---------------------*/
.content03 {
	padding: 0 7%;
}

.second_tit {
	font-size: clamp(28px, 3.2vw, 40px) !important;
	margin: 25px 0 !important;
	padding: 0 !important;
}

.third_tit {
	font-size: clamp(15px, 2vw, 18px) !important;
	line-height: 1.6 !important;
	margin: 0 0 40px !important;
	padding: 0 !important;
}

.content03 p {
	font-size: clamp(12px, 1.6vw, 16px);
	font-weight: bold;
}

/*-----------------------content04---------------------*/
.content04 {
	margin: 0 auto;
}

.content04 figure {
	width: 100%;
	margin: 0 auto;
}

/*-----------------------content05---------------------*/
.content05 {
	background: url(https://ytreasuremarket.jp/wp-content/uploads/2024/12/2_footer.png);
	color: #f0f0f0;
	padding: 70px 20px 70px;
	position: relative;
}

.content05:before {
	content: "";
	background: url(https://ytreasuremarket.jp/wp-content/uploads/2025/02/arrow_b.png) no-repeat center center;
	background-size: contain;
	width: 300px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	bottom: -95px;
	left: 50%;
	transform: translate(-50%, 0);
}

.content05_inner {
	margin: 0 auto;
	max-width: 1400px;
	width: 90%;
}

.content05_inner_container {
	padding-left: 13%;
}

@media screen and (min-width: 1400px) {
	.content05_inner_container {
		padding-left: 21%;
	}
}

.content05 h2 {
	color: #f0f0f0 !important;
	font-size: clamp(22px, 3.5vw, 45px);
	margin: 0 0 50px 0 !important;
	font-weight: normal !important;
}

.content05 p {
	font-size: clamp(24px, 3vw, 36px);
	margin-bottom: 25px;
}

.content05 p:before {
	content: "";
	background: url(https://ytreasuremarket.jp/wp-content/uploads/2025/02/check-circle-solid_8b.png) no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px 6px 0;
}

/*-----------------------.content06---------------------*/
.content06 p {
	font-weight: bold;
}

.content06 h2 {
	font-size: 40px;
	margin: 100px auto;
	letter-spacing: 0.1em;
	position: relative;
	width: 800px;
	color: #666 !important;
}

/*.content06 h2:after {
	content: "";
	background: url(https://ytreasuremarket.jp/wp-content/uploads/2024/12/line_green.png) no-repeat center center;
	background-size: contain;
	width: 200px;
	height: 200px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: -80px;
	top: -30%;
}*/

@media screen and (max-width: 950px) {
	.content06 h2 {
		font-size: 34px;
		width: 700px;
	}

	.content06 h2:after {
		width: 150px;
		height: 150px;
		right: -50px;
		top: -24%;
	}
}

@media screen and (max-width: 825px) {
	.content06 h2 {
		font-size: 30px;
		width: 600px;
	}

	.syodan_container {
		grid-template-columns: repeat(2, 1fr);
		/* 横に2枚 */
	}
}

@media screen and (max-width: 660px) {
	.content06 h2 {
		font-size: 26px;
		width: 480px;
	}
}

@media screen and (max-width: 640px) {
	.content06 h2 {
		font-size: 24px;
		margin: 80px auto 30px;
	}

	.content06 h2:after {
		width: 120px;
		height: 120px;
		right: -50px;
		top: -24%;
	}
}

@media screen and (max-width: 500px) {
	.content06 h2 {
		font-size: 20px;
		margin: 80px auto 30px;
		width: auto;
	}

	.content06 h2:after {
		width: 90px;
		height: 90px;
		right: -3px;
		top: -46%;
	}
}

@media screen and (max-width: 390px) {
	.content06 h2 {
		font-size: 16px;
	}
}

.content06 h3 {
	font-size: clamp(22px, 3.5vw, 45px);
	letter-spacing: 0.1em;
	margin-bottom: 0 !important;
}

.chart_box {
	margin: 90px auto;
}

.charts {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	    margin: 0 auto 100px;
}

.chart {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: visible;
	transform: scale(1.3);
	transform-origin: center;
	width: 30%;
}

.chart2 {
	    margin: 40px 0 0 0;
}

.chart_guide {
	    width: 70%;
    margin: 0 0 0 32px;
    text-align: center;
}

.background {
  fill: transparent;
  stroke: #cbd6d1;
  stroke-width: 30;
  stroke-dasharray: 534;
  stroke-dashoffset: 0;
}

.outer {
  fill: transparent;
  stroke: #8fb293;
  stroke-width: 30;
  stroke-dasharray: 534;
  stroke-dashoffset: 534;
  transition: stroke-dashoffset 1s ease-in-out;
  stroke-linecap: round;
}

.percentage, .percentage-text {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  color: #8CAA8C;
  text-align: center;
	transform: translate(0%, -30%);
}

.percentage-text {
  color: #fff;
}

.chart_tit {
  font-size: 24px;
  font-weight: bold;
  color: #8CAA8C;
}

.chart_tit2 {
  font-size: 24px;
  font-weight: bold;
  color: #8CAA8C;
	    margin: 0 0 15px 29px !important;
}

.filled-chart .full {
  fill: #666; /* 初期背景 */
}

.fixed-section {
  transition: none;
}

.dynamic-section {
  transition: stroke-dashoffset 1s ease-in-out;
}

.content06_under {
	width: 80%;
	margin: 0 auto;
	max-width: 900px;
}

.content06_under p {
	font-weight: bold;
}

.content_sub_tit {
	margin-bottom: 50px;
}

.content_sub_tit2 {
	margin: 50px 0 0 !important;
}

/*-----------------------.content07---------------------*/
.content07 {
	margin: 80px 0 0 0;
}

.content07_top {
	width: 80%;
	margin: 0 auto;
	max-width: 900px;
}

.content07_top p {
	font-weight: bold;
}

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

.content07_mid_flex_l,
.content07_mid_flex_r {
	width: 50%;
}

.content07_mid_flex_r {
	background: url(https://ytreasuremarket.jp/wp-content/uploads/2024/12/1_gray-scaled.jpg);
	padding: 20px;
}

.content07_mid_flex_r_inner h3 {
	font-size: clamp(19px, 3vw, 32px);
	margin-bottom: 10px;
}

.content07_mid_flex_r_inner p {
	width: 80%;
	margin: 0 auto;
}

.content_buttom {
	margin: 50px auto 80px;
	width: 60%;
	max-width: 400px;
	min-width: 300px;
}

.mid_on {
	display: none;
}

@media screen and (max-width: 870px) {
	.mid_on {
		display: block;
	}
}

/*-----------------------.content08---------------------*/
.content08 {
	margin: 0 0 80px;
	padding: 50px 0;
	background: url(https://ytreasuremarket.jp/wp-content/uploads/2024/12/1_gray.png) center/cover no-repeat;
}

.content08_inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.content08_inner p {
	font-weight: bold;
}

/*-----------------------.content09---------------------*/
.content09 p {
	font-size: clamp(14px, 1.6vw, 16px);
	font-weight: bold;
}

/*-----------------------.content10---------------------*/
.content10 {
	margin: 80px auto;
}

.content10_inner {
	width: 90%;
	max-width: 1200px;
	margin: 50px auto;
}

.content10_inner .content_sub_tit {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.8em;
	font-size: clamp(18px, 2vw, 20px) !important;
}

.sort {
	font-weight: normal !important;
	font-size: 16px;
}

.buyers-thumbnail-list {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin: 0;
}

/* 各アイテム */
.buyers-thumbnail-item {
	width: 20%;
	text-align: center;
	padding: 15px;
}

/* 人物画像 */
.buyers-thumbnail-item img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 50%;
}

/* 会社ロゴ */
.buyers_logo img {
	max-width: 150px;
	height: auto;
	margin: 10px auto;
	border-radius: 0% !important;
}

/* 会社名 */
.buyers_c {
	font-size: 12px;
	margin: 10px 0 0 !important;
}

/* 役職名 */
.buyers_p {
	font-size: 12px;
	margin: 5px 0 0 !important;
}

/* 名前 */
.buyers_n {
	font-size: 14px;
	margin-top: 5px;
}

/*-----------------------.content11---------------------*/
.content11 {
	margin: 50px 0 0;
	padding: 50px 0 60px;
	background: url(https://ytreasuremarket.jp/wp-content/uploads/2024/12/1_gray.png) center/cover no-repeat;
}

.content11_inner {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

.content11_flex {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
}

.content11_flex figure {
	width: 50%;
}

.content11 .content_buttom {
	margin: 50px auto 0;
}

/*-----------------------footer---------------------*/
#footer {
	background: url(https://ytreasuremarket.jp/wp-content/uploads/2024/12/2_footer.png);
	margin: 0;
}

.footer-left,
.footer-right {
	display: none;
}

.footer-center {
	width: 100%;
}

.footer_menu {
	margin: 20px 0 50px;
}

.navi-footer-in a {
	font-size: 16px;
}

.footer-bottom {
	margin: 0 auto;
}

.widget-footer-center,
.footer-widgets-mobile {
	margin: 0 !important;
}

.navi-footer-in>.menu-footer {
	justify-content: center !important;
}

.navi-footer-in>.menu-footer li {
	margin: 0 20px;
	display: inline-block;
	width: auto !important;
	border: 0 !important;
}

/*---------------------------------出展商品--------------------------------*/
.mx1200_80 {
	width: 80%;
	max-width: 1200px;
}

.single_content_exhibits {
	width: 80%;
	margin: 150px auto 80px;
	max-width: 1200px;
}

.single_description_title {
	font-size: 16px;
	margin: 40px 0 0 0;
}

.exhibits_description {
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

.single_title_exhibits {
	margin: 15px 0 0
}

.breadcrumbs {
	margin: 1em 0.4em;
	font-size: 13px;
}

.breadcrumbs i {
	margin: 0 5px;
}

.breadcrumbs a {
	color: var(--cocoon-x-pallid-text-color);
	text-decoration: none;
}

.slick-slide img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.slick-track {
	width: 100%;
	margin: 10px 0;
}

.slick-next:before,
.slick-prev:before {
	display: none;
}

/*---------------------------------年度一覧--------------------------------*/
.post-type-archive-exhibit-year,
.single-exhibit-year,
.single-exhibits,
.tax-e-products-category,
.search-results,
.post-type-archive-jirei,
.tax-jirei_tag,
.single-jirei,
.page-id-11 {
	background: url(https://ytreasuremarket.jp/wp-content/uploads/2024/12/1_gray.png) center;
}

.post-type-archive-exhibit-year main,
.single-exhibit-year .main,
.single-exhibits .main,
.tax-e-products-category .main,
.search-results .main,
.post-type-archive-jirei .main,
.tax-jirei_tag .main,
.single-jirei .main,
.page-id-11 .main {
	background: transparent !important;
}

.exhibit-year {
	max-width: 1200px;
	margin: 150px auto 50px;
	width: 80%;
	text-align: center;
}

/* サムネイル一覧のスタイル */
.exhibit-thumbnail-list {
	display: flex;
	flex-direction: column;
	/* 縦並びにする */
	align-items: center;
	/* 中央揃え */
	padding: 0;
	list-style: none;
}

.exhibit-thumbnail-item {
	display: block;
	width: 100%;
	text-align: center;
	transition: transform 0.3s ease;
}

.exhibit-thumbnail-item:hover {
	opacity: 0.5;
}

/* 代替画像のスタイル */
.exhibit-thumbnail-item img[alt="No Image"] {
	opacity: 0.6;
	/* 代替画像を少し薄く表示 */
	border: 2px dashed #ccc;
	/* 枠線を追加 */
}

.single_content_exhibit-year {
	max-width: 1200px;
	margin: 70px auto 0;
}

.single_image_exhibit-year_list {
	margin-top: 20px;
}

.exhibit-items-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	/* 自動的に列を調整 */
	gap: 15px;
	padding: 0;
	list-style: none;
}

.exhibit-item {
	text-align: center;
	width: 100%;
}

.exhibit-item img {
	width: 100%;
	/* 親要素の幅に合わせる */
	height: auto;
	/* アスペクト比を維持 */
	aspect-ratio: 3/2;
	object-fit: cover;
}

.exhibit-item p {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}

.single_category_exhibits a {
	text-decoration: none;
	color: #fff;
	background: #666;
	border-radius: 10px;
	padding: 3px 15px;
	font-size: 14px;
	display: inline-block;
	margin: 5px;
}

.exhibit-item a {
	text-decoration: none;
}

.exhibit-item a p {
	text-align: left !important;
	font-weight: normal;
}

.taxonomy-e-products-category {
	max-width: 1200px;
	margin: 150px auto 50px;
	width: 80%;
}

/*---------------------------------contact--------------------------------*/
.contact_form {
	margin: 50px auto;
	max-width: 900px;
}

.contact_form_inner th,
.contact_form_inner tr,
.contact_form_inner td {
	border: 0 !important;
	vertical-align: baseline;
	background: transparent !important;
}

.cont_hissu {
	font-size: 14px;
}

.cont_item_massege {
	vertical-align: top !important;
}

.cont_hissu span {
	padding: 5px 15px;
}

.hissu {
	background: #525252;
	color: #fff;
}

.ninni {
	background: #a3a3a3;
	color: #fff;
	margin-top: 3px;
	display: inline-block;
}

.form-btn {
	text-align: center;
}

.form-btn-font-o,
.form-btn-font-g {
	width: 50%;
	max-width: 300px;
}

/*---------------------------------事例集--------------------------------*/
.jirei-list-container {
	padding: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

/* サムネイルリスト */
.jirei-thumbnail-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 各アイテム */
.jirei-thumbnail-item {
	width: 50%;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease;
	margin: 0 0 30px 0;
}

.jirei-thumbnail-item a {
	text-decoration: none;
}

.jirei-thumbnail-item a:hover {
	opacity: 0.5;
	color: inherit
}

/* サムネイル画像 */
.jirei-thumbnail-item img {
	width: 100%;
	height: auto;
	/* 自動調整で比率を維持 */
	aspect-ratio: 16 / 9;
	/* 16:9の比率を指定 */
	object-fit: cover;
	/* 画像の中央を表示し、切り取り */
	margin-bottom: 10px;
}

/* 会社名 */
.jirei-company-name {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	color: #333;
	text-align: left !important;
}

/* タグ */
.jirei-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 5px;
}

.jirei-tag {
	display: inline-block;
	background: #8CAA8C;
	color: #fff;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 14px;
}

.single_content_jirei {
	padding: 20px;
	max-width: 1200px;
	margin: 105px auto 0;
}

.jirei_container {
	max-width: 900px;
	margin: 0 auto;
}

.single_title_jirei,
.single_copy_jirei {
	font-weight: bold;
	margin: 5px 0;
}

.single_image_jirei {
	max-width: 900px;
	width: 100%;
	margin: 0 0 30px 0;
}

.jirei-tags a {
	text-decoration: none;
}

.jirei-tags a:hover {
	opacity: 0.5;
	color: inherit;
}

.jirei_profile_tit,
.jirei_issue_tit {
	font-size: 16px;
	margin: 50px 0 10px;
}

.jirei_profile_name {
	font-weight: bold;
	font-size: 16px;
}

.jirei_profile,
.jirei_issue,
.jirei_solution,
.jirei_outcome {
	font-size: 16px;
}

.dot_line {
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}

.single_content_jirei figure {
	margin: 30px 0;
}

.taxonomy-jirei_tag {
	margin: 150px auto 0;
}

/*---------------------------------検索ページ--------------------------------*/
/* 親コンテナ */
.search-results .jirei-list-container {
	padding: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

/* サムネイルリスト */
.search-results .jirei-thumbnail-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap:
}

/* 各アイテム */
.search-results .jirei-thumbnail-item {
	width: 50%;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease;
}

.search-results .jirei-thumbnail-item:hover {
	opacity: 0.5
}

/* サムネイル画像 */
.search-results .jirei-thumbnail-item img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

/* 投稿タイトル */
.search-results .jirei-title {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	color: #333;
	text-align: left;
}

/* 該当なし */
.no-results {
	text-align: center;
	color: #666;
	margin-top: 20px;
}

/* ページネーション */
.pagination {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

/*---------------------------------事業概要-------------------------------*/
.cp_content {
	max-width: 900px;
	margin: 70px auto 50px;
	width: 80%;
	text-align: center;
}

/*---------------------------------レスポンシブ--------------------------------*/
@media screen and (max-width: 980px) {
	.chart {
		width: 38%;
	}

	.buyers-thumbnail-item {
		width: 25%;
	}
}

@media screen and (max-width: 900px) {
	.content04 figure {
		width: 100%;
	}

	.content07_mid_flex {
		flex-direction: column;
	}

	.content07_mid_flex_l,
	.content07_mid_flex_r {
		width: 100%;
	}
}

@media screen and (max-width: 775px) {
	.chart {
		transform: scale(1.1);
	}

	.chart2 {
		margin: 10px 0 0 0;
	}
	
	.chart_tit {
		font-size: 18px;
		margin: 5px 0 19px 1px !important;
	}

	.chart_tit2 {
		font-size: 18px;
		margin: 103px 0 -4px 26px !important;
	}

	.charts {
		        margin: -90px auto 0;
	}
	.chart_guide {
		width: 90%;
}
}

@media screen and (max-width: 700px) {
	#top_slide {
		width: 100%;
		height: 60vw;
		margin: 80px 0 0;
	}

	.content05_inner_container {
		padding-left: 6%;
	}

	.buyers-thumbnail-item {
		width: 50%;
		padding: 5px;
	}

	.jirei-thumbnail-item {
		width: 100%;
	}

	.mx1200_80 {
		width: 100%;
	}

	.single_content_exhibits,
	.exhibit-year,
	.taxonomy-e-products-category {
		margin: 120px auto 80px;
	}

	.taxonomy-jirei_tag {
		margin: 120px auto 0;
	}

	.search-results .jirei-thumbnail-item {
		width: 100%;
	}
	
	.chart_guide {
		        margin: 0 0 50px 0;
	}
}

@media screen and (max-width: 580px) {
	.content05_inner_container {
		padding-left: 4%;
	}

	.content11_flex {
		flex-direction: column;
	}

	.content11_flex figure {
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	.charts {
		flex-direction: column;
		margin: -45px auto 35px;
	}

	.chart {
		width: 90%;
		transform: scale(1.1);
		margin: 30px 0 -20px;
	}

	.chart_tit,
	.chart_tit2 {
		font-size: 18px;
		margin: 15px 0 -25px 4px !important;
	}

	.chart_tit2 {
		margin: 20px 0 -45px 14px !important;
	}

	.content05 p {
		font-size: 20px;
	}
}

@media screen and (max-width: 480px) {
	.header_logo {
		margin: 15px 0 15px 0px;
	}

	.top_text_container {
		left: 10px;
		width: 270px;
		min-width: 270px;
		padding: 20px 15px 10px;
	}

	.top_text_under {
		font-size: 13px;
	}

	.top_text span {
		font-size: 18px;
	}

	.top_text {
		font-size: 17px;
	}

	.content01 {
		padding: 0 10px;
	}
	
	.content01 p,.content03 p {
		font-weight: normal;
	}
	
	.top_scheme {
		margin: 40px auto 20px;
	}

	.content05_inner {
		width: 100%;
	}

	.content05 h2 {
		font-size: 20px;
	}

	.content05 p:before {
		width: 30px;
		height: 30px;
		margin: 0 10px 6px 0;
	}

	.content05:before {
		width: 200px;
		bottom: -78px;
	}

	.content06_under {
		width: 95%;
	}

	.content_sub_tit {
		margin-bottom: 20px !important;
		font-size: 16px !important;
	}

	.exhibit-year {
		width: 100%;
	}

	.jirei-list-container {
		padding: 0;
	}

	.exhibit-items-list {
		padding: 10px;
	}

	.contact_form {
		width: 90%;
	}

	.contact_form th,
	.contact_form td {
		display: block;
		padding: 5px 2%;
		text-align: left;
		border: none;
	}

	.contact_form th {
		margin-right: 5px;
	}

	.contact_form td {
		padding-top: 10px;
	}

	.contact_form p {
		float: none;
		display: inline-block;
	}
}

@media screen and (max-width: 420px) {
	.content01 h1 {
		font-size: clamp(24px, 3.5vw, 45px);
	}

	.second_tit {
		font-size: clamp(24px, 3.5vw, 45px) !important;
	}

	.third_tit {
		font-size: clamp(16px, 2vw, 20px) !important;
	}

	.content10_inner .content_sub_tit {
		font-size: clamp(16px, 2vw, 20px) !important;
	}
}

@media screen and (max-width: 400px) {
	.content05 h2 {
		font-size: 18px;
		margin: 0 0 50px 0 !important;
	}

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

	.short_on {
		display: block;
	}
}

@media screen and (max-width: 380px) {
	.content05 h2 {
		font-size: 16px;
	}
}

@media screen and (max-width: 370px) {
	.content01 h1 {
		font-size: clamp(21px, 3.5vw, 45px);
	}
}