@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");
header.head_navbar {
  padding: 20px 0px 15px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體"; }
  header.head_navbar .jp_btnlink span {
    border: #fff 1px solid;
    background-color: #777777;
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 30px; }
  header.head_navbar .btn {
    margin-right: 15px; }
  header.head_navbar .logo img {
    min-height: 35px; }
    @media (min-width: 768px) {
      header.head_navbar .logo img {
        max-height: 50px; } }
  header.head_navbar input {
    display: none; }
  header.head_navbar label {
    margin: 0 auto !important;
    cursor: pointer; }

.head_area {
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  background: #f9f9f9;
  box-shadow: 0px 0px 5px #c1c1c1; }
  .head_area .breadcrumb {
    margin: 0px;
    padding: 15px 0px; }
    .head_area .breadcrumb .active span {
      font-weight: 600; }
    .head_area .breadcrumb a {
      font-family: "Noto Sans TC", "微軟正黑體";
      color: #000;
      text-decoration: none;
      font-weight: 300; }
    @media (min-width: 768px) {
      .head_area .breadcrumb li.breadcrumb-item:nth-child(2) {
        text-decoration: underline; } }
    .head_area .breadcrumb li.breadcrumb-item:nth-child(2) a {
      font-weight: 500; }
  .head_area .breadcrumb-item + .breadcrumb-item::before {
    content: ">"; }
  .head_area .topimgad {
    color: #000;
    font-size: 20px;
    line-height: 1.2; }
    .head_area .topimgad div {
      width: 100%; }
      .head_area .topimgad div span {
        display: inline-block;
        padding: 10px 20px; }
    .head_area .topimgad .headinf_bgblue {
      background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/headinf_bgblue.png"); }
    .head_area .topimgad .headinf_bgyellow {
      background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/headinf_bgyellow.png"); }
    @media (min-width: 1400px) {
      .head_area .topimgad {
        background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/headinf.png");
        height: 45px;
        width: 100%;
        background-size: contain;
        background-position: left center; } }

.fix {
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .fix .pop {
    z-index: 1;
    position: relative;
    position: absolute;
    top: 145px;
    left: 50%;
    border: 1px solid #888;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .fix .pop .pop_box img {
      width: 100%; }
  .fix .fixedclose {
    width: 30px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white; }
  .fix .fixedclose img {
    width: 100%; }

footer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background-color: black;
  font-family: "Noto Sans TC", "微軟正黑體"; }
  footer a {
    color: #007bff; }
  footer a:hover {
    color: #0056b3; }

* {
  font-family: "Noto Sans TC", "微軟正黑體"; }

.ani_leftright_01 {
  z-index: 1;
  animation: ani_leftright_01 10s linear infinite normal; }

@keyframes ani_leftright_01 {
  0%,
  100% {
    left: -10%; }
  50% {
    left: 20%; } }

.ani_leftright_02 {
  z-index: 1;
  animation: ani_leftright_02 10s linear infinite normal; }

@keyframes ani_leftright_02 {
  0%,
  100% {
    right: 10%; }
  50% {
    right: -4%; } }

.ani_leftright_03 {
  z-index: 1;
  animation: ani_leftright_03 10s linear infinite normal; }

@keyframes ani_leftright_03 {
  0%,
  100% {
    right: 10%; }
  50% {
    right: 2%; } }

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform; }

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  transform: scale(0.9); }

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.hvr-pulse-grow {
  z-index: 90;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

.section_box .section_box_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 692px; }
  .section_box .section_box_title h2 img {
    width: 100%;
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
    margin: auto;
    padding: 10px 0; }

.section_box .section_box_content {
  text-align: center;
  padding: 50px 0 20px;
  border: 4px solid #000000;
  background: #fff; }
  @media (min-width: 768px) {
    .section_box .section_box_content {
      padding: 80px 0 20px; } }
  .section_box .section_box_content button span {
    margin: 8px 0 20px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    background: #FFFFFF;
    border-radius: 25px;
    width: 220px; }
    @media (min-width: 768px) {
      .section_box .section_box_content button span {
        margin: 16px 0 20px;
        padding: 8px 28px;
        font-size: 20px;
        margin: 34px 0 36px;
        width: 350px; } }

.good_deal {
  background: linear-gradient(180deg, #FFF7E9 0%, #FFECCB 100%); }
  .good_deal .section_box_title {
    top: 15px; }
    @media (min-width: 768px) {
      .good_deal .section_box_title {
        top: 40px; } }

.explain .section_box_title {
  top: 30px; }
  @media (min-width: 768px) {
    .explain .section_box_title {
      top: 0; } }

.price_infor .section_box_title {
  top: 30px; }
  @media (min-width: 768px) {
    .price_infor .section_box_title {
      top: 0; } }

.rule .section_box_title {
  top: 92px; }
  @media (min-width: 768px) {
    .rule .section_box_title {
      top: 0; } }

@media (min-width: 768px) {
  .category .outdoor .section_box_content {
    box-shadow: -15px 15px 0px #7AC943; } }

.category .outdoor .item_box {
  border: 2px solid #C5EAAB; }

.category .outdoor .text {
  background-color: #C5EAAB; }

.category .outdoor button span {
  color: #006837;
  border: 1px solid #006837;
  box-shadow: 4px 4px 0px #006837; }

@media (min-width: 768px) {
  .category .fashion .section_box_content {
    box-shadow: -15px 15px 0px #FF3B4A; } }

.category .fashion .item_box {
  border: 2px solid #FFB9D3; }

.category .fashion .text {
  background-color: #FFB9D3; }

.category .fashion button span {
  color: #FF3B4A;
  border: 1px solid #FF3B4A;
  box-shadow: 4px 4px 0px #FF3B4A; }

.category .fashion .section_box_content > ul > li:not(:nth-child(1)) {
  border-top: 1px dashed #000000; }

@media (min-width: 768px) {
  .category .bag .section_box_content {
    box-shadow: -15px 15px 0px #FF8327; } }

.category .bag .item_box {
  border: 2px solid #FFD491; }

.category .bag .text {
  background-color: #FFD491; }

.category .bag button span {
  color: #FF8327;
  border: 1px solid #FF8327;
  box-shadow: 4px 4px 0px #FF8327; }

@media (min-width: 768px) {
  .category .boy .section_box_content {
    box-shadow: -15px 15px 0px #7D7CFF; } }

.category .boy .item_box {
  border: 2px solid #D8EAFF; }

.category .boy .text {
  background-color: #D8EAFF; }

.category .boy button span {
  color: #7D7CFF;
  border: 1px solid #7D7CFF;
  box-shadow: 4px 4px 0px #7D7CFF; }

@media (min-width: 768px) {
  .category .anime .section_box_content {
    box-shadow: -15px 15px 0px #0071BC; } }

.category .anime .item_box {
  border: 2px solid #A6E4FF; }

.category .anime .text {
  background-color: #A6E4FF; }

.category .anime button span {
  color: #0071BC;
  border: 1px solid #0071BC;
  box-shadow: 4px 4px 0px #0071BC; }

.category .anime .section_box_content > ul > li > ul > li {
  margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .category .anime .section_box_content > ul > li > ul > li {
      margin-bottom: 20px; } }

.category .section_box_content .item .item_box {
  width: 94%;
  margin: auto;
  border-radius: 8px; }

.category .section_box_content .item a > div {
  width: 100%; }
  .category .section_box_content .item a > div .item_pic_box {
    border-radius: 8px;
    overflow: hidden;
    margin: auto;
    overflow: hidden !important; }
    .category .section_box_content .item a > div .item_pic_box .item_pic {
      width: 100%;
      padding-bottom: 100%;
      background-size: cover;
      background-position: center;
      transform: scale(1);
      transition: all 0.5s ease-out; }
  .category .section_box_content .item a > div:hover .item_pic {
    transform: scale(1.2); }

.category .section_box_content .text {
  text-align: center;
  padding: 4px 2px 6px; }
  @media (min-width: 768px) {
    .category .section_box_content .text {
      padding: 8px 0 10px; } }
  .category .section_box_content .text h2 {
    font-size: 18px; }
    @media (min-width: 768px) {
      .category .section_box_content .text h2 {
        font-size: 20px; } }
  .category .section_box_content .text h3 {
    font-size: 16px;
    color: #6C6C6C; }

@media (min-width: 300px) and (max-width: 1199.99px) {
  .scroll_nav {
    transition: all 0.3s ease;
    overflow-x: scroll; } }

.scroll_nav .menu {
  width: 100%; }

.scroll_nav #menu-center {
  white-space: nowrap;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 300px) and (max-width: 1199.99px) {
    .scroll_nav #menu-center {
      width: 1492px; } }
  .scroll_nav #menu-center ul {
    z-index: 10;
    background: #FFE8C4;
    box-shadow: 0px 4px 4px rgba(158, 158, 158, 0.3);
    position: relative;
    display: flex;
    justify-content: center; }
    @media (min-width: 300px) and (max-width: 1199.99px) {
      .scroll_nav #menu-center ul {
        justify-content: start; } }
    .scroll_nav #menu-center ul li {
      list-style: none;
      padding: 10px 10px;
      color: #000;
      font-weight: 500; }

.scroll_nav .active {
  text-decoration: none;
  background: #FC9C60;
  color: #fff !important; }

@keyframes move1 {
  0% {
    top: 10px; }
  25% {
    top: 20px; }
  50% {
    top: 30px; }
  75% {
    top: 20px; }
  100% {
    top: 10px; } }

@keyframes move2 {
  0% {
    top: 230px; }
  25% {
    top: 235px; }
  50% {
    top: 240px; }
  75% {
    top: 235px; }
  100% {
    top: 230px; } }

@keyframes move3 {
  0% {
    top: 15px; }
  25% {
    top: 20px; }
  50% {
    top: 25px; }
  75% {
    top: 20px; }
  100% {
    top: 15px; } }

@keyframes move4 {
  0% {
    top: 20px; }
  25% {
    top: 17px; }
  50% {
    top: 15px; }
  75% {
    top: 17px; }
  100% {
    top: 20px; } }

@keyframes move5 {
  0% {
    top: 65px; }
  25% {
    top: 70px; }
  50% {
    top: 75px; }
  75% {
    top: 70px; }
  100% {
    top: 65px; } }

@keyframes move6 {
  0% {
    top: 70px; }
  25% {
    top: 80px; }
  50% {
    top: 90px; }
  75% {
    top: 80px; }
  100% {
    top: 70px; } }

@keyframes move7 {
  0% {
    bottom: 70px; }
  25% {
    bottom: 67px; }
  50% {
    bottom: 64px; }
  75% {
    bottom: 67px; }
  100% {
    bottom: 70px; } }

.ani_updown_01 {
  animation: move1 2.5s linear 0s infinite normal; }

.ani_updown_02 {
  animation: move2 3s linear 0s infinite normal; }

.ani_updown_03 {
  animation: move7 2s linear 0s infinite normal; }

.ani_updown_04 {
  animation: move4 1.2s linear 0s infinite normal; }

@media (min-width: 768px) {
  .banner {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/mercari/images/event/2023/0501event/images/banner_bg_desk.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 665px;
    position: relative; }
    .banner ul {
      text-align: center;
      position: absolute;
      bottom: 46px;
      left: 50%;
      transform: translateX(-50%);
      width: 60%;
      min-width: 1070px; }
      .banner ul li {
        justify-content: center;
        display: flex;
        justify-items: center; }
        .banner ul li:nth-child(1) {
          margin-bottom: 30px; }
    .banner > div > img {
      display: none; }
    .banner > div > img:nth-child(1) {
      top: 5px; } }
    @media (min-width: 768px) and (min-width: 1400px) {
      .banner > div > img:nth-child(1) {
        left: 160px;
        display: block; } }
    @media (min-width: 768px) and (min-width: 1536px) {
      .banner > div > img:nth-child(1) {
        left: 12%; } }
    @media (min-width: 768px) and (min-width: 1600px) {
      .banner > div > img:nth-child(1) {
        left: 20%; } }

@media (min-width: 768px) {
    .banner > div > img:nth-child(2) {
      top: 200px; } }
    @media (min-width: 768px) and (min-width: 1400px) {
      .banner > div > img:nth-child(2) {
        left: 2px;
        display: block; } }
    @media (min-width: 768px) and (min-width: 1536px) {
      .banner > div > img:nth-child(2) {
        left: 4%; } }
    @media (min-width: 768px) and (min-width: 1600px) {
      .banner > div > img:nth-child(2) {
        left: 10%; } }

@media (min-width: 768px) {
    .banner > div > img:nth-child(3) {
      bottom: 100px; } }
    @media (min-width: 768px) and (min-width: 1400px) {
      .banner > div > img:nth-child(3) {
        left: 60px;
        display: block; } }
    @media (min-width: 768px) and (min-width: 1536px) {
      .banner > div > img:nth-child(3) {
        left: 8%; } }
    @media (min-width: 768px) and (min-width: 1600px) {
      .banner > div > img:nth-child(3) {
        left: 12%; } }

@media (min-width: 768px) {
    .banner > div > img:nth-child(4) {
      top: 30px; } }
    @media (min-width: 768px) and (min-width: 1400px) {
      .banner > div > img:nth-child(4) {
        right: 2px;
        display: block; } }
    @media (min-width: 768px) and (min-width: 1536px) {
      .banner > div > img:nth-child(4) {
        right: 4%; } }
    @media (min-width: 768px) and (min-width: 1600px) {
      .banner > div > img:nth-child(4) {
        right: 12%; } }

@media (max-width: 768px) {
  .banner {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/mercari/images/event/2023/0501event/images/banner_bg_mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 504px;
    position: relative; } }
  @media (max-width: 768px) and (max-width: 375px) {
    .banner {
      height: 540px; } }
  @media (max-width: 768px) and (max-width: 320px) {
    .banner {
      height: 480px; } }

@media (max-width: 768px) {
    .banner ul {
      text-align: center;
      position: absolute;
      top: 16px; }
      .banner ul img {
        width: 90%;
        margin: auto; } }

.search_tag .tagarea {
  margin: auto;
  display: flex;
  font-family: noto sans tc, 微軟正黑體;
  align-items: center;
  justify-content: center;
  padding: 10px 0; }
  .search_tag .tagarea .tagareatitle {
    margin-right: 20px;
    flex-basis: 20%;
    font-size: 12px;
    text-align: center; }
    @media (min-width: 768px) {
      .search_tag .tagarea .tagareatitle {
        margin-right: 30px;
        flex-basis: 10%; } }
    .search_tag .tagarea .tagareatitle img {
      width: 100%; }
  .search_tag .tagarea .tagarealist {
    flex-basis: 80%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 84px; }
    .search_tag .tagarea .tagarealist::-webkit-scrollbar {
      display: none; }
    @media (min-width: 768px) {
      .search_tag .tagarea .tagarealist {
        height: 95px; } }
    .search_tag .tagarea .tagarealist ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
      -ms-overflow-style: none;
      scrollbar-width: none;
      width: 500px; }
      .search_tag .tagarea .tagarealist ul::-webkit-scrollbar {
        display: none; }
      @media (min-width: 768px) {
        .search_tag .tagarea .tagarealist ul {
          width: 100%; } }
      .search_tag .tagarea .tagarealist ul li {
        padding: 5px 20px;
        margin: 4px 10px 4px 0;
        background: #FFFFFF;
        border: 1px solid #000000;
        border-radius: 25px; }
        .search_tag .tagarea .tagarealist ul li:hover {
          background: #F9EC31; }
        .search_tag .tagarea .tagarealist ul li a {
          color: #003eb3;
          text-decoration: none;
          display: flex;
          align-items: center;
          font-size: 14px; }
          @media (min-width: 768px) {
            .search_tag .tagarea .tagarealist ul li a {
              font-size: 18px; } }

.explain {
  text-align: center; }
  @media (min-width: 768px) {
    .explain .section_box_content {
      box-shadow: -15px 15px 0px #3C3C3C;
      border-radius: 0px 50px; } }
  .explain p {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #000000;
    padding: 8px 0 16px; }
    @media (min-width: 768px) {
      .explain p {
        font-size: 20px;
        padding: 8px 0 20px; } }
  .explain .explain_button {
    margin: 10px 0 0; }
    @media (min-width: 768px) {
      .explain .explain_button {
        margin: auto;
        width: 80%; } }
    .explain .explain_button span img {
      position: relative;
      top: 0%;
      left: 0;
      transform: translateY(-14%);
      margin-left: 4px;
      display: inline-block;
      width: 18px; }
      @media (min-width: 768px) {
        .explain .explain_button span img {
          width: 26px; } }
    @media (max-width: 768px) {
      .explain .explain_button li:nth-child(1), .explain .explain_button li:nth-child(2) {
        margin-bottom: 6px; } }
    .explain .explain_button li > div {
      padding: 10px 0;
      margin: auto;
      width: 90%;
      background-color: #FFC545;
      border-radius: 8px;
      font-size: 18px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .explain .explain_button li > div {
          font-size: 24px;
          width: 80%; } }
  .explain img {
    margin: auto; }
  .explain button img {
    max-width: 130px;
    width: 100%;
    margin: auto;
    margin-top: 6px; }
    @media (min-width: 768px) {
      .explain button img {
        max-width: 170px;
        margin-top: 10px; } }

@media (min-width: 768px) {
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/mercari/images/event/2023/0401event/images/rule_bg.png");
  background-attachment: fixed; }

.infor ul {
  padding: 12px 0;
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .infor ul {
      padding: 30px 0; } }
  .infor ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 16px; }
    .infor ul li img {
      margin-right: 4px;
      max-width: 26px; }
      @media (min-width: 768px) {
        .infor ul li img {
          margin-right: 10px;
          max-width: 36px; } }
    .infor ul li p {
      font-weight: 600;
      font-size: 20px; }
      @media (min-width: 768px) {
        .infor ul li p {
          font-size: 24px; } }

@media (min-width: 200px) and (max-width: 1400px) {
  .infor ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    justify-items: start;
    padding: 20px 0; }
    .infor ul li {
      justify-content: start;
      width: 80%;
      margin: 4px auto; } }

@media (min-width: 768px) {
  .price_infor .section_box_content {
    box-shadow: -15px 15px 0px #3C3C3C;
    border-radius: 0px 50px; } }

.price_infor h3 span {
  font-size: 38px; }
  @media (min-width: 768px) {
    .price_infor h3 span {
      font-size: 48px; } }

@media (max-width: 767px) {
  .price_infor .wrap {
    overflow: auto; }
    .price_infor .wrap::-webkit-scrollbar {
      display: none; } }

.price_infor .wrap ul a span {
  display: block;
  margin: 15px 0px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px; }

@media (max-width: 767px) {
  .price_infor .wrap ul {
    width: 800px !important; } }

.price_infor .wrap ul > span {
  display: block;
  color: #060606;
  margin: 8px 0;
  font-size: 12px; }
  @media (min-width: 768px) {
    .price_infor .wrap ul > span {
      margin: 16px 0;
      font-size: 18px; } }

.rule {
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/mercari/images/event/2023/0501event/images/rule_bg_mobile.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  @media (min-width: 768px) {
    .rule {
      background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/mercari/images/event/2023/0501event/images/rule_bg_desk.png"); }
      .rule .section_box_content {
        box-shadow: -15px 15px 0px #3C3C3C;
        border-radius: 0px 50px; } }
  .rule .info_sort {
    margin: auto; }
    .rule .info_sort ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .rule .info_sort ul {
          justify-content: start; } }
    .rule .info_sort li {
      margin: 4px 2px; }
      @media (min-width: 768px) {
        .rule .info_sort li {
          margin: 8px 6px; } }
      .rule .info_sort li span {
        text-align: center;
        border: 1px solid #000;
        background-color: #fff;
        border-radius: 4px;
        display: inline-block;
        font-weight: bold;
        color: #000;
        padding: 6px 6px;
        font-size: 18px; }
        @media (min-width: 768px) {
          .rule .info_sort li span {
            padding: 8px 20px;
            font-size: 24px; } }
  .rule .clickChang ul {
    padding: 0px 10px 10px 30px; }
    @media (min-width: 768px) {
      .rule .clickChang ul {
        padding: 10px 0 0px 30px; } }
    .rule .clickChang ul li {
      padding: 4px 0; }
      .rule .clickChang ul li p {
        font-size: 18px;
        line-height: 1.6; }
        .rule .clickChang ul li p a {
          color: hwb(213deg 2% 5%);
          font-weight: 700; }
          .rule .clickChang ul li p a:hover {
            text-decoration: underline; }
      .rule .clickChang ul li p:first-child {
        font-size: 18px;
        font-weight: 600;
        text-indent: -1em; }
        @media (min-width: 768px) {
          .rule .clickChang ul li p:first-child {
            font-size: 20px; } }
        .rule .clickChang ul li p:first-child .rule_top_line {
          display: block;
          border-top: #004492 solid 1px;
          padding-top: 30px; }
        .rule .clickChang ul li p:first-child .rule_title {
          font-size: 18px;
          line-height: 1.6;
          font-weight: 500; }
          @media (min-width: 768px) {
            .rule .clickChang ul li p:first-child .rule_title {
              font-size: 20px; } }
          .rule .clickChang ul li p:first-child .rule_title a {
            color: #0050b3; }
            .rule .clickChang ul li p:first-child .rule_title a:hover {
              text-decoration: underline; }
      .rule .clickChang ul li p:last-child span {
        display: block;
        padding: 0 10px;
        text-indent: -1em; }
        @media (min-width: 768px) {
          .rule .clickChang ul li p:last-child span {
            padding: 0 20px; } }

/*# sourceMappingURL=../../../../../../../sass */