/* ---------------------------------------------------------------------------
    template
--------------------------------------------------------------------------- */
div.header h1 {
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: rgba(255,244,238,1);
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
}
.block h3 {
  font-size: 18px;
  line-height: 1.33;
  padding: 0 0 3px;
  color: rgba(238,124,147,1);
  text-align: center;
}
.block h3::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1;
}
.kijiBlock {
  padding: 0 5.2% 50px;
}
.kijiBlock > p {
  font-size: 14px;
  margin: 0 0 50px;
}
.kijiBlock .titleBlock {
  font-size: 27px;
  line-height: 1.33;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.text {
  text-align: left;
  font-size: 16px;
  margin-bottom: 50px;
}
.section {
  width: 100%;
}
/* --------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .kijiBlock {
    text-align: center;
  }
  .kijiBlock > p {
    font-size: 16px;
    margin: 10px 0 30px;
  }
  .column2 .section {
    float: left;
    width: 50%;
    padding: 0 40px 0 0;
  }
  .column2 .section:nth-child(2n) {
    padding: 0 0 0 40px;
    border-left: 2px solid rgba(237,245,248,1);
  }
}

/* ---------------------------------------------------------------------------
    .text 本文 template set
--------------------------------------------------------------------------- */
/* 共通パーツ */
.text .topic_title {
  position: relative;
  display: inline-block;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  border-right: 15px solid rgba(0,0,0,0);
  border-top: 15px solid rgba(243,148,170,1);
  border-bottom: 15px solid rgba(243,148,170,1);
  margin-bottom: 10px;
}
.text .topic_title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -12px;
  left: 5px;
  border-right: 15px solid rgba(0,0,0,0);
  border-top: 15px solid rgba(238,238,238,1);
  border-bottom: 15px solid rgba(238,238,238,1);
  z-index: -1;
}
.text .topic_title span {
  position: relative;
  line-height: 30px;
  top: -15px;
  padding-right: 20px;
  color: #fff;
}
.text .topic_title span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(238,234,235,1);
  border-radius: 50%;
  margin: -2px 8px 0;
  vertical-align: middle;
}
.text .gray {
  background: #f7f7f7;
  font-size: 14px;
  text-align: center;
  padding: 10px 10px 5px;
  margin: 2em 0;
}
.text .gray strong {
  font-size: 160%;
  font-weight: normal;
}
.link_in_page {
  max-width: 705px;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.link_in_page li {
  flex-basis: 100%;
  text-align: center;
  padding: 7.5px;
}
.link_in_page li a {
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #000;
  border: 3px solid #f7becc;
  border-radius: 100px;
}
.link_in_page li a::after {
  content: "＞";
  margin-left: 5px;
}
.link_in_page li a:hover {
}
/* --------------------------------------------------------- */
@media screen and (min-width: 540px) {
  .link_in_page li {
    flex-basis: auto;
    min-width: 50%;
    padding: 7.5px;
  }
}
@media screen and (min-width: 768px) {
  .text .gray {
    font-size: 18px;
  }
  .link_in_page li {
    min-width: 30%;
    text-align: center;
    flex-grow: 1;
  }
}

/* nlog list layout 01 */

.nlog_list01 .section h4.triangle {
  position: relative;
  clear: both;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px solid rgba(249,213,220,1);
  padding: 6px 15px 6px 22px;
  margin: 30px 0;
}
.nlog_list01 .section h4.triangle::before {
  content: "▲";
  position: absolute;
  transform: rotate(-30deg);
  color: rgba(237,124,146,1);
  font-size: 13px;
  line-height: 1;
  left: 0px;
  top: 16px;
}
.nlog_list01 .section h4.diamond {
  clear: both;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px solid rgba(249,213,220,1);
  padding: 6px 15px 6px 29px;
  margin: 30px 0;
  text-indent: -24px;
}
.nlog_list01 .section h4.diamond::before {
  content: "◆";
  color: rgba(237,124,146,1);
}
.nlog_list01 .section h4.double_border {
  position: relative;
  font-size: 18px;
  line-height: 42px;
  font-weight: bold;
  padding: 0 20px 0 20px;
  margin: 30px 0;
  border-top: 2px solid rgba(249,213,220,1);
  border-bottom: 2px solid rgba(249,213,220,1);
}
.nlog_list01 .section h4.double_border::before {
  position: relative;
  top: 2px;
  content: "◆";
  color: rgba(237,124,146,1);
  font-size: 27px;
  line-height: 1;
  margin-right: 5px;
}
.nlog_list01 .section div.NewsLogList_article {
  position: relative;
  border-bottom: 0;
  margin: 30px 0;
}
.nlog_list01 .section div.NewsLogList_article:last-child {
  margin-bottom: 45px;
}
.nlog_list01 .section div.NewsLogList_thumbnail {
  margin-right: 3%;
}
.nlog_list01 .section div.NewsLogList_noimage,
.nlog_list01 .section div.NewsLogList_link img {
  width: 90px !important;
  height: 90px !important;
  border-radius: 7px;
}
.nlog_list01 .section div.NewsLogList_link img {
  object-fit: cover;
  background: url(../img/common/cover_img.png) no-repeat center center / cover;
}
.nlog_list01 .section div.NewsLogList_date {
  font-size: 12px;
}
.nlog_list01 .section div.NewsLogList_title {
  font-weight: bold;
}
.nlog_list01 .section div.NewsLogList_title div.NewsLogList_link {
  color: rgba(238,124,147,1);
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.nlog_list01 .section div.NewsLogList_body {
  font-size: 14px;
}
.nlog_list01 .section a.NewsLogList_link {
  color: #333;
}
.nlog_list01 .section div.NewsLogList_body_continue div.NewsLogList_link {
  color: #333;
  text-decoration: underline;
}
.nlog_list01 .section div.NewsLogList_article .new_mark img {
  display: none;
}
.nlog_list01 .section div.NewsLogList_article .new_mark::after {
  content: "NEW";
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(238,124,147,1);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 1px 10px;
}
.nlog_list01 .section .more {
  margin-bottom: 45px;
  text-align: center;
}
.nlog_list01 .section .more a {
  display: inline-block;
  width: 130px;
  line-height: 30px;
  background: rgba(238,124,147,1);
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 30px;
}
/* --------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .nlog_list01 .column1 .section div.NewsLogList_article {
    margin: 30px 4%;
  }
  .nlog_list01 .column2 .section div.NewsLogList_article {
    margin: 30px 0;
  }
  .nlog_list01 .section div.NewsLogList_thumbnail {
    margin-right: 20px;
  }
  .nlog_list01 .section div.NewsLogList_noimage,
  .nlog_list01 .section div.NewsLogList_link img {
    width: 115px !important;
    height: 115px !important;
    border-radius: 7px;
  }
  .nlog_list01 .section .more {
    margin-bottom: 15px;
    text-align: right;
  }
}

/* qa_layout01 */
.qa_layout01.section,
.qa_layout02.section {
  margin: 50px 0;
}
.qa_layout01 .NewsLogList_container,
.qa_layout02 .NewsLogList_container {
  margin: 20px 4%;
}
.qa_layout01 .NewsLogList_article,
.qa_layout02 .NewsLogList_article {
  border: 0;
  margin-bottom: 7px;
}
.qa_layout01 .NewsLogList_title::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -4px;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-weight: bold;
  background: rgba(238,124,147,1);
  color: #fff;
  text-align: center;
  line-height: 32px;
  text-indent: 0;
}
.qa_layout01 .NewsLogList_title::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 32px;
  border-color: transparent transparent transparent rgba(238,124,147,1);
  border-width: 5px 0px 5px 13px;
  border-style: solid;
}
.qa_layout02 .NewsLogList_title::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(224,95,89,1);
  margin-right: 10px;
}
.qa_layout01 .NewsLogList_title {
  padding-left: 50px;
}
.qa_layout02 .NewsLogList_title {
  padding-left: 20px;
}
.qa_layout01 .NewsLogList_title a,
.qa_layout02 .NewsLogList_title a {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
/* monthly_table */
.monthly_table table {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
}
.monthly_table th {
  position: relative;
  width: 28.75%;
  background: rgba(255,187,203,1);
  border: 2px solid rgba(255,187,203,1);
  text-align: center;
  padding: 30px 0px;
}
.monthly_table th a::before {
  content: "▲";
  font-size: 8px;
  position: relative;
  top: -1px;
}
.monthly_table th a:last-child {
  position: absolute;
  font-size: 12px;
  color: #fff;
  width: 100%;
  left: 0;
  bottom: 5px;
}
.monthly_table td {
  border: 2px dotted rgba(255,187,203,1);
  padding: 20px;
}
.monthly_table td div.NewsLogList_article {
  margin: 5px 0 !important;
}
.monthly_table td div.NewsLogList_article > div {
  display: inline;
}
.monthly_table td div.NewsLogList_article div.NewsLogList_date {
  margin-right: 1em;
}
.monthly_table td div.NewsLogList_article a.NewsLogList_link {
  color: #000;
}
.monthly_table .monthly_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid rgba(247,202,211,1);
  margin-top: 10px;
}
.monthly_table .monthly_list li {
  flex-basis: 8.33%;
  text-align: center;
}
.monthly_table .monthly_list a {
  display: block;
  line-height: 40px;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .monthly_table .monthly_list li {
    flex-basis: 16.66%;
    text-align: center;
  }
  .monthly_table table,
  .monthly_table tbody,
  .monthly_table tr,
  .monthly_table th,
  .monthly_table td {
    display: block;
    width: 100%;
    max-width: none;
  }
  .monthly_table th {
    padding: 20px 0;
  }
  .monthly_table th a:last-child {
    bottom: 2px;
  }
}

