@charset "UTF-8";

/* Font family */

/* Width */

/*get vw*/

/*get percent*/

@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

/* Font family */

/* Font size */

/* Width */

/* ----------------------------------------
 	reset
 ---------------------------------------- */

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

ul {
  padding: 0;
}

input,
button,
textarea {
  outline: none;
}

ul,
ol,
li {
  list-style: none;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  padding-bottom: 6rem;
  background-color: transparent;
  color: #000;
  line-height: 20px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
}

@media (min-width: 769px) and (max-width: 1000px) {
  body {
    min-width: 1000px;
  }
}

/* Font family */

/* Width */

/*get vw*/

/*get percent*/

@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

/* Font family */

/* Font size */

/* Width */

/* Font family */

/* Width */

/*get vw*/

/*get percent*/

@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

/* Font family */

/* Font size */

/* Width */

/*************************************************************************
    Header
************************************************************************/

.container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 769px) and (max-width: 1099px) {
  .container {
    min-width: 1000px;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 4vw;
  }
}

.menu-open {
  overflow: hidden;
}

.site-header {
  background: #3abce8;
  height: 84px;
}

.site-header .inner-header {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .inner-header .header-logo {
  display: table;
}

.site-header .inner-header .header-logo img {
  vertical-align: middle;
}

@media (min-width: 769px) {
  .site-header .inner-header .header-logo img:last-child {
    margin-left: 11px;
    margin-top: -1px;
  }
}

.site-header .inner-header .header-logo a:hover > img {
  opacity: .8;
}

.site-header .inner-header .header-right .lang:after {
  content: '';
  display: block;
  clear: both;
}

.site-header .inner-header .header-right .lang ul {
  float: right;
}

.site-header .inner-header .header-right .lang ul:after {
  content: '';
  display: block;
  clear: both;
}

.site-header .inner-header .header-right .lang ul li {
  float: left;
  position: relative;
}

.site-header .inner-header .header-right .lang ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: normal;
  color: #fff;
  display: inline-block;
}

.site-header .inner-header .header-right .lang ul li:first-child {
  padding-right: 15px;
}

.site-header .inner-header .header-right .lang ul li:first-child:after {
  position: absolute;
  right: 0;
  top: 4px;
  content: "";
  height: 13px;
  width: 1px;
  background: #fff;
  display: inline-block;
}

.site-header .inner-header .header-right .lang ul li:last-child {
  padding-left: 15px;
}

.site-header .inner-header .header-right .lang ul li:last-child a {
  letter-spacing: 0.5px;
}

.site-header .inner-header .header-right .globalNavi {
  margin-top: 6px;
}

.site-header .inner-header .header-right .globalNavi ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

.site-header .inner-header .header-right .globalNavi ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 119px;
  height: 35px;
  text-align: center;
  position: relative;
}

.site-header .inner-header .header-right .globalNavi ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.2s all;
  -ms-transform: 0.2s all;
  transition: 0.2s all;
}

.site-header .inner-header .header-right .globalNavi ul li a:hover {
  background: #7fd0eb;
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .site-header .inner-header .header-right .globalNavi ul li a {
    padding: 8px 0 5px;
  }
}

.site-header .inner-header .header-right .globalNavi ul li:last-child {
  margin-right: 0;
}

.site-header .inner-header .header-right .globalNavi ul li a.btn-login:before {
  width: 16px;
  height: 18px;
  background: url(/images/icon-login.png?ac47be857b4e58d0c15475f02fdad157) no-repeat center center;
  background-size: contain;
  margin: -2px 5px 0 -5px;
}

.site-header .inner-header .header-right .globalNavi ul li a.btn-login:hover:before {
  background-image: url(/images/icon-login-hover.png?b57e2077229a1837465f1074fdcad37f);
}

.site-header .inner-header .header-right .globalNavi ul li a.btn-mypage:before {
  width: 14px;
  height: 17px;
  background: url(/images/icon-mypage.png?a4df4d6cd6a15d9189cf4d60868bdfe9) no-repeat center center;
  background-size: contain;
  margin: 0 5px 0 0;
}

.site-header .inner-header .header-right .globalNavi ul li a.btn-mypage:hover:before {
  background-image: url(/images/icon-mypage-hover.png?ddcc54de930e0fc284cdf4aed7e960a8);
}

.site-header .inner-header .header-right .globalNavi ul li a.btn-search:before {
  width: 15px;
  height: 16px;
  background: url(/images/icon-search.png?142df581b83282550f3959caf93430ea) no-repeat center center;
  background-size: contain;
  margin: 0 5px 0 -10px;
}

@supports (-ms-ime-align: auto) {
  .site-header .inner-header .header-right .globalNavi ul li a.btn-search:before {
    margin-top: 0;
  }
}

.site-header .inner-header .header-right .globalNavi ul li a.btn-search:hover:before {
  background-image: url(/images/icon-search-hover.png?6e0ff380379d199ed4fc6cfe1b23f515);
}

@media (max-width: 768px) {
  .site-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    height: 15.2vw;
  }

  .site-header .container {
    padding: 0;
  }

  .site-header .inner-header {
    padding: 0;
  }

  .site-header .inner-header .header-logo {
    text-align: center;
    display: inline-block;
    margin-left: 1.33333333vw;
  }

  .site-header .inner-header .header-logo img {
    display: block;
    margin: 0 auto;
  }

  .site-header .inner-header .header-logo img:first-child {
    margin-bottom: 0.4vw;
    width: 40.4vw;
  }

  .site-header .inner-header .header-logo img:last-child {
    width: 40.8vw;
  }

  .site-header .inner-header .header-logo h1 a {
    display: block;
  }

  .site-header .inner-header .header-right {
    display: none;
  }

  .site-header .inner-header .cart-shop a {
    width: 15.2vw;
    height: 15.2vw;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 3.46666667vw;
  }

  .site-header .inner-header .cart-shop a .i-cart {
    background: url(/images/icon-cart-sp.png?d5b0f366ae1ba8cb8ec47b8a58c0b02f) no-repeat;
    background-size: 100%;
    width: 9.86666667vw;
    height: 8.66666667vw;
    display: block;
    margin: 3.33333333vw auto;
  }

  .site-header .inner-header .cart-shop a span {
    position: absolute;
    right: -0.93333333vw;
    top: 1.86666667vw;
    width: 5.2vw;
    height: 5.2vw;
    border-radius: 50%;
    text-align: center;
    font-size: 2.66666667vw;
    line-height: 1.95;
    font-weight: bold;
    color: #fff;
    background: #d50000;
  }

  .site-header .inner-header .btn-menu {
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: 0;
    margin-right: 1.33333333vw;
    height: 15.2vw;
    width: 15.2vw;
    text-align: center;
  }

  .site-header .inner-header .btn-menu .icon-menu {
    position: relative;
    display: block;
    width: 7.46666667vw;
    height: 6.66666667vw;
    margin: 0 auto;
  }

  .site-header .inner-header .btn-menu .icon-menu:before,
  .site-header .inner-header .btn-menu .icon-menu:after,
  .site-header .inner-header .btn-menu .icon-menu span {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    background: #fff;
    width: 7.46666667vw;
    height: 0.8vw;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transform: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 10px;
  }

  .site-header .inner-header .btn-menu .icon-menu span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .site-header .inner-header .btn-menu .icon-menu:before {
    top: 0;
  }

  .site-header .inner-header .btn-menu .icon-menu:after {
    bottom: 0;
  }

  .site-header .inner-header .btn-menu.active .icon-menu span {
    display: none;
  }

  .site-header .inner-header .btn-menu.active .icon-menu:before {
    top: 2.53333333vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .site-header .inner-header .btn-menu.active .icon-menu:after {
    top: 2.53333333vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .site-header .inner-header .content-toggle {
    display: none;
    position: absolute;
    top: 15.2vw;
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #3abce8;
  }

  .site-header .inner-header .content-toggle .content-toggle-inner {
    overflow-y: auto;
    height: 100%;
    padding: 3.33333333vw 4vw 13.33333333vw;
  }

  .site-header .inner-header .content-toggle .content-toggle-inner .menu-top li a,
  .site-header .inner-header .content-toggle .content-toggle-inner .menu-bottom li a {
    padding: 4.53333333vw 3.33333333vw 4.53333333vw 3.33333333vw;
    color: #fff;
    font-size: 4.53333333vw;
    line-height: 1.471;
    font-weight: bold;
    display: block;
  }

  .site-header .inner-header .content-toggle .content-toggle-inner .menu-top {
    padding-bottom: 4.53333333vw;
    border-bottom: 0.26666667vw solid #fff;
  }

  .site-header .inner-header .content-toggle .content-toggle-inner .menu-bottom {
    padding-top: 6vw;
  }

  .site-header .inner-header .content-toggle .content-toggle-inner .menu-bottom li a {
    padding: 3.06666667vw 3.33333333vw 2.26666667vw;
  }
}

.slider-home {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.slider-home img {
  width: 100%;
}

.slider-home .container {
  margin-top: 0 !important;
}

.slider-home .container .caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-home .container .caption p {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 768px) {
  .slider-home .container .caption p {
    font-size: 5.86666667vw;
    line-height: 1.364;
  }
}

.btn {
  outline: 0;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: none;
  -webkit-transition: background-color 0.1s linear;
  -ms-transform: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn:hover {
  background: #7fd0eb !important;
}

.btn.btn-submit,
.btn.btn-top {
  width: 200px;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  background: #fff;
  border: 2px solid #3abce8;
  border-radius: 5px;
}

.btn.btn-submit:before,
.btn.btn-top:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: url(/images/icon-arrow.svg?8d0d945551b7604ec553a42b6f7082cb) no-repeat left center;
  background-size: contain;
  margin: -3px 6px 0 -6px;
}

.btn.btn-submit:hover,
.btn.btn-top:hover {
  background: #3abce8 !important;
  color: #fff;
}

.btn.btn-submit:hover:before,
.btn.btn-top:hover:before {
  background-image: url(/images/icon-arrow-hover.svg?506c20b71efc92c68fa88138b73911d6);
}

@media (max-width: 768px) {
  .btn.btn-submit,
  .btn.btn-top {
    font-size: 3.73333333vw;
    line-height: 1.25;
    width: 56.53333333vw;
    max-height: 13.33333333vw;
    border: 0.53333333vw solid #3abce8;
    padding: 4.3% 0;
    border-radius: 1.33333333vw;
  }

  .btn.btn-submit:before,
  .btn.btn-top:before {
    margin: -0.66666667vw 1.46666667vw 0 -1.86666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}

.btn.btn-send-other {
  width: 180px;
  border: 2px solid #7fd0eb;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.539;
  display: block;
  padding: 6px 0;
  border-radius: 5px;
}

.btn.btn-send-other:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 14px;
  background: url(/images/icon-arrow-right.svg?c8e5be24c8cbf178fbfe2d536b7f529b) no-repeat left center;
  background-size: contain;
  margin: -3px 6px 0 -6px;
  -webkit-transition: 0.2s all;
  -ms-transform: 0.2s all;
  transition: 0.2s all;
}

.btn.btn-send-other:hover {
  color: #fff;
}

.btn.btn-send-other:hover:before {
  width: 6px;
  height: 14px;
  background-image: url(/images/icon-arrow-right-white.svg?988aafe0ff6707523a3a89c0543ef0e0);
}

@media (max-width: 768px) {
  .btn.btn-send-other {
    border: 0.26666667vw solid #7fd0eb;
    width: 49.86666667vw;
    font-size: 3.2vw;
    line-height: 1.25;
    padding: 2.26666667vw 0;
  }

  .btn.btn-send-other:before {
    margin: -3px 10px 0 -12px;
  }

  .btn.btn-send-other:before,
  .btn.btn-send-other:hover:before {
    width: 1.33333333vw;
    height: 2.26666667vw;
  }
}

@media (min-width: 769px) {
  .btn.btn-gray {
    border: 2px solid #989898;
  }
}

@media (max-width: 768px) {
  .btn.btn-gray {
    border: 0.53333333vw solid #989898;
  }
}

.btn.btn-gray:hover {
  background: #989898 !important;
}

.btn.btn-back:before {
  background: url(/images/icon-arrow-back.svg?d991d53ddf47f24e0f2b61e23a1e6b12) no-repeat left center;
  background-size: contain;
}

@media (max-width: 768px) {
  .btn.btn-back:before {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.btn.btn-back:hover:before {
  background-image: url(/images/icon-arrow-back-hover.svg?6b02f77cf4c710ede182db3dc97010d5);
}

.btn.btn-logout:before {
  background: url(/images/icon-logout.png?9852d748bfa0b8365de6ac0b6c35f023) no-repeat left center;
  background-size: 100% !important;
}

@media (min-width: 769px) {
  .btn.btn-logout:before {
    width: 16px;
    height: 14px;
  }
}

@media (max-width: 768px) {
  .btn.btn-logout:before {
    width: 4.26666667vw;
    height: 3.2vw;
  }
}

.btn.btn-logout:hover:before {
  background: url(/images/icon-logout-hover.png?d755f8e3353bd1d5659baf104333298c) no-repeat left center !important;
  background-size: 100% !important;
}

@media (min-width: 769px) {
  .btn.btn-logout:hover:before {
    width: 16px;
    height: 14px;
  }
}

@media (max-width: 768px) {
  .btn.btn-logout:hover:before {
    width: 4.26666667vw;
    height: 3.2vw;
  }
}

.btn.btn-cart:before {
  content: "";
  display: inline-block;
}

@media (min-width: 769px) {
  .btn.btn-cart:before {
    width: 17px;
    height: 15px;
    background: url(/images/icon-cart-white.png?0d195b2009b0d011926d45d994079cee) no-repeat;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .btn.btn-cart:before {
    width: 4.53333333vw;
    height: 4vw;
    background: url(/images/icon-cart-white-sp.png?24ebd677bb25f43812b356ff58928ccd) no-repeat;
    margin-right: 2%;
    background-size: 100%;
    vertical-align: -0.26666667vw;
  }
}

.btn.btn-stock:before {
  content: "";
  display: inline-block;
}

@media (min-width: 769px) {
  .btn.btn-stock:before {
    width: 12px;
    height: 12px;
    background: url(/images/icon-stock.png?551970d899e2370572a0d2cf87e3af26) no-repeat;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .btn.btn-stock:before {
    width: 3.2vw;
    height: 3.2vw;
    background: url(/images/icon-stock-sp.png?58547963e95d2bd5d6b7507dd1aca3a8) no-repeat;
    margin-right: 2%;
    background-size: 100%;
  }
}

.form-input {
  width: 100%;
  height: 40px;
  background: #f3f3f4;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .form-input {
    border-radius: 1.33333333vw;
    height: 12vw;
    font-size: 4vw;
    line-height: 1.334;
    width: 100%;
    padding: 5px 15px;
  }
}

.form-select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  background: #f3f3f4 url(/images/arrow-select.svg?abe83e97ebbd3ba12fa04917b3187a33) no-repeat right center;
  background-size: auto 55%;
  background-position-x: 94%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .form-select {
    border-radius: 1.33333333vw;
    height: 12vw;
    font-size: 4vw;
    line-height: 1.334;
    width: 100%;
    padding: 5px 3.86666667vw;
  }
}

.form-select::-ms-expand {
  display: none;
}

@media (max-width: 768px) {
  .form-select {
    background-position-x: 96%;
    background-size: 3.06666667vw 5.73333333vw;
  }
}

.label-name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.334;
  font-weight: bold;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .label-name {
    font-size: 4vw;
    line-height: 1.334;
  }
}

.form-txt {
  background: #f3f3f4;
  resize: none;
  border: none;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  height: 120px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
}

@media (max-width: 768px) {
  .form-txt {
    font-size: 4vw;
    line-height: 1.334;
    padding: 4.5%;
  }
}

.box-check {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.box-check .form-check {
  width: 0;
  height: 0;
  opacity: 0;
  display: inline-block;
}

.box-check .form-check + label {
  margin-left: 25px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  cursor: pointer;
}

.box-check .form-check + label:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  background: url(/images/checkbox-normal.svg?91b4f110a8a8dd9448323932520f8db2) no-repeat;
  background-size: contain;
}

.box-check .form-check:checked + label:after {
  background-image: url(/images/checkbox-active.svg?acabc45ee2e1efe2695a998b4e464069);
}

.box-check .check-policy {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .box-check .form-check + label {
    margin-left: 6.66666667vw;
    font-size: 4vw;
    line-height: 1.334;
  }

  .box-check .form-check + label:after {
    top: 0;
    width: 5.6vw;
    height: 5.6vw;
    margin-right: 4vw;
  }

  .box-check .check-policy {
    margin-left: 8vw;
  }
}

.group-radio {
  margin-top: 15px;
}

.box-radio {
  display: inline-block;
  margin-right: 20px;
}

.box-radio label {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
  position: relative;
  cursor: pointer;
}

.box-radio label:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: -3px;
}

.box-radio .form-radio {
  width: 0;
  height: 0;
  opacity: 0;
  display: inline-block;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.box-radio .form-radio + label:before {
  background: url(/images/radio-normal.svg?771fb2b600938cd5e7cca8169840f2b0) no-repeat;
  background-size: contain;
}

.box-radio .form-radio:checked + label:before {
  background-image: url(/images/radio-active.svg?7d29dd84e45c06c74b1464355c34023e);
}

@media (max-width: 768px) {
  .box-radio {
    margin-right: 9.2vw;
  }

  .box-radio label {
    font-size: 4vw;
    line-height: 1.334;
  }

  .box-radio label:before {
    width: 8vw;
    height: 8vw;
    margin-right: 2vw;
    margin-top: -2px;
  }
}

.box-submit {
  text-align: center;
}

.box-submit .note {
  padding-top: 20px;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  color: #325ea9;
}

.box-submit .note:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .box-submit .note {
    padding-top: 3%;
    font-size: 3.73333333vw;
    line-height: 1.25;
  }
}

@media (max-width: 768px) {
  .toggle-tab {
    display: block;
    position: absolute;
    top: 50%;
    right: 3.86666667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .toggle-tab .i-arrow {
    display: block;
    width: 4.4vw;
    height: 2.8vw;
    background: url(/images/icon-arrow-down.svg?2ce6b5368a673f708d6ddd2f100c50cf) no-repeat;
    background-size: 100%;
  }

  .toggle-tab.collapsed .i-arrow {
    background: url(/images/icon-arrow-up.svg?22e66fd056c4aa31ed62ae9699332af1) no-repeat;
    background-size: 100%;
  }
}

.panel-page {
  margin-top: 30px;
  border-top: 2px solid #3abce8;
}

@media (max-width: 768px) {
  .panel-page {
    margin-top: 3.5%;
    margin-left: -4vw;
    margin-right: -4vw;
    padding: 0 4vw;
    border-top: 0.53333333vw solid #3abce8;
  }
}

@media (max-width: 375px) {
  .panel-page {
    margin-top: 3.5%;
  }
}

.main-top {
  margin-top: 47px;
}

.breadcrumb {
  background: #f9fafb;
  padding: 14px 0;
}

@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
}

@media (max-width: 768px) {
  .breadcrumb ul li {
    font-size: 3.73333333vw;
    line-height: 1.358;
  }
}

.breadcrumb ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  color: #325ea9;
}

.breadcrumb ul li a:after {
  content: ">";
  color: #000;
  display: inline-block;
  vertical-align: 1px;
  margin-left: 10px;
  margin-right: 4px;
}

.breadcrumb ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .breadcrumb ul li a {
    font-size: 3.73333333vw;
    line-height: 1.358;
  }
}

