@charset "UTF-8";
/* ==========================================================================//
//
//　tool
//
// ========================================================================== */
/** -------------------------------- **
	背景色
*** ----------------------------------------------------------------- ***/
.bg_light_green {
  padding: 30px 20px;
  background-color: #F0F3EF;
  border-radius: 20px;
}
@media only screen and (max-width: 750px) {
  .bg_light_green {
    border-radius: 10px;
    padding: 15px 10px;
  }
}

/** -------------------------------- **
	table
*** ----------------------------------------------------------------- ***/
.dataTable th * {
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .dataTable th * {
    font-weight: 400;
  }
}
.dataTable th.w30 {
  width: 30%;
}
@media only screen and (max-width: 750px) {
  .dataTable th.w30 {
    width: 31%;
  }
}
.dataTable th .t-small {
  display: block;
  font-size: 1.5rem;
}
@media only screen and (max-width: 750px) {
  .dataTable th .t-small {
    font-size: 1rem;
  }
}
.dataTable.remedyTable tbody th,
.dataTable.remedyTable tbody td {
  vertical-align: middle;
}
.dataTable.stagingTable04 {
  width: 52.4%;
}
.dataTable.stagingTable04 tr th,
.dataTable.stagingTable04 tr td {
  border-top: 1px solid #595757;
}
@media only screen and (max-width: 750px) {
  .dataTable.stagingTable04 tr th,
.dataTable.stagingTable04 tr td {
    height: auto;
    padding: 5.5px 5px;
    font-size: 0.9rem;
  }
}
.dataTable.stagingTable04 tr th {
  background-color: #EBF5F7;
  border-right: 1px solid #595757;
  border-bottom: 1px solid #595757;
  border-left: none;
}
.dataTable.stagingTable04 tr td {
  border-right: none;
}
.dataTable.stagingTable04 tr:nth-last-child(1) td {
  border-bottom: 1px solid #595757;
}
/** -------------------------------- **
	captionList
*** ----------------------------------------------------------------- ***/
.captionList li,
.captionList p {
  font-size: 1.34rem !important;
  line-height: 1.55 !important;
  word-break: break-all;
}
@media only screen and (max-width: 750px) {
  .captionList li,
.captionList p {
    font-size: 0.9rem !important;
    line-height: 1.66 !important;
    letter-spacing: 0 !important;
  }
}

/** -------------------------------- **
	コンテンツ
*** ----------------------------------------------------------------- ***/
.contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .contents {
    display: block;
    margin-top: 50px;
    padding: 0 15px;
  }
}

/** -------------------------------- **
	メイン
*** ----------------------------------------------------------------- ***/
main {
  width: 768px;
}
main .inner {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 750px) {
  main {
    width: 100%;
  }
}

/** -------------------------------- **
	セクション
*** ----------------------------------------------------------------- ***/
.sec {
  margin-top: 2px;
  position: relative;
}
.sec + .linkPageTop {
  margin-top: 60px;
}
.sec p {
  color: #595757;
  font-size: 1.8rem;
  line-height: 1.41;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 750px) {
  .sec {
    margin-top: 27px;
  }
  .sec + .linkPageTop {
    margin-top: 30px;
  }
  .sec p {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: 0.02em;
  }
}

.secTitle01 {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 26px;
}
.secTitle01 .name {
  width: 100%;
  padding: 0 0 7px 20px;
  font-size: 3.74rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.025em;
  border-left: 2px solid #d92d53;
  border-bottom: 2px solid #d92d53;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 5px;
}
.secTitle01 .name::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #d92d53;
  border-top: 0;
  transform: rotate(225deg);
  position: absolute;
  left: -11px;
  bottom: -3px;
}
.secTitle01 .t-small {
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .secTitle01 {
    margin-bottom: 22px;
  }
  .secTitle01 .name {
    padding: 0 0 5px 13px;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    border-left: 1px solid #d92d53;
    border-bottom: 1px solid #d92d53;
    border-radius: 0 0 0 2.5px;
  }
  .secTitle01 .name::before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #d92d53;
    left: -11px;
    bottom: -3px;
  }
  .secTitle01 .t-small {
    font-size: 1.8rem;
  }
}

