@charset "UTF-8";


html {
  scroll-padding-top: 130px;
}

@media screen and (max-width: 740px) {
  html {
    scroll-padding-top: 24px;
  }
}

.bg-g {
  background-color: #F1F1F1;
}

.bg-p {
  background-color: #EBECF8;
}

.media_link {
  color: #3945BC;
  text-decoration: underline;
  font-weight: bold;
}

.media_link:hover {
  color: #3945BC;
}

.media_link .c-ac__triangleRight {
  display: inline-block;
  background-repeat: no-repeat;
  width: 10px;
  height: 16px;
  margin-right: 8.7px;
  background-image: url("/images/triangle-right.svg");
  position: relative;
  top: 2px;
}

.media_link .external-link-icon {
  display: inline-block;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 8px;
  background-image: url("/images/external-link-icon.svg");
  position: relative;
  top: 2px;
}

.bl_med_icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bl_med_tag {
  width: auto !important;
  padding: 0 3.2rem;
}

.bl_med_tag-b {
  width: auto !important;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff !important;
}

.bl_med_tag-b p {
  color: #3945BC !important;
  font-weight: 600;
}

.el_med_prof {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 36px;
  gap: 30px;
}

@media screen and (max-width: 740px) {
  .el_med_prof {
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
    gap: 30px;
  }
}

.el_med_prof li {
  width: 50%;
  max-width: 465px;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}

@media screen and (max-width: 740px) {
  .el_med_prof li {
    width: 100%;
    max-width: 740px;
  }
}

.el_med_prof li img {
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 740px) {
  .el_med_prof li img {
    width: 70px;
    height: 70px;
  }
}


.el_med_prof li div {
  width: 100%;
  max-width: 329px;
}

@media screen and (max-width: 740px) {
  .el_med_prof li div {
    max-width: 600px;
  }
}

p.el_med_prof_name {
  font-weight: bold;
  line-height: 100%;
}

p.el_med_prof_txt {
  font-size: 1.4rem;
  line-height: 180%;
  margin-top: 8px;
}

.el_med_shop {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 36px;
}

.el_med_shop .el_med_shop_img {
  width: 100px;
  position: relative;
}

@media (max-width: 560px) {
  .el_med_shop .el_med_shop_img {
    width: 70px;
  }
}

.el_med_shop .el_med_shop_img img {
  width: 70px;
  height: 70px;
}

@media (max-width: 560px) {
  .el_med_shop .el_med_shop_img img {
    width: 50px;
    height: 50px;
  }
}

.el_med_shop .el_med_shop_img img.el_med_arrow {
  width: 20px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 27.5px;
}

@media (max-width: 560px) {
  .el_med_shop .el_med_shop_img img.el_med_arrow {
    top: 17.5px;
  }
}

.el_med_shop .el_med_shop_txt {
  width: calc(100% - 100px);
  max-width: 860px;
  padding: 2rem 4rem;
  border-radius: 1rem;
  box-sizing: border-box;
  letter-spacing: 0.6px;
}

@media (max-width: 560px) {
  .el_med_shop .el_med_shop_txt {
    width: calc(100% - 70px);
    padding: 2rem;
  }
}

.el_med_shop .el_med_shop_txt .el_med_shop_ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

.el_page_navi {
  box-sizing: border-box;
  border: 10px solid #E4E7EB;
  border-radius: 8px;
  padding: 18px 30px 28px;
}

.el_page_navi h2 {
    font-size: 2.0rem;
    font-weight: bold;
    color: #414141;
    padding-bottom: 1.1rem;
    border-bottom: 3px solid;
    -o-border-image: linear-gradient(to right, #3945bc 0%, #3945bc 5.5%, #e4e7eb 5.5%, #e4e7eb 100%) 1;
    border-image: linear-gradient(to right, #3945bc 0%, #3945bc 5.5%, #e4e7eb 5.5%, #e4e7eb 100%) 1;
}

.el_page_navi ul {
  margin-top: 15px;
}

.el_page_navi ul li {
  font-size: 1.6rem;
  margin-top: 8px;
}

.el_page_navi ul li:first-child {
  margin-top: 0;
}

.el_page_navi ul li a {
  padding-left: 22px;
  position: relative;
  color: #3945BC;
  display: block;
}

.el_page_navi ul li a:hover {
  text-decoration: underline;
}

.el_page_navi ul li a::before {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #3945BC;
}


h3.el_med_sub_title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 180%;
  padding: 10px 16px;
  color: #414141;
  position: relative;
  letter-spacing: 0.6px;
  box-sizing: border-box;
  background-color: #F1F1F1;
  border-radius: 8px;
  margin-top: 36px;
}

h4.el_med_sub_title-mini {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 180%;
  padding-left: 32px ;
  color: #414141;
  position: relative;
  letter-spacing: 0.6px;
  box-sizing: border-box;
  margin-top: 36px;
}

h4.el_med_sub_title-mini::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #414141;
  position: absolute;
  left: 0;
  top: 50%;
}


