@charset "UTF-8";

.second-mv .inner::after{
    content: "";
    background-image: url(../../img/policy/mv_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 569px;
    height: 106px;
    position: absolute;
    bottom: 35px;
    right: 0;

  }
  .second-mv .img{
    background-image: url(../../img/policy/mv.png);
    width: 100%;
    height: 334px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
    margin-bottom: 59px;
  }
  .content01{
    padding: 72px 0 104px;
  }
.content01 .container{
    margin-bottom: 64px;
}
.content01 .box01{
    margin-bottom: 56px;
}
.content01 .box01:last-child{
    margin-bottom: 0;
}
.content01 .box01 .title{
    font-size: 28px;
    margin-bottom: 40px;
    color: var(--blue);
    font-weight: bold;
}
.content01 .box02{
    padding-bottom: 48px;
}
.content01 .box02:last-child{
    padding-bottom: 0;
}
.content01 .box02 .title{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    color: var(--blue);
    padding: 4px 8px;
    border: 1px solid var(--blue);
}
.content01 .box02 .table{
  padding-top: 32px;
}
.content01 .box02 .table-title{
  padding-bottom: 8px;
  font-weight: bold;
}
.content01 .box02 table {
    font-size: 15px;
    text-align: left;
}
.content01 .box02 table th{
    width: 184px;
    background-color: var(--lightgray);
    padding-block: 16px;
    padding-left: 16px;
    border: 1px solid var(--bordergray);
}
.content01 .box02 table td{
    width: 521px;
    padding-block: 16px;
    padding-left: 16px;
    border: 1px solid var(--bordergray);
}