.secTitle02 {
  color: #d92d53;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.secTitle02.circleRed {
  position: relative;
  text-indent: 0;
  padding-left: 1.5em;
}
.secTitle02.circleRed::before {
  content: "● ";
  display: inline-block;
  font-size: 1.8rem;
  color: #d92d53;
  width: 1.5em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 750px) {
  .secTitle02 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .secTitle02.circleRed {
    padding-left: 1.3em;
  }
  .secTitle02.circleRed::before {
    font-size: 1.4rem;
  }
}

.secTitle03 {
  color: #595757;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 600;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 750px) {
  .secTitle03 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

/** -------------------------------- **
	フル画像
*** ----------------------------------------------------------------- ***/
.fullImgBox img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .fullImgBox img {
    max-width: 343px;
    margin: 0 auto;
    display: block;
  }
}

/** -------------------------------- **
	2カラム
*** ----------------------------------------------------------------- ***/
.twoColumn {
  display: flex;
  justify-content: space-between;
}
.twoColumn.imgTxt .imgBox {
  width: 24.4%;
}
.twoColumn.imgTxt .txtBox {
  width: 72.1%;
}
@media only screen and (max-width: 750px) {
  .twoColumn {
    display: block;
  }
  .twoColumn.imgTxt .imgBox {
    width: auto;
    max-width: 246px;
    margin: 0 auto;
  }
  .twoColumn.imgTxt .txtBox {
    width: auto;
  }
}

/** -------------------------------- **
	2カラム画像リスト
*** ----------------------------------------------------------------- ***/
.twoImgList {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  .twoImgList {
    flex-direction: column;
    align-items: center;
  }
}
.twoImgList li {
  width: 100%;
  max-width: 302px;
}
.twoImgList li .imgBox {
  display: block;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 750px) {
  .twoImgList li .imgBox {
    width: 66.6666666667vw;
  }
}
.twoImgList li .imgBox figcaption {
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .twoImgList li .imgBox figcaption {
    font-size: 1.3rem;
  }
}

