@charset "UTF-8";
@font-face {
  font-family: はれのそら明朝;
  src: url("https://cdn.leafscape.be/Harenosora/harenosora_web.woff2") format("woff2");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
オリジナルのフォントは以下から取得できます。
https://fontopo.com/?p=377
http://ipafont.ipa.go.jp/
-------------------------------------------------*/
.hare {
  font-family: はれのそら明朝;
}

body {
  overflow-x: hidden !important;
  height: 0px !important;
  font-feature-settings: "palt";
}

h1,
h2,
h3 {
  word-wrap: break-word;
}

h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 800;
  line-height: 50px;
}

h2 span {
  font-size: 70%;
  font-weight: 600;
}

p {
  font-size: 1.65rem;
  letter-spacing: 0.6px;
  line-height: 35px;
  font-weight: 400;
}

p.small {
  font-size: 1.55rem;
  letter-spacing: 0px;
  line-height: 28px;
}

h4,
h5 {
  line-height: 28px;
  word-wrap: break-word;
}

.fixed_btn {
  position: fixed;
  bottom: 60px;
  right: 5px;
  padding: 15px 10px;
  font-size: 16px;
  border: 3px solid #2e9b8b;
  border-radius: 5px;
  color: #fff;
  background: #439d97;
  z-index: 2000;
}
.fixed_btn i {
  padding-left: 10px;
}
.fixed_btn:hover {
  transition: 0.3s;
  color: #fff;
  opacity: 0.6;
}

.link,
.link i {
  color: #0088d0;
  font-weight: 600;
  text-decoration: underline;
}
.link:hover,
.link i:hover {
  color: #7fd9ef;
}

.pa_3_2 {
  padding: 30px 5px 30px 5px;
}

.pa_5_4 {
  padding: 50px 5px 50px 5px;
}

.pa-l-side {
  padding: 0 3% !important;
}

.graybg1 {
  background: #F2F3F1;
}

.graybg2 {
  background: #F8F8F8;
}

.graybg3 {
  background: rgba(248, 248, 248, 0.78);
}

.bluebg1 {
  background: #f3f6fa;
}

.bluebg2 {
  background: rgba(142, 193, 212, 0.08);
}

.gradientbg1 {
  background: #a1e0d0;
  background: linear-gradient(90deg, rgba(161, 224, 208, 0.3) 0%, rgba(235, 226, 204, 0.3) 100%);
}

.arrow_white {
  padding: 50px 0 0 0;
  position: relative;
}
.arrow_white::after {
  content: "";
  position: absolute;
  top: 0%;
  left: calc(93vw - 50%);
  width: 0;
  height: 0;
  border-top: 40px solid #ffffff;
  /* 好みで高さ色を変えてください */
  border-left: 6vw solid transparent;
  border-right: 6vw solid transparent;
  z-index: 0;
}

.orange_f {
  color: #EB6120;
}

.green_f {
  color: #71B44B;
}

.blue_f {
  color: #439d97;
}

.mainlink a {
  padding: 17px 25px !important;
}

.mainlink a img {
  width: 110px;
}

.shadow {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.19));
}

.buttons {
  display: inline-flex;
  position: absolute;
  right: 10px;
  z-index: 100;
}

.buttons li {
  display: inline-block;
  margin-top: 5px;
}

.buttons li a {
  font-weight: 500;
  text-decoration: none;
  padding: 15px 12px 13px 40px;
  vertical-align: middle;
  display: block;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
}

.register {
  background: #3e8814;
  margin-right: 10px;
  position: relative;
}
.register a {
  color: #fff;
}
.register ::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 34%;
  left: 7%;
}

a.hover_sp .arrow2 {
  border-top: 1px solid #71B44B;
  border-left: 1px solid #71B44B;
}

#menuresp li a.hover_sp {
  color: #71B44B;
}

#menuresp li.sousmenu li a.hover_sp {
  color: #71B44B;
  border-left: 3px solid #3e8814;
}

h4.row.mega-title {
  color: #eee;
  border-bottom: 1px solid #71B44B;
  background-color: #3e8814;
}

#hero {
  padding-top: 60px;
  background-image: url("/product/misemeg/images2/misemeg_bg1.jpg");
  background-size: cover;
}
#hero h1 {
  padding-top: 20px;
  line-height: 170%;
  color: #0f1406;
  font-size: 39px;
}
#hero p {
  font-weight: 500;
}
#hero .hero_apps {
  padding-top: 20px;
  display: flex;
  width: 80%;
}
#hero .hero_apps .app_icon {
  width: 25%;
}
#hero .hero_apps .app_icon img {
  max-width: 80px;
  margin-right: 30px;
}
#hero .hero_apps .hero_appbanner {
  margin-top: 30px;
  display: flex;
  width: 75%;
  justify-content: space-around;
}
#hero .hero_apps .hero_appbanner img {
  width: 100%;
}
#hero .kameiten a {
  background: rgba(255, 255, 255, 0.6);
  margin-top: 40px;
  display: flex;
  width: 100%;
  border: 3px solid #439d97;
  border-radius: 5px;
}
#hero .kameiten a .kameiten_img {
  width: 40%;
  display: block;
  margin: auto;
  padding: 8px;
}
#hero .kameiten a .kameiten_text {
  width: 60%;
  color: #439d97;
  font-size: 33px;
  line-height: 34px;
  margin: auto 0;
  margin-bottom: 29px;
  font-weight: 600;
  padding: 0px 0 0 3px;
}
#hero .kameiten a .kameiten_text span {
  font-size: 13px;
}
#hero .misemeg_hero {
  filter: drop-shadow(5px 5px 10px rgba(74, 92, 95, 0.29));
}

.memo {
  font-size: 18px;
  font-weight: 800;
  color: #71B44B;
  padding-bottom: 12px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.memo:before {
  content: "";
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #71B44B;
  border-radius: 2px;
}

#intro h2 {
  margin-bottom: 40px;
}
#intro h2 span {
  font-size: 100%;
  font-weight: 800;
  position: relative;
}
#intro h2 span::before {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #EB6120;
  position: absolute;
  bottom: 1px;
  left: -4px;
  transform: rotate(170deg);
}
#intro h2 span::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #EB6120;
  position: absolute;
  bottom: -3px;
  left: -4px;
  transform: rotate(170deg);
}
#intro p {
  margin-top: 20px;
  padding: 0 10px;
}

