@charset "utf-8";


/* -----------------------------------------------------------
   初めての方へ
-------------------------------------------------------------- */
.inner900 {
	max-width: 900px;
	margin: 0 auto;
}
.guide-h2 {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin: 100px 0 85px;
	letter-spacing: .05em;
}
.members-title {
	text-align: center;
	margin-bottom: 60px;
}
.members-h3 {
	font-size: 2.8rem;
	font-weight: bold;
	border-bottom: 3px solid #51a5b0;
	display: inline-block;
	padding-bottom: 3px;
	margin: 0 auto;
	letter-spacing: .08em;
}
.members-en {
	font-size: 1.6rem;
	font-weight: bold;
	color: #51a5b0;
	margin-top: 7px;
}
.members-only-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	gap: 20px;
	margin-bottom: 110px;
}
.members-box {
	background-color: #F7F7F7;
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: calc(50% - 10px); 
	align-items: center;
	padding: 40px;
}
.members-h4 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: .05em;
}
.members-txt {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 15px;
}
.members-txt:first-of-type {
	margin-top: 0;
}	
.members01-img img {
	width: 81px;
}
.members02-img img {
	width: 98px;
}
.members03-img img {
	width: 168px;
}
.members04-img img {
	width: 144px;
}
.members05-img img {
	width: 135px;
}
.members06-img img {
	width: 154px;
}
@media screen and (max-width: 667px){
	.inner900 {
		margin: 0 30px;
	}
	.members-box {
		width: 100%;
		padding: 25px;
	}
	.guide-h2 {
		font-size: 2rem;
		margin: 60px 0 50px;
	}
	.members-h4 {
		font-size: 1.8rem;
	}	
	.members-h3 {
		font-size: 1.8rem;
		border-bottom: 2px solid #51a5b0;		
	}
	.members-en {
		font-size: 1.2rem;
	}
	.members-title {
		margin-bottom: 35px;
	}
	.members01-img img {
		width: 58px;
	}
	.members02-img img {
		width: 71px;
	}
	.members03-img img {
		width: 121px;
	}
	.members04-img img {
		width: 103px;
	}	
	.members-only-inner {
		margin-bottom: 60px;
	}
}	


