@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
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;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}



/* ===============================================================================
Body Setting
=============================================================================== */
html, body {
  font-family: 'Noto Sans JP', "Noto Sans Japanese", 'M PLUS Rounded 1c', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size:62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
  color: #000;
}
body {
  font-size:1.4rem;
}


a {
  color: #1d2088;
  text-decoration: underline;
  transition-duration: .2s;
  transition-property: opacity;
}

a:hover {
  text-decoration: none;
  opacity: .7;
}

img {
  vertical-align: top;
  /*width: 88px;*/
}

.clrF::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

/* font size */
.text10 { font-size: 10px !important; font-size: 1.0rem !important;}
.text11 { font-size: 11px !important; font-size: 1.1rem !important;}
.text12 { font-size: 12px !important; font-size: 1.2rem !important;}
.text13 { font-size: 13px !important; font-size: 1.3rem !important;}
.text14 { font-size: 14px !important; font-size: 1.4rem !important;}
.text15 { font-size: 15px !important; font-size: 1.5rem !important;}
.text16 { font-size: 16px !important; font-size: 1.6rem !important;}
.text17 { font-size: 17px !important; font-size: 1.7rem !important;}
.text18 { font-size: 18px !important; font-size: 1.8rem !important;}
.text19 { font-size: 19px !important; font-size: 1.9rem !important;}
.text20 { font-size: 20px !important; font-size: 2.0rem !important;}


/* width size */
.wid10 { width: 10% !important;}
.wid15 { width: 15% !important;}
.wid20 { width: 20% !important;}
.wid25 { width: 25% !important;}
.wid30 { width: 30% !important;}
.wid35 { width: 35% !important;}
.wid40 { width: 40% !important;}
.wid45 { width: 45% !important;}
.wid50 { width: 50% !important;}
.wid55 { width: 55% !important;}
.wid60 { width: 60% !important;}
.wid65 { width: 65% !important;}
.wid70 { width: 70% !important;}
.wid75 { width: 75% !important;}
.wid80 { width: 80% !important;}
.wid85 { width: 85% !important;}
.wid90 { width: 90% !important;}
.wid95 { width: 95% !important;}
.wid00 { width: 100% !important;}

/* font text-align */
.txtrgterad {
  text-align:right !important;
}
.txtcenter {
  text-align:center !important;
}


/* float */
.innerLf {
  float: left;
}
.innerRf {
  float: right;
}

.nomklist {
  text-align: left;
}
.nomklist li {
  line-height: 1.4;
}

.dsplin {display: inline;}

.dodlist,
.listdod {
  list-style: disc;
  text-align: left;
}
.dodlist li,
.listdod li {
  margin-left: 1.5em;
  line-height: 1.4;
}

.dlcircle dt{
    font-size: 1.5rem;
    font-weight: bold;
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 1em;
    border-left: 3px double #35405c;
}
.dlcircle dd{
    font-size: 1.4rem;
    padding-left: 1.2em;
    padding-bottom: 5px;
    line-height: 1.4;
}

ol {
  padding-left: 10px;
    border-left: 3px solid #eee;
}
ol li {
  margin: 5px 0 0 0;
  margin-left: 2em;
  list-style-type: decimal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
}

.imgauto {
  width: auto;
}


