html {
    color: #676969;
}
h2 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: .1em;
    color: #51514f;
}
h3 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #51514f;
    font-weight: bold;
}
h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
img {
    width: 100%;
    vertical-align: middle;
}
a:hover {
    opacity:.8;
}
a:hover * {opacity:.8;
}

.area_logo {
    position: relative;
}

    .area_logo > h1 > a > img {
        position: absolute;
        width: 170px;
        height: 52px;
        top: 20px;
    }


.base_btn {
    background-color: #DF0623;
    width: 310px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 10px;
    display: block;
    margin: 0 auto;
    background-image: url('https://apricastorage.blob.core.windows.net/images/icon_arrow_right.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    display: block;
}

.base_btn_white {
    background-color: white;
    background-image: url('https://apricastorage.blob.core.windows.net/images/category_btn_arrow.png');
}
    .base_btn_white a {
        width: 340px;
        height: 24px;
        padding: 0 5%;
        color: #51514f;
        font-size: 1.6rem;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
    }
    .base_btn > p {
        padding-left: 20px;
        width: 230px;
    }

.section_header_pc {
    display: block;
}

.section_header_mobile {
    display: none;
}

.section_header_pc .head_top {
    height: 44px;
}

.section_header_pc .head_menu {
    width: 100%;
    height: 96px;
    background-color: #df0623;
}
.section_header_pc .area_head {
    height:96px;
    position:relative;
}
.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}


/*上部選單*/

.head_top #subnavi_area {
    background-color: #FFF;
    width: 100%;
    height: 44px;
    padding: 10px 0;
    text-align: right;
    position: relative;
}
.head_top #subnavi_area #site_description_text_area {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: left;
}
 .head_top #subnavi_area #site_description_text {
    height: 24px;
    display: table-cell;
    vertical-align: middle;
}
 .head_top #subnavi_area #site_description_text p {
    color: #e72118;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: .1em;
    font-weight:900;
    padding-left: 4px;

}
    .head_top #subnavi_area ul {
        display: inline-block;
        height: 24px;
        font-size: 0;
        vertical-align: baseline;
        position: absolute;
        top: 10px;
        right: 10px;
    }
        .head_top #subnavi_area ul li {
            display: inline-block;
            font-size: .8rem;
            font-weight: bold;
            margin-left: 26px;
            vertical-align: middle;
            
        }
            .head_top #subnavi_area ul li a {
                text-decoration:none;
                position:relative;            
            }
            .head_top #subnavi_area ul li img {
                width:24px;
                height:24px;
                padding-right:5px;
                float:left;
            }
            .head_top #subnavi_area ul li a div {
                float: left;
                padding-top:5px;
                color: #888888;
            }
    .head_top #subnavi_area #search_box {
        eight: 24px;
        background-color: #bfbfbf;
        margin-right: 10px;
        padding: 0 10px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -o-border-radius: 12px;
        behavior: url(border-radius.htc);
    }
        .head_top #subnavi_area #search_box #search_submitbtn {
            width: 15px;
            background: url(https://apricastorage.blob.core.windows.net/images/header_search.svg) 0 0 no-repeat;
            text-indent: -9999px;
            border: none;
            padding: 0;
            margin: 0;
            outline: none;
        }
    .head_top #subnavi_area #search_box #search_textbox {
        padding: 0 10px;
        height: 24px;
        color: #444;
        border:none;
        outline:none;
        background:none;
    }
.head_menu .wrap .area_menu {
    float: right;
    padding-top: 35px;

}
.head_menu .wrap .area_menu .nav li {
        float: left;
        color: white;
        font-size: 1.3rem;
        margin-right: 20px;
        line-height: 18px;
        font-weight: 900;
    }
     .head_menu .wrap .area_menu .nav li a {
            text-decoration: none;
            color: white;
        }
        .head_menu .wrap .area_menu .nav li:hover {
            color: #fde173;
            border-bottom: 3px solid #fde173;
            padding-bottom: 7px;
        }
        .head_menu .wrap .area_menu .nav li:hover a {color: #fde173;}
.section_header_pc .head_area_drop {
    position: absolute;
    display: none;
    background: rgba(255,255,255,.8);
    width:100%;
    z-index:999999

}
    .section_header_pc .head_area_drop .area_head_area {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 20px;
        margin: 0 auto;
        text-align: left;
        background: url(https://apricastorage.blob.core.windows.net/images/dropdown_arrow.png) center top no-repeat;
    }
.block_classsub ul li {
    float: left;
    width: 25%;
    font-size: 1.15rem;
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: bold;
}
.block_classsub ul li a {
    color: #595959;
    text-decoration: none;
}
.block_classsub ul li a:hover{
    color: #888;
    text-decoration: none;
    border: none;
}
    .block_classsub ul li a img {
        width: 76px;
        border: 1px solid #ececec;
    }
    .block_classsub ul li a:hover img {
        opacity:.8;
    }
    .block_classsub ul li a dl dt,block_classsub ul li a dl dd {
        display: table-cell;
        vertical-align: middle;
    }
    .block_classsub ul li a dl dt {
        float: left;
        width: 76px;
        margin-right:10px;
    }
.block_classsub ul li a dl dd {
    padding-right:10px;
    height: 76px;
    max-height: 76px;
    font-size:14px;
    vertical-align:middle;
    display:table-cell;
   
}
/*------------*/


.section_about_bg {
    background: url(https://apricastorage.blob.core.windows.net/images/about_bg.jpg) center center no-repeat #b1c5a9;
    background-position: center center;
    background-repeat: no-repeat;
}
.section_about_content {
    max-width: 1020px;
    padding: 50px 0 30px 360px;
    margin: 0 auto;


}
    .section_about_content #common_about_text .common_about_logo {
        max-width: 190px;
        padding: 0 0 36px 0;
    }
    .section_about_content #common_about_text h4 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #df0623;
        padding-bottom: 16px;
        margin-bottom: 0;
        border: none;
    }

    .section_about_content #common_about_text p {
        font-size: 1.6rem;
        line-height: 1.8;
        font-weight: normal;
        color: #e72118;
        padding-bottom: 32px;
        max-width:660px;
    }

    .section_about_content > ul > li {
        max-width: 328px;
        width: 50%;
        padding: 0 20px 20px 0;
        display: inline-block;
    }

