@charset "UTF-8";

/*
 * 個別ページのスタイル
 * を記載
 */

/* ==========================================================
[ Page CSS - Contents ]

Index
Company
-- Index
-- Greeting
-- History
-- Recruit
---- Index
---- Thanks
Contact
-- Index
Factory-tour
-- Index
News
-- Archive
-- Single
Privacy
-- Index
Products
-- Single
Safety
-- Index
Terms
-- Index
========================================================== */

/* ---------------------------------------------
*  Index
--------------------------------------------- */
/*  contents
--------------------------------------------- */
.page_index .contents {
	margin-top: 0;
}

/*  index_introduction
--------------------------------------------- */
.index_introduction {
	position: relative;
	border-bottom: 2px solid #bd9f66;
	background: url(/img/pc/common/bg_mesh.png) 0 0 repeat;
	margin-bottom: 132px;
}
.index_introduction .container {
	padding: 15px 114px 74px 100px;
}
@media screen and (max-width: 738px) {
	.index_introduction {
		background: none;
		border-bottom: 0;
		margin-bottom: 8.75%;
	}
	.index_introduction:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 0;
		padding-top: 180%;
		overflow: hidden;
		border-bottom: 2px solid #bd9f66;
		background: url(/img/pc/common/bg_mesh.png) 0 0 repeat;
	}
	.index_introduction .container {
		padding: 7.8125% 0 0 0;
	}
}

/* -- index_introduction_lead -- */
.index_introduction_lead {
	float: right;
	width: 320px;
	padding-top: 366px;
	background: url(/img/pc/index/img_keyvisual.png) 0 0 no-repeat;
	background-size: contain;
	margin: 25px 0 0 9px;
}
@media screen and (max-width: 738px) {
	.index_introduction_lead {
		float: none;
		width: 71.407%;
		padding-top: 61.096%;
		background: url(/img/sp/index/img_keyvisual.png) 0 0 no-repeat;
		background-size: contain;
		margin: 0 auto;
	}
}

/* -- index_introduction_figure -- */
.index_introduction_figure {
	float: right;
	width: 311px;
}
@media screen and (max-width: 738px) {
	.index_introduction_figure {
		float: none;
		width: 79.532%;
		margin: -10% auto 0;
		text-align: center;
	}
}

/* -- index_lineup -- */
.index_introduction_lineup {
	position: absolute;
	bottom: -120px;
	left: 50%;
	box-sizing: border-box;
	width: 986px;
	margin-left: -493px;
}
@media screen and (max-width: 738px) {
	.index_introduction_lineup {
		position: static;
		bottom: auto;
		left: auto;
		width: 100%;
		margin: -5% auto 20%;
	}
}

/* item_slide */
.index_introduction_lineup .item_slide {
	margin: 0 18px;
}

/* item_link */
.index_introduction_lineup .item_slide .item_link {
	position: relative;
	outline: 0;
	display: block;
}
.index_introduction_lineup .item_slide.skin_new .item_link:before {
	content: "";
	position: absolute;
	top: -30px;
	right: -8px;
	width: 63px;
	height: 39px;
	background: url(/img/sp/index/icon_new.png) 0 0 no-repeat;
	background-size: contain;
}

/* -- slick (override) -- */
.index_introduction_lineup .slick-list {
	padding-top: 43px !important;
}
.index_introduction_lineup .slick-prev {
	left: -65px;
}
.index_introduction_lineup .slick-prev:before {
	right: 50%;
	margin-right: -14px;
}
.index_introduction_lineup .slick-next {
	right: -65px;
}
.index_introduction_lineup .slick-next:before {
	left: 50%;
	margin-left: -14px;
}
@media screen and (max-width: 738px) {
	.index_introduction_lineup .slick-prev,
	.index_introduction_lineup .slick-next {
		top: auto;
		bottom: -100px;
		height: 33%;
	}
	.index_introduction_lineup .slick-prev {
		left: 0;
	}
	.index_introduction_lineup .slick-next {
		right: 0;
	}
}

/* -- index_introduction_news -- */
.index_introduction_news {
	float: right;
	box-sizing: border-box;
	width: 326px;
	height: 352px;
	padding: 8px 15px 5px;
	background-color: #fff;
	margin: 22px 20px 0 0;
}
@media screen and (max-width: 738px) {
	.index_introduction_news {
		float: none;
		width: 87.5%;
		height: 255px;
		padding: 0;
		overflow-y: hidden;
		margin: 0 auto;
	}
}

/* index_introduction_news_head */
.index_introduction_news_head {
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}

/* item_title */
.index_introduction_news_head .item_title {
	float: left;
	position: relative;
	padding-top: 5px;
	font-size: 133.334%;
}
.index_introduction_news_head .item_title:before {
	content: "";
	position: absolute;
	top: 0;
	left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #f51e00 transparent transparent transparent;
}
.index_introduction_news_head .item_link {
	float: right;
	display: block;
	color: #809fe6;
	margin-top: 7px;
}
@media screen and (max-width: 738px) {
	.index_introduction_news_head .item_title {
		padding-left: 2.68%;
	}
	.index_introduction_news_head .item_title:before {
		left: 0;
	}
	.index_introduction_news_head .item_link {
		margin-top: 9px;
	}
}

/* index_introduction_news_body */
.index_introduction_news_body {
	box-sizing: border-box;
	height: 286px;
	overflow-y: scroll;
}
@media screen and (max-width: 738px) {
	.index_introduction_news_body {
		height: 205px;
	}
}

/* item_list */
.index_introduction_news_body .item_list {
	padding-bottom: 8px;
	border-bottom: 1px solid #b4b4b4;
	margin-top: 10px;
}
.index_introduction_news_body .item_list:last-child {
	border-bottom: 0;
}
.index_introduction_news_body .item_lists .item_meta {
	display: block;
	margin-bottom: 2px;
}
.index_introduction_news_body .item_lists .item_label {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 5px 3px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: #f51e00;
}
.index_introduction_news_body .item_lists .item_pubdate {
	display: inline-block;
	vertical-align: middle;
	color: #646464;
	font-size: 83.334%;
}
.index_introduction_news_body .item_lists .item_link {
	display: block;
	line-height: 1.25;
	font-size: 91.667%;
}
.index_introduction_news_body .item_lists .item_link a {
	color: #000;
	text-decoration: underline;
}
.index_introduction_news_body .item_lists .item_link a:hover {
	text-decoration: none;
}

/*  index_sp_image
--------------------------------------------- */
@media screen and (max-width: 738px) {
	.index_sp_image {
		width: 100%;
		height: 0;
		padding-top: 242.03125%;
		background: url(/img/sp/index/img_history_large.png) center center no-repeat;
		background-size: 100% auto;
		overflow: hidden;
	}
}

/*  index_name_origin
--------------------------------------------- */
.index_name_origin {
	background-color: #dcdcdc;
}
.index_name_origin .container {
	padding: 56px 154px 46px 100px;
}
@media screen and (max-width: 738px) {
	.index_name_origin .container {
		padding: 7.032% 6.564% 46px 9.688%;
	}
}

/* -- index_name_origin_head -- */
.index_name_origin .index_name_origin_head {
	float: right;
	margin-top: 48px;
}
@media screen and (max-width: 738px) {
	.index_name_origin .index_name_origin_head {
		float: none;
		position: relative;
		margin: 0 0 -8% 0;
	}
}

/* item_title */
.index_name_origin .index_name_origin_head .item_title {
	width: 227px;
	padding-top: 129px;
	background-image: url(/img/sp/index/title_name.png);
}
@media screen and (max-width: 738px) {
	.index_name_origin .index_name_origin_head .item_title {
		width: 50.747%;
		padding-top: 28.92%;
		margin-left: auto;
	}
}

/* -- index_name_origin_body -- */
.index_name_origin_body {
	float: left;
}
@media screen and (max-width: 738px) {
	.index_name_origin_body {
		float: none;
	}
}

/* item_figure */
.index_name_origin_body .item_figure {
	float: left;
	width: 344px;
	margin-top: 5px;
	margin-right: 38px;
}
@media screen and (max-width: 738px) {
	.index_name_origin_body .item_figure {
		float: none;
		width: 73.882%;
		margin-top: 0;
		margin-right: auto;
	}
}

/* item_text */
.index_name_origin_body .item_text {
	float: left;
	width: 288px;
	padding-top: 262px;
	background-image: url(/img/sp/index/text_name.png);
}
@media screen and (max-width: 738px) {
	.index_name_origin_body .item_text {
		float: none;
		width: 80.973%;
		padding-top: 73.51%;
		margin: 0 auto;
	}
}

/*  index_history
--------------------------------------------- */
.index_history .container {
	padding: 40px 90px 44px 134px;
}
@media screen and (max-width: 738px) {
	.index_history {
		margin-bottom: 7%;
	}
	.index_history .container {
		padding: 0;
	}
}

/* -- index_history_right -- */
.index_history_right {
	float: right;
}
@media screen and (max-width: 738px) {
	.index_history_right {
		float: none;
	}
}

/* item_massage */
.index_history_right .item_massage {
	margin-top: -80px;
}
.index_history_right .item_massage .item_text {
	width: 344px;
	padding-top: 192px;
	background-image: url(/img/sp/index/text_history.png);
	background-position: center 0;
	background-size: 272px auto;
	margin-top: 18px;
}
@media screen and (max-width: 738px) {
	.index_history_right .item_massage {
		position: static;
	}
	.index_history_right .item_massage .item_figure {
		text-align: center;
	}
	.index_history_right .item_massage .item_text {
		width: 62.65625%;
		padding-top: 42.657%;
		background-size: contain;
		margin: 5.4% auto 0;
	}
}

