@charset "UTF-8";

.head_order {
  font-size: 1.5rem;
  margin-bottom: .25em;
  font-weight: bold;
}
.head_bold {
  font-size: 1.5rem;
  margin-bottom: .25em;
  font-weight: bold; 
}
.adobe_acrobat_reader {
  margin-bottom: 20px;
  display: block;
}
.text01 {
	font-size: 1.5rem;
}
section .container p {
  font-size: 16px;
  margin-bottom: 20px;
}
.l-paragraph p {
	font-size: 1.5rem;
	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: 32px;
  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 .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;
}
a:hover {
  opacity: 1;
  color: #c30000;
}
.l-anchor-link {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  background: #F5F5F5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
		  justify-content: center;
}
.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 7px;
  font-size: 1.5rem;
  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: -60px;
	padding-top: 60px;
	z-index: -1;
}
.arr_square {
  text-decoration: underline;
}

@media only screen and (max-width:767.98px){
	.content-base {
		width: 100%;
	}
	.ttl-h2 .ttl-sub {
		font-size: 26px;
	}
	.ttl-h2 {
		margin-top: 40px;
		font-size: 2.25rem;
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	  }
	  .l-anchor-link > li a {
		height: auto;
		padding: 5px 3%;
	  }
	.pagescrollpoint {
		margin-top: 0;
		padding-top: 0;
	}
}