/******************************/
/************************ mb **/
/******************************/
@media (max-width:600px){
main{
    font-size: 1.2rem;
}

.page_title h2{
    display: flex;
    margin-bottom: 1rem;
}
.page_title_en,
.page_title_ja{
    display: block;
}
.page_title_en{
    font-size: 1.4rem
}
.page_title_en:after{
    content: "|";
    padding: 0 1rem;
}
.page_title_ja{
    font-size: 1rem;
    padding-top: 6px;
}
.page_title_note{
    line-height: 1.4;
    letter-spacing: 2px;
    font-size: 0.85rem;
}
/*****/
#instructor-list {
    margin-bottom: 60px;
}

/*****/
#creator-list{
}
#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){
main{
    font-size: 1.2rem;
    padding-top: 3rem;
}

.page_title h2{
    display: flex;
    margin-bottom: 1rem;
}
.page_title_en,
.page_title_ja{
    display: block;
}
.page_title_en{
    font-size: 1.4rem
}
.page_title_en:after{
    content: "|";
    padding: 0 1rem;
}
.page_title_ja{
    font-size: 1rem;
    padding-top: 6px;
}
.page_title_note{
    line-height: 1.4;
    letter-spacing: 2px;
    font-size: 0.85rem;
}
/*****/
#instructor-list {
    margin-bottom: 60px;
}

/*****/
#creator-list{
}
#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;
}
}