@charset 'Shift_JIS';
@import "common.css"; 

/* ------------------------------------------------------- */
/*                       LP LOCAL CSS                      */
/* ------------------------------------------------------- */

#main-visual{
  /*background-image:url(../images/main_visual.png);
  background-size:auto 100%;
  background-position:center top;
  background-repeat:no-repeat;*/
  position:relative;
  height: 0;
  padding-top: 36%;
  padding-top: 38%;
}

.m-main-title{
  display:block;
  width:45%;
  position:absolute;
  right:45.5%;
  top:14.5%;
  z-index:2;
}
.m-main-title img{
  display: block;
  width: 100%;
  height:auto;
}

.m-main-visual{
  display:block;
  width:100%;
  position: absolute;
  left: 0;
  top: 0;
}

.m-main-nav{
  /* margin-top:-110px; */
  position:relative;
}
.m-main-nav ul{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:stretch;
  width:100%;
}
.m-main-nav ul li{
  width:300px;
  max-width:300px;
  margin-bottom:30px;
}

.m-main-nav ul li a{
  display:block;
  background:#fff;
  border:solid 1px #d9d9d9;
  text-align:center;
  position:relative;
  padding:17px 15px 33px 15px;
  text-decoration:none;
  font-size:2.5rem;
  font-weight:900;
  color:#000000;
  line-height:130%;
  font-family:"ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
  box-shadow:0 2px 20px rgba(0, 0, 0, 0.1);
}
.m-main-nav ul li a::after{
  content:'';
  display:block;
  width:100%;
  height:5px;
  position:absolute;
  left:0;
  bottom:0;
  background:#000;
}
.m-main-nav ul li a::before{
  content:'';
  background-image:url(../images/nav_arrow.png);
  background-position:center center;
  background-size:100% auto;
  background-repeat:no-repeat;
  display:block;
  height:7px;
  width:15px;
  position:absolute;
  transform:translateX(-50%);
  left:50%;
  bottom:18px;
}
.m-main-nav ul li a img{
  display:block;
  margin:0 auto;
  margin-bottom:16px;
}


.m-main-nav ul li.m-fund1 a::after{
  background:#7e8290;
}
.m-main-nav ul li.m-fund2 a::after{
  background:#ecbd17;
}
.m-main-nav ul li.m-fund3 a::after{
  background:#169dc4;
}
.m-main-nav ul li.m-fund4 a::after{
  background:#8eb4e5;
}
.m-main-nav ul li.m-fund5 a::after{
  background:#1dbbaa;
}
.m-main-nav ul li.m-fund6 a::after{
  background:#ef851e;
}



.fund1{
/* 
main
  #7e8290
bg
  #ebeded
inactive
  #e0e0e0
btn
  #787b89
  #5f636f
*/
}
.fund2{
/* 
main
  #ecbd17
bg
  #fffcf1
inactive
  #cccccc
btn
  #e0b316
  #80670d
*/
}
.fund3{
/* 
main
  #169dc4
bg
  #eff9fc
inactive
  #e0e0e0
*/
}
.fund4{
/* 
main
  #8eb4e5
bg
  #f0f3ff
inactive
  #cccccc
*/
}
.fund5{
/* 
main
  #1dbbaa
bg
  #eff9fc
inactive
  #e0e0e0
*/
}
.fund6{
/* 
main
  #ef851e
bg
  #fbf1e7
inactive
  #cccccc
*/
}



