@charset "UTF-8";

.search-event {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .search-event {
        flex-direction: column;
        flex-wrap: initial;
    }
}
.search-event:not(:first-child) {
margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    .search-area-select {
        flex-direction: initial;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 767px) {
    .search-area-select .search-event-button {
        width: 100%;
    }
}
.search-area-select .search-event-button .search-event-button-label {
    width: 200px;
}
@media only screen and (max-width: 767px) {
    .search-area-select .search-event-button .search-event-button-label {
        width: 100%;
    }
}
.search-event-button {
    margin: 0 20px 20px 0;
}
@media only screen and (max-width: 767px) {
    .search-event-button {
        margin: 0 0 20px 0;
    }
}
.search-event-button input[type=checkbox] {
    display: block;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
}
.search-event-button input[type=checkbox]:checked + .search-event-button-label {
    background-color: #000;
    color: #fff;
}
.search-event-button input[type=checkbox]:checked + .search-event-button-label::before {
    background-color: #fff;
}
.search-event-button input[type=checkbox]:checked + .search-event-button-label::after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    border-right: solid 3px #000;
    border-bottom: solid 3px #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: calc(50% - 2px);
    left: 23px;
}
@media only screen and (max-width: 767px) {
    .search-event-button input[type=checkbox]:checked + .search-event-button-label::after {
        width: 4px;
        height: 7px;
        border-right: solid 2px #000;
        border-bottom: solid 2px #000;
        left: 19px;
    }
}
.search-event-button-label {
    display: flex;
    position: relative;
    cursor: pointer;
    line-height: 1.25;
    width: 250px;
    padding: 12px 20px 12px 55px;
    background-color: #fff;
    border-radius: 28px;
    font-size: 16px;
    user-select: none;
}
@media only screen and (max-width: 767px) {
    .search-event-button-label {
        width: 100%;
        padding: 12px 40px;
        text-align: center;
        font-size: 13px;
    }
}
.search-event-button-label::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #f2f2f2;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
}
@media only screen and (max-width: 767px) {
    .search-event-button-label::before {
        width: 15px;
        height: 15px;
        left: 16px;
    }
}

.is-pc {
    display: none !important;
}

.is-sp {
    display: block !important;
}

/**
 * overwrite
 */

.lower-contents {
    padding-bottom: 209px;
}

.faq {
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
    /* tap-highlight-color: rgba(0, 0, 0, 0); */
    word-wrap: break-word;
}

.faq-ttl {
    margin-bottom: 60px;
}

.faq-lower .faq-ttl {
    margin-bottom: 40px;
}

.faq-contents {}

.faq-sec:nth-child(n + 2) {
    margin-top: 60px;
}

.faq-lower .faq-sec {
    margin-top: 33px;
}

.faq-sec-ttl {
    padding-left: 10px;
    margin-bottom: 21px;
    font-size: 16px;
    border-left: 4px solid #000;
}

.faq-form {
    position: relative;
}

.faq-form input[type="text"] {
    width: 100%;
    height: 56px;
    padding: 0 65px 0 12px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 0px;
    appearance: none;
    display: block;
}

.faq-form input[type="text"]::placeholder {
    font-size: 12px;
    color: #939393;
}

.faq-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 56px;
    height: 56px;
    background: url("/assets/image/design-faq/search-icon.svg") no-repeat center;
    background-color: #000;
    background-size: 17.14px 18.96px;
}

.faq-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}

.faq-list-item {
    width: 50%;
    height: 84px;
    padding: 0 11px;
}

.faq-list-item:nth-child(n + 3) {
    margin-top: 21px;
}

.faq-list-txt {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3333;
    text-align: center;
    border: 1px solid #000;
}

.faq-list-txt::before,
.faq-list-txt::after {
    position: absolute;
    content: '';
}

.faq-list-txt::before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.faq-list-txt::after {
    top: 6px;
    right: -7px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url('/assets/image/design-faq/dots.png');
    background-size: 14px;
}
.faq-list-txt a {
    -webkit-tap-highlight-color: gray;
}

