@charset "UTF-8";

:root {
	--i_txt_color: #222;
}

body {
	color: var(--i_txt_color);
}

/*font*/
.inner_item_txt p {
	font-size: 1.35rem;
	letter-spacing: 0;
	line-height: 1.8;
}

.heading .h {
	font-family: "Hannari", "Zen Old Mincho" !important;
	color: var(--i_txt_color);
}

.heading.block_header_3 {
	padding: 6px;
	background: -webkit-linear-gradient(left, #cade9e 0%, #f6f6f6 10%, #f6f6f6 90%, #cade9e 100%);
	background: linear-gradient(to right, #cade9e 0%, #f6f6f6 10%, #f6f6f6 90%, #cade9e 100%);
	margin-bottom: 30px;
}

.heading.block_header_3 .h {
	font-size: 2.0rem;
	line-height: 1.8;
	position: relative;
	padding: 4px 20px;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
	color: var(--i_txt_color);
}

.heading.block_header_3 .h:before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: -webkit-linear-gradient(top, #87ab3b 0%, #238c00 50%, #0f3900 100%);
	background: linear-gradient(to bottom, #87ab3b 0%, #238c00 50%, #0f3900 100%);
	pointer-events: none;
}

.heading.block_header_4 .h {
	color: #fff;
	padding: 10px 20px;
	background: #598B23 url("/common/upload_data/sakai-sougicom/image/subTitle.png") no-repeat center right / auto;
	font-size: 2.0rem !important;
}

.heading.block_header_7 .h {
	font-size: 1.8rem;
	line-height: 1.35;
}

/*コンテンツ幅*/
.mw1000 .content_wrapper {
	max-width: 960px !important;
}

/**/
ul li {
	list-style: none !important;
}

#we+section .heading.block_header_1 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#we+section .heading.block_header_1 .h {
	font-size: 1.8rem;
	line-height: 1.35;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D0C9C4;
	box-shadow: 0 1px 1px 0 #FFF;
	color: var(--i_txt_color);
	width: 100%;
}

#we+section .inner_item_txt ul {
	display: flex;
	flex-wrap: wrap;
}

#we+section .inner_item_txt ul li {
	position: relative;
	padding-left: 22px;
	margin: 0 20px 10px 0;
	font-size: 1.4rem;
}

#we+section .inner_item_txt ul li:before {
	position: absolute;
	display: block;
	content: "";
	width: 16px;
	height: 14px;
	top: calc(50% - 7px);
	left: 0;
	background: url("/common/upload_data/sakai-sougicom/image/check.png") no-repeat center left / contain;
	pointer-events: none;
}

#we+section .inner_item_txt dl {
	display: flex;
	align-items: center;
	padding-top: 20px;
	margin-top: 10px;
	border-top: 1px dashed #D0C9C4;
}

#we+section .inner_item_txt dl dt {
	min-width: 168px;
	font-size: 1.6rem;
	color: #FFF;
	height: 44px;
	background: url("/common/upload_data/sakai-sougicom/image/pattern.jpg");
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

#we+section .inner_item_txt dl dd {
	display: flex;
	align-items: center;
}

#we+section .inner_item_txt dl dd img:first-of-type {
	max-width: 138px;
	width: 100%;
	margin-right: 10px;
}

#we+section .inner_item_txt dl dd img:last-of-type {
	max-width: 269px;
	width: 100%;
}

#we+section>.content_wrapper {
	padding: 26px;
	background: #F6F6F6;
	border: 1px solid #DDD;
	width: calc(100% - 40px);
}

#we+section>.content_wrapper:before {
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: -1;
	content: "";
	display: block;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	background: -webkit-linear-gradient(top, #f6f0e0 0%, #fff 100%);
	background: linear-gradient(to bottom, #f6f0e0 0%, #fff 100%);
	border: 2px solid #FFF;
	box-sizing: border-box;
	pointer-events: none;
}

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

	#we+section .inner_item_txt dl,
	#we+section .inner_item_txt dl dd {
		flex-direction: column;
	}

	#we+section .inner_item_txt dl dt {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	#we+section .inner_item_txt dl dd {
		align-items: baseline;
	}

	#we+section .inner_item_txt dl dd img:first-of-type {
		margin-bottom: 5px;
	}
}

