@charset "UTF-8";

/*-----------------------------------------------------------------

common

-----------------------------------------------------------------*/
img.ofi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.dlb_btn_blue a {
  background-color: #358FDD;
  color: #ffffff;
  border-color: #358FDD;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  height: 76px;
  text-align: center;
  position: relative;
  border-width: 2px;
  border-style: solid;
  font-weight: bold;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.dlb_btn_blue a:hover {
  background-color: #ffffff;
  color: #358FDD;
  text-decoration: none;
}

.youtube_area {
  position: relative;
  height: 460px;
}

.youtube_area iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
}

.matchmenu.bg_blue li {
  max-height: 63px;
}

.matchmenu.bg_blue a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: 13px;
  text-align: center;
  padding-right: 1em;
  line-height: 1.5;
}

[class^="bg_gray"] {
  padding: 5%;
  background: #F5F5F5;
  background: #ececec;
}

.bg_gray {
  padding: 50px 45px 70px;
}

.bg_gray2 {
  padding: 17px 33px;
}

.bg_gray3 {
  padding: 60px 25px;
}
.bg_gray3 .list_disc li {
  font-size: 90%;
}
@media only screen and (min-width: 980px) {
  .bg_gray3 .col2_it .col_l {
    width: calc(100% - 24px - 52%);
  }

  .bg_gray3 .col2_it .col_r {
    width: 52%;
  }
}

.bg_gray5 {
  padding: 20px;
}

.bg_white {
  background: #fff;
}

.txt_red {
  color: #FE325C;
  color: #e4012f;
}

.txt_blue {
  color: #0A4290;
}

.fs_normal {
  font-weight: normal;
}

.fs_medium {
  font-weight: 500;
}

.dlb_subtitle2_02.fs230 {
  font-size: 230%;
  margin-bottom: 65px;
}

.dlb_subtitle2_02.fs230.m30_pc {
  margin-bottom: 30px;
}

.list_indent1 li {
  list-style: none;
  text-indent: -1em;
  margin-left: 1em;
}

.txt_indent1 {
  text-indent: -1em;
  margin-left: 1em;
}

.function_area {
  background: #FCFCFC;
  padding: 70px 0;
}

.txt_movie_ie {
  display: none;
}

.ie11 .txt_movie_ie {
  display: block;
  margin-top: 10px;
}

/*ON OFF*/
/*======================================*/
.sp_on {
  display: none;
}

.tab_on {
  display: none;
}

.sp_on.tab_on {
  display: none;
}

.tab_on.pc_on {
  display: block;
}

@media only screen and (max-width: 979px) {
  .sp_on {
    display: none;
  }

  .sp_on.tab_on {
    display: block;
  }

  .tab_on {
    display: block;
  }

  .tab_on.pc_on {
    display: block;
  }

  .pc_on {
    display: none;
  }
}

@media only screen and (max-width: 690px) {
  .sp_on {
    display: block;
  }

  .sp_on.tab_on {
    display: block;
  }

  .tab_on {
    display: none;
  }

  .tab_on.pc_on {
    display: none;
  }

  .pc_on {
    display: none;
  }
}

@media only screen and (min-width: 981px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media only screen and (max-width: 980px) {
  .dlb_subtitle2_02.fs230.m30_tablet {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 690px) {
  .dlb_btn_blue a {
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
  }

  .youtube_area {
    height: 300px;
  }

  .matchmenu.bg_blue a {
    text-align: left;
    justify-content: flex-start;
  }

  [class^="bg_gray"] {
    padding: 5%;
  }

  .dlb_subtitle2_02.fs230 {
    margin-bottom: 45px;
  }

  .dlb_subtitle2_02.fs230.m20_sp {
    margin-bottom: 20px;
  }

  .function_area {
    padding: 50px 0;
  }
}


/*-----------------------------------------------------------------

pagetitle_product

-----------------------------------------------------------------*/
#pagetitle_product.template_c2 .pagetitle {
  position: relative;
  width: 100%;
  height: auto;
}

#pagetitle_product.template_c2 .pagetitle img {
  width: 100%;
  height: auto;
}

/*@media only screen and (max-width: 690px) {
  #pagetitle_product.template_c2 .pagetitle{
    height:200px;
  }

  #pagetitle_product.template_c2 .pagetitle img{
    position: absolute;
    top:50%;
    left:0;
    width: 100%;
    height: 100%;
    transform: translate(0,-50%);
    object-fit: cover;
    object-position: 0 center;
    font-family: 'object-fit: cover; object-position: 0 center;'; 
  }
}
@media only screen and (max-width: 499px) {
  #pagetitle_product.template_c2 .pagetitle{
    height:150px;
  }
}*/



/*-----------------------------------------------------------------

lead_product

-----------------------------------------------------------------*/
.lead_product {
  padding: 40px 0 50px;
  font-size: 19px;
  line-height: 1.7;
  font-weight: bold;
}

.lead_product_form {
  padding: 0;
  font-size: 19px;
  line-height: 1.7;
  font-weight: bold;
}

@media only screen and (max-width: 690px) {
  .lead_product {
    padding: 70px 0 65px;
    font-size: 17px;
  }

  .lead_product_form {
    padding: 0;
    font-size: 17px;
  }
}


/*-----------------------------------------------------------------

trouble_product

-----------------------------------------------------------------*/
.trouble_product {
  position: relative;
  width: 100%;
}

.trouble_product:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 73%;
  background: #358FDD;
}

.trouble_product .inner {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}

.trouble_product .trouble_product_title {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.4;
  letter-spacing: 0;
}

.trouble_product .trouble_product_box {
  text-align: center;
}

.trouble_product .col {
  display: inline-block;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.16);
  padding: 53px 42px 45px;
  margin-right: 46px;
  text-align: left;
}

.page_sumizumikun_rs .trouble_product .col {
  padding: 48px 42px 45px;
}

.trouble_product .col:nth-of-type(3) {
  margin-right: 0;
}

.trouble_product .trouble_product_img {
  width: 91px;
  margin: 0 auto 25px;
}

.page_sumizumikun_rs .trouble_product .trouble_product_img {
  margin: 0 auto 15px;
}

