/* コンテンツ */
.smemc_rtc_contents .container_ {
    padding: clamp(100px,15vw,200px) 0 clamp(50px,10vw,100px);
}
.smemc_rtc_contents .wrapper_ { padding-top: 1em; }
.smemc_rtc_contents .contents {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 117%;
    line-height: 1.8;
}
.smemc_rtc_contents .contents + .contents { margin-top: 5em; }
.smemc_rtc_contents figure {
	margin: 0;
}
.smemc_rtc_contents img {
    max-width: 100%;
    vertical-align: bottom;
}
.smemc_rtc_contents > * + * {
    margin-top: 80px;
}
.flex-contents {
    display: flex;
    gap: 20px;
}
.flex-contents.line2 > * {flex-grow: 1;}
.flex-contents.line2 > .r-image {flex-grow: 2;text-align: center;}
.flex-contents.line2 > .r-image img {width: 350px;}
.headline .headline-image {
    text-align: center;
    margin: 0 0 30px;
}
.smemc_rtc_contents table.txt-note * {
    vertical-align: baseline;
}
@media (min-width: 1000px) {
.smemc_rtc_contents .headline.fixed .headline-menu{
    position: fixed;
    left: 0;
    right: 0;
        padding: 10px 10px;
    z-index: 10;
    background-color: white;
    }
    .smemc_rtc_contents .headline.fixed .headline .headline-image {
        display: none;
    }
    .smemc_rtc_contents .headline.fixed .headline-menu .headline-menu3 {
        font-size: 0;
        max-width: 1200px;
        width: 100%;
        margin: auto;
}
}
@media (max-width: 1000px) {
    .smemc_rtc_contents .contents + .contents { margin-top: 3em; }
    .smemc_rtc_contents {
		padding-bottom: 61px;
	}
    .smemc_rtc_contents .mainframe_ {
        padding-left: 1em;
        padding-right: 1em;
    }
    .smemc_rtc_contents .headline.fixed .headline-menu {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        z-index: 10;
        background-color: white;
        box-sizing: border-box;
    }
    .smemc_rtc_contents .headline.fixed .headline-menu3 {
		position: static;
    }
    #pagetop {
        bottom: 50px;
    }
}
/* ナビゲーション */
.headline .headline-menu3 ul {
    display: flex;
	gap: 10px;
}

.headline .headline-menu3 ul li {
    flex-grow: 1;
    position: relative;
}

.headline .headline-menu3 ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 0.5em 20px 0.5em 0;
    width: 90%;
    margin: auto;
    transition: .4s ease;
    box-sizing: border-box;
		background-color: #eef6fc;
		border-radius: 0.3em;
		width: auto;
		color: #2678BD;
		width: 100%;
}

.headline .headline-menu3 ul li a::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 7px;
    top: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media (min-width: 1001px) {
    .headline .headline-menu3 ul li a:hover,
	.smemc_rtc_contents .headline.fixed .headline-menu3 ul li a:hover {
        background: #2678BD;
        color: white;
        border-radius: 5px;
        text-decoration: none;
    }
}
@media (max-width: 1000px) {
    .headline .headline-menu3 ul {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 0;
        border: 1px solid #ccc;
    }
    .headline .headline-menu3 ul li {
        flex: auto;
    }
    .headline .headline-menu3 ul li + li {
        border-top: 1px solid #ccc;
    }
    .headline .headline-menu3 ul li:not(:last-child)::after {
        display: none;
    }
    .headline .headline-menu3 ul li a {
        color: #2678BD;
        border-radius: 5px;
        text-decoration: none;
        width: auto;
        padding: 10px 30px 10px 0;
        background-color: white;
    }
    .headline .headline-menu3 ul li a::before {
        bottom: 0;
        top: 0;
        left: auto;
        right: 10px;
    }
	.headline-menu { position: relative; }
    .headline-menu-btn {
        background: transparent url(/cms/course/img/usr/menu.png) 10% center / auto no-repeat;
        border: 1px solid #2678BD;
        color: #2678BD;
        width: 100%;
        display: block;
        padding: 10px 10px;
    }
    .headline-menu3 {
        height: 0;
        overflow: hidden;
        transition: height 0.4s ease;
		position: absolute;
		left: 0;
		right: 0;
    }
}
/* 見出し */
.title-color-orange {
    color: orange;
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
    margin-top: 0.5em;
}
.title-color-orange::before,
.title-color-orange::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-color: orange;
    width: 1em;
    height: 2px;
}
.title-color-orange::before {
    margin-right: 0.5em;
}
.title-color-orange::after {
    margin-left: 0.5em;
}
.title-color-orange .font-w {
    font-size: 1.3em;
    margin: 0 0.1em;
    border-bottom: 3px solid;
}

