@charset "utf-8";
/**
 *  入会のすすめ
 *  update.25.2.12
**/
.section-merit .box > .image {
	margin:0 auto;
	max-width:360px;
}
.section-merit .merit > .text {
	position: relative;
	min-height:30px;
	margin:16px 0 0;
	padding:1px 0 0 40px;
	font-size:1.8rem;
	font-weight: 600;
	line-height: 1.5;
	color:#575757;
}
.section-merit .merit > .text > span {
	position: absolute;
	left:0;
	top:0;
	width:1.5em;
	height:1.5em;
	padding:0.25em;
	border-radius: 0.3em;
	background-color: #dbdcdc;
	font-size:2rem;
	font-weight: 700;
	color:#575757;
	line-height: 1;
	text-align: center;
}
@media print, screen and (min-width: 728px) {
	.section-merit > .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}
	.section-merit .box > .image {
		width:30%;
	}
	.section-merit .box > .merit {
		flex: 1;
		margin:0 0 0 3%;
	}
	.section-merit .merit > .text {
		margin:3% 0 0;
		padding:0 0 0 70px;
		font-size:2rem;
		min-height:60px;
	}
	.section-merit .merit > .text:first-child {
		margin-top:0;
	}
	.section-merit .merit > .text > span {
		width:1.5em;
		height:1.5em;
		padding:0.25em;
		font-size:4rem;
		top:0;
	}
}

.section-condition .list-box {
	margin:20px 0 0;
}
.section-condition .list-box > li {
	width:100%;
	font-size:1.6rem;
	color:#575757;
	text-align: left;
}
.section-condition .list-box span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left:1em;
}
.section-condition .list-box span:before {
	content:'※';
	position: absolute;
	left:0;
	top:0;
	width:1em;
	height:1em;
}
@media print, screen and (min-width: 728px) {
	.section-condition .list-box {
		margin:30px 0 0;
	}
	.section-condition .list-box > li {
		font-size:1.6rem;
		line-height: 1.8;
	}
}
.section-voice .text {
	position: relative;
	padding:0 0 28px;
	font-size:1.6rem;
	line-height: 1.6;
	color:#575757;
}
.section-voice .text:before {
	content: '';
	position: absolute;
	right:0;
	bottom:0;
	background-image: url(../img/join-voice.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
	width:54px;
	height:50px;
}
.section-voice .text:after {
	content: '　　';
	display: inline-block;
}
.section-voice .text > span {
	position: absolute;
	right:60px;
	bottom:0;
	font-size:1.4rem;
}
@media print, screen and (min-width: 728px) {
	.section-voice .text {
		padding:0 22% 1.8em 12%;
		min-height: 120px;
		font-size:1.6rem;
		line-height: 1.8;
	}
	.section-voice .text:before {
		right:12%;
		width:13%;
		height:100%;
	}
	.section-voice .text > span {
		right:25%;
		font-size:1.6rem;
	}
}
.section-contact {
	font-weight: 700;
	color:#575757;
	line-height: 1;
	text-align: center;
}
.section-contact span {
	display: inline-block;
	vertical-align: middle;
	padding:0 0.5em;
}
.section-contact .name {
	margin:30px 0 0;
	font-size: 2.4rem;
}
.section-contact .name > span {
	font-size:0.625em;
	padding:0 1em 0.3em;
}
.section-contact .contact {
	font-size:1.8rem;
	line-height: 1.2;
}
.section-contact .contact > span {
	margin:14px 0 0;
}
@media print, screen and (min-width: 728px) {
	.section-contact .name {
		margin:30px 0 0;
		font-size: 2.4rem;
	}
	.section-contact .contact {
		font-size:2rem;
	}
}
.section-partner .box {
	overflow: hidden;
}
.section-partner .box .title {
	font-size:1.8rem;
	font-weight: 700;
	line-height: 1.2;
	color:#575757;
}
.section-partner .box .text {
	margin:12px 0 0;
	font-size:1.6rem;
	color:#575757;
}
.section-partner .box .text > span {
	display: inline-block;
	vertical-align: top;
}
.section-partner .domestic .text {
	margin-left:-1em;
}
.section-partner .domestic .image {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin:6px 0 0;
}
.section-partner .domestic .image * {
	width:auto;
	padding:6px 12px;
}
.section-partner .domestic .text > span {
	position: relative;
	padding-left:1em;
}
.section-partner .domestic .text > span:before {
	content:'／';
	position: absolute;
	left:0;
	top:0;
	width:1em;
	height:1em;
}
.section-partner .abroad {
	margin:20px 0 0;
}
@media print, screen and (min-width: 728px) {
	.section-partner .box {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.section-partner .box .title {
		font-size:1.8rem;
	}
	.section-partner .box .text {
		font-size:1.6rem;
		line-height: 1.8;
	}
	.section-partner .domestic {
		width:64%;
	}
	.section-partner .domestic .image {
		justify-content: flex-start;
	}
	.section-partner .abroad {
		margin:0 0 0 2%;
		flex: 1;
	}
}