@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  color: #2A2A2A;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.93;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}

a {
    color: #000000;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 0;
  vertical-align: top;
}

img[src$=".svg"] {
  width: 100%;
}

video {
  width: 100%;
  height: auto;
}

input[type=text] {
  -webkit-user-select: auto;
}

main {
  display: block;
}

/********************************************************
    
    flex-grid:| sm  | md  | lg  |  xl  |
    min-width:| 576 | 768 | 992 | 1200 |
    max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
.bg-color-jbm {
  background-color: #3DAE2B;
}

.bg-color-new {
  background-color: #319041;
}

.bg-color-training {
  background-color: #de3b38;
}

.bg-color-exhibition {
  background-color: #ef9d26;
}

.bg-color-press {
  background-color: #88c71f;
}

.bg-color-product {
  background-color: #0287bb;
}

.color-jbm {
  color: #3DAE2B;
}

.color-new {
  color: #319041;
}

.color-training {
  color: #de3b38;
}

.color-exhibition {
  color: #ef9d26;
}

.color-press {
  color: #88c71f;
}

.color-product {
  color: #1644A4;
}

@font-face {
  font-family: 'jbm';
  src: url("../fonts/jbm-1etlvu.eot");
  src: url("../fonts/jbm-1etlvu.eot#iefix") format("embedded-opentype"), url("../fonts/jbm-1etlvu.ttf") format("truetype"), url("../fonts/jbm-1etlvu.woff") format("woff"), url("../fonts/jbm-1etlvu.svg#jbm") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

input[type="submit"],
[data-set="icon"]::before,
[class^="icon-"]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jbm' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arr-b:before {
  content: "\e900";
}

.icon-arr-l:before {
  content: "\e901";
}

.icon-arr-r:before {
  content: "\e902";
}

.icon-arr-t:before {
  content: "\e903";
}

.icon-arr2-b:before {
  content: "\e904";
}

.icon-arr2-l:before {
  content: "\e905";
}

.icon-arr2-r:before {
  content: "\e906";
}

.icon-arr2-t:before {
  content: "\e907";
}

.icon-arr3-b:before {
  content: "\e908";
}

.icon-arr3-l:before {
  content: "\e909";
}

.icon-arr3-r:before {
  content: "\e90a";
}

.icon-arr3-t:before {
  content: "\e90b";
}

.icon-blank:before {
  content: "\e90c";
}

.icon-cross:before {
  content: "\e90d";
}

.icon-education:before {
  content: "\e90e";
}

.icon-home:before {
  content: "\e90f";
}

.icon-mail:before {
  content: "\e910";
}

.icon-mail2:before {
  content: "\e911";
}

.icon-menu:before {
  content: "\e912";
}

.icon-pdf:before {
  content: "\e913";
}

.icon-plus:before {
  content: "\e914";
}

.icon-search:before {
  content: "\e915";
}

.icon-blank2:before {
  content: "\e916";
}

.c-page {
  position: relative;
  padding-top: 100px;
  padding-bottom: 160px;
  background-color: #ffffff;
  color: #000000;
  line-height: 1.6;
}

.c-container {
  position: relative;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.c-sec-anchor {
  margin-top: -100px;
  padding-top: 100px;
}

.c-hr {
  display: block;
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
  height: 1px;
  border: 0;
  border-top: 1px solid #ffffff;
}

@media screen and (max-width: 991px) {
  .c-page {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .c-page {
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .c-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-sec-anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

/********************************************************
    
    flex-grid:| sm  | md  | lg  |  xl  |
    min-width:| 576 | 768 | 992 | 1200 |
    max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
.color-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #202125;
}

.bg-darker {
  background-color: #0F0F11;
}

.c-hover-alpha {
  opacity: 1;
  transition: all 300ms;
}

.c-hover-alpha.hover {
  opacity: 0.7;
}

.c-link-plus:before,
.c-link-arrow:before {
  position: absolute;
  display: none;
  font-family: 'jbm' !important;
  font-weight: normal;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 300ms;
}

.c-link-arrow:before {
  content: "\e902";
  color: #319041;
}

.c-link-plus:before {
  content: "\e900";
  color: #319041;
}

.c-link-plus.is-open:before {
  content: "\e903";
  color: #319041;
}

@media screen and (max-width: 767px) {
  .c-link-plus:before,
  .c-link-arrow:before {
    display: block;
  }
}

/* ======================================================

    ページ | メイン画像

====================================================== */
.c-hero {
  position: relative;
  height: 270px;
  background-color: #e6e6e6;
}

.c-hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  height: 100%;
}

.c-hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  /*IE11対策*/
  font-family: 'object-fit: cover;';
}

.c-hero__ttl {
  text-align: center;
  line-height: 1;
}

.c-hero__ttl-en {
  margin-bottom: 10px;
  font-size: 4.8rem;
  font-weight: bold;
}

.c-hero__ttl-jp {
  font-size: 2.1rem;
}

.c-hero__ttl-en img {
  height: 40px;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .c-hero {
    height: 80px;
  }
  .c-hero__ttl-en {
    display: none;
  }
  .c-hero__ttl-jp {
    display: none;
  }
}

