/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* ILAC NOTO
/* -------------------------------------------------------------------------*/
.noto_tpMsg {
  font-size: 116%;
  line-height: 1.6;
  margin-top: 20px;
  padding: 30px;
  background-color: #fffcea;
  border-radius: 10px;
}

.noto_tpMsg > *:first-child {
  margin-top: 0;
}

.noto_tpMsg .noto_tpMsg_inner {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #f5e381;
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-radius: 10px;
}

.noto_tpMsg table {
  border-collapse: collapse;
  width: 100%;
}

.noto_tpMsg table th, .noto_tpMsg table td {
  padding: 15px 10px;
  vertical-align: top;
  border-top: 2px dotted #cabc6b;
  text-align: left;
}

.noto_tpMsg table tr:first-child th, .noto_tpMsg table tr:first-child td {
  border: none;
}

.noto_tpMsg table th span {
  display: inline-block;
  color: #fff;
  background-color: #f18e1c;
  padding: 6px 10px 4px;
  border-radius: 3px;
  width: max-content;
  max-width: 100%;
}

.noto_tpMsg table td {
  padding-top: 20px;
}

.noto_tpMsg table td p {
  margin: 0;
}

.noto_tpMsg table td p + * {
  margin-top: 10px !important;
}

.noto_tpMsg table ul {
  margin-top: 0;
}

.noto_tpMsg .noto_pgLink {
  list-style: none;
  margin: 0;
  padding: 0;
}

.noto_tpMsg .noto_pgLink li {
  position: relative;
  margin: 0;
  padding: 0 0 0 15px;
}

.noto_tpMsg .noto_pgLink li + li {
  margin-top: 5px;
}

.noto_tpMsg .noto_pgLink li::before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #f18e1c transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 8px;
}

.noto_tpMsg .noto_tpMsg_box {
  margin: 10px 0;
}

.noto_tpMsg .noto_tpMsg_box h4 {
  position: relative;
  margin: 0;
  padding: 0 0 0 15px;
}

.noto_tpMsg .noto_tpMsg_box h4::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #f18e1c;
  position: absolute;
  top: 5px;
  left: 0;
}

.noto_tpMsg .noto_tpMsg_box p {
  margin: 0;
  padding-left: 15px;
}

@media only screen and (max-width: 640px) {
  .noto_tpMsg {
    padding: 30px 10px;
    font-size: 100%;
  }
  .noto_tpMsg .noto_tpMsg_inner {
    padding: 0;
  }
  .noto_tpMsg table, .noto_tpMsg tbody, .noto_tpMsg tr, .noto_tpMsg th, .noto_tpMsg td {
    display: block;
  }
  .noto_tpMsg table tr {
    padding: 10px;
    border-top: 2px dotted #cabc6b;
  }
  .noto_tpMsg table tr:first-child {
    border: none;
  }
  .noto_tpMsg table th, .noto_tpMsg table td {
    border: none;
    padding: 5px;
  }
}

.noto_block {
  font-size: 116%;
  line-height: 1.6;
  margin: 50px 0;
  padding-top: 20px;
}

@media only screen and (max-width: 640px) {
  .noto_block {
    font-size: 100%;
    margin: 20px 0;
    padding: 15px;
  }
}

/* TITLE */
.ctg_noto .pg_sub_ttl {
  color: #af630d;
  background-image: url(../img/pg_sub_noto.png);
}

.noto_info {
  margin-top: 30px;
  padding: 15px 10px;
  border: #ccc 1px solid;
  background-color: #fff;
}

.noto_info h4 {
  display: inline-block;
  margin: 0 0 20px;
  color: #fff;
  background-color: #fff;
  background-color: #f18e1c;
  padding: 5px 15px 2px;
  border-radius: 5rem;
}

.noto_info table {
  border-collapse: collapse;
}

.noto_info th, .noto_info td {
  padding: 2px;
  padding-left: 10px;
  vertical-align: top;
}

.noto_info th span {
  display: block;
  background-color: #566673;
  color: #fff;
  padding: 6px 7px 5px;
  line-height: 1;
  border-radius: 3px;
  white-space: nowrap;
}

