@charset "UTF-8";
img {
    width: auto;
    height: auto
}

a {
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

html#form,
#form body {
    height: 100%;
    min-height: 720px
}

body {
    color: #3c3f41;
    font-size: 16px;
    line-height: 1.2;
    min-width: 1000px;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
}

strong {
    font-weight: bold
}

.hover {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1
}

.hover:hover {
    opacity: .7
}

.pageInner {
    margin: auto;
    width: 980px
}

.center {
    text-align: center
}

.flex,
.flexBetween,
.flexStyleBC,
.alignCenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flexBetween,
.flexStyleBC {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.alignCenter,
.flexStyleBC {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
}

header .logo {
    padding: 10px 0;
    display: inline-block;
}

header .info {
    float: right;
    padding-top: 0;
}

header .info .info-tel {
    float: left;
    margin-right: 15px;
}

header .info .info-form {
    padding-top: 10px;
    float: left;
}

header .info .info-form a {
    display: inline-block;
}

header .info .info-form a:first-child {
    margin-right: 3px;
}

header .info .text01 {
    font-size: 8px;
    text-align: right;
    margin-bottom: 3px;
    padding-right: 38px;
    font-weight: 700;
}

header .info .text02 {
    font-size: 13px;
    margin-top: 5px;
}

header .info .phonenumber {
    font-size: 26px;
    font-weight: bold;
}

#fv {
    background: url(../img/FV_background.png) no-repeat center top;
    height: 670px;
    position: relative;
    margin-top: 129px;
}

#fv .content {
    padding: 0 30px;
}

#fv .textperformance {
    padding-top: 30px;
    /* text-align: center; */
}

#fv .button {
    padding-left: 23px;
    margin-bottom: 16px;
}

#fv .button img {
    margin-right: 5px;
}

#fv .bn {
    text-align: center;
}

#fv .bn a img:hover {
    opacity: 0.7;
}

.campaign {
    background: #19953b;
    text-align: center;
}

.nav {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fd647+0,13b138+50,048526+100 */
    background: #1fd647;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1fd647 0%, #13b138 50%, #048526 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1fd647 0%, #13b138 50%, #048526 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1fd647 0%, #13b138 50%, #048526 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1fd647', endColorstr='#048526', GradientType=0);
    /* IE6-9 */
    height: 50px;
}

.nav .list-nav {
    list-style: none;
}

.nav .list-nav li {
    list-style: none;
    float: left;
}

.nav .list-nav li a {
    display: block;
}

#merit .title {
    color: #299707;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    padding: 60px 0 30px;
}

#merit .list-merit {
    list-style: none;
    overflow: hidden;
}

#merit .list-merit li {
    list-style: none;
    float: left;
    background: url(../img/merit_background.png) no-repeat center 0;
    width: 475px;
    height: 287px;
    text-align: center;
    padding: 30px 16px;
    font-size: 16px;
    margin-bottom: 25px;
}

#merit .list-merit li:nth-child(2n+1) {
    margin-right: 22px;
}

#merit .list-merit li h3 {
    margin-bottom: 20px;
}

#merit .list-merit li .text {
    color: #f48a00;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

#trouble .title {
    padding-top: 25px;
    text-align: center;
}

#trouble .content {
    background: #19953b;
    padding: 50px 0 42px;
    margin-bottom: 50px;
}

#trouble .boxtrouble {
    background: url(../img/trouble_background.png) no-repeat center 0;
    padding: 25px 30px 130px 380px;
}

#trouble .list-trouble {
    list-style: none;
    overflow: hidden;
}

#trouble .list-trouble li {
    list-style: none;
    border-bottom: 2px dotted #767676;
    padding: 4px 0 14px 75px;
    margin-top: 13px;
    background: url(../img/trouble_check.png) no-repeat 15px 0;
    font-size: 25px;
    font-weight: bold;
}

#trouble .list-trouble li:last-child {
    border-bottom: none;
}

#trouble .text {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.info {
    padding-top: 45px;
}

.info .title {
    color: #fff;
    text-align: center;
    background: #009760;
    font-size: 28px;
    padding: 10px 0;
    margin-bottom: 15px;
}

