@charset "UTF-8";
/* okomejuku */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
li {
  list-style-type: none;
}

/*
 ------------------------------------------------------------------- */
@media (max-width: 768px) {
  #module_titleArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  #category_title {
    font-size: 18.0348px !important;
    font-weight: bold;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  #main {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .global_footer {
    margin-top: 0;
  }
}

#toPageTop {
  position: fixed;
  bottom: 120px;
  right: -100px;
}

@media (max-width: 768px) {
  #toPageTop {
    bottom: 40px;
  }
}

#toPageTop a {
  display: block;
  width: 52px;
  height: 42px;
  background: #000 url(/home/suihanki/common/img/topagetop_bg.gif) no-repeat 12px 14px;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
}

.l-wrapper {
  font-size: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.l-wrapper *,
.l-wrapper *:before,
.l-wrapper *:after {
  box-sizing: border-box;
}

.l-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.l-wrapper img[src$=".svg"] {
  width: 100%;
}

.l-wrapper [src$=".svg"],
.l-wrapper [data$=".svg"] {
  width: 100%;
}

.l-wrapper a {
  -webkit-transition: opacity 0.25s ease, color 0.25s ease, background-color 0.25s ease, background-position 0.25s ease;
  transition: opacity 0.25s ease, color 0.25s ease, background-color 0.25s ease, background-position 0.25s ease;
}

.l-wrapper a img,
.l-wrapper a .c-svg-img {
  -webkit-transition: opacity 0.25s ease, color 0.25s ease;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.l-wrapper sup {
  vertical-align: super;
  font-size: 71.4%;
}

.l-header {
  position: relative;
  background: #f9f4da;
}

.l-header__inner {
  max-width: 980px;
  _width: 980px;
  margin: 0 auto;
  padding: 0 13px;
}

.l-header__inner:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .l-header__inner {
    padding: 0 0 0 10px;
  }
}

.l-header__logo {
  float: left;
  width: 20.4%;
}

@media (max-width: 768px) {
  .l-header__logo {
    float: none;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.l-header__nav {
  float: left;
  width: 79.6%;
}

@media (max-width: 768px) {
  .l-header__nav {
    float: none;
    width: 100%;
  }
}

.l-footer {
  position: relative;
  background: #7a7161;
}

.l-footer:before {
  content: '';
  display: block;
  width: 100%;
  height: 108px;
  background: #fff url(/home/suihanki/okomejuku/assets/img/footer_bg_01.png) repeat-x center top;
}

@media (max-width: 768px) {
  .l-footer:before {
    height: 54px;
    background-size: auto 54px;
  }
}

.l-footer__inner {
  max-width: 980px;
  _width: 980px;
  margin: 0 auto;
  padding: 40px 13px 70px;
}

@media (max-width: 768px) {
  .l-footer__inner {
    padding: 30px 10px;
    background-size: auto 53px;
  }
}

.l-content {
  position: relative;
  padding-bottom: 60px;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 768px) {
  .l-content {
    padding-bottom: 40px;
  }
}

.l-content:before {
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  width: 100%;
  height: 12px;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.l-content--index {
  background: url(/home/suihanki/okomejuku/img/bg_01.jpg);
}

@media (max-width: 768px) {
  .l-content--index {
    background-size: auto 25px;
  }
}

.l-content--index:before {
  display: none;
}

.l-content--index + .l-footer:before {
  background: url(/home/suihanki/okomejuku/assets/img/footer_bg_02.png) repeat-x center top;
}

@media (max-width: 768px) {
  .l-content--index + .l-footer:before {
    background-size: auto 54px;
  }
}

.l-content__inner {
  position: relative;
  max-width: 980px;
  _width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}

.l-content__inner--primary {
  margin-top: 60px;
}

.l-content__inner--secondary {
  margin-top: -80px;
}

@media (max-width: 768px) {
  .l-content__inner {
    padding: 0 10px;
  }
  .l-content__inner--primary {
    margin-top: 35px;
  }
  .l-content__inner--secondary {
    margin-top: -60px;
  }
  .l-content__inner--small {
    padding: 0 20px;
  }
}

.l-section, .l-section--gold {
  position: relative;
}

.l-section > *, .l-section--gold > * {
  margin-bottom: 40px;
}

.l-section > *:first-child, .l-section--gold > *:first-child {
  margin-top: 0;
}

.l-section > *:last-child, .l-section--gold > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .l-section > *, .l-section--gold > * {
    margin-bottom: 20px;
  }
  .l-section > *:first-child, .l-section--gold > *:first-child {
    margin-top: 0;
  }
  .l-section > *:last-child, .l-section--gold > *:last-child {
    margin-bottom: 0;
  }
}

.l-section:not(:last-child), .l-section--gold:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .l-section:not(:last-child), .l-section--gold:not(:last-child) {
    margin-bottom: 40px;
  }
}

.l-section--gold {
  background-color: #f4f3ec;
}

@media (min-width: 769px) {
  .l-section--gold {
    padding: 50px;
  }
}

@media (max-width: 768px) {
  .l-section--gold {
    padding-bottom: 25px;
  }
  .l-section--gold .c-txt--gold {
    padding: 0 15px;
  }
}

@media (min-width: 769px) {
  .l-section__inner {
    max-width: 660px;
    margin: 0 auto 0;
  }
}

@media (max-width: 768px) {
  .l-section__inner {
    padding: 0 0;
  }
}

@media (min-width: 769px) {
  .l-section__inner .c-img--goldL {
    position: relative;
    top: 5px;
    float: right;
    width: 432px;
    margin: 0 -120px 50px 35px;
  }
}

@media (max-width: 768px) {
  .l-section__inner .c-img--goldL {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (min-width: 769px) {
  .l-section__inner .c-img--goldR {
    position: relative;
    top: 5px;
    float: left;
    width: 432px;
    margin: 0 35px 50px -120px;
  }
}

@media (max-width: 768px) {
  .l-section__inner .c-img--goldR {
    margin-bottom: 20px;
    text-align: center;
  }
}

.l-section__inner .c-img--gold__caption {
  display: block;
  margin-top: 5px;
  text-align: center;
  color: #666;
}

.l-index--mv {
  position: relative;
  background: url(/home/suihanki/okomejuku/img/mv_bg_01.jpg) no-repeat center;
}

.l-index--mv__ratio {
  position: relative;
  height: 0;
  width: 980px;
  margin: 0 auto;
  padding-bottom: 438px;
}

.l-index--mv__ratio:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 980px) {
  .l-index--mv__ratio {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .l-index--mv__ratio {
    width: 100%;
    padding-bottom: 67%;
  }
}

@media (max-width: 768px) {
  .l-index--mv {
    background: url(/home/suihanki/okomejuku/img/mv_bg_01@2x.jpg) no-repeat center;
    background-size: cover;
  }
}

.l-index--news {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .l-index--news {
    padding: 30px 0;
  }
}

.l-index--project {
  background: url(/home/suihanki/okomejuku/img/project_bg_01.jpg) no-repeat center top;
}

@media (max-width: 768px) {
  .l-index--project {
    height: auto;
    background: url(/home/suihanki/okomejuku/img/project_bg_01@2x.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .l-index--project > .l-content__inner {
    height: 87.032vw;
  }
}

.l-index--feature {
  padding-top: 90px;
}

@media (max-width: 768px) {
  .l-index--feature {
    padding-top: 40px;
  }
}

.l-category {
  position: relative;
}

.l-category__inner {
  max-width: 980px;
  _width: 980px;
  margin: 0 auto;
}

.l-category--about {
  background: url(/home/suihanki/okomejuku/assets/img/category_bg_about_01.jpg) no-repeat center;
}

@media (max-width: 768px) {
  .l-category--about {
    background-image: url(/home/suihanki/okomejuku/assets/img/category_bg_about_01@2x.jpg);
    background-size: cover;
  }
}

.l-category--rice {
  background: url(/home/suihanki/okomejuku/assets/img/category_bg_rice_01.jpg) no-repeat center;
}

@media (max-width: 768px) {
  .l-category--rice {
    background-image: url(/home/suihanki/okomejuku/assets/img/category_bg_rice_01@2x.jpg);
    background-size: cover;
  }
}

.l-category--report {
  background: url(/home/suihanki/okomejuku/assets/img/category_bg_report_01.jpg) no-repeat center;
}

@media (max-width: 768px) {
  .l-category--report {
    background-image: url(/home/suihanki/okomejuku/assets/img/category_bg_report_01@2x.jpg);
    background-size: cover;
  }
}

.l-relation {
  position: relative;
  background: #f9f4da;
}

.l-relation + .l-footer:before {
  background-color: #f9f4da;
}

.l-relation__inner {
  max-width: 980px;
  _width: 980px;
  margin: 0 auto;
  padding: 0 0 40px;
}

@media (max-width: 768px) {
  .l-relation__inner {
    padding: 0 0 30px;
  }
}

.c-txt-pct__cap {
  font-size: 14px;
  margin-top: 10px;
}

.c-txt--center {
  text-align: center;
}

.c-txt--gold {
  line-height: 2;
}

.c-txt__link {
  font-weight: bold;
  color: #961a27 !important;
}

@media (min-width: 769px) {
  .c-txt__link {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .c-txt__link {
    font-size: 14px;
  }
}

.c-txt__about {
  text-align: center;
}

@media (min-width: 769px) {
  .c-txt__about {
    font-size: 20px;
    line-height: 2.1;
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .c-txt__about {
    font-size: 15px;
    line-height: 2.5;
    margin-top: 30px;
  }
  .c-txt__about em {
    font-weight: bold;
  }
}

.c-txt-note {
  font-size: 12px;
  position: relative;
  padding-left: .85em;
  color: #8c8c8c;
}

@media (max-width: 768px) {
  .c-txt-note {
    font-size: 10px;
  }
}

.c-txt-note .ant {
  position: absolute;
  top: 0;
  left: 0;
}

.c-txt-note__2w {
  padding-left: 2.2em;
}

.c-txt-note--mt-s {
  margin-top: -2em;
}

@media (max-width: 768px) {
  .c-txt-note--mt-s {
    margin-top: -1em;
  }
}

.c-ttl {
  font-weight: bold;
}

.c-ttl__about {
  font-weight: bold;
  text-align: center;
}

@media (min-width: 769px) {
  .c-ttl__about {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .c-ttl__about {
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-button {
  text-align: center;
}

.c-button a {
  display: inline-block;
  min-width: 400px;
  padding: .75em 40px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.6;
  border: 1px solid #961a27;
  border-radius: 4px;
  color: #961a27;
  background: url(/home/suihanki/okomejuku/assets/img/icn_arw_01.svg) no-repeat right 16px center;
  background-size: 8px 13px;
}

.c-button a[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 9px;
  position: relative;
  top: -3px;
  margin-left: 4px;
  background: url(/home/suihanki/okomejuku/assets/img/icn_blank_01.svg) no-repeat;
  background-size: 10px 9px;
}

.c-button a:hover {
  color: #fff;
  background: #961a27 url(/home/suihanki/okomejuku/assets/img/icn_arw_04.svg) no-repeat right 13px center;
  background-size: 8px 13px;
}

.c-button a:hover[target="_blank"]:after {
  background-image: url(/home/suihanki/okomejuku/assets/img/icn_blank_02.svg);
}

.c-button a span {
  display: inline-block;
  margin-right: -1px;
}

.c-button a span:after {
  content: ".";
  width: 0;
  font-size: 0;
  color: transparent;
  margin-right: 1px;
}

.c-button--left {
  margin-right: 50%;
}

.c-button--left a {
  min-width: auto;
  width: 100%;
}

.c-button--ricebrand {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .c-button--ricebrand {
    width: 180px;
  }
}

.c-button--ricebrand a {
  width: 100%;
  min-width: initial;
  font-size: 14px;
  padding: 6px 20px;
}

.c-button--right {
  margin-left: 50%;
}

.c-button--right a {
  min-width: auto;
  width: 100%;
}

.c-button--full a {
  width: 100%;
}

.c-button--top a {
  min-width: 250px;
  padding: .75em 50px;
  font-size: 14px;
  border-color: #fff;
  color: #fff;
  background: url(/home/suihanki/okomejuku/assets/img/icn_arw_04.svg) no-repeat right 16px center;
  background-size: 8px 13px;
}

.c-button--top a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .c-button--left, .c-button--right {
    margin-left: 0;
    margin-right: 0;
  }
  .c-button a {
    min-width: auto;
    width: 100%;
    padding: 1em 30px 1em 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .c-button a[target="_blank"]:after {
    top: -1px;
  }
  .c-button--header {
    padding: 10px 10px 10px 4px;
  }
  .c-button--header a {
    display: inline-block;
    min-width: initial;
    min-width: auto;
    width: auto;
    padding: .5em 18px .5em 6px;
    font-size: 10px;
    background-size: 7px 11px;
    background-position: right 5px center;
  }
}

.c-botton-caption {
  text-align: center;
}

.c-botton-caption .c-txt {
  margin-bottom: .75em;
  font-size: 16px;
}

@media (max-width: 768px) {
  .c-botton-caption .c-txt {
    font-size: 14px;
  }
}

.c-link-txt a {
  display: block;
  padding-left: 30px;
  background: url(/home/suihanki/okomejuku/assets/img/icn_arw_01.svg) no-repeat left 6px top 5px;
  background-size: 8px 13px;
}

@media (max-width: 768px) {
  .c-link-txt a {
    font-size: 14px;
    padding-left: 18px;
    background-position: 2px 5px;
    background-size: 7px 11px;
  }
}

.c-box-link {
  background: #fff;
}

.c-box-link.is-current {
  background: #7a7161;
}

.c-box-link.is-current a {
  opacity: .6;
}

.c-box-link a {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  overflow: hidden;
}

@media (max-width: 768px) {
  .c-box-link a {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.c-box-link a:hover {
  opacity: .6;
}

.c-box-link a > * {
  display: table-cell;
  vertical-align: middle;
}

.c-box-link a .c-pct {
  width: 120px;
  padding-right: 20px;
}

.c-box-link a .c-pct img {
  width: 120px;
}

@media (max-width: 768px) {
  .c-box-link a .c-pct {
    width: 90px;
    padding-right: 10px;
  }
  .c-box-link a .c-pct img {
    width: 90px;
  }
}

.c-box-link a .c-txt {
  width: 100%;
  font-weight: bold;
}

.c-box-menu a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #444;
}

.c-box-menu a:hover img {
  opacity: .6;
}

.c-box-menu a .c-pct {
  margin-bottom: 20px;
}

.c-box-menu a .c-pct img {
  border-radius: 4px;
}

.c-box-menu a .c-ttl {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
}

.c-box-menu a .c-ttl:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-left: 10px;
  background: url(/home/suihanki/okomejuku/assets/img/icn_arw_01.svg) no-repeat;
  background-size: cover;
}

.c-box-menu a .c-ttl__new:after {
  content: 'NEW';
  display: inline-block;
  position: relative;
  margin-left: .5em;
  padding: 0 5px;
  color: #fff;
  border-radius: 2px;
  background: #e90000;
  font-size: 10px;
}

@media (min-width: 769px) {
  .c-box-menu a .c-ttl__new::after {
    top: -3px;
  }
}

@media (max-width: 768px) {
  .c-box-menu a .c-ttl__new::after {
    top: -2px;
  }
}

@media (max-width: 768px) {
  .c-box-menu a {
    table-layout: fixed;
    background: url(/home/suihanki/okomejuku/assets/img/icn_arw_01.svg) no-repeat right 5px top 2px;
    background-size: 8px 13px;
  }
  .c-box-menu a > * {
    display: table-cell;
    vertical-align: top;
  }
  .c-box-menu a .c-pct {
    width: 100px;
  }
  .c-box-menu a .c-pct img {
    border-radius: 0;
  }
  .c-box-menu a .c-group {
    padding-left: 10px;
  }
  .c-box-menu a .c-ttl {
    display: block;
    margin-bottom: 5px;
    padding-right: 24px;
    font-size: 14px;
    line-height: 1.4;
  }
  .c-box-menu a .c-ttl:after {
    display: none;
  }
  .c-box-menu a .c-txt {
    font-size: 11px;
  }
}

.c-dialogue > * {
  display: table-cell;
  vertical-align: top;
}

.c-dialogue dt {
  min-width: 2.5em;
  font-weight: bold;
}

.c-dialogue dd {
  padding-left: 1em;
}

.c-dialogue dd > p:not(:last-child) {
  margin-bottom: 30px;
}

.c-dialogue--1 dt {
  color: #ff6600;
}

.c-dialogue--2 dt {
  color: #078d00;
}

.c-dialogue--3 dt {
  color: #00358d;
}

.c-dialogue--4 dt {
  color: #7c00b0;
}

.c-dialogue--5 dt {
  color: #0082c5;
}

@media (max-width: 768px) {
  .c-dialogue {
    font-size: 14px;
    line-height: 1.6;
  }
  .c-dialogue > * {
    display: block;
  }
  .c-dialogue dd {
    padding: 0;
  }
  .c-dialogue dd > p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.c-time-schedule > * {
  display: table-cell;
  vertical-align: top;
}

.c-time-schedule dt {
  min-width: 4.5em;
}

@media (max-width: 768px) {
  .c-time-schedule {
    font-size: 14px;
  }
  .c-time-schedule dt {
    min-width: 4em;
  }
}

.c-def-list dt {
  float: left;
  width: 4em;
  font-weight: bold;
  color: #961a27;
}

.c-def-list dd:after {
  content: '';
  display: block;
  clear: both;
}

.c-qa dt,
.c-qa dd {
  position: relative;
  padding-left: 1.8em;
}

.c-qa dt span,
.c-qa dd span {
  position: absolute;
  top: 0;
  left: 0;
}

.c-qa dt {
  margin-bottom: 1em;
  font-weight: bold;
}

.c-comment dt {
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: bold;
  color: #961a27;
}

@media (max-width: 768px) {
  .c-comment dt {
    margin-bottom: .3em;
    font-size: 16px;
  }
}

.c-list-disc {
  padding-left: 1.5em;
  list-style-type: disc;
  list-style-position: outside;
}

.c-profile--1 .c-pct {
  margin-bottom: 25px;
}

.c-profile--1 .c-pct img {
  border-radius: 50%;
}

.c-profile--1 .c-info {
  font-size: 14px;
}

.c-profile--1 .c-info__name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-profile--1 .c-pct {
    margin-bottom: 0;
  }
  .c-profile--1 .c-info__company, .c-profile--1 .c-info__label {
    font-size: 13px;
  }
  .c-profile--1 .c-info__name {
    margin-top: 5px;
    font-size: 15px;
  }
}

.c-profile--2 .c-pct img, .c-profile--5 .c-pct img {
  border-radius: 50%;
}

.c-profile--2 .c-info, .c-profile--5 .c-info {
  font-size: 14px;
}

.c-profile--2 .c-info__company, .c-profile--5 .c-info__company, .c-profile--2 .c-info__label, .c-profile--5 .c-info__label {
  margin-bottom: .25em;
  font-weight: bold;
  color: #961a27;
}

.c-profile--2 .c-info__name, .c-profile--5 .c-info__name {
  margin-bottom: .75em;
  font-size: 16px;
  font-weight: bold;
  color: #961a27;
}

.c-profile--2 .c-info__heading, .c-profile--5 .c-info__heading {
  margin-bottom: .75em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .c-profile--2 .c-info__label, .c-profile--5 .c-info__label {
    line-height: 1.5;
  }
  .c-profile--2 .c-info__company, .c-profile--5 .c-info__company {
    margin-top: .5em;
    line-height: 1.5;
  }
  .c-profile--2 .c-info__name, .c-profile--5 .c-info__name {
    margin-bottom: .5em;
  }
  .c-profile--2 .c-info__heading, .c-profile--5 .c-info__heading {
    margin-bottom: .5em;
    font-size: 14px;
  }
}

.c-profile--3, .c-profile--4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .c-profile--3, .c-profile--4 {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .c-profile--3, .c-profile--4 {
    flex-direction: column;
  }
}

@media (min-width: 769px) {
  .c-profile--3 .c-pct, .c-profile--4 .c-pct {
    width: 198px;
  }
}

@media (max-width: 768px) {
  .c-profile--3 .c-pct, .c-profile--4 .c-pct {
    width: 137px;
  }
}

.c-profile--3 .c-info, .c-profile--4 .c-info {
  color: #961a27;
}

@media (min-width: 769px) {
  .c-profile--3 .c-info, .c-profile--4 .c-info {
    text-align: left;
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .c-profile--3 .c-info, .c-profile--4 .c-info {
    text-align: center;
    margin-top: 15px;
  }
}

.c-profile--3 .c-info__label, .c-profile--4 .c-info__label {
  line-height: 2;
  font-weight: bold;
  font-size: 14px;
}

.c-profile--3 .c-info__name, .c-profile--4 .c-info__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
}

@media (min-width: 769px) {
  .c-profile--4 {
    justify-content: flex-start;
  }
}

.c-profile--5 .c-pct img {
  border-radius: 0 !important;
}

@media (min-width: 769px) {
  .c-profile--5 .c-pct {
    width: 160px !important;
  }
}

@media (max-width: 768px) {
  .c-profile--5 .c-pct {
    width: 136px !important;
  }
}

.p-header-logo {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .p-header-logo {
    width: auto;
    height: auto;
    width: 42%;
    height: 56px;
    padding: 10px 10px 10px 0;
  }
}

.p-header-sp {
  display: none;
}

@media (max-width: 768px) {
  .p-header-sp {
    display: table-cell;
    vertical-align: middle;
    width: 58%;
    text-align: center;
    color: #961a27;
    border-left: 1px solid #d6c79f;
  }
  .p-header-sp .c-txt {
    font-weight: bold;
    margin-left: -16px;
  }
  .p-header-sp .c-txt:after {
    content: '';
    display: inline-block;
    position: relative;
    top: 2px;
    left: 22px;
    width: 9px;
    height: 14px;
    background: url(/home/suihanki/okomejuku/assets/img/icn_arw_01.svg) no-repeat center;
    background-size: cover;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
  }
  .p-header-sp.is-active {
    color: #f9f4da;
    background: #7a7161;
  }
  .p-header-sp.is-active .c-txt:after {
    background-image: url(/home/suihanki/okomejuku/assets/img/icn_arw_02.svg);
    -webkit-transform: translateX(1px) rotate(-90deg);
    -ms-transform: translateX(1px) rotate(-90deg);
    transform: translateX(1px) rotate(-90deg);
  }
}

.p-header-nav__wrap {
  display: block;
}

@media (max-width: 768px) {
  .p-header-nav__wrap {
    display: none;
    margin: 0 0 0 -10px;
    background: #7a7161;
  }
}

.p-header-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-left: 1px solid #d6c79f;
}

@media (max-width: 768px) {
  .p-header-nav {
    margin-right: 10px;
    padding: 15px 10px;
    border: none;
  }
}

.p-header-nav .p-header-nav__item {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .p-header-nav .p-header-nav__item {
    display: block;
    width: 100%;
  }
  .p-header-nav .p-header-nav__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.p-header-nav .p-header-nav__item.is-current a {
  color: #f9f4da;
  background-color: #7a7161;
}

.p-header-nav .p-header-nav__item.is-current a .c-svg-img {
  color: #f9f4da;
}

.p-header-nav .p-header-nav__item.is-current a .c-txt {
  color: #f9f4da;
}

.p-header-nav .p-header-nav__item--home a {
  background: url(/home/suihanki/okomejuku/assets/img/icn_okome_home_01.svg) no-repeat center 10px;
  background-size: 32px auto;
}

.p-header-nav .p-header-nav__item--home.is-current a {
  background-image: url(/home/suihanki/okomejuku/assets/img/icn_okome_home_02.svg);
}

.p-header-nav .p-header-nav__item--about a {
  background: url(/home/suihanki/okomejuku/assets/img/icn_okome_about_01.svg) no-repeat center 10px;
  background-size: 32px auto;
}

.p-header-nav .p-header-nav__item--about.is-current a {
  background-image: url(/home/suihanki/okomejuku/assets/img/icn_okome_about_02.svg);
}

.p-header-nav .p-header-nav__item--rice a {
  background: url(/home/suihanki/okomejuku/assets/img/icn_okome_rice_01.svg) no-repeat center 10px;
  background-size: 32px auto;
}

.p-header-nav .p-header-nav__item--rice.is-current a {
  background-image: url(/home/suihanki/okomejuku/assets/img/icn_okome_rice_02.svg);
}

.p-header-nav .p-header-nav__item--report a {
  background: url(/home/suihanki/okomejuku/assets/img/icn_okome_report_01.svg) no-repeat center 10px;
  background-size: 32px auto;
}

.p-header-nav .p-header-nav__item--report.is-current a {
  background-image: url(/home/suihanki/okomejuku/assets/img/icn_okome_report_02.svg);
}

@media (max-width: 768px) {
  .p-header-nav .p-header-nav__item--home a,
  .p-header-nav .p-header-nav__item--home.is-current a, .p-header-nav .p-header-nav__item--about a,
  .p-header-nav .p-header-nav__item--about.is-current a, .p-header-nav .p-header-nav__item--rice a,
  .p-header-nav .p-header-nav__item--rice.is-current a, .p-header-nav .p-header-nav__item--report a,
  .p-header-nav .p-header-nav__item--report.is-current a {
    background: url(/home/suihanki/okomejuku/assets/img/icn_arw_02.svg) no-repeat right 8px center;
    background-size: 8px 13px;
  }
}

.p-header-nav a {
  display: block;
  height: 80px;
  padding: 45px 0 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #444;
  border-right: 1px solid #d6c79f;
}

@media (max-width: 768px) {
  .p-header-nav a {
    width: auto;
    height: auto;
    padding: 1em 0;
    font-size: 14px;
    color: #f9f4da;
    border: 2px solid #f9f4da;
    border-radius: 5px;
  }
}

.p-header-nav a:hover {
  background-color: #eee4af;
}

@media (max-width: 768px) {
  .p-header-nav a:hover {
    background-color: #7a7161;
  }
}

.p-header-nav .c-txt {
  font-weight: bold;
}

.p-footer {
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .p-footer {
    text-align: left;
  }
}

.p-footer__inner {
  display: inline-block;
  text-align: left;
}

@media (max-width: 768px) {
  .p-footer__inner {
    display: block;
    margin: 0 10px;
  }
}

.p-footer__inner--2 {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2dccf;
}

.p-footer a {
  font-size: 14px;
  color: #fff;
}

.p-footer .c-col {
  display: inline-block;
  vertical-align: top;
}

.p-footer .c-col:not(:last-child) {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .p-footer .c-col {
    display: block;
  }
  .p-footer .c-col:not(:last-child) {
    margin-bottom: 1.7em;
  }
}

.p-footer .c-ttl {
  margin: 0 0 1.5em -10px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 25px;
}

.p-footer .c-ttl__about {
  background: url(/home/suihanki/okomejuku/assets/img/icn_okome_about_03.svg) no-repeat;
  background-size: 24px 25px;
  text-align: left;
}

.p-footer .c-ttl__rice {
  background: url(/home/suihanki/okomejuku/assets/img/icn_okome_rice_03.svg) no-repeat;
  background-size: 24px 25px;
}

.p-footer .c-ttl__report {
  background: url(/home/suihanki/okomejuku/assets/img/icn_okome_report_03.svg) no-repeat;
  background-size: 24px 25px;
}

@media (max-width: 768px) {
  .p-footer .c-ttl {
    margin-left: -6px;
    margin-bottom: .8em;
    margin: 0 0 .8em -5px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 19px;
  }
  .p-footer .c-ttl__about, .p-footer .c-ttl__rice, .p-footer .c-ttl__report {
    background-size: 18px 19px;
  }
}

.p-footer .c-list-footer li:not(:last-child) {
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .p-footer .c-list-footer li:not(:last-child) {
    margin-bottom: .75em;
  }
}

.p-footer .c-list-footer a {
  display: block;
  padding-left: 20px;
  background: url(/home/suihanki/okomejuku/assets/img/icn_arw_03.svg) no-repeat left 5px;
  background-size: 8px 13px;
}

@media (max-width: 768px) {
  .p-footer .c-list-footer a {
    padding-left: 16px;
    font-size: 13px;
    background-size: 7px 11px;
  }
  .p-footer .c-list-footer a span {
    display: inline-block;
  }
}

.p-category {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.p-category .c-ttl {
  display: table-cell;
  vertical-align: middle;
  height: 215px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-category .c-ttl {
    height: 130px;
  }
}

@media (max-width: 768px) {
  .p-category .c-ttl__about img {
    width: 59.8%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .p-category .c-ttl__rice img {
    width: 71.4%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .p-category .c-ttl__report img {
    width: 58.4%;
    height: auto;
  }
}

.p-category--secondary {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .p-category--secondary {
    padding: 10px 10px 0;
    font-size: 15px;
    font-weight: normal;
  }
}

.p-category--secondary__inner {
  height: 185px;
  padding-top: 40px;
  background: #fff;
}

@media (max-width: 768px) {
  .p-category--secondary__inner {
    height: 130px;
    padding-top: 25px;
  }
}

.p-category--secondary .c-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .p-category--secondary .c-ttl {
    font-size: 16px;
  }
}

.p-category--secondary .c-ttl .c-svg-img {
  position: relative;
  top: -2px;
  width: 28px;
  height: auto;
}

@media (max-width: 768px) {
  .p-category--secondary .c-ttl .c-svg-img {
    width: 18px;
    vertical-align: middle;
  }
}

.p-category--secondary .c-ttl__rice .c-svg-img {
  left: 4px;
}

.p-category--secondary .c-ttl__report .c-svg-img {
  left: -2px;
}

.p-category__ttl {
  text-align: center;
}

.p-category-menu {
  margin: 0 -2.93% -30px 0;
  list-style: none;
  letter-spacing: -.4em;
}

.p-category-menu > * {
  display: inline-block;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .p-category-menu {
    margin: 0 -10px;
    border-top: 1px solid #d2d2d2;
  }
}

.p-category-menu .c-box-menu {
  width: 30.4%;
  margin: 0 2.93% 30px 0;
  vertical-align: top;
}

@media (max-width: 768px) {
  .p-category-menu .c-box-menu {
    display: block;
    margin: 0;
    padding: 10px;
    width: 100%;
  }
  .p-category-menu .c-box-menu:not(:last-child) {
    border-bottom: 1px solid #d2d2d2;
  }
}

.p-box-pct:after {
  content: '';
  display: block;
  clear: both;
}

.p-box-pct .c-col-margin > * {
  margin-bottom: 30px;
}

.p-box-pct .c-col-margin > *:first-child {
  margin-top: 0;
}

.p-box-pct .c-col-margin > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-box-pct .c-col-margin > * {
    margin-bottom: 20px;
  }
  .p-box-pct .c-col-margin > *:first-child {
    margin-top: 0;
  }
  .p-box-pct .c-col-margin > *:last-child {
    margin-bottom: 0;
  }
}

.p-box-pct .c-col-l {
  float: left;
}

.p-box-pct .c-col-r {
  float: right;
}

.p-box-pct .c-pct {
  text-align: center;
}

.p-box-pct--2 .c-col {
  width: 48%;
}

.p-box-pct--3 .c-col {
  width: 30.6%;
}

.p-box-pct--3 .c-col:not(:last-child) {
  margin-right: 4.1%;
}

.p-box-pct--4 .c-col-l {
  width: 30.6%;
}

.p-box-pct--4 .c-col-r {
  width: 65.3%;
}

.p-box-pct--5 .c-col-l {
  width: 65.3%;
}

.p-box-pct--5 .c-col-r {
  width: 30.6%;
}

.p-box-pct--6 .c-col {
  position: relative;
  width: 30.6%;
}

.p-box-pct--6 .c-col:not(:last-child) {
  margin-right: 4.1%;
}

.p-box-pct--6 .c-col.icn-arw-1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -13%;
  width: 13%;
  height: 29%;
  margin-top: 26%;
  background: url(/home/suihanki/okomejuku/report/project/report2014/img/icn_arw_01.png) no-repeat center;
  background-size: 62% auto;
}

.p-box-pct--6 .c-col.icn-arw-2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -13%;
  width: 13%;
  height: 9%;
  margin-top: 35.5%;
  background: url(/home/suihanki/okomejuku/report/project/report2014/img/icn_arw_02.png) no-repeat center;
  background-size: 62% auto;
}

.p-box-pct--6 .c-col.icn-arw-3:before {
  content: '';
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 8%;
  background: url(/home/suihanki/okomejuku/report/project/report2014/img/icn_arw_03.png) no-repeat center;
  background-size: 9% auto;
}

.p-box-pct--6 .c-col-c {
  width: 30.6%;
  margin: -20px auto;
}

.p-box-pct--7 .c-col-r,
.p-box-pct--7 .c-col-l {
  float: none;
}

.p-box-pct--8 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media (min-width: 769px) {
  .p-box-pct--8 {
    min-width: 120px;
  }
}

@media (max-width: 768px) {
  .p-box-pct--8 {
    flex-direction: column;
    align-items: center;
  }
}

.p-box-pct--8__person {
  width: 64px;
}

.p-box-pct--8__img {
  width: 100%;
}

.p-box-pct--8__name {
  font-weight: bold;
  color: #961a27;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .p-box-pct--8__name {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .p-box-pct--8__name {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .p-box-pct--6 .c-col.icn-arw-1:before, .p-box-pct--6 .c-col.icn-arw-2:before {
    display: none;
  }
  .p-box-pct--6 .c-col.icn-arw-1:after {
    content: '';
    display: block;
    width: 22%;
    height: 6.1%;
    margin: 15px auto;
    padding-top: 6.1%;
    background: url(/home/suihanki/okomejuku/report/project/report2014/img/icn_arw_01@2x.png) no-repeat center;
    background-size: 100% auto;
  }
  .p-box-pct--6 .c-col.icn-arw-2:after, .p-box-pct--6 .c-col.icn-arw-3:before {
    content: '';
    display: block;
    width: 6.96%;
    height: 6.1%;
    margin: 15px auto;
    padding-top: 6.1%;
    background: url(/home/suihanki/okomejuku/report/project/report2014/img/icn_arw_02@2x.png) no-repeat center;
    background-size: 100% auto;
  }
}

@media (max-width: 768px) {
  .p-box-pct .c-col-l,
  .p-box-pct .c-col-r {
    float: none;
  }
  .p-box-pct .c-col {
    width: 100%;
    margin: 0;
  }
  .p-box-pct .c-col:not(:last-child) {
    margin-bottom: 25px;
  }
  .p-box-pct .c-pct-half img {
    width: 50%;
  }
}

.p-box-comment {
  padding: 30px 34px;
  font-size: 14px;
  border: 6px solid #f4f3ec;
}

.p-box-comment > *:not(:last-child) {
  margin-bottom: 40px;
}

.p-box-comment__ttl {
  min-height: 32px;
  margin-bottom: 25px !important;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #961a27;
  background: url(/home/suihanki/okomejuku/assets/img/icn_loupe_01.svg) no-repeat left center;
  background-size: 31px 32px;
}

.p-box-comment .fontsize16 {
	font-size: 16px;
}

@media (max-width: 768px) {
  .p-box-comment {
    padding: 15px;
  }
  .p-box-comment > *:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-box-comment__ttl {
    min-height: 22px;
    margin-bottom: 15px !important;
    padding-left: 25px;
    font-size: 15px;
    background-size: 21px 22px;
  }
}

.p-box-comment--2 {
  border: 6px solid #f4f3ec;
}

@media (min-width: 769px) {
  .p-box-comment--2 {
    padding: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .p-box-comment--2 {
    padding: 15px;
  }
}

@media (min-width: 769px) {
  .p-box-comment--2__txt {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .p-box-comment--2__txt {
    margin-top: 10px;
  }
}

@media (min-width: 769px) {
  .p-movie {
    max-width: 830px;
    margin: 0 auto 40px;
  }
}

@media (max-width: 768px) {
  .p-movie {
    padding: 0 15px;
  }
}

.p-movie__box {
  position: relative;
  margin-bottom: 15px;
  background-color: #b0b0b0;
}

@media (min-width: 769px) {
  .p-movie__box {
    padding-top: 54.216%;
  }
}

@media (max-width: 768px) {
  .p-movie__box {
    padding-top: 53.571%;
  }
}

.p-movie__box:before {
  display: block;
  content: '';
}

.p-movie__box iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.p-movie__txt {
  text-align: center;
}

@media (min-width: 769px) {
  .p-movie__txt {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .p-movie__txt {
    font-size: 14px;
  }
}

.p-movie__link {
  text-decoration: underline !important;
  color: #961a27 !important;
}

.p-banner, .p-banner--bottom, .p-banner--gold, .p-banner--indica, .p-banner--top {
  margin: 40px auto 80px;
}
.p-banner--bottom.top_btmbnr {
  margin: 0 auto 0;
}
.p-banner--top.top_bnr {
  margin: 40px auto 0;
}

@media (min-width: 769px) {
  .p-banner, .p-banner--bottom, .p-banner--gold, .p-banner--indica, .p-banner--top {
    width: 100%;
    max-width: 700px;
  }
  .p-banner a:hover, .p-banner--bottom a:hover, .p-banner--gold a:hover, .p-banner--indica a:hover, .p-banner--top a:hover {
    opacity: .6;
  }
}

@media (max-width: 768px) {
  .p-banner, .p-banner--bottom, .p-banner--gold, .p-banner--indica, .p-banner--top {
    padding: 0 20px;
  }
}

.p-banner__img-raidus {
  border-radius: 4px;
}

@media (max-width: 768px) {
  .p-banner--bottom {
    margin: 60px auto 0;
    padding: 0;
  }
  .p-banner--bottom.top_btmbnr {
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 769px) {
  .p-banner--gold {
    max-width: 900px;
  }
	.p-banner--indica {
    max-width: 900px;
  }
}

@media (max-width: 768px) {
  .p-banner--gold {
    margin: 60px auto 0;
    padding: 0;
  } 
	.p-banner--indica {
    margin: 60px auto 40px;
    padding: 0;
  }
}

@media (min-width: 769px) {
  .p-banner--top {
    margin-bottom: 0;
  }
  .p-banner--top img {
    margin-bottom: 20px;
  }
}

/*fried_rice.html*/
.recipe_fried{
	padding: 30px 34px;
    font-size: 14px;
    border: 6px solid #f4f3ec;
}

@media (max-width: 768px){
.recipe_fried{
padding: 15px;
}}
/*------*/

.p-dialogue > *:not(:last-child) {
  margin-bottom: 30px;
}

.p-dialogue .c-txt:not(:last-child) {
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .p-dialogue > *:not(:last-child) {
    margin-bottom: 20px;
  }
}

.p-dialogue--large .c-dialogue dt {
  min-width: 3.5em;
}

.p-duel-result {
  background: #f9f4da;
}

.p-duel-result .c-pct-full img {
  min-width: 100%;
  height: auto;
}

.p-duel-result__inner {
  padding: 60px 30px;
}

@media (max-width: 768px) {
  .p-duel-result__inner {
    padding: 20px 15px;
  }
}

.p-duel-result__inner .c-pct {
  padding: 0 10px;
}

.p-duel-result__inner .c-pct-adjust {
  margin-left: -75%;
}

@media (max-width: 768px) {
  .p-duel-result__inner .c-pct-adjust {
    margin-left: 0;
  }
}

.p-index-mv__logo {
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .p-index-mv__logo img {
    width: 92%;
  }
}

.p-index-mv__nav {
  text-align: center;
  list-style: none;
  letter-spacing: -.4em;
}

.p-index-mv__nav > * {
  display: inline-block;
  letter-spacing: 0.05em;
}

.p-index-mv__nav > *:not(:last-child) {
  margin-right: 90px;
}

@media (max-width: 768px) {
  .p-index-mv__nav > *:not(:last-child) {
    margin-right: 8px;
  }
}

.p-index-mv__nav .nav a {
  display: block;
  width: 156px;
  height: 156px;
  padding-top: 78px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.375;
  color: #444;
  border: 8px solid #ded1b0;
  border-radius: 50%;
}

.p-index-mv__nav .nav a:hover {
  background-color: #f3ebc0;
}

@media (max-width: 768px) {
  .p-index-mv__nav .nav a {
    width: 94px;
    height: 94px;
    padding-top: 44px;
    font-size: 12px;
    border-width: 4px;
  }
}

.p-index-mv__nav .nav--about a {
  background: #fff url(/home/suihanki/okomejuku/assets/img/icn_okome_about_04.svg) no-repeat center 22px;
  background-size: auto 50px;
}

@media (max-width: 768px) {
  .p-index-mv__nav .nav--about a {
    background-position: center 11px;
    background-size: auto 27px;
  }
}

.p-index-mv__nav .nav--rice a {
  background: #fff url(/home/suihanki/okomejuku/assets/img/icn_okome_rice_04.svg) no-repeat center 18px;
  background-size: auto 50px;
}

@media (max-width: 768px) {
  .p-index-mv__nav .nav--rice a {
    background-position: center 10px;
    background-size: auto 27px;
  }
}

.p-index-mv__nav .nav--report a {
  background: #fff url(/home/suihanki/okomejuku/assets/img/icn_okome_report_04.svg) no-repeat center 22px;
  background-size: auto 50px;
}

@media (max-width: 768px) {
  .p-index-mv__nav .nav--report a {
    background-position: center 11px;
    background-size: auto 27px;
  }
}

.p-index-news__ttl {
  margin: 0 auto 15px;
  font-size: 33px;
  text-align: center;
}

.p-index-news__ttl span {
  display: inline-block;
  padding-left: 38px;
  text-align: center;
  background: url(/home/suihanki/okomejuku/assets/img/icn_okome_news_01.svg) no-repeat left center;
  background-size: 28px 32px;
}

@media (max-width: 768px) {
  .p-index-news__ttl {
    margin-bottom: 10px;
    font-size: 23px;
  }
  .p-index-news__ttl span {
    padding-left: 28px;
    background-size: 20px 24px;
  }
}

.p-index-news__block {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .p-index-news__block {
    margin-bottom: 25px;
  }
}

.p-index-news__item {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.p-index-news__item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p-index-news__item:not(:last-child) {
    margin-bottom: .8em;
  }
}

.p-index-news__item > * {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 768px) {
  .p-index-news__item > * {
    display: block;
  }
}

.p-index-news__item .c-date {
  width: 148px;
  font-size: 15px;
  color: #747161;
}

@media (max-width: 768px) {
  .p-index-news__item .c-date {
    width: auto;
    font-size: 14px;
    padding-left: 16px;
  }
}

.p-index-news__item .c-txt {
  padding-left: 24px;
  background: url(/home/suihanki/okomejuku/assets/img/icn_arw_01.svg) no-repeat left 5px;
  background-size: 8px 13px;
}

@media (max-width: 768px) {
  .p-index-news__item .c-txt {
    padding-left: 14px;
    line-height: 1.6;
    background-size: 7px 11px;
  }
}

.p-index-news__item a {
  text-decoration: none;
  color: #444;
}

.p-index-news__item a:hover {
  text-decoration: underline;
}

.p-index-news__item.tag-new .c-txt:after {
  content: 'NEW';
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: .5em;
  padding: 0 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  background: #e90000;
}

@media (max-width: 768px) {
  .p-index-news__item.tag-new .c-txt:after {
    font-size: 10px;
  }
}

.p-index-project {
  position: relative;
  width: 47%;
  padding: 4.8% 0;
  color: #fff;
}

@media (min-width: 769px) {
  .p-index-project {
    height: 480px;
  }
}

@media (max-width: 768px) {
  .p-index-project {
    width: 100%;
    padding: 12px 10px 25px;
  }
}

.p-index-project__tag {
  margin: 0 0 -7.7% -7.7%;
}

@media (max-width: 768px) {
  .p-index-project__tag {
    width: 43%;
    margin: 0 0 -8.8% -10px;
  }
}

.p-index-project__ttl {
  margin-bottom: 4.4%;
}

@media (max-width: 980px) {
  .p-index-project .c-txt {
    font-size: 14px;
  }
}

.p-index-project .c-button {
  margin-top: 4.4%;
}

.p-index-project .c-button a {
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-index-project .c-button a {
    padding: .5em 30px .5em 20px;
    font-size: 13px;
    border-width: 2px;
  }
  .p-index-project .c-button a span {
    display: block;
  }
}

.p-index-project__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .p-index-project__bottom {
    max-width: 980px;
    margin: 0 auto 0;
  }
}

@media (max-width: 768px) {
  .p-index-project__bottom {
    padding: 0 15px;
  }
}

@media (min-width: 769px) {
  .p-index-project__bottom {
    height: 70px;
    background-color: rgba(154, 164, 114, 0.25);
  }
}

@media (max-width: 768px) {
  .p-index-project__bottom {
    height: 50px;
    background-color: #e3e5d9;
  }
}

.p-index-project__btn {
  font-size: 16px;
  position: relative;
  text-decoration: none !important;
  color: #444 !important;
}

.p-index-project__btn::before {
  position: absolute;
  top: 7.5px;
  right: -20px;
  width: 8px;
  height: 13px;
  content: '';
  background: url(/home/suihanki/okomejuku/assets/img/icn_arw_01.svg) no-repeat left top;
  background-size: 8px 13px;
}

.p-index-report__title {
  position: relative;
  color: #444;
}

@media (min-width: 769px) {
  .p-index-report__title {
    font-size: 33px;
    margin-bottom: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-index-report__title::before {
    width: 40px;
    height: 37px;
    margin-right: 12px;
    background-size: 40px 37px;
  }
}

@media (max-width: 768px) {
  .p-index-report__title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-wrap: wrap;
  }
  .p-index-report__title::before {
    width: 28px;
    height: 27px;
    margin-right: 9px;
    background-size: 28px 27px;
  }
}

.p-index-report__title::before {
  display: inline-block;
  content: '';
  background: url(/home/suihanki/okomejuku/assets/img/icn_okome_report_05.svg) no-repeat left top;
}

.p-index-report__title__img {
  width: 100%;
}

.p-index-report .l-content__inner,
.p-index-report-3cl .l-content__inner{
  padding: 30px 0 0;
  background-color: #e7f395;
}

.p-index-report .c-ttl--report,
.p-index-report-3cl .c-ttl--report{
  font-weight: bold;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-wrap: wrap;
}

.p-index-report .c-ttl--report__vol,
.p-index-report-3cl .c-ttl--report__vol{
  color: #7b891b;
}

@media (min-width: 769px) {
  .p-index-report .c-ttl--report__vol,
	.p-index-report-3cl .c-ttl--report__vol{
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .p-index-report .c-ttl--report__vol,
	.p-index-report-3cl .c-ttl--report__vol{
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .p-index-report .c-ttl--report__txt,
  .p-index-report-3cl .c-ttl--report__txt{
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .p-index-report .c-ttl--report__txt,
  .p-index-report-3cl .c-ttl--report__txt{
    font-size: 19px;
  }
}

.p-index-report .p-tab__nav,
.p-index-report-3cl .p-tab__nav{
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .p-index-report .p-tab__nav,
  .p-index-report-3cl .p-tab__nav{
    padding: 0 40px;
  }
}

.p-index-report .p-tab__item{
  border-radius: 5px 5px 0 0;
}

@media (min-width: 769px) {
  .p-index-report .p-tab__item{
    width: 24.666%;
    height: 70px;
  }
}

@media (max-width: 768px) {
  .p-index-report .p-tab__item {
    width: 24%;
    height: 50px;
  }
}
@media (min-width: 769px){
.p-index-report-3cl .p-tab__item {
    width: 33.033%;
    height: 70px;
}}
@media (max-width: 768px){
.p-index-report-3cl .p-tab__item {
    width: 32.446%;
    height: 50px;
}}
@media (min-width: 769px){
.p-index-report-3cl.report-2cl .p-tab__item {
    width: 49.5%;
    height: 70px;
}}
@media (max-width: 768px){
.p-index-report-3cl.report-2cl .p-tab__item {
    width: 49.5%;
    height: 50px;
}}

.p-index-report .p-tab__btn,
.p-index-report-3cl .p-tab__btn{
  font-weight: bold;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.p-index-report .p-tab__btn::before,
.p-index-report-3cl .p-tab__btn::before{
  font-size: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 36px;
  height: 16px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}

.p-index-report .p-tab__btn--new::before,
.p-index-report-3cl .p-tab__btn--new::before{
  content: 'NEW';
  background-color: #e90000;
}

.p-index-report .p-tab__btn--yet,
.p-index-report-3cl .p-tab__btn--yet{
  color: #fff;
  background-color: #b7c26e;
}

.p-index-report .p-tab__btn--yet::before,
.p-index-report-3cl .p-tab__btn--yet::before{
  content: '\6E96\5099\4E2D';
  background-color: #4d4942;
}

@media (min-width: 769px) {
  .p-index-report .p-tab__vol,
  .p-index-report-3cl .p-tab__vol{
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .p-index-report .p-tab__vol,
  .p-index-report-3cl .p-tab__vol{
    font-size: 10px;
  }
}

@media (min-width: 769px) {
  .p-index-report .p-tab__txt,
  .p-index-report-3cl .p-tab__txt{
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .p-index-report .p-tab__txt,
  .p-index-report-3cl .p-tab__txt{
    font-size: 14px;
  }
}

.p-index-report .p-tab__body,
.p-index-report-3cl .p-tab__body{
  position: relative;
  background-color: #f2f1eb;
}

@media (min-width: 769px) {
  .p-index-report .p-tab__body,
  .p-index-report-3cl .p-tab__body{
    padding: 45px 0 0;
  }
}

@media (max-width: 768px) {
  .p-index-report .p-tab__body,
  .p-index-report-3cl .p-tab__body{
    padding: 40px 0 0;
  }
}

.p-index-report .p-tab__section,
.p-index-report-3cl .p-tab__section{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 769px) {
  .p-index-report .p-tab__section,
  .p-index-report-3cl .p-tab__section{
    padding: 0 50px;
  }
}

@media (max-width: 768px) {
  .p-index-report .p-tab__section,
  .p-index-report-3cl .p-tab__section{
    padding: 0 20px;
  }
}

.p-index-report .p-tab__section.is_active,
.p-index-report-3cl .p-tab__section.is_active{
  position: relative;
  z-index: 2;
}

@media (min-width: 769px) {
  .p-index-report .p-tab__section.is_active,
  .p-index-report-3cl .p-tab__section.is_active{
    display: flex;
    justify-content: space-between;
    align-items: normal;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .p-index-report .p-tab__section.is_active,
  .p-index-report-3cl .p-tab__section.is_active	{
    display: block;
  }
}

@media (min-width: 769px) {
  .p-index-report .p-tab__inner,
  .p-index-report-3cl .p-tab__inner{
    width: 46.666%;
    margin-bottom: 50px;
  }
  .p-index-report .p-tab__inner.img2x,
  .p-index-report-3cl .p-tab__inner.img2x{
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .p-index-report .p-tab__inner,
  .p-index-report-3cl .p-tab__inner{
    width: 100%;
    margin-bottom: 20px;
  }
}

.p-index-report .js-tab-btn,
.p-index-report-3cl .js-tab-btn{
  cursor: pointer;
  color: #fff;
  background-color: #7b891b;
}

.p-index-report .js-tab-btn:hover, .p-index-report .js-tab-btn.is_active,
.p-index-report-3cl .js-tab-btn:hover, .p-index-report-3cl .js-tab-btn.is_active{
  color: #7b891b;
  background-color: #f2f1eb;
}

.p-index-feature {
  margin: 0 -2.93% 0 0;
  list-style: none;
  letter-spacing: -.4em;
}

.p-index-feature > * {
  display: inline-block;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .p-index-feature {
    margin: 0 -10px;
  }
}

.p-index-feature .c-box-menu {
  position: relative;
  width: 30.4%;
  margin: 0 2.93% 80px 0;
  vertical-align: top;
}

.p-index-feature .c-box-menu--2w {
  width: 63.725%;
}

.p-index-feature .c-box-menu--3w {
  width: 96.675%;
}

.p-index-feature .c-box-menu.tag-category {
  text-align: center;
}

.p-index-feature .c-box-menu.tag-category .c-pct {
  display: inline-block;
  width: auto;
  position: relative;
}

.p-index-feature .c-box-menu.tag-category .c-group {
  text-align: left;
}

.p-index-feature .c-box-menu.tag-category .c-pct:before {
  position: absolute;
  top: -30px;
  left: 6px;
  content: '';
  display: block;
  width: 156px;
  height: 43px;
  z-index: 1;
}

@media (max-width: 768px) {
  .p-index-feature .c-box-menu.tag-category .c-pct:before {
    top: -27px;
    left: 6px;
    width: 138px;
    height: 38px;
  }
}

.p-index-feature .c-box-menu.tag-category--rice .c-pct:before {
  background: url(/home/suihanki/okomejuku/img/icn_tag_rice.png) no-repeat;
}

@media (max-width: 768px) {
  .p-index-feature .c-box-menu.tag-category--rice .c-pct:before {
    background-image: url(/home/suihanki/okomejuku/img/icn_tag_rice@2x.png);
    background-size: 138px auto;
  }
}

.p-index-feature .c-box-menu.tag-category--report .c-pct:before {
  background: url(/home/suihanki/okomejuku/img/icn_tag_report.png) no-repeat;
}

@media (max-width: 768px) {
  .p-index-feature .c-box-menu.tag-category--report .c-pct:before {
    background-image: url(/home/suihanki/okomejuku/img/icn_tag_report@2x.png);
    background-size: 138px auto;
  }
}

.p-index-feature .c-box-menu.tag-new .c-ttl span:after {
  content: 'NEW';
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: .5em;
  padding: 0 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  background: #e90000;
}

@media (max-width: 768px) {
  .p-index-feature .c-box-menu.tag-new .c-ttl span:after {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .p-index-feature .c-box-menu {
    display: block;
    margin: 0;
    padding: 10px;
    width: 100%;
  }
  .p-index-feature .c-box-menu:not(:last-child) {
    margin-bottom: 15px;
  }
  .p-index-feature .c-box-menu a {
    background: none;
  }
  .p-index-feature .c-box-menu a > * {
    display: block;
  }
  .p-index-feature .c-box-menu a .c-pct {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
  .p-index-feature .c-box-menu a .c-pct img {
    border-radius: 4px;
  }
  .p-index-feature .c-box-menu a .c-group {
    padding: 0 10px;
  }
  .p-index-feature .c-box-menu a .c-ttl {
    font-size: 16px;
  }
  .p-index-feature .c-box-menu a .c-ttl:after {
    display: inline-block;
  }
  .p-index-feature .c-box-menu a .c-txt {
    font-size: 13px;
  }
}

.p-heading--01 {
  position: relative;
  text-align: center;
  border-bottom: 2px solid #f9f4da;
}

.p-heading--01:after {
  content: '';
  display: block;
  width: 56%;
  height: 2px;
  position: relative;
  bottom: -2px;
  margin: 0 auto;
  padding-top: 1em;
  border-bottom: 2px solid #961a27;
}

.p-heading--01 .c-ttl {
  font-size: 24px;
  line-height: 1.6;
}

.p-heading--01 .c-txt-sub {
  margin-bottom: .2em;
  font-size: 18px;
  font-weight: bold;
  color: #961a27;
}
.p-heading--01 .c-txt-sub-ud-p-img {
  margin-bottom: .2em;
  font-size: 18px;
  padding-top: 1em;
  font-weight: bold;
  color: #961a27;
}

.p-heading--01 .c-txt-sub__num {
  position: relative;
  top: 1px;
  left: 2px;
  font-size: 26px;
}

.p-heading--01 .c-pct-sub {
  margin: 0 auto 20px;
  width: 50%;
}

.p-heading--01 .c-pct-sub img {
  width: 120px;
  height: auto;
}

.p-heading--01 .c-pct-sub--star img {
  width: 90px;
}

@media (max-width: 768px) {
  .p-heading--01 {
    border-width: 3px;
  }
  .p-heading--01:after {
    width: 50%;
    bottom: -3px;
    padding-top: .75em;
    border-width: 3px;
  }
  .p-heading--01 .c-ttl {
    font-size: 18px;
    line-height: 1.4;
  }
  .p-heading--01 .c-txt-sub {
    font-size: 13px;
  }
  .p-heading--01 .c-txt-sub-ud-p-img {
    font-size: 13px;
  }
  .p-heading--01 .c-txt-sub__num {
    top: 0;
    font-size: 15px;
  }
  .p-heading--01 .c-pct-sub {
    margin: 0 auto 10px;
  }
  .p-heading--01 .c-pct-sub img {
    width: 60px;
    height: auto;
  }
}

.p-heading--02 {
  padding: 15px 20px;
  background: #f9f4da;
}

.p-heading--02 .c-ttl {
  font-size: 24px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-heading--02 {
    padding: 10px;
  }
  .p-heading--02 .c-ttl {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-heading--left {
  margin-right: 50%;
}

@media (max-width: 768px) {
  .p-heading--left {
    margin-right: 0;
  }
}

.p-heading--right {
  margin-left: 50%;
}

@media (max-width: 768px) {
  .p-heading--right {
    margin-left: 0;
  }
}

.p-heading--lower {
  text-align: center;
}

@media (max-width: 768px) {
  .p-heading--lower {
    padding: 0 10px;
  }
  .p-heading--lower.adjust--p0 {
    padding: 0;
  }
  .p-heading--lower.adjust--p20 {
    padding: 0 20px;
  }
  .p-heading--lower.adjust--p30 {
    padding: 0 30px;
  }
  .p-heading--lower.adjust--p40 {
    padding: 0 40px;
  }
  .p-heading--lower.adjust--p50 {
    padding: 0 50px;
  }
  .p-heading--lower.adjust--p60 {
    padding: 0 60px;
  }
}

.p-lead .c-ttl {
  margin-bottom: 1em;
  font-size: 22px;
  text-align: center;
  color: #961a27;
}

@media (max-width: 768px) {
  .p-lead .c-ttl {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-lead .c-txt {
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 768px) {
  .p-lead .c-txt {
    font-size: 15px;
    line-height: 1.6;
  }
}

.p-lead--secondary .c-txt {
  font-size: 16px;
}

@media (max-width: 768px) {
  .p-lead--secondary .c-txt {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-profile--about {
  margin: -30px -50px 0 0;
  text-align: center;
  list-style: none;
  letter-spacing: -.4em;
}

.p-profile--about > * {
  display: inline-block;
  letter-spacing: 0.05em;
}

.p-profile--about .c-profile--1 {
  margin: 30px 50px 0 0;
  vertical-align: top;
}

.p-profile--about .c-profile--1 .c-pct {
  width: 197px;
}

.p-profile--about .c-profile--1 .c-pct img {
  width: 100%;
}

@media (max-width: 768px) {
  .p-profile--about {
    margin: 0;
    text-align: left;
  }
  .p-profile--about .c-profile--1 {
    display: block;
    margin: 0;
    display: table;
    table-layout: fixed;
  }
  .p-profile--about .c-profile--1:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-profile--about .c-profile--1 > * {
    display: table-cell;
    vertical-align: middle;
  }
  .p-profile--about .c-profile--1 .c-pct {
    width: 38.8%;
  }
  .p-profile--about .c-profile--1 .c-info {
    padding-left: 20px;
  }
}

.p-profile--intro {
  padding: 40px 30px 40px 40px;
  background: #f4f3ec;
}

.p-profile--intro--no-bg {
  padding: 0;
  background: none;
}

.p-profile--intro .c-profile--2 > *, .p-profile--intro .c-profile--5 > * {
  display: table-cell;
  vertical-align: middle;
}

.p-profile--intro .c-profile--2 .c-pct, .p-profile--intro .c-profile--5 .c-pct {
  width: 197px;
}

.p-profile--intro .c-profile--2 .c-pct img, .p-profile--intro .c-profile--5 .c-pct img {
  width: 100%;
}

.p-profile--intro .c-profile--2 .c-info, .p-profile--intro .c-profile--5 .c-info {
  padding-left: 30px;
}

@media (max-width: 768px) {
  .p-profile--intro {
    padding: 20px 15px;
    text-align: center;
  }
  .p-profile--intro--no-bg {
    padding: 0;
  }
  .p-profile--intro .c-profile--2 > *, .p-profile--intro .c-profile--5 > * {
    display: block;
  }
  .p-profile--intro .c-profile--2 .c-pct, .p-profile--intro .c-profile--5 .c-pct {
    width: 48%;
    margin: 0 auto;
  }
  .p-profile--intro .c-profile--2 .c-info, .p-profile--intro .c-profile--5 .c-info {
    margin-top: 20px;
    padding: 0;
  }
  .p-profile--intro .c-profile--2 .c-info__label, .p-profile--intro .c-profile--5 .c-info__label {
    margin-bottom: -.3em;
  }
  .p-profile--intro .c-profile--2 .c-info__heading, .p-profile--intro .c-profile--5 .c-info__heading, .p-profile--intro .c-profile--2 .c-info__txt, .p-profile--intro .c-profile--5 .c-info__txt {
    display: inline-block;
    text-align: left;
  }
  .p-profile--intro .c-profile--2 .c-info__heading, .p-profile--intro .c-profile--5 .c-info__heading {
    margin: .4em 0 .8em;
  }
}

.p-profile--interview .c-profile--2 > *, .p-profile--interview .c-profile--5 > * {
  display: table-cell;
  vertical-align: top;
}

.p-profile--interview .c-profile--2 .c-pct, .p-profile--interview .c-profile--5 .c-pct {
  width: 197px;
}

.p-profile--interview .c-profile--2 .c-pct img, .p-profile--interview .c-profile--5 .c-pct img {
  width: 100%;
}

.p-profile--interview .c-profile--2 .c-info, .p-profile--interview .c-profile--5 .c-info {
  padding-left: 30px;
}

.p-profile--interview .c-profile--2 .c-info__label, .p-profile--interview .c-profile--5 .c-info__label {
  margin-bottom: -.3em;
}

.p-profile--interview .c-profile--2 .c-info__name + .c-info__txt, .p-profile--interview .c-profile--5 .c-info__name + .c-info__txt {
  margin-top: 1.5em;
}

.p-profile--interview .c-profile--2 .c-info__heading, .p-profile--interview .c-profile--5 .c-info__heading {
  margin: 1em 0;
  font-size: 20px;
}

.p-profile--interview .c-profile--2 .c-info__txt, .p-profile--interview .c-profile--5 .c-info__txt {
  font-size: 16px;
}

.p-profile--interview .c-profile--2 .c-info__txt:not(:last-child), .p-profile--interview .c-profile--5 .c-info__txt:not(:last-child) {
  margin-bottom: 1.5em;
}

.p-profile--interview--reverse .c-info {
  padding-left: 0;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .p-profile--interview {
    text-align: center;
  }
  .p-profile--interview .c-profile--2 > *, .p-profile--interview .c-profile--5 > * {
    display: block;
  }
  .p-profile--interview .c-profile--2 .c-pct, .p-profile--interview .c-profile--5 .c-pct {
    width: 48%;
    margin: 0 auto;
  }
  .p-profile--interview .c-profile--2 .c-info, .p-profile--interview .c-profile--5 .c-info {
    margin-top: 20px;
    padding: 0;
  }
  .p-profile--interview .c-profile--2 .c-info__label, .p-profile--interview .c-profile--5 .c-info__label {
    margin-bottom: .3em;
  }
  .p-profile--interview .c-profile--2 .c-info__name + .c-info__txt, .p-profile--interview .c-profile--5 .c-info__name + .c-info__txt {
    margin-top: .5em;
  }
  .p-profile--interview .c-profile--2 .c-info__heading, .p-profile--interview .c-profile--5 .c-info__heading, .p-profile--interview .c-profile--2 .c-info__txt, .p-profile--interview .c-profile--5 .c-info__txt {
    display: block;
    font-size: 14px;
    text-align: left;
  }
  .p-profile--interview .c-profile--2 .c-info__heading, .p-profile--interview .c-profile--5 .c-info__heading {
    margin: .4em 0 .8em;
  }
  .p-profile--interview .c-profile--2 .c-info__txt:not(:last-child), .p-profile--interview .c-profile--5 .c-info__txt:not(:last-child) {
    margin-bottom: 1em;
  }
  .p-profile--interview--reverse .c-info {
    margin-bottom: 20px;
  }
}

.p-profile__grade .c-profile--2, .p-profile__grade .c-profile--5 {
  text-align: center;
}

.p-profile__grade .c-profile--2 .c-pct, .p-profile__grade .c-profile--5 .c-pct {
  width: 197px;
  margin: 0 auto;
}

.p-profile__grade .c-profile--2 .c-pct img, .p-profile__grade .c-profile--5 .c-pct img {
  width: 100%;
}

.p-profile__grade .c-profile--2 .c-info, .p-profile__grade .c-profile--5 .c-info {
  margin-top: 30px;
}

.p-profile__grade .c-profile--2 .c-info__txt, .p-profile__grade .c-profile--5 .c-info__txt {
  text-align: left;
}

@media (max-width: 768px) {
  .p-profile__grade .c-profile--2 .c-pct, .p-profile__grade .c-profile--5 .c-pct {
    width: 48%;
    margin: 0 auto;
  }
  .p-profile__grade .c-profile--2 .c-info, .p-profile__grade .c-profile--5 .c-info {
    margin-top: 20px;
  }
  .p-profile__grade .c-profile--2 .c-info__label, .p-profile__grade .c-profile--5 .c-info__label {
    margin-bottom: 0;
  }
}

.p-profile--grow {
  background-color: #f4f3ec;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 769px) {
  .p-profile--grow {
    padding: 50px 80px;
  }
}

@media (max-width: 768px) {
  .p-profile--grow {
    padding: 24px 15px;
  }
}

.p-profile--grow__lead {
  border-bottom: 2px solid #961a27;
  width: 100%;
  text-align: center;
}

@media (min-width: 769px) {
  .p-profile--grow__lead {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .p-profile--grow__lead {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}

.p-profile--grow__txt {
  width: 100%;
}

@media (min-width: 769px) {
  .p-profile--grow__txt {
    font-size: 18px;
    line-height: 1.9;
  }
}

@media (max-width: 768px) {
  .p-profile--grow__txt {
    font-size: 14px;
    line-height: 1.57;
  }
}

.p-profile--grow__txt ~ .p-profile--grow__txt {
  margin-top: 30px;
}

.p-related-link {
  margin: 0 40px;
  border-top: 5px solid #961a27;
}

.p-related-link:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .p-related-link {
    margin: 0 20px;
  }
}

.p-related-link__col {
  width: 432px;
}

.p-related-link__col--left {
  float: left;
}

.p-related-link__col--right {
  float: right;
}

@media (max-width: 980px) {
  .p-related-link__col {
    float: none;
    width: 100%;
  }
}

.p-related-link__ttl {
  margin: 30px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .p-related-link__ttl {
    margin: 20px 0;
    font-size: 16px;
  }
}

.p-related-link__group {
  margin: -20px -36px 0 0;
  list-style: none;
  letter-spacing: -.4em;
}

.p-related-link__group > * {
  display: inline-block;
  letter-spacing: 0.05em;
}

@media (max-width: 980px) {
  .p-related-link__group {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .p-related-link__group {
    margin: -10px 0 0 0;
  }
}

.p-related-link__group .c-box-link {
  width: 432px;
  margin: 20px 36px 0 0;
}

@media (max-width: 980px) {
  .p-related-link__group .c-box-link {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .p-related-link__group .c-box-link {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.p-report-link__btn, .p-report-link__list a {
  display: block;
  padding: 10px 0;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
  color: #bfbbb6;
  border-radius: 5px;
  background-size: 8px 13px;
  background-color: #f2f2f2;
  background-image: url(/home/suihanki/okomejuku/assets/img/icn_arw_06.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.p-report-link__btn span, .p-report-link__list a span {
  display: block;
}

@media (max-width: 768px) {
  .p-report-link__btn, .p-report-link__list a {
    padding: 12px 30px 12px 15px;
    margin-bottom: 1px;
    border-radius: 0;
  }
  .p-report-link__btn span, .p-report-link__list a span {
    display: inline;
  }
  .p-report-link__btn span:first-child, .p-report-link__list a span:first-child {
    margin-right: 1em;
  }
}

.p-report-link__list {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.p-report-link__list li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.p-report-link__list li:not(:last-child) a,
.p-report-link__list li:not(:last-child) .p-report-link__btn,
.p-report-link__list li:not(:last-child) a {
  margin-right: 20px;
}

.p-report-link__list li.is-current a,
.p-report-link__list li.is-current .p-report-link__btn,
.p-report-link__list li.is-current a {
  color: #fff;
  background: #5b3508 url(/home/suihanki/okomejuku/assets/img/icn_arw_04.svg) no-repeat right 10px center;
  background-size: 8px 13px;
}

@media (max-width: 768px) {
  .p-report-link__list li {
    display: block;
    text-align: left;
  }
  .p-report-link__list li:not(:last-child) a,
  .p-report-link__list li:not(:last-child) .p-report-link__tab {
    margin-right: 0;
  }
}

.p-report-link__list a {
  color: #5b3508;
  background-color: #e6e1ca;
  background-image: url(/home/suihanki/okomejuku/assets/img/icn_arw_05.svg);
}

.p-report-link__list a:hover {
  background-color: #d7cbaf;
}

.p-report-link__kamado--rice {
  display: block;
  width: 100%;
}

.p-report-link__kamado--rice:after {
  content: '';
  display: block;
  clear: both;
}

.p-report-link__kamado--rice li {
  float: left;
  display: block;
  width: 18.25%;
}

.p-report-link__kamado--rice li:not(:last-child) {
  margin-right: 2.1875%;
}

.p-report-link__kamado--rice li.nav-1 {
  background: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_01_01.png) no-repeat;
  background-size: 100% auto;
}

.p-report-link__kamado--rice li.nav-2 {
  background: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_02_01.png) no-repeat;
  background-size: 100% auto;
}

.p-report-link__kamado--rice li.nav-3 {
  background: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_03_01.png) no-repeat;
  background-size: 100% auto;
}

.p-report-link__kamado--rice li.nav-4 {
  background: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_04_01.png) no-repeat;
  background-size: 100% auto;
}

.p-report-link__kamado--rice li.nav-5 {
  background: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_05_01.png) no-repeat;
  background-size: 100% auto;
}

.p-report-link__kamado--rice li.nav-1 a {
  background: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_01_02.png) no-repeat;
  background-size: 100% auto;
}

.p-report-link__kamado--rice li.nav-2 a {
  background: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_02_02.png) no-repeat;
  background-size: 100% auto;
}

.p-report-link__kamado--rice li.nav-3 a {
  background: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_03_02.png) no-repeat;
  background-size: 100% auto;
}

.p-report-link__kamado--rice li.nav-4 a {
  background: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_04_02.png) no-repeat;
  background-size: 100% auto;
}

.p-report-link__kamado--rice li.nav-5 a {
  background: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_05_02.png) no-repeat;
  background-size: 100% auto;
}

.p-report-link__kamado--rice li a {
  display: block;
  height: 0;
  padding: 90.85% 0 0;
  overflow: hidden;
  opacity: 0;
}

.p-report-link__kamado--rice li a:hover {
  opacity: 1;
}

.p-report-link__kamado--rice li.is-current a {
  opacity: 1;
}

.p-report-link__kamado--rice li.is-current.nav-1 a {
  background-image: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_01_03.png);
}

.p-report-link__kamado--rice li.is-current.nav-2 a {
  background-image: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_02_03.png);
}

.p-report-link__kamado--rice li.is-current.nav-3 a {
  background-image: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_03_03.png);
}

.p-report-link__kamado--rice li.is-current.nav-4 a {
  background-image: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_04_03.png);
}

.p-report-link__kamado--rice li.is-current.nav-5 a {
  background-image: url(/home/suihanki/okomejuku/rice/kamado_special/img/nav_05_03.png);
}

@media (max-width: 768px) {
  .p-report-link__kamado--rice li {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .p-report-link__kamado--rice li.nav-1, .p-report-link__kamado--rice li.nav-1 a, .p-report-link__kamado--rice li.nav-2, .p-report-link__kamado--rice li.nav-2 a, .p-report-link__kamado--rice li.nav-3, .p-report-link__kamado--rice li.nav-3 a, .p-report-link__kamado--rice li.nav-4, .p-report-link__kamado--rice li.nav-4 a, .p-report-link__kamado--rice li.nav-5, .p-report-link__kamado--rice li.nav-5 a {
    background: #e6e1ca url(/home/suihanki/okomejuku/assets/img/icn_arw_05.svg) no-repeat right 10px center;
    background-size: 8px 13px;
  }
  .p-report-link__kamado--rice li.is-current.nav-1 a,
  .p-report-link__kamado--rice li.is-current.nav-2 a,
  .p-report-link__kamado--rice li.is-current.nav-3 a,
  .p-report-link__kamado--rice li.is-current.nav-4 a,
  .p-report-link__kamado--rice li.is-current.nav-5 a {
    background: #5b3508 url(/home/suihanki/okomejuku/assets/img/icn_arw_04.svg) no-repeat right 10px center;
    background-size: 8px 13px;
  }
  .p-report-link__kamado--rice li a {
    display: block;
    height: inherit;
    margin-bottom: 1px;
    padding: 12px 30px 12px 15px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5;
    color: #5b3508;
    overflow: auto;
    opacity: 1;
  }
  .p-report-link__kamado--rice li a span {
    display: inline;
  }
  .p-report-link__kamado--rice li a span:first-child {
    margin-right: 1em;
  }
  .p-report-link__kamado--rice li a:hover {
    background-color: #d7cbaf;
  }
  .p-report-link__kamado--rice li.is-current a {
    color: #fff;
    background: #5b3508 url(/home/suihanki/okomejuku/assets/img/icn_arw_04.svg) no-repeat right 10px center;
    background-size: 8px 13px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand .p-tab {
    width: 100vw;
    margin-left: -20px;
  }
}

@media (min-width: 769px) {
  .p-ricebrand .p-tab .p-heading--01 {
    margin-bottom: 68px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand .p-tab .p-heading--01 {
    margin-bottom: 20px;
  }
}

.p-ricebrand .p-tab__input {
  display: none;
}

.p-ricebrand .p-tab__menu {
  position: relative;
  height: 74px;
  border-bottom: solid 4px #961a27;
}

@media (min-width: 769px) {
  .p-ricebrand .p-tab__menu {
    margin-bottom: 60px;
  }
}

.p-ricebrand .p-tab__btn {
  font-weight: bold;
  position: absolute;
  height: 74px;
  color: #fff;
  border: solid 4px #961a27;
  background-color: #961a27;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

@media (min-width: 769px) {
  .p-ricebrand .p-tab__btn {
    font-size: 22px;
    top: 0;
    width: 405px;
  }
  .p-ricebrand .p-tab__btn::before {
    width: 28px;
    height: 28px;
    margin-right: 5px;
    background-size: 28px 28px;
  }
  .p-ricebrand .p-tab__btn--01 {
    left: 40px;
  }
  .p-ricebrand .p-tab__btn--02 {
    right: 40px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand .p-tab__btn {
    font-size: 16px;
    line-height: 1.375;
    width: 43.125%;
    padding: 0 8px;
  }
  .p-ricebrand .p-tab__btn::before {
    width: 25px !important;
    height: 25px !important;
    margin-right: 3px;
    background-size: 22px 22px;
  }
  .p-ricebrand .p-tab__btn--01 {
    left: 20px;
  }
  .p-ricebrand .p-tab__btn--02 {
    right: 20px;
  }
}

.p-ricebrand .p-tab__btn::before {
  display: block;
  content: '';
  background-image: url(/home/suihanki/okomejuku/rice/ricebrand/img/arrow_off.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.p-ricebrand .p-tab__btn.is_active {
  color: #961a27;
  background-color: #fff;
}

.p-ricebrand .p-tab__btn.is_active::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-color: #fff;
}

.p-ricebrand .p-tab__btn.is_active::before {
  background-image: url(/home/suihanki/okomejuku/rice/ricebrand/img/arrow_on.png);
}

@media (max-width: 768px) {
  .p-ricebrand .p-tab__txt {
    flex: 1;
  }
}

@media (min-width: 769px) {
  .p-ricebrand .p-tab__body {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand .p-tab__body {
    margin-bottom: 50px;
    padding: 20px;
  }
}

.p-ricebrand__list {
  position: relative;
  letter-spacing: .05em;
  border-top: 2px solid #961a27;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .p-ricebrand__list {
    border-width: 1px;
  }
}

.p-ricebrand__list a {
  font-size: 14px;
  font-weight: bold;
  width: 20%;
  padding: 1em 0;
  text-decoration: none;
  color: #961a27;
  border-bottom: 2px solid #961a27;
  border-right: 2px solid #961a27;
}

@media (min-width: 769px) {
  .p-ricebrand__list a {
    text-align: center;
  }
  .p-ricebrand__list a:nth-child(5n) {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .p-ricebrand__list a {
    padding-left: 8px;
  }
  .p-ricebrand__list a:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .p-ricebrand__list a {
    font-size: 13px;
    width: 50%;
  }
}

.p-ricebrand__list a:hover {
  color: #fff;
  background: #961a27;
}

.p-ricebrand__list .number {
  color: #a2894a;
}

.p-ricebrand__detail .c-link-txt a {
  color: #333 !important;
}

@media (min-width: 769px) {
  .p-ricebrand__detail {
    padding: 0 20px 0 50px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand__detail:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .p-ricebrand__detail .c-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.p-ricebrand__detail:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: 1px dotted #cd9198;
}

@media (min-width: 769px) {
  .p-ricebrand__detail .p-column {
    display: flex;
    justify-content: space-between;
    align-items: normal;
    flex-wrap: nowrap;
  }
  .p-ricebrand__detail .p-column__desc {
    flex: 1 0 1%;
  }
  .p-ricebrand__detail .p-column__img {
    width: 350px;
    margin-left: 35px;
  }
  .p-ricebrand__detail .p-column__img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .p-ricebrand__detail .p-column__img {
    margin-top: 30px;
  }
}

@media (min-width: 769px) {
  .p-ricebrand__detail .p-movie {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand__detail .p-movie {
    margin-top: 30px;
  }
}

.p-ricebrand__detail .c-function {
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .p-ricebrand__detail .c-function {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand__detail .c-function {
    margin-top: 10px;
  }
}

.p-ricebrand__detail .c-function__icon {
  font-size: 14px;
  height: 24px;
  margin-right: 4px;
  padding: 0 10px 0 30px;
  color: #fff;
  border-radius: 12px;
  background: #cdb987 url(/home/suihanki/okomejuku/rice/ricebrand/img/ico_rice.png) no-repeat 7px center;
  background-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.p-ricebrand__detail .c-function__txt {
  font-size: 12px;
  color: #cdb987;
}

.p-ricebrand__detail .c-txt {
  margin-bottom: 15px;
}

.p-ricebrand__detail .c-ttl {
  margin-bottom: 10px;
  color: #961a27;
}

@media (min-width: 769px) {
  .p-ricebrand__detail .c-ttl {
    font-size: 24px;
    position: relative;
  }
  .p-ricebrand__detail .c-ttl .number {
    position: absolute;
    top: 0;
    left: -50px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand__detail .c-ttl {
    font-size: 16px;
  }
}

.p-ricebrand__detail .c-prefecture {
  font-size: 14px;
}

@media (max-width: 768px) {
  .p-ricebrand__detail .c-prefecture {
    display: none;
  }
}

@media (min-width: 769px) {
  .p-ricebrand__meister {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand__meister {
    padding-top: 50px;
  }
}

.p-ricebrand .meister {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .p-ricebrand .meister {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand .meister {
    padding-top: 30px;
  }
}

@media (min-width: 769px) {
  .p-ricebrand .meister__img {
    width: 232px;
    height: 232px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand .meister__img {
    width: 150px;
    height: 150px;
  }
}

.p-ricebrand .meister__info {
  text-align: center;
}

@media (min-width: 769px) {
  .p-ricebrand .meister__info {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand .meister__info {
    margin-top: 25px;
  }
}

@media (min-width: 769px) {
  .p-ricebrand .meister__title {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand .meister__title {
    font-size: 12px;
  }
}

.p-ricebrand .meister__name {
  font-weight: bold;
}

@media (min-width: 769px) {
  .p-ricebrand .meister__name {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand .meister__name {
    font-size: 14px;
  }
}

.p-ricebrand .toindex {
  position: fixed;
  z-index: 1000;
}

@media (min-width: 769px) {
  .p-ricebrand .toindex {
    right: 20px;
    bottom: 30px;
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .p-ricebrand .toindex {
    right: 10px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}

.p-ricebrand .toindex__link {
  display: block;
}

.p-ricebrand .toindex__img {
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .p-tab__txt {
    height: 30px !important;
  }
  /* IE11 */
}

@media (min-width: 769px) {
  .p-lecture {
    max-width: 640px;
    margin: 0 auto 0;
  }
}

@media (max-width: 768px) {
  .p-lecture {
    padding: 0 15px;
  }
}

@media (min-width: 769px) {
  .p-lecture {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: normal;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .p-lecture {
    padding: 0 42px;
  }
}

.p-lecture__box {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .p-lecture__box {
    width: 260px;
  }
}

@media (max-width: 768px) {
  .p-lecture__box {
    margin-bottom: 40px;
  }
}

.p-lecture__title {
  width: 100%;
}

@media (min-width: 769px) {
  .p-lecture__title {
    height: 60px;
  }
}

.p-lecture__figure {
  width: 100%;
}

@media (min-width: 769px) {
  .p-lecture__figure {
    height: 260px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .p-lecture__figure {
    margin-bottom: 13px;
  }
}

.p-lecture__job {
  font-weight: bold;
  color: #961a27;
}

@media (min-width: 769px) {
  .p-lecture__job {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .p-lecture__job {
    font-size: 14px;
  }
}

.p-lecture__name {
  font-weight: bold;
}

@media (min-width: 769px) {
  .p-lecture__name {
    font-size: 20px;
  }
  .p-lecture__name--mini {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .p-lecture__name {
    font-size: 16px;
  }
  .p-lecture__name--mini {
    font-size: 14px;
  }
}

.u-tal {
  text-align: left !important;
}

.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

.u-clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.u-for-pc {
  display: inherit;
}

@media (max-width: 768px) {
  .u-for-pc {
    display: none;
  }
}

.u-for-sp {
  display: none;
}

@media (max-width: 768px) {
  .u-for-sp {
    display: inherit;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt1 {
  margin-top: 1px !important;
}

.u-mb1 {
  margin-bottom: 1px !important;
}

.u-mt2 {
  margin-top: 2px !important;
}

.u-mb2 {
  margin-bottom: 2px !important;
}

.u-mt3 {
  margin-top: 3px !important;
}

.u-mb3 {
  margin-bottom: 3px !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt6 {
  margin-top: 6px !important;
}

.u-mb6 {
  margin-bottom: 6px !important;
}

.u-mt7 {
  margin-top: 7px !important;
}

.u-mb7 {
  margin-bottom: 7px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-mt9 {
  margin-top: 9px !important;
}

.u-mb9 {
  margin-bottom: 9px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mt11 {
  margin-top: 11px !important;
}

.u-mb11 {
  margin-bottom: 11px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-mt13 {
  margin-top: 13px !important;
}

.u-mb13 {
  margin-bottom: 13px !important;
}

.u-mt14 {
  margin-top: 14px !important;
}

.u-mb14 {
  margin-bottom: 14px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-mt17 {
  margin-top: 17px !important;
}

.u-mb17 {
  margin-bottom: 17px !important;
}

.u-mt18 {
  margin-top: 18px !important;
}

.u-mb18 {
  margin-bottom: 18px !important;
}

.u-mt19 {
  margin-top: 19px !important;
}

.u-mb19 {
  margin-bottom: 19px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt21 {
  margin-top: 21px !important;
}

.u-mb21 {
  margin-bottom: 21px !important;
}

.u-mt22 {
  margin-top: 22px !important;
}

.u-mb22 {
  margin-bottom: 22px !important;
}

.u-mt23 {
  margin-top: 23px !important;
}

.u-mb23 {
  margin-bottom: 23px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt26 {
  margin-top: 26px !important;
}

.u-mb26 {
  margin-bottom: 26px !important;
}

.u-mt27 {
  margin-top: 27px !important;
}

.u-mb27 {
  margin-bottom: 27px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-mt29 {
  margin-top: 29px !important;
}

.u-mb29 {
  margin-bottom: 29px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt31 {
  margin-top: 31px !important;
}

.u-mb31 {
  margin-bottom: 31px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mt33 {
  margin-top: 33px !important;
}

.u-mb33 {
  margin-bottom: 33px !important;
}

.u-mt34 {
  margin-top: 34px !important;
}

.u-mb34 {
  margin-bottom: 34px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-mt37 {
  margin-top: 37px !important;
}

.u-mb37 {
  margin-bottom: 37px !important;
}

.u-mt38 {
  margin-top: 38px !important;
}

.u-mb38 {
  margin-bottom: 38px !important;
}

.u-mt39 {
  margin-top: 39px !important;
}

.u-mb39 {
  margin-bottom: 39px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt41 {
  margin-top: 41px !important;
}

.u-mb41 {
  margin-bottom: 41px !important;
}

.u-mt42 {
  margin-top: 42px !important;
}

.u-mb42 {
  margin-bottom: 42px !important;
}

.u-mt43 {
  margin-top: 43px !important;
}

.u-mb43 {
  margin-bottom: 43px !important;
}

.u-mt44 {
  margin-top: 44px !important;
}

.u-mb44 {
  margin-bottom: 44px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt46 {
  margin-top: 46px !important;
}

.u-mb46 {
  margin-bottom: 46px !important;
}

.u-mt47 {
  margin-top: 47px !important;
}

.u-mb47 {
  margin-bottom: 47px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-mt49 {
  margin-top: 49px !important;
}

.u-mb49 {
  margin-bottom: 49px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt51 {
  margin-top: 51px !important;
}

.u-mb51 {
  margin-bottom: 51px !important;
}

.u-mt52 {
  margin-top: 52px !important;
}

.u-mb52 {
  margin-bottom: 52px !important;
}

.u-mt53 {
  margin-top: 53px !important;
}

.u-mb53 {
  margin-bottom: 53px !important;
}

.u-mt54 {
  margin-top: 54px !important;
}

.u-mb54 {
  margin-bottom: 54px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-mt57 {
  margin-top: 57px !important;
}

.u-mb57 {
  margin-bottom: 57px !important;
}

.u-mt58 {
  margin-top: 58px !important;
}

.u-mb58 {
  margin-bottom: 58px !important;
}

.u-mt59 {
  margin-top: 59px !important;
}

.u-mb59 {
  margin-bottom: 59px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mt61 {
  margin-top: 61px !important;
}

.u-mb61 {
  margin-bottom: 61px !important;
}

.u-mt62 {
  margin-top: 62px !important;
}

.u-mb62 {
  margin-bottom: 62px !important;
}

.u-mt63 {
  margin-top: 63px !important;
}

.u-mb63 {
  margin-bottom: 63px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mt66 {
  margin-top: 66px !important;
}

.u-mb66 {
  margin-bottom: 66px !important;
}

.u-mt67 {
  margin-top: 67px !important;
}

.u-mb67 {
  margin-bottom: 67px !important;
}

.u-mt68 {
  margin-top: 68px !important;
}

.u-mb68 {
  margin-bottom: 68px !important;
}

.u-mt69 {
  margin-top: 69px !important;
}

.u-mb69 {
  margin-bottom: 69px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mt71 {
  margin-top: 71px !important;
}

.u-mb71 {
  margin-bottom: 71px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

.u-mb72 {
  margin-bottom: 72px !important;
}

.u-mt73 {
  margin-top: 73px !important;
}

.u-mb73 {
  margin-bottom: 73px !important;
}

.u-mt74 {
  margin-top: 74px !important;
}

.u-mb74 {
  margin-bottom: 74px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mt76 {
  margin-top: 76px !important;
}

.u-mb76 {
  margin-bottom: 76px !important;
}

.u-mt77 {
  margin-top: 77px !important;
}

.u-mb77 {
  margin-bottom: 77px !important;
}

.u-mt78 {
  margin-top: 78px !important;
}

.u-mb78 {
  margin-bottom: 78px !important;
}

.u-mt79 {
  margin-top: 79px !important;
}

.u-mb79 {
  margin-bottom: 79px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mt81 {
  margin-top: 81px !important;
}

.u-mb81 {
  margin-bottom: 81px !important;
}

.u-mt82 {
  margin-top: 82px !important;
}

.u-mb82 {
  margin-bottom: 82px !important;
}

.u-mt83 {
  margin-top: 83px !important;
}

.u-mb83 {
  margin-bottom: 83px !important;
}

.u-mt84 {
  margin-top: 84px !important;
}

.u-mb84 {
  margin-bottom: 84px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mt86 {
  margin-top: 86px !important;
}

.u-mb86 {
  margin-bottom: 86px !important;
}

.u-mt87 {
  margin-top: 87px !important;
}

.u-mb87 {
  margin-bottom: 87px !important;
}

.u-mt88 {
  margin-top: 88px !important;
}

.u-mb88 {
  margin-bottom: 88px !important;
}

.u-mt89 {
  margin-top: 89px !important;
}

.u-mb89 {
  margin-bottom: 89px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mt91 {
  margin-top: 91px !important;
}

.u-mb91 {
  margin-bottom: 91px !important;
}

.u-mt92 {
  margin-top: 92px !important;
}

.u-mb92 {
  margin-bottom: 92px !important;
}

.u-mt93 {
  margin-top: 93px !important;
}

.u-mb93 {
  margin-bottom: 93px !important;
}

.u-mt94 {
  margin-top: 94px !important;
}

.u-mb94 {
  margin-bottom: 94px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mt96 {
  margin-top: 96px !important;
}

.u-mb96 {
  margin-bottom: 96px !important;
}

.u-mt97 {
  margin-top: 97px !important;
}

.u-mb97 {
  margin-bottom: 97px !important;
}

.u-mt98 {
  margin-top: 98px !important;
}

.u-mb98 {
  margin-bottom: 98px !important;
}

.u-mt99 {
  margin-top: 99px !important;
}

.u-mb99 {
  margin-bottom: 99px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-fwB {
  font-weight: bold !important;
}

.u-fwN {
  font-weight: normal !important;
}

.u-color-1 {
  color: #961a27 !important;
}

@media screen and (max-width: 768px) {
    .c-txt .pc {
        display: none !important;
    }
}