@charset "UTF-8";
.outer-wrap {
  width: 950px;
  margin: auto;
  color: #222222;
  text-align: left;
}
.outer-wrap a {
  color: #222222;
}
.outer-wrap a:hover {
  opacity: 0.8;
}

.headline-h2 > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.headline-h2 > *:first-child {
  margin-left: 0;
}

.header-h2 {
  color: #222222;
  font-size: 50px;
}

.emph-box, .emph-box-s {
  display: inline-block;
  border: 1px solid #bf0000;
  padding: 5px;
  color: #bf0000;
  background: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.emph-box-s {
  padding: 0 8px;
  font-size: 14px;
}

.headline-h3 {
  padding: 5px 20px;
  color: #ffffff;
  background: #777777;
  font-size: 18px;
  font-weight: bold;
}
.headline-h3 > * {
  display: inline-block;
  vertical-align: middle;
}
.headline-h3 .header-main {
  font-size: 32px;
  font-weight: normal;
}
.headline-h3 .header-sub {
  font-size: 16px;
  font-weight: normal;
}

.headline-h4 {
  font-size: 32px;
}
.headline-h4 > * {
  font-size: 20px;
  font-weight: bold;
}

.ico-feature {
  overflow: hidden;
}
.ico-feature > li {
  float: left;
  width: 100px;
  height: 90px;
  margin-left: 5px;
  overflow: hidden;
  background-image: url(/business/resource/common/img/product/icon_feature.png);
  background-repeat: no-repeat;
  text-indent: -100px;
  font-size: 0;
}
.ico-feature > li:first-child {
  margin-left: 25px;
}
.ico-feature > li.ico-off {
  opacity: 0.25;
}
.ico-feature .ico-feature-waterproof {
  background-position: 0 0;
}
.ico-feature .ico-feature-wallet {
  background-position: -110px 0;
}
.ico-feature .ico-feature-onesegment {
  background-position: -220px 0;
}
.ico-feature .ico-feature-volte {
  background-position: -330px 0;
}
.ico-feature .ico-feature-fingerprint {
  background-position: -440px 0;
}
.ico-feature .ico-feature-powersaving {
  background-position: -550px 0;
}
.ico-feature .ico-feature-tethering {
  background-position: -660px 0;
}
.ico-feature .ico-feature-bluetooth {
  background-position: -770px 0;
}
.ico-feature .ico-feature-gps {
  background-position: -880px 0;
}

.btn-apply, .btn-apply-s {
  position: relative;
  display: inline-block;
  width: 400px;
  padding: 12px 0;
  border-radius: 8px;
  color: #ffffff !important;
  background: #bf0000;
  box-shadow: 0 3px 2px 2px rgba(0, 0, 0, 0.24);
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.btn-apply:before, .btn-apply-s:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 8px;
  height: 8px;
  margin-top: -8px;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  overflow: hidden;
  transform: rotate(-45deg);
}
.btn-apply[href^="#"]:before, [href^="#"].btn-apply-s:before {
  transform: rotate(45deg);
}
.btn-apply[target="_blank"]:after, [target="_blank"].btn-apply-s:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  background: url(/resource/pc/img/common/icon-blank02.gif) no-repeat;
}
.btn-apply-s {
  width: 280px;
  padding: 4px 0;
  font-size: 16px;
  box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.24);
}
.btn-apply-s:before {
  right: 10px;
}

.wrap-overlay {
  display: none;
}

.bg-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.6;
  z-index: 1001;
}

.box-overlay {
  position: fixed;
  top: 25px;
  left: 50%;
  width: 750px;
  margin-left: -375px;
  background: #ffffff;
  z-index: 1002;
}
.box-overlay-inner {
  position: relative;
  height: 470px;
  padding: 20px;
}
.box-overlay-bottom {
  padding: 14px 16px;
  background: #f2f2f2;
}
.box-overlay .img-product {
  display: table;
  width: 430px;
  height: 430px;
  margin: 0 auto 10px;
  padding: 0 10px 10px;
}
.box-overlay .img-product span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.box-overlay .img-product img {
  max-width: 430px;
  max-height: 430px;
}
.box-overlay .ico-left {
  position: absolute;
  top: 50%;
  left: 85px;
}
.box-overlay .ico-right {
  position: absolute;
  top: 50%;
  right: 85px;
}

.ico-left {
  content: "";
  width: 30px;
  height: 30px;
  border-left: 7px solid #222222;
  border-bottom: 7px solid #222222;
  transform: rotate(45deg);
  font-size: 0;
  text-indent: -100px;
  cursor: pointer;
}

.ico-right {
  content: "";
  width: 30px;
  height: 30px;
  border-right: 7px solid #222222;
  border-bottom: 7px solid #222222;
  transform: rotate(-45deg);
  font-size: 0;
  text-indent: -100px;
  cursor: pointer;
}

.ico-close {
  position: relative;
  line-height: 40px;
  display: inline-block;
  padding-left: 30px;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.ico-close:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 40px;
  overflow: hidden;
  background: #222222;
  transform: rotate(45deg);
}
.ico-close:after {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 40px;
  overflow: hidden;
  background: #222222;
  transform: rotate(-45deg);
}

