/*  General CSS*/

body {
    background: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.wrapper {
    width: 100%;
}
.header-inner {
    width: 960px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
    color: #626262;
    letter-spacing: 1px;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.17em;
}
h5 {
    font-size: .83em;
}
h6 {
    font-size: .75em;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bolder
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/*    header    */

header {
    height: 80px;
}
header h1 {
    float: left;
    margin-top: 24px;
}
header nav {
    float: right;
    margin-top: 32px;
}
header nav li {
    list-style: none;
    display: block;
    float: left;
    margin-left: 20px;
}
header nav li a {
    background-image: url("../img/nav-txt.png");
    background-repeat: no-repeat;
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 17px;
    overflow: hidden;
    padding: 5px;
    text-decoration: none;
    text-indent: -9999px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    white-space: nowrap;
}
header nav li#nav-about a {
    background-position: 5px 5px;
    width: 113px;
}
header nav li#nav-recruit a {
    background-position: -139px 5px;
    width: 68px;
}
header nav li#nav-company a {
    background-position: -236px 5px;
    width: 68px;
}
header nav li#nav-contact a {
    background-position: -336px 5px;
    width: 95px;
}
/*    Billboard    */

.billboard {
    background: url('../img/billboard.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 30px 0;
    width: 100%;
    height: 760px;
    position: relative;
}
.shadow {
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0;
    left: 0;
    margin-bottom: -1px;
    background: url('../img/shadow.png') repeat-x scroll 0 0 transparent;
}
.shadow-r {
    position: absolute;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    margin-top: -1px;
    background: url('../img/shadow-r.png') repeat-x scroll 0 bottom transparent;
}
.billboard .caption {
    background: url("../img/bg-catch.png") repeat-y scroll center 0 transparent;
    margin: 255px auto;
    padding: 75px 90px;
    text-align: center;
    width: 379px;
}
.billboard .caption p {
    background: url("../img/caption-copy-wh.png") no-repeat scroll center center transparent;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    width: 379px;
}

/*    about    */

.about {
    display: block;
    width: 100%;
    height: 660px;
    padding: 100px 0;
}
.about h2 {
    border-bottom: 1px solid #aaa;
    color: #333;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0 auto;
    padding: 1px 0;
    text-align: center;
    width: 294px;
}
.about h2:after {
    border-bottom: 1px solid #777;
    content: "";
    display: block;
    height: 5px;
}
/*.about > .about-txt {
    background: url('../img/our-image.png') no-repeat scroll 0 0 transparent;
    height: 230px;
    margin: 40px auto 0;
    padding: 20px 0 0 150px;
    width: 468px;
}*/
.about > .about-txt {
    margin: 40px auto 0;
    width: 468px;
}
.about > .about-txt > p {
    color: #2a2a2a;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin: 0 0 15px;
}
.about > .about-txt > p span {
    border: 1px solid #999;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 10px;
}
.about > .graphic {
    margin: 120px auto 0;
    width: 684px;
}
.graphic li {
    float: left;
    height: 190px;
    list-style: none;
    width: 168px;
}
.graphic li.graph-arrow {
    background: url("../img/arrow-graph.png") no-repeat scroll 21px 73px transparent;
    width: 90px;
}
.graphic li h3 {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}
.graphic li#shiire h3 {
    background: url("../img/header-shiire.png") no-repeat scroll center 0 transparent;
}
.graphic li#otorihiki h3 {
    background: url("../img/header-otorihiki.png") no-repeat scroll center 0 transparent;
}
.graphic li#shiire div {
    background: url("../img/txt-shiire.png") no-repeat scroll center center #eeeeef;
    border: 2px solid #cececf;
    border-radius: 6px;
    height: 168px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    width: 168px;
}
.graphic li#tks div {
    background: url("../img/txt-tks.png") no-repeat scroll center center #dadf00;
    border: 2px solid #a8cc06;
    border-radius: 6px;
    height: 168px;
    margin-top: 20px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    width: 168px;
}
.graphic li#otorihiki div {
    background: url("../img/txt-otorihiki.png") no-repeat scroll center center #eeeeef;
    border: 2px solid #cececf;
    border-radius: 6px;
    height: 168px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    width: 168px;
}
/*    Services    */

