h1{
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: center;
}

/**TOPボタン**/
#totop-btn{
	position: fixed;
	width: 20px;
	height: 20px;
  right: 20px;
 	bottom: 30px;
	background-color: rgba(255,94,149,0.6);
  padding: 15px;
  border-radius: 50%;
  z-index: 4;
}

#totop-btn-wide{
	position: fixed;
	width: 20px;
	height: 20px;
  right: 400px;
  bottom: 30px;
	background-color: rgba(255,94,149,0.6);
  padding: 15px;
  border-radius: 50%;
  z-index: 4;
}

.totop-btn-img{
	width: 20px;
	height: 20px;
	transform: rotate(180deg);
}

/**料金表**/
.payment-table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 7px;
}

.payment-table td:nth-child(odd){
	border-bottom: solid 1px #dded;
	padding: 5px 0;
}
.payment-table td:nth-child(even){
	border-bottom: solid 1px #dded;
	padding: 5px 0 5px 7px;
}
.payment-table-notes{
	font-size: 13px;
	padding: 5px;
}

/**ダイヤルボタン**/
.content-link-btn {
	display: block;
	width: calc(90% - 20px);
	line-height: 52px;
	height: 50px;
	margin: 10px auto;
	border-radius: 26px;
	background: #FF5E95;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	color: #fff !important;
	letter-spacing: 1px;
}

/**アプリリンクボタン**/
a.dial-link {
	width: calc(90% - 20px);
	height: 50px;
	border: 1px solid #707070;
	display: block;
	margin: 10px auto 10px;
	line-height: 52px;
	text-align: center;
	font-size: 17px;
	color: #2a2a2a;
	font-weight: bold;
	border-radius: 26px;
}

p.text-block{
	padding: 20px 20px 0;
}


/**関連リンクブロック**/
.side-page-wrap {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 10px 0;
	margin: 15px 0 30px;
}

.pick-article{
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}

.pick-article th{
	font-size: 18px;
	padding-bottom: 7px;
	text-align: left;
	padding-left: 10px;
}

.pick-article td:nth-child(odd){
	width: 40%;
	height: auto;
	padding: 10px 7px 5px;
  border-top: solid 1px #dded;
}

.pick-article img{
	width: 100%;
}

.pick-article td:nth-child(even){
	vertical-align: top;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 7px 5px;
  border-top: solid 1px #dded;
}

.pick-article h2{
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}


/**** 体験談アコーディオン ****/
.menu-accordion-box{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.menu-accordion-check{
	display: none;
}

.menu-accordion-label{
	position: relative;
	background: #FF5E95;
	box-shadow: 1px 3px 3px rgba(212,212,212,0.8);
	color: #fff;
	display: block;
	width: calc(90% - 10px);
	padding: 15px;
	margin: 15px auto 5px;
	border-radius: 6px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}

.menu-accordion-label:after{
	position: absolute;
	display: inline-block;
	content: '';
	background-image: url('../img/arrow-white-icon.png');
	background-repeat: no-repeat;
  vertical-align: middle;
  background-size: contain;
	height: 18px;
	width: 18px;
	padding-right: 10px;
	right: 3px;
	top: 21px;
}

.menu-accordion-content{
	border: 2px solid #d4d4d4;
	display: block;
	height: 10px;
	opacity: 0;
	width: calc(90% - 10px);
	margin: auto;
	padding: 10px 10px;
	transition: .5s;
	visibility: hidden;
	border-radius: 4px;
}

.menu-accordion-check:checked + .menu-accordion-label:after{
	content: '';
  background-image: url('../img/arrow-white-icon.png');
  background-repeat: no-repeat;
  transform: rotateX(180deg);
  vertical-align: middle;
  background-size: contain;
}


.menu-accordion-check:checked + .menu-accordion-label + .menu-accordion-content{
	width: calc(90% - 10px);
	height: fit-content;
	opacity: 1;
	margin: auto;
	padding: 10px 10px 10px 12px;
	border-radius: 4px;
	visibility: visible;
}

.menu-accordion-content ul {
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	padding: 5px 0 10px 5px;
}

.menu-accordion-content ol {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 3px 10px 12px;
}

.menu-accordion-content li {
	line-height: 2.3;
}

.experience-content-title{
	font-size: 16px;
	font-weight: 700;
	border-bottom: solid 2px #FF5E95;
	width: fit-content;
	margin: 8px;
	padding: 0 8px;
}

.experience-content{
	margin: 0 10px 25px 20px;
}

.menu-accordion-content a{
	color: #4f99ff;
	font-weight: 700;
}

.play-img-list{
	padding: 15px 15px 15px 30px;
	list-style-position: outside;
}
.play-img-list li{
	list-style: square;
	margin: 5px 0;
}

/**キーパッドブロック**/
.keypad-wrap{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 10px 0;
}

.top-img{
	width: 100%;
	height: auto;
}