body {
	color: #444;
}
main {
	background-color: #F8F8F8;
	font-family: 'Noto Sans JP',sans-serif;
}
a:hover, a:active, a:focus{
	color: #0F146C;
	text-decoration: none;
	opacity: 0.8;
}
.b {
	font-weight: 600;
}
.container_top{
	margin-top: 60px;
}
.breadcrumb_outer {
	background-color: #FFF;
	visibility: visible;
	height: auto;
}
.breadcrumb li a, .breadcrumb li a:hover, .breadcrumb li a:active, .breadcrumb li a:focus {
	color: #666666;
	text-decoration: underline;
}
.breadcrumb {
	padding-top: 52px;
	padding-bottom: 0;
}
@media (min-width: 768px) {
	.container_top{
		margin-top: 100px;
	}
	.breadcrumb {
		background-color: transparent;
		padding: 4px 15px;
		margin-bottom: 0;
		border-radius: 4px;
	}
	.breadcrumb li {
		font-size: 1.2rem;
		color: #fff;
		line-height: 1.42857143;
	}
	.breadcrumb li a, .breadcrumb li a:hover, .breadcrumb li a:active, .breadcrumb li a:focus {
		color: #fff;
		text-decoration: none;
	}
	.breadcrumb_outer {
		background-color: #6e73a5;
		height: auto;
	}
	span.jamp_s {
		margin-top: -150px;
		padding-top: 150px;
	}
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  padding: 0;
}
a {
  text-decoration: none;
}
.flow_section h3 {
	margin: 0 auto 20px;
}
.flow_text {
  line-height: 2;
  margin-bottom: 5rem;
}
.contents_list_area {
	border: 2px solid #DEE3DE;
	width: 90vw;
	margin: 0 auto;
	padding: 1.75em 1em;
}
.contents_list_area span {
	display: block;
	text-align: center;
	font-size: 1.2em;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 1em;
}
.contents_list {
	width: clamp(250px, 73vw, 550px);
	margin: 0 auto;
}
.contents_list li {
	line-height: 1.6;
	margin: .7em 0;
	padding-bottom: 1em;
}
.contents_list li a {
	color: #007D3A;
}
.contents_list li a:hover {
	color: #009244;
}
.contents_list .list-style {
	margin-left: 1em;
}
.contents_list .list-style li{
    position: relative;
	padding-left: 1.25em;
	font-size: .9em;
	padding-bottom: 0;
}
.contents_list .list-style li::before {
	content: "";
	position: absolute;
	top: 0;
	left: .25em;
	width: 6px;
	height: calc(1em - 2px);
	color: #007D3A;
	background: 0 0;
	border-bottom: solid 2px;
	border-left: solid 2px;
	border-radius: 0;
	box-shadow: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: scale(.75);
	transform: scale(.75);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	opacity: .75;
}
ul.contents_list li a {
	text-decoration: underline;
}
h2.flow_h2 {
	background-color: transparent;
	margin-top: 0;
	padding: 0;
	font-size: clamp(18px, 16px + 2vw, 43px);
	line-height: 1.5;
	margin-bottom: 20px;
}
/* ↓clampIE未対応のためIEのみ指定処理↓*/
@media all and (-ms-high-contrast: none) {
	h2.flow_h2, p.need_p {
		font-size: 2em;
	}
	.contents_list {
		width: 550px;
		max-width: 90%;
		margin: 0 auto;
	}
	@media (min-width : 992px) {
		.contents_list {
			width: 550px;
		}
	}
}
/* ↑clampIE未対応のためIEのみ指定処理↑*/
h3.flow_h3 {
	background-color: transparent;
	color: #444;
	font-size: 1.5em;
	padding: 0;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.3;
    padding-left: 30px;
    background: url(/fx/flow/images/n0783-single-yellow.png) no-repeat left top;
}
p.flow_p {
	margin: 0 0 2em;
	line-height: 2;
	font-size: 1.5rem;
}
p.flow_p_mb {
	margin-bottom: 5em;
}
p.datetime {
	font-size: 1.4rem;
	text-align: right;
	margin: 0 0 2em;
}
p.need_p {
	font-size: clamp(18px, 16px + 2.5vw, 35px);
	font-weight: bold;
	text-align: center;
	margin: 60px auto 0;
	padding-bottom: 1.5em;
}
ul.flow_step {
	list-style-type: decimal-leading-zero;
	display: block;
	margin-bottom: 2em;
	position: relative;
}
ul.flow_step::before {
	content: "";
	left: 50px;
	right: 0;
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	background: #444;
	z-index: 0;
}
ul.flow_step li {
	line-height: 2;
	padding: 1em;
	margin-bottom: 1em;
	width: 100%;
	background-color: #fff;
	position: relative;
	list-style-position: inside;
	border: 1px solid #444;
}
.btn-animation-02 {
	display: block;
	width: auto;
	text-align: center;
	border: 2px solid #00D161;
	background-color: #F8F8F8;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	position: relative;
}
.btn-animation-02 span {
	position: relative;
	z-index: 1;
	display: block;
	padding: 25px 2em;
}
.btn-animation-02 span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1em;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -5px;
}
.btn-animation-02 span:hover:after {
  border-top: 2px solid #444;
  border-right: 2px solid #444;
}
.btn-animation-02::before,
.btn-animation-02::after {
	content: "";
	display: block;
	background-color: #00D161;
	color: #444;
	width: 51%;
	height: 102%;
	position: absolute;
	top: -1px;
	transition: .2s;
}
.btn-animation-02::before {
	left: 0;
}
.btn-animation-02::after {
	right: -1px;
}
.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
	width: 0;
}
.btn-animation-02:hover {
	color: #444;
	border-radius: 4px;
}
.under_s {
	color: #444;
	text-decoration: none;
	background: linear-gradient(rgba(0, 209, 99,0) 60%, rgba(0, 209, 99,1) 40%);
}
.banner_sp {
	display: block;
	text-align: center;
}
.page-top {
	width: auto;
	max-width: 1360px;
	margin: 50px auto 0;
	padding: 0 2rem;
}
@media(max-width: 767px) {
	span.jamp_s {
		margin-top: -50px;
		padding-top: 50px;
	}
}
@media (min-width : 992px) {
	.contents_width {
		max-width: 900px;
		margin: 0 auto;
		padding: 0 1rem;
	}
	h1.flow_h1 {
		max-width: 900px;
		margin: 1rem auto 0;
		padding: 1rem 0;
	}
	.contents_list_area {
		width: 800px;
		margin-bottom: 10rem;
	}
	.contents_list {
		width: 500px;
	}
	.contents_list li {
		margin: .25em 0;
	}
	ul.contents_list li a {
		text-decoration: none;
	}
	.contents_list li a:hover {
		text-decoration: underline;
	}
	h2.flow_h2 {
		padding-top: 0;
		padding-right: 0;
		font-size: 2.5em;
		margin-bottom: 30px;
	}
	h3.flow_h3 {
		font-size: 2em;
		margin: 0 0 50px;
		background: url(/fx/flow/images/n0783-single-yellow.png) no-repeat 0 3px;
	}
	p.flow_p {
		font-size: 1.6rem;
	}
	p.need_p {
		font-size: 2.5em;
	}
	p.need_p br {
		display: none;
	}
	ul.flow_step {
		position: relative;
		display: flex;
	}
	ul.flow_step::before {
		content: "";
		left: 0;
		right: 0;
		top: 60px;
		margin: auto;
		width: 80%;
		height: 2px;
	}
	ul.flow_step li {
		width: 22%;
		margin-right: 30px;
		margin-bottom: 0;
	}
	.btn-animation-02 {
		display: inline-block;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
  .flow_text {
    margin-bottom: 10rem;
  }
}
.undr {
	background-color: #f6ff43;
	padding: 0 3px;
    margin: 0 3px;
	font-weight: 600;
}
@media only screen and (max-width: 991px) {
	.sp_readtext {
		font-size: 1.45rem;
		padding: 1rem;
	}
	h1.flow_h1 {
		max-width: 900px;
		margin: 1rem auto 0;
		padding: 1rem 0;
	}
	h1.flow_h1 img {
		height: auto;
	}
	.banner_sp img {
		height: auto;
	}
}
.read_wrapper {
	padding: 0 2rem;
}
.wrapper {
	display: block;
	max-width: 100%;
	margin: 8.5em auto;
	padding: 0 2rem;
}
.main {
  flex: 1 0 0%;
  min-width: 0;
}
.main {
	background-color: #FCFCFC;
	border-radius: 10px;
	-webkit-box-shadow: 1px 3px 12px rgb(204,204,204);
	box-shadow: 1px 3px 12px rgb(204,204,204);
	margin: 0 auto;
	padding: 3.5rem 2.5rem;
	height: auto;
}
@media screen and (min-width: 992px) {
	.wrapper {
		max-width: 900px;
		padding: 0 30px;
		margin: 0 auto 7em;
	}
	.main {
		padding: 6rem 3rem;
	}
}