@charset "utf-8";

/* --------------------------------------------
  keyvisual
-------------------------------------------- */

@media screen and (max-width: 767px){
  #rwd-content .rwd-large-keyvisual-caption {
    background: rgba(0,0,0,0.64);
  }
  #rwd-content .rwd-large-keyvisual-caption-title-en {
    text-align: center;
    font-size: 2.7rem;
    color: #fff;
    line-height: 1;
    font-family: Roboto;
  }
  #rwd-content .rwd-large-keyvisual-caption-title-jp {
    margin: 0.6em 0 0;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1;
  }
}

/* --------------------------------------------
  .block1
-------------------------------------------- */

#rwd-content .block1 .text {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(19,130,191,0.92);
}
#rwd-content .block1 .text p {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: calc(24 / 18);
}
#rwd-content .block1 .text p.center {
  text-align: center;
}

@media print, screen and (min-width: 768px){
  #rwd-content .block1 .link-item {
    position: relative;
  }
  #rwd-content .block1 .text {
    width: 100%;
    min-height: 70px;
    padding: 11px 24px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px){
  #rwd-content .block1 .link-item {
    display: flex;
  }
  #rwd-content .block1 .link-item + .link-item {
    margin-top: 10px;
  }
  #rwd-content .block1 img {
    width: 50%;
  }
  #rwd-content .block1 .text {
    width: 50%;
    background: #539ED3;
  }
  #rwd-content .block1 .text p {
    font-size: 1.6rem;
    line-height: calc(25 / 16);
    text-align: center;
  }
}

/* --------------------------------------------
  #action-report
-------------------------------------------- */

#rwd-content #action-report {
  margin-top: 63px;
}
#rwd-content #action-report .reports-box {
  margin-top: 21px;
  padding-bottom: 65px;
  position: relative;
}
#rwd-content #action-report .reports-box::after {
  width: 100%;
  height: 228px;
  content: "";
  display: block;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#rwd-content #action-report .reports {
  position: relative;
  z-index: 4;
}
#rwd-content #action-report .reports .link-item {
  padding: 15px 18px;
  border: solid 1px #707070;
  background: #fff;
}
#rwd-content #action-report .reports .texts {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#rwd-content #action-report .reports .left {
  width: 120px;
}
#rwd-content #action-report .reports .left img {
  width: auto;
  height: 132px;
  display: inline-block;
}
#rwd-content #action-report .reports .left img[alt="E"] {
  margin-left: 10px;
}
#rwd-content #action-report .reports .right {
  width: calc(100% - 120px);
}
#rwd-content #action-report .reports .right p.title {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  color: #313131;
}
#rwd-content #action-report .reports .right p.title::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  box-sizing: border-box;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  display: inline-block;
  margin-left: 20px;
  transform: rotate(45deg);
  vertical-align: 0.2em;
  transition: transform 0.2s ease-out;
}
#rwd-content #action-report .reports .right p.desc {
  margin-top: 0.9em;
  font-size: 1.4rem;
  line-height: calc(21 / 14);
  color: #313131;
}

@media print, screen and (min-width: 768px){
  #rwd-content #action-report .reports a.link-item:hover {
    background: #dae4f4;
  }
  #rwd-content #action-report .reports a.link-item:hover img {
    opacity: 1;
  }
  #rwd-content #action-report .reports a.link-item:hover .title::after {
    transform: translateX(5px) rotate(45deg);
  }
}

@media screen and (max-width: 767px){
  #rwd-content #action-report {
    margin-top: 76px;
  }
  #rwd-content #action-report .reports-box {
    margin-top: 19px;
    padding: 35px 0 40px;
  }
  #rwd-content #action-report .reports-box::after {
    width: 137px;
    height: 100%;
  }
  #rwd-content #action-report .reports .link-item {
    padding: 13px;
  }
  #rwd-content #action-report .reports .link-item + .link-item {
    margin-top: 19px;
  }
  #rwd-content #action-report .reports .left {
    width: 113px;
  }
  #rwd-content #action-report .reports .left img {
    height: 118px;
  }
  #rwd-content #action-report .reports .right {
    width: calc(100% - 113px);
  }
  #rwd-content #action-report .reports .right p.title {
    font-size: 2rem;
  }
  #rwd-content #action-report .reports .right p.desc {
    font-size: 1.3rem;
    line-height: calc(19 / 13);
  }
}

/* --------------------------------------------
  .h-type1
-------------------------------------------- */

#rwd-content .h-type1 {
  margin: 0;
  padding: 7px 0 4px 12px;
  font-size: 2.6rem;
  line-height: 1;
  color: #313131;
  font-weight: bold;
  border-left: solid 9px #1382BF;
}

@media screen and (max-width: 767px){
  #rwd-content .h-type1 {
    padding: 5px 0 3px 12px;
    font-size: 2.2rem;
  }
}