.help-block {
  color: #d50000;
  display: block;
}

@media (min-width: 769px) {
  .help-block {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.334;
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
  .help-block {
    font-size: 4vw;
    line-height: 1.334;
    padding-top: 2vw;
  }
}

.alert {
  border: 1px solid;
}

@media (min-width: 769px) {
  .alert {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.334;
    padding: 18px 10px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .alert {
    font-size: 4vw;
    line-height: 1.334;
    padding: 3.46666667vw 2vw;
    margin-bottom: 4.66666667vw;
  }
}

.alert.alert-danger {
  background: #ffeaea;
  color: #d50000;
  border-color: #d50000;
}

.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-error .form-select,
.has-error .form-input,
.has-error .form-txt {
  background-color: #ffeaea;
}

.site-content .inner-content {
  margin-top: 47px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .site-content .inner-content .main-content {
    width: 74.545%;
  }
}

@media (max-width: 768px) {
  .site-content .inner-content .main-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.site-content .inner-content .sidebar {
  width: 21.818%;
}

@media (max-width: 768px) {
  .site-content .inner-content .sidebar {
    margin: 40px auto 0;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .site-content {
    margin-top: 15.2vw;
  }

  .site-content .inner-content {
    margin-top: 5.33333333vw;
    padding-bottom: 11.6vw;
  }

  .site-content .section-news {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .site-content .section-search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .site-content .section-tabs {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.title-section {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: bold;
}

@media (max-width: 768px) {
  .title-section {
    font-size: 4.8vw;
    line-height: 1.389;
    cursor: pointer;
  }
}

.ttl {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ttl {
    font-size: 5.33333333vw;
    line-height: 1.25;
  }
}

.title-form {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.218;
  padding-left: 10px;
  font-weight: bold;
  border-left: 4px solid #3abce8;
}

@media (max-width: 768px) {
  .title-form {
    font-size: 4.53333333vw;
    line-height: 1.618;
    padding-left: 2.8%;
    border-left: 1.06666667vw solid #3abce8;
  }
}

.title-product {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.218;
  font-weight: bold;
}

@media (max-width: 768px) {
  .title-product {
    font-size: 4.53333333vw;
    line-height: 1.618;
  }
}

.title-product .item-number {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .title-product .item-number {
    font-size: 3.5vw;
  }
}

@media (min-width: 769px) {
  .title-solution {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .title-solution {
    font-size: 4.26666667vw;
    line-height: 1.25;
  }
}

@media (max-width: 768px) {
  .page-content {
    padding-top: 3.5%;
  }
}

.desc-section {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  padding-top: 2px;
}

@media (min-width: 769px) {
  .section-search .box-search {
    margin-top: 14px;
    padding: 35px 50px 25px;
    border: 6px solid #eaf6fc;
  }
}

.section-search .box-search .form-search .form-group {
  border: 2px solid #3abce8;
  border-radius: 5px;
  position: relative;
}

.section-search .box-search .form-search .form-group input {
  width: calc(100% - 86px);
  border: none;
  height: 46px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  padding: 10px 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.section-search .box-search .form-search .form-group .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 86px;
  height: 46px;
  background: #3abce8;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: bold;
  border: none;
  outline: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.section-search .box-search .form-search .desc-search {
  padding-top: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
}

@media (max-width: 768px) {
  .section-search .box-search .form-search .form-group {
    border: 0.53333333vw solid #3abce8;
    border-radius: 1.33333333vw;
  }

  .section-search .box-search .form-search .form-group input {
    width: calc(100% - 20vw);
    height: 10.93333333vw;
    font-size: 4.53333333vw;
    line-height: 1.471;
  }

  .section-search .box-search .form-search .form-group .btn-search {
    width: 20vw;
    height: 10.93333333vw;
    font-size: 4.53333333vw;
    line-height: 1.471;
  }

  .section-search .box-search .form-search .desc-search {
    padding-top: 2vw;
    font-size: 3.46666667vw;
    line-height: 1.154;
  }
}

@media (max-width: 375px) {
  .section-search .box-search .form-search .form-group input {
    height: 10.66666667vw;
  }

  .section-search .box-search .form-search .form-group .btn-search {
    height: 10.66666667vw;
  }

  .section-search .box-search .form-search .desc-search {
    padding-top: 2vw;
    font-size: 3.46666667vw;
    line-height: 1.154;
  }
}

.section-tabs {
  margin-top: 49px;
}

.section-tabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #3abce8;
}

.section-tabs .tabs li {
  width: 50%;
  text-align: center;
  border: 2px solid #3abce8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.section-tabs .tabs li a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  display: block;
  padding: 20px 0;
}

.section-tabs .tabs li:hover {
  background: #7fd0eb;
  color: #fff;
}

.section-tabs .tabs li:hover a {
  color: #fff;
}

.section-tabs .tabs li.active {
  background: #3abce8;
  color: #fff;
}

.section-tabs .tabs li.active a {
  color: #fff;
}

.section-tabs .tabs-content #tabs-02 {
  display: none;
}

@media (min-width: 769px) {
  .section-tabs .tabs-content .item-tabs {
    margin-top: 36px;
  }
}

.section-tabs .tabs-content .item-tabs .item-content {
  background: #eaf6fc;
  margin-top: 14px;
  padding: 30px 4px 14px;
}

.section-tabs .tabs-content .item-tabs .item-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-tabs .tabs-content .item-tabs .item-content ul li {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .section-tabs .tabs-content .item-tabs .item-content ul li {
    margin-left: 2%;
    width: 22.5%;
  }
}

.section-tabs .tabs-content .item-tabs .item-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 54px;
  padding: 6px 8px 6px 24px;
  border: 2px solid #3abce8;
  background: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
  -webkit-transition: 0.2s all;
  -ms-transform: 0.2s all;
  transition: 0.2s all;
  cursor: pointer;
}

.section-tabs .tabs-content .item-tabs .item-content ul li a span {
  display: block;
}

.section-tabs .tabs-content .item-tabs .item-content ul li a .label:before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 13px;
  height: 13px;
  background: url(/images/icon-arrow.svg?8d0d945551b7604ec553a42b6f7082cb) no-repeat left center;
  background-size: contain;
  margin: 0 3px 0 -16px;
  -webkit-transition: 0.2s all;
  -ms-transform: 0.2s all;
  transition: 0.2s all;
}

.section-tabs .tabs-content .item-tabs .item-content ul li a .desc {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
}

.section-tabs .tabs-content .item-tabs .item-content ul li a:hover,
.section-tabs .tabs-content .item-tabs .item-content ul li a.active {
  background: #3abce8;
  color: #fff;
}

.section-tabs .tabs-content .item-tabs .item-content ul li a:hover .label:before,
.section-tabs .tabs-content .item-tabs .item-content ul li a.active .label:before {
  background-image: url(/images/icon-arrow-hover.svg?506c20b71efc92c68fa88138b73911d6);
}

.section-tabs .tabs-content .item-tabs .item-content ul li a.i-left {
  text-align: left;
}

@media (min-width: 769px) {
  .section-tabs .tabs-content .item-tabs .item-content .box-check {
    margin: -6px 0 16px 2%;
  }
}

.section-tabs .tabs-content .item-tabs .item-content .notes {
  font-size: 3.06666667vw;
  line-height: 1.218;
}

@media (min-width: 769px) {
  .section-tabs .tabs-content .item-tabs .item-content .notes {
    margin-left: 2%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.429;
  }
}

@media (max-width: 768px) {
  .section-tabs {
    margin-top: 7.46666667vw;
  }

  .section-tabs .tabs {
    margin-bottom: 4.8vw;
  }

  .section-tabs .tabs li {
    border-top-left-radius: 1.33333333vw;
    border-top-right-radius: 1.33333333vw;
    border: 0.53333333vw solid #3abce8;
  }

  .section-tabs .tabs li a {
    padding: 2.53333333vw 0;
    font-size: 4.53333333vw;
    line-height: 1.471;
  }

  .section-tabs .tabs-content .item-tabs {
    border-top: 0.26666667vw solid #c8c8c8;
  }

  .section-tabs .tabs-content .item-tabs .item-title {
    position: relative;
    padding: 3.33333333vw 0 3.46666667vw;
  }

  .section-tabs .tabs-content .item-tabs .item-content {
    display: none;
    margin: 0 -4vw 4.53333333vw -4vw;
    padding: 4vw 4vw 1.46666667vw;
  }

  .section-tabs .tabs-content .item-tabs .item-content ul {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .section-tabs .tabs-content .item-tabs .item-content ul li {
    width: 48.25%;
    margin-bottom: 2.66666667vw;
  }

  .section-tabs .tabs-content .item-tabs .item-content ul li a {
    min-height: 13.33333333vw;
    padding: 1.33333333vw 1.86666667vw 1.33333333vw 5.33333333vw;
    border: 0.53333333vw solid #3abce8;
    font-size: 3.73333333vw;
    line-height: 1.25;
  }

  .section-tabs .tabs-content .item-tabs .item-content ul li a .label:before {
    width: 3.2vw;
    height: 3.2vw;
  }

  .section-tabs .tabs-content .item-tabs .item-content ul li a .desc {
    font-size: 3.06666667vw;
    line-height: 1.218;
  }

  .section-tabs .tabs-content .item-tabs .item-content .box-check {
    margin: 0.4vw 0 4vw;
  }

  .section-tabs .tabs-content .item-tabs:last-child {
    border-bottom: 0.26666667vw solid #c8c8c8;
  }
}

.section-news {
  margin-bottom: 49px;
}

.section-news .align-block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-news .title-section {
  color: #3abce8;
}

.section-news .box-news {
  margin-top: 1vw;
}

.section-news .box-news .list-news li {
  padding: 12px 0;
  border-top: 1px solid #3abce8;
  color: #696969;
  font-size: 0.875rem;
  line-height: normal;
}

.section-news .box-news .list-news li div {
  display: inline-block;
}

.section-news .box-news .list-news li div a {
  color: #696969;
  text-decoration: none;
}

.section-news .box-news .list-news li div a:hover {
  color: #696969;
  text-decoration: none;
}

.section-news .box-news .list-news li div:last-child {
  margin-top: 0;
}

@media (max-width: 400px) {
  .section-news .box-news .list-news li div:last-child {
    margin-top: 0.5rem;
  }
}

.section-news .box-news .list-news li:first-child {
  margin-right: 0.6rem;
}

.section-news .box-news .list-news li:last-child {
  border-bottom: 1px solid #3abce8;
}

.section-news .more-link {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

.section-news .more-link a {
  padding: 4px 30px 4px 20px;
  border: 1px solid #3abce8;
  color: #3abce8;
}

.section-news .more-link a:link,
.section-news .more-link a:hover,
.section-news .more-link a:active {
  color: #3abce8;
  text-decoration: none;
}

.section-news .more-link:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #3abce8;
  border-right: solid 1px #3abce8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

@media (max-width: 768px) {
  .section-news {
    margin-top: 30px;
  }

  .section-news .box-news .list-news li div {
    display: block;
  }

  .section-news .box-news .list-news li div:first-child {
    position: relative;
    margin-right: 0;
    vertical-align: middle;
    font-size: 3.73333333vw;
    line-height: 1.25;
  }

  .section-news .box-news .list-news li div:last-child {
    margin-top: 0.5rem;
  }

  .section-news a {
    font-size: 3.73333333vw;
    line-height: 1.25;
  }
}

.sidebar {
  padding-top: 2px;
}

.sidebar .title-sidebar {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
}

.sidebar .sidebar-cart {
  border-top: 2px solid #eaf6fc;
  padding: 0 13px 17px;
}

.sidebar .sidebar-cart .title-cart {
  padding-top: 17px;
}

.sidebar .sidebar-cart .title-cart:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 19px;
  margin: -4px 10px 0 7px;
  background: url(/images/title-cart.png?ff54d2a416511e172a470af5e0537505) no-repeat left center;
}

.sidebar .sidebar-cart .list {
  padding-top: 16px;
}

.sidebar .sidebar-cart .list li {
  padding-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
  color: #325ea9;
}

.sidebar .sidebar-cart .list li:before {
  content: '\30FB';
  display: inline-block;
  text-indent: 0;
}

.sidebar .sidebar-cart .list li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  color: #325ea9;
}

.sidebar .sidebar-cart .list li a:hover {
  text-decoration: underline;
}

.sidebar .sidebar-cart .btn-request {
  width: 202px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  color: #fff;
  background: #3abce8;
  border-radius: 8px;
  padding: 10px 0 9px;
  margin-top: 25px;
  margin-left: 6px;
}

@media all and (-ms-high-contrast: none) {
  .sidebar .sidebar-cart .btn-request {
    padding: 11px 0 8px;
  }
}

.sidebar .sidebar-cart .link {
  margin-top: 10px;
  text-align: center;
}

.sidebar .sidebar-cart .link a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  color: #325ea9;
}

.sidebar .sidebar-cart .link a:before,
.sidebar .sidebar-cart .link a:after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 0.8em;
}

.sidebar .sidebar-cart .link a:after {
  background: url(/images/icon-arrow-right-darkblue.svg?1cbc5df3113040798f7ccaaf1b84d85c) no-repeat right center;
  background-size: contain;
}

.sidebar .sidebar-cart .link a:hover {
  text-decoration: underline;
}

.sidebar .sidebar-title {
  margin-bottom: 10px;
  color: #3abce8;
  font-weight: bold;
}

@media (max-width: 768px) {
  .sidebar .sidebar-title {
    margin-top: 50px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}

.sidebar .sidebar-banner {
  margin: 30px auto 0;
  width: 100%;
  max-width: 240px;
}

.sidebar .diagonal-shadow {
  margin-bottom: 5px;
  border: 1px solid #3abce8;
  -webkit-box-shadow: 5px 5px #eaf6fc;
          box-shadow: 5px 5px #eaf6fc;
}

.sidebar .sidebar-another-link {
  position: relative;
  height: 69px;
  width: 100%;
  max-width: 240px;
}

.sidebar .sidebar-another-link .sidebar-another a {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #fff;
  line-height: 69px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/images/bg_btn_another_blue.png?cbf4ec7d514669793a27f6f48f074c87) right bottom no-repeat;
  background-size: cover;
  z-index: 2;
}

.sidebar .sidebar-another-shadow {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 69px;
  background: #eaf6fc;
  z-index: 1;
}

.sidebar .sidebar-another-shadow:after {
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  content: "";
  border-color: #3abce8 #fff #fff #3abce8;
  border-style: solid;
  border-width: 0 0 24px 24px;
  bottom: 0;
}

.sidebar .another-blue .sidebar-another-shadow {
  background: #eaf6fc;
}

.sidebar .another-blue .sidebar-another-shadow:after {
  border-color: #3abce8 #fff #fff #3abce8;
}

.sidebar .another-blue .sidebar-another a {
  color: #3abce8;
  background: url(/images/bg_btn_another_blue.png?cbf4ec7d514669793a27f6f48f074c87) right bottom no-repeat;
  border-top: 1px solid #3abce8;
  border-left: 1px solid #3abce8;
}

.sidebar .another-blue .sidebar-another a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 45px;
  background-color: #3abce8;
}

.sidebar .another-blue .sidebar-another a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 215px;
  height: 1px;
  background-color: #3abce8;
}

.sidebar .another-orange .sidebar-another-shadow {
  background: #fbe8ca;
}

.sidebar .another-orange .sidebar-another-shadow:after {
  border-color: #fadbad #fff #fff #fadbad;
}

.sidebar .another-orange .sidebar-another a {
  color: #F0A53B;
  background: url(/images/bg_btn_another_orange.png?dc0ab207d8b0275a4cf4ea4c29e8fbfd) right bottom no-repeat;
  border-top: 1px solid #F3A43B;
  border-left: 1px solid #F3A43B;
}

.sidebar .another-orange .sidebar-another a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 45px;
  background-color: #F3A43B;
}

