
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*余白削除*/
}


.st_wrapper a { color: #000000;}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto 3%;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
}

.wrap_content {
	width: 100%;
	max-width: 700px;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
}


.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper h1 {
	font-size: 23px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 10% auto 6%;
	text-align: center;
	color: #000;
}

.st_wrapper h2 {
	font-family: "Barlow", serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.5em;
	margin:3% auto 1%;
	text-align: left;
}

.st_wrapper h3 {
	font-family: "Barlow", serif;
	font-size: 25px;
	font-weight: 500;
	margin: 6% auto 3%;
	padding: 1%;
	color: #fff;
	text-align: center;
	background-color: #000;
}

.st_wrapper p{
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.7em;
    margin: 3% 0;
}

.Lead {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
    margin: 3% auto;
}

.bk_ylw {
	background-color: rgba(246,245,209,1.00);
	color: rgba(157,145,27,1.00);
	padding: 5%;
	margin: 10% auto;
}

.accordion-container ul{
	width: 90%;
	max-width: 800px;
	margin: 4% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0;
}

.accordion-container ul li {
	list-style: none;
	padding: 0;
	margin: 0 2%;
}

.accordion-container ul li figure{
	list-style: none;
	font-size: 12px;
	margin: 0 auto 10px;
	padding: 0;
    min-width: 87px;
    max-width: 87px;
}

.accordion-container ul li figure img {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #EFEFEF;
	margin-bottom: 5px;
}

.accordion-container li a{
	text-decoration: none;
}

.accordion-container ul li figure {
    line-height: 0;
	padding: 0;
	margin: 0;
}

.accordion-container ul li:last-child {
	padding-right: 0;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.clear {
    clear: both;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 400px;
	margin: 4% auto 2%;
	font-size: 17px;
	line-height: 2em;
	font-weight: 600;
	color: #ffffff;
	border-radius: 35px;
	background-color: #2A3F72;
}

.btn-2 {
	width: 400px;
	margin: 8% auto 2%;
	background-color: #FFFFFF;
	border: solid 2px #000;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
}


/*back to top*/
.gotop{
  position: fixed;
  right: 0;
  bottom: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 50px;
  color: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper p {
		font-size: 12px;
	}
	
	.st_wrapper h1 {
		font-size: 16px;
	}
	
	.st_wrapper h2 {
		font-size: 20px;
	}
	
	.st_wrapper h3 {
		font-size: 20px;
	}
	
	.Lead {
		font-size: 13px;
		line-height: 1.7em;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.accordion-container ul li {
		list-style: none;
		padding: 0;
		margin: 0 2% 5%;
		width: 33%;
	}
	
	/* Button 1 */
	.btn-1 {
		width: 80%;
		padding: 3%;
		font-size: 13px;
		position: relative;
	}
	
	.btn-2 {
		width: 65%;
		margin: 8% auto;
		padding: 3%;
		font-size: 11px;
		position: relative;
	}	
			

	.gotop {
		font-size: 35px;
		padding: 5px;
	}	
	
	
	
}