.trouble_product .trouble_product_txt {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

@media only screen and (max-width: 1199px) {
  .trouble_product .col:nth-of-type(2) {
    margin-right: 0px;
  }

  .trouble_product .col:nth-of-type(3) {
    margin: 20px auto 0;
    display: block;
  }
}

@media only screen and (max-width: 799px) {
  .trouble_product .col {
    display: block;
    margin: 0 auto;
  }

  .trouble_product .col+.col {
    margin: 20px auto 0 !important;
  }
}

@media only screen and (max-width: 690px) {
  .trouble_product:before {
    height: 80%;
  }

  .trouble_product .inner {
    padding-top: 40px;
  }

  .trouble_product .trouble_product_title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .trouble_product .col {
    width: 280px;
    height: 280px;
    padding: 35px;
  }

  .trouble_product .trouble_product_img {
    width: 70px;
    margin: 0 auto 15px;
  }

  .trouble_product .trouble_product_txt {
    font-size: 14px;
    line-height: 1.5;
  }
}


/*-----------------------------------------------------------------

point_product

-----------------------------------------------------------------*/
.point_product {
  padding: 65px 0 50px;
}

.point_product .inner {
  position: relative;
  border: 5px solid #358FDD;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.point_product .point_product_box {
  padding: 105px 110px 80px;
}

.page_sumizumikun_rs .point_product .point_product_box {
  padding: 95px 110px 80px;
}

.point_product .point_product_title {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  color: #358FDD;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: inline-block;
  background: #fff;
  width: 25em;
  letter-spacing: 0;
}

.page_sumizumikun_rs .point_product .point_product_title {
  width: 27em;
}

.point_product .point_product_title br {
  display: none;
}

.point_product .point_product_subtitle {
  position: relative;
  color: #358FDD;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  z-index: 0;
}

.point_product .point_product_subtitle span {
  position: relative;
  z-index: 2;
}

.point_product .point_product_txt {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
}

.page_sumizumikun_rs .point_product .point_product_txt {
  padding-left: 20px;
}

.point_product .point_product_txt+.point_product_subtitle {
  margin-top: 57px;
}

.page_sumizumikun_rs .point_product .point_product_txt+.point_product_subtitle {
  margin-top: 87px;
}

.point_product .point_product_subtitle:before {
  position: absolute;
  top: -27px;
  left: -25px;
  z-index: -1;
  color: #E4F3FF;
  font-size: 100px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic;
  line-height: 1;
}

.ie11 .point_product .point_product_subtitle:before {
  top: -10px;
}

.point_product .point_product_subtitle:nth-of-type(1):before {
  content: "01";
}

.point_product .point_product_subtitle:nth-of-type(2):before {
  content: "02";
}

.point_product .point_product_subtitle:nth-of-type(3):before {
  content: "03";
}

@media only screen and (max-width: 1089px) {
  .page_sumizumikun_rs .point_product .point_product_title {
    top: -19px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 979px) {
  .point_product .point_product_box {
    padding: 80px 6% 50px;
  }

  .point_product .point_product_title {
    top: -40px;
    font-size: 35px;
    width: 15em;
  }

  .page_sumizumikun_rs .point_product .point_product_title {
    top: -40px;
    font-size: 35px;
    width: 15em;
  }

  .point_product .point_product_title br {
    display: block;
  }
}

@media only screen and (max-width: 690px) {
  .point_product {
    padding: 85px 0 50px;
  }

  .point_product .point_product_box {
    padding: 50px 5% 40px;
  }

  .page_sumizumikun_rs .point_product .point_product_box {
    padding: 50px 5% 40px;
  }

  .point_product .point_product_title {
    top: -20px;
    font-size: 20px;
    width: 13.5em;
  }

  .page_sumizumikun_rs .point_product .point_product_title {
    top: -20px;
    font-size: 20px;
    width: 13.5em;
  }

  .point_product .point_product_subtitle {
    font-size: 18px;
  }

  .point_product .point_product_txt {
    font-size: 15px;
    margin-top: 15px;
  }

  .point_product .point_product_txt+.point_product_subtitle {
    margin-top: 40px;
  }

  .point_product .point_product_subtitle:before {
    top: -10px;
    left: -10px;
    font-size: 50px;
  }
}


/*-----------------------------------------------------------------

catelink_sumizumikun

-----------------------------------------------------------------*/
.catelink_sumizumikun {
  margin-top: 80px;
  background: #358FDD;
  border-radius: 20px;
  padding: 55px 50px;
}

.catelink_sumizumikun .catelink_sumizumikun_title {
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}

.catelink_sumizumikun .catelink_sumizumikun_rs:after {
  display: none;
}

.catelink_sumizumikun .catelink_sumizumikun_rs,
.catelink_sumizumikun .catelink_sumizumikun_rs_box {
  padding: 0;
}

@media only screen and (min-width: 980px) {
  .catelink_sumizumikun .catelink_sumizumikun_rs {
    padding: 0 20px;
  }
}

/*.catelink_sumizumikun .col{
  background: #fff;
  border-radius: 20px;
  border: 3px solid #358FDD;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
  padding: 25px 15px 30px;
  margin-top: 30px;
}

.catelink_sumizumikun .catelink_sumizumikun_img{
  width: 120px;
  margin: 0 auto;
}

.catelink_sumizumikun .catelink_sumizumikun_txt{
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 25px auto 20px;
}*/
@media only screen and (max-width: 690px) {
  .catelink_sumizumikun {
    margin-top: 50px;
    padding: 5%;
  }

  .catelink_sumizumikun .catelink_sumizumikun_title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  /*
  .catelink_sumizumikun .col{
    padding: 5%;
    margin-top: 20px;
  }

  .catelink_sumizumikun .catelink_sumizumikun_img{
    width: 100px;
  }

  .catelink_sumizumikun .catelink_sumizumikun_txt{
    font-size: 18px;
    margin: 10px auto 15px;
  }*/
}


/*-----------------------------------------------------------------

catelink_sumizumikun_rs

-----------------------------------------------------------------*/
.catelink_sumizumikun_rs {
  position: relative;
  margin-top: 50px;
  border: 3px solid #358FDD;
  border-radius: 10px;
  padding: 50px 0 0;
}

.catelink_sumizumikun_rs:before,
.catelink_sumizumikun_rs:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.catelink_sumizumikun_rs:before {
  top: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 35px 26px;
  border-color: transparent transparent #358FDD transparent;
}

.catelink_sumizumikun_rs:after {
  top: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 36px 26px;
  border-color: transparent transparent #fff transparent;
}

.catelink_sumizumikun_rs .catelink_sumizumikun_rs_title {
  color: #358FDD;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 52px;
}

.catelink_sumizumikun_rs_box {
  background: #358FDD;
  border-radius: 0 0 5px 5px;
  padding: 20px 70px;
}

.catelink_sumizumikun_rs .col {
  width: calc(25% - 33.7px);
  margin-right: 45px;
  background: #fff;
  border-radius: 15px;
  border: 3px solid #358FDD;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 25px 15px 20px;
}

.catelink_sumizumikun_rs .normal .col {
  width: calc(20% - 33.7px);
}

.catelink_sumizumikun_rs .col:nth-of-type(4n) {
  margin-right: 0;
}

.catelink_sumizumikun_rs .normal .col:nth-child(4) {
  margin-right: 45px;
}

.catelink_sumizumikun_rs .normal .col:nth-child(5) {
  margin-right: 0;
}

.catelink_sumizumikun_rs .catelink_sumizumikun_rs_img {
  width: 80px;
  margin: 0 auto;
}

.catelink_sumizumikun_rs .catelink_sumizumikun_rs_txt {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 15px auto;
}

.catelink_sumizumikun_rs .dlb_btn_blue a {
  height: 50px;
  border-radius: 25px;
  font-size: 14px;
}

@media only screen and (max-width: 1029px) {
  .catelink_sumizumikun_rs_box {
    flex-wrap: wrap;
  }

  .catelink_sumizumikun_rs .col,
  .catelink_sumizumikun_rs .normal .col {
    width: calc(50% - 15px);
    margin-right: 30px;
  }

  .catelink_sumizumikun_rs .col:nth-of-type(even) {
    margin-right: 0;
  }

  .catelink_sumizumikun_rs .col:nth-of-type(n+3) {
    margin-top: 20px;
  }

  .catelink_sumizumikun_rs .normal .col:nth-child(2),
  .catelink_sumizumikun_rs .normal .col:nth-child(4) {
    margin-right: 0;
  }

}

@media only screen and (max-width: 690px) {
  .catelink_sumizumikun_rs {
    margin-top: 50px;
    padding: 5% 0 0;
  }

  .catelink_sumizumikun_rs .catelink_sumizumikun_rs_title {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 5%;
  }

  .catelink_sumizumikun_rs_box {
    padding: 5%;
  }

  .catelink_sumizumikun_rs .col,
  .catelink_sumizumikun_rs .normal .col {
    padding: 5%;
    margin: 0;
    width: 100%;
  }

  .catelink_sumizumikun_rs .col:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .catelink_sumizumikun_rs .catelink_sumizumikun_rs_img {
    width: 100px;
  }

  .catelink_sumizumikun_rs .catelink_sumizumikun_rs_txt {
    font-size: 18px;
    margin: 10px auto 15px;
  }
}



/*-----------------------------------------------------------------

bluettl_box

-----------------------------------------------------------------*/
.page_feature .bluettl_box {
  flex-wrap: wrap;
  align-items: normal;
}

.page_feature .bluettl_box .col {
  width: 48%;
}

.page_feature .bluettl_box .col:nth-of-type(n+3) {
  margin-top: 20px;
}

.bluettl_box .col {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
}

.bluettl_box .col dt {
  width: 100%;
  height: 170px;
  background: #358FDD;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bluettl_box .col dd {
  background: #fff;
  padding: 30px 45px 45px;
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
}

@media only screen and (max-width: 690px) {
  .page_feature .bluettl_box .col {
    width: 100%;
  }

  .page_feature .bluettl_box .col:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .bluettl_box .col dt {
    height: 80px;
    font-size: 19px;
  }

  .bluettl_box .col dd {
    padding: 5%;
    font-size: 15px;
  }
}



/*-----------------------------------------------------------------

lead_feature_area

-----------------------------------------------------------------*/
.lead_feature_area {
  background: #358FDD;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  padding: 35px 0 40px;
}

@media only screen and (max-width: 690px) {
  .lead_feature_area {
    font-size: 16px;
    padding: 5%;
  }
}



/*-----------------------------------------------------------------

tbl01

-----------------------------------------------------------------*/
table.tab01 th,
table.tab01 th.th_sub {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

table.tab01 th.th_sub.txt_l {
  text-align: left;
}

table.tab01 th,
table.tab01 td {
  border-color: #d8e1ee;
  /*word-break: break-all;*/
  padding: 16px;
}

table.tab01 td {
  color: #333;
  font-size: 14px;
}

table.tab01.th_p th {
  padding: 20px 8px;
}

table.tab01.th_p2 th {
  padding: 13px 20px;
}

table.tab01.th_p3 th {
  padding: 8px;
  line-height: 1.2;
}

table.tab01 th.bg_blue {
  background: #358FDD;
}

table.tab01.br_none {
  table-layout: auto !important;
}

table.tab01.br_none .th_sub {
  border-right: none;
}

table.tab01.br_none .th_sub+td,
.bl_none {
  border-left: none;
}

table.th_slash .slash {
  padding: 0;
  width: 12%;
}

table.th_slash .slash_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #1157B8;
}

table.th_slash .slash_char {
  position: relative;
  display: block;
  padding: .5em;
}

table.th_slash .slash_char_row {
  padding-left: 50%;
  text-align: right;
  line-height: 1.2;
  transform: translateY(-0.3em);
}

table.th_slash .slash_char_col {
  margin-top: -1em;
  padding-right: 50%;
  text-align: left;
  transform: translateY(0.3em);
}

table.th_slash #svg_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.nowrap {
  white-space: nowrap;
}

@media only screen and (max-width: 690px) {

  table.tab01.br_none tbody th,
  table.tab01.br_none tbody td {
    padding: 10px 0;
  }

  table.tab01.br_none tbody th {
    border-left: none;
    background-color: #FFF;
    vertical-align: initial;
    text-align: left;
  }

  table.tab01.br_none tbody td {
    border-right: none;
  }

  table.tab01.br_none thead th {
    text-align: left;
  }
}



/*-----------------------------------------------------------------

catelink_cmn

-----------------------------------------------------------------*/
.catelink_cmn {
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 8px;
}

.catelink_cmn .catelink_sumizumikun_title {
  color: #358FDD;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.catelink_cmn .catelink_sumizumikun_box {
  flex-wrap: wrap;
}

.catelink_cmn .catelink_sumizumikun_box .col {
  width: calc(33.33333% - 16.666px);
  margin-right: 25px;
}

.catelink_cmn .catelink_sumizumikun_box a {
  border: 2px solid #358FDD;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.33);
  font-size: 15px;
  color: #358FDD;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
  height: 64px;
  text-decoration: none;
}

.catelink_cmn .catelink_sumizumikun_box a:hover {
  opacity: 0.6
}

.catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(1) a {
  background: #fff url(../image/common/icon_catelink_feature2.png) no-repeat 15% center / 40px auto;
}

.catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(2) a {
  background: #fff url(../image/common/icon_catelink_spec2.png) no-repeat 15% center / 40px auto;
}

.catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(3) a {
  background: #fff url(../image/common/icon_catelink_price2.png) no-repeat 15% center / 40px auto;
}

.catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(4) a {
  background: #fff url(../image/common/icon_catelink_qa2.png) no-repeat 15% center / 40px auto;
}

.catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(5) a {
  background: #fff url(../image/common/icon_catelink_cooperation2.png) no-repeat 15% center / 40px auto;
  padding-left: 55px;
}

.catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(3n) {
  margin-right: 0;
}

.catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(n+4) {
  margin-top: 14px;
}

@media only screen and (min-width: 980px) and (max-width: 1139px) {
  .catelink_cmn .catelink_sumizumikun_box a {
    padding-left: 15px;
    background-position: 6% center !important;
    font-size: 13px;
  }

  .catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(5) a {
    background: #fff url(../image/common/icon_catelink_cooperation.png) no-repeat 4% center / 40px auto;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 980px) {
  body[class*="rs_"] .catelink_cmn {
    width: 552px;
    margin: 0 auto;
  }

  body[class*="rs_"] .catelink_cmn .catelink_sumizumikun_box .col {
    width: 48%;
    margin-right: 4%;
  }

  body[class*="rs_"] .catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(3n) {
    margin-right: 4%;
  }

  body[class*="rs_"] .catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(2n) {
    margin-right: 0;
  }

  body[class*="rs_"] .catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(n+3) {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 979px) {
  .catelink_cmn .catelink_sumizumikun_box .col {
    width: 48%;
    margin-right: 4%;
  }

  .catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(3n) {
    margin-right: 4%;
  }

  .catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(2n) {
    margin-right: 0;
  }

  .catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(n+3) {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 690px) {
  .catelink_cmn .catelink_sumizumikun_title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .catelink_cmn .catelink_sumizumikun_box .col {
    width: 100%;
    margin-right: 0;
  }

  .catelink_cmn .catelink_sumizumikun_box a {
    font-size: 14px;
  }

  .catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(3n) {
    margin-right: 0;
  }

  .catelink_cmn .catelink_sumizumikun_box .col:nth-of-type(n+2) {
    margin-top: 14px;
  }
}



/*-----------------------------------------------------------------

qa

-----------------------------------------------------------------*/
.dlb_content-32.sumizumikun .dlb_c32_q {
  background: #F5F5F5;
  padding: 13px 13px 13px 33px;
  align-items: unset;
}

.dlb_content-32.sumizumikun .dlb_c32_q .dlb_initials {
  border: none;
  width: 35px;
  height: auto;
  font-size: 25px;
  margin: 0 12px 0 0;
  font-weight: 500;
  align-items: unset;
}

.dlb_content-32.sumizumikun .dlb_c32_q .dlb_c32_q_txt {
  font-size: 20px;
  line-height: 1.45;
  color: #555555;
  width: calc(100% - 35px);
}

.dlb_content-32.sumizumikun .dlb_c32_a {
  margin-top: 22px;
  padding-left: 33px;
}

.dlb_content-32.sumizumikun .dlb_c32_a .dlb_initials {
  font-size: 20px;
  line-height: 1;
  margin: 0 12px 0 0;
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: none;
}

.dlb_content-32.sumizumikun .dlb_c32_a .dlb_c32_a_txt {
  line-height: 2.5;
  width: calc(100% - 35px);
  word-break: break-all;
}

@media only screen and (max-width: 690px) {
  .dlb_content-32.sumizumikun .dlb_c32_q {
    padding: 13px 13px 13px 5px;
  }

  .dlb_content-32.sumizumikun .dlb_c32_q .dlb_initials {
    font-size: 20px;
    margin: 0 5px 0 0;
  }

  .dlb_content-32.sumizumikun .dlb_c32_q .dlb_c32_q_txt {
    font-size: 16px;
  }

  .dlb_content-32.sumizumikun .dlb_c32_a {
    margin-top: 15px;
    padding-left: 5px;
  }

  .dlb_content-32.sumizumikun .dlb_c32_a .dlb_initials {
    margin: 0 5px 0 0;
  }

  .dlb_content-32.sumizumikun .dlb_c32_a .dlb_c32_a_txt {
    line-height: 1.6;

  }
}



/*-----------------------------------------------------------------

dlb_content-36 連携商品ver

-----------------------------------------------------------------*/
.dlb_content-36.cooperation {
  background: transparent;
}

.dlb_content-36.cooperation .dlb_c36_block {
  position: relative;
}

.dlb_content-36.cooperation .dlb_c36_block:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 23px 0 23px;
  border-color: #1157B8 transparent transparent transparent;
  transform: none;
  right: calc(65% - 135px);
}

.dlb_content-36.cooperation .dlb_c36_block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 64%;
  width: 1px;
  height: 100%;
  border-left: 1px solid #000;
}

.dlb_content-36.cooperation .dlb_c36_num {
  font-size: 40px;
  width: 45px;
  text-align: left;
}

.dlb_content-36.cooperation .dlb_c36_title {
  padding-right: 0;
  width: calc(36% - 45px);
  text-align: center;
  line-height: 1.3;
}

.dlb_content-36.cooperation .dlb_c36_title .txt_l {
  display: block;
  font-size: 35px;
  color: #1157B8;
  text-align: center;
}

.dlb_content-36.cooperation .dlb_c36_txt {
  padding-left: 75px;
  width: 64%;
  border-left: none;
}

@media only screen and (max-width: 979px) {
  .dlb_content-36.cooperation {
    background: transparent;
  }

  .dlb_content-36.cooperation .dlb_c36_block {
    min-height: 120px;
    position: relative;
  }

  .dlb_content-36.cooperation .dlb_c36_block:before {
    right: calc(56.5% - 135px);
  }

  .dlb_content-36.cooperation .dlb_c36_block:after {
    right: 49.5%;
  }

  .dlb_content-36.cooperation .dlb_c36_title {
    width: calc(56.5% - 45px);
  }

  .dlb_content-36.cooperation .dlb_c36_txt {
    padding-left: 5%;
    width: 56.5%;
  }
}

@media only screen and (max-width: 690px) {
  .dlb_content-36.cooperation .dlb_c36_block {
    min-height: auto;
    min-height: inherit;
    margin-top: 80px;
  }

  .dlb_content-36.cooperation .dlb_c36_block:first-of-type {
    margin-top: 0;
  }

  .dlb_content-36.cooperation .dlb_c36_block:before {
    right: calc(50% - 23px);
  }

  .dlb_content-36.cooperation .dlb_c36_block:after {
    content: none
  }

  .dlb_content-36.cooperation .dlb_c36_num {
    width: 100%;
    text-align: center;
  }

  .dlb_content-36.cooperation .dlb_c36_title {
    width: 100%;
  }

  .dlb_content-36.cooperation .dlb_c36_title .txt_l {
    font-size: 24px;
  }

  .dlb_content-36.cooperation .dlb_c36_txt {
    padding-left: 0;
    width: 100%;
  }
}



/*-----------------------------------------------------------------

連携商品 more_area

-----------------------------------------------------------------*/
.cooperation_more_area .btn {
  width: calc(50% - 20px);
  height: 105px;
}

.cooperation_more_area .btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333333;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.cooperation_more_area .btn a:after {
  content: "";
  display: inline-block;
}

.cooperation_more_area .btn a:hover {
  opacity: 0.6
}

.cooperation_more_area .btn_catalog a:after {
  width: 34px;
  height: 37px;
  background: url(../image/common/icon_dl2.png) no-repeat center center / contain;
  margin-left: 15px;
}

.cooperation_more_area .btn_link a:after {
  width: 40px;
  height: 40px;
  background: url(../image/common/icon_link.png) no-repeat center center / contain;
  margin-left: 25px;
}

@media only screen and (max-width: 1049px) {
  .cooperation_more_area .btn a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 979px) {
  .cooperation_more_area {
    flex-direction: column;
  }

  .cooperation_more_area .btn {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }

  .cooperation_more_area .btn+.btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 690px) {
  .cooperation_more_area {
    flex-direction: column;
  }

  .cooperation_more_area .btn a {
    font-size: 16px;
  }

  .cooperation_more_area .btn_catalog a:after {
    width: 23px;
    height: 26px;
  }

  .cooperation_more_area .btn_link a {
    word-break: keep-all;
  }

  .cooperation_more_area .btn_link a:after {
    width: 26px;
    height: 26px;
    margin-left: 15px;
  }
}



/*-----------------------------------------------------------------

function_box

-----------------------------------------------------------------*/
.function_box .col {
  width: 22%;
  height: 126px;
  margin-right: 2.9%;
  background: #1157B8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 17px;
  font-weight: bold;
}

.function_box .col:nth-of-type(4) {
  margin-right: 0;
}

@media only screen and (min-width: 1140px) {
  .function_box .col {
    font-size: 20px;
  }
}

@media only screen and (max-width: 979px) {
  .page_skysea_client_view .function_box {
    flex-wrap: wrap;
  }

  .function_box {
    flex-wrap: wrap;
  }

  .function_box .col {
    width: 47%;
    height: 126px;
    margin-right: 6%;
    background: #1157B8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 17px;
    font-weight: bold;
  }

  .function_box .col:nth-of-type(even) {
    margin-right: 0;
  }


  .function_box .col:nth-of-type(n+3) {
    margin-top: 20px;
  }

  .page_skysea_client_view .function_box .col {
    width: 48%;
    height: 100px;
    margin-right: 4%;
  }

  .page_skysea_client_view .function_box .col:nth-of-type(even) {
    margin-right: 0;
  }

  .page_skysea_client_view .function_box .col:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 690px) {

  .function_box .col {
    width: 100%;
    height: 80px;
    margin-right: 0;
    font-size: 14px;
  }

  .function_box .col:nth-of-type(n+2) {
    margin-top: 15px !important;
  }

  .page_skysea_client_view .function_box .col {
    width: 100%;
    height: 60px;
    margin-right: 0;
  }

  .page_skysea_client_view .function_box .col:nth-of-type(n+2) {
    margin-top: 10px !important;
  }
}



/*-----------------------------------------------------------------

blueline_area

-----------------------------------------------------------------*/
.blueline_area {
  background: #1157B8;
  padding: 55px 0;
}

.blueline_txt {
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 690px) {
  .blueline_area {
    padding: 40px 0;
  }

  .blueline_txt {
    font-size: 22px;
  }
}



/*-----------------------------------------------------------------

その他の連携製品 otherlink_area

-----------------------------------------------------------------*/
.otherlink_area .col {
  position: relative;
  width: 22%;
  margin-right: 4%;
  height: 226px;
  transition: all .2s ease 0s;
}

.otherlink_area .col:hover {
  opacity: 0.6;
}

.otherlink_area .col:nth-of-type(4) {
  margin-right: 0;
}

.otherlink_area .otherlink_txt {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: 100%;
  color: #fff;
}

.otherlink_area .col.btn_scv {
  background: url(../image/common/bg_otherlink01.png) no-repeat left top / cover;
}

.otherlink_area .col.btn_lc {
  background: url(../image/common/bg_otherlink01.png) no-repeat left top / cover;
}

.otherlink_area .col.btn_sp {
  background: url(../image/common/bg_otherlink02.png) no-repeat left top / cover;
}

.otherlink_area .col.btn_ii {
  background: url(../image/common/bg_otherlink03.png) no-repeat left top / cover;
}

.otherlink_area .col.btn_pscv {
  background: url(../image/common/bg_otherlink04.png) no-repeat left top / cover;
}

.otherlink_area .col .otherlink_link {
  position: absolute;
  bottom: 14px;
  right: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-align: right;
  text-decoration: none;
}

.otherlink_area .col .otherlink_link:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 15px;
  background: url(../image/common/arw_right_white.png) no-repeat left top / contain;
  margin-left: 12px;
  transform: translateY(3px);
}

@media only screen and (max-width: 1049px) {
  .otherlink_area .otherlink_txt {
    font-size: 16px;
  }
}

@media only screen and (min-width: 691px) and (max-width: 979px) {
  .otherlink_box {
    width: 552px;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .otherlink_area .col {
    width: 48%;
    margin-right: 2%;
    height: 226px;
  }

  .otherlink_area .col:nth-of-type(even) {
    margin-right: 0;
  }

  .otherlink_area .col:nth-of-type(4) {
    margin-right: 0;
  }


  .otherlink_area .col:nth-of-type(n+3) {
    margin-top: 20px;
  }

  .otherlink_area .otherlink_txt {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    width: 100%;
    color: #fff;
  }
}

@media only screen and (max-width: 690px) {
  .otherlink_box {
    flex-direction: column;
  }

  .otherlink_area .col {
    width: 100%;
    height: 200px;
    max-width: 246px;
    margin: 0 auto;
  }

  .otherlink_area .col:nth-of-type(n+2) {
    margin: 20px auto 0 !important;
  }

  .otherlink_area .otherlink_txt {
    font-size: 16px;
  }
}



/*-----------------------------------------------------------------

対策 counterplan_area

-----------------------------------------------------------------*/
.counterplan_area {
  background: #D9E8FC;
  padding: 100px 0;
}

.counterplan_area .counterplan_box {
  flex-wrap: wrap;
  min-height: 100px;
  align-items: stretch;
}

.counterplan_area .counterplan_box dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  background: #1157B8;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  padding: 15px;
}

.counterplan_area .counterplan_box dd {
  display: flex;
  align-items: center;
  width: calc(100% - 380px);
  background: #fff;
  border-radius: 0 10px 10px 0;
  color: #333333;
  line-height: 2;
  padding: 30px 40px;
}

.counterplan_area .counterplan_box dt:nth-of-type(n+2),
.counterplan_area .counterplan_box dd:nth-of-type(n+2) {
  margin-top: 60px;
}

@media only screen and (max-width: 797px) {
  .counterplan_area {
    padding: 80px 0;
  }

  .counterplan_area .counterplan_box dt {
    width: 40%;
    font-size: 18px;
  }

  .counterplan_area .counterplan_box dd {
    width: 60%;
  }

  .counterplan_area .counterplan_box dt:nth-of-type(n+2),
  .counterplan_area .counterplan_box dd:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 690px) {
  .counterplan_area {
    padding: 55px 0;
  }

  .counterplan_area .counterplan_box dt {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 5%;
  }

  .counterplan_area .counterplan_box dd {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 5%;
  }

  .counterplan_area .counterplan_box dt:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .counterplan_area .counterplan_box dd:nth-of-type(n+2) {
    margin-top: 0;
  }
}



/*-----------------------------------------------------------------

task_box

-----------------------------------------------------------------*/
.task_box .col {
  background: #1157B8;
  border-radius: 9px;
  padding: 14px 50px 35px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
}

.task_box .col>* {
  color: #fff;
}

.task_txt {
  line-height: 2;
}

@media only screen and (max-width: 690px) {
  .task_box .col+.col {
    margin-top: 20px;
  }
}



/*-----------------------------------------------------------------

フォーム

-----------------------------------------------------------------*/
.page_contact #form_wrap,
.page_feature #form_wrap {
  padding-bottom: 40px;
}

