.item-financial {
  color: #1c3c8e !important;
}

.item-financial:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.item-financial-ft {
  text-decoration: underline;
}

/*====================================
MV mvsub
=====================================*/
.mvsub {
  padding: 95px 0;
  background: url(../../financial/img/bg-mvsub_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}

.mvsub h1 {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.mvsub-txt {
  position: absolute;
  width: 780px;
  max-width: 60%;
  right: 0;
  bottom: 0;
  opacity: 0.15;
}

/*====================================
financial
=====================================*/
.financial .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.financial .tab_item {
  width: 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #eaeeef;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.financial .tab_item p {
  color: #3e3e3e;
  font-size: 1.6rem;
  line-height: calc(20/16);
  font-weight: bold;
}

.financial .tab_item-data {
  display: none;
}

.financial .tab_item-data.current {
  display: block;
}

.financial .tab_item:hover {
  -webkit-transition: background-color 0s;
  -o-transition: background-color 0s;
  transition: background-color 0s;
  background-color: #1c3c8e;
  color: #fff;
}

.financial .tab_item:hover p {
  color: #fff;
}

.financial .tab_item.current {
  -webkit-transition: background-color 0s;
  -o-transition: background-color 0s;
  transition: background-color 0s;
  background-color: #1c3c8e;
  color: #fff;
}

.financial .tab_item.current p {
  color: #fff;
}

.financial .tab_item.current:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #1c3c8e;
  border-width: 10px;
  margin-left: -10px;
}

.financial .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.financial .box.half { /*--1221半期報告のみ適用--*/
  display: block;
}

.financial .box-mb40 {
  margin-bottom: 40px;
}

.financial .box h4 {
  font-size: 2.2rem;
  color: #1c3c8e;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
}

.financial .box .txt {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.4;
  margin-left: calc(50% + 4px);
  margin-top: 10px;
}
.txt-left{
  margin-right: calc(50% + 4px);
  margin-left: 0!important;
}

.financial .box_left {
  border: 2px solid #eeeeee;
  padding: 30px;
  width: calc(49% - 60px);

}

.financial .box_right {
  border: 2px solid #eeeeee;
  padding: 30px;
  width: calc(49% - 60px);
}

.financial .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.financial .box ul li {
  width: 50%;
}

.financial .box ul li a {
  font-size: 1.6rem;
  line-height: calc(36/16);
  color: #333;
  display: inline-block;
}

.financial .box ul li a:after {
  content: '';
  width: 16px;
  height: 20px;
  background: url(../../financial/img/icn-pdf.png);
  background-repeat: no-repeat;
  display: inherit;
  margin-left: 10px;
  margin-bottom: -5px;
}

.financial .box ul li a:hover {
  text-decoration: underline;
}

.financial_box02 ul {
  border-bottom: 1px solid #eaeeef;
}

.financial_box02 ul li {
  border-top: 1px solid #eaeeef;
  padding: 14px 12px;
  position: relative;
}

.financial_box02 ul li:before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0%;
  -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), width 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  -o-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), width 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), width 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  background: #f7f7f6;
}

.financial_box02 ul li a {
  display: block;
}

.financial_box02 ul li a span {
  font-size: 1.6rem;
  line-height: calc(36/16);
  color: #333;
  display: inline-block;
}

.financial_box02 ul li a span:after {
  content: '';
  width: 16px;
  height: 20px;
  background: url(../../financial/img/icn-pdf.png);
  background-repeat: no-repeat;
  display: inherit;
  margin-left: 10px;
  margin-bottom: -5px;
}

.financial_box02 ul li a .txt02-no:after {
  display: none;
}

.financial_box02 ul li:hover:before {
  opacity: 1;
  width: 100%;
}

.financial_box02 ul li:hover a span {
  color: #1c3c8e;
}

.financial_box03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.financial_box03 ul li {
  width: 32%;
  margin-bottom: 30px;
  margin-right: 1.5%;
}

.financial_box03 ul li:nth-child(3n) {
  margin-right: 0;
}

.financial_box03 ul li p {
  color: #333333;
  font-size: 1.8rem;
  line-height: calc(24/18);
  text-decoration: underline;
  margin-top: 15px;
  display: inline-block;
}

.financial_box03 ul li p:after {
  content: '';
  width: 17px;
  height: 17px;
  background: url(../../financial/img/icn_arrow.png);
  background-repeat: no-repeat;
  display: inherit;
  margin-left: 10px;
  margin-bottom: 0px;
}

.financial_box03 ul li a:hover img {
  opacity: 0.7;
}

.financial_box03 ul li a:hover p {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  /*====================================
	MV Sub
	=====================================*/
  .mvsub {
    padding: 50px 0;
    background: url(../../financial/img/bg-mvsub_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
  }
  .mvsub h1 {
    font-size: 1.8rem;
  }
  .mvsub-txt {
    position: absolute;
    width: 156px;
    max-width: 24%;
    right: 0;
    bottom: 0;
    opacity: 0.3;
  }
  /*====================================
	financial
	=====================================*/
  .financial .tab {
    margin-bottom: 20px;
  }
  .financial .tab_item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .financial .tab_item p {
    font-size: 1rem;
    line-height: calc(30/20);
  }
  .financial .tab_item.current:after {
    display: none;
  }
  .financial .box h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .financial .box .txt {
    font-size: 1rem;
    line-height: calc(30/20);
    margin-left: 0;
    margin-top: 10px;
    padding-left: 15px;
    text-indent: -15px;
  }
  .financial .box_left {
    border: 2px solid #eeeeee;
    padding: 15px;
    width: calc(100% - 34px);
    margin-bottom: 10px;
  }
  .financial .box_right {
    border: 2px solid #eeeeee;
    padding: 15px;
    width: calc(100% - 34px);
  }
  .financial .box ul li {
    width: 50%;
  }
  .financial .box ul li a {
    font-size: 1.3rem;
    line-height: calc(42/26);
  }
  .financial .box ul li a:after {
    content: '';
    width: 11px;
    height: 12px;
    background: url(../../financial/img/icn-pdf.png);
    background-repeat: no-repeat;
    display: inherit;
    margin-left: 6px;
    margin-bottom: -1px;
    background-size: 100% 100%;
  }
  .financial_box02 ul li {
    padding: 10px;
  }
  .financial_box02 ul li a {
    display: block;
  }
  .financial_box02 ul li a span {
    font-size: 1.3rem;
    line-height: calc(36/16);
  }
  .financial_box02 ul li a span:after {
    content: '';
    width: 11px;
    height: 12px;
    background: url(../../financial/img/icn-pdf.png);
    background-repeat: no-repeat;
    display: inherit;
    margin-left: 6px;
    margin-bottom: -1px;
    background-size: 100% 100%;
  }

  .financial_box02 ul li a .txt02-no:after {
    display: none;
  }

  .financial_box03 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .financial_box03 ul li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .financial_box03 ul li img {
    width: 100%;
  }
  .financial_box03 ul li p {
    font-size: 1.3rem;
    line-height: calc(24/18);
    margin-top: 10px;
  }
  .financial_box03 ul li p:after {
    content: '';
    width: 11px;
    height: 11px;
    background: url(../../financial/img/icn_arrow.png);
    background-repeat: no-repeat;
    display: inherit;
    margin-left: 6px;
    margin-bottom: 0px;
    background-size: 100% 100%;
  }
}
