@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Oswald:wght@500;700&display=swap");
.clearfix:after, .wrap:after, .imgListTwo:after {
  content: "";
  display: table;
  clear: both; }

html {
  font-size: 62.5%; }
  html * {
    box-sizing: border-box; }

body {
  font-size: 1.5em;
  background: #FFF;
  font-family: -apple-system-body, BlinkMacSystemFont, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.2;
  padding: 0;
  margin: 0;
  vertical-align: baseline; }
  @media (max-width: 768px) {
    body {
      font-size: 1.5rem;
      line-height: 2.2; } }

select, input, button, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

img {
  max-width: 100%; }

/*
**:::::::  common style   :::::::
*/
@media (min-width: 768px) {
  #pagetop {
    position: fixed;
    right: 8px;
    bottom: -50px;
    width: 41px;
    height: 38px;
    background: url(../images/common/img_pagetop.png) 0 0 no-repeat; }

  #pagetop a {
    background: url(../images/common/img_pagetop_arrow.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 35px;
    margin-top: 3px;
    text-indent: -9999px;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 41px;
    outline: none; }

  #pagetop a:hover {
    background-position: 0 100%; }

  #pagetop a img {
    display: block; } }
@media (max-width: 768px) {
  #pagetop {
    width: 38px;
    height: 38px;
    background: url(../images/common/pagetop2.png);
    background-size: contain;
    position: fixed;
    right: 8px;
    bottom: -50px;
    text-indent: -9999px;
    outline: none;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); }

  #pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px; } }
a {
  text-decoration: none;
  color: #575151;
  outline: none;
  font-weight: bold; }

a:hover {
  color: #1d84c6; }

.wrap {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .wrap {
      width: 1200px; } }
  @media (max-width: 1200px) {
    .wrap {
      width: 92%; } }

#header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 100;
  width: 100%;
  height: 90px;
  padding: 0;
  text-align: left;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  @media (max-width: 768px) {
    #header {
      position: inherit;
      height: 60px;
      background: white; } }
  #header #header_inner {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: 90px; }
    @media (min-width: 768px) {
      #header #header_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px; } }
    @media (max-width: 768px) {
      #header #header_inner {
        height: 60px;
        padding: 0 15px; } }
    @media (max-width: 1200px) {
      #header #header_inner:after {
        content: ".";
        display: block;
        visibility: hidden;
        height: 0;
        clear: both; } }
  #header.fixed {
    background: rgba(255, 255, 255, 0.9); }
    @media (max-width: 768px) {
      #header.fixed {
        position: fixed;
        height: 60px;
        background: white; } }
    @media (max-width: 768px) {
      #header.fixed #header_inner {
        height: 60px; } }

#main {
  height: 100%; }
  @media (max-width: 1200px) {
    #main {
      padding-top: 60px; } }

#logo {
  text-align: center;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  @media (min-width: 768px) {
    #logo {
      width: 234px;
      padding-top: 10px; }
      #logo img {
        max-width: 100%; } }
  @media (max-width: 768px) {
    #logo {
      width: 190px;
      padding: 10px 0 0 0;
      position: relative;
      z-index: 4; } }

@media (min-width: 768px) {
  .fixed #logo {
    width: 210px;
    padding-top: 0px; } }
@media (max-width: 768px) {
  .fixed #logo {
    width: 140px; } }

@media (min-width: 768px) {
  #global_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    position: absolute;
    right: 30px;
    top: 0;
    transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95); } }
@media (max-width: 768px) {
  #global_navi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-color: #545454;
    overflow: auto;
    z-index: 3; } }

@media (min-width: 768px) {
  #navi_ul {
    height: 90px;
    line-height: 90px;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; } }
@media (max-width: 768px) {
  #navi_ul {
    text-align: center;
    position: absolute;
    top: 80px;
    left: 4%;
    width: 92%;
    margin: 0 auto;
    background-color: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media (min-width: 768px) {
  #navi_ul > li {
    float: left;
    font-size: 1.4rem;
    vertical-align: middle; } }
