@charset "UTF-8";

/*******************************
 
精信力 StyleCss
 
*******************************/
#wrap{
    background: #000;
}

video {
position: fixed;
left: 0;
right: 0;
top: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
margin: auto;
}

.strength_content{
position: relative;
z-index: 1;
color: #fff;
text-align: center;
}

.strength_content .ttl-marker,.strength_content .ttl-marker .en{
color: #fff!important;
}

.strength_col{
padding-top: 40px;
padding-bottom: 40px;
}
.strength_col .item{
margin-bottom: 120px;
}
.strength_col .item p{
padding-top: 15px;
font-size: 18px;
font-weight: bold;
line-height: 2;
}
.strength_col .item p.title{
font-size: 42px;
line-height: 1.6em;
padding-top: 10px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
.bg-movie{
position: fixed;
min-width: 100%;
min-height: 100%;
width: 100%;
height: auto;
z-index: 0;
background: url("../img/poster.jpg") no-repeat top center;
background-size: cover;
}
video {
display: none;
}
    
    
.strength_col{
padding: 40px 15px;}

.strength_col .item{
margin-bottom: 50px;
}
.strength_col .item p{
text-align: left;
padding-top: 15px;
font-size: 14px;
}

.strength_col .item p.title{
text-align: center;
font-size: 24px;
}

}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){

}