/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fv .fv__catch.sp{
    display: none;
}

@media only screen and (max-width: 768px){
    #fv .fv__catch.pc{
        display: none;
    }
    #fv .fv__catch.sp{
        display: inline-block;
        margin: 40px auto 80px;
    }
    #fv .fv__catch.sp:nth-of-type(2){
        margin: 40px auto  8px 20px;
    }
    #fv .fv__catch.sp:nth-of-type(3){
        margin: 0 auto  16px 20px;
    }
    #fv .fv__title{
        margin: 0 20px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	recommend
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#recommend .type1__inner1:nth-of-type(2){
    justify-content: center;
}
#recommend .recommend--item{
    margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
    #recommend .type1__flex3 > div:nth-of-type(3) {
        margin: 0 auto;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#point .type1__flex3{
    margin-bottom: 24px;
}
#point .type1__inner1:nth-of-type(2){
    justify-content: center;
}
#point .type1__inner1:nth-of-type(2) > div:nth-of-type(1){
    margin-right: 16px;
}
#point .type1__inner1--point p{
    font-size: 12px;
    text-align: left;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	proscons
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#proscons .type1__flex2{
    align-items: stretch;
}
#proscons .chart{
    width: 48.720573183%;
    max-width: 48.720573183%;
    background: #fff;
    border: 2px solid #222;
    border-radius: 8px;
}
#proscons .chart__title{
    border-bottom: 2px solid #222;
    border-radius: 6px 6px 0 0;
    padding: 16px 0;
    text-align: center;

    color: #fff;
    font-size: 20px;
	font-weight: 700;
}
#proscons .chart:nth-of-type(1) .chart__title{
    background: #0085FF;
}
#proscons .chart:nth-of-type(2) .chart__title{
    background: #FF6A60;
}
#proscons .chart__content{
    border-radius: 0 0 6px 6px;
    background: #fff;
    padding: 20px;
}
#proscons .chart__content > div{
    margin-bottom: 24px;
}
#proscons .chart__content > div:last-of-type{
    margin-bottom: 0;
}
#proscons .chart__content > div p:nth-of-type(1){
    position: relative;
    font-size: 18px;
	font-weight: 700;
    padding-left: 40px;
    margin-bottom: 8px;
}
#proscons .chart:nth-of-type(1) .chart__content > div p:nth-of-type(1)::before{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    content: url(/wordpress/wp-content/themes/u-gaku__theme/images/countries/malta/malta__pros--icon.svg);
}
#proscons .chart:nth-of-type(2) .chart__content > div p:nth-of-type(1)::before{
    width: 30.02px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    content: url(/wordpress/wp-content/themes/u-gaku__theme/images/countries/malta/malta__cons--icon.svg);
}
#proscons .chart__content > div p:nth-of-type(2){
    font-size: 14px;
	font-weight: 400;
}
@media only screen and (max-width: 1024px) {
    #proscons .chart{
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    #proscons .chart__title{
        font-size: 16px;
    }
    #proscons .chart__content > div p:nth-of-type(1){
        font-size: 16px;
    }
    #proscons .chart:nth-of-type(1) .chart__content > div p:nth-of-type(1)::before{
        width: 24px;
        height: 24px;
    }
    #proscons .chart:nth-of-type(2) .chart__content > div p:nth-of-type(1)::before{
        width: 28px;
        height: 24px;
    }
    #proscons .chart__content > div p:nth-of-type(2){
        font-size: 14px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	cost
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#cost .type1__text{
    font-size: 14px;
	font-weight: 400;
    text-align: left;
}
#cost .type1__text.bold{
	font-weight: 700;
}
#cost .type1__text.attention{
    color: #727272;
    font-size: 10px;
    text-align: right;
}
#cost .type1__image{
    margin-bottom: 48px;
}
#cost .guideline .type1__flex2{
    align-items: stretch;
    margin-bottom: 24px;
}
#cost .guideline .type1__flex2 > div{
    max-width: 100%;
    padding: 24px;
    background: #fff;
    border: 2px solid #56C1FF;
    border-radius: 4px;
}
#cost .guideline .type1__flex2 > div h3{
    color: #56C1FF;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #56C1FF;
    margin-bottom: 20px;
}
#cost .guideline .type1__flex2 > div p:nth-of-type(1){
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
#cost .guideline .type1__flex2 > div p:nth-of-type(2){
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
}
#cost .guideline .type1__flex2 > div p:nth-of-type(3){
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    #cost .guideline .type1__flex2 > div{
        padding: 16px;
    }
    #cost .guideline .type1__flex2 > div h3{
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	place
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#place .type1__text{
    margin-bottom: 40px;
}
.place__detail{
    background: #fff;
    border-radius: 2px;
}
.place__detail > div{
    padding: 16px 24px;
    border-bottom: 1px solid #F6F6F6;
    display: flex;
    align-items: center;
    align-content: stretch;
}
.place__detail > div:last-of-type{
    border-bottom: none;
}
.place__detail > div p:nth-of-type(1){
    width: 80px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.place__detail > div p:nth-of-type(2){
    width: calc(100% - 80px);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

@media only screen and (max-width: 768px){
    .place__detail > div p:nth-of-type(1){
        width: 64px;
        font-size: 12px;
    }
    .place__detail > div p:nth-of-type(2){
        width: calc(100% - 64px);
        font-size: 14px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	schools
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#schools .type1__inner1 .type1__flex2{
    margin-bottom: 20px;
}
#schools .type1__inner1 .type1__flex2 > div{
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    max-width: 100%;
    text-align: center;
}
#schools .type1__inner1 .type1__flex2 > div > p{
    font-family: 'Helvetica Neue';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}
#schools .type1__inner1 .type1__flex2 > div > img{
    border-radius: 2px;
    margin-bottom: 20px;
}
#schools .type1__inner1 .type1__flex2 > div > div{
    display: flex;
    align-items: center;
    align-content: stretch;
    margin-bottom: 16px;
}
#schools .type1__inner1 .type1__flex2 > div > div img{
    width: 16px;
    margin-right: 12px;
}
#schools .type1__inner1 .type1__flex2 > div > div p{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}
#schools .type1__inner1 .type1__flex2 > div > div p span{
    color: #0085FF;
    font-weight: 700;
}
#schools .type1__inner1 .type1__flex2 > div > a{
    display: inline-block;
    border: 1px solid #222;
    border-radius: 20px;
    padding: 4px 16px;
}
#schools .type1__inner1 .type1__flex2 > div > a div{
    display: flex;
    align-items: center;
}
#schools .type1__inner1 .type1__flex2 > div > a div p{
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}
#schools .type1__inner1 .type1__flex2 > div > a div img{
    width: 10px;
    margin-left: 8px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	accommodation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#accommodation .type1__inner1 .type1__text{
    margin-bottom: 24px;
}
#accommodation .type1__inner1 .type1__flex2 > div{
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    max-width: 100%;
}
#accommodation .type1__inner1 .type1__flex2 > div p{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}
#accommodation .type1__inner1 .type1__flex2 > div img{
    border-radius: 2px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	price
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#price .attention{
    margin-bottom: 0;
}
#price .price__table--select p{
    width: 100%;
}
#price .price__table--select p{
    border-radius: 8px 8px 2px 2px;
}
#price .price__table--select p.active{
    background: linear-gradient(135deg, #92D3E8 0%, #0085FF 100%);
    color: #fff;
}
#price .price__table--text .price__table--text--item > div:nth-of-type(1) p:nth-of-type(2){
    background: linear-gradient(135deg, #92D3E8 0%, #0085FF 100%);
}

