@charset "UTF-8";

/* -------------------------
common
------------------------- */
.l-content .m-btnWin--conversion,
.l-content .m-btn--strong {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-content .m-btnWin--conversion {
  width: 434px;
  height: 58px;
}
.l-content .m-btn--strong {
  width: 360px;
  height: 67px;
}

/* -------------------------
contents
------------------------- */
/* text */
.l-content .c-fc--red {
  color: #d00;
}
.l-content .c-text--slash,
.l-content .c-text--slash--thin {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-content .c-text--slash::before,
.l-content .c-text--slash::after {
  display: inline-block;
  width: 35px;
  height: 47px;
}
.l-content .c-text--slash::before {
  margin-right: 10px;
  content: url("/maker/suruga/mech/pr/positioning_solution/img/pic_slash_left.png");
}
.l-content .c-text--slash::after {
  margin-left: 10px;
  content: url("/maker/suruga/mech/pr/positioning_solution/img/pic_slash_right.png");
}
.l-content .c-text--slash--thin::before,
.l-content .c-text--slash--thin::after {
  display: inline-block;
  width: 2px;
  height: 64px;
  background-color: #333;
  content: "";
}
.l-content .c-text--slash--thin::before {
  margin-right: 40px;
  transform: rotate(-25deg);
}
.l-content .c-text--slash--thin::after {
  margin-left: 40px;
  transform: rotate(25deg);
}

/* button */
.l-content .c-btn > p {
  font-size: 12px;
}

/* .c-section */
.l-content .c-section .c-section__text {
  color: #0f218b;
  font-size: 19px;
}

/* .c-anchorlink */
.l-content .c-anchorlink {
  display: flex;
  justify-content: center;
}
.l-content .c-anchorlink > li {
  width: 270px;
}
.l-content .c-anchorlink > li + li {
  margin-left: 10px;
}

/* .c-worry */
.l-content .c-worry {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}
.l-content .c-worry::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 40px solid #929292;
  border-right: 132px solid transparent;
  border-left: 132px solid transparent;
  transform: translateX(-50%);
  content: "";
}
.l-content .c-worry .c-worry__item {
  width: 300px;
}
.l-content .c-worry .c-worry__item .c-worry__item__head {
  width: 289px;
  padding: 4px 0 3px;
  border: 1px solid #c9c9c9;
  box-shadow: 2px 3px 3px #c4c4c4;
  box-sizing: border-box;
  font-size: 19px;
}
.l-content .c-worry .c-worry__item .c-worry__item__pic {
  display: flex;
  justify-content: center;
  height: 151px;
}

/* .c-worry.c-worry--02 */
.l-content .c-worry.c-worry--02 {
  width: 888px;
  justify-content: space-between;
}
.l-content .c-worry.c-worry--02 .c-worry__item {
  width: 440px;
  padding-bottom: 15px;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.l-content .c-worry.c-worry--02 .c-worry__item > h3 {
  padding: 6px 0 4px;
  background-color: #c9c9c9;
}
.l-content .c-worry.c-worry--02 .c-worry__item > p {
  font-size: 16px;
}

/* .c-solve */
.l-content .c-solve .c-solve__title {
  padding: 8px 0 6px;
  background-color: #f4f4f4;
  color: #0f218b;
}
.l-content .c-solve .cc-solve {
  display: flex;
  width: 900px;
}
.l-content .cc-solve .cc-solve__content,
.l-content .cc-solve .cc-solve__pic {
  width: 450px;
}
.l-content .cc-solve .cc-solve__content .cc-solve__content__title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 55px;
  padding-left: 77px;
  font-size: 18px;
}
.l-content .cc-solve .cc-solve__content .cc-solve__content__title::before {
  display: block;
  width: 90px;
  margin-right: 10px;
  padding: 5px 0 4px;
  border: 1px solid #004098;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  content: "Solution!";
}
.l-content .c-solve--02 .cc-solve .cc-solve__content .cc-solve__content__title {
  align-items: flex-end;
}
.l-content .cc-solve .cc-solve__content > p {
  font-size: 18px;
}
.l-content .cc-solve .cc-solve__content > p > span {
  font-size: 33px;
}
.l-content .c-solve--02 .cc-solve .cc-solve__content > p > span {
  font-size: 19px;
}
.l-content .cc-solve .cc-solve__content > ul {
  display: flex;
  justify-content: center;
}
.l-content .cc-solve .cc-solve__content > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 83px;
  padding-top: 2px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #3366ad;
  color: #fff;
  font-size: 16px;
  line-height: 1.3125;
}
.l-content .cc-solve .cc-solve__content > ul > li + li {
  margin-left: 18px;
}
.l-content .c-solve .c-btn__outer {
  display: flex;
  justify-content: center;
}
.l-content .c-solve .c-btn,
.l-content .c-solve .c-btn .m-btnWin--conversion {
  width: 280px;
}
.l-content .c-solve .c-btn + .c-btn {
  margin-left: 167px;
}

