#ads_area h3 img {
  width: 100%;
}
#ads_area .ads_main_ttl {
  display: inline-block;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #a9d4e1;
}
#ads_area .ads_main_ttl .ads_pink {
  color: #e84265;
}
#ads_area .ads_main .ads_cont {
  display: flex;
}
#ads_area .ads_main .ads_cont .ads_box {
  order: 2;
  flex-basis: 70%;
  padding-left: 20px;
}
#ads_area .ads_main .ads_cont .ads_box .ads_txt_small {
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
}
#ads_area .ads_main .ads_cont .ads_icon {
  order: 1;
  flex-basis: 30%;
}
#ads_area .ads_main .ads_cont .ads_icon img {
  width: 100%;
  max-width: 150px;
}
#ads_area p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #ads_area h3 img {
    width: 100%;
    max-width: 900px;
  }
  #ads_area .ads_main {
    display: flex;
    justify-content: space-between;
  }
  #ads_area .ads_main .ads_cont {
    margin: 0;
    box-sizing: border-box;
  }
}

.tv_ads {
  background-color: #fff;
  width: 100%;
  max-width: 940px;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  margin: 50px auto;
}
.tv_ads h3 {
  margin-bottom: 30px;
}
.tv_ads .ads_main_ttl {
  font-size: 2rem;
}
.tv_ads .ads_main {
  margin-top: 10px;
}
.tv_ads .ads_main .ads_cont {
  padding: 20px 0;
  text-align: left;
}
.tv_ads .ads_main .ads_cont .ads_txt_small {
  font-size: 1.4rem;
}
.tv_ads .ads_main .ads_cont:nth-of-type(1) {
  border-bottom: 2px dotted #dcdedd;
}
@media screen and (min-width: 768px) {
  .tv_ads {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .tv_ads .ads_main_ttl {
    font-size: 2.5rem;
  }
  .tv_ads .ads_main {
    position: relative;
    margin-top: 40px;
  }
  .tv_ads .ads_main .ads_cont {
    flex-basis: 46%;
    padding: 0;
  }
  .tv_ads .ads_main .ads_cont:nth-of-type(1) {
    border: none;
  }
  .tv_ads .ads_main:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    border-left: 2px dotted #dcdedd;
  }
}

.kosodate_ads {
  width: 100%;
  max-width: 940px;
  margin: 70px auto 0;
}
.kosodate_ads h3 {
  margin-bottom: 30px;
}
.kosodate_ads .ads_main_ttl {
  font-size: 1.2rem;
}
.kosodate_ads .ads_main {
  margin-top: 10px;
}
.kosodate_ads .ads_main .ads_cont {
  padding: 20px 0;
  text-align: left;
}
.kosodate_ads .ads_main .ads_cont .ads_txt_small {
  font-size: 0.9rem;
}
.kosodate_ads .ads_main .ads_cont:nth-of-type(1) {
  border-bottom: 2px dotted #dcdedd;
}
@media screen and (min-width: 768px) {
  .kosodate_ads {
    margin-top: 100px;
  }
  .kosodate_ads .ads_main_ttl {
    font-size: 1.5rem;
  }
  .kosodate_ads .ads_main {
    position: relative;
    margin-top: 40px;
  }
  .kosodate_ads .ads_main .ads_cont {
    flex-basis: 46%;
    padding: 0;
  }
  .kosodate_ads .ads_main .ads_cont:nth-of-type(1) {
    border: none;
  }
  .kosodate_ads .ads_main:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    border-left: 2px dotted #dcdedd;
  }
}

