/* Scss Document */
#top-page .container {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box; }
#top-page .image img {
  width: 100%;
  height: auto; }
#top-page .small {
  font-size: 0.6875em;
  margin-top: -.25em; }
#top-page .header .nav {
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 0;
  position: fixed;
  width: 100vw;
  z-index: 25; }
  #top-page .header .nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #top-page .header .nav h1 img {
    width: auto;
    height: 46px; }
  #top-page .header .nav ul {
    letter-spacing: -.4em; }
    #top-page .header .nav ul li {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle;
      margin-right: 12px; }
      #top-page .header .nav ul li:last-child {
        margin-right: 0; }
      #top-page .header .nav ul li img {
        width: auto;
        height: 46px; }
#top-page .header .catch {
  background: no-repeat 50% 50% url("../images/catch01.jpg");
  background-size: cover;
  height: 100vh;
  max-height: 900px;
  position: relative; }
  #top-page .header .catch .title {
    color: #00a166;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%); }
    #top-page .header .catch .title h1 {
      text-shadow: 2px 1px 0px #FFF; }
    #top-page .header .catch .title h1 {
      font-size: 4.5em;
      line-height: 1.6em;
      margin-top: 12px; }
    #top-page .header .catch .title h2 {
      text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.8); }
    #top-page .header .catch .title h2 {
      color: #FFF;
      font-size: 2.75em;
      line-height: 1.4em;
      display: inline-block; }
    #top-page .header .catch .title .orange {
      background: #F97D38;
      color: #FFF;
      padding: 0 12px 4px;
      text-shadow: none;
      font-size: 2.4rem; }
    #top-page .header .catch .title .marker {
      background: linear-gradient(transparent 80%, #F97D38 75%); }
  #top-page .header .catch .apply {
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #00a166;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    z-index: 20;
    right: 40px;
    bottom: 40px; }
    #top-page .header .catch .apply .tit {
      background: #00a166;
      color: #FFF;
      font-size: 1.75em;
      padding: 20px 44px; }
    #top-page .header .catch .apply .txt {
      margin-bottom: 20px; }
      #top-page .header .catch .apply .txt .btn {
        background-color: #E87024;
        background: linear-gradient(#F89C72, #F97D38);
        border-left: 1px solid #E87024;
        border-top: 1px solid #E87024;
        border-right: 1px solid #E87024;
        border-bottom: 3px solid #B55C35;
        color: #FFF;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 16px;
        padding: 8px 28px;
        position: relative;
        transition: all  0.2s ease; }
        #top-page .header .catch .apply .txt .btn:after {
          content: "\025b6";
          font-size: 0.7rem;
          margin-left: 0.5em;
          position: absolute; }
        #top-page .header .catch .apply .txt .btn p {
          display: inline-block;
          font-size: 1.25em; }
      #top-page .header .catch .apply .txt .red {
        color: #f03848; }
      #top-page .header .catch .apply .txt .large {
        font-size: 2em; }
      #top-page .header .catch .apply .txt:hover .btn {
        background: #FFF;
        color: #F97D38; }
      #top-page .header .catch .apply .txt .desc {
        font-size: 0.9em;
        margin-top: 8px;
        line-height: 1.6em; }
#top-page .content h2 {
  color: #00A166;
  font-size: 2.5rem;
  line-height: 1.4em; }
#top-page .content h3 {
  font-size: 2rem;
  line-height: 1.4em; }
#top-page .content .note {
  font-size: 0.6875rem;
  line-height: 1.4em; }
