@charset "UTF-8";
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slidein {
  from {
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  overscroll-behavior: none;
}

body {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  line-height: 1.9;
  color: #7E634C;
  background: #FFFFFF;
}

_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

b, strong, .bold, h1, h2, h3, h4, h5 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #1C386C;
  transition: .3s ease-out;
}

a:hover {
  color: #CDE7E7;
}

p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
  }
}

.img-fluid {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 559px) {
  .img-fluid {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

.hide-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .hide-sp {
    display: block;
  }
}

/* Footer */
.l-footer {
  padding: 30px 15px;
  background: #7E634C;
}

.l-footer-copyright {
  color: #FFF;
  text-align: center;
  font-size: 13px;
}

/* Header */
.l-header {
  position: fixed;
  min-height: 75px;
  z-index: 100;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .l-header {
    position: inherit;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #FFF;
  }
}

.l-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}

.l-header-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 10px 0 0;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .l-header-logo {
    padding: 5px 0 0;
  }
}

.l-header-logo a {
  display: block;
  margin-right: 15px;
}

.l-header-logo-img {
  width: 148px;
  height: auto;
}

@media screen and (min-width: 992px) {
  .l-header-logo-img {
    width: 148px;
  }
}

.l-header-description {
  font-weight: normal;
  font-size: 10px;
  color: #666;
  line-height: 1.6;
}

@media screen and (min-width: 992px) {
  .l-header-description {
    font-size: 12px;
  }
}

.l-header.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .l-header.clone-nav {
    transition: .5s;
    transform: translateY(-200px);
  }
  .l-header.clone-nav.is-show {
    transform: translateY(0);
  }
}

/* Main */
.l-main-content {
  padding-top: 80px;
  padding-bottom: 80px;
  /* アンカー */
}

@media screen and (min-width: 992px) {
  .l-main-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.l-main-content#concept, .l-main-content#friends, .l-main-content#quality, .l-main-content#spec {
  padding-top: 100px;
}

.l-main-content#lineup {
  padding-top: 210px !important;
  text-align: center;
}

.l-main-content-bg {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FFF6E6;
}

.l-main-content-border {
  padding-top: 45px !important;
  padding-bottom: 200px;
  background: url(../images/common/bg_border@2x.png) center top, url(../images/common/bg_border@2x.png) center bottom -80px;
  background-repeat: repeat-x;
  background-size: 1280px 188px;
  border-top: 15px solid #FFF;
  border-bottom: 15px solid #FFF;
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .l-main-content-border {
    padding-bottom: 300px;
  }
}

.l-main-content-border#lineup {
  padding-top: 210px !important;
  padding-bottom: 100px;
  background: url(../images/common/bg_border@2x.png) center top -80px repeat-x;
  background-size: 1280px 188px;
}

.l-main-txt-center {
  width: 290px;
  margin: 0 auto;
}

.l-main-txt-center.last {
  padding-bottom: 57px;
}

@media screen and (min-width: 992px) {
  .l-main-txt-center {
    width: auto;
    margin: 0;
    text-align: center;
  }
}

.l-main-txt-spec {
  max-width: 244px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .l-main-txt-spec {
    max-width: 378px;
  }
}

/* Sidebar */
/* Button */
.c-btn-top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  width: 46px;
  height: 46px;
  text-align: center;
  opacity: 0;
}

.c-btn-top.is-fixed {
  opacity: 1;
}

.c-btn-top img {
  padding-top: 10px;
  transition: .3s ease-out;
}

.c-btn-top:hover img {
  padding-top: 5px;
}

.c-btn-img img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.c-btn-img-small {
  display: block;
  margin: 20px auto 40px;
  max-width: 100%;
  height: auto;
  text-align: center;
}

.c-btn-img-small img {
  max-width: 250px;
}

@media screen and (min-width: 768px) {
  .c-btn-img-small img {
    max-width: 450px;
  }
}

/* Card */
.c-card-point {
  padding: 0 0 50px;
  margin-bottom: 57px;
  background: #FFF;
  border: 2px solid #7E634C;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .c-card-point {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .c-card-point img {
    margin-bottom: 0;
  }
}

.c-card-point-step {
  display: block;
  width: 100%;
  position: relative;
  height: 70px;
}

.c-card-point-step img {
  position: absolute;
  top: -1px;
  left: -1px;
}

.c-card-point-img {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .c-card-point-img {
    margin: 0 0 0 60px;
    padding: 0;
  }
}

.c-card-point-title {
  padding-bottom: 40px;
  text-align: center;
}

.c-card-point-title img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 15px auto 0;
}

@media screen and (min-width: 768px) {
  .c-card-point-title {
    text-align: left;
  }
  .c-card-point-title img {
    margin: 0;
  }
}

