@charset "UTF-8";
/*!
Theme Name: MOLNU
Theme URI: 
Author: kubotadesign
Author URI: 
Description: 
Version: 1.0
License: 
License URI:
Text Domain: molnu
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*
font-family: 'Noto Sans JP', sans-serif;
wght@100;300;400;500;700;900
font-family: 'Shippori Mincho', serif;
wght@400;500;600;700;800
*/
.mincho {
  font-family: "Shippori Mincho", serif;
}

.fontWnor {
  font-weight: 400;
}

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

figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
figure img {
  height: auto;
  max-height: 100%;
}

@media screen and (max-width: 576px) {
  table th, table td {
    display: block;
  }
}
.col-main {
  color: #05298B;
}

@media screen and (max-width: 576px) {
  .wp-block-columns.rev {
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 576px) {
  .sp-none {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .wp-block-columns.sp-mgn-none {
    margin-bottom: 0;
  }
}

ul.bogo-language-switcher {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media screen and (max-width: 576px) {
  ul.bogo-language-switcher {
    display: none;
  }
}
ul.bogo-language-switcher .current a {
  background-color: #05298B;
  color: #fff;
}
ul.bogo-language-switcher a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 8px;
}
ul.bogo-language-switcher a {
  text-decoration: none;
  color: #05298B;
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#hamb-menu .menu-content ul.bogo-language-switcher {
  padding: 0 10px;
  margin: 0;
  display: block;
  position: relative;
  top: auto;
  right: auto;
}
#hamb-menu .menu-content ul.bogo-language-switcher li a {
  padding-left: 1.5rem;
}
#hamb-menu .menu-content ul.bogo-language-switcher li a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
#hamb-menu .menu-content ul.bogo-language-switcher li a::before {
  display: none;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  position: relative;
  color: #000;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 14px;
  }
}

a:hover img {
  opacity: 0.8;
  transition: all 0.5s;
}

.inner_w {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.page_inner {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.narrow {
  width: 880px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 1025px) {
  .inner_w, .page_inner, .narrow {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 1025px) {
  h2.has-text-align-center {
    text-align: left;
  }
}
.lh2x {
  line-height: 2;
}

header {
  border-top: 8px solid #05298B;
  margin-bottom: 5rem;
  position: relative;
}
header #site_title {
  margin: 3rem 0 0 0;
}
@media screen and (max-width: 769px) {
  header #site_title {
    margin: 1rem 0;
  }
}
header #site_title h1#site_name, header #site_title div#site_name {
  margin: 0;
  padding: 0;
}
header #site_title h1#site_name a, header #site_title div#site_name a {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 272px;
  height: 50px;
  font-size: 0;
  text-decoration: none;
  background-image: url("images/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  header #site_title h1#site_name a, header #site_title div#site_name a {
    margin: 0 0 0 1rem;
    height: 44px;
    width: 240px;
  }
}
@media screen and (max-width: 769px) {
  header nav#head-menu {
    display: none;
  }
}
header nav#head-menu ul#headmenu {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
header nav#head-menu ul#headmenu li a {
  display: block;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}
header nav#head-menu ul#headmenu li a:hover {
  color: #4b699e;
  text-decoration: underline;
  transition: all 0.5s;
}
header nav#globalnav {
  background-color: #05298B;
}
header nav#globalnav a {
  color: #fff;
  text-decoration: none;
}
header nav#globalnav ul#globalmenu {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  header nav#globalnav ul#globalmenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
header nav#globalnav ul#globalmenu li a {
  display: block;
  padding: 1rem 4rem;
  font-size: 1.25rem;
}
header nav#globalnav ul#globalmenu li a:hover {
  background-color: #4b699e;
  transition: all 0.5s;
}
@media screen and (max-width: 769px) {
  header nav#globalnav ul#globalmenu li a {
    padding: 0.75rem 0;
    text-align: center;
    font-size: 1.1rem;
  }
}
header nav#globalnav ul#globalmenu li.current-menu-item a {
  background-color: #4b699e;
}