.el_med_comment_left {
  width: 100%;
  max-width: 960px;
  margin-top: 36px;  
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

@media (max-width: 560px) {
  .el_med_comment_left {
    gap: 20px;
  }
}

.el_med_comment_left .el_med_comment_img {
  width: 100%;
  max-width: 70px;
  display:flex;
  flex-flow: column;
  text-align: center;
  font-size: 1.4rem;
  gap: 4px;
}

@media (max-width: 560px) {
  .el_med_comment_left .el_med_comment_img,
  .el_med_comment_right .el_med_comment_img {
    width: 100%;
    max-width: 50px;
    font-size: 1.2rem;
  }
}

.el_med_comment_left .el_med_comment_img {
  left: 0;
}

.el_med_comment_right .el_med_comment_img {
  text-align: right;
  right: 0;
}

.el_med_comment_left .el_med_comment_img img,
.el_med_comment_right .el_med_comment_img img {
  width: 70px;
  height: 70px;
}

@media (max-width: 560px) {
  .el_med_comment_left .el_med_comment_img img,
  .el_med_comment_right .el_med_comment_img img {
    width: 50px;
    height: 50px;
  }
}

.el_med_comment_left .el_med_comment_img img.el_med_arrow_01,
.el_med_comment_right .el_med_comment_img img.el_med_arrow_02,
.el_med_comment_right .el_med_comment_img img.el_med_arrow_03 {
  width: 20px;
  height: 15px;
  position: absolute;
  top: 27.5px;
}

@media (max-width: 560px) {
  .el_med_comment_left .el_med_comment_img img.el_med_arrow_01,
  .el_med_comment_right .el_med_comment_img img.el_med_arrow_02,
  .el_med_comment_right .el_med_comment_img img.el_med_arrow_03 {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 17.5px;
  }
}

.el_med_comment_left .el_med_comment_img img.el_med_arrow_01 {
  right: 0;
}

.el_med_comment_right .el_med_comment_img img.el_med_arrow_02,
.el_med_comment_right .el_med_comment_img img.el_med_arrow_03 {
  left: 0;
}

.el_med_comment_left .el_med_comment_txt,
.el_med_comment_right .el_med_comment_txt {
  width: auto;
  max-width: 860px;
  border-radius: 1rem;
  box-sizing: border-box;
  letter-spacing: 0.6px;
}

.el_med_comment_left .el_med_comment_txt {
  margin-right: auto;
}

.el_med_comment_right .el_med_comment_txt {
  margin-left: auto;
}

.el_med_comment_txt ul > li {
  font-size: 1.6rem;
  line-height: 200%;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}

.el_med_comment_txt ul > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.el_med_comment_txt ul > li > ul > li {
  padding-left: 0;
  font-weight: normal;
}

.el_med_comment_txt ul > li > ul > li::before {
  content:none;
}



.el_med_comment_txt .el_med_comment_youtube {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 16 / 9;
  margin: 24px auto 0;
}
.el_med_comment_txt .el_med_comment_youtube iframe {
  width: 100%;
  height: 100%;
  padding: 0;
}


.b-back{
  background-color: #EDF6FF;
}

.r-back {
  background-color: #FFE8E8;
}

.o-back{
  background-color: #FFE8CC;
}

.g-back{
  background-color: #F1F1F1;
}

ul.el_med_comment_txt_img {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}

@media (max-width: 560px) {
  ul.el_med_comment_txt_img {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
  }
}

ul.el_med_comment_txt_img li {
  width: 50%;
  max-width: 320px;
  margin-top: 24px;
}

@media (max-width: 560px) {
  ul.el_med_comment_txt_img li {
    width: 100%;
    max-width: 560px;
    margin-top: 24px;
  }
}

.el_med_comment_txt_img p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3945BC;
  margin-bottom: 16px;
}

.el_med_comment_txt_img img {
  border-radius: 8px;
}

.el_summary {
  margin-top: 3.6rem;
  margin-bottom: 2.4rem;
}

.el_summary li {
  padding-left: 36px;
  font-size: 1.6rem;
  line-height: 180%;
  background-image: url(/company/use-case/images/check.png);
  background-repeat: no-repeat;
  background-size: 26px 20px;
  background-position: left 5px;
  letter-spacing: 0.6px;
}


.c-ac__left__btn__com,
.c-ac__right__btn__com {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 225px;
  color: #3945BC;
  border-radius: 35px;
  background-color: #fff;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #3945BC;
}

.c-ac__left__btn__com {
  padding: 14px 48px 14px 22px;
}

.c-ac__right__btn__com {
  padding: 14px 22px 14px 48px;
  margin-left: auto;
}

.c-ac__left__btn__com:hover,
.c-ac__right__btn__com:hover {
    background-color: #FA7833;
    color: #fff;
    border: none;
    transition: 0.5s;
    border: 1px solid #FA7833;
}

.c-ac__left__btn__com .c-ac__btn__allow {
  transform:scale(-1, 1);
}

.c-ac__left__btn__com:hover .c-ac__btn__allow,
.c-ac__right__btn__com:hover .c-ac__btn__allow {
  background-image: url(/images/c-ac__btn--orange.svg);
  transition: 0.5s;
}

.c-ac__left__btn__com:hover .c-ac__btn__allow {
  transform:scale(-1, 1);
}