@media (max-width: 1000px) {
    .title-color-orange {
        font-size: 3.8vw;
    }
}
/* 見出しh2 */
.smemc_rtc_contents .title-h2 {text-align: center;border-bottom: 2px solid #2678BD;font-size: clamp(16px,5.1vw,34px);font-weight: bold;line-height: 1.4;margin: 0 0 40px;padding: 35px 0 15px;}
.smemc_rtc_contents .title-h3 {
    background: #8BB4D6;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
    padding: 5px 15px;
}
.smemc_rtc_contents .title-h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
    padding: 0 0 0.5em 20px;
    display: block;
    line-height: 1.6;
    border-bottom: 1px solid #2678BD;
    position: relative;
}
.smemc_rtc_contents .title-h4::before {
    content: "";
    width: 6px;
    height: 100%;
    display: inline-block;
    background-color: #2678BD;
    position: absolute;
    top: 0;
    left: 0;
}
.smemc_rtc_contents .title-h5 {
    font-weight: bold;
    font-size: 1.1em;
}
@media (max-width: 1000px) {
    .smemc_rtc_contents .title-h2 {
        margin: 0 0 1em;
        padding: 0 0 15px;
    }
}
/* contents1 */
.smemc_rtc_contents .section {
    margin-top: 60px;
}
.smemc_rtc_contents .explanation {
    border: 2px solid #8BB4D6;
    border-radius: 8px;
    margin: 40px 0;
    padding: 1.4em;
}
.smemc_rtc_contents .explanation .explanation-title {
    background: #8BB4D6;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: -1em -1em 20px;
    padding: 16px 15px 16px;
}
.explanation-sub-title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0 0 20px;
    display: block;
    line-height: 1.6;
    border-bottom: 2px solid #2678BD;
}
.explanation-sub-title .font-w {
    font-size: 1.2em;
}
.smemc_rtc_contents .explanation .flex-contents {
    display: flex;
}
@media (max-width: 1000px) {
    .smemc_rtc_contents .section {
        margin-top: 2em;
    }
    .smemc_rtc_contents .explanation {
        margin: 30px 0;
        padding: 1em;
    }
    .smemc_rtc_contents .explanation .explanation-title {
        font-size: clamp(10px,4vw,20px);
        padding: 5px 13px;
        margin: -1em -1em 20px;
    }
    .explanation-sub-title {
        font-size: 3.8vw;
    }
    .smemc_rtc_contents .explanation .flex-contents {
        flex-direction: column;
    }
}
/* 画像 */
.smemc_rtc_contents .img-block {
    margin-top: 40px;
    margin-bottom: 40px;
}
.smemc_rtc_contents .is-center { text-align: center; }
/* 問い合わせボタン */
.smemc_rtc_contents .form-btn {text-align: center;margin-top: 20px;}
.smemc_rtc_contents .form-btn a {
    margin-top: 16px;
    display: block;
    border: 1px solid #2678BD;
    width: 100%;
    max-width: 350px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #2678BD;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    box-sizing: border-box;
    margin: auto;
}
/* トップへ戻る */
.smemc_rtc_contents .page-top-btn {text-align: center;margin-top: 5em;}
.smemc_rtc_contents .page-top-btn a {
    margin-top: 16px;
    display: block;
    width: 100%;
    max-width: 350px;
    height: 45px;
    line-height: 45px;
    text-align: center;
	color: #333;
    background-color: #f2f2f2;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    box-sizing: border-box;
    margin: auto;
	position: relative;
}
.smemc_rtc_contents .page-top-btn a::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 7px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 1000px) {
    .smemc_rtc_contents .img-block {
        margin: 20px auto;
    }
}
/* プロフィール */
.intro-summary {
    display: flex;
    gap: 1em;
	border: 2px solid #8bb4d6;
    border-radius: 0.3em;
    padding: 1em 1.5em;
}
.intro-summary .photo-area {
    flex: 1;
}
.intro-summary .career-area {
    flex: 8;
}
.intro-summary .career-area > * {
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 0.5em 0;
}
.intro-summary .career-area > * + * {
    border-top: 1px dotted #8bb4d6;
}
.intro-summary .career-area > * > *:first-child {
    width: 15%;
}
.intro-summary .career-area > * > *:last-child {
    width: 85%;
}
.intro-summary .career-area .p-name {
    font-weight: bold;
    font-size: 1.5em;
}
.intro-detail {
    margin-bottom: 40px;
}
* + .intro-detail {
    margin-top: 40px;
}
.intro-detail dl + dl {
    margin-top: 40px;
}
.intro-detail dt {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

/* 養成課程レポート：１年間の流れ */
/* .month-list ul .month-item.is-january * {
    border-color: #ac251e;
    color: #ac251e;
}
.month-list ul .month-item.is-february * {
    border-color: #744168;
    color: #744168;
}
.month-list ul .month-item.is-march * {
    border-color: #ed77d5;
    color: #ed77d5;
}
.month-list ul .month-item.is-april * {
    border-color: #ff4280;
    color: #ff4280;
}
.month-list ul .month-item.is-may * {
    border-color: #a73ff4;
    color: #a73ff4;
}
.month-list ul .month-item.is-june * {
    border-color: #3535ff;
    color: #3535ff;
}
.month-list ul .month-item.is-july * {
    border-color: #377bfb;
    color: #377bfb;
}
.month-list ul .month-item.is-august * {
    border-color: #11acf7;
    color: #11acf7;
}
.month-list ul .month-item.is-september * {
    border-color: #758d15;
    color: #758d15;
}
.month-list ul .month-item.is-october * {
    border-color: #8f9b04;
    color: #8f9b04;
}
.month-list ul .month-item.is-november * {
    border-color: #917506;
    color: #917506;
}
.month-list ul .month-item.is-december * {
    border-color: #9a3a07;
    color: #9a3a07;
} */
.month-list {
    margin: 0 0 50px;
}
.month-list ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.month-list ul .month-item {
    width: calc((100% - 30px) / 4);
}
.month-list ul a {
    display: flex;
    gap: 10px;
    height: 100%;
    border: 2px solid;
    border-radius: 0.2em;
    padding: 1em 30px 1em 1em;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    color: #3d3d3d;
    border-color: #8bb4d6;
}
.month-list ul a::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.month-list ul a:hover {
    background-color: #8bb4d6;
    color: white;
    text-decoration: none;
}
.month-list .month {
    white-space: nowrap;
}
@media (max-width: 1000px) {
    .intro-summary {
        flex-direction: column;
    }
    .intro-summary .photo-area {
        text-align: center;
    }
    .intro-summary .career-area > * {flex-direction: column;gap: 0em;}
    .intro-summary .career-area > * > *:first-child,
    .intro-summary .career-area > * > *:last-child {
        width: auto;
    }
    .intro-summary .career-area > * > *:first-child {
        font-weight: bold;
        margin-bottom: 10px;
    }
}
/* 養成課程レポート：詳細 */
.month-detail {
    border: 2px solid #8bb4d6;
    border-radius: 0.3em;
    padding: 1.5em;
    position: relative;
}
.month-detail:not(:last-child)::after {
    content: "";
    background-color: #8bb4d6;
    height: 2em;
    width: 60px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4.5em;
    margin: auto;
}
.month-detail + .month-detail {
    margin-top: 7em;
}
.month-detail .title {
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 1px solid #8bb4d6;
    margin-bottom: 20px;
}
.month-detail .clearfix {
    overflow: hidden;
}
.month-detail .clearfix + .clearfix {
	margin-top: 1.8em;
}
.month-detail .clearfix .r-img {
    margin-left: 15px;
    float: right;
}
.month-detail .clearfix .l-img {
    margin-right: 15px;
    float: left;
}
.month-detail .clearfix .cap {
	text-align: center;
}
/* .month-detail.is-january , .month-detail.is-january * {
    border-color: #ac251e;
}
.month-detail.is-february , .month-detail.is-february * {
    border-color: #744168;
}
.month-detail.is-march , .month-detail.is-march * {
    border-color: #ed77d5;
}
.month-detail.is-april , .month-detail.is-april * {
    border-color: #ff4280;
}
.month-detail.is-may , .month-detail.is-may * {
    border-color: #a73ff4;
}
.month-detail.is-june , .month-detail.is-june * {
    border-color: #3535ff;
}
.month-detail.is-july , .month-detail.is-july * {
    border-color: #377bfb;
}
.month-detail.is-august , .month-detail.is-august * {
    border-color: #11acf7;
}
.month-detail.is-september , .month-detail.is-september * {
    border-color: #758d15;
}
.month-detail.is-october , .month-detail.is-october * {
    border-color: #8f9b04;
}
.month-detail.is-november , .month-detail.is-november * {
    border-color: #917506;
}
.month-detail.is-december , .month-detail.is-december * {
    border-color: #9a3a07;
} */
@media (max-width: 1000px) {
    .month-list ul .month-item {
        width: calc((100% - 10px) / 2);
    }
    .month-list ul .month-item:not(.is-march) .text{
        display: none;
    }
    .month-detail .clearfix .r-img,
    .month-detail .clearfix .l-img{
        float: none;
        margin: 10px auto;
        text-align: center;
    }
}
/* 募集要項 */
#admission .clearfix {
    display: flex;
    gap: 10px;
}
#admission .title-h5 {
    margin: 1.3em 0 0;
}
table.criterion {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    border-collapse: separate;
    border-spacing: 2px;
    empty-cells: show;
    font-size: 1.1em;
}
table.criterion th { font-weight: normal;text-align: center;}
table.criterion th.hd1 {
    font-weight: bold;
    background-color: #C9E8A4;
}

