/* ----------------------------------------------------------------
SCSS import
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
SCSS variable
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
mainSection
----------------------------------------------------------------- */
#contents {
  /* ----------------------------------------------------------------
  mv
  ----------------------------------------------------------------- */
}
#contents .mainSection {
  width: 100%;
  margin: 25px auto 0;
}
#contents .mainSection .mainvisual_guide {
  overflow: hidden;
  position: relative;
  z-index: 500;
  min-width: none;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto -10px;
  padding: 0 0 10px;
}
@media screen and (max-width: 767px) {
  #contents .mainSection .mainvisual_guide {
    margin: 0;
    padding: 0;
  }
}
#contents .mainSection .mainvisual_guide #slide_guide img {
  opacity: 0;
}
#contents .mainSection .mainvisual_guide #slide_guide.slick-initialized img {
  opacity: 1;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-prev {
  z-index: 1;
  top: 33%;
  left: 50%;
  margin-left: -602px;
}
@media screen and (max-width: 767px) {
  #contents .mainSection .mainvisual_guide #slide_guide .slick-prev {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 1;
    top: 37%;
    left: -23px;
    margin-left: auto;
  }
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-prev::before {
  display: block;
  position: absolute;
  width: 40px;
  height: 108px;
  background: url(/images/nav_reco_01_noshadow.png) no-repeat 0 0;
  content: "";
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-next {
  z-index: 1;
  top: 33%;
  right: 50%;
  margin-right: -583px;
}
@media screen and (max-width: 767px) {
  #contents .mainSection .mainvisual_guide #slide_guide .slick-next {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 1;
    top: 37%;
    right: -4px;
    margin-right: auto;
  }
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-next::before {
  display: block;
  width: 40px;
  height: 108px;
  background: url(/images/nav_reco_02_noshadow.png) no-repeat 0 0;
  content: "";
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots {
    bottom: -35px;
    left: 50%;
    width: auto;
    font-size: 25px;
    font-weight: bold;
    transform: translateX(-50%);
}
 
@media screen and (max-width: 767px){
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots {
    position: unset;
    width: auto;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    transform: translateX(0);
}
}
#contents .mainSection .mainvisual_guide #slide_guide li {
  float: left;
  color: #003399;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots li {
  opacity: 1;
  color: #c6c6c6;
  font-size: 12px;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots li.slick-active button::before {
  color: #003399;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPly {
  display: none;
  margin-left: 0;
  font-size: 192%;
  text-indent: -13px;
  line-height: 0.45;
}
@media screen and (max-width: 767px) {
  #contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPly {
    text-indent: -0.2em;
  }
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPly a {
  display: block;
  width: 20px;
  height: 20px;
  color: #003399;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPly a:hover {
  text-decoration: none;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPse {
  font-size: 72%;
  text-indent: -10px;
  line-height: 1.2;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPse a {
  width: 20px;
  height: 20px;
  color: #003399;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPse a:hover {
  text-decoration: none;
}
#contents .mainSection .mainvisual_guide .slick-slider {
  position: relative;
  z-index: 980;
  top: 0;
  left: 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  #contents .mainSection .mainvisual_guide .slick-slider {
    margin-bottom: 0;
  }
}
#contents .mainSection .mainvisual_guide .slick-slider .slick-list .slick-track .slick-slide {
  float: left;
}
#contents .mainSection .mainvisual_guide .slick-slider .slick-list .slick-track .slick-slide a {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contents .mainSection .mainvisual_guide .slick-slider .slick-list .slick-track .slick-slide a {
    width: 100%;
  }
}
#contents .mainSection .mainvisual_guide .slick-slider .slick-list .slick-track .slick-slide a img {
  width: 100%;
}
#contents .mv > .inner {
  overflow: hidden;
  position: relative;
  min-width: 960px;
  height: 292px;
}
@media screen and (max-width: 767px) {
  #contents .mv > .inner {
    min-width: 100%;
    height: auto;
  }
}
#contents .mv > .inner h2 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1693px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #contents .mv > .inner h2 {
    position: static;
    width: 100%;
    transform: translateX(0);
  }
}
#contents .mv > .inner h2 img {
  width: 100%;
}

