@charset "UTF-8";
/* 959px以下のデザイン */
@media screen and (max-width: 959px) {

	/* 画像 */
	.image_wrap {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		position: relative;
	}

	/* アコーディオンボタン使用可 */
	.summary-pe {
		pointer-events: auto;
	}

	.details {
		border-top: 2px solid #eaeaea;

		&:last-of-type {
			border-bottom: 2px solid #eaeaea;
		}
	}

	.details-summary-font {
		color: #444;
		font-size: 24px;
		font-weight: bold;
	}

	.details-summary {
		position: relative;
		display: block;
		padding: 20px;
		text-align: center;

		.icon-arrow {
			position: absolute;
			content: '';
			width: 14px;
			height: 14px;
			border-top: solid 1px #444;
			border-right: solid 1px #444;
			top: 40%;
			right: 50%;
			transform: rotate(135deg);
			margin-top: -1px;
			margin-right: -120px;
			transform-origin: center center;
			transition-duration: 0.2s;
		}

		&.is-active {
			.icon-arrow {
				top: 50%;
				-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);

				&:before {
					content: none;
				}
			}
		}
	}

	.details-summary::-webkit-details-marker {
		display: none;
	}

	.details-content {
		padding: 20px;

		p {
			margin: 0 0 20px;
			color: #000;
			font-size: 18px;
			text-align: left;

			&:last-of-type {
				margin: 0 0 0;
			}
		}
	}
}

/* 960px以上のデザイン */
@media screen and (min-width: 960px) {

	/* 画像 */
	.image_wrap {
		width: 100%;
	}

	/* アコーディオンボタン使用不可 */
	.summary-pe {
		pointer-events: none;
	}

	.details-summary-font {
		color: #444;
		font-size: 24px;
		font-weight: bold;
	}

	.details-summary {
		position: relative;
		display: inline-block;
		border-bottom: 2px solid #0099ff;

		&:hover {
			cursor: pointer;
			opacity: 0.8;
		}
	}

	.details-summary::-webkit-details-marker {
		display: none;
	}

	.details-content {
		padding: 20px;

		p {
			margin: 0 0 20px;
			color: #000;
			font-size: 18px;
			text-align: left;

			&:last-of-type {
				margin: 0 0 0;
			}
		}
	}
}

/* 1199px以下のデザイン */
@media screen and (max-width: 1199px) {

	.cmn_box01v h4.intro_title {
		height: 4em;
	}
}

/* 499px以下のデザイン */
@media screen and (max-width: 499px) {

	.cmn_box01v h4.intro_title {
		height: unset;
	}
}

/* 767px以下のデザイン(タブレット以下(bootstrapのmd)) */
@media screen and (max-width: 767px) {

	.pdct-tile .cmn_box01v h4.intro_title {
		height: unset;
	}

	.invisible-sp {
		display: none !important;
	}
}

/* 768px以上のデザイン */
@media screen and (min-width:768px) {

	.invisible-pc {
		display: none !important;
	}
}

/* 画像 */
#topTitle .sltn-top-image {
	position: relative;
	background: url(/info/img/sltn/pic_sltn_top_bg.jpeg) no-repeat center center;
	background-size: cover;
	height: 0;
	padding-top: calc(1180 / 2000 * 55%);
	margin-top: 1rem;
}

#topTitle .sltn-top-image h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 2.25rem;
	text-align: center;
	line-height: 1.2;
	white-space: nowrap;
	color: #09f;
	background: rgba(255, 255, 255, 0.8);
	padding: 1rem 1.75rem;
}

/************************** 
  ボックス周り
***************************/
.cmn_box01v {
	/* height: 100%; */
	width: 100%;
	background: rgb(255 255 255 / 70%);
	background: rgba(255, 255, 255, 0.7);
	/* for IE */
	box-shadow: 1px 1px 4px #c3c3c3;
	margin: 0 0 4px 0;
	padding: 0 0 2rem;
	border-radius: 10px;
}

.cmn_box01v h4.intro_title::after {
	content: '';
	position: absolute;
	left: 45%;
	bottom: 0px;
	display: inline-block;
	width: 90%;
	height: 2px;
	background-color: #1a3be3;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cmn_box01v h4.intro_title {
	padding: 20px 10px 10px 10px;
	text-align: left;
	position: relative;
	font-size: 1.1em;
	color: black;
}

.cmn_box01v .intro_text {
	padding: 10px;
	min-height: 130px;
	/* jp,cn */
}

/************************** 
  グリッド周り
***************************/
.cmn_grid_row {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
}

.cmn_grid_col01 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: #09f;
	color: white;
	border: 1px;
	border-color: #09f;
	border-style: solid;
}

.cmn_grid_col02 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: white;
	color: #09f;
	border: 1px;
	border-color: #09f;
	border-style: solid;
}

button.action_button01:disabled {
	background-color: #748AF8;
	cursor: default;
}

form.sltn_top_form {
	margin: 0.5rem;
}

.paging-center {
	text-align: center;
	display: block;
}

.sltn_case_example_link {
	cursor: pointer;
}

.div-cat {
	font-size: 0.85rem;
}

.div_article_content {
	margin: 15px;
}

.img_article_content {
	max-width: 540px;
}

.img_article_content_seihin {
	width: 146px;
	height: 145px;
}

.div_content_link {
	position: relative;
	margin: auto;
}

/************************** 
  slick関連 
***************************/
.slider {
	width: 100%;
	display: flex;
}

.slider li {
	height: 100%;
	margin-right: 2px;
	margin-left: 2px;
}

.slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slick-dots {
	left: 50%;
	transform: translateX(-50%);
}

.slick-arrow {
	z-index: 5;
	opacity: 1;
}