/* ======================================================

    共通

====================================================== */
.c-page-ttl {
  font-size: 3.4rem;
  text-align: center;
}

.c-page-ttl-sub {
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .c-page-ttl {
    font-size: 2.4rem;
  }
  .c-page-ttl-sub {
    font-size: 2.1rem;
  }
}

/* ======================================================

    グリッドシステム

====================================================== */
.c-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

[class*="c-col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.c-col-100 {
  width: 100%;
}

.c-col-90 {
  width: 90%;
}

.c-col-80 {
  width: 80%;
}

.c-col-70 {
  width: 70%;
}

.c-col-65 {
  width: 65%;
}

.c-col-60 {
  width: 60%;
}

.c-col-55 {
  width: 55%;
}

.c-col-50 {
  width: 50%;
}

.c-col-45 {
  width: 45%;
}

.c-col-40 {
  width: 40%;
}

.c-col-33 {
  width: 33.33%;
}

.c-col-30 {
  width: 30%;
}

.c-col-25 {
  width: 25%;
}

.c-col-20 {
  width: 20%;
}

.c-col-16 {
  width: 16.66%;
}

.c-col-14 {
  width: 14.28%;
}

.c-row-gutter-0 {
  margin-right: 0;
  margin-left: 0;
}

.c-row-gutter-0 > [class*="c-col-"] {
  padding-right: 0;
  padding-left: 0;
}

.c-row-gutter-20r {
  margin-right: -20px;
  margin-left: -20px;
}

.c-row-gutter-20r > [class*="c-col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  [class*="c-col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-col-100--sm {
    width: 100% !important;
  }
  .c-col-50--sm {
    width: 50%;
  }
  .c-col-33--sm {
    width: 33.33%;
  }
  .c-col-25--sm {
    width: 25%;
  }
  .c-row-gutter-20r {
    margin-right: -10px;
    margin-left: -10px;
  }
  .c-row-gutter-20r > [class*="c-col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-row-gutter-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .c-row-gutter-0 > [class*="c-col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .c-col-100--xs {
    width: 100%;
  }
  .c-col-50--xs {
    width: 50%;
  }
  .c-col-33--xs {
    width: 33.33%;
  }
  .c-col-25--xs {
    width: 25%;
  }
}

/* ======================================================

    offcanvas

====================================================== */
.c-offcanvas {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-offcanvas > div {
  outline: none;
}

.c-offcanvas,
.c-offcanvas-content-wrap,
.c-offcanvas-bg.c-offcanvas-bg--reveal,
.c-offcanvas-bg.c-offcanvas-bg--push {
  transition: transform 600ms cubic-bezier(0.4, 0, 0.6, 1);
}

/* !! */
.c-offcanvas.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

/** Offcanvas-content-wrap **/
.c-offcanvas-content-wrap {
  z-index: 3;
}

/** Offcanvas Panel **/
.c-offcanvas {
  position: fixed;
  height: calc(100vh - 50px);
  min-height: calc(100vh - 50px);
  max-height: none;
  top: 50px;
  /* !! */
  display: block;
  background: #ffffff;
  /* !! */
  overflow-x: hidden;
  overflow-y: auto;
}

.c-offcanvas--opening {
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

.c-offcanvas.is-closed {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: none;
}

.c-offcanvas--overlay {
  z-index: 1080;
}

.c-offcanvas--reveal {
  z-index: 2;
}

/** Offcanvas BG-Overlay **/
.c-offcanvas-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1079;
  left: -100%;
  background-color: transparent;
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.c-offcanvas-bg.is-animating,
.c-offcanvas-bg.is-open {
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
  visibility: visible;
}

/* !! */
.c-offcanvas-bg.is-closed {
  visibility: hidden;
}

.c-offcanvas-bg--closing.is-animating {
  background: transparent;
}

/** Normal **/
.c-offcanvas--right {
  width: 100%;
  right: 0;
  transform: translate3d(200%, 0, 0);
}

/* !! */
.c-offcanvas-safari-forcus {
  position: absolute;
  outline: 0;
  border: 0;
  height: 1px;
  width: 1px;
}

.c-offcanvas--init {
  visibility: hidden;
}

.c-offcanvas .offcanvas-nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-offcanvas .offcanvas-nav {
    display: block;
  }
}

/* ======================================================

    パンくずリスト

====================================================== */
.c-bcrumb {
  padding: 10px 10px 0;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 1.2rem;
}

.c-bcrumb__item {
  display: inline;
}

.c-bcrumb__item:first-child {
  font-size: 125%;
  vertical-align: -0.1em;
}

.c-bcrumb__item:not(:last-child)::after {
  content: '>';
  padding: 0 3px 0 5px;
  color: inherit;
}

.c-bcrumb__item a {
  text-decoration: none;
  color: inherit;
}

.c-bcrumb__item a:hover {
  text-decoration: underline;
}

/* ======================================================

    タブ

====================================================== */
.c-tab-wrap {
  display: flex;
  justify-content: flex-end;
}

.c-tab-wrap > div {
  width: 20%;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-tab-wrap .c-tab {
  width: 80%;
}

@media screen and (max-width: 991px) {
  .c-tab-wrap {
    display: block;
  }
  .c-tab-wrap > div {
    width: auto;
    padding: 0;
    margin-bottom: 10px;
  }
  .c-tab-wrap .c-tab {
    width: auto;
  }
}

/********************************************************/
.c-tab {
  display: flex;
}

.c-tab-mastercam {
  display: inline-block;
  padding-top: 4px;
  max-width: 185px;
}

.c-tab__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  margin: 0 1px;
  padding: 5px;
  min-height: 48px;
  border-radius: 8px 8px 0 0;
  background-color: #cccccc;
  cursor: pointer;
  opacity: 0.5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.c-tab__item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.c-tab__item.is-active {
  opacity: 1;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .c-tab-wrap {
    position: relative;
    padding-bottom: 50px;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  .c-tab__item {
    width: 300px;
    height: 50px;
  }
  .c-tab__item.is-active::before,
  .c-tab__item.is-active::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    bottom: 0;
    pointer-events: none;
    line-height: 50px;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.5);
    font-family: 'jbm';
    font-size: 30px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-shadow: none;
  }
  .c-tab__item:not(:first-child).is-active::before {
    content: '\e909';
    left: -100%;
    text-align: right;
  }
  .c-tab__item:not(:last-child).is-active::after {
    content: '\e90a';
    right: -100%;
    text-align: left;
  }
}

/* ======================================================

    PDFアイコン

====================================================== */
.c-link-pdf {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: -50%;
  background: url("http://work.since581.com/common/images/pdf-icon.png") 0 0/36px 36px no-repeat;
}

/* ======================================================

    Header

====================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  z-index: 1000;
}

header.anime {
  transform: translateY(-100%);
  animation: header-top 2.5s ease 2.5s forwards;
}

header::before {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: url("../images/shadow.png") 0 0/100% 8px no-repeat;
  z-index: 10000;
  pointer-events: none;
}

header .icon-blank2 {
  position: relative;
  padding-left: 4px;
  font-size: 120%;
  vertical-align: -0.2em;
}

.hd-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  z-index: 1080;
  /* offcanvas:1080 */
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
}

.is-min .hd-container {
  height: 66px;
}

@media screen and (max-width: 991px) {
  header {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: 50px;
    font-size: 1.5rem;
  }
  .hd-container,
  .is-min .hd-container {
    height: 50px;
    display: block;
  }
}

@keyframes header-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* ======================================================
    hd-left | hd-left
====================================================== */
.hd-left {
  display: flex;
  height: inherit;
}

.hd-right {
  position: relative;
  height: inherit;
  flex: 0 0 200px;
}

@media screen and (max-width: 1219px) {
  .hd-right {
    flex: 0 0 130px;
  }
}

@media screen and (max-width: 767px) {
  .hd-left {
    justify-content: space-between;
  }
  .hd-right {
    display: none;
  }
}

/* ======================================================
    LOGO
====================================================== */
.hd-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: inherit;
  background-color: #319041;
}