/* ----------------------------------------------------------------
container
----------------------------------------------------------------- */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  /* ----------------------------------------------------------------
  anchor
  ----------------------------------------------------------------- */
  /* ----------------------------------------------------------------
  example
  ----------------------------------------------------------------- */
  /* ----------------------------------------------------------------
  products
  ----------------------------------------------------------------- */
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.container figure {
  margin: 0;
  padding: 0;
}
.container a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.container .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .container .pc {
    display: none;
  }
}
.container .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .container .sp {
    display: block;
  }
}
.container .notes {
  position: absolute;
  top: -52px;
  right: 136px;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .container .notes {
    right: 10px;
    font-size: 10px;
  }
}
.container .anchor {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .container .anchor {
    margin-top: 13px;
  }
}
.container .anchor__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .container .anchor__list {
    justify-content: center;
  }
}
.container .anchor__list .list__item {
  width: 473px;
}
@media screen and (max-width: 767px) {
  .container .anchor__list .list__item {
    width: 45.3333333333%;
    height: 33px;
    margin: 0 2px;
  }
}
.container .anchor__list .list__item > a {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 12px 0 22px 0;
  background-color: #d8e5ff;
  color: #01316c;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .container .anchor__list .list__item > a {
    height: 100%;
    padding: 6px 0 0 0;
    border-radius: 2px 2px 0 0;
    border-radius: 2px;
    font-size: 11px;
    line-height: 1;
  }
}
@media screen and (max-width: 374px) {
  .container .anchor__list .list__item > a {
    font-size: 2.941vw;
  }
}
.container .anchor__list .list__item > a::after {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #01316c;
  border-right: 1px solid #01316c;
  content: "";
  transform: translateX(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .container .anchor__list .list__item > a::after {
    bottom: 5px;
    width: 5px;
    height: 5px;
  }
}
.container .anchor__list .list__item > a span {
  margin-left: 0.2em;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .container .anchor__list .list__item > a span {
    display: block;
    margin-top: 0.1em;
    margin-left: 0;
    font-size: 8.5px;
  }
}
.container .example {
  padding: 52px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .container .example {
    padding: 17px 0 15px 0;
  }
}
.container .example h2 {
  position: relative;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .container .example h2 {
    width: 92%;
    margin: 0 auto;
  }
}
.container .example h2::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #01316c;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .container .example h2::after {
    height: 1px;
    border-top: 1px dotted #01316c;
  }
}
.container .example h2 > span {
  position: relative;
  z-index: 2;
  padding: 0 28px;
  background-color: #ffffff;
  color: #01316c;
  font-size: 25px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .container .example h2 > span {
    padding: 0 7px;
    font-size: 11px;
  }
}
@media screen and (max-width: 374px) {
  .container .example h2 > span {
    font-size: 2.941vw;
  }
}
.container .seminar {
  padding: 52px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .container .seminar {
    padding: 17px 0 15px 0;
  }
}
.container .seminar > .inner {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .container .seminar > .inner {
    width: 92%;
    margin: 23px auto 0;
  }
}
.container .seminar h2 {
  position: relative;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .container .seminar h2 {
    width: 92%;
    margin: 0 auto;
  }
}
.container .seminar h2::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #01316c;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .container .seminar h2::after {
    height: 1px;
    border-top: 1px dotted #01316c;
  }
}
.container .seminar h2 > span {
  position: relative;
  z-index: 2;
  padding: 0 28px;
  background-color: #ffffff;
  color: #01316c;
  font-size: 25px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .container .seminar h2 > span {
    padding: 0 7px;
    font-size: 11px;
  }
}
@media screen and (max-width: 374px) {
  .container .seminar h2 > span {
    font-size: 2.941vw;
  }
}
.container .seminar img {
    width: 100%;
  }