.services {
    background: url('../img/services.png') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 200px 0 100px;
    width: 100%;
    height: 500px;
    position: relative;
}
.services h2 {
    border-bottom: 1px solid #888;
    color: #333;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0 auto;
    padding: 1px 0;
    text-align: center;
    width: 248px;
}
.services h2:after {
    border-bottom: 1px solid #555;
    content: "";
    display: block;
    height: 5px;
}
.services > ul {
    margin: 50px auto;
    width: 714px;
}
.services ul li {
    background: url("../img/wh75.png") repeat scroll 0 0 transparent;
    list-style: none;
    display: block;
    padding: 30px 20px 20px;
    text-align: center;
}
.services ul li h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}
.services ul li p {
    color: #222;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin: 0;
    text-align: left;
}
.services ul li p.last {
    margin: 15px 0 0;
}
.services li > a {
    background: url("../img/wh75.png") repeat scroll 0 0 transparent;
    border: 2px solid #333;
    color: #2a2a2a;
    display: block;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0 0;
    padding: 12px 0 14px;
    position: relative;
    text-decoration: none;
    text-indent: -1em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.services li > a:hover {
    background-color: #555;
    background-image: none;
    border: 2px solid #333;
    color: #FFF;
}
.services li > a > span {
    border-right: 3px solid #333;
    border-top: 3px solid #333;
    display: block;
    height: 7px;
    margin-top: -5px;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 7px;
}
.services li > a:hover > span {
    border-right: 3px solid #FFF;
    border-top: 3px solid #FFF;
    right: 15px;
}
/*    Information    */

.information {
    background-color: #fafdea;
    height: 300px;
    padding: 200px 0 150px;
    position: relative;
}
.information h2 {
    border-bottom: 1px solid #aaa;
    color: #333;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0 auto;
    padding: 1px 0;
    text-align: center;
    width: 294px;
}
.information h2:after {
    border-bottom: 1px solid #777;
    content: "";
    display: block;
    height: 5px;
}
.information > ul {
    margin: 5px auto;
    width: 690px;
}
.information ul li {
    list-style: none;
    display: block;
    width: 320px;
    float: left;
    margin-left: 50px;
    text-align: center;
}
.information ul li.to-company-txt {
    background: url('../img/icon-company.png') no-repeat scroll 50% 0 transparent;
    margin-left: 0;
    padding: 100px 0 0;
}
.information ul li.to-contact-txt {
    background: url('../img/icon-mail.png') no-repeat scroll 50% 0 transparent;
    padding: 100px 0 0;
}
.information ul li.to-company-btn {
    margin-left: 0;
}
.information ul li h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 40px;
}
.information ul li p {
    color: #222;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin: 0;
    text-align: left;
}
.information li > a {
    background: url("../img/wh80.png") repeat scroll 0 0 transparent;
    border: 2px solid #333;
    color: #2a2a2a;
    display: block;
    font-weight: bold;
    line-height: 1;
    margin: 20px 10px 0 0px;
    padding: 12px 0 14px;
    position: relative;
    text-decoration: none;
    text-indent: -1em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.information li > a:hover {
    background-color: #555;
    background-image: none;
    border: 2px solid #333;
    color: #FFF;
}
.information li > a > span {
    border-right: 3px solid #333;
    border-top: 3px solid #333;
    display: block;
    height: 7px;
    margin-top: -5px;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 7px;
}
.information li > a:hover > span {
    border-right: 3px solid #FFF;
    border-top: 3px solid #FFF;
    right: 15px;
}
/*    footer    */

footer {
    background-color: #333;
    padding: 45px 0 10px;
    overflow: hidden;
}
.footer-inner {
    margin: 0 auto;
    width: 960px;
}
footer .rights {
    margin: 0 auto 0 50px;
    width: 250px;
}
footer .footer-logo {
    margin: 0 0 8px;
}
footer .rights ul {
    padding: 3px 0 0;
}
footer .rights li {
    border-bottom: 1px dotted #888;
    color: #fff;
    font-size: 12px;
    list-style: none;
    margin: 0 0 4px;
    padding: 3px;
    white-space: nowrap;
}
footer .copy {
    color: #888;
    font-size: 10px;
    margin: 20px 0 0;
    text-align: right;
    text-shadow: 1px 1px 1px #222;
}

/*    Sub-head    */

.sub-head {
    background: url('../img/billboard.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 66px 0;
    width: 100%;
    height: 58px;
    position: relative;
}
.sub-head-inner {
    margin: 0 auto;
    width: 960px;
}
.sub-head .page-title {
    background: url("../img/bk30_0.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    padding: 14px 0 14px 80px;
    text-align: center;
    width: 420px;
}
.sub-head#company-head .page-title p {
    background: url("../img/company-page-title.png") no-repeat scroll center center transparent;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    width: 129px;
}
.sub-head#recruit-head .page-title p {
    background: url("../img/recruit-page-title.png") no-repeat scroll center center transparent;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    width: 243px;
}
.sub-head#contact-head .page-title p {
    background: url("../img/contact-page-title.png") no-repeat scroll center center transparent;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    width: 186px;
}