.thumbnail-list-s {
  overflow: hidden;
}
.thumbnail-list-s > li {
  float: left;
  margin-left: 10px;
  border: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.thumbnail-list-s > li:first-child {
  margin-left: 0;
}
.visual-box .thumbnail-list-s > li:nth-child(n + 7) {
  display: none;
}
.box-overlay .thumbnail-list-s > li {
  margin-left: 13px;
}
.box-overlay .thumbnail-list-s > li:nth-child(10n + 1) {
  margin-left: 0;
}
.box-overlay .thumbnail-list-s > li:nth-child(n + 11) {
  margin-top: 14px;
}
.thumbnail-list-s > li a {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 4px;
}
.thumbnail-list-s > li img {
  max-width: 50px;
  max-height: 50px;
  cursor: pointer;
}

.tab-menu {
  border-bottom: 6px solid #777777;
}
.tab-menu ul {
  overflow: hidden;
}
.tab-menu li {
  float: left;
  margin-right: 5px;
}
.tab-menu a {
  display: block;
  line-height: 50px;
  width: 150px;
  border-radius: 7px 7px 0 0;
  color: #222222;
  background: #e8e8e8;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.tab-menu a:visited, .tab-menu a:link {
  color: #222222;
}
.tab-menu a:hover {
  color: #ffffff;
  background: #777777;
  opacity: 1;
}
.tab-menu .active a {
  cursor: default;
  color: #ffffff !important;
  background: #777777;
}

.local-menu {
  background: #444444;
  font-size: 18px;
  font-weight: bold;
}
.local-menu ul {
  overflow: hidden;
  border-left: 1px solid #ffffff;
}
.local-menu li {
  float: left;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
}
.local-menu li a {
  display: block;
  line-height: 50px;
  width: 158px;
  color: #ffffff !important;
  text-decoration: none;
}
.local-menu li a:hover {
  background: #666666;
  opacity: 1;
}
.local-menu li a:after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  border: 8px solid transparent;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.outer-bg {
  background: #f2f2f2;
}

.color-product-list {
  text-align: center;
}
.color-product-list ul {
  display: inline-block;
  overflow: hidden;
}
.color-product-list ul li {
  float: left;
  margin-left: 10px;
}
.color-product-list ul li:first-child {
  margin-left: 0;
}

.txt-42 {
  font-size: 42px;
}

.txt-30 {
  font-size: 30px;
}

.txt-24 {
  font-size: 24px;
}

.txt-catch {
  font-size: 20px;
}

.txt-maker {
  font-size: 16px;
}

.txt-maker-s {
  color: #999999;
  font-size: 14px;
}

.txt-product-s {
  font-size: 16px;
  font-weight: bold;
}

.txt-price {
  font-size: 14px;
}

.txt-price-l {
  font-size: 32px;
}

.txt-sub {
  color: #999999;
}

.txt-emph, .txt-emph-s {
  font-weight: bold;
}
.txt-emph-s {
  font-weight: normal;
}

.box-emph {
  display: inline-block;
  padding: 3px 9px;
  color: #ffffff;
  background: #bf0000;
  font-size: 14px;
}

.box-emph-02 {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #bf0000;
  color: #bf0000;
  background: #ffffff;
  font-size: 14px;
  white-space: nowrap;
}

.separate-list li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
}
.separate-list li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.discount-inner {
  display: table;
  min-height: 70px;
}
.discount-inner > * {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.discount-inner > *.normal-price {
  padding-right: 50px;
}
.discount-inner > *.normal-price:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left-color: #bf0000;
  border-left-width: 18px;
}
.discount-inner .txt-price {
  width: 270px;
}

.feature-price-box {
  padding: 20px;
  background: #ffffff;
}
.feature-price-box .txt-price-l {
  font-weight: bold;
}
.feature-price-box .media-object img {
  max-height: 80px;
  max-width: 52px;
  margin-left: 25px;
}
.feature-price-box-inner {
  display: table;
  width: 100%;
}
.feature-price-box-title {
  display: table-cell;
  vertical-align: top;
}
.feature-price-box-product {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px 0 20px;
  border-right: 1px solid #cccccc;
}
.feature-price-box-price {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 10px;
  white-space: nowrap;
}
.feature-price-box-price .emph-box-s {
  vertical-align: 0.5em;
  width: 50px;
  padding-right: 0;
  padding-left: 0;
  margin-right: 10px;
  text-align: center;
}
.feature-price-box-price div {
  padding-left: 65px;
}
.feature-price-box-price div:first-child {
  padding-left: 0;
}
.feature-price-box-btn {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
  padding: 0 20px 0;
}

.package-l, .package-m, .package-s, .package-ll {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 18px;
  border-top: 1px solid #eba1a7;
  border-bottom: 1px solid #eba1a7;
  color: #990000;
  background: #fff2f3;
  font-size: 14px;
  font-weight: bold;
}

.package-m {
  border-color: #e8c98a;
  color: #987635;
  background: #fff5e2;
}

.package-s {
  border-color: #9bdaf3;
  color: #006699;
  background: #ecfaff;
}

.package-ll {
  border-color: #9bdaf3;
  color: #01649b;
  background: #edfaff;
}

.media {
  overflow: hidden;
}

