@charset "utf-8";

body{
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, "Hiragino Sans",
    sans-serif;
}

h1 {
  display: block;
}

.fWB {
  font-weight: bold !important;
}

.caution02 {
  width: auto !important;
}

.pc_w600 {
  width: 600px;
  margin: 0 auto;
}

.color_blue {
  color: #013895;
}

.h2Title_02 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: solid 4px #e5e7e8 !important;
  padding-top: 9px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  background-image: url(/powerflex/housing/common/images/icon_heading_blue.gif) !important;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  z-index: 1;
}

.h2Title_02::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 250px;
  height: 4px;
  background-color: #0076c7;
}

.page_nav {
  display: flex;
  margin: 40px 0;
}

.page_nav_list {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_nav_list:not(:last-child) {
  margin-right: 20px;
}

.page_nav_link {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background: #013895 !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  border-bottom: 4px solid #012d76;
}

.page_nav_link::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  display: block;
  width: 9px;
  height: 9px;
  background: url("/common13/imgs/icon/icn_anchor_white.png") center center / contain no-repeat;
}

.link_orange {
  background: #f42d0b !important;
  border-bottom: 4px solid #c2220a;
}

.link_blank::before {
  background: url("/common13/imgs/icon/icn_link_white.png") center center / contain no-repeat;
}

.link_blank2::before {
  width: 14px;
  height: 11px;
  background: url("/common13/imgs/icon/icn_link_other_white02.png") center center / contain
    no-repeat;
}

.bg_light_blue {
  background: #d1edfb;
  padding: 40px 30px;
}

.gaica_hdg_A {
  color: #013895;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
}

.v_box_wraper {
  border: 3px solid #000;
  background: #000;
}

.v_box {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.video_change_nav {
  display: flex;
}

.video_change_nav_item {
  flex: 1;
}

.video_change_nav_btn {
  background: #c9c9c9;
  color: #fff;
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 10px;
  text-align: center;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.video_change_nav_btn.tab-active {
  background: #000;
}

.col {
  display: flex;
  margin-right: 0 !important;
}

.col_item {
  flex: 1;
}

.col_item:not(:last-child) {
  margin-right: 20px;
}

.pripaid_entry_step {
  display: flex;
}

.pripaid_entry_step_item:not(:last-child) {
  margin-right: 10px;
}

.gaica_applyBox {
  background-color: #feffed;
  padding: 40px 30px;
}

.h2Title_apply {
  font-size: 30px;
  color: #f42f14;
  line-height: 1.3;
}

.addClrore {
  color: #ff9600;
}

.caution03 {
  width: auto !important;
}

@media screen and (max-width: 899px) {
  .bg_light_blue {
    padding: 30px 20px;
  }

  .gaica_applyBox {
    padding: 30px 20px;
  }

  .gaica_hdg_A {
    font-size: 24px;
  }

  .h2Title_apply {
    font-size: 24px;
  }

  .pc_w600 {
    width: auto;
  }

  .col {
    display: block;
    margin-right: 0 !important;
  }

  .col_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .page_nav {
    display: block;
  }

  .page_nav_list {
    width: auto;
  }

  .page_nav_list:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .pripaid_entry_step {
    display: block;
  }

  .pripaid_entry_step_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .video_change_nav_btn {
    font-size: 15px;
    padding: 12px 8px;
  }
}

/**/
.header--simple #simple-logo {
  width: auto;
}