/*    company-greeting    */

.company-greeting {
    display: none;
    width: 100%;
    height: 370px;
    padding: 100px 0;
}
.company-greeting h2 {
    border-bottom: 1px solid #aaa;
    color: #333;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0 auto;
    padding: 1px 0;
    text-align: center;
    width: 214px;
}
.company-greeting h2:after {
    border-bottom: 1px solid #777;
    content: "";
    display: block;
    height: 5px;
}
.company-greeting > div {
    margin: 40px auto 0;
    width: 580px;
}
.company-greeting > div > p {
    color: #2a2a2a;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin: 0 0 15px;
}
.company-greeting > div > p span {
    border: 1px solid #999;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 10px;
}

/*    company-summary    */

.company-summary {
    display: block;
    width: 100%;
    height: 660px;
    padding: 100px 0;
}
.company-summary h2 {
    border-bottom: 1px solid #aaa;
    color: #333;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0 auto;
    padding: 1px 0;
    text-align: center;
    width: 140px;
}
.company-summary h2:after {
    border-bottom: 1px solid #777;
    content: "";
    display: block;
    height: 5px;
}
.company-summary > div {
    margin: 40px auto 0;
    width: 510px;
}
.company-summary > div > p {
    color: #2a2a2a;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin: 0 0 15px;
}
.company-summary > div > p span {
    border: 1px solid #999;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 10px;
}
.company-summary dt {
    background-color: #e3f38f;
    clear: left;
    color: #2a2a2a;
    float: left;
    font-size: 14px;
    height: 14px;
    margin-bottom: 2px;
    padding: 15px 5px 15px 13px;
    white-space: nowrap;
    width: 100px;
}
.company-summary dd {
    background-color: #f0f9c4;
    clear: right;
    color: #333;
    float: right;
    font-size: 14px;
    height: 14px;
    margin-bottom: 2px;
    padding: 15px 20px;
    width: 350px;
}
.company-summary dd p + p {
    margin-top: 10px;
}
.company-summary dt.last {
    padding: 15px 5px 15px 13px;/*29px 5px 29px 13px*/
}
.company-summary dd.last {
    height: 14px;/*42px*/
}

/*    company-access    */

.company-access {
    display: block;
    width: 100%;
    height: 530px;
    overflow: hidden;
    padding: 100px 0 0;
}
.company-access h2 {
    border-bottom: 1px solid #aaa;
    color: #333;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0 auto;
    padding: 1px 0;
    text-align: center;
    width: 204px;
}
.company-access h2:after {
    border-bottom: 1px solid #777;
    content: "";
    display: block;
    height: 5px;
}
.company-access > div {
    margin: 30px auto 0;
    width: 100%;
}
.acf-map {
    border-top: 4px solid #ccc;
    height: 457px;
    width: 100%;
}

/*    recruit-summary    */

