@charset "utf-8";

/*------------------------------------------------------------
[COMMON] policy 日本語版
------------------------------------------------------------ */
.sbf_contents ul,
.sbf_contents dl {
	padding: 0;
	margin: 0;
}

.sbf_contents li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.policy * {
	line-height: 1.7;
}

.policy ul.s_note .p_head {
	float: left;
	margin-right: 0.25em;
}

.policy ul.s_note .p_text {
	overflow: hidden;
	display: block;
}

.policy #seikatsusha .panel.open {
	display: block;
}

.policy #seikatsusha .panel.open .container {
	animation: panel-show .5s ease-in-out forwards;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@media screen and (max-width:767px) {

	/*------------------------------------------------------------
[SP] policy page nav
------------------------------------------------------------ */
	.sbf_contents ul.page_nav_countory {
		margin: -4vw 4vw 12vw;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}

	.page_nav_countory li {
		width: 30.4vw;
		height: 15.2vw;
	}

	.page_nav_countory li:first-child {
		width: 26.4vw;
	}

	.page_nav_countory li a {
		width: 100%;
		height: 100%;
		display: block;
		border: 1px #3995AC solid;
		border-radius: 4vw;
		color: #000;
		text-decoration: none;
		font-size: 4vw;
		text-align: center;
		font-weight: bold;
		line-height: 1;
		padding: 4vw 0 0;
		background: url(../img/svg/arrow_down_blue.svg) no-repeat center bottom 2.4vw;
		background-size: 3.733333333vw;
	}

	/*------------------------------------------------------------
[SP] policy body common
------------------------------------------------------------ */
	.policy {
		margin: 0 4vw 16vw;
	}

	.policy h2 {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		margin: 0 0 8vw;
		padding: 0 0 2.4vw;
		border-bottom: 1px solid #3995AC;
	}

	.policy h2::after {
		content: "";
		display: block;
		position: absolute;
		width: 48vw;
		height: 2px;
		bottom: -2px;
		left: 0;
		background: #3995AC;
	}

	.policy h2 .title {
		width: calc(100% - 13.6vw);
		margin-left: 3.2vw;
		font-size: 5.333333333vw;
		line-height: 1;
		font-weight: bold;
	}

	.policy h2 .number {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 10.4vw;
		height: 10.4vw;
		font-size: 5.333333333vw;
		text-align: center;
		line-height: 1;
		background: url(../img/company/bg_circle24pc.svg) no-repeat 0 0 / 10.4vw;
	}

	.policy p.lead {
		font-size: 4vw;
		margin-bottom: 8vw;
	}

	/*------------------------------------------------------------
[SP] policy 理念、戦略
------------------------------------------------------------ */
	.policy#philosophy .inner dl,
	.policy#strategy .inner dl {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.policy#philosophy .inner dt,
	.policy#strategy .inner dt {
		width: 100%;
		margin: 0;
		text-align: center;
		color: #1E798F;
		line-height: 1;
		font-weight: bold;
	}

	.policy#philosophy .inner dl {
		padding: 6.4vw 0;
		border-top: 1px solid #CCCCCC;
	}

	.policy#philosophy .inner dl:first-of-type {
		border: none;
		padding-top: 1.6vw;
	}

	.policy#philosophy .inner dt .term,
	.policy#strategy .inner dt .term {
		display: inline-block;
		font-size: 4.8vw;
	}

	.policy#philosophy .inner dt .term_e {
		display: inline-block;
		margin-left: 2.4vw;
		font-size: 4vw;
	}

	.policy#philosophy .inner dd {
		margin: 2.4vw 0 0;
		font-size: 4.8vw;
		font-weight: bold;
		text-align: center;
	}

	.policy#philosophy .inner dd .slogan {
		font-size: 5.6vw;
	}

	.policy#philosophy .inner dd .supplementary {
		margin-top: 2.4vw;
		font-size: 4.266666667vw;
		line-height: 1.5;
	}

	.policy#strategy .inner dl {
		padding: 25px 0;
		border-bottom: 1px solid #CCCCCC;
	}

	.policy#strategy .inner dl:first-of-type {
		border-top: 1px solid #CCCCCC;
	}

	.policy#strategy .inner dd {
		margin: 2.4vw 0 0;
	}

	.policy#strategy li {
		font-size: 4.266666667vw;
		font-weight: bold;
		line-height: 1.5;
		padding-left: 4.8vw;
	}

	.policy#strategy li::before {
		content: "";
		display: block;
		position: absolute;
		background: #3995AC;
		top: 2.133333333vw;
		left: 0.8vw;
		width: 2.4vw;
		height: 2.4vw;
		border-radius: 1.2vw;
	}

	.policy#strategy li+li {
		margin-top: 1.6vw;
	}

	/*------------------------------------------------------------
[SP] policy 生活者 seikatsusha
------------------------------------------------------------ */
	.policy #seikatsusha {
		width: 100%;
		margin: 4vw auto 0;
		padding: 4.8vw 1.6vw 1.6vw 1.6vw;
		background: #D8F7FF url(../img/company/bg_seikastu_sp.png) no-repeat center top / 100%;
	}

	.policy #seikatsusha h3 {
		font-size: 4.8vw;
		text-align: center;
		font-weight: bold;
		line-height: 1;
	}

	.policy #seikatsusha p.lead {
		margin: 2.4vw 0 0;
		font-size: 3.733333333vw;
		text-align: center;
		font-weight: bold;
		line-height: 1.5;
	}

	.policy #seikatsusha #tab_menu {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		margin: 4.8vw 0 3.2vw;
	}

	.policy #seikatsusha #tab_menu li {
		width: 26.4vw;
		height: 12vw;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #000;
		text-decoration: none;
		font-size: 3.733333333vw;
		font-weight: bold;
		padding: 0 3.2vw 0 0;
		background: #fff;
		border: 2px #3995AC solid;
		    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
		border-radius: 6vw;
		cursor: pointer;
	}

	.policy #seikatsusha #tab_menu li:last-child {
		width: 31.2vw;
	}

	.policy #seikatsusha #tab_menu li::before,
	.policy #seikatsusha #tab_menu li::after {
		position: absolute;
		top: 5.066666667vw;
		right: 2.4vw;
		content: '';
		display: block;
		width: 3.733333333vw;
		height: 2px;
		background: #1E798F;
		border-radius: 1px;
	}

	.policy #seikatsusha #tab_menu li::after {
		transform: rotate(90deg);
	}

	.policy #seikatsusha #tab_menu li.selected {
		background-color: #1E798F;
		border: 2px #1E798F solid;
		color: #fff;
	}

	.policy #seikatsusha #tab_menu li.selected::before {
		background-color: #fff;
	}

	.policy #seikatsusha #tab_menu li.selected::after {
		display: none;
	}

	/*生活者コンテンツ*/
	.policy #seikatsusha .panel {
		display: none;
		width: 100%;
		margin: 4vw 0 0;
		padding: 4vw 2.4vw;
		background-color: #fff;
	}

	.policy #seikatsusha .panel .declaration {
		display: block;
		width: 100%;
		font-size: 4.8vw;
		text-align: center;
		font-weight: bold;
		line-height: 1.5;
	}

	.policy #seikatsusha .panel .grid {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		width: 100%;
	}

	.policy #seikatsusha .panel table {
		margin: 6.4vw 0 0;
		border-collapse: collapse;
		table-layout: fixed;
		border-spacing: 0;
	}

	.policy #seikatsusha .panel th {
		height: 9.6vw;
		background: #1E798F;
		color: #fff;
		font-weight: bold;
		font-size: 4.266666667vw;
		text-align: center;
		border-radius: 0.8vw;
		line-height: 1.2;
	}

	.policy #seikatsusha .panel th .word_e {
		font-size: 3.733333333vw;
		margin-left: 2.4vw;
	}

	.policy #seikatsusha .panel th.consumer {
		background: #757575;
	}

	.policy #seikatsusha .panel td.caption {
		padding: 4vw 0;
		font-size: 4.266666667vw;
		text-align: center;
		font-weight: bold;
		line-height: 1.4;
	}

	.policy #seikatsusha .panel td.image {
		text-align: center;
	}

	.policy #seikatsusha .panel td.image img {
		max-width: 100%;
		height: auto;
	}

	.policy #seikatsusha .panel td.image.consumer img {
		width: 60vw;
		height: auto;
	}

	.policy #seikatsusha .panel#approach table {
		empty-cells: hide;
		margin: 6.4vw auto 0;
	}

	.policy #seikatsusha .panel#approach table th {
		width: 40vw;
		height: auto;
		padding: 2.4vw 0;
	}

	.policy #seikatsusha .panel#approach table th .org {
		display: block;
		font-size: 3.2vw;
		line-height: 1.1;
		margin-bottom: 0.8vw;
	}

	.policy #seikatsusha .panel#approach table th .word_e {
		margin: 0;
		display: block;
	}

	.policy #seikatsusha .panel#approach table th:nth-child(2) {
		width: 2.4vw;
		background: none;
	}

	.policy #seikatsusha .panel#approach td.image {
		padding: 8vw 0;
	}

	/*------------------------------------------------------------
[SP] policy corp_msg
------------------------------------------------------------ */
	#corp_msg {
		width: 100%;
		margin: 26.666666666666667vw auto 0;
		position: relative;
	}

	#corp_msg::before {
		content: '';
		width: 80vw;
		height: 9.6vw;
		background: url(../img/company/corp_arrowhead.svg) no-repeat center 0;
		background-size: auto 9.6vw;
		position: absolute;
		top: -17.6vw;
		left: calc(50% - 40vw);
	}

	#corp_msg h3 {
		margin-bottom: 8vw;
		font-size: 6.4vw;
		font-weight: bold;
		text-align: center;
	}

	#corp_msg .text {
		margin-bottom: 8vw;
		font-size: 4.266666666666667vw;
		line-height: 1.6875;
		text-align: center;
	}

	#corp_msg .message {
		margin: 0;
		padding: 10.666666666666668vw 0 8vw;
		border: 2.133333333333333vw #5BC2DC solid;
	}

	#corp_msg dt {
		margin: 0 auto 8vw;
		width: 69.33333333333333vw;
		height: 5.866666666666667vw;
		background: url(../img/company/corp_message.webp) no-repeat 0 0;
		background-size: 69.33333333333333vw auto;
		text-indent: -99999px;
	}

	.no-webp #corp_msg dt {
		background: url(../img/company/corp_message.png) no-repeat 0 0;
		background-size: 69.333333333333333vw auto;
	}

	#corp_msg dd {
		margin: 0 4vw;
		padding: 0;
		font-size: 3.733333333333333vw;
		text-align: center;
	}

	/*------------------------------------------------------------
[SP] policy 計画
------------------------------------------------------------ */
	.policy#plan dl {
		margin: 5.6vw 0 0;
	}

	.policy#plan dt.title {
		margin: 0 0 3.2vw;
		font-size: 4.8vw;
		text-align: center;
		color: #1E798F;
		font-weight: bold;
		line-height: 1.5;
	}

	.policy#plan dd {
		display: block;
		padding: 4vw 1.6vw;
		text-align: center;
		font-size: 4.8vw;
		font-weight: bold;
		background: #E6F6FA;
		border-radius: 2.4vw;
	}

	.policy#plan dd.organic_dd {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		gap: 2.4vw;
		padding: 0;
		background: none;
		border-radius: 0;
	}

	.policy#plan dd.organic_dd dl {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		width: 44.8vw;
		margin: 0;
		padding: 4vw 1.6vw;
		background: #E6F6FA;
		border-radius: 2.4vw;
	}

	.policy#plan dd.organic_dd dt {
		font-size: 3.733333333vw;
		color: #1E798F;
		line-height: 1.3;
	}

	.policy#plan dd.organic_dd dl.cashflow .closely {
		letter-spacing: -0.1em;
				line-height: 1.3;
	}

	.policy#plan dd.organic_dd dd {
		padding: 0;
		margin-top: 2.4vw;
		font-size: 4.8vw;
		line-height: 1.5;
	}

	.policy#plan dd ul {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		margin: 2.4vw 0 0;
	}

	.policy#plan dd li {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		height: 12vw;
		font-size: 4.266666667vw;
		line-height: 1.3;
	}

	.policy#plan dd li .txt_s {
		font-size: 3.2vw;
		letter-spacing: -0.15em;
	}

	.policy#plan dd li+li {
		padding-left: 4vw;
	}

	.policy#plan dd li+li::before {
		content: "";
		display: block;
		position: absolute;
		width: 4.8vw;
		height: 100%;
		left: 0;
		background: url(../img/company/separator.svg) no-repeat center center / 4.8vw;
	}

	.policy#plan sup {
		font-size: 2.933333333vw;
		line-height: 1;
		font-weight: normal;
	}

	.policy ul.s_note {
		margin-top: 8vw;
		font-size: 3.2vw;
	}


}

