@charset "UTF-8";
/* FLEXBOX */
/* FLEXBOX */
/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 66px;
  height: 66px;
  border: none;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  opacity: 0.6; }

.flickity-prev-next-button:focus {
  outline: none; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 0;
  background-image: url(../img/home_new/vi_prev_btn.png); }

.flickity-prev-next-button.next {
  right: 0;
  background-image: url(../img/home_new/vi_next_btn.png); }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: transparent; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 21px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 1px solid #e5e3e2;
  background: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  width: 11px;
  height: 11px;
  border: none;
  background: #000; }

/* ----------------------------------------
 * 汎用
 * ------------------------------------- */
.rtc-title-01 {
  width: 373px; }
  .rtc-title-01 dt {
    margin: 0 0 18px 0;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #bfbbbd; }
    .rtc-title-01 dd {
      padding-left: 0;
      margin-left: 0;
    }
.rtc-shd-01 {
  position: relative;
  margin: 0 0 34px 0;
  padding: 0 0 34px 0;
  text-align: center; }

.rtc-shd-01:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 1px;
  margin-left: -35px;
  background-color: #cacaca; }

.rtc-list-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .rtc-list-01 li ~ li {
    position: relative;
    margin: 0 0 0 30px; }
  .rtc-list-01 li ~ li:before {
    content: "";
    position: absolute;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    top: 2px;
    left: -16px;
    width: 1px;
    height: 15px;
    background-color: #b5ada4; }
  .rtc-list-01 a {
    text-decoration: none;
    color: #0654ba;
    font-size: 14px; }
    .rtc-list-01 a:hover {
      text-decoration: underline; }

.rtc-column6-01 {
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
  margin: 0 2.4% 0 2.4%; }

.rtc-column6-01-list {
  width: 33%;
  -ms-flex-basis: 33%;
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
  box-sizing:border-box;
  text-align:center; }
  .rtc-column6-01-list a {
    display: block;
    text-decoration: none;
    line-height: 1.3; }
    .rtc-column6-01-list a:hover .figure {
      opacity: 0.6; }
    .rtc-column6-01-list a:hover .txt {
      text-decoration: underline; }
  .rtc-column6-01-list span {
    display: block;
    text-align: center; }
  .rtc-column6-01-list span.figure {
    display: inline-block;
	position:relative;
	width:auto; }
  .rtc-column6-01-list .txt {
    margin: 15px 0 0 0;
    color: #0654ba;
    font-size: 14px; }
  .rtc-column6-01-list .figure img {
		height:200px;
		width: auto;}

.rtc-column6-01-list {
  padding:0 15px;
  margin-bottom:20px; }

.rtc-column3-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.rtc-column3-01-list {
  width: 30.6%;
  -webkit-flex-basis: 30.6%;
  flex-basis: 30.6%;
  margin: 0 3.7% 0 0; }
  .rtc-column3-01-list a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none; }
    .rtc-column3-01-list a:hover .figure {
      opacity: 0.6; }
    .rtc-column3-01-list a:hover .ttl {
      text-decoration: underline; }
  .rtc-column3-01-list span {
    display: block; }
  .rtc-column3-01-list .figure {
    width: 36%;
    -webkit-flex-basis: 36%;
    flex-basis: 36%;
    margin-right: 6.8%;
    text-align: center; }
  .rtc-column3-01-list .info {
    width: 59.1%;
    -webkit-flex-basis: 59.1%;
    flex-basis: 59.1%; }
  .rtc-column3-01-list .ttl {
    margin: 0 0 4px 0;
    color: #0654ba;
    font-size: 14px; }
  .rtc-column3-01-list .txt {
    line-height: 1.8;
    color: #000;
    font-size: 13px; }

.rtc-column3-01-list:nth-child(3n) {
  margin-right: 0; }

.rtc-column3-01-list:nth-child(n+4) {
  margin-top: 30px; }

/* ----------------------------------------
 * Wrap
 * ------------------------------------- */
.ringbell-top-contents {
  width: 1008px;
  margin: 0 0 55px 0; }
  .ringbell-top-contents ul {
    list-style: none;
    padding-left: 0;}

/* ----------------------------------------
 * 臨時お知らせ
 * ------------------------------------- */
.rtc-extra-info {
  margin: 10px 0 10px 1%;
  padding: 15px 1.5% 12px 1.5%;
  background-color: #ffde00; }
  .rtc-extra-info p {
    font-size: 14px; }
    .rtc-extra-info p a {
      color: #000; }
      .rtc-extra-info p a:hover {
        color: #585A6D; }

.rtc-extra-info2 {
  margin: 10px 0 10px 1%;
  padding: 10px 25px 10px 25px;
  background-color: #e5e5e5; }
  .rtc-extra-info2 p {
    font-size: 14px;
    border-top: 1px solid #cecece;
    padding: 10px 0;
  }
  .rtc-extra-info2 p > span {
    font-size: 12px;
    line-height: 18px;
    width: 75px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-right: 20px;
  }
  .rtc-extra-info2 p > span.oshirase {
    background-color: #614699;
  }
  .rtc-extra-info2 p > span.zyuyo {
    background-color: #efa707;
  }
  .rtc-extra-info2 p > span.kinkyu {
    background-color: #ff0000;
  }
  .rtc-extra-info2 p:first-child {
    border-top: 0px;
    padding-top: 0;
  }
  .rtc-extra-info2 p:last-child {
    padding-bottom: 0;
  }    .rtc-extra-info2 p a {
      color: #000; }
      .rtc-extra-info2 p a:hover {
        color: #585A6D; }

/* ----------------------------------------
 * bnr
 * ------------------------------------- */
.rtc-bnr {
  margin: 10px 0 30px 10px;
  }
.rtc-bnr ul {
  margin: 0;
  width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  padding-left: 0;
  }
.rtc-bnr ul li:nth-child(-n+3) {
	margin-bottom:10px;
  }
.rtc-bnr ul li.bnr-kiwami {
  width: 324px;
}
.rtc-bnr ul li.bnr-kiwami a {
  height: 190px;
  display: block;
}

/* ----------------------------------------
 * VI
 * ------------------------------------- */
.rtc-vi {
  margin: 0 0 10px 0; }
  .rtc-vi li {
    width: 100%; }
  .rtc-vi .flickity-prev-next-button {
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    opacity: 0; }
  .rtc-vi .flickity-prev-next-button.on {
    opacity: 1; }

/* ----------------------------------------
 * カタログ検索
 * ------------------------------------- */
.rtc-search-catalog {
  margin: 30px 0;
  padding: 25px;
  background-color: #e6e0d7;
 }

.rtc-search-catalog-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;}

.rtc-sc-select {
  width: 657px;
  background-color: #e6e0d7;
  padding-top: 14px;
  box-sizing:border-box;
    display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}

.rtc-sc-ttl {
  margin: 0	 0 15px 0;
  text-align:left;
  width:100%;}
  .rtc-sc-ttl img {
    width: 190px;
    height: auto;
  }
.rtc-sc-select-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  width : -webkit-calc(100% - 205px) ;
  width : calc(100% - 205px);
  background-image: url(../img/home_new/search_catalog_icn.png);
  background-position: center center;
  background-repeat: no-repeat; }

.rtc-sc-select-wrap {
  width: 46%;
  box-sizing:border-box; }

.rtc-sc-submit {
	width: 190px;
	padding: 0;
	box-sizing:border-box;
}
.rtc-sc-lineup {
	width: 277px;
  padding: 0 0 0 25px;
  box-sizing: border-box;
  border-left: 2px solid #fff;}

.rtc-sc-submit .rtc-sc-submit-btn {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 300%;
    white-space: nowrap;
}
.rtc-sc-submit .rtc-sc-submit-btn {
    background-color: #000;
    background-image: url(../img/home_new/search_catalog_btn.png);
    background-size: 154px 20px;
}
.rtc-sc-submit .rtc-sc-submit-btn:hover {
	background-color:#4c4c4c;
}

.rtc-sc-lineup a img {
	max-width:100%;
	height:auto;
}
.rtc-sc-lineup a:hover img {
	opacity:0.7;
}



.rtc-select-box {
  width: 100%;
  color: #000;
  font-size: 16px; }
  .rtc-select-box .easy-select-box {
    position: relative;
    outline: none; }
    .rtc-select-box .easy-select-box .esb-displayer {
      cursor: pointer;
      position: relative;
      width: 100%;
      height: 50px;
      padding: 13px 11.3% 13px 6.3%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #fff;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow:ellipsis; }
    .rtc-select-box .easy-select-box .esb-displayer:after {
      content: "";
      position: absolute;
      top: 21px;
      right: 16px;
      display: block;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-top: 8px solid #000; }
    .rtc-select-box .easy-select-box .esb-dropdown {
      overflow-y: auto;
      position: absolute;
      top: 50px;
      left: 0;
      z-index: 10;
      display: none;
      width: 100%;
      height: 230px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #e7e7e7; }
    .rtc-select-box .easy-select-box .esb-item {
      cursor: pointer;
      /*height: 50px;*/
      padding: 13px 11.3% 0 6.3%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
	  position:relative; }
      .rtc-select-box .easy-select-box .esb-item:hover {
        background-color: #d9d9d9; }
    .rtc-select-box .easy-select-box .esb-item {
      cursor: pointer;
      /*height: 50px;*/
      padding: 13px 11.3% 13px 6.3%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
	  position:relative; }

/* ----------------------------------------
 * コンテンツ上部のバナー
 * ------------------------------------- */
.rtc-top-banner {
  padding: 0 0 0 2.4%; }
  .rtc-top-banner ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 26px 0; }
    .rtc-top-banner ul li {
      margin: 0 2.4% 0 0; }
    .rtc-top-banner ul li:nth-child(2n) {
      margin-right: 0; }
    .rtc-top-banner ul a:hover {
      opacity: 0.6; }

/* ----------------------------------------
 * コンテンツ上部のナビ
 * ------------------------------------- */
.rtc-top-nav {
  margin: 0 0 30px 0;
  padding: 0 0 0 2.4%; }
  .rtc-top-nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .rtc-top-nav ul a {
      position: relative;
      display: block;
      padding: 20px 6px 20px 6px;
      border-top: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3; }
      .rtc-top-nav ul a:hover {
        opacity: 0.6; }
    .rtc-top-nav ul a:after {
      content: "";
      position: absolute;
      display: block;
      background-position: left top;
      background-repeat: no-repeat;
      background-position: left top;
      background-repeat: no-repeat; }
    .rtc-top-nav ul li {
      width: 31.5%;
      -webkit-flex-basis: 31.5%;
      flex-basis: 31.5%;
      margin: 0 2.7% 0 0; }
    .rtc-top-nav ul li:nth-child(3n) {
      margin-right: 0; }
    .rtc-top-nav ul .type-01 a:after {
      top: 33px;
      right: 10px;
      width: 18px;
      height: 12px;
      background-image: url(../img/home_new/top_nav_icn_01.png); }
    .rtc-top-nav ul .type-02 a:after {
      top: 30px;
      right: 7px;
      width: 12px;
      height: 18px;
      background-image: url(../img/home_new/top_nav_icn_02.png); }

/* ----------------------------------------
 * カテゴリー
 * ------------------------------------- */
.rtc-category {
  margin: 0 0 32px 0;
  padding: 24px 2.4% 24px 2.4%;
  background-color: #f6f0e6; }

.rtc-top-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.rtc-top-category-list {
  width: 32.4%;
  -webkit-flex-basis: 32.4%;
  flex-basis: 32.4%;
  margin: 0 1.5% 0 0;
  padding: 215px 0 26px 0;
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat; }
  .rtc-top-category-list dl {
    position: relative; }
    .rtc-top-category-list dl dt, .rtc-top-category-list dl dd {
      text-align: center;
    padding-left: 0;
  margin-left: 0;}
    .rtc-top-category-list dl dt {
      margin: 0 0 20px 0; }
  .rtc-top-category-list dl:after {
    content: "";
    position: absolute;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    bottom: -23px;
    left: 50%;
    width: 100px;
    height: 1px;
    margin-left: -50px;
    background-color: #e3e3e3; }
  .rtc-top-category-list .rtc-list-01 {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 42px 0 0 0; }
    .rtc-top-category-list .rtc-list-01 li ~ li {
      margin-left: 25px; }
    .rtc-top-category-list .rtc-list-01 li ~ li:before {
      top: 5px;
      left: -13px; }
    .rtc-top-category-list .rtc-list-01 a {
      font-size: 16px; }

.rtc-top-category-list:nth-child(3n) {
  margin-right: 0; }

.rtc-top-category-list:nth-of-type(1) {
  background-image: url(../img/home_new/category_img_01.jpg); }

.rtc-top-category-list:nth-of-type(2) {
  background-image: url(../img/home_new/category_img_02.jpg); }

.rtc-top-category-list:nth-of-type(3) {
  background-image: url(../img/home_new/category_img_03.jpg); }
  .rtc-top-category-list:nth-of-type(3) dl dt {
    margin-bottom: 27px; }
  .rtc-top-category-list:nth-of-type(3) dl:after {
    bottom: -35px; }
  .rtc-top-category-list:nth-of-type(3) ul {
    margin-top: 54px; }

.rtc-other-category {
  margin: 15px 0 0 0; }
  .rtc-other-category ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .rtc-other-category ul li {
      width: 18.7%;
      -webkit-flex-basis: 18.7%;
      flex-basis: 18.7%;
	  position:relative; }
    .rtc-other-category ul li ~ li {
      margin: 0 0 0 1.6%; }
    .rtc-other-category ul li:nth-child(5n+1) {
      margin-left: 0; }
    .rtc-other-category ul li:nth-child(5n) {
      margin-left: 1.7%; }
    .rtc-other-category ul li:nth-child(n+6) {
      margin-top: 12px; }
    .rtc-other-category ul a {
      display: block;
      height: 36px;
      text-align: center;
      line-height: 36px;
      text-decoration: none;
      background-color: #fff;
      color: #0654ba;
      font-size: 14px;
	  padding-left:20px; }
      .rtc-other-category ul a:hover {
        text-decoration: underline; }
	.rtc-other-category .ic_occ {
		display:inline-block;
		position:absolute;
		vertical-align: middle;
		width:18px;
		height:18px;
		left: 8px;
		top:0;
		bottom:0;
		margin:auto;
	}
	.rtc-other-category .ic_occ img {
		width:100%;
		height:auto;
	}
.tooltip {
  position: relative;
}
.tooltip::before,
.tooltip::after {
  position: absolute;
  transition: all 0.3s ease 0s;
  visibility:hidden;
}
.tooltip::before {
    content: "";
    border: 10px solid transparent;
    border-top-color: #666;
    bottom: 20px;
	right: 50%;
	margin-right:-5px;
	z-index:999;
}
.tooltip::after {
	content: attr(data-tooltip);
	display: block;
	width:200px;
	height:auto;
    padding: 10px;
    background: #666;
    color: #fff;
	font-size:0.8rem;
	line-height:1.5;
	text-align:left;
    border-radius: 5px;
    bottom: 40px;
	right: 40%;
	margin-right:-100px;
	z-index:999;
}

.tooltip:hover::before{
	visibility:visible
}
.tooltip:hover::after{
	visibility:visible
}


/* ----------------------------------------
 * カタログギフト（メイン）
 * ------------------------------------- */
.rtc-catalog-lineup h2 {
  margin: 0 0 20px 0;
  padding: 0 0 0 2.6%; }

.rtc-catalog-lineup h2 + p {
  margin: 0 0 32px 0;
  padding: 0 0 0 2.6%;
  font-size:1rem; }

.rtc-catalog-lineup .ins-hdNew {
    left: 0;
    position: absolute;
    top: 0;
    width: 62px !important;
    height: 62px !important;
	display:block;
}

.rtc-catalog-main {
  margin: 0 0 40px 0; }

.rtc-catalog-main-top-list .inner {
  padding: 38px 0 40px 3.8%;
  background-image: url(../img/home_new/catalog_main_img_01.jpg);
  background-position: left top;
  background-repeat: no-repeat; }

.rtc-catalog-main-top-list .rtc-list-01 {
  padding: 15px 3.8% 11px 3.8%;
  background-color: #ede9e7; }

.rtc-catalog-main-list {
  margin: 10px 0 0 0; }
  .rtc-catalog-main-list a {
    display: block; }

.rtc-catalog-main-top-list .rtc-list-01 li {
	height: 20px;
	display: flex;
	align-items: center; }

	.rtc-catalog-main-top-list .rtc-list-01 .ic_occ {
		display:inline-block;
		padding-right:10px;
		width:20px;
		height:20px;
	}
	.rtc-catalog-main-top-list .rtc-list-01 .ic_occ img {
		width:100%;
		height:auto;
	}



/* ----------------------------------------
 * カタログギフト（ブランド）
 * ------------------------------------- */
.rtc-catalog-brand {
  margin: 0 0 37px 0; }
  .rtc-catalog-brand .lead {
    margin: 0 0 38px 0;
    text-align: center; }

/* ----------------------------------------
 * カタログギフト（グルメ）
 * ------------------------------------- */
.rtc-catalog-gourmet {
  margin: 0 0 40px 0;
  padding: 42px 2.6% 42px 2.6%;
  background-color: #f1ece5; }

/* ----------------------------------------
 * カタログギフト（プレゼンテージ）
 * ------------------------------------- */
.rtc-catalog-presentage {
  margin: 0 2.4% 40px 3.8%;
  background-image: url(../img/home_new/catalog_presentage_img.jpg);
  background-position: right top;
  background-repeat: no-repeat; }
  .rtc-catalog-presentage .rtc-list-01 {
    margin-top: 30px; }

/* ----------------------------------------
 * カタログギフト（ひと工夫）
 * ------------------------------------- */
.rtc-catalog-hitokufuu {
  padding: 45px 2.4% 45px 2.4%;
  background-color: #f1f1f1; }

/* ----------------------------------------
 * リンベルのサービス
 * ------------------------------------- */
.rtc-ringbell-service {
  margin: 0 0 10px 0;
  padding: 40px 0 0 0; }

.rtc-ringbell-service-header {
  position: relative;
  margin: 0 0 32px 2.7%; }
  .rtc-ringbell-service-header .rtc-list-01 {
    position: absolute;
    top: 5px;
    right: 0; }

.rtc-ringbell-service-body {
  padding: 24px 2.4% 24px 2.4%;
  background-color: #f1ece5; }

/* ----------------------------------------
 * リンベルのサービス（バナー）
 * ------------------------------------- */
.rtc-ringbell-service-banner {
  margin: 0 0 20px 0; }
  .rtc-ringbell-service-banner ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .rtc-ringbell-service-banner ul li ~ li {
      margin-left: 2.1%; }
    .rtc-ringbell-service-banner ul a:hover {
      opacity: 0.6; }

/* ----------------------------------------
 * リンベルのサービス（ピックアップ）
 * ------------------------------------- */
.rtc-ringbell-service-pickup {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
  background-color: #fff; }
  .rtc-ringbell-service-pickup .icn {
    position: relative; }
  .rtc-ringbell-service-pickup .icn:before {
    content: "";
    position: absolute;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 62px;
    height: 62px;
    background-image: url(../img/home_new/ringbell_service_pickup_icn.png);
    background-position: left top;
    background-repeat: no-repeat; }
  .rtc-ringbell-service-pickup .list {
    padding: 20px 40px 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .rtc-ringbell-service-pickup ul a {
    text-decoration: none;
    color: #0654ba;
    font-size: 16px; }
    .rtc-ringbell-service-pickup ul a:hover {
      text-decoration: underline; }

.rtc-ringbell-service-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53.9%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .rtc-ringbell-service-main .figure {
    width: 198px; }
  .rtc-ringbell-service-main ul {
    width: 100%;
    margin: 0 0 0 30px; }
    .rtc-ringbell-service-main ul li ~ li {
      margin-top: 11px; }

.rtc-ringbell-service-sub {
  width: 46.1%;
  border-left: 1px solid #e0e0e0; }

.rtc-ringbell-service-sub-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .rtc-ringbell-service-sub-list .figure {
    width: 100px; }
  .rtc-ringbell-service-sub-list ul {
    width: 100%;
    margin: 0 0 0 25px; }

.rtc-ringbell-service-sub-list:nth-of-type(1) {
  border-bottom: 1px solid #e0e0e0; }

/* ----------------------------------------
 * リンベルのサービス（ポイント）
 * ------------------------------------- */
.rtc-ringbell-service-point {
  margin: 0 0 22px 0; }
  .rtc-ringbell-service-point ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #d2c7b9;
  padding-left: 0; }
    .rtc-ringbell-service-point ul li {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 23%;
      -webkit-flex-basis: 23%;
      flex-basis: 23%;
      border-right: 1px solid #d2c7b9;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .rtc-ringbell-service-point ul li:first-child {
      width: 31%;
      -webkit-flex-basis: 31%;
      flex-basis: 31%;
    }
    .rtc-ringbell-service-point ul a {
      display: block;
      width: 100%;
      padding: 11px 0 11px 0;
      text-align: center; }
      .rtc-ringbell-service-point ul a:hover {
        opacity: 0.6; }
    .rtc-ringbell-service-point ul li:nth-of-type(4) a {
      padding-top: 17px; }

.ie10 .rtc-ringbell-service-point ul li {
  width: 24.9%;
  -webkit-flex-basis: 24.9%;
  flex-basis: 24.9%; }

/* ----------------------------------------
 * リンベルのサービス（その他）
 * ------------------------------------- */
.rtc-ringbell-service-other {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #d2c7b9; }

.rtc-ringbell-service-other-list {
  width: 50%;
  padding: 5px 0 5px 0;
  border-right: 1px solid #d2c7b9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .rtc-ringbell-service-other-list dl {
    margin: 0 0 10px 0; }
    .rtc-ringbell-service-other-list dl dt {
      margin: 0 0 12px 0; }

.rtc-ringbell-service-other-list:nth-of-type(1) {
  padding-left: 20px; }

.rtc-ringbell-service-other-list:nth-of-type(2) {
  padding-left: 23px; }
.rtc-ringbell-service-other-list dd {
  padding-left: 0;
  margin-left: 0;
}
/* ----------------------------------------
 * 極み
 * ------------------------------------- */
.rtc-kiwami {
  margin: 0 0 38px 0;
  padding: 44px 2.4% 25px 2.4%;
  background-color: #000; }

.rtc-kiwami-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 12px 40px 12px; }
  .rtc-kiwami-header dl {
    margin: 9px 0 0 27px; }
    .rtc-kiwami-header dl dt {
      margin: 0 0 15px 0; }
      .rtc-kiwami-header dl dd {
        margin-left: 0;
      }
.rtc-kiwami-list a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 360px;
  text-decoration: none;
  background-color: #fff;
  background-position: right top;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px; }
  .rtc-kiwami-list a:hover {
    opacity: 0.9; }

.rtc-kiwami-list span {
  display: block; }

.rtc-kiwami-list .inner {
  width: 420px;
  padding: 0 0 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .rtc-kiwami-list .inner .ttl {
    margin: 0 0 25px 0;
    padding: 0 0 24px 0;
    border-bottom: 1px solid #e0e0e0;
	font-size:1.7em;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight:bold;
	letter-spacing:0.1em }
  .rtc-kiwami-list .inner .txt {
    margin: 0 0 17px 0;
    line-height: 1.8; }
  .rtc-kiwami-list .inner .link {
    color: #0654ba; }

.rtc-kiwami-list ~ .rtc-kiwami-list {
  margin-top: 10px; }

/*
.rtc-kiwami-list:nth-of-type(1) a {
  background-image: url(../img/home_new/kiwami_list_img_01.jpg); }

.rtc-kiwami-list:nth-of-type(2) a {
  background-image: url(../img/home_new/kiwami_list_img_02.jpg); }

.rtc-kiwami-list:nth-of-type(3) a {
  background-image: url(../img/home_new/kiwami_list_img_03.jpg); }
*/
.rtc-kiwami-btn {
  margin: 20px 0 0 0; }
  .rtc-kiwami-btn a {
    display: block;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    padding-top: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #0654ba;
    font-size: 16px; }
    .rtc-kiwami-btn a:hover {
      text-decoration: underline; }

/* ----------------------------------------
 * ショールーム
 * ------------------------------------- */
.rtc-showroom {
  margin: 0 0 35px 0;
  padding: 0 0 40px 2.4%;
  border-bottom: 1px solid #e0e0e0; }
  .rtc-showroom h2 {
    margin: 0 0 27px 0; }
  .rtc-showroom .lead {
    margin: 0 0 28px 0;
    line-height: 1.8;
    font-size: 14px; }

.rtc-showroom-list-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;}

.rtc-showroom-list {
  width: 47%;
  -webkit-flex-basis: 47%;
  flex-basis: 47%;
  margin-left: 2.7%;}
  .rtc-showroom-list a {
    display: block;
    text-decoration: none;
    font-size: 14px; }
    .rtc-showroom-list a:hover .figure {
      opacity: 0.6; }
    .rtc-showroom-list a:hover .link {
      text-decoration: underline; }
  .rtc-showroom-list span {
    display: block;
    line-height: 1.7; }
  .rtc-showroom-list .figure {
    margin: 0 0 15px 0; }
  .rtc-showroom-list .figure img {
	  max-width:100%;
	  height:auto; }
  .rtc-showroom-list .txt, .rtc-showroom-list .bold {
    color: #000; }
  .rtc-showroom-list .bold {
    font-weight: bold; }
  .rtc-showroom-list .link {
    color: #0654ba; }
  .rtc-showroom-list .open {
    color: #ff0000; }

.rtc-showroom-list:nth-child(2n+1) {
  margin-left: 0; }
.rtc-showroom-list:nth-child(n+3) {
  margin-top: 30px; }

/* ----------------------------------------
 * お知らせ
 * ------------------------------------- */
.rtc-oshirase h2 {
  margin: 0 0 35px 2.5%; }

.rtc-oshirase .rtc-link {
  margin: 0 0 0 2.5%; }
  .rtc-oshirase .rtc-link a {
    text-decoration: none;
    color: #0654ba;
    font-size: 14px; }
    .rtc-oshirase .rtc-link a:hover {
      text-decoration: underline; }

.rtc-oshirase-banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 2.5%; }
  .rtc-oshirase-banner li ~ li {
    margin-left: 2.4%; }
  .rtc-oshirase-banner a:hover {
    opacity: 0.6; }

.rtc-oshirase-table-wrap {
  margin: 20px 0 20px 2.5%;
  padding-right: 20px;
  height: 390px;
  overflow-y: scroll; }

.rtc-oshirase-table {
  width: 100%;
  border-spacing: 0; }
  .rtc-oshirase-table th, .rtc-oshirase-table td {
    padding: 14px 0 14px 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.8;
    font-size: 14px;
    font-weight: normal; }
  .rtc-oshirase-table th {
    width: 115px; }
  .rtc-oshirase-table td a {
    text-decoration: none;
    color: #0654ba; }
    .rtc-oshirase-table td a:hover {
      text-decoration: underline; }

/* ----------------------------------------
 * 下固定バナー
 * ------------------------------------- */
#bnr_quiz {
    position: fixed;
    bottom: 0;
		left: 0;
    z-index: 999;
		width: 1008px;
}
#bnr_quiz.fix{
    position: fixed;
}
#bnr_quiz p.bnr_close {
		position: absolute;
		bottom: 100px;
		right: 0;
		z-index: 1;
		width:30px;
}

#bnr_quiz p.bnr_img {
		position: absolute;
		width: 328px;
		height: auto;
		bottom: 10px;
		right: 5px;
		transition: 0.3s
}
#bnr_quiz p.bnr_close img,#bnr_quiz p.bnr_img img {
		width: 100%;
}
#bnr_quiz p.bnr_img:hover {
		opacity: .8;
		filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
/*@media screen and (max-width: 1024px) {
	#bnr_quiz p.bnr_close {
		position: absolute;
		bottom: 120px;
		right: 0;
		z-index: 1;
		width: 50px;
}
#bnr_quiz p.bnr_img {
		position: absolute;
		right: 25px;
}
}*/