@charset "utf-8";

/* PC/SP出し分け
------------------------------ */

@media screen and (min-width: 768px) {
#contents.reform .sp {
	display: none !important;
}
}

@media screen and (max-width: 767px) {
#contents.reform .pc {
	display: none !important;
}

}

body {
	min-width: 980px;
}

#contents.reform h3 {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 48px 0 24px;
	background: none;
	text-align: center;
}

#contents.reform h4 {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 24px 0 16px;
	background: none;
	font-size: 20px;
	line-height: 1.3;
	color: #0068B6;
	text-align: center;
}

#contents.reform h5 {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 8px 0 16px;
	background: none;
	font-size: 24px;
	line-height: 1;
	color: #0068B6;
	text-align: left;
}

.reform * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.reform img {
	max-width: 100%;
	height: auto;
}

.reform .bg {
	margin-top: 48px;
	padding: 16px 32px;
	background-color: #EEF7FD;
}

#contents.reform .bg h3 {
	margin-top: 32px;
}

.reform .blue {
	font-size: 20px;
	color: #0068B6;
	font-weight: bold;
}

.reform .center {
	text-align: center;
}

.reform .note {
	font-size: 12px;
}

.reform .list-reform {
	font-size: 0;
	text-align: center;
}

.reform .list-reform li {
	display: inline-block;
	width: 48%;
	margin-bottom: 24px;
	font-size: 16px;
	border-radius: 8px;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
	overflow: hidden;
	vertical-align: top;
}

.reform .list-reform li:nth-child(2n) {
	margin-left: 4%;
}

.reform .list-reform li figcaption {
	display: block;
	padding: 16px;
	line-height: 1;
	font-weight: bold;
	background-color: #FFF;
}

.reform .list-step {
	width: 80%;
	margin: 0 auto;
}

.reform .list-step li {
	position: relative;
	margin-top: 24px;
	margin-left: 16px;
	padding: 16px 24px 16px 40px;
	border-radius: 8px;
	background-color: #EEF7FD;
	vertical-align: top;
}

.reform .list-step .icon {
	position: absolute;
	width: 48px;
	top: -16px;
	left: -16px;
}

.reform .list-step .note {
	margin-top: 16px;
}

.reform .box {
	width: 90%;
	margin: 24px auto;
	border: 2px solid #0068B6;
	border-radius: 8px;
	overflow: hidden;
}

.reform .list-flow {
	background-color: #FFF;
}

.reform .list-flow dt {
	width: 120px;
	float: left;
	padding: 16px;
	text-align: center;
	clear: left;
}

.reform .list-flow dd {
	position: relative;
	padding: 16px;
	padding-left: 120px;
	border-bottom: 1px solid #0068B6;
}

.reform .list-flow dd:not(:last-child)::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: -10px;
	left: 52px;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #0068B6 transparent transparent transparent;
}

.reform .box .txt {
	padding: 16px;
}

.reform .box .list-case {
	margin: 16px 0;
	padding: 16px;
	background-color: #E6E6E6;
}

.reform .list-construct {
	font-size: 0;
}

.reform .list-construct li {
	display: inline-block;
	position: relative;
	width: 25%;
	padding: 0 4px;
	font-size: 16px;
	vertical-align: top;
}

.reform .forInq {
	width: 70%;
	margin: 32px auto;
}

.reform .forInq a:hover img {
	opacity: 0.7;
}
