
/**********************
        COMMON
**********************/
body {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: break-word;
    word-break: normal;
}
strong {
    font-weight: bold !important;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}
/**********************
        END COMMON
**********************/

/**********************
        PAGE NESWS & PRESS
**********************/
.page-press_titl {
    border-bottom: 1px solid #b5b5b5;
}
.news_type {
    float: left;
    position: relative;
    top: 6px;
    margin-right: 12px;
}
.news_titl {
    font-size: 1.6em;
}
span.cat_item {
    padding: 6px 22px;
    color: #FFFEFF;
    font-size: 86.6%;
}
#news_list span.cat_item {
    min-width: 100px;
    text-align: center;
    display: inline-block;
    padding-bottom: 2px;
    padding-top: 2px;
    margin: 0 16px;
    border-radius: 20px;
}
#news_list span.cat_item a {
    text-decoration: none;
    color: #fff;
}
.news_type:before, .news_type:after {
    content: '';
    position: absolute;
    width: 50%;
    border-bottom: 0px solid #2173C1;
    bottom: -10px;
    left: 0;
}
.news_type:after {
    border-bottom: 0px solid #75BD41;
    right: 0;
    left: auto;
}
.bg_news_filt {
    background: #f3f3f3;
    border-radius: 12px;
    overflow: hidden;
}
#filt_by_cat {
    margin-bottom: 2.2em;
}
#filt_by_year {
    margin-top: 2.2em;
}
.bg_news_filt .tfilter {
    float: left;
    background: #e5e5e5;
    padding: 17px 40px;
    text-align: center;

}
#pos_news_filt {
    text-align: center;
}
.col_right {
    padding: 12px 0;
}
.tabs-menu {
    text-align: center;
}
.tabs-menu li {
    display: inline-block;
    text-align: center;
    padding: 6px 8px 0px 8px;
}
.tabs-menu li a {
    text-decoration: none;
}
.tabs-menu li:not(:last-child) a {
    border-right: 1px solid #C6C6C6;
    padding-right: 16px;
}
#news_list li {
    border-bottom: 1px solid #b5b5b5;
    padding: 22px 0;
    font-size: 93.3%;
}


#news_list .btn-link li{
    border-bottom:none;
}



.style_select {
    background: #fff;
    border-radius: 20px;
    padding: 4px 8px;
    border: 1px solid #e0dddd;
    display: inline-block;
}
.style_select select {
    padding: 0px 0px 0 8px;
    min-width: 200px;
    border: none;
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
    background: url(../images/icon/arrow-up.png) no-repeat right center;
    font-size: 14px;
}
.style_select select:focus {
    outline: none;
}
.tab_cell {
    margin-bottom: 60px;
    margin-top: 22px;
    border-top: 1px solid #ccc;
    padding-top: 18px;
}
.tab_cell .news_tab {
    float: left;
}
.news_tab li:not(:last-child):after {
    content: '|';
    transform: rotate(40deg);
    -ms-transform: rotate(40deg); /* IE 9 */
    -webkit-transform: rotate(40deg);
    display: inline-table;
    padding: 0px 4px 0px 8px;
    position: relative;
    bottom: 2px;

}
.news_tab li:first-child:after {
    content: '';
}
.tab_cell .sns {
    float: right;
}
.sns li:not(:first-child) img {
    position: relative;
    top: 2px;
}
.tab_cell li {
    display: inline-block;
    font-size: 13px;
}
/**********************
        END PAGE NEWS
**********************/

/**********************
        PAGINATION
**********************/
#pagination {
    text-align: center;
    margin-top: 1.6em;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 8px;
    line-height: 1.42857143;
    color: #0758a5;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #2072BE;
    margin: 0 4px;
    border-radius: 4px;
}
.pagination>li>span.active {
    color: #fff;
    background-color: #0758a5;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li.previous a, .pagination>li.last a {
    border: none;
    text-indent: -99999px;
}
.pagination>li.last a {
    background: url(../images/icon/next.png) no-repeat 4px center;
}
.pagination>li.previous a {
    background: url(../images/icon/prev.png) no-repeat 22px center;
}
/**********************
    END PAGINATION
**********************/

