@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;
}
.btn01 a {
  background-color: #eb2f4c;
  border-color: #eb2f4c;
  text-align: center;
  display: block;
  padding: 1rem;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 5px;
  max-width: 700px;
  margin: 0 auto;
	box-shadow: 0 .6rem 0 0 #AA0002;
}
.fix_btn {
  width: 100%;
  padding: 1.5rem 2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
.fix_btn .btn01 a {
	padding: 1.5rem;
}
.content-wrapper .btn01 {
	padding: 2rem 0 7rem;
}
.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;
	flex-direction: column;
	margin: .8rem auto 0;
	width: 92%;
}
.list .flex .detail {
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: baseline;
	margin: auto;
}
.list li:nth-of-type(3) .flex .detail {
	justify-content: space-around;
}
.list .flex .detail div:nth-of-type(1) dt,
.list .flex .detail div:nth-of-type(2) dt {
	position: relative;
}
.list .flex .detail div:nth-of-type(1) dt::before,
.list .flex .detail div:nth-of-type(2) dt::before {
	position: absolute;
	content: "";
	background-image: url("/info/campaign/2509rise/images/arrow.png");
    background-size: contain;
    width: 48px;
    height: 41px;
    background-repeat: no-repeat;
    right: -8rem;
    top: 2rem;
}
.list li:nth-of-type(3) .flex .detail div:nth-of-type(2) dt::before {
content: none;
}

.list li:nth-of-type(3) .flex .detail div:nth-of-type(1) dt::before {
    right: -16rem;
}
.list .flex .detail div dt {
line-height: 1.7;	
}
.list .flex .detail div:nth-of-type(1) dt{
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 1rem;
}
.list .flex .detail div:nth-of-type(2) dt,
.list .flex .detail div:nth-of-type(3) dt {
	font-size: 3.4rem;
	font-weight: bold;
	color: red;
}
.list .flex .detail div dt .title {
font-size: 1.2rem;
display: block;
	color: #282828;
}
.list .flex .detail div:nth-of-type(1) dt .title {
margin-bottom: 3rem;
}

.list .flex .ex {
	width: 100%;
	display: flex;
    margin: 4rem auto 0;
}
.list .flex .ex dt {
	background-color: #9c333b;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
	width: 40%;
}
.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;
	width: 65%;
}

.list .flex .ex dd p:nth-of-type(1) {
	line-height: 2;
  font-weight: bold;
	font-size: 1.6rem;
}
.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;
}
/*テーブル*/
.general-table .taStyle02 th {
	text-align: center;
}
.taStyle02 .th-sub .text{
  text-align: center;
  font-size: 1.6rem;
  margin-top: .5rem;
}
.taStyle02 .th-sub .img{
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
}
.taStyle02 .th-sub .img p img {
	max-width: 100px;
    max-height: 80px;
}
.general-table .taStyle02 td {
	text-align: center;
	vertical-align: middle;
	font-size: 1.6rem;
}
.general-table .taStyle02 td .text-red {
	font-weight: bold;
}
	
