/***共通********************************/
body{
    margin: 0;
    font-family: "メイリオ",meiryo,sans-serif;
    color: #30354b;
}

.width_1200{
    max-width: 1200px;
    margin: 0 auto;
}

.width_720{
    max-width: 720px;
    margin: 0 auto;
}

.width_870{
    max-width: 870px;
    margin: 0 auto;
}

.sub_line{
    width: 90%;
    margin: 0 auto;
}

.img_center{
    display: block;
    text-align: center;
}
.img_center img{
    max-width: 100%;
}

#gotop img{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

/*--ハンバーガーメニュー-*/
/* gmenu button sp (off) css */
.navToggle{
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 10px;
    top: 10px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 5;
    text-align: center;
    border: solid 2px #063E8E;
    border-radius: 6px;
    background-color: #f2f3ed;
}
 
.navToggle span{
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #063E8E;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1){
    top: 9px;
}
 
.navToggle span:nth-child(2){
    top: 18px;
}
 
.navToggle span:nth-child(3){
    top: 27px;
}

/* gmenu button sp (on) css */
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1){
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3){
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* gmenu nav sp (close) */
nav.globalMenuSp{
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background: #fff;
    color: #ffffff;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul{
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li{
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #455797;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child{
    padding-bottom: 0;
    border-bottom: #033e8f 8px double;
}
 
nav.globalMenuSp ul li a{
    display: block;
    color: #063E8E;
    padding: 15px 0 15px 10px;
    text-decoration: none;
    font-weight: bold;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active{
    transform: translateY(0%);
}

/* gmenu nav sp (open) */
.global_nav.active{
    transform: translateY(0%);
}

#g_menu_sp_sec{
    display: none;
}

/***ナビゲーションバー***************************/
#nav{
    background-color: #fff;
    z-index: 1;
    height: 49px;
    border-bottom: #033e8f 8px double;
}

#nav ul{
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#nav li{
    display: block;
    float: left;
    list-style: none;
    width: 20%;
}
#nav a{
    display: inline-block;
    text-decoration: none;
    color: #033e8f;
    font-weight: bold;
    font-size: 0.9em;
    width: 100%;
    padding: 14px 0;
}
#nav a:hover{
    background-color: #033e8f;
    color: #fff;
}
.breadcrumbs{
    color: #033e8f;
    background-color: #d3e5ff;
    margin-bottom: 70px;
    padding: 5px 0;
    font-size: 0.9em;
}
.breadcrumbs a{
    color: #033e8f;
}


/***フッター************************************************/
#about_ndc{
    padding: 30px 0;
    background-color: #ffe0a5;
    overflow: hidden;
    width: 0 auto;
    font-size: 0.8em;
}

#about_ndc_01{
    display: table-cell;
    width: 15%;
}

#about_ndc_01 img{
    width: 100%;
}

#about_ndc_02{
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 30px;
    vertical-align: middle;
}
#about_ndc_02 p{
    margin: 0;
}

#about_admin{
    background-color: #d3e5ff;
}
#about_admin .width_365{
    max-width: 365px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 0.8em;
    overflow: hidden;
}
#about_admin img{
    display: block;
    margin: 0 auto;
}

#about_admin a{
    color: #297cc0;
    font-weight: bold;
    overflow: hidden;
}

#about_admin p{
    color: #451046;
}

#twitter{
    float: left;
}

#twitter a{
    background-color: #51abef;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    padding: 5px 15px;
    border-radius: 5px;
}

#facebook{
    float: left;
}

#facebook a{
    background: #3b5997;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    padding: 5px 15px;
    border-radius: 5px;
}

#support{
    clear: both;
    overflow: hidden;
    padding: 20px;
    background-color: #d3e5ff;
}

#support h2{
    display: block;
    text-align: center;
    color: #033e8f;
    margin: 0 0 20px 0;
}

#support h2 p{
    display: inline-block;
    border-bottom: #033e8f 2px solid;
    padding: 0 10px;
    margin: 0;
    font-size: 0.9rem;
}

#support .logo{
    overflow: hidden;
}
#support .logo .logo_list{
    background-color: #fff;
    width: 600px;
    margin: 10px auto;
    padding: 5px 0;
    text-align: center;
}
#support .logo .logo_list:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#support .logo .logo_list:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#support .logo .logo_list img{
    max-height: 40px;
}
#support .logo .logo_list p{
    margin: 5px 0;
    font-size: 0.9em;
}
#support .logo .logo_list .size_12{
    font-size: 1.2em;
}


#copyright{
    font-size: 0.8em;
    text-align: center;
    color: #297cc0;
}


/***サイドのボタン***************************************/
#side_button .fixed{
    
}
#side_button a.image{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 4;
}
#side_button a.image:nth-child(1){
    position: fixed;
    right: -40px;
    top: 100px;
    height: 65px;
}
#side_button a.image:nth-child(2){
    position: fixed;
    right: -40px;
    top: 175px;
    height: 65px;
}
#side_button a.image:nth-child(3){
    position: fixed;
    right: -40px;
    top: 250px;
    height: 65px;
}
#side_button a.image:hover{
    right: -30px;
}
#side_button .image img{
    max-height: 100%;
}

@media screen and (max-width:760px){
    #nav{
        display: none;
    }

    #nav_responsive{
        display: block;
    }
 
    #gotop img{
        position: fixed;
        right: 5px;
        bottom: 5px;
        z-index: 2;
    }
    
    #support .logo .logo_list{
        width: 100%;
    }
    
    /*ハンバーガーメニュー******/
    #g_menu_sp_sec{
        display: block;
    }
    
    .click_show_1{
        display: none;
        background-color: #0f2144 !important;
    }
    
    .click_show_1 li a{
        padding: 10px 0 10px 25px !important;
    }
    
    .click_show_2{
        display: none;
        background-color: #0f2144 !important;
    }
    
    .click_show_2 li a{
        padding: 10px 0 10px 25px !important;
    }
}

/***タブレットサイズ(760px以下)***********************/
@media screen and (max-width:760px){
    #side_button{
        display: none;
    }
}

@media screen and (max-width:460px){
    #about_ndc_01{
        display: table;
        margin: 0 auto;
        width: 25%;
    }
    
    #about_ndc_02{
        display: table;
        padding: 0;
    }
    .breadcrumbs{
        margin-bottom: 15px;
    }
}