@charset "utf-8";


/*** Products Page Styles ***/


/* Index Page Styles
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Title
------------------------------------------------------------- */

.product_title_box .section_title {
	font-size: 2.5rem;
	min-height: 90px;
	position: relative;
}

.product_title_box .section_title.jpn_no1 {
	min-height: auto;
}

.product_title_box .section_title.jpn_no1 span {
	display: inline-block;
	margin: 0 12px 4px 0;
	padding: 6px 8px;
	line-height: 1;
	color: #fff;
	background-color: #c21632;
	width: auto;
	position: relative;
	top: auto;
	-webkit-transform : translateY(0);
	transform : translateY(0);
}

.product_title_box .section_title > span {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

.product_title_box .section_title.grain_dryer_title {
	padding-right: 90px;
}

.section_title.grain_dryer_title > span {
	width: calc(100% - 90px);
}

.section_title > span > span.new_model {
	display: block;
	margin: 0 12px 4px 0;
	padding: 0;
	width: auto;
}

.section_title > span > span.new_model > span {
	display: block;
	width: 100%;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	padding: 4px;
	margin: 0;
	line-height: 1;
	font-size: 1.3rem;
	white-space: nowrap;
	border-radius: 4px;
	color: #c21632;
	background-color: transparent;
	border: 1px solid #c21632;
}

.section_title > span.logo_sdmaster {
	width: 70px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 50%;
}

.section_title > span.logo_sdmaster > img {
	width: 100%;
}


/* Openable List
------------------------------------------------------------- */

dl.product_openable_list {
	margin: 0 auto 32px auto;
	padding: 0;
	max-width: 940px;
	border: 1px solid #cacaca;
	background-color: #fff;
}

dl.product_openable_list dt {
	margin: 0;
	padding: 8px 40px 8px 12px;
	font-size: 1.6rem;
	position: relative;
	border-top: 1px solid #cacaca;
	cursor: pointer;
}

dl.product_openable_list dt:first-child {
	border-top: 0;
}

dl.product_openable_list dt::after {
	content: "+";
	color: #ccc;
	line-height: 1;
	font-weight: 400;
	font-size: 40px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -22px;
}

dl.product_openable_list dt.open::after {
	content: "−";
}

dl.product_openable_list dd {
	display: none;
	margin: 0;
	padding: 8px 12px 16px 12px;
}

dl.product_openable_list dd::after {
	content:"";
	display:block;
	clear:both;
}

dl.product_openable_list dd .img_box {
	margin-bottom: 20px;
}

dl.product_openable_list dd > .sub_title {
	font-weight: 700;
	font-size: 1.8rem;
}



/* Why Choose Yamamoto
------------------------------------------------------------- */

.whyYmmt_box > .section_title {
	font-size: 2.5rem;
}

.whyYmmt_box > div {
	margin-bottom: 40px;
}

.whyYmmt_box > div::after {
	content:"";
	display:block;
	clear:both;
}

.whyYmmt_box > div .img_box {
	margin-bottom: 20px;
}

.whyYmmt_box > div .lead_paragraph {
	margin-bottom: 8px;
}



/* Customer Stories
------------------------------------------------------------- */

.customer_box > .section_title {
	font-size: 2.5rem;
}

.customer_box .movie_box {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 24px auto 32px auto;
}

.customer_box .movie_box::before {
	content:"";
	display: block;
	padding-top: 56.25%;
}

.customer_box .movie_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cs_button_box {
	text-align: center;
	padding-top: 8px;
}

/*Swiper*/

.cs_slider_box {
	padding: 0 16px;
}

.swiper-cs_slider .swiper-slide {
	height: auto;
}

.swiper-cs_slider .swiper-slide .customer_img {
	margin-bottom: 12px;
	width: 100%;
	position: relative;
}

.swiper-cs_slider .swiper-slide .customer_img::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.swiper-cs_slider .swiper-slide .customer_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';		/*for IE*/
	position: absolute;
	left: 0;
	top: 0;
}

.swiper-cs_slider .swiper-slide:hover .customer_img img {
	opacity: 0.8;
}

.swiper-cs_slider .swiper-slide .customer_title {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.swiper-cs_slider .swiper-slide .customer_lead {
	margin: 0 0 16px 0;
	padding: 0;
}

/*Swiper PrevNext Button*/

.cs_slider_box .prev-cs_slider,
.cs_slider_box .next-cs_slider {
	position: absolute;
	top: 38%;
	z-index: 10;
	cursor: pointer;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-color: #c21632;
}

.cs_slider_box .prev-cs_slider {
	left: 15px;
}

.cs_slider_box .next-cs_slider {
	right: 15px;
}

.cs_slider_box .prev-cs_slider::after,
.cs_slider_box .next-cs_slider::after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
}

.cs_slider_box .prev-cs_slider::after {
	margin-left: 5px;
}

