/*//////////////////////////////////////*/
/*/////////////// 共通 //////////////////*/
/*//////////////////////////////////////*/
* {
    margin: 0px;
    padding: 0px;
}
::selection {
    background: #CCFFFF;
    color: #000;
}
::-moz-selection {
    background: #CCFFFF;
    color: #000;
}
.content a {
    color: #000;
    text-decoration: underline;
}

/*//////////////////////////////////////*/
/*///////// エディター入力 ///////////////*/
/*//////////////////////////////////////*/
.content div, .content p {
    margin-top: 0;
}
.edit_h1{
    font-size:30px!important;
    font-weight: normal!important;
    padding-left: 0px!important;
    margin-bottom: 50px;
    text-align: center;
    line-height: 80px;
    background: #eee;
    letter-spacing: 2px;
}
.edit_h2{
    font-size:30px!important;
    font-weight: normal!important;
    padding-left: 10px!important;
    border-left: 4px solid #000;
    margin-bottom: 20px;
}
.edit_index{
    padding-left: 30px;
}

/*//////////////////////////////////////*/
/*/////////////// header ///////////////*/
/*//////////////////////////////////////*/
header{
    background: #1d2088;
    width: 100%;
    position: fixed;
    padding: 15px 0;
    top: 0;
    left: 0;
    z-index: 99;
}
header a{
    width: 240px;
    display: block;
    margin: 0 auto;
}
.sp_menu {
    display: block;
    width: 40px;
    height: 30px;
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 99;
}
/*//////////////////////////////////////*/
/*/////////////// footer ///////////////*/
/*//////////////////////////////////////*/
footer{
    background: #1d2088;
    width: 100%;
    color: #fff;
    padding: 60px 0;
}
footer a{
    color: #fff;
}
.copywrite{
    width: 100%;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 12px;
    line-height: 30px;
}
.f1{
    width: 340px;
    float: left;
    border-right: 1px solid #fff;
    padding-right: 40px;
}
.f1 .footerlogo{
    width: 90%;
    max-width: 250px;
    display: block;
    margin-bottom: 15px;
}
.f1 .footercontact{
    margin-left: 20px;
    text-decoration: underline;
}
.f2{
    width: calc(100% - 380px);
    float: right;
    font-size: 16px;
}
.f2 ul{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-top: 15px;
}
.f2 ul:last-child{
    margin-right: 0;
}
.f2 ul li{
    margin-bottom: 3px;
}

/*//////////////////////////////////////*/
/*/////////////// page /////////////////*/
/*//////////////////////////////////////*/
.edit_h2{
    font-size:30px!important;
    font-weight: normal!important;
    padding-left: 10px!important;
    border-left: 4px solid #000;
    margin-bottom: 20px;
}
.pan{
    margin: 0 0 30px 0;
}

@media screen and (max-width: 960px) {
    .f1 {
        width: 100%;
        float: none;
        border-right: none;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .f2{
        width: 100%;
        float: none;
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    header a {
        width: 160px;
    }
    #nav-open {
        height: 20px;
    }
    .sp_menu {
        height: 20px;
        right: 20px;
    }
    #nav-open span:after {
        bottom: -20px;
    }
    #nav-open span:before {
        bottom: -10px;
    }
    header {
        padding: 14px 0;
    }
}
/*hatta_addここから*/
@media screen and (max-width: 540px) {
    .edit_h2{
        font-size:22px!important;
    }
}
/*hatta_addここまで*/
@media screen and (max-width: 480px) {
    .f2 ul {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-top: 0;
    }
    footer{
        padding: 30px 0;
    }
}