/* font color */
.txtred { color:#900;}
.txtdrkblue { color:#0c1a49;}
.txtlightgray { color:#777;}


/* font weight */
.txtwb { font-weight:bold; font-weight: 700;}
.txtnl { font-weight:normal;}


/* note text new */
.notesmall {
  display:block;
  padding-left:1.1em;
  text-indent:-1.1em;
  line-height:1.4;
  font-size: 1.2rem;
}

.ennotesmall {
  display:block;
  padding-left:0.7em;
  text-indent:-0.7em;
  line-height:1.4;
  font-size: 1.2rem;
}

.note {
  display:block;
  padding-left:1.1em;
  text-indent:-1.1em;
  line-height:1.4;
}

.ennote {
  display:block;
  padding-left:0.9em;
  text-indent:-0.9em;
  line-height:1.4;
}

.notetxt2 {
  display:block;
  padding-left:1.5em;
  text-indent:-2em;
  line-height:1.4;
}
.ennotetxt2 {
  display:block;
  padding-left:2.6em;
  text-indent:-2.6em;
  line-height:1.4;
}
.notetxt4 {
  display:block;
  padding-left:3.5em;
  text-indent:-3.5em;
  line-height:1.4;
}


/* mg pd */
/* For margin */
.mgt0 { margin-top:0px !important;}
.mgt5 { margin-top:5px !important;}
.mgt10 { margin-top:10px !important;}
.mgt15 { margin-top:15px !important;}
.mgt20 { margin-top:20px !important;}
.mgt25 { margin-top:25px !important;}
.mgt30 { margin-top:30px !important;}
.mgt35 { margin-top:35px !important;}
.mgt40 { margin-top:40px !important;}
.mgt45 { margin-top:45px !important;}
.mgt50 { margin-top:50px !important;}
.mgt55 { margin-top:55px !important;}
.mgt100 { margin-top:100px !important;}

.mgb0 { margin-bottom:0px !important;}
.mgb5 { margin-bottom:5px !important;}
.mgb10 { margin-bottom:10px !important;}
.mgb15 { margin-bottom:15px !important;}
.mgb20 { margin-bottom:20px !important;}
.mgb25 { margin-bottom:25px !important;}
.mgb30 { margin-bottom:30px !important;}
.mgb35 { margin-bottom:35px !important;}
.mgb40 { margin-bottom:40px !important;}
.mgb45 { margin-bottom:45px !important;}
.mgb50 { margin-bottom:50px !important;}
.mgb55 { margin-bottom:55px !important;}

.mgl0 { margin-left:0px !important;}
.mgl5 { margin-left:5px !important;}
.mgl10 { margin-left:10px !important;}
.mgl15 { margin-left:15px !important;}
.mgl20 { margin-left:20px !important;}
.mgl25 { margin-left:25px !important;}

.mgr0 { margin-right:0px !important;}
.mgr5 { margin-right:5px !important;}
.mgr10 { margin-right:10px !important;}
.mgr15 { margin-right:15px !important;}
.mgr20 { margin-right:20px !important;}
.mgr25 { margin-right:25px !important;}


/* For padding */
.pdt0 { padding-top:0px !important;}
.pdt5 { padding-top:5px !important;}
.pdt10 { padding-top:10px !important;}
.pdt15 { padding-top:15px !important;}
.pdt20 { padding-top:20px !important;}
.pdt25 { padding-top:25px !important;}
.pdt30 { padding-top:30px !important;}
.pdt35 { padding-top:35px !important;}
.pdt40 { padding-top:40px !important;}
.pdt45 { padding-top:45px !important;}
.pdt50 { padding-top:50px !important;}

.pdb0 { padding-bottom:0px !important;}
.pdb5 { padding-bottom:5px !important;}
.pdb10 { padding-bottom:10px !important;}
.pdb15 { padding-bottom:15px !important;}
.pdb20 { padding-bottom:20px !important;}
.pdb25 { padding-bottom:25px !important;}
.pdb30 { padding-bottom:30px !important;}

.pdl0 { padding-left:0px !important;}
.pdl5 { padding-left:5px !important;}
.pdl10 { padding-left:10px !important;}

.pdr0 { padding-right:0px !important;}
.pdr5 { padding-right:5px !important;}
.pdr10 { padding-right:10px !important;}

.c-button:hover{color: #fff;}


/* 事務局からのお知らせレイアウト用 */
.txt-right{ text-align: right!important; display: block!important; }
.txt-left{ text-align: left!important; display: block!important; }
.txt-center{ text-align: center!important; display: block!important; }
.color-red{ color: #b30828!important; }
.color-gray{ color: #999!important; }
.size-big{ font-size: 16px!important; }
.size-mid{ font-size: 14px!important; }
.size-sml{ font-size: 11px!important; }
.font-bold{ font-weight: bold!important; }
.font-italic{ font-style: italic!important; }
.font-strike{ text-decoration: line-through!important; }
.font-under{ text-decoration: underline!important; }