.container .example__list {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .container .example__list {
    margin-top: 23px;
  }
}
.container .example__list > .list__item .head {
  padding: 24px 0 8px 0;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item .head {
    width: 92%;
    margin: 0 auto;
    padding: 11px 0 7px 0;
    border-radius: 8px;
  }
}
.container .example__list > .list__item .head h3 {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item .head h3 {
    font-size: 12.5px;
  }
}
.container .example__list > .list__item .head .lead {
  margin-top: 9px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 1.51;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item .head .lead {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.36;
  }
}
.container .example__list > .list__item > ul {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul {
    margin-top: 13px;
  }
}
.container .example__list > .list__item > ul > .list__item + .list__item {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul > .list__item + .list__item {
    margin-top: 10px;
  }
}
.container .example__list > .list__item > ul > .list__item a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul > .list__item a {
    display: block;
    box-sizing: border-box;
    width: calc(100% - 29px);
    padding: 5px 5px 5px 10px;
  }
}
.container .example__list > .list__item > ul > .list__item a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -25px;
  width: 0;
  height: 0;
  content: "";
  transform: translateY(-50%);
}
.container .example__list > .list__item > ul > .list__item a:hover {
  opacity: 1;
}
.container .example__list > .list__item > ul > .list__item a:hover > figure:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul > .list__item a:hover > figure:before {
    display: none;
  }
}
.container .example__list > .list__item > ul > .list__item a:hover .detail__list:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul > .list__item a:hover .detail__list:before {
    display: none;
  }
}
.container .example__list > .list__item > ul > .list__item a > figure {
  position: relative;
  width: 268px;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul > .list__item a > figure {
    position: absolute;
    z-index: 4;
    top: calc(50% - 10px);
    right: 0;
    width: 100px;
    transform: translateY(-50%);
  }
}
.container .example__list > .list__item > ul > .list__item a > figure img {
  width: 100%;
}
.container .example__list > .list__item > ul > .list__item a .detail__list {
  position: relative;
  width: 580px;
  margin-left: 8px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul > .list__item a .detail__list {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    padding: 9px 0 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul > .list__item a .detail__list::after {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -25px;
    width: 0;
    height: 0;
    content: "";
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul > .list__item a .detail__list > .list__item + .list__item {
    margin-top: 2px;
  }
}
.container .example__list > .list__item > ul > .list__item a .detail__list > .list__item > dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 8px;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul > .list__item a .detail__list > .list__item > dl {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.container .example__list > .list__item > ul > .list__item a .detail__list > .list__item > dl.twoline {
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul > .list__item a .detail__list > .list__item > dl.twoline {
    padding: 0;
  }
}
.container .example__list > .list__item > ul > .list__item a .detail__list > .list__item > dl > dt {
  box-sizing: border-box;
  width: 112px;
  height: 44px;
  font-size: 15px;
  text-align: center;
  line-height: 44px;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul > .list__item a .detail__list > .list__item > dl > dt {
    width: 120px;
    height: 15px;
    font-size: 11px;
    line-height: 15px;
  }
}
.container .example__list > .list__item > ul > .list__item a .detail__list > .list__item > dl > dd {
  width: 440px;
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul > .list__item a .detail__list > .list__item > dl > dd {
    width: 100%;
    margin-top: 3px;
    font-size: 10px;
  }
}
.container .example__list > .list__item > ul > .list__item a .detail__list > .list__item:nth-child(2) > dl > dt {
  background-color: #ad1c24;
  color: #ffffff;
}
.container .example__list > .list__item > ul > .list__item a .detail__list > .list__item:nth-child(2) > dl > dd {
  color: #ad1c24;
}
.container .example__list > .list__item > ul > .list__item a .text {
  width: 1em;
  margin-left: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item > ul > .list__item a .text {
    position: absolute;
    z-index: 4;
    top: calc(50% + 46px);
    right: 0;
    width: 100px;
    margin-left: 0;
    line-height: 1;
    white-space: nowrap;
    transform: translateY(-50%);
  }
}
.container .example__list > .list__item--store .head {
  background-color: #deeada;
}
.container .example__list > .list__item--store .head h3, .container .example__list > .list__item--store .head .lead {
  color: #007180;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--store .store__list > .list__item:first-child a::after {
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 25px solid #e3ede0;
  }
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--store .store__list > .list__item:first-child a .detail__list::after {
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
    border-left: 25px solid #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--store .store__list > .list__item:last-child a::after {
    border-top: 72px solid transparent;
    border-bottom: 72px solid transparent;
    border-left: 25px solid #e3ede0;
  }
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--store .store__list > .list__item:last-child a .detail__list::after {
    border-top: 67px solid transparent;
    border-bottom: 67px solid transparent;
    border-left: 25px solid #ffffff;
  }
}
.container .example__list > .list__item--store .store__list > .list__item a {
  background: url(/b_solution/retail/images/index_bg_example_list_store.png) no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--store .store__list > .list__item a {
    background: #e3ede0;
  }
}
.container .example__list > .list__item--store .store__list > .list__item a:hover {
  background: url(/b_solution/retail/images/index_bg_example_list_store_hover.png) no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--store .store__list > .list__item a:hover {
    background: #e3ede0;
  }
}
.container .example__list > .list__item--store .store__list > .list__item a:hover .text {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--store .store__list > .list__item a:hover .text {
    color: #007180;
  }
}
.container .example__list > .list__item--store .store__list > .list__item a .detail__list > .list__item + .list__item > dl {
  border-top: 1px dotted #87b281;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--store .store__list > .list__item a .detail__list > .list__item + .list__item > dl {
    border: none;
  }
}
.container .example__list > .list__item--store .store__list > .list__item a .detail__list > .list__item:nth-child(1) > dl dt {
  background-color: #deeada;
  color: #007180;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--store .store__list > .list__item a .detail__list > .list__item:nth-child(1) > dl dd {
    color: #008292;
  }
}
.container .example__list > .list__item--store .store__list > .list__item a .detail__list > .list__item:nth-child(3) > dl dt {
  border: 1px solid #007180;
  color: #007180;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--store .store__list > .list__item a .detail__list > .list__item:nth-child(3) > dl dd {
    color: #008292;
  }
}
.container .example__list > .list__item--store .store__list > .list__item a .text {
  color: #007180;
}
.container .example__list > .list__item--business {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--business {
    margin-top: 23px;
  }
}
.container .example__list > .list__item--business .head {
  background-color: #e2e8ef;
}
.container .example__list > .list__item--business .head h3, .container .example__list > .list__item--business .head .lead {
  color: #0080a6;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--business .business__list > .list__item:first-child a::after {
    border-top: 78px solid transparent;
    border-bottom: 78px solid transparent;
    border-left: 25px solid #e7ecf1;
  }
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--business .business__list > .list__item:first-child a .detail__list::after {
    border-top: 73px solid transparent;
    border-bottom: 73px solid transparent;
    border-left: 25px solid #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--business .business__list > .list__item:last-child a::after {
    border-top: 71px solid transparent;
    border-bottom: 71px solid transparent;
    border-left: 25px solid #e7ecf1;
  }
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--business .business__list > .list__item:last-child a .detail__list::after {
    border-top: 66px solid transparent;
    border-bottom: 66px solid transparent;
    border-left: 25px solid #ffffff;
  }
}
.container .example__list > .list__item--business .business__list > .list__item a {
  background: url(/b_solution/retail/images/index_bg_example_list_business.png) no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--business .business__list > .list__item a {
    background: #e7ecf1;
  }
}
.container .example__list > .list__item--business .business__list > .list__item a:hover {
  background: url(/b_solution/retail/images/index_bg_example_list_business_hover.png) no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--business .business__list > .list__item a:hover {
    background: #e7ecf1;
  }
}
.container .example__list > .list__item--business .business__list > .list__item a:hover .text {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--business .business__list > .list__item a:hover .text {
    color: #0080a6;
  }
}
.container .example__list > .list__item--business .business__list > .list__item a .detail__list > .list__item + .list__item > dl {
  border-top: 1px dotted #75a2bb;
}
@media screen and (max-width: 767px) {
  .container .example__list > .list__item--business .business__list > .list__item a .detail__list > .list__item + .list__item > dl {
    border: none;
  }
}
.container .example__list > .list__item--business .business__list > .list__item a .detail__list > .list__item:nth-child(1) > dl dt {
  background-color: #e2e8ef;
  color: #0080a6;
}
.container .example__list > .list__item--business .business__list > .list__item a .detail__list > .list__item:nth-child(3) > dl dt {
  border: 1px solid #0080a6;
  color: #0080a6;
}
.container .example__list > .list__item--business .business__list > .list__item a .text {
  color: #0080a6;
}
.container .example__other {
  width: 542px;
  margin: 62px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .container .example__other {
    width: 92%;
    margin-top: 31px;
  }
}
.container .example__other > a {
  display: block;
  position: relative;
  padding: 14px 0 11px 0;
  border-radius: 48px;
  background: linear-gradient(to right, #007180, #0080a6);
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .container .example__other > a {
    padding: 6px 0;
    font-size: 12px;
  }
}
.container .example__other > a:hover {
  background: linear-gradient(to right, #2a8e9c, #3ca0bd);
  opacity: 1;
}
.container .example__other > a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  width: 16px;
  height: 16px;
  background: url(/b_solution/retail/images/index_ps_example_arrow_3.svg) no-repeat center center;
  background-size: 100%;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .container .example__other > a::after {
    right: 75px;
    width: 8px;
    height: 8px;
  }
}
.container .products {
  padding: 52px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .container .products {
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .container .products > .inner {
    width: 92%;
    margin: 0 auto;
  }
}
.container .products h2 {
  position: relative;
  margin: 0;
  text-align: center;
}
.container .products h2::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #01316c;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .container .products h2::after {
    height: 1px;
    border-top: 1px dotted #01316c;
  }
}
.container .products h2 > span {
  position: relative;
  z-index: 2;
  padding: 0 28px;
  background-color: #ffffff;
  color: #01316c;
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .container .products h2 > span {
    padding: 0 7px;
    font-size: 11px;
  }
}
@media screen and (max-width: 374px) {
  .container .products h2 > span {
    font-size: 2.941vw;
  }
}
.container .products__list {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .container .products__list {
    justify-content: space-between;
    margin-top: 17px;
  }
}
.container .products__list .list__item {
  box-sizing: border-box;
  width: 224px;
  margin: 0 10px;
  border: 1px solid #888888;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .container .products__list .list__item {
    width: 32.4637681159%;
    margin: 0;
    border-radius: 5px;
  }
}
.container .products__list .list__item > a {
  display: block;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .container .products__list .list__item > a {
    padding-bottom: 10px;
  }
}
.container .products__list .list__item > a > figure img {
  width: 100%;
}
.container .products__list .list__item > a .name {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .container .products__list .list__item > a .name {
    font-size: 10px;
  }
}