@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
	font-size: small;
  *font:x-small;
	background: #FFF;
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.8;
}

select, input, button, textarea {
	font: 99% sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #29d;

  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #29d;
}

.pace.pace-inactive {
  display: none;
}

#document {
  position: relative;
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
}


/*
**:::::::  common style   :::::::
*/

@media (min-width: 765px) {
	#pagetop {
		position: fixed;
		right: 8px;
		bottom: -50px;
		width: 41px;
		height: 38px;
		background: url(../images/common/img_pagetop.png) 0 0 no-repeat;
	}

	#pagetop a {
		background: url(../images/common/img_pagetop_arrow.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		display: block;
		height: 35px;
		margin-top: 3px;
		text-indent: -9999px;
		-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
		-moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
		transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
		width: 41px;
		outline: none;
	}

	#pagetop a:hover {
		background-position: 0 100%;
	}

	#pagetop a img {
		display: block;
	}

	br.pc_hide {
		display: none;
	}
}

a:link,a:visited {
	color: #1E2EA8;
	text-decoration: none;
	font-weight: normal;
}

a.trans:link,a.trans:visited {
	color: #1E2EA8;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

a:hover {
	color: #F90;
}

.wrap {
	width: 1020px;
	margin: 0 auto;
}
.wrap-responsive {
	width: 90%;
	margin: 0 auto;
	max-width: 1160px;
}

.wrap:after,
.section1:after,
.imgList:after,
.imgList2:after,
.product:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}



/**************
ヘッダー
**************/

#headTop {
	height: 28px;
	background: #F3F3F3;
	text-align: center;
	position: relative;
	z-index: 1002;
}
#headTop h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 28px;
	color: #777;
	margin-bottom: 80px;
}
#header {
	height: 80px;
	width: 100%;
	position: fixed;
	top: 28px;
	z-index: 1001;
}
#header.fixed {
	position: fixed;
	top: 0;
	z-index: 1002;
	animation-name: fixedHeader;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50% 0;
  animation-duration: .5s;
}
@keyframes fixedHeader {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}
#header-inner {
	min-width: 1020px;
	background-color: #fff;
  border-bottom: 1px solid #dfe6e4;
  z-index: 1000;
  position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#header.fixed #header-inner {
	background-color: rgba(255,255,255,1);
}
#header-inner #header-logo {
	float: left;
	padding-top: 14px;
	padding-left: 30px;
	width: 160px;
}
#header-inner #header-logo img {
	display: block;
	width: 100%;
}
#header-inner #global_navi ul#navi_ul {
	float: left;
	margin-left: 50px;
}
#header-inner #global_navi ul#navi_ul li {
	float: left;
	line-height: 80px;
	padding: 0 20px;
	margin-right: 18px;
}
@media (min-width: 765px) and (max-width: 1260px) {
	#header-inner #global_navi ul#navi_ul li {
		margin-right: 0;
	}
}
#header-inner #global_navi ul#navi_ul li:last-child {
	margin-right: 0;
}
#header-inner #global_navi ul#navi_ul li.mn_trigger {
	background: url(../images/common/arrow_down.png) no-repeat right 37px;
}
#header-inner #global_navi ul#navi_ul li a {
	color: #525252;
	display: block;
	font-weight: bold;
}
#header-inner #global_navi ul#navi_ul li a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header-inner #global_navi ul#navi_ul li a:hover .line {
	visibility: visible;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header-inner #global_navi ul#navi_ul li a .line {
	display: block;
  visibility: hidden\9;
  width: 100%;
  height: 1px;
  margin: -25px 0 0;
  -moz-transition: -moz-transform 400ms ease-out;
  -o-transition: -o-transform 400ms ease-out;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: #525252;
}
#header-inner #lang_wrap {
  width: 124px;
  float: right;
  position: relative;
}
#header-inner #lang_wrap li {
  width: 123px;
  height: 80px;
  text-align: center;
  border-left: 1px solid #d7dfdc;
  position: absolute;
  left: 0;
  background-color: #fff;
  cursor: pointer;
}
#header-inner #lang_wrap li a, #header-inner #lang_wrap li span {
  display: inline-block;
  padding-top: 28px;
  font-size: 14px;
  font-weight: bold;
}
#header-inner #lang_wrap li.trigger {
  height: 80px;
  position: relative;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}
#header-inner #lang_wrap li:hover {
  background-color: #0047E3;
}
#header-inner #lang_wrap li:hover.trigger a, #header-inner #lang_wrap li:hover.trigger span {
  position: relative;
}
#header-inner #lang_wrap li:hover a, #header-inner #lang_wrap li:hover span {
  color: #fff;
  text-decoration: none;
}
#header-inner #lang_wrap li:nth-child(2), #header-inner #lang_wrap li:nth-child(3) {
	display: none;
}
#header-inner #lang_wrap li:nth-child(2) {
	top: 80px;
}
#header-inner #lang_wrap li:nth-child(3) {
	top: 160px;
}

