.text-red {
	color: #FF0000;
}
.inline-block {
	display: inline-block;
}
.fs-large {
	font-size: 2.0rem;
}
/* margins */
.mb-3xlarge {
	margin-bottom: 72px;
}
.mb-xlarge {
	margin-bottom: 40px;
}
.mb-large{
	margin-bottom: 32px;
}
.mb-medium {
	margin-bottom: 24px;
}
.mb-xsmall-rev {
	margin-bottom: 8px;
}
.mt-16 {
	margin-top: 16px;
}
.mb-32 {
	margin-bottom: 32px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mt_auto {
	margin-top: auto;
}
.justify-center {
	justify-content: center;
}
.anchor_list_wrap {
	margin-top: 160px;
}
.separator {
  height: 1px;
  border: none;
  background-color: #B0B0B0;
  margin: 20px 0;
}
.arrow_top {
  position: relative;
  padding-top: 80px;
  margin-top: 40px;
}
.arrow_top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 64px solid transparent;
  border-right: 64px solid transparent;
  border-top: 51px solid #ccc;
  display: inline-block;
}
.steps.cmn_heading02.--with_img {
  font-size: 2.4rem;
	text-align: left;
}
.steps.cmn_heading02.--with_img .img {
  width: 68px;
  height: 68px;
  min-width: 68px;
}
.clm2_item {
	display: flex;
	flex-direction: column;
}
.superscript01,
.superscript02 {
	font-size: 1rem;
	vertical-align: 0.3em;
}
.superscript02 {
	font-size: 1.2rem;
}
.card_list {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 8px;
}
.section_100p {
	margin: 40px 0;
}
.card_multiple {
	max-width: 200px;
}
.bnr_pc, .bnr_sp {
  width: 100%;
  height: auto;
}
.bnr_pc { 
	display: block;
	max-width: 751px;
	margin: 0 auto; 
}
.bnr_sp { display: none; }

.cmn_card_list .card .ttl + .txt {
	margin-top: 16px;
}

@media screen and (max-width:640.999px){
	.fs-large {
		font-size: 1.8rem;
	}
	/* margins */
	.mb-3xlarge {
		margin-bottom: 56px;
	}
	.mb-xlarge {
		margin-bottom: 32px;
	}
	.mb-large{
		margin-bottom: 24px;
	}
	.mb-medium {
		margin-bottom: 12px;
	}
	.mb-xsmall-rev {
		margin-bottom: 16px;
	}
	.anchor_list_wrap {
		margin-top: 48px;
	}
	.section_100p .cmn_w100p_wrap > .inner,
	.cmn_w100p_wrap > .inner{
		padding: 40px 24px;
	}
	.arrow_top:after {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 32px solid #ccc;
  }
	.steps.cmn_heading02.--with_img {
    font-size: 2.0rem;
    text-align: left;
  }
	.card_list {
		margin-bottom: 16px;
	}
	.card_list_sp .card {
		padding: 16px 20px;
	}
	.card_list_sp .flex_wrap{
		gap: 12px;
	}
	.card_list_sp .card .flex_wrap .img{
		min-width: 64px;
	}
	.card_list_sp .card .flex_wrap .txt_wrap.detail_list {
		padding-right: 32px;
	}
	.section_100p {
		margin: 32px 0;
	}
	.card_multiple {
		max-width: 160px;
	}
	.bnr_pc { display: none; }
	.bnr_sp { display: block; }

	.cmn_card_list .card .flex_wrap .txt_wrap.detail_list {
		gap: 8px;
	}
}
