.margin_top_zero {
  margin-top: 0;
}

.margin_bottom_xlow {
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .margin_bottom_xlow {
    margin-bottom: 16px;
  }
}

.margin_bottom_low {
  margin-bottom: 36px;
}
@media screen and (max-width: 576px) {
  .margin_bottom_low {
    margin-bottom: 24px;
  }
}

.margin_bottom_medium {
  margin-bottom: 72px;
}
@media screen and (max-width: 576px) {
  .margin_bottom_medium {
    margin-bottom: 36px;
  }
}

.margin_bottom_large {
  margin-bottom: 96px;
}
@media screen and (max-width: 576px) {
  .margin_bottom_large {
    margin-bottom: 48px;
  }
}

.margin_bottom_xlarge {
  margin-bottom: 120px;
}
@media screen and (max-width: 576px) {
  .margin_bottom_xlarge {
    margin-bottom: 60px;
  }
}

.margin_bottom_3per {
  margin-bottom: 3%;
}

.margin_bottom_8per {
  margin-bottom: 8%;
}

.margin_top_zero {
  margin-top: 0;
}

.margin_bottom_zero {
  margin-bottom: 0;
}

.padding_2per {
  padding: 2%;
}

.padding_3per {
  padding: 3%;
}

.padding_3halfper {
  padding: 3.5%;
}

.padding_4per {
  padding: 4%;
}

.padding_4halfper {
  padding: 4.5%;
}

.padding_5per {
  padding: 5%;
}