.info .content {
    padding: 0 30px 20px;
    overflow: hidden;
}

.info .button {
    overflow: hidden;
    margin-bottom: 20px;
}

.info .content a {
    display: block;
}

.info .text {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}

#compensation .title {
    text-align: center;
    padding-top: 20px;
}

#compensation .content {
    background: #19953b;
    padding: 30px 0 55px;
    color: #fff;
    font-size: 16px;
}

#compensation .block {
    padding: 0 30px 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#compensation .img_compen {
    float: left;
    margin-right: 30px;
}

#compensation .des {
    float: left;
    width: 65%;
    font-size: 20px;
    color: #fff;
}

#compensation .status {
    background: #46ae26;
    border: 1px solid #fff;
    padding: 15px 30px;
    margin-bottom: 15px;
}

#compensation .status .text02 {
    color: #fff;
    font-size: 20px;
    display: block;
    border-left: 9px solid #fff001;
    padding-left: 25px;
}

#compensation .des .text {
    color: #fff;
    font-size: 26px;
    padding-left: 12px;
    margin-bottom: 15px;
    font-weight: bold;
}

#compensation .des .text03 {
    padding-left: 30px;
}

#compensation h3 {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

#compensation .block_content {
    background: #fff;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

#compensation .block_content:last-of-type {
    margin-bottom: 30px;
}

#compensation .block_content .img_compen {
    float: left;
    margin-right: 25px;
}

#compensation .block_content .des {
    float: left;
    width: 69.5%;
    font-size: 16px;
    color: #3c3f41;
}

#compensation .block_content .subTitle {
    background: #ecefec;
    font-weight: bold;
    color: #3c3f41;
    margin-bottom: 28px;
    font-size: 25px;
}

#compensation .block_content .case {
    display: inline-block;
    background: #239600;
    padding: 25px 10px;
    color: #fff;
    margin-right: 15px;
    font-size: 28px;
    font-weight: bold;
}

#compensation .block_content .note {
    border: 2px solid #19953b;
    padding: 15px;
}

#compensation .block_content .text04 {
    color: #19953b;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #19953b;
    margin-bottom: 10px;
    padding-left: 5px;
}

#compensation .block_content .text04::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #19953b;
    content: '';
    margin-right: 5px;
}

#compensation .block_content .text05 {
    padding-left: 20px;
}

#compensation .block_content .text06 {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
}

#compensation .block_content .text06::before {
    content: '※';
    position: absolute;
    left: 22px;
}

#compensation .textprice {
    background: #fff441;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 26px;
    color: #3c3f41;
}

#compensation .box_price {
    background: #fff;
    padding: 30px;
    overflow: hidden;
}

#compensation .box_price .subTitle {
    background: #009760;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

#compensation .list-price {
    width: 50%;
    list-style: none;
    padding-right: 5px;
    overflow: hidden;
    float: left;
}

#compensation .list-price:last-child {
    padding-right: 0px;
    float: right;
}

#compensation .list-price li {
    list-style: none;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px 0;
    float: left;
    width: 49.7%;
    margin-right: 2px;
    margin-bottom: 2px;
    color: #3c3f41;
    font-size: 20px;
}

#compensation .list-price li:nth-child(2n+1) {
    color: #cc0001;
    font-weight: bold;
}

#compensation .list-price li:nth-child(2n) {
    margin-right: 0px;
}

#compensation .list-price li.red {
    background: #cc0001;
    color: #fff;
    font-weight: bold;
    border: 1px solid #cc0001;
}

#compensation .list-price li.green {
    background: #19953b;
    color: #fff;
    font-weight: bold;
    border: 1px solid #19953b;
}

#reason .title {
    text-align: center;
    padding-top: 50px;
}

#reason .content {
    background: #19953b;
    padding: 30px 0 70px;
}

#reason h3 {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}

#reason .list-reason {
    list-style: none;
    display: flex;
    margin: 0 -12px;
}

#reason .list-reason li {
    list-style: none;
    margin: 0 12px;
    background: #fff;
    width: 310px;
    position: relative;
    float: left;
    padding-bottom: 50px;
}