/* -- index_history_left -- */
.index_history_left {
	float: left;
}
@media screen and (max-width: 738px) {
	.index_history_left {
		float: none;
		width: 87.96875%;
		margin: 0 auto;
	}
}

/* item_title */
.index_history_left .item_title {
	position: absolute;
	font-size: 200%;
	padding-top: 15px;
}
@media screen and (max-width: 738px) {
	.index_history_left .item_title {
		position: static;
		text-align: center;
		font-size: 125%;
		padding-top: 7%;
		margin-bottom: 5%;
	}
}

/* item_figure */
@media screen and (max-width: 738px) {
	.index_history_left .item_figure {
		text-align: center;
	}
}

/* item_lists */
.index_history_left .item_lists {
	margin-top: 7px;
}
.index_history_left .item_lists .item_list {
	display: table;
	width: 100%;
}
.index_history_left .item_lists .item_year {
	display: table-cell;
	width: 128px;
}
.index_history_left .item_lists .item_event {
	display: table-cell;
	line-height: 2;
}
.index_history_left .item_link_wrapper {
	text-align: right;
}
.index_history_left .item_link {
	font-size: 133.334%;
	color: #809fe6;
	text-decoration: underline;
}
.index_history_left .item_link:hover {
	text-decoration: none;
}
@media screen and (max-width: 738px) {
	.index_history_left .item_lists {
		margin-top: 3.5%;
	}
	.index_history_left .item_lists .item_list {
		margin-top: 1.5%;
	}
	.index_history_left .item_lists .item_list:first-child {
		margin-top: 0;
	}
	.index_history_left .item_link_wrapper {
		padding-right: 2.844%;
		margin-top: 6.2%;
	}
	.index_history_left .item_link {
		font-size: 141.667%;
	}
}

/*  index_pickup
--------------------------------------------- */
/* -- item_slider -- */
.index_pickup .item_slider {
	margin-bottom: 63px;
}
.index_pickup .item_slider .item_slide {
	display: block;
}
@media screen and (max-width: 738px) {
	.index_pickup .item_slider {
		margin-bottom: 7.5%;
	}
}

/* skin */
.index_pickup .item_slider.skin_pc_none {
	display: none !important;
}
.index_pickup .item_slider.skin_sp_none {
	display: block !important;
}
@media screen and (max-width: 738px) {
	.index_pickup .item_slider.skin_pc_none {
		display: block !important;
	}
	.index_pickup .item_slider.skin_sp_none {
		display: none !important;
	}
}

/* slick (override) */
@media screen and (max-width: 738px) {
	.index_pickup .slick-prev:before,
	.index_pickup .slick-next:before {
		bottom: 2px;
	}
	.index_pickup .slick-prev:before {
		right: auto;
		left: 0;
	}
	.index_pickup .slick-next:before {
		right: 0;
		left: auto;
	}
	.index_pickup .slick-slide img {
		width: 100%;
	}
}

