.tsubasa-zero{
    background: #fff;
    background-repeat-x: no-repeat;
    background-position-x: 100%;
    box-shadow: 0 0 0px 0 rgba(0,0,0,.2);
    text-align: left;
}
.tsubasa-zero a{
    color: #1681b2;
    text-decoration: underline;
    font-weight: bold;
}
.tsubasa-zero p{
    margin-bottom: 5px!important;
    font-size: 12px!important;
}
.tsubasa-zero img{
    height: auto;
    max-width: 100%;
}
/* header section */
.tsubasa-zero_head{}
.first-h2{
    color: #eceae3;
    width: 100%;
    font-weight: bold;
    font-size: 9px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-shadow: none;
    vertical-align: 20%;
    padding: 6px 15px;
    border-bottom: 1px solid #3b5480;
    background-color: #000059;
}
.top_index{
    position: relative;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
.top_index ul{
    position: absolute;
    display: table;
    table-layout: fixed;
    width: 100%;
    background-repeat: no-repeat;
    border-spacing: 1px 1px;
    margin-top: -1px;
}
.top_index li{
    display: inline-block;
    padding: 6px;
    width: calc(100%/4);
    box-sizing: border-box;
}
.top_index li:hover {
    transform: scale(1.05);
    transition: 0.3s;
}
.top_index a{
    position: relative;
    display: block;
    transition: .3s;
    text-decoration: none;
}
.top_index a:hover{
    color: #7da2b3;
}
.top_index a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #f13875;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tsubasa-zero_head_img {
    max-width: 100%;
    margin: 0px 0px 0px 0px;
}
.tab-style{
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
    text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff;
    font-size: 9px;
    font-weight: bold;
    margin: -125px 20px 20px 20px;
    text-align: left;
    vertical-align: 20%;
    padding: 3px 9px;
    border-radius: 3px;
    color: #000;
    background-color: #f3f3f2a8;
    box-shadow: 0px 0px 10px #fff;
}
/* main section */
.tsubasa-zero_main{
    font-size: 12px;
    color: #191919;
    padding: 0 20px 20px 20px;
}
.tsubasa-zero h2{
    background-size: 100% 100%;
    background-image: url(/wp-content/uploads/2018/08/h2_tsubasa-zero_bg.jpg);
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0px 10px 0px;
    text-align: left;
    border: none;
    padding: 8px 16px;
    text-shadow: 1px 1px 1px #000;
}
/*.tsubasa-zero h2:after{
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    border-left: 40px solid transparent;
    border-top: 40px solid #000059;
    width: 100px;
    height: 0px;
}*/
.tsubasa-zero h3{
    padding: 5px 0 5px 0px;
    border-left: 6px solid #000059;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    margin: 10px 0px 10px 0px;
    background-size: 100% 100%;
    text-indent: 2%;
}
.tsubasa-zero h4{
    border-left: 3px solid #999;
    margin-top: 10px;
    padding: 0 0 0 7px;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.2em;
}
.tsubasa-zero table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 10px 0px 10px 0px;
}
.tsubasa-zero th{
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding: 6px 12px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    border: 1px solid #593519;
    box-shadow: 0px 0px 1px #aecbff inset;
    text-shadow: 1px 1px 1px #555;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #323340), color-stop(0.00, #707181));
    background: -webkit-linear-gradient(#707181, #323340);
    background: -moz-linear-gradient(#707181, #323340);
    background: -o-linear-gradient(#707181, #323340);
    background: -ms-linear-gradient(#707181, #323340);
    background: linear-gradient(#707181, #323340);
}

.tsubasa-zero th a{
    color: #fff;
}
.tsubasa-zero tr td{
    padding: 8px 15px;
    border-bottom: 1px solid #593519;
    border-top: 1px solid #593519;
    border-left: 1px solid #593519;
    background-color: #fdfdfd;
    text-align: center;
    position: relative;
}
.tsubasa-zero table tr td:last-child {
    border-right: 1px solid #593519;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
a.linkbtn_orange {
    background-image: url(/wp-content/uploads/2018/08/link-btn_tsubasa-zero.jpg);
    background-size: 100% 100%;
    color: #000059!important;
    border: 2px solid #000000;
    border-radius: 25px;
    box-shadow: 0px 1px 0px #000;
    padding: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
a.linkbtn_orange:hover {
    filter: opacity(0.8);
    color: #0227b3!important;
    box-shadow: 0px 0px 0px #fff0;
    text-decoration: none;
    position: relative;
    top: 2px;
}
a.linkbtn_orange:active {
    box-shadow: 0 0 5px rgb(249, 134, 30);
}
@media (max-width:414px){
.tsubasa-zero_main{
    padding: 0 10px 10px 10px;
    }
.top_index li {
    padding: 4px;
    }
.tab-style {
    margin: -95px 20px 20px 20px;
    }
}
/* news section */
.news_frame {
    padding: 10px;
    transform: scale(1);
    height: 80px;
}
.news_frame_img{
    width: 60px;
    position: relative;
}
.news_frame_img img{
    width: 100%;
    position: relative;
    top: 60px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: -75px 0px 0px 5px;
    padding: 3px;
    box-shadow: 0px 0px 3px #888888;
}
.news_frame_text{
    display: table-cell;
    padding-left: 0px;
    position: absolute;
    top: 55px;
    left: 90px;
    font-size: 9px;
    font-weight: bold;
    color: #777777;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_frame_title{
    display: table-cell;
    padding-left: 0px;
    position: absolute;
    top: 30px;
    left: 90px;
    font-size: 14px;
    color: #1681b2;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_frame_day{
    display: table-cell;
    padding-left: 0px;
    position: absolute;
    top: 10px;
    left: 90px;
    font-size: 9px;
    font-weight: bold;
    color: #777777;
}
.news_frame span {
    font-size: 10px;
    color: #70838d;
}
@media (max-width:414px){
.news_frame {
    height: 55px;
    padding: 10px 10px 10px 0px;
    transform: scale(1);
    }
.news_frame_img{
    width: 55px;
    position: relative;
    }
.news_frame_img img {
    position: relative;
    top: 58px;
    right: auto;
    left: -5px;
    bottom: auto;
    margin: -75px 0px 0px 15px;
    }
.news_frame_text{
    display: table-cell;
    padding-left: 0px;
    position: absolute;
    top: 54px;
    left: 85px;
    font-size: 10px;
    font-weight: bold;
    color: #777777;
    }
.news_frame_title {
    display: table-cell;
    padding-left: 0px;
    position: absolute;
    top: 27px;
    left: 85px;
    font-size: 13px;
    color: #1681b2;
    }
.news_frame_day{
    display: table-cell;
    padding-left: 0px;
    position: absolute;
    top: 6px;
    left: 85px;
    font-size: 10px;
    font-weight: bold;
    color: #777777;
    }
.news_frame span {
    font-size: 10px;
    color: #70838d;
    }
}
.news_frame:hover{
    filter: opacity(0.8);
}
/* twitter section */
.twitter_button {
    display: flex;
    position: relative;
    background-color: #54abed;
    border-radius: 10px;
    margin: 10px 0px 10px 0px !important;
    padding: 10px 0px 10px 20px;
    text-indent: 1%;
    font-weight: bold;
    width: 100%;
    color: #fff;
    font-size: 14px;
}
.twitter_icon {
    float: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2018/01/twitter-logo.png);
    filter: brightness(300%);
    width: 25px;
    height: 25px;
    position: relative;
    left: 15%;
    right: auto;
}
.twitter_message {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width:414px){
.twitter_button {
    padding: 10px 0px 10px 0px;
    width: 100%;
    }
.twitter_icon {
    margin-left: -25px;
    }
.twitter_message {
    left: 18%;
    }
}