.hd-logo img {
  width: 120px;
  transition: all 300ms;
}

.is-min .hd-logo img {
  height: 36px;
}

@media screen and (max-width: 1219px) {
  .hd-logo {
    width: 130px;
    margin-right: 10px;
  }
  .hd-logo img {
    width: 105px;
  }
}

@media screen and (max-width: 991px) {
  .hd-logo {
    width: 130px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .hd-logo {
    justify-content: flex-start;
    padding-left: 15px;
    width: auto;
    margin-right: 0;
    flex: 1 1 auto;
  }
  .hd-logo img {
    width: 86px;
  }
}

/********************************************************
    フォーム
********************************************************/
.hd-form-wrap form {
  position: relative;
  display: flex;
  padding: 4px 0;
}

.hd-form-wrap form input.text {
  width: calc(100% - 34px);
  height: 26px;
  padding: 0 0 0 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  vertical-align: top;
}

.hd-form-wrap form input.submit {
  position: relative;
  width: 34px;
  height: 26px;
  right: 0;
  top: 0;
  border: 0;
  cursor: pointer;
  top: -2px;
  font-size: 30px;
  color: #cccccc;
  letter-spacing: 0;
  background-color: #ffffff;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .hd-form-wrap {
    padding: 20px 10px 0 10px;
    border-top: 1px solid #dbdbdb;
  }
  .hd-form-wrap form {
    width: 300px;
    margin: 0 auto;
  }
  .hd-form-wrap form input.text {
    height: 34px;
    font-size: 1.6rem;
  }
  .hd-form-wrap form input.submit {
    height: 34px;
    top: 0px;
    font-size: 34px;
  }
}