.misemeg_muryou {
  width: 80%;
  margin: auto;
  display: block;
}
.misemeg_muryou ul {
  width: 100%;
  display: flex;
  margin-top: 50px;
  justify-content: space-around;
}
.misemeg_muryou li {
  padding: 10px 5px;
  width: calc(94%/3);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #439d97;
}

.zero {
  display: block;
  font-size: 100px;
  line-height: 70px;
  font-weight: 700;
  margin-top: -10px;
  color: #EB6120;
  padding-bottom: 28px;
}
.zero span {
  font-size: 22%;
  padding-left: 25px;
}

#misemeg_slider1 {
  background: #a1e0d0;
  background: linear-gradient(190deg, #a1e0d0 0%, #ebe2cc 100%);
}

.slideInner {
  display: flex;
}

.slideInner li {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.slideInner li h5 {
  font-size: 1rem;
  color: #666;
}

.slideInner li h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

.swiper-container {
  width: 100%;
  margin-top: 2rem;
}

.swiper-slide {
  text-align: center;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}

.swiper-slide a {
  text-decoration: none;
}

.hardbox_layout a {
  text-decoration: none;
}

.swiper-slide img {
  margin-top: 15px;
  margin-bottom: 10px;
  max-width: 220px;
  min-width: 200px;
  height: auto;
}

ul.swiper-slide {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

ul.swiper-slide li {
  vertical-align: top;
}

ul.swiper-slide li.sttl {
  font-size: 1.4rem;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin-bottom: 0.4rem;
  line-height: 18px;
  color: #312b2b;
  height: 60px;
}

ul.swiper-slide li.mttl {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
  color: #666;
}

ul.swiper-slide li.ttl {
  font-size: 2.2rem;
  color: #0f1406;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 2rem;
}

ul.swiper-slide li.sld_caption {
  font-size: 0.8rem;
  line-height: 1.4rem;
  margin-bottom: 0.4rem;
  color: #666;
}

ul.swiper-slide li.btm_btn04 {
  margin-top: 1.4rem;
  margin-bottom: 1rem;
  max-width: 80%;
}

.swiper-slide a:hover {
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s linear;
}

ul.swiper-slide ul {
  position: relative;
}

.tourokuimg {
  position: relative;
  padding-top: 30px;
}
.tourokuimg .touroku {
  text-align: center;
  position: absolute;
  font-size: 60px;
  font-weight: 900;
  top: 50px;
  left: 40px;
  color: #EB6120;
}
.tourokuimg .touroku p {
  color: #EB6120;
  font-weight: 600;
}
.tourokuimg .touroku span {
  font-size: 30px;
  margin-left: -10px;
}

#onayami h2 {
  text-align: center;
}
#onayami .onayami_wrap {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}
#onayami .onayami_wrap li {
  width: calc(95%/4);
  background: white;
  border: 2px solid #bae6e5;
  border-radius: 5px;
  position: relative;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.4);
}
#onayami .onayami_wrap li .onayami_icon {
  position: absolute;
  top: -40px;
  left: 33%;
}
#onayami .onayami_wrap li .onayami_icon img {
  width: 90%;
}
#onayami .onayami_wrap li .onayami_text {
  padding: 50px 10px 20px 10px;
  line-height: 25px;
}

#tokucho {
  /*=== 画像の設定 ======================================= */
  /*=== スライドのアニメーションを段差で開始する ========= */
  /*=== スライドのアニメーション ========================= */
}
#tokucho h2 {
  text-align: center;
}
#tokucho p {
  text-align: center;
}
#tokucho .tokucho_wrap {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 10px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.37);
}
#tokucho .tokucho_wrap h4 {
  border-bottom: 1px solid gray;
  margin: 10px 0;
}
#tokucho .tokucho_wrap .tokucho_inner1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#tokucho .tokucho_wrap .tokucho_inner1 a {
  width: 32.6666666667%;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 10px;
  border: 1px solid #71B44B;
  border-radius: 40px;
  background: #f7fff4;
}
#tokucho .tokucho_wrap .tokucho_inner1 a li::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 600;
  font-size: 10px;
  padding-left: 10px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#tokucho .tokucho_wrap .tokucho_inner1 a:hover {
  opacity: 0.9;
  color: #71B44B;
  background: #d4f7c7;
}
#tokucho .tokucho_wrap .tokucho_inner1_2 {
  display: flex;
  flex-wrap: wrap;
}
#tokucho .tokucho_wrap .tokucho_inner1_2 .nolink {
  width: 32.6666666667%;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 10px;
  border: 1px solid #71B44B;
  border-radius: 40px;
  background: #f7fff4;
  color: #444;
  margin-right: 8px;
}
#tokucho .tokucho_wrap .tokucho_inner1_2 .nolink span {
  font-size: 12px;
  margin-left: 5px;
}
#tokucho .tokucho_wrap .tokucho_inner1_2 a {
  width: 32.6666666667%;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 10px;
  border: 1px solid #439d97;
  border-radius: 40px;
  background: #f4ffff;
  margin-right: 7px;
}
#tokucho .tokucho_wrap .tokucho_inner1_2 a li::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 600;
  font-size: 10px;
  padding-left: 10px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#tokucho .tokucho_wrap .tokucho_inner1_2 a:hover {
  opacity: 0.9;
  color: #439d97;
  background: #c7e3f7;
}
#tokucho .tokucho_wrap .tokucho_inner2 {
  display: flex;
  flex-wrap: wrap;
}
#tokucho .tokucho_wrap .tokucho_inner2 a {
  width: 32.6666666667%;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 10px;
  border: 1px solid #439d97;
  border-radius: 40px;
  background: #f4ffff;
  margin-right: 7px;
}
#tokucho .tokucho_wrap .tokucho_inner2 a li::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 600;
  font-size: 10px;
  padding-left: 10px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#tokucho .tokucho_wrap .tokucho_inner2 a:hover {
  opacity: 0.9;
  color: #439d97;
  background: #c7e3f7;
}
#tokucho .tokucho_slide {
  position: relative;
  overflow: hidden;
  /* 画像のサイズに合わせて変更ください */
  height: 370px;
  margin: auto;
  /* サンプルは中央寄せの背景：白 */
  padding-left: 30px;
}
#tokucho .tokucho_slide img {
  display: block;
  position: absolute;
  /* 画像のサイズを表示エリアに合せる */
  width: inherit;
  height: inherit;
  opacity: 0;
  animation: slideAnime 20s ease infinite;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.19));
}
#tokucho .tokucho_slide img:nth-of-type(1) {
  animation-delay: 0s;
}
#tokucho .tokucho_slide img:nth-of-type(2) {
  animation-delay: 5s;
}
#tokucho .tokucho_slide img:nth-of-type(3) {
  animation-delay: 10s;
}
#tokucho .tokucho_slide img:nth-of-type(4) {
  animation-delay: 15s;
}
@keyframes slideAnime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.nam_kinou {
  display: block;
  width: 100%;
}
.nam_kinou img {
  max-height: 80px;
  width: auto !important;
  height: 100%;
}