#hamb-menu {
  display: none;
}
@media screen and (max-width: 576px) {
  #hamb-menu {
    display: block;
    z-index: 79;
  }
  #hamb-menu .menu-btn {
    position: fixed;
    top: 15px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #05298B;
  }
  #hamb-menu .menu-btn span {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  #hamb-menu .menu-btn span:before, #hamb-menu .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  #hamb-menu .menu-btn span:before {
    bottom: 8px;
  }
  #hamb-menu .menu-btn span:after {
    top: 8px;
  }
  #hamb-menu .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100vw;
    z-index: 80;
    background-color: rgba(5, 41, 139, 0.9);
    transition: all 0.5s;
  }
  #hamb-menu .menu-content ul {
    padding: 70px 10px 0;
  }
  #hamb-menu .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }
  #hamb-menu .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  #hamb-menu .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  #hamb-menu #menu-btn-check {
    display: none;
  }
  #hamb-menu #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #hamb-menu #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #hamb-menu #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #hamb-menu #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
}

#slider {
  width: 100%;
  height: 716px;
  padding: 0;
  margin: 0;
  position: relative;
}
#slider .vegas-overlay {
  transition: all 1.25s;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 769px) {
  #slider .vegas-overlay {
    display: none;
  }
}
#slider .vegas-timer-progress {
  background: #05298B !important;
}
@media screen and (max-width: 769px) {
  #slider {
    display: none;
  }
}

#slider-smt {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #slider-smt {
    display: block;
  }
}
#slider-smt img {
  height: auto;
  width: 100%;
}

footer {
  margin: 0 0 0 0;
  padding: 0;
}
footer #footerbtn {
  background-image: url("images/footerbtn-in.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30rem 0 10rem;
  margin: 0;
}
@media screen and (max-width: 769px) {
  footer #footerbtn {
    padding: 3rem 0;
  }
}
footer #footerbtn ul#footer-btn {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
footer #footerbtn ul#footer-btn li:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
footer #footerbtn ul#footer-btn li a {
  text-decoration: none;
  color: #000;
  display: block;
  text-align: center;
}
footer #footerbtn ul#footer-btn li a:hover {
  color: #000;
  transition: all 0.5s;
}
footer #footerbtn ul#footer-btn li.footcontact a::before {
  background-image: url("images/btn-mail.png");
}
footer #footerbtn ul#footer-btn li.footpolicy a::before {
  background-image: url("images/btn-policy.png");
}
footer #footerbtn ul#footer-btn li.footwholesaler a::before {
  background-image: url("images/btn-wholesaler.png");
}
footer #footerbtn ul#footer-btn li.footcontact a::before, footer #footerbtn ul#footer-btn li.footpolicy a::before, footer #footerbtn ul#footer-btn li.footwholesaler a::before {
  content: "";
  display: block;
  text-align: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  footer #footerbtn ul#footer-btn li.footcontact a::before, footer #footerbtn ul#footer-btn li.footpolicy a::before, footer #footerbtn ul#footer-btn li.footwholesaler a::before {
    width: 80px;
    height: 80px;
  }
}
footer #footer {
  width: 100%;
  height: auto;
  background-color: #05298B;
  padding: 3rem 0;
}
@media screen and (max-width: 576px) {
  footer #footer {
    padding: 2rem 0;
  }
}
footer #footer ul#footer-nav {
  width: 1280px;
  margin: 3rem auto;
  padding: 0;
  height: auto;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