.media-txt {
  overflow: hidden;
}

.media-object {
  float: right;
}

.feature-outer-wrap {
  width: 990px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0 6px 6px 4px rgba(187, 187, 187, 0.3);
  text-align: left;
}

.feature-inner-wrap {
  padding: 0 20px;
}

.feature-media {
  display: table;
  margin-top: 20px;
}
.feature-media > * {
  display: table-cell;
  vertical-align: middle;
  width: 440px;
}
.feature-media > *:first-child {
  padding-right: 30px;
}

.feature-media-image {
  width: 480px;
  text-align: center;
}
.feature-media-image img {
  max-width: 480px;
}

.feature-txt,
.feature-image {
  margin-top: 20px;
}
.feature-txt img,
.feature-image img {
  max-width: 100%;
}

.table {
  display: table;
}
.table.full {
  width: 100%;
}
.table > * {
  display: table-cell;
}

.price-box {
  line-height: 1.3;
}
.price-box-header {
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  background: #666666;
  font-size: 16px;
}
.price-box-wrap {
  display: table;
}
.price-box-title {
  display: table-cell;
  vertical-align: middle;
  width: 160px;
  height: 60px;
  padding: 12px 0;
  border: 3px solid #e8e8e8;
  box-shadow: 0px 0px 0 1px rgba(153, 153, 153, 0.3) inset;
  color: #666666;
  background: #e8e8e8;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.price-box-title .title-optional {
  font-size: 16px;
}
.price-box-title .title-sub {
  font-size: 12px;
}
.price-box-detail {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  padding-left: 15px;
}
.price-box-detail.discount-wrap {
  width: 770px;
}
.price-box .box-emph,
.price-box .box-emph-02 {
  margin-bottom: 7px;
}

.visual-box {
  position: relative;
  min-height: 460px;
  padding-left: 475px;
  text-align: center;
}
.visual-box-image {
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  height: 460px;
  width: 475px;
}
.visual-box-image span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.visual-box-image img {
  max-height: 460px;
  max-width: 475px;
}
.visual-box .thumbnail-list-wrap {
  text-align: center;
}
.visual-box .thumbnail-list-wrap .thumbnail-list-s {
  display: inline-block;
}

.banner-list-wrap {
  text-align: center;
}
.banner-list-wrap ul {
  display: inline-block;
  overflow: hidden;
}
.banner-list-wrap li {
  float: left;
}
.banner-list-wrap li:first-child {
  margin-left: 0;
}

.banner-list-01 img {
  width: 950px;
  max-width: 100%;
}

.banner-list-02 li {
  margin-left: 20px;
}
.banner-list-02 img {
  width: 465px;
}

.banner-list-03 li {
  margin-left: 25px;
}
.banner-list-03 img {
  width: 300px;
}

.banner-list-04 li {
  margin-left: 23px;
}
.banner-list-04 img {
  width: 220px;
}

.banner-list-05 li {
  margin-left: 12px;
}
.banner-list-05 img {
  width: 180px;
}

.banner-list-06 li {
  margin-left: 10px;
}
.banner-list-06 img {
  width: 150px;
}

.table-spec {
  width: 100%;
  border-collapse: collapse;
}
.table-spec th,
.table-spec td {
  padding: 15px;
  border: 1px solid #cccccc;
}
.table-spec th {
  width: 25%;
  background: #e8e8e8;
}
.table-spec td {
  background: #ffffff;
}

/* include */
.battery-list .mod-hdg2-01 {
  margin: 0 0 20px;
  padding: 0;
  color: #222222;
  background: #ffffff;
  font-weight: bold;
}
.battery-list .mod-productList-01 {
  margin-bottom: 0;
}

.device-list {
  margin-bottom: 0;
}
.device-list .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.device-list .bx-viewport {
  height: auto !important;
}
.device-list .box {
  margin-top: 20px;
}
.device-list .mix-area {
  margin-top: 20px;
  text-align: right;
}