#top-page .content .marker {
  background: linear-gradient(transparent 75%, #a7d9cd 75%); }
#top-page .content .cont01 {
  background: #EFEFEF;
  padding: 80px 0; }
  #top-page .content .cont01 h2 {
    text-align: center;
    margin-bottom: 80px; }
  #top-page .content .cont01 ul {
    display: flex;
    align-items: stretch;
    justify-content: center; }
    #top-page .content .cont01 ul li {
      margin: 0 50px;
      width: 280px;
      text-align: center; }
      #top-page .content .cont01 ul li .image img {
        width: 100%;
        height: auto; }
      #top-page .content .cont01 ul li h3 {
        display: inline-block;
        font-size: 1.25em;
        padding: 0.2em 0.8em;
        margin-top: 12px;
        margin-bottom: 20px; }
        #top-page .content .cont01 ul li h3.purple {
          border: 1px solid #792D88;
          color: #792D88; }
        #top-page .content .cont01 ul li h3.red {
          border: 1px solid #B8272D;
          color: #B8272D; }
        #top-page .content .cont01 ul li h3.yellow {
          border: 1px solid #ffbc1b;
          color: #ffbc1b; }
      #top-page .content .cont01 ul li p {
        text-align: left; }
#top-page .content .cont02 {
  background: no-repeat 50% 50% url("../images/cont02-bg.jpg");
  background-size: cover;
  background-color: #a7d9cd;
  padding: 120px 0; }
  #top-page .content .cont02 .inner {
    display: flex; }
    #top-page .content .cont02 .inner .left, #top-page .content .cont02 .inner .right {
      width: 50%; }
    #top-page .content .cont02 .inner .txt {
      padding-left: 40px; }
  #top-page .content .cont02 h2 {
    margin-bottom: 40px; }
  #top-page .content .cont02 ul {
    margin-bottom: 40px; }
    #top-page .content .cont02 ul li {
      font-size: 1.25em;
      margin-left: 1.5em;
      margin-bottom: 20px;
      list-style: disc; }
      #top-page .content .cont02 ul li:last-child {
        margin-bottom: 0; }
  #top-page .content .cont02 p {
    font-size: 1.75em;
    line-height: 1.4em; }
#top-page .content .cont03 {
  background: no-repeat 50% 50% url("../images/cont03-bg.jpg");
  background-size: cover;
  padding: 80px 0; }
  #top-page .content .cont03 .inner {
    text-align: center; }
  #top-page .content .cont03 .image {
    display: block;
    margin: 0 auto;
    width: 60%;
    max-width: 360px; }
  #top-page .content .cont03 h2, #top-page .content .cont03 p {
    text-shadow: 1px 1px 0px #FFF; }
  #top-page .content .cont03 h2 {
    margin-bottom: 20px; }
  #top-page .content .cont03 p {
    margin-bottom: 40px; }
#top-page .content .cont04 {
  background: repeat-y 50% 50% url("../images/cont04-bg.png");
  background-size: contain;
  padding: 120px 0; }
  #top-page .content .cont04 .container {
    display: flex;
    align-items: center; }
  #top-page .content .cont04 .left, #top-page .content .cont04 .right {
    width: 50%; }
  #top-page .content .cont04 .left {
    padding-right: 40px; }
    #top-page .content .cont04 .left h2 {
      margin-bottom: 40px; }
    #top-page .content .cont04 .left h3 {
      margin-bottom: 20px; }
  #top-page .content .cont04 .right {
    padding-left: 40px; }
    #top-page .content .cont04 .right .product {
      width: 200px;
      display: block;
      margin: -140px auto 0; }
