@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

input, button, textarea, select {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

textarea {
  resize: none;
}

html, body {
  -webkit-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-size: 3.5vw;
  font-family: "Noto Sans TC", Arial, "儷黑 Pro", "LiHei Pro", sans-serif;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.mb_15 {
  margin-bottom: 1.5rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 12.7%;
  background: url("../images/header.png") top center no-repeat;
  background-size: 100% auto;
  z-index: 998;
}
header a#shop {
  position: absolute;
  width: 9%;
  top: 26%;
  left: 2.1%;
  background: url("../images/icon_6.png") no-repeat center;
  background-size: 100% auto;
}
header a#shop:before {
  display: block;
  height: 0;
  content: "";
  margin-top: 100%;
}
header label {
  position: absolute;
  width: 6%;
  top: 38%;
  right: 2.5%;
}
header label:before {
  display: block;
  height: 0;
  content: "";
  margin-top: 80%;
}
header label o, header label u, header label i {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #27509b;
  left: 0;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: margin-top 0.2s 0.2s, top 0.2s 0.2s, opacity 0.1s 0.2s, -moz-transform 0.2s;
  -o-transition: margin-top 0.2s 0.2s, top 0.2s 0.2s, opacity 0.1s 0.2s, -o-transform 0.2s;
  -webkit-transition: margin-top 0.2s, top 0.2s, opacity 0.1s, -webkit-transform 0.2s;
  -webkit-transition-delay: 0.2s, 0.2s, 0.2s, 0s;
  transition: margin-top 0.2s 0.2s, top 0.2s 0.2s, opacity 0.1s 0.2s, -webkit-transform 0.2s;
  transition: margin-top 0.2s 0.2s, top 0.2s 0.2s, opacity 0.1s 0.2s, transform 0.2s;
  transition: margin-top 0.2s 0.2s, top 0.2s 0.2s, opacity 0.1s 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
header label o {
  top: 0;
}
header label u {
  top: 50%;
  margin-top: -1px;
}
header label i {
  top: 100%;
  margin-top: -2px;
}

#menu_chk {
  display: none;
}
#menu_chk:checked + header label o, #menu_chk:checked + header label u, #menu_chk:checked + header label i {
  -moz-transition: margin-top 0.2s, top 0.2s, opacity 0.1s 0.2s, -moz-transform 0.2s 0.2s;
  -o-transition: margin-top 0.2s, top 0.2s, opacity 0.1s 0.2s, -o-transform 0.2s 0.2s;
  -webkit-transition: margin-top 0.2s, top 0.2s, opacity 0.1s, -webkit-transform 0.2s;
  -webkit-transition-delay: 0s, 0s, 0.2s, 0.2s;
  transition: margin-top 0.2s, top 0.2s, opacity 0.1s 0.2s, -webkit-transform 0.2s 0.2s;
  transition: margin-top 0.2s, top 0.2s, opacity 0.1s 0.2s, transform 0.2s 0.2s;
  transition: margin-top 0.2s, top 0.2s, opacity 0.1s 0.2s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}
#menu_chk:checked + header label o {
  top: 50%;
  margin-top: -1px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu_chk:checked + header label u {
  opacity: 0;
}
#menu_chk:checked + header label i {
  top: 50%;
  margin-top: -1px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu_chk ~ #menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 100%;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  background: url("../images/bg.jpg") top center;
  background-size: 100% auto;
  z-index: 997;
  -moz-transition: opacity 0.5s, bottom 0s 0.5s, padding 0s 0.5s;
  -o-transition: opacity 0.5s, bottom 0s 0.5s, padding 0s 0.5s;
  -webkit-transition: opacity 0.5s, bottom 0s, padding 0s;
  -webkit-transition-delay: 0s, 0.5s, 0.5s;
  transition: opacity 0.5s, bottom 0s 0.5s, padding 0s 0.5s;
}
#menu_chk ~ #menu .menu_content ul.menu {
  margin: 2.6rem 0;
}
#menu_chk:checked ~ #menu {
  padding: 12.7% 0 2rem 0;
  bottom: 0;
  opacity: 1;
  overflow: auto;
  transition: opacity 0.5s;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.8rem;
  color: #27509b;
  text-align: center;
  padding: 0.6rem 0;
  z-index: 99;
}