#reason .list-reason li .text {
    padding: 0 25px;
    text-align: justify;
    line-height: 1.5;
}

#reason .list-reason li .img_reason {
    margin-top: -15px;
}

#voice .title {
    padding-top: 20px;
    text-align: center;
}

#voice .content {
    background: #19953b;
    padding: 45px 0 40px;
}

#voice h3 {
    color: #fff;
    font-size: 55px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

#voice .list-voice {
    list-style: none;
}

#voice .list-voice li {
    list-style: none;
    background: #fff;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}

#voice .list-voice li .img_voice {
    float: left;
    margin-right: 40px;
}

#voice .list-voice li .des {
    float: left;
    width: 82%;
}

#voice .list-voice li .text-voice {
    font-size: 24px;
    color: #f48a00;
    font-weight: bold;
    padding: 0 0 10px 10px;
    margin-bottom: 17px;
    border-bottom: 2px solid #299707;
}

#voice .list-voice li .text {
    padding: 0 10px;
    line-height: 1.6;
}

#step .title {
    color: #19953b;
    font-size: 40px;
    text-align: center;
    padding: 45px 0 30px;
    font-weight: bold;
}

#step .list-step {
    list-style: none;
    margin: 0 -10px;
    display: flex;
}

#step .list-step li {
    list-style: none;
    width: 230px;
    border: 1px solid #19953b;
    margin: 0 10px 50px;
    float: left;
}

#step .list-step li .content {
    padding: 25px 15px;
}

#step .list-step li .text {
    padding: 0px 10px;
    line-height: 1.5;
}

#campaign {
    padding: 20px 0 60px;
}

#campaign h2 {
    font-size: 40px;
    font-weight: bold;
    color: #299707;
    text-align: center;
    margin-bottom: 40px;
}

#campaign .campaign {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 48px;
    background: #ffeed3;
}

#campaign .campaign h3 {
    text-align: center;
    /* margin-bottom: 24px; */
}

#campaign .campaign .spring img {
  margin-bottom: 24px;
}

#campaign .campaign .top_text {
    width: 920px;
    height: 138px;
    margin: 23px auto 19px;
    padding: 25px 26px 0 245px;
    font-size: 17px;
    line-height: 1.7;
    background: url(../img/campaign_text_background.png) no-repeat;
}

#campaign .campaign .top_text span {
    font-size: 25px;
    font-weight: bold;
    color: #f48a00;
}

#campaign .campaign .campaign-img {
    padding-bottom: 20px;
    text-align: center;
}

#campaign .campaign ul.list {
    width: 920px;
    margin: 0 auto 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#campaign .campaign ul.list li {
    margin-bottom: 15px;
}

#campaign .campaign ul.list li:nth-child(4) {
    padding-left: 156px;
}

#campaign .campaign ul.list li:nth-child(5) {
    padding-right: 156px;
}

#campaign .campaign .text_link {
    text-align: center;
    margin-bottom: 30px;
}

#campaign .campaign .text_link a {
    font-size: 20px;
}

#campaign .campaign .mainImg01 {
    text-align: center;
    margin-bottom: 40px;
}

#campaign .campaign .service_title {
    text-align: center;
    margin-bottom: 28px;
}

#campaign .campaign .inner {
    width: 920px;
    margin: 0 auto;
}

#campaign .campaign .inner .box {
    position: relative;
    width: 448px;
    margin-bottom: 20px;
    float: left;
}

#campaign .campaign .inner .box:nth-child(even) {
    float: right;
}

#campaign .campaign .inner .bg1 {
    height: 544px;
    background: url(../img/campaign_service_background1.png) no-repeat;
}

#campaign .campaign .inner .bg1 dl dt {
    background: #ff8301;
}

#campaign .campaign .inner .bg1 dl dd {
    border: #ff8301 solid 1px;
}

#campaign .campaign .inner .bg2 {
    height: 524px;
    background: url(../img/campaign_service_background2.png) no-repeat;
}

#campaign .campaign .inner .bg2 dl dt {
    background: #20b5b8;
}

