@charset "utf-8";

body {
	margin: 0;
	background-color: #f8f6ef;
}
img {
	width: 100%;
}
a {
	color: #6bb4da;
}

.is_sp {
	display: none;
}
.is_pc {
	display: inline;
}
@media (max-width: 1023px) {
	.is_sp {
		display: inline;
	}
	.is_pc {
		display: none;
	}
}

#main {
	margin: 7% 20% 3% 20%;
}
@media (max-width: 1023px) {
	#main {
		margin: 14% 5% 3% 5%;
	}
}

.mc1 {
	background-color: #dfddd7;
	text-align: center;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
.mc1 img {
	position: relative;
	top: -73px;
	margin-bottom: -63px;
	width: auto;
}
.txt01 {
	font-weight: bold;
	font-size: 2em;
}
@media (max-width: 1023px) {
	.mc1 img {
		margin-bottom: -88px;
		width: 90%;
	}
	.txt01 {
		display: block;
		font-size: 1.5em;
		margin-top: 1em;
	}
}

.mt1 {
	color: #FFFFFF;
	background-color: #be231f;
	text-align: center;
	border-radius: 30px;
	font-weight: bold;
	font-size: 1.7em;
	padding: 0.5em 0;
	margin-bottom: 1em;
}
@media (max-width: 1023px) {
	.mt1 {
		font-size: 1.2em;
		border-radius: 15px;
	}
}

.mc2 {
	text-align: center;
	margin-bottom: 2em;
}
.mc2 ol, .mc2 ul {
	display: flex;
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0 0 0.5em 0;
}
.mc2 ol li {
	position: relative;
	width: 32%;
	margin-right: 1%;
}
.mc2 ol li:last-child{
	margin-right: 0%;
}
.mc2 ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #be231f;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 33px;
	width: 33px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.mc2 li>span {
	margin-bottom: 0.5em;
	display: block;
	font-weight: bold;
	font-size: 1.5em;
}
.mc2>span {
	font-size: 1.3em;
}
@media (max-width: 1023px) {
	.mc2 ol, .mc2 ul {
		flex-flow: column;
		justify-content:space-between;
	}
	.mc2 ol li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 1em;
	}
}

.mc1l {
	display: flex;
	align-items: center;
	background-color: #dfddd7;
	text-align: left;
	padding: 1em;
	margin-bottom: 2em;
}
.mun02 {
	display: inline-block;
	float: left;
	color: #be231f;
	text-align: center;
	font-size: 3.5em;
	font-weight: bold;
	width: 10%;
}
.txt02 {
	display: inline-block;
	text-align: left;
}
.txt03r {
	color: #FF0000;
}
@media (max-width: 1023px) {
	.mc1l {
		margin-bottom: 1em;
	}
	.mun02 {
		font-size: 2.0em;
	}
	.txt02{
		margin: 0em 0em 0em 1em;
	}
}

.mt2 {
	color: #be231f;
	background-color: #FFFFFF;
	text-align: center;
	border: 2px solid #be231f;
	border-radius: 30px;
	font-weight: bold;
	font-size: 1.7em;
	width: 25%;
	padding: 0.5em 0;
	margin: 0 auto 1em auto;
}
.mc2 ul li {
	width: 48%;
	margin-right: 2%;
}
.mc2 ul li:last-child{
	margin-right: 0%;
}

.mc2l {
	text-align: left;
	margin-bottom: 2em;
}
.txt04 {
	font-size: 1.1em;
}
.txt04b {
	font-size: 1.1em;
	font-weight: bold;
}
@media (max-width: 1023px) {
	.mt2 {
		font-size: 1.2em;
		width: 50%;
		border-radius: 15px;
		margin: 1em auto 1em auto;
	}
	.mc2 ul li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 1em;
	}
	.mc2 ul li:last-child{
		margin-bottom: 0;
	}
}

.mc4 {
	margin: 6em 10% 2em 10%;
	position: relative;
}
.num03 {
	background-color: #be231f;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 150px;
	width: 150px;
	color: #ffffff;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: -70px;
	right: -70px
}
.mt3 {
	display: block;
	color: #FFFFFF;
	background-color: #be231f;
	text-align: center;
	font-weight: bold;
	font-size: 2.5em;
	padding: 0.2em 0;
	margin: -0.2em 0 1em 0;
}
@media (max-width: 1023px) {
	.mc4 {
		margin: 4em 0 2em 0;
	}
	.num03 {
		height: 110px;
		width: 110px;
		font-size: 1.5em;
		top: -45px;
		right: 0px
	}
	.mt3 {
		font-size: 2.0em;
	}
}

.mct1__area {
	position: relative;
	border: solid 4px #000000;
	margin-bottom: 4em;
}
.mct1__area__label {
	position: absolute;
	top: 0;
	left: 7%;
	font-size: 2.0em;
	padding: 0 10px;
	transform: translateY(-50%);
}
.mct1__area__label::before {
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f8f6ef;
	content: '';
}
.mct1__area__content {
	font-size: 1.1em;
	padding: 20px;
}
.mct1__area__content li {
	margin-bottom: 1em;
}
@media (max-width: 1023px) {
	.mct1__area {
		margin-bottom: 2em;
	}
	.mct1__area__label {
		left: 21%;
	}
}

.mt4 {
	display: block;
	color: #be231f;
	text-align: center;
	font-weight: bold;
	font-size: 2.5em;
	padding: 0.2em 0;
	margin: -0.2em 0 1em 0;
}
@media (max-width: 1023px) {
	.mt4 {
		margin: -0.2em 0 0 0;
	}
}

.mc3__area {
	position: relative;
	border: dashed 2px #000000;
	margin-top: 4em;
}
.mc3__area__label {
	position: absolute;
	top: 0;
	font-size: 2.0em;
	font-weight: bold;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.mc3__area__label span {
	opacity: 1;
	background: #f8f6ef;
	padding: 0 10px;
}
.mc3__area__content {
	font-size: 1.1em;
	padding: 40px 20px 20px 20px;
}
.mc3__area__content ul {
	margin: 1em 0 0 0;
	padding-left: 20px;
}
.mc3__area__content li {
	margin-bottom: 1em;
}

.txt0r1 {
	color: #be231f;
}
.txt05 {
	font-weight: normal !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	min-height: 2em !important;
	margin-bottom: 0 !important;
}
.txt05>img {
	width: 2em;
	margin-right: 0.5em;
}

footer {
	text-align: right;
	margin: 0% 20% 4em 20%;
}
footer img {
	width: 20%;
}
footer small {
	display: block;
	text-align: center;
	margin-top: 2em;
}
@media (max-width: 1023px) {
	footer {
		margin: 2em 5% 3em 5%;
	}
	footer img {
		width: 40%;
	}
}