@media (min-width: 768px) {
  .sp {
    display: none; } }

@media (max-width: 767.98px) {
  .pc {
    display: none; } }

.c1 {
  color: #8CB808; }

.c2 {
  color: #F9F8F6; }

.c3 {
  color: #237F81; }

.c4 {
  color: #FF6010; }

.c5 {
  color: #898989; }

.bs1 {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }

.ts1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

.container {
  position: relative;
  text-align: left; }

hr {
  margin: 50px 0;
  height: 1px;
  border: none;
  border-top: 1px solid #DDD; }
  @media (max-width: 767.98px) {
    hr {
      margin: 25px 0; } }

.style--banner_list ul li:not(:last-child) {
  margin-bottom: 15px; }

.style--page_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 240px;
  padding: 0 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../image/layout/title_back.jpg);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767.98px) {
    .style--page_title {
      height: 100px;
      padding: 0 30px; } }
  @media (max-width: 767.98px) {
    .style--page_title {
      background-position: right -50px center; } }
  .style--page_title .hl {
    font-size: 4rem;
    font-weight: bold; }
    @media (max-width: 767.98px) {
      .style--page_title .hl {
        font-size: 2.6rem; } }
    .style--page_title .hl img {
      position: relative;
      top: -5px;
      height: 64px;
      margin-right: 15px;
      vertical-align: middle; }
      @media (max-width: 767.98px) {
        .style--page_title .hl img {
          height: 40px;
          margin-right: 10px; } }

.style--text_page {
  margin-bottom: 40px;
  padding: 35px 35px 75px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  text-align: left; }
  @media (max-width: 767.98px) {
    .style--text_page {
      padding: 30px 15px 40px; } }

.style--maker_list {
  margin-bottom: 40px;
  padding: 35px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767.98px) {
    .style--maker_list {
      padding-left: 15px;
      padding-right: 15px; } }
  .style--maker_list .hl {
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #237F81; }
    .style--maker_list .hl:before {
      content: "";
      display: inline-block;
      width: 31px;
      height: 21px;
      margin-right: 10px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../image/layout/icon_select.png);
      background-size: contain;
      vertical-align: middle; }
  .style--maker_list .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    margin-left: -10px;
    margin-right: -10px; }
    @media (max-width: 1740.98px) {
      .style--maker_list .select {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 767.98px) {
      .style--maker_list .select {
        margin-bottom: 20px; } }
    .style--maker_list .select li {
      width: 20%;
      padding: 0 10px; }
      @media (max-width: 1740.98px) {
        .style--maker_list .select li {
          width: 33.3333%;
          margin-bottom: 20px; } }
      @media (max-width: 767.98px) {
        .style--maker_list .select li {
          width: 50%;
          margin-bottom: 20px; } }
      .style--maker_list .select li a {
        display: block;
        padding: 5px 15px;
        border: 2px solid #237F81;
        color: #237F81;
        text-decoration: none;
        font-weight: bold;
        font-size: 2.2rem;
        -webkit-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s; }
        @media (max-width: 1904.98px) {
          .style--maker_list .select li a {
            font-size: 1.8rem; } }
        @media (max-width: 767.98px) {
          .style--maker_list .select li a {
            font-size: 1.6rem; } }
      .style--maker_list .select li.-active a,
      .style--maker_list .select li a:hover {
        background: #237F81;
        color: #FFF; }
  .style--maker_list .hs {
    margin: 0 -35px 50px;
    padding: 15px 35px;
    background: #8CB808;
    color: #FFF;
    text-align: left;
    font-size: 2.2rem;
    font-weight: bold; }
    @media (max-width: 767.98px) {
      .style--maker_list .hs {
        margin: 0 -15px 30px;
        padding: 15px 15px; } }
    @media (max-width: 767.98px) {
      .style--maker_list .hs {
        font-size: 2rem; } }
  .style--maker_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    .style--maker_list .list .unit {
      margin-bottom: 40px;
      padding: 0 10px; }
      @media (min-width: 768px) {
        .style--maker_list .list .unit {
          width: 20%; } }
      @media (max-width: 2000px) and (min-width: 768px) {
        .style--maker_list .list .unit {
          width: 25%; } }
      @media (max-width: 1500px) and (min-width: 768px) {
        .style--maker_list .list .unit {
          width: 33.33333%; } }
      @media (max-width: 767.98px) {
        .style--maker_list .list .unit {
          width: 100%; } }
      .style--maker_list .list .unit > a, .style--maker_list .list .unit > span {
        display: block;
        position: relative;
        -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
        text-decoration: none;
        color: #222; }
        .style--maker_list .list .unit > a .id, .style--maker_list .list .unit > span .id {
          position: absolute;
          left: 0;
          top: 0;
          padding: 5px 10px;
          background: #8A8A8A;
          color: #FFF;
          font-size: 0.8rem; }
        .baikyaku {
            position: absolute;
            left: -9px;
            top: -5px;}
        .shoudan {
                position: absolute;
                left: -9px;
                top: -5px;}
        .coming {
                position: absolute;
                top: 9%;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;}
        .style--maker_list .list .unit > a .image, .style--maker_list .list .unit > span .image {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
          .style--maker_list .list .unit > a .image:before, .style--maker_list .list .unit > span .image:before {
            content: "";
            display: block;
            padding-top: 75%; }
        .style--maker_list .list .unit > a .title, .style--maker_list .list .unit > span .title {
          padding: 15px;
          text-align: left;
          font-size: 1.8rem;
          text-decoration: underline;
          -webkit-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          transition: all ease 0.2s; }
          @media (min-width: 768px) {
            .style--maker_list .list .unit > a .title, .style--maker_list .list .unit > span .title {
              height: 5em; } }
        .style--maker_list .list .unit > a .detail, .style--maker_list .list .unit > span .detail {
          width: 100%; }
          .style--maker_list .list .unit > a .detail tbody tr th, .style--maker_list .list .unit > a .detail tbody tr td, .style--maker_list .list .unit > span .detail tbody tr th, .style--maker_list .list .unit > span .detail tbody tr td {
            padding: 10px 15px;
            font-size: 1rem;
            background: #F7F7F7;
            border-top: 1px solid #DDD; }
          .style--maker_list .list .unit > a .detail tbody tr th, .style--maker_list .list .unit > span .detail tbody tr th {
            color: #97A084; }
          .style--maker_list .list .unit > a .detail tbody tr td, .style--maker_list .list .unit > span .detail tbody tr td {
            text-align: right;
            font-weight: bold; }
        .style--maker_list .list .unit > a .button, .style--maker_list .list .unit > span .button {
          padding: 10px;
          background: #237F81;
          color: #FFF;
          font-weight: bold;
          -webkit-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          transition: all ease 0.2s; }
        .style--maker_list .list .unit > a:hover .title, .style--maker_list .list .unit > span:hover .title {
          text-decoration: none;
          color: #8CB808; }
        .style--maker_list .list .unit > a:hover .button, .style--maker_list .list .unit > span:hover .button {
          background: #8CB808; }
  .style--maker_list .more {
    padding: 20px 0;
    text-align: center; }
    .style--maker_list .more a {
      display: block;
      width: 100%;
      max-width: 260px;
      margin: 0 auto;
      padding: 15px;
      background: #237F81;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.9rem;
      color: #FFF;
      -webkit-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .style--maker_list .more a:hover {
        background: #8CB808; }

.style--top_merit {
  margin-bottom: 40px; }
  .style--top_merit .banner {
    margin-bottom: 40px;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .style--top_merit .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -20px;
      margin-right: -20px; } }
  @media (min-width: 768px) {
    .style--top_merit .list .unit {
      width: 33.3333%;
      padding: 0 20px; } }
  .style--top_merit .list .unit > a, .style--top_merit .list .unit > span {
    display: block;
    position: relative;
    background: #FFF;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #222; }
    .style--top_merit .list .unit > a .image, .style--top_merit .list .unit > span .image {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .style--top_merit .list .unit > a .image:before, .style--top_merit .list .unit > span .image:before {
        content: "";
        display: block;
        padding-top: 60%; }
    .style--top_merit .list .unit > a .text, .style--top_merit .list .unit > span .text {
      padding: 30px 30px 50px; }
      .style--top_merit .list .unit > a .text .title, .style--top_merit .list .unit > span .text .title {
        font-size: 3.3rem;
        font-weight: bold;
        color: #237F81;
        -webkit-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s; }
    .style--top_merit .list .unit > a:after, .style--top_merit .list .unit > span:after {
      content: "\e5cc";
      display: block;
      width: 37px;
      height: 37px;
      line-height: 37px;
      position: absolute;
      right: 0;
      bottom: 0;
      background: #237F81;
      font-family: 'Material Icons';
      font-size: 2.4rem;
      color: #FFF;
      -webkit-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
    .style--top_merit .list .unit > a:hover:after, .style--top_merit .list .unit > span:hover:after {
      background: #8CB808; }
    .style--top_merit .list .unit > a:hover dl, .style--top_merit .list .unit > span:hover dl {
      background: #8CB808; }
    .style--top_merit .list .unit > a:hover .title, .style--top_merit .list .unit > span:hover .title {
      color: #8CB808; }
    .style--top_merit .list .unit > a dl, .style--top_merit .list .unit > span dl {
      position: absolute;
      left: 0;
      top: 0;
      width: 103px;
      height: 103px;
      padding: 18px 15px 0;
      background: #237F81;
      color: #FFF;
      font-family: 'Roboto', sans-serif;
      font-style: italic;
      -webkit-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .style--top_merit .list .unit > a dl dt, .style--top_merit .list .unit > span dl dt {
        line-height: 1;
        font-size: 1.8rem;
        font-weight: 500; }
      .style--top_merit .list .unit > a dl dd, .style--top_merit .list .unit > span dl dd {
        line-height: 1;
        font-size: 5rem;
        font-weight: 500; }

.style--top_news {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  background: #FFF; }
  @media (min-width: 768px) {
    .style--top_news .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 768px) {
    .style--top_news .flex .hl {
      width: 310px;
      padding: 90px 0; } }
  @media (max-width: 767.98px) {
    .style--top_news .flex .hl {
      padding: 30px; } }
  .style--top_news .flex .hl h3 {
    margin-bottom: 25px;
    line-height: 1.5; }
    .style--top_news .flex .hl h3 strong, .style--top_news .flex .hl h3 span {
      display: block; }
    .style--top_news .flex .hl h3 strong {
      font-size: 4rem;
      color: #237F81; }
    .style--top_news .flex .hl h3 span {
      font-size: 1.8rem; }
  .style--top_news .flex .hl .more a {
    display: inline-block;
    padding: 7px 25px;
    background: #222;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .style--top_news .flex .hl .more a:hover {
      background: #8CB808; }
  @media (min-width: 768px) {
    .style--top_news .flex .list {
      width: calc(100% - 310px); } }
  .style--top_news .flex .list table {
    width: 100%; }
    @media (max-width: 767.98px) {
      .style--top_news .flex .list table {
        margin-top: -15px; } }
    .style--top_news .flex .list table tbody tr th, .style--top_news .flex .list table tbody tr td {
      padding: 30px 0;
      font-weight: bold;
      font-size: 1.8rem; }
    .style--top_news .flex .list table tbody tr th {
      width: 150px; }
    .style--top_news .flex .list table tbody tr td a {
      color: #222; }
    .style--top_news .flex .list table tbody tr:not(:last-child) th, .style--top_news .flex .list table tbody tr:not(:last-child) td {
      border-bottom: 1px solid #E6E6E6; }
    @media (max-width: 767.98px) {
      .style--top_news .flex .list table,
      .style--top_news .flex .list table tbody,
      .style--top_news .flex .list table tbody tr,
      .style--top_news .flex .list table tbody tr th,
      .style--top_news .flex .list table tbody tr td {
        display: block;
        width: 100%;
        font-size: 1.6rem; }
      .style--top_news .flex .list table tbody tr th {
        padding: 15px 15px 0;
        border: none !important; }
      .style--top_news .flex .list table tbody tr td {
        padding: 0 15px 15px; } }

.style--top_contact {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  padding: 40px;
  background: #FFF; }
  @media (max-width: 767.98px) {
    .style--top_contact {
      padding: 30px 15px; } }
  @media (min-width: 768px) {
    .style--top_contact .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .style--top_contact .flex .tel {
    position: relative; }
    @media (min-width: 768px) {
      .style--top_contact .flex .tel {
        padding-right: 80px;
        margin-right: 80px;
        border-right: 1px solid #DDD; } }
    @media (max-width: 1815px) and (min-width: 768px) {
      .style--top_contact .flex .tel {
        margin-right: 40px;
        padding-right: 40px; } }
    @media (max-width: 767.98px) {
      .style--top_contact .flex .tel {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #DDD; } }
    .style--top_contact .flex .tel table {
      margin-bottom: 10px; }
      @media (max-width: 767.98px) {
        .style--top_contact .flex .tel table {
          margin-left: auto;
          margin-right: auto; } }
      .style--top_contact .flex .tel table tbody tr .th {
        padding-right: 5px;
        line-height: 1;
        vertical-align: bottom;
        font-size: 4rem;
        font-weight: bold;
        color: #8CB808; }
        @media (max-width: 1815px) {
          .style--top_contact .flex .tel table tbody tr .th {
            font-size: 2rem; } }
        @media (max-width: 767.98px) {
          .style--top_contact .flex .tel table tbody tr .th {
            font-size: 2rem; } }
        @media (max-width: 350px) {
          .style--top_contact .flex .tel table tbody tr .th {
            font-size: 1.5rem; } }
      .style--top_contact .flex .tel table tbody tr .num {
        line-height: 1;
        vertical-align: bottom;
        font-size: 6rem;
        font-weight: bold;
        color: #8CB808; }
        @media (max-width: 1815px) {
          .style--top_contact .flex .tel table tbody tr .num {
            font-size: 4rem; } }
        @media (max-width: 767.98px) {
          .style--top_contact .flex .tel table tbody tr .num {
            font-size: 4rem; } }
        @media (max-width: 350px) {
          .style--top_contact .flex .tel table tbody tr .num {
            font-size: 3rem; } }
      .style--top_contact .flex .tel table tbody tr .time {
        padding-left: 15px;
        line-height: 1;
        vertical-align: bottom;
        font-weight: bold; }
    .style--top_contact .flex .tel .comment {
      font-size: 2rem; }
      @media (max-width: 767.98px) {
        .style--top_contact .flex .tel .comment {
          font-size: 1.6rem; } }
  .style--top_contact .flex .button a {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    min-width: 400px;
    height: 100%;
    background: #237F81;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    @media (max-width: 767.98px) {
      .style--top_contact .flex .button a {
        display: block; } }
    @media (max-width: 1300px) {
      .style--top_contact .flex .button a {
        min-width: 300px; } }
    @media (max-width: 767.98px) {
      .style--top_contact .flex .button a {
        padding: 20px; } }
    .style--top_contact .flex .button a .hs {
      font-size: 2.6rem; }
      .style--top_contact .flex .button a .hs:before {
        content: "";
        position: relative;
        top: -2px;
        display: inline-block;
        width: 35px;
        height: 28px;
        margin-right: 12px;
        background: url("../image/layout/icon_navi_6.png") no-repeat center center;
        background-size: contain;
        vertical-align: middle; }
    .style--top_contact .flex .button a:hover {
      background: #8CB808; }

.style--truck_detail {
  margin-bottom: 40px;
  padding: 35px 35px 75px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  text-align: left; }
  @media (max-width: 767.98px) {
    .style--truck_detail {
      padding: 30px 15px 40px; } }
  .style--truck_detail .title {
    margin: 0 -35px 50px;
    padding: 15px 35px;
    background: #8CB808;
    color: #FFF;
    text-align: left;
    font-size: 2.2rem;
    font-weight: bold; }
    @media (max-width: 767.98px) {
      .style--truck_detail .title {
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .style--truck_detail .title {
        font-size: 2rem; } }
    .style--truck_detail .title:first-child {
      margin-top: -35px; }
      @media (max-width: 767.98px) {
        .style--truck_detail .title:first-child {
          margin-top: -30px; } }
  .style--truck_detail .flex {
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .style--truck_detail .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (min-width: 768px) {
      .style--truck_detail .flex .image {
        width: 60%;
        padding-right: 30px; } }
    @media (max-width: 767.98px) {
      .style--truck_detail .flex .image {
        margin-bottom: 30px; } }
    .style--truck_detail .flex .image .main {
      margin-bottom: 20px; }
      .style--truck_detail .flex .image .main img {
        width: 100%; }
    .style--truck_detail .flex .image .sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -5px;
      margin-right: -5px; }
      .style--truck_detail .flex .image .sub li {
        width: calc(100% / 6);
        padding: 0 5px 15px; }
        @media (max-width: 767.98px) {
          .style--truck_detail .flex .image .sub li {
            width: calc(100% / 4); } }
        .style--truck_detail .flex .image .sub li a {
          display: block;
          width: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
          .style--truck_detail .flex .image .sub li a:after {
            content: "";
            display: block;
            padding-top: 75%; }
    @media (min-width: 768px) {
      .style--truck_detail .flex .image2 {
        width: 60%; } }
    @media (max-width: 767.98px) {
      .style--truck_detail .flex .image2 {
        margin-bottom: 30px; } }
    .style--truck_detail .flex .image2 .sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -10px;
      margin-right: -10px; }
      .style--truck_detail .flex .image2 .sub li {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
    .style--truck_detail .flex .text {
      text-align: left; }
      @media (min-width: 768px) {
        .style--truck_detail .flex .text {
          width: calc(40% - 40px);
          min-width: 395px; } }
      .style--truck_detail .flex .text .price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .style--truck_detail .flex .text .price > * {
          line-height: 1; }
        .style--truck_detail .flex .text .price .hl {
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
          margin-right: 10px; }
          @media (max-width: 767.98px) {
            .style--truck_detail .flex .text .price .hl {
              font-size: 1.4rem; } }
        .style--truck_detail .flex .text .price .price {
          font-size: 5rem;
          color: #FF6010; }
          .style--truck_detail .flex .text .price .price span {
            font-size: 0.8em; }
          @media (max-width: 767.98px) {
            .style--truck_detail .flex .text .price .price {
              font-size: 3rem; } }
        .style--truck_detail .flex .text .price .yen {
          margin-right: 10px; }
          @media (max-width: 767.98px) {
            .style--truck_detail .flex .text .price .yen {
              font-size: 1.4rem; } }
        .style--truck_detail .flex .text .price .tax {
          color: #898989; }
          @media (max-width: 767.98px) {
            .style--truck_detail .flex .text .price .tax {
              font-size: 1.4rem; } }
      .style--truck_detail .flex .text .detail {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 15px;
        border-top: 1px dotted #969696; }
        .style--truck_detail .flex .text .detail table {
          margin: 0 auto; }
          .style--truck_detail .flex .text .detail table thead tr th {
            padding-top: 15px;
            text-align: center;
            font-size: 1.3rem;
            color: #898989; }
          .style--truck_detail .flex .text .detail table tbody tr td {
            padding: 0 15px;
            text-align: center; }
            .style--truck_detail .flex .text .detail table tbody tr td span {
              font-size: 1.3rem;
              color: #898989; }
      .style--truck_detail .flex .text .button {
        margin-bottom: 25px; }
        .style--truck_detail .flex .text .button a {
          display: block;
          padding: 10px;
          background: #FF6010;
          color: #FFF;
          font-weight: bold;
          text-align: center;
          text-decoration: none;
          font-size: 2.2rem; }
          @media (max-width: 767.98px) {
            .style--truck_detail .flex .text .button a {
              font-size: 1.8rem; } }
          .style--truck_detail .flex .text .button a:hover {
            background: #8CB808; }
          .style--truck_detail .flex .text .button a img {
            position: relative;
            top: -3px;
            height: 30px;
            margin-right: 10px;
            vertical-align: middle; }
      .style--truck_detail .flex .text .tel {
        margin-bottom: 30px;
        border: 2px solid #EDE5D0;
        text-align: center; }
        .style--truck_detail .flex .text .tel .hs {
          padding: 10px;
          background: #FFFBF0;
          font-weight: bold;
          font-size: 2rem; }
        .style--truck_detail .flex .text .tel .num {
          padding: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .style--truck_detail .flex .text .tel .num span {
            display: block;
            margin-right: 10px;
            padding: 2px 10px;
            background: #FF9500;
            font-size: 1.4rem;
            color: #FFF; }
            @media (max-width: 767.98px) {
              .style--truck_detail .flex .text .tel .num span {
                font-size: 1.2rem; } }
          .style--truck_detail .flex .text .tel .num strong {
            font-weight: bold;
            font-size: 4rem;
            color: #FF6010; }
            @media (max-width: 767.98px) {
              .style--truck_detail .flex .text .tel .num strong {
                font-size: 3.2rem; } }
            @media (max-width: 350px) {
              .style--truck_detail .flex .text .tel .num strong {
                font-size: 2.5rem; } }
  .style--truck_detail .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    border: 1px solid #E2E2E2;
    border-right: none;
    border-bottom: none; }
    .style--truck_detail .spec dt, .style--truck_detail .spec dd {
      padding: 15px 25px;
      border-right: 1px solid #E2E2E2;
      border-bottom: 1px solid #E2E2E2;
      text-align: center; }
    .style--truck_detail .spec dt {
      width: 20%;
      background: #F9F8F6; }
      @media (max-width: 767.98px) {
        .style--truck_detail .spec dt {
          width: 30%;
          font-size: 1.4rem;
          padding: 15px; } }
    .style--truck_detail .spec dd {
      width: 30%; }
      @media (max-width: 767.98px) {
        .style--truck_detail .spec dd {
          width: 70%;
          padding: 15px; } }
  .style--truck_detail .equip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px; }
    .style--truck_detail .equip li {
      width: 20%;
      padding: 0 5px 10px; }
      @media (max-width: 767.98px) {
        .style--truck_detail .equip li {
          width: 50%; } }
      .style--truck_detail .equip li span {
        display: block;
        border: 1px solid #E2E2E2;
        padding: 12px 10px;
        text-align: center; }
        @media (max-width: 767.98px) {
          .style--truck_detail .equip li span {
            font-size: 1.4rem; } }
  .style--truck_detail .mitsumori .button {
    margin-bottom: 25px; }
    .style--truck_detail .mitsumori .button a {
      display: block;
      padding: 10px;
      background: #FF6010;
      color: #FFF;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      font-size: 2.2rem; }
      @media (max-width: 767.98px) {
        .style--truck_detail .mitsumori .button a {
          font-size: 1.8rem; } }
      .style--truck_detail .mitsumori .button a:hover {
        background: #8CB808; }
      .style--truck_detail .mitsumori .button a img {
        position: relative;
        top: -3px;
        height: 30px;
        margin-right: 10px;
        vertical-align: middle; }

.style--merit_page {
  margin-bottom: 40px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }
  .style--merit_page .hl {
    margin-bottom: 75px; }
    @media (max-width: 767.98px) {
      .style--merit_page .hl {
        margin-bottom: 50px; } }
  .style--merit_page .list .unit > a, .style--merit_page .list .unit > span {
    display: block;
    position: relative;
    text-decoration: none;
    color: #222; }
    .style--merit_page .list .unit > a .image, .style--merit_page .list .unit > span .image {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .style--merit_page .list .unit > a .image:before, .style--merit_page .list .unit > span .image:before {
        content: "";
        display: block;
        padding-top: 50%; }
    .style--merit_page .list .unit > a .text, .style--merit_page .list .unit > span .text {
      padding: 30px 30px 50px;
      background: #237F81; }
      @media (max-width: 767.98px) {
        .style--merit_page .list .unit > a .text, .style--merit_page .list .unit > span .text {
          padding-bottom: 30px; } }
      .style--merit_page .list .unit > a .text .title, .style--merit_page .list .unit > span .text .title {
        margin-top: -14rem;
        font-size: 10rem;
        font-weight: bold;
        color: #FFF;
        -webkit-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s; }
        @media (max-width: 767.98px) {
          .style--merit_page .list .unit > a .text .title, .style--merit_page .list .unit > span .text .title {
            margin-top: -7.5rem;
            font-size: 5rem; } }
      .style--merit_page .list .unit > a .text .comment, .style--merit_page .list .unit > span .text .comment {
        font-size: 3rem;
        font-weight: bold;
        text-align: center;
        color: #FFF; }
        @media (max-width: 767.98px) {
          .style--merit_page .list .unit > a .text .comment, .style--merit_page .list .unit > span .text .comment {
            font-size: 1.8rem; } }
    .style--merit_page .list .unit > a .caption, .style--merit_page .list .unit > span .caption {
      padding: 30px;
      font-size: 2.2rem;
      text-align: left; }
      @media (max-width: 767.98px) {
        .style--merit_page .list .unit > a .caption, .style--merit_page .list .unit > span .caption {
          font-size: 1.6rem; } }
    .style--merit_page .list .unit > a dl, .style--merit_page .list .unit > span dl {
      position: absolute;
      left: 0;
      top: 0;
      width: 103px;
      height: 103px;
      padding: 18px 15px 0;
      background: #237F81;
      color: #FFF;
      font-family: 'Roboto', sans-serif;
      font-style: italic;
      -webkit-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      @media (min-width: 768px) {
        .style--merit_page .list .unit > a dl, .style--merit_page .list .unit > span dl {
          -webkit-transform: scale(2);
          -ms-transform: scale(2);
          transform: scale(2);
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%; } }
      .style--merit_page .list .unit > a dl dt, .style--merit_page .list .unit > span dl dt {
        line-height: 1;
        font-size: 1.8rem;
        font-weight: 500; }
      .style--merit_page .list .unit > a dl dd, .style--merit_page .list .unit > span dl dd {
        line-height: 1;
        font-size: 5rem;
        font-weight: 500; }
  .style--merit_page .list .unit {
    margin-bottom: 100px; }
    @media (max-width: 767.98px) {
      .style--merit_page .list .unit {
        margin-bottom: 30px; } }
  .style--merit_page .aim {
    padding: 120px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/content/merit/aim.jpg);
    font-size: 4rem;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #237F81; }
    @media (max-width: 767.98px) {
      .style--merit_page .aim {
        padding: 50px 0;
        font-size: 2rem; } }

.style--purchase_page {
  margin-bottom: 40px;
  padding: 35px 35px 75px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  text-align: left; }
  @media (max-width: 767.98px) {
    .style--purchase_page {
      padding: 30px 15px 40px; } }
  .style--purchase_page .hl {
    margin-bottom: 30px; }
  .style--purchase_page .point {
    margin-bottom: 50px;
    padding: 30px 50px;
    background: #F4F4F4;
    text-align: left; }
    @media (max-width: 767.98px) {
      .style--purchase_page .point {
        padding: 20px; } }
    .style--purchase_page .point li {
      position: relative;
      padding-left: 3.5rem;
      color: #237F81;
      font-weight: bold;
      font-size: 2.7rem; }
      @media (max-width: 767.98px) {
        .style--purchase_page .point li {
          padding-left: 2.5rem;
          font-size: 1.8rem; } }
      .style--purchase_page .point li:before {
        content: "\e038";
        font-family: 'Material Icons';
        position: absolute;
        left: 0;
        top: 2px; }
  .style--purchase_page .tel {
    margin-bottom: 75px;
    text-align: center; }
    .style--purchase_page .tel .hs {
      display: inline-block;
      margin-bottom: 20px;
      padding: 15px 40px 20px;
      border: 3px solid #8CB808;
      font-size: 4.4rem;
      font-weight: bold;
      color: #8CB808; }
      @media (max-width: 767.98px) {
        .style--purchase_page .tel .hs {
          display: block; } }
      @media (max-width: 767.98px) {
        .style--purchase_page .tel .hs {
          padding: 15px 0 20px;
          font-size: 2rem; } }
    .style--purchase_page .tel table {
      margin: 0 auto; }
      .style--purchase_page .tel table .th {
        padding-right: 15px;
        font-size: 5.2rem;
        font-weight: bold;
        color: #8CB808;
        vertical-align: bottom;
        line-height: 1; }
        @media (max-width: 767.98px) {
          .style--purchase_page .tel table .th {
            padding-right: 10px;
            font-size: 2.5rem; } }
        @media (max-width: 350px) {
          .style--purchase_page .tel table .th {
            font-size: 2rem; } }
      .style--purchase_page .tel table .num {
        font-size: 9.9rem;
        font-weight: bold;
        color: #8CB808;
        vertical-align: bottom;
        line-height: 1; }
        @media (max-width: 767.98px) {
          .style--purchase_page .tel table .num {
            font-size: 4rem; } }
        @media (max-width: 350px) {
          .style--purchase_page .tel table .num {
            font-size: 3rem; } }
    .style--purchase_page .tel .comment {
      margin-top: 20px;
      font-size: 2rem; }
      @media (max-width: 767.98px) {
        .style--purchase_page .tel .comment {
          font-size: 1.6rem; } }

.style--voice_list {
  margin-bottom: 40px;
  padding: 35px 35px 75px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  text-align: left; }
  @media (max-width: 767.98px) {
    .style--voice_list {
      padding: 30px 15px 40px; } }
  @media (min-width: 768px) {
    .style--voice_list .unit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .style--voice_list .unit .image {
      width: 320px; } }
  @media (max-width: 767.98px) {
    .style--voice_list .unit .image {
      margin-bottom: 30px; } }
  .style--voice_list .unit .image p strong {
    margin-right: 10px; }
  @media (min-width: 768px) {
    .style--voice_list .unit .text {
      width: calc(100% - 360px); } }
  .style--voice_list .unit .text .title {
    margin-bottom: 30px;
    padding: 20px 25px;
    background: url(../image/layout/slash.jpg) repeat center center;
    background-size: 4.5px 4.5px; }
    @media (min-width: 768px) {
      .style--voice_list .unit .text .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .style--voice_list .unit .text .title strong, .style--voice_list .unit .text .title span {
      display: block;
      font-weight: bold;
      color: #237F81; }
    .style--voice_list .unit .text .title strong {
      font-size: 2.2rem;
      line-height: 1.5; }
      @media (max-width: 767.98px) {
        .style--voice_list .unit .text .title strong {
          font-size: 2rem;
          margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .style--voice_list .unit .text .comment {
      font-size: 1.8rem; } }
  .style--voice_list .unit + .unit {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #DDD; }
    @media (max-width: 767.98px) {
      .style--voice_list .unit + .unit {
        margin-top: 30px;
        padding-top: 30px; } }

.style--news_list {
  margin-bottom: 40px;
  padding: 35px 35px 75px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  text-align: left; }
  @media (max-width: 767.98px) {
    .style--news_list {
      padding: 30px 15px 40px; } }
  @media (min-width: 768px) {
    .style--news_list ul {
      margin-bottom: 75px; } }
  @media (max-width: 767.98px) {
    .style--news_list ul {
      margin-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .style--news_list img {
      margin-bottom: 30px; } }
  .layout--body .style--news_list:first-child {
    padding-top: 0; }
  .style--news_list a {
    color: #222 !important;
    text-decoration: none; }
  .style--news_list .overflow {
    padding-bottom: 30px;
    /*overflow-y:scroll ; height: 240px;*/
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: middle; }
    .style--news_list .overflow i {
      margin-right: 10px;
      color: #8CB808;
      font-size: 3rem;
      vertical-align: middle; }
    .style--news_list .overflow table {
      width: 100%; }
    .style--news_list .overflow th, .style--news_list .overflow td {
      padding-top: 25px;
      padding-bottom: 25px;
      border-bottom: 1px dotted #999; }
    .style--news_list .overflow th, .style--news_list .overflow .category {
      white-space: nowrap; }
    .style--news_list .overflow th {
      width: 4em;
      padding-right: 0;
      color: #237F81; }
    .style--news_list .overflow .category {
      width: 125px;
      padding-left: 20px; }
      .style--news_list .overflow .category span {
        display: block;
        margin-top: 3px;
        padding: 0px 15px;
        background: #FFF;
        border: 1px solid #237F81;
        color: #237F81;
        font-size: 1.2rem;
        text-align: center; }
    @media (min-width: 768px) {
      .style--news_list .overflow td {
        padding-left: 20px; } }
    .style--news_list .overflow .alert {
      margin-right: 10px;
      padding: 1px 10px;
      background: #C90909;
      color: #FFF;
      font-size: 1.2rem; }
    @media (max-width: 767.98px) {
      .style--news_list .overflow {
        /*height: 500px;*/ }
        .style--news_list .overflow tbody, .style--news_list .overflow tr, .style--news_list .overflow td, .style--news_list .overflow th {
          display: block;
          width: 100%; }
        .style--news_list .overflow tr th, .style--news_list .overflow tr th + td {
          display: inline-block;
          width: auto;
          padding-bottom: 0;
          border-bottom: none; }
        .style--news_list .overflow td:last-child {
          display: block;
          width: 100%;
          padding-top: 0;
          padding-bottom: 10px; } }
  .style--news_list .more {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 30px; }
    .style--news_list .more a {
      display: block;
      position: relative;
      padding: 10px 15px;
      background: #8CB808;
      color: #FFF !important;
      text-decoration: none; }
      .style--news_list .more a i {
        vertical-align: middle;
        margin-right: 5px; }
      .style--news_list .more a:before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        width: 0;
        height: 0;
        border-left: 22px solid transparent;
        border-bottom: 80px solid #8CB808; }

.style--news_detail {
  margin-bottom: 40px;
  padding: 35px 35px 75px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  text-align: left;
  position: relative;
  z-index: 20 !important;
  margin-bottom: 100px; }
  @media (max-width: 767.98px) {
    .style--news_detail {
      padding: 30px 15px 40px; } }
  @media (max-width: 575.98px) {
    .style--news_detail {
      margin-bottom: 50px; } }
  .style--news_detail .unit {
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #DDD; }
    .style--news_detail .unit .date {
      margin-bottom: 15px;
      color: #237F81;
      font-weight: bold; }
      .style--news_detail .unit .date span {
        display: inline-block;
        margin-left: 15px;
        padding: 3px 5px;
        border: 1px solid #237F81;
        color: #237F81;
        font-size: 1.2rem;
        font-weight: normal; }
    .style--news_detail .unit .title {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px dotted #999;
      font-size: 2.6rem;
      font-weight: bold; }
      .style--news_detail .unit .title a {
        color: #8CB808; }
    .style--news_detail .unit .image {
      text-align: center; }
      .style--news_detail .unit .image img {
        text-align: center;
        margin-bottom: 10px;
        max-width: 700px; }
  .style--news_detail table {
    width: 100%;
    position: relative;
    z-index: 20; }
    .style--news_detail table thead th {
      text-align: center;
      padding: 15px;
      background-color: #8CB808;
      color: #FFF;
      border: 1px solid #FFF; }
    .style--news_detail table tbody th label, .style--news_detail table tbody td label {
      display: inline-block; }
    .style--news_detail table tbody th input[type="text"],
    .style--news_detail table tbody th input[type="password"],
    .style--news_detail table tbody th textarea, .style--news_detail table tbody td input[type="text"],
    .style--news_detail table tbody td input[type="password"],
    .style--news_detail table tbody td textarea {
      max-width: 100%;
      width: 100%;
      padding: 5px 10px;
      background: #F6F5F2;
      border: none; }
    .style--news_detail table tbody th input[id*="ZipCode"], .style--news_detail table tbody td input[id*="ZipCode"] {
      width: auto !important;
      padding: 5px 10px;
      background: #F6F5F2;
      border: none; }
    .style--news_detail table tbody th input[type="text"] + input[type="text"], .style--news_detail table tbody td input[type="text"] + input[type="text"] {
      margin-top: 10px; }
    .style--news_detail table tbody th input[name="chk_mail"], .style--news_detail table tbody td input[name="chk_mail"] {
      margin-top: 15px;
      margin-bottom: 15px; }
    .style--news_detail table tbody th textarea, .style--news_detail table tbody td textarea {
      height: 200px; }
    .style--news_detail table tbody th.es__cart_formTable_cell_images, .style--news_detail table tbody td.es__cart_formTable_cell_images {
      float: left; }
    .style--news_detail table tbody th.es__cart_formTable_cell_itemName, .style--news_detail table tbody td.es__cart_formTable_cell_itemName {
      margin-left: 65px; }
    .style--news_detail table tbody th.es__cart_formTable_cell_subTotalPrice, .style--news_detail table tbody td.es__cart_formTable_cell_subTotalPrice {
      display: none; }
    .style--news_detail table tbody th.es__cart_formTable_cell_inQty, .style--news_detail table tbody th.es__cart_formTable_cell_delete, .style--news_detail table tbody th.es__cart_formTable_cell_unitPrice, .style--news_detail table tbody td.es__cart_formTable_cell_inQty, .style--news_detail table tbody td.es__cart_formTable_cell_delete, .style--news_detail table tbody td.es__cart_formTable_cell_unitPrice {
      clear: both;
      display: inline-block;
      margin-right: -4px;
      padding: 10px 10px 0; }
    .style--news_detail table tbody th.es__cart_formTable_cell_inQty, .style--news_detail table tbody td.es__cart_formTable_cell_inQty {
      width: 30%; }
    .style--news_detail table tbody th.es__cart_formTable_cell_delete, .style--news_detail table tbody td.es__cart_formTable_cell_delete {
      width: 20%; }
    .style--news_detail table tbody th.es__cart_formTable_cell_unitPrice, .style--news_detail table tbody td.es__cart_formTable_cell_unitPrice {
      width: 50%; }
    #base .style--news_detail table tbody th.es__history1_formTable_order_cell_no.pos_ac, #base .style--news_detail table tbody td.es__history1_formTable_order_cell_no.pos_ac {
      text-align: left; }
    .style--news_detail table tbody th em.sp_come, .style--news_detail table tbody td em.sp_come {
      background: #AAA;
      font-size: 1.2rem;
      margin-right: 7px;
      font-weight: normal;
      padding: 0 10px;
      color: #FFF; }
      .style--news_detail table tbody th em.sp_come.-l, .style--news_detail table tbody td em.sp_come.-l {
        display: block;
        margin: 10px 0 7px; }
    .style--news_detail table tbody th {
      padding: 15px;
      background-color: #FCEBE9;
      border: 1px solid #FCEBE9;
      font-size: 1.4rem;
      font-weight: bold; }
    .style--news_detail table tbody td {
      padding: 15px;
      background: #FFF;
      border: 1px solid #DDD;
      font-size: 1.4rem; }
  .style--news_detail .list_pager {
    margin-top: 30px; }

.style--form input[type="submit"],
.style--form input[type="button"] {
  cursor: pointer; }

.style--form .radio-btn, .style--form .check-box {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
  vertical-align: middle;
  line-height: 100%; }

.style--form .radio-btn:hover::after,
.style--form .check-box:hover::after {
  border-color: #ec74a2; }

.style--form .radio-btn::after, .style--form .check-box::after {
  border: 2px solid #ededed;
  background: #ededed;
  border-radius: 0;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  -webkit-transition: border-color 0.2s linear 0s;
  -o-transition: border-color 0.2s linear 0s;
  transition: border-color 0.2s linear 0s;
  width: 24px;
  line-height: 100%; }

.style--form .radio-btn::before {
  background-color: #ec74a2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  width: 16px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: 100%;
  z-index: 2; }

.style--form .radio-btn::after {
  border-radius: 100%; }

.style--form input[type="radio"]:checked + .radio-btn::before {
  opacity: 1; }

.style--form .check-box::before {
  border-bottom: 3px solid #ec74a2;
  border-right: 3px solid #ec74a2;
  content: "";
  display: block;
  height: 13.5px;
  left: 9px;
  margin-top: -9px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  width: 7.5px;
  z-index: 2; }

.style--form input[type="checkbox"]:checked + .check-box::before {
  opacity: 1; }