/**********************
    END CONTACT
**********************/
.required {
    border: 1px solid red;
    color: red;
}
#inquiry {
    width: 100%;
    border-top: 1px solid #b5b5b5;
    margin-top: 16px;
}
#inquiry tr {
    border-bottom: 1px solid #b5b5b5;
    vertical-align: middle;
}
#inquiry tr:last-child {
    border-bottom: none;
}
#inquiry th {
    width: 220px;
    background: #eee;
    padding: 24px 22px;
    text-align: left;
    vertical-align: top;
}
#inquiry th .required {
    float: right;
    font-size: 13px;
    padding: 0px 8px;
}
#inquiry td {
    padding: 18px 16px 18px 24px;
}
#inquiry tr:last-child td {
    padding-top: 50px;
    padding-bottom: 0;
}
#inquiry td label {
    padding-right: 20px;
}
#inquiry td select {
    background: #eee url(../images/icon/form_select_icon.png) no-repeat center right;
    box-shadow: 0px 1px 1px #d6d6d6 inset;
    padding: 0 38px 0 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
    border: none;
    line-height: 38px;
    font-size: 14px;
    margin-bottom: 10px;
}
#inquiry td input[type="text"], #inquiry td input[type="email"] {
    box-shadow: 0px 1px 1px 1px #d6d6d6 inset;
    border: none;
    appearance: none;
    outline: none;
    border-radius: 0;
    border: none;
    line-height: 38px;
    font-size: 14px;
    padding: 0 38px 0 17px;
    background: #eee;
    transition: all .35s ease-in-out;
}
#inquiry td textarea {
    box-shadow: 0px 1px 1px 1px #d6d6d6 inset;
    appearance: none;
    outline: none;
    border-radius: 0;
    border: none;
    min-height: 200px;
    font-size: 14px;
    padding: 4px 8px;
    background: #eee;
    transition: all .35s ease-in-out;
    width: 100%;
    vertical-align: middle;
}
#inquiry td input:focus, #inquiry td textarea:focus {
    background: #fff;
}
#inquiry td.list_facility > span {
    width: calc(50%);
    display: inline-table;
    margin-left: 0;
}
#inquiry td input[type="checkbox"] {
    display: none;
}
#inquiry td input[type="checkbox"] + span:before {
    content: "";
    display: inline-block;
    font-size: 16px;
    height: 16px;
    margin: 0 0.6em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
    box-shadow: 1px 2px 1px #d6d6d6 inset;
    background-color: #eee;
    border-radius: 4px;
    margin-top: 6px;
    line-height: 16px;
}
#inquiry td input[type="checkbox"]:checked + span:before {
    background: #fff;
    color: #0074bf;
    content: "\2713";
    text-align: center;
}
#inquiry td input[type="checkbox"]:checked + span:after {
    font-weight: bold;
}

#inquiry td input[type="checkbox"]:focus + span::before {
    outline: rgb(59, 153, 252) auto 5px;
}
#mw_wp_form_mw-wp-form-60 input[type="submit"]:not(.header_search_btn) {
    font-size: 16px;
    cursor: pointer;
    outline: none;
}

#mw_wp_form_mw-wp-form-60 input[name="submitBack"] {
    background: #b5b5b5 url(../images/icon/link01_icon01_white.png) no-repeat 182px center;
    color: #fff;
    border: #b5b5b5;
}
#mw_wp_form_mw-wp-form-60 input[name="btnConfirm"], #mw_wp_form_mw-wp-form-60 input[name="submitConfirm"] {
    background: #0074bf url(../images/icon/link01_icon01_white02.png) no-repeat 272px center;
    color: #fff;
}
#mw_wp_form_mw-wp-form-60 input[name="submitBack"], #mw_wp_form_mw-wp-form-60 input[name="btnConfirm"] {

}
.page-child #inquiry tr:last-child td {
    display: none;
}
/**********************
    END CONTACT
**********************/

