@charset "UTF-8";



.tit_info {
  text-align: center;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .tit_info {
    margin: auto;
    font-size: 30px;
  }
}

.tit_info .nami {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 32px;
}

@media screen and (max-width: 768px) {
  .tit_info .nami {
    width: 22px;
    top: -40px;
  }
}

.tit_info .nami img {
  width: 100%;
}

#page {
  margin-top: 80px;
  line-height: 1.5;
  border-bottom: 3px solid #f5f1eb;
}

@media screen and (max-width: 768px) {
  #page {
    margin-top: 25vw;
    margin-bottom: 6.66667vw;
  }
}

#page .page_container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

#page .page_container .page_inner {
  padding: 30px 0;
}

#page_100 {
  margin-top: 140px;
  line-height: 1.5;
  border-bottom: 3px solid #f5f1eb;
}

@media screen and (max-width: 768px) {
  #page_100 {
    margin-top: 25vw;
    margin-bottom: 6.66667vw;
  }
}

#page_nonetit {
  margin-top: 50px;
  line-height: 1.5;
  border-bottom: 3px solid #f5f1eb;
}

@media screen and (max-width: 768px) {
  #page_nonetit {
    margin-top: 6.66667vw;
    margin-bottom: 6.66667vw;
  }
}

#contact_form {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#contact_form .info_txt {
  font-size: 1.5em;
  padding: 30px 0 0;
  line-height: 1.5;
}

#contact_form .info_link {
  display: inline-block;
  padding: 20px;
  margin: 30px auto;
  text-decoration: underline;
}

#contact_form .contact {
  background: #f5f1eb;
  border-radius: 4px;
  margin: 2em auto;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #contact_form .contact {
    padding-bottom: 10.66667vw;
  }
}

#contact_form .contact .title {
  color: #271411;
  font-size: 18px;
  padding: 30px 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #contact_form .contact .title {
    font-size: 4.8vw;
    padding: 6.66667vw 0;
  }
}

#contact_form .wpcf7-form {
  width: 70%;
  margin: 0 auto;
}

#contact_form .form-title {
  text-align: left;
  font-size: 14px;
  color: #271411;
}

@media screen and (max-width: 768px) {
  #contact_form .form-title {
    font-size: 3.73333vw;
  }
}

#contact_form .form-title.con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  #contact_form .form-title.con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contact_form .form-title.con label {
  width: 120px;
}

@media screen and (max-width: 768px) {
  #contact_form .form-title.con label {
    width: auto;
  }
}

#contact_form .form-title.con p {
  margin-left: 50px;
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  #contact_form .form-title.con p {
    margin: 0;
  }
}

#contact_form .wpcf7-text, #contact_form .wpcf7-textarea {
  width: calc(96% - 2px);
  padding: 1% 2%;
  margin: 8px 0 20px;
  min-width: 96%;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #e2e2e2;
  background: #fffdf8;
  border-radius: 4px;
}

#contact_form .wpcf7-submit, #contact_form .wpcf7-previous {
  width: 120px;
  margin: 10px 0 20px;
  border: 1px solid #447314;
  background: #8dc059;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 8.5px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #contact_form .wpcf7-submit, #contact_form .wpcf7-previous {
    width: 40%;
    margin: 2.66667vw 0 5.33333vw;
    font-size: 3.73333vw;
  }
}

#contact_form .wpcf7-submit:hover, #contact_form .wpcf7-previous:hover {
  background: #6aa436;
}

#contact_form .wpcf7-previous {
  margin: 20px 0 0;
  border: 1px solid #aaa;
  background: #ccc;
}

#contact_form .wpcf7-previous:hover {
  background: #aaa;
}

#contact_form .wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 768px) {
  #contact_form.thanks {
    width: 90%;
  }
}

#article {
  margin-top: 50px;
  line-height: 1.5;
  border-bottom: 3px solid #f5f1eb;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  #article {
    margin-top: 13.33333vw;
    font-size: 3.46667vw;
    text-align: left;
  }
}

#article .article-top {
  width: 100%;
  padding: 100px 0 80px;
  background: #f5f1eb;
}

@media screen and (max-width: 768px) {
  #article .article-top {
    padding: 4vw 0;
  }
}

#article .article-top .article-top-inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #article .article-top .article-top-inner {
    width: 90%;
  }
}

