* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
  scroll-behavior: smooth;
}

body {
	font-family: YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, "Questrial", "Noto Sans JP", sans-serif;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	color: #3E3A39;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

picture {
	display: block;
	width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

a {
	color: #3E3A39;
	text-decoration: none;
	transition: 0.3s;
}

a:hover {
	cursor: pointer;
	opacity: 0.8;
}

.pc-none {
	display: none;
}

.sp-none {
	display: block;
}

/*--------------------------------
　代理店様専用ページ
----------------------------------*/
/* タイトル */
.members_title__outer{
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(rgb(15, 150, 237), rgba(52, 189, 240, 0.7));
}
.members_title__outer h2{
  padding-left: min(10vw, 144px);
  color: #ffffff;
  font-weight: 700;
  font-size: min(2.7777777778vw, 40px);
  line-height: 1.2;
}
.members_title__txt{
  margin-top: min(2.7777777778vw, 40px);
  padding-left: min(10vw, 144px);
  color: #ffffff;
  font-size: min(1.3888888889vw, 20px);
  line-height: 2;
}
.members_title__outer img {
  -o-object-fit: contain;
  position: absolute;
  right: 3%;
  bottom: -35px;
  width: 40%;
  object-fit: contain;
}

/* コンテンツ */
.members__outer{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: min(100%, 1440px);
  margin: 80px auto;
  padding: 0 min(8.3333333333vw, 120px);
}
.members__sidebar{
  position: sticky;
  top: 150px;
  width: 20%;
}
.members__sidebar ul{
  width: 100%;
}
.members__sidebar ul li{
  width: 100%;
  margin-bottom: 30px;
}
.members__sidebar ul li a{
  display: block;
  width: 100%;
  padding: 14px 0;
  text-align: center;
  font-weight: 700;
  font-size: min(1.25vw, 18px);
  color: #00ADEB;
  border: 1px solid #00ADEB;
  border-radius: 5px;
	transition: all .3s ease-in-out;
}
.members__sidebar ul li a:hover{
  color: #fff;
	background-color: #00ADEB;
}

.members__content{
  position: relative;
  width: 70%;
  height: 3000px;
}
.members__content h2{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 0 20px 1.5em;
	font-weight: 700;
  font-size: min(1.6666666667vw, 24px);
	border-bottom: 1px solid #3E3A39;
}
.members__content h2::after{
	position: absolute;
	top: 30%;
	left: 0;
	width: min(1.8vw, 32px);
	height: min(1.8vw, 32px);
	transform: translateY(-50%);
	background: #FAE200;
	content: "";
}
.members__content_inner{
	width: 100%;
	margin-bottom: 120px;
	scroll-margin-top: 150px;
}
/* 最新周知事項 */
.members__news_list{
	width: 100%;
}
.members__news_list li{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #3E3A39;
	line-height: 1.5;
}
.members__news_date{
	width: 15%;
}
.members__news_txt{
	width: 85%;
	text-align: justify;
}
.members__news_txt h3{
	margin-bottom: 10px;
	font-weight: 700;
  font-size: min(1.6666666667vw, 24px);
	line-height: 1.2;
}

/* PDFリンクボタン */
.members__pdf_link{
	position: relative;
	display: block;
	width: fit-content;
	margin: 40px 0;
	padding: 0 0 5px 2em;
	font-weight: 700;
	background: url(../../img/pdf-icon.svg) no-repeat center left / auto 100% ;
	transition: all .3s ease-in-out
}
.members__pdf_link::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 2em;
	width: calc(100% - 2em);
	height: 1px;
	background-color: #3E3A39;
}
.members__pdf_link p{
	display: inline;
	margin-left: 5px;
	font-weight: 300;
	transition: all .3s ease-in-out;
}
.members__pdf_link:hover,
.members__pdf_link:hover p{
	color: #00ADEB;
}
.members__pdf_link:hover::after{
	background-color: #00ADEB;
}








.kaketsuke {
	padding-top: min(4.1666666667vw, 60px);
	padding-bottom: min(6.9444444444vw, 100px);
}

.kaketsuke-fv {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.kaketsuke-fv__img.--top {
	width: min(21.9444444444vw, 400px);
}

.kaketsuke-fv__img.--bottom {
	/* width: min(23.9583333333vw, 345px); */
	margin-top: min(2.4305555556vw, 35px);
}

.kaketsuke-tel {
	/* margin-top: min(3.4722222222vw, 50px); */
}

.kaketsuke-tel__items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: min(2.7777777778vw, 40px);
}

.kaketsuke-tel__item {
	width: min(25.2777777778vw, 364px);
	padding: min(1.1111111111vw, 16px);
	text-align: center;
	pointer-events: none;
}

.kaketsuke-tel__item-title {
	font-weight: 700;
	font-size: min(1.3888888889vw, 20px);
	line-height: 1.6;
}

.kaketsuke-tel__item-text {
	font-weight: 700;
	font-size: min(2.5vw, 36px);
	line-height: 1.6;
}

.kaketsuke-body {
	margin-top: min(5.5555555556vw, 80px);
}

.kaketsuke-body__imgs {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.kaketsuke-body__img.--left {
	width: min(17.5vw, 252px);
}

.kaketsuke-body__img.--center {
	width: min(15.7638888889vw, 227px);
	margin-left: min(1.3888888889vw, 20px);
}

.kaketsuke-body__img.--right {
	width: min(24.8611111111vw, 358px);
	margin-left: min(0.5555555556vw, 8px);
}

.kaketsuke-body__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: min(60.7638888889vw, 875px);
	margin: min(7.6388888889vw, 110px) auto 0 auto;
	gap: min(4.1666666667vw, 60px);
}

.kaketsuke-body__item-title {
	margin-top: min(1.7361111111vw, 25px);
	color: #0090d1;
	font-weight: 700;
	font-size: min(1.3888888889vw, 20px);
	line-height: 1.6;
}

.kaketsuke-body__item-text {
	margin-top: min(0.6944444444vw, 10px);
	font-weight: 400;
	font-size: min(1.1111111111vw, 16px);
	line-height: 1.6;
}

.kaketsuke-cost {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: min(6.5972222222vw, 95px) auto 0 auto;
	gap: min(3.9583333333vw, 57px);
}

.kaketsuke-cost__img {
	width: min(12.2222222222vw, 176px);
}

.kaketsuke-cost__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(29.7777777778vw, 430px);
}

