@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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: 0;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none; }

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 {
  color: #000000;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow: auto; }

body {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  counter-reset: number 0;
  word-wrap: break-word;
  overflow: hidden;
  min-width: 100%; }

input[type="submit"], input[type="button"], button {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-appearance: none; }

.l-header {
  width: 100%;
  height: auto; }

.l-sidebar {
  display: block;
  width: 250px; }
  .l-sidebar--left {
    float: left; }
  .l-sidebar--right {
    float: right; }

@media screen and (max-width: 1280px) {
  .l-sidebar {
    width: auto; }
    .l-sidebar--left {
      float: none; }
    .l-sidebar--right {
      float: none; } }
.l-content {
  display: block;
  width: 680px; }
  .l-content--left {
    float: left;
    width: 660px; }
  .l-content--right {
    float: right;
    width: 660px; }

@media screen and (max-width: 1280px) {
  .l-content {
    width: auto; }
    .l-content--left {
      float: none;
      width: auto; }
    .l-content--right {
      float: none;
      width: auto; } }
.l-footer {
  width: 100%;
  height: auto; }

.c-header__menu {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #000000; }
  .c-header__menu--home {
    position: absolute;
    top: auto;
    bottom: -60px; }
    .c-header__menu--home.ls-active {
      position: fixed;
      top: 0;
      bottom: auto;
      animation-name: headerMenu;
      animation-duration: 1s;
      animation-timing-function: ease;
      animation-fill-mode: forwards; }
@keyframes headerMenu {
  0% {
    top: -100px; }
  100% {
    top: 0; } }
  .c-header__menu .primaryNav {
    position: absolute;
    z-index: 100;
    top: 0;
    right: calc(50% - 545px); }
    .c-header__menu .primaryNav > .menu-item {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 125px;
      height: 60px;
      margin-left: 5px;
      background-image: url(../img/common/icon_primaryNav.png);
      background-repeat: no-repeat;
      background-size: 1000px 60px; }
      .c-header__menu .primaryNav > .menu-item .sub-menu {
        position: absolute;
        top: 60px;
        left: -5px;
        opacity: 0; }
      .c-header__menu .primaryNav > .menu-item::before {
        content: '';
        position: absolute;
        z-index: 10;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #CCCCCC; }
      .c-header__menu .primaryNav > .menu-item.current-menu-parent::before {
        background-color: #9B0505; }
      .c-header__menu .primaryNav > .menu-item.current-menu-item::before {
        background-color: #9B0505; }
      .c-header__menu .primaryNav > .menu-item:hover::before {
        bottom: 3px; }
      .c-header__menu .primaryNav > .menu-item:hover .sub-menu {
        display: block;
        opacity: 1;
        transition: opacity 1s ease; }
        .c-header__menu .primaryNav > .menu-item:hover .sub-menu .menu-item {
          position: relative;
          display: block;
          width: 125px;
          min-height: 30px;
          margin-left: 5px;
          background: none;
          background-color: #000000; }
          .c-header__menu .primaryNav > .menu-item:hover .sub-menu .menu-item::before {
            content: '';
            position: absolute;
            z-index: 10;
            bottom: 5px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #CCCCCC; }
          .c-header__menu .primaryNav > .menu-item:hover .sub-menu .menu-item:hover::before {
            bottom: 3px; }
          .c-header__menu .primaryNav > .menu-item:hover .sub-menu .menu-item a {
            padding: 5px 0 15px;
            text-align: center;
            font-weight: bold;
            color: #FFFFFF;
            font-size: 1.2rem;
            line-height: 1.5rem;
            text-decoration: none; }
      .c-header__menu .primaryNav > .menu-item a {
        display: block;
        width: 100%;
        height: 100%; }
      .c-header__menu .primaryNav > .menu-item--ability {
        background-position: left 0 top; }
      .c-header__menu .primaryNav > .menu-item--website {
        background-position: left -125px top; }
      .c-header__menu .primaryNav > .menu-item--dtp {
        background-position: left -250px top; }
      .c-header__menu .primaryNav > .menu-item--pcsupport {
        background-position: left -375px top; }
      .c-header__menu .primaryNav > .menu-item--works {
        background-position: left -500px top; }
      .c-header__menu .primaryNav > .menu-item--recruit {
        background-position: left -625px top; }
      .c-header__menu .primaryNav > .menu-item--faq {
        display: none; }
      .c-header__menu .primaryNav > .menu-item--company {
        background-position: left -750px top; }
      .c-header__menu .primaryNav > .menu-item--contact {
        background-position: left -875px top; }
  .c-header__menu .secondaryNav {
    position: absolute;
    z-index: 100;
    top: 0;
    left: calc(50% - 545px); }
    .c-header__menu .secondaryNav > .menu-item {
      position: relative;
      top: -3px;
      display: inline-block;
      vertical-align: top;
      width: 50px;
      height: 60px;
      margin-right: 10px;
      background-image: url(../img/common/icon_secondaryNav.png);
      background-repeat: no-repeat;
      background-size: 150px 60px; }
      .c-header__menu .secondaryNav > .menu-item::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        border-style: solid;
        border-width: 3px 25px;
        border-color: transparent transparent #000000 transparent; }
      .c-header__menu .secondaryNav > .menu-item::after {
        content: '';
        position: absolute;
        top: -1px;
        right: -4px;
        border-style: solid;
        border-width: 2px;
        border-color: transparent transparent #666666 #666666; }
      .c-header__menu .secondaryNav > .menu-item:hover {
        left: 3px;
        top: 0; }
        .c-header__menu .secondaryNav > .menu-item:hover::after {
          display: none; }
      .c-header__menu .secondaryNav > .menu-item a {
        display: block;
        width: 100%;
        height: 100%; }
      .c-header__menu .secondaryNav > .menu-item .sub-menu {
        display: none; }
        .c-header__menu .secondaryNav > .menu-item .sub-menu .menu-item {
          display: none; }
      .c-header__menu .secondaryNav > .menu-item--home {
        background-color: #9B0505;
        background-position: left top; }
      .c-header__menu .secondaryNav > .menu-item--faq {
        display: none; }
      .c-header__menu .secondaryNav > .menu-item--company {
        display: none; }
      .c-header__menu .secondaryNav > .menu-item--contact {
        display: none; }
      .c-header__menu .secondaryNav > .menu-item--privacy {
        display: none; }
  .c-header__menu .snsNav {
    position: fixed;
    z-index: 100;
    top: 80px;
    right: 10px; }
    .c-header__menu .snsNav .menu-item {
      display: block;
      width: 30px;
      height: 30px;
      margin-bottom: 40px;
      background-image: url(../img/common/icon_snsNav.png);
      background-repeat: no-repeat;
      background-size: 90px 30px; }
      .c-header__menu .snsNav .menu-item--home {
        display: none; }
      .c-header__menu .snsNav .menu-item--instagram {
        background-position: left top; }
      .c-header__menu .snsNav .menu-item--twitter {
        background-position: left -30px top; }
      .c-header__menu .snsNav .menu-item--facebook {
        background-position: left -60px top; }
      .c-header__menu .snsNav .menu-item:hover {
        position: relative;
        top: 1px;
        left: 1px; }
      .c-header__menu .snsNav .menu-item a {
        display: block;
        width: 100%;
        height: 100%; }
        .c-header__menu .snsNav .menu-item a:hover {
          cursor: pointer; }

@media screen and (min-width: 1280px) and (max-width: 1380px) {
  .c-header__menu .snsNav {
    top: 70px; } }
@media screen and (max-width: 1279px) {
  .c-header__menu {
    display: none;
    top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    margin: auto;
    padding-top: 30px;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    .c-header__menu--home {
      position: fixed;
      bottom: auto; }
    .c-header__menu .primaryNav {
      position: static;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 98%;
      margin: 0 auto; }
      .c-header__menu .primaryNav > .menu-item {
        position: relative;
        display: inline-block;
        width: 30%;
        height: 0;
        margin: 1%;
        padding-top: 30%;
        background-color: #FF0000;
        background-image: url(../img/common/icon_menu_sp.png);
        background-size: auto 100%;
        border: #FFFFFF solid 2px;
        box-sizing: border-box; }
        .c-header__menu .primaryNav > .menu-item::before {
          display: none; }
        .c-header__menu .primaryNav > .menu-item:hover {
          left: 0;
          top: 0; }
          .c-header__menu .primaryNav > .menu-item:hover .sub-menu {
            display: none; }
            .c-header__menu .primaryNav > .menu-item:hover .sub-menu .menu-item {
              display: none; }
        .c-header__menu .primaryNav > .menu-item a {
          position: absolute;
          left: 0;
          top: 0; }
        .c-header__menu .primaryNav > .menu-item--faq {
          display: inline-block;
          order: 7;
          background-position: left 75% top 0; }
        .c-header__menu .primaryNav > .menu-item--company {
          order: 8;
          background-position: left 87.5% top 0; }
        .c-header__menu .primaryNav > .menu-item--contact {
          order: 9;
          background-position: left 100% top 0; }
        .c-header__menu .primaryNav > .menu-item--ability {
          order: 1;
          background-position: left 25% top 0; }
        .c-header__menu .primaryNav > .menu-item--website {
          order: 2;
          background-position: left 0 top 0; }
        .c-header__menu .primaryNav > .menu-item--dtp {
          order: 3;
          background-position: left 12.5% top 0; }
        .c-header__menu .primaryNav > .menu-item--pcsupport {
          order: 4;
          background-position: left 37.5% top 0; }
        .c-header__menu .primaryNav > .menu-item--works {
          order: 5;
          background-position: left 50% top 0; }
        .c-header__menu .primaryNav > .menu-item--recruit {
          order: 6;
          background-position: left 62.5% top 0; }
    .c-header__menu .secondaryNav {
      display: none; }
    .c-header__menu .snsNav {
      position: static;
      order: 3;
      margin: 30px 0; }
      .c-header__menu .snsNav .menu-item {
        position: relative;
        display: inline-block;
        width: 22%;
        height: 0;
        margin: 1%;
        padding-top: 22%;
        background-image: url(../img/common/icon_snsNav_sp.png);
        background-size: auto 100%; }
        .c-header__menu .snsNav .menu-item a {
          position: absolute;
          left: 0;
          top: 0; }
        .c-header__menu .snsNav .menu-item--home {
          background-color: #333333;
          background-position: left 0 top 0; }
        .c-header__menu .snsNav .menu-item--instagram {
          background-color: #000000;
          background-position: left 100% top 0; }
        .c-header__menu .snsNav .menu-item--twitter {
          background-color: #000000;
          background-position: left 66.67% top 0; }
        .c-header__menu .snsNav .menu-item--facebook {
          background-color: #000000;
          background-position: left 33.33% top 0; } }
.c-header__title {
  position: relative;
  top: 60px;
  display: block;
  width: 960px;
  height: 120px;
  margin: auto;
  background-image: url(../img/common/title_kabosu.png);
  background-repeat: no-repeat;
  background-position: left center; }

@media screen and (max-width: 1279px) {
  .c-header__title {
    display: block;
    position: fixed;
    z-index: 20;
    bottom: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    margin-bottom: 19.42%;
    background-color: #000000;
    background-image: url(../img/common/logo.png);
    background-repeat: no-repeat;
    background-position: left 20px top 12px;
    background-size: auto 35px; }
    .c-header__title a {
      display: block;
      width: 100%;
      height: 100%; } }
.c-header__pagetop {
  position: fixed;
  z-index: 20;
  top: 35vh;
  right: 10px;
  padding-top: 100px; }
  .c-header__pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    writing-mode: vertical-rl;
    color: #000000;
    font-size: 1.8rem;
    line-height: 3.0rem;
    text-decoration: none; }

@media screen and (min-width: 1280px) and (max-width: 1380px) {
  .c-header__pagetop {
    top: 35vh;
    padding-top: 50px; }
    .c-header__pagetop::before {
      height: 45px; }
    .c-header__pagetop a {
      font-size: 1.4rem; } }
@media screen and (max-width: 1279px) {
  .c-header__pagetop {
    display: none; } }
.c-header__button {
  display: none;
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px; }
  .c-header__button .c-button__bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 5px;
    background-color: #EBE7E2; }
    .c-header__button .c-button__bar--top {
      transform: translateY(-10px); }
    .c-header__button .c-button__bar--bottom {
      transform: translateY(10px); }

@media screen and (max-width: 1279px) {
  .c-header__button {
    display: block; }
    .c-header__button .c-button__bar {
      transition: all 0.5s ease; }
      .c-header__button .c-button__bar.ls-active {
        display: none;
        transition: all 0.5s ease; }
      .c-header__button .c-button__bar--top.ls-active {
        display: block;
        transform: translateY(0px) rotate(-45deg);
        transition: all 0.5s ease; }
      .c-header__button .c-button__bar--bottom.ls-active {
        display: block;
        transform: translateY(0px) rotate(45deg);
        transition: all 0.5s ease; } }
.c-footer {
  padding-top: 50px;
  background-color: #E40011; }

.c-footer__logo {
  display: block;
  text-align: center;
  width: 248px;
  height: 70px;
  margin: 0 auto 20px;
  background-image: url(../img/common/logo.png);
  background-repeat: no-repeat;
  background-position: center; }

@media screen and (max-width: 1279px) {
  .c-footer__logo {
    width: 178px;
    height: 50px;
    background-size: auto 50px; } }
.c-footer__address {
  display: block;
  margin: 0 auto 20px; }
  .c-footer__address .c-address__text {
    text-align: center;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 2.0rem; }

.c-footer__url {
  display: block;
  margin: 0 auto 50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 2.4rem;
  line-height: 2.4rem; }

.c-footer__menu {
  display: table;
  width: auto;
  border-top: #FFFFFF solid 3px;
  padding-top: 7px;
  margin: auto;
  text-align: center; }
  .c-footer__menu div {
    display: inline; }
  .c-footer__menu .secondaryNav {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 2px; }
    .c-footer__menu .secondaryNav > .menu-item::before {
      content: '■';
      color: #FFFF00;
      font-size: 1.4rem;
      line-height: 2.0rem;
      margin-right: 4px; }
    .c-footer__menu .secondaryNav > .menu-item--company {
      display: none; }
    .c-footer__menu .secondaryNav > .menu-item a {
      color: #FFFF00;
      font-size: 1.4rem;
      line-height: 2.0rem;
      text-decoration: none; }
      .c-footer__menu .secondaryNav > .menu-item a:hover {
        text-decoration: underline; }
    .c-footer__menu .secondaryNav > .menu-item.menu-item-has-children::before {
      content: '▼';
      margin-right: 4px; }
    .c-footer__menu .secondaryNav > .menu-item .sub-menu a {
      color: #FFFFFF;
      padding-left: 20px; }
      .c-footer__menu .secondaryNav > .menu-item .sub-menu a::before {
        display: none; }
  .c-footer__menu .primaryNav {
    display: inline-block;
    vertical-align: top; }
    .c-footer__menu .primaryNav > .menu-item {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      padding: 0 2px; }
      .c-footer__menu .primaryNav > .menu-item::before {
        content: '▼';
        color: #FFFF00;
        font-size: 1.4rem;
        line-height: 2.0rem;
        margin-right: 4px; }
      .c-footer__menu .primaryNav > .menu-item--faq {
        display: none; }
      .c-footer__menu .primaryNav > .menu-item--contact {
        display: none; }
      .c-footer__menu .primaryNav > .menu-item a {
        color: #FFFF00;
        font-size: 1.4rem;
        line-height: 2.0rem;
        text-decoration: none; }
        .c-footer__menu .primaryNav > .menu-item a:hover {
          text-decoration: underline; }
      .c-footer__menu .primaryNav > .menu-item .sub-menu a {
        color: #FFFFFF;
        padding-left: 20px; }

@media screen and (max-width: 1279px) {
  .c-footer__menu {
    display: none; } }
.c-footer__teamviewer {
  display: block;
  margin: auto;
  padding: 20px 0;
  text-align: center;
  width: 200px;
  height: 150px;
  background-image: url(../img/common/img_teamviewer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px 150px;
  transition: opacity 0.5s ease; }
  .c-footer__teamviewer a {
    display: block;
    width: 100%;
    height: 100%; }
  .c-footer__teamviewer:hover {
    opacity: 0.75;
    transition: opacity 0.5s ease; }

.c-footer__copyright {
  position: fixed;
  z-index: 20;
  bottom: 80px;
  right: 10px;
  writing-mode: vertical-rl;
  color: #000000;
  font-size: 1.4rem;
  line-height: 3.0rem; }

@media screen and (min-width: 1280px) and (max-width: 1380px) {
  .c-footer__copyright {
    bottom: 80px;
    font-size: 1.2rem; } }
@media screen and (max-width: 1279px) {
  .c-footer__copyright {
    position: static;
    width: 100%;
    min-height: 160px;
    padding: 15px 0;
    box-sizing: border-box;
    writing-mode: horizontal-tb;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.0rem;
    background-color: #000000; } }
.c-footer__control {
  display: none; }

@media screen and (max-width: 1279px) {
  .c-footer__control {
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5); }
    .c-footer__control .c-control__menu {
      position: absolute;
      display: block;
      height: 70px;
      background-image: url(../img/common/icon_control_sp.png);
      background-repeat: no-repeat;
      background-size: auto 70px; }
      .c-footer__control .c-control__menu a {
        display: block;
        height: 100%; }
      .c-footer__control .c-control__menu--tel {
        left: 5px;
        top: 5px;
        width: 70px;
        background-position: left top; }
        .c-footer__control .c-control__menu--tel a {
          width: 100%; }
      .c-footer__control .c-control__menu--pagetop {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 75px;
        background-position: left -70px top; }
      .c-footer__control .c-control__menu--mail {
        right: 5px;
        top: 5px;
        width: 70px;
        background-position: left -145px top; }
        .c-footer__control .c-control__menu--mail a {
          width: 100%; } }
.c-main {
  position: relative;
  height: auto;
  background-color: #FFFFFF;
  margin: 60px auto; }
  .c-main::before {
    content: '';
    position: absolute;
    top: -120px;
    right: calc(50% - 480px);
    width: 520px;
    height: 90px;
    background-image: url(../img/common/bg_title_kabosu.png);
    background-repeat: no-repeat;
    background-position: center;
    animation-name: headerTitle;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards; }
@keyframes headerTitle {
  0% {
    top: -240px; }
  100% {
    top: -120px; } }
@media screen and (max-width: 1279px) {
  .c-main {
    padding-top: 17.31%;
    margin: 60px auto 30px; }
    .c-main::before {
      top: 0;
      right: 0;
      width: 100%;
      height: 0;
      padding-top: 17.31%;
      background-repeat: repeat-x;
      background-size: 100% auto;
      animation-name: none; } }
.c-section {
  display: block;
  width: 100%;
  height: auto;
  padding: 100px 0; }
  .c-section--red {
    background-color: #E40011; }
  .c-section--grey {
    background-color: #E7E7E7; }
  .c-section .c-section__title {
    position: relative;
    min-height: 80px;
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    font-weight: normal;
    font-size: 4.0rem;
    line-height: 5.0rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em; }
    .c-section .c-section__title::after {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      margin: 5px auto 0;
      border-right: #E40011 solid 3px;
      border-bottom: #E40011 solid 3px;
      box-sizing: border-box;
      transform: rotate(45deg); }
    .c-section .c-section__title--red {
      color: #FFFFFF; }
      .c-section .c-section__title--red::after {
        border-right-color: #FFCC00;
        border-bottom-color: #FFCC00; }
    .c-section .c-section__title .c-title__sup {
      display: block;
      color: #000000;
      font-size: 2.0rem;
      line-height: 3.0rem; }
      .c-section .c-section__title .c-title__sup--red {
        color: #FFFFFF; }
    .c-section .c-section__title .c-title__sub {
      display: block;
      color: #000000;
      font-size: 2.0rem;
      line-height: 3.0rem; }
      .c-section .c-section__title .c-title__sub::before {
        content: '－ '; }
      .c-section .c-section__title .c-title__sub::after {
        content: ' －'; }
      .c-section .c-section__title .c-title__sub--red {
        color: #FFFFFF; }
        .c-section .c-section__title .c-title__sub--red::after {
          border-right-color: #FFCC00;
          border-bottom-color: #FFCC00; }

@media screen and (max-width: 1279px) {
  .c-section {
    width: calc(100% - 20px);
    padding: 30px 10px; }
    .c-section .c-section__title {
      min-height: 60px;
      margin-bottom: 25px;
      font-size: 2.5rem;
      line-height: 3.0rem; }
      .c-section .c-section__title::before {
        bottom: -3px;
        width: 12px;
        height: 12px; }
      .c-section .c-section__title .c-title__sup {
        top: -20px;
        font-size: 1.6rem;
        line-height: 2.0rem; }
      .c-section .c-section__title .c-title__sub {
        font-size: 1.6rem;
        line-height: 2.0rem;
        padding-bottom: 10px; }
        .c-section .c-section__title .c-title__sub::before {
          content: '－ '; }
        .c-section .c-section__title .c-title__sub::after {
          content: ' －'; } }
.c-breadcrumb {
  display: block;
  width: 960px;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8rem; }
  .c-breadcrumb span {
    font-size: 1.4rem;
    line-height: 1.8rem; }
    .c-breadcrumb span a {
      color: #333333;
      text-decoration: underline; }
      .c-breadcrumb span a:hover {
        text-decoration: none; }

@media screen and (max-width: 1279px) {
  .c-breadcrumb {
    margin: 10px;
    font-size: 1.2rem;
    line-height: 1.6rem; }
    .c-breadcrumb span {
      font-size: 1.2rem;
      line-height: 1.6rem; } }
.c-select {
  width: 960px;
  margin: auto; }
  .c-select .c-select__anchor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
    .c-select .c-select__anchor::after {
      content: '';
      width: 310px; }
    .c-select .c-select__anchor .c-anchor__item {
      width: 310px;
      height: 70px;
      margin-bottom: 20px;
      border-radius: 10px; }
      .c-select .c-select__anchor .c-anchor__item a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border-color: #999999;
        border-style: solid;
        border-width: 3px;
        border-radius: 7px;
        box-sizing: border-box;
        color: #000000;
        font-weight: bold;
        font-size: 2.0rem;
        line-height: 2.0rem;
        text-decoration: none;
        transition: all 0.5s ease; }
        .c-select .c-select__anchor .c-anchor__item a::after {
          content: '>';
          vertical-align: middle;
          color: #CC0000;
          padding-left: 0.5em; }
        .c-select .c-select__anchor .c-anchor__item a:hover {
          color: #FFFFFF;
          background-color: #CC0000;
          transition: all 0.5s ease; }
          .c-select .c-select__anchor .c-anchor__item a:hover::after {
            color: #FFFFFF; }
      .c-select .c-select__anchor .c-anchor__item--selected {
        background-color: #CC0000; }
        .c-select .c-select__anchor .c-anchor__item--selected a {
          color: #FFFFFF; }
          .c-select .c-select__anchor .c-anchor__item--selected a::after {
            color: #FFFFFF; }

@media screen and (max-width: 1279px) {
  .c-select {
    width: auto;
    height: auto;
    margin: 20px 10px;
    /*.c-select__pulldown {
        display: block;
        width: 100%;
        height: 40px;
        background-color: #CC0000;
        text-align: center;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 4.0rem;
        text-decoration: none;
        cursor: pointer;
        &::after {
            content: '\025bc';
            padding-left: 0.5em;
        }
    }*/
    /*input:not(:checked) {
        ~ .c-select__anchor {
            opacity: 0;
            height: 0;
            transition: all 1.0s ease;
            .c-anchor__item {
                display: none;
                opacity: 0;
                transition: all 1.0s ease;
            }
        }
    }
    input:checked {
        ~ .c-select__anchor {
            opacity: 1;
            height: auto;
            transition: all 1.0s ease;
            .c-anchor__item {
                display: block;
                opacity: 1;
                transition: all 1.0s ease;
            }
        }
    }*/ }
    .c-select .c-select__anchor::after {
      display: none; }
    .c-select .c-select__anchor .c-anchor__item {
      display: block;
      width: 49.5%;
      height: 40px;
      border-radius: 5px;
      margin-bottom: 10px; }
      .c-select .c-select__anchor .c-anchor__item a {
        font-size: 1.2rem;
        line-height: 1.2rem;
        border-width: 1px;
        border-radius: 4px; } }
.c-pagenavi {
  display: table;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .c-pagenavi span {
    display: inline-block;
    height: 40px;
    margin: 5px;
    padding: 14px;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 1.6rem; }
    .c-pagenavi span.pages {
      background-color: #999999; }
    .c-pagenavi span.current {
      background-color: #333333; }
    .c-pagenavi span.extend {
      color: #999999; }
  .c-pagenavi a {
    display: inline-block;
    height: 40px;
    margin: 5px;
    padding: 14px;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 1.6rem;
    background-color: #999999;
    text-decoration: none; }
    .c-pagenavi a:hover {
      transition: all 0.5s;
      background-color: #333333; }

@media screen and (max-width: 1760px) {
  .c-pagenavi {
    margin-bottom: 20px; }
    .c-pagenavi span {
      height: 30px;
      margin: 3px;
      padding: 10px;
      font-size: 1.0rem;
      line-height: 1.0rem; }
    .c-pagenavi a {
      height: 30px;
      margin: 3px;
      padding: 10px;
      font-size: 1.0rem;
      line-height: 1.0rem; } }
.c-pagelink {
  display: table;
  width: calc(100% - 20px);
  margin: auto;
  padding-bottom: 70px;
  text-align: center; }
  .c-pagelink .c-pagelink__nav a {
    display: block;
    height: 40px;
    padding: 14px;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 1.6rem;
    background-color: #999999;
    text-decoration: none; }
    .c-pagelink .c-pagelink__nav a:hover {
      transition: all 0.5s;
      background-color: #333333; }
  .c-pagelink .c-pagelink__nav--prev {
    float: left; }
  .c-pagelink .c-pagelink__nav--next {
    float: right; }

@media screen and (max-width: 1760px) {
  .c-pagelink {
    padding-bottom: 10px; }
    .c-pagelink .c-pagelink__nav a {
      height: 30px;
      padding: 10px;
      font-size: 1.0rem;
      line-height: 1.0rem; } }
.c-sp__newline {
  display: none; }

@media screen and (max-width: 1279px) {
  .c-sp__newline {
    display: block; } }
.c-sp__inline {
  display: inline-block; }

@media screen and (max-width: 1279px) {
  .c-sp__inline {
    display: none; } }
.c-text {
  font-size: 1.4rem;
  line-height: 2.8rem; }
  .c-text a {
    font-size: 1.4rem;
    line-height: 2.8rem; }

@media screen and (max-width: 1279px) {
  .c-text {
    font-size: 1.2rem;
    line-height: 2.0rem; }
    .c-text a {
      font-size: 1.2rem;
      line-height: 2.0rem; } }
.c-table {
  width: 100%; }
  .c-table caption {
    position: relative;
    width: auto;
    min-height: 50px;
    margin-bottom: 50px;
    padding: 12px 0;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.6rem; }
    .c-table caption::before {
      content: '';
      position: absolute;
      bottom: -25px;
      left: 0;
      right: 0;
      margin: auto;
      display: block;
      width: 0;
      height: 0;
      border-left: transparent solid 5px;
      border-right: transparent solid 5px;
      border-bottom: transparent solid 3px;
      border-top-style: solid;
      border-top-width: 7px; }
  .c-table tr {
    border-bottom: #CCCCCC solid 1px; }
    .c-table tr th {
      padding: 15px 25px;
      font-weight: normal;
      text-align: left;
      vertical-align: top;
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 2.4rem;
      white-space: nowrap; }
    .c-table tr td {
      padding: 15px 25px 15px 0;
      text-align: left;
      font-size: 1.6rem;
      line-height: 2.4rem; }

@media screen and (max-width: 1279px) {
  .c-table caption {
    min-height: 30px;
    margin-bottom: 25px;
    padding: 5px 0;
    font-size: 1.4rem;
    line-height: 2.0rem; }
  .c-table tr th {
    display: block;
    width: auto;
    padding: 5px 10px 0;
    font-size: 1.2rem;
    line-height: 1.6rem; }
  .c-table tr td {
    display: block;
    width: auto;
    padding: 5px 10px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-left: 15px; } }
.c-pageskip {
  width: 300px;
  height: 50px;
  text-align: center;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px; }
  .c-pageskip a {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    border: #0186D1 solid 1px;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 5.0rem;
    text-decoration: none; }
    .c-pageskip a:hover {
      transition: all 0.5s; }
  .c-pageskip--white a {
    color: #0186D1;
    background-color: #FFFFFF; }
    .c-pageskip--white a:hover {
      color: #FFFFFF;
      background-color: #0186D1; }
  .c-pageskip--blue a {
    color: #FFFFFF;
    background-color: #0186D1; }
    .c-pageskip--blue a:hover {
      color: #0186D1;
      background-color: #FFFFFF; }

@media screen and (max-width: 1279px) {
  .c-pageskip {
    padding-top: 0;
    padding-bottom: 0; }
    .c-pageskip a {
      height: 40px;
      font-size: 1.2rem;
      line-height: 4.0rem; }
      .c-pageskip a::before {
        font-size: 1.2rem; } }
.c-password {
  margin-bottom: 200px; }
  .c-password input[type="password"] {
    height: 25px;
    margin: 5px; }
  .c-password input[type="submit"] {
    height: 30px;
    margin: 5px; }

@media screen and (max-width: 1279px) {
  .c-password {
    margin-bottom: 0; }
    .c-password input[type="password"] {
      height: 20px; }
    .c-password input[type="submit"] {
      height: 20px; } }
@media screen and (max-width: 1279px) {
  .c-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%; }
    .c-youtube iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100% !important;
      height: 100% !important; } }
.p-company__title {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 960px;
  height: 175px;
  margin: 0 auto 80px;
  background-image: url(../img/company/title_company.png);
  background-repeat: no-repeat;
  background-position: center; }
  .p-company__title::before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 290px;
    height: 427px;
    background-image: url(../img/common/img_kabosun.png);
    background-repeat: no-repeat;
    background-position: center;
    animation-name: worksTitle;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease; }
@keyframes worksTitle {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(20px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@media screen and (max-width: 1279px) {
  .p-company__title {
    width: 100%;
    height: 0;
    margin-bottom: 40px;
    padding-top: 18.23%;
    background-size: 100% auto; }
    .p-company__title::before {
      width: 30%;
      background-position: center top;
      background-size: 100% auto; }
  @keyframes worksTitle {
    0% {
      transform: translateY(0); }
    5% {
      transform: translateY(0); }
    10% {
      transform: translateY(0); }
    20% {
      transform: translateY(10px); }
    25% {
      transform: translateY(0); }
    30% {
      transform: translateY(10px); }
    50% {
      transform: translateY(0); }
    100% {
      transform: translateY(0); } } }
.p-company__outline .p-outline__table {
  width: 960px;
  height: auto;
  margin: auto; }
  .p-company__outline .p-outline__table tbody tr th {
    color: #CC0000; }
  .p-company__outline .p-outline__table tbody tr td .p-table__staff dt {
    float: left;
    clear: both;
    min-width: 150px;
    font-size: 1.6rem;
    line-height: 2.4rem; }
  .p-company__outline .p-outline__table tbody tr td .p-table__staff dd {
    width: 50px;
    padding-left: 150px;
    text-align: right;
    font-size: 1.6rem;
    line-height: 2.4rem; }
  .p-company__outline .p-outline__table tbody tr td .p-table__todate {
    display: block;
    color: #666666;
    font-size: 1.4rem;
    line-height: 2.4rem; }

@media screen and (max-width: 1279px) {
  .p-company__outline .p-outline__table {
    width: 100%; }
    .p-company__outline .p-outline__table tbody tr td .p-table__staff dt {
      min-width: 100px;
      font-size: 1.2rem;
      line-height: 1.6rem; }
    .p-company__outline .p-outline__table tbody tr td .p-table__staff dd {
      width: 30px;
      padding-left: 100px;
      font-size: 1.2rem;
      line-height: 1.6rem; }
    .p-company__outline .p-outline__table tbody tr td .p-table__todate {
      font-size: 1.0rem;
      line-height: 1.4rem; } }
.p-company__access .p-access__googlemap {
  width: 960px;
  height: auto;
  margin: auto;
  padding-bottom: 50px; }
.p-company__access .p-access__map {
  width: 960px;
  height: auto;
  margin: auto;
  padding-bottom: 50px; }
  .p-company__access .p-access__map img {
    width: 100%;
    height: auto; }
.p-company__access .p-access__guide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 960px;
  height: 140px;
  margin: auto;
  border: #CCCCCC solid 3px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #FFFFFF; }
  .p-company__access .p-access__guide .p-guide__text {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.4rem; }

@media screen and (max-width: 1279px) {
  .p-company__access .p-access__googlemap {
    width: 100%;
    padding-bottom: 25px; }
    .p-company__access .p-access__googlemap iframe {
      height: 300px; }
  .p-company__access .p-access__map {
    width: 100%;
    padding-bottom: 25px; }
  .p-company__access .p-access__guide {
    width: 100%;
    height: 120px;
    padding: 0 15px; }
    .p-company__access .p-access__guide::before {
      top: auto;
      bottom: 0;
      width: 95px;
      height: 55px;
      background-size: 95px 55px; }
    .p-company__access .p-access__guide::after {
      top: auto;
      bottom: 0;
      width: 95px;
      height: 55px;
      background-size: 95px 55px; }
    .p-company__access .p-access__guide .p-guide__text {
      font-size: 1.2rem;
      line-height: 2.0rem; } }
.p-company__select {
  margin-bottom: 80px; }

@media screen and (max-width: 1279px) {
  .p-company__select {
    margin-bottom: 40px; } }
/* content===========================================

	utility.css
	
		Utilities
		Fonts
		Colors
		Spacing
		Border radius
		Table (Responsive)


	KABOSU MEDIA WORKS

===================================================== */
/*	 Utilities
===================================================== */
.u-clear {
  clear: both; }

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

.u-dn {
  display: none; }

.u-di {
  display: inline; }

.u-db {
  display: block; }

.u-dt {
  display: table; }

.u-vh {
  visibility: hidden; }

.u-fln {
  float: none; }

.u-fll {
  float: left; }

.u-flr {
  float: right; }

.u-tal {
  text-align: left; }

.u-tac {
  text-align: center; }

.u-tar {
  text-align: right; }

/*	Fonts
===================================================== */
.u-fontMincho {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif Japanese", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.u-fontMarugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; }

/*	Colors
===================================================== */
/* cRed:Red, cBlue:Blue, cGreen:Green, cYellow:Yellow, cGrey:Grey  */
/*** 参考元 --> http://t32k.me/wisteria/ ***/
.u-cBlack {
  color: #000000; }

.u-cRed-light {
  color: #FFCDD2; }

.u-cRed {
  color: #F44336; }

.u-cRed-dark {
  color: #B71C1C; }

.u-cBlue-light {
  color: #BBDEFB; }

.u-cBlue {
  color: #2196F3; }

.u-cBlue-dark {
  color: #0D47A1; }

.u-cGreen-light {
  color: #C8E6C9; }

.u-cGreen {
  color: #4CAF50; }

.u-cGreen-dark {
  color: #1B5E20; }

.u-cYellow-light {
  color: #FFF9C4; }

.u-cYellow {
  color: #FFEB3B; }

.u-cYellow-dark {
  color: #F57F17; }

.u-cGrey-light {
  color: #F5F5F5; }

.u-cGrey {
  color: #9E9E9E; }

.u-cGrey-dark {
  color: #212121; }

/* background color */
.u-bgcRed-light {
  background-color: #FFCDD2; }

.u-bgcRed {
  background-color: #F44336; }

.u-bgcRed-dark {
  background-color: #B71C1C; }

.u-bgcBlue-light {
  background-color: #BBDEFB; }

.u-bgcBlue {
  background-color: #2196F3; }

.u-bgcBlue-dark {
  background-color: #0D47A1; }

.u-bgcGreen-light {
  background-color: #C8E6C9; }

.u-bgcGreen {
  background-color: #4CAF50; }

.u-bgcGreen-dark {
  background-color: #1B5E20; }

.u-bgcYellow-light {
  background-color: #FFF9C4; }

.u-bgcYellow {
  background-color: #FFEB3B; }

.u-bgcYellow-dark {
  background-color: #F57F17; }

.u-bgcGrey-light {
  background-color: #F5F5F5; }

.u-bgcGrey {
  background-color: #9E9E9E; }

.u-bgcGrey-dark {
  background-color: #212121; }

/*	Spacing
===================================================== */
/*margin (rem) */
.u-ma {
  margin: auto; }

.u-mn {
  margin: 0; }

.u-mtn {
  margin-top: 0; }

.u-mts {
  margin-top: .4rem; }

.u-mtm {
  margin-top: 1.6rem; }

.u-mtl {
  margin-top: 3.2rem; }

.u-mtx {
  margin-top: 4.8rem; }

.u-mbn {
  margin-bottom: 0; }

.u-mbs {
  margin-bottom: .4rem; }

.u-mbm {
  margin-bottom: 1.6rem; }

.u-mbl {
  margin-bottom: 3.2rem; }

.u-mbx {
  margin-bottom: 4.8rem; }

/*margin (px) */
.u-mt5 {
  margin-top: 5px !important; }

.u-mr5 {
  margin-right: 5px !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-ml5 {
  margin-left: 5px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mr10 {
  margin-right: 10px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-ml10 {
  margin-left: 10px !important; }

.u-mt15 {
  margin-top: 15px !important; }

.u-mr15 {
  margin-right: 15px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-ml15 {
  margin-left: 15px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mr20 {
  margin-right: 20px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-ml20 {
  margin-left: 20px !important; }

.u-mt25 {
  margin-top: 25px !important; }

.u-mr25 {
  margin-right: 25px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-ml25 {
  margin-left: 25px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mr30 {
  margin-right: 30px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-ml30 {
  margin-left: 30px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mr40 {
  margin-right: 40px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-ml40 {
  margin-left: 40px !important; }

.u-mt50 {
  margin-top: 50px !important; }

.u-mr50 {
  margin-right: 50px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-ml50 {
  margin-left: 50px !important; }

/*padding (rem) */
.u-pn {
  padding: 0; }

.u-ptn {
  padding-top: 0; }

.u-pts {
  padding-top: .4rem; }

.u-ptm {
  padding-top: 1.6rem; }

.u-ptl {
  padding-top: 3.2rem; }

.u-ptx {
  padding-top: 4.8rem; }

.u-pbn {
  padding-bottom: 0; }

.u-pbs {
  padding-bottom: .4rem; }

.u-pbm {
  padding-bottom: 1.6rem; }

.u-pbl {
  padding-bottom: 3.2rem; }

.u-pbx {
  padding-bottom: 4.8rem; }

/*padding (px) */
.u-pt5 {
  padding-top: 5px !important; }

.u-pr5 {
  padding-right: 5px !important; }

.u-pb5 {
  padding-bottom: 5px !important; }

.u-pl5 {
  padding-left: 5px !important; }

.u-pt10 {
  padding-top: 10px !important; }

.u-pr10 {
  padding-right: 10px !important; }

.u-pb10 {
  padding-bottom: 10px !important; }

.u-pl10 {
  padding-left: 10px !important; }

.u-pt15 {
  padding-top: 15px !important; }

.u-pr15 {
  padding-right: 15px !important; }

.u-pb15 {
  padding-bottom: 15px !important; }

.u-pl15 {
  padding-left: 15px !important; }

.u-pt20 {
  padding-top: 20px !important; }

.u-pr20 {
  padding-right: 20px !important; }

.u-pb20 {
  padding-bottom: 20px !important; }

.u-pl20 {
  padding-left: 20px !important; }

.u-pt25 {
  padding-top: 25px !important; }

.u-pr25 {
  padding-right: 25px !important; }

.u-pb25 {
  padding-bottom: 25px !important; }

.u-pl25 {
  padding-left: 25px !important; }

.u-pt30 {
  padding-top: 30px !important; }

.u-pr30 {
  padding-right: 30px !important; }

.u-pb30 {
  padding-bottom: 30px !important; }

.u-pl30 {
  padding-left: 30px !important; }

.u-pt40 {
  padding-top: 40px !important; }

.u-pr40 {
  padding-right: 40px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

.u-pl40 {
  padding-left: 40px !important; }

.u-pt50 {
  padding-top: 50px !important; }

.u-pr50 {
  padding-right: 50px !important; }

.u-pb50 {
  padding-bottom: 50px !important; }

.u-pl50 {
  padding-left: 50px !important; }

/*	Border radius
===================================================== */
.c-br-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px; }

.c-br-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px; }

.c-br-12 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px; }

.c-br-16 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px; }

/*	Table (Responsive)
===================================================== */
.p-table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto; }

@media only screen and (max-width: 40em) {
  .p-table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .p-table-responsive th,
  .p-table-responsive td {
    white-space: nowrap; } }
.u-touchGesture {
  text-align: center;
  color: #999;
  padding: 3%;
  margin-bottom: 12px;
  border: solid 1px #ddd;
  background-color: #eee; }

.u-touchGesture img {
  max-width: 80%;
  vertical-align: bottom; }