.section_footer_banner {
    background-color: #F7F5F3;
    text-align: center;
    clear: both;
    padding: 36px 24px 10px 24px;
}

    .section_footer_banner ul li {
        width: 30.4%;
        margin: 0 1.3% 2.6% 1.3%;
        padding: 0;
        display: inline-block;
    }

.section_footer_menu {
    background-color: #E8E8E8;
    text-align: center;
}

    .section_footer_menu #footer_logo_area {
        width: 118px;
        height: 38px;
        margin: 0 auto;
        padding: 50px 0 36px 0;
        box-sizing: content-box;
    }

    .section_footer_menu #footer_navi_area ul {
        padding-bottom: 16px;
        font-size: 0;
    }

        .section_footer_menu #footer_navi_area ul li {
            font-size: 1.4rem;
            line-height: 1;
            display: inline-block;
            color: #666;
            border-left: 1px solid #a8a8a8;
            padding: 0 16px;
            margin-bottom: 10px;
        }

            .section_footer_menu #footer_navi_area ul li:first-child {
                border-left: none;
            }

            .section_footer_menu #footer_navi_area ul li a {
                text-decoration: none;
                color: #666;
            }
                .section_footer_menu #footer_navi_area ul li a:hover {
                    opacity:.8;
                }
    .section_footer_menu #copyright_area {
       font-size:.8rem;
       color: #666;
        margin: 0 auto;
        padding: 40px 0 26px 0;
        box-sizing: content-box;
    }

    /*Banner區塊*/
    
/*-------------------------------*/
/*小Banner*/
.panel_border {
    border-left: #ddd 1px solid;
}
.panel_layout {
    border-top: #ddd 1px solid;
    width: 100%;
    background-color: #efefef;
    box-sizing: content-box;
}
    .panel_layout > div {
        background-color: #ddd;
      border: #ddd 1px solid;
    border-width: 0 1px 1px 0;
    }
    .col2 > div {
    width: 50%;
    float: left;
}
.col3 > div {
    width: 33.333%;
    float: left;
}

.panel_layout a img {
    width: 100%;
    vertical-align: middle;
}
/*-----------*/
/*麵包屑*/
#breadcrmb_area {
    width:100%;
    background-color:#ECECEC;
    text-align: left;
}
#breadcrmb_con {
    max-width: 1020px;
    padding: 20px 20px;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: normal;
    color: #6b6b6b;
}
#breadcrmb_con a, #breadcrmb_con a:visited {
    color: #6b6b6b;
    text-decoration: none;
}
#breadcrmb_con span {
    color: #999;
}
/*-----------*/
/*common*/
.clearfix:after, .input_area:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.cate_top_h3_area {
    width: 100%;
    padding: 80px 0 50px 0;
    text-align: center;
    margin: 0 auto;
}
.cate_top_icon_area {
    width: 204px;
    height: 84px;
    margin: 0 auto;
}
.cate_top_icon_box {
    width: 84px;
    height: 84px;
    float: left;
}
.cate_top_icon {
    color: #FFF;
    background-color: #000;
    width: 84px;
    height: 84px;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -o-border-radius: 42px;
    behavior: url(border-radius.htc);
}
.cate_top_icon_arrow {
    width: 36px;
    height: 84px;
    padding: 35px 8px;
    background-color: transparent;
    float: left;
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}
.cate_top_h3_area h3 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    padding-top: 30px;
}


