a {
	transition: all 0.5s ease-out;
}
a:hover {
	transition: all 0.5s ease-out;
}
.sp_br {
	display: none;
}
.btn_blue {
	display: block;
	width: 100%;
	font-size: 16px;
    background: #005bab;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    position: relative;
}
.btn_blue:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 5%;
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.btn_blue i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7%;
    margin: auto 0;
    height: 15px;
}
.btn_blue:hover {
	opacity: 0.5;
	color: #fff;
}

.semicon_table table {
	width: 100%;
	text-align: center;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.semicon_table th,
.semicon_table td {
	padding: 10px 0;
	font-size: 16px;
	vertical-align: middle;
}
.semicon_table th {
    background: #005bab;
	color: #fff;
	font-weight: bold;
}
.semicon_table td {
	border-right: 1px solid #ddd;
}
.semicon_table tr {
	background: #e0ebf5;
}
.semicon_table tr:nth-child(2n) {
	background: #fff;
}

.blue_list {
	overflow: hidden;
	clear: both;
	margin: 50px 0 30px;
}
.blue_list li {
	float: left;
	padding: 7px 25px;
	background: #e0ebf5;
	color: #005bab;
	border: 1px solid #005bab;
	font-weight: bold;
	font-size: 16px;
	margin: 0 2% 2% 0;
	border-radius: 10px;
}


@media screen and (max-width: 768px) {
	.sp_br {
		display: block;
	}
	.semicon_table {
		width: 100%;
		overflow-x: scroll;
	}
	.semicon_table table {
		width: 800px;
	}
	.semicon_table th,
	.semicon_table td {
		padding: 7px 0;
		font-size: 13px;
	}
	.blue_list {
		margin: 20px 0;
	}
	.blue_list li {
		padding: 5px 15px;
		font-size: 14px;
	}
}

/*----------　トップページ　----------*/

.INDEX.first.wrap {
	overflow: hidden;
}
.INDEX.second .flex.list_5,
.INDEX-ENG.second .flex.list_5 {
	justify-content: center;
}
.INDEX.second .flex.list_5>li,
.INDEX-ENG.second .flex.list_5>li {
    width: 31%;
    margin: 1%;
	border-radius: 7px 7px 0 0;
	overflow: hidden;
}
.INDEX.second .flex.list_5>li dl dt,
.INDEX-ENG.second .flex.list_5>li dl dt {
    font-size: 22px;
}
.INDEX.second .flex.list_5>li dl,
.INDEX-ENG.second .flex.list_5>li dl {
    padding: 35px 20px 25px;
}
.INDEX.second .flex.list_5>li:before,
.INDEX-ENG.second .flex.list_5>li:before  {
    top: 127px;
}
.INDEX-ENG.second .flex.list_5>li a {
	padding: 15px 30px;
}
.INDEX-ENG.second .flex.list_5>li .min_title {
	font-size: 18px;
	padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
	.INDEX.second .flex.list_5,
	.INDEX-ENG.second .flex.list_5  {
		display: block;
	}
	.INDEX.second .flex.list_5>li,
	.INDEX-ENG.second .flex.list_5>li {
		width: 100%;
		margin: 0 0 5%;
	}
}

/*----------　半導体ページトップ　----------*/

.SERVICE.first .semicon_list>li {
    width: 32%;
    margin: 0 2% 2% 0;
	padding: 0;
}
.SERVICE.first .semicon_list>li:nth-child(3n) {
	margin-right: 0;
}
.SERVICE.first .semicon_list>li:nth-last-child(-n+4) {
	margin-bottom: 2%;
}
.SERVICE.first .semicon_list>li:nth-child(4n+1) {
	clear: inherit;
}
.SERVICE.first .semicon_list>li:nth-child(4n+4) {
	margin-right: 2%;	
}
.SERVICE.first .semicon_list>li dl {
	padding: 20px;
}
.SERVICE.first .semicon_list>li dl dd:first-of-type {
    min-height: 100px;
}
.semicon_list li img {
	width: 100%;
}

.SERVICE.first .semicon_list_min>li dl dd:first-of-type {
	min-height: auto;
}
.semicon_list_min li img {
	width: 100%;
}

@media screen and (max-width: 768px) {
		.SERVICE.first .semicon_list>li {
		width: 100%;
		margin: 0 2% 2% 0;
		padding: 0;
	}
}

/*----------　真空機関部品　----------*/

.SERVICE.DLBTN {
	padding-top: 0;
	padding-bottom: 64px;
}
.SERVICE.DLBTN_TOP {
	padding-top: 64px;
	padding-bottom: 0;
}
.semicom_dl_btn {
	overflow: hidden;
	clear: both;
	padding: 30px;
	background: #e0ebf5;
}
.semicom_dl_btn a {
	display: block;
	width: 30%;
	float: left;
    background: #005bab;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    position: relative;
}
.semicom_dl_btn a:hover {
	opacity: 0.5;
}
.semicom_dl_btn a i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7%;
    margin: auto 0;
    height: 15px;
}
.semicom_dl_btn p {
	width: 65%;
	float: right;
	font-size: 16px;
	font-weight: bold;
}
.semicom_dl_btn p.line1 {
	padding: 15px 0;
}
.vacuum_list {
	width: 1120px;
	margin: 0 auto;
}
.vacuum_list:after {
	content: '';
	overflow: hidden;
	clear: both;
	display: block;
}
.vacuum_list li {
	float: left;
    width: 31%;
    margin: 0 3% 2% 0;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
	border: #dddddd solid 1px;
}
.vacuum_list li figure {
	padding: 15px 35px;
}
.vacuum_list li:nth-child(3n) {
	margin-right: 0;
}
.vacuum_list li img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.vacuum_list table {
	border-top: #dddddd solid 1px;
	width: 100%;
}
.vacuum_list table th,
.vacuum_list table td {
	padding: 12px 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.4;
}
.vacuum_list table tr:first-child th {
	background: #005bab;
	color: #fff;
	width: 35%;
}
.vacuum_list table tr:first-child th,
.vacuum_list table tr:first-child td {
	font-size: 15px;
}
.vacuum_list table tr:nth-child(2n) {
	background: #e0ebf5;
}
.vacuum_list a {
	background: #005bab;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 15px 0;
	position: relative
}
.vacuum_list a:hover {
	opacity: 0.5;
}
.vacuum_list i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7%;
	margin: auto 0;
	height: 15px;
}
.vacum_post_lr {
	overflow: hidden;
	clear: both;
	padding: 50px 0;
}
.vacum_post_lr .left {
	width: 55%;
	float: left;
}
.vacum_post_lr .left p {
	margin-bottom: 20px;
	font-size: 16px;
}
.vacum_post_lr .right {
	width: 40%;
	float: right;
}
.vacum_post_lr .right img {
	width: 100%;
}