/* -- item_link_lists -- */
.index_pickup .item_link_lists {
	letter-spacing: -0.4em;
	text-align: center;
	margin-bottom: 34px;
}
.index_pickup .item_link_list {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.index_pickup .item_link_list .item_link {
	width: 496px;
	padding-top: 298px;
}
@media screen and (max-width: 738px) {
	.index_pickup .item_link_lists {
		margin-bottom: 7.5%;
	}
	.index_pickup .item_link_list {
		display: block;
	}
	.index_pickup .item_link_list .item_link {
		width: 81.40625%;
		padding-top: 48.908%;
		margin: 0 auto;
	}
}

/* skin */
.index_pickup .item_link_list.item_link_list_01 {
	margin-right: 22px;
}
.index_pickup .item_link_list.item_link_list_01 .item_link {
	background-image: url(/img/sp/index/img_safety.png);
}
.index_pickup .item_link_list.item_link_list_02 .item_link {
	background-image: url(/img/sp/index/img_factory.png);
}
@media screen and (max-width: 738px) {
	.index_pickup .item_link_list.item_link_list_01 {
		margin-right: 0;
		margin-bottom: 5%;
	}
}

/* ---------------------------------------------
*   Company - Index
--------------------------------------------- */
/*  company_table
--------------------------------------------- */
.company_table {
	margin: 5px 0 30px;
}
@media screen and (max-width: 738px) {
	.company_table {
		margin: 3.5% 0 5%;
	}
}

/* -- item_table -- */
.company_table .item_table {
	width: 100%;
	border: 1px solid #d5f0e3;
}
.company_table .item_table th,
.company_table .item_table td {
	box-sizing: border-box;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #d5f0e3;
}
.company_table .item_table tr:first-child th,
.company_table .item_table tr:first-child td {
	border-top: 0;
}
.company_table .item_table th {
	width: 91px;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #f2f2f2;
}
.company_table .item_table td {
	padding-right: 18px;
	padding-left: 18px;
}
@media screen and (max-width: 738px) {
	.company_table .item_table {
		width: 90%;
		margin: 0 auto;
	}
	.company_table .item_table th {
		width: 19.4%;
		padding-right: 3.133%;
		padding-left: 3.133%;
	}
	.company_table .item_table td {
		padding-right: 3.305%;
		padding-left: 3.305%;
	}
}

/* item_office */
.company_table .item_office + .item_office {
	margin-top: 12px;
}
.company_table .item_office .item_name {
	display: inline-block;
	vertical-align: top;
}
.company_table .item_office .item_name:after {
	content: ":";
}
.company_table .item_office .item_name .replacement_of_nbsp {
	color: transparent;
}
.company_table .item_office .item_description {
	display: inline-block;
	vertical-align: top;
}
.company_table .item_office .item_info {
	display: block;
	line-height: 1.75;
}
.company_table .item_office .item_link {
	display: inline-block;
	color: #f15a24;
	padding-left: 10px;
	background: url(/img/sp/company/index/arrow_orange_s.png) 0 center no-repeat;
	background-size: 8px auto;
	margin-left: 18px;
}
@media screen and (max-width: 738px) {
	.company_table .item_office {
		position: relative;
	}
	.company_table .item_office .item_name {
		display: block;
	}
	.company_table .item_office .item_description {
		display: block;
	}
	.company_table .item_office .item_link {
		position: absolute;
		top: 0;
		left: 5.2em;
		display: inline-block;
		line-height: 1.5;
		margin-left: 0;
	}
}

/*  company_link_lists
--------------------------------------------- */
.company_link_lists {
	overflow: hidden;
}

/* -- item_list -- */
.company_link_lists .item_list.item_list_01 {
	float: left;
}
.company_link_lists .item_list.item_list_02 {
	float: right;
}
@media screen and (max-width: 738px) {
	.company_link_lists .item_list.item_list_01,
	.company_link_lists .item_list.item_list_02 {
		float: none;
	}
	.company_link_lists .item_list.item_list_01 {
		margin-bottom: 2.97%;
	}
}

/* item_link */
.company_link_lists .item_link {
	box-sizing: border-box;
	display: block;
	width: 336px;
	color: #f15a24;
	font-size: 141.667%;
	padding: 2px 8px;
	border: 1px solid #d5f0e3;
}
.company_link_lists .item_link:hover {
	text-decoration: none;
}
.company_link_lists .item_link_inner {
	display: inline-block;
	padding-right: 15px;
	background: url(/img/sp/company/index/arrow_orange_l.png) 100% center no-repeat;
	background-size: 12px auto;
}
@media screen and (max-width: 738px) {
	.company_link_lists .item_link {
		width: 90%;
		margin: 0 auto;
	}
}

/* ---------------------------------------------
*   Company - Greeting
--------------------------------------------- */
/*  company_greeting
--------------------------------------------- */
.company_greeting {
	margin-top: 15px;
}
@media screen and (max-width: 738px) {
	.company_greeting {
		width: 90.625%;
		margin: 7% auto 0;
	}
}

/* -- item_text -- */
.company_greeting .item_text {
	line-height: 1.75;
}
.company_greeting .item_text + .item_text {
	margin-top: 22px;
}
@media screen and (max-width: 738px) {
	.company_greeting .item_text {
		font-size: 91.667%;
	}
	.company_greeting .item_text + .item_text {
		margin-top: 8%;
	}
}

/* -- item_signature -- */
.company_greeting .item_signature {
	text-align: right;
	margin-top: 25px;
}

/* item_position */
.company_greeting .item_signature .item_position {
	display: block;
}
@media screen and (max-width: 738px) {
	.company_greeting .item_signature .item_position {
		line-height: 1.5;
		font-size: 91.667%;
	}
}

/* item_name */
.company_greeting .item_signature .item_name {
	display: block;
	font-size: 183.334%;
	font-weight: bold;
}
@media screen and (max-width: 738px) {
	.company_greeting .item_signature .item_name {
		font-size: 166.667%;
	}
}

/* ---------------------------------------------
*   Company - History - Single
--------------------------------------------- */
/*  company_history (override module_tick_slider)
--------------------------------------------- */
/* -- item_slide -- */
/* item_link */
.company_history.module_tick_slider .item_slide .item_link:after {
	content: "~";
}

/*  company_history_lists_wrapper
--------------------------------------------- */
.company_history_lists_wrapper {
	padding: 28px 12px;
}
@media screen and (max-width: 738px) {
	.company_history_lists_wrapper {
		padding: 8% 1.6%;
	}
}

/* -- item_list -- */
.company_history_lists .item_list {
	display: table;
	width: 100%;
	line-height: 1.75;
	margin-top: 12px;
}
.company_history_lists .item_list:first-child {
	margin-top: 0;
}
@media screen and (max-width: 738px) {
	.company_history_lists .item_list {
		display: block;
		margin-top: 5.3%;
	}
}

/* item_when */
.company_history_lists .item_list .item_when {
	display: table-cell;
	vertical-align: top;
	width: 80px;
	letter-spacing: -0.4em;
	font-weight: bold;
}
.company_history_lists .item_list .item_year {
	display: inline-block;
	width: 48px;
	letter-spacing: normal;
}
.company_history_lists .item_list .item_month {
	display: inline-block;
	width: 30px;
	letter-spacing: normal;
	text-align: right;
}
@media screen and (max-width: 738px) {
	.company_history_lists .item_list .item_when {
		display: block;
		width: auto;
	}
	.company_history_lists .item_list .item_year,
	.company_history_lists .item_list .item_month {
		font-size: 91.667%;
	}
}

/* item_event */
.company_history_lists .item_list .item_event {
	display: table-cell;
	vertical-align: top;
	padding-left: 22px;
}
@media screen and (max-width: 738px) {
	.company_history_lists .item_list .item_event {
		display: block;
		line-height: 1.75;
		font-size: 91.667%;
		padding-left: 0;
	}
}

/* ---------------------------------------------
*   Company - Recruit - Index
--------------------------------------------- */
/*  contents
--------------------------------------------- */
.page_recruit .contents.skin_has_sidebar {
	margin-top: 20px;
}

/*  module_carousel (override)
--------------------------------------------- */
.page_recruit .module_carousel {
	margin: 20px 0 28px;
}
@media screen and (max-width: 738px) {
	.page_recruit .module_carousel {
	}
}

/*  recruit_requirements
--------------------------------------------- */
.recruit_requirements {
	margin-top: 32px;
}
@media screen and (max-width: 738px) {
	.recruit_requirements {
		width: 87.5%;
		margin: 7.5% auto 0;
	}
}

/* -- recruit_requirements_head -- */
.recruit_requirements_head {
	margin-bottom: 15px;
}

/* -- item_requirement -- */
.recruit_requirements .item_requirement {
	display: table;
	width: 100%;
	padding: 25px 0 20px;
	border-bottom: 1px dotted #c8c8c8;
}
.recruit_requirements .item_requirement:first-child {
	padding-top: 0;
}
@media screen and (max-width: 738px) {
	.recruit_requirements .item_requirement {
		padding: 7.7695% 0;
	}
	.recruit_requirements .item_requirement.skin_block_sp {
		display: block;
	}
}

/* item_term */
.recruit_requirements .item_term {
	display: table-cell;
	vertical-align: top;
	width: 90px;
	padding-left: 4px;
	font-size: 116.667%;
	font-weight: bold;
}
@media screen and (max-width: 738px) {
	.recruit_requirements .item_requirement.skin_block_sp .item_term {
		display: block;
		width: auto;
		padding-left: 0;
		margin-right: 0;
		margin-bottom: 1.5%;
	}
}

/* item_description */
.recruit_requirements .item_description {
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 738px) {
	.recruit_requirements .item_requirement.skin_block_sp .item_description {
		display: block;
	}
}

/* item_lists */
.recruit_requirements .item_lists .item_list {
	display: table;
	width: 100%;
}
.recruit_requirements .item_lists .item_list + .item_list {
	margin-top: 10px;
}
.recruit_requirements .item_lists .item_list_title,
.recruit_requirements .item_lists .item_list_content {
	display: table-cell;
	vertical-align: top;
}

/* item_table */
.recruit_requirements .item_table {
	width: 100%;
}
.recruit_requirements .item_table th,
.recruit_requirements .item_table td {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #c8c8c8;
}
.recruit_requirements .item_table th {
	width: 80px;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #f2f2f2;
}
.recruit_requirements .item_table td {
	padding-right: 14px;
	padding-left: 14px;
}
.recruit_requirements .item_table:first-child th,
.recruit_requirements .item_table:first-child td {
	border-top: 1px solid #c8c8c8;
}

/* item_location_lists */
.recruit_requirements .item_location_list:frist-child {
	margin-top: 0;
}
.recruit_requirements .item_location_list .item_name {
	display: block;
}
.recruit_requirements .item_location_list .item_office {
	display: table;
	width: 100%;
}
.recruit_requirements .item_location_list .item_office_term {
	display: table-cell;
	width: 98px;
	text-align: right;
}
.recruit_requirements .item_location_list .item_office_description {
	display: table-cell;
}
@media screen and (max-width: 738px) {
	.recruit_requirements .item_location_list .item_office {
		display: block;
	}
	.recruit_requirements .item_location_list .item_office_term {
		display: block;
		width: auto;
		text-align: left;
	}
	.recruit_requirements .item_location_list .item_office_description {
		display: width;
	}
}

/* item_anchor */
.recruit_requirements .item_anchor {
	color: #f15a24;
	text-decoration: underline;
}
.recruit_requirements .item_anchor:hover {
	text-decoration: none;
}

/* skin */
.recruit_requirements .item_requirement.skin_job_type .item_list_title {
	width: 85px;
	padding-right: 10px;
	text-align: right;
}
.recruit_requirements .item_requirement.skin_qualification .item_list {
	margin-top: 5px;
}
.recruit_requirements .item_requirement.skin_qualification .item_list:first-child {
	margin-top: 0;
}
.recruit_requirements .item_requirement.skin_qualification .item_list_title {
	margin-right: 28px;
}
.recruit_requirements .item_requirement.skin_display_block,
.recruit_requirements .item_requirement.skin_display_block .item_term,
.recruit_requirements .item_requirement.skin_display_block .item_description {
	display: block;
	width: auto;
}
.recruit_requirements .item_requirement.skin_display_block .item_term {
	margin-bottom: 8px;
}
.recruit_requirements .item_requirement.skin_address .item_description {
	line-height: 1.625;
}
@media screen and (max-width: 738px) {
	.recruit_requirements .item_requirement.skin_conditions .item_term {
		margin-bottom: 3%;
	}
}

/* item_application_form */
#mw_wp_form_mw-wp-form-74 {
	margin-top: 12px;
}
#mw_wp_form_mw-wp-form-74 sup {
	position: relative;
	left: -0.1em;
	vertical-align: top;
	font-size: 100%;
	color: #f00;
}
.ie9 #mw_wp_form_mw-wp-form-74 sup,
.ie10 #mw_wp_form_mw-wp-form-74 sup,
.ie11 #mw_wp_form_mw-wp-form-74 sup {
	letter-spacing: -0.2em;
}
@media screen and (max-width: 738px) {
	#mw_wp_form_mw-wp-form-74 {
		margin-top: 7%;
	}
}

/* item_application_form_head */
#mw_wp_form_mw-wp-form-74 .item_application_form_head {
	padding-left: 4px;
	letter-spacing: -0.4em;
}
#mw_wp_form_mw-wp-form-74 .item_application_form_head .item_title {
	display: inline-block;
	font-size: 116.667%;
	font-weight: bold;
	letter-spacing: normal;
	margin-right: 12px;
}
#mw_wp_form_mw-wp-form-74 .item_application_form_head .item_annotation {
	display: inline-block;
	letter-spacing: normal;
}
@media screen and (max-width: 738px) {
	#mw_wp_form_mw-wp-form-74 .item_application_form_head {
		padding-left: 0;
		margin-bottom: 5.8%;
	}
}

/* item_application_form_body */
#mw_wp_form_mw-wp-form-74 .item_application_form_body .item_table_form {
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px 20px;
	margin: -9px 0 0 -4px;
}
#mw_wp_form_mw-wp-form-74 .item_table_form th,
#mw_wp_form_mw-wp-form-74 .item_table_form td {
	height: 25px;
}
#mw_wp_form_mw-wp-form-74 .item_table_form th {
	width: 89px;
	padding: 0 7px;
	background-color: #ebebeb;
}
@media screen and (max-width: 738px) {
	#mw_wp_form_mw-wp-form-74 .item_application_form_body .item_table_form {
		border-spacing: 0;
		margin: 0;
	}
	#mw_wp_form_mw-wp-form-74 .item_table_form tbody,
	#mw_wp_form_mw-wp-form-74 .item_table_form tr,
	#mw_wp_form_mw-wp-form-74 .item_table_form th,
	#mw_wp_form_mw-wp-form-74 .item_table_form td {
		display: block;
		width: auto;
	}
	#mw_wp_form_mw-wp-form-74 .item_table_form tr {
		margin-top: 7.354%;
	}
	#mw_wp_form_mw-wp-form-74 .item_table_form tr:first-child {
		margin-top: 0;
	}
	#mw_wp_form_mw-wp-form-74 .item_table_form th,
	#mw_wp_form_mw-wp-form-74 .item_table_form td {
		height: auto;
	}
	#mw_wp_form_mw-wp-form-74 .item_table_form th {
		padding: 3.495% 2.76%;
		margin-bottom: 2.8%;
	}
}

/* skin */
.firefox #mw_wp_form_mw-wp-form-74 .item_application_form th {
	width: 92px;
}

