@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url(../../img/mv.png) no-repeat center;
  background-size: cover;
}
.article {
  padding: 30px 0;
}

.phi{
  background: url(../img/bg_01.png) no-repeat center;
  background-size: cover;
}
.phi_inner{
  padding: 50px;
  margin-top: 30px;
}
.phi_com{
  line-height: 2;
  > p{
    margin-top: 20px;
    &:first-child{
      margin-top: 0;
    }
  }
}
.phi_bot {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 30px;
}
.phi_img{
  float: right;
  padding-left: 20px;
}
.out{
  margin-top: 30px;
}
.out_table{
  &.type01{ /* 2カラム */
    width: 100%;
    border-top: 1px solid #000;
    text-align: left;
    th{
      padding: 15px;
      background: #eee;
      border-bottom: 1px solid #000;
      width: 170px;
    }
    td{
      padding: 15px;
      border-bottom: 1px solid #000;
    }
  }
}
.his_block{
  margin: 30px 0;
}
.his_line{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  color: rgba(0, 0, 0, 0);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  &::after{
    content: '';
    display: block;
    width: calc(100% - 150px);
    height: 1px;
    background: #000;
  }
}
.his_row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 2;
  margin-top: 10px;
}
.his_year {
  font-weight: bold;
  min-width: 3.5em;
}
.his_month {
  font-weight: bold;
  text-align: right;
  min-width: 2.5em;
}
.his_cont{
  padding-left: 30px;
  width: calc(100% - 6em);
}

.acc_flex{
  position: relative;
}
.acc_left{
  max-width: 512px;
  min-height:450px;
}
.acc_block {
  width: 100%;
  margin-top: 30px;
}
.acc_head{
  font-size: var(--fs-18);
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.acc_body{
  line-height: 2;
  margin-top: 10px;
}
.acc_map {
  position: absolute;
  right: 0;
  top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  iframe{
    max-width: 100%;
  }
}
.acc_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 321px;
  height: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: var(--red);
  border: 1px solid var(--red);
}
@media screen and ( max-width: 1023px ) {
}
@media screen and ( max-width: 767px ) {
.phi_inner {
  padding: 40px 5%;
}
.phi_com{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:20px;
  > p{
    order: 1;
    width: 100%;
    margin-top: 0;
  }
  .phi_img {
    float: none;
    padding: 0;
    order: 2;
  }
  .phi_bot {
    margin-top: 10px;
    order: 3;
  }
}
.out_table{
  &.type01{
    display: block;
    width: 100%;
    tbody{
      display: block;
      width: 100%;
    }
    tr{
      display: block;
      width: 100%;
    }
    th{
      display: block;
      width: 100%;
      padding: 10px;
    }
    td{
      display: block;
      width: 100%;
      padding: 10px;
    }
  }
}
.his_cont{
  width: 100%;
  padding-left: 1em;
}
.his_month {
  width: 100%;
  text-align: left;
  padding-left: 0.5em;
}

.acc_left{
  width: 100%;
  min-height: 0;
}
.acc_map{
  position: static;
  margin-top: 20px;
}
}