@media only screen and (max-width: 640px) {
  .noto_info table, .noto_info tbody, .noto_info tr, .noto_info th, .noto_info td {
    display: block;
  }
  .noto_info tr + tr {
    margin-top: 20px;
  }
  .noto_info th {
    text-align: left;
    margin-bottom: 5px;
  }
  .noto_info th span {
    display: inline-block;
    font-weight: normal;
  }
}

.noto_dataLink .link, .noto_link {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}

.noto_dataLink .link li, .noto_link li {
  margin: 10px 0;
  padding: 0 0 0 15px;
  position: relative;
}

.noto_dataLink .link li::before, .noto_link li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ff9926;
  position: absolute;
  left: 0;
  top: 7px;
}

.noto_pdfBlock {
  margin-top: 30px;
}

.noto_pdfBlock figure {
  margin: 0;
  padding: 0;
}

.noto_pdfBlock figure a {
  position: relative;
  display: inline-block;
  margin: 5px;
  border: 1px solid #bbbbbb;
}

.noto_pdfBlock figure a img {
  transition: opacity 0.2s ease;
}

.noto_pdfBlock figure a::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  background: url(../js/popup/ic_enlarge.png) 0 0 no-repeat #fff;
  background-size: 100% auto;
  border-radius: 2px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.noto_pdfBlock figure a:hover::after {
  opacity: 1;
}

.noto_pdfBlock figure a:hover img {
  opacity: 0.7;
}

@media only screen and (max-width: 640px) {
  .noto_pdfBlock figure {
    text-align: center;
  }
}

.noto_pdfLink {
  font-weight: bold;
}

.noto_pdfLink::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border-radius: 100%;
  background-color: #f18e1c;
  transform: translateY(2px);
}

/* 2024.7.10 「お知らせ」追加 */
.newslist-block {
  padding: 20px 30px;
}
.newslist-block ul {
  list-style-type: none;
  padding: 0;
}
.newslist-block li {
  padding: 0;
}
.newslist-block p {
  font-size: 116%;
}
.newslist-block span {
  display: inline-block;
  /*background-color: #566673;*/
  background-color: #fff;
  /*border: 1px solid #566673;*/
  border: 1px solid #f18e1c;
  /*color: #566673;*/
  color: #f18e1c;
  padding: 6px 7px 5px;
  line-height: 1;
  border-radius: 3px;
  white-space: nowrap;
  width: 100%;
  max-width: 7.0em;
  text-align: center;
  margin-right: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .newslist-block {
    padding: 20px 15px;
  }
  .newslist-block p {
    font-size: 100%;
  }
}

/* 2025.3.14 「求職者／企業 タブ」追加 */
ul.noto_tpNavi {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  margin-top: 2.0em;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
ul.noto_tpNavi li {
  flex-grow: 1;
  display: flex;
  width: calc(100% / 2);
  padding: 0 0.5em;
  border: 0;
  border-bottom: 5px solid #E45A22;
  overflow: hidden;
}
ul.noto_tpNavi li a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 1.0em 1.0em 0.75em;
  border-radius: 0.5em 0.5em 0 0;
}
ul.noto_tpNavi li.this a {
  pointer-events: none;
  text-decoration: none;
  color: #FFFFFF;
  background: #E45A22;
}
ul.noto_tpNavi li:not(.this) a {
  background: #DED5C0;
}

/* 2025.3.15 「お問い合わせフォームボタン」追加 */
.noto_form-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 2.0em 0 0;
}
.noto_form-btn a {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  color: #FFFFFF;
  background: #D7660E;
  border-radius: 0.5em;
  padding: 1.0em 2.0em;
  margin: 0 auto;
}
.noto_form-btn a:hover {
  text-decoration: none;
}

/* 2025.4.15 「お問い合わせフォーム（メールフォームプロ）」追加・修正 */
.noto_inner_text {
  padding: 0 1.0em;
}
/* フォーム体裁修正 */
form#mailformpro dl dt {
  text-align: left!important;
}

/* 2025.4.15 「本文 見出し」体裁追加 */
.ttl_biz_a,
.ttl_biz_b {
  font-weight: bold;
  font-size: 60%;
  border: 2px solid #E45A22;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5em;
  vertical-align: 0.2em;
}
.ttl_biz_a {
  color: #FFFFFF;
  background: #E45A22;
}
.ttl_biz_b {
  color: #E45A22;
  background: #FFFFFF;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/*
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/*
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