.kaketsuke-cost__content.--bottom {
	margin-top: min(2.4305555556vw, 35px);
}

.kaketsuke-cost__label {
	font-weight: 700;
	font-size: min(1.3888888889vw, 20px);
	line-height: 1.6;
}

.kaketsuke-cost__text {
	padding: 0 min(0.8333333333vw, 12px);
	font-weight: 700;
	font-size: min(2.5vw, 36px);
}

.--small {
	font-size: min(1.3888888889vw, 20px);
}

.kaketsuke-terms {
	margin: min(5.5555555556vw, 80px) auto 0 auto;
}

.kaketsuke-terms__dl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: min(59.1666666667vw, 852px);
	margin: 0 auto;
	border: 1px solid #CFCFCF;
	background: #EAF9FF;
}

.kaketsuke-terms__dt {
	width: 28%;
	padding: min(0.6944444444vw, 10px);
	font-weight: 700;
	font-size: min(1.3888888889vw, 20px);
	line-height: 1.6;
	text-align: center;
}

.kaketsuke-terms__dd {
	width: 72%;
	padding: min(0.5555555556vw, 8px);
	border-left: 1px solid #CFCFCF;
	background: #FFF;
	font-size: min(1.1111111111vw, 16px);
	line-height: 1.6;
}

.kaketsuke-rules {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: min(3.4722222222vw, 50px) auto 0 auto;
	gap: min(2.7777777778vw, 40px);
}

.kaketsuke-rules__link {
	position: relative;
	padding-right: min(2.0833333333vw, 30px);
	font-weight: 500;
	font-size: min(1.1111111111vw, 16px);
	text-decoration: underline;
}

.kaketsuke-rules__link::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: min(1.4583333333vw, 21px);
	height: min(1.4583333333vw, 21px);
	transform: translateY(-50%);
	background: url("../../img/icon-link-blue.png") no-repeat center center/contain;
	content: "";
}