/**/
#bg+section .wrapper_item {
	padding: 20px !important;
	background: #F6F6F6;
	border: 1px solid #EEE;
	width: 100%;
}

#bg+section .inner_item_txt p {
	padding-bottom: 10px !important;
}

.txt {
	font-size: 1.4rem;
	position: relative;
	counter-increment: number;
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 4px 0 4px 42px;
}

.txt:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: counter(number);
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #FFF;
	pointer-events: none;
}

.txt2 {
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 10px 20px;
	background: #FFF;
}

.txt2 span {
	color: #C82D22;
	padding-right: 10px;
}

.txt3 dl {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #EEE;
	background: #fff;
}

.txt3 dl:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: -webkit-linear-gradient(top, #87ab3b 1%, #d8e7b8 100%);
	background: linear-gradient(to bottom, #87ab3b 1%, #d8e7b8 100%);
	pointer-events: none;
}

.txt3 dl dt {
	background: -webkit-linear-gradient(left, #f6f6f6 0%, #fff 100%);
	background: linear-gradient(to right, #f6f6f6 0%, #fff 100%);
	padding: 16px;
	font-size: 1.4rem;
	font-weight: bold;
	width: 40%;
}

.txt3 dl dd {
	font-size: 1.35rem;
	width: 60%;
	padding-right: 16px;
}

.txt3 dl:last-of-type {
	border-top: none;
	margin-bottom: 10px;
}

#bg+section ul.flex {
	display: flex;
	flex-wrap: wrap;
}

#bg+section ul.flex li:not(:last-of-type) {
	padding-right: 20px;
}

.txt2 span:nth-of-type(2) {
	font-weight: bold;
}

#bg+section .heading.block_header_4 p {
	font-family: 'Noto Sans JP' !important;
	font-size: 1.5rem;
}

.txt2 a {
	color: #0085B2;
	text-decoration-color: #0085B2 !important;
}

.txt4 {
	position: relative;
	padding: 20px;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	z-index: 0;
}

.txt4 li {
	font-size: 1.3rem;
	writing-mode: vertical-rl;
	width: calc(11.11% - 17.77px);
	padding: 10px 3%;
	background: #F6F6F6;
	box-sizing: border-box;
	height: 170px;
	letter-spacing: 1rem;
}

.txt4 li:first-of-type,
.txt4 li:last-of-type {
	background: #FFF;
	border: 2px solid #75489B;
}

.txt4 li:nth-of-type(6),
.txt4 li:nth-of-type(7) {
	background: #FFF;
	border: 1px solid #DDD;
	opacity: 0.4;
}

.txt4:before {
	position: absolute;
	display: block;
	content: "";
	width: calc(100% - (11.11% + 22.23px));
	height: 12px;
	top: calc(50% - 6px);
	left: 20px;
	background: #E5D9EE;
	pointer-events: none;
	z-index: -1;
}

.txt4:after {
	position: absolute;
	display: block;
	content: "";
	top: calc(50% - 10px);
	right: calc(11.11% - 5.77px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 12px;
	border-color: transparent transparent transparent #e5d9ee;
}

@media screen and (max-width: 900px) {
	.txt4 li {
		line-height: 1.4;
	}
}

@media screen and (max-width: 750px) {
	.txt4 {
		flex-direction: column;
	}

	.txt4 li {
		writing-mode: unset;
		width: 100%;
		padding: 10px;
		margin-bottom: 20px;
		height: auto;
		text-align: center;
		letter-spacing: 0;
	}

	.txt4:before {
		height: calc(100% - 101px);
		width: 12px;
		top: 20px;
		left: calc(50% - 6px);
	}

	.txt4::after {
		right: calc(50% - 10px);
		bottom: 76px;
		border-width: 12px 10px 0 10px;
		border-color: #E5D9EE transparent transparent transparent;
		top: auto;
	}
}