@font-face {
  font-family: FujitsuSans;
  font-weight: normal;
  src: url("//www.fujitsu.com/fontv5/FujitsuSansRegular.eot");
  src: url("//www.fujitsu.com/fontv5/FujitsuSansRegular.eot") format("embedded-opentype"), url("//www.fujitsu.com/fontv5/FujitsuSansRegular.woff") format("woff"), url("//www.fujitsu.com/fontv5/FujitsuSansRegular.ttf") format("truetype");
}
@font-face {
  font-family: FujitsuSans;
  font-weight: bold;
  src: url("//www.fujitsu.com/fontv5/FujitsuSansMedium.eot");
  src: url("//www.fujitsu.com/fontv5/FujitsuSansMedium.eot") format("embedded-opentype"), url("//www.fujitsu.com/fontv5/FujitsuSansMedium.woff") format("woff"), url("//www.fujitsu.com/fontv5/FujitsuSansMedium.ttf") format("truetype");
}
.fix-cv {
  position: fixed;
  top: 30%;
  right: 0;
  padding: 85px 0 0 45px;
  padding: 15px;
  width: 110px;
  height: 226px;
  background: url(../images/bg_cv.png) no-repeat;
  background-size: contain;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .fix-cv {
    top: auto;
    bottom: 0;
    left: 0;
    padding: 55px 10px 10px;
    height: 119px;
    background: url(../images/bg_cv_sp.png) no-repeat;
    background-size: contain;
    text-align: center;
  }
}
.fix-cv a {
  transition: 0.5s;
}
.fix-cv a:hover {
  opacity: 0.8;
}
#header-column-inner {
  border-bottom: 0;
}
.main-contents .section-inner {
  padding-top: 0;
}
.section-selectnavi input,
.section-selectnavi [type="button"],
.section-selectnavi [type="submit"],
.section-selectnavi [type="reset"],
.section-selectnavi select,
.section-selectnavi textarea {
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  font: inherit;
  color: #000;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section-selectnavi input:placeholder-shown,
.section-selectnavi :placeholder-shown[type="button"],
.section-selectnavi :placeholder-shown[type="submit"],
.section-selectnavi :placeholder-shown[type="reset"],
.section-selectnavi select:placeholder-shown,
.section-selectnavi textarea:placeholder-shown {
  color: rgba(0, 0, 0, 0.2);
}
.section-selectnavi input::-webkit-input-placeholder,
.section-selectnavi [type="button"]::-webkit-input-placeholder,
.section-selectnavi [type="submit"]::-webkit-input-placeholder,
.section-selectnavi [type="reset"]::-webkit-input-placeholder,
.section-selectnavi select::-webkit-input-placeholder,
.section-selectnavi textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.section-selectnavi input:-moz-placeholder,
.section-selectnavi :-moz-placeholder[type="button"],
.section-selectnavi :-moz-placeholder[type="submit"],
.section-selectnavi :-moz-placeholder[type="reset"],
.section-selectnavi select:-moz-placeholder,
.section-selectnavi textarea:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.2);
}
.section-selectnavi input::-moz-placeholder,
.section-selectnavi [type="button"]::-moz-placeholder,
.section-selectnavi [type="submit"]::-moz-placeholder,
.section-selectnavi [type="reset"]::-moz-placeholder,
.section-selectnavi select::-moz-placeholder,
.section-selectnavi textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.2);
}
.section-selectnavi input:-ms-input-placeholder,
.section-selectnavi :-ms-input-placeholder[type="button"],
.section-selectnavi :-ms-input-placeholder[type="submit"],
.section-selectnavi :-ms-input-placeholder[type="reset"],
.section-selectnavi select:-ms-input-placeholder,
.section-selectnavi textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.section-selectnavi input:focus,
.section-selectnavi :focus[type="button"],
.section-selectnavi :focus[type="submit"],
.section-selectnavi :focus[type="reset"],
.section-selectnavi select:focus,
.section-selectnavi textarea:focus {
  outline: none;
}
.section-selectnavi input:disabled,
.section-selectnavi :disabled[type="button"],
.section-selectnavi :disabled[type="submit"],
.section-selectnavi :disabled[type="reset"],
.section-selectnavi select:disabled,
.section-selectnavi textarea:disabled {
  opacity: 0.5;
}
.section-selectnavi label {
  vertical-align: middle;
}
.section-selectnavi input {
  border-radius: 0;
  background: #fff;
  vertical-align: middle;
}
.section-selectnavi [type="text"],
.section-selectnavi [type="number"],
.section-selectnavi [type="password"],
.section-selectnavi [type="tel"],
.section-selectnavi [type="email"],
.section-selectnavi [type="url"] {
  font-size: 16px;
  line-height: 1.5;
  padding: 6px 10px;
  letter-spacing: 0.05em;
}
.section-selectnavi [type="text"]:not([size]),
.section-selectnavi [type="number"]:not([size]),
.section-selectnavi [type="password"]:not([size]),
.section-selectnavi [type="tel"]:not([size]),
.section-selectnavi [type="email"]:not([size]),
.section-selectnavi [type="url"]:not([size]) {
  width: 100%;
}
.section-selectnavi [type="number"] {
  text-align: right;
}
.section-selectnavi [type="radio"] {
  cursor: pointer;
  position: relative;
  margin: 0 0.5em 0 0;
  width: 14px;
  height: 14px;
  border: 1px solid #505355;
  border-radius: 50%;
  vertical-align: baseline;
  top: -1px;
}
.section-selectnavi [type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b40000;
  transition: all 0.2s;
  transform: translate(-50%, -50%) scale(1);
}
.section-selectnavi [type="radio"]:not(:checked)::after {
  transform: translate(-50%, -50%) scale(0);
}
.section-selectnavi [type="checkbox"] {
  cursor: pointer;
  position: relative;
  margin: 0 0.5em 0 0;
  width: 14px;
  height: 14px;
  border: 1px solid #505355;
  background: #b40000;
  top: 1px;
  vertical-align: baseline;
  transition: all 0.2s;
}
.section-selectnavi [type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -0.8px;
  width: 80%;
  height: 50%;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  transition: all 0.2s;
  transform: translate(-50%, -50%) rotate(-45deg) scale(1);
}
.section-selectnavi [type="checkbox"]:not(:checked) {
  background: #fff;
}
.section-selectnavi [type="checkbox"]:not(:checked)::after {
  opacity: 0;
  border-width: 0;
  transform: translate(-50%, -50%) rotate(-45deg) scale(0);
}
.section-selectnavi [type="button"],
.section-selectnavi [type="submit"],
.section-selectnavi [type="reset"] {
  font-size: 16px;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 0;
  vertical-align: middle;
  transition: opacity 0.2s;
}
.section-selectnavi [type="button"]:hover,
.section-selectnavi [type="submit"]:hover,
.section-selectnavi [type="reset"]:hover {
  opacity: 0.5;
}
.section-selectnavi [type="reset"] {
  background: #fff;
  color: #000;
}
.section-selectnavi select {
  font-size: 16px;
  line-height: 1.5;
  padding: 6px 10px;
  border-radius: 0;
  background: #fff;
  vertical-align: middle;
}
.section-selectnavi select:not([size]) {
  padding-right: 30px;
  background-position: right center;
  background-image: url(../img/form_select.svg);
  background-repeat: no-repeat;
}
.section-selectnavi select::-ms-expand {
  display: none;
}
.section-selectnavi textarea {
  font-size: 16px;
  line-height: 1.5;
  padding: 6px 10px;
  width: 100%;
  border-radius: 0;
  background: #fff;
}
.section-selectnavi .form--file__btn {
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5em;
  padding: 6px 10px;
  border-radius: 0;
  background: #b40000;
  color: #fff;
  vertical-align: middle;
}
.section-selectnavi .form--file__name {
  display: inline-block;
  vertical-align: middle;
}
.section-selectnavi .form--file label {
  cursor: pointer;
  display: block;
  transition: 0.2s;
}
.section-selectnavi .form--file label:hover {
  opacity: 0.5;
}
.section-selectnavi .form--file [type="file"] {
  display: none;
}
.section-selectnavi .form--zip {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.section-selectnavi .form--zip__separater {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0.5em;
  flex-basis: 0.5em;
  max-width: 0.5em;
  margin: 0 0.5em;
  text-align: center;
}
.section-selectnavi .form--zip input:nth-of-type(1) {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(2.2em + 20px);
  flex-basis: calc(2.2em + 20px);
  max-width: calc(2.2em + 20px);
}
.section-selectnavi .form--zip input:nth-of-type(2) {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(3.2em + 20px);
  flex-basis: calc(3.2em + 20px);
  max-width: calc(3.2em + 20px);
}
.section-selectnavi .form--tel {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.section-selectnavi .form--tel__separater {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0.5em;
  flex-basis: 0.5em;
  max-width: 0.5em;
  margin: 0 0.5em;
  text-align: center;
}
.section-selectnavi .form--tel input {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(3.2em + 20px);
  flex-basis: calc(3.2em + 20px);
  max-width: calc(3.2em + 20px);
}
.section-selectnavi .checkbox--switch [type="checkbox"] {
  cursor: pointer;
  width: 28px;
  border-radius: 15px;
  transition: background 0.2s;
}
.section-selectnavi .checkbox--switch [type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 3px;
  display: block;
  margin: 0;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  transition: left 0.2s;
  transform: none;
}
.section-selectnavi .checkbox--switch [type="checkbox"]:checked {
  background: #b40000;
}
.section-selectnavi .checkbox--switch [type="checkbox"]:checked::after {
  left: 17px;
}
.section-selectnavi .checkbox--switch [type="checkbox"]:not(:checked) {
  background: #bbb;
}
.section-selectnavi .checkbox--switch [type="checkbox"]:not(:checked)::after {
  left: 3px;
  opacity: 1;
}
.section-selectnavi .checkbox--rotary [type="checkbox"] {
  cursor: pointer;
  position: relative;
  margin: 0 0.5em 0 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}
.section-selectnavi .checkbox--rotary [type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 4px;
  left: calc(50% - 2px);
  display: block;
  margin: 0;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: none;
  border-radius: 50%;
  transition: all 0.2s;
  transform: none;
  transform-origin: 50% 3px;
}
.section-selectnavi .checkbox--rotary [type="checkbox"]:checked::after {
  background: #b40000;
  transform: rotate(60deg);
}
.section-selectnavi .checkbox--rotary [type="checkbox"]:not(:checked)::after {
  background: #bbb;
  transform: rotate(-60deg);
}
.section-selectnavi .selectnavi-head {
  margin-bottom: 90px;
}
@media screen and (max-width: 590px) {
  .section-selectnavi .selectnavi-head {
    margin-bottom: 45px;
  }
}
.section-selectnavi .selectnavi-index {
  margin: 60px 0 45px;
  text-align: center;
}
.section-selectnavi .selectnavi-index .btn-index {
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: inline-block;
  margin: 0 30px 15px;
  padding: 10px 20px;
  width: 260px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
.section-selectnavi .selectnavi-index .btn-index::before {
  content: "";
  display: inline-block;
  margin-right: 0.25em;
  width: 25px;
  height: 25px;
  background: center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.section-selectnavi .selectnavi-index .btn-index-advanced::before {
  background-image: url(../images/icn_index_advanced.png);
}
.section-selectnavi .selectnavi-index .btn-index-advanced:hover,
.section-selectnavi .selectnavi-index .btn-index-advanced.active {
  background: #3872c9;
  color: #fff;
}
.section-selectnavi .selectnavi-index .btn-index-advanced:hover::before,
.section-selectnavi .selectnavi-index .btn-index-advanced.active::before {
  background-image: url(../images/icn_index_advanced_active.png);
}
.section-selectnavi .selectnavi-index .btn-index-simple::before {
  background-image: url(../images/icn_index_simple.png);
}
.section-selectnavi .selectnavi-index .btn-index-simple:hover,
.section-selectnavi .selectnavi-index .btn-index-simple.active {
  background: #f96529;
  color: #fff;
}
.section-selectnavi .selectnavi-index .btn-index-simple:hover::before,
.section-selectnavi .selectnavi-index .btn-index-simple.active::before {
  background-image: url(../images/icn_index_simple_active.png);
}
.section-selectnavi .filter-control {
  overflow: hidden;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
.section-selectnavi .filter-control-head {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding: 10px 15px;
  background: #3872c9;
  color: #fff;
  vertical-align: baseline;
}
.section-selectnavi .filter-control-head .icn-filter {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.section-selectnavi .filter-control-head .btn-reset {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 0 10px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  color: #8e8e8e;
  transform: translateY(-50%);
}
.section-selectnavi .filter-control-head .btn-reset .icn-reset {
  display: inline-block;
  margin: 1px 2px 5px 0;
  vertical-align: middle;
}
.section-selectnavi .filter-control-body {
  padding: 30px 40px 20px;
}
.section-selectnavi .filter-control .filter-group label {
  margin-right: 1.5em;
}
.section-selectnavi .filter-control .filter-group label span {
  font-size: 24px;
  font-weight: 700;
}
.section-selectnavi .filter-control table .col1 {
  width: 250px;
}
.section-selectnavi .filter-control table tr:not(:last-child) {
  border-bottom: 1px solid #bfbfbf;
}
.section-selectnavi .filter-control table tr:first-child th,
.section-selectnavi .filter-control table tr:first-child td {
  padding-top: 0;
}
.section-selectnavi .filter-control table tr:last-child th,
.section-selectnavi .filter-control table tr:last-child td {
  padding-bottom: 0;
}
.section-selectnavi .filter-control table th,
.section-selectnavi .filter-control table td {
  padding: 20px 0;
  vertical-align: top;
}
.section-selectnavi .filter-control table th {
  font-size: 18px;
  font-weight: 700;
  padding-right: 2em;
  color: #3872c9;
  text-align: left;
}
.section-selectnavi .filter-control table th span {
  font-size: 0.77778em;
}
.section-selectnavi .filter-control table td > *:first-child {
  margin-left: 0 !important;
}
.section-selectnavi .filter-control table td > *:last-child {
  margin-right: 0 !important;
}
.section-selectnavi .filter-control .filter-note {
  font-size: 14px;
  color: #000;
}
.section-selectnavi .filter-control label {
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .section-selectnavi .filter-control-head {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding: 10px 15px;
    background: #3872c9;
    color: #fff;
    vertical-align: baseline;
  }
  .section-selectnavi .filter-control-head .icn-filter {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
    vertical-align: middle;
  }
  .section-selectnavi .filter-control-head .btn-reset {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.05em;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 0 10px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    color: #8e8e8e;
    transform: translateY(-50%);
  }
  .section-selectnavi .filter-control-head .btn-reset .icn-reset {
    display: inline-block;
    margin: 1px 2px 5px 0;
    vertical-align: middle;
  }
  .section-selectnavi .filter-control-body {
    padding: 30px 40px 20px;
  }
  .section-selectnavi .filter-control table th,
  .section-selectnavi .filter-control table td {
    padding: 15px 0;
  }
  .section-selectnavi .filter-control table th {
    font-size: 16px;
    padding-right: 2em;
  }
  .section-selectnavi .filter-control .filter-note {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .section-selectnavi .filter-control-head {
    font-size: 18px;
    padding: 10px 15px;
  }
  .section-selectnavi .filter-control-head [type="reset"] {
    font-size: 14px;
    line-height: 1.85714;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 0 10px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    color: #8e8e8e;
  }
  .section-selectnavi .filter-control-body {
    padding: 15px;
  }
  .section-selectnavi .filter-control .filter-group label {
    margin-right: 1em;
  }
  .section-selectnavi .filter-control .filter-group label span {
    font-size: 20px;
  }
  .section-selectnavi .filter-control table .col1 {
    width: auto;
  }
  .section-selectnavi .filter-control table,
  .section-selectnavi .filter-control table tbody,
  .section-selectnavi .filter-control table tr,
  .section-selectnavi .filter-control table th,
  .section-selectnavi .filter-control table td {
    display: block;
  }
  .section-selectnavi .filter-control table th {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0;
  }
  .section-selectnavi .filter-control table td {
    padding-top: 0;
  }
  .section-selectnavi .filter-control .filter-note {
    font-size: 12px;
  }
}
.section-selectnavi .selectnavi {
  margin-left: -24px;
}
.section-selectnavi .selectnavi__wrap {
  margin-top: 100px;
}
.section-selectnavi .selectnavi--empty {
  margin-bottom: 100px;
}
.section-selectnavi .selectnavi--empty:not(.show) {
  display: none;
}
.section-selectnavi .filter-item {
  position: relative;
  margin-bottom: 24px;
  width: 25%;
}
.section-selectnavi .product_sn {
  margin-left: 24px;
}
@media screen and (max-width: 1280px) {
  .section-selectnavi .selectnavi {
    margin-left: -15px;
  }
  .section-selectnavi .product_sn {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .section-selectnavi .selectnavi {
    margin-top: 70px;
    margin-left: -15px;
  }
  .section-selectnavi .filter-item {
    width: 33.333%;
  }
  .section-selectnavi .product_sn {
    margin-left: 15px;
  }
}
@media screen and (max-width: 800px) {
  .section-selectnavi .selectnavi {
    margin-top: 50px;
    margin-left: -10px;
  }
  .section-selectnavi .filter-item {
    width: 50%;
  }
  .section-selectnavi .product_sn {
    margin-left: 12px;
  }
}
@media screen and (max-width: 500px) {
  .section-selectnavi .selectnavi {
    margin-top: 50px;
    margin-left: 0;
  }
  .section-selectnavi .filter-item {
    width: 100%;
  }
  .section-selectnavi .product_sn {
    margin-left: 0;
  }
}
.section-selectnavi .product_sn {
  display: block;
  padding: 12px;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.section-selectnavi .product_sn:hover {
  opacity: 0.6;
}
.section-selectnavi .product_sn-title {
  margin: -12px -12px 0;
  padding: 10px;
  background: #333;
  color: #fff;
  text-align: center;
}
.section-selectnavi .product_sn-type {
  font-size: 14px;
  line-height: 1.78571;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  color: #333;
}
.section-selectnavi .product_sn-name {
  font-size: 28px;
  line-height: 1.07143;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: block;
}
.section-selectnavi .product_sn-type01 .product_sn-title {
  background: #1076bc;
}
.section-selectnavi .product_sn-type01 .product_sn-type {
  color: #1076bc;
}
.section-selectnavi .product_sn-type02 .product_sn-title {
  background: #ed1c24;
}
.section-selectnavi .product_sn-type02 .product_sn-type {
  color: #ed1c24;
}
.section-selectnavi .product_sn-type03 .product_sn-title {
  background: #662d91;
}
.section-selectnavi .product_sn-type03 .product_sn-type {
  color: #662d91;
}
.section-selectnavi .product_sn-type04 .product_sn-title {
  background: #0d9644;
}
.section-selectnavi .product_sn-type04 .product_sn-type {
  color: #0d9644;
}
.section-selectnavi .product_sn .spec-amount {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
}
.section-selectnavi .product_sn .spec-unit {
  font-size: 16px;
  line-height: 1.5;
}
.section-selectnavi .product_sn .spec-unit span {
  font-size: 13px;
}
.section-selectnavi .product_sn-image {
  margin: 10px 0;
  margin-right: 1px;
  text-align: center;
}
.section-selectnavi .product_sn-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -12px 0;
  padding: 10px 2px;
  height: 80px;
  background: #505355;
  color: #fff;
  text-align: center;
}
.section-selectnavi .product_sn-price .price + .price {
  margin-top: 4px;
}
.section-selectnavi .product_sn-price.open-price .spec-amount {
  font-size: 20px;
}
.section-selectnavi .product_sn-spec {
  font-size: 14px;
  line-height: 1.42857;
  margin: 5px 0;
}
.section-selectnavi .product_sn-spec tr:not(:last-child) {
  border-bottom: 1px solid #bfbfbf;
}
.section-selectnavi .product_sn-spec th,
.section-selectnavi .product_sn-spec td {
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}
.section-selectnavi .product_sn-spec th {
  padding-right: 0.5em;
  width: 6.5em;
}
.section-selectnavi .product_sn-spec .spec-speed-color,
.section-selectnavi .product_sn-spec .spec-speed-mono {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-selectnavi .product_sn-spec .spec-speed-mono {
  margin-top: 5px;
}
.section-selectnavi .product_sn-spec .spec-speed-mono .spec-speed-title::before {
  background-image: url(../images/icn_mono.png);
}
.section-selectnavi .product_sn-spec .spec-speed-title {
  font-size: 14px;
  line-height: 1.71429;
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  padding-left: 28px;
  width: calc(4em + 28px);
  vertical-align: top;
  word-break: keep-all;
}
.section-selectnavi .product_sn-spec .spec-speed-title::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 22px;
  height: 11px;
  background: url(../images/icn_color.png) center no-repeat;
  background-size: contain;
}
.section-selectnavi .product_sn-spec .spec-speed .spec-amount {
  margin-right: 0;
  margin-left: auto;
}
.section-selectnavi .product_sn-spec .spec-ul li {
  padding-left: 14px;
  text-indent: -14px;
}
.section-selectnavi .product_sn-spec .spec-ul li + li {
  margin-top: 5px;
}
.section-selectnavi .product_sn-spec .spec-ul li::before {
  content: "";
  display: inline-block;
  margin: 0 6px 2px 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1076bc;
}
.section-selectnavi .product_sn .btn-link {
  position: relative;
  display: block;
  padding: 10px 30px;
  border: 1px solid;
  border-radius: 5px;
  font-weight: bold;
  line-height: 24px;
  color: #3872c9;
  text-align: center;
}
.section-selectnavi .product_sn .btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 9px;
  height: 15px;
  background: url(../images/icn_arrow.png) center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .section-selectnavi .product_sn {
    font-size: 14px;
    padding: 10px;
  }
  .section-selectnavi .product_sn-title {
    margin: -10px -10px 0;
  }
  .section-selectnavi .product_sn-type {
    font-size: 12px;
    line-height: 1.66667;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 0 24px;
  }
  .section-selectnavi .product_sn-name {
    font-size: 26px;
    line-height: 1.15385;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .section-selectnavi .product_sn .spec-amount {
    font-size: 22px;
    line-height: 1.09091;
  }
  .section-selectnavi .product_sn .spec-unit {
    font-size: 15px;
    line-height: 1.6;
  }
  .section-selectnavi .product_sn .spec-unit span {
    font-size: 12px;
  }
  .section-selectnavi .product_sn-price {
    margin: 0 -10px 0;
    padding: 10px;
  }
  .section-selectnavi .product_sn-price .price + .price {
    margin-top: 4px;
  }
  .section-selectnavi .product_sn-price.open-price .spec-amount {
    font-size: 20px;
  }
  .section-selectnavi .product_sn-spec {
    font-size: 13px;
    line-height: 1.53846;
    margin: 5px 0;
  }
  .section-selectnavi .product_sn-spec th,
  .section-selectnavi .product_sn-spec td {
    padding: 10px 0;
  }
}
.section-selectnavi .selectnavi__note {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
.section-selectnavi .props {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 30px;
  padding-top: 5px;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.2rem;
  letter-spacing: 0.025em;
}
.selectnavi-simple .filter-control {
  background: #f9f9da;
}
.selectnavi-simple .filter-control-head {
  background: #f96529;
}
.selectnavi-simple .filter-control-body {
  padding: 30px 40px;
}
.selectnavi-simple .filter-control .filter-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -15px;
  font-family: FujitsuSans, Arial, "Avenir", "Arial regular", "Noto Sans JP", "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.selectnavi-simple .filter-control .filter-group > * {
  -ms-flex-preferred-size: calc(33.33333% - 15px);
  flex-basis: calc(33.33333% - 15px);
  max-width: calc(33.33333% - 15px);
  margin-left: 15px;
}
.selectnavi-simple .filter-control .filter-group-item {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  padding: 12px 10px;
  background: #fff;
}
.selectnavi-simple .filter-control .filter-group label {
  margin-right: 0;
  padding-left: 22px;
  text-indent: -22px;
}
.selectnavi-simple .filter-control .filter-group .btn-tooltip {
  position: relative;
  top: -2px;
  margin-left: 0.25em;
  padding: 0;
  font-size: inherit;
}
.selectnavi-simple .filter-control .filter-group .btn-tooltip img {
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .selectnavi-simple .filter-control-body {
    padding: 20px;
  }
  .selectnavi-simple .filter-control .filter-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
  }
  .selectnavi-simple .filter-control .filter-group > * {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-left: 15px;
  }
}
@media screen and (max-width: 500px) {
  .selectnavi-simple .filter-control-body {
    padding: 20px;
  }
  .selectnavi-simple .filter-control .filter-group {
    display: block;
    margin-left: 0;
  }
  .selectnavi-simple .filter-control .filter-group > * {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
    margin-left: 0;
  }
}
.filter-control .filter-group .tippy-box {
  font-size: 15px;
  background: none;
  font-family: FujitsuSans, Arial, "Avenir", "Arial regular", "Noto Sans JP", "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  text-indent: 0;
}
.filter-control .filter-group .tippy-box .tippy-content {
  padding: 14px;
  border: 1px solid #fb9e0f;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  color: #000;
}
.filter-control .filter-group .tippy-box strong {
  font-weight: bold;
}
.filter-control .filter-group .tippy-box strong span {
  font-size: 18px;
}
.filter-control .filter-group .tippy-box[data-placement^="top"] > .tippy-arrow {
  z-index: 1;
}
.filter-control .filter-group .tippy-box[data-placement^="top"] > .tippy-arrow:before {
  z-index: 10;
  bottom: -15px;
  left: -3px;
  width: 22px;
  height: 16px;
  border: 0;
  background: url(../images/balloon_arrow_simple.png) center no-repeat;
  background-size: contain;
  transform-origin: center top;
}
.filter-control .filter-group .tippy-box[data-placement^="bottom"] > .tippy-arrow {
  z-index: 1;
}
.filter-control .filter-group .tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  z-index: 10;
  top: -15px;
  left: -3px;
  width: 22px;
  height: 16px;
  border: 0;
  background: url(../images/balloon_arrow_simple.png) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transform-origin: center;
}
@media print {
  .sp {
    display: none;
  }
}

/*# sourceMappingURL=selectnavi.min.css.map */
