.ls_none {
  list-style: none !important;
}

.hoverr {
    text-decoration: underline !important;
}
.hoverr:hover {
    text-decoration: none !important;
}

.tex_c {
    text-align: center;
}
.mt16 {
    margin-top: 16px !important;
}
.mt32 {
    margin-top: 32px !important;
}
.mt48 {
    margin-top: 48px !important;
}
.mt64 {
    margin-top: 64px !important;
}
.mb4 {
    margin-bottom: 4px;
}
.mb8 {
    margin-bottom: 8px;
}
.mb16 {
    margin-bottom: 16px;
}
.mb32 {
    margin-bottom: 32px;
}
.mb64 {
    margin-bottom: 64px;
}
.mr24 {
    margin-right: 24px;
}
.ml16 {
  margin-left: 16px;
}
.mr16 {
  margin-right: 16px;
}


.inq__btn2 {
    transition: opacity 0.2s;
    
    padding: 10px 32px;
    border-radius: 16px;
    color: #fff !important;
    text-align: center;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .28px;
    background: #F4CD65;
    background: linear-gradient(90deg, rgba(244, 205, 101, 1) 0%, rgba(255, 102, 51, 1) 24%, rgba(255, 102, 51, 1) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-right: -24px !important;
}
.inq__btn2:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}

.inq__btn3 {
    transition: opacity 0.2s;
    
    padding: 10px 32px;
    border-radius: 16px;
    color: #fff !important;
    text-align: center;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .28px;
    background: #F4CD65;
    background: linear-gradient(90deg, rgba(244, 205, 101, 1) 0%, rgba(255, 102, 51, 1) 24%, rgba(255, 102, 51, 1) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-right: -24px !important;
    display: block;
    width: 100%;
}
.inq__btn3:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}

#fixedBox {
  position: fixed;
  bottom: 32px;
  right: 80px;
  width: 300px;
  padding: 20px;
  background: #FFFAE7;
  border: 1px solid #fffcf3;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 9;
}

.hide_fuki {
  font-weight: bold;
  font-size: 18px;
  background: url("../images/hide_fuki.png") no-repeat left top;
  background-size: 100%;
  padding: 16px 24px 32px 24px;
  margin-bottom: 4px;
}

.hide_fuki2 {

  font-size: 16px !important;
  background-size: 100% 58px !important;
  text-align: center !important;
  margin-bottom: 0px !important;

}

#fixedBox p {
  color: #52525B;
  text-align: center;
}

#closeBtn {
  position: absolute;
  top: 5px;
  right: 8px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}


.contact__sub2 {
    color: var(--Colors-_gray-600, #52525B);
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 8px;
}

.file_mark {
    background: url("../images/file_mark.png") no-repeat left center;
    background-size: 45px;
    padding: 32px 0 32px 64px;
}
.file_mark input[type="text"] {
  background: none !important;
  border: none !important;
  width: 800px;
  box-sizing: border-box;
  
}

.file_mark textarea {
  background: none !important;
  border: none !important;
  width: 800px;
  box-sizing: border-box;
  resize: none;
  height: 64px;
  line-height: 2em;
  
}


.btn_og {
    margin-top: 16px;
    border-radius: 16px;
    background: #F4CD65;
    background: linear-gradient(90deg, rgba(244, 205, 101, 1) 0%, rgba(255, 102, 51, 1) 24%, rgba(255, 102, 51, 1) 100%);
    display: inline-block;
    padding: 12px 16px 12px 24px;
    color: #fff;
    font-weight: bold;
    transition: opacity 0.2s;
}
.btn_og span {
    background: url("../images/arrow_mini.png") no-repeat right center;
    background-size: 6px;
    display: inline-block;
    padding-right: 32px;
    font-size: 14px;
    color: #fff !important;
    
}
.btn_og:hover {
   opacity: 0.8;
   transition: opacity 0.2s;
}

.content2 {
    background: none !important;
}

.servicelist .multiple-items a {
    border-radius: 16px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
    overflow: hidden;
    max-width: 352px !important;
    background: #fff;
    min-height: 360px;
}

.servicelist .itemList2 a {
    border-radius: 16px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
    overflow: hidden;
    max-width: 352px !important;
    background: #fff;
    min-height: 360px;
}

.servicelist .itemList a .infoArea .text {
  min-height: 88px;
}

.btn_dl {
    text-align: center;
    color: #008F75;
    border: 2px solid #008F75;
    padding: 16px;
    border-radius: 100px;
    display: block;
    margin: 16px 0 0;
    font-size: 15px;
    font-weight: bold;
}
.dlttl {
    background: url("../images/dlttl.png") no-repeat left 24px center #fff;
    background-size: 12px;
    border-radius: 100px;
    padding: 16px 40px 16px 48px;
    margin: 0 0 32px;
    font-size: 24px;
}

.w1120 {
    max-width: 1120px;
    margin: 0 auto;
}

.btn_og_big {
    margin-top: 16px;
    border-radius: 8px;
    background: #F4CD65;
    background: linear-gradient(90deg, rgba(244, 205, 101, 1) 0%, rgba(255, 102, 51, 1) 24%, rgba(255, 102, 51, 1) 100%);
    display: block;
    padding: 32px 24px 32px 24px;
    color: #fff;
    font-weight: bold;
    transition: opacity 0.2s;
}
.btn_og_big span {
    background: url("../images/arrow_mini.png") no-repeat right center;
    background-size: 8px;
    display: block;
    padding-right: 40px;
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    
}
.btn_og_big:hover {
   opacity: 0.8;
   transition: opacity 0.2s;
}


.flex_bet {
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    
}

.fixed__btn {
    top: auto;
    bottom: 10px;
    z-index: 99;
}

.servicelist .itemList a .image {
  height: auto !important;
}

.lpwrap .mv__inner .link__btn::before {
    position: absolute;
    content: url(/wp-content/themes/tdc/images/lp/free_mv.svg) !important;
    width: 92px;
    height: auto;
    left: -120px;
}

.lpwrap .mv__inner .iconArea .item img {
    height: 96px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}

/*カルーセル*/
.slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px !important;
}
.slick-next {
    right: -44px !important;
}
.slick-prev {
    left: -44px !important;
}


