.m-txt-ttl {
  background-color: #c7ecf2;
}

#u-ir-nav {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #u-ir-nav {
    border-top: solid 4px #e65550;
    padding-top: 20px;
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  #u-ir-nav .nav-inner {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
  }
}

#u-ir-nav .nav-inner .nav-top {
  position: relative;
}

@media screen and (min-width: 768px) {
  #u-ir-nav .nav-inner .nav-top {
    display: none;
  }
}

#u-ir-nav .nav-inner .nav-top:before, #u-ir-nav .nav-inner .nav-top:after {
  position: absolute;
  content: '';
  height: 2px;
  right: 0;
  left: 0;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  #u-ir-nav .nav-inner .nav-top:before, #u-ir-nav .nav-inner .nav-top:after {
    content: none;
  }
}

#u-ir-nav .nav-inner .nav-top:before {
  top: 0;
  background-color: #e65550;
}

#u-ir-nav .nav-inner .nav-top:after {
  bottom: 0;
  background-color: transparent;
}

#u-ir-nav .nav-inner .nav-top .top-btn {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 22px;
  width: 100%;
  text-align: left;
}

#u-ir-nav .nav-inner .nav-top .top-btn .btn-toggle {
  width: 21px;
  height: 21px;
  position: relative;
  margin-right: 10px;
}

#u-ir-nav .nav-inner .nav-top .top-btn .btn-toggle .toggle-wrap, #u-ir-nav .nav-inner .nav-top .top-btn .btn-toggle:before, #u-ir-nav .nav-inner .nav-top .top-btn .btn-toggle:after {
  position: absolute;
  left: 50%;
  width: 21px;
  height: 2px;
  margin-left: -10.5px;
  background-color: #e65550;
  border-radius: 1px;
  display: inline-block;
  transition: all .3s ease-in-out;
}

#u-ir-nav .nav-inner .nav-top .top-btn .btn-toggle .toggle-wrap {
  top: 2.5px;
  font-size: 0;
  color: transparent;
}

#u-ir-nav .nav-inner .nav-top .top-btn .btn-toggle:before {
  top: 9.5px;
  content: '';
}

#u-ir-nav .nav-inner .nav-top .top-btn .btn-toggle:after {
  top: 16.5px;
  content: '';
}

#u-ir-nav .nav-inner .nav-top .top-btn .btn-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

#u-ir-nav .nav-inner .nav-top.is-open:before {
  background-color: transparent;
}

#u-ir-nav .nav-inner .nav-top.is-open:after {
  background-color: #e65550;
}

#u-ir-nav .nav-inner .nav-top.is-open .top-btn .btn-toggle .toggle-wrap {
  top: 10px;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}

#u-ir-nav .nav-inner .nav-top.is-open .top-btn .btn-toggle:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#u-ir-nav .nav-inner .nav-top.is-open .top-btn .btn-toggle:after {
  top: 10px;
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
}

#u-ir-nav .nav-inner .nav-list {
  display: none;
}

@media screen and (min-width: 768px) {
  #u-ir-nav .nav-inner .nav-list {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #u-ir-nav .nav-inner .nav-list .list-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#u-ir-nav .nav-inner .nav-list .list-inner .list-item {
  position: relative;
}

@media screen and (min-width: 768px) {
  #u-ir-nav .nav-inner .nav-list .list-inner .list-item {
    padding-right: 26px;
    margin-right: 52px;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #u-ir-nav .nav-inner .nav-list .list-inner .list-item {
    margin-right: 35px;
    padding-right: 10px;
  }
}

#u-ir-nav .nav-inner .nav-list .list-inner .list-item:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e2d8d3;
  top: 0;
}

@media screen and (min-width: 768px) {
  #u-ir-nav .nav-inner .nav-list .list-inner .list-item:before {
    right: 0;
    left: auto;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 15px;
    background-color: #e0e0e0;
  }
}

#u-ir-nav .nav-inner .nav-list .list-inner .list-item > a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 47px 10px 22px;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #u-ir-nav .nav-inner .nav-list .list-inner .list-item > a {
    padding: 5px 25px;
    font-size: 1.6rem;
  }
}

#u-ir-nav .nav-inner .nav-list .list-inner .list-item > a:link, #u-ir-nav .nav-inner .nav-list .list-inner .list-item > a:visited {
  color: #4d4d4d;
}

