﻿.content{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.content-left {
    width: 60%;
    margin: 0 26px 30px 0;
}
.content-right{
    width:37%;
}
.form1{
   border:1px solid #ccc;
    padding: 20px;    
}
.form1-ttl{
    color:#e9aa00;
    font-weight:bold;
    text-align:center;
    font-size:18px;
    margin:0 0 1.5em!important;
}
.form1 p{
    font-size:17px;
    margin: 0 0 0.5em;color: #fff;
}
.form1-group input {
    font-size: 16px;
    min-width: 250px;padding: 5px;
}
.form1-group {
    line-height: 1.3em;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: space-between;
}
.col-left{
    font-weight: bold;
}
.col-right select {
    min-width: 230px;
}
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition:all 0.3s;
}
.btn:hover{
    opacity:0.7;
}
.btn_Send{
    color: #fff;
    background-color: #e9aa00;
    margin-right:10px;
    text-decoration:none;
}
#btn_Reset{
    border:1px solid #ccc;
    background:#ccc
}
.fa-paper-plane{
    margin-right:10px;
}
@media screen and (max-width: 768px) {
.content-left, .content-right{
    width:100%;
}
.content-right{
    position: relative;
    padding: 0px 100px 30px;
}
.form1-group {
    justify-content: space-between;
	
}
.col-right {
    margin-left: 20px;
    width: 70%;
}
}
@media screen and (max-width: 480px) {
.content-right {padding:0 0 30px 0;}
.form1-group{display:block;}
.col-right,.form1-group input {margin: 0;width: 100%;}
.col-right{margin-top:10px;}
}