@media screen and (max-width: 1025px) {
  footer #footer ul#footer-nav {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  footer #footer ul#footer-nav {
    display: block;
    width: 100%;
    padding: 0 1rem;
    margin: 1rem auto;
  }
  footer #footer ul#footer-nav li {
    text-align: center;
  }
}
footer #footer ul#footer-nav a {
  text-decoration: none;
  color: #fff;
}
footer #footer ul#footer-nav a:hover {
  text-decoration: underline;
  color: #ffaa00;
  transition: all 0.5s;
}
footer #footer ul#footer-nav::after {
  content: "";
  display: block;
}
footer #footer #footsig {
  margin: 10rem 0 5rem 0;
  padding: 0;
}
@media screen and (max-width: 576px) {
  footer #footer #footsig {
    margin: 2rem 0 1rem 0;
  }
}
footer #footer #footsig a {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 272px;
  height: 50px;
  font-size: 0;
  text-decoration: none;
  background-image: url("images/logo-w.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer #copyright {
  text-align: center;
  font-size: 0.9rem;
  padding: 0.25rem 0;
}

body.home footer {
  margin-top: 5rem;
}
body.home footer #footerbtn {
  background-image: url("images/footerbtn-in.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40rem 0 10rem;
  margin: 0;
  margin-top: -20rem;
}
@media screen and (max-width: 769px) {
  body.home footer #footerbtn {
    padding: 3rem 0;
    margin: 0;
  }
}

.breadcrumb {
  font-size: 0.9rem;
  margin-bottom: 4rem;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #4b699e;
  text-decoration: underline;
  transition: all 0.2s;
}

#archives h1.termname {
  color: #05298B;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
}
#archives h2.termname {
  color: #05298B;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
#archives .archive_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  row-gap: 6rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 576px) {
  #archives .archive_container {
    grid-template-columns: 1fr;
    gap: 1rem;
    row-gap: 3rem;
  }
}
#archives .archive_container .items .post_thumb {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  #archives .archive_container .items .post_thumb {
    height: 350px;
  }
}
#archives .archive_container .items .post_thumb a {
  display: block;
  height: 100%;
}
#archives .archive_container .items .post_thumb a:hover {
  transition: all 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
}
#archives .archive_container .items .post_data {
  width: 74%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 576px) {
  #archives .archive_container .items .post_data {
    width: 100%;
  }
}
#archives .archive_container .items .post_data .itemseries, #archives .archive_container .items .post_data .itemtype {
  font-size: 0.9rem;
}
#archives .archive_container .items .post_data .itemtype::before {
  content: "（";
}
#archives .archive_container .items .post_data .itemtype::after {
  content: "）";
}
#archives .archive_container .items .post_data .itemname {
  font-weight: 500;
  font-size: 1.25rem;
}
#archives .archive_container .items .post_data .itemprice {
  margin: 1rem 0;
}
#archives .archive_container .items .post_data .itemprice::before {
  content: "￥";
}
#archives .archive_container .items .post_data .itemprice::after {
  content: "（税込み）";
}
#archives .archive_container .items .post_data .itemprice_en {
  margin: 1rem 0;
}
#archives .archive_container .items .post_data .itemprice_en::before {
  content: "￥";
}
#archives .archive_container .items .post_data .itemprice_en::after {
  content: "（including tax）";
}
#archives .archive_container .items .post_data .itemprice_zh {
  margin: 1rem 0;
}
#archives .archive_container .items .post_data .itemprice_zh::after {
  content: "日元（含税）";
}
#archives .archive_container .items .post_data .goitem a {
  display: block;
  padding: 0.25rem 0;
  background-color: #05298B;
  color: #fff;
  text-decoration: none;
}
#archives .archive_container .items .post_data .goitem a:hover {
  background-color: #4b699e;
  transition: all 0.2s;
}
@media screen and (max-width: 576px) {
  #archives .archive_container .items .post_data .goitem a {
    padding: 0.75rem 0;
  }
}

.item_photos_container .item_photo {
  position: relative;
}
.item_photos_container .item_photo div {
  position: relative;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 576px) {
  .item_photos_container .item_photo div {
    height: 250px;
  }
}
.item_photos_container .item_photo div::after {
  content: "";
  display: block;
}
.item_photos_container .item_photo div img {
  position: absolute;
  top: 0;
  left: 0;
}
.item_photos_container ul.item_thumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.item_photos_container ul.item_thumbs li {
  opacity: 0.5;
}
.item_photos_container ul.item_thumbs li.active {
  opacity: 1;
  transition: all 0.2s;
}
.item_photos_container ul.item_thumbs li img {
  width: auto;
  max-height: 100px;
}

