@charset "UTF-8";

.mt45 {
  margin-top: 45px;
}
.mr-7 {
  margin-right: -7px;
}
.ml-7 {
  margin-left: -7px;
}
.pt28 {
  padding-top: 28px;
}
.pb70 {
  padding-bottom: 70px!important;
}
.p8 {
  padding: 8px;
}
.w240 {
  width: 240px;
}

.relative {
  position: relative;
}
.borderT_none {
  border-top: none!important;
}

.f_blue {
  color: #02298C;
}
.f_white {
  color: #fff!important;
}
.bg_gray {
  background-color: #F5F6F6;
}
.bg_blue {
  background-color: #02298C;
}
.box_blue {
  border: 2px solid #02298C;
}
.borderB_gray {
  border-bottom: 3px solid #C7C8C8;
}
.borderX_blue {
  border-right: 2px dotted #02298C;
  border-left: 2px dotted #02298C;
}


.relative {
  position: relative;
}
.hover {
  transition: linear 0.2s;
}
.hover:hover {
  opacity: 0.8;
  text-decoration: none;
}
.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(230 219 119);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}


/*タイトル*/
.title {
  background: url(/pc/desktop/st210/images/title.jpg) no-repeat right;
  height: 317px;
  position: relative;
}
.title_text {
  position: absolute;
  top: 23%;
  right: 170px;
}

/*装飾共通*/
.glitter_blue::before {
  content: url(/pc/desktop/st210/images/glitter_blue.png);
  vertical-align: middle;
}
.glitter_white::before {
  content: url("/pc/desktop/st210/images/glitter_white.png");
  vertical-align: middle;
  margin-right: 5px;
}

/*詳細はこちらボタン*/
.box-Enterprise {
  padding: 35px 42px;
  border:#CCC solid 5px;
}
.button-orange a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #ef3f1a;
  border-radius: 2px;
  -webkit-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
  color: #FFF;
}
.button-orange a:hover {
  background-color: #ef881c;
  text-decoration: none;
}
.button-orange01 a {
  padding-top: 5px;
  padding-bottom: 5px;
}


/*おすすめタイトル共通*/
.osusume_label {
  border-top: 5px solid #02298C;
  background-color: #fff;
  padding: 0 78px;
}
.osusume_icon {
  position: relative;
  display: inline-block;
  background-color: #02298C;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 142px;
}
.osusume_icon::after {
  content: "";
  border-style: solid;
  border-width: 23px 71px 0 71px;
  border-color: #02298C transparent transparent transparent;
  position: absolute;
  bottom: -23px;
  left: 0;
}

/*おすすめの理由アンカーボタン*/
.osusume_link_text_1,
.osusume_link_text_2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@-moz-document url-prefix() {
  .osusume_link_text_1,
  .osusume_link_text_2 {
    position: relative;
    margin-top: -193px;
  }
}

/*おすすめ1*/
.brackets {
  background-image: url(/pc/desktop/st210/images/brackets1.png),url("/pc/desktop/st210/images/brackets2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left,right;
  background-size: contain, contain;
  padding: 0 48px;
}
.osusume1_bg {
  background-image: url(/pc/desktop/st210/images/img01.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
  padding-bottom: 454px!important;
  
}

/*おすすめ2*/
.box-Enterprise {
  padding: 35px 0px;
  border: #CCC solid 5px;
}

/*おすすめ3*/
.osusume3_title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #ffffffa6;
  padding: 10px;
}
.ems_title {
  display: table;
  width: 176px;
  background-color: #0081CC;
  border-radius: 30px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.ems_border {
  border-bottom: 2px dotted #02298C;
}
.osusume3_table {
  width: 100%;
}
.osusume3_table td {
  font-size: 15px;
  text-align: center;
  padding: 15px 5px!important;
  border-bottom: 2px solid #02298C;
  border-right: 2px dotted #02298C;
}
.osusume3_table .right {
  color: #02298C;
}
.table_title {
  background-color: #4E69AF;
  padding: 10px;
}
.table_use_text {
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 10px;
}
.table_title2 {
  background: url(/pc/desktop/st210/images/arrow_right.png) no-repeat center;
  background-color: #E1E5F1;
}
.table_title2 th {
  color: #02298C;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}
.table_title2 .pic1,
.table_title2 .pic2{
  position: relative;
  z-index: 1;
}
.table_title2 .pic1::before {
  content: url(/pc/desktop/st210/images/pic1.png);
  position: absolute;
  bottom: -7px;
  left: 0;
  z-index: -1;
}
.table_title2 .pic2::after {
  content: url(/pc/desktop/st210/images/pic2.png);
  position: absolute;
  bottom: -7px;
  right: 0;
  z-index: -1;
}


/*おすすめ4*/
.osusume4_box {
  border: 2px solid #02298C;
  border-radius: 20px;
  padding: 35px 25px;
}
.eco_btn {
  display: inline-block;
  background-color: #22AC38;
  border-radius: 30px;
  color: #fff!important;
  font-size: 18px;
  text-decoration: none!important;
  padding: 5px 15px 5px 30px;
  position: relative;
}
.eco_btn::before {
  content: url(/pc/desktop/st210/images/eco_btn_icon.png);
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
.eco_btn::after {
  content: url(/pc/desktop/st210/images/arrow.png);
  padding-left: 10px;
}
.osusume4_bg {
  background-image: url(/pc/desktop/st210/images/img04.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
  padding-bottom: 473px!important;
  
}



@media screen and (max-width:1199px) {
  .xl_mt30 {
    margin-top: 30px;
  }
  .osusume_link_text_1 {
    left: 321px;
  }
  .osusume_link_text_2 {
    left: 142px;
  }
  .eco_btn {
    padding-left: 15px;
  }
  .eco_btn::before {
    content: none;
  }
}
@media screen and (max-width:991px) {
  .lg_wp15 {
    width: 15%;
  }
  .osusume_link_text_1 {
    left: 201px;
  }
  .osusume_label {
    padding: 0 20px;
  }
  .osusume1_bg {
    background-position: right bottom;
  }
} 
@media screen and (max-width:767px) {
  .md_wp100 {
    width: 100%;
  }
  .borderX_blue {
    border-right: none;
    border-left: none;
  }
  .md_borderY_blue {
    border-top: 2px dotted #02298C;
    border-bottom: 2px dotted #02298C;
  }
  .osusume_link_text_1,
  .osusume_link_text_2{
    left: 50%;
  }
  .osusume_label {
    padding: 0 10px;
  }
  .osusume1_bg {
    background-position: -500px bottom;
  }
  .brackets {
    background-image: none;
    padding: 0 10px;
    height: auto;
  }
  .table_title2 th {
    font-size: 16px;
  }
  .eco_btn::before {
    content: url(/pc/desktop/st210/images/eco_btn_icon.png);
  }
  .eco_btn {
    padding-left: 30px;
  }
} 
@media screen and (max-width:575px) {
  .title_text {
    left: 20px;
    right: auto;
  }
  .osusume1_bg {
    background-position: -640px bottom;
  }
}