.cate_blue .cate_top_icon, .cate_blue .cate_top_subcon {
    background-color: #448cbd;
}
.cate_leftimg .cate_top_subcon .cate_top_subimg, .cate_rightimg .cate_top_subcon .cate_top_subtextarea {
    float: left;
}
.cate_top_subcon .cate_top_subimg {
    width: 55%;
}
.cate_rightimg .cate_top_subcon .cate_top_subimg, .cate_leftimg .cate_top_subcon .cate_top_subtextarea {
    float: right;
}
.cate_top_subcon .cate_top_subtextarea {
    width: 45%;
    padding: 0 5%;
}
.cate_top_subcon .cate_top_subtextarea .cate_top_subtext {
    display: table-cell;
    vertical-align: middle;
}
.cate_top_subtextarea h4 {
    color: #FFF;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.8;
    font-weight: normal;
}
.article_title {
    text-align:center;
    padding-top:70px;
    padding-bottom: 56px;
    font-size: 3.0rem;
    color: #df0623;
}

/**/
/*Info*/
.cate_top_overview_area {
    padding: 110px 30% 100px 30%;
    color: #FFF;
    text-align: center;
}
.cate_top_overview_area.cate_top_childseat_overview {
    background: center center no-repeat #7a6334;
   
    background-size:cover;
}
    .cate_top_overview_area h3 {
        font-size:2.4rem;
        line-height: 1.8;
        color: #FFF;
        padding-bottom: 70px;
    }
    .cate_top_overview_area p {
        font-size: 1.4rem;
        line-height: 2.2;
        font-weight: normal;
        padding-bottom: 80px;
    }

.cate_top_suboption_area {
    padding: 0 30px;
    margin: 50px auto;
}
.cate_top_suboption_bg {
    padding: 50px;
    text-align: center;
    color: #51514f;
    background: #f7f5f3;
    border: 10px solid #ececec;
}
.cate_top_suboption_area p {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
}
.cate_top_suboption_area h3 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 14px;
}
.cate_top_optionimg_area.childseat_option_img {
    max-width: 472px;
}
.cate_top_optionimg_area {
    max-width: 980px;
    padding-bottom: 18px;
    margin: 0 auto;
}
.cate_top_sub_btnarea {
    max-width: 380px;
    margin: 0 auto;
    margin-bottom:10%
}
/**/
br.sp_br {
    display: none;
}
.onlyPC {
    display:block;
}
.onlyMobile {
    display:none;
}
    /*980以下寬度*/
@media screen and (max-width: 981px) {
    .onlyPC {
    display:none;
}
.onlyMobile {
    display:block;
}
    .section_body {
        padding-top: 60px;
    }
    .section_header_pc {
        display: none;
    }
    .section_header_mobile {
        display: block;
        position: absolute;
        width: 100%;
        
    }
    .section_about_content #common_about_text h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #df0623;
    padding-bottom: 16px;
    clear: both;
}
   .section_about_content #common_about_text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: normal;
    color: #e72118;
    padding-bottom: 32px;
}
   .section_about_content .base_btn {
    width:260px;
}
   .section_about_content ul {
    font-size: 0;
    text-align: right;
}
    .section_about_content {
        padding-left:20px;
        padding-right:20px;
    }
        .section_about_content .common_about_logo  {
            float:right;
            margin-right:20px;
        }
        .section_about_content #common_about_text {
            padding-left:40%;
        }
    .cate_top_overview_area {
        padding: 110px 10% 100px 10%;
       
    }
}
@media screen and (max-width: 641px) {
    .section_about_bg {
        background: url(/images/about_bg_m.jpg) center center no-repeat #b1c5a9;
        background-size: cover;
    }
    .section_about_content {
        padding: 50px 0 30px 0;
        text-align: center;
    }
    .section_about_content #common_about_text {
    text-align: center;
    padding:0;
}
    .section_about_content #common_about_text #common_about_logo {
    max-width: 128px;
    padding: 0 0 26px 0;
    margin: 0 auto;
    float: none;
}
    .section_about_content #common_about_text h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #df0623;
    padding-bottom: 16px;
    clear: both;
}
    .section_about_content #common_about_text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: normal;
    color: #e72118;
    padding-bottom: 32px;
}
    .section_footer_banner ul li {
       width: 100%;
    margin: 0;
    padding: 0 20px 20px 20px;
    display: inline-block;
    }
    br.sp_br {
    display: inline-block;
}
    .section_about_content ul {
    font-size: 0;
    text-align: center;
}
    .section_about_content .common_about_logo {
       float:none;
        margin:0 auto;
    }
    .section_about_content ul li {
        max-width: 376px;
        width: 100%;
        padding: 0 0 20px 0;
        margin: 0 auto;
    }
    .base_btn {
        width:auto;
    }
    .section_footer_menu #footer_navi_area ul {
        padding-bottom:0
    }
    .section_footer_menu #footer_navi_area ul li {
        float:none;
        clear:both;
        line-height:2.5rem;
        display:block;
    }
}

