@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Overpass:400,700&display=swap");

html {
  background: #f7f7f7;
}

body {
  position: relative;
  margin: 0;
  font-family: "Overpass", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  background-color: #fff;
  background: none;
  width: 100%;
  overflow-x: hidden;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

main {
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 1259px) {
  br.pcbr {
    display: none;
  }
}

@media (min-width: 1260px) {
  br.spbr {
    display: none;
  }
}

.fs-preview-header {
  display: none;
}

.fs-l-page {
  display: flex;
}

#fs-page-error-container {
  flex-basis: auto;
  min-width: auto;
  max-width: auto;
  width: auto;
}

/* -------------------
 * サイドナビ
 * ------------------ */
.rn-side {
  width: 240px;
  max-width: 240px;
  flex: 0 0 240px;
  background: #f7f7f7;
  text-align: left;
  /*  opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;*/
}

.rn-side.no-fouc {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width:1259px) {
  .rn-side {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%
  }
}

.rn-side_head {
  text-align: center;
  padding: 20px 24px;
  border-bottom: 1px solid #d6e6f0;
  background: #fff;
}

@media (max-width:1259px) {
  .rn-side_head {
    padding: 20px 1rem;
  }
}

.rn-side_head h2 {
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.55;
  margin-bottom: 20px;
}

.rn-side_head h2 a {
  padding-left: 3px;
  color: #222222;
}

.rn-side_head h2 img {
  margin-top: 10px;
  max-width: 160px;
}

.rn-side_head .side-logo {
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.55;
  margin-bottom: 20px;
}

.rn-side_head .side-logo a {
  padding-left: 3px;
  color: #222222;
}

.rn-side_head .side-logo img {
  margin-top: 10px;
  max-width: 160px;
}

.loginInfo {
  margin-bottom: 20px;
  padding: 12px 9px;
  background-color: #F7F7F7;
}

.loginInfo.my-false {
  display: none;
}

.loginInfo__name {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

.loginInfo__validPoint,
.loginInfo__limitedPoint {
  text-align: left;
  font-weight: bold;
  margin-bottom: 3px;
}

.loginInfo__validPoint {
  font-size: 14px;
}

.loginInfo__limitedPoint {
  font-size: 10px;
}

.loginInfo__validPointDate,
.loginInfo__limitedPointDate {
  font-size: 10px;
  text-align: right;
  opacity: 0;
}

.loginInfo__validPointDate {
  margin-bottom: 16px;
}

.loginInfo__limitedPoint,
.loginInfo__limitedPointDate {
  color: #1B6CAE;
}

.loginInfo__validPoint__link:hover {
  text-decoration: none;
}

.loginInfo__txt--sm {
  font-size: 10px;
}

.loginInfo__icon--point {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 4px;
}

.loginInfo__icon--timer {
  width: 12px;
  height: 14.5px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}

.loginInfo__limitedPointInfo {
  opacity: 0;
  height: 0;
}

.rn-btn_mypage__icon {
  width: 13px;
  margin-right: 5px;
}

.rn-btn_order .rn-btn_order__icon {
  width: 17px;
  margin-right: 5px;
}

.rn-btn_join .rn-btn_logout__icon {
  width: 13px;
  margin-right: 5px;
}

.rn-side_head .rn-btn_order {
  margin-bottom: 17px
}

.rn-side_head .rn-btn_join {
  margin-bottom: 14px
}

.rn-side_date {
  background: #f7f7f7;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px
}

@media (max-width:1259px) {
  .rn-side_date {
    padding: 10px;
    justify-content: space-around
  }
}

.rn-side_date_txt {
  font-size: 16px;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.3
}

.rn-side_date_txt p {
  margin-bottom: 0
}

.rn-side_date_txt span {
  font-size: 28px;
  font-weight: 700
}

@media (max-width:1259px) {
  .rn-side_date_txt span {
    font-size: 24px
  }
}

.rn-side_listwrap {
  background: #fff;
  padding-top: 0;
  padding-bottom: 40px;
}

@media (max-width:1259px) {}

.rn-side_list {
  list-style: none;
  margin: 0;
  padding: 0 24px
}

@media (max-width:991px) {
  .rn-side_list {
    padding: 0 14px
  }
}

.rn-side_list_ttl {
  background: #f7f7f7;
  padding: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  font-size: 18px;
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-top: 18px
}

.rn-side_list_ttl.is-cleaning {
  color: #006caf;
  border-left: 4px solid #006caf;
  margin-top: 0;
}

.rn-side_list_ttl.is-nowash {
  color: #013d71;
  border-left: 4px solid #013d71
}

@media (max-width:991px) {
  .rn-side_list_ttl.is-nowash {
    padding: 8px 24px
  }
}

.rn-side_list_ttl.is-leather {
  color: #8d6e42;
  border-left: 4px solid #a58353;
  padding: 8px 24px
}

.rn-side_list_ttl.is-stockService {
  color: #777777;
  border-left: 4px solid #777777;
}

.rn-side_list_item {
  padding: 0;
  margin-bottom: 0
}

.rn-side_list_item a {
  color: #222;
  font-weight: 700;
  font-size: 16px;
  padding: 13px 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: .3s
}

@media (max-width:991px) {
  .rn-side_list_item a {
    font-size: 14px
  }
}

.rn-side_list_item a span {
  font-size: 28px
}

@media (max-width:991px) {
  .rn-side_list_item a span {
    font-size: 20px
  }
}

.rn-side_list_item a::after {
  content: "\e5cc";
  font-family: 'Material Icons';
  font-size: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px)
}

