/***********************************************
  Header Container
************************************************/
.instant__store01 {
  /* logo */
  /* js_hamburger */
  /* header */ }

.instant__store01 .logo {
  display: inline-block;
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: 20px;
  padding: 50px 0; }

@media screen and (max-width: 1279px) {
  .instant__store01 .logo {
    padding: 30px 0; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .logo {
    max-width: 100%;
    width: 100%;
    padding: 10px 10px;
    left: 0;
    background: #fff; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .logo {
    width: 100%; } }

.instant__store01 .logo a:hover {
  opacity: 0.7; }

.instant__store01 .logo a .logo_jp {
  font-size: 1.4rem;
  display: block; }

@media screen and (max-width: 1023px) {
  .instant__store01 .logo a .logo_jp {
    font-size: 1.3rem; } }

.instant__store01 .logo a .logo_en {
  height: 100%;
  color: #666666;
  font-size: 2.7rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

@media screen and (max-width: 1023px) {
  .instant__store01 .logo a .logo_en {
    font-size: 2.5rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .logo a .logo_en {
    display: block; } }

.instant__store01 .js__hamburger,
.instant__store01 .js__hamburger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.instant__store01 .js__hamburger {
  display: none; }

@media screen and (max-width: 1023px) {
  .instant__store01 .js__hamburger {
    width: 50px;
    height: 50px;
    background: #fff;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    text-align: center;
    z-index: 1000;
    display: block; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .js__hamburger {
    right: 5px; } }

.instant__store01 .js__hamburger span {
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 13px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.instant__store01 .js__hamburger span:nth-of-type(1) {
  top: 17px; }

.instant__store01 .js__hamburger span:nth-of-type(2) {
  top: 25px; }

.instant__store01 .js__hamburger span:nth-of-type(3) {
  top: 33px; }

.instant__store01 .js__hamburger.active span:nth-of-type(1) {
  top: 20px;
  -webkit-transform: translateY(3px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg); }

.instant__store01 .js__hamburger.active span:nth-of-type(2) {
  opacity: 0; }

.instant__store01 .js__hamburger.active span:nth-of-type(3) {
  top: 32px;
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg); }

.instant__store01 .js__hamburger.active + .globalNavi {
  display: block; }

.instant__store01 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background-color: #ffffff;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1024px) {
  .instant__store01 .header.nav-header {
    display: block; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .header .globalNavi {
    display: none;
    padding: 0px 30px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 7rem;
    padding-bottom: 5rem !important;
    overflow-y: scroll; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .header .globalNavi {
    padding: 0 20px;
    padding-top: 7rem; } }

.instant__store01 .header .globalNavi .globalNavi__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1023px) {
  .instant__store01 .header .globalNavi .globalNavi__wrap {
    display: block; } }

.instant__store01 .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1023px) {
  .instant__store01 .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li {
    border-top: 0;
    border-bottom: 1px solid #ededed;
    padding: 0; } }

.instant__store01 .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li.only__sp {
  display: none; }

@media screen and (max-width: 1023px) {
  .instant__store01 .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li.only__sp {
    display: block; } }

.instant__store01 .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a {
  font-size: 1.6rem;
  display: block;
  padding: 0.5rem 3.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  position: relative;
  color: #171717; }

@media screen and (max-width: 1440px) {
  .instant__store01 .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a {
    padding: 0.5rem 2.5rem; } }

@media screen and (max-width: 1279px) {
  .instant__store01 .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a {
    padding: 0.5rem 1.5rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a {
    border-top: none;
    border-right: none;
    padding: 2rem 0; } }

@media screen and (max-width: 480px) {
  .instant__store01 .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a {
    padding: 1.5rem 0; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a.active {
    color: #171717; } }

.instant__store01 .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a:hover {
  opacity: 0.7; }

/***********************************************
  Footer Container
************************************************/
.instant__store01 .storeFooter .footerTop {
  margin-bottom: 10rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .storeFooter .footerTop {
    margin-bottom: 8rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .storeFooter .footerTop {
    margin-bottom: 6rem; } }

.instant__store01 .storeFooter .footerTop .title__h2 {
  text-align: center;
  margin-bottom: 30px; }

.instant__store01 .storeFooter .footerTop .footerTop__txt {
  text-align: center;
  margin-bottom: 50px; }

.instant__store01 .storeFooter .footerTop .footerTop__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  background: #899193;
  padding: 5rem; }

@media screen and (max-width: 1023px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box {
    padding: 4rem 2rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box {
    padding: 3rem 1rem; } }

.instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__phone {
  width: 50%;
  text-align: center; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__phone {
    width: 100%;
    margin-bottom: 20px; } }

.instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__phone a {
  font-size: 5.6rem;
  color: #fff;
  position: relative;
  padding-left: 55px;
  pointer-events: none;
  font-family: "Roboto", sans-serif; }

@media screen and (max-width: 1279px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__phone a {
    font-size: 5rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__phone a {
    pointer-events: inherit;
    font-size: 4rem;
    padding-left: 4rem; } }

@media screen and (max-width: 480px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__phone a {
    font-size: 3.5rem;
    padding-left: 3rem; } }

@media screen and (max-width: 374px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__phone a {
    font-size: 3rem;
    padding-left: 2.5rem; } }

.instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__phone a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_phone.png) no-repeat;
  width: 40px;
  height: 54px;
  background-size: 100%;
  left: 0;
  top: 10px; }

@media screen and (max-width: 1023px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__phone a::before {
    width: 30px;
    height: 40px;
    top: 3px; } }

@media screen and (max-width: 480px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__phone a::before {
    width: 25px;
    height: 33px; } }

@media screen and (max-width: 374px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__phone a::before {
    width: 20px; } }

.instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__phone .text__infor {
  text-align: center;
  color: #fff; }

.instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__btn {
  width: 50%;
  text-align: center; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__btn {
    width: 100%; } }

.instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__btn .btn__contact {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 2.5rem 5rem 2.5rem 5rem; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__btn .btn__contact {
    padding: 2rem 4rem 2rem 4rem; } }

@media screen and (max-width: 480px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__btn .btn__contact {
    padding: 2rem 3rem 2rem 3rem; } }

.instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__btn .btn__contact::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_right.png) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 17px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 767.5px) {
  .instant__store01 .storeFooter .footerTop .footerTop__box .footerTop__btn .btn__contact::before {
    top: 3px; } }

.instant__store01 .storeFooter .footerBottom {
  background: #f8f8f8;
  padding: 10rem 0 4rem; }

@media screen and (max-width: 1023px) {
  .instant__store01 .storeFooter .footerBottom {
    padding: 7rem 0 4rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .storeFooter .footerBottom {
    padding: 5rem 0 4rem; } }

.instant__store01 .storeFooter .footerBottom .footerBottom__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7rem; }

@media screen and (max-width: 1023px) {
  .instant__store01 .storeFooter .footerBottom .footerBottom__inner {
    margin-bottom: 5rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .storeFooter .footerBottom .footerBottom__inner {
    margin-bottom: 3rem; } }

.instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__left {
  width: 100%;
  max-width: 400px; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__left {
    max-width: 100%;
    margin-bottom: 15px; } }

.instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__left .logoFooter {
  font-size: 3.7rem;
  color: #666666;
  line-height: 1.3; }

@media screen and (max-width: 1023px) {
  .instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__left .logoFooter {
    font-size: 3rem;
    margin-bottom: 15px; } }

.instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__left .logoFooter .logoFooter_jp {
  font-size: 2rem;
  display: block; }

@media screen and (max-width: 1440px) {
  .instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__left .logoFooter .logoFooter_jp {
    font-size: 1.8rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__left .logoFooter .logoFooter_jp {
    font-size: 1.6rem; } }

.instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__left .logoFooter .logoFooter_en {
  display: block;
  font-size: 3.7rem;
  color: #666666;
  line-height: 1.3; }

@media screen and (max-width: 1023px) {
  .instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__left .logoFooter .logoFooter_en {
    font-size: 3rem;
    margin-bottom: 15px; } }

.instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__left .numbe__phone .txt {
  color: #171717;
  pointer-events: none; }

@media screen and (max-width: 1023px) {
  .instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__left .numbe__phone .txt {
    pointer-events: inherit; } }

.instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__right {
  width: 100%;
  max-width: calc(100% - 400px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (max-width: 1440px) {
  .instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__right {
    max-width: calc(100% - 400px); } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__right {
    max-width: 100%; } }

.instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__right .footerNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__right .footerNav ul li a {
  color: #171717;
  padding-right: 30px;
  padding: 5px 30px 5px 0;
  display: block;
  font-weight: bold; }

.instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__right .footerNav ul li:last-child a {
  padding-right: 0; }

.instant__store01 .storeFooter .footerBottom .footerBottom__inner .footerBottom__right .footerNav ul li:first-child a {
  padding-left: 0; }

.instant__store01 .storeFooter .footerBottom .copyright {
  text-align: center; }

.instant__store01 .btn__more a {
  position: relative;
  color: #6b9498;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #6b9498;
  padding: 30px 20px 30px 10px;
  max-width: 300px;
  width: 100%;
  text-align: center; }

.instant__store01 .btn__more a::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_right_green.png) no-repeat;
  width: 10px;
  height: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0; }

.instant__store01 .btn__more a:hover {
  opacity: 0.8; }

.instant__store01 .pageTop .banner__top {
  text-align: center;
  min-height: calc(100vh - 110px);
  margin: 0 auto;
  background-size: cover;
  margin-bottom: 10rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .banner__top {
    margin-bottom: 8rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .banner__top {
    min-height: calc(100vh - 110px); } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .banner__top {
    min-height: 400px;
    margin-bottom: 6rem; } }

.instant__store01 .pageTop .banner__top img {
  opacity: 0; }

.instant__store01 .pageTop .introductory {
  margin-bottom: 10rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .introductory {
    margin-bottom: 8rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .introductory {
    margin-bottom: 6rem; } }

.instant__store01 .pageTop .introductory .introductory__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.instant__store01 .pageTop .introductory .introductory__inner .introductory__infor {
  width: 100%;
  padding: 20px 0px;
  max-width: calc(50% - 100px);
  margin: 0 50px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .introductory .introductory__inner .introductory__infor {
    max-width: calc(50% - 40px);
    margin: 0 20px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .introductory .introductory__inner .introductory__infor {
    max-width: calc(50% - 15px);
    margin: 0 15px 0 0px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .introductory .introductory__inner .introductory__infor {
    max-width: 100%;
    margin: 0;
    padding: 0 0 20px 0; } }

.instant__store01 .pageTop .introductory .introductory__inner .introductory__infor .title__h2 {
  margin-bottom: 6rem; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .introductory .introductory__inner .introductory__infor .title__h2 {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .introductory .introductory__inner .introductory__infor .title__h2 {
    margin-bottom: 3rem;
    text-align: center; } }

.instant__store01 .pageTop .introductory .introductory__inner .introductory__thumb {
  width: 100%;
  max-width: calc(50% - 100px);
  text-align: center;
  margin: 0 50px;
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .introductory .introductory__inner .introductory__thumb {
    max-width: calc(50% - 40px);
    margin: 0 20px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .introductory .introductory__inner .introductory__thumb {
    max-width: calc(50% - 15px);
    margin: 0 0px 0 15px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .introductory .introductory__inner .introductory__thumb {
    max-width: 100%;
    margin: 0; } }

.instant__store01 .pageTop .introductory .introductory__inner .introductory__thumb img {
  opacity: 0; }

.instant__store01 .pageTop .concept {
  position: relative;
  padding: 116px 30px;
  margin-bottom: 10rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .concept {
    padding: 90px 30px;
    margin-bottom: 8rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .concept {
    padding: 70px 30px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .concept {
    padding: 50px 15px;
    margin-bottom: 6rem; } }

.instant__store01 .pageTop .concept::before {
  content: "";
  position: absolute;
  background: #899193;
  width: 66.5%;
  height: 100%;
  top: 0;
  left: 0; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .concept::before {
    width: 75%; } }

.instant__store01 .pageTop .concept .concept__inner {
  position: relative;
  z-index: 1;
  background: #fafafa;
  text-align: center;
  padding: 125px 15px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .concept .concept__inner {
    padding: 90px 15px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .concept .concept__inner {
    padding: 70px 15px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .concept .concept__inner {
    padding: 50px 15px; } }

.instant__store01 .pageTop .concept .concept__inner .title__h2 {
  margin-bottom: 6rem;
  text-align: center; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .concept .concept__inner .title__h2 {
    margin-bottom: 5rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .concept .concept__inner .title__h2 {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .concept .concept__inner .title__h2 {
    margin-bottom: 3rem; } }

.instant__store01 .pageTop .concept .concept__inner .concept__txt {
  max-width: 683px;
  margin: 0 auto;
  margin-bottom: 6rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .concept .concept__inner .concept__txt {
    margin-bottom: 5rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .concept .concept__inner .concept__txt {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .concept .concept__inner .concept__txt {
    margin-bottom: 3rem; } }

.instant__store01 .pageTop .products {
  margin-bottom: 15rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .products {
    margin-bottom: 10rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .products {
    margin-bottom: 8rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .products {
    margin-bottom: 6rem; } }

.instant__store01 .pageTop .products .products__inner .title__h2 {
  margin-bottom: 6rem;
  text-align: center; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .products .products__inner .title__h2 {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .products .products__inner .title__h2 {
    margin-bottom: 3rem; } }

.instant__store01 .pageTop .products .products__inner .productsBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .products .products__inner .productsBox {
    margin-bottom: 2rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .products .products__inner .productsBox {
    margin-bottom: 1rem; } }

.instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item {
  width: 100%;
  max-width: calc(100% / 3 - 27px);
  margin-right: 40px;
  margin-bottom: 30px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item {
    margin-right: 30px;
    max-width: calc(100% / 3 - 20px); } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item {
    max-width: calc(50% - 15px); } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item {
    max-width: 100%;
    margin-right: 0; } }

.instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item:last-child {
  margin-right: 0; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item:nth-child(2n) {
    margin-right: 0; } }

.instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item .item__title {
  position: relative;
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #899193;
  padding-left: 15px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item .item__title {
    font-size: 2rem;
    margin-bottom: 20px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item .item__title {
    margin-bottom: 15px;
    font-size: 1.8rem; } }

.instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item .item__title::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_title.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 25px;
  top: 0px;
  left: 0; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item .item__title::before {
    top: 0px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item .item__title::before {
    height: 20px; } }

.instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item .item__img {
  margin-bottom: 25px;
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item .item__img {
    margin-bottom: 20px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item .item__img {
    margin-bottom: 15px; } }

.instant__store01 .pageTop .products .products__inner .productsBox .productsBox__item .item__img img {
  opacity: 0; }

.instant__store01 .pageTop .products .products__inner .btn__more {
  text-align: center; }

.instant__store01 .pageTop .news {
  position: relative;
  padding: 12rem 0;
  margin-bottom: 10rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageTop .news {
    margin-bottom: 8rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .news {
    padding: 9rem 0; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .news {
    padding: 6rem 0;
    margin-bottom: 6rem; } }

.instant__store01 .pageTop .news::before {
  content: "";
  position: absolute;
  background: #f8f8f8;
  width: 95%;
  height: 100%;
  top: 0;
  right: 0; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .news::before {
    width: 100%; } }

.instant__store01 .pageTop .news .news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1; }

.instant__store01 .pageTop .news .news__inner .news__left {
  width: 70%;
  max-width: 50%;
  padding: 0 0 0 30px; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .news .news__inner .news__left {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 5rem;
    padding: 0 30px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .news .news__inner .news__left {
    margin-bottom: 4rem; } }

.instant__store01 .pageTop .news .news__inner .news__right {
  width: 100%;
  max-width: 50%; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .news .news__inner .news__right {
    max-width: 100%; } }

.instant__store01 .pageTop .news .news__inner .news__right .newsList {
  margin-bottom: 6rem; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .news .news__inner .news__right .newsList {
    margin-bottom: 4rem; } }

.instant__store01 .pageTop .news .news__inner .news__right .newsList__item {
  margin-bottom: 30px; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .news .news__inner .news__right .newsList__item {
    margin-bottom: 15px; } }

.instant__store01 .pageTop .news .news__inner .news__right .newsList__item:last-child {
  margin-bottom: 0; }

.instant__store01 .pageTop .news .news__inner .news__right .newsList__link {
  color: #171717; }

.instant__store01 .pageTop .news .news__inner .news__right .newsList__link .date {
  display: block;
  color: #849395;
  font-size: 2rem;
  font-weight: bold; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageTop .news .news__inner .news__right .newsList__link .date {
    font-size: 1.8rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageTop .news .news__inner .news__right .newsList__link .date {
    font-size: 1.6rem; } }

.instant__store01 .pageTop .news .news__inner .news__right .btn__more {
  text-align: center; }

.instant__store01 .pageTop .introductory__txt,
.instant__store01 .pageTop .concept__txt,
.instant__store01 .pageTop .item__txt {
  text-align: justify !important; }

.instant__store01 .pageConcept .banner__concept {
  min-height: 590px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .banner__concept {
    min-height: 500px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .banner__concept {
    min-height: 400px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageConcept .banner__concept {
    min-height: 300px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.instant__store01 .pageConcept .banner__concept::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 67%;
  height: 100%;
  top: 0;
  right: 0; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .banner__concept::before {
    width: 75%; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageConcept .banner__concept::before {
    width: 100%; } }

.instant__store01 .pageConcept .banner__concept .bg_concept {
  position: absolute;
  right: 0; }

.instant__store01 .pageConcept .banner__concept .banner__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }

.instant__store01 .pageConcept .banner__concept .banner__inner .title__banner {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  background: #849395;
  letter-spacing: 0.05em;
  line-height: 1.9;
  width: 40%;
  max-width: 800px;
  padding: 60px 75px;
  margin-left: 10px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .banner__concept .banner__inner .title__banner {
    font-size: 3rem;
    padding: 50px 30px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .banner__concept .banner__inner .title__banner {
    font-size: 2.6rem;
    line-height: 1.7;
    padding: 30px 30px;
    margin-right: 10px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageConcept .banner__concept .banner__inner .title__banner {
    font-size: 2rem;
    padding: 15px 20px;
    width: auto;
    display: inline-block;
    width: 100%;
    margin: 0; } }

@media screen and (max-width: 480px) {
  .instant__store01 .pageConcept .banner__concept .banner__inner .title__banner {
    font-size: 2rem; } }

.instant__store01 .pageConcept .conceptBox {
  position: relative;
  padding: 137px 0 115px 0; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .conceptBox {
    padding: 100px 0 100px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .conceptBox {
    padding: 90px 0 70px; } }

.instant__store01 .pageConcept .conceptBox::before {
  content: "";
  position: absolute;
  background: #899193;
  width: 95%;
  height: 100%;
  left: 0;
  top: 0; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pageConcept .conceptBox::before {
    width: calc(100% - 50px); } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .conceptBox::before {
    width: calc(100% - 30px); } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .conceptBox::before {
    width: calc(100% - 15px); } }

.instant__store01 .pageConcept .conceptBox .conceptBox__item {
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
  padding: 90px 0; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .conceptBox .conceptBox__item {
    padding: 50px 0;
    margin-bottom: 130px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .conceptBox .conceptBox__item {
    margin-bottom: 90px; } }

.instant__store01 .pageConcept .conceptBox .conceptBox__item::before {
  content: "";
  position: absolute;
  background: #fafafa;
  width: 95%;
  height: 100%;
  right: 0;
  top: 0; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pageConcept .conceptBox .conceptBox__item::before {
    width: calc(100% - 50px); } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .conceptBox .conceptBox__item::before {
    width: calc(100% - 30px); } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .conceptBox .conceptBox__item::before {
    width: calc(100% - 15px); } }

.instant__store01 .pageConcept .conceptBox .conceptBox__item:last-child {
  margin-bottom: 0; }

.instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner {
    padding: 0 30px; } }

.instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner.conceptBox__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner .itemInner__img {
  width: 100%;
  max-width: calc(50% - 100px);
  margin-top: -140px;
  margin-right: 50px;
  margin-left: 50px;
  background-size: cover; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner .itemInner__img {
    margin-right: 0;
    margin-left: 0; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner .itemInner__img {
    max-width: 100%;
    margin-top: -90px;
    text-align: center;
    margin-bottom: 20px; } }

.instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner .itemInner__img img {
  opacity: 0; }

.instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner .itemInner__content {
  width: 100%;
  max-width: 50%;
  padding: 0 39px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner .itemInner__content {
    padding: 0 30px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner .itemInner__content {
    max-width: 100%;
    padding: 0; } }

.instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner .itemInner__content .item__title {
  font-size: 32px;
  font-weight: bold;
  color: #6b9498;
  text-align: center;
  margin-bottom: 30px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner .itemInner__content .item__title {
    margin-bottom: 20px;
    font-size: 2.8rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner .itemInner__content .item__title {
    font-size: 2.4rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .conceptBox .conceptBox__item .conceptBox__itemInner .itemInner__content .item__title {
    font-size: 2rem;
    margin-bottom: 15px; } }

.instant__store01 .pageConcept .promises {
  background: #b6bfbf;
  padding: 50px 0 70px 0; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .promises {
    padding: 50px 0 50px 0; } }

.instant__store01 .pageConcept .promises .promises__inner .title__h2 {
  color: #fff;
  margin-bottom: 5rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .promises .promises__inner .title__h2 {
    margin-bottom: 4rem; } }

.instant__store01 .pageConcept .promises .promises__inner .title__h2 span {
  color: #fff; }

.instant__store01 .pageConcept .promises .promises__inner .promises__ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 40px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .promises .promises__inner .promises__ctn {
    padding: 0 20px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .promises .promises__inner .promises__ctn {
    padding: 0; } }

.instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item {
  width: 100%;
  max-width: calc(100% / 3 - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fff; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item {
    max-width: calc(50% - 15px); } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item {
    max-width: 100%;
    margin-right: 0; } }

.instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item:last-child {
  margin-right: 0; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item:nth-child(2n) {
    margin-right: 0; } }

.instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item .promises__image {
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-bottom: 15px; }

.instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item .promises__image img {
  opacity: 0; }

.instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item .item__title {
  position: relative;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #899193;
  padding-left: 15px;
  margin: 0 30px 10px 30px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item .item__title {
    font-size: 2rem;
    margin-bottom: 10px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item .item__title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    margin: 0 15px 10px 15px; } }

.instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item .item__title::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_title.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 25px;
  top: 0px;
  left: 0; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item .item__title::before {
    top: 0px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item .item__title::before {
    height: 20px; } }

.instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item .item__txt {
  margin: 0 30px 30px 30px; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageConcept .promises .promises__inner .promises__ctn .promises__item .item__txt {
    margin: 0 15px 15px 15px; } }

.instant__store01 .pageConcept .original .original__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageConcept .original .original__box {
    margin-bottom: 70px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .original .original__box {
    margin-bottom: 50px; } }

.instant__store01 .pageConcept .original .original__box .original__img {
  width: 100%;
  max-width: calc(50% - 60px);
  margin: 0 30px;
  background-size: cover; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .original .original__box .original__img {
    margin: 0;
    max-width: 50%; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageConcept .original .original__box .original__img {
    max-width: 100%;
    margin-bottom: 15px; } }

.instant__store01 .pageConcept .original .original__box .original__img img {
  opacity: 0; }

.instant__store01 .pageConcept .original .original__box .original__infor {
  width: 100%;
  max-width: 50%;
  padding: 0 30px; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .original .original__box .original__infor {
    padding: 0 0 0 30px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageConcept .original .original__box .original__infor {
    max-width: 100%;
    padding: 0; } }

.instant__store01 .pageConcept .original .original__box .original__infor .title__h2 {
  margin-bottom: 30px; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .original .original__box .original__infor .title__h2 {
    margin-bottom: 15px; } }

.instant__store01 .pageConcept .original .original__box:last-child {
  margin-bottom: 0; }

.instant__store01 .pageConcept .original .original__box.original__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageConcept .original .original__box.original__reverse .original__infor {
    padding: 0 30px 0 0px; } }

.instant__store01 .pageConcept .item__txt,
.instant__store01 .pageConcept .original__txt {
  text-align: justify !important; }

.instant__store01 .banner__page {
  min-height: 300px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1279px) {
  .instant__store01 .banner__page {
    min-height: 250px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .banner__page {
    min-height: 200px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .banner__page {
    min-height: 200px; } }

.instant__store01 .banner__page::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 67%;
  height: 100%;
  top: 0;
  right: 0; }

@media screen and (max-width: 1023px) {
  .instant__store01 .banner__page::before {
    width: 75%; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .banner__page::before {
    width: 100%; } }

.instant__store01 .banner__page .banner__inner {
  position: relative;
  z-index: 1;
  width: 100%; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .banner__product {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.instant__store01 .pageProduct .banner__product .banner__inner {
  max-width: 1600px;
  margin: 0 auto; }

.instant__store01 .pageProduct .banner__product .banner__inner .title__banner {
  color: #fff;
  background: #849395;
  width: 40%;
  max-width: 800px;
  padding: 60px 75px;
  margin-left: 10px; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pageProduct .banner__product .banner__inner .title__banner {
    padding: 50px 60px; } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .banner__product .banner__inner .title__banner {
    padding: 50px 30px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageProduct .banner__product .banner__inner .title__banner {
    padding: 30px 20px;
    margin-right: 10px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .banner__product .banner__inner .title__banner {
    width: auto;
    display: inline-block;
    padding: 15px 20px;
    margin: 0;
    width: 100%; } }

.instant__store01 .pageProduct .banner__product .banner__inner .title__banner span {
  color: #fff; }

.instant__store01 .pageProduct .banner__product .banner__inner .title__banner .title_en {
  font-size: 5rem; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pageProduct .banner__product .banner__inner .title__banner .title_en {
    font-size: 4.4rem; } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .banner__product .banner__inner .title__banner .title_en {
    font-size: 4rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageProduct .banner__product .banner__inner .title__banner .title_en {
    font-size: 3rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .banner__product .banner__inner .title__banner .title_en {
    font-size: 2rem; } }

@media screen and (max-width: 480px) {
  .instant__store01 .pageProduct .banner__product .banner__inner .title__banner .title_en {
    font-size: 1.8rem; } }

.instant__store01 .pageProduct .products .products__inner .title__h2 {
  margin-bottom: 6rem;
  text-align: center; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageProduct .products .products__inner .title__h2 {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .products .products__inner .title__h2 {
    margin-bottom: 3rem; } }

.instant__store01 .pageProduct .products .products__inner .products__txt {
  max-width: 970px;
  margin: 0 auto;
  margin-bottom: 8rem;
  text-align: center; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .products .products__inner .products__txt {
    margin-bottom: 7rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageProduct .products .products__inner .products__txt {
    margin-bottom: 5rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .products .products__inner .products__txt {
    margin-bottom: 4rem; } }

.instant__store01 .pageProduct .products .products__inner .productsBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .products .products__inner .productsBox {
    margin-bottom: 2rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .products .products__inner .productsBox {
    margin-bottom: 1rem; } }

.instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item {
  width: 100%;
  max-width: calc(100% / 3 - 27px);
  margin-right: 40px;
  margin-bottom: 30px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item {
    margin-right: 30px;
    max-width: calc(100% / 3 - 20px); } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item {
    max-width: calc(50% - 15px); } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item {
    max-width: 100%;
    margin-right: 0; } }

.instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item:last-child {
  margin-right: 0;
  margin-bottom: 0; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item:nth-child(2n) {
    margin-right: 0; } }

.instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item .item__title {
  position: relative;
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #899193;
  padding-left: 15px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item .item__title {
    font-size: 2rem;
    margin-bottom: 20px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item .item__title {
    margin-bottom: 15px;
    font-size: 1.8rem; } }

.instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item .item__title::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_title.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 25px;
  top: 0px;
  left: 0; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item .item__title::before {
    top: 0px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item .item__title::before {
    height: 20px; } }

.instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item .item__img {
  margin-bottom: 25px;
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item .item__img {
    margin-bottom: 20px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item .item__img {
    margin-bottom: 15px; } }

.instant__store01 .pageProduct .products .products__inner .productsBox .productsBox__item .item__img img {
  opacity: 0; }

.instant__store01 .pageProduct .products .products__inner .btn__more {
  text-align: center; }

.instant__store01 .pageProduct .service {
  background: #fafafa;
  padding: 10rem 0; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .service {
    padding: 8rem 0; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .service {
    padding: 6rem 0; } }

.instant__store01 .pageProduct .service .service__inner .service__box {
  margin-bottom: 10rem; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageProduct .service .service__inner .service__box {
    margin-bottom: 7rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .service .service__inner .service__box {
    margin-bottom: 5rem; } }

.instant__store01 .pageProduct .service .service__inner .service__box .title__h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #6b9498;
  line-height: 1.6;
  border-bottom: 1px solid #989898;
  padding-bottom: 20px;
  margin-bottom: 50px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .service .service__inner .service__box .title__h3 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    padding-bottom: 15px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageProduct .service .service__inner .service__box .title__h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    padding-bottom: 25px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .service .service__inner .service__box .title__h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 15px; } }

.instant__store01 .pageProduct .service .service__inner .service__box .title__h3 span {
  font-size: 2rem;
  color: #849395;
  display: block; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageProduct .service .service__inner .service__box .title__h3 span {
    font-size: 1.8rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .service .service__inner .service__box .title__h3 span {
    font-size: 1.5rem; } }

.instant__store01 .pageProduct .service .service__inner .service__box .service__ctn {
  background: #fff; }

.instant__store01 .pageProduct .service .service__inner .service__box .service__ctn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 45px 45px 65px; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageProduct .service .service__inner .service__box .service__ctn ul {
    padding: 35px 35px 55px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .service .service__inner .service__box .service__ctn ul {
    padding: 10px 20px 30px; } }

.instant__store01 .pageProduct .service .service__inner .service__box .service__ctn ul li {
  width: 100%;
  max-width: calc(50% - 45px);
  margin-right: 90px;
  padding: 20px 0;
  border-bottom: 1px solid #6b9498; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageProduct .service .service__inner .service__box .service__ctn ul li {
    padding: 15px 0;
    max-width: calc(50% - 30px);
    margin-right: 60px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .service .service__inner .service__box .service__ctn ul li {
    max-width: calc(50% - 15px);
    margin-right: 30px; } }

@media screen and (max-width: 480px) {
  .instant__store01 .pageProduct .service .service__inner .service__box .service__ctn ul li {
    max-width: 100%;
    margin-right: 0; } }

.instant__store01 .pageProduct .service .service__inner .service__box .service__ctn ul li:nth-child(2n) {
  margin-right: 0; }

.instant__store01 .pageProduct .service .service__inner .service__box:last-child {
  margin-bottom: 0; }

.instant__store01 .pageProduct .original .original__inner .title__h2 {
  margin-bottom: 12rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .original .original__inner .title__h2 {
    margin-bottom: 10rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageProduct .original .original__inner .title__h2 {
    margin-bottom: 8rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .original .original__inner .title__h2 {
    margin-bottom: 7rem; } }

.instant__store01 .pageProduct .original .original__inner .original__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 50px;
  margin-bottom: 16rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .original .original__inner .original__box {
    margin: 0 30px;
    margin-bottom: 13rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageProduct .original .original__inner .original__box {
    margin: 0;
    margin-bottom: 10rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .original .original__inner .original__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 9rem; } }

.instant__store01 .pageProduct .original .original__inner .original__box:last-child {
  margin-bottom: 0; }

.instant__store01 .pageProduct .original .original__inner .original__box::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  border: 1px solid #608488;
  left: 0;
  top: 0; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .original .original__inner .original__box::before {
    width: 100%; } }

.instant__store01 .pageProduct .original .original__inner .original__box .original__text {
  width: 100%;
  max-width: 50%;
  padding: 5px 40px 5px 50px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .original .original__inner .original__box .original__text {
    padding: 5px 30px 5px 30px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .original .original__inner .original__box .original__text {
    max-width: 100%;
    padding: 30px 15px; } }

.instant__store01 .pageProduct .original .original__inner .original__box .original__img {
  width: 100%;
  max-width: 50%;
  position: relative;
  top: -60px;
  z-index: 1;
  background-size: cover; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageProduct .original .original__inner .original__box .original__img {
    top: -40px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .original .original__inner .original__box .original__img {
    max-width: calc(100% - 30px);
    top: -40px;
    margin: 0 15px -40px 15px; } }

.instant__store01 .pageProduct .original .original__inner .original__box .original__img img {
  opacity: 0; }

.instant__store01 .pageProduct .original .original__inner .original__box.original__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageProduct .original .original__inner .original__box.original__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.instant__store01 .pageProduct .original .original__inner .original__box.original__reverse::before {
  left: auto;
  right: 0;
  border: 1px solid #d4d7d7; }

.instant__store01 .pageProduct .products__txt,
.instant__store01 .pageProduct .item__txt,
.instant__store01 .pageProduct .original__text {
  text-align: justify !important; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .banner__company {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.instant__store01 .pageCompany .banner__company .banner__inner {
  max-width: 1600px;
  margin: 0 auto; }

.instant__store01 .pageCompany .banner__company .banner__inner .title__banner {
  color: #fff;
  background: #849395;
  width: 40%;
  max-width: 800px;
  padding: 60px 75px;
  margin-left: 10px; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pageCompany .banner__company .banner__inner .title__banner {
    padding: 50px 60px; } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageCompany .banner__company .banner__inner .title__banner {
    padding: 50px 30px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .banner__company .banner__inner .title__banner {
    padding: 30px 20px;
    margin-right: 10px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .banner__company .banner__inner .title__banner {
    width: auto;
    display: inline-block;
    padding: 15px 20px;
    margin: 0;
    width: 100%; } }

.instant__store01 .pageCompany .banner__company .banner__inner .title__banner span {
  color: #fff; }

.instant__store01 .pageCompany .banner__company .banner__inner .title__banner .title_en {
  font-size: 5rem; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pageCompany .banner__company .banner__inner .title__banner .title_en {
    font-size: 4.4rem; } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageCompany .banner__company .banner__inner .title__banner .title_en {
    font-size: 4rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .banner__company .banner__inner .title__banner .title_en {
    font-size: 3rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .banner__company .banner__inner .title__banner .title_en {
    font-size: 2rem; } }

@media screen and (max-width: 480px) {
  .instant__store01 .pageCompany .banner__company .banner__inner .title__banner .title_en {
    font-size: 1.8rem; } }

.instant__store01 .pageCompany .store .store__inner .title__h2 {
  text-align: center;
  margin-bottom: 6rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageCompany .store .store__inner .title__h2 {
    margin-bottom: 5rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .store .store__inner .title__h2 {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .store .store__inner .title__h2 {
    margin-bottom: 3rem; } }

.instant__store01 .pageCompany .store .store__inner .store__image {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  background-size: cover;
  position: relative;
  z-index: 1; }

.instant__store01 .pageCompany .store .store__inner .store__image img {
  opacity: 0; }

.instant__store01 .pageCompany .store .store__information {
  background: #fafafa;
  padding: 240px 0 150px 0;
  margin-top: -175px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageCompany .store .store__information {
    padding: 200px 0 100px 0;
    margin-top: -150px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .store .store__information {
    padding: 200px 0 70px 0; } }

@media screen and (max-width: 480px) {
  .instant__store01 .pageCompany .store .store__information {
    padding: 150px 0 70px 0;
    margin-top: -120px; } }

@media screen and (max-width: 374px) {
  .instant__store01 .pageCompany .store .store__information {
    padding: 100px 0 70px 0;
    margin-top: -80px; } }

.instant__store01 .pageCompany .store .store__information .infor__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.instant__store01 .pageCompany .store .store__information .infor__inner .store__left {
  width: 50%;
  max-width: 300px;
  margin: 0 auto; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .store .store__information .infor__inner .store__left {
    max-width: 250px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .store .store__information .infor__inner .store__left {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center; } }

.instant__store01 .pageCompany .store .store__information .infor__inner .store__left .title__left {
  margin-bottom: 30px;
  font-size: 3.7rem;
  line-height: 1.2;
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .store .store__information .infor__inner .store__left .title__left {
    font-size: 3rem; } }

.instant__store01 .pageCompany .store .store__information .infor__inner .store__left .title__left span {
  font-size: 2rem;
  display: block;
  color: #666666;
  font-weight: 400; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .store .store__information .infor__inner .store__left .title__left span {
    font-size: 1.6rem; } }

.instant__store01 .pageCompany .store .store__information .infor__inner .store__left .store__contact-ph {
  margin-bottom: 30px; }

.instant__store01 .pageCompany .store .store__information .infor__inner .store__left .store__contact-ph .footer_tel {
  color: #171717;
  pointer-events: none; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .store .store__information .infor__inner .store__left .store__contact-ph .footer_tel {
    pointer-events: inherit; } }

.instant__store01 .pageCompany .store .store__information .infor__inner .store__left .store__contact-ph a {
  color: #171717; }

.instant__store01 .pageCompany .store .store__information .infor__inner .store__left .google__map {
  text-align: center; }

.instant__store01 .pageCompany .store .store__information .infor__inner .store__right {
  width: 50%;
  padding: 0px 30px; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .store .store__information .infor__inner .store__right {
    padding: 0 15px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .store .store__information .infor__inner .store__right {
    width: 100%;
    padding: 0; } }

.instant__store01 .pageCompany .store .store__information .infor__inner .store__right .list__infor .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .store .store__information .infor__inner .store__right .list__infor .item {
    margin-bottom: 15px; } }

.instant__store01 .pageCompany .store .store__information .infor__inner .store__right .list__infor .item:last-child {
  margin-bottom: 0; }

.instant__store01 .pageCompany .store .store__information .infor__inner .store__right .list__infor .item .left {
  width: 100%;
  max-width: 130px;
  font-weight: bold;
  color: #849395; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .store .store__information .infor__inner .store__right .list__infor .item .left {
    max-width: 105px; } }

.instant__store01 .pageCompany .store .store__information .infor__inner .store__right .list__infor .item .right {
  width: 100%;
  max-width: calc(100% - 130px); }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .store .store__information .infor__inner .store__right .list__infor .item .right {
    max-width: calc(100% - 105px); } }

.instant__store01 .pageCompany .introductory .introductory__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.instant__store01 .pageCompany .introductory .introductory__inner .introductory__thumb {
  width: 100%;
  max-width: 350px;
  margin: 0 50px;
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageCompany .introductory .introductory__inner .introductory__thumb {
    max-width: calc(50% - 60px);
    margin: 0 30px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .introductory .introductory__inner .introductory__thumb {
    max-width: calc(50% - 30px);
    margin: 0 15px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .introductory .introductory__inner .introductory__thumb {
    max-width: 100%;
    margin: 0;
    margin-bottom: 15px; } }

.instant__store01 .pageCompany .introductory .introductory__inner .introductory__thumb img {
  opacity: 0; }

.instant__store01 .pageCompany .introductory .introductory__inner .introductory__infor {
  width: 100%;
  max-width: 50%;
  padding: 0 50px 0 0; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageCompany .introductory .introductory__inner .introductory__infor {
    padding: 0 30px 0 0; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .introductory .introductory__inner .introductory__infor {
    padding: 0 15px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .introductory .introductory__inner .introductory__infor {
    max-width: 100%;
    padding: 0; } }

.instant__store01 .pageCompany .introductory .introductory__inner .introductory__infor .title__h2 {
  margin-bottom: 6rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageCompany .introductory .introductory__inner .introductory__infor .title__h2 {
    margin-bottom: 5rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .introductory .introductory__inner .introductory__infor .title__h2 {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .introductory .introductory__inner .introductory__infor .title__h2 {
    margin-bottom: 3rem; } }

.instant__store01 .pageCompany .introductory .introductory__inner .introductory__infor .introductory__txt {
  margin-bottom: 6rem;
  text-align: center; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageCompany .introductory .introductory__inner .introductory__infor .introductory__txt {
    margin-bottom: 5rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .introductory .introductory__inner .introductory__infor .introductory__txt {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .introductory .introductory__inner .introductory__infor .introductory__txt {
    margin-bottom: 3rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .introductory .introductory__inner .introductory__infor .btn__more {
    text-align: center; } }

.instant__store01 .pageCompany .measures .measures__inner .title__h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #6b9498;
  line-height: 1.6;
  border-bottom: 1px solid #989898;
  padding-bottom: 45px;
  margin-bottom: 50px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageCompany .measures .measures__inner .title__h3 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    padding-bottom: 35px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .measures .measures__inner .title__h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    padding-bottom: 25px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .measures .measures__inner .title__h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 15px; } }

.instant__store01 .pageCompany .measures .measures__inner .title__h3 span {
  font-size: 2rem;
  color: #849395;
  display: block; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .measures .measures__inner .title__h3 span {
    font-size: 1.8rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .measures .measures__inner .title__h3 span {
    font-size: 1.5rem; } }

.instant__store01 .pageCompany .measures .measures__inner .measures__ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.instant__store01 .pageCompany .measures .measures__inner .measures__ctn .measures__item {
  padding: 0 50px;
  width: 50%; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageCompany .measures .measures__inner .measures__ctn .measures__item {
    padding: 0 30px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageCompany .measures .measures__inner .measures__ctn .measures__item {
    padding: 0 15px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .measures .measures__inner .measures__ctn .measures__item {
    width: 100%;
    margin-bottom: 30px; } }

.instant__store01 .pageCompany .measures .measures__inner .measures__ctn .measures__item:last-child {
  margin-bottom: 0; }

.instant__store01 .pageCompany .measures .measures__inner .measures__ctn .measures__item .item__title {
  position: relative;
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #899193;
  padding-left: 15px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageCompany .measures .measures__inner .measures__ctn .measures__item .item__title {
    font-size: 2rem;
    margin-bottom: 20px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .measures .measures__inner .measures__ctn .measures__item .item__title {
    margin-bottom: 15px;
    font-size: 1.8rem; } }

.instant__store01 .pageCompany .measures .measures__inner .measures__ctn .measures__item .item__title::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_title.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 25px;
  top: 0px;
  left: 0; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageCompany .measures .measures__inner .measures__ctn .measures__item .item__title::before {
    top: 0px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageCompany .measures .measures__inner .measures__ctn .measures__item .item__title::before {
    height: 20px; } }

.instant__store01 .pageCompany .introductory__txt,
.instant__store01 .pageCompany .item__text {
  text-align: justify !important; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .banner__company {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.instant__store01 .pageNews .banner__company .banner__inner {
  max-width: 1600px;
  margin: 0 auto; }

.instant__store01 .pageNews .banner__company .banner__inner .title__banner {
  color: #fff;
  background: #849395;
  width: 40%;
  max-width: 800px;
  padding: 60px 75px;
  margin-left: 10px; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pageNews .banner__company .banner__inner .title__banner {
    padding: 50px 60px; } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageNews .banner__company .banner__inner .title__banner {
    padding: 50px 30px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageNews .banner__company .banner__inner .title__banner {
    padding: 30px 20px;
    margin-right: 10px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .banner__company .banner__inner .title__banner {
    width: auto;
    display: inline-block;
    padding: 15px 20px;
    margin: 0;
    width: 100%; } }

.instant__store01 .pageNews .banner__company .banner__inner .title__banner span {
  color: #fff; }

.instant__store01 .pageNews .banner__company .banner__inner .title__banner .title_en {
  font-size: 5rem; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pageNews .banner__company .banner__inner .title__banner .title_en {
    font-size: 4.4rem; } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageNews .banner__company .banner__inner .title__banner .title_en {
    font-size: 4rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageNews .banner__company .banner__inner .title__banner .title_en {
    font-size: 3rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .banner__company .banner__inner .title__banner .title_en {
    font-size: 2rem; } }

@media screen and (max-width: 480px) {
  .instant__store01 .pageNews .banner__company .banner__inner .title__banner .title_en {
    font-size: 1.8rem; } }

.instant__store01 .pageNews .news .title__h2 {
  margin-bottom: 6rem;
  text-align: center; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageNews .news .title__h2 {
    margin-bottom: 5rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageNews .news .title__h2 {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news .title__h2 {
    margin-bottom: 3rem; } }

.instant__store01 .pageNews .news .news__ctn {
  border: 1px solid #6b9498;
  margin-bottom: 8rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageNews .news .news__ctn {
    margin-bottom: 6rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageNews .news .news__ctn {
    margin-bottom: 5rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news .news__ctn {
    margin-bottom: 4rem; } }

.instant__store01 .pageNews .news__list {
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 10px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageNews .news__list {
    padding: 70px 10px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageNews .news__list {
    padding: 50px 10px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news__list {
    padding: 30px 10px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news__item {
    padding: 0 0.5rem; } }

.instant__store01 .pageNews .news__item a {
  color: #555555;
  padding: 2.5rem 0;
  font-weight: bold; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news__item a {
    display: block !important;
    padding: 1.5rem 0; } }

.instant__store01 .pageNews .news__item a .info {
  width: 150px; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news__item a .info {
    margin-bottom: 1rem;
    width: 100%; } }

.instant__store01 .pageNews .news__item a .info__date {
  font-weight: 700;
  font-size: 2rem;
  margin-right: 2rem;
  color: #849395; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageNews .news__item a .info__date {
    font-size: 1.9rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageNews .news__item a .info__date {
    font-size: 1.8rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news__item a .info__date {
    font-size: 1.6rem;
    margin-right: 0; } }

.instant__store01 .pageNews .news__item a:hover {
  opacity: 0.8; }

.instant__store01 .pageNews .news__txt {
  width: calc(100% - 150px);
  font-size: 2rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageNews .news__txt {
    font-size: 1.9rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageNews .news__txt {
    font-size: 1.8rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news__txt {
    font-size: 1.6rem;
    width: 100%; } }

.instant__store01 .pageNews .news .pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.instant__store01 .pageNews .news .pagination .page-item .page-link {
  border: none;
  color: #171717; }

.instant__store01 .pageNews .news .pagination .page-item .page-link:hover {
  background-color: #ffffff; }

.instant__store01 .pageNews .news .pagination .page-item.page-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin-right: 50px; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news .pagination .page-item.page-prev {
    margin-right: 15px;
    max-width: 250px; } }

.instant__store01 .pageNews .news .pagination .page-item.page-prev .page-link {
  border-bottom: 1px solid #6b9498;
  padding: 30px 10px 30px 20px;
  max-width: 300px;
  width: 100%;
  text-align: center; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news .pagination .page-item.page-prev .page-link {
    padding: 20px 10px 20px 20px; } }

.instant__store01 .pageNews .news .pagination .page-item.page-prev .page-link .label {
  color: #6b9498;
  position: relative;
  font-weight: 700; }

.instant__store01 .pageNews .news .pagination .page-item.page-prev .page-link .icon-arrow-right {
  position: relative; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news .pagination .page-item.page-prev .page-link .icon-arrow-right {
    margin-right: 1rem;
    padding-right: 3rem;
    border-right: 1px solid #eaeaea; } }

.instant__store01 .pageNews .news .pagination .page-item.page-prev .page-link .icon-arrow-right::before {
  content: none; }

.instant__store01 .pageNews .news .pagination .page-item.page-prev .page-link:after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_left_green.png) no-repeat;
  width: 10px;
  height: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-size: 100%; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news .pagination .page-item.page-prev .page-link:after {
    height: 13px;
    width: 8px;
    top: 0; } }

.instant__store01 .pageNews .news .pagination .page-item.page-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin-left: 50px; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news .pagination .page-item.page-next {
    margin-left: 15px;
    max-width: 250px; } }

.instant__store01 .pageNews .news .pagination .page-item.page-next .page-link {
  border-bottom: 1px solid #6b9498;
  padding: 30px 20px 30px 10px;
  max-width: 300px;
  width: 100%;
  text-align: center; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news .pagination .page-item.page-next .page-link {
    padding: 20 20px 20px 10px; } }

.instant__store01 .pageNews .news .pagination .page-item.page-next .page-link .label {
  color: #6b9498;
  position: relative;
  font-weight: 700; }

.instant__store01 .pageNews .news .pagination .page-item.page-next .page-link:after {
  background-size: 100%;
  content: "";
  position: absolute;
  background: url(../img/common/icon_right_green.png) no-repeat;
  width: 10px;
  height: 17px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews .news .pagination .page-item.page-next .page-link:after {
    height: 13px;
    width: 8px;
    top: 0; } }

.instant__store01 .pageNews .news .pagination .active .page-link {
  color: #666666 !important;
  background-color: #ffffff; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews__detail .banner__company {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.instant__store01 .pageNews__detail .banner__company .banner__inner {
  max-width: 1600px;
  margin: 0 auto; }

.instant__store01 .pageNews__detail .banner__company .banner__inner .title__banner {
  color: #fff;
  background: #849395;
  width: 40%;
  max-width: 800px;
  padding: 60px 75px;
  margin-left: 10px; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pageNews__detail .banner__company .banner__inner .title__banner {
    padding: 50px 60px; } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageNews__detail .banner__company .banner__inner .title__banner {
    padding: 50px 30px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageNews__detail .banner__company .banner__inner .title__banner {
    padding: 30px 20px;
    margin-right: 10px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews__detail .banner__company .banner__inner .title__banner {
    width: auto;
    display: inline-block;
    padding: 15px 20px;
    margin: 0;
    width: 100%; } }

.instant__store01 .pageNews__detail .banner__company .banner__inner .title__banner span {
  color: #fff; }

.instant__store01 .pageNews__detail .banner__company .banner__inner .title__banner .title_en {
  font-size: 5rem; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pageNews__detail .banner__company .banner__inner .title__banner .title_en {
    font-size: 4.4rem; } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageNews__detail .banner__company .banner__inner .title__banner .title_en {
    font-size: 4rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageNews__detail .banner__company .banner__inner .title__banner .title_en {
    font-size: 3rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews__detail .banner__company .banner__inner .title__banner .title_en {
    font-size: 2rem; } }

@media screen and (max-width: 480px) {
  .instant__store01 .pageNews__detail .banner__company .banner__inner .title__banner .title_en {
    font-size: 1.8rem; } }

.instant__store01 .pageNews__detail .article .title {
  font-size: 32px;
  color: #6b9498;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #989898;
  padding-bottom: 40px;
  margin-bottom: 100px;
  font-weight: bold; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageNews__detail .article .title {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 80px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageNews__detail .article .title {
    margin-bottom: 60px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews__detail .article .title {
    font-size: 26px;
    margin-bottom: 40px;
    padding-bottom: 20px; } }

@media screen and (max-width: 480px) {
  .instant__store01 .pageNews__detail .article .title {
    font-size: 24px; } }

.instant__store01 .pageNews__detail .article .title span {
  color: #849395;
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageNews__detail .article .title span {
    font-size: 18px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews__detail .article .title span {
    margin-top: 5px;
    font-size: 16px; } }

.instant__store01 .pageNews__detail .article__detail {
  margin-bottom: 8rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageNews__detail .article__detail {
    margin-bottom: 6rem; } }

@media screen and (max-width: 480px) {
  .instant__store01 .pageNews__detail .article__detail {
    margin-bottom: 3rem; } }

.instant__store01 .pageNews__detail .article__detail .block {
  max-width: 1200px;
  margin: 0 auto; }

.instant__store01 .pageNews__detail .article__detail .block p {
  font-size: 18px; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageNews__detail .article__detail .block p {
    font-size: 17px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageNews__detail .article__detail .block p {
    font-size: 16px; } }

.instant__store01 .pageNews__detail .article__detail .block .article__image {
  text-align: center; }

.instant__store01 .pageNews__detail .article .btn__article {
  text-align: center; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .banner__company {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.instant__store01 .pageContact .banner__company .banner__inner {
  max-width: 1600px;
  margin: 0 auto; }

.instant__store01 .pageContact .banner__company .banner__inner .title__banner {
  color: #fff;
  background: #849395;
  width: 40%;
  max-width: 800px;
  padding: 60px 75px;
  margin-left: 10px; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pageContact .banner__company .banner__inner .title__banner {
    padding: 50px 60px; } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageContact .banner__company .banner__inner .title__banner {
    padding: 50px 30px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageContact .banner__company .banner__inner .title__banner {
    padding: 30px 20px;
    margin-right: 10px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .banner__company .banner__inner .title__banner {
    width: auto;
    display: inline-block;
    padding: 15px 20px;
    margin: 0;
    width: 100%; } }

.instant__store01 .pageContact .banner__company .banner__inner .title__banner span {
  color: #fff; }

.instant__store01 .pageContact .banner__company .banner__inner .title__banner .title_en {
  font-size: 5rem; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pageContact .banner__company .banner__inner .title__banner .title_en {
    font-size: 4.4rem; } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageContact .banner__company .banner__inner .title__banner .title_en {
    font-size: 4rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageContact .banner__company .banner__inner .title__banner .title_en {
    font-size: 3rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .banner__company .banner__inner .title__banner .title_en {
    font-size: 2rem; } }

@media screen and (max-width: 480px) {
  .instant__store01 .pageContact .banner__company .banner__inner .title__banner .title_en {
    font-size: 1.8rem; } }

.instant__store01 .pageContact .subTitle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageContact .subTitle {
    margin-bottom: 1.5rem;
    font-size: 1.8rem; } }

.instant__store01 .pageContact .sectionTitle {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #6b9498;
  margin-bottom: 3rem; }

.instant__store01 .pageContact .basicText {
  text-align: center;
  margin-bottom: 6rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageContact .basicText {
    margin-bottom: 5rem; } }

.instant__store01 .pageContact .basicText .necessary_input {
  margin-right: 1rem; }

.instant__store01 .pageContact .danger {
  font-size: 1.6rem;
  color: #b74545;
  padding-left: 0;
  padding-top: 0;
  max-width: 100rem;
  margin: 0 auto;
  margin-bottom: 3rem; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .danger {
    font-size: 1.4rem;
    padding-right: 3rem;
    margin-bottom: 1.5rem; } }

.instant__store01 .pageContact .danger strong {
  color: #6b9498; }

.instant__store01 .pageContact .danger .close {
  color: #6b9498;
  font-size: 1.6rem;
  top: 5px; }

.instant__store01 .pageContact .necessary_input {
  font-weight: 700;
  margin-left: 1.5rem;
  display: inline-block;
  line-height: 1.5;
  margin-left: 1rem;
  padding: 0.2rem 0.5rem 0;
  background: #b74545;
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageContact .necessary_input {
    font-size: 17px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .necessary_input {
    font-size: 16px;
    padding: 0.1rem 0.5rem 0; } }

@media screen and (max-width: 480px) {
  .instant__store01 .pageContact .necessary_input {
    font-size: 14px; } }

.instant__store01 .pageContact form {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto; }

.instant__store01 .pageContact form .form-group {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact form .form-group {
    margin-bottom: 1.5rem; } }

.instant__store01 .pageContact form .form-group label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 0.7rem;
  width: 27rem;
  padding-right: 3rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 1.2rem;
  font-size: 22px;
  color: #849395; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageContact form .form-group label {
    font-size: 18px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact form .form-group label {
    font-size: 16px;
    margin-bottom: 1.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 0;
    padding-top: 0;
    width: 100%; } }

.instant__store01 .pageContact form .form-group input.form-control {
  border: 1px solid #c7c7c7; }

.instant__store01 .pageContact form .form-group textarea {
  height: 20rem !important; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact form .form-group textarea {
    height: 10rem !important; } }

.instant__store01 .pageContact form .form-group textarea.form-control {
  border: 1px solid #c7c7c7; }

.instant__store01 .pageContact form .form-group .form-control {
  height: 5rem;
  padding: 1.5rem;
  border: 0px;
  font-size: 1.6rem;
  width: calc(100% - 270px);
  white-space: pre-line;
  display: inline-table;
  color: #51878d; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact form .form-group .form-control {
    width: 100%;
    height: 4rem;
    padding: 1rem; } }

.instant__store01 .pageContact form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.instant__store01 .pageContact form .form-group textarea.form-control {
  display: block; }

.instant__store01 .pageContact form .form-group input,
.instant__store01 .pageContact form .form-group textarea,
.instant__store01 .pageContact form .form-group select,
.instant__store01 .pageContact form .form-group .custom-a11yselect-text {
  border-radius: 0;
  font-size: 16px; }

.instant__store01 .pageContact form .form-group input:focus-visible,
.instant__store01 .pageContact form .form-group textarea:focus-visible,
.instant__store01 .pageContact form .form-group select:focus-visible,
.instant__store01 .pageContact form .form-group .custom-a11yselect-text:focus-visible {
  outline: none; }

.instant__store01 .pageContact form .form-group input::-webkit-input-placeholder,
.instant__store01 .pageContact form .form-group textarea::-webkit-input-placeholder {
  color: #a7a7a7; }

.instant__store01 .pageContact form .form-group input::-moz-placeholder,
.instant__store01 .pageContact form .form-group textarea::-moz-placeholder {
  color: #a7a7a7; }

.instant__store01 .pageContact form .form-group input::-ms-input-placeholder,
.instant__store01 .pageContact form .form-group textarea::-ms-input-placeholder {
  color: #a7a7a7; }

.instant__store01 .pageContact form .form-group input::placeholder,
.instant__store01 .pageContact form .form-group textarea::placeholder {
  color: #a7a7a7; }

.instant__store01 .pageContact form .form-group .custom-a11yselect-container {
  max-width: 400px;
  width: 100%; }

.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-btn {
  height: 5rem;
  position: relative;
  color: #a7a7a7;
  background: #fff; }

.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-btn:focus {
  outline: 0; }

.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-btn:focus-visible {
  outline: none;
  border: 1px solid #c7c7c7; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-btn {
    height: 4rem; } }

.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-btn::after {
  position: absolute;
  content: "";
  background-image: url(../img/contact/icon_arr_down.png);
  background-size: contain;
  width: 9px;
  height: 6px;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 480px) {
  .instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-btn::after {
    right: 1rem; } }

.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-btn .custom-a11yselect-text {
  color: #a7a7a7; }

.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-btn .custom-a11yselect-icon {
  border: 0; }

.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-option:focus-visible,
.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-selected:focus-visible,
.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-focused:focus-visible {
  outline: 0; }

.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-option:focus,
.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-selected:focus,
.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-focused:focus {
  outline: 0; }

.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-option button:focus-visible,
.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-selected button:focus-visible,
.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-focused button:focus-visible {
  outline: 0; }

.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-option button:focus,
.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-selected button:focus,
.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-focused button:focus {
  outline: 0; }

.instant__store01 .pageContact form .form-group .custom-a11yselect-container .custom-a11yselect-option:first-child {
  display: none; }

.instant__store01 .pageContact .note {
  text-align: center;
  font-size: 18px;
  margin-top: 7rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageContact .note {
    font-size: 17px;
    margin-top: 5rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .note {
    font-size: 16px; } }

@media screen and (max-width: 480px) {
  .instant__store01 .pageContact .note {
    font-size: 15px; } }

.instant__store01 .pageContact .note a {
  color: #6b9498; }

.instant__store01 .pageContact .form-check {
  margin-top: 4.8rem;
  text-align: center; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageContact .form-check {
    margin-top: 3.5rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .form-check {
    margin-top: 2.5rem; } }

.instant__store01 .pageContact .form-check .form-check-input {
  opacity: 0; }

.instant__store01 .pageContact .form-check .form-check-label {
  padding-left: 4rem;
  position: relative;
  cursor: pointer; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .form-check .form-check-label {
    padding-left: 3rem; } }

.instant__store01 .pageContact .form-check .form-check-label::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #c7c7c7;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .form-check .form-check-label::before {
    width: 20px;
    height: 20px; } }

.instant__store01 .pageContact .form-check .form-check-input:checked ~ .form-check-label:after {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../img/contact/icon_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 17px;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .form-check .form-check-input:checked ~ .form-check-label:after {
    width: 16px;
    height: 11px;
    left: 2px; } }

.instant__store01 .pageContact .btnArea {
  text-align: center;
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pageContact .btnArea {
    margin-top: 70px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .btnArea {
    margin-top: 50px; } }

.instant__store01 .pageContact .btnArea .btn {
  position: relative;
  color: #6b9498;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #6b9498;
  padding: 30px 15px 30px 15px;
  max-width: 300px;
  width: 50%;
  text-align: center;
  font-size: 1.8rem;
  background: transparent;
  margin-right: 50px; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pageContact .btnArea .btn {
    font-size: 1.6rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .btnArea .btn {
    margin-right: 30px;
    width: calc(50% - 15px);
    padding: 15px 15px 15px 15px;
    font-size: 1.4rem; } }

.instant__store01 .pageContact .btnArea .btn::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_right_green.png) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-size: 100%; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .btnArea .btn::after {
    width: 8px;
    height: 15px; } }

.instant__store01 .pageContact .btnArea .btn:hover {
  opacity: 0.8; }

.instant__store01 .pageContact .btnArea .btn:last-child {
  margin: 0; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pageContact .btnArea .btn:last-child {
    margin-bottom: 0;
    margin: 0 auto; } }

.instant__store01 .pageContact .btnArea .btn:hover {
  opacity: 0.8; }

.instant__store01 .pageContact .btnArea .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.instant__store01 .pageContact .btnArea .btn.-bgBack::after {
  background: url(../img/common/icon_left_green.png) no-repeat;
  background-size: 100%;
  left: 0;
  right: auto; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pagePolicy .banner__company {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.instant__store01 .pagePolicy .banner__company .banner__inner {
  max-width: 1600px;
  margin: 0 auto; }

.instant__store01 .pagePolicy .banner__company .banner__inner .title__banner {
  color: #fff;
  background: #849395;
  width: 40%;
  max-width: 800px;
  padding: 60px 75px;
  margin-left: 10px; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pagePolicy .banner__company .banner__inner .title__banner {
    padding: 50px 60px; } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pagePolicy .banner__company .banner__inner .title__banner {
    padding: 50px 30px; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pagePolicy .banner__company .banner__inner .title__banner {
    padding: 30px 20px;
    margin-right: 10px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pagePolicy .banner__company .banner__inner .title__banner {
    width: auto;
    display: inline-block;
    padding: 15px 20px;
    margin: 0;
    width: 100%; } }

.instant__store01 .pagePolicy .banner__company .banner__inner .title__banner span {
  color: #fff; }

.instant__store01 .pagePolicy .banner__company .banner__inner .title__banner .title_en {
  font-size: 5rem; }

@media screen and (max-width: 1440px) {
  .instant__store01 .pagePolicy .banner__company .banner__inner .title__banner .title_en {
    font-size: 4.4rem; } }

@media screen and (max-width: 1279px) {
  .instant__store01 .pagePolicy .banner__company .banner__inner .title__banner .title_en {
    font-size: 4rem; } }

@media screen and (max-width: 1023px) {
  .instant__store01 .pagePolicy .banner__company .banner__inner .title__banner .title_en {
    font-size: 3rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pagePolicy .banner__company .banner__inner .title__banner .title_en {
    font-size: 2rem; } }

@media screen and (max-width: 480px) {
  .instant__store01 .pagePolicy .banner__company .banner__inner .title__banner .title_en {
    font-size: 1.8rem; } }

.instant__store01 .pagePolicy .policyCtn .sectionTitle + p {
  margin-bottom: 6rem; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pagePolicy .policyCtn .sectionTitle + p {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pagePolicy .policyCtn .sectionTitle + p {
    margin-bottom: 2.5rem; } }

.instant__store01 .pagePolicy .policyCtn .sectionTitle + p img {
  max-width: 150px; }

@media screen and (max-width: 480px) {
  .instant__store01 .pagePolicy .policyCtn .sectionTitle + p img {
    max-width: 130px; } }

.instant__store01 .pagePolicy .policyCtn .policyCtn__textTop {
  margin-bottom: 5rem; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pagePolicy .policyCtn .policyCtn__textTop {
    margin-bottom: 3rem; } }

.instant__store01 .pagePolicy .policyCtn__wrapper {
  max-width: 1280px;
  margin: 0 auto; }

.instant__store01 .pagePolicy .policyCtn__item {
  margin-bottom: 5rem; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pagePolicy .policyCtn__item {
    margin-bottom: 3rem; } }

.instant__store01 .pagePolicy .policyCtn__item:last-child {
  margin-bottom: 0; }

.instant__store01 .pagePolicy .policyCtn__ttl {
  position: relative;
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #899193;
  padding-left: 15px;
  line-height: 1.7; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pagePolicy .policyCtn__ttl {
    font-size: 2rem;
    margin-bottom: 20px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pagePolicy .policyCtn__ttl {
    margin-bottom: 15px;
    font-size: 1.8rem; } }

.instant__store01 .pagePolicy .policyCtn__ttl::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_title.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 25px;
  top: 6px;
  left: 0; }

@media screen and (max-width: 1279px) {
  .instant__store01 .pagePolicy .policyCtn__ttl::before {
    top: 4px; } }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pagePolicy .policyCtn__ttl::before {
    height: 20px; } }

.instant__store01 .pagePolicy .policyCtn ol {
  list-style: decimal;
  padding-left: 2rem; }

.instant__store01 .pagePolicy .policyCtn li::marker {
  color: #849395;
  font-weight: bold; }

.instant__store01 .pagePolicy .policyCtn__list {
  margin-top: 1.5rem; }

@media screen and (max-width: 767.5px) {
  .instant__store01 .pagePolicy .policyCtn__list {
    margin-top: 1rem; } }

.instant__store01 .pagePolicy .policyCtn a.tel {
  color: inherit;
  pointer-events: none; }

@media screen and (max-width: 1023px) {
  .instant__store01 .pagePolicy .policyCtn a.tel {
    pointer-events: inherit; } }
