/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018/10/27, 19:13:57
    Author     : tomoki
*/

.bx-viewport{
    height: auto;
}

.fanc_title{
    text-align: center;
    font-size: 22px;
    font-family: 'A-OTF ゴシックMB101 Pro';
    margin-top: 10px;
    font-weight: 500;
}

.fanc_contents{
    float: left;
    width: 30%;
    height: 370px;
    margin-left: 5px;
}

.fanc_contents_center{
    margin-left: 40px;
    margin-right: 40px;
}


.fanc_contents img{
    margin-top: 15px;
}

.support_icon{
    margin-left: 17px;
}

.support_icon img{
    float: left;
    max-width: none;
}

.fanc_discri{
    font-family: 'A-OTF ゴシックMB101 Pro';
    width: 100%;
    font-size: 1.15vw;
    margin-top: 8px;
}

#main-images{
    height: 400px;
    margin: 0 auto;
}

html{
    overflow-y: hidden;
    overflow-x: hidden; 
}

.bx-wrapper .bx-next {
    right: -5%;
}

.bx-wrapper .bx-prev {
    left: -5%;
}