@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2&family=Noto+Sans+JP:wght@100..900&display=swap');

.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%;
}


/* page */
/* 共通 */
._mt0 {
	margin-top: 0 !important;
}
.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:  block;
	color: #fff;
	max-width: 490px;
	width: 100%;
	text-align: center;
	position: relative;
	margin: 0 auto;
	line-height: calc(36 / 25);
	padding: 7px 80px;
	background: #1D2089;
	margin-bottom: 6px;
	box-shadow: 0 6px 0 #000253;
}
.ulp_page .c-btn-a::after {
	position: absolute;
	content: "";
	width: 36px;
	height: 36px;
	background: url(../img/arrow_01.png) center right no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 44px;
}
.ulp_page .c-btn-b {
	box-sizing: border-box;
	font-size: 25px;
	font-weight: bold;
	display:  block;
	color: #fff;
	max-width: 490px;
	width: 100%;
	text-align: center;
	position: relative;
	margin: 0 auto;
	line-height: calc(36 / 25);
	padding: 14px 70px;
	background: #1D2089;
	border-radius: 8px;
}
.ulp_page .c-btn-b::after {
	position: absolute;
	content: "";
	width: 36px;
	height: 36px;
	background: url(../img/arrow_01.png) center right no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 32px;
}

/* ---------------- */
.campaign {
	background: url(../img/campaign-deco_01.png) no-repeat top left/30% auto, url(../img/campaign-deco_02.png) no-repeat top right/30% auto, url(../img/campaign-bg.png) repeat-y center top -88px/100% auto, #99D4F2;
	padding: 8.4% 4%;
}
.campaign__heading {
	margin: 0;
	font-size: 23px;
	background: #1D2089;
	color: white;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
	border: solid 4px white;
	box-sizing: border-box;
	padding: 10px;
}
.campaign__text {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: calc(30 / 18);
	margin: 2.8% 0 4.5% 0;
}
.campaign__list {
	margin: 4.5% 0 0 0;
	background: white;
	padding: 4.5%;
	border-radius: 24px;
}
.campaign__list>li {
	position: relative;
	padding-left: 20px;
	line-height: calc(29 / 16);
}
.campaign__list>li + li {
	margin-top: 4px;
}
.campaign__list li::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	left: 4px;
	top: calc(0.9em - 4px);
	background: #E60012;
	border-radius: 100px;
}
.campaign__btn {
	margin: 4.5% 0 0 0;
}

.attention {
	margin: 0;
	padding-top: 11%;
}
.attention__box {
  position: relative;
  background-color: white;
	border: solid 1px #1D2089;
	margin-bottom: 3%;
}
.attention__deco {
  position: absolute;
  content: "";
  background-size: contain;
  max-width: 390px;
	width: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -26px;
  z-index: 2;
}

.attention__bar {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
	background: white;
  content: "";
	cursor: pointer;
	border-radius: 4px;
}
.attention__bar::after {
  width: 25px;
  height: 15px;
	background: url(../img/arrow_02.png) no-repeat center/contain;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.attention__bar.js-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.attention__title {
	text-align: center;
	position: relative;
	padding: 52px 6.5% 34px;
	background: #1D2089;
	color: white;
	font-weight: 900;
	font-size: 39px;
}
.attention__title >span {
	border-bottom: solid 6px white;
}
.attention__body {
	padding: 6.5%;
}
.attention__heading {
	font-weight: bold;
  position: relative;
  margin-top: 32px;
  font-size: 21px;
	padding-left: 1.3em;
	line-height: 1.5;
	color: #1D2089;
}
.attention__heading::before {
	content: "●";
  position: absolute;
  left: 0;
	top: 0;
}
.attention__heading + * {
	margin-top: 10px !important;
}

.attention__list,
.attention__indent,
.attention__text {
  font-size: 16px;
  margin-top: 4px;
	line-height: calc(28 / 16);
	font-weight: 500;
}
.attention__text.-first {
	margin-top: 0;
	font-size: 18px;
}
.attention__notes {
	margin-top: 8px;
}
.attention__notes li {
	font-weight: 500;
	line-height: calc(29 / 16);
	padding-left: 1em;
  text-indent: -1em;
	font-size: 16px;
}
.attention__indent>li {
	text-indent: -1em;
	padding-left: 1em;
}
.attention__list>li {
	position: relative;
	padding-left: 20px;
}
.attention__indent>li + li,
.attention__list>li + li {
	margin-top: 4px;
}
.attention__list li::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	left: 4px;
	top: calc(0.9em - 4px);
	background: black;
	border-radius: 100px;
}

.about-btn {
	text-align: center;
	align-items: center;
	padding: 0 20px 10px;
}


/*===== SP =====*/
@media only screen and (max-width: 900px) {
	.attention__title {
		font-size: 32px;
		line-height: 1.7;
	}
}
@media only screen and (max-width: 767px) {
	.ulp_page .inner {
		padding: 0 24px;
	}
	.disp_pc {
		display: none !important;
	}
	.disp_sp {
		display: block !important;
	}
	.attention__deco {
		max-width: 300px;
	}
}
@media only screen and (max-width: 640px) {
	.ulp_page .c-btn-b,
	.ulp_page .c-btn-a {
		font-size: 17px;
		padding: 10px 45px;
		max-width: 370px;
	}
	.ulp_page .c-btn-b::after,
	.ulp_page .c-btn-a::after {
		width: 24px;
		height: 24px;
		right: 20px;
	}
	.campaign {
		padding-left: 0;
		padding-right: 0;
	}
	.campaign__heading {
		font-size: 17px;
		border-width: 2px;
	}
	.campaign__text {
		font-size: 16px;
	}
	.campaign__list {
		border-radius: 16px;
	}
	.campaign__list >li {
		font-size: 15px;
	}
	.attention__title {
		font-size: 21px;
		padding-top: 45px;
		padding-bottom: 24px;
	}
	.attention__title>span {
		border-width: 3px;
	}
	.attention__body {
		border-width: 4px;
	}
	.attention__deco {
		max-width: 180px;
		width: 60%;
		top: -12px;
	}
	.attention__bar {
		top: 8px;
		right: 8px;
	}
	.attention__heading {
		font-size: 18px;
		margin-top: 24px;
	}
	.attention__notes li {
		font-size: 15px;
	}
	.attention__list,
	.attention__indent,
	.attention__text {
		font-size: 15px;
	}
	.attention__text.-first {
		font-size: 16px;
	}
}