.under_mv {
  background: url("../images/mv_shop.jpg") center center/cover;
  margin-bottom: 40px;
}
.under_mv h1 {
  padding: 115px 0;
}
@media all and (max-width: 767px) {
  .under_mv {
    background: url("../images/mv_shop_sp.jpg") center center/cover;
    margin-bottom: 0;
  }
  .under_mv h1 {
    padding: 47px 0;
  }
}

.store2 .pgt2 {
  text-align: center;
}
.store2 .pgt2 i {
  display: block;
  font-weight: 600;
  line-height: 1;
}
.store2 .pgt2 .mi {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.store2 .pgt2 .ma {
  font-size: 3.2rem;
}
.store2 .cont {
  position: relative;
}
.store2 .cont .txt_w {
  margin-top: 40px;
  line-height: 1.5;
  padding-bottom: 120px;
}
.store2 .cont .txt {
  padding-right: 400px;
}
.store2 .btn_no {
  width: 430px;
}
.store2 .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 430px;
}
.store2 .inner {
  position: relative;
  z-index: 1;
}
.store2 .st1bg {
  width: 80%;
  position: absolute;
  top: -25%;
  right: 0;
  z-index: -1;
}
.store2 .spbg {
  display: none;
}
@media all and (max-width: 1340px) {
  .store2 .img {
    width: 330px;
    right: -10px;
    bottom: auto;
    top: 0;
  }
  .store2 .cont .txt {
    padding-right: 340px;
  }
  .store2 .st1bg {
    width: 100%;
  }
}
@media all and (max-width: 950px) {
  .store2 .cont {
    position: unset;
  }
  .store2 .cont .txt {
    padding-right: 0;
  }
  .store2 .cont .txt_w {
    padding-bottom: 20px;
  }
  .store2 .pgt2 i {
    line-height: 1.3;
  }
  .store2 .pgt2 .spbr {
    display: block;
  }
  .store2 .img {
    position: absolute;
    top: -10px;
    width: 150px;
    min-width: 0;
  }
}
@media all and (max-width: 767px) {
  .store2 {
    padding-top: 40px;
    position: relative;
  }
  .store2 .pgt2 {
    text-align: left;
    padding: 35px 0 10px 0;
    box-sizing: border-box;
  }
  .store2 .pgt2 .mi {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .store2 .pgt2 .ma {
    font-size: 2.8rem;
  }
  .store2 .spbg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
  }
  .store2 .cont .txt {
    font-size: 1.4rem;
  }
  .store2 .cont .txt_w {
    margin-top: 20px;
    line-height: 1.5;
    padding-bottom: 0;
  }
  .store2 .btn_no {
    width: 100%;
  }
  .store2 .st1bg {
    width: 150%;
    bottom: 5%;
    top: auto;
    right: 0;
    z-index: -1;
  }
}

.store3 {
  margin: 120px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.store3 h2 {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.store3 h2 i {
  position: relative;
  z-index: 2;
}
.store3 h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  border-radius: 10px;
  background: #FCEA9E;
  z-index: 1;
}
.store3 .tbtx {
  display: none;
}
@media all and (max-width: 1120px) {
  .store3 .tbtx {
    display: block;
    width: 82px;
    margin: 20px 0 0 auto;
  }
  .store3 .tbtx img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .store3 {
    margin: 80px 0 0 0;
  }
  .store3 h2 {
    line-height: 1.5;
  }
  .store3 h2:before {
    content: none;
  }
  .store3 h2 i {
    display: inline-block;
  }
  .store3 h2 i em {
    position: relative;
    z-index: 2;
  }
  .store3 h2 i:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    border-radius: 10px;
    background: #FCEA9E;
    z-index: 1;
  }
}

