﻿@charset "UTF-8";
/* ------------------------------------------------------
虹会/i☆Ris Body
------------------------------------------------------ */
body {
  background: #FFF;
  color: #000;
}

a {
  color: #000;
}
a:hover {
  color: #3f4cb1;
}

/*カテゴリアイコン*/
.category-icon {
  background: #FF8888;
  color: #FFF;
}

a.category-icon:hover {
  color: #FFF;
  background-color: #FF0000;
}

/*ボタン*/
.btn-default {
  border: 0;
  background: #FF8888;
  color: #FFF;
}
.btn-default:hover {
  background: #FFF6FB;
  color: #FF8888;
}

.btn-default2 {
  border: #FF8B8B;
  background: #FF8B8B;
  color: #FFF;
}
.btn-default2:hover {
  background: #FF4444;
  color: #FFF;
}

.btn-regist {
  background: #B5CE5E !important;
  color: #FFF !important;
}
.btn-regist:hover {
  color: #FFF;
}

/*フォーム*/
form input.submit, form input[type="submit"] {
  background: #FF8B8B;
  color: #FFF;
  outline-color: #FF3333;
}

/*ヘッダー*/
.header .site-name {
  background: #FFF;
}
.header .site-name .feature-menu {
  background: #FFF;
  box-shadow: 1px 0 0 0px #8E8E8E inset;
}
.header .site-name .feature-menu ul li a {
  color: #8E8E8E;
  border-right: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
  margin-left: 0.5px;
}
.header .site-name .feature-menu ul li a:hover, .header .site-name .feature-menu ul li a.current {
  background-color: #FFDDDD;
  color: #FFF;
}

/*サイト共通ハンバーガーメニュー*/
.global-nav-wrap .toggle-menu {
  background-color: #FFF;
  color: #FF8888;
  border-bottom: 1px solid #FFF;
}
.global-nav-wrap .toggle-menu:hover {
  background-color: #FF8888;
  color: #FFF;
  border-bottom: 1px solid #FF8888;
}
.global-nav-wrap .toggle-menu.focus {
  color: #FFF;
  background-color: rgba(255, 90, 90, 0.8);
}
.global-nav-wrap .toggle-menu-detail {
  background: rgba(255, 90, 90, 0.8);
  color: #fff;
}
.global-nav-wrap .toggle-menu-detail a {
  color: #FFF;
}
.global-nav-wrap .toggle-menu-detail a:hover {
  color: #FF0000;
}

@media (min-width: 768px) {
  .toggle-menu-detail h3 {
    border-color: #FFF;
  }
}
/*会員情報エリア*/
.info-member {
  background: #FFDDDD;
  color: #FFFFFF;
}
.info-member.has-alert {
  background: #CC0000;
  color: #FFF !important;
}
.info-member .userinfo > div.info .edit-menu a {
  color: #FF8B8B;
}
.info-member .userinfo > div.info .edit-menu a:hover {
  background: #FFDDDD;
}
.info-member .userinfo > div a.btn-edit.focus, .info-member .userinfo > div .edit-menu {
  background-color: #FFF6FB;
}
.info-member .userinfo > div.proceed a {
  background: #980808;
  color: #FFF;
}
.info-member .userinfo > div.proceed a:hover {
  background: #ea1515;
}

@media (min-width: 768px) {
  .digital-card a:hover, a.btn-edit:hover {
    background-color: #FFF6FB;
  }
}
/* ------------------------------------------------------
会員トップ
------------------------------------------------------ */
.top-main-area {
  background: #FFF;
}
.top-main-area .top-important-info {
  background: #FFF;
}
.top-main-area .important-title h3 {
  color: #ff8888;
}
.top-main-area .important-title h3 span {
  color: #f81537;
  border-color: #f81537;
}
.top-main-area .important-title a {
  color: #ff8888;
}
.top-main-area .important-title a:hover {
  color: #ffdddd;
}
.top-main-area .important-list a {
  color: #8E8E8E;
}
.top-main-area .important-list a:hover {
  color: #ff8888;
}
.top-main-area .important-list a .i-icon {
  color: #f81537;
  border-color: #f81537;
}
.top-main-area .important-list .date {
  color: #808080;
}

/*重要なお知らせスクロールバー*/
.jspTrack {
  background: #777777;
}

.jspDrag {
  background: #FF8B8B;
}

/*メインバナー*/
.main-banner {
  background: #FF8B8B;
}

/*サブバナー*/
.sub-banner {
  background: #FFF6FB;
}

/*スペシャルバナー*/
.special-banner {
  background: #FF8B8B;
}

.slick-dots li.slick-active button {
  background: #FFDDDD;
}

/* ------------------------------------------------------
会員トップ：更新期限モーダル
------------------------------------------------------ */
.update-alert .proceed p:first-child {
  background: #CC0000;
  color: #FFF;
}
.update-alert .proceed a.btn-proceed {
  background: #CC0000;
  color: #FFF;
}
.update-alert .proceed a.btn-proceed:hover {
  background: #980a1d;
}

