@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fffcec;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 2.0; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(53, 74, 74, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #354a4a;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.remarks {
  margin: 0 auto;
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left; }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

.main_ttl {
  background: #354a4a;
  line-height: 1.3; }
  .main_ttl .main_ttl_inner {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .main_ttl .main_ttl_inner {
        width: 100%; } }
    .main_ttl .main_ttl_inner::before {
      content: "";
      position: absolute;
      width: 66px;
      height: 52px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: -80px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none; }
  .main_ttl h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff; }
    .main_ttl h2 span {
      font-size: 14px;
      color: #ffeb10; }
    .main_ttl h2 sup {
      font-size: 14px;
      font-size: 1.4rem; }
  .main_ttl.point_ttl {
    padding-left: 90px; }
    .main_ttl.point_ttl h2 {
      text-align: center; }
      .main_ttl.point_ttl h2 span {
        font-size: 1.1em; }
  .main_ttl .ttl_point {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 3px; }
    .main_ttl .ttl_point span {
      display: inline-block;
      position: relative; }
    .main_ttl .ttl_point.point01 span::before {
      background-image: url("../../../sec/monex_article/img/ttl_point01.png"); }
    .main_ttl .ttl_point.point02 span::before {
      background-image: url("../../../sec/monex_article/img/ttl_point02.png"); }
    .main_ttl .ttl_point.point03 span::before {
      background-image: url("../../../sec/monex_article/img/ttl_point03.png"); }

.shiny {
  display: block;
  position: relative;
  overflow: hidden; }
  .shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 5s ease-in-out infinite;
    z-index: 10;
    pointer-events: none; }

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
.cta {
  margin-top: 45px;
  text-align: center;
  position: relative; }
  .cta .cta_txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    z-index: 10;
    width: 100%;
    pointer-events: none; }
    .cta .cta_txt span {
      display: inline-block;
      background: #fff;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      color: #f30000;
      position: relative;
      padding: 2px 10px 2px 20px;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      border: 1px solid #f30000; }
      .cta .cta_txt span::before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -15px;
        border: 10px solid transparent;
        border-top: 10px solid #FFF;
        z-index: 2; }
      .cta .cta_txt span::after {
        content: "";
        position: absolute;
        bottom: -26px;
        left: 50%;
        margin-left: -17px;
        border: 12px solid transparent;
        border-top: 12px solid #f30000;
        z-index: 1; }
      .cta .cta_txt span sup {
        font-size: 11px;
        font-size: 1.1rem; }
  .cta .cta_txt2 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 700;
    text-align: center;
    color: #f30000; }

.cta_btn {
  text-align: center;
  position: relative; }
  .cta_btn a {
    display: block;
    background: #cc0033;
    border-bottom: 4px solid #a3012a;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 1em;
    font-size: 4vw;
    line-height: 1.4;
    padding-top: 1em;
    padding-bottom: 0.6em;
    border-bottom-width: 5px;
    position: relative;
    z-index: auto; }
    .cta_btn a::after {
      position: absolute;
      display: block;
      content: "";
      width: 22px;
      height: 22px;
      background-image: url("../../../sec/monex_article/img/arrow_w_r.png");
      background-repeat: no-repeat;
      background-size: contain;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }

.cv_area {
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  .cv_area h3 {
    display: block;
    padding: 0 10px; }
  .cv_area .btn_area {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 30px 0 0; }
    .cv_area .btn_area .cv_img {
      width: 42%; }
    .cv_area .btn_area .cv_btn {
      width: 52%; }

.marker {
  background: linear-gradient(transparent 60%, #fff200 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 2px; }

p strong {
  color: #cc0033; }

.img_area {
  text-align: center;
  margin: 20px 0 0; }
  .img_area h3 {
    color: #fe01ce;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 20px; }

.read_reason {
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
  font-size: 13px;
  margin-top: 50px; }
  .read_reason span {
    width: auto;
    display: inline-block;
    position: absolute;
    padding: 3px 15px;
    font-size: 16px;
    font-weight: 700;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.075em;
    border-radius: 5px;
    white-space: nowrap; }

.inner {
  width: 1100px;
  margin: 0 auto;
  margin: 0 auto;
  padding: 0 20px; }
  @media only screen and (max-width: 768px) {
    .inner {
      width: 100%; } }

h3.inner_ttl {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px; }

.header {
  border-top: 3px solid #f29600;
  background: #fff; }
  .header .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 10px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    .header .inner::before {
      content: "PR";
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 11px;
      padding: 1px 5px;
      border: solid 1px #333;
      color: #333;
      border-radius: 3px;
      background-color: #fff;
      display: block;
      z-index: 1; }
  .header .logo {
    width: 180px; }

.common_txt {
  margin: 20px auto;
  font-size: 17px;
  font-size: 1.7rem; }
  .common_txt .red {
    color: #f30000;
    font-weight: 700; }

.fv {
  background-image: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: calc(450 / 750 * 100%); }
  .fv .inner {
    padding: 0 !important; }
  .fv .fv_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .fv .fv_txt {
    position: absolute;
    display: inline-block;
    background: #fff;
    padding: 3px 8px 5px;
    line-height: 1;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -o-border-radius: 60px;
    -ms-border-radius: 60px;
    border: 2px solid #354a4a;
    color: #354a4a;
    font-weight: 700;
    font-size: 11px;
    font-size: 1.1rem;
    left: 10px;
    top: 10px; }
    .fv .fv_txt span {
      font-size: 3.5vw; }

.client_archive li:nth-child(2) .client_wrap {
  border: 1px solid #d2bd0f; }
  .client_archive li:nth-child(2) .client_wrap .client_name {
    background-color: #d2bd0f; }
.client_archive li:nth-child(3) .client_wrap {
  border: 1px solid #757575; }
  .client_archive li:nth-child(3) .client_wrap .client_name {
    background-color: #757575; }
.client_archive .client_wrap {
  border: 1px solid #354a4a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  overflow: hidden; }
  .client_archive .client_wrap .client_name {
    background: #354a4a;
    padding: 8px 5px;
    position: relative;
    text-align: center; }
    .client_archive .client_wrap .client_name a {
      color: #fff;
      text-decoration: none;
      font-size: 4.5vw;
      font-weight: 700; }
.client_archive .client_inner {
  padding: 0 10px 20px; }
.client_archive > ul > li {
  margin-top: 25px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .headline {
  font-weight: 700;
  color: #fe01ce;
  font-size: 4vw;
  text-align: center;
  margin: 0 0 10px; }
.client_archive .overview {
  margin-top: 10px; }
  .client_archive .overview .image {
    width: 150px;
    margin: 0 auto; }
  .client_archive .overview .point {
    text-align: center;
    margin-top: 3px; }
    .client_archive .overview .point span {
      display: inline-block;
      position: relative;
      padding-left: 105px;
      font-weight: 700; }
      .client_archive .overview .point span::before {
        content: "";
        position: absolute;
        width: 90px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 0;
        top: 0;
        pointer-events: none; }
      .client_archive .overview .point span strong {
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 700;
        color: #f30000; }
    .client_archive .overview .point.point_49 span::before {
      background-image: url("../../../sec/monex_article/img/point_49.png"); }
    .client_archive .overview .point.point_48 span::before {
      background-image: url("../../../sec/monex_article/img/point_48.png"); }
    .client_archive .overview .point.point_45 span::before {
      background-image: url("../../../sec/monex_article/img/point_45.png"); }
    .client_archive .overview .point.point_43 span::before {
      background-image: url("../../../sec/monex_article/img/point_42.png"); }
    .client_archive .overview .point.point_42 span::before {
      background-image: url("../../../sec/monex_article/img/point_42.png"); }
    .client_archive .overview .point.point_41 span::before {
      background-image: url("../../../sec/monex_article/img/point_41.png"); }
    .client_archive .overview .point.point_40 span::before {
      background-image: url("../../../sec/monex_article/img/point_40.png"); }
  .client_archive .overview .feature_items {
    margin-top: 5px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    .client_archive .overview .feature_items .feature_item {
      width: calc((100% - 4%) / 3);
      margin-left: 2%;
      margin-top: 5px;
      background: #d9ecf8;
      color: #969894;
      text-align: center;
      padding: 3px 5px;
      font-weight: 500;
      font-size: 12px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px; }
      .client_archive .overview .feature_items .feature_item:nth-child(1), .client_archive .overview .feature_items .feature_item:nth-child(2), .client_archive .overview .feature_items .feature_item:nth-child(3) {
        margin-top: 0; }
      .client_archive .overview .feature_items .feature_item:nth-child(3n+1) {
        margin-left: 0; }
      .client_archive .overview .feature_items .feature_item.active {
        background: #6186da;
        color: #fff; }
  .client_archive .overview .detail_items {
    margin-top: 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .client_archive .overview .detail_items .detail_item {
      width: 32.5%;
      background: #d9ecf8;
      border: 1px solid #eee;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 2px 2px 5px; }
      .client_archive .overview .detail_items .detail_item .content {
        padding: 15px 0 !important; }
    .client_archive .overview .detail_items .heading {
      text-align: center; }
      .client_archive .overview .detail_items .heading span {
        display: inline-block;
        position: relative;
        font-size: 2.6vw;
        font-weight: 700;
        color: #3264d6;
        padding-left: 15px; }
        .client_archive .overview .detail_items .heading span::before {
          content: "";
          position: absolute;
          width: 12px;
          height: 12px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          left: 0;
          top: 2px;
          pointer-events: none; }
      .client_archive .overview .detail_items .heading.annual_fee span::before {
        background-image: url("../../../sec/monex_article/img/card_ico.png"); }
      .client_archive .overview .detail_items .heading.point_rate span::before {
        background-image: url("../../../sec/monex_article/img/point_ico.png"); }
      .client_archive .overview .detail_items .heading.speed span::before {
        background-image: url("../../../sec/monex_article/img/speed_ico.png"); }
      .client_archive .overview .detail_items .heading.electronic_money span::before {
        background-image: url("../../../sec/monex_article/img/phone_ico.png"); }
      .client_archive .overview .detail_items .heading.brand span::before {
        background-image: url("../../../sec/monex_article/img/brand_ico.png"); }
    .client_archive .overview .detail_items .content {
      margin-top: 4px;
      background: #fff;
      border: 1px solid #eee;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      text-align: center;
      position: relative; }
      .client_archive .overview .detail_items .content p {
        line-height: 1.3;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3vw;
        font-weight: 700;
        width: 100%; }
      .client_archive .overview .detail_items .content .ico {
        filter: alpha(opacity=12);
        -moz-opacity: 0.12;
        opacity: 0.12; }
    .client_archive .overview .detail_items ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .client_archive .overview .detail_items ul li {
        width: 32%; }
        .client_archive .overview .detail_items ul li:first-child {
          margin-left: 0; }
    .client_archive .overview .detail_items.detail_02 {
      margin-top: 5px; }
      .client_archive .overview .detail_items.detail_02 .detail_item {
        width: 49.2%; }
      .client_archive .overview .detail_items.detail_02 .content {
        padding-top: 3px;
        padding-bottom: 3px; }
.client_archive .recommend {
  margin: 0 auto;
  margin-top: 27px;
  background: #fff;
  border: 2px solid #3264d6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 22px 15px 12px;
  position: relative; }
  .client_archive .recommend .heading {
    position: absolute;
    text-align: center;
    width: 100%;
    top: -15px;
    left: 0; }
    .client_archive .recommend .heading span {
      border-radius: 60px;
      -moz-border-radius: 60px;
      -webkit-border-radius: 60px;
      -o-border-radius: 60px;
      -ms-border-radius: 60px;
      display: inline-block;
      width: 170px;
      background: #3264d6;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding: 4px;
      font-size: 16px;
      font-size: 1.6rem; }
  .client_archive .recommend ul li {
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    line-height: 1.3;
    padding-left: 14px;
    font-weight: 500; }
    .client_archive .recommend ul li strong {
      font-weight: 700;
      color: #f30000; }
    .client_archive .recommend ul li::before {
      content: "";
      position: absolute;
      width: 10px;
      height: 100%;
      background-image: url("../../../sec/monex_article/img/ico_check.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 5px;
      pointer-events: none; }
.client_archive .cta {
  margin-top: 30px;
  text-align: center; }

.top_heading {
  margin: 50px auto 10px;
  text-align: center; }
  .top_heading span {
    display: inline-block;
    position: relative;
    font-size: 4.5vw;
    font-weight: 900;
    color: #06825b; }
    .top_heading span::before, .top_heading span::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      top: 0;
      pointer-events: none; }
    .top_heading span::before {
      background-image: url("../../../sec/monex_article/img/section01_ttl_before.png");
      left: -30px; }
    .top_heading span::after {
      background-image: url("../../../sec/monex_article/img/section01_ttl_after.png");
      right: -30px; }

.section01 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 10px 30px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .table_heading {
  color: #354a4a;
  text-align: center;
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: bold; }
  .section01 .table_heading span {
    font-size: 25px; }
.section01 .read_reason {
  border: 2px solid #3264d6;
  background: #f4f8fa;
  color: #3264d6; }
  .section01 .read_reason span {
    background: #3264d6;
    color: #fff; }
.section01 .client_table {
  margin-top: 25px;
  position: relative; }
  .section01 .client_table::before, .section01 .client_table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section01 .client_table::before {
    background: #fefaec;
    width: calc(100% / 3);
    height: 100%;
    z-index: -1; }
  .section01 .client_table::after {
    width: calc(100% / 3);
    height: 100%;
    border: 3px solid #f30000;
    z-index: 1; }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #c4c4c4; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 3);
      text-align: center; }
    .section01 .client_table table th {
      background: #354a4a;
      font-weight: 700;
      color: #fff;
      padding: 3px 0;
      font-size: 17px;
      font-size: 1.7rem;
      position: relative;
      z-index: 3; }
    .section01 .client_table table td {
      padding: 8px 10px;
      border-left: 1px solid #c4c4c4;
      border-right: 1px solid #c4c4c4;
      font-size: 13px;
      font-size: 1.3rem; }
      .section01 .client_table table td span {
        color: #f30000;
        font-weight: bold; }
  .section01 .client_table .table_recommend {
    position: relative; }
    .section01 .client_table .table_recommend .fukidashi {
      position: absolute;
      display: block;
      top: -15px;
      left: 00px;
      text-align: center;
      width: 100%;
      z-index: 10;
      text-align: center; }
      .section01 .client_table .table_recommend .fukidashi img {
        width: 80%; }
  .section01 .client_table .image {
    position: relative;
    padding-top: 26px; }
    .section01 .client_table .image::before {
      content: "";
      position: absolute;
      width: 24px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0;
      pointer-events: none; }
    .section01 .client_table .image a {
      display: block; }
      .section01 .client_table .image a p {
        color: #354a4a;
        text-decoration: underline;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 700; }
  .section01 .client_table .ico {
    width: 20px;
    margin: 0 auto 3px; }
  .section01 .client_table thead td:nth-child(1) .image::before {
    background-image: url("../../assets_rank/img/crown_n1.png"); }
  .section01 .client_table thead td:nth-child(2) .image::before {
    background-image: url("../../assets_rank/img/crown_n2.png"); }
  .section01 .client_table thead td:nth-child(3) .image::before {
    background-image: url("../../assets_rank/img/crown_n3.png"); }
  .section01 .client_table thead td:nth-child(4) .image::before {
    background-image: url("../../assets_rank/img/crown_n4.png"); }
  .section01 .client_table thead td:nth-child(5) .image::before {
    background-image: url("../../assets_rank/img/crown_n5.png"); }
  .section01 .client_table .inline ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    .section01 .client_table .inline ul.single {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
    .section01 .client_table .inline ul li {
      width: calc((100% - 1%) / 2);
      margin-left: 1%; }
      .section01 .client_table .inline ul li:first-child {
        margin-left: 0; }
  .section01 .client_table .cta_btn a {
    font-size: 3vw; }
    .section01 .client_table .cta_btn a::before {
      display: none; }
.section01 .client_archive {
  margin-top: 10px; }
  .section01 .client_archive > ul > li {
    margin-top: 25px; }
    .section01 .client_archive > ul > li:first-child {
      margin-top: 0; }
    .section01 .client_archive > ul > li:nth-child(1) .client_wrap {
      border-color: #eabf14;
      background: #fefaec; }
.section01 .cv_area {
  padding: 20px; }

.section02 .inner {
  padding: 20px; }
.section02 .main_ttl .main_ttl_inner {
  padding-left: 0; }
  .section02 .main_ttl .main_ttl_inner::before {
    background-image: url("../../../sec/monex_article/img/ico_01.png"); }
.section02 .container {
  padding: 20px 20px 30px; }
.section02 .image {
  margin: 0 auto; }
.section02 .cp_area {
  border-radius: 10px;
  background: #fff0c0;
  padding: 20px 10px;
  width: 100%;
  margin: 0 auto 30px; }
  .section02 .cp_area img {
    margin: 0 0 10px; }

.margin_adj {
  margin: 20px 0; }

.anno {
  font-size: 10px;
  font-weight: 300;
  text-align: left;
  margin: 10px 0 0; }
  .anno.anno_top {
    margin-bottom: 3px; }
  .anno.anno_indent {
    margin-left: 20px;
    text-indent: -20px; }
  .anno span {
    color: #cc0033; }

.section03 .container {
  padding: 30px 20px 30px; }
.section03 .image {
  width: 80%;
  margin: 0 auto; }
.section03 .main_ttl .main_ttl_inner::before {
  background-image: url("../../../sec/monex_article/img/ico_02.png"); }
.section03 .read_reason {
  border: 2px solid #fe01ce;
  background: #faf4f9;
  color: #fe01ce;
  color: #333; }
  .section03 .read_reason p {
    text-align: 0; }
  .section03 .read_reason span {
    background: #fe01ce;
    color: #fff;
    font-size: 13px; }

.section04 .main_ttl .main_ttl_inner::before {
  background-image: url("../../../sec/monex_article/img/ico_03.png"); }
.section04 .section_heading {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: content-box; }
  .section04 .section_heading span {
    font-size: 1.3em;
    color: #004831;
    background: linear-gradient(transparent 60%, #ffed5d 60%);
    display: inline-block;
    margin-bottom: 15px; }
.section04 .container {
  padding: 30px 20px 30px; }
.section04 .image2 {
  width: 70%;
  margin: auto; }
.section04 .image3 {
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px; }
.section04 .cards {
  margin: 40px auto 0; }
  .section04 .cards .card {
    border: 1px solid #354a4a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 30px 10px 20px 15px;
    position: relative;
    margin-top: 40px; }
    .section04 .cards .card:first-child {
      margin-top: 0; }
    .section04 .cards .card .heading {
      width: 200px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -16px;
      background: #354a4a;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 3px 0;
      text-align: center;
      border-radius: 60px;
      -moz-border-radius: 60px;
      -webkit-border-radius: 60px;
      -o-border-radius: 60px;
      -ms-border-radius: 60px; }
  .section04 .cards ul li {
    margin-top: 5px;
    font-size: 19px;
    font-size: 1.9rem;
    color: #ff5f04;
    font-weight: 700;
    position: relative;
    padding-left: 20px; }
    .section04 .cards ul li::before {
      content: "";
      position: absolute;
      width: 14px;
      height: 100%;
      background-image: url("../../../sec/monex_article/img/section04_ico.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 6px;
      pointer-events: none; }
    .section04 .cards ul li:first-child {
      margin-top: 0; }

.section05-1 .client_section {
  width: 100%;
  margin: 50px auto;
  padding: 0 10px; }
  .section05-1 .client_section .li_inner {
    background: #fff;
    border: 1px solid #ccc; }
    .section05-1 .client_section .li_inner .client_id {
      background: #eabf14; }
      .section05-1 .client_section .li_inner .client_id .name {
        padding: 10px 0 10px 10px; }
        .section05-1 .client_section .li_inner .client_id .name a {
          color: #fff;
          text-decoration: none;
          font-size: 24px;
          font-weight: bold; }
  .section05-1 .client_section .client_section_inner {
    padding: 10px; }
    .section05-1 .client_section .client_section_inner .headline {
      font-size: 17px;
      font-weight: 600;
      margin: 0 0 20px;
      color: #ff0000;
      text-align: center; }
    .section05-1 .client_section .client_section_inner .overview {
      display: block; }
      .section05-1 .client_section .client_section_inner .overview .image {
        width: 60%;
        margin: 0 auto 10px; }
      .section05-1 .client_section .client_section_inner .overview .txt {
        width: 100%; }
        .section05-1 .client_section .client_section_inner .overview .txt table {
          border-collapse: collapse; }
          .section05-1 .client_section .client_section_inner .overview .txt table th {
            border: 1px solid #aaa;
            background: #f5f5f5;
            width: 120px;
            font-size: 13px;
            padding-left: 10px; }
          .section05-1 .client_section .client_section_inner .overview .txt table td {
            border: 1px solid #ccc;
            width: 195px;
            text-align: center;
            padding: 10px 0; }
            .section05-1 .client_section .client_section_inner .overview .txt table td img {
              width: 30px;
              height: auto; }
    .section05-1 .client_section .client_section_inner .note {
      position: relative;
      padding: 25px 15px 15px;
      border: 2px solid #eabf14;
      border-radius: 5px;
      margin: 40px 0 20px; }
      .section05-1 .client_section .client_section_inner .note > span {
        display: inline-block;
        color: #fff;
        background: #eabf14;
        font-size: 14px;
        font-weight: bold;
        padding: 6px 30px;
        border-radius: 30px;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap; }
      .section05-1 .client_section .client_section_inner .note strong {
        color: #cc0033; }

.section05 .main_ttl {
  /*background-color:;*/ }
  .section05 .main_ttl .main_ttl_inner {
    /*background-color: #dae060;*/
    width: 90%;
    margin: 0 auto; }
    .section05 .main_ttl .main_ttl_inner h2 span {
      color: #ffff54; }
.section05 .emphasis {
  margin: 20px auto 50px;
  width: 260px;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  color: #004831;
  background: linear-gradient(transparent 60%, #ffed5d 60%); }
.section05 .inner {
  padding: 20px 10px; }
.section05 .cta {
  margin-top: 30px; }
.section05 .client_pickup {
  margin: 30px auto 0; }
  .section05 .client_pickup .ttl {
    text-align: center; }
  .section05 .client_pickup .client_wrap {
    background: #fefce8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 2px solid #354a4a;
    position: relative;
    margin-top: 10px; }
    .section05 .client_pickup .client_wrap::before {
      content: "";
      position: absolute;
      width: 100px;
      height: 100%;
      background-image: url("img/ico_recommend.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      right: -2px;
      top: -2px;
      pointer-events: none;
      z-index: 1; }
    .section05 .client_pickup .client_wrap .client_name {
      border-bottom: 1px solid #c4c4c4;
      padding: 15px 110px 15px 15px;
      position: relative; }
      .section05 .client_pickup .client_wrap .client_name a {
        text-decoration: none;
        font-size: 4.5vw;
        font-weight: 700; }
  .section05 .client_pickup .client_inner {
    padding: 15px; }
  .section05 .client_pickup .headline {
    font-weight: 700;
    color: #f30000;
    font-size: 4vw;
    text-align: center; }
  .section05 .client_pickup .overview {
    margin-top: 15px; }
    .section05 .client_pickup .overview .image {
      width: 150px;
      margin: 0 auto; }
    .section05 .client_pickup .overview .brand {
      width: 80%;
      margin: 10px auto 0;
      background: #f5f5f5;
      border: 1px solid #eee;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      padding: 5px; }
      .section05 .client_pickup .overview .brand .heading {
        width: 50%;
        text-align: center; }
        .section05 .client_pickup .overview .brand .heading span {
          display: inline-block;
          position: relative;
          font-size: 3vw;
          font-weight: 700;
          color: #354a4a;
          padding-left: 22px; }
          .section05 .client_pickup .overview .brand .heading span::before {
            content: "";
            position: absolute;
            width: 18px;
            height: 18px;
            background-image: url("../../assets_rank/img/ico_brand.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            left: 0;
            top: 1px;
            pointer-events: none; }
    .section05 .client_pickup .overview .content {
      width: 50%;
      background: #fff;
      border: 1px solid #eee;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      padding: 5px;
      text-align: center; }
      .section05 .client_pickup .overview .content ul {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center; }
        .section05 .client_pickup .overview .content ul li {
          width: calc(100% / 3); }
      .section05 .client_pickup .overview .content p {
        margin-top: 5px;
        line-height: 1.3; }
    .section05 .client_pickup .overview .right {
      margin-top: 15px; }
      .section05 .client_pickup .overview .right .headline {
        font-weight: 700;
        color: #f30000;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5; }
      .section05 .client_pickup .overview .right .recommend {
        margin: 0 auto;
        margin-top: 27px;
        background: #fff;
        border: 2px solid #c5ce00;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 22px 15px 12px;
        position: relative; }
        .section05 .client_pickup .overview .right .recommend .heading {
          position: absolute;
          text-align: center;
          width: 100%;
          top: -15px;
          left: 0; }
          .section05 .client_pickup .overview .right .recommend .heading span {
            border-radius: 60px;
            -moz-border-radius: 60px;
            -webkit-border-radius: 60px;
            -o-border-radius: 60px;
            -ms-border-radius: 60px;
            display: inline-block;
            width: 170px;
            background: #c5ce00;
            text-align: center;
            color: #354a4a;
            font-weight: 700;
            padding: 4px;
            font-size: 15px;
            font-size: 1.5rem; }
        .section05 .client_pickup .overview .right .recommend ul li {
          margin-top: 5px;
          font-size: 18px;
          font-size: 1.8rem;
          position: relative;
          line-height: 1.3;
          padding-left: 14px;
          font-weight: 500; }
          .section05 .client_pickup .overview .right .recommend ul li strong {
            font-weight: 700;
            color: #f30000; }
          .section05 .client_pickup .overview .right .recommend ul li::before {
            content: "";
            position: absolute;
            width: 10px;
            height: 100%;
            background-image: url("../../../sec/monex_article/img/ico_check.png");
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% auto;
            left: 0;
            top: 5px;
            pointer-events: none; }
  .section05 .client_pickup .cta {
    margin-top: 30px;
    text-align: center; }
    .section05 .client_pickup .cta .txt {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      color: #f30000; }
    .section05 .client_pickup .cta .cta_btn {
      margin: 3px auto 0; }
      .section05 .client_pickup .cta .cta_btn a {
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
        -ms-border-radius: 15px;
        font-size: 4.2vw;
        border-bottom-width: 5px;
        position: relative; }
        .section05 .client_pickup .cta .cta_btn a::before {
          content: "";
          position: absolute;
          width: 20px;
          height: 100%;
          background-image: url("img/ico_cta_btn.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          right: 15px;
          top: 0;
          pointer-events: none; }
  .section05 .client_pickup .ctmarutaka {
    position: relative; }
    .section05 .client_pickup .ctmarutaka::before {
      content: "";
      position: absolute;
      width: 77px;
      height: 90%;
      background-image: url(../../assets_rank/img/image_marutaka02.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      right: -5%;
      bottom: -14px;
      pointer-events: none;
      z-index: 11;
      line-height: 0; }

footer .ft_menu .p_mark p {
  display: inline-block; }

footer .ft_menu .p_mark {
  width: 100%;
  padding: 20px; }

footer .ft_menu .prtxt {
  width: 75%;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 10px; }

footer .ft_menu .p_mark p {
  font-size: 10px; }

footer .ft_menu .p_mark .pra_txt {
  width: 65%; }

footer .ft_menu .ft_nav {
  width: 100%;
  border: none;
  background-color: #2367CC;
  padding: 0; }

footer .ft_menu .ft_nav li {
  display: inline-block;
  text-align: center;
  width: 50%;
  float: left;
  background-color: #2367CC;
  padding: 15px 0;
  border-right: solid 0.5px #fff;
  border-bottom: solid 0.5px #fff;
  border-top: solid 0.5px #fff; }

footer .ft_menu .ft_nav li a {
  color: #fff;
  text-decoration: none; }

footer .ft_menu .ft_nav ul {
  overflow: hidden; }

footer .ft_menu .ft_nav li.contact {
  width: 50%; }

footer .ft_menu .ft_nav li.pri_pol {
  width: 50%; }

footer .copyright {
  margin-top: 20px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background-color: #2367cc; }

@media only screen and (max-width: 768px) {
  footer .copyright {
    margin-top: 0;
    font-size: 2vw; } }
.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }

.exitProtection {
  width: 95% !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  .exitProtection a {
    outline: none; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 100%;
    width: 80vw;
    margin: 0 auto; }
    .exitProtection .wrap::before {
      content: "";
      display: block;
      padding-top: calc(470 / 400 * 100%); }
    .exitProtection .wrap .image {
      width: 100%;
      height: calc(470 / 400 * 100%);
      background: url("/sec/monex_article/img/ep_bg_monex.png") no-repeat;
      background-size: contain;
      background-position: center top;
      position: absolute;
      top: 40px;
      left: 0;
      /*.ep_banner {
      	width: 45%;
      	margin: 67% auto 5px;
      	display: block;
      }*/ }
      .exitProtection .wrap .image img {
        display: block;
        width: 50%;
        margin: 37% auto 0; }
      .exitProtection .wrap .image p.txt {
        margin: 34% 0 0;
        text-align: center;
        font-size: 14px;
        letter-spacing: .075em;
        font-weight: bold;
        line-height: 1.1; }
        .exitProtection .wrap .image p.txt strong {
          display: block;
          font-size: 1.6em;
          color: #fe01ce;
          letter-spacing: .005em;
          line-height: 1.4; }
          .exitProtection .wrap .image p.txt strong > span {
            font-size: 1.5em; }
        .exitProtection .wrap .image p.txt > span {
          display: block;
          font-size: 1.3em;
          color: #3264d6; }
      .exitProtection .wrap .image .ep_btn {
        width: 50%;
        margin: 0 auto;
        display: block;
        position: absolute;
        top: 57%;
        right: 20px; }
    .exitProtection .wrap .items {
      position: absolute;
      z-index: 10;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 20px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      .exitProtection .wrap .items .item {
        width: 28%; }
        .exitProtection .wrap .items .item .btn {
          margin-top: 10px; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.shiny {
  display: block;
  position: relative;
  overflow: hidden; }
  .shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 5s ease-in-out infinite;
    z-index: 10;
    pointer-events: none; }

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
