@charset "utf-8";

/*
  File Name   : body.css
  Description : Write content styles
*/

/* default
============================================================ */
/*** structure ***/
html {
  overflow-y: scroll;
  box-sizing: border-box;
  scroll-padding-top: 130px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 860px) {
  html {
    scroll-padding-top: 70px;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}




a img {
	height: auto;
	transition: transform .6s ease;
	width: 100%;
}
a:hover img {
	transform: scale(1.02);
}

.no_transform a:hover img {
	transform: scale(1);
}





body {
  min-width: 320px;
  margin: 0;
  color: #000;
  /*font-feature-settings: "palt";*/
  font-size: 16px;
  /*	font-family: sans-serif;*/

      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.8;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

@media screen and (max-width: 811px) {
  body {
    font-size: 14px;
  }
}

body > footer,
body > header {
  width: 100%;
  min-width: 320px;
}

/*** text ***/
p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4 {
  line-height: 1;
  margin: 0;
}

h4,
h5,
h6 {
  font-size: 1em;
  margin: 0;
}

small,
.font-small {
  font-size: 0.875em;
}

sub {
  vertical-align: baseline;
  position: relative;
  bottom: -0.2em;
  margin-left: 1px;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  margin-left: 1px;
}

iframe {
  max-width: 100%;
  border: none;
}

.contentHeader {
  padding: 0;
  margin: 0 0 40px 0;
}

.contentTitle {
}

.contentTitle h1 {
  width: 100%;
  font-size: 33px;
  text-align: center;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-bottom: 1px solid #b9272d;
}

@media screen and (max-width: 811px) {
  .contentTitle h1 {
  }
}

.contentDescription {
  color: #2e2e2e;
    font-weight: bold;
    width: 100%;
    padding: 0% 3% 3% 3%;
    text-align: center;
}

.contentDescription p {
  font-weight: bold;
}

@media screen and (max-width: 481px) {
  .contentDescription {
    padding: 5%;
  }
}

.contentHeader .date {
  padding: 0 10px 10px 0;
  color: #666;
  text-align: right;
}

/*** list ***/
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
}

li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
}

/*** object ***/
embed,
object {
  vertical-align: bottom;
}

/*** presentation ***/
u {
  font-size: inherit;
  text-decoration: underline;
}

/*** hypertext ***/
a {
  font-size: inherit;
  transition: all 0.2s ease-in-out;
}

a:visited {
  color: #000;
}

a:link {
  color: #000;
  text-decoration: underline;
  outline: none;
}

a:hover,
a:active {
  color: #b9272d;
  text-decoration: none;
}

a img {
  border: none;
  transition: all 0.2s ease-in-out;
}

/*** edit ***/
del {
  color: #666;
  font-size: inherit;
  text-decoration: line-through;
}

ins {
  border-bottom: 1px dotted #ccc;
  font-size: inherit;
  text-decoration: none;
}

/*** forms ***/
legend {
  white-space: normal;
}

button,
input,
label,
select,
textarea,
form img {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

input,
select,
textarea {
  outline: none;
  color: #333;
  border: 1px solid #2e2e2e;
  padding: 4px 12px;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="email"],
input[type="tel"],
input[type="telephone"],
input[type="url"],
input[type="password"],
select,
textarea {
  max-width: 100%;
  border-radius: 4px;
}

button,
input[type="color"],
input[type="file"],
input[type="image"],
input[type="range"] {
  border: none;
  padding: 0;
  background: none;
}

input[type="checkbox"],
input[type="color"],
input[type="radio"],
input[type="range"],
select {
  cursor: pointer;
}

input[type="color"],
input[type="file"],
input[type="image"],
input[type="range"] {
  border: none;
}

input[type="password"] {
  ime-mode: disabled;
}

input[disabled],
input[readonly],
select[disabled],
select[readonly] {
  cursor: default;
}

textarea {
  resize: vertical;
}

label + label,
label + input[type="checkbox"],
label + input[type="radio"] {
  margin-left: 10px;
}


	
label > input[type="checkbox"],
label > input[type="radio"] {
  margin-right: 5px;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-left: 5px;
}

form a img {
  transition: opacity 0.2s ease-in-out;
}

form a img,
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"],
button {
  border-radius: 0;
  transition: opacity 0.2s ease-in-out;
}

form a:hover img,
form a:active img,
input[type="button"]:hover,
input[type="button"]:active,
input[type="image"]:hover,
input[type="image"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
button:hover,
button:active {
  opacity: 0.8;
}

label.error,
input.error {
  background: #ffeeee;
}

/*** tables ***/
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

table th,
table td {
  font-size: inherit;
  word-break: break-all;
}

table th > :last-child,
table td > :last-child {
  margin-bottom: 0;
}

/*** image ***/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

/*** selection ***/
::-moz-selection {
  color: #fff;
  background: #2e2e2e;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #2e2e2e;
  text-shadow: none;
}

input::selection,
textarea::selection {
  color: #fff;
}

/*** placeholder ***/
::placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

:focus::placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

:focus::-ms-input-placeholder {
  color: transparent;
}

/* utiiities
============================================================ */
/*** float ***/
.com-clear {
  clear: both;
}

/*** hide ***/
.com-hide {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}

/*** clearfix ***/
.com-clearfix::before,
.com-clearfix::after {
  content: "";
  display: table;
}

.com-clearfix::after {
  clear: both;
}

/*** align ***/
.com-align_r {
  text-align: right !important;
}

.com-align_c {
  text-align: center !important;
}

.com-align_l {
  text-align: left !important;
}

.com-justify {
  text-align: justify;
}

/*** panel layout ***/
.com-panel-layout {
  display: table;
  width: auto;
  table-layout: fixed;
  word-spacing: -0.4em;
  box-sizing: border-box;
}

.com-panel-layout .panel-layout-child,
.com-panel-layout > article,
.com-panel-layout > figure,
.com-panel-layout > li,
.com-panel-layout > div,
.com-panel-layout > p,
.com-panel-layout > section {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  word-spacing: normal;
  box-sizing: border-box;
}

/*** color ***/
.red {
  color: red;
}

.red2 {
  color: #f80000;
}

.orange {
  color: orange;
}

.blue {
  color: blue;
}

.navy {
  color: navy;
}

.green {
  color: green;
}

.yellow {
  color: yellow;
}

.yellow2 {
  color: #ffff00;
}

/* editor style
============================================================ */
/* body */
body.contentBody {
  padding: 15px;
}

/* p */
.contentBody p {
  margin: 0 0 2em 0;
}

/* u */
.contentBody u {
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.4) 60%);
  text-decoration: none;
}

