@charset "UTF-8";

.contsTtl .redH {
	background: #d00f31;
}
.redBtn {
	background-color: #d00f31;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}
.cpBtnY {
	background: #fad025;
	color: #111111;
	-webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
	box-shadow: 0px -5px 0px 0px #b39f3f inset;
}
.cpBtnG {
	background: #2dad55;
	-webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
	box-shadow: 0px -5px 0px 0px #1f823e inset;
}
.dbaraiBtn{
	margin: 0 auto;
	padding: 0 13.54167% 3.125%;
}
.dbaraiList01{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_2_01_bg.png") repeat-y;
}
.dbaraiList02{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_5_01_bg.png") repeat-y;
}	
.dbaraiList03{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_8_01_bg.png") repeat-y;
}
.dbaraiList01 li,
.dbaraiList02 li,
.dbaraiList03 li{
	width: 31.945%;
	float: left;
	margin-right: 2.085%;
}
.dbaraiList01 li:nth-child(3n+0),
.dbaraiList02 li:nth-child(3n+0),
.dbaraiList03 li:nth-child(3n+0){
	margin-right: 0;
	margin-bottom: 3%;
}


/* 共通 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

.disp_sp {
	display: none !important;
}
.ulp_page {
	line-height: 1.6;
	color: #000;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}
.ulp_page .inner {
	padding: 0 10%;
}

/* btn-a */
.ulp_page .c-btn-a {
	box-sizing: border-box;
	font-size: 25px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-size: auto auto;
	background-color: #000;
	border-radius: 12px;
	padding: 22px 55px;
	line-height: 1.4;
	width: 460px;
	max-width: 100%;
	text-align: center;
	position: relative;
	box-shadow: 0 7px 0 #E60044;
	margin-bottom: 7px;
	min-height: 90px;
}
.ulp_page .c-btn-a.-pink {
	background-color: #E60044;
	box-shadow: 0 7px 0 #000;
}
.ulp_page .c-btn-a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/btn_deco_01.png) top 7px left 7px no-repeat, url(../img/btn_deco_02.png) bottom 7px right 7px no-repeat;
	background-size: 21px 16px;
	pointer-events: none;
}
.ulp_page .c-btn-a::after {
	pointer-events: none;
	position: absolute;
	content: "";
	width: 28px;
	height: 28px;
	background: url(../img/arrow_01.png) center center no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 30px;
}
.ulp_page .c-btn-a.-pink::after {
	background: url(../img/arrow_02.png) center center no-repeat;
	background-size: contain;
}

/* notes */
.notes-list-a li {
	font-weight: 500;
	padding-left: 1em;
	position: relative;
	line-height: 1.8;
	padding-left: 1em;
  text-indent: -1em;
}
.notes-list-a li a {
	display: inline;
	padding-bottom: 2px;
	color: #E60113;
	border-bottom: solid 1px #E60113;
}
.notes-list-a.-small li {
	font-size: 15px;
}
.notes-list-a.-num li {
	font-size: 18px;
}
/* ---------------- */

.entry-lead {
	color: #626262;
	font-weight: bold;
	text-align: center;
	margin-top: 70px;
	font-size: 20px;
}
/* エントリーはこちら：注釈 */
.entry-notes {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin-top: 50px;
	padding: 0 20px;
}

.entry-notes li {
	font-size: 18px;
	font-weight: 500;
	padding-left: 1.1em;
	position: relative;
	line-height: 1.6;
}

.entry-notes li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "※";
	display: inline-block;
}

.entry-notes li a {
	display: inline;
	padding-bottom: 2px;
	color: #E60113;
	border-bottom: solid 1px #E60113;
}

.entry-btn {
	margin-top: 70px;
	text-align: center;
}
.entry-btn a {
	margin-left: auto;
	margin-right: auto;
}

.campaign {
	margin-top: 100px;
	background: url(../img/bg_01.png) repeat-y top left/100% auto;
	padding: 50px 0 100px;
	position: relative;
	margin-bottom: 20px;
}
.campaign::before,
.campaign::after {
	height: 12px;
	width: 100%;
	position: absolute;
	left: 0;
	content: "";
	background: url(../img/bg_line_01.png) repeat-x top center/auto 100%;
}
.campaign::before {
	bottom: 100%;
}
.campaign::after {
	top: 100%;
}

.campaign__heading {
	z-index: 2;
	position: relative;
}