#top-page .content .cont05 {
  background-color: #efefef;
  text-align: center;
  padding: 80px 0; }
  #top-page .content .cont05 .inner:first-child {
    margin-bottom: 80px; }
  #top-page .content .cont05 h2 {
    display: inline-block;
    margin-bottom: 40px; }
  #top-page .content .cont05 .figure {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 0;
    width: 980px; }
    #top-page .content .cont05 .figure .left, #top-page .content .cont05 .figure .right {
      box-sizing: border-box;
      padding: 20px 40px;
      width: 50%; }
      #top-page .content .cont05 .figure .left .image, #top-page .content .cont05 .figure .right .image {
        display: block;
        margin-bottom: 12px; }
    #top-page .content .cont05 .figure .left {
      background-color: #a7d9cd;
      border-radius: 10px 0px 0px 0px; }
    #top-page .content .cont05 .figure .right {
      background: no-repeat 0% 0% url("../images/cont05-bg.png");
      background-size: contain;
      background-color: #dfe9e6;
      border-radius: 0px 10px 0px 0px; }
    #top-page .content .cont05 .figure .title {
      background-color: #00a166;
      border-radius: 0px 0px 10px 10px;
      color: #FFF;
      padding: 20px;
      width: 100%; }
      #top-page .content .cont05 .figure .title h3 {
        font-size: 1.75em; }
  #top-page .content .cont05 ul.step {
    display: flex;
    align-items: stretch;
    justify-content: center; }
    #top-page .content .cont05 ul.step li {
      width: 200px;
      margin: 0 20px;
      position: relative; }
      #top-page .content .cont05 ul.step li .title {
        border: 1px solid #00a166;
        color: #00a166;
        font-size: 1.25em;
        margin-top: 20px;
        margin-bottom: 12px;
        padding-top: 0px;
        padding-bottom: 2px; }
        #top-page .content .cont05 ul.step li .title .small {
          font-size: 0.8em;
          margin-right: 2px; }
      #top-page .content .cont05 ul.step li .desc {
        line-height: 1.4em; }
      #top-page .content .cont05 ul.step li:after {
        content: "";
        display: block;
        width: 16px;
        height: 28px;
        background: no-repeat url("../images/cont05-arrow.png");
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        top: 30%;
        right: -28px; }
      #top-page .content .cont05 ul.step li:last-child:after {
        display: none; }
#top-page .content .cont06 {
  text-align: center;
  padding: 80px 0; }
  #top-page .content .cont06 h2 {
    margin-bottom: 40px; }
  #top-page .content .cont06 ul {
    display: flex;
    align-items: stretch;
    justify-content: center; }
    #top-page .content .cont06 ul li {
      width: 280px;
      margin: 0 20px; }
      #top-page .content .cont06 ul li .txt {
        margin-top: 20px; }
#top-page .content .cont07 {
  background: no-repeat 50% 50% url("../images/cont07-bg.jpg");
  background-size: cover;
  background-color: #a7d9cd;
  padding: 120px 0; }
  #top-page .content .cont07 .inner {
    display: flex; }
    #top-page .content .cont07 .inner .left, #top-page .content .cont07 .inner .right {
      width: 50%; }
    #top-page .content .cont07 .inner .txt {
      padding-left: 80px; }
  #top-page .content .cont07 h2 {
    margin-bottom: 40px; }
  #top-page .content .cont07 p {
    margin-bottom: 16px; }
    #top-page .content .cont07 p:last-child {
      margin-bottom: 0; }
#top-page .content .cont08 {
  background-color: #efefef;
  text-align: center;
  padding: 80px 0; }
  #top-page .content .cont08 h2 {
    margin-bottom: 40px; }
  #top-page .content .cont08 ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 40px; }
    #top-page .content .cont08 ul li {
      width: 260px;
      margin: 0 20px; }
      #top-page .content .cont08 ul li .txt {
        margin-top: 20px; }
  #top-page .content .cont08 .sum {
    border: 2px solid #00a166;
    border-radius: 5px;
    display: inline-block;
    padding: 20px 80px; }
    #top-page .content .cont08 .sum h3 {
      color: #00a166;
      margin-bottom: 8px; }
      #top-page .content .cont08 .sum h3 .small {
        font-size: 0.8em; }
    #top-page .content .cont08 .sum .desc {
      font-size: 1.125em;
      margin-bottom: 8px; }
#top-page .content .cont09 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box; }
  #top-page .content .cont09 .container.trial {
    padding: 40px 0;
    position: relative; }
    #top-page .content .cont09 .container.trial .bit {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40%; }
  #top-page .content .cont09 .container.campaign {
    align-items: stretch;
    background: #ecf5f2;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 40px; }
    #top-page .content .cont09 .container.campaign .left, #top-page .content .cont09 .container.campaign .right {
      padding-bottom: 100px; }
    #top-page .content .cont09 .container.campaign .left .desc.monthly {
      margin-top: 12px; }
    #top-page .content .cont09 .container.campaign .btn {
      position: absolute;
      bottom: 0; }
    #top-page .content .cont09 .container.campaign .wide .btn {
      position: relative;
      bottom: auto; }