.cs_slider_box .next-cs_slider:after {
	margin-right: 5px;
}


.cs_slider_box .prev-cs_slider:after {
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
}

.cs_slider_box .next-cs_slider:after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}




/* Sustainability
------------------------------------------------------------- */

.sdgs_box {
	padding-bottom: 40px;
}

.sdgs_box .sdgs_icon_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.sdgs_box .sdgs_icon_list p {
	width: calc(25% - 6px);
	max-width: 120px;
	margin-right: 8px;
	margin-bottom: 12px;
}

.sdgs_box .sdgs_icon_list p:nth-child(4n) {
	margin-right: 0;
}

.sdgs_box .sdgs_icon_list p img {
	width: 100%;
}



/* Details Page Styles
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Device Header
------------------------------------------------------------- */

.device_header::after {
	content:"";
	display:block;
	clear:both;
}

.device_header .section_title {
	position: relative;
}

.device_header .section_title > span {
	position: relative;
}

.device_header .section_title.grain_dryer_title {
	padding-right: 90px;
}

.device_header .section_title > span.logo_sdmaster {
	width: 70px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 50%;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

.device_header .section_title > span.logo_sdmaster > img {
	width: 100%;
}

.device_gallery .img_box {
	margin-bottom: 20px;
}

.device_gallery .img_box a {
	display: block;
	text-align: center;
	max-width: 396px;
	margin: 0 auto;
}

.device_gallery .img_box a:hover,
.device_gallery .img_box a:focus,
.device_gallery .img_box a:active {
	background-color: transparent;
}

.device_gallery .img_box a span {
	display: block;
	text-align: center;
	cursor: pointer;
}

#modal_3d-view {
	width: 360px;
}

#modal_3d-view .modal_contents_box {
	margin-top: 12px;
	padding: 1px;
	border-top: 0;
	min-height: auto;
}

.device_gallery .gallery_btn {
	width: 100%;
	display: flex;
	justify-content: center;
}

.device_gallery .gallery_btn p {
	white-space: nowrap;
	font-size: 1.5rem;
}

.device_gallery .gallery_btn p:first-child {
	margin-right: 80px;
}

.device_gallery .gallery_btn p a {
	cursor: pointer !important;
	color: #c32632;
}

.device_gallery .gallery_btn p a:hover,
.device_gallery .gallery_btn p a:active {
	color: #941e31;
}

.device_gallery .gallery_btn p a img {
	width: 38px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
}

.device_gallery .gallery_btn p a:hover img,
.device_gallery .gallery_btn p a:active img {
	filter: brightness(90%) grayscale(5%) saturate(90%);
}

.device_cont .lead_paragraph {
	font-size: 1.8rem;
}

.device_cont ul.device_tags {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 8px 0;
	display: flex;
	flex-wrap: wrap;
}

.device_cont ul.device_tags li {
	width: calc(33% - 8px);
	height: 46px;
	margin: 0 12px 12px 0;
	border: 1px solid #007ad8;
	border-radius: 4px;
	position: relative;
}

.device_cont ul.device_tags li:nth-child(3n) {
	margin-right: 0;
}

.device_cont ul.device_tags.long_tags li {
	width: calc(50% - 6px);
	min-width: 160px;

}

.device_cont ul.device_tags.long_tags li:nth-child(2n) {
	margin-right: 0 !important;
}

.device_cont ul.device_tags.long_tags li:nth-child(3n) {
	margin-right: 12px;
}

.device_cont ul.device_tags li span {
	display: block;
	width: 100%;
	color: #007ad8;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.3;
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 50%;
	transform : translate(0,-50%);
	-webkit-transform : translate(0,-50%);
}

.device_cont .device_option_tags {
	font-size: 0;
	margin-bottom: 16px;
}

.device_cont .device_option_tags .mini_title {
	margin-bottom: 4px;
}

.device_links_box {
	border-top: 1px solid #cacaca;
	padding: 8px 0;
}

.device_links_box > div {
	margin-bottom: 24px;
}


.device_links_box p {
	margin-bottom: 12px;
	text-align: center;
}

.device_links_box p.btn {
	margin-bottom: 24px;
}



/* Product Features
------------------------------------------------------------- */

.features_box > div {
	margin-bottom: 40px;
}

.features_box > div:last-child {
	margin-bottom: 20px;
}

.features_box > div::after {
	content:"";
	display:block;
	clear:both;
}

.features_box > div .img_box {
	margin-bottom: 20px;
}

.features_box > div .lead_paragraph {
	margin-bottom: 8px;
}



/* Product Dimensions
------------------------------------------------------------- */

/*Swiper Common*/

.dimensionslider_box {
	width: 100%;
	margin: 20px 0;
	position: relative;
}

.dimensionslider_box::after {
	content:"";
	display:block;
	clear:both;
}

.wrapper-dimensionslider {
	position: relative;
}