#article .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 40px;
  font-weight: normal;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  #article .title {
    font-size: 6.13333vw;
    margin: 3.2vw 0;
    line-height: 1.2;
  }
}

#article .article-sub-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#article .date {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #article .date {
    font-size: 2.66667vw;
  }
}

#article .cat-name {
  font-size: 12px;
  padding: 4px 15px;
  margin-right: 1.8em;
  border: 1px solid #271411;
}

@media screen and (max-width: 768px) {
  #article .cat-name {
    font-size: 2.66667vw;
    padding: 0.53333vw 2vw;
    margin-right: 1em;
    border-color: rgba(39, 27, 24, 0.8);
  }
}

#article .mgr {
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #article .mgr {
    width: auto;
    margin-left: auto;
    font-size: 2.93333vw;
  }
}

#article .left {
  text-align: left;
}

#article .right {
  text-align: right;
}

#article .center {
  text-align: center;
}

#article .size-12 {
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #article .size-12 {
    font-size: 1.1em;
  }
}

#article .bold {
  font-weight: bold;
}

#article .accent {
  color: #bd0000;
}

#article .inner {
  width: 800px;
  margin: 80px auto 120px;
}

@media screen and (max-width: 768px) {
  #article .inner {
    width: 90%;
    margin: 5.33333vw auto 10.66667vw;
  }
}

#article .inner p {
  margin: 1.5em 0;
}

@media screen and (max-width: 768px) {
  #article .inner p {
    text-align: left;
    margin: 1em 0;
  }
}

#article .inner img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 2em auto;
}

@media screen and (max-width: 768px) {
  #article .inner img {
    width: 100%;
    height: auto;
  }
}

#article .inner h2, #article .inner h3 {
  margin: 3em 0 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #article .inner h2, #article .inner h3 {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 768px) {
  #article .inner .content {
    text-align: left;
    margin-bottom: 3em;
  }
}

#article .inner .contact {
  background: #f6f4f4;
  margin: 4em auto;
  padding: 1px 40px;
  line-height: 1.8;
}

#article .inner .contact span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #article .inner .contact {
    margin: 3em auto 2em;
    padding: 1px 9.33333vw;
  }
  #article .inner .contact span {
    font-size: 1.1em;
  }
}

#article .inner .return {
  position: relative;
  display: block;
  width: 325px;
  padding: 1em 0;
  margin: 0 auto;
  border: 1px solid #271411;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #article .inner .return {
    width: 80%;
    font-size: 3.46667vw;
  }
}

#article .inner .return::before {
  content: "\f054";
  font-family: FontAwesome;
  padding: 0 3em 0 0;
  font-size: 0.8em;
}

#article .inner .return:hover {
  text-decoration: none;
  background: #f5f1eb;
  color: inherit;
}

#article .link {
  display: block;
  width: 270px;
  margin: 2em auto;
  padding: 1em 0;
  border: 1px solid #271411;
  position: relative;
  text-align: center;
}

#article .link:after {
  content: "▶";
  position: absolute;
  top: 18px;
  right: 1.5em;
  font-size: 0.7em;
}

#article .link:hover {
  background: #bd0000;
  text-decoration: none;
  color: #fff;
}

#article table {
  width: 100%;
  margin-bottom: 50px;
}

#article table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #article table td {
    padding: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  #article table td:nth-of-type(1) {
    width: 6em;
  }
}

#article.press .inner .press-info {
  margin: 60px 0;
}

#article.press .inner .press-info .press-tit {
  margin: 20px 0;
}

#article.press .inner .press-info .ceo-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #article.press .inner .press-info .ceo-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#article.press .inner .press-info .ceo-info p {
  margin-top: 0;
  width: calc(100% - 180px - 40px);
}

@media screen and (max-width: 768px) {
  #article.press .inner .press-info .ceo-info p {
    width: 100%;
  }
}

#article.press .inner .press-info .ceo-info img {
  margin: 0;
  width: 180px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #article.press .inner .press-info .ceo-info img {
    width: auto;
    margin: 0 auto;
  }
}

#category {
  margin-top: 50px;
  border-bottom: 3px solid #f5f1eb;
}

#category .top {
  padding: 120px 0;
  background: #F5F1EB;
}

@media screen and (max-width: 768px) {
  #category .top {
    margin-top: 45px;
    padding: 40px 0;
  }
}

#category .top .innerWide {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 12px;
}

