@charset "utf-8";

.block_head {
  background: url(../img/disclosure/img_01.png) no-repeat left top;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}
.disclosure_box {
  margin-left: auto;
  margin-right: auto;
}
.disclosure_btn a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  background-color: #f0831e;
  text-align: center;
  box-sizing: border-box;
  border-radius: 60px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.disclosure_btn a:after {
  content: "";
  display: block;
  background: url(../common/img/parts/icn_arrow_bottom-01.png) no-repeat right top;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.disclosure_list {
  margin-top: -130px;
  padding-top: 130px;
  padding-bottom: 80px;
  letter-spacing: 0.04em;
}
.disclosure_list h3 {
  margin-bottom: 26px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: #999999;
  border-radius: 3px;
}
.disclosure_ul {
  padding: 0 40px;
}
.disclosure_ul li {
  /*float: left;
  min-width: 50%;*/
  box-sizing: border-box;
  min-height: 32px;
  margin-bottom: 20px;
  padding: 0 10px 0 40px;
  line-height: 30px;
}
.disclosure_ul li a {
  color: #000;
  text-decoration: underline;
}
.disclosure_ul li a:hover {
  color: #f0831e;
}
.disclosure_ul li a[href$=".pdf"] {
  margin-left: -40px;
}
.disclosure_ul li a[href$=".pdf"]:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: -8px;
  background: url("../img/disclosure/icn_pdf.png") 0 0 no-repeat;
  background-size: 30px 30px;
}



@media print, screen and (min-width: 1121px) {
  .disclosure_btn a:hover {
    background-color: #ff6c00;
  }
}


@media print, screen and (min-width: 751px) {
  #content > .block_inner {
    padding-top: 92px;
    padding-bottom: 124px;
  }
  .block_head {
    width: 162px;
    height: 102px;
  }
  .disclosure_box {
    width: 820px;
    padding-bottom: 102px;
    font-size: 15px;
  }
  .disclosure_btn li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    padding-right: 17px;
  }
  .disclosure_btn a {
    width: 100%;
    padding-right: 7%;
    line-height: 45px;
  }
  .disclosure_btn a:after {
    width: 24px;
    height: 24px;
    right: 7%;
  }
}



@media screen and (max-width: 750px) {
  #content > .block_inner {
    padding-top: 12%;
    padding-bottom: 10%;
  }
  .block_head {
    width: 30%;
    height: 0;
    background-size: contain;
    padding-bottom: 18.8886%;
  }
  .disclosure_box {
    box-sizing: border-box;
    padding: 0 3% 20px;
  }
  .disclosure_btn li {
    margin-bottom: 15px;
  }
  .disclosure_btn a {
    width: 60%;
    min-width: 246px;
    font-size: 12px;
    line-height: 40px;
  }
  .disclosure_btn a:after {
    width: 22px;
    height: 22px;
    right: 4%;
  }
  .disclosure_list {
    margin-top: -70px;
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .disclosure_list h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .disclosure_ul {
    padding: 0 0 0 10px;
  }
  .disclosure_ul li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}