@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?yrcox0');
	src:url('fonts/icomoon.eot?yrcox0#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?yrcox0') format('truetype'),
		url('fonts/icomoon.woff?yrcox0') format('woff'),
		url('fonts/icomoon.svg?yrcox0#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
    display: inline-block;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-modal-close:before {
    content: "\e90a";
}
.icon-btn-next:before {
    content: "\e908";
}
.icon-btn-prev:before {
    content: "\e909";
}
.icon-window:before {
    content: "\e907";
}
.icon-arrow-bottom:before {
    content: "\e900";
}
.icon-arrow-right:before {
    content: "\e901";
}
.icon-arrow-top:before {
    content: "\e902";
}
.icon-close:before {
    content: "\e903";
}
.icon-hamburger:before {
    content: "\e904";
}
.icon-logo-mark:before {
    content: "\e905";
}
.icon-logo-txt:before {
    content: "\e906";
}

/*
 * @global
 */
.pdf{
    color:#252448;
}
.pdf:hover{
    color: #e8346b;
}
.pdf img{
    width: auto;
    height: auto;
    max-width: 16px;
    vertical-align: middle;
}
/*body {*/
    /*background-color: #f7f8fa;*/
    /*color: #828a9d;*/
    /*font-family: "futura-pt",sans-serif;*/
/*}*/
.Footer img {
    width: 100%;
}

/*
 * @Wrap
 */
.Wrap {
    position: relative;
    max-width: 2000px;
    min-width: 1080px;
    margin: 0 auto;
}

/*
 * @Header
 */
.Header{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1001;
    background-color: #fff;
}
.Header_inner{
    width: 1024px;
    margin: 0 auto;
    padding-top: 10px;
}
.Header_logo{
    float: left;
}
.Header_logo img{
    width: 159px;
}
.Header_nav{
    font-size: 16px;
    float: right;
}
.Header_nav a{
    color: #252448;
    display: block;
    padding: 6px 10px 7px;
    line-height: 1;
    position: relative;
    letter-spacing: .05em;
}
.Header_nav a:after {
    content: "";
    background-color: #252448;
    height: 2px;
    width: 0;
    position: absolute;
    top: 100%;
    left: 0;
    margin: auto;
    -webkit-transition: .5s;
    transition: .5s;
}
.Header_nav a:hover:after {
    width: 100%;
}
.Header_nav_item{
    float: left;
    margin-left: 10px;
}
.Header_nav_item.-current a{
    color: #e8346b;
    border-bottom: #e8346b solid 2px;
}
.Header_nav_item.-current a:after{
    display: none;
}
.Header.-fixed{
    top: -70px;
    background-color: #fff;
    position: fixed;
    z-index: 20000;
}

/*
 * @PageTop
 */
.PageTop {
    position: fixed;
    right: 20px;
    bottom: -60px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #fff;
    opacity: 1;
    -webkit-transition: all  0.3s ease;
    transition: all  0.3s ease;
    border: 1px solid #252448;
    z-index: 300;
}
.PageTop:hover {
    background-color: #252448;
    color: #fff;
    opacity: .8;
}
.PageTop_link {
    color: #252448;
}

/*
 * @Footer
 */
.Footer {
    background-color: #252348;
}
.Footer_list {
    margin: 0 auto;
    padding: 56px 0;
    text-align: center;
}
.Footer_list_item {
    width: 304px;
    height: 104px;
    display: inline-block;
    margin: 10px;
    background-color: #fff;
}
.Footer_list_item.-wide {
    width: 510px;
    height: 64px;
    margin: 10px;
    margin-top: 50px;
}
.Footer_list_item .-sp {
    display: none;
}
.Footer_list_item img{
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all  0.3s ease;
    transition: all  0.3s ease;
}
.Footer_list_item img:hover{
    opacity: .7;
    -ms-filter: alpha(opacity=30);
    filter: alpha(opacity=30);
}
.Footer_navArea {
    width: 100%;
    border-top: 1px solid #51506d;
    color: #fff;
    font-size: 11px;
    overflow: hidden;
}
.Footer_navArea_inner {
    width: 1024px;
    margin: 0 auto;
    padding: 26px 0;
}
.Footer_navArea_list {
    display: inline-block;
    letter-spacing: -.3em;
    width: 400px;
}
.Footer_navArea_item {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 10px;
    border-right: 1px solid #51506d;
}
.Footer_navArea_item.-logo {
    width: 160px;
    display: inline-block;
    padding: 0 18px 0 0;
    line-height: .1;
    vertical-align: bottom;
}
.Footer_navArea_link{
    color: #f7f8fa;
}
.Footer_navArea_copyright {
    float: right;
    color: #f7f8fa;
}


/*
 * @Laoder
 */
.loadingWrap{
    width: 100%;
    height: 100%;
    background: #f7f8fa;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25000;
}
.loadingWrap .loader{
    width: 30px;
    height: 30px;
    background: href="../img/common/loader.gif) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}



@media screen and (max-width:768px){
    /*
     * WRAP
     */
    .Wrap {
        max-width: none;
        min-width: 320px;
    }


    /*
     * PAGE TOP
     */
    .PageTop {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 20px;
        bottom: -60px;
    }
    .PageTop:hover {
        background-color: #fff;
        color: #252448;
        opacity: 1;
    }


    /*
     * HEADER
     */
    .Header_logo img{
        width: 105px;
        margin-left: 10px;
    }
    .Header_inner{
        width: auto;
    }
    .Header_nav{
        float: none;
        width: 180px;
        margin: 0 auto;
    }
    .Header_nav a{
        color: #fff;
    }
    .Header_btnMenu{
        float: right;
        font-size: 20px;
        color: #252448;
        margin-right: 10px;
    }
    .Header_nav_item{
        float: none;
        margin: 16px 0;
        display: inline-block;
    }


    /*
     * FOOTER
     */
    .Footer_list {
        padding: 16px 0 10px;
    }
    .Footer_list_item {
        width: 228px;
        height: 78px;
        display: block;
        margin: 16px auto 20px;
    }
    .Footer_list_item.-wide {
        width: 300px;
        height: 73px;
        margin: -10px auto 30px;
    }
    .Footer_list_item .-sp {
        display: block;
    }
    .Footer_list_item .-pc {
        display: none;
    }
    .Footer_navArea_inner {
        width: 100%;
        padding: 40px 0;
    }
    .Footer_navArea_list {
        display: block;
        text-align: center;
        margin-bottom: 30px;
        width: inherit;
    }
    .Footer_navArea_item.-logo {
        width: 160px;
        display: block;
        padding: 0;
        border: none;
        margin: 0 auto 30px;
    }
    .Footer_navArea_item.-borderLeft {
        border-left: 1px solid #51506d;
    }
    .Footer_navArea_copyright {
        float: none;
        text-align: center;
    }
}