@charset "UTF-8";

.text01 {
	font-size: 15.04px;
}
.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: 15.04px;
}
.list-dot > li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c30000;
  position: absolute;
  left: 10px;
  top: 10px;
}

.ttl-h2 a {
  color: #c30000;
  position: relative;
  transition: .25s;
}
.ttl-h2 a:hover {
	opacity: .75;
}
.ttl-h2 a[target=_blank]:after {
	content: "";
	display: inline-block;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 19 16'%3E%3Cpath fill='%23c30000' d='M10 14H2V8h3V6H0v10h12v-4h-2v2zM6 0v11h13V0H6zm11 9H8V4h9v5z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
	background-size: contain;
	vertical-align: text-top;
	/* width: 24px;
	height: 21px;
	position: absolute;
	right: -25px;
	bottom: 40px; */
	transition: .25s;
}
.ttl-h2 a[target=_blank]::after {
	width: 0.5em;
	height: 0.5em;
}
.ttl-h2 .ttl-sub {
  display: block;
  font-size: 27px;
  margin: 40px 0 20px;
}
.content-base {
  max-width: 1226px;
  padding: 0 13px;
  margin: 0 auto;
}
.navi-base {
  width: 1200px;
  padding: 0 13px;
  margin: 0 auto;
}

@media only screen and (max-width:767.98px){
	.content-base {
		width: 100%;
	}
	.ttl-h2 .ttl-sub {
		font-size: 24px;
	}
	.ttl-h2 {
		margin-top: 40px;
		font-size: 32px;
		font-weight: normal;
	}
	.list-dot > li {
		font-size: 14px;
		padding-left: 20px;
	}
	.list-dot > li::before {
		left: 2px;
		top: 7px;
	}
	/* .ttl-h2 a[target=_blank]:after {
		width: 14px;
		height: 11px;
		position: absolute;
		right: -30px;
		bottom: 20px;
		transition: .25s;
	} */
	
}