@charset "utf-8";
body:before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: url('../img/bg.png') no-repeat center center;
    background-size: cover;
}
footer{
    background: #ffffff;
}
nav{
    background: #fff;
}
#contents{
    padding: 0;
}
.mv{
    border-bottom: 2px solid #1e1a33;
    background: #fff;
}
.mv-title{
    width: 267px;
    margin: 0px auto;
    padding: 26px 0 34px;
}
.mv-title img{
    width: 100%;
}
.contents-detail{
    padding-bottom: 48px;
}
.contents-detail-width{
    width: 320px;
    margin: 0 auto;
    padding: 0 10px;
}
.tab{
    width: 100%;
    max-width: 300px;
    display: table;
    margin: 0 auto 40px;
    background: none;
}
.tab > p{
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tab p a{
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 1.45;
    font-weight: bold;
    color: #787585;
    padding: 5px 0;
    text-decoration: none;
}
.tab p.current{
    background: #1e1a33;
}
.tab p.current a{
    color: #ffffff;
}
.txt-1{
    width: 110px;
    margin: 0 auto 30px;
}
.txt-1 img{
    width: 100%;
    vertical-align: bottom;
}
.txt-2{
    width: 204px;
    margin: 0 auto 24px;
}
.txt-2 img{
    width: 100%;
    vertical-align: bottom;
}
.contents-txt p{
    font-size: 16px;
    color: #1e1933;
    margin-bottom: 1.75em;
    text-align: center;
}
.contents-txt p:last-child{
    margin-bottom: 0;
}
.btn-wrap{
    padding: 44px 0 26px;
    background: #ffffff;
}
.btn-wrap p{
    width: 230px;
    margin: 0 auto 20px;
}
.btn-wrap p a{
    background: #1e1933;
    color: #ffffff;
    font-size: 14px;
    display: block;
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    padding-right: 15px;
}
.btn-wrap .mdi-arrow-right:before{
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 21px;
    margin-top: -10px;
}