.wrapper-dimensionslider .swiper_box {
	position: relative;
	width: 100%;
	padding: 0;
	border: 1px solid #dfdfdf;
}

.wrapper-dimensionslider a:hover,
.wrapper-dimensionslider a:active,
.wrapper-dimensionslider a:focus {
	background-color: transparent;
}

.wrapper-dimensionslider .swiper_box .img_box {
	margin: 0;
	padding: 0;
}


/*Swiper Pagination*/

.dimensionslider_box .pagination-dimensionslider {
	width: 100%;
	padding: 50px 0 0 0;
	display: flex;
	justify-content: center;
}

.dimensionslider_box .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	background-color: #878787;
	border-radius: 50%;
	opacity: 1;
	margin-top: -35px;
}

.dimensionslider_box .swiper-pagination-bullet-active {
	background-color: #000;
}


/*Swiper PrevNext Button*/

.dimensionslider_box .prev-dimensionslider,
.dimensionslider_box .next-dimensionslider {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-color: #c21632;
}

.dimensionslider_box .prev-dimensionslider {
	left: 0;
}

.dimensionslider_box .next-dimensionslider {
	right: 0;
}

.dimensionslider_box .prev-dimensionslider:after,
.dimensionslider_box .next-dimensionslider:after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
}

.dimensionslider_box .prev-dimensionslider:after {
	margin-left: 5px;
}

.dimensionslider_box .next-dimensionslider:after {
	margin-right: 5px;
}


.dimensionslider_box .prev-dimensionslider:after {
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
}

.dimensionslider_box .next-dimensionslider:after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}


/*Swiper Note*/

.dimension_note {
	text-align: center;
	font-size: 1.4rem;
	color: #878787;
	padding: 24px 0;
}



/* Product Specifications
------------------------------------------------------------- */

.spec_pc {
	display: none;
}

.spec_both .table_responsive {
	margin: 0 auto 40px auto;
}

.spec_both .spec_table_notes {
	margin: 0 auto 40px auto;
	font-size: 1.5rem;
}

.spec_both .table_responsive + .spec_table_notes {
	margin-top: -32px;
}


table.spec_table tr th,
table.spec_table tr td {
	text-align: center;
	white-space: nowrap;
	padding: 4px 8px;
	line-height: 1.3;
	vertical-align: middle;
	font-size: 1.5rem;
}

table.spec_table tr th {
	color: #fff;
	background-color: #4a4a4a;
	border-top: #4a4a4a solid 1px;
}

table.spec_table tr th.spec_modelname {
	border-right: #dfdfdf 2px solid;
	border-left: #4a4a4a solid 1px;
}

table.spec_table tr th:last-child {
	border-right: #4a4a4a 1px solid;
}

table.spec_table tr:nth-child(2) td {
	border-top: 0;
}

table.spec_table tr td.spec_cate {
	width: 12em;
	font-weight: 700;
	text-align: left;
	background-color: #efefef;
}

.spec_both table.spec_table tr td.spec_cate {
	font-weight: 400;
}

table.spec_table tr td.spec_cate_sub {
	width: 12em;
	text-align: left;
	background-color: #efefef;
}

table.spec_table tr td.spec_unit {
	width: 4.5em;
	background-color: #efefef;
	border-right: #dfdfdf 2px solid;
}

table.spec_table tr td.bg_gray {
	background-color: #f5f5f5;
}

/*Adjust*/

table.spec_table.spec_table_mseparator tr td.spec_cate {
	width: 6em;
}

table.spec_table.spec_table_mseparator tr td.spec_cate_sub {
	width: 8em;
}

table.spec_table.spec_table_whitener tr td.spec_cate {
	width: 10em;
}

table.spec_table.spec_table_whitener tr td.spec_cate_sub {
	width: 6em;
}

table.spec_table.option_table_whitener tr td.spec_cate {
	width: 18em;
}

table.spec_table.physical_table_kapika tr td.spec_cate {
	width: 15em;
}

table.spec_table.physical_table_kapika tr td.spec_unit {
	width: 7em;
}

table.spec_table.moisturemeter_spec_table tr td.spec_cate {
	width: 10em;
}

table.spec_table.moisturemeter_spec_table tr td.spec_cate_sub {
	width: 10em;
}

table.spec_table.moisturemeter_spec_table tr td:last-child {
	text-align: left;
	white-space: normal;
	min-width: 20em;
}



/* Product FAQ
------------------------------------------------------------- */

.faq_box .separate_box > div:last-child {
	margin-bottom: 12px;
}

dl.product_faq_list {
	margin : 16px 0 24px 0;
	border-bottom: 1px solid #cacaca;
}

dl.product_faq_list dt {
	margin: 0;
	padding: 8px 35px 8px 0;
	font-size: 1.6rem;
	position: relative;
	border-top: 1px solid #cacaca;
	cursor: pointer;
}