#campaign .campaign .inner .bg2 dl dd {
    border: #20b5b8 solid 1px;
}

#campaign .campaign .inner .bg3 {
    height: 524px;
    background: url(../img/campaign_service_background3.png) no-repeat;
}

#campaign .campaign .inner .bg3 dl dt {
    background: #00b2e6;
}

#campaign .campaign .inner .bg3 dl dd {
    border: #00b2e6 solid 1px;
}

#campaign .campaign .inner .box .title {
    font-size: 22px;
    font-weight: bold;
    padding: 18px 0 0 72px;
    height: 72px;
    color: #3c3f41;
}

#campaign .campaign .inner .box .title.space {
    padding: 10px 0 0 72px !important;
}

#campaign .campaign .inner .box .tag {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 16px;
    color: #fff;
    background: #15923b;
    padding: 3px 10px;
}

#campaign .campaign .inner .box .mainImg {
    text-align: center;
    margin-bottom: 18px;
}

#campaign .campaign .inner .box .text {
    width: 386px;
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
}

#campaign .campaign .inner .box dl {
    width: 390px;
    margin: 0 auto;
}

#campaign .campaign .inner .box dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 3px 0;
}

#campaign .campaign .inner .box dl dd {
    border-top: none;
    background: #fffcd4;
    padding: 5px 0 14px;
}

#campaign .campaign .inner .box dl dd ul li {
    font-size: 16px;
    padding-left: 26px;
    line-height: 1.8;
    background: url(../img/campaign_service_icon.png) no-repeat 11px 8px;
    text-align: left;
}

#campaign .campaign .inner .box dl dd ul li .red {
    color: #cc0001;
    font-weight: bold;
}

#campaign .campaign .inner .box dl dd ul li .indent {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 3em;
    text-indent: -3em;
}

#campaign .campaign .ann {
    width: 920px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
}

#campaign .campaign .bn {
    width: 920px;
    height: 279px;
    margin: 50px auto 0;
    padding: 206px 0 0 348px;
    background: url(../img/club-off_banner.png) no-repeat;
}

#faq {
    background: #19953b;
    padding: 50px 0 35px;
    margin-bottom: 35px;
}

#faq .title {
    color: #fff;
    padding-bottom: 35px;
    font-weight: bold;
    font-size: 55px;
    text-align: center;
}

#faq .list-faq {
    list-style: none;
}

#faq .list-faq li {
    list-style: none;
    background: #fff;
    padding: 40px 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

#faq .list-faq li .img_faq {
    float: left;
    margin-right: 35px;
}

#faq .list-faq li .des {
    float: left;
    width: 82%;
}

#faq .list-faq li .text-faq {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #299707;
    padding: 0 0 8px 10px;
    margin-bottom: 15px;
}

#faq .list-faq li .text {
    padding: 0 10px;
    line-height: 1.5;
}

#messag {
    background: #19953b;
    padding: 45px 0 0;
    margin-top: 30px;
}

#messag .content {
    background: #fff;
    padding-top: 55px;
}

#messag .content .title {
    border-top: 2px solid #299707;
    border-bottom: 2px solid #299707;
    text-align: center;
    color: #19953b;
    font-size: 55px;
    font-weight: bold;
    padding: 10px 0 0;
    margin-bottom: 30px;
}

#messag .content h3 {
    font-size: 40px;
    font-weight: bold;
    color: #f59b3d;
    border-bottom: 2px solid #f59b3d;
    text-align: center;
    display: table;
    margin: 0 auto 20px;
}

#messag .content .text {
    padding: 0 60px;
    line-height: 1.6;
    padding-bottom: 50px;
}

#company {
    background: #19953b;
    padding-bottom: 70px;
}

#company .content {
    background: #fff;
    padding-bottom: 35px;
}

#company .title {
    padding-top: 15px;
    color: #19953b;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;
}

#company .text01 {
    font-weight: bold;
    font-size: 24px;
    display: block;
    border-bottom: 2px solid #707274;
    padding-left: 40px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#company .text02 {
    padding-left: 40px;
}

footer {
    background: #299707;
    padding-bottom: 25px;
    margin-top: 30px;
}

