@charset "utf-8";

/* === .fBox (flexBox) === */
@media screen and (min-width: 768px){
  .fBox {
    display: -webkit-box;
    display: flex;
  }
}

h1.title {
  color: #2F5597;
  padding: 30px 0;
  margin-bottom: 20px;
}

/* === #integrated-report === */
#integrated-report .title {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 5px;
}
#integrated-report .title .text-blue {
  color: #0070C0;
}
@media (min-width: 768px) {
  #integrated-report .title {
    font-size: calc((30 / 16 * 1rem));
  }
}
@media not all and (min-width: 768px){ 
  #integrated-report .title {
    font-size: calc((18 / 16 * 1rem));
  }
}
#integrated-report .imageBlock {
  flex: 1;
}
#integrated-report .report {
  flex: 4;
}
#integrated-report .imageBlock img {
  border: 1px #ddd solid;
}
#integrated-report ul li a:link,
#integrated-report ul li a:visited {
  color: #000;
  text-decoration: none;
}
#integrated-report ul li i {
  margin-left: 10px;
}
@media (min-width: 768px) {
  #integrated-report .imageBlock img {
    width: 200px;
  }
  #integrated-report .report {
    margin-top: 20px;
    margin-left: 30px;
  }
  #integrated-report h3 {
    line-height: 2;
    font-size: calc((22 / 16 * 1rem));
  }
  #integrated-report ul li {
    line-height: 2;
    font-size: calc((20 / 16 * 1rem));
  }
  #integrated-report .link-report {
    flex: 1;
  }
  #integrated-report .link-split {
    flex: 1;
    align-content: center;
  }
}
@media not all and (min-width: 768px){ 
  #integrated-report .imageBlock {
    text-align: center;
  }
  #integrated-report .imageBlock img {
    height: 200px;
  }
  #integrated-report .link-split {
    float: right;
    transform: translate(0, -100%);
  }
}


/* === .line-dot === */
.line-dot {
  border: none;
  border-bottom: 2px dotted rgb(209, 209, 209);
}

/* === #linkArea === */
.link__containar {
  flex-wrap: wrap;
  column-gap: 25px;
}
#link-area .link-item {
  color: #000;
  text-decoration: none;
}
.link-item img {
  display: block;
}
.link-item1 {
  width: 100%;
}
.link-item1 img {
  width: auto;
  height: 238px;
}
.link-item2 {
  width: calc((100% - 25px)/2);
}
.link-item2 img {
  width: 300px;
}
.link-item3 {
  width: calc((100% - 25px)/2);
}
.link-item3 img {
  width: 364px;
}
#link-area .link-item > div {
  display: flex;
  column-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px #ddd solid;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
#link-area .description_container {
  position: relative;
  flex-grow: 1;
}
#link-area .link-item .title--bg_blue {
  color: #fff;
  width: fit-content;
  background-color: #002060;
  padding: 5px 15px;
}
#link-area .link-item .title {
  color: #002060;
  font-size: 24px;
  margin-top: 40px;
}
#link-area .link-item .description {
  margin-top: 5px;
  font-size: 1.3rem;
}
#link-area .link-item .description--blue {
  color: #0070C0;
  font-size: 1.7rem;
  margin-top: 40px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .link__containar {
    display: flex;
  }
  #link-area .link-item:hover {
    opacity: 0.8;
  }
  #link-area .link-item > div {
    padding: 20px 30px;
    margin-bottom: 25px;
  }
  .br-sp {
    display: none;
  }
  #link-area .link-item .description--bottom_right {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 37px;
  }
  #link-area .link-item .description--bottom {
    position: absolute;
    bottom: 0;
  }
}
@media not all and (min-width: 768px){
  .link-item .image_block {
    align-content: center;
  }
  .link-item1 img,
  .link-item2 img,
  .link-item3 img {
    width: 150px;
    height: auto;
  }
  #link-area .link-item:active {
    opacity: 0.8;
  }
  #link-area .link-item > div {
    padding: 10px 10px;
    margin-bottom: 15px;
  } 
  #link-area .description_container {
    margin-left: 10px;
    align-content: center;
  }
  #link-area .link-item .title {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  #link-area .link-item .description {
    font-size: 0.8rem;
  }
  #link-area .link-item .description--blue {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  #link-area .link-item .description--bottom_right {
    text-align: right;
    padding-right: 10px;
  }
  .br-pc {
    display: none;
  }
}