dl.product_faq_list dt::after {
	content: "";
	width: 32px;
	height: 32px;
	background-image: url(../img/arrow_pulldown.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
}

dl.product_faq_list dt.open::after {
	transform: rotate(180deg);
}

dl.product_faq_list dd {
	display: none;
	margin: 0;
	padding: 0 0 8px 0;
}

dl.product_faq_list dd::after {
	content:"";
	display:block;
	clear:both;
}



/* Product Inquiry
------------------------------------------------------------- */

.inquiry_form_box {
	max-width: 828px;
	margin: 0 auto;
	padding: 8px 0 32px 0;
}



/* GrainDryer Page Styles
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* GrainDryer Title
------------------------------------------------------------- */

.graindryer_link_box {
	margin-bottom: 40px;
}

.graindryer_link_box > div {
	border: 1px solid #dfdfdf;
	margin-bottom: 24px;
	padding: 0;
	position: relative;
	min-height: 200px;
}

.graindryer_link_box > div::after {
	content:"";
	display:block;
	clear:both;
}

.graindryer_link_box > div .img_box {
	width: 40%;
	float: right;
	margin: 0;
	z-index: -1;
}

.graindryer_link_box.shortgrain_link_box > div .img_box {
	padding: 30px 0 20px 0;
}

.graindryer_link_box > div .img_box img {
	width: 100%;
}

.graindryer_link_box > div .paragraph_box {
	width: 60%;
	float: left;
	padding: 24px 0 0 16px;
	z-index: 10;
}

.graindryer_link_box.shortgrain_link_box > div .paragraph_box {
	padding-top: 18px;
}

.graindryer_link_box > div .paragraph_box .article_title {
	font-size: 2.5rem;
	margin-bottom: 4px;
	white-space: nowrap;
}

.graindryer_link_box > div .paragraph_box .lead_paragraph {
	font-size: 2.3rem;
	white-space: nowrap;
}

.graindryer_link_box.shortgrain_link_box > div .paragraph_box .lead_paragraph {
	font-size: 2rem;
}

.graindryer_link_box > div .paragraph_box .btn {
	position: absolute;
	left: 16px;
	bottom: 0;
	display: inline-block;
	width: auto;
	min-width: 10em;
}

.graindryer_link_box.shortgrain_link_box .paragraph_box .new_model {
	display: block;
	margin: 0 12px 8px 0;
	padding: 0;
	width: auto;
}

.graindryer_link_box.shortgrain_link_box .paragraph_box .new_model > span {
	display: block;
	width: 100%;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	padding: 4px;
	margin: 0;
	line-height: 1;
	font-size: 1.3rem;
	white-space: nowrap;
	color: #c21632;
	background-color: transparent;
	border: 1px solid #c21632;
}



/* GrainDryer Batch Table
------------------------------------------------------------- */

.graindryers_batch_table {
	width: 100%;
	margin: 16px 0 24px 0;
	border-bottom: 1px solid #cacaca;
}

.graindryers_batch_table .dryer_type {
	display: none;
}

.graindryers_batch_table > div {
	border-top: 1px solid #cacaca;
	padding: 16px 0;
}

.graindryers_batch_table > div .sub_title {
	font-size: 2.3rem;
	margin-bottom: 8px;
}

.graindryers_batch_table > div .mini_title {
	margin: 16px 0 0 0;
}

.graindryers_batch_table > div img {
	width: 80%;
	max-width: 280px;
	margin: 0 auto;
}



/* GrainDryer Drying Process
------------------------------------------------------------- */

.dryingprocess_box > .section_title {
	font-size: 2.5rem;
}

.dryingprocess_flow_box {
	max-width: 560px;
	padding: 12px 0;
	margin: 0 auto 32px auto;
}

.dryingprocess_flow_box > div::after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-image: url(../img/arrow_gray.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotateZ(90deg);
}

.dryingprocess_flow_box > div:last-child::after {
	display: none;
}

.dryingprocess_flow_box > div > .sub_title {
	font-size: 2.3rem;
	margin-bottom: 4px;
}

.dryingprocess_flow_box > div > .mini_title {
	margin-bottom: 4px;
}

.dryingprocess_flow_box > div > .img_box {
	padding: 12px;
	border: 1px solid #dfdfdf;
	background-color: #f5f5f5;
	margin-bottom: 8px;
}




/* Rice Milling Machines Page Styles
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Rice Milling Machines Title
------------------------------------------------------------- */

.rmm_link_box > div {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

.rmm_link_box > div:last-child {
	border-bottom: 0;
}

.rmm_link_box > div .article_title {
	margin: 16px 0 12px 0;
}


.rmm_link_box > div.inner_border {
	display: none;
}


/* Long Grain Drying Process
------------------------------------------------------------- */

.huskingprocess_flow_box {
	max-width: 560px;
	padding: 12px 0;
	margin: 0 auto 32px auto;
}

.huskingprocess_flow_box > div::after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-image: url(../img/arrow_gray.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotateZ(90deg);
}

.huskingprocess_flow_box > div.btn_grain-dryer .btn {
	margin-bottom: 8px;
}

.huskingprocess_flow_box > div:last-child::after {
	display: none;
}

.huskingprocess_flow_box > div > .sub_title {
	font-size: 2.3rem;
	margin-bottom: 4px;
}

.huskingprocess_flow_box > div > .img_box {
	padding: 12px;
	border: 1px solid #dfdfdf;
	background-color: #f5f5f5;
	margin-bottom: 8px;
}

.huskingprocess_flow_box > div > .img_caption {
	padding: 0 0 8px 0;
}



/* Laboratory Equipment
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Laboratory Equipment Title
------------------------------------------------------------- */

.laboratory_link_box > div {
	border-bottom: 1px solid #cacaca;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 8px;
}

.laboratory_link_box > div:last-child {
	border-bottom: 0;
}

.laboratory_link_box > div .article_title {
	margin: 16px 0 12px 0;
}

.laboratory_title_box .section_title {
	font-size: 2.5rem;
}

.laboratory_link_box > div > .img_box {
	text-align: center;
}

.laboratory_link_box > div > .img_box img {
	max-width: 300px;
	margin: 0 auto;
}


/* Example Milling Recovery Rate Improvement & Profit Simulation
------------------------------------------------------------- */

.MillingRecoveryRate_table .table_default tr th {
	color: #fff;
	background-color: #4a4a4a;
	border-top: #4a4a4a solid 1px;
}

.MillingRecoveryRate_table .table_default tr th:first-child {
	border-left: #4a4a4a solid 1px;
	text-align: left;
}

.MillingRecoveryRate_table .table_default tr th:last-child {
	border-right: #4a4a4a 1px solid;
}

.MillingRecoveryRate_table .table_default tr td.rate_item,
.MillingRecoveryRate_table .table_default tr td.rate_item_sub {
	background-color: #f5f5f5;
}





/* for Small Size
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {


}





/* for Middle Size
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Index Page Styles
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* Title
	------------------------------------------------------------- */

	.product_title_box .section_title br {
		display: none;
	}


	/* Sustainability
	------------------------------------------------------------- */

	.sdgs_box .sdgs_icon_list {
		margin-bottom: 0;
	}

	.sdgs_box .sdgs_icon_list p {
		width: calc(25% - 15px);
		margin-right: 20px;
		margin-bottom: 20px;
	}



	/* Details Page Styles
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* Device Header
	------------------------------------------------------------- */

	#modal_3d-view {
		width: 460px;
	}

	.device_cont ul.device_tags
	.device_cont ul.device_tags.long_tags {
		display: flex;
		flex-wrap: wrap;
	}

	.device_cont ul.device_tags li {
		width: 107px;
		height: 46px;
	}

	.device_cont ul.device_tags li:nth-child(3n) {
		margin-right: 12px;
	}

	.device_cont ul.device_tags.long_tags li {
		width: 160px;
		height: 46px;
	}

	.device_cont ul.device_tags.long_tags li:nth-child(2n) {
		margin-right: 12px !important;
	}



	/* GrainDryer Page Styles
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* GrainDryer Title
	------------------------------------------------------------- */

	.graindryer_link_box {
		display: flex;
	}

	.graindryer_link_box > div {
		width: calc(50% - 20px);
		margin-right: 40px;
		margin-bottom: 0;
	}

	.graindryer_link_box > div:nth-child(2) {
		margin-right: 0;
	}


}





