@charset "utf-8";
/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.index-about-title {
    color: #FF6803;
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 25px;
    line-height: 1.4;
    padding: 5px 15px;
    margin: 0 -15px 15px;}

.index-about-title p{
    margin-top: 20px;
}
/*首頁*/

.editor{
    color: #222;
}

.about-editor-index .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.about-editor-index .row img{
    width: 100%;
    margin:0;
}
.about-editor-index .col {
    display: table-cell;
    vertical-align: middle;
    color: #444;
}
.about-editor-index .col1 {
    vertical-align: top;
    padding-right: 0px;
}
.about-editor-index .col2 {
    width: 33.4%;
    background: #FFF5EE;
    padding: 3% 4.5%;
    text-align: left;
}
.about-editor-title-index {
    color: #FF7212;
    font-size: 25px;
    font-weight: normal;
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    margin: 0;
    font-weight:bold;
}
.about-editor-title-index:after {
    content: '';
    display: block;
    background:#FF7212;
    width:30px;
    height:2px;
    margin: 10px 0 20px;
    transition: all .5s ease;
}
.about-editor-index .col2{
    transition: all .5s ease;
}
.col2:hover .about-editor-title-index:after {
    width:280px;
}
.col2:hover p{
    color: #888;
}
/* about頁面 */
.about-layout {
    margin-top: 20px;
    margin-left: 15px;
}
.about-title {
    font-size: 20px;
    font-weight: bold;
    color: #FF6803;
    margin-bottom: 10px;
}
.about-txt {
    color: #555;
}
.about-editor .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.about-editor .row img{
    width: 100%;
    margin:0;
}
.about-editor .col {
    display: table-cell;
    vertical-align: middle;
}
.about-editor .col1 {
    vertical-align: top;
    padding-right: 4px;
}
.about-editor .col2 {
    width: 60%;
    background: #FFF5EE;
    padding-left: 25px;
    text-align: left;
    line-height: 22px;
}
.about-editor-title {
    color: #666;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    margin: 0;
}
.about-editor-title:after {
    content: '◆';
    display: block;
    font-size: 30px;
    margin: 5px 0 10px;
}

.products-editor-pic {
    float: right;
    width: 400px;
    margin: 0 0 10px 30px;
}

.contact-editor .row {
    margin: 0 -2%;
}
.contact-editor .col {
    float: left;
    padding: 0 2%;
}
.contact-editor .col1 {
    width: 44%;
}
.contact-editor .col2 {
    width: 56%;
}
.contact-map {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 8px solid #fff;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list li:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/contact/info_ic.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info-list li.tel:before  { background-position: 0 0; }
.contact-info-list li.mail:before { background-position: 0 50%; }
.contact-info-list li.addr:before { background-position: 0 100%; }
.contact-info-list a:hover {
    text-decoration: underline;
}
.notice-editor-title {
    color: #444;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.04em;
    margin: 0 0 0.4em;
}
.notice-editor-title img {
    vertical-align: text-bottom;
}
.terms-title {
    color: #FF6803;
    font-size: 14px;
    margin: 0 0 0.5em;
}

@media screen and (max-width: 1350px) {
    .about-editor-index .row,
    .about-editor-index .col {
        display: block;
        width: auto;
    }
    .about-editor-index .row {
        max-width: 728px;
        margin: 0 auto;
    }
    .about-editor-index .col1 {
        padding: 0;
        margin-bottom: 4px;
    }
    .about-editor-index .col2 {
        padding: 10px;
    }
    .about-editor-title-index{
        font-size: 16px;
        padding:5px 0;
    }
    .about-editor-title-index:after{
        display: none;
    }

    /* about頁面 */
    .about-editor .row,
    .about-editor .col {
        display: block;
        width: auto;
    }
    .about-editor .row {
        max-width: 728px;
        margin: 0 auto;
    }
    .about-editor .col1 {
        padding: 0;
        margin-bottom: 4px;
    }
    .about-editor .col2 {
        padding: 10px;
    }
    .about-editor-title{
        font-size: 14px;
        padding:5px 0;
    }
    .about-editor-title:after{
        display: none;
    }
    .row img{
        margin:0;
    }
    .contact-info-list li{
        margin: 2px 0;
    }
}
@media screen and (max-width: 1000px) {
    .index-about-title:before {
        top: 18.5%;
    }

    .index-about-title:after {
        top: 18.5%;
    }
}
@media screen and (max-width: 767px) {
    .products-editor-pic {
        float: none;
        width: auto;
        text-align: center;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }

}
@media screen and (max-width: 600px) {
}