/*
Theme Name: Theme3Us
Theme URI: https://anothemes.vn/
Author: Anothemes
Author URI: https://anothemes.vn/
Description: Theme3Us is a WordPress multiple theme designed for WooCommerce. The theme is ideal for supermarkets, shopping malls or convenience stores with loads of product categories.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: text_domain
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Theme3Us are located in assets/css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

/* Css */
@import url(libs/font-awesome/css/font-awesome.min.css);

/*==========================================================
	2. GENERAL
==========================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    font-size: 16px;
    line-height: 31px;
    color: #222464;
    font-family: 'Shippori Mincho', serif;
    letter-spacing: -0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/*p {
	margin-bottom: 1em;
}*/
img {
    border: none;
    max-width: 100%;
    height: auto;
}

a {
    color: #222464;
    text-decoration: none;
}

a:hover {
    color: #F6D500;
}

a:focus {
    color: inherit;
    outline: none;
}

a,
button,
input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

input {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    font-style: italic;
    border-radius: 0;
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #e31e1e;
    outline: none;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #FCD998;
}

iframe {
    max-width: 100%;
}

/* custom bootstrap css */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after,
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

/* wordpress default style */
.single .entry-content h1,
.comment-content h1,
.single .entry-content h2,
.comment-content h2,
.single .entry-content h3,
.comment-content h3,
.single .entry-content h4,
.comment-content h4,
.single .entry-content h5,
.comment-content h5,
.single .entry-content h6,
.comment-content h6,
.single .entry-content p,
.comment-content p,
.single .entry-content table,
.comment-content table,
.single .entry-content dl,
.comment-content dl,
.single .entry-content pre,
.comment-content pre,
.single .entry-content ul,
.comment-content ul,
.single .entry-content ol,
.comment-content ol {
    margin-bottom: 20px;
}

.single .entry-content ul,
.comment-content ul {
    list-style: none;
}

.single .entry-content ul {
    margin: 0 0 20px 30px;
}

.single .entry-content ul li:before,
.comment-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5f5f5f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}

.post-password-form input[type="password"] {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}

