.unit_box {
    max-width: 1020px;
    padding: 0 20px;
    margin: 0 auto 60px auto;
}

.unit_box h1 {
    margin-top: 60px;
    font-size: 40px;
    color: #2CA6D6;
    font-weight: 800;
    padding: 0 0 25px 20px;
    background: url(../../img/border.png) left bottom no-repeat;
    margin-bottom: 20px;
}

input{
    font-size: 20px;
    padding: 10px;
}

.mf{
    width: 100% !important;
}

.mfs{
    width: 200px !important;
}

textarea{
    border: solid 1px #666;
    font-size: 20px;
    padding: 10px;
}

table.mailform tr th {
	white-space: nowrap;
}

.btn{
    padding: 5px 10px;
}

table.mailform tr td {
    padding-left: 20px !important;
}

.inner{
    /* border: solid 1px #ccc; */
    padding: 40px;
}

.inner h2{
    font-weight: 500;
    color: #2CA6D6;
    line-height: 1.5;
    text-align: center;
}

.inner p{
    margin-top: 20px;
}


@media only screen and ( max-width : 768px ) {
    .unit_box h1{
        font-size: 18px;
        padding: 0 0 15px 20px;
    }
    div#mf_wrapper{
        width: 100% !important;
    }

    table.mailform tr th,
    table.mailform tr td {
        display:block; 
        width: 100%% !important;
        border-bottom: 0 !important;
        padding: 10px 0 !important;
        }
    table.mailform tr th{
        padding: 0 !important;
    }
    input{
        font-size: 14px;
        padding: 10px;
    }

    .link06 .sub-menu{
        display: block !important;
    }

  }
  