@media screen and (max-width: 768px) {
	
	.semicom_dl_btn {
		padding: 15px;
	}
	.semicom_dl_btn a {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.semicom_dl_btn p {
		width: 100%;
		float: none;
		font-size: 14px;
	}
	.semicom_dl_btn p.line1 {
		padding: 0;
	}
	.vacuum_list {
		width: 100%;
	}
	.vacuum_list li {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.vacum_post_lr .left,
	.vacum_post_lr .right {
		width: 100%;
		float: none;
	}
	.vacum_post_lr .right img {
		margin-bottom: 30px;
	}
	.vacum_post_lr .left p {
		font-size: 14px;
	}
}


/*----------　加工部品　----------*/

.processing_disc {
	background: #f2f2f2;
	overflow: hidden;
	clear: both;
}
.processing_disc .left {
	width: 50%;
	float: left;
	padding: 35px;
	box-sizing: border-box;
}
.processing_disc .right {
	width: 50%;
	float: right;
}
.processing_list {
	overflow: hidden;
	clear: both;
	padding: 10px;
}
.processing_list li {
	float: left;
    padding: 8px 30px;
    background: #fff;
    border-radius: 10px;
    margin: 0 20px 15px 0;
    box-shadow: 0px 0px 4px -1px #000000;
}
.parts_img_list {
	overflow: hidden;
	clear: both;
	margin-bottom: 50px;
}
.parts_img_list li {
	float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
	background: #005bab;
	text-align: center;
}
.parts_img_list li:nth-child(4n) {
	margin-right: 0;
}
.parts_img_list li img {
	width: 100%;
}
.parts_img_list li figcaption {
	color: #fff;
    padding: 30px 0;
    font-weight: bold;
    line-height: 1.3;
    min-height: 70px;
}
.parts_img_list li figcaption.line2 {
	padding: 20px 0;
}

@media screen and (max-width: 768px) {
	.processing_disc .left,
	.processing_disc .right,
	.processing_disc .right img {
		width: 100%;
		float: none;
	}
	.processing_disc .left {
		padding: 20px;
	}
	.MODULE .processing_disc h3.border {
		margin-bottom: 5px;
	}
	.processing_list li {
		padding: 5px 21px;
		font-size: 15px;
		margin: 0 10px 10px 0;
	}
	.parts_img_list li {
    	width: 49%;
	}
	.parts_img_list li:nth-child(2n) {
		margin-right: 0;
	}
	.parts_img_list li figcaption.line2 {
		padding: 22px 0;
	}
	.parts_img img {
		width: 75%;
		margin: 0 auto;
		display: block;
	}
}


/*----------　設計、装置一式ページ　----------*/

.photo_list {
	overflow: hidden;
	clear: both;
}
.photo_list li {
	width: 30%;
	float: left;
	margin: 0 5% 5% 0;
}
.photo_list li:nth-child(3n) {
	margin-right: 0;
}
.photo_list li img {
	width: 100%;
}
.photo_list li h4 {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	color: #005bab;
	padding: 15px 0;
}
.photo_list li p {
	font-size: 15px
}

@media screen and (max-width: 768px) {
	.photo_list li {
		width: 100%;
		float: none;
	}
}


/*----------　ドライキャビネットページ　----------*/

.semicon_lr {
	overflow: hidden;
	clear: both;
}

.semicon_lr .left,
.semicon_lr .right {
	width: 50%;
	float: left;
}
.semicon_lr .right {
	float: right;
}
.table_mini {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.semicon_lr h4 span {
	font-size: 16px;
}
.table_mini th,
.table_mini td {
	padding: 10px 10px;
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
}
.drycabinet_btn {
	width: 50%;
	display: block;
	margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
	.semicon_lr .left,
	.semicon_lr .right {
		width: 100%;
		float: none;
	}
	.drycabinet_btn {
		width: 90%;
	}
}


/*----------　半導体ウェハー検査機ページ　----------*/

.semicon_etc_lr {
	position: relative;
	margin-bottom: 30px;
}
.semicon_etc_lr:after {
	content: '';
	display: block;
	overflow: hidden;
	clear: both;
}
.semicon_etc_lr .left {
	float: left;
	width: 55%;
}
.semicon_etc_lr .right_img {
	position: absolute;
	top: -100px;
	left: 55%;
}
.semicon_etc_lr h4 {
	font-size: 16px;
    font-weight: 700;
    border-left: 3px solid #005bab;
    padding: 0 0 0 10px;
    line-height: 1.4;
    margin: 0 0 12px;
}
.semicon_etc_lr p {
	margin-bottom: 30px;
}
.semicon_etc_lr .left img {
	margin:0 7px;
}

@media screen and (max-width: 1300px) {
	.semicon_etc_lr .right_img {
		width: 45%;
		position: relative;
		top: 0;
		left: 0;
		float: right;
	}
}
@media screen and (max-width: 768px) {
	.semicon_etc_lr .right_img,
	.semicon_etc_lr .left {
		width: 100%;
		float: none;
	}
	.semicon_etc_lr .left img {
		width: 48%;
		float: left;
		margin: 0 1%;
	}
}

/*----------　ウェハー研磨機ページ　----------*/

.FLEXO_DETAIL.second .polishing_box p.box_gray {
	margin: 100px 0 50px;
	text-align: left;
}
.FLEXO_DETAIL.second .flex figure img {
	margin: 10px 0 4px;
}
.machine_img figcaption {
	text-align: center;
	font-weight: bolder;
}
.FLEXO_DETAIL.second .flex figure.machine_img2 {
	width: 100%;
	text-align: center;
	font-weight: bolder;
}
@media screen and (max-width: 768px) {
	.FLEXO_DETAIL.second .polishing_box p.box_gray {
		margin: 20px 0 40px;
	}
}


/*----------　ダウンロードページ　----------*/

.DLPAGE .semicon_table {
	margin: 10px 0 50px;
}
.DLPAGE .semicon_table a {
	display: inline-block;
	font-size: 16px;
    background: #005bab;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 7px 40px;
    position: relative;
	margin: 0 10px;
}
.DLPAGE .semicon_table a:hover {
	opacity: 0.5;
}
.DLPAGE .semicon_table a i {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 8%;
	height: 20px;
}
.not_btn {
	display: inline-block;
	font-size: 16px;
    background: #777;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 7px 40px;
    position: relative;
	margin: 0 10px;
}
.DLPAGE .semicon_table tr td:last-child {
	width: 30%;
}
.DLPAGE .semicon_table tr th.round_cad_th {
	width: 40%;
}
.DLPAGE.MODULE h3.border span {
	float: right;	
}
.DLPAGE.MODULE h3 {
	margin-bottom: 10px;
}
.dl_subtitle {
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}
.magnetic_series {
	font-size: 18px;
}
.magnetic_series br {
	display: none;
}

@media screen and (max-width: 768px) {
	.DLPAGE .semicon_table tr td:last-child {
		width: 270px;
	}
	.DLPAGE.MODULE h3.border span {
		font-size: 13px;
		padding-top: 5px;
	}
	.DLPAGE.MODULE h3.border span.magnetic_series {
		padding-top: 2px;
		float: none;
		display: block;
	}
	.dl_subtitle {
		font-size: 13px;
		text-align: left;
	}
	.magnetic_series br.sp_br {
		display: block;
	}
}


/*----------　資料請求フォーム　----------*/

.wpcf7-form-control-wrap {
    display: block;
	text-align: center;
}
.post-password-form p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}
.post-password-form label,
.post-password-form input {
	font-size: 16px;
	padding: 5px;
	margin: 10px 0;
}
.post-password-form input[type="submit"] {
	padding: 5px 15px;
	background: #005bab;
	color: #fff;
	border: none;
}
.choice_title {
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
}
.choice_title span {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 2px 10px;
	background: #005bab;
	margin-left: 10px;
}
.dlform_btn {
	width: 100%;
	position: relative;
	overflow: hidden;
	clear: both;
}
.DLFORM .download-class .wpcf7-form-control {
	overflow: hidden;
	clear: both;
}
.DLFORM .download-class .wpcf7-list-item {
	width: 25%;
	margin: 0 0 20px;
	position: relative;
}
.DLFORM .download-class .wpcf7-list-item input {
	width: 90%;
	margin: 0 auto;
	display: inline-block;
	height: 190px;
	cursor: pointer;
/* 初期設定をclear */
    appearance: none;
    -webkit-appearance: none; /* webkit系はpfが必要 */
    outline: none;
}
/*.DLFORM .download-class .wpcf7-list-item input[type="checkbox"]:checked {
	background: #e1ebf5;
	color: #005bab;
	border:2px #005bab solid;
}*/
.DLFORM .download-class .wpcf7-list-item input:before {
	content: '';
	width: 90%;
	height: 90%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.DLFORM .download-class .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
	background: #e1ebf5;
	border: #005bab 2px solid;
}
.DLFORM .download-class .wpcf7-list-item .wpcf7-list-item-label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	text-align: center;
	width: 90%;
	color: #005bab;
	font-weight: bold;
	background: #fff;
	border: #dddddd 2px solid;
}
.DLFORM .download-class .wpcf7-list-item .wpcf7-list-item-label:before {
	display: block;
	width: 60%;
	margin: 0 auto;
}
.DLFORM .download-class span.wpcf7-not-valid-tip {
	display: block;
    clear: both;
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
	pointer-events: none;
}
span.wpcf7-not-valid-tip {
    text-align: left;
}

@media screen and (max-width: 768px) {
	.choice_title {
		padding: 20px 0 35px;
	}
	.choice_title span {
		display: block;
		width: 100px;
		margin: 0 auto;
	}
	.DLFORM .download-class span.wpcf7-not-valid-tip {
		top: -40px;
	}
	.DLFORM .tableStyle tr:first-child td {
    	width: 100%;
		position: relative;
		border: none;
	}
	.DLFORM .download-class .wpcf7-list-item {
    	width: 50%;
	}
	
}


/*----------　英語調整　----------*/

.eng_page .SEMICON.first .Clum>li dl dt {
    font-size: 16px;
    letter-spacing: -0.5px;
}
