@charset "UTF-8";
/*
   ABOUT
*/
#aboutContents {
  background-color: #efbf31;
}
.aboutList {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 140px 0 0;
}
.aboutList dt {
  border-top: 1px solid #dcdcdc;
  font-weight: bold;
  padding: 15px 0;
  width: 20%;
}
.aboutList dd {
  border-top: 1px solid #dcdcdc;
  padding: 15px 0;
  width: 80%;
}
.aboutList dt:first-child {
  border-top: none;
}
.aboutList dt:first-child + dd {
  border-top: none;
}
.aboutList a {
  text-decoration: underline;
}
.aboutList a:hover {
  text-decoration: none;
}
.triangleBtnWrap {
  margin: 50px 0;
  position: relative;
}
.btn-margin {
  background-color: #efbf31;
  color: #222;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
  width: 100%;
}
.btn-triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #f4f4f2 transparent transparent;
  z-index: 1;
}
.btnTxt {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #222;
  padding: 32px 16px;
}
.btnTxt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background: #000;
  z-index: -1;
  transition: 0.2s;
  opacity: 1;
}
.btnTxt:hover {
  color: #fff;
  opacity: 1;
}
.btnTxt:hover:before {
  width: 100%;
}

.financialBtn {
  letter-spacing: 10px;
}

#business .transmission p.subNotes {
  margin: 0 0 30px;
}

@media screen and (max-width: 1024px) {
  .aboutList {
    margin: 110px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .aboutList {
    font-size: 1.4rem;
    margin: 80px 0 0;
  }
  .aboutList dt {
    padding: 16px 0 8px;
    width: 100%;
  }
  .aboutList dd {
    border-top: none;
    padding: 0 0 16px;
    width: 100%;
  }
  .triangleBtnWrap {
    margin: 30px 0;
  }
  .btn-margin {
    font-size: 1.4rem;
  }
  .btnTxt {
    padding: 24px 16px;
  }
}

/* ==========================================================================
   Financial Statement
   ========================================================================== */
.financialWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 240px;
}
.financialWrap li {
  border-bottom: 1px solid #b4b4b4;
  font-size: 1.6rem;
  padding: 32px 16px;
  width: 47%;
  display: flex;
}
.financialWrap li.noLink {
  border-bottom: none;
}
.financialWrap li span {
  padding: 0 20px 0 0;
}
.financialWrap li a {
  padding: 0 16px 0 0;
}
.noticeSpace {
  height: 2px;
}
@media screen and (max-width: 1024px) {
  .financialWrap {
    margin: 0 0 120px;
  }
  .financialWrap li {
    font-size: 1.4rem;
    padding: 32px 8px;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .financialWrap {
    margin: 0 0 80px;
  }
  .financialWrap li {
    padding: 32px 8px;
    width: 100%;
  }
}

/* 追加 */
.jyusyouReki {
  list-style: disc;
  padding: 0 20px;
}
.jyusyouReki li {
  list-style: disc;
  padding: 6px 0;
}
@media screen and (max-width: 768px) {
  .jyusyouReki li {
    list-style: disc;
    padding: 4px 0;
  }
}
