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

.swm-PageNavA_List {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.625rem;
	padding-left: 0;
	list-style-type: none
}
@media print, screen and (min-width:768px) {
.swm-PageNavA_List {
	margin-bottom: 2.5rem
}
}
.swm-PageNavA_Item {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	border-left: 1px solid #dadada
}
@media print, screen and (min-width:768px) {
.swm-PageNavA_Item {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	max-width: none;
	margin-right: 0;
margin-bottom:.3125rem
}
.swm-PageNavA_Item:last-of-type {
	border-right: 1px solid #dadada
}
}
.swm-PageNavA_Link {
	display: block;
	position: relative;
padding:.5625rem 0 .5625rem 2.125rem;
	text-decoration: none;
font-size:.875rem;
	font-weight: 600;
	line-height: 1.3;
	color: #df0523;
	transition-duration: .3s
}
@media print, screen and (min-width:768px) {
.swm-PageNavA_Link {
padding:.5625rem 1.5rem .5625rem 2rem;
	border: 0
}
}
.swm-PageNavA_Link:hover {
	text-decoration: underline;
	color: #df0523
}
.swm-PageNavA_Icon {
	position: absolute;
top:.5rem;
left:.5rem;
	font-size: 1.14em;
	color: #df0523
}
.swm-PageNavA_Icon:before {
 font-family:iconfont;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 display:inline-block;
 vertical-align:middle;
 font-style:normal;
 font-variant:normal;
 font-weight:400;
 line-height:1;
 text-decoration:none;
 text-transform:none;
 speak:none;
 content:"▼";
 -webkit-transform:scale(.5);
 -ms-transform:scale(.5);
 transform:scale(.5)
}

.sw-Link {
  text-decoration: underline;
  color: #df0523;
  /* CMS対応 */
}

.sw-Link:hover {
  text-decoration: none;
}

.irex.st-GlobalInner {
	margin-top: 30px;
}

h3 {
	font-size: 19.2px;
	font-size: 1.2rem;
	margin: 20px 0;
	padding: 0 0 0 16px;
	padding: 0 0 0 1rem;
	position: relative;
	line-height: 1.4
}

h3:before {
	content: "";
	background-color: #dd0627;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

p{
	margin-bottom: 30px;
}

ol {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
	ol {
		padding-left: 20px;
	}
}

ol.alt li {
	list-style-type: none;
	counter-increment: cnt;
	display: flex;
}

ol.alt li::before {
	content: "(" counter(cnt) ") ";
}

h4{
	margin: 20px 0;
}

ol.alt {
	padding-left: 10px;
}

a.terms_link {
	text-decoration: none;
    color: #039;
}

a.terms_link:hover, a.terms_link:active, a.terms_link:focus {
    color: #df0523;
    text-decoration: underline;
}

.local-PageTitle_Main.alt {
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
  margin-inline: auto;
  width: 100%;
  /* justify-content: center; */
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  margin-top: 50px;
}