.bonus-box,
.discount-box {
  margin-top: 15px;
}
.bonus-box > dt,
.discount-box > dt {
  display: inline-block;
  padding: 5px 10px;
  color: #ffff00;
  background: #089ebc;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.bonus-box > dd,
.discount-box > dd {
  padding: 10px 20px;
  border: 2px solid #089ebc;
  border-radius: 0 5px 5px 5px;
  background: #ffffff;
  font-size: 14px;
}
.bonus-box > dd > p,
.discount-box > dd > p {
  font-size: 20px;
}
.bonus-box .txt-xxlarge,
.discount-box .txt-xxlarge {
  font-size: 40px;
}
.bonus-box .txt-xlarge,
.discount-box .txt-xlarge {
  font-size: 32px;
}
.bonus-box .txt-large,
.discount-box .txt-large {
  font-size: 22px;
}
.bonus-box .txt-middle,
.discount-box .txt-middle {
  font-size: 18px;
}
.bonus-box .second-box,
.bonus-box .third-box,
.discount-box .second-box,
.discount-box .third-box {
  display: inline-table;
}
.bonus-box .second-box > *,
.bonus-box .third-box > *,
.discount-box .second-box > *,
.discount-box .third-box > * {
  display: table-cell;
  vertical-align: middle;
}
.bonus-box .point-box,
.discount-box .point-box {
  padding-left: 20px;
}

.discount-box > dt {
  background: #bf0000;
}
.discount-box > dd {
  border-color: #bf0000;
}

.top_banner {
  background: #eeeeee;
}
.top_banner > a {
  position: relative;
  display: block;
  width: 950px;
  margin: auto;
  text-decoration: none;
}
.top_banner .discount_2ndsim {
  position: absolute;
  top: 0;
  left: 446px;
  display: table;
}
.top_banner .discount_2ndsim > span {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
  height: 60px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.top_banner .discount_2ndsim .discount_price {
  color: #ffff00;
}

body {
  background: #2b2b2b url(/business/img/pc/business/product/findx/img_hero.png) center -20px fixed no-repeat;
}

#location {
  margin-top: -10px;
  padding-top: 10px;
  background: #FFFFFF;
}

.findx {
  width: 100%;
}
.findx * {
  font-family: 'Noto Sans Japanese';
}

.section {
  padding: 48px 0;
  margin-bottom: 154px;
  background: #0C0E10;
  color: #F7F7F7;
  box-shadow: 0 154px 0 0 rgba(12, 14, 16, 0.7);
}
.section.section-mv {
  margin-bottom: 0;
  background: transparent;
  box-shadow: none;
}
.section.section-outline {
  background: rgba(0, 0, 0, 0.8);
  color: #F7F7F7;
}
.section.section-design {
  background: #010203;
  padding-bottom: 0;
}
.section.section-performance {
  background: #000000;
  padding-bottom: 0;
}
.section.section-spec {
  margin-bottom: 0;
  background: #F7F7F7;
  color: inherit;
}
.section.section-apply {
  padding-top: 0;
  margin-bottom: 0;
  background: #FFFFFF;
}
.section.section-other {
  margin-bottom: 0;
  background: #FFFFFF;
  color: inherit;
}
.section.section-camera {
  padding-bottom: 0;
}
.section.section-camera .mod-parallel {
  background: #0C0E10 url(/business/img/pc/business/product/findx/img_photo.png) 0 75% no-repeat;
}
.section.section-foot {
  margin-bottom: 0;
  padding: 0;
  background: #FFFFFF;
  color: inherit;
}
.section.section-foot .battery-list .mod-hdg2-01,
.section.section-foot .device-list .title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  background: transparent;
}