#navi_ul > li.toggle {
  position: relative; }
  @media (max-width: 768px) {
    #navi_ul > li.toggle .header-nav-item {
      padding: 15px 0;
      border-bottom: 1px #777 solid; } }
  @media (min-width: 768px) {
    #navi_ul > li.toggle:hover {
      color: #00479d; } }
  @media (min-width: 768px) {
    #navi_ul > li.toggle:hover .header-nav-item {
      color: #00479d; } }
  @media (min-width: 768px) {
    #navi_ul > li.toggle:hover .megamenu {
      max-height: 9999px;
      opacity: 1; } }

@media (min-width: 768px) {
  #navi_ul > li:last-child .header-nav-item::after {
    background-color: transparent; } }

.header-nav-item {
  text-decoration: none; }
  @media (min-width: 768px) {
    .header-nav-item {
      position: relative;
      display: inline-block;
      height: 90px;
      line-height: 90px;
      padding: 0 25px;
      color: #444;
      font-weight: bold; } }
  @media (max-width: 768px) {
    .header-nav-item {
      background-color: #fff;
      color: #444;
      border-bottom: 1px #777 solid;
      text-align: center;
      padding: 15px 0;
      display: block;
      width: 100%;
      line-height: 1.3; } }
  .header-nav-item:not(.header-nav-contact)::after {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 0;
    height: 1px;
    background: #333;
    content: "";
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 100; }
  @media (min-width: 768px) {
    .header-nav-item:not(.header-nav-contact):hover {
      color: #00479d; } }
  @media (min-width: 768px) {
    .header-nav-item:not(.header-nav-contact):hover::after {
      left: 10%;
      width: 80%; } }
  .header-nav-item.header-nav-contact {
    position: relative; }
    @media (min-width: 768px) {
      .header-nav-item.header-nav-contact {
        padding: 0 30px;
        margin-left: 40px;
        width: 120px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #111; } }
    @media (max-width: 768px) {
      .header-nav-item.header-nav-contact {
        background-color: #eee; } }
    .header-nav-item.header-nav-contact img {
      display: block;
      width: 50px;
      margin: 0 auto; }

@media (min-width: 768px) {
  .megamenu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 300px;
    margin-left: -57px;
    left: 0;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.9); } }
@media (max-width: 768px) {
  .megamenu {
    max-height: 1000px;
    opacity: 1;
    overflow: hidden;
    width: 100%;
    left: auto;
    top: auto;
    text-align: left;
    position: inherit;
    z-index: 10; } }
@media (max-width: 768px) {
  .megamenu .menu_inner {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    border-bottom: 1px #777 solid; } }
.megamenu .menu_inner li {
  position: relative; }
  @media (min-width: 768px) {
    .megamenu .menu_inner li {
      display: block;
      line-height: 50px;
      text-align: center;
      border-bottom: 1px #666 solid; } }
  @media (max-width: 768px) {
    .megamenu .menu_inner li {
      width: 50%; }
      .megamenu .menu_inner li:nth-child(odd)::after {
        width: 1px;
        height: 100%;
        display: block;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background-color: #777; }
      .megamenu .menu_inner li.line::before {
        width: 100%;
        height: 1px;
        display: block;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #777; } }
  .megamenu .menu_inner li a {
    text-decoration: none;
    position: relative; }
    @media (min-width: 768px) {
      .megamenu .menu_inner li a {
        display: block;
        color: #333;
        font-weight: normal;
        color: #fff; } }
    @media (max-width: 768px) {
      .megamenu .menu_inner li a {
        padding: 0 5px;
        font-size: 1.3rem;
        text-align: center;
        line-height: 1.6;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media (min-width: 768px) {
      .megamenu .menu_inner li a:hover {
        background-color: #00479d; } }

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

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

@media (min-width: 1200px) {
  .menuBtn {
    display: none; } }
@media (max-width: 1200px) {
  .menuBtn {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    background: #545454; } }
@media (min-width: 768px) and (max-width: 1200px) {
  .menuBtn {
    width: 90px;
    height: 90px;
    cursor: pointer; } }
@media (max-width: 768px) {
  .menuBtn {
    width: 60px;
    height: 60px; } }

@media (max-width: 1200px) {
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 15px; } }
@media (min-width: 768px) and (max-width: 1200px) {
  #nav-open {
    left: 30px; } }
@media (max-width: 768px) {
  #nav-open {
    left: 21px; } }

@media (max-width: 1200px) {
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); } }
@media (min-width: 768px) and (max-width: 1200px) {
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    height: 3px;
    width: 30px;
    border-radius: 5px; } }
@media (max-width: 768px) {
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    height: 2px;
    width: 20px;
    border-radius: 3px; } }

@media (min-width: 768px) and (max-width: 1200px) {
  #nav-open span:before {
    bottom: -11px; } }
@media (max-width: 768px) {
  #nav-open span:before {
    bottom: -8px; } }

@media (min-width: 768px) and (max-width: 1200px) {
  #nav-open span:after {
    bottom: -22px; } }
@media (max-width: 768px) {
  #nav-open span:after {
    bottom: -16px; } }

@media (max-width: 1200px) {
  .menu-open #nav-open span {
    background-color: transparent; } }

@media (max-width: 1200px) {
  .menu-open #nav-open span::before,
  .menu-open #nav-open span::after {
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
    content: ' '; } }

@media (max-width: 1200px) {
  .opened .menu-open #nav-open span::before,
  .opened .menu-open #nav-open span::after,
  .fixed .menu-open #nav-open span::before,
  .fixed .menu-open #nav-open span::after {
    background-color: #fff; } }

.menu-open #nav-open span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-open #nav-open span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (max-width: 1200px) {
  .opened #global_navi {
    left: 0; } }

.footer {
  padding: 80px 0 50px;
  margin-top: 150px;
  background: #f5f5f5;
  color: #333;
  position: relative; }
  @media (max-width: 768px) {
    .footer {
      padding: 10vw 0;
      margin-top: 10vw; } }
  .footer__inner {
    width: 78vw;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 768px) {
      .footer__inner {
        width: 80%;
        max-width: 1000px; } }
  @media (min-width: 768px) {
    .footer__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 80px; } }
  @media (max-width: 768px) {
    .footer__head {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .footer__ttl {
      width: 220px;
      margin: 0; } }
  @media (max-width: 768px) {
    .footer__ttl {
      width: 56vw;
      margin: 0 auto 7vw; } }
  .footer__menu-wrap {
    width: 100%;
    margin: 0 auto 10vw; }
    @media (min-width: 768px) {
      .footer__menu-wrap {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto 0px;
        display: flex;
        justify-content: space-between; } }
  .footer__menu__block {
    margin: 0 0 8vw;
    width: 100%; }
    .footer__menu__block h2 {
      font-size: 2.6rem;
      font-weight: 300;
      margin: 0 0 4vw;
      letter-spacing: 0.15em; }
      @media (max-width: 768px) {
        .footer__menu__block h2 {
          font-size: 1.5rem; } }
  .footer__menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .footer__menu-list {
        font-size: 1.2rem; } }
    @media (max-width: 768px) {
      .footer__menu-list {
        font-size: 1.1rem;
        font-weight: normal; } }
    .footer__menu-list__list {
      width: 50%;
      margin: 0 0 2vw 0; }
      @media (min-width: 768px) {
        .footer__menu-list__list {
          width: 50%;
          margin: 0 0 15px; } }
  .footer__copylight {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    font-weight: 900; }

.sns-wrap {
  margin: 0 auto 16vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100px; }
  @media (min-width: 768px) {
    .sns-wrap {
      margin: 0 0 0 auto; } }
  .sns-wrap .sns-list {
    width: 20px; }
    .sns-wrap .sns-list a {
      display: block;
      position: relative; }
      @media (min-width: 768px) {
        .sns-wrap .sns-list a {
          transition: opacity 0.3s; } }

.title1 {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: .1em; }
  @media (max-width: 768px) {
    .title1 {
      font-size: 1.8rem; } }

.title1::after {
  content: '';
  height: 1px;
  background-color: #aaa;
  margin: 5px auto 55px;
  width: 50px;
  display: block; }
  @media (max-width: 768px) {
    .title1::after {
      margin: 10px auto 25px; } }

.title2 {
  font-size: 2rem;
  text-align: center;
  color: #00b7ee;
  font-weight: bold; }

.title3 {
  font-size: 1.8rem;
  text-align: center; }

.title3::after {
  content: '';
  height: 1px;
  background-color: #ccc;
  margin: 10px auto 30px;
  max-width: 60px;
  width: 90%;
  display: block; }

.title4 {
  background-color: #f3f3f3;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 1.7rem;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .title4 {
      font-size: 1.6rem; } }

.title5 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .title5 {
      font-size: 1.9rem; } }
  .title5::before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 30px;
    background-color: #00479d;
    margin-right: 13px;
    position: relative;
    top: 7px; }
    @media (max-width: 768px) {
      .title5::before {
        top: 8px;
        height: 28px; } }

.title6 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #666; }
  .title6::before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #00479d;
    margin-right: 5px;
    position: relative;
    top: 1px; }

.btn {
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none; }
  .btn.btn-block {
    display: block;
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.shortwrap {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    .shortwrap {
      width: 90%; } }

.middlewrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    .middlewrap {
      width: 90%; } }

.page_section {
  padding: 30px 0 80px; }
  .page_section__gray {
    background-color: #f3f3f3; }

.big-title {
  background-size: contain;
  padding-top: 30px;
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 768px) {
    .big-title {
      margin-bottom: 3vh; } }
  .big-title .eng {
    line-height: 1;
    letter-spacing: .1em;
    font-weight: 900;
    font-family: 'Oswald', sans-serif;
    font-size: 5rem;
    font-weight: 900; }
    .big-title .eng:first-letter {
      color: #00479d; }
    @media (max-width: 768px) {
      .big-title .eng {
        font-size: 1.6rem; } }
  .big-title .jp {
    font-weight: 900;
    font-size: 2.3rem; }
    @media (max-width: 768px) {
      .big-title .jp {
        font-size: 1.95rem; } }

.btn-s1 {
  color: #333;
  font-size: 1.6rem;
  padding: 12px 25px;
  background-color: #fff;
  position: relative;
  text-align: center;
  border: 2px #333 solid;
  border-radius: 50px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  display: block;
  text-decoration: none;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .btn-s1 {
      width: 250px; } }
  @media (max-width: 768px) {
    .btn-s1 {
      padding: 10px 30px; } }
  .btn-s1:hover {
    background-color: #333;
    color: #fff; }
  .btn-s1 i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px; }
    @media (max-width: 768px) {
      .btn-s1 i {
        margin-top: -7px; } }

.btn-black {
  color: #fff;
  font-size: 2rem;
  padding: 25px;
  background-color: #222;
  position: relative;
  text-align: center;
  border: 2px #222 solid;
  border-radius: 50px;
  display: block;
  text-decoration: none;
  transition: all .3s ease; }
  @media (min-width: 1200px) {
    .btn-black {
      width: 450px; } }
  @media (max-width: 1200px) {
    .btn-black {
      width: 46%; } }
  @media (max-width: 768px) {
    .btn-black {
      font-size: 1.3rem;
      padding: 10px 20px; } }
  .btn-black:hover {
    background-color: #333;
    color: #fff; }
  .btn-black i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px; }
    @media (max-width: 768px) {
      .btn-black i {
        margin-top: -7px; } }

.top_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1200px) {
    .top_buttons {
      width: 950px;
      margin: 50px auto 0; } }
  @media (max-width: 1200px) {
    .top_buttons {
      width: 100%;
      margin: 30px auto 0; } }
  @media (max-width: 768px) {
    .top_buttons .btn-black {
      font-size: 1.2rem;
      width: 49.5%; } }

/**************
HOME
**************/
@media (min-width: 768px) {
  #main_wrap {
    padding-top: 90px; } }

#mainVisual {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1500px;
  overflow: hidden;
  display: block;
  position: relative; }
  @media (max-width: 768px) {
    #mainVisual {
      height: auto;
      padding-top: 60px; } }

