/******************************/
/********************** 共通 **/
/******************************/
.price-area .page-title{
    border-left: 10px solid var(--baseOrange);
}
/******************************/
/************************ mb **/
/******************************/
@media (max-width:600px){
.page-img{
    background-image: url(../img/sitemap-img01.png);
}

/*****/
#instructor-list {
    margin-bottom: 60px;
}

/*****/
#instructor-list span,
#creator-list span{
    display: block;
}
.list-item{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.price-item{
    width: 90%;
    text-align: right;
    background: var(--baseWhite);
    padding: 1rem;
}
.price-item h2{
    font-size: 1.2rem;
    line-height: 3;
}
.price-item{
    font-size: 0.85rem;
}
.amount-item{
    width: 100%;
    text-align: left;
}
.amount-item li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--baseBlack);
    line-height: 3;
    padding: 0 1rem;
}
.flex-column{
    flex-direction: column;
}
.item_name{
    text-align: left;
}
.item_item{
    text-align: right;
}
.instructor_note h2{
    font-size: 1rem;
    line-height: 1.4;
}

.instructor_note ul{
    line-height: 1.4;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 30px;
}

}


/******************************/
/************************ pc **/
/******************************/
@media (min-width:600px){
.page-img{
    background-image: url(../img/sitemap-img01.png);
}

/*****/
#instructor-list {
    margin-bottom: 60px;
}

/*****/
#instructor-list span,
#creator-list span{
    display: block;
}
.list-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.price-item{
    width: 40%;
    text-align: right;
    background: var(--baseWhite);
    padding-right: 1rem;
}
.price-item h2{
    font-size: 1.2rem;
    line-height: 3;
}
.price-item{
    font-size: 0.85rem;
}
.amount-item{
    width: 56%;
    text-align: left;
}
.amount-item li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--baseBlack);
    line-height: 3;
    padding: 0 1rem;
}
.item_name{
    text-align: left;
}
.item_item{
    text-align: right;
}
.instructor_note h2{
    font-size: 1rem;
    border-bottom: 1px solid var(--baseOrange);
    line-height: 1.4;
}
.instructor_note ul{
    line-height: 1.4;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 30px;
}
}