.header-dropdown {
	position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
#header-dropdown-nav {
	position: relative;
}
#header-dropdown-nav .header-dropdown-list {
	background-color: #fff;
  position: absolute;
  top: -100px;
  left: 0;
  border-bottom: 1px solid #d7dfdc;
  display: none;
}
.header-dropdown-inner {
	min-width: 1020px;
	max-width: 1200px;
	margin: 0 auto;
	opacity: 0;
}
.header-dropdown-inner .dropdown-info {
	float: left;
	padding: 41px 0 40px 3%;
	width: 25%;
}
.header-dropdown-inner .dropdown-info .info-main {
	font-size: 24px;
	font-weight: 600;
}
.header-dropdown-inner .dropdown-info .border {
	background: #333;
	height: 2px;
	width: 120px;
	margin: 8px 0 23px;
}
.header-dropdown-inner .dropdown-info .info-text {
	margin-right: 60px;
}
.header-dropdown-inner .dropdown-info a {
	width: 150px;
	border: 2px solid #0047E3;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	display: block;
	margin-top: 20px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.header-dropdown-inner .dropdown-info a:hover {
	background: #0047E3;
	color: #FFF;
}
.header-dropdown-inner .dropdown-info a i {
	display: inline-block;
	float: right;
	padding: 4px 10px 0 0;
}
.header-dropdown-inner .dorpdown-content {
	border-left: 1px solid #d7dfdc;
	float: right;
  width: 71.67%;
}
.header-dropdown-inner .dorpdown-content .dd-list li {
	float: left;
	width: 50%;
	position: relative;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.header-dropdown-inner .dorpdown-content .dd-list li:hover,
.company-menu-left .company-menu:hover,
.recruit-menu ul li a:hover {
	background: #f3f3f3;
}
.header-dropdown-inner .dorpdown-content .dd-list li .list-inner {
	border-bottom: 1px solid #d7dfdc;
	border-right: 1px solid #d7dfdc;
	display: table;
	padding: 12px 4.65%;
	width: 90.7%;
}
.header-dropdown-inner .dorpdown-content .dd-list-tec li .list-inner {
	border-bottom: 1px solid #d7dfdc;
	border-right: 1px solid #d7dfdc;
	display: table;
	padding: 25px 4.65%;
	width: 90.7%;
}
.header-dropdown-inner .dorpdown-content .dd-list li .list-inner.bobo-0 {
	border-bottom: 0;
}
.header-dropdown-inner .dorpdown-content .dd-list li .list-inner > * {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.header-dropdown-inner .dorpdown-content .dd-list li .list-inner .photo {
	display: block;
	width: 180px;
	overflow: hidden;
}
.header-dropdown-inner .dorpdown-content .dd-list li .list-text {
	width: 47%;
	padding-left: 10px;
}
.header-dropdown-inner .dorpdown-content .dd-list li .list-text i,
.recruit-menu ul li i {
	display: block;
	font-size: 1rem;
	color: #0047E3;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -8px;
}
.header-dropdown-inner .dorpdown-content .dd-list li a,
.company-menu-left .company-menu a,
.biz-block li a,
.biz_panel li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	top: 0;
	left: 0;
}
.top-news-table.undert tr td a {
	display: inline;
	width: auto;
	height: auto;
	text-indent: inherit;
	outline: none;
	position: inherit;
}
.news_img {
	display: block;
	width: 160px;
	float: left;
	margin-right: 18px;
}
.company-menu-left {
	width: 100%;
	float: right;
}
.company-menu-left .company-menu {
	text-align: center;
	border-right: 1px solid #d7dfdc;
	display: block;
	padding: 50px 0 45px;
	position: relative;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	float: left;
	width: 24.5%;
}
.company-menu-left .menu-icon {
	font-size: 30px;
	text-align: center;
	display: block;
	color: #9EB6FF;
	margin-bottom: 10px;
}
.company-menu-right {
	width: 65%;
	float: right;
	padding: 45px 0;
}
.company-menu-right .photo {
	float: left;
	display: block;
	width: 260px;
}
.company-menu-right .recruit-wrap {
	float: right;
	width: 46%;
}
.company-menu-right .recruit-wrap p {
	font-size: 16px;
	margin-bottom: 7px;
	padding-top: 40px;
}
.company-menu-right .recruit-wrap ul {
	margin-left: 10px;
}
.company-menu-right .recruit-wrap ul li a,
.biz-block li,
.biz-block li .biz-img,
.fu-btn,
.contact-menu .head-mail-btn,
a.btn-s1,a.btn-s2 {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.company-menu-right .recruit-wrap ul li a i {
	display: inline-block;
	margin-right: 4px;
}
.recruit-menu ul {
	width: 100%;
	display: table;
	height: 130px;
}
.recruit-menu ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	width: 25%;
	border-right: 1px solid #d7dfdc;
}
.recruit-menu ul li a {
	display: block;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	height: 130px;
	line-height: 128px;
	color: #222;
	padding-right: 10px;
}
.contact-menu {
	padding: 30px;
	text-align: center;
}
.contact-menu .head-nums {
	margin-left: 30px;
}
.contact-menu .nums {
	float: left;
	display: inline;
	margin-left: 25px;
	margin-top: 18px;
}
.contact-menu .nums dt {
	display: table-cell;
	vertical-align: middle;
	border: 1px #BDBDBD solid;
	padding: 0 5px;
	color: #8B8787;
	line-height: 1;
}
.contact-menu .nums dd {
	display: table-cell;
	font-size: 1.4rem;
	vertical-align: middle;
	line-height: 1;
	padding-left: 5px;
}
.contact-menu .head-mail-btn {
	float: left;
	width: 240px;
	margin-top: 10px;
	margin-left: 40px;
}
.contact-menu .head-mail-btn img {
	display: block;
	width: 100%;
}

.headMenu {
	display: none;
}

#overlay {
	background-color: #202524;
	display: none;
	left: 0;
	opacity: 0.9;
	position: fixed;
	top: 0;
	z-index: 80;
}



/**************
TOPページ
**************/

.top-info-wrap{
	margin: 50px 10px;
	text-align: center;
}

.top-info{
	margin: 0 auto;
	max-width: 800px;
	padding: 30px 0;
	background: rgba(255,224,225,1.00);
    border: 1px rgba(229,0,3,1.00) solid;
    border-radius: 4px;
}
@media (max-width: 765px){
	.top-info {
    	max-width: 92%;
    	margin: 0 auto;
		font-size: 14px;
		padding: 30px 10px;
	}
}

.slider-wrap {
	width: 100%;
	position: relative;
}
.slider-wrap .main-bg {
	width: 100%;
	display: block;
}
.slider-wrap .main-text {
	position: absolute;
	margin: auto;
	top: 34%;
	left: 5%;
	right: 5%;
	text-align: center;
	display: block;
	width: 90%;
	height: auto;
	color: #FFF;
	font-size: 40px;
	line-height: 1.4;
	font-weight: 100;
}
.slider-wrap .main-text .main-num {
	border: 2px #FFF solid;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	margin: 0 auto 40px;
	transform: translateX(0%) rotate(45deg);
}
.slider-wrap .main-text .main-num span {
	transform: rotate(-45deg);
	display: block;
	text-align: center;
}


/* トップ お知らせ */
.top-picknews a,
.top-picknews p {
	width: 600px;
	margin: 45px auto;
	padding: 15px;
	background-color: #e6f1ff;
	border: 1px #2f83d1 solid;
	text-align: center;
	color: #2f83d1;
	display: block;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	font-size: 1rem;
}
.top-picknews p span {
	/*text-align: left;*/
	display:block;
	font-size:0.9rem;
	color:#000000;
}
.top-picknews a:hover {
	background-color: #c6e2ff;
}

.top-picknews.red-topic a,
.top-picknews.red-topic p {
	background: rgba(255,224,225,1.00);
	border: 1px rgba(229,0,3,1.00) solid;
	color: #DB0003;
}

.top-picknews.red-topic a:hover {
	background: rgba(255,204,205,1.00);
}



.top-section-title {
	background: url(../images/common/black_line.png) repeat-x 40px;
	text-align: center;
	margin-bottom: 40px;
}
.top-section-title h2 {
	background: #FFF;
	font-size: 36px;
	display: inline-block;
	padding: 0 30px;
	line-height: 1;
}
.top-section-title p {
	font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
	color: #909397;
}
.top-biz-text {
	text-align: center;
	padding-bottom: 50px;
}

/*.alumi-title-bg {
	background: url(../images/top/alumi_bg.png) no-repeat;
	background-size: cover;
	height: 230px;
	width: 100%;
	text-align: center;
	color: #FFF;
}
.alumi-title-bg h3 {
	font-size: 30px;
	padding-top: 73px;
	font-weight: 500;
}
.alumi-title-bg p {
	font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
}*/

.delayed {
	transition: .8s;
	transition-delay: .8s;
}

.top_alumi {
	background: url(../images/top/alumi_bg_gd.jpg) repeat-x bottom;
	text-align: center;
	min-height: 500px;
	position: relative;
}
.top_alumi h3 {
	font-size: 28px;
	padding-top: 40px;
	position: relative;
	z-index: 10;
}
.top_alumi_subtitle {
	font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
	position: relative;
	z-index: 10;
}
.alumi_title_box {
	padding: 44px 0 0;
	position: absolute;
	left: 55%;
	margin-right: -19px;
	width: 480px;
	font-size: 0.9rem;
	text-align: left;
	z-index: 10;
}
.alumi_title_box h4 {
	font-size: 20px;
	margin-bottom: 25px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.90);
}
.alumi_title_box p {
	text-shadow: 1px 1px 1px rgba(255,255,255,.90);
}
.top_alumi_obj {
	margin: auto;
	transition: .8s;
	max-width: 52%;
	z-index: 2;
}
.top_alumi_obj img {
	display: block;
	width: 100%;
}
.alumi-title-after {
	text-align: center;
	background: #F8F5F5;
	padding: 30px 0;
	font-size: 17px;
	margin-bottom: 40px;
}

