﻿.notification-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #f5f5f5;
    display: block;
    box-sizing: border-box;
    padding: 100px;
}
.notification-all-box{
    border: 2px solid #93221b;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 25px 38px;
    font-size: 0;
    min-height: 1000px;
}
.notification-logo{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    vertical-align: middle;
    width: 350px;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    margin-right: 20px;
    margin-bottom: 20px;
}
.notification-branch-box{
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    height: 80px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 8px 20px;
    margin-bottom: 20px;
}
.notification-branch-box:nth-child(3){
    margin-right: 20px;
}
.notification-branch{
    font-size: 14px;
    color: #555;
    letter-spacing: 0.1em;
    line-height: 32px;
}
.notification-branch span{
    color: #93221b;
    margin-right: 5px;
}
.notification-info-input-box{
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    width: 100%;
    margin-top: 15px;
}
.name-input-box{
    margin-top: 50px;
}
.notification-info-name{
    font-size: 16px;
    color: #555;
    letter-spacing: 0.1em;
    width: 160px;
    background-color: #f5f5f5;
    line-height: 48px;
    text-align: center;
    border-right: 1px solid #d1d1d1;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}
.notification-info-name-input{
    width: calc(100% - 160px);
    height: 48px;
    font-size: 14px;
    color: #555;
    display: inline-block;
    vertical-align: middle;
    border: none;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding: 0 15px;
}
.contact-form-text::-webkit-input-placeholder,
.contact-form-list-textarea::-webkit-input-placeholder{
    font-family: "微軟正黑體";
    color: #555;
    letter-spacing: 0.06em;
}
.contact-form-text:-moz-placeholder,
.contact-form-list-textarea:-moz-placeholder{
    font-family: "微軟正黑體";
    color: #555;
    letter-spacing: 0.06em;
}
.contact-form-text::-moz-placeholder,
.contact-form-list-textarea::-moz-placeholder{
    font-family: "微軟正黑體";
    color: #555;
    letter-spacing: 0.06em;
}
.notification-info-title{
    font-size: 16px;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 40px;
    margin-top: 20px;
}
.notification-info-text-box{
    font-size: 14px;
    color: #555;
    letter-spacing: 0.1em;
    line-height: 40px;
}

