/* 標準で入る下線を除去 */
a:hover, a:focus {
    text-decoration: none;
  }

  @media screen and (max-width: 999px) {
    .o-section-service-cat--more {
      /* margin-bottom: 44px; */
    }
  }
  @media screen and (min-width: 1000px) {
    .o-section-service-cat--more {
      /* margin-bottom: 86px; */
    }
  }


  .animation-fadeup {
    animation-name: fadeup;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
  }

  @keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
  }

  /** 202105 素材管理 start **/
  /** 素材管理のプレビュー画面で見た際に、 プラリタウン会員サイト画面から見たパターンと違って
  slds-scope　という（VF→LWCを表示するための箇所で作られているクラス）
  標準の設定が優先して割り込んできてスタイルがずれるためにコピーして記載
  **/
  .m-heading {
    position: relative;
    color: #6a6a6a;
  }
  @media screen and (max-width: 999px) {
    .m-heading {
      font-size: 20px;
      line-height: 2;
      letter-spacing: 0em;
      font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
      font-weight: normal;
      transform: translateY(-5px);
    }
  }
  @media screen and (min-width: 1000px) {
    .m-heading {
      transform: translateY(-1px);
      font-size: 24px;
      letter-spacing: 0.02em;
      font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
        'MS PGothic', sans-serif;
    }
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .m-heading {
      font-weight: bold;
    }
  }
  @supports (-ms-ime-align: auto) {
    .m-heading {
      font-weight: bold;
    }
  }
  @media screen and (max-width: 999px) {
    .m-heading:not(.m-heading--no-border) {
      padding-bottom: 5px;
    }
  }
  @media screen and (min-width: 1000px) {
    .m-heading:not(.m-heading--no-border) {
      padding-bottom: 16px;
    }
  }
  .m-heading:not(.m-heading--no-border):before {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    width: 24px;
    height: 3px;
    content: '';
    background: #faf45d;
  }
  .m-heading:not(.m-heading--no-border):after {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 27px;
    z-index: 1;
    height: 6px;
    content: '';
    background: -moz-radial-gradient(circle, #87dddd 30%, white 30%);
    background: -webkit-radial-gradient(circle, #87dddd 30%, white 30%);
    background: radial-gradient(circle, #87dddd 30%, white 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#87DDDD",endColorstr="#ffffff",GradientType=1);
    background-repeat: repeat;
    background-size: 6px 6px;
  }

  /* iPhone 検索時　ズームさせない対応 */
  @media screen and (max-width: 999px){
    input.a-text-field--search {
      font-size: 16px;
    }
  }

  .m-button[disabled] {
    color: #fff;
    -webkit-text-fill-color: #FFF;
  }

  @media screen and (min-width: 1000px){
    .m-filter-category .archive-search {
        width: 450px;
    }
    .p-onboarding__form {
        margin-top: 0px;
        display: flex;
    }
    .category-subtitle {
        width: 120px;
        font-size: 16px;
    }
    .p-anews-category-list-item{
        margin-right: 4px;
        margin-top: 4px;
        margin-bottom: 0px;
    }
    .o-section-customize__title{
        font-weight: bold;
        margin-right: 0px;
    }
    .category-description{
        margin-top: 12px;
        font-size: 22px;
    }
    .category-subtitle-div{
        /* 〇消すなら */
        padding-top: 8px;
        /* padding-top: 12px; */
        padding-left: 6px;
        padding-right: 12px;
    }
    /* 〇消すなら */
    .m-form-control--block .m-form-control__label {
        padding: 4px 11px 4px 11px;
    }
    .a-icon--calendar{
        /* left:400px; */
        left:0px;
    }
    .m-form-control--block .exclude-label{
        /* padding: 11px 24px 11px 55px; */
        padding: 11px 24px 11px 37px;
        border: none;
    }
    .m-calendar {
        width: 312px;
        right: 146px;
    }
    .m-filter-category__search{
        margin-bottom: 6px;
    }
    .m-filter-category-acord-div{
        margin: 12px auto 0;
        padding-top: 12px;
        border-top: 4px dotted rgb(230, 230, 230);
    }
    .m-filter-category-acord-title{
        font-size: 16px;
        font-weight: 700;
        /* padding-top: 8px; */
        padding-left: 6px;
    }
    /* .arrow {
      position: relative;
      display: inline-block;
      padding: 10px 15px;
    } */
    /* .arrow::before { */
      /* content: '';
      width: 15px;
      height: 15px;
      border-top: solid 2px rgb(138, 138, 138);
      border-right: solid 2px rgb(138, 138, 138);
      position: absolute;
      left: 15px;
      top: 8px; */
      /* position: absolute;
      top: 50%;
      right: 14px;
      width: 7px;
      height: 9px;
      content: '';
      background: transparent url(../images/ic_triangle_down.svg) no-repeat center right/7px 9px;
      transition: 0.3s all ease;
      transform: translateY(-50%); */
    /* } */
    /* .arrow.arrow-top::before {
      transform: rotate(-45deg);
      top: 10px;
    } */
    /* .arrow.arrow-bottom::before {
      transform: rotate(135deg);
    } */
    .m-filter-category__nav{
        width: 100%;
    }
    .m-filter-category {
        padding: 16px;
    }
    .p-onboarding__form-feedback {
        /* padding: 8px 0px 8px 105px; */
        padding: 12px 0px 8px 117px;
        margin-top: 0px;
        justify-content: start;
    }
    .p-onboarding__form-feedback-radio .m-form-control__label{
        font-size: 16px;
    }
    .p-onboarding__form-feedback-radio {
        margin: 0 16px;
    }
    .dropdownImg{
      width: 7px;
      height: 9px;
      display: inline-block;
      margin: 0px 0 4px 6px;
    }
    .m-filter-category-acord-a{
        display: inline-block;
        border-radius: 8px;
        padding: 8px 12px 8px 8px;
    }
    .m-filter-category-acord-a:hover{
        color: rgb(77, 77, 77);
    }
    .m-filter-category-acord-a-open{
        background: #e6e6e6;
    }
    .m-form-control--block .m-form-control__icon {
        left: 6px;
    }
    .m-filter-category__info-link {
        margin-top: 0px;
        margin-left: auto;
        margin-right: 16px;
        /* font-size: 16px; */
    }
}
@media screen and (max-width: 999px){
    /* .m-filter-category .a-text-field {
        width: 185%;
    } */
    .p-onboarding__form {
        margin-top: 0px;
        /* display: flex; */
    }
    .category-subtitle {
        /* width: 120px; */
        font-size: 16px;
    }
    .p-anews-category-list-item{
        margin-right: 2px;
        margin-bottom: 2px;
    }
    .o-section-customize__title{
        font-weight: bold;
    }
    .category-description{
        margin-top: 6px;
        font-size: 16px;
    }
    .p-onboarding__form-list {
        padding: 0 0px;
    }.m-form-control--block .m-form-control__icon {
        left: 6px;
        top: 17px;
    }
    .m-form-control--block .m-form-control__label {
        /* 〇消すなら */
        padding: 4px 8px 4px 8px;
        /* padding: 5px 8px 5px 26px; */
    }
    /* ニュースで追加↓ */
    .m-form-control--block .exclude-label{
        padding: 4px 8px 4px 26px;
    }
    .m-filter-category-acord-div{
        margin-top: 8px;
    }
    .m-filter-category-acord-title{
        font-size: 16px;
        font-weight: 700;
    }
    .arrow {
      position: relative;
      display: inline-block;
      padding: 10px 10px;
    }
    .arrow::before {
      /* content: '';
      width: 10px;
      height: 10px;
      border-top: solid 2px rgb(138, 138, 138);
      border-right: solid 2px rgb(138, 138, 138);
      position: absolute;
      left: 10px; */
      /* top: 8px; */
    }
    .arrow.arrow-top::before {
      transform: rotate(-45deg);
      /* top: 10px; */
    }
    .arrow.arrow-bottom::before {
      transform: rotate(135deg);
    }
    .m-filter-category__nav{
        width: 100%;
    }
    .m-filter-category {
        padding: 16px;
    }
    .p-onboarding__form-feedback {
        padding: 8px 0px 0px 0px;
        /* margin-top: 0px;
        margin-bottom: 0px; */
        margin: 0;
        justify-content: start;
        /* justify-content: start; */
    }
    .p-onboarding__form-feedback-radio {
        margin: 0 16px 0 0;
    }
    .p-onboarding__form-feedback-radio .m-form-control__label{
        font-size: 16px;
    }
    .dropdownImg{
      width: 7px;
      height: 9px;
      display: inline-block;
      margin: 0px 0 4px 6px;
    }
    .m-filter-category-acord-a{
        display: inline-block;
        border-radius: 8px;
        padding: 8px 12px 8px 8px;
    }
    .m-filter-category-acord-a:hover{
        color: rgb(77, 77, 77);
    }
    .m-filter-category-acord-a-open{
        background: #e6e6e6;
    }
    .m-filter-category__info-link {
        /* font-weight: normal; */
        margin-top: 0px;
        margin-left: auto;
        margin-right: 16px;
        /* font-size: 16px; */
    }
}

.accordion > div{
    /* display: none; */
    max-height: 0px;
    opacity: 0;
    transform: translateY(-20px);
    overflow: hidden;
}
.m-filter-category__nav .accordion-open > div{
    /* display: block; */
    max-height: 100%;
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s all ease;
    overflow: inherit;
}

.m-form-control--block .m-form-control__label {
  background-color: white;
}

.qa-first-list{
  padding-bottom: 0px;
}

.qa-more-list{
  margin-top: 0px;
}

.recommend-tag-ul .m-form-control {
  pointer-events: none;
  cursor: inherit;
}
.recommend-tag-ul .m-form-control--block input[type='checkbox'] ~ .m-form-control__label {
  background: #e6e6e6;
  border-color: #e6e6e6;
}

@media screen and (min-width: 1000px) {
  .p-service-detail__pin-inner {
      height: 92px !important;
      margin-top: 56px !important;
      padding: 23px, 12px, 23px, 32px;
      /* フローティング下げる対応 */
      /* bottom: 12px; */
  }
  .p-service-detail__pin-inner .a-title {
      font-size: 14px;
      line-height: 1.7142857143;
      padding: 0;
      margin: 0;
  }
}
@media screen and (max-width: 999px) {
  .p-service-detail__pin-inner {
      max-height: 144px;
      min-height: 102px;
      margin-top: 48px;
      padding: 12px, 17px, 16px;
      bottom: 104px;
  }
  .p-service-detail__pin-inner .a-title {
      font-size: 12px;
      line-height: 1.6666666667;
      padding: 0;
      margin: 0;
  }
}
.p-service-detail__pin-inner {
  bottom: auto;
  position: relative;
}

.degita-qa-banner_bottom img {
  width: 100%;
  margin: 40px auto;
}

.degita-qa-banner_bottom .sp {
  display: none;
}

@media screen and (max-width: 999px){
.p-service-detail__pin-inner {
      width: 100%;
  }

  .degita-qa-banner_bottom .pc {
    display: none;
  }

  .degita-qa-banner_bottom .sp {
      display: inline-block;
  }

}
@media screen and (max-width: 999px){
    .m-calendar {
        width: calc(100vw - 56px);
    }
}
a.degita-qa-banner_bottom{
    margin: 40px auto;
    display: block;
}
a.degita-qa-banner_bottom img{
    margin: 0 auto;
}
.degita-qa-banner_bottom img:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
/* 2022/11 UI/UX改善 */
.hoverable-tag {
    transition: 0.3s all ease;
}
.hoverable-tag:hover {
    border-color:#11bdbd !important;
}
