.contact-page .login-container {
    border: none;
}
.contact-page p {
    /*font-size: 16px;*/
}
.contact-page li {
    font-size: 16px;
    line-height: 1.5em;
}
.required-text:after {
    content: "必須";
    color: #003884;
    border: 2px solid #003884;
    font-size: 14px;
    float: right;
    padding: 1px 4px;
}
.on-paragraph.required-text:after {
    float: none;
}
.on-paragraph.required-text {
    display: inline-block;
    margin-right: 10px;
}
.contact-row {
    display: flex;
}
.css-contact-page .section-container {
    max-width: 900px;
    margin: auto;
}
.wrapper-contact-ec .con-col-1 {
    min-width: 250px;
    min-height: 50px;
}
.contact-form .contact-column:not(.con-col-1){
    padding: .5em 0.75em;
}
.con-col-1 {
    background-color: #f2f5f8;
}
.contact-form .ui-inputfield {
    background: #f2f5f8;
    border: none;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    height: 100%;
}
.contact-form .ui-inputfield.middle-input {
    width: 50%;
}
.contact-form {
    font-size: 16px;
    margin: 2em 0 0;
}
.contact-form .contact-column {
    padding: .75em;
    margin-top: 0em;
}
span.uline {
    text-decoration: underline;
}
.contact-note {
    border: 5px solid #e5ebf2;
    padding: .5em 3em .5em;
    margin: 2.5em 0 2em;
}
.contact-form ul {
    padding: .5em 0em 1em 1em;
    color: #4e4d4e;
}
.contact-form .ui-button.button-second {
    position: relative;
    padding: 4px 25px;
    width:45%; 
    margin-right: 5%
}
.contact-form .ui-button.button-second .ui-button-text {
    word-break: normal;
    padding: 6px 20px 6px 0!important;
}
.contact-form .ui-button.button-second:after {
    width: 12px;
    height: 12px;
    box-shadow: -2px 2px 0 rgb(255, 255, 255);
    transform: rotate(225deg)translateX(-78%);
    position: absolute;
    content: "";
    right: 42px;
    bottom: 50%;
}
.contact-form .message-contact ul {
    padding: 0;
}

/*css for privacy page*/
.privacy-container .hz-line {
    border-bottom: 1px dashed #ababab;
    margin-top: 16px;
}
h3.privacy-sub {
    color: #003884;
    font-size: 18px;
}
.privacy-container  p {
    /*font-size: 14px;*/
}

@media screen and (max-width: 40.063em) {
    .contact-form .contact-column.con-col-2 {
        padding-bottom: 1.5em;
        padding-left: 0;
        padding-right: 0;
    }
    .contact-note {
        padding: .5em 1em .5em;
        margin: 2em 0 1em;    
    }
    .contact-form .ui-button.button-second {
        width: 100%;
        margin-right: auto;
        max-width: 250px;
        margin: auto;
        display: table;
    }
    .page-container.contact-page {
        /*padding: 0 2em;*/
    }
}

