@charset "utf-8";

.company-name{
  width: 100%;
  max-width: 72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}

.company-name .logo-image-1{
  width: 33%;
  max-width: 28rem;
  aspect-ratio: 318 / 52;
}

.company-name .logo-image-2{
  width: 13%;
  max-width: 8.4rem;
  aspect-ratio: 84 / 32;
}

.company-name .logo-image-3{
  width: 31%;
  max-width: 22rem;
  aspect-ratio: 460 / 120;
}

@media screen and (max-width: 640px) {

.company-name{
  width: 90%;
  max-width: 90%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}

.company-name .logo-image-1{
  position: relative;
  width: 90%;
  max-width: 28rem;
}
.company-name .logo-image-1::before,
.company-name .logo-image-1::after{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.4rem;
  margin: auto;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  background: url(/ravio/common/img/icon_arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  opacity: 0.6;
  content: "";
}

.company-name .logo-image-1::after{ bottom: -4.8rem; opacity: 0.8;}

.company-name .logo-image-2{ display: none;}

.company-name .logo-image-3{
  position: relative;
  width: 90%;
  max-width: 22rem;
}

.company-name .logo-image-3::before{
  position: absolute;
  top: -2.6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  background: url(/ravio/common/img/icon_arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  content: "";
}

}/* End max 680 */


.ravio-message{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}

.ravio-message img{
  width: 38%;
  max-width: 36rem;
  aspect-ratio: 380 / 180;
}

.ravio-message dl{
  width: calc(62% - 4rem);
}

@media screen and (max-width: 640px) {

.ravio-message{ flex-direction: column; align-items: center;}
.ravio-message img{ width: 90%; max-width: 38rem;}
.ravio-message dl{ width: 100%;}

}/* End max 680 */




.com-table {
  width: 100%;
  max-width:88rem;
  margin: 0 auto 6rem;
  border-top: 0.1rem solid var(--ravio-gray-2);
  border-collapse:collapse
}

.com-table tr {
  border-bottom: 0.1rem dotted var(--ravio-gray-3);
}

.com-table .com-th {
  vertical-align: top;
  text-align: left;
  padding: 1em;
  background-color:var(--ravio-gray-5);
  box-sizing: border-box;
  font-weight: normal;
}

.com-table .com-td {
  padding: 1em;
  box-sizing: border-box;
}

.com-table .com-dt {
  margin: 1em 0 0 0;
}

.com-table .com-dt:first-child {
  margin: 0 0 0 0;
}

@media screen and (max-width: 730px) {
  .com-table,
  .com-table tr {
    border:none;
  }
  .com-table tr,
  .com-table .com-th,
  .com-table .com-td{
    display: block;
  }
}

.com-img-box {
  position: relative;
  width: 100%;
  max-width:88rem;
  height: 100vh;
  max-height: 48rem;
  margin: 0 auto;
  aspect-ratio: 11 / 4;
}

.com-img-txt {
  position: absolute;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width:18rem;
  padding: 1.0rem 2rem;
  color: #fff;
  background-color:var(--ravio-red);
}

.com-img {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  max-width:48rem;
  aspect-ratio: 3 / 2;
}

.com-img-top,
.com-img-bottom {
  position: absolute;
  width: 100%;
  max-width:48rem;
  height: 100vh;
  max-height:32rem;
}

.com-img-top {
  z-index: 2;
  top: 0;
  left: 0;
}

.com-img-bottom {
  z-index: 1;
  right: 0;
  bottom: 0;
}

.com-img-txt.right {
  top: 2rem;
  right: -13rem;
}

.com-img-txt.left {
  left: -13rem;
  bottom: 1em;
}

@media screen and (max-width: 900px) {
  .com-img-box {
    max-width:48rem;
    height:auto;
    max-height:unset;
    aspect-ratio:unset;
  }

  .com-img-top,
  .com-img-bottom {
    position: relative;
    height: auto;
    max-height:32rem;
    aspect-ratio: 3 / 2;
  }

  .com-img-top {margin: 0 auto 3rem;}
  .com-img-bottom {margin:3rem auto 0;}

  .com-img-txt.left,
  .com-img-txt.right {
    top: 2rem;
    left:unset;
    right: 0;
    bottom:unset;
  }
}

@media screen and (max-width: 730px) {
  .com-table,
  .com-table tr {
    border:none;
  }
  .com-table tr,
  .com-table .com-th,
  .com-table .com-td{
    display: block;
  }
}

.his-table {
  width: 100%;
  max-width:88rem;
  margin: 0 auto 6rem;
  border-top: 0.1rem solid var(--ravio-gray-2);
  border-bottom: 0.1rem dotted var(--ravio-gray-3);
  border-collapse:collapse;
  border-spacing:0;
}

.his-table .his-line {
  border-top: 0.1rem dotted var(--ravio-gray-3);
}

.his-table .his-yy{
  vertical-align: top;
  text-align: left;
  padding: 0 1em 1em 1em;
  background-color:var(--ravio-gray-5);
  box-sizing: border-box;
  font-weight: normal;
}

.his-table .his-mm{
  vertical-align: top;
  text-align: right;
  padding: 0 1em 1em 1em;
  background-color:var(--ravio-gray-5);
  box-sizing: border-box;
}

.his-table .his-td{
  vertical-align: top;
  padding: 0 1em 1em 1em;
  box-sizing: border-box;
}

.his-table .his-td li{
  margin:0 0 0.3em 0;
}

.his-table .his-td li:last-child{
  margin:0;
}

.his-table tr:first-child th,.his-table tr:first-child td,
.his-table .his-line th,.his-table .his-line td {
  padding: 1em 1em 1em 1em;
}

@media screen and (max-width: 730px) {
  .his-table,.his-table .his-line,.his-table .his-yy,.his-table .his-mm {border:none;}
  .his-table tr,.his-table .his-yy,.his-table .his-mm,.his-table .his-td{text-align: left;display: block;}
  .his-table .his-mm,.his-table .his-td,.his-table tr:first-child th,.his-table tr:first-child td,.his-table .his-line th,.his-table .his-line td {padding: 0;}
  .his-table .his-mm {background-color:unset;}

  .his-table .his-yy{
    width: 100%;
    padding: 1em !important;
    margin: 1em 0 0 0;
  }

  .his-table tr{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .his-table .his-mm{
    width: 4rem;
    margin: 1em 1em 0 1em;
  }

  .his-table .his-td{
    width:calc(100% - 8rem);
    margin: 1em 0 0 0;
  }

}

.con-table {
  width: 100%;
  max-width:88rem;
  margin: 0 auto 6rem;
  border-top: 0.1rem solid var(--ravio-gray-2);
  border-collapse:collapse
}

.con-table tr {
  border-bottom: 0.1rem dotted var(--ravio-gray-3);
}

.con-table .con-th{
  vertical-align: top;
  text-align: left;
  padding: 1em;
  background-color:var(--ravio-gray-5);
  box-sizing: border-box;
  font-weight: normal;
}

.con-table .con-td{
  padding: 1em;
  box-sizing: border-box;
}

.con-table .con-dl div{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 1em 0;
}

.con-table .con-dl div:last-child{
  margin: 0 0 0 0;
}

.con-table .con-dt{
  margin: 0 1em 0 0;
}

@media screen and (max-width: 730px) {
  .con-table,
  .con-table tr {
    border:none;
  }
  .con-table tr,
  .con-table .con-th,
  .con-table .con-td{
    display: block;
  }
}