.tb2 {
  margin: 20px 0 0 0;
}
.tb2 .th1 {
  min-width: 190px;
}
.tb2 table {
  width: 100%;
}
.tb2 th {
  background: #F2F2F2;
  border-radius: 5px;
  text-align: center;
  padding: 10px 10px;
  font-weight: 500;
}
.tb2 .bgb {
  background: #0994D4;
  color: white;
  width: 50%;
}
.tb2 .bgy {
  background: #EEE8A9;
  width: 50%;
}
.tb2 .mn {
  font-size: 1.2rem;
  font-weight: bold;
}
.tb2 .no {
  font-weight: bold;
}
.tb2 td {
  border-radius: 5px;
  background: #F2F2F2;
  padding: 15px;
  font-size: 1.4rem;
}
.tb2 .tl1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.tb2 .let {
  text-align: left;
  font-size: 1.5rem;
}
.tb2 .fsm {
  font-size: 1.8rem;
  font-weight: bold;
}
.tb2 .red {
  color: red;
}
@media all and (max-width: 1120px) {
  .tb2 {
    overflow: auto;
  }
  .tb2 table {
    min-width: 1000px;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .tb2 {
    margin: 0;
  }
  .tb2 table {
    min-width: 690px;
  }
  .tb2 .th1 {
    min-width: 150px;
  }
  .tb2 th {
    padding: 7px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .tb2 td {
    padding: 12px 13px;
  }
  .tb2 td p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.45;
  }
  .tb2 td .let {
    font-size: 1.6rem;
    line-height: 1.5;
    vertical-align: top;
  }
  .tb2 .tl1 {
    font-size: 1.6rem;
    padding: 6px 11px;
    line-height: 1.5;
  }
  .tb2 .fsm {
    font-size: 1.8rem;
    text-align: center;
  }
}

.store4 {
  margin: 140px 0 0 0;
}
@media all and (max-width: 767px) {
  .store4 {
    margin: 60px 0 0 0;
  }
}

.st4_bx {
  margin: 30px 0 0 0;
  display: grid;
  grid-template-columns: 41% 1fr;
  gap: 0 20px;
}
.st4_bx .img {
  background: #E6F4F1;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.st4_bx .img .in {
  width: 100%;
}
.st4_bx .img img {
  display: inline-block;
  height: 230px;
  width: auto;
}
.st4_bx .ctw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 10px;
}
.st4_bx .ct {
  padding: 3px 26px;
  box-sizing: border-box;
  border-radius: 100px;
  color: white;
  font-weight: 500;
  background: #0994D4;
}
.st4_bx .cty {
  background: #EEE8A9;
  color: #333;
}
.st4_bx h3 {
  font-size: 2.1rem;
  position: relative;
  margin: 20px 0;
  display: inline-block;
}
.st4_bx h3 i {
  position: relative;
  z-index: 2;
}
.st4_bx h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 12px;
  border-radius: 100px;
  background: #E6F4F1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.st4_bx .txt {
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}
.st4_bx .txt a {
  color: #3A4856;
}
@media all and (max-width: 1120px) {
  .st4_bx {
    grid-template-columns: 1fr;
  }
  .st4_bx .img {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .st4_bx {
    margin: 30px 0 0 0;
  }
  .st4_bx .img img {
    height: 130px;
  }
  .st4_bx .ct {
    padding: 3px 26px;
    font-size: 1.2rem;
  }
  .st4_bx .cont {
    margin-top: -36px;
    text-align: center;
  }
  .st4_bx h3 {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
  .st4_bx h3:before {
    content: none;
  }
  .st4_bx h3 i {
    display: inline-block;
  }
  .st4_bx h3 i:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    margin-top: 0;
    margin-left: 0;
    width: 110%;
    height: 12px;
    border-radius: 100px;
    background: #E6F4F1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 1;
  }
  .st4_bx h3 em {
    position: relative;
    z-index: 2;
  }
  .st4_bx .txt {
    text-align: left;
    font-size: 1.6rem;
    padding: 16px;
    line-height: 1.5;
  }
}

.bnr_cn2 {
  line-height: 1.5;
}
.bnr_cn2 span {
  background: url(../images/jn_m2.png) center left no-repeat;
  background-size: 43px auto;
  padding: 13px 0;
}
@media all and (max-width: 767px) {
  .bnr_cn2 {
    margin: 40px auto 0 auto;
  }
}

.store5 {
  margin: 80px 0 0 0;
}
@media all and (max-width: 767px) {
  .store5 {
    margin: 60px 0 0 0;
  }
}

.stl {
  margin-top: 30px;
}
.stl h3 {
  position: relative;
  color: white;
  text-align: center;
  font-size: 2.4rem;
  border-radius: 10px;
  background: #0994D4;
  padding: 2px 0;
}
.stl h3:before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 24px;
  background: #333;
}
.stl .c2 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.stl .bx {
  border-radius: 10px;
  background: #F8F8F8;
  padding: 20px;
  box-sizing: border-box;
}
.stl .ttl {
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #0994D4;
  margin-bottom: 10px;
}
.stl .mp, .stl .tm, .stl .tim {
  padding: 5px 0 5px 40px;
  box-sizing: border-box;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.stl .mp {
  background: url("../images/icm2.png") center left no-repeat;
  background-size: 28px auto;
}
.stl .tim {
  background: url("../images/ictel2.png") center left no-repeat;
  background-size: 28px auto;
}
.stl .tm {
  background: url("../images/ictime2.png") center left no-repeat;
  background-size: 28px auto;
}
@media all and (max-width: 767px) {
  .stl h3 {
    font-size: 2rem;
  }
  .stl .c2 {
    grid-template-columns: 1fr;
  }
  .stl .bx {
    padding: 16px;
    font-size: 1.4rem;
  }
  .stl .ttl {
    font-size: 1.6rem;
  }
  .stl .mp, .stl .tm, .stl .tim {
    padding: 5px 0 5px 35px;
    font-size: 1.4rem;
    line-height: 1.45;
    margin-bottom: 0;
  }
  .stl .mp {
    background: url("../images/icm2.png") top 1px left no-repeat;
    background-size: 28px auto;
  }
  .stl .tim {
    margin-bottom: 10px;
    background: url("../images/ictel2.png") top 1px left no-repeat;
    background-size: 28px auto;
  }
  .stl .tm {
    background: url("../images/ictime2.png") top 1px left no-repeat;
    background-size: 28px auto;
  }
}

.btn_nx {
  text-decoration: none;
  margin-top: 20px;
  display: block;
  border-radius: 100px;
  background: #0994D4;
  border: 1px solid #0994D4;
  color: white;
  text-align: center;
  padding: 5px 0;
  transition: all 0.3s ease;
}
.btn_nx:hover {
  background: white;
  color: #0994D4;
}

.stl2 {
  margin: 60px 0 0 0;
}
.stl2 h3 {
  background: #EEE8A9;
  color: #333;
}
.stl2 .btn_nx {
  background: #EEE8A9;
  border: 1px solid #EEE8A9;
  color: #333;
}
.stl2 .btn_nx:hover {
  background: white;
}

.red {
  color: red;
}

/*# sourceMappingURL=store.css.map */
