
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

body{font-size:14px;}
body p{font-size:14px;}
body dl{font-size:14px;}

.copy01{font-size:100%;text-align:left;line-height:1.6;}

/* ===　グローバルナビ　=== */

.navi_item{
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-size:90%;
}

/* ===　トップページ「さらに詳しく」ボタン　　=== */
.btn_more{
margin-top:50px;
text-align:center;
}
.btn_more i{margin-left:3px;margin-right:10px;
}
.btn_more span{font-size:120%;font-weight:bold;}

/* ===　事業案内　　=== */

.factory_name h3 {
font-size:32px;
}
.factory_name p {
font-size:1em;
}

.sub_heading-section {

  margin-bottom: 20px;
}
.sub_heading-section h2 {margin-bottom:10px;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.sub_heading-section p{font-size:120%;margin-bottom:50px;}

@media screen and (max-width: 768px) {
.sub_heading-section p{font-size:100%;margin-bottom:50px;}
}

#f1_photo,
#f2_photo{

}

#f1_product,
#f2_product{
padding-top:30px;
}

#f1_product h2,
#f2_product h2{
color:#666;
}

#f1_product h3,
#f2_product h3{

}


.factory_box{
}

.factory_box {
  margin-bottom: 60px;
}
.factory_box img {
  margin-bottom: 2px;
  width: 100%;
  height: 450px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.factory_box figure figcaption,
.equipment_box figure figcaption{font-size:80%;font-style: italic;text-align:right;padding-right:10px; }
@media screen and (max-width: 768px) {
.factory_box {
    width: 100%;
  }

.factory_box img {height:300px;}
}
.factory_box .image-popup {
  opacity: 1;
}
.factory_box .image-popup span {
  display: inline-block;
  margin-bottom: 20px;
}
.factory_box .image-popup span.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.factory_box .image-popup span.comment {
  float: right;
}
.factory_box .image-popup span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.factory_box .image-popup span.comment a i {
  color: #FCC72C;
  padding-left: 7px;
}
.factory_box .image-popup h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.factory_box .image-popup h3 a {
  color: rgba(0, 0, 0, 0.6);
}


.factory_item h3{color:#000;font-weight:400;letter-spacing:2px;margin-bottom:15px;}

.factory_item .location{}
.factory_item .operation{}


.equipment_box{
}

.equipment_box {
  margin-bottom: 60px;
}
.equipment_box img {
  margin-bottom: 2px;
  width: 100%;
  height: auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
.equipment_box {
    width: 100%;
  }
}
.equipment_box .image-popup {
  opacity: 1;
}
.equipment_box .image-popup span {
  display: inline-block;
  margin-bottom: 20px;
}
.equipment_box .image-popup span.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.equipment_box .image-popup span.comment {
  float: right;
}
.equipment_box .image-popup span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.equipment_box .image-popup span.comment a i {
  color: #FCC72C;
  padding-left: 7px;
}
.equipment_box .image-popup h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.equipment_box .image-popup h3 a {
  color: rgba(0, 0, 0, 0.6);
}
.equipment_box .image-popup p {
  font-size: 1em;line-height:1.6;
  margin-bottom: 20px;
}

.factory_product {
  margin-bottom: 5em;
}
.factory_product span {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.factory_product span i {
  font-size: 50px;
  color: #fcc72c;
}
.factory_product h3 {
  font-size: 18px;
  font-weight: 400;
}

.factory_product p {
  font-size: 16px;
text-align:left;
padding:0 15px;
}


.factory_product span img{width:30%;
}

/* ===　メインビジュアル　=== */


#logo01{

}
#logo01 img{width:200px;opacity: .5;}

@media screen and (max-width: 768px) {
#logo01 img{width:150px;}
}


/* ===　トップページ　サブタイトル　=== */


.size_jp90{font-size:90%;}
.size_jp85{font-size:85%;}

/* ===　コンテンツページ　タイトル　=== */

.tia-cover .desc.desc_sub {
  top: 50%;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .tia-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tia-cover .desc.desc_sub h2 {
    display: flex;              /* フレックスボックスにする */
    align-items:center;        /* 縦の位置指定 高さ均等 */
    justify-content:center;       /* 横の位置指定 */
    flex-wrap: wrap;            /* 折り返し指定 */
  color: #fff;
  font-size: 38px;line-height:1;
  margin-bottom: 10px;
  letter-spacing: 5px;

}



.tia-cover .desc.desc_sub h2 img{height:30px;margin-right:15px;}


@media screen and (max-width: 768px) {
  .tia-cover .desc.desc_sub h2 {
    font-size: 30px;
  }
}
.tia-cover .desc.desc_sub span {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: 0px;
}


dl.gaiyou_box{
width:100%;
    display: flex;              /* フレックスボックスにする */
    align-items:stretch;        /* 縦の位置指定 */
    justify-content:space-between;        /* 横の位置指定 */
    flex-wrap:wrap;
border:1px solid #848484;
background:#fff;
margin-bottom:100px;

}

.gaiyou_box dt{width:20%;

padding:20px 15px;
background:#848484;
color:#fff;
text-align:right;
border-bottom:1px solid #fff;
text-align:center;
}

.gaiyou_box dd{width:80%;
padding:20px;
background:#fff;
border-bottom:1px solid #848484;
}
.gaiyou_box dt:nth-child(19){border-bottom:none;}
.gaiyou_box dd:last-child{border-bottom:none;}

@media screen and (max-width: 768px) {
dl.gaiyou_box{border:none;}
.gaiyou_box dt{width:100%;border-bottom:0;padding:10px 10px;text-align:left;}
.gaiyou_box dd{width:100%;border-bottom:0;padding:10px 10px 15px;}

}


/* ===　フッター　=== */
#footer_st {
  background: #222831;
  padding: 60px 0 40px;
}
#footer_st h1{font-size:28px;margin-bottom:10px;text-align:center;}
#footer_st h1 a{
  color: rgba(255, 255, 255, 0.5);
}

#footer_st h1 a:hover{
  color: rgba(255, 255, 255, 1) !important;
}

#footer_st p.credit {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
text-align:center;
}
#footer_st p a {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
#footer_st h1{font-size:20px;}
#footer_st p.credit {font-size:12px;}
}

/* ---------------------------------------------------------------------------------
 ◆ ページの先頭へ移動するボタンの入れ物 
--------------------------------------------------------------------------------- */
#to-pagetop {
	/* 表示位置の指定 (右下から 20px 固定) */
	position: fixed;
	right: 20px;
	bottom: 20px;
	/* 初期は非表示 */
	display: none;
}

/* ---------------------------------------------------------------------------------
 ◆ 「ページの先頭へ」のリンクボタン 
--------------------------------------------------------------------------------- */
#to-pagetop{
	position: fixed;
	right: 20px;
	bottom: 10px;
	display: none;
	height: 60px;
	opacity: 0.9;
	width: 60px;
	z-index: 80;
}

#to-pagetop a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	background: #4c4c4c;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	/* 角を丸めるスタイル */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#to-pagetop a > {
	display: block;
}

#to-pagetop a:hover{
background:rgba(255,96,0,.8);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;}

#to-pagetop a span {
	position: relative;
	top: 3.5px;
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	display: block;
	height: 14px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 14px;
}

@media only screen and (max-width: 767px) {
.to-pagetop{
	right: 10px;
	height: 40px;
	width: 40px;
}
}




/* -----------トップページ-------------------- */
@media only screen and (max-width: 767px) {
.tia-grid.height200{height:200px;}
}


/* ---------------------------------------------------------------------------------
 ◆ 「ページの先頭へ」のリンクボタンにマウスカーソルを合わせた時 (ホバー時)
--------------------------------------------------------------------------------- */
#to-pagetop a:hover {
	/* 背景色と前景色 */
	background-color: #adddff;
	color: #003459;
}



/* ------　リンククリック時のボーダー処理-------- */
a{text-decoration: none!important;text-decoration-line: none!important;}


a:focus{
	outline:none;
}






