*,*:active,*:focus{
    outline: 0;
}
/**::before,
*::after {
  box-sizing: border-box;
}
*{
    box-sizing: border-box;
}
 html{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
} */
/* <=== vhformquot ===> */
.vhformquot {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.vhformquot .qugrip{
    display: flex;
    margin: 0 -25px;
}
.vhformquot .qugrip > div{
    padding: 0 25px;
}
.vhformquot .qugrip .mlcol{
    width: 450px;
}
.vhformquot .qugrip .hrcol{
    width: calc(100% - 450px);
}
.tpforminfo .fmtitle{
    margin-bottom: 25px;
    text-transform: uppercase;
}
.tpforminfo .fmtitle, .tpforminfo .fmtitle h1, .tpforminfo .fmtitle h2{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itforminfo{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.itforminfo:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.itforminfo .vvgrip{
    display: flex;
    align-items: center;
    align-content: center;
}
.itforminfo .vvgrip .xcol{
    width: 60px;
}
.itforminfo .vvgrip .ycol{
    width: calc(100% - 60px);
    padding-left: 16px;
}
.itforminfo .vicon{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #177f68;
    color: #fff;
    border-radius: 5px;
}
.itforminfo .vicon img{
    max-width: 70%;
    max-height: 70%;
}
.itforminfo .vdecs .dtext{
    font-size: 13px;
    line-height: 22px;
    color: #177f68;
    font-weight: bold;
}
.itforminfo .vdecs .dinfo{
    font-size: 15px;
    line-height: 23px;
}
.tpformcont .fmtitle{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tpformcont .fmtitle, .tpformcont .fmtitle h1, .tpformcont .fmtitle h2{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.tpformcont .fmcapts{
    font-size: 13px;
    line-height: 21px;
    color: #999999;
    margin-bottom: 20px;
}
.tpformcont .fmconts{
    padding: 35px 40px 50px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.tpformcont .ipgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpformcont .ipgrip > div{
    padding: 0 15px;
}
.tpformcont .ipgrip .mcol{
    width: 100%;
}
.tpformcont .ipgrip .hcol{
    width: 50%;
}
.tpformcont .fmgroup{
    margin-bottom: 12px;
}
.tpformcont .fmgroup label{
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
.tpformcont .fmgroup input, .tpformcont .fmgroup select{
    width: 100%;
    height: 45px;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 0 15px;
    border: none;
    font-size: 14px;
}
.tpformcont .fmgroup textarea{
    width: 100%;
    height: 70px;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    resize: none;
}
.tpformcont .ctcheck{
    margin-bottom: 12px;
}
.vcheckbox{
    display: inline-block;
    position: relative;
    margin: 5px 0;
}
.vcheckbox label{
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}
.vcheckbox input{
    width: 0px;
    height: 0px;
    border: none;
    top: 0px;
    left: 0;
    -webkit-appearance: checkbox!important;
    margin-left: 0;
}
.vcheckbox input[type=checkbox] {
    position: absolute;
    cursor: pointer;
}
.vcheckbox input[type=checkbox]::before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -2px;
    left: 0;
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 3px;
}
.vcheckbox input[type=checkbox]:checked::before{
    background-color: #177f68;
    border-color: #177f68;
}
.vcheckbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 7px;
}
.vcheckbox a{
    margin: 0 5px;
    text-decoration: underline;
}
.tpformcont .ctbuton button{
    font-size: 14px;
    line-height: 22px;
    padding: 0 30px;
    height: 45px;
    border: 1px solid #00755a;
    background-color: #00755a;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpformcont .ctbuton button:hover{
    background-color: #fff;
    color: #00755a;
}