/* ul */
.contentBody ul {
  margin-bottom: 1em;
  text-indent: 0;
}

.contentBody ul > li {
  padding-left: 0.925em;
  line-height: 1.8;
  margin: 15px 0;
}

.contentBody ul > li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 4px;
  margin-right: 10px;
  background: #b9272d;
  border-radius: 4px;
  vertical-align: middle;
}

/* ol */
.contentBody ol {
  counter-reset: number;
  list-style: decimal;
  margin: 1em;
}

.contentBody ol > li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 40px;
  list-style-type: none;
  margin: 0.25em 0;
}

.contentBody ol > li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #b9272d;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* table */
.contentBody table {
  margin-bottom: 1em;
}

.contentBody table.table_borders {
  border-style: solid;
  border-color: #2e2e2e;
}

.contentBody table[border=""],
.contentBody table[border="0"] {
  border: none;
}

.contentBody table th,
.contentBody table td {
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
}

.contentBody table.table_borders th {
  border: 1px solid #999;
}

.contentBody table.table_borders td {
  border: 1px solid #999;
}

.contentBody table[border=""] th,
.contentBody table[border="0"] th,
.contentBody table[border=""] td,
.contentBody table[border="0"] td {
  border: none;
}

.contentBody table th {
  background: #f2f2f2;
}

.contentBody table td {
  background: #fff;
}

.contentBody table td > :last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 811px) {
  .contentBody table {
    max-width: inherit;
  }

  .contentBody table th,
  .contentBody table td {
    padding: 10px 15px;
  }
}

.contentBody .soudan-table td:first-child {
  vertical-align: middle;
  text-align: center;
}

.contentBody .soudan-table td:not(:first-child) {
  vertical-align: middle;
}

/* title */
/*.contentBody h2,*/
.contentBody h1 {
  clear: both;
  margin-top: 2em;
  margin-bottom: 2em;
}

.contentBody h3,
.contentBody h4,
.contentBody h5,
.contentBody h6 {
  clear: both;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.5;
}

.contentBody h1:first-child,
.contentBody h2:first-child,
.contentBody h3:first-child,
.contentBody h4:first-child,
.contentBody h5:first-child,
.contentBody h6:first-child {
  margin-top: 0;
}

.contentBody h2 {
  font-size: 28px;
    font-weight: 600;
    border-left: 8px solid #b9272d;
    padding: 14px 10px 14px 12px;
    line-height: 140%;
    margin: 50px 0 25px 0;
    background-color: #eee;
}

