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

/*--------初めてのお客様へセット--------*/

#sub li a:link, #sub  li a:visited {
	opacity: 0.65;

}

#sub li a:hover, #sub li a:active {
	opacity: 1;
}

#sub li span {
	background: url(../files/medias/first/sidelink.png) repeat-y;
	background-color: hsla(214,23%,88%,1.00);
	opacity: 1;
}


/*--------お取引の流れ--------*/

#main-in h3{
	counter-increment: counter-h2;
	counter-reset: counter-h3;
	font-size: 2.5rem;
	line-height: 1;
	margin-top: 50px;
	margin-bottom: 5px;
	font-weight: bold;
	color: hsla(0,0%,55%,1.00);
}

@media screen and (max-width: 480px) {
	#main-in h3{
		font-size: 2rem;
	}
}
 
#main-in h3:before{
	content: counter(counter-h2);
	margin-right: 0.3em;
	border-radius: 7px;
	background-color: hsla(225,73%,67%,1.00);
	color: hsla(0,0%,100%,1.00);
	padding: 4px 8px;	
}




/*--------枠--------*/

#main-in .waku {
	border: 2px solid #6880C4;
	margin: 7px 0 10px 40px;
	padding: 15px;
	background-color: #FBFDFE;
}

@media screen and (max-width: 767px) {
	#main-in .waku {	
	margin: 15px 0 10px 0px;	
}
}

#main-in .waku p {
	font-size: 1.6rem;
}

#main-in .waku p em {
	font-size: 1.4rem;
	color: #06F;
}


#main-in .waku table {
	margin: 12px 0px 12px 12px;
}

#main-in p.center {
	text-align: center;
}

#main-in p.center img {
	margin: 30px 5px;
}




/*--------------------FAQ--------------------*/

.faq h3{
	background-color: hsla(206,14%,59%,1.00);
	color: hsla(0,0%,100%,1.00);
	padding:6px 10px;
	margin-bottom:3px;
}

.faq-set {
  position: relative;
  width: 100%;
  cursor: pointer;
	margin-bottom:30px;
}

.faq-set .faq-title {
	cursor: pointer;
	padding: 10px 40px 10px 48px;
	line-height: 1.2em;
	font-size: 1.5rem;
	color: hsla(228,73%,43%,1.00);
	margin: 0 0 3px 0px;
	border: 1px solid hsla(0,0%,90%,1.00);
	position: relative;
	text-indent: -42px;
	background-color: hsla(0,0%,97%,1.00);
}

.faq-set .faq-title:hover,
.faq-set .faq-title:active,
.faq-set .content-entry.open .faq-title {
  color: hsla(322,100%,59%,1.00);
	background-color: hsla(0,0%,100%,0.84);
}

.faq-set .faq-title:hover i:before,
.faq-set .faq-title:hover i:active,
.faq-set .content-entry.open i {
  color: white;
}

.faq-title{
  position: relative;
}

.faq-title:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 30%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #868686;
	border-right: 2px solid #868686;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.faq-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
	padding:10px 0;

}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
padding:10px 0 20px 0;
	margin-bottom:20px;
}

.accordion-content p{
	margin-bottom:15px;
}