.padding_side_5per {
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (max-width: 576px) {
  .sm_margin_top_low {
    margin-top: 12px;
  }
}

@media screen and (max-width: 576px) {
  .sm_margin_bottom_low {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 576px) {
  .sm_margin_bottom_middle {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 576px) {
  .sm_margin_bottom_high {
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 576px) {
  .sm_excepting_visible {
    display: none;
  }
}

.sm_only_visible {
  display: none;
}
@media screen and (max-width: 576px) {
  .sm_only_visible {
    display: block;
  }
}

.sm_new_line {
  display: none;
}
@media screen and (max-width: 576px) {
  .sm_new_line {
    display: inline;
  }
}

@media screen and (max-width: 576px) {
  .sm_excepting_new_line {
    display: none;
  }
}

.gradient, .gradient_box {
  background: rgb(182, 210, 237);
  background: linear-gradient(180deg, rgb(182, 210, 237) 0%, rgb(157, 235, 218) 100%);
}

.column_border_radius {
  border-radius: 20px;
}

.column_border_radius_30px {
  border-radius: 30px;
}

.button_boxshadow {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
}

.hover_duration, .close_button_box .close_button, .button {
  transition-duration: 300ms;
}

.img_maxwidth100p {
  max-width: 100%;
}

.position_relative {
  position: relative;
}

body {
  color: #333333;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", sans-serif;
}

.container {
  box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

figure {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
figure img {
  max-width: 100%;
  vertical-align: top;
}
figure figcaption {
  margin-top: 12px;
}

.button {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: normal;
  padding: 20px 22px;
  text-decoration: none;
  border-radius: 5px;
  background-color: #FF9D00;
  color: #ffffff;
  box-sizing: border-box;
}
.button:hover {
  background-color: #EA9000;
}
.button.large {
  font-size: clamp(16px, 1.75vw, 20px);
  padding: 20px 28px;
}
@media screen and (max-width: 576px) {
  .button.large {
    padding: 16px 24px;
  }
}
.button.reversal {
  border: 2px solid #125CBF;
  color: #333333;
  background-color: #ffffff;
}
.button.reversal:hover {
  border: 2px solid #2C3883;
  background-color: #2C3883;
  color: #ffffff;
}

.icon_mail {
  background-image: url(../images/icon_mail.png);
  background-size: 18px 14px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 26px;
}

.icon_tel_white {
  background-image: url(../images/icon_tel_white.png);
  background-size: 14px 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 20px;
}

h2 {
  text-align: center;
  color: #1B224C;
  font-size: clamp(32px, 2.5vw, 36px);
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 42px;
}
.text_align_center span{
	font-weight: 200;
}

h2.large {
  font-size: clamp(28px, 4vw, 48px);
}
h2.small {
  font-size: clamp(20px, 2.5vw, 28px);
}
@media screen and (max-width: 576px) {
  h2 {
    margin-bottom: 36px;
    line-height: 1.6;
  }
}

h3 {
  font-size: clamp(24px, 1.75vw, 28px);
  color: #125CBF;
  line-height: 1.4;
  margin-top: 0;
  font-weight: bold;
}
h3.small {
  font-size: clamp(14px, 1.5vw, 24px);
}

h4 {
  font-size: clamp(18px, 1.75vw, 18px);
  line-height: 1.4;
  margin-top: 0;
  font-weight: bold;
}

p {
  line-height: 1.8;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  p {
    line-height: 1.7;
  }
}
p.small {
  font-size: clamp(10px, 1.25vw, 14px);
}

.yellow_marker {
  background: linear-gradient(transparent 85%, #FFD800 80%);
}

.text_color_blue {
  color: #1B224C;
}

.text_orange {
  color: #FF9D00;
}

.text_red {
  color: #D60000;
}

.text_small {
  font-size: 0.75rem;
}

.text_align_center {
  text-align: center;
}

.text_align_left {
  text-align: left;
}

.text_align_right {
  text-align: right;
}

.text_color_yellow {
  color: #FFD800;
}

.gradient_box {
  padding: 6% 6% 3%;
}

.bg_white_box {
  background: #ffffff;
}

.box_shadow, header {
  box-shadow: 0px 0px 20px rgba(181, 181, 181, 0.24);
}

.bg_thin_blue_box_01 {
  background-color: #D5EFFA;
}

.bg_thin_blue_box_02 {
  background-color: #DFF2FA;
}

.bg_thin_blue_box_03 {
  background-color: #CDDDF2;
}

.block_padding_style_01 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.block_padding_style_02 {
  padding-top: 84px;
  padding-bottom: 84px;
}

.block_padding_style_03 {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 576px) {
  .block_padding_style_03 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.form_dummy {
  background: #eeeeee;
  padding: 300px 0;
  text-align: center;
  margin-top: 32px;
}

.height_100per {
  height: 100%;
}

header {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 576px) {
  header {
    padding: 14px 12px 12px;
  }
}
header a.header_logo {
  border: 1px solid #2C3883;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 5px;
  font-size: clamp(14px, 2.5vw, 24px);
  color: #2C3883;
  font-weight: bold;
}
header .header_logo_thankspage {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: bold;
  color: #2C3883;
}
header p {
  margin: 0;
}
header .header_message {
  font-size: clamp(20px, 2.5vw, 24px);
  color: #E80000;
  font-weight: bold;
  padding-right: 12px;
}
@media screen and (max-width: 576px) {
  header .header_message {
    display: none;
  }
}
header .tel {
  text-align: right;
  line-height: 1.4;
  margin-right: 12px;
}
header .tel b.tel_number {
  font-size: clamp(14px, 1vw, 18px);
  background: url(../images/icon_tel.png) no-repeat left 50%;
  background-size: 14px auto;
  padding: 4px 0 4px 18px;
}
header .tel b.tel_number a {
  text-decoration: none;
  color: #2C3883;
}
header .tel span {
  font-size: 12px;
}
@media screen and (max-width: 576px) {
  header .button {
    padding: 14px 10px;
    font-size: 10px;
  }
}
@media screen and (max-width: 576px) {
  header .button .icon_mail {
    background-size: 16px auto;
    padding-left: 22px;
  }
}

.fv {
  background: url(../images/bg_fv_pc.jpg) no-repeat top center;
  background-size: cover;
  height: auto;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .fv {
    background: url(../images/bg_fv_sp.jpg) no-repeat top center;
    padding-top: 90px;
    padding-bottom: 32px;
    background-size: auto 100%;
  }
}
.fv .container {
  height: 100%;
}
.fv .container .row {
  height: 100%;
}
.fv .fv_area {
  background-color: #FFD800;
  font-size: clamp(18px, 2vw, 22px);
  border-radius: 100px;
  color: #2C3883;
  display: inline-block;
  padding: 6px 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 576px) {
  .fv .fv_area {
    padding: 6px 16px;
  }
}
.fv h1 {
  color: #1B224C;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  .fv h1 {
    margin-bottom: 8px;
  }
}
.fv h1 img {
  max-width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.fv .lead_copy {
  color: #1B224C;
  font-size: clamp(15px, 1.5vw, 24px);
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .fv .lead_copy {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 576px) {
  .fv .button_wrap {
    text-align: center;
  }
}

.worries_section {
  background: url(../images/bg_worries.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 24px;
  padding-top: 64px;
}
@media screen and (max-width: 576px) {
  .worries_section {
    padding-top: 42px;
    padding-bottom: 8px;
  }
}
.worries_section h2 {
  margin-top: 0;
  margin-bottom: 24px;
  color: #ffffff;
  line-height: 1.6;
  font-size: clamp(24px, 2.5vw, 32px);
  position: relative;
}
.worries_section .worries_item {
  text-align: center;
  background-color: #ffffff;
  border-radius: 200px;
  padding: 12px 18px;
  margin-bottom: 30px;
  margin-top: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 576px) {
  .worries_section .worries_item {
    margin-bottom: 16px;
  }
}
.worries_section .worries_item figure {
  margin-bottom: 0;
}
.worries_section .worries_item figure img {
  width: 60%;
}
.worries_section .worries_item dt {
  font-size: clamp(20px, 2.5vw, 20px);
  font-weight: bold;
}
.worries_section .worries_item p {
  margin-top: 6px;
  margin-bottom: 0;
}
.worries_section .worries_item dd {
  margin-left: 0;
}

@media screen and (max-width: 576px) {
  .worries_arrow {
    width: 50px;
    height: auto;
  }
}

.worries_message_box {
  background-color: #125CBF;
  position: relative;
  padding: 12px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .worries_message_box {
    padding-bottom: 0;
  }
}
.worries_message_box .strong_message {
  font-size: clamp(32px, 4vw, 36px);
  color: #ffffff;
  margin: 0;
  padding: 24px 0;
  line-height: 1.4;
}
.worries_message_box .strength_message_img {
  position: absolute;
  bottom: 0;
  right: 10px;
  margin: 0;
  width: 25%;
}
@media screen and (max-width: 992px) {
  .worries_message_box .strength_message_img {
    position: relative;
    right: auto;
    text-align: center;
    width: 100%;
  }
  .worries_message_box .strength_message_img img {
    width: 40%;
  }
}
@media screen and (max-width: 576px) {
  .worries_message_box .strength_message_img {
    position: relative;
    right: auto;
    text-align: center;
    width: 100%;
  }
  .worries_message_box .strength_message_img img {
    width: 80%;
  }
}

.strength_section {
  background: url(../images/bg_strength.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 24px;
}

.strength_item {
  background: #ffffff;
  margin-bottom: 24px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.strength_item.bottom_item {
  margin-bottom: 64px;
}
.strength_item .text_box {
  padding: 16px 24px;
}
@media screen and (max-width: 576px) {
  .strength_item .text_box {
    padding: 24px 24px 16px;
  }
}
.strength_item h3 {
  text-align: left;
  font-size: clamp(24px, 1.75vw, 26px);
  padding: 14px 0 14px 72px;
  margin-bottom: 8px;
  font-weight: bold;
}
.strength_item h3.strength_icon_01 {
  background: url(../images/strength_icon_01.png) no-repeat 0 50%;
  background-size: 60px 60px;
}
.strength_item h3.strength_icon_02 {
  background: url(../images/strength_icon_02.png) no-repeat 0 50%;
  background-size: 60px 60px;
}
.strength_item h3.strength_icon_03 {
  background: url(../images/strength_icon_03.png) no-repeat 0 50%;
  background-size: 60px 60px;
}
.strength_item p.strength_description {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
}
.strength_item p.strength_description.text_color_blue {
  color: #1B224C;
}
@media screen and (max-width: 576px) {
  .strength_item p.strength_description {
    padding-left: 0;
  }
}
.strength_item figure {
  margin-bottom: 0;
}
.strength_item img.strength_img {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 576px) {
  .strength_item img.strength_img {
    border-radius: 0 0 10px 10px;
  }
}

.case_arrow {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 30px;
  height: 22px;
  margin-top: 8px;
}
@media screen and (max-width: 576px) {
  .case_arrow {
    position: absolute;
    top: auto;
    bottom: -4px;
    right: 50%;
    left: auto;
    margin-right: -20px;
  }
  .case_arrow img {
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 576px) {
  .case_item_heading {
    text-align: center;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 576px) {
  .case_before_img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 576px) {
  .case_after_img {
    margin-bottom: 40px;
  }
}

.voice_item {
  background-color: #ffffff;
  border-radius: 10px;
  min-height: 440px;
}
@media screen and (max-width: 576px) {
  .voice_item {
    min-height: auto;
    margin-bottom: 16px;
  }
}

.voice_image_box {
  background-color: #BBDFEF;
  border-radius: 10px 10px 0 0;
  padding: 36px 16px 24px;
  text-align: center;
  margin-bottom: 8px;
}

.voice_image {
  width: 40%;
  height: auto;
}

.voice_name {
  text-align: center;
  margin-bottom: 0;
}

.voice_name_bg {
  background-color: #2C3883;
  color: #ffffff;
  padding: 4px 20px;
  border-radius: 16px;
  font-size: 20px;
}

.voice_text_box {
  padding: 16px;
}
.voice_text_box p {
  font-size: clamp(13px, 1.75vw, 16px);
}

.voice_item_heading {
  margin-top: 0;
  text-align: center;
  margin-bottom: 12px;
  font-size: clamp(18px, 1.75vw, 18px);
}

.cta {
  padding-top: 48px;
  padding-bottom: 48px;
  background: url(../images/bg_cta.jpg) no-repeat top center;
  background-size: cover;
}
.cta p {
  text-align: center;
  margin-bottom: 0;
}

.cta_heading {
  line-height: 1.4;
  font-size: clamp(19px, 2.5vw, 28px);
  margin-top: 0;
  margin-bottom: 12px;
}

.cta_marker {
  background-color: #125CBF;
  color: #ffffff;
}

.cta_item_heading {
  line-height: 1.4;
  color: #333333;
  font-size: clamp(16px, 1.5vw, 18px);
  margin-bottom: 0;
}

.cta_button_wrap {
  margin-top: 8px;
}
@media screen and (max-width: 576px) {
  .cta_button_wrap {
    margin-bottom: 16px;
  }
}

.button.cta_button {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  font-size: clamp(20px, 1.5vw, 20px);
}
@media screen and (max-width: 576px) {
  .button.cta_button {
    padding: 14px 20px;
  }
}

.what_we_can_do_list_heading {
  margin-top: 72px;
  margin-bottom: 48px;
}
@media screen and (max-width: 576px) {
  .what_we_can_do_list_heading {
    margin-top: 64px;
    margin-bottom: 36px;
  }
}

.what_we_can_do_list {
  background-color: #2C3883;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .what_we_can_do_list {
    display: block;
  }
}
.what_we_can_do_list li {
  flex-basis: 33%;
  background-color: #ffffff;
  text-align: center;
  list-style: none;
  padding: 20px;
  font-weight: bold;
  font-size: clamp(18px, 1.5vw, 22px);
}
@media screen and (max-width: 576px) {
  .what_we_can_do_list li {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .what_we_can_do_list li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 576px) {
  .what_we_can_do_list li:last-child {
    margin-bottom: 0;
  }
}
.what_we_can_do_list li:nth-child(1) {
  background-image: url("../images/service_icon_01.png");
  background-repeat: no-repeat;
  background-size: 74px auto;
  background-position: 4px 50%;
}
.what_we_can_do_list li:nth-child(2) {
  background-image: url("../images/service_icon_02.png");
  background-repeat: no-repeat;
  background-size: 74px auto;
  background-position: 4px 50%;
}
.what_we_can_do_list li:nth-child(3) {
  background-image: url("../images/service_icon_03.png");
  background-repeat: no-repeat;
  background-size: 74px auto;
  background-position: 4px 50%;
}
.what_we_can_do_list li:nth-child(4) {
  background-image: url("../images/service_icon_04.png");
  background-repeat: no-repeat;
  background-size: 74px auto;
  background-position: 4px 50%;
}
.what_we_can_do_list li:nth-child(5) {
  background-image: url("../images/service_icon_05.png");
  background-repeat: no-repeat;
  background-size: 74px auto;
  background-position: 4px 50%;
}
.what_we_can_do_list li:nth-child(6) {
  background-image: url("../images/service_icon_06.png");
  background-repeat: no-repeat;
  background-size: 74px auto;
  background-position: 4px 50%;
}
.what_we_can_do_list > li:nth-child(-n+3) {
  margin-bottom: 7px;
}
@media screen and (max-width: 576px) {
  .what_we_can_do_list > li:nth-child(-n+3) {
    margin-bottom: 5px;
  }
}

.area_map {
  margin-bottom: 120px;
}
@media screen and (max-width: 576px) {
  .area_map {
    margin-bottom: 54px;
  }
	.area_map img{
   max-width: 100%;
  }
}

.plan_heading {
  margin-top: 72px;
  margin-bottom: 36px;
}
@media screen and (max-width: 576px) {
  .plan_heading {
    margin-top: 48px;
    margin-bottom: 24px;
  }
}

.plan_item {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0;
}
@media screen and (max-width: 576px) {
  .plan_item {
    margin-bottom: 12px;
  }
}
.plan_item dt.plan_dt {
  background-color: #2C3883;
  color: #ffffff;
  text-align: center;
  padding: 36px 0 16px;
  font-weight: bold;
  font-size: clamp(18px, 2vw, 22px);
  border-radius: 5px 5px 0 0;
}
.plan_item dt.plan_dt figure {
  margin-bottom: 12px;
}
.plan_item .plan_icon {
  width: 74px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .plan_item .plan_icon {
    width: 60px;
  }
}
.plan_item dd {
  margin-left: 0;
}

.price_table {
  width: 100%;
  border-radius: 0 0 5px 5px;
}
.price_table th,
.price_table td {
  text-align: center;
  padding: 12px;
}
@media screen and (max-width: 576px) {
  .price_table th,
  .price_table td {
    padding: 8px;
    font-size: 11px;
  }
}
.price_table thead th {
  font-weight: bold;
  text-align: center;
}
.price_table tbody > tr:nth-child(odd) {
  background-color: #F4F4F4;
}

.price_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .price_wrap {
    margin-bottom: 48px;
  }
}

.comparison_heading {
  margin-top: 60px;
  margin-bottom: 28px;
}
@media screen and (max-width: 576px) {
  .comparison_heading {
    margin-top: 52px;
  }
}

.comparison_table {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .comparison_table {
    margin-bottom: 60px;
  }
}
.comparison_table th,
.comparison_table td {
  box-sizing: border-box;
  vertical-align: middle;
  padding: 12px;
}
@media screen and (max-width: 576px) {
  .comparison_table th,
  .comparison_table td {
    padding: 8px 4px;
    font-size: 11px;
  }
}
.comparison_table thead {
  color: #ffffff;
}
.comparison_table thead th {
  width: 25%;
}
@media screen and (max-width: 576px) {
  .comparison_table thead th {
    width: auto;
  }
}
.comparison_table thead .own_company {
  background-color: #FF9D00;
  font-size: clamp(12px, 2vw, 22px);
  border-left: 5px solid #FF9D00;
  border-right: 5px solid #FF9D00;
}
.comparison_table thead .competition {
  background-color: #467CC4;
  font-size: clamp(11px, 2vw, 20px);
  border-right: 1px solid #467CC4;
}
.comparison_table thead .competition.left_column {
  border-right: 1px solid #ffffff;
}
.comparison_table tbody {
  text-align: center;
  background-color: #ffffff;
}
.comparison_table tbody > tr:nth-child(odd) {
  background-color: #F4F4F4;
}
.comparison_table tbody > tr:last-child td {
  border-bottom: 1px solid #B7B7B7;
}
.comparison_table tbody td {
  font-size: clamp(9px, 1.75vw, 20px);
}
.comparison_table tbody .own_company {
  color: #FF9D00;
  font-weight: bold;
  font-size: clamp(10px, 2vw, 22px);
  border-left: 5px solid #FF9D00;
  border-right: 5px solid #FF9D00;
}
.comparison_table tbody .own_company.bottom_cell {
  border-bottom: 5px solid #FF9D00;
}
@media screen and (max-width: 576px) {
  .comparison_table tbody .own_company {
    padding: 8px;
  }
}
.comparison_table tbody td {
  border-right: 1px solid #B7B7B7;
}

.step_section {
  padding: 80px 0 88px;
}
@media screen and (max-width: 576px) {
  .step_section {
    padding: 42px 0;
  }
}

.step_heading {
  margin-top: 0;
  margin-bottom: 24px;
}

.step_item {
  background-color: #F0FDFD;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 576px) {
  .step_item {
    padding: 20px;
  }
}

.step_heading {
  font-size: clamp(20px, 2vw, 24px);
  margin-bottom: 16px;
}

.step_description {
  margin-bottom: 0;
}

.step_icon {
  background-color: #125CBF;
  color: #ffffff;
  border-radius: 100px;
  font-weight: normal;
  padding: 4px 12px;
  margin-right: 6px;
  font-size: clamp(16px, 2vw, 20px);
}

.step_arrow {
  text-align: center;
  margin: 12px 0;
}

.faq_section {
  background: url(../images/bg_faq.jpg) no-repeat top center;
  background-size: cover;
  padding: 80px 0 88px;
}
@media screen and (max-width: 576px) {
  .faq_section {
    padding: 42px 0;
  }
}

.faq_wrap {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 28px;
}

.faq_heading {
  color: #125CBF;
}

.faq_item {
  color: #1B224C;
  margin-bottom: 20px;
  border-top: 1px solid #ABC0DB;
  padding-top: 16px;
}
.faq_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .faq_item {
    margin-bottom: 24px;
  }
}
.faq_item dt,
.faq_item dd {
  position: relative;
}
.faq_item dt {
  font-weight: bold;
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 10px;
  background: url(../images/icon_q.png) no-repeat left 50%;
  background-size: 43px;
  padding-left: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 576px) {
  .faq_item dt {
    margin-bottom: 8px;
  }
}
.faq_item dd {
  margin-left: 0;
  padding-left: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  background: url(../images/icon_a.png) no-repeat 20px 18px #F8F8F8;
  background-size: 16px auto;
}
.faq_item dd p {
  margin-top: 0;
  font-size: clamp(13px, 2vw, 16px);
}
.faq_item dd p:last-child {
  margin-bottom: 0;
}

.contact_heading {
  background-color: #125CBF;
  margin-top: 0;
  color: #ffffff;
  padding: 40px 0;
  font-size: clamp(24px, 2.25vw, 36px);
  position: relative;
}
.contact_heading::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #125CBF;
  border-bottom: 0;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -15px;
}

p.contact_lead_message {
  text-align: center;
  font-size: clamp(13px, 2vw, 16px);
}

.contact_message_box {
  border: #BBDFEF 5px solid;
  padding: 28px;
  border-radius: 5px;
  margin-bottom: 54px;
}

.contact_message_heading {
  text-align: center;
  color: #1B224C;
  border-bottom: #2C3883 2px solid;
  font-size: clamp(20px, 2vw, 20px);
  padding-bottom: 20px;
  line-height: 1.6;
}

.contact_freedial_heading {
  color: #1B982A;
  font-size: clamp(16px, 2vw, 24px);
  margin: 0;
  text-align: center;
}

p.contact_freedial {
  font-size: clamp(36px, 3vw, 52px);
  font-weight: bold;
  margin: 0;
  text-align: center;
  line-height: 1.2;
}
p.contact_freedial .feedial_icon {
  background: url(../images/icon_freedial.png) no-repeat center left;
  background-size: 65px auto;
  padding-left: 68px;
}
@media screen and (max-width: 576px) {
  p.contact_freedial .feedial_icon {
    background-size: 50px auto;
    padding-left: 56px;
  }
}

.privacy_policy_heading {
  font-size: clamp(16px, 2vw, 20px);
  color: #333333;
}

.privacy_policy_box {
  border: #125CBF 2px solid;
  height: 240px;
  overflow-y: scroll;
  padding: 28px;
  margin-bottom: 24px;
}
.privacy_policy_box h3 {
  font-size: clamp(16px, 2vw, 20px);
  color: #333333;
}
.privacy_policy_box p {
  margin-top: 0;
  font-size: 14px;
}

.must {
  display: inline-block;
  background-color: #C00;
  padding: 5px 6px 3px;
  font-size: 12px;
  color: #FFF;
  margin: 0px 5px;
  border-radius: 3px;
  background-image: none;
  text-shadow: none;
  line-height: 1;
  box-shadow: none;
  float: none;
}

.any {
  display: inline-block;
  background-color: #125CBF;
  padding: 5px 6px 3px;
  font-size: 12px;
  color: #FFF;
  margin: 0px 5px;
  border-radius: 3px;
  background-image: none;
  text-shadow: none;
  line-height: 1;
  box-shadow: none;
  float: none;
}

form#mailformpro dl.form_items {
  border-top: 2px solid #2C3883;
  padding-top: 36px;
}
form#mailformpro dl.form_items dt {
  display: block;
  float: none;
  width: 100%;
  clear: both;
  font-size: 16px;
  padding: 10px 0px 0;
  text-align: left;
  border-top: none;
  margin: 0px;
}
form#mailformpro dl.form_items dd {
  border-top: none;
  margin: 0px;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
}
form#mailformpro dl.form_items input,
form#mailformpro dl.form_items .mfp_element_text,
form#mailformpro dl.form_items .mfp_element_number,
form#mailformpro dl.form_items .mfp_element_select-one,
form#mailformpro dl.form_items .mfp_element_email,
form#mailformpro dl.form_items .mfp_element_tel,
form#mailformpro dl.form_items .mfp_element_textarea,
form#mailformpro dl.form_items .mfp_element_date,
form#mailformpro dl.form_items .mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: none;
  padding: 12px;
  margin: 2px;
  vertical-align: middle;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
}
form#mailformpro dl.form_items textarea,
form#mailformpro dl.form_items .mfp_element_textarea {
  width: 100%;
  height: 220px;
  font-size: 16px;
  padding: 12px;
  box-sizing: border-box;
  border: solid 1px #CCC;
}

.mfp_buttons button.button,
.mfp_buttons .button.mfp_element_submit.mfp_element_all {
  font-size: clamp(14px, 1vw, 18px);
  padding: 16px 22px;
  text-decoration: none;
  border-radius: 5px;
  background-color: #125CBF;
  border: none;
  width: 200px;
  box-sizing: border-box;
}
.mfp_buttons .mfp_element_submit,
.mfp_buttons .mfp_element_reset,
.mfp_buttons .mfp_element_button,
.mfp_buttons button.mfp_next,
.mfp_buttons button.mfp_prev {
  border-radius: 5px;
  padding: 16px 22px;
  border: none;
  background-color: #125CBF;
  background: #125CBF;
  text-shadow: none;
  font-size: clamp(14px, 1vw, 18px);
  cursor: pointer;
  outline: none;
}

form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: none;
}

footer {
  text-align: center;
  background-color: #D5EFFA;
  margin-top: 54px;
  padding-top: 42px;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  background: #147CC8;
  color: #ffffff;
  margin: 0;
  padding: 16px 0;
}

.footer_heading {
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 0;
  margin-top: 0;
}

.footer_address {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.footer_tel {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 0;
}
.footer_tel .tel_icon {
  background-color: #125CBF;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 8px;
  color: #ffffff;
  padding: 2px 6px;
}

.thanks_message {
  background-color: #F5F5F5;
  padding: 172px 0 96px;
}

.thanks_message_box {
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
  padding: 36px 24px 48px;
}
.thanks_message_box p {
  margin-bottom: 36px;
}

.thanks_message_heading {
  color: #125CBF;
  margin-bottom: 36px;
}

.close_button_box .close_button {
  background-color: #125CBF;
  border: none;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 32px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}
.close_button_box .close_button:hover {
  background-color: #1D6BD5;
}

.embed_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.embed_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.row_eq_height {
  display: flex;
  flex-wrap: wrap;
}

.Form {
  margin: 0 auto;
  max-width: 800px;
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding: 1em;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  font-weight: bold;
}

.Form-Item-Label-Required {
  border-radius: 6px;
  width: 4em;
  padding: 0.5em 0;
  margin-right: 1em;
  display: inline-block;
  text-align: center;
  background: #e00;
  color: #fff;
  font-size: 14px;
}

.Form-Item-Input {
  border: none !important;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
  padding: 0.5em;
}

.Form-Item-Textarea {
  border: none !important;
  border-radius: 6px;
  padding: 0.6em;
  height: 4em;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Btn {
  border: none;
  border-radius: 6px;
  margin: 20px auto 0 auto;
  padding: 0.5em 0;
  width: 280px;
  display: block;
  background: #e00;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

.Form-Btn:hover {
  background: #C70000;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding: 1em 0;
    flex-wrap: wrap;
  }
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .Form-Item-Label-Required {
    padding: 0.25em 0;
  }
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}
