.container {
  padding-bottom: 48px;
}

section.mainimg {
	position:relative;
/*	height: 680px;
	margin-bottom: 15%;
	background: url(../img/main_img.jpg) no-repeat center top;*/
}
section.mainimg .bg_cover{
	width:100%;
	height: 100%;
	background:#fff;
	position:absolute;
	left:0;
	top:-19px;
	z-index:100;
}
/* 幹事の力 */
section.mainimg .kvbnr {
	position: absolute;
	left: 100%;
	top: 15px;
	z-index: 300;
	width: 234px;
	height: 189px;
	margin-left: -259px;
}
section.mainimg .kvbnr img{
	transition:all 0.3s ease;
}
section.mainimg .kvbnr img:hover {
	opacity: 0.7;
}
section.mainimg .crossmark {
	position: absolute;
	left: 100%;
	top: 5px;
	z-index: 301;
	margin-left: -35px;
}
section.mainimg .crossmark img {
	width: 20px;
	height: 20px;
}
/* 幹事の力ここまで */
section.mainimg .slide-image {
 	width:100%;
	height: 680px;
	position:absolute;
	left:0;
	top:-19px;
	z-index:99;
	overflow:hidden;
/*	background-repeat:no-repeat;
	background-position:center top;*/
}
section.mainimg .slide-image .slide-image-inr {
  width:100%;
  height: 100%;
}
section.mainimg .slide-image .slide-image-inr li {
  font-size:.1em;
  line-height:0;
  height: 100%;
  position:absolute;
  left:0;
  top:0;
  z-index:99;
  overflow:hidden;
/*	background-repeat:no-repeat;
	background-position:center top;*/
	/*background: url(../img/main_img.jpg) no-repeat left top;*/
}
section.mainimg .slide-image li .kv-img {
  width:100vw;
  max-width: 1600px;
  min-width: 980px;
  opacity: 0;
}
section.mainimg .slide-image li .kv-txt {
  position: relative;
  left: 0;
}
section.mainimg .inner {
  height: 680px;
  position: relative;
	z-index:101;
}
section.mainimg .inner h2 {
	visibility: hidden;
}
section.mainimg .inner .feature {
  overflow: visible;
  height: 340px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -170px;
}
section.mainimg .inner .feature div {
  overflow: visible;
  position: absolute;
  top: 0;
  width: 340px;
}
section.mainimg .inner .feature div.bt01 {
  left: -22px;
}
section.mainimg .inner .feature div.bt02 {
  left: 298px;
}
section.mainimg .inner .feature div.bt03 {
  right: -22px;
}
section.mainimg .inner .feature div img {
  position: relative;
  margin-top: 115px;
  margin-bottom: 10px;
  margin-left: 35px;
}
section.mainimg .inner .feature div img.over {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -55px;
  margin-top: -35px;
  display: none;
}
section.mainimg .inner .feature div img.over_c {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -55px;
  margin-top: -35px;
  z-index: 99;
  display: none;
}

section.product {
  text-align: center;
}
section.product .inner {
  position: relative;
}
section.product h2 {
  margin-bottom: 20px;
}
section.product p {
  font-size: 1.14em;
  line-height: 2;
  margin-bottom: 65px;
}
section.product ul {
  display: flex;
  height: 243px;
  position: relative;
}
section.product ul li {
  position: relative;
  width: 150px;
}
section.product ul li a img:first-child {
  height: 150px;
}
section.product ul li a img:last-child {
  width: 160px;
  height: 64px;
}
section.product ul li a img.name {
  display: none;
}
section.product ul li a img.tip {
  position: absolute;
  display: none;
  z-index:100;
}

section.contents {
  text-align: center;
  height: 350px;
  position: relative;
}
section.contents .inner {
  padding-top: 0px;
}
section.contents h2 {
  margin-bottom: 30px;
}
section.contents p {
  font-size: 1.14em;
  line-height: 2;
}
section.contents .btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 70px;
  margin-left: -60px;
  width: 120px;
  height: 120px;
}

