.p_support {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    overflow: hidden;
}

.p_support * {
    box-sizing: border-box;
}

.p_support a:hover {
    opacity: 0.6;
}

p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

.p_support ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.p_support img {
    max-width: 100%;
}

.pc {
    display: block;
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media (max-width: 767px) {
    .sp {
        display: block;
    }
}

.inner {
    max-width: 1220px;
    padding: 0 40px;
    width: 100%;
    margin: auto;
}

@media (max-width: 767px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
}

.anchor {
    padding-top: 100px;
    margin-top: -100px;
}

/*************************************************/

.support_news {
    padding: 80px 0;
}

@media (max-width: 767px) {
    .support_news {
        padding: 80px 0;
    }
}


.support_news_content {}

.support_news_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5em;
    text-align: center;
    color: #525263;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .support_news_title {
        margin-bottom:40px;
    }
}

.support_news_title02 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    color: #525263;
    margin-bottom: 20px;
}

.support_news_body {
    padding: 20px 15px;
    background: #F5F5F5;
    border: 1px solid #AAAAAA;
    border-radius: 8px;
}

.support_news_title03{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}

.support_news_bodyContent{
    padding: 0px 15px 15px;
    height: auto;
    max-height: 290px;
    overflow-y: scroll;
    background: #FFFFFF;
    border-radius: 8px;
}
@media (max-width: 767px) {
    .support_news_bodyContent{
        max-height: 500px;
    }
}
.support_news_list{
    display: flex;
    flex-direction: column;
}
.support_news_item{
    border-bottom: 1px solid #AAAAAA;
}
.support_news_item a{
    padding: 15px 15px;
    display: flex;
    gap: 32px;
    text-decoration: none;
}
@media (max-width: 767px) {
    .support_news_item a{
        padding: 15px 10px;
        gap: 20px;
    }
}
.support_news_item a:hover{
    opacity: 0.6;
}

.support_news_date{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #212529;
    max-width: 175px;
    width: 100%;
}
@media (max-width: 767px) {
    .support_news_date{
        width: 48px;
        word-break: break-all;
    }
}

.support_news_disp{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #337AB7;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; 
}
@media (max-width: 767px) {
    .support_news_disp{
        width: calc(100% - 48px - 20px);
        font-size: 16px;
        -webkit-line-clamp: 3;
    }
}


.support_video {
    margin-bottom: 80px;
}

.support_video_content {}

.support_video_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    color: #525263;
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .support_video_title {
        font-size: 28px;
    }
}

.support_video_iframe {
    width: 100%;
    margin-bottom: 20px;
}

.support_video_iframe iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* YouTubeの標準的な比率 */
    height: auto;
    border: none;
}

.support_video_link{

}

.support_video_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    width: 196px;
    height: 44px;
    border: 1px solid #269641;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25em;
    color: #269641;
    text-decoration: none;
    margin: auto;
}

.support_faq {
    margin-bottom: 80px;
}

.support_faq_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    color: #525263;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .support_faq_title {
        font-size: 28px;
    }
}

.support_faq_list {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .support_faq_list {
        margin-bottom: 30px;
    }
}
.support_faq_list dl {
    margin: 0;
}

.support_faq_list dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
    padding-right: 10px;
    border-bottom: 1px solid #AAAAAA;
    gap: 20px;
}
@media (max-width: 767px) {
    .support_faq_list dl dt {
        padding: 16px 0;
    }
}

.support_faq_list dl dt p {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: #303030;
    position: relative;
    padding-left: 2em;
}
@media (max-width: 767px) {
    .support_faq_list dl dt {
        padding: 16px 0;
    }
}

.support_faq_list dl dt p:before {
    content: "Q.";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25em;
    position: absolute;
    left: 0;
    top: 0;
}

.acc__icon {
    width: 20px;
    height: 20px;
    position: relative;
    flex: 0 0 20px;
}

/* ＋ の線2本 */
.acc__icon::before,
.acc__icon::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 220ms ease, opacity 220ms ease;
}

/* 縦線（＋） */
.acc__icon::after {
  transform: rotate(90deg) scaleY(1);
}

/* 開いたとき：縦線が回転しながら縮んで消える */
.support_faq_list dt.active .acc__icon::after {
  opacity: 0;
  transform: rotate(180deg) scaleY(0);
}

.support_faq_list dl dd {
    display: none;
    padding: 10px 15px;
    background: #F5F5F5;
    margin: 10px 0 0;
}

.support_faq_list dl dd > *:last-child{
    margin-bottom: 0;
}

.support_faq_answer{
    position:relative;
    padding-left: 32px;
    margin-bottom: 12px;
}

.support_faq_answer > *:last-child{
    margin-bottom: 0;
}

