@charset "utf-8";

/*
SIL Open Font License

I made a subset of Noto Sans JP.
*/

@font-face {
	font-family: 'NotoSans';
	src: url('/cmn/fonts/nsj_regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSans';
	src: url('/cmn/fonts/nsj_medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSans';
	src: url('/cmn/fonts/nsj_bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}


/*
SIL Open Font License
*/

@font-face {
	font-family: 'OpenSans';
	src: url('/cmn/fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: lighter;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('/cmn/fonts/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('/cmn/fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'OpenSans';
	src: url('/cmn/fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('/cmn/fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
/* ================ Font ================= */
/* Windows */

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
    font-size: 62.5%;
}
/* ================ Reset ================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #000;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    background: transparent;
    letter-spacing: normal;
    box-sizing: border-box;
    line-break: strict;
    letter-spacing: 1px;
    word-break: break-word;
    word-wrap: break-word;
}

body {
    -webkit-text-size-adjust: none;
	font-family:
	'NotoSans',
	'メイリオ',
	Meiryo,
	'ヒラギノ角ゴ Pro W3',
	'Hiragino Kaku Gothic Pro',
	Osaka,
	'ＭＳ Ｐゴシック',
	'MS PGothic',
	Arial,
	Helvetica,
	Verdana,
	sans-serif;
    line-height: 1;
    scrollbar-track-color: #ccc;
    scrollbar-thumb-color: #e60012;
    font-feature-settings: "palt" 1;
    font-size:16px;
    font-size: 1.6rem;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.scroll-area::-webkit-scrollbar {
    width: 15px;
}
.scroll-area::-webkit-scrollbar-track {
    background: #ccc;
}
.scroll-area::-webkit-scrollbar-thumb {
    background: #e60012;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
nav ul,
ul,
ol {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
*:before,
*:after {
    box-sizing: border-box;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(100,100,100,0.5);
    text-decoration: none;
    color: #000;
    box-sizing: border-box;
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input,
select,
button {
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: none;
}
button{
    background-color: transparent;
    cursor:pointer;
    text-align: start;
}
input::-ms-clear,
input::-ms-reveal{display: none;}
b{
    font-weight: bold;
}

.openSans{
	font-family:
	'OpenSans',
	Meiryo,
	sans-serif;
}