.m-main-contents{
  padding-top: 45px;
}
.m-main-contents-head{
  text-align:center;
  padding-bottom:84px;
}
.m-main-contents-title{
  background:-moz-linear-gradient( 90deg, #50bf32 0%, #3a93a7 100%);
  background:-webkit-linear-gradient( 90deg, #50bf32 0%, #3a93a7 100%);
  background:-ms-linear-gradient( 90deg, #50bf32 0%, #3a93a7 100%);
  background:linear-gradient( 90deg, #50bf32 0%, #3a93a7 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  display:inline-block;
  text-align:center;
  font-size:3.5rem;
  font-weight:900;
  font-family:"ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
  line-height:130%;
  margin-bottom:45px; 
}
/* IE falldown */
_:-ms-fullscreen, :root .m-main-contents-title{
  background:none;
  color:#10bb5a;
}
@media screen\0 {
  .m-main-contents-title{
    background:none;
    color:#10bb5a;
  }
}
.m-main-contents-head p{
  display:block;
  font-size:2rem;
  margin-bottom: 44px;
  line-height: 195%;
}
.m-main-contents-head p:last-of-type{
  margin-bottom:0;
}
#graphs-contents{
  padding:0;
}

.m-one-fund-head{
  height:0;
  padding-top:35%;
  position:relative;
}


.m-one-fund{
  border-top:solid 8px #000;
  position:relative;
  padding-bottom:100px;
}

.m-one-fund.m-fund1{
  border-color:#7e8290;
  background-color:#ebeded;
}
.m-fund1 .m-one-fund-head strong{
  background:#7e8290;
}

.m-one-fund.m-fund2{
  border-color:#ecbd17;
  background-color:#fffcf1;
}
.m-fund2 .m-one-fund-head strong{
  background:#ecbd17;
}

.m-one-fund.m-fund3{
  border-color:#169dc4;
  background-color:#eff9fc;
}
.m-fund3 .m-one-fund-head strong{
  background:#169dc4;
}

.m-one-fund.m-fund4{
  border-color:#8eb4e5;
  background-color:#f0f3ff;
}
.m-fund4 .m-one-fund-head strong{
  background:#8eb4e5;
}

.m-one-fund.m-fund5{
  border-color:#1dbbaa;
  background-color:#eff9fc;
}
.m-fund5 .m-one-fund-head strong{
  background:#1dbbaa;
}

.m-one-fund.m-fund6{
  border-color:#ef851e;
  background-color:#fbf1e7;
}
.m-fund6 .m-one-fund-head strong{
  background:#ef851e;
}


.m-one-fund-head strong{
  display:flex;
  width:480px;
  height:104px;
  align-items:center;
  justify-content:center;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:-8px;
  background:red;
  border-radius:5px;
  color:#fff;
  font-size:2.88rem;
  font-weight:900;
  font-family:"ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
  z-index:2;
}
.m-one-fund-head strong img{
  margin-right:30px;
  display:inline-block;
  width:auto !important;
}
.m-one-fund-mv{
  display:block;
  width:100%;
  position:absolute;
  left:0;
  top:0;
  
}

.quickFundDataBg{
  /* margin-top:-192px; */
}

.quickFundDataBg .quickFundTitle{
  text-align:left;
  color:#000;
  font-weight:900;
  font-family:"ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
  font-size:3.4rem;
  padding: 25px 40px 20px 40px;
  line-height: 130%;  
}
.quickFundDataBg .quickFundTitle small{
  font-size: 1.6rem;
  display: block;
  line-height: 140%;
  padding-top: 5px;
}
.quickFundDataBg .quickFundDesc{
  display:block;
  font-size: 1.6rem;
  line-height: 150%;
  /* padding: 0 40px 45px 40px; */
  padding: 0 40px 40px 40px;
  margin-bottom:0;
}
.quickFundDataBg .quickFundTab{
  margin-top:20px;
}
.fundData-footer-link{
  padding-top:28px;
}
.fundData-footer-link a.quickFundButton,
.fundData-footer-link a.quickFundButton:visited{
  display:block;
  max-width:480px;
  margin:0 auto;
  text-decoration:none;
  color:#ffffff;
  text-align:center;
  padding:22px 60px;
  box-sizing:border-box;
  font-size:2rem;
  font-weight:900;
  font-family:"ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
  background-image:linear-gradient(to bottom, #444 0%, #444 50%, #222 50%, #222 100%);
  border-radius:4px;
  box-shadow:0 2px 0px 0 #888;
  position:relative;
}
.fundData-footer-link a.quickFundButton::before{
  content:'';
  position:absolute;
  left:31px;
  top:50%;
  transform:translateY(-50%);
  width:9px;
  height:16px;
  background-image:url(../images/button_arrow.png);
  background-position:center center;
  background-size:100% auto;
  background-repeat:no-repeat;
}

.fundData-footer-link .quickFundLinks{
  list-style:none;
  text-align:center;
  padding-top:32px;
}
.fundData-footer-link .quickFundLinks li{
  padding:0 20px;
  display:inline-block;
}

.fundData-footer-link .quickFundLinks li a{
  color:#12b2d2;
  text-decoration:none;
  font-size:1.6rem;
}
.fundData-footer-link .quickFundLinks li a:hover{
  text-decoration:underline;
}
.fundData-footer-link .quickFundLinks li a::before{
  content:'';
  display:inline-block;
  width:7px;
  height:14px;
  background-image:url(../images/links_arrow.png);
  background-position:center center;
  background-size:100% auto;
  background-repeat:no-repeat;
  margin-right:8px;
  vertical-align: -1px;
}

.m-one-fund.m-fund1 .quickFundTab{
  border-bottom-color:#7e8290;
}
.m-one-fund.m-fund1 .quickFundData th,
.m-one-fund.m-fund1 .quickFundTab li.fundOff,
.m-one-fund.m-fund1 .quickFundData .graphTable th.graphOff{
  color:#3f3f3f;
  background:#e0e0e0;
}
.m-one-fund.m-fund1 .quickFundTab li,
.m-one-fund.m-fund1 .quickFundData .graphTable th{
  color:#fff;
  background:#7e8290;
}
.m-one-fund.m-fund1 .quickFundData .graphTable th::after {
  border-top-color:#7e8290;
}
.m-one-fund.m-fund1 .fundData-footer-link a.quickFundButton{
  background-image:linear-gradient(to bottom, #7e8290 0%, #7e8290 50%, #787b89 50%, #787b89 100%);
  box-shadow:0 2px 0px 0 #5f636f;
}


.m-one-fund.m-fund2 .quickFundData th,
.m-one-fund.m-fund2 .quickFundData .graphTable th.graphOff{
  color:#3f3f3f;
  background:#e0e0e0;
}
.m-one-fund.m-fund2 .quickFundTab li,
.m-one-fund.m-fund2 .quickFundData .graphTable th{
  color:#fff;
  background:#ecbd17;
}
.m-one-fund.m-fund2 .quickFundData .graphTable th::after {
  border-top-color:#ecbd17;
}
.m-one-fund.m-fund2 .fundData-footer-link a.quickFundButton{
  background-image:linear-gradient(to bottom, #ecbd17 0%, #ecbd17 50%, #e0b316 50%, #e0b316 100%);
  box-shadow:0 2px 0px 0 #80670d;
}


.m-one-fund.m-fund3 .quickFundTab{
  border-bottom-color:#169dc4;
}
.m-one-fund.m-fund3 .quickFundData th,
.m-one-fund.m-fund3 .quickFundTab li.fundOff,
.m-one-fund.m-fund3 .quickFundData .graphTable th.graphOff{
  color:#3f3f3f;
  background:#e0e0e0;
}
.m-one-fund.m-fund3 .quickFundTab li,
.m-one-fund.m-fund3 .quickFundData .graphTable th{
  color:#fff;
  background:#169dc4;
}
.m-one-fund.m-fund3 .quickFundData .graphTable th::after {
  border-top-color:#169dc4;
}
.m-one-fund.m-fund3 .fundData-footer-link a.quickFundButton{
  background-image:linear-gradient(to bottom, #169dc4 0%, #169dc4 50%, #1595ba 50%, #1595ba 100%);
  box-shadow:0 2px 0px 0 #036280;
}

.m-one-fund.m-fund4 .quickFundTab{
  border-bottom-color:#8eb4e5;
}
.m-one-fund.m-fund4 .quickFundData th,
.m-one-fund.m-fund4 .quickFundTab li.fundOff,
.m-one-fund.m-fund4 .quickFundData .graphTable th.graphOff{
  color:#3f3f3f;
  background:#e0e0e0;
}
.m-one-fund.m-fund4 .quickFundTab li,
.m-one-fund.m-fund4 .quickFundData .graphTable th{
  color:#fff;
  background:#8eb4e5;
}
.m-one-fund.m-fund4 .quickFundData .graphTable th::after {
  border-top-color:#8eb4e5;
}
.m-one-fund.m-fund4 .fundData-footer-link a.quickFundButton{
  background-image:linear-gradient(to bottom, #8eb4e5 0%, #8eb4e5 50%, #87abd9 50%, #87abd9 100%);
  box-shadow:0 2px 0px 0 #576e8c;
}


.m-one-fund.m-fund5 .quickFundTab{
  border-bottom-color:#1dbbaa;
}
.m-one-fund.m-fund5 .quickFundData th,
.m-one-fund.m-fund5 .quickFundTab li.fundOff,
.m-one-fund.m-fund5 .quickFundData .graphTable th.graphOff{
  color:#3f3f3f;
  background:#e0e0e0;
}
.m-one-fund.m-fund5 .quickFundTab li,
.m-one-fund.m-fund5 .quickFundData .graphTable th{
  color:#fff;
  background:#1dbbaa;
}
.m-one-fund.m-fund5 .quickFundData .graphTable th::after {
  border-top-color:#1dbbaa;
}
.m-one-fund.m-fund5 .fundData-footer-link a.quickFundButton{
  background-image:linear-gradient(to bottom, #1dbbaa 0%, #1dbbaa 50%, #1cb1a1 50%, #1cb1a1 100%);
  box-shadow:0 2px 0px 0 #148075;
}


.m-one-fund.m-fund6 .quickFundData th,
.m-one-fund.m-fund6 .quickFundData .graphTable th.graphOff{
  color:#3f3f3f;
  background:#e0e0e0;
}
.m-one-fund.m-fund6 .quickFundTab li,
.m-one-fund.m-fund6 .quickFundData .graphTable th{
  color:#fff;
  background:#ef851e;
}
.m-one-fund.m-fund6 .quickFundData .graphTable th::after {
  border-top-color:#ef851e;
}
.m-one-fund.m-fund6 .fundData-footer-link a.quickFundButton{
  background-image:linear-gradient(to bottom, #ef851e 0%, #ef851e 50%, #e07e1c 50%, #e07e1c 100%);
  box-shadow:0 2px 0px 0 #a05a15;
}



.m-article-buttons{
  background:#f1f1f1;
  padding:50px 0;
}
.m-article-buttons a,
.m-article-buttons a:visited{
  display:block;
  text-decoration:none;
  max-width:480px;
  margin-bottom:30px;
  margin-left:auto;
  margin-right:auto;
  font-weight:900;
  font-family:"ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana; 
  text-align:center;
  padding-left:50px;
  padding-right:50px;
  box-sizing:border-box;
  border-radius:4px;
  position:relative;
  box-shadow:0 2px 0px #610800;
}
.m-article-buttons a:last-of-type{
  margin-bottom:0; 
}

.m-article-buttons a.m-red-login-btn{
  color:#fff;
  background:#af1103;
  font-size:2rem;
  padding:25px 50px 21px 50px;
  background-image:linear-gradient(to bottom, #af1103 0%, #af1103 50%, #a61003 50%, #a61003 100%);
}
.m-article-buttons a.m-red-login-btn::before,
.m-article-buttons a.m-white-open-btn::before{
  content: '';
  position: absolute;
  left: 31px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 9px;
  height: 16px;
  background-image: url(../images/button_arrow.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.m-article-buttons a.m-white-open-btn{
  color:#af1103;
  background:#fff;
  font-size:1.8rem;
  border:solid 2px #af1103;
  padding:16px 50px;
}
.m-article-buttons a.m-white-open-btn::before{
  top: 50%;
  background-image: url(../images/button_arrow_red.png);
}
#disclaimer{
  padding-top:60px;
}

/* --- PC ONLY ------------------------------------------- */
@media screen and (min-width: 768px) {
  .nopc{
    display:none !important;
  }

  .m-main-nav ul li a{
    transition:background 0.2s;
  }
  .m-main-nav ul li.m-fund1 a:hover{
    background:#ebeded;
  }
  .m-main-nav ul li.m-fund2 a:hover{
    background:#fffcf1;
  }
  .m-main-nav ul li.m-fund3 a:hover{
    background:#eff9fc;
  }
  .m-main-nav ul li.m-fund4 a:hover{
    background:#f0f3ff;
  }
  .m-main-nav ul li.m-fund5 a:hover{
    background:#eff9fc;
  }
  .m-main-nav ul li.m-fund6 a:hover{
    background:#fbf1e7;
  }
  .m-article-buttons a.m-red-login-btn,
  .m-one-fund .fundData-footer-link a.quickFundButton{
    overflow:hidden;
  }
  .m-article-buttons a.m-red-login-btn::before,
  .fundData-footer-link a.quickFundButton::before{
    z-index:1;
  }
  .m-article-buttons a.m-red-login-btn span,
  .fundData-footer-link a.quickFundButton span{
    z-index:1;
    position:relative;
  }
  .m-article-buttons a.m-red-login-btn::after,
  .m-one-fund .fundData-footer-link a.quickFundButton::after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    opacity:0;
    transition:opacity 0.2s;
    position:absolute;
    left:0;
    top:0;
    z-index:0;
  }
  .m-article-buttons a.m-red-login-btn:hover::after,
  .m-one-fund .fundData-footer-link a.quickFundButton:hover::after{
    opacity:1;
  }
  .m-one-fund.m-fund1 .fundData-footer-link a.quickFundButton::after{
    background:#9195a1;
  }
  .m-one-fund.m-fund2 .fundData-footer-link a.quickFundButton::after{
    background:#efc73a;
  }
  .m-one-fund.m-fund3 .fundData-footer-link a.quickFundButton::after{
    background:#39accd;
  }
  .m-one-fund.m-fund4 .fundData-footer-link a.quickFundButton::after{
    background:#9fbfe9;
  }
  .m-one-fund.m-fund5 .fundData-footer-link a.quickFundButton::after{
    background:#3fc5b7;
  }
  .m-article-buttons a.m-red-login-btn::after{
    background:#bb3429;
  }
  
  
  .m-article-buttons a.m-white-open-btn{
    transition:background 0.2s;
  }
  .m-article-buttons a.m-white-open-btn:hover{
    background:#ffecea;
  }
}


/* --- SP ONLY ------------------------------------------- */
@media screen and (max-width: 767px){
  .nosp{
    display:none !important;
  }
  #main-visual {
    padding-top: 82%;
  } 
  .m-main-title{
    width:100%;
    left:0;
    top: 0;
    z-index:0;
  }
  .m-main-nav ul{
    max-width:440px;
    margin-left:auto;
    margin-right:auto;
  }
  .m-main-nav ul li{
    width:calc(50% - 2.5px);
    margin-bottom:5px;
    display:flex;
    max-width:inherit;
  }
  .m-main-nav ul li a{
    width:100%;
    font-size:1.4rem;
    padding:13px 10px 22px 10px;
    box-shadow:0 1px 10px rgba(0, 0, 0, 0.1);
  }
  .m-main-nav ul li a img{
    height:36px;
    margin-bottom:8px;
  }
  
  .m-main-nav ul li a::before {
    height: 4px;
    width: 8px;
    bottom: 13px;
  }  
  .m-main-nav ul li a::after{
    height:3px;
  }
  .m-main-contents {
    padding-top:25px;
  }
  .m-main-contents-title{
    font-size:2.5rem;
    line-height:150%;
    margin-bottom:17px; 
  }
  .m-main-contents-head p{
    font-size:1.8rem;
    text-align:left;
  }
  .m-main-contents-head {
    padding-bottom:48px;
  }
  .m-one-fund{
    border-top-width:6px;
    padding-bottom:40px;
  }
  
  .m-one-fund-head strong{
    width:calc(100% - 70px);
    max-width:330px;
    font-size:2rem;
    height: 78px;
    border-radius: 4px;
    top:-6px;
  }
  .m-one-fund-head strong img{
    margin-right: 0;
    transform: scale(0.7);
    transform-origin:left center;
  } 
  .m-one-fund-head{
    padding-top:79.5%;
  }
  #graphs-contents .quickFundDataBg{
    padding-top:25px;
    border-radius:5px;
  }
  .quickFundDataBg .quickFundTitle{
    padding:0 20px 18px 20px;
    font-size:2.2rem;
    line-height: 150%;
  }
  .quickFundDataBg .quickFundTitle small{
    font-size:1.4rem;
    padding-top:8px;
  }
  .quickFundDataBg .quickFundDesc{
    font-size:1.4rem;
    padding:0 20px;
  }
  .quickFundTab li{
    font-size:1.2rem;
  }

  .quickFundTab{
    padding-left:0;
    padding-right:0;
    display:flex;
    justify-content:space-between;
  }
  .quickFundTab li{
    width:calc(50% - 1px);
    display:block;
  }
  .quickFundData th{
    font-size:1.1rem;
  }
  .quickFundData .price,
  .quickFundData .change,
  .quickFundData .changerate,
  .quickFundData .nav,
  .quickFundData .navi1y,
  .quickFundData .dividend,
  .quickFundData .dividend1y{
    font-size:1.4rem !important;
  }
  .quickFundData table{
    border-spacing:10px;
  }
  .quickFundData table.graphTable{
    border-spacing:3px;
    width: calc(100% - 25px);
    margin: 0 auto;
  }
  
  .fundData-footer-link{
    padding:0 20px 7px 20px;
  }
  .fundData-footer-link a.quickFundButton,
  .fundData-footer-link a.quickFundButton:visited{
    font-size:1.6rem;
    padding:12px 35px;
    border-radius:3px;
    margin-bottom:15px;
  }
  .m-one-fund.m-fund1 .fundData-footer-link a.quickFundButton{
    box-shadow:0 1px 0px 0 #5f636f;
  }
  .m-one-fund.m-fund2 .fundData-footer-link a.quickFundButton{
    box-shadow:0 1px 0px 0 #80670d;
  }
  .fundData-footer-link a.quickFundButton::before {
    left: 19px;
    width: 6px;
    height: 100%;
  }
  .fundData-footer-link .quickFundLinks li a{
    font-size:1.4rem;
  }
  .fundData-footer-link .quickFundLinks{
    padding-top:10px;
  }
  .fundData-footer-link .quickFundLinks li{
    display:block;
    padding:0;
    padding-bottom:15px;
  }
  .fundData-footer-link .quickFundLinks li:last-of-type{
    padding-bottom:0;
  }
  .fundData-footer-link .quickFundLinks li a::before {
    width: 5px;
    height: 11px;
    vertical-align: 0px;
  }
  .m-article-buttons{
    padding:30px 20px;
  }
  .m-article-buttons a,
  .m-article-buttons a:visited{
    max-width:100%;
    margin-bottom:14px;
    box-shadow: 0 1px 0px #610800;
  }
  .m-article-buttons a.m-red-login-btn{
    font-size:1.6rem;
    padding:12px 35px;
    border-radius:3px;
  }
  .m-article-buttons a.m-red-login-btn::before {
    left: 19px;
    width: 6px;
    height: 100%;
  }
  
  .m-article-buttons a.m-white-open-btn{
    font-size:1.4rem;
    padding:10px 15px;
    border-width:1px;
  }
  .m-article-buttons a.m-white-open-btn::before{
    display:none;
  }
  
  
  
}
