
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500,700,800,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Paytone+One&display=swap&subset=latin-ext,vietnamese');


@font-face {
    font-family: 'Keifont';
    src: url('../font/Keifont.eot');
    src: url('../font/Keifont.eot?#iefix') format('embedded-opentype'),
        url('../font/Keifont.woff2') format('woff2'),
        url('../font/Keifont.woff') format('woff'),
        url('../font/Keifont.ttf') format('truetype'),
        url('../font/Keifont.svg#Keifont') format('svg');
    font-weight: normal;
    font-style: normal;
}





html {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-family: serif;
    font-style: normal;
}



::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a,
a:visited {
    text-decoration: none; 
    color: #000;
}
*{ box-sizing: border-box;}

button:focus,
select:focus { outline: none; }

a:active, a:hover { text-decoration: none; color: #000; }
ul { margin: auto; }

a { transition: all 0.3s;}
a:hover { text-decoration: none; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {font-family: 'Noto Sans JP', sans-serif; position: relative; font-weight: 400; font-size: 14px; background: #fff; color: #000; padding-top: 67px; }
.container { max-width: 1010px;}
h1{
    position: absolute;
    top: 0;
    font-size: 10px;
}
/* custom */
.font-medium { font-weight: 500; }
.font-bold { font-weight: 700; }

/* header */
.menu-top { background: #fff; border-bottom: 4px solid #204E95; font-family: "M PLUS 1p"; }
.menu-top .navbar-brand { padding: 0.9rem 0;}
.menu-top .navbar-nav .nav-item { margin: 0.5rem; }
.menu-top .navbar-nav .nav-item .nav-link { text-align: center; font-weight: 700; font-size: 14px; color: #000; }
.menu-top .navbar-nav .nav-item.active .nav-link,
.menu-top .navbar-nav .nav-item:hover .nav-link  { color: #fc5e8c; }
.menu-top .navbar-toggler { border: 1px solid #fc5e8c; padding: 0.25rem;}

.menu-top .btn-email-top {font-weight: 700;font-size: 16px;width: 139px;color: #000;padding: 0.5rem;}

/* footer */
.footer {background: #e2f8ff;}
.footer .copyright { display: block; background: #000; color: #fff; padding: 0.5rem; letter-spacing: 0.2rem; }
.menu-footer { display: block; text-align: right ;}
.menu-footer a { display: inline-block; padding: 0.25rem; margin: 4px 6px; font-weight: 500; font-size: 14px;}
.menu-footer a.active,
.menu-footer a:hover { color: #fc5e8c; }



/* button */
.btn-default { padding: 12px; max-width: 220px; width: 100%;  font-size: 15px; font-weight: 500; display: inline-block; text-align: center; color: #fff; border: 0; border-radius: 32px; box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.32); }

.btn-highlight { transition: all 0.5s; background-size: 200% auto; background-image: linear-gradient(to right, #ffee00 0%, #ffd500 51%, #ffee00 100%); }
.btn-highlight:hover { background-position: right center; box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); }


@media(max-width:768px) {
    .menu-footer {text-align: center; border-bottom: 1px dashed rgba(0, 0, 0, 0.13); }
 }

@media(max-width:1024px) {
    .menu-top .navbar-nav .nav-item .nav-link { padding: 0.25rem;}
    .menu-top .navbar-collapse { background: rgb(230, 245, 250);}
    .header-content { justify-content: center!important; padding-bottom: 1rem; }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
    
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}


@media (max-width:2559px) {
    ã€€.wrapper{ max-width: 980px; }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: none !important; 
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    :hover{
         text-decoration: none;
    }
}

