@charset "UTF-8";
.main_ttl {
  background: url("../img/index/news_deco5.png") no-repeat right calc(50% + 550px) top 20px/120px, url("../img/index/news_deco1.png") no-repeat left calc(50% + 415px) bottom 90px/100px, url("../img/index/news_deco1.png") no-repeat bottom 40px right calc(50% + 515px)/50px, url("../img/index/news_deco3.png") no-repeat top 100px left calc(50% + 535px)/50px, url("../img/index/news_deco4.png") no-repeat top 20px left calc(50% + 445px)/25px, url("../img/index/news_deco4.png") no-repeat bottom 50px left calc(50% + 520px)/30px;
}
.main_ttl h2 {
  max-width: 925px;
  margin: 0 auto;
  padding: 40px 0 100px;
}
.main_ttl h2 img {
  width: 100%;
  height: auto;
}

.txt-bold {
  font-weight: 700;
}

.txt-under {
  text-decoration: underline;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 50px;
}

.margin-b4 {
  margin-left: -4px;
}

.d-flex {
  display: flex;
}

.text-red {
  color: #ff0000;
  text-decoration: underline;
}

.text-blue {
  color: #0f98bb;
}

.text-blue a {
  color: #0f98bb;
  text-decoration: underline;
}
.text-blue a:hover {
  text-decoration: none;
}

.file-pdf a {
  padding-left: 35px;
  position: relative;
}
.file-pdf a::before {
  content: "";
  background: url(../img/shared/icon_pdf.png) no-repeat 0 0/100%;
  width: 30px;
  height: 35px;
  left: 0;
  top: -3px;
  position: absolute;
}

.file-docx a {
  padding-left: 35px;
  position: relative;
}
.file-docx a::before {
  content: "";
  background: url(../img/shared/icon_word.png) no-repeat 0 0/100%;
  width: 30px;
  height: 35px;
  left: 0;
  top: -3px;
  position: absolute;
}

.file-excel a {
  padding-left: 35px;
  position: relative;
}
.file-excel a::before {
  content: "";
  background: url(../img/shared/icon_excel.png) no-repeat 0 0/100%;
  width: 30px;
  height: 35px;
  left: 0;
  top: -3px;
  position: absolute;
}

.txt-500 {
  font-weight: 500;
}