@media (max-width: 1089px) {
.flex_bet {
    display: flex !important;
    justify-content: flex-start !important;
}
}

@media (max-width: 1089px) {
.servicelist .itemList3 a {
    border-radius: 16px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
    overflow: hidden;
    max-width: 352px !important;
    width: 100%;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}
.servicelist .itemList3 {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    overflow-x: unset !important;
}

.servicelist .multiple-items a {
    border-radius: 16px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
    overflow: hidden;
    max-width: 352px !important;
    background: #fff;
    min-height: 260px !importantx;
}

}
@media (max-width: 850px) {
  
  .content.form .form__switcher ul {
    width: 100%;
    overflow: hidden;
  }
  .file_mark input[type="text"] {
      background: none !important;
      border: none !important;
      width: 800px;
      box-sizing: border-box;
      word-wrap: break-word !important;
      word-break: break-all !important;
  }
  .file_mark textarea {
    background: none !important;
    border: none !important;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    height: 88px;
    line-height: 2em;
    
  }

}


#fixedBox2 {
  display: none;
}




@media (max-width: 799px) {
  .servicelist .multiple-items a {

      background: #fff;
      
  }

  .slick-next {
      right: 10px !important;
  }
  .slick-prev {
      left: 10px !important;
      z-index: 9;
  }
}



@media (max-width: 750px) {

#fixedBox {
  position: fixed;
  bottom: 80px;
  right: 16px;
  width: 300px;
  padding: 20px;
  background: #FFFAE7;
  border: 1px solid #fffcf3;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 9;
}


#fixedBox2 {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 300px;
  padding: 16px 20px;
  background: #FFFAE7;
  border: 1px solid #fffcf3;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 9;
  display: block;
}



.servicelist .multiple-items a .infoArea .title {
    color: var(--Colors-_gray-600, #52525B);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
    min-height: 88px;
}


/*.servicelist .itemList a .image {
    height: 100px !important;
}*/


.servicelist .itemList3 a .image {
    height: 160px !important;
}

.lpwrap .mv__inner .link__btn::before {
    position: absolute;
    content: url(/wp-content/themes/tdc/images/lp/free_mv.svg) !important;
    width: 92px;
    height: auto;
    left: -120px;
    display: none !important;
}

    .lpwrap .mv__inner .iconArea .item img {
    height: 80px !important;
    width: auto !important;
}

.lpwrap .lp__ad .lp__feature .feature__items .item img {

    height: auto !important;
    width: 100% !important;

}



}

@media (max-width: 640px) {
  .servicelist .multiple-items a {
      max-width: 640px !important;
  }
}

@media (max-width: 599px) {
  .btn_og span {
      background: url("../images/arrow_mini.png") no-repeat right center;
      background-size: 6px;
      display: inline-block;
      padding-right: 16px;
      font-size: 13px;
      
  }
  
  
  
  .file_mark {
      background: url(../images/file_mark.png) no-repeat left top;
      background-size: 32px;
      padding: 48px 0 8px 0;
      width: 100%;
      display: block;
      text-align: center;
  }
  .file_mark input[type="text"] {
    background: none !important;
    border: none !important;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    
  }
  
  
}