.rn-side_list_item a:hover {
  background: #f7f7f7;
  text-decoration: none
}

.rn-side_list_item+.rn-side_list_item {
  border-top: 1px solid #e4e4e4
}

.rn-side_outlink {
  list-style: none;
  margin: 0;
  padding: 13.5px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.rn-side_outlink_item {
  padding: 7.5px 20px;
  font-weight: 700
}

@media (max-width:991px) {
  .rn-side_outlink_item {
    padding: 7.5px 14px
  }
}

.rn-side_outlink_item a {
  color: #222;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 13px 0;
  border-bottom: 1px solid #E4E4E4;
}

@media (max-width:991px) {
  .rn-side_outlink_item a {
    font-size: 14px
  }
}

.rn-side_outlink_item a::after {
  content: "\e895";
  font-family: 'Material Icons';
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0
}

.rn-side_outlink_item a:hover {
  text-decoration: none;
  filter: brightness(170%)
}

.rn-side_other {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e4e4e4
}

.rn-side_other_item {
  font-weight: 700;
  padding: 24px
}

@media (max-width:991px) {
  .rn-side_other_item {
    padding: 14px
  }
}

.rn-side_other_item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222;
  position: relative
}

.rn-side_other_item a::after {
  content: "\e5cc";
  font-family: 'Material Icons';
  font-size: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px)
}

.rn-side_other_item a:hover {
  text-decoration: none;
  filter: brightness(170%)
}

.rn-side_sns {
  padding: 20px
}

@media (max-width:991px) {
  .rn-side_sns {
    padding: 14px
  }
}

.rn-side_sns_ttl {
  color: #006caf
}

.rn-side_sns_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.rn-side_sns_items a {
  margin: 12px;
  text-align: center
}

.rn-side_sns_items a:hover {
  filter: brightness(110%)
}

#line_bnr_area .line_link {
  display: block;
  text-align: center;
}

/* -------------------
 * メインコンテンツ
 * ------------------ */
.rn {
  display: block;
  position: relative;
  width: calc(100% - 240px);
}

@media (max-width:1259px) {
  .rn {
    width: 75%;
  }
}

.rn-wrap {
  width: 100%;
  max-width: 1126px;
  margin-left: auto;
  margin-right: auto;
}

.rn-container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1259px) {
  .rn-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.rn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #006CAF;
  border-radius: 36px;
  width: 100%;
  max-width: 430px;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  position: relative;
  transition: .3s;
  font-weight: bold;
}

.rn-btn.is-num span {
  font-size: 30px;
}

@media (max-width: 1259px) {
  .rn-btn.is-num span {
    font-size: 28px;
  }
}

.is-course .rn-btn span {
  font-size: 30px;
}

.rn-flow_btn.is-course {
  margin-top: 30px;
}

.rn-flow_btn.is-course .rn-btn {
  padding: 8px 20px;
}

.rn-btn.is-num {
  padding: 12.5px 20px;
  margin-top: 12px;
}

@media (max-width: 1259px) {
  .rn-btn {
    max-width: 330px;
    padding: 1rem;
    font-size: 16px;
  }
}

@media (max-width: 1259px) {
  .rn-btn.is-order26 {
    max-width: 330px;
  }
}

.rn-btn::after {
  content: "\e5cc";
  font-family: 'Material Icons';
  font-size: 28px;
  position: absolute;
  right: 5%;
}

@media (max-width: 1259px) {
  .rn-btn::after {
    font-size: 20px;
  }
}

