@charset "UTF-8";
body#news-detail {
  /* #main */
}
body#news-detail #main {
  font-family: "Noto Sans", sans-serif;
  padding-left: 16px;
  padding-right: 16px;
}
body#news-detail #main section {
  max-width: 800px;
  margin: auto auto auto auto;
  padding: 80px 0 0;
}
body#news-detail #main h2 {
  font-weight: 700;
  font-size: 35px;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 0px 0;
  padding: 0 0 0 0;
}
body#news-detail #main h2:first-letter {
  color: #0394ed;
}
body#news-detail #main .news-detail {
  /* 色 */
  /* 画像 */
  /* 見出し */
  /* 箇条書き（※印）*/
  /* カレンダー */
  /* テーブル */
}
body#news-detail #main .news-detail p,
body#news-detail #main .news-detail span {
  font-size: 14px;
  font-weight: 400;
}
body#news-detail #main .news-detail h3,
body#news-detail #main .news-detail h4,
body#news-detail #main .news-detail h5,
body#news-detail #main .news-detail h6 {
  line-height: 1.5;
}
body#news-detail #main .news-detail .header {
  margin-bottom: 48px;
}
body#news-detail #main .news-detail .header h3.title {
  font-weight: 600;
  font-size: 24px;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 16px 0;
  padding: 0 0 0 0;
}
body#news-detail #main .news-detail .header .date {
  font-weight: 500;
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 16px 0;
  padding: 0 0 0 0;
}
body#news-detail #main .news-detail .red {
  color: #dd2929;
}
body#news-detail #main .news-detail img {
  max-width: 800px;
}
body#news-detail #main .news-detail .h4 {
  font-weight: 500;
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: left;
  margin: 24px 0 24px 0;
  padding: 16px 24px;
  border-radius: 4px;
  background-color: #0394ed;
  color: #fff;
}
body#news-detail #main .news-detail .h4.caution01 {
  background-color: #c6001c;
  font-size: 21px;
}
body#news-detail #main .news-detail .h4.caution01::before {
  content: "\f0f3";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
}
body#news-detail #main .news-detail .h5 {
  font-weight: 600;
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: left;
  margin: 48px 0 24px 0;
  padding: 8px 16px;
  color: #333;
  border-left: 4px solid #0394ed !important;
}
body#news-detail #main .news-detail .h5.caution01 {
  border-color: #c6001c !important;
  font-size: 18px;
  color: #c6001c;
}
body#news-detail #main .news-detail .h6 {
  font-weight: 600;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0px 0 20px 0;
  padding: 4px 1px 14px;
  color: #333;
  border-bottom: 1px dashed #333;
}
body#news-detail #main .news-detail ul.kome {
  list-style-type: none;
  padding-left: 22px;
}
body#news-detail #main .news-detail ul.kome li {
  position: relative;
  font-size: 15px;
}
body#news-detail #main .news-detail ul.kome li::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: -22px;
}
body#news-detail #main .news-detail .calendar {
  padding: 16px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body#news-detail #main .news-detail .calendar dl {
  margin: 1px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
body#news-detail #main .news-detail .calendar dt {
  font-size: 14px;
  padding: 8px 4px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}