@keyframes cubeIn {
  0% {
    opacity: 0;
    transform: rotate(-145deg); }
  10% {
    opacity: 1;
    transform: rotate(-145deg); }
  100% {
    opacity: 1;
    transform: rotate(0); } }
.check_list li {
  padding-left: 40px;
  position: relative;
  font-weight: bold; }
  @media (max-width: 768px) {
    .check_list li {
      padding-left: 30px;
      line-height: 1.6; } }
  .check_list li:not(:last-child) {
    margin-bottom: 10px; }
  .check_list li::before {
    content: '';
    display: block;
    width: 30px;
    height: 32px;
    background: url(../images/common/check_mark.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2px; }
    @media (max-width: 768px) {
      .check_list li::before {
        width: 20px;
        height: 21px; } }

@media (min-width: 768px) {
  .top_product .top_product_wrap:nth-of-type(even) .top_product_upper {
    flex-direction: row-reverse; } }
.top_product .top_product_wrap:not(:first-of-type) {
  margin-top: 150px; }
  @media (max-width: 768px) {
    .top_product .top_product_wrap:not(:first-of-type) {
      margin-top: 50px;
      border-top: 1px #ccc solid;
      padding-top: 50px; } }
@media (min-width: 768px) {
  .top_product .top_product_upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    align-items: flex-end; } }
