@charset "utf-8";



*{
font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	/* font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif; */
	font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height: 1.7em;
letter-spacing: 0.05em;
}


#recruit_body{
	
}


#wrapper{
	width: 100%;
position: relative;
    overflow: hidden;
}

.fixed_wrapper {
    margin-top: 87px;
}


#page-top {
	/* position: fixed; */
	bottom: 10px;
	right: 10px;
	border: 1px #333333 solid;
	font-size: 12px;
	z-index: 100;
}

#page-top a {
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: block;
    color: #333333;
    background-color: #ffffff;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 0;
}
#page-top a i{
    font-size: 24px;
}


/*　　　　　　　　　　　　--ヘッダー--　　　　　　　　　　　　　　　*/
header{
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	background-size: cover;
	background-position: 100% 60%;
	z-index: 100;
	top: 0px;
	position: relative;
}


#head_inner{
	width: 90%;
	margin: 16px auto 16px;
	position: relative;
	padding: 0px 0px 0px;
}

#head_upper01{
	display: flex;
	justify-content: space-between;
}

#header_logo{width: 80%;max-width: 260px;margin: 0px 0 0 0;}
#header_logo a{
display: block;
line-height: 0;

}


#header_logo img{
	
width: 100%;
}


#head_upper01 .right{
	display: flex;
	justify-content:flex-end;
	/* align-items: center; */
	width: 15%;
}


#head_nav{

width: 100%;

max-width: 514px;

margin: 12px 3% 0 0;

display: none;
}
#head_nav ul{
	display: flex;
	justify-content: space-between;
}
#head_nav ul li{

}

#head_nav ul li a{
font-size: 12px;
font-weight: bold;
}


#head_nav ul li a:hover{
color: #999999;
}






#head_upper01 .btn_contact{width: 100%;max-width: 170px;display: none;}

#head_upper01 .btn_contact a{font-weight: bold;color: #333;font-size: 14px;background: #999999;display: block;padding: 16px 0px;text-align: center;}

#head_upper01 .btn_contact a:hover{
opacity: 0.7;

}

#head_upper01 .btn_contact a i{color: #333;margin: 0 8px 0 0;}





#btn_open_modal{background: #333;padding: 16px;width: 100%;display: block;text-align: center;line-height: 0;}

#btn_open_modal a{
	color: #fff;
}
#btn_open_modal:hover{
opacity: 0.7;
}




#btn_open_modal i{
	color: #fff;
	font-size: 23px;
}





#modal_area{
	position: absolute;
	z-index: 1;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.95),rgb(255, 255, 255))!important;
	display: none;
	width: 85%!important;
left: 0!important;
right: 0!important;
margin: 0 auto;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.close-modal_area{
	color: #fff;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0%;
	vertical-align: middle;
	padding: 24px 0;
	bottom: auto;
	text-align: center;
	left: auto;
	right: 0%;
	height: 20px;
	width: 100%;
	font-size: 24px;
	z-index: 1;
	line-height: 0;
	z-index: 9999;
	cursor: pointer;
	background: #333;
}


#modal_logo_area{
	width: 100%;
	position: relative;
	display: flex;
	    align-items: center;
}

#modal_logo{
  width: 40%;
  position: relative;
      padding: 2% 0 2% 2%;
}


.modal_bt_tel01{
margin: 0 0 20px;
}
.modal_bt_tel01 a{
	background: #999999;
	    /* transition: 0.5s ease-in-out; */
	    position: relative;
	    padding: 10px;
	    color: #fff;
	    border-radius: 5px;
	    box-shadow: 1px 0px 10px #6b8094;
	    z-index: 0;
	    display: flex;
	    width: 60%;
	    flex-direction: column;
	    margin: 0 auto;
}
.modal_bt_tel01 a i{
	position: absolute;
	top: auto;
	left: 15px;
	bottom: 25%;
	font-size: 7vw;
}

.modal_bt_tel01 a span:nth-of-type(1){
	display: block;
	text-align: center;
	font-size: 3vw;
	padding: 0 0 0 30px;
}
.modal_bt_tel01 a span:nth-of-type(2){
	display: block;
	text-align: center;
	font-size: 4vw;
	padding: 0 0 0 30px;
}




.modal-content{
  padding: 6% 0 0 0;
  position: relative;
  z-index: 0;
}


.modal-content > ul{
  max-width: 1200px;
  margin: 48px auto 48px;
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.modal-content > ul > li.icon_note{
	max-width: 36px;
	width: 100%;
	margin: 0 8px 24px 0;
}
.modal-content > ul > li.icon_note a {
    border: none;
    padding: 0 0 0px 0;
    margin: 0 0 0px 0;
}


.modal-content > ul > li.sns{
	max-width: 40px;
	width: 100%;
	margin: 0 8px 24px 0;
}

.modal-content > ul > li{
	width: 100%;
	margin: 0 0% 24px 0;
}
.modal-content > ul > li:nth-child(3n) {
    margin-right: 0;
}

.modal-content > ul > li > a{
  color: #010101;
  border-bottom: 2px #333 solid;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  font-size: 14px;
  display: flex;
  width: 100%;
  font-weight: bold;
  align-items: center;
  justify-content: flex-start;
}
.modal-content > ul > li.sns a{
border: none;
padding: 0 0 0px 0;
    margin: 0 0 0px 0;
}

.modal-content > ul > li > a img{
  display: block;
  width: 100%;
}
.modal-content > ul > li > a img.icon_arrow-circle{
  margin: 0 8px 0px 0;
  display: block;
  width: 18px;

}

.modal-content > ul > li > a:hover {
    color: #dc9829;
    transition: 0.2s ease-in-out;
}

.modal-content > ul > li > ul{

margin: 0 0 0 8%;

width: auto;
}

.modal-content > ul > li > ul > li{

}

.modal-content > ul > li > ul > li > a{
  color: #010101;
  position: relative;
  z-index: 0;
  font-size: 14px;
  padding: 0px 0px 0% 0;
  display: block;
}

.modal-content > ul > li > a i{margin: 0 2% 0 0;color: #999999;}




.modal_tel_area{

}

.modal_tel_area dl{
    display: flex;
}

.modal_tel_area dl dt{
	color: #3c3c3c;
	    font-size: 0.8em;
	    margin: 0 0% 0 0%;
	    font-weight: bold;
}

.modal_tel_area dl dd{
	color: #0031af;
	font-size: 0.8em;
	font-weight: bold;
}


/*モーダルここまで*/




#head_upper02{
	display: none;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 8px 0;
}

#head_upper02 h1{
	font-size: 12px;
	width: 50%;
}

#head_upper02 .right{
	display: flex;
	justify-content: flex-end;
	width: 50%;
}

.search_google{
	
}


.search_google{
	max-width: 300px;
	margin: 0px 0% 0 0px;
}


.search_google form{
display: flex;
}




.search_google form input:nth-child(1){
	width: 230px;
	color: #fff;
	padding: 10px;
	flex: 10;
	border-radius: 8px 0 0 8px / 8px 0 0 8px;
	border: 1px #ccc solid;
}

.search_google form input:nth-child(2){
	background: #CCCCCC;
	padding: 8px;
	flex: 1;
	max-width: 50px;
	border-radius: 0px 8px 8px 0px / 0px 8px 8px 0px;
}



#head_upper02 .tel_area{display: flex;max-width: 220px;width: 100%;}

#head_upper02 .tel_area i{
	color: #999999;
	width: 30px;
	font-size: 42px;
	margin: 0 8px 0 0;
}

#head_upper02 .tel_area ul{
}
#head_upper02 .tel_area ul li{
	
}
#head_upper02 .tel_area ul li:nth-child(1){
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 8px 0;
}
#head_upper02 .tel_area ul li:nth-child(2){
	font-size: 24px;
	color: #999999;
	font-weight: bold;
	line-height: 1;
}

/* スクロール後ヘッダー固定レイアウト *//* スクロール後ヘッダー固定レイアウト *//* スクロール後ヘッダー固定レイアウト */
header.fixed_header{
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 0 0px;
  /* position: absolute; */
  z-index: 100000;

  position: fixed;
  /* display: flex; */
  flex-direction: row-reverse;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0px;
  transition: 0.2s ease-in-out;
	    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

/*　　　　　　　　　　　　--ヘッダーここまで　--　　　　　　　　　　　　　　　*/







/*グローバルナビ*/

#globalNavi{
	background: #f5f5f5;
	display: none;
}

/*グローバルナビ*/


















main{

}








/*　　　　　　　　　　　　--トップ--　　　　　　　　　　　　　　　*/




/*メイン画像　基本スライダー　背景ベース*/


.mainImage_area01{
	position: relative;
	/* display: none; */
	margin: 16px 0 0 0;
	}

	
		.mainImage_area01 .catch01 {
	    width: 85%;
	    margin: 0 auto 0 auto;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: auto;
	    bottom: 5%;
	    z-index: 1;
	    text-shadow: 2px 2px 1px #000, 2px 2px 1px #000, 2px 2px 1px #000000, 2px 2px 1px #000000;
	    /* text-shadow: 3px 3px 3px #000; */
	    color: #fff;
	    font-weight: bold;
	}
	.mainImage_area01 .catch01 li:nth-child(1){font-size: 5vw;line-height: 2;}
	.mainImage_area01 .catch01 li:nth-child(2){
		font-size: 8vw;
		line-height: 1.5;
	}
	.mainImage_area01 .catch01 li:nth-child(3){
		font-size: 8vw;
		line-height: 1;
	}
	.mainImage_area01 .catch01 li:nth-child(4){
		font-size: 5vw;
		line-height: 2.5;
	}
	
	
	
	
		
	.mainImage_area01 > #bg_mainImage {
	    height: 320px;
	}
	



/*共通ボタン*/



/* ボタン共通 */