/* for PC-Size
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1000px) {

	/* Index Page Styles
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* Title
	------------------------------------------------------------- */

	.product_title_box .section_title {
		font-size: 4.2rem;
	}

	.section_title > span > span.new_model {
		display: inline-block;
		vertical-align: 8px;
	}

	.section_title > span > span.new_model > span {
		padding: 6px;
		font-size: 1.8rem;
	}


	/* Openable List
	------------------------------------------------------------- */

	dl.product_openable_list dt {
		padding: 12px 80px 12px 40px;
		font-size: 2rem;
	}

	dl.product_openable_list dt::after {
		font-size: 40px;
		right: 25px;
	}

	dl.product_openable_list dd {
		padding: 8px 40px 24px 40px;
	}

	dl.product_openable_list dd .img_box {
		width: 320px;
		float: left;
		margin-right: 20px;
	}

	dl.product_openable_list dd .paragraph_box {
		padding-left: 340px;
	}

	dl.product_openable_list dd > .sub_title {
		font-size: 2.2rem;
	}


	/* Why Choose Yamamoto
	------------------------------------------------------------- */

	.whyYmmt_box > .section_title {
		font-size: 3.9rem;
	}

	.whyYmmt_box > div > .img_box {
		width: 455px;
		margin-bottom: 0;
		float: left;
	}

	.whyYmmt_box > div > .paragraph_box {
		padding-left: 485px;
	}


	/* Customer Stories
	------------------------------------------------------------- */

	.customer_box > .section_title {
		font-size: 3.9rem;
	}

	/*Swiper*/

	.swiper-cs_slider .swiper-slide .customer_img {
		margin-bottom: 8px;
	}

	.swiper-cs_slider .swiper-slide .customer_title {
		margin: 0 0 8px 0;
		font-size: 2.5rem;
	}

	.swiper-cs_slider .swiper-slide .customer_lead {
		margin: 0 0 12px 0;
		padding: 0;
	}

	/*Swiper PrevNext Button*/

	.cs_slider_box .prev-cs_slider {
		left: 30px;
	}

	.cs_slider_box .next-cs_slider {
		right: 30px;
	}




	/* Sustainability
	------------------------------------------------------------- */

	.sdgs_box {
		padding-bottom: 60px;
	}



	/* Details Page Styles
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* Device Header
	------------------------------------------------------------- */

	.device_header {
		position: relative;
	}

	.device_header .section_title {
		float: right;
		width: calc(100% - 432px);
	}

	.device_header .section_title.grain_dryer_title span.color_primary {
		font-size: 3.6rem;
	}

	.device_header .device_gallery {
		float: left;
		order: -1;
	}