.btn-link {
    text-align: center;
    margin-top: 40px;
    overflow: hidden;
}
.btn-link li a {
    display: inline-block;
    color: #0074bf;
    padding: 12px 0;
    width: calc(100% - 30px);
    border: 1px solid #0074bf;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
.btn-link li a:after {
    content: '';
    background: url(../images/icon/arrow-next-single.png) no-repeat center;
    width: 6px;
    height: 10px;
    display: inline-block;
    margin-left: 8px;
}
.btn-link li:last-child a {
    float: right;
}

.no-link {
    color: #a9a3a3;
}
.file-icon:after {
    content: '';
    background: url(../images/icon/pdf-icon.png) no-repeat right center;
    display: inline-block;
    width: 18px;
    height: 21px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.out-link:after, #post-4418 a[target="_blank"]:after {
    content: '';
    background: url(../images/icon/icon_out-link.png) no-repeat right center;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    background-size: contain;
}

.out-link:after{
    background-image: url(../images/icon/icon_out-link.png) !important;
}


.page_detail a[href $='.pdf']:after {
    content: '';
    display: inline-block;
    background: url(../images/icon/pdf-icon.png) no-repeat left 6px !important;
    width: 18px !important;
    height: 21px !important;
    margin-left: 8px;
}
.page_detail a[target="_blank"]:after {
    content: '';
    display: inline-block;
    background: url(../images/icon/icon_out-link.png) no-repeat right center;
    width: 8px;
    height: 8px;
    margin-left: 8px;
}
.gmap {
    width: 100%;
    height: auto;
}

/* fixes potential theme css conflict */
.gmap img {
    max-width: inherit !important;
}
.titl3 {
    padding: 10px 21px 8px;
    font-size: 18px;
    background: #e5f1f8;
    margin-top: 1.8em;
}
.container p {
    padding-top: 1.4em;
}
.container p.notice {
    padding-top: 0;
    color: red;
    font-weight: bold;
    margin-bottom: 1em;
}
.col-2 {
    width: 50%;
    float: left;
}
.crm5 li.col-2 {
    margin: 0;
    padding-bottom: 6px;
}
.page-back {
    margin: 50px auto 0;
    text-align: center;
}
.page-back a {
    display: inline-block;
    padding: 16px 77px;
    color: #0074bf;
    border: 1px solid #0074bf;
    text-decoration: none;
}
.page-info {
    text-align: right;
    margin: 12px 0 24px;
}
.page-info ul li {
    display: inline-block;
    padding-left: 8px;
}
.pos_time {
    padding-right: 12px;
}
.page_detail h3 {
    margin-top: 1em;
    margin-bottom: 30px;
    background: #b8d3eb;
    padding: 10px 20px;
    font-size: 1.4em;
}
.page_detail h3:first-child {
    margin-top: 0;
}
.page_detail h4 {
    margin-bottom: 20px;
    font-size: 1.2em;
    padding: 2px 0 2px 10px;
    border-left: 4px solid #b8d3eb;
}
.single h4.bgfull {
    background: #b8d3eb;
    padding: 10px 20px 8px;
    margin-bottom: 30px;
}
.hoverbox {
    position: relative;
}
.overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -transition: .4s;
}
.hoverbox.on .overlay {
    opacity: 1;
}
.ms-parent.ev_filter {
    width: calc(100%) !important;
}
.art_column_box01_year {
    background: #fff;
    border-radius: 4px;
    padding: 0px 0px;
    border: 1px solid #e0dddd;
    height: 28px;
}

.art_column_box01_year select {
    width: 250px;
    padding: 0 0px 0 4px;
    border: none;
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
    background: url(../images/icon/arrow-single-up.png) no-repeat right 4px center;
    font-size: 16px;
    height: 28px;
    color: #959595;
    outline: none;
}
.art_column_box01_year select {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

}

/**********************
    STYLE CALENDAR
**********************/
#calendar-html-output {
    width: 480px;
    margin: auto;
}
.calendar_inner {
    background: #fff;
    box-shadow: 0px 2px 8px #f1e9e9;
    border: 1px solid transparent;
    margin-bottom: 22px;
}
#calendar-outer ul {
    padding: 0px;
    margin: auto;
}
#calendar-outer ul.week-name-title {
    background: #0758a5;
    border-radius: 10px;
    margin: 1.6em auto;
    padding: 12px;
}
#calendar-outer ul.week-name-title li {
    display: table-cell;
    padding: 0px 18px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
#calendar-outer ul li {
    list-style-type: none;
}
#calendar-outer ul li a {
    text-decoration: none;
}

.prev {
    display: inline-block;
    float: left;
    cursor: pointer;
    background: #DCDCDC;
    padding: 0 16px;
    font-weight: normal;
}

.next {
    display: inline-block;
    float: right;
    cursor: pointer;
    background: #DCDCDC;
    padding: 0 16px;
    font-weight: normal;
}