#u-ir-nav .nav-inner .nav-list .list-inner .list-item > a:after {
  position: absolute;
  content: '';
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../svg/i_arrow2.svg) center no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  #u-ir-nav .nav-inner .nav-list .list-inner .list-item > a:after {
    left: 0;
    right: auto;
  }
}

[data-whatinput="keyboard"] #u-ir-nav .nav-inner .nav-list .list-inner .list-item > a:focus {
  color: #e65550;
}

@media screen and (min-width: 961px) {
  #u-ir-nav .nav-inner .nav-list .list-inner .list-item > a:hover {
    color: #e65550;
  }
}

@media screen and (min-width: 768px) {
  #u-ir-nav .nav-inner .nav-list .list-inner .list-item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  #u-ir-nav .nav-inner .nav-list .list-inner .list-item:last-child:before {
    content: none;
  }
}

#u-ir-nav .nav-inner .nav-list .list-inner .list-item:last-child:after {
  position: absolute;
  content: '';
  left: -22px;
  right: -22px;
  height: 1px;
  background-color: #e2d8d3;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  #u-ir-nav .nav-inner .nav-list .list-inner .list-item:last-child:after {
    content: none;
  }
}

.u-list-card {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .u-list-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .u-list-card .card-item {
    width: 50%;
  }
}

@media screen and (min-width: 961px) {
  .u-list-card .card-item {
    width: 33.3%;
  }
}

@media screen and (max-width: 767px) {
  .u-list-card .card-item + .card-item {
    margin-top: 20px;
  }
}

@media screen and (min-width: 961px) {
  .u-list-card .card-item:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .u-list-card .card-item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.u-box-card {
  background-color: #fff;
}

.u-box-card .card-top {
  z-index: 1;
  position: relative;
}

.u-box-card .card-top > a {
  position: relative;
  padding-top: 44.12%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u-box-card .card-top > a {
    padding-top: 68.08%;
  }
}

.u-box-card .card-top > a:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-out;
}

.u-box-card .card-top > a .top-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .u-box-card .card-top > a .top-wrap {
    padding: 40px;
  }
}

.u-box-card .card-top > a .top-wrap .top-txt {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  padding-bottom: 22px;
  position: relative;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .u-box-card .card-top > a .top-wrap .top-txt {
    font-size: 2.4rem;
    padding-bottom: 35px;
  }
}

.u-box-card .card-top > a .top-wrap .top-txt:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../../svg/i_arrow2.svg) center no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] .u-box-card .card-top > a:focus:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (min-width: 961px) {
  .u-box-card .card-top > a:hover:before {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.u-box-card .card-body {
  padding: 0 25px 25px;
}

@media screen and (min-width: 768px) {
  .u-box-card .card-body {
    padding: 18px 40px 40px;
  }
}

.u-box-card .card-body > *:first-child {
  margin-top: 0 !important;
}

[data-whatinput="keyboard"] .u-box-card .card-body .u-list-link .link-item a:focus {
  background-color: #eeefef;
}

@media screen and (min-width: 961px) {
  .u-box-card .card-body .u-list-link .link-item a:hover {
    background-color: #eeefef;
  }
}

.u-box-card.management, .u-box-card.financial, .u-box-card.stockinfo {
  position: relative;
}

@media screen and (min-width: 961px) {
  .u-box-card.management:after, .u-box-card.financial:after, .u-box-card.stockinfo:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #eeefef;
  }
}

.u-box-card.management, .u-box-card.library {
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .u-box-card.management:after, .u-box-card.library:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #eeefef;
  }
}

.u-box-card.management .card-top > a:before {
  background-image: url(/ir/files/images/bg_management.jpg);
}

@media screen and (min-width: 768px) {
  .u-box-card.management .card-top > a:before {
    background-image: url(/ir/files/images/bg_management_pc.jpg);
  }
}

.u-box-card.financial .card-top > a:before {
  background-image: url(/ir/files/images/bg_financial.jpg);
}

@media screen and (min-width: 768px) {
  .u-box-card.financial .card-top > a:before {
    background-image: url(/ir/files/images/bg_financial_pc.jpg);
  }
}

.u-box-card.library .card-top > a:before {
  background-image: url(/ir/files/images/bg_library.jpg);
}

