@charset "utf-8";

/* フォント、文字色指定 */
body *{
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
    color: #001242;
}

body h2{
    font-size: 36px;
    font-weight:bold;
    text-align: center;
}

body h3{
    font-size: 24px;
    font-weight:bold;;
}

body h4{
    font-size: 20px;
    font-weight: bold;
}

/* ヘッダ領域の設定 */
.site_header{
    margin: 0 auto; 
    width: 1440px;
    height: 150px;
    box-sizing: border-box;
    border-top: 30px solid #4fc3f7;
    border-bottom: 0.5px solid #607d8b;
    display: flex;
    position: relative;
    font-size: 18px;
}

.site_header h1{
    margin-top: 20px;
    margin-left: 80px;
}

.site_header a{
    text-decoration: none;
}

.site_header a:hover{
    font-weight: bold;
}

.header_rows{
    display: flex;
    flex-direction: column;
    position: absolute;
    right:80px;
}

.upper_head{
    height: 20px;
    box-sizing: border-box;
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: flex-end;
}

.upper_head a::after{
    content:"";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/faq_icon_s.png);
    background-size: 100%;
}

.upper_head input{
    margin-left: 40px;
}

.upper_head button{
    border: none;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    background-image: url(../images/search_icon_s.png);
    background-size: 100%;
}

.upper_head button:hover{
    transform: scale(1.2);
}

.lower_head{
    width:610px;
    height: 20px;
    box-sizing: border-box;
    margin-top: 40px;
}

.lower_head ul{
    display: flex;
    justify-content: flex-end;
}

.lower_head li{
    margin-left: 20px;
}

/* コンテンツ領域の設定 */
.members{
    margin: 0 auto ;
    width: 1440px;
    height: 663px;
    box-sizing: border-box;
    background-image: url(../images/login.jpg);
    background-size: content;
}

/* フッター領域の設定 */
.footer{
    margin: 0 auto;
    width: 1440px;
    height: 380px;
    box-sizing: border-box;
    background-color: #607d8b;
    padding-top:40px;
    padding-left: 180px;
    position: relative;
}

.footer a{
    color: #e3e3e3;
    text-decoration: none;
    font-size: 16px;
    line-height: 36px;
}

.footer a:hover{
    font-weight: bold;
}

.ft_list_01{
    position: absolute;
    top:100px;
}

.ft_list_02{
    position: absolute;
    top:100px;
    left: 580px;
}

.ft_list_03{
    position: absolute;
    top:100px;
    left: 980px;
}

.ft_list_03_item_04 a{
    display: block;
    margin-top: 9px;
    line-height: 18px;
}

.ft_list_sns{
    display: flex;
    justify-content: space-between;
    width: 150px;
    height: 40px;
    position: absolute;
    top: 280px;
    left: 1050px;
    vertical-align: middle;
}

.ft_list_sns a:hover{
    transform: scale(1.2);
}

.ft_list_sns_item_01 a{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/logo-X.png);
    background-size: cover;
    background-repeat: no-repeat;   
    font-size: 0px;
}

.ft_list_sns_item_02 a{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/logo-FB.png);
    background-size: cover;
    background-repeat: no-repeat;   
    font-size: 0px;
}

.ft_list_sns_item_03 a{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/logo-YT.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;   
    font-size: 0px;
}

.footer small{
    position: absolute;
    top:340px;
    left:1050px;
    color: #e3e3e3;
}
