@charset "utf-8";
/* CSS Document */
/*font*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(/common/fonts/NotoSans_Thin.woff2) format('woff2'), url(/common/fonts/NotoSans_Thin.woff) format('woff'), url(/common/fonts/NotoSans_Thin.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  src: url(/common/fonts/NotoSans_Light.woff2) format('woff2'), url(/common/fonts/NotoSans_Light.woff) format('woff'), url(/common/fonts/NotoSans_Light.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(/common/fonts/NotoSans_DemiLight.woff2) format('woff2'), url(/common/fonts/NotoSans_DemiLight.woff) format('woff'), url(/common/fonts/NotoSans_DemiLight.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSans_Regular.otf'), url(/common/fonts/NotoSans_Regular.woff2) format('woff2'), url(/common/fonts/NotoSans_Regular.woff) format('woff'), url(/common/fonts/NotoSans_Regular.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(/common/fonts/NotoSans_Medium.woff2) format('woff2'), url(/common/fonts/NotoSans_Medium.woff) format('woff'), url(/common/fonts/NotoSans_Medium.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(/common/fonts/NotoSans_Bold.woff2) format('woff2'), url(/common/fonts/NotoSans_Bold.woff) format('woff'), url(/common/fonts/NotoSans_Bold.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(/common/fonts/NotoSans_black.woff2) format('woff2'), url(/common/fonts/NotoSans_black.woff) format('woff'), url(/common/fonts/NotoSans_black.otf) format('opentype')
}
/*END===font*/
body {
  font-family: 'Noto Sans JP', "メイリオ", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
}
.list {
	width: 94%;
}
.list li {
  background-color: #fff3f6;
  padding: 2rem;
}
.list li:nth-of-type(2) {
	background-color: #fff8ea;
}
.list li:nth-of-type(3) {
	background-color: #f0f0f0;
}
.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/2509rise/images/arrow.png");
    background-size: contain;
    width: 48px;
    height: 41px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    right: -8rem;
    top: 2rem;
}
.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 .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 li:nth-of-type(3) .flex .ex dt {
	background-color: #0e5595;
}
.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 li:nth-of-type(3) .flex .ex dd p:nth-of-type(2) {
	color: #0e5595;
}
.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: -4rem;
         top: 0rem;
	}
	.list li:nth-of-type(2) .flex .detail div:nth-of-type(1)::before {
	     right: -3rem;
	}
	.list li:nth-of-type(3) .flex .detail div:nth-of-type(1)::before {
	     right: -5em;
	}
	.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;
	}
}