/*category index page*/
.category-index-link{
    margin-top: 1em;
}
.top-category-index{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: .2em;
    height: 420px;
}
.category-title-wrap{
    text-align: center;
    background-color: white;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -70px;
    width: 400px;
    height: fit-content;
    border-left: 6px solid;
}
.category-title-wrap.quilt {
    border-left-color: #b06dc8;
}
.category-title-wrap.embroidery{
    border-left-color: #f4618e;
}
.category-title-wrap.sewing{
    border-left-color: #1190c6;
}
.category-title-wrap.knit{
    border-left-color: #aa7b53;
}
.category-title-wrap.lace{
    border-left-color: #66bfd9;
}
.category-title-wrap.paint{
    border-left-color: #2ecaa0;
}
.category-title-wrap.handwoven{
    border-left-color: #81b32d;
}
.category-title-wrap.leather{
    border-left-color: #ffb401;
}
.category-title-wrap.calligraphy{
    border-left-color: #c9a966;
}
.category-title-wrap.pressed{
    border-left-color: #ed8e60;
}
.category-title-wrap.other{
    border-left-color: #ed8e60;
}
.category-title-wrap .page-ttl h1{
    margin : 1em auto 12px;
}
.news-section.index .page-ttl h1{
    margin : 0 auto 12px;
}
.category-title .subttl{
    margin-bottom: 28px;
}
.border-bottom-grey-category-title {
    border-bottom: 2px solid #c8c8c8;
    width: 10%;
    margin: auto;
}
.news-section{
    margin: 1em 0 3em;
    padding: 7px 0;
}
.news-section .news1{
    padding-right: 2em;
    padding-left: 0;
    padding-top: 0.5em;
}
.news-section .no-data{
    text-align: center;
}
.news-section .no-padding-right{
    padding-right: 0 !important;
}
.news-section .news2{
    padding-left: 2em;
    padding-right: 0;
}
.news-section .list-news{
    border-bottom: 1px dotted #c8c8c8;
}
.news-section .news1 p.date,
.news-section .news2 p.date{
    margin: 1em 0 0.5em;
    color: #787878;
    font-size: 14px;
}
.news-section .news1 h4.news-title{
    margin-top: .5em;
    margin-bottom: 0;
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
}
.news-section .news1 h4.news-title:hover{
    color: #2f9fea;
}
.news-section .news2 h4.news-title{
    margin-top: .8em;
    font-weight: normal;
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
}
.news-section .news2 a h4.news-title:hover {
    color: #2f9fea;
}
.img-wrap{
    width: 35%;
    float: left;
    padding: .5em 1em .3em 0;
}
.new-article{
    background-color: #e5f1f8;
    margin-bottom: 1em;
    padding-top: 4em;
    padding-bottom: 1em;
}
.new-article-slider .slick-prev, .slick-next{
    top: 30%;
}
.new-article-slider {
    position: relative;
    width: 90%;
    margin: 1.5em auto 0em;
    padding: 0 2em;
}
.new-article-slider .article-item .sewing, .course-accept-item .sewing {
    background-color: #1190c6!important;
}
.new-article-slider .article-item .quilt, .course-accept-item .quilt {
    background-color: #b06dc8!important;
}
.new-article-slider .article-item .embroidery, .course-accept-item .embroidery {
    background-color: #f4618e!important;
}
.new-article-slider .article-item .knit, .course-accept-item .knit {
    background-color: #aa7b53!important;
}
.new-article-slider .article-item .lace, .course-accept-item .lace {
    background-color: #66bfd9!important;
}
.new-article-slider .article-item .paint, .course-accept-item .paint {
    background-color: #2ecaa0!important;
}
.new-article-slider .article-item .handwoven, .course-accept-item .handwoven {
    background-color: #81b32d!important;
}
.new-article-slider .article-item .leather, .course-accept-item .leather {
    background-color: #ffb401!important;
}
.new-article-slider .article-item .calligraphy, .course-accept-item .calligraphy {
    background-color: #c9a966!important;
}
.new-article-slider .article-item .other, .course-accept-item .other {
    background-color: #ed8e60!important;
}
.new-article-slider .article-item:hover, .course-accept-item:hover {
    transition: 500ms ease 0s;
}
.new-article-slider .article-item:hover .sewing, .course-accept-item:hover .sewing {
    background-color: #066790!important;
}
.new-article-slider .article-item:hover .quilt, .course-accept-item:hover .quilt {
    background-color: #9b4fb7!important;
}
.new-article-slider .article-item:hover .embroidery, .course-accept-item:hover .embroidery {
    background-color: #da4e78!important;
}
.new-article-slider .article-item:hover .knit, .course-accept-item:hover .knit:hover  {
    background-color: #885b36!important;
}
.new-article-slider .article-item:hover .lace, .course-accept-item:hover .lace {
    background-color: #4094ad!important;
}
.new-article-slider .article-item:hover .paint, .course-accept-item:hover .paint {
    background-color: #11926f!important;
}
.new-article-slider .article-item:hover .handwoven, .course-accept-item:hover .handwoven {
    background-color: #5b8417!important;
}
.new-article-slider .article-item:hover .leather, .course-accept-item:hover .leather {
    background-color: #dc9b00!important;
}
.new-article-slider .article-item:hover .calligraphy, .course-accept-item:hover .calligraphy {
    background-color: #9a7d40!important;
}
.new-article-slider .article-item:hover .other, .course-accept-item:hover .other {
    background-color: #c96e42!important;
}
.new-article-slider .article-item{
    padding: 0 1.5em;
}
.new-article-slider .date-article .members-only {
    background-color: #0f3587;
    font-size: 13px;
    color: white;
    padding: 5px 14px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.new-article-slider .date-article{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em 0 0;
}
.new-article-slider .article-item a p.title {
    margin-top: .5em;
}
.date-article p {
    display: flex;
    font-size: 13px;
    margin-bottom: 0;
}
.date-article p.date {
    font-size: 14px;
}
.date {
    margin-top: 0;
    color: #787878 !important;
}
.new-article-slider .article-item .arrow {
    position: absolute;
    width: fit-content;
    color: white;
    padding: 2px 15px;
    font-size: 13px;
    word-break: keep-all;
    display: table;
    z-index: 1;
    font-weight: bold;
    line-height: 1.8;
}
.new-article-slider .slick-slide {
    opacity: 1;
}
.new-article-slider .slick-prev, .new-article-slider .slick-next, .accepted-slider .slick-prev, .accepted-slider .slick-next, .event-slider .slick-prev, .event-slider .slick-next, .slider-list-category .slick-prev, .slider-list-category .slick-next {
    box-shadow: -2px 2px 0 #b1b1b1;
    width: 25px;
    height: 25px;
}
.new-article-slider .slick-slide a:hover img{
    opacity: .6;
    transition: 500ms ease 0s;
}
.new-article-slider .slick-slide a:hover p {
    transition: 500ms ease 0s;
}
.new-article-slider .slick-slide a.sewing:hover p.title {
    color: #066790!important;
}
.new-article-slider .slick-slide a.quilt:hover p.title {
    color: #9b4fb7!important;
}
.new-article-slider .slick-slide a.embroidery:hover p.title {
    color: #da4e78!important;
}
.new-article-slider .slick-slide a.knit:hover p.title {
    color: #885b36!important;
}
.new-article-slider .slick-slide a.lace:hover p.title {
    color: #4094ad!important;
}
.new-article-slider .slick-slide a.paint:hover p.title {
    color: #11926f!important;
}
.new-article-slider .slick-slide a.handwoven:hover p.title {
    color: #5b8417!important;
}
.new-article-slider .slick-slide a.leather:hover p.title {
    color: #dc9b00!important;
}
.new-article-slider .slick-slide a.calligraphy:hover p.title {
    color: #9a7d40!important;
}
.new-article-slider .slick-slide a.other:hover p.title {
    color: #848484!important;
}
.article-more .ui-button {
    width: 180px;
    height: 45px;
    position: relative;
    margin: 0.5em auto auto;
    display: block;
}
.article-more{
    margin-bottom: 3.5em;
}
.article-more .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: 30px;
    top: 50%;
}
.course-accept{
    padding-top: 2em;
}
.course-acc-slider {
    position: relative;
    width: 90%;
    margin: 2.5em auto 0;
    padding: 0 2em;
}
.category-section{
    padding: 2em 0 5em;
}
.category-section .categories{
    width: 20%;
    padding-right: 1.5em !important;
    margin-bottom: 1em;
}
.category-accept {
    margin-bottom: 0;
    padding-top: 4em;
}
.new-article-slider .slick-slide {
    opacity: 1;
}
.article-item a p.title {
    font-size: 16px;
    line-height: 1.6;
}
.accepted-slider {
    position: relative;
    width: 90%;
    margin: 1.5em auto 0em;
    padding: 0px 1.2em;
}
.accepted-slider .slick-prev, .accepted-slider .slick-next{
    top: 45%;
}
.accepted-slider .slick-list, .event-slider .slick-list, .slider-list-category .slick-list {
    width: 100%;
}
.accepted-slider .slick-slide, .event-slider .slick-slide {
    opacity: 1;
    height: inherit;
}
.accepted-slider .accepted-item, .event-slider .event-item {
    padding: 0;
    padding-bottom: 0.5em;
    display: flex;
}
.accepted-item.courses .block, .event-item.events .block-event {
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: relative;
    z-index: 1;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-flow: column;
}
.accepted-item.courses .block:before, .event-item.events .block-event:before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 15px;
    width: 92%;
    border-bottom: 1px solid #cdcdcd;
}
.cat-course-image {
    color: white;
    border: 1px solid white;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    position: relative;
    margin-bottom: 0.5em;
}
.cat-course-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-event {
    background-color: #fcf6e9;
    margin-bottom: 2em;
    padding-top: 4em;
}
.event-slider .slick-prev, .event-slider .slick-next{
    top: 25%;
}
.event-slider {
    position: relative;
    width: 90%;
    margin: 1.5em auto 0em;
    padding: 0px 1.5em;
}
.cat-event-image {
    color: white;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    position: relative;
    margin-bottom: 1em;
}
.cat-event-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-content {
    flex: 1;
    border-bottom: none;
    min-height: unset;
    padding: 0.5em 0;
}
.cat-index .event-time .time {
    display: flex;
    /*margin-bottom: 1em;*/
}
.cat-index .event-time .time p {
    display: inline;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: .5em;
    font-size: 14px;
}
.event-top-cat {
    display: flex;
    margin-bottom: 0;
}
.event-top-cat .where-when {
    display: flex;
    width: 100%;
    /* align-items: center; */
}
.event-top-cat .where-when .event-location {
    border: 1px solid #969696;
    border-right: none;
    padding: 0.5em;
    text-align: center;
    display: flex;
    word-break: keep-all;
    background-color: #ffffff;
    min-width: 90px;
}
.event-top-cat .where-when .event-location p {
    font-size: 14px;
    margin: auto;
}
.event-top-cat .event-date {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #969696;
    padding: 0.5em 1.2em;
    flex: 1;
}
.event-top-cat .event-date .icon-date img {
    width: 17px;
    margin: -2px 0 0;
}
.event-top-cat .where-when .event-date p {
    display: inline;
    margin-bottom: 0;
    margin-top: 0em;
    margin-left: 1em;
    font-size: 14px;
}
.cat-index .event-button .ui-button {
    width: 120px;
    height: 35px;
    margin: 5px auto 0;
}
.cat-index .event-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: 33px;
    top: 47%;
}
.event-content h3 {
    margin-bottom: 0.2em;
    line-height: 1.6em;
    /*margin-top: 0.5em;*/
    font-size: 16px;
}
.event-content p {
    margin-top: 0;
    line-height: 1.6em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.category-event .article-more .ui-button {
    margin: 1em auto 0;
}
.category-curriculum {
    padding-top: 2em;
}
.curriculum-featured-wrap {
    display: flex;
    margin-top: 2em;
}
.curriculum-featured {
    padding: 0 3.5em 0 0
}
.category-curriculum-txt {
    padding: 0 0 0 1em
}
.category-curriculum-txt p {
    margin: 0 auto;
    line-height: 1.6;
    font-size: 16px;
}
.curriculum-more .ui-button {
    width: 330px;
    height: 45px;
    position: relative;
    margin: 1.5em 0 0;
    display: block;
    color: #ffffff;
    font-size: 14px;
}
.curriculum-more .ui-button .ui-button-text {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.curriculum-more .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: 20px;
    top: 50%;
}
.curriculum-more.quilt .ui-button, .quilt .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button {
    background-color: #b06dc8;
}
.curriculum-more.embroidery .ui-button, .embroidery .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button {
    background-color: #f4618e;
}
.curriculum-more.sewing .ui-button, .sewing .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button {
    background-color: #1190c6;
}
.curriculum-more.knit .ui-button, .knit .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button {
    background-color: #aa7b53;
}
.curriculum-more.lace .ui-button, .lace .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button {
    background-color: #66bfd9;
}
.curriculum-more.paint .ui-button, .paint .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button {
    background-color: #2ecaa0;
}
.curriculum-more.handwoven .ui-button, .handwoven .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button {
    background-color: #81b32d;
}
.curriculum-more.leather .ui-button, .leather .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button {
    background-color: #ffb401;
}
.curriculum-more.calligraphy .ui-button, .calligraphy .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button {
    background-color: #c9a966;
}
.curriculum-more.pressed .ui-button, .pressed .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button {
    background-color: #ed8e60;
}
.curriculum-more.other .ui-button, .other .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button {
    background-color: #ed8e60;
}
.curriculum-more.quilt .ui-button:hover, .quilt .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button:hover {
    background-color: #9b4fb7;
    transition: 500ms ease 0s;
}
.curriculum-more.embroidery .ui-button:hover, .embroidery .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button:hover {
    background-color: #da4e78;
    transition: 500ms ease 0s;
}
.curriculum-more.sewing .ui-button:hover, .sewing .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button:hover {
    background-color: #066790;
    transition: 500ms ease 0s;
}
.curriculum-more.knit .ui-button:hover, .knit .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button:hover {
    background-color: #885b36;
    transition: 500ms ease 0s;
}
.curriculum-more.lace .ui-button:hover, .lace .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button:hover {
    background-color: #4094ad;
    transition: 500ms ease 0s;
}
.curriculum-more.paint .ui-button:hover, .paint .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button:hover {
    background-color: #11926f;
    transition: 500ms ease 0s;
}
.curriculum-more.handwoven .ui-button:hover, .handwoven .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button:hover {
    background-color: #5b8417;
    transition: 500ms ease 0s;
}
.curriculum-more.leather .ui-button:hover, .leather .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button:hover {
    background-color: #dc9b00;
    transition: 500ms ease 0s;
}
.curriculum-more.calligraphy .ui-button:hover, .calligraphy .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button:hover {
    background-color: #9a7d40;
    transition: 500ms ease 0s;
}
.curriculum-more.pressed .ui-button:hover, .pressed .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button:hover {
    background-color: #ed8e60;
    transition: 500ms ease 0s;
}
.curriculum-more.other .ui-button:hover, .other .curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button:hover {
    background-color: #c96e42;
    transition: 500ms ease 0s;
}
.curriculum-slide-wrap {
    padding: 3em 3% 3em;
    position: relative;
}
.curriculum-slide .curriculum-item {
    padding: 0 1.5em;
}
.curriculum-slide .curriculum-item img {
    border: 1px solid #cdcdcd;
    border-bottom: none;
}
.curriculum-slide .curriculum-item .type-txt {
    background-color: #ffffff;
    padding: 1em 2em;
    position: relative;
    border: 1px solid #cdcdcd;
    border-top: none;
    width: 100%;
}
.curriculum-slide .slick-track {
    display: flex;
    flex-wrap: nowrap;
}
.curriculum-slide .slick-slide {
    display: flex;
    flex-flow: column; 
}
.curriculum-slide .curriculum-item .type-txt {
    flex: 1;
    padding-bottom: 5em;
}
.curriculum-slide .curriculum-item .type-txt h3 {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 0.5em;
}
.curriculum-slide .curriculum-item .type-txt p {
    margin: 2em auto;
    line-height: 1.6;
    font-size: 16px;
}
.curriculum-slide .curriculum-item .type-txt .curriculum-type-button .ui-button {
    min-width: 100%;
    height: 40px;
    margin: auto;
    font-size: 14px;
}
.curriculum-slide .curriculum-item .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-txt .wrap-text h3{
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}
.type-btn-wrap {
    position: absolute;
    bottom: 0;
    margin-bottom: 2em;
}
.curriculum-slide .slick-slide {
    opacity: 1;
}
.curriculum-slide.slick-slider .slick-prev {
    box-shadow: -2px 2px 0 #b1b1b1;
    width: 25px;
    height: 25px;
    left: 20px;
    top: 295px;
}
.curriculum-slide.slick-slider .slick-next {
    box-shadow: -2px 2px 0 #b1b1b1;
    width: 25px;
    height: 25px;
    right: 20px;
    top: 295px;
}
.event-slider .slick-list .slick-track, .accepted-slider .slick-list .slick-track, .slider-list-category .slick-list .slick-track {
    display: flex;
    flex-wrap: nowrap;
}
.accepted-item .block .course-content {
    flex: 1;
    border-bottom: none;
    min-height: unset;
    /*margin-top: 1em;*/
    padding: 0.5em 0;
}
.list-category.index {
    margin: 19px auto 1em;
    float: none;
    width: 87%;
    padding: 0 1em;
}
.list-category-top.index{
    float: none;
}
.list-category-top {
    margin: 1em auto 1em;
}
.list-category-top .categories {
    /*width: 25%;*/
    padding: 0 1em !important;
}
.img-category-top {
    height: auto;
    object-fit: cover;
    width: 100%;
}
.list-category.slider-list-category.index {
    margin: 13px auto 29px;
    float: none;
    width: 87%;
    padding: 0 1em;
}
.slider-handicraft.slick-slider .slick-next {
    margin-top: 15px;
}
.slider-handicraft.slick-slider .slick-prev {
    margin-top: 15px;
}
.main-news p.news-content {
    /*display: -webkit-inline-box;*/
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: -webkit-fill-available;
    margin-top: 0.5em;
    line-height: 1.6;
    display: inline;
}
.contact-page .section-container {
    padding-top: 1em;
}
.contact-page .privacy.section-container {
    padding-top: 3em;
}
.date-time {
    display: flex;
    flex-flow: wrap;
}
.new-cat-article {
    color: white;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    margin-bottom: 0.5em;
}
.new-cat-article img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-link-wrap {
    display: inline-block;
    padding: 1.5em 0 1em;
    margin-bottom: 1.5em!important;
    border-bottom: 1px solid #8d9cc3;
}
.category-link {
    display: flex;
    justify-content: center;
    align-content: center;
}
.category-link .category-link-name {
    position: relative;
    margin: auto 2.5em 0.5em;
    display: inline-block;
    word-break: keep-all;
}
.category-link-name p {
    font-size: 16px;
    margin: auto 0;
    padding: 0 30px 0 0;
    color: #222222;
}
.category-link-name p::after {
    width: 12px;
    height: 12px;
    box-shadow: -2px 2px 0 #0f3587;
    transform: rotate(315deg);
    position: absolute;
    content: "";
    right: 3px;
    top: 2px;
}
.category-accept .section-ttl, .new-article .section-ttl, .news-section .section-ttl, .category-event .section-ttl, .category-section .section-ttl, .category-curriculum-wrap .section-ttl {
    display: flex;
    text-align: center;
    padding-top: 0;
    margin-bottom: 1em;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.category-accept .section-ttl h2,.new-article .section-ttl h2, .news-section .section-ttl h2, .category-event .section-ttl h2, .category-section .section-ttl h2, .category-curriculum-wrap .section-ttl h2 {
    margin: 0 auto;
    margin-bottom: 0;
    text-align: left;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.6em;
}
.departmen-course-table {
    border-collapse: collapse;
    width: -webkit-fill-available;
    margin-top: 0;
    margin-bottom: 0;
}
.departmen-course-table tr td {
    padding: 1em 1em 1em 1.5em;
    width: 200px;
    border: 1px solid #e5e5e5;
}
.dep-course-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
}
.departmen-course-table p {
    margin: 0;
    word-break: keep-all;
}
#cat-articles {
    margin-bottom: 0;
}
.relative{
    position: relative;
}
.categories h2.img-text {
    position: absolute;
    background: rgba(0,0,0, 0.5);
    text-align: center;
    color: #ffffff;
    bottom: 2em;
    transform: translateY(-50%);
    width: -webkit-fill-available;
}
.banner-slider-wrap h1.text-imgSlider{
    position: absolute;
    background: rgba(0,0,0, 0.5);
    text-align: center;
    color: #ffffff;
    width: 100%;
    bottom: 33px;
    /*    top: 82%;
        transform: translateY(-50%);*/
}
.news2.dis-PC{
    display: none;
}


