@charset "UTF-8";

.uq_text-xlg{
  font-size: 1.8rem;
}
.uq_text-md{
  font-size: 1.2rem;
}
.uq_index{
    padding: 32px 0 0 32px;
}
.uq_index-title{
    border-bottom: 1px solid #02bbbb;
    margin-bottom: 24px;
}


.uq_index li{
  display: flex;

}
.uq_index li span{
  padding: 8px 16px 8px 0;
}

.uq_index ul a{
  display: block;
  font-weight: bold;
  padding: 8px 0;
}
.uq_article-list{
  margin-bottom: 2rem;
}


.uq_article-list p {
  background: #f3f5f6;
    padding: 10px 15px;
    margin-bottom: 15px;
    position: relative;
}

.uq_article-list p:after {
  position: absolute;
    content: "";
    right: 0;
    top: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #e7e7e7;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .15);

}
.s-cases-interview__body h3{margin-top: 24px;line-height: 1.5;}

.s-cases-interview__body {
  line-height: 2;
}
.s-cases-interview__body h2 {
  line-height: 1.5;
}

.s-cases-interview__body strong {
  background: linear-gradient(#fff 85%, #00b48d 0);
  background: linear-gradient(transparent 60%, #ffe599 0);
  border-radius: 2px;
  font-weight: 600;
  font-weight: 700;
}
.s-cases-interview__body b{
  font-weight: 600;
  font-weight: 700;
}
.uq_article-indent{
  margin: 32px 0;
  background: #f6f6f6;
  padding: 0 32px 32px;
  border: 2px solid #ddd;
}
.s-cases-interview__image img{
  border-radius: 1rem;
}
@media screen and (min-width: 900px) {
  .l-header{
    position: absolute;
  }

}
@media screen and (min-width: 1000px) {
.s-case-side{top: 60px;}
}

.uq_text-dec{
  position: relative;
  padding:5px 10px 5px 10px;
  display: inline-block;
}
.uq_text-dec {
  position: relative;
  padding: 0 0 0 35px;
}
.uq_text-dec:before,
.uq_text-dec:after {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  top: 50%;
  margin-top: -9px;
  transform: rotate(45deg);
}
.uq_text-dec:before {
  border: 2px solid #FFB300;
  left: 3px;
}
.uq_text-dec:after {
  left: 10px;
  background: rgb(255, 179, 2, 0.5);
}
.uq_article-indent2{
  margin-bottom: 3rem;
}
.c-panel__list__item__link__image img{
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-panel__list__item {
    padding: 32px 16px;
  }
}
.uq_auther{border-top: 1px solid #ddd;padding: 32px 0 0;display: flex;align-items: center;/* contain: inline-size; */content: midnightblue;justify-content: flex-end;line-height: 1.5;}
.uq_auther img{
  width: 2.4rem;
  margin-right: 16px;
}


.s-case-side {
 height: 680px;
}
.s-case-side__inner_form{
  height: 550px;
  overflow-y: auto;
}
.s-case-side {
flex-direction: column;
}

.l-side-from__header{
  text-align: center;
}

.uq_article-list{
  padding-left: 24px;
    list-style: disc;
}
.uq_article-list2 {
  padding-left: 24px;
  list-style: decimal;
}
.uq_article-list li, .uq_article-list2 li{
  margin-top: 1rem;
}
.uq_article-list2 li::marker{
  font-weight: bold; 
}
.uq_article-list li::marker{
  color: #00b48d; 
}
.uq_article-cta{
  margin-top: 2rem;
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
  border: dashed 2px #ffb03f;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 1.5em;
}
.uq_article-cta img{
  text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto 8px;

}
.uq_article-cta a{
  text-decoration: none;
  color: var(--gray-900);
}
.uq_article-cta a .cta_ttl{
  text-decoration: underline;
  color: var(--primary-color);
}
.uq_article-cta a .cta_dis{
  margin-top: 0;
}
@media screen and (min-width: 768px) {
.uq_article-cta a{
  display: flex;
}
.uq_article-cta a img {
  width: 40%;
  margin-right: 1rem;
}
}
.uq_article-indent_list {
  display: flex;
}
.uq_article-indent_list p{
  margin: 0;
}
.uq_article-indent_list ul{
  flex: 1; 
  margin: 0; 
}
.uq_bottom_line{
  border-bottom: 1px dashed #999;
  padding-bottom: 1rem;
}
.uq_article-cta .uq_article-list{
  margin: 0;
}

.uq_vid li::marker{
  color: var(--primary-color);
}
.uq_vid span{
  display: block;
  font-weight: bold;
  color: var(--primary-color);
}
.uq_line{
  padding-top: 32px;
  border-top: 1px dashed #ccc;
}
.uq_indent{
  border-radius: 0.5em;
  margin: 32px 0;
  background: #f3f5f6;
  padding: 0 32px 32px;
  overflow: auto;
}

.faq .faq_list{
  text-align: left;
}

.uq_cases{
    padding: 0;
}

.faq {
  padding: 0;
    display: grid;
    row-gap: 20px;
    margin-top: 34px
}

@media screen and (min-width: 768px) {
    .faq {
        row-gap: 28px;
        column-gap: 40px;
        margin-top: 48px
    }
}

.faq .faq-box {
    position: relative;
    display: grid;
    grid-template-columns: min-content 1fr;
    row-gap: 12px;
    column-gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(6,16,26,.38)
}

@media screen and (min-width: 768px) {
    .faq .faq-box {
        column-gap:20px;
        padding-bottom: 36px
    }
}


.faq .faq-box .q-mark {
    grid-row: 1/3;
    grid-column: 1;
    color: #06101a9e;
    font-weight: 700;
    line-height: 1.6
}

.faq .faq-box>h3 {
    grid-row: 1;
    grid-column: 2;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

.faq .faq-box .answer {
    grid-row: 2;
    grid-column: 2;
    color: #06101a9e;
    line-height: 1.6;
    margin: 0;
}


.uq_mb{
  display: block;
  margin-top: 1rem;
}
.uq_mb li {
  list-style: none;
  display: flex;
  align-items: baseline;
}


.uq_mb li::before {
  content: "・";
  color: #000;
  margin: 0 8px 0 0;
}
.s-top-case__footer{
  margin-top: 16px;
}
.uq_dlc{
  padding: 0;
}
.uq_dlc .s-top-case__community{
  margin-top: 1rem;
}

.uq_dlc .c-panel__list{

}
.uq_dlc .c-panel__list li{
      width: 100%;
}
.uq_dlc .c-panel__list li h3{
  margin: 0;
}