@charset "UTF-8";
body {
    /* font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; */
	font-family: "Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
}
main{
	background-color: #b71840;
}
.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%;
}
.dbaraiAppbg01{
	background: #ffffe5;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.ancCautionBlock{
  text-align: center;
  padding: 3% 0 0%;
}
.ancCautionBlock a.txtLink{
  text-decoration: underline;
	color: #000000;
	display: inline;
}
.normalBtn02{
	max-width: 860px;
	width: 89.58333%;
	margin: 0 auto;
}
.contWrap{
	max-width: 860px;
	width: 89.58333%;
	margin: 0 auto;
	background-color: #ffffff;
}
.contWrap .contsTtl{
	background-color: #0b1225;
	color: #ffffff;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	line-height: 2;
	padding: 0;
}
.contWrap .contInner{
	padding: 5.5% 5.25% 5.5%;
	font-size: 24px;
	line-height: 1.67;

}
.contInnerBlock{
	max-width: 760px;
	width: 88.372%;
	margin: 0 auto;
	background-color: #f2f2f2;
	padding: 3% 6.578%;
    margin-bottom: 7%;
	font-weight: bold;
}

ul.list01{
	overflow: hidden;
	margin-bottom: 5%;
}
ul.list01 li:nth-child(1){
	float: left;
	width: 46%;
}
ul.list01 li:nth-child(2){
	float: right;
	width: 46%;
}
.txtNum{
	background-color: #0b1225;
	display: inline-block;
	width: 80%;
	padding: 5px 20px;
	border-radius: 50px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	margin-bottom: 3%;
}
ul.list02{
	overflow: hidden;
}
ul.list02 li{
	float: left;
	width: 32%;
	padding-left: 2%;
	text-align: center;
}
ul.list02 li:nth-child(1){
	float: left;
	width: 32%;
	padding-left: 0;
}
ul.list02 .fsS{
	min-height: 5em;
	padding-top: 4%;
}
.txtIndent02{
	text-indent: -5.0em;
	padding: 0px 0px 0px 5em;
}
.box26 {
	width: 100%;
	box-sizing: border-box;
	position: relative;
    margin: 2em 0;
    padding: 2em 1em;
    border: solid 3px #0b1225;
    text-align: center;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -23px;
    left: 40%;
    padding: 0 9px;
    line-height: 1;
    font-size: 40px;
    background: #FFF;
    color: #0b1225;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}
@media only screen and (max-width: 640px) {
	.box26 .box-title {
		top: -13px;
		left: 34%;
		padding: 0 9px;
		font-size: 20px;
	}
}


.entry-item{
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
	font-size: 24px;
	text-align: center;
}
/* =====================
   チェックボックス
===================== */
.checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6;
    width: 90%;
    margin: 5% auto 0;
    font-size: 1em;
	padding-left: 10%;
    box-sizing: border-box;
}

/* 強制表示（消える対策） */
.checkbox-row input[type="checkbox"] {
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  margin-top: 3px;
  cursor: pointer;
  accent-color: #0b1225;
}

.text {
  display: inline-block;
}
.textCenter{
	text-align: center;
}
/* =====================
   SP対応
===================== */
@media screen and (max-width: 768px) {
  .entryBtn {
    width: 100%;
  }

  .checkbox-row {
    gap: 8px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
	padding-left: 0;
  }

  .checkbox-row input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
  }

}

.entry-btn {
  display: inline-block;
}

.entry-btn.disabled {
  pointer-events: none;
}





.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px !important;
}
.prev-arrow {
  left: -40px;
}
.next-arrow {
  right: -40px;
}

@media only screen and (max-width: 640px) {
	.slide-arrow {
		width: 20px !important;
	}
	.prev-arrow {
	left: -30px;
	}
	.next-arrow {
	right: -30px;
	}

}



.txtBox{
	width: 90%;
	margin: 0 auto 2%;
	text-align: left;
}

@media only screen and (max-width: 640px) {
     .contWrap .contsTtl{
		font-size: 1.25em;
	}
	.contWrap .contInner{
		font-size: 14px;
	}
	ul.list01 li:nth-child(1) {
		float: none;
		width: 100%;
		margin-bottom: 3%;
	}
	ul.list01 li:nth-child(2) {
		float: none;
		width: 100%;
	}

	ul.list02 li{
		float: none;
		width: 100%;
		padding-left: 0;
		text-align: left;
		margin-top: 5%;
		}
	ul.list02 li:nth-child(1){
		float: none;
		width: 100%;
		padding-left: 0;
	}
	ul.list02 .fsS {
		min-height: 3em;
		padding-top: 4%;
	}

	.checkbox-row {
		font-size: 14px;
	}

}
ul.btnBox{
	overflow: hidden;
}
ul.btnBox li{
	float: left;
	width: 48%;
	margin-left: 4%;
}
ul.btnBox li:first-child{
	margin-left: 0;
}
@media only screen and (min-width: 641px) {
    .normalBtnLink {
        font-size: 24px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
}

.sliderBlock{
	background-color: #e2e3e9;
	padding: 5% 13.5%;
}

.contWrap02{
	max-width: 860px;
	width: 89.58333%;
	margin: 0 auto;
	background-color: #0b1225;
}
.contInnerBlock03{
	max-width: 760px;
	width: 88.372%;
	margin: 0 auto;
	padding: 5% 0;
}
.orange{
	color: #fad700;
}

.cpNotes {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 4.33333% 3.125%;
}
.cpNotesBtnWrap {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}
.cpNotesFlame {
    display: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}
.cpNotesList{
	background-color: #ffffff;

}
.cpNotesBtnWrap{
	box-shadow: none;
	border: none;
	background-color: transparent;
	padding-bottom: 0;
}
.img05{
	max-width: 596px;
	width: 78.42%;
	margin: 2% auto 3%;
}
.btnDetail{
	max-width: 659px;
	width: 86.7%;
	margin: 0 auto;
}
.infoBlock{
	max-width: 845px;
	width: 90.255%;
	margin: 5% auto;
	padding-bottom: 5%;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}

@media only screen and (max-width: 640px) {
	.contInnerBlock03{
		font-size: 14px;
	}
	.infoBlock{
		font-size: 16px;
	}
}
.pl1em{
	padding-left: 1em;
}