#top-page .content .cont09 .left, #top-page .content .cont09 .right, #top-page .content .cont09 .wide {
  width: 50%;
  position: relative;
  box-sizing: border-box; }
  #top-page .content .cont09 .left h2, #top-page .content .cont09 .right h2, #top-page .content .cont09 .wide h2 {
    margin-bottom: 40px; }
  #top-page .content .cont09 .left h3, #top-page .content .cont09 .right h3, #top-page .content .cont09 .wide h3 {
    color: #00a166;
    margin-bottom: 20px; }
  #top-page .content .cont09 .left .note, #top-page .content .cont09 .right .note, #top-page .content .cont09 .wide .note {
    margin-top: 12px; }
  #top-page .content .cont09 .left .red, #top-page .content .cont09 .right .red, #top-page .content .cont09 .wide .red {
    color: #f03848; }
  #top-page .content .cont09 .left .large, #top-page .content .cont09 .right .large, #top-page .content .cont09 .wide .large {
    font-size: 2em; }
  #top-page .content .cont09 .left .admission, #top-page .content .cont09 .right .admission, #top-page .content .cont09 .wide .admission {
    font-size: 1.25em;
    margin-bottom: 8px; }
  #top-page .content .cont09 .left .btn, #top-page .content .cont09 .right .btn, #top-page .content .cont09 .wide .btn {
    background-color: #E87024;
    background: linear-gradient(#F89C72, #F97D38);
    border-left: 2px solid #E87024;
    border-top: 2px solid #E87024;
    border-right: 2px solid #E87024;
    border-bottom: 4px solid #B55C35;
    color: #FFF;
    display: inline-block;
    margin-top: 40px;
    position: relative; }
    #top-page .content .cont09 .left .btn:hover, #top-page .content .cont09 .right .btn:hover, #top-page .content .cont09 .wide .btn:hover {
      border-bottom: 2px solid #B55C35;
      margin-top: 42px; }
    #top-page .content .cont09 .left .btn a, #top-page .content .cont09 .right .btn a, #top-page .content .cont09 .wide .btn a {
      color: #FFF;
      padding: 20px 100px 20px 50px;
      transition: all  0.2s ease; }
      #top-page .content .cont09 .left .btn a:after, #top-page .content .cont09 .right .btn a:after, #top-page .content .cont09 .wide .btn a:after {
        content: "";
        background: no-repeat 100% 100% url("../images/btn-bg.png");
        background-size: contain;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      #top-page .content .cont09 .left .btn a:hover, #top-page .content .cont09 .right .btn a:hover, #top-page .content .cont09 .wide .btn a:hover {
        background: #FFF;
        color: #F97D38; }
        #top-page .content .cont09 .left .btn a:hover:after, #top-page .content .cont09 .right .btn a:hover:after, #top-page .content .cont09 .wide .btn a:hover:after {
          content: "";
          background: no-repeat 100% 100% url("../images/btn-bg-h.png");
          background-size: contain;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%; }
    #top-page .content .cont09 .left .btn p, #top-page .content .cont09 .right .btn p, #top-page .content .cont09 .wide .btn p {
      font-size: 1.5em; }
#top-page .content .cont09 .right {
  padding-left: 40px; }
#top-page .content .cont09 .wide {
  width: 100%;
  text-align: center; }