.page_contact .formflow,
.page_feature .formflow,
.page_applicationt .formflow {
  display: none;
}

.page_contact .dlb_subtitle2_02,
.page_applicationt .dlb_subtitle2_02 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 24px;
  padding: 2px 0 2px 13px;
  border-width: 0 0 0 3px;
  border-style: solid;
}

.page_applicationt .dlb_subtitle2_02 {
  margin-bottom: 44px;
}

.page_applicationt .applicationt_txt a {
  color: #1157B8;
}

.page_contact #privacy_txt a,
.page_applicationt #privacy_txt a {
  color: #FF0000;
}


.page_contact #privacy_txt,
.page_applicationt #privacy_txt {
  font-size: 12px;
}

.page_contact #submit_button input,
.page_applicationt #submit_button input {
  width: 210px;
  height: 56px;
  border-radius: 28px;
  background: #FEE132;
  box-shadow: 0px 3px 6px 0px rgba(105, 120, 141, 0.38);
  color: #358FDD;
  font-size: 15px;
  font-weight: bold;
  border: none;
}

.page_contact #submit_button input:hover,
.page_applicationt #submit_button input:hover {
  background-color: #358FDD;
  color: #FEE132;
}

.page_contact #form_contact_main dl,
.page_applicationt #form_contact_main dl {
  border-top: 1px solid #ddd;
}

