.risora_cs {
  font-family: "Noto Sans JP", sans-serif; }

.rcs-container {
  margin: 0 auto;
  width: 1000px; }

.rcs-block {
  margin-bottom: 120px; }

.rcs-heading {
  margin-bottom: 40px;
  text-align: center; }
  .rcs-heading h3 {
    font-size: 31px;
    font-weight: 700; }
  .rcs-heading p {
    font-family: "Oswald", sans-serif;
    color: #0091d4; }

.rcs-header {
  width: 100%;
  height: 80px;
  background: #111111; }

#footer {
  background: #111;
  color: #ffffff; }
  #footer a {
    color: inherit; }

.rcs-visual {
  margin-bottom: 120px;
  width: 100%;
  height: 460px;
  background: #f6f6ee url(../images/risora-customstyle/visual_bg.jpg) no-repeat center center; }
  .rcs-visual__inner {
    display: flex;
    height: 100%;
    align-items: center; }
  .rcs-visual h2 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.1em; }
    .rcs-visual h2 strong {
      font-size: 31px; }
  .rcs-visual p {
    width: 240px;
    height: 40px; }
    .rcs-visual p a {
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      border: 1px solid #666;
      transition: background-color 0.4s; }
      .rcs-visual p a svg {
        margin-top: 2px;
        margin-left: 5px; }
      .rcs-visual p a:hover {
        border: 1px solid #000;
        background: #000;
        opacity: 1;
        color: #ffffff; }
        .rcs-visual p a:hover svg polyline {
          stroke: #fff; }

.rcs-logo {
  margin-bottom: 120px;
  text-align: center; }

.rcs-about__text {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 16px; }

.rcs-about__img {
  text-align: center; }

.rcs-strength .listStrong {
  margin-top: 40px;
  margin-bottom: 80px; }

.rcs-strength .listStrong:before,
.rcs-strength .listStrong:after {
  content: "";
  display: table; }

.rcs-strength .listStrong:after {
  clear: both; }

.rcs-strength .listStrong li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
  float: left;
  padding: 33px 40px 0 40px;
  width: 480px;
  height: 270px; }

.rcs-strength .listStrong li .tit {
  font-size: 22px;
  font-weight: bold; }

.rcs-strength .listStrong li p {
  line-height: 200%;
  margin-top: 6px;
  width: 200px; }

.rcs-strength .listStrong li:nth-child(odd) {
  clear: both; }

.rcs-strength .listStrong li:nth-child(even) {
  float: right; }

.rcs-strength .listStrong li:nth-child(1) {
  background: url(../images/about/bg-quality-strong01.jpg) no-repeat right; }

.rcs-strength .listStrong li:nth-child(2) {
  background: url(../images/about/bg-quality-strong02.jpg) no-repeat right; }

.rcs-strength .listStrong li:nth-child(3) {
  background: url(../images/about/bg-quality-strong03.jpg) no-repeat right; }

.rcs-strength .listStrong li:nth-child(4) {
  background: url(../images/about/bg-quality-strong04.jpg) no-repeat right; }

.rcs-strength .listStrong li:nth-child(n + 3) {
  margin-top: 40px; }

.rcs-manzoku {
  background: url(../images/risora-customstyle/manzoku_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 350px; }
  .rcs-manzoku__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .rcs-manzoku__text {
    width: 50%; }
    .rcs-manzoku__text h3 {
      margin-bottom: 15px;
      font-size: 31px;
      font-weight: 700; }
    .rcs-manzoku__text p {
      font-size: 12px; }

.rcs-use .stepList {
  border: 1px solid #ccc;
  border-width: 1px 0;
  margin-bottom: 80px; }

.rcs-use .stepList li {
  font-size: 0;
  padding: 19px 0; }

.rcs-use .stepList li .img,
.rcs-use .stepList li dl {
  display: inline-block;
  vertical-align: middle; }

.rcs-use .stepList li .img {
  width: 190px; }

.rcs-use .stepList li dl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -4px;
  padding-left: 41px;
  width: 810px; }

.rcs-use .stepList li dl dt img,
.rcs-use .stepList li dl dt span {
  display: inline-block;
  vertical-align: middle; }

.rcs-use .stepList li dl dt span {
  color: #003665;
  font-size: 22px;
  font-weight: normal;
  margin: 4px 0 0 15px; }

.rcs-use .stepList li dl dd {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 7px; }

.rcs-use .stepList li dl dd .btn {
  background: #666;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 4px;
  padding: 12px 15px 9px;
  width: auto; }

.rcs-use .stepList li dl dd .btn[target="_blank"]:after {
  background: url(../images/common/ico-blank-wh12.png) no-repeat 0 0;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 8px;
  vertical-align: middle;
  width: 12px; }

.rcs-use .stepList li + li {
  border-top: 1px solid #ccc;
  position: relative; }

.rcs-use .stepList li + li:before,
.rcs-use .stepList li + li:after {
  border-style: solid;
  border-width: 11px 10px 0 10px;
  content: "";
  display: block;
  left: 85px;
  position: absolute; }

.rcs-use .stepList li + li:before {
  border-color: #ccc transparent transparent transparent;
  top: 0; }

.rcs-use .stepList li + li:after {
  border-color: #fff transparent transparent transparent;
  top: -2px; }

.rcs-shopTitle {
  margin-bottom: 80px;
  background: url(../images/risora-customstyle/shop_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 310px; }
  .rcs-shopTitle__inner {
    display: flex;
    align-items: center;
    height: 100%; }
  .rcs-shopTitle__text h3 {
    margin-bottom: 15px;
    font-size: 31px;
    font-weight: 700; }
  .rcs-shopTitle__text ul li {
    margin-left: 1.5em;
    list-style: disc;
    font-size: 16px; }

.rcs-shop__heading {
  margin-bottom: 30px; }
  .rcs-shop__heading h4 {
    font-size: 25px;
    font-weight: 700; }
    .rcs-shop__heading h4 strong {
      color: #0091d4; }

.rcs-shop__block {
  margin-bottom: 80px; }