/********************************************************
    教育機関の方 | 問合わせ | 新着情報
********************************************************/
.hd-navi-util {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.hd-navi-util ul {
  display: flex;
  height: 66px;
}

.hd-navi-util ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.hd-navi-util ul li a {
  font-size: 1.1rem;
  font-weight: bold;
  color: inherit;
}

.hd-navi-util ul li a span:before {
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 1;
}

.hd-navi-util ul li:nth-child(1) {
  background-color: #F0F0F0;
  color: #2A2A2A;
}

.hd-navi-util ul li:nth-child(2) {
  background-color: #319041;
  color: #ffffff;
}

@media screen and (max-width: 1219px) {
  .hd-navi-util ul li a {
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .hd-navi-util {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column-reverse;
  }
  .hd-navi-util ul {
    display: block;
    height: auto;
  }
  .hd-navi-util ul li {
    display: block;
    width: auto;
  }
  .hd-navi-util ul li a {
    position: relative;
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #dbdbdb;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  .hd-navi-util ul li a span:before {
    content: none;
  }
  .hd-navi-util ul li:nth-child(1) {
    background-color: #ffffff;
    color: #2A2A2A;
  }
  .hd-navi-util ul li:nth-child(2) {
    background-color: #ffffff;
    color: #2A2A2A;
  }
}

/********************************************************
    会社概要 | アクセスマップ
********************************************************/
.offcanvas-nav2 {
  display: flex;
  width: 320px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 50px;
}

.offcanvas-nav2 li {
  padding: 15px 10px;
}

.offcanvas-nav2 li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.offcanvas-nav2 li a::before {
  position: absolute;
  display: block;
  content: '\e906';
  font-size: 1.4rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #319041;
}

/********************************************************
    .hd-left
********************************************************/
.hd-left nav {
  height: inherit;
  display: block;
}

.hd-navi {
  position: relative;
  display: flex;
  align-items: center;
  height: inherit;
}

.hd-navi li {
  position: relative;
  height: inherit;
  transition: background-color 400ms;
}

/* | */
.hd-navi > li:not(:last-child):after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 1em;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  background-color: #2A2A2A;
}

.hd-navi > li > a {
  position: relative;
  display: flex;
  height: inherit;
  align-items: center;
  padding: 0 20px;
  color: #2A2A2A;
  transition: color 400ms;
}

.hd-navi > li > a > span {
  position: relative;
}

.hd-navi > li > a > span:after {
  position: absolute;
  display: block;
  content: '';
  width: 0px;
  height: 3px;
  background-color: #3DAE2B;
  right: 50%;
  bottom: -0.75em;
  transform: translateX(50%);
  transition: all linear 300ms;
  will-change: transform;
}

.hd-navi > li:hover > a > span:after,
.hd-navi > li.active > a > span:after {
  width: 90%;
}

@media screen and (max-width: 1219px) {
  .hd-navi > li > a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .hd-navi > li > a {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .hd-left nav {
    display: none;
  }
  .hd-navi {
    display: block;
  }
  .hd-navi > li:not(:last-child):after {
    content: none;
  }
  .hd-navi > li > a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #dbdbdb;
    text-align: center;
  }
  .hd-navi > li > a > span:after {
    content: none;
  }
}

/********************************************************
    サブメニュー ベース
********************************************************/
.hd-dd {
  position: fixed;
  display: none;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
}

.hd-dd.disable {
  pointer-events: none;
}

.hd-dd::before {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: url("../images/shadow.png") 0 0/100% 8px no-repeat;
  z-index: 10000;
}

.is-min .hd-dd {
  top: 66px;
}

.hd-dd__inner {
  display: flex;
  height: 210px;
}

.hd-dd__img {
  width: 260px;
  height: 100%;
  object-fit: cover;
}

.hd-dd__nav {
  padding: 30px;
}

.hd-dd__nav > a {
  position: relative;
  padding-left: 1.25em;
  color: #2A2A2A;
}

.hd-dd__nav > a::before {
  position: absolute;
  display: block;
  content: '\e906';
  font-size: .875em;
  top: 0.4em;
  left: 0;
  background-color: #319041;
  color: #ffffff;
}

.hd-dd__nav a {
  transition: all 300ms;
}

.hd-dd__nav a:hover {
  color: #319041;
}

@media screen and (max-width: 767px) {
  .hd-dd {
    position: relative;
    top: 0 !important;
    opacity: 1;
  }
  .hd-dd::before {
    content: none;
  }
  .hd-dd__inner {
    display: block;
    height: auto;
  }
  .hd-dd__img {
    display: none;
  }
  .hd-dd__nav {
    border-top: 1px solid #dbdbdb;
    padding: 10px 10px 10px 10px;
  }
  .hd-dd__nav > a {
    display: none;
  }
  .hd-dd__nav a:hover {
    color: #2a2a2a;
  }
}

/********************************************************
    サブメニュー
********************************************************/
.hd-navi__sub {
  display: flex;
  flex-wrap: wrap;
  /*width: 560px;*/
  width: 825px;
  /*padding: 1.25em;*/
	padding: 0.8em;
  justify-content: left;
  align-items: top;
}

.w560{
	width: 560px !important;
}

.hd-navi__sub > li {
  /*width: 50%;*/
	width: 260px;
  margin-bottom: 1em;
}

.hd-navi__sub > li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.hd-navi__sub > li a::before {
  position: absolute;
  display: block;
  content: '\e906';
  font-size: 1.4rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #319041;
}

@media screen and (max-width: 1219px) {
	.hd-navi__sub {
	  width: 800px;
	  font-size: 1.3rem;
	}

	.hd-navi__sub > li {
		width: 240px;
	}
}

@media screen and (max-width: 767px) {
  .hd-navi__sub {
    display: block;
    width: auto;
    padding: 0 !important;
  }
  .hd-navi__sub > li {
    width: auto;
    margin-bottom: 4px;
  }
  .hd-navi__sub > li a {
    display: block;
    padding: 10px 30px;
    background-color: #f0f0f0;
    border-top: none !important;
  }
  .hd-navi__sub > li a::before {
    left: 10px;
  }
}

/********************************************************
    3rd
********************************************************/
.hd-navi__3rd > li {
  /*margin-bottom: 1em;*/
  margin-bottom: 0.5em;
  padding-left: 15px;
}

.hd-navi__3rd > li:first-child {
  /*margin-top: 1em;*/
  margin-top: 0.5em;
}

.hd-navi__3rd > li a::before {
  content: '・';
  color: #2a2a2a;
}

@media screen and (max-width: 767px) {
  .hd-navi__3rd > li {
    margin-bottom: 4px;
    padding-left: 0;
  }
  .hd-navi__3rd > li:first-child {
    margin-top: 4px;
  }
}

/* ======================================================

    スマホメニュー
    c-offcanvas 

====================================================== */
.hd-navi-btn {
  position: relative;
  display: none;
  width: 60px;
  height: 50px;
  background-color: #ffffff;
  cursor: pointer;
}

.hd-navi-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #3DAE2B;
}