.faq-list-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
}

.faq-list-inner::before {
    position: absolute;
    top: 10px;
    right: -6px;
    z-index: -2;
    width: calc(100% + 3px);
    height: calc(100% - 3px);
    content: '';
    background-color: rgba(255, 134, 154, 0.6);
}

.faq-list-inner span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding: 0 5px;
    overflow: hidden;
}

.faq-look {
    margin-top: 26px;
}

.faq-look-block {
    padding-bottom: 13px;
    background-image: url('/assets/image/design-faq/line.svg');
    background-position: bottom 0 left 0;
    background-repeat: repeat-x;
}

.faq-look-block:nth-child(n + 2) {
    margin-top: 22px;
}

.faq-look-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.faq-look-tab li {
    display: inline-block;
    padding: 2px 11px;
    margin-top: 8px;
    margin-left: 10px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6364;
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8;
}

.faq-look-ttl {
    display: flex;
    align-items: flex-start;
    margin-top: 11px;
    -webkit-tap-highlight-color: gray;
}

.faq-look-ttl img {
    width: 16px;
    margin-top: 5px;
    margin-right: 6px;
}

.faq-look-ttl span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: calc(100% - (16px + 6px));
    overflow: hidden;
    line-height: 1.8571;
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {
    .lower-contents {
        padding-bottom: 240px;
    }

    .is-pc {
            display: block !important;
        }

    .is-sp {
        display: none !important;
    }

    .faq-sec:nth-child(n + 2) {
        margin-top: 90px;
    }

    .faq-lower .faq-sec {
        margin-top: 50px;
    }

    .faq-ttl {
        margin-bottom: 106px;
    }

    .faq-lower .faq-ttl {
        margin-bottom: 86px;
    }

    .faq-sec-ttl {
        padding-left: 12px;
        margin-bottom: 32px;
        font-size: 22px;
    }

    .faq-form input[type="text"] {
        height: 65px;
        padding: 5px 100px 0 18px;
    }

    .faq-form input[type="submit"] {
        width: 78px;
        height: 65px;
        cursor: pointer;
        background-size: 19.99px 22.12px;
    }

    .faq-form input[type="text"]::placeholder {
        font-size: 16px;
    }

    .faq-list {
        margin: 0 -15px 0 -21px;
    }

    .faq-list-item {
        width: calc(100% / 3);
        height: 70px;
        padding: 0 21px;
    }

    .faq-list-item:nth-child(n + 3) {
        margin-top: 0;
    }

    .faq-list-item:nth-child(n + 4) {
        margin-top: 28px;
    }

    .faq-list-txt {
        font-size: 14px;
        cursor: pointer;
        transition: opacity 0.3s;
    }

    .faq-list-txt:hover {
        opacity: 0.7;
    }

    .faq-list-txt::after {
        top: 13px;
        right: -6px;
        height: calc(100% - 4px);
    }

    .faq-list-inner span {
        -webkit-line-clamp: 3;
        padding: 0 30px;
        transition: color 0.3s;
    }

    .faq-list-txt:hover .faq-list-inner span {
        color: #ff869a;
    }

    .faq-look-block {
        padding-bottom: 15px;
        background-image: url('/assets/image/design-faq/line_md.svg');
    }

    .faq-look-block:nth-child(n + 2) {
        margin-top: 24.5px;
    }

    .faq-look-tab {
        margin-left: -12px;
    }

    .faq-look-tab li {
        padding: 1px 11px;
        margin-top: 14px;
        margin-left: 12px;
        font-size: 12px;
    }

    .faq-look-ttl {
        margin-top: 14px;
        transition: color 0.3s;
    }

    .faq-look-ttl:hover {
        text-decoration: underline;
    }

    .faq-look-ttl img {
        width: 24px;
        margin-right: 8px;
        border-radius: 50%;
        transition: box-shadow 0.3s;
    }

    .faq-look-ttl:hover img {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    }

    .faq-look-ttl span {
        -webkit-line-clamp: 2;
        width: calc(100% - (24px + 8px));
        font-size: 18px;
        line-height: 1.6667;
        text-decoration: none;
    }
}

