
/* -------------------------------------
	renewal note
---------------------------------------- */
.renewal_note {
	display: block;
	margin-inline:auto;
	padding:2.4rem;
  margin-block: 6.4rem;
  /* width: 100%; */
}
.renewal_note_title {
  font-size: 140%;
  font-weight: 700;
  text-align: center;
}
.renewal_note_text {
  margin-block: 2.4rem;
  text-align: center;
}

.content_inner{
  width: 100%;
	max-width:800px;
}

.renewal_note_logo {
  
  width: 760px; /* 親要素の横幅300pxを継承 */
  height: 116px; /* 高さを300pxに設定 */
  object-fit: none;
  object-position: left top;
}