@charset "UTF-8";
main {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.mw674 {
	max-width: 674px;
}
.linkBtn a, .ft_bnr_btn a {
	display: block;
}
@media screen and (max-width: 767px) {
	.kvNotesList .txtIndent, .btn_box p {
		font-size: 1.4rem;
	}
	.btn_box .contsImg, .btnBlock .contsImg {
		padding: 0 7.40741% 2.77778%;
	}
}
/*=============== アコーディオン(注意事項) ===============*/
details * {
	box-sizing: border-box;
}
details {
	background-color: #c9c9c9;
	padding: 1.85186% 0;
  margin: 0 auto;
	transition: 0.5s;
}
summary, details[open] > .accordion__body {
	background-color: #FFF;
	border: 8px solid #000;
	width: 68.333%;
  max-width: 738px;
	margin: 0 auto;
}
summary {
	display: block;
	list-style: none;
  color: #000;
  cursor: pointer;
	font-size: 3.6rem;
  position: relative;
  padding: 10px;
	text-align: center;
	font-weight: bold;
}
summary::-webkit-details-marker {
  display:none;
}
details[open] > summary {
	border-bottom: none;
}
details[open] > .accordion__body {
	border-top: none!important;
	animation: fadeIn 0.3s ease;
}
details .dli-circle {
  display: inline-block;
  color: #FFF;
  line-height: 1;
  position: absolute;
	top: 50%;
	right: 30px;
  width: 1.3em;
  height: 1.3em;
  background-color: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}
details .dli-circle > span {
  width: 52%;
  height: 4px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
details .dli-circle > span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  transform: rotate(90deg);
}
details[open] .dli-circle > span::before {
  display: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
  }
  100% {
    opacity: 1;
  }
}
details .cpNotesList li {
		line-height: 1.6;
	}
details .cpNotesList li.cpNotesSubttl {
	margin: 1em 0;
  padding: 10px;
  font-size: 2rem;
  color: #FFF;
  line-height: 1;
  background: #d60038;
}

@media screen and (min-width: 641px) {
	details .cpNotesList li {
		font-size: 1.6rem;
	}
	details .cpNotesList li:not(.cpNotesSubttl) {
		margin: 0 20px;
	}
	details .cpNotesList .itemization li {
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	summary, details[open] > .accordion__body {
		width: 90%;
	}
	details .cpNotesList {
    padding: 6px 20px 20px;
  }
}
@media screen and (max-width: 640px) {
	summary, details[open] > .accordion__body {
		border: 4px solid #000;
	}
	summary {
		font-size: 1.8rem;
	}
	details .dli-circle {
		right: 3%;
	}
  details .cpNotesList li.cpNotesSubttl {
    font-size: 1.6rem;
  }
}
/*=============== フローティングボタン ===============*/
.ft_bnr {
		position: fixed;
		bottom: 0;
		text-align: center;
		background: #fff;
		z-index: 100;
	}
.ft_bnr_ttl {
	width: 76.0416%;
	margin: auto;
}
.sec.ft_bnr .linkBtn {
	max-width: 908px;
	margin: 0 auto;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.ft_bnr_btn-area {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1.5em;
		margin-top: 3em;
	}
	.ft_bnr a {
		margin: 0;
	}
	.ft_bnr .caption {
		font-size: 1.4em;
	}
}
@media screen and (min-width: 1080px) {
	.ft_bnr {
		width: 1080px;
		padding: 14px 0 0;
		left: 50%;
		transform: translate(-50%,0);
	}
}
@media only screen and (max-width: 1079px) {
	.ft_bnr {
		width: 100%;
		padding: 20px 10px 0;
		left: 0;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 767px) {
	.ft_bnr_btn-area {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1.5em;
		margin-top: 2em;
	}
	.ft_bnr_btn {
		width: 45%;
	}
	.ft_bnr a {
		margin: 0;
	}
}