div.calendar-nav {
    background-color: #E5E5E5;
    text-align: center;
    padding: 0px;
    color: #000;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 60px;
}
#calendar-outer {
    padding: 6px;
}
#calendar-outer .week-name-title li {
    display: inline-block;
    padding: 10px 27px;
    color: #90918b;
    font-size: 0.95em;
    font-weight: 600;
}

.week-day-cell li {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    color: #000;
    font-size: 1.2em;
    padding: 0px 10px;
}
.week-day-cell li:nth-child(7n+7) {
    padding-right: 0;
}
.currentDate {
    background: #e5e5e5;
}
.saturday {
    color: #0758a5 !important;
}
.sunday {
    color: #b30086 !important;
}
/**********************
    END STYLE CALENDAR
**********************/
.news_box > li {
    vertical-align: middle;
    display: inline-block;
}
.news_box > li:first-child {
    width: 80px;
}
.news_box > li:last-child {
    width: 120px;
    text-align: right;
}
.news_box > li:nth-child(2) {
    width: calc(100% - 211px);
}
.title_event {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.header_box01_translation_btn {
    position: relative;
    z-index: 1;
    background: #a7a2a2f5;
    padding: 8px 0 0;
}
.single-reports .inner.page h5 {
    font-size: 14pt;
    font-weight: bold;
}
#inline_content iframe {
    width: 100%;
    height: 98%;
}
.gmap iframe {
    width: 100%;
}

.wpb_text_column ol, .wpb_text_column li {
    list-style: auto;
    margin-left: 32px;
} 
@media screen and ( min-width: 769px ) {
    #calendar-outer ul {
        width: 90%;
        display: table;
    }
}

@media screen and ( max-width: 768px ) {
    .col-2 {
        width: 100%;
    }
    .btn-link li:last-child a {
        float: none;
    }
    .btn-link li a {
        margin-top: 8px;

    }
    .bg_news_filt .tfilter {
        padding: 12px 12px;
        width: 100%;
        margin-bottom: 8px;
    }


    #filt_by_cat ul.tabs-menu li{
        font-size:0.9em;
        margin:0;
        padding:0;

    }

    #filt_by_cat ul.tabs-menu li a{
        padding:0 0.5em 0 0.5em;
        margin:0;

    }

    #filt_by_cat ul.tabs-menu li:nth-child(3):after {
        content: "\A" ;
        white-space: pre ;
        clear:both;
    }
    .pos_news_titl {
        width: 100%;
        display: block;
        margin-top: 6px;
        font-size: 13px;
    }
    #calendar-html-output {
        width: 100%;
    }
    #calendar-outer ul.week-name-title li {
        padding: 0 12px;
    }
    #calendar-outer ul.week-name-title li:last-child {
        padding-right: 0;
    }
    .week-day-cell li {
        width: 30px;
    }
    .tab_cell { margin-bottom: 60px;}
    .tab_cell:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    .tab_cell .news_tab {
        width: 100%;
        float: none;
        font-size: 3.0vw;
    }
    .tab_cell .sns {
        width: 100%;
        float: right;
        text-align: right;
        font-size: 3.0vw;
        line-height: 17px;
    }
    #inquiry tr {
        border: none;
    }
    #inquiry th, #inquiry td {
        width: 100%;
        padding: 12px 0 0;
        float: left;
    }
    #inquiry td, #mw_wp_form_mw-wp-form-60 input[type="submit"] {
        width: 100%;
        padding: 8px 0 !important;
    }
    #inquiry th {
        background: transparent;
    }
    #inquiry td select {
        width: 100%;
    }
    #inquiry td input {
        width: calc(100% - 55px);
    }
    #inquiry td textarea {
        width: calc(100% - 16px);
        min-height: 120px;
    }
    #inquiry td.list_facility > span {
        width: 100%;
        float: left;
        margin-bottom: 4px;
    }
    #inquiry tr:last-child {
        border-top: 1px solid #b5b5b5;
    }
    #inquiry tr:last-child td {
        padding-top: 30px;
    }
    .news_box > li:last-child, .news_box > li:first-child {
        width: 70px;
    }
    .news_box > li:nth-child(2) {
        width: calc(100% - 160px);
    }
    .event_btn02 {
        width: calc(100% - 25px - 12px) !important;
    }
    .alignright, img.alignright {
        width: 100%;
        margin-bottom: 12px;
    }
}