@media (max-width: 768px) {
  .top_product .top_product_upper {
    display: flex;
    flex-direction: column-reverse; } }
@media (min-width: 768px) {
  .top_product .top_product_inner {
    width: 40%; } }
.top_product .top_product_inner .prod_name {
  font-size: 2.4rem; }
  @media (max-width: 768px) {
    .top_product .top_product_inner .prod_name {
      font-size: 1.75rem;
      margin-top: 5px; } }
.top_product .top_product_inner .prod_line {
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin: 10px auto 20px;
  padding: 8px 0;
  position: relative; }
  @media (min-width: 768px) {
    .top_product .top_product_inner .prod_line {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      align-items: flex-start; } }
  .top_product .top_product_inner .prod_line dt, .top_product .top_product_inner .prod_line dd {
    color: #676767; }
  .top_product .top_product_inner .prod_line dd .price_text {
    font-weight: bold; }
  .top_product .top_product_inner .prod_line dd .check_text {
    position: absolute;
    top: -13px;
    right: 10px; }
    .top_product .top_product_inner .prod_line dd .check_text::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border: 5px solid transparent;
      border-top: 5px solid #cd2727; }
.top_product .top_product_inner .buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px; }
  .top_product .top_product_inner .buttons a {
    display: block;
    width: 48%;
    color: #fff;
    padding: 15px 0;
    text-align: center; }
    .top_product .top_product_inner .buttons a:first-child {
      background-color: #c8b8b8; }
    .top_product .top_product_inner .buttons a:last-child {
      background-color: #80b4bf; }
@media (min-width: 768px) {
  .top_product .top_product_img {
    width: 54%; } }

.check_text {
  background-color: #cd2727;
  padding: 0 10px 2px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.2rem; }

@media (min-width: 768px) {
  .top_product_images {
    margin-top: 80px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%; } }
@media (max-width: 768px) {
  .top_product_images {
    margin-top: 50px;
    border: 1px #ccc solid;
    padding: 20px;
    border-radius: 5px; } }
@media (min-width: 768px) {
  .top_product_images .box {
    width: 22%; }
    .top_product_images .box:not(:nth-child(4n)) {
      margin-right: 4%; } }
@media (max-width: 768px) {
  .top_product_images .box {
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto 30px;
    background-color: #f3f3f3; } }
.top_product_images .box dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 5px; }
  @media (max-width: 768px) {
    .top_product_images .box dt {
      padding: 0 15px; } }
.top_product_images .box dd {
  margin-top: 7px;
  color: #676767;
  font-size: 1.5rem;
  line-height: 1.6; }
  @media (max-width: 768px) {
    .top_product_images .box dd {
      padding: 0 15px 18px; } }

@media (min-width: 768px) {
  .top_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 60px auto; } }
.top_about .tit {
  background-color: #d8f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .1em;
  font-weight: 900;
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  font-weight: 900; }
  @media (min-width: 768px) {
    .top_about .tit {
      width: 30%;
      height: 130px; } }
.top_about .text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #f3f3f3; }
  @media (min-width: 768px) {
    .top_about .text {
      font-size: 1.8rem;
      width: 70%;
      height: 130px;
      padding: 20px 50px; } }

/**************
会社概要
**************/
#pageTitle {
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    #pageTitle {
      padding-top: 150px; } }
  @media (max-width: 768px) {
    #pageTitle {
      height: 250px; } }
  #pageTitle::before {
    content: "";
    background-size: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: 0;
    animation: fadeIn 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s forwards; }
    @media (min-width: 768px) {
      #pageTitle::before {
        width: 680px;
        height: 320px;
        top: 230px; } }
    @media (max-width: 768px) {
      #pageTitle::before {
        width: 74.6vw;
        height: 30.1vw;
        top: 29.3vw; } }
  #pageTitle.about::before {
    background: url(../images/page/tit_about.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle .title_inner {
    position: relative; }
    @media (min-width: 768px) {
      #pageTitle .title_inner {
        height: 325px; } }
    #pageTitle .title_inner::after {
      content: "";
      position: absolute;
      background-color: #111;
      position: absolute;
      top: 0;
      z-index: -10;
      -webkit-transform: translateX(-100vw);
      transform: translateX(-100vw);
      animation: title_animation01 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards; }
      @media (min-width: 768px) {
        #pageTitle .title_inner::after {
          width: 100%;
          height: 325px; } }
      @media (max-width: 768px) {
        #pageTitle .title_inner::after {
          width: 100%;
          height: 200px; } }
    #pageTitle .title_inner .text-area {
      position: relative;
      height: 100%;
      padding: 61px 0 36px 0;
      width: 90%;
      margin: 0 auto; }
      @media (max-width: 768px) {
        #pageTitle .title_inner .text-area {
          padding: 10vw 4.8vw 0 4.8vw; } }
      #pageTitle .title_inner .text-area .eng_title {
        letter-spacing: 5px;
        color: #fff;
        font-family: 'Oswald', sans-serif;
        font-size: 5rem;
        font-weight: 900;
        opacity: 0;
        animation: fadeIn 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
        line-height: 1; }
        @media (max-width: 768px) {
          #pageTitle .title_inner .text-area .eng_title {
            letter-spacing: 2px;
            font-size: 2.3rem; } }
      #pageTitle .title_inner .text-area h1 {
        color: #fff;
        font-size: 1.8rem;
        margin-top: 10px;
        opacity: 0;
        animation: fadeIn 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s forwards; }
        @media (max-width: 768px) {
          #pageTitle .title_inner .text-area h1 {
            margin-top: 4px;
            font-size: 1.6rem; } }