.campaign__lead {
	margin-top: 32px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.campaign__box {
	background-color: #fff;
	border-radius: 12px;
	padding: 35px;
	margin-top: 46px;
	position: relative;
	box-shadow: 5px 5px 0 #E60044, -5px -5px 0 #66C1EB;
	position: relative;
	z-index: 1;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;

}

.campaign__item {
	line-height: 1.8;
	padding-left: 14px;
	position: relative;
	margin-top: 12px;
}
.campaign__item:first-child {
	margin-top: 0;
}
.campaign__item::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #E60113;
	border-radius: 100px;
	left: 0;
	top: 0.7em;
}

.campaign__btn {
	margin-top: 50px;
}
.campaign__btn a {
	margin-left: auto;
	margin-right: auto;
}

.attention {
  position: relative;
  border-radius: 6px;
	/* border: solid 2px #2AA6E2; */
	margin: 120px 0 40px;
  background-color: #F5F5F5;
  padding: 65px 7.8% 7.8%;
}
.attention__deco {
  position: absolute;
  content: "";
  background-size: contain;
  width: 390px;
	max-width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
  z-index: 2;
}

.attention__bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 74px;
  height: 62px;
  background-color: #2AA6E2;
  content: "";
  border-radius: 0 6px 0 6px;
	cursor: pointer;
}
.attention__bar::before, .attention__bar::after {
  width: 32px;
  height: 4px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.attention__bar.js-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.attention__title {
	color: #2AA6E2;
  font-weight: bold;
  font-size: 41px;
  text-align: center;
  padding-bottom: 30px;
	border-bottom: dotted 5px #000;
}

.attention__heading {
  font-weight: bold;
  padding-left: 26px;
  position: relative;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #000;
  font-size: 21px;
}
.attention__heading::before {
  content: "";
  position: absolute;
  background: url(../img/icon_01.png) center center no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  left: 0;
  top: 2px;
}

.attention__text {
  font-size: 18px;
  margin-top: 14px;
	line-height: 1.8;
}
.attention__text.-first {
	margin-top: 30px;
}

.attention__list li {
	font-size: 18px;
	line-height: 1.8;
	padding-left: 13px;
	position: relative;
	margin-top: 13px;
}
.attention__list li::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #000;
	border-radius: 100px;
	top: 0.7em;
	left: 0;
}

.attention__notes {
	margin-top: 16px;
}

.attention__link {
	display: inline-block;
	color: #E60044;
	font-weight: 500;
	font-size: 18px;
	margin-top: 20px;
	border-bottom: solid 2px #E60044;
}

.attention__table {
	margin-top: 20px;
}
.attention__table table {
  border-collapse: separate;
  border-spacing: 0;
	border-radius: 3px;
  overflow: hidden;
}
.attention__table table th,
.attention__table table td {
	border-bottom: solid 2px #34ACE6;
	background-color: #fff;
	padding: 10px 20px;
	vertical-align: middle;
}
.attention__table table th {
	text-align: center;
}
.attention__table table td {
	border-left: 2px solid #34ACE6;
	text-align: center;
}
.attention__table table tr th:last-child,
.attention__table table tr td:last-child {
	border-right: solid 2px #34ACE6;
}
.attention__table table tr:first-child th {
	background-color: #34ACE6;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	border-left: 2px solid #fff;
}
.attention__table table tr:first-child th:first-child {
	border-left: solid 2px #34ACE6;
}

.about-btn {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 24px;
}

.about-btn__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 40px;
	width: 100%;
}
.about-btn__text {
	margin-top: 40px;
	font-weight: 500;
	text-align: center;
}

.ulp_page .wrp-vis {
	padding-bottom: 100px;
}

/* 完了ページ */
.complete {
	background: url(../img/bg_01.png) repeat-y top left/100% auto;
	position: relative;
	padding: 100px 70px;
}
.complete::after {
	height: 12px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	content: "";
	background: url(../img/bg_line_01.png) repeat-x top center/auto 100%;
}

