@charset "utf-8";
/* CSS Document */

h3.pageTitle {
	background-color: #e5f1d9;
	background-image: url();
	line-height: 1.5;
}

h4 {
	font-size: 115%;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

ul.mynumber-list {
	list-style: none;
}

ul.mynumber-list li {
  margin-bottom: 0.75rem;
	padding-left: 2em;
	text-indent: -1em;
	line-height: 1.5;
}
@media screen and (max-width: 667px) {
	ul.mynumber-list li {
		padding-left: 0.5rem;
	}
}

span {
	line-height: 1.5;
}
    
.step-list dd {
	margin-bottom: 30px;
}

.mynumber-wrap {
	flex-wrap: nowrap !important;
}
@media screen and (max-width: 667px) {
	.mynumber-wrap {
		flex-wrap: wrap !important;
	}
}

.mynumber-item {
	padding: 0 0.5rem;
}

.mynumber-detail {
	font-weight: bold;
	line-height: 1.5;
}

.mynumber-detail dt {
	color: #0000ff;
}

.mynumber-detail dd {
	color: #ff0000;
}

.mynumber-detail dd span {
	line-height: 1;
	color: #000;
	text-decoration: underline;
	padding-right: 0.5rem;
}

.text-right {
	text-align: right;
}

.small {
	font-size: 80%
}

.d-block {
	display: block;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}
.d-flex dt {
	width: 30px;
	line-height: 1.5;
}
.d-flex dd {
	width: calc(100% - 30px);
	line-height: 1.5;
}

.red {
	color: #ff0000;
}

.w100 {
	width: 100%;
}