@media screen and (min-width: 768px) {
  .u-box-card.library .card-top > a:before {
    background-image: url(/ir/files/images/bg_library_pc.jpg);
  }
}

.u-box-card.stockinfo .card-top > a:before {
  background-image: url(/ir/files/images/bg_stockinfo.jpg);
}

@media screen and (min-width: 768px) {
  .u-box-card.stockinfo .card-top > a:before {
    background-image: url(/ir/files/images/bg_stockinfo_pc.jpg);
  }
}

.u-box-card.kojin .card-top > a:before {
  background-image: url(/ir/files/images/bg_kojin.jpg);
}

@media screen and (min-width: 768px) {
  .u-box-card.kojin .card-top > a:before {
    background-image: url(/ir/files/images/bg_kojin_pc.jpg);
  }
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai {
    margin-left: 20px;
  }
}

.u-box-card.kabunushi_sokai .card-top > a {
  padding-top: 29.41%;
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai .card-top > a {
    padding-top: 39.43%;
  }
}

.u-box-card.kabunushi_sokai .card-top > a:before {
  background-image: url(/ir/files/images/bg_kabunushi.jpg);
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai .card-top > a:before {
    background-image: url(/ir/files/images/bg_kabunushi_pc.jpg);
  }
}

.u-box-card.kabunushi_sokai .card-top > a .top-wrap {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-box-card.kabunushi_sokai .card-top > a .top-wrap .top-txt {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  padding: 0 25px 0 0;
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai .card-top > a .top-wrap .top-txt {
    font-size: 1.8rem;
  }
}

.u-box-card.kabunushi_sokai .card-top > a .top-wrap .top-txt:after {
  left: auto;
  top: 0;
}

.u-box-card.kabunushi_sokai .card-body {
  padding: 0;
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item {
  border-bottom: none;
  margin-top: 0;
  position: relative;
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #eeefef;
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a {
  padding: 38px 50px 38px 25px;
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a {
    padding: 40px 65px 40px 40px;
  }
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a:after {
  right: 25px;
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a:after {
    right: 40px;
  }
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a:before {
  position: absolute;
  content: '';
  background-color: transparent;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  transition: all 0.3s ease-out;
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a > span {
  padding-left: 70px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a > span {
    padding-left: 85px;
  }
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a > span:before {
  position: absolute;
  content: '';
  width: 55px;
  height: 55px;
  background-color: #eeefef;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a > span:before {
    width: 70px;
    height: 70px;
  }
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a > span:after {
  position: absolute;
  content: '';
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

[data-whatinput="keyboard"] .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a:focus {
  background-color: transparent;
}

[data-whatinput="keyboard"] .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a:focus:before {
  background-color: #eeefef;
}

@media screen and (min-width: 961px) {
  .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a:hover {
    background-color: transparent;
  }
  .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item > a:hover:before {
    background-color: #eeefef;
  }
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.teikan > a > span:after {
  width: 23px;
  height: 28.5px;
  background-image: url(../../svg/i_ir_teikan.svg);
  left: 16px;
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.teikan > a > span:after {
    width: 31px;
    height: 38px;
    left: 19px;
  }
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.koukoku > a > span:after {
  width: 27.5px;
  height: 23px;
  background-image: url(../../svg/i_ir_koukoku.svg);
  left: 14px;
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.koukoku > a > span:after {
    width: 37px;
    height: 31px;
    left: 17px;
  }
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.contact > a > span:after {
  width: 23px;
  height: 17px;
  background-image: url(../../svg/i_ir_contact.svg);
  left: 16px;
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.contact > a > span:after {
    width: 30px;
    height: 22px;
    left: 20px;
  }
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.sharedresearch > a {
  padding: 20px 15px 20px 15px;
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.sharedresearch > a {
    padding: 20px 15px 20px 15px;
  }
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.sharedresearch > a:after {
  display: none;
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.sharedresearch > a > span {
  padding-left: 165px;
  display: block;
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.sharedresearch > a > span {
    padding-left: 165px;
  }
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.sharedresearch > a > span:before {
  width: 155px;
  height: 70px;
  background-image: url(../../svg/i_ir_sharedresearch.svg);
  background-size: 95% auto;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  border: solid 1px #eeefef;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.sharedresearch > a > span:before {
    width: 155px;
    height: 70px;
    left: 0px;
  }
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item.sharedresearch > a > span:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  position: relative;
  margin-left: 3px;
  background: url(../../svg/i_blank_gr.svg) center no-repeat;
  background-size: 11px 11px;
}

.u-box-card.kabunushi_sokai .card-body .u-list-link .link-item:last-child:after {
  content: none;
}

.u-btn-download > a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 22px 14px;
  border: solid 3px #dedede;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .u-btn-download > a {
    padding-right: 17px;
    padding-left: 17px;
  }
}

.u-btn-download > a:link, .u-btn-download > a:visited {
  color: #4d4d4d;
}

.u-btn-download > a > span {
  padding-right: 30px;
  display: block;
  position: relative;
}

.u-btn-download > a > span:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../svg/i_zip_red.svg) center no-repeat;
  width: 22.5px;
  height: 20px;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] .u-btn-download > a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  color: #e65550;
}

@media screen and (min-width: 961px) {
  .u-btn-download > a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
    color: #e65550;
  }
}

.u-list-link {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .u-list-link {
    margin-top: 20px;
  }
}

.u-list-link .link-item {
  border-bottom: solid 1px #dedede;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .u-list-link .link-item {
    margin-top: 0;
  }
}

.u-list-link .link-item > a {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 13px 43px 13px 10px;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .u-list-link .link-item > a {
    padding: 18px 10px;
  }
}

.u-list-link .link-item > a:link, .u-list-link .link-item > a:visited {
  color: #4d4d4d;
}

.u-list-link .link-item > a:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  background: url(../../svg/i_arrow2.svg) center no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .u-list-link .link-item > a:after {
    right: 10px;
  }
}

[data-whatinput="keyboard"] .u-list-link .link-item > a:focus {
  background: rgba(255, 255, 255, 0.5);
  color: #e65550;
}

@media screen and (min-width: 961px) {
  .u-list-link .link-item > a:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #e65550;
  }
}

.u-box-award {
  background-color: #fff;
  margin: 60px -22px 0;
  padding: 25px 22px 36px;
}

@media screen and (min-width: 768px) {
  .u-box-award {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 60px 35px;
  }
}

.u-box-award .u-txt-ttl2 {
  margin-top: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .u-box-award .u-txt-ttl2 {
    margin-bottom: 0;
  }
}

.u-txt-ttl2 {
  color: #e65550;
  line-height: 1.5;
  margin-top: 50px;
  margin-bottom: 22px;
  text-align: center;
}

.u-txt-ttl2 + * {
  margin-top: 0 !important;
}

.u-txt-ttl2 + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .u-txt-ttl2 + .image-position-left + *,
  .u-txt-ttl2 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-txt-ttl2 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .u-txt-ttl2 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .u-txt-ttl2 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .u-txt-ttl2 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .u-txt-ttl2 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .u-txt-ttl2 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .u-txt-ttl2 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .u-txt-ttl2 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-txt-ttl2 {
    text-align: left;
    margin-top: 75px;
    margin-bottom: 35px;
  }
}

.u-txt-ttl2 .ttl2-sub {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .u-txt-ttl2 .ttl2-sub {
    font-size: 3.6rem;
  }
}

.u-txt-ttl2 .ttl2-txt {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .u-list-award {
    margin: 0 -25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(73.07% + 50px);
  }
}

@media screen and (min-width: 961px) {
  .u-list-award {
    margin: 0 -39px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(73.07% + 78px);
  }
}

.u-list-award .award-item {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .u-list-award .award-item {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 39px;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .u-list-award .award-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .u-list-award .award-item .item-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .u-list-award .award-item .item-inner .item-img {
    width: 50%;
    padding: 0 8px;
  }
}

.u-list-award .award-item .item-inner .item-ttl {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .u-list-award .award-item .item-inner .item-ttl {
    width: 50%;
    padding-left: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-list-award .award-item .item-inner .item-ttl {
    margin-top: 15px;
    text-align: center;
  }
}

.u-list-award .award-item .item-inner .item-ttl a {
  display: block;
  position: relative;
  padding-right: 20px;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .u-list-award .award-item .item-inner .item-ttl a {
    padding-right: 0;
  }
}

.u-list-award .award-item .item-inner .item-ttl a:link, .u-list-award .award-item .item-inner .item-ttl a:visited {
  color: #4d4d4d;
}

.u-list-award .award-item .item-inner .item-ttl a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../svg/i_arrow2.svg) center no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .u-list-award .award-item .item-inner .item-ttl a:after {
    position: relative;
    display: inline-block;
    right: auto;
    bottom: auto;
    top: 0.2em;
    margin-left: 10px;
  }
}

[data-whatinput="keyboard"] .u-list-award .award-item .item-inner .item-ttl a:focus {
  text-decoration: none;
  color: #e65550;
}

@media screen and (min-width: 961px) {
  .u-list-award .award-item .item-inner .item-ttl a:hover {
    text-decoration: none;
    color: #e65550;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .u-list-award .award-item:nth-child(n+3) {
    margin-top: 25px;
  }
}

@media screen and (min-width: 961px) {
  .u-list-award .award-item:nth-child(n+4) {
    margin-top: 25px;
  }
}

.u-list-news > li {
  border-top: solid 1px #dedede;
}

.u-list-news > li:last-child {
  border-bottom: solid 1px #dedede;
}

.u-list-news > li > a, .u-list-news > li > span {
  display: block;
  padding: 20px 35px 20px 0;
  transition: all 0.3s ease-out;
  position: relative;
}

.u-list-news > li > a[target='_blank']:not(.noticon) > .news-ttl:after, .u-list-news > li > span[target='_blank']:not(.noticon) > .news-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.3em;
  margin-left: 5px;
  background: url("../../svg/i_blank_red.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  height: 16px;
  width: 16px;
  top: -0.2em;
}

.u-list-news > li > a[href$=".pdf"] > .news-ttl:not(.noticon):after, .u-list-news > li > span[href$=".pdf"] > .news-ttl:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.3em;
  margin-left: 5px;
  background: url("../../svg/i_pdf_red.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
}

.u-list-news > li > a[href$=".doc"] > .news-ttl:not(.noticon):after, .u-list-news > li > a[href$=".docx"] > .news-ttl:not(.noticon):after, .u-list-news > li > span[href$=".doc"] > .news-ttl:not(.noticon):after, .u-list-news > li > span[href$=".docx"] > .news-ttl:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.3em;
  margin-left: 5px;
  background: url("../../svg/i_word_red.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
}

.u-list-news > li > a[href$=".xls"] > .news-ttl:not(.noticon):after, .u-list-news > li > a[href$=".xlsx"] > .news-ttl:not(.noticon):after, .u-list-news > li > span[href$=".xls"] > .news-ttl:not(.noticon):after, .u-list-news > li > span[href$=".xlsx"] > .news-ttl:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.3em;
  margin-left: 5px;
  background: url("../../svg/i_excel_red.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
}

.u-list-news > li > a[href$=".zip"] > .news-ttl:not(.noticon):after, .u-list-news > li > span[href$=".zip"] > .news-ttl:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.3em;
  margin-left: 5px;
  background: url("../../svg/i_zip_red.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.375em;
  height: 1.25em;
}

@media screen and (min-width: 768px) {
  .u-list-news > li > a, .u-list-news > li > span {
    padding: 12px 40px 12px 10px;
  }
}

.u-list-news > li > a:link, .u-list-news > li > a:visited, .u-list-news > li > span:link, .u-list-news > li > span:visited {
  color: #4d4d4d;
}

.u-list-news > li > a:after, .u-list-news > li > span:after {
  position: absolute !important;
  content: '';
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .u-list-news > li > a:after, .u-list-news > li > span:after {
    right: 10px;
  }
}

.u-list-news > li > a .news-date, .u-list-news > li > span .news-date {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  padding-right: 16px;
  margin-right: 14px;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .u-list-news > li > a .news-date, .u-list-news > li > span .news-date {
    margin-right: 15px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .u-list-news > li > a .news-date:after, .u-list-news > li > span .news-date:after {
    position: absolute;
    content: '';
    width: 1px;
    background-color: #dedede;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
}

.u-list-news > li > a .news-cat, .u-list-news > li > span .news-cat {
  font-size: 11px;
  font-size: 1.1rem;
  color: #e65550;
  letter-spacing: 0.05em;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .u-list-news > li > a .news-cat, .u-list-news > li > span .news-cat {
    color: #fff;
    background-color: #e65550;
    line-height: 1.0;
    padding: 4px 10px;
    font-size: 1.2rem;
    min-width: 80px;
    text-align: center;
  }
}

.u-list-news > li > a .news-ttl, .u-list-news > li > span .news-ttl {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 8px;
  line-height: 1.5;
}

.u-list-news > li > a {
  text-decoration: none;
}

[data-whatinput="keyboard"] .u-list-news > li > a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 961px) {
  .u-list-news > li > a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
  }
}

.u-link-more {
  margin-top: 25px;
  text-align: right;
}

.u-link-more > a {
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 27px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.u-link-more > a:link, .u-link-more > a:visited {
  color: #4d4d4d;
}

.u-link-more > a:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../svg/i_arrow2.svg) center no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] .u-link-more > a:focus {
  color: #e65550;
}

@media screen and (min-width: 961px) {
  .u-link-more > a:hover {
    color: #e65550;
  }
}

.u-box-stockprice {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice {
    margin-top: 50px;
  }
}

.u-box-stockprice .stockprice-inner {
  text-decoration: none;
  padding: 25px;
  display: block;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 960px) {
  .u-box-stockprice .stockprice-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

[data-whatinput="keyboard"] .u-box-stockprice .stockprice-inner:focus .stockprice-item.item-foot .foot-inner {
  color: #e65550;
}

@media screen and (min-width: 961px) {
  .u-box-stockprice .stockprice-inner:hover .stockprice-item.item-foot .foot-inner {
    color: #e65550;
  }
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-head {
    width: 35%;
    padding-left: 40px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 960px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-head {
    width: 100%;
    padding-right: 40px;
  }
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-head .head-inner {
  color: #4d4d4d;
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-head .head-inner .head-ttl {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.5;
  position: relative;
  padding-left: 38px;
  margin-right: auto;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-head .head-inner .head-ttl {
    font-size: 3.0rem;
    padding-left: 55px;
    margin-right: 5px;
  }
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-head .head-inner .head-ttl:before {
  content: '';
  background: url(../../svg/i_graph.svg) no-repeat;
  background-size: 100% auto;
  width: 28px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-head .head-inner .head-ttl:before {
    width: 38px;
    height: 33px;
  }
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-head .head-inner .head-info {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-head .head-inner .head-info {
    font-size: 1.4rem;
  }
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-head .head-inner .head-date {
  padding-left: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-head .head-inner .head-date {
    text-align: left;
    padding-left: 22px;
    font-size: 1.4rem;
  }
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-head .head-inner .head-date:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../../svg/i_clock.svg) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-body {
  padding-top: 17px;
  padding-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-body {
    width: 43%;
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 960px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-body {
    width: 70%;
    margin: 24px 0;
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-body:before, .u-box-stockprice .stockprice-inner .stockprice-item.item-body:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #dde3e9;
    margin: auto;
  }
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-body:before {
  left: 0;
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-body:after {
  right: 0;
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item + .body-item {
  margin-left: 18px;
  padding-left: 18px;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item + .body-item {
    padding-left: 0;
    margin-left: 35px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 960px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item + .body-item {
    margin-left: 30px;
  }
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item + .body-item:before {
  content: "";
  height: 30px;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dedede;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item + .body-item:before {
    content: none;
  }
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item .item-ttl {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #4d4d4d;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item .item-ttl {
    font-size: 1.6rem;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 960px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item .item-ttl {
    font-size: 1.4rem;
  }
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item .item-data {
  font-size: 28px;
  font-size: 2.8rem;
  color: #e65550;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 3px;
  display: block;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item .item-data {
    font-size: 3.6rem;
    margin-top: 0;
  }
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item .item-data .item-attr {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 5px;
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item .item-data .item-fzs {
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 3px;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-body .body-inner .body-item .item-data .item-fzs {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-foot {
    width: 22%;
    padding-left: 10px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 960px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-foot {
    width: 30%;
    margin: 24px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-foot .foot-inner {
  color: #4d4d4d;
  position: relative;
  padding-right: 27px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .u-box-stockprice .stockprice-inner .stockprice-item.item-foot .foot-inner {
    font-size: 1.4rem;
  }
}

.u-box-stockprice .stockprice-inner .stockprice-item.item-foot .foot-inner:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../svg/i_arrow2.svg) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
