@charset "UTF-8";
/* ------------------------------
	 thanks.css
------------------------------ */
/*sec-thanks_contents*/
.sec-thanks_contents{
	position: relative;
	padding: 130px 0 160px 0;
	box-sizing: border-box;
}
.sec-thanks_contents .inner{
	max-width: 816px;
}
.sec-thanks_contents .title{
	text-align: center;
	font-size: 2.4rem;
	line-height: calc(32 / 24);
	color: #bc121a;
	margin-bottom: 20px;
}
.sec-thanks_contents .subtitle{
	text-align: center;
	font-size: 2rem;
	line-height: calc(32 / 20);
	margin-bottom: 15px;
}
.sec-thanks_contents .voice_wrap{
	width: 100%;
	max-width: 620px;
	margin: 0 auto 55px auto;
	text-align: center;
}
	.sec-thanks_contents .mejs-container{
		box-shadow: 0 0 12px rgba(0,0,0,.6);
	}
.sec-thanks_contents .text{
	font-size: 1.6rem;
	line-height: calc(32 / 16);
}
.sec-thanks_contents .text a{
	color: #3366cc;
	text-decoration: underline;
}
.sec-thanks_contents .text a:hover{
	text-decoration: none;
}
.sec-thanks_contents .lead{
	text-align: center;
	color: #bc121a;
	font-size: 2.4rem;
	line-height: calc(32 / 24);
	font-weight: 700;
	margin: 90px 0 20px 0;
}

.sec-thanks_contents .bnr{
	text-align: center;
	margin: 0 auto;
}


@media screen and (min-width: 768px) {
  /* 20230721追加 */
  .sec-thanks_contents .voice_wrap + .text{
    text-align: center;
  }

  /* 全体を中央
  .sec-thanks_contents .voice_wrap + .text_wrap{
    margin: 0 auto;
    text-align: center;
  }
  .sec-thanks_contents .voice_wrap + .text_wrap .text{
    display: inline-block;
  }
   */
}


@media screen and (max-width: 767px) {
.sec01{
	padding: 18% 0 18% 0;
	display: block;
		}
	.sec-thanks_contents{
		padding: 0 0 18% 0;
	}
	.sec-thanks_contents .inner{
		max-width: inherit;
	}
	.sec-thanks_contents .title{
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}
	.sec-thanks_contents .subtitle{
		font-size: 1.6rem;
		margin-bottom: 1.5rem;
	}
	.sec-thanks_contents .voice_wrap{
		max-width: inherit;
		margin: 0 auto 5rem auto;
	}
	.sec-thanks_contents .text{
		font-size: 1.4rem;
	}
	.sec-thanks_contents .lead{
		font-size: 2.0rem;
		margin: 8rem 0 2rem 0;
	}

}
