/* 基本 -------------------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
  padding: 0;
  margin: 0;
}
img, embed {
  max-width: 100%;
  height: auto;
}
object {
  max-width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0px;
  vertical-align: middle;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #333333;
  overflow-x: hidden;
  font-size: 1.6rem;
}
html {
  font-size: 62.5%;
}
p {
  padding-bottom: 15px;
}
img {
  border: 0px;
}
.constitution{
	text-align: center;
	font-size: 1.9rem;
	line-height: 2;
}
ol.kenpo li{
	font-size: 1.6rem;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.alignself{
	align-self: flex-start;
}
.w50{
	width: 50%;
}
.w70{
	width: 70%;
}
.pr20{
	padding-right: 20px;
}
.pb10{
	padding-bottom: 10px;
}
.ml20{
	margin-left: 20px;
}
.mb10{
	margin-bottom: 10px;
}
.mb50{
	margin-bottom: 50px;
}
.mt0{
	margin-top: 0!important;
}
.cl {
  clear: both;
}
a {
  color: #222222;
  text-decoration: none;
  transition: .3s;
  word-break: break-all;
}
.letter-space {
	letter-spacing: 0;
}
/*
a img:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}*/
a:hover {
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
    transition: all .2s ease-in-out;
}
#logo a:hover,.banner-wrap li a:hover,.footer-l a:hover,#backtop a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
    transition: all .2s ease-in-out;
}
.far {
  margin-right: 5px;
}
.font-l {
  font-size: 1.9rem;
}
.font-ll {
  font-size: 2.4rem;
}
.font-red, a.font-red, .red, a.red {
  color: #FF1C1D !important;
}
.font-s {
  font-size: 1.3rem;
}
strong {
    font-weight: normal;
}
/*
.font-orange {
  color: #FF7F00;
}
.font-blue, .blue {
  color: #2666A9;
}
.font-black {
  color: #333333;
}
.blue-b {
  color: #2162A6;
  font-weight: bold;
}
.orange-b {
  color: #FF7F00;
  font-weight: bold;
}
.black-b {
  font-size: 1.7rem;
  font-weight: bold;
}
*/
sup {
  font-size: 1rem;
}
.font-s .maru {
  font-size: 1.6rem;
}
.btn1, a.btn1 {
  background: #1C81C9;
  color: #FFFFFF !important;
  padding: 15px 30px;
  border-radius: 10px;
}
.btn1:hover {
  background: #0073C5;
}
.important {
  background-color: #FF1C1D;
  padding: 3px 6px;
  color: white;
  border-radius: 5px;
  margin-right: 10px;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.wrap a {
  color: #2766A9;
  text-decoration: underline;
}
.wrap ul, .wrap ol {
  margin: 20px 10px 20px 30px;
}
.wrap .wrap1 ul, .wrap .wrap1 ol {
  margin: 0;
}
.wrap ul li, .wrap ol li {
  margin-bottom: 0.5em;
}
.wrap .yarpp-related {
  display: none;
}
.list li {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #CCC;
  list-style: none;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
ul .emphasis,ol .emphasis{
	font-size: 2.2rem;
	margin-top: 20px;
	margin-bottom: -10px;
}
/* 200919追記-------------------------------------------------------------- */
.dissolution-left{
    float: left;
    width:45%;
}
.dissolution-right{
    float: right;
    width:45%;
}
.list0{
    display:flex;
}
.ulist{
    width:50%;
}
.ulist li{
    margin-left:20px;
}
.dissolution-box ul.ulist {
	margin: 0;	
}
/* 200923追記-------------------------------------------------------------- */
.iron-photo {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.iron-photo-inner {
	width:13%;
	margin-right:1.5%;
}
.iron-photo-inner:nth-child(7) {
	margin-right:0;
}
.iron-photo-inner2 {
	width:23%;
	margin-right:2.6%;
}
.iron-photo-inner2:nth-child(4) {
	margin-right:0;
}
/* 201124追記-------------------------------------------------------------- */
h2#attachment{
	margin-top: 23px;
}

/* icon -------------------------------------------------------------- */
.icon-pdf {
  display: inline-block;
  background-color: #EE3D23;
  padding: 2px 15px;
  color: #FFFFFF;
  line-height: 1.0;
  font-size: 1.2rem;
  margin-left: 15px;
  vertical-align: middle;
}
.icon-excel {
  display: inline-block;
  background-color: #297D53;
  padding: 2px 15px;
  color: #FFFFFF;
  line-height: 1.0;
  font-size: 1.2rem;
  margin-left: 15px;
  vertical-align: middle;
}
.icon-word {
  display: inline-block;
  background-color: #1A60C2;
  padding: 2px 15px;
  color: #FFFFFF;
  line-height: 1.0;
  font-size: 1.2rem;
  margin-left: 15px;
  vertical-align: middle;
}
.icon-ppt {
  display: inline-block;
  background-color: #C5401F;
  padding: 2px 15px;
  color: #FFFFFF;
  line-height: 1.0;
  font-size: 1.2rem;
  margin-left: 15px;
  vertical-align: middle;
}
.icon-url {
  display: inline-block;
  background-color: #425163;
  padding: 2px 15px;
  color: #FFFFFF;
  line-height: 1.0;
  font-size: 1.2rem;
  margin-left: 15px;
  vertical-align: middle;
}
.icon-zip {
  display: inline-block;
  background-color: #FF7C00;
  padding: 2px 15px;
  color: #FFFFFF;
  line-height: 1.0;
  font-size: 1.2rem;
  margin-left: 15px;
  vertical-align: middle;
}
.icon-shiryou {
  width: 120px;
  display: inline-block;
  text-align: center;
  background-color: #05B95D;
  color: #FFFFFF;
  padding: 5px 0;
  line-height: 1.0;
  font-size: 1.2rem;
  margin-left: 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
.icon-kessan {
  width: 120px;
  display: inline-block;
  text-align: center;
  background-color: #A85913;
  color: #FFFFFF;
  padding: 5px 0;
  line-height: 1.0;
  font-size: 1.2rem;
  margin-left: 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
.icon-yuuhou {
  width: 120px;
  display: inline-block;
  text-align: center;
  background-color: #2051C3;
  color: #FFFFFF;
  padding: 5px 0;
  line-height: 1.0;
  font-size: 1.2rem;
  margin-left: 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
.icon-tekijikaiji {
  width: 120px;
  display: inline-block;
  text-align: center;
  background-color: #B0AB15;
  color: #FFFFFF;
  padding: 5px 0;
  line-height: 1.0;
  font-size: 1.2rem;
  margin-left: 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
.icon-kabunushi {
  width: 120px;
  display: inline-block;
  text-align: center;
  background-color: #BF1518;
  color: #FFFFFF;
  padding: 5px 0;
  line-height: 1.0;
  font-size: 1.2rem;
  margin-left: 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
.icon-pr {
  width: 120px;
  display: inline-block;
  text-align: center;
  background-color: #9673FF;
  color: #FFFFFF;
  padding: 5px 0;
  line-height: 1.0;
  font-size: 1.2rem;
  margin-left: 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
.icon-topics {
  width: 120px;
  display: inline-block;
  text-align: center;
  background-color: #FF6000;
  color: #FFFFFF;
  padding: 5px 0;
  line-height: 1.0;
  font-size: 1.2rem;
  margin-left: 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

#main-video{
  position: relative;
  -webkit-backface-visibility: hidden;
		padding-top: 32.4%;
		overflow: hidden;
		margin-bottom: 4.4em;
  background: url("../images/common/loading.gif") center center no-repeat #FFF;
		}
#main-video #index_video_mp4{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  object-fit: cover;
  width: 100%;
height: auto;
}
#main-video-sp{
display: none;
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .icon-pdf, .icon-excel, .icon-word, .icon-ppt, .icon-url, .icon-zip {
    padding: 5px 15px 2px;
  }
  .icon-shiryou, .icon-kessan, .icon-yuuhou, .icon-tekijikaiji, .icon-kabunushi, .icon-pr, .icon-topics {
    padding: 7px 0 4px;
  }
}
.ir-comment {
  margin-top: 10px;
}
/* メールフォーム -------------------------------------------------------------- */
.wpcf7 input[type="text"], select, .wpcf7 textarea, .wpcf7 .wpcf7-email, .wpcf7 input[type="password"], .wpcf7 input[type="tel"], input#f0v1 {
  padding: 5px;
  border: 2px solid #DDD;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 5px;
  -webkit-appearance: none;
  margin: 2px auto;
  font-size: 15px;
	width: 50%;
}
input[type="submit"], input[type="reset"], .wpcf7 input[type="button"] {
  padding: 10px 20px;
  color: #ffffff;
  background: #999999;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-appearance: none;
  margin-bottom: 10px;
  font-size: 15px;
}
.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="reset"]:hover, .wpcf7 input[type="button"]:hover {
  background: #ADADAD;
  -webkit-appearance: none;
}
.wpcf7 input[type="checkbox"] {
  border: 2px solid #DDD;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
  vertical-align: middle;
}
.wpcf7 textarea {
  width: 96%;
  height: 100px;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 5px;
  border: 2px solid #cccccc;
  -webkit-box-sizing: border-box;
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  vertical-align: middle;
}
/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
  background: #333333;
}
/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 17px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
  content: "";
  width: 10px;
  height: 4px;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 17px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
  width: 19px;
  height: 4px;
  background: #FFFFFF;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
input[type="radio"] {
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 14px;
  border: 2px solid #cccccc;
  -webkit-box-sizing: border-box;
  width: 28px;
  height: 28px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1));
  vertical-align: middle;
}
/* カラム -------------------------------------------------------------- */
.wrap .column ul {
  margin: 0px;
}
.max-w800 {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}
ul.column {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.column li {
  list-style: none;
  box-sizing: border-box;
  letter-spacing: 0px;
}
.column li img {
  margin-right: 15px;
}
.column li:last-child img {
  margin-right: 0;
}
.column2 li {
	width: 49%;
	margin-right: 2%;	
}
.employee-icon.column2 li img {
	max-width: 112px;
}
.column2 li:last-child {
	margin-right: 0;
}
.column3 li {
	width: 32%;
	margin-right: 2%;	
}
.column3 li:last-child {
	margin-right: 0;
}
.column-contact li {
  width: 49%;
  background: #F4F4F4;
  padding: 30px;
  margin-bottom: 30px !important;
}
ul.column-contact2 {
  align-items: stretch!important;
}
.column-contact2 li {
  width: 16%;
  background: #F4F4F4;
  padding: 30px 15px;
  margin-bottom: 30px !important;
	font-size: 1.2rem;
}
.column-contact2 li img {
	width: 20px;
	height: 20px;
}
.column-mail li {
  width: 32%;
}
.column-mail li a {
  display: inline-block;
  background: #2162A6;
  text-decoration: none;
  color: #FFFFFF;
  width: 100%;
  padding: 60px 30px 30px 30px;
  box-sizing: border-box;
  margin-bottom: 30px !important;
  text-align: center;
	background-image: url("../images/common/icon-mail.png");
	background-position: center 30px;
	background-repeat: no-repeat;
}
.column-mail li a:hover {
  background-color: #256FB8;
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
}
.business-office {
	font-size: 1.8rem;
}
.column li .business-tell img {
    margin-right: 5px;
}
.business-tell {
	font-size: 1.4rem;
}
.business-content {
  background-color: #FD7102;
	border-radius: 6px;
	color: #FFFFFF;
	line-height: 1.5;
	padding: 5px;
	margin: 5px 0;

}
.business-content2 {
  background-color: #FD7102;
	border-radius: 6px;
	color: #FFFFFF;
	line-height: 1.5;
	padding: 14px 2px;
	margin: 5px 0;
}
.wrap .column-equipment {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.wrap .column-equipment li {
  width: 13%;
  list-style: none;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 1.5%;
  text-align: center;
}
.wrap .column-equipment li img {
	width: 100%;
	height: 100px;
	margin-bottom: 5px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.wrap .column-equipment li img.press-machine {
	object-position: 0 90%;
	font-family: 'object-position: 0 90%;'
}
.wrap .column-equipment li:nth-child(7n) {
  margin-right: 0%;
}
.wrap .column-equipment2 {
   list-style: none;
   display: flex;
   flex-wrap: wrap;
   margin: 0;
}
.wrap .column-equipment2 li {
    width: 33%;
    list-style: none;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
}
.wrap .column-equipment2 li img {
    width: 85%;
    max-width: 320px;
    height: auto;
    margin-bottom: 5px;
}

/* 見出し -------------------------------------------------------------- */
.h2{
	font-size:130%;
	position: relative;
  padding-bottom: .2em;
  border-bottom: 3px solid #8AABD0;
  margin:30px 0 20px;
	font-weight: normal;
}
.h2:before{
	position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #1F5FA5;
}
  .wrap h2, .wrap2 h2 {
    background-image: url("../images/common/h3-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #F4F4F4;
    color: #1F5FA5;
    font-size: 2.6rem;
    font-weight: normal;
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.5;
    margin: 60px 0px 20px 0px;
  }
  .wrap h2:first-child,.wrap2 h2:first-child {
    margin-top: 0px;
  }
.wrap h3, .wrap2 h3{
	font-size:130%;
	position: relative;
	margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 15px;
	  border-bottom: 3px solid #8AABD0;
	  _margin:40px 0 20px;
	font-weight: normal;
}
.wrap h3:before,.wrap2 h3:before{
	position: absolute;
	  bottom: -3px;
	  left: 0;
	  z-index: 2;
	  content: '';
	  width: 20%;
	  height: 3px;
	  background-color: #1F5FA5;
}
.wrap h4,.wrap2 h4{
  border-left: 3px solid #2968A9;
  margin: 30px 0 20px 0;
  padding: 6px 6px 6px 10px;
  clear: both;
  font-size: 1.8rem;
	font-weight: normal;
}

/* 社長メッセージ -------------------------------------------------------------- */
.message-right {
  width: 100%;
  padding-left: 15px;
}
@media screen and (max-width:1200px) {
  .message-right {
    float: none;
    width: 100%;
	}	
	.w49{
		width: 49%!important;
	}
}
/*破砕/木材リサイクラー-----------------------------------------------------------------------------*/
.wood-recycling td{
	width: 15%;
}
table.wood-recycling tr td {
  position: relative;
  padding: 0 0 0 0;
}
table.wood-recycling tr td img {
	width: 70%;
	max-width: 150px;
}
table.wood-recycling tr td:nth-child(-n+4)::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
table.wood-recycling tr td:nth-child(-n+4)::before {
  position: absolute;
  right: -30px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 20px solid #2766A9;
}
.wrap table.wood-recycling tr td ul {
	margin: 0 0 0 38px;
}
table.wood-recycling tr td ul li {
	text-align: left;
}
/* アンカーリンク -------------------------------------------------------------- */
.anchorlink {
  list-style: none;
  margin-bottom: 40px;
}
.anchorlink a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.anchorlink a::before, .anchorlink a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.anchorlink a::before {
  width: 14px;
  height: 14px;
  _background: #2666A9;
  background: -moz-linear-gradient(#2968A9, #4B7FB6);
  background: -webkit-linear-gradient(#2968A9, #4B7FB6);
  background: linear-gradient(#2968A9, #4B7FB6);
}
.anchorlink a::after {
  left: 4px;
  top: -2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.anchorlink li {
  display: inline-block;
  margin-right: 20px;
}
/* 会社憲法 -------------------------------------------------------------- */
.kenpo {
  background: #F1EFE9;
  padding: 45px 45px 25px 45px;
}
.kenpo li {
  list-style-position: outside;
  margin-left: 50px;
  font-size: 1.8rem;
  line-height: 160%;
  margin-bottom: 20px;
}
/* テーブル -------------------------------------------------------------- */
table.table1 {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  line-height: 160%;
}
table.table1 th, table.table1 td {
  padding: 10px 5px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  letter-spacing: 0px;
  word-break: break-all;
  font-size: 1.5rem;
	font-weight: normal;
}
table.table1 ol li {
  list-style-position: outside;
  margin-left: 30px;
}
table.table-sp-block {
  margin: 10px auto 20px;
}
table tr td.table-arrow {
  position: relative;
  padding: 0 36px 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 26px;
}
table tr td.table-arrow2,table tr td.table-arrow3 {
  position: relative;
  padding: 0 36px 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 26px;
}
table.table-sp-block tr td p {
  line-height: 140%;
}
table.table-sp-block tr td img {
  padding-bottom: 10px;
  display: block;
  margin: 0 auto;
}
table tr td.table-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
table tr td.table-arrow::before {
  position: absolute;
  top: 25%;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 20px solid #2766A9;
}
table tr td.table-arrow2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
table tr td.table-arrow2::before {
  position: absolute;
  top: 16%;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 20px solid #2766A9;
}
table tr td.table-arrow3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
table tr td.table-arrow3::before {
  position: absolute;
  top: 58px;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 20px solid #2766A9;
}



table.table-used th, table.table-used td {
  padding-bottom: 40px;
}
.sp-table th,.sp-table td {
	padding: 10px;
}
span.wpcf7-list-item {
	margin-bottom: 10px!important;
}
table.table-allowing,table.table-allowing2 {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  _line-height: 160%;
}
table.table-allowing th, table.table-allowing td {
  padding: 10px 5px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  _letter-spacing: 0px;
  _word-break: break-all;
  font-size: 1.5rem;
	font-weight: normal;
}
table.table-allowing2 th, table.table-allowing2 td {
  padding: 10px 5px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  _letter-spacing: 0px;
  _word-break: break-all;
  font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.2;
}

table.block th {
	font-weight: normal;
}
/* 余白 -------------------------------------------------------------- */
.margin-b15 {
  margin-bottom: 15px;
}
/* ページナビ -------------------------------------------------------------- */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #666666;
  background-color: #FFFFFF;
  border: solid 1px #CCCCCC;
  padding: 5px 10px !important;
  margin: 0 5px 10px 5px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}
.wp-pagenavi span.current {
  color: #FFF;
  background-color: #1C81C9;
  border-color: #CCCCCC;
  font-weight: bold;
}
a.link-btn {
  position: relative;
  display: inline-block;
  padding: 10px 16px 10px 16px;
  color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  width: 148px;
  background-color: #2162A6;
  font-size: 1.2rem;
}
a.link-btn:hover {
  background-color: #256FB8;
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
}
a.link-btn::before, .link-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
a.link-btn::before {
  right: -140px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.no-pdf[href $='.pdf'] {
  background-image: none;
}
a.no-pdf2[href $='.pdf'] {
  background-image: none;
  padding-left: 0px;
  margin-right: 0px;
}
/* ナビボタン ----------------------------------------------------------------------------------------- */
.nav-btn.nav-btn2 a,.nav-btn-blue.nav-btn2 a {
  padding-top: 42px;
  padding-bottom: 42px;
}
.nav-area-blue .nav-btn-blue.nav-btn-column3 {
  max-width: 410px;
  width: 31.9%;
  margin-right: 2%;
}
.nav-area-blue {
	position: relative;	
}
.nav-btn-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-area-blue .nav-btn-blue.nav-btn-column3:nth-child(3n) {
  margin-right: 0;
}
.nav-btn .metal1 {
  background: url("../images/metal/menu1.jpg");
  background-size: cover;
}
#main-slider {
  margin-bottom: 70px;
}
#main {
  color: #FFFFFF;
  text-align: center;
  padding: 30px 0;
  background: cover;
}
#main h1 {
  border-bottom: #FFFFFF 2px solid;
  display: inline-block;
  padding-bottom: 15px;
  font-size: 3.0rem;
}
.wrap h1 {
  text-align: left;
  font-size: 4.0rem;
  line-height: 1.5;
	padding-top: 20px;
  margin-bottom: 50px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.gaiyou {
  background-image: url("../images/gaiyou/main.jpg");
  background-size: cover;
}
.ir {
  background-image: url("../images/ir/main.jpg");
  background-size: cover;
}
.wrap .ir {
  background-image: none;
}
.dissolution {
  background-image: url("../images/dissolution/main.jpg");
  background-size: cover;
}
.environs {
  background-image: url("../images/environs/main.jpg");
  background-size: cover;
}
.metal {
  background-image: url("../images/metal/main.jpg");
  background-size: cover;
}
.usedparts {
  background-image: url("../images/usedparts/main.jpg");
  background-size: cover;
}
.sitemap {
  background-image: url("../images/sitemap/main.jpg");
  background-size: cover;
}
.privacy {
  background-image: url("../images/privacy/main.jpg");
  background-size: cover;
}
.sitepolicy {
  background-image: url("../images/sitepolicy/main.jpg");
  background-size: cover;
}
.contact {
  background-image: url("../images/contact/main.jpg");
  background-size: cover;
}
.business {
  background-image: url("../images/business/main.jpg");
  background-size: cover;
}
.unyu {
  background-image: url("../images/unyu/main.jpg");
  background-size: cover;
}
/* 事業案内 ----------------------------------------------------------------------------------------- */
.bg-business {
  background-image: url("../images/business/business-bg.jpg");
  background-position: left top;
  background-repeat: repeat-y;
  padding: 110px 60px;
	margin-top: 10px;
}
.bg-business a {
  text-decoration: none;
  color: #333333;
}
.bg-business a:hover {
  opacity: 0.75;
}
.business-wrap {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business-wrap-inner {
  background-color: #FFFFFF;
  max-width: 460px;
  width: 47%;
  box-sizing: border-box;
  margin-bottom: 65px;
}
.business-wrap-inner:nth-child(3),.business-wrap-inner:nth-child(4) {
  margin-bottom: 0;
}
.business-title {
  font-size: 2.0rem;
}
.business-title {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  vertical-align: middle;
  text-decoration: none;
}
.business-title::before, .business-title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.business-title::before {
  width: 12px;
  height: 12px;
  background: #BEAB26;
}
.business-title::after {
  left: 12px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.business-wrap-inner:nth-child(1) .business-title {
  color: #BEAB26;
}
.business-wrap-inner:nth-child(2) .business-title {
  color: #38B394;
}
.business-wrap-inner:nth-child(2) .business-title::before {
  background: #38B394;
}
.business-wrap-inner:nth-child(3) .business-title {
  color: #4385A6;
}
.business-wrap-inner:nth-child(3) .business-title::before {
  background: #4385A6;
}
.business-wrap-inner:nth-child(4) .business-title {
  color: #2677C6;
}
.business-wrap-inner:nth-child(4) .business-title::before {
  background: #2677C6;
}
.business-wrap-inner-text {
  padding: 14px 9px 8px 9px;
}
.bg-business p {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.wrap .bg-business ul {
	margin: 5px 0 0 30px;
}
.wrap .bg-business ul li {
	margin: 0 0 5px 0;
}
/* 矢印付きリンク ----------------------------------------------------------------------------------------- */
.link {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  vertical-align: middle;
  text-decoration: none;
}
.link::before, .link::after {
  position: absolute;
  top: -24px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.link::before {
  left: 15px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #2666A9;
  border-right: 3px solid #2666A9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link02 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.link02::before, .link02::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.link02::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #2666A9;
}
.link02::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link03 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 26px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.link03::before, .link03::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.link03::before {
  width: 16px;
  height: 16px;
  background: #2968A9;
}
.link03::after {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 1分でわかるイボキン ----------------------------------------------------------------------------------------- */
.ibokin-bg1 {
  background: url(../images/ibokin/bg01.jpg) repeat;
}
.ibokin-bg2 {
  background: url(../images/ibokin/bg02.png) no-repeat #CEEAF6 center top;
  padding-bottom: 120px;
}
.ibokin-wrap {
  width: 950px;
  margin: 0 auto;
}
.ibokin-title {
  text-align: center;
  display: block;
  margin: 120px auto 75px auto;
}
.ibokin-point {
  padding: 30px;
  border: solid 4px #39A0EC;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 60px;
}
.ibokin-point p {
  font-size: 14px;
}
.ibokin-pointleft {
  float: left;
  width: 420px;
}
.ibokin-pointright {
  float: right;
  width: 420px;
}
.wrap .ibokin-point h2 {
  font-size: 3.0rem;
  margin: 20px 0px 20px 0px;
  line-height: 140%;
	background: none;
	background-repeat: no-repeat;
	padding: 0;
	font-weight: bold;
}
.ibokin-point img.aligncenter {
  margin-bottom: 0px;
}
.ibokin-contact {
  background: #FFF;
  padding: 40px;
  width: 870px;
  margin: 0 auto;
  font-size: 14px;
}
.ibokin-contact p {
  padding-bottom: 15px;
}
.ibokin-contact h3 {
  background: url(../img/secound/title-h3full.jpg) no-repeat left center;
  width: 843px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 17px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ibokin-contact-wrap {
  width: 672px;
  margin: 0 auto;
}
.gray-box {
  background-color: #EEEEEE;
  padding: 20px 30px;
  font-size: 1.4rem;
  display: block;
  width: 480px;
  float: left;
}
.gray-box2 {
  background-color: #EEEEEE;
  padding: 20px 30px;
}
.blue-box {
  background-color: #F4FBFF;
  padding: 40px;
  _box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 0 6px 2px #E7E7E7;
}

/* IRニュース ----------------------------------------------------------------------------------------- */
.eir {
  padding-top: 10px;
}
.newsTypeController {
  background-color: #F9F9F9;
  border-bottom: solid 3px #C8C8C8;
}
.s_eirBlock .s_eirTab li a {
  width: 130px;
  background-color: transparent;
  border-right: none;
  border-bottom: none;
}
.s_eirBlock .s_eirTab li.active a {
  background-color: #F1F1F1;
  border-bottom: none;
}
.yearController .s_eirAnchor a:before, .eir .s_eirAnchor a:before {
  border-top: 5px solid #1F1F1F;
}
#hqir .qirLabel {
  font-size: 2.2rem;
}
#hqir .qirNote_title {
  background-image: url("../images/common/h3-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #F4F4F4;
  color: #1F5FA5;
  font-size: 2.6rem;
  font-weight: normal;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
  margin: 40px 0px 20px 0px;
}
.wrap ul.s_eirTab, .wrap ul.s_eirTab li {
  margin: 0;
}
.s_eirBlock .s_eirTab li a {
  padding: 20px;
}
.s_eirBlock .s_eirTab li a:hover {
  color: inherit;
}
/* 200919追記 ----------------------------------------------------------------------------------------- */
.s_eirAnchor {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.s_eirAnchor a:before{
    display: inline-block;
    content: "";
    border: 5px solid transparent;
    border-top: 5px solid #333;
    margin-right: 5px;
}
.s_eirAnchor li{
    list-style: none;
	margin-right: 20px;
}
/* 木材リサイクル ----------------------------------------------------------------------------------------- */
.environs_wood-table {
  padding-bottom: 40px;
}
/* 金属事業 -------------------------------------------------------------- */
.scrap-blue {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.scrap-blue dt {
    font-size: 23px;
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 0 170px;
	line-height: 1.5;
	padding: 10px;
	background-color: #1F5FA5;
    color: #FFFFFF;
    border: 1px solid #1F5FA5;
}
.scrap-blue dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
	padding-top: 2.5%;
}
  /* 第二階層のメインイメージと見出し -------------------------------------------------------------- */
  #main-second {
	  margin-bottom: 40px;
	  display: flex;
	  flex-wrap: wrap;
  }
  #main-second .main-second-txt {
	  width: 47%;
  }
  _#main-second .main-second-txt h2 {
	  font-size: 2.8rem;
  }
  #main-second .main-second-img {
	  width: 50%;
	  margin-left: 3%;
  }
  #main-second .main-second-img img {
	  width: 100%;
  }

  /* ナビボタン（青） ----------------------------------------------------------------------------------------- */
  .nav-area-blue {
    max-width: 1280px;
    width: 100%;
    margin: 100px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .nav-btn-blue {
    max-width: 300px;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
  }
  .nav-btn-blue:nth-child(4n) {
    margin-right: 0;
  }
  .nav-btn-blue a {
    display: block;
    width: 100%;
    background: -moz-linear-gradient(left, #2968A9 50%, #2172A1);
    background: -webkit-linear-gradient(left, #2968A9 50%, #2172A1);
    background: linear-gradient(to right, #2968A9 50%, #2172A1);
    color: #FFFFFF;
    padding: 30px 16px 30px 30px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.6rem;
  }
  .nav-btn-blue:hover a, .nav-btn-blue dt:hover {
    opacity: 0.65;
    transition: all .2s ease-in-out;
  }
  .nav-btn-blue:hover dd a {
    opacity: 1 !important;
  }
  .nav-btn-blue:hover dd a:hover {
    background-color: #DAE8F5;
  }
  .nav-btn-blue a::before, .nav-btn-blue a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .nav-btn-blue a::before {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #2968A9;
    background-color: #FFFFFF;
  }
  .nav-btn-blue a::after {
    left: 12px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2968A9;
    border-right: 2px solid #2968A9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* ナビボタントグルメニュー（青） ----------------------------------------------------------------------------------------- */
  .nav-btn-blue.nav-btn2 dd a {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    background: none;
    color: #2968A9;
    padding: 20px 16px 20px 44px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
    border-bottom: 1px solid #E6E6E6;
  }
  .nav-btn-blue dd a::before, .nav-btn-blue dd a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .nav-btn-blue dd a::before {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #2968A9;
    background-color: #FFFFFF;
  }
  .nav-btn-blue dd a::after {
    left: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2968A9;
    border-right: 2px solid #2968A9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* ナビボタン（写真） ----------------------------------------------------------------------------------------- */
  .nav-area {
    max-width: 1280px;
    width: 100%;
    margin: 100px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
  }
  .nav-btn {
    max-width: 300px;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
	  color: #2061A5;
  }
  .nav-btn:nth-child(4n) {
    margin-right: 0;
  }
  /*
  .nav-btn a {
    display: block;
    width: 100%;
    background: -moz-linear-gradient(left, #2968A9 50%, #2172A1);
    background: -webkit-linear-gradient(left, #2968A9 50%, #2172A1);
    background: linear-gradient(to right, #2968A9 50%, #2172A1);
   background-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    padding: 30px 16px 30px 44px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.4rem;
   margin-top: 100px;
  }
 */
  .nav-btn a {
    transition: unset;
  }
  .nav-btn a:hover , .nav-btn dt:hover {
    opacity: 0.65!important;
    transition: all .2s ease-in-out;
	  display: block;
  }
  .nav-btn:hover dd a {
    opacity: 1 !important;
  }
  .nav-btn:hover dd a:hover {
    background-color: #DAE8F5;
  }
  /*
  .nav-btn a::before, .nav-btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .nav-btn a::before {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #2968A9;
    background-color: #FFFFFF;
  }
  .nav-btn a::after {
    left: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2968A9;
    border-right: 2px solid #2968A9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
*/
  .nav-btn a div {
    display: block;
    _padding-top: 203px;
	  padding-top: 78.2268%;
    background-size: cover;
	  background-repeat: no-repeat;
  }
.iframe{
    position:relative;
    width:100%;
    height:0;
    padding-top:75.5%;
	margin-bottom: 20px;
}
.iframe iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:104%;
}
  .nav-btn a span {
    width: 100%;
    padding: 1em 0 1em 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.4rem;
  }
  .nav-btn span {
    font-size: 1.4rem;
  }
  /* 画像フロート -------------------------------------------------------------- */
  .aligncenter2, img.aligncenter2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
.allowing_items_indent {
	display: flex;
}
.allowing_items_indent-center {
	align-items: center;
}
.allowing_items_indent-left {
	width: 170px;
}
.allowing_items_indent-left2 {
	width: 130px;
}
.allowing_items_indent-left3 {
	width: 60px;
}
.allowing_items_indent-right {
	flex: 1;
}
/* サスティナビリティ -------------------------------------------------------------- */
.sdgs-wrap {
	display: flex;
	flex-wrap: wrap;
}
.sdgs-wrap-inner {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 100px;
	display: flex;
    flex-direction: column;
}
.sdgs-wrap-inner:nth-child(2n) {
	margin-right: 0;
}
.sdgs-icon {
	width: 100%;
	margin: auto 0 0 0;
}
.sdgs-icon ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
}
.sdgs-icon ul li {
	margin-bottom: 15px;
	margin-right: 1%;
	width: 19.2%;
}
.sdgs-icon ul li:nth-child(5n) {
	margin-right: 0;	
}
.sustainability-main {
	margin-bottom: 120px;
}
.sustainability {
	font-size: 3.2rem;
    text-align: center;
    margin-bottom: 60px;
    padding: 30px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	line-height: 1.6;
}
.lead {
	font-size: 2.0rem;
    line-height: 2;
    text-align: center;
    margin: 0 auto 90px;
}
.sustainability-img {
	float: left;
	margin-bottom: 50px;
	padding-right: 50px;
}
.nintei-img {
	float: right;
	margin-left: 50px;
}

/* 社員への取り組み -------------------------------------------------------------- */
.employee-icon {
	display: block;
	float: right;
	margin-left: 30px;
}
.employee-icon .column li {
	max-width: 112px;
}

/* トップ事業案内 ----------------------------------------------------------------------------------------- */
.top-business {
	margin-bottom: 45px;
}
.box-gray {
    background: #F2F2F2;
    padding: 26px 26px 10px 26px;
    margin: 30px 0;
    border-radius: 6px;
  }

/* 組織図 -------------------------------------------------------------- */
.backgroundblue{
	background-color: #F2FCFD;
	padding-top: 50px;
	padding-bottom: 20px;
}
/* PC ----------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  .sp,.sp2,.tablet {
    display: none;
  }
  /* 画像フロート -------------------------------------------------------------- */
  .alignleft, img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .alignright, img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .aligncenter, img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
.pr20-pc{
	padding-right: 20px;
}
  /* ヘッダー -------------------------------------------------------------- */
  #header {
    background: #ffffff;
    width: 100%;
    z-index: 10;
  }
  #logo {
    float: left;
  }
  #header-right {
    float: right;
    padding-top: 15px;
	_width: 75%;
  }
  #header-wrap {
    padding: 20px 0;
    max-width: 1220px;
    margin: 0 auto;
    width: 96%
  }
  #header-right li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
  }
  @media screen and (min-width:1024px) and (max-width:1100px) {
    #header-right li {
      margin-right: 5px !important;
    }
  }
  input#s {
    background: #F2F2F2;
    border-radius: 5px;
    border: none;
    padding: 8px;
  }
    #header-search {
		width: 22%;
		padding-left: 2%
    }
    #header-search input#s {
		width: 65%;
    }
  input[type="image"] {
    vertical-align: middle;
    margin-left: 8px;
  }
  nav {
    float: left;
    margin-top: 5px;
  }
  #header-search {
    float: right;
  }
  /* トップページ -------------------------------------------------------------- */
  .wrap {
    max-width: 1220px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap2 {
    max-width: 1180px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap-shadow {
    max-width: 1280px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 4%;
    box-shadow: 0 0 6px 2px #A9BAC9;
    box-sizing: border-box;
  }
  .bg-blue {
    background-color: #2162A6;
    padding: 80px 0;
  }
  .bg-blue2 {
    background-color: #E2EAF1;
    padding: 80px 0;
  }
  .bg-blue3 {
	  background-color: #E2EAF1;
	  margin-bottom: 20px;
  }
  .wrap .bg-blue3 ul li {
	  margin-bottom: 0;
  }
  .wrap .bg-blue3 ul li:nth-child(2n) {
	  display: block;
	  text-align: right;
  }
  h2.top-title {
    font-size: 3.4rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
  }
  h2.top-title span {
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
    color: #2061A5;
  }
  _.wrap h2 {
    font-size: 4.0rem;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 50px;
    color: #1F1F1F;
    font-weight: normal;
  }
  _.wrap h2 span {
    font-size: 1.6rem;
    font-weight: normal;
    display: block;
    color: #333333;
  }

  .top-information h2.top-title {
    text-align: left;
    color: #2061A5;
  }
  .bg-blue h2.top-title, .bg-blue h2.top-title span, .contact-wrap h2.top-title span {
    color: #FFFFFF;
  }
  /*　イントロダクション　*/
  .top-introduction {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .top-introduction-inner {
    margin-right: 6%;
  }
  .top-introduction-inner:last-child {
    margin-right: 0;
  }
  .top-introduction-inner img {
    margin-bottom: 15px;
  }
  .top-introduction-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
  }
  /*　お知らせ　*/
  .top-information {
    background-color: #FFFFFF;
  }
  .information-left {
    width: 180px;
    float: left;
  }
  .information-right {
    width: 100%;
    margin-left: -200px;
    padding-left: 200px;
    box-sizing: border-box;
    float: right;
    word-wrap: break-word;
  }
  .information-right.information-right-second {
    margin-left: 0;
    padding-left: 0;
  }
  .information-right dl {
    display: flex;
    flex-wrap: wrap;
  }
  .information-right dt {
    width: 18%;
    border-bottom: dashed #CCCCCC 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .information-right dd {
    width: 82%;
    border-bottom: dashed #CCCCCC 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .information-right dd time {
    font-size: 1.2rem;
    color: #444444;
  }
  .blog, .blog-recruit {
    background-color: #BC70E4;
    padding: 2px 5px;
    color: #FFFFFF;
    font-size: 1.4rem;
    margin-left: 10px;
  }
  .ibokin-news {
    background-color: #006DD9;
    padding: 2px 5px;
    color: #FFFFFF;
    font-size: 1.4rem;
    margin-left: 10px;
  }
  /*　バナー　*/
  .wrap .banner-wrap {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 60px 0 10px;
    margin: 0;
  }
  .wrap .banner-wrap li {
    max-width: 280px;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 50px;
    box-sizing: border-box;
  }
  .wrap .banner-wrap li:nth-child(4n) {
    margin-right: 0;
  }
  /*　お問い合わせ　*/
  .contact-wrap {
    background-image: url("../images/common/contact-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: #FFFFFF;
    padding: 60px 0;
  }
  .contact-wrap h2 {
    color: #FFFFFF;
  }
  .top-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  .top-contact-l {
    width: 260px;
    padding-right: 100px;
    border-right: solid 1px #97A4AD;
  }
  .top-contact-r {
    width: 260px;
    padding-left: 100px;
  }
  .midashi-white {
    text-align: center;
    border: solid 1px #FFFFFF;
    padding: 5px 0;
  }
  .contact-tel {
    background-image: url("../images/common/icon-tel.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 3.0rem;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .btn-contact {
    position: relative;
    background-color: #2162A6;
    width: 300px;
    margin: 0 auto;
  }
  .btn-contact:hover {
    background-color: #256FB8;
	transition: all .2s ease-in-out;
  }
  .btn-contact a {
    display: block;
    width: 100%;
    color: #FFFFFF;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
  }
  .btn-contact a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
  }
  .btn-contact a img {
    position: absolute;
    left: 20px;
    top: 35%;
  }
  /* フッター -------------------------------------------------------------- */
  #footer {
    padding: 60px 0 0;
  }
  .footer-wrap {
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 40px;
  }
  .footer-wrap-inner {
    max-width: 1220px;
    width: 96%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .footer-l {
    float: left;
    width: 30%;
  }
  .footer-r {
    float: right;
    width: 70%;
  }
  .f-logo {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .sns img {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .footer-company-info {
    color: #202020;
    line-height: 1.8;
  }
  .footer-sitemap {
    display: flex;
    flex-wrap: wrap;
    color: #1F1F1F;
  }
  .footer-sitemap h3 {
    font-size: 1.5rem;
    font-weight: normal;
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer-sitemap-inner {
    width: 22%;
    margin-right: 4%;
  }
  .footer-sitemap-inner:nth-child(4) {
    margin-right: 0;
  }
  .footer-sitemap-inner ul {
    list-style: none;
  }
  .f-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 15px 0;
  }
  .f-menu li {
    font-size: 1.2rem;
    border-right: solid 1px #202020;
    padding-right: 15px;
    margin-right: 15px;
  }
  .f-menu li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .copyright {
    background-color: #2162A6;
    font-size: 1.2rem;
    padding: 10px 0;
    color: #FFFFFF;
    text-align: center;
  }
  #backtop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
  }
  /* 第二階層 -------------------------------------------------------------- */
  /* Breadcrumb -------------------------------------------------------------- */
  .breadcrumbs {
    max-width: 1220px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding: 25px 0;
  }

  /* IR情報 -------------------------------------------------------------- */
  .ir-wrap1 {
    display: flex;
    flex-wrap: wrap;
    _height: 360px;
    margin-bottom: 50px;
  }
  .ir-message{
	float: right;
    width: 42%;
	padding: 5px 0;
  }
  .ir-wrap-inner1 {
    width: 37%;
    padding: 10px;
    margin-right: 3%;
    box-sizing: border-box;
  }
  .ir-wrap-inner1:first-child {
    background-color: #DCE5EE;
    width: 54%;
    padding: 10px;
    margin-right: 3%;
    box-sizing: border-box;
  }
  .ir-wrap-inner1:nth-child(2) {
    background-color: #E6E6E6;
	 margin-right: 3%;
	    width: 20%;
	  padding: 0;
  }
  .ir-wrap-inner1:nth-child(3) {
	  background-color: #E6E6E6;
    width: 20%;
	  padding: 0;
    margin-right: 0;
  }	
	
	
	
  .ir-wrap-inner2:first-child {
    width: 100%;
  }
  .zoom-content1 {
   /* max-width: 598px;*/ /* 幅を指定 */
	/*padding: inherit;*/
  }
  .zoom-content1 a {
    display: block;
    position: relative;
    width: 100%;
   /* padding: 54% 0 0;*/
    overflow: hidden;
  }
  .ir-wrap-inner-img {
    width: 58%;
    left: 0;
    top: 0;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
     max-width: 211px; 
   /* max-width: fit-content;*/
  }
  .zoom-content1 img {
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 1;
  }
  .zoom-content1:hover img {
    transform: scale3d(1.1, 1.1, 1); /* hover時の倍率を指定 */
  }
  .zoom-content2 {
    max-width: 400px;
  }
  .zoom-content2 a {
    display: block;
    position: relative;
    width: 100%;
    padding: 90% 0 0;
    overflow: hidden;
  }
  .zoom-content2 p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    color: white;
    background: #000000;
    font-size: 1.6rem;
    line-height: 1;
    padding: 20px 6%;
    width: 100%;
    text-align: left;
    opacity: 0.65;
    z-index: 10000;
  }
  .zoom-content2 img {
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 1;
  }
  .zoom-content2:hover img {
    transform: scale3d(1.1, 1.1, 1); /* hover時の倍率を指定 */
  }
  .ir-wrap-title {
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .ir-wrap-text {
    font-size: 1.8rem;
    padding-left: 15px;
    padding-right: 10px;
  }


  _.news-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
  }
  _.news-wrap dt {
    width: 24%;
    padding-right: 1%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: #E6E6E6 1px solid;
  }
  _.news-wrap dd {
    width: 74%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: #E6E6E6 1px solid;
  }
  .news-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
  }
  .news-wrap dt {
    max-width: 280px;
    width: 100%;
    _padding-right: 1%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: #E6E6E6 1px solid;
    box-sizing: border-box;
  }
  .news-wrap dd {
	  width : calc(100% - 280px) ;
    padding-left: 2%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: #E6E6E6 1px solid;
    box-sizing: border-box;
  }
  .news-wrap dd a {
    position: relative;
  }
  .box-blue {
    border: #C1D5E8 2px solid;
    padding: 20px;
    margin-bottom: 30px;
  }
  .box-blue h4 {
    color: #2666A9;
    border-bottom: solid 2px #C1D5E8;
    padding-bottom: 20px;
    padding-top: 3px;
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
  .icon01 {
    background-image: url("../images/common/icon01.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon02 {
    background-image: url("../images/common/icon02.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon03 {
    background-image: url("../images/common/icon03.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon04 {
    background-image: url("../images/common/icon04.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon05 {
    background-image: url("../images/common/icon05.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon06 {
    background-image: url("../images/common/icon06.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon07 {
    background-image: url("../images/common/icon07.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon08 {
    background-image: url("../images/common/icon08.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon09 {
    background-image: url("../images/common/icon09.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    letter-spacing: 0.0001em;
  }
  .icon10 {
    background-image: url("../images/common/icon10.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon11 {
    background-image: url("../images/common/icon11.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .download img {
    text-align: center;
    margin: 40px auto 20px;
    display: block;
  }
  .download-link {
    display: block;
    background-color: #2666A9;
    border: solid 1px #2666A9;
    width: 198px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 0;
    margin: 0 auto;
    transition: 0.6s;
  }
  .download:hover .download-link {
    background-color: #FFFFFF;
    border: solid 1px #2666A9;
    color: #2666A9;
  }
  /* カラム ----------------------------------------------------------------------------------------- */
  .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .column .column-inner {
    list-style: none;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .column2 .column-inner {
    width: 48%;
  }
  .column2-2 .column-inner {
    width: 49%;
  }
  .column4 .column-inner {
    width: 23.875%;
  }
  /* リスト ----------------------------------------------------------------------------------------- */
  .list01 li {
    list-style: none;
  }
  .list01 li a {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .border-solid li {
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .list01 li a {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
  }
  .list01 li a::before, .list01 li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .list01 li a::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #2666A9;
  }
  .list01 li a::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* 株主・投資家の皆様へ ----------------------------------------------------------------------------------------- */
  .message-l {
    float: left;
    max-width: 250px;
    width: 22%;
    margin-right: 5%;
  }
  .message-r {
    float: right;
    max-width: 930px;
    width: 73%;
  }
	
  /* IRニュース ----------------------------------------------------------------------------------------- */
  .nav-btn dd a {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    background: none;
    color: #2968A9;
    padding: 1em 0 1em 0;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.4rem;
    border-bottom: 1px solid #E6E6E6;
  }
  /*
  .nav-btn dd a::before, .nav-btn dd a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .nav-btn dd a::before {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #2968A9;
    background-color: #FFFFFF;
  }
  .nav-btn dd a::after {
    left: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2968A9;
    border-right: 2px solid #2968A9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
*/
/* 金属事業 -------------------------------------------------------------- */
.wrap-photoinfo {
	display: flex;
}
.photo-l {
	width: 350px;
	margin-right: 30px;
}
.info-r {
	flex: 1;
}
/* 破砕/木材リサイクラー -----------------------------------------------------------------------------*/	
table.wood-recycling tr td:nth-child(-n+4)::before {
  top: 45px;
}
/* イボキン環境方針 -----------------------------------------------------------------------------*/
.environmental-policy {
	padding-right: 60px;
}
/* 事業案内 -----------------------------------------------------------------------------*/
  .wrap .main-second-txt h2 {
    background-image: url("../images/common/h3-bg2.png");
  }
}
/* タブレット ----------------------------------------------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1024px) {
.column-contact2 li {
  width: 32%;
	font-size: 1.4rem;
}
.column-mail li a {
	font-size: 1.2rem;
}
.pc,.sp2 {
    display: none;
  }
.mr30{
		margin-right: 30px!important;
	}
  .wrap h2, .wrap2 h2 {
    background-image: url("../images/common/h3-bg2.png");
  }
  /* Images -------------------------------------------------------------- */
  .alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
  }
  /* ヘッダー -------------------------------------------------------------- */
  #header {
    background: #ffffff;
    width: 100%;
    z-index: 10;
  }
  #logo {
    float: left;
  }
  #header-right {
    float: right;
    padding-top: 15px;
  }
  #header-wrap {
    padding: 20px 0;
    margin: 0 auto 0 20px;
    width: 88%
  }
  #header-right li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
  }
  input#s {
    background: #F2F2F2;
    border-radius: 5px;
    border: none;
    padding: 8px;
  }
  input[type="image"] {
    vertical-align: middle;
    margin-left: 8px;
  }
  nav {
    float: left;
    margin-top: 5px;
  }
  #header-search {
    float: right;
  }
  /* トップページ -------------------------------------------------------------- */
  .wrap {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap2 {
    max-width: 1180px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap-shadow {
    max-width: 1280px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 4%;
    box-shadow: 0 0 6px 2px #A9BAC9;
    box-sizing: border-box;
  }
  .bg-blue {
    background-color: #2162A6;
    padding: 80px 0;
  }
  .bg-blue2 {
    background-color: #E2EAF1;
    padding: 80px 0;
  }
  .bg-blue3 {
	  background-color: #E2EAF1;
	  margin-bottom: 20px;
  }
  .wrap .bg-blue3 ul li {
	  margin-bottom: 0;
  }
  h2.top-title {
    font-size: 3.4rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
  }
  h2.top-title span {
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
    color: #2061A5;
  }
  .top-information h2.top-title {
    text-align: left;
    color: #2061A5;
  }
  .bg-blue h2.top-title, .bg-blue h2.top-title span, .contact-wrap h2.top-title span {
    color: #FFFFFF;
  }
  /*　イントロダクション　*/
  .top-introduction {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .top-introduction-inner {
    margin-right: 6%;
    text-align: center;
  }
  .top-introduction-inner:last-child {
    margin-right: 0;
  }
  .top-introduction-inner img {
    margin-bottom: 15px;
    width: 80%;
  }
  .top-introduction-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
  }
  /*　お知らせ　*/
  .top-information {
    background-color: #FFFFFF;
  }
  .information-left {
    width: 180px;
    float: left;
  }
  .information-right {
    width: 100%;
    margin-left: -200px;
    padding-left: 200px;
    box-sizing: border-box;
    float: right;
    word-wrap: break-word;
  }
  .information-right dl {
    display: flex;
    flex-wrap: wrap;
  }
  .information-right dt {
    width: 23%;
    border-bottom: dashed #CCCCCC 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .information-right dd {
    width: 77%;
    border-bottom: dashed #CCCCCC 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .information-right dd time {
    font-size: 1.2rem;
    color: #444444;
  }
  .blog, .blog-recruit {
    background-color: #BC70E4;
    padding: 2px 5px;
    color: #FFFFFF;
    font-size: 1.4rem;
    margin-left: 10px;
  }
  .icon-news {
    background-color: #006DD9;
    padding: 2px 5px;
    color: #FFFFFF;
    font-size: 1.4rem;
    margin-left: 10px;
  }
  /*　バナー　*/
  .wrap .banner-wrap {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 60px 0 10px;
    margin: 0;
  }
  .wrap .banner-wrap li {
    max-width: 280px;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 50px;
    box-sizing: border-box;
  }
  .wrap .banner-wrap li:nth-child(4n) {
    margin-right: 0;
  }
  /*　お問い合わせ　*/
  .contact-wrap {
    background-image: url("../images/common/contact-bg.jpg");
    background-repeat: repeat-x;
    background-position: center top;
    color: #FFFFFF;
    padding: 60px 0;
  }
  .contact-wrap h2 {
    color: #FFFFFF;
  }
  .top-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  .top-contact-l {
    width: 260px;
    padding-right: 100px;
    border-right: solid 1px #97A4AD;
  }
  .top-contact-r {
    width: 260px;
    padding-left: 100px;
  }
  .midashi-white {
    text-align: center;
    border: solid 1px #FFFFFF;
    padding: 5px 0;
  }
  .contact-tel {
    background-image: url("../images/common/icon-tel.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 3.0rem;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .btn-contact {
    position: relative;
    background-color: #2162A6;
    width: 300px;
    margin: 0 auto;
  }
  .btn-contact a {
    display: block;
    width: 100%;
    color: #FFFFFF;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
  }
  .btn-contact a img {
    position: absolute;
    left: 20px;
    top: 35%;
  }
  /* フッター -------------------------------------------------------------- */
  #footer {
    padding: 60px 0 0;
  }
  .footer-wrap {
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 40px;
  }
  .footer-wrap-inner {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .footer-l {
    float: left;
    width: 30%;
  }
  .footer-r {
    float: right;
    width: 70%;
  }
  .f-logo {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .sns img {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .footer-company-info {
    color: #202020;
    line-height: 1.8;
  }
  .footer-sitemap {
    display: flex;
    flex-wrap: wrap;
    color: #1F1F1F;
  }
  .footer-sitemap h3 {
    font-size: 1.5rem;
    font-weight: normal;
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer-sitemap-inner {
    width: 22%;
    margin-right: 4%;
  }
  .footer-sitemap-inner:nth-child(4) {
    margin-right: 0;
  }
  .footer-sitemap-inner ul {
    list-style: none;
  }
  .f-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 15px 0;
  }
  .f-menu li {
    font-size: 1.2rem;
    border-right: solid 1px #202020;
    padding-right: 15px;
    margin-right: 15px;
  }
  .f-menu li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .copyright {
    background-color: #2162A6;
    font-size: 1.2rem;
    padding: 10px 0;
    color: #FFFFFF;
    text-align: center;
  }
  #backtop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
  }
  /* 第二階層 -------------------------------------------------------------- */
  /* Breadcrumb -------------------------------------------------------------- */
  .breadcrumbs {
    max-width: 1280px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding: 25px 0;
  }
  /* IR情報 -------------------------------------------------------------- */
   .ir-message{
	float: right;
    width: 42%;
	padding: 5px 0;
  }
   .ir-wrap-inner1 {
    width: 37%;
    padding: 10px;
    margin-right: 3%;
    box-sizing: border-box;
  }
  .ir-wrap-inner1:first-child {
    background-color: #DCE5EE;
    width: 54%;
    padding: 10px;
    margin-right: 3%;
    box-sizing: border-box;
  }
  .ir-wrap-inner1:nth-child(2) {
    background-color: #E6E6E6;
	 margin-right: 3%;
	    width: 20%;
	  padding: 0;
  }
  .ir-wrap-inner1:nth-child(3) {
	  background-color: #E6E6E6;
    width: 20%;
	  padding: 0;
    margin-right: 0;
  }	
	
	
	
  .ir-wrap-inner2:first-child {
    width: 100%;
  }
  .zoom-content1 {
   /* max-width: 598px;*/ /* 幅を指定 */
	/*padding: inherit;*/
  }
  .zoom-content1 a {
    display: block;
    position: relative;
    width: 100%;
   /* padding: 54% 0 0;*/
    overflow: hidden;
  }
  .ir-wrap-inner-img {
    width: 58%;
    left: 0;
    top: 0;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    /* max-width: 313px; */
    max-width: fit-content;
  }
  
  
  
  .ir-wrap1 {
    display: flex;
    flex-wrap: wrap;
    _height: 360px;
    margin-bottom: 50px;
  }
  .ir-wrap-inner1 {
    width: 38%;
    padding: 10px;
    margin-right: 3%;
    box-sizing: border-box;
  }
  .ir-wrap-inner1:first-child {
    background-color: #DCE5EE;
  }
  .ir-wrap-inner1:nth-child(2) {
    background-color: #E6E6E6;
  }
  .ir-wrap-inner1:nth-child(3) {
    width: 20%;
	  padding: 0;
    margin-right: 0;
  }
  .ir-wrap-inner2:first-child {
    width: 100%;
	  margin-bottom: 0px;
  }
  .zoom-content1 .ir-wrap-inner-img img.pc {
	  display: none;
  }
  .zoom-content1 .ir-wrap-inner-img img.sp {
	  display: none;
  }
  .zoom-content1 {
    max-width: 598px; /* 幅を指定 */
  }
  .zoom-content1 a {
    display: block;
    position: relative;
    width: 100%;
   /* padding: 38% 0 0;*/
    overflow: hidden;
  }

  .zoom-content1:hover img {
    transform: scale3d(1.1, 1.1, 1); /* hover時の倍率を指定 */
  }
  .zoom-content2 {
    max-width: 400px;
  }
  .zoom-content2 a {
    display: block;
    position: relative;
    width: 100%;
    padding: 90% 0 0;
    overflow: hidden;
  }
  .zoom-content2 p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    color: white;
    background: #000000;
    font-size: 1.2rem;
    line-height: 1;
    padding: 20px 6%;
    width: 100%;
    text-align: left;
    opacity: 0.65;
    z-index: 10000;
  }
  .zoom-content2 img {
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 1;
  }
  .zoom-content2:hover img {
    transform: scale3d(1.1, 1.1, 1); /* hover時の倍率を指定 */
  }
  .ir-wrap-title {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .ir-wrap-text {
    font-size: 1.4rem;
    padding-left: 15px;
    padding-right: 10px;
  }

  .news-wrap {
    padding-top: 25px;
  }
  .news-wrap dt {
    padding-bottom: 15px;
  }
  .news-wrap dd {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: #E6E6E6 1px solid;
  }
  .news-wrap dd a {
    position: relative;
  }
  .box-blue {
    border: #C1D5E8 2px solid;
    padding: 20px;
    margin-bottom: 30px;
  }
  .box-blue h4 {
    color: #2666A9;
    border-bottom: solid 2px #C1D5E8;
    padding-bottom: 20px;
    padding-top: 3px;
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
  .icon01 {
    background-image: url("../images/common/icon01.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon02 {
    background-image: url("../images/common/icon02.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon03 {
    background-image: url("../images/common/icon03.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon04 {
    background-image: url("../images/common/icon04.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon05 {
    background-image: url("../images/common/icon05.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon06 {
    background-image: url("../images/common/icon06.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon07 {
    background-image: url("../images/common/icon07.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon08 {
    background-image: url("../images/common/icon08.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon09 {
    background-image: url("../images/common/icon09.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    letter-spacing: 0.0001em;
  }
  .icon10 {
    background-image: url("../images/common/icon10.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon11 {
    background-image: url("../images/common/icon11.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .download img {
    text-align: center;
    margin: 40px auto 20px;
    display: block;
  }
  .download-link {
    display: block;
    background-color: #2666A9;
    border: solid 1px #2666A9;
    width: 198px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 0;
    margin: 0 auto;
    transition: 0.6s;
  }
  .download:hover .download-link {
    background-color: #FFFFFF;
    border: solid 1px #2666A9;
    color: #2666A9;
  }
  /* 株主・投資家の皆様へ ----------------------------------------------------------------------------------------- */
  .message-l {
    float: left;
    width: 200px;
    margin-right: 5%;
  }
  .message-r {
    float: right;
    max-width: 980px;
    width: 66%;
  }
	
	
  /* ナビボタン（青） ----------------------------------------------------------------------------------------- */
  .nav-area-blue {
    max-width: 1280px;
    width: 100%;
    margin: 100px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .nav-btn-blue,.nav-area-blue .nav-btn-blue.nav-btn-column3 {
	  max-width: inherit;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
  }
  .nav-btn-blue:nth-child(2n),.nav-area-blue .nav-btn-blue:nth-child(2n).nav-btn-column3 {
    margin-right: 0;
  }
  .nav-btn-blue a {
    display: block;
    width: 100%;
    background: -moz-linear-gradient(left, #2968A9 50%, #2172A1);
    background: -webkit-linear-gradient(left, #2968A9 50%, #2172A1);
    background: linear-gradient(to right, #2968A9 50%, #2172A1);
    color: #FFFFFF;
    padding: 30px 16px 30px 44px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
  }
  .nav-btn-blue:hover a, .nav-btn-blue dt:hover {
    opacity: 0.65;
    transition: all .2s ease-in-out;
  }
  .nav-btn-blue:hover dd a {
    opacity: 1 !important;
  }
  .nav-btn-blue:hover dd a:hover {
    background-color: #DAE8F5;
  }
  .nav-btn-blue a::before, .nav-btn-blue a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .nav-btn-blue a::before {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #2968A9;
    background-color: #FFFFFF;
  }
  .nav-btn-blue a::after {
    left: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2968A9;
    border-right: 2px solid #2968A9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-btn-blue dd a {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    background: none;
    color: #2968A9;
    padding: 30px 16px 30px 44px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
    border-bottom: 1px solid #E6E6E6;
  }
  .nav-btn-blue dd a::before, .nav-btn-blue dd a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .nav-btn-blue dd a::before {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #2968A9;
    background-color: #FFFFFF;
  }
  .nav-btn-blue dd a::after {
    left: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2968A9;
    border-right: 2px solid #2968A9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* ナビボタントグルメニュー（青） ----------------------------------------------------------------------------------------- */
  .nav-btn-blue dd a {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    background: none;
    color: #2968A9;
    padding: 30px 16px 30px 44px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
    border-bottom: 1px solid #E6E6E6;
  }
  .nav-btn-blue dd a::before, .nav-btn-blue dd a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .nav-btn-blue dd a::before {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #2968A9;
    background-color: #FFFFFF;
  }
  .nav-btn-blue dd a::after {
    left: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2968A9;
    border-right: 2px solid #2968A9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* ナビボタン（写真） ----------------------------------------------------------------------------------------- */
  .nav-btn, .nav-btn.nav-btn-column3 {
    max-width: inherit;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
  }
  .nav-btn:nth-child(2n), .nav-btn:nth-child(2n).nav-btn-column3 {
    margin-right: 0;
  }
  .nav-btn a div {
    padding-top: 78.2268%;
  }
  /* ナビボタントグルメニュー（写真） ----------------------------------------------------------------------------------------- */
  .nav-btn dd a {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    background: none;
    color: #2968A9;
    padding: 1em 0 1em 0;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.4rem;
    border-bottom: 1px solid #E6E6E6;
  }
  /*
  .nav-btn dd a::before, .nav-btn dd a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .nav-btn dd a::before {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #2968A9;
    background-color: #FFFFFF;
  }
  .nav-btn dd a::after {
    left: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2968A9;
    border-right: 2px solid #2968A9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
*/
  /* カラム ----------------------------------------------------------------------------------------- */
  .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .column .column-inner {
    list-style: none;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .column2 .column-inner, .column2-2 .column-inner, .column4 .column-inner {
    width: 48%;
  }
  .wrap .column-equipment li {
    width: 24%;
    list-style: none;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 1.3333%;
    text-align: center;
  }
  .wrap .column-equipment li:nth-child(4n) {
    margin-right: 0%;
  }
.wrap .column-equipment li img {
	height: 150px;
}
  /* リスト ----------------------------------------------------------------------------------------- */
  .list01 li {
    list-style: none;
  }
  .list01 li a {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .border-solid li {
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .list01 li a {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
  }
  .list01 li a::before, .list01 li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .list01 li a::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #2666A9;
  }
  .list01 li a::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gray-box {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .blue-box {
    background-color: #F4FBFF;
    padding: 40px;
    box-shadow: 0 0 6px 2px #E7E7E7;
  }
  /* 1分で分かるイボキン ----------------------------------------------------------------------------------------- */
  .ibokin-wrap {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ibokin-point {
    box-sizing: border-box;
  }
  .ibokin-pointleft, .ibokin-pointright {
    float: none;
    width: 100%;
  }
  .ibokin-pointright {
    margin-top: 20px;
  }
  .ibokin-contact {
    background: #FFF;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
  }
  .ibokin-contact h3 {
    width: 100%;
    box-sizing: border-box;
  }
  .ibokin-contact input[type="text"], .ibokin-contact input[type="email"], .ibokin-contact input[type="tel"], .ibokin-contact select, .ibokin-contact textarea {
    width: 80%;
  }
/* 事業案内 ----------------------------------------------------------------------------------------- */
.bg-business {
  padding: 60px 60px;
}
/* 金属事業 ----------------------------------------------------------------------------------------- */	
.photo-l {
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
/* サスティナビリティ -------------------------------------------------------------- */
.sdgs-wrap {
	flex-direction: column;
}
.sdgs-wrap-inner {
	width: 100%;
	margin-right: 0;
    flex-direction: column;
}
.sustainability-img {
	width: 45%;
	padding-right: 5%;
}
.sustainability-img img {
	max-width: 100%;
    height: auto;
}
.sustainability-text {
	float: right;
	width: 50%;
}
/*破砕/木材リサイクラー-----------------------------------------------------------------------------*/	
table.wood-recycling tr td:nth-child(-n+4)::before {
  top: 30px;
}
}
/* スマホ ----------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc,.tablet {
    display: none;
  }
	.flex{
		display: block;
	}
	.w50{
		width: 100%;
	}
	.w25{
		width: 25%!important;
	}
	.mt20{
		margin-top: 20px;
	}
	.message-right {
		padding-left: 0;
	}
  .wrap h2, .wrap2 h2 {
    background-image: url("../images/common/h3-bg2.png");
  }
		
/* top-movie -------------------------------------------------------------- */
#main-video{
display: none;
}
#main-video-sp{
display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
		padding-top: 93.75%;
		overflow: hidden;
		margin-bottom: 2em;
  background: url("../images/common/loading.gif") center center no-repeat #FFF;
		}
#main-video-sp #index_video_mp4-sp{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  object-fit: cover;
  width: 100%;
height: auto;
}

  /* Images -------------------------------------------------------------- */
  .alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
  }
 /* テーブル -------------------------------------------------------------- */
table.block th, table.block td {
	display:block;
	width:100%;
	box-sizing: border-box;
}

  /* ヘッダー -------------------------------------------------------------- */
  #header {
    background: #ffffff;
    width: 100%;
    z-index: 10;
  }
  #header-right {
    width: 100%;
    padding-top: 15px;
  }
  #header-wrap {
    padding: 20px 8%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  #header-right li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
  }
  input#s {
    background: #F2F2F2;
    border-radius: 5px;
    border: none;
    padding: 8px;
  }
  input[type="image"] {
    vertical-align: middle;
    margin-left: 8px;
  }
  nav {
    float: left;
    margin-top: 5px;
  }
  /* トップページ -------------------------------------------------------------- */
  .wrap, .wrap2 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap-shadow {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 4%;
    box-shadow: 0 0 6px 2px #A9BAC9;
    box-sizing: border-box;
  }
  .bg-blue {
    background-color: #2162A6;
    padding: 80px 0;
  }
  .bg-blue2 {
    background-color: #E2EAF1;
    padding: 80px 0;
  }
  .bg-blue3 {
	  background-color: #E2EAF1;
	  margin-bottom: 20px;
	  padding: 10px 10px 10px 10px;
  }
  .bg-blue3 img,.wrap .bg-blue3 ul li {
	  margin-bottom: 0;
  }
  h2.top-title {
    font-size: 3.0rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
  }
  h2.top-title span {
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
    color: #2061A5;
  }
  _.wrap h2 {
    font-size: 3.0rem;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 50px;
    color: #1F1F1F;
    font-weight: normal;
  }
  _.wrap h2 span {
    font-size: 1.6rem;
    font-weight: normal;
    display: block;
    color: #333333;
  }
  .top-information h2.top-title {
    text-align: left;
    color: #2061A5;
    display: block;
    float: left;
    width: 125px;
    margin-right: 4%;
  }
  .top-information a.link-btn {
    width: 165px;
  }
     /*200919追記 -------------------------------------------------------------- */
    .dissolution-left{
        float:none;
        width:100%;
    }
    .dissolution-right{
        float:none;
        width:100%;
    }
    .list0{
       display:block;
    }
    .list0 li{
        margin:0;
    }
.ulist{
	width: 100%;
	}
/*200923追記 -------------------------------------------------------------- */
.iron-photo-inner {
		width:49%;
		margin-right:2%;
		margin-bottom:10px;
		text-align:center;
}
.iron-photo-inner:nth-child(2n) {
		margin-right:0;
}
.iron-photo-inner2 {
	width:49%;
	margin-right:2%;
}
.iron-photo-inner2:nth-child(even) {
	margin-right:0;
}
.iron-photo-inner2:nth-child(-n+2) {
	margin-bottom:8px;
}
  .bg-blue h2.top-title, .bg-blue h2.top-title span, .contact-wrap h2.top-title span {
    color: #FFFFFF;
  }
  #main {
    padding: 20px 0;
  }
  #main h1 {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-bottom: 0;
    letter-spacing: 0.01em;
  }
/* 201124追記-------------------------------------------------------------- */
h2#attachment{
	margin-top: 23px;
}
  /*　イントロダクション　*/
  .top-introduction {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .top-introduction-inner {
    margin-bottom: 30px;
    margin-left: 4%;
    margin-right: 4%;
  }
  .top-introduction-inner:nth-child(3) {
    margin-bottom: 0;
  }
  .top-introduction-inner img {
    margin-bottom: 15px;
  }
  .top-introduction-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
  }
  /*　お知らせ　*/
  .top-information {
    background-color: #FFFFFF;
  }
  .information-left {
    width: 100%;
  }
  .information-right {
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  .information-right dl {
    display: flex;
    flex-wrap: wrap;
  }
  .information-right dt {
    width: 100%;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .information-right dd {
    width: 100%;
    border-bottom: dashed #CCCCCC 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .information-right dd time {
    font-size: 1.2rem;
    color: #444444;
  }
  .blog, .blog-recruit {
    background-color: #BC70E4;
    padding: 2px 5px;
    color: #FFFFFF;
    font-size: 1.4rem;
    margin-left: 10px;
  }
  .icon-news {
    background-color: #006DD9;
    padding: 2px 5px;
    color: #FFFFFF;
    font-size: 1.4rem;
    margin-left: 10px;
  }
  /*　バナー　*/
  .wrap .banner-wrap {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 60px 0 50px;
    margin: 0;
  }
  .wrap .banner-wrap li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .wrap .banner-wrap li:nth-child(2n) {
    margin-right: 0;
  }
  /*　お問い合わせ　*/
  .contact-wrap {
    background-image: url("../images/common/contact-bg.jpg");
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center top;
    color: #FFFFFF;
    padding: 60px 0;
  }
  .contact-wrap h2 {
    color: #FFFFFF;
  }
  .top-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  .top-contact-l {
    width: 260px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: solid 1px #97A4AD;
  }
  .top-contact-r {
    width: 260px;
  }
  .midashi-white {
    text-align: center;
    border: solid 1px #FFFFFF;
    padding: 5px 0;
  }
  .contact-tel {
    background-image: url("../images/common/icon-tel.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 3.0rem;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .btn-contact {
    position: relative;
    background-color: #2162A6;
    width: 300px;
    margin: 0 auto;
  }
  .btn-contact a {
    display: block;
    width: 100%;
    color: #FFFFFF;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
  }
  .btn-contact a img {
    position: absolute;
    left: 20px;
    top: 35%;
  }
  /* フッター -------------------------------------------------------------- */
  #footer {
    padding: 60px 0 0;
  }
  .footer-wrap {
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 40px;
  }
  .footer-wrap-inner {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .footer-r {
    width: 96%;
    margin: 0 auto 30px;
  }
  .footer-l {
    width: 96%;
    text-align: center;
    margin: 0 auto;
  }
  .f-logo {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .sns img {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .footer-company-info {
    color: #202020;
    line-height: 1.8;
  }
  .footer-sitemap {
    display: flex;
    flex-wrap: wrap;
    color: #1F1F1F;
  }
  .footer-sitemap h3 {
    font-size: 1.5rem;
    font-weight: normal;
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer-sitemap-inner {
    width: 48%;
    margin-right: 4%;
  }
  .footer-sitemap-inner:nth-child(2n) {
    margin-right: 0;
  }
  .footer-sitemap-inner ul {
    list-style: none;
  }
  .f-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 15px 0 5px;
  }
  .f-menu li {
    font-size: 1.2rem;
    border-right: solid 1px #202020;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .f-menu li:nth-child(3n) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .copyright {
    background-color: #2162A6;
    font-size: 1.2rem;
    padding: 10px 0;
    color: #FFFFFF;
    text-align: center;
  }
  #backtop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
  }
  .link-btn {
    position: relative;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    width: 50%;
    background-color: #2162A6;
    font-size: 1.2rem;
    box-sizing: border-box;
  }
  .link-btn::before {
    right: -134px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  input#s {
    width: 60%;
  }
  /* 第二階層 -------------------------------------------------------------- */
  /* Breadcrumb -------------------------------------------------------------- */
  .breadcrumbs {
    max-width: 1280px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding: 25px 0;
  }
  /* IR情報 -------------------------------------------------------------- */
  .ir-wrap-inner1 {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .ir-wrap-inner1:first-child {
    background-color: #DCE5EE;
    margin-bottom: 50px;
  }
 /* .ir-wrap-inner1:nth-child(2) {
    background-color: #E6E6E6;
    margin-bottom: 50px;
  }*/
  .ir-message {
    width: 100%!important;
	padding: 0px!important;
}
  .ir-wrap-inner2 {
    width: 100%;
    margin-bottom: 50px;
  }
  .zoom-content1 .ir-wrap-inner-img img.pc {
	  display: none;
  }
    .zoom-content1 .ir-wrap-inner-img img.tablet {
	  display: none;
  }
  .zoom-content1 {
    max-width: 598px; /* 幅を指定 */
    margin: 0 auto;
  }
  .zoom-content1 a {
    display: block;
    position: relative;
    width: 100%;
    padding: 38% 0 0;
    overflow: hidden;
  }
  .zoom-content1 img {
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 1;
  }
  .zoom-content1:hover img {
    transform: scale3d(1.1, 1.1, 1); /* hover時の倍率を指定 */
  }
  .zoom-content2 {
    max-width: 400px;
    margin: 0 auto;
  }
  .zoom-content2 a {
    display: block;
    position: relative;
    width: 100%;
    padding: 90% 0 0;
    overflow: hidden;
  }
  .zoom-content2 p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    color: white;
    background: #000000;
    font-size: 2.0rem;
    line-height: 1;
    padding: 20px 6%;
    width: 100%;
    text-align: left;
    opacity: 0.65;
    z-index: 10000;
  }
  .zoom-content2 img {
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 1;
  }
  .zoom-content2:hover img {
    transform: scale3d(1.1, 1.1, 1); /* hover時の倍率を指定 */
  }
  .ir-wrap-title {
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .ir-wrap-text {
    font-size: 1.8rem;
    padding-left: 30px;
    padding-right: 10px;
  }
  .wrap h2, .wrap2 h2 {
    font-size: 2.2rem;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .news-wrap {
    padding-top: 25px;
  }
  .news-wrap dt {
    padding-right: 2%;
    padding-bottom: 15px;
  }
  .news-wrap dd {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: #E6E6E6 1px solid;
  }
  .news-wrap dd a {
    position: relative;
  }
  .box-blue {
    border: #C1D5E8 2px solid;
    padding: 20px;
    margin-bottom: 30px;
  }
  .box-blue h4 {
    color: #2666A9;
    border-bottom: solid 2px #C1D5E8;
    padding-bottom: 20px;
    padding-top: 3px;
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
  .icon01 {
    background-image: url("../images/common/icon01.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon02 {
    background-image: url("../images/common/icon02.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon03 {
    background-image: url("../images/common/icon03.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon04 {
    background-image: url("../images/common/icon04.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon05 {
    background-image: url("../images/common/icon05.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon06 {
    background-image: url("../images/common/icon06.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon07 {
    background-image: url("../images/common/icon07.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon08 {
    background-image: url("../images/common/icon08.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon09 {
    background-image: url("../images/common/icon09.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    letter-spacing: 0.0001em;
  }
  .icon10 {
    background-image: url("../images/common/icon10.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .icon11 {
    background-image: url("../images/common/icon11.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
  }
  .download img {
    text-align: center;
    margin: 40px auto 20px;
    display: block;
  }
  .download-link {
    display: block;
    background-color: #2666A9;
    border: solid 1px #2666A9;
    width: 198px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 0;
    margin: 0 auto;
    transition: 0.6s;
  }
  .download:hover .download-link {
    background-color: #FFFFFF;
    border: solid 1px #2666A9;
    color: #2666A9;
  }
  /* 株主・投資家の皆様へ ----------------------------------------------------------------------------------------- */
  .message-l {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .message-r {
    width: 100%;
  }

	
  /* ナビボタン（青） ----------------------------------------------------------------------------------------- */
  .nav-area-blue {
    width: 100%;
    margin: 100px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .nav-btn-blue,.nav-area-blue .nav-btn-blue.nav-btn-column3 {
	max-width: inherit;
    width: 100%;
    margin-bottom: 15px;
	  margin-right: 0;
    box-sizing: border-box;
  }
  .nav-btn-blue a {
    display: block;
    width: 100%;
    background: -moz-linear-gradient(left, #2968A9 50%, #2172A1);
    background: -webkit-linear-gradient(left, #2968A9 50%, #2172A1);
    background: linear-gradient(to right, #2968A9 50%, #2172A1);
    color: #FFFFFF;
    padding: 30px 16px 30px 44px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
  }
  .nav-btn-blue:hover a, .nav-btn-blue dt:hover {
    opacity: 0.65;
    transition: all .2s ease-in-out;
  }
  .nav-btn-blue:hover dd a {
    opacity: 1 !important;
  }
  .nav-btn-blue:hover dd a:hover {
    background-color: #DAE8F5;
  }
  .nav-btn-blue a::before, .nav-btn-blue a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .nav-btn-blue a::before {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #2968A9;
    background-color: #FFFFFF;
  }
  .nav-btn-blue a::after {
    left: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2968A9;
    border-right: 2px solid #2968A9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-btn-blue dd a {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    background: none;
    color: #2968A9;
    padding: 30px 16px 30px 44px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
    border-bottom: 1px solid #E6E6E6;
  }
  .nav-btn-blue dd a::before, .nav-btn-blue dd a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .nav-btn-blue dd a::before {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #2968A9;
    background-color: #FFFFFF;
  }
  .nav-btn-blue dd a::after {
    left: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2968A9;
    border-right: 2px solid #2968A9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* ナビボタントグルメニュー（青） ----------------------------------------------------------------------------------------- */
  .nav-btn-blue dd a {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    background: none;
    color: #2968A9;
    padding: 30px 16px 30px 44px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
    border-bottom: 1px solid #E6E6E6;
  }
  .nav-btn-blue dd a::before, .nav-btn-blue dd a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .nav-btn-blue dd a::before {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #2968A9;
    background-color: #FFFFFF;
  }
  .nav-btn-blue dd a::after {
    left: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2968A9;
    border-right: 2px solid #2968A9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.wrap ul.s_eirTab li {
	width: 50%;
	box-sizing: border-box;
}
.wrap ul.s_eirTab li a {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.4rem;
}	
	
	
	
  /* ナビボタン（写真） ----------------------------------------------------------------------------------------- */
  /* スマホ大サイズ -------------------------------------------------------------- */
  @media screen and (min-width:578px) and (max-width:767px) {
  .nav-btn, .nav-btn.nav-btn-column3 {
    max-width: inherit;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
  }
  .nav-btn a div {
    padding-top: 78.2268%;
	background-size: contain;
  }
  }
  /* スマホ小・中サイズ -------------------------------------------------------------- */
  @media screen and (max-width:577px) {
  .nav-btn, .nav-btn.nav-btn-column3 {
    max-width: inherit;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .nav-btn a div {
    padding-top: 60.2268%;
	background-position: center center;
  }
  }

  .nav-btn:nth-child(2n), .nav-btn:nth-child(2n).nav-btn-column3 {
    margin-right: 0;
  }

  /* ナビボタントグルメニュー（写真） ----------------------------------------------------------------------------------------- */
  .nav-btn dd a {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    background: none;
    color: #2968A9;
    padding: 1em 0 1em 0;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.4rem;
    border-bottom: 1px solid #E6E6E6;
  }
  /*
  .nav-btn dd a::before, .nav-btn dd a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .nav-btn dd a::before {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #2968A9;
    background-color: #FFFFFF;
  }
  .nav-btn dd a::after {
    left: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2968A9;
    border-right: 2px solid #2968A9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
*/
  .wrap ul.s_eirTab li {
    width: 50%;
    box-sizing: border-box;
  }
  .wrap ul.s_eirTab li a {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  /* カラム ----------------------------------------------------------------------------------------- */
  .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .column .column-inner {
    list-style: none;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .column2 .column-inner, .column2-2 .column-inner, .column4 .column-inner {
    width: 100%;
  }
  .wrap .column-equipment li {
    width: 49%;
    list-style: none;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 2%;
    text-align: center;
  }
  .wrap .column-equipment li:nth-child(2n) {
    margin-right: 0%;
  }
.wrap .column-equipment li img {
	height: 140px;
}
.wrap .column-equipment2 li {
    width: 49%;
    list-style: none;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 2%;
}
  .wrap .column-equipment2 li:nth-child(2n) {
    margin-right: 0%;
  }
.wrap .column-equipment2 li img {
    width: 100%;
    height: 140px;
    margin-bottom: 5px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

  /* リスト ----------------------------------------------------------------------------------------- */
  .list01 li {
    list-style: none;
  }
  .list01 li a {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .border-solid li {
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .list01 li a {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
  }
  .list01 li a::before, .list01 li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .list01 li a::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #2666A9;
  }
  .list01 li a::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* table ----------------------------------------------------------------------------------------- */
  table.table-sp-block tr th, table.table-sp-block tr td {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
table.sp-table{
    box-sizing: border-box;
  }

  table.table-sp-block2 tr th, table.table-sp-block2 tr td,table.sp-table tr th, table.sp-table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  table tr td.table-arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 30px 0;
    vertical-align: middle;
    text-decoration: none;
  }
  table tr td.table-arrow::before {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 40%;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 20px solid #4075B7;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
   table tr td.table-arrow2 {
    position: relative;
    display: inline-block;
    padding: 0 0 30px 0;
    vertical-align: middle;
    text-decoration: none;
  }
  table tr td.table-arrow2::before {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 40%;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 20px solid #4075B7;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* 事業案内 ----------------------------------------------------------------------------------------- */
  .bg-business {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
	padding-top: 65px;
	padding-bottom: 65px;
  }

  .business-wrap-inner {
    max-width: initial;
    width: 100%;
  }
.business-wrap-inner:nth-child(3) {
    margin-bottom: 65px;
}
  .business-wrap-inner img {
    width: 100%;
    height: auto;
  }
  .gray-box {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .blue-box {
    background-color: #F4FBFF;
    padding: 40px;
    box-shadow: 0 0 6px 2px #E7E7E7;
  }
  .column-contact li, .column-mail li {
    width: 100% !important;
  }
/* 金属事業 ----------------------------------------------------------------------------------------- */	
.photo-l {
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}
  /* 1分で分かるイボキン ----------------------------------------------------------------------------------------- */
  .ibokin-wrap {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ibokin-point {
    box-sizing: border-box;
  }
  .ibokin-pointleft, .ibokin-pointright {
    float: none;
    width: 100%;
  }
  .ibokin-pointright {
    margin-top: 20px;
  }
  .ibokin-contact {
    background: #FFF;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
  }
  .ibokin-contact h3 {
    width: 100%;
    box-sizing: border-box;
  }
  .ibokin-contact input[type="text"], .ibokin-contact input[type="email"], .ibokin-contact input[type="tel"], .ibokin-contact select, .ibokin-contact textarea {
    width: 80%;
  }
  /* 木材リサイクル ----------------------------------------------------------------------------------------- */
  .environs_wood-table {
    padding-bottom: 0;
  }
  /* 第二階層のメインイメージと見出し -------------------------------------------------------------- */
  #main-second {
	  margin-bottom: 40px;
	  display: flex;
	  flex-wrap: wrap;
  }
  #main-second .main-second-txt {
	  width: 100%;
  }
  #main-second .main-second-txt h2 {
	  font-size: 2.8rem;
  }
  #main-second .main-second-txt img {
	  max-width: 600px;
	  width: 100%;
	  margin: 0 auto;
	  display: block;
	  margin-bottom: 30px;
  }
  #main-second .main-second-img {
	  width: 100%;
	  margin-left: 0;
  }
  #main-second .main-second-img img {
	  max-width: 610px;
	  width: 100%;
	  margin: 0 auto;
	  display: block;
  }
  .wrap h1 {
    text-align: left;
    font-size: 3.0rem;
    line-height: 1.5;
    margin-bottom: 50px;
    font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
.column-contact2 li {
  width: 49%;
	font-size: 1.2rem;
}
  .scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .scroll table {
    word-break: break-all;
	  white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 10px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #dddddd;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #2162A6;
  }
/* 会社憲法 -------------------------------------------------------------- */
ol.kenpo {
  padding: 25px 15px 10px 0px;
	margin: 0;
}
/* サスティナビリティ -------------------------------------------------------------- */
.sustainability {
	font-size: 2.0rem;
	margin-bottom: 40px;
}
.lead {
	font-size: 1.6rem;
	margin: 0 auto 20px;
}
.sdgs-wrap {
	flex-direction: column;
}
.sdgs-wrap-inner {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
    flex-direction: column;
}
.sustainability-main {
    margin-bottom: 50px;
}
.sustainability-img {
	float: none;
	display: block;
	margin: 0 auto 50px;
	padding-right: 0;
	text-align: center;
	width: 60%;
}

/* 社員への取り組み -------------------------------------------------------------- */
.employee-icon {
	display: block;
	float: none;
	margin-left: 0;
}
.employee-icon .column {
	justify-content: center;
}
.employee-icon .column li {
	width: 19.2%;
	max-width: 189px;
}
/* 破砕／木材リサイクラー -------------------------------------------------------------- */
.wood-recycling td{
	margin-bottom: 50px;
}
table.wood-recycling tr td:nth-child(-n+4)::after {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
table.wood-recycling tr td:nth-child(-n+4)::before {
	position: absolute;
    top: 0;
    bottom: -240px;
    left: -7%;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 20px solid #4075B7;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nintei-img {
	margin-left: 20px;
}
/* 組織図 -------------------------------------------------------------- */
.backgroundblue{
	padding-left: 10px;
	padding-right: 10px;
}	

}
  /* スマホ大サイズ -------------------------------------------------------------- */
  @media screen and (min-width:571px) and (max-width:767px) {
    .top-information .margin-b15 {
      margin-bottom: 0;
    }

  }
  /* スマホ中サイズ -------------------------------------------------------------- */
  @media screen and (max-width:500px) {
.scrap-blue {
    display: block;
}
.scrap-blue dd {
    padding-left: 0;
    padding-top: 20px;
}
.nintei-img {
	float: none;
	margin-left: 0;
	text-align: center;
}
  }
  /* スマホSEサイズ -------------------------------------------------------------- */
  @media screen and (max-width:359px) {
    .top-information h2.top-title {
      font-size: 2.6rem;
      width: 110px;
    }
    .top-information a.link-btn {
      width: 140px;
      padding: 5px;
      font-size: 1.1rem;
    }
    .top-information a.link-btn::before {
      right: -115px;
      width: 6px;
      height: 6px;
    }
.sustainability {
    font-size: 1.8rem;
}
  .wrap h2, .wrap2 h2 {
    background-image: url("../images/common/h3-bg3.png");
  }
}

/* 金属事業ナビボタン -------------------------------------------------------------- */
.nav-area.nav-metal .nav-btn:nth-child(1) a div {
  background-image: url("../images/metal/menu1.jpg");
}
.nav-area.nav-metal .nav-btn:nth-child(2) a div {
  background-image: url("../images/metal/menu2.jpg");
}
.nav-area.nav-metal .nav-btn:nth-child(3) div {
 background-image:url("../images/metal/menu3.jpg");
}
.nav-area.nav-metal .nav-btn:nth-child(4) a div {
  background-image: url("../images/metal/menu4.jpg");
}
.nav-area.nav-metal .nav-btn:nth-child(5) a div {
  background-image: url("../images/metal/menu5-01.jpg");
}
/* 解体事業ナビボタン -------------------------------------------------------------- */
.nav-area.nav-dissolution .nav-btn:nth-child(1) a div {
  background-image: url("../images/dissolution/menu1.jpg");
}
.nav-area.nav-dissolution .nav-btn:nth-child(2) a div {
  background-image: url("../images/dissolution/menu2.jpg");
}
.nav-area.nav-dissolution .nav-btn:nth-child(3) a div {
  background-image: url("../images/dissolution/menu3.jpg");
}
.nav-area.nav-dissolution .nav-btn:nth-child(4) a div {
  background-image: url("../images/dissolution/menu4.jpg");
}
.nav-area.nav-dissolution .nav-btn:nth-child(5) a div {
  background-image: url("../images/dissolution/menu5.jpg");
}
.nav-area.nav-dissolution .nav-btn:nth-child(6) a div {
  background-image: url("../images/dissolution/menu6.jpg");
}
.nav-area.nav-dissolution .nav-btn:nth-child(7) a div {
  background-image: url("../images/dissolution/menu7.jpg");
}
.nav-area.nav-dissolution .nav-btn:nth-child(8) a div {
  background-image: url("../images/dissolution/menu8.jpg");
}
.nav-area.nav-dissolution .nav-btn:nth-child(9) a div {
  background-image: url("../images/dissolution/menu10.jpg");
}

/* 環境事業ナビボタン -------------------------------------------------------------- */
.nav-area.nav-environs .nav-btn:nth-child(1) a div {
  background-image: url("../images/environs/menu1.jpg");
}
.nav-area.nav-environs .nav-btn:nth-child(2) div {
 background-image:url("../images/environs/menu2.jpg");
}
.nav-area.nav-environs .nav-btn:nth-child(3) a div {
  background-image: url("../images/environs/menu3.jpg");
}
.nav-area.nav-environs .nav-btn:nth-child(4) a div {
  background-image: url("../images/environs/menu12.jpg");
}
.nav-area.nav-environs .nav-btn:nth-child(5) a div {
  background-image: url("../images/environs/menu5.jpg");
}
.nav-area.nav-environs .nav-btn:nth-child(6) a div {
  background-image: url("../images/environs/menu7.jpg");
}
.nav-area.nav-environs .nav-btn:nth-child(7) a div {
  background-image: url("../images/environs/menu4.jpg");
}
.nav-area.nav-environs .nav-btn:nth-child(8) a div {
  background-image: url("../images/environs/menu8.jpg");
}
.nav-area.nav-environs .nav-btn:nth-child(9) a div {
  background-image: url("../images/environs/menu6.jpg");
}
.nav-area.nav-environs .nav-btn:nth-child(10) a div {
  background-image: url("../images/environs/menu9.jpg");
}
.nav-area.nav-environs .nav-btn:nth-child(11) a div {
  background-image: url("../images/environs/menu10.jpg");
}
.nav-area.nav-environs .nav-btn:nth-child(12) a div {
  background-image: url("../images/environs/menu13.jpg");
}
/* IR事業ナビボタン -------------------------------------------------------------- */
.nav-area.nav-ir .nav-btn:nth-child(1) a div {
  background-image: url("../images/ir/menu1.jpg");
}
.nav-area.nav-ir .nav-btn:nth-child(2) a div {
  background-image: url("../images/ir/menu2.jpg");
}
.nav-area.nav-ir .nav-btn:nth-child(3) a div {
  background-image: url("../images/ir/menu3.jpg");
}
.nav-area.nav-ir .nav-btn:nth-child(4) div {
 background-image:url("../images/ir/menu4.jpg");
}
.nav-area.nav-ir .nav-btn:nth-child(5) a div {
  background-image: url("../images/ir/menu5.jpg");
}
.nav-area.nav-ir .nav-btn:nth-child(6) div {
 background-image:url("../images/ir/menu6.jpg");
}
.nav-area.nav-ir .nav-btn:nth-child(7) div {
 background-image:url("../images/ir/menu7.jpg");
}
.nav-area.nav-ir .nav-btn:nth-child(8) a div {
  background-image: url("../images/ir/menu8.jpg");
}
.nav-area.nav-ir .nav-btn:nth-child(9) a div {
  background-image: url("../images/ir/menu9.jpg");
}
.nav-area.nav-ir .nav-btn:nth-child(10) a div {
  background-image: url("../images/ir/menu10.jpg");
}
.nav-area.nav-ir .nav-btn:nth-child(11) a div {
  background-image: url("../images/ir/menu11.jpg");
}
/* 会社概要ナビボタン -------------------------------------------------------------- */
.nav-area.nav-gaiyou .nav-btn:nth-child(1) a div {
  background-image: url("../images/gaiyou/menu1.jpg");
}
.nav-area.nav-gaiyou .nav-btn:nth-child(2) a div {
  background-image: url("../images/gaiyou/menu2.jpg");
}
.nav-area.nav-gaiyou .nav-btn:nth-child(3) a div {
  background-image: url("../images/gaiyou/menu4-2.jpg");
}
.nav-area.nav-gaiyou .nav-btn:nth-child(4) a div {
  background-image: url("../images/gaiyou/menu3.jpg");
}
  /* スマホ小・中サイズ -------------------------------------------------------------- */
  @media screen and (max-width:577px) {
.nav-area.nav-gaiyou .nav-btn:nth-child(1) a div {
    background-image: url(../images/gaiyou/menu1-sp.jpg);
}
.nav-area.nav-gaiyou .nav-btn:nth-child(3) a div {
    background-image: url(../images/gaiyou/menu4-2-sp.jpg);
}
.nav-area.nav-gaiyou .nav-btn:nth-child(4) a div {
    background-image: url(../images/gaiyou/menu3-sp.jpg);
}
  }
/* タブレット -----------------------------------------------------------------------------------------
@media screen and (min-width:768px) and (max-width:1024px) {
_.nav-btn:nth-child(4) a div {
	background-position: top center;
}
_.nav-area.nav-gaiyou .nav-btn:nth-child(4) a div {
  background-image: url("../images/gaiyou/menu4-tb.jpg");
}
} */
/* スマホ -----------------------------------------------------------------------------------------
@media screen and (max-width: 767px) {
_.nav-btn:nth-child(4) a div {
	background-position: top center;
}
_.nav-area.nav-gaiyou .nav-btn:nth-child(4) a div {
  background-image: url("../images/gaiyou/menu4-sp.jpg");
}
} */
.nav-area.nav-gaiyou .nav-btn:nth-child(5) a div {
  background-image: url("../images/gaiyou/menu7.jpg");
}
.nav-area.nav-gaiyou .nav-btn:nth-child(6) a div {
  background-image: url("../images/gaiyou/menu6.jpg");
}
.nav-area.nav-gaiyou .nav-btn:nth-child(7) a div {
  background-image: url("../images/gaiyou/menu5.jpg");
}
/* 事業案内ナビボタン -------------------------------------------------------------- */
.nav-area.nav-business .nav-btn.nav-btn2 a {
    padding-top: 250px;
    padding-bottom: 0;
}
.nav-area.nav-business .nav-btn:nth-child(1) a div {
  background-image: url("../images/business/menu1.jpg");
}
.nav-area.nav-business .nav-btn:nth-child(2) a div {
  background-image: url("../images/business/menu2.jpg");
}
.nav-area.nav-business .nav-btn:nth-child(3) a div {
  background-image: url("../images/business/menu3.jpg");
}



@media print, screen and (min-width: 1025px){
.recycle {
    float: left; 
    width: 62%;
    max-width: 500px;
    margin-right: 0%;
}
.recycle-img {
    float: right;
    max-width: 610px;
    width: 80%;
	height: auto;
} }
@media screen and (max-width: 1180px) {
    .recycle-img {
    float: right;
    max-width: 550px;
    width: 80%;
	height: auto;
    }}
@media screen and (max-width: 1120px) {
    .recycle-img {
    float: right;
    max-width: 465px;
    width: 80%;
	height: auto;
    }}
@media screen and (max-width: 1024px) and (min-width: 768px){
.recycle {
   float: left;
    width: 100%;
    margin-top: 5%;
}
.recycle-img {
   float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
} }
@media screen and (max-width: 767px){
.recycle-img { 
    max-width: 100%;
    margin: 0 auto 30px;
    float: none;
} }
/*画像調整---------------------------------------------------------------------*/
.ir-message {
    float: right;
    width: 67%;
    padding: 42px 0;
}
.ir-wrap-inner-img {
    max-width: 200px;
}
@media print, screen and (max-width: 1264px) and (min-width: 1251px){
.ir-message {
    float: right;
    width: 68%;
    padding: 40px 0;
}	
.ir-wrap-inner-img {
    max-width: 196px;

}
.ir-wrap-title {
    font-size: 2.1rem;
}
.ir-wrap-text {
    font-size: 1.8rem;
}
}
@media print, screen and (max-width: 1250px) and (min-width: 1201px){
.ir-message {
    float: right;
    width: 66%;
    padding: 36px 0;
}	
.ir-wrap-inner-img {
    max-width: 190px;

}
.ir-wrap-title {
    font-size: 2rem;
}
.ir-wrap-text {
    font-size: 1.7rem;
}
}
@media print, screen and (max-width: 1200px) and (min-width: 1122px){
.ir-message {
    float: right;
    width: 70%;
    padding: 41px 0;
}
.ir-wrap-inner-img {
    max-width: 178px;
}
.ir-wrap-title {
    font-size: 1.9rem;
}
.ir-wrap-text {
    font-size: 1.6rem;
}
}
@media print, screen and (max-width: 1121px) and (min-width: 1091px){
.ir-message {
    float: right;
    width: 70%;
    padding: 27px 0;
}
.ir-wrap-inner-img {
    max-width: 170px;
}
.ir-wrap-title {
    font-size: 1.9rem;
}
.ir-wrap-text {
    font-size: 1.6rem;
}
}
@media print, screen and (max-width: 1090px) and (min-width: 1025px){
.ir-message {
    float: right;
    width: 69%;
    padding: 33px 0;
}
.ir-wrap-inner-img {
    max-width: 160px;
}
.ir-wrap-title {
    font-size: 1.7rem;
}
.ir-wrap-text {
    font-size: 1.4rem;
}
}
@media print, screen and (max-width: 1024px) and (min-width: 996px){
.ir-wrap-inner-img {
    max-width: 150px;
}
.ir-message {
    float: right;
    width: 66%;
    padding: 19px 0;
}
.ir-wrap-title {
    font-size: 1.7rem;
    font-weight: bold;
    padding-bottom: 17px;
}
.ir-wrap-text {
    font-size: 1.3rem;
}
}
@media print, screen and (max-width: 995px) and (min-width: 935px){
.ir-wrap-inner-img {
    max-width: 143px;
}
.ir-message {
    float: right;
    width: 71%;
    padding: 19px 0;
}
.ir-wrap-title {
    font-size: 1.6rem;
    padding-bottom: 9px;
}
.ir-wrap-text {
    font-size: 1.3rem;
}
}
@media print, screen and (max-width: 934px) and (min-width: 900px){
.ir-wrap-inner-img {
    max-width: 139px;
}
.ir-message {
    float: right;
    width: 71%;
    padding: 17px 0;
}
.ir-wrap-title {
    font-size: 1.5rem;
    padding-bottom: 7px;
}
.ir-wrap-text {
    font-size: 1.25rem;
}
}
@media print, screen and (max-width: 899px) and (min-width: 865px){
.ir-wrap-inner-img {
    max-width: 132px;
}
.ir-message {
    float: right;
    width: 71%;
    padding: 10px 0;
    padding-bottom: 16px;
}
.ir-wrap-title {
    font-size: 1.5rem;
    padding-bottom: 3px;
}
.ir-wrap-text {
    font-size: 1.2rem;
}
.ir-wrap-inner1:first-child {
    padding: 9px;
}
.link::before {
    top: 1px;
}
}
@media print, screen and (max-width: 864px) and (min-width: 846px){
.ir-wrap-inner-img {
    max-width: 123px;
}
.ir-message {
    float: right;
    width: 73%;
    padding: 12px 0;
}
.ir-wrap-title {
    font-size: 1.4rem;
    padding-bottom: 3px;
}
.ir-wrap-text {
    font-size: 1.2rem;
}
.ir-wrap-inner1:first-child {
    padding: 10px;
}
.link::before {
    top: 1px;
}
}
@media print, screen and (max-width: 845px) and (min-width: 800px){
.ir-wrap-inner-img {
    max-width: 123px;
}
.ir-message {
    float: right;
    width: 70%;
    padding: 0px 0;
}
.ir-wrap-title {
    font-size: 1.4rem;
    padding-bottom: 3px;
}
.ir-wrap-text {
    font-size: 1.2rem;
}
.ir-wrap-inner1:first-child {
    padding: 8px;
}
.link::before {
    top: 1px;
}
}
@media print, screen and (max-width: 799px) and (min-width: 768px){
.ir-wrap-inner-img {
    max-width: 123px;
}
.ir-message {
    float: right;
    width: 70%;
    padding: 0px 0;
}
.ir-wrap-title {
    font-size: 1.4rem;
    padding-bottom: 3px;
}
.ir-wrap-text {
    font-size: 1.2rem;
}
.ir-wrap-inner1:first-child {
    padding: 5px;
}
.link::before {
    top: 1px;
}
}