/* .c-product */
.l-content .c-product {
  width: 888px;
}
.l-content .c-product .c-product__title {
  padding-bottom: 8px;
  border-bottom: 2px solid #ccc;
}
.l-content .c-product .c-product__box__outer {
  display: flex;
  justify-content: space-between;
}
.l-content .c-product .c-product__box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 10px;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
}
.l-content .c-product .c-product__box {
  width: 589px;
}
.l-content .c-product .c-product__box + .c-product__box {
  width: 289px;
}
.l-content .c-solve--02 .c-product .c-product__box {
  flex-direction: column;
  align-items: center;
  width: 440px;
}
.l-content .c-product .c-product__box .c-product__box__pic {
  display: flex;
  align-items: center;
  height: 268px;
}
.l-content .c-solve--02 .c-product .c-product__box .c-product__box__pic {
  align-items: flex-start;
  height: 165px;
}
.l-content .c-product .c-product__box .c-product__box__pic.c-label--new {
  position: relative
}
.l-content .c-product .c-product__box .c-product__box__pic.c-label--new::before {
  position: absolute;
  top: 70px;
  right: -34px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 65px;
  padding-top: 2px;
  border-radius: 50%;
  background-color: #d00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  content: "NEW";
}
.l-content .c-product .c-product__box .c-product__box__text {
  font-size: 18px;
}
.l-content .c-solve--01 .c-product .c-product__box + .c-product__box .m-btn--strong {
  width: 247px;
}

/* .c-pick */
.l-content .c-pick {
  width: 888px;
  border: 1px solid #c9c9c9;
}
.l-content .c-pick .c-pick__head {
  padding: 10px 0 8px;
  background-color: #929292;
  color: #fff;
}
.l-content .c-pick .c-pick__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.l-content .c-pick .c-pick__content .c-pick__content__main {
  position: relative;
  padding-bottom: 10px;
  font-size: 26px;
}
.l-content .c-pick .c-pick__content .c-pick__content__main::after {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 0;
  display: block;
  width: 240px;
  height: 5px;
  margin: auto;
  background-color: #0f218b;
  content: "";
}

/* .c-product */
.l-content .c-contact {
  width: 888px;
  padding-bottom: 20px;
  border: 1px solid #c9c9c9;
}
.l-content .c-contact .c-contact__title {
  padding: 10px 0 7px;
  background-color: #f4f4f4;
}
.l-content .c-contact .c-contact__title > span {
  font-size: 22px;
  vertical-align: middle;
}
.l-content .c-contact .c-contact__title > .m-linkWin {
  margin: 0 0 0 15px;
}
.l-content .c-contact .c-contact__text {
  font-size: 28px;
}
.l-content .c-contact .c-contact__text--address {
  display: flex;
  justify-content: center;
}
.l-content .c-contact .c-gallery {
  display: flex;
  justify-content: center;
}
.l-content .c-contact .c-gallery img + img {
  margin-left: 10px;
}