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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

/* 画像の指定をするときはこれを使うこと */
/* color scheme */
/* main variables */
/* 必須のmixin */
/* 不透明度の度合いやフォントサイズはこれを使って操作する */
strong {
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.l-inline-center, .l-align-centered {
  text-align: center;
}

.l-main-center {
  width: 960px;
  margin: 0 auto;
}

.is-hidden {
  display: none !important;
}

.is-invisible {
  opacity: 0;
}

.club-card {
  min-width: 320px;
  width: 100%;
  max-width: 600px;
  height: 196px;
  border-radius: 5px;
  behavior: url(/pie.htc);
  background: #ffffff;
  margin-bottom: 16px;
}
.club-card .club-img {
  width: 100%;
  height: 148px;
  margin: 0;
  border-radius: 5px 5px 0 0;
  behavior: url(/pie.htc);
  background-repeat: no-repeat;
  background-size: cover;
}
.club-card .club-title {
  display: inline-block;
  width: 100%;
  height: 67.5px;
  position: relative;
}
.club-card .club-title .club-icon {
  width: 40px;
  height: 40px;
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}
.club-card .club-title .club-icon img {
  border-radius: 5px;
  behavior: url(/pie.htc);
  width: 100%;
  height: 100%;
}
.club-card .club-title .club-name {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
}

.club-info {
  margin: 0;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 18px;
}
.club-info div {
  display: inline-block;
}
.club-info .club-info-money {
  padding-left: 17px;
  background-image: url("../images/icon-money.png");
  background-size: 12px;
  margin-right: 25px;
}
.club-info .club-info-money span {
  font-weight: bold;
}
.club-info .club-info-num {
  padding-left: 16px;
  background-image: url("../images/icon-anyone.png");
  background-size: 14px 12px;
}
.club-info .club-info-num span {
  font-weight: bold;
}
.club-info .club-info-tug {
  padding-left: 17px;
  background-image: url("../images/icon-tug.png");
  background-size: 12px;
  margin-right: 15px;
  color: #6d6b6b;
}
.club-info .club-info-place {
  padding-left: 14px;
  background-image: url("../images/icon-place.png");
  background-size: 8px 12px;
  color: #6d6b6b;
}

.header-icon {
  padding-left: 17px;
  background-image: url("../images/icon-money.png");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center left;
}
.header-icon.money {
  padding-left: 17px;
  background-image: url("../images/icon-money.png");
  background-size: 12px;
}
.header-icon.num {
  padding-left: 16px;
  background-image: url("../images/icon-anyone.png");
  background-size: 14px 12px;
}
.header-icon.tug {
  padding-left: 17px;
  background-image: url("../images/icon-tug.png");
  background-size: 12px;
  margin-right: 15px;
}
.header-icon.place {
  padding-left: 14px;
  background-image: url("../images/icon-place.png");
  background-size: 8px 12px;
}
.header-icon.time {
  padding-left: 17px;
  background-image: url("../images/icon-time.png");
  background-size: 12px 12px;
}

.footer-icon {
  padding-right: 10px;
  background-image: url("../images/icon-arrow-gray.png");
  background-size: 5px 8px;
  background-repeat: no-repeat;
  background-position: center right;
}

.btn {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  border-radius: 3px;
  behavior: url(/pie.htc);
  box-sizing: border-box;
  margin: 0 auto;
  color: #ffffff;
  background-color: #f25353;
  font-size: 15px;
}
.btn.gray {
  color: #6e6e6e;
  background-color: #ffffff;
  border: 1px solid #6e6e6e;
}
.btn.off {
  background-color: #d8d7d7;
}
.btn.half {
  width: 49%;
}
.btn.back-to-top {
  margin-top: 30px;
}
.btn.dark-gray {
  background-color: #6e6e6e;
}
.btn.dark-gray .small {
  font-size: 7px;
}

.sub-title {
  height: 50px;
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  margin: auto 0;
  display: inline-block;
  box-sizing: border-box;
}
.sub-title.gray {
  background: #ecebeb;
  color: #4f4f4f;
}
.sub-title.pink {
  background: #fcebeb;
  color: #f25353;
}
.sub-title.pink-title {
  background: none;
  color: #f25353;
}

.pagenation {
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin: 0 12px;
}
.pagenation .pager-prev, .pagenation .pager-next, .pagenation .pager-num, .pagenation .select-pager-num {
  display: inline-block;
}
.pagenation.club-search {
  margin: 10px 12px;
}
.pagenation.e-member {
  padding: 0;
  margin: 20px 12px 40px;
}
.pagenation.border {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.pagenation .select-pager-num a, .pagenation .select-pager-num .current, .pagenation .select-pager-num .dot {
  display: inline-block;
  width: 18px;
  padding: 3px;
  margin: 0 3px;
  border-radius: 3px;
}
.pagenation .select-pager-num a, .pagenation .select-pager-num .dot {
  border: 1px solid #d8d8d8;
}
.pagenation .select-pager-num .current {
  color: #fff;
  background: #f25353;
}

.p10 {
  padding: 10px;
}

hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
}

svg line, svg polyline {
  fill: none;
}
svg .line-dot {
  stroke: #fff;
  stroke-width: 10;
  stroke-height: 10;
  stroke-linecap: round;
  stroke-dasharray: 1, 20;
  stroke-dashoffset: 3;
}

.dots {
  color: #fff;
  height: 10px;
  border-width: 0 0 8px;
  border-style: solid;
  -o-border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1" width="8" height="4"><circle fill="#fff" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
     border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1" width="8" height="4"><circle fill="#fff" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  width: 94%;
}
.dots::before, .dots::after {
  content: "";
  display: block;
  width: 18px;
  height: 36px;
  border-radius: 0 36px 36px 0;
  behavior: url(/pie.htc);
  background-color: #fff;
  position: relative;
}
.dots::before {
  left: -7.5%;
  top: -6px;
}
.dots::after {
  right: -102.5%;
  top: -45px;
  border-radius: 36px 0 0 36px;
  behavior: url(/pie.htc);
}

.ticket-list-info.dot.liner::before, .ticket-list-info.dot.liner::after {
  color: #fff;
  height: 10px;
  border-width: 0 0 10px;
  border-style: solid;
  -o-border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1" width="10" height="5"><circle fill="#fff" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
     border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1" width="10" height="5"><circle fill="#fff" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  width: 100%;
  position: relative;
  display: block;
  content: "";
}
.ticket-list-info.dot.liner::before {
  top: -27px;
}
.ticket-list-info.dot.liner::after {
  top: 5px;
}

body {
  font-family: "Roboto", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

a {
  text-decoration: none;
  color: #4f4f4f;
  cursor: pointer;
}

hr {
  border-bottom: 1px solid #ddd;
}
hr.ticket {
  margin: 10px auto;
  width: 93%;
}

header {
  height: 40px;
  width: 100%;
  border-bottom: solid 1px #d8d8d8;
}
header .header-inner {
  height: 100%;
}
header .header-inner .logo-inner {
  display: inline-block;
  width: 210px;
  margin: 13px;
}
header .header-inner .logo-inner a {
  display: inline-block;
}
header .login-inner {
  display: inline-block;
  width: 70px;
  height: 100%;
  border-left: solid 1px #d8d8d8;
  text-align: center;
}
header .login-inner .header-login {
  display: inline-block;
  color: #f25353;
  font-size: 7px;
  background-image: url("../images/icon-login.png");
  background-size: 16px 19px;
  background-repeat: no-repeat;
  background-position: center 4px;
  padding-top: 27px;
}
header .login-inner .header-menu {
  display: inline-block;
  color: #f25353;
  font-size: 7px;
  background-image: url("../images/icon-menu.png");
  background-repeat: no-repeat;
  background-position: center 6px;
  background-size: 20px 15px;
  padding-top: 26px;
}

/* ============================================== */
/* 共通クラス */
/* ============================================== */
.marginT0 {
  margin-top: 0 !important;
}

.marginT5 {
  margin-top: 5px !important;
}

.marginT10 {
  margin-top: 10px !important;
}

.marginT20 {
  margin-top: 20px !important;
}

.marginT30 {
  margin-top: 30px !important;
}

.marginT40 {
  margin-top: 40px !important;
}

.marginB0 {
  margin-bottom: 0 !important;
}

.marginB5 {
  margin-bottom: 5px !important;
}

.marginB10 {
  margin-bottom: 10px !important;
}

.marginB20 {
  margin-bottom: 20px !important;
}

.marginB30 {
  margin-bottom: 30px !important;
}

.marginB40 {
  margin-bottom: 40px !important;
}

.paddingT0 {
  padding-top: 0 !important;
}

.paddingT10 {
  padding-top: 10px !important;
}

.paddingT20 {
  padding-top: 20px !important;
}

.paddingB0 {
  padding-bottom: 0 !important;
}

.paddingB10 {
  padding-bottom: 10px !important;
}

.paddingB20 {
  padding-bottom: 20px !important;
}

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

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.font-weight-bold {
  font-weight: bold;
}

.head-menu {
  background: #ebeded;
  width: 100%;
  z-index: 5;
  display: table;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.head-menu .header-inner {
  height: 67px;
  border-bottom: 1px solid #999;
  display: table;
  width: 100%;
}
.head-menu .header-inner h2 {
  font-size: 15px;
  vertical-align: middle;
  display: table-cell;
  padding-left: 10px;
}
.head-menu .header-inner .login-inner {
  display: inline-block;
  width: 70px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.head-menu .header-inner .login-inner .header-menu {
  display: inline-block;
  color: #484747;
  font-size: 7px;
  background-image: url("../images/icon-menu-gray.png");
  background-repeat: no-repeat;
  background-position: center 6px;
  background-size: 20px 15px;
  padding-top: 26px;
}
.head-menu .menu-list li {
  height: 50px;
  color: #4f4f4f;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  display: table;
  width: 100%;
}
.head-menu .menu-list li a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.container {
  font-size: 16px;
  line-height: 1.3em;
  color: #4f4f4f;
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.footer {
  background-color: #111111;
  color: #c0c0c0;
}
.footer__container {
  max-width: 640px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}
.footer__links {
  width: 100%;
  margin: 0 0 30px;
}
.footer__links li {
  margin-bottom: 10px;
}
.footer__links a {
  color: #aaaaaa;
  font-size: 12px;
}
.footer__links a:hover {
  text-decoration: underline;
}
.footer__links .icon {
  font-size: 14px;
  color: #aaaaaa;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 5px;
}
.footer__sublinks {
  color: #929292;
  margin-bottom: 20px;
}
.footer__sublinks a {
  color: #929292;
  font-size: 11px;
}
.footer__sublinks a:hover {
  text-decoration: underline;
}
.footer__sublinks li {
  display: inline-block;
}

/*ポップアップ */
.popup {
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px;
  background: #defcfd;
}
.popup .popup-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  color: #2771bc;
}
.popup.error {
  background: #fddee8;
}
.popup.error .popup-text {
  color: #e03434;
}
.popup.error .eraser {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  padding-left: 10px;
}

.fl-members-ui .color-gray {
  color: #929292;
}
.fl-members-ui .notes {
  color: #929292;
  font-size: 14px;
  margin-bottom: 20px;
}
.fl-members-ui .flexbox {
  display: flex !important;
  align-items: center;
}
.fl-members-ui .font-small {
  font-size: 0.8em;
}
.fl-members-ui .strong-text {
  color: #f25353;
  font-weight: bold;
}
.fl-members-ui .strong-text a {
  color: #f25353;
}
.fl-members-ui.container {
  margin: 0 auto 30px;
  background: #fff;
}
.fl-members-ui .sub-title {
  padding: 20px 10px;
  margin: 0 0 15px;
  line-height: inherit;
  height: auto;
  background: #f3f5f8;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.fl-members-ui .add-club-wrapper,
.fl-members-ui .report-register-wrapper {
  margin: 0;
  padding: 20px 15px;
}
.fl-members-ui .add-club-wrapper .time_select,
.fl-members-ui .report-register-wrapper .time_select {
  width: 80px;
}
.fl-members-ui .lead-text {
  font-size: 14px;
  padding: 0 !important;
  margin-bottom: 40px;
}
.fl-members-ui .lead-text__info {
  display: flex;
  color: #f25353;
  font-size: 14px;
  margin: 10px 0;
}
.fl-members-ui .lead-text .fa-exclamation-circle {
  padding-top: 3px;
  margin-right: 5px;
}
.fl-members-ui .link {
  color: #f25353;
  cursor: pointer;
  text-decoration: underline;
}
.fl-members-ui .form-headline {
  padding: 10px 15px;
  background: #fcebeb;
  color: #444;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px !important;
}
.fl-members-ui .form-headline__sub-text {
  color: #7a7a7a;
  font-size: 13px;
  margin-left: 10px;
}
.fl-members-ui .fl-form__section {
  margin-bottom: 40px;
}
.fl-members-ui .fl-form__label {
  display: block;
  margin-bottom: 10px;
  color: #444;
  font-weight: bold;
}
.fl-members-ui .fl-form input, .fl-members-ui .fl-form select, .fl-members-ui .fl-form textarea {
  border: 1px solid #ccd8e4;
  border-radius: 5px;
  font-size: 16px;
  margin: 0;
  padding: 10px;
}
.fl-members-ui .fl-form input::-moz-placeholder, .fl-members-ui .fl-form select::-moz-placeholder, .fl-members-ui .fl-form textarea::-moz-placeholder {
  color: #aaa;
}
.fl-members-ui .fl-form input:-ms-input-placeholder, .fl-members-ui .fl-form select:-ms-input-placeholder, .fl-members-ui .fl-form textarea:-ms-input-placeholder {
  color: #aaa;
}
.fl-members-ui .fl-form input::placeholder, .fl-members-ui .fl-form select::placeholder, .fl-members-ui .fl-form textarea::placeholder {
  color: #aaa;
}
.fl-members-ui .fl-form__info {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  padding: 10px;
  font-size: 13px;
  background: #f5f5f5;
  color: #929292;
}
.fl-members-ui .fl-form__info .material-icons {
  font-size: 16px;
  margin-right: 5px;
}
.fl-members-ui .fl-form__info p {
  margin-top: 10px;
}
.fl-members-ui .fl-form .btn {
  margin-bottom: 0 !important;
}
.fl-members-ui .fl-error-message {
  margin-bottom: 10px;
}
.fl-members-ui .fl-error-message .popup.error {
  background: #f25353;
}
.fl-members-ui .fl-error-message .popup-text {
  color: #fff;
}

.withdrawal label {
  color: #4f4f4f;
  font-weight: bold;
}
.withdrawal input {
  padding: 10px;
  margin-bottom: 10px;
}
.withdrawal .btn {
  margin-bottom: 20px;
}
.withdrawal .warn a, .withdrawal .info a {
  color: #f25353;
  text-decoration: underline;
}
.withdrawal .info {
  color: #929292 !important;
}

.common_info, .withdrawal .warn, .withdrawal .info {
  margin: 10px 0 20px 0;
  padding: 10px;
  font-size: 13px;
  background: #f5f5f5;
  color: #4f4f4f;
}
.common_info .warn, .withdrawal .warn .warn, .withdrawal .info .warn, .common_info .withdrawal .info, .withdrawal .common_info .info, .withdrawal .warn .info, .withdrawal .info .info {
  color: #f25353;
}

.fl-mypage-top__profile__list:not(:last-child) {
  margin-bottom: 20px;
}
.fl-mypage-top__profile h4 {
  color: #929292;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.fl-mypage-top__profile .profile_name {
  padding: 2px 0;
}
.fl-mypage-top__profile .profile_name a {
  text-decoration: underline;
}
.fl-mypage-top__open-profile {
  text-decoration: underline;
}
.fl-mypage-top__action-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
  padding: 10px 15px;
}
.fl-mypage-top__action-box.for-account {
  border: 2px solid #dfdfdf;
  color: #929292;
}
.fl-mypage-top__action-box.for-owner, .fl-mypage-top__action-box.for-member {
  border: 2px solid #ffb0b0;
  color: #f25353;
}
.fl-mypage-top__action-box .btn {
  margin: 5px 0 !important;
}
.fl-mypage-top__action-box__target {
  font-weight: bold;
  margin: 5px 10px 5px 0;
  min-width: 200px;
  flex: 4;
}
.fl-mypage-top__action-box__actions {
  min-width: 250px;
  flex: 5;
}
.fl-mypage-top__delete {
  text-align: right;
  padding: 10px 15px;
}
.fl-mypage-top__delete a {
  text-decoration: underline;
}

.club-register__url {
  color: #929292;
  margin-top: 10px;
  font-size: 14px;
}
.club-register__url__info {
  padding: 2px;
  border: 1px dashed #bbbbbb;
  margin-left: 2px;
  font-size: 12px;
  background: #f3f5f8;
  color: #3aaad6;
}
.club-register__url .material-icons {
  font-size: 20px;
}
.club-register__sns {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.club-register__sns__icon {
  width: 30px;
  margin-right: 10px;
  font-size: 30px !important;
  color: #929292;
  text-align: center;
}

.fl-plan-register .input-textarea {
  margin-bottom: 0 !important;
}
.fl-plan-register__monthly-price__select {
  margin: 10px 0;
}
.fl-plan-register__monthly-price .price_area, .fl-plan-register__monthly-price first_price_area {
  margin: 20px 0 0 !important;
}
.fl-plan-register .btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #f25353;
  color: #f25353;
  margin: 0;
}
.fl-plan-register .plan-ticket-contents {
  margin-top: 25px !important;
}

.radio-text {
  display: inline;
  padding-right: 12px;
}
.radio-text .check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.radio-text .check::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #b3b3b3;
  color: #b4b4b4;
  background-color: #f1f1f1;
  border-radius: 50%;
  behavior: url(/pie.htc);
  content: "";
  box-sizing: border-box;
}
.radio-text input[type="radio"] {
  display: none;
}
.radio-text input[type="radio"]:checked + .check::after {
  position: absolute;
  top: 8px;
  left: 4px;
  width: 11px;
  height: 8px;
  content: "";
  box-sizing: border-box;
  background-image: url("../images/mark-check.png");
  background-repeat: no-repeat;
  background-size: 11px 8px;
  background-position: center;
}

.box_radio {
  margin: 5px;
}
.box_radio label {
  margin: 5px;
  padding: 5px;
  display: block;
  float: left;
  width: 65px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  border: 2px solid #f25353;
  border-radius: 5px;
}
.box_radio .introduce_fee_setting_off {
  text-align: left;
  line-height: unset;
}
.box_radio .introduce_fee_setting_off .off_container {
  text-align: center;
}
.box_radio .introduce_fee_setting_off .off_container p:first-child {
  font-size: 16px;
}
.box_radio .introduce_fee_setting_off .off_container p:last-child {
  font-size: 11px;
  line-height: 13px;
}
.box_radio input[type="radio"]:checked + label {
  background: #f25353;
  color: #ffffff;
}
.box_radio input[type="radio"] {
  display: none;
}

.fl-report-register .codex-editor {
  border: 1px solid #ccd8e4;
  border-radius: 5px;
}

.fl-mailbox-wrapper {
  padding: 10px 15px;
}
.fl-mailbox-wrapper .flexbox-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 0 10px;
}
.fl-mailbox-wrapper .sub-title {
  line-height: 1.4em !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  height: auto;
}
.fl-mailbox-wrapper .fl-btn-mail {
  width: auto;
  padding: 0 15px;
  margin: inherit;
}
.fl-mailbox-wrapper .fl-btn-mail .btn-icon {
  width: 15px;
}

.fl-mail-list .mail-icon {
  display: flex;
  align-items: center;
}
.fl-mail-list .mail-icon .name {
  font-size: 14px;
  margin-left: 10px;
}
.fl-mail-list .mail-header-info .mail-title {
  font-weight: bold;
}
.fl-mail-list .mail-header-info .tag {
  display: inline-block;
}

/* 鍵垢サロン */
.about-twitter-salon-area {
  border: 1px solid #c0c0c0;
  padding: 20px;
  margin: 20px 0;
}
.about-twitter-salon-area__title {
  display: flex;
  color: #444;
  font-weight: bold;
  align-items: center;
  margin-top: 0 !important;
  line-height: 1em;
}
.about-twitter-salon-area__twitter-icon {
  margin-right: 10px;
  color: #1DA1F2;
  font-size: 32px;
}
.about-twitter-salon-area__text {
  color: #7a7a7a;
  font-size: 14px;
  margin-top: 1em !important;
}
.about-twitter-salon-area strong {
  color: #666;
  font-weight: bold;
}

/*ログイン、会員登録関連 */
.title-area {
  background-color: #ecebeb;
  height: 50px;
  padding: 0 10px;
}

.main-container {
  padding: 25px 10px;
}
.main-container p {
  margin: 15px 7px;
}

.snslogin-container .snslogin h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  margin: auto 0;
}
.snslogin-container .snslogin-area {
  padding: 25px 10px;
}
.snslogin-container .snslogin-area li {
  display: inline-block;
  margin: 0 auto;
  height: auto;
  width: 32%;
}
.snslogin-container .snslogin-area a {
  color: #ffffff;
}
.snslogin-container .snslogin-area .btn.fb {
  width: 91px;
  background-color: #085ba1;
}
.snslogin-container .snslogin-area .btn.fb .icon-fb {
  display: inline-block;
  background-image: url("../images/icon-sns-fb.png");
  background-size: 8px 14px;
  background-position: left center;
  margin-right: 4px;
  width: 8px;
  height: 14px;
}
.snslogin-container .snslogin-area .btn.tw {
  width: 96px;
  background-color: #39add3;
}
.snslogin-container .snslogin-area .btn.tw .icon-tw {
  display: inline-block;
  background-image: url("../images/icon-sns-tw.png");
  background-size: 14px 12px;
  background-position: left;
  margin-right: 4px;
  width: 14px;
  height: 12px;
}
.snslogin-container .snslogin-area .btn.line {
  width: 96px;
  background-color: #39d36f;
}
.snslogin-container .snslogin-area .btn.line .icon-line {
  display: inline-block;
  background-image: url("../images/icon-sns-line.png");
  background-size: 15px;
  background-position: left;
  margin-right: 4px;
  width: 15px;
  height: 15px;
}

.login-container .login.title-area h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  margin: auto 0;
  display: inline-block;
}
.login-container .login.title-area .pass-remained {
  font-size: 9px;
  color: #929292;
  line-height: 50px;
  margin-right: 10px;
}
.login-container .login.title-area .pass-remained span {
  background-image: url("../images/icon-arrow-gray.png");
  background-repeat: no-repeat;
  background-size: 5px 8px;
  background-position: right center;
  padding-right: 10px;
}
.login-container .login-area, .login-container .signup-area {
  padding: 25px 10px;
}
.login-container .login-area p, .login-container .signup-area p {
  font-size: 18px;
}
.login-container .login-area form, .login-container .signup-area form {
  padding-bottom: 25px;
  border-bottom: solid 1px #ddd;
}
.login-container .login-area form button[type="submit"], .login-container .signup-area form button[type="submit"] {
  width: 100%;
  margin-top: 16px;
}
.login-container .login-area form input[type="checkbox"], .login-container .signup-area form input[type="checkbox"] {
  padding-right: 5px;
  margin-top: 25px;
  width: 20px;
  height: 20px;
}
.login-container .regist-info {
  padding: 40px 0 10px;
  text-align: center;
}
.login-container .regist-info h3 {
  font-size: 18px;
}
.login-container .regist-info .user-add {
  font-size: 15px;
}

