@charset "UTF-8";
/* common
====================================================== */
/* Max-w
-------------------------- */
/* Min-w
-------------------------- */
/* IE hack
-------------------------- */
/* Foundation
====================================================== */
/* Layout
====================================================== */
/* Object - Component
* 汎用的なパーツ
====================================================== */
/* 均等分割レイアウト(パターンA)
-------------------------- */
.c-column-a {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .c-column-a {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .c-column-a {
    margin-top: 20px;
  }
}

.c-column-a.c-column-a--border .col {
  position: relative;
}

.c-column-a .col {
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-column-a .col {
    width: 100%;
    margin-top: 20px;
  }
}

.c-column-a .col .ttl-a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .c-column-a .col .ttl-a {
    font-size: 3.0rem;
  }
}

/* 2column
-------------------------- */
@media screen and (min-width: 768px) {
  .c-column-a.c-column-a--2col.c-column-a--border .col:not(:nth-child(2n))::after {
    display: block;
    content: "";
    height: 100%;
    border-right: solid 1px rgba(155, 155, 155, 0.5);
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-column-a.c-column-a--2col .c-column-a--2col__col:nth-child(2n) {
    padding-left: 3.125%;
  }
  .c-column-a.c-column-a--2col .c-column-a--2col__col:nth-child(2n+1) {
    padding-right: 3.125%;
  }
  .c-column-a.c-column-a--2col .c-column-a--2col__col:nth-child(n+3) {
    margin-top: 40px;
  }
  .c-column-a .c-column-a--2col__col {
    width: 50%;
  }
}

/* 3column
-------------------------- */
@media screen and (min-width: 768px) {
  .c-column-a.c-column-a--3col.c-column-a--border .col:not(:nth-child(3n))::after {
    display: block;
    content: "";
    height: 100%;
    border-right: solid 1px rgba(155, 155, 155, 0.5);
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-column-a.c-column-a--3col .c-column-a--3col__col:nth-child(3n) {
    padding-left: 2.734375%;
  }
  .c-column-a.c-column-a--3col .c-column-a--3col__col:nth-child(3n+1) {
    padding-right: 2.734375%;
  }
  .c-column-a.c-column-a--3col .c-column-a--3col__col:nth-child(3n+2) {
    width: 35.15625%;
    padding: 0 2.734375%;
  }
  .c-column-a .c-column-a--3col__col {
    width: 32.421875%;
  }
}

/*  均等分割レイアウト(パターンB)
-------------------------- */
@media only screen and (max-width: 767px) {
  .lyt-col-a.diff-tab-col2 {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .lyt-col-a.diff-tab-col2 > * {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .lyt-col-a[class*=diff-tab-col2].diff-margin-a > * {
    margin-left: -8px;
    padding-left: 8px;
  }
}

@media only screen and (max-width: 480px) {
  .lyt-col-a.diff-sp-col1 {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .lyt-col-a.diff-sp-col1 > * {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .lyt-col-a[class*=diff-sp-col1].diff-margin-a > * {
    margin-left: 0;
    padding-left: 0;
  }
}

/*
 グロナビ
-------------------------- */
@media screen and (min-width: 1151px) {
  .c-nav-header-wrap {
    min-height: 60px;
  }
  .c-nav-header > ul {
    min-height: 60px;
  }
}

.c-nav-header-wrap .p-nav-header__di-sp {
  display: block;
}

@media screen and (max-width: 1150px) {
  .c-nav-header-wrap .p-nav-header__di-sp {
    display: inline;
  }
}

@media only screen and (min-width: 1151px) {
  .c-nav-header.p-nav-header .p-nav-header__min-h-66 {
    min-height: 66px;
  }
}

.c-nav-header > ul > li > a.toggle-hook:before {
  display: none;
}

.c-nav-header > ul > li > a.toggle-hook.toggle-hook--bf-a:before {
  display: block;
  position: absolute;
  content: "";
  transition: -webkit-transform .2s;
  transition: transform .2s;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .c-nav-header > ul > li > a.toggle-hook.toggle-hook--bf-a:before {
    border-color: #fff;
    transform: rotate(135deg);
  }
}

@media screen and (max-width: 767px) {
  .c-nav-header > ul > li.is-close a.toggle-hook.toggle-hook--bf-a::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .c-nav-header > ul > li.is-open a.toggle-hook.toggle-hook--bf-a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.p-nav-header > ul > li > a.toggle-hook {
  padding-right: 0;
}

.c-nav-header > ul:before {
  left: 0;
  background-color: #ccc;
  z-index: 3;
}

.c-nav-header > ul:before, .c-nav-header > ul > li > a:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  width: 1px;
  height: 28px;
  margin-top: -14px;
}

.c-nav-header > ul > li > a:after {
  right: 0;
  background: #ccc;
}

@media screen and (max-width: 767px) {
  .c-nav-header > ul:before, .c-nav-header > ul > li > a:after {
    content: none;
  }
}

[data-script-enabled=true] .c-nav-header > ul > li.w10-6p {
  width: 10.666%;
}

[data-script-enabled=true] .c-nav-header > ul > li.w22-6p {
  width: 22.666%;
}

[data-script-enabled=true] .c-nav-header > ul > li.w20-6p {
  width: 20.666%;
}

[data-script-enabled=true] .c-nav-header > ul > li.w12-6p {
  width: 12.666%;
}

[data-script-enabled=true] .c-nav-header > ul > li.w14-6p {
  width: 14.666%;
}

@media only screen and (max-width: 1150px) {
  [data-script-enabled=true] .c-nav-header > ul > li.w10-6p,
  [data-script-enabled=true] .c-nav-header > ul > li.w22-6p,
  [data-script-enabled=true] .c-nav-header > ul > li.w20-6p,
  [data-script-enabled=true] .c-nav-header > ul > li.w12-6p,
  [data-script-enabled=true] .c-nav-header > ul > li.w14-6p {
    width: 100%;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header {
    display: block;
    position: relative;
    max-width: 1280px;
    width: 100%;
    z-index: 100;
    margin: 0 auto;
  }
  [data-script-enabled=true] .c-nav-header {
    padding: 0 4px;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header.js-fixed {
    position: inherit;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header.is-open {
    display: block !important;
  }
}

@media only screen and (min-width: 1151px) {
  .c-nav-header.is-close {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header-wrap + .c-lyt-visual-b {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header__child-label {
    display: none;
  }
}

@media only screen and (min-width: 1151px) {
  .p-nav-header .c-nav-header__child-label a {
    padding-right: 0;
    padding-left: 20px;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .p-nav-header .c-nav-header__child-label a::before {
    top: 5px;
    right: auto;
    left: 0;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header__child-wrap {
    padding: 0;
    display: block !important;
    top: 0;
    background: 0;
  }
  [data-script-enabled=true] .c-nav-header__child-wrap {
    position: relative;
  }
}

@media only screen and (min-width: 1151px) {
  .c-nav-header__child {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    margin-top: -4px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1151px) {
  .c-nav-header__child li {
    margin-top: 4px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header__child li {
    width: 100%;
  }
}

@media only screen and (min-width: 1151px) {
  .c-nav-header__child a {
    display: inline-block;
    flex: none;
    font-size: 1.4rem;
    max-width: 100%;
    padding-left: 20px;
  }
  .p-nav-header .c-nav-header__child a {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header__child a {
    padding: 13px 32px 12px 33px;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header__child a:hover {
    background-color: #4d4d4d;
  }
}

@media only screen and (min-width: 1151px) {
  .c-nav-header__child a::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: -5px 14px 0 -23px;
    vertical-align: middle;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header__child a::before {
    width: 8px;
    height: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .c-nav-header__child .c-nav-header__child-li-a {
    padding-left: 0;
  }
  .c-nav-header__child-li-a a {
    flex: 1;
  }
  .is-close .c-nav-header__child-li-a a {
    display: none;
  }
}

@media only screen and (min-width: 1151px) {
  [data-script-enabled=true] .c-nav-header > ul {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header > ul {
    min-height: auto;
    width: 100%;
    left: 0;
    top: 100%;
    background: rgba(64, 64, 64, 0.96);
  }
  [data-script-enabled=true] .c-nav-header > ul {
    position: absolute;
    display: block;
    flex-flow: column;
    height: auto;
  }
}

@media only screen and (max-width: 1150px) {
  [data-script-enabled=true] .c-nav-header > ul > li {
    flex-flow: column;
    width: 100%;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header > ul > li.js-hover a {
    transition: none;
    padding: 11px 32px 11px 16px;
    border-bottom: 1px solid #c6c6c0;
    color: #fff;
    background: 0;
  }
}

@media only screen and (min-width: 1151px) {
  .c-nav-header > ul > li.js-hover a.toggle-hook::before {
    transform: rotate(-45deg);
  }
}

@media only screen and (min-width: 1151px) {
  .c-nav-header > ul > li.is-current > a {
    background-color: #fff;
    color: #000;
  }
}

@media only screen and (min-width: 1151px) {
  .c-nav-header > ul > li.is-current > a.toggle-hook::before {
    border-color: #000;
  }
}

@media only screen and (min-width: 1151px) {
  .c-nav-header > ul > li.is-current.js-hover > a.toggle-hook::before {
    transform: rotate(-45deg);
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header > ul > li > a {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1151px) {
  .c-nav-header > ul > li > a.toggle-hook {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header > ul > li > a.toggle-hook {
    transition: background .2s;
    display: flex !important;
  }
}

@media only screen and (min-width: 1151px) {
  .c-nav-header > ul > li > a.toggle-hook::before {
    border-color: #fff;
    transform: rotate(135deg);
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header > ul > li.active > a {
    transition: none;
    padding: 11px 32px 11px 16px;
    border-bottom: 1px solid #c6c6c0;
    color: #fff;
    background: 0;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header > ul > li.is-open > a {
    color: #fff;
    background: #a30b1a;
  }
  .c-nav-header > ul > li.is-open > a::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header > ul > li.is-open a.toggle-hook::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header > ul > li.is-close a.toggle-hook::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header > ul > li a {
    padding: 11px 32px 11px 16px;
    border-bottom: 1px solid #c6c6c0;
    color: #fff;
    background: 0;
  }
  .c-nav-header > ul > li a::before {
    display: block;
    position: absolute;
    content: "";
    transition: -webkit-transform .2s;
    transition: transform .2s;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media only screen and (min-width: 768px) {
  [data-script-enabled=true] .c-nav-header__menu-btn {
    display: block;
  }
}

@media only screen and (min-width: 1151px) {
  [data-script-enabled=true] .c-nav-header__menu-btn {
    display: none;
  }
}

@media only screen and (max-width: 1150px) {
  .c-nav-header > ul:before {
    display: none;
  }
  .c-nav-header > ul > li > a:after {
    display: none;
  }
}

@media only screen and (min-width: 1150px) {
  .close-btn-relative .close-btn-intellectualproperty {
    position: absolute;
    top: 20px;
    right: 26px;
  }
  .close-btn-relative .close-btn-intellectualproperty span {
    width: 18px;
    height: 18px;
    display: block;
  }
  .close-btn-relative .close-btn-intellectualproperty::before {
    display: block;
    position: absolute;
    content: "";
    right: -2px;
    top: 8px;
    width: 23px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .close-btn-relative .close-btn-intellectualproperty::after {
    display: block;
    position: absolute;
    content: "";
    left: 8px;
    top: -3px;
    width: 2px;
    height: 23px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media only screen and (max-width: 1150px) {
  .close-btn-intellectualproperty {
    display: none;
  }
}

/* Link Collection
-------------------------- */
.diff-bg-intellectualproperty .c-list-link-b-wrapper {
  background: #f3f3f3;
}

.diff-bg-intellectualproperty .c-list-link-b-wrapper .c-list-link-b-wrapper__btn-wrapper {
  border-bottom: 1px solid #c6c6c0;
  padding-bottom: 16px;
}

.diff-bg-intellectualproperty .c-list-link-b-wrapper .list-link-b > li ul:first-child {
  border: none;
}

.diff-bg-intellectualproperty .c-list-link-b-wrapper__list-link-a[class*=diff-col] > li {
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .diff-bg-intellectualproperty .c-list-link-b-wrapper__list-link-a[class*=diff-col] > li {
    padding-left: 0;
  }
}

/* お問い合わせ
-------------------------- */
/* Call To Action(main content) */
.c-lyt-contact-a .c-list-contact-a {
  width: 100%;
  margin-left: 0;
}

.c-lyt-contact-a .c-list-contact-a > li {
  width: 50%;
  padding: 2vw;
}

@media screen and (max-width: 768px) {
  .c-lyt-contact-a .c-list-contact-a > li {
    width: inherit;
    padding: 0;
  }
}

.c-lyt-contact-a .c-list-contact-a > li:first-child {
  border-right: 1px solid #c6c6c0;
}

@media screen and (max-width: 768px) {
  .c-lyt-contact-a .c-list-contact-a > li:first-child {
    border-right: none;
    border-bottom: 1px solid #c6c6c0;
  }
}

.c-lyt-contact-a .c-list-contact-a > li .c-type-form {
  font-weight: bold;
  font-size: 2.5rem;
}

.c-lyt-contact-a .c-list-contact-a > li .c-type-form::before {
  content: "";
  background: url(data:image/gif;base64,R0lGODlhHgAeAMQRAPnw8dyjqcVmb+Kyt9eUmvPg4vTh464pNst1fsBXYbQ4RKgZJ+7R1OjCxrpHU9GFjKMLGv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABEALAAAAAAeAB4AAAXbYCSOZGmOQDCcbCsCCgQJbo3G8mzXzJLLiN0JFuj9HIWHcslsKgcwWdEncxx+2CxEYcBJjQuGdrztZosHRiSncLjfcEfCrF2Jco1aVBse4V17WX1+MnksgViDhBCGJog/iouNJI85YTQlfyWVMpcQJpo3Y56fmYWUXokMDTmgpyMFVKoRrDKujCMEU7O0raa4IggQu51qIrWlJKEOXz6RyLeNP2jGI9C/hgVYdiXXyq8NDgIPDQAs3pJCx77fwELodzJtcfRwXrdk+bYlqfpamJQIOBk4kIC5EiEAADs=) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 12px;
}

.c-lyt-contact-a .c-list-contact-a li.p-type-tel .p-contact-inner::before {
  background-position: -126px 47px;
}

/* CTA Link Follow Type */
/* .c-list-order-a
-------------------------- */
.list-order-a.c-list-order-a > li::before {
  font-weight: bold;
}

/*.c-list-news
---------------------------------------*/
.c-list-news.c-list-news--bd-bottom-none li {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .c-list-news .c-list-news__date-w-120 {
    min-width: 120px;
  }
}

/* Object - Project
* 特定用途のためのパーツ
====================================================== */
/* トップページ　見出し
---------------------------------------- */
/* 見出し
-------------------------- */
h3.p-hdg-a {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

/* .p-lyt-bg-image
-------------------------- */
/* h-640
----------- */
.main-contents .p-lyt-bg-image-h-640 {
  height: 640px;
}

@media screen and (max-width: 767px) {
  .main-contents .p-lyt-bg-image-h-640 {
    padding-top: 40px;
  }
}

.main-contents .p-lyt-bg-image-h-640 .p-lyt-bg-image-h-640__visual {
  height: 640px;
}

.main-contents .p-lyt-bg-image-h-640 .p-lyt-bg-image-h-640__img {
  height: 640px;
}

/* h-776
----------- */
.main-contents .p-lyt-bg-image-h-640.p-lyt-bg-image-h-776 {
  height: 776px;
}

@media screen and (max-width: 767px) {
  .main-contents .p-lyt-bg-image-h-640.p-lyt-bg-image-h-776 {
    padding-top: 40px;
  }
}

.main-contents .p-lyt-bg-image-h-640.p-lyt-bg-image-h-776 .p-lyt-bg-image-h-776__visual {
  height: 776px;
}

.main-contents .p-lyt-bg-image-h-640.p-lyt-bg-image-h-776 .p-lyt-bg-image-h-776__img {
  height: 776px;
}

/* ----------- */
.main-contents .p-lyt-bg-image-h-640 .p-lyt-bg-image-h-640__img.p-lyt-bg-image__img--center {
  width: auto;
  height: 100%;
  max-width: inherit;
  min-width: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-contents .p-lyt-bg-image-h-640 .p-lyt-bg-image-h-640__container {
  padding: 0;
}

.main-contents .p-lyt-bg-image-h-640 .p-lyt-bg-image-h-640__text-box {
  max-width: 700px;
}

.c-lyt-bg-image__text-box.p-lyt-bg-image__text-box-fz-16 {
  font-size: 1.6rem;
}

.main-contents .p-lyt-bg-image-h-640 .p-lyt-bg-image__text-box--right {
  padding: 0 3% 0 50%;
}

@media screen and (max-width: 1100px) {
  .main-contents .p-lyt-bg-image-h-640 .p-lyt-bg-image__text-box--right {
    padding: 0 3%;
    max-width: 700px;
  }
}

.main-contents .p-lyt-bg-image-h-640 .p-lyt-bg-image-h-640__mt-16 {
  margin-top: 16px !important;
}

.main-contents .p-lyt-bg-image-h-640 p + [class^=list-] {
  margin-top: 40px !important;
}

/* 共創に向けた知財活用の取り組み
---------------------------------------- */
/* .p-list-article-a
-------------------------- */
.p-list-article-a .p-list-article-a__title {
  min-height: auto;
  margin-bottom: 8px;
}

.p-list-article-a .p-list-article-a__category-list {
  margin-left: 0;
}

@media screen and (min-width: 481px) {
  .p-list-article-a .p-list-article-a__date-mt-pc-26 {
    margin-top: 26px;
  }
}

@media screen and (min-width: 481px) {
  .p-list-article-a__bd-pc-a {
    border: solid 1px #ccc;
  }
}

@media screen and (max-width: 480px) {
  .p-list-article-a__bd-sp-a {
    border: solid 1px #ccc;
  }
}

/* .p-list-documents-a
-------------------------- */
.p-list-documents-a .p-list-documents-a__item {
  display: block;
}

.p-list-documents-a .p-list-documents-a__contents {
  margin-left: 0;
}

/* ブランドと商標 / デザインと意匠
---------------------------------------- */
/* .p-column-brand-a
-------------------------- */
@media screen and (min-width: 768px) {
  .c-column-a.p-column-brand-a.c-column-a--2col .c-column-a--2col__col:nth-child(2n) {
    padding-left: 1%;
  }
}

@media screen and (min-width: 768px) {
  .c-column-a.p-column-brand-a.c-column-a--2col .c-column-a--2col__col:nth-child(2n+1) {
    padding-right: 1%;
  }
}

.c-column-a .p-column-brand-a__label {
  position: relative;
}

.c-column-a .p-column-brand-a__label .p-column-brand-a__label-txt-a {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #a30b1a;
  color: #fff;
  padding: 4px 16px;
}

.c-column-a .p-column-brand-a__contents {
  border: 1px solid #c6c6c0;
  padding: 16px;
}

.c-column-a .p-column-brand-a__hdg {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 16px;
}

/* Object - Utility
* 各種ヘルパークラス
====================================================== */
.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-flex {
  display: flex !important;
}

.u-flex-jc-fs {
  justify-content: flex-start !important;
}

.u-flex-jc-fe {
  justify-content: flex-end !important;
}

.u-flex-jc-between {
  justify-content: space-between !important;
}

.u-flex-jc-around {
  justify-content: space-around !important;
}

.u-flex-jc-center {
  justify-content: center !important;
}

.u-flex-ai-fs {
  align-items: flex-start !important;
}

.u-flex-ai-fe {
  align-items: flex-end !important;
}

.u-flex-ai-center {
  align-items: center !important;
}

.u-flex-wrap {
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  flex-wrap: nowrap !important;
}

.u-flex-row {
  flex-direction: row !important;
}

.u-flex-row-r {
  flex-direction: row-reverse !important;
}

.u-flex-column {
  flex-direction: column !important;
}

.u-flex-column-r {
  flex-direction: column-reverse !important;
}

.u-lh-10 {
  line-height: 1 !important;
}

@media screen and (max-width: 768px) {
  .u-flex-jc-fs-tab {
    justify-content: flex-start !important;
  }
  .u-flex-jc-fe-tab {
    justify-content: flex-end !important;
  }
  .u-flex-jc-between-tab {
    justify-content: space-between !important;
  }
  .u-flex-jc-around-tab {
    justify-content: space-around !important;
  }
  .u-flex-jc-center-tab {
    justify-content: center !important;
  }
  .u-flex-ai-fs-tab {
    align-items: flex-start !important;
  }
  .u-flex-ai-fe-tab {
    align-items: flex-end !important;
  }
  .u-flex-ai-center-tab {
    align-items: center !important;
  }
  .u-flex-wrap-tab {
    flex-wrap: wrap !important;
  }
  .u-flex-nowrap-tab {
    flex-wrap: nowrap !important;
  }
  .u-flex-row-tab {
    flex-direction: row !important;
  }
  .u-flex-row-r-tab {
    flex-direction: row-reverse !important;
  }
  .u-flex-column-tab {
    flex-direction: column !important;
  }
  .u-flex-column-r-tab {
    flex-direction: column-reverse !important;
  }
}

@media screen and (max-width: 480px) {
  .u-flex-jc-fs-sp {
    justify-content: flex-start !important;
  }
  .u-flex-jc-fe-sp {
    justify-content: flex-end !important;
  }
  .u-flex-jc-between-sp {
    justify-content: space-between !important;
  }
  .u-flex-jc-around-sp {
    justify-content: space-around !important;
  }
  .u-flex-jc-center-sp {
    justify-content: center !important;
  }
  .u-flex-ai-fs-sp {
    align-items: flex-start !important;
  }
  .u-flex-ai-fe-sp {
    align-items: flex-end !important;
  }
  .u-flex-ai-center-sp {
    align-items: center !important;
  }
  .u-flex-wrap-sp {
    flex-wrap: wrap !important;
  }
  .u-flex-nowrap-sp {
    flex-wrap: nowrap !important;
  }
  .u-flex-row-sp {
    flex-direction: row !important;
  }
  .u-flex-row-r-sp {
    flex-direction: row-reverse !important;
  }
  .u-flex-column-sp {
    flex-direction: column !important;
  }
  .u-flex-column-r-sp {
    flex-direction: column-reverse !important;
  }
}

@media screen and (max-width: 480px) {
  .u-lh-sp-15 {
    line-height: 1.5 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-w-pc-100px {
    width: 100px !important;
  }
  .u-w-pc-200px {
    width: 200px !important;
  }
  .u-w-pc-300px {
    width: 300px !important;
  }
  .u-w-pc-400px {
    width: 400px !important;
  }
  .u-w-pc-500px {
    width: 500px !important;
  }
  .u-w-pc-600px {
    width: 600px !important;
  }
  .u-w-pc-700px {
    width: 700px !important;
  }
  .u-w-pc-800px {
    width: 800px !important;
  }
  .u-w-pc-900px {
    width: 900px !important;
  }
  .u-w-pc-1000px {
    width: 1000px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-movie-pt-pc-40p {
    padding-top: 40% !important;
  }
}

/* haloworld
---------------------------------------- */
.bethere {
  text-align: center;
}

.bethere .bethere-inner {
  display: inline-block;
  padding: 1px 20px;
  background: #d8d7d7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d8d7d7 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d8d7d7 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d8d7d7 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bethere .bethere-inner .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
}

.bethere .bethere-inner .img {
  display: flex;
}

.bethere .bethere-inner .img > div + div {
  margin-left: 12px;
}

.bethere .bethere-inner .txt {
  background: #767171;
  color: #fff;
  text-align: left;
}

.bethere .bethere-inner .img > div .txt {
  padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
  .bethere .bethere-inner .title {
    display: block;
    margin-bottom: 10px;
  }
  .bethere .bethere-inner .img {
    display: block;
  }
  .bethere .bethere-inner .img img {
    width: 100%;
  }
  .bethere .bethere-inner .img > div + div {
    margin-top: 20px;
    margin-left: 0;
  }
}