/* --------------------------------------------
  #relation
-------------------------------------------- */

#rwd-content #relation {
  margin-top: 82px;
}
#rwd-content #relation .relations {
  margin-top: 53px;
}
#rwd-content #relation .relations a img {
  max-width: 100%;
  margin-top: 33px;
}

@media print, screen and (min-width: 768px){
  #rwd-content #relation .relations {
    gap: 55px 0;
  }
  #rwd-content #relation .relations a.ml0 {
    margin-left: 0;
  }
  
  #rwd-content #relation .relations a:hover .link-type1 {
    border-color: #1382BF;
  }
  #rwd-content #relation .relations a:hover .link-type1 span{
    color: #1382BF;
  }
}

@media screen and (max-width: 767px){
  #rwd-content #relation {
    margin-top: 65px;
  }
  #rwd-content #relation .relations {
    margin-top: 45px;
  }
  #rwd-content #relation .relations a + a {
    margin-top: 30px;
  }
  #rwd-content #relation .relations a img {
    width: calc(311 / 338 * 100%);
    margin: 40px auto 0;
    display: block;
  }
}

/* --------------------------------------------
  #relation .buttons
-------------------------------------------- */

#rwd-content #relation .buttons {
  margin-top: 87px;
}
#rwd-content #relation .buttons p {
  font-size: 1.8rem;
  line-height: 1.2;
}
#rwd-content #relation .buttons a.rwd-button03 {
  min-height: 76px;
  margin: 19px 0 0;
  padding-left: 80px;
}
#rwd-content #relation .buttons a.rwd-button03.dl::after {
  width: 30px;
  height: 31px;
  background: url("../shared/img202412/ico_dl.svg") no-repeat 0 0 / 100% auto;
  left: 21px;
  top: 22px;
}
#rwd-content #relation .buttons a.rwd-button03.map::after {
  width: 35px;
  height: 31px;
  background: url("../shared/img202412/ico_map.svg") no-repeat 0 0 / 100% auto;
  left: 24px;
  top: 23px;
}
#rwd-content #relation .buttons a.rwd-button03 .rwd-button-inner {
  text-align: left;
}

@media screen and (max-width: 767px){
  #rwd-content #relation .buttons {
    margin-top: 113px;
  }
  #rwd-content #relation .buttons li + li {
    margin-top: 34px;
  }
  #rwd-content #relation .buttons p {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
  }
  #rwd-content #relation .buttons a.rwd-button03 {
    min-height: 73px;
    margin-top: 12px;
    padding-left: 0;
  }
  #rwd-content #relation .buttons a.rwd-button03 .rwd-button-inner {
    text-align: center;
  }
}

/* --------------------------------------------
  #update
-------------------------------------------- */

#rwd-content #update {
  margin-top: 91px;
}
#rwd-content #update .headline {
  margin: 0;
  padding-top: 15px;
  font-size: 2.6rem;
  font-weight: normal;
  border-top: solid 6px #243B67;
  color: #243B67;
  position: relative;
}
#rwd-content #update .headline::before {
  content: "";
  display: block;
  width: 34px;
  height: 6px;
  position: absolute;
  left: 0;
  top: -6px;
  background: #8494AE;
}
#rwd-content #update .right {
  border-top: solid 1px #C7C7C7;
}
#rwd-content #update .right .news-item {
  border-bottom: solid 1px #C7C7C7;
}
#rwd-content #update .right .news-item .date {
  font-size: 1.6rem;
  line-height: 1.2;
}
#rwd-content #update .right .news-item .title {
  font-size: 1.8rem;
  line-height: 1.2;
}
#rwd-content #update .right .news-item .title a {
  text-decoration: none;
}

@media print, screen and (min-width: 768px){
  #rwd-content #update .col2 {
    display: flex;
    justify-content: space-between;
  }
  #rwd-content #update .left {
    width: 184px;
  }
  #rwd-content #update .right {
    width: calc(100% - 209px);
    margin-top: 3px;
  }
  #rwd-content #update .right .news-item {
    padding: 20px 0 18px;
    display: flex;
    justify-content: space-between;
  }
  #rwd-content #update .right .news-item .date {
    width: 150px;
    padding-top: 1px;
  }
  #rwd-content #update .right .news-item .title {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 767px){
  #rwd-content #update {
    margin-top: 84px;
  }
  #rwd-content #update .headline {
    width: 164px;
    font-size: 1.8rem;
  }
  #rwd-content #update .right {
    margin-top: 29px;
  }
  #rwd-content #update .right .news-item {
    padding: 15px 0 13px;
  }
  #rwd-content #update .right .news-item .date {
    font-size: 1.3rem;
    line-height: 1;
  }
  #rwd-content #update .right .news-item .title {
    margin-top: 0.4em;
    font-size: 1.5rem;
    line-height: calc(25 / 15);
  }
}