.page_contact #form_contact_main dt,
.page_applicationt #form_contact_main dt {
  font-weight: bold;
  padding: 20px 10px;
}

.page_contact #form_contact_main dd,
.page_applicationt #form_contact_main dd {
  font-size: 12px;
  font-weight: 500;
  padding: 20px 10px;
}

.page_applicationt #form_contact_main dd {
  font-size: 13px;
}

.page_contact input[type=checkbox],
.page_applicationt input[type=checkbox] {
  transform: translateY(2px);
  margin-right: 5px;
}

.page_applicationt input[type=radio] {
  transform: translateY(2px);
  margin-right: 5px;
}

.page_contact textarea,
.page_applicationt textarea {
  resize: vertical;
}

.page_contact #form_contact_main dl:last-child dt,
.page_contact #form_contact_main dl:last-child dd,
.page_applicationt #form_contact_main dl:last-child dt,
.page_contact #page_applicationt dl:last-child dd {
  padding-bottom: 0;
}

.page_contact #form_contact_main dl:nth-of-type(6) dd {
  display: flex;
}

.page_contact #form_contact_main dl:nth-of-type(6) dd p+p {
  margin-left: 50px;
}

.page_applicationt .example_text {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  margin-top: 20px;
}

@media only screen and (max-width: 690px) {

  .page_contact #form_wrap,
  .page_feature #form_wrap {
    padding-bottom: 0;
  }

  .page_contact .formflow .dlb_subtitle2_02,
  .page_applicationt .formflow .dlb_subtitle2_02 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .page_applicationt .dlb_subtitle2_02 {
    margin-bottom: 20px;
  }

  .page_contact .dlb_subtitle2_02,
  .page_applicationt .dlb_subtitle2_02 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .page_contact #form_contact_main dl:nth-of-type(6) dd {
    flex-direction: column;
  }

  .page_contact #form_contact_main dl:nth-of-type(6) dd p+p {
    margin: 10px 0 0;
  }

  .page_contact #form_contact_main dt,
  .page_applicationt #form_contact_main dt {
    border-left: 7px #358FDD solid;
  }

  .android .page_contact input[type=checkbox],
  .android .page_applicationt input[type=checkbox] {
    transform: translateY(4px);
  }

  .android .page_applicationt input[type=radio] {
    transform: translateY(4px);
  }

  .page_contact #form_contact_main dt,
  .page_contact #form_contact_main dd,
  .page_contact #form_enquetet_main dt,
  .page_contact #form_enquetet_main dd .page_applicationt #form_contact_main dt,
  .page_applicationt #form_contact_main dd,
  .page_applicationt #form_enquetet_main dt,
  .page_applicationt #form_enquetet_main dd {
    padding: 5px 0;
  }

  .page_contact #form_contact_main dt,
  .page_applicationt #form_contact_main dt {
    padding: 0 0 0 8px;
  }
}


/*-----------------------------------------------------------------

各ページ

-----------------------------------------------------------------*/
/*すみずみ君の特長*/
.page_feature .dlb_c56_num {
  font-size: 15px;
  width: 60px;
  padding: 7px 4px;
}


/*すみずみ君 REX SEARCHの特長*/
.page_rs_feature #link05 .img {
  width: 36%;
  margin-right: 2%;
  line-height: 1;
}

.page_rs_feature .feature_tbl .fs15 {
  font-size: 15px !important;
}

.page_rs_feature table.feature_tbl.tab01 tr:nth-of-type(6) th.th_sub {
  background: rgba(236, 243, 253, 0.5);
}

.page_rs_feature #link05 .list_disc {
  width: 62%;
}

.page_rs_feature .dfa_box1 {
  background: #D9E8FC;
  max-width: 596px;
  width: 70%;
  margin: 0 auto;
  padding: 15px;
}

.page_rs_feature .dfa_box1 dl {
  width: 410px;
  margin: 0 auto;
  flex-wrap: wrap;
  color: #358FDD;
  font-size: 15px;
  font-weight: bold;
}

.page_rs_feature .dfa_box1 dt {
  width: 6em;
  margin-right: 1em;
}

.page_rs_feature .dfa_box1 dd {
  width: calc(100% - 7em);
}

.page_rs_feature .dfa_box1 dt:nth-of-type(2),
.page_rs_feature .dfa_box1 dd:nth-of-type(2) {
  margin-top: 5px;
}

.page_rs_feature .dfa_box1 dt:nth-of-type(2) {
  color: #333333;
}

.page_rs_feature .dfa_box1 dd:nth-of-type(2) {
  padding-left: 3em;
}

.page_rs_feature .dfa_box2 {
  width: 272px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  color: #358FDD;
}

.page_rs_feature .dfa_box2 dt {
  width: 6em;
  margin-right: 1em;
  text-align: center;
}

.page_rs_feature .dfa_box2 dt .txt_black {
  color: #333333;
  display: block;
}

.page_rs_feature .dfa_box2 dd {
  width: calc(100% - 7em);
  background: #E5F1FA;
  padding: 1.5em 1em;
}

.page_rs_feature .dfa_box3 {
  width: 260px;
  margin: 0 auto;
}

.page_rs_feature .dfa_box3 dl {
  flex-wrap: wrap;
  color: #358FDD;
  font-size: 15px;
  font-weight: bold;
}

.page_rs_feature .dfa_box3 dt {
  width: 6em;
}

.page_rs_feature .dfa_box3 dd {
  width: calc(100% - 6em);
  text-align: center;
}

.page_rs_feature .dfa_box3 dt:nth-of-type(2),
.page_rs_feature .dfa_box3 dd:nth-of-type(2) {
  margin-top: 5px;
}

.page_rs_feature .dfa_box3 dt:nth-of-type(2) {
  color: #333333;
}

.page_rs_feature .dfa_box3 dd:nth-of-type(2) {
  background: #EEEEEE;
  letter-spacing: 0.2em;
  border-radius: 5px;
  color: #333;
  width: calc(100% - 8.5em);
}

.page_rs_feature .arw1 {
  max-width: 382px;
  margin: 15px auto 25px;
}

.page_rs_feature .arw2 {
  max-width: 382px;
  margin: 20px auto;
}

.page_rs_feature .bg_gray3.nfa,
.page_rs_feature .bg_gray3.dfa {
  position: relative;
  padding: 35px;
}

.page_rs_feature .bg_gray3:before {
  position: absolute;
  top: 10%;
  right: 10%;
  text-align: right;
  font-size: 40px;
  font-weight: bold;
}

.page_rs_feature .bg_gray3.nfa:before {
  content: "NFA";
  color: #358FDD;
}

.page_rs_feature .bg_gray3.dfa:before {
  content: "DFA";
  color: #FE325C;
}

.page_rs_feature .mt_60 {
  margin-top: -60px;
}

.page_rs_feature .note {
  background: #E5F1FA;
  width: 100%;
  padding: 0.5em;
  color: #333333;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
}

@media only screen and (max-width: 1169px) {
  .page_rs_feature .matchmenu.bg_blue .link03 a {
    font-size: 1vw;
  }
}

@media only screen and (min-width: 1169px) {
  .page_rs_feature .note br {
    display: none;
  }
}

@media only screen and (max-width: 1129px) {
  .page_rs_feature .dfa_box1 {
    width: 100%;
  }
}

@media only screen and (max-width: 979px) {
  .page_rs_feature .matchmenu.bg_blue .link03 a {
    font-size: 1.3vw;
  }

  .page_rs_feature .matchmenu.bg_blue .link03 a {
    padding: 10px 5% 10px 4.5em;
  }

  .page_rs_feature #link05 .flexset {
    flex-wrap: wrap;
  }

  .page_rs_feature #link05 .img {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }

  .page_rs_feature #link05 .list_disc {
    width: 100%;
  }

  .page_rs_feature .dfa_box1 .flexset {
    flex-wrap: wrap;
  }

  .page_rs_feature .dfa_box1 dt,
  .page_rs_feature .dfa_box1 dd {
    width: 100%;
  }

  .page_rs_feature .mt_60 {
    margin-top: 0;
  }

  .page_rs_feature .dfa_box1 dd:nth-of-type(2) {
    padding-left: 0;
    margin-top: 0;
  }

  .page_rs_feature .bg_gray3.nfa,
  .page_rs_feature .bg_gray3.dfa {
    padding: 15% 5% 5%;
  }

  .page_rs_feature .bg_gray3.nfa:before,
  .page_rs_feature .bg_gray3.dfa:before {
    font-size: 30px;
    top: 1%;
    right: 3%;
    line-height: 1;
  }
}

@media only screen and (max-width: 690px) {
  .page_rs_feature .matchmenu.bg_blue a {
    font-size: 12px;
  }

  .page_rs_feature .matchmenu.bg_blue .link03 a {
    padding: 10px 5% 10px 2.5em;
    font-size: 12px;
  }

  .page_rs_feature .dfa_box1 dl {
    width: 100%;
  }

  .page_rs_feature .note br {
    display: none;
  }
}

/*すみずみ君のよくある質問*/
.page_qa .tab01.w75_pctab {
  margin: 0 auto;
}

.sumizumikun [class*="menu_btn_"] a {
  background: #358FDD;
  border: 1px solid #358FDD;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.sumizumikun [class*="menu_btn_"] a::before {
  content: none;
}

.sumizumikun [class*="menu_btn_"] a .arw_qamenu::before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(135deg) translateY(5px);
  margin-right: 0.5em;
}

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

.menu_btn_222 li {
  list-style-type: none;
  width: calc(50% - 4px);
  margin-right: 8px;
  margin-bottom: 8px;
}

.menu_btn_222 a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  padding: 15px 5%;
  color: #fff;
}

.menu_btn_222 a:hover {
  background-color: #F6FAFC;
  color: #358FDD;
}

.menu_btn_222 li:nth-child(3n) {
  margin-right: 8px;
}

.menu_btn_222 li:nth-child(2n) {
  margin-right: 0;
}




/*連携製品*/
.page_cooperation .cooperation_box {
  position: relative;
}

.page_cooperation .cooperation_box .dlb_subtitle3_02 {
  font-size: 14px;
  padding: 8px 0 8px 15px;
}

.page_cooperation .cooperation_box .dlb_btn a {
  background: #358FDD;
  width: 183px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border-color: #358FDD;
  padding: 0;
  font-size: 13px;
}

.page_cooperation .cooperation_box .dlb_btn a:hover {
  background: #fff;
  color: #358FDD;
}

.page_cooperation .cooperation_box .dlb_btn a:before {
  content: none;
}

.page_cooperation .cooperation_box .dlb_btn+.dlb_btn {
  margin: 0 0 0 14px;
}

@media only screen and (min-width: 691px) {
  .page_cooperation .cooperation_box .dlb_box2-3_img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 690px) {
  .page_cooperation .cooperation_box .cooperation_btn {
    flex-direction: column;
  }

  .page_cooperation .cooperation_box .dlb_btn {
    margin: 0 auto;
  }

  .page_cooperation .cooperation_box .dlb_btn+.dlb_btn {
    margin: 15px auto 0;
  }

  .sumizumikun .menu_btn_432 a {
    padding: 10px 5% 10px 1em;
  }
}

/*すみずみ君 REX SEARCHの仕様*/
.page_rs_spec .list_none .number {
  margin-right: 1em;
}