/* 組合行事アルバム */
#photobox {
  line-height: 1.4;
  margin: 30px auto;
  overflow: hidden;
}
#photobox .new_mark img,
#photobox .up_mark img {
  display: none;
}
#photobox .new_mark::after,
#photobox .up_mark::after {
  content: "NEW";
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(237,124,146,1);
  top: -140px;
  right: 3%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  border-radius: 100%;
  z-index: 30;
}
#photobox .up_mark::after {
  content: "UP";
}
#photobox div.NewsLogList_container {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  justify-content: flex-start;
  flex-wrap: wrap;
}/*
#photobox div.NewsLogList_container::before {
  content: "New arrivals";
  display: block;
  width: 100%;
  color: #a7c7d2;
  font-size: 16px;
  margin: 0 0 5px;
  padding-left: 10px;
}*/
#photobox div.NewsLogList_article {
  position: relative;
  flex-basis: 32.33%;
  height: 248px;
  max-width: 32.33%;
  margin: 2px;
}
#photobox div.NewsLogList_thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
}
#photobox div.NewsLogList_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  transition: 0.3s all;
}
#photobox .NewsLogList_noimage::after {
  display: none;
}
#photobox div.NewsLogList_article:hover img {
  opacity: 0.5;
}
#photobox div.NewsLogList_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: rgba(0,0,0,0.4);
  padding: 12px 10px;
  z-index: 5;
}
#photobox div.NewsLogList_date {
  display: inline;
  color: #fff;
  margin-right: 7px;
  font-size: 12px;
}
#photobox div.NewsLogList_category {
  display: inline;
  color: #fff;
  font-size: 14px;
}
#photobox div.NewsLogList_title {
  margin-top: 5px;
}
#photobox div.NewsLogList_title a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #photobox div.NewsLogList_article {
    flex-basis: 49%;
    max-width: 49%;
  }
  #photobox div.NewsLogList_article:last-child {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  #photobox div.NewsLogList_article {
    flex-basis: 48%;
    max-width: 48%;
    height: 200px;
  }
  #photobox div.NewsLogList_info {
    height: 60%;
  }
  #photobox .new_mark::after,
  #photobox .up_mark::after {
    top: -70px;
  }
}
/* ---------------------------------------------------------------------------
    ハンドブックhtml化 #hb
--------------------------------------------------------------------------- */
#hb > p {
  margin: 20px 0;
}
#hb .u_line {
  background: linear-gradient( 0deg,#f5ff84 0%, #f5ff84 34%, transparent 34%, transparent 100%);
}
#hb h4.triangle {
  margin: 50px auto 30px;
  border-bottom: 2px solid rgba(163,213,218,1);
  padding: 6px 15px 0 22px;
}
#hb h4.triangle::before {
  color: rgba(88,196,208,1);
}
#hb h4.triangle::after {
  content: "職員用ハンドブック";
  position: absolute;
  font-size: 13px;
  line-height: 1;
  color: rgba(88,196,208,1);
  left: 26px;
  top: -23px;
}
#hb h4.triangle.partner::after {
  content: "パートナー社員・シニアパートナー社員用ハンドブック";
}
#hb h4.square {
  margin: 40px auto 20px;
  font-size: 18px;
  padding: 3px 10px;
  min-height: 30px;
  background: rgba(218,237,241,1);
  color: rgba(82,98,100,1);
  padding-left: 50px;
  position: relative;
}
#hb h4.square span {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  background: rgba(82,98,100,1);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#hb h5 {
  margin: 20px 0 30px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
