@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*---------------------------*/

a.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.weightM {
  font-weight: 500;
}
.weightB {
  font-weight: bold;
}

.contents {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

/*-------------------------*/

.mainBlock01 {
  background-color: #ca0915;
  padding: 40px 0px 35px;
}
.mainText01 {
  margin-top: 20px;
}

/*-------------------------*/

.ancBlock01 {
  background-color: #f3f3f3;
  padding: 20px 0px 40px;
}

.ancFlex01 {
  display: flex;
  justify-content: space-between;
}
.ancFlex01 li {
  width: 330px;
}

/*--------------------------*/

.contBlock01 {
  background-color: #ffffff;
  padding: 40px 0px;
}

.contCampaignBox01 {
  border: 2px solid #ca0915;
  border-radius: 12px;
}

.contTextBox01 {
  background-color: #fff000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 58px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
}
.text13_13_n {
  font-size: 13px;
  line-height: 1.3em;
}
.cont01Box01 {
  background-image: url("/attending/trapics_nightgame2/images/pc/cont01_BP26-026169D.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.cont01BoxIn01 {
  padding: 190px 15px 10px;
}
.cont01Text01 {
  width: 752px;
}
.cont01BoxIn02 {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 15px 20px 30px;
}
.cont01Text02 {
  width: 980px;
  margin: auto;
}
.contBtn01 {
  margin-top: 30px;
}

/*--------------*/

.contGuidelinesBox01 {
  border: 2px solid #000000;
  margin-top: 20px;
}
.acBox01 {
  position: relative;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 500;
}
.acBox01::after {
  content: "";
  background-image: url("/attending/trapics_nightgame2/images/pc/ac_plus01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.acBox01.open::after {
  background-image: url("/attending/trapics_nightgame2/images/pc/ac_minus01.png");
}

.text20_13_n {
  font-size: 20px;
  line-height: 1.3em;
}
.acCont01 {
  display: none;
}
.acCont01In {
  background-color: #ffffff;
  padding: 25px 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0px;
}

.acContDl01 {
  width: 100%;
}
.acContDl01 dt {
  font-size: 24px;
  line-height: 1.0em;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 4px solid #ca0915;
  margin-bottom: 12px;
}
.acContDl01 dt .s01 {
  display: block;
  border-left: 6px solid #ca0915;
  padding-left: 6px;
}
.acContDl01 dd {
  font-size: 14px;
  line-height: 1.7em;
}
.acContDl01 dd .p01 {
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 500;
}
.mb_20 {
  margin-bottom: 20px;
}

a.textLink01:link {	color: #0066cc;	text-decoration: none;}
a.textLink01:visited {	color: #0066cc;	text-decoration: none;}
a.textLink01:hover {	color:#0066cc;	text-decoration: underline;}
a.textLink01:active {	color:#0066cc;	text-decoration: none;}

.ul01 li {
  text-indent: -1em;
  padding-left: 1em;
}

/*-----------------------*/

.cont02Box01 {
  padding: 26px 16px 22px;
}
.mb_60 {
  margin-bottom: 60px;
}

.contFlex01 {
  display: flex;
  gap: 0px 6px;
}
.mb_10 {
  margin-bottom: 10px;
}
.contBoxWrap01 {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #000000;
}
.contFlexIn01 {
  margin-top: 10px;
  margin-left: -38px;
}

/*-----------------------*/

.lineBlock01 {
  background-color: #2e2f3b;
  padding: 42px 0px;
}
.lineBox01 {
  display: flex;
  box-sizing: border-box;
  border: 5px solid #06c755;
}
.lineBox01 .box01 {
  width: 50%;
  background-color: #06c755;
  padding: 25px 28px 25px 25px;
}
.lineBox01 .boxIn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 20px;
  height: 254px;
}
.lineBox01 .box02 {
  width: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

/*------------------------*/

.contBottomBlock01 {
  background-color: #f3f3f3;
  padding: 40px 0px;
}
.bottomFlex01 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0px;
}
.bottomFlex01 .box01 {
  width: 100%;
  border: 2px solid #000000;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.5em;
}

.note {
	margin-top: 10px;
    text-align: center;
}
.note p {
	border: 1px solid #000000;
	background-color: #fff;
	font-size: 13px;
	display: inline-block;
	padding: 0 5px;
}
















