﻿/*----------------------------------------------------------
   
-----------------------------------------------------------*/
@charset "utf-8";
/* index
------------------------------------*/


.add_area {
    margin: 20px auto 40px;
    padding: 20px 5%;
    width: 90%;
    border: #e0e0e0 1px solid;
    background-color: #f9f9f9;
}

.team_table{
    width: 100%;
}
.team_table td{
    vertical-align: top;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 10px;
}

.informal_decision{
    text-align: center;
    margin: 10px auto;
    border: #e0e0e0 1px solid;
    background-color: #f9f9f9;
    padding: 8px 5px !important;
}
.h3_title{
    padding-left: 15px;
    border-left: 5px solid black;
}
.h4_title{
margin-bottom: 5px;
background: #eee;
padding: 5px;
}
/*----------------------------------------------------------
   ＰＣ用　レスポンシブ指定　ここから
-----------------------------------------------------------*/

@media screen and (min-width: 641px) {


}




/*----------------------------------------------------------
   スマホ用　レスポンシブ指定　ここから
-----------------------------------------------------------*/

@media screen and (max-width: 640px) {


    #top_slider .slick-prev {
        left: 20px !important;
    }
    #top_slider .slick-next {
        right: 20px !important;
    }

    #top_slider .slick-dots {
        bottom: 18%;
    }

}


/*----------------------------------------------------------
   スマホ用　レスポンシブ指定　ここまで
-----------------------------------------------------------*/