.slick-arrow.slick-prev {
	top: 50%;
	left: -3%;
}

.slick-arrow.slick-next {
	top: 50%;
	right: 1.5%;
}

.slick-track {
	min-width: 960px;
}

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

	.slick_img {
		min-width: 271px;
	}
}

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

	.slick_img {
		min-width: 316px;
	}
}

.seihin_margin {
	margin: 0.5rem;
}

.div_content_center {
	justify-content: center;
}

.div_text_center {
	text-align: center;
}

.div_gutter_0 {
	--bs-gutter-x: 0;
}

.div_padding_0 {
	padding: 0rem;
}

.div_search_result {
	margin: 1rem;
	padding-left: 2rem;
}

.disp_inline-block {
	display: inline-block;
}

.width_500 {
	width: 500px;
}

.width_auto {
	width: auto;
	height: auto;
}
.p_margin_left_20 {
	margin-left: 20px;
	margin-right: 20px;
}

.rice_category_head {
	display: table-cell;
}

li.no01_i.border_box {
	box-sizing: border-box;
	border: solid 1px #B3B3B3;
	width: 160px;
	padding-left: 0em;
	margin-left: 0px;
	text-indent: 0;
}

li.no01_i.border_box_blue {
	box-sizing: border-box;
	border: solid 1px #0099ff;
	width: 160px;
	padding-left: 0em;
	margin-left: 0px;
	color: #0099ff;
	text-indent: 0;
}

li.no01_i.font_color_blue::marker {
	color: #0099ff;
	font-size: 1.0em;
}

.div_rice {
	display: flex;
}

.div_center {
	text-align: center;
}

.category_header_text.width_150 {
	width: 150;
}

.counter_container {
	counter-reset: my-counter;
	/* カウンター初期化 */
}

.counter_item::before {
	counter-increment: my-counter;
	/* カウンター増加 */
	content: counter(my-counter) ". ";
	/* 自動番号表示 */
	font-weight: bold;
	margin-right: 0.5rem;
}

.iframe_display {
	display: block;
	margin: 0 auto;
}

.iframe_max-width {
	max-width: 640px;
}

.iframe-top_max-width {
	max-width: 540px;
}

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

	.iframe-top_size {
		height: 230px;
		width: 100%;
	}

	.iframe-top_mt_mb {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
	}

	.iframe_size {
		height: 230px;
		width: 100%;
	}
}

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

	.iframe-top_size {
		height: 264px;
		width: 100%;
	}

	.iframe-top_mt_mb {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
	}

	.iframe_size {
		height: 292px;
		width: 100%;
	}
}

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

	.iframe-top_size {
		height: 240px;
		width: 100%;
	}

	.iframe-top_mt_mb {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
	}

	.iframe_size {
		height: 360px;
		width: 100%;
	}
}

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

	.iframe-top_mt_mb {
		margin-bottom: unset;
		margin-top: unset;
	}

	.iframe-top_size {
		height: 304px;
		width: 100%;
	}
}

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

.no_style {
	width: 200px;
	margin-left: 1.25rem;
}


/*Top関連する業界・設備への導入事例*/
.examples {
	font-size: 17px;
	font-weight: bold;
}

@media screen and (max-width:450px) {
	.exGyokai {
		max-width: 200px;
	}

	.disp_inline-block {
		width: 100%;
	}
	
	.pagination_button li {
		min-width: 30px;
	}

	.pagination_button li a {
		min-width: 30px;
	}
}

/*base_sltn1,2関連する業界・設備への導入事例*/
@media screen and (min-width:768px) {
	.toggle_button01 {
		max-width: 300px;
	}
}

/* 製麺　チェーン交換サイクルの図 */
.outer-oval {
	width: 100%;
	margin: 3rem 0;
	height: auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 0 5rem 0;
	box-sizing: border-box;
}
.top-oval {
	background: #ffffff;
	color: #f18700;
	padding: 1rem 2rem;
	border-radius: 50px;
	border: 2px solid #f18700;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	min-width: 50%;
}
.center-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	width: 100%;
}
.middle-top {
	border: 4px solid #ffffff;
	color: #ffffff;
	border-radius: 50px;
	font-weight: bold;
	width: 25%;
	text-align: center;
	font-size:clamp(12px,1.2vw,18px);
	padding: 2% 1%;
}
.middle-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2%;
	flex-wrap: wrap;
	width: 100%;
}
.side {
	border-radius: 50px;
	font-weight: bold;
	color: #ffffff;
	border: 4px solid #ffffff;
	width: 25%;
	text-align: center;
	font-size:clamp(12px,1.2vw,18px);
	padding: 2% 1%;
}
.center {
	background: #555555;
	border: 4px solid #ffffff;
	color: #ffffff;
	border-radius: 50px;
	font-weight: bold;
	width: 25%;
	text-align: center;
	font-size:clamp(12px,1.2vw,18px);
	padding: 2% 1%;
}
/* ===== 矢印 ===== */
.arrow {
	width: 0;
	height: 0;
}

.arrow-up {
	border-left: clamp(8px, 1vw, 10px) solid transparent;
	border-right: clamp(8px, 1vw, 10px) solid transparent;
	border-bottom: clamp(10px, 1.5vw, 15px) solid #555555;
}
.arrow-left {
	border-top: clamp(8px, 1vw, 10px) solid transparent;
	border-bottom: clamp(8px, 1vw, 10px) solid transparent;
	border-right: clamp(10px, 1.5vw, 15px) solid #555555;
}
.arrow-right {
	border-top: clamp(8px, 1vw, 10px) solid transparent;
	border-bottom: clamp(8px, 1vw, 10px) solid transparent;
	border-left: clamp(10px, 1.5vw, 15px) solid #555555;
}