@charset "UTF-8";
#ir .sp_only {
  display: none;
}
#ir .contentsbox img {
  max-width: 100%;
  height: auto;
}
#ir .mt20 {
  margin-top: 20px;
}
#ir .mt40 {
  margin-top: 40px;
}
#ir .mt70 {
  margin-top: 70px;
}
#ir .mt100 {
  margin-top: 100px;
}
#ir .mb20 {
  margin-bottom: 20px !important;
}
#ir .mb45 {
  margin-bottom: 45px;
}
#ir .bld {
  font-weight: bold;
}
#ir .right {
  text-align: right;
}
#ir .btn_area {
  padding-top: 20px;
}
#ir .btn.more {
  color: #fff;
  background-color: #004098;
}
#ir .btn.more:before {
  background: url(/img/common/ico_arrow_r_wh.svg) no-repeat center center;
}
#ir .dia {
  margin-bottom: 23px;
}
#ir .dia:before {
  content: "◆";
  padding-right: 5px;
}
#ir .textbox p.date {
  font-weight: bold;
  margin-bottom: 20px;
}
#ir .textbox a {
  text-decoration: underline;
}
#ir .textbox ol.number_list {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}
#ir .textbox ol.number_list li {
  margin-bottom: 5px;
  text-indent: -1.6em;
  padding-left: 1.6em;
}
#ir .textbox ol.number_list li:before {
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 10px;
}
#ir .textbox ol.number_list_brackets {
  counter-reset: number_brackets;
  list-style: none;
  margin: 0;
  padding: 0;
}
#ir .textbox ol.number_list_brackets li {
  margin-bottom: 5px;
  text-indent: -3.5em;
  padding-left: 2.7em;
}
#ir .textbox ol.number_list_brackets li:before {
  counter-increment: number_brackets;
  content: "（" counter(number_brackets) "）";
  margin-right: 10px;
}
#ir table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ir table th {
  width: 200px;
  padding: 20px;
  text-align: left;
}
#ir .flxbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#ir .flxbox .w50 {
  width: 45%;
}
#ir .morearea {
  position: relative;
}
#ir .morearea .h3_title {
  height: 50px;
}
#ir .morearea .morebtn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  display: table;
  background-color: #222;
  color: #fff;
  width: 145px;
  text-align: center;
}
#ir .morearea .morebtn span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
#ir .morearea .morebtn span:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/ir/ico_plus.gif) no-repeat center center;
}
#ir .news_list li .news_category .category_label {
  width: 250px;
}
#ir #acMenu .open {
  display: block;
}
#ir #acMenu dt {
  position: relative;
  display: block;
  width: 100%;
  color: #004098;
  font-size: 22px;
  padding: 10px 35px 10px 25px;
  border: #004098 1px solid;
  cursor: pointer;
  margin-bottom: 20px;
}
#ir #acMenu dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_arrow_plus.svg) no-repeat;
  background-size: contain;
}
#ir #acMenu dt.open_tgl:after {
  background: url(../img/common/ico_arrow_minus.svg) no-repeat;
}
#ir #acMenu dd {
  margin-bottom: 60px;
  display: none;
}
#ir .stockinfo .stockinfo_right {
  width: 20%;
  text-align: right;
}
#ir .colmn2 {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#ir .colmn2 .colmn2_l, #ir .colmn2 .colmn2_r {
  width: 50%;
}
#ir .colmn2 .colmn2_l {
  margin-right: 25px;
}
#ir .form form {
  margin-top: 70px;
  margin-bottom: 65px;
}
#ir .form label {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #cdcdcd;
  background: #fff;
}
#ir .form label:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  margin: -2px 0 0 0;
  background-color: #cdcdcd;
}
#ir .form label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #fff;
}
#ir .form option {
  color: #000;
}
#ir .form option selected {
  color: #cdcdcd;
}
#ir .form select {
  font-size: 14px;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: transparent;
}
#ir .form ::-ms-expand {
  display: none;
}
