@charset "UTF-8";

.text01 {
	font-size: 1.5rem;
}
.l-paragraph p {
	font-size: 15.04px;
	margin-bottom: 20px;
}
.l-paragraph h4 {
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.ttl-line {
  padding-bottom: 10px;
  border-bottom: 1px solid #151515;
  margin-bottom: 30px;
  position: relative;
}
.ttl-line:after {
  content: "";
  display: block;
  width: 230px;
  border-top: 1px solid #c30000;
  position: absolute;
  bottom: -1px;
}
.ttl-no-line {
  border-bottom: none;
}
.ttl-no-line:after {
  display: none;
}
.ttl-h2 {
  margin-top: 40px;
  font-size: 36px;
  font-weight: normal;
}
.list-dot > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.list-dot > li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c30000;
  position: absolute;
  left: 10px;
  top: 10px;
}
.list-annotation {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.list-annotation > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.2rem;
}
.list-annotation > li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.list-annotation > li .list-dot li:before {
  top: 7px;
}
.list-annotation.__decimal {
  counter-reset: item;
}
.list-annotation.__decimal > li {
  counter-increment: item;
  padding-left: 30px;
}
.list-annotation.__decimal > li::before {
  content: "※" counter(item);
}
.list-annotation.__decimal.num-set > li::before {
  content: attr(data-number);
}
.list-annotation.__txt-normal > li {
  line-height: 1.7;
  /*margin-bottom: 5px;*/
}
.l-paragraph a[target=_blank] {
	font-size: 1.5rem;
	position: relative;
	display: inline-block;
	text-decoration: underline;
	word-break: break-all;
}

.ttl-h2 a {
  color: #c30000;
  position: relative;
  transition: .25s;
}
.ttl-h2 a:hover {
	opacity: .75;
}
.ttl-h2 a[target=_blank]:after {
	content: "";
	display: block;
	background: url(../../../shared/v0010/img/ico_tab.svg) no-repeat;
	background-size: contain;
	width: 24px;
	height: 21px;
	position: absolute;
	right: -25px;
	bottom: 10px;
	transition: .25s;
}
.ttl-h2 .ttl-sub {
  display: block;
  font-size: 2.75rem;
}
.content-base {
  max-width: 1226px;
  padding: 0 13px;
  margin: 0 auto;
}
.navi-base {
  width: 1200px;
  padding: 0 13px;
  margin: 0 auto;
}
.l-anchor-link_wrap {
	background: #F5F5F5;
}
.l-anchor-link {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  background: #F5F5F5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
		  justify-content: center;
	margin: 0 auto;
}
.l-anchor-link + .l-anchor-link {
  padding-top: 0;
  margin-top: -10px;
}
.ttl-h2_wrap {
	margin-top: 40px;
}
.list-decimal {
  list-style-type: decimal;
  margin-left: 30px;
}
.list-decimal > li {
  list-style-type: decimal;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.list-decimal.__bold > li::marker {
  font-weight: bold;
}
.list-decimal.__bold > li .ttl {
  font-weight: bold;
}
.l-anchor-link {
  background: #F5F5F5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
		  justify-content: center;
}
.anchor-link > li > a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
		  align-items: center;
  gap: 10px;
  height: 100px;
  color: #c30000;
  text-decoration: none;
  padding: 0 17px;
  font-size: 18px;
  font-weight: bold;
  transition: .25s;
}
.anchor-link > li > a::after {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 17.5 10.2'%3E%3Cpath fill='%23c30000' d='m8.729 10.202-8.7-8.7 1.5-1.5 7.2 7.2 7.2-7.2 1.5 1.5-8.7 8.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.anchor-link > li > a:hover {
  background: #c30000;
  color: #FFF;
}
.anchor-link > li > a:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 17.5 10.2'%3E%3Cpath fill='%23fff' d='m8.729 10.202-8.7-8.7 1.5-1.5 7.2 7.2 7.2-7.2 1.5 1.5-8.7 8.7z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.pagescrollpoint {
	margin-top: -75px;
	padding-top: 75px;
	z-index: -1;
}
.ttl-h2_wrap a[target=_blank]::after {
	content: "";
	display: inline-block;
	vertical-align: text-top;
	margin-left: 13px;
	width: 12px;
	height: 11px;
	background: url(../../../shared/v0010/img/ico_tab.svg) no-repeat;
	background-size: contain;
	position: relative;
	top: 4px;
}
.ttl-h2_wrap .auto_filesize[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  margin-left: 13px;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 83.3 87.4'%3E%3Cpath fill='%23c30000' d='M62.8 0H18.5c-2.6-.1-4.8 2-4.8 4.6v20.5h6.4v-19h36.2v19.5h20.5v55.6H20.1v-19h-6.4v20.5c.1 2.6 2.2 4.6 4.8 4.6h59.9c2.6 0 4.7-2 4.8-4.6V19.5L62.8 0zm0 19.5V8.6l11.4 10.9H62.8zM25.2 39.3h-1.9v8.8h1.9c2.6 0 4.1-1.6 4.1-4.4.1-2.8-1.4-4.4-4.1-4.4M51 29.7H1.6c-.9 0-1.6.7-1.6 1.5v24.9c0 .9.7 1.5 1.6 1.5H51c.9 0 1.6-.7 1.6-1.5V31.2c0-.8-.7-1.5-1.6-1.5M12.1 46H9.8v5.3H6.2V36h5.9c2.6-.2 4.9 1.8 5.1 4.4v.5c0 3.1-1.9 5.1-5.1 5.1m19.1 3.3c-1.5 1.4-3.5 2.1-5.5 2.1h-6.3V36h6.3c4.6 0 7.6 3.1 7.6 7.7.1 2.1-.7 4.1-2.1 5.6M46.4 39h-6.7v3.6h5.8v2.9h-5.8v5.9h-4V36h10.7v3zm-35.1.1H9.7v3.8h1.6c1.3 0 2.3-.5 2.3-1.9 0-1.5-1-1.9-2.3-1.9'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.list-glossary {
  margin: 20px 0;
  font-size: 1.6rem;
}
.list-glossary dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.list-glossary dl dt {
  white-space: nowrap;
}
.list-glossary dl dt:after {
  content: ":";
  padding: 0 5px;
}
@media only screen and (max-width:767.98px){
	.content-base {
		width: 100%;
	}
	.ttl-h2 .ttl-sub {
		font-size: 32px;
	}
	.ttl-h2 {
		margin-top: 40px;
		font-size: 32px;
		font-weight: normal;
	}
	.list-dot > li {
		font-size: 1.3rem;
		padding-left: 20px;
	}
	.list-dot > li::before {
		left: 2px;
		top: 7px;
	}
	.ttl-h2 a[target=_blank]:after {
		width: 14px;
		height: 11px;
		position: absolute;
		right: -10px;
		bottom: 13px;
		transition: .25s;
	}
	
	.l-anchor-link {
		padding: 10px 0;
		flex-wrap: inherit;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	  }
	  .l-anchor-link > li a {
		height: auto;
		padding: 10px 4%;
	  }
	.pagescrollpoint {
		margin-top: 0;
		padding-top: 0;
		z-index: -1;
	}
}