@charset "UTF-8";


/* anchorMenu
-----------------------------------------------*/
.anchorMenu ul {
    margin-left: -34px;
}

.anchorMenu ul li {
    margin: 15px 0 0 34px;
}

.anchorMenu ul li a {
    font-size: 14px;
}

@media screen and (max-width: 750px) {
  .anchorMenu ul {
    margin-left: 0;
  }
  .anchorMenu ul li {
    width: 50%;
    margin: 14px 0 0 0;
  }
	
  .anchorMenu ul li:last-child{
    width: 100%;
  }
}


/* section
-----------------------------------------------*/
section {
  margin: 54px 0 0;
  padding-bottom: 54px;
  border-bottom: 1px solid #E5E5E5;
}
section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
section .ttlArea {
  margin-bottom: 12px;
}
section h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
section h4 {
  font-size: 16px;
  font-weight: 700;
}
section .box {
  margin-top: 30px;
  display: flex;
  width: 100%;
}
section .box:nth-of-type(n+3) {
  margin-top: 54px;
}
section .box .img {
  width: 260px;
}
section .box .txt {
  width: calc(100% - 260px);
  padding-left: 40px;
}
section p {
  font-size: 14px;
  line-height: 1.8em;
}
section ul {
  margin: 36px 0;
}
section ul li {
  padding: 16px 0;
  border-top: 1px solid #E5E5E5;
  font-size: 14px;
  line-height: 1.8em;
}
section ul li:last-child {
  border-bottom: 1px solid #E5E5E5;
}
section ul li p span {
  font-weight: 700;
}
section table tr {
  font-size: 14px;
  vertical-align: top;
  line-height: 1.85em;
}
section table tr th {
  width: 9.9%;
  padding: 8px 0;
  font-weight: 700;
  white-space: nowrap;
}
section table tr td {
  padding: 8px 0 8px 30px;
}
section .txt .btn {
  max-width: 343px;
  width: 100%;
  margin-top: 36px;
}
@media screen and (max-width: 750px) {
  section {
    margin: 40px 0 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  section::after {
    content: "";
    width: 760px;
    margin: 60px 0 0 -15px;
    height: 1px;
    background-color: #E5E5E5;
    display: block;
  }
  section:last-child::after {
    display: none;
  }
  section .ttlArea {
    margin-bottom: 20px;
  }
  section h3 {
    font-size: 16px;
  }
  section h4 {
    font-size: 14px;
  }
  section p {
    font-size: 13px;
    line-height: 2em;
  }
  section .box {
    margin-top: 20px;
    display: block;
  }
  section .box:nth-of-type(n+3) {
    margin-top: 60px;
  }
  section .box .img {
    width: 100%;
  }
  section .box .img img {
    width: 100%;
    margin-bottom: 0;
  }
  section .box .txt {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  section .box .txt > p {
    margin-bottom: 0;
  }
  section ul {
    margin: 20px 0;
  }
  section ul li {
    padding: 20px 0;
    font-size: 13px;
    line-height: 2em;
  }
  section ul li:first-child {
    padding-top: 0;
  }
  section table tr {}
  section table tr th {
    font-size: 13px;
    line-height: 2em;
    padding: 10px 0;
    white-space: nowrap;
  }
  section table tr td {
    font-size: 13px;
    line-height: 2em;
    padding: 10px 0px 10px 30px;
  }
}


/* contents
-----------------------------------------------*/
section a {
  color: #00AFDE !important;
  transition: opacity .2s;
  word-break: break-all;
}
section a:hover {
  opacity: .7;
}
section a::after {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  vertical-align: middle;
  background: url("/corporate/img/icon-blank.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  margin: 0 5px;
}
section img {
  margin-bottom: 20px;
}
section:last-child img:last-child{
  margin-bottom: 0;
}
section figure img {
  margin-bottom: 10px;
  width: 260px;
}
section figure {
  margin: 32px 20px 0 0;
  float: left;
}
section figure:last-child {
  float: none;
  margin-right: 0;
}
section figure figcaption {
  font-size: 14px;
}
#reconstruction .box .img img {
  margin-bottom: 20px;
}
#reconstruction h4 {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 12px;
  margin-bottom: 8px;
}
#reconstruction table {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
#reconstruction table tr:last-child th,
#reconstruction table tr:last-child td {
  padding-bottom: 14px;
}
#reconstruction h3 {
  margin-top: 28px;
}
#sports .box:nth-child(n+3) {
  margin-top: 30px;
}
#sports .box .txt > p {
  margin-bottom: 0;
}

#multi-stakeholder-policy a {
    position: relative;
    padding-right: 22px;
	line-height: 3.8;
}
#multi-stakeholder-policy a.pdf::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 20px;
  background: url("../csr/img/icon-pdf.svg");
  top: -4px;
  right: 0;
}
@media screen and (max-width: 750px) {
  section figure {
    width: 100%;
    margin-top: 0;
  }
  section figure img {
    width: 100%;
    margin-top: 20px;
  }
  section figure figcaption {
    font-size: 12px;
    text-align: center;
  }
  #sports img {
    margin-bottom: 0;
  }
  #sports .box:nth-child(n+3) {
    margin-top: 50px;
  }
}