/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.terms-title {
    color: #0E589C;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 8px;
}
.about-editor-layout {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.about-editor-pic:after {
    content: '';
    display: block;
    background: #AC5C00;
    height: 2px;
    margin: 1px 0;
}
.about-editor-txt {
    background: url('../../images/common/about/txt_bg.png') 50% 0 / cover no-repeat;
    padding: 35px 5%;
    color: #6D675C;
}
.service-editor-layout {
    max-width: 1100px;
    margin: 0 auto;
}
.service-editor-layout .row {
    margin: 0 -22px;
}
.service-editor-layout .col {
    float: left;
    padding: 0 22px;
}
.service-editor-layout .col1 {
    width: 41%;
    text-align: center;
}
.service-editor-layout .col2 {
    width: 59%;
}
.service-editor-title {
    background: #241D0F;
    text-align: center;
    padding: 30px 25px;
    color: #E5CC9F;
    font-size: 35px;
    font-family: "Times New Roman", Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.contact-info {
    padding: 50px 15px 0;
    max-width: 830px;
    margin: 0 auto;
}
.contact-editor .row {
    margin: 0 -2%;
    display:flex;
}
.contact-editor .col {
    
    padding: 0 2%;
}
.contact-editor .col1 {
    width: 50%;
}
.contact-editor .col2 {
    width: 56%;
}
.contact-map {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 1px solid #666;
    padding: 5px;
}
.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: 5px 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;
}
/*----- index about editor -----*/
.about-sect .editor .t2{
    color: #004C97;
    font-size: 20px;
    line-height: 1.8;
    margin: 20px 0;
    width: 508px;
    letter-spacing: 0.2em;
}
.about-sect .editor .txt{
    color: #636C76;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
/*----- index editor sect-----*/
.task.box{

margin-bottom: 20px;
}
.task.box .title{
    font-size: 20px;
    color:#3F4A5A;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.task.box .title:before{

    z-index: 1;
    content: "\f054";
    font-size: 12px;
    font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    color: #BAC8D1;
    margin-right: 15px;
}
    
.task.box .txt{
    width: 300px;
    font-size: 16px;
    color: #636C76;
    padding-left: 27px;
}
/*--------------about page CSS---------------*/
.about-page {

    margin: auto;
}
.about-page .row {
    margin: auto;
    display:flex;
    align-items:center;
}

.about-page .col {
    width:50%
}

.about-page .col+.col {
    margin-left: .4%;
}

.about-page .col .title {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #404A5B;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    position: relative;
    letter-spacing: 0.2em;
    line-height: 1;
}
.about-page .col .title span{
    color:#AB9474;
    display:block;
    font-size: 24px;
 background: linear-gradient(to top, #ffffff, #e8f1ff);
  background: -webkit-linear-gradient(to top, #ffffff, #e8f1ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
    font-size: 175px;
    position:absolute;
    left:0;
    bottom:0;
    z-index:-1;
}
.about-page .col .title.t2 {
    color: #004C97;
    font-size: 20px;
    line-height: 1.8;
    margin: 20px 0;
    width: 80%;
    letter-spacing: 0.2em;
}
.about-page .col .title.t2:before{
    content:'';
    display:inline-block;
    width:25px;
    height:1px;
    margin-right:10px;
    background:#004C97;
    position:relative;
    top:-6px;
}
.about-page .col .about_txt {
    color: #636C76;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.about_pic{
text-align: center;
}

/*-*/
@media screen and (max-width: 1440px) {
    .about-sect .editor .t2{
        width: auto;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .col .title{
        font-size: 24px;
    }
    .about-page .col .title.t2{
        font-size: 18px;
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .service-editor-layout .col {
        width: 100%;
    }
    .service-editor-layout .col1 {
        margin-bottom: 1.7em;
    }
}
@media screen and (max-width: 767px) {
    .contact-editor .row{
        flex-direction:column;
    }
    .contact-editor .col{
        width:100%;
        margin:0 auto 20px;
    }

    .about-page .row {
         flex-wrap:wrap;
    }
    .about-page .row .col{
        width:100%;
        margin:0 auto 20px;
    }
}