/* ------------------------------------------------------
非会員トップ
------------------------------------------------------ */
.user-login {
  background: #FFDDDD;
}
.user-login .login form .input-wrap a {
  color: #FFF;
}
.user-login .regist-link {
  color: #FFF;
}
.user-login .regist-link a {
  color: #FF8B8B;
  background: #FFF;
}

.about-contents {
  background: #FFF;
}
.about-contents .info-list {
  background: #FFF6FB;
}

.membership {
  background: #FFF6FB;
}
.membership .fee .regist-fee p.price, .membership .fee .membership-fee p.price {
  color: #FF8888;
}

.about-contents h3 {
  color: #ff8888;
}

/*ページタイトル*/
.page-title {
  background: #FF8888;
  color: #FFF;
}
.page-title a {
  color: #FFF;
}

/*ページネーション*/
[class^="pagination"] {
  background: #FFDDDD;
}

[class^="pagination"] ul li {
  background: #FFF;
}

[class^="pagination"] ul li a:hover, [class^="pagination"] ul li:hover, [class^="pagination"] li.current, [class^="pagination"] li.current a {
  /* border: 1px solid #FFF; */
  background: #FF8888;
  color: #FFF;
}

/*お知らせリスト*/
.info-list {
  background: #0000;
}
.info-list .info-list-article a {
  color: #000;
}
.info-list .info-list-article a:hover {
  background: #f2f2f2;
}

/*お知らせ詳細*/
.info-detail article h2 {
  border-color: #000;
}
.info-detail article .content a {
  color: inherit;
}
.info-detail article .content a:hover {
  color: inherit;
}

/*フッターエリア*/
.footer {
  background: transparent;
}
.footer .footer-menu h3 {
  border-color: #FF8888;
  color: #FF8888;
}
.footer .footer-menu > div i {
  padding-right: 2px;
  color: #FF8888;
}
.footer .footer-menu a {
  color: #222;
}

.pageup {
  background: #FF8B8B;
}
.pageup:hover {
  background: rgba(255, 100, 100, 0.9);
}

/*
	下層ページ
*/
.c-h3 {
  background-color: #FFDDDD;
}

.c-h4 {
  background-color: #FFDDDD;
}

.btn-normal {
  width:38%;
  background-color: #FF8888 !important;
}

.btn-submit, .invite-friends dt {
  background-color: #FF8888 !important;
}

.btn-disabled {
  background-color: #505865 !important;
}

.btn-cancel {
  background-color: #FFFFFF !important;
  color: #666666 !important;
  border: 1px solid #666666 !important;
}

.btn-alert {
  background-color: #ce0000 !important;
}

.btn-change {
  background-color: #FF8888 !important;
  color: #FFFFFF !important;
  border: 1px solid #00000000 !important;
}

.form-wrap {
  background-color: #FFF6FB;
}

.c-h3, .login-box h3, .invite-friends p strong, .form-wrap h4 {
  color: #FF8888;
  border-color: #FFDDDD;
}

.c-h4 {
  color: #222;
}

p a, li a, dl a, .faq-list a, .accordion-box a {
  color: #FF8888;
}

p.lead, p .lead {
  color: #3f4cb1;
}

.invite-friends dd strong {
  color: #276de2;
}

.contents-tab {
  background: #FFF6FB;
}
.contents-tab li {
  background: #FFDDDD;
}
.contents-tab li.current {
  background: #fff;
}
.contents-tab li.current:hover {
  background: #FFF;
  color: #FF8888;
}
.contents-tab li:hover {
  background: #FF8888;
}
.contents-tab li:hover a {
  color: #FFF;
}
.contents-tab p, .contents-tab a {
  color: #3f4cb1;
}

.contents-tab2 {
  background: transparent;
}
.contents-tab2 li {
  background: #3f4cb1;
  cursor: pointer;
}
.contents-tab2 li.current {
  background: #fff;
}
.contents-tab2 li.current:hover {
  background: #FFF;
  color: #3f4cb1;
}
.contents-tab2 li.current p {
  color: #3f4cb1;
}
.contents-tab2 li p {
  color: #FFF;
}

.step li.fst, .step li.current {
  color: #3f4cb1;
}
.step li.current {
  background-color: #FFDDDD;
}

.top-btn-color {
  background-color: #FF8888;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.member-menu li a:hover {
  color: #FFDEDC;
}
/*記事内のリンクのみ設定*/
[id*="dispArticleContents"] a , p a , .faq-list a, .accordion-box a {
  color: #FF8E84;
  text-decoration: underline;
}
[id*="dispArticleContents"] a:hover , p a:hover , .faq-list a:hover, .accordion-box a:hover {
  color: #FFDEDC;
  text-decoration: underline;
}

/*ログイン画面-LPボタン*/
.btn-color-lp {
  background-color: #ff8e8e !important;
  color: #FFFFFF !important;
}

/*ログイン画面-入会ボタン*/
.btn-color-reg {
  background-color: #ff8e8e !important;
  color: #FFFFFF !important;
}