@charset "UTF-8";

/* ========================================
	relation
======================================== */

/* ---------- relation_sec ----------*/

.relation_sec .relation_sec_text {
  line-height: 1.625;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 768px), print {
  .relation_sec:not(:last-of-type) {
    margin-bottom: 80px;
  }

  .relation_sec .relation_sec_inner:not(:last-child) {
    margin-bottom: 80px;
  }
  
  .relation_sec .relation_sec_text {
    font-size: 16px;
  }
  
  .relation_sec .relation_sec_text:not(:last-child){
    margin-bottom: 40px;
  }
  
  .relation_sec .link_pdf {
    text-align: right;
  }
  
  .relation_sec .link_pdf a {
    display: inline-block;
    min-width: 630px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .relation_sec:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .relation_sec .relation_sec_inner:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .relation_sec .relation_sec_text {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

/* ---------- link_btn ----------*/

.relation_sec .link_btn a {
  display: inline-block;
  border: 2px solid #93A1AC;
  position: relative;
  font-weight: 700;
  text-align: left !important;
  color: #333;
}

.relation_sec .link_btn a::before {
  content: "";
  display: block;
  background: url("/company/sustainability/common/img/icon_scale_gy.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.relation_sec .link_btn a::after {
  background-image: url("/company/sustainability/common/img/icon_arrow_gy.png");
}

@media screen and (min-width: 768px), print {
  .relation_sec .link_btn {
    text-align: right;
    margin-top: 40px;
  }
  
  .relation_sec .link_btn:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .relation_sec .link_btn a {
    width: 630px;
    padding-left: 74px;
    border-radius: 10px;
    font-size: 19px;
    line-height: 66px;
  }
  
  .relation_sec .link_btn a::before {
    width: 25px;
    height: 25px;
    left: 24px;
  }
  
  .relation_sec .link_btn a::after {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .relation_sec .link_btn {
    text-align: center;
    margin-top: 20px;
  }
  
  .relation_sec .link_btn:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .relation_sec .link_btn a {
    padding: 12px 45px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .relation_sec .link_btn a::before {
    width: 20px;
    height: 20px;
    left: 15px;
  }
  
  .relation_sec .link_btn a::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}