/* 
    Created on : Jun 29, 2021, 1:54:33 PM
    Author     : ano
*/
/*curriculum index*/
.banner-top {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 260px;
    margin-top: 3em;
}
.banner-top img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    object-fit: cover;
    z-index: -1;
}
.curriculum-ttl {
    border-left: 4px solid;
    background-color: #ffffff;
    width: fit-content;
    padding: 1em 3em;
    margin-top: 4em!important;
}
.curri-detail-top-margin .section-ttl h2{
    text-align: center !important;
}
.curri-detail-top-margin .jhia-line-index-section{
    margin: auto !important;
}
#curriculum-type .section-ttl h2{
    text-align: center !important;
}
#curriculum-type .jhia-line-index-section{
    margin: auto !important;
}
.curriculum-banner-wrap .section-ttl h2{
    text-align: center !important;
}
.curriculum-banner-wrap .jhia-line-index-section{
    margin: auto !important;
}
.other-curriculum .section-ttl h2{
    text-align: center !important;
}
.other-curriculum .jhia-line-index-section{
    margin: auto !important;
}
.curriculum-ttl.sewing {
    border-left-color: #1190c6;
}
.curriculum-ttl.quilt {
    border-left-color: #b06dc8;
}
.curriculum-ttl.embroidery {
    border-left-color: #f4618e;
}
.curriculum-ttl.knit {
    border-left-color: #aa7b53;
}
.curriculum-ttl.lace {
    border-left-color: #66bfd9;
}
.curriculum-ttl.paint {
    border-left-color: #2ecaa0;
}
.curriculum-ttl.handwoven {
    border-left-color: #81b32d;
}
.curriculum-ttl.leather {
    border-left-color: #ffb401;
}
.curriculum-ttl.calligraphy {
    border-left-color: #c9a966;
}
.curriculum-ttl.pressed {
    border-left-color: #ed8e60;
}
.curriculum-ttl.other {
    border-left-color: #ed8e60;
}
.curriculum-ttl h1 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: normal;
    font-size: 28px;
    margin: 0.5em auto;
}
.curriculum-ttl p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #787878;
}
.curriculum-sitemap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.curriculum-sitemap a {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    color: #222222;
    margin: 0em 1em 0 0;
    font-size: 13px;
}
.curriculum-sitemap p {
    margin-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    font-size: 13px;
}
.curriculum-link-wrap {
    display: inline-block;
    background-color: #f7f7f7;
    padding: 2em 4em 1.5em;
    margin-bottom: 1.5em!important;
}
.curriculum-link {
    position: relative;
    margin-right: 4em;
    display: inline-block;
    word-break: keep-all;
}
.curriculum-link p {
    font-size: 15px;
    margin: auto 0;
    padding: 0 30px 0 0;
    border-bottom: 1px solid #222222;
}
.curriculum-link p::after {
    width: 12px;
    height: 12px;
    box-shadow: -2px 2px 0 #0f3587;
    transform: rotate(315deg);
    position: absolute;
    content: "";
    right: 3px;
    top: 2px;
}
.curriculum-course-wrap {
    margin-top: 2em;
    margin-bottom: 3em;
    display: flex;
}
.curriculum-course-img {
    padding: 0 1.5em 0 0;
    /*position: relative;*/
    /*height: 0;*/
}
.curriculum-course-img img {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 96%;
    height: 320px;
    object-fit: cover;
}
.curriculum-course-txt {
    padding: 0 0 0 1em;
}
.curriculum-course-txt p {
    margin: 0;
    font-size: 16px;
}
.type-wrap {
    padding: 0 0.7em;
}
.type-wrap p {
    margin-top: 1.5em;
}
.type-wrap:first-of-type {
    padding: 0 1.7em 0 0;
}
.type-wrap:last-of-type {
    padding: 0 0 0 1.7em;
}
.type-wrap h3 {
    border-left: 2px solid #c8c8c8;
    padding-left: 1em;
    font-weight: normal;
    font-size: 16px;
}
.type-txt .wrap-text h3{
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0.5em;
}
.type-txt .wrap-text .gray-line{
    border-bottom: 2px solid #c8c8c8;
    width: 40px;
    margin: auto;
    float: none;
}
#curriculum-course .section-ttl h2{
    text-align: center !important;
}
#curriculum-links .jhia-line-index-section, #curriculum-course .jhia-line-index-section, #curriculum-type .jhia-line-index-section, #curriculum-banner-bttm .jhia-line-index-section, #curriculum-other .jhia-line-index-section {
    margin: auto !important;
}
#curriculum-course .sub-ttl-product{
    text-align: center;
}
#curriculum-course .sub-ttl-product h3 {
    border-bottom: 1px solid #c8c8c8;
    border-left: 0 !important;
    padding-left: 0 !important;
    font-weight: normal;
    width: fit-content;
    margin: 0 auto 1em;
}
#curriculum-links .section-ttl h2, #curriculum-course .section-ttl h2, #curriculum-type .section-ttl h2, #curriculum-banner-bttm .section-ttl h2, #curriculum-other .section-ttl h2 {
    text-align: center !important;
}
.curriculum-type-desc.sewing .type-wrap h3 {
    color: #1190c6;
}
.curriculum-type-desc.quilt .type-wrap h3 {
    color: #b06dc8;
}
.curriculum-type-desc.embroidery .type-wrap h3 {
    color: #f4618e;
}
.curriculum-type-desc.knit .type-wrap h3 {
    color: #aa7b53;
}
.curriculum-type-desc.lace .type-wrap h3 {
    color: #66bfd9;
}
.curriculum-type-desc.paint .type-wrap h3 {
    color: #2ecaa0;
}
.curriculum-type-desc.handwoven .type-wrap h3 {
    color: #81b32d;
}
.curriculum-type-desc.leather .type-wrap h3 {
    color: #ffb401;
}
.curriculum-type-desc.calligraphy .type-wrap h3 {
    color: #c9a966;
}
.curriculum-type-desc.pressed .type-wrap h3 {
    color: #ed8e60;
}
.curriculum-type-desc.other .type-wrap h3 {
    color: #ed8e60;
}
.curriculum-type-wrap {
    background-color: #fcf6e9;
    padding-top: 3em;
    padding-bottom: 1.5em;
}
.curriculum-type-desc {
    margin-bottom: 2.5em
}
.curriculum-type-select {
    margin-top: 1.25em;
}
.curriculum-type-select .type-select {
    padding: 0 0.9em;
    margin-bottom: 2.5em;
    align-items: flex-start;
    flex-flow: column;
}
.curriculum-type-select .type-select:first-of-type, .curriculum-type-select .type-select:nth-of-type(4) {
    padding: 0 1.7em 0 0;
}
.curriculum-type-select .type-select:nth-of-type(3n) {
    padding: 0 0 0 1.7em;
}
.curriculum-type-select .type-select .type-txt {
    background-color: #ffffff;
    padding: 1em 2em 2em;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.curriculum-type-select .type-select .type-txt p {
    margin: 1.5em auto 2em;
    line-height: 1.6;
    font-size: 14px;
}
/*.curriculum-type-select .type-select .type-txt .curriculum-type-button{
    width: fit-content;
}*/
.curriculum-type-select .type-select .type-txt .curriculum-type-button .ui-button {
    width: 100%;
    height: 35px;
    margin: auto;
}
.curriculum-type-select .type-select .type-txt .curriculum-type-button .ui-button .ui-button-text::after {
    width: 9px;
    height: 9px;
    box-shadow: -2px 2px 0 rgb(255 255 255);
    transform: rotate(225deg)translateY(64%);
    position: absolute;
    content: "";
    right: 25px;
    top: 47%;
}
/*.type-btn-wrap {
    position: absolute;
    bottom: 30px;
}*/
.jhia-banner {
    padding-top: 1.5em;
    padding-bottom: 3em;
}
.curriculum-guide-wrap{
    margin: 3em 0;
}
.curriculum-guide{
    padding: 0;
    padding-top: 2em;
    display: flex;
}
.curriculum-guide .desc-system{
    padding-right: 2.5em;
}
.curriculum-guide .img-system {
    padding-left: 2.7em;
}
.curriculum-guide .desc-system p{
    margin: 0;
}
.curriculum-fee-wrap{
    background-color: #e5f1f8;
    padding: 2em 0;
    margin-bottom: 3em;
}
.curriculum-fee{
    margin-top: 0 !important;
}
.fee-table table {
    border: 1px solid #cacaca;
    background-color: white;
    border-collapse: collapse;
    margin: 1.5em auto;
    padding: 0;
    width: 100%;
}

.fee-table table caption {
    margin: .5em 0 .75em;
}

.fee-table table tr {
    background-color: #ffffff;
    padding: .5em;
}
.fee-table table th{
    background-color: #f4618e;
    color: #ffffff;
    font-weight: normal;
}

.fee-table table th,
.fee-table table td {
    padding: .8em;
    text-align: center;
    border: 1px solid #cacaca;
    width: 45px;
}
.fee-table p{
    margin-top: 2em;
    text-align: center;
}
.txt-category{
    margin: .7em 0 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.txt-category p{
    line-height: 1.2em;
    margin: 0;
}
.txt-category a:hover{
    opacity: .6;
    transition: 500ms ease 0s; 
}
.txt-category .eng-txt{
    color: #787878;
    font-size: 13px;
}
.txt-category .arrow {
    min-width: 22px;
    width: 30px;
    height: 30px;
    background-color: #aa7b53;
    position: relative;
}
.txt-category .arrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    left: 9px;
    top: 11px;
} 
.txt-category .sewing .arrow{
    background-color: #1190c6;
}
.txt-category .quilt .arrow{
    background-color: #b06dc8;
}
.txt-category .embroidery .arrow{
    background-color: #f4618e;
}
.txt-category .knit .arrow{
    background-color: #aa7b53;
}
.txt-category .lace .arrow{
    background-color: #66bfd9;
}
.txt-category .paint .arrow{
    background-color: #2ecaa0;
}
.txt-category .handwoven .arrow{
    background-color: #81b32d;
}
.txt-category .leather .arrow{
    background-color: #ffb401;
}
.txt-category .calligraphy .arrow{
    background-color: #c9a966;
}
.txt-category .other .arrow{
    background-color: #ed8e60;
}
.list-category{
    margin: 1em auto 3em;
    width: 100%;
}
.list-category .categories{
    width: 20%;
    padding: 0 1em !important;
    margin-bottom: 0.5em;
}
.list-category .categories:hover img{
    opacity: 0.7;
    transition: .3s ease;
}
.feature-category a:hover img {
    opacity: 0.7;
    transition: .3s ease;
}

/*curriculum course*/
.curriculum-course {
    display: flex;
    justify-content: center;
    align-content: center;
}
.curriculum-course .curriculum-link {
    position: relative;
    margin: auto 1.5em 1em;
    display: inline-block;
    word-break: keep-all;
}
.curriculum-course-wrap .course-btn-wrap .curriculum-course-button .ui-button {
    width: 100%;
    height: 35px;
    margin: auto;
    margin-top: 2em;
}
.curriculum-course-wrap .course-btn-wrap .curriculum-course-button .ui-button .ui-button-text::after {
    width: 9px;
    height: 9px;
    box-shadow: -2px 2px 0 rgb(255 255 255);
    transform: rotate(225deg)translateY(64%);
    position: absolute;
    content: "";
    right: 25px;
    top: 47%;
}
.fee-table table th {
    color: #ffffff;
    font-weight: bold;
}
.fee-table.sewing table th{
    background-color: #1190c6;
}
.fee-table.quilt table th{
    background-color: #b06dc8;
}
.fee-table.embroidery table th{
    background-color: #f4618e;
}
.fee-table.knit table th{
    background-color: #aa7b53;
}
.fee-table.lace table th{
    background-color: #66bfd9;
}
.fee-table.paint table th{
    background-color: #1190c6;
}
.fee-table.handwoven table th{
    background-color: #81b32d;
}
.fee-table.leather table th{
    background-color: #ffb401;
}
.fee-table.calligraphy table th{
    background-color: #c9a966;
}
.fee-table.other table th{
    background-color: #ed8e60;
}
.jhia-banner-course {
    padding-top: 2em;
    padding-bottom: 5em;
    display: flex;
}
.jhia-banner-course .banner-left {
    padding-right: 1.5em;
}
.jhia-banner-course .banner-right {
    padding-left: 1.5em;
}
.curriculum-section-bottom .list-category {
    margin-top: 2em;
}

/*curriculum detail*/
.curri-detail-top-margin {
    padding-top: 1em;
    padding-bottom: 2em;
}
.curriculum-detail {
    padding-top: 1.5em;
    display: flex;
    justify-content: center;
}
.curriculum-detail .curriculum-link {
    position: relative;
    margin: auto 1em 1em;
    display: inline-block;
    word-break: keep-all;
}
.course-wrap {
    padding-top: 1.25em;
}
.course-level-wrap {
    position: relative;
    margin-bottom: 3em;
}
.course-level-wrap:after {
    content: " ";
    position: absolute;
    right: 50%;
    top: 77%;
    border-top: 30px solid transparent;
    border-right: none;
    border-bottom: 30px solid transparent;
    transform: rotate(90deg)translateY(-25%);
}
.course-level-wrap.sewing:after {
    border-left: 30px solid #eaf3f8;
}
.course-level-wrap.quilt:after {
    border-left: 30px solid #f7eff9;
}
.course-level-wrap.embroidery:after {
    border-left: 30px solid #feeff3;
}
.course-level-wrap.knit:after {
    border-left: 30px solid #f6f2ed;
}
.course-level-wrap.lace:after {
    border-left: 30px solid #f1f8fb;
}
.course-level-wrap.paint:after {
    border-left: 30px solid #edf9f6;
}
.course-level-wrap.handwoven:after {
    border-left: 30px solid #f2f7eb;
}
.course-level-wrap.leather:after {
    border-left: 30px solid #fff8e9;
}
.course-level-wrap.calligraphy:after {
    border-left: 30px solid #f9f6ef;
}
.course-level-wrap.other:after {
    border-left: 30px solid #f7f7f7;
}
.course-level-ttl {
    padding: 1em 2em;
    display: inline-flex;
}
.sewing .course-level-ttl {
    background: rgba(17,144,198,0.2);
}
.quilt .course-level-ttl {
    background: rgba(176,109,200,0.2);
}
.embroidery .course-level-ttl {
    background: rgba(244,97,142,0.2);
}
.knit .course-level-ttl {
    background: rgba(170,123,83,0.2);
}
.lace .course-level-ttl {
    background: rgba(102,191,217,0.2);
}
.paint .course-level-ttl {
    background: rgba(46,202,160,0.2);
}
.handwoven .course-level-ttl {
    background: rgba(129,179,45,0.2);
}
.leather .course-level-ttl {
    background: rgba(255,180,1,0.2);
}
.calligraphy .course-level-ttl {
    background: rgba(201,169,102,0.2);
}
.other .course-level-ttl {
    background: rgba(173,173,173,0.2);
}
.course-level-ttl h3 {
    font-weight: normal;
    margin: auto;
    font-size: 18px;
    text-align: center;
    color: #222222;
}
.course-level-txt {
    background-color: #feeff3;
    padding: 1.5em 2em;
}
.sewing .course-level-txt {
    background: rgba(17,144,198,0.1);
}
.quilt .course-level-txt {
    background: rgba(176,109,200,0.1);
}
.embroidery .course-level-txt {
    background: rgba(244,97,142,0.1);
}
.knit .course-level-txt {
    background: rgba(170,123,83,0.1);
}
.lace .course-level-txt {
    background: rgba(102,191,217,0.1);
}
.paint .course-level-txt {
    background: rgba(46,202,160,0.1);
}
.handwoven .course-level-txt {
    background: rgba(129,179,45,0.1);
}
.leather .course-level-txt {
    background: rgba(255,180,1,0.1);
}
.calligraphy .course-level-txt {
    background: rgba(201,169,102,0.1);
}
.other .course-level-txt {
    background: rgba(173,173,173,0.1);
}
.course-level-txt p {
    margin: auto;
}
.course-product-wrap {
    margin-bottom: 3em;
}
.sub-ttl-product h3 {
    border-left: 1px solid #c8c8c8;
    font-weight: normal;
    margin-top: 0;
    padding-left: 10px;
}
.course-product:nth-child(1) {
    padding-left: 0;
    padding-right: 2.2em;
}
.course-product:nth-child(2) {
    padding-left: 0.7em;
    padding-right: 1.5em;
}
.course-product:nth-child(3) {
    padding-left: 1.5em;
    padding-right: 0.7em;
}
.course-product:nth-child(4) {
    padding-right: 0;
    padding-left: 2.2em;
}
.course-product-ttl {
    display: flex;
    align-items: flex-start;
}
.course-product-ttl p {
    font-weight: bold;
    margin-top: 1.5em!important;
}
.course-product-ttl span {
    color: #ffffff;
    padding: 4px 11px;
    margin-right: 0.5em;
    font-size: 20px;
    height: fit-content;
    margin-top: 1em;
    font-weight: bold;
}
.course-product-ttl.sewing span{
    background-color: #1190c6;
}
.course-product-ttl.quilt span{
    background-color: #b06dc8;
}
.course-product-ttl.embroidery span{
    background-color: #f4618e;
}
.course-product-ttl.knit span{
    background-color: #aa7b53;
}
.course-product-ttl.lace span{
    background-color: #66bfd9;
}
.course-product-ttl.paint span{
    background-color: #2ecaa0;
}
.course-product-ttl.handwoven span{
    background-color: #81b32d;
}
.course-product-ttl.leather span{
    background-color: #ffb401;
}
.course-product-ttl.calligraphy span{
    background-color: #c9a966;
}
.course-product-ttl.other span{
    background-color: #ed8e60;
}
.course-product-txt p {
    margin-top: 0;
}
.curriculum-banner-wrap {
    margin-top: 3em;
}
.img-type-select {
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    position: relative;
}
.img-type-select img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-ttl.curriculum-course-ttl, .section-ttl.curriculum-index-ttl {
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.show-ipad-pc {
    display: block!important;
}
.show-sm {
    display: none!important;
}
.img-course {
    height: 200px;
}
/*==RISMA add==*/
.category-course .img-course-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    margin-bottom: 0;
}
.category-course .img-course-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*ipad pro*/
@media only screen and (max-width: 1024px) {
    .curriculum-course-img img {
        height: 320px;
    }
    .jhia-banner {
        padding-bottom: 3em;
    }
    .list-category {
        margin: auto;
    }
    .list-category.cat-index {
        margin: 3em auto;
    }
    .curriculum-course-txt p {
        width: 100%;
    }

    /*curriculum detail*/
    .curriculum-detail .curriculum-link {
        margin: auto 0.7em;
    }
    .course-product {
        padding: 0 1.5em;
    }
    .course-product:nth-child(even) {
        padding: 0 1.5em;
        padding-right: 0;
        margin-bottom: 2em;
    }
    .course-product:nth-child(odd) {
        padding: 0 1.5em;
        padding-left: 0;
        margin-bottom: 2em;
    }
    .course-level-wrap:after {
        top: 80%;
    }
    .curriculum-type-select .type-select .type-txt {

    }
    .curriculum-link-wrap {
        display: inline-block;
        background-color: #f7f7f7;
        padding: 2em 4em 1.5em;
        margin-bottom: 1em!important;
    }
}

/* iPad */
@media screen and (max-width: 768px){
    .jhia-banner-course{
        padding-bottom: 3em;
    }
    .banner-top {
        padding-bottom: 200px;
    }
    .curriculum-ttl {
        margin-top: 2em!important;
    }
    .banner-top img {
        height: 205px;
    }
    .curriculum-link-wrap {
        display: inline-block;
        background-color: #f7f7f7;
        padding: 2em 2em 1.5em;
        margin-bottom: 2em!important;
    }
    .curriculum-course-wrap {
        margin-bottom: 1em;
        display: block;
    }
    .curriculum-course-img img {
        width: 100%;
        height: 460px;
    }
    .curriculum-course-txt {
        padding: 3em 0 0;
    }
    .type-wrap {
        padding: 0 0.9em;
    }
    .type-wrap:first-of-type {
        padding: 0 1.5em 0 0;
    }
    .type-wrap:last-of-type {
        padding: 0 0 0 1.5em;
    }
    .curriculum-type-select .type-select {
        padding: 0 0.7em;
    }
    .curriculum-type-select .type-select:first-of-type {
        padding: 0 1.5em 0 0;
    }
    .curriculum-type-select .type-select:last-of-type {
        padding: 0 0 0 1.5em;
    }
    .curriculum-type-select .type-select .type-txt {

    }
    .curriculum-type-select .type-select .type-txt .curriculum-type-button {
        width: 100%;
    }
    .list-category {
        margin: 2em 0 0!important;
        width: 100%;
    }
    .categories {
        padding-right: 1em !important;
    }
    .list-category .categories:nth-of-type(odd) {
        width: 50%;
        margin-bottom: .5em;
        padding-left: 7px!important;
        padding-right: 0.5em!important;
    }
    .list-category .categories:nth-of-type(even) {
        width: 50%;
        margin-bottom: .5em;
        padding-left: 0.5em!important;
        padding-right: 7px!important;
    }
    .curriculum-course-img {
        padding: 0;
    }
    .curriculum-course .curriculum-link {
        margin: auto 0.5em 1em;
    }
    .curriculum-course-txt p {
        margin: 0 auto 2em;
    }

    /*curriculum detail*/
    .curriculum-course {
        display: inline;
    }
    .curriculum-detail .curriculum-link {
        margin: auto 0.5em;
    }
    .course-level-wrap:after {
        top: 82%;
    }
    .curriculum-guide {
        flex-flow: column-reverse;
    }
    .curriculum-guide .img-system {
        padding: 0;
    }
    .curriculum-guide .desc-system {
        padding: 3em 0 1em;
    }
}

/* Smarthphone */
@media screen and (max-width: 40.063em) {
    .show-ipad-pc {
        display: none!important;
    }
    .banner-top {
        margin-top: 1em;
        padding-bottom: 190px;
    }
    .banner-top img {
        height: 190px;
    }
    .curriculum-ttl {
        margin-top: 16px!important;
        padding: 1em;
    }
    .curriculum-ttl h1 {
        font-size: 23px;
        word-break: break-word;
        max-width: 290px;
    }
    .curriculum-link-wrap {
        margin-top: 0!important;
        margin-bottom: 1em!important;
        padding: 1.5em 1.5em 1em;
    }
    .curriculum-link {
        margin: auto 0.5em!important;
        display: block;
        width: 96%;
    }
    .curriculum-link p {
        margin: 0 auto 1em;
    }
    .curriculum-course-wrap {
        margin-bottom: 3em;
    }
    .curriculum-course-img img {
        width: 100%;
        height: 275px;
        margin-top: 0.5em;
    }
    .curriculum-course-txt {
        padding: 2em 0 0;
    }
    .curriculum-type-desc {
        margin-bottom: 1.5em;
    }
    .curriculum-type-wrap {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .curriculum-banner-wrap {
        margin-top: 1em;
    }
    .type-wrap:first-of-type {
        padding: 0;
    }
    .type-wrap {
        padding: 0;
    }
    .type-wrap:last-of-type {
        padding: 0;
    }
    .curriculum-type-select .type-select .type-txt {

    }
    .curriculum-type-select .type-select {
        padding: 0;
    }
    .curriculum-type-select .type-select:first-of-type {
        padding: 0;
    }
    .curriculum-type-select .type-select:last-of-type {
        padding: 0;
    }
    .curriculum-type-select .type-select .type-txt .curriculum-type-button {
        width: 60%;
    }
    .curriculum-type-select {
        margin-top: 3em;
    }
    .jhia-banner {
        padding-top: 2em;
        padding-bottom: 1em;
    }
    .curriculum-fee{
        margin-top: 2em !important;
        padding: 0;
    }
    .curriculum-guide {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 2.5em;
    }
    .curriculum-guide .desc-system {
        padding: 0;
    }
    .curriculum-guide .desc-system p {
        margin-top: 2em;
    }
    .list-category .categories {
        width: 50%;
        margin-bottom: .5em;
    }
    .curriculum-guide-wrap {
        margin: 1em 0 3em;
    }
    .curriculum-fee-wrap {
        padding: 1em 0;
        margin-bottom: 0.5em;
    }
    .no-padding-sm{
        padding: 0;
    }
    .curriculum-sitemap {
        padding: 7px 0 0;
    }
    .list-category {
        margin-left: 0;
        width: 100%;
        margin-top: 2.5em !important;
    }
    .fee-table table {
        margin: 2.5em auto 0;
    }
    .curriculum-type-select {
        margin-top: 2.5em;
    }
    .curriculum-course-txt p {
        margin: 0 auto;
    }
    .index .list-category .categories:nth-of-type(odd) {
        width: 50%;
        margin-bottom: .5em;
        padding-left: 0!important;
        padding-right: 0.5em!important;
    }
    .index .list-category .categories:nth-of-type(even) {
        width: 50%;
        margin-bottom: .5em;
        padding-right: 0!important;
        padding-left: 0.5em!important;
    }

    /*curriculum detail*/
    .curriculum-detail .curriculum-link {
        margin: auto!important;
        width: 100%;
    }
    .curriculum-detail {
        padding: 1.5em 0 1em;
        display: block;
        justify-content: center;
    }
    .curri-detail-top-margin {
        padding-top: 0;
        padding-bottom: 3em;
    }
    .course-wrap {
        padding-top: 3em;
    }
    .course-level-wrap {
        margin-bottom: 3em;
    }
    .course-level-wrap:after {
        top: 88%;
    }
    .course-product-wrap {
        margin-bottom: 1em;
    }
    .course-product, .course-product:nth-child(even), .course-product:nth-child(odd) {
        padding: 0;
        margin-bottom: 1em;
    }
    .curriculum-ttl {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: auto!important;
        max-width: 90%;
        min-height: 138px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0em 1em;
    }
    .curriculum-ttl .gray-line {
        margin: 0 auto!important;
    }
    .curriculum-course-detail .curriculum-ttl {
        /*padding: 0.5em 1em;*/
    }
    .curriculum-course-detail .curriculum-ttl h1 {
        word-break: keep-all;
    }

    /*curriculum course*/
    .jhia-banner-course {
        padding-top: 3em;
        padding-bottom: 1em;
        display: block;
    }
    .jhia-banner-course .banner-left {
        padding-right: 0;
        padding-bottom: 1em;
    }
    .jhia-banner-course .banner-right {
        padding-left: 0;
        padding-top: 1em;
    }
    .curriculum-sitemap a {
        margin: 0 1em 0 0;
    }
    .curriculum-sitemap p {
        margin-top: 0.3em;
        margin-bottom: 0.3em;
    }
    .curriculum-type-select .type-select:nth-of-type(3n) {
        padding: 0;
    }
    .curriculum-type-select .type-select:nth-of-type(4) {
        padding: 0;
    }
    .show-sm {
        display: block!important;
    }
    .list-category .categories:nth-of-type(odd) {
        padding-left: 0!important;
        padding-right: 0.5em!important;
    }
    .list-category .categories:nth-of-type(even) {
        padding-right: 0!important;
        padding-left: 0.5em!important;
    }
}

@media screen and (max-width: 320px) {
    .curriculum-sitemap p {
        /*margin-right: 0em;*/
        /*margin-left: 1em;*/
    }
    .curriculum-ttl h1 {
        font-size: 18px;
        max-width: 260px;
    }
    .curriculum-sitemap a {
        /*margin: .7em 0 0.5em 0;*/
    }
    .curriculum-sitemap p {
        /*margin-right: 0em;*/
        /*margin-left: 1em;*/
    }
}