@charset "UTF-8";
/*
Theme Name:barracuda_mg
Theme URI:
Description:バラクーダ日本語サイトのテーマ
Template:nano_tcd065_mg
Author:MG Interactive
Author URI:
Version:1.0.20190529
*/


    .btn-click-shine {
        border-radius: 4px;
        cursor: pointer;
        line-height: 27px;
        text-decoration: none;
        max-width: 73%;
        padding: 14px 20px;
        color:white;
        left: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        border: 2px solid #1958a1;
        background-color: #1958a1;
        padding: 5px 20px;
        font-size: 13px;
        cursor: pointer;
    }
    .btn-click-shine:before {
        animation: shine 5s ease-in-out infinite;
        color:white;
        content: " ";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: -180px;
        transform: rotate(45deg);
        max-width: 30px;
    }
    
    .btn-click-shine:hover {
      background: white;
      opacity: 0.8;
      color:#1958a1;
    }
    
    .st-mcbtn-box {
        max-width:73%;
        border-radius: 5px;
        margin-bottom: 20px;
        padding: 5px 10px;
        background: #fafafa;
        /*font-family: HiraKakuStd-W8-83pv-RKSJ-H;*/
        font-style: normal;
        font-weight: normal;
    }
    .st-mcbtn-box img {
      max-width: 2rem;
      max-height: 2rem;
    }
    
    .logoimg{
      position: relative;
      left: 2rem;
      top: 0.8rem;
    }
    .title-top{
      position: absolute;
      margin-left: -1%;
      font-size:10px;
    }
    .title-bottom{
      position: absolute;
      top: 16px;
      left: 37px;
      font-size:15px;
    }
    .title-TM{
      position: relative;
      top: -1.7rem;
      left: 3.2rem;
      font-size:0.1rem;
    }
    
    p.st-mcbox-title {
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 5px;
        position: relative;
        left: 2rem;
        max-width:80%;
        font-size:13px;
        /*font-family: HiraKakuStd-W8-83pv-RKSJ-H;*/
        font-style: normal;
        font-weight: normal;
    }
    
    p.st-mybtn {
        margin-bottom: 10px;
    }
    p.st-mybtn a{
      color:white;
    }
    
    p.st-mcbox-text {
        margin-bottom: 0;
        font-size: 80%;
        text-align: left;
    }
    