/* -----------------------------------------------------------
  最新情報
-------------------------------------------------------------- */
.news {
	position:relative;
	padding-bottom: 35px;
	margin-bottom: 110px;
}	
.news-inner {
	display: flex;
	gap: 40px;
	justify-content: space-between;
	padding: 35px 0 0 20px;
}
/* 上の斜線 */
.news::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 8px;
	background-image:repeating-linear-gradient(
	-45deg, #51a5b0, #51a5b0 2px, transparent 2px, transparent 5px
	);
	background-size:7px 7px;
	-webkit-background-size:7px 7px;
	/*Lightning見出しデザイン設定のCSS対策*/
	border:none;
	top:unset;
}	
/* 下の斜線 */
.news::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background-image:repeating-linear-gradient(
	-45deg, #51a5b0, #51a5b0 2px, transparent 2px, transparent 5px
	);
	background-size:7px 7px;
	-webkit-background-size:7px 7px;
	/*Lightning見出しデザイン設定のCSS対策*/
	border:none;
	top:unset;
}	
.news-info {
	display: flex;
	align-items: center;
}
.news-h3 {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.news-img {
	flex: 1;
}
.news-txtbox {
	flex: 2;
}
.news-img img {
	width: 125px;
}
/* ボタン */
.guide-btn a {
    position: relative;
    display: inline-block;
	background-color: #51a5b0;
	color: #fff;
	font-weight: bold;
    width: 340px;
    padding: 23px 0 23px 20px;
    letter-spacing: .15em;
    z-index: 2;
    margin: 0 auto;
	font-size: 1.7rem;
	line-height: 1;
}
.guide-btn a::after {
    display: block;
    content: "\f105";
    font: 900 1.6rem / 1 "Font Awesome 5 Free";
    position: absolute;
    top: calc((100% - 1em) / 2);
    right: 15px;
}
.mail-btn {
	margin-bottom: 15px;
}
.mail-btn a::before {
	content: '';
	background-image: url(../../control/img/mail-icon.png);
	background-repeat: no-repeat;
    display: inline-block;
    width: 31px;
    height: 20px;
    background-size: contain;
    background-position: center;
    vertical-align: bottom;
	margin-right: 9px;
}
.line-btn a {
	background-color: #04c755;
    padding: 19px 0 15px 20px;
}	
.line-btn a::before {
	content: '';
	background-image: url(../../control/img/line-icon.png);
	background-repeat: no-repeat;
    display: inline-block;
    width: 34px;
    height: 32px;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
	margin-right: 9px;
}

@media screen and (max-width: 667px){	
	.news {
		margin-bottom: 0;
	}	
	.news-h3 {
		font-size: 1.8rem;
	}	
	.news-img {
		flex: auto;
	}
	.news-img img {
		width: 75px;
	}	
	.news-txtbox {
		flex: auto;
	}	
	.news-inner {
		flex-direction: column;
		padding: 35px 0 0 0px;
		gap: 20px;		
	}
	.guide-btn a {
		width: 100%;
		font-size: 1.5rem;
		padding: 21px 0 18px 15px;
	}	
	.mail-btn {
		margin-bottom: 10px;
	}	
	.mail-btn a::before {
		width: 26px;
   		height: 15px;		
	}	
	.line-btn a {
		background-color: #04c755;
		padding: 16px 0 12px 15px;
	}
	.line-btn a::before {
		width: 28px;
    	height: 26px;
	}	
	.news-info {
		gap: 15px;
	}	
}

/* -----------------------------------------------------------
  ご利用にあたって
-------------------------------------------------------------- */
/* アコーディオンの部分 */
.accordion-container {
	margin: 50px auto 65px;
	max-width: 900px;
	width: 100%;
  }
  .accordion-list:not(:first-child) {
	margin-top: 10px;
  }
  .login-area,
  .order-area,
  .paid-area {
	margin-bottom: 95px;
  } 
  .accordion-title {
	cursor: pointer;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
	display: flex;
	align-items: center;
  }
  .qa_en {
	font-size: 2.5rem;
	font-family: 'Josefin Sans', sans-serif;
    margin: 0 20px 0 0;
	font-weight: normal;
	color: #8b8b8b;
  }
 
  .accordion-title:before {
	position: absolute;
	content: '';
	top: 50%;
	right: 25px;
	height: 1px;
	width: 15px;
	background: #333;
	transform: rotate(90deg);
	transition: all .3s ease-in-out;
  }
  .accordion-title:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 25px;
	height: 1px;
	width: 15px;
	background: #333;
	transition: all .3s ease-in-out;
  }
  
  .accordion-title.open:before {
	transform: rotate(180deg);
  }
  .accordion-title.open:after {
	opacity: 0;
  }
  
  .accordion-textbox {
	border-bottom: 1px solid #ddd;
    background: #fafafa;
    padding: 30px 60px 30px 90px;
	font-size: 1.5rem;
	line-height: 2;
	display: none;
  }
  .accordion-text {
	margin-bottom: 15px;
	position: relative;
  }
  .accordion-text:first-child::before {
    content: 'A';
    position: absolute;
    top: -10px;
    left: -37px;
    color: #3fa6b1;
	font-size: 2.5rem;

  }	
  .accordion-text:last-child {
	margin-bottom: 0;
  }
  .accordion-h3 {
	background-color: #333;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
  }
  .accordion-link {
	text-decoration: underline !important;
  }
  .accordion-item {
	margin-bottom: 15px;
	list-style: disc inside; 
  }
  .pay-title {
	font-weight: bold;
	margin-bottom: 5px;
  }
  .pay-title:last-child {
	margin-bottom: 50px;
  }	
  .pay-img {
	margin-bottom: 50px;
  }
  .pay-img img {
	width: 50%;
  }
  .option-img img{
	max-width: 750px;
  }
  .attention,
  .list {
	list-style: disc inside; 
  }
  .attention li {
	margin-bottom: 10px;
  }
  .attention li:last-child {
	margin-bottom: 0;
  }
  .flow-item {
	list-style: decimal inside; 
  }
  .stress {
	color: #3fa6b1;
	font-weight: bold;
  }
  .link-list {
	display: flex;
	justify-content: space-around;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 55px;
  }
