@charset "UTF-8";

/* ==========================================================================
Reset CSS
========================================================================== */

*,
*:after,
*:before,
*::after,
*::before {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 17px;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
button {
    margin: 0;
    padding: 0;
}

body {
    word-break: break-word;
}

header,
article,
section,
nav,
footer {
    display: block;
}

img,
fieldset,
iframe,
button {
    border: 0 none;
}

li {
    list-style: none;
}

input,
select,
button {
    font-family: 'Titillium Web', 'Noto Regular', sans-serif;
    vertical-align: middle;
}

img {
    vertical-align: top;
}

i,
em,
address {
    font-style: normal;
}

label,
button {
    cursor: pointer;
}

button {
    font-family: 'Titillium Web', 'Noto Regular', sans-serif;
    background-color: transparent;
    outline: none;
    overflow: visible;
    border: 0;
}

select::-ms-expand {
    display: none;
}

a,
button,
input {
    border: 0 none;
}

a:link,
a:active,
a:visited {
    display: block;
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #2247a6;
    transition: all 0.125s cubic-bezier(0.7, 0, 0.3, 1);
}

legend {
    *width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    z-index: -1;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    text-align: center;
}

caption {
    width: 0;
    height: 0;
    padding: 0;
    font-size: 0;
    opacity: 0;
}

th {
    text-align: center;
}

input::-ms-clear {
    display: none;
}

input,
button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

pre {
    white-space: pre-line;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow-y: auto;
}

textarea {
    resize: none;
    font-family: 'Titillium Web', 'Noto Regular', sans-serif;
}

figure {
    text-align: center;
}

.simplemodal-wrap {
    font-size: 13px;
}

._objHtml {
    overflow: visible;
}


/* ==========================================================================
   Font CSS
   ========================================================================== */

/* TitilliumWeb */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
	font-weight: 200;
    src: url("../../font/titilliumWeb/TitilliumWeb-ExtraLight.woff") format('woff'), url("../../font/titilliumWeb/TitilliumWeb-ExtraLight.otf") format('OpenType format');
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
	font-weight: 300;
    src: url("../../font/titilliumWeb/TitilliumWeb-Light.woff") format('woff'), url("../../font/titilliumWeb/TitilliumWeb-Light.otf") format('OpenType format');
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
	font-weight: 400;
    src: url("../../font/titilliumWeb/TitilliumWeb-Regular.woff") format('woff'), url("../../font/titilliumWeb/TitilliumWeb-Regular.otf") format('OpenType format');
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
	font-weight: 500;
    src: url("../../font/titilliumWeb/TitilliumWeb-SemiBold.woff") format('woff'), url("../../font/titilliumWeb/TitilliumWeb-SemiBold.otf") format('OpenType format');
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
	font-weight: 700;
    src: url("../../font/titilliumWeb/TitilliumWeb-Bold.woff") format('woff'), url("../../font/titilliumWeb/TitilliumWeb-Bold.otf") format('OpenType format');
}