.hd-navi-btn.is-open:before {
  content: "\e90d";
}

@media screen and (max-width: 767px) {
  .hd-navi-btn {
    display: block;
  }
}

/* ======================================================

    Footer

====================================================== */
footer {
  position: relative;
  background-color: #F0F0F0;
  line-height: 1.5;
}

footer .icon-blank2 {
  position: relative;
  padding-left: 5px;
  font-size: 110%;
}

.ft-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 10px 0;
}

.ft-navi-wrap a {
  color: inherit;
  transition: all 300ms;
}

.ft-navi-wrap a:hover {
  color: #319041;
}

@media screen and (max-width: 767px) {
  .ft-container {
    padding: 0 10px 0;
  }
  .ft-navi-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/********************************************************
    ナビ
********************************************************/
.ft-navi {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .ft-navi {
    display: none;
  }
}

/********************************************************
    1st
********************************************************/
.ft-navi > li:not(:last-child) {
  padding-right: 1em;
}

.ft-navi > li > a {
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
  margin-bottom: 2em;
  font-weight: bold;
  vertical-align: top;
}

.ft-navi > li > a::before {
  position: absolute;
  display: block;
  content: '\e906';
  font-size: .875em;
  top: 0.4em;
  left: 0;
  background-color: #319041;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .ft-navi > li:nth-child(1) {
    width: 23%;
  }
  .ft-navi > li:nth-child(2) {
    width: 23%;
  }
  .ft-navi > li:nth-child(3) {
    width: 16%;
  }
  .ft-navi > li:nth-child(4) {
    width: 22%;
  }
  .ft-navi > li:nth-child(5) {
    width: 16%;
  }
  .ft-navi > li > a {
    font-size: 1.4rem;
  }
}

/********************************************************
    2nd
********************************************************/
.ft-navi__2nd > li:not(:last-child) {
  margin-bottom: 1em;
}

.ft-navi__2nd > li > a {
  position: relative;
  display: block;
  padding-left: 1em;
  font-size: 1.4rem;
}

.ft-navi__2nd > li > a::before {
  position: absolute;
  display: block;
  content: '\e906';
  font-size: 1em;
  top: 0.3em;
  left: 0;
  color: #319041;
}

@media screen and (max-width: 991px) {
  .ft-navi__2nd > li > a {
    font-size: 1.2rem;
  }
}

/********************************************************
    3rd
********************************************************/
.ft-navi__3rd > li {
  margin-bottom: 1em;
  padding-left: 15px;
}

.ft-navi__3rd > li:first-child {
  margin-top: 1em;
}

.ft-navi__3rd > li a {
  position: relative;
  display: block;
  padding-left: 1em;
  font-size: 1.4rem;
}

.ft-navi__3rd > li a::before {
  position: absolute;
  display: block;
  content: '・';
  left: 0;
  color: #2a2a2a;
}

@media screen and (max-width: 991px) {
  .ft-navi__3rd {
    display: none;
  }
}

/********************************************************
    2段目
********************************************************/
.ft-navi-md {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.ft-navi-md > li {
  position: relative;
}

.ft-navi-md > li:not(:last-child):not(:first-child)::after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 0;
  width: 1px;
  height: 1em;
  transform: translateY(-50%);
  background-color: #2a2a2a;
}

.ft-navi-md > li > a {
  padding: 0 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .ft-navi-md li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .ft-navi-md {
    display: block;
    margin-bottom: 0;
  }
  .ft-navi-md li {
    border-top: 1px solid #dbdbdb;
  }
  .ft-navi-md li:last-child {
    border-bottom: 1px solid #dbdbdb;
  }
  .ft-navi-md > li:not(:last-child):not(:first-child)::after {
    content: none;
  }
  .ft-navi-md li a {
    display: block;
    padding: 15px 10px;
    background-color: #ffffff;
  }
  .ft-navi-md li a::before {
    position: absolute;
    display: block;
    content: '\e906';
    font-size: 1.4rem;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #319041;
  }

}