.line-ligth {
  border-top: 1px solid #cccccc;
  margin: 70px 0;
}
.message {
  width: 650px;
  margin: 50px auto 0;
  padding: 15px 10px 10px 120px;
  border: 3px solid #fcd13e;
  background: url(../img/jigyousha/dot_white.png) no-repeat left 5px top 5px/10px, url(../img/jigyousha/dot_white.png) no-repeat right 5px top 5px/10px, url(../img/jigyousha/dot_white.png) no-repeat left 5px bottom 5px/10px, url(../img/jigyousha/dot_white.png) no-repeat right 5px bottom 5px/10px, url(../img/jigyousha/deco_message.png) no-repeat center left 30px/70px, #fcd13e;
  box-sizing: border-box;
}
.message p span {
  display: block;
  text-align: left;
  line-height: 25px;
  font-weight: 700;
}
.message p > span:first-child {
  font-family: "FOT-Seurat Pro UB";
  font-size: 23px;
  letter-spacing: -1px;
  font-feature-settings: "palt" 1;
}
.message p span:last-child {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
}
.message p span:last-child a {
  color: #37a392;
  text-decoration: underline;
}
.message p span:last-child a:hover {
  text-decoration: none;
}
.message p span .text-red {
  display: inline;
  color: red;
}
.message2 p span:first-child {
  font-family: "FOT-Seurat Pro UB";
  font-size: 23px;
  letter-spacing: -1px;
}
.message2 p span:last-child {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
}
.message2 p span:last-child a {
  color: #37a392;
  text-decoration: underline;
}
.message2 p span:last-child a:hover {
  text-decoration: none;
}
.message2 p > span {
  display: block;
}
.message2 {
  margin-bottom: 10px; /* 好きな値に調整 */
}
.message2 p > span:last-child {
  display: block;     /* 2行目を1行扱いにする */
  text-indent: 1em;   /* 1文字分字下げ */
}
#content {
  padding-bottom: 120px;
  font-size: 17px;
  background: url(../img/jigyousha/content_bottom.png) no-repeat center bottom -1px/100%;
}
#content .wrap {
  max-width: 1100px;
}
#content .row-content {
  display: flex;
  justify-content: space-between;
}
#content .row-content .content-left {
  font-weight: 600;
  width: 225px;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: 0;
  padding-top: 120px;
}
#content .row-content .content-left h3 {
  font-size: 15px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
}
#content .row-content .content-left h3::before {
  content: "";
  background: url(../img/jigyousha/ttl_deco_left.png) no-repeat 0 0/100%;
  width: 28px;
  height: 28px;
  left: 0;
  top: 2px;
  position: absolute;
}
#content .row-content .content-left ul li a {
  font-size: 17px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff8e2;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 10px;
  min-height: 50px;
}
#content .row-content .content-left ul li a:hover {
  text-decoration: none;
  background: #a1d8e6;
}
#content .row-content .content-left ul li a.active {
  background: #a1d8e6;
}
#content .row-content .content-right {
  width: calc(100% - 280px);
  padding-top: 20px;
}
#content .row-content .content-right h3 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  background: url(../img/index/ttl_t1_deco2.png) repeat-x bottom center/150px;
  font-family: "FOT-Seurat Pro UB";
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #0f98bb;
  padding-top: 120px;
}
#content .row-content .content-right h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 33px;
  color: #0f98bb;
  margin-bottom: 30px;
}
#content .row-content .content-right .box-content {
  font-weight: 500;
  line-height: 33px;
}
#content .row-content .content-right .box-content .txt {
  font-size: 17px;
}
#content .row-content .content-right .box-content .g-txt {
  font-size: 17px;
}
#content .row-content .content-right .box-content .g-txt p {
  display: flex;
}
#content .row-content .content-right .box-content .g-txt p span:first-child {
  padding-right: 10px;
}
#content .row-content .content-right .txt-bg-yellow {
  background: #fff8e2;
  padding: 20px 30px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
}
#content .row-content .content-right .table-wrap {
  max-width: 1000px;
}
#content .row-content .content-right .table-custom {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#content .row-content .content-right .table-custom th,
#content .row-content .content-right .table-custom td {
  padding: 30px 25px;
  vertical-align: middle;
  line-height: 1.8;
}
#content .row-content .content-right {
  /* Header */
}
#content .row-content .content-right .table-custom thead th {
  background: #e3f3f7;
  text-align: center;
  font-weight: bold;
}
#content .row-content .content-right {
  /* Cột trái */
}
#content .row-content .content-right .table-custom tbody td:first-child {
  background: #fff8e2;
  font-weight: bold;
  text-align: center;
  width: 30%;
}
#content .row-content .content-right {
  /* Cột giữa + phải */
}
#content .row-content .content-right .table-custom tbody td:nth-child(2),
#content .row-content .content-right .table-custom tbody td:nth-child(3) {
  width: 35%;
}
#content .row-content .content-right {
  /* ==== CHỈ BORDER BÊN TRONG ==== */
  /* Border dọc giữa các cột */
}
#content .row-content .content-right .table-custom th + th,
#content .row-content .content-right .table-custom td + td {
  border-left: 1px solid #7fb7c8;
}
#content .row-content .content-right {
  /* Border ngang giữa các hàng */
}
#content .row-content .content-right .table-custom tr + tr th,
#content .row-content .content-right .table-custom tr + tr td {
  border-top: 1px solid #7fb7c8;
}
#content .row-content .content-right .flow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#content .row-content .content-right .flow li {
  writing-mode: vertical-rl;
  background: #fff8e2;
  padding: 20px;
  width: 9.375%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  min-height: 180px;
  font-weight: 700;
}
#content .row-content .content-right .flow li:not(:last-child)::after {
  content: "";
  border-left: 10px solid #0f98bb;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  position: absolute;
}
#content .required-docs {
  margin-bottom: 50px;
}
#content {
  /* ===== TITLE ===== */
}
#content .required-docs__title {
  font-size: 18px;
  font-weight: bold;
  color: #007ea7;
  margin-bottom: 25px;
}
#content {
  /* ===== TABLE WRAP ===== */
}
#content .required-docs__table {
  display: flex;
  flex-direction: column;
}
#content {
  /* =========================
     HEADER
  ========================= */
}
#content .required-docs__header {
  display: flex;
  margin-bottom: 5px;
  gap: 0 10px;
}
#content .required-docs__spacer {
  flex: 1;
  color: #007ea7;
  margin: 10px 0 0 20px;
}
#content .required-docs__colhead {
  width: 80px;
  background: #bde4ed;
  text-align: center;
  font-weight: bold;
  padding: 15px 3px;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  line-height: 18px;
  box-sizing: border-box;
}
#content {
  /* =========================
     ROW
  ========================= */
}
#content .required-docs__row {
  display: flex;
  align-items: stretch;
  gap: 0 10px;
}
#content .required-docs__text {
  flex: 1;
  padding: 10px 20px 10px 0;
  line-height: 1.8;
}
#content .required-docs__text a {
  color: #0f98bb;
  text-decoration: underline;
}
#content .required-docs__text a:hover {
  text-decoration: none;
}
#content .required-docs__text .span-block {
  display: block;
  margin: 20px 0 20px 40px;
}
#content .required-docs__status {
  width: 80px;
  background: #fff8e2;
  display: flex;
  justify-content: center;
  font-size: 20px;
  padding-top: 12px;
}
#content {
  /* =========================
     TABLET
  ========================= */
  /* =========================
     MOBILE
  ========================= */
}

