@charset "UTF-8";
/* ----- page title ----- */
.pagetitle_a2 {
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.25em;
  padding: 10px 15px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left-style: solid;
  border-left-width: 4px;
  background-color: #F7F7F7; }
  .kurashi .pagetitle_a2 {
    border-color: #518416; }
  .keizai .pagetitle_a2 {
    border-color: #B4436C; }
  .kanko .pagetitle_a2 {
    border-color: #C65225; }
  .machi .pagetitle_a2 {
    border-color: #3C8169; }
  .fukushi .pagetitle_a2 {
    border-color: #D1424B; }
  .kyoiku .pagetitle_a2 {
    border-color: #477B9E; }
  .bosai .pagetitle_a2 {
    border-color: #C63C50; }
  .others .pagetitle_a2 {
    border-color: #075909; }
  .pagetitle_a2.index {
    background-color: transparent; }

.pagetitle_a3 {
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.125em;
  padding: 10px 15px;
  margin-top: 20px;
  margin-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 2px; }
  .kurashi .pagetitle_a3 {
    border-color: #518416; }
  .keizai .pagetitle_a3 {
    border-color: #B4436C; }
  .kanko .pagetitle_a3 {
    border-color: #C65225; }
  .machi .pagetitle_a3 {
    border-color: #3C8169; }
  .fukushi .pagetitle_a3 {
    border-color: #D1424B; }
  .kyoiku .pagetitle_a3 {
    border-color: #477B9E; }
  .bosai .pagetitle_a3 {
    border-color: #C63C50; }
  .others .pagetitle_a3 {
    border-color: #075909; }

.pagetitle_a4 {
  line-height: 1.4;
  font-weight: 500;
  font-size: 1em;
  margin: 20px 0 15px 20px; }
  .pagetitle_a4:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
    margin-left: -22px; }
    .kurashi .pagetitle_a4:before {
      background-color: #518416; }
    .keizai .pagetitle_a4:before {
      background-color: #B4436C; }
    .kanko .pagetitle_a4:before {
      background-color: #C65225; }
    .machi .pagetitle_a4:before {
      background-color: #3C8169; }
    .fukushi .pagetitle_a4:before {
      background-color: #D1424B; }
    .kyoiku .pagetitle_a4:before {
      background-color: #477B9E; }
    .bosai .pagetitle_a4:before {
      background-color: #C63C50; }
    .others .pagetitle_a4:before {
      background-color: #075909; }

.pagetitle_a5 {
  line-height: 1.4;
  font-weight: 500;
  font-size: 1em;
  margin: 20px 0 15px 20px; }
  .kurashi .pagetitle_a5 {
    color: #518416; }
  .keizai .pagetitle_a5 {
    color: #B4436C; }
  .kanko .pagetitle_a5 {
    color: #C65225; }
  .machi .pagetitle_a5 {
    color: #3C8169; }
  .fukushi .pagetitle_a5 {
    color: #D1424B; }
  .kyoiku .pagetitle_a5 {
    color: #477B9E; }
  .bosai .pagetitle_a5 {
    color: #C63C50; }
  .others .pagetitle_a5 {
    color: #075909; }

/*---------- breakpoint---------- */
@media print, screen and (min-width: 1024px) {
  .pagetitle_a2 {
    font-size: 1.5em; }

  .pagetitle_a3 {
    font-size: 1.25em;
    font-weight: 500; }

  .pagetitle_a4, .pagetitle_a5 {
    font-size: 1.125em; } }
/* ------------------------------ */
/* -----notes ----- */
.notes {
  margin-left: 1.5em; }
  .notes:before {
    content: "※";
    margin-left: -1.5em;
    margin-right: 0.5em; }

/* ----- icon ----- */
a[href$=".pdf"]:before, a[href$=".xlsx"]:before, a[href$=".docx"]:before, a[href$=".pptx"]:before {
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  padding: 3px 5px;
  margin-right: 7px;
  display: inline-block; }

a[href$=".pdf"]:before {
  content: "PDF";
  background-color: #C11E12; }

a[href$=".xlsx"]:before {
  content: "XLSX";
  background-color: #1E7145; }

a[href$=".docx"]:before {
  content: "DOCX";
  background-color: #2B5797; }

a[href$=".pptx"]:before {
  content: "PPTX";
  background-color: #D04525; }

/* ----- list ----- */
/* bullet */
#contents > #mainContents ul:not(.listIndex) > li, ul.important > li {
  list-style-type: none;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px; }
  #contents > #mainContents ul:not(.listIndex) > li:before, ul.important > li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -0.1rem;
    margin-right: 10px;
    margin-left: -18px; }

.kurashi #contents > #mainContents ul:not(.listIndex) > li:before {
  background-color: #518416; }
.keizai #contents > #mainContents ul:not(.listIndex) > li:before {
  background-color: #B4436C; }
.kanko #contents > #mainContents ul:not(.listIndex) > li:before {
  background-color: #C65225; }
.machi #contents > #mainContents ul:not(.listIndex) > li:before {
  background-color: #3C8169; }
.fukushi #contents > #mainContents ul:not(.listIndex) > li:before {
  background-color: #D1424B; }
.kyoiku #contents > #mainContents ul:not(.listIndex) > li:before {
  background-color: #477B9E; }
.bosai #contents > #mainContents ul:not(.listIndex) > li:before {
  background-color: #C63C50; }
.others #contents > #mainContents ul:not(.listIndex) > li:before {
  background-color: #075909; }

/* red bullet */
ul.important > li:before {
  background-color: #CE2A2A; }

/* number */
#contents > #mainContents ol > li {
  list-style-type: decimal;
  margin-left: 1.5em; }

/* ----- table ----- */
table {
  border-collapse: collapse; }
  table td, table th {
    border: solid 1px #a9a9a9;
    padding: 5px; }

table th {
  background-color: #f0f0f0; }
table thead {
  background-color: #f8f8f8; }

/* ----- hide ----- */
/* hidden */
.hidden {
  display: none; }

/* break */
@media print, screen and (max-width: 1023px) {
  br.hide_sp {
    display: none; } }
