@charset "UTF-8";

#mv {
	background-image: url(../images/mv.jpg);
}


@media (min-width: 769px) and (max-width: 1024px) {
  section.sameSpace {
    padding: 120px 0 0;
}
  
  section.sameSpace:last-child {
    padding: 120px 0;
}
}

/* deco     –––––––––––––––––––––– */

.rule01 .scInr, .rule02 .scInr, .rule03 .scInr  {
  position: relative;
}

.rule01 .deco,
.rule02 .deco,
.rule03 .deco {
  width: 156px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.rule01 .deco,
	.rule02 .deco,
	.rule03 .deco {
		max-width: 156px;
		width: 25vw;
		margin: 0 auto;
	}
}

/*
.rule01 .deco {
  top: -5vh;
  right: -10vw;
}

.rule02 .deco {
  top: -5vh;
  right: -10vw;
}

.rule03 .deco {
  top: -5vh;
  right: -15vw;
}*/

.rule01 img,
.rule02 img,
.rule03 img { max-width: 100%;}

/* title     –––––––––––––––––––––– */
.ttlrl {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  font-weight: 600;
	border-bottom: solid 2px #fff;
  line-height: 1;
	text-align: center;
	border-image: linear-gradient(to right, #e95506 0%, #e83428 100%) 1/0 0 6px	0;
	border-bottom-style: solid;
}

.ttlrl span {
  display: block;
	font-weight: normal;
}

.ttlrl span.en {
	font-size: 5rem;
	margin: 1.5rem 0;
}

.ttlrl span img {
  max-width: 100%;
  max-height: 100%;
  line-height: 1;
}

@media (max-width: 768px) {
  .ttlrl {
		font-size: 1.4rem;
		padding-bottom: 0.8rem;
  }

  .ttlrl span.en {
		font-size: 4rem;
		margin: 1rem 0;
	}
}


section.sameSpace {
	padding: 0;
    padding-bottom: 3.5em
}

/* ruleList     –––––––––––––––––––––– */

.ruleList dl {
  margin-bottom: 30px;
}

.ruleList dt {
	font-size:100%;
	position: relative;
	padding-left: 15px;
}

.ruleList dt::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	background-color: #00A8A9;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0.45em;
	left: 0;
}

.ruleList dt::after {
	display: none;
}

.ruleList dd {
  padding-left: 15px;
  line-height: 1.6;
}

.ruleList dl:last-child {
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .ruleList dd {padding-left: 1.3rem;}

	.ruleList dt {
		padding-left: 1.3rem;
	}

	.ruleList dt::before {
    top: 0.3em;
	}

}