@charset "utf-8";

/***************************************************
  highlights.css
***************************************************/
ul.box-img-half{
  width: 100%;
  margin: 10px 0 0;
}
ul.box-img-half li h3:before{
  background: #e10000;
  width: 25px;
  height: 25px;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}
ul.box-img-half li:nth-child(2) h3:before{
  background: #f99c66;
}
ul.box-img-half li:nth-child(3) h3:before{
  background: #f866f9;
}
ul.box-img-half li:nth-child(4) h3:before{
  background: #bdb7a5;
}
ul.box-img-half li:nth-child(5) h3:before{
  background: #ffe466;
}
ul.box-img-half li:nth-child(6) h3:before{
  background: #f9cccc;
}
ul.box-img-half li:nth-child(7) h3:before{
  background: #a8d881;
}
ul.box-img-half li:nth-child(8) h3:before{
  background: #66b4e1;
}
ul.box-img-half li{
  float: left;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 30px;
}
ul.box-img-half li:nth-child(2n){
  margin-right: 0;
}
ul.box-img-half li h4{
  font-weight: bold;
}
ul.box-img-half img{
  width: 100%;
}
@media only screen and (max-width: 640px){
  ul.box-img-half li{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  ul.box-img-half li h3:before{
    top: -3px;
  }
}
.img-outlook {
  padding: 20px 0 40px 0;
}
.img-outlook .txt-earnings p{
  margin-bottom: 0;
}
.img-graph {
  float: left;
  position: relative;
  width: 50%;
  display: table;
}
.graph-area {
  display: table-cell;
  width: 100%;
  height: 300px;
  vertical-align: middle;
  text-align: center;
}
.txt-earnings {
  float: right;
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
}
.box-other {
  font-size: 20px;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  padding: 10px 20px;
  margin-bottom: 30px;
}
.box-other span {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 3px;
}
p.tit {
  font-weight: bold;
}
p.money, p.diff {
  text-align: right;
}
@media only screen and (max-width: 640px){
  .img-outlook {
    width: 100%;
  }
  .img-graph {
    float: none;
    margin-left: 0;
    position: relative;
    width: 100%;
    display: table;
  }
  .txt-earnings {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-top: 20px;
    padding: 0 0px;
  }
  .box-other {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .box-other span {
    font-size: 36px;
  }
}
.btm-20{
  margin-bottom: 20px;
}
.btm-75{
  margin-bottom: 75px;
}
#qirNote a {
  text-decoration: underline;
}
#qirNote a:hover {
  text-decoration: none;
}
/* リンク アロー */
.btn-arrow-right{
  width: 360px;
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
  margin: 0 auto;
  text-align: center;
  padding: 0 23px;
  background: url("/shared/img/svg/ar03.svg")no-repeat center right 15px;
  margin-bottom: 35px;
  margin-top: 35px;
}
.btn-arrow-right:hover {
  background-color: rgba(0,0,0,0.5);
  background-image: url(/shared/img/svg/ar02.svg);
}
.btn-arrow-right:hover a {
  text-decoration: none;
  color: #FFF;
}
.btn-arrow-right a {
  display: block;
  padding: 12px 0;
}
.btn-arrow-right span:first-child {
  font-size: 13px;
  padding-bottom: 2px;
}
@media only screen and (max-width: 640px){
  .btn-arrow-right{
    width: 100%;
  }
  .box-img-half li:first-child .ttl-weight {
    margin: 30px 0 10px 0;
    font-size: 14px;
  }
}
.box-outlook {
  position: relative;
}
.ttl-weight.box-outlook {
  padding-left: 30px;
}