.c-card-point-inner {
  padding: 20px 20px 0;
}

@media screen and (min-width: 768px) {
  .c-card-point-inner {
    margin-left: 40px;
  }
}

/* Container */
.c-col-row, .c-col-container--fluid .c-col-row--fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.c-col-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 576px) {
  .c-col-container {
    max-width: 500px;
  }
}

@media screen and (min-width: 768px) {
  .c-col-container {
    max-width: 920px;
  }
}

@media screen and (min-width: 992px) {
  .c-col-container {
    max-width: 1046px;
  }
}

.c-col-container--fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.c-col-container--fluid .c-col-row--fluid {
  margin-right: -20px;
  margin-left: -20px;
}

/* Grid Layout */
.c-col, .c-col-12, .c-col-11, .c-col-10, .c-col-9, .c-col-8, .c-col-7, .c-col-6, .c-col-5, .c-col-4, .c-col-3, .c-col-2, .c-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.c-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.c-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.c-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.c-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.c-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.c-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.c-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.c-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

@media screen and (min-width: 768px) {
  .c-col-md, .c-col-md-12, .c-col-md-11, .c-col-md-10, .c-col-md-9, .c-col-md-8, .c-col-md-7, .c-col-md-6, .c-col-md-5, .c-col-md-4, .c-col-md-3, .c-col-md-2, .c-col-md-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .c-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .c-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .c-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .c-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .c-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .c-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .c-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .c-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

/* Offset */
@media screen and (min-width: 768px) {
  .c-col-offset-1 {
    margin-left: 8.333333%;
  }
  .c-col-offset-2 {
    margin-left: 16.666667%;
  }
  .c-col-offset-3 {
    margin-left: 25%;
  }
}

/* Replace */
@media screen and (min-width: 768px) {
  .c-col-replace-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .c-col-replace-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .c-col-replace-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .c-col-replace-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .c-col-replace-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .c-col-replace-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .c-col-replace-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .c-col-replace-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .c-col-replace-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .c-col-replace-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .c-col-replace-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .c-col-replace-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .c-col-replace-md-12 {
    -ms-flex-order: -12;
    order: 12;
  }
}

/* グローバルナビ */
.c-nav-cv {
  background: #CDE7E7;
  color: #FFF !important;
  transition: .3s ease-out;
}

.c-nav-cv:hover {
  text-decoration: none;
  color: #FFF;
  background-color: white;
}

@media screen and (min-width: 992px) {
  .c-nav {
    width: 100%;
    flex: 1;
    min-width: 610px;
  }
  .c-nav-wrap {
    width: 100%;
  }
  .c-nav-btn {
    display: none;
  }
  .c-nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .c-nav-list-item {
    margin-left: 25px;
  }
  .c-nav-list-item a {
    display: block;
    padding: 10px;
    font-size: 15px;
    color: #7E634C;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    text-align: center;
  }
  .c-nav-list-item a:hover {
    border-bottom: 1px solid #7E634C;
    text-decoration: none;
  }
  .c-nav-list-item a.active {
    border-bottom: 1px solid #7E634C;
  }
  .c-nav-list-item-txt {
    display: block;
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .c-nav-btn {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 101;
    background: transparent;
    border: none;
    box-sizing: border-box;
  }
  .c-nav-btn:focus {
    outline: 0;
  }
  .c-nav-btn-bar {
    width: 100%;
    max-width: 24px;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background: #7E634C;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .c-nav-btn-bar:first-child {
    top: 14px;
  }
  .c-nav-btn-bar:nth-child(2) {
    top: 22px;
    opacity: 1;
  }
  .c-nav-btn-bar:nth-child(3) {
    top: 30px;
  }
  .c-nav-btn.active span.c-nav-btn-bar:first-child {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .c-nav-btn.active span.c-nav-btn-bar:nth-child(2) {
    opacity: 0;
  }
  .c-nav-btn.active span.c-nav-btn-bar:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .c-nav-wrap {
    display: none;
    justify-content: center;
    align-items: left;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #CDE7E7;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .c-nav-wrap.open {
    display: flex;
    align-items: center;
    opacity: 1;
    animation: fadein .5s ease-out 0s;
  }
  .c-nav-wrap.close {
    display: none;
    opacity: 0;
    animation: hide .4s ease-out 0s;
  }
  .c-nav-list {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0 30px;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
  }
  .c-nav-list-item {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 2px solid #FFF;
    background: url(../images/sp/arrow.svg) right 15px center no-repeat;
    background-size: 12px 25px;
  }
  .c-nav-list-item:first-child {
    border-top: 2px solid #FFF;
  }
  .c-nav-list-item a {
    display: block;
    padding: 40px 0 10px 0;
    font-size: 18px;
    color: #7E634C;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  }
  .c-nav-list-item a.concept {
    background: url(../images/sp/nav01.svg) top 15px center no-repeat;
    background-size: 44px auto;
  }
  .c-nav-list-item a.friends {
    background: url(../images/sp/nav02.svg) top 15px center no-repeat;
    background-size: 46px auto;
  }
  .c-nav-list-item a.quality {
    background: url(../images/sp/nav03.svg) top 15px center no-repeat;
    background-size: 44px auto;
  }
  .c-nav-list-item a.lineup {
    background: url(../images/sp/nav04.svg) top 15px center no-repeat;
    background-size: 40px auto;
  }
  .c-nav-list-item a.spec {
    background: url(../images/sp/nav05.svg) top 15px center no-repeat;
    background-size: 29px auto;
  }
  .c-nav-list-item a.link {
    background: url(../images/sp/nav06.svg) top 15px center no-repeat;
    background-size: 29px auto;
  }
  .c-nav-list-item-txt {
    display: block;
    line-height: 1.3;
  }
  .c-nav-list-item.company {
    width: 100%;
    padding-top: 30px;
  }
  .c-nav-list-item.company a {
    color: #FFF;
  }
  .c-nav-subnav {
    display: none;
  }
}

/* Heading */
.c-heading-img {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-heading-img {
    margin-bottom: 60px;
  }
}

.c-heading-img img {
  margin: 0 auto;
}

.c-heading-img-border {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 25px 10px;
  text-align: left;
  border-bottom: 2px solid #7E634C;
}

.c-heading-img-border.attention {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .c-heading-img-border {
    text-align: center;
  }
}

.c-heading-spec {
  padding-bottom: 30px;
  max-width: 378px;
  margin: 0 auto;
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.c-heading-spec span {
  display: inline-block;
  padding: 5px 40px;
  border: 1px solid #7E634C;
  border-radius: 100px;
}

.c-heading-spec.last {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .c-heading-spec.last {
    padding-top: 0;
  }
}

.c-heading-lineup {
  text-align: center;
}

.c-heading-lineup span {
  display: inline-block;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
  font-size: 24px;
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  background: linear-gradient(transparent 70%, rgba(219, 227, 144, 0.5) 70%);
}

.c-heading-lineup.lineup02 span {
  background: linear-gradient(transparent 70%, rgba(243, 220, 214, 0.5) 70%);
}

.c-heading-lineup-price {
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.c-heading-lineup-price span {
  font-size: 90%;
}

/* Hero */
.c-hero {
  padding-top: 130px;
  height: 100vh;
  background: url(../images/sp/bg@2x.jpg) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
@supports (-webkit-touch-callout: none) {
  .c-hero {
    /* Safari用のハック */
    height: 100%;
    height: -webkit-fill-available;
  }
}

@media screen and (min-width: 768px) {
  .c-hero {
    padding-top: 100px;
    height: 725px;
    background-image: url(../images/pc/bg_pc@2x.jpg);
  }
}

.c-hero-lead {
  margin-right: 20px;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .c-hero-lead {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
  }
}

.c-hero-lead img {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-hero-lead img {
    margin-right: 0;
  }
}

/* List */
.c-list-spec {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .c-list-spec {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.c-table-job {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #EEE;
}

@media screen and (min-width: 768px) {
  .c-table-job {
    margin-bottom: 60px;
  }
}

.c-table-job tr:nth-child(even) th, .c-table-job tr:nth-child(even) td {
  background-color: #FFF6E6;
}

.c-table-job th, .c-table-job td {
  display: block;
  width: 100%;
  padding: 15px 10px;
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .c-table-job th, .c-table-job td {
    font-size: 16px;
    padding: 20px;
    display: table-cell;
    width: auto;
    border-bottom: 1px solid #EEE;
  }
}

.c-table-job th {
  white-space: nowrap;
  color: #CDE7E7;
}

.c-table-job td {
  border-bottom: 1px solid #EEE;
}

.c-table-job thead {
  background: #CDE7E7;
  color: #FFF;
  font-size: 14px;
}

.c-table-job thead th {
  padding: 5px 10px;
}

@media screen and (min-width: 768px) {
  .c-table-job thead th {
    padding: 5px 20px;
  }
}

/* Pricing */
/* Align */
/* Clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Margin */
.u-margin-zero {
  margin-top: 0;
}

.u-margin-small {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .u-margin-small {
    margin-bottom: 30px;
  }
}

.u-margin-middle {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .u-margin-middle {
    margin-bottom: 60px;
  }
}

.u-margin-large {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .u-margin-large {
    margin-bottom: 70px;
  }
}

/* Position */
/* Size */
/* Text */