.sidebar .another-orange .sidebar-another a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 215px;
  height: 1px;
  background-color: #F3A43B;
}

.sidebar .sidebar-another-link + .sidebar-another-link {
  margin-top: 20px;
}

.sidebar .sidebar-bloglist {
  margin: 30px 0;
  padding: 2rem 1rem;
}

@media (max-width: 768px) {
  .sidebar .sidebar-bloglist {
    margin-top: 50px;
  }
}

.sidebar .sidebar-bloglist .bloglist-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3abce8;
  color: #3abce8;
  font-weight: bold;
}

@media (max-width: 768px) {
  .sidebar .sidebar-bloglist .bloglist-title {
    font-size: 4.26666667vw;
    line-height: 1.407;
  }
}

.sidebar .sidebar-bloglist .bloglist {
  margin-top: 10px;
  margin-bottom: 2rem;
}

.sidebar .sidebar-bloglist .bloglist li {
  padding: 5px 0;
  min-height: 70px;
  font-size: 0.8rem;
}

.sidebar .sidebar-bloglist .bloglist li:hover {
  opacity: 0.9;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

.sidebar .sidebar-bloglist .bloglist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  line-height: 1.429;
  color: #696969;
}

.sidebar .sidebar-bloglist .bloglist li a:link,
.sidebar .sidebar-bloglist .bloglist li a:hover,
.sidebar .sidebar-bloglist .bloglist li a:active {
  text-decoration: none;
  color: #696969;
}

.sidebar .sidebar-bloglist .bloglist li a .bloglist-text {
  padding-top: 1px;
  width: 65%;
}

@media (max-width: 768px) {
  .sidebar .sidebar-bloglist .bloglist li a .bloglist-text {
    font-size: 3.73333333vw;
    line-height: 1.608;
  }
}

.sidebar .sidebar-bloglist .bloglist li a .bloglist-thumb {
  width: 30%;
}

.sidebar .sidebar-bloglist .bloglist li a .bloglist-thumb img {
  width: 100%;
}

.sidebar .sidebar-bloglist .ranking-list {
  counter-reset: item 1;
}

.sidebar .sidebar-bloglist .ranking-list li a .bloglist-thumb {
  position: relative;
}

.sidebar .sidebar-bloglist .ranking-list li a .bloglist-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #3abce8;
  color: #fff;
}

.sidebar .sidebar-bloglist .ranking-list li:nth-child(n+4) a .bloglist-thumb:before {
  background-color: #c8c8c8;
}

.sidebar .sidebar-bloglist .ranking-list li a .bloglist-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.sidebar .sidebar-bloglist .ranking-list li:first-child a .bloglist-thumb:after {
  content: "1";
}

.sidebar .sidebar-bloglist .ranking-list li + li a .bloglist-thumb:after {
  counter-increment: item;
  content: counter(item);
}

@media (min-width: 769px) and (max-width: 1030px) {
  .sidebar .sidebar-cart .btn-request {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sidebar .sidebar-title {
    margin-top: 50px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }

  .sidebar .flex-container.another-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }

  .sidebar .sidebar-another-link + .sidebar-another-link {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .sidebar .sidebar-title {
    margin-top: 50px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }

  .sidebar .sidebar-another-link {
    width: 150px;
  }

  .sidebar .sidebar-another-shadow {
    width: 100%;
  }

  .sidebar .another-blue .sidebar-another a:after {
    width: 126px;
  }

  .sidebar .another-orange .sidebar-another a:after {
    width: 126px;
  }

  .sidebar .sidebar-another a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }

  .sidebar .sidebar-another-link + .sidebar-another-link {
    margin-left: 10px;
  }
}

.badge-tag {
  display: inline-block;
  margin: 4px 0;
  padding: 0px 10px;
  min-width: 80px;
  min-height: 20px;
  background: #fff;
  border: 1px solid #3abce8;
  border-radius: 20px;
  color: #3abce8;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  text-align: center;
}

@media (max-width: 768px) {
  .badge-tag {
    padding: 6px 10px;
    min-width: 100px;
    min-height: 1vw;
    font-size: 3.06666667vw;
    line-height: 1.218;
  }
}

@media (max-width: 480px) {
  .badge-tag {
    padding: 0 10px;
    min-width: 80px;
    font-size: 3.5vw;
    line-height: 1.286;
  }
}

.site-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.site-footer .inner-footer {
  background: #f3f3f4;
  text-align: center;
  padding: 42px 0;
}

.site-footer .inner-footer.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.site-footer .inner-footer .menu-footer {
  padding-bottom: 22px;
}

.site-footer .inner-footer .menu-footer li {
  display: inline-block;
}

.site-footer .inner-footer .menu-footer li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  display: block;
  padding: 0 14px;
  position: relative;
}

.site-footer .inner-footer .menu-footer li a:after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 13px;
  background: #000;
}

@media all and (-ms-high-contrast: none) {
  .site-footer .inner-footer .menu-footer li a:after {
    top: 1px;
  }
}

.site-footer .inner-footer .menu-footer li:last-child a:after {
  content: none;
}

.site-footer .inner-footer .copyright {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.364;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .site-footer .inner-footer {
    padding: 5.6vw 0;
  }

  .site-footer .inner-footer .menu-footer {
    display: none;
  }

  .site-footer .inner-footer .copyright {
    font-size: 2.66666667vw;
    line-height: 1.25;
  }
}

.channel {
  padding-bottom: 320px;
}

@media (max-width: 768px) {
  .channel {
    padding-bottom: 280px;
  }
}

.channel .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.channel .post_btn {
  margin-top: 40px;
  text-align: center;
}

.channel .post_btn a {
  display: block;
  margin: auto;
  padding: 1.0rem 1.5rem;
  width: 240px;
  background-color: #3abce8;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.channel .post_btn a:hover {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

.channel .post_btn a span {
  position: relative;
}

.channel .post_btn a span:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -6px;
}

.channel .site-header {
  margin-bottom: 40px;
  height: 84px;
  background: #fff;
  border-bottom: 5px solid #eaf6fc;
}

.channel .site-header .inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}

.channel .site-header .inner-header .header-logo {
  display: table;
  color: #989898;
}

.channel .site-header .inner-header .header-logo a {
  color: #989898;
}

.channel .site-header .inner-header .header-logo img {
  max-height: 28px;
}

.channel .site-header .inner-header .header-logo .only-pc {
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
}

.channel .site-header .inner-header .header-logo .only-sp {
  padding-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  text-align: center;
  vertical-align: middle;
}

.channel .site-header .inner-header .header-right.only-pc {
  width: 45vw;
  max-width: 670px;
}

.channel .site-header.channel-home {
  margin-bottom: 0;
}

.channel .globalNavi {
  margin-top: 0;
  height: 79px;
}

.channel .globalNavi ul li {
  display: table-cell;
  margin: 0;
  width: 16.66666667%;
  height: 79px;
  vertical-align: middle;
}

.channel .globalNavi ul li a {
  padding-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.334;
  background: #fff;
  display: table-cell;
  height: 79px;
  text-align: center;
  position: relative;
  color: #989898;
  border-radius: 0;
}

.channel .globalNavi ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.2s all;
  -ms-transform: 0.2s all;
  transition: 0.2s all;
}

.channel .globalNavi ul li a:hover {
  background: #3abce8;
  color: #fff;
  border-radius: 0;
}

.channel .globalNavi ul li a:hover img {
  -webkit-filter: brightness(300%);
          filter: brightness(300%);
}

.channel .globalNavi ul li a img {
  margin-bottom: 0.5vw;
  width: 30px;
}

.channel .globalNavi ul li.active a {
  background: #3abce8;
  color: #fff;
}

.channel .globalNavi ul li.active a img {
  -webkit-filter: brightness(300%);
          filter: brightness(300%);
}

.channel .site-header .inner-header .header-right .globalNavi {
  margin-top: 0;
  height: 79px;
}

.channel .site-header .inner-header .header-right .globalNavi ul li {
  display: table-cell;
  margin: 0;
  width: 16.66666667%;
  height: 79px;
  vertical-align: middle;
}

.channel .site-header .inner-header .header-right .globalNavi ul li a {
  padding-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.334;
  background: #fff;
  display: table-cell;
  height: 79px;
  text-align: center;
  position: relative;
  color: #989898;
  border-radius: 0;
}

.channel .site-header .inner-header .header-right .globalNavi ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.2s all;
  -ms-transform: 0.2s all;
  transition: 0.2s all;
}

.channel .site-header .inner-header .header-right .globalNavi ul li a:hover {
  background: #3abce8;
  color: #fff;
  border-radius: 0;
}

.channel .site-header .inner-header .header-right .globalNavi ul li a:hover img {
  -webkit-filter: brightness(300%);
          filter: brightness(300%);
}

.channel .site-header .inner-header .header-right .globalNavi ul li a img {
  margin-bottom: 0.5vw;
  width: 30px;
}

.channel .site-header .inner-header .header-right .globalNavi ul li.active a {
  background: #3abce8;
  color: #fff;
}

.channel .site-header .inner-header .header-right .globalNavi ul li.active a img {
  -webkit-filter: brightness(300%);
          filter: brightness(300%);
}