.menu_content {
  width: 100%;
}
.menu_content .flexslider {
  position: relative;
  margin-top: 1.6rem;
  overflow: hidden;
}
.menu_content .flexslider ul.slides {
  font-size: 0;
  white-space: nowrap;
}
.menu_content .flexslider ul.slides li {
  display: inline-block;
}
.menu_content .flexslider ul.slides li a, .menu_content .flexslider ul.slides li img {
  display: none;
  width: 100%;
  height: auto;
}
.menu_content .flexslider ol.flex-control-nav {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.menu_content .flexslider ol.flex-control-nav li {
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin: 0 3px;
}
.menu_content .flexslider ol.flex-control-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
}
.menu_content .flexslider ol.flex-control-nav li a.flex-active {
  background: #f2e125;
}
.menu_content ul.menu {
  font-size: 0;
  margin-top: 2.6rem;
  padding: 2.6rem 0;
  text-align: center;
  border-top: 1px solid #27509b;
  border-bottom: 1px solid #27509b;
}
.menu_content ul.menu li {
  display: inline-block;
  color: #27509b;
  font-size: 1rem;
  width: 45%;
  margin: 0;
}
.menu_content ul.menu li a {
  display: block;
  color: inherit;
  width: 100%;
  text-decoration: none;
}
.menu_content ul.menu li i {
  display: inline-block;
  width: 50%;
  max-width: 215px;
  margin: 0 auto 0.6rem auto;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.menu_content ul.menu li i:before {
  display: block;
  height: 0;
  content: "";
  margin-top: 100%;
}
.menu_content ul.menu li:nth-of-type(1) {
  margin-top: 0;
}
.menu_content ul.menu li:nth-of-type(1) i {
  background-image: url("../images/icon_1.png");
}
.menu_content ul.menu li:nth-of-type(3) {
  display: none;
}
.menu_content ul.menu li:nth-of-type(2) {
  margin-top: 0;
}
.menu_content ul.menu li:nth-of-type(2) i {
  background-image: url("../images/icon_2.png");
}
.menu_content ul.menu li:nth-of-type(3) {
  display: none;
}
.menu_content ul.menu li:nth-of-type(3) {
  margin-top: 0;
}
.menu_content ul.menu li:nth-of-type(3) i {
  background-image: url("../images/icon_3.png");
}
.menu_content ul.menu li:nth-of-type(3) {
  display: none;
}
.menu_content ul.menu li:nth-of-type(4) {
  margin-top: 40px;
}
.menu_content ul.menu li:nth-of-type(4) i {
  background-image: url("../images/icon_4.png");
}
.menu_content ul.menu li:nth-of-type(3) {
  display: none;
}
.menu_content ul.menu li:nth-of-type(5) {
  margin-top: 40px;
}
.menu_content ul.menu li:nth-of-type(5) i {
  background-image: url("../images/icon_5.png");
}
.menu_content ul.menu li:nth-of-type(3) {
  display: none;
}

#forget .form ul li.imp span:before, #login .form ul li.imp span:before {
  display: none;
}

#myofferlist ul.list {
  display: none;
}
#myofferlist ul.list.on {
  display: block;
}

#mask {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 12.7%;
  padding-bottom: 2rem;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
}
#mask > div {
  display: none;
}
#mask #receivepop {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#mask #receivepop p.msg {
  height: auto;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.5;
}
#mask #receivepop p.msg a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0.6rem;
  color: inherit;
  text-decoration: none;
}
#mask #usepop p.title {
  color: #fff;
}
#mask #usepop p.title select {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 2;
  color: #27509b;
  border: none;
  background-color: #f2f2f2;
  background-image: url(../images/icon_select.png);
  background-repeat: no-repeat;
  background-position: right 0.3rem center;
  background-size: auto 15%;
  padding: 0.3rem 1.5rem 0.3rem 0.6rem;
  margin-top: 0.5rem;
}
#mask #usepop p.title select:disabled {
  background-image: none;
}
#mask p.msg {
  color: #fff;
}
#mask ul.list li {
  border: none;
  background: #fff;
  padding: 1rem 2.3rem;
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding-top: 12.7%;
  padding-bottom: 2rem;
  background: url("../images/bg.jpg") top center;
  background-size: 100% auto;
}