/**
 * 検索結果
 */

.lower-contents-shrink {
    padding-bottom: 150px;
}
.lower-contents-shrink .faq {
    margin-bottom: 20px;
}

.search .search-inner {
    padding: 20px;
}

.news-pagination {
    margin-top: 50px !important;
}

.news-pagination li {
    margin: 0 5px;
}

.news-pagination a img {
    width: 11px;
}

.search {
    margin-bottom: 0;
}

.search-acc {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 500;
}

.search-acc::before,
.search-acc::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 1px;
    content: '';
    background-color: #000;
    transform: translateY(-50%);
}

.search-acc::after {
    transition: transform 0.2s;
    transform: translateY(-50%) rotate(-90deg);
}

.search-acc.active::after {
    transform: translateY(0) rotate(0deg);
}

.search-group {
    display: none;
    margin-bottom: 17px;
}

.search .search-inner .search-item:first-child {
    padding: 20px 0;
    margin-top: 18px;
    border-top: 1px solid #dfdfdf;
}

.search .search-inner .search-item {
    padding: 20px 0;
}

.search-event-button {
    margin-bottom: 12px;
}

.search-event-button:last-child {
    margin-bottom: 0;
}

.search-event-button-label {
    /* display: inline-flex; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 0 30px 0 50px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3333;
    border-radius: 999px;
}

.search-event-button-label::before {
    width: 20px;
    height: 20px;
}

.search-event-button-label span {
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.search-event-button input[type=checkbox]:checked +.search-event-button-label::after {
    top: 46%;
    left: 22px;
}

.faq-form-result input {
    display: block;
}

.faq-form-result input[type="text"] {
    padding-right: 12px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.faq-search-title {
    text-align: center;
    font-size: 20px;
    font-weight: 450;
    line-height: 1.5;
    margin-bottom: 20px;
}

.faq-num {
    text-align: right;
}

.faq-select {
    position: relative;
}

.faq-select::before {
    position: absolute;
    top: 50%;
    right: 13px;
    width: 6px;
    height: 6px;
    margin-top: -1px;
    content: '';
    border: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
}

.faq-select select {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 24px;
    padding: 0 11px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #000;
    appearance: none;
    cursor: pointer;
}

.faq-num-txt {
    margin: 8px 0 -20px;
    font-size: 12px;
    color: #919191;
}

.faq-num-txt span {
    padding: 0 3px;
}

.faq-category {
    display: flex;
    padding: 15px 0;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
}

.faq-category-ttl {
    width: 70px;
    font-size: 12px;
}

.faq-category-ttl span {
    padding: 0 3px;
}

.faq-category-list {
    width: calc(100% - 70px);
}

.faq-category-list li {
    display: inline-flex;
    height: 25px;
    padding: 0 18px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    border-radius: 999px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.faq-category-list li:nth-child(n + 2) {
    margin-top: 4px;
}

@media only screen and (min-width: 768px) {
    .lower-contents-shrink {
        padding-bottom: 234px;
    }
    .lower-contents-shrink .faq {
        margin-bottom: 30px;
    }

    .faq-form-result input[type="text"] {
        padding: 5px 30px 0;
        font-size: 16px;
    }

    .search .search-inner {
        padding: 35px 50px;
    }

    .search-acc {
        font-size: 14px;
        cursor: pointer;
    }

    .search-event {
        margin: -16px 0 0 -20px;
    }

    .search-event-button {
        margin: 16px 0 0 20px;
    }

    .search-event-button:nth-child(n + 4) {
        margin-top: 16px;
    }

    .search-event-button-label {
        width: 273px;
        height: 62px;
        font-size: 14px;
    }

    .search-event-button input[type=checkbox]:checked+.search-event-button-label::after {
        top: 46%;
        left: 24px;
    }

    .search .search-inner .search-button {
        margin-top: 20px;
    }

    .faq-num {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    .faq-select select {
        width: 118px;
        height: 27px;
        font-size: 14px;
        cursor: pointer;
    }

    .faq-num-txt {
        margin: 0 22px 0 0;
        font-size: 14px;
    }

    .news-pagination {
        margin-top: 60px !important;
    }

    .faq-category {
        padding: 20px 0;
    }

    .faq-category-ttl {
        width: 100px;
        margin-top: 2px;
        font-size: 16px;
    }

    .faq-category-ttl span {
        padding: 0 8px;
    }

    .faq-category-list {
        width: calc(100% - 100px);
        margin-top: -10px;
        margin-left: -20px;
    }

    .faq-category-list li {
        height: 34px;
        padding: 5px 21px 0px 21px;
        margin-top: 10px;
        margin-left: 20px;
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .faq-category-list li:nth-child(n + 2) {
        margin-top: 10px;
    }

    .faq-search-title {
        text-align: center;
        font-size: 24px;
        font-weight: 520;
        line-height: 1.5;
        margin-bottom: 30px;
    }
}

/**
 * NotFound
 */

.faq-notfound {
    margin: 37px 0 70px;
}

.faq-notfound-num {
    font-size: 12px;
    font-weight: 500;
}

.faq-notfound-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

@media only screen and (min-width: 768px) {
    .faq-notfound {
        margin: 100px 0 70px;
    }

    .faq-notfound-num {
        font-size: 16px;
    }

    .faq-notfound-txt {
        font-size: 22px;
    }
}

/**
 * カテゴリから探す
 */

.categorys .faq-ttl {
    margin-bottom: 40px;
}

.faq-categorys .faq-sec-ttl {
    margin-bottom: 28px;
    font-size: 18px;
}

.faq-categorys-content {
    margin-top: 42px;
}

.faq-categorys-content .faq-sec + .faq-sec {
    margin-top: 85px;
}

.faq-categorys-content .search-group {
    display: block;
}

.faq-categorys-ttl {
    font-size: 24px;
    font-weight: 500;
}

.faq-categorys-boxs {}

.faq-categorys-box:nth-child(n + 2) {
    margin-top: 26px;
}

.faq-categorys-acc,
.faq-categorys-link {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 66px;
    padding: 0 40px 0 25px;
    color: #000;
    text-align: left;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
}

.faq-categorys-acc::before,
.faq-categorys-acc::after {
    position: absolute;
    top: 50%;
    right: 17px;
    z-index: 1;
    width: 16px;
    height: 2px;
    content: '';
    background-color: #000;
    transform: translateY(-50%);
}

.faq-categorys-acc::after {
    transition: transform 0.2s;
    transform: translateY(-50%) rotate(-90deg);
}

.faq-categorys-acc.active::after {
    transform: translateY(0) rotate(0);
}

.faq-categorys-link {
    position: relative;
    -webkit-tap-highlight-color: gray;
}
.faq-categorys-link::before {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    width: 7px;
    height: 7px;
    content: '';
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: translateY(-50%) rotate(45deg);
}

.faq-categorys-button::before,
.faq-categorys-button::after {
    position: absolute;
    content: '';
}

.faq-categorys-button::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.faq-categorys-button::after {
    top: 6px;
    right: -7px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url('/assets/image/design-faq/dots.png');
    background-size: 14px;
}

.faq-categorys-inner {
    display: block;
    margin-top: 5px;
}

.faq-categorys-inner::before {
    position: absolute;
    top: 10px;
    right: -6px;
    z-index: -2;
    width: calc(100% + 3px);
    height: calc(100% - 3px);
    content: '';
    background-color: rgba(255, 134, 154, 0.6);
}

.faq-categorys-inner span {
    position: relative;
    display: block;
    line-height: 1.2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.faq-categorys-inner span:nth-child(1) {
    font-size: 18px;
}

.faq-categorys-inner span:nth-child(2) {
    margin-top: 2px;
    font-size: 12px;
    color: #7b7b7b;
}

.faq-categorys-group {
    display: none;
    margin: 36px 0 58px 32px;
}

.faq-categorys-list {}

.faq-categorys-item {}

.faq-categorys-item:nth-child(n + 2) {
    margin-top: 30px;
}

.faq-categorys-item a {
    position: relative;
    display: block;
    padding: 0 40px 11px 0;
    font-size: 14px;
    line-height: 1.5714;
    -webkit-tap-highlight-color: gray;
}

.faq-categorys-item a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 4px;
    height: 4px;
    margin-top: -7px;
    content: '';
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
}

.faq-categorys-item a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #000;
}

