﻿@charset "UTF-8";

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

/* ------ option ------ */
.l__flow__item--02 .l__flow__num__img {
	background: url(../img/bg_01.jpg) center / cover no-repeat;
}
.l__flow__item--04 .l__flow__num__img {
	background: url(../img/bg_02.jpg) center / cover no-repeat;
}
/* ------ option ------ */
.l__ttl1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.l__ttl1 span {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #fff;
	background-color: #00176f;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1;
	padding-left: 0.3em;
	margin-right: 10px;
}
/* ------ option ------ */
.l__img1 {
	display: block;
	padding: 20px;
	border: 1px solid #d7d7d7;
	margin: 40px auto 0;
}

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

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