/* input */
#mw_wp_form_mw-wp-form-74 .item_table_form .item_input,
#mw_wp_form_mw-wp-form-74 .item_table_form .item_textarea,
#mw_wp_form_mw-wp-form-74 .item_table_form .item_text,
#mw_wp_form_mw-wp-form-74 .item_table_form .item_format {
	box-sizing: border-box;
	display: inline-block;
}
#mw_wp_form_mw-wp-form-74 .item_table_form .item_input,
#mw_wp_form_mw-wp-form-74 .item_table_form .item_textarea {
	width: 480px;
	min-height: 25px;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #c8c8c8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#mw_wp_form_mw-wp-form-74 .item_table_form .item_textarea {
	height: 115px;
	vertical-align: top;
	resize: none;
}
#mw_wp_form_mw-wp-form-74 .item_table_form .item_label {
	display: inline-block;
}
#mw_wp_form_mw-wp-form-74 .item_table_form .item_label + .item_label {
	margin-left: 5px;
}
#mw_wp_form_mw-wp-form-74.mw_wp_form.mw_wp_form_input .button_form[name="submit_mail"] {
	display: none;
}

/* skin */
#mw_wp_form_mw-wp-form-74 .item_table_form .item_input.skin_disp_block,
#mw_wp_form_mw-wp-form-74 .item_table_form .item_textarea.skin_disp_block,
#mw_wp_form_mw-wp-form-74 .item_table_form .item_text.skin_disp_block,
#mw_wp_form_mw-wp-form-74 .item_table_form .item_format.skin_disp_block {
	display: block;
}
#mw_wp_form_mw-wp-form-74 .skin_sex .item_text {
	padding: 2px 0;
}
#mw_wp_form_mw-wp-form-74 .skin_birthday_info .item_text,
#mw_wp_form_mw-wp-form-74 .skin_birthday_info .item_input {
	margin-left: 5px;
}
#mw_wp_form_mw-wp-form-74 .skin_birthday_info .item_text:first-child,
#mw_wp_form_mw-wp-form-74 .skin_birthday_info .item_input:first-child {
	margin-left: 0;
}
#mw_wp_form_mw-wp-form-74 .skin_birthday_info .item_input[name="year_of_birth"] {
	width: 79px;
}
#mw_wp_form_mw-wp-form-74 .skin_birthday_info .item_input[name="month_of_birth"],
#mw_wp_form_mw-wp-form-74 .skin_birthday_info .item_input[name="day_of_birth"] {
	width: 31px;
}
#mw_wp_form_mw-wp-form-74 .skin_birthday_info .item_format {
	margin-left: 2.5em;
}
#mw_wp_form_mw-wp-form-74 .skin_address_info .item_input[name="postal_code"] {
	width: 127px;
}
#mw_wp_form_mw-wp-form-74 .skin_address_info .item_format {
	margin-left: 1em;
}
#mw_wp_form_mw-wp-form-74 .skin_address_info .item_input[name="address"] {
	clear: both;
	margin-top: 9px;
}
@media screen and (max-width: 738px) {
	#mw_wp_form_mw-wp-form-74 .item_table_form .item_input,
	#mw_wp_form_mw-wp-form-74 .item_table_form .item_textarea {
		box-sizing: border-box;
		width: 100%;
	}
	#mw_wp_form_mw-wp-form-74 .item_table_form .item_textarea {
		height: 155px;
	}
	#mw_wp_form_mw-wp-form-74 .item_table_form .item_format {
		display: block;
	}
	#mw_wp_form_mw-wp-form-74 .skin_address_info .item_input[name="address"] {
		height: 54px;
	}
}

/* item_application_form_foot */
#mw_wp_form_mw-wp-form-74 .item_application_form_foot {
	width: 595px;
	text-align: center;
	margin: 8px auto 0 6px;
}
@media screen and (max-width: 738px) {
	#mw_wp_form_mw-wp-form-74 .item_application_form_foot {
		width: auto;
		margin: 11.5% 0 0 0;
	}
}

/* ---------------------------------------------
*   Recruit - Confirm
--------------------------------------------- */
/* ---------------------------------------------
*   recruit_confirm
--------------------------------------------- */
@media screen and (max-width: 738px) {
	.recruit_confirm {
		width: 87.5%;
		margin: 7.5% auto 0;
	}
}

/*  item_application_form_head
--------------------------------------------- */
#mw_wp_form_mw-wp-form-74.mw_wp_form_confirm .item_application_form_head {
	display: none;
}

/*  item_application_form_body
--------------------------------------------- */
/* -- item_format -- */
#mw_wp_form_mw-wp-form-74.mw_wp_form_confirm .item_format {
	display: none;
}

/* -- skin -- */
#mw_wp_form_mw-wp-form-74.mw_wp_form_confirm .skin_birthday_info .item_text {
	padding-left: 0;
	margin-left: 0;
}
#mw_wp_form_mw-wp-form-74.mw_wp_form_confirm .skin_address_info .item_format {
	display: block;
	height: 0;
	padding-top: 10px;
	overflow: hidden;
}

/* -- item_error_group -- */
#mw_wp_form_mw-wp-form-74 .item_error_group .error {
	display: none;
}
#mw_wp_form_mw-wp-form-74 .item_error_group .error:first-child {
	display: block;
}

/* ---------------------------------------------
*   Comapny - Recruit - Thanks
--------------------------------------------- */
/*  recruit_thanks
--------------------------------------------- */
@media screen and (max-width: 738px) {
	.recruit_thanks {
		width: 87.5%;
		margin: 0 auto;
	}
}


/* -- recruit_thanks_head -- */
.recruit_thanks_head {
	margin-bottom: 25px;
}

/* -- recruit_thanks_body -- */
.recruit_thanks_body {
	margin-bottom: 120px;
}
@media screen and (max-width: 738px) {
	.recruit_thanks_body {
		margin-bottom: 35%;
	}
}

/* item_text */
.recruit_thanks_body .item_text {
	line-height: 1.25;
	padding-left: 5px;
}

/* -- recruit_thanks_foot -- */
.recruit_thanks_foot {
	text-align: center;
}

/* ---------------------------------------------
*   Contact - Index
--------------------------------------------- */
/*  pagetitle
--------------------------------------------- */
.page_contact .pagetitle {
	margin-bottom: 20px;
}

/*  contact_link_lists
--------------------------------------------- */
.contact_link_lists {
	width: 718px;
	overflow: hidden;
	margin: 0 auto;
}
@media screen and (max-width: 738px) {
	.contact_link_lists {
		width: 89.375%;
	}
}

/* -- item_list -- */
/* item_list */
.contact_link_lists .item_list {
	box-sizing: border-box;
	width: 336px;
}
.contact_link_lists .item_list.item_list_01 {
	float: left;
}
.contact_link_lists .item_list.item_list_02 {
	float: right;
}
@media screen and (max-width: 738px) {
	.contact_link_lists .item_list {
		width: auto;
	}
	.contact_link_lists .item_list.item_list_01,
	.contact_link_lists .item_list.item_list_02 {
		float: none;
	}
	.contact_link_lists .item_list.item_list_02 {
		margin-top: 11%;
	}
}

/* item_list_head */
.contact_link_lists .item_list_head {
	margin-bottom: 25px;
}
.contact_link_lists .item_list_head .item_title {
	font-size: 141.667%;
}
@media screen and (max-width: 738px) {
	.contact_link_lists .item_list_head {
		margin-bottom: 8%
	}
}

/* item_link */
.contact_link_lists .item_link {
	display: block;
	border-left: 5px solid #f51e00;
	padding-left: 7px;
}
.contact_link_lists .item_link:hover {
	text-decoration: none;
}
.contact_link_lists .item_telnum {
	display: block;
	line-height: 1;
	font-size: 258.334%;
	margin-bottom: 5px;
}
.contact_link_lists .item_hour {
	display: block;
	line-height: 1;
	font-size: 141.667%;
}
@media screen and (max-width: 738px) {
	.contact_link_lists .item_telnum {
		font-size: 220.8334%;
	}
	.contact_link_lists .item_hour {
		font-size: 91.667%;
	}
}

/* item_text */
.contact_link_lists .item_text {
	line-height: 1.75;
	margin-top: 18px;
}

/* ---------------------------------------------
*   Factory-tour
--------------------------------------------- */
/* ---------------------------------------------
*   pagetitle
--------------------------------------------- */
.page_factory-tour .pagetitle {
	margin-bottom: 30px;
}

/* -- item_title -- */
@media screen and (max-width: 738px) {
	.page_factory-tour .pagetitle .item_title {
		letter-spacing: -0.02em;
	}
}

/*  factory-tour_wrapper
--------------------------------------------- */
.factory-tour_wrapper {
	box-sizing: border-box;
	width: 720px;
	background: url(/img/pc/factory_tour/bg_line.png) center 163px no-repeat;
	background-size: 428px auto;
	margin-right: auto;
}
@media screen and (max-width: 738px) {
	.factory-tour_wrapper {
		width: auto;
		background: none;
	}
}

