.bold {
    font-weight: bold;
}
.strong {
  font-size: 1.6rem;
}
.text-red {
  color: red;
}
.entry-btn .btn-wrapper a{
    font-size: 2rem;
    background-color: #e83421;
}
.accordion dt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #f2f2f2;
  padding: 1.5rem;
  cursor: pointer;
  position: relative;
}
.accordion dd {
  display: none;
  border: 2px solid #f2f2f2;
  padding: 1.5rem;
}
.mt10 {
    margin-top: 1rem;
}
.fz18 {
    font-size: 1.8rem;
}
.available > ul > li {
  position: relative;
}
.available > ul > li::before {
  display: block;
  content: "●";
  width: 1em;
  height: 1em;
  position: absolute;
  left: -1.5rem;
  top: 2px;
}
.accordion + .accordion {
    margin-top: 2.5rem;
}
.accordion dt::before {
    content: "";
    position: absolute;
    top: 35%;
    right: 3rem;
    width: 8px;
    height: 8px;
    border-top: 4px solid #333;
    border-right: 4px solid #333;
    transform: rotate(135deg);
    transition: .2s;
}
.accordion dt.active::before {
    transform: rotate(-45deg);
    transition: .2s;
    top: 40%;
}
.list {
	width: 94%;
}
.list li {
  background-color: #fff3f6;
  padding: 2rem;
}
.list li:nth-of-type(2) {
	background-color: #fff8ea;
}
.list .list_2 {
	background-color: #e4ffeb;
}
.list .list_2:nth-of-type(2) {
	background-color: #e0efff;
}
.list .list_2:nth-of-type(3) {
	background-color: #ebe8ff;
}
.list li+li {
	margin-top: 3rem;
}
.list .flex {
	display: flex;
	justify-content: space-between;
	margin: .8rem auto 0;
	width: 100%;
}
.list .flex .detail {
	width: 50%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: baseline;
}
.list .flex .detail div:nth-of-type(1) {
	position: relative;
}
.list .flex .detail div:nth-of-type(1)::before {
	position: absolute;
	content: "";
	background-image: url("/info/campaign/2512rise/images/arrow.png");
    background-size: contain;
    width: 48px;
    height: 41px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    right: -8rem;
    top: 2rem;
}
.list .list_2 .flex .detail div:nth-of-type(1)::before {
    right: -4rem;
}
.list li:nth-of-type(2) .flex .detail div:nth-of-type(1)::before {
    right: -8rem;
}
.list li:nth-of-type(3) .flex .detail div:nth-of-type(1)::before {
    right: -10rem;
}
.list .list_2:nth-of-type(2) .flex .detail div:nth-of-type(1)::before {
    right: -4rem;
}
.list .list_2:nth-of-type(3) .flex .detail div:nth-of-type(1)::before {
    right: -4rem;
}
.list .flex .detail div:nth-of-type(1) dt{
	font-size: 2.6rem;
	font-weight: bold;
}
.list .flex .detail div:nth-of-type(2) dt{
	font-size: 3.4rem;
	font-weight: bold;
	color: red;
}
.list .flex .ex {
	width: 45%;
	margin-top: auto;
}
.list .flex .ex dt {
	background-color: #9c333b;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	padding: .5rem;
}
.list li:nth-of-type(2) .flex .ex dt {
	background-color: #ec8110;
}
.list_2 .flex .ex dt {
	background-color: #0fcb40;
}
.list .list_2:nth-of-type(2) .flex .ex dt {
	background-color: #228cff;
}
.list .list_2:nth-of-type(3) .flex .ex dt {
	background-color: #7563ff;
}
.list .flex .ex dd {
	padding: .5rem;
}

.list .flex .ex dd p:nth-of-type(1) {
	line-height: 2;
  font-weight: bold;
}
.list .flex .ex dd p:nth-of-type(2) {
	border-top: 2px solid;
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
  margin-top: .5rem;
  padding-top: .5rem;
  color: #9c333b;
}
.list li:nth-of-type(2) .flex .ex dd p:nth-of-type(2) {
	color: #ec8110;
}
.list .list_2 .flex .ex dd p:nth-of-type(2) {
	color: #0fcb40;
}
.list .list_2:nth-of-type(2) .flex .ex dd p:nth-of-type(2) {
	color: #228cff;
}
.list .list_2:nth-of-type(3) .flex .ex dd p:nth-of-type(2) {
	color: #7563ff;
}
.caption {
	font-size: 1.2rem;
  margin-top: -.5rem;
  display: block;
  color: #666;
}
.underline {
	text-decoration: underline;
}
.uppoint {
	font-weight: bold;
	color: red;
}

@media screen and (max-width:659px) {
	.list {
		width: 100%;
	}
	.list li {
		padding: .5rem;
	}
	.list .flex {
		display: block;
	}
	.list .flex .detail {
		width: 100%;
	}
	.list .flex .detail div:nth-of-type(1) dt {
		font-size: 2rem;
	}
    .list .flex .detail div:nth-of-type(1)::before {
	     width: 38px;
         height: 31px;
	     right: -3rem;
         top: 0rem;
	}
	.list li:nth-of-type(2) .flex .detail div:nth-of-type(1)::before {
	     right: -2rem;
	}
	.list li:nth-of-type(3) .flex .detail div:nth-of-type(1)::before {
	     right: -5em;
	}
.list .list_2 .flex .detail div:nth-of-type(1)::before {
    right: -2rem;
}
.list .list_2:nth-of-type(2) .flex .detail div:nth-of-type(1)::before {
    right: -2rem;
}
.list .list_2:nth-of-type(3) .flex .detail div:nth-of-type(1)::before {
    right: -2rem;
}
	.list .flex .detail div dd {
		margin-top: .3rem;
		line-height: 1.2;
	}
	.list .flex .detail div:nth-of-type(2) dt {
		font-size: 2.8rem;
	}
	.list .flex .ex {
		width: 100%;
		margin-top: 1rem;
	}
	.list .flex .ex dt {
		font-size: 1.4rem;
	}
	.list .flex .ex dd p:nth-of-type(2) {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:659px) {
.entry-btn .btn-wrapper a{
    font-size: 1.6rem;
    line-height: 1.2;
}
  .strong {
    font-size: 1.4rem;
  }
  .logo_img {
    width: 80%;
  }
.fz18 {
    font-size: 1.4rem;
}
.available > ul > li::before {
  left: -1.5rem;
  top: 0px;
}
    .available {
        padding-left: 2rem;
    }
}
@media screen and (max-width: 659px) {
  .accordion dt {
    font-size: 1.4rem;
    padding: .8rem;
  }
}