@media print,
screen and (min-width:768px) {

	/*------------------------------------------------------------
[PC] policy page nav
------------------------------------------------------------ */
	.sbf_contents ul.page_nav_countory {
		width: 1160px;
		margin: -30px auto 40px;
		padding: 0;
		display: flex;
		justify-content: center;
		gap: 30px;
	}

	.page_nav_countory li {
		width: 275px;
		height: 50px;
	}

	.page_nav_countory li:nth-child(1),
	.page_nav_countory li:nth-child(2) {
		margin-bottom: 0;
	}

	.page_nav_countory li a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px #3995AC solid;
		border-radius: 25px;
		color: #000;
		text-decoration: none;
		font-size: 18px;
		font-weight: bold;
		padding: 0 20px 0 0;
		background: url(../img/svg/arrow_down_blue.svg) no-repeat right 25px center;
		background-size: 16px 10px;
	}

	.page_nav_countory li a:hover {
		background-color: #E6F6FA;
		text-decoration: underline;
	}

	/*------------------------------------------------------------
[PC] policy body common
------------------------------------------------------------ */
	.policy {
		margin: 0 auto 100px;
		width: 1160px;
	}

	.policy h2 {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-end;
		margin: 0 0 40px;
		padding: 0;
	}

	.policy h2 .title {
		display: block;
		margin: 0 0 3px 15px;
		padding: 0 0 15px 10px;
		width: calc(100% - 74px);
		font-size: 24px;
		line-height: 1;
		font-weight: bold;
		position: relative;
		border-bottom: 1px solid #3995AC;
	}

	.policy h2 .title::after {
		content: "";
		display: block;
		position: absolute;
		width: 320px;
		height: 3px;
		bottom: -3px;
		left: 0;
		background: #3995AC;
	}

	.policy h2 .number {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 59px;
		height: 59px;
		font-size: 24px;
		line-height: 1;
		background: url(../img/company/bg_circle24pc.svg) no-repeat 0 0 / 59px;
	}

	.policy .inner {
		margin: 0 auto;
		width: 980px;
	}

	.policy p.lead {
		font-size: 16px;
		margin-bottom: 40px;
	}

	/*------------------------------------------------------------
[PC] policy 理念、戦略
------------------------------------------------------------ */
	.policy#philosophy .inner dl,
	.policy#strategy .inner dl {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
		padding: 0;
		width: 980px;
	}

	.policy#philosophy .inner dt,
	.policy#strategy .inner dt {
		width: 260px;
		margin: 0 50px 0 0;
		text-align: center;
		color: #1E798F;
		font-weight: bold;
	}

	.policy#philosophy .inner dd,
	.policy#strategy .inner dd {
		width: calc(100% - 260px);
	}

	.policy#philosophy .inner dl {
		padding: 40px 0;
		border-top: 1px solid #CCCCCC;
	}

	.policy#philosophy .inner dl:first-of-type {
		border: none;
		padding-top: 10px;
	}

	.policy#philosophy .inner dt .term,
	.policy#strategy .inner dt .term {
		font-size: 20px;
	}

	.policy#philosophy .inner dt .term_e {
		font-size: 18px;
	}

	.policy#philosophy .inner dd {
		font-size: 24px;
		font-weight: bold;
	}

	.policy#philosophy .inner dd .slogan {
		font-size: 28px;
		margin-bottom: 5px;
	}

	.policy#philosophy .inner dd .supplementary {
		font-size: 18px;
	}

	.policy#strategy .inner dl {
		padding: 25px 0;
		border-bottom: 1px solid #CCCCCC;
	}

	.policy#strategy .inner dl:first-of-type {
		border-top: 1px solid #CCCCCC;
	}

	.policy#strategy li {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		padding-left: 20px;
	}

	.policy#strategy li::before {
		content: "";
		display: block;
		position: absolute;
		background: #3995AC;
		top: 10px;
		left: 0;
		width: 10px;
		height: 10px;
		border-radius: 5px;
	}

	.policy#strategy li+li {
		margin-top: 5px;
	}

	/*------------------------------------------------------------
[PC] policy 生活者 seikatsusha
------------------------------------------------------------ */
	.policy #seikatsusha {
		width: 980px;
		margin: 10px auto 0;
		padding: 25px 8px 8px 8px;
		background: #D8F7FF url(../img/company/bg_seikastu_pc.png) no-repeat center top / 100%;
	}

	.policy #seikatsusha h3 {
		font-size: 22px;
		text-align: center;
		font-weight: bold;
		line-height: 1;
	}

	.policy #seikatsusha p.lead {
		margin: 20px 0 0;
		font-size: 17px;
		text-align: center;
		font-weight: bold;
	}

	.policy #seikatsusha #tab_menu {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		gap: 30px;
		margin: 20px 0 17px;
	}

	.policy #seikatsusha #tab_menu li {
		width: 280px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #000;
		text-decoration: none;
		font-size: 18px;
		font-weight: bold;
		padding: 0 10px 0 0;
		background: #fff;
		border: 2px #3995AC solid;
		    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
		border-radius: 25px;
		cursor: pointer;
	}

	.policy #seikatsusha #tab_menu li::before,
	.policy #seikatsusha #tab_menu li::after {
		position: absolute;
		top: 22px;
		right: 16px;
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		background: #1E798F;
		border-radius: 1px;
	}

	.policy #seikatsusha #tab_menu li::after {
		transform: rotate(90deg);
	}

	.policy #seikatsusha #tab_menu li:hover {
		background-color: #D8F7FF;
		text-decoration: underline;
	}

	.policy #seikatsusha #tab_menu li.selected {
		background-color: #1E798F;
		border: 2px #1E798F solid;
		color: #fff;
	}

	.policy #seikatsusha #tab_menu li.selected::before {
		background-color: #fff;
	}

	.policy #seikatsusha #tab_menu li.selected::after {
		display: none;
	}

	/*生活者コンテンツ*/
	.policy #seikatsusha .panel {
		display: none;
		width: 100%;
		height: 615px;
		margin: 25px 0 0;
		padding: 0 40px 40px;
		background-color: #fff;
	}

	.policy #seikatsusha .panel .declaration {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 110px;
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		line-height: 1.4;
	}

	.policy #seikatsusha .panel .grid {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		width: 880px;
		margin: 0 auto;
	}

	.policy #seikatsusha .panel table {
		width: 420px;
		margin: 0;
		border-collapse: collapse;
		table-layout: fixed;
		border-spacing: 0;
	}

	.policy #seikatsusha .panel th {
		height: 36px;
		background: #1E798F;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		border-radius: 5px;
	}

	.policy #seikatsusha .panel th .word_e {
		font-size: 15px;
		margin-left: 5px;
	}

	.policy #seikatsusha .panel th.consumer {
		background: #757575;
	}

	.policy #seikatsusha .panel td.caption {
		height: 70px;
		vertical-align: middle;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		line-height: 1.4;
	}

	.policy #seikatsusha .panel td.image {
		text-align: center;
		height: 360px;
	}

	.policy #seikatsusha .panel#approach table {
		width: 880px;
		margin: 0 auto;
		empty-cells: hide;
	}

	.policy #seikatsusha .panel#approach table th {
		width: 420px;
	}

	.policy #seikatsusha .panel#approach table th .org {
		font-size: 15px;
		margin-right: 5px;
	}

	.policy #seikatsusha .panel#approach table th:nth-child(2) {
		width: 40px;
		background: none;
	}

	.policy #seikatsusha .panel#approach td.image {
		height: 430px;
	}

	/*------------------------------------------------------------
[PC] policy corp_msg
------------------------------------------------------------ */
	#corp_msg {
		width: 980px;
		margin: 120px auto 0;
		position: relative;
	}

	#corp_msg::before {
		content: '';
		width: 400px;
		height: 50px;
		background: url(../img/company/corp_arrowhead.svg) no-repeat center 0;
		background-size: auto 50px;
		position: absolute;
		top: -80px;
		left: calc(50% - 200px);
	}

	#corp_msg h3 {
		margin-bottom: 30px;
		font-size: 28px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}

	#corp_msg .text {
		margin: 0 0 30px;
		font-size: 18px;
		text-align: center;
	}

	#corp_msg .message {
		margin: 0 auto;
		width: 100%;
		padding: 20px 50px 20px 60px;
		border: 10px #5BC2DC solid;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
	}

	#corp_msg dt {
		margin: 0;
		width: 400px;
		height: 35px;
		background: url(../img/company/corp_message.webp) no-repeat 0 0;
		background-size: 398px auto;
		text-indent: -99999px;
	}

	.no-webp #corp_msg dt {
		background: url(../img/company/corp_message.png) no-repeat 0 0;
		background-size: 398px auto;
	}

	#corp_msg dd {
		margin: 0;
		padding: 0;
		width: 420px;
		font-size: 16px;
		text-align: center;
	}

	/*------------------------------------------------------------
[PC] policy 計画
------------------------------------------------------------ */
	.policy#plan dl {
		margin: 40px 0 0;
	}

	.policy#plan dt.title {
		margin: 0 0 12px;
		font-size: 20px;
		text-align: center;
		color: #1E798F;
		font-weight: bold;
		line-height: 1.5;
	}

	.policy#plan dd {
		display: block;
		padding: 20px;
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		background: #E6F6FA;
		border-radius: 10px;
	}

	.policy#plan dd.organic_dd {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start;
		padding: 0;
		background: none;
		border-radius: 0;
	}

	.policy#plan dd.organic_dd dl {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		width: 230px;
		margin: 0;
		padding: 15px 5px;
		background: #E6F6FA;
		border-radius: 10px;
	}

	.policy#plan dd.organic_dd dt {
		font-size: 18px;
		line-height: 1.3;
		color: #1E798F;
	}

	.policy#plan dd.organic_dd dl.cashflow .closely {
				line-height: 1.3;
	}

	.policy#plan dd.organic_dd dd {
		padding: 0;
		margin-top: 5px;
		font-size: 18px;
		line-height: 1.5;
	}

	.policy#plan dd ul {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		margin: 10px 0 0;
	}

	.policy#plan dd li {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		height: 55px;
		line-height: 1.1;
	}

	.policy#plan dd li .txt_s {
		font-size: 18px;
	}

	.policy#plan dd li+li {
		padding-left: 50px;
	}

	.policy#plan dd li+li::before {
		content: "";
		display: block;
		position: absolute;
		width: 50px;
		height: 100%;
		left: 0;
		background: url(../img/company/separator.svg) no-repeat center center / 22px;
	}

	.policy#plan sup {
		display: inline-block;
		font-size: 12px;
		line-height: 1;
		font-weight: normal;
	}

	.policy ul.s_note {
		margin-top: 30px;
		font-size: 12px;
	}

}