#sec-qa {
  background: #a1d8e6;
}

@media screen and (max-width: 991px) {
  #content .row-content .content-left {
    width: 190px;
  }
  #content .row-content .content-right {
    width: calc(100% - 220px);
  }
  #content .row-content .content-right .flow {
    width: 440px;
    margin: 0 auto 50px;
  }
  #content .row-content .content-right .flow li:not(:last-child)::after {
    right: -15px;
  }
  #content .row-content .content-right .table-wrap {
    overflow: scroll;
  }
  #content .row-content .content-right .table-custom {
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .main_ttl {
    background: url("../img/index/news_deco5.png") no-repeat left top 20px/60px, url("../img/index/news_deco1.png") no-repeat right 20px bottom 10px/55px, url("../img/index/news_deco1.png") no-repeat bottom 15px left/40px, url("../img/index/news_deco3.png") no-repeat top 40px right/25px, url("../img/index/news_deco4.png") no-repeat top 7px right 29px/15px, url("../img/index/news_deco4.png") no-repeat bottom 50px left calc(50% + 520px)/30px;
  }
  .main_ttl h2 {
    margin: 0 auto;
    padding: 40px 0 50px;
  }
  #content .row-content {
    width: 100%;
    display: block;
    padding-bottom: 50px;
  }
  #content .row-content .content-left {
    width: 100%;
    position: static;
    padding-top: 0;
  }
  #content .row-content .content-right {
    width: 100%;
  }
  #content .row-content .content-right h3 {
    font-size: 25px;
  }
  #content .row-content .content-right .flow {
    width: 340px;
  }
  #content .row-content .content-right .flow li {
    padding: 15px;
  }
  #content .row-content .content-right .flow li:not(:last-child)::after {
    border-left: 5px solid #0f98bb;
    border-top: 3px solid transparent;
    border-bottom: 5px solid transparent;
    right: -10px;
  }
  .g-fax p {
    font-size: 15px;
  }
  .g-fax p span:first-child {
    width: 90px;
  }
  .g-fax p span:last-child {
    width: calc(100% - 90px);
  }
}/*# sourceMappingURL=jigyousha.css.map */

@media screen and (max-width: 767px){
  .message{
    width: calc(100% - 20px);
    margin: 10px auto 40px;
    padding: 15px 10px 10px 100px;
    background: url("../img/jigyousha/dot_white.png") no-repeat left 5px top 5px/10px, 
    url("../img/jigyousha/dot_white.png") no-repeat right 5px top 5px/10px, 
    url("../img/jigyousha/dot_white.png") no-repeat left 5px bottom 5px/10px, 
    url("../img/jigyousha/dot_white.png") no-repeat right 5px bottom 5px/10px, 
    url("../img/jigyousha/deco_message.png") no-repeat center left 20px/60px, #fcd13e;
  }
  .message p > span:first-child {
    font-size: 20px;
  }
  .message p span:last-child{
    font-size: 15px;
  }
  .message p span .text-red{
    font-size: 16px;
  }
}