.signup-area input[type="text"] {
  margin-bottom: 25px;
}
.signup-area input[type="email"] {
  margin-bottom: 25px;
  margin-top: 0;
}

.singup-container {
  padding: 39px 0px 35px;
  text-align: center;
}
.singup-container p {
  text-align: left;
}
.singup-container .singup {
  display: inline-block;
  color: #f25353;
  margin: 18px auto 0;
  font-weight: bold;
  background-image: url("../images/icon-arrow-pink.png");
  background-repeat: no-repeat;
  background-size: 10px 16px;
  background-position: right 3px;
  padding-right: 14px;
}

#modal_overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

form {
  width: 100%;
}
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"],
form input[type="month"],
form input[type="date"],
form textarea,
form select {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 12px;
  margin-top: 16px;
  font-size: 18px;
  border: solid 1px #b3b3b3;
  color: #b4b4b4;
  background-color: #f1f1f1;
}
form button[type="submit"] {
  background-color: #f25353;
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: bold;
}
form input[type="checkbox"],
form input[type="radio"] {
  border: solid 1px #b3b3b3;
  color: #b4b4b4;
  background-color: #f1f1f1;
  border-radius: 50%;
  behavior: url(/pie.htc);
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
form select,
form input[type="month"],
form input[type="date"] {
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right center;
  background-position-x: 97%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  line-height: 20px;
}
form select {
  padding: 10px 12px;
}

.checkbox_text input[type="checkbox"] {
  display: none;
}
.checkbox_text input[type="checkbox"]:checked + .check::after {
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 11px;
  height: 8px;
  content: "";
  box-sizing: border-box;
  background-image: url("../images/mark-check.png");
  background-repeat: no-repeat;
  background-size: 11px 8px;
  background-position: center;
}
.checkbox_text .check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.checkbox_text .check::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #b3b3b3;
  color: #b4b4b4;
  background-color: #f1f1f1;
  border-radius: 50%;
  behavior: url(/pie.htc);
  content: "";
  box-sizing: border-box;
}