.general-table .taStyle02 td:nth-of-type(1) {
	position: relative;
}
.general-table .taStyle02 td:nth-of-type(1)::after {
position: absolute;
  content: "";
  background-image: url("/info/campaign/2509terasu/images/arrow.png");
  width: 48px;
  height: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -3.5rem;
  top: 30%;
}
/*END==＝END==＝テーブル*/
@media screen and (max-width:659px) {
		.content-wrapper .btn01 {
  padding: 0rem 0 4rem;
}
	h1.heading-lv1 {
	text-indent: 0;
  padding-left: 0;
}

  .btn01 a {
    padding: 1rem;
    font-size: 1.5rem;
    border-radius: 5px;
  }
	.fix_btn .btn01 a {
	  padding: 1rem;
	}
	.list {
		width: 100%;
	}
	.list li {
		padding: .5rem;
	}
	.list .flex {
		display: block;
		width:  100%;
	}
	.list .flex .detail {
		width: 100%;
		flex-direction: column;
	}
	.list .flex .detail div {
		margin: auto;
	}
	.list .flex .detail div+div {
		margin-top: 5rem;
	}
	.list .flex .detail div dt {
		line-height: 1.25;
	}
	.list .flex .detail div:nth-of-type(1) dt {
		font-size: 2rem;
		margin-top: 0;
	}
	.list .flex .detail div:nth-of-type(1) dt .title {
    margin-bottom: 0;
	}
	.list .flex .detail div {
		position: relative;
	}
	.list .flex .detail div:nth-of-type(1)::before,
	.list .flex .detail div:nth-of-type(2)::before,
	.list li:nth-of-type(3) .flex .detail div:nth-of-type(1)::before {
	position: absolute;
  content: "";
  background-image: url("/info/campaign/2509rise/images/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
    width: 33px;
    height: 26px;
    right: 12rem;
    rotate: 90deg;
    bottom: -4rem;
    top: auto;
	}
	.list li:nth-of-type(1) .flex .detail div:nth-of-type(1)::before {
		right: 11rem;
	}
	.list li:nth-of-type(3) .flex .detail div:nth-of-type(1)::before {
		right: 9rem;
	}
	.list .flex .detail div:nth-of-type(1) dt::before, .list .flex .detail div:nth-of-type(2) dt::before, 
	.list li:nth-of-type(3) .flex .detail div:nth-of-type(2)::before
 {
		content: none;
	}
	.list .flex .detail div dd {
		margin-top: .3rem;
		line-height: 1.5;
	}
	.list .flex .detail div:nth-of-type(2) dt {
		font-size: 2.8rem;
	}
	.list .flex .ex {
		width: 100%;
		margin-top: 2rem;
		flex-direction: column;
	}
	.list .flex .ex dt {
		font-size: 1.4rem;
		width: 100%;
        padding: .5rem;
		margin-right: 0;
	}
	.list .flex .ex dd {
		width: 100%;
	}
	.list .flex .ex dd p:nth-of-type(1) {
		font-size: 1.2rem;
	}
	.list .flex .ex dd p:nth-of-type(2) {
		font-size: 1.6rem;
	}
	/*テーブル*/
	
	/*END==＝テーブル*/
	.taStyle02 .th-sub .img p img {
	  max-width: 80px;
	}
	.taStyle02 .th-sub .text {
	  font-size: 1.3rem;
	  line-height: 1.25;
	}
	.general-table .taStyle02 td {
		font-size: 1.4rem;
		min-width: 180px;
	}
	.general-table .taStyle02 td:nth-of-type(1)::after {
      width: 33px;
    height: 26px;
    right: -1.5rem;
    top: 40%;
	}
}

/*アコーディオン*/
.accordion:nth-of-type(1) {
	margin-top: 6rem;
}
.accordion:nth-of-type(3) {
	margin-bottom: 6rem;
}
.accordion + .accordion {
	margin-top: 2.5rem;
}
.accordion dt {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #f2f2f2;
	padding: 1.5rem;
	cursor: pointer;
	position: relative;
}
.accordion:nth-of-type(1) dt {
	background-color: #e0edfb;
}
.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%;
}
.accordion dd {
	display: none;
	border: 2px solid #f2f2f2;
	padding: 1.5rem;
}
.accordion:nth-of-type(1) dd {
	border-color: #e0edfb;
}

@media screen and (max-width:659px) {
	.accordion:nth-of-type(1) {
	  margin-top: 4rem;
	}
	.accordion:nth-of-type(3) {
	  margin-bottom: 4rem;
	}
	.accordion + .accordion {
	  margin-top: 1.5rem;
	}
	.accordion dt {
		font-size: 1.4rem;
		padding: .8rem;
	}
	.accordion dt::before {
		right: 1rem;
		width: 4px;
		height: 4px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		top: 50%;
	}
	.accordion dt.active::before {
		top: 50%;
	}
	.accordion dd {
		padding: 1rem;
	}
}
/*END===アコーディオン*/