@charset "UTF-8";
@-webkit-keyframes logo {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 64px;
    opacity: 1; } }
@keyframes logo {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 64px;
    opacity: 1; } }

@-webkit-keyframes bg {
  0% {
    right: 0; }
  100% {
    right: -100%; } }

@keyframes bg {
  0% {
    right: 0; }
  100% {
    right: -100%; } }

@-webkit-keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes down {
  0% {
    height: 0; }
  30% {
    height: 133px; }
  31% {
    height: 0; }
  100% {
    height: 0; } }

@keyframes down {
  0% {
    height: 0; }
  30% {
    height: 133px; }
  31% {
    height: 0; }
  100% {
    height: 0; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

body {
  -webkit-print-color-adjust: exact;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #000;
  overflow-x: hidden;
  background: #E50012;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em; }
  body.fixed {
    position: fixed;
    width: 100%; }
  body.op-anim {
    overflow: hidden; }
  body .wrap {
    padding-top: 130px;
    background: #fff;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 769px) {
      body .wrap {
        padding-top: 80px; } }

.pc-on {
  display: block; }
  @media screen and (max-width: 769px) {
    .pc-on {
      display: none; } }

.sp-on {
  display: none; }
  @media screen and (max-width: 769px) {
    .sp-on {
      display: block; } }

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  a img {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  a:hover {
    opacity: 0.7;
    text-decoration: none; }
    a:hover img {
      opacity: 0.7; }
  a.comingsoon {
    display: inline-block;
    pointer-events: none; }

.en {
  font-family: Oswald, sans-serif; }

.emphasis {
  color: #E50012; }

.obj-cover {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.page-ttl {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 35px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7; }
  @media screen and (max-width: 769px) {
    .page-ttl {
      margin-bottom: 25px;
      padding-bottom: 18px;
      font-size: 16px; } }
  .page-ttl--en {
    font-size: 38px;
    letter-spacing: 0.06em; }
    @media screen and (max-width: 769px) {
      .page-ttl--en {
        font-size: 25px; } }
  .page-ttl::after {
    content: "";
    width: 160px;
    height: 1px;
    background: #E50012;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  .header__inner {
    padding: 25px; }
    @media screen and (max-width: 769px) {
      .header__inner {
        padding: 16px; } }
  .header__logo {
    display: block;
    width: 126px;
    height: 27px;
    font-size: 27px; }
    @media screen and (max-width: 769px) {
      .header__logo {
        font-size: 21px; } }

.copy {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(90deg);
          transform: translate(-25%, -50%) rotate(90deg);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 769px) {
    .copy {
      font-size: 10px; } }

.footer {
  background-color: #000;
  font-size: 12px;
  padding: 0 20px; }
  @media screen and (max-width: 769px) {
    .footer {
      font-size: 10px; } }
  .footer__navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    height: 60px; }
    @media screen and (max-width: 769px) {
      .footer__navi {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        height: 50px; } }
    .footer__navi li {
      position: relative;
      padding-left: calc(3em * 1.1); }
      .footer__navi li::before {
        position: absolute;
        left: 0;
        content: "　／　";
        color: #fff; }
      .footer__navi li:first-child {
        padding-left: 0; }
        .footer__navi li:first-child::before {
          display: none; }
      .footer__navi li a {
        display: inline-block; }
  .footer a {
    color: #fff; }

.index .footer {
  margin-top: 0; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.icon-splash {
  width: 0.888671875em; }

.icon-logo_symbol {
  width: 0.705078125em; }

.icon-logo {
  width: 4.71484375em; }

.icon-email {
  width: 1.23046875em; }

.navi-btn {
  position: fixed;
  top: 0;
  right: 0;
  background: url(../img/common/navi_bg.svg) no-repeat;
  background-size: contain;
  width: 74px;
  height: 77px;
  z-index: 120; }
  @media screen and (min-width: 770px) {
    .navi-btn:hover {
      cursor: pointer; } }
  @media screen and (max-width: 769px) {
    .navi-btn {
      width: 60px;
      height: 62px; } }
  .navi-btn.absolute {
    position: absolute;
    top: 0;
    right: 0; }
    .navi-btn.absolute.active {
      position: fixed; }
  .navi-btn span {
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    width: 34px;
    height: 2px;
    top: 24px;
    right: 21px;
    background: #E50012;
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg); }
    @media screen and (max-width: 769px) {
      .navi-btn span {
        top: 16px;
        right: 10px; } }
    .navi-btn span:nth-child(2) {
      width: 30px;
      top: 33px;
      right: 24px; }
      @media screen and (max-width: 769px) {
        .navi-btn span:nth-child(2) {
          top: 26px;
          right: 14px; } }
    .navi-btn span:nth-child(3) {
      width: 24px;
      top: 42px;
      right: 29px; }
      @media screen and (max-width: 769px) {
        .navi-btn span:nth-child(3) {
          top: 36px;
          right: 20px; } }
  .navi-btn.active {
    background-image: none; }
    .navi-btn.active span {
      background-color: #fff;
      width: 38px;
      height: 2px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 55px;
      right: 22px; }
      .navi-btn.active span:nth-child(2) {
        display: none; }
      .navi-btn.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.contact-btn {
  position: fixed;
  top: 80px;
  right: 0;
  background: url(../img/common/navi_bg2.svg) no-repeat;
  background-size: contain;
  width: 74px;
  height: 91px;
  z-index: 100; }
  @media screen and (min-width: 770px) {
    .contact-btn:hover {
      cursor: pointer; } }
  @media screen and (max-width: 769px) {
    .contact-btn {
      width: 60px;
      height: 73px;
      top: 62px; } }
  .contact-btn.absolute {
    position: absolute;
    top: 80px;
    right: 0; }
    @media screen and (max-width: 769px) {
      .contact-btn.absolute {
        top: 62px; } }
    .contact-btn.absolute.active {
      position: fixed; }
  .contact-btn a {
    display: block;
    width: 100%;
    height: 100%; }
    .contact-btn a div {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      width: 100%;
      height: 100%; }
      .contact-btn a div svg {
        font-size: 20px; }

.navi {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: all .5s;
  transition: all .5s;
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  padding: 94px 0 94px 80px;
  background-color: #E50012;
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 100; }
  @media screen and (max-width: 769px) {
    .navi {
      width: 95%;
      max-width: 325px;
      padding: 94px 0 94px 10%; } }
  .navi::-webkit-scrollbar {
    display: none; }
  .navi.active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .navi li {
    font-size: 18px;
    letter-spacing: 0.22em;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
    .navi li:nth-last-child(2) {
      border: none; }
    .navi li.hr {
      margin-top: 80px;
      background: #fff; }
      @media screen and (max-width: 769px) {
        .navi li.hr {
          margin-top: 40px; } }
      .navi li.hr p {
        margin-bottom: 10px;
        color: #000;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0.1em; }
      .navi li.hr img {
        display: block;
        width: 60px; }
      .navi li.hr a::before, .navi li.hr a::after {
        background: #000; }
    .navi li a {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      padding-left: 35px;
      width: 100%;
      height: 70px;
      color: #fff; }
      .navi li a::before {
        position: absolute;
        left: 10px;
        top: 50%;
        content: "";
        width: 12px;
        height: 1px;
        background-color: #fff;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media screen and (max-width: 769px) {
          .navi li a::before {
            height: 2px;
            -webkit-transform: translateY(100%);
                    transform: translateY(100%); } }
      .navi li a::after {
        position: absolute;
        left: 15px;
        top: 45%;
        content: "";
        width: 8px;
        height: 1px;
        background-color: #fff;
        -webkit-transform: translateY(0) rotate(45deg);
                transform: translateY(0) rotate(45deg); }
        @media screen and (max-width: 769px) {
          .navi li a::after {
            height: 2px;
            -webkit-transform: translateY(150%) rotate(45deg);
                    transform: translateY(150%) rotate(45deg); } }
      @media screen and (min-width: 770px) {
        .navi li a:hover {
          padding-left: 45px; } }
      .navi li a.comingsoon {
        color: #B4B4B4; }

.lower .kv {
  position: relative;
  height: 0;
  padding-top: 39%; }
  @media screen and (max-width: 1080px) {
    .lower .kv {
      height: 500px;
      padding: 0; } }
  @media screen and (max-width: 769px) {
    .lower .kv {
      height: 360px;
      margin-bottom: 100px;
      padding: 0; } }
  .lower .kv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(229, 0, 18, 0.38);
    background-size: cover; }
  .lower .kv__inner {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-width: 628px;
    padding: 65px 0 65px 50px;
    background: #E50012;
    box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
    z-index: 1;
    box-sizing: border-box; }
    @media screen and (max-width: 769px) {
      .lower .kv__inner {
        top: unset;
        bottom: 0;
        min-width: unset;
        width: calc(100% - 7vw);
        padding: 20px 0 20px 20px;
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
        box-sizing: border-box; } }
  .lower .kv__ttl {
    margin-bottom: 28px;
    padding: 0 50px 28px 0;
    font-size: 36px;
    border-bottom: 1px solid #fff; }
    @media screen and (max-width: 769px) {
      .lower .kv__ttl {
        margin-bottom: 15px;
        padding: 0 20px 15px 0;
        font-size: 22px; } }
    .lower .kv__ttl span {
      font-size: 25px; }
      @media screen and (max-width: 769px) {
        .lower .kv__ttl span {
          font-size: 15px; } }
    .lower .kv__ttl .en {
      display: block;
      margin-bottom: 20px;
      font-size: 13px; }
      @media screen and (max-width: 769px) {
        .lower .kv__ttl .en {
          margin-bottom: 10px;
          font-size: 11px; } }
  .lower .kv__text {
    padding-right: 30px;
    font-size: 18px;
    line-height: 2; }
    @media screen and (max-width: 769px) {
      .lower .kv__text {
        padding-right: 7vw;
        font-size: 14px;
        line-height: 1.8; } }

.sec__ttl {
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 769px) {
    .sec__ttl {
      font-size: 25px; } }
  .sec__ttl__jp {
    display: block;
    margin-top: 28px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 769px) {
      .sec__ttl__jp {
        margin-top: 11px;
        font-size: 13px; } }

.sec__s-ttl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7; }
  @media screen and (max-width: 769px) {
    .sec__s-ttl {
      margin-bottom: 30px;
      font-size: 15px; } }

.sec__inner {
  max-width: 1500px;
  margin: 0 7vw; 
  border-bottom: solid 1px #C9C9C9;

}

.text_line {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 56%;
    flex: 1 1 56%;
    left: 10%;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7;
    position: relative;
    padding: 0.5em 0 0 0.5em;
    border-left: 4px solid #E50012;
    margin-bottom: 30px;
}



.btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  @media screen and (max-width: 769px) {
    .btn-area {
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .btn-area .note {
    margin-bottom: 15px;
    font-size: 13px;
    text-align: center; }
    .btn-area .note a {
      color: #016FC8;
      text-decoration: underline; }
  .btn-area .btn {
    width: 300px;
    height: 60px;
    margin: 0 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #6E6E6E;
    border: none;
    letter-spacing: 0.15em; }
    @media screen and (min-width: 770px) {
      .btn-area .btn:hover {
        opacity: 1;
        background: #404040; } }
    @media screen and (max-width: 769px) {
      .btn-area .btn {
        width: 275px;
        height: 55px;
        margin: 0 auto; } }
    .btn-area .btn--red {
      background: #E50012; }
      @media screen and (min-width: 770px) {
        .btn-area .btn--red:hover {
          cursor: pointer;
          background: #b50012; } }
      @media screen and (max-width: 769px) {
        .btn-area .btn--red {
          margin: 0 auto 27px; } }
  .btn-area button {
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

input[type="text"],
input[type="button"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="password"],
textarea,
button {
  padding: 10px 20px;
  box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  border-radius: 0;
  border: solid 1px #B4B4B4;
  font-size: 15px;
  line-height: 2;
  vertical-align: middle; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="button"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="submit"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  button::-webkit-input-placeholder {
    color: #C9C9C9; }
  input[type="text"]::placeholder,
  input[type="button"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="submit"]::placeholder,
  input[type="password"]::placeholder,
  textarea::placeholder,
  button::placeholder {
    color: #C9C9C9; }
  input[type="text"]:-ms-input-placeholder,
  input[type="button"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="submit"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  button:-ms-input-placeholder {
    color: #C9C9C9; }
  input[type="text"]::-ms-input-placeholder,
  input[type="button"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="submit"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  button::-ms-input-placeholder {
    color: #C9C9C9; }




/* 以下、rssのcssスタイルシート */

.rss .wrap {
  padding-top: 0; }

.rss .kv {
  background: url(../img/rss/top_img.jpg) no-repeat;
  background-size: cover; }


.rss .intro {
  margin-bottom: 50px;
  padding-top: 60px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.8vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.875; }


.rss .feature__ttl {
  margin-bottom: 70px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff; }

.rss .feature__ttl span {
display: inline-block;
padding: 20px 45px;
background: #E50012; }

.rss .feature {
padding-top: 60px;

}


.rss .feature .list{
  counter-reset: number 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 30px;

}

.rss .feature .list li {
  position: relative;
  width: 40%;
  margin: 30px 5%;
  padding-bottom: 30px;
}

.rss .feature .list li::after {
  position: absolute;
  top: -60px;
  left: 10px;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: Oswald, sans-serif;
  font-size: 100px;
  color: #E50012; 
}

.rss .list .list__img img {
  display: block;
  width: 100%;

}

.rss .feature .list__detail {
  position: relative;
  width: 95%;
  margin: -75px auto 30px;
  color: #fff;
  text-align: center;
  line-height: 2;
}

.rss .feature .list__detail__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  background: #E50012;
  box-sizing: border-box; }

  .rss .feature .list__detail__text {
    padding: 10px;
    font-size: 13px;
    background: #6E6E6E; }

    @media screen and (max-width: 950px) {
      .rss .feature .list__detail__text {
        font-size: 1.4vw;
      }
    }

    @media screen and (max-width: 800px) {
      .rss .feature .list__detail__text {
        font-size: 1.2vw;
      }
    }



.rss .ex {
  margin-bottom: 60px; 
  padding-top: 50px;

}




.rss .ex__img img {
  padding-bottom: 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  width: 80%; 
  margin: 0 auto;
}



  .rss .service {
  margin-bottom: 60px;
  padding: 40px 0 80px;
  background: rgb(253, 245, 244); }

.rss .service .list li {
  position: relative; }


  .rss .service .list li:last-child .list__block {
  padding-bottom: 0; }

  .rss .service .list li:last-child .list__block::before, .rss .service .list li:last-child .list__block::after {
  display: none; }

  .rss .service .list__block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 90px; }

  
  .rss .service .list__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 289px;
      flex: 0 0 289px; }

  .rss .service .list__img img {
  width: 100%; }
  
  .rss .service .list__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      align-items: center;
  width: 100%;
  padding: 30px 35px;
  box-sizing: border-box;
  background: #fff; }
 
  .rss .service .list__detail__ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #E50012; }
  
  .rss .service .list__detail__text {
  font-size: 15px;
  line-height: 1.8; }
  
  .rss .service .list__detail a {
  color: #000;
  text-decoration: underline; }


@media screen  and (min-width:769px) and (max-width: 950px) {
  .rss .members .sec__s-ttl {
    font-size: 2.6vw;
  }
}
 
.rss .member {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #C9C9C9;
  text-align: center; }



  .rss .member li {
    width: calc((100% - 40px) / 3); 
    padding-bottom: 30px;
  
  }
   
  .rss .member__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 100%;
    box-sizing: border-box;
   }
   
    .rss .member__img img {
      max-width: 250px;
      width: 100%; }

      .rss .member__text {
        width: 100%;
      
      }


  .rss .member__text {
    position: relative;
    padding: 0.5em;
    width: 95%;
    line-height: 1.7; 
    margin-top: -20px;
    text-align: left;
    background-color: #E50012;
    color: white;
    font-size: 14px;
  }
  @media screen and (max-width: 950px) {
    .rss .member__text { 
      font-size: 1.4vw;
    }
  }
  
  .rss .member .member_text_2 h4{
    width: 90%;
    text-indent: -1em;
    padding-left: 1.5em;
    
  }
  
  .rss .member .emphasis_2 {
    padding: 0.5em;
    line-height: 1.7; 
    text-align: left;
    width: 80%;
    margin: 0 auto;
    font-size: 12px; 
    color: white;
    background-color: gray;
    text-indent: -1em;
    padding-left: 2em;
  }

  @media screen and (max-width: 950px) {
    .rss .member .emphasis_2 {
      font-size: 1.2vw; 
    }
  }

.rss .flow {
  position: relative; 
  background: white;

}

  .rss .flow .note {
    position: absolute;
    top: 5px;
    right: 7vw;
    font-size: 11px;
    font-weight: bold; 
  }
    
  .rss .flow .figure-wrap {
    margin-bottom: 60px;
   }
    
  .rss .flow .figure {
    overflow: hidden;
    overflow-x: scroll;
    margin-bottom: 80px;
  }

  .rss .flow .figure img {
    width: 1700px;
    padding: 0 50px;
    box-sizing: border-box;

  }
  
.rss .operation-ex {
  background: white;
  padding-top: 50px;
  padding-bottom: 100px;
}

.rss .operation-ex table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 90%;
  margin: 20px auto;
}
.rss .operation-ex table tbody {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .rss .operation-ex table tbody {
    flex-direction: column;
  }
}
.rss .operation-ex table tbody tr{
  display: flex;
  flex-direction: column;
  width: 33%;
}
@media screen and (max-width: 769px) {
  .rss .operation-ex table tbody tr{
    width: 100%;
  }
}
.rss .operation-ex table tbody tr th{
  display: flex;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 2em;
}
.rss .operation-ex table tbody tr th span {
  width: 100%;
}

.rss .operation-ex table tbody tr th.bg-emphasis{
  color: #fff;
  background-color: #E50012;
}

.rss .operation-ex table th{
  text-align: center;
  padding: 1em 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 155px;
  font-size: 18px;
}

.rss .operation-ex table th:nth-child(1){
  background-color:#dddddd;
}

.rss .operation-ex table th:nth-child(2){
  background-color:#E50012;
  color: white;
}

.rss .operation-ex table th:nth-child(3) {
  background-color: #E50012;
  color: white;
}

.rss .operation-ex table td{
  display: flex;
  align-items: center;
  justify-items: center;
  text-align: center;
  height: 6.5em;
  border:solid 1px #ddd;
  font-weight: bold;
  font-size: 1.8vw;
  line-height: 2em;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .rss .operation-ex table td{
    height: 100%;
    padding: 10px 0;
  }
}
.rss .operation-ex table td span{
  width: 100%;
}

.rss .operation-ex table tbody .plan_info{
  border-bottom:solid 1px #ddd;  
}

.rss .operation-ex table td:nth-of-type(1){
  font-size: 1.5vw;
  line-height: 1.8em;
  padding-bottom: 0.5em;
}
.rss .operation-ex table td:nth-of-type(2) span span{
  display: block;
  padding: 0;
  color: #555555;
  font-size: 1.5vw;
  text-align: right;
}
@media screen and (max-width: 769px) {
  .rss .operation-ex table td:nth-of-type(2) span span{
    font-size: 12px;
  }
}



.rss .operation-ex table .margin td{
  padding-top: 0;
  padding-bottom: 1em;
  color: #555555;
  font-size: 1.5vw;
  text-align: right;
  padding-right: 2em;
}

.rss .operation-ex .plan_text {
  line-height: 1.8em;
  color: #555555;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 85%;
  font-size: 1.4vw;
}

.rss .operation-ex .plan_text a {
  color: blue;
  text-decoration: underline;
}