.support_faq_answer:before{
    content: "A.";
    position:absolute;
    top: 4px;
    left: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25em;
    color: #4B4B4B;
}

.support_faq_answer.support_faq_answer--ico:before{
    content: none;
}

.support_faq_answer.support_faq_answer--ico > span{
    position:absolute;
    top: 4px;
    left: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25em;
    color: #4B4B4B;
}

.support_faq_answer p{
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #4B4B4B;
    margin-bottom: 8px;
}

.support_faq_answer p a{
    text-decoration: none;
    color: #337AB7;
}

.support_faq_answer img{
    max-width: 287px;
    width: 100%;
    display: block;
    margin-bottom: 8px;
}

.support_faq_answer ol{
    padding: 0;
    margin-bottom: 8px;
    list-style: none;
    counter-reset: number;
}

.support_faq_answer ol li{
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #4B4B4B;
    position:relative;
    padding-left: 1.5em;
}

.support_faq_answer ol li::before {
  counter-increment: number;
  content: counter(number) '.';
  position: absolute;
  left: 0;
  top: 0;
}
.support_faq_link {}

.support_faq_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 50px;
    width: 248px;
    height: 44px;
    border: 1px solid #269641;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25em;
    color: #269641;
    text-decoration: none;
    margin: auto;
}

.support_how {}

.support_how_content {}

.support_how_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    color: #525263;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .support_how_title {
        font-size: 28px;
    }
}

.support_how_cards {
    margin-bottom: 40px;
    display: flex;
    gap: 24px;
}
@media (max-width: 767px) {
    .support_how_cards {
        flex-direction: column;
        gap: 24px;
    }
}

.support_how_card {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 32px 20px 60px;
    background: #F5F5F5;
    border-radius: 20px;
}
@media (max-width: 767px) {
    .support_how_card {
        width: 100%;
    }
}

.support_how_cardIco {
    width: 180px;
}

.support_how_cardDisp {}

.support_how_cardLead {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;
    color: #4B4B4B;
    margin-bottom: 8px;
}

.support_how_cardItem {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: #000000;
}

.support_how_cardItem a {
    color: #000000;
    text-decoration: none;
}

.support_how_content {
    margin-bottom: 40px;
}

.support_how_contentDisp {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    color: #525263;
    margin-bottom: 20px;
}

.support_how_step {
    display: flex;
    padding: 20px 16px;
    gap: 20px;
    background: #F5F5F5;
    border-radius: 20px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .support_how_step {
        flex-direction: column;
    }
}

.support_how_stepItem {
    width: calc(25% - (60px / 4));
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 29px 16px 46px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
@media (max-width: 767px) {
    .support_how_stepItem {
        width: 100%;
    }
}

.support_how_stepItemNum {
    font-weight: 700;
    text-align: center;
    color: #269641;
    font-size: 36px;
}

.support_how_stepItemLead {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: #4B4B4B;
}

.support_how_stepItemText {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    color: #4B4B4B;
}

.support_how_contentLink {}

.support_how_contentLink a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    width: 196px;
    height: 44px;
    border: 1px solid #269641;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25em;
    color: #269641;
    text-decoration: none;
    margin: auto;
}

.support_how_guarantee {
    padding: 40px 20px;
    background: #F5F5F5;
    border-radius: 20px;
}

.support_how_guaranteeDisp {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    color: #4B4B4B;
    margin-bottom: 20px;
}

.support_how_guaranteeLink {}

.support_how_guaranteeLink a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    width: 244px;
    height: 44px;
    border: 1px solid #269641;
    background-color: #269641;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25em;
    color: #FFFFFF;
    text-decoration: none;
    margin: auto;
}

.support_other {}

.support_other_content {}

.support_other_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    color: #525263;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .support_other_title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.support_other_cards {
    display: flex;
    gap: 24px;
}

@media (max-width: 767px) {
    .support_other_cards {
        flex-direction:column;
    }
}
.support_other_card {
    width: calc((100% / 3) - (48px / 3));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px 60px;
    gap: 24px;
    background: #F5F5F5;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .support_other_card {
        width: 100%;
    }
}

.support_other_cardBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.support_other_cardIco {
    width: 180px;
}

.support_other_cardText {}

.support_other_cardLead {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;
    color: #4B4B4B;
    margin-bottom: 8px;
}

.support_other_cardDisp {
    font-weight: 300;
    font-size: 18px;
    line-height: 175%;
    text-align: center;
    color: #4B4B4B;
}

.support_other_cardLink {
    width: 100%;
}

.support_other_cardLink a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    max-width: 196px;
    width: 100%;
    height: 44px;
    border: 1px solid #269641;
    background-color: #269641;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25em;
    color: #FFFFFF;
    text-decoration: none;
    margin: auto;
}