@charset "UTF-8";
/* baseformat updated date 191031*/
/* ----------------------------------------------------------------reset */
@font-face {
    font-family: "NotoSansLight";
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/NotoSansCJKjp-Light.eot');
    src: local('Noto Sans CJK JP Light'), 
         url('../fonts/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansCJKjp-Light.woff') format('woff'),
         url('../fonts/NotoSansCJKjp-Light.otf') format('opentype')
}
@font-face {
    font-family: 'NotoSansRegular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
	     url('../fonts/NotoSansCJKjp-Regular.ttf')  format('truetype'),
         url('../fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url(../fonts/NotoSansJP-Medium.woff2) format('woff2'), url(../fonts/NotoSansJP-Medium.woff) format('woff'), url(../fonts/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
    font-family: "NotoSansBold";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSansCJKjp-Bold.eot');
    src: local('Noto Sans CJK JP Bold'), 
         url('../fonts/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
         url('../fonts/NotoSansCJKjp-Bold.otf') format('opentype')
}
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img, figure, figcaption {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
}
/*others*/
table {
    border-spacing: 0;
}
* html table {
    border-collapse: collapse;
}
*:first-child + html table {
    border-collapse: collapse;
}
th, td {
    vertical-align: middle;
    border-collapse: collapse;
}
table, th, td, tr, img {
    border: 0;
}
img {
    vertical-align: bottom;
}
q:before, q:after {
    content: '';
}
ul {
    list-style: none;
}
/* ------------------------------------------------------------------base*/
html {
    font: 62.5%/1.7 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /*メイリオベース*/
    /*font: 62.5%/1.7 "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", serif;*/ /*游ゴシックベース*/
    /*font: 62.5%/1.7 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/ /*游明朝ベース*/
}
/*body*/
body {
    height: 100%;
    text-align: center;
    color: #000;
    word-break: break-all;
    background-color: #FFF;
    font-size: 1.4rem; /* 14px */
    font-size: 14px;
    /*font-feature-settings: "palt";*/
    -webkit-text-size-adjust: 100%;
}
/*link*/
a {
    color: #047084;
    text-decoration: underline;
}
a img {
    border-style: none;
}
a:hover {
    color: #33b8a3;
}
/*font-size*/
h1, h2, h3, h4, h5, p {
    font-size: 1.4rem; /* 14px */
    font-size: 14px;
}
li, dt, dd {
    font-size: 1.4rem; /* 14px */
    font-size: 14px;
}
table {
    font-size: 1.4rem; /* 14px */
    font-size: 14px;
}