.top_alumi_images {
	width: 100%;
	display: table;
	height: 250px;
}
.top_alumi_images div {
	display: table-cell;
	width: 33.3333%;
	height: 250px;
	overflow: hidden;
	vertical-align: middle;
	text-indent: -9999px;
}
.top_alumi_images div.top_alumi_images_01 {
	background: url(../images/top/top_alumi_01.jpg);
	background-size: cover;
	background-position: center;
}
.top_alumi_images div.top_alumi_images_02 {
	background: url(../images/top/top_alumi_02.jpg);
	background-size: cover;
	background-position: center;
}
.top_alumi_images div.top_alumi_images_03 {
	background: url(../images/top/top_alumi_03.jpg);
	background-size: cover;
	background-position: center;
}
.top_alumi_images div img {
	vertical-align: middle;
	display: block;
}

a.btn-s1 {
	border: 1px #161CC2 solid;
	background: rgba(255,255,255,.50);
	border-radius: 5px;
	width: 240px;
	text-align: center;
	display: block;
	padding: 12px 10px 12px 0;
	position: relative;
}
a.btn-s1:hover {
	background: #161CC2;
	color: #FFF;
}
a.btn-s1 i,a.btn-s2 i {
	display: block;
	position: absolute;
	right: 15px;
	top: 18px;
}


a.btn-s2 {
	border: 1px #111 solid;
	background: #111;
	width: 240px;
	text-align: center;
	display: block;
	padding: 12px 10px 12px 0;
	position: relative;
	color: #FFF;
}
a.btn-s2:hover {
	background: #FFF;
	color: #111;
}



.biz-block li {
	float: left;
	display: inline;
	width: 48%;
	margin-bottom: 33px;
	position: relative;
}
.biz-block li:hover {
	color: #244FBF;
}
.biz-block li:nth-child(odd) {
	padding-right: 1%;
}
.biz-block li:nth-child(even) {
	padding-left: 3%;
}
.biz-block li .biz-img {
	width: 200px;
	height: 200px;
	float: left;
	display: block;
	margin-right: 23px;
	overflow: hidden;
}
.biz-block li .biz-img img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.biz-block li:hover .biz-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.fu-btn:hover,
.contact-menu .head-mail-btn:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
.biz-block li .biz-number {
  font-size: 11px;
  font-weight: bold;
	padding-top: 20px;
}
.biz-block li h4 {
	font-size: 18px;
	margin-bottom: 15px;
}
.biz-block li .no-br br {
	display: none;
}

.micro-title-bg {
	height: 350px;
	background: url(../images/top/micro_bg.png) no-repeat;
	background-size: cover;
	width: 100%;
	color: #FFF;
	margin-top: 60px;
	text-align: center;
	margin-bottom: 40px;
}
.micro-title-bg h3 {
	font-size: 30px;
	padding-top: 73px;
	font-weight: 500;
}
.micro-title-bg p.eng {
	font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
	background: url(../images/common/white_line.png) no-repeat center bottom;
	padding-bottom: 33px;
}
.micro-title-bg p.under {
	font-size: 18px;
	margin-top: 33px;
}


#mainContents {
	margin-top: 80px;
}

.topContent {
	background: #F7FAFA;
	padding: 50px 0;
	margin-top: 60px;
	border-top: 1px solid #e3eeba;
}
.topNews {
	width: 70%;
	float: left;
}
.topNews .top-news-head h2 {
	font-size: 25px;
	display: inline-block;
}
.topNews .top-news-head p {
	font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 14px;
	display: inline-block;
	color: #777;
	margin-left: 13px;
}
.topNews .top-news-head p i {
	display: inline-block;
	margin-right: 4px;
}
.top-news-head {
	border-bottom: 2px solid #dfe6e4;
	margin-bottom: 12px;
}
.top_news_pagelink {
	display: inline-block;
	float: right;
	padding-top: 10px;
	font-size:1.5em

}
.top-newsbox {
	max-height: 800px;
	overflow: auto;

}
.top-newsbox  .top-news-table td{
	  word-break : break-all;
}
.top-news-table tr {
	border-bottom: 1px solid #dfe6e4;
	position: relative;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	display: block;
}
.top-news-table tr th,
.top-news-table tr td {
	padding: 10px;
}

.topContent .movie {
	width: 25%;
	float: right;
	text-align: center;
	padding-top: 40px;
}
.topContent .movie a {
	display: block;
	width: 100%;
	padding: 30px 0;
	border: 3px solid #dfe6e4;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	background: #FFF;
}
.topContent .movie a i {
	font-size: 50px;
	display: block;
}



/**************
フッター
**************/

.banners {
	background: #00AAD7;
	width: 100%;
	padding: 39px 0;
}
.banners ul {
	display: table;
	margin: 0 auto;
}
.banners ul li {
	display: table-cell;
	padding: 0 15px;
	vertical-align: middle;
}
.banners_sp {
	display: none;
}

.contact-section {
	background-color: #FFF;
	border-bottom: 1px solid #6491DD;
	border-top: 1px solid #e3eeba;
	padding-bottom: 30px;
	padding-top: 30px;
}
.contact-left {
	float: left;
	width: 555px;
}
.contact_caution {
	text-align: center;
	line-height: 1.4;
	padding: 5px 0 6px;
	background: rgba(255,224,225,1.00);
	border: 1px rgba(229,0,3,1.00) solid;
	border-radius: 4px;
	font-size: 14px;
}
.contact_caution span {
	color: #DB0003;
	font-size: 15px;
	font-weight: bold;
}
.fu-btn {
	float: right;
}


#footer {
	margin-top: 0;
}
.foot-menu {
	border-bottom: 2px #e9e9e9 solid;
}
.foot-sitemap {
	border-top: 1px #BEE8F3 solid;
	padding: 2rem 0;
	background: #EAF9FF;
}
.foot-sitemap ul {
	width: 170px;
	float: left;
}
.foot-sitemap ul li.ttl a {
	font-size: 14px;
	color: #333;
}
.foot-sitemap ul li.ttl a i {
	display: inline-block;
	margin-right: 3px;
}
.foot-sitemap ul li a {
	font-size: 12px;
	color: #777;
}
.foot-sitemap ul li a:hover {
	text-decoration: underline;
}


.finish {
	text-align: center;
	border-top: 1px solid #6491DD;
	padding-top: 5px;
}
.finish ul {
	display: table;
	margin: 0 auto;
}
.finish ul li {
	display: table-cell;
	padding: 12px;
	vertical-align: middle;
	text-align: left;
}
.finish ul li.foot_name {
	padding-right: 50px;
	font-size: 15px;
	line-height: 1.5;
}
.finish ul li .finish-logo {
	display: block;
	width: 170px;
}
.foot-info span {
	display: inline-block;
	margin: 0 15px;
}
.copyright {
	background: #BEE8F3;
	padding: 10px 0;
	color: #777;
	text-align: center;
}



/**************
共通
**************/

#dropNav,
.tel-btn,
.tel-after {
	display: none;
}

.breadcrumbs {
	padding: 10px 0 10px 30px;
	font-size: 12px;
}

.bg-gray {
	background-color: #f2f5f8;
}
.bg-blue {
	background-color: #EAF0F7;
}
.bg-yellow {
	background-color: rgba(254,255,235,1.00);
}




/**************
ページタイトル
**************/