section.news {
  /*height: 450px;*/
  overflow:hidden;
}
section.news nav {
  padding-top: 50px;
  height: 60px;
  border-bottom: 1px solid #ccc;
}
section.news nav ul.ui-tabs-nav {
  width: 941px;
  margin: auto;
}
section.news nav ul.ui-tabs-nav li {
  float: left;
  width: 187px;
  text-align: center;
  margin-top: 7px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
section.news nav ul.ui-tabs-nav li a {
  display: block;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  font-size: 1.07em;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
section.news nav ul.ui-tabs-nav li.ui-state-hover,
section.news nav ul.ui-tabs-nav li.ui-tabs-active {
  margin-top: 0;
  border-bottom: 0px solid #ccc;
}
section.news nav ul.ui-tabs-nav li.ui-state-hover a,
section.news nav ul.ui-tabs-nav li.ui-tabs-active a {
  display: block;
  height: 53px;
  line-height: 52px;
  border-top-width: 7px;
  border-top-style: solid;
  border-bottom: 0px solid #ccc;
}
section.news nav ul.ui-tabs-nav li.ui-state-hover a:hover,
section.news nav ul.ui-tabs-nav li.ui-tabs-active a:hover {
  background-color: #fff;
}
section.news nav ul.ui-tabs-nav li.tabnav00 {
  border-left: 1px solid #ccc;
}
section.news nav ul.ui-tabs-nav li.tabnav00 a {
  border-top-color: #e81600;
  color: #e81600;
}
section.news nav ul.ui-tabs-nav li.tabnav01 a {
  border-top-color: #f15c22;
  color: #f15c22;
}
section.news nav ul.ui-tabs-nav li.tabnav02 a {
  border-top-color: #e7ba21;
  color: #e7ba21;
}
section.news nav ul.ui-tabs-nav li.tabnav03 a {
  border-top-color: #a1b91d;
  color: #a1b91d;
}
section.news nav ul.ui-tabs-nav li.tabnav04 a {
  border-top-color: #6fc9d8;
  color: #6fc9d8;
}
section.news .inner {
  padding-top: 15px;
}
section.news .inner .ui-tabs-panel {
  margin-bottom: 30px;
}
section.news .inner .ui-tabs-panel li {
  background: url(../common/img/line_dot.png) 0 100% repeat-x;
}

section.news .inner .ui-tabs-panel li a{
	overflow: hidden;
	*zoom: 1;
	display:block;
	width:100%;
	padding:15px 0 15px 0;
}

section.news .inner .ui-tabs-panel li .date {
  width: 128px;
  margin-right: 10px;
  float: left;
}
section.news .inner .ui-tabs-panel li .category {
  width: 66px;
  float: left;
  margin-right: 10px;
  font-size: 0.86em;
  color: #fff;
  text-align: center;
  line-height: 21px;
}
section.news .inner .ui-tabs-panel li .category .cat01 {
  background-color: #f15c22;
}
section.news .inner .ui-tabs-panel li .category .cat02 {
  background-color: #e7ba21;
}
section.news .inner .ui-tabs-panel li .category .cat03 {
  background-color: #a1b91d;
}
section.news .inner .ui-tabs-panel li .category .cat04 {
  background-color: #6fc9d8;
}
section.news .inner .ui-tabs-panel li .txt {
  float: left;
  width: 724px;
}
section.news .inner .ui-tabs-panel li .txt a {
	cursor: pointer;
}
section.news .inner .bnr {
  float: left;
  margin-right: 10px;
  margin-bottom: 30px;
}
section.news .inner .bnr:after {
	clear: both;
	content: "";
	height: 0px;
	overflow: hidden;
	display: block;
}
section.news .inner .bnr a.list {
  padding: 15px 25px 15px 29px;
  background-image: url(../common/img/icn_list.gif);
	background-position: 15px 50%;
}
section.news .inner .bnr a.rss {
  padding: 15px 25px 15px 29px;
  background-image: url(../common/img/icn_rss.gif);
	background-position: 12px 50%;
}

div.banner {
  clear: both;
  background-color: #eeeeee;
  padding: 45px 0 25px 0;
  height: 160px;
  margin-bottom: 50px;
}
div.banner .inner {
  width: 940px;
  position: relative;
}
div.banner .slide li {
	padding-bottom: 50px;
}
div.banner .slide li p {
	font-size: 0.93em;
	line-height: 18px;
	position: absolute;
	left: 0px;
	top: 132px;
}
div.banner .slide li a span {
	width: 220px;
	height: 124px;
	display: inline-block;
}
div.banner .slide li a span.bnr-00 {
	background: url(../img/bnr_00_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-01 {
	background: url(../img/bnr_01_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-03 {
	background: url(../img/bnr_03_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-04 {
	background: url(../img/bnr_04_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-05 {
	background: url(../img/bnr_05_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-06 {
	background: url(../img/bnr_06_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-07 {
	background: url(../img/bnr_07_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-08 {
	background: url(../img/bnr_08_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-09 {
	background: url(../img/bnr_09_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-10 {
	background: url(../img/bnr_10_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-11 {
	background: url(../img/bnr_11_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-12 {
	background: url(../img/bnr_12_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-13 {
	background: url(../img/bnr_13_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-14 {
	background: url(../img/bnr_14_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-l137 {
	background: url(../img/bnr_l137_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-ukon_tablet {
	background: url(../img/bnr_ukon_tablet_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-curbisa {
	background: url(../img/bnr_curbisa_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-tanpakudays {
	background: url(../img/bnr_tanpakudays_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-nerunoda {
	background: url(../img/bnr_nerunoda_on.jpg) no-repeat left top;
}
div.banner .slide li a span.bnr-goldenveil {
	background: url(../img/bnr_goldenveil_on.jpg) no-repeat left top;
}
div.banner .slide li a:hover span img {
	display: none;
}
div.banner .bx-next,
div.banner .bx-prev {
  display: block;
  height: 37px;
  width: 37px;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  text-indent: -999px;
  overflow: hidden;
}
div.banner .bx-next {
  right: -55px;
  background: url(../common/img/bt_arrow_r.gif) 0 0 no-repeat;
}
div.banner .bx-prev {
  left: -55px;
  background: url(../common/img/bt_arrow_l.gif) 0 0 no-repeat;
}

.ie7 .news .bnr a:hover,
.ie8 .news .bnr a:hover {
  background-position: 14px 50%;
}




/* 2014/1/27追加 */
.caution{
	width:100%;
	height:42px;
	background:#d61518;
}

.caution .caution_inner{
	min-width:940px;
	margin:0 auto;
}

.caution p{
	text-align:center;
	line-height:42px;
}

.caution p a{
	color:#ffffff;
	font-size:1em;
}

.caution p a:hover{
	color:#ffcccc;
}


.caution p span.bold{
	font-weight:bold;
}

.news_container .caution{
	margin:20px 0 0 0;
}
/* //2014/1/27追加 */

/* 2014/5/9追加 */
section.mainbnr{
	background-color:#eeeeee;
	height:450px;
	overflow:hidden;
	margin-bottom:80px;
}

section.mainbnr .inner{
	background: url(../img/mainbnr_img.png) 0 0 no-repeat;
	height:400px;
	margin-top:25px;
	margin-bottom:25px;
	position:relative;
}

section.mainbnr .inner ul{
	margin-top:250px;
	margin-left:20px;
	position:absolute;
}

section.mainbnr .inner ul li{
	padding-bottom:6px;
}

section.mainbnr .inner ul li a img{
	margin:1px;
	border:1px solid #ccc;
}

section.mainbnr .inner ul li a:hover img{
	margin:0px;
	border:2px solid #d90100;
}
/* //2014/5/9追加 */

section.mainbnr2{
	margin-bottom:80px;
	padding: 25px;
}
section.mainbnr2 .inner2{
	text-align: center;
	max-width: 940px:
	width: 100%;
}
section.mainbnr2 .inner2 a{
	width: 100%;
}
section.mainbnr2 .inner2 a:hover{
	opacity: 0.7;
}


/* 2014/5/22追加 */
.container-inner .quality{
	margin-top:25px;
}
.container-inner .quality ul.quality_links{
	margin:0 auto;
	width:939px;
}
ul.quality_links li.item01 {
	float: left;
	text-align: center;
}
ul.quality_links li.item02 {
	float: left;
	text-align: center;
  margin-left: 20px;
}
ul.quality_links li.item03 {
	margin-right: 41px;
	float: left;
	text-align: center;
}
ul.quality_links li.item04 {
	float: left;
	text-align: center;
}
ul.quality_links li.item01 .image {
	background: url(../img/quality_img_05_on.jpg) no-repeat left bottom;
}
ul.quality_links li.item02 .image {
	background: url(../img/lab_img_01_on.jpg) no-repeat left bottom;
}
ul.quality_links li a:hover .image img {
	display: none;
}
ul.quality_links li .image {
	width: 460px;
	height: 259px;
	margin-bottom: 20px;
}
ul.quality_links li .arrow {
	padding-left: 10px;
	font-size: 0.93em;
	display: inline-block;
	background: url(../img/arrow_icn.gif) no-repeat left center;
}

body .container .news_container{
	clear:both;
}
/* 2014/5/22追加 */

/* recruitバナー */
body .container .recruit_bnr {
  border-top: solid 1px #CCCCCC;
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
}
body .container .recruit_bnr a:hover {
  opacity: 0.8;
}

/* 2020/8/27追加 */
.important_txt {
  border: #d2cfc6 2px solid;
  text-align: center;
  border-radius: 10px;
  padding: 8px 0;
  margin: 0 auto;
  width: 940px;
}
a.internal {
  background-color: #ededed;
  display: inline-block;
  padding: 10px 10px;
  position: relative;
}
a.internal::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  margin-left: 5px;
  width: 18px;
  height: 20px;
  background: url(/img/icon_pdf.png) no-repeat 50% 50%;
  -webkit-background-size: 13px 10px;
  background-size: 18px 20px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  top: -3px;
}