/********************************************************
    sns
********************************************************/
.ft-sns {
  display: flex;
}

.ft-sns li a {
  display: inline-block;
  padding: 10px 8px;
}

.ft-sns img {
  width: 32px;
}

.ft-sns-wrap1 {
  display: block;
}

.ft-sns-wrap2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .ft-sns-wrap1 {
    display: none;
  }
  .ft-sns-wrap2 {
		display: flex;
	  justify-content: center;
	  align-items: center;
  }
}

/********************************************************
    ロゴ | 住所
********************************************************/
.ft-info {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  border-top: 2px solid #ffffff;
  font-size: 1.4rem;
}

.ft-info__logo {
  width: 170px;
}

.ft-info__address {
  padding: 0 25px;
}

.ft-info__address > img {
  max-width: 350px;
  margin-bottom: 1em;
}

.ft-info__address > div {
  position: relative;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .ft-info {
    border-top: none;
    font-size: 1.2rem;
  }
}

/********************************************************
    コピーライト
********************************************************/
.ft-copy {
  padding: 5px 0 5px;
  background-color: #319041;
  color: #ffffff;
}

.ft-copy__text {
  text-align: center;
}

a.hover-fade {
  transition: opacity 300ms;
}

a.hover-fade:hover {
  opacity: 0.7;
}

a.hover-txt {
  transition: color 300ms;
}

a.hover-txt:hover {
  color: #319041;
}

/* ======================================================

    トップへ戻るボタン project.scss

====================================================== */
.btn-page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background: #319041;
  border-radius: 32px;
  z-index: 10;
  transition: all 300ms ease;
  opacity: 0;
  pointer-events: none;
}

.btn-page-top span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

.btn-page-top span:before {
  display: block;
  margin-bottom: -5px;
  content: "\e903";
  font-size: 26px;
}

.btn-page-top.is-scroll {
  position: absolute;
  top: -32px;
  bottom: auto;
}

.btn-page-top.is-show {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .btn-page-top {
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .btn-page-top.is-scroll {
    position: absolute;
    top: -25px;
    bottom: auto;
  }
}

/* ======================================================

    ローディング画面 | TOP

====================================================== */
.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1090;
  /* quinticEaseOut */
  animation: loading-01 1.8s cubic-bezier(0.23, 1, 0.32, 1) 1.5s forwards;
}

.loading.is-animation-end {
  display: none;
}

.loading__inner:before,
.loading__inner:after {
  content: '';
  display: block;
  height: 100vh;
  top: 0;
  left: 0;
}

.loading__inner:before {
  width: 100%;
  background-color: #319041;
  position: absolute;
}

.loading__inner:after {
  /*width: 0;
    background: #3DAE2B url("../images/bg_grid.png") 25px 25px repeat;
    background-size: 50px;
    position: absolute;*/
  /* quinticEaseOut */
  /*animation: loading-02 1s cubic-bezier(0.23, 1, 0.32, 1) 0.8s forwards;*/
}

.loading__logo {
  width: 314px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .loading__logo {
    width: 58%;
    max-width: 314px;
  }
}

/*@keyframes loading-01 { 0% { left: 0 } 100% { left: 100% } }*/
@keyframes loading-01 {
  0% {
    top: 0;
  }
  100% {
    top: -100vh;
  }
}

@keyframes loading-02 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* ======================================================

    サポートボタン
    製品についてのお問い合わせはこちら
    製品詳細、カタログなどの資料請求はお気軽にお問い合わせください

====================================================== */
.p-btn-support {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 540px;
  height: 144px;
  padding: 0 7px;
  margin: 0 auto 35px;
  border-radius: 72px;
  background-color: #ffffff;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2);
  color: inherit;
}

.p-btn-support__icon {
  width: 130px;
  border-radius: 50%;
  box-shadow: inherit;
  overflow: hidden;
}

.p-btn-support__text {
  padding: 0 10px;
  color: #000000;
}

.p-btn-support__text > p:first-child {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.29;
}

.p-btn-support__text--type2 > p:first-child {
  font-size: 1.8rem;
  line-height: 1.42;
}

.p-btn-support__sub {
  margin-top: 0.5em;
  font-size: 1.7rem;
  line-height: 1.5;
}

.p-btn-support:after {
  position: absolute;
  content: '';
  display: block;
  right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 21px;
  border-color: transparent transparent transparent #3fa9f5;
}