footer .content {
    padding: 50px 30px;
    overflow: hidden;
}

footer .content .logo_footer {
    width: 50%;
    float: left;
    padding-right: 10px;
    text-align: right;
}

footer .content .link_footer {
    width: 50%;
    float: left;
    padding-left: 52px;
}

footer .content .list_footer {
    list-style: none;
    padding-top: 20px;
}

footer .content .list_footer li {
    list-style: none;
    position: relative;
    padding-left: 12px;
    margin-bottom: 3px;
}

footer .content .list_footer li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 3px;
    height: 3px;
}

footer .content .list_footer li a {
    display: block;
    color: #fff;
}

footer .content .list_footer li a:hover {
    text-decoration: none;
}

footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.formInputFrame,
#form .formTable td select,
#form .formTable td input[type="text"],
#form .formTable td textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #c5c5c5;
    border-radius: 0;
    padding: 15px 17px;
    resize: none
}

#form #header {
    position: static
}

#form #mainFrame {
    margin: auto;
    width: 860px
}

#form .formTable {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%
}

#form .formTable .error {
    color: #df3434;
    font-size: 14px;
    margin-bottom: 7px
}

#form .formTable tr {
    border-bottom: 1px solid #8f8f8f
}

#form .formTable tr:first-child {
    border-top: 1px solid #8f8f8f
}

#form .formTable .req th label {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
    width: 145px
}

#form .formTable .req th::after {
    content: '必須';
    background: #df3434;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    vertical-align: middle;
    width: 60px
}

#form .formTable .top th {
    padding-top: 35px
}

#form .formTable .top th,
#form .formTable .top td {
    vertical-align: top
}

#form .formTable th,
#form .formTable td {
    font-size: 18px;
    padding: 20px 0;
    line-height: 1.5;
    vertical-align: middle
}

#form .formTable th {
    color: #222;
    padding-left: 20px;
    width: 285px
}

#form .formTable th label {
    font-weight: bold
}

#form .formTable td {
    padding-right: 25px
}

#form .formTable td input[type="text"] {
    width: 100%
}

#form .formTable td input[type="checkbox"] {
    display: none
}

#form .formTable td input[type="checkbox"]+label {
    background: #fff8d0;
    cursor: pointer;
    color: #474747;
    display: block;
    font-weight: bold;
    padding: 20px;
    padding-left: 70px;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s
}

#form .formTable td input[type="checkbox"]+label:hover {
    background-color: #f3f6d8
}

#form .formTable td input[type="checkbox"]+label:hover::before {
    border-color: #53b300
}

#form .formTable td input[type="checkbox"]+label::before {
    content: '';
    background: #fff;
    border: 2px solid #c5c5c5;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    -webkit-transition: .2s;
    transition: .2s
}

#form .formTable td input[type="checkbox"]+label::after {
    content: '';
    border-right: 3px solid #53b300;
    border-bottom: 3px solid #53b300;
    display: block;
    opacity: 0;
    width: 12px;
    height: 23px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s
}

#form .formTable td input[type="checkbox"]:checked+label::after {
    opacity: 1
}

#form .formTable td select {
    background-image: url(../img/form_selectArrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 35px;
    width: 160px
}

#form .formTable td::-ms-expand {
    display: none
}

#form .formTable .style td hr {
    border: none;
    display: block;
    height: 10px
}

#form.confirm .formTable tr th,
#form.confirm .formTable tr td {
    line-height: 1.8
}

#form.confirm .formTable .top th {
    padding-top: 20px
}

#form.confirm #sentPrev {
    margin: auto;
    width: 480px
}

#form.confirm #prevBtn img {
    cursor: pointer
}

#form.thanks h2 {
    margin-bottom: 50px
}

#form.thanks h3 {
    color: #0199ff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px
}

.dib {
    display: inline-block;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt50 {
    margin-top: 50px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.textyellow {
    color: #fff441;
}

.textred {
    color: #cc0001;
}

.text14 {
    font-size: 14px;
}

.text35 {
    font-size: 35px;
}

.text55 {
    font-size: 55px;
}