.findx-hdg02 {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.findx-hdg02:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 25px;
  transform-origin: top right;
}
.findx-hdg02.display:after {
  background: #0C0E10;
  width: 148px;
  margin-left: -74px;
}
.findx-hdg02.design:after {
  background: #010203;
  width: 122px;
  margin-left: -61px;
}
.findx-hdg02.performance:after {
  background: #000000;
  width: 250px;
  margin-left: -125px;
}
.findx-hdg02.camera:after {
  background: #0C0E10;
  width: 140px;
  margin-left: -70px;
}
.findx-hdg03 {
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: #F7F7F7;
  text-align: center;
  font-weight: 500;
  font-feature-settings: "palt";
}
.findx-hdg03 sub {
  font-size: 14px;
  font-weight: 100;
  margin: 0 3px;
  vertical-align: baseline;
}
.findx-hdg03-2 {
  text-align: left;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
.findx-hdg03-3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.findx-hdg03-4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.findx-hdg03-4 > span {
  margin-right: 30px;
}
.findx-description {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 200;
  color: #F7F7F7;
  text-align: center;
}
.findx-menu {
  margin-top: 360px;
  margin-bottom: 65px;
  font-size: 0;
  display: inline-block;
  text-align: center;
}
.findx-menu li {
  display: inline-block;
  width: 152px;
  margin: 0 15px;
  text-align: center;
}
.findx-menu li a {
  display: block;
  padding: 20px 0;
  border: 1px solid #FFFFFF;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.6);
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s linear;
}
.findx-menu li a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #333333;
}
.findx-menu li a:hover::after {
  border-color: #333333;
}
.findx-menu li a.is-active {
  background: rgba(255, 255, 255, 0.8);
  color: #333333;
}
.findx-menu li a.is-active::after {
  border-color: #333333;
}
.findx-menu li a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  top: -5px;
  margin-left: 15px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
}
.findx-menu li:first-child {
  display: none;
}
.findx-menu.is-fixed {
  position: fixed;
  padding: 12px 0;
  margin: 0;
  background: #000000;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.findx-menu.is-fixed li {
  width: auto;
  margin: 0 30px;
}
.findx-menu.is-fixed li a {
  padding: 10px 20px;
  font-size: 14px;
  border: 0;
}
.findx-menu.is-fixed li a::after {
  top: -3px;
  margin-left: 10px;
  width: 8px;
  height: 8px;
}
.findx-menu.is-fixed li:first-child {
  display: inline-block;
}
.findx-slide-camera {
  position: relative;
  width: 920px;
  height: 285px;
  margin: 0 auto;
  overflow: hidden;
}
.findx-slide-camera img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.findx-slide-camera img.img-back {
  bottom: -105px;
}
.findx-yurameki {
  padding-top: 100px;
  box-sizing: border-box;
  min-height: 497px;
  background: url(/business/img/pc/business/product/findx/img_findx_03.png) bottom center no-repeat;
}
.findx-table {
  width: 100%;
}
.findx-table th,
.findx-table td {
  padding: 20px 30px 20px 0;
  border-top: 1px solid #D1D1D1;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
}
.findx-table th {
  font-weight: 500;
  color: #4D4D4D;
  white-space: nowrap;
}
.findx-table td {
  color: #686868;
}
.findx-table-hdg {
  font-size: 20px;
  color: #333333;
}
.findx-table .com-icon-career {
  justify-content: flex-start;
}
.findx-table.mod-stripe {
  border-bottom: 1px solid #D1D1D1;
}
.findx-table.mod-stripe th, .findx-table.mod-stripe td {
  padding-left: 16px;
}
.findx-table.mod-stripe tr:nth-child(even) th, .findx-table.mod-stripe tr:nth-child(even) td {
  background: #F7F7F7;
}
.findx-hdg-apply {
  height: 80px;
  margin-bottom: 80px;
  text-align: center;
  background: #E1377A url(/business/img/pc/business/product/findx/bg_heading.png) center top no-repeat;
}
.findx-hdg-apply-in {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  line-height: 80px;
}
.findx-products {
  margin-bottom: 60px;
  text-align: center;
  font-size: 0;
}
.findx-products li {
  display: inline-block;
  margin: 0 25px;
}
.findx-products-txt {
  margin-top: 15px;
  font-size: 16px;
  color: #828282;
}
.findx-price {
  display: inline-block;
  margin-right: 100px;
}
.findx-price dt {
  margin-bottom: 10px;
  font-size: 16px;
  color: #686868;
}
.findx-price dd {
  color: #333333;
}
.findx-price-c {
  color: #BF0000;
}
.findx-price-n {
  font-size: 34px;
  font-weight: 500;
  color: #BF0000;
}
.findx-price-y {
  font-size: 24px;
  color: #BF0000;
}
.findx-price-small {
  font-size: 14px;
}
.findx-campaign-img {
  float: left;
  border: 1px solid #EBEBEB;
  width: 160px;
  margin-right: 20px;
  text-align: center;
}
.findx-campaign-img a {
  position: relative;
  padding: 10px 0;
  display: block;
}
.findx-campaign-img a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/business/img/pc/business/product/findx/icon_zoom.png) 0 0 no-repeat;
  bottom: 0;
  right: 0;
}
.findx-campaign-label {
  width: 160px;
  padding: 0.6em 0;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  background: #FFE8E8;
  font-size: 14px;
  color: #BF0000;
}
.findx-campaign-txt {
  line-height: 1.6;
  overflow: hidden;
}
.findx-action-area {
  padding: 0 0 50px;
  text-align: center;
}
.findx-action-area span {
  color: #BF0000;
  font-size: 20px;
  font-family: Verdana, Arial, 'Noto Sans Japanese';
}
.findx-btn-apply {
  display: block;
  margin: 5px auto 0;
  width: 400px;
  height: 72px;
  background: #BF0000;
  border-radius: 100px;
  color: #FFFFFF !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  line-height: 72px;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  transition: 0.3s linear;
}
.findx-btn-apply:hover, .findx-btn-apply:focus {
  background: #FF1212;
  color: #FFFFFF;
}
.findx-btn-apply:active {
  background: #960000;
  color: #FFFFFF;
}
.findx-shoplist-ttl {
  position: relative;
  padding: 16px;
  margin-bottom: 30px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  color: #BF0000;
  cursor: pointer;
}
.findx-shoplist-ttl::after {
  content: "＋";
  position: absolute;
  top: 16px;
  right: 16px;
  background: #BF0000;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #BF0000;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
}
.findx-shoplist-ttl.is-open {
  background: #EBEBEB;
}
.findx-shoplist-ttl.is-open::after {
  content: "ー";
  background: #FFFFFF;
  color: #BF0000;
}
.findx-shoplist-ttl:hover {
  background: #EBEBEB;
}
.findx-shoplist-detail {
  display: none;
  margin-bottom: 50px;
  padding: 0 30px;
}
.findx-shoplist-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.findx-shoplist-wrap:after {
  content: "";
  display: block;
  width: 35%;
}
.findx-shoplist-block {
  width: 30%;
  margin-bottom: 40px;
}
.findx-shoplist-block:nth-child(2) {
  width: 40%;
}
.findx-shoplist-block:nth-child(3) {
  width: 25%;
}
.findx-notelist li {
  margin-bottom: 1em;
  padding-left: 2em;
  text-indent: -2em;
  font-size: 15px;
  color: #4D4D4D;
}
.findx-note li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  color: #4D4D4D;
}
.findx-banner-area {
  margin-bottom: 50px;
}
.findx-banner-col2 {
  width: 730px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.findx-banner-col2 .col {
  width: 350px;
}
.findx-banner-col2 .col img {
  width: 100%;
  height: auto;
}
.findx-option-area {
  padding: 30px 0 35px;
  background: #F7F7F7;
  color: #333333;
}
.findx-option-list > li {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.findx-option-list > li a {
  position: relative;
  display: block;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}
.findx-option-list > li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 3px solid #686868;
  border-right: 3px solid #686868;
  transform: rotate(45deg);
  z-index: 2;
}
.findx-option-list > li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: #EBEBEB;
}
.findx-option-label {
  display: inline-block;
  background: #f53a3a;
  border-radius: 4px;
  font-weight: 200;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5px;
  padding: 5px 15px;
}
.findx-option-sub {
  font-size: 14px;
  color: #BF0000;
  font-weight: 400;
}
.findx-option-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
}
.findx-option-title span {
  margin-left: 30px;
  font-size: 14px;
}
.findx-option-title span.n {
  font-size: 18px;
}
.findx-outline {
  width: 1110px;
  margin: 0 auto 30px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #333333;
}
.findx-outline li {
  width: 256px;
  border-top: 2px solid #333333;
  padding: 16px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.findx-outline li:nth-child(1), .findx-outline li:nth-child(4) {
  width: 542px;
}
.findx-outline li:nth-child(1) dl {
  float: left;
  margin-right: 28px;
}
.findx-detail-icon {
  float: left;
  margin-right: 20px;
}
.findx-detial {
  float: left;
}
.findx-detial dt {
  font-size: 14px;
  font-weight: 200;
  color: #B6B6B6;
}
.findx-detial dd {
  font-size: 17px;
  font-weight: 100;
}
.findx-spec-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.findx-spec-icon li {
  margin: 0 20px;
}
.findx-spec-link {
  font-size: 14px;
}
.findx-spec-link a {
  position: relative;
  color: #4DC4FF;
  text-decoration: none;
}
.findx-spec-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #4DC4FF;
  border-right: 1px solid #4DC4FF;
  transform: rotate(45deg);
}
.findx .findx-hdg03,
.findx .findx-description,
.findx .img-01,
.findx .img-02,
.findx .img-03 {
  opacity: 0;
}
.findx .findx-hdg03.opacty1,
.findx .findx-description.opacty1,
.findx .img-01.opacty1,
.findx .img-02.opacty1,
.findx .img-03.opacty1 {
  opacity: 1;
}
.findx .is-active .findx-hdg02:after {
  animation-fill-mode: both;
  animation-duration: .8s;
  animation-name: fadeInLeft;
  visibility: visible !important;
}
.findx .is-active .findx-hdg03 {
  animation-fill-mode: both;
  animation-duration: .8s;
  animation-delay: .2s;
  animation-name: fadeInUp;
  visibility: visible !important;
}
.findx .is-active .findx-description {
  animation-fill-mode: both;
  animation-duration: .8s;
  animation-name: fadeInUp;
  animation-delay: .5s;
  visibility: visible !important;
}
.findx .is-active .img-01 {
  animation-fill-mode: both;
  animation-duration: .8s;
  animation-name: fadeInUp;
  animation-delay: 1s;
  visibility: visible !important;
}
.findx .is-active .img-03 {
  animation-fill-mode: both;
  animation-duration: .8s;
  animation-name: fadeInUp2;
  animation-delay: .5s;
  visibility: visible !important;
}
.findx .is-active .img-back {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: slideUp;
  animation-delay: .5s;
  visibility: visible !important;
}