.kdplan_ads {
  background-color: #fff;
  width: 100%;
  max-width: 940px;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  margin: 50px auto;
}
.kdplan_ads h3 {
  margin-bottom: 30px;
}
.kdplan_ads .ads_main_ttl {
  font-size: 2rem;
}
.kdplan_ads .ads_main .ads_txt_small {
  font-size: 1.4rem;
}
.kdplan_ads .ads_main .ads_cont {
  text-align: left;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .kdplan_ads {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .kdplan_ads .ads_main_ttl {
    font-size: 2.5rem;
  }
  .kdplan_ads .ads_main {
    margin-top: 30px;
  }
  .kdplan_ads .ads_main .ads_cont {
    flex-basis: 49%;
    padding: 20px;
    margin: 0;
  }
  .kdplan_ads .ads_main .ads_cont:nth-of-type(1) {
    border: none;
  }
}

.ktry_ads {
  background-color: #fff;
  width: 100%;
  max-width: 940px;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  margin: 50px auto 80px;
}
.ktry_ads h3 {
  margin-bottom: 30px;
}
.ktry_ads .ads_main_ttl {
  font-size: 1.2rem;
}
.ktry_ads .ads_main .ads_txt_small {
  font-size: 0.9rem;
}
.ktry_ads .ads_main .ads_cont {
  text-align: left;
  background: #fdfdfd;
  border: 1px solid #dcdedd;
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .ktry_ads {
    margin-top: 80px;
    margin-bottom: 120px;
  }
  .ktry_ads .ads_main_ttl {
    font-size: 1.5rem;
  }
  .ktry_ads .ads_main {
    margin-top: 30px;
  }
  .ktry_ads .ads_main .ads_cont {
    flex-basis: 49%;
    padding: 20px;
    margin: 0;
  }
}

.try_ads {
  background-color: #fff;
  width: 100%;
  max-width: 940px;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  margin: 50px auto;
}
.try_ads h3 {
  margin-bottom: 30px;
}
.try_ads .ads_main_ttl {
  font-size: 1.2rem;
}
.try_ads .ads_main {
  margin-top: 10px;
}
.try_ads .ads_main .ads_cont {
  padding: 20px 0;
  text-align: left;
}
.try_ads .ads_main .ads_cont .ads_txt_small {
  font-size: 0.8rem;
}
.try_ads .ads_main .ads_cont:nth-of-type(1) {
  border-bottom: 2px dotted #dcdedd;
}
@media screen and (min-width: 768px) {
  .try_ads {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .try_ads .ads_main_ttl {
    font-size: 1.5rem;
  }
  .try_ads .ads_main {
    position: relative;
    margin-top: 40px;
  }
  .try_ads .ads_main .ads_cont {
    flex-basis: 46%;
    padding: 0;
  }
  .try_ads .ads_main .ads_cont:nth-of-type(1) {
    border: none;
  }
  .try_ads .ads_main:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    border-left: 2px dotted #dcdedd;
  }
}

.change_ads {
  background-color: #fff;
  width: 100%;
  max-width: 940px;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  margin: 50px auto;
}
.change_ads h3 {
  margin-bottom: 30px;
}
.change_ads .ads_main_ttl {
  font-size: 1.2rem;
}
.change_ads .ads_main {
  margin-top: 10px;
}
.change_ads .ads_main .ads_cont {
  padding: 20px 0;
  text-align: left;
}
.change_ads .ads_main .ads_cont .ads_txt_small {
  font-size: 0.8rem;
}
.change_ads .ads_main .ads_cont:nth-of-type(1) {
  border-bottom: 2px dotted #dcdedd;
}
@media screen and (min-width: 768px) {
  .change_ads {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .change_ads .ads_main_ttl {
    font-size: 1.5rem;
  }
  .change_ads .ads_main {
    position: relative;
    margin-top: 40px;
  }
  .change_ads .ads_main .ads_cont {
    flex-basis: 46%;
    padding: 0;
  }
  .change_ads .ads_main .ads_cont:nth-of-type(1) {
    border: none;
  }
  .change_ads .ads_main:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    border-left: 2px dotted #dcdedd;
  }
}

.txc {
  text-align: center;
}

@media screen and (min-width: 520px) {
  .BoxSp {
    display: none;
  }
}

@media screen and (max-width: 519px) {
  .BoxPc {
    display: none;
  }
}