#top-page .content .cont09 .about {
  background-color: #FFF;
  box-sizing: border-box;
  margin-top: 40px;
  margin-top: 0;
  padding: 40px;
  width: 100%; }
  #top-page .content .cont09 .about h2 {
    margin-bottom: 40px;
    text-align: center; }
  #top-page .content .cont09 .about .desc {
    margin-bottom: 60px;
    text-align: center; }
  #top-page .content .cont09 .about h3 {
    margin-bottom: 20px;
    text-align: center; }
  #top-page .content .cont09 .about .service {
    border: 2px solid #00a166;
    padding: 20px; }
    #top-page .content .cont09 .about .service ul {
      margin-bottom: 1em; }
      #top-page .content .cont09 .about .service ul:last-child {
        margin-bottom: 0; }
    #top-page .content .cont09 .about .service p {
      margin-bottom: 1em; }
      #top-page .content .cont09 .about .service p:last-child {
        margin-bottom: 0; }
  #top-page .content .cont09 .about .apply {
    margin-top: 40px;
    margin-bottom: 12px;
    text-align: center;
    border: 2px solid #00a166; }
    #top-page .content .cont09 .about .apply .red {
      color: #f03848; }
    #top-page .content .cont09 .about .apply .green {
      color: #00a166; }
    #top-page .content .cont09 .about .apply .shadow {
      text-shadow: 2px 1px 0px white; }
    #top-page .content .cont09 .about .apply .large {
      font-size: 2em; }
    #top-page .content .cont09 .about .apply h3 {
      background: #00a166;
      color: #fff;
      font-size: 1.25rem;
      margin-bottom: 40px;
      padding: 12px 0; }
    #top-page .content .cont09 .about .apply .marker {
      background: linear-gradient(transparent 85%, #a7d9cd 75%); }
    #top-page .content .cont09 .about .apply .inner {
      padding: 0  5%; }
    #top-page .content .cont09 .about .apply .desc {
      margin-bottom: 0;
      font-size: 1.25rem;
      line-height: 1.8em; }
    #top-page .content .cont09 .about .apply .btn {
      background-color: #E87024;
      background: linear-gradient(#F89C72, #F97D38);
      border-left: 2px solid #E87024;
      border-top: 2px solid #E87024;
      border-right: 2px solid #E87024;
      border-bottom: 4px solid #B55C35;
      color: #FFF;
      display: inline-block;
      margin-top: 40px;
      position: relative; }
      #top-page .content .cont09 .about .apply .btn:hover {
        border-bottom: 2px solid #B55C35;
        margin-top: 42px; }
      #top-page .content .cont09 .about .apply .btn a {
        color: #FFF;
        padding: 20px 100px 20px 50px;
        transition: all  0.2s ease; }
        #top-page .content .cont09 .about .apply .btn a:after {
          content: "";
          background: no-repeat 100% 100% url("../images/btn-bg.png");
          background-size: contain;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%; }
        #top-page .content .cont09 .about .apply .btn a:hover {
          background: #FFF;
          color: #F97D38; }
          #top-page .content .cont09 .about .apply .btn a:hover:after {
            content: "";
            background: no-repeat 100% 100% url("../images/btn-bg-h.png");
            background-size: contain;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%; }
      #top-page .content .cont09 .about .apply .btn p {
        font-size: 1.5em; }
    #top-page .content .cont09 .about .apply .note {
      margin: 12px 0 20px; }
#top-page .content .cont10 {
  background-color: #a7d9cd;
  text-align: center;
  padding: 80px 0; }
  #top-page .content .cont10 .inner {
    margin-bottom: 120px; }
    #top-page .content .cont10 .inner:last-child {
      margin-bottom: 0; }
  #top-page .content .cont10 h2 {
    margin-bottom: 40px; }
  #top-page .content .cont10 ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 80px;
    box-sizing: border-box; }
    #top-page .content .cont10 ul li {
      background: #FFF;
      border: 2px solid #00a166;
      width: calc(50% - 40px);
      margin: 0 20px;
      padding: 20px;
      box-sizing: border-box; }
      #top-page .content .cont10 ul li h3 {
        color: #00a166;
        font-size: 1.5em;
        margin-bottom: 20px; }
      #top-page .content .cont10 ul li .txt {
        text-align: left; }
    #top-page .content .cont10 ul.comment {
      flex-wrap: wrap;
      margin-top: 0; }
      #top-page .content .cont10 ul.comment li {
        margin-bottom: 40px; }
        #top-page .content .cont10 ul.comment li h3 {
          color: #000;
          text-align: left;
          margin-bottom: 12px; }
          #top-page .content .cont10 ul.comment li h3 .small {
            font-size: 0.8em; }
    #top-page .content .cont10 ul.tv {
      align-items: center; }
      #top-page .content .cont10 ul.tv li {
        background: none;
        border: none;
        padding: 0; }
        #top-page .content .cont10 ul.tv li p {
          text-align: left; }
  #top-page .content .cont10 .other {
    text-align: right; }
