/******************************************************************
** margin
******************************************************************/
.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}


/******************************************************************
** Texts
******************************************************************/

.page-text {
	font-size: 2.6em;
	line-height: 2;
	margin: 0;
}
/******************************************************************
** Lists
******************************************************************/
ol, ul {
	margin: 0 0 1.5em;
	padding: 0;
	padding-left: 0.5em;
  }
ol li, ul li {
	margin-bottom: 0.3em;
	margin-left: 10px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}
ul.nav-list {
	list-style: none;
}


.hero-area {
	position: relative;
	width: 100%;
	height: 30vh;
	padding: 0 32px;
	background: url("../../img/hero-area_bg-sp.jpg") no-repeat center center/cover
}

.hero-area__inner {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-left: -32px;
	margin-right: -32px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.hero-area__ttl {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5
}

@media (min-width:920px) {
	.hero-area {
		height: 50vh;
		background: url("../../img/hero-area_bg-pc.jpg") no-repeat center center/cover
	}

	.hero-area__inner {}

	.hero-area__ttl {
		font-size: 56px;
		font-size: 5.6rem;
		line-height: 1.333
	}
}

.container {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.container .page-text.page-text01 {
	font-size: 2.6em
}
.container .page-text.page-text02 {
	margin-top: 1.5em;
}

.heading_mid01 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #000000;
	line-height: 1.3333333333;
	margin: 0;
	margin-top: 3em;
	margin-bottom: 1em;
}

ol.counter-cnt {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

ol.counter-cnt li {
	font-size: 1.0em;
	list-style-type: none;
	counter-increment: cnt;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

ol.counter-cnt li::before {
	content: "（"counter(cnt) "） ";
	margin-left: -45px;
}

ol.counter-circle {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

ol.counter-circle li {
	font-size: 1.0em;
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
	line-height: 2.0em;
}

ol.counter-circle li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	font-size: 0.7em;
	display: block;
	float: left;
	position: absolute;
	top: 6px;
	line-height: 16px;
	margin-left: -30px;
	text-align: center;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 1px solid #364246;
}
@media (min-width:920px) {
	.container {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*# sourceMappingURL=terms.css.map */