.page_rs_spec .tab01.fs13 th,
.page_rs_spec .tab01.fs13 td {
  font-size: 13px;
}

.page_rs_spec .tab01.fs12 th,
.page_rs_spec .tab01.fs12 td {
  font-size: 12px;
}

.page_rs_spec .tab01.fs13 td,
.page_rs_spec .tab01.fs12 td {
  font-weight: normal;
}

.page_rs_spec .list_none li {
  text-indent: -2.5em;
  margin-left: 2.5em;
}

/*すみずみ君 REX SEARCHの価格*/
.page_rs_price .rs_price_box {
  flex-wrap: wrap;
}

.page_rs_price .rs_price_box .col {
  width: 48%;
}

.page_rs_price .rs_price_box .col:nth-of-type(odd) {
  margin-right: 4%;
}

.page_rs_price .price_tbl1.tab01 th {
  padding: 8px;
}

.page_rs_price .price_tbl2.tab01 th,
.page_rs_price .price_tbl2.tab01 td {
  font-size: 11px;
  text-align: left;
  padding: 16px 24px;
}

@media only screen and (max-width: 690px) {
  .page_rs_price .rs_price_box .col {
    width: 100%;
  }

  .page_rs_price .rs_price_box .col:nth-of-type(odd) {
    margin-right: 0;
  }
}

/*すみずみ君 REX SEARCHのよくある質問*/
.page_rs_qa .list_indent1>li {
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.page_rs_qa .list_indent2 {
  margin-left: 1.5em;
  text-indent: 0;
}

.page_rs_qa .list_indent3>li {
  margin-left: 1.5em;
  text-indent: 0;
}

.page_rs_qa .dot {
  display: block;
  padding-left: 5em;
}

.page_rs_qa .list_indent4 {
  margin-left: 3em;
}

.page_rs_qa .list_indent5 {
  text-indent: -2.5em;
  margin-left: 2.5em;
}

@media only screen and (max-width: 1109px) {
  .page_rs_qa .matchmenu.bg_blue a br {
    display: none;
  }
}

@media only screen and (max-width: 690px) {
  .page_rs_qa .list_indent3>li {
    margin-left: .5em;
  }

  .page_rs_qa .list_indent4 {
    margin-left: 1em;
  }
}

/*SKYSEA Client View*/
.page_skysea_client_view .function_area {
  padding: 120px 0 20px;
}

.page_skysea_client_view .image_bg {
  background: #F5F5F5;
  padding: 120px 0;
}

.page_skysea_client_view table.tab01.scv_tbl th.th_sub {
  text-align: left;
}

.page_skysea_client_view table.tab01.scv_tbl th.th_sub,
.page_skysea_client_view table.tab01.scv_tbl td {
  padding-left: 70px;
}

@media only screen and (max-width: 979px) {
  .page_skysea_client_view .image_bg {
    background: #F5F5F5;
    padding: 100px 0;
  }

  .page_skysea_client_view table.tab01.scv_tbl th.th_sub,
  .page_skysea_client_view table.tab01.scv_tbl td {
    padding-left: 16px;
  }
}

@media only screen and (max-width: 690px) {
  .page_skysea_client_view .image_bg {
    background: #F5F5F5;
    padding: 50px 0;
  }

  .page_skysea_client_view .function_area {
    padding: 50px 0;
  }
}

/*Secure Protection*/
.page_secure_protection .sptrouble_box {
  flex-wrap: wrap;
}

.page_secure_protection .sptrouble_area .col {
  position: relative;
  width: 48%;
  margin-right: 4%;
  padding-left: 75px;
  line-height: 2;
}

.page_secure_protection .sptrouble_area .col:nth-of-type(even) {
  margin-right: 0;
}

.page_secure_protection .sptrouble_area .col:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 30px;
  width: 23px;
  height: 26px;
  background: url(../image/sumizumikun/cooperation/sp/icon_check.png) no-repeat center center / contain;
}

.page_secure_protection .sptrouble_area .col:nth-of-type(n+3) {
  margin-top: 30px;
}

.page_secure_protection .spimg_area {
  background: rgba(217, 232, 252, 0.5);
  padding: 120px 0;
}

.ie11 .page_secure_protection .spimg_area .img img {
  width: 100%;
}

.page_secure_protection .spmerit_bg {
  background: #FCFCFC;
  padding: 120px 0;
}

.page_secure_protection .tab01.sp_tbl thead th {
  padding: 25px 2px;
  font-size: 16px;
  background: #1157B8;
  line-height: 1.4;
}

.page_secure_protection .tab01.sp_tbl thead th:last-of-type {
  background: #033F91;
}

.page_secure_protection table.tab01.sp_tbl th,
.page_secure_protection table.tab01.sp_tbl td {
  border-color: #555;
}

.page_secure_protection .tab01.sp_tbl tbody th {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}

.page_secure_protection .tab01.sp_tbl tbody tr:nth-of-type(1) th {
  background: #ED3B5A;
  border-bottom: 1px solid #fff;
}

.page_secure_protection .tab01.sp_tbl tbody tr:nth-of-type(2) th {
  background: rgba(237, 59, 90, 0.5);
  border-top: 1px solid #fff;
}

.page_secure_protection .tab01.sp_tbl tr:nth-of-type(1) td {
  background: #F5F5F5;
}

.page_secure_protection .tab01.sp_tbl td {
  padding: 10px;
  /*min-height:*/
}

.page_secure_protection .tab01.sp_tbl td .list_disc li {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 0;
}

.page_secure_protection .tab01.sp_tbl td .circle {
  font-size: 50px;
  font-weight: 500;
  color: #ED3B5A;
  line-height: 1;
}

.page_secure_protection .tab01.sp_tbl td .cross {
  font-size: 50px;
  font-weight: 500;
  color: #1157B8;
  line-height: 1;
}

.page_secure_protection .spprice_Area {
  background: #02B4EE;
  border-radius: 10px;
  padding: 10px 0 7px;
}

.page_secure_protection .spprice_Area .col.left {
  width: 335px;
  margin-right: 12%;
}

.page_secure_protection .spprice_Area .spprice_txt1 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
}

.page_secure_protection .spprice_Area .spprice_txt2 {
  width: 335px;
  height: 46px;
  border-radius: 23px;
  background: #1157B8;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_secure_protection .spprice_Area .col.right {
  width: 434px;
}

.page_secure_protection .spprice_Area .spprice_txt3 {
  width: 434px;
  height: 74px;
  border-radius: 37px;
  background: #fff;
  color: #1157B8;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 13px;
}

.page_secure_protection .spprice_Area .spprice_txt3_black {
  font-size: 18px;
  color: #333333;
  margin-right: 1em;
}

.page_secure_protection .spprice_Area .spprice_txt3_blues {
  font-size: 18px;
}

.page_secure_protection .spprice_Area .spprice_txt3_bluem {
  font-size: 30px;
}

.page_secure_protection .spprice_Area .spprice_txt3_bluel {
  font-size: 50px;
  font-weight: 900;
}

.page_secure_protection .spprice_Area .spprice_txt4 {
  text-align: right;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 5px;
}

.page_secure_protection table.tab01.sp_tbl2 th {
  padding: 3px 16px;
}

.page_secure_protection table.tab01 th.th_sub {
  color: #1157B8;
}

.page_secure_protection .tab01.sp_tbl2 td {
  text-align: center;
  padding: 14px;
}

.page_secure_protection .tab01.sp_tbl2 td .circle {
  font-size: 20px;
  color: #0A4290;
}

@media only screen and (min-width: 691px) and (max-width: 1209px) {
  .page_secure_protection .function_area .dlb_c36_block:nth-of-type(3) .txt_l {
    font-size: 24px;
  }
}

