/* common */

.air-common {
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 1px;
}

.air-common-back {
  background-color: #ebf7ff;
}

.air-inner {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
}

.air-block {
  display: block;
}

.air-titles .titles-img {
  max-width: 55px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.air-titles .titles {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #065287;
}

.air-titles .titles.margin {
  line-height: 1;
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .air-titles .titles-img {
    max-width: 40px;
  }

  .air-titles .titles {
    font-size: 22px;
  }

  .air-titles .titles.margin {
    margin-top: 14px;
  }
}

/* air-mv */

.air-mv {
  padding-top: 80px;
}

.air-mv .inner {
  display: flex;
  align-items: center;
  max-width: 1366px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.air-mv .texts-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding-left: 80px;
}

.air-mv .texts-box .text-box {
  writing-mode: vertical-rl;
  border-radius: 3px;
  background-color: #f5ea28;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 2px;
}

.air-mv .texts-box .text-box01 {
  padding: 20px 15px 0px 15px;
  font-size: 48px;
}

.air-mv .texts-box .text-box02 {
  margin-left: 17px;
  margin-right: 17px;
  padding: 20px 15px 20px 15px;
  font-size: 78px;
}

.air-mv .texts-box .text-box03 {
  padding: 20px 15px 0px 15px;
  font-size: 48px;
}

.air-mv .main-boxes {
  position: relative;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/03/air-mv-img-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px 30px 30px 30px;
  max-width: 1000px;
  width: 100%;
  height: 610px;
  margin-left: -25px;
}

.air-mv .main-boxes .main-box {
  position: relative;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/03/air-mv-back-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 245px;
  margin-top: 366px;
  border-radius: 0 0 30px 30px;
}

.air-mv .main-boxes .main-box .main-box-img {
  position: absolute;
  right: 25px;
  top: 40px;
  max-width: 115px;
  width: 100%;
}

.air-mv .main-boxes .main-box .items {
  display: flex;
  justify-content: center;
  padding-top: 116px;
  margin-left: 20px;
  margin-right: 20px;
}

.air-mv .main-boxes .main-box .items .item {
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 265px;
  width: 100%;
  padding: 10px 20px 10px 20px;
}

.air-mv .main-boxes .main-box .items .item.margin {
  margin-left: 20px;
  margin-right: 20px;
}

.air-mv .main-boxes .main-box .items .item .item-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

.air-mv .main-boxes .main-box .items .item .item-title .span-blue {
  color: #0479bc;
}

.air-mv .main-boxes .main-box .items .item .item-title .span-small {
  font-size: 14px;
  margin-left: 5px;
}

.air-mv .main-boxes .main-box .items .item .item-line {
  display: block;
  background-image: linear-gradient(
    to right,
    #c9dae5,
    #c9dae5 2px,
    transparent 2px,
    transparent 8px
  );
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-top: 10px;
  margin-bottom: 10px;
}

.air-mv .main-boxes .main-box .items .item .item-price {
  color: #0479bc;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.3px;
  line-height: 1;
  white-space: nowrap;
}

.air-mv .main-boxes .main-box .items .item .item-price span {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #251a16;
  margin-left: 1px;
}

.air-mv .main-boxes .main-box .items .item .item-price span::after {
  position: absolute;
  content: "（税込）";
  font-size: 10px;
  color: #251a16;
  right: 0;
  top: -13px;
}

@media screen and (max-width: 1350px) {
  .air-mv .main-boxes {
    border-radius: 30px 0 0 30px;
  }

  .air-mv .main-boxes .main-box {
    border-radius: 0 0 0 30px;
  }
}

@media screen and (max-width: 1300px) {
  .air-mv .main-boxes .main-box .main-box-img {
    max-width: 80px;
    top: 70px;
  }
}

@media screen and (max-width: 1000px) {
  .air-mv .texts-box {
    padding-left: 20px;
  }

  .air-mv .texts-box .text-box01 {
    font-size: 40px;
  }

  .air-mv .texts-box .text-box02 {
    font-size: 60px;
  }

  .air-mv .texts-box .text-box03 {
    font-size: 37px;
  }

  .air-mv .main-boxes .main-box .items {
    padding-top: 135px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .air-mv .main-boxes .main-box .items .item.margin {
    margin-left: 10px;
    margin-right: 10px;
  }

  .air-mv .main-boxes .main-box .items .item .item-price {
    font-size: 23px;
  }

  .air-mv .main-boxes .main-box .items .item .item-title .span-small {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .air-mv {
    padding-top: 47px;
  }

  .air-mv .inner {
    position: relative;
    padding-top: 25px;
    padding-bottom: 90px;
  }

  .air-mv .texts-box {
    position: absolute;
    padding-left: 0;
    top: 150px;
    right: 40px;
  }

  .air-mv .texts-box .text-box01 {
    font-size: 22px;
    padding: 12px 9px 0px 9px;
  }

  .air-mv .texts-box .text-box02 {
    font-size: 36px;
    padding: 11px 6px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .air-mv .texts-box .text-box03 {
    font-size: 22px;
    padding: 12px 9px 0px 9px;
  }

  .air-mv .main-boxes {
    margin-left: auto;
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/03/air-mv-img-sp.jpg");
    height: 540px;
    width: 96%;
  }

  .air-mv .main-boxes .main-box {
    margin-top: 280px;
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/03/air-mv-back-sp.png");
    height: 315px;
  }

  .air-mv .main-boxes .main-box .main-box-img {
    right: 195px;
    top: 85px;
    max-width: 64px;
  }

  .air-mv .main-boxes .main-box .items {
    padding-top: 130px;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .air-mv .main-boxes .main-box .items .item {
    display: flex;
    align-items: center;
    max-width: unset;
    padding: 0;
  }

  .air-mv .main-boxes .main-box .items .item.margin {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .air-mv .main-boxes .main-box .items .item .item-line {
    display: none;
  }

  .air-mv .main-boxes .main-box .items .item .item-line-sp {
    width: 4px;
    margin-left: 30px;
    margin-right: 40px;
    margin-top: 7px;
    margin-bottom: 3px;
  }

  .air-mv .main-boxes .main-box .items .item .item-title {
    font-size: 14px;
    margin-left: 30px;
  }

  .air-mv .main-boxes .main-box .items .item .item-title03 {
    margin-left: 28px;
  }

  .air-mv .main-boxes .main-box .items .item .item-title .span-small {
    margin-left: 0;
    display: block;
  }

  .air-mv .main-boxes .main-box .items .item .item-price span {
    font-size: 12px;
  }

  .air-mv .main-boxes .main-box .items .item .item-price span::after {
    transform: scale(0.8);
    right: -3px;
    top: -12px;
  }
}

/* air-c */

.air-c02 {
  padding-top: 100px;
}

.air-c03 {
  padding-bottom: 95px;
}

.air-c04 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .air-c01 {
    padding-bottom: 45px;
  }

  .air-c02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .air-c03 {
    padding-bottom: 45px;
  }

  .air-c04 {
    padding-bottom: 50px;
  }
}

/* air-le */

.air-le {
  background-color: #ebf7ff;
  padding-bottom: 100px;
}

.air-le .boxes-pc {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.air-le .boxes-pc .texts01 {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/03/air-bubble01.png");
  background-size: cover;
  width: 352px;
  height: 89px;
  margin-left: 20%;
}

.air-le .boxes-pc .texts p {
  font-size: 18px;
  color: #065287;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}

.air-le .boxes-pc .box-pc {
  display: flex;
  align-items: flex-start;
  margin-left: 15px;
  margin-top: -5px;
}

.air-le .boxes-pc .box-pc .texts02 {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/03/air-bubble02.png");
  background-size: cover;
  width: 332px;
  height: 89px;
  margin-right: 15px;
  margin-top: 30px;
}

.air-le .boxes-pc .box-pc .texts03 {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/03/air-bubble03.png");
  background-size: cover;
  width: 474px;
  height: 89px;
}

.air-le .titles {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
  text-align: center;
  letter-spacing: 3.5px;
}

.air-le .titles .under-y {
  padding-bottom: 3px;
}

@media screen and (max-width: 866px) {
  .air-le .boxes-pc .box-pc {
    flex-direction: column;
  }

  .air-le .boxes-pc .box-pc .texts02 {
    margin-left: 10%;
    margin-top: 20px;
  }

  .air-le .boxes-pc .box-pc .texts03 {
    margin-left: auto;
    margin-right: 10%;
  }

  .air-le .titles {
    font-size: 35px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 767px) {
  .air-le {
    padding-bottom: 45px;
  }

  .air-le .boxes-sp {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }

  .air-le .boxes-sp .texts p {
    color: #065287;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding-top: 12px;
  }

  .air-le .boxes-sp .texts01 {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/03/air-bubble01-sp.png");
    background-size: cover;
    width: 186px;
    height: 89px;
  }

  .air-le .boxes-sp .texts02 {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/03/air-bubble02-sp.png");
    background-size: cover;
    width: 218px;
    height: 89px;
    margin-left: auto;
    margin-top: -10px;
  }

  .air-le .boxes-sp .texts03 {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/03/air-bubble03-sp.png");
    background-size: cover;
    width: 166px;
    height: 89px;
    margin-left: 30px;
    margin-top: 15px;
  }

  .air-le .titles {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 2.5px;
    margin-top: 20px;
  }

  .air-le .titles .air-le-block {
    font-size: 24px;
    letter-spacing: 1.5px;
    display: block;
  }
}

/* air-reason */

.air-reason {
  background-color: #d6eaf7;
  padding: 60px 15px 60px 15px;
}

.air-reason .boxes {
  padding: 20px 0 30px 0;
  margin-top: 30px;
}

.air-reason .boxes .box .items .item-imgs {
  max-width: 114px;
  width: 100%;
  margin-left: 83px;
  text-align: center;
  margin-top: -15px;
}

.air-reason .boxes .box .items .item-img {
  width: 100%;
  margin-left: 0;
}

.air-reason .boxes .box .items .item-img01 {
  max-width: 80px;
}

.air-reason .boxes .box .items .item-img02 {
  max-width: 113px;
  padding-top: 5px;
}

.air-reason .boxes .box .items .item-img03 {
  max-width: 74px;
}

.air-reason .boxes .box .items .item-img04 {
  max-width: 84px;
}

.air-reason .boxes .box .items .item {
  margin-left: 75px;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .air-reason {
    background-color: #d6eaf7;
    padding: 40px 15px 30px 15px;
  }

  .air-reason .texts {
    margin-top: 20px;
  }

  .air-reason .boxes {
    padding: 30px 0 30px 0;
  }

  .air-reason .boxes .box .items {
    margin-top: 30px;
  }

  .air-reason .boxes .box .items .item-imgs {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .air-reason .boxes .box .items .item-img {
    padding-top: 0 !important;
  }

  .air-reason .boxes .box .items .item-img01 {
    max-width: 70px;
  }

  .air-reason .boxes .box .items .item-img02 {
    max-width: 100px;
  }

  .air-reason .boxes .box .items .item-img03 {
    max-width: 65px;
  }

  .air-reason .boxes .box .items .item-img04 {
    max-width: 73px;
  }

  .air-reason .boxes .box .items .item {
    margin-left: 0;
    margin-right: 0;
  }

  .air-reason .boxes .box .items .item-text {
    margin-top: 20px;
  }
}

/* air-price */

.air-price {
  background-color: #ebf7ff;
  padding-left: 15px;
  padding-right: 15px;
}

.air-price .air-titles .titles-img {
  max-width: 50px;
}

.air-price .boxes {
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px;
  margin-top: 40px;
}

.air-price .boxes .boxes-texts {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}

.air-price .boxes table {
  margin-top: 30px;
  width: 100%;
}

.air-price .boxes table thead tr th {
  width: 50%;
  background-color: #81bae2;
  font-size: 16px;
  color: #ffffff;
  border: 2px solid #fff;
  line-height: 1.5;
  text-align: center;
  padding: 16px 0;
  font-weight: bold;
  vertical-align: middle;
}

.air-price .boxes table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}

.air-price .boxes table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}

.air-price .boxes table tbody tr td {
  width: 50%;
  background-color: #ecf6fc;
  font-size: 16px;
  border: 2px solid #fff;
  line-height: 1.5;
  text-align: center;
  padding: 16px 0;
  vertical-align: middle;
}

.air-price .boxes .table-title {
  font-size: 20px;
  color: #065287;
  font-weight: bold;
  margin-top: 35px;
}

.air-price .boxes .table-title.margin {
  margin-top: 0;
  margin-bottom: 20px;
}

.air-price .boxes .table01 {
  margin-top: 20px;
}

.air-price .boxes .table01 thead tr th {
  width: 25%;
}

.air-price .boxes .table01 tbody tr td {
  width: 25%;
}

.air-price .boxes .table01 tbody tr td:nth-child(1),
.air-price .boxes .table01 tbody tr td:nth-child(3) {
  padding-left: 20px;
  padding-right: 18px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .air-price .air-titles .titles-img {
    max-width: 35px;
  }

  .air-price .boxes {
    padding: 30px 20px;
    margin-top: 20px;
  }

  .air-price .boxes table thead tr th {
    font-size: 14px;
    padding: 13px 0;
    border: 1px solid #fff;
  }

  .air-price .boxes table tbody tr td {
    font-size: 14px;
    padding: 13px 5px;
    border: 1px solid #fff;
  }

  /* table-button */

  .air-price .table-hide {
    display: none;
  }

  .air-price .table-hide table {
    margin-top: -1px;
  }

  .air-price button.table-more {
    background-color: #ecf6fc;
    padding: 13px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    border: none;
    outline: 0;
    transition: 0.2s;
    -erbkit-transition: 0.2s;
  }

  /* .air-price button.table-more::after {
    content: "もっと見る";
    transition: 0.5s;
    -erbkit-transition: 0.5s;
  }

  .air-price button.table-more.on-click::after {
    content: "閉じる";
  } */

  .air-price button.table-more .table-more-arrow {
    max-width: 16px;
    width: 100%;
    margin-right: 5px;
    transition: 0.5s;
    -erbkit-transition: 0.5s;
  }

  .air-price button.table-more.on-click .table-more-arrow {
    transform: rotate(180deg);
    transition: 0.5s;
    -erbkit-transition: 0.5s;
  }

  .air-price button.table-more .more-open {
    font-size: 14px;
  }

  .air-price button.table-more .more-close {
    display: none;
    font-size: 14px;
  }

  .air-price button.table-more.on-click .more-open {
    display: none;
  }

  .air-price button.table-more.on-click .more-close {
    display: block;
  }
}

/* air-aid */

.air-aid {
  padding: 60px 15px;
  background-color: #d6eaf7;
}

.air-aid .air-titles .titles-img {
  max-width: 63px;
}

.air-aid .texts {
  margin-top: 35px;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.air-aid .boxes {
  padding: 40px 50px 60px 50px;
  background-color: #ffffff;
  width: 100%;
  border-radius: 10px;
}

.air-aid .boxes.margin {
  margin-top: 20px;
}

.air-aid .boxes .boxes-title {
  color: #065287;
  font-size: 20px;
  font-weight: bold;
}

.air-aid .boxes .boxes-text {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .air-aid {
    padding: 40px 15px 50px 15px;
  }

  .air-aid .air-titles .titles-img {
    max-width: 39px;
  }

  .air-aid .texts {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .air-aid .boxes {
    padding: 30px 20px;
  }

  .air-aid .boxes.margin {
    margin-top: 10px;
  }

  .air-aid .boxes .boxes-title {
    font-size: 16px;
  }
}

/* add */

.air-aid .boxes .boxes-title.margin {
  margin-top: 30px;
}

.air-aid .boxes .boxes-text-link {
  color: #0479bc;
  margin-top: 20px;
  display: inline-block;
}

/* air-p-flow */

.air-p-flow {
  padding: 100px 15px;
}

.air-p-flow .air-titles .titles-img {
  max-width: 85px;
}

.air-p-flow .air-titles .titles {
  margin-top: 22px;
}

.air-p-flow .frames {
  padding: 0;
  margin-top: 40px;
}

.air-p-flow .add-frame {
  margin-top: 30px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}

.air-p-flow .add-frame .add-title {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

.air-p-flow .add-frame .add-boxes {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.air-p-flow .add-frame .add-boxes01 {
  margin-top: 20px;
}

.air-p-flow .add-frame .add-boxes .add-box {
  margin-top: 10px;
  border-radius: 10px;
  background-color: #fffcd0;
  line-height: 1;
  padding: 17px 10px;
  text-align: center;
  font-weight: bold;
}

.air-p-flow .add-frame .add-boxes01 .add-box {
  width: 49.3%;
}

.air-p-flow .add-frame .add-boxes02 .add-box {
  width: 32.5%;
}

@media screen and (max-width: 767px) {
  .air-p-flow {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .air-p-flow .air-titles .titles-img {
    max-width: 55px;
  }

  .air-p-flow .air-titles .titles {
    margin-top: 15px;
  }

  .air-p-flow .frames {
    margin-top: 20px;
  }

  .air-p-flow .add-frame {
    margin-top: 20px;
    padding: 25px 20px 20px 20px;
  }

  .air-p-flow .add-frame .add-title {
    font-size: 16px;
  }

  .air-p-flow .add-frame .add-boxes {
    flex-direction: column;
  }

  .air-p-flow .add-frame .add-boxes01 {
    margin-top: 15px;
  }

  .air-p-flow .add-frame .add-boxes .add-box {
    margin-top: 5px;
  }

  .air-p-flow .add-frame .add-boxes01 .add-box {
    width: 100%;
  }

  .air-p-flow .add-frame .add-boxes02 .add-box {
    width: 100%;
  }
}

/* air-flow */

.air-flow {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 100px;
}

.air-flow .air-titles .titles-img {
  max-width: 38px;
}

.air-flow .air-titles .titles.margin {
  margin-top: 20px;
}

.air-flow .frames {
  padding: 0;
  margin-top: 40px;
}

.air-flow .add-frame {
  margin-top: 30px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}

.air-flow .add-frame .add-title {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

.air-flow .add-frame .add-title-sub {
  color: #065287;
  font-weight: bold;
  margin-top: 10px;
}

.air-flow .add-frame .add-text {
  font-size: 14px;
  margin-top: 25px;
}

.air-flow .add-frame .add-box {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fffcd0;
  margin-top: 20px;
}

.air-flow .add-frame .add-box .add-box-title {
  font-weight: bold;
}

.air-flow .add-frame .add-box .add-box-text.margin {
  margin-top: 15px;
}

.air-flow .add-frame .add-box .add-box-text {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .air-flow {
    padding-bottom: 50px;
  }

  .air-flow .air-titles .titles-img {
    max-width: 24px;
  }

  .air-flow .air-titles .titles.margin {
    margin-top: 13px;
  }

  .air-flow .frames {
    margin-top: 20px;
  }

  .air-flow .add-frame {
    margin-top: 20px;
    padding: 25px 20px 20px 20px;
  }

  .air-flow .add-frame .add-title {
    font-size: 16px;
  }

  .air-flow .add-frame .add-title-sub {
    margin-top: 5px;
  }

  .air-flow .add-frame .add-text {
    margin-top: 15px;
  }

  .air-flow .add-frame .add-box {
    padding: 30px 20px 20px 20px;
  }
}

/* air-faq */

.air-faq {
  padding: 1px 15px 120px 15px !important;
}

.air-faq .air-titles .titles-img {
  max-width: 58px;
}

.air-faq .air-titles .titles.margin {
  margin-top: 20px;
  margin-bottom: 40px;
}

.air-faq .inner {
  padding-left: 0;
  padding-right: 0;
}

.air-faq .nav-open-q,
.air-faq .nav-open-a {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .air-faq {
    padding: 1px 15px 80px 15px !important;
  }

  .air-faq .air-titles .titles-img {
    max-width: 37px;
  }

  .air-faq .air-titles .titles.margin {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/* air-mv02 */

.air-mv02 {
  padding-top: 80px;
}

.air-mv02 .inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 68px;
}

.air-mv02 .boxes {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/04/air-mv02-back-pc.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 590px;
  padding-top: 70px;
}

.air-mv02 .boxes .box {
  background-color: rgba(4, 121, 188, 0.6);
  position: relative;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  height: 410px;
  border-radius: 10px;
}

.air-mv02 .boxes .box .box-title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  padding-top: 60px;
  letter-spacing: 3px;
}

.air-mv02 .boxes .box .box-title .span {
  color: #f5ea28;
  font-size: 82px;
}

.air-mv02 .boxes .box .box-title .span02 {
  font-size: 64px;
  margin-left: -10px;
  margin-right: -10px;
}

.air-mv02 .boxes .box .box-img {
  position: absolute;
  max-width: 87px;
  width: 100%;
  right: 24px;
  bottom: 27px;
}

.air-mv02 .boxes-p {
  position: relative;
  height: 90px;
  width: 100%;
  background-color: #065287;
}

.air-mv02 .boxes-p .items {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -37px;
  display: flex;
  justify-content: center;
}

.air-mv02 .boxes-p .items .item {
  border-radius: 10px;
  border: 3px solid #065287;
  height: 90px;
  max-width: 354px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.air-mv02 .boxes-p .items .item.margin {
  margin-right: 20px;
}

.air-mv02 .boxes-p .items .item .item-title {
  padding: 8px 9px;
  line-height: 1;
  color: #fff;
  border-radius: 5px;
  background-color: #065287;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-left: 25px;
  margin-right: 15px;
}

.air-mv02 .boxes-p .items .item .item-title span {
  color: #f5ea28;
}

.air-mv02 .boxes-p .items .item .item-text {
  letter-spacing: 2px;
  color: #c32c13;
  font-weight: bold;
  font-size: 48px;
}

.air-mv02 .boxes-p .items .item .item-text span {
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  color: #251a16;
  margin-left: 5px;
}

.air-mv02 .boxes-p .items .item .item-text span::after {
  position: absolute;
  content: "（税込）";
  font-size: 11px;
  color: #251a16;
  right: -1px;
  top: -19px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .air-mv02 {
    padding-top: 47px;
  }

  .air-mv02 .inner {
    padding-bottom: 30px;
  }

  .air-mv02 .boxes {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/04/air-mv02-back-sp.jpg");
    height: 460px;
    padding-top: 90px;
  }

  .air-mv02 .boxes .box {
    max-width: 315px;
    height: 245px;
  }

  .air-mv02 .boxes .box .box-title {
    padding-top: 40px;
    font-size: 31px;
  }

  .air-mv02 .boxes .box .box-title .span {
    font-size: 47px;
  }

  .air-mv02 .boxes .box .box-title .span02 {
    font-size: 36px;
  }

  .air-mv02 .boxes .box .box-img {
    max-width: 65px;
    right: 11px;
    bottom: 11px;
  }

  .air-mv02 .boxes-p {
    height: 140px;
  }

  .air-mv02 .boxes-p .items {
    flex-direction: column;
    align-items: center;
    top: -39px;
  }

  .air-mv02 .boxes-p .items .item.margin {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .air-mv02 .boxes-p .items .item {
    max-width: 325px;
    height: 72px;
  }

  .air-mv02 .boxes-p .items .item .item-title {
    font-size: 14px;
    margin-left: 20px;
    margin-right: 21px;
    padding: 7px 11px;
    white-space: nowrap;
  }

  .air-mv02 .boxes-p .items .item .item-text {
    font-size: 32px;
  }

  .air-mv02 .boxes-p .items .item .item-text span {
    font-size: 14px;
  }

  .air-mv02 .boxes-p .items .item .item-text span::after {
    font-size: 10px;
    top: -17px;
  }
}