/*
	.device_header .device_gallery.pos_top {
		transform: translateY(-80px);
		margin-bottom: -80px;
	}

	.device_header .device_gallery.top {
		top: 0;
	}
*/

	#modal_3d-view {
		width: 530px;
	}

	.device_gallery .gallery_btn p {
		font-size: 1.8rem;
	}

	.device_gallery .gallery_btn p:first-child {
		margin-right: 60px;
	}

	.device_header .device_cont {
		padding-left: 432px;
	}

	.device_cont .lead_paragraph {
		font-size: 2.5rem;
	}

	.device_links_box p {
		text-align: left;
	}


	/* Product Features
	------------------------------------------------------------- */

	.features_box > div > .img_box {
		width: 396px;
		margin-bottom: 0;
		float: left;
	}

	.features_box > div > .paragraph_box {
		padding-left: 432px;
	}

	.features_box.features_box_nonimg > div {
		width: 80%;
		max-width: 828px;
		margin-left: auto;
		margin-right: auto;
	}

	.features_box.features_box_nonimg > div > .paragraph_box {
		padding-left: 0;
	}


	/* Product Dimensions
	------------------------------------------------------------- */

	/*Swiper Common*/

	.swiper-dimensionslider .swiper-slide .img_box a {
		pointer-events: none;
	}

	/*Swiper Pagination*/

	.dimensionslider_box .pagination-dimensionslider {
		padding: 10px 0 0 0;
	}

	/*Swiper Note*/

	.dimension_note {
		display: none;
	}


	/* Product Specifications
	------------------------------------------------------------- */

	.spec_sp {
		display: none;
	}

	.spec_pc {
		display: block;
	}

	.spec_both .table_responsive {
		width: 80%;
		max-width: 828px;
	}

	.spec_both .spec_table_notes {
		width: 80%;
		max-width: 828px;
		font-size: 1.6rem;
	}


	/* Product FAQ
	------------------------------------------------------------- */

	dl.product_faq_list {
		margin : 16px 0 12px 0;
	}



	/* GrainDryer Page Styles
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* GrainDryer Title
	------------------------------------------------------------- */

	.graindryer_link_box > div .paragraph_box {
		padding: 28px 0 0 32px;
	}

	.graindryer_link_box > div .paragraph_box .article_title {
		font-size: 3.9rem;
	}

	.graindryer_link_box > div .paragraph_box .lead_paragraph {
		font-size: 3.1rem;
	}

	.graindryer_link_box.shortgrain_link_box > div .paragraph_box .lead_paragraph {
		font-size: 2.6rem;
	}

	.graindryer_link_box.shortgrain_link_box .paragraph_box .new_model > span {
		font-size: 1.8rem;
	}

	.graindryer_link_box > div .paragraph_box .btn {
		left: 32px;
		bottom: 0;
	}



	/* GrainDryer Batch Table
	------------------------------------------------------------- */

	.graindryers_batch_table {
		height: 600px;
		display: flex;
		border-right: 1px solid #cacaca;
		border-bottom: 1px solid #cacaca;
	}

	.graindryers_batch_table .dryer_type {
		display: flex;
		border-left: 1px solid #cacaca;
		width: 16%;
		font-weight: 700;
		white-space: nowrap;
	}

	.graindryers_batch_table .dryer_type > div {
		position: relative;
	}

	.graindryers_batch_table .dryer_type > div p {
		position: absolute;
		left: 12px;
		top: 50%;
		margin-top: -1.3rem;
	}

	.graindryers_batch_table > div.batch_circulating,
	.graindryers_batch_table > div.flatbed {
		border-top: 1px solid #cacaca;
		border-left: 1px solid #cacaca;
		padding: 0;
		width: 42%;
	}

	.graindryers_batch_table > div > div {
		padding: 8px 12px;
		border-top: 1px solid #cacaca;
	}

	.graindryers_batch_table > div > div:first-child {
		border-top: 0;
	}

	.graindryers_batch_table > div {
		padding: 0;
		display: flex;
		flex-direction: column;
	}

	.graindryers_batch_table > div > div:first-child {
		flex: 1;
		height: 100%;
		min-height: 42%;
	}

	.graindryers_batch_table > div > div:nth-child(2) {
		flex: 1;
		height: 100%;
		min-height: 24%;
	}

	.graindryers_batch_table > div > div:nth-child(3) {
		flex: 1;
		height: 100%;
		min-height: 9.5%;
	}

	.graindryers_batch_table > div > div:nth-child(4) {
		flex: 1;
		height: 100%;
		min-height: 19.5%;
	}

	.graindryers_batch_table > div .mini_title {
		display: none;
	}

	.graindryers_batch_table > div img {
		width: 60%;
		max-width: 180px;
	}


	/* GrainDryer Drying Process
	------------------------------------------------------------- */

	.dryingprocess_box > .section_title {
		font-size: 3.9rem;
	}

	.dryingprocess_flow_box {
		max-width: none;
		display: flex;
	}

	.dryingprocess_flow_box > div {
		width: calc(33.3333% - 53.5px);
		padding-right: 40px;
		background-image: url(../img/arrow_gray.png);
		background-repeat: no-repeat;
		background-position: 99% 15vw;
		background-size: 40px;
	}

	.dryingprocess_flow_box > div:last-child {
		width: 160px;
		padding-right: 0;
		background-image: none;
		position: relative;
	}

	.dryingprocess_flow_box > div::after {
		display: none;
	}

	.dryingprocess_flow_box > div > .sub_title {
		font-size: 1.7rem;
		white-space: nowrap;
	}

	.dryingprocess_flow_box > div > .mini_title {
		margin-bottom: 4px;
	}

	.dryingprocess_flow_box > div > .btn {
		position: absolute;
		left: 0;
		top: 15vw;
		margin-top: 0;
	}

	.dryingprocess_flow_box > div > .btn a {
		font-size: 1.4rem;
		white-space: nowrap;
		padding: 0;
		width: 160px;
	}


	/* Rice Milling Machines Page Styles
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* Rice Milling Machines Title
	------------------------------------------------------------- */

	.rmm_link_box {
		display: flex;
		flex-wrap: wrap;
	}

	.rmm_link_box > div {
		width: calc(33.3333% - 24px);
		border-bottom: 0;
		padding: 20px 0 0 0;
		margin: 0 36px 20px 0;
	}

	.rmm_link_box > div:nth-child(3),
	.rmm_link_box > div:nth-child(4),
	.rmm_link_box > div:nth-child(7) {
		margin-right: 0;
	}


	.rmm_link_box > div.inner_border {
		display: block;
		width: 100%;
		margin-bottom: 8px;
	}


	/* Long Grain Drying Process
	------------------------------------------------------------- */

	.huskingprocess_flow_box {
		max-width: none;
		display: flex;
		flex-wrap: wrap;
	}

	.huskingprocess_flow_box > div {
		width: calc(25% + 20px);
		padding-right: 60px;
		background-image: url(../img/arrow_gray.png);
		background-repeat: no-repeat;
		background-position: 96% 55%;
		background-size: 40px;
	}

	.huskingprocess_flow_box > div .img_box {
		width: 100%;
		height: calc(100% - 80px);
		position: relative;
	}

	.huskingprocess_flow_box > div:nth-child(5),
	.huskingprocess_flow_box > div:nth-child(6) {
		width: calc(25% - 60px);
		padding-right: 0;
		background-image: none;
		position: relative;
	}

	.huskingprocess_flow_box > div::after {
		display: none;
	}

	.huskingprocess_flow_box > div > .sub_title {
		font-size: 1.7rem;
		white-space: nowrap;
	}

	.huskingprocess_flow_box > div.btn_grain-dryer {
		width: 100%;
		background-image: none;
	}

	.huskingprocess_flow_box > div.btn_grain-dryer > .btn {
		font-size: 1.4rem;
		white-space: nowrap;
		width: calc(25% - 26px);
	}

	.huskingprocess_flow_box > div.btn_grain-dryer::after {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 0 12px 10%;
		background-image: url(../img/arrow_gray.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		transform: rotateZ(90deg);
	}

	.huskingprocess_flow_box > div:nth-child(2),
	.huskingprocess_flow_box > div:nth-child(3),
	.huskingprocess_flow_box > div:nth-child(4),
	.huskingprocess_flow_box > div:nth-child(5) {
		margin-bottom: 40px;
	}

	.huskingprocess_flow_box > div:nth-child(5)::after {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 auto;
		background-image: url(../img/arrow_gray.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		transform: rotateZ(90deg);
	}

	.huskingprocess_flow_box > div:nth-child(6) {
		order: 9;
	}

	.huskingprocess_flow_box > div:nth-child(7) {
		order: 8;
		background-image: url(../img/arrow_gray_l.png);
	}

	.huskingprocess_flow_box > div:nth-child(8) {
		order: 7;
		background-image: url(../img/arrow_gray_l.png);
	}

	.huskingprocess_flow_box > div:nth-child(9) {
		order: 6;
		background-image: url(../img/arrow_gray_l.png);
	}



	/* Laboratory Equipment
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* Laboratory Equipment Title
	------------------------------------------------------------- */

	.laboratory_title_box .section_title {
		font-size: 4.2rem;
	}

	.laboratory_link_box > div {
		display: flex;
	}

	.laboratory_link_box > div > .img_box {
		width: calc(50% - 30px);
		margin-bottom: 28px;
		order: 2;
	}

	.laboratory_link_box > div > .img_box img {
		max-width: 480px;
	}

	.laboratory_link_box > div > .paragraph_box {
		width: calc(50% - 30px);
		margin-right: 60px;
		margin-bottom: 0;
		order: 1;
	}




}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1260px) {

	/* Details Page Styles
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* Device Header
	------------------------------------------------------------- */

	.device_cont .device_option_tags .mini_title {
		display: inline-block;
		margin-right: 8px;
	}

	.device_links_box {
		display: flex;
	}

	.device_links_box > div {
		width: calc(50% - 30px);
		margin: 0 60px 0 0;
	}

	.device_links_box > div:last-child {
		padding-top: 12px;
		margin-right: 0;
	}


	/* Product Specifications
	------------------------------------------------------------- */

	.spec_pc table.spec_table th,
	.spec_pc table.spec_table td,
	.spec_both table.spec_table th,
	.spec_both table.spec_table td {
		font-size: 1.6rem;
	}



	/* GrainDryer Page Styles
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* GrainDryer Drying Process
	------------------------------------------------------------- */

	.dryingprocess_flow_box > div {
		padding-right: 60px;
		background-position: 99% 38%;
		background-size: 60px;
	}

	.dryingprocess_flow_box > div > .sub_title {
		font-size: 2rem;
		white-space: nowrap;
	}

	.dryingprocess_flow_box > div > .btn {
		top: 38%;
		margin-top: -10px;
	}




}