body#news-detail #main .news-detail .calendar dd {
  position: relative;
  width: 100px;
  padding: 12px 8px;
  text-align: center;
  margin: 0;
}
body#news-detail #main .news-detail table.mytable {
  width: 100%;
  border-collapse: collapse;
}
body#news-detail #main .news-detail table.mytable th,
body#news-detail #main .news-detail table.mytable td {
  padding: 5px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.3;
  padding: 12px 16px;
}
body#news-detail #main .news-detail table.mytable th.bgcolor {
  background-color: #fafafa;
}
body#news-detail #main .news-detail table.matrix {
  background-color: #ffffff;
}
body#news-detail #main .news-detail table.matrix thead th:nth-of-type(1) {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #ddd 50%, #ddd calc(50% + 0.5px), transparent calc(50% + 1px));
}
body#news-detail #main .news-detail table.matrix thead th:nth-of-type(2) {
  background-color: #fffce8;
}
body#news-detail #main .news-detail table.matrix thead th:nth-of-type(3) {
  background-color: #fef8cc;
}
body#news-detail #main .news-detail table.matrix thead th:nth-of-type(4) {
  background-color: #fff4b2;
}
body#news-detail #main .news-detail table.matrix tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}
body#news-detail #main .news-detail table.matrix th,
body#news-detail #main .news-detail table.matrix td {
  font-size: 1rem;
}
body#news-detail #main .news-detail table.matrix th p,
body#news-detail #main .news-detail table.matrix td p {
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
body#news-detail #main .box-wrap {
  padding: 10px 0;
}
body#news-detail #main .box-wrap .box-announce {
  background-color: #fffce8;
  border: 1px solid #e6dbaf;
  border-radius: 6px;
  padding: 20px 24px;
  margin: 0 0 16px 0;
}
body#news-detail #main .box-wrap .box-announce dt {
  padding: 0 0 10px 0;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  color: #f3ac41;
}
body#news-detail #main .box-wrap .box-announce dt.catching {
  color: #ffa100;
  font-weight: 700;
}
body#news-detail #main .box-wrap .box-announce dd {
  padding: 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #3e3e3e;
  font-weight: 400;
}
body#news-detail #main .box-wrap .box-announce li {
  padding-top: 2px;
  padding-bottom: 2px;
}
body#news-detail #main .box-wrap .box-contact {
  background-color: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 20px 24px;
  margin: 0 0 16px 0;
}
body#news-detail #main .box-wrap .box-contact li {
  padding-top: 2px;
  padding-bottom: 2px;
}
body#news-detail #main .box-wrap .textLink {
  display: block;
  font-weight: 400;
}
body#news-detail #main .box-wrap .textLink::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
}
body#news-detail #main .box-wrap .textLink.blank::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.25em;
}
body#news-detail #main .box-wrap .inquiryBtn {
  background-image: linear-gradient(to top, #0394ed 0%, #04befe 100%);
  max-width: 320px;
  width: 100%;
  padding: 10px;
  text-align: center;
  margin: auto;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  min-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  box-shadow: 0 5px 0 #0283d4;
  top: 0;
  transition: 0.1s;
}
body#news-detail #main .box-wrap .inquiryBtn:hover {
  text-decoration: none;
  background-image: linear-gradient(to bottom, #0394ed 0%, #04befe 100%);
  box-shadow: 0 3px 0 #0283d4;
  top: 2px;
}
body#news-detail #main section.news-footer {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 80px;
  padding-top: 40px;
}
body#news-detail #main.purchasing-system-renewal-202604 p,
body#news-detail #main.purchasing-system-renewal-202604 li {
  line-height: 1.7;
}
body#news-detail #main.purchasing-system-renewal-202604 .tableWrap {
  background-color: #ffffff;
  padding: 10px;
}
body#news-detail #main.purchasing-system-renewal-202604 table.mytable th p {
  white-space: pre;
}
body#news-detail #main.purchasing-system-renewal-202604 .bg01 {
  position: relative;
  z-index: 1;
  margin: 30px 0;
  padding: 30px 0 50px;
}
body#news-detail #main.purchasing-system-renewal-202604 .bg01::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #fff9fa;
  z-index: -1;
}
body#news-detail #main.purchasing-system-renewal-202604 .box-announce dd div {
  border: 1px dashed #e6dbaf;
  padding: 20px 24px;
  background-color: #fdfcf8;
}
body#news-detail #main.purchasing-system-renewal-202604 .box-announce dd div p {
  font-weight: bold;
}
body#news-detail #main.purchasing-system-renewal-202604 .box-announce dd div p span {
  font-weight: 400;
}

/* body */

@media screen and (max-width: 490px){
  body#news-detail #main.purchasing-system-renewal-202604 .tableWrap {
    overflow-x: scroll;
  }
}

/*# sourceMappingURL=news-detail.css.map */