.faq-categorys-item a span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.faq-categorys-content .search-ttl {
    margin-bottom: 10px;
    font-size: 16px;
}

.faq-categorys-content .search-inner {
    padding: 25px 20px 23px;
}
.faq-categorys .seminar {
    padding: 0;
    margin-top: 50px;
}

@media only screen and (min-width: 768px) {
    .categorys .faq-ttl {
        margin-bottom: 80px;
    }

    .faq-categorys-content {
        margin-top: 54px;
    }

    .faq-categorys-ttl {
        font-size: 30px;
    }

    .faq-categorys .faq-sec-ttl {
        margin-bottom: 36px;
        font-size: 22px;
    }

    .faq-categorys-box:nth-child(n + 2) {
        margin-top: 28px;
    }

    .faq-categorys-acc,
    .faq-categorys-link {
        height: 80px;
        padding: 0 50px 0 30px;
        cursor: pointer;
        transition: opacity 0.3s, color 0.3s;
    }

    .faq-categorys-acc:hover,
    .faq-categorys-link:hover {
        color: #ff869a;
        opacity: 0.7;
    }

    .faq-categorys-acc::before,
    .faq-categorys-acc::after {
        right: 23px;
    }

    .faq-categorys-link::before {
        right: 29px;
    }

    .faq-categorys-button::after {
        top: 13px;
        right: -6px;
        height: calc(100% - 4px);
    }

    .faq-categorys-group {
        margin: 48px -21px 66px 14px;
    }

    .faq-categorys-list {
        display: flex;
        flex-wrap: wrap;
    }

    .faq-categorys-item {
        width: calc(100% / 4);
        padding: 0 21px;
    }

    .faq-categorys-item:nth-child(n + 2) {
        margin-top: 0;
    }

    .faq-categorys-item:nth-child(n + 5) {
        margin-top: 24px;
    }

    .faq-categorys-item a {
        display: flex;
        align-items: center;
        height: 44px;
        padding-bottom: 2px;
        line-height: 1.1429;
    }

    .faq-categorys-item a::before {
        right: 0;
        margin-top: -3px;
    }

    .faq-categorys-item a:after {
        transform: scaleX(1);
        transform-origin: bottom left;
        transition: transform 0.3s ease-in-out;
    }

    .faq-categorys-item a:hover:after {
        transform: scaleX(0);
        transform-origin: bottom right;
    }

    .faq-categorys-content .search-inner {
        padding: 40px 40px 23px;
    }

    .faq-categorys-content .faq-form-result {
        display: flex;
        align-items: center;
    }

    .faq-categorys-content .search-ttl {
        width: 85px;
        margin-top: 4px;
        margin-right: 42px;
        text-align: right;
    }

    .faq-categorys-content input[type="text"] {
        width: calc(100% - (85px + 42px));
    }

    .faq-categorys-content  .search .search-inner .search-item:first-child {
        padding: 40px 0 50px;
        margin-top: 40px;
    }

    .faq-categorys-content .search-item {
        display: flex;
    }

    .faq-categorys-content .search-item .search-category {
        width: calc(100% - (85px + 42px));
    }

    .faq-categorys-content .search-event {
        margin: -16px 0 0 -14px;
    }

    .faq-categorys-content .search-event-button {
        margin: 20px 0 0 14px;
    }

    .faq-categorys-content .search-event-button-label {
        width: 236px;
        height: 66px;
    }

    .faq-categorys-content .search .search-inner .search-button {
        margin-top: 30px;
    }

    .categorys .seminar {
        margin-top: 60px;
        padding: 0;
    }
}