.channel .globalNavi.only-sp ul li a div {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .channel .globalNavi.only-sp {
    height: 15.2vw;
    background: #fff;
  }

  .channel .globalNavi.only-sp ul {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .channel .globalNavi.only-sp ul li {
    height: 15.2vw;
    width: 20%;
  }

  .channel .globalNavi.only-sp ul li a {
    display: inline-block;
    padding: 3.33333333vw 0;
    width: 100%;
    height: 15.2vw;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .channel .globalNavi.only-sp ul li a {
    padding: 1.33333333vw 0;
  }

  .channel .globalNavi.only-sp ul li a img {
    margin-bottom: 0.5vw;
    width: 6.3vw;
  }

  .channel .globalNavi.only-sp ul li a div {
    font-size: 3vw;
  }
}

@media (max-width: 768px) {
  .channel .site-content {
    margin-top: 30.4vw;
  }

  .channel .site-content .inner-content .main-content {
    margin: 0 auto;
    width: 90%;
  }

  .channel .site-content .container:first-child {
    padding-top: 50px;
  }

  .channel .site-header {
    width: 100%;
    max-width: 768px;
    position: fixed;
    top: 0;
    z-index: 10;
    height: 15.2vw;
  }

  .channel .site-header .container {
    padding: 0;
  }

  .channel .site-header .inner-header {
    padding: 0;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .channel .site-header .inner-header .header-logo {
    text-align: center;
    display: inline-block;
    margin-left: 0;
  }

  .channel .site-header .inner-header .header-logo h1 a {
    display: block;
  }

  .channel .site-header .inner-header .header-logo img:last-child {
    width: 55.8vw;
    max-height: 100%;
  }

  .channel .site-header .inner-header .header-right {
    display: none;
  }

  .channel .site-header .inner-header .btn-menu {
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: 0;
    margin-right: 1.33333333vw;
    height: 15.2vw;
    width: 15.2vw;
    text-align: center;
  }

  .channel .site-header .inner-header .btn-menu .icon-menu {
    position: relative;
    display: block;
    width: 7.46666667vw;
    height: 6.66666667vw;
    margin: 0 auto;
  }

  .channel .site-header .inner-header .btn-menu .icon-menu:before,
  .channel .site-header .inner-header .btn-menu .icon-menu:after,
  .channel .site-header .inner-header .btn-menu .icon-menu span {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    background: #3abce8;
    width: 7.46666667vw;
    height: 0.8vw;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transform: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 10px;
  }

  .channel .site-header .inner-header .btn-menu .icon-menu span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .channel .site-header .inner-header .btn-menu .icon-menu:before {
    top: 0;
  }

  .channel .site-header .inner-header .btn-menu .icon-menu:after {
    bottom: 0;
  }

  .channel .site-header .inner-header .btn-menu.active .icon-menu span {
    display: none;
  }

  .channel .site-header .inner-header .btn-menu.active .icon-menu:before {
    top: 2.53333333vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .channel .site-header .inner-header .btn-menu.active .icon-menu:after {
    top: 2.53333333vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .channel .site-header .inner-header .content-toggle {
    display: none;
    position: absolute;
    top: 15.2vw;
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #3abce8;
  }

  .channel .site-header .inner-header .content-toggle .content-toggle-inner {
    overflow-y: auto;
    height: 100%;
    padding: 3.33333333vw 4vw 13.33333333vw;
  }

  .channel .site-header .inner-header .content-toggle .content-toggle-inner .menu-top {
    padding-bottom: 0;
    border-bottom: 0.26666667vw solid #fff;
  }

  .channel .site-header .inner-header .content-toggle .content-toggle-inner .menu-top li + li {
    border-top: 1px solid #fff;
  }

  .channel .site-header .inner-header .content-toggle .content-toggle-inner .menu-top li a {
    padding: 4.53333333vw 3.33333333vw 4.53333333vw 3.33333333vw;
    color: #fff;
    font-size: 4.53333333vw;
    line-height: 1.471;
    font-weight: bold;
    display: block;
  }

  .channel .site-header .inner-header .content-toggle .content-toggle-inner .menu-bottom {
    padding-top: 6vw;
  }

  .channel .site-header .inner-header .content-toggle .content-toggle-inner .menu-bottom li a {
    padding: 3.06666667vw 3.33333333vw 2.26666667vw;
    color: #fff;
    font-size: 4.53333333vw;
    line-height: 1.471;
    font-weight: bold;
    display: block;
  }

  .channel .site-header .inner-header .header-icon a {
    width: 15.2vw;
    height: 15.2vw;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 3.46666667vw;
  }

  .channel .site-header .inner-header .header-icon a .i-home {
    background: url(/images/icon-channel-logo.png?d2cad06df2e8fe1fd733ca8cf79e798a) no-repeat;
    background-size: 100%;
    background-size: contain;
    width: 9.86666667vw;
    height: 8.66666667vw;
    display: block;
    margin: 3.33333333vw auto;
  }

  .channel .flex-container.postlist {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
}

@media (max-width: 480px) {
  .channel .site-content .container:first-child {
    padding-top: 30px;
  }
}

.channel .slick-next,
.channel .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.channel .slick-next.slick-arrow,
.channel .slick-prev.slick-arrow {
  z-index: 1;
}

.channel .slick-next:focus {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.channel .slick-next:focus:before {
  opacity: 1;
}

.channel .slick-next:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.channel .slick-next:hover:before {
  opacity: 1;
}

.channel .slick-prev:focus {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.channel .slick-prev:focus:before {
  opacity: 1;
}

.channel .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.channel .slick-prev:hover:before {
  opacity: 1;
}

.channel .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.channel .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.channel .slick-next:before {
  display: none;
}

.channel .slick-prev:before {
  display: none;
}

.channel .slick-prev {
  left: 0;
}

.channel .slick-next {
  right: 0;
}

.channel .channel-slider-home {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.channel .channel-slider-home .slick-dots {
  bottom: 10px;
}

.channel .channel-slider-home .slick-dots li {
  margin: 0 4px;
  width: 35px;
  height: 7px;
}

.channel .channel-slider-home .slick-dots li button {
  padding: 0;
  width: 35px;
  height: 7px;
  background: #dcdcdc;
  border: 1px solid #fff;
}

.channel .channel-slider-home .slick-dots li button:before {
  display: none;
}

.channel .channel-slider-home .slick-dots li.slick-active button {
  background: #3abce8;
}

.channel .channel-slider-home .slick-prev {
  left: 50%;
  top: 50%;
  margin-left: -288px;
  position: absolute;
}

.channel .channel-slider-home .slick-prev img {
  width: 40px;
  height: 40px;
}

.channel .channel-slider-home .slick-next {
  right: 50%;
  top: 50%;
  margin-right: -288px;
  position: absolute;
}

.channel .channel-slider-home .slick-next img {
  width: 40px;
  height: 40px;
}

.channel .channel-slider {
  width: 100%;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  display: block;
}

.channel .channel-slider a {
  display: block;
  position: relative;
}

.channel .channel-slider .slick-slide:not(.slick-center) {
  -webkit-filter: brightness(0.9);
  -moz-filter: brightness(0.9);
  -o-filter: brightness(0.9);
  -ms-filter: brightness(0.9);
  filter: brightness(0.9);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.channel .channel-slider-title {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 92px;
  background-color: #fff;
  color: #696969;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align: left;
  opacity: 0.85;
}

.channel .channel-slider-title span {
  display: block;
  padding: 15px 20px 20px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .channel .channel-slider .slick-slide img {
    height: 50vw;
  }

  .channel .channel-slider-title {
    height: 70px;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }

  .channel .channel-slider-title span {
    padding: 10px;
    font-weight: bold;
  }

  .channel .channel-slider-home .slick-dots {
    bottom: -20px;
  }

  .channel .channel-slider-home .slick-prev {
    margin-left: -168px;
  }

  .channel .channel-slider-home .slick-next {
    margin-right: -168px;
  }
}

@media (max-width: 400px) {
  .channel .channel-slider-home .slick-prev {
    margin-left: -158px;
  }

  .channel .channel-slider-home .slick-next {
    margin-right: -158px;
  }
}

.channel .search-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
}

.channel .search-navbar li {
  position: relative;
  list-style: none;
  width: 30%;
  min-width: 250px;
}

.channel .search-navbar li a {
  display: block;
  width: 100%;
  height: 56px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 56px;
  text-align: center;
  vertical-align: middle;
  background: #3abce8;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.channel .search-navbar > li:not(:first-child) > a {
  border-left: 1px solid #fff;
}

.channel .search-navbar > li:hover > a {
  color: #3abce8;
  background: #F2FAFE;
}

.channel .search-navbar > li li:hover > a {
  color: #3abce8;
  background: #F2FAFE;
}

.channel .search-navbar li ul {
  top: 56px;
  left: 1px;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.channel .search-navbar li ul li {
  overflow: hidden;
  height: 0;
  width: 100%;
}

.channel .search-navbar > li > ul > li {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.channel .search-navbar li ul li a {
  color: #3abce8;
  background: #D9F1FC;
  height: 40px;
  line-height: 40px;
}

.channel .search-navbar li:hover > ul > li {
  overflow: visible;
  height: 40px;
}

.channel .search-navbar li ul li ul {
  top: 0;
  left: 100%;
}

.channel .search-navbar li ul li ul li a {
  width: calc(100% - 1px);
}

.channel .search-navbar li ul li ul li:hover > a {
  color: #3abce8;
  background: #F2FAFE;
}

.channel .search-navbar .search-dropdown > a {
  position: relative;
  padding-right: 20px;
}

.channel .search-navbar .search-dropdown > a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
}

.channel .search-navbar .search-dropdown:hover a:before {
  border-top: solid 2px #3abce8;
  border-right: solid 2px #3abce8;
}

.channel .search-navbar .search-button a {
  position: relative;
  padding-right: 20px;
}

.channel .search-navbar .search-button a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
}

.channel .search-navbar .search-button img {
  margin-right: 6px;
  vertical-align: middle;
}

.channel .search-navbar .search-button:hover a:before {
  border-top: solid 2px #3abce8;
  border-right: solid 2px #3abce8;
}

.channel .search-navbar .search-keyword {
  padding: 8px 10px;
  width: 40%;
  background: #eaf6fc;
  border-left: 1px solid #fff;
}

.channel .search-navbar .search-keyword .form-group {
  border: 2px solid #3abce8;
  position: relative;
}

.channel .search-navbar .search-keyword .form-group input {
  padding: 6px;
  width: calc(100% - 40px);
  border: none;
  height: 36px;
}

.channel .search-navbar .search-keyword .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 36px;
  background: #3abce8;
  color: #fff;
  border: none;
  outline: 0;
}

@media (max-width: 768px) {
  .channel .search-navbar .search-keyword {
    width: 100%;
  }
}

.channel .search-accordion-container {
  margin: 8vw 0;
  width: 100%;
}

.channel .search-accordion {
  margin: 3vw 0 0;
}

.channel .search-accordion .accordion_one {
  margin: 0 auto;
}

.channel .search-accordion .accordion_one .accordion_header {
  background-color: #3abce8;
  color: #fff;
  font-size: 4.53333333vw;
  padding: 0 4vw;
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.channel .search-accordion > .accordion_one > .accordion_header {
  border-top: 1px solid #fff;
  padding: 3.33333333vw 4vw;
}

.channel .search-accordion > .accordion_one > .accordion_header.open {
  border-bottom: 1px solid #fff;
}

.channel .search-accordion > .accordion_one > .accordion_inner .accordion_header div:first-child {
  margin-left: 2.5rem;
  padding: 3.33333333vw 0;
  border-top: 1px solid #fff;
  font-size: 3.46666667vw;
}

.channel .search-accordion > .accordion_one > .accordion_inner > .accordion_one:first-child .accordion_header div:first-child {
  border-top: 0;
}

.channel .search-accordion > .accordion_one > .accordion_inner .accordion_header.open div:first-child {
  border-bottom: 1px solid #fff;
}

.channel .search-accordion .accordion_one .accordion_inner .accordion_inner .accordion_header a {
  display: block;
  margin-left: 5rem;
  padding: 3.33333333vw 0;
  background-color: #3abce8;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 3.46666667vw;
}

.channel .search-accordion .accordion_one .accordion_inner .accordion_inner .accordion_header:last-child a {
  border-bottom: 0;
}

.channel .search-accordion .accordion_one .accordion_header:hover {
  opacity: .8;
}

.channel .search-accordion .accordion_one .accordion_header .i_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.channel .search-accordion .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}

.channel .search-accordion .accordion_one .accordion_header .i_box .one_i:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.channel .search-accordion .accordion_one .accordion_header.open .i_box .one_i:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.channel .search-accordion .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.channel .title-section {
  color: #3abce8;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: bold;
}

@media (max-width: 768px) {
  .channel .title-section {
    font-size: 4.8vw;
    line-height: 1.389;
    cursor: pointer;
  }
}

.channel .no_post {
  padding: 1em;
  background-color: #eaf6fc;
  text-align: center;
}

.channel .postlist .post_box {
  margin-bottom: 40px;
  width: 31%;
  margin-right: 12px;
}

.channel .postlist .post_box:nth-of-type(3n) {
  margin-right: 0;
}

.channel .postlist .post_box .post_title {
  margin: 10px 0;
  height: 4.8rem;
  color: #696969;
  line-height: 1.5rem;
}

@media (max-width: 768px) {
  .channel .postlist .post_box .post_title {
    font-size: 3.73333333vw;
    line-height: 1.286;
  }
}

.channel .postlist .post_box a:hover img {
  opacity: 0.9;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

.channel .postlist .post_box .post_thumn div {
  width: 100%;
  height: auto;
  text-align: center;
}

.channel .postlist .post_box .post_thumn div img {
  width: 100%;
  height: 100%;
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .channel .postlist .post_box .post_thumn {
    width: 35%;
  }
}

.channel .postlist .post_box .post_info {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .channel .postlist .post_box .post_info {
    margin-top: 0;
    width: 60%;
  }
}

.channel .postlist .post_box .psot_tag {
  margin-bottom: 5px;
}

.channel .postlist .post_box .post_date {
  color: #696969;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .channel .postlist .post_box .post_date {
    font-size: 2.93333333vw;
    line-height: 1.637;
  }
}

@media (max-width: 480px) {
  .channel .postlist .post_box .post_date {
    font-size: 3.33333333vw;
    line-height: 1.625;
  }
}

@media (max-width: 768px) {
  .channel .postlist .post_box {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.channel .featurelist .post_box .feature_name {
  margin-bottom: 6px;
  width: 100%;
  color: #696969;
  font-size: 1.1rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .channel .featurelist .post_box .feature_name {
    font-size: 3.8vw;
  }
}

@media (max-width: 768px) {
  .channel .featurelist .post_box {
    display: block;
  }

  .channel .featurelist .post_box .post_box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.channel .postlist-home .post_box:nth-child(-n+2) {
  width: 47%;
}

.channel .postlist-home .post_box:nth-child(-n+2) .post_title {
  height: 3rem;
}

.channel .postlist-home .post_box:nth-child(-n+2) .post_thumn div img {
  max-height: 240px;
}

@media (max-width: 768px) {
  .channel .postlist-home .post_box:nth-child(-n+2) .post_thumn div img {
    max-height: 100%;
  }
}

@media (max-width: 768px) {
  .channel .postlist-home .post_box:nth-child(-n+2) {
    width: 100%;
  }
}

.channel .postlist-home .post_box:first-child {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .channel .postlist-home .post_box:first-child {
    margin-right: 0;
  }
}

.channel .postlist-home .post_box:nth-child(3) {
  margin-right: 12px;
}

.channel .postlist-container {
  margin: 20px 0 80px;
}

.channel .postlist-container .post_pagenation {
  text-align: center;
  margin: 6vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-pack: center;
}

.channel .postlist-container .post_pagenation .page-item {
  margin: 0 5px;
}

.channel .postlist-container .post_pagenation .page-item .page-link {
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.858;
  color: #3abce8;
  border: 1px solid #3abce8;
  background: #fff;
  display: block;
  text-indent: -1.1px;
}

.channel .postlist-container .post_pagenation .page-item .page-link:hover {
  background: #3abce8;
  color: #fff;
}

@media (max-width: 768px) {
  .channel .postlist-container .post_pagenation .page-item .page-link {
    width: 10vw;
    height: 10vw;
    font-size: 3.06666667vw;
    line-height: 10vw;
  }
}

.channel .postlist-container .post_pagenation .page-item .page-link.current {
  background: #3abce8;
  color: #fff;
}

.channel .postlist-container .post_pagenation .page-item .page-prev {
  display: inline-block;
  position: relative;
  width: 20px;
}

.channel .postlist-container .post_pagenation .page-item .page-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 20px;
  height: 2px;
  background: #3abce8;
}

.channel .postlist-container .post_pagenation .page-item .page-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 12px;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: transparent #3abce8 transparent transparent;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.channel .postlist-container .post_pagenation .page-item .page-next {
  display: inline-block;
  position: relative;
  width: 20px;
}

.channel .postlist-container .post_pagenation .page-item .page-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 20px;
  height: 2px;
  background: #3abce8;
}

.channel .postlist-container .post_pagenation .page-item .page-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 12.5px;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: transparent transparent #3abce8 transparent;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.channel .postlist-container .post_pagenation .page-item.active .page-link {
  background: #3abce8;
  color: #fff;
}

@media (max-width: 768px) {
  .channel .postlist-container {
    margin-bottom: 0;
  }

  .channel .postlist-container .post_btn {
    margin: 20px auto;
  }
}

.channel .post-container {
  width: 100%;
}

.channel .post-container .post_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.channel .post-container .post_head .post_date {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  color: #696969;
  font-size: 0.85rem;
  z-index: -1;
}

.channel .post-container .post_head .post_date:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(/images/icon-clock.png?2ea1a16106a5ecca708c2653c7563f95) no-repeat;
  width: 17px;
  height: 17px;
}

.channel .post-container .post_title {
  color: #4D4D4D;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .channel .post-container .post_title {
    font-size: 3.2vw;
    line-height: 1.167;
  }
}

@media (max-width: 480px) {
  .channel .post-container .post_title {
    font-size: 4.58333333vw;
    line-height: 1.364;
  }
}

.channel .post-container .post_eyecatch {
  margin: 30px auto;
  text-align: center;
}

.channel .post-container .post_eyecatch img {
  max-width: 100%;
}

.channel .related-products {
  margin: 40px 0 0;
  padding-top: 50px;
  border-top: 1px solid #3abce8;
}

.channel .related-products h3 {
  color: #4D4D4D;
}

.channel .related-products .rp_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.channel .related-products .rp_list .post_box {
  margin-bottom: 40px;
  width: 45%;
}

.channel .related-products .rp_list .post_box .post_info {
  margin-top: 10px;
}

.channel .related-products .rp_list .post_box .post_title {
  margin: 10px 0;
  height: 3rem;
  color: #696969;
  line-height: 1.5rem;
}

.channel .related-products .rp_list .post_box a img {
  width: 369px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

.channel .related-products .rp_list .post_box a:hover img {
  opacity: 0.9;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

.channel .related-products .rp_list .post_box .post_tag {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .channel .related-products .rp_list {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }

  .channel .related-products .rp_list .post_box {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .channel .related-products .rp_list .post_box .post_thumn {
    width: 35%;
  }

  .channel .related-products .rp_list .post_box .post_info {
    margin-top: 0;
    width: 60%;
  }

  .channel .related-products .rp_list .post_box .post_title {
    font-size: 3.73333333vw;
    line-height: 1.286;
  }

  .channel .related-products .rp_list .post_box a img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.channel .site-footer .sub-footer {
  padding: 42px 0;
  background: #eaf6fc;
  color: #989898;
}

.channel .site-footer .sub-footer .sub-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.channel .site-footer .sub-footer .sub-inner .sub-footer-link {
  display: table;
  width: 40%;
}

.channel .site-footer .sub-footer .sub-inner .sub-footer-link > li {
  display: table-cell;
  float: left;
  padding: 4px 0;
  width: 33%;
  position: relative;
  padding-left: 0.7em;
}

.channel .site-footer .sub-footer .sub-inner .sub-footer-link > li:nth-child(3n+1) {
  clear: both;
}

.channel .site-footer .sub-footer .sub-inner .sub-footer-link > li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  background: #3abce8;
}

.channel .site-footer .sub-footer .sub-inner .sub-footer-link > li a {
  color: #989898;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .channel .site-footer .sub-footer .sub-inner .sub-footer-link {
    margin: 0 50px;
    width: 100%;
  }

  .channel .site-footer .sub-footer .sub-inner .sub-footer-link li {
    margin: 10px 0;
  }

  .channel .site-footer .sub-footer .sub-inner .sub-footer-link li a {
    font-size: 2.66666667vw;
  }
}

@media (max-width: 480px) {
  .channel .site-footer .sub-footer .sub-inner .sub-footer-link {
    margin: 0 20px;
    width: 100%;
  }

  .channel .site-footer .sub-footer .sub-inner .sub-footer-link li {
    margin: 0;
  }

  .channel .site-footer .sub-footer .sub-inner .sub-footer-link li a {
    font-size: 3.46666667vw;
  }
}

.channel .site-footer .sub-footer .sub-inner .sub-footer-tag {
  padding-left: 30px;
  width: 60%;
  border-left: 1px solid #3abce8;
}

.channel .site-footer .sub-footer .sub-inner .sub-footer-tag h4 {
  margin-bottom: 0.4rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .channel .site-footer .sub-footer {
    padding: 20px 0;
  }
}

.channel .site-footer .inner-footer {
  background: #3abce8;
  color: #fff;
}

.channel .site-footer .inner-footer a {
  color: #fff;
}

.channel .site-footer .inner-footer .menu-footer li a:after {
  width: 0px;
}

@media (max-width: 768px) {
  .channel .site-footer .inner-footer .menu-footer li a:after {
    position: absolute;
    top: 3px;
    right: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 18px;
    background: #fff;
  }
}

@media (max-width: 480px) {
  .channel .site-footer .inner-footer .menu-footer li a:after {
    height: 12px;
  }
}

@media (max-width: 480px) {
  .channel .site-footer .inner-footer .menu-footer li a {
    font-size: 3vw;
  }
}

.channel .site-footer .inner-footer .menu-footer li:last-child a:after {
  content: none;
}

@media (max-width: 768px) {
  .channel .site-footer .inner-footer .menu-footer li:last-child a:after {
    content: none;
  }
}

.channel .site-footer .inner-footer .copyright {
  margin-top: 10px;
  color: #fff;
}

@media (max-width: 768px) {
  .channel .site-footer .inner-footer {
    padding: 5.6vw 0;
  }

  .channel .site-footer .inner-footer h4 {
    font-size: 2.66666667vw;
  }

  .channel .site-footer .inner-footer .menu-footer {
    display: inherit;
  }

  .channel .site-footer .inner-footer .menu-footer li a {
    font-size: 2.4vw;
  }

  .channel .site-footer .inner-footer .copyright {
    font-size: 1.45vw;
  }
}

@media (max-width: 480px) {
  .channel .site-footer .inner-footer h4 {
    font-size: 3.46666667vw;
  }

  .channel .site-footer .inner-footer .copyright {
    font-size: 1.8vw;
  }
}

@media (max-width: 768px) {
  .channel.menu-open .channel-inner .site-header {
    background: #3abce8;
    border-bottom: 5px solid #26aee3;
  }

  .channel.menu-open .channel-inner .site-header .inner-header .btn-menu .icon-menu:before,
  .channel.menu-open .channel-inner .site-header .inner-header .btn-menu .icon-menu:after {
    background: #fff;
  }

  .channel.menu-open .channel-inner .site-header .inner-header .btn-menu .icon-menu span {
    background: #fff;
  }

  .channel.menu-open .channel-inner .site-header .inner-header .header-logo img:last-child {
    -webkit-filter: brightness(300%);
            filter: brightness(300%);
  }
}

.mce-content-body {
  min-width: inherit;
  padding: 10px;
}

.mce-content-body,
.channel .post {
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.4 !important;
}

.mce-content-body span,
.channel .post span {
  font-style: inherit;
  font-weight: inherit;
}

.mce-content-body p,
.channel .post p {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mce-content-body img,
.channel .post img {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6,
.channel .post h1,
.channel .post h2,
.channel .post h3,
.channel .post h4,
.channel .post h5,
.channel .post h6 {
  font-weight: bold !important;
}

.mce-content-body strong,
.channel .post strong {
  font-weight: bold !important;
}

.mce-content-body a,
.channel .post a {
  color: #325ea9 !important;
  text-decoration: underline !important;
}

/* Font family */

/* Width */

/*get vw*/

/*get percent*/

@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

/* Font family */

/* Font size */

/* Width */

.desc-step {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .desc-step {
    font-size: 4.26666667vw;
    line-height: 1.407;
    padding-top: 8%;
  }

  .desc-step.desc-panel {
    padding-top: 4%;
  }

  .desc-step.fs-30 {
    font-size: 4vw;
    line-height: 1.4;
  }
}

.desc-contact {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .desc-contact {
    font-size: 4vw;
    line-height: 1.4;
    padding-top: 1.44927536%;
  }
}

.required {
  color: #fff;
  background: #d50000;
  padding: 3px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: bold;
  border-radius: 10px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .required {
    font-size: 3.2vw;
    line-height: 1.167;
    padding: 0.26666667vw 2.8% 0.53333333vw;
    border-radius: 15px;
    margin-left: 1.5%;
  }
}

@media (max-width: 375px) {
  .required {
    margin-left: 0.75%;
  }
}

.block-button {
  margin-top: 40px;
  border-top: 1px solid #c8c8c8;
  padding-top: 40px;
}

@media (min-width: 769px) {
  .block-button .box-btn-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
}

.block-button .box-btn-action .btn-event {
  width: 200px;
  display: block;
  padding: 12px 30px;
  background: #eaf6fc;
  color: #3abce8;
  position: relative;
  border-radius: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
  text-align: left;
}

@media (min-width: 769px) {
  .block-button .box-btn-action .btn-event {
    margin: 0 15px;
  }

  .block-button .box-btn-action .btn-event:hover {
    background-color: #d4ecf9;
  }
}

.block-button .box-btn-action .btn-event:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  background: url(/images/icon-arrow-right.svg?c8e5be24c8cbf178fbfe2d536b7f529b) no-repeat right center;
  background-size: 100%;
}

.block-button .box-logout {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .block-button {
    margin-top: 7.24637681%;
    padding-top: 7.24637681%;
  }

  .block-button .box-btn-action .btn-event {
    width: 100%;
    padding: 4.4vw;
    border-radius: 1.33333333vw;
    font-size: 3.73333333vw;
    line-height: 1.25;
  }

  .block-button .box-btn-action .btn-event:first-child {
    margin-bottom: 2.60869565%;
  }

  .block-button .box-btn-action .btn-event:after {
    right: 3.33333333vw;
    width: 2vw;
    height: 3.2vw;
  }

  .block-button .box-logout {
    margin-top: 6.52173913%;
  }
}

.page-step .process {
  margin-top: 40px;
}

.page-step .process ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.page-step .process ul li {
  text-align: center;
  width: calc(100% / 5);
  height: 100px;
  position: relative;
  background: #f3f3f4;
}

.page-step .process ul li .box-step {
  padding: 6px 0;
  margin-left: 20px;
}

.page-step .process ul li .box-step .title-step {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: #3abce8;
  font-weight: bold;
}

.page-step .process ul li .box-step span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.223;
  font-weight: bold;
}

.page-step .process ul li .box-step.other .title-step {
  padding-bottom: 12px;
}

.page-step .process ul li:before,
.page-step .process ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 99.5%;
  display: block;
}

.page-step .process ul li:before {
  border-left: 20px solid #f3f3f4;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  z-index: 8;
}

.page-step .process ul li:after {
  border-left: 20px solid #fff;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  z-index: 5;
  margin-left: 1.5px;
}

.page-step .process ul li.now {
  background: #3abce8;
}

.page-step .process ul li.now .title-step,
.page-step .process ul li.now span {
  color: #fff;
}

.page-step .process ul li.now:before,
.page-step .process ul li.now:after {
  border-left: 20px solid #3abce8;
}

.page-step .process ul li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page-step .process ul li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page-step .process ul li:last-child:before,
.page-step .process ul li:last-child:after {
  content: none;
}

.page-step .process .desc-process {
  padding-top: 50px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

.page-step .form-step {
  margin-top: 50px;
}

.page-step .form-step .title-form {
  margin-bottom: 30px;
}

.page-step .form-step .dest-block {
  padding-top: 20px;
}

.page-step .form-step .inner-form {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .page-step .process {
    margin-top: 4.5%;
  }

  .page-step .process ul li {
    height: 17.33333333vw;
    width: 20%;
  }

  .page-step .process ul li .box-step {
    margin-left: 25%;
    padding: 10% 0;
  }

  .page-step .process ul li .box-step .title-step {
    font-size: 2.66666667vw;
    line-height: 1.25;
  }

  .page-step .process ul li .box-step span {
    font-size: 2.93333333vw;
    line-height: 1.137;
  }

  .page-step .process ul li .box-step.other .title-step {
    padding-bottom: 9%;
  }

  .page-step .process ul li:before {
    border-left: 2.66666667vw solid #f3f3f4;
    border-top: 10vw solid transparent;
    border-bottom: 10vw solid transparent;
  }

  .page-step .process ul li:after {
    border-left: 2.66666667vw solid #fff;
    border-top: 10vw solid transparent;
    border-bottom: 10vw solid transparent;
    margin-left: 0.66666667vw;
    left: 98%;
  }

  .page-step .process ul li.now:before,
  .page-step .process ul li.now:after {
    border-left: 2.66666667vw solid #3abce8;
  }

  .page-step .process ul li:first-child {
    border-top-left-radius: 1.33333333vw;
    border-bottom-left-radius: 1.33333333vw;
    width: 18.6%;
  }

  .page-step .process ul li:first-child .box-step {
    margin-left: 0;
  }

  .page-step .process ul li:last-child {
    border-top-right-radius: 1.33333333vw;
    border-bottom-right-radius: 1.33333333vw;
    width: 21.4%;
  }

  .page-step .process ul li:last-child .box-step {
    margin-left: 16%;
  }

  .page-step .process .desc-process {
    padding-top: 4%;
    font-size: 4vw;
    line-height: 1.334;
  }

  .page-step .form-step {
    margin-top: 9.71014493%;
  }

  .page-step .form-step .title-form {
    margin-bottom: 4.34782609%;
  }

  .page-step .form-step.step-three {
    margin-top: 8.11594203%;
  }

  .page-step .form-step.form-my-page {
    margin-top: 5.36231884%;
  }

  .page-step .form-step .box-submit {
    margin-top: -1%;
  }

  .page-step .form-step .dest-block {
    padding-top: 5.50724638%;
  }

  .page-step .form-step .inner-form {
    margin-bottom: 7.24637681%;
  }
}

@media (max-width: 414px) {
  .page-step .process ul li .box-step .title-step {
    padding-bottom: 7%;
  }

  .page-step .process ul li .box-step.other .title-step {
    padding-bottom: 14%;
  }

  .page-step .form-step .input-row .label-cell {
    margin-bottom: 2%;
  }
}

@media (max-width: 465px) {
  .page-step .process ul li:after {
    left: 97.5%;
  }
}

@media (max-width: 414px) {
  .page-step .process ul li:after {
    left: 97%;
    margin-left: 0.8vw;
  }
}

@media (min-width: 769px) {
  .page-login .panel-page .form-login {
    padding: 40px 25px;
  }
}

@media (min-width: 769px) {
  .page-login .panel-page .form-login .input-row {
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 769px) {
  .page-login .panel-page .form-login .input-row .label-cell,
  .page-login .panel-page .form-login .input-row .input-cell {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 769px) {
  .page-login .panel-page .form-login .input-row .label-cell {
    width: 33%;
  }
}

@media (min-width: 769px) {
  .page-login .panel-page .form-login .input-row .input-cell {
    width: 65%;
  }
}

.page-login .panel-page .note-box {
  background: #eaf6fc;
  text-align: center;
  padding: 40px;
}

.page-login .panel-page .note-box p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}

.page-login .panel-page .note-box .btn-submit {
  margin-top: 30px;
  border: 2px solid #f98700;
}

.page-login .panel-page .note-box .btn-submit:before {
  background: url(/images/icon-arrow-yellow.svg?f9ae7fdcf534849893a6bb34655a2adf) no-repeat;
  background-size: contain;
}

@media (min-width: 769px) {
  .page-login .panel-page .note-box .btn-submit:before {
    width: 13px;
    height: 13px;
  }
}

.page-login .panel-page .note-box .btn-submit:hover {
  background-color: #f98700 !important;
}

.page-login .panel-page .note-box .btn-submit:hover:before {
  background-image: url(/images/icon-arrow-hover.svg?506c20b71efc92c68fa88138b73911d6);
}

@media (max-width: 768px) {
  .page-login .panel-page .form-login {
    padding: 6.2% 0 7%;
  }

  .page-login .panel-page .form-login .input-row {
    margin-bottom: 4%;
  }

  .page-login .panel-page .form-login .input-row .label-cell {
    margin-bottom: 3%;
  }

  .page-login .panel-page .form-login .box-submit {
    margin-top: 6%;
  }

  .page-login .panel-page .note-box {
    padding: 7% 0 12%;
    margin: 0 -4vw;
  }

  .page-login .panel-page .note-box p {
    font-size: 4.26666667vw;
    line-height: 1.25;
  }

  .page-login .panel-page .note-box .btn-submit {
    margin-top: 7%;
    border: 0.53333333vw solid #f98700;
  }
}

@media (max-width: 375px) {
  .page-login .panel-page .form-login {
    padding: 6.4% 0 7.5%;
  }

  .page-login .panel-page .form-login .input-row {
    margin-bottom: 4.5%;
  }

  .page-login .panel-page .form-login .input-row .label-cell {
    margin-bottom: 2.5%;
  }

  .page-login .panel-page .note-box .btn-submit {
    margin-top: 5%;
  }
}

.page-search .action-top {
  padding: 40px 0;
}

.page-search .action-top .action {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  display: inline-block;
  border: 1px solid #5792fb;
  color: #325ea9;
  padding: 5px 10px;
  margin-right: 15px;
}

.page-search .action-top span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}

.page-search .action-search .title-box .title-search {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.364;
  font-weight: bold;
}

@media (min-width: 769px) {
  .page-search .action-search .section-search .box-search {
    padding: 35px 25px 35px;
  }
}

@media (min-width: 769px) {
  .page-search .action-search .section-search .box-search .form-search .inner-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

@media (min-width: 769px) {
  .page-search .action-search .section-search .box-search .form-search .inner-form .form-select {
    width: 40%;
    height: 50px;
  }
}

@media (min-width: 769px) {
  .page-search .action-search .section-search .box-search .form-search .inner-form .form-group {
    width: 55%;
  }
}

.page-search .result-search {
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

@media (min-width: 769px) {
  .page-search .result-search {
    margin-top: 40px;
  }
}

.page-search .result-search .total-page {
  padding: 20px 0;
}

.page-search .result-search .total-page:after {
  content: '';
  display: block;
  clear: both;
}

.page-search .result-search .number-page {
  float: right;
}

.page-search .button-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 450px;
  margin: 60px auto 20px;
}

.page-search .button-bottom .btn {
  background: #3abce8;
  color: #fff;
  width: 210px;
  padding: 8px 0;
  border-radius: 5px;
}

@media (min-width: 769px) {
  .page-search .box-check-single {
    margin-top: 40px;
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .page-search .action-top {
    padding: 5% 0 6%;
  }

  .page-search .action-top .action {
    font-size: 3.2vw;
    line-height: 1.459;
    border: 0.26666667vw solid #5792fb;
    width: 26.66666667vw;
    text-align: center;
    padding: 1.4% 0;
    margin-right: 2%;
  }

  .page-search .action-top span {
    font-size: 4vw;
    line-height: 1.334;
  }

  .page-search .action-search .title-box {
    border-top: 0.26666667vw solid #c8c8c8;
    padding: 4% 0;
    position: relative;
  }

  .page-search .action-search .title-box .title-search {
    font-size: 4.53333333vw;
    line-height: 1.324;
  }

  .page-search .action-search .section-search .box-search {
    padding-top: 1%;
  }

  .page-search .action-search .section-search .box-search .form-search .inner-form {
    margin-bottom: 4.5%;
  }

  .page-search .action-search .section-search .box-search .form-search .inner-form .form-select {
    width: 100%;
  }

  .page-search .action-search .section-search .box-search .form-search .inner-form .form-group {
    margin-top: 5%;
    width: 100%;
  }

  .page-search .result-search {
    border-top: 0.26666667vw solid #c8c8c8;
    border-bottom: 0.26666667vw solid #c8c8c8;
  }

  .page-search .result-search .total-page {
    padding: 6.5% 0 2.5%;
  }

  .page-search .result-search .total-page:last-of-type {
    padding: 1.6% 0 7.5%;
  }

  .page-search .result-search .number-page {
    font-size: 3.46666667vw;
    line-height: 1.154;
  }

  .page-search .button-bottom {
    max-width: 100%;
    margin: 14% auto 0;
  }

  .page-search .button-bottom .btn {
    background: #3abce8;
    color: #fff;
    width: 49%;
    padding: 4.2% 0;
    font-size: 3.73333333vw;
    line-height: 1.25;
    letter-spacing: -1px;
    border-radius: 1.33333333vw;
    position: relative;
  }

  .page-search .box-check-single {
    padding-bottom: 3.33333333vw;
  }
}

@media (max-width: 375px) {
  .page-search .action-search .title-box {
    padding: 4.3% 0;
  }

  .page-search .action-search .section-search .box-search .form-search .inner-form {
    margin-bottom: 4.5%;
  }

  .page-search .action-search .section-search .box-search .form-search .inner-form .form-group {
    margin-top: 4.5%;
  }

  .page-search .result-search .total-page {
    padding: 7% 0 2%;
  }

  .page-search .result-search .item-result .content-result {
    padding: 4.2% 4vw 4.2% 3.2%;
  }
}

.page-sample .box-request {
  padding-top: 30px;
}

.page-sample .box-request .title-solution {
  padding-bottom: 20px;
}

.page-sample .box-request .title-solution a {
  color: #325ea9;
}

.page-sample .box-request .title-solution a:hover {
  text-decoration: underline;
}

.page-sample .box-request .form-request {
  margin-top: 30px;
}

.page-sample .box-request .form-request .form-block {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #3abce8;
  position: relative;
  border-radius: 10px;
}

.page-sample .box-request .form-request .form-block .form-inline {
  display: inline-block;
  width: 30%;
}

.page-sample .box-request .form-request .form-block .form-inline .label-name {
  margin-right: 20px;
  font-weight: normal;
}

.page-sample .box-request .form-request .form-block .form-inline .form-select {
  width: 150px;
}

.page-sample .box-request .form-request .form-block .form-group {
  margin-top: 20px;
}

.page-sample .box-request .dest-block {
  margin-top: 40px;
}

.page-sample .box-request .dest-block .info-dest p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.667;
}

.page-sample .box-request .confirm-sample ul li {
  padding: 15px 0;
  border-top: 1px solid #f3f3f4;
}

.page-sample .box-request .confirm-sample ul li .top-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.page-sample .box-request .confirm-sample ul li .top-confirm .info-detail {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
}

.page-sample .box-request .confirm-sample ul li .top-confirm .info-detail span:last-of-type {
  padding-left: 30px;
}

.page-sample .box-request .confirm-sample ul li .bottom-confirm .comment-content {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
}

.page-sample .box-request .confirm-sample ul li:first-child {
  border-top: none;
}

.page-sample .box-request .box-submit {
  margin-top: 70px;
}

.page-sample .box-request .box-submit .btn {
  margin-bottom: 20px;
}

.page-sample .top-page {
  margin-top: 200px;
}

@media (min-width: 769px) {
  .page-sample .title-form {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-sample .title-form {
    margin-bottom: 4.34782609%;
  }
}

@media (max-width: 768px) {
  .page-sample .desc-contact {
    font-size: 4vw;
    line-height: 1.3;
  }

  .page-sample .top-page {
    margin-top: 19.85507246%;
  }

  .page-sample .box-request {
    padding-top: 5.5%;
  }

  .page-sample .box-request .title-solution {
    padding-bottom: 4%;
  }

  .page-sample .box-request .form-request {
    margin-top: 4.92753623%;
  }

  .page-sample .box-request .form-request .form-block {
    border: 0.26666667vw solid #3abce8;
    padding: 3.5%;
    margin-bottom: 2.8%;
    border-radius: 1.33333333vw;
  }

  .page-sample .box-request .form-request .form-block .form-inline {
    width: 45%;
  }

  .page-sample .box-request .form-request .form-block .form-inline .label-name {
    margin-right: 1.86666667vw;
    display: inline-block;
    vertical-align: inherit;
  }

  .page-sample .box-request .form-request .form-block .form-inline .form-select {
    width: 22.13333333vw;
    background-position-x: 89%;
    padding: 0.66666667vw 4vw;
  }

  .page-sample .box-request .form-request .form-block .form-inline .form-select.number {
    padding: 0.66666667vw 6vw;
  }

  .page-sample .box-request .form-request .form-block .form-group {
    margin-top: 3.5%;
  }

  .page-sample .box-request .form-request .form-block .form-group .form-txt {
    height: 24.66666667vw;
  }

  .page-sample .box-request .confirm-sample {
    margin-top: -0.72463768%;
  }

  .page-sample .box-request .confirm-sample ul li .top-confirm .txt-link {
    width: 74%;
  }

  .page-sample .box-request .confirm-sample ul li .top-confirm .info-detail {
    width: 26%;
    text-align: right;
    font-size: 4vw;
    line-height: 1.334;
  }

  .page-sample .box-request .confirm-sample ul li .top-confirm .info-detail span:last-of-type {
    padding-left: 4vw;
  }

  .page-sample .box-request .confirm-sample ul li .bottom-confirm .comment-content {
    font-size: 4vw;
    line-height: 1.334;
  }

  .page-sample .box-request .dest-block {
    margin-top: 10.28985507%;
  }

  .page-sample .box-request .dest-block.dest-confirm {
    margin-top: 5.79710145%;
  }

  .page-sample .box-request .dest-block .title-form {
    margin-bottom: 3.47826087%;
  }

  .page-sample .box-request .dest-block .info-dest p {
    font-size: 4vw;
    line-height: 1.334;
  }

  .page-sample .box-request .box-submit {
    margin-top: 6.8115942%;
  }

  .page-sample .box-request .box-submit .btn {
    margin-bottom: 7.24637681%;
  }

  .page-sample .box-request.box-confirm .dest-block {
    margin-top: 5.79710145%;
  }

  .page-sample .box-request.box-confirm .box-submit {
    margin-top: 9.42028986%;
  }
}

@media (max-width: 375px) {
  .page-sample .box-request .form-request .form-block {
    padding: 3.5% 3.5% 3%;
  }

  .page-sample .box-request .form-request .form-block .form-inline {
    width: 43.5%;
  }
}

.page-contact .form-contact {
  margin-top: 40px;
}

.page-contact .form-contact .box-submit {
  margin-top: 40px;
}

.page-contact .top-page {
  margin-top: 200px;
}

.page-contact .contact-confirm {
  margin-top: 30px;
}

.page-contact .contact-confirm p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.667;
  white-space: pre-line;
  word-break: break-word;
}

.page-contact .btn-confirm {
  margin-top: 100px;
}

.page-contact .btn-confirm .btn {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .page-contact .form-contact {
    margin-top: 5.36231884%;
  }

  .page-contact .form-contact .form-group .form-txt {
    height: 46.4vw;
  }

  .page-contact .form-contact .box-submit {
    margin-top: 6.66666667%;
  }

  .page-contact .top-page {
    margin-top: 36.66666667%;
  }

  .page-contact .contact-confirm {
    margin-top: 1.88405797%;
  }

  .page-contact .contact-confirm p {
    font-size: 4vw;
    line-height: 1.334;
  }

  .page-contact .btn-confirm {
    margin-top: 6.37681159%;
  }

  .page-contact .btn-confirm .btn {
    margin-bottom: 5.79710145%;
  }
}

.page-product .box-tooltip {
  position: relative;
}

.page-product .box-tooltip .txt-tooptip {
  z-index: 8;
  background: #fff;
  display: none;
  position: absolute;
  top: 0;
  right: -270px;
  padding: 5px 10px;
  border: 1px solid #3abce8;
  width: 260px;
}

@media (max-width: 768px) {
  .page-product .box-tooltip .txt-tooptip {
    top: 11.2vw;
  }
}

.page-product .box-tooltip .txt-tooptip:before,
.page-product .box-tooltip .txt-tooptip:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
}

@media (min-width: 769px) {
  .page-product .box-tooltip .txt-tooptip:before,
  .page-product .box-tooltip .txt-tooptip:after {
    right: 100%;
    top: 18px;
  }
}

@media (max-width: 768px) {
  .page-product .box-tooltip .txt-tooptip:before,
  .page-product .box-tooltip .txt-tooptip:after {
    bottom: 100%;
    left: 90%;
  }
}

.page-product .box-tooltip .txt-tooptip:before {
  border-color: rgba(255, 255, 255, 0);
  border-width: 8px;
}

@media (min-width: 769px) {
  .page-product .box-tooltip .txt-tooptip:before {
    border-right-color: #3abce8;
    margin-top: -8px;
  }
}

@media (max-width: 768px) {
  .page-product .box-tooltip .txt-tooptip:before {
    border-bottom-color: #3abce8;
    margin-left: -8px;
  }
}

.page-product .box-tooltip .txt-tooptip:after {
  border-color: rgba(185, 185, 185, 0);
  border-width: 7px;
}

@media (min-width: 769px) {
  .page-product .box-tooltip .txt-tooptip:after {
    border-right-color: #fff;
    margin-top: -7px;
  }
}

@media (max-width: 768px) {
  .page-product .box-tooltip .txt-tooptip:after {
    border-bottom-color: #fff;
    margin-left: -7px;
  }
}

@media (min-width: 769px) {
  .page-product .box-tooltip .txt-tooptip p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.572;
  }
}

@media (max-width: 768px) {
  .page-product .box-tooltip .txt-tooptip p {
    font-size: 3.73333333vw;
    line-height: 1.429;
  }
}

.page-product .btn-tooltip {
  position: absolute;
  top: 8px;
  right: 15px;
  display: block;
}

.page-product .btn-tooltip .icon-caution {
  display: block;
  width: 23px;
  height: 23px;
  background: url(/images/icon-caution.svg?adca2205cc9be0aaf5209dc882537094) no-repeat right center;
  background-size: contain;
}

@media (max-width: 360px) {
  .page-product .btn-tooltip .icon-caution {
    background-size: 99%;
  }
}

.page-product .list-tag {
  margin-bottom: 20px;
}

.page-product .list-tag li {
  display: inline-block;
  margin-right: 3px;
  background: #eaf6fc;
  color: #3abce8;
  width: 80px;
  padding: 4px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.286;
  text-align: center;
}

@media (min-width: 769px) {
  .page-product .product-summary {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .page-product .product-summary .product-summary-texts {
    width: 48.5%;
  }
}

.page-product .thumbnail-product {
  text-align: center;
}

@media (min-width: 769px) {
  .page-product .thumbnail-product {
    width: 48.5%;
  }
}

.page-product .thumbnail-product .slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5% 0 0 0;
}

.page-product .thumbnail-product .slick-dots li {
  width: 24%;
  height: auto;
  margin: 0 1.4% 0 0;
}

.page-product .thumbnail-product .slick-dots li:last-child {
  margin-right: 0;
}

.page-product .thumbnail-product .slick-dots li.slick-active {
  opacity: 0.7;
}

.page-product .sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.112;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.page-product .sub-title.blue {
  background: #eaf6fc;
}

.page-product .desc-product {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
}

.page-product .block-product {
  padding-bottom: 30px;
}

.page-product .block-product .info-product li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.467;
}

.page-product .block-product .list-pdf li {
  display: table;
  padding-bottom: 10px;
}

.page-product .block-product .list-pdf li a {
  color: #325ea9;
  display: table-row;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
}

.page-product .block-product .list-pdf li a:hover {
  text-decoration: underline;
}

.page-product .block-product .list-pdf li a .i-pdf {
  display: table-cell;
}

.page-product .block-product .list-pdf li a .i-pdf:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 20px;
  background: url(/images/icon-pdf.png?f397499b5bb1ec9600fc3001c427162c) no-repeat left center;
  background-size: 100%;
  margin-right: 8px;
  margin-top: -3px;
}

.page-product .group-table .box-table {
  margin-top: 30px;
}

.page-product .group-table .box-table .title-table {
  font-weight: bold;
}

@media (min-width: 769px) {
  .page-product .group-table .box-table .title-table {
    padding: 10px 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.112;
  }
}

.page-product .group-table .box-table .table-product {
  width: 100%;
  margin: 3px 0 15px;
}

.page-product .group-table .box-table .table-product tr td,
.page-product .group-table .box-table .table-product tr th {
  padding: 10px 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
}

.page-product .group-table .box-table .table-product .tbl {
  background: #eaf6fc;
  color: #325ea9;
}

.page-product .group-table .box-table .table-product .tbl.title-td {
  width: 30%;
  text-align: center;
}

.page-product .group-table .box-table .table-product .tbl.title-th {
  width: 60%;
  text-align: left;
}

.page-product .group-table .box-table .table-product .tbl.title-th:last-of-type {
  width: 40%;
}

.page-product .note-product {
  background: #f7f7f7;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.786;
  padding: 20px;
}

.page-product .note-product ul {
  display: table;
}

.page-product .note-product ul li {
  display: table-row;
}

.page-product .note-product ul li:before {
  content: "\30FB";
  font-size: 14px;
  display: table-cell;
}

.page-product .note-product ul li a {
  color: #325ea9;
}

.page-product .note-product ul li a:hover {
  text-decoration: underline;
}

.page-product .box-favorite {
  text-align: center;
  margin-top: 40px;
}

.page-product .box-favorite .btn-favorite {
  width: 150px;
  background: #3abce8;
  border-radius: 5px;
  padding: 10px 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
}

.page-product .box-favorite .btn-favorite:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  background: url(/images/icon-favorite.png?93a92a412ee8a5b755b0daa35fd53615) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

.page-product .box-favorite .number-favorite {
  margin-left: 15px;
  position: relative;
  border: 2px solid #b9b9b9;
  background: #fff;
  padding: 8px 0;
  display: inline-block;
  width: 50px;
  border-radius: 5px;
}

.page-product .box-favorite .number-favorite span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.286;
}

.page-product .box-favorite .number-favorite:before,
.page-product .box-favorite .number-favorite:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.page-product .box-favorite .number-favorite:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #b9b9b9;
  border-width: 9px;
  margin-top: -9px;
}

.page-product .box-favorite .number-favorite:after {
  border-color: rgba(185, 185, 185, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

@media (max-width: 768px) {
  .page-product .box-tooltip .txt-tooptip {
    right: -0.66666667vw;
    padding: 5px 10px;
    width: 60%;
  }

  .page-product .btn-tooltip {
    top: 1.46666667vw;
    right: 2.53333333vw;
  }

  .page-product .btn-tooltip .icon-caution {
    width: 6.13333333vw;
    height: 6.13333333vw;
  }

  .page-product .list-tag {
    margin-top: 1.44927536%;
    margin-bottom: 0.43478261%;
  }

  .page-product .list-tag li {
    margin-right: 0.53333333vw;
    font-size: 3.2vw;
    line-height: 1.25;
    width: 12.8vw;
    padding: 0.66666667vw 0;
  }

  .page-product .thumbnail-product {
    margin: 0 auto;
    padding: 2.17391304% 0;
  }

  .page-product .thumbnail-product img {
    width: 100%;
  }

  .page-product .sub-title {
    font-size: 4vw;
    line-height: 1.334;
    padding: 2vw 2.66666667vw;
    margin-bottom: 3.06666667vw;
  }

  .page-product .desc-product {
    font-size: 4vw;
    line-height: 1.334;
  }

  .page-product .block-product {
    margin-top: 3.62318841%;
    padding-bottom: 3.73333333vw;
  }

  .page-product .block-product .info-product {
    padding-bottom: 3.47826087%;
  }

  .page-product .block-product .info-product li {
    font-size: 4vw;
    line-height: 1.334;
  }

  .page-product .block-product .list-pdf li {
    padding-bottom: 2.89855072%;
  }

  .page-product .block-product .list-pdf li a {
    font-size: 4vw;
    line-height: 1.434;
  }

  .page-product .block-product .list-pdf li a .i-pdf:before {
    width: 4.4vw;
    height: 5.33333333vw;
    margin-right: 2.4vw;
    margin-top: -1.33333333vw;
  }

  .page-product .group-table {
    padding: 8.84057971% 0 2.02898551%;
  }

  .page-product .group-table .box-table {
    margin-top: 5.07246377%;
  }

  .page-product .group-table .box-table .btn-tooltip {
    top: 1.06666667vw;
  }

  .page-product .group-table .box-table .title-table {
    font-size: 4.53333333vw;
    line-height: 1.177;
    padding: 1.33333333vw 0;
  }

  .page-product .group-table .box-table .table-product {
    margin: 1.44927536% 0 3.04347826%;
  }

  .page-product .group-table .box-table .table-product tr td,
  .page-product .group-table .box-table .table-product tr th {
    padding: 2.66666667vw 2.53333333vw;
    font-size: 4vw;
    line-height: 1.334;
  }

  .page-product .group-table .box-table .table-product.table-thead tr td,
  .page-product .group-table .box-table .table-product.table-thead tr th {
    padding: 2.66666667vw 5.06666667vw;
  }

  .page-product .group-table .box-table .table-product .tbl.title-td {
    width: 28%;
  }

  .page-product .group-table .box-table .table-product .tbl.title-th {
    width: 65.5%;
  }

  .page-product .group-table .box-table .table-product .tbl.title-th:last-of-type {
    width: 35.5%;
  }

  .page-product .note-product {
    margin-top: 2.17391304%;
    font-size: 3.2vw;
    line-height: 1.459;
    padding: 3.06666667vw 3.2vw;
  }

  .page-product .note-product ul li:before {
    font-size: 3.2vw;
    line-height: 1.459;
  }

  .page-product .box-favorite {
    margin-top: 7.10144928%;
  }

  .page-product .box-favorite .btn-favorite {
    width: 33.06666667vw;
    font-size: 3.73333333vw;
    line-height: 1.358;
    border-radius: 1.33333333vw;
    padding: 2.26666667vw 0;
    vertical-align: middle;
  }

  .page-product .box-favorite .btn-favorite:before {
    width: 4.13333333vw;
    height: 3.6vw;
    margin-right: 1.06666667vw;
    margin-left: -2.66666667vw;
  }

  .page-product .box-favorite .number-favorite {
    display: inline-block;
    vertical-align: middle;
    width: 13.06666667vw;
    border-radius: 1.33333333vw;
    padding: 1.73333333vw 0;
    border: 0.53333333vw solid #b9b9b9;
    margin-left: 2vw;
  }

  .page-product .box-favorite .number-favorite span {
    font-size: 3.73333333vw;
    line-height: 1.358;
  }

  .page-product .box-favorite .number-favorite:before {
    border-width: 1.73333333vw;
    margin-top: -1.73333333vw;
  }

  .page-product .box-favorite .number-favorite:after {
    border-width: 0.93333333vw;
    margin-top: -0.93333333vw;
  }
}

@media (max-width: 360px) {
  .page-product .box-favorite .btn-favorite {
    padding: 2.66666667vw 0;
  }

  .page-product .box-favorite .number-favorite {
    padding: 1.73333333vw 0;
  }
}

.page-favorite .box-result {
  margin-top: 30px;
}

.page-favorite .box-result .item-result {
  position: relative;
  border: 1px solid #3abce8;
  border-radius: 5px;
  margin-bottom: 15px;
}

.page-favorite .box-result .item-result:nth-child(odd) {
  background: #fff;
}

.page-favorite .box-btn-cart {
  margin-top: 40px;
}

.page-favorite .box-btn-cart .btn-cart {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
  width: 350px;
  padding: 10px 0;
  border-radius: 5px;
  background: #3abce8;
  color: #fff;
}

@media (max-width: 768px) {
  .page-favorite .box-result {
    margin-top: 5.79710145%;
  }

  .page-favorite .box-result .item-result {
    margin: 0 0 2.46376812%;
    padding: 0 0 0 2vw;
    border: 0.26666667vw solid #3abce8;
    border-radius: 1.33333333vw;
  }

  .page-favorite .box-result .item-result .content-result:after {
    right: 2.93333333vw;
  }

  .page-favorite .box-result .item-result .content-result .list li .tag {
    padding: 1.6vw 0;
  }

  .page-favorite .pagination {
    margin-top: 7.10144928%;
  }

  .page-favorite .box-btn-cart {
    margin-top: 8.69565217%;
  }

  .page-favorite .box-btn-cart .btn-cart {
    font-size: 3.73333333vw;
    line-height: 1.215;
    width: calc(100% - 8.8vw);
    padding: 4.53333333vw 0;
    border-radius: 1.33333333vw;
    background: #3abce8;
    color: #fff;
  }

  .page-favorite .box-btn-cart .btn-cart:before {
    margin-left: -3%;
  }

  .page-favorite .block-button {
    margin-top: 7.24637681%;
  }
}

@media (max-width: 375px) {
  .page-favorite .box-result {
    margin-top: 5.94202899%;
  }

  .page-favorite .box-result .item-result {
    margin: 0 0 3.04347826%;
  }

  .page-favorite .box-result .item-result .content-result {
    padding: 4.55% 0 4.55% 2.5%;
  }
}

@media (min-width: 769px) {
  .page-history .section-search {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .page-history .section-search {
    margin-top: 5.79710145%;
  }
}

@media (min-width: 769px) {
  .page-history .section-search .box-search {
    padding: 35px 25px 35px;
  }
}

.page-history .section-search .box-search .form-select {
  width: 100%;
}

@media (min-width: 769px) {
  .page-history .section-search .box-search .form-select {
    background-position-x: 98%;
  }
}

@media (min-width: 769px) {
  .page-history .order-history {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .page-history .order-history {
    margin-top: 5.65217391%;
  }
}

.page-history .order-history .item-order {
  border-top: 1px solid #c8c8c8;
}

.page-history .order-history .item-order:last-child {
  border-bottom: 1px solid #c8c8c8;
}

.page-history .order-history .item-order .order-top {
  padding: 20px 0;
  position: relative;
}

.page-history .order-history .item-order .order-top .date-order {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: bold;
  display: inline-block;
}

.page-history .order-history .item-order .order-top .status-order {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.858;
  border: 1px solid #3abce8;
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #3abce8;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .page-history .order-history .item-order .order-top .status-order {
    padding: 0;
    vertical-align: 1px;
    height: 26px;
  }
}

.page-history .order-history .item-order .order-top .status-order.received {
  background: #fff;
}

.page-history .order-history .item-order .order-top .status-order.shipped {
  background: #eaf6fc;
}

@media (min-width: 769px) {
  .page-history .order-history .item-order .order-top .toggle-tab {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .page-history .order-history .item-order .order-top .toggle-tab .i-arrow {
    display: block;
    width: 17px;
    height: 11px;
    background: url(/images/icon-arrow-down.svg?2ce6b5368a673f708d6ddd2f100c50cf) no-repeat;
    background-size: 100%;
  }

  .page-history .order-history .item-order .order-top .toggle-tab.collapsed .i-arrow {
    background-image: url(/images/icon-arrow-up.svg?22e66fd056c4aa31ed62ae9699332af1);
  }
}

.page-history .order-history .item-order .order-bottom {
  display: none;
}

.page-history .order-history .item-order .order-bottom.active {
  display: block;
}

.page-history .order-history .item-order .order-bottom .order-info {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.page-history .order-history .item-order .order-bottom .order-info .title-address {
  font-weight: bold;
  color: #3abce8;
}

.page-history .order-history .item-order .order-bottom .order-detail {
  margin-top: 20px;
}

.page-history .order-history .item-order .order-bottom .order-detail .item-detail {
  border: 1px solid #3abce8;
  background: #eaf6fc;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-history .order-history .item-order .order-bottom .order-detail .item-detail .top-detail {
  padding: 15px 20px;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.page-history .order-history .item-order .order-bottom .order-detail .item-detail .top-detail .title-solution {
  display: inline-block;
}

.page-history .order-history .item-order .order-bottom .order-detail .item-detail .top-detail .unit-info {
  float: right;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
}

.page-history .order-history .item-order .order-bottom .order-detail .item-detail .top-detail .unit-info span:last-of-type {
  padding-left: 30px;
}

.page-history .order-history .item-order .order-bottom .order-detail .item-detail .bottom-detail {
  padding: 15px 20px;
}

.page-history .order-history .item-order .order-bottom .order-detail .item-detail .bottom-detail p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  text-align: justify;
  word-break: break-all;
}

.page-history .order-history .item-order .order-bottom .box-btn-cart {
  padding: 5px 0 20px;
}

.page-history .order-history .item-order .order-bottom .box-btn-cart .btn-cart {
  width: 300px;
  background: #3abce8;
  padding: 10px 0;
  border-radius: 5px;
  color: #fff;
}

@media (max-width: 768px) {
  .page-history .order-history .item-order {
    border-top: 0.26666667vw solid #c8c8c8;
  }

  .page-history .order-history .item-order:last-child {
    border-bottom: 0.26666667vw solid #c8c8c8;
  }

  .page-history .order-history .item-order .order-top {
    padding: 3.73333333vw 0;
  }

  .page-history .order-history .item-order .order-top .date-order {
    font-size: 4vw;
    line-height: 1.334;
  }

  .page-history .order-history .item-order .order-top .status-order {
    font-size: 3.2vw;
    line-height: 1.417;
    width: 18.66666667vw;
    padding: 0.4vw 0;
    margin-left: 4.66666667vw;
  }

  .page-history .order-history .item-order .order-bottom .order-info {
    font-size: 4vw;
    line-height: 1.334;
  }

  .page-history .order-history .item-order .order-bottom .order-detail {
    margin-top: 3.47826087%;
  }

  .page-history .order-history .item-order .order-bottom .order-detail .item-detail {
    border: 0.26666667vw solid #3abce8;
    border-radius: 1.33333333vw;
    margin-bottom: 2.60869565%;
  }

  .page-history .order-history .item-order .order-bottom .order-detail .item-detail .top-detail {
    border-top-left-radius: 1.33333333vw;
    border-top-right-radius: 1.33333333vw;
    padding: 2vw 3.33333333vw 1.6vw;
  }

  .page-history .order-history .item-order .order-bottom .order-detail .item-detail .top-detail .title-solution {
    font-size: 3.73333333vw;
    line-height: 1.358;
  }

  .page-history .order-history .item-order .order-bottom .order-detail .item-detail .top-detail .unit-info {
    font-size: 3.73333333vw;
    line-height: 1.358;
  }

  .page-history .order-history .item-order .order-bottom .order-detail .item-detail .top-detail .unit-info span:last-of-type {
    padding-left: 2.66666667vw;
  }

  .page-history .order-history .item-order .order-bottom .order-detail .item-detail .bottom-detail {
    padding: 2.26666667vw 3.33333333vw 3.73333333vw;
  }

  .page-history .order-history .item-order .order-bottom .order-detail .item-detail .bottom-detail p {
    font-size: 3.73333333vw;
    line-height: 1.179;
  }

  .page-history .order-history .item-order .order-bottom .box-btn-cart {
    padding: 1.6vw 0 5.33333333vw;
  }

  .page-history .order-history .item-order .order-bottom .box-btn-cart .btn-cart {
    width: 71.2vw;
    font-size: 3.73333333vw;
    line-height: 1.358;
    padding: 4.4vw 0;
    border-radius: 1.33333333vw;
  }

  .page-history .pagination {
    margin-top: 7.24637681%;
  }
}

.page-top .menu-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .page-top .menu-customer {
    margin: 50px 0 27px;
  }
}

@media (max-width: 768px) {
  .page-top .menu-customer {
    margin: 7.24637681% 0 10.86956522%;
  }
}

@media (min-width: 769px) {
  .page-top .menu-customer li {
    width: 48.8%;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-top .menu-customer li {
    width: 100%;
    text-align: left;
    margin-bottom: 2.60869565%;
  }
}

.page-top .menu-customer li a {
  display: block;
}

@media (min-width: 769px) {
  .page-top .menu-customer li a {
    border: 2px solid #3abce8;
    border-radius: 10px;
    position: relative;
    min-height: 168px;
  }
}

@media (max-width: 768px) {
  .page-top .menu-customer li a {
    border-radius: 1.33333333vw;
    padding: 4.4vw;
    background: #eaf6fc;
  }
}

.page-top .menu-customer li a .icon-menu {
  padding: 29px 0;
}

@media (max-width: 768px) {
  .page-top .menu-customer li a .icon-menu {
    display: none;
  }
}

@media (min-width: 769px) {
  .page-top .menu-customer li a .link-menu {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #eaf6fc;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-transition: 0.2s all;
    -ms-transform: 0.2s all;
    transition: 0.2s all;
  }
}

.page-top .menu-customer li a .link-menu span {
  display: block;
  color: #3abce8;
}

.page-top .menu-customer li a .link-menu span:after {
  content: "";
  background: url(/images/icon-arrow-right.svg?c8e5be24c8cbf178fbfe2d536b7f529b) no-repeat right center;
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
}

@media (min-width: 769px) {
  .page-top .menu-customer li a .link-menu span {
    padding: 15px 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .page-top .menu-customer li a .link-menu span:after {
    width: 9px;
    height: 14px;
    margin-left: 20px;
    margin-top: -1px;
  }
}

@media (max-width: 768px) {
  .page-top .menu-customer li a .link-menu span {
    font-size: 3.73333333vw;
    line-height: 1.25;
    position: relative;
  }

  .page-top .menu-customer li a .link-menu span:after {
    width: 2vw;
    height: 3.2vw;
    margin-left: 20px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
}

@media (min-width: 769px) {
  .page-top .menu-customer li a:hover .link-menu {
    background: #3abce8;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .page-top .menu-customer li a:hover .link-menu span {
    color: #fff;
  }

  .page-top .menu-customer li a:hover .link-menu span:after {
    width: 9px;
    height: 14px;
    margin-left: 20px;
    margin-top: -1px;
    background: url(/images/icon-arrow-right-white.svg?988aafe0ff6707523a3a89c0543ef0e0) no-repeat right center;
    background-size: 100%;
  }
}

@media (min-width: 769px) {
  .page-top .box-logout .btn {
    width: 254px;
    padding: 17px 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.445;
  }
}

@media (min-width: 769px) {
  .page-top .box-logout .btn:before {
    margin: -5px 6px 0 -6px !important;
  }
}

.page-privacy .privacy-content .privacy-heading-01 {
  margin: 1.5em 0 0.25em;
  padding-left: 2em;
  text-indent: -2em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.445;
  font-weight: bold;
}

.page-privacy .privacy-content .privacy-texts {
  margin: 0 0 0 2.25em;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.pt-61 {
  padding-top: 61px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pl-13 {
  padding-left: 13px !important;
}

.pl-19 {
  padding-left: 19px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pl-29 {
  padding-left: 29px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-37 {
  margin-top: 37px !important;
}

.mt-169 {
  margin-top: 169px !important;
}

.mt-197 {
  margin-top: 197px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.ml-23 {
  margin-left: 23px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-37 {
  margin-left: 37px !important;
}

@media (max-width: 375px) {
  .w-45 {
    width: 45% !important;
  }
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d2d2d2;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d2d2d2;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #d2d2d2;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #d2d2d2;
}

.f-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  background-color: #dbdbdb;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #3abce8;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #3abce8;
}

@media (max-width: 768px) {
  .mCSB_scrollTools {
    width: 2.4vw;
  }

  .mCSB_scrollTools .mCSB_draggerRail {
    width: 2.4vw;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2.13333333vw;
  }
}

@media (max-width: 768px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 5%;
  }
}

@media (max-width: 414px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 7%;
  }
}

/*-----Define component common ----*/

.pagination {
  text-align: center;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .pagination {
    margin-top: 5.3%;
  }
}

.pagination .page-item {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .pagination .page-item {
    margin: 0 2vw;
  }

  .pagination .page-item.first,
  .pagination .page-item.last {
    margin: 0 25px;
  }
}

.pagination .page-item .page-link {
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.786;
  color: #3abce8;
  border: 1px solid #3abce8;
  background: #fff;
  border-radius: 5px;
  display: block;
  text-indent: -1.1px;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link.current {
  color: #fff;
  background: #3abce8;
}

@media (max-width: 768px) {
  .pagination .page-item .page-link {
    width: 6.66666667vw;
    height: 6.66666667vw;
    font-size: 3.46666667vw;
    line-height: 1.731;
    border: 0.53333333vw solid #3abce8;
    border-radius: 1.33333333vw;
  }
}

.pagination .page-item .page-first,
.pagination .page-item .page-last {
  width: 9px;
  height: 14px;
  display: block;
  text-indent: -99px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .pagination .page-item .page-first,
  .pagination .page-item .page-last {
    width: 2.26666667vw;
    height: 3.46666667vw;
  }
}

.pagination .page-item .page-first {
  background: url(/images/icon-arrow-left.svg?372eb3309252727217109e4dd34797ac) no-repeat;
  background-size: contain;
}

.pagination .page-item .page-last {
  background: url(/images/icon-arrow-right.svg?c8e5be24c8cbf178fbfe2d536b7f529b) no-repeat;
  background-size: contain;
}

.input-row {
  display: block;
}

.input-row .label-cell {
  margin-bottom: 20px;
}

.input-row .input-cell {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .input-row .input-cell .form-input {
    width: 50%;
  }
}

.input-row .input-cell .text-email {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
  padding: 12px 0;
}

.input-row .input-cell .note-pass {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.385;
  padding-top: 8px;
  display: inline-block;
}

.input-row .input-cell .box-policy {
  background: #f3f3f4;
  text-align: justify;
  border-radius: 5px;
  padding: 15px 5px 15px 15px;
}

.input-row .input-cell .box-policy .inner-policy {
  overflow: auto;
  max-height: 300px;
}

.input-row .input-cell .box-policy .inner-policy .policy-heading-01 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.667;
  font-weight: bold;
}

.input-row .input-cell .box-policy .inner-policy .policy-texts {
  margin: 0 0 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.715;
}

.input-row .input-cell .input-bottom {
  margin-top: 40px;
  text-align: center;
}

.input-row .input-cell .has-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-row .input-cell .has-button .btn-psearch {
  margin-left: 1rem;
  width: 11rem;
  border-style: none;
  color: #fff;
  background: #3abce8;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .input-row .label-cell {
    margin-bottom: 2.60869565%;
  }

  .input-row .input-cell {
    margin-bottom: 8.11594203%;
  }

  .input-row .input-cell .text-email {
    font-size: 4vw;
    line-height: 1.334;
    padding: 3.62318841% 0 4.20289855% 3.76811594%;
  }

  .input-row .input-cell .note-pass {
    font-size: 3.2vw;
    line-height: 1.25;
    padding-top: 2.17391304%;
  }

  .input-row .input-cell .box-policy {
    padding: 3.5% 2% 4.92753623% 5%;
  }

  .input-row .input-cell .box-policy .inner-policy {
    max-height: 48vw;
  }

  .input-row .input-cell .box-policy .inner-policy .policy-heading-01 {
    font-size: 4vw;
    line-height: 1.667;
  }

  .input-row .input-cell .box-policy .inner-policy .policy-texts {
    font-size: 3.73333333vw;
    line-height: 1.715;
  }

  .input-row .input-cell .input-bottom {
    margin-top: 4%;
  }

  .input-row .input-cell .has-button .btn-psearch,
  .input-row .input-cell .has-button .btn-sucess {
    font-size: 4vw;
  }
}

.btn-danger {
  margin-left: 1rem;
  width: 11rem;
  border-style: none;
  color: #fff;
  border-radius: 8px;
  background: #d50000;
  border-color: #d50000;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #fff;
  background-color: #dc3545 !important;
}

.btn-sucess {
  margin-left: 1rem;
  width: 11rem;
  border-style: none;
  color: #fff;
  border-radius: 8px;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-sucess:hover,
.btn-sucess:focus,
.btn-sucess:active {
  color: #fff;
  background-color: #5cb85c !important;
}

@media (min-width: 769px) {
  .form-table .form-select {
    background-position-x: 97%;
  }
}

@media (min-width: 769px) {
  .form-table .input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }

  .form-table .label-cell {
    width: 30%;
    margin-bottom: 0;
    padding-top: 7px;
  }

  .form-table .label-cell .required {
    float: right;
    margin: 0 12px 0 0;
  }

  .form-table .input-cell {
    width: 70%;
    margin-bottom: 0;
  }

  .form-table .input-cell .form-input {
    width: 100%;
  }

  .form-table .input-cell .box-radio {
    padding: 7px 0;
  }

  .form-table .input-cell .value-data {
    padding-top: 7px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.334;
  }
}

.form-table .input-row .input-cell .form-input,
.form-table .input-row .input-cell .form-select {
  width: 100%;
}

@media (max-width: 768px) {
  .form-table .input-row .input-cell {
    margin-bottom: 4.7826087%;
  }

  .form-table .input-row .input-cell .value-data {
    font-size: 4vw;
    line-height: 1.334;
    padding-top: 0.72463768%;
  }
}

@media (max-width: 768px) {
  .complete .form-table .input-cell {
    margin-bottom: 6.37681159%;
  }

  .complete .form-table .mb-5 {
    margin-bottom: 0.72463768% !important;
  }

  .complete .form-table .mb-8 {
    margin-bottom: 1.15942029%;
  }

  .complete .form-table .dest-block {
    padding-top: 2.89855072%;
  }

  .complete .dest-block {
    padding-top: 2.89855072% !important;
  }

  .complete .inner-form {
    margin-bottom: 14.49275362% !important;
  }
}

.item-result {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.item-result:nth-child(odd) {
  background: #eaf6fc;
}

.item-result .box-check {
  width: 6%;
}

.item-result .box-check .check-policy {
  margin-left: 0;
}

.item-result .content-result {
  width: 94%;
  position: relative;
  padding: 30px 20px 30px 0;
  cursor: pointer;
}

.item-result .content-result:hover {
  opacity: 0.8;
}

.item-result .content-result:after {
  content: "";
  width: 11px;
  height: 17px;
  display: inline-block;
  background: url(/images/icon-arrow-right.svg?c8e5be24c8cbf178fbfe2d536b7f529b) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.item-result .content-result .list li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .item-result .content-result .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
  }
}

.item-result .content-result .list li .tag {
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  color: #325ea9;
  border: 1px solid #5792fb;
  background: #fff;
  padding: 6px 0;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .item-result {
    padding: 0 0 0 4vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }

  .item-result .box-check .check-policy:after {
    top: -0.26666667vw;
  }

  .item-result .content-result {
    padding: 4% 8vw 4% 3.2%;
  }

  .item-result .content-result:after {
    width: 2.8vw;
    height: 4.4vw;
    right: 4vw;
  }

  .item-result .content-result .list li {
    padding-bottom: 2.758%;
  }

  .item-result .content-result .list li:last-child {
    padding-bottom: 0;
  }

  .item-result .content-result .list li .tag {
    width: 27.73333333vw;
    font-size: 3.2vw;
    line-height: 1.25;
    border: 0.26666667vw solid #5792fb;
    padding: 2% 0;
    margin-right: 2vw;
  }

  .item-result .content-result .list li span {
    display: inline-block;
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 1.5;
    padding: 0.5em 0;
  }
}

.del-block {
  color: #fff;
  display: block;
  width: 25px;
  height: 25px;
  background: #3abce8;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.del-block .i-del {
  margin: 0 auto;
  display: block;
  width: 13px;
  height: 13px;
  background: url(/images/icon-del.png?4bdc588838dda0cc6b7f81679353df64) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.del-block:hover {
  background: #7fd0eb;
}

@media (max-width: 768px) {
  .del-block {
    width: 6.66666667vw;
    height: 6.66666667vw;
    top: 1.6vw;
    right: 1.6vw;
    border-radius: 1.33333333vw;
  }

  .del-block .i-del {
    width: 3.46666667vw;
    height: 3.46666667vw;
    background-size: 100%;
  }

  .del-block:hover {
    background: #7fd0eb;
  }
}

@media (max-width: 375px) {
  .del-block {
    top: 1.8%;
  }
}

table {
  border-collapse: collapse;
}

table tr td,
table tr th {
  vertical-align: middle;
}

@media (min-width: 769px) {
  table tr td,
  table tr th {
    border: 1px solid #3abce8;
  }
}

@media (max-width: 768px) {
  table tr td,
  table tr th {
    border: 0.26666667vw solid #3abce8;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

.modal.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.modal.in {
  opacity: 1;
}

.modal .modal-dialog {
  position: relative;
  width: 500px;
  padding: 20px 0;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .modal .modal-dialog {
    width: 66.66666667vw;
    padding: 2.66666667vw 0;
  }
}

.modal .modal-dialog .close-modal {
  position: absolute;
}

@media (min-width: 769px) {
  .modal .modal-dialog .close-modal {
    top: 22px;
    right: 28px;
  }
}

@media (max-width: 768px) {
  .modal .modal-dialog .close-modal {
    font-size: 3.33333333vw;
    line-height: 1.4;
    top: 2.93333333vw;
    right: 3.73333333vw;
  }
}

.modal .modal-dialog .modal-header {
  border-bottom: 1px solid #f3f3f4;
}

@media (min-width: 769px) {
  .modal .modal-dialog .modal-header {
    padding: 0 20px 10px;
  }
}

@media (max-width: 768px) {
  .modal .modal-dialog .modal-header {
    padding: 0 2.66666667vw 1.33333333vw;
  }
}

.modal .modal-dialog .modal-header p {
  font-weight: bold;
}

@media (min-width: 769px) {
  .modal .modal-dialog .modal-header p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

@media (max-width: 768px) {
  .modal .modal-dialog .modal-header p {
    font-size: 4vw;
    line-height: 1.334;
  }
}

.modal .modal-dialog .modal-body {
  text-align: center;
}

@media (min-width: 769px) {
  .modal .modal-dialog .modal-body {
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .modal .modal-dialog .modal-body {
    padding: 4vw 0;
  }
}

@media (min-width: 769px) {
  .modal .modal-dialog .modal-body p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.471;
  }
}

@media (max-width: 768px) {
  .modal .modal-dialog .modal-body p {
    font-size: 3.73333333vw;
    line-height: 1.429;
  }
}

.modal .modal-dialog .modal-body .form-table {
  width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .modal .modal-dialog .modal-body .form-table {
    width: 75vw;
  }
}

.modal .modal-dialog .modal-body .label-cell {
  text-align: left;
}

.modal .modal-dialog .modal-footer {
  border-top: 1px solid #f3f3f4;
  text-align: right;
}

@media (min-width: 769px) {
  .modal .modal-dialog .modal-footer {
    padding: 20px 20px 0;
  }
}

@media (max-width: 768px) {
  .modal .modal-dialog .modal-footer {
    padding: 2.66666667vw 2.66666667vw 0;
  }
}

.modal .modal-dialog .modal-footer .btn {
  display: inline-block;
  border-radius: 5px;
}

@media (min-width: 769px) {
  .modal .modal-dialog .modal-footer .btn {
    width: 100px;
    padding: 4px 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .modal .modal-dialog .modal-footer .btn {
    padding: 6px 0 2px;
  }
}

@media (max-width: 768px) {
  .modal .modal-dialog .modal-footer .btn {
    width: 20vw;
    font-size: 3.6vw;
    line-height: 1.26;
    padding: 0.66666667vw 0;
  }
}

.modal .modal-dialog .modal-footer .btn.btn-del-post {
  border: 1px solid #3abce8;
  margin-right: 10px;
}

.modal .modal-dialog .modal-footer .btn.btn-cancel-modal {
  border-width: 1px;
}

.page-error {
  width: 100%;
}

.page-error .desc-error {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .page-error .desc-error {
    font-size: 4vw;
    line-height: 1.4;
    padding-top: 1.44927536%;
  }
}

@media (min-width: 769px) {
  .page-error .top-page {
    margin: 80px 0;
  }
}

@media (max-width: 768px) {
  .page-error .top-page {
    margin: 6vw 0;
  }
}

.address-note {
  float: right;
  margin-top: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.385;
}

@media (max-width: 768px) {
  .address-note {
    font-size: 3.2vw;
    line-height: 1.25;
  }
}

.guest {
  display: block;
  margin: auto;
}

.cursor_block {
  cursor: no-drop !important;
}

.cursor_pointer {
  cursor: pointer !important;
}

.del-block {
  margin-top: 10px;
  cursor: pointer;
}

.page-product .box-favorite .btn-favorite:before {
  background-image: url(/images/icon-favorite-tran.png?4d9a342109ae27abb043fe839bdac762) no-repeat;
}

.page-product .box-favorite {
  text-align: center;
  margin-top: 40px;
}

.page-product .box-favorite .btn-favorite-active {
  width: 150px;
  background: #3abce8;
  border-radius: 5px;
  padding: 10px 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
}

.page-product .box-favorite .btn-favorite-active:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  background: url(/images/icon-favorite-white.png?5ff8febde89c0951137d0306d9e0d9e4) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .page-product .box-favorite .btn-favorite-active {
    display: inline-block;
    vertical-align: middle;
    width: 33.06666667vw;
    font-size: 3.73333333vw;
    line-height: 1.358;
    border-radius: 1.33333333vw;
    padding: 2.26666667vw 0;
  }

  .page-product .box-favorite .btn-favorite-active:before {
    width: 4.13333333vw;
    height: 3.6vw;
    margin-right: 1.06666667vw;
    margin-left: -2.66666667vw;
  }
}

@media (max-width: 360px) {
  .page-product .box-favorite .btn-favorite-active {
    padding: 2.66666667vw 0;
  }
}

.page-product .list-tag li {
  width: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 10px !important;
}

.page-product .button-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 450px;
  margin: 60px auto 20px;
}

.page-product .button-bottom .btn {
  background: #3abce8;
  color: #fff;
  width: 210px;
  padding: 8px 0;
  border-radius: 5px;
}

.page-product .button-bottom .btn.active {
  background: #c8c8c8;
  cursor: default;
}

.page-product .button-bottom .btn.active:hover {
  background: #c8c8c8 !important;
}

.page-product .button-bottom .btn.active:before {
  width: 12px;
  height: 12px;
  background: url(/images/icon-check.png?4199472b301998343374d2e98fef4066) no-repeat;
  background-size: 100%;
}

.page-product .box-btn-cart {
  margin-top: 40px;
}

.page-product .box-btn-cart .btn-cart {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.334;
  width: 350px;
  padding: 10px 0;
  border-radius: 5px;
  background: #3abce8;
  color: #fff;
}

.page-product .btn.btn-cart:before {
  content: "";
  display: inline-block;
}

@media (min-width: 769px) {
  .page-product .btn.btn-cart:before {
    width: 17px;
    height: 15px;
    background-image: url(/images/icon-cart-white.png?0d195b2009b0d011926d45d994079cee) no-repeat;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .page-product .btn.btn-cart:before {
    width: 4.53333333vw;
    height: 4vw;
    background-image: url(/images/icon-cart-white-sp.png?24ebd677bb25f43812b356ff58928ccd) no-repeat;
    margin-right: 2%;
    background-size: 100%;
    vertical-align: -0.26666667vw;
  }
}

.page-product .btn.btn-stock:before {
  content: "";
  display: inline-block;
}

@media (min-width: 769px) {
  .page-product .btn.btn-stock:before {
    width: 12px;
    height: 12px;
    background-image: url(/images/icon-stock.png?551970d899e2370572a0d2cf87e3af26) no-repeat;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .page-product .btn.btn-stock:before {
    width: 3.2vw;
    height: 3.2vw;
    background-image: url(/images/icon-stock-sp.png?58547963e95d2bd5d6b7507dd1aca3a8) no-repeat;
    margin-right: 2%;
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .page-product .button-bottom {
    max-width: 100%;
    margin: 14% auto 0;
  }

  .page-product .button-bottom .btn {
    background: #3abce8;
    color: #fff;
    width: 49%;
    padding: 4.2% 0;
    font-size: 3.73333333vw;
    line-height: 1.25;
    letter-spacing: -1px;
    border-radius: 1.33333333vw;
    position: relative;
  }

  .page-product .button-bottom .btn.active:before {
    width: 2.66666667vw;
    height: 2.66666667vw;
  }

  .page-product .box-btn-cart {
    margin-top: 8.69565217%;
  }

  .page-product .box-btn-cart .btn-cart {
    font-size: 3.73333333vw;
    line-height: 1.215;
    width: calc(100% - 8.8vw);
    padding: 4.53333333vw 0;
    border-radius: 1.33333333vw;
    background: #3abce8;
    color: #fff;
  }

  .page-product .box-btn-cart .btn-cart:before {
    margin-left: -3%;
  }
}

.page-product .group-table .box-table .table-product .tbl.title-th_3column {
  width: 30%;
  text-align: left;
}

.page-product .group-table .box-table .table-product .tbl.title-th_3column:last-of-type {
  width: 40%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.site-header .inner-header .header-right .lang:after {
  content: '';
  display: block;
  clear: both;
}

.site-header .inner-header .header-right .lang ul li p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  border-bottom: solid 3px #fff;
}

.site-header .inner-header .content-toggle .content-toggle-inner .lang:after {
  content: '';
  display: block;
  clear: both;
}

.site-header .inner-header .content-toggle .content-toggle-inner .lang li span {
  padding: 4.53333333vw 3.33333333vw 4.53333333vw 3.33333333vw;
  color: #fff;
  font-size: 4.53333333vw;
  line-height: 1.471;
  font-weight: bold;
}

.site-header .inner-header .content-toggle .content-toggle-inner .lang li span.now {
  border-bottom: solid 3px #fff;
}

.site-header .inner-header .content-toggle .content-toggle-inner .lang li a {
  padding: 4.53333333vw 3.33333333vw 4.53333333vw 3.33333333vw;
  color: #fff;
  font-size: 4.53333333vw;
  line-height: 1.471;
  font-weight: bold;
  display: inline;
}

