/* font */
.text_blue {
  color: #14259b;
}

/* content */
.denshishakensho_main {
  font-size: 18px;
}
@media only screen and (min-width: 641px) {
  .denshishakensho_main {
    min-width: 1190px;
  }
}
.denshishakensho_main img {
  max-width: 100%;
  height: auto;
}
.denshishakensho_main ul, .denshishakensho_main li {
  list-style: none;
}
.denshishakensho_main * {
  box-sizing: border-box;
}

.sec_container {
  max-width: 1190px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .sec_container {
    width: 90.625%;
  }
}

.sec_heading {
  color: #14259b;
  position: relative;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 0.04em;
}
.sec_heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  margin: 0 auto;
  background-color: #14259b;
}
@media only screen and (min-width: 641px) {
  .sec_heading {
    font-size: 42px;
  }
  .sec_heading::after {
    width: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .sec_heading {
    font-size: 30px;
    line-height: 1.2;
  }
  .sec_heading::after {
    width: 50px;
  }
}

.mv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 641px) {
  .mv {
    background-image: url("../img/mv_bg.jpg");
  }
}
@media only screen and (max-width: 640px) {
  .mv {
    background-image: url("../img/mv_bg_sp.jpg");
  }
}

.mv_container {
  position: relative;
  max-width: 1190px;
  margin: 0 auto;
}

@media only screen and (min-width: 641px) {
  .mv_container {
    height: 500px;
  }
}
@media only screen and (max-width: 640px) {
  .mv_container {
    height: 265px;
  }
}

.mv_group {
  color: #fff;
  position: absolute;
  margin: auto 0;
}
@media only screen and (min-width: 641px) {
  .mv_group {
    top: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .mv_group {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 112px;
  }
}
.mv_group::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv_copy_bg.jpg");
  background-position: center;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 641px) {
  .mv_group::before {
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 640px) {
  .mv_group::before {
    background-repeat: repeat;
  }
}

.mv_group_container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 641px) {
  .mv_group_container {
    padding: 58px 62px;
  }
}
@media only screen and (max-width: 640px) {
  .mv_group_container {
    display: flex;
    padding: 20px;
    align-items: flex-end;
    justify-content: center;
    justify-content: center;
  }
}