@media screen and (max-width: 767px) {
  .p-btn-support {
    max-width: 330px;
    height: 88px;
    padding: 0 5px;
    border-radius: 44px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .p-btn-support__icon {
    width: 78px;
  }
  .p-btn-support__text {
    padding: 0 10px 0 5px;
  }
  .p-btn-support__text > p:first-child {
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .p-btn-support__text--type2 > p:first-child {
    font-size: 1.3rem;
  }
  .p-btn-support__sub {
    margin: -20px 0 30px;
    text-align: center;
  }
  .p-btn-support:after {
    right: 15px;
    border-width: 9px 0 9px 13px;
  }
}

/* ======================================================

    ライセンス表記

====================================================== */
.p-licence-attention {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-licence-attention {
    font-size: 1.2rem;
  }
}

/* ======================================================

    PRODUCTS | 製品紹介
    .sec-prod

====================================================== */
/*common.css*/
.sec-prod__lead {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}

.sec-prod .c-row {
  margin-right: -20px;
  margin-left: -20px;
}

.sec-prod .c-row > [class*="c-col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .sec-prod .c-row {
    margin-right: -6px;
    margin-left: -6px;
  }
  .sec-prod .c-row > [class*="c-col-"] {
    padding-right: 6px;
    padding-left: 6px;
  }
}

/********************************************************
    .p-link-prod
********************************************************/
.p-link-prod {
  position: relative;
  display: block;
  color: inherit;
}

.p-link-prod__svg-wrap {
  position: relative;
}

.p-link-prod__svg-wrap:before {
  content: '';
  display: block;
  padding-bottom: 65%;
}

.p-link-prod svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.p-link-prod__img {
  /*transform: scale(1);
    transform-origin: 50% 50%;
    transition: 600ms all cubic-bezier(0.165, 0.84, 0.44, 1);*/
}

.p-link-prod:hover .p-link-prod__img {
  /*transform: scale(1.1);*/
}

.p-link-prod__icon {
  position: absolute;
  width: 16.66%;
  height: auto;
  top: 0;
  left: 0;
}

.p-link-prod__inner {
  padding: 28px 28px;
  background-color: #ffffff;
  text-align: center;
}

.p-link-prod__title {
  max-width: 234px;
  margin: 0 auto;
  margin-bottom: 1em;
  line-height: 1;
}

.p-link-prod__text {
  font-size: 1.35rem;
}

@media screen and (max-width: 767px) {
  .p-link-prod__inner {
    padding: 10px;
  }
  .p-link-prod__title {
    margin-bottom: 10px;
  }
  .p-link-prod__text {
    font-size: 1.0rem;
  }
}

/* ======================================================

    お知らせ

====================================================== */
.p-notice {
  display: flex;
  font-weight: bold;
}

.p-notice__title {
  width: 150px;
  padding: 2px 10px;
  background-color: #d10037;
  color: #ffffff;
}

.p-notice__text {
  position: relative;
  flex-grow: 1;
  padding: 2px 10px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  color: #000000;
}

.p-notice__text a {
  display: block;
}

.p-notice__text a::before {
  position: absolute;
  display: block;
  content: '\e90a';
  font-size: 2.2rem;
  font-weight: bold;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #d10037;
}

@media screen and (max-width: 767px) {
  .p-notice {
    display: block;
    font-size: 1.0rem;
  }
  .p-notice__title {
    width: 64px;
    padding: 4px 0;
    text-align: center;
  }
  .p-notice__text {
    padding: 4px 10px;
  }
}

/* ======================================================

    新機能紹介

====================================================== */
.p-link-feature {
  position: relative;
  display: block;
  padding: 2px 10px 3px;
  border-radius: 6px;
  background-color: #319041;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.p-link-feature::before {
  position: absolute;
  display: block;
  content: '\e90a';
  font-size: 2.2rem;
  font-weight: bold;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-link-feature {
    font-size: 1.6rem;
  }
}

/* ======================================================

    youtube 動画

====================================================== */
.p-movie {
  padding: 15px 15px 30px 15px;
  background: repeating-linear-gradient(#fff, #fff 1px, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0.8) 5px);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.16);
}

.p-movie__title {
  margin-bottom: 10px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}

.p-movie__inner {
  max-width: 600px;
  margin: 0 auto;
}

.p-movie__youtube {
  position: relative;
  padding-top: 56.25%;
}

.p-movie__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ======================================================

    アンカータブ

====================================================== */
.p-anchor-wrap {
  padding-top: 45px;
}

.p-anchor {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.p-anchor__item {
  position: relative;
  margin: 0 10px 30px 10px;
  flex: 1 1 auto;
}

.p-anchor__item a {
  display: block;
  padding: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #00b88e;
  transition: color 300ms;
}

.p-anchor__item a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.3);
  transition: background 300ms;
}

.p-anchor__item span {
  position: relative;
  z-index: 1;
}

.p-anchor__item a:hover {
  color: #ffffff;
}

.p-anchor__item a:hover::before {
  background-color: #00a99d;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .p-anchor {
    display: block;
  }
  .p-anchor__item {
    margin: 0 10px 10px 10px;
  }
}

/* ======================================================

    デバッグ用

====================================================== */
.p-debug {
  position: absolute;
  top: 110px;
  left: 10px;
  min-width: 200px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 1.2rem;
}

.p-debug p {
  background-color: #000000;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
}

.p-debug a {
  text-decoration: underline;
}

.u-txt-bold {
  font-weight: bold;
}

.u-txt-underline {
  text-decoration: underline;
}