#hb h5::after {
  content: url(https://j-union.com/-/mhfgu/file/html/open/img/handbook/h_title_01.png);
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
#hb h5 span{
  color: rgba(88,196,208,1);
  margin: 0 8px;
}
#hb h5 img {
  max-width: 100%;
}
#hb .box01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px 5%;
  background: rgba(229,244,225,1);
}
#hb .box01 > p {
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}
#hb .box01 p img {
  max-width: 36%;
}
#hb .box01 div {
  flex-basis: 100%;
  max-width: 100%;
  padding: 20px 0px;
}
#hb .box01 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}
#hb .box01 ul li {
  position: relative;
  flex-basis: 48%;
  max-width: 48%;
  background: rgba(171,225,231,1);
  box-shadow: 5px 5px 0 rgba(88,196,208,1);
  text-align: center;
}
#hb .box01 ul li:hover {
  top: 4px;
  box-shadow: 0 0 0 rgba(88,196,208,1);
}
#hb .box01 ul li:active {
  top: 3px;
  box-shadow: none;
}
#hb .box01 ul li a {
  display: block;
  line-height: 1.75;
  padding: 5px 10px;
  color: #505d5e;
  font-weight: 600;
}
#hb .box01 div li a::before,
#hb .box02 p:first-of-type::before,
#hb .box02  .search_text::after {
  font-family: "Font Awesome 5 Free";
  content: '\f002';
  font-weight: 900;
}
#hb .box01 div li:last-child a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f03a';
  font-weight: 900;
}
#hb .box02 {
  position: relative;
  margin: 20px 0;
  padding: 36px 5% 24px;
  background: rgba(218,237,241,1);
}
#hb .box02::after {
  content: "SEARCH & CHECK";
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 1.4rem;
  color: #44c9dc;
  font-weight: 500;
  font-family: monospace;
}
#hb .box02 p {
  color: #333;
}
#hb .box02 input {
  width: 60%;
  height: 30px;
  border-radius: 15px 0 0 15px;
  border: 0;
  margin: 10px 10px 10px 0;
}
#hb .box02 .search_text input {
  padding: 10px;
}
#hb .box02 .search_text {
  position: relative;
  display: inline;
}
#hb .box02 .search_text::after {
  position: absolute;
  top: -18%;
  right: -16px;
  color: #ccc;
  background: #fff;
  height: 30px;
  width: 38px;
  line-height: 30px;
  text-align: center;
  border-radius: 0 15px 15px 0;
}
#hb .box02 input[type="submit"] {
  width: 80px;
  color: #fff;
  background: #353535;
  font-weight: 600;
  margin: 10px 0 10px 20px;
  cursor: pointer;
  border-radius: 15px;
}
#hb .section li a {
  color: #000;
}
#hb .hb_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*#hb .hb_list li {
  flex-basis: 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 1rem;
  background: #e9e7e7;
  position: relative;
}*/
#hb .hb_list li {
  flex-basis: 32%;
  max-width: 32%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 1rem;
  background: #e9e7e7;
  position: relative;
}
/*#hb .hb_list li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://j-union.com/-/mhfgu/file/html/open/img/handbook/check_btn.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 56px;
  bottom: 5px;
  z-index: 9;
}*/
#hb .hb_list li::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 10px solid rgba(88,196,208,1);
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
}
#hb .hb_list li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  width: 100%;
}
#hb .hb_list li a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
}
/*#hb .hb_list li img {
flex-basis: 45%;
  max-width: 120px;
  max-height: 120px;
  object-fit: cover;
  background: #ddd;
}*/
#hb .hb_list li a > p {
  flex-basis: 100%;
  max-width: 100%;
  min-height: 108px;
  background: #ddd;
  position: relative;
}
#hb .hb_list li a > p img {
  width: 75%;
  object-fit: cover;
  display: block;
  margin: 5px auto;
}
#hb .hb_list li :nth-of-type(1) a > p {
  background: #e9d4e3;
}
#hb .hb_list li:nth-of-type(2) a > p {
  background: #c1e4dd;
}
#hb .hb_list li:nth-of-type(3) a > p {
  background: #eecdc6;
}
#hb .hb_list li:nth-of-type(4) a > p {
  background: #e6e8d0;
}
#hb .hb_list li:nth-of-type(5) a > p {
  background: #eecdc6;
}
#hb .hb_list li:nth-of-type(6) a > p {
  background: #ead3e7;
}
#hb .hb_list li:nth-of-type(7) a > p {
  background: #c1e4dd;
}
#hb .hb_list li:nth-of-type(8) a > p {
  background: #e9d4e3;
}
#hb .hb_list li:nth-of-type(9) a > p {
  background: #e6e8d0;
}
#hb .hb_list li:nth-of-type(10) a > p {
  background: #e9dfd5;
}
#hb .hb_list li:nth-of-type(11) a > p {
  background: #bad7db;
}
#hb .hb_list li:nth-of-type(12) a > p {
  background: #b9d6da;
}
#hb .hb_list li:nth-of-type(13) a > p {
  background: #bad7db;
}
#hb .hb_list li:nth-of-type(14) a > p {
  background: #eae5d2;
}
#hb .hb_list li:nth-of-type(15) a > p {
  background: #e9dfd5;
}
#hb .hb_list li .list_inner {
  /*max-width: calc( 100% - 80px );
  padding: 10px;*/
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#hb .hb_list li .list_inner h6 {
  font-size: 11px;
  margin-bottom: 0.3rem;
  width: 100%;
  text-align: center;
}
#hb .hb_list li .list_inner p {
  display: none;
}
#hb ol.roman {
  padding-left: 0;
}
#hb ol.roman li::before {
  content: "Ⅰ.";
  margin-right: 10px;
  width: 20px;
  display: inline-block;
  text-align: right;
}
#hb ol.roman li:nth-of-type(2)::before {
  content: "Ⅱ.";
}
#hb ol.roman li:nth-of-type(3)::before {
  content: "Ⅲ.";
}
#hb ol.roman li:nth-of-type(4)::before {
  content: "Ⅳ.";
}
#hb ol.roman li:nth-of-type(5)::before {
  content: "Ⅴ.";
}
#hb ol.roman li:nth-of-type(6)::before {
  content: "Ⅵ.";
}
#hb ol.roman li:nth-of-type(7)::before {
  content: "Ⅶ.";
}
#hb ol.roman li:nth-of-type(8)::before {
  content: "Ⅷ.";
}
#hb ol.roman li:nth-of-type(9)::before {
  content: "Ⅸ.";
}
#hb ol.roman li:nth-of-type(10)::before {
  content: "Ⅹ.";
}
#hb ol.roman li:nth-of-type(11)::before {
  content: "Ⅺ.";
}
#hb ol.roman li,
#hb ul.disc li{
  margin: 10px 0;
  padding-left: 8px;
}
#hb ul.disc li::before {
  content: "・";
  color: rgba(88,196,208,1);
}
#hb .color_01 {
  color: rgba(88,196,208,1);
  font-weight: 600;
}
#hb div.NewsLogList_container {
  margin: 30px 0;
}
#hb div.NewsLogList_article {
  margin: 16px 5%;
}
#hb div.NewsLogList_title {
  position: relative;
  font-weight: 500;
}
#hb div.NewsLogList_title::before {
  content: "▲";
  position: absolute;
  transform: rotate(-30deg);
  color:  rgba(88,196,208,1);
  font-size: 13px;
  line-height: 1;
  left: -20px;
  top: 2px;
}
#hb div.NewsLogList_title a {
  text-decoration: underline;
}
.nlog_list01 .section .pege-top {
    text-align: left;
  }
