@charset "utf-8";

/* Utill class=========================■  */
.por {
	position: relative; 
}

.tac {
	text-align: center;
}
.mt20{
	margin-top: 20px;
}
.mt10{
	margin-top: 10px;
}
.mt40{
	margin-top: 40px;
}
.mt60{
	margin-top: 40px;
}
.aeon_red {
	color: #B50081;
}
.fb_bod{
	font-weight: bold;
	color: #b60281;
}

.small {
	font-size: 14px;
}
/* 使用する色は color: var( ); にて下記を引っ張る */
:root {
	--main-color1: #B50081;
	--main-color2: #F86ACF;
	--main-color3: #F9F0F3;
	--sub-color: #D13F93;
	--mono-tone1: #F0F0F0;
	--mono-tone2: #676767;
	--mono-tone3: #707070;
	--sub-color2: #FFF8CA;
	--sub-color3: #EF4050;
}
/* ============================================================ */
/* ===========================PC=============================== */
#header-inner {
	width: 100% !important;
	height: auto;
}

.step1_contents {
	margin-top: 40px;
}

.dl_baloon {
	width: 30%;
	height: auto;
}

.dl_box {
	border: #cdf4ff solid 4px;
	border-radius: 10px;
	padding: 20px;
}
.triangle {
	margin: 20px 0;
	display: inline-block;
	width: 60px;
	height: 30px;
	background: #464646;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
.howtobox{
	margin: 0 auto;
	display: block;
	text-align: center;
}
  .step2_card {
	width: 60%;
  }

  .icon {
	width: auto;
	height: 20px;
	vertical-align: middle;
	margin: -2px 0 0 10px;
  }
  .youtube-ttl {
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 20px;
	width: 600px;
	margin: 20px auto;
	display: block;
	position: relative;
  }
  .step2_point {
	position: absolute;
	left: -50px;
	top: -30px;
  }

  iframe {
	display: block;
	margin: 0 auto;
  }
  
  iframe.youtube-16-9 {
  width: 90%;
  height: auto;
  aspect-ratio: 16 / 9;
  }

  h3{
	background-color: #00c9ff;
	font-weight: 800;
  }
  
/* ============================================================ */
/* ===========================SP=============================== */
@media screen and (max-width: 640px) {
	.dl_baloon {
		width: 60%;
		height: auto;
	}
	.step2_point {
		position: absolute;
		left: 0px;
		top: -30px;
	  }
	
	  .step2_hand {
		position: absolute;
		right: 140px;
		bottom: -20px;
	  }
	  .youtube-ttl {
		background-color: #f4f4f4;
		border-radius: 10px;
		padding: 10px;
		width: 300px;
		margin: 40px auto;
		display: block;
		position: relative;
	  }
	  .step2_point {
		position: absolute;
		left: 0px;
		top: -30px;
	  }
}