/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	WEB広告プラス
+++++++++++++++++++++++++++++++++++++++++++ */
#webadsplus {
  color: #000;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #webadsplus {
    font-size: 3.6vw;
  }
}
#webadsplus img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #webadsplus .tableWrap {
    overflow: auto;
    white-space: nowrap;
  }
  #webadsplus .tableWrap::-webkit-scrollbar {
    background: #CCC;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
  #webadsplus .tableWrap::-webkit-scrollbar-thumb {
    background: #5330D3;
    border-radius: 15px;
  }
}
#webadsplus table {
  width: 100%;
  border-radius: 10px;
  border-collapse: separate;
  margin: 0 auto;
}
#webadsplus table thead th {
  padding: 20px 20px;
  background: #EEE;
  font-weight: bold;
  border-top: #DBDBDB 4px solid;
  border-left: #DBDBDB 1px solid;
  vertical-align: middle;
}
#webadsplus table thead th:nth-of-type(1) {
  border-radius: 10px 0 0 0;
  border-left: #DBDBDB 4px solid;
}
#webadsplus table thead th:nth-last-of-type(1) {
  border-radius: 0 10px 0 0;
  border-right: #DBDBDB 4px solid;
}
#webadsplus table thead th img {
  vertical-align: middle;
}
#webadsplus table tbody tr:nth-last-of-type(1) th {
  border-radius: 0 0 0 10px;
  border-bottom: #DBDBDB 4px solid;
}
#webadsplus table tbody tr:nth-last-of-type(1) td {
  border-bottom: #DBDBDB 4px solid;
}
#webadsplus table tbody tr:nth-last-of-type(1) td:nth-last-of-type(1) {
  border-radius: 0 0 10px 0;
}
#webadsplus table tbody th {
  padding: 20px 20px;
  font-weight: bold;
  border-left: #DBDBDB 4px solid;
  border-top: #DBDBDB 1px solid;
  vertical-align: middle;
}
#webadsplus table tbody td {
  padding: 20px 10px;
  border-left: #DBDBDB 1px solid;
  border-top: #DBDBDB 1px solid;
  vertical-align: middle;
}
#webadsplus table tbody td:nth-last-of-type(1) {
  border-right: #DBDBDB 4px solid;
}
#webadsplus table .plus {
  background: #FCF2FF;
}
#webadsplus .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
#webadsplus .texCenter {
  text-align: center!important;
}
#webadsplus .texRight {
  text-align: right!important;
}
#webadsplus .fs16 {
  font-size: 16px!important;
}
@media screen and (max-width: 767px) {
  #webadsplus .fs16 {
    font-size: 3.2vw !important;
  }
}
#webadsplus .mb10 {
  margin-bottom: 10px!important;
}
#webadsplus .mb20 {
  margin-bottom: 20px!important;
}
#webadsplus .mb30 {
  margin-bottom: 30px!important;
}
#webadsplus .bold {
  font-weight: bold;
}
#webadsplus .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  width: 100%;
  height: 64px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  background: #ED512E;
  border-radius: 10px;
}
#webadsplus .icon {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 10px 5px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#webadsplus .icon img {
  max-width: 52px;
  max-height: 42px;
}
#webadsplus .colorRed {
  color: #FF0000;
}
#webadsplus .adList {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #webadsplus .adList {
    min-width: 300px;
  }
}
#webadsplus .adList.center {
  justify-content: center;
}
#webadsplus .adList.tool {
  gap: 7px;
}
#webadsplus .adList.tool > li {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: flex-start;
  width: calc(50% - 14px);
}
@media screen and (max-width: 767px) {
  #webadsplus .adList.tool > li {
    width: 100%;
  }
}
#webadsplus .adList.tool > li p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #webadsplus .sp_hide {
    display: none;
  }
  #webadsplus .sp_show {
    display: block;
  }
}
#webadsplus header {
  display: flex;
  gap: 0;
  flex-direction: column;
  justify-content: space-between;
  min-height: 86vw;
  margin: 0 0 45px;
  background: url("https://spendacorp.com/webadsplus/images/webadsplus_2302.webp") no-repeat center 0 / 100% auto;
  position: relative;
}
#webadsplus header.form {
  background: none;
  min-height: 0;
  margin-bottom: 20px;
}
#webadsplus header .headerTop {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 17px 34px;
}
@media screen and (max-width: 1200px) {
  #webadsplus header .headerTop {
    padding: 17px 10px;
  }
}
@media screen and (max-width: 767px) {
  #webadsplus header .headerTop {
    padding: 5px 60px 0 10px;
  }
}
#webadsplus header .headerTop .headerLogo {
  line-height: 1.8;
  font-size: 14px;
  font-weight: bold;
}
#webadsplus header .headerTop #gNav {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  #webadsplus header .headerTop #gNav {
    background: linear-gradient(to right, #5330D3, #8F00FF);
  }
}
#webadsplus header .headerTop #gNav ul {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #webadsplus header .headerTop #gNav ul {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #webadsplus header .headerTop #gNav ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #webadsplus header .headerTop #gNav ul li {
    padding: 10px 15px;
    text-align: center;
  }
}
#webadsplus header .headerTop #gNav ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #5330D3;
}
@media screen and (max-width: 767px) {
  #webadsplus header .headerTop #gNav ul li a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 8px;
    border: #FFF 1px solid;
  }
}
#webadsplus header .headerTop #gNav ul li a.contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 187px;
  height: 44px;
  border-radius: 44px;
  background: #C317FF;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  #webadsplus header .headerTop #gNav ul li a.contact {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  #webadsplus header .headerTop #gNav ul li a.contact {
    width: 100%;
    border: none;
    background: #FFF;
    color: #C317FF;
  }
}
#webadsplus header .headerTop #gNav ul li a.contact:hover {
  opacity: 0.7;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #webadsplus header .headerTop #gNav ul li a.contact:hover {
    color: #C317FF;
  }
}
#webadsplus header .headerTop #gNav ul li a:hover {
  color: #ED512E;
}
@media screen and (max-width: 767px) {
  #webadsplus header .headerTop #gNav ul li a:hover {
    background: #ED512E;
    color: #FFF;
  }
}
#webadsplus header .headerTitle {
  width: 42vw;
  position: absolute;
  top: 18%;
  left: 5%;
}
@media screen and (max-width: 767px) {
  #webadsplus header .headerTitle {
    position: static;
    order: 1;
    width: auto;
    padding: 15px 10px 0;
  }
}
#webadsplus header .headerTitle h1 img {
  width: 100%;
  margin: 0 0 5px;
}
#webadsplus header .headerTitle p {
  font-size: 1.2vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #webadsplus header .headerTitle p {
    font-size: 2.8vw;
  }
}
#webadsplus header .headerBottom {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #webadsplus header .headerBottom {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #webadsplus header .headerBottom {
    margin-top: calc(75vw - 74px);
    gap: 10px;
    padding: 0 10px;
    flex-direction: column;
  }
}
#webadsplus header .headerBottom .item {
  width: calc(100% / 3 - 20px);
  padding: 10px 5px;
  border-radius: 10px;
  text-align: center;
  background: linear-gradient(to right, #5330D3, #7000FF);
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  #webadsplus header .headerBottom .item {
    width: calc(100% / 3 - 10px);
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #webadsplus header .headerBottom .item {
    width: 100%;
  }
}
#webadsplus header .headerBottom .item strong {
  color: #FFF500;
  font-size: 35px;
}
@media screen and (max-width: 1200px) {
  #webadsplus header .headerBottom .item strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #webadsplus header .headerBottom .item strong {
    font-size: 7vw;
  }
}
@media screen and (max-width: 767px) {
  #webadsplus.drawer--right .drawer-nav {
    right: -260px !important;
  }
  #webadsplus.drawer--right.drawer-open .drawer-hamburger {
    right: 260px !important;
  }
  #webadsplus.drawer--right.drawer-open .drawer-hamburger-icon {
    background: transparent!important;
  }
  #webadsplus.drawer--right.drawer-open .drawer-nav {
    right: 0 !important;
  }
}
#webadsplus header .drawer-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  #webadsplus header .drawer-toggle {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #webadsplus header .drawer-nav {
    z-index: 100;
    position: fixed;
    width: 260px;
  }
  #webadsplus header .drawer-nav .drawer-menu {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #webadsplus header .drawer-hamburger {
    background: #5330D3;
    z-index: 10000;
    width: 32px;
    padding: 18px 12px 32px;
  }
  #webadsplus header .drawer-hamburger .drawer-text {
    display: none;
    white-space: nowrap;
    color: #FFF;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.2rem;
  }
  #webadsplus header .drawer-hamburger:hover {
    background: #5330D3;
  }
  #webadsplus header .drawer-hamburger-icon {
    margin: 0;
    position: relative;
    top: 6px;
    background: #FFF;
    height: 4px;
  }
  #webadsplus header .drawer-hamburger-icon::before,
  #webadsplus header .drawer-hamburger-icon::after {
    background: #FFF;
    height: 4px;
  }
}
#webadsplus .contactLink {
  padding: 30px 0;
  background: linear-gradient(45deg, #FFFEE5, #D3EAFF);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #webadsplus .contactLink {
    padding: 20px 10px;
  }
}
#webadsplus .contactLink p {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #webadsplus .contactLink p {
    font-size: 4.4vw;
  }
}
#webadsplus .contactLink p.p1 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #webadsplus .contactLink p.p1 {
    font-size: 4vw;
  }
}
#webadsplus .contactLink p strong {
  color: #D00000;
}
#webadsplus .contactLink .btnArea {
  display: flex;
  gap: 75px;
  justify-content: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #webadsplus .contactLink .btnArea {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