.pa_left {
  padding-left: 12px;
}

.kinou_title {
  padding: 0 3% !important;
  margin-bottom: 0px;
  position: relative;
}

p {
  line-height: 2.8rem;
}

.mini {
  text-align: right !important;
  font-size: 14px;
  letter-spacing: -0.5px;
}

.kinou_img {
  margin: auto 0;
  text-align: center;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.11));
}
.kinou_img img {
  max-width: 400px;
}

.posrendo {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  background: #439d97;
  max-width: 120px;
  text-align: center;
}

.new_mar {
  display: block;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 8px 10px;
  margin: 0px 10px 10px -15px;
  width: 90px;
  text-align: center;
  color: #cb2929;
  background: #fff;
  border: 1px solid #cb2929;
}

.new_mal {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 32px;
  margin-left: 10px;
  width: 83px;
  letter-spacing: 1px;
  padding: 8px 15px;
  color: #cb2929;
  background: #fff;
  border: 1px solid #cb2929;
}

.title_orange {
  color: #EB6120;
  border: 1px solid #EB6120;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.check li {
  margin: auto;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 28px;
  margin-left: 3.3em;
  text-indent: -2em;
}
.check li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #EB6120;
  font-weight: 600;
  font-size: 20px;
  padding-left: 10px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 20px;
}

.check_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  padding-left: 15px;
}
.check_flex li {
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 28px;
  text-align: left;
  margin-right: 20px;
}
.check_flex li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #EB6120;
  font-weight: 600;
  font-size: 20px;
  padding-left: 10px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 20px;
}

#kinou {
  margin-top: 50px;
}

.kinou_first_pa {
  padding: 0px 5px 50px 0;
}

#map .maplist {
  display: flex;
  flex-wrap: wrap;
}
#map .maplist li {
  margin: auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
}
#map .maplist li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #cb2929;
  font-weight: 600;
  font-size: 30px;
  padding-left: 10px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 10px;
  padding-left: 20px;
}

#shoppage p {
  text-shadow: 0 0 10px #ffffff;
}
#shoppage .icons_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: space-around;
  padding: 0 20px;
}
#shoppage .icons_wrap .icons1 {
  width: 30%;
}
#shoppage .icons_wrap .icons1 p {
  line-height: 20px;
  font-size: 14px;
  text-shadow: 0 0 40px #fff, 0 0 40px #fff;
}
#shoppage .icons_wrap .icons1 .sample {
  max-width: 100px;
  width: 10vw;
  display: block;
  margin: auto;
  margin-top: 20px;
}
#shoppage .icons_wrap .icons2 {
  width: 60%;
}
#shoppage .icons_wrap .icons2 {
  display: block;
  margin: auto;
  margin-top: 20px;
}

.icon_misemeg::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  background-image: url(/product/misemeg/images2/mismeg_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 10px;
}

.spsmall img {
  max-width: 200px;
  display: flex;
  margin: auto;
}

#digital_card {
  display: flex;
  flex-wrap: wrap;
}
#digital_card .dc_wrapper {
  margin-top: 40px;
  justify-content: space-around;
  width: auto;
  display: block;
  flex-wrap: wrap;
}
#digital_card .dc_wrapper .dc_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 10px;
  width: 90% !important;
  margin: auto;
  border: 1px solid rgba(128, 128, 128, 0.14);
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
}
#digital_card .dc_wrapper .dc_inner:nth-child(2) {
  margin-top: 30px;
}
#digital_card .dc_wrapper .dc_inner p {
  padding: 0 5px;
  width: 80%;
  margin: auto;
}
#digital_card .dc_wrapper .dc_inner .touroku_box {
  border: 1px solid #b4b4b4;
  padding: 10px;
}
#digital_card .dc_wrapper .dc_inner .touroku_box .touroku_list {
  display: flex;
  justify-content: center;
}
#digital_card .dc_wrapper .dc_inner .touroku_box .touroku_list div {
  width: calc(80%/2);
}
#digital_card .dc_wrapper .dc_inner .touroku_box .touroku_list div ul {
  margin: auto;
}
#digital_card .dc_wrapper .dc_inner .touroku_box .touroku_list div ul li {
  margin-bottom: 8px;
  width: 100%;
  list-style: circle;
}
#digital_card .dc_wrapper .dc_inner .touroku_box .touroku_list div ul li:first-child {
  list-style: none;
  margin-bottom: 10px;
  font-weight: 500;
}
#digital_card .dc_wrapper h3 {
  text-align: center;
  margin-top: -20px;
  font-size: 23px;
  font-weight: 700;
}
#digital_card .other {
  margin-top: 20px;
  width: 100%;
}
#digital_card .other p {
  padding: 0 5px;
  margin: auto;
  margin-bottom: 20px;
}
#digital_card .other .mini {
  width: 100% !important;
}