/* -- item_process -- */
.factory-tour_wrapper .item_process {
	overflow: hidden;
}
.factory-tour_wrapper .item_process.item_process_02 {
	margin-top: -44px;
}
.factory-tour_wrapper .item_process.item_process_03 {
	margin-top: -22px;
}
.factory-tour_wrapper .item_process.item_process_04 {
	margin-top: -33px;
}
.factory-tour_wrapper .item_process.item_process_05 {
	margin-top: -20px;
}
.factory-tour_wrapper .item_process.item_process_06 {
	margin-top: -44px;
}
.factory-tour_wrapper .item_process.item_process_07 {
	margin-top: -40px;
}
.factory-tour_wrapper .item_process.item_process_08 {
	margin-top: -37px;
}
.factory-tour_wrapper .item_process.item_process_10 {
	margin-top: -38px;
}
@media screen and (max-width: 738px) {
	.factory-tour_wrapper .item_process.item_process_02,
	.factory-tour_wrapper .item_process.item_process_03,
	.factory-tour_wrapper .item_process.item_process_04,
	.factory-tour_wrapper .item_process.item_process_05,
	.factory-tour_wrapper .item_process.item_process_06,
	.factory-tour_wrapper .item_process.item_process_07,
	.factory-tour_wrapper .item_process.item_process_08,
	.factory-tour_wrapper .item_process.item_process_09,
	.factory-tour_wrapper .item_process.item_process_10 {
		margin-top: 14.7%;
	}
}

/* item_figure */
.factory-tour_wrapper .item_process.item_process_01 .item_figure,
.factory-tour_wrapper .item_process.item_process_03 .item_figure,
.factory-tour_wrapper .item_process.item_process_05 .item_figure,
.factory-tour_wrapper .item_process.item_process_07 .item_figure,
.factory-tour_wrapper .item_process.item_process_09 .item_figure {
	float: left;
}
.factory-tour_wrapper .item_process.item_process_02 .item_figure,
.factory-tour_wrapper .item_process.item_process_04 .item_figure,
.factory-tour_wrapper .item_process.item_process_06 .item_figure,
.factory-tour_wrapper .item_process.item_process_08 .item_figure,
.factory-tour_wrapper .item_process.item_process_10 .item_figure {
	float: right;
}
.factory-tour_wrapper .item_process.item_process_01 .item_figure {
	width: 326px;
}
.factory-tour_wrapper .item_process.item_process_02 .item_figure,
.factory-tour_wrapper .item_process.item_process_03 .item_figure,
.factory-tour_wrapper .item_process.item_process_04 .item_figure,
.factory-tour_wrapper .item_process.item_process_05 .item_figure,
.factory-tour_wrapper .item_process.item_process_06 .item_figure,
.factory-tour_wrapper .item_process.item_process_08 .item_figure {
	width: 320px;
}
.factory-tour_wrapper .item_process.item_process_07 .item_figure,
.factory-tour_wrapper .item_process.item_process_09 .item_figure {
	width: 328px;
}
.factory-tour_wrapper .item_process.item_process_10 .item_figure {
	width: 337px;
}
@media screen and (max-width: 738px) {
	.factory-tour_wrapper .item_process .item_figure {
		text-align: center;
		margin: 0 auto;
	}
	.factory-tour_wrapper .item_process.item_process_01 .item_figure,
	.factory-tour_wrapper .item_process.item_process_03 .item_figure,
	.factory-tour_wrapper .item_process.item_process_05 .item_figure,
	.factory-tour_wrapper .item_process.item_process_07 .item_figure,
	.factory-tour_wrapper .item_process.item_process_09 .item_figure,
	.factory-tour_wrapper .item_process.item_process_02 .item_figure,
	.factory-tour_wrapper .item_process.item_process_04 .item_figure,
	.factory-tour_wrapper .item_process.item_process_06 .item_figure,
	.factory-tour_wrapper .item_process.item_process_08 .item_figure,
	.factory-tour_wrapper .item_process.item_process_10 .item_figure {
		float: none;
	}
	.factory-tour_wrapper .item_process.item_process_01 .item_figure {
		width: 75.78125%;
	}
	.factory-tour_wrapper .item_process.item_process_02 .item_figure,
	.factory-tour_wrapper .item_process.item_process_03 .item_figure,
	.factory-tour_wrapper .item_process.item_process_04 .item_figure,
	.factory-tour_wrapper .item_process.item_process_05 .item_figure,
	.factory-tour_wrapper .item_process.item_process_06 .item_figure,
	.factory-tour_wrapper .item_process.item_process_08 .item_figure {
		width: 74.375%;
	}
	.factory-tour_wrapper .item_process.item_process_07 .item_figure,
	.factory-tour_wrapper .item_process.item_process_09 .item_figure {
		width: 75.9375%;
	}
	.factory-tour_wrapper .item_process.item_process_10 .item_figure {
		width: 78.4375%;
	}
}

/* item_texts */
.factory-tour_wrapper .item_process .item_texts {
	width: 336px;
}
.factory-tour_wrapper .item_process.item_process_01 .item_texts,
.factory-tour_wrapper .item_process.item_process_03 .item_texts,
.factory-tour_wrapper .item_process.item_process_05 .item_texts,
.factory-tour_wrapper .item_process.item_process_07 .item_texts,
.factory-tour_wrapper .item_process.item_process_09 .item_texts {
	float: right;
}
.factory-tour_wrapper .item_process.item_process_02 .item_texts,
.factory-tour_wrapper .item_process.item_process_04 .item_texts,
.factory-tour_wrapper .item_process.item_process_06 .item_texts,
.factory-tour_wrapper .item_process.item_process_08 .item_texts,
.factory-tour_wrapper .item_process.item_process_10 .item_texts {
	float: left;
}
.factory-tour_wrapper .item_process.item_process_01 .item_texts {
	padding-top: 82px;
}
.factory-tour_wrapper .item_process.item_process_02 .item_texts {
	padding-top: 86px;
}
.factory-tour_wrapper .item_process.item_process_03 .item_texts {
	padding-top: 110px;
}
.factory-tour_wrapper .item_process.item_process_04 .item_texts {
	padding-top: 106px;
}
.factory-tour_wrapper .item_process.item_process_05 .item_texts {
	padding-top: 108px;
}
.factory-tour_wrapper .item_process.item_process_06 .item_texts {
	padding-top: 108px;
}
.factory-tour_wrapper .item_process.item_process_07 .item_texts {
	padding-top: 98px;
}
.factory-tour_wrapper .item_process.item_process_08 .item_texts {
	padding-top: 100px;
}
.factory-tour_wrapper .item_process.item_process_09 .item_texts {
	padding-top: 77px;
}
.factory-tour_wrapper .item_process.item_process_10 .item_texts {
	padding-top: 96px;
}
@media screen and (max-width: 738px) {
	.factory-tour_wrapper .item_process .item_texts {
		width: 89.0625%;
		margin: 0 auto;
	}
	.factory-tour_wrapper .item_process.item_process_01 .item_texts,
	.factory-tour_wrapper .item_process.item_process_03 .item_texts,
	.factory-tour_wrapper .item_process.item_process_05 .item_texts,
	.factory-tour_wrapper .item_process.item_process_07 .item_texts,
	.factory-tour_wrapper .item_process.item_process_09 .item_texts,
	.factory-tour_wrapper .item_process.item_process_02 .item_texts,
	.factory-tour_wrapper .item_process.item_process_04 .item_texts,
	.factory-tour_wrapper .item_process.item_process_06 .item_texts,
	.factory-tour_wrapper .item_process.item_process_08 .item_texts,
	.factory-tour_wrapper .item_process.item_process_10 .item_texts {
		float: none;
	}
	.factory-tour_wrapper .item_process.item_process_01 .item_texts,
	.factory-tour_wrapper .item_process.item_process_02 .item_texts,
	.factory-tour_wrapper .item_process.item_process_03 .item_texts,
	.factory-tour_wrapper .item_process.item_process_04 .item_texts,
	.factory-tour_wrapper .item_process.item_process_05 .item_texts,
	.factory-tour_wrapper .item_process.item_process_06 .item_texts,
	.factory-tour_wrapper .item_process.item_process_07 .item_texts,
	.factory-tour_wrapper .item_process.item_process_08 .item_texts,
	.factory-tour_wrapper .item_process.item_process_09 .item_texts,
	.factory-tour_wrapper .item_process.item_process_10 .item_texts {
		padding-top: 3%;
	}
}

/* item_title */
.factory-tour_wrapper .item_process .item_title {
	font-size: 216.667%;
	color: #f51e00;
}
@media screen and (max-width: 738px) {
	.factory-tour_wrapper .item_process .item_title {
		text-align: center;
		font-size: 183.334%;
		margin-bottom: 2%;
	}
}

/* item_text */
.factory-tour_wrapper .item_process .item_text {
	line-height: 1.75;
}
@media screen and (max-width: 738px) {
	.factory-tour_wrapper .item_process .item_text {
		font-size: 91.667%;
	}
}

/* -- item_finished_product -- */
.factory-tour_wrapper .item_finished_product {
	margin-top: -276px;
	margin-left: 10px;
}


/* ---------------------------------------------
*   News - Archive
--------------------------------------------- */
/*  news_content
--------------------------------------------- */
.page_news-category .news_content {
	width: 922px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 738px) {
	.page_news-category .news_content {
		width: 92.5%;
	}
}

/* -- module_tick_slider (override) -- */
.page_news-category .module_tick_slider .item_viewport {
	width: 792px;
}
@media screen and (max-width: 738px) {
	.page_news-category .module_tick_slider .item_viewport {
		width: 90%;
	}
}

/*  news_lists_wrapper
--------------------------------------------- */
.news_lists_wrapper {
	padding: 34px 12px 20px;
}
@media screen and (max-width: 738px) {
	.news_lists_wrapper {
		padding: 5% 3.5% 4%;
	}
}