#webadsplus .contactLink .btnArea a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  width: 100%;
  height: 64px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  background: #ED512E;
  border-radius: 10px;
  border: #ED512E 2px solid;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  #webadsplus .contactLink .btnArea a {
    font-size: 4.8vw;
    max-width: none;
    height: auto;
    padding: 15px 5px;
  }
}
#webadsplus .contactLink .btnArea a.btn_2 {
  background: #FFF;
  color: #ED512E;
}
#webadsplus .contactLink .btnArea a:hover {
  opacity: 0.7;
}
#webadsplus article {
  padding: 65px 0;
}
@media screen and (max-width: 767px) {
  #webadsplus article {
    padding: 30px 10px;
  }
}
#webadsplus article h2 {
  margin: 0 0 40px;
  font-size: 42px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #webadsplus article h2 {
    margin-bottom: 20px;
    font-size: 6.4vw;
  }
}
#webadsplus article h2::after {
  content: '';
  display: block;
  max-width: 250px;
  height: 8px;
  margin: 8px auto;
  background: linear-gradient(to right, #5330D3, #8F00FF);
}
@media screen and (max-width: 767px) {
  #webadsplus article h2::after {
    width: 50vw;
  }
}
#webadsplus article.subjectArea {
  position: relative;
  max-height: 934px;
  height: 78vw;
}
@media screen and (max-width: 767px) {
  #webadsplus article.subjectArea {
    position: static;
    height: auto;
    padding: 30px 0;
  }
}
#webadsplus article.subjectArea > img {
  margin: auto;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #webadsplus article.subjectArea > img {
    position: static;
  }
}
#webadsplus article.supportArea {
  text-align: center;
}
#webadsplus article.supportArea p {
  margin: 0 0 40px;
}
#webadsplus article.supportArea .supportList {
  display: flex;
  gap: 40px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #webadsplus article.supportArea .supportList {
    gap: 40px 20px;
  }
}
#webadsplus article.supportArea .supportList .item {
  max-width: 320px;
  width: calc(100% / 3 - 20px);
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  #webadsplus article.supportArea .supportList .item {
    max-width: none;
    width: calc(100% / 2 - 20px);
  }
}
@media screen and (max-width: 767px) {
  #webadsplus article.supportArea .supportList .item {
    width: 100%;
  }
}
#webadsplus article.supportArea .supportList .item .img {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 160px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  #webadsplus article.supportArea .supportList .item .img {
    min-height: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #webadsplus article.supportArea .supportList .item .img img {
    max-height: 25vw;
    object-fit: contain;
  }
}
#webadsplus article.supportArea .supportList .item dl {
  text-align: left;
}
#webadsplus article.supportArea .supportList .item dl dt {
  margin: 0 0 15px;
  padding: 0 0 0 48px;
  font-weight: bold;
  font-size: 24px;
  background: url("https://spendacorp.com/webadsplus/images/webadsplus_2307.png") no-repeat 0 0 / 39px 39px;
}
@media screen and (max-width: 767px) {
  #webadsplus article.supportArea .supportList .item dl dt {
    font-size: 4.8vw;
    padding-left: 10vw;
    min-height: 8vw;
    background-size: 8vw 8vw;
  }
}
#webadsplus article.supportArea .supportList .item dl dd {
  padding: 0 10px;
  text-align: center;
}
#webadsplus article.aboutArea {
  padding: 55px 0;
  background: #F8F3FA;
  overflow: hidden;
}
#webadsplus article.aboutArea p {
  text-align: center;
  font-size: 20px;
  text-indent: 1em;
}
@media screen and (max-width: 767px) {
  #webadsplus article.aboutArea p {
    font-size: 4vw;
  }
}
#webadsplus article.compareArea table thead th {
  padding: 20px 80px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #webadsplus article.compareArea table thead th {
    padding: 20px 20px;
    font-size: 4.8vw;
  }
}
#webadsplus article.compareArea table tbody tr:nth-last-of-type(1) td {
  padding-bottom: 5px;
}
#webadsplus article.compareArea table tbody th {
  text-align: center;
}
#webadsplus article.compareArea table tbody td {
  text-align: center;
}
#webadsplus article.compareArea .adList {
  max-width: 420px;
  padding-left: 5px;
}
#webadsplus article.compareArea .adList.tool {
  margin-bottom: 10px;
}
#webadsplus article.priceArea h3 {
  font-size: 24px;
  margin: 60px 0 10px;
  text-align: center;
}
#webadsplus article.priceArea p {
  margin-bottom: 10px;
}
#webadsplus article.priceArea p strong {
  font-size: 24px;
}
#webadsplus article.priceArea .adList {
  max-width: 300px;
  margin: 0 auto 15px;
}
#webadsplus article.priceArea table tbody td {
  padding: 20px 15px;
}
#webadsplus article.reasons3Area {
  background: #F8F3FA;
}
#webadsplus article.reasons3Area section {
  display: flex;
  gap: 20px;
}
#webadsplus article.reasons3Area section:nth-of-type(1) .cont {
  border: none;
}
#webadsplus article.reasons3Area section:nth-of-type(1) .cont h3 {
  color: #5330D3;
}
#webadsplus article.reasons3Area section:nth-of-type(even) .num {
  padding: 0 60px 0 0;
}
#webadsplus article.reasons3Area section:nth-of-type(even) .cont {
  order: -1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #webadsplus article.reasons3Area section:nth-of-type(even) .cont {
    order: 1;
    text-align: left;
  }
}
#webadsplus article.reasons3Area section:nth-last-of-type(1) .cont {
  padding-bottom: 0;
}
#webadsplus article.reasons3Area section .num {
  min-width: 150px;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 767px) {
  #webadsplus article.reasons3Area section .num {
    padding: 0!important;
    min-width: 0;
    width: 20vw;
  }
}
@media screen and (max-width: 767px) {
  #webadsplus article.reasons3Area section .num img {
    max-height: 30vw;
    object-fit: contain;
  }
}
#webadsplus article.reasons3Area section .cont {
  width: 100%;
  padding: 30px 0;
  border-top: #AE8ECB 1px solid;
}
#webadsplus article.reasons3Area section .cont h3 {
  margin: 0 0 5px;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #webadsplus article.reasons3Area section .cont h3 {
    font-size: 6.2vw;
  }
}
#webadsplus article.flowArea .flowList {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  #webadsplus article.flowArea .flowList {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #webadsplus article.flowArea .flowList {
    flex-direction: column;
  }
}
#webadsplus article.flowArea .flowList section {
  flex: 1;
  border: #CFC6DE 2px solid;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  #webadsplus article.flowArea .flowList section {
    width: calc(100% / 3 - 15px);
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  #webadsplus article.flowArea .flowList section {
    width: 100%;
  }
}
#webadsplus article.flowArea .flowList section h3 {
  background: linear-gradient(to right, #5330D3, #8F00FF);
  border-radius: 10px 10px 0 0;
  margin: -2px -2px 0;
  text-align: center;
  color: #FFF;
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
}
#webadsplus article.flowArea .flowList section .img {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  #webadsplus article.flowArea .flowList section .img {
    min-height: 0;
    padding: 10px 0 0;
  }
}
#webadsplus article.flowArea .flowList section dl {
  padding: 10px;
}
#webadsplus article.flowArea .flowList section dl dt {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  margin: 0 0 8px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
#webadsplus article.flowArea .flowList section dl dd {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #webadsplus article.flowArea .flowList section dl dd {
    font-size: 3.2vw;
  }
}
#webadsplus article.voiceArea {
  overflow: hidden;
  background: #F8F3FA;
}
@media screen and (max-width: 767px) {
  #webadsplus article.voiceArea {
    padding-bottom: 75px;
  }
}
#webadsplus article.voiceArea .slick-slider {
  width: 100%;
  margin: auto;
}
#webadsplus article.voiceArea .slick-slider.slick-initialized .slick-item {
  display: block;
}
#webadsplus article.voiceArea .slick-slider .slick-list {
  overflow: visible!important;
}
#webadsplus article.voiceArea .slick-slider .slick-track {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  #webadsplus article.voiceArea .slick-slider .slick-track {
    gap: 20px;
  }
}
#webadsplus article.voiceArea .slick-slider .slick-track::before,
#webadsplus article.voiceArea .slick-slider .slick-track::after {
  content: none;
}
#webadsplus article.voiceArea .slick-slider .slick-track .slick-slide {
  height: auto;
}
#webadsplus article.voiceArea .slick-slider .slick-track .slick-slide > div {
  height: 100%;
}
#webadsplus article.voiceArea .slick-slider .slick-item {
  display: none;
  height: 100%;
  background: #FFF;
  border-radius: 10px;
  padding: 12px 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