@media screen and (max-width: 767px) {

.pc-none {
	display: block;
}

.sp-none {
	display: none;
}

.kaketsuke {
	padding-top: min(15.3846153846vw, 60px);
	padding-bottom: min(15.3846153846vw, 60px);
}

.kaketsuke-fv__img.--top {
	width: min(81.0256410256vw, 316px);
}

.kaketsuke-fv__img.--bottom {
	width: min(88.4615384615vw, 345px);
	margin-top: min(6.4102564103vw, 25px);
}

.kaketsuke-tel {
	margin-top: min(12.8205128205vw, 50px);
}

.kaketsuke-tel__items {
	flex-direction: column;
}

.kaketsuke-tel__item {
	width: 100%;
	padding: min(1.1111111111vw, 16px);
	pointer-events: auto;
}

.kaketsuke-tel__item-title {
	font-size: min(4.6153846154vw, 18px);
}

.kaketsuke-tel__item-text {
	font-size: min(7.1794871795vw, 28px);
}

.kaketsuke-body {
	margin-top: min(15.3846153846vw, 60px);
}

.kaketsuke-body__imgs {
	flex-direction: column;
}

.kaketsuke-body__img.--left {
	width: min(64.6153846154vw, 252px);
}

.kaketsuke-body__img.--center {
	width: min(58.2051282051vw, 227px);
	margin-top: min(5.1282051282vw, 20px);
	margin-left: 0;
}

.kaketsuke-body__img.--right {
	width: min(91.7948717949vw, 358px);
	margin-top: min(5.1282051282vw, 20px);
	margin-left: 0;
}

.kaketsuke-body__items {
	grid-template-columns: repeat(1, 1fr);
	width: min(84.6153846154vw, 330px);
	margin: min(15.3846153846vw, 60px) auto 0 auto;
	gap: min(7.6923076923vw, 30px);
}

.kaketsuke-body__item-title {
	font-size: min(4.6153846154vw, 18px);
}

.kaketsuke-body__item-text {
	font-size: min(3.5897435897vw, 14px);
}

.kaketsuke-cost {
	flex-direction: column;
	margin: min(15.3846153846vw, 60px) auto 0 auto;
	gap: min(5.1282051282vw, 20px);
}

.kaketsuke-cost__img {
	width: min(45.1282051282vw, 176px);
}

.kaketsuke-cost__content {
	width: min(84.6153846154vw, 330px);
	margin-top: min(5.1282051282vw, 20px);
}

.kaketsuke-cost__content.--bottom {
	margin-top: min(5.1282051282vw, 20px);
}

.kaketsuke-cost__label {
	font-size: min(4.1025641026vw, 16px);
}

.kaketsuke-cost__text {
	padding: 0 min(1.0256410256vw, 4px);
	font-size: min(7.1794871795vw, 28px);
}

.--small {
	font-size: min(4.1025641026vw, 16px);
}

.kaketsuke-terms {
	margin: min(15.3846153846vw, 60px) auto 0 auto;
}

.kaketsuke-terms__dl {
	flex-direction: column;
	width: 100%;
}

.kaketsuke-terms__dt {
	width: 100%;
	padding: min(2.5641025641vw, 10px);
	font-size: min(4.6153846154vw, 18px);
}

.kaketsuke-terms__dd {
	width: 100%;
	padding: min(2.0512820513vw, 8px);
	border-left: none;
	font-size: min(3.5897435897vw, 14px);
}

.kaketsuke-rules {
	flex-direction: column;
	margin: min(10.2564102564vw, 40px) auto 0 auto;
}

.kaketsuke-rules__item {
	margin: min(2.5641025641vw, 10px) auto 0 auto;
}

.kaketsuke-rules__link {
	padding-right: min(7.1794871795vw, 28px);
	font-size: min(3.5897435897vw, 14px);
}

.kaketsuke-rules__link::after {
	width: min(4.6153846154vw, 18px);
	height: min(4.6153846154vw, 18px);
}

}

/*-- 2026年仕様追加 --*/
.kaketsuke-rules__outer{
	width: 100%;
	margin: min(3.4722222222vw, 50px) auto 0 auto;
}
.kaketsuke-rules__line{
	position: relative;
}
.kaketsuke-rules__line::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: min(59.1666666667vw, 852px);
	height: 1px;
	background-color: #CFCFCF;
}
.kaketsuke-rules__title{
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
	font-size: min(1.3888888889vw, 20px);
	line-height: 1.6;
}
.kaketsuke-rules__title_pc{
	text-align: left;
	padding-left: 27%;
}
.kaketsuke-rules__title p{
	width: 56%;
	margin: 10px auto 20px auto;
	padding-left: 50px;
	text-align: left;
	font-weight: 400;
	font-size: min(1.1111111111vw, 16px);
	line-height: 1.6;
}
.kaketsuke-rules__title p:first-of-type{
	margin-bottom: 0;
}
.kaketsuke-rules__title p:last-of-type{
	margin-top: 0;
}
.kaketsuke-rules__title span{
	padding-right: 1em;
}

.br_kaketsuke{
	display: none;
}

@media screen and (max-width: 767px) {

.kaketsuke-cost__text_small{
	font-size: min(7.1794871795vw, 26px);
}

.kaketsuke-rules__outer{
	width: 100%;
	margin: min(3.4722222222vw, 50px) auto 0 auto;
}
.kaketsuke-rules__line{
	position: relative;
}
.kaketsuke-rules__line::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: #CFCFCF;
}
.kaketsuke-rules__title{
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
	font-size: min(4.6153846154vw, 18px);
	line-height: 1.6;
}
.kaketsuke-rules__title_pc{
	text-align: center;
	padding-left: 0;
}
.kaketsuke-rules__title p{
	width: 85%;
	margin: 10px auto 20px auto;
	padding-left: 0;
	text-align: justify;
	padding-left: 1em;   /* 全体を1文字分右に寄せる */
  text-indent: -1em;
	font-weight: 400;
	font-size: min(3.5897435897vw, 14px);
	line-height: 1.6;
}
.kaketsuke-rules__title p br{
	display: none;
}
.kaketsuke-rules__title p br:last-of-type{
	display: block;
}
.kaketsuke-rules__title span{
	padding-right: 0;
}
.kaketsuke-rules__title span:last-of-type{
	padding-left: -1em;
}
.br_kaketsuke{
	display: block;
}


}