#top-page .footer {
  background: #2d2d2d;
  color: #fff;
  text-align: center;
  padding: 40px 0 12px; }
  #top-page .footer .contact {
    display: block;
    margin: 0 auto 40px;
    width: 360px; }
  #top-page .footer ul {
    margin-bottom: 4px;
    letter-spacing: -.4em; }
    #top-page .footer ul li {
      font-size: 0.8125em;
      display: inline-block;
      letter-spacing: normal;
      margin-right: 2em; }
      #top-page .footer ul li:last-child {
        margin-right: 0; }
      #top-page .footer ul li a {
        color: #FFF; }
        #top-page .footer ul li a:hover {
          color: #FFF;
          text-decoration: underline; }
  #top-page .footer .copy {
    font-size: 0.6875em;
    line-height: 1.5em; }

.remodal .privacy .inner, .remodal .member .inner {
  max-height: 50vh;
  overflow-y: scroll; }
.remodal .privacy .title, .remodal .member .title {
  font-size: 1.5rem;
  line-height: 1.4em;
  margin-bottom: 28px; }
.remodal .privacy h3, .remodal .member h3 {
  text-align: left; }
.remodal .privacy .kiyaku, .remodal .member .kiyaku {
  margin-bottom: 80px; }
  .remodal .privacy .kiyaku:last-of-type, .remodal .member .kiyaku:last-of-type {
    margin-bottom: 0; }
  .remodal .privacy .kiyaku p, .remodal .member .kiyaku p {
    font-size: 0.8125rem;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 2em; }
  .remodal .privacy .kiyaku ul, .remodal .member .kiyaku ul {
    margin-bottom: 2em; }
    .remodal .privacy .kiyaku ul li, .remodal .member .kiyaku ul li {
      font-size: 0.8125rem;
      line-height: 1.5em;
      text-align: left;
      list-style-type: disc;
      list-style-position: inside;
      padding-left: 1em;
      text-indent: -1em; }
  .remodal .privacy .kiyaku ol, .remodal .member .kiyaku ol {
    margin-bottom: 2em; }
    .remodal .privacy .kiyaku ol li, .remodal .member .kiyaku ol li {
      font-size: 0.8125rem;
      line-height: 1.5em;
      text-align: left;
      list-style-type: decimal;
      list-style-position: inside;
      padding-left: 1em;
      text-indent: -1em; }
      .remodal .privacy .kiyaku ol li ul, .remodal .member .kiyaku ol li ul {
        margin-bottom: 0; }
        .remodal .privacy .kiyaku ol li ul li, .remodal .member .kiyaku ol li ul li {
          list-style-type: none; }
    .remodal .privacy .kiyaku ol.styleNone li, .remodal .member .kiyaku ol.styleNone li {
      list-style-type: none; }
  .remodal .privacy .kiyaku p a, .remodal .privacy .kiyaku ul li a, .remodal .privacy .kiyaku ol li a, .remodal .member .kiyaku p a, .remodal .member .kiyaku ul li a, .remodal .member .kiyaku ol li a {
    display: inline-block;
    color: #f03848; }
    .remodal .privacy .kiyaku p a:hover, .remodal .privacy .kiyaku ul li a:hover, .remodal .privacy .kiyaku ol li a:hover, .remodal .member .kiyaku p a:hover, .remodal .member .kiyaku ul li a:hover, .remodal .member .kiyaku ol li a:hover {
      text-decoration: underline; }
.remodal .privacy .btn p, .remodal .member .btn p {
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: center;
  margin: 1.5em 0 1em; }
.remodal .privacy .btn ul, .remodal .member .btn ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .remodal .privacy .btn ul li, .remodal .member .btn ul li {
    line-height: 1.5em;
    margin-right: 20px; }
    .remodal .privacy .btn ul li:last-child, .remodal .member .btn ul li:last-child {
      margin-right: 0; }
.remodal .privacy .btn a, .remodal .privacy .btn button, .remodal .member .btn a, .remodal .member .btn button {
  transition: all  0.2s ease;
  font-size: 1em;
  text-align: center;
  padding: 20px 80px;
  background-color: #E87024;
  background: linear-gradient(#F89C72, #F97D38);
  border-left: 2px solid #E87024;
  border-top: 2px solid #E87024;
  border-right: 2px solid #E87024;
  border-bottom: 4px solid #B55C35;
  color: #FFF;
  display: inline-block;
  margin-top: 0px;
  position: relative; }
  .remodal .privacy .btn a:hover, .remodal .privacy .btn button:hover, .remodal .member .btn a:hover, .remodal .member .btn button:hover {
    border-bottom: 2px solid #B55C35;
    margin-top: 2px; }
  .remodal .privacy .btn a:after, .remodal .privacy .btn button:after, .remodal .member .btn a:after, .remodal .member .btn button:after {
    content: "\025b6";
    background: none;
    font-size: 1rem;
    margin-left: 0.5em;
    position: absolute;
    right: auto;
    top: auto;
    width: auto;
    height: auto; }
  .remodal .privacy .btn a:hover, .remodal .privacy .btn button:hover, .remodal .member .btn a:hover, .remodal .member .btn button:hover {
    background: none;
    color: #E87024; }
    .remodal .privacy .btn a:hover:after, .remodal .privacy .btn button:hover:after, .remodal .member .btn a:hover:after, .remodal .member .btn button:hover:after {
      content: "\025b6";
      background: none;
      font-size: 1rem;
      margin-left: 0.5em;
      position: absolute;
      right: auto;
      top: auto;
      width: auto;
      height: auto; }
.remodal .privacy .btn button, .remodal .member .btn button {
  cursor: pointer;
  padding: 10px 20px;
  background: linear-gradient(#efefef, #dedede);
  border-left: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  border-bottom: 2px solid #7d7d7d;
  color: #2A282A;
  font-size: 0.9em; }
  .remodal .privacy .btn button:after, .remodal .member .btn button:after {
    content: "";
    background: none;
    margin-left: 0; }
  .remodal .privacy .btn button:hover, .remodal .member .btn button:hover {
    border-bottom: 1px solid #7d7d7d;
    color: #2A282A; }
    .remodal .privacy .btn button:hover:after, .remodal .member .btn button:hover:after {
      content: "";
      background: none;
      margin-left: 0; }
.remodal .member .inner {
  max-height: 100%;
  overflow-y: auto; }
  .remodal .member .inner .btn ul li {
    width: 100%; }
  .remodal .member .inner .btn button {
    margin-bottom: 40px;
    width: 80%; }

#contact .header .nav h1 {
  margin-top: 20px;
  text-align: center; }
  #contact .header .nav h1 img {
    width: auto;
    height: 46px; }
#contact #footer {
  text-align: center; }
  #contact #footer .copy {
    line-height: 1.8em; }
#contact .container {
  max-width: 640px;
  margin: 60px auto 0;
  box-sizing: border-box; }