#category .top .innerWide img {
  position: absolute;
  right: 0px;
  top: 3px;
  width: 132px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #category .top .innerWide img {
    position: relative;
    margin-top: 15px;
    width: 75px;
    height: auto;
  }
}

#category .top .innerWide .tit {
  line-height: 1.8;
  font-size: 46px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #category .top .innerWide .tit {
    font-size: 23px;
  }
}

#category .top .innerWide .crumb {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #category .top .innerWide .crumb {
    font-size: 10px;
    position: absolute;
    top: -20px;
    left: 14px;
  }
}

#category .top .innerWide .crumb .fa {
  margin: 0 3px;
}

@media screen and (max-width: 768px) {
  #category .top .innerWide .crumb .fa {
    margin: 0 0.8vw;
  }
}

#category .top .innerWide .txt {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #category .top .innerWide .txt {
    font-size: 12px;
  }
}

#category .page_container {
  max-width: 1000px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #category .page_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
    font-size: 3.2vw;
  }
}

#category .page_container #sidebar {
  margin-top: 1.6em;
  width: 180px;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#category .page_container #sidebar .sidebar-tit, #category .page_container #sidebar .widgettitle {
  display: none;
}

#category .page_container #sidebar .cat-select, #category .page_container #sidebar .tag-select {
  display: none;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar .cat-select, #category .page_container #sidebar .tag-select {
    display: block;
  }
  #category .page_container #sidebar .cat-select a, #category .page_container #sidebar .tag-select a {
    pointer-events: none;
  }
  #category .page_container #sidebar .cat-select a, #category .page_container #sidebar .cat-select p, #category .page_container #sidebar .tag-select a, #category .page_container #sidebar .tag-select p {
    position: relative;
    display: block;
    width: 100%;
  }
  #category .page_container #sidebar .cat-select a:after, #category .page_container #sidebar .cat-select p:after, #category .page_container #sidebar .tag-select a:after, #category .page_container #sidebar .tag-select p:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 9px;
    padding-top: 2px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #category .page_container #sidebar .cat-select.open a:after, #category .page_container #sidebar .cat-select.open p:after, #category .page_container #sidebar .tag-select.open a:after, #category .page_container #sidebar .tag-select.open p:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

#category .page_container #sidebar .cat-img {
  width: auto;
  height: 10px;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar .cat-img {
    height: 2.66667vw;
  }
}

#category .page_container #sidebar .tag-img {
  display: none;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar .tag-img {
    width: auto;
    height: 2.66667vw;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar .side-cat-sp {
    text-align: left;
    position: relative;
    width: 48%;
  }
  #category .page_container #sidebar .side-cat-sp .cat-select {
    margin-top: 3.2vw;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: calc(100% - 2px - 2em);
    padding: 0.6em 1em;
  }
}

#category .page_container #sidebar #menu-category {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar #menu-category {
    position: absolute;
    top: 9.33333vw;
    left: 0;
    background: #fff;
    z-index: 1;
    width: 100%;
    margin-top: 8vw;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    display: none;
  }
}

#category .page_container #sidebar #menu-category .menu-item {
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar #menu-category .menu-item {
    margin: 1.33333vw 0;
  }
}

#category .page_container #sidebar #menu-category .menu-item a {
  padding: 15px 0 5px;
  margin-bottom: 1px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar #menu-category .menu-item a {
    padding: 0.6em 1em;
    margin-bottom: 0;
  }
}

#category .page_container #sidebar #menu-category .current-menu-item a {
  margin-bottom: 0;
  font-weight: bold;
  border-bottom: 1px solid #bd0000;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar #menu-category .current-menu-item a {
    display: none;
  }
}

#category .page_container #sidebar #menu-category .menu-item a:hover {
  margin-bottom: 0;
  font-weight: bold;
  border-bottom: 1px solid #bd0000;
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar #menu-category .menu-item a:hover {
    border: 0;
  }
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar .side-tag-sp {
    text-align: left;
    position: relative;
    width: 48%;
  }
  #category .page_container #sidebar .side-tag-sp .tag-select {
    margin-top: 3.2vw;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: calc(100% - 2px - 2em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.6em 1em;
  }
}

#category .page_container #sidebar #menu-tags {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar #menu-tags {
    position: absolute;
    top: 9.33333vw;
    left: 0;
    background: #fff;
    z-index: 1;
    width: 100%;
    margin-top: 8vw;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    display: none;
  }
}

