.h202 {
  font-size: 45px;
  line-height: 1.5;
  margin: 8rem 0 0;
  text-align: center;
  color: #1d71b8;
}
.h202 + .h501 {
  text-align: center;
  font-size: 114%;
  font-weight: bold;
}
.h501 { margin-top: 2rem;}
p.desc {
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 782px) {
  .h202 {
    font-size: 25px;
    margin: 5rem 0 3rem;
  }
}

.ul01 {
  margin: 50px 0 80px;
  display: flex;
  justify-content: space-between;
}
.ul01 li {
  width: calc(33.3% - 33px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.ul01.max360 {
  margin: 50px 50px 80px;
  justify-content: space-around;
}
.ul01.max360 li { width: 360px;}
.ul01 li > span {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #41bdce;
  border-radius: 30px;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
}
.ul01 li span.small { font-size: 86%;}

@media only screen and (max-width: 782px) {
  .ul01, .ul01.max360 { margin: 40px 0; display: block;}
  .ul01 li,
  .ul01.max360 li{ width: auto; margin-bottom: 30px;}
  .ul01.max360 li img { max-width: 50vw;}
  .ul01 li > span {margin-top: 15px;}
}

.roundBanner {
  margin: 80px 0;
  text-align: center;
}
.roundBanner a {
  position: relative;
  transition: transform 0.5s ease, filter 0.5s ease;
  display: inline-block;
}
@media only screen and (min-width: 783px) {
  .roundBanner a:hover {
    transform: translateY( -5px) !important;
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.2));
  }
}
.roundBanner a figure {
  position: relative;
  z-index: 1;
}
.roundBanner a figure img { border-radius: 40px;}
.roundBanner a p {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  height: 110px;
  padding-left: 40px;
  font-size: 114%;
  width: calc(100% - 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  font-weight: bold;
}
.roundBanner a p .small { font-size: 50%;}

@media only screen and (max-width: 782px) {
  .roundBanner { margin: 40px 0;}
  .roundBanner a figure img { border-radius: 20px;}
  .roundBanner a p {
    height: 17vw;
    padding-left: 5vw;
    width: calc(100% - 17vw);
  }
}


.myBtns {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.myBtns.single { justify-content: center;}
.myBtns .myBtn { width: 50%;}
.myBtns .myBtn:last-child a { margin-left: 40px;}
.myBtns a { width: calc(100% - 80px);}
.myBtn.oneline a span.jp { padding-top: 25px; padding-bottom: 25px;}

@media only screen and (min-width: 783px) {
  .myBtns .myBtn a i.bg::before {
      width: 660px;
      height: 660px;
      top: calc(50% - 330px);
      left: -50px;
  }
  .myBtns .myBtn a:hover i.bg::before {
    left: calc(50% + 401px);
  }
}
@media only screen and (max-width: 782px) {
  .myBtns {
    margin-top: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .myBtns .myBtn { width: auto;}
  .myBtns .myBtn a { width: 300px;}
  .myBtns .myBtn:last-child a { margin-left: 0px;}
  .myBtn.oneline a span.jp { padding-top: 15px; padding-bottom: 15px;}
}

#airdogSection {
  background: #090508 url("../img/home/bg_airdoc@2x.jpg") no-repeat center top / 1600px auto;
  color: #fff;
  border-radius: 0 0 60px 60px;
  position: relative;
  z-index: 2;
}
.padding1 { padding: 160px 360px 160px 160px;}
@media only screen and (max-width: 1580px) {
  .padding1 { padding-right: 320px;}
}
#airdogSection h2.img {
  text-align: center;
}
#airdogSection h2.img img {
  padding-right: 400px;
}
@media only screen and (max-width: 782px) {
  #airdogSection {
    margin-top: 50px;
    background: #090508 url("../img/home/bg_airdoc-sp.png") no-repeat center top / 100% auto;
    padding: 65vw 5vw 0;
    color: #fff;
    border-radius: 0 0 40px 40px;
  }
  #airdogSection h2.img {
    text-align: center;
  }
  #airdogSection h2.img img {
    padding-right: 0px;
    width: 310px;
  }
}


#footer-airdog { padding-bottom: 0px;}
#footer-airdog::before { display: none;}
#footer-airdog .basic {
  margin: 50px auto 0;
  transform: none;
}
@media only screen and (max-width: 782px) {
  #footer-airdog .basic { padding-bottom: 50px;}
}

p.note { margin-top: 8rem; color: #636363; font-size: 86%; text-align: center;}