.recruit-summary {
    background-color: #FFFFEE;
    display: block;
    width: 100%;
    height: 201px;/*960px*/
    padding: 100px 0;
}
.recruit-summary h2 {
    border-bottom: 1px solid #aaa;
    color: #333;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0 auto;
    padding: 1px 0;
    text-align: center;
    width: 140px;
}
.recruit-summary h2:after {
    border-bottom: 1px solid #777;
    content: "";
    display: block;
    height: 5px;
}
.recruit-summary > div {
    margin: 30px auto 0;
    width: 600px;
}
.recruit-summary > div > p {
    color: #2a2a2a;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin: 0 0 15px;
}
.recruit-summary > div > p span {
    border: 1px solid #999;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 10px;
}
.recruit-summary dt {
    background-color: #e3f38f;
    clear: left;
    color: #2a2a2a;
    float: left;
    font-size: 14px;
    height: 14px;
    margin-bottom: 2px;
    padding: 15px 5px 15px 16px;
    white-space: nowrap;
    width: 97px;
}
.recruit-summary dd {
    background-color: #f0f9c4;
    clear: right;
    color: #333;
    float: right;
    font-size: 14px;
    height: 14px;
    margin-bottom: 2px;
    padding: 15px 20px;
    width: 440px;
}
.recruit-summary dd p + p {
    margin-top: 10px;
}
.recruit-summary dt.last {
    padding: 29px 5px 29px 13px;
}
.recruit-summary dd.last {
    height: 42px;
}
.recruit-summary > ul {
    margin: 0 auto;
    width: 600px;
}
.recruit-summary > ul li {
    float: left;
    list-style: none;
    margin: 0;
    width: 290px;
}
.recruit-summary > ul li#btn-hanbai {
    margin: 0 20px 0 0;
}
.recruit-summary > ul li a {
    background: url("../img/wh80.png") repeat scroll 0 0 transparent;
    border: 2px solid #333;
    color: #2a2a2a;
    display: block;
    font-weight: bold;
    line-height: 1;
    padding: 12px 0 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-indent: -1em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.recruit-summary > ul li > a:hover {
    background-color: #e3f38f;
    background-image: none;
    border: 2px solid #777;
    color: #666;
}
.recruit-summary > ul li > a > span {
    border-right: 3px solid #333;
    border-top: 3px solid #333;
    display: block;
    height: 7px;
    margin-top: -5px;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 7px;
}
.recruit-summary > ul li > a:hover > span {
    border-right: 3px solid #666;
    border-top: 3px solid #666;
    right: 15px;
}
.recruit-summary > ul li > a.selected {
    background-color: #e3f38f;
    background-image: none;
    border: 2px solid #777;
    color: #666;
}
.recruit-summary > ul li > a.selected > span {
    border-right: 3px solid #666;
    border-top: 3px solid #666;
    right: 15px;
}
.recruit-summary > div#btn-contact-wrap {
    margin: 60px auto 0;
}
/*追加*/
.no-recruit {
    background-color: #f0f9c4;
    padding: 50px 20px;
    text-align: center;
    box-sizing: border-box;
}
.no-recruit .txt {
    margin: 0;
    font-weight: 700;
}
/*---*/

#btn-contact-wrap > a {
    background: url("../img/wh80.png") repeat scroll 0 0 transparent;
    border: 2px solid #333;
    color: #2a2a2a;
    display: block;
    font-weight: bold;
    line-height: 1;
    padding: 12px 0 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-indent: -1em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#btn-contact-wrap > a:hover {
    background-color: #666;
    background-image: none;
    border: 2px solid #333;
    color: #FFF;
}
#btn-contact-wrap > a > span {
    border-right: 3px solid #333;
    border-top: 3px solid #333;
    display: block;
    height: 7px;
    margin-top: -5px;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 7px;
}
#btn-contact-wrap > a:hover > span {
    border-right: 3px solid #FFF;
    border-top: 3px solid #FFF;
    right: 15px;
}

/*    contact-call    */

