@charset "utf-8";
.page_title{
	background: #F3F0EB;
	padding: 40px 0 35px;
	text-align: center;
}
.pageBody{
	margin: 35px auto 50px;
	max-width: 1000px;
}
.contents{
	background: #fff;
	padding: 40px 90px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contents h2{
	border-left: solid 10px #E5C700;
	color: #E5C700;
	margin-bottom: 35px;
	padding: 0.2em 0 0 20px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
}
.contents h3{
	color: #00B2B2;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
}
.contents p{
	margin-bottom: 15px;
}

/* All SP & Tablet */
@media screen and (max-width: 999px) {
	.pageBody{
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contents{
		padding: 40px 70px 50px;
	}
}

/* All SP */
@media screen and (max-width: 639px) {
	.page_title{
		padding: 30px 0;
	}
	.page_title img{
		height: 18px;
	}
	.contents{
		padding: 40px 20px 50px;
	}
	.contents h2{
		margin-bottom: 25px;
		font-size: 20px;
	}
	.contents h3{
		font-size: 15px;
	}
}

/* Portrait */
@media screen and (max-width:479px) {

}


.bracketed-list {
  counter-reset: number;
  list-style: none;
  padding-left: 0;
}

.bracketed-item {
  counter-increment: number;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 1em;
}

.bracketed-item::before {
  content: "(" counter(number) ")";
  position: absolute;
  left: 0;
  color: #00B2B2;
  font-weight: bold;
}


.numbered-list {
	list-style: decimal;
	padding-left: 1.5em;
	margin-left: 0.5em;
}

.numbered-item {
  margin-bottom: 1em;
  line-height: 1.6;
}

.numbered-item::marker {
  color: #00B2B2;
  font-weight: bold; 
}

.definition-title {
  font-weight: bold;
  margin-top: 1.5em;
  color: #333;
}

.definition-title .number-label{
margin-right: 0.5em;
}

.definition-content {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	line-height: 1.6;
	margin-left: 1em;
}

.dot-list {
	list-style: disc;
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.dot-item {
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.dot-item::marker {
  color: #00B2B2;
}

.text-link {
  color: #00B2B2;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.text-link:hover {
  color: #138C8F;
}

.numbered-paragraph {
  margin-bottom: 1em;
  line-height: 1.6;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.number-label {
  color: #00B2B2;
  font-weight: bold;
}

.case-box {
  margin-bottom: 1.5em;
}

.case-box__title {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.5em;
  color: #333;
}

.case-box__text {
  margin-left: 1em;
  line-height: 1.6;
}

.case-box__list {
  margin-bottom: 1.5em;
}

.case-box__term {
  font-weight: bold;
  margin-top: 1em;
}

.case-box__desc {
  margin-left: 1.5em;
  line-height: 1.6;
}

.policy-update {
  text-align: right;
  font-size: 0.9em;
  color: #666;
  margin-top: 2em;
}