/* CSS Document */

/* 下層メインビジュアル
---------------------------------------------------------- */
.sub_main_visual {
  background: url("/product_data/squid_fishing_machine/squid_about/img/mainimg_img_01.jpg") center no-repeat;
}


/* sec共通
---------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;

}
.sec_01,
.sec_02 {
  background:url("/assets/img/img_border_05.png") center top no-repeat;
}
h3 {
  font-size: 35px;
  margin-bottom: 50px;
}
h4 {
  font-size: 27px;
  margin-bottom: 30px;
}
h4::before {
  content: "ー "
}
h3,
h4 {
  font-weight: 500;
}

.box_wht_01 {
  background-color: #FFFFFF;
  text-align: center;
  padding: 30px 0 50px;
}
.box_wht_01 .icon_img_01,
.sec_02 .img_02 .icon_img_01 {
  display: none;
}

 
  
/* sec_01
---------------------------------------------------------- */
.sec_01 {
  padding: 80px 0 80px;
}
.sec_01 ul {
  justify-content: space-around;
  margin: 50px 0 50px;
  text-align: left;
  margin: 40px 80px 0;
}
.sec_01 li {
  width: 230px !important;
  margin-bottom: 30px;
}
.sec_01 li img {
  margin-bottom: 5px;
}
.sec_01 ul li p {
  font-size: 14px;
  color: #333;
  line-height: 160%;
}

.sec_01 li p.txt_01 {
  font-size: 16px !important;
  font-weight: 500;
  color: #002063;
}




/* sec_02
---------------------------------------------------------- */
.sec_02 {
  padding: 80px 0 0px;
}
.sec_02 .img_01 {
  text-align: center;
  margin: 30px auto 50px;
}
.sec_02 .img_02 {
  position: relative;
  text-align: center;
  margin: 30px auto 50px;
}




/* ==========================================================================//
//
//　SP 560px以下
//
// ========================================================================== */

@media screen and (max-width: 560px) {

/* 共通
---------------------------------------------------------- */
h3 {
  font-size: 8vw;
  line-height: 160%;
}
h4 {
  font-size: 6vw;
  line-height: 160%;
}
.sec_01 ul {
  margin: 20px 0 10px;
}
.sec_01 ul li {
  margin-bottom: 30px;
}
  
.box_wht_01 {
  padding: 20px 0 20px;
  position: relative;
}
.box_wht_01 img {
  width: 90%;
  height: auto;
  }
.box_wht_01 .icon_img_01 {
  display: block;
  position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
/* sec_01
---------------------------------------------------------- */
.sec_01 .box_wht_01 .icon_img_01 {
  top: 100px;
}
.sec_01 ul li {
  width: 90% !important;
  margin:0 auto 20px;
  text-align: center;
}
.sec_01 ul li img {
  width: 220px;
  height: auto;
  margin: 0 auto 5px;
}
  
  
  
/* sec_02
---------------------------------------------------------- */
.sec_02 .img_02 .icon_img_01 {
  display: block;
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  

  
  
  
  
  
  
}