/* === #split-report === */
#split-report .container-split-report {
  background-color: #f0f0f0;
}
#split-report h3 {
  color: #002060;
  line-height: 1.2;
  margin-bottom: 15px;
}
#split-report ul {
  margin-left: 8px;
}
#split-report ul li {
  line-height: 2;
}
#split-report li::before {
  content: "・";
}
#split-report ul li a:link,
#split-report ul li a:visited {
  color: #000;
  text-decoration: none;
}
#split-report ul li i {
  margin-left: 15px;
}
@media (min-width: 768px) {
  #split-report .container-split-report {
    padding: 20px 30px;
  }
}
@media not all and (min-width: 768px){
  #split-report .container-split-report {
    padding: 15px;
  }
}

/* === #latest === */
#latest h2 {
  color: #fff;
  background-color: #5f5f5f;
  text-align: center;
  line-height: 1.35;
  white-space: nowrap;
}
#latest .fBox .fBox {
  background-color: #efece7;
}
#latest .fBox .fBox .latestList li a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
#latest .fBox .fBox .latestList li a::before {
  content: "";
  background: url("/assets/img/common/arrow03_red.png") no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
}
#latest .fBox .fBox .latestList li a:link,
#latest .fBox .fBox .latestList li a:visited {
  color: #000;
}
#latest .fBox .fBox .btnBox a {
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px){
  #latest .fBox {
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  #latest h2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 36px;
  }
  #latest .fBox .fBox {
    flex: 1;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 24px;
  }
  #latest .fBox .fBox .latestList {
    flex: 1;
  }
  #latest .fBox .fBox .latestList li {
    margin-top: 4px;
  }
  #latest .fBox .fBox .latestList li:first-child {
    margin-top: 0;
  }
  #latest .fBox .fBox .latestList li a {
    padding: 0 0 0 20px;
  }
  #latest .fBox .fBox .latestList li a:hover {
    color: #7e0017;
    opacity: 0.7;
  }
  #latest .fBox .fBox .latestList li a::before {
    width: 12px;
    height: 14px;
    top: 6px;
  }
  #latest .fBox .fBox .btnBox {
    margin-left: 24px;
  }
  #latest .fBox .fBox .btnBox a {
    padding: 24px 50px 24px 40px;
  }
}
@media not all and (min-width: 768px){
  #latest h2 {
    padding: 8px 12px;
  }
  #latest .fBox .fBox {
    padding: 12px;
  }
  #latest .fBox .fBox .latestList li {
    font-size: calc(15 /16 * 1rem);
  }
  #latest .fBox .fBox .latestList li a {
    padding: 0 0 0 10px;
  }
  #latest .fBox .fBox .latestList li a::before {
    width: 6px;
    height: 7px;
    top: 9px;
  }
  #latest .fBox .fBox .latestList li a:active {
    color: #7e0017;
    opacity: 0.7;
  }
  #latest .fBox .fBox .btnBox {
    font-size: calc(16 / 16 * 1rem);
    margin-top: 12px;
  }
}

/* === #relation === */
#relation .head__line__relation {
  font-weight: 700;
  font-size: calc((18 / 16 * 1rem));
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: relative;
  margin-bottom: 15px;
  padding: 5px;
  padding-left: 20px;
}
#relation .head__line__relation::before {
  content: "";
  background-color: #871c25;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  top: 0;
  height: 50%;
  width: 1px;
}
#relation .head__line__relation::after {
  content: "";
  background-color: #a3898f;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  top: 0;
  height: 50%;
  width: 1px;
  top: 50%;
}
@media (min-width: 768px) {
  #relation .head__line__relation {
    font-size: calc((30 / 16 * 1rem));
    padding-bottom: 10px;
    margin-bottom: 38px;
    padding-top: 10px;
  }
  #relation .head__line__relation::before,
  #relation .head__line__relation::after {
    width: 2px;
  }
}
#relation .btnBox a.btnBlank {
  border: 1px solid #d1d1d1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  transition: all 0.3s ease;
}
#relation .btnBox a.btnBlank::after {
  content: "";
  display: block;
  background-image: url(/assets/img/common/icn_blank.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border: none;
  transform: none;
  position: unset;
  margin-left: 8px;
}
#relation .btnBox a.btnBlank:link,
#relation .btnBox a.btnBlank:visited {
  color: #000;
}
@media screen and (min-width: 768px){
  #relation .btnBox {
    width: calc((100% - 24px) / 3);
  }
  #relation .btnBox a.btnBlank {
    height: 60px;
    padding: 0;
  }
  #relation .btnBox a.btnBlank:hover {
    color: #7e0017;
    opacity: 0.7;
  }
}
@media not all and (min-width: 768px){
  #relation .btnBox a.btnBlank {
    padding: 8px;
  }
  #relation .btnBox a.btnBlank:active {
    color: #7e0017;
    opacity: 0.7;
  }
}