#itemdetails h1.itemname {
  margin: 0 0 1rem 0;
  font-weight: 500;
  font-size: 2.25rem;
}
#itemdetails .itemtype {
  margin-bottom: 2rem;
}
#itemdetails .itemamount {
  margin-bottom: 1rem;
}
#itemdetails .itemamount::before {
  content: "内容量：";
}
#itemdetails .itemprice {
  margin: 5rem 0 3rem 0;
  font-size: 1.75rem;
  color: #05298B;
  font-weight: 700;
}
#itemdetails .itemprice::before {
  content: "￥";
}
#itemdetails .itemprice::after {
  content: "（税込み）";
}
#itemdetails .itemprice_en {
  margin: 5rem 0 3rem 0;
  font-size: 1.75rem;
  color: #05298B;
  font-weight: 700;
}
#itemdetails .itemprice_en::before {
  content: "￥";
}
#itemdetails .itemprice_en::after {
  content: "（including tax）";
}
#itemdetails .itemprice_zh {
  margin: 5rem 0 3rem 0;
  font-size: 1.75rem;
  color: #05298B;
  font-weight: 700;
}
#itemdetails .itemprice_zh::after {
  content: "日元（含税）";
}
#itemdetails .itemcontact a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1rem 0;
  background-color: #05298B;
  color: #fff;
}
#itemdetails .itemcontact a:hover {
  background-color: #4b699e;
  transition: all 0.2s;
}

#details {
  background-color: #F5F5F5;
  padding: 3rem 0;
  margin-top: 5rem;
}

#item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 576px) {
  #item {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}

.tab_wrap {
  width: 1024px;
  margin: 0 auto;
  min-height: 300px;
}
@media screen and (max-width: 576px) {
  .tab_wrap {
    width: 100%;
  }
}

input[type=radio] {
  display: none;
}

.tab_area {
  font-size: 0;
  margin: 0 10px;
}
@media screen and (max-width: 576px) {
  .tab_area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.tab_area label {
  width: 33%;
  margin: 0 0;
  display: inline-block;
  text-align: center;
  padding: 1rem 0;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  text-align: center;
  font-size: 1.25rem;
  cursor: pointer;
  transition: ease 0.2s opacity;
}
.tab_area label:hover {
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  .tab_area label {
    font-size: 1rem;
    letter-spacing: 0;
    text-indent: 0;
    width: auto;
  }
}
.tab_area.en label {
  letter-spacing: normal;
}

@media screen and (max-width: 1025px) {
  .panel_area {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.tab_panel {
  width: 100%;
  padding: 3rem 0 4rem 0;
  display: none;
}
@media screen and (max-width: 576px) {
  .tab_panel {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.tab_panel p {
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: center;
}

#tab1:checked ~ .tab_area .tab1_label {
  color: #000;
}
#tab1:checked ~ .tab_area .tab1_label::after {
  content: "";
  display: block;
  width: 4em;
  letter-spacing: 0.25em;
  margin: 0.5rem auto 0 auto;
  border-bottom: 3px solid #05298B;
}
@media screen and (max-width: 576px) {
  #tab1:checked ~ .tab_area .tab1_label::after {
    width: 6em;
    letter-spacing: 0;
  }
}
#tab1:checked ~ .panel_area #panel1 {
  display: block;
}

#tab2:checked ~ .tab_area .tab2_label {
  color: #000;
}
#tab2:checked ~ .tab_area .tab2_label::after {
  content: "";
  display: block;
  width: 4em;
  letter-spacing: 0.25em;
  margin: 0.5rem auto 0 auto;
  border-bottom: 3px solid #05298B;
}
@media screen and (max-width: 576px) {
  #tab2:checked ~ .tab_area .tab2_label::after {
    width: 4em;
    letter-spacing: 0;
  }
}
#tab2:checked ~ .panel_area #panel2 {
  display: block;
}