.radio_text input[type="radio"] {
  display: none;
}
.radio_text input[type="radio"]:checked + .radio::after {
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 8px;
  height: 8px;
  content: "";
  box-sizing: border-box;
  border-radius: 50%;
  behavior: url(/pie.htc);
  background: #f25353;
}
.radio_text .radio {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.radio_text .radio::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #b3b3b3;
  color: #b4b4b4;
  background-color: #f1f1f1;
  border-radius: 50%;
  behavior: url(/pie.htc);
  content: "";
  box-sizing: border-box;
}

.home-hero-wrapper {
  width: 100%;
  color: #ffffff;
}
.home-hero-wrapper .hero-contents {
  height: 190px;
  text-align: center;
  background-image: url("../images/bg-top.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.home-hero-wrapper .hero-contents .hero-chatch-inner {
  height: 140px;
}
.home-hero-wrapper .hero-contents .hero-chatch-inner .hero-chatch {
  font-size: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home-hero-wrapper .hero-contents .hero-chatch-inner p {
  font-size: 15px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home-hero-wrapper .hero-contents .singup-link.btn {
  width: 301px;
  margin: 0 auto;
  background-color: #f25353;
}
.home-hero-wrapper .hero-about-link {
  background: #514f4f;
  height: 25px;
  text-align: right;
  font-size: 9px;
  line-height: 25px;
  padding: 0 11px;
}
.home-hero-wrapper .hero-about-link a {
  color: #ffffff;
}
.home-hero-wrapper .hero-about-link .footer-icon {
  background-position-y: 8px;
}

.title {
  font-size: 18px;
  font-weight: bold;
  color: #4f4f4f;
}

/* asct */
.about-club-wrapper.asct-wrap ul.asct-text {
  padding: 10px;
}
.about-club-wrapper.asct-wrap ul.asct-text li {
  line-height: 2em;
  font-size: 14px;
  padding-left: 10px;
}
.about-club-wrapper.asct-wrap ul.asct-text p.title {
  margin-left: -10px;
  font-size: 14px;
}
.about-club-wrapper.asct-wrap ul.asct-text p.warning {
  padding: 14px 0;
  font-size: 16px;
}
.about-club-wrapper.asct-wrap ul.asct-text a {
  color: #f25353;
}
.about-club-wrapper.asct-wrap ul.asct-text.terms .about-club-wrapper.asct-wrap ul.asct-text.privacy .about-club-wrapper.asct-wrap ul.asct-text.faq {
  padding: 4px;
  font-size: 13px;
}
.about-club-wrapper.asct-wrap ul.asct-text.terms .about-club-wrapper.asct-wrap ul.asct-text.privacy .about-club-wrapper.asct-wrap ul.asct-text.faq h4 {
  color: #F25353;
}

.home-article-wrapper {
  margin: 25px 10px;
}
.home-article-wrapper .home-article-contents {
  text-align: center;
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 35px;
}
.home-article-wrapper .home-article-contents .title {
  margin-bottom: 13px;
}
.home-article-wrapper .home-article-contents span {
  font-size: 13px;
  line-height: 18px;
}
.home-article-wrapper .about-fanclove {
  font-size: 13px;
  margin-top: 40px;
}
.home-article-wrapper .about-fanclove img {
  margin: 15px 0;
}

.ex-owner-wrapper .owner-contents .title {
  margin-bottom: 26px;
  text-align: center;
}
.ex-owner-wrapper .owner-contents #slider-top .slider-inner {
  min-width: 320px;
  width: 100%;
  max-width: 640px;
  min-height: 200px;
  height: auto;
  max-height: 400px;
}
.ex-owner-wrapper .owner-contents #slider-top .slider-inner img {
  -o-object-fit: cover;
     object-fit: cover;
}
.ex-owner-wrapper .owner-contents #slider-top .club-info {
  position: absolute;
  top: 50%;
}
.ex-owner-wrapper .owner-contents #slider-top .club-info .club-name {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
.ex-owner-wrapper .owner-contents #slider-top .club-info .club-text {
  color: #ffffff;
  font-size: 13px;
}
.ex-owner-wrapper .owner-contents .bx-wrapper {
  border: none;
  box-shadow: none;
  background: none;
  margin-bottom: 0;
}
.ex-owner-wrapper .owner-contents .bx-wrapper .bx-controls .bx-pager {
  padding: 0;
  top: 80%;
}
.ex-owner-wrapper .owner-contents .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link {
  border: solid 1px #ffffff;
  background: none;
  width: 7px;
  height: 7px;
}
.ex-owner-wrapper .owner-contents .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link.active {
  background: #ffffff;
}

.pickup-club-wrapper {
  background: #f2f2f2;
  padding: 30px 10px;
}
.pickup-club-wrapper .pickup-club-contents .title {
  text-align: center;
  margin: 5px auto 26px;
}
.pickup-club-wrapper .club-card.pickup-club01 .club-img {
  background-image: url("../images/bg-pickup01.jpg");
}
.pickup-club-wrapper .club-card.pickup-club02 .club-img {
  background-image: url("../images/bg-pickup02.jpg");
}
.pickup-club-wrapper .club-card.pickup-club03 .club-img {
  background-image: url("../images/bg-pickup03.jpg");
}
.pickup-club-wrapper .more-link {
  text-align: center;
  margin-top: 28px;
}
.pickup-club-wrapper .more-link .footer-icon {
  background-image: url("../images/icon-arrow-gray-big.png");
  background-size: 9px 14px;
  padding-right: 15px;
}
.pickup-club-wrapper .clubs-link {
  text-align: center;
  margin-top: 0;
}
.pickup-club-wrapper .clubs-link .footer-icon {
  background-image: url("../images/icon-arrow-gray-big.png");
  background-size: 9px 14px;
  padding-right: 15px;
}

.sinup-content-wrapper .sinup-contents {
  padding: 25px 10px;
  text-align: center;
}
.sinup-content-wrapper .sinup-contents .title {
  margin-bottom: 23px;
}
.sinup-content-wrapper .sinup-contents .btn {
  width: 49%;
  display: inline-block;
  margin-right: 0;
}
.sinup-content-wrapper .sinup-contents .btn.singin-link {
  border: 2px solid #6e6e6e;
  font-size: 15px;
  background: none;
}
.sinup-content-wrapper .sinup-contents .btn.singup-link {
  color: #ffffff;
  background-color: #f25353;
  font-size: 15px;
}
.sinup-content-wrapper .sinup-contents .btn.singup-link a {
  color: #ffffff;
}
.sinup-content-wrapper .sinup-contents .about-link {
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
}
.sinup-content-wrapper .sinup-contents .about-link.footer-icon {
  background-image: url("../images/icon-arrow-gray-middle.png");
  background-size: 6px 10px;
  padding-right: 10px;
  background-position-y: 5px;
}