.complete__heading {
	color: #E60044;
	font-weight: bold;
	font-size: 38px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.complete__heading::before,
.complete__heading::after {
	position: absolute;
	content: "";
	top: -65px;
	z-index: -1;
}
.complete__heading::before {
	width: 182px;
	height: 240px;
	left: 0;
	background: url(../img/complete_deco_01.png) no-repeat center center/contain;
}
.complete__heading::after {
	width: 166px;
	height: 246px;
	right: 0;
	background: url(../img/complete_deco_02.png) no-repeat center center/contain;
}

.complete__heading >span {
	display: inline-block;
	padding: 0 46px;
	position: relative;
}
.complete__heading >span::before,
.complete__heading >span::after {
	position: absolute;
	content: "";
	background: url(../img/complete_heading_deco_01.png) no-repeat center center/contain;
	width: 25px;
	height: 33px;
	top: 50%;
	transform: translateY(-50%);
}
.complete__heading >span::before {
	left: 0;
}
.complete__heading >span::after {
	right: 0;
	transform: translateY(-50%) scale(-1, 1);
}

.complete__lead {
	position: relative;
	z-index: 1;
	font-size: 23px;
	font-weight: bold;
	margin-top: 60px;
	text-align: center;
}

.complete__btn {
	text-align: center;
	margin-top: 90px;
}
.complete__btn >a {
	margin-top: 26px;
	margin-left: auto;
	margin-right: auto;
}
.complete__btn >a:first-child {
	margin-top: 0;
}

/*===== SP =====*/
@media only screen and (max-width: 960px) {
	.attention__title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 767px) {
	.disp_sp {
		display: block !important;
	}
	.attention__deco {
		width: 300px;
		top: -20px;
	}
	.complete {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.ulp_page .inner {
		padding: 0 24px;
	}
	.ulp_page .c-btn-a {
		font-size: 18px;
		padding: 20px 40px 20px 30px;
		min-height: 70px;
	}
	.ulp_page .c-btn-a::after {
		right: 20px;
		width: 24px;
		height: 24px;
	}
	.notes-list-a li {
		font-size: 15px;
	}
	.notes-list-a.-small li {
		font-size: 14px;
	}
	.notes-list-a.-num li {
		font-size: 16px;
	}
	.entry-lead {
		margin-top: 40px;
		font-size: 16px;
	}
	.entry-notes {
		row-gap: 12px;
		margin-top: 30px;
		padding: 0;
	}
	.entry-notes li {
		font-size: 16px;
	}
	.entry-btn {
		margin-top: 40px;
	}

	.campaign {
		margin-top: 60px;
		padding: 30px 0 50px;
	}
	.campaign::before,
	.campaign::after {
		height: 6px;
	}
	.campaign__heading {
		width: 110%;
		margin-left: -5%;
	}
	.campaign__lead {
		width: 100%;
	}
	.campaign__box {
		padding: 30px 20px;
		margin: 30px 0 0 0;
		width: 100%;
	}
	.campaign__img {
		width: 100%;
		margin-top: 40px;
	}
	.campaign__item {
		font-size: 15px;
	}

	.attention {
		margin-top: 60px;
		margin-bottom: 20px;
		padding: 40px 20px 30px;
	}
	.attention__title {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.attention__bar {
    width: 40px;
    height: 35px;
  }
	.attention__bar::before, .attention__bar::after {
    width: 20px;
    height: 2px;
  }
	.attention__deco {
		width: 200px;
		top: -15px;
	}
	.attention__text, .attention__list li {
		font-size: 16px;
	}
	.attention__heading {
		font-size: 18px;
	}
	.attention__link {
		font-size: 16px;
	}
	.attention__table table th,
	.attention__table table td {
		font-size: 14px;
	}
	.about-btn__text {
		margin-top: 24px;
		text-align: left;
		font-size: 14px;
		width: 460px;
		max-width: 100%;
		margin-inline: auto;
	}
	.ulp_page .wrp-vis {
		padding-bottom: 50px;
	}

	.complete {
		padding: 50px 10px;
	}
	.complete::after {
		height: 6px;
	}
	.complete__heading {
		font-size: 22px;
		padding: 0 24px;
	}
	.complete__heading >span {
		padding: 0 30px;
	}
	.complete__heading::before,
	.complete__heading::after {
		width: 50px;
		height: 80px;
		top: -40px;
	}
	.complete__heading>span::before,
	.complete__heading>span::after {
		width: 18px;
		height: 25px;
	}

	.complete__lead {
		font-size: 17px;
		margin-top: 32px;
		padding: 0 10px;
		line-height: 1.8;
	}
	.complete__btn {
		margin-top: 40px;
	}
}