.content {
  width: 70%;
  margin: 0 auto;
  padding: 1rem 0;
  max-width: 1024px;
}

p.shop {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2;
  color: #808080;
  letter-spacing: 1px;
}

p.msg {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  min-height: 2rem;
  line-height: 2;
  color: #808080;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}

p.title {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #27509b;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}
p.title span {
  display: inline-block;
  font-weight: bold;
  margin-left: 0.6rem;
}

p.text_L {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  color: #808080;
  letter-spacing: 1px;
}

p.text_S {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  color: #808080;
  letter-spacing: 1px;
}

textarea#mycopytext {
  width: 0;
  height: 0;
  opacity: 0;
}

ul.data {
  margin-bottom: 2rem;
}
ul.data li {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1rem;
  margin-bottom: 1rem;
}
ul.data li.readonly span, ul.data li.readonly i {
  color: #808080;
}
ul.data li.readonly input, ul.data li.readonly select {
  background-color: #808080;
  color: #fff;
}
ul.data li.imp span:before {
  content: "*";
  display: inline-block;
  color: #ff0000;
  margin-right: 0.15rem;
}
ul.data li.imp.car span:before {
  display: none;
}
ul.data li span {
  display: block;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 4.7rem;
  margin-right: 0.6rem;
  color: #27509b;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  text-align: right;
}
ul.data li i {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: block;
  font-size: 0.8rem;
  margin: 0 0.3rem;
  color: #27509b;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
ul.data li input, ul.data li select {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  min-width: 1px;
  font-size: 1rem;
  line-height: 2;
  border: none;
  padding: 0.3rem 0.6rem;
  background-color: #f2f2f2;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: #27509b;
}
ul.data li select {
  background-image: url("../images/icon_select.png");
  background-repeat: no-repeat;
  background-position: right 0.3rem center;
  background-size: auto 15%;
  padding: 0.3rem 1.5rem 0.3rem 0.6rem;
}
ul.data li button {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: block;
  min-width: 1px;
  width: 3.2rem;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  border: none;
  padding: 0.3rem 0.6rem;
  background: #27509b;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: #fff;
}
ul.data li button:disabled {
  background: #808080;
}
ul.data li small {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
  color: #ff0000;
  font-size: 0.8rem;
  margin-top: 0.6rem;
  padding-left: 5.9rem;
}
ul.data li .add {
  position: absolute;
  height: 2rem;
  font-size: 0;
  right: 0.3rem;
  top: 0.3rem;
  z-index: 5;
}
ul.data li .add a {
  display: inline-block;
  font-size: 1rem;
  width: 1.5rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #27509b;
}

ul.list {
  margin-bottom: 2rem;
}
ul.list li {
  position: relative;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding: 1.5rem 0;
  /* padding-right: 4.6rem; */
}
ul.list li:first-of-type {
  border-top: 1px solid #f2f2f2;
}
ul.list li .con {
  flex: 1;
  overflow: hidden;
  padding-right: 0.6rem;
}
ul.list li .con h6 {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.1rem;
  font-weight: bold;
  color: #27509b;
  margin-bottom: 0.3rem;
}
ul.list li .con p {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8rem;
  color: #27509b;
  margin-bottom: 0.3rem;
}
ul.list li .con small {
  display: block;
  font-size: 0.8rem;
  color: #808080;
}
ul.list li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  flex: none;
  width: 5rem;
  height: 3.2rem;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.3rem 0.6rem;
  color: #27509b;
  background: transparent;
  border: 1px solid #27509b;
  text-decoration: none;
  margin: 0.3rem 0;
}
/* ul.list li > a {
 
} */
ul.list li a.sent:before {
  content: "發送";
}
ul.list li a.finish {
  padding: 0.3rem;
  color: #808080;
  border: 1px solid #808080;
}
ul.list li a.finish:before {
  content: "已發送";
}
ul.list li a.expired {
  padding: 0.3rem;
  color: #808080;
  border: 1px solid #808080;
}
ul.list li a.expired:before {
  content: "已過期";
}
ul.list li a.shop:before {
  content: "選擇店家";
}
ul.list li a.how:before {
  content: "如何領取";
}
ul.list li a.receive:before {
  content: "我要領取";
}
ul.list li a.invite:before {
  content: "我要邀請";
}
ul.list li a.use:before {
  content: "我要使用";
}
ul.list li a.used {
  padding: 0.3rem;
  color: #808080;
  border: 1px solid #808080;
}

ul.list li a.used span {
  font-size: 2.4vw;
}

ul.list li a.used:after {
  content: "已使用";
}
ul.list li a.notyet {
  color: #808080;
  border: 1px solid #808080;
}
ul.list li a.notyet:before {
  content: "尚未開始";
}
ul.list li a.gift {
  color: #ffffff;
  background: #27509b;
}
ul.list li a.gift:before {
  content: "贈送好友";
}
ol.quick {
  margin-top: 1.3rem;
  padding-top: 1.3rem;
  border-top: 1px solid #27509b;
}
ol.quick li:before {
  margin-top: 1rem;
}
ol.quick li i {
  width: 100%;
}
ol.quick li button {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

ol.tab {
  margin-bottom: 2rem;
}
ol.tab.small li {
  max-width: 20%;
}
ol.tab.small li:before {
  left: -50%;
}
ol.tab.small li button {
  font-size: 0.8rem;
}

ol.bt, ol.quick, ol.tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 0;
}
ol.bt li, ol.quick li, ol.tab li {
  position: relative;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 40%;
  margin-left: 20%;
}
ol.bt li.w60, ol.quick li.w60, ol.tab li.w60 {
  min-width: 60%;
}
ol.bt li:before, ol.quick li:before, ol.tab li:before {
  content: "";
  position: absolute;
  display: block;
  left: -25%;
  top: 50%;
  height: 20px;
  border-left: 1px solid #27509b;
  pointer-events: none;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.bt li a, ol.bt li i, ol.quick li a, ol.quick li i, ol.tab li a, ol.tab li i {
  display: block;
  color: #808080;
  font-size: 0.9rem;
  text-decoration: none;
  margin: 0.6rem 0;
}
ol.bt li a.line, ol.bt li i.line, ol.quick li a.line, ol.quick li i.line, ol.tab li a.line, ol.tab li i.line {
  color: #00b900;
}
ol.bt li button, ol.quick li button, ol.tab li button, ol.bt li a.button, ol.quick li a.button, ol.tab li a.button {
  position: relative;
  padding: 0;
  width: 100%;
  line-height: 2;
  padding: 5px 0;
  margin: 0;
  font-size: 1rem;
  text-align: center;
  background: #27509b;
  color: #fff;
  border: none;
  cursor: pointer;
}
ol.bt li button.red, ol.quick li button.red, ol.tab li button.red, ol.bt li a.button.red, ol.quick li a.button.red, ol.tab li a.button.red {
  background: #be0000;
  color: #fff;
}
ol.bt li button.blue, ol.quick li button.blue, ol.tab li button.blue, ol.bt li a.button.blue, ol.quick li a.button.blue, ol.tab li a.button.blue {
  background: #00a8e9;
  color: #fff;
}
ol.bt li button.on, ol.quick li button.on, ol.tab li button.on {
  color: #27509b;
  background: #f2e125;
}
ol.bt li button.cancel, ol.quick li button.cancel, ol.tab li button.cancel {
  background: #808080;
}
ol.bt li button.finish, ol.bt li button.finish_2, ol.quick li button.finish, ol.quick li button.finish_2, ol.tab li button.finish, ol.tab li button.finish_2 {
  background: #808080;
}
ol.bt li button.finish:after, ol.bt li button.finish_2:after, ol.quick li button.finish:after, ol.quick li button.finish_2:after, ol.tab li button.finish:after, ol.tab li button.finish_2:after {
  content: "";
  position: absolute;
  display: block;
  width: 70%;
  padding-top: 70%;
  bottom: 30%;
  left: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
ol.bt li button.finish:after, ol.quick li button.finish:after, ol.tab li button.finish:after {
  background-image: url("../images/seal.png");
}
ol.bt li button.finish_2:after, ol.quick li button.finish_2:after, ol.tab li button.finish_2:after {
  background-image: url("../images/seal_2.png");
}
ol.bt li button.line, ol.quick li button.line, ol.tab li button.line, ol.bt li a.button.line, ol.quick li a.button.line, ol.tab li a.button.line {
  background-color: #00b900;
  vertical-align: middle;
}

ol.bt li button.line img, ol.quick li button.line img, ol.tab li button.line img, ol.bt li a.button.line img, ol.quick li a.button.line img, ol.tab li a.button.line img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 1.5rem;
  margin-right: 0.3rem;
}

ol.bt li button.fb, ol.quick li button.fb, ol.tab li button.fb {
  color: transparent;
  background: url("../images/icon_fb_1.png") no-repeat center center #4267b2;
  background-size: auto 100%;
}
ol.bt li:first-of-type, ol.quick li:first-of-type, ol.tab li:first-of-type {
  margin-left: 0;
}
ol.bt li:first-of-type:before, ol.quick li:first-of-type:before, ol.tab li:first-of-type:before {
  display: none;
}

dl.info {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1rem 0.8rem;
}
dl.info.type_1 {
  color: #27509b;
  background: #f2f2f2;
}
dl.info.type_2 {
  padding: 1rem 3rem;
  text-align: center;
  color: #000;
  background-image: url("../images/type_2_1.png"), url("../images/type_2.jpg");
  background-color: #fff8db;
  background-position: top center, top center;
  background-size: 100% auto, 100% auto;
  background-repeat: repeat-y, no-repeat;
}
dl.info.type_3 {
  color: #27509b;
  background: #fff;
}
dl.info.type_4 {
  color: #808080;
}
dl.info dt {
  font-size: 1rem;
  margin-top: 2rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
dl.info dt.title {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 0;
}
dl.info dt.subtitle {
  font-size: 0.9rem;
  line-height: 1.3;
  margin-top: 0.5rem;
}
dl.info dt:first-of-type {
  margin-top: 0;
}
dl.info dd {
  font-size: 0.9rem;
  line-height: 1.5;
}
dl.info dd > ol {
  padding-left: 1.6rem;
  list-style-type: decimal;
}
dl.info dd > ol.nolist {
  padding-left: 0;
  list-style-type: none;
}

.kv {
  position: relative;
  width: 100%;
}
.kv img {
  display: block;
  width: 100%;
  height: auto;
}
.kv.type_1 {
  margin-bottom: 1rem;
}
.kv.type_2 {
  margin-bottom: 0;
}
.kv.type_3 {
  margin-bottom: 0;
}
.kv.type_3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: url("../images/kv_3_1.png") no-repeat center bottom;
  background-size: 101% auto;
}

.privacy {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  padding-left: 1.8rem;
  color: #808080;
}
.privacy a {
  color: inherit;
}
.privacy input[type="checkbox"] {
  display: none;
}
.privacy input[type="checkbox"] + i {
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #27509b;
  background: #fff;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 1rem;
}
.privacy input[type="checkbox"]:checked + i:before {
  position: absolute;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  top: 50%;
  left: 50%;
  background: #27509b;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

#myqrcode {
  position: relative;
  padding-top: 80%;
  width: 80%;
  margin: 0 auto 2rem auto;
}
#myqrcode canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#myfirend {
  width: 60%;
  font-size: 0.9rem;
  line-height: 2;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1rem;
  background: #f2f2f2;
  color: #808080;
}

#share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
#share span {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: auto;
  font-size: 0.9rem;
  margin-right: 1rem;
  color: #27509b;
}
#share ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#share ol li {
  position: relative;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 1rem;
  width: 20%;
  max-width: 146px;
}
#share ol li:before {
  display: block;
  height: 0;
  content: "";
  margin-top: 100%;
}
#share ol li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#share ol li:nth-of-type(1) a {
  background-image: url("../images/icon_line.png");
}
#share ol li:nth-of-type(2) a {
  background-image: url("../images/icon_fb.png");
}
#share ol li:nth-of-type(3) a {
  background-image: url("../images/icon_mail.png");
}

#mylink {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
#mylink span {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 0.9rem;
  width: auto;
  color: #27509b;
}
#mylink #link {
  min-width: 1px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #27509b;
  background: #f2f2f2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#mylink button {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  border: none;
  padding: 0.3rem 0.6rem;
  background: #27509b;
  color: #fff;
}

/* 2021-04-27 */
.no-line li {
  margin: 10px 0 0 0 !important;
}
.no-line li:before {
  display: none !important;
}