@media only screen and (min-width: 980px) {
  .page_secure_protection .function_area {
    padding: 20px 0;
  }

  .page_secure_protection .tab01.sp_tbl tr:nth-of-type(1) td {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 979px) {
  .page_secure_protection .sptrouble_area .col {
    width: 100%;
    padding-left: 30px;
  }

  .page_secure_protection .sptrouble_area .col:nth-of-type(even) {
    margin: 20px auto 0;
  }

  .page_secure_protection .sptrouble_area .col:nth-of-type(n+2) {
    margin-top: 20px !important;
  }

  .page_secure_protection .sptrouble_area .col:before {
    top: 5px;
    left: 0;
    width: 18px;
    height: 20px;
  }

  .page_secure_protection .function_area .dlb_c36_block:nth-of-type(4) .txt_l {
    font-size: 24px;
  }

  .page_secure_protection .spimg_area {
    padding: 100px 0;
  }

  .page_secure_protection .spmerit_bg {
    padding: 100px 0;
  }

  .page_secure_protection .tab01.sp_tbl thead th {
    font-size: 14px;
    padding: 20px 7px;
  }

  .page_secure_protection .tab01.sp_tbl tbody th {
    font-size: 14px;
  }

  .page_secure_protection .tab01.sp_tbl td .list_disc li {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .page_secure_protection .tab01.sp_tbl td .circle {
    font-size: 40px;
  }

  .page_secure_protection .tab01.sp_tbl td .cross {
    font-size: 40px;
  }

  .page_secure_protection .spprice_Area {
    flex-direction: column;
  }

  .page_secure_protection .spprice_Area .col.left {
    margin: 0 auto 15px;
  }
}

@media only screen and (max-width: 690px) {
  .page_secure_protection .sptrouble_area .col:nth-of-type(n+2) {
    margin-top: 15px !important;
  }

  .page_secure_protection .spimg_area {
    padding: 80px 0;
  }

  .page_secure_protection .spimg_box {
    flex-direction: column;
  }

  .page_secure_protection .spimg_box .img+.img {
    margin-top: 20px;
  }

  .page_secure_protection .spmerit_bg {
    padding: 80px 0;
  }

  .page_secure_protection .spprice_Area {
    padding: 5%;
  }

  .page_secure_protection .spprice_Area .col.left {
    max-width: 335px;
    width: 100%;
  }

  .page_secure_protection .spprice_Area .spprice_txt1 {
    font-size: 18px;
  }

  .page_secure_protection .spprice_Area .spprice_txt2 {
    width: 100%;
    font-size: 18px;
  }

  .page_secure_protection .spprice_Area .col.right {
    width: 100%;
    max-width: 434px;
  }

  .page_secure_protection .spprice_Area .spprice_txt3 {
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }

  .page_secure_protection .spprice_Area .spprice_txt3_black {
    font-size: 13px;
  }

  .page_secure_protection .spprice_Area .spprice_txt3_blues {
    font-size: 13px;
  }

  .page_secure_protection .spprice_Area .spprice_txt3_bluem {
    font-size: 16px;
  }

  .page_secure_protection .spprice_Area .spprice_txt3_bluel {
    font-size: 25px;
  }
}

/*LanScope Cat*/
.page_lanscope_cat .lccatch_area {
  width: 100%;
  background: url(../image/sumizumikun/cooperation/lc/bg_lccatch.png) no-repeat center center / cover;
  padding: 65px;
}

.page_lanscope_cat .lccatch_txt {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.page_lanscope_cat .function_area {
  padding: 50px 0 30px;
}

.lccatch_area+p {
  line-height: 1.9;
}

.page_lanscope_cat .counterplan_area .counterplan_box dd {
  padding: 30px 75px;
}

@media only screen and (min-width: 1160px) {
  .page_lanscope_cat .blueline_txt br {
    display: none;
  }
}

@media only screen and (max-width: 979px) {
  .page_lanscope_cat .counterplan_area .counterplan_box dd {
    padding: 40px;
  }
}

@media only screen and (max-width: 690px) {
  .page_lanscope_cat .lccatch_area {
    padding: 5%;
  }

  .page_lanscope_cat .page_lanscope_cat .lccatch_area {
    padding: 5%;
  }

  .page_lanscope_cat .lccatch_txt {
    font-size: 18px;
  }

  .page_lanscope_cat .function_area {
    padding: 30px 0 20px;
  }
}

/*InterSafe ILP*/
.page_intersafe_ilp .blueline_txt .txt_s {
  display: block;
  font-size: 18px;
}

.page_intersafe_ilp .counterplan_area .counterplan_box dd {
  padding: 25px 40px;
  min-height: 140px
}

.page_intersafe_ilp .dlb_content-36.cooperation .dlb_c36_block:before {
  content: none;
}

@media only screen and (min-width: 980px) {
  .page_intersafe_ilp .function_area {
    padding: 100px 0 50px;
  }

  .page_intersafe_ilp .dlb_subtitle2_02.fs230 {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 691px) {
  .page_intersafe_ilp .task_box .col:nth-of-type(2) .task_txt {
    padding-top: 2em;
  }
}

/*業界別利用シーン*/
.page_scene .matchmenu.bg_blue li {
  height: 76px;
  max-height: auto;
  max-height: inherit;
  margin-bottom: 15px;
}

.page_scene .matchmenu.bg_blue li a {
  font-size: 17px;
  padding: 15px 5%;
}

.page_scene .scenehowto_area {
  border: 8px solid #C9E7FF;
  border-radius: 10px;
  padding: 35px 10% 60px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.page_scene .ba_area {
  width: 76%;
  margin: 0 auto;
}

.page_scene .ba_box dt {
  width: 120px;
  height: 100px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  margin-right: 25px;
}

.page_scene .before_area dt {
  background: #358FDD;
}

.page_scene .after_area dt {
  background: #FE325C;
}

.page_scene .ba_box dd {
  width: calc(100% - 145px);
}

.page_scene .before_area {
  position: relative;
  margin-bottom: 60px;
}

.page_scene .before_area:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 46px;
  width: 29px;
  height: 40px;
  background: url(../image/scene/arw_scene.png) no-repeat center center / contain;
}

@media only screen and (max-width: 979px) {
  .page_scene .matchmenu.bg_blue li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 690px) {
  .page_scene .matchmenu.bg_blue li {
    margin-bottom: 8px;
  }

  .page_scene .matchmenu.bg_blue li a {
    padding-right: 1em;
    padding-left: 3em;
  }

  .page_scene .scenehowto_area {
    padding: 5%;
    width: 100%;
  }

  .page_scene .ba_area {
    width: 100%;
  }

  .page_scene .ba_box {
    flex-wrap: wrap;
  }

  .page_scene .ba_box dt {
    width: 100%;
    height: 50px;
    font-size: 20px;
    margin: 0 0 10px;
  }

  .page_scene .ba_box dd {
    width: 100%
  }

  .page_scene .before_area {
    position: relative;
    margin-bottom: 60px;
  }

  .page_scene .before_area:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/*導入事例*/
.results_tbl td {
  width: 50%;
  border-color: #707070;
  padding: 12px 30px;
  font-weight: 500;
}

.results_area {
  flex-wrap: wrap;
}

.results_area .col {
  transition: all .2s ease 0s;
}

.results_area .col:hover {
  opacity: 0.6;
}

.results_area .col>* {
  color: #fff;
}

.results_area .logo {
  position: relative;
  margin-bottom: 15px;
  height: 60px;
}

.results_area .logo .ofi {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /* max-width: calc(100% - 40px); */
  max-height: 60px;
}

.results_txtarea {
  background: #1157B8;
  padding: 20px 25px;
}

.results_txtarea a {
  text-decoration: none;
  color: #fff;
  line-height: 48px;
}

.results_txt {
  line-height: 2;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
}

.results_industry {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 980px) {
  .results_area .col {
    width: calc(33.33% - 44px);
    margin-right: 65px;
  }

  .results_area .col:nth-of-type(3n) {
    margin-right: 0;
  }

  .results_area .col:nth-of-type(n+4) {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 691px) and (max-width: 979px) {
  .results_area .col {
    width: 47%;
    margin-right: 6%;
  }

  .results_area .col:nth-of-type(2n) {
    margin-right: 0;
  }

  .results_area .col:nth-of-type(n+3) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 690px) {
  .results_tbl {
    width: 100%;
    border-top: 1px solid #707070;
    ;
  }

  .results_tbl td {
    display: block;
    width: 100%;
    border-top: none;
  }

  .results_area .col {
    width: 100%;
  }

  .results_area .col:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

/*導入事例詳細*/
body[class*="results_"] #pagetitle.template_c2 {
  margin-bottom: 0;
}

body[class*="results_"] .results_title {
  position: relative;
  width: 100%;
  background: #1157B8;
  padding: 70px;
}

body[class*="results_"] .results_title:after {
  content: "";
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 52.5px 0 52.5px;
  border-color: #1157b8 transparent transparent transparent;
}

body[class*="results_"] .results_title_txt {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

body[class*="results_"] .results_subtitle {
  background: #C9E7FF;
  padding: 70px;
  margin-bottom: 130px;
}

body[class*="results_"] .result__subtitle_txt {
  color: #358FDD;
  font-size: 35px;
  text-align: center;
}

body[class*="results_"] .dlb_map_area .profile_txt {
  line-height: 2.25;
  font-size: 130%;
  font-weight: bold;
}

body[class*="results_"] .dlb_map_area .col2_m_221>.col {
  width: calc(50% - 25px);
  margin-right: 50px;
}

body[class*="results_"] .dlb_map_area .col2_m_221>.col:nth-child(2n) {
  margin-right: 0;
}

body[class*="results_"] .results_detail_area {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 40px;
}

body[class*="results_"] .results_detail_area.last {
  display: flex;
  margin-bottom: 75px;
}

body[class*="results_"] .results_detail_area .results_detail_title {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  background: #358FDD;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 7px 40px 0 0;
}


body[class*="results_"] .results_detail_area .results_detail_title.task {
  background: #004D90;
}

body[class*="results_"] .results_detail_area .detail_txtarea {
  width: calc(100% - 340px);
}

body[class*="results_"] .results_detail_area .detail_txtarea p {
  line-height: 2.25;
  font-size: 20px;
  font-weight: bold;
}

body[class*="results_"] .results_detail_area .detail_txtarea p+p {
  margin-top: 40px;
}

body[class*="results_"] .results_detail_area .results_detail_subtitle {
  color: #358FDD;
  font-size: 30px;
  font-weight: bold;
}

body[class*="results_"] .results_detail_area .list_disc.bg_blue {
  padding: 30px;
  background: #C9E7FF;
  border-radius: 10px;
}

body[class*="results_"] .results_detail_area .list_disc.bg_blue li {
  font-size: 20px;
}

body[class*="results_"] .product_area {
  border: 5px solid #358FDD;
  border-radius: 10px;
  padding: 50px 12%;
}

body[class*="results_"] .product_area .product_title {
  text-align: center;
  color: #358FDD;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1;
}

body[class*="results_"] .product_area .product_title img {
  display: block;
  margin-bottom: 40px;
}

body[class*="results_"] .product_area .product_title.sumizumikun_rs img {
  width: 550px;
}

body[class*="results_"] .product_area .product_list li {
  font-size: 20px;
  font-weight: bold;
}

body[class*="results_"] .product_area .product_list li+li {
  margin-top: 7px;
}

body[class*="results_"] .product_area .product_btn a {
  max-width: 352px;
  width: 100%;
  height: 78px;
  border-radius: 39px;
  background: #358FDD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  text-align: center;
  box-shadow: 0px 3px 6px 0px rgba(86, 110, 131, 0.15);
  margin: 30px auto 0;
  text-decoration: none;
}

body[class*="results_"] .product_area .product_btn a:hover {
  opacity: 0.6
}

@media only screen and (max-width: 979px) {
  body[class*="results_"] .results_title {
    padding: 20px 0;
  }

  body[class*="results_"] .results_title:after {
    bottom: -24px;
    border-width: 24px 26px 0 26px;
  }

  body[class*="results_"] .results_title_txt {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  body[class*="results_"] .results_subtitle {
    padding: 20px 3%;
    margin-bottom: 50px;
  }

  body[class*="results_"] .result__subtitle_txt {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  body[class*="results_"] .results_detail_area .results_detail_title {
    width: 200px;
    height: 200px;
    padding: 15px;
    font-size: 20px;
    margin: 7px 30px 0 0;
  }

  body[class*="results_"] .results_detail_area .detail_txtarea {
    width: calc(100% - 230px);
  }

  body[class*="results_"] .results_detail_area .detail_txtarea p+p {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 690px) {
  body[class*="results_"] .results_subtitle {
    margin-bottom: 24px;
  }

  body[class*="results_"] .dlb_map_area .col2_m_221>.col {
    width: 100%;
    margin-right: 0;
  }

  body[class*="results_"] .dlb_map_area .col2_m_221>.col:nth-child(1) {
    /*height: 250px;*/
  }

  body[class*="results_"] .dlb_map_area .col2_m_221>.col:nth-child(2n) {
    margin: 20px 0 0;
  }

  body[class*="results_"] .results_detail_area {
    padding-bottom: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
  }

  body[class*="results_"] .results_detail_area.last {
    margin-bottom: 50px;
  }

  body[class*="results_"] .results_detail_area .results_detail_title {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }

  body[class*="results_"] .results_detail_area .detail_txtarea {
    width: 100%;
  }

  body[class*="results_"] .results_detail_area .detail_txtarea p {
    line-height: 1.6;
    font-size: 15px;
  }

  body[class*="results_"] .results_detail_area .detail_txtarea p+p {
    margin-top: 20px;
  }

  body[class*="results_"] .results_detail_area .results_detail_subtitle {
    font-size: 21px;
  }

  body[class*="results_"] .results_detail_area .list_disc.bg_blue {
    padding: 5%;
  }

  body[class*="results_"] .results_detail_area .list_disc.bg_blue li {
    font-size: 15px;
  }

  body[class*="results_"] .product_area {
    padding: 5% 5% 5% 8%;
  }

  body[class*="results_"] .product_area .product_title {
    font-size: 20px;
  }

  body[class*="results_"] .product_area .product_title img {
    margin-bottom: 20px;
  }

  body[class*="results_"] .product_area .product_title.sumizumikun_rs img {
    width: 280px;
  }

  body[class*="results_"] .product_area .product_list li {
    font-size: 15px;
  }

  body[class*="results_"] .product_area .product_btn a {
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    margin: 20px auto 0;
  }
}

/*lp*/
/*lp headre*/

.blue_title {
  color: #358FDD;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.blue_title .blue_entitle {
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
  font-family: museo-sans;
}

@media only screen and (max-width: 690px) {

  .blue_title .blue_entitle {
    margin-bottom: 10px;
  }

}

/*terms*/
.page_terms .terms_area p {
  line-height: 2;
}

.page_terms .terms_area p+p {
  margin-top: 2em;
}

/*partner*/
.page_partner .dlb_subtitle2_02.partner {
  font-size: 30px;
  margin-bottom: 60px;
}

.page_partner .partner_box .img {
  width: 41%
}

.page_partner .partner_txt {
  width: 51%;
  word-break: break-all;
}

.page_partner .img img {
  margin-left: 0;
  width: 100%;
}

.page_partner .qes .img img {
  max-width: 381px;
}

.page_partner .tis .img img {
  max-width: 407px;
}

.page_partner .tjsys .img img {
  max-width: 398px;
}

.page_partner .sumizumikun .img img {
  max-width: 460px;
}

.page_partner .softbank .img img {
  max-width: 398px;
}

.page_partner .daiwabo .img img {
  max-width: 332px;
}

.page_partner .networld .img img {
  max-width: 377px;
}

@media only screen and (max-width: 979px) {
  .page_partner .partner_box {
    flex-wrap: wrap;
  }

  .page_partner .partner_box .img {
    width: 100%;
  }

  .page_partner .partner_box .img img {
    margin-left: auto;
  }

  .page_partner .partner_txt {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 690px) {
  .page_partner .dlb_subtitle2_02.partner {
    margin-bottom: 40px;
    font-size: 21px;
  }
}

/*about*/
.page_about .about_border_area {
  border: 5px solid #358FDD;
  padding: 50px 0;
  border-radius: 20px;
}

.page_about .about_border_area>* {
  color: #358FDD;
}

.page_about .about_border_area .merit_txt {
  width: 32em;
  margin: 0 auto;
}

.page_about .merit_box {
  flex-wrap: wrap;
}

.page_about .merit_box .col {
  width: 31%;
  margin-right: 3.5%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
}

.page_about .merit_box .col:nth-of-type(3) {
  margin-right: 0;
}

.page_about .merit_area dt {
  width: 100%;
  height: 150px;
  background: #358FDD;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_about .merit_area dd {
  background: #fff;
  padding: 25px 30px 45px;
  color: #333333;
  font-size: 18px;
  line-height: 1.7;
}

.page_about .form_area .list_disc {
  font-size: 120%;
  padding-left: 7px;
}

.page_about .form_area .list_disc li {
  margin-bottom: 0;
}

.page_about .flexset {
  align-items: flex-start;
  justify-content: space-between;
}

.page_about .form_box iframe {
  overflow: hidden;
  min-height: 740px;
}

.page_about .form_box .left_box {
  width: 43%;
}

.page_about .form_box .right_box {
  width: 53%;
  margin-top: -20px;
}

@media only screen and (max-width: 979px) {
  .page_about .merit_box .col {
    width: 48%;
    margin-right: 4%;
  }

  .page_about .merit_box .col:nth-of-type(2) {
    margin-right: 0;
  }

  .page_about .merit_box .col:nth-of-type(3) {
    margin: 20px 0 0;
  }

  .page_about .form_box {
    flex-wrap: wrap;
  }

  .page_about .form_box .left_box {
    width: 100%;
  }

  .page_about .form_box .right_box {
    width: 100%;
  }
}

@media only screen and (max-width: 690px) {
  .page_about .about_border_area {
    padding: 5%;
  }

  .page_about .about_border_area .merit_txt {
    width: 100%;
  }

  .page_about .merit_box .col {
    width: 100%;
    margin-right: 0;
  }

  .page_about .merit_box .col:nth-of-type(2) {
    margin: 20px auto 0;
  }

  .page_about .merit_area dt {
    height: 80px;
    font-size: 16px;
  }

  .page_about .merit_area dd {
    padding: 5%;
    font-size: 15px;
  }
}

/*ニュースリリース一覧*/
.page_news #pagetitle.template_c2 {
  margin-bottom: 66px;
}

.page_news .rss_box {
  margin-top: 30px;
  border-top: 1px solid #DDDDDD;
}

@media only screen and (max-width: 979px) {
  .page_news #pagetitle.template_c2 {
    margin-bottom: 24px;
  }

  .page_news .rss_box .dlb_media_cate {
    order: 2;
    margin: 0 15px;
  }
}

@media only screen and (max-width: 690px) {
  .page_news .rss_box {
    margin-top: 20px;
  }

  .page_news .rss_box .dlb_media_right {
    flex-wrap: wrap;
  }

  .page_news .rss_box .dlb_media_title {
    width: 100%;
    margin-top: 10px;
  }
}

.link_color a {
  color: #1157B8;
}


.results_box01 {
  font-size: 20px;
  /*font-weight: bold;*/
  line-height: 2;
  color: #333333;
}

.results_box01 figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-lfet: auto;
  margin-right: auto;

}

.results_title03 {
  font-size: 30px;
  font-weight: bold;
  color: #358FDD;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 35px;
}


.results_company {
  background: #C9E7FF;
  border-radius: 5px;
  padding: 45px 5%;
  color: #333333;
  font-size: 20px;
  line-height: 2;
}

@media only screen and (max-width: 1024px) {

  .results_box01,
  .results_company {
    font-size: 18px;
  }

  .results_title03 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 690px) {
  .results_box01 {
    font-size: 16px;
  }

  .results_company {
    font-size: 16px;
    padding: 25px 4%;
  }

  .results_title03 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .img_caption {
    font-size: 13px;
  }
}

/*ニュースリリース詳細*/
.page_news_details #pagetitle.template_c2 {
  margin-bottom: 70px;
}

.newsdetails_area .newsdetails_box>* {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.newsdetails_area .list_indent>li {
  text-indent: -3.4em;
  margin-left: 3.4em;
  margin-bottom: 20px;
}

.newsdetails_area .list_indent ul li {
  text-indent: 0;
  margin-bottom: 0;
}

.newsdetails_area .newsdetails_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 56px;
  border-radius: 28px;
  background: #FEE132;
  box-shadow: 0px 3px 6px 0px rgba(105, 120, 141, 0.38);
  color: #358FDD;
  font-size: 15px;
  font-weight: bold;
  border: none;
  text-align: center;
  text-decoration: none;
}

.newsdetails_area .newsdetails_btn a:hover {
  background-color: #358FDD;
  color: #FEE132;
}

@media only screen and (max-width: 979px) {
  .page_news_details #pagetitle.template_c2 {
    margin-bottom: 24px;
  }
}

/*DOWNLOAD BLOCK Overwrite*/
@media only screen and (max-width: 980px) {
  .dlb_c24_area .col3_m_321 .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*=============================================*/
/*PAGER*/
.pagination {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.pageNumber {
  display: flex;
  margin: 0 8px;
}

.pageNumber li {
  list-style: none;
}

.pageNumber li a {
  display: inline-block;
  padding: 0 10px;
}

.pageNumber li.current a {
  color: #1157B8;
  text-decoration: underline;
}

.prev-page button,
.next-page button {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: inherit;
  position: relative;
}

.prev-page button:hover,
.next-page button:hover {
  color: #1157B8;
  border-color: #1157B8;
}

.prev-page button::before,
.next-page button::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% + 4px);
  transform: rotate(-45deg) translate(-50%, -50%);
  border-style: solid;
  border-width: 2px 0 0 2px;
  color: #1157B8;
  width: 8px;
  height: 8px;
}

.next-page button::before {
  border-width: 0 2px 2px 0;
  left: 50%;
}

.page-info {
  margin-left: 10px;
}

/*追加*/
.Lanscope-warp table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

.Lanscope-warp table tr th {
  width: 70px;
  height: auto;
  background-color: #1157B8;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  color: #FFF;
  border-top: 1px solid #1157B8;
  border-bottom: 1px solid #FFF;
  padding: 0;
  margin: 0;
}

.Lanscope-warp table tr td {
  width: calc(100% - 70px);
  height: auto;
  background-color: #FFF;
  vertical-align: baseline;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 0 0 0 20px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Lanscope-warp table p {
  margin-top: 15px;
  margin-bottom: 14px;
}

.Lanscope-warp table p.blue {
  display: block;
  width: 100%;
  height: auto;
  line-height: 30px;
  color: #1157B8;
}

.Lanscope-warp table p.font18 {
  font-size: 18px;
}

.Lanscope-warp table p.font15 {
  font-size: 15px;
}

.Lanscope-warp table p .red {
  color: #D60000;
}

.Lanscope-warp p.red {
  color: #D60000;
  font-size: 15px;
}

p.font15 {
  font-size: 15px;
}

@media only screen and (max-width: 980px) {
  .pd-l-r-40px {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.row-reverse-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.row-reverse-block figure {
  width: 43.5%;
  height: auto;
  margin: 0;
  padding: 0;
}

.row-reverse-block figure img {
  display: block;
  width: 100%;
  height: auto;
}

.row-reverse-block .lc-content-warp {
  width: 55.35%;
  height: auto;
  margin: 0;
  padding: 0 40px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width:970px) {
  .row-reverse-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .row-reverse-block figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .row-reverse-block figure img {
    display: block;
    width: 100%;
    height: auto;
  }

  .row-reverse-block .lc-content-warp {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}


.lc-cat-lnk-tbl {
  width: 100%;
  border-collapse: collapse;
}

.lc-cat-lnk-tbl tr th {
  width: 50px;
  height: 50px;
  background-color: #1157B8;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
  padding: 0 !important;
  margin: 0 !important;
}

.lc-cat-lnk-tbl tr td.img-col {
  width: 240px;
  height: auto;
  background-color: #FFF;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 0 !important;
  margin: 0 !important;
}

.lc-cat-lnk-tbl tr td.img-col figure {
  width: 138px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0;
}

.lc-cat-lnk-tbl tr td.img-col figure img {
  display: block;
  width: 138px;
  height: auto;
}

.lc-cat-lnk-tbl tr td.tbl-contents {
  width: calc(100% -50px - 240px);
  height: auto;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  text-align: left;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 0 0 0 20px !important;
  margin: 0 !important;
}

@media only screen and (max-width:840px) {
  .table-warp {
    overflow-x: scroll;
  }

  .lc-cat-lnk-tbl {
    width: 790px;
    border-collapse: collapse;
  }

  .lc-cat-lnk-tbl tr th {
    width: 50px;
    height: 50px;
    background-color: #1157B8;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    color: #FFF;
    font-weight: bold;
    border-bottom: 1px solid #FFF;
    padding: 0 !important;
    margin: 0 !important;
  }

  .lc-cat-lnk-tbl tr td.img-col {
    width: 120px;
    height: auto;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    color: #FFF;
    font-weight: bold;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 0 !important;
    margin: 0 !important;
  }

  .lc-cat-lnk-tbl tr td.img-col figure {
    width: 100px;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .lc-cat-lnk-tbl tr td.img-col figure img {
    display: block;
    width: 100px;
    height: auto;
  }

  .lc-cat-lnk-tbl tr td.tbl-contents {
    width: calc(100% - 50px - 120px);
    height: auto;
    background-color: #E5F1FA;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    text-align: left;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 0 0 0 15px !important;
    margin: 0 !important;
  }

}

footer.template_c2 #footer_info small {
	text-align: center;
}
footer.template_c2 #footer_info small img {
	width:400px;
	height:auto;
	max-width: 100%;
	margin-bottom:5px;
}

/*=============================================*/
/*すみずみ君 Advance*/

.trouble_product .sub .col {
    margin-right: 50px;
    margin-bottom: 30px;
}

.trouble_product_box.sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}

@media only screen and (max-width:1199px) {
  .trouble_product .sub .col:nth-of-type(3) {
    margin: 20px 60px 0px 45px;
  }
}

@media only screen and (max-width: 980px) {
  .trouble_product .sub .col {
    margin: auto;
 }
}

.point_product .point_product_subtitle:nth-of-type(4):before {
    content: "04";
}

table.tab01 td ul {
    margin-left: 5%;
}

.bluettl_box.ttl_blue .col dt {
    background-color:#1157B8;
    height: 70px;
}

.bluettl_box.ttl_blue .col {
    border-radius: 0;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 20%);
}

.advance_flow .dlb_c35_l {
    width: 10%;
    min-width: 100px;
}

.advance_flow .dlb_c35_block {
    margin-bottom: 50px;
    position: relative;
    border: 1px solid #EBF0F7;
}

.advance_flow .dlb_c35_block:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #1157B8 transparent transparent transparent;
    bottom: -35px;
    left: 40px;
}

.advance_flow .dlb_c35_block:last-child:before {
    content: none;
}

.advance_flow .img {
    margin: auto;
}
.fs_blue {
    color: #1157B8;
}

.advance_flow .col2_221 {
    width: 100%;
}

@media only screen and (max-width: 980px) {
	.advance_flow .dlb_c35_r {
    width: 66%;
 }
}

@media only screen and (max-width: 690px) {
	.advance_flow .dlb_c35_l {
    width: 100%;
 }

.advance_flow .dlb_c35_r {
    width: 100%;
 }

.advance_flow .dlb_c35_block:before {
    left: calc(50% - 10px);
 }
}

.text-image {
    position: relative;
}

.text-image p {
    position: absolute;
    top: 55%;
    left: 15%;
    line-height: 1.5;
}

.col.text-image:first-child {
    margin-top: 5px;
}

@media only screen and (max-width: 690px) {
	.col.text-image:first-child {
    margin-bottom: 30px;
 }
}

.triangle_part {
    position: relative;
}

.triangle_part:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #1157B8 transparent transparent transparent;
    bottom: -10px;
    left: calc(50%);
}

@media only screen and (max-width: 690px) {
.triangle_part:before {
    left: calc(50% - 20px);
 }
}

.text_sub {
    position: relative;
}

.circle02 {
    position: absolute;
    border: 1px solid #B7CCEA;
    background: #fff;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 12px;
    color: #1157B8;
    font-weight: bold;
    bottom: -12px;
}

.bg_change_blue th:nth-of-type(1) {
    background-color: #358FDD;
}

.kome {
    padding-left: 1em;
    text-indent: -1em;
}

.kome:before {
    content: "※";
}

table.tab01.sub td {
    border: none;
}

table.tab01.sub {
    border: 1px solid #d8e1ee;
}

/*資料ダウンロードフォーム*/

.sceneCon.col3_331 .col {
    width: calc(33.33333% - 33.5px);
    margin-right: 50px;
    margin-bottom: 60px;
}

.sceneCon.col3_331 .col:nth-of-type(3n+3) {
    margin-right: 0;
}

.bttn a {
    position: relative;
    min-width: 210px;
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 15px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #368FDD;
    transition: .6s;
    line-height: 1.2;
    background-color: #368FDD;
    color: #FFF;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.bttn a:hover {
    color: #368FDD;
    background-color: #FFF;
    text-decoration: none;
}

.sceneCon.col3_331 .col figure {
    margin: 1em 40px;
}

.red_txt {
    color: #FF0000;
}

.sp_only {
    display: none;
}

.cv_btn.download {
    width: 50%;
    margin: auto;
}

.cv_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    background: rgb(255,118,0);
    background: -webkit-linear-gradient(rgba(255,118,0,1) 0%, rgba(255,49,0,1) 100%);
    background: -o-linear-gradient(rgba(255,118,0,1) 0%, rgba(255,49,0,1) 100%);
    background: linear-gradient(rgba(255,118,0,1) 0%, rgba(255,49,0,1) 100%);
    color: #ffffff;
    border-radius: 50px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
    position: relative;
}

.cv_btn a:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px
 #ffffff;
    border-right: solid 2px
 #ffffff;
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 7%;
}

.cv_btn a:hover {
    opacity: 0.7;
    text-decoration: none;
}

@media only screen and (max-width: 690px) {
  .sceneCon.col3_331 .col {
    width: 100%;
    margin-right: 0;
  }
}

/*#link01 {
    padding-top: 100px;
    margin-top: -100px;
}*/

.colL,.swiperCol,.alignmentCol,.biglink{
  cursor: pointer;
}
.colL:hover .colLtxtA,
.swiperCol:hover .swiperTxtA{
  background-color: #EBFDFE;
}
.colL:hover .colLTitle,
.swiperCol:hover .swiperTitle,
.alignmentCol:hover .alignmentTitle,
.biglink:hover .cta_btn{
  text-decoration: underline;
}

/*=============================================*/
/*support.html*/
.support-btn .alignmentBtn {
  margin-top: 0;
}

.support-faq-area {
  width: 100vw;
  height: 460px;
  margin: 0 calc(50% - 50vw);
  background: url(../image/support-faq-bg01.png),url(../image/support-faq-bg02.png);
  background-position: left 8% bottom 40%, right 5% bottom 40%;
  background-repeat: no-repeat, no-repeat;
  position: relative;
}

@media only screen and (max-width: 790px) {
  .support-faq-area {
  width: 100%;
  margin: 0 auto;
  background: none;
}
}

.support-faq-area::before {
content: "";
width: 100vw;
margin: 0 calc(50% - 50vw);
height: 300px;
position: absolute;
bottom: -140px;
background-color: #DFF3F7;
z-index: -1;
}

.support-faq-area .dlb_box2-1_area {
padding: 2%;
}

.s-arrow-link a {
  display: inline-block;
  position: relative;
  transition: all .2s ease 0s;
}
.s-arrow-link a::before {
  content: "";
  position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #358FDD;
    right: 45px;
    top: calc(50% - 13px);
    transition: all .2s ease 0s;
}

.s-arrow-link a::after {
  content: "";
  position: absolute;
  right: 55px;
  width: 6px;
  height: 6px;
  top: calc(50% - 4px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all .2s ease 0s;
}
.s-arrow-link a:hover {
text-decoration: none;
color: #358FDD!important;
}

.s-arrow-link a:hover::before {
  right: 40px;
  transition: all .2s ease 0s;
}
.s-arrow-link a:hover::after {
  right: 50px;
}

.s-bg-shadow {
  box-shadow: 0 0 5px 3px rgba(0,0,0,.1);
}

.s-bg-shadow {
  box-shadow: 0 0 5px 3px rgba(0,0,0,.1);
}


/*検索form*/

.p-nav-search {
  background-color: #f4f4f7;
  border-radius: 100vh;
  padding: 5px 15px;
  display: flex;
  width: 85%;
  margin: 0 auto;
}
.p-nav-search form {
  width: 100%;
}


@media (min-width: 992px) {
  .p-nav-search {
    max-width: 40%;
}
}

.p-nav-search .-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.p-nav-search .-search .-search__txt {
  border: none;
  background-color: #f4f4f7;
  border-radius: 100vh;
  width: calc(100% - 25px);
}
.p-nav-search .-search .-search__btn {
  border: none;
  background: url(/dcms_media/image/search-icon.png) 0 center no-repeat;
  background-size: 35px auto;
  height: 35px;
  width: 35px;
  margin-left: auto;
  transition: all .2s ease 0s;
}

.p-nav-search .-search .-search__btn:hover {
  transition: all .2s ease 0s;
  opacity: .8;
}

.invisible {
  visibility: hidden!important;
}

/*support/faq.html*/

.s-f-faq .dlb_content-32.sumizumikun .dlb_c32_a {
  padding-left: initial;
}

.s-f-block-link .case_sumizumikun_rs_flex {
  justify-content: flex-start;
  gap: 3%;
}

.s-f-block-link .case_sumizumikun .col {
  border: 2px solid #358FDD;
  background-color: #FFF;
  transition: all .2s ease 0s;
}

.s-f-block-link .case_sumizumikun .col:hover {
  transition: all .2s ease 0s;
  opacity: .8;
}
.s-f-block-link .case_sumizumikun .col p {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 690px) {
  .s-f-block-link .case_sumizumikun .col p {
  font-size: 18px;
  margin: 10px auto 15px;
}
}

/*support/faq/download.html*/
.s-f-d .col2_221 {
justify-content: space-between;
gap: 10px;
}


/*support/faq/sumizumikun.html*/

.s-f-s_catelink .col3_321 {
  gap: 20px 25px;
}

@media only screen and (min-width: 980px) {
.s-f-s_catelink .col3_321 .col {
width: calc(33.33333% - 25px);
}
}
@media screen and (min-width: 691px) and (max-width: 979px) {
  .s-f-s_catelink .col3_321 .col {
  width: calc(50% - 20px);
}
}


.s-f-s_catelink .col3_321 .col a {
  border: 2px solid #358FDD;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.33);
  font-size: 16px;
  color: #358FDD;
  font-weight: bold;
  text-align: center;
  height: 64px;
  text-decoration: none;
}
.s-f-s_catelink .col3_321 .col a:hover {
  opacity: 0.6;
}

/*support/download.html*/
.s-d-block .dlb_content-54 {
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.s-d-block .dlb_content-54 .row {
  justify-content: space-between;
  padding: 50px;
}
.s-d-block .dlb_content-54 .col2_m .col {
  margin-left: initial;
  margin-bottom: initial;
}
.s-d-block .dlb_content-54 h3 {
  border-radius: 10px 10px 0 0;
}
.s-d-block .dlb_btn_blue a {
  border-radius: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.38);
}
@media only screen and (max-width: 1089px) {
  .s-d-block .dlb_content-54 .row {
  padding: 4%;
  }
}
@media only screen and (max-width: 690px) {
.s-d-block .dlb_btn_w30 {
  width: 100%;
}
.s-d-block .dlb_content-54 .col2_m .col {
  margin:0 auto;
}
}


/*login.html*/

.login-link a {
  color: #555;
  position: relative;
}
.login-link a::before {
  position: absolute;
  content: "";
  transition: all .2s ease 0s;
  width: 26px;
  height: 26px;
  left: -20px;
  top: calc(50% - 13px);
  width: 7px;
  height: 7px;
  top: calc(50% - 4px);
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: rotate(45deg);
}

/*header footer*/

/*
#locator_template_c2 {
    margin-top: 0;
}*/


@media only screen and (max-width: 1019px) {
  #locator_template_c2 {
    margin-top: 140px;
  }
}

#pagetitle.template_c2 {
  background-image: url(/dcms_media/image/common/support-h1_bg.jpg);
}

#mitsubishi-erectric_logo {
max-width: 1570px;
width: 94%;
margin: auto;
}

header.template_c2 #contact_area.support a {
background-color: #FE325C;
}