/********************************************************
    
    flex-grid:| sm  | md  | lg  |  xl  |
    min-width:| 576 | 768 | 992 | 1200 |
    max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
.u-txt-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

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

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

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

.u-txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1199px) {
  .u-txt-left--lg {
    text-align: left !important;
  }
}

@media screen and (max-width: 991px) {
  .u-txt-left--md {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-txt-left--sm {
    text-align: left !important;
  }
}

@media screen and (max-width: 575px) {
  .u-txt-left--xs {
    text-align: left !important;
  }
}

/********************************************************
    Utility: display
********************************************************/
.u-dn {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

@media screen and (max-width: 1199px) {
  .u-dn--lg {
    display: none !important;
  }
  .u-d-i--lg {
    display: inline !important;
  }
  .u-d-ib--lg {
    display: block !important;
  }
  .u-d-b--lg {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .u-dn--md {
    display: none !important;
  }
  .u-d-i--md {
    display: inline !important;
  }
  .u-d-ib--md {
    display: block !important;
  }
  .u-d-b--md {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-dn--sm {
    display: none !important;
  }
  .u-d-i--sm {
    display: inline !important;
  }
  .u-d-ib--sm {
    display: inline-block !important;
  }
  .u-d-b--sm {
    display: block !important;
  }
}

@media screen and (max-width: 575px) {
  .u-dn--xs {
    display: none !important;
  }
  .u-d-i--xs {
    display: inline !important;
  }
  .u-d-ib--xs {
    display: inline-block !important;
  }
  .u-d-b--xs {
    display: block !important;
  }
}

/********************************************************
    Utility: margin-bottom
********************************************************/
.u-mb-10r {
  margin-bottom: 10px;
}

.u-mb-20r {
  margin-bottom: 20px;
}

.u-mb-30r {
  margin-bottom: 30px;
}

.u-mb-40r {
  margin-bottom: 40px;
}

.u-mb-46r {
  margin-bottom: 46px;
}

.u-mb-50r {
  margin-bottom: 50px;
}

.u-mb-60r {
  margin-bottom: 60px;
}

.u-mb-70r {
  margin-bottom: 70px;
}

.u-mb-80r {
  margin-bottom: 80px;
}

.u-mb-90r {
  margin-bottom: 90px;
}

.u-mb-100r {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-mb-10r {
    margin-bottom: 5px;
  }
  .u-mb-20r {
    margin-bottom: 10px;
  }
  .u-mb-30r {
    margin-bottom: 15px;
  }
  .u-mb-40r {
    margin-bottom: 20px;
  }
  .u-mb-46r {
    margin-bottom: 23px;
  }
  .u-mb-50r {
    margin-bottom: 25px;
  }
  .u-mb-60r {
    margin-bottom: 30px;
  }
  .u-mb-70r {
    margin-bottom: 35px;
  }
  .u-mb-80r {
    margin-bottom: 40px;
  }
  .u-mb-90r {
    margin-bottom: 45px;
  }
  .u-mb-100r {
    margin-bottom: 50px;
  }
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

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

.u-mb-30 {
  margin-bottom: 30px;
}

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

.u-mb-46 {
  margin-bottom: 46px;
}

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

.u-mb-60 {
  margin-bottom: 60px;
}

.u-mb-70 {
  margin-bottom: 70px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-mb-90 {
  margin-bottom: 90px;
}

.u-mb-100 {
  margin-bottom: 100px;
}

.u-flex {
  display: flex;
}

.u-ml-1em {
  margin-left: 1em;
}

.u-ml-2em {
  margin-left: 2em;
}

.u-mr-1em {
  margin-right: 1em;
}

.u-mr-2em {
  margin-right: 2em;
}

.u-mt-1em {
  margin-top: 1em;
}

.u-mt-2em {
  margin-top: 1em;
}

.u-mb-1em {
  margin-bottom: 1em;
}

.u-mb-2em {
  margin-bottom: 1em;
}

/********************************************************
    	annotation
********************************************************/
.annotation{
	padding:2px 0;
	text-indent : -1em;
	padding-left : 1em;
	font-size: 1.4rem;
}

.annotation.center{
	margin:0 auto;
}

.annotation.w60{
	width:60%;
}

.annotation.w70{
	width:70%;
}

.annotation.w80{
	width:80%;
}

.annotation.w90{
	width:90%;
}

.annotation.w100{
	width:100%;
}

.annotation.pt-10{
	margin-top:-10px;
}

.annotation.pt-20{
	margin-top:-20px;
}

.annotation.pt10{
	padding-top:10px;
}

.annotation.pt20{
	padding-top:20px;
}

.annotation.pt30{
	padding-top:30px;
}

.annotation.pt40{
	padding-top:40px;
}

.annotation.pt50{
	padding-top:50px;
}

.annotation.pb10{
	padding-bottom:10px;
}

.annotation.pb20{
	padding-bottom:20px;
}

.annotation.pb30{
	padding-bottom:30px;
}

.annotation.pb40{
	padding-bottom:40px;
}

.annotation.pb50{
	padding-bottom:50px;
}

.annotation.c_white{
	color:#fff;
}

@media screen and (max-width: 767px) {
	.annotation.w60,
	.annotation.w70,
	.annotation.w80,
	.annotation.w90{
		width:100%;
	}
}