#category .page_container #sidebar #menu-tags .menu-item {
  margin: 5px 0;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar #menu-tags .menu-item {
    margin: 1.33333vw 0;
  }
}

#category .page_container #sidebar #menu-tags .menu-item a {
  margin-bottom: 1px;
  padding: 13px 0 2px;
  display: inline-block;
  color: #999;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar #menu-tags .menu-item a {
    padding: 0.6em 1em;
    margin-bottom: 0;
  }
}

#category .page_container #sidebar #menu-tags .menu-item a:before {
  content: "#";
  margin-right: 3px;
}

#category .page_container #sidebar #menu-tags .current-menu-item a {
  margin-bottom: 0;
  font-weight: bold;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar #menu-tags .current-menu-item a {
    display: none;
  }
}

#category .page_container #sidebar #menu-tags .menu-item a:hover {
  margin-bottom: 0;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 768px) {
  #category .page_container #sidebar #menu-tags .menu-item a:hover {
    border: 0;
  }
}

#category .page_container #category-contents {
  width: calc(100% - 180px);
}

@media screen and (max-width: 768px) {
  #category .page_container #category-contents {
    width: 100%;
    text-align: left;
  }
}

#category .page_container #category-contents .cat-list {
  position: relative;
  padding: 1.8em 1.5em 1.1em;
  border-bottom: 1px solid #ccc;
}

#category .page_container #category-contents .cat-list .cat-list-top {
  color: #999;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #category .page_container #category-contents .cat-list .cat-list-top {
    font-size: 3.2vw;
  }
}

#category .page_container #category-contents .cat-list .cat-list-top a {
  color: #999;
}

#category .page_container #category-contents .cat-list .cat-list-top span {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #category .page_container #category-contents .cat-list .cat-list-top span {
    margin-right: 2.66667vw;
  }
}

#category .page_container #category-contents .cat-list .cat-list-tit a {
  display: block;
  padding: 8px 0 10px;
  width: 95%;
}

@media screen and (max-width: 768px) {
  #category .page_container #category-contents .cat-list .cat-list-tit a {
    padding: 2.13333vw 0 2.66667vw;
  }
}

#category .page_container #category-contents .cat-list .cat-list-tit a:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 1em;
  padding: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 0.8em;
}

#category .page_container #category-contents .cat-list .cat-list-tit.nolink {
  padding: 8px 0 10px;
}

@media screen and (max-width: 768px) {
  #category .page_container #category-contents .cat-list .cat-list-tit.nolink {
    padding: 2.13333vw 0 2.66667vw;
  }
}

#category .pagination {
  margin: 50px auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #category .pagination {
    margin: 9.33333vw auto;
  }
}

#category .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#category .pagination .page-numbers {
  display: inline-block;
  line-height: 1.5;
  margin: 3px;
  padding: 13px;
  width: 20px;
  height: 20px;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  #category .pagination .page-numbers {
    width: 5.33333vw;
    height: 5.33333vw;
    padding: 3.46667vw;
    margin: 0.8vw;
    border-radius: 8vw;
  }
}

#category .pagination .page-numbers:hover {
  background: #f5f1eb;
  color: inherit;
  text-decoration: none;
}

#category .pagination .current {
  background: #f5f1eb;
}

#category .pagination .prev, #category .pagination .next {
  visibility: hidden;
  position: relative;
  margin-top: -1px;
}

#category .pagination .prev:before, #category .pagination .next:before {
  content: "\f054";
  font-family: FontAwesome;
  visibility: visible;
  font-size: 8px;
  margin-top: -1em;
  margin-left: -1em;
  padding: 10px 20px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #category .pagination .prev:before, #category .pagination .next:before {
    font-size: 2.13333vw;
    padding: 2.66667vw 5.33333vw;
  }
}

#category .pagination .prev:hover, #category .pagination .next:hover {
  color: #bd0000;
}

#category .pagination .prev:before {
  content: "\f053";
}

.error-page {
  text-align: center;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .error-page {
    font-size: 6.66667vw;
  }
}

.error-page p {
  margin: 1em auto;
}

.breadcrumb {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 2.66667vw;
  }
}

.breadcrumb li:after {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 0.5em;
}

.breadcrumb li:last-child {
  width: 69em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .breadcrumb li:last-child {
    width: 14em;
  }
}

.breadcrumb li:last-child:after {
  display: none;
}