.mv_copy_sub {
  display: block;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 641px) {
  .mv_copy_sub {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .mv_copy_sub {
    font-size: 10px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
}

.mv_copy_img {
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 641px) {
  .mv_copy_img {
    width: 267px;
  }
}
@media only screen and (max-width: 640px) {
  .mv_copy_img {
    width: 135px;
    margin-right: 5px;
  }
}

.mv_ruby {
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 641px) {
  .mv_ruby {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .mv_ruby {
    font-size: 10px;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 641px) {
  .mv_top {
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(212, 208, 201, 0.6);
  }
}
@media only screen and (max-width: 640px) {
  .mv_top {
    display: flex;
    align-items: flex-end;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(212, 208, 201, 0.6);
  }
}

@media only screen and (min-width: 641px) {
  .mv_bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.mv_bottom_text {
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 641px) {
  .mv_bottom_text {
    font-size: 23px;
  }
}
@media only screen and (max-width: 640px) {
  .mv_bottom_text {
    font-size: 11px;
    line-height: 1;
  }
}

@media only screen and (max-width: 640px) {
  .mv_bottom_text + .mv_bottom_text {
    margin-top: 8px;
  }
}

.mv_bottom_text_model {
  line-height: 1;
  display: block;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 641px) {
  .mv_bottom_text_model {
    font-size: 14px;
    text-align: right;
    margin: 0 10px 8px 0;
  }
}
@media only screen and (max-width: 640px) {
  .mv_bottom_text_model {
    text-align: left;
    font-size: 10px;
    margin-left: -1.4em;
    transform: scale(0.7);
    margin-bottom: 2px;
  }
}

@media only screen and (min-width: 641px) {
  .about {
    margin-top: 77px;
  }
}
@media only screen and (max-width: 640px) {
  .about {
    margin-top: 50px;
  }
}

.about_heading {
  padding-bottom: 13px;
}

@media only screen and (min-width: 641px) {
  .about_group {
    margin-top: 46px;
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  .about_group {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 641px) {
  .about_detail {
    width: 575px;
    margin-top: -8px;
  }
}

.about_detail_heading {
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .about_detail_heading {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .about_detail_heading {
    font-size: 22px;
  }
}

.about_detail_text {
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 641px) {
  .about_detail_text {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .about_detail_text {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 641px) {
  .about_img {
    width: 462px;
    margin-left: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .about_img {
    width: 100%;
    margin-top: 20px;
  }
}

.change {
  background-color: #ddeffe;
}
@media only screen and (min-width: 641px) {
  .change {
    margin-top: 82px;
  }
}
@media only screen and (max-width: 640px) {
  .change {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 641px) {
  .change_container {
    padding: 78px 0;
  }
}
@media only screen and (max-width: 640px) {
  .change_container {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 641px) {
  .change_lists {
    display: flex;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 640px) {
  .change_lists {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 641px) {
  .change_list {
    flex-basis: 396px;
  }
}

@media only screen and (min-width: 641px) {
  .change_list + .change_list {
    border-left: 1px solid #c3d4e2;
  }
}
@media only screen and (max-width: 640px) {
  .change_list + .change_list {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #c3d4e2;
  }
}

.change_list_text {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 640px) {
  .change_list_text {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 641px) {
  .app {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 640px) {
  .app {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 641px) {
  .app_heading {
    padding-bottom: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .app_heading {
    padding-bottom: 15px;
  }
}

.abb_lead {
  line-height: 1.8;
}
@media only screen and (min-width: 641px) {
  .abb_lead {
    margin-top: 37px;
  }
}
@media only screen and (max-width: 640px) {
  .abb_lead {
    margin-top: 20px;
  }
}

.app_groups {
  position: relative;
}
@media only screen and (min-width: 641px) {
  .app_groups {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .app_groups {
    margin-top: 20px;
    padding-bottom: 48px;
  }
}
.app_groups::after {
  content: "";
  position: absolute;
  bottom: 15px;
  border-style: solid;
  border-width: 15px 35px 0px 35px;
  border-color: #14259b transparent;
}
@media only screen and (min-width: 641px) {
  .app_groups::after {
    left: 47%;
  }
}
@media only screen and (max-width: 640px) {
  .app_groups::after {
    left: 40%;
  }
}

.app_group {
  border-radius: 10px;
  background-color: #ddeffe;
}
@media only screen and (min-width: 641px) {
  .app_group {
    flex-basis: 575px;
    padding: 30px 30px 35px;
  }
}
@media only screen and (max-width: 640px) {
  .app_group {
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 640px) {
  .app_group + .app_group {
    margin-top: 20px;
  }
}

.app_group_heading {
  font-size: 20px;
  font-weight: bold;
}

.app_group_detail {
  line-height: 1.8;
  margin-top: 5px;
}

.app_support {
  border-radius: 10px;
  border: 3px solid #14259b;
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  .app_support {
    display: flex;
    justify-content: space-between;
  }
}

.app_support_detail {
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 641px) {
  .app_support_detail {
    font-size: 24px;
    padding: 30px 45px;
  }
}
@media only screen and (max-width: 640px) {
  .app_support_detail {
    font-size: 22px;
    padding: 25px 15px 22px;
    text-align: center;
    line-height: 1.45;
  }
}

.app_support_detail_blue {
  padding-bottom: 3px;
}

.app_support_group {
  color: #fff;
  text-align: center;
  background-color: #14259b;
}
@media only screen and (min-width: 641px) {
  .app_support_group {
    width: 275px;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .app_support_group {
    width: 100%;
    padding: 18px 0 5px;
  }
}

.app_support_group_text01 {
  width: 100%;
  max-width: 213px;
  padding: 4px 0;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.14);
}

@media only screen and (min-width: 641px) {
  .app_support_group_text01 + .app_support_group_text01 {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .app_support_group_text01 + .app_support_group_text01 {
    margin-top: 5px;
  }
}

.app_support_group_text02 {
  font-size: 32px;
  margin-top: 5px;
  font-weight: bold;
}

.step {
  background-color: #ddeffe;
}
@media only screen and (min-width: 641px) {
  .step {
    margin-top: 104px;
  }
}
@media only screen and (max-width: 640px) {
  .step {
    margin-top: 30px;
  }
}

.step_container {
  position: relative;
}
@media only screen and (min-width: 641px) {
  .step_container {
    padding: 80px 0 100px;
  }
}
@media only screen and (max-width: 640px) {
  .step_container {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 641px) {
  .step_head_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 389px;
  }
}
@media only screen and (max-width: 640px) {
  .step_head_image {
    width: 258px;
    margin: 20px auto 0;
  }
}

@media only screen and (min-width: 641px) {
  .step_heading {
    font-size: 28px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .step_heading {
    font-size: 24px;
    padding-bottom: 0;
  }
}

.step_heading_item {
  line-height: 1.3;
  display: block;
}
.step_heading_item rt {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1em;
}
@media only screen and (min-width: 641px) {
  .step_heading_item {
    font-size: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .step_heading_item {
    font-size: 48px;
    line-height: 1.7;
  }
}

.step_sub_heading {
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  background-color: #14259b;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 641px) {
  .step_sub_heading {
    font-size: 24px;
    padding: 12px;
    margin-top: 42px;
  }
}
@media only screen and (max-width: 640px) {
  .step_sub_heading {
    font-size: 20px;
    padding: 10px;
    margin-top: 30px;
    line-height: 1.4;
  }
}

.step_flow_list {
  position: relative;
  border-radius: 10px;
  margin-top: 30px;
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  .step_flow_list {
    display: flex;
  }
}
.step_flow_list::after {
  content: "";
  position: absolute;
  bottom: -27px;
  border-style: solid;
  border-width: 10px 17px 0px 17px;
  border-color: #0c3372 transparent;
}
@media only screen and (min-width: 641px) {
  .step_flow_list::after {
    left: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .step_flow_list::after {
    left: 45%;
  }
}

.step_flow_list + .step_flow_list {
  margin-top: 40px;
}

@media only screen and (min-width: 641px) {
  .step_flow_number {
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ddeffe;
  }
  .step_flow_number img {
    width: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .step_flow_number {
    padding: 6px 0;
    border-bottom: 1px solid #ddeffe;
  }
  .step_flow_number img {
    width: 80px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 641px) {
  .step_flow_group {
    flex: 1;
    display: flex;
    padding: 40px 45px 30px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .step_flow_group {
    padding: 30px 15px 35px;
  }
}

.step_flow_img img {
  border-radius: 10px;
}
@media only screen and (min-width: 641px) {
  .step_flow_img {
    width: 260px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .step_flow_img {
    width: 100%;
  }
}

@media only screen and (min-width: 641px) {
  .step_flow_detail {
    flex: 1;
  }
}
@media only screen and (max-width: 640px) {
  .step_flow_detail {
    margin-top: 20px;
  }
}

.step_flow_detail_heading {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .step_flow_detail_heading {
    line-height: 1.45;
  }
}

.step_flow_detail_lead {
  margin-top: 13px;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.step_flow_detail_link {
  color: #145189;
  display: block;
}
@media only screen and (min-width: 641px) {
  .step_flow_detail_link {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .step_flow_detail_link {
    margin-top: 10px;
  }
}

.link_icon {
  position: relative;
}
.link_icon::after {
  content: "";
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 641px) {
  .link_icon_arrow {
    padding-right: 15px;
  }
}
.link_icon_arrow::after {
  width: 8px;
  height: 8px;
  border-top: solid 3px;
  border-right: solid 3px;
  transform: rotate(45deg);
  right: -7px;
}

.link_icon_out {
  padding-right: 22px;
}
.link_icon_out::after {
  width: 16px;
  height: 13px;
  background-image: url("../img/icon_window.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  right: -5px;
}

.step_flow_detail_heading + .step_flow_detail_link {
  margin-top: 10px;
}

.step_flow_detail_info {
  border-radius: 8px;
}
.step_flow_detail_info .step_flow_detail_link {
  font-size: 16px;
}
@media only screen and (min-width: 641px) {
  .step_flow_detail_info {
    margin-top: 18px;
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 640px) {
  .step_flow_detail_info {
    margin-top: 15px;
    padding: 25px 20px;
  }
}

.step_flow_detail_info--red {
  background-color: #fff0f0;
}
@media only screen and (min-width: 641px) {
  .step_flow_detail_info--red {
    display: flex;
  }
}
.step_flow_detail_info--red .step_flow_detail_info_item,
.step_flow_detail_info--red .step_flow_detail_info_list {
  color: #c73838;
}
@media only screen and (min-width: 641px) {
  .step_flow_detail_info--red .step_flow_detail_info_lists {
    flex: 1;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .step_flow_detail_info--red .step_flow_detail_info_lists {
    margin-top: 10px;
  }
}

.step_flow_detail_info--blue {
  background-color: #f0f8ff;
}

.step_flow_detail_info_item {
  font-size: 16px;
  font-weight: bold;
}

.step_flow_detail_info_lead {
  font-size: 16px;
  margin-top: 3px;
  line-height: 1.8;
}

.step_flow_detail_info_list {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .step_flow_detail_info_list {
    padding-left: 1em;
    text-indent: -1em;
  }
}

.step_guide_btn {
  position: relative;
  color: #14259b;
  font-weight: bold;
  border-radius: 8px;
  display: block;
  text-align: center;
  background-color: #fff;
  letter-spacing: 0.04em;
  border: 4px solid #14259b;
}
@media only screen and (min-width: 641px) {
  .step_guide_btn {
    font-size: 28px;
    padding: 12px 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .step_guide_btn {
    font-size: 24px;
    padding: 35px 0 5px;
    margin-top: 60px;
  }
}
.step_guide_btn:hover {
  color: #14259b;
}
.step_guide_btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/img_pc_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (min-width: 641px) {
  .step_guide_btn::before {
    left: 295px;
    width: 175px;
    height: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .step_guide_btn::before {
    top: -20px;
    right: 0;
    left: 0;
    width: 91px;
    height: 51px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 641px) {
  .products {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 640px) {
  .products {
    margin-top: 45px;
  }
}

.products_container {
  max-width: 1190px;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .products_container {
    width: 90.625%;
  }
}

.products_head {
  position: relative;
}

.products_heading_top {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 641px) {
  .products_heading_top {
    font-size: 29px;
  }
}
@media only screen and (max-width: 640px) {
  .products_heading_top {
    font-size: 26px;
    line-height: 1.5;
  }
}

.products_heading_top_line {
  position: relative;
  padding: 0 20px;
  display: inline-block;
}
.products_heading_top_line::before, .products_heading_top_line::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 46px;
  background-color: #14259b;
}
.products_heading_top_line::before {
  transform: rotate(-30deg);
  left: -10px;
}
.products_heading_top_line::after {
  transform: rotate(30deg);
  right: -10px;
}

.products_heading_top_item rt {
  font-size: 10px;
  text-align: center;
  letter-spacing: 1em;
}

.products_heading {
  margin-top: 5px;
}
@media only screen and (min-width: 641px) {
  .products_heading {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 640px) {
  .products_heading {
    line-height: 1.6;
  }
}

.products_heading_item rt {
  font-size: 13px;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .products_heading_item rt {
    letter-spacing: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .products_heading_item rt {
    letter-spacing: 1em;
  }
}

.products_heading_japan {
  position: absolute;
  font-weight: bold;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #fedc50;
}
@media only screen and (min-width: 641px) {
  .products_heading_japan {
    top: 10px;
    right: 20px;
    font-size: 21px;
    width: 105px;
    height: 105px;
  }
}
@media only screen and (max-width: 640px) {
  .products_heading_japan {
    top: 18.5810810811vw;
    right: 6.7567567568vw;
    font-size: 12px;
    width: 54px;
    height: 54px;
  }
}

.products_lead {
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .products_lead {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .products_lead {
    margin-top: 24px;
    line-height: 1.8;
  }
}

@media only screen and (min-width: 641px) {
  .products_groups {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
	font-size:16px;
  }
}
@media only screen and (max-width: 640px) {
  .products_groups {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 641px) {
  .products_group {
    width: 320px;
  }
}
@media only screen and (max-width: 640px) {
  .products_group {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .products_group + .products_group {
    margin-top: 40px;
  }
}
  .products_groups .indent1 {
	padding-left:1em;
	text-indent:-1em;
  }

@media only screen and (min-width: 641px) {
  .products_group_img {
    display: flex;
    justify-content: flex-end;
  }
}
.products_group_img img {
  display: block;
}
@media only screen and (max-width: 640px) {
  .products_group_img img {
    width: 275px;
    margin: 0 auto;
  }
}

.products_group_item {
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .products_group_item {
    margin: 20px 0 12px;
  }
}
@media only screen and (max-width: 640px) {
  .products_group_item {
    margin: 15px 0 12px;
  }
}
.products_group_item .discon {
    background: #999999;
    position: relative;
    display: inline-block;
	vertical-align:middle;
    margin: 0 0 0 30px;
    padding: 4px 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.0;
    color: #fff;
}
.products_group_subitem {
  font-size: 14px;
  display: block;
}
@media only screen and (min-width: 641px) {
  .products_group_subitem {
    margin-bottom: 5px;
  }
}

.products_group_btn {
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .products_group_btn {
    padding: 10px 35px 10px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .products_group_btn {
    padding: 10px 30px 10px 20px;
  }
}
.products_group_btn:hover {
  color: #fff;
}
.products_group_btn::before, .products_group_btn::after {
  content: "";
  position: absolute;
  top: 57%;
  right: 15px;
  width: 12px;
  height: 1px;
  background-color: #fff;
}
.products_group_btn::before {
  margin-top: -7px;
  transform: rotate(35deg);
}
.products_group_btn::after {
  margin-bottom: -7px;
  transform: rotate(-35deg);
}

.products_group_btn--orange {
  background-color: #e57245;
}

.products_group_btn--blue {
  background-color: #2965ac;
}

@media only screen and (min-width: 641px) {
  .products_group_btn + .products_group_btn {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .products_group_btn + .products_group_btn {
    margin-top: 10px;
  }
}

.faq {
  background-color: #ddeffe;
}
@media only screen and (min-width: 641px) {
  .faq {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 640px) {
  .faq {
    margin-top: 50px;
  }
}

.faq_container {
  max-width: 1090px;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  .faq_container {
    padding: 78px 0;
  }
}
@media only screen and (max-width: 640px) {
  .faq_container {
    width: 90.625%;
    padding: 45px 0 50px;
  }
}

@media only screen and (min-width: 641px) {
  .faq_group_wrap {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 640px) {
  .faq_group_wrap {
    margin-top: 30px;
  }
}

.faq_groups + .faq_groups {
  margin-top: 40px;
}

.faq_group {
  border-radius: 15px;
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  .faq_group {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .faq_group {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 641px) {
  .faq_group + .faq_group {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .faq_group + .faq_group {
    margin-top: 20px;
  }
}

.faq_group_heading {
  color: #14259b;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (min-width: 641px) {
  .faq_group_heading {
    font-size: 23px;
  }
}
@media only screen and (max-width: 640px) {
  .faq_group_heading {
    font-size: 20px;
  }
}

.faq_item,
.faq_detail {
  display: flex;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}
@media only screen and (max-width: 640px) {
  .faq_item,
.faq_detail {
    align-items: center;
  }
}

.faq_item {
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .faq_item {
    padding: 28px 40px 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .faq_item {
    padding: 18px 30px 15px 0;
  }
}
.faq_item::before, .faq_item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #14259b;
  transition: 0.3s;
}
@media only screen and (min-width: 641px) {
  .faq_item::before, .faq_item::after {
    width: 35px;
    height: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .faq_item::before, .faq_item::after {
    width: 22px;
    height: 3px;
  }
}
.faq_item::after {
  transform: rotate(90deg);
}

.faq_item_icon {
  display: block;
  flex-shrink: 0;
}
@media only screen and (min-width: 641px) {
  .faq_item_icon {
    width: 50px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .faq_item_icon {
    width: 28px;
    margin-right: 10px;
  }
}

.faq_item_text {
  display: block;
}
@media only screen and (min-width: 641px) {
  .faq_item_text {
    font-size: 26px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .faq_item_text {
    font-size: 20px;
    line-height: 1.4;
  }
}

.faq_detail {
  height: 0;
  overflow: hidden;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  .faq_detail .faq_item_icon {
    display: none;
    margin-right: 0;
  }
}

.faq_detail_list {
  text-indent: -1em;
  padding-left: 1em;
}

.faq_toggle {
  display: none;
}

.faq_toggle:checked ~ .faq_item::after {
  transform: rotate(0);
}

.faq_toggle:checked ~ .faq_detail {
  height: auto;
  transition: all 0.3s;
  border-top: 1px solid #14259b;
}
@media only screen and (min-width: 641px) {
  .faq_toggle:checked ~ .faq_detail {
    padding: 23px 0 18px;
  }
}
@media only screen and (max-width: 640px) {
  .faq_toggle:checked ~ .faq_detail {
    padding: 18px 0 25px;
  }
}

.faq_detail_border {
  color: #145189;
  text-decoration: underline;
}

.banner_container {
  max-width: 1090px;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  .banner_container {
    padding: 65px 0 70px;
  }
}
@media only screen and (max-width: 640px) {
  .banner_container {
    width: 90.625%;
    padding: 52px 0;
  }
}

@media only screen and (min-width: 641px) {
  .banner_groups {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.banner_group {
  border-radius: 5px;
  border: 1px solid #c9d1db;
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  .banner_group {
    width: 350px;
  }
}
@media only screen and (max-width: 640px) {
  .banner_group {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .banner_group + .banner_group {
    margin-top: 20px;
  }
}

.banner_link {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 641px) {
  .banner_link {
    padding: 17px 30px 12px;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .banner_link {
    padding: 18px 15px;
  }
}
.banner_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: solid 3px #14259b;
  border-right: solid 3px #14259b;
  transform: rotate(45deg);
}
@media only screen and (min-width: 641px) {
  .banner_link::after {
    right: 30px;
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .banner_link::after {
    right: 18px;
    width: 10px;
    height: 10px;
  }
}

.banner_icon {
  flex-shrink: 0;
}
@media only screen and (min-width: 641px) {
  .banner_icon {
    width: 66px;
    margin-right: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .banner_icon {
    width: 50px;
    margin-right: 10px;
  }
}

.banner_item {
  color: #000;
}
@media only screen and (min-width: 641px) {
  .banner_item {
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 640px) {
  .banner_item {
    font-size: 20px;
    line-height: 1.25;
  }
}

.banner_item_sub {
  color: #14259b;
  font-size: 12px;
  display: block;
}
@media only screen and (max-width: 640px) {
  .banner_item_sub {
    margin-bottom: 3px;
  }
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

.u-visually-hidden-focusable:not(:focus) {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 4px !important;
  height: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  visibility: visible !important;
  border: 0 !important;
  opacity: 0 !important;
}

.u-visually-hidden {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 4px !important;
  height: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  visibility: visible !important;
  border: 0 !important;
  opacity: 0 !important;
}


/*========================================

  denshishakensho product

========================================*/

.denshishakensho_item > h2{
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:26px;
	border-bottom:1px #bfbfbf solid;
}

@media screen and (max-width: 414px) {
img {
    max-width: 100%;
    height: auto;
}
}

.denshishakensho_item_img{
	float: left;
    margin: 0 0 0 12%;
    max-width: 328px;
    width: 34.5263157%;
    line-height: 0;
}
@media (max-width: 639px) {
  .denshishakensho_item_img {
    float: none;
    margin: auto;
    width: 80%;
  }
}

.denshishakensho_item_ttl{
    float: right;
    /* width: 435px; */
    width: 45.7894736%;
}
@media (max-width: 639px) {
  .denshishakensho_item_ttl {
    float: none !important;
    width: auto;
    margin: 0;
  }
}

.denshishakensho_item_ttl em{
    display: block;
    margin-bottom: 5px;
    font-size: 80%;
    font-style: normal;
    line-height: 1.4;
}

.denshishakensho_item_ttl h1{
    font-size: 150%;
    line-height: 1.1;
}
	
.denshishakensho_item_ttl .discon {
    background: #666666;
    position: relative;
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 4px 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.0;
    color: #fff;
}

.denshishakensho_item_ttl .txt80{
	font-size:16px;
}

.denshishakensho_item_btn {
	font-size:11pt;
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 15px 0 0;
    padding: 13px 35px 13px 15px;
    max-width: 410px;
    line-height: 1.2;
    text-align: center;
    color: #fff	!important;
    background: #3b64b2;
    transition: opacity 0.2s;
}
.denshishakensho_item_btn:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    font-family: "fontello";
    content: '\e866';
    color: #fff	!important;
}

.denshishakensho_item_btn2 {
	font-size:11pt;
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 15px 0 0;
    padding: 13px 35px 13px 15px;
    max-width: 145px;
    line-height: 1.2;
    text-align: center;
    color: #fff	!important;
    background: #3b64b2;
    transition: opacity 0.2s;
}
.denshishakensho_item_btn2:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    font-family: "fontello";
    content: '\e866';
    color: #fff	!important;
}

/* .denshishakensho_rel_block
---------------------------------------------------------------*/
.denshishakensho_rel_block{
	padding: 350px 0 30px;
}
@media screen and (max-width: 639px) {
	.denshishakensho_rel_block{
		padding: 20px 0 20px;
	}
}
/* .denshishakensho_rel_product */
.denshishakensho_rel_product{
	justify-content: space-between;
	display: flex;
}
@media screen and (max-width: 639px) {
	.denshishakensho_rel_product{
		display: block;
	}
}
.denshishakensho_rel_product li{
	width:570px;
	padding: 30px 70px;
	box-sizing: border-box;
	border:1px #bfbfbf solid;
	display: flex;
}
@media screen and (max-width: 639px) {
	.denshishakensho_rel_product li{
		width:auto;
		margin:0;
		padding: 15px;
	}
	.denshishakensho_rel_product li:first-child{
		margin-bottom:30px;
	}
}
.denshishakensho_rel_product li > h1{
	margin-right: 50px;
}
.denshishakensho_rel_product li .tm{
	margin-right: 20px;
}

@media screen and (max-width: 414px) {
	.denshishakensho_rel_product li > h1{
		margin-right:15px;
	}
	.denshishakensho_rel_product li > h1 img{
		width:80px;
	}
}
.denshishakensho_rel_list{
	flex: 1;
}
.denshishakensho_rel_list dt{
	margin-bottom: 2px;
	font-size:14px;
}
.denshishakensho_rel_list dd.title{
	font-size: 24px;
	font-weight: bold;
	line-height:0.9em;
}
.denshishakensho_rel_list dd.title span{
	font-size: 12px;
	font-weight: 400;
}

.denshishakensho_rel_discon_left{
    background: #666;
    width: 100%;
    margin-top: auto;
    padding: 0;
    position: relative;
    left: 254px;
    bottom: 94px;
    color: #fff;
    padding: 5px 20px 3px 20px;
}
@media screen and (max-width: 639px) {
    .denshishakensho_rel_discon_left{
		position:static;
		font-size:12px;
		padding: 1px 10px 1px 10px;
    }
}

.denshishakensho_rel_discon_left:last-child {
    padding: 5px 20px 3px 20px;
    text-align: center;
    color: #fff;
}

.denshishakensho_rel_discon_right{
    background: #666;
    width: 100%;
    margin-top: auto;
    padding: 0;
    position: relative;
    left: 188px;
    bottom: 94px;
    color: #fff;
    padding: 5px 20px 3px 20px;
}
@media screen and (max-width: 639px) {
    .denshishakensho_rel_discon_right{
		position:static;
		font-size:12px;
		padding: 1px 10px 1px 10px;
    }
}
.denshishakensho_rel_discon_right:last-child {
    padding: 5px 20px 3px 20px;
    text-align: center;
    color: #fff;
}
