@charset "utf-8";
/*****************************************
	lp_common_01.css
	企業固有のスタイルを指定
******************************************/
@font-face {
    font-family: recop-iconfont;
    src:
            url('./option/font/recop-iconfont.eot?') format('eot'),
            url('./option/font/recop-iconfont.woff') format('woff'),
            url('./option/font/recop-iconfont.ttf') format('truetype');
}
div#container,
#header .content,
#main .content,
#footer .content .free {
    width: 100%;
}
body {
    color: #202020;
    font-family: "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",sans-serif;
}
/*******************************
 自由ヘッダー
*******************************/
#header .content .free {
    font-family: "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",sans-serif;
}

/*******************************
 自由フッター
*******************************/
#main .space {
    padding-bottom:180px;
}
#footer {

}

#footer .content .free {
}
.copyWrap {
    background-color: #00a256;
    color: #fff;
    font-size: 12px;
    padding: 20px 3% 30px;
    text-align: center;
}
#footer .content .free .copyWrap a {
    color: #fff !important;
    text-decoration: none !important;
}
.copy span {
    display: inline-block;
}
#scroll_pagetop{
    right: 0;
    opacity: 1 !important;
    left: 0;
    max-width: 1000px;
    margin: auto;
    width: 94%;
    height: 0;
    bottom: 0;
}
#scroll_pagetop a {
    background-color: #00a256;
    color: #fff !important;
    display: block;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none !important;
    text-align: center;
    width: 70px;
    height: 70px;
    position: absolute;
    padding-top: 30px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    box-sizing: border-box;
}
#scroll_pagetop a:after {
    font-family: recop-iconfont;
    content: "\E844";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 15px;
    font-size: 20px;
    font-weight: normal;
    height: 1em;
    width: 1em;
    line-height: 1em;
}
#unkerpoint{
    height: 0;
    width: 0;
    border: none;
}
@media screen and (max-width: 480px) {
    #scroll_pagetop a {
        width: 60px;
        height: 60px;
        padding-top: 25px;
        font-size: 16px;
    }
    #scroll_pagetop a:after {
        top: 5px;
    }
}