@charset "utf-8";

#index .slider{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
}

#index .slider div{
    margin-left: 0px;
    margin-right: 0px;
}

@media screen and (max-width:480px) { 
    #index .slider{
        width:auto;
        margin-left: 0px;
        margin-right: 0px;
        min-width:inherit;
    }

    #index .slider div img{
        width: 100%;
    }
}


#index main .concept{
    background-color: #fbf8e9;
    border-radius: 10px;
    padding-top: 24px;
    padding-bottom: 24px;
}

#index main .concept h1{
    margin-left: 24px;
    margin-right: 24px;
    
    text-align: left;
    color: #6fb92c;
    background-image:none;
    
}

#index main .concept ul{
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
}

#index main .concept strong{
    font-size: 20px;
    color: #6fb92c;
}

#index main .concept .more{
    margin-bottom: 0px;
}

#index main .information dl{
    position: relative;
}

#index main .information dt {
	position: absolute;
	left: 0;
	width: 10em;
    padding-top: 8px;
}

#index main .information dd {
	padding-left: 10em;
    padding-bottom: 8px;
    padding-top: 8px;
	border-bottom: dashed 1px #999999;
}

#index main .price p.price{
    margin-top: 32px;
    margin-bottom: 8px;
    text-align: center;
}

#index main .price strong{
    font-size: 30px;
    margin-left: 16px;
    margin-right: 32px;
    font-weight: bold;
}


#index main .inquiry a{
    display: block;
    width: 100%;
    height: 80px;
    background-color: #ea6000;
    border-radius: 10px;
    
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    color: #ffffff;
}
#index main .inquiry a:hover{
    background-color: #ff7f26;
}

#index main .inquiry a:active{
    border: solid 1px #ff7f26;
    background-color: #ffffff;
    color: #ff7f26;
}

@media screen and (max-width:480px) { 
    
    #index .content{
        margin-top: 0px;
    }
    
    #index main .concept ul{
        font-size: 16px;
    }
    
    #index main .concept{
        border-radius: 0px;
    }
    
    #index main .price strong{
        font-size: 20px;
        margin-left: 4px;
        margin-right: 8px;
    }
    
    #index main .inquiry{
        margin-left: 16px;
        margin-right: 16px;
    }
    
    #index main .inquiry a{
        width:auto;
        font-size: 14px;
    }
    
}