.content_title_main {
  font-size: 3.2rem;
}
.content_column_2 {
  margin-top: 0;
}
.content_column_2_row{
  margin: auto;
  padding-top: 20px;
}
.content_column_2_left,
.content_column_2_right {
  width: 48%;
}
.content_column_2_left .phone_block,
.content_column_2_right .phone_block {
  width: 100%;
}
.phone_block {
  margin: 10px auto 0;
}
.content_section_bottom {
  background-color: #fff;
}
.reward-item {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.reward-item:first-child {
  border-bottom: 1px solid #d1d1d1;
}
.reward-title {
  width: 50%;
}
.reward-text {
  width: 50%;
}
.reward-item-strong {
  font-weight: 500;
  font-size: 50px;
}
.referral-contact-section {
  padding: 50px;
  background-color: #f5f5f5;
  border: 1px solid #d1d1d1;
}
.referral-lead {
  max-width: 300px;
  margin: auto;
  background-color: #db0016;
  text-align: center;
  color: #fff;
  font-size: 2.3rem;
}
.no_mark_list:before {
  background: none!important;
}
.t_center {
  text-align: center;
}
.t_right {
  text-align: right;
}
.right_anchor {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 3.5em;
  margin-bottom: 20px;
}
.right_anchor:before {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  -webkit-transform: rotate(
-45deg
);
  -ms-transform: rotate(-45deg);
  transform: rotate(
-45deg
);
  border-width: 0;
  border-style: solid;
  border-color: #db0016;
  border-right-width: 2px;
  border-bottom-width: 2px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  left: 2px;
}
.right_anchor_under {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 3.5em;
  margin-bottom: 20px;
}
.right_anchor_under:before {
  position: absolute;
  top: 46%;
  display: block;
  content: '';
  -webkit-transform: rotate(
45deg
);
  -ms-transform: rotate(45deg);
  transform: rotate(
45deg
);
  border-width: 0;
  border-style: solid;
  border-color: #db0016;
  border-right-width: 2px;
  border-bottom-width: 2px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  left: 2px;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px;
}
.content_text_anchor {
  word-break: break-all;
}
.content_text_anchor_blue {
  color: #0084DB;
  font-weight: 500;
}
.content_column_accordion_content {
  background: #f5f5f5;
}
.method_content_text_def {
  margin-bottom: 20px;
}
.method_content_text_def_tit {
  font-weight: bold;
  margin-bottom: 10px;
}
.content_list_dot {
  margin: 0;
  padding: 0
}
.content_list_dot > li {
  list-style: none;
  padding-left: 13px;
  text-indent: -14px;
}
.content_list_numbers {
  margin: 0;
  padding: 0
}
.content_list_numbers > li {
  list-style: none;
  padding-left: 13px;
  text-indent: -14px;
}
.content_list_numbers li {
  margin-top: 15px;
}
.content_list_numbersdots li:not(:first-child) {
  margin-top: 15px;
}
.content_list_numbersdots > li {
  list-style: none;
  padding-left: 27px;
  text-indent: -27px;
}
.content_list_text {
  text-indent: 0;
}
.content_a-apply_btn {
  min-width: 400px;
}
.content_img {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.income_cert_img img {
  width: 600px;
}
.income_cert_modal {
  width: 1100px;
  padding: 30px;
  text-align: center;
}
.table_c_layout,
.table_c_layout_headline {
  background-color: #fff;
}
.table_c_layout {
  width: 100%;
}
.table_c_layout_headline {
  width: 30%;
}
.table_c_layout_detail {
  width: 70%;
}
.tel_text_sp {
  pointer-events: none;
}

.fontLarge {
  font-size: 1.4em;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}