@charset "UTF-8";
.inr_menu_list {
  justify-content: center;
}
.inr_menu_list li {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width:1199px) {
  .inr_menu_list li {
    margin-right: 0;
    margin-left: 0;
  }
}

.stock_list .inr h3 {
  font-size: 1.3em;
  border-bottom: 2px solid #03346B;
  padding: 50px 0 20px;
}
.stock_list .inr ul li {
  padding: 35px 0;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width:767px) {
  .stock_list .inr ul li {
    padding: 15px 0;
  }
}
.stock_list .inr ul li dl {
  margin: 0 auto;
  width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stock_list .inr ul li dl > dt {
  width: 250px;
}
@media only screen and (max-width:767px) {
  .stock_list .inr ul li dl > dt {
    font-size: 1em;
    width: 100%;
  }
}
.stock_list .inr ul li dl > dd {
  width: calc(100% - 250px);
}
@media only screen and (max-width:767px) {
  .stock_list .inr ul li dl > dd {
    margin-top: 10px;
    width: 100%;
    font-size: 0.9em;
  }
}
.stock_list .inr ul li dl > dd a {
  text-decoration: underline;
}
.stock_list .inr ul li dl > dd a:hover {
  opacity: 0.7;
}
.stock_list .inr .stock_holder {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.stock_list .inr .stock_holder table {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}
.stock_list .inr .stock_holder table tbody tr th {
  border: 1px solid #03346B;
  background: #f4f6f8;
  padding: 10px;
}
.stock_list .inr .stock_holder table tbody tr td {
  border: 1px solid #03346B;
  padding: 10px;
  text-align: right;
}
.stock_list .inr .stock_holder table tbody tr td:first-child {
  text-align: left;
}
.stock_list .inr .stock_holder p {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 35px;
}
@media only screen and (max-width:767px) {
  .stock_list .inr .stock_holder p {
    padding-left: 20px;
  }
}
.stock_list .inr .stock_holder p:before {
  content: "（注）";
}
@media only screen and (max-width:767px) {
  .stock_list .inr .stock_holder p:before {
    position: absolute;
    left: 5px;
  }
}
@media only screen and (max-width:767px) {
  .stock_list .inr .stock_holder p {
    width: 90%;
    text-align: left;
  }
}
.stock_list .inr .stock_distribution #graph {
  width: 100%;
  height: 400px;
  margin: 50px auto 0;
  background: #fff;
}
@media only screen and (max-width:767px) {
  .stock_list .inr .stock_distribution #graph {
    min-height: 430px;
    margin: 0 auto;
  }
}

.office {
  padding-top: 60px;
}
@media only screen and (max-width:767px) {
  .office {
    padding-top: 30px;
  }
}
.office .inr h3 {
  font-size: 1.2em;
}
.office .inr ul {
  margin-top: 35px;
  border-top: 2px solid #03346B;
}
@media only screen and (max-width:767px) {
  .office .inr ul {
    margin-top: 15px;
  }
}
.office .inr ul li {
  padding: 35px 0;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width:767px) {
  .office .inr ul li {
    padding: 15px 0;
  }
}
.office .inr ul li dl {
  margin: 0 auto;
  width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.office .inr ul li dl > dt {
  width: 250px;
}
@media only screen and (max-width:767px) {
  .office .inr ul li dl > dt {
    font-size: 1em;
    width: 100%;
  }
}
.office .inr ul li dl > dd {
  width: calc(100% - 250px);
}
@media only screen and (max-width:767px) {
  .office .inr ul li dl > dd {
    margin-top: 10px;
    width: 100%;
    font-size: 0.9em;
  }
}
.office .inr ul li dl > dd a {
  text-decoration: underline;
}
.office .inr ul li dl > dd a:hover {
  opacity: 0.7;
}

.inquiry {
  padding-top: 60px;
}
@media only screen and (max-width:767px) {
  .inquiry {
    padding-top: 30px;
  }
}
.inquiry .inr .section_title {
  font-size: 1.6em;
}
@media only screen and (max-width:767px) {
  .inquiry .inr .section_title {
    font-size: 1.2em;
  }
}
.inquiry .inr .section_title::before {
  top: 80px;
}
.inquiry .inr .txt {
  max-width: 450px;
  margin: 0 auto;
}
.inquiry .inr .txt ul {
  margin-top: 60px;
  padding-left: 1.5em;
}
@media only screen and (max-width:767px) {
  .inquiry .inr .txt ul {
    margin-top: 50px;
  }
}
.inquiry .inr .txt ul li {
  list-style: disc;
}
@media only screen and (max-width:767px) {
  .inquiry .inr .txt ul li {
    font-size: 0.9em;
  }
}
.inquiry .inr .txt p {
  padding-bottom: 0 !important;
  margin: 30px 0 0 !important;
  width: 100% !important;
}
@media only screen and (max-width:767px) {
  .inquiry .inr .txt p {
    margin-top: 15px !important;
    font-size: 0.9em;
  }
}/*# sourceMappingURL=uniq.css.map */