table.criterion th.hd2 {
    font-weight: bold;
    background-color: #A0D58C;
}
table.criterion th.shd1 {
    background-color: #D2D2D2;
}
table.criterion th.shd2 {
    background-color: #C9DDAE;
}
table.criterion th.shd3 { background-color: #C8D7B5;}
table.criterion th.shd4 { background-color: #A4CC95;}
table.criterion th.shd5 { background-color: #A8CA97;}
table.criterion td { text-align: center;}
table.criterion td.im1 { background-color: #E8E9D6; width: 24%;}
table.criterion td.im2 { background-color: #F0F0F0; width: 19%;}
table.criterion td.im3 { background-color: #DFDFDF; width: 19%;}

/* 募集要項 -- ご受講までの流れ */
.step-flow-list .item[class*="step"] + .item[class*="step"] {
    margin-top: 3em;
}
.step-flow-list .item[class*="step"] .step-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.step-flow-list .item[class*="step"] .step-flow-title {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: baseline;
    line-height: 1.6;
    position: relative;
}
.step-flow-list .item[class*="step"] .step-flow-title .step-icon {
    background-color: #2678BD;
    color: white;
    padding: 0.3em 1em;
    font-size: 0.85em;
    position: relative;
	margin-right: 10px;
}
.step-flow-list .item[class*="step"] .step-flow-title .step-icon::after {
	content: "";
    background-color: #2678bd;
    height: 102%;
    width: 10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    right: -9px;
	top: 0;
    bottom: 0;
    margin: auto;
}
.step-flow-list .item[class*="step"] .frame {
    background-color: #F5F5F5;
    padding: 1em 2em;
    border-radius: 0.3em;
    position: relative;
}
.step-flow-list .item[class*="step"]:not(:last-child) .frame::before {
    content: "";
    background-color: #F5F5F5;
    height: 2em;
    width: 60px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.9em;
    margin: auto;
}
@media (max-width: 768px) {
	.step-flow-list .item[class*="step"] .step-header {
	    flex-direction: column;
	    align-items: baseline;
	}
	.step-flow-list .item[class*="step"] .rimited-text {
		margin-left: auto;
		font-size: 0.8em;
	}
}

/* --------- .benefit */
.payment .benefit { margin-top: 20px; margin-left: 10px;}
.payment .benefit h4 { font-size: 1.1em; color: #333;}
.payment .benefit dl { margin-left: 0px; color: #444;}
.payment .benefit dt { clear: none; float: none; width: auto; margin-top: 6px;}
.payment .benefit dd { margin-left: 1em; padding: 2px 0 6px;}
.payment .benefit dd table {border-collapse: collapse;border: 1px solid #9A9ADD;border-spacing: 0;empty-cells: show;font-size: 1em;}
.payment .benefit dd th,
.payment .benefit dd td { padding: 4px 8px; margin: 0; border: 1px solid #9A9ADD; text-align: center; vertical-align: middle;}
.payment .benefit dd th { white-space: nowrap; font-weight: normal;}
.payment .benefit dd thead th { background-color: #E6E6F7;}
.payment .benefit dd tbody th { background-color: #F7F7FD;}
.payment .benefit table.txt-note { margin-left: 0; margin-top: 0;}

/* 修了生の状況 */
#graduation .item p {
    margin-top: 1em;
}
#graduation .item ul { font-size:1.1em;}
#graduation .item ul li { margin-top: 15px; padding: 10px 15px 10px 1.3em; background-color: #F7F7FD; line-height: 1.5; text-indent:-0.3em; color:#333399;}

/* 修了生の声 */
.support_detail_btn a {
    max-width: 300px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2678BD;
    display: block;
    margin: 0 auto;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}
.course_search_main {
    display: flex;
    flex-direction: column;
}
.course_search_item {
    float: none;
}
.course_search_item:nth-child(1) {
    order: 2;
    width: auto;
}
.course_search_item:nth-child(2) {
    order: 1;
    width: 450px;
}
.support_interview_main_::before {
    display: none;
}
.course_search_item:nth-child(even) {
    margin-left: 0;
}
@media screen and (max-width: 1200px) {
    .support_interview_item_:nth-of-type(odd),
    .support_interview_item_:nth-of-type(even) {
        margin: 0;
    }
    .support_interview_item_:last-child {
        margin-bottom: 17.6%;
    }
    .course_search_item:nth-child(2) {
        order: 1;
        width: auto;
    }
}

/* グラフ */
.chart-container {
    max-width: 600px;
    width: 90%;
    height: auto;
    aspect-ratio: 3 / 2;
    border: 1px solid #ccc;
    padding: 1rem 1rem 1rem 0.5rem;
    box-sizing: border-box;
    margin: 40px auto;
}

.chart-container .chart-title {
    text-align: center;
    font-weight: bold;
    width: 100%;
}
.chart-body {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 100%;
}
.chart-container .y-axis {
    width: 2.5rem;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 27px;
    z-index: 0;
    height: 100%; 
}

.chart-container .y-axis div {
    position: relative;
    flex: 1;
    display: flex;
    align-items: end;
    line-height: 0.4;
    justify-content: flex-end;
    padding-right: 5px;
    box-sizing: border-box;
}

.chart-container .y-axis div::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 100vw;
    max-width: calc(600px - (2.5rem + 30px));
    height: 1px;
    background: #ccc;
    transform: none;
    z-index: -1;
}

.chart-container .bars {
    width: calc(100% - (2.5rem + 10px));
    height: 100%; 
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    gap: 0.5rem;
    position: relative;
    z-index: 0;
}

.chart-container .bar {
    flex: 1;
    max-width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: -webkit-fill-available;
    position: relative;
}

.chart-container .bar-inner {
    background: linear-gradient(to top, #37bbbb, #7fd9d9);
    border-radius: 4px 4px 0 0;
    transition: height 0.3s;
    position: absolute;
    bottom: 28px;
    width: 100%;
}

.chart-container .bar-label {
    margin-top: 5px;
    font-size: 0.75rem;
    text-align: center;
    word-break: keep-all;
}

.chart-container .bar-value {
    margin-bottom: 5px;
    font-size: 0.75rem;
    position: relative;
    z-index: 1;
}
@media (max-width: 1000px) {
    .chart-container .y-axis div::after {
        max-width: calc(90vw - (2.5rem + 30px));
    }
}
@media (max-width: 480px) {
    .chart-container .chart-container {
        gap: 3px;
    }

    .chart-container .y-axis {
        width: 5vw;
    }

    .chart-container .bars {
        width: calc(100% - (5vw + 5px));
    }

    .chart-container .y-axis,
    .chart-container .bar-label,
    .chart-container .bar-value {
        font-size: clamp(4px, 2.3vw, 0.65rem);
    }
}


/* よくある質問 */
.faq_item:last-child{
	margin-bottom: 0;
}
.faq_item summary{ list-style: none; }
.faq_item_q{
	font-size: 16px;
	color: #000000;
	padding: 20px 46px;
	margin: 0 0 2px;
	line-height: 1.6;
	background: #EEF6FC url(/cms/course/img/usr/guide/q.png) 20px 23px no-repeat;
	position: relative;
	cursor: pointer;
}
.faq_item_q::marker {
  content: "";
}
.faq_item_q::before{
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	background: url(/cms/course/img/usr/guide/plus.png) center center no-repeat;
	background-size: 12px 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 20px;
}
.faq_item[open] .faq_item_q::before{
	background: url(/cms/course/img/usr/guide/minus.png) center center no-repeat;
	background-size: 12px 12px;
}
.faq_item_a{
	font-size: 14px;
	color: #000000;
	line-height: 1.6;
	display: flex;
	gap: 10px;
	align-items: baseline;
	padding: 28px 0;
	overflow: hidden;
	display: none;
}
.faq_item_a_inner {
	padding: 0 46px;
	background: url(/cms/course/img/usr/guide/a.png) 20px 3px no-repeat;
}
@media (max-width: 1200px) {
	.faq_item_a,
    .faq_item_q {
        font-size: 13px;
    }
}
@media (max-width: 1000px) {
    .pc-only { display: none; }
}
@media (min-width: 1001px) {
    .sp-only { display: none; }
}