#smartphone_order {
  padding-top: 50px;
}

#mobileorder_register .bluebox {
  width: 100%;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  background: #439d97;
  padding: 5px 0px 20px;
  text-align: center;
}
#mobileorder_register .bluebox span {
  font-size: 50%;
  font-weight: 500;
}
#mobileorder_register .register_img {
  margin: auto;
}
#mobileorder_register .register_img img {
  width: 40%;
  margin: auto;
  display: flex;
}

#sample {
  padding-bottom: 50px;
}

#point {
  display: flex;
  flex-wrap: wrap;
}
#point .point_wrapper {
  margin-top: 40px;
  justify-content: space-around;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  height: 75%;
}
#point .point_wrapper .point_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 10px 30px 10px;
  width: calc(95%/2);
  border: 1px solid rgba(128, 128, 128, 0.14);
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
}
#point .point_wrapper .point_inner p {
  padding: 0 5px;
}
#point .point_wrapper .point_inner .btn {
  margin: auto;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid green;
  border-radius: 20px;
  color: green;
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: 300px;
}
#point .point_wrapper .point_inner .btn::hover {
  background: green;
}
#point .point_wrapper h3 {
  text-align: center;
  position: relative;
  font-size: 23px;
  font-weight: 700;
}
#point .point_wrapper h3 .subtitle {
  position: absolute;
  font-size: 70%;
  top: -27px;
  padding-left: 2px;
  color: green;
}

#receipt {
  background-image: url("/product/misemeg/images2/receipt-background.png");
  background-size: cover;
}

@-moz-document url-prefix() {}
#sumahode .sumahode p img {
  width: 100%;
}
#sumahode .sumahode p:nth-child(1) img {
  max-width: 259px;
}
#sumahode .sumahode p:nth-child(2) img {
  max-width: 272px;
}
#sumahode li.sumahode {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

#rendou .rendou_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
#rendou .rendou_box .rendou_inner {
  width: calc(98%/3);
  border: 1px solid rgba(128, 128, 128, 0.4);
  border-radius: 2px;
  padding: 20px 7px;
}
#rendou .rendou_box .rendou_inner p {
  height: 69px;
  flex-direction: column;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
}
#rendou .rendou_box .rendou_inner img {
  max-height: 50px;
  margin: auto;
  text-align: center;
  display: flex;
}
#rendou .rendou_box .rendou_inner:hover {
  opacity: 0.5;
}

.accordion {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}

.accordion div {
  min-width: inherit;
  margin-bottom: 4em;
  width: 100%;
  min-width: 1000px;
  margin-bottom: 5em;
}

.accordion table {
  border-collapse: collapse;
  width: 100%;
  line-height: 2em;
}

.accordion table tr td:nth-of-type(1) {
  width: 20%;
  background: #fff;
}

.accordion table tr td:nth-of-type(2) {
  width: 15%;
  background: #e5e7ef;
}

.accordion table tr td:nth-of-type(3) {
  width: 15%;
  background: #e5e7ef;
}

.accordion table tr td:nth-of-type(4) {
  width: 15%;
  background: #e5e7ef;
}

.accordion table tr th:nth-of-type(1) {
  width: 20%;
}

.accordion table th {
  border: solid 1px #b6e4ff;
  box-sizing: border-box;
  padding: 0.7em;
  background: #eff7fd;
}

.accordion table td {
  border: solid 1px #b6e4ff;
  box-sizing: border-box;
  padding: 0.7em;
  text-align: center;
}

.accordion table:nth-of-type(1) td {
  border: none;
  background: rgba(255, 255, 255, 0) !important;
}

.accordion table:nth-of-type(1) td:nth-of-type(1) img {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 2em;
  font-size: 1em;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  margin-bottom: -25px;
  margin-left: 20px;
}

.accordion table:nth-of-type(1) td:nth-of-type(2) p {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 2em;
  padding: 1.2em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #4b5357;
  border-radius: 4px;
  color: #fff;
  box-sizing: border-box;
}

.accordion table:nth-of-type(1) td:nth-of-type(3) p {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 2em;
  padding: 1.2em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #4b5357;
  border-radius: 4px;
  color: #fff;
  box-sizing: border-box;
}

.accordion table:nth-of-type(1) td:nth-of-type(4) p {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 2em;
  padding: 1.2em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #4b5357;
  border-radius: 4px;
  color: #fff;
  box-sizing: border-box;
}

.accordion table:first-child th {
  border: none;
  background: rgba(255, 255, 255, 0) !important;
  margin-right: 40px;
}

.accordion text {
  font-size: 1em;
  display: block;
  margin: 1rem 0;
}

.accordion .symbol {
  line-height: 0;
  font-weight: 100;
}

.accordion .symbol2 {
  line-height: 0;
}

.accordion .symbol3 {
  line-height: 0;
  text-indent: 0.4em;
}

.accordion .symbol3:after {
  content: "*";
  font-size: 1em;
}

.accordion::-webkit-scrollbar {
  height: 5px;
}

.accordion::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.accordion::-webkit-scrollbar-thumb {
  background: #ccc;
}

section.info {
  border: 1px solid #eee;
  padding: 0.5vw 1vw 1vw;
  margin-top: 1vw;
  background: #fff;
}

h2.wf-notosansjapanese {
  font-size: 1.5em;
  margin-top: 0;
  font-weight: 300;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5vw;
  text-align: center;
  margin-bottom: 0px;
}

ul.info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.5vw;
  overflow: scroll;
  overflow-x: hidden;
  height: 25vh;
}

.info li {
  text-align: left !important;
  margin: inherit !important;
  width: 100% !important;
}

.info li:first-child {
  max-width: inherit;
  font-size: 1em;
}

.info li:nth-child(2) {
  overflow: initial;
}

.info p {
  display: inline-block;
  line-height: 1.5em;
  width: 90%;
  text-align: left;
  font-size: 1.4rem;
}

time {
  display: inline-block;
  position: relative;
  width: 8%;
  margin-right: 1em;
  font-family: Arial;
  font-size: 0.9em;
}

