/* ID list
--------------------------------------------------
#mainvis
#syouhin
#maker
#news
#company
#footer
-------------------------------------------------- */
/* ==================================================
	mainvis
================================================== */
#mainvis {
  height: 736px;
  background: url(../images/mainvis_bg.jpg) 50% 0 no-repeat;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}
#mainvis .catch_txt {
  color: #fff;
  margin-bottom: 200px;
  padding-top: 54px;
}
#mainvis .catch_txt .font_en {
  display: block;
  margin-top: 17px;
  line-height: 1.0;
}
#mainvis .mainvis_inner p {
  line-height: 1.4em;
}
#mainvis .mainvis_inner-catch {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
}

/* ==================================================
	syouhin
================================================== */
#syouhin {
  height: 562px;
  background: url(../images/syouhin_bg.jpg) 50% 0 no-repeat;
}

.syouhin_head {
  float: left;
  width: 354px;
  padding-top: 70px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.syouhin_head-ttl {
  margin-bottom: 55px;
}

.syouhin_head-catch {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: bold;
}

.syouhin_head .btn_style-detail {
  width: 180px;
  margin: 34px auto 0;
}

.syouhin_list {
  box-sizing: border-box;
  float: right;
  width: 646px;
  padding: 64px 0 0 22px;
}
.syouhin_list li {
  float: left;
}
.syouhin_list li a {
  box-sizing: border-box;
  display: block;
  width: 300px;
  height: 80px;
  margin: 0 0 9px 12px;
  border-radius: 5px;
  background: url(../images/syouhin_arw.png) 99% 50% no-repeat #fff;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.syouhin_list li a:hover {
  background-image: url(../images/syouhin_arw_on.png);
}
.syouhin_list li a span {
  display: inline-block;
  padding: 30px 0 0 12px;
}

/* ==================================================
	maker
================================================== */
#maker {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 55px;
  /* padding-bottom: 55px;
  border-bottom: 1px solid #e2e2e2; */
  background: url(../images/maker_bg.jpg) 50% 0 no-repeat;
}

.maker_head {
  color: #fff;
  text-align: center;
}

.maker_ttl {
  margin-bottom: 20px;
  font-size: 24px;
}
.maker_ttl span {
  display: block;
  font-size: 12px;
}

.maker_head .btn_style-detail {
  width: 198px;
  margin: 20px auto 85px;
}
.maker_head .btn_style-detail a {
  padding: 13px 0;
}

.agency_list-ttl {
  position: relative;
  font-size: 20px;
  text-align: center;
}
.agency_list-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  margin-top: -0.5px;
  background-color: #e2e2e2;
}
.agency_list-ttl span {
  position: relative;
  z-index: 1;
  padding: 0 35px;
  background-color: #fff;
}

.agency_list-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 660px;
  margin: 25px auto 0;
  row-gap: 5px;
  column-gap: 7px;
}
.agency_list-bnr li a {
  display: block;
  transition: all 0.2s ease;
}

.agency_list-bnr li a:hover {
  opacity: 0.6;
}

/* ==================================================
	news
================================================== */
#news {
  float: left;
  width: 620px;
}

.news_head {
  margin-bottom: 11px;
  padding-bottom: 16px;
  padding-left: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.news_ttl {
  float: left;
  font-size: 16px;
}

.news_btn {
  float: right;
}
.news_btn a {
  display: block;
  padding: 6px 30px 6px 20px;
  border-radius: 3px;
  background: url(../common_img/arw_circle-wh.png) 92% 50% no-repeat #008cd6;
  background-size: 8px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  line-height: 1.0;
}
.news_btn a:hover {
  background-color: #f39800;
}

.news_body ul {
  height: 153px;
  padding: 0 10px 0 20px;
  overflow: auto;
}
.news_body li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 7.3em;
  border-bottom: 1px solid #e2e2e2;
  font-size: 12px;
  text-indent: -7.3em;
}
.news_body li time {
  color: #008cd6;
  margin-right: 10px;
  font-weight: bold;
}
.news_body li a {
  color: #555555;
}

/* ==================================================
	company
================================================== */
#company {
  position: relative;
  float: right;
  width: 350px;
  height: 207px;
  background: url(../images/company_bg.jpg) no-repeat;
}
#company a {
  display: block;
  padding: 160px 0 0 30px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  vertical-align: middle;
}
#company span {
  position: relative;
  top: -2px;
  padding-left: 10px;
  font-size: 12px;
}

/* ==================================================
	footer
================================================== */
#footer {
  margin-top: 50px;
}
