@charset "UTF-8";

/* ############################################## */

.second_header h2 {
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    width: 100%;
    background:url("../sp_img/machine/main_title_en.png") no-repeat center bottom;
	background-size: contain;
	padding-bottom: 8vw;
}

/* ############################################## */

.contents_title_01 {
	text-align: center;
	margin-bottom: 6.66vw;
	padding-bottom: 6.66vw;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}
.contents_title_01:after {
	width: 80px;
	height: 5px;
	content: "";
	background: #cce459;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -3px;
}
.contents_title_02 {
	text-align: center;
	margin-bottom: 6.66vw;
	padding-bottom: 6.66vw;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}
.contents_title_02:after {
	width: 80px;
	height: 5px;
	content: "";
	background: #cce459;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -3px;
}

/* ############################################## */

.machine_wrap {
	width: 100%;
    padding: 10.66vw 0 13.33vw 0;
}
.machine {
    width: 90%;
    margin: 0 auto;
}
.contents_title_before {
	text-align: center;
	margin-bottom: 20px;
}
.contents_txt_01 {
	width: 90%;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	margin:0 auto 6.66vw auto;
}
.machine_list_01 {
	width: 90%;
	margin:0 auto;
	text-align: center;
}
.machine_list_01 li {
	margin-bottom: 6.66vw;
	text-align: center;
}
.machine_list_01 li img {
	width: 70%;
	height: auto;
}
.machine_list_01 li p {
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	padding-top: 3.33vw;
}
.machine_list_02 {
	width: 90%;
	margin:0 auto;
	text-align: center;
}
.machine_list_02 li {
	margin-bottom: 6.66vw;
	text-align: center;
}
.machine_list_02 li img {
	width: 70%;
	height: auto;
}
.machine_list_02 li p {
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	padding-top: 3.33vw;
}
.list_margin_01 {
	margin-bottom: 13.33vw !important;
}

.contents_menu {
	text-align: center;
	margin-bottom: 50px;
	display: none;
}
.contents_menu a {
	display: inline-block;
	margin: 0 15px;
	padding-bottom: 20px;
	background:url("../sp_img/common/anchor_arrow.png") no-repeat bottom center
}
.contents_menu a:link,
.contents_menu a:visited,
.contents_menu a:hover,
.contents_menu a:active {
	color: #413939;
	text-decoration: underline;
}

.company_table_03 {
	width: 100%;
	margin: 0 auto 6.66vw auto;
	border-collapse:collapse;
	border: 1px solid #e3e3e3;
}
.company_table_03 th {
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
	text-align: left;
	padding: 4vw;
	border: 1px solid #e3e3e3;
}
.company_table_03 td {
	width: 80px;
	background: #f5f5f5;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	padding: 4vw;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #e3e3e3;
}
.contents_txt_02 {
	width: 100%;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	margin:0 auto 0vw auto;
}