.logos {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(128, 128, 128, 0.37);
}

.logos div {
  width: 20%;
  margin: 20px 2.5% 20px 2.5%;
  text-align: center;
}

.logos img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 55%;
  max-height: 55%;
}

#faq .container2 {
  margin: 0 auto;
}
#faq h3 {
  color: #373d51;
  padding: 1.3rem;
  margin: 0;
}
#faq .accordion2 a {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  width: 100%;
  padding: 2rem 3rem 2rem 1rem;
  color: #0f1406;
  font-size: 1.6rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}
#faq .accordion2 a:hover,
#faq .accordion2 a:hover::after {
  cursor: pointer;
  color: #f57c00;
}
#faq .accordion2 a:hover::after {
  border: 1px solid #f57c00;
}
#faq .accordion2 a.active {
  color: #f57c00;
  border-bottom: 1px solid #f57c00;
  background: #f1fafc;
}
#faq .accordion2 a::after {
  content: "+";
  font-weight: 400;
  position: absolute;
  float: right;
  top: 1px;
  right: 1rem;
  font-size: 3.3rem;
  color: #7288a2;
  padding: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}
#faq .accordion2 a.active::after {
  content: "-";
  font-size: 2.5rem;
  font-weight: 600;
  color: #f57c00;
  border: 1px solid #f57c00;
}
#faq .accordion2 .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  transition: all 0.2s ease 0.15s;
}
#faq .accordion2 .content p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 40px;
}
#faq .accordion2 .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  transition: all 0.35s ease 0.15s;
}

.greenbtn {
  padding: 3rem 2rem;
  font-weight: 700;
  margin: auto;
  width: 80%;
  color: #12a270;
  background: #eaf2f0;
  border: 2px solid;
  border-radius: 5px;
  font-size: 2rem;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.greenbtn:hover {
  color: #fff;
  background-color: #78abd0;
  opacity: 0.9;
  transition: all 0.2s;
}

.orangebtn {
  margin-top: 30px;
  padding: 2rem 2rem;
  font-weight: 700;
  margin: auto;
  width: 80%;
  color: #be3807;
  background: #f2efea;
  border: 2px solid;
  border-radius: 5px;
  line-height: 28px;
  font-size: 1.8rem;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.orangebtn:hover {
  color: #fff;
  background-color: #d0a478;
  opacity: 0.9;
  transition: all 0.2s;
}

#register .orangebar {
  display: block;
  background-color: #f39800;
  border-radius: 2px;
  padding: 1.4rem;
  text-align: left;
  color: #fff;
}
#register .apps {
  color: #f39800;
  margin: 90px 0 30px;
  font-weight: 600;
  font-size: 22px;
}
#register .oragebox {
  background-color: #faf8ef;
  border: 2px solid #f39800;
  border-radius: 2px;
  padding: 3rem;
  margin: 0 auto;
}
#register .oragebox p {
  font-size: 1.4rem;
}
#register .oragebox .caution {
  font-size: 1.2rem;
  display: block;
  border: 1px solid #ddd;
  text-align: left;
  border: 1px solid #848484;
  padding: 10px;
  margin-bottom: 3em;
}
#register .oragebox .caution ul li {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  display: list-item;
  margin-left: 1.5em;
  margin-right: 1.5em;
  list-style-type: disc !important;
  overflow: visible;
}
#register .orange_wrap {
  padding: 0 20px;
}
#register .orageboximg {
  width: 35% !important;
  margin: 0 auto;
}
#register .capture {
  filter: drop-shadow(2px 1px 5px rgba(145, 145, 145, 0.33));
}
#register .orange_txt {
  display: block;
  height: 18rem;
  color: #333;
  text-align: left;
}

.download_wrap p {
  color: #484545;
  margin-bottom: 10px;
}
.download_wrap .logo {
  width: 260px;
  text-align: center;
  display: flex;
  margin: auto;
}
.download_wrap .hero_apps2 {
  padding-top: 30px;
  display: flex;
  width: 80%;
  margin: auto;
}
.download_wrap .hero_apps2 .app_icon2 {
  width: 25%;
}
.download_wrap .hero_apps2 .app_icon2 img {
  max-width: 80px;
  margin-right: 30px;
}
.download_wrap .hero_apps2 .hero_appbanner2 {
  margin-top: 30px;
  display: flex;
  width: 75%;
  justify-content: space-around;
}
.download_wrap .hero_apps2 .hero_appbanner2 img {
  width: 100%;
}

