@charset "UTF-8";
/* mc_simple_layout.css */
body {
  margin: 0;
}
/* PC */
@media screen and (min-width: 980px) {
/* header */
   #m_new_header_pc {
      background: #fff;
      box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
      width: 100%;
      height: 80px;
   }

   #m_headerarea {
      height: 100%;
   }

   #m_upperLayer {
  display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

   #m_voilogo {
    width: 222px;
    height: 34px;
   }

   #m_voilogo a {
    background: url(/voi/common/images/header/2024/header_logo.png) no-repeat scroll 0 0 transparent;
    background-size: 218.47px 30px;
    overflow: hidden;
    text-indent: -9999px;
    width: 218.47px;
    height: 30px;
    display: block;
    }

   #mc_header,
   .mc_header_app,
   .sp_only {
       display: none;
   }
/* footer */
   .mc_l_footer {
    font-family: 'Hiragino Kaku Gothic Pro';
    width: 100%;
    height: 75px;
    text-align: center;
   }
   .mc_ssl_attention_text {
    font-weight: 300;
    font-size: 9px;
    line-height: 20px;
    margin-bottom: 10px;
   }

   .mc_footer_text {
    font-weight: 300;
    font-size: 11px;
    line-height: 16px;
    color: #333;
   }


/* common parts */
   .mc_link_gray,.mc_link_gray:link {
    color: #333;
    text-decoration: underline;
   }
}
/* SP */

@media screen and (max-width: 979.98px) {
/* header */

   .mc_header {
    height: 50px;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 0 15px;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
  }

   .mc_header_link {
    display: block;
    width: 90px;
    height: 62px;
    background-image: url(/voi/sp/images/tlmtop/common/sp_header_1807.png?1903cash_clear);
    background-repeat: no-repeat;
    background-position: -12px 0;
    background-size: 320px 160px;
    text-indent: -9999px;
   }

   .mc_header_logo {
    width: 153.33px;
    height: 22px;
    display: block;
    object-fit: cover;
   }
   
   #m_new_header_pc,
   .mc_header_app,
   .pc_only {
    display: none;
   }

/* footer */
   .mc_l_footer {
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Meiryo,Hiragino Kaku Gothic Pro W3,Hiragino Kaku Gothic ProN,Arial,sans-serif;
    font-style: normal;
   }

   .mc_bottom_attention_text {
    font-weight: 300;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
   }

   .mc_ssl_attention_text {
    font-weight: 300;
    font-size: 9px!important;
    line-height: 20px;
    padding-bottom: 5px;
    background-color: #fff;
   }

   .mc_footer_text {
    font-size: 10px !important;
    line-height: 60px;
    color: #333;
    width: 335px;
    margin: auto;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Meiryo,Hiragino Kaku Gothic Pro W3,Hiragino Kaku Gothic ProN,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #3f3f3f
   }

   #mc_footer {
     width: 100%;
     height: 60px;
     background-color: #eee
    }

/* layout */
   .mc_l_wrap {
    font-family: 'Hiragino Kaku Gothic Pro';
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    /* min-height: 100vh; */
   }

/* common parts */
   .mc_link_gray,.mc_link_gray:link {
    color: #333;
    text-decoration: underline;
    font-size: 9px !important;
   }
}