.contact-call {
    display: block;
    width: 100%;
    height: auto;
    padding: 100px 0 0;
}
.contact-call h2 {
    border-bottom: 1px solid #aaa;
    color: #333;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0 auto;
    padding: 1px 0;
    text-align: center;
    width: 270px;
}
.contact-call h2:after {
    border-bottom: 1px solid #777;
    content: "";
    display: block;
    height: 5px;
}
.contact-call > div {
    margin: 40px auto 0;
    text-align: center;
    width: 580px;
}
.contact-call > div > p {
    color: #2a2a2a;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin: 0 0 15px;
}
.contact-call > div > p span {
    border: 1px solid #999;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 10px;
}
#call-box {
    background-color: #f0f9c4;
    border: 1px solid #ddd;
    margin: 0 auto 20px;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 270px;
}
#call-box > p {
    padding: 0 0 0 34px;
}
#call-box p > span {
    background: url("../img/icon-call.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 24px;
    left: 59px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 24px;
}

/*    contact-form    */

.contact-form {
    display: block;
    width: 100%;
    height: auto;
    padding: 100px 0;
}
.contact-form h2 {
    border-bottom: 1px solid #aaa;
    color: #333;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0 auto;
    padding: 1px 0;
    text-align: center;
    width: 290px;
}
.contact-form h2:after {
    border-bottom: 1px solid #777;
    content: "";
    display: block;
    height: 5px;
}
.contact-form > div {
    margin: 40px auto 0;
    width: 580px;
}
.contact-form > div > p {
    color: #2a2a2a;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin: 0 0 15px;
}
.contact-form > div > p span {
    border: 1px solid #999;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 10px;
}
.contact-form .form-table {
    background-color: #fff;
    border-radius: 3px;
    margin: 0 0 10px;
    padding: 6px 8px 8px;
}
.form-table-row {
    padding: 1px 0;
}
.form-table-row h4 {
    background-color: #e3f38f;
    border-right: 2px solid #FFF;
    color: #333;
    display: table-cell;
    font-size: 11.6px;
    font-weight: bold;
    padding: 7px;
    text-align: left;
    vertical-align: middle;
    width: 142px;
}
.form-table-data {
    background-color: #f0f9c4;
    display: table-cell;
    font-size: 13px;
    line-height: 1.3;
    padding: 12px 10px 12px 20px;
    width: 376px;
}
.contact-form form input[type="text"] {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    ime-mode: inactive;
    padding: 5px;
}
.contact-form .submit {
    text-align: center;
}
.contact-form form input[type="submit"] {
    background-color: #e3f38f;
    color: #444;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 48px;
    white-space: nowrap;
    width: 151px;
}
.contact-form form input[name="submitBack"] {
    background-color: #ccc;
}
.contact-form form input[type="submit"]:hover {
    background-position: 0 -48px;
}
.contact-form form textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    ime-mode: inactive;
    line-height: 18px;
    padding: 5px;
    resize: vertical;
    width: 376px;
}
.form-name-row input {
    width: 151px;
}
.form-address-row .form-table-data label {
    display: block;
    margin: 0 0 4px;
}
.form-academic-row input {
    width: 240px;
}
.form-email-row input {
    width: 300px;
}
.must {
    background-color: #f66b34;
    border-radius: 2px;
    color: #fff;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    margin: -2px 4px 0 0;
    text-align: center;
    width: 25px;
}
.notmust {
    background-color: #999;
    border-radius: 2px;
    color: #fff;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    margin: -2px 4px 0 0;
    text-align: center;
    width: 25px;
}
.contact-form hr {
    border-color: #fff;
    border-style: none none dotted;
    border-width: medium medium 2px;
    height: 0;
    margin: 10px 0;
}
.radio-child > label {
    margin-right: 20px;
}
.radio-child input {
    margin-right: 5px;
    margin-bottom: 2px;
}
.mw_wp_form .error {
    display: inline !important;
}
.mw_wp_form_confirm .form-name-row .form-table-data label {
    display: none;
}
#confirm-box .text-body {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 8px;
}
#confirm-box {
    padding: 0 66px;
}