/* -- item_list -- */
.news_lists_wrapper .item_list {
	position: relative;
	padding: 10px 0 17px;
	border-top: 1px solid #b4b4b4;
}
.news_lists_wrapper .item_list:first-child {
	padding-top: 0;
	border-top: 0;
}
@media screen and (max-width: 738px) {
	.news_lists_wrapper .item_list {
		padding: 2.5% 0 3.5%;
	}
}

/* item_meta */
.news_lists_wrapper .item_meta {
	display: block;
}
.news_lists_wrapper .item_meta .item_label {
	display: inline-block;
	line-height: 17px;
	color: #fff;
	padding: 0 5px;
	background-color: #f51e00;
}
.news_lists_wrapper .item_meta .item_date {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
	color: #646464;
	font-size: 83.334%;
	padding-bottom: 2px;
}

/* item_summary */
.news_lists_wrapper .item_summary {
	display: block;
	font-size: 91.667%;
}
.news_lists_wrapper .item_summary a {
	color: #00f;
}

/* item_detail */
.news_lists_wrapper .item_detail {
	display: block;
	width: 100%;
	text-align: right;
}
.news_lists_wrapper .item_link {
	color: #f51e00;
	padding-right: 12px;
	background: url(/img/sp/common/icon_arrow_right.png) right center no-repeat;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	outline: 0;
}

/*  colorbox (override)
--------------------------------------------- */
.page_news-category #cboxContent {
	border: 2px solid #f51e00;
	border-radius: 5px;
	margin-bottom: 32px;
}
.page_news-category #cboxClose {
	content: "";
	position: absolute;
	top: auto;
	bottom: -25px;
	right: 0;
	width: 62px;
	height: 0;
	padding-top: 17px;
	overflow: hidden;
	background: url(/img/sp/news/btn_close_page-single.png) 0 0 no-repeat;
	background-size: contain;
}
.page_news-category #cboxLoadedContent {
	padding: 0;
}
.page_news-category .cboxIframe {
	vertical-align: bottom;
	border-radius: 5px;
}

/* ---------------------------------------------
*   News - Single
--------------------------------------------- */
.page_news-single {
	box-sizing: border-box;
	width: 815px;
	min-width: 0;
	background-color: #fff;
}
@media screen and (max-width: 738px) {
	.page_news-single {
		width: auto;
	}
}

/*  news_single
--------------------------------------------- */
.news_single {
	box-sizing: border-box;
	padding: 17px 18px;
}

