@charset "UTF-8";
/*
+++++++++++++++++++++++++++++++++++++++++
                  top_company
++++++++++++++++++++++++++++++++++++++++++++++
*/
.top_company {
  padding: 50px 20px;
  background: #f3f8fa;
  position: relative;
  z-index: 1;
}
.top_company .logo {
  position: absolute;
  bottom: 0%;
  right: -80px;
  z-index: -1;
}
.top_company .company_box_left img {
  width: 100%;
  margin-top: 30px;
}
.top_company .company_box_left .box_left_txt {
  padding-top: 40px;
}
.top_company .company_box_left .btn_wrap {
  padding-top: 30px;
}

@media screen and (min-width: 1024px) {
  .top_company {
    padding: 100px 0 60px;
    overflow: hidden;
  }
  .top_company .top_company_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_company .top_company_box .sec_ttl {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    max-height: 25em;
  }
  .top_company .top_company_box .sec_ttl span {
    padding-left: 10px;
  }
  .top_company .top_company_box .sec_ttl span:after {
    content: "";
    width: 1px;
    height: 60px;
    line-height: 60px;
    border-right: 1px solid #333333;
    margin-left: 0;
    margin-top: 20px;
  }
  .top_company .top_company_box .company_box_right {
    width: 14%;
  }
  .top_company .company_box_left {
    width: 81%;
  }
  .top_company .company_box_left img {
    margin-top: 0;
  }
  .top_company .company_box_left .box_left_txt {
    padding-top: 40px;
  }
  .top_company .company_box_left .btn_wrap {
    padding-top: 30px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  top_philosophy
++++++++++++++++++++++++++++++++++++++++++++++
*/
.top_philosophy {
  padding: 50px 20px;
  background: url(../img/top_philosophy_bg.jpg) no-repeat center/cover;
}
.top_philosophy .top_philosophy_box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px 20px;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}
.top_philosophy .top_philosophy_box p {
  padding: 30px 0 40px;
}

@media screen and (min-width: 1024px) {
  .top_philosophy {
    padding: 70px 0;
  }
  .top_philosophy .top_philosophy_box {
    text-align: center;
  }
  .top_philosophy .top_philosophy_box .box_inr {
    display: inline-block;
    text-align: left;
  }
  .top_philosophy .btn_wrap {
    width: 200px;
    margin: 0 auto;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  top_service
++++++++++++++++++++++++++++++++++++++++++++++
*/
.top_service {
  padding: 50px 20px;
}
.top_service .service_box_left {
  padding-bottom: 30px;
}
.top_service .service_box_left p {
  padding: 30px 0;
}
.top_service .service_box_right img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .top_service {
    padding: 70px 0;
  }
  .top_service .top_service_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_service .service_box_left {
    width: 300px;
    max-width: 100%;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  top_products
++++++++++++++++++++++++++++++++++++++++++++++
*/
.top_products_top {
  padding: 50px 20px;
  background: url(../img/top_prodaucts_bg.jpg) no-repeat center/cover;
}
.top_products_top .prodcts_top_text {
  color: #fff;
}
.top_products_top .prodcts_top_text p {
  padding: 30px 0;
}
.top_products_top .prodcts_top_text .sec_ttl {
  color: #fff;
}
.top_products_top .prodcts_top_text .sec_ttl span {
  color: #fff;
}
.top_products_top .prodcts_top_text .sec_ttl span::after {
  background-color: #fff;
}
.top_products_top .btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.top_products_top .btn:hover {
  background-color: #fff;
  color: #1e3385;
}

/*top_products_top*/
.top_products_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_products_bottom ul li {
  width: 50%;
}
.top_products_bottom ul li img {
  width: 100%;
}
.top_products_bottom ul li a {
  display: block;
  width: 100%;
}
.top_products_bottom ul li a:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}
.top_products_bottom ul li a:hover p::before {
  right: 20px;
}
.top_products_bottom ul li .img_box {
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top_products_bottom ul li p {
  background-color: #1e3385;
  color: #fff;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
}
.top_products_bottom ul li p::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 1s all;
  transition: 1s all;
}

/*top_products_bottom*/
@media screen and (min-width: 1024px) {
  .top_products_top {
    padding: 70px 0 200px;
  }
  .top_products_top .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .top_products_top .prodcts_top_text p {
    padding-bottom: 0;
  }

  /*top_products_top*/
  .top_products_bottom ul {
    position: relative;
    top: -140px;
    max-width: 740px;
    margin: 0 auto;
  }
  .top_products_bottom ul li {
    width: 50%;
    margin-right: 30px;
  }
  .top_products_bottom ul li:last-child {
    margin-right: 0;
  }
  .top_products_bottom ul li img {
    width: auto;
  }
  .top_products_bottom ul li p {
    width: 80%;
    top: -20px;
  }

  /*top_products_bottom*/
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  top_access
++++++++++++++++++++++++++++++++++++++++++++++
*/
.top_access {
  padding-top: 50px;
  background-color: #f3f8fa;
}
.top_access .sec_ttl {
  padding: 0 20px 30px;
}
.top_access .map {
  background: #fff;
}
.top_access .map iframe {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .top_access {
    margin-top: -80px;
    background-color: #f3f8fa;
    padding-top: 70px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                  contact_bar
++++++++++++++++++++++++++++++++++++++++++++++
*/
.contact_bar {
  margin: 50px 20px;
  padding-bottom: 40px;
  border-top: 2px solid #1e3385;
  border-bottom: 2px solid #1e3385;
}
.contact_bar p {
  padding-top: 30px;
}
.contact_bar .contact_bar_box .tel,
.contact_bar .contact_bar_box .mail {
  background-color: #1e3385;
  line-height: 60px;
  text-align: center;
  margin-top: 30px;
  border: 1px solid #1e3385;
  -webkit-transition: 0.5 all;
  transition: 0.5 all;
}
.contact_bar .contact_bar_box .tel a,
.contact_bar .contact_bar_box .mail a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Yu Mincho", serif;
  font-weight: bold;
}
.contact_bar .contact_bar_box .tel:hover,
.contact_bar .contact_bar_box .mail:hover {
  background-color: #fff;
  border: 1px solid #1e3385;
}
.contact_bar .contact_bar_box .tel:hover a,
.contact_bar .contact_bar_box .mail:hover a {
  color: #1e3385;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.contact_bar .contact_bar_box .tel a {
  background: url(../img/tel_white.svg) no-repeat 20%;
  background-size: 24px;
}
.contact_bar .contact_bar_box .tel:hover a {
  background: url(../img/tel.svg) no-repeat 20%;
  background-size: 24px;
}
.contact_bar .contact_bar_box .mail a {
  background: url(../img/mail.svg) no-repeat 20%;
  background-size: 24px;
}
.contact_bar .contact_bar_box .mail:hover a {
  background: url(../img/mail_blue.svg) no-repeat 20%;
  background-size: 24px;
}

@media screen and (min-width: 1024px) {
  .contact_bar {
    margin: 70px auto;
  }
  .contact_bar .contact_bar_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
  }
  .contact_bar .contact_bar_box .tel,
.contact_bar .contact_bar_box .mail {
    width: 310px;
    max-width: 100%;
  }
}
/*会社概要*/
/*
+++++++++++++++++++++++++++++++++++++++++
            page_header
++++++++++++++++++++++++++++++++++++++++++++
*/
.company .page_header {
  background: url(../img/company_header.jpg) no-repeat center/cover;
}

/*
+++++++++++++++++++++++++++++++++++++++++
            company_about
++++++++++++++++++++++++++++++++++++++++++++
*/
.company_about {
  padding: 50px 0;
  text-align: center;
}
.company_about .sec_ttl {
  padding: 0 0 40px;
  display: inline-block;
  font-size: 1.8rem;
  text-align: left;
}
.company_about .company_table {
  font-size: 1.4rem;
  width: 100%;
  background-color: #fff;
  vertical-align: middle;
}
.company_about .company_table tr:nth-child(odd) th,
.company_about .company_table tr:nth-child(odd) td {
  background-color: #f3f8fa;
}
.company_about .company_table th {
  font-weight: normal;
  padding: 20px 20px 10px;
  text-align: left;
}
.company_about .company_table td {
  padding: 10px 20px 20px;
  text-align: left;
}

/*1023px以下　テーブル*/
@media screen and (max-width: 1023px) {
  .company_about .company_table th {
    display: block;
    font-weight: bold;
  }
  .company_about .company_table td {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .company_about {
    padding: 70px 0;
  }
  .company_about .sec_ttl {
    font-size: 2.4rem;
  }
  .company_about .company_table {
    font-size: 1.4rem;
    width: 100%;
    background-color: #fff;
    vertical-align: middle;
  }
  .company_about .company_table tr:nth-child(odd) th,
.company_about .company_table tr:nth-child(odd) td {
    background-color: #f3f8fa;
  }
  .company_about .company_table th {
    width: 30%;
    padding: 40px 20px;
    text-align: center;
    vertical-align: middle;
  }
  .company_about .company_table td {
    width: 70%;
    padding: 40px 20px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
            company_philosophy
++++++++++++++++++++++++++++++++++++++++++++
*/
.company_philosophy {
  padding: 0 20px 50px;
  text-align: center;
}
.company_philosophy .sec_ttl {
  display: inline-block;
  font-size: 1.8rem;
  text-align: left;
}
.company_philosophy h3 {
  padding: 30px 0;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-family: "Yu Mincho", serif;
  font-weight: 900;
  line-height: 1.5;
}
.company_philosophy h3 span {
  color: #d31d1d;
}
.company_philosophy dl {
  text-align: left;
  margin-bottom: 30px;
}
.company_philosophy dl dt {
  font-weight: bold;
  border-left: 10px solid #1e3385;
  border-bottom: 1px solid #1e3385;
  padding-left: 10px;
  margin-bottom: 10px;
}
.company_philosophy dl dd {
  padding-left: 20px;
  margin-bottom: 30px;
}
.company_philosophy dl dd:last-child {
  margin-bottom: 0;
}
.company_philosophy dl dd ul {
  list-style-type: decimal;
  padding-left: 20px;
}

@media screen and (min-width: 1024px) {
  .company_philosophy {
    padding: 70px 0;
  }
  .company_philosophy .sec_ttl {
    font-size: 2.4rem;
  }
  .company_philosophy h3 {
    font-size: 2.8rem;
    padding: 40px 0;
  }
  .company_philosophy h3 span {
    color: #d31d1d;
  }
  .company_philosophy dl dt {
    font-size: 1.6rem;
    padding-left: 20px;
  }
  .company_philosophy dl dd {
    padding-left: 30px;
    font-size: 1.4rem;
  }
  .company_philosophy dl dd ul {
    padding-left: 30px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
            company_access
++++++++++++++++++++++++++++++++++++++++++++
*/
.company_access {
  padding-top: 50px;
  background-color: #f3f8fa;
  text-align: center;
}
.company_access .sec_ttl {
  display: inline-block;
  font-size: 1.8rem;
  text-align: left;
}
.company_access .access_txt {
  padding: 30px 20px;
}
.company_access .access_txt p {
  text-align: left;
  display: inline-block;
}
.company_access .map {
  background-color: #fff;
}
.company_access .map iframe {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .company_access {
    margin-top: 40px;
    padding-top: 60px;
  }
  .company_access .sec_ttl {
    font-size: 2.4rem;
  }
  .company_access .access_txt {
    padding: 40px 0;
  }
}
/*事業内容*/
/*
+++++++++++++++++++++++++++++++++++++++++
            page_header
++++++++++++++++++++++++++++++++++++++++++++
*/
.service .page_header {
  background: url(../img/service_header.jpg) no-repeat center/cover;
}

/*
+++++++++++++++++++++++++++++++++++++++++
            service_about
++++++++++++++++++++++++++++++++++++++++++++
*/
.service_about {
  padding: 60px 20px;
}
.service_about .about_text p {
  padding: 30px 0;
}
.service_about .about_img img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .service_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 0 0;
  }
  .service_about .about_text {
    width: 45%;
    margin-right: 30px;
  }
  .service_about .about_text p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .service_about .about_img {
    width: 56%;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
            service_box
++++++++++++++++++++++++++++++++++++++++++++
*/
.service .service_box {
  background-color: #1e3385;
  color: #fff;
  padding: 60px 20px 30px;
}
.service .service_box .sec_ttl {
  color: #fff;
}
.service .service_box .sec_ttl span {
  color: #fff;
}
.service .service_box .sec_ttl span::after {
  background-color: #fff;
}
.service .service_box .btn {
  border-color: #fff;
}
.service .service_box .box_text p {
  padding: 30px 0;
}
.service .service_box .box_text .btn_wrap {
  padding-bottom: 30px;
}
.service .service_box .box_img img {
  width: 100%;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(36, 36, 36, 0.6);
          box-shadow: 0px 3px 4px 0px rgba(36, 36, 36, 0.6);
}

@media screen and (min-width: 1024px) {
  .service .service_box {
    width: 86%;
    margin-top: 120px;
    padding-bottom: 60px;
  }
  .service .service_box .sec_ttl {
    font-size: 2rem;
    line-height: 1;
  }
  .service .service_box .box_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service .service_box .box_text p {
    padding: 30px 0 20px;
  }
  .service .service_box .box_text .btn_wrap {
    padding-bottom: 0px;
  }
  .service .service_box .box_img {
    position: relative;
    margin-top: -120px;
  }
  .service .service_box .box_img img {
    width: 100%;
  }

  .box01 {
    margin-right: auto;
  }
  .box01 .box_inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .box02 {
    margin-left: auto;
  }
}
/*取り扱い商品*/
/*
+++++++++++++++++++++++++++++++++++++++++
            page_header
++++++++++++++++++++++++++++++++++++++++++++
*/
.products .page_header {
  background: url(../img/products_header.jpg) no-repeat center/cover;
}

/*
+++++++++++++++++++++++++++++++++++++++++
            prodcts_box
++++++++++++++++++++++++++++++++++++++++++++
*/
.products .prodcts_box {
  padding: 50px 20px;
}
.products .prodcts_box .box_img img {
  width: 100%;
  padding-bottom: 30px;
}
.products .prodcts_box .box_img img:last-child {
  padding-bottom: 0;
}
.products .prodcts_box .box_text {
  padding-bottom: 30px;
}
.products .prodcts_box .box_text .list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products .prodcts_box .box_text .prodcts_list {
  padding-top: 30px;
  width: 50%;
}
.products .prodcts_box .box_text .prodcts_list .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}
.products .prodcts_box .box_text .prodcts_list .name::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #333333;
  margin-left: 10px;
}
.products .prodcts_box .box_text .prodcts_list .kind {
  font-size: 1.2rem;
}

.products .box02 {
  background-color: #f3f8fa;
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
}
.products .box02 .logo {
  width: 100%;
  position: absolute;
  bottom: 0%;
  right: -80px;
}
.products .box02 .box_text .list_flex {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.products .box02 .box_img img:last-child {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .products .prodcts_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 100px 0 60px;
  }
  .products .prodcts_box .box_img {
    width: 58%;
  }
  .products .prodcts_box .box_img img:last-child {
    margin-left: 14%;
  }
  .products .prodcts_box .box_text {
    width: 42%;
    padding-bottom: 0;
  }
  .products .prodcts_box .box_text .list_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products .prodcts_box .box_text .sec_ttl {
    font-size: 2.4rem;
    padding-bottom: 30px;
  }
  .products .prodcts_box .box_text .prodcts_list {
    padding-top: 30px;
    width: 100%;
    line-height: 1.6;
  }
  .products .prodcts_box .box_text .prodcts_list .name {
    font-size: 1.4rem;
  }
  .products .prodcts_box .box_text .prodcts_list .name::after {
    content: "";
    width: 60px;
    margin-left: 20px;
  }

  .products .box02 {
    padding: 70px 0;
    background-position: -220px;
  }
  .products .box02 .logo {
    width: auto;
  }
  .products .box02 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .products .box02 .wrapper .box_text {
    margin-left: 60px;
  }
  .products .box02 .wrapper .box_img img:last-child {
    margin-left: 14%;
  }
}
/*お問い合わせ*/
/*
+++++++++++++++++++++++++++++++++++++++++
            page_header　お問い合わせ
++++++++++++++++++++++++++++++++++++++++++++
*/
.contact .page_header {
  background: url(../img/contact_header.jpg) no-repeat center/cover;
}

/*
+++++++++++++++++++++++++++++++++++++++++
            contact_page お問い合わせ
++++++++++++++++++++++++++++++++++++++++++++
*/
.contact_page {
  margin: 50px auto;
}
.contact_page .contact_page_txt {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 70px;
  padding: 0 20px;
}
.contact_page .contact_page_txt span {
  color: #bc2626;
}

.formtable {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
.formtable tr:nth-child(odd) th,
.formtable tr:nth-child(odd) td {
  background-color: #f3f8fa;
}

.formtable th {
  padding: 20px;
  vertical-align: middle;
  font-weight: normal;
}

.formtable td {
  padding: 20px;
}

.red {
  font-size: 14px;
  color: #bc2626;
  font-weight: normal;
}

.formtable .boxm,
.formtable textarea {
  width: 100%;
  padding: 10px 12.5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #ddd;
}

.formtable .boxm:focus,
.formtable textarea:focus {
  border: 1px solid #1e3385;
  outline: 0;
}

.contact_policy {
  line-height: 2;
  padding: 0 20px;
}

.contact_policy h2 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin-top: 40px;
  font-weight: bold;
}

.contact_policy_box {
  max-width: 740px;
  width: 100%;
  height: 200px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_policy_box p {
  font-size: 14px;
  margin-bottom: 20px;
}

.contact_check {
  text-align: center;
  font-size: 14px;
}

.kojin_checkbox {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}

.kojin_checkbox input {
  margin-right: 10px;
}

.kojin_checkbox:hover {
  cursor: pointer;
}

.submit_btn,
.submit-btn {
  width: 300px;
  margin: 20px auto;
}

.submit_btn input,
.submit-btn input {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #1e3385;
  color: #fff;
  border: none;
}

/*1023px以下　テーブルの行*/
@media screen and (max-width: 1023px) {
  .formtable th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 20px 10px;
    font-weight: bold;
  }

  .formtable td {
    display: block;
    width: 100%;
    padding: 10px 20px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .contact_page {
    margin: 80px auto;
  }

  .formtable th {
    width: 30%;
  }

  .formtable td {
    width: 70%;
  }

  .contact_policy h2 {
    font-weight: normal;
  }
}
/*# sourceMappingURL=style.css.map */