@charset "UTF-8";
/* CSS Document */

header#header02{
        background: rgba(255,255,255,0.9);
}

.sec-mv-sub{
  height: 230px;
}
.sec-form-block {
    padding: 0 0 150px;
}
.sec-form-block .base{
    max-width: 1084px;
}
.sec-form{
  max-width: 720px;
  margin: 0 auto;
}
.sec-form .list{
  margin-bottom: 30px;
}
.sec-form .list .box{
  margin-bottom: 22px;
}
.sec-form .list .box:last-child{
  margin-bottom: 0;
}
.sec-form .list .box span{
  font-family: 'Tajawal', sans-serif;
}
.sec-form .list .input{
  font-size: 14px;
  color: #333333;
  font-family: Futura, 'Century Gothic';
  letter-spacing: 1px;
}
.sec-form .list input[type="text"],
.sec-form .list input[type="email"],
.sec-form .list input[type="url"],
.sec-form .list input[type="tel"],
.sec-form .list textarea {
  font-family: 'Tajawal', sans-serif;
  background-color: none;
  border: 1px solid #333333;
  font-size: 100%;
  padding: 0.5em;
  box-sizing: border-box;
  line-height: 1.3em;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
.sec-form .list ::placeholder{
  font-size: 14px;
  color: #231815;
}
.sec-form .submit{
  font-size: 14px;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
  width: 300px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background: #333333;
}
.sec-form .mail{
  font-size: 14px;
  color: #231815;
  font-family: Futura, 'Century Gothic';
  display: inline-block;
  margin-left: 30px;
  letter-spacing: 1px;
}

.sec-confirm .container{
  max-width: 720px;
    margin: 0 auto;
}
.sec-confirm .lead{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.sec-confirm table.formTable{
  display: block;
  width: 100%;
  margin-bottom: 50px;
  word-wrap: break-word;
}
.sec-confirm table.formTable tr{
  border-bottom: 1px solid #333333;
}
.sec-confirm table.formTable tr:first-child{
  border-top: 1px solid #333333;
}
.sec-confirm table.formTable tr,
.sec-confirm table.formTable tbody{
  display: block;
  width: 100%;
}
.sec-confirm table.formTable th{
  font-family: 'Tajawal', sans-serif;
    font-weight: 700;
  display: block;
  width: 100%;
  padding: 15px 15px 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
}
.sec-confirm table.formTable td{
  display: block;
  width: 100%;
  padding: 0 15px 15px;
  font-size: 14px;
}
.sec-confirm .btnArea{
  max-width: 530px;
  margin: 0 auto;
}
.sec-confirm .btnArea li{
  float: left;
  padding: 0 5px;
  width: 50%;
}
.sec-confirm button{
  border:none;
  background: none;
}
.sec-confirm .submit{
  font-size: 14px;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
    font-weight: 700;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background: #333333;
  letter-spacing: 1px;
  margin: 0 auto;
  display: block;
}
.sec-confirm .back{
  font-size: 14px;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
    font-weight: 700;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background: #cccccc;
  letter-spacing: 1px;
  margin: 0 auto;
  display: block;
}

.sec-confirm .error{
  font-size: 14px;
  line-height: 1.6em;
}

.sec-thanks{
  padding: 40px 15px 0;
  text-align: center;
}
.sec-thanks .txt01{
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 20px;
  font-family: 'Tajawal', sans-serif;
}
.sec-thanks .txt02{
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 40px;
}
.sec-thanks a{
  font-size: 14px;
  color: #333333;
  text-decoration: underline;
}

.sec-contact{
  display: none;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {


.sec-mv-sub{
  height: 150px;
}
.sec-form-block {
    padding: 0 0 80px;
}
.sec-form{
  padding: 30px 15px;
}
.sec-form .submit{
  width: 100%;
}
.sec-form .mail{
  margin: 20px 0 0;
  text-align: center;
  display: block;
}

.sec-confirm .container{
  padding: 30px 15px;
}
.sec-confirm .btnArea li{
  width: 100%;
  padding: 0;
}
.sec-confirm .submit{
  margin-bottom: 10px;
}

.sec-thanks .txt02{
  margin-bottom: 30px;
}

}