@font-face {
    font-family: 'MyFont4';
    src: url(/font/ITC\ Avant\ Garde\ Gothic\ Medium.otf);
}

.top {
    text-align: center;
    padding-bottom: 80px;
    margin-bottom: 10px;
}


.top h3 {
    font-family: 'MyFont4';
    font-size: 40px;
    line-height: 67.76px;
    letter-spacing: 8px;
    color: #093F86;
    text-align: center;
    margin-bottom: 60px;
}

.top p {
    font-size: 14px;
    line-height: 49px;
    letter-spacing: 0.7px;
}

.flex {
    background-color: #231815;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    margin-bottom: 60px;
}

.desc {
    width: 50%;
    padding-left: 15%;
    padding-right: 6%;
    padding-bottom: 40px;
    /* padding-top: 40px; */
}

.desc-l {
    padding-left: 15%;
    padding-right: 3%;
}

.desc-r {
    padding-right: 15%;
    padding-left: 3%;
}

.desc img {
    width: 70%;
    padding-top: 80px;
    margin-bottom: 40px;
}

.desc {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.7px;
    color: #FFFFFF;
}

.desc .js-link {
    color: #231815 !important;
    margin-top: 30px;
    margin-left: 15%;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 1.5;
    width: 250px !important;
    padding: 20px 50px;
    border-radius: 45px;
    position: relative;
    background-image: url(../images/button04.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.desc .js-link:hover {
    /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25); */
    background-color: transparent;
    border: none;
    background-image: url(../images/button05.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff !important;
    width: 250px !important;
}


.topic-path {
    margin-bottom: 30px;
    margin-top: 10px;
}



.flex-img {
    width: 50%;
    object-fit: cover;
}

h4 {
    font-family: 'Arial' !important;
    font-style: italic !important;
    font-weight: 700 !important;
    font-size: 60px;
    line-height: 63px;
    letter-spacing: -2px;
    color: #FFFFFF;
    padding-top: 80px;
    margin-bottom: 40px;
}

.h4 {}

.flex-l {
    margin-bottom: 120px;
}

.pamphlet_block{
width: 100%;
max-width: 1200px;
margin: 0px auto 100px auto;
/*background: url("../images/panf_bg.jpg") center center no-repeat;
background-size: cover;*/
}
.pamphlet_block .pamphlet_block_filter{
/*background: rgba(0,0,0,0.30);*/
width: 100%;
height: 100%;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
justify-content: center;
align-items: center;
}
.pamphlet_block .pamphlet_book{
width: 180px;
margin: 30px 0px 0px 0px;
}
.pamphlet_block .pamphlet_book img{
width: 100%;
}
.pamphlet_block .pamphlet_btn{
width: 0px auto;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 1.5;
    margin: 20px auto;
    border-radius: 45px;
    position: relative;
}
.pamphlet_block .pamphlet_btn a{
color: #FFFFFF;
text-decoration: none;
    font-size: 16px;
    text-align: center;
    display: block;
	height: 100%;
	width: 100%;
    line-height: 1.5;
    padding: 23px 60px;
    border-radius: 45px;
    position: relative;
    background: rgba(0,65,144,1.00);
s}
.pamphlet_block .pamphlet_btn a:hover{
    background-color: transparent;
    border: none;
    background-image: url(../images/button02.png);
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1200px) and (min-width: 768px) {

    .desc {
        width: 50%;
        padding-left: 5%;
        padding-right: 3%;
        /* padding-top: 40px; */
    }

    .desc-l {
        padding-left: 5%;
        padding-right: 3%;
    }

    .desc-r {
        padding-right: 5%;
        padding-left: 3%;
    }

    .desc img {
        width: 70%;
        padding-top: 80px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {

    .main-top p.sub-top-text {
        text-align: center;
        top: 65%;
        left: 2%;
        right: 0%;
        width: auto;
        margin: 0;
        transform: translateY(-50%) translateX(0%);
        -webkit-transform: translateY(-50%) translateX(0%);
        background: none;
        display: block;
    }

    .top {
        padding-bottom: 40px;
        margin-bottom: 50px;
        width: 100%;
        margin: 0 auto;
    }

    .top h3 {
        font-size: 2.5rem;
        line-height: 1.4;
        max-width: 95%;
        margin: 0 auto 40px;
        padding-left: 5px;
    }

    .top p {
        line-height: 2;
        letter-spacing: 0.7px;
        max-width: 95%;
        margin: 0 auto;
        text-align: left;
    }

    .top p br {
        display: none;
    }

    .flex {
        /* -webkit-flex-wrap: wrap; */
        /* -ms-flex-wrap: wrap; */
        /* flex-wrap: wrap; */
        display: block;
        margin-bottom: 40px;
    }

    .desc {
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .desc br {
        display: none;
    }

    .desc-l {
        padding-left: 0;
        padding-right: 0;
        order: 2;
    }

    .desc-r {
        padding-right: 0;
        padding-left: 0;
    }

    .desc img {
        width: 70%;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .desc {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.7px;
        color: #FFFFFF;
    }


    .flex-img {
        width: 100%;
        max-width: 100%;
        object-fit: contain;
    }

    h4 {
        font-size: 4rem;
        line-height: 1.2;
        padding-top: 40px;
        margin-bottom: 20px;
        max-width: 95%;
    }

    .flex-l {
        margin-bottom: 80px;
    }

    .desc .js-link {
        color: #231815 !important;
        margin: 30px auto 0;
        font-size: 16px;
        text-align: center;
        display: block;
        background-color: #fff;
        width: 250px;
        padding: 20px 40px;
        border-radius: 45px;
        position: relative;
    }

    .main-top-img {
        vertical-align: bottom;
    }


    .topic-path {
        margin-top: 15px;
    }


.pamphlet_block .pamphlet_block_filter{
/*background: rgba(0,0,0,0.30);*/
width: 100%;
height: 100%;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.pamphlet_block .pamphlet_book{
width: 180px;
margin: 30px auto;
}
.pamphlet_block .pamphlet_btn{
width: 80%;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 1.5;
    margin: 0px auto 50px auto;
    border-radius: 45px;
    position: relative;
}
.pamphlet_block .pamphlet_btn a{
color: #FFFFFF;
text-decoration: none;
    font-size: 16px;
    text-align: center;
    display: block;
	height: 100%;
    line-height: 1.5;
    padding: 18px 20px;
    border-radius: 45px;
    position: relative;
    background: rgba(0,65,144,1.00);
}
.pamphlet_block .pamphlet_btn a:hover{
    background-color: transparent;
    border: none;
    background-image: url(../images/button02.png);
    background-size: cover;
    background-repeat: no-repeat;
}


}