/** -------------------------------- **
	3カラム画像リスト
*** ----------------------------------------------------------------- ***/
.threeImgList {
  display: flex;
  justify-content: center;
}
.threeImgList li {
  margin: 0 15px;
}
.threeImgList li .imgBox {
  display: block;
  margin: 0 auto;
}
.threeImgList li:nth-child(1) .imgBox {
  width: 140px;
}
.threeImgList li:nth-child(2) .imgBox {
  width: 186px;
}
.threeImgList li:nth-child(3) .imgBox {
  width: 142px;
}
.threeImgList.threeImgList02 li {
  margin: 0 25px;
}
.threeImgList.threeImgList02 li .imgBox figcaption {
  font-weight: 500;
}
.threeImgList.threeImgList02 li:nth-child(1) .imgBox {
  width: 170px;
}
.threeImgList.threeImgList02 li:nth-child(1) .imgBox figcaption {
  font-size: 1.54rem;
  line-height: 1.45;
  margin: 0 -25px;
}
.threeImgList.threeImgList02 li:nth-child(2) .imgBox {
  width: 143px;
}
.threeImgList.threeImgList02 li:nth-child(2) .imgBox figcaption {
  font-size: 1.54rem;
  line-height: 1.45;
  margin: 0 -25px;
}
.threeImgList.threeImgList02 li:nth-child(3) .imgBox {
  width: 242px;
}
.threeImgList.threeImgList02 li:nth-child(3) .imgBox figcaption {
  font-size: 1.32rem;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .threeImgList {
    display: block;
  }
  .threeImgList li .secTitle03 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 0;
  }
  .threeImgList li:nth-child(1) .imgBox {
    width: 177px;
  }
  .threeImgList li:nth-child(2) .imgBox {
    width: 186px;
  }
  .threeImgList li:nth-child(3) .imgBox {
    width: 186px;
  }
  .threeImgList.threeImgList02 {
    display: flex;
    flex-wrap: wrap;
  }
  .threeImgList.threeImgList02 li {
    margin: 0;
  }
  .threeImgList.threeImgList02 li .imgBox figcaption {
    font-weight: 500;
  }
  .threeImgList.threeImgList02 li:nth-child(1) {
    width: 50%;
    box-sizing: border-box;
  }
  .threeImgList.threeImgList02 li:nth-child(1) .imgBox {
    width: 150px;
  }
  .threeImgList.threeImgList02 li:nth-child(1) .imgBox figcaption {
    font-size: 1.3rem;
  }
  .threeImgList.threeImgList02 li:nth-child(2) {
    width: 50%;
    box-sizing: border-box;
  }
  .threeImgList.threeImgList02 li:nth-child(2) .imgBox {
    width: 127x;
  }
  .threeImgList.threeImgList02 li:nth-child(2) .imgBox figcaption {
    font-size: 1.3rem;
  }
  .threeImgList.threeImgList02 li:nth-child(3) {
    width: 100%;
  }
  .threeImgList.threeImgList02 li:nth-child(3) .imgBox {
    width: 208px;
  }
  .threeImgList.threeImgList02 li:nth-child(3) .imgBox figcaption {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

/** -------------------------------- **
	ボタン（大）
*** ----------------------------------------------------------------- ***/
.bigBtn {
  display: flex;
  background: #fbebee;
  padding: 16px 50px 16px 16px;
  transition: opacity 0.5s;
  position: relative;
}
.bigBtn .bigBtn_tit {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  border-bottom: 1px solid #d92d53;
  width: 100%;
  padding: 0 0 11px 54px;
  position: relative;
}
.bigBtn .bigBtn_tit::before {
  content: "";
  display: block;
  width: 49.7px;
  height: 31.7px;
  background: url(../images/common/icon_liver.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 3px;
}
.bigBtn .bigBtn_date {
  font-size: 1.34rem;
  line-height: 1.55;
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bigBtn .imgTxtBox {
  display: flex;
  width: 100%;
}
.bigBtn .imgTxtBox .imgBox {
  background: #fff;
  width: 160px;
  min-width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 160px;
  margin-right: 15px;
}
.bigBtn .imgTxtBox .imgBox img {
  width: 113px;
}
.bigBtn .imgTxtBox .txtBox {
  flex: 1 0 0;
  min-width: 0;
}
.bigBtn .imgTxtBox .bigBtn_desc {
  font-size: 1.8rem;
  line-height: 1.41;
  display: block;
}
.bigBtn .bigBtn_red {
  background: #d92d53;
  width: 36px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.bigBtn .bigBtn_red .bigBtn_red_inner {
  position: relative;
  height: 100%;
  display: block;
}
.bigBtn .bigBtn_red .bigBtn_red_inner::before {
  content: "";
  display: block;
  width: 26px;
  height: 10px;
  background: url(../images/common/icon_arrow_white.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bigBtn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 750px) {
  .bigBtn {
    flex-wrap: wrap;
    overflow: hidden;
    padding: 18px 37px 16px 16px;
  }
  .bigBtn .bigBtn_tit {
    font-size: 1.8rem;
    padding: 0 0 11px 46px;
  }
  .bigBtn .bigBtn_tit::before {
    width: 33.5px;
    height: 21.5px;
    top: 1px;
  }
  .bigBtn .bigBtn_date {
    font-size: 0.9rem;
  }
  .bigBtn .imgTxtBox .imgBox {
    width: 90px;
    min-width: 90px;
    height: 90px;
    flex: 0 0 90px;
    margin-right: 12px;
  }
  .bigBtn .imgTxtBox .imgBox img {
    width: 66px;
  }
  .bigBtn .imgTxtBox .bigBtn_desc {
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .bigBtn .bigBtn_red {
    width: 22.5px;
  }
  .bigBtn .bigBtn_red .bigBtn_red_inner::before {
    width: 22.5px;
    height: 8.5px;
  }
}

/** -------------------------------- **
	複数行をまたぐ括弧
*** ----------------------------------------------------------------- ***/
:root {
  --paren-width: 10px; /* 括弧の見た目幅（px）*/
  --lines-min: 2; /* デザインで確保したい最低行数 */
  --line-height: 1.6; /* 行の高さ（em基準） */
}

.multi-paren {
  display: inline-block;
  position: relative;
  padding-inline: calc(var(--paren-width) + 0px);
  min-height: calc(var(--lines-min) * var(--line-height) * 1em);
  vertical-align: middle;
  letter-spacing: -0.07em;
}
.multi-paren::before, .multi-paren::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--paren-width);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
  pointer-events: none;
  display: block;
}
.multi-paren::before {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%209.46%2041.81'%3E%3Cpath%20d='M8.91%2C41.3C3.12%2C35.03.75%2C28.8.75%2C20.9S3.38%2C6.56%2C8.91.51'%20stroke='%23595757'%20stroke-width='1.5'%20fill='none'%20stroke-miterlimit='10'/%3E%3C/svg%3E");
}
.multi-paren::after {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%209.46%2041.81'%3E%3Cpath%20d='M.55.51c5.53%2C6.05%208.16%2C12.28%208.16%2C20.4%2C0%2C7.9-2.37%2C14.13-8.16%2C20.4'%20stroke='%23595757'%20stroke-width='1.5'%20fill='none'%20stroke-miterlimit='10'/%3E%3C/svg%3E");
}

/** -------------------------------- **
	番号リスト
*** ----------------------------------------------------------------- ***/
.circleNumList--alt {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 1.8rem;
  line-height: 1.4163424125;
}
@media only screen and (max-width: 750px) {
  .circleNumList--alt {
    text-align: justify;
    font-size: 1.4rem;
    line-height: 1.57;
  }
}

/** -------------------------------- **
	インデント
*** ----------------------------------------------------------------- ***/
.idt1_5em {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media only screen and (max-width: 750px) {
  .idt1_5em {
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
}

.idt2_2em {
  padding-left: 2.2em;
  text-indent: -2.2em;
}
@media only screen and (max-width: 750px) {
  .idt2_2em {
    padding-left: inherit;
    text-indent: inherit;
  }
}

/** -------------------------------- **
	ビッグボタン
*** ----------------------------------------------------------------- ***/
.bigBtn .imgTxtBox .imgBox img.w90 {
  width: 159px;
}
@media only screen and (max-width: 750px) {
  .bigBtn .imgTxtBox .imgBox img.w90 {
    width: 90px;
  }
}

/** -------------------------------- **
	コンテンツ幅制限
*** ----------------------------------------------------------------- ***/
.maxw-690 {
  max-width: 690px;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .maxw-570sp {
    max-width: 76vw;
    margin: 0 auto;
  }
}

/** -------------------------------- **
	ページャー
*** ----------------------------------------------------------------- ***/
@media only screen and (max-width: 750px) {
  .pageMoveList li a {
    text-align: center;
  }
}

.pageMoveList li a.prev {
  padding-block: 0;
  min-height: 52.5px;
}
@media only screen and (max-width: 750px) {
  .pageMoveList li a.prev {
    padding-block: 0;
    min-height: 43.5px;
  }
}

.pageMoveList li a.next {
  padding-block: 0;
  min-height: 52.5px;
}
@media only screen and (max-width: 750px) {
  .pageMoveList li a.next {
    padding-block: 0;
    min-height: 43.5px;
  }
}
/*# sourceMappingURL=article.css.map */