header.template_c2 #header_area {
  max-width: 1570px;
}

header.template_c2 {
background-color: #fff;
border-top:2px solid  #D01025;
padding-top: 1rem;
}

header.template_c2 .subnavi_area {
    z-index: 3;
    width: initial;
    max-width: initial;
    transform: translateX(-20%);
}

#pagetitle.template_c2 .pagetitle_block {
    position: relative;
    z-index: 1;
}

.gnaviitemlist {
width: max-content;
}

@media only screen and (min-width: 1020px) {
header.template_c2 .subnavi_area {
    position: absolute;
}
}


@media only screen and (max-width: 1019px){
header.template_c2 .gnavi_area {
  top: 10px;
  background: #fff;
  position: relative;
}

header.template_c2 #header_area{
  position: relative;
}
}

.footer_bottom-block {
background-color: #000208;
padding: 2rem 0;
}
.footer_bottom-block small{
line-height: 1;
text-align: right;
display: block;
}

.f-col1 {
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 0 10px;
line-height: 1.5;
}

.f-col1 a {
color: #fff;
padding-right: 15px;
border-right: 1px solid #fff;
font-size: 15px;
line-height: 1;
display: inline-block;
}

.footer_bottom-block #footer_bottom .f-col1 a[target="_blank"] {
  position: relative;
}
.footer_bottom-block #footer_bottom .f-col1 a[target="_blank"]::after {
  content: "";
  position: relative;
  background: url(/dcms_media/other/icon_blank_white.svg) 0 center no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 15px;
  background-size: contain;
  display: inline-block;
}

.f-col1 a + a {
padding-left: 15px;
}
.f-col1 a:first-child {
color: #fff;
padding-left: 15px;
border-left: 1px solid #fff;
}

@media only screen and (max-width: 690px) {
.f-col1 a + a {
padding: 10px 0 0;
border-left: none;
}

.footer_bottom-block #footer_bottom {
display: block;
}

.f-col1 a {
width: 100%;
border-right: none;
}
.footer_bottom-block #footer_bottom a,.footer_bottom-block #footer_bottom small {
font-size: 12px;
}

.f-col1 a:first-child {
padding-left: initial;
border-left: initial;
}
.footer_bottom-block #footer_bottom .f-col1 a[target="_blank"]::after {
  width: 1.2rem;
  height: 1.2rem;
}
.footer_bottom-block small{
  padding-top: 5px;
  text-align: left;
}
}

@media only screen and (max-width: 980px) {
  #topcontrol {
    margin-bottom: 40px;
  }
}