.btn01 {
    display: block;
    width: 270px;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.btn01 a {
      width: 100%;
      color: #ffffff;
      background: #999999;
      display: block;
      padding: 8px 16px;
      text-align: center;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      font-weight: bold;
      font-size: 16px;
}
.btn01 a i{
margin: 0 8px 0 0;

}
.btn01:hover a{
    background: #999999;
    color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}



.btn02 {
    display: block;
    width: 270px;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.btn02 a {
      width: 100%;
      color: #ffffff;
      background: #333;
      display: flex;
      padding: 16px 16px;
      text-align: center;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      font-weight: bold;
      font-size: 16px;
      border-radius: 32px;
      justify-content: center;
      align-items: center;
}
.btn02 a img{
  color: #fff;
  margin: 0 0px 0 8px;

}
.btn02:hover a{
    background: #999999;
    color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}



input.btn01 {
    display: block;
    width: 270px;
    color: #fff;
    background: #999999;
    font-size: 16px;
    padding: 8px 0px;
    border: solid 1px #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
input.btn01:hover {

    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: #fff;
    color: #999999;
    border: 1px #999999 solid;
}


/* ボタン共通 ここまで*/











/* トップ強み */

.top_strength{
	margin: 0px auto 0px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0 88px;
	background: #eee;
	background: url(../img/bg_top_strength.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top: 1px #dcdcdc solid;
	border-bottom: 1px #dcdcdc solid;
}

.top_strength .inner{
	max-width: 1200px;
	margin: 24px auto 0px;
	position: relative;
	width: 90%;
	background: rgba(255, 255, 255, 0.9);
	padding: 16px 0px 64px;
}



.top_strength h3{
	color: #333333;
	text-align: center;
	font-size: 3.2vw;
	margin: 0px auto 0px;
	width: 90%;
}





.top_strength .sente{
	margin: 16px auto 32px;
	width: 90%;
	font-size: 14px;
	text-align: center;
	position: relative;
	z-index: 2;
}


.top_strength > .inner > .sente br{
display: none;
}


.top_strength_kbt{
display: none;
}
.top_strength_kbt span:nth-child(1){
	display: block;
	line-height: 1;
	}
.top_strength_kbt span:nth-child(2){
	display: block;
	line-height: 1;
	margin: 0 0 0 160px;
	}
	



.top_strength .hxg01{
	position: absolute;
	top: 1%;
	left: auto;
	right: 24px;
	width: 78px;
	height: auto;
	z-index: 1;
	display: block;
}

.top_strength .hxg02{
	position: absolute;
	top: 20%;
	left: auto;
	right: -45px;
	width: 106px;
	display: block;
	height: auto;
}

.top_strength .hxg03{
	position: absolute;
	top: 45%;
	left: -32px;
	right: auto;
	width: 145px;
	height: auto;
	display: block;
}


.top_strength	.iso_area{
	margin: 32px auto 0px;
		
	width: 90%;
		
	display: flex;
		
	align-items: center;
		
	flex-wrap: wrap;
		
	justify-content: center;
		
	z-index: 2;
		
	position: relative;
}

.top_strength	.iso_area .kikusui{
	width: 21%;
	margin: 0 16px 0 0;
	}

	.top_strength	.iso_area .iso{
		width: 25%;
		margin: 0 16px 0 0;
		}


		.top_strength	.iso_area .h_osaka {
			width: 25%;
			margin: 0 0px 0 0;
		}		
		
		.top_strength	.iso_area .sente{
				
margin: 16px auto 0;
				
width: 95%;
				
font-size: 16px;
				
text-align: left;
				
font-weight: bold;
				
color: #333;
			}

.top_strength .btn_scroll{
	
position: absolute;
	
top: auto;
	
left: 0;
	
right: 0;
	
bottom: -64px;
	
width: 110px;
	
height: auto;
	
display: block;
	
margin:  0 auto;
	
transition: 0.2s ease-in-out;
}
/* 
.top_strength .btn_scroll:hover{
	    transition: 0.2s ease-in-out;
opacity: 0.8;
}


.top_strength .btn_scroll a{
	
display: block;
	
margin: 0 auto 0px;
	
width: 110px;
}

.top_strength .btn_scroll a img{
	
} */












/* トップ製品紹介 */


.top_prod{
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	padding: 24px 0 24px;
	background: #F8F9F9;
}

.top_prod > .inner{
	    max-width: 1200px;
	    margin: 24px auto 40px;
	    width: 90%;
	    /* display: flex; */
	    /* justify-content: space-between; */
}
.top_prod > .inner > article{
	margin: 0 0% 16px 0;
	padding: 0 0 0px 0;
	position: relative;
	width: 100%;
	display: block;
}
.top_prod > .inner > article a{
  display: block;
}

.top_prod > .inner > article:last-child{
margin-right: 0;
}


.top_prod > .inner > article h3{
background: rgba(0, 0, 0, 0.9);
color: #fff;
text-align: center;
padding: 8px 0;
margin: 0 0 0px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
z-index:1;
width: 100%;
}


.top_prod > .inner > article h3 img{
  display: block;
  margin: 0 0 0 8px;
  }

.top_prod > .inner > article figure{
	width: 100%;
	height: 190px;
	line-height: 0;
	overflow: hidden;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
	}
.top_prod > .inner > article figure img{
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	}

.top_prod > .inner > article figure:hover img{
-webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
 }

.top_prod > .inner > article > .title{
  margin: 0px 0px 0 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}


.top_prod .btn01 {
  margin: 32px auto 0;
	width: 100%;
}

.top_prod .btn01 a {
  background: #253136;
  border: 1px #253136 solid;
}
.top_prod .btn01 a:hover {
    color: #253136;
    background: #ffffff;
    border: solid 1px #253136;
}
.top_prod .btn01 a i{
margin: 0 8px 0 0;  
}


/* トップ製品情報 ここまで*/







/* トップリクルート */
.top-recruit{
		width: 100%;
		height: 300px;
		position: relative;
		background: rgb(0, 0, 0);
}
.top-recruit .inner{

/* background: rgba(0, 0, 0, 0.9); */

color: #fff;

text-align: center;

padding: 24px 0 24px 0;

margin: 0 auto 0;

position: absolute;

z-index: 1;

width: 100%;

max-width: 1200px;

top: 0%;

left: 0;

right: 0;

/* display: flex; */

align-items: center;

/* justify-content: space-between; */
}

.top-recruit::before{content: "";background: rgba(252, 203, 25, 0.4);color: #fff;text-align: center;margin: 0 auto 0;position: absolute;z-index: 1;width: 65%;height: 100%;min-width: 280px;top: 0%;left: 0;right: 0;}


.top-recruit h3{
	
font-size: 32px;
	
text-shadow: 2px 2px 4px #6b5500;
}

.top-recruit h3 span{
	
font-size: 16px;
	
display: block;
}

.top-recruit .sente{
	
margin: 16px 0 16px 0px;
	
font-size: 14px;
	
text-shadow: 2px 2px 4px #000000;
	
text-align: center;
}
.top-recruit figure{
	overflow: hidden;
	height: 300px;
}
.top-recruit figure img{
	width: 250%;
	height: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: block;
	margin: 0px 0% 0 -150%;
}

.top-recruit:hover figure img{

-webkit-transition: 0.3s ease-in-out;

-o-transition: 0.3s ease-in-out;

transition: 0.3s ease-in-out;

-webkit-transform: scale(1.03);

-ms-transform: scale(1.03);

transform: scale(1.03);
}



.top-recruit .btn02{
	
margin: 0 auto 0 auto;
	
width: 90%;
}

.top-recruit .btn02 a{
	border: 1px #fff solid;
}

.top-recruit .btn02 a i{
         -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}



.top-recruit .btn02:hover a {
    background: #333333;
    color: #dc9829;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
border: 1px #dc9829 solid;
    opacity: 0.8;
}

.top-recruit .btn02:hover a i{
     color: #dc9829;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}



/* トップリクルート ここまで*/








/* トップ新着情報 */

.top-news{
    width: 90%;
    max-width: 1200px;
    margin: 24px auto 24px;
    padding: 40px 0 0 0;
    position: relative;
    /* top: 0; */
    /* left: 0; */
    /* z-index: 100; */
    /* right: 0; */
    /* display: flex; */
    align-items: center;
}

.top-news > .inner{
	margin: 16px 0 0 0;
	width: 100%;
}

/* .top-news > .inner .contents{
display: none;
} */

.top-news > .inner .content_all{
display: block;
}



.top-news > .inner article{
  margin: 0 0 16px 0;
  border-bottom: 1px #999 dotted;
  padding: 0 0 16px 0;
  position: relative;
}
.top-news > .inner article > a{
color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.top-news > .inner article > a > .icon_box{
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
  align-items: center;
}
.top-news > .inner article > a > .icon_box > span.icon01{
	width: 71px;
	font-size: 12px;
	background: #fb6542;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 4px 0px 4px 0px;
	display: block;
	margin: 0 24px 0 0px;
}
.top-news > .inner article > a > .icon_box > span.icon02{
	font-size: 12px;
	    background: #ffbb00;
	    color: #fff;
	    /* border-radius: 2px; */
	    text-align: center;
	    padding: 4px 0px 4px 0px;
	    display: block;
	    margin: 0 24px 0 0px;
	    width: 72px;
}
.top-news > .inner article > a > .icon_box > span.icon03{
	font-size: 12px;
	background: #375E97;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 4px 0px 4px 0px;
	display: block;
	margin: 0 24px 0 0px;
	width: 72px;
}

.top-news > .inner article > a > .icon_box > .date{
  font-size: 14px;
  margin: 0 24px 0 0px;
  font-weight: bold;
}
.top-news > .inner article > a > .title, .top-news > .inner .title_qa {
  margin: 8px 0px 0 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
.top-news > .inner .title_qa::before {
	content: "Q.";
	color: #dc9829;
	font-size: 20px;
	font-weight: bold;
	margin: 0 8px 0 0;
}


.top-news > .inner article > a > .title img.icon_pdf{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}
.top-news > .inner article > a > .title img.icon_url{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}
.top-news > .inner article > a:hover > .title {
	text-decoration: underline;
}



.top-news .tabmenu{
	padding: 0px 0 0px 0;
	    margin: 0px auto 32px;
	    width: 100%;
	    max-width: 1200px;
	    display: flex;
	    flex-wrap: wrap;
	    background: #F0F0F0;
}


	

.top-news .tabmenu > a{
	color: #fff;
	font-size: 12px;
	transition: 0.2s ease-in-out;
	padding: 8px;
	text-shadow: none;
	width: 25%;
	display: block;
	text-align: center;
	font-weight: bold;
	height: 42px;
	cursor: pointer;
}


.top-news .tabmenu a.tab_all{
  background: #5A5971;
  border: 1px #5A5971 solid;
	display: flex;
		justify-content: center;
		align-items: center;
}
.top-news .tabmenu a.tab_all:hover {
    color: #5A5971!important;
    background: #fff!important;
    transition: 0.2s ease-in-out!important;
    border: 1px #5A5971 solid!important;
}



.top-news .tabmenu a.tab_news{
  background: #fb6542;
  border: 1px #fb6542 solid;
	display: flex;
		justify-content: center;
		align-items: center;
}
.top-news .tabmenu a.tab_news:hover {
    color: #fb6542!important;
    background: #fff!important;
    transition: 0.2s ease-in-out!important;
    border: 1px #fb6542 solid!important;
}




.top-news .tabmenu a.tab_qa{
  background: #ffbb00;
  border: 1px #ffbb00 solid;
  display: flex;
    justify-content: center;
    align-items: center;
}
.top-news .tabmenu a.tab_qa:hover {
    color: #ffbb00!important;
    background: #fff!important;
    transition: 0.2s ease-in-out!important;
    border: 1px #ffbb00 solid!important;
}



.top-news .tabmenu a.tab_katsu{
  background: #375E97;
  border: 1px #375E97 solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-news .tabmenu a.tab_katsu:hover {
    color: #375E97!important;
    background: #fff!important;
    transition: 0.2s ease-in-out!important;
    border: 1px #375E97 solid!important;
}




.top-news .tabmenu div.to_list{z-index: 3;width: 25%;margin: 0 0px 0 0;padding: 0;position: absolute;top: 40px;left: auto;right: 0;border: 1px #5a5971 solid;background: #5A5971;}

.top-news .tabmenu div.to_list i{
margin: 0 4px 0 0;

}

.top-news .tabmenu div.to_list a{
	background: #5A5971;
	border: 1px #5A5971 solid;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 4px;
}
.top-news .tabmenu div.to_list a:hover {
    color: #5A5971;
    background: #fff;
    transition: 0.2s ease-in-out;
    border: 1px #5A5971 solid;
}






/* トップ知る */

.top-aboutus{
	background: #333;
	width: 90%;
	margin: 0 auto;
}

.top-aboutus h2{
	position: relative;
	background: #EFEFEF;
	padding: 16px 0;
}
.top-aboutus h2::after{
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: -25px;
	width: 0;
	height: 0;
	border-top: 25px solid #efefef;
	border-right: 72px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 72px solid transparent;
	content: "";
	display: inline-block;
	margin: 0px auto 0px;
}



.top-aboutus .inner{
	max-width: 1200px;
	width: 90%;
	padding: 64px 0 16px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}


.top-aboutus .inner article{width: 48%;/* height: 380px; */position: relative;z-index: 2;}

.top-aboutus .inner article iframe{
width: 100%;
height: 100%;
}




.top-aboutus .hxg04{
	position: absolute;
	top: 24px;
	left: -10px;
	z-index: 1;
}

/* トップ　企業情報 */
.top-company{
	    background: url(../img/bg_top_company.jpg);
	    padding: 0px 0 0px;
	    margin: 24px auto 24px;
	    width: 90%;
}

.top-company h2{
	color: #fff;
	font-size: 32px;
}

.top-company .inner{
	max-width: 1200px;
	margin: 0px auto 0px;
	width: 90%;
}

.top-company ul{
	
padding: 0px 0 0px 0;
	
margin: 0px auto 24px;
	
width: 100%;
	
max-width: 1200px;
	
display: flex;
	
justify-content: space-between;
	
flex-wrap: wrap;
}

.top-company ul li{
	    width: 48%;
	    margin: 0 0px 16px 0px;
}
.top-company ul li a{
	background: #ffffff;
	color: #34C0C0;
	padding: 8px 16px;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 2.6vw;
	font-weight: bold;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.top-company ul li a:hover{
background: #34C0C0;
color: #ffffff;
 -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
}

.top-company ul li a i{
	
width: auto;
	
margin: 0 0 0 auto;
	
display: block;
}


.top-access{
		width: 100%;	
	height: 385px;
	    margin: 0 0 -120px 0;
}

.top-access iframe{
	width: 100%;
	height: 100%;
}







/*　　　　　　　　　　　　--トップここまで--　　　　　　　　　　　　　　　*/









/*　　　　　　　　　　　　--下層共通--　　　　　　　　　　　　　　　*/






/*下層メイン画像*/
#mainImage_u {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 190px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px 240px;
	max-width: 1920px;
	position: relative;
	overflow: hidden;
}

#recruit_body #mainImage_u {
	height: 110px;
}



.title_box {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: absolute;
	top: 25%;
	bottom: 0;
	left: 0;
	right: 0;
}

.title_txt:nth-child(1){
  font-size: 16px;
  /* font-family: "游明朝"; */
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
  color: #333;
  padding: 16px 0px 8px;
  margin: 0 auto;
  width: 100%;
  /* max-width: 600px; */
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  border: 1px #333 solid;
  border-bottom: none;
}

.title_txt:nth-child(2){
  font-size: 14px;
  /* font-family: "游明朝"; */
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-shadow: 0px -1px 24px #ffd800, -1px 1px 24px #ffd800, 1px 2px 24px #ffd800, 1px 2px 24px #ffd800;
  color: #ffffff;
  padding: 8px 0px 8px;
  margin: 0 auto;
  /* max-width: 600px; */
  width: 100%;
  text-align: center;
  background: rgb(51, 51, 51);
}




#mainImage_u .img_box{
  z-index: 10;

}
#mainImage_u .img_box img{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}


#mainImage_u .img_box02{
  z-index: 10;
  position: relative;
}
#mainImage_u .img_box02 img{
  position: absolute;
  top: auto;
  width: 25%;
  /* height: 100%; */
  left: auto;
  right: 5%;
  bottom: 0;
  z-index: 20;
  margin: 0 auto;
}

/* 企業情報メイン画像 */
.mainImage_company{

	background: linear-gradient(180deg,#d7d7d9,#d0d0d0)!important;
	
}
.mainImage_company .img_box img{

  height: 56%!important;
}







/*下層メイン画像　ここまで*/






/*タイトル装飾*/

h2.top{
	font-size: 6vw;
	color: #333;
	text-align: center;
	margin: 0px auto 0px;
	width: 90%;
	position: relative;
	z-index: 2;
}

h2.top span{/* color: #dc9829; */}

h2.top .small{
	font-size: 14px;
	color: #dc9829;
}


h2.title01{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

h2.title01 .block01{
	position: absolute;
	    top: 35%;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 10;
	    color: #fff;
	    width: 530px;
	    text-align: center;
}


h2.title01 img{
	width: 2000px;
	    margin: 0 0 0 -33.5%;
	    display: block;
				z-index: 0;
}



h2.title02{
	width: 100%;
	margin: 30px auto 0;
	padding: 0 0 24px 0;
	position: relative;
	color: #999999;
	font-size: 24px;
	text-align: center;
	line-height: 1;
}
h2.title02 span:nth-of-type(1){
display: block;
border-bottom: 1px #999 solid; 

}
h2.title02 span:nth-of-type(2){
display: block;

}






h3.title01{
	font-size: 18px;
	border-bottom: 4px #999999 solid;
	padding: 0px 0 4px 32px;
	margin: 0px auto 24px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: normal;
	color: #333;
	position: relative;
	width: 100%;
}

h3.title01::before {
	content: "";
	background: url(../img/ic_screw01.png);
	width: 25px;
	height: 25px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0 0px 0 0px;
	position: absolute;
	top: 0px;
	left: -4px;
	z-index: 1;
}














h3.title02{
	font-size: 20px;
	border-bottom: 4px #1ebdaa solid;
	padding: 0px 0 5px 0px;
	margin: 0px auto 20px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: bold;
	color: #999999;
}


h3.title03{
	font-size: 28px;
	border-bottom: 4px #1ebdaa solid;
	padding: 10px 0 10px 20px;
	margin: 0px auto 10px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: bold;
	color: #ffffff;
	background: #999999;
}



h3.title04{
	font-size: 28px;
	border-bottom: 4px #999999 solid;
	padding: 10px 0 10px 20px;
	margin: 0px auto 10px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: bold;
	color: #ffffff;
	background: #1ebdaa;
}



h3.title05{
	width: 320px;
	margin: 0 20px 0 0;
	position: relative;
	text-align: center;
	color: #ffffff;
	background: #999999;
	padding: 105px 30px 105px 30px;
	border-radius: 4px;
}









h4.title01{
	width: 100%;
	margin: 0 auto;
	font-size: 32px;
	font-weight: bold;
	border-bottom: 2px #999999 solid;
	color: #333;
	padding: 0 0 0 0px;
	position: relative;
}

h4.title02{
	font-size: 16px;
	border-bottom: 1px #999999 solid;
	padding: 0px 0 16px 0px;
	margin: 0px auto 0px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: bold;
	color: #999999;
	/* background: #1ebdaa; */
	width: 100%;
	text-align: center;
	width: 100%;
	line-height: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}





/*タイトル装飾ここまで*/






/*パンくず*/
ul.breadcrums{
width:1200px;
margin: 10px auto 10px;
display: none;
}

ul.breadcrums li{
font-size: 12px;
margin: 0 12px 0 0;
}

ul.breadcrums li a{
font-size: 12px;
}
ul.breadcrums li a:hover{
border-bottom:1px #0783d2 solid;
}


/*パンくずここまで*/




















nav.side_navi01{

}


nav.side_navi01 > ul{
	padding: 5px 0 5px 0;
	margin: 30px auto;
	width: 95%;
	display: flex;
	flex-wrap:  wrap;
}

nav.side_navi01 > ul > li{
	list-style-type: none;
	background: #eee;
	width: 100%;
	border-bottom: 1px #999999 solid;
	margin: 0 0px 0px 0;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-align: center;
	cursor: pointer;
}


nav.side_navi01 > ul > li:hover{
	background: #999999;
}

nav.side_navi01 > ul > li:last-child{
	margin-right: 0;

}

nav.side_navi01 > ul > li > a{
    display: block;
			color: #999999;
			position: relative;
		 padding: 8px 16px;
}
nav.side_navi01 > ul > li > a > i{
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
}

nav.side_navi01 > ul > li:hover > a{
    display: block;
			color: #fff;
}

nav.side_navi01 > ul > li.on{
	background: #999999;

}
nav.side_navi01 > ul > li.on > a{
	color: #fff;
}




/* 下層タブ*/
.u_tabmenu{
	padding: 0px 0 0px 0;
	margin: 40px auto 40px;
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
}
.u_tabmenu li{
  width: 49%;
  margin: 0 2% 8px 0;
}
.u_tabmenu li:nth-child(2n){
  margin-right:0;
}

.u_tabmenu li a{
  color: #fff;
  background: #999999;
  font-size: 12px;
  transition: 0.2s ease-in-out;
  padding: 8px;
  text-shadow: none;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  border: 1px #999999 solid;
  height: 42px;
}
.u_tabmenu li a br{
display: none;
}

.u_tabmenu li a i{
  margin: 0 8px 0 0;
  font-size: 18px;
  color: #ffffff;
transition: 0.2s ease-in-out;
}

.u_tabmenu li a:hover{
  color: #999999;
  background: #fff;
transition: 0.2s ease-in-out;
border: 1px #999999 solid;
}
.u_tabmenu li a:hover i{
  color: #999999;
}
/* 下層タブここまで*/






/* テーブルタイプ1 */
dl.table01{
  display: flex;
  position: relative;
  margin: 0 0 32px 0px;
  flex-wrap: wrap;
  width: 100%;
}

dl.table01 dt{
    width: 100%;
    margin: 0 0 0 0;
    font-size: 16px;
    padding: 8px 16px;
    border-bottom: 1px solid #bfbfbf;
    color: #000000;
    font-weight:bold;
}

dl.table01 dd{width: 100%;font-size: 16px;padding: 8px 16px;border-bottom: 1px solid #bfbfbf;display: block;}
dl.table01 dd div{
width: 100%;
margin: 0 0 16px 0;
}

dl.table01 dd span {
	width: 65%;
	    display: inline-block;
	    font-size: 14px;
}

dl.table01 dd div:last-child{
margin: 0 0 0px 0;
}


/* テーブルタイプ1 */
/* テーブルタイプ2 */

dl.table02{
  display: flex;
/* border: 1px solid #aaa; */
position: relative;
/* width: 1024px; */
margin: 0 0 0 0px;
flex-wrap: wrap;
  width: 100%;
}

dl.table02 dt{
    background-color: #ffffff;
    width: 50%;
    margin: 0 0 0 0;
    font-size: 16px;
    padding: 8px 16px;
    border-bottom: 1px solid #289c3b;
    color: #289c3b;
    font-weight:bold;
}

dl.table02 dd{width: 50%;font-size: 16px;padding: 8px 16px;border-bottom: 1px solid #289c3b;display: block;}


/* テーブルタイプ2 ここまで */

/* テーブルタイプ3 */
dl.table03{
  display: flex;
position: relative;
margin: 0 0 0 0px;
flex-wrap: wrap;
  width: 100%;
}

dl.table03 dt{
    background-color: #ffffff;
    width: 29%;
    margin: 0 0 0 0;
    font-size: 16px;
    padding: 8px 16px;
    border-bottom: 1px solid #bfbfbf;
    color: #000000;
    font-weight:bold;
}

dl.table03 dd{width: 40%;font-size: 16px;padding: 8px 16px;border-bottom: 1px solid #bfbfbf;display: block;}


dl.table03 dd div{
width: 100%;
margin: 0 0 8px 0;
}
dl.table03 dd span{
    width: 40%;
    display: inline-block;
  }


dl.table03 dd div:last-child{
margin: 0 0 0px 0;
}


dl.table03 dd:nth-of-type(2n){width: 31%;}
dl.table03 dd:nth-of-type(2n) img{width: 100%;}


/* テーブルタイプ3 */


/* テーブルタイプ4 */
dl.table04{
  display: flex;
position: relative;
margin: 0 0 0 0px;
flex-wrap: wrap;
  width: 100%;
}

dl.table04 dt{
    background-color: #ffffff;
    width: 33%;
    margin: 0 0 0 0;
    font-size: 16px;
    padding: 8px 16px;
    border-bottom: 1px solid #bfbfbf;
    color: #000000;
    font-weight:bold;
}

/* dl.table04 dt:nth-child(1){
	width: 39.5%;
	}
dl.table04 dt:nth-child(2){
	width: 25.5%;
	}

dl.table04 dt:nth-child(3){
	width: 12.5%;
	} */

dl.table04 dt:nth-child(4){
	width: 22.5%;
	}


dl.table04 dd{width: 33%;font-size: 14px;padding: 8px 16px;border-bottom: 1px solid #bfbfbf;display: block;}

/* dl.table04 dd:nth-child(1){
	width: 39.5%;
	}
dl.table04 dd:nth-child(2){
	width: 25.5%;
	}

dl.table04 dd:nth-child(3){
	width: 12.5%;
	}

dl.table04 dd:nth-child(4){
	width: 22.5%;
	} */



/* テーブルタイプ4 */






/*　　　　　　　　　　　　--下層共通ここまで--　　　　　　　　　　　　　　　*/












/* ご挨拶 */
.message_block{
  max-width: 1200px;
	margin: 40px auto 40px;
	padding: 0px 0 0px;
  /* display: flex; */
  width: 90%;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
}
.message_block .sente{
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}
.message_block .sente p{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.message_block .sente p{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 0 16px 0;
}

.message_block img{
    width: 90%;
    margin: 16px auto 0 auto;
    display: block;
    height: 100%;
}



.message_block .sente .president_name{
	width: 280px;
	margin: 40px 0 0 auto;
}


.message_block .sente .president_name dt{
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/* text-align-last: justify; */
}

.message_block .sente .president_name dd{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	/* text-align-last: justify; */
	}

.message_block .sente .president_name dd span{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	margin: 0 0 0 16px;
	/* text-align-last: justify; */
	vertical-align: middle;
	display: inline-block;
}


/* ご挨拶 ここまで*/


/* 企業情報 */
.profile_block{
	margin: 40px auto 40px;
	padding: 0px 0 0px;
	max-width: 1024px;

display: flex;
width: 90%;
flex-wrap: wrap;
justify-content: space-between;
	
}

.profile_block .table-photo_block{
	display: flex;
	flex-direction: column-reverse;
	/* justify-content: space-between; */
}

.profile_block .table-photo_block dl{
	width: 100%;
}
.profile_block .table-photo_block figure{
	width: 80%;
	margin: 0 auto 16px;
	line-height: 0;
}
.profile_block .table-photo_block figure img{
	width: 100%;
}

#profile dl.table01 dd div{
    font-size: 16px;
}
#profile dl.table01 dd div span{
    font-size: 16px;
}

/* 企業情報 ここまで*/



/* ダイヤ菊水*/
.kikusui_block{
  max-width: 1024px;
	margin: 40px auto 40px;
	padding: 0px 0 0px;
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
	position: relative;
}
.kikusui_block .sente{
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.kikusui_block .sente p{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.kikusui_block .sente p br{
display: none;
}

.kikusui_block .sente p:nth-of-type(1){
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: bold;
}
.kikusui_block .sente p:nth-of-type(2){
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 0 16px 0;
}
.kikusui_block .sente p:nth-of-type(3){
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 0 0px 0;
}

.kikusui_block .sente p:nth-of-type(3) span{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #dc9829;
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin: 16px 0 16px;
}







.kikusui_block figure{
    width: 50%;
    margin: 0px auto 24px;
    display: block;
    height: 100%;
}

.kikusui_block figure img{
    width: 100%;
}

.kikusui_block figure figcaption{

text-align: center;

font-size: 20px;
}


.kikusui_block .bg_kikusui{
	position: absolute;
	bottom: -90px;
	right: 0;
	width: 100%;
}



/* ダイヤ菊水 ここまで*/




/* 沿革 */
.history_block {
  margin: 0px auto 0px;
  width: 100%;
  background-size: 25%;
  background-position-x: 92%;
  background-position-y: center;
  background-repeat: no-repeat;
}
.history_block .bg_box{
	margin: 40px auto 0px;
	width: 100%;
	/* max-width: 1200px; */
}

.history_block .bg_box img{

	width: 100%;
}


.history_block .inner{
    max-width: 1200px;
    margin: 0px auto 0px;
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.history_photo{
  max-width: 1200px;
 margin: 0px auto 0px;
 width: 100%;
 position: relative;
 display: flex;
 z-index: 1;
justify-content:space-between;
}
.history_photo li{
width: 49%;

 }
.history_photo li img{
width: 100%;
 }


/* 沿革　ここまで */






/* 理念ページ */

/* 社是 */
.shaze_block{
  max-width: 1200px;
  margin: 80px auto 80px;
  padding: 0px 0 80px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.shaze_block h3{
    width: 90%;
}
.shaze_block .sente{
	width: 100%;
	font-size: 14px;
	/* font-weight: bold; */
	display: block;
	z-index: 2;
	position: relative;
	padding: 32px 0px;
	background: url(../img/bg_j_taste.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 100% 40%;
}
.shaze_block > .sente p{

width: auto;

margin: 0 auto;
}

.shaze_block .sente p img{width: 90%;display: block;margin: 0 auto;}

.shaze_block figure{
    width: 70%;
    margin: 0px auto 16px;
    display: block;
    height: 100%;
}

.shaze_block figure img{
    width: 100%;
}

.shaze_block figure figcaption{

text-align: center;

font-size: 24px;

font-weight: bold;
}


.shaze_block .j_cloud{
	position: absolute;
	bottom: -24px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
}

/* 企業理念 */
.rinen_block{
	margin: 32px auto 0;
	width: 90%;
}

.rinen_block h4{
	text-align: center;
font-size: 24px;
margin: 0 0 8px 0;
}
.rinen_block .sente{background: none;padding: 0px 0px;}
.rinen_block > .sente p{
  /* font-size: 12px; */
  width: 100%;
  margin: 0 auto;
  /* text-align: center; */
}







/* 品質方針・環境方針 */


.policy_block{
  max-width: 1200px;
  margin: 40px auto 40px;
  padding: 0px 0 0px;
  /* display: flex; */
  width: 90%;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  position: relative;
}

.policy_block h4{
color: #dc9829;
 font-size: 24px;
}





.policy_block .sente{
  width: 100%;
  display: block;
}
.policy_block .sente p{
   font-size: 16px;
   margin: 8px 0 24px;
}



.policy_block figure{
    width: 70%;
    margin: 0px auto 0%;
    display: block;
    height: 100%;
}

.policy_block figure img{
    width: 100%;
}

.policy_block figure figcaption{

text-align: center;

font-size: 16px;
}


.policy_block .sente .btn01{
margin: 0 auto;
}


/* 理念ページ ここまで*/







/* アクセス */
.access_block {
  max-width: 1200px;
  margin: 0px auto 56px;
  width: 90%;
}

.access_block iframe {
  width: 100%;
      height: 350px;
      margin: 0 auto;
      display: block;
}

.access_block dl{
  display: flex;
  position: relative;
  margin: 16px 0 0 0px;
  flex-wrap: wrap;
}

.access_block dl dt{
    background-color: #ffffff;
    width: 100%;
    margin: 0 0 0 0;
    font-size: 18px;
    padding: 8px 16px;
    /* border-bottom: 1px solid #253136; */
    color: #253136;
    font-weight:bold;
}

.access_block dl dd{
  width: 100%;
  font-size: 16px;
  padding: 16px 16px;
  /* border-bottom: 1px solid #253136; */
  display: block;
  background: rgba(37, 49, 54, 0.09);
}

.access_photo{
  max-width: 1200px;
  margin: 0px auto 0px;
  width: 100%;
  position: relative;
  /* display: flex; */
  z-index: 1;
  /* justify-content:space-between; */
}
.access_photo li{width: 100%;margin: 0 auto 16px;}
.access_photo li img{
width: 100%;
 }
.access_photo li div{
	font-size: 12px;
	    display: flex;
}

.access_photo li:nth-child(2) div span{
	color:#dc9829;
	font-weight: bold;
	width: 110px;
}

 
/* アクセス ここまで*/










/* 強み*/
main.strength{
  background: url(../img/bg_strength.jpg);
background-size: contain;
background-repeat: no-repeat; 
}

.strength_block{
  max-width: 1200px;
  margin: 40px auto 40px;
  /* display: flex; */
  width: 90%;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  /* align-items: center; */
}

.strength_block h3{width: 100%;margin: 0 0 24px 0;}
.strength_block h4{
font-size: 20px;
}



.strength_block img{
  display: block;
  width: 100%;
  height: 100%;
}


.strength_block .sente{
  margin: 24px 0 0 0%;
  width: 100%;
  font-size: 16px;
}

.strength_block .sente p{
  margin: 8px 0 8px 0;
}
.strength_block .sente ul{

}
.strength_block .sente ul li{

position: relative;
}
.strength_block .sente ul li::before{
content: "◆";
position: absolute;
}

/* 強みここまで*/







/* サイトマップ */
.sitemap_block{
  max-width: 1200px;
  margin: 48px auto 48px;
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sitemap_block > li{
  width: 100%;
  margin: 0 0% 32px 0;
}

.sitemap_block > li:last-child{
  width: 100%;
margin: 0;
 }

.sitemap_block > li:nth-child(3n){
  margin-right: 0;
}

.sitemap_block > li > a:nth-child(1){
  color: #010101;
  border-bottom: 2px #ccc solid;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  font-size: 16px;
  display: flex;
  width: 100%;
  font-weight: bold;
  align-items: center;
}
.sitemap_block > li > a{
    transition: 0.2s ease-in-out;
}
.sitemap_block > li > a:hover{
  color: #dc9829;
  transition: 0.2s ease-in-out;
}

.sitemap_block > li > a img{
  margin: 0 8px 0 0;
    color: #999999;
    display: block;
}

.sitemap_block > li > ul{
  margin: 0 0 0 26px;
}
.sitemap_block > li > ul > li{
  
}
.sitemap_block > li > ul > li > a{
  transition: 0.2s ease-in-out;
  font-weight: normal;
  color: #010101;
  font-size: 14px;
}
.sitemap_block > li > ul > li > a:hover{
  color: #dc9829;
  transition: 0.2s ease-in-out;
  font-weight: bold;
}



.sitemap_block > li > ul.photo_area{
 display: flex;
 width: 100%;
 margin: 0 0 0 0;
 justify-content: space-between;
 }

  .sitemap_block > li > ul.photo_area li{
 width: 32%;
 line-height: 0;
 }

 .sitemap_block > li > ul.photo_area li img{
 width: 100%;

   }



/* サイトマップ ここまで*/



/*新着情報一覧 */
.news_block{
  max-width: 1200px;
  margin: 40px auto 40px;
  width: 90%;
  position: relative;
}
.news_block h2{
  width: 40%;
  margin: 0 3% 0 0;
  font-size: 32px;
  font-weight: bold;
  color: #029247;
  padding: 0px 0 0px 0px;
  background-position-y: 0%;
  position: relative;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1em;
}

.news_block h2::after {
  content: "";
  width: 100%;
  height: 16px;
  background: rgb(183, 234, 220);
  /* box-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
  padding: 0px 0 0px 0;
  display: block;
  margin: 0px 0 0 0;
  position: absolute;
  top: 20px;
  z-index: -1;
}

.news_block > .inner{
	margin: 0px 0 0 0;
	width: 100%;
}
.news_block > .inner > article{
  margin: 0 0 16px 0;
  border-bottom: 1px #999 dotted;
  padding: 0 0 16px 0;
  position: relative;
}
.news_block > .inner > article > a{
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  display: flex;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.news_block > .inner > article > a > .icon_box{
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
}
.news_block > .inner > article > a > .icon_box > span.icon01{
	width: 100px;
	font-size: 14px;
	background: #FB6542;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
	margin: 0 0px 0 0px;
}
.news_block > .inner > article > a > .icon_box > span.icon02{
	font-size: 14px;
background: #ffbb00;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
margin: 0 24px 0 0px;
	width: 100px;
}
.news_block > .inner > article > a > .icon_box > span.icon03{
	font-size: 14px;
    background: #375E97;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
margin: 0 24px 0 0px;
	width: 100px;
}
.news_block > .inner > article > a > .icon_box > span.icon04{
	font-size: 14px;
	background: #606060;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
margin: 0 24px 0 0px;
	width: 100px;
}
.news_block > .inner > article > a > .icon_box > .date{
	font-size: 14px;
	margin: 0 24px 0 0px;
	font-weight: bold;
	width: 124px;
}
.news_block > .inner > article > a > .title, .news_block > .inner > article > a > .title_qa{
  margin: 8px 0px 0 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
.news_block > .inner > article > a > .title_qa::before {
    content: "Q.";
    color: #dc9829;
    font-size: 24px;
    font-weight: bold;
    margin: 0 8px 0 0;
}
.news_block > .inner > article > a > .title img.icon_pdf{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}
.news_block > .inner > article > a > .title img.icon_url{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}
.news_block > .inner > article > a:hover > .title {
	text-decoration: underline;
}



.news_block .btn01 {
  display: block;
  width: 100%;
  margin: 24px auto;
  position: relative;
  z-index: 1;
}

.news_block .btn01 a {
	color: #fff;
	background: #253136;
	font-size: 16px;
  	border: solid 1px #253136;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.news_block .btn01 a:hover {
  	color: #253136;
  	background: #ffffff;
  	border: solid 1px #253136;
}

/*新着情報一覧 　ここまで*/


/*新着情報詳細 */
.news_d_block{
  max-width: 1200px;
  margin: 40px auto 40px;
  width: 90%;
  position: relative;
}
.news_d_block h2{
  width: 40%;
  margin: 0 3% 0 0;
  font-size: 32px;
  font-weight: bold;
  color: #029247;
  padding: 0px 0 0px 0px;
  background-position-y: 0%;
  position: relative;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1em;
}

.news_d_block h2::after {
  content: "";
  width: 100%;
  height: 16px;
  background: rgb(183, 234, 220);
  /* box-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
  padding: 0px 0 0px 0;
  display: block;
  margin: 0px 0 0 0;
  position: absolute;
  top: 20px;
  z-index: -1;
}

.news_d_block > .inner{
	margin: 0px auto 0;
	width: 100%;
}
.news_d_block > .inner > article{
  margin: 0 0 32px 0;
  border-bottom: 1px #999 dotted;
  padding: 0 0 35px 0;
  position: relative;
}
.news_d_block > .inner > article{
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  display: flex;
  color: #222;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  justify-content: space-between;
}
.news_d_block > .inner > article > .icon_box{
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
  width: 100%;
  margin: 0 0 24px;
}
.news_d_block > .inner > article > .icon_box > span.icon01{
	width: 100px;
	font-size: 14px;
	background: #FB6542;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
margin: 0 24px 0 0px;
}
.news_d_block > .inner > article > .icon_box > span.icon02{
	font-size: 14px;
	background: #ffbb00;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
	margin: 0 0px 0 0px;
	width: 100px;
}
.news_d_block > .inner > article > .icon_box > span.icon03{
	font-size: 14px;
    background: #375E97;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
margin: 0 24px 0 0px;
	width: 100px;
}

.news_d_block > .inner > article > .icon_box > .date{
	font-size: 14px;
	margin: 0 24px 0 0px;
  font-weight: bold;
}
.news_d_block > .inner > article > .title{
  margin: 32px 0px 32px 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}

.news_d_block > .inner > article > .title img.icon_pdf{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}
.news_d_block > .inner > article > .title img.icon_url{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}



.news_d_block .btn01 {
  display: block;
  width: 100%;
  margin: 24px auto;
  position: relative;
  z-index: 1;
}

.news_d_block .btn01 a {
	color: #fff;
	background: #253136;
	font-size: 16px;
  	border: solid 1px #253136;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.news_d_block .btn01 a:hover {
  	color: #253136;
  	background: #ffffff;
  	border: solid 1px #253136;
}




.news_d_block > .inner > article > figure{
  line-height: 0;
  width: 80%;
  margin: 0 auto 32px;
}
.news_d_block > .inner > article > figure img{
  width: 100%;
}

.news_d_block > .inner > article > .sente{
  width: 100%;
  margin: 0px 0 0 0;
}
.news_d_block > .inner > article > .sente p{
  
}

.news_d_block > .inner > article .title {
    margin: 1px 0px 32px 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.news_d_block > .inner > article > .sente .photo_box {
    margin: 32px 0 0 0;
    width: 100%;
    display: flex;
}


.news_d_block > .inner > article > .sente .photo_box a{
	margin: 0px 5% 0 0;
	width: 30%;
	display: block;
	/* height: 145px; */
}
.news_d_block > .inner > article > .sente .photo_box a:last-child{
  margin-right: 0px;

}


.news_d_block > .inner > article > .sente .photo_box a img{
  margin: 0px 0 0 0;
  width: 100%;
	height: 100%;
  display: block;
}


#news_detail .btn_block{
  
}
#news_detail .btn_block .btn01{
  margin: 0 auto;
}



/*新着情報詳細 　ここまで*/







/* 個人情報保護方針 */
#privacy_block {
	width: 100%;
	padding: 28px 0;
}
.privacy_block_inner {
  width: 100%;
  max-width: 1200px;
  margin: 36px auto;
}
.pri_top_txt {
	width: 90%;
	margin: 0 auto;
}
.privacy_block_unit {
	width: 90%;
	margin: 0 auto;
}
.privacy_block_unit h4 {
	font-size: 18px;
	border-bottom: dotted 1px #ccc;
	margin: 24px 0;
	font-weight: bold;
}
.privacy_block_unit p {
  font-size: 16px;
  margin: 0 0 24px 36px;
}
.privacy_block_unit ul{
  font-size: 16px;
  margin: 24px 0 24px 58px;
  }
.privacy_block_unit ul li{
list-style-type: disc;
list-style-position: outside;
}



/* 個人情報保護方針 ここまで*/






/*QA */

.qa_block{
  max-width: 1200px;
  margin: 40px auto 40px;
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
}



.qa_block article{
	margin: 0 0 16px 0;
	border-bottom: 1px #999 dotted;
	padding: 0 0 16px 0;
	position: relative;
	width: 100%;
}
.qa_block article > a{
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  display: flex;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.qa_block article > a > .icon_box{
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
}
.qa_block article > a > .icon_box > span.icon01{
    width: 100px;
    font-size: 14px;
    background: #fb6542;
    color: #fff;
    /* border-radius: 2px; */
    text-align: center;
    padding: 4px 0px 4px 0px;
    display: block;
    margin: 0 24px 0 0px;
}
.qa_block article > a > .icon_box > span.icon02{font-size: 14px;background: #ffbb00;color: #fff;/* border-radius: 2px; */text-align: center;padding: 0px 8px 0px 8px;display: block;margin: 0px 0px 0 0px;width: 100px;}
.qa_block article > a > .icon_box > span.icon03{
    font-size: 14px;
    background: #375E97;
    color: #fff;
    /* border-radius: 2px; */
    text-align: center;
    padding: 4px 0px 4px 0px;
    display: block;
    margin: 0 24px 0 0px;
    width: 100px;
}
.qa_block article > a > .icon_box > span.icon04{

	width: 100px;
font-size: 14px;
	background: #606060;
color: #fff;
/* border-radius: 2px; */
text-align: center;
padding: 0px 15px 0px 15px;
display: block;
margin: 0 24px 0 0px;
}
.qa_block article > a > .icon_box > .date{font-size: 14px;margin: 0 24px 0 0px;font-weight: bold;}
.qa_block article > a > .title{
  margin: 0 0px 0 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  width: 50%;
}
.qa_block article > a > .title, .qa_block article > a > .title_qa{
  margin: 8px 0px 0 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  transition: 0.2s ease-in-out;
}


.qa_block article > a:hover > .title, .qa_block article > a:hover > .title_qa {
	opacity: 0.5;
	    transition: 0.2s ease-in-out;
}
.qa_block article > a > .title_qa::before {
    content: "Q.";
    color: #dc9829;
    font-size: 24px;
    font-weight: bold;
    margin: 0 8px 0 0;
}

.qa_block article > a > .title img.icon_pdf{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}
.qa_block article > a > .title img.icon_url{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}






.qa_block > dl{
  margin: 0 0 16px 0;
  width: 100%;
  border: 1px #999999 solid;
  background: #eeeeee;
  padding: 8px 0px 16px 0px;
}
.qa_block > dl > dt{
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px #999999 dashed;
  margin: 0 auto 0;
  padding: 8px 0 8px 0;
  transition: 0.2s ease-in-out;
	width: 90%;
}

.qa_block > dl > dt::before{
  content: "Q.";
  color: #dc9829;
  font-size: 24px;
  font-weight: bold;
  margin: 0 8px 0 0;
}
.qa_block > dl > dd{
		width: 90%;
    margin: 16px auto 0px;
    padding: 16px 16px 16px 16px;
    position: relative;
    display: none;
    border: 1px #999999 solid;
    background: #fff;
		  font-size: 12px;
}


.qa_block > dl > dd span.mgL70px{

} 

.qa_block > dl > dd span.mgL106px{
	
} 

.qa_block > dl > dd span.yellow{
  color: #dc9829;
	font-weight: bold;
	
} 


.qa_block > dl > dd::before{
  content: "A.";
  color: #ffffff;
  text-shadow: 0px -1px 24px #ffd800, -1px 1px 24px #ffd800, 1px 2px 24px #ffd800, 1px 2px 24px #ffd800;
  font-size: 24px;
  font-weight: bold;
  margin: 0px 0px 8px 0px;
  padding: 8px 0px 8px 16px;
  /* position: absolute; */
  top: 0px;
  left: 0px;
  display: block;
  background: #333;
}

.qa_block > dl > dd > dl{
display: flex;
flex-wrap: wrap;
}
.qa_block > dl > dd > dl > dt{
  width: 50%;
  margin-right: 0%;
  border-bottom: 1px #2cb9ff solid;
  padding: 8px 16px 8px 16px;
  background: #2ca08c;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.qa_block > dl > dd > dl > dt:nth-child(2){
margin-right: 0; 
}
.qa_block > dl > dd > dl > dd{
  width: 50%;
  margin-right: 0%;
  border-bottom: 1px #2cb9ff solid;
  padding: 16px 16px 16px 16px;
}
.qa_block > dl > dd > dl > dd:nth-child(2n){
margin-right: 0; 
}



.qa_block h3 span{
font-size: 16px;
vertical-align: middle;
		margin: 0 0 0 16px;
}

/* QA ここまで*/



/*QA詳細詳細 */
.qa_d_block{
  max-width: 1200px;
  margin: 40px auto 40px;
  width: 90%;
  position: relative;
}


.qa_d_block h2::after {
  content: "";
  width: 100%;
  height: 16px;
  background: rgb(183, 234, 220);
  /* box-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
  padding: 0px 0 0px 0;
  display: block;
  margin: 0px 0 0 0;
  position: absolute;
  top: 20px;
  z-index: -1;
}

.qa_d_block > .inner{
	margin: 0px 0 0 0;
	width: 100%;
}
.qa_d_block > .inner > article{
  margin: 0 0 32px 0;
  border-bottom: 1px #999 dotted;
  padding: 0 0 35px 0;
  position: relative;
}
.qa_d_block > .inner > article{
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  display: flex;
  color: #222;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  justify-content: space-between;
}
.qa_d_block > .inner > article > .icon_box{
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
  width: 100%;
  margin: 0 0 24px 0;
}

.qa_d_block > .inner > article > .icon_box > span.icon02{
	font-size: 14px;
	background: #ffbb00;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 16px 0px 16px;
	display: block;
	margin: 0 0px 0 0px;
}


.qa_d_block > .inner > article > .icon_box > .date{
	font-size: 14px;
	margin: 0 24px 0 0px;
	font-weight: bold;
}
.qa_d_block > .inner > article .title{
  margin: 1px 0px 32px 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}

.qa_d_block > .inner > article .title::before {
    content: "Q.";
    color: #dc9829;
    font-size: 24px;
    font-weight: bold;
    margin: 0 8px 0px 0;
}




.qa_d_block .btn01 {
  display: block;
  width: 100%;
  margin: 24px auto;
  position: relative;
  z-index: 1;
}

.qa_d_block .btn01 a {
	color: #fff;
	background: #253136;
	font-size: 16px;
  	border: solid 1px #253136;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.qa_d_block .btn01 a:hover {
  	color: #253136;
  	background: #ffffff;
  	border: solid 1px #253136;
}




.qa_d_block > .inner > article > figure{
  line-height: 0;
  width: 80%;
  margin: 0 auto 32px;
}
.qa_d_block > .inner > article > figure img{
  width: 100%;
}

.qa_d_block > .inner > article > .sente{
  width: 100%;
  margin: 0px 0 0 0;
}
.qa_d_block > .inner > article > .sente p{
  
}
.qa_d_block > .inner > article > .sente p::before {
    content: "A.";
    color: #ffffff;
    text-shadow: 0px -1px 24px #ffd800, -1px 1px 24px #ffd800, 1px 2px 24px #ffd800, 1px 2px 24px #ffd800;
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0px 8px 0px;
    padding: 8px 0px 8px 16px;
    /* position: absolute; */
    top: 0px;
    left: 0px;
    display: block;
    background: #333;
}

.qa_d_block > .inner > article > .sente .photo_box{
  margin: 32px 0 0 0;
  width: 100%;
  display: flex;
}
.qa_d_block > .inner > article > .sente .photo_box a{
	margin: 0px 5% 0 0;
	    width: 30%;
	    display: block;
	    /* height: 145px; */
}
.qa_d_block > .inner > article > .sente .photo_box a:last-child{
  margin-right: 0px;

}


.qa_d_block > .inner > article > .sente .photo_box a img{
  margin: 0px 0 0 0;
  width: 100%;
	height: 100%;
  display: block;
}


#qa_detail .btn_block{
  
}
#qa_detail .btn_block .btn01{
  margin: 0 auto;
}



/*QA詳細 　ここまで*/






/* 製品紹介 */

.prod_block{
  width: 90%;
  margin: 40px auto 0px;
  position: relative;
  /* top: 0; */
  /* left: 0; */
  z-index: 1;
  /* right: 0; */
  /* display: flex; */
  align-items: center;
}
.prod_block h2{
    width: 100%;
    margin: 0 3% 32px 0;
    font-size: 32px;
    font-weight: bold;
    color: #253136;
    padding: 0px 0 0px 0px;
    background-position-y: 0%;
    position: relative;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1em;
}
.prod_block h2::after {
    content: "";
    width: 100%;
    height: 16px;
    background: #dcdcdc;
    /* box-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
    padding: 0px 0 0px 0;
    display: block;
    margin: 0px 0 0 0;
    position: absolute;
    top: 20px;
    z-index: -1;
}

.prod_block h2 span{
color: #289c3b;

}


.prod_block h2 .btn01 {
  display: block;
  width: 13%;
  margin: 0px auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
}

.prod_block h2 .btn01 a {
	color: #fff;
	background: #253136;
	font-size: 14px;
	border: solid 1px #253136;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 4px;
}
.prod_block h2 .btn01 a:hover {
  	color: #253136;
  	background: #ffffff;
  	border: solid 1px #253136;
}




.prod_block > .inner{
  margin: 24px 0 40px 0;
  width: 100%;
  /* display: flex; */
  /* flex-wrap: wrap; */
}
.prod_block > .inner > article{
  margin: 0 auto 40px;
  padding: 0 0 0px 0;
  position: relative;
  width: 100%;
  display: block;
}

.prod_block > .inner > article:nth-child(3n){
margin-right: 0;
}



.prod_block > .inner > article h3{

background: #289c3b;

color: #fff;

text-align: center;

padding: 8px 0;
}

.prod_block > .inner > article figure{
width: 100%;

}
.prod_block > .inner > article figure img{
width: 100%;

}

.prod_block > .inner > article dl{
width: 100%;
	}




.prod_block > .inner > article dl dt{
	margin: 0px 0px 8px 0px;
  padding: 0 0 8px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  color: #dc9829;
  border-bottom: 3px #ccc solid;
}


.prod_block > .inner > article > dl dd{
  font-size: 16px;
}


.prod_block > .inner > article > dl .btn_area01{
	margin: 24px 0 0 0px;
	/* display: flex; */
}

.prod_block > .inner > article > dl .btn01{
	margin: 0px auto 8px auto;
}


/* 製品紹介ここまで */









/* 製品工程 */

.process_block{
  width: 100%;
  margin: 40px auto 0px;
  position: relative;
}
.process_block h3{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 0;
}


.process_block .bg_box{
	margin: 0px auto 0px;
	width: 100%;
	/* max-width: 1200px; */
}
.process_block .bg_box img{
	width: 100%;
}



.process_block section{
  margin: 24px auto 24px;
  padding: 0 0 0px 0;
  position: relative;
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.process_block section article figure{
    line-height: 0;
}
.process_block section article figure img{
width: 100%;
}


.process_block section article dl{width: 100%;margin: 24px 0 24px;}
.process_block section article dl dt{

font-size: 16px;

color: #dc9829;

border-bottom: 1px #999999 solid;

font-weight: bold;

margin: 0 0 16px;

padding: 0 0 8px;
}
.process_block section article dl dd{

}

.process_block section article .title{

}
.process_block section article .sente{

}



/* 1行目 *//* 1行目 *//* 1行目 */
/* 原材料 */
.process_block section:nth-of-type(1){

}
.process_block section:nth-of-type(1) article{
	/* display: flex; */
	/* justify-content: space-between; */
}
.process_block section:nth-of-type(1) article figure{width: 100%;}


.process_block section:nth-of-type(1) article dl{width: 100%;/* margin: 0px 0 0; */}


/* 原材料 ここまで*/
/*  1行目 *//*  1行目 *//*  1行目 end */


/* 2行目 *//* 2行目 *//* 2行目 */
/* 矢印 */
.process_block section:nth-of-type(2){
	display: flex;
	justify-content: center;
}
.process_block section:nth-of-type(2) article:nth-child(1){

margin: 0 15% 0 0%;
}
.process_block section:nth-of-type(2) article:nth-child(2){

margin: 0 0% 0 15%;
}
.process_block section:nth-of-type(2) article:nth-child(1) i{font-size: 48px;color: #dc9829;transform: rotate(40deg);display: block;margin: 0 0% 0 0px;}
.process_block section:nth-of-type(2) article:nth-child(2) i{font-size: 48px;color: #dc9829;transform: rotate(-40deg);display: block;}
/* 矢印 ここまで*/
/* 2行目 *//* 2行目 *//* 2行目 end */


/* 3行目 *//* 3行目 *//* 3行目 */
.process_block section:nth-of-type(3){

}

/* ポルトホーマー */
.process_block section:nth-of-type(3) article:nth-child(1){
width: 48%;
}

/* ヘッディングとトリミング */
.process_block section:nth-of-type(3) article:nth-child(2){
width: 48%;
}
.process_block section:nth-of-type(3) article:nth-child(2) i{font-size: 48px;color: #dc9829;width: 48px;display: block;margin: 24px auto 24px;}
    

/* 3行目 *//* 3行目 *//* 3行目 end*/


/* 4行目 *//* 4行目 *//* 4行目 */
/* 矢印 */
.process_block section:nth-of-type(4){
	display: flex;
	justify-content: center;
}
.process_block section:nth-of-type(4) article:nth-child(1){

margin: 0 15% 0 0%;
}
.process_block section:nth-of-type(4) article:nth-child(2){

margin: 0 0% 0 15%;
}
.process_block section:nth-of-type(4) article:nth-child(1) i{font-size: 48px;color: #dc9829;transform: rotate(-40deg);display: block;margin: 0 0% 0 0px;}
.process_block section:nth-of-type(4) article:nth-child(2) i{font-size: 48px;color: #dc9829;transform: rotate(40deg);display: block;}
/* 矢印 ここまで*/
/* 4行目 *//* 4行目 *//* 4行目 end*/


/* 5行目 *//* 5行目 *//* 5行目*/
/* 先取 */
.process_block section:nth-of-type(5){

width: 90%;
}
.process_block section:nth-of-type(5) article{
}
/* 5行目 *//* 5行目 *//* 5行目 end*/


/* 6行目 *//* 6行目 *//* 6行目*/
/* 矢印 */
.process_block section:nth-of-type(6){
	/* display: flex; */
	/* justify-content: center; */
	margin: 24px auto 24px;
}
.process_block section:nth-of-type(6) article{

font-size: 48px;

color: #dc9829;

width: 48px;

display: block;

margin: 0px auto 0px;

line-height: 0;
}

.process_block section:nth-of-type(6) article i{font-size: 48px;color: #dc9829;}
/* 矢印 ここまで*/
/* 6行目 *//* 6行目 *//* 6行目 end*/

/* 7行目 *//* 7行目 *//* 7行目*/
.process_block section:nth-of-type(7){width: 90%;}
/* ローリング工程 */
.process_block section:nth-of-type(7) article{

}
/* 7行目 *//* 7行目 *//* 7行目end */


/* 8行目 *//* 8行目 *//* 8行目*/
/* 矢印 */
.process_block section:nth-of-type(8){margin: 24px auto 24px;}
.process_block section:nth-of-type(8) article{

font-size: 48px;

color: #dc9829;

width: 48px;

display: block;

margin: 0px auto 0px;

line-height: 0;
}

.process_block section:nth-of-type(8) article i{

}



/* 矢印 end*/
/* 8行目 *//* 8行目 *//* 8行目 end*/


/* 9行目 *//* 9行目 *//* 9行目*/
.process_block section:nth-of-type(9){

width: 90%;
}
/* 包装 */
.process_block section:nth-of-type(9) article{

}
/* 9行目 *//* 9行目 *//* 9行目 end*/



/* 10行目 *//* 10行目 *//* 10行目*/

/* 矢印 */
.process_block section:nth-of-type(10){margin: 24px auto 24px;}
.process_block section:nth-of-type(10) article{

font-size: 48px;

color: #dc9829;

width: 48px;

display: block;

margin: 0px auto 0px;

line-height: 0;
}

.process_block section:nth-of-type(8) article i{

}



/* 矢印 end*/
/* 10行目 *//* 10行目 *//* 10行目 end*/



/* 11行目 *//* 11行目 *//* 11行目*/
.process_block section:nth-of-type(11){

width: 90%;
}
/* 出荷 */
.process_block section:nth-of-type(11) article{

}
/* 11行目 *//* 11行目 *//* 11行目 end*/


/* 製品工程ここまで */












/* 設備紹介 */
.equip_block{
  max-width: 1200px;
  margin: 40px auto 40px;
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.equip_block .table01{width: 50%;align-self: flex-start;}
.equip_block .table02{
    width: 100%;
}

.equip_block dl.table02 dt{
    background-color: #ffffff;
    width: 75%;
    margin: 0 0 0 0;
    font-size: 14px;
    padding: 8px 16px;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-weight:bold;
}

.equip_block dl.table02 dd{width: 25%;font-size: 14px;padding: 8px 16px;border-bottom: 1px solid #333333;display: block;}




.equip_block figure{
	max-width: 1200px;
	margin: 0px 0 0px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
}
.equip_block figure div{
  display: block;
  width: 48%;
  height: 210px;
  margin: 0 4% 24px 0;
  position: relative;
  overflow: hidden;
}
.equip_block figure div span{top: auto;bottom: 0;position: absolute;display: block;background: rgba(252, 102, 27, 0.8);width: 100%;padding: 4px 8px;color: #fff;font-size: 14px;}

.equip_block figure div:nth-child(2n){
  margin-right:0;
}

.equip_block figure img{
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
}



.equip_block:last-child .table01{
width: 100%;
    align-self: flex-start;
}

/* 設備紹介 ここまで*/


/*採用情報　求める人物像*/
.motomeru_block{
	max-width: 1200px;
	margin: 40px auto 40px;
  padding: 0px 0 0px;
	width: 90%;
		position: relative;
}
.motomeru_block img {
	width: 180%;
	margin: 0 -40% 40px;
	display: block;
	height: 100%;
}

.motomeru_block .sente{

display: flex;

flex-wrap: wrap;

justify-content: space-between;
}
.motomeru_block .sente dl{
    width: 100%;
    margin: 0 0 40px 0;
}

.motomeru_block .sente dl dt{
	background: #EFEFEF;
	padding: 8px;
	font-size: 16px;
	color: #333333;
	    font-weight: bold;
	    box-shadow: 0px 2px 4px #a29b8c;
	margin: 0 0 16px 0;
}
.motomeru_block .sente dl dt span{
	font-size: 12px;
	border-right: 1px #999 solid;
	padding: 8px 8px 8px 0px;
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.2em;
}


.motomeru_block .sente dl dd{

}




/*採用情報　社員の声*/
.employee_block{
    max-width: 1200px;
		margin: 64px auto 64px;
	  padding: 0px 0 0px;
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.employee_block figure{
  width: 80%;
  margin: 0 auto 0;
  z-index: 3;
}
.employee_block figure img{width: 100%;display: block;margin: 0 auto 0px auto;}



.empl_qa{width: 100%;z-index: 0;margin: 24px 0 0px 0;}


.empl_qa h4.title02 span {
  display: block;
  font-size: 12px;
  border-top: 1px #dc9829 solid;
  padding: 8px 0 8px 0;
  margin: 8px 0 0 0px;
  letter-spacing: 0.05em;
  /* background: rgba(0, 147, 69, 0.15); */
}

.empl_qa dl{
    margin: 24px 0 24px 0;
}
.empl_qa dl dt{
font-weight: bold;
font-size: 16px;
}
.empl_qa dl dt::before{
  content: "◆";
  color: rgb(153, 153, 153);
  font-size: 24px;
  font-weight: bold;
  margin: 0 8px 0 0;
}
.empl_qa dl dd{
    margin: 8px 0 0px 0px;
    padding: 0px 0 0 0px;
    position: relative;
    font-size: 12px;
}
/* .empl_qa dl dd::before{
  content: "A.";
  color: #dc9829;
  font-size: 24px;
  font-weight: bold;
  margin: 0 8px 0 0;
  position: absolute;
  top: 0px;
  left: 0px;
} */


/*採用情報社員の声ここまで*/



/* 採用情報　募集要項 */
.yokou_block{
	margin: 40px auto 40px;
  padding: 0px 0 0px;
  max-width: 1200px;
  background: url(../img/bg_yokou.jpg);
  background-size: 43%;
  background-position-x: 100%;
  background-position-y: 55%;
  background-repeat: no-repeat;
  width: 90%;
}

.yokou_block .btn02{
    width: 100%;

}

.yokou_block .recruit_end{
display: none;
}


.yokou_block_off{
	margin: 40px auto 40px;
  padding: 0px 0 0px;
  max-width: 1200px;
  background: url(../img/bg_yokou.jpg);
  background-size: 43%;
  background-position-x: 100%;
  background-position-y: 55%;
  background-repeat: no-repeat;
  width: 90%;
}

.yokou_block_off .table01{
	display: none;
}

.yokou_block_off .btn02{
	display: none;
}

.yokou_block_off .recruit_end{
	display: block!important;
	font-size: 18px;
	font-weight: bold;
	text-align: center
	color: #333;;
}


/* 採用情報　募集要項ここまで */


/* 福利厚生 */
.benefits_block{
    max-width: 1200px;
    margin: 40px auto 40px;
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.benefits_block figure{
  width: 100%;
  margin: 0 0 24px 0;
  z-index: 3;
}
.benefits_block figure h3 span{
  display: block;
  font-size: 24px;
  font-weight: normal;
  color: #dc9829;
  letter-spacing: 0.05em;
    
}

.benefits_block figure img{
width: 100%;
}




.benefits_list{width: 100%;z-index: 0;}

.benefits_list dl{
    margin: 0 0 24px 0;
}
.benefits_list dl dt{
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  color: #dc9829;
}
.benefits_list dl dt::before{
  content: "■";
  color: #333;
  font-size: 32px;
  font-weight: bold;
  margin: 0 8px 0 0;
  vertical-align: middle;
  line-height: 1em;
}
.benefits_list dl dd{
    margin: 8px 0 0px 40px;
}
/* 福利厚生 ここまで*/










/* お問い合わせ電話案内 */
.contact_tel_block{
		max-width: 1200px;
		margin: 40px auto;
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}

.contact_tel_block ul{
  margin: 16px 0 24px;
  max-width: 1014px;
  width: 100%;
}
.contact_tel_block ul li{
 margin: 0 0 0 0px;
}

.contact_tel_block ul li:nth-child(1){
    color: #dc9829;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 0;
    border-bottom: 1px #999999 dashed;
}
.contact_tel_block ul li span:nth-child(1){
  font-size: 12px;
  margin: 0 16px 0 0px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  display: inline-block;
}
.contact_tel_block ul li span:nth-child(2){
  font-size: 16px;
  margin: 0 0 0 0px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
}

.contact_tel_block ul li span:nth-child(2) a{
  font-size: 20px;

  font-weight: bold;
}



.contact_tel_block ul li:nth-child(2){


}

.contact_tel_block ul li:nth-child(3){

font-size: 12px;
}





/* フォーム */
.contact_block{max-width: 1200px;margin: 40px auto 40px;width: 90%;}

.contact_block form{
  margin: 24px auto 0;
  padding: 14px 0 0;
  width: 100%;
  border-top: 1px #d2d2d2 dashed;
}

.contact_block .note01{
  margin: 0 0 8px 0;
}
.contact_block .note01 span{
  color: #d70c18;
font-size: 12px;
font-weight: bold;
}


.contact_block form dl{
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  border-top: 1px #d2d2d2 dashed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 16px 16px;
}

.contact_block form dt{
  width: 100%;
  padding: 0px 0 0px 0;
  margin: 0 0 24px 0;
  position: relative;
}

.contact_block form dt.required::before {
    content: "＊"!important;
    color: #d70c18!important;
    padding: 0px 8px 0px 8px;
    font-size: 12px;
    border-radius: 5px;
    vertical-align: middle;
    margin: 0px 0 0px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    position: absolute;
    left: -24px;
    top: 0px;
    bottom: 0;
}




.contact_block form dd label{
display: flex;
align-items: center;
margin: 0 0 24px 0;
}
.contact_block form dd label input[type="radio"]{
      width: 100%;
max-width: 20px;
margin: 0 8px 0 0;
}
.contact_block form dd label span{
      width: 100%;

}



.contact_block form dd{
  width: 100%;
  padding: 0px 0 0px 0;
  margin: 0 0 0 auto;
  position: relative;
}

.contact_block form dd a{
  color: #000;
}

.contact_block form dd .note01{
  font-size: 14px;
  margin: 8px 0 0 0;
  line-height: 1.4em;
}

.contact_block form dd input{
      width: 100%;
          padding: 8px;
              font-size: 14px;
}


.contact_block form dd textarea{
      width: 100%;
          padding: 8px;
              font-size: 14px;
}

.contact_block form .btn_block{
  margin: 40px 0 0px 0;
  display: flex;
  justify-content: center;
}

.contact_block form .btn_block .btn01{
      margin: 0px auto 0px auto;
}
.contact_block form .btn_block02{
  margin: 56px 0 0px 0;
  display: flex;
  justify-content: center;
}

.contact_block form .btn_block02 .btn01{
      margin: 0px 16px 0 0px;
}


#check_send[disabled] {
    opacity: 0.3!important;
    pointer-events: none;
    position: relative;
}

/*お問い合わせ ここまで*/


form .privacy_box{
	border: 1px #d2d2d2 solid;
	margin: 0px 0 0 0;
	padding: 16px;
	width: 100%;
}

form .privacy_box .sentence{

}

form .privacy_box .sentence p{
    font-size: 16px;
    margin: 0 0 8px 0;
}

form .privacy_box .sentence p a{
	color: #dc9829;
	font-weight: bold;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
form .privacy_box .sentence p a:hover{
opacity: 0.8;
	font-weight: bold;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

form .privacy_box .sentence #check_area{

}

form .privacy_box .sentence #check_area #check{

}

form .privacy_box .sentence #check_area label{
    cursor: pointer;
}









/*----------送信完了----------*/
.tk_block{
  /* max-width: 500px; */
  margin: 40px auto 40px;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tk_block .sente{
  margin: 32px auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}


.tk_block .btn01{
      margin: 0px auto 0px auto;
}


/*----------ボタンエリア----------*/


/*----------送信完了ここまで----------*/





/*----------form関連ボタンブラウザ依存スタイルリセット----------*/

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="reset"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*----------お問い合せ　ここまで----------*/









/*フッター*/
footer{
	width: 100%;
	position: relative;
	margin: 40px 0px 0px!important;
	background: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	/* height: 300px; */
	background-size: cover;
	background-position: 50% 100%;
}


.footer_bt_area{
	display: none;
}



nav#footer_nav{
	display: none;
	padding: 0px 0 0px 0;
	margin: 0px auto;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	justify-content: space-between;
}

/*大メニュー*/

nav#footer_nav > div{

width: 13%;

margin: 16px 0 16px 0;
}


nav#footer_nav div a{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin: 0 0px 4px 0;
}




nav#footer_nav a i{
	margin: 0 4px 0px 0px;
	font-size: 14px;
	color: #fff;
	}

nav#footer_nav > div ul{

}

nav#footer_nav > div ul li{

margin: 0 0 4px 0;
}

nav#footer_nav > div ul li a{
font-weight: normal;
margin: 0 0 0 20px;
}



nav#footer_nav:nth-of-type(2){
	display: none;
	padding: 0px 0 0px 0;
	margin: 0px auto 0 auto;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	justify-content:flex-start;
}

nav#footer_nav:nth-of-type(2) div{width: auto;max-width: 204px;margin: 0 20px 0 0;}






footer p#copyright{
	font-size: 14px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	padding: 24px 0 24px 0;
}

/*フッターここまで*/





/* 改行調整 sp表示では消 */
br.sp_none{
	display: none;
}







/* 404エラー */

main#e404{
background: linear-gradient(to bottom, #ffffff 0%,#ffeac8 51%,#ffffff 100%);
}


.e404_block{
  max-width: 1024px;
  margin: 72px auto;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
  
}

.e404_block .sente{
  margin: 32px auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  
}

.e404_block .btn01{
margin: 0 auto;
      width: 300px;
}











		/*ページネイション*/
		.pagination {
			margin: 0px auto 0px;
			/*width: 1200px;*/
			width: 100%;
			padding: 15px 0;
		}
		.pagination_inner {
		    display: flex;
						justify-content: center;
		}
		.pagination_inner li {
		    margin: 0 8px 0 0;
		}

		.pagination_inner li:last-child{
				margin-right: 0;
		}

		.pagination_inner li a {
		    color: #fff;
		    background: #333;
		    display: block;
		    padding: 5px 15px 5px 15px;
		    font-size: 16px;
		    transition: 0.3s ease-in-out;
		}

		.pagination_inner li:hover a{
		    background: #999999;
				transition: 0.3s ease-in-out;
		}


		.pagination_inner li a.pagination_on{
		    background: #999999;
		}


		/*ページネイション*/






		
		.ofi_cv{
		  -o-object-fit: cover;
		  object-fit: cover;
		font-family: 'object-fit: cover;'
		}
		