.club-hero-wrapper {
  width: 100%;
  color: #ffffff;
  background-image: url("../images/bg-top.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  box-sizing: border-box;
}
.club-hero-wrapper .club-menu span {
  color: #ffffff;
  font-size: 7px;
  display: inline-block;
  background-image: url("../images/icon-menu-white.png");
  background-repeat: no-repeat;
  background-position: center 6px;
  background-size: 20px 15px;
  padding-top: 25px;
}
.club-hero-wrapper .club-hero-contents {
  height: 152px;
  padding: 10px;
}
.club-hero-wrapper .club-hero-contents .club-title {
  display: inline-block;
  width: 100%;
  height: 90px;
}
.club-hero-wrapper .club-hero-contents .club-title .club-icon {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}
.club-hero-wrapper .club-hero-contents .club-title .club-icon img {
  border-radius: 5px;
  behavior: url(/pie.htc);
  width: 100%;
  height: 100%;
}
.club-hero-wrapper .club-hero-contents .club-title .club-name {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
}
.club-hero-wrapper .club-info-wrapper {
  height: 62px;
  font-weight: normal;
}
.club-hero-wrapper .club-info-wrapper p {
  line-height: 1em;
  margin: 0;
  margin-bottom: 7px;
}
.club-hero-wrapper .club-info-wrapper .club-date-inner {
  font-size: 13px;
  width: 60%;
}
.club-hero-wrapper .club-info-wrapper .info-updated-inner {
  font-size: 7px;
}
.club-hero-wrapper .club-info-wrapper .info-updated-inner p {
  display: inline-block;
}
.club-hero-wrapper .club-info-wrapper .account-inner {
  width: 40%;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 138px;
}
.club-hero-wrapper .club-info-wrapper .account-inner .btn {
  border: 1px solid #ffffff;
  font-size: 9px;
  font-weight: normal;
  height: 21px;
  line-height: 21px;
  padding: 0px 9px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 44%;
}
.club-hero-wrapper .club-info-wrapper .account-inner .btn.sign-up {
  margin-right: 10px;
  width: 45%;
}

.club-tab-menu {
  box-sizing: border-box;
  padding: 10px;
}
.club-tab-menu .tab-inner {
  height: 42px;
  border-radius: 10px;
  behavior: url(/pie.htc);
  box-sizing: border-box;
  border: 1px solid #c5c5c5;
  width: 100%;
}
.club-tab-menu .tab-inner .tab-link {
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  width: 49%;
  display: inline-block;
  text-align: center;
  color: #f25353;
  box-sizing: border-box;
  margin: 0;
}
.club-tab-menu .tab-inner .tab-link.tab-left a {
  color: #f25353;
}
.club-tab-menu .tab-inner .tab-link.tab-left.off {
  border-right: 1px solid #c5c5c5;
  background-color: #f4f4f4;
  color: #888;
  border-radius: 10px 0 0 10px;
  behavior: url(/pie.htc);
}
.club-tab-menu .tab-inner .tab-link.tab-left.off a {
  color: #888;
}
.club-tab-menu .tab-inner .tab-link.tab-right a {
  color: #f25353;
}
.club-tab-menu .tab-inner .tab-link.tab-right.off {
  border-left: 1px solid #c5c5c5;
  background-color: #f4f4f4;
  color: #888;
  border-radius: 0 10px 10px 0;
  behavior: url(/pie.htc);
}
.club-tab-menu .tab-inner .tab-link.tab-right.off a {
  color: #888;
}

.about-club-wrapper {
  padding: 10px;
}
.about-club-wrapper .about-club-text {
  font-size: 13px;
}

.ticket-detail-wrapper .ticket-detail-inner {
  padding: 0 10px;
}
.ticket-detail-wrapper .lead-text {
  padding: 10px 10px 25px;
  color: #7e7e7e;
  margin: 10px auto;
}
.ticket-detail-wrapper .sub-text {
  padding: 10px 0;
  color: #7e7e7e;
  margin: 10px auto;
}
.ticket-detail-wrapper .alert-text {
  padding: 10px 0;
  color: #f25353;
  margin: 10px auto;
  text-aling: center;
  width: 70%;
}
.ticket-detail-wrapper .btn {
  margin: 15px auto;
  display: inline-block;
  font-weight: normal;
}
.ticket-detail-wrapper .about-guide-box {
  border: 1px solid #878787;
  background-color: rgba(248, 246, 246, 0.94);
  font-size: 12px;
  padding: 12px 13px;
  margin: 20px auto;
}
.ticket-detail-wrapper .about-guide-box b {
  font-weight: bold;
  margin-top: 15px;
}
.ticket-detail-wrapper .btn.dark-gray {
  line-height: 1.2em;
  height: 45px;
  padding-top: 5px;
  margin-top: 10px;
}
.ticket-detail-wrapper .btn.gray {
  margin: 30px auto;
}
.ticket-detail-wrapper .ticket-list-info.dot.liner {
  padding: 13px 13px 0px;
  margin: 0;
}
.ticket-detail-wrapper .ticket-list-info.dot.liner.gray {
  background-color: #cccaca;
}
.ticket-detail-wrapper .ticket-list-info.dot.liner .t-about {
  font-size: 9px;
  line-height: 1.4em;
  margin: 5px auto;
}
.ticket-detail-wrapper .ticket-list-info.dot.liner .t-info-label::after {
  left: 63px;
}

.club-plan-wrapper .plan-inner {
  margin: 10px;
  border-bottom: 1px solid #d8d8d8;
}
.club-plan-wrapper .plan-inner .plan-price {
  color: #7e7e7e;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.15em;
}
.club-plan-wrapper .plan-inner .plan-price .plan-first-month-price {
  font-weight: bold;
  color: #f25353;
}
.club-plan-wrapper .plan-inner .about-plan-box {
  border: 1px solid #878787;
  background-color: rgba(248, 246, 246, 0.94);
  font-size: 12px;
  padding: 12px 13px;
}
.club-plan-wrapper .plan-inner .btn {
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.club-plan-wrapper .plan-inner .btn.half {
  margin-bottom: 10px;
}
.club-plan-wrapper .plan-inner .login-link {
  text-align: right;
  font-size: 12px;
  margin: 20px 0 30px;
  background-image: url("../images/icon-back-arrow.png");
  background-size: 6px 10px;
}
.club-plan-wrapper .plan-regist-inner .leave-plan.buttons {
  margin-bottom: 15px;
}

.club-ticket-wrapper {
  margin-top: 15px;
}
.club-ticket-wrapper.is-list-hidden {
  overflow: hidden;
  max-height: 570px;
}
.club-ticket-wrapper .c-ticket-list {
  display: block;
}
.club-ticket-wrapper .ticket-list-info {
  margin: 10px;
  padding: 13px;
  border-bottom: 1px solid #d8d8d8;
}
.club-ticket-wrapper .ticket-list-info.dot {
  background-color: #fc7e7e;
  border-radius: 3px;
  behavior: url(/pie.htc);
  color: #fff;
}
.club-ticket-wrapper .ticket-list-info .t-title {
  display: inline-block;
  width: 100%;
}
.club-ticket-wrapper .ticket-list-info .t-title .t-icon {
  width: 51px;
  height: 51px;
  display: table-cell;
  vertical-align: middle;
}
.club-ticket-wrapper .ticket-list-info .t-title .t-icon img {
  border-radius: 50%;
  behavior: url(/pie.htc);
  width: 51px;
  height: 51px;
}
.club-ticket-wrapper .ticket-list-info .t-title .t-icon-squ {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
}
.club-ticket-wrapper .ticket-list-info .t-title .t-icon-squ img {
  width: 100%;
  height: 100%;
}
.club-ticket-wrapper .ticket-list-info .t-title .t-name {
  font-size: 15px;
  display: table-cell;
  margin: 0;
  padding-left: 13px;
  width: 100%;
  vertical-align: middle;
}
.club-ticket-wrapper .ticket-list-info .t-text {
  font-size: 12px;
  line-height: 1.5em;
  margin: 5px auto 10px;
}
.club-ticket-wrapper .ticket-list-info .t-info-label {
  padding: 5px 20px 5px 14px;
  width: 78px;
  height: 28px;
  font-size: 9px;
  background-color: #53adf2;
  box-sizing: border-box;
  top: 9px;
  left: -16px;
  position: relative;
}
.club-ticket-wrapper .ticket-list-info .t-info-label::after {
  display: block;
  content: "";
  border-right: 10px solid transparent;
  border-top: 14px solid #53adf2;
  border-bottom: 14px solid #53adf2;
  width: 0;
  height: 0;
  position: relative;
  left: 63.5px;
  top: -25px;
}
.club-ticket-wrapper .ticket-list-info .t-info-inner {
  font-size: 7px;
  margin-bottom: 5px;
  text-align: right;
  position: relative;
  top: -15px;
}
.club-ticket-wrapper .ticket-list-info .t-info-inner p {
  display: inline-block;
}
.club-ticket-wrapper .ticket-list-info .t-info-inner .t-expire {
  margin-right: 9px;
}
.club-ticket-wrapper .ticket-list-info .t-info-inner .show-detail {
  margin-left: 10px;
}
.club-ticket-wrapper .ticket-list-info .btn.get-ticket {
  background-color: #FFF;
  color: #fc8484;
  font-size: 15px;
  font-weight: normal;
  margin: 30px auto 5px;
  height: auto;
  line-height: 1.6em;
  padding: 10px 20px;
}
.club-ticket-wrapper .ticket-list-info .ticket-info-detail {
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.club-ticket-wrapper .ticket-list-info .ticket-info-detail dt {
  float: left;
  clear: both;
}
.club-ticket-wrapper .ticket-list-info .ticket-info-detail dt::after {
  content: "：";
}
.club-ticket-wrapper .ticket-list-info .ticket-info-detail dd {
  margin-left: 70px;
}
.club-ticket-wrapper .ticket-list-info .ticket-use-detail {
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.club-ticket-wrapper .ticket-list-info .ticket-use-detail dt {
  float: left;
  clear: both;
}
.club-ticket-wrapper .ticket-list-info .ticket-use-detail dt::after {
  content: "：";
}
.club-ticket-wrapper .ticket-list-info .ticket-use-detail dd {
  margin-left: 80px;
}
.club-ticket-wrapper .more-link.ticket {
  width: 100%;
  height: 100px;
  text-align: center;
  background-image: linear-gradient(to top, #ffffff 0%, #ffffff 57%, rgba(0, 0, 0, 0) 100%);
  background-image: -web-kit-linear-gradient(to top, white 0%, white 57%, transparent 100%);
  position: absolute;
  top: 500px;
}
.club-ticket-wrapper .more-link.ticket a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.club-ticket-wrapper .more-link.ticket img {
  width: 17px;
  height: 10px;
}

.sns-share-wrapper .share-contents {
  padding: 25px 10px;
}
.sns-share-wrapper .share-contents .title {
  margin-bottom: 18px;
  font-weight: bold;
  color: #646464;
}
.sns-share-wrapper .share-contents .share-text {
  margin-bottom: 20px;
  color: #2c2c2c;
}
.sns-share-wrapper .share-contents .btn {
  width: 32%;
  margin: 3px 0px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 5px;
  display: inline-block;
}
.sns-share-wrapper .share-contents .btn.fb {
  background-color: #085ba1;
  background-image: url("../images/icon-share-fb.png");
  background-size: 8px 14px;
  background-position: 31px 11px;
}
.sns-share-wrapper .share-contents .btn.tw {
  background-color: #39add3;
  background-image: url("../images/icon-share-tw.png");
  background-size: 14px 12px;
  background-position: 21px 12px;
}
.sns-share-wrapper .share-contents .btn.line {
  background-color: #39d36f;
  background-image: url("../images/icon-share-line.png");
  background-size: 15px;
  background-position: 24px 11px;
}
.sns-share-wrapper .share-contents .btn.mail {
  background-color: #7f7f7f;
  background-image: url("../images/icon-share-mail.png");
  background-size: 15px 10px;
  background-position: 20px 14px;
}
.sns-share-wrapper .share-contents .btn.apple {
  background-color: black;
  background-image: url("../images/icon-share-apple.png");
  background-size: 13px 15px;
  background-position: 19px 12px;
}

.lead-account-wrapper .account-contents {
  padding: 25px 10px 45px;
  text-align: center;
}
.lead-account-wrapper .account-contents .title {
  margin-bottom: 18px;
  font-weight: bold;
}
.lead-account-wrapper .account-contents a {
  color: #ffffff;
}
.lead-account-wrapper .account-contents .btn {
  display: inline-block;
}
.lead-account-wrapper .account-contents .btn.account-link {
  font-size: 15px;
  margin-top: 20px;
}

#club_tl {
  display: none;
}

.plan-delete-message {
  text-align: left;
  line-height: 1.4;
  border: 1px solid #dedede;
  padding: 13px;
  margin-bottom: 13px;
}

.club-plan-wrapper form button.disabled {
  background-color: #e3e3e3;
}

.club-plan-wrapper form .edit-credit {
  font-size: 12px;
  color: #f25353;
  padding: 10px 0;
  text-align: right;
  text-decoration: underline;
}

.club-plan-wrapper .plan-payment-lead {
  padding: 10px 0 25px;
  color: #4f4f4f;
}

.club-plan-wrapper .plan-payment-before label,
.club-plan-wrapper .plan-payment-method label {
  font-size: 15px;
  color: #7e7e7e;
  display: block;
}

.club-plan-wrapper .plan-payment-method p {
  padding-left: 10px;
  font-weight: bold;
}

.club-plan-wrapper .plan-payment-method p::before {
  margin: 0 10px 0 0;
  content: " ";
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(../images/icon-arrow-pink-r.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.club-plan-wrapper .plan-payment-before p {
  padding-left: 10px;
}

.club-plan-wrapper .plan-payment-before p::before {
  margin: 0 10px 0 0;
  content: " ";
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(../images/icon-arrow-gray-middle.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.club-plan-wrapper .plan-payment-btn {
  background-color: #f25353;
  color: #ffffff;
  border: none;
  margin-bottom: 30px;
}

.club-top-login .club-plan-wrapper .join-plan-inner .p-info {
  font-size: 12px;
}
.club-top-login .club-plan-wrapper .join-plan-inner .privilege-box {
  box-sizing: border-box;
  border: 1px solid #dedede;
  padding: 15px;
  margin: 10px 0;
  font-size: 12px;
  display: table;
}
.club-top-login .club-plan-wrapper .join-plan-inner .privilege-box.left {
  width: 70%;
  height: 106px;
  border-right: none;
}
.club-top-login .club-plan-wrapper .join-plan-inner .privilege-box .title {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 12px;
}
.club-top-login .club-plan-wrapper .join-plan-inner .privilege-box p {
  line-height: 1.2em;
  color: #7e7e7e;
}
.club-top-login .club-plan-wrapper .join-plan-inner .privilege-box.membership {
  font-size: 15px;
  font-weight: bold;
  background-color: rgba(252, 235, 235, 0.94);
  width: 30%;
  height: 106px;
  text-align: center;
}
.club-top-login .club-plan-wrapper .join-plan-inner .privilege-box.membership a {
  display: table-cell;
  vertical-align: middle;
  color: #f25353;
  width: 100%;
  height: 100%;
}
.club-top-login .club-ticket-wrapper.reserv {
  margin-top: 15px;
  margin-bottom: 0;
}
.club-top-login .club-ticket-wrapper.reserv .ticket-list-info .btn.gray {
  margin-bottom: 30px;
  display: inline-block;
}
.club-top-login .club-ticket-wrapper.reserv .more-link.ticket {
  background-image: none;
  top: -40px;
  height: 45px;
  background-color: #ffffff;
}
.club-top-login .club-plan-wrapper .sub-title {
  background: none;
  height: auto;
  line-height: 1.5em;
}

.clup-top-popup, .stop-member-popup {
  width: 93%;
  height: 130px;
  border-radius: 15px;
  behavior: url(/pie.htc);
  box-sizing: border-box;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(5, 0, 1, 0.75);
  z-index: 3;
  position: fixed;
  display: none;
}
.clup-top-popup .c-title, .stop-member-popup .c-title {
  height: 60px;
  border-radius: 15px 15px 0 0;
  behavior: url(/pie.htc);
  background-image: url("../images/bg-top.jpg");
  background-size: cover;
}
.clup-top-popup .c-title .club-icon, .stop-member-popup .c-title .club-icon {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  behavior: url(/pie.htc);
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.clup-top-popup .c-title .club-icon img, .stop-member-popup .c-title .club-icon img {
  width: 100%;
  height: 100%;
}
.clup-top-popup .c-title .club-name, .stop-member-popup .c-title .club-name {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
}
.clup-top-popup .member-num, .stop-member-popup .member-num {
  height: auto;
  font-size: 16px;
  line-height: 32px;
  padding: 16px;
  text-align: center;
  background: #FFF;
  border-radius: 0 0 15px 15px;
  behavior: url(/pie.htc);
}
.clup-top-popup .member-num .modal-buttons, .stop-member-popup .member-num .modal-buttons {
  padding: 15px;
  display: flex;
}
.clup-top-popup .member-num .modal-buttons .btn, .stop-member-popup .member-num .modal-buttons .btn {
  margin: 0 2px;
}
.clup-top-popup .member-num .modal-buttons .active, .stop-member-popup .member-num .modal-buttons .active {
  border: none;
  font-size: 18px;
  font-weight: bold;
}

.stop-member-popup {
  display: block;
  position: absolute;
}

.sub-title.club-report {
  color: #f25353;
  background: #fcebeb;
  height: 40px;
  line-height: 40px;
}
.sub-title.club-report h3 {
  display: inline-block;
}
.sub-title.club-report span {
  font-size: 9px;
  display: inline-block;
  color: #a4a4a4;
}

.f-editor img {
  width: 120px;
  max-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 1px;
  background-color: #E6E6E6;
}

.report-detail-wrapper section {
  margin-bottom: 25px;
}
.report-detail-wrapper section .table {
  margin: 5px auto;
}
.report-detail-wrapper section .table th, .report-detail-wrapper section .table td {
  text-align: center;
  border: 1px solid #FFFFFF;
}
.report-detail-wrapper section .table th {
  background-color: #fcebeb;
  padding: 10px;
  font-weight: bold;
}
.report-detail-wrapper section .table td {
  background-color: #F2F2F2;
  padding: 5px;
}
.report-detail-wrapper section .video {
  width: 100%;
}
.report-detail-wrapper section .code_editor {
  position: relative;
  padding-top: 30px;
}
.report-detail-wrapper section .code_editor_lang, .report-detail-wrapper section .code_editor_title {
  position: absolute;
  font-size: 14px;
  background-color: #777;
  padding: 0 5px;
  border-radius: 2px;
}
.report-detail-wrapper section .code_editor_lang {
  top: 0;
  left: 0;
}
.report-detail-wrapper section .code_editor_title {
  top: 5px;
  right: 10px;
}
.report-detail-wrapper section .level2 {
  font-size: 1.5em;
  font-weight: bold;
}
.report-detail-wrapper section .level3 {
  font-size: 1.2em;
  font-weight: bold;
}
.report-detail-wrapper section .level4 {
  font-size: 1em;
  font-weight: bold;
}
.report-detail-wrapper section blockquote {
  background: #f8f8f8;
  font-size: 14px;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #e0dcdc;
}
.report-detail-wrapper section b {
  font-weight: bold;
}
.report-detail-wrapper section i {
  font-style: italic;
}
.report-detail-wrapper section li {
  margin: 0;
  padding: 5px 10px;
}
.report-detail-wrapper section ol, .report-detail-wrapper section ul {
  padding: 15px 30px 0 30px;
}
.report-detail-wrapper section ol {
  list-style: decimal;
}
.report-detail-wrapper section ul {
  list-style: disc;
}
.report-detail-wrapper .report-img {
  width: 100%;
  height: auto;
}
.report-detail-wrapper .report-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.report-detail-wrapper p {
  font-size: 14px;
  line-height: 1.5em;
}
.report-detail-wrapper .btn_area {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0 0 0;
}
.report-detail-wrapper .btn_area .send {
  padding: 8px 10px;
  font-size: 0.9em;
  font-weight: normal;
  border-radius: 5px;
  cursor: pointer;
}
.report-detail-wrapper .btn.gray.back {
  margin-top: 30px;
  margin-bottom: 30px;
}
.report-detail-wrapper .comment_list-area {
  padding: 15px;
  margin-top: 30px;
}
.report-detail-wrapper .comment_list-area .comment_list_title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.report-detail-wrapper .comment_list-area .comment_list {
  font-size: 14px;
}
.report-detail-wrapper .comment_list-area .comment_list .comment {
  margin-top: 20px;
  margin-bottom: 20px;
}
.report-detail-wrapper .comment_list-area .comment_list .comment .delete {
  float: right;
  width: 50%;
}
.report-detail-wrapper .comment_list-area .comment_list .comment .profile {
  text-decoration: underline;
}
.report-detail-wrapper .comment_list-area .comment_list .comment .name {
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
  color: #7f7f7f;
}
.report-detail-wrapper .comment_list-area .comment_list .comment .post_time {
  display: inline-block;
  font-size: 12px;
  color: #7f7f7f;
}
.report-detail-wrapper .comment_list-area .comment_list .comment .content .linebreak {
  line-height: 0.6em !important;
}
.report-detail-wrapper .comment_list-area .comment_list .comment .content img {
  width: 120px;
  max-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 1px 0;
}
.report-detail-wrapper .comment_list-area .comment_list .comment .content .is_deleted {
  color: #f25353;
  background: #fcebeb;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
}
.report-detail-wrapper .comment_list-area .comment_list .comment .comment_like_area {
  padding: 5px 3px 3px 3px;
}
.report-detail-wrapper .comment_list-area .comment_list .comment .comment_like_area .comment_like {
  font-size: 1.2em;
  cursor: pointer;
}
.report-detail-wrapper .comment_list-area .comment_list .comment .comment_like_area .active {
  color: #f25353;
}
.report-detail-wrapper .comment_list-area .comment_list .comment .comment_like_area .comment_like_num {
  margin-left: 3px;
  font-size: 12px;
}
.report-detail-wrapper .comment_list-area .comment_list .comment .comment_like_area .like_up {
  -webkit-animation: like 0.7s 0.1s;
          animation: like 0.7s 0.1s;
  transform-origin: 10% 100%;
}
@-webkit-keyframes like {
  0% {
    transform: rotate(0deg);
  }
  60% {
    color: #f25353;
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes like {
  0% {
    transform: rotate(0deg);
  }
  60% {
    color: #f25353;
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
.report-detail-wrapper .comment_list-area .comment_list .comment a {
  text-decoration: underline;
  -webkit-text-decoration-color: #f25353;
          text-decoration-color: #f25353;
}
.report-detail-wrapper .comment_list-area .comment_list .report_comment_display {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.report-detail-wrapper .comment_list-area .comment_list .report_comment_display .display {
  margin-left: 10px;
  font-weight: normal;
  font-size: 13px;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #f25353;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.report-detail-wrapper .comment_list-area .comment_list .report_comment_display_form {
  width: unset;
}

.about-club-wrapper.report {
  margin: 10px;
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
}
.about-club-wrapper.report .more-link.ticket {
  width: 100%;
  height: 100px;
  text-align: center;
  background-image: linear-gradient(to top, #ffffff 0%, #ffffff 57%, rgba(0, 0, 0, 0) 100%);
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
.about-club-wrapper.report .more-link.ticket a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.about-club-wrapper.report .more-link.ticket img {
  width: 17px;
  height: 10px;
}

.btn.create-report {
  width: 94%;
  border-radius: 5px;
  behavior: url(/pie.htc);
  margin: 10px;
  box-sizing: border-box;
}

.club-ticket-wrapper.report {
  margin-bottom: 0;
}
.club-ticket-wrapper.report .ticket-list-info {
  border-top: 1px solid #d8d8d8;
  border-bottom: none;
}
.club-ticket-wrapper.report .ticket-list-info .t-title {
  margin-top: 10px;
}
.club-ticket-wrapper.report .ticket-list-info .t-title .t-icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
}
.club-ticket-wrapper.report .ticket-list-info .t-title .t-icon img {
  width: 100%;
  height: 100%;
}
.club-ticket-wrapper.report .ticket-list-info .t-date {
  display: inline-block;
  margin: 0;
  width: 66%;
  vertical-align: middle;
  margin-left: 1px;
}
.club-ticket-wrapper.report .ticket-list-info .t-date .t-update {
  font-size: 9px;
  color: #a4a4a4;
  padding-left: 13px;
}
.club-ticket-wrapper.report .ticket-list-info .t-text {
  font-size: 13px;
  color: #2c2c2c;
  line-height: 1.3em;
  margin: 8px 0 10px;
  width: 90%;
  text-align: left;
}
.club-ticket-wrapper.report .ticket-list-info.footer-icon {
  background-image: url("../images/icon-back-arrow02.png");
  background-position: center right;
  background-size: 10px 16px;
}

.club-ticket-wrapper .ticket-list-info.more {
  display: none;
}
.club-ticket-wrapper h3 .sub-title.ticket-list {
  line-height: 1.2;
}

.club-search-contents {
  padding: 20px 10px;
}
.club-search-contents form .search-club-box {
  box-sizing: border-box;
  height: 40px;
  border-radius: 3px;
  margin-top: 0;
  font-size: 18px;
  border: solid 1px #b3b3b3;
  color: #b4b4b4;
  background: #fafafa;
}
.club-search-contents form .search-club-box .search-text {
  width: 80%;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
}
.club-search-contents form .search-club-box input[type="text"] {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  color: #b4b4b4;
}
.club-search-contents form .search-club-box .search-button {
  width: 18%;
  box-sizing: border-box;
  position: relative;
  top: -41px;
  height: 40px;
}
.club-search-contents form .search-club-box button {
  background-image: url("../images/icon-search.png");
  background-repeat: no-repeat;
  background-size: 19px;
  background-color: #c6c6c6;
  background-position: center;
  border-radius: 0 3px 3px 0;
  behavior: url(/pie.htc);
  width: 100%;
  height: 100%;
}

.club-list-wrapper {
  background: #f2f2f2;
  padding: 30px 10px;
}
.club-list-wrapper .club-card {
  height: 180px;
}
.club-list-wrapper .club-card .club-owner-info {
  color: #ffffff;
  font-size: 6px;
  line-height: 0;
  padding: 12px;
  position: relative;
  bottom: -62px;
}
.club-list-wrapper .club-card .club-owner-info p {
  display: inline-block;
}
.club-list-wrapper .club-card .club-owner-info .info-owner {
  margin-right: 12px;
}
.club-list-wrapper .club-info .club-info-num span {
  font-weight: normal;
}
.club-list-wrapper .club-info .club-info-tug {
  margin-right: 13px;
}
.club-list-wrapper .club-card.pickup-club01 .club-img {
  background-image: url("../images/bg-pickup01.jpg");
}
.club-list-wrapper .club-card.pickup-club02 .club-img {
  background-image: url("../images/bg-pickup02.jpg");
}
.club-list-wrapper .club-card.pickup-club03 .club-img {
  background-image: url("../images/bg-pickup03.jpg");
}
.club-list-wrapper.plan-list {
  padding: 10px;
}
.club-list-wrapper.plan-list .club-card {
  margin-top: 15px;
}
.club-list-wrapper.plan-list .mt0 {
  margin-top: 0;
}
.club-list-wrapper.plan-list .add-plan-list-sub {
  padding-top: 10px;
}
.club-list-wrapper.plan-list .add-plan-list-sub .flex-buttons {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.club-list-wrapper.plan-list .add-plan-list-sub .flex-buttons__btn {
  flex-basis: 45%;
  padding: 0 5px;
}
.club-list-wrapper.plan-list .add-plan-list-sub .flex-buttons__btn a {
  padding: 0 10px;
}
@media only screen and (max-width: 451px) {
  .club-list-wrapper.plan-list .add-plan-list-sub .flex-buttons {
    flex-direction: column;
    gap: 7px;
  }
  .club-list-wrapper.plan-list .add-plan-list-sub .flex-buttons .btn {
    font-size: 14px;
  }
}
.club-list-wrapper.plan-list .add-plan-list .plan-payment {
  width: 100%;
  display: inline-block;
  font-size: 13px;
  color: gray;
  /* text-align: right; */
  /* font-weight: bold; */
}
.club-list-wrapper.plan-list .add-plan-list .plan-name {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.club-list-wrapper.plan-list .add-plan-list .plan-leave-message {
  width: 59%;
  display: inline-block;
  font-size: 12px;
}
.club-list-wrapper.plan-list .add-plan-list .plan-extend-message {
  display: inline-block;
  font-size: 12px;
}
.club-list-wrapper.plan-list .add-plan-list a {
  position: relative;
  top: 0;
}
.club-list-wrapper.plan-list .add-plan-list .btn.gray {
  width: 49%;
  background: none;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  font-size: 3.3vw;
}
.club-list-wrapper.plan-list .add-plan-list .btn.gray.plan-leave-cancel {
  height: 40px;
}

.introduce_fee_description {
  background-color: #fff;
  padding: 15px 5px;
  border-radius: 5px;
}
.introduce_fee_description .heading {
  font-weight: bold;
}
.introduce_fee_description .description {
  padding: 10px;
  font-size: 13px;
  color: gray;
}
.introduce_fee_description .link_container {
  padding: 5px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.introduce_fee_description .link_container .link_box {
  margin: 0 5px;
  padding: 5px 10px;
  border: solid 2px #d8d8d8;
  flex: 1;
}
.introduce_fee_description .link_container .share_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduce_fee_description .link_container .share_box .fa-line {
  height: 26px;
  cursor: pointer;
  margin: 4px 2px;
}
.introduce_fee_description .link_container .share_box img {
  height: 26px;
}
.introduce_fee_description .link_container .share_box .fa {
  width: 20px;
  font-size: 20px;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  cursor: pointer;
  margin: 4px 2px;
}
.introduce_fee_description .link_container .share_box .fa-link {
  position: relative;
  background-color: #428adf;
}
.introduce_fee_description .link_container .share_box .fadef::after {
  opacity: 1;
  font-size: 0.8rem;
  background: rgba(33, 37, 41, 0.9);
  border-radius: 4px;
  color: #fff;
  content: "URLをコピーしました！";
  white-space: nowrap;
  padding: 0.5em 1em;
  position: absolute;
  z-index: 1;
  top: 110%;
  left: -250%;
  transition: opacity 1s ease;
}
.introduce_fee_description .link_container .share_box .fa-facebook {
  background-color: #4267B2;
}
.introduce_fee_description .link_container .share_box .fa-twitter {
  background-color: #1DA1F2;
}
.introduce_fee_description .introduce_plan_link {
  padding-top: 5px;
  padding-right: 5px;
  display: flex;
  justify-content: flex-end;
}
.introduce_fee_description .introduce_plan_link a {
  color: #f25353;
  font-size: 13px;
}

@media screen and (min-width: 480px) {
  .club-list-wrapper.plan-list .add-plan-list .btn.gray {
    font-size: 15px;
  }
}
.underline {
  margin: 20px 0;
  border: solid 1px #d8d8d8;
}

.fc-club-card {
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}
.fc-club-card__menu-wrapper {
  background: white;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 15px;
  max-width: 600px;
  border-top: 1px dashed #ddd;
  border-radius: 0 0 5px 5px;
}
.fc-club-card__menu {
  padding: 3px 5px;
  font-size: 13px;
  text-decoration: underline;
}

.btn {
  border-radius: 5px;
  behavior: url(/pie.htc);
}

.club-plan-wrapper .plan-inner {
  margin: 10px 10px 20px;
  border: none;
}

.input-data-contents p {
  line-height: 1.5em;
  margin: 12px 0;
}
.input-data-contents button {
  width: 100%;
  margin-top: 20px;
  font-weight: normal;
}

.club-plan-wrapper .plan-choise-inner {
  margin-bottom: 30px;
}
.club-plan-wrapper .plan-choise-inner .about-plan-box {
  border: 1px solid #878787;
  background-color: rgba(248, 246, 246, 0.94);
  font-size: 12px;
  padding: 12px 13px;
}
.club-plan-wrapper .plan-choise-inner .about-plan-box .plan-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #f25353;
}
.club-plan-wrapper .plan-choise-inner .about-plan-box .plan-price {
  font-weight: bold;
}
.club-plan-wrapper .plan-choise-inner .about-plan-box .plan-first-month-price {
  font-weight: bold;
  color: #f25353;
}
.club-plan-wrapper .plan-choise-inner .about-plan-box .price-unit {
  font-weight: normal;
}
.club-plan-wrapper .plan-choise-inner .about-plan-box span {
  font-size: 12px;
}
.club-plan-wrapper .plan-choise-inner button {
  width: 100%;
  font-weight: normal;
  margin-top: 15px;
}
.club-plan-wrapper .bank-form-wrapper button {
  font-weight: normal;
}
.club-plan-wrapper .btn.deactive {
  background-color: #a0a0a0;
}
.club-plan-wrapper .btn.gray {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 15px;
}
.club-plan-wrapper .plan-regist-inner .text {
  line-height: 1.5em;
  color: #4f4f4f;
}
.club-plan-wrapper .plan-regist-inner .about-plan-box {
  border: 1px solid #878787;
  background-color: rgba(248, 246, 246, 0.94);
  padding: 22px;
  text-align: center;
  margin-top: 10px;
}
.club-plan-wrapper .plan-regist-inner .about-plan-box p {
  line-height: 1.6em;
}
.club-plan-wrapper .plan-regist-inner .about-plan-box span {
  font-weight: bold;
}
.club-plan-wrapper .plan-regist-inner .btn.club-top {
  margin-top: 15px;
  font-size: 18px;
}
.club-plan-wrapper .plan-regist-inner .claim-link {
  text-align: right;
  font-size: 12px;
  color: #4f4f4f;
}
.club-plan-wrapper .plan-regist-inner .claim-link span {
  border-bottom: 1px solid #4f4f4f;
}
.club-plan-wrapper .plan-regist-inner .release-btn {
  width: 48%;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 15px;
}

.club-hero-wrapper .club-info-wrapper .club-date-inner {
  width: 100%;
}

.add-club-wrapper textarea {
  height: 180px;
  margin: 5px 0 10px;
}
.add-club-wrapper .radio-area {
  margin-bottom: 25px;
}
.add-club-wrapper .radio_text {
  margin: 10px 0;
  display: block;
}
.add-club-wrapper .club-caption {
  margin: 10px;
  font-size: 13px;
}
.add-club-wrapper .add-flow {
  border-top: 1px solid #ddd;
  font-size: 12px;
  font-weight: bold;
  color: #7e7e7e;
  padding: 15px 10px;
}
.add-club-wrapper .footer-icon {
  background-image: url("../images/icon-back-arrow.png");
  background-size: 6px 10px;
}
.add-club-wrapper .btn.off {
  margin-top: 15px;
  display: inline-block;
}
.add-club-wrapper .caution-text {
  color: #f25353;
  font-size: 9px;
  font-weight: normal;
  text-align: center;
}
.add-club-wrapper .share-contents {
  padding: 0 0 25px;
}
.add-club-wrapper .share-contents .share-text {
  font-size: 13px;
  text-align: left;
  padding: 0 20px 10px 10px;
}
.add-club-wrapper .share-contents .btn {
  width: 47%;
  display: inline-block;
  margin-right: 0;
}
.add-club-wrapper.owner-profile .credit-card-delete-btn {
  float: right;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 0;
}
.add-club-wrapper.owner-profile button {
  width: 49%;
  margin: 0 auto;
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 15px;
}
.add-club-wrapper .icon-img-change {
  margin-bottom: 10px;
  height: 77px;
}
.add-club-wrapper .icon-img-change img {
  border-radius: 15px;
  behavior: url(/pie.htc);
  width: 77px;
  height: 77px;
}
.add-club-wrapper .icon-img-change img.border {
  border: 1px solid #b3b3b3;
}
.add-club-wrapper .icon-img-change .btn {
  font-weight: normal;
  width: 48%;
  margin-left: 20px;
  position: relative;
  top: -50%;
  transform: translateY(50%);
}
.add-club-wrapper .cover-img-change {
  margin-bottom: 20px;
  vertical-align: middle;
}
.add-club-wrapper .cover-img-change img {
  width: 100%;
  height: auto;
}
.add-club-wrapper .cover-img-change .btn {
  font-weight: normal;
  width: 100%;
}

.bank-form-wrapper {
  padding: 10px;
}
.bank-form-wrapper .lead-text {
  padding: 10px 0 25px;
  color: #4f4f4f;
}
.bank-form-wrapper form label {
  font-size: 15px;
  color: #7e7e7e;
}
.bank-form-wrapper form input, .bank-form-wrapper form select {
  margin: 5px 0 25px;
}
.bank-form-wrapper form input.hold, .bank-form-wrapper form select.hold {
  background: #fcfcfc;
  color: #252525;
}
.bank-form-wrapper .btn {
  width: 100%;
  margin-bottom: 30px;
}
.bank-form-wrapper.ticket textarea {
  height: 180px;
  margin-top: 5px;
}
.bank-form-wrapper.ticket .btn {
  width: 48%;
  margin-top: 25px;
  font-weight: normal;
}
.bank-form-wrapper.ticket button {
  font-size: 15px;
  font-weight: normal;
}
.bank-form-wrapper.ticket .title-label {
  margin-top: 20px;
}
.bank-form-wrapper.ticket .checkbox-area p {
  color: #7e7e7e;
  font-size: 15px;
  margin-top: 20px;
}
.bank-form-wrapper.ticket .checkbox-area .checkbox_text {
  color: #4f4f4f;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}
.bank-form-wrapper.ticket .footer-icon.create-plan {
  text-align: right;
  color: #646464;
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  background-position: right 5px;
}
.bank-form-wrapper.ticket .icon-img-change {
  margin-bottom: 25px;
}
.bank-form-wrapper.ticket .icon-img-change .ticket-name {
  display: inline-block;
  width: 65%;
  margin-left: 10px;
  position: relative;
  top: -30%;
}
.bank-form-wrapper.ticket .plan-ticket-contents {
  margin-top: 24px;
}
.bank-form-wrapper.ticket .plan-ticket-contents h4 {
  color: #7e7e7e;
  font-size: 15px;
  line-height: 2em;
}
.bank-form-wrapper.ticket .plan-ticket-contents p {
  color: #252525;
}
.bank-form-wrapper.ticket.plan-create .lead-text {
  padding-bottom: 10px;
}
.bank-form-wrapper.plan-create .checkbox-area {
  margin: 10px 0 20px;
}
.bank-form-wrapper.plan-create .checkbox-area .check-title {
  font-size: 15px;
  color: #7e7e7e;
  margin-bottom: 5px;
}
.bank-form-wrapper.plan-create .checkbox-area .text-description {
  font-size: 11px;
  line-height: 1.3em;
  color: #6d6b6b;
  margin: 15px 0;
}
.bank-form-wrapper.plan-create .checkbox-area .checkbox_text {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.bank-form-wrapper.plan-create .btn {
  width: 49%;
}
.bank-form-wrapper .quick-drawable-description {
  color: #929292;
  font-size: 12px;
}

.account-edit .unsubscribe {
  float: right;
  text-align: right;
  color: #6e6e6e;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
  width: unset;
  background-color: unset;
}

.report-btn-area {
  box-sizing: border-box;
  border-bottom: 1px solid #d8d8d8;
  background: #ffffff;
}
.report-btn-area a .btn {
  width: 30%;
  margin: 0 auto;
}
.report-btn-area a .btn.gray {
  margin-right: 10px;
}

.report-edit-area {
  box-sizing: border-box;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #ffffff;
  width: 100%;
  position: fixed;
  bottom: 0px;
}
.report-edit-area input[type="text"] {
  background: none;
  width: 62.5%;
  margin-top: 0;
  padding-top: 9px;
  padding-bottom: 8px;
}
.report-edit-area .btn.gray {
  width: 11%;
  margin-bottom: 5px;
  height: 40px;
}
.report-edit-area .btn.gray img {
  width: 18px;
  height: 14px;
}
.report-edit-area .btn.send {
  width: 21%;
  margin-bottom: 5px;
}

.point-apply-innerbox {
  padding: 10px;
  height: 100%;
  background-color: #F2F2F2;
  text-align: center;
  font-size: 13px;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
}
.point-apply-innerbox dt {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 5px 0;
  width: 100%;
  line-height: 18px;
  vertical-align: middle;
}
.point-apply-innerbox dd {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 5px 0;
  width: 100%;
  line-height: 18px;
}
.point-apply-innerbox dl {
  width: 100%;
}
.point-apply-innerbox .btn {
  font-size: 13px;
  line-height: 33px;
  height: 33px;
}
.point-apply-innerbox .month, .point-apply-innerbox .price {
  margin-left: 2px;
  margin-right: 2px;
}

.point-apply {
  width: 100%;
}
.point-apply .point-apply-total {
  text-align: center;
  width: 100%;
  height: 70px;
}
.point-apply .point-apply-total .point-apply-innerbox dt {
  height: 20px;
}
.point-apply .point-apply-total .point-apply-innerbox dd {
  height: 20px;
}
.point-apply .point-apply-table {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.point-apply .point-apply-table .point-apply-available {
  text-align: center;
}
.point-apply .point-apply-table .point-apply-available .point-apply-innerbox dd {
  height: 20px;
}
.point-apply .point-apply-table .point-apply-available .point-apply-innerbox dl {
  margin-bottom: 35px;
}
.point-apply .point-apply-table .point-apply-expected .point-apply-innerbox dd {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 25px;
  height: unset;
}
.point-apply .point-apply-table .point-apply-expected .point-apply-innerbox dd .quick {
  transform: translateX(20%);
  line-height: 19px;
  text-align: left;
  padding: 2px;
}
.point-apply .point-apply-table .point-apply-expected .point-apply-innerbox dd .quick a {
  text-decoration: underline;
}
.point-apply .point-apply-table .point-apply-expected .point-apply-innerbox .expected-price {
  transform: translateX(-15px);
}

.club-history-caution {
  width: auto;
  text-align: right;
  font-size: 11px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.club-history-csv {
  font-size: 11px;
}
.club-history-csv a {
  font-size: 13px;
  color: #f25353;
}

.club-history-table {
  font-size: 12px;
  width: 100%;
  margin: 10px 0;
  border: 0 solid #F2F2F2;
}
.club-history-table th {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px #f2f2f2 solid;
  padding: 5px 0;
}
.club-history-table td {
  border-width: 1px 0;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px #f2f2f2 solid;
}

.sub-title h3 {
  display: inline-block;
}
.sub-title span {
  font-size: 9px;
  display: inline-block;
}
.sub-title a {
  color: #f25353;
}

.club-member-list {
  padding: 10px;
}
.club-member-list .club-plan-csv {
  padding: 3px 0;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.club-member-list .club-plan-list {
  display: flex;
  flex-wrap: wrap;
  color: #f25353;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.club-member-list .club-plan-list p {
  font-size: 15px;
  line-height: 2em;
}
.club-member-list .club-plan-list p.active {
  font-weight: bold;
}
.club-member-list .gray_member {
  background-color: #ECECEC;
}
.club-member-list .club_private_memo_form {
  padding: 20px 0 30px 0;
}
.club-member-list .club_private_memo_form .label {
  display: block;
  font-size: 14px;
}
.club-member-list .club_private_memo_form .edit_box {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
}
.club-member-list .club_private_memo_form .edit_box .memo {
  font-size: 14px;
  height: 60px;
  width: 100%;
}
.club-member-list .club_private_memo_form .edit_box .submit {
  width: 100px;
  font-size: 13px;
  margin: 8px 0 0 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 375px) {
  .club-member-list .club_private_memo_form {
    padding: 10px 0 17px 0;
  }
  .club-member-list .club_private_memo_form .label {
    font-size: 12px;
  }
  .club-member-list .club_private_memo_form .edit_box .memo {
    font-size: 12px;
  }
  .club-member-list .club_private_memo_form .edit_box .submit {
    padding: 0;
    width: 50px;
    font-size: 10px;
  }
}
.club-member-list .member-stop-box {
  display: flex;
}

.man-date-contents {
  border-bottom: 1px solid #ddd;
  /*height: 73px; */
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
}
.man-date-contents .check-member {
  width: 10%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.man-date-contents .man-info {
  width: 45%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.man-date-contents .man-info.right {
  text-align: right;
}
.man-date-contents .man-info .date, .man-date-contents .man-info .plan {
  font-size: 12px;
  font-weight: bold;
  color: #7e7e7e;
}
.man-date-contents .man-info .date span, .man-date-contents .man-info .plan span {
  border: 2px solid #fddee8;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: normal;
  color: #f25353;
  padding: 2px;
  margin-left: 3px;
}
.man-date-contents .man-info .name, .man-date-contents .man-info .number {
  font-size: 16px;
  color: #2f2f2f;
  font-weight: bold;
  margin-top: 8px;
}
.man-date-contents .man-info .name span {
  font-size: 13px;
  font-weight: normal;
  padding-left: 5px;
}
.man-date-contents .man-info .name a {
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}
.man-date-contents .man-info .number {
  font-size: 12px;
}
.man-date-contents .man-info .number span {
  font-weight: normal;
}
.man-date-contents .man-info .invalid-member {
  padding-top: 3px;
  font-size: 13px;
}
.man-date-contents .man-info .update {
  font-size: 10px;
}

.billing-list-wrapper {
  padding: 0 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.billing-list-wrapper .bill-contents {
  border-bottom: 1px solid #ddd;
  height: 73px;
  width: 100%;
  box-sizing: border-box;
}
.billing-list-wrapper .bill-contents .bill-method {
  color: #7e7e7e;
  width: 40%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.billing-list-wrapper .bill-contents .bill-info {
  color: #7e7e7e;
  width: 35%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.billing-list-wrapper .bill-contents .bill-info .date {
  font-size: 12px;
  font-weight: bold;
}
.billing-list-wrapper .bill-contents .bill-info .name {
  font-size: 16px;
}
.billing-list-wrapper .bill-contents .bill-pay {
  width: 25%;
  font-size: 15px;
  font-weight: bold;
  color: #7e7e7e;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}

.bank-form-wrapper .bank-transfer-info {
  margin: 10px 0;
  padding: 10px 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.bank-form-wrapper .bank-transfer-info dl {
  clear: left;
  height: 30px;
}

.bank-form-wrapper .bank-transfer-info dt {
  float: left;
  clear: left;
  font-weight: bold;
  width: 30%;
  vertical-align: middle;
  line-height: 30px;
}

.bank-form-wrapper .bank-transfer-info dd {
  float: left;
  width: 70%;
  vertical-align: middle;
  line-height: 30px;
}

.deposit .money {
  text-align: center;
  padding: 20px;
}
.deposit .money span {
  font-weight: bold;
  font-size: 3em;
  padding: 0 10px;
}
.deposit .payment-links {
  padding: 10px 0 20px 0;
}
.deposit .payment-links a {
  display: block;
  padding: 10px 0;
}
.deposit .payment-links a.withdrawal {
  float: right;
  padding: 0 10px 10px 0;
}
.deposit .payment-links a.withdrawal span {
  font-size: 15px;
  color: #f25353;
}
.deposit .deposit-detail, .deposit .withdrawal-detail {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px 0;
  padding: 10px 0;
}
.deposit .deposit-detail thead tr th, .deposit .withdrawal-detail thead tr th {
  text-align: center;
  background-color: #fcebeb;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
.deposit .deposit-detail tbody tr td, .deposit .withdrawal-detail tbody tr td {
  text-align: center;
  background-color: #F2F2F2;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
}
.deposit .withdrawal-detail {
  table-layout: fixed;
}

.introduce_plan_history_wrapper .chart {
  width: 100%;
  height: 200px;
}
.introduce_plan_history_wrapper .chart_filter {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
}
.introduce_plan_history_wrapper .chart_filter .toggle {
  width: 100px;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 5px;
  border: none;
  margin: 0 5px;
}
.introduce_plan_history_wrapper .chart_filter .selected {
  color: white;
  background-color: red;
  font-weight: bold;
}
.introduce_plan_history_wrapper .select_title {
  padding: 0 10px;
}
.introduce_plan_history_wrapper .month_select {
  width: 150px;
  display: inline-block;
}
.introduce_plan_history_wrapper .date_header {
  position: relative;
}
.introduce_plan_history_wrapper .date_header .date_column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduce_plan_history_wrapper .date_header .date_column .inline {
  display: inline-flex;
}
.introduce_plan_history_wrapper .date_header .date_column .inline .date {
  color: #929292;
  font-size: 18px;
  padding: 30px 5px;
}
.introduce_plan_history_wrapper .date_header .date_column .inline .arrow {
  padding: 20px;
}
.introduce_plan_history_wrapper .date_header .csv_download {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 13px;
}
.introduce_plan_history_wrapper .table {
  width: 100%;
  margin: 20px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
.introduce_plan_history_wrapper .table thead, .introduce_plan_history_wrapper .table tbody {
  font-size: 13px;
}
.introduce_plan_history_wrapper .table thead .align_left, .introduce_plan_history_wrapper .table tbody .align_left {
  text-align: left;
}
.introduce_plan_history_wrapper .table thead .align_center, .introduce_plan_history_wrapper .table tbody .align_center {
  text-align: center;
}
.introduce_plan_history_wrapper .table thead th, .introduce_plan_history_wrapper .table tbody td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.introduce_plan_history_wrapper .table tbody td {
  text-align: right;
}
.introduce_plan_history_wrapper .table tbody .border {
  border-left: 1px #E6E6E6 solid;
  border-right: 1px #E6E6E6 solid;
}
.introduce_plan_history_wrapper .sum thead .border, .introduce_plan_history_wrapper .detail thead .border {
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
}
.introduce_plan_history_wrapper .sum {
  table-layout: fixed;
}
.introduce_plan_history_wrapper .sum thead {
  color: #fff;
  background-color: #f25353;
}
.introduce_plan_history_wrapper .detail thead {
  background-color: #E6E6E6;
}
.introduce_plan_history_wrapper .detail tbody tr {
  border-top: solid 1px #E6E6E6;
}
.introduce_plan_history_wrapper .detail tbody .action {
  cursor: pointer;
}
.introduce_plan_history_wrapper .detail tbody .fa-inbox {
  font-size: 18px;
}

.unsubscribe_wrapper .headline {
  padding: 10px 15px;
  background: #f5f5f5;
  color: #444;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.unsubscribe_wrapper .content {
  font-size: 15px;
  padding: 15px 5px;
}
.unsubscribe_wrapper .content .fa-exclamation {
  color: #e5df1d;
}
.unsubscribe_wrapper .content .fa-question {
  color: #1f57ff;
}
.unsubscribe_wrapper .content .fa-check {
  color: #5ae850;
}
.unsubscribe_wrapper .content .fa-close {
  color: #e84424;
}
.unsubscribe_wrapper .content .fa {
  display: block;
  padding: 10px;
}
.unsubscribe_wrapper .content .fa span {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  margin-left: 10px;
}
.unsubscribe_wrapper .content p, .unsubscribe_wrapper .content .warning {
  padding: 10px 0 10px 40px;
}
.unsubscribe_wrapper .content p a, .unsubscribe_wrapper .content .warning a {
  text-decoration: underline;
}
.unsubscribe_wrapper .content .warning {
  font-size: 13px;
  color: red;
}
.unsubscribe_wrapper .content .warning span {
  display: inline-block;
}
.unsubscribe_wrapper .content .link-box {
  padding: 0 0 5px 45px;
}
.unsubscribe_wrapper .content .link-box a {
  text-decoration: underline;
}
.unsubscribe_wrapper .content ul {
  padding: 0 0 5px 45px;
}
.unsubscribe_wrapper .content ul li {
  padding: 2px 0;
}
.unsubscribe_wrapper .content ul li a {
  text-decoration: underline;
}
.unsubscribe_wrapper .content ul li .mr {
  margin-left: 15px;
}
.unsubscribe_wrapper .button-area {
  display: flex;
  padding: 20px 10px;
}
.unsubscribe_wrapper .button-area a, .unsubscribe_wrapper .button-area button {
  font-size: 15px;
}
.unsubscribe_wrapper .button-area .right {
  margin-left: 5px;
}
.unsubscribe_wrapper .button-area .left {
  margin-right: 5px;
}

.report-form.report-register .title {
  font-size: 15px;
  color: #7e7e7e;
  font-weight: normal;
}
.report-form.report-register .report-caption {
  margin: 0;
  padding: 0;
}
.report-form.report-register .report-title-input-guide.flexbox-container {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 5px;
}
.report-form.report-register .input-guide {
  font-size: 15px;
  color: #7e7e7e;
  text-decoration: underline;
}
.report-form.report-register .button-area.report-button.p10 .btn {
  line-height: 35px;
}
.report-form.report-register .button-area.report-button.p10 .btn.gray {
  line-height: 33px;
}
.report-form.report-register .radio-area .report-scope.radio_text {
  display: block;
  margin: 10px 0;
  color: #7e7e7e;
}
.report-form.report-register .button-area.report-button .btn {
  width: 49%;
  font-weight: normal;
}
.report-form.report-register .button-area.report-button .btn.gray {
  font-size: 15px;
}
.report-form.report-register .report-edit-area .btn.send {
  font-weight: normal;
}
.report-form.report-register .checkbox-area .report-scope.checkbox_text {
  display: block;
  margin: 10px 0;
}
.report-form.report-register .report-scope-plans {
  color: #7e7e7e;
}
.report-form.report-register .report-scope-plans.hide {
  display: none;
}
.report-form.report-register .report-scope-plans.show {
  display: block;
}
.report-form.report-register .discard-report {
  margin: 20px;
  text-align: center;
}
.report-form.report-register .discard-report a {
  color: #7e7e7e;
  text-decoration: underline;
}

.club-ticket-wrapper.report .report-list.flexbox-container {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.club-ticket-wrapper.report .report-list.flexbox-container .btn {
  width: 370px;
  margin-right: 10px;
}
.club-ticket-wrapper.report .report-list.owner-module-wrapper.edit-buttons {
  padding-right: 0;
}

.sns-account-input {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 5px 0 25px;
}
.sns-account-input .sns-account {
  margin: 0;
}

.about-club-wrapper .about-club-urls {
  font-size: 13px;
  color: #4f4f4f;
  margin-top: 15px;
}
.about-club-wrapper .about-club-urls a.add-ul {
  text-decoration: underline;
}

.bank-form-wrapper.plan-create.plan-register-edit .input-textarea {
  margin: 5px 0 25px;
}
.bank-form-wrapper.plan-create.plan-register-edit .checkbox-area.monthly-price-free {
  margin: 0 0 25px;
}
.bank-form-wrapper.plan-create.plan-register-edit .checkbox-area.fan-infos {
  margin: 0 0 25px;
}
.bank-form-wrapper.plan-create.plan-register-edit .checkbox_text.monthly-price-free {
  margin: 0;
}
.bank-form-wrapper.plan-create.plan-register-edit .checkbox_text.last {
  margin: 0;
}
.bank-form-wrapper.plan-create.plan-register-edit .monthly-price {
  margin-bottom: 10px;
}

.share-buttons {
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: top;
  -webkit-align-items: top;
}

.btn.yearly-credit,
.btn.monthly-credit,
.btn.monthly-docomo,
.btn.monthly-softbank,
.btn.monthly-ganb {
  margin-top: 12px;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.background .white_board {
  text-align: center;
  background: #e9ecef;
  width: 600px;
  height: 300px;
  position: relative;
  top: 50%;
  left: 50%;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.background .white_board .title {
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0;
}
.background .white_board .progress_format {
  font-size: 18px;
  padding: 20px 0;
}
.background .white_board .progress_format span {
  font-size: 10px;
}
.background .white_board .progress {
  padding: 20px;
}
.background .white_board .progress__area {
  height: 35px;
  border-radius: 3px;
  background: #0d72b2;
}
.background .white_board .progress__area__bar {
  width: 0;
  height: inherit;
  max-width: inherit;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: yellowgreen;
}
.background .white_board .warning {
  padding-top: 20px;
  font-size: 14px;
}
.background .remove {
  cursor: pointer;
  position: absolute;
  font-size: 2em;
  right: 5px;
}
.background .withdrawal {
  width: 375px;
  height: auto;
  position: relative;
  background-color: #fff;
  font-size: 15px;
}
.background .withdrawal_title {
  font-size: 18px;
  padding: 20px 20px 10px 20px;
}
.background .withdrawal_item {
  padding: 0 10px 10px 10px;
}
.background .withdrawal_item_buttons {
  padding: 20px;
}
.background .withdrawal_item_buttons button {
  font-size: 14px;
  font-weight: normal;
  margin: 5px;
  padding: 7px 10px;
  border-radius: 5px;
  color: #929292;
  border: solid 1px #929292;
  background-color: #fff;
}
.background .withdrawal_item .active button {
  color: #fff;
  background-color: #f25353;
  border: none;
}
.background .withdrawal_item_row {
  margin-top: 5px;
}
.background .withdrawal_item_heading {
  margin: 10px 0;
}
.background .withdrawal_item_date {
  padding: 10px 0;
  margin-right: 10px;
}

.movie_gallery_wrapper .video_upload_area {
  height: 100px;
  position: relative;
}
.movie_gallery_wrapper .video_upload_area label {
  margin-top: -5px;
  color: white;
  background-color: #e45151;
  border-radius: 5px;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.movie_gallery_wrapper .video_upload_area .to_timeline {
  position: absolute;
  top: 60%;
  right: 5px;
  transform: translateY(-40%);
}
.movie_gallery_wrapper .video_upload_area .to_timeline a {
  color: #e45151;
  font-size: 15px;
  text-decoration: underline;
}

.uploaded_videos .video_item .video_area {
  margin-bottom: 10px;
  background: #000000;
}
.uploaded_videos .video_item .video_area .video {
  width: 100%;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.uploaded_videos .video_item .video_area .video .remove {
  font-size: 2em;
  color: white;
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 5px;
}
.uploaded_videos .video_item .video_area .video .thumbnail_loading {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url("../images/loading.svg");
  z-index: 1;
}
.uploaded_videos .video_item .video_area .video .preparing {
  height: 360px;
  background: #f3f5f8;
}
.uploaded_videos .video_item .video_area .video .preparing .loading {
  position: relative;
  width: 100px;
  height: 100px;
  top: 180px;
  left: 50%;
  transform: translate(-50%, -80px);
  background-image: url("../images/loading.svg");
}
.uploaded_videos .video_item .video_area .video .preparing .message {
  text-align: center;
  top: 120px;
  position: relative;
}
.uploaded_videos .video_item .video_area .video .preparing .message p {
  padding: 5px;
}
.uploaded_videos .video_item .video_menu {
  padding: 5px 0;
}
.uploaded_videos .video_item .video_menu .date_area {
  float: left;
}
.uploaded_videos .video_item .video_menu .date_area .item {
  font-size: 13px;
  font-weight: bold;
}
.uploaded_videos .video_item .video_menu .date_area .date {
  font-size: 12px;
}
.uploaded_videos .video_item .video_menu .thumbnail_setting_area {
  float: right;
  position: relative;
  top: 5px;
}
.uploaded_videos .video_item .video_menu .thumbnail_setting_area label {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
}
.uploaded_videos .video_item .video_menu .thumbnail_setting_area .cancel {
  border: 1px solid #4f4f4f;
  color: #4f4f4f;
}
.uploaded_videos .video_item .video_menu .thumbnail_setting_area .change {
  border: 1px solid #f25353;
  color: #f25353;
}
.uploaded_videos .video_item .video_menu button {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 7px;
  margin: 10px 0 30px 0;
  background: #f25353;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 16px;
}
.uploaded_videos .video_item .video_menu button a {
  color: #fff;
}

.paypal-join {
  position: relative;
}
.paypal-join__loading {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccd8e4;
  border-radius: 5px;
  width: 300px;
  height: 150px;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 70%);
}
.paypal-join__loading__image {
  background-image: url(/images/loading.svg);
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.paypal-join__loading__warn {
  padding: 5px;
  text-align: center;
}

.paypal-wrapper {
  position: relative;
}
.paypal-wrapper__loading {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccd8e4;
  border-radius: 5px;
  width: 300px;
  height: 150px;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
}
.paypal-wrapper__loading__image {
  background-image: url(/images/loading.svg);
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.paypal-wrapper__loading__warn {
  padding: 5px;
}
.paypal-wrapper__error {
  display: none;
  padding: 10px;
  border: 1px solid #ccd8e4;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #fddee8;
}
.paypal-wrapper__error__description {
  margin-bottom: 1em;
}
.paypal-wrapper .description {
  margin-bottom: 20px;
}
.paypal-wrapper select {
  width: 100%;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 428px) {
  .uploaded_videos .video_item .video_area .video .video-js {
    width: 375px;
    height: 210px;
  }
  .uploaded_videos .video_item .video_area .video .preparing {
    height: 210px;
  }
  .uploaded_videos .video_item .video_area .video .preparing .loading {
    top: 105px;
  }
  .uploaded_videos .video_item .video_area .video .preparing .message {
    top: 30px;
  }
  .uploaded_videos .video_item .video_area .video .preparing .message p {
    font-size: 12px;
    padding: 0;
  }
  .uploaded_videos .video_item .video_menu .date_area .item {
    font-size: 9px;
  }
  .uploaded_videos .video_item .video_menu .date_area .date {
    font-size: 9px;
  }
  .uploaded_videos .video_item .video_menu .thumbnail_setting_area label {
    font-size: 9px;
  }

  .movie_gallery_wrapper .video_upload_area label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) and (min-width: 321px) {
  .club-card {
    min-height: 243px;
  }
  .club-card .club-img {
    min-height: 183px;
  }
  .club-card::before {
    left: -8.5%;
  }
}
@media only screen and (max-width: 425px) and (min-width: 376px) {
  .club-card {
    min-height: 276px;
  }
  .club-card .club-img {
    min-height: 208px;
  }

  .dots::before {
    left: -7.8%;
  }
}
@media only screen and (max-width: 500px) and (min-width: 425px) {
  .club-card {
    min-height: 300px;
  }
  .club-card .club-img {
    min-height: 245px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 501px) {
  .club-card {
    min-height: 327px;
  }
  .club-card .club-img {
    min-height: 270px;
  }

  .dots::before {
    left: -6.5%;
  }
}
@media only screen and (min-width: 641px) {
  .ex-owner-wrapper .owner-contents #slider-top .club-info {
    top: 60%;
  }
  .ex-owner-wrapper .owner-contents .bx-wrapper .bx-controls .bx-pager {
    padding: 0;
    top: 80%;
  }

  .pickup-club-wrapper {
    padding: 30px 20px;
  }

  .club-card {
    min-height: 362px;
  }
  .club-card .club-img {
    min-height: 295px;
  }
  .club-card .club-title {
    height: 135px;
  }
  .club-card .club-title .club-icon {
    width: 50px;
    height: 50px;
  }
  .club-card .club-title .club-name {
    font-size: 20px;
  }
  .club-card .club-info {
    font-size: 14px;
    line-height: 24px;
  }

  .dots::before {
    left: -5.5%;
  }
}
@media only screen and (max-width: 640px), (max-device-width: 640px) {
  .credit-card-delete-btn {
    float: none !important;
    font-size: 13px !important;
    margin: 10px 0 !important;
  }
}
@-moz-document url-prefix() {
  .dots {
    color: #fff;
    height: 10px;
    border-width: 0 0 8px;
    border-style: dotted;
    width: 94%;
  }

  hr.dots {
    border-color: #fff;
  }

  .ticket-list-info.dot.liner::before, .ticket-list-info.dot.liner::after {
    color: #fff;
    height: 10px;
    border-width: 0 0 10px;
    border-style: dotted;
    width: 100%;
    position: relative;
    display: block;
    content: "";
  }
}
.codex-editor {
  min-height: 200px;
  border: solid 1px #b3b3b3;
  border-radius: 3px;
  padding: 5px 15px;
}
.codex-editor .ce-block__content h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.codex-editor .ce-block__content h3 {
  font-size: 1.2em;
  font-weight: bold;
}

@media (min-width: 651px) {
  .codex-editor--narrow .ce-toolbar__actions {
    right: 25px;
  }
}
