@charset "UTF-8";

/*-------------------------------
  コンテンツ
-------------------------------*/

/*--- リンク ---*/
.o-entry-content a {
  text-decoration: none;
}

/*--- ファイルアイコン ---*/
.o-entry-content a.c-file-icon--pdf,
.o-entry-content a[href$=".pdf"],
.o-entry-content a[href$=".PDF"],
.o-entry-content a.c-file-icon--doc,
.o-entry-content a[href$=".doc"],
.o-entry-content a[href$=".docx"],
.o-entry-content a.c-file-icon--xls,
.o-entry-content a[href$=".xls"],
.o-entry-content a[href$=".xlsx"],
.o-entry-content a.c-file-icon--data,
.o-entry-content a[href$=".zip"] {
  display: inline-block;
}
.o-entry-content a.c-file-icon--pdf:before,
.o-entry-content a[href$=".pdf"]:before,
.o-entry-content a[href$=".PDF"]:before,
.o-entry-content a.c-file-icon--doc:before,
.o-entry-content a[href$=".doc"]:before,
.o-entry-content a[href$=".docx"]:before,
.o-entry-content a.c-file-icon--xls:before,
.o-entry-content a[href$=".xls"]:before,
.o-entry-content a[href$=".xlsx"]:before,
.o-entry-content a.c-file-icon--data:before,
.o-entry-content a[href$=".zip"]:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 6px;
  font-size: 1.2em;
}
.o-entry-content a.c-file-icon--pdf:before,
.o-entry-content a[href$=".pdf"]:before,
.o-entry-content a[href$=".PDF"]:before {
  content: "\f1c1";
  color: #DD4D44;
}
.o-entry-content a.c-file-icon--doc:before,
.o-entry-content a[href$=".doc"]:before,
.o-entry-content a[href$=".docx"]:before {
  content: "\f1c2";
  color: #2A5699;
}
.o-entry-content a.c-file-icon--xls:before,
.o-entry-content a[href$=".xls"]:before,
.o-entry-content a[href$=".xlsx"]:before {
  content: "\f1c3";
  color: #1E6F43;
}
.o-entry-content a.c-file-icon--data:before,
.o-entry-content a[href$=".zip"]:before {
  content: "\f1c6";
  color: #B5B5B5;
}
.o-entry-content a.c-file-icon--none {
  display: inline;
}
.o-entry-content a.c-file-icon--none:before {
  display: none;
}

/*--- リスト ---*/
.o-entry-content ul {
  margin-left: 1.75em;
  margin-top: 18px;
  margin-bottom: 18px;
}
.o-entry-content ol {
  margin-left: 1.5em;
}
.o-entry-content li {
  list-style-type: inherit;
}

/*--- テーブル ---*/
table.c-table,
.o-entry-content table {
  width: 100%;
}
table.c-table th,
table.c-table td,
.o-entry-content table th,
.o-entry-content table td {
  padding: 1rem 0.75rem;
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--color-table-border);
  background-color: #ffffff;
  vertical-align: middle;
}
@media (min-width: 40em) {
  table.c-table th,
  table.c-table td,
  .o-entry-content table th,
  .o-entry-content table td {
    padding: 1rem 2rem ;
  }
}
table.c-table th,
.o-entry-content table th {
  background-color: var(--color-table-header);
  color: var(--color-table-header-font);
  font-weight: bold;
  text-align: center;
}

.o-entry-content table.c-table--xs th,
.o-entry-content table.c-table--xs td {
  padding: 0.25rem 0.75rem;
}
.o-entry-content table.c-table--sm th,
.o-entry-content table.c-table--sm td {
  padding: 0.5rem 0.75rem;
}

.o-entry-content table.c-table--widthauto {
  width: auto;
}

.o-entry-content table.c-table--verticalBorder th,
.o-entry-content table.c-table--verticalBorder td {
  border-width: 1px;
}