/*** Print Styles ***/

@media print{

	/* Index Page Styles
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* Openable List
	------------------------------------------------------------- */

	dl.product_openable_list dd .img_box {
		width: 240px;
	}

	dl.product_openable_list dd .paragraph_box {
		padding-left: 260px;
	}


	/* Why Choose Yamamoto
	------------------------------------------------------------- */

	.whyYmmt_box > div > .img_box {
		width: 300px;
	}

	.whyYmmt_box > div > .paragraph_box {
		padding-left: 330px;
	}



	/* Details Page Styles
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* Device Header
	------------------------------------------------------------- */

	.device_header .section_title {
		padding-left: 0;
		float: none;
		width: 100%;
	}

	.device_header .device_gallery {
		float: none;
		position: relative;
		left: 0;
		top: 0;
	}
/*
	.device_header .device_gallery.pos_top {
		transform: translateY(0);
		margin-bottom: 0;
	}
*/
	.device_header .device_cont {
		padding-left: 0;
	}


	/* Product Features
	------------------------------------------------------------- */

	.features_box > div > .img_box {
		width: 280px;
	}

	.features_box > div > .paragraph_box {
		padding-left: 310px;
	}


	/* Product Specifications
	------------------------------------------------------------- */

	.spec_sp {
		display: none;
	}

	.spec_pc {
		display: block;
	}

	.spec_both .table_responsive {
		width: 100%;
		max-width: none;
	}

	.spec_both .spec_table_notes {
		width: 100%;
		max-width: none;
	}


	/* Product Dimensions
	------------------------------------------------------------- */

		.wrapper-dimensionslider .swiper_box .img_box img {
			width: 70%;
			margin: 0 auto;
	}


	/* GrainDryer Page Styles
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	/* GrainDryer Drying Process
	------------------------------------------------------------- */

	.dryingprocess_box {
		page-break-before: always;
	}

	.dryingprocess_flow_box {
		flex-wrap: wrap;
	}

	.dryingprocess_flow_box > div {
		width: 50%;
		padding: 0 60px 0 0;
		margin-bottom: 20px;
	}

	.dryingprocess_flow_box > div:last-child {
		width: 50%;
	}


}


