@charset "UTF-8";
.main_contents {
  position: relative;
  z-index: 2;
}

.txt_llg {
  font-size: 24px;
}

.txt_lg {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .txt_lg {
    font-size: 17px;
  }
}

.page_anchor {
  background-color: #00A2E0;
  margin-bottom: 0 !important;
}

.page_anchor_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_anchor_in a {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 26px 2.2% 26px 1.8%;
}

.page_anchor_in a::after {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.page_anchor_in a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
}

.page_anchor_in a:hover::after {
  -webkit-transform: translateY(0%) rotate(45deg);
  -ms-transform: translateY(0%) rotate(45deg);
  transform: translateY(0%) rotate(45deg);
}

@media only screen and (max-width: 1120px) {
  .page_anchor_in a {
    font-size: 14px;
    padding: 26px 25px 26px 10px;
  }
  .page_anchor_in a::after {
    right: 8px;
  }
}

@media only screen and (max-width: 979px) {
  .page_anchor_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_anchor_in a {
    font-size: 14px;
    padding: 16px 25px 16px 10px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 25%;
  }
  .page_anchor_in a::after {
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .page_anchor_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_anchor_in a {
    font-size: 14px;
    padding: 13px 25px 13px 8px;
    width: 50%;
  }
}

.product_solving_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 40px);
  max-width: 1120px;
  min-height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.product_solving_list + .product_solving_list {
  margin-top: 20px;
}

.product_solving_list.last {
  margin-bottom: 115px;
  z-index: 2;
}