#webadsplus article.voiceArea .slick-slider .slick-item .companyLogo {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0 0 12px;
  text-align: center;
}
#webadsplus article.voiceArea .slick-slider .slick-item .companyLogo img {
  max-height: 100px;
}
#webadsplus article.voiceArea .slick-slider .slick-item .companyData {
  display: flex;
  gap: 17px;
  margin: 0 0 18px;
}
#webadsplus article.voiceArea .slick-slider .slick-item .companyData .companyImg {
  flex-shrink: 0;
}
#webadsplus article.voiceArea .slick-slider .slick-item .companyData h3 {
  font-size: 24px;
}
#webadsplus article.voiceArea .slick-slider .slick-item .companyData p {
  font-weight: bold;
  font-size: 18px;
}
#webadsplus article.voiceArea .slick-slider .slick-item p {
  font-size: 16px;
}
#webadsplus article.voiceArea .slick-slider .slick-prev,
#webadsplus article.voiceArea .slick-slider .slick-next {
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
}
#webadsplus article.voiceArea .slick-slider .slick-prev:hover,
#webadsplus article.voiceArea .slick-slider .slick-next:hover,
#webadsplus article.voiceArea .slick-slider .slick-prev:focus,
#webadsplus article.voiceArea .slick-slider .slick-next:focus {
  background: #D3DFE9;
}
#webadsplus article.voiceArea .slick-slider .slick-prev.slick-disabled::before,
#webadsplus article.voiceArea .slick-slider .slick-next.slick-disabled::before {
  color: #54467E;
}
@media screen and (max-width: 1200px) {
  #webadsplus article.voiceArea .slick-slider .slick-prev,
  #webadsplus article.voiceArea .slick-slider .slick-next {
    bottom: -80px;
    left: 10px;
    top: auto;
  }
}
#webadsplus article.voiceArea .slick-slider .slick-prev::before,
#webadsplus article.voiceArea .slick-slider .slick-next::before {
  content: '\f137';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 36px;
  color: #5330D3;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #webadsplus article.voiceArea .slick-slider .slick-prev::before,
  #webadsplus article.voiceArea .slick-slider .slick-next::before {
    font-size: 2rem;
  }
}
#webadsplus article.voiceArea .slick-slider .slick-next:hover,
#webadsplus article.voiceArea .slick-slider .slick-next:focus {
  background: #D3DFE9;
}
@media screen and (max-width: 1200px) {
  #webadsplus article.voiceArea .slick-slider .slick-next {
    bottom: -80px;
    right: 10px;
    left: auto;
  }
}
#webadsplus article.voiceArea .slick-slider .slick-next::before {
  content: '\f138';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 36px;
  color: #5330D3;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #webadsplus article.voiceArea .slick-slider .slick-next::before {
    font-size: 2rem;
  }
}
#webadsplus article.imageArea table thead th {
  padding: 10px 8px;
}
#webadsplus article.imageArea table tbody th {
  padding: 10px 8px;
}
#webadsplus article.imageArea table tbody td {
  padding: 10px 8px;
}
#webadsplus article.imageArea .adList {
  margin: 7px 0;
  justify-content: center;
}
#webadsplus article.imageArea .adList.flexStart {
  justify-content: flex-start;
}
#webadsplus article.imageArea .resultList {
  min-width: 260px;
}
#webadsplus article.imageArea .resultList .resultItem {
  display: flex;
  gap: 0;
  justify-content: space-between;
  align-items: center;
}
#webadsplus article.imageArea .resultList .resultItem dt {
  padding: 2px 5px;
  background: #D9D9D9;
  border-radius: 5px;
  font-size: 16px;
}
#webadsplus article.imageArea .resultList .resultItem dd {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 900;
}
#webadsplus article.imageArea .resultList .resultItem dd strong {
  color: #F00;
  font-weight: 900;
}
#webadsplus article.faqArea .faqList .faqItem {
  margin: 0 0 30px;
  padding: 44px 58px;
  border-radius: 20px;
  background: #F8F3FA;
}
@media screen and (max-width: 767px) {
  #webadsplus article.faqArea .faqList .faqItem {
    padding: 15px 20px;
    margin-bottom: 15px;
  }
}
#webadsplus article.faqArea .faqList .faqItem dt,
#webadsplus article.faqArea .faqList .faqItem dd {
  padding: 12px 20px 12px 68px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #webadsplus article.faqArea .faqList .faqItem dt,
  #webadsplus article.faqArea .faqList .faqItem dd {
    padding: 0 0 0 12vw;
  }
}
#webadsplus article.faqArea .faqList .faqItem dt::before,
#webadsplus article.faqArea .faqList .faqItem dd::before {
  content: 'Q';
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: center;
  color: #FFF;
  background: linear-gradient(to right, #5330D3, #8F00FF);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #webadsplus article.faqArea .faqList .faqItem dt::before,
  #webadsplus article.faqArea .faqList .faqItem dd::before {
    width: 9.6vw;
    height: 9.6vw;
    line-height: 9.6vw;
    border-radius: 9.6vw;
    font-size: 6.4vw;
  }
}
#webadsplus article.faqArea .faqList .faqItem dt {
  margin: 0 0 18px;
}
#webadsplus article.faqArea .faqList .faqItem dd::before {
  content: 'A';
  background: #FFF;
  color: #C317FF;
}
#webadsplus .formArea {
  padding: 0 0 70px;
}
#webadsplus .formArea h1 {
  margin: 0 0 40px;
  font-size: 42px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea h1 {
    margin-bottom: 20px;
    font-size: 6.4vw;
  }
}
#webadsplus .formArea h1::after {
  content: '';
  display: block;
  max-width: 250px;
  height: 8px;
  margin: 8px auto;
  background: linear-gradient(to right, #5330D3, #8F00FF);
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea h1::after {
    width: 50vw;
  }
}
#webadsplus .formArea .formPoint {
  display: flex;
  gap: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 550px;
  margin: 0 auto 50px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea .formPoint {
    padding: 0 10px;
  }
}
#webadsplus .formArea .formPoint li {
  width: 270px;
  margin: 0 0 11px;
  padding: 11px 14px;
  background: #E7D2EF;
  border-radius: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea .formPoint li {
    width: 49.5%;
    padding: 10px 8px;
  }
}
#webadsplus .formArea .formPoint li i {
  color: #5330D3;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea .formPoint li i {
    font-size: 4vw;
  }
}
#webadsplus .formArea form {
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px;
  background: #F8F3FA;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea form {
    padding: 10px 0;
  }
}
#webadsplus .formArea form .kindSelect {
  display: flex;
  gap: 44px;
  justify-content: center;
  margin: 0 0 54px;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea form .kindSelect {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
}
#webadsplus .formArea form .kindSelect .label input[type="radio"] {
  display: none;
}
#webadsplus .formArea form .kindSelect .label input[type="radio"]:checked + label {
  border-color: #C317FF;
}
#webadsplus .formArea form .kindSelect .label input[type="radio"]:checked + label::before {
  content: '\f192';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #0085FF;
}
#webadsplus .formArea form .kindSelect label {
  display: inline-block;
  width: 315px;
  padding: 18px 32px;
  background: #E7D2EF;
  font-weight: bold;
  border-radius: 100px;
  border: transparent 3px solid;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea form .kindSelect label {
    display: block;
    width: 100%;
    max-width: 315px;
    margin: 0;
  }
}
#webadsplus .formArea form .kindSelect label::before {
  content: '\f111';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-weight: 400;
  margin-right: 8px;
}
#webadsplus .formArea form em {
  display: inline-block;
  padding: 6px 10px;
  line-height: 1;
  font-style: normal;
  background: #D00000;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  border-radius: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea form em {
    order: -1;
    font-size: 3.2vw;
  }
}
#webadsplus .formArea form em.notReq {
  background: #006CD0;
}
#webadsplus .formArea form .formDl {
  max-width: 880px;
  margin: 0 auto;
}
#webadsplus .formArea form .formDl .formItem {
  display: flex;
  gap: 72px;
  margin: 0 0 18px;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea form .formDl .formItem {
    flex-direction: column;
    gap: 10px;
    padding: 15px 10px;
    margin-bottom: 0;
    border-bottom: #E7D2EF 1px solid;
  }
}
#webadsplus .formArea form .formDl .formItem dt {
  display: flex;
  gap: 0;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: flex-start;
  width: 240px;
  padding: 8px 0;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea form .formDl .formItem dt {
    gap: 10px;
    width: 100%;
    justify-content: flex-start;
    padding: 0 0 2px;
  }
}
#webadsplus .formArea form .formDl .formItem dd {
  flex: 1;
}
#webadsplus .formArea input {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea input {
    font-size: 3.6vw;
  }
}
#webadsplus .formArea input[type="text"],
#webadsplus .formArea input[type="email"],
#webadsplus .formArea input[type="tel"],
#webadsplus .formArea input[type="url"] {
  width: 100%;
  border: #B7ADBB 1px solid;
  border-radius: 5px;
  background: #FFF;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea input[type="text"],
  #webadsplus .formArea input[type="email"],
  #webadsplus .formArea input[type="tel"],
  #webadsplus .formArea input[type="url"] {
    padding: 6px 10px;
  }
}
#webadsplus .formArea input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
#webadsplus .formArea input[type="button"] {
  -webkit-appearance: none;
  cursor: pointer;
}
#webadsplus .formArea textarea {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: #B7ADBB 1px solid;
  border-radius: 5px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea textarea {
    font-size: 3.6vw;
  }
}
#webadsplus .formArea select {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea select {
    font-size: 3.6vw;
  }
}
#webadsplus .formArea label {
  display: inline-block;
  margin: 5px 30px 5px 0;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea label {
    display: block;
    padding: 5px 0;
  }
}
#webadsplus .formArea label input {
  width: 30px;
  height: 30px;
  border: #ADADAD 1px solid;
}
@media screen and (max-width: 767px) {
  #webadsplus .formArea label input {
    width: 6vw;
    height: 6vw;
  }
}
#webadsplus .formArea .privacy {
  margin: 0 0 35px;
  text-align: center;
}
#webadsplus .formArea .privacy strong {
  font-size: 14px;
}
#webadsplus .formArea .privacy a {
  color: #006CD0;
  text-decoration: underline;
}
#webadsplus .formArea .privacy a::hover {
  text-decoration: none;
}
#webadsplus .formArea .submit {
  display: flex;
  gap: 20px;
  justify-content: center;
}
#webadsplus .formArea .submit input[type="submit"] {
  background: #C317FF;
  width: 345px;
  height: 50px;
  color: #FFF;
  border: none;
  border-radius: 100px;
}