#tab3:checked ~ .tab_area .tab3_label {
  color: #000;
}
#tab3:checked ~ .tab_area .tab3_label::after {
  content: "";
  display: block;
  width: 4em;
  letter-spacing: 0.25em;
  margin: 0.5rem auto 0 auto;
  border-bottom: 3px solid #05298B;
}
@media screen and (max-width: 576px) {
  #tab3:checked ~ .tab_area .tab3_label::after {
    width: 3em;
    letter-spacing: 0;
  }
}
#tab3:checked ~ .panel_area #panel3 {
  display: block;
}

.tblpadding table th, .tblpadding table td {
  padding: 1em;
}

.contact table {
  color: #000;
}
.contact table tr:nth-child(odd) th, .contact table tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.5);
}
.contact table th, .contact table td {
  background-color: rgba(228, 228, 228, 0.4);
}
.contact table th {
  text-align: left;
  white-space: nowrap;
}
.contact table input[type=text], .contact table textarea, .contact table input[type=email], .contact table input[type=tel] {
  padding: 0.5em 1em;
  margin: 0.25rem 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #05298B;
  font-size: 1rem;
}
.contact table input[type=checkbox] {
  padding: 0.5em 1em;
  margin: 0.25rem 0;
}
.contact table input[type=text].telField {
  width: 5em;
}
.contact table input[type=tel].zip {
  width: 10em;
}
.contact table .mwform-zip-field input[type=text] {
  width: inherit;
}
.contact table .mwform-checkbox-field.horizontal-item label {
  padding: 0.5em 0;
  margin: 0.25rem 0;
  display: inline-block;
}

.required::after {
  content: "必須";
  margin-left: 0.5em;
  display: inline-block;
  font-size: 0.8em;
  padding: 0.1em 0.5em;
  background-color: #05298B;
  color: #fff;
  border-radius: 0.5em;
  font-weight: 400;
}

.required-l::before {
  content: "必須";
  margin-right: 0.5em;
  display: inline-block;
  font-size: 0.8em;
  padding: 0.1em 0.5em;
  background-color: #05298B;
  color: #fff;
  border-radius: 0.5em;
  font-weight: 400;
}

.required-en::after {
  content: "must-enter";
  margin-left: 0.5em;
  display: inline-block;
  font-size: 0.8em;
  padding: 0.1em 0.5em;
  background-color: #05298B;
  color: #fff;
  border-radius: 0.5em;
  font-weight: 400;
}

.required-en-l::before {
  content: "must-enter";
  margin-right: 0.5em;
  display: inline-block;
  font-size: 0.8em;
  padding: 0.1em 0.5em;
  background-color: #05298B;
  color: #fff;
  border-radius: 0.5em;
  font-weight: 400;
}

.required-zh::after {
  content: "必须";
  margin-left: 0.5em;
  display: inline-block;
  font-size: 0.8em;
  padding: 0.1em 0.5em;
  background-color: #05298B;
  color: #fff;
  border-radius: 0.5em;
  font-weight: 400;
}

.required-zh-l::before {
  content: "必须";
  margin-right: 0.5em;
  display: inline-block;
  font-size: 0.8em;
  padding: 0.1em 0.5em;
  background-color: #05298B;
  color: #fff;
  border-radius: 0.5em;
  font-weight: 400;
}

.privacyCK {
  font-size: 0.85rem;
}

input[type=button], button[type=submit] {
  -webkit-appearance: none;
  border-radius: 0px;
}

input[type=submit] {
  outline: none;
  padding: 1rem;
  border: none;
  font-size: 1.25rem;
  width: 50%;
  display: block;
  margin: 3rem auto 0 auto;
  text-align: center;
  border-radius: 4px;
  background-color: #05298B;
  color: #fff;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #0630a4;
}
input[type=submit]:active {
  background-color: #031a5a;
  border-top: 1px solid #05298B;
  border-left: 1px solid #05298B;
}
@media screen and (max-width: 576px) {
  input[type=submit] {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */