@charset "UTF-8";
/* CSS Document */
html{ font-size: 62.5%; }
img{ vertical-align: bottom; }
*,*::before, *::after{ box-sizing: border-box; }
body{ 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; 
	color: #313131;
}

a {text-decoration: none;}

.item_box_2{
	border: solid 1px #313131;
	margin: 50px 0 10px;
}

.item_box_2 h2{
	color: #fff;
	background-color: #313131;
	margin: 0;
	padding: 3px 10px;
	font-size: 2rem;
	font-weight: normal;
}

.explain {
	font-size: 16px;
	text-align: center;
	margin: 30px 0 2px;
}

.small {
	font-size: 12px;
}

.cusion {
	display: block;
	margin: 0 auto 50px;
}

/*PE宅配袋1枚目画像*/
.cusion_5 {
	display: block;
	margin: 30px auto 50px;
}

.table_title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: center;
}

.spec {
	margin: 0 auto 50px;
}

.spec_border {
	border: 1px solid #333;
	text-align: center;
	padding: 7px 20px;
	font-size: 14px;
}

.gray {
	background-color: #eeefef;
}

.caution {
	font-size: 13px;
	margin: 0 auto 50px;
	font-weight: 600;
}

.caution_1 {
	color: #ff0000;
}

/*----▼ 事業内容へ戻るボタン ▼-------*/

.btn {
	display: block;
    background: #5fa4a7;
	padding: 15px 0;
	width: 400px;
    color: #fff;
    text-decoration: none;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
  }

  .btn:hover {
    background: #fff;
	transition: 0.8s;
	border: 1px solid #5fa4a7;
	color: #5fa4a7;
  }


.btn_catalog {
	display: block;
    background: #5fa4a7;
	padding: 15px 0;
	width: 400px;
    color: #fff;
    text-decoration: none;
	font-size: 14px;
	margin: 0 auto 20px;
	text-align: center;
  }

  .btn_catalog:hover {
    background: #fff;
	transition: 0.8s;
	border: 1px solid #5fa4a7;
	color: #5fa4a7;
  }




@media(max-width: 768px){

.width_960px {
	width: 100%;
}	

.item_box, .item_box_2{
	width: 100%;
}

.cusion, .cusion_5 {
	width: 95%;
	margin: 0 auto 50px;
}

.spec {
	width: 90%;
}

.footer_logo{
		width: 120px;
		margin: 50px 0 0 20px;
	}

.office_image{ 
		display: none;
	}

/*----▼ 事業内容へ戻るボタン ▼-------*/

.btn {
	width: 90%;
  }

.btn_catalog {
	width: 90%;
  }	
  


}