.post-password-form input[type="submit"] {
    border: 1px solid #242627;
    background: none;
    color: #242627;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}

.post-password-form input[type="submit"]:hover {
    background: #242627;
    color: #FFF;
}

.screen-reader-text {
    display: none
}

.gallery:after {
    content: "";
    display: block;
    clear: both;
    margin: 0 -5px 20px;
}

.gallery-item {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}

.gallery-columns-1 .gallery-item {
    float: none;
    display: block;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    padding: 5px;
    font-style: italic;
}

.gallery-caption {
    text-align: left;
    font-style: italic;
    padding: 5px 0;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.bypostauthor {
    display: block;
}

/*==========================================================
	3. SITE HEADER
==========================================================*/
.site-header,
.site-footer {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
.site-brand img {
    width: 105px;
}

.top-banner {
    position: relative;
    text-align: center;
    color: #fff;
}

.top-banner .top-banner-img {
    vertical-align: middle;
}

.top-banner-content {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.top-banner-content .top-title {
    margin-bottom: 35px;
}

.top-banner h1.title-page {
    font-size: 144px;
    line-height: 165px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.top-banner .title-jp {
    font-size: 23px;
}

.top-banner .admission {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 218px;
    height: 55px;
    line-height: 53px;
    border: 1px solid #fff;
    border-radius: 5px;
    letter-spacing: 0.25em;
}

.top-banner .admission:hover {
    background: #fff;
    color: #222464;
}

.site-header {
    background: #222464;
}

.header-inner.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothScroll 0.5s forwards;
    background: #222464;
    z-index: 1000;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header-inner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 126px;
    width: 1215px;
}

.site-brand a {
    display: inline-flex;
    vertical-align: middle;
}

.main-menu ul {
    font-size: 0;
    display: flex;
    align-items: center;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 55px;
    font-size: 16px;
}

.main-menu ul li:last-child {
    margin-top: -5px;
}

.main-menu ul li a {
    color: #fff;
    display: inline-block;
    letter-spacing: 0;
}

.main-menu ul li a:hover,
.main-menu ul li.current-menu-item a {
    color: #F6D500;
}

.main-menu ul li:last-child a {
    height: 55px;
    line-height: 53px;
    width: 218px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    letter-spacing: 0.25em;
}

.main-menu ul li:last-child a:hover {
    background: #fff;
    color: #222464;
}

.mobile-menu {
    display: none;
    color: #231815;
    width: 40px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.mobile-menu span {
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    transition: .5s;
    background: #fff;
    border-radius: 2px;
}

.mobile-menu span.bar1 {
    top: 0;
}

.mobile-menu span.bar2 {
    top: 12px;
}

.mobile-menu span.bar3 {
    top: 24px;
}

/*==========================================================
    3. HOME PAGE
==========================================================*/
.content {
    max-width: 635px;
    margin: 0 auto;
}

h2.title {
    text-align: center;
    font-size: 21px;
    line-height: 42px;
    color: #222464;
}

.desc {
    font-size: 16px;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #222464;
}

.declaration {
    padding-top: 35px;
    margin-bottom: 35px;
}

.declaration h2.title {
    margin-bottom: 15px;
}

.notice {
    margin-bottom: 70px;
}

.notice h2.title {
    margin-bottom: 20px;
}

.list-news li {
    display: flex;
}

.list-news li span {
    margin-right: 15px;
}

.list-news li .notice-title {
    font-size: 16px;
    line-height: 31px;
    width: 100%;
}

.about-top {
    margin-bottom: 45px;
}

.about-top .container-fluid {
    padding-left: 75px;
    padding-right: 75px;
}

.about-top .desc {
    font-size: 16px;
    letter-spacing: 0;
}

/* .about-top .list-about .item:last-child p:last-child {
    font-size: 15px;
} */

.about-top h2.title {
    margin-bottom: 35px;
}

.list-about .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.list-about .item:last-child {
    margin-bottom: 0;
}

/*.list-about .item>div {
    width: calc(50% - 80px / 2);
}*/
.list-about .item .thumb {
    width: 50%;
    margin-right: 80px;
}

.list-about .item .info {
    width: calc(100% - (50% + 80px));
}

.list-about .item:last-child .thumb {
    order: 1;
    margin-left: 80px;
    margin-right: 0;
}

.list-about .item .thumb img {
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
    display: inline-flex;
}

.note-img {
    text-align: right;
    font-size: 10px;
}

.list-about .info h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.slogan {
    padding-bottom: 80px;
}

.slogan .desc {
    font-size: 15px;
    letter-spacing: -0.04em;
}

.slogan .title-sec {
    margin-bottom: 10px;
}

.slogan h2.title {
    line-height: 31px;
}

.logo-slogan {
    text-align: center;
    margin-bottom: 10px;
}
.logo-slogan img {
    width: 105px;
}

/*==========================================================
    4. ABOUT US
==========================================================*/
.history-text {
    margin-bottom: 50px;
    padding-top: 70px;
}

.history-text h2 {
    margin-bottom: 10px;
}

.overview {
    margin-bottom: 55px;
}

.overview .title-sec {
    margin-bottom: 23px;
}

.overview .title-sec h2.title,
.history h2.title,
.genealogy .title-sec h2.title,
.successor .title-sec h2.title,
.exchange .title-sec h2.title {
    line-height: 31px;
}

.overview-content {
    border: 1px solid #E3E4E4;
}

.overview-content li {
    background: #F7F8F8;
    display: flex;
    border-bottom: 1px solid #E3E4E4;
}

.overview-content li:nth-child(even) {
    background: #DCDDDD;
}

.overview-content li:last-child {
    border-bottom: none;
}

.overview-content li .left {
    padding: 1px 15px 0;
    width: 230px;
    flex-basis: 230px;
    border-right: 1px solid #E3E4E4;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overview-content li .right {
    padding: 1px 15px 0;
    width: calc(100% - 230px);
    flex-basis: calc(100% - 230px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.history {
    margin-bottom: 100px;
}

.history h2.title {
    margin-bottom: 40px;
}

.history-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
    flex-wrap: wrap;
}

.history .history-info {
    font-size: 15px;
}

.history-content .item {
    width: calc(25% - (25px * 3)/4);
}

.history-content .item img {
    vertical-align: middle;
    display: inline-flex;
}

.history-info h4 {
    font-size: 18px;
}

.genealogy {
    margin-bottom: 60px;
}

.genealogy .title-sec {
    margin-bottom: 70px;
}

.successor {
    margin-bottom: 80px;
}

.successor .title-sec {
    margin-bottom: 55px;
}

.successor-list {
    display: flex;
    justify-content: space-between;
    letter-spacing: -0.01em;
}

.successor-list .item {
    width: calc(50% - 205px / 2);
    border: 1px solid #E3E4E4;
    height: max-content;
}

.successor-list .item .item-sub {
    border-bottom: 1px solid #E3E4E4;
    display: flex;
    height: 33px;
    line-height: 31px;
}

.item-sub {
    background: #DCDDDD;
}

.item-sub:nth-child(even) {
    background: #F7F8F8;
}

.successor-list .item .item-sub:last-child {
    border-bottom: none;
}

.successor-list .item-sub .year {
    text-align: center;
    width: 180px;
    border-right: 1px solid #E3E4E4;
    padding: 0;
}

.successor-list .item-sub .name {
    padding: 0 0 0 30px;
    width: calc(100% - 180px);
}

.successor-list .item-sub .name span.chairman {
    display: inline-block;
    width: 135px;
}

.exchange {
    margin-bottom: 155px;
}

.exchange .title-sec {
    margin-bottom: 70px;
}

.exchange .desc {
    font-size: 15px;
}

.ex-content {
    display: flex;
    justify-content: space-between;
}

.ex-content .ex-item {
    width: calc(50% - 115px / 2);
}

.ex-item .thumb {
    max-width: 275px;
    margin: 0 auto 25px;
}

.ex-item .thumb img {
    display: inline-flex;
    vertical-align: middle;
}

.ex-item .title-item {
    margin-bottom: 30px;
}

.ex-item .info h3 {
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 42px;
}

.exchange .ex-item a {
    text-decoration: underline !important;
}

.exchange.group-exchange {
    margin-bottom: 95px;
}

.exchange.group-exchange .desc {
    font-size: 15px;
    letter-spacing: -0.05em;
}

/*==========================================================
    5. YEAR PROGRAM
==========================================================*/
.policy {
    padding-top: 80px;
    margin-bottom: 80px;
}

.policy .top-title {
    text-align: center;
    margin-bottom: 45px;
}

.photo-policy {
    height: 360px;
    width: 270px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.policy .photo-note {
    text-align: center;
    margin-bottom: 35px;
}

.policy-content .top-text {
    margin-bottom: 30px;
}

.policy-content .policy-list .item {
    margin-bottom: 30px;
}

.policy-content .policy-list .item:last-child {
    margin-bottom: 0;
}

.policy-content .policy-list .item a {
    text-decoration: underline;
}

.officer-list {
    margin-bottom: 110px;
}

.officer-list .title-sec {
    margin-bottom: 50px;
}

.officer-list .title-sec h2.title {
    line-height: 31px;
}

.list-off {
    display: flex;
    justify-content: space-between;
    letter-spacing: -0.01em;
}

.list-off .item {
    width: calc(50% - 103px);
    border: 1px solid #E3E4E4;
    background: #F7F8F8;
}

.list-off .item-sub {
    display: flex;
    border-bottom: 1px solid #E3E4E4;
}

.list-off .item .item-sub:last-child {
    border-bottom: none;
}

.list-off .item-sub.title-sub {
    background: #222464;
    color: #fff;
}

.list-off .item-sub .officer {
    width: 210px;
    padding: 5px 12px 5px 30px;
    border-right: 1px solid #E3E4E4;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
}

.list-off .item-sub .officer span:last-child {
    letter-spacing: 8px;
}

.list-off .item-sub .full-name {
    text-align: center;
    padding: 5px 50px 5px 50px;
    width: calc(100% - 210px);
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    letter-spacing: 8px;
}

.plan-table {
    padding-bottom: 85px;
}

.plan-table .title-sec {
    margin-bottom: 20px;
}

.plan-table .title-sec h2.title {
    line-height: 31px;
}

.meeting-item {
    margin-bottom: 30px;
}

.meeting-item:last-child {
    margin-bottom: 0;
}

.meeting-item:last-child .item:last-child .date,
.meeting-item:last-child .item:nth-last-child(2) .date {
    border-right: none;
}

.meeting-item h3 {
    font-size: 16px;
    line-height: 33px;
    color: #222464;
    margin-bottom: 10px;
}

.meeting-list {
    border: 1px solid #E3E4E4;
}

.meeting-list .item {
    display: flex;
    border-bottom: 1px solid #E3E4E4;
    background: #F7F8F8;
    letter-spacing: -0.01em;
}

.meeting-list .item:nth-child(even) {
    background: #DCDDDD;
}

.meeting-list .item:last-child {
    border-bottom: none;
}

.meeting-list .item>div {
    padding: 5px 0;
    line-height: 22px;
    display: flex;
    justify-content: center;
}

.meeting-list .item .date {
    width: 100px;
    flex-basis: 100px;
    flex-direction: column;
    border-right: 1px solid #E3E4E4;
    padding-left: 10px;
    letter-spacing: -0.05em;
    padding-left: 15px;
}

.acting-career .meeting-list .item .date,
.ready-work .meeting-list .item .date {
    width: 125px;
    flex-basis: 125px;
}

.meeting-list .item .council {
    width: 105px;
    flex-basis: 105px;
    flex-direction: column;
    border-right: 1px solid #E3E4E4;
    padding-left: 15px;
}

.meeting-list .item .chapter {
    width: 107px;
    flex-basis: 107px;
    flex-direction: column;
    border-right: 1px solid #E3E4E4;
    padding-left: 15px;
}

.meeting-list .item .meeting-content {
    width: calc(100% - (100px + 105px + 107px));
    flex-basis: calc(100% - (100px + 105px + 107px));
    flex-direction: column;
    padding-left: 15px;
    padding-right: 10px;
}

.acting-career .meeting-list .item .meeting-content,
.ready-work .meeting-list .item .meeting-content {
    width: calc(100% - 125px);
    flex-basis: calc(100% - 125px);
}

/*==========================================================
    6. ACTIVITY REPORT
==========================================================*/
.newsletter {
    padding-top: 75px;
    margin-bottom: 70px;
}

.newsletter .title-sec {
    margin-bottom: 30px;
}

.newsletter .thumb {
    width: 255px;
    margin: 0 auto 30px;
}

.business {
    padding-bottom: 95px;
    position: relative;
}

.business:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 120px);
    bottom: 0;
    height: 1px;
    background: #000;
}

.business .title-sec {
    margin-bottom: 20px;
    text-align: center;
}

.business .title-sec h2 {
    margin-bottom: 10px;
    line-height: 31px;
}

.business .desc {
    font-size: 15px;
    letter-spacing: -0.04em;
}

.news-business {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-business .item {
    width: calc(25% - 25px * 3 / 4);
}

.news-business .item .thumb {
    margin-bottom: 30px;
}

.news-business .item .thumb img {
    display: inline-flex;
    vertical-align: middle;
}

.news-business .item .info h3 {
    font-size: 21px;
    line-height: 42px;
}

.history-activ {
    padding-top: 75px;
    padding-bottom: 270px;
    position: relative;
}

.history-activ:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 120px);
    bottom: 0;
    height: 1px;
    background: #000;
}

.history-activ .title-sec {
    text-align: center;
}

.history-activ .title-sec h2.title {
    margin-bottom: 15px;
    line-height: 31px;
}

.history-activ .title-sec .desc {
    text-align: center;
    margin-bottom: 10px;
}

.history-activ .thumb {
    width: 205px;
    margin: 0 auto 55px;
}

.anniver-busin {
    padding-top: 80px;
    padding-bottom: 80px;
}

.anniver-busin .title-sec {
    margin-bottom: 30px;
}

.anniver-busin .title-sec h2.title {
    margin-bottom: 15px;
    line-height: 31px;
}

.numb-year .title {
    margin-bottom: 15px;
    text-align: center;
}

.anniver-content .numb-year {
    margin-bottom: 55px;
}

.anniver-content .numb-year:last-child {
    margin-bottom: 45px;
}

.anniver-content .numb-year .list-post {
    display: flex;
    justify-content: space-between;
    max-width: 1070px;
    margin: 0 auto;
}

.anniver-content .numb-year .list-post .item {
    width: calc((100% / 3) - (228px * 2 / 3));
}

.anniver-content .numb-year.numb-year-bt .list-post {
    max-width: 640px;
    margin: 0 auto;
}

.anniver-content .numb-year.numb-year-bt .list-post .item {
    width: calc(50% - (228px / 2));
}

.anniver-content .numb-year .list-post .item .thumb {
    margin-bottom: 15px;
}

.anniver-busin .list-table {
    letter-spacing: -0.01em;
}

.anniver-busin .list-table .question-table {
    color: #FFFFFF;
    background: #222464;
    padding: 1px 17px;
}

.anniver-busin .list-table .ct-table {
    padding: 10px 19px;
    border: 0.6px solid #E3E4E4;
}

.anniver-busin .list-table .ct-table ul {
    display: flex;
    flex-wrap: wrap;
}

.anniver-busin .list-table .ct-table ul li {
    margin-right: 18px;
    position: relative;
}

.anniver-busin .list-table .ct-table ul li:last-child {
    margin-bottom: 0;
}

.anniver-busin .list-table .ct-table ul li a {
    display: inline-block;
    width: max-content;
    text-decoration: underline;
    font-size: 16px;
    line-height: 31px;
    color: #222464;
    letter-spacing: -0.01em;
    padding-left: 8px;
    position: relative;
}

.anniver-busin .list-table .ct-table ul li:first-child a {
    text-decoration: none;
}

.anniver-busin .list-table .ct-table ul li a i {
    font-size: 5px;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}

/*==========================================================
    7.  ENROLLMENT INFOR
==========================================================*/
.enrollment-infor {
    padding-top: 80px;
    padding-bottom: 100px;
}

.enrollment-infor .item {
    margin-bottom: 80px;
}

.enrollment-infor .item:last-child {
    margin-bottom: 0;
}

.enrollment-infor .item h3 {
    font-size: 21px;
    line-height: 42px;
    margin-bottom: 5px;
}

.enrollment-infor .button-link {
    margin-top: 15px;
}

/* header */
.public-header,
.public-header .header-inner.fixed {
    background: #F6D500;
}

.public-header .main-menu li.active a {
    color: #FFF;
}

.public-header .site-brand {
    margin-right: 80px;
}

ul li,
ol {
    list-style-type: none;
}

.public-header .main-menu ul li:first-child {
    margin-left: 0;
}

.public-header .main-menu ul li {
    margin-left: 180px;
}

.public-header .main-menu ul li a {
    color: #222464;
}

.public-header .main-menu ul li:last-child a {
    border: 1px solid #222464;
}

/* End header */
/* Main */
/* ===================== Public Page =============================*/
.board-report {
    padding: 75px 0 34px;
}

.img-sec-pub img {
    display: block;
    margin: 0 auto;
}

.board-report .img-sec-pub {
    margin: 40px 0 43px;
}

.public-page .list-info .item {
    border: 0.6px solid #E3E4E4;
    margin-bottom: 8px;
}

.public-page .list-info .item.active {
    margin-bottom: 12px;
}

.public-page .list-info .item:last-child {
    margin-bottom: 0;
}

.public-page .list-info .item div {
    font-size: 16px;
    line-height: 31px;
    color: #222464;
    letter-spacing: -0.01em;
}

.public-page .list-info .item .question-public {
    cursor: pointer;
    padding: 1px 17px;
}

.public-page .list-info .item.active .question-public,
.public-page .list-info .item .question-public.active {
    color: #FFFFFF;
    background: #222464;
}

.public-page .list-info .item .answer-public {
    padding: 10px 19px;
}

.public-page .list-info .item .answer-public ul {
    display: flex;
    flex-wrap: wrap;
}

.public-page .item .answer-public li {
    margin-right: 18px;
}

.public-page .item .answer-public li:last-child {
    margin-right: 0;
}

.public-page .item .answer-public li:first-child {
    position: relative;
}

.public-page .item .answer-public li:first-child:after,
.anniver-busin .list-table .ct-table ul li:first-child:after {
    position: absolute;
    content: '';
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #222464;
}

.public-page .item .answer-public a {
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
    line-height: 31px;
    color: #222464;
    letter-spacing: -0.01em;
    padding-left: 8px;
    position: relative;
    width: max-content;
}

.public-page .item .answer-public li:first-child a {
    text-decoration: none;
}

/* .public-page .item .answer-public li:first-child a::before {
    font-family: FontAwesome;
    content: "\f111";
} */

.public-page .item .answer-public li:hover a,
.anniver-busin .list-table .ct-table ul li:hover a {
    color: #F6D500;
}

.public-page .item .answer-public li:first-child:hover::after,
.anniver-busin .list-table .ct-table ul li:first-child:hover::after {
    background-color: #F6D500;
}

.public-page .item .answer-public ul li a i {
    font-size: 5px;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.donation-report {
    padding: 34px 0 33px;
}

.donation-report .img-sec-pub {
    margin: 29px 0 48px;
}

/* list-public-page */
.list-public-page {
    padding: 33px 0 120px;
}

.list-public-page .img-sec-pub {
    margin: 26px 0 43px;
}

.list-public-page .question-public,
.list-public-page .answer-public .details-info-pb {
    display: flex;
}

.list-public-page .list-info .item p {
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
    border-right: 0.5px solid #DCDDDD;
    border-top: 0.5px solid #DCDDDD;
    padding: 1px 13px;
    display: flex;
    align-items: center;
}

.list-public-page .list-info .item p:first-child {
    border-left: 0.5px solid #DCDDDD;
}

.list-public-page .item:last-child .answer-public .details-info-pb:last-child p {
    border-bottom: 0.5px solid #DCDDDD;
}

.public-page .list-public-page .list-info .item .question-public {
    color: #FFFFFF !important;
    background: #222464 !important;
}

.list-public-page .list-info .item .question-public,
.list-public-page .list-info .item .answer-public {
    padding: 0;
}

.list-public-page .list-info .item {
    margin-bottom: 0;
}

.public-page .list-public-page .item {
    border: none;
}

.public-page .list-public-page .item.active {
    margin-bottom: 0;
}

/* ===================== End Public Page =============================*/


/* ===================== Contact =============================*/
.contact-info {
    padding: 85px 0 65px;
}

.contact-inner {
    max-width: 630px;
    margin: 0 auto;
}

.contact-info .title {
    margin-top: 65px;
    text-align: left;
}

.contact-info .title:first-child {
    margin-top: 0;
}

.contact-info .desc {
    font-size: 15px;
    letter-spacing: -0.03em;
}

.contact-info .desc:last-child {
    letter-spacing: -0.03em;
}

.contact-info .button-link {
    margin-top: 20px;
}

.button-link {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    display: inline-block;
    height: 55px;
    min-width: 218px;
    line-height: 53px;
    color: #222464;
    border: 0.5px solid #222464;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.25em;
}

.button-link:hover {
    background-color: #222464;
    color: #FFF;
}

.info-map {
    text-align: center;
    padding: 35px 0 40px;
}

.contact-map .map {
    padding-left: 80px;
    padding-right: 80px;
}

.contact-map iframe {
    display: block;
    height: 737px;
    width: 100%;
}

/* ===================== End Contact =============================*/
/* End Main */
@media all and (-ms-high-contrast:none) {

    .main-menu ul li:last-child a,
    .button-link {
        line-height: 60px;
    }

    /* / IE10 /*/
    *::-ms-backdrop,
    .main-menu ul li:last-child a,
    .button-link {
        line-height: 60px;
    }

    /*/ IE11 /*/
}

/*==========================================================
    . FOOTER 
==========================================================*/
.site-footer {
    background: #222464;
    color: #fff;
}

.site-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 200px;
}

.info-footer h3 {
    font-size: 21px;
    line-height: 42px;
    margin-bottom: 5px;
    font-weight: 400;
}

.info-footer p a {
    color: #A98285;
    text-decoration: underline;
}

.info-footer p:last-child {
    margin-top: 5px;
}

.copyright {
    font-size: 13px;
}

/*--Browser IE--*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .top-banner {
        overflow: hidden;
    }
}