@media screen and (max-width: 1024px) {
    .contact-form .ui-inputfield.middle-input{
        width: 70%;
    }
    .contact-form .ui-inputfield{
        width: 100%;
    }
    .category-section {
        margin-right: 3em;
        padding-left: 2.8em;
        padding-right: 2.5em;
    }
    .curriculum-slide.slick-slider .slick-prev {
        left: 20px;
    }
    .curriculum-slide.slick-slider .slick-next {
        right: 20px;
    }
    .list-category.index {
        margin: 3em auto 3em;
        width: 99%;
        padding: 0em;
    }
    .event-content {
        /*min-height: 303px;*/
        padding: 0.5em 0;
    }
    .event-top-cat .event-date {
        /* padding: 0.5em 0.5em; */
        padding: 0.5em 5%;
    }
    .event-top-cat .where-when .event-location {
        padding: 0.5em 9px;
    }
    .category-link {
        max-width: 725px;
    }
    .category-link .category-link-name {
        margin: auto auto 0.5em;
    }
    .categories h2.img-text {
        bottom: 5em;
    }
    .news2.dis-PC{
        display: none;
    }
}
@media screen and (max-width: 820px){
    .categories h2.img-text {
        bottom: 4em;
    }
}
@media screen and (max-width: 768px) {
    .top-category-index {
        height: 250px;
    }
    .category-title-wrap {
        margin-left: -145px;
        width: 300px;
    }
    .category-title-wrap .page-ttl h1 {
        margin-top: 14px;
        font-size: 23px;
    }
    .category-title .subttl {
        margin-bottom: 21px;
    }
    .news-section {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
    .news-section .news1 {
        padding-right: 0;
        width: 100%;
    }
/*    .news-section .news2 {
        padding-left: 0;
        width: 100%;
    }*/
    .new-article-slider {
        position: relative;
        width: 100%;
        margin: 2.5em auto 0;
        padding: 0 1em;
    }
    .slider-list-category{
        position: relative;
        width: 100%;
        margin: 2.5em auto 0;
        padding: 0 0.3em;
    }
    .accepted-slider {
        position: relative;
        width: 100%;
        margin: 2.5em auto 0;
        padding: 0 0.3em;
    }
    .event-slider {
        position: relative;
        width: 100%;
        margin: 2.5em auto 0;
        padding: 0 0.3em;
    }
    .category-curriculum {
        padding-top: 0.5em;
    }
    .curriculum-featured-wrap {
        display: block;
        margin-top: 3em;
    }
    .curriculum-featured {
        padding: 0;
    }
    .category-curriculum-txt {
        padding: 2em 0 0 0;
    }
    .category-section {
        /*margin-right: 2em;*/
        padding: 0.5em 2em 0.5em 1.5em;
    }
    .category-section .list-category {
        margin-top: 2em !important;
        margin-bottom: 4em!important;
    }
    .category-section .categories {
        padding-right: 1em !important;
    }
    .curriculum-slide-wrap {
        padding: 3em 1.5em 1em;
        position: relative;
        width: 100%;
    }
    .curriculum-slide.slick-slider .slick-prev {
        left: 15px;
    }
    .curriculum-slide.slick-slider .slick-next {
        right: 15px;
    }
    .curriculum-more .ui-button {
        margin: 2em 0 0;
    }
    .event-content {
        /*min-height: 280px;*/
    }
    .category-link .category-link-name {
        margin: auto 1.15em 0.5em;
    }
    .category-curriculum-txt {
        padding: 1em 0 0;
    }
    .departmen-course-table tr td {
        padding: .5em;
    }
    .list-category.slider-list-category.index {
        width: 100%;
        padding: 0 1.5em;
    }
    .list-category-top .categories{
        width: 50%;
        margin-bottom: 0.5em;
        padding-left: 0!important;
        padding-right: 0.5em!important;
    }
    .img-category-top {
        height: auto;
        object-fit: cover;
        width: 100%;
    }
    .categories h2.img-text {
        bottom: 4em;
    }
    .news2.dis-Ipad{
        display: block;
    }
    .news2-display{
        display: none;
    }
}

@media screen and (max-width: 40.063em) {
    .new-article-slider .date-article{
        flex-flow: wrap;
    }
    .event-slider .event-item{
        padding: 0 1em 0 0;
    }
    .event-slider .event-item:last-child{
        padding: 0;
    }
    .contact-form .ui-inputfield{
        width: 100%;
        min-height: 35px;
    }
    .pad-sm {
        padding: 0 14px;
    }
    .top-category-index {
        margin-top: 0;
    }
    .course-accept{
        padding: 1em 0;
    }
    .news-section {
        padding: 0 0.2em 0.5em;
        margin: 2.5em auto 2.5em;
        float: none;
    }
    .category-section .categories {
        width: 50%;
        padding-right: 14px !important;
    }
    .new-article {
        padding-top: 3em;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
    .new-article-slider {
        width: 100%;
        padding: 0;
        margin: 2em auto 0;
    }
    .new-article-slider .article-item {
        padding: 0 8px 0 16px;
        width: 75%;
    }
    /*    .new-article-slider .article-item:first-child {
            padding: 0 16px;
        }*/
    .new-article-slider .article-item:last-child {
        padding: 0 8px 0 16px;
    }
    .new-article-slider .slick-list .slick-track {
        width: fit-content !important;
        padding-right: 0;
        display: -webkit-inline-box;
    }
    .date-article p {
        margin-right: 7px;
    }
    .article-more {
        margin-bottom: 2.5em;
    }
    .category-accept {
        margin-bottom: 0.5em;
        padding-top: 3em;
        padding-left: 0;
        padding-right: 0;
    }
    .accepted-item.courses .block, .event-item.events .block-event {
        padding-left: 0.5em;
        padding-right: 0.5em;
        width: 303px;
    }
    .accepted-slider {
        position: relative;
        width: 100%;
        margin: 3em auto 0;
        padding: 0 3em;
    }
    .category-event {
        margin-bottom: 0em;
        padding-top: 3em;
        padding-bottom: .5em;
        padding-left: 0.2em;
        padding-right: 0.2em;
    }
    .event-slider {
        position: relative;
        width: 100%;
        margin: 2em auto 1em;
        padding: 0em;
    }
    .event-content {
        padding: 1em 0 0.5em;
        /*height: 310px;*/
    }
    .category-curriculum-wrap {
        margin-top: 3em;
        padding-top: 0;
        padding-left: 0.2em;
        padding-right: 0.2em;
    }
    .category-curriculum-wrap.index {
        padding-top: 1em;
        padding-left: 0;
        padding-right: 0;
    }
    .curriculum-slide-wrap {
        padding: 2em 0em 2em;
        position: relative;
        width: 100%;
    }
    .curriculum-slide .curriculum-item {
        padding: 0 0.5em;
        width: 82vw;
        /*        padding-left: 1.15em;
                padding-right: 0.35em;*/
        min-width: 82vw;
        display: flex;
        flex-flow: column;
    }
    .curriculum-slide-wrap .sm-sliding{
        padding: 0 0.5em;
    }
    .category-curriculum {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .curriculum-featured-wrap {
        display: block;
        margin-top: 1.75em;
    }
    .curriculum-featured {
        padding: 0;
    }
    .category-section {
        margin: 2em 0 2em;
        margin-right: 2em;
        padding: 0 0.2em 0.5em;
    }
    .category-section .list-category {
        margin: 1em 0!important;
    }
    .new-article-slider .slick-prev, .accepted-slider .slick-prev, .event-slider .slick-prev, slider-list-category .slick-prev {
        left: 14px;
    }
    .new-article-slider .slick-next, .accepted-slider .slick-next, .event-slider .slick-next, slider-list-category .slick-next  {
        right: 14px;
    }
    .curriculum-slide.slick-slider .slick-prev {
        left: 30px;
        top: 220px;
    }
    .curriculum-slide.slick-slider .slick-next {
        right: 30px;
        top: 220px;
    }
    .article-more .ui-button {
        width: 145px;
    }
    .news-section .news1 {
        padding-bottom: 18px;
        margin-top: 0em;
        border-bottom: 1px dotted #c8c8c8;
        display: inline-block;
    }
    .news-section .news2 {
        padding-top: 0;
        margin-bottom: 0.7em;
        padding-left: 0;
    }
    .accepted-item .block .course-content {
        min-height: 338px;
    }
    .curriculum-more .ui-button {
        margin: 2em auto 0;
        width: 100%;
    }
    .main-news p.news-content {
        -webkit-line-clamp: 7;
    }
    .news-section .news1 p.date, .news-section .news2 p.date {
        margin: 1em 0 0;
    }
    .news-section .news2 h4.news-title {
        margin-top: 0.3em;
    }
    .contact-form .ui-inputfield.middle-input {
        width: 100%;
    }
    .category-accept .accepted-slider {
        padding: 0 8px;
    }
    .category-accept .accepted-slider:only-child {
        padding: 0 3em;
    }
    .category-accept .accepted-slider:first-child {
        padding: 0 0 0 0;
    }
    .category-accept .accepted-slider:last-child {
        padding: 0 0 0 0;
    }
    .category-accept .accepted-slider .padding-list-pr{
        padding: 0 8px 0 16px !important;
    }
    .category-accept .accepted-item.courses .block {
        padding-left: 1.15em;
        padding-right: 0.35em;
    }
    /*.date-time {
        display: block;
    }*/
    .date-time .time {
        display: flex;
        margin-right: 0;
        margin-top: 0;
        font-size: 14px;
    }
    /*    .category-link-wrap {
            display: block;
            padding: 1.5em 2em 1em;
            margin-bottom: 0!important;
            border-bottom: none;
        }*/
    .category-link-wrap {
        display: block;
        margin-top: 1.5em!important;
        margin-bottom: 1em!important;
        padding: 1em;
        border-bottom: none;
        background-color: #f7f7f7;
    }
    .category-link {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
    .category-link .category-link-name {
        margin: auto 0.5em;
        width: 43%;
    }
    .category-link-name p {
        margin: 0 auto 0.5em;
        border-bottom: 1px solid #222222;
    }
    .category-link-name p::after {
        right: 3px;
    }
    .category-title-wrap {
        margin-left: -147px;
        width: 290px;
    }
    .departmen-course-table tbody {
        display: flex;
    }
    .departmen-course-table tr {
        display: flex;
        flex-direction: column;
        flex: 1;
        border-bottom: 1px solid #e5e5e5;
    }
    .departmen-course-table tr:nth-child(odd) td {
        border-right: none;
    }
    .departmen-course-table tr td {
        padding: .5em;
        max-width: unset;
        border-bottom: none;
        width: 100%;
    }
    .departmen-course-table p {
        font-size: 13px;
    }
    .list-category.index {
        margin: 0 auto 20px!important;
        width: 95%;
    }

    .new-event-wrapper {
        padding: .5em 0;
    }
    #cat-events {
        padding-left: 0;
        padding-right: 0;
    }
    .new-event-wrapper .event-slider .slick-list .slick-track {
        margin-left: 11px;
    }
    .new-article-slider .article-item {
        width: 84vw;
        min-width: 84vw;
        max-width: 84vw;
    }
    .new-article-slider.single-item .article-item {
        padding: 0 16px;
        width: 100%;
        max-width: unset;
    }
    .category-accept .accepted-slider.single-item {
        padding: 0 8px 0 8px;
    }
    .category-accept .accepted-slider.single-item .block {
        width: 100%;
        padding: 0 8px 0 8px !important;
    }
    .accepted-slider.single-item .slick-list .slick-track {
        padding: 0;
    }
    .new-event-wrapper .event-slider.single-item .slick-list .slick-track {
        margin-left: 16px;
        margin-right: 16px;
    }
    .single-item .event-item.events .block-event {
        width: 100%;
        padding: 0;
    }
    .single-item .event-item.events .block-event:before {
        width: 100%;
        left: 0;
    }
    .sm-sliding.event-slider {
        padding-right: 11px;
        padding-left: 11px;
    }
    .event-item.events .block-event:before {
        left: .5em;
        width: calc(100% - 1em);
    }
    .banner-slider-wrap h1.text-imgSlider{
        font-size: 16px;
    }
    .list-category-top .categories:nth-of-type(odd){
        width: 50%;
        margin-bottom: 0.5em;
        padding-left: 0!important;
        padding-right: 0.5em!important;
    }
    .list-category-top .categories:nth-of-type(even){
        width: 50%;
        margin-bottom: 0.5em;
        padding-left: 0!important;
        padding-right: 0.5em!important;
    }
    img-category-top {
        height: 150px;
        object-fit: cover;
        width: 100%;
    }
    .categories h2.img-text {
        position: absolute;
        background: rgba(0,0,0, 0.5);
        text-align: center;
        color: #ffffff;
        bottom: 1em;
        transform: translateY(-50%);
        width: -webkit-fill-available;
        font-size: 16px;
    }
    .img-category-top {
        height: auto;
        object-fit: cover;
        width: 100%;
    }
    .banner-slider-wrap h1.text-imgSlider{
        bottom: 41px;
    }
    .bottom-spaceSM{
        margin-bottom: -1em;
    }
    .news-section p.no-data{
        margin-bottom: -1em;
    }
    .news2.dis-SM{
        display: none;
    }
    .news2-display {
        display: block;
    }
    .event-top-cat .where-when {
            flex-flow: column;
    }
    .event-top-cat .where-when .event-location {
        border-right: 1px solid #969696;
        border-bottom: 0;
    }
    .contact-row {
        flex-wrap: wrap;
    }
    .contact-form .contact-column {
        padding: 0;
    }
    .wrapper-contact-ec .con-col-1 {
        background-color: #fff;
        min-height: auto;
    }
}

@media screen and(max-width: 365px) {
    .slider-handicraft.slick-slider .slick-next {
        margin-top: 30px;
    }
    .slider-handicraft.slick-slider .slick-prev {
        margin-top: 30px;
    }
}

@media screen and (max-width: 320px) {
    .category-link .category-link-name {
        margin: auto 0.5em;
        width: 44%;
    }
    .departmen-course-table p {
        margin: 0;
        word-break: keep-all;
        margin-right: 15px;
    }
}