@media only screen and (max-width: 768px){
    #price .type1__image{
        max-width: 100%;
        margin: 0 auto 16px;
    }
    #price .price__table--text--item{
        display: block;
    }
    #price .price__table--text--item > div:nth-of-type(1){
        margin-bottom: 8px;
    }
    #price .price__table--text--item > div:nth-of-type(2){
        justify-content: flex-start;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	price__title
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.price__title{
    margin-top: 144.18px;
    height: 132px;
    background: #0085FF;
    position: relative;
}
.price__title h1{
    width: 100%;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;;
    transform: translate(-50%, -50%);
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}
@media only screen and (max-width: 1024px) {
    .price__title{
        margin-top: 148.18px;
    }
}
@media only screen and (max-width: 768px) {
    .price__title{
        margin-top: 110px;
        height: 80px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	breadcrumb
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under__breadcrumb{
    max-width: 1025px;
    padding: 0 24px;
    margin: 168px auto 40px;
}
@media only screen and (max-width: 768px) {
    .under__breadcrumb{
        max-width: 100%;
        padding: 0 20px;
        margin: 134px auto 24px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	maltaschool__fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.maltaschool__fv{
    margin-bottom: 64px;
}
.maltaschool__fv .type1__flex2{
    align-items: stretch;
}
.maltaschool__fv .type1__flex2 > div{
    max-width: 100%;
}
.maltaschool__fv .type1__flex2 > div > img{
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.maltaschool__fv .type1__flex2 > div > h1{
    font-family: 'Helvetica Neue';
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
}
.maltaschool__fv .type1__flex2 > div > p{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 20px;
    border-bottom: 1px solid #727272;
    margin-bottom: 40px;
}
.maltaschool__fv .type1__flex2 > div > div{
    display: flex;
    align-items: center;
    align-content: stretch;
    margin-bottom: 16px;
}
.maltaschool__fv .type1__flex2 > div > div:last-of-type{
    margin-bottom: 0;
}
.maltaschool__fv .type1__flex2 > div > div img{
    width: 20px;
    margin-right: 12px;
}
.maltaschool__fv .type1__flex2 > div > div p{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}
.maltaschool__fv .type1__flex2 > div > div p span{
    color: #0085FF;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .maltaschool__fv .type1__inner1{
        padding: 0 20px;
    }
    .maltaschool__fv{
        margin-bottom: 40px;
    }
    .maltaschool__fv .type1__flex2 > div > h1{
        font-size: 22px;
    }
    .maltaschool__fv .type1__flex2 > div > p{
        font-size: 14px;
        margin-bottom: 24px;
    }
    .maltaschool__fv .type1__flex2 > div > div p{
        font-size: 16px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	maltaschool__menu
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.maltaschool__menu{
    margin-bottom: 64px;
}
.maltaschool__menu .type1__inner1{
    background: #FBFBFB;
    padding: 32px;
}
.maltaschool__menu .type1__inner1 > div{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}
.maltaschool__menu .type1__inner1 > div > a{
    display: inline-block;
    background: #fff;
    border: 1px solid #222;
    border-radius: 20px;
    padding: 4px 16px;
    margin-right: 16px;
}
.maltaschool__menu .type1__inner1 > div > a:last-of-type{
    margin-right: 0;
}
.maltaschool__menu .type1__inner1 > div > a div{
    display: flex;
    align-items: center;
}
.maltaschool__menu .type1__inner1 > div > a div p{
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}
.maltaschool__menu .type1__inner1 > div > a div img{
    width: 10px;
    margin-left: 8px;
}

@media only screen and (max-width: 1024px) {
    .maltaschool__menu .type1__inner1{
        margin: 0 24px;
    }
    .maltaschool__menu .type1__inner1 > div{
        flex-wrap: wrap;
    }
    .maltaschool__menu .type1__inner1 > div > a{
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .maltaschool__menu{
        margin-bottom: 32px;
    }
    .maltaschool__menu .type1__inner1 > div{
        justify-content: flex-start;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	maltaschool__point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.maltaschool__point{
    border-top: none;
}
.maltaschool__point .type1__title{
    padding-bottom: 0;
}
.maltaschool__point .type1__title:after{
    content: none;
}
.maltaschool__point .type1__flex2{
    align-items: stretch;
    margin-bottom: 32px;
}
.maltaschool__point .type1__flex2 > div{
    max-width: 100%;
}
.maltaschool__point .type1__flex2 > div:nth-of-type(1) > div{
    display: flex;
    align-items: center;
    align-content: stretch;
    margin-bottom: 20px;
}
.maltaschool__point .type1__flex2 > div:nth-of-type(1) > div img{
    width: auto;
    height: 56px;
    margin-right: 16px;
}
.maltaschool__point .type1__flex2 > div:nth-of-type(1) > div p{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}
.maltaschool__point .type1__flex2 > div:nth-of-type(1) > p{
    font-size: 14px;
}
.maltaschool__point .type1__flex2 > div:nth-of-type(2) > img{
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .maltaschool__point .type1__flex2 > div:nth-of-type(1) > div p{
        font-size: 20px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	maltaschool__info
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.maltaschool__info .type1__title{
    padding-bottom: 0;
}
.maltaschool__info .type1__title:after{
    content: none;
}
.maltaschool__info .type1__inner2 > div{
    background: #fff;
    border-radius: 2px;
}
.maltaschool__info .type1__inner2 > div > div{
    padding: 16px 24px;
    border-bottom: 1px solid #F6F6F6;
    display: flex;
    align-items: center;
    align-content: stretch;
}
.maltaschool__info .type1__inner2 > div > div:last-of-type{
    border-bottom: none;
}
.maltaschool__info .type1__inner2 > div > div p:nth-of-type(1){
    color: #0085FF;
    width: 124px;
    padding-right: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.maltaschool__info .type1__inner2 > div > div p:nth-of-type(2){
    width: calc(100% - 140px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

@media only screen and (max-width: 768px){
    .maltaschool__info .type1__inner2 > div > div p:nth-of-type(1){
        width: 64px;
        padding-right: 16px;
        font-size: 12px;
    }
    .maltaschool__info .type1__inner2 > div > div p:nth-of-type(2){
        width: calc(100% - 80px);
        font-size: 14px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	maltaschool__plan
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.maltaschool__plan .type1__title{
    padding-bottom: 0;
}
.maltaschool__plan .type1__title:after{
    content: none;
}
.maltaschool__plan .type1__inner1 > div{
    margin-bottom: 48px;
}
.maltaschool__plan h3{
    position: relative;
    padding: 4px 0 4px 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
}
.maltaschool__plan h3:before{
	content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0085FF;
}
.maltaschool__plan h3.pink:before{
    background: #FE8ABB;
}

@media only screen and (max-width: 768px) {
    .maltaschool__plan h3{
        font-size: 18px;
    }
}

/*about
———————————————————————————————————————————————————————————————————*/
.maltaschool__plan--about > div{
    display: flex;
    align-items: stretch;
    align-content: stretch;
}
.maltaschool__plan--about > div > div:nth-of-type(1){
    width: 21.596724667%;
    padding: 12px 0 12px 32px;
    background: #0085FF;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.maltaschool__plan--about.pink > div > div:nth-of-type(1){
    background: #FE8ABB;
}
.maltaschool__plan--about > div:first-of-type > div:nth-of-type(1){
    border-radius: 4px 0 0 0;
}
.maltaschool__plan--about > div:last-of-type > div:nth-of-type(1){
    border-radius: 0 0 0 4px;
}
.maltaschool__plan--about > div:last-of-type > div:nth-of-type(1){
    border: none;
}
.maltaschool__plan--about > div > div:nth-of-type(1) p{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.maltaschool__plan--about > div > div:nth-of-type(2){
    width: 78.403275333%;
    padding: 12px 0 12px 32px;
    background: #fff;
    border-bottom: 1px solid #F6F6F6;
}
.maltaschool__plan--about > div:first-of-type > div:nth-of-type(2){
    border-radius: 0 4px 0 0;
}
.maltaschool__plan--about > div:last-of-type > div:nth-of-type(2){
    border-radius: 0 0 4px 0;
}
.maltaschool__plan--about > div:last-of-type > div:nth-of-type(2){
    border: none;
}
.maltaschool__plan--about > div > div:nth-of-type(2) p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.maltaschool__plan--about > div > div:nth-of-type(2) a{
    color: #0085FF
}
.maltaschool__plan--about > div > div:nth-of-type(2) p.dot{
    position: relative;
    padding: 0 0 0 18px;
    margin-bottom: 8px;
}
.maltaschool__plan--about > div > div:nth-of-type(2) p.dot:before{
	content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
    background: #0085FF;
}

@media only screen and (max-width: 768px) {
    .maltaschool__plan--about > div > div:nth-of-type(1){
        padding: 12px 10px;
    }
    .maltaschool__plan--about > div > div:nth-of-type(1) p{
        font-size: 14px;
    }
    .maltaschool__plan--about > div > div:nth-of-type(2){
        padding: 12px 10px;
    }
    .maltaschool__plan--about > div > div:nth-of-type(2) p{
        font-size: 14px;
    }
    .maltaschool__plan--about > div > div:nth-of-type(2) p.dot:before{
        top: 6px;
    }
}

/*voice
———————————————————————————————————————————————————————————————————*/
.maltaschool__plan--voice .sp{
    display: none;
}

@media only screen and (max-width: 768px){
    .maltaschool__plan--voice .pc{
        display: none;
    }
    .maltaschool__plan--voice .sp{
        display: block;
    }
}

/*price
———————————————————————————————————————————————————————————————————*/
.maltaschool__plan--price{
    margin-bottom: 16px;
}
.maltaschool__plan--price > div{
    display: flex;
    align-items: stretch;
    align-content: stretch;
}
.maltaschool__plan--price > div > div:nth-of-type(1){
    width: 50%;
    padding: 12px 32px;
    background: #fff;
    border-bottom: 1px solid #F6F6F6;
    color: #222;
}
.maltaschool__plan--price > div:first-of-type > div:nth-of-type(1){
    background: #0085FF;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-radius: 4px 0 0 0;
}
.maltaschool__plan--price > div:last-of-type > div:nth-of-type(1){
    border-radius: 0 0 0 4px;
}
.maltaschool__plan--price > div:last-of-type > div:nth-of-type(1){
    border: none;
}
.maltaschool__plan--price > div > div:nth-of-type(1) p{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.maltaschool__plan--price > div > div:nth-of-type(2){
    width: 50%;
    padding: 12px 32px;
    background: #fff;
    border-bottom: 1px solid #F6F6F6;
    color: #222;
}
.maltaschool__plan--price > div:first-of-type > div:nth-of-type(2){
    background: #0085FF;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-radius: 0 4px 0 0;
}
.maltaschool__plan--price > div:last-of-type > div:nth-of-type(2){
    border-radius: 0 0 4px 0;
}
.maltaschool__plan--price > div:last-of-type > div:nth-of-type(2){
    border: none;
}
.maltaschool__plan--price > div > div:nth-of-type(2) p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.maltaschool__plan--price > div > div:nth-of-type(2) a{
    color: #0085FF
}
.maltaschool__plan .attention{
    color: #727272;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .maltaschool__plan--price > div > div:nth-of-type(1){
        padding: 12px 10px;
    }
    .maltaschool__plan--price > div > div:nth-of-type(1) p{
        font-size: 14px;
    }
    .maltaschool__plan--price > div > div:nth-of-type(2){
        padding: 12px 10px;
    }
    .maltaschool__plan--price > div > div:nth-of-type(2) p{
        font-size: 14px;
    }
    .maltaschool__plan .attention{
        font-size: 10px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	maltaschool__program
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.maltaschool__program .type1__title{
    padding-bottom: 0;
}
.maltaschool__program .type1__title:after{
    content: none;
}
.maltaschool__program .type1__inner1{
    margin-bottom: 24px;
}
.maltaschool__program .type1__inner1 > p{
    text-align: center;
}
.maltaschool__program .type1__flex2{
    align-items: stretch;
}
.maltaschool__program .type1__flex2 > div{
    max-width: 100%;
    padding: 24px;
    background: #fff;
    border: 2px solid #56C1FF;
    border-radius: 4px;
}
.maltaschool__program .type1__flex2 > div h3{
    color: #56C1FF;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #56C1FF;
    margin-bottom: 20px;
}
.maltaschool__program .type1__flex2 > div p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .maltaschool__program .type1__inner1 > p{
        text-align: left;
    }
    .maltaschool__program .type1__flex2 > div{
        padding: 16px;
    }
    .maltaschool__program .type1__flex2 > div h3{
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	maltaschool__gallery
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.maltaschool__gallery .type1__title{
    padding-bottom: 0;
}
.maltaschool__gallery .type1__title:after{
    content: none;
}
.maltaschool__gallery .type1__inner1{
    margin-bottom: 40px;
}
.maltaschool__gallery .type1__inner1 > p{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.maltaschool__gallery .type1__flex3{
    align-items: stretch;
    flex-wrap: wrap;
}
.maltaschool__gallery .type1__flex3{
    justify-content: flex-start;
}
.maltaschool__gallery .type1__flex3 > div{
    max-width: 315px;
    width: 32.241555783%;
    margin-right: 1.6376663255%;
    margin-bottom: 40px;
}
.maltaschool__gallery .type1__flex3 > div:nth-of-type(3n){
    margin-right: 0;
}
.maltaschool__gallery .type1__flex3 > div h3{
    background: #0085FF;
    border-radius: 4px;
    padding: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
    .maltaschool__gallery .type1__flex3{
        justify-content: space-between;
    }
    .maltaschool__gallery .type1__flex3 > div{
        width: 32.241555783%;
        margin-right: 0;
    }
    .maltaschool__gallery .type1__flex3 > div:nth-of-type(3n){
        margin: 0;
    }
}
@media only screen and (max-width: 768px) {
    .maltaschool__gallery .type1__inner1 > p{
        font-size: 18px;
    }
    .maltaschool__gallery .type1__flex3{
        display: flex;
    }
    .maltaschool__gallery .type1__flex3 > div{
        width: 48.837209302%;
        margin-bottom: 24px;
    }
    .maltaschool__gallery .type1__flex3 > div:nth-of-type(3n){
        margin: 0;
    }
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	maltaschool__accommodation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.maltaschool__accommodation .type1__title{
    padding-bottom: 0;
}
.maltaschool__accommodation .type1__title:after{
    content: none;
}
.maltaschool__accommodation .type1__inner1{
    margin-bottom: 40px;
}
.maltaschool__accommodation .type1__flex2 > div{
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    max-width: 100%;
}
.maltaschool__accommodation .type1__flex2 > div img{
    border-radius: 2px;
    margin-bottom: 20px;
}
.maltaschool__accommodation .type1__flex2 > div h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}
.maltaschool__accommodation .type1__flex2 > div p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .maltaschool__accommodation .type1__inner1{
        margin-bottom: 24px;
    }
    .maltaschool__accommodation .type1__flex2 > div img{
        margin-bottom: 16px;
    }
    .maltaschool__accommodation .type1__flex2 > div h3{
        font-size: 18px;
        margin-bottom: 16px;
    }
}
