@charset "UTF-8";
/* keyvisual */
.no_indent {
	margin-left:1.5em!important;
}

p.margin_bottom_no {
	margin-bottom:0!important;
	}

.margin_bottom_high {
	margin-bottom:2em;
	}

.stepBlock__body_image-vb {
	vertical-align: middle;
}

/* btn--home */
.btn--home .btn__linkArrow:before {
	transform: scale( -1, 1 );
/*	margin: 0 28px 0 0;*/
}
@media screen and (max-width: 959px){
	.btn--home {
		width: 100%;
		padding: 0 10px;
	}
	.btn--home .btn__linkArrow {
		background-image: none;
	}
	.btn--home .btn__linkArrow:before {
		content: '';
		width: 7px;
		height: 12px;
		margin: 0 13px 0 0;
		overflow: hidden;
		background: url(/element_2017/images/arrow_middle_right_btn2.png) left top no-repeat;
		display: inline-block;
	}
}
@media screen and (min-width: 959px){
	.btn--home {
		margin-bottom: 20px;
/*		margin-bottom: 120px;*/
	}
	.btn--home .btn__linkArrow {
		width: 100%;
/*		width: 427px; */
		height: 57px;
		margin: 0 auto;
	}
/*　以下追記 */
	.btn--typeDefault li {
		width: 42.7%;
	}
	.btn__list {
		margin-bottom:0;
	}
}

@media screen and (max-width: 959px) {
.lastSection {
	margin-bottom:55px;
	}
	
}
@media screen and (min-width: 959px){
.lastSection {
	margin-bottom:105px;
	}
}

/* Additional 202312 */
.title--xs {
	font-size: 1.2rem;
	margin: 10px 0 0;
}

.contentBlock {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: #f6f6f6;
	border: 1px solid #cfcece;
	padding: 10px;
	margin: 40px 0 20px;
}

.stepBlock__body p {
	font-size: 1.2rem;
	margin: 0;
}

.contentBlock .title--xs {
	margin: 0;
}

.stepBlock__body_image img {
	width: auto;
}

.stepBlock__body_block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 10px;
}

.stepBlock__body_block--image {
	align-self: center;
}

@media screen and (max-width: 375px){
	.stepBlock__body_image img,
	.stepBlock__body_block--image img,
	.contentBlock img {
		width: 100%;
	}
}
 
@media screen and (min-width: 959px){
	.title--xs {
		font-size: 1.4rem;
		margin: 5px 0 0;
	}

	.contentBlock {
		flex-direction: row;
		justify-content: center;
		padding: 20px 40px;
		margin: 40px 0 30px;
	}

	.stepBlock__body {
		padding: 35px 40px 45px;
	}

	.stepBlock__body p {
		font-size: 1.4rem;
		margin: 0;
	}

	.stepBlock__body .attention {
		font-size: 1.2rem;
	}

	.stepBlock__body_text {
		padding-left: 20px;
	}

	.stepBlock__body_block {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
}