.breadcrumb {
  margin: auto;
  max-width: 1010px;
  margin-bottom: 10px;
}
.breadcrumb li {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 14px;
}
.breadcrumb li:after {
  content: "";
  margin: 0 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li:last-child:after {
  display: none;
}

.pointservice {
  display: flex;
  justify-content: space-between;
}

.ps_box {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.ps_box p {
  font-size: 1.2em;
  line-height: 1.6em;
}
.ps_box:nth-child(1) {
  width: 35%;
  border: 1px solid #ae4545;
  background-image: url(/product/misemeg/pointexchange/img/pros.svg);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.ps_box:nth-child(1) p {
  padding-bottom: 50px;
}
.ps_box:nth-child(2) {
  margin: 0 auto;
  text-align: center;
  background-image: url(/product/misemeg/pointexchange/img/arrow-right-solid.svg);
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.ps_box:nth-child(3) {
  width: 35%;
  border: 1px solid #383b88;
  background-image: url(/product/misemeg/pointexchange/img/cons.svg);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.ps_box:nth-child(3) ul {
  display: block !important;
  padding-bottom: 60px;
  list-style-type: disc !important;
}
.ps_box:nth-child(3) li {
  width: 90%;
  display: list-item;
  text-align: left;
  margin-left: 1.5em;
  margin-right: 1.5em;
  list-style-type: disc !important;
  font-size: 1.2em;
  overflow: visible;
  line-height: 1.6em;
}

.pointchage {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.pch_box {
  margin-top: 50px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.pch_box h5 {
  font-size: 1.8em;
  color: #6b8b61;
  font-weight: 600;
  text-align: center;
  margin: 10px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.pch_box p {
  font-size: 1.2em;
  line-height: 2em;
  color: #333;
  text-align: left;
}
.pch_box:nth-child(1) {
  width: 30%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.pch_box:nth-child(1) img {
  max-height: 250px;
  text-align: center;
}
.pch_box:nth-child(2) {
  width: 30%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.pch_box:nth-child(2) img {
  max-height: 250px;
  text-align: center;
}
.pch_box:nth-child(3) {
  width: 30%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.pch_box:nth-child(3) img {
  max-height: 250px;
  text-align: center;
}

.misemegpex {
  width: 100%;
  margin: 0 auto;
  max-width: 1004px;
}

.misemegpex img {
  width: 100%;
  margin: 20px auto;
  max-width: 1004px;
}

.misemegpex h2 {
  margin-top: 2em;
  margin-bottom: 2em !important;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.6em;
  text-align: center;
}

.misemegpex h3 {
  color: #000 !important;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

.misemegpex h3 span {
  color: #f39800;
}

.s1 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.s1:before {
  content: "";
  flex-grow: 1;
  height: 3px;
  background: #ccc;
  display: block;
  margin-right: 2em;
}

.s1:after {
  content: "";
  flex-grow: 1;
  height: 3px;
  background: #ccc;
  display: block;
  margin-left: 2em;
}

.basic04 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 1em;
  padding: 2rem;
  font-size: 2em;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #71b44b;
  border-radius: 8px;
  color: #fff;
  box-sizing: border-box;
}

.basic04::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #71b44b;
}

article.basicArea h2 {
  color: #606161 !important;
  line-height: 1.7em !important;
  font-size: 1.3em;
  font-weight: 400;
  padding: 0 15px;
}

.pexinfo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #ccc;
  margin: 20px auto;
  padding: 20px;
}

.item1 {
  display: inline-block;
  flex-basis: 40%;
  text-align: center;
  align-self: center;
}

.item1 img {
  width: 60% !important;
}

.item2 {
  display: inline-block;
  flex-basis: 60%;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  align-self: center;
}

.item2 p {
  font-size: 1.2em;
  line-height: 2em;
  color: #333;
}

.price {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.price p {
  font-size: 1.4em;
  color: #6b8b61;
  line-height: 1.2em;
  text-align: center;
}

.price h6 {
  font-size: 6em;
  color: #6b8b61;
  font-weight: 600;
  text-align: center;
}

.green_s {
  font-size: 0.4em;
}

.pexinfo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #ccc;
  margin: 20px auto;
  padding: 20px;
}

.btn_toForm h4 a {
  display: block;
  background: #fff;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  border: 3px solid #a1c2d0;
  border-radius: 0.5em;
  color: #247ba0;
  text-align: center;
  margin: 1em auto 3em;
  font-size: 1.5em;
}

.btn_toForm h4 a:hover {
  background-color: #247ba0;
  color: #fff;
  border: 3px solid #247ba0;
  border-radius: 0.5em;
}

.btn_toForm h4 a:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  margin-right: 0.5em;
  vertical-align: baseline;
}

.caution {
  font-size: 1.2rem;
  display: block;
  border: 1px solid #ddd;
  text-align: left;
  border: 1px solid #848484;
  padding: 10px;
  margin-bottom: 3em;
}

.caution ul li {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  display: list-item;
  margin-left: 1.5em;
  margin-right: 1.5em;
  list-style-type: disc !important;
  overflow: visible;
}

.btn_sns {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.btn_sns > div {
  display: inline-block;
  margin-right: 10px;
}

.pb_bcpos {
  order: 3;
}

.pb_rearegi {
  order: 4;
}

.pb_atkessai {
  order: 5;
}

.pb_misemeg {
  order: 1;
}

.pb_tv {
  order: 2;
}

.pb_taxfree {
  order: 6;
}

.pb_atpassport {
  order: 7;
}

.footer_logo {
  display: flex;
  width: 100%;
}
.footer_logo .logo_inner {
  display: flex;
  width: 68%;
  padding-top: 8px;
}
.footer_logo .apps_banner {
  width: 32%;
  display: flex;
  justify-content: space-around;
}
.footer_logo .apps_banner img {
  width: 100%;
}

.footer_title {
  display: inline-block;
  position: relative;
  margin: 0 0.75em 1em 0;
  padding-left: 10px;
  color: #666;
  font-weight: bolder;
  text-decoration: none;
}

.footer_title small {
  margin: 0.5em 0.75em 2em 0;
  display: block;
  font-size: 0.5em;
  font-weight: normal;
}

.footermenu > ul > li {
  display: block;
  float: left;
  width: 20%;
}

.footermenu > ul > li:first-child,
.footermenu > ul > li:last-child,
.footermenu > ul > li.home {
  width: 8%;
  overflow: hidden;
  text-align: left;
}

.footermenu > ul > li.functions1 {
  width: 25%;
  overflow: hidden;
  text-align: left;
  margin: 0 0.75em 1em 0;
  padding-left: 10px;
}

.footermenu > ul > li.functions2 {
  width: 20%;
  overflow: hidden;
  text-align: left;
}

.footermenu > ul > li.topics {
  width: 19%;
  overflow: hidden;
  text-align: left;
}

.footermenu > ul > li.about {
  width: 10%;
  overflow: hidden;
  text-align: left;
}

.footermenu > ul > li.document {
  width: 19%;
  overflow: hidden;
  text-align: left;
}

@media screen and (max-width: 1009px) {
  #nav {
    background: #eeefe7 !important;
  }

  a.hover_sp .arrow2 {
    border-top: 1px solid #71B44B;
    border-left: 1px solid #71B44B;
  }

  #menuresp li.sousmenu ul li:first-child a.hover_sp {
    background: #f0f0f0;
    color: inherit;
    border-left: 3px solid #3e8814;
    color: #71B44B !important;
  }

  #menuresp li a.hover_sp {
    color: #71B44B !important;
    background: rgba(240, 240, 240, 0.26) !important;
    color: #797979;
    border-left: 3px solid #3e8814;
  }
}
@media (max-width: 1010px) {
  .pa_3_2 {
    padding: 20px 5px 20px 5px;
  }

  .pa_5_4 {
    padding: 40px 5px 40px 5px;
  }

  .busicom_logo a {
    right: 200px;
    top: 19px;
    width: 80px;
  }

  .mainlink a {
    padding: 20px 25px 20px 8px !important;
  }

  .mainlink a img {
    width: 100px;
  }

  .buttons {
    top: 10px;
    right: 55px;
  }

  .buttons li a {
    padding: 11px 10px 11px 39px;
    font-weight: 300;
    font-size: 12px;
  }

  .register {
    margin-right: 10px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .fixed_btn {
    position: fixed;
    margin-right: 55px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    padding: 14px 10px;
    font-size: 16px;
    border: 3px solid #2e9b8b;
    border-radius: 0px;
    color: #fff;
    background: #439d97;
    z-index: 10;
    text-align: center;
  }
  .fixed_btn i {
    padding-left: 10px;
  }
  .fixed_btn:hover {
    transition: 0.3s;
    color: #fff;
    opacity: 0.6;
  }

  #hero {
    position: relative;
    z-index: 2;
    padding-top: 30px;
  }
  #hero .sp_misemeg_hero img {
    width: 70%;
  }
  #hero h1 {
    font-size: 32px;
    text-align: center;
    font-weight: 800;
    margin-top: 20px;
    z-index: 2;
  }
  #hero p {
    margin-top: 10px;
    text-align: center;
  }

  .hero_apps {
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    width: 370px;
    margin: auto;
  }
  .hero_apps .app_icon {
    width: 20%;
  }
  .hero_apps .app_icon img {
    max-width: 80px;
    margin-right: 30px;
  }
  .hero_apps .hero_appbanner {
    margin-top: 25px;
    display: flex;
    width: 80%;
    justify-content: space-around;
  }
  .hero_apps .hero_appbanner img {
    width: 100%;
  }
  .hero_apps .kameiten a {
    margin: auto;
    display: flex;
    width: 370px;
    margin-bottom: 20px;
  }
  .hero_apps .kameiten a .kameiten_img {
    width: 30%;
    max-width: 200px;
    padding: 5px;
  }
  .hero_apps .kameiten a .kameiten_text {
    width: 70%;
    font-size: 25px;
    line-height: 40px;
    margin: auto;
    padding-bottom: 15px;
    font-weight: 600;
  }
  .hero_apps .kameiten a .kameiten_text span {
    font-size: 10px;
  }

  h2 {
    font-size: 25px;
    line-height: 33px;
  }

  .memo {
    margin-top: 10px;
  }
  #intro h2 {
    margin-bottom: 30px;
    line-height: 42px;
    font-size: 20px;
  }
  #intro h2 span {
    font-size: 100%;
    font-weight: 800;
    position: relative;
  }
  #intro h2 span::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #EB6120;
    position: absolute;
    bottom: 1px;
    left: 0px;
    transform: rotate(170deg);
  }
  #intro h2 span::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #EB6120;
    position: absolute;
    bottom: -2px;
    left: 0px;
    transform: rotate(170deg);
  }
  #intro p {
    text-align: left;
  }
  #intro p br {
    display: none;
  }

  .misemeg_muryou {
    width: 100%;
  }
  .misemeg_muryou ul {
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: space-around;
  }
  .misemeg_muryou li {
    padding: 10px 5px;
    width: calc(94%/3);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #439d97;
  }

  #onayami h2 {
    text-align: center;
  }
  #onayami .onayami_wrap {
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    justify-content: space-between;
  }
  #onayami .onayami_wrap li {
    width: calc(97%/2);
    background: white;
    position: relative;
    margin-top: 60px;
  }
  #onayami .onayami_wrap li .onayami_icon {
    position: absolute;
    top: -40px;
    left: 33%;
  }
  #onayami .onayami_wrap li .onayami_icon img {
    width: 90%;
  }
  #onayami .onayami_wrap li .onayami_text {
    padding: 50px 10px 20px 10px;
    line-height: 25px;
  }

  .tokucho_slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .tokucho_inner1 .nolink {
    width: 48.5% !important;
  }
  .tokucho_inner1 a {
    width: 49% !important;
  }

  .tokucho_inner1_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tokucho_inner1_2 .nolink {
    width: 49% !important;
    margin-right: 0px !important;
  }
  .tokucho_inner1_2 a {
    width: 49% !important;
  }

  .tokucho_inner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tokucho_inner2 .nolink {
    width: 49% !important;
  }
  .tokucho_inner2 a {
    width: 49% !important;
    margin-right: 0px !important;
  }

  .spsmall {
    margin: auto;
    max-width: 200px;
  }

  .kinou_img {
    padding: 0px 50px;
  }

  .kinou_title {
    margin-bottom: 20px;
  }

  .kinou_first_pa {
    padding: 0px 5px 40px 0;
  }

  .icons_wrap {
    padding: 0 10px !important;
  }
  .icons_wrap .icons1 {
    width: 33% !important;
  }
  .icons_wrap .icons2 {
    width: 60% !important;
  }
  .icons_wrap .icons1 .sample {
    width: 90px !important;
    display: block;
    margin: auto;
    margin-top: 20px;
  }

  #digital_card {
    display: block;
  }
  #digital_card .dc_wrapper .dc_inner {
    display: block;
    margin: auto;
    width: 96%;
  }
  #digital_card .dc_wrapper .dc_inner:nth-child(2) {
    margin-top: 20px;
  }
  #digital_card .dc_wrapper .dc_inner p {
    padding: 0 15px;
    width: 100%;
    text-align: left;
  }
  #digital_card .dc_wrapper h3 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
  }

  #smartphone_order {
    padding-top: 40px;
  }

  #mobileorder_register .bluebox {
    font-size: 30px;
  }

  #sample {
    padding-bottom: 40px;
  }

  #point {
    display: block;
  }
  #point .point_wrapper .point_inner {
    display: block;
    margin: auto;
    width: 96%;
  }
  #point .point_wrapper .point_inner:nth-child(2) {
    margin-top: 20px;
  }
  #point .point_wrapper .point_inner p {
    padding: 0 15px;
  }
  #point .point_wrapper h3 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
  }

  #rendou .rendou_box {
    display: block;
    width: 100%;
    justify-content: space-between;
  }
  #rendou .rendou_box .rendou_inner {
    width: 100%;
    margin-top: 10px;
    border: 1px solid rgba(128, 128, 128, 0.4);
    border-radius: 2px;
    padding: 20px 10px;
    display: block;
  }
  #rendou .rendou_box .rendou_inner p {
    padding: 10px;
    height: auto;
    flex-direction: column;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
  }
  #rendou .rendou_box .rendou_inner img {
    max-height: 50px;
    margin: auto;
    text-align: center;
    display: flex;
  }
  #rendou .rendou_box .rendou_inner:hover {
    opacity: 0.5;
  }

  .scroll {
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .accordion {
    white-space: normal;
  }

  .accordion table {
    min-width: 70%;
    min-width: 400px;
  }

  .accordion table tr td:nth-of-type(1) {
    width: 20%;
    box-sizing: border-box;
  }

  .accordion table tr td:nth-of-type(2) {
    width: 20%;
  }

  .accordion table tr td:nth-of-type(3) {
    width: 20%;
  }

  .accordion table tr td:nth-of-type(4) {
    width: 20%;
  }

  .accordion table tr:nth-of-type(1) td:nth-of-type(1) img {
    padding: 0;
    width: 60px;
    margin-left: 6px;
    margin-top: -17px;
    border: 1px solid #cbcbcb;
  }

  .accordion table:nth-of-type(1) td:nth-of-type(2) p {
    position: relative;
    width: 70px;
    margin: 0 1px;
    margin-top: 2em;
    padding: 0.2em 1em;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #78a0b1;
    border-radius: 8px;
    color: #fff;
    box-sizing: border-box;
  }

  .accordion table:nth-of-type(1) td:nth-of-type(3) p {
    position: relative;
    width: 70px;
    margin: 0 1px;
    margin-top: 2em;
    padding: 0.2em 1em;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #78a0b1;
    border-radius: 8px;
    color: #fff;
    box-sizing: border-box;
  }

  .accordion table:nth-of-type(1) td:nth-of-type(4) p {
    position: relative;
    width: 70px;
    margin: 0 1px;
    margin-top: 2em;
    padding: 0.2em 1em;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #78a0b1;
    border-radius: 8px;
    color: #fff;
    box-sizing: border-box;
  }

  .accordion table:nth-of-type(1) td:nth-of-type(1) p {
    position: relative;
    width: 80px;
    margin: 0 auto;
    margin-top: 2em;
    padding: 1em 0.5em;
    font-size: 1em;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #f39800;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
  }

  .logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 5%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 5%;
  }

  .logos div {
    width: 20%;
    margin: 0 2.5% 10px 2.5%;
    text-align: center;
    width: 20%;
    margin: 0 2.5% 10px 2.5%;
    text-align: center;
  }

  .logos img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 85%;
    max-height: 85%;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 85%;
    max-height: 85%;
  }

  #faq .accordion2 a {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    width: 100%;
    padding: 2rem 5rem 2rem 1rem;
    color: #0f1406;
    font-size: 1.5rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
  }

  .greenbtn {
    padding: 3rem 1rem;
    font-weight: 700;
    margin: auto;
    width: 95%;
    color: #12a270;
    background: #eaf2f0;
    border: 2px solid;
    border-radius: 5px;
    font-size: 1.5rem;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
  }

  .greenbtn:hover {
    color: #fff;
    background-color: #78abd0;
    opacity: 0.9;
    transition: all 0.2s;
  }

  .orangebtn {
    margin-top: 30px;
    padding: 2rem 1rem;
    font-weight: 700;
    margin: auto;
    width: 95%;
    color: #be3807;
    background: #f2efea;
    border: 2px solid;
    border-radius: 5px;
    line-height: 25px;
    font-size: 1.5rem;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
  }

  .orangebtn:hover {
    color: #fff;
    background-color: #d0a478;
    opacity: 0.9;
    transition: all 0.2s;
  }

  .pointservice {
    display: flex;
    flex-direction: column;
  }

  .misemegpex {
    margin: 0 auto;
    text-align: center;
  }

  .misemegpex img {
    width: 90% !important;
    margin: 20px auto;
    text-align: center;
  }

  .ps_box {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
  }

  .ps_box:nth-child(1) {
    border: 1px solid #ae4545;
    background-size: 18%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }

  .ps_box:nth-child(1) p {
    padding-bottom: 65px;
    padding-top: 10px;
  }

  .ps_box:nth-child(2) {
    margin: 10px auto;
    text-align: center;
    background-image: url(/product/misemeg/pointexchange/img/arrow-right-solid_sp.svg);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 50% 80%;
    padding-top: 10px;
  }

  .ps_box:nth-child(2) p {
    padding-bottom: 65px;
    padding-top: 10px;
    padding-bottom: 65px;
    padding-top: 10px;
  }

  .ps_box:nth-child(3) {
    border: 1px solid #383b88;
    background-size: 23%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding-top: 10px;
  }

  .ps_box:nth-child(3) ul {
    margin-top: 0 !important;
  }

  .ps_box:nth-child(-n+3) {
    width: 90%;
    margin: 0 auto;
  }

  .basic04 {
    font-size: 1.5em;
  }

  .pointchage {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .pch_box {
    width: 90% !important;
    margin: 20px auto 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 90% !important;
    margin: 20px auto 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer_logo .logo_inner {
    display: flex;
    width: 50%;
    padding-top: 8px;
  }
  .footer_logo .apps_banner {
    width: 50%;
    padding-top: 10px;
  }
  .footer_logo .apps_banner img {
    width: 90%;
  }
}
@media (min-width: 320px) and (max-width: 728px) {
  .footermenu > ul > li.functions2 {
    display: none;
  }
}