.nlog_list01 .section .pege-top a {
  width: 186px;
  background: rgba(88,196,208,1);
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.nlog_list01 .section .pege-top a::after {
  content: "∧";
  display: inline-block;
  margin-left: 5px;
}
.nlog_list01 .section .pege-top a:hover {
  background: rgba(74,161,170,1);
  color: #fff;
}
/* --------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #hb h5 {
    font-size: 22px;
}
  #hb .box01 > p {
    flex-basis: 20%;
    max-width: 20%;
  }
  #hb .box01 p img {
    max-width: 100%;
  }
  #hb .box01 div {
    flex-basis: 70%;
    max-width: 70%;
  }
  #hb .box02 input {
    width: 65%;
  }
  #hb .box01 {
    padding: 24px 8%;
  }
  #hb .box02 {
    padding: 16px 3%;
  }
  #hb .box02::after {
    top: -6px;
    right: 0;
    font-size: 2rem;
  }
  #hb .hb_list li {
    flex-basis: 31%;
    max-width: 31%;
    margin-bottom: 1.4rem;
  }
  #hb .hb_list li::before {
    width: 30px;
    height: 30px;
    left: 30%;
  }
  #hb .hb_list li a > p {
    max-width: 120px;
  }
  #hb .hb_list li a > p img {
    width: 100%;
    height: auto;
  }
  #hb .hb_list li .list_inner {
    position: static;
    max-width: 55%;
    padding: 10px;
    transform: translateX(0);
  }
    #hb .hb_list li .list_inner h6 {
    font-size: 16px;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  #hb .hb_list li .list_inner p {
    display: block;
    font-size: 14px;
  }
  #hb div.NewsLogList_article {
    margin: 16px 4%;
  }
    }
    @media screen and (min-width: 409px) {
      #hb h4.triangle.partner {
        margin: 40px auto 30px;
      }
      #hb h4.triangle.partner::after {
        position: absolute;
        top: -7px;
      }
    }


/* ---------------------------------------------------------------------------
    アンケートフォームplus 追記 20240405
--------------------------------------------------------------------------- */
.errmsg,
.errlink,
.ctBox .errBlock a {
  display: none;
}
.ctBox .errBlock {
  display: inline-block;
  float: right;
  font-size: 1.2rem;
  padding: 5px 30px;
  border: 0;
}