﻿@charset "UTF-8";

/*============= SP =============*/

.accordionarea__plus {
	position: relative;
	top: 0;
	right: 0;
	text-align: right;
}
/* ------ option ------ */
.l__flow {
}

[class^="l__flow__item--"] {
	border: 1px solid #d7d7d7;
	padding: 15px;
	position: relative;
}
[class^="l__flow__item--"]:not(:last-child) {
	margin-bottom: 60px;
}
[class^="l__flow__item--"]:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 35px 0 35px;
	border-color: #acacac transparent transparent transparent;
	position: absolute;
	bottom: -46px;
	right: 0;
	left: 0;
	margin: auto;
}
.l__flow__num {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.l__flow__num > span,
.l__flow__num__img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}

.l__flow__num > span {
	width: 80px;
	background: #00176f;
	color: #fff;
	font-size: 32px;
}
.l__flow__num__img {
	flex: 1 1 0;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
.l__flow__txt {
	padding: 20px 0 0;
}
.l__flow__item--01 .l__flow__num__img {
	background: url(../img/img_01.jpg) center / cover no-repeat;
}
.l__flow__item--02 .l__flow__num__img {
	background: url(../img/img_02.jpg) center / cover no-repeat;
}
.l__flow__item--03 .l__flow__num__img {
	background: url(../img/img_03.jpg) center / cover no-repeat;
}
.l__flow__item--04 .l__flow__num__img {
	background: url(../img/img_04.jpg) center / cover no-repeat;
}
.l__flow__item--05 .l__flow__num__img {
	background: url(../img/img_05.jpg) center / cover no-repeat;
}
/* ------ option ------ */
.l__cnt__img3 {
	display: block;
	max-width: 600px;
	margin: 50px auto;
	width: 100%;
}
.l__img__2col {
	background-color: #f2f2f2;
	margin: 40px auto;
	padding: 15px;
}
.l__img__2col span {
	display: block;
}
.l__img__2col span:not(:last-child) {
	margin-bottom: 10px;
}
/*================ 内部パーツ ================*/
.cnt__tbl tbody tr td img.l__example__img1 {
	max-width: 100%;
}
/* ------ option ------ */
.accordionarea__inner h5.cnt__recombox__ttl {
	background-color: #00176f;
	color: #fff;
	padding: 9px 15px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.3;
}
.l__img4 {
	width: 100%;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.l__img4 > span {
	width: 90%;
	display: block;
}
.l__img4 > span > img {
	margin: 0 auto;
}

@media screen and (min-width: 560px) {
	/* ------ 560px~ ------ */
}

@media screen and (min-width: 960px) {
	/* ------ 960px~ ------ */

	[class^="l__flow__item--"] {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	.l__flow__num {
		width: 282px;
		height: 110px;
	}
	.l__flow__num__img {
		font-size: 15px;
	}
	.l__flow__txt {
		padding: 0 0 0 43px;
		flex: 1 1 0;
	}

	/* ------ option ------ */

	.accordionarea__inner .cnt__block1__txt {
		width: calc(100% - 360px);
		padding: 0 20px 0 0;
	}
	.accordionarea__inner .cnt__block1__img {
		width: 360px;
	}
	/*================ l__img__2col ================*/
	.l__img__2col {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.l__img__2col span {
		width: 49%;
	}
	.l__img__2col span:not(:last-child) {
		margin-bottom: 0;
	}
	.l__img__2col span:nth-child(2n + 1) {
		margin-right: 2%;
	}
}