/* -- news_single_inner -- */
.news_single .news_single_inner {
	height: 436px;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* skin */
.windows .news_single .news_single_inner {
	margin-right: -16px;
}
.windows.firefox .news_single .news_single_inner {
	padding-right: 15px;
}
.ie9 .news_single .news_single_inner,
.ie10 .news_single .news_single_inner,
.ie11 .news_single .news_single_inner {
	padding-right: 16px;
}

/* -- news_single_head -- */
.news_single_head {
	position: relative;
	padding: 48px 0 2px;
	border-bottom: 1px solid #f51e00;
}
@media screen and (max-width: 738px) {
	.news_single_head {
		padding-top: 15%;
	}
}

/* item_title */
.news_single_head .item_title {
	font-size: 133.334%;
	font-weight: bold;
	color: #323232;
}

/* item_meta */
.news_single_head .item_meta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.news_single_head .item_label {
	display: inline-block;
	line-height: 22px;
	color: #fff;
	padding: 0 5px;
	background-color: #f51e00;
}
.news_single_head .item_date {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
	color: #646464;
	font-size: 83.334%;
	padding-bottom: 4px;
}

/* -- news_single_body -- */
.news_single_body {
	overflow: hidden;
}

/* ---------------------------------------------
*   Privacy
--------------------------------------------- */
/*  module_information (override)
--------------------------------------------- */
/* -- item_information_lead -- */
.page_privacy-policy .module_information .item_information_lead {
	margin-bottom: 20px;
}

/* -- item_information -- */
.page_privacy-policy .module_information .item_information {
	margin-top: 23px;
}

/* ---------------------------------------------
*   Products - Single
--------------------------------------------- */
/*  contents
--------------------------------------------- */
.page_products-single .contents {
	margin-top: 0;
}

/*  products_single
--------------------------------------------- */
/*  products_single
--------------------------------------------- */
/* -- products_single_head (pc_only) -- */
.products_single_head.pc_only {
	padding: 25px 0 16px;
	border-bottom: 2px solid #bd9f66;
	background: url(/img/pc/common/bg_mesh.png) 0 0 repeat;
}
.products_single_head.pc_only .container {
	display: table;
	table-layout: fixed;
}

/* products_single_head_left */
.products_single_head.pc_only .products_single_head_left {
	display: table-cell;
	vertical-align: middle;
	width: 340px;
}
.products_single_head.pc_only .products_single_head_left .item_figure {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 370px;
}
.products_single_head.pc_only .products_single_head_left .item_figure_inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.products_single_head.pc_only .products_single_head_left .item_figure_inner img {
	display: inline-block;
	max-width: 340px;
	max-height: 370px;
}

/* products_single_head_right */
.products_single_head.pc_only .products_single_head_right {
	display: table-cell;
	vertical-align: middle;
	width: 468px;
	padding-bottom: 20px;
}

/* item_title */
.products_single_head.pc_only .products_single_head_right .item_title {
	width: 100%;
	line-height: 1.075;
	color: #251e2c;
	font-size: 375%;
	margin-bottom: 15px;
}

/* item_lead */
.products_single_head.pc_only .products_single_head_right .item_lead {
	font-size: 116.667%;
	padding-bottom: 12px;
	border-bottom: 1px solid #000;
}

/* item_data */
.products_single_head.pc_only .products_single_head_right .item_data {
	display: table;
	width: 100%;
}

/* item_spec */
.products_single_head.pc_only .products_single_head_right .item_spec {
	display: table-cell;
	line-height: 1.75;
	vertical-align: top;
	padding-top: 10px;
}

/* item_labels */
.products_single_head.pc_only .products_single_head_right .item_labels {
	display: table-cell;
	vertical-align: top;
	width: 165px;
	padding-top: 14px;
	overflow: hidden;
}
.products_single_head.pc_only .products_single_head_right .item_label {
	float: left;
	width: 54px;
	margin-right: 1px;
}
.products_single_head.pc_only .products_single_head_right .item_label:nth-child(3n) {
	margin-right: 0;
}
.products_single_head.pc_only .products_single_head_right .item_label:nth-child(3n+1) {
	clear: both;
}

/* -- products_single_head (sp_only) -- */
@media screen and (max-width: 738px) {
	.products_single_head {
		padding: 8.8% 0 10.2%;
		border-bottom: 2px solid #bd9f66;
		background: url(/img/pc/common/bg_mesh.png) 0 0 repeat;
	}
}

/* products_single_head_upper */
@media screen and (max-width: 738px) {
	.products_single_head_upper {
		position: relative;
		width: auto;
		height: auto;
	}
}

/* item_title */
@media screen and (max-width: 738px) {
	.products_single_head_upper {
		margin-bottom: 4.3%;
	}
	.products_single_head_upper .item_title {
		position: static;
		width: 100%;
		text-align: center;
		line-height: 1.075;
		color: #251e2c;
		font-size: 283.334%;
		margin-top: 0;
		margin-left: 0;
	}
}

/* products_single_head_middle */
@media screen and (max-width: 738px) {
	.products_single_head_middle {
		display: table;
		table-layout: auto;
		width: 68.125%;
		height: auto;
		margin: 0 auto;
	}
}

/* item_figure */
@media screen and (max-width: 738px) {
	.products_single_head_middle .item_figure {
		display: table-cell;
		vertical-align: middle;
		width: 79.53125%;
		text-align: center;
		margin: 0 auto;
	}
}

/* products_single_head_lower */
@media screen and (max-width: 738px) {
	.products_single_head_lower {
		width: 90%;
		padding-bottom: 0;
		padding-left: 0;
		margin: 0 auto;
	}
}

/* item_lead */
@media screen and (max-width: 738px) {
	.products_single_head_lower .item_lead {
		line-height: 1.625;
		text-align: center;
		font-size: 100%;
		padding-bottom: 4%;
		border-bottom: 1px solid #000;
	}
}

/* item_data */
@media screen and (max-width: 738px) {
	.products_single_head_lower .item_data {
		display: block;
	}
}

/* item_spec */
@media screen and (max-width: 738px) {
	.products_single_head_lower .item_spec {
		display: block;
		width: 85.5%;
		line-height: 2;
		font-size: 83.334%;
		padding-top: 5%;
		margin: 0 auto;
	}
}

/* item_labels */
@media screen and (max-width: 738px) {
	.products_single_head_lower .item_labels {
		display: block;
		width: 85.5%;
		letter-spacing: -0.4em;
		padding-top: 3%;
		margin: 0 auto;
	}
	.products_single_head_lower .item_label {
		float: none;
		display: inline-block;
		width: 14%;
		margin-right: 1px;
		margin-left: 0.5%;
	}
	.products_single_head_lower .item_label:first-child {
		margin-left: 0;
	}
	.products_single_head_lower .item_label:nth-child(3n) {
		margin-right: 0;
	}
	.products_single_head_lower .item_label:nth-child(3n+1) {
		clear: none;
	}
}

/* -- products_single_body -- */
.products_single_body {
	padding-top: 32px;
}
@media screen and (max-width: 738px) {
	.products_single_body {
		width: 90%;
		padding-top: 4.6%;
		margin: 0 auto;
	}
}

/* item_section */
.products_single_body .item_section {
	position: relative;
}
.products_single_body .item_section_head .item_title {
	padding-bottom: 0;
}
.products_single_body .item_section_body {
	padding-top: 30px;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_section_body {
		padding-top: 5%;
	}
}

/* item_num_lists */
.products_single_body .item_num_lists {
	position: absolute;
	top: 0;
	right: 50px;
	width: 317px;
	overflow: hidden;
}
.products_single_body .item_num_list {
	box-sizing: border-box;
	width: 152px;
	height: 152px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.products_single_body .item_num_list:first-child {
	float: left;
	padding: 90px 62px 36px 35px;
	background-image: url(/img/sp/products/img_kettle.png);
}
.products_single_body .item_num_list:nth-child(2) {
	float: right;
	padding: 85px 85px 41px 48px;
	background-image: url(/img/sp/products/img_latency.png);
	margin-left: 13px;
}
.products_single_body .item_num_lists .item_num {
	display: block;
	line-height: 1;
	text-align: right;
	font-size: 216.667%;
	font-weight: bold;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_num_lists {
		position: static;
		width: auto;
		letter-spacing: -0.4em;
		text-align: center;
		margin-bottom: 8%;
	}
	.products_single_body .item_num_list {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 130px;
		height: 130px;
		letter-spacing: normal;
	}
	.products_single_body .item_num_list:first-child {
		float: none;
		padding: 78px 53px 0 0;
	}
	.products_single_body .item_num_list:nth-child(2) {
		float: none;
		padding: 73px 73px 0 0;
		margin-left: 4%;
	}
	.products_single_body .item_num_lists .item_num {
		font-size: 183.334%;
	}
}

/* item_process_lists */
.products_single_body .item_process_lists {
	overflow: hidden;
	margin-bottom: 60px;
}
.products_single_body .item_process_list {
	display: table;
	table-layout: fixed;
	box-sizing: border-box;
	width: 400px;
	position: relative;
	padding-left: 40px;
	background-position: 5px 0;
	background-repeat: no-repeat;
	background-size: 25px auto;
	overflow: hidden;
	margin-top: 37px;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_process_list {
		table-layout: auto;
		width: 100%;
		min-height: 30px;
		padding-left: 8.683%;
		background-position: 0.3% 0;
		background-size: 5.2% auto;
		margin-top: 9.5%;
	}
}

/* item_process_list (nth-child) */
.products_single_body .item_process_list:nth-child(2n) {
	clear: both;
	float: left;
}
.products_single_body .item_process_list:nth-child(2n+1) {
	float: right;
}
.products_single_body .item_process_list:first-child {
	float: none;
	background-image: url(/img/sp/products/icon_process_1.png);
	margin-top: 0;
}
.products_single_body .item_process_list:nth-child(2) {
	clear: both;
	background-image: url(/img/sp/products/icon_process_2.png);
}
.products_single_body .item_process_list:nth-child(3) {
	background-image: url(/img/sp/products/icon_process_3.png);
}
.products_single_body .item_process_list:nth-child(4) {
	background-image: url(/img/sp/products/icon_process_4.png);
}
.products_single_body .item_process_list:nth-child(5) {
	background-image: url(/img/sp/products/icon_process_5.png);
}
.products_single_body .item_process_list:nth-child(6) {
	background-image: url(/img/sp/products/icon_process_6.png);
}
.products_single_body .item_process_list:nth-child(7) {
	background-image: url(/img/sp/products/icon_process_7.png);
}
.products_single_body .item_process_list:nth-child(8) {
	background-image: url(/img/sp/products/icon_process_8.png);
}
.products_single_body .item_process_list:nth-child(9) {
	background-image: url(/img/sp/products/icon_process_9.png);
}

/* item_process_list (pseudo-element) */
.products_single_body .item_process_list:before {
	position: absolute;
	top: 0;
	left: 34px;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #f51e00;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_process_list:before {
		left: 6.5%;
	}
}

/* item_direction */
.products_single_body .item_process_list .item_direction {
	display: table-cell;
	vertical-align: top;
	width: 240px;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_process_list .item_direction {
		width: 50%;
		font-size: 91.667%;
	}
}

/* item_image */
.products_single_body .item_process_list .item_image {
	display: table-cell;
	vertical-align: top;
	width: 145px;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_process_list .item_image {
		width: auto;
	}
}

/* skin */
.products_single_body .item_process_list.skin_no_image {
	display: block;
	width: 425px;
}
.products_single_body .item_process_list.skin_no_image .item_direction {
	display: block;
	width: 100%;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_process_list.skin_no_image,
	.products_single_body .item_process_list.skin_no_image {
		width: auto;
	}
}

/* item_editor_area */
/* item_section_sub_head */
.products_single_body .item_section_sub_head {
	margin-bottom: 25px;
}
.products_single_body .item_section_sub_title {
	overflow: hidden;
}
.products_single_body .item_title_main {
	float: left;
	display: block;
	font-size: 141.667%;
}
.products_single_body .item_title_sub {
	float: right;
	display: block;
	padding-top: 4px;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_title_main {
		font-size: 120.8334%;
	}
	.products_single_body .item_title_sub {
		font-size: 91.667%;
		padding-top: 3px;
	}
}

/* item_section_sub_body */
.products_single_body .item_section_sub_body {
	overflow: hidden;
}

/* item_editor_area_01 */
.products_single_body .item_editor_area_01 {
	overflow: hidden;
	margin-bottom: 84px;
}
.products_single_body .item_editor_area_01 .item_section_sub {
	clear: both;
	box-sizing: border-box;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_editor_area_01 {
		margin-bottom: 11%;
	}
}

/* item_section_sub */
.products_single_body .item_editor_area_01 .item_section_sub_text {
	line-height: 1.625;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_editor_area_01 .item_section_sub_text {
		font-size: 91.667%;
	}
}

/* item_info_box */
.products_single_body .item_info_box {
	float: left;
	border: 1px solid #d5f0e3;
	border-top-width: 0;
	border-left-width: 0;
	overflow: hidden;

}
.products_single_body .item_term,
.products_single_body .item_description {
	float: left;
	box-sizing: border-box;
	height: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
}
.products_single_body .item_term {
	width: 117px;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #f2f2f2;
}
.products_single_body .item_description {
	width: 56.5px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_info_box {
		box-sizing: border-box;
		width: 50%;
	}
	.products_single_body .item_term {
		width: 66.434%;
	}
	.products_single_body .item_description {
		width: 33.566%;
	}
}

/* item_section_sub (skin) */
.products_single_body .item_editor_area_01 .item_section_sub.skin_align_left,
.products_single_body .item_editor_area_01 .item_section_sub.skin_align_right {
	clear: none;
	width: 416px;
	margin-bottom: 80px;
}
.products_single_body .item_section_sub.skin_align_left .item_section_sub_head,
.products_single_body .item_section_sub.skin_align_right .item_section_sub_head {
	margin-bottom: 15px;
}
.products_single_body .item_editor_area_01 .item_section_sub.skin_align_left {
	float: left;
}
.products_single_body .item_editor_area_01 .item_section_sub.skin_align_right {
	float: right;
}
.products_single_body .item_section_sub.skin_align_right .item_info_box:nth-child(-n+2),
.products_single_body .item_section_sub.skin_align_left .item_info_box:nth-child(-n+2) {
	border-top-width: 1px;
}
.products_single_body .item_section_sub.skin_align_right .item_info_box:nth-child(2n+1),
.products_single_body .item_section_sub.skin_align_left .item_info_box:nth-child(2n+1) {
	border-left-width: 1px;
}
.products_single_body .item_section_sub.skin_align_left .item_term,
.products_single_body .item_section_sub.skin_align_right .item_term {
	width: 111px;
}
.products_single_body .item_section_sub.skin_align_left .item_description,
.products_single_body .item_section_sub.skin_align_right .item_description {
	width: 95px;
	padding-right: 15px;
	padding-left: 15px;
}
.products_single_body .item_section_sub.skin_align_right .item_description {
	text-align: right;
}
.products_single_body .item_section_sub.skin_allergen .item_info_box:nth-child(-n+5) {
	border-top-width: 1px;
}
.products_single_body .item_section_sub.skin_allergen .item_info_box:nth-child(5n+1) {
	border-left-width: 1px;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_editor_area_01 .item_section_sub.skin_align_left,
	.products_single_body .item_editor_area_01 .item_section_sub.skin_align_right {
		clear: none;
		width: auto;
		margin-bottom: 11.5%;
	}
	.products_single_body .item_section_sub.skin_align_left .item_section_sub_head,
	.products_single_body .item_section_sub.skin_align_right .item_section_sub_head {
		margin-bottom: 4%;
	}
	.products_single_body .item_editor_area_01 .item_section_sub.skin_align_left,
	.products_single_body .item_editor_area_01 .item_section_sub.skin_align_right {
		float: none;
	}
	.products_single_body .item_section_sub.skin_align_left .item_term,
	.products_single_body .item_section_sub.skin_align_right .item_term {
		width: 53.819%;
	}
	.products_single_body .item_section_sub.skin_align_left .item_description,
	.products_single_body .item_section_sub.skin_align_right .item_description {
		width: 46.181%;
	}
	.products_single_body .item_section_sub.skin_align_right .item_description {
		text-align: right;
	}
	.products_single_body .item_section_sub.skin_allergen .item_info_box:nth-child(-n+5) {
		border-top-width: 0;
	}
	.products_single_body .item_section_sub.skin_allergen .item_info_box:nth-child(5n+1) {
		border-left-width: 0;
	}
	.products_single_body .item_section_sub.skin_allergen .item_info_box:nth-child(-n+2) {
		border-top-width: 1px;
	}
	.products_single_body .item_section_sub.skin_allergen .item_info_box:nth-child(2n+1) {
		border-left-width: 1px;
	}
}


/* item_salt */
.products_single_body .item_editor_area .item_salt {
	float: right;
	display: block;
	padding: 7px 0;
}

/* item_editor_area_02 */
.products_single_body .item_editor_area_02 {
	overflow: hidden;
	margin-bottom: 84px;
}
.products_single_body .item_editor_area_02 .item_section_sub_title {
	margin-bottom: 16px;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_editor_area_02 {
		margin-bottom: 11.5%;
	}
}

/* item_text */
.products_single_body .item_editor_area_02 .item_text {
	margin-bottom: 40px;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_editor_area_02 .item_text {
		font-size: 91.667%;
		margin-bottom: 4.3%;
	}
}

/* item_banners */
.products_single_body .item_editor_area_02 .item_banners {
	overflow: hidden;
}
.products_single_body .item_editor_area_02 .item_banners img {
	display: block;
}
.products_single_body .item_editor_area_02 .item_banners img.alignleft {
	float: left;
}
.products_single_body .item_editor_area_02 .item_banners img.alignright {
	float: right;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_editor_area_02 .item_banners img {
		float: none;
		width: 100%;
		margin-top: 5%;
	}
	.products_single_body .item_editor_area_02 .item_banners img:first-child {
		margin-top: 0;
	}
}

/* item_editor_area_03 */
.products_single_body .item_editor_area_03 {
	overflow: hidden;
	margin-bottom: 84px;
}
.products_single_body .item_editor_area_03 .item_section_sub_title {
	margin-bottom: 20px;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_editor_area_03 {
		margin-bottom: 11.5%;
	}
}

/* item_video_wrappers */
.products_single_body .item_editor_area_03 .item_video_wrappers {
	overflow: hidden;
}

/* item_video_wrapper */
.products_single_body .item_editor_area_03 .item_video_wrapper {
	width: 416px;
	margin-top: 37px;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_editor_area_03 .item_video_wrapper {
		width: 100%;
		margin-top: 9.5%;
	}
}

/* item_video_wrapper (skin) */
.products_single_body .item_editor_area_03 .item_video_wrapper:nth-child(-n+2) {
	margin-top: 0;
}
.products_single_body .item_editor_area_03 .item_video_wrapper:nth-child(2n+1) {
	float: left;
}
.products_single_body .item_editor_area_03 .item_video_wrapper:nth-child(2n) {
	float: right;
}
@media screen and (max-width: 738px) {
	.products_single_body .item_editor_area_03 .item_video_wrapper:nth-child(-n+2) {
		margin-top: 9.5%;
	}
	.products_single_body .item_editor_area_03 .item_video_wrapper:first-child {
		margin-top: 0;
	}
	.products_single_body .item_editor_area_03 .item_video_wrapper:nth-child(2n+1),
	.products_single_body .item_editor_area_03 .item_video_wrapper:nth-child(2n) {
		float: none;
	}
}

/* item_video */
.products_single_body .item_editor_area_03 .item_video {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75.721154%;
	overflow: hidden;
}

/* iframe */
.products_single_body .item_editor_area_03 iframe {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* item_video_title */
.products_single_body .item_editor_area_03 .item_video_title {
	position: relative;
	letter-spacing: 0.1em;
	line-height: 1.3;
	font-size: 117%;
	padding: 8px 0 4px;
}

/* item_video_description */
.products_single_body .item_editor_area_03 .item_video_description {
	letter-spacing: 0;
	line-height: 1.5;
	font-size: 84%;
}

/* ---------------------------------------------
*   Safety
--------------------------------------------- */
/*  main
--------------------------------------------- */
@media screen and (max-width: 738px) {
	.page_safety .main {
		width: 89.375%;
		margin: 0 auto;
	}
}

/*  safety_lead
--------------------------------------------- */
.safety_lead {
	line-height: 1.75;
	margin: 10px 0 45px;
}
@media screen and (max-width: 738px) {
	.safety_lead {
		line-height: 2;
		font-size: 91.667%;
		margin-top: 7%;
	}
}

/*  safety_section
--------------------------------------------- */
.safety_section + .safety_section {
	margin-top: 80px;
}
@media screen and (max-width: 738px) {
	.safety_section + .safety_section {
		margin-top: 24%;
	}
}

/* -- safety_section_head -- */
.safety_section_head {
	margin-bottom: 20px;
}

/* item_title */
.safety_section_head .item_title {
	font-size: 258.334%;
	text-align: center;
}
@media screen and (max-width: 738px) {
	.safety_section_head .item_title {
		font-size: 208.334%;
	}
}

/* -- safety_section_body -- */
/* item_lead */
@media screen and (max-width: 738px) {
	.safety_section .item_lead {
		line-height: 1.75;
		font-size: 91.667%;
	}
}


/* item_section */
.safety_section .item_section + .item_section {
	margin-top: 68px;
}
@media screen and (max-width: 738px) {
	.safety_section .item_section + .item_section {
		margin-top: 14.5%;
	}
}

/* item_section_head */
.safety_section .item_section_head {
	margin-bottom: 25px;
}
@media screen and (max-width: 738px) {
	.safety_section .item_section_head .item_title {
		padding-bottom: 0;
	}
}

/* item_section_body */
/* item_section_sub */
.safety_section .item_section_sub {
	overflow: hidden;
}
.safety_section .item_section_sub + .item_section_sub {
	margin-top: 30px;
}
@media screen and (max-width: 738px) {
	.safety_section .item_section_sub + .item_section_sub {
		margin-top: 11%;
	}
}

/* item_section_sub_texts */
.safety_section .item_section_sub_texts {
	float: left;
	width: 336px;
}
.safety_section .item_section_sub_texts .item_title {
	font-size: 141.667%;
	margin-bottom: 10px;
}
.safety_section .item_section_sub_texts .item_text {
	line-height: 1.625;
}
#effort.safety_section .item_text + .item_text {
	margin-top: 21px;
}
@media screen and (max-width: 738px) {
	.safety_section .item_section_sub_texts {
		float: none;
		width: auto;
	}
	.safety_section .item_section_sub_texts .item_title {
		font-size: 120.8334%;
		margin-bottom: 3.5%;
	}
	.safety_section .item_section_sub_texts .item_text {
		line-height: 1.75;
		font-size: 91.667%;
	}
	#effort.safety_section .item_text + .item_text {
		margin-top: 1em;
	}
}