.pageTitle {
	height: 260px;
	text-align: center;
}
.pageTitle-short {
	height: 180px;
	text-align: center;
}
.pageTitle.alumi {
	background: url(../images/title/alumi_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	height: 300px;
}
.pageTitle.bisai {
	background: url(../images/top/micro_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
	height: 300px;
}
.pageTitle.company {
	background: url(../images/page/company/comp_img_01.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	height: 300px;
}
.pageTitle.tech {
	background: url(../images/title/tech_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	height: 300px;
}
.pageTitle-short.recruit2 {
	position: relative;
	height: 280px;
	background: url(../images/page/recruit/recruit_short.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.recruit2.career {
	background: url(../images/page/tech/tech_img_02.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.recruit2.interview {
	background: url(../images/page/recruit/interview.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.recruit2.data {
	background: url(../images/page/recruit/data.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.alumi2 {
	position: relative;
	height: 200px;
	background: url(../images/title/alumi_bg.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.bisai2 {
	position: relative;
	height: 200px;
	background: url(../images/page/bisai_ana/micro_img_03.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.bisai3 {
	position: relative;
	height: 200px;
	background: url(../images/page/bisai_kyoumen/micro_img_04.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.bisai4 {
	position: relative;
	height: 200px;
	background: url(../images/page/bisai_sousaku/bisai_tit1.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.bisai_kabe {
	position: relative;
	height: 200px;
	background: url(../images/page/bisai_kabe/bisai_kabe.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.bisai_mizo {
	position: relative;
	height: 200px;
	background: url(../images/page/bisai_mizo/bisai_mizo.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.rinen {
	position: relative;
	height: 300px;
	background: url(../images/page/company/rinen_img.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.media{
	position: relative;
	height: 300px;
	background: url(../images/page/company/media_title.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.history {
	position: relative;
	height: 300px;
	background: url(../images/page/company/history_img.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.tech {
	position: relative;
	height: 200px;
	background: url(../images/page/tech/tech_img_01.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.friction {
	position: relative;
	height: 200px;
	background: url(../images/page/tech/tech_img_05.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.faq {
	position: relative;
	height: 200px;
	background: url(../images/page/tech/tech_img_03.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.equip {
	position: relative;
	height: 200px;
	background: url(../images/page/tech/tech_img_04.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.contact {
	position: relative;
	height: 200px;
	background: url(../images/page/saiyo_tit.jpg) no-repeat center;
	background-size: cover;
}
.pageTitle-short.link {
	position: relative;
	height: 200px;
	background: url(../images/page/link_tit.jpg) no-repeat center;
	background-size: cover;
}
.title-recruit {
	height: 300px;
	background: url(../images/page/recruit/title_recruit_bg.jpg) repeat-x center top;
	background-size: contain;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 6px 0;
}
.pageTitle-short.title-review {
	position: relative;
	height: 200px;
	background: url(../images/page/review_tit.jpg) no-repeat center;
	background-size: cover;
}
.bg-pattern {
	background: #26292e;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.bg-pattern-white {
	background: rgba(255,255,255,.60);
	opacity: 1;
}
.pageTitle.recruit .wrap,
.pageTitle.bisai .wrap,
.pageTitle.company .wrap {
	position: relative;
	z-index: 2;
	color: #FFF;
}
.title-recruit .wrap {
	position: relative;
	z-index: 2;
}
.pageTitle h2 {
	font-size: 34px;
	font-weight: normal;
	padding-top: 70px;
	background: url(../images/common/t_line_w.png) no-repeat center bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
	color: #FFF;
}
.pageTitle.company h2,
.pageTitle.alumi h2,
.pageTitle.tech h2 {
	padding-top: 85px;
	background: url(../images/common/t_line.png) no-repeat center bottom;
	text-shadow: inherit;
	color: #000;
}
.pageTitle.bisai h2 {
	padding-top: 80px;
}
.title-recruit .wrap h2 {
	font-size: 34px;
	font-weight: normal;
	padding-top: 90px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-shadow: 0px 0px 5px #FFF;
	background: url(../images/common/t_line.png) no-repeat center bottom;
	color: #000;
}
.pagetitle-eng {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.title-recruit .wrap .pagetitle-eng,
.pageTitle.company .wrap .pagetitle-eng,
.pageTitle.alumi .wrap .pagetitle-eng{
	color: #000;
	font-size: 16px;
}
.pageTitle-short h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 200px;
	color: #FFF;
	position: relative;
	z-index: 2;
}

.pageTitle-short h2.review {
	font-size: 30px;
	font-weight: normal;
	line-height: 45px;
	color: #FFF;
	position: relative;
	padding:55px 0 0;
	z-index: 2;
}
.pageTitle-short h2.review  span {
	font-size: 17px;
	display:block;
}
.pageTitle-short.history h2,
.pageTitle-short.rinen h2,
.pageTitle-short.media h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 300px;
	color: #FFF;
	position: relative;
	z-index: 2;
}
.pageTitle-short.recruit2 h2 {
	font-weight: normal;
	padding-top: 107px;
	line-height: inherit;
	color: #111;
}
.pageTitle-short.recruit2.career h2,
.pageTitle-short.recruit2.interview h2,
.pageTitle-short.recruit2.data h2 {
	color: #FFF;
}

#contents {
	padding: 30px 0 50px;
}




/**************
採用情報
**************/

.rec-top {
	padding: 60px 0 40px;
}
.rec-box {
	width: 480px;
	height: 225px;
	float: left;
	margin-bottom: 40px;
	color: #FFF;
	text-align: center;
	position: relative;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	text-shadow: 1px 1px 3px rgba(68,68,68,.90);
}
.rec-box:hover {
	opacity: 0.7;
}
.rec-box a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	outline: none;
	text-indent: -9999px;
}
.rec-box h3 {
	padding-top: 70px;
	font-size: 30px;
}
.rec-box.rb1 {
	background: url(../images/page/recruit/rec_box1.jpg) no-repeat;
}
.rec-box.rb2 {
	background: url(../images/page/recruit/rec_box2.jpg) no-repeat;
}
.rec-box.rb3 {
	background: url(../images/page/recruit/rec_box3.jpg) no-repeat;
}
.rec-box.rb4 {
	background: url(../images/page/recruit/rec_box4.jpg) no-repeat;
}
.rec-box:nth-child(odd) {
	margin-right: 60px;
}

.saiyoTop {
	text-align: center;
	font-size: 0.9rem;
	padding: 30px 0 50px;
}
.saiyoTop .wrap {
	position: relative;
}
.saiyoTop h3 {
	font-size: 22px;
	margin-bottom: 20px;
	background: url(../images/common/t_line.png) no-repeat center bottom;
	padding-bottom: 20px;
}
.saiyo_top_img {
	height: 160px;
	width: 160px;
	border-radius: 100px;
	box-shadow: 0 0 0 5px #FE9500;
	float: left;
	overflow: hidden;
}
.saiyo_top_img img {
	display: block;
	margin-left: -50px;
}
.saiyo_top_left {
	position: absolute;
	top: -5px;
	left: -30px;
}
.saiyo_top_right {
	position: absolute;
	top: -15px;
	right: -30px;
}
.sankaku {
	padding-bottom: 50px;
	background: url(../images/page/sankaku.png) no-repeat center bottom;
	margin-top: 20px;
	color: #0068b7;
}

.top-message {
	background: #FFF;
	border-bottom: 1px #DDD solid;
	border-top: 1px #DDD solid;
}
.top-message .wrap {
	background: url(../images/page/recruit/ceo.jpg) no-repeat bottom right;
	height: 350px;
	background-size: contain;
}
.top-message-inner {
	width: 600px;
	padding: 50px 0;
}
.top-message-top {
	font-size: 24px;
}

.shain-s {
	padding-bottom: 100px;
	padding-top: 60px;
}
.shain-s h4 {
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	color: #FFF;
	font-size: 1.1rem;
	float: left;
}
.shain-s h4.first-c {
	background: #5dbc5b;
}
.shain-s h4.second-c {
	background: #e2bb00;
}
.shain-s h4.third-c {
	background: #e1881b;
}
.shain-s h4.fourth-c {
	background: #4E88F6;
}
.shain-s h4.fifth-c {
	background:#F9C;
}

.sya_img {
	display: table;
}
.sya_img a {
	display: table-cell;
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.sya_img a span {
	display: block;
	position: absolute;
	width: 200px;
	height: 140px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	text-align: center;
	padding-top: 60px;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	opacity: 0;
}
.sya_img a.selected {
	cursor: default;
}
.sya_img a.selected span {
	opacity: 1;
}
.sya_img a.selected span i {
	display: block;
	font-size: 30px;
	padding-top: 50px;
}
.sya_img .sya_img_bx {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sya_img a .sya_img_bx img {
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
	display: block;
	width: 100%;
}
.sya_img a:hover .sya_img_bx img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.sya_img a.selected:hover .sya_img_bx img {
	transform: none;
}
.sya_img a:hover span {
	opacity: 1;
}


.prof-wrap {
	padding-top: 40px;
}
.recTopImg {
	width: 630px;
	float: left;
}
.recTopImg.no_image {
	line-height: 386px;
	text-align: center;
	background: #DDD;
	color: #FFF;
	font-size: 20px;
}
.rec_prof {
	float: right;
	font-size: 1rem;
	width: 360px;
	height: 386px;
	text-align: center;
	position: relative;
}
.pfile {
	margin-bottom: 35px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 50px;
	background: url(../images/common/title1_border.png) no-repeat center bottom;
}
.nyusya {
	font-family: 'Montserrat', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 100%;
	font-size: 1.2rem;
	background: url(../images/common/title2_border.png) no-repeat center top;
	padding-top: 15px;
}
.nyusya.bottom0 {
	bottom: 0;
}

.interview-wrap {
	font-size: 0.9rem;
	padding-bottom: 100px;
}
.interview-wrap h3 {
	color: #84C6EB;
	font-size: 22px;
	margin-top: 45px;
	background: #fff url(../images/common/bg_divider.png) repeat-x scroll left center;
	padding: 0;
	text-align: left;
}
.interview-wrap h3 span {
	background: #fff none repeat scroll 0 0;
  padding-right: 0.5em;
}
.interview-wrap .jptitle {
	color: #222;
	font-weight: 700;
	margin-bottom: 30px;
}
.sonota-interview {
	border-top: 1px #B0D200 solid;
	border-bottom: 1px #B0D200 solid;
	height: 70px;
	line-height: 67px;
	text-align: center;
	font-size: 20px;
	color: #B0D200;
}
.interview-wrap h4 {
	font-size: 1.1rem;
	margin-top: 60px;
	margin-bottom: 18px;
	border-bottom: #E9E2E2 solid 1px;
	padding-bottom: 3px;
}
.schedule {
	float: left;
	background: url(../images/common/bg_1.png);
	padding: 25px;
	width: 580px;
}
.schedule table th {
	padding-right: 15px;
}
.rec-img-r {
	width: 360px;
	display: block;
	float: right;
}
.rec-img-r2 {
	width: 360px;
	display: block;
	float: right;
	margin-left: 20px;
}
.rec-img-l {
	width: 360px;
	display: block;
	float: left;
	margin-right: 50px;
}
.rec-img-l.w200 { width:200px; }
.rec-img-l.w300 { width:300px; }
.underc {
	height: 500px;
	line-height: 500px;
	text-align: center;
	font-size: 20px;
}
.interview_right_style1 {
	width: 670px;
	float: right;
}

table.recruit {
	width: 100%;
}
table.recruit.graduate {
	width: 740px;
	float: right;
}
table.recruit th {
	width: 25%;
	padding: 12px 20px;
	background: #F3F3F3;
	border: 1px #DDD solid;
}
table.recruit td {
	padding: 12px 20px;
	background: #FFF;
	border: 1px #DDD solid;
}
table.recruit td .recruit_list {
	display: table;
}
table.recruit td .recruit_list dt {
	background: url(../images/common/arrow2.png) no-repeat left;
	padding-left: 18px;
}
table.recruit td .recruit_list dd {
	padding-left: 26px;
	padding-bottom: 12px;
}
.recruit-guide {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.recruit-guide th {
	width: 240px;
	padding: 10px;
	border: 1px #DDD solid;
}
.recruit-guide td {
	padding: 10px 30px;
	border: 1px #DDD solid;
	vertical-align: middle;
}

.guide_sheet {
	margin-top: 80px;
}
.guide_box {
	width: 400px;
	text-align: center;
	padding-bottom: 25px;
}
.guide_box.left {
	float: left;
}
.guide_box.right {
	float: right;
}
.guide_box h4 {
	padding: 40px 0 30px;
}
.guide_sheet .guide_box h4 {
	padding-top: 100px;
}
.recruit_btns {
	padding: 20px 87px;
	text-align: center;
}
.recruit_btns a {
	display: block;
	width: 250px;
	padding: 15px 10px 15px 0;
	text-align: center;
	float: left;
	position: relative;
	border: 1px #0F39AA solid;
	background: #FFF;
	color: #0F39AA;
	margin-right: 30px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.recruit_btns a:last-child {
	margin-right: 0;
}
.recruit_btns a i {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 15px;
}
.recruit_btns a:hover {
	color: #FFF;
	background: #0F39AA;
}

.schools {
	width: 90%;
	margin: 0 auto;
}
.from {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.from:last-child {
	margin-right: 0;
}
.sq1 {
	background: url(../images/common/square2.png) no-repeat left;
	padding-left: 15px;
	margin-bottom: 7px;
}

.gd_bottom {
	margin-top: 40px;
}
.gd_img1 {
	width: 330px;
}
.gd_bottom_right {
	float: right;
	width: 680px;
}
.gd_bottom_right2 {
	width: 50%;
	text-align: center;
	float: right;
	margin-top: 45px;
}
.gd_bottom_left {
	float: left;
	text-align: center;	
	width: 50%;
}
.gd_block{
	width: 80%;
	margin: 0 auto;
}
.rec_guide {
	display: table;
	width: 100%;
}
.gd_top .orange_text {
	color: #ff7e00;
	width: 100%;
	font-size: 17px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	margin: 60px 0 10px 0;
}
.print_btn_box {
	display: inline-block;
	vertical-align: middle;
	width: 330px;
	text-align: center;
	border: 1px #DDD solid;
	padding-top: 25px;
	padding-bottom: 10px;
}
.print_size_guide {
	display: table-cell;
	width: 400px;
	vertical-align: middle;
	text-align: center;
	border: 1px #DDD solid;
	background: #f3f3f4;
}
.gd_bottom_right2 .btn-s2 {
	margin: 15px auto;
	width: 200px;
	text-align: center;
}
.print_multiple {
	width: 100%;
	margin-top: 13px;
	background: #f3f3f4;
	padding-top: 7px;
	text-align: center;
}
.print_multiple img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.hosoku {
	font-size: 0.7rem;
	line-height: 1.3;
	padding: 10px;
}


.gallery {
	padding: 40px 0;
}
.imgList li {
	width: 45%;
	float: left;
	text-align: center;
	padding-bottom: 30px;
}
.imgList li:nth-child(odd) {
	margin-right: 10%;
}
.imgList li img {
	display: block;
	width: 100%;
}




/**************
微細加工
**************/

.biz_panel {
	display: block;
	width: 100%;
	border-top: 1px #DDD solid;
	border-bottom: 1px #DDD solid;
	margin-bottom: 50px;
}
.biz_panel li {
	display: block;
	width: 100%;
	position:  relative;
}
.biz_panel_side {
	padding: 10px 5%;
	position: relative;
}
.biz_panel_side h4 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}

@media (min-width: 767px) {
	.biz_panel li .biz-img {
		display: block;
		width: 50%;
		position:  relative;
		height: 350px;
		overflow: hidden;
	}
	.biz_panel li .biz-img img {
		display: block;
		position: absolute;
		min-width: 100%;
		min-height: 100%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
			 -moz-transform: translate3d(-50%, -50%, 0);
						 -ms-transform: translate(-50%, -50%);
						transform: translate3d(-50%, -50%, 0);
	}
	.biz_panel_side {
		display: table-cell;
		width: 40%;
		height: 330px;
		vertical-align: middle;
		text-align:  center;
		line-height: 2;
		background: #FFF;
		font-size: 1rem;
		transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}
	.biz_panel_side:hover {
		box-shadow: 0 0 0 10px #244FBF inset;
		color: #244FBF;
	}
	.biz_panel_side:hover .biz-number {
		background: url("../images/common/title3_border.png") no-repeat center bottom;
	}
	.biz_panel li:nth-child(odd) .biz-img,
	.biz_panel li:nth-child(even) .biz_panel_side{
		float: left;
	}
	.biz_panel li:nth-child(even) .biz-img,
	.biz_panel li:nth-child(odd) .biz_panel_side {
		float: right;
	}
	.biz_panel_side .biz-number {
		font-size: 50px;
		margin-bottom: 35px;
		transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}

}

.biz_panel_side .biz-number {
	background: url("../images/common/title1_border.png") no-repeat center bottom;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	text-align: center;
}



.img_block {
	display: block;
	width: 100%;
}
.img {
	padding: 3px;
	border: 1px #E7E7E7 solid;
}
.left_block1 {
	width: 400px;
	float: left;
}
.right_block1 {
	width: 540px;
	float: right;
	padding-top: 30px;
}
.right_block1.pt10 {
	padding-top: 10px;
}

.micro_wrap {
	height: 400px;
	background: #232833;
	margin-top: 50px;
}
.micro_wrap .micro_img_01 {
	float: right;
	display: block;
	height: 400px;
}
.micro_wrap .micro_wrap_left {
	width: 400px;
	float: left;
	color: #FFF;
	padding-top: 60px;
}
.micro_wrap .micro_wrap_left h3,
.create_wrap_left h3 {
	font-size: 30px;
	margin-bottom: 25px;
}
.img_list_3 li {
	width: 32%;
	margin-right: 2%;
	text-align: center;
	float: left;
}
.img_list_3 li:nth-child(3n) {
	margin-right: 0;
}
.img_list_3 li img {
	display: block;
	width: 100%;
}
.img_list_3 li.not_first {
	margin-top: 20px;
}

.bisai_box {
	border-top: 1px #DDD solid;
	padding: 40px 10px;
}
.bisai_box h3 {
	float: left;
	width: 33%;
	font-size: 16px;
	text-align: center;
}
.bisai_box .bisai_box_right {
	float: right;
	width: 60%;
}
.bisai_faq {
	padding: 40px 0 70px;
}
.bisai_faq dl {
	padding: 15px 10px 20px;
	border-bottom: 1px #DDD solid;
}
.bisai_faq dl dt,
.bisai_faq dl dd {
	display: table;
	width: 100%;
}
.bisai_faq dl dt {
	font-size: 1.2rem;
}
.bisai_faq dl span {
	display: table-cell;
	width: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	padding-right: 10px;
}
.bisai_faq dl span.ques { color: #4E81E1; }
.bisai_faq dl span.ans { color: #D04447; }

.faq_table {
	width: 100%;
}
.faq_table th {
	padding: 12px 20px;
	width: 20%;
	border: 1px #DDD solid;
	background: #D04447;
	vertical-align: middle;
	color: #FFF;
}
.faq_table td {
	padding: 12px 20px;
	border: 1px #DDD solid;
	background: #FFF;
}

.heading8 {
	background: #073FA0;
	padding: 10px;
	color: #FFF;
	font-size: 1.1rem;
	border-bottom: 2px #49A0FF solid;
}
.heading8 i {
	display: inline-block;
	font-size: 1.5rem;
	color: #FFFC00;
	margin-right:6px;
}

.create_wrap {
	background: #e2e7ea;
	padding: 50px 0;
}
.create_wrap .wrap {
	position: relative;
}
.create_wrap .create_wrap_left {
	width: 570px;
}
.create_wrap .create_wrap_left h3 {
	line-height: 1.4;
	margin-bottom: 20px;
}
.create_wrap .create_wrap_left .white_text {
	background: #FFF;
	border-radius: 20px;
	padding: 2px 10px;
	text-align: center;
	font-size: 0.7rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.create_wrap .create_img_01 {
	position: absolute;
	top: 0;
	right: -50px;
}
.create_wrap .create_wrap_left ul li,
.create_wrap .create_wrap_left_02 ul li {
	width: 47%;
	margin-right: 6%;
	float: left;
	display: inline;
	text-align: center;
}
.create_wrap .create_wrap_left ul li:last-child,
.create_wrap .create_wrap_left_02 ul li:last-child {
	margin-right: 0;
}
.create_wrap .create_wrap_left ul li img,
.create_wrap .create_wrap_left_02 ul li img {
	display: block;
	width: 100%;
	padding: 3px;
	border: 1px #DDD solid;
	background: #FFF;
}
.create_wrap .create_wrap_left_02 {
	width: 470px;
	float: left;
}
.create_wrap .create_wrap_left_02 h3 {
	font-size: 1.2rem;
	margin-bottom: 25px;
}
.create_wrap .create_img_02 {
	float: right;
	width: 500px;
}
.create_wrap .create_img_02 img {
	display: block;
	width: 100%;
}




/**************
会社概要
**************/

.overview {
	width: 780px;
	float: right;
}

.overview th {
	background: #fbfbfb;
	border: 1px #EDEDED solid;
	padding: 10px 30px;
	text-align: left;
	width: 150px;
	font-weight: normal;
}

.overview td {
	background: #FFF;
	border: 1px #EDEDED solid;
	padding: 10px 30px;
}
.about_left {
	float: left;
	width: 208px;
}
.gaikan {
	text-align: center;
}
.panph {
	display: block;
	width: 206px;
	padding: 3px;
	border: 1px #589eff solid;
	margin-top: 20px;
	font-size: 0.7rem;
	text-align: center;
}
.panph_top {
	background: #00F;
	color: #FFF;
	font-size: 1.1rem;
	margin-bottom: 8px;
	line-height: 40px;
}
.panph .sample {
	display: block;
	width: 120px;
	border: 1px #EEE solid;
	margin: 10px auto;
}
.panph .btn-s1 {
	width: 160px;
	margin: 0 auto;
}

.kikaku_box {
	width: 44%;
	padding: 20px 2%;
	float: left;
	margin-right: 4%;
	background: #FFF;
	box-shadow: 1px 1px 3px rgba(74,74,74,.40);
}
.kikaku_box:last-child {
	margin-right: 0;
}
.kikaku_box h3,
.greet_box h3,
.heading9 {
	font-size: 1.1rem;
	border-bottom: 1px #e3e3e3 solid;
	margin-bottom: 18px;
}
.kikaku_box h3 span,
.greet_box h3 span,
.heading9 span {
	display: inline-block;
	margin: 0 auto;
	border-bottom: 1px #589EFF solid;
	padding-bottom: 5px;
}

.policy {
	width: 100%;
}
.policy th {
	background: #FFF;
	border: 1px #E3E3E3 solid;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 10%;
}
.policy th div {
	background: #f3f3f3;
	line-height: 150px;
}
.policy td {
	background: #FFF;
	border: 1px #E3E3E3 solid;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 40%;
}
.policy td .kikaku {
	width: 100%;
	height: 150px;
	display: table;
}
.policy td .kikaku .iso {
	display: table-cell;
	height: 150px;
}
.policy td .kikaku p {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.access_wrap {
	margin: 50px auto;
}
#map {
	width: 720px;
	height:450px;
	float: left;
}
.access {
	width: 250px;
	float: right;
	padding: 15px;
}
.accessTit i {
	display: inline-block;
	color: #D8AE06;
	margin-right: 5px;
	font-size: 15px;
}

.greet_box {
	margin: 0 auto;
	padding-bottom: 100px;
	width: 90%;
}
.greet_box h3 {
	font-size: 1.5rem;
	margin-bottom: 40px;
}
.policy_message {
	font-size: 15px;
	line-height: 2;
	height: 530px;
	position: relative;
	width: 580px;
	float: left;
}
.policy_message1 {
	height: 560px;
}
.policy_message_right {
	float: right;
	width: 520px;
}
.policy_message h4 {
	font-size: 1.7rem;
	margin-bottom: 50px;
	line-height: 1.6;
}
.pname {
	position: absolute;
	right: 30px;
	bottom: 0;
}
.pname1 {
	display: block;
	width: 160px;
}
.pname2 {
	display: block;;
	width: 180px;
}
.policy_image {
	float: right;
	display: block;;
	width: 320px;
}
.policy_image_left {
	float: left;
}


.greet_table {
	width: 100%;
}
.greet_table th {
	padding: 10px;
	width: 40%;
}
.greet_table td {
	padding: 10px;
	vertical-align: middle;
}
.rinen p {
	font-size: 18px;
}
.rinen_bg {
	height: auto;
	width: 100%;
	margin: 0 auto 50px;
}
.rinen_bg img {
	display: block;
	width: 100%;
}
.rinen_bg h3 {
	background: url(../images/common/white_line.png) no-repeat bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 1.8rem;
	padding-top: 45px;
}
.rinen_bg p {
	font-size: 1.7rem;
}
.shaze {
	font-size: 18px;
	padding: 20px 0 50px;
}

.padding_wrap {
	padding: 20px 0 70px;
}
.history {
	width: 100%;
	float: left;
}

.history th {
	width: 25%;
	padding: 12px 30px;
	border-bottom: 1px #ccc solid;
	text-align: left;
}

.history td {
	padding: 12px 30px;
	border-bottom: 1px #ccc solid;
	text-align: left;
}

/*.media_list {
	border: 1px #DDD solid;
	padding: 0 50px 30px;
	margin-bottom: 25px;
	border-radius: 5px;
}
.media_head {
	display: table;
	margin-top: -1px;
	width: 100%;
}
.media_head_label {
	display: table-cell;
	height: 84px;
	position: relative;
	width: 66px;
}
.single-panel-series-label-text::after {
	border-color: transparent #0C47B8;
	border-style: solid;
	border-width: 0 33px 18px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 66px;
	width: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
	background: #FFF;
}
.single-panel-series-label-text {
	background-color: #0C47B8;
	color: #fff;
	display: block;
	font-size: 1.2rem;
	height: 60px;
	padding-top: 15px;
	text-align: center;
	width: 66px;
}
.media_head_main {
	display: table-cell;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	vertical-align: top;
}
.media_head_main h3 {
	font-size: 1.2rem;
}
.media_img {
	width: 300px;
	display: block;
	float: left;
}
.media_right {
	float: right;
	width: 600px;
}*/


.media-list li {
	background: url(../images/page/list_bg_01.png) repeat-x 0 0;
	padding-top: 1px;
	width: 31%;
	float: left;
	margin-right: 3%;
	height: 450px;
}
.media-list li:nth-child(3n) {
	margin-right: 0;
}
.order__label {
	display: block;
	line-height: 1;
	font-size: 12px;
	margin-bottom: 6px;
}
.item__order {
	background: url(../images/page/list_bg_01.png) repeat-x left bottom;
	color: #6d528b;
	display: block;
	font-weight: normal;
	padding: 8px;
	text-align: center;
}
.order__number {
	display: block;
	line-height: 1;
	font-size: 18px;
}
.item__hdg {
	margin: 18px 0;
	text-align: center;
	font-weight: normal;
}
.item__pct {
	margin-bottom: 15px;
	height: 120px;
	overflow: hidden;
	border: 1px #d7dfdc solid;
	position: relative;
}
.item__pct:hover {
	border: 1px #0029C0 solid;
}
.item__pct img {
	display: block;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.item__pct a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	outline: none;
}
.answer {
	background: #3F90C4;
	text-align: center;
	color: #FFF;
	margin-bottom: 15px;
}




/**************
テクノロジー
**************/

.bg_style1 {
	background: #f3f3f3;
	border-top: 1px #DDD solid;
	border-bottom: 1px #DDD solid;
	padding: 45px 0;
}
.tech_top {
	font-size: 1.1rem;
	padding-bottom: 50px;
	text-align:  center;
}
.tech_box {
	width: 48%;
	float: left;
	margin-bottom: 40px;
	position: relative;
	background: #FFF;
	text-align: center;
	padding-bottom: 25px;
}
.tech_box:nth-child(odd) {
	margin-right: 4%;
}
.tech_box img {
	display: block;
	width:  100%;
}
.tech_box h3 {
	font-size: 1.1rem;
	padding: 10px;
	background: url(../images/common/title1_border.png) no-repeat center bottom;
	background-size: 100px 1px;
}
.tech_box p {
	padding: 15px 20px;
}
.tech_box a.btn-s1 {
	margin: 0 auto;
}


.alloy {
	width: 100%;
}
.alloy tbody th {
	padding: 12px 20px;
	width: 20%;
	border: 1px #DDD solid;
	background: #f3f3f3;
	vertical-align: middle;
}
.alloy thead th,
.equip thead th {
	padding: 12px 20px;
	border: 1px #DDD solid;
	background: #D7D7D7;
	vertical-align: middle;
}
.alloy td {
	padding: 12px 20px;
	border: 1px #DDD solid;
	background: #FFF;
}
.alloy-center tbody th {
	width: 13%;
	padding: 12px;
	text-align: center;
}
.alloy-center td {
	text-align: center;
}
.alloy-center td i {
	color: #0021FF;
	font-size: 1rem;
	display: inline-block;
	padding: 0 1px;
}

.equip {
	width: 100%;
}
.equip tbody th {
	padding: 8px 15px;
	width: 40%;
	border: 1px #DDD solid;
	background: #FFF;
	vertical-align: middle;
	text-align: left;
}
.equip tbody td {
	padding: 8px 15px;
	border: 1px #DDD solid;
	background: #FFF;
	vertical-align: middle;
}

.white_box {
	background: #FFF;
	padding: 50px 100px;
	font-size: 18px;
}
.fsw1 {
	float: left;
	width: 45%;
}
.fsw1_img {
	width: 45%;
	float: right;
	display: block;
}
.fsw2 {
	border: 5px #EEE solid;
	padding: 15px 25px;
	background: #FFF;
	margin-top: 25px;
}

.fsw2in {
	float: left;
	padding-top: 10px;
}
.fsw2right {
	float: right;
	background: #A1DBFF;
	width: 50%;
	padding: 10px 20px;
}
.fsw3 {
	background: #009EAC;
	padding-bottom: 15px;
	margin-top: 30px;
}
.fsw3 h4 {
	font-size: 24px;
	text-align: center;
	color: #FFF;
}
.fsw3 dl {
	padding: 20px;
	background: #FFF;
	width: 90%;
	margin: 0 auto;
}
.fsw3 dl dt {
	width: 40%;
	display: inline-block;
	padding-left: 15px;
}
.fsw3 dl dd {
	display: inline-block;
	width: 50%;
	color: #FFF;
	font-weight: 700;
	padding-left: 10px;
}
.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 1px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #88b7d5;
	border-width: 8px;
	margin-top: -8px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 9px;
	margin-top: -9px;
}

.divider {
	background: #DDD;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}
.tech_divide {
	margin: 50px auto;
}
.fsw_table1 {
	width: 100%;
	margin-top: 30px;
}
.fsw_table1 td {
	text-align: center;
}
.fsw_table1 td p {
	border: 1px #DDD solid;
	width: 80%;
	margin: 10px auto;
}
.fsw_table1 td p.ksn {
	border: 2px #2442A8 solid;
	color: #2442A8;
}
.fsw4 {
	text-align: center;
	padding: 12px;
	background: #F3F3F3;
	border: 3px #DDD solid;
	margin: 30px auto;
}
.fsw_table2 {
	width: 100%;
	text-align: center;
}
.fsw_table2 th {
	background: #FDFFBB;
	border: 1px #DDD solid;
	padding: 5px;
}
.fsw_table2 td {
	border: 1px #DDD solid;
	padding: 5px;
	vertical-align: middle;
}
p.icon_ok,
p.icon_ng {
	position: relative;
	background: #2620d5;
	border-radius: 4px;
	color: #FFF;
	width: 50px;
	margin: -35px auto 7px;
	text-align: center;
}
p.icon_ok i,
p.icon_ng i {
	font-size: 40px;
}
p.icon_ok:after,
p.icon_ng:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(38, 32, 213, 0);
	border-top-color: #2620d5;
	border-width: 5px;
	margin-left: -5px;
}

p.icon_ng {
	background: #DDD;
	color: #777;
}
p.icon_ng i {
	font-size: 25px;
}
p.icon_ng:after {
	border-top-color: #EEE;
}
.fsw5 {
	text-align: center;
	margin-top: 30px;
}

.fsw_table3 {
	width: 100%;
	margin-top: 30px;
}
.fsw_table3 td {
	padding: 5px;
	border: 1px #DDD solid;
	vertical-align: middle;
}
.fsw_table3 tr td:first-child {
	width: 70%;
	vertical-align: top;
}
.fsw_table3 td.img-double img {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}
.fsw6 {
	background: #E7F3FF;
	border: 5px #0026A9 solid;
	color: #0026A9;
	padding: 15px 25px;
	margin-top: 20px;
}

.fsw7{
	border: 7px #0026A9 dashed;
	padding: 15px 25px;
	background: #FFF;
	margin-top: 25px;
	text-align: center;
}
.fsw7-title{
	font-size: 20px;
	font-weight: bold;
	color: #F00;
}




/* お問い合わせ */
.contact_table {
	width: 100%;
	margin: 30px auto;
}
.contact_table th {
	padding: 12px 20px;
	width: 26%;
	border: 2px #DDD solid;
	background: #f3f3f3;
	vertical-align: middle;
}
.contact_table th .hissu_cell {
	position: relative;
}
.hissu {
	background: #269ADD;
	color: #FFF;
	border-radius: 3px;
	display: inline-block;
	padding: 2px 5px;
	line-height: 1;
	font-size: 12px;
}
.contact_table th .hissu {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 5px;
}
.contact_table td {
	padding: 12px 20px;
	border: 2px #DDD solid;
	background: #FFF;
}
.goyouken .radio {
	width: 45%;
	display: inline-block;
}


/* プライバシーポリシー */
.privacy .heading9 {
	margin-bottom: 18px;
}
.privacy p,
.privacy ul {
	padding-bottom: 25px;
}

.sitemap {
	font-size: 0.9rem;
	padding-top: 20px;
}
.sitemap ul {
	display: block;
	width: 28%;
	margin-right: 5%;
	float: left;
	height: 400px;
}
.sitemap ul li {
	margin-bottom: 10px;
}
.sitemap ul li.ttl {
	border-bottom: 1px #DDD solid;
	margin-bottom: 18px;
	padding-bottom: 7px;
}
.sitemap ul li a {
	color: #555;
}
.sitemap ul li a:hover {
	text-decoration: underline;
}

.table-s1 {
	width: 100%;
}
.table-s1 th {
	width: 25%;
	padding: 10px 20px;
	background: #F3F3F3;
	border: 1px #DDD solid;
	vertical-align: middle;
}
.table-s1 td {
	padding: 10px 20px;
	border: 1px #DDD solid;
	vertical-align: middle;
}

.emidas-bcon {
	position: absolute;
	top: 0;
	left: 0;
}


.ctt {
	padding: 0 100px;
}
.ctt_table {
	width: 90%;
	margin: 30px auto;
	font-size: 1rem;
}
.ctt_table th {
	padding-right: 10px;
	padding-bottom: 15px;
}
.ctt_table td {
	padding-bottom: 15px;
}
.ctt_table td h4 {
	margin-bottom: 8px;
}


.news_wrap {
	width: 800px;
	margin: 0 auto;
	min-height: 320px;
}
.news_heading {
	font-size: 1.3rem;
	border-bottom: 1px #DDD solid;
	padding-bottom: 5px;
}
.dates_of_news {
	background-color: #f3f3f3;
	padding: 3px 10px;
}
.news_content {
	line-height: 1.8;
	font-size: 0.9rem;
	padding-top: 26px;
	padding-bottom: 50px;
}
.border-box {
	border: 1px #DDD solid;
	background-color: #FFF;
	box-shadow: 0 2px 0 #f3f3f3;
	padding: 7px 10px;
}


.review_box_bg {
	max-width: 950px;
	margin: 0 auto 50px;
	background-color: #e6faff;
	padding: 5px;
}
.review_box {
	background: url(../images/page/review/review_bg.png) #FFF;
	border: 1px #bfdfe9 solid;
	padding: 30px 50px 20px;
}
.review_box .review_sect {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px #bfdfe9 dashed;
}
.review_box .review_sect h3 {
	font-size: 16px;
	color: #4384b3;
	margin-bottom: 10px;
}
.review_box .review_sect h3 i {
	font-size: 19px;
	display: inline-block;
	margin-right: 6px;
}
.review_answer {
	font-size: 17px;
}
.review_info {
	text-align: right;
	font-size: 18px;
}
.review_info i {
	color: #a1a1a1;
	font-size: 26px;
	display: inline-block;
	margin-right: 10px;
}

.radio_inline {
	margin-top: 3px;
}
.radio_inline li {
	display: inline-block;
	margin-right: 15px;
}
.radio_inline li input[type="radio"] {
	margin-right: 3px;
	position: relative;
	top: -4px;
	cursor: pointer;
}
.radio_inline li label {
	cursor: pointer;
}