#contact .image img {
  width: 100%;
  height: auto; }
#contact .small {
  font-size: 0.6875em;
  margin-top: -.25em; }
#contact .contactForm .txt {
  margin-bottom: 36px;
  text-align: center; }
#contact .contactForm input {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 12px;
  padding: 1.0em;
  box-sizing: border-box; }
#contact .contactForm textarea {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 12px;
  padding: 1.0em;
  box-sizing: border-box;
  min-height: 12em; }
#contact .contactForm ::placeholder {
  color: #A1A1A1; }
#contact .contactForm .submitBtnContainer {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0; }
  #contact .contactForm .submitBtnContainer input {
    border: none;
    color: #FFF;
    margin: 0 auto;
    width: 480px;
    cursor: pointer;
    transition: all 0.2s ease; }
    #contact .contactForm .submitBtnContainer input:hover {
      color: #E87024; }
  #contact .contactForm .submitBtnContainer .Submit {
    background-color: #E87024;
    background: linear-gradient(#F89C72, #F97D38);
    border-left: 1px solid #E87024;
    border-top: 1px solid #E87024;
    border-right: 1px solid #E87024;
    border-bottom: 3px solid #B55C35;
    color: #FFF;
    display: inline-block;
    margin-top: 48px;
    margin-bottom: 60px;
    position: relative;
    transition: all 0.2s ease; }
    #contact .contactForm .submitBtnContainer .Submit:hover {
      background: none; }