.o-entry-content table.c-table--th-15per th { width: 15% !important; }
.o-entry-content table.c-table--th-20per th { width: 20% !important; }
.o-entry-content table.c-table--th-25per th { width: 25% !important; }
.o-entry-content table.c-table--th-33per th { width: 33.33333% !important; }
.o-entry-content table.c-table--th-50per th { width: 50% !important; }
.o-entry-content table.c-table--th-66per th { width: 66.66666% !important; }
.o-entry-content table.c-table--th-75per th { width: 75% !important; }
.o-entry-content table.c-table--th-100px th { width: 100px !important; }
.o-entry-content table.c-table--th-150px th { width: 150px !important; }
.o-entry-content table.c-table--th-200px th { width: 200px !important; }
.o-entry-content table.c-table--th-250px th { width: 250px !important; }
.o-entry-content table.c-table--th-300px th { width: 300px !important; }

.o-entry-content table.c-table--th-15per td,
.o-entry-content table.c-table--th-20per td,
.o-entry-content table.c-table--th-25per td,
.o-entry-content table.c-table--th-33per td,
.o-entry-content table.c-table--th-50per td,
.o-entry-content table.c-table--th-66per td,
.o-entry-content table.c-table--th-75per td,
.o-entry-content table.c-table--th-100px td,
.o-entry-content table.c-table--th-150px td,
.o-entry-content table.c-table--th-200px td,
.o-entry-content table.c-table--th-250px td,
.o-entry-content table.c-table--th-300px td { width: auto !important; }


@media only screen and (max-width: 39.9375rem) {
  .o-entry-content table.c-table--scroll {
    display: block;
    overflow: auto;
    white-space: nowrap;
    width: auto;
  }
  .o-entry-content table.c-table--scroll tbody {
    width: 100%;
    display: table;
  }
  .o-entry-content table.c-table--scroll-fixed {
    display: block;
    overflow: auto;
    white-space: normal;
    width: auto;
  }
  .o-entry-content table.c-table--scroll-fixed tbody {
    width: 200%;
    display: table;
  }
  .o-entry-content table.c-table--scroll::-webkit-scrollbar,
  .o-entry-content table.c-table--scroll-fixed::-webkit-scrollbar {
    height: 5px;
  }
  .o-entry-content table.c-table--scroll::-webkit-scrollbar-track,
  .o-entry-content table.c-table--scroll-fixed::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  .o-entry-content table.c-table--scroll::-webkit-scrollbar-thumb,
  .o-entry-content table.c-table--scroll-fixed::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
  }

  .o-entry-content table th {
    width: auto !important;
  }

  .o-content-area table.c-table--responsive {
    border-bottom: 1px solid #ccc;
  }
  .o-content-area table.c-table--responsive th,
  .o-content-area table.c-table--responsive td {
    width: 100% !important;
    display: block;
  }
  .o-content-area table.c-table--responsive th {
    padding: 8px 10px;
    text-align: center;
  }
  .o-content-area table.c-table--responsive td {
    padding: 8px 10px;
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .o-content-area table.c-table--responsive table th,
  .o-content-area table.c-table--responsive table td {
    padding: 8px 10px;
    display: table-cell;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .o-content-area table.c-table--responsive table th {
    text-align: center;
  }

  .o-entry-content table.c-table--responsive2 th {
    width: 33.33333% !important;
  }
  .o-entry-content table.c-table--responsive2 tbody:not(:last-child) {
    border-bottom: 4px solid #ccc;
  }

  .o-entry-content table.c-table--responsive3 {
    table-layout: fixed;
    font-size: 10px;
  }
  .o-entry-content table.c-table--responsive3 th,
  .o-entry-content table.c-table--responsive3 td {
    padding: 4px 10px;
  }
}

/*--- フォーム部品 ---*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="telephone"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
textarea {
  padding: 1rem;
  width: 100%;
  border: 2px solid #E6E6E6;
  border-radius: 0;
  vertical-align: bottom;
  font-size: inherit;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="telephone"]:hover,
input[type="number"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
textarea:hover {
  border-color: #999;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="telephone"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
textarea:focus {
  border-color: #85b7d9;
}
.o-form-control--s {
  width: 5rem !important;
}
.o-form-control--m {
  width: 20rem !important;
}
.o-form-control--l {
  width: 40rem !important;
}
@media only screen and (max-width: 39.9375rem) {
  .o-form-control--full,
  .o-form-control--m,
  .o-form-control--l {
    width: 100% !important;
  }
}
select {
  border-radius: 3px;
  padding: 0.375rem 0.75rem;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
  vertical-align: bottom;
}
@media only screen and (max-width: 39.9375rem) {
  select {
    max-width: 80vw;
  }
}
