/**
* 使用クラス一覧
**/

/*--------------------------------------
/*
 * ・isoother
 *
 *---------------------------------------/
/*******
 * PC
 *******/
.iso_other {
    padding: 1.5rem 0;
}
.iso_other__title {
    position: relative;
    margin: 0 0 1rem;
    text-align: center;
}
.iso_other__title_lead {
    font-size: var(--font-11);
    color: var(--main-color);
    display: inline-block;
    margin-bottom: 0.1rem;
    position: relative;
}
.iso_other__title_lead:before, .iso_other__title_lead:after {
    position: absolute;
    content: "";
    border-left: 2px solid;
    top: 0;
    bottom: 0;
}
.iso_other__title_lead:before {
    left: -1rem;
    transform: rotate(-25deg);
}
.iso_other__title_lead:after {
    right: -1rem;
    transform: rotate(25deg);
}
.iso_other__title_main {
    display: inline-block;
    border-bottom: 4px dotted var(--main-color);
    font-size: var(--font-16);
    color: #222;
}
.iso_other__title_main strong {
    font-size: var(--font-23);
}
.iso_other__title_img {
    max-width: 5rem;
    margin: 0 auto;
}
.iso_other__lead {
    font-size: var(--font-11);
    text-align: center;
}
.iso_other__lead strong {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #FDE799 50%, #FDE799 100%);
    font-size: var(--font-16);
    color: var(--main-color);
}

.iso_other_about .about__title h1 {
    font-size: var(--font-20);
}

/*******
 * Tablet・SP
 *******/
@media screen and (max-width: 955px) {
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
}