@keyframes title_animation01 {
  0% {
    transform: translateX(-100vw); }
  100% {
    transform: translateX(0); } }
.breadcrumbs {
  padding: 5px 0;
  font-size: 12px;
  box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 10vh; }
  @media (max-width: 768px) {
    .breadcrumbs {
      margin: 15px auto; } }

.divider-full {
  margin: 35px 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px #aaa dotted; }
  @media (max-width: 768px) {
    .divider-full {
      margin: 20px 0; } }

.borderBox {
  padding: 20px;
  border: 1px #ddd solid;
  background-color: #fff;
  box-shadow: 0 2px 0 #ccc; }
  @media (min-width: 768px) {
    .borderBox {
      padding: 45px 50px; } }

@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.about_img {
  border: 1px #ccc solid;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  text-align: center; }
  .about_img img {
    width: 260px; }

.overview {
  width: 100%;
  margin: 20px auto 0; }

.overview th {
  border-bottom: 1px #ccc solid;
  padding: 20px 0;
  text-align: left;
  width: 120px;
  font-weight: normal; }
  @media (max-width: 1200px) {
    .overview th {
      width: 100px; } }

.overview td {
  border-bottom: 1px #ccc solid;
  padding: 20px 0; }

.profile {
  margin-left: auto;
  margin-right: auto;
  background-color: #f6f8f8;
  padding-top: 6vw;
  padding-bottom: 5vw; }
  @media (min-width: 768px) {
    .profile {
      width: 59vw; } }
  @media (max-width: 768px) {
    .profile {
      padding-top: 6vw; } }
  .profile .inner {
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (max-width: 768px) {
      .profile .inner {
        width: 80vw; } }
    .profile .inner img {
      max-width: 240px;
      display: block;
      margin: 0 auto; }
    .profile .inner p {
      text-align: left; }
      .profile .inner p.p_name {
        line-height: 1.6;
        margin-top: 10px;
        font-size: 1.5rem;
        color: #767676;
        margin-bottom: 40px;
        text-align: center; }
    .profile .inner .eng_mini {
      margin-bottom: 60px; }
      @media (max-width: 768px) {
        .profile .inner .eng_mini {
          margin-bottom: 30px; } }

/**************
製品紹介
**************/
.imgList {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 768px) {
    .imgList {
      display: inline-flex;
      flex-wrap: wrap;
      align-items: flex-start;
      align-content: flex-start; } }
  @media (min-width: 768px) {
    .imgList li {
      width: 30%;
      margin-right: 5%;
      margin-bottom: 40px; }
      .imgList li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .imgList li {
      width: 100%;
      margin-bottom: 20px; }
      .imgList li:nth-child(odd) {
        margin-right: 2%; } }
  .imgList li .caption {
    font-size: 1.3rem;
    color: #767676; }

.imgListTwo {
  margin-left: auto;
  margin-right: auto; }
  .imgListTwo li {
    float: left; }
    @media (min-width: 768px) {
      .imgListTwo li {
        width: 48%;
        height: auto;
        margin-bottom: 30px; }
        .imgListTwo li:nth-child(odd) {
          margin-right: 4%; } }
    @media (max-width: 768px) {
      .imgListTwo li {
        width: 100%;
        margin-bottom: 20px; } }
    .imgListTwo li .caption {
      text-align: center;
      margin-top: 3px;
      font-size: 1.3rem; }

@media (min-width: 768px) {
  .prodList li {
    height: auto;
    margin-bottom: 30px; } }
@media (max-width: 768px) {
  .prodList li {
    margin-bottom: 20px; } }

.imgList li img,
.imgListTwo li img {
  max-width: 100%; }

.imgList li a,
.imgListTwo li a {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.imgList li a:hover,
.imgListTwo li a:hover {
  opacity: 0.8; }

.p_table {
  width: 100%;
  margin-top: 10px;
  font-size: 13px; }

.p_table th {
  width: 90px;
  padding: 5px 0;
  border: 1px #ddd solid;
  text-align: center;
  background-color: #f3f3f3; }
  @media (max-width: 1200px) {
    .p_table th {
      padding: 3px 0;
      width: 70px; } }

.p_table td {
  padding: 5px;
  border: 1px #ddd solid; }
  @media (max-width: 1200px) {
    .p_table td {
      padding: 3px 5px; } }

/**************
商品詳細
**************/
.sq1 {
  padding-left: 15px;
  position: relative;
  font-weight: bold; }
  .sq1::before {
    width: 10px;
    height: 10px;
    background-color: #d2db1d;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px; }

.ProductDetail {
  position: relative; }
  .ProductDetail__inner {
    position: relative;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .ProductDetail__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        align-items: flex-start;
        width: 90%;
        max-width: 1000px; } }
    @media (max-width: 768px) {
      .ProductDetail__inner {
        width: 90vw; } }
  @media (min-width: 768px) {
    .ProductDetail__img {
      width: 53%; } }
  @media (max-width: 768px) {
    .ProductDetail__img {
      width: 100%; } }

@media (min-width: 768px) {
  .ProductDetailFv {
    width: 47%;
    margin: 0 0 0 auto;
    box-sizing: border-box;
    padding-left: 80px; } }
.ProductDetailFv .ProductDetailFv__titleArea {
  width: 100%;
  margin-bottom: 3vw; }
.ProductDetailFv .ProductDetailFv__title {
  display: block; }
  @media (min-width: 768px) {
    .ProductDetailFv .ProductDetailFv__title {
      text-align: left;
      font-size: 1.7rem;
      letter-spacing: 0.1em; } }
  @media (max-width: 768px) {
    .ProductDetailFv .ProductDetailFv__title {
      font-size: 1.9rem;
      margin-top: 15px; } }
.ProductDetailFv .ProductDetailFv__subTitle {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  margin-top: 3vw; }
  @media (min-width: 768px) {
    .ProductDetailFv .ProductDetailFv__subTitle {
      text-align: left;
      margin-top: 7px; } }
.ProductDetailFv .ProductDetailFv__priceArea {
  width: 100%;
  margin-top: 12vw; }
  @media (min-width: 768px) {
    .ProductDetailFv .ProductDetailFv__priceArea {
      margin-top: 0;
      margin-bottom: 30px;
      padding-bottom: 30px;
      position: relative; } }
  @media (min-width: 768px) {
    .ProductDetailFv .ProductDetailFv__priceArea::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 25px;
      height: 1px;
      background: #000; } }
.ProductDetailFv .ProductDetailFv__text {
  color: #676767;
  margin-bottom: 20px; }
.ProductDetailFv .ProductDetailFv__price {
  text-align: center; }
  @media (min-width: 768px) {
    .ProductDetailFv .ProductDetailFv__price {
      text-align: left; } }
  .ProductDetailFv .ProductDetailFv__price span {
    display: inline-block;
    margin-right: 5px;
    font-size: 2rem;
    letter-spacing: 0.1em; }
.ProductDetailFv .ProductDetailFv__cvArea {
  width: 100%;
  margin-top: 8vw; }
  @media (min-width: 768px) {
    .ProductDetailFv .ProductDetailFv__cvArea {
      margin-top: 40px; } }

.parts-btn-cv {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #f0f0f0 !important; }
  @media (min-width: 768px) {
    .parts-btn-cv {
      transition: opacity 0.3s; }
      .parts-btn-cv:hover {
        opacity: .8; } }
  .parts-btn-cv__cartIcon {
    width: 60px !important;
    left: 0 !important; }
  .parts-btn-cv .parts-btn-cv__cartIcon {
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
    width: 8vw; }
  .parts-btn-cv .parts-btn-cv__text {
    color: inherit;
    font-size: 1.5rem;
    color: #555; }
    @media (min-width: 768px) {
      .parts-btn-cv .parts-btn-cv__text {
        margin: 0 auto 0 110px;
        letter-spacing: 0.2em; } }
    @media (max-width: 768px) {
      .parts-btn-cv .parts-btn-cv__text {
        margin: 0 auto 0 100px; } }
  .parts-btn-cv .parts-btn-cv__icon {
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
    width: 2vw; }
    @media (min-width: 768px) {
      .parts-btn-cv .parts-btn-cv__icon {
        right: 20px;
        width: 6px; } }

.icon-cart.icon-cart--red {
  background: #bf0713;
  background-color: #bf0713; }

.icon-cart::before {
  content: "";
  display: block;
  padding-top: 100%; }
.icon-cart .icon-cart__cartImg {
  display: block;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.icon-arrow::before {
  content: "";
  display: block;
  padding-top: 100%; }
.icon-arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  transform: translate(-50%, -50%) rotate(-45deg); }
.icon-arrow--left::after {
  transform: translate(-50%, -50%) rotate(135deg); }

.AboutArea {
  width: 100%;
  margin: 10vh 0;
  position: relative; }
  .AboutArea .prod_title {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 50px; }
  @media (min-width: 768px) {
    .AboutArea__wrap {
      margin: 0 auto 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      align-items: flex-start;
      width: 90%;
      max-width: 800px; } }
  @media (min-width: 768px) {
    .AboutArea__img {
      width: 340px; } }
  @media (min-width: 768px) {
    .AboutArea__inner {
      margin: 0 auto 0 5%;
      width: calc(100% - 380px); } }
  @media (max-width: 768px) {
    .AboutArea__inner {
      margin: 15px auto 30px;
      width: 90%; } }
  .AboutArea__mainTitle {
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.75; }

.movieArea {
  text-align: center;
  padding: 0 5%; }
  @media (max-width: 768px) {
    .movieArea {
      width: 100%; } }
  .movieArea iframe {
    margin: 0 auto; }
    @media (max-width: 768px) {
      .movieArea iframe {
        width: 100%;
        height: 300px; } }

.conta_bnr {
  position: fixed;
  bottom: 55px;
  right: -260px;
  width: 260px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  @media (max-width: 768px) {
    .conta_bnr {
      display: none; } }

@media (min-width: 768px) {
  .navi_bnr {
    display: none; } }
@media (max-width: 768px) {
  .navi_bnr {
    display: block;
    position: absolute;
    top: 510px;
    width: 260px;
    left: 50%;
    margin-left: -130px; } }

/**************
お問い合わせ
**************/
.contact_table {
  width: 100%; }
  .contact_table tr th {
    border-top: 1px solid #d3d3d3;
    padding: 18px 40px 18px 0;
    width: 32%;
    vertical-align: middle;
    text-align: left; }
    @media (max-width: 768px) {
      .contact_table tr th {
        display: block;
        padding: 10px 0 0;
        width: 100%;
        text-align: left; } }
    .contact_table tr th .hissu_cell {
      position: relative; }
      .contact_table tr th .hissu_cell .hissu {
        background: #e64949;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        padding: 4px 11px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -13px; }
        @media (max-width: 768px) {
          .contact_table tr th .hissu_cell .hissu {
            padding: 0 7px 1px; } }
  .contact_table tr td {
    padding: 18px 0;
    border-top: 1px solid #d3d3d3;
    width: 68%; }
    @media (max-width: 768px) {
      .contact_table tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0 15px;
        border-top: 0; } }
  .contact_table tr:last-child th, .contact_table tr:last-child td {
    border-bottom: 1px solid #d3d3d3; }

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .contact_table tr th {
    width: 300px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 768px) {
    .contact_table tr th {
      width: 100%;
      text-align: left; } }
@media all and (-ms-high-contrast: none) {
  .contact_table tr td {
    width: 700px; } }
input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.c-input, .c-select, .c-textarea {
  background: #fff;
  border: 1px solid #d3d3d3;
  -webkit-transition: background-color 100ms, border-color 100ms;
  transition: background-color 100ms, border-color 100ms;
  width: 100%;
  box-sizing: border-box; }

.c-input {
  height: 40px;
  padding: 2px 10px; }
  @media (max-width: 768px) {
    .c-input {
      height: auto;
      padding: 8px 4%;
      box-sizing: border-box; } }

.c-radio-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -5px 0;
  width: 100%; }
  @media all and (-ms-high-contrast: none) {
    .c-radio-list {
      max-width: 680px; } }
  .c-radio-list__item {
    margin: 0 0 5px 0; }
    @media all and (-ms-high-contrast: none) {
      .c-radio-list__item {
        float: left; } }
    @media (max-width: 768px) {
      .c-radio-list__item {
        text-align: left; } }
    .c-radio-list__item label {
      cursor: pointer;
      margin-right: 20px; }
      @media (max-width: 768px) {
        .c-radio-list__item label {
          margin-right: 10px; } }

.c-radio {
  position: relative;
  top: -3px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

.c-textarea {
  height: 200px;
  width: 100%;
  padding: 8px 10px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .c-textarea {
      width: auto;
      max-width: 95%; } }
  @media (max-width: 768px) {
    .c-textarea {
      box-sizing: border-box;
      width: 100%;
      height: 120px; } }

.form-btn {
  margin-top: 30px;
  text-align: center; }

.c-submit, .c-confirm, .c-back {
  padding: 18px 0;
  text-align: center;
  width: 280px;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .c-submit, .c-confirm, .c-back {
      transition: all 0.3s ease 0s; } }
  @media (max-width: 768px) {
    .c-submit, .c-confirm, .c-back {
      width: 48%;
      padding: 15px 0; } }

.c-submit {
  border: 2px #00479d solid;
  color: #fff;
  background-color: #00479d;
  font-weight: bold;
  font-size: 1.8rem; }

.c-submit:hover {
  opacity: .8; }

.c-confirm, .c-back {
  border: 2px #777 solid;
  color: #777;
  background-color: #fff; }

.c-confirm:hover, .c-back:hover {
  background-color: #eee; }

.privacy {
  margin-top: 80px; }

.privacyCheck {
  text-align: center;
  margin: 60px 0 40px; }
  .privacyCheck p {
    font-size: 12px;
    margin: 10px 0 20px; }

.btn-confirm {
  display: block;
  border: 1px #999 solid;
  border-radius: 5px;
  max-width: 400px;
  width: 90%;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  background-color: #ddd;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn-confirm.hoverOn {
    border: 1px solid #5d3fff;
    background-color: #fff;
    color: #5d3fff;
    cursor: pointer; }

.btns .btn {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px; }
  @media (max-width: 768px) {
    .btns .btn {
      font-size: 18px;
      width: 90%;
      margin: 0 auto 20px; } }

a.btn-conta {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: 51px;
  width: 80%;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto 20px;
  background-color: #333;
  border-bottom: 3px solid #888; }
  a.btn-conta:hover {
    background-color: #555;
    border-bottom: 3px solid #999; }

.btns .btn-primary {
  background-color: #81c320;
  border-bottom: 3px solid #679b1b; }
  .btns .btn-primary::hover {
    background-color: #a2d400;
    border-color: #a2d400; }

.btn-info {
  background-color: #21b2c1;
  border-bottom: 3px solid #1d8691;
  border-color: #21b2c1 #21b2c1 #1d8691; }
  .btn-info::hover {
    background-color: #2fccdc;
    border-bottom: 3px solid #1d8691;
    border-color: #2fccdc #2fccdc #2fccdc; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  border-radius: 50%; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border-radius: 50%; }

.c-radio, .c-checkbox {
  margin-right: 5px;
  position: relative;
  top: -.1em; }

.help-block {
  display: block;
  color: tomato;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px; }

/*# sourceMappingURL=cmn.css.map */