/**
 * カテゴリ パンくず
 */

.category-breadcrumb {}

.category-breadcrumb+.category-breadcrumb {
    margin-top: 7px;
}

.category-breadcrumb-list {
    display: inline-flex;
    padding: 4px 14px 4px 11px;
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8;
}

.category-breadcrumb-item {
    max-width: 87px;
    line-height: 1.4545;
}

.category-breadcrumb-item:nth-child(n + 2) {
    margin-left: 28px;
}

.category-breadcrumb-item:not(:last-child) {
    position: relative;
}

.category-breadcrumb-item:not(:last-child)::before {
    position: absolute;
    top: 5px;
    right: -15px;
    width: 5px;
    height: 5px;
    content: '';
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
}

.category-breadcrumb-item a,
.category-breadcrumb-item span {
    font-size: 11px;
    line-height: 1.4545;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.category-breadcrumb-item a {
    text-decoration: underline;
    -webkit-tap-highlight-color: gray;
}

.faq-hdg {
    font-size: 24px;
    margin: 37px 0 15px;
}

.seminar .seminar-button.category-button {
    margin-bottom: 30px;
}

.seminar .seminar-button.category-button a:after {
    content: none;
}

.faq-notfound-category {
    margin-bottom: 93px;
}

@media only screen and (min-width: 768px) {
    .category-breadcrumb-item {
        max-width: 250px;
    }

    .category-breadcrumb-item:nth-child(n + 2) {
        margin-left: 35px;
    }

    .category-breadcrumb-item:not(:last-child)::before {
        top: 6px;
        right: -19px;
    }

    .category-breadcrumb-item a,
    .category-breadcrumb-item span {
        font-size: 12px;
        transition: opacity 0.3s;
    }

    .category-breadcrumb-item a:hover {
        opacity: 0.7;
    }

    .faq-hdg {
        margin: 45px 0 15px;
        font-size: 34px;
    }

    .faq-notfound-category {
        margin-bottom: 120px;
    }
}

/**
 * カテゴリ詳細
 */

.faq-detail {
    margin-top: 37px;
}

.faq-detail-header {
    margin-bottom: 63px;
}

.faq-detail-ttl {
    display: flex;
    align-items: flex-start;
}

.faq-detail-ttl img {
    width: 32px;
    margin-top: 4px;
    margin-right: 8px;
}

.faq-detail-ttl span {
    width: calc(100% - (32px + 8px));
    font-size: 24px;
    line-height: 1.5;
}

.faq-detail-date {
    margin-top: 6px;
    font-size: 12px;
    color: #919191;
    text-align: right;
}

.faq-detail-answer {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.faq-detail-answer img {
    width: 32px;
    margin-right: 5px;
}

.faq-detail-answer span {
    width: calc(100% - (32px + 5px));
    margin-top: 1px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

@media only screen and (min-width: 768px) {
    .faq-detail-header {
        margin-bottom: 85px;
    }

    .faq-detail-ttl img {
        width: 44px;
        margin-right: 12px;
    }

    .faq-detail-ttl span {
        width: calc(100% - (44px + 12px));
        font-size: 30px;
    }

    .faq-detail-date {
        margin-top: 20px;
    }

    .faq-detail-answer {
        margin-bottom: 45px;
    }

    .faq-detail-answer img {
        width: 44px;
        margin-top: 0;
        margin-right: 15px;
    }

    .faq-detail-answer span {
        width: calc(100% - (44px + 15px));
        margin-top: 3px;
        font-size: 20px;
    }
}