.product_solving_list.last::before, .product_solving_list.last::after {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product_solving_list.last::before {
  width: 100px;
  height: 70px;
  background-color: #56B2A4;
  bottom: -80px;
}

.product_solving_list.last::after {
  border-style: solid;
  border-width: 80px 125px 0 125px;
  border-color: #56B2A4 transparent transparent transparent;
  bottom: -150px;
}

.product_solving_list_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44.5%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 15px 15px 15px 90px;
  background-color: #00A2E0;
  margin: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.product_solving_list_title::before, .product_solving_list_title::after {
  position: absolute;
  display: block;
  content: '';
}

.product_solving_list_title::before {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product_solving_list_title::after {
  width: 18px;
  height: 10px;
  border-width: 0 0 3px 3px;
  border-style: solid;
  border-color: #56B2A4;
  top: calc(50% - 10px);
  left: 40px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product_solving_list_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55.5%;
  font-size: 14px;
  padding: 15px 90px 15px 40px;
  background-color: #EFF6F8;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.product_solving_wrap {
  padding: 100px 0 180px;
  background-color: #EFF6F8;
  counter-reset: solvingNum;
}

.product_solving_bg_none {
  counter-reset: solvingNum;
}

.product_solving_col {
  position: relative;
  text-align: center;
  padding: 7% 3.5% 5%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  margin-bottom: 50px;
}

.product_solving_col::before {
  content: counter(solvingNum);
  counter-increment: solvingNum;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  font-size: 26px;
  width: 80px;
  height: 70px;
  color: #fff;
  font-weight: bold;
  background-color: #00A2E0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product_solving_col_txt {
  font-size: 14px;
  margin-top: 20px;
}

.product_solving_img_col {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.product_solving_img_col::before {
  content: counter(solvingNum);
  counter-increment: solvingNum;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  font-size: 26px;
  width: 80px;
  height: 70px;
  color: #fff;
  font-weight: bold;
  background-color: #00A2E0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product_solving_img_detail {
  padding: 5% 3.5%;
  background-color: #fff;
}

.product_solving_img_col.image_none .product_solving_img_detail {
  padding: 25% 3.5% 5%;
}

.product_solving_icon {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.product_solving_s_wrap {
  padding: 100px 0 180px;
  background-color: #EFF6F8;
  counter-reset: solvingNumS;
}

.product_solving_col_s {
  position: relative;
  text-align: center;
  padding: 8% 1.5% 3.5%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  margin-bottom: 50px;
}

.product_solving_col_s::before {
  content: counter(solvingNumS);
  counter-increment: solvingNumS;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  font-size: 26px;
  width: 80px;
  height: 70px;
  color: #fff;
  font-weight: bold;
  background-color: #00A2E0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product_solving_col_s_txt {
  font-size: 14px;
  margin-top: 20px;
}

.product_solving_col_s .product_solving_title {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .col2_m_221 .col.product_solving_img_col {
    width: 45%;
    margin-right: 10%;
  }
  .col2_m_221 .col.product_solving_img_col:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 979px) {
  .product_solving_list_title {
    font-size: 18px;
    padding: 15px 15px 15px 80px;
  }
  .product_solving_list_detail {
    padding: 15px 80px 15px 30px;
  }
  .product_solving_wrap {
    padding: 100px 0 180px;
    background-color: #EFF6F8;
    counter-reset: titleNum;
  }
  .product_solving_col {
    padding: 7% 5.5%;
    background-color: #fff;
  }
  .product_solving_col::before {
    font-size: 24px;
    width: 60px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .product_solving_list {
    width: 92%;
  }
  .product_solving_list + .product_solving_list {
    margin-top: 15px;
  }
  .product_solving_list.last {
    margin-bottom: 80px;
    z-index: 2;
  }
  .product_solving_list.last::before {
    width: 80px;
    height: 60px;
    bottom: -70px;
  }
  .product_solving_list.last::after {
    border-width: 60px 95px 0px 95px;
    bottom: -120px;
  }
  .product_solving_list_title {
    width: 100%;
    font-size: 17px;
    padding: 15px 15px 15px 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .product_solving_list_title::before {
    width: 30px;
    height: 30px;
    left: 15px;
  }
  .product_solving_list_title::after {
    width: 14px;
    height: 6px;
    top: calc(50% - 6px);
    left: 22px;
  }
  .product_solving_list_detail {
    width: 100%;
    font-size: 13px;
    padding: 15px 15px 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .product_solving_wrap {
    padding: 50px 0 80px;
  }
  .product_solving_col::before {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .product_solving_col_txt {
    font-size: 13px;
    margin-top: 10px;
  }
  .product_solving_img_col.image_none::before {
    width: 60px;
    height: 50px;
  }
  .product_solving_img_col.image_none .product_solving_img_detail {
    padding: 18% 3.5% 5%;
  }
}

.lineup_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: num;
}

.lineup_col {
  width: 29.5%;
  margin-right: 5.75%;
}

.lineup_col:nth-child(3n) {
  margin-right: 0;
}

.lineup_col:nth-child(n + 4) {
  margin-top: 45px;
}

.lineup_col_img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.lineup_col_detail {
  position: relative;
  padding: 30px 20px;
  background-color: #EFF6F8;
  counter-increment: num;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
}

.lineup_col_detail::before {
  position: absolute;
  display: block;
  font-size: 94px;
  font-family: 'Noto Sans';
  line-height: 1;
  color: #D4EBF4;
  bottom: 10%;
  right: -25px;
  content: counter(num, decimal-leading-zero);
  z-index: -1;
}

.lineup_col_txt {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

@media only screen and (max-width: 979px) {
  .lineup_col {
    margin-right: 3%;
  }
  .lineup_col_detail::before {
    right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .lineup_col {
    width: 100%;
    margin-right: 0;
  }
  .lineup_col:nth-child(n + 2) {
    margin-top: 20px;
  }
  .lineup_col_detail {
    padding: 20px;
  }
  .lineup_col_detail::before {
    font-size: 82x;
    right: -3%;
  }
  .lineup_col_txt {
    font-size: 13px;
  }
}

.point_list_wrap {
  counter-reset: pointNum;
}

.point_list_col {
  position: relative;
  border-radius: 10px;
  padding: 60px 15px;
  letter-spacing: 0;
  background-color: #F6F6F6;
}

.point_list_col::before {
  content: counter(pointNum);
  counter-increment: pointNum;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  font-size: 26px;
  width: 60px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  background-color: #56B2A4;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.point_list_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  font-size: 19px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #666;
  border-radius: 50%;
  margin: 20px auto 0;
}

@media only screen and (max-width: 767px) {
  .point_list_col {
    padding: 40px 15px;
  }
  .point_list_col::before {
    font-size: 22px;
    width: 50px;
    height: 40px;
  }
  .point_list_col:nth-child(n + 3) {
    margin-top: 10px;
  }
  .point_list_circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 35vw;
    height: 35vw;
    font-size: 17px;
  }
}

.product_list_col {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #999999;
}

.product_list_col_detail {
  position: relative;
  background-color: #EFF6F8;
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 80px;
}

.product_list_col_detail .btn {
  position: absolute;
  bottom: -40px;
}

.product_list_col_detail .btn.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product_list_col_detail .btn.right {
  right: 40px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.product_list_col_detail .btn_m {
  position: absolute;
  bottom: -30px;
  width: 100%;
  left: 0;
}

.product_list_col_txt {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .product_list_col_detail {
    position: relative;
    max-width: 94%;
    background-color: #EFF6F8;
    padding: 40px 20px 20px;
    border-radius: 30px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin: 0 auto 40px;
  }
  .product_list_col_detail .btn {
    position: relative;
    bottom: 0;
  }
  .product_list_col_detail .btn.right {
    right: 0;
  }
  .product_list_col_detail .btn_m {
    position: relative;
    bottom: 0;
  }
}

.cover_txt_col {
  position: relative;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.cover_txt_col_img {
  display: none;
}

.cover_txt_col_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.22);
  padding: 20px;
}

.cover_txt_col_detail_in {
  width: 100%;
}

.cover_txt_col_title {
  text-align: center;
  margin-bottom: 15px;
}

.cover_txt_col_title.title_only {
  margin-top: 30px;
}

.cover_txt_col_txt {
  margin: 0 auto 20px;
}

.cover_txt_col_txt_s {
  max-width: 70%;
  font-size: 14px;
  margin: 0 auto 20px;
}

.cover_txt_col .btn_detail a {
  min-width: 260px;
}

@media only screen and (max-width: 979px) {
  .cover_txt_col .btn_detail a {
    min-width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .cover_txt_col {
    background: none !important;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .cover_txt_col_img {
    position: relative;
    display: block;
    z-index: 1;
  }
  .cover_txt_col_img img {
    z-index: -2;
  }
  .cover_txt_col_img::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.22);
    z-index: -1;
  }
  .cover_txt_col_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    color: #666;
    background-color: #fff;
    padding: 20px;
  }
  .cover_txt_col_detail_in {
    width: 100%;
  }
  .cover_txt_col_title {
    margin-bottom: 10px;
  }
  .cover_txt_col_title.title_only {
    margin-top: 0;
  }
  .cover_txt_col_txt {
    font-size: 13px;
    margin: 0 auto 10px;
  }
  .cover_txt_col_txt_s {
    max-width: 100%;
    font-size: 13px;
    margin: 0 auto 10px;
  }
}

.service_trans50_img {
  position: relative;
  -webkit-transform: translatey(-40px);
  -ms-transform: translatey(-40px);
  transform: translatey(-40px);
}

@media only screen and (max-width: 767px) {
  .service_trans50_img {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
}


.microsoft_img {
  position: relative;
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
}

@media only screen and (max-width: 767px) {
  .microsoft_img {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
}

/* ============
マネージドモバイル
=============*/
.ms_strength_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ms_strength_list_col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 27%;
  color: #fff;
  text-align: center;
  margin-right: 9.5%;
  -webkit-box-shadow: 0px 0px 0px 16px #CCE8E3 inset;
  box-shadow: 0px 0px 0px 16px #CCE8E3 inset;
  background-color: #00A2E0;
  border-radius: 50%;
  margin-top: 100px;
}

.ms_strength_list_col:nth-child(3n) {
  margin-right: 0;
}

.ms_strength_list_col::before {
  position: absolute;
  display: block;
  content: '';
  width: 200px;
  height: 100px;
  background: url(../other/ms_strength_list_img.svg) no-repeat 50% 50%/200px auto;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ms_strength_list_title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
}

.ms_strength_list_title .txt_lg {
  display: block;
  font-size: 30px;
}

.ms_strength_list_txt {
  width: 80%;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 auto;
}

@media only screen and (max-width: 1160px) {
  .ms_strength_list_col {
    width: 30%;
    margin-right: 5%;
    -webkit-box-shadow: 0px 0px 0px 1.5vw #CCE8E3 inset;
    box-shadow: 0px 0px 0px 1.5vw #CCE8E3 inset;
  }
  .ms_strength_list_col:nth-child(3n) {
    margin-right: 0;
  }
  .ms_strength_list_col::before {
    width: 20vw;
    height: 10vw;
    background-size: 20vw auto;
    top: -60px;
  }
  .ms_strength_list_title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .ms_strength_list_title .txt_lg {
    font-size: 28px;
  }
  .ms_strength_list_txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 979px) {
  .ms_strength_list_col {
    width: 32%;
    margin-right: 2%;
  }
  .ms_strength_list_col:nth-child(3n) {
    margin-right: 0;
  }
  .ms_strength_list_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ms_strength_list_title .txt_lg {
    font-size: 24px;
  }
  .ms_strength_list_txt {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .ms_strength_list_col {
    width: 80%;
    -webkit-box-shadow: 0px 0px 0px 2vw #CCE8E3 inset;
    box-shadow: 0px 0px 0px 2vw #CCE8E3 inset;
    margin: 20vw auto 0;
  }
  .ms_strength_list_col:nth-child(3n) {
    margin-right: auto;
  }
  .ms_strength_list_col::before {
    width: 60vw;
    height: 30vw;
    background-size: 60vw auto;
    top: -18vw;
  }
  .ms_strength_list_title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .ms_strength_list_title .txt_lg {
    font-size: 26px;
  }
}

.col2_it_bg_wrap {
  position: relative;
  padding: 20px 0 120px;
  z-index: 1;
}

.col2_it_bg_wrap::after {
  position: absolute;
  display: block;
  content: '';
  width: 64%;
  height: 100%;
  background-color: #EFF6F8;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  top: 0;
  right: 0;
  z-index: -1;
}

.col2_ti_bg_wrap {
  position: relative;
  padding: 80px 0;
  z-index: 1;
}

.col2_ti_bg_wrap::after {
  position: absolute;
  display: block;
  content: '';
  width: 64%;
  height: 100%;
  background-color: #EFF6F8;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  top: 0;
  left: 0;
  z-index: -1;
}

.feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 120px;
  color: #fff;
  background-color: #00A2E0;
  border-radius: 10px;
}

.feature_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33.3%;
  height: 100%;
  font-weight: 900;
  line-height: 1.4;
  padding: 15px;
}

.feature_list_item + .feature_list_item {
  border-left: 1px solid #fff;
}

@media only screen and (max-width: 1140px) {
  .col2_it_bg_wrap::after {
    width: 80%;
  }
  .col2_ti_bg_wrap::after {
    width: 80%;
  }
}

@media only screen and (max-width: 979px) {
  .col2_it_bg_wrap::after {
    width: 80%;
  }
  .col2_it_bg_wrap .col2_it_bg_txt {
    width: 100%;
    margin-top: 20px;
  }
  .col2_it_bg_wrap .col2_it_bg_txt table {
    -webkit-box-shadow: 0 3px 6px rgba(57, 106, 142, 0.1);
    box-shadow: 0 3px 6px rgba(57, 106, 142, 0.1);
  }
  .col2_ti_bg_wrap::after {
    width: 80%;
  }
  .col2_ti_bg_wrap .col2_ti_bg_txt {
    width: 100%;
    margin-top: 20px;
  }
  .col2_ti_bg_wrap .col2_ti_bg_txt table {
    -webkit-box-shadow: 0 3px 6px rgba(57, 106, 142, 0.1);
    box-shadow: 0 3px 6px rgba(57, 106, 142, 0.1);
  }
}

@media only screen and (max-width: 767px) {
  .col2_it_bg_wrap {
    padding: 20px 0 40px;
  }
  .col2_it_bg_wrap::after {
    width: 84%;
  }
  .col2_ti_bg_wrap {
    padding: 20px 0 40px;
  }
  .col2_ti_bg_wrap::after {
    width: 84%;
  }
  .feature_list {
    height: auto;
  }
  .feature_list_item {
    position: relative;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px 15px 8px 30px;
  }
  .feature_list_item::after {
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    top: 17px;
    left: 15px;
    background-color: #fff;
    border-radius: 50%;
  }
  .feature_list_item + .feature_list_item {
    border-left: 0;
    border-top: 1px solid #fff;
  }
}

.scene_list {
  margin-bottom: 30px;
}

.scene_list_img {
  float: left;
  width: 110px;
}

.scene_list_title {
  float: right;
  width: calc(100% - 130px);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
}

.scene_list_txt {
  float: right;
  width: calc(100% - 130px);
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
}

@media only screen and (max-width: 767px) {
  .scene_list {
    margin-bottom: 20px;
  }
  .scene_list_img {
    float: left;
    width: 70px;
  }
  .scene_list_title {
    width: calc(100% - 90px);
    font-size: 18px;
    margin: 0 0 10px;
  }
  .scene_list_txt {
    float: right;
    width: 100%;
    padding-bottom: 20px;
  }
}

.smartvisca_intro_wrap {
  position: relative;
  z-index: 1;
}

.smartvisca_intro_txt {
  width: 58%;
  font-weight: 400;
  margin-bottom: 60px;
}

.smartvisca_intro_img {
  position: absolute;
  width: 40%;
  top: 40px;
  right: 0;
  z-index: -1;
}

.smartvisca_intro_check {
  position: relative;
  font-size: 28px;
  font-weight: 900;
  padding-left: 2em;
}

.smartvisca_intro_check::before, .smartvisca_intro_check::after {
  position: absolute;
  display: block;
  content: '';
}

.smartvisca_intro_check::before {
  width: 33px;
  height: 33px;
  border: 3px solid #00A2E0;
  top: 7px;
  left: 8px;
}

.smartvisca_intro_check::after {
  width: 20px;
  height: 10px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #666;
  top: 16px;
  left: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 979px) {
  .smartvisca_intro_wrap {
    position: relative;
    z-index: 1;
  }
  .smartvisca_intro_txt {
    margin-bottom: 40px;
  }
  .smartvisca_intro_img {
    width: 48%;
    top: 60px;
  }
  .smartvisca_intro_check {
    font-size: 24px;
    padding-left: 2.4em;
  }
}

@media only screen and (max-width: 767px) {
  .smartvisca_intro_txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .smartvisca_intro_img {
    position: static;
    width: 100%;
  }
  .smartvisca_intro_check {
    font-size: 22px;
    padding-left: 2em;
  }
  .smartvisca_intro_check::before {
    width: 24px;
    height: 24px;
    top: 7px;
    left: 8px;
  }
  .smartvisca_intro_check::after {
    width: 14px;
    height: 6px;
    top: 16px;
    left: 16px;
  }
}

.solution_menu_wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.solution_menu_col {
  text-align: center;
  margin-bottom: 30px;
}

.solution_menu_col .btn_s {
  position: relative;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.solution_menu_col_it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 30px;
  margin-bottom: 40px;
}

.solution_menu_col_it .solution_menu_title {
  width: 100%;
}

.solution_menu_col_it .col_l {
  width: 44%;
}

.solution_menu_col_it .col_r {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52%;
  font-weight: 400;
  padding: 20px 0;
}

.solution_menu_col_it .col_r .btn_s {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(10px) translateX(-50%);
  -ms-transform: translateY(10px) translateX(-50%);
  transform: translateY(10px) translateX(-50%);
}

@media only screen and (max-width: 979px) {
  .solution_menu_col_it .col_r {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52%;
    font-weight: 400;
    padding: 20px 0;
  }
  .solution_menu_col_it .col_r .btn_s {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

.solution_case_wrap {
  padding: 50px 0;
  background-color: #00A2E0;
}

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

/*課題別ソリューション一覧*/
.solBlocks.head{
  padding: 100px 0 30px;
}
.solBlocks:last-of-type{
  position: relative;
  padding: 30px 0 0;
}
.solBlocks{
  padding: 60px 0;
  background-color: #EEF6F8;
}
.solBlocks .Img img{
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;margin-left: auto;
  margin-right: auto;
}
.solBlocks:last-of-type::after {
    content: "";
    display: block;
    width: 120%;
    height: 240px;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    background-color: #EEF6F8;
    z-index: -1;
}
@media only screen and (max-width: 980px) {
  .solBlocks{
    padding: 30px 0;
  }
  .solBlocks:last-of-type::after{
    height: 160px;
  }
}
@media only screen and (max-width: 690px) {
  .solBlocks:last-of-type::after{
    height: 100px;
  }
}


.service_ms_logo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service_ms_logo_list .col {
  width: 27%;
}

.service_ms_logo_list .col + .col {
  margin-left: 10%;
}

.service_ms_logo_list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .service_ms_logo_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service_ms_logo_list .col {
    width: 49%;
  }
  .service_ms_logo_list .col + .col {
    margin-left: 2%;
  }
}

.smart_visca_flow_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.smart_visca_flow_col {
  width: 22%;
  text-align: center;
}

.smart_visca_flow_col + .smart_visca_flow_col {
  margin-left: 4%;
}

.smart_visca_flow_col + .smart_visca_flow_col .smart_visca_flow_img {
  position: relative;
}

.smart_visca_flow_col + .smart_visca_flow_col .smart_visca_flow_img::before {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-width: 22px 0 22px 36px;
  border-color: transparent transparent transparent #B0E2F6;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.smart_visca_flow_title {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #FFA726;
  padding: 0 16px;
  margin-bottom: 10px;
}

.smart_visca_flow_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 162, 224, 0.3);
  border-radius: 50%;
  padding: 20px;
}

.smart_visca_flow_img img {
  width: auto;
  max-height: 100%;
}

@media only screen and (max-width: 979px) {
  .smart_visca_flow_col + .smart_visca_flow_col .smart_visca_flow_img::before {
    border-width: 14px 0 14px 22px;
    left: calc(-2% - 22px);
  }
  .smart_visca_flow_title {
    font-size: 14px;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 979px) {
  .smart_visca_flow_col {
    width: 44%;
    margin-bottom: 20px;
  }
  .smart_visca_flow_col + .smart_visca_flow_col {
    margin-left: 6%;
  }
  .smart_visca_flow_col + .smart_visca_flow_col .smart_visca_flow_img::before {
    border-width: 3vw 0 3vw 4vw;
    left: calc(-1% - 4vw);
  }
  .smart_visca_flow_title {
    font-size: 13px;
  }
}

.service_difference_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.service_difference_col {
  width: 49%;
  border: 1px solid #b9b9b9;
}

.service_difference_col.priority {
  border: 5px solid #00A2E0;
}

.service_difference_col.priority .service_difference_title {
  color: #fff;
  padding: 50px 20px;
  background-color: #00A2E0;
}

.service_difference_col.priority .service_difference_list {
  background-color: #EFF6F8;
}

.service_difference_col.priority .service_difference_list li:nth-child(2n) {
  color: #fff;
  background-color: #00A2E0;
}

.service_difference_col.priority .service_difference_detail {
  padding: 28px 30px;
}

.service_difference_title {
  color: #000;
  text-align: center;
  padding: 40px 20px;
  background-color: #BCBCBC;
}

.service_difference_list {
  background-color: #E4E4E4;
}

.service_difference_list li {
  position: relative;
  padding: 10px 20px 10px 50px;
}

.service_difference_list li:nth-child(2n) {
  background-color: #BCBCBC;
}

.service_difference_list li::before {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 5px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #999999;
  top: 22px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.service_difference_detail {
  text-align: center;
  padding: 30px;
}

.service_difference_detail img {
  width: auto;
  max-height: 225px;
}

@media only screen and (max-width: 767px) {
  .service_difference_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .service_difference_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .service_difference_col.priority {
    border: 3px solid #00A2E0;
  }
  .service_difference_col.priority .service_difference_title {
    position: relative;
    padding: 20px 10px;
  }
  .service_difference_col.priority .service_difference_detail {
    padding: 8px 10px;
  }
  .service_difference_title {
    width: calc(40% - 1px);
    padding: 10px;
  }
  .service_difference_in {
    width: 60%;
  }
  .service_difference_list li {
    line-height: 1.4;
    padding: 6px 10px 6px 20px;
  }
  .service_difference_list li::before {
    top: 12px;
    left: 5px;
  }
  .service_difference_detail {
    text-align: center;
    padding: 10px;
  }
}

.list_sq_check li {
  position: relative;
  padding-left: 2em;
}

.list_sq_check li li {
  margin-top: 5px;
}

.list_sq_check li::before, .list_sq_check li::after {
  position: absolute;
  display: block;
  content: '';
}

.list_sq_check li::before {
  width: 16px;
  height: 16px;
  background-color: #666;
  top: 8px;
  left: 0;
}

.list_sq_check li::after {
  width: 10px;
  height: 5px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #fff;
  top: 11px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.service_utilization_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service_utilization_center {
  position: absolute;
  width: 375px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}

.service_utilization_col {
  width: 44%;
}

.service_utilization_col:nth-child(n + 4) {
  margin-top: 200px;
}

.service_utilization_col:nth-child(n + 4) .service_utilization_detail {
  padding: 40px;
}

.service_utilization_detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 40px 60px;
  background-color: #00A2E0;
}

.service_utilization_title {
  position: absolute;
  color: #000;
  white-space: nowrap;
  line-height: 1;
  border: 1px solid #000;
  background-color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .service_utilization_wrap {
    border: 3px solid #00A2E0;
    padding: 20px;
  }
  .service_utilization_center {
    position: relative;
    width: 60vw;
    margin: 0 0 20px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .service_utilization_col {
    width: 100%;
  }
  .service_utilization_col:nth-child(n + 3) {
    margin-top: 20px;
  }
  .service_utilization_col:nth-child(n + 3) .service_utilization_detail {
    padding: 20px;
  }
  .service_utilization_detail {
    padding: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .service_utilization_title {
    top: -18px;
  }
}

.listStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.listStyle .listStyle_icon {
  width: calc((100% - 40px) / 2);
}

.listStyle_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.listStyle_icon + .listStyle_icon {
  margin-top: 20px;
}

.listStyle_icon:nth-child(1), .listStyle_icon:nth-child(2) {
  margin-top: 0;
}

.listStyle_icon dt {
  width: 60px;
}

.listStyle_icon dt img {
  width: 100%;
}

.listStyle_icon dd {
  width: calc(100% - 60px - 20px);
}

.listStyle_icon .title {
  font-size: 20px;
  font-weight: bold;
  color: #00C43A;
  line-height: 1;
}

.listStyle_icon .text {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
}

/*colStyle_1*/
.colStyle_1 .col_title {
  text-align: center;
}

.colStyle_1 .col_img {
  margin-top: 20px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.colStyle_1 .col_img img {
  margin: auto;
  max-height: 100%;
  width: auto;
}

.colStyle_1 .col_text {
  margin-top: 20px;
  text-align: center;
}

.colStyle_1 .col_text p {
  font-size: 14px;
}

.colStyle_2 .col_sub {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}

.colStyle_2 .col_sub span {
  font-weight: bold;
}

.colStyle_2 .col_sub span.textS {
  font-size: 17px;
  display: block;
}

.colStyle_2 .col_sub span.textB {
  font-size: 19px;
  display: inline-block;
}

.colStyle_2 .col_img {
  margin-top: 20px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.colStyle_2 .col_img img {
  margin: auto;
  height: 100%;
}

.colStyle_2 .col_title {
  margin-top: 20px;
  text-align: center;
}

.colStyle_2 .col_text {
  margin-top: 20px;
  text-align: center;
}

.colStyle_2 .col_text p {
  font-size: 14px;
}

@media only screen and (max-width: 979px) {
  .listStyle_icon dt {
    width: 50px;
  }
  .listStyle_icon dd {
    width: calc(100% - 70px);
  }
  .listStyle_icon .title {
    font-size: 18px;
  }
  .listStyle_icon .text {
    font-size: 13px;
  }
  /*colStyle_1*/
  .colStyle_1 .col_title {
    text-align: center;
  }
  .colStyle_1 .col_img {
    height: 100px;
  }
  .colStyle_1 .col_img img {
    margin: auto;
    height: auto;
    max-height: 100%;
  }
  .lineworks_function_wrap .col_width .col4 {
    width: 30%;
  }
  .lineworks_function_wrap .col_width .col6 {
    width: 66%;
  }
}

@media only screen and (max-width: 767px) {
  .listStyle .listStyle_icon {
    width: 100%;
  }
  .listStyle_icon dt {
    width: 50px;
  }
  .listStyle_icon dd {
    width: calc(100% - 70px);
  }
  .listStyle_icon .title {
    font-size: 18px;
  }
  .listStyle_icon .text {
    font-size: 13px;
  }
  /*colStyle_1*/
  .colStyle_1 .col_title {
    text-align: center;
  }
  .colStyle_1 .col_img {
    height: 100px;
  }
  .colStyle_1 .col_img img {
    margin: auto;
    height: auto;
    max-height: 100%;
  }
  .lineworks_icon_it .col_width {
    display: block;
  }
  .lineworks_icon_it .col_width .col1 {
    float: left;
    width: 20%;
    margin: 0 10px 10px 0;
  }
  .lineworks_icon_it .col_width .col9 {
    width: auto;
  }
  .lineworks_function_wrap .col_width .col4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .lineworks_function_wrap .col_width .col6 {
    width: 100%;
  }
}

.salesforce_strength_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.salesforce_strength_list_col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30%;
  color: #fff;
  text-align: center;
  margin-right: 5%;
  -webkit-box-shadow: 0px 0px 0px 24px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0px 0px 0px 24px rgba(255, 255, 255, 0.7) inset;
  background-color: #3FB2DE;
  border-radius: 50%;
  margin-top: 100px;
}

.salesforce_strength_list_col:nth-child(3n) {
  margin-right: 0;
}

.salesforce_strength_list_title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
}

.salesforce_strength_list_txt {
  width: 80%;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 auto;
}

@media only screen and (max-width: 1160px) {
  .salesforce_strength_list_col {
    width: 32%;
    margin-right: 2%;
    -webkit-box-shadow: 0px 0px 0px 2vw rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0px 0px 0px 2vw rgba(255, 255, 255, 0.7) inset;
  }
  .salesforce_strength_list_col:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 979px) {
  .salesforce_strength_list_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .salesforce_strength_list_txt {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .salesforce_strength_list_col {
    width: 80%;
    -webkit-box-shadow: 0px 0px 0px 2vw #CCE8E3 inset;
    box-shadow: 0px 0px 0px 2vw #CCE8E3 inset;
    margin: 20px auto 0;
  }
  .salesforce_strength_list_col:nth-child(3n) {
    margin-right: auto;
  }
}

.salesforce_icon_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}

.salesforce_icon_txt {
  font-size: 13px;
}

.lineworks_security_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lineworks_security_img {
  text-align: center;
}

.lineworks_security_img img {
  max-width: 80%;
}

.lineworks_security_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 130px;
}

.lineworks_security_icon .security_icon {
  width: 49%;
  font-size: 12px;
  color: #00C73C;
  letter-spacing: 0;
  margin-left: 2%;
}

.lineworks_security_icon .security_icon:nth-child(2n + 1) {
  margin-left: 0;
}

.lineworks_security_detail {
  width: calc(100% - 150px);
}

@media only screen and (max-width: 767px) {
  .lineworks_security_wrap {
    margin-top: 10px;
  }
  .lineworks_security_img img {
    max-width: 100%;
  }
  .lineworks_security_icon {
    width: 60px;
  }
  .lineworks_security_icon .security_icon {
    width: 100%;
    margin-left: 0;
  }
  .lineworks_security_icon .security_icon + .security_icon {
    margin-top: 10px;
  }
  .lineworks_security_detail {
    width: calc(100% - 70px);
  }
}

.lineworks_security_bg {
  width: 100%;
  max-width: 960px;
  background-color: rgba(0, 199, 60, 0.12);
  padding: 30px 40px;
  border-radius: 42px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .lineworks_security_bg {
    padding: 20px 25px;
    border-radius: 20px;
  }
}

.lineworks_support_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lineworks_support_wrap .col {
  width: 32%;
}

.lineworks_support_wrap .col + .col {
  margin-left: 8%;
}

@media only screen and (max-width: 979px) {
  .lineworks_support_wrap .col {
    width: 47%;
  }
  .lineworks_support_wrap .col + .col {
    margin-left: 6%;
  }
}

@media only screen and (max-width: 767px) {
  .lineworks_support_wrap .col {
    width: 100%;
  }
  .lineworks_support_wrap .col + .col {
    margin-left: 0;
  }
}

.lineworks_startup_col {
  position: relative;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  padding: 60px 15px 20px;
}

.lineworks_startup_col.blue {
  border-color: #00A2E0;
}

.lineworks_startup_col.green {
  border-color: #3FAF44;
}

.lineworks_startup_tag {
  position: absolute;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 12px 16px;
  top: 0;
  left: 0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.lineworks_startup_tag.blue {
  background-color: #00A2E0;
}

.lineworks_startup_tag.green {
  background-color: #3FAF44;
}

.lineworks_startup_title.green {
  color: #3FAF44;
}

.lineworks_startup_txt {
  font-size: 14px;
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .lineworks_startup_col {
    border-radius: 10px;
    padding: 40px 10px 10px;
  }
  .lineworks_startup_tag {
    font-size: 16px;
    padding: 8px 12px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

table.plan {
  overflow: hidden;
  border-radius: 20px;
}

table.plan tr + tr {
  border-top: 1px solid #f0f0f0;
}

table.plan td {
  font-size: 14px;
  padding: 12px;
}

table.plan td + td {
  border-left: 1px solid #f0f0f0;
}

table.plan td.plan_th {
  background-color: #E4E4E4;
}

table.plan td.plan_th.blue {
  color: #fff;
  background-color: #00A2E0;
}

table.plan td.plan_th.orange {
  color: #fff;
  background-color: #F3B300;
}

table.plan td.plan_th.green {
  color: #fff;
  background-color: #00C73C;
}

table.plan td.plan_th.purple {
  color: #fff;
  background-color: #796DD7;
}

table.plan td .txt_orange {
  color: #F3B300;
}

table.plan td .txt_green {
  color: #00C73C;
}

table.plan td .txt_purple {
  color: #796DD7;
}

.lineworks_list_function_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 12%;
}

.lineworks_list_function_col {
  position: relative;
  width: 28%;
  font-size: 14px;
  color: #fff;
  padding: 20px 20px 20px 50px;
  background-color: rgba(0, 198, 59, 0.7);
  border-radius: 50px;
  margin-left: 5.3%;
}

.lineworks_list_function_col .title {
  font-size: 16px;
  font-weight: 700;
}

.lineworks_list_function_icon {
  position: absolute;
  width: 60px;
  top: 0;
  left: -30px;
}

@media only screen and (max-width: 979px) {
  .lineworks_list_function_wrap {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .lineworks_list_function_col {
    position: relative;
    width: calc(100% - 30px);
    font-size: 13px;
    border-radius: 40px;
    margin-left: 30px;
  }
  .lineworks_list_function_col + .lineworks_list_function_col {
    margin-top: 20px;
  }
  .lineworks_list_function_col .title {
    font-size: 15px;
  }
}

.e-porter_swiper {
  position: relative;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}

.e-porter_swiper .swiper-slide {
  padding: 0 30px;
}

.e-porter_swiper .swiper-button-prev {
  width: 24px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../image/common/icon_prev.svg) no-repeat 50% 50%/24px auto;
  margin: 0;
}

.e-porter_swiper .swiper-button-prev::after {
  display: none;
}

.e-porter_swiper .swiper-button-next {
  width: 24px;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../image/common/icon_next.svg) no-repeat 50% 50%/24px auto;
  margin: 0;
}

.e-porter_swiper .swiper-button-next::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .e-porter_swiper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.arrow_top_in {
  position: relative;
}

.arrow_top_in::before {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-width: 64px 117.5px 0 117.5px;
  border-color: #fff transparent transparent transparent;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.solution_sub_list_wrap {
  padding: 120px 0 80px;
  background-color: #EFF6F8;
}

@media only screen and (max-width: 767px) {
  .arrow_top_in::before {
    border-width: 30px 70px 0 70px;
  }
  .solution_sub_list_wrap {
    padding: 60px 0 40px;
  }
}

.blue_bg {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  background-color: #00A2E0;
  border-radius: 40px;
  padding: 40px;
}

.blue_bg .img {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .blue_bg {
    font-size: 16px;
    border-radius: 20px;
    padding: 20px;
  }
}

.fukidashi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fukidashi_img {
  width: 120px;
  padding: 15px;
  margin-right: 10px;
}

.fukidashi_txt {
  position: relative;
  max-width: calc(100% - 130px);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
  z-index: 1;
}

.fukidashi_txt > p {
  position: relative;
  z-index: 3;
}

.fukidashi_txt::before {
  position: absolute;
  display: block;
  content: '';
  -webkit-transform: translateX(-50%) rotate(145deg) skew(60deg, 60deg);
  -ms-transform: translateX(-50%) rotate(145deg) skew(60deg, 60deg);
  transform: translateX(-50%) rotate(145deg) skew(60deg, 60deg);
  top: 50%;
  left: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.fukidashi_txt::after {
  position: absolute;
  display: block;
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  z-index: 2;
  border-radius: 10px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .fukidashi_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fukidashi_img {
    width: 90px;
    padding: 10px;
    margin-right: 0;
  }
  .fukidashi_txt {
    max-width: calc(100% - 90px);
    padding: 10px;
  }
  .fukidashi_txt::before {
    top: 30px;
    left: 35px;
  }
}

.task_case_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.task_case_wrap + .task_case_wrap {
  margin-top: 30px;
}

.task_case_icon {
  width: 125px;
  padding: 25px;
}

.task_case_note {
  width: 30%;
}

.task_case_txt {
  position: relative;
  width: calc(70% - 215px);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  margin: 0 0 0 70px;
}

.task_case_txt::after {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-width: 60px 0 60px 50px;
  border-color: transparent transparent transparent #D9D9D9;
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .task_case_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .task_case_wrap + .task_case_wrap {
    margin-top: 30px;
  }
  .task_case_icon {
    width: 90px;
    padding: 10px;
  }
  .task_case_note {
    position: relative;
    width: calc(100% - 100px);
  }
  .task_case_txt {
    width: 100%;
    margin: 50px 0 0;
  }
  .task_case_txt::after {
    border-width: 20px 40px 0 40px;
    border-color: #D9D9D9 transparent transparent transparent;
    top: -40px;
    right: auto;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}

.service_price_col {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background-color: #00A2E0;
  padding: 15px;
  border-radius: 10px;
}

.function_item_item {
  padding: 10px;
  background-color: #F9FAFC;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}

/* ============
レシピ
=============*/
.anchor_sub_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anchor_sub_item {
  max-width: 32%;
}

.anchor_sub_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 4px 42px;
}

.anchor_sub_item a::before, .anchor_sub_item a::after {
  position: absolute;
  display: block;
  content: '';
}

.anchor_sub_item a::before {
  width: 26px;
  height: 26px;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../other/icon_anchor_arrow.svg) no-repeat 50% 50%/100% auto;
}

.anchor_sub_item a::after {
  width: 135px;
  height: 3px;
  border-radius: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00A2E0;
}

.arrow_top {
  position: relative;
  z-index: 1;
  margin-top: 180px;
}

.arrow_top::before, .arrow_top::after {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.arrow_top::before {
  width: 100px;
  height: 70px;
  background-color: #56B2A4;
  top: -100px;
}

.arrow_top::after {
  border-style: solid;
  border-width: 80px 125px 0 125px;
  border-color: #56B2A4 transparent transparent transparent;
  top: -30px;
}

.arrow_bottom {
  position: relative;
  z-index: 1;
  margin-bottom: 180px;
}

.arrow_bottom::before, .arrow_bottom::after {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.arrow_bottom::before {
  width: 100px;
  height: 70px;
  background-color: #56B2A4;
  bottom: -70px;
}

.arrow_bottom::after {
  border-style: solid;
  border-width: 80px 125px 0 125px;
  border-color: #56B2A4 transparent transparent transparent;
  bottom: -150px;
}

.recipe_wrap {
  position: relative;
}

.recipe_wrap + .recipe_wrap {
  margin-top: 180px;
}

.recipe_wrap_in {
  border-radius: 30px;
  background-color: #EFF6F8;
  padding: 20px 20px 40px;
}

.recipe_wrap_in .table_recipe {
  width: calc(100% + 40px);
  margin-left: -20px;
}

.recipe_title {
  font-size: 100px;
  font-weight: 700;
  color: rgba(57, 106, 142, 0.1);
  line-height: 1.4;
  margin-bottom: 20px;
}

.recipe_transform_title {
  position: relative;
  margin-top: -30px;
}

.recipe_txt {
  font-size: 14px;
}

.recipe_item {
  position: relative;
  background-color: #fff;
  padding: 20px 20px 20px 60px;
  border-radius: 30px;
  overflow: hidden;
}

.recipe_item::before {
  position: absolute;
  display: block;
  content: '';
  width: 40px;
  height: 100%;
  background-color: #56B2A4;
  top: 0;
  left: 0;
}

.recipe_item + .recipe_item {
  margin-top: 20px;
}

.recipe_note {
  width: calc(100% + 20px);
  margin-right: -20px;
}

.recipe_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recipe_intro + .recipe_intro {
  margin-top: 20px;
}

.recipe_intro_img {
  width: 64px;
}

.recipe_intro_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 84px);
}

.recipe_intro_tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  padding: 4px 16px 6px;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 12px;
}

.recipe_intro_tag .txt_sm {
  font-size: 16px;
}

.recipe_intro_star {
  position: relative;
}

.recipe_intro_star .filled_star {
  position: absolute;
  top: 0;
  left: 0;
}

.table_recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.table_recipe_tr {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
}

.table_recipe_tr + .table_recipe_tr {
  border-left: 3px solid #EFF6F8;
}

.table_recipe_tr .th_bg,
.table_recipe_tr .td_bg {
  padding: 20px;
}

.table_recipe_tr .th_bg {
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #00A2E0;
}

.table_recipe_tr .td_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table_recipe_tr .td_bg_in {
  width: 100%;
}

@media only screen and (max-width: 979px) {
  .recipe_transform_title {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .anchor_sub_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .anchor_sub_item {
    max-width: inherit;
    width: 50%;
  }
  .anchor_sub_item a {
    text-align: left;
    line-height: 1.2;
    padding: 8px 10px 8px 22px;
  }
  .anchor_sub_item a::before {
    width: 16px;
    height: 16px;
    left: 0;
  }
  .arrow_top {
    margin-top: 100px;
  }
  .arrow_top::before {
    width: 80px;
    height: 60px;
    background-color: #56B2A4;
    top: -50px;
  }
  .arrow_top::after {
    border-width: 60px 95px 0px 95px;
    top: -15px;
  }
  .arrow_bottom {
    margin-bottom: 120px;
  }
  .arrow_bottom::before {
    width: 80px;
    height: 60px;
    background-color: #56B2A4;
    bottom: -60px;
  }
  .arrow_bottom::after {
    border-width: 60px 95px 0px 95px;
    bottom: -100px;
  }
  .recipe_wrap + .recipe_wrap {
    margin-top: 80px;
  }
  .recipe_wrap_in {
    border-radius: 20px;
  }
  .recipe_wrap_in .table_recipe {
    width: 100%;
    margin-left: 0;
  }
  .recipe_title {
    font-size: 16vw;
    margin: 20px 0 10px;
  }
  .recipe_txt {
    font-size: 13px;
  }
  .recipe_item {
    padding: 20px 20px 20px 40px;
    border-radius: 20px;
  }
  .recipe_item::before {
    width: 20px;
  }
  .recipe_note {
    width: 100%;
    margin-right: 0;
  }
  .recipe_intro_img {
    width: 64px;
  }
  .recipe_intro_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 84px);
  }
  .recipe_intro_tag {
    font-size: 17px;
    margin-top: 5px;
  }
  .recipe_intro_tag .txt_sm {
    font-size: 14px;
  }
  .table_recipe {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 20px;
  }
  .table_recipe_tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
  .table_recipe_tr + .table_recipe_tr {
    border-left: 0;
    border-top: 3px solid #EFF6F8;
  }
  .table_recipe_tr .th_bg {
    width: 40%;
    padding: 16px 8px;
  }
  .table_recipe_tr .td_bg {
    width: 60%;
    padding: 16px 8px;
  }
}

.anchor_solution_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anchor_solution_item {
  width: 24%;
}

.anchor_solution_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.anchor_solution_item a .anchor_solution_in {
  position: relative;
  display: inline-block;
}

.anchor_solution_item a .anchor_solution_in::before, .anchor_solution_item a .anchor_solution_in::after {
  position: absolute;
  display: block;
  content: '';
}

.anchor_solution_item a .anchor_solution_in::before {
  width: 6px;
  height: 6px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #666;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.anchor_solution_item a .anchor_solution_in::after {
  width: 90px;
  height: 2px;
  border-radius: 10px;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00A2E0;
}

.anchor_solution_item a:hover {
  color: #00A2E0;
}

.anchor_solution_item a:hover .anchor_solution_in::before {
  border-color: #00A2E0;
  -webkit-transform: translateY(-20%) rotate(45deg);
  -ms-transform: translateY(-20%) rotate(45deg);
  transform: translateY(-20%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .anchor_solution_item {
    width: 50%;
  }
  .anchor_solution_item a {
    margin-bottom: 20px;
  }
}

.solution_list_wrap {
  background-color: #EFF6F8;
  padding: 50px 0;
}

.solution_list_col {
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
}

.solution_list_col_in {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.solution_list_col_detail {
  padding: 60px 20px 20px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.solution_list_col_detail_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  padding: 16px 2px;
  border-radius: 30px;
  background-color: #fff;
}

.solution_list_col_detail_only {
  padding: 60px 20px 30px;
  background-color: #fff;
  border-radius: 10px;
}

.solution_list_col_detail_only.col_grey {
  background-color: #F7F7F7;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.solution_list_col_num {
  position: absolute;
  display: inline-block;
  width: 75px;
  height: 65px;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  line-height: 65px;
  background-color: #00A2E0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  top: -15px;
  left: -5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.solution_list_col_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.solution_list_col_en {
  position: relative;
  width: 140%;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: rgba(171, 171, 171, 0.65);
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 0;
}

.solution_list_col_en_lg {
  position: relative;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: rgba(171, 171, 171, 0.65);
  bottom: -50px;
  left: -40px;
  letter-spacing: 0;
}

.solution_list_col_img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.solution_task_wrap {
  position: relative;
  padding: 70px 0;
  z-index: 1;
}

.solution_task_wrap::after {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-width: 70px 115px 0 115px;
  border-color: #fff transparent transparent transparent;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.solution_task_ti {
  position: relative;
}

.solution_task_title {
  float: left;
  width: 100%;
}

.solution_task_txt {
  float: left;
  width: 50%;
}

.solution_task_img {
  float: right;
  position: relative;
  width: 45%;
  top: -80px;
}

.solution_task_txt_lg {
  float: left;
  width: 58%;
}

.solution_task_img_sm {
  float: right;
  position: relative;
  width: 42%;
  top: -80px;
}

.problem_solving_wrap {
  padding: 120px 0 50px;
  background-color: #EFF6F8;
}

.problem_solving_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
}

.problem_solving_col {
  width: 26%;
}

.problem_solving_col_img {
  margin: 10px 0 0;
}

.problem_solving_col_txt {
  width: 100%;
  max-width: 222px;
  margin: 20px auto 0;
}

.problem_solving_col .btn_s {
  margin: 10px 0 0;
}

.problem_solving_inner {
  width: 80%;
  font-size: 26px;
}

@media only screen and (max-width: 1160px) {
  .solution_list_col_en {
    font-size: 3.2vw;
    bottom: -33px;
  }
}

@media only screen and (max-width: 979px) {
  .problem_solving_col {
    width: 30%;
  }
  .solution_task_txt.last {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .solution_list_wrap {
    background-color: #EFF6F8;
    padding: 50px 0;
  }
  .solution_list_col {
    padding: 0 10px;
  }
  .solution_list_col_detail {
    padding: 30px 20px 20px;
  }
  .solution_list_col_detail_only {
    padding: 30px 20px 20px;
  }
  .solution_list_col_title {
    font-size: 18px;
  }
  .solution_list_col_num {
    width: 55px;
    height: 40px;
    font-size: 32px;
    line-height: 40px;
    top: -5px;
  }
  .solution_list_col_en {
    font-size: 10vw;
  }
  .solution_list_col_en_lg {
    font-size: 15vw;
    bottom: -35px;
    left: -35px;
  }
  .solution_list_inner {
    width: 100%;
  }
  .solution_task_wrap {
    padding: 40px 0;
  }
  .solution_task_wrap::after {
    border-width: 40px 60px 0 60px;
    bottom: -40px;
  }
  .solution_task_title {
    float: none;
    width: 100%;
  }
  .solution_task_txt, .solution_task_txt_lg {
    float: none;
    width: 100%;
  }
  .solution_task_img, .solution_task_img_sm {
    float: none;
    width: 100%;
    top: 0;
  }
  .problem_solving_wrap {
    padding: 60px 0 40px;
  }
  .problem_solving_in {
    padding: 25px;
    border-radius: 20px;
  }
  .problem_solving_col {
    width: 100%;
  }
  .problem_solving_col + .problem_solving_col {
    margin-top: 40px;
  }
  .problem_solving_col_txt {
    max-width: inherit;
  }
}

.task_list li {
  font-size: 26px;
  padding-left: 40px;
  background: url(../image/common/icon_check.png) no-repeat 0 8px/35px auto;
}

.task_list li + li {
  margin-top: 10px;
}

.task_list_s li {
  font-size: 22px;
  padding-left: 35px;
  background: url(../image/common/icon_check.png) no-repeat 0 8px/30px auto;
}

.task_list_s li.txt_sm,
.task_list_s li .txt_sm {
  font-size: 16px;
  padding: 6px 0 7px 35px;
}

.task_list_s li + li {
  margin-top: 10px;
}

@media only screen and (max-width: 979px) {
  .task_list li {
    font-size: 24px;
    padding-left: 35px;
    background-size: 32px auto;
  }
  .task_list_s li {
    font-size: 20px;
    padding-left: 32px;
    background-size: 28px auto;
  }
  .task_list_s li.txt_sm,
  .task_list_s li .txt_sm {
    padding: 5px 0 5px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .task_list li {
    font-size: 20px;
    padding-left: 30px;
    background-size: 26px auto;
  }
  .task_list_s li {
    font-size: 18px;
    padding-left: 26px;
    background-size: 22px auto;
  }
  .task_list_s li.txt_sm,
  .task_list_s li .txt_sm {
    font-size: 14px;
    padding: 4px 0 4px 26px;
  }
}

.solution_cv_wrap {
  text-align: center;
  line-height: 1.4;
  padding: 80px 0;
  background: url(../image/solution_cv_bg.jpg) no-repeat 50% 50%/cover;
}

.solution_cv_title {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}

.solution_cv_txt {
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  margin-bottom: 40px;
}

@media only screen and (max-width: 979px) {
  .solution_cv_wrap {
    padding: 60px 0;
  }
  .solution_cv_title {
    font-size: 42px;
  }
  .solution_cv_txt {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .solution_cv_wrap {
    padding: 40px 0;
  }
  .solution_cv_title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .solution_cv_txt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.service_col_txt {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.relation_col {
  border-radius: 14px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
  background-color: #F6F6F6;
  overflow: hidden;
}

.relation_col_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #00A2E0;
  padding: 8px;
}

.relation_col_title a {
  color: #fff;
}

.relation_col_detail {
  padding: 20px 30px;
}

.relation_col .btn_s {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .service_col_txt {
    width: 100%;
  }
  .relation_col {
    border-radius: 10px;
  }
  .relation_col_detail {
    padding: 15px 20px;
  }
}

.telworks_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  border-radius: 20px;
  background-color: #EFF6F8;
}

.telworks_mobile_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70%;
}

.telworks_mobile_item {
  position: relative;
  width: 30%;
  padding: 50px 20px 20px;
  border-radius: 20px;
  background-color: #fff;
}

.telworks_mobile_tag {
  position: absolute;
  width: 80%;
  color: #fff;
  line-height: 1.4;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 20px;
  padding: 4px 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  top: -10px;
  left: -10px;
}

.telworks_mobile_tag.yellow {
  background-color: #FFCA1A;
}

.telworks_mobile_tag.pink {
  background-color: #FF4087;
}

.telworks_mobile_tag.light_green {
  background-color: #01BB26;
}

.telworks_mobile_tag_in {
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.telworks_mobile_tag_in + .telworks_mobile_tag_in {
  margin-top: 20px;
}

.telworks_mobile_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.telworks_mobile_check li {
  position: relative;
  font-size: 14px;
  min-width: 40%;
  padding: 0 0.6em 0 1em;
}

.telworks_mobile_check li::after {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 4px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #666;
  top: 10px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.telworks_mobile_img {
  width: 30%;
  padding: 0 5%;
}

@media only screen and (max-width: 979px) {
  .telworks_mobile {
    padding: 20px;
    border-radius: 10px;
  }
  .telworks_mobile_detail {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
  }
  .telworks_mobile_item {
    margin-bottom: 20px;
  }
  .telworks_mobile_img {
    width: 100%;
    text-align: center;
  }
  .telworks_mobile_img img {
    max-height: 500px;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .telworks_mobile {
    padding: 20px;
    border-radius: 10px;
  }
  .telworks_mobile_detail {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .telworks_mobile_item {
    width: 100%;
    padding: 30px 20px 20px;
    border-radius: 10px;
  }
  .telworks_mobile_tag {
    border-top-left-radius: 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 10px;
  }
  .telworks_mobile_img img {
    max-height: 200px;
  }
}

.telworks_mobile_fukidashi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 180px;
}

.telworks_mobile_fukidashi::before, .telworks_mobile_fukidashi::after {
  position: absolute;
  display: block;
  content: '';
  left: calc(50% + 10px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.telworks_mobile_fukidashi::before {
  width: 100px;
  height: 70px;
  background-color: #56B2A4;
  bottom: -70px;
}

.telworks_mobile_fukidashi::after {
  border-style: solid;
  border-width: 80px 125px 0 125px;
  border-color: #56B2A4 transparent transparent transparent;
  bottom: -150px;
}

.telworks_mobile_fukidashi_img {
  width: 25%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.telworks_mobile_fukidashi_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.telworks_mobile_fukidashi_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 30%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.telworks_mobile_fukidashi_item {
  min-height: 135px;
  font-size: 14px;
  line-height: 1.4;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.telworks_mobile_fukidashi_item.pink {
  padding: 50px 80px 50px 50px;
  background-image: url(../other/telworks_fukidashi01.svg);
}

.telworks_mobile_fukidashi_item.light_green {
  padding: 50px 40px 50px 90px;
  background-image: url(../other/telworks_fukidashi02.svg);
}

.telworks_mobile_fukidashi_item.yellow {
  padding: 60px 30px 60px 80px;
  background-image: url(../other/telworks_fukidashi03.svg);
  background-size: 90% auto;
}

@media only screen and (max-width: 1160px) {
  .telworks_mobile_fukidashi {
    display: block;
  }
  .telworks_mobile_fukidashi::before, .telworks_mobile_fukidashi::after {
    left: 50%;
  }
  .telworks_mobile_fukidashi_left {
    float: right;
    width: 55%;
  }
  .telworks_mobile_fukidashi_right {
    float: right;
    width: 55%;
  }
  .telworks_mobile_fukidashi_item {
    position: relative;
    min-height: inherit;
    border-width: 3px;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
  }
  .telworks_mobile_fukidashi_item.pink {
    padding: 5%;
    background-image: none;
    border-color: #FF4087;
    margin-bottom: 20px;
  }
  .telworks_mobile_fukidashi_item.light_green {
    padding: 5%;
    background-image: none;
    border-color: #01BB26;
    margin-bottom: 20px;
  }
  .telworks_mobile_fukidashi_item.yellow {
    padding: 5%;
    background-image: none;
    border-color: #FFCA1A;
  }
}

@media only screen and (max-width: 767px) {
  .telworks_mobile_fukidashi {
    display: block;
    margin-bottom: 120px;
  }
  .telworks_mobile_fukidashi::before {
    width: 80px;
    height: 60px;
    background-color: #56B2A4;
    bottom: -60px;
  }
  .telworks_mobile_fukidashi::after {
    border-width: 60px 95px 0px 95px;
    bottom: -100px;
  }
  .telworks_mobile_fukidashi_img, .telworks_mobile_fukidashi_left, .telworks_mobile_fukidashi_right {
    float: none;
    width: 100%;
  }
  .telworks_mobile_fukidashi_img {
    text-align: center;
    margin-bottom: 20px;
  }
  .telworks_mobile_fukidashi_img img {
    width: auto;
    max-height: 200px;
  }
  .telworks_mobile_fukidashi_item {
    border-radius: 20px;
  }
}

.telworks_mobile_list_wrap {
  background: url(../image/telworks_pagetitle_bg.jpg) no-repeat 50% 50%/cover;
  padding: 50px 0;
}

.telworks_mobile_list_wrap .title2 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  border-radius: 20px;
}

.telworks_mobile_list_col {
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
}

.telworks_mobile_list_col_in {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.telworks_mobile_list_col_detail {
  color: #fff;
  padding: 60px 20px 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.telworks_mobile_list_col_num {
  position: absolute;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  padding: 4px 10px;
  background-color: #00A2E0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  top: -15px;
  left: -5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.telworks_mobile_list_col_tag {
  display: inline-block;
  color: #fff;
  background-color: #EC5434;
  padding: 2px 10px;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .telworks_mobile_list_wrap {
    padding: 40px 0;
  }
  .telworks_mobile_list_wrap .title2 {
    padding: 4px 16px;
    border-radius: 10px;
  }
  .telworks_mobile_list_col_detail {
    padding: 30px 20px 20px;
  }
  .telworks_mobile_list_col_num {
    font-size: 17px;
  }
  .telworks_mobile_list_col_tag {
    font-size: 15px;
  }
}

.telworks_solution_wrap {
  background: url(../image/telworks_solution_bg.jpg) no-repeat 50% 50%/cover;
}

.telworks_solution_wrap .btn a {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.telworks_solution_wrap .inner {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.telworks_solution_wrap .flex_jc_e .telworks_solution_img {
  left: 0;
}

.telworks_solution_title {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: 0 0 40px;
}

.telworks_solution_title .box {
  border: 3px solid #666;
  padding: 10px 20px;
  margin-right: 10px;
}

.telworks_solution_title .marker {
  position: relative;
}

.telworks_solution_title .marker::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F7FF06;
}

.telworks_solution_txt {
  font-size: 29px;
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: 0 0 20px;
}

.telworks_solution_txt span {
  font-weight: 900;
}

.telworks_solution_img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 979px) {
  .telworks_solution_title {
    margin: 0 0 20px;
  }
  .telworks_solution_title .box {
    padding: 8px 10px;
  }
  .telworks_solution_txt {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .telworks_solution_wrap .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .telworks_solution_wrap .flex_jc_e .telworks_solution_img {
    left: 0;
  }
  .telworks_solution_title {
    margin: 0 0 20px;
  }
  .telworks_solution_txt {
    font-size: 22px;
  }
  .telworks_solution_img {
    position: static;
    margin-bottom: 20px;
  }
}

.telworks_flow_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.telworks_flow_col {
  width: 27%;
  border-radius: 14px;
  background-color: #F6F6F6;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
}

.telworks_flow_col + .telworks_flow_col {
  position: relative;
  margin-left: 7%;
}

.telworks_flow_col + .telworks_flow_col::before {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-width: 70px 0 70px 45px;
  border-color: transparent transparent transparent #C6E5C6;
  top: 50%;
  left: calc(-4% - 45px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.telworks_flow_col.col_wide {
  width: 58%;
}

.telworks_flow_col_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #00A2E0;
  padding: 8px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.telworks_flow_col_title a {
  color: #fff;
}

.telworks_flow_col .separator_l {
  border-left: 1px solid #D8D8D8;
}

.telworks_flow_col .separator_r {
  border-right: 1px solid #D8D8D8;
}

.telworks_flow_col_logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #fff;
  text-align: center;
}

.telworks_flow_col_logo a[target="_blank"]::after {
  position: absolute;
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../image/common/icon_external_link_black.svg) no-repeat 50% 50%/16px auto;
  bottom: 20px;
  right: 20px;
}

.telworks_flow_col_logo img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 100px;
}

.telworks_flow_col_detail {
  padding: 20px 30px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

@media only screen and (max-width: 979px) {
  .telworks_flow_col + .telworks_flow_col {
    position: relative;
    margin-left: 7%;
  }
  .telworks_flow_col + .telworks_flow_col::before {
    border-width: 50px 0 50px 25px;
    left: calc(-4% - 25px);
  }
}

@media only screen and (max-width: 767px) {
  .telworks_flow_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .telworks_flow_col {
    width: 100%;
    margin-bottom: 60px;
  }
  .telworks_flow_col + .telworks_flow_col {
    position: relative;
    margin-left: 0;
  }
  .telworks_flow_col + .telworks_flow_col::before {
    border-width: 20px 40px 0 40px;
    border-color: #C6E5C6 transparent transparent transparent;
    top: -40px;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  .telworks_flow_col.col_wide {
    width: 100%;
  }
  .telworks_flow_col_logo {
    height: 60px;
  }
  .telworks_flow_col_logo img {
    max-height: 50px;
  }
  .telworks_flow_col_detail {
    padding: 15px 20px;
  }
}

.service_lineup_title {
  position: relative;
  padding-bottom: 40px;
  z-index: 1;
}

.service_lineup_title::after {
  position: absolute;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #EFF6F8;
  z-index: -1;
}

.service_lineup_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
  z-index: 1;
}

.service_lineup_item::after {
  position: absolute;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #EFF6F8;
  z-index: -1;
}

.service_lineup_task {
  position: relative;
  width: 50%;
  padding: 0 30px 0 0;
}

.service_lineup_task::after {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: transparent transparent transparent #DEDEDE;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service_lineup_task_in {
  padding: 8%;
}

.service_lineup_task_col {
  font-size: 12px;
  background-color: #F3F3F3;
  padding: 20px;
  border-radius: 20px;
  margin-top: 10px;
}

.service_lineup_solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.service_lineup_solution_detail {
  width: calc(100% - 257px);
  padding: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.service_lineup_solution_detail_check li {
  font-size: 12px;
  padding-left: 20px;
  background: url(../image/common/icon_check.png) no-repeat 0 5px/15px auto;
}

.service_lineup_solution_detail_check li + li {
  margin-top: 5px;
}

.service_lineup_solution_detail_txt {
  font-size: 12px;
  line-height: 1.4;
}

.service_lineup_solution_detail .btn_arrow_s a {
  font-size: 14px;
}

.service_lineup_solution_img {
  width: 257px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .service_lineup_title {
    padding-bottom: 20px;
  }
  .service_lineup_item {
    padding: 20px 0;
  }
  .service_lineup_task {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .service_lineup_task::after {
    border-width: 15px 30px 0 30px;
    border-color: #DEDEDE transparent transparent transparent;
    top: auto;
    bottom: 15px;
    right: auto;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  .service_lineup_task_in {
    padding: 20px 0 50px;
  }
  .service_lineup_task_col {
    padding: 12px;
  }
  .service_lineup_solution {
    width: 100%;
  }
  .service_lineup_solution_detail {
    width: 100%;
    padding: 20px;
  }
  .service_lineup_solution_detail border-
.btn_arrow_s a {
    font-size: 14px;
  }
  .service_lineup_solution_img {
    display: none;
  }
}

.filter_btn {
  width: calc(100% + 10px);
  margin-left: -5px;
}

.filter_btn a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 1;
  border: 1px solid #666;
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  margin: 10px 5px 0;
}

.filter_btn a.active {
  color: #fff;
  border-color: #00A2E0;
  background-color: #00A2E0;
}

.service_item {
  width: 22%;
  border-radius: 14px;
  background-color: #F6F6F6;
  margin: 0 1.5% 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.service_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 103%;
  margin-left: -1.5%;
}

.service_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #00A2E0;
  padding: 8px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.service_item_title a {
  color: #fff;
}

.service_item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 92px;
}

.service_item_img img {
  width: auto;
  max-height: 92px;
  vertical-align: top;
}

.service_item_intro {
  font-size: 14px;
  text-align: center;
  padding: 10px 15px;
}

.service_item_detail {
  text-align: center;
  padding: 10px 15px 20px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.service_item_tag {
  display: inline-block;
  min-width: 148px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 8px 16px;
  background-color: #00A2E0;
  margin: 0 0 16px;
}

.service_item_tag[data-filter-tag="モバイル・運用支援"] {
  background-color: #5B6CFF;
}

.service_item_tag[data-filter-tag="セキュリティ"] {
  background-color: #E54646;
}

.service_item_tag[data-filter-tag="リモートアクセス"] {
  background-color: #B93ED6;
}

.service_item_tag[data-filter-tag="コミュニケーション"] {
  background-color: #A8A42B;
}

.service_item_tag[data-filter-tag="営業支援"] {
  background-color: #228733;
}

.service_item_tag[data-filter-tag="グループウェア"] {
  background-color: #95289C;
}

.service_item_tag[data-filter-tag="その他"] {
  background-color: #000000;
}

.service_item_tag[data-filter-tag="BCP対策"] {
  background-color: #1D7174;
}

.service_item_tag[data-filter-tag="オンラインストレージ"] {
  background-color: #29643B;
}

.service_item_tag[data-filter-tag="SFA連携"] {
  background-color: #228733;
}

.service_item_tag[data-filter-tag="ワークスタイル変革"] {
  background-color: #D8854F;
}

.service_item_txt {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.filter_col.active {
  display: block;
}

.filter_col.hidden {
  display: none;
}

.telworks_sales_col_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 979px) {
  .service_item {
    width: 30.3%;
  }
  .service_item_img {
    height: 10.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .service_item {
    width: 47%;
  }
  .service_item_tag {
    min-width: 80%;
    padding: 8px;
    margin: 0 0 8px;
  }
  .service_item_txt {
    font-size: 11px;
    line-height: 1.3;
  }
  .service_item_img {
    height: auto;
  }
}

.download_navi .title05{
  border-bottom:2px solid #747474;
  display: inline-block;
}
.download_navi li{display:inline;}
.download_navi a{
  position:relative;
  padding-right:60px;
  color:#747474;
}
.download_navi a::before{
  position: absolute;
  top: 50%;
  right: 35px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #747474;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.download_navi a::after{
  position: absolute;
  top: 5px;
  right: 15px;
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  border-right:1px solid #747474;
}
.download_list_part .title06{
  color:#00A2E0;
  font-size:30px;
  font-weight: bold;
}
.download_list_part .flex_set{
  display:flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.download_list_part .flex_set::after{
  content:"";
  display:block;
  width:32%;
}
.download_list_part .flex_col{
  width:32%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
}
.download_list_part .flex_col:hover{box-shadow:none;}
.download_list_part img{width:200%;}
.download_list_part .padding_tuning{padding:35px 15px 20px 15px;}
.download_list_part .title{
  font-size:14px;
  font-weight:bold;
}
.download_list_part .lead{
  font-size:12px;
  font-weight:400;
}
.download_list_part .bttn{}
.download_list_part .bttn a{
  display:block;
  margin:0 auto;
  width: 260px;
  height: 50px;
  font-size:18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.5;
  background-color: #00A2E0;
  border-radius: 25px;
}
@media only screen and (max-width: 979px) {
  .download_list_part .flex_col{width:49%;}
}
@media only screen and (max-width: 767px) {
  .download_navi li{display:inline-block;}
  .download_list_part .flex_col{width:100%;}
}


/*biz/ms*/
.dl_partsArea {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 3px solid #00A2E0;
    border-radius: 5px;
}
.dl_partsArea .img{
  width: 38%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10px,20px);
}
.dl_partsArea .txtArea .Btn {
    text-align: center;
    padding: 15px 10px 15px 50%;
}
.dl_partsArea .txtArea .Btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e52929;
    font-size: 22px;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    max-width: 345px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .4);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.dl_partsArea .txtArea .txt {
    color: #fff;
    font-size: 26px;
    background-color: #00A2E0;
    padding: 10px 10px 10px 40%;
    line-height: 1.4;
    text-align: center;
}
.dl_partsArea .txtArea .txt .yellowtxt{
  color: #ffff00;
}
@media only screen and (max-width: 690px) {
.dl_partsArea {
    position: static;
}
.dl_partsArea .img{
  width: 100%;
  position: static;
  transform: translate(0,0);
  background-color: #00A2E0;
  text-align: center;
  padding-top: 10px;
}
.dl_partsArea .txtArea .txt {
    font-size: 18px;
    padding: 10px;
}
.dl_partsArea .txtArea .Btn {
    text-align: center;
    padding: 15px 10px;
}
} 

/*#######*/
.sideBar--banner a{
display: block;
transition: 0.5s ease;
}
.sideBar--banner a:hover{
opacity: 0.75;
}
.sideBar--banner img{
width: 100%;
}

/* サービス一覧コンテンツ内blog4記事見出し抽出の設定 */
.contents_blog_list{
  display:flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.contents_blog_list::after{
  display:block;
  content:'';
  width:50%;
}
.contents_blog_list .columns-card-item{
  width:24%;
  margin-bottom:20px;
}
.contents_blog_list .columns-card-item-category{display:none;}
.contents_blog_list .columns-card-item-tag a{
  display:inline-block;
  margin:0 1.0rem 1.0rem 0;
  padding:0.25rem 0.5rem;
  font-size:12px;
  background:#eee;
}
@media only screen and (max-width: 979px) {
  .contents_blog_list .columns-card-item{width:48%;}
}
@media only screen and (max-width: 690px) {
  .contents_blog_list .columns-card-item{width:100%;}
}


/* user voice 210917*/

.adj-locator {
  margin-top: -40px;
}

.uv_title .txt {
  position: relative;
  font-size: 32px;
  border-bottom: 5px solid #EFF6F8;
  padding-bottom: 5px;
}

.uv_title .txt::before {
  content: "";
  display: block;
  width: 185px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #396A8E;
}

.uv_pf-box {
  margin-top: 70px;
}

.uv_pf-box .content2{
  display: flex;
  justify-content: space-between;
}

.uv_pf-box .content2 .content2-txt{
  width: 55%;
}

  .uv_pf-box .content2 .content2-img{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }

.uv_pf-box .content2 .content2-txt .title{
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  padding-left: 15px;
  border-left: 5px solid #396A8E;
}

.uv_pf-box .content2 .content2-txt .ditail{
  margin-top: 20px;
}

.uv_pf-box .content2 .content2-txt .ditail dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #396A8E;
}

.uv_pf-box .content2 .content2-txt .ditail dl dt {
  color: #396A8E;
  font-weight: bold;
  width: 30%;
  padding: 24px 0;
  padding-left: 20px;
}

.uv_pf-box .content2 .content2-txt .ditail dl dd {
  width: 80%;
  padding: 24px 0;
  padding-left: 20px;
}

.uv_pf-box .content1{
  margin-top: 40px;
}

.uv_pf-box .content1 .content1-txt{
  width: 55%;
}

.uv_pf-box .content1 .content1-txt .title{
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  padding-left: 15px;
  border-left: 5px solid #396A8E;
}

.uv_pf-box .content1 .content1-txt .ditail{
  margin-top: 20px;
}

.uv_pf-box .content1 .content1-txt .ditail dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #396A8E;
}

.uv_pf-box .content1 .content1-txt .ditail dl dt {
  color: #396A8E;
  font-weight: bold;
  width: 30%;
  padding: 24px 0;
  padding-left: 20px;
}

.uv_pf-box .content1 .content1-txt .ditail dl dd {
  width: 80%;
  padding: 24px 0;
  padding-left: 20px;
}

.uv_point-box {
  margin-top: 60px;
  margin-bottom: 50px;
}

.uv_point-box .content {
  display: flex;
  justify-content: space-between;
}

.uv_point-box .content:nth-child(2n){
  margin-top: 40px;
}

.uv_point-box .content .content_ditail {
  width: 48%;
}

.uv_point-box .content .content_ditail .title {
  background-color: #396A8E;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.uv_point-box .content .content_ditail .txt {
  margin-top: 15px;
}

@media only screen and (max-width: 980px) {
  .uv_title .txt {
    font-size: 28px;
    line-height: 1.5;
    padding-bottom: 10px;
  }

  .uv_pf-box {
    margin-top: 50px;
  }

  .uv_pf-box .content2 .content2-txt .ditail {
    margin-top: 0px;
}

  .uv_pf-box .content2 .content2-txt .title {
    font-size: 22px;
  }

  .uv_pf-box .content2 .content2-img{
    width: 40%;
  }

  .uv_pf-box .content2 .content2-txt .ditail dl dt {
    padding: 14px 0;
    padding-left: 20px;
  }

  .uv_pf-box .content2 .content2-txt .ditail dl dd {
    padding: 14px 0;
    padding-left: 20px;
  }

  .uv_pf-box .content1 .content1-txt .title {
    font-size: 22px;
  }

  .uv_pf-box .content1 .content1-txt .ditail {
    margin-top: 0px;
  }

  .uv_pf-box .content1 .content1-txt .ditail dl dt {
    padding: 14px 0;
    padding-left: 20px;
  }

  .uv_pf-box .content1 .content1-txt .ditail dl dd {
    padding: 14px 0;
    padding-left: 20px;
  }

  .uv_point-box {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .uv_point-box .content .content_ditail .title {
    padding: 10px 20px;
    font-size: 22px;
  }

}

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

  .uv_title .txt {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .uv_title .txt::before {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: #396A8E;
  }

  .uv_pf-box {
    margin-top: 40px;
  }

  .uv_pf-box .content2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .uv_pf-box .content2 .content2-txt .title {
    font-size: 18px;
  }

  .uv_pf-box .content2 .content2-txt .ditail {
    margin-top: 10px;
  }

  .uv_pf-box .content2 .content2-txt {
    width: 100%;
  }

  .uv_pf-box .content2 .content2-txt .ditail dl dt {
    padding: 10px 0;
    padding-left: 10px;
  }

    .uv_pf-box .content2 .content2-txt .ditail dl dd {
      padding: 10px 0;
      padding-left: 20px;
  }

  .uv_pf-box .content2 .content2-img {
    width: 100%;
  }

  .uv_pf-box .content2 .content2-img img{
    width: 100%;
    height: 100%;
  }

  .uv_pf-box .content1 {
    display: flex;
    flex-direction: column;
  }

  .uv_pf-box .content1 .content1-txt .ditail {
    margin-top: 10px;
  }

  .uv_pf-box .content1 .content1-txt .title {
    font-size: 18px;
  }

  .uv_pf-box .content1 .content1-txt {
    width: 100%;
  }

  .uv_pf-box .content1 .content1-txt .ditail dl dt {
    padding: 10px 0;
    padding-left: 10px;
  }

  .uv_pf-box .content1 .content1-txt .ditail dl dd {
    padding: 10px 0;
    padding-left: 20px;
  }

  .uv_point-box .content .content_ditail .title {
    padding: 10px 20px;
    font-size: 18px;
  }

  .uv_point-box .content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
  }

  .uv_point-box .content .content_ditail {
    width: 100%;
}


}


/*211004 セミナーページ　ボタン*/

.seminar_btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

#articledetail .seminar_btn a {
  color: #fff;
}

.seminar_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 380px;
  height: 80px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 10px 80px;
  background-color: #00A2E0;
  border: #00A2E0 1px solid;
  border-radius: 100px;
}

.seminar_btn a::before{
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.seminar_btn a::after{
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-color: #00A2E0;
  border-style: solid;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.seminar_btn a:hover {
  opacity: 1;
  background-color: #fff;
  border: #00A2E0 1px solid;
}

#articledetail .seminar_btn a:hover {
  color: #00A2E0;
}

.seminar_btn a:hover::before{
  background-color: #00A2E0;
}

.seminar_btn a:hover:after{
  border-color: #fff;
}

@media only screen and (max-width: 980px) {
  .seminar_btn a {
    max-width: 320px;
    height: 70px;
    padding: 10px 60px;
  }
  .seminar_btn a::before{
    width: 25px;
    height: 25px;
  }
  .seminar_btn a::after{
    width: 6px;
    height: 6px;
    right: 30px;
  }
}

@media only screen and (max-width: 690px) {
  .seminar_btn a {
    max-width: 300px;
    height: 40px;
    padding: 10px 60px;
  }
  .seminar_btn a::before{
    width: 20px;
    height: 20px;
  }
  .seminar_btn a::after{
    width: 5px;
    height: 5px;
    right: 28px;
  }
}

/*211013 資料DL　actibook*/

.doc_h2title {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}

.doc_h2title::before,
.doc_h2title::after{
  display: none;
}

.cdoc_box {
  display: flex;
  justify-content: space-between;
}

.cdoc_box .cdoc_box-item {
  width: 50% !important;
  background-color: #f6feff;
  padding: 35px 50px;
}

.cdoc_box .cdoc_box-item.gray{
  background-color: #F4F4F4;
}

.cdoc_box .cdoc_box-item figure{
  width: 75%;
  margin: auto;
  margin-bottom: 35px;
}
.cdoc_box  .cdoc_box-item p {
  color: #707070;
}

.cdoc_box .cdoc_box-item .bor-das {
  border-top: 1px dashed #8c8b8b;
  margin: 35px 0;
}

.cdoc_box .cdoc_box-txt {
  width: 42%;
  border: none;
}

@media only screen and (max-width: 980px) {
  .cdoc_box {
    flex-direction: column;
    gap: 30px;
  }
  .cdoc_box .cdoc_box-item {
    width: 100% !important;
  }
  .cdoc_box .cdoc_box-item figure {
    width: 85%;
  }
  .cdoc_box .cdoc_box-txt {
    width: 100%;
  }
}

@media only screen and (max-width: 690px) {
  .cdoc_box {
    gap: 0px;
  }
  .cdoc_box .cdoc_box-item {
    padding: 20px;
  }
  .cdoc_box .cdoc_box-item figure {
    width: 90%;
    margin-bottom: 20px;
  }
}

/*211015 資料DL シェアパーツ*/

.d_share-title {
  font-weight: 200;
  font-size: 1.5em;
  margin-bottom: 0 !important;
}