.contentBody h3 {
  margin-bottom: 20px;
    display: initial;
  padding: 0;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.contentBody h4 {
  padding: 0;
  font-size: 20px;
  line-height: 1.2;
  padding: 0;
}

.contentBody h5 {
  padding: 0px;
  font-size: 21px;
  color: #b9272d;
}

@media screen and (max-width: 811px) {
  .contentBody ol {
    margin: 1em 0;
  }

  .contentBody ol > li {
    padding: 0.5em 0.5em 0.5em 30px;
  }

  .contentBody ol > li::before {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 17px;
  }
}

@media screen and (max-width: 481px) {
  .contentTitle h1 {
    font-size: 25px;
  }

  .contentBody h2 {
    margin-bottom: 15px;
    /* background-color: #ebf6ed; */
    font-size: 23px;
    margin-top: 35px;
  }

  .contentBody h3 {
    font-size: 22px;
  }

  .contentBody h4 {
    font-size: 20px;
  }
}

.contentBody .alignRight {
  float: right;
  margin-bottom: 40px;
  margin-left: 40px;
}

.contentBody .alignLeft {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

.contentBody .alignCenter {
  display: block;
  margin: 0 auto 20px;
}

@media screen and (max-width: 811px) {
  .contentBody .alignRight,
  .contentBody .alignLeft {
    max-width: 38.2%;
  }
}

@media screen and (max-width: 481px) {
  .contentBody .alignRight,
  .contentBody .alignLeft {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto 2.666em;
  }
}

.contentBody .col-2,
.contentBody .col-3 {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: nowrap;
  width: 100%;
}

.contentBody .col-2 > *,
.contentBody .col-3 > * {
  table-layout: fixed;
  padding-right: 20px;
  padding-left: 20px;
}

.contentBody .col-2 > * {
  width: 50%;
}

.contentBody .col-3 > * {
  width: calc(100% / 3 - 0.1px);
}

.contentBody .col-2 > :first-child,
.contentBody .col-3 > :first-child {
  padding-left: 0;
}

.contentBody .col-2 > :last-child,
.contentBody .col-3 > :last-child {
  padding-right: 0;
}

@media screen and (max-width: 811px) {
  .contentBody .col-2,
  .contentBody .col-3 {
    display: block;
  }

  .contentBody .col-2 > *,
  .contentBody .col-3 > * {
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.contentBody > :last-child {
  margin-bottom: 0;
}

.contentBody a[target="_blank"]::after,
.contentBody a.download::after,
.contentBody a[download]::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contentBody a[target="_blank"] {
  padding-right: 23px;
  background-size: auto 13px;
}

/*
.contentBody a[target="_blank"]::after {
	content: "\ea7e";
}
*/
.contentBody a.download::after,
.contentBody a[download]::after {
  content: "\e9c7";
}

.contentBody a:link,
.contentBody a:visited {
  transition: all 0.2s ease-in-out;
  /*	color: #3e3a39;*/
}

/* attached_icon
============================================================ */
.attached_icon {
  width: 30px!important;
  height: auto;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

/* com-section
============================================================ */
.com-section,
.com-section > section {
  margin-bottom: 100px;
}

.com-section:last-child,
.com-section > section:last-child {
  margin-bottom: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-section,
  .com-section > section {
    margin-bottom: 50px;
  }
}

/* com-sect-desc
============================================================ */
.com-sect-desc {
  margin-bottom: 55px;
}

.com-sect-desc:last-child {
  margin-bottom: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-sect-desc {
    margin-bottom: 25px;
  }
}

/* com-date-txt
============================================================ */
.com-date-txt {
  margin-bottom: 2.5em !important;
  text-align: right;
}

h1 + .com-date-txt {
  margin-top: -3.5em !important;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  h1 + .com-date-txt {
    margin-top: -1.25em !important;
  }
}

/* com-print-txt
============================================================ */
.com-print-txt {
  margin-bottom: 2.5em !important;
  text-align: right;
}

.com-print-txt a {
  display: inline-block;
  padding-left: 25px;
  background: url(../images/common/print-bg.png) no-repeat left center;
  background-size: 20px auto;
}

h1 + .com-print-txt {
  margin-top: -3.5em !important;
}

.com-date-txt + .com-print-txt {
  margin-top: -2.5em !important;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  h1 + .com-print-txt {
    margin-top: -1.25em !important;
  }
}

/* com-print-link
============================================================ */
.com-print-link {
  margin-bottom: 2.5em !important;
  text-align: right;
}

.com-print-link a {
  display: inline-block;
  padding-left: 25px;
  background: url(../images/common/print-bg.png) no-repeat left center;
  background-size: 20px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
}

/* print-btn-list
============================================================ */
.com-print-btn-list {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2000;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.com-print-btn-list a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.com-print-btn-list a.close {
  padding-left: 23px;
}

.com-print-btn-list a.close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 19px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.com-print-btn-list a.close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 19px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.com-print-btn-list a.print {
  padding-left: 25px;
  background: url(../images/common/print-bg-wht.png) no-repeat left center;
  background-size: 20px auto;
}

@media print {
  .com-print-btn-list {
    display: none;
  }
}

/* com-btn-list
============================================================ */
.com-btn-list {
  margin: 4em 0 -20px;
  text-align: center;
}

.com-btn {
  position: relative;
  display: inline-block;
  min-width: 215px;
  margin: 0 7px 20px;
  padding: 13px 40px 13px 22px;
  border: 1px solid #2e2e2e;
  background: #2e2e2e;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
  cursor: pointer;
}

.com-btn.left-arrow {
  padding-right: 22px;
  padding-left: 40px;
}

.com-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.com-btn.left-arrow::after {
  right: inherit;
  left: 16px;
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}

.com-btn:hover {
  background: #2e2e2e;
  color: #fff;
}

.com-btn:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-btn-list {
    margin: 3em 0 -15px;
  }

  .com-btn {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.933333333333em;
  }

  .com-btn::after {
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 481px) {
  .com-btn-list {
    margin: 2em 0 -10px;
  }

  .com-btn {
    min-width: inherit;
    margin: 0 0 10px;
  }
}

.com-btn.disable {
  background: #888;
  color: #999;
}

/* com-category-list
============================================================ */
.com-category-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -20px;
}

.com-category-list li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: calc((100% - 20px) / 2 - 0.1px);
  margin: 0 20px 20px 0;
  padding-bottom: 20px;
  border: 2px solid #2e2e2e;
  text-indent: 0;
  vertical-align: top;
  word-spacing: normal;
}

.com-category-list li:nth-child(2n + 2) {
  margin-right: 0;
}

.com-category-list li::before {
  content: none;
}

.com-category-list li .thumb {
  display: block;
}

.com-category-list li .thumb a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 248px;
}

.com-category-list li .thumb a img {
  display: block;
  width: 100%;
  height: 248px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.com-category-list li .title {
  position: relative;
  display: block;
  margin: 20px 20px 0;
  padding-left: 35px;
  font-size: 1.25em;
  font-weight: bold;
}

.com-category-list li .title::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #2e2e2e;
}

.com-category-list li .title::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 5px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.com-category-list li .description {
  display: block;
  min-height: 70px;
  margin: 10px 20px 0;
  padding: 10px 0 0;
  border-top: 1px solid #2e2e2e;
}

.com-category-list li .date {
  display: block;
  padding-left: 57px;
  font-size: 0.875em;
}

@media screen and (max-width: 1060px) {
  .com-category-list li .thumb a,
  .com-category-list li .thumb a img {
    height: 23.397vw;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-category-list {
    margin: 0 0 -15px;
  }

  .com-category-list li {
    width: 100%;
    margin: 0 0 15px 0;
    line-height: 1.6;
  }

  .com-category-list li .thumb a,
  .com-category-list li .thumb a img {
    height: 47.349vw;
  }

  .com-category-list li .title {
    padding-left: 28px;
  }

  .com-category-list li .title::before {
    top: 6px;
    width: 18px;
    height: 18px;
  }

  .com-category-list li .title::after {
    top: 12px;
    width: 6px;
    height: 6px;
  }

  .com-category-list li .date {
    padding-left: 48px;
  }
}

/* com-news-list
============================================================ */
.com-news-list ul {
  margin: 0;
}

.com-news-list ul li {
  width: 100%;
  margin: 0;
  padding: 20px 25px;
  line-height: 1.6;
  text-indent: 0;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: baseline;
  border-bottom: 1px solid #ccc;
}

.com-news-list ul li:last-child {
  border-bottom: none;
}

/*
.com-news-list ul li:nth-child(odd) {
	background-color: #ebf6ed;
}

.com-news-list ul li:nth-child(even) {
	background-color: #fafafa;
}
*/

.com-news-list ul li::before {
  content: none;
}

.com-news-list ul li:last-child {
  margin-bottom: 0;
}

.com-news-list ul li .list-category-mark {
  /*
	width: 100px;
*/
  /* padding: 3px 5px; */
  /*
	background: #fff;
	color: #2e2e2e;
	border: 1px solid #2e2e2e;
	font-size: 80%;
	line-height: 2.1;
	text-align: center;
	margin: 0 10px;
*/
  display: inline-block;
  width: 73px;
  padding: 3px 0;
  font-size: 70%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 10px;
}

.com-news-list ul li .thumb {
  display: inline-block;
  width: 100px;
  padding-left: 20px;
}

.com-news-list ul li .thumb img {
  width: 100%;
  height: auto;
}

.com-news-list ul li .date {
  padding-left: 20px;
  font-size: 90%;
}

.com-news-list ul li .title {
  padding-left: 10px;
  font-weight: bold;
}

.com-news-list ul li .title .new {
  background: #f80000;
  color: #fff;
  margin-left: 6px;
  padding: 2px 5px;
  font-size: 0.8em;
}

.com-news-list ul li .title a {
  line-height: 1.7;
}

.com-news-list ul li > *:first-child {
  padding-left: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .com-news-list ul li {
    flex-wrap: wrap;
    padding: 15px;
    grid-template-rows: auto auto;
  }

  .com-news-list ul li .thumb {
    width: 70px;
  }

  .com-news-list ul li .date {
    width: auto;
  }

  .com-news-list ul li .title {
    width: 100%;
    margin-top: 12px;
    padding-left: 0;
    grid-column: 1/4;
  }
}

/* com-mini-schedule
============================================================ */
.com-mini-schedule .calendar-nav {
  text-align: center;
  margin-bottom: 5px;
}

.com-mini-schedule .calendar-nav span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.com-mini-schedule .calendar-nav span:last-child {
  margin-right: 0;
}

.com-mini-schedule .calendar-nav .now-month {
  font-weight: bold;
  vertical-align: middle;
}

.com-mini-schedule .calendar-nav .prev-month a,
.com-mini-schedule .calendar-nav .next-month a {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  vertical-align: middle;
  cursor: pointer;
}

.com-mini-schedule .calendar-nav .prev-month a:hover,
.com-mini-schedule .calendar-nav .next-month a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.com-mini-schedule .calendar-nav .prev-month a::before,
.com-mini-schedule .calendar-nav .next-month a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}

.com-mini-schedule .calendar-nav .prev-month a::before {
  border-width: 6px 8px 6px 0;
  border-color: transparent #333 transparent transparent;
}

.com-mini-schedule .calendar-nav .next-month a::after {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
}

.com-mini-schedule .mini-calendar {
  table-layout: fixed;
  border-collapse: collapse;
  width: auto;
  margin: 0 auto;
}

.com-mini-schedule .mini-calendar .cal-head {
  width: auto;
  height: auto;
  padding: 2px 5px;
  color: #333;
  background: #f8f7f7;
  border: 1px solid #2e2e2e;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.com-mini-schedule .mini-calendar .cal-day {
  width: auto;
  height: auto;
  padding: 2px 5px;
  border: 1px solid #2e2e2e;
  text-align: center;
  vertical-align: middle;
}

.com-mini-schedule .mini-calendar .cal-day.gogoshinryoubi {
  background: #c4d9ea;
}

.com-mini-schedule .mini-calendar .cal-day.kyuushinbi {
  background: #ffd3d3;
}

.com-mini-schedule .mini-calendar .cal-day.pre_month,
.com-mini-schedule .mini-calendar .cal-day.next_month {
  background: #f8f7f7;
}

.com-mini-schedule .mini-calendar .cal-head.saturday,
.com-mini-schedule .mini-calendar .cal-day.saturday {
  color: #0a5fa0;
}

.com-mini-schedule .mini-calendar .cal-head.sunday,
.com-mini-schedule .mini-calendar .cal-day.sunday {
  color: #f80000;
}

/* com-calendar-legends
============================================================ */
.com-calendar-legends ul {
  margin: 5px 0 0;
  text-align: center;
}

.com-calendar-legends ul > li {
  display: inline-block;
  margin-right: 5px;
  padding-left: 0;
  font-size: 0.933333333333em;
  text-indent: 0;
}

.com-calendar-legends ul > li:last-child {
  margin-right: 0;
}

.com-calendar-legends ul > li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 4px;
  margin-right: 5px;
  border-radius: 0;
  background: #333;
  vertical-align: middle;
}

.com-calendar-legends ul > li.all-day::before {
  background: #ffd3d3;
}

.com-calendar-legends ul > li.afternoon::before {
  background: #c4d9ea;
}

/* page-inner
============================================================ */
.page-inner {
  display: grid;
  grid-template-columns: 79% 20%;
  justify-content: space-between;
}

.top-category_recruit .page-inner,
.top-category_business .page-inner,
.top-category_works .page-inner {
  grid-template-columns: 100%;
  grid-template-rows: auto auto;
}

.top-category_recruit .page-side,
.top-category_business .page-side,
.top-category_works .page-side {
  display: none;
}

@media screen and (max-width: 1000px) {
  .page-inner {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
}

/* com-side-menu-list
============================================================ */
.com-side-menu-list {
  margin-bottom: 40px;
  position: sticky;
  top: 130px;
}

.com-side-menu-list:last-child {
  margin-bottom: 0;
  padding: 0 20px;
}

.com-side-menu-list h3 {
  padding: 15px 15px;
  background: #b9272d;
  color: #fff;
  line-height: 140%;

}

.com-side-menu-list ul {
  border: 1px solid #b9272d;
}

.com-side-menu-list ul li {
  border-bottom: 1px dotted #b9272d;
}

.com-side-menu-list ul li:last-child {
  border-bottom: none;
}

.com-side-menu-list ul li ul li,
.com-side-menu-list ul li ul li:first-child,
.com-side-menu-list ul li ul li:last-child {
  margin: 0;
  padding: 0 0 0 10px;
  border: none;
  text-indent: 0;
}

.com-side-menu-list ul li a,
.com-side-menu-list ul li span.active {
  padding: 10px;
  display: block;
  font-size: 0.875em;
}

.com-side-menu-list ul li span.active {
  background-color: #efefef;
  color: #b9272d;
}

.com-side-menu-list ul li a {
  text-decoration: none;
  cursor: pointer;
}

.com-side-menu-list ul li a:hover {
  background-color: #efefef;
  color: #b9272d;
}

.com-side-menu-list ul li ul li a,
.com-side-menu-list ul li ul li span {
  position: relative;
  padding-left: 15px;
  font-weight: lighter;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1000px) {
  .com-side-menu-list {
    margin-bottom: 40px;
    position: sticky;
    top: 100px;
    margin-top: 100px;
  }

  .com-side-menu-list {
    margin-bottom: 20px;
  }
}

/* com-side-bnr-list
============================================================ */
.com-side-bnr-list {
  margin-bottom: 40px;
}

.com-side-bnr-list:last-child {
  margin-bottom: 0;
}

.com-side-bnr-list li {
  margin-bottom: 20px;
}

.com-side-bnr-list li:last-child {
  margin-bottom: 0;
}

.com-side-bnr-list li img {
  width: 100%;
  height: auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-side-bnr-list {
    margin-bottom: 20px;
  }

  .com-side-bnr-list li {
    margin-bottom: 10px;
  }
}

/* com-faq
============================================================ */
.com-faq-wrap {
  width: 100%;
  margin: 0 auto;
}

.com-faq-wrap + .com-faq-wrap {
  margin-top: 4em;
}

.com-faq {
  position: relative;
  margin-bottom: 25px;
}

.com-faq:last-child {
  margin-bottom: 0;
}

.com-faq .title {
  position: relative;
  border: 1px solid #2e2e2e;
  margin: 0;
  padding: 13px 55px 13px calc(1.2em + 15px + 20px);
  font-size: 1.333333333333em;
  font-weight: bold;
  color: #333;
  background: #fff;
  line-height: 1.4;
  text-indent: calc(-1.2em - 15px);
  cursor: pointer;
}

.com-faq .title::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 25px;
  top: calc(50% - 4px);
  width: 15px;
  height: 15px;
  border-top: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.com-faq .title.active::after {
  top: calc(50% + 4px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.com-faq .title .title-q {
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
  text-indent: 0;
}

.com-faq .body {
  display: none;
  background: #f8f8f8;
}

.com-faq .body .body-inner {
  padding: 25px 30px;
  text-align: justify;
}

.com-faq .body .body-inner > :last-child {
  margin-bottom: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-faq {
    margin-bottom: 30px;
  }

  .com-faq .title {
    padding: 13px 45px 13px calc(1.2em + 10px + 20px);
    text-indent: calc(-1.2em - 10px);
  }

  .com-faq .title::after {
    right: 20px;
    width: 13px;
    height: 13px;
  }

  .com-faq .title .title-q {
    margin-right: 10px;
  }

  .com-faq .body .body-inner {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 481px) {
  .com-faq {
    margin-bottom: 25px;
  }

  .com-faq .title {
    padding: 8px 40px 8px calc(1.2em + 5px + 15px);
    text-indent: calc(-1.2em - 5px);
    font-size: 1.2em;
    line-height: 1.35;
  }

  .com-faq .title::after {
    right: 15px;
    width: 12px;
    height: 12px;
  }

  .com-faq .title .title-q {
    margin-right: 5px;
  }

  .com-faq .body .body-inner {
    padding: 15px 20px;
  }
}

/* com-table
============================================================ */

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-table1 {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
  }

  .com-table1 th,
  .com-table1 td {
    display: block;
    width: 100% !important;
    height: auto !important;
    border-right: none !important;
    border-left: none !important;
  }

  .com-table1 td {
    min-height: 45px;
  }

  .com-table3 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .com-table3 table {
    width: 100%;
    white-space: nowrap;
  }

  .com-table3 table th,
  .com-table3 table td {
    display: table-cell;
    width: auto !important;
  }

  .com-table3 table td img {
    max-width: none;
  }
}

@media screen and (max-width: 481px) {
  .com-table2 {
    border-right: none !important;
    border-left: none !important;
  }

  .com-table2 th,
  .com-table2 td {
    display: block;
    width: 100% !important;
    height: auto !important;
    border-right: none !important;
    border-left: none !important;
  }
}

/* com-signature
============================================================ */
.com-signature address {
  margin-top: 100px;
  padding: 20px;
  border: 1px solid #2e2e2e;
}

.com-signature address span {
  display: block;
  font-style: normal;
}

.com-signature address .department {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #2e2e2e;
  font-size: 1.333333333333em;
  font-weight: bold;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-signature address {
    margin-top: 50px;
    padding: 20px;
  }

  .com-signature address .department {
    font-size: 1.2em;
  }
}

/* pc-only/sp-only
============================================================ */
@media screen and (min-width: 812px) {
  .sp-only {
    display: none !important;
  }
}

@media print {
  .sp-only {
    display: none !important;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .pc-only {
    display: none !important;
  }
}

/* greater/less
============================================================ */
@media screen and (min-width: 812px) {
  .greater-w812 {
    display: inherit !important;
  }

  .less-w811,
  .less-w481 {
    display: none !important;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .greater-w812,
  .less-w481 {
    display: none !important;
  }

  .less-w811 {
    display: inherit !important;
  }

  .is-tablet :hover {
    opacity: 1 !important;
    color: inherit !important;
  }
}

@media screen and (max-width: 500px) {
  table.tb_sp {
    width: 100% !important;
  }

  .contentBody table.tb_sp th,
  .contentBody table.tb_sp td {
    display: block;
    width: 100% !important;
    text-align: center;
  }

  .contentBody table.tb_sp col {
    width: 100% !important;
  }
}

@media screen and (min-width: 482px) {
  .greater-w482 {
    display: inherit !important;
  }
}

@media screen and (max-width: 481px) {
  .greater-w482 {
    display: none !important;
  }

  .less-w481 {
    display: inherit !important;
  }
}

@media print {
  .less-w811,
  .less-w481 {
    display: none !important;
  }
}

/* Styles
================================================== */

/* 管理画面エディタ上のスタイルXX のテキスト変更したい場合は以下を参考にコメント追加ください。(spanタグ) */
/* selector:style class:style1 title:スタイル1 */
.style1 {
    padding: 15px 50px 15px 20px;
    background-color: #232323;
    text-decoration: none;
    font-size: 100%;
    background-image: url(../images/arrow_w.png);
    background-repeat: no-repeat;
    background-position: right 22px center;
    background-size: 8px;
    border-radius: 50px;
    color: #fff;
    transition: .4s;
    display: block;
}

.style1 a {
  text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: block;
	padding-right: 0!important;
}

.style1:hover {
  background-color: #b9272d;
  transition: all 0.2s ease-in-out;
}

.style1 a:hover {
}

.style1 .attached_icon {
    width: 22px!important;
    height: auto;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.style2 {
	padding: 2px;
    line-height: 110%;
  font-weight: bold;
    font-size: 100%;
    color: #fff;
    background-color: #b9272c;
}

.style3 {
  font-size: 150%;
  color: #333333;
}

.style4 {
  font-size: 95%;
  color: #333333;
}

.style5 {
    position: unset;
    display: inline;
    margin-bottom: 20px;
    padding: 3px 4px;
    font-size: 140%;
    line-height: 170%;
    color: #fff;
    letter-spacing: 1px;
    background-color: #b9272c;
	font-weight: bold;
}

.style6 {
  font-size: 150%;
  color: #2e2e2e;
  font-weight: bold;
}

.style7 {
  color: #2e2e2e;
  font-weight: bold;
}

.style8 {
	color: #b9272d;
}


.style9 {
    background: rgb(185,39,45);
    background: -moz-linear-gradient(159deg, rgba(185,39,45,1) 0%, rgba(229,28,36,1) 100%);
    background: -webkit-linear-gradient(159deg, rgba(185,39,45,1) 0%, rgba(229,28,36,1) 100%);
    background: linear-gradient(159deg, rgba(185,39,45,1) 0%, rgba(229,28,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b9272d",endColorstr="#e51c24",GradientType=1);
    display: block;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    padding: 6%;
    border-radius: 80px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
	transition: 0.3s;
}

.style9 a{
	display: block;
	color: #fff;
	text-decoration: none;
}

.style9:hover {
    background: #272727;
	transition: 0.3s;
}


.style10 {
  font-size: 200%;
  line-height: 180%;
}

@media screen and (max-width: 480px) {
  .style6 {
    font-size: 120%;
    line-height: 170%;
  }
}

/* 管理画面エディタ上で独自クラスでスタイル追加したい場合、以下のように追記ください。(pタグ) */
/* selector:style class:p-sankoubunken title:参考文献 tag:p
  （有効にしたい場合、1行で閉じること）
.p-sankoubunken,
.contentBody p.p-sankoubunken
{
}
*/

.scroll-table {
  overflow-x: scroll;
}

.scroll-table table {
  -webkit-overflow-scrolling: touch;
}

/* gakubu
---------------------------------------------------------------*/

.top-category_faculty .contentDescription {
  display: none;
}

.contentBody table.gakubu th,
.contentBody table.gakubu td {
  padding: 5px 10px;
  vertical-align: top;
}

table.gakubu .style5 {
  vertical-align: bottom;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(transparent 60%, #ffe58a 60%);
  padding: 5px 5px;
  font-size: 85%;
}

@media screen and (max-width: 480px) {
  .contentBody table.gakubu th,
  .contentBody table.gakubu td {
    display: block;
    width: 100%;
    padding: 12px 0px;
  }
}

/* waku
---------------------------------------------------------------*/

.waku {
  display: inline-block;
  width: 100%;
  margin: 0 0 2em 0;
  position: relative;
  padding: 3%;
  border: 1px solid #2e2e2e;
  background-color: #fffbeb;
}

.waku_p {
  display: inline-block;
  width: 100%;
  margin: 0 0 2em 0;
  position: relative;
  padding: 3%;
  border: 2px solid #f0929a;
}

.waku_p h3 {
  color: #ea6d78;
  border-bottom: 4px solid #f8e9ea;
}

.waku_g {
  display: inline-block;
  width: 100%;
  margin: 0 0 2em 0;
  position: relative;
  padding: 3%;
  border: 2px solid #afce70;
}

.waku_g h3 {
  color: #829e4a;
  border-bottom: 4px solid #eef4e1;
}

table.p5 {
  margin-top: 25px;
  margin-bottom: 0;
}

.p5-5 {
  background-color: #ffd9d9;
}

.p5-1 {
  background-color: #f2e9fc;
}

.p5-2 {
  background-color: #ffeccd;
}

.p5-3 {
  background-color: #ffeafa;
}

.p5-4 {
  background-color: #e0f6fd;
}

@media screen and (max-width: 480px) {
  .waku {
    padding: 5%;
    font-size: 85%;
  }
}

@media screen and (max-width: 400px) {
  .waku {
    padding: 4%;
  }

  .waku .style6 {
    line-height: unset;
  }
}

/* login
---------------------------------------------------------------*/
.login {
  max-width: 600px;
  margin: 60px auto;
}

.login .sect-form-body {
  width: 100%;
}

.login .sect-form-body input {
  width: 100%;
}

/* sipport
---------------------------------------------------------------*/
.support {
  max-width: 700px;
  margin: auto;
}

.support__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.support__tags-item {
  width: calc(25% - 7.5px);
}

.support__tags-item a,
.support__lists-category {
  position: relative;
  background-color: #2e2e2e;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  display: block;
  font-size: 80%;
  border: 2px solid #2e2e2e;
}

.support__tags-item a::before,
.support__lists-category::before {
  content: "\f02b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  padding-right: 5px;
  transition: all 0.2s ease-in-out;
}

.support__tags-item a:hover {
  color: #2e2e2e;
  background: #fff;
}

.support__tags-item a:hover::before {
  color: #2e2e2e;
}

.support__search {
  margin: 15px 0 45px;
}

.support__search input[type="text"] {
  padding: 7px 10px;
  width: 250px;
}

.support__search input[type="image"] {
  height: 30px;
}

.support__search-clear {
  font-size: 80%;
  margin-left: 10px;
}

.support__lists {
}

.support__lists-item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
  padding: 20px;
  background: #fafafa;
}

.support__lists-item:nth-child(odd) {
  background: #ebf6ed;
}

.support__lists-thumb a {
  position: relative;
  display: block;
}

.support__lists-thumb a::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.support__lists-thumb a img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.support__lists-title {
  display: block;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 10px;
}

.support__lists-title a {
  text-decoration: none;
}

.support__lists-category {
  display: inline-block;
  padding: 2px 10px;
}

@media screen and (max-width: 700px) {
  .support__tags-item {
    width: calc(50% - 5px);
  }

  .support__search input[type="text"] {
    padding: 5px 8px;
    width: calc(100% - 40px);
  }

  .support__search input[type="image"] {
    height: 25px;
  }

  .support__search-clear {
    display: block;
    font-size: 80%;
    margin-left: 0;
    margin-top: 10px;
  }

  .support__lists-item {
    padding: 20px;
    grid-template-columns: 100%;
  }

  .support__lists-thumb a {
    background: #fff;
    height: calc((100vw - 120px) / 3 * 2);
    margin: auto;
  }

  .support__lists-thumb a::before {
    padding-top: 66%;
  }

  .support__lists-title {
    font-size: 110%;
    margin-bottom: 5px;
  }
}

/* Template
============================================================ */
.contentBody a.link-button1 {
  color: #fff;
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 120%;
  transition: 0.2s all;
  text-decoration: none;
}

.contentBody a.link-button1:hover {
  background: #fff;
}

/*
     FILE ARCHIVED ON 18:36:02 Aug 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:39:37 Sep 29, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 60.868
  exclusion.robots: 0.077
  exclusion.robots.policy: 0.07
  RedisCDXSource: 12.084
  esindex: 0.009
  LoadShardBlock: 34.738 (3)
  PetaboxLoader3.datanode: 129.235 (4)
  CDXLines.iter: 12.176 (3)
  load_resource: 205.677
  PetaboxLoader3.resolve: 75.836
*/

.contentBody {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  line-height: 180%;
  min-height: 1em;
}

.contentBody img {
  max-width: 100%;
}

.pageList {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-top: 10px;
}

.pageList .pagelist-item {
      width: 49%;
    margin-bottom: 2%;
    background-color: #fff;
    border: 2px solid #b9272d;
    font-size: 160%;
    font-weight: bold;
    background-image: url(../images/arrow_bmn.png);
    background-repeat: no-repeat;
    background-position: center bottom 18px;
    background-size: 16px;
    transition: 0.3s;
    padding-bottom: 2%;
}



@media screen and (max-width: 767px) {
  .pageList .pagelist-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.pageList .pagelist-item a {
  display: block;
  text-decoration: none;
  color: #b9272d;
  text-align: center;
  padding: 20px 0;
}
.pageList .pagelist-item a:hover {
	color: #fff;
}

.pageList .pagelist-item a .title {
  display: block;
  font-size: 120%;
  font-weight: bold;
  background-image: url(../images/arrow_b.png);
  background-repeat: no-repeat;
  background-position: 20px 24px;
  background-size: 14px;
  padding: 20px 20px 0px 45px;
  line-height: 160%;
  text-align: left;
}

.pageList .pagelist-item:hover {
  background-color: #272727;
}

.pageList .pagelist-item span.date {
  display: block;
  font-size: 100%;
  padding: 0 20px 0 0;
  text-align: right;
  margin-top: 5px;
}

.pageList .pagelist-item span.thumb {
  display: block;
  width: 100%;
    padding: 0 4%;
}

.pageList .pagelist-item .thumb a {
  background-color: transparent;
  display: block;
	    padding: 4% 0 0px 0;
}

.pageList .pagelist-item .thumb img {
  transition: 0.3s;
  vertical-align: bottom;
  width: 100%;
	    height: 270px;
    object-fit: cover;
}


@media screen and (max-width: 900px) {
	
.pageList .pagelist-item .thumb img {
	    height: 170px;
}
	
}

.pageList .pagelist-item .description {
  margin: 15px 20px 0 20px;
  padding: 15px 5px 5px 5px;
  display: block;
  font-size: 90%;
  line-height: 140%;
  border-top: 2px dotted #2e2e2e;
}

.pageList .pagelist-item p {
  text-align: right;
  padding: 0 10px 5px 0;
  font-size: 90%;
}

.contentBody #contentListWrapper ul.pageList > li {
  padding-left: 0;
  text-indent: 0;
}

.contentBody #contentListWrapper ul.pageList > li::before {
  content: none;
}

.contentBody #contentListWrapper ul.pageList > li a {
  color: #3e3a39;
}

.bg-gray {
  background-color: #f4f0ed;
  padding: 20px 40px;
  display: inline-block;
}



@media screen and (max-width: 767px) {
.pageList .pagelist-item a{
	padding: 20px 0 30px 0;
}
}

/*
============================================================ */
/* keyframes load-animation
============================================================ */
@-webkit-keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
============================================================ */
/* colorbox
============================================================ */
#cboxLoadingGraphic {
  position: relative;
  background: none !important;
}
#cboxLoadingGraphic::after {
  content: "";
  position: absolute;
  z-index: -1;
  overflow: hidden;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 4px solid rgba(0, 0, 0, .2);
  border-left-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load-animation 1.1s infinite linear;
          animation: load-animation 1.1s infinite linear;
}
#cboxTitle {
  position: absolute !important;
  top: inherit !important;
  bottom: -55px !important;
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  font-size: 1.3em;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
#cboxPrevious,
#cboxNext {
  position: relative;
  background: none !important;
  width: 30px !important;
  height: 30px !important;
}
#cboxPrevious,
#cboxNext {
  top: calc(50% - 15px) !important;
}
#cboxPrevious::before,
#cboxNext::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 3px);
  z-index: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-indent: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#cboxNext::before,
#cboxNext::after  {
  left: auto;
  right: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#cboxClose {
  position: relative;
  top: -50px !important;
  background: none !important;
  width: 50px !important;
  height: 50px !important;
  opacity: 1 !important;
}
#cboxClose::before,
#cboxClose::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(50% - 1px);
  width: 5%;
  height: 45px;
  background: #fff;
  text-indent: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#cboxClose::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #cboxLoadingGraphic::after {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
}







/* jisseki
------------------------------------------------------------ */

h2.jisseki{
	font-size: 170%;
    margin-top: 17%;
    margin-bottom: 4%;
    text-align: center;
}

.com-jisseki-table-wrap{
	border: 1px solid #919191;
}


.table-wrap {
  overflow-x: scroll;
}
.table-wrap table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
}

table.com-jisseki-table{
	width: 100%;
	font-weight: bold;
}

table.com-jisseki-table a{
    color: #b9272d;
    background-image: url(../images/jisseki_img.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px;
    padding-right: 38px;
	padding-bottom: 5px;
}

table.com-jisseki-table th,table.com-jisseki-table td{
	padding: 10px 20px;
	vertical-align: middle;
}


table.com-jisseki-table th{
	background-color: #2e2e2e;
	color: #fff;
    border-left: 1px solid #fff;
	text-align: left;
}

table.com-jisseki-table th:first-child{
	border-left:none;
}

table.com-jisseki-table td{
	padding: 16px 13px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 90%;
}


@media screen and (max-width: 840px) {
h2.jisseki {
    margin-bottom: 6%;
}
}


/*tbl-btn*/


table.tbl-btn{}


table.tbl-btn a{
	text-decoration: none;
}

@media screen and (max-width: 650px) {
	
table.tbl-btn colgroup{
	display: block;
	width: 100%!important;
	}
	
table.tbl-btn colgroup col{
	display: block;
	width: 100%!important;
	}
	
	
table.tbl-btn td{
	display: block;
	width: 100%!important;
	}
	
	
}



.top-category_company .waku {
    display: inline-block;
    width: 100%;
    margin: 0 0 2em 0;
    position: relative;
    padding: 30px 30px 0px 30px;
    border: 1px solid #cacaca;
    background-color: #fff;
}


.top-category_company .waku img{
	width: auto;
	height: 110px;
}

@media screen and (max-width: 650px) {
	
.top-category_company .waku img{
	width: auto;
	height: 80px;
}
	
}

@media screen and (max-width: 490px) {
	
.top-category_company .waku {
    padding: 20px 20px 0px 20px;
    font-size: 90%;
}
	
	
.top-category_company .waku img{
	width: auto;
	height: 70px;
}
	
}


@media screen and (max-width: 400px) {
	
.top-category_company .waku img{
	width: auto;
	height: 60px;
}
	
}

