@charset "UTF-8";

/* common */
.l-content .c-fc--blue {
  color: #0f218b;
}
.l-content .c-fc--yellow {
  color: #fc0;
}
.l-content .c-text--line {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.l-content .c-list {
  display: flex;
  justify-content: center;
}

/* mv */
.l-content .c-mv {
  width: 950px;
  height: 200px;
  margin-bottom: 30px;
  background: url("/pr/vona/el/robot_cable_yoshinogawa/img/mv_250522.png") no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* summary */
.l-content .c-summary {
  margin-bottom: 30px;
  font-size: 16px;
}

/* button */
.l-content .m-btn--center .m-btn--conversion,
.l-content .m-btn--center .m-btn--strong {
  width: 360px;
}
.l-content .m-btn--center .m-btn--strong {
  padding: 9px 12px 8px;
  font-size: 15px;
}
.l-content .m-btn--center .c-btn__caption {
  font-size: 18px;
}
.l-content .m-btn--center .m-btn--strong + .c-btn__caption {
  font-size: 19px;
}

/* c-list--anchor */
.l-content .c-list--anchor {
  margin-top: 30px;
}
.l-content .c-list--anchor > li + li {
  padding-left: 10px;
}
.l-content .c-list--anchor .m-btn--down {
  width: 240px;
}

/* c-section */
.l-content .c-section {
  margin-top: 50px;
}
.l-content .c-section .c-section__inner {
  padding: 0 30px;
}

/* c-list--worry */
.l-content .c-section .c-list--worry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 15px;
  background: url("/pr/vona/el/robot_cable_yoshinogawa/img/bg_customer.png") no-repeat center bottom;
}
.l-content .c-section .c-list--worry > li {
  position: relative;
  display: flex;
  justify-content: center;
  width: 280px;
  padding: 15px 0 14px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #f4f4f4;
}
.l-content .c-section .c-list--worry > li:nth-child(n+4) {
  margin: 56px 30px 0;
}
.l-content .c-section .c-list--worry > li::after {
  position: absolute;
  right: 60px;
  bottom: -17px;
  display: block;
  width: 24px;
  height: 17px;
  background: url("/pr/vona/el/robot_cable_yoshinogawa/img/bg_fuki_02.png") no-repeat;
  content: "";
}
.l-content .c-section .c-list--worry > li:first-child::after {
  right: 0;
  width: 25px;
  background-image: url("/pr/vona/el/robot_cable_yoshinogawa/img/bg_fuki_01.png");
}
.l-content .c-section .c-list--worry > li:nth-child(3)::after {
  right: 245px;
  background-image: url("/pr/vona/el/robot_cable_yoshinogawa/img/bg_fuki_03.png");
}
.l-content .c-section .c-list--worry > li:nth-child(n+4)::after {
  bottom: 40px;
  width: 17px;
  height: 24px;
}
.l-content .c-section .c-list--worry > li:nth-child(4)::after {
  right: -17px;
  background-image: url("/pr/vona/el/robot_cable_yoshinogawa/img/bg_fuki_04.png");
}
.l-content .c-section .c-list--worry > li:nth-child(5)::after {
  right: auto;
  left: -17px;
  background-image: url("/pr/vona/el/robot_cable_yoshinogawa/img/bg_fuki_05.png");
}
.l-content .c-section .c-list--worry + p span {
  font-size: 26px;
}

/* c-feature */
.l-content .c-feature {
  margin-bottom: 40px;
}
.l-content .c-feature .c-feature__head,
.l-content .c-feature .c-feature__content.c-flex {
  display: flex;
}
.l-content .c-feature .c-feature__head {
  align-items: center;
  margin-bottom: 20px;
}
.l-content .c-feature .c-feature__head h3 {
  font-size: 16px;
}
.l-content .c-feature .c-feature__head .c-feature__head__btn {
  padding-left: 45px;
}
.l-content .c-feature .c-feature__head .c-feature__head__btn .m-btn--down {
  width: 240px;
}
.l-content .c-feature .c-feature__content {
  padding-right: 25px;
}
.l-content .c-feature .c-feature__content.c-flex {
  justify-content: space-between;
}
.l-content .c-feature .c-feature__content .m-table {
  width: 607px;
  margin: 0;
}
.l-content .c-feature .c-feature__content .m-table th,
.l-content .c-feature .c-feature__content .m-table td {
  font-size: 14px;
}
.l-content .c-feature .c-feature__content .m-table th {
  background-color: #fff;
}
.l-content .c-feature .c-feature__content .m-table td.c-bargraph {
  padding-left: 0;
  text-align: left;
}
.l-content .c-feature .c-feature__content .m-table td.c-bargraph span {
  padding-left: 65px;
}
.l-content .c-feature .c-feature__content .m-table td.c-bargraph span.c-bg--gray,
.l-content .c-feature .c-feature__content .m-table td.c-bargraph span.c-bg--yellow {
  display: inline-block;
  padding: 4px 0 3px 20px;
  box-sizing: border-box;
}
.l-content .c-feature .c-feature__content .m-table td.c-bargraph span.c-bg--gray {
  width: 102px;
  background-color: #e7e7e7;
}
.l-content .c-feature .c-feature__content .m-table td.c-bargraph span.c-bg--yellow {
  width: 100%;
  background-color: #fc0;
}
.l-content .c-feature .c-feature__content .c-text--baloon {
  position: relative;
  width: 430px;
  margin: 40px 5px 0 auto;
  padding: 22px 0;
  border: 2px solid #fc0;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 16px;
}
.l-content .c-feature .c-feature__content .c-text--baloon::before,
.l-content .c-feature .c-feature__content .c-text--baloon::after {
  position: absolute;
  left: 108px;
  display: block;
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  content: "";
}
.l-content .c-feature .c-feature__content .c-text--baloon::before {
  top: -40px;
  border-bottom: 40px solid #fc0;
}
.l-content .c-feature .c-feature__content .c-text--baloon::after {
  top: -36px;
  border-bottom: 40px solid #fff;
}
.l-content .c-feature .c-feature__content .c-feature__content__imgcaption {
  display: flex;
  width: 470px;
  padding-right: 10px;
}
.l-content .c-feature .c-feature__content .c-feature__content__imgcaption p {
  width: 50%;
}

/* c-box */
.l-content .c-box {
  width: 890px;
  padding: 15px 20px;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.l-content .c-box + .c-box {
  margin-top: 20px;
}
.l-content .c-box h3 {
  font-size: 18px;
}
.l-content .c-box .c-box__title {
  min-height: 24px;
  padding: 1px 0 0 40px;
  background: url("/pr/vona/el/robot_cable_yoshinogawa/img/bg_check.png") no-repeat;
}
.l-content .c-box .c-box__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
.l-content .c-box .c-box__inner > .c-image--feature--1 {
  margin-right: 55px;
}
.l-content .c-box .c-box__inner > .c-image--feature--2 {
  margin-right: 30px;
}
.l-content .c-box .c-box__inner > .c-image--feature--3 {
  margin-right: 50px;
}
.l-content .c-box .c-box__inner > div {
  width: 600px;
}
.l-content .c-box .c-box__inner > div > .c-list {
  justify-content: space-evenly;
  margin-bottom: 35px;
  padding-top: 10px;
}
.l-content .c-box .c-box__inner > div > .c-list > li {
  height: 50px;
  padding-top: 16px;
  box-sizing: border-box;
  background: url("/pr/vona/el/robot_cable_yoshinogawa/img/bg_x.png") no-repeat center top;
  font-size: 14px;
}
.l-content .c-box .c-box__inner > div > .c-list > li + li {
  margin-left: 50px;
}
.l-content .c-box .c-box__inner > div > p {
  padding-left: 10px;
  font-size: 22px;
}

/* お客さまの声 */
.l-content .c-section.c-section--voice .c-box {
  padding-right: 90px;
  padding-left: 90px;
}
.l-content .c-section.c-section--voice .c-box > p {
  font-size: 16px;
}
.l-content .c-section.c-section--voice .c-movie {
  display: flex;
  margin-top: 10px;
}
.l-content .c-section.c-section--voice .c-movie .c-movie__thumbnail {
  width: 256px;
}
.l-content .c-section.c-section--voice .c-movie .c-movie__text {
  width: 432px;
  padding-left: 20px;
}
.l-content .c-section.c-section--voice .c-movie .c-movie__text p {
  font-size: 14px;
}
.l-content .c-section.c-section--voice .c-box + p {
  font-size: 25px;
}

/* c-result */
.l-content .c-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.l-content .c-result h3 {
  width: 100%;
  font-size: 16px;
}
.l-content .c-result .c-result__content {
  width: 430px;
}
.l-content .c-result .c-result__content .c-result__content__image,
.l-content .c-result .c-result__content .c-result__content__image + p {
  display: flex;
  justify-content: center;
}
.l-content .c-result .c-result__content .c-result__content__image {
  align-items: center;
  height: 320px;
  border: 1px solid #5c82a7;
}
.l-content .c-result .c-result__content .c-result__content__image + p {
  height: 82px;
  padding-top: 10px;
  border: 1px solid #5c82a7;
  border-top: none;
  font-size: 12px;
}
.l-content .c-result .c-result__content .c-baloon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 3px 0 2px;
  border: 2px solid #e87731;
  border-radius: 25px;
}
.l-content .c-result .c-result__content .c-baloon::before,
.l-content .c-result .c-result__content .c-baloon::after {
  position: absolute;
  left: 108px;
  display: block;
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  content: "";
}
.l-content .c-result .c-result__content .c-baloon::before {
  top: -40px;
  border-bottom: 40px solid #e87731;
}
.l-content .c-result .c-result__content .c-baloon::after {
  top: -36px;
  border-bottom: 40px solid #fff;
}
.l-content .c-result .c-result__content .c-baloon p {
  color: #e87731;
  font-size: 16px;
}
.l-content .c-result .c-result__content .c-baloon p + p {
  font-size: 35px;
}
.l-content .c-result .c-result__content .c-baloon p .c-baloon__num {
  font-size: 56px;
}
.l-content .c-result .c-result__note {
  width: 510px;
  padding-left: 20px;
}
.l-content .c-result .c-result__note dl {
  display: flex;
  flex-wrap: wrap;
}
.l-content .c-result .c-result__note dl dt {
  width: 9em;
}

/* item */
.l-content .item .name {
  color: #004098;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.l-content .item .name.box_hover {
  cursor: pointer;
  text-decoration: underline;
}
.l-content .item .pic {
  width: 250px;
  margin: 8px auto 20px;
}
.l-content .item .pic.box_hover {
  cursor: pointer;
  opacity: .75;
}
.l-content .c-section > .c-list > .c-list__item {
  width: 250px;
  margin-left: 50px;
}
.l-content .c-section > .c-list > .c-list__item:first-child {
  margin-left: 0;
}
