@charset "UTF-8";


/*02--------------------------------*/
.c-btn-link.-pdf02::after{
  content: "PDF";
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 4px;
  width: 40px;
  height: 20px;
  padding-bottom: 1px;
  border-radius: 16px;
  background-color: #f34a44;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.c-btn-link.-xls02::after {
  content: "XLS";
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 4px;
  width: 40px;
  height: 20px;
  padding-bottom: 1px;
  border-radius: 16px;
  background-color: #126836;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}


/* LINK
------------------------------ */

/*02--------------------------------*/
.c-link.-pdf02 {
  position: relative;
}

.c-link.-pdf02::after {
  content: "PDF";
  display: -webkit-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: calc(50% + 1px);
  margin-left: 4px;
  width: 40px;
  height: 20px;
  border-radius: 16px;
  background-color: #f34a44;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

#investor .c-link.-pdf02 {
  padding-right: 0;
}
#investor .c-link.-pdf02::after {
  display: inline-block;
  position: static;
  -webkit-transform: none;
  transform: none;
  vertical-align: 2px;
}

.c-link.-xls02 {
  position: relative;
}
#investor .c-link.-xls02 {
  padding-right: 0;
}
.c-link.-xls02::after {
  content: "XLS";
  display: -webkit-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: calc(50% + 1px);
  right: 0;
  width: 40px;
  height: 20px;
  margin-left: 4px;
  border-radius: 16px;
  background-color: #126836;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
#investor .c-link.-xls02::after {
  display: inline-block;
  position: static;
  -webkit-transform: none;
  transform: none;
  vertical-align: 2px;
}




/* アイコン位置調整 202501*/
.c-sideinfo_ir_link.-pdf02 > span::after {
  content: "PDF";
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  width: 40px;
  height: 20px;
  border-radius: 16px;
  background-color: #f34a44;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-sideinfo_ir_link.-pdf02 > span {
  padding-right: 0;
}
.c-sideinfo_ir_link.-pdf02 > span::after {
  display: inline-block;
  position: static;
  -webkit-transform: none;
  transform: none;
  vertical-align: 2px;
}
.c-sideinfo_ir_link.-xls02 > span::after {
  content: "XLS";
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  width: 40px;
  height: 20px;
  border-radius: 16px;
  background-color: #126836;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-sideinfo_ir_link.-xls02 > span {
  padding-right: 0;
}
.c-sideinfo_ir_link.-xls02 > span::after {
  display: inline-block;
  position: static;
  -webkit-transform: none;
  transform: none;
  vertical-align: 2px;
}