.wrapper__2col_delivery_item__txt {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

/*.wrapper__2col_delivery_item__cvbtn {
  display: flex;
  justify-content: space-between;
}*/

.rn-btn.is-delivery {
  font-size: 16px;
  padding: 17px 38px 17px 12px;
  text-align: center;
  /* justify-content: flex-start; */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.rn-btn.is-delivery img {
  margin-right: 1rem;
}

@media (max-width: 1259px) {
  .rn-btn.is-delivery {
    display: flex;
    max-width: 430px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.rn-btn.is-delivery::after {
  font-size: 24px;
  position: absolute;
  right: 3%;
}

.rn-btn:hover {
  text-decoration: none;
  filter: brightness(110%);
}

.rn-btn_order {
  background: #F07800;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 190px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 29px;
  transition: .3s;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.rn-side_head .rn-btn_order {
  background: none;
  border: 2px solid #E4E4E4;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-weight: bold;
  font-size: 14px;
  padding: 11px;
  width: 100%;
  max-width: 190px;
  transition: .3s;
  box-shadow: none;
}

.rn-side_head .rn-btn_order:hover {
  text-decoration: none;
  background: #F7F7F7;
  filter: none;
}

.rn-btn_order p {
  margin-bottom: 0;
}

.rn-btn_order img {
  margin-right: 1rem;
  width: 26px;
}

.rn-btn_order:hover {
  text-decoration: none;
  filter: brightness(110%);
}

.rn-btn_join {
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  max-width: 190px;
  transition: .3s;
}

.rn-btn_join img {
  margin-right: 1rem;
  width: 26px;
}

.rn-btn_join p {
  margin-bottom: 0;
}

.rn-btn_join:hover {
  text-decoration: none;
  background: #F7F7F7;
}

.rn-side_head .fs-clientInfo {
  width: 100%;
  padding: 0;
}

.rn-btn_login {
  /*color: #222222;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;*/
  background: #006CAF;
  padding: 12px;
  margin-bottom: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 190px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 29px;
  transition: .3s;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.rn-btn_white {
  border-radius: 30px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-weight: bold;
  font-size: 16px;
  padding: 12px;
  width: 100%;
  max-width: 310px;
  position: relative;
}

@media (max-width: 1259px) {
  .rn-btn_white {
    font-size: 14px;
  }
}

.rn-btn_white::after {
  content: "\e5cf";
  font-family: 'Material Icons';
  font-size: 24px;
  position: absolute;
  right: 5%;
}

@media (max-width: 1259px) {
  .rn-btn_white::after {
    font-size: 20px;
    right: 3%;
  }
}

.rn-btn_white:hover {
  text-decoration: none;
  background: #F7F7F7;
}

@media (max-width: 1259px) {
  .rn-side {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
  }
}

.rn-side_head h2 img {
  margin-top: 10px;
}

.rn-side_head .rn-btn_order {
  margin-bottom: 17px;
}

.rn-side_head .rn-btn_join {
  margin-bottom: 14px;
}

.rn-side_date {
  background: #F7F7F7;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 18px;
}

.rn-side_ico {
  width: 34%;
}

@media (max-width: 1259px) {
  .rn-side_date {
    padding: 10px;
    justify-content: space-around;
  }
}

.rn-side_date_txt {
  font-size: 15px;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.3;
}

.rn-side_date_txt p {
  margin-bottom: 0;
}

.rn-side_date_txt span {
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 1259px) {
  .rn-side_date_txt span {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .rn-side_list {
    padding: 0 14px;
  }
}

.rn-side_list_ttl {
  background: #F7F7F7;
  padding: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  border-bottom: 1px solid #ECECEC;
  border-top: 1px solid #ECECEC;
  font-size: 18px;
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-top: 18px;
}

.rn-side_list_ttl.is-cleaning {
  color: #006CAF;
  border-left: 4px solid #006CAF;
}

.rn-side_list_ttl.is-nowash {
  color: #013D71;
  border-left: 4px solid #013D71;
}

@media (max-width: 991px) {
  .rn-side_list_ttl.is-nowash {
    padding: 8px 24px;
  }
}

.rn-side_list_ttl.is-leather {
  color: #8D6E42;
  border-left: 4px solid #A58353;
  padding: 8px 24px;
}

.rn-side_list_ttl.is-stockService {
  color: #777777;
  border-left: 4px solid #777777;
}

.rn-side_list_item {
  padding: 0;
  margin-bottom: 0;
}

.rn-side_list_item a {
  color: #222222;
  font-weight: bold;
  font-size: 16px;
  padding: 13px 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: .3s;
}

@media (max-width: 991px) {
  .rn-side_list_item a {
    font-size: 14px;
  }
}

.rn-side_list_item a span {
  font-size: 28px;
}

@media (max-width: 991px) {
  .rn-side_list_item a span {
    font-size: 20px;
  }
}

.rn-side_list_item a::after {
  content: "\e5cc";
  font-family: 'Material Icons';
  font-size: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
}

.rn-side_list_item a:hover {
  background: #F7F7F7;
  text-decoration: none;
}

.rn-side_list_item+.rn-side_list_item {
  border-top: 1px solid #E4E4E4;
}

.rn-side_outlink {
  list-style: none;
  margin: 0;
  padding: 13.5px 0;
  border-bottom: 1px solid #E4E4E4;
}

.rn-side_outlink_item {
  padding: 7.5px 20px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .rn-side_outlink_item {
    padding: 7.5px 14px;
  }
}

.rn-side_outlink_item a {
  color: #222222;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 16px;
}

@media (max-width: 991px) {
  .rn-side_outlink_item a {
    font-size: 14px;
  }
}

.rn-side_outlink_item a::after {
  content: "\e895";
  font-family: 'Material Icons';
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.rn-side_outlink_item a:hover {
  text-decoration: none;
  filter: brightness(170%);
}

.rn-side_other {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E4E4E4;
}

.rn-side_other_item {
  font-size: 16px;
  font-weight: bold;
  padding: 24px;
}

@media (max-width: 991px) {
  .rn-side_other_item {
    padding: 14px;
  }
}

.rn-side_other_item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222222;
  position: relative;
}

.rn-side_other_item a::after {
  content: "\e5cc";
  font-family: 'Material Icons';
  font-size: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
}

.rn-side_other_item a:hover {
  text-decoration: none;
  filter: brightness(170%);
}

.rn-side_sns_ttl {
  color: #006CAF;
  font-size: 16px;
  font-weight: 700;
}

.rn-side_sns_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rn-side_sns_items a {
  margin: 12px;
  text-align: center;
}

.rn-side_sns_items a:hover {
  filter: brightness(110%);
}

.rn-main {
  width: 100%;
  position: relative;
  background: #fff;
  padding-bottom: 0;
}

.rn-info {
  display: flex;
  align-items: center;
  background: #FFEAEA;
  padding: 8px 16px;
  font-size: 14px;
  color: #222222;
  transition: .3s;
}

.rn-info i {
  font-size: 18px;
}

.rn-info span {
  display: inline-flex;
  align-items: center;
  color: #D90A0A;
  margin-right: .75rem;
}

.rn-info:hover {
  text-decoration: none;
  filter: brightness(105%);
}

.rn-hero {
  background: linear-gradient(90deg, #151310, #978776);
}

.rn-hero_inner {
  background: url('https://cleaners.itembox.cloud/item/ssl/img2/common/hero_bg.jpg') no-repeat 65%;
  background-size: cover;
  padding: 72px 63px 63px;
}

@media (max-width: 1259px) {
  .rn-hero_inner {
    padding: 72px 30px 63px;
  }
}

.rn-hero_inner h1 {
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 42px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-shadow: 0px 10px 20px black;
}

@media (max-width: 1259px) {
  .rn-hero_inner h1 {
    font-size: 28px;
  }
}

.rn-hero_label {
  background: #013D71;
  text-align: center;
}

.rn-cp {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  max-width: 1126px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1259px) {
  .rn-cp {
    padding: 20px 1rem;
  }
}

.rn-cp_item {
  width: calc(100%/3 - 40px/3);
  transition: .3s;
  position: relative;
}

.rn-cp_item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: .3s;
  position: absolute;
  left: 0;
  top: 0;
}

.rn-cp_item+.rn-cp_item {
  margin-left: 20px;
}

.rn-cp_item img {
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.rn-cp_item_ttl {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: .75rem;
}

@media (max-width: 1259px) {
  .rn-cp_item_ttl {
    font-size: 14px;
  }
}

.rn-cp_item_txt {
  color: #222222;
  margin-bottom: 0;
  font-size: 16px;
}

@media (max-width: 1259px) {
  .rn-cp_item_txt {
    font-size: 14px;
  }
}

.rn-cp_item:hover {
  text-decoration: none;
}

.rn-cp_item:hover::before {
  opacity: .3;
}

.rn-2col {
  background: #E4E4E4;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

@media (max-width: 1259px) {
  .rn-2col {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.rn-2col_ttl {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 36px;
}

@media (max-width: 1259px) {
  .rn-2col_ttl {
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.rn-2col_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rn-2col_item {
  background: #fff;
  width: calc(50% - 10px);
  border-radius: 5px;
  padding: 32px 25px;
  position: relative;
}

@media (max-width: 1259px) {
  .rn-2col_item {
    width: 100%;
    padding: 24px 32px;
  }

  .rn-2col_item+.rn-2col_item {
    margin-top: 10px;
  }
}

.rn-2col_item::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 8px;
  top: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #A58353;
  border-radius: 5px;
}

.rn-2col_item .rn-btn {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.wrapper__2col_delivery_item__cvbtn .rn-btn {
  width: 80%;
}

.rn-2col_item h3 {
  font-size: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.t-footer__h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-footer__24h-txt {
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #777777;
  padding: 8px;
  margin-left: 12px;
  color: #777777;
  /* margin-top: -10px; */
  /* display: block; */
}

@media (max-width: 1259px) {
  .rn-2col_item h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.rn-2col_item_txt {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.rn-2col_item_txt span {
  background: linear-gradient(transparent 70%, #FFE050 70%);
}

.rn-2col_item_listwrap {
  width: 100%;
  text-align: center;
}

.rn-2col_item_list {
  counter-reset: count-num;
  list-style: none;
  padding-left: 0;
  display: inline-block;
  text-align: left;
}

.rn-2col_item_list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 2em;
  font-size: 18px;
}

.rn-2col_item_list li strong {
  font-weight: bold;
}

.rn-2col_item_list li::before {
  position: absolute;
  counter-increment: count-num;
  content: counter(count-num);
  background-color: #006CAF;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.rn-2col_item_attention {
  font-size: 12px;
  margin-bottom: 0;
}

.rn-2col_item_attention dt {
  font-weight: bold;
}

.rn-2col_item_attention dd {
  margin-bottom: 0;
}

.rn-2col_item_note {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  color: #777777;
}

.rn-2col_item_note.is-small {
  font-size: 12px;
}

.rn-2col_tel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rn-2col_tel_img {
  margin-right: 10px;
}

.rn-2col_tel_img img {
  width: 70px;
}

.rn-2col_tel_txt_num,
.rn-2col_tel_txt_num a {
  color: #006CAF;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
}

.rn-2col_tel_txt_time {
  font-size: 16px;
  margin-bottom: 0;
}

.rn-2col_delivery {
  display: flex;
  padding-top: 10px;
  justify-content: center;
}

.rn-2col_delivery_item {
  padding: 0 24px 0 0;
  margin-bottom: 22px;
}

.rn-2col_delivery_item+.rn-2col_delivery_item {
  padding: 0 0 0 24px;
  border-left: 1px solid #C9C9C9;
}

.rn-2col_delivery_item dt {
  font-size: 16px;
  font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.rn-2col_delivery_item dd {
  font-size: 16px;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

.rn-2col_delivery_item dd strong {
  font-size: 40px;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.rn-2col_delivery_item dd span {
  display: inline-flex;
  align-items: center;
}

.rn-about {
  margin-bottom: 0;
}

#cleaning {
  margin-top: 32px;
}

.rn-about_ttl {
  font-size: 40px;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin-top: 35px;
  margin-bottom: 24px;
}

@media (max-width: 1259px) {
  .rn-about_ttl {
    font-size: 32px;
  }
}

.rn-about_course {
  display: flex;
}

.rn-about_course_item {
  width: calc(100%/3);
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 22px 32px 40px 32px;
  /*margin-top: 60px;*/
}

.rn-about_course_item.is-stockService {
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
  margin-top: 0;
  padding: 32px 32px 32px 32px;
  display: flex;
  justify-content: space-between;
}

.rn-about_course_item.is-stockService .rn-about_course_item_img {
  width: 29.38%;
  margin-bottom: 0;
}

.rn-about_course_item.is-stockService .wrapper__stockService__desc {
  width: 64%;
}

.rn-about_course_item.is-stockService .rn-about_course_item_ttl {
  min-height: 32px;
  margin-bottom: 15px;
  text-align: left;
  display: block;
}

.rn-about_course_item.is-stockService .rn-about_course_item_txt {
  margin-bottom: 15px;
}

@media (max-width: 1259px) {
  .rn-about_course_item {
    padding: 22px 16px 40px 16px;
  }
}

.rn-about_course_item::after {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #fff;
  border-radius: 5px;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: -2;
}

.rn-about_course_item.is-cleaning {
  background: #006CAF;
}

.rn-about_course_item.is-cleaning .rn-about_course_item_num {
  background: linear-gradient(#006CAF calc(50% + 8px), transparent calc(50% + 8px));
}

.rn-about_course_item.is-cleaning .rn-about_course_item_num::after {
  background-color: #006CAF;
}

.rn-about_course_item.is-stockService {
  background: #464748;
}

.rn-about_course_item.is-stockService .rn-about_course_item_num {
  background: linear-gradient(#464748 calc(50% + 8px), transparent calc(50% + 8px));
}

.rn-about_course_item.is-stockService .rn-about_course_item_num::after {
  background-color: #464748;
}

.rn-about_course_item.is-nowash {
  background: #013D71;
}

.rn-about_course_item.is-nowash .rn-about_course_item_num {
  background: linear-gradient(#013D71 calc(50% + 8px), transparent calc(50% + 8px));
}

.rn-about_course_item.is-nowash .rn-about_course_item_num::after {
  background-color: #013D71;
}

.rn-about_course_item.is-leather {
  background: #A58353;
}

.rn-about_course_item.is-leather .rn-about_course_item_num {
  background: linear-gradient(#A58353 calc(50% + 8px), transparent calc(50% + 8px));
}

.rn-about_course_item.is-leather .rn-about_course_item_num::after {
  background-color: #A58353;
}

.rn-about_course_item_num {
  font-size: 42px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding-top: 15px;
  position: absolute;
  left: calc(50% - 60px);
  top: -60px;
  text-align: center;
  z-index: -1;
}

.rn-about_course_item_num::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 8px;
  background: linear-gradient(#fff calc(50% + 8px), transparent calc(50% + 8px));
  z-index: -2;
}

.rn-about_course_item_num::after {
  content: "";
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: -2;
}

.rn-about_course_item_ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1259px) {
  .rn-about_course_item_ttl {
    font-size: 18px;
    min-height: 42px;
  }
}

.rn-about_course_item_img {
  margin-bottom: 28px;
}

.rn-about_course_item_txt {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 27px;
}

@media (max-width: 1259px) {
  .rn-about_course_item_txt {
    font-size: 14px;
    margin-bottom: 18px;
  }
}

.rn-course {
  margin-bottom: 50px;
}

.rn-course_ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 23px;
  flex-direction: column;
}

@media (max-width: 1259px) {
  .rn-course_ttl {
    font-size: 24px;
  }
}

.rn-course_ttl span {
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}

.rn-course_ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

.rn-course_ttl.is-cleaning {
  color: #006CAF;
}

.rn-course_ttl.is-cleaning::before {
  background-color: #006CAF;
}

.rn-course_ttl.is-nowash {
  color: #013D71;
}

.rn-course_ttl.is-nowash::before {
  background-color: #013D71;
}

.rn-course_ttl.is-leather {
  color: #8D6E42;
}

.rn-course_ttl.is-leather::before {
  background-color: #8D6E42;
}

.rn-course_ttl.is-stockService {
  color: #464748;
}

.rn-course_ttl.is-stockService::before {
  background-color: #464748;
}

.rn-course_about {
  display: flex;
  margin-bottom: 26px;
}

.rn-course_about p {
  font-size: 16px;
}

@media (max-width: 1259px) {
  .rn-course_about {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.rn-course_about_img {
  flex: 0 0 calc(50% + 20px);
  max-width: 500px;
  padding-left: 20px;
  text-align: center;
}

@media (max-width: 1259px) {
  .rn-course_about_img {
    flex: 0 0 80%;
  }
}

.rn-course_about.is-center {
  text-align: center;
  justify-content: center;
}

@media (max-width: 1259px) {
  .rn-course_about.is-center {
    text-align: left;
  }
}

.rn-course_itemwrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.rn-course_itemwrap.rn-course_itemwrap--left {
  justify-content: flex-start;
}

.rn-course_item {
  width: calc(25% - 60px/4);
  margin-bottom: 20px;
  transition: .3s;
  position: relative;
}

.rn-course_item+.rn-course_item {
  margin-left: 20px;
}

.rn-course_item_note {
  font-size: 14px;
  color: #222222;
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 15px;
}

@media (max-width: 1259px) {
  .rn-course_item_note {
    font-size: 10px;
  }
}

.rn-course_item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .3s;
}

.rn-course_item:hover {
  text-decoration: none;
}

.rn-course_item:hover:after {
  opacity: .3;
}

.rn-flow {
  padding-top: 40px;
  border-top: 1px solid #E4E4E4;
}

@media (max-width: 1259px) {
  .rn-flow {
    padding-top: 32px;
  }
}

.rn-flow_ttl {
  font-size: 40px;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 35px;
  text-align: center;
}

@media (max-width: 1259px) {
  .rn-flow_ttl {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.rn-flow_txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 26px;
}

.rn-flow_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0;
}

@media (max-width: 1259px) {
  .rn-flow_list {
    margin-bottom: 32px;
  }
}

.rn-flow_list_item {
  position: relative;
  width: calc(25% - 180px/4);
}

.rn-flow_list_item_img {
  margin-bottom: 18px;
  position: relative;
}

.rn-flow_list_item_img::after {
  content: "";
  width: 25px;
  height: 22px;
  position: absolute;
  right: calc(-30px - 12.5px);
  top: calc(50% - 11px);
  background: url('https://cleaners.itembox.cloud/item/ssl/img2/common/ico_arrow_right.png') no-repeat;
  background-size: contain;
}

.rn-flow_list_item:last-of-type .rn-flow_list_item_img::after {
  display: none;
}

.rn-flow_list_item p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 1259px) {
  .rn-flow_list_item p {
    font-size: 14px;
  }
}

.rn-flow_btn {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1259px) {
  .rn-flow_btn {
    margin-bottom: 40px;
  }
}

.rn-corporation {
  padding-top: 46px;
  border-top: 1px solid #E4E4E4;
}

.rn-news {
  padding-top: 46px;
  margin-bottom: 50px;
  /*border-top: 1px solid #E4E4E4;*/
}

@media (max-width: 1259px) {
  .rn-news {
    padding-top: 32px;
    margin-bottom: 40px;
  }
}

.rn-news_ttl {
  text-align: center;
  font-size: 40px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  margin-bottom: 32px;
}

@media (max-width: 1259px) {
  .rn-news_ttl {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

.rn-news_inner {
  display: flex;
}

.rn-news_item {
  width: calc(100%/3);
  padding: 0 24px;
}

.rn-news_item+.rn-news_item {
  border-left: 1px solid #CECECE;
}

@media (max-width: 1259px) {
  .rn-news_item {
    padding: 0 16px;
  }
}

.rn-news_item_ttl {
  color: #006CAF;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 1259px) {
  .rn-news_item_ttl {
    font-size: 14px;
  }
}

.rn-news_item_body {
  font-size: 16px;
  margin-bottom: 0;
}

.rn-news_item_body a {
  color: #006CAF;
}

@media (max-width: 1259px) {
  .rn-news_item_body {
    font-size: 14px;
  }
}

.rn-news_link {
  padding: 0 24px;
  text-align: right;
}

@media (max-width: 1259px) {
  .rn-news_link {
    padding: 10px 0;
  }
}

.rn-news_link a {
  font-size: 14px;
}

.rn-bnrarea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 1259px) {
  .rn-bnrarea {
    margin-bottom: 32px;
  }
}

.rn-bnrarea_item {
  width: calc(100%/3 - 60px/3);
  color: #222222;
  position: relative;
}

@media (max-width: 1259px) {
  .rn-bnrarea_item {
    width: calc(100%/3 - 30px/3);
  }
}

.rn-bnrarea_item img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 18px;
}

.rn-bnrarea_item p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1259px) {
  .rn-bnrarea_item p {
    font-size: 14px;
  }
}

.rn-bnrarea_item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transition: .3s;
}

.rn-bnrarea_item:hover {
  text-decoration: none;
}

.rn-bnrarea_item:hover:after {
  opacity: .3;
}

.rn-footer {
  background: #222222;
  color: #fff;
  padding-bottom: 144px;
  padding: 0 0 30px 0;
  margin-top: 0;
  margin-bottom: 97px;
  min-width: auto;
}

@media (max-width: 1259px) {
  .rn-footer {
    padding-bottom: 116px;
  }
}

.rn-footer a {
  color: #fff;
}

.rn-footer_wrap {
  padding-bottom: 32px;
  margin-bottom: 22px;
  border-bottom: 1px solid #434343;
}

.rn-footer_pagetop {
  text-align: center;
  padding: 16px;
  font-weight: bold;
  border-bottom: 1px solid #434343;
  position: relative;
  margin-bottom: 40px;
}

.rn-footer_pagetop a {
  font-size: 16px;
}

.rn-footer_pagetop::before {
  content: "\e5c7";
  font-family: 'Material Icons';
  font-size: 14px;
  margin-right: .5rem;
}

.rn-footer_set_wrap {
  display: flex;
  justify-content: space-between;
}

.rn-footer_set.is-3col {
  width: calc(75% - 20px);
}

@media (max-width: 1259px) {
  .rn-footer_set.is-3col {
    width: calc(75% - 10px);
  }
}

.rn-footer_set.is-1col {
  width: calc(25% - 20px);
}

@media (max-width: 1259px) {
  .rn-footer_set.is-1col {
    width: calc(25% - 10px);
  }
}

.rn-footer_set h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: left;
  margin-bottom: 26px;
}

@media (max-width: 1259px) {
  .rn-footer_set h3 {
    font-size: 18px;
    margin-bottom: 22px;
  }
}

.rn-footer_set_inner {
  display: flex;
  justify-content: space-between;
}

.rn-footer_list {
  padding: 0;
  margin: 0;
  width: 100%;
}

.rn-footer_list.is-2col {
  width: calc(50% - 40px/3);
}

@media (max-width: 1259px) {
  .rn-footer_list.is-2col {
    width: calc(50% - 20px/3);
  }
}

.rn-footer_list.is-1col {
  width: calc(25% - 40px/3);
}

@media (max-width: 1259px) {
  .rn-footer_list.is-1col {
    width: calc(25% - 20px/3);
  }
}

.rn-footer_list dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: left;
}

@media (max-width: 1259px) {
  .rn-footer_list dt {
    font-size: 14px;
  }
}

.rn-footer_list_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 14px;
}

@media (max-width: 1259px) {
  .rn-footer_list_item {
    font-size: 12px;
  }
}

.rn-footer_list_item_inner {
  list-style: none;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}

.rn-footer_list_item_inner.is-2col {
  width: calc(50% - 20px);
}

@media (max-width: 1259px) {
  .rn-footer_list_item_inner.is-2col {
    width: calc(50% - 10px);
  }
}

.rn-footer_list_item_inner.is-3col {
  width: calc(100%/3 - 80px/3);
}

@media (max-width: 1259px) {
  .rn-footer_list_item_inner.is-3col {
    width: calc(100%/3 - 40px/3);
  }
}

.rn-footer_list_item_link {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #313131;
  position: relative;
  width: 100%;
}

.rn-footer_list_item_link:first-of-type {
  border-top: 1px solid #313131;
}

.rn-footer_list_item_link a {
  width: 100%;
  padding: 14px 0;
  display: block;
  position: relative;
  height: 100%;
  text-align: left;
  font-size: 12px;
}

@media (max-width: 1259px) {
  .rn-footer_list_item_link a {
    padding-right: 14px;
  }
}

.rn-footer_list_item_link a::after {
  content: "\e5cc";
  font-family: 'Material Icons';
  font-size: 16px;
  position: absolute;
  right: 0;
}

@media (max-width: 1259px) {
  .rn-footer_list_item_link a::after {
    font-size: 14px;
  }
}

.rn-footer_other {
  padding-bottom: 22px;
  border-bottom: 1px solid #434343;
}

@media (max-width: 1259px) {
  .rn-footer_other {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}

.rn-footer_other_list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.rn-footer_other_list_item {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
}

.rn-footer_other_list_item+.rn-footer_other_list_item {
  margin-left: 18px;
}

@media (max-width: 1259px) {
  .rn-footer_other_list_item {
    font-size: 12px;
  }
}

/*rn-footer_guide*/
.rn-footer_guide {
  border-bottom: 1px solid #434343;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.rn-footer_guide_inner {
  display: flex;
  flex-wrap: wrap;
}

.rn-footer_guide_ttl {
  font-weight: bold;
  font-size: 16px;
  width: 15%;
  text-align: left;
}

@media (max-width: 1259px) {
  .rn-footer_guide_ttl {
    width: 100%
  }
}

.rn-footer_guide_link {
  margin-right: 36px;
  font-size: 16px;
  position: relative;
}

@media (max-width: 1259px) {
  .rn-footer_guide_link {
    margin-right: 20px;
    font-size: 14px;
  }
}

.rn-footer_guide_link::after {
  content: "\e5cc";
  font-family: 'Material Icons';
  font-size: 16px;
  position: absolute;
  right: -1em;
}

@media (max-width: 1259px) {
  .rn-footer_guide_link::after {
    font-size: 14px;
    right: auto;
  }
}

/*******/
.rn-footer_sns {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
  align-items: center;
}

.rn-footer_sns_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rn-footer_sns_list_item {
  display: inline-block;
}

.rn-footer_sns_list_item+.rn-footer_sns_list_item {
  margin-left: 15px;
}

.rn-footer_sns p {
  font-size: 14px;
  margin-bottom: 0;
}

.rn-footer_bottom {
  background: linear-gradient(90deg, #013D71 50%, #fff 50%);
  color: #222222;
  border-top: 3px solid #013D71;
  position: fixed;
  width: calc(100% - 240px);
  bottom: 0;
  left: 240px;
  z-index: 100;
}

@media (max-width: 1259px) {
  .rn-footer_bottom {
    width: 75%;
    left: 25%;
  }
}

.rn-footer_bottom_inner {
  background: #fff;
  display: flex;
}

.rn-footer_bottom_ico {
  margin-top: -47px;
  width: 118px;
}

@media (max-width: 1259px) {
  .rn-footer_bottom_ico {
    width: calc(118px*0.7);
    margin-top: calc(-47px*0.7);
  }
}

.rn-footer_bottom_item {
  width: calc(50% - 118px/2);
  max-width: 500px;
  padding: 0 16px;
  display: flex;
}

.rn-footer_bottom_item+.rn-footer_bottom_item {
  border-left: 1px solid #81B5D5;
}

@media (max-width: 1259px) {
  .rn-footer_bottom_item {
    width: calc(50% - 118px*0.7/2);
    padding: 0 12px;
  }
}

.rn-footer_bottom_item_img {
  max-width: 63px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

.rn-footer_bottom_item_img img {
  width: 63px;
  height: auto;
}

@media (max-width: 1259px) {
  .rn-footer_bottom_item_img {
    max-width: 46px;
    margin-right: .5rem;
  }
}

.rn-footer_bottom_item_txt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.rn-footer_bottom_item_txt small {
  font-weight: normal;
}

@media (max-width: 1259px) {
  .rn-footer_bottom_item_txt {
    font-size: 12px;
    line-height: 1.5;
  }
}



.rn-footer_bottom_item_ttl {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.1;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1259px) {
  .rn-footer_bottom_item_ttl {
    font-size: 12px;
    line-height: 1.1;
  }
}

.rn-footer_bottom_item_ttl span {
  color: #E50000;
  font-size: 22px;
  padding-bottom: 6px;
}

.rn-footer_bottom_item_ttl span strong {
  font-size: 31px;
}

.rn-footer_bottom_item_body {
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 1259px) {
  .rn-footer_bottom_item_body {
    font-size: 10px;
    line-height: 1.3;
  }
}

.rn-footer_bottom_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rn-footer_bottom_tel_num {
  font-size: 28px;
  text-align: left;
  text-indent: 3px;
  color: #006CAF;
  margin-bottom: 0;
  line-height: 1;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
}

.rn-footer_bottom_tel_num a {
  font-size: 28px;
  color: #006CAF;
}

@media (max-width: 1259px) {

  .rn-footer_bottom_tel_num,
  .rn-footer_bottom_tel_num a {
    font-size: 14px;
  }
}

@media (max-width: 1259px) {
  .rn-footer_bottom_tel_txt {
    margin-right: .25rem;
  }
}

.rn-footer_bottom_tel_note {
  font-size: 12px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 3px;
}

@media (max-width: 1259px) {
  .rn-footer_bottom_tel_note {
    font-size: 10px;
  }
}

.rn-footer_bottom_tel_ico,
.rn-footer_bottom_tel .rn-btn_order {
  /*flex-grow: 1;*/
}

.rn-footer_bottom_tel_txt {
  /*flex-grow: 10;*/
}

.rn-footer_bottom_tel .rn-btn_order {
  margin-left: .5rem;
}

.rn-footer_bottom_tel_ico img {
  width: 33px;
}

@media (max-width: 1259px) {
  .rn-footer_bottom_tel .rn-btn_order {
    font-size: 12px;
    max-width: 91px;
    padding: 10px;
  }

  .rn-footer_bottom_tel .rn-btn_order img {
    margin-right: .25rem;
    width: 14px;
  }
}

/* ログイン/ログアウト制御 */
.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.regist.my-true {
  display: none;
}

.my-pqge.my-false {
  display: none;
}

/* あしらい */
.ttl_line {
  padding-top: 22px;
  position: relative;
}

.ttl_line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #006CAF 15%, #E4E4E4 15%);
}

@media screen and (max-width: 575px) {
  .ttl_line::before {
    background: linear-gradient(90deg, #006CAF 24%, #E4E4E4 24%);
  }
}

/*# sourceMappingURL=style.css.map */