@charset "UTF-8";

/* ___ はじめる人も、紹介する人も。春のレンタル応援キャンペーン ____ */

#rwd-content .guidance h2,
#rwd-content .guidance p.benefit {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.8;
	margin: 0 -8.5%;
}
#rwd-content .guidance h2 {
	color: #ef3c91;
}
#rwd-content .guidance h2.flow {
	font-size: 1.8rem;
	color: #000;
	font-weight: normal
}
#rwd-content .clmn {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	border: 3px solid #82c1ea;
	border-radius: 18px;
	padding: 20px 11%;
}
#rwd-content .clmn span {
	display: inline-block;
}
#rwd-content .guidance h3 {
    font-size: 1.6rem;
	font-weight: bold;
}
#rwd-content .guidance .detail dt {
	background: #a7d4e2;
	font-weight: bold;
	padding: 5px 10px;
}
#rwd-content .guidance .detail dd {
	padding: 10px 0px 20px 5px;
}
#rwd-content .guidance .detail dd li {
	margin-left: 1em;
	text-indent: -1em;
}

/* _ flow-box __ */
#rwd-content .flow-box {
	display: flex;
	gap: 25px;
	max-width: 800px;
	margin: 10px auto 30px;
}
#rwd-content .balloon {
	position: relative;
	border: solid 3px #82c1ea;
	border-radius: 20px;
	flex: 1;
}
#rwd-content .balloon h3 {
	line-height: 40px;
	background: #82c1ea;
	text-align: center;
	border-radius: 16px 16px 0 0;
}
#rwd-content .balloon h3 img {
	width: 53px;
	vertical-align: middle;
	margin-top: -3px;
}
#rwd-content .balloon p {
	/*padding: 10px 33px;*/
	width: 160px;
	margin: 10px auto;
}
#rwd-content .balloon p span {
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: bold;
}
#rwd-content .balloon.tail::after {
	content: "";
	position: absolute;
	border-style: solid;
}


@media screen and (max-width: 767px) {
  #rwd-content .guidance h2,
  #rwd-content .guidance p.benefit {
      font-size: 1.5rem;
      margin: 0;
  }
  #rwd-content .guidance h2.flow {
      font-size: 1.5rem;
  }
  #rwd-content .guidance h3 {
      font-size: 1.5rem;
  }
  #rwd-content .clmn {
      font-size: 1.5rem;
      line-height: 1.6;
  }
  #rwd-content .coupon img.right {
	  margin-top: 10px;
  }
	
  /* _ flow-box __ */
  #rwd-content .flow-box {
	  flex-direction: column;
	  width: 80%;
	  max-width: 300px;
  }
  #rwd-content .balloon {
	  min-height: 165px;
  }
  #rwd-content .balloon.tail::after {
      left: 50%;
      bottom: -27px;
      border-width: 25px 35px 0 35px;
      border-color: #82c1ea transparent transparent transparent;
      transform: translateX(-50%);
  }
  #rwd-content .balloon p {
      width: 150px;
  }
  #rwd-content .balloon p span {
      font-size: 2.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #rwd-content .guidance h2,
  #rwd-content .guidance p.benefit,
  #rwd-content .guidance p.benefit-attn {
	  text-align: center;
  }
  #rwd-content .coupon img {
	  width: 32%;
  }
  #rwd-content .coupon img.right {
	  margin-left: 2%;
  }

  #rwd-content .guidance {
	  width: 83%;
	  margin: 0 auto;
	  margin-bottom: 20px;
  }
  #rwd-content .guidance .f-box {
	  width: 39%;
	  margin-left: 0;
  }
  #rwd-content .guidance .button-cta {
	  min-height: 60px;
	  height: auto;
  }
	
  /* _ flow-box __ */
  #rwd-content .balloon.tail::after {
      top: 50%;
      right: -27px;
      border-width: 35px 0 35px 25px;
      border-color: transparent transparent transparent #82c1ea;
      transform: translateY(-50%);
  }

}