/*
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Hind:400,700');
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Light.eot");
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"),
  url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
  font-display: swap;
}
*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html{
    font-size: 62.5%;
}
body {
    font-family: YakuHanJPs, 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    line-height: 1.8;
    font-size: 1.5rem;
    font-weight:400;
    color:#fff;
    background: #FF6F00;
}
#wrapper{
    max-width: 2560px;
    margin: auto;
}
#footer{
}

b{
font-weight:bold;
}

ol,ul {
  list-style:none;
}

#news_block ol,
#cms_block ol {
  list-style-position: inside;
  list-style-type : decimal-leading-zero;
}

#news_block ol li,
#cms_block ol li{
  text-indent:-1.6em;
  padding-left:1.6em;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* システムコメント掲載箇所(共通) */

.alert {
    clear: both;
    width: auto;
    margin: 5px auto 0px auto;
    padding: 5px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
}


/* システムコメント掲載箇所(共通) */

.alert02 {
    clear: both;
    width: 100%;
    margin: 5px auto 0px auto;
    padding: 0px;
    text-align: left;
}


/* 注意コメントエリア(共通・大) */

.caution {
    width: auto;
    margin: 3px auto;
    padding: 50px 3px 50px 120px;
    text-align: left;
    background: url(../../images/sys/alert_ic02.gif) left center no-repeat;
}


/* 注意コメントエリア(50音リスト・小) */

.caution02 {
    margin: 3px auto;
    padding: 30px 3px 30px 90px;
    text-align: left;
    background: url(../../images/sys/alert_ic01.gif) left center no-repeat;
}

@media screen and (max-width:767px) {
}