    /*-----font軽量版読み込み-----*/

@font-face {
    font-family: "source-han-serif-jpn-r";
    font-style: normal;
    font-weight: 400;
    src: url("/common/font/source-san-serif/SourceHanSerif-Regular-m.eot");
    src: url("/common/font/source-san-serif/SourceHanSerif-Regular-m.eot?#iefix") format('embedded-opentype'), url("/common/font/source-san-serif/SourceHanSerif-Regular-m.woff") format('woff'), url("/common/font/source-san-serif/SourceHanSerif-Regular-m.ttf") format('truetype');
}


/*源ノ明朝 Bold*/

@font-face {
    font-family: "source-han-serif-jpn-b";
    font-style: normal;
    font-weight: 700;
    src: url("/common/font/source-san-serif/SourceHanSerif-Bold-m.eot");
    src: url("/common/font/source-san-serif/SourceHanSerif-Bold-m.eot?#iefix") format('embedded-opentype'), url("/common/font/source-san-serif/SourceHanSerif-Bold-m.woff") format('woff'), url("/common/font/source-san-serif/SourceHanSerif-Bold-m.ttf") format('truetype');
}


/*-----font軽量版読み込みend-----*/


/*-----共通-----*/

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
input,
textarea,
button,
table,
tr,
th,
td,
article,
aside,
footer,
header,
hgroup,
nav,
section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100% !important;
    overflow-x: hidden;
    overflow-y: visible;
    overflow-y: scroll\9;
    font-size: 62.5%;
}

body {
    margin: 0 auto;
    font-family: source-han-serif-jpn-r, sans-serif;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
}

body a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd {
    line-height: 1.5;
}


/*ヘッダー*/

body header {
    width: 100%;
    background-color: #FFFFFF;
    z-index: 500;
    position: fixed;
    top: 0;
    border-bottom: solid 1px #ccc;
    font-family: "Noto Sans Japanese";
}

header:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.header_wrapper {
    width: 100%;
    margin: 0 auto;
}

.header_wrapper h1 {
    float: left;
}

.header_wrapper .mainnav ul {
    font-size: 14px;
    font-size: 1.4rem;
    float: right;
    background: none;
}

.mainnav ul li {
    float: left;
    color: #333333;
    width: auto;
    display: inline-block;
    text-align: center;
    line-height: 100%;
    height: 100%;
    border-left: 1px #CCC solid;
}

.mainnav ul li:last-child {
    border-right: 1px #CCC solid;
}

.mainnav ul li a {
    color: #333333;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    -moz-transition: color 0.3s, -moz-transform 0.3s;
    transition: color 0.3s, transform 0.3s;
    display: block;
    padding: 12px 20px;
}

.mainnav ul li a:hover {
    color: rgba(29, 32, 135, .75);
    border-bottom: solid 3px rgba(29, 32, 135, .75);
}


/*-----フッター-----*/

body footer {
    width: 100%;
    height: 60px;
    display: block;
    overflow: visible;
    padding: 10px 0;
    z-index: 2;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,036eb8+50,036eb8+100,036eb8+100 */
    /* background: rgb(0, 0, 0);
    
    background: -webkit-linear-gradient(left, #F1E9D9 0%, #F1E9D9 50%, #000 50%, #000 100%, #000 100%);
    
    background: -webkit-linear-gradient(left, #F1E9D9 0%, #F1E9D9 50%, #000 50%, #000 100%, #000 100%);
    
    background: linear-gradient(to right, #F1E9D9 0%, #F1E9D9 50%, #000 50%, #000 100%, #000 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#036eb8', GradientType=1); */
    /* IE6-9 */
}

footer ul {
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    display: block;
    overflow: visible;
}

footer ul li {
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    margin: 0 auto;
    clear: none;
    float: left;
}

footer ul li.copy {
    width: auto;
    padding: 0;
    padding-top: 5px;
    margin-right: 20px;
    font-size: 12px;
    float: right;
    clear: none;
    display: block;
     color: #000; 
}

footer ul li a {
    color: #000;
}

footer ul li a:hover {
    text-decoration: underline;
}

.font_b {
    font-weight: bold;
    font-size: 110%;
}


/*TOPに戻るボタン*/

.gotop {
    position: absolute;
    font-size: 77%;
}

.gotop a {
    text-decoration: none;
    color: #fff;
    width: 166px;
    text-align: center;
    display: block;
}

.gotop a:hover {
    -webkit-animation: purupuru 0.8s linear 0s 1;
    animation: 0.8s linear 0s normal none 1 running purupuru;
}

@-webkit-keyframes purupuru {
    0% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
    }
    20% {
        -webkit-transform: scale(1.0, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    }
    50% {
        -webkit-transform: scale(1.0, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    }
    65% {
        -webkit-transform: scale(1.0, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    }
    80% {
        -webkit-transform: scale(1.0, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    }
    100% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

@keyframes purupuru {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
    20% {
        transform: scale(1.0, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    }
    50% {
        transform: scale(1.0, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    }
    65% {
        transform: scale(1.0, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    }
    80% {
        transform: scale(1.0, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    }
    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

@media screen and (max-width: 1080px) {
    /*ヘッダー*/
    .header_wrapper {
        width: 100%;
    }
    .mainnav ul li {
        padding: 5px 10px 0;
    }
    
    /*フッター*/
    body footer {
        min-width: 100%;
        height: auto;
    }
    footer ul {
        color: #fff;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        padding: 0;
    }
    footer ul li {
        float: none;
        padding: 5px;
    }
    footer ul li.copy {
        float: none;
        margin-right: 0;
        color: #000;
    }
    footer ul li:first-child {
        background-color: rgba(222, 193, 135, 0.5);
    }
    footer ul li:nth-child(2) {
        background-color: rgba(222, 193, 135, 0.7);
    }
    footer ul li:nth-child(3) {
        background-color: rgba(222, 193, 135, 1);
    }
    /* footer ul li:last-child{ background-color:rgba(255, 255, 255,0);} */
    footer ul li a {
        color: rgb(29, 32, 135);
    }
    footer ul li:last-child a {
        color: rgba(255, 255, 255, 1);
    }
    body footer {
        background: #f1e9d9;
    }
}

@media screen and (max-width: 768px) {
    /*ヘッダー*/
    header .header_wrapper h1 {
        border-bottom: solid 1px #bdbdbd;
        width: 100%;
    }
    body header {
        position: static;
    }
    .mainnav {
        overflow: hidden;
    }
    .mainnav ul li a:hover {
        border: none;
    }
    .mainnav ul {
        width: 100%;
        padding-top: 0 !important;
    }
    .mainnav ul li {
        width: 50%;
        background: #e7e7e7;
        border-left: solid 1px #ccc;
        padding: 0;
    }
    .mainnav ul li a {
        padding: 6% 0;
    }
    .mainnav ul li.last {
        display: none;
    }
    .gotop a {
        width: 80px;
    }
    .gotop a img {
        width: 100%;
    }
    @media screen and (max-width: 480px) {
        body {
            font-size: 1.4rem;
        }
    }