#contact .contactFormTitle {
  text-align: center; }
  #contact .contactFormTitle h3 {
    font-weight: 700; }
  #contact .contactFormTitle .red {
    color: #f03848; }
#contact .contactForm {
  text-align: center; }
  #contact .contactForm h5 {
    margin-bottom: 40px; }
  #contact .contactForm dl {
    margin-bottom: 60px; }
    #contact .contactForm dl dt {
      margin-bottom: 5px;
      float: left;
      color: #999;
      text-align: left; }
    #contact .contactForm dl dd {
      margin-left: 150px;
      margin-bottom: 5px;
      text-align: left; }
  #contact .contactForm .send {
    margin-bottom: 12px; }
    #contact .contactForm .send button {
      transition: all  0.2s ease;
      font-size: 1em;
      text-align: center;
      padding: 20px 80px;
      background-color: #E87024;
      background: linear-gradient(#F89C72, #F97D38);
      border-left: 2px solid #E87024;
      border-top: 2px solid #E87024;
      border-right: 2px solid #E87024;
      border-bottom: 4px solid #B55C35;
      color: #FFF;
      display: inline-block;
      margin-top: 0px;
      position: relative;
      cursor: pointer; }
      #contact .contactForm .send button:hover {
        border-bottom: 2px solid #B55C35;
        margin-top: 2px;
        background: none;
        color: #E87024; }
  #contact .contactForm .back button {
    cursor: pointer;
    padding: 10px 20px;
    background: linear-gradient(#efefef, #dedede);
    border-left: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-bottom: 2px solid #7d7d7d;
    color: #2A282A;
    font-size: 0.9em; }
    #contact .contactForm .back button:hover {
      margin-top: 1px;
      border-bottom: 1px solid #7d7d7d;
      color: #2A282A; }
  #contact .contactForm .home a {
    transition: all  0.2s ease;
    font-size: 1em;
    text-align: center;
    padding: 20px 80px;
    background-color: #E87024;
    background: linear-gradient(#F89C72, #F97D38);
    border-left: 2px solid #E87024;
    border-top: 2px solid #E87024;
    border-right: 2px solid #E87024;
    border-bottom: 4px solid #B55C35;
    color: #FFF;
    display: inline-block;
    margin-top: 0px;
    position: relative; }
    #contact .contactForm .home a:hover {
      border-bottom: 2px solid #B55C35;
      margin-top: 2px;
      background: none;
      color: #E87024; }
#contact .contactError {
  text-align: center;
  margin-bottom: 60px; }
  #contact .contactError .error_messe {
    color: #f03848; }

.alignCenter {
  text-align: center; }

.alignLeft {
  text-align: left; }

.alignRight {
  text-align: right !important; }