.pdc-section {
  width: 1110px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  overflow: hidden;
}
.pdc-section a {
  color: #bf0000;
  text-decoration: none;
}
.pdc-section a[href^="mailto:"] {
  color: #0085C7;
}
.pdc-section a:hover {
  color: #ec0606;
}
.pdc-section a:active {
  color: #8c0000;
}
.pdc-section a:focus {
  color: #ec0606;
}
.pdc-text-em {
  color: #bf0000 !important;
}
.pdc-hdg-02 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.pdc-hdg-03 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.pdc-link-arrow-b {
  font-size: 16px;
  position: relative;
}
.pdc-link-arrow-b::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  top: -4px;
  margin-left: 10px;
  border-bottom: 1px solid #bf0000;
  border-right: 1px solid #bf0000;
  transform: rotate(45deg);
}
.pdc-link-arrow-b:hover {
  color: #ec0606 !important;
}
.pdc-link-arrow-b:hover::after {
  border-color: #ec0606;
}
.pdc-link-arrow-r {
  font-size: 16px;
  position: relative;
}
.pdc-link-arrow-r::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  top: -2px;
  margin-left: 10px;
  border-top: 1px solid #bf0000;
  border-right: 1px solid #bf0000;
  transform: rotate(45deg);
}
.pdc-link-arrow-r:hover {
  color: #ec0606 !important;
}
.pdc-link-arrow-r:hover::after {
  border-color: #ec0606;
}
.pdc-link-new-window {
  padding-left: 20px;
  background: url(/business/resource/common/img/product/icon-new-window.png) 0 center no-repeat;
  background-size: 16px;
  color: #0085C7 !important;
}
.pdc-link-tel {
  color: #0085C7 !important;
  word-break: break-all;
}
.pdc-price {
  padding: 40px 0 80px;
}
.pdc-price-tab {
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
  font-size: 0;
}
.pdc-price-tab li {
  display: inline-block;
  padding-bottom: 15px;
  font-size: 18px;
  width: 305px;
  text-align: center;
  border-bottom: 4px solid #ffffff;
  color: #9c9c9c;
  font-weight: 200;
  cursor: pointer;
}
.pdc-price-tab li.is-active {
  color: #bf0000;
  border-bottom: 4px solid #bf0000;
  font-weight: 500;
}
.pdc-price-tab li:hover {
  color: #bf0000;
  font-weight: 500;
}
.pdc-price-tabcontent {
  display: none;
}
.pdc-price-tabcontent.is-active {
  display: block;
}
.pdc-price-text1 {
  font-size: 16px;
  color: #686868;
}
.pdc-price-text2 {
  font-size: 14px;
  color: #686868;
}
.pdc-price-n {
  font-weight: 600;
  font-size: 30px;
  color: #333;
}
.pdc-price-yen {
  font-size: 18px;
  color: #333;
}
.pdc-price-tax {
  margin-left: 5px;
  font-weight: 200;
  font-size: 14px;
  color: #686868;
  display: inline;
}
.pdc-price-tax > span {
  display: inline-block;
}
.pdc-price-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pdc-price-box-1 {
  width: 635px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
}
.pdc-price-box-2 {
  width: 445px;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  background: #f7f7f7;
  padding: 20px;
  box-sizing: border-box;
}
.pdc-price-box-1.is-nodata, .pdc-price-box-2.is-nodata {
  background: #f7f7f7;
  text-align: center;
  color: #9c9c9c;
}
.pdc-price-box-1.is-nodata .icon-sim, .pdc-price-box-2.is-nodata .icon-sim {
  color: #9c9c9c;
}
.pdc-price-box-1.is-nodata .icon-sim:before, .pdc-price-box-2.is-nodata .icon-sim:before {
  background-color: #9c9c9c;
}
.pdc-price-box-col2 {
  width: 50%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.pdc-price-box a {
  text-decoration: none;
}
.pdc-price-other {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ebebeb;
}
.pdc-price-attention {
  padding: 10px;
  border: 1px solid #f59600;
  border-radius: 4px;
  font-size: 14px;
}
.pdc-price-attention img {
  display: inline-block;
  vertical-align: -6px;
}
.pdc-price-balloon {
  position: relative;
  padding: 2px 20px;
  display: inline-block;
  border-radius: 4px;
  background: #bf0000;
  color: #fff;
  font-size: 12px;
}
.pdc-price-balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #bf0000;
}
.pdc-price-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pdc-price-btn div {
  margin: 0 10px;
}
.pdc-btn-apply {
  width: 370px;
  margin: 0 auto 20px;
}
.pdc-btn-apply a {
  display: block;
  margin-bottom: 15px;
  padding: 20px 0;
  background: #bf0000;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.pdc-btn-apply a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background: url(/business/resource/common/img/product/icon-apply.png) 0 0 no-repeat;
  background-size: contain;
}
.pdc-btn-apply a:hover {
  opacity: 0.6;
  transition: 0.3s linear;
  color: #fff;
}
.pdc-btn-ms01 {
  width: 350px;
  margin: 0 auto 20px;
}
.pdc-btn-ms01 a {
  display: block;
  margin-bottom: 15px;
  height: 72px;
  padding: 15px 0;
  box-sizing: border-box;
  background: #ff8d1b;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.pdc-btn-ms01 a span {
  font-size: 16px;
  font-weight: 200;
}
.pdc-btn-ms01 a:hover, .pdc-btn-ms01 a:focus {
  background: #ffb13b;
  transition: 0.3s linear;
  color: #fff;
}
.pdc-btn-ms01 a:active {
  background: #d87615;
  color: #fff;
}
.pdc-btn-ms02 {
  width: 350px;
  margin: 0 auto 20px;
}
.pdc-btn-ms02 a {
  display: block;
  margin-bottom: 15px;
  height: 72px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border: 2px solid #ffb13b;
  border-radius: 100px;
  font-size: 18px;
  line-height: 72px;
  text-align: center;
  color: #ff8d1b;
  text-decoration: none;
}
.pdc-btn-ms02 a:hover, .pdc-btn-ms02 a:focus {
  background: #ffb13b;
  transition: 0.3s linear;
  color: #fff;
}
.pdc-btn-ms02 a:active {
  border: 2px solid #d87615;
  background: #d87615;
  color: #fff;
}
.pdc-pluswari {
  position: relative;
  background: #fffbe2;
  width: 586px;
  margin-left: 6px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  font-weight: 500;
  color: #333;
}
.pdc-pluswari-box {
  margin: 5px auto 0;
  padding: 5px 30px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #c7c3a8;
  background: #fff;
  font-size: 20px;
}
.pdc-pluswari-box > span:first-child::after {
  content: "";
  display: inline-block;
  background: url(/business/resource/common/img/product/icon-arrow.png) 0 0 no-repeat;
  width: 23px;
  height: 24px;
  vertical-align: middle;
  margin: 0 10px 0 15px;
}
.pdc-pluswari-box.for-shop {
  margin: 5px 0 0;
  padding: 5px 10px;
  display: block;
  width: 240px;
}
.pdc-pluswari-more {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
a .pdc-pluswari {
  color: #333;
}
.pdc-pluswari.for-shop {
  width: 399px;
  margin-left: 2px;
}
.pdc-pluswari-2 {
  position: relative;
}
.pdc-pluswari-2 p {
  position: absolute;
  width: 100%;
  bottom: 15px;
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.pdc-pluswari-2 p em {
  color: #ffff00;
}
.pdc-attention {
  margin-top: 20px;
}
.pdc-attention li {
  color: #4d4d4d;
  font-size: 14px;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  font-weight: 300;
}
.pdc-attention li span {
  position: absolute;
  left: 0px;
}
.pdc-support {
  padding: 0px 0 80px;
  background: #fff;
}
.pdc-support-guide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pdc-support-guide li {
  width: 48%;
  box-sizing: border-box;
  padding: 25px;
  background: #f7f7f7;
}
.pdc-support-guide li dl {
  width: 100%;
  display: table;
}
.pdc-support-guide li dl dt {
  width: 4.5em;
  display: table-cell;
}
.pdc-support-guide li dl dd {
  display: table-cell;
  padding-left: .5em;
  text-indent: -0.5em;
}
.pdc-support-guide li dl dd:before {
  content: ":";
  padding-right: .5em;
}
.pdc-product-list {
  border-top: 1px solid #ebebeb;
  padding: 40px 0;
  background: #fff;
}
.pdc-banner {
  padding: 48px 0;
  background: #f7f7f7;
}
.pdc-banner .pdc-section {
  background: #f7f7f7;
}
.pdc-banner-area {
  margin-bottom: 80px;
}
.pdc-banner-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pdc-banner-inline::after {
  content: "";
  display: flex;
  width: 350px;
}
.pdc-banner-inline .pdc-banner-col {
  display: inline-block;
}
.pdc-banner-inline .pdc-banner-col img {
  width: 350px;
}
.pdc-banner-full {
  margin-top: 30px;
}
.pdc-banner-full img {
  width: 100%;
}
.pdc-banner-wrap {
  padding: 24px 0;
  background: #f7f7f7;
}
.pdc-banner-wrap img {
  display: inline-block;
}
.pdc-label-04 {
  margin-right: 10px;
  padding: 2px 10px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  border-radius: 0px;
  border: 2px solid #F0006B;
  background: #F0006B;
  color: #fff;
}

.icon-sim {
  display: inline-block;
  margin-right: 20px;
}
.icon-sim.sim-01 {
  color: #eb994a;
}
.icon-sim.sim-01::before {
  background-color: #eb994a;
}
.icon-sim.sim-02 {
  color: #669dcc;
}
.icon-sim.sim-02::before {
  background-color: #669dcc;
}
.icon-sim.sim-03 {
  color: #66cc66;
}
.icon-sim.sim-03::before {
  background-color: #66cc66;
}
.icon-sim::before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  background: #000 url(/business/resource/common/img/product/icon-sim.png) center center no-repeat;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  vertical-align: -4px;
}

.pdc-product-slider {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.pdc-product-slider li {
  width: 165px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pdc-product-slider a {
  padding: 5px;
  display: block;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pdc-product-name {
  height: 2em;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  line-height: 1.2;
}
.pdc-product-maker {
  font-size: 12px;
  color: #828282;
  margin-bottom: 10px;
}
.pdc-product-img {
  margin-bottom: 20px;
}
.pdc-product-img img {
  display: inline-block;
}
.pdc-product-catch {
  font-size: 11px;
  height: 2em;
  color: #333;
  line-height: 1.2;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
}
.bx-wrapper .bx-viewport {
  padding: 0 6px 30px;
  margin-left: -6px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  border: 0;
}
.bx-wrapper .bx-controls-direction a::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-prev {
  left: -15px;
}
.bx-wrapper .bx-prev::after {
  left: 12px;
  border-bottom: 2px solid #bf0000;
  border-left: 2px solid #bf0000;
}
.bx-wrapper .bx-next {
  right: -15px;
}
.bx-wrapper .bx-next::after {
  right: 12px;
  border-top: 2px solid #bf0000;
  border-right: 2px solid #bf0000;
}
.bx-wrapper .bx-pager.bx-default-pager {
  text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #bf0000;
  border-radius: 8px;
}
.bx-wrapper .bx-pager .bx-pager-link {
  display: block;
  width: 8px;
  height: 8px;
  font-size: 0;
}
.bx-wrapper .bx-pager .bx-pager-link.active {
  background: #bf0000;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    bottom: -105px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 1;
    transform: scaleX(0);
  }
}
.rc-h-floating {
  display: none !important;
}

.head-bnr-sale a {
  display: block;
  background: #fff;
  border-top: 1px solid #bf0000;
  border-bottom: 1px solid #bf0000;
}
.head-bnr-sale a img {
  margin: 0 auto;
}

.pdc-hdg-04 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #9c9c9c;
}

.sim-04 {
  color: #9c9c9c;
}

.sim-04::before {
  background-color: #b6b6b6;
}

.pdc-price-application {
  margin-top: 65px;
  color: #9c9c9c;
  text-align: center;
  width: 100%;
}

.l-footer .l-footer__inner{
  background: #fff;
}
.rc-h-standard{padding-bottom: 10px;background: #fff;}
#container > div.c-display-sp-block{background: #fff;}
/*# sourceMappingURL=findx.css.map */
