@charset "UTF-8";

.thanks {
  position: relative;
  padding: 130px 0;
  background: var(--bg-dark);
  z-index: 15;
  -webkit-transform: translateZ(40px);
          transform: translateZ(40px);
}
@media screen and (max-width: 842px) {
  .thanks {
    padding: 40px 0 109px;
  }
}
.thanks_inner {
  position: relative;
  z-index: 30;
}
.thanks_content {
  position: relative;
  z-index: 15;
}
.thanks_content .sectionhead .ja {
  width: 278px;
  margin: 0 auto;
}
@media screen and (max-width: 842px) {
  .thanks_content .sectionhead .ja {
    width: 181px;
  }
}/*
.thanks_content .buttonarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 33px 30px;
  width: calc(100% - 40px);
  max-width: 1067px;
  margin: 30px auto 0;
}*/
/*
@media screen and (max-width: 842px) {
  .thanks_content .buttonarea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 46px;
  }
}
.thanks_content .buttonarea {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-direction: column;
   
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	
	 gap: 33px 30px;
    margin-top: 46px;
  }
.thanks_content .buttonarea a {
  max-width: 295px;
}
*/
	.thanks_content .buttonarea {
		position: relative;
	text-align: center;
		display: block;
		width: 100%;
		max-width: 360px;
		margin: 20px auto;
	}
	.thanks_content .buttonarea a {
	margin: 20px 0;
}
@media screen and (max-width: 842px) {
	.thanks_content .buttonarea {
		max-width: 300px;
	}
}
/*
@media screen and (max-width: 1024px) {
	.thanks_content .buttonarea {
		display: block;
		width: 300px;
		margin: 20px auto;
	}
	.thanks_content .buttonarea a {
	margin: 20px 0;
}
}
@media screen and (max-width: 842px) {
  .thanks_content .buttonarea a {
    padding: 9px 10px;
  }
}*/
/*
.thanks_content .buttonarea a .text {
  font-size: 18px;
  font-style: normal;
  line-height: 26px; 
  letter-spacing: 1.8px;
}
@media screen and (max-width: 842px) {
  .thanks_content .buttonarea a .text {
    font-size: 14px;
    font-style: normal;
    line-height: 21px; 
  }
}
*/

.thanks_center {
  position: relative;
  /*width: calc(100% - 84px);*/
	width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 842px) {
  .thanks_center {
    margin-top: 91px;
  }
}
.thanks_center h3 {
  color: var(--Text);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 4px;
}
@media screen and (max-width: 842px) {
  .thanks_center h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.1px;
  }
}
.thanks_content .text .lead {
  margin: 56px 0 0 10px;
 /* width: 428px;*/
  color: var(--Text);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 250% */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 842px) {
  .thanks_content .text .lead {
    width: 100%;
    margin: 30px 0 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 214.286% */
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 640px) {
  .thanks_content .text .lead {
    margin: 30px auto 0;
	  padding: 0 20px;
	  text-align: left;
  }
}
.thanks_content h3 .medium {
  margin-left: 5px;
  font-size: 20px;/*22px*/
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 1px;
	text-align: center;
}
@media screen and (max-width: 842px) {
	.thanks_content {
		padding: 0 10px!important;
	}
  .thanks_content h3 .medium {
    margin: 4px 0 0;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
  }
}
.mtmb { 
	margin: 50px auto 0px;
}
.radius { border-radius: 50vh!important; }


.thanks_content .buttonarea .text {
	display: block;
	 font-size: 16px!important;
	width: 260px;
	height: 50px;
	border-left: 1px solid;
	padding-left: 5px;
	margin-left: 15px;
	
	padding-top: 15px;
	
}
.thanks_content .buttonarea a {
	position: relative;
	text-align: center;
}
@media screen and (max-width: 842px) {
	.thanks_content .buttonarea .text {
	 font-size: 14px!important;
	width: 220px;
	height: 40px!important;
	margin-left: 20px;
	padding-top: 10px;
	
}
}

.thanks_content .buttonarea a::after {
  position: absolute;
	content: "";
	top: 48%;
	left: 20px;
  width: 20px;
  height: 21px;
  background-image: url("../../top/img/download-solid-full.png");
 background-size: cover;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 10;
}
.thanks_content .buttonarea a:hover::after {
	background-image: url("../../top/img/download-solid-full_dark.png");
}
@media screen and (min-width: 641px) {
	.min640 { display: block; }
}
@media screen and (max-width: 640px) {
	.min640 { display: none; }
}