@charset "UTF-8";

.policy-content {
	
}

.policy-content li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	border-radius: 10px;
	background-color: #3DBD38;
	padding: 1.2rem;
	line-height: 1.5;
	margin-bottom: 3vw;
}

.policy-content li p:first-child {
	width: 30%;
	text-align: center;
}
.policy-content li p:last-child {
	width: 65%;
}

.policy-content li p:last-child span {
	font-weight: bold;
	display: block;
	font-size: 1.03rem;
	padding-bottom: 1vw;
}

#wrapper .policy-content li p {
	margin-bottom: 0;
}

#wrapper .policy-content li img {
	width: 90%;
	aspect-ratio: 1/1;
}

#wrapper .topics figure {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

#wrapper .topics h2 {
	padding-top: 4vw;
}

#wrapper .topics img {
	width: 30%;
	aspect-ratio: 1/1;
}

#wrapper .num1 h2,
#wrapper .num2 h2 {
	color: #00866d;
	font-family: "Noto Serif JP", serif;
}

.num1 {
	background-image: url("../img/lower/icon/policy_icon_number_1.png");
	background-color: rgba(255, 255, 255, .9);
	background-blend-mode: lighten;
	background-size: 25%;
	background-position: top 4rem left 40px;
	background-repeat: no-repeat;
	padding-top: 3rem;
}

.num2 {
	background-image: url("../img/lower/icon/policy_icon_number_2.png");
	background-color: rgba(255, 255, 255, .9);
	background-blend-mode: lighten;
	background-size: 25%;
	background-position: top 15px left 40px;
	background-repeat: no-repeat;	
}

.point-wrap .row  > .column.flex-box > p {
	padding: 0;
}

.point-wrap .content-table {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
	
.point-wrap .content-table dt,
.point-wrap .content-table dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, .5);
	border-bottom: none;
	padding: 1vw 0;
}

.point-wrap .content-table dt:last-of-type,
.point-wrap .content-table dd:last-of-type {
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.point-wrap .content-table dt {
	width: 75%;
	padding-left: 1.3vw;
}
	
.point-wrap .content-table dd {
	width: 25%;
	text-align: center;
	border-left: none;
}

/* 該当画像（S__22994961.jpg, S__22994959.jpg）の専用スタイル（PC・スマホ共通） */
/* 横幅80%、最大幅600px、縦は自動（object-fit: contain） */
.image-container .responsive-image {
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

/* スマホ用（画面幅768px以下）：image-container 内の .responsive-image を横幅100%に */
@media screen and (max-width: 768px) {
  .image-container .responsive-image {
         width: 100% !important;
         max-width: 100% !important;
         height: auto !important;
         object-fit: contain !important;
         margin: 0 auto !important;
  }
}

/* LINEブラウザ専用（右寄せに変更） */
＠line-browser .image-container {
  text-align: right !important; /* インライン要素を右寄せ */
  display: flex !important;
  justify-content: flex-end !important; /* 右側に寄せる */
}

＠line-browser .image-container .responsive-image {
  width: 100% !important;  /* 例として横幅80%（必要に応じて調整してください） */
  max-width: 600px !important;
  height: auto !important;
  object-fit: contain !important;
  display: inline-block !important;
  margin: 0 !important;   /* 余白をなくすか、適宜調整 */
}

@media screen and (min-width: 769px) {
	/* Tablet向け追加調整があれば記述 */
}

@media screen and (min-width: 961px) {
	/* PC向け追加調整があれば記述 */
}