/* item_section_sub_figure */
.safety_section .item_section_sub_figure {
	float: right;
	width: 334px;
}
@media screen and (max-width: 738px) {
	.safety_section .item_section_sub_figure {
		float: none;
		width: auto;
		text-align: center;
		margin-top: 5.4%;
	}
}

/* skin (skin_width_full) */
.safety_section .item_section_sub.skin_width_full .item_section_sub_texts {
	float: none;
	width: auto;
}

/* skin (skin_texts_double) */
.safety_section .item_section_sub.skin_texts_double .item_section_sub_texts:nth-child(2) {
	float: right;
}
@media screen and (max-width: 738px) {
	.safety_section .item_section_sub.skin_texts_double .item_section_sub_texts:nth-child(2) {
		float: none;
		margin-top: 11%;
	}
}

/* skin (skin_item_section_half) */
.safety_section.skin_item_section_half .item_section {
	width: 336px;
	margin-top: 0;
}
.safety_section.skin_item_section_half .safety_section_body {
	overflow: hidden;
}
.safety_section.skin_item_section_half .item_section:nth-child(2n+1) {
	float: left;
}
.safety_section.skin_item_section_half .item_section:nth-child(2n) {
	float: right;
}
.safety_section.skin_item_section_half .item_section:first-child .item_section_text {
	margin-bottom: 15px;
}
.safety_section.skin_item_section_half .item_section:nth-child(2) .item_section_text {
	margin-bottom: 31px;
}
@media screen and (max-width: 738px) {
	.safety_section.skin_item_section_half .item_section {
		width: auto;
	}
	.safety_section.skin_item_section_half .item_section_head {
		margin-bottom: 6.6%;
	}
	.safety_section.skin_item_section_half .item_section:nth-child(2n+1),
	.safety_section.skin_item_section_half .item_section:nth-child(2n) {
		float: none;
	}
	.safety_section.skin_item_section_half .item_section:nth-child(2n) {
		margin-top: 11%;
	}
	.safety_section.skin_item_section_half .item_section .item_section_text {
		margin-bottom: 5.4%;
	}
	.safety_section.skin_item_section_half .item_section:first-child .item_section_text {
		line-height: 1.75;
		font-size: 91.667%;
	}
}

/* item_lists */
.safety_section .item_lists {
	overflow: hidden;
	margin: 36px 0 75px;
}
.safety_section .item_lists .item_list {
	float: left;
	margin-left: 43px;
}
.safety_section .item_list:nth-child(4n+1) {
	margin-left: 0;
}
@media screen and (max-width: 738px) {
	.safety_section .item_lists {
		letter-spacing: -0.4em;
		text-align: center;
	}
	.safety_section .item_lists .item_list {
		float: none;
		display: inline-block;
		width: 35%;
		max-width: 147px;
		margin: 3.355% 7.3426% 0;
	}
	.safety_section .item_lists .item_list(-n+2) {
		margin-top: 0;
	}
}