.link-list li {
	border-right: 1px solid #ddd;
	padding-right: 35px;
}
.link-list li:last-child {
	border-right: none;
}
@media screen and (max-width: 667px){	
	.login-area,
	.order-area,
	.paid-area {
		margin-bottom: 60px;
	} 	
	.link-list {
		/* flex-direction: column; */
		justify-content: space-between;
		text-align: center;
		line-height: 1.5;
		gap: 7px;
		margin-bottom: 30px;
	}	
	.link-list li {
		padding-right: 7px;
		font-size: 1.2rem;
	}
	.accordion-h3 {
		font-size: 1.6rem;
		padding: 15px 0;
	}	
	.accordion-title {
		font-size: 1.5rem;
		padding: 10px 0;
		line-height: 1.4;
	}	
	.qa_en {
		font-size: 1.8rem;
		margin: 0 8px 0 0;
	}	
	.accordion-title:before {
		right: 10px;
		width: 12px;
		top: 40%;
	}		
	.accordion-title:after {
		right: 10px;
		width: 12px;
		top: 40%;		
	}
	.accordion-textbox {
		padding: 20px 20px 20px 40px;
		line-height: 1.75;
	}	
	.accordion-text:first-child::before {
		font-size: 1.8rem;
		top: -3px;
		left: -22px;
	}	
	.pay-img {
		margin-bottom: 25px;
	}
	.pay-img img {
		width: 100%;
  	}	
	.pay-title {
		line-height: 1.5;
	}	
	.pay-title:last-child {
		margin-bottom: 25px;
	}	
}	

/* -----------------------------------------------------------
  ご利用にあたって
-------------------------------------------------------------- */
.qa-area {
	display: flex;
	justify-content: space-between;
	padding: 0 35px;
	margin-bottom: 105px;
	align-items: center;
}
.qa-btn a {
    position: relative;
    display: inline-block;
	background-color: #fff;
	border: solid 1px #ccc;
	color: #333;
	font-weight: bold;
    width: 340px;
    padding: 20px 0 20px 20px;
    letter-spacing: .15em;
    z-index: 2;
    margin: 0 auto;
	font-size: 1.7rem;
	line-height: 1;
}
.qa-btn a:hover {
	background-color: #3fa6b1;
	border: solid 1px #3fa6b1;
	opacity: 100;
	color: #fff;
	transition: 0.5s;
}	
.qa-btn a::before {
	content: '';
	background-image: url(../../control/img/qa-icon.png);
	background-repeat: no-repeat;
    display: inline-block;
    width: 67px;
    height: 53px;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
	margin-right: 35px;
}
.qa-btn a::after {
    display: block;
    content: "\f105";
    font: 900 1.6rem / 1 "Font Awesome 5 Free";
    position: absolute;
    top: calc((100% - 1em) / 2);
    right: 15px;
	color: #ccc;
}
.qa-btn a:hover::after {
	color: #fff;
	transition: 0.5s;
}	
.contact {
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.contact-h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 25px;
}
.contact-text {
	font-size: 1.5rem;
	line-height: 1.7;
}
/* 上の斜線 */
.contact::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 8px;
	background-image:repeating-linear-gradient(
	-45deg, #ccc, #ccc 2px, transparent 2px, transparent 5px
	);
	background-size:7px 7px;
	-webkit-background-size:7px 7px;
	/*Lightning見出しデザイン設定のCSS対策*/
	border:none;
	top:unset;
}	
/* 下の斜線 */
.contact::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background-image:repeating-linear-gradient(
	-45deg, #ccc, #ccc 2px, transparent 2px, transparent 5px
	);
	background-size:7px 7px;
	-webkit-background-size:7px 7px;
	/*Lightning見出しデザイン設定のCSS対策*/
	border:none;
	top:unset;
}
@media screen and (max-width: 667px){
	.qa-area {
		flex-direction: column-reverse;
		padding: 0;
		gap: 40px;
		margin-bottom: 65px;
	}	
	.contact-h3 {
		font-size: 1.8rem;
	}
	.qa-btn a::before {
		width: 47px;
		height: 37px;
		margin-right: 15px;
	}
	.qa-btn a {
		font-size: 1.5rem;
		width: 100%;
		padding: 15px 50px 15px 20px;
	}	
}	