@charset "UTF-8";

* {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

input, textarea, select {
	font: inherit;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */
/*==========================================================================================

  基本設定

==========================================================================================*/
@-ms-viewport {
	width: device-width;
}

html {
	background-color: #fff;
	font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #888888;
	word-break: break-all;
}

img {
	vertical-align: middle;
}

a {
	color: #79c6ed;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

a:hover, button:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.p-imgWrap .thumbnail_area {
	background: #fff;
	width: 100%;
	height: 100%;
	position: relative;
}

/* 幅、高さは各ページで設定 */
.p-imgWrap {
	display: block;
  /* aタグの場合が多いから */
	position: relative;
}

/* max幅、高さは各ページで設定 */
.p-imgWrap img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* 1行のみ3点リーダー */
.p-ellipsis {
	overflow: hidden;
	vertical-align: top;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 文字の折り返し */
.word-break {
	word-break: break-word;
}

.word-break > * {
	word-break: break-word;
}

/* 横並び要素を内包するブロック用 */
.item-table {
	display: table;
	table-layout: fixed;
}

.item-table > * {
	display: table-cell;
}

*[class*="trunk8_"] {
	display: block;
}

.g-wrapper {
	position: relative;
}

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

.container a {
	opacity: 1;
}
/* ↑↑↑リニューアル common↑↑↑ */
/*************************
 パンくず
**************************/
.f-breadcrumb {
    width: 1000px;
    margin: 0 auto;
}

.f-breadcrumb ul {
	margin-bottom: 10px;
	overflow: hidden;
}

.f-breadcrumb li{
	margin-top: 4px;
	padding-top: 4px;
	padding-right: 4px;
    display: inline-block;
	line-height: 18px;
	float: left;
}
.f-breadcrumb li:first-child {
	padding-left: 26px;
	background: url("/assets/img/user/pc/common/icon-home.png") no-repeat 5px 4px;
}

.f-breadcrumb li a {
	color: #ff57a6;
	text-decoration:none;
}

.f-breadcrumb li a:visited {
	color:#ff57a6;
	text-decoration:none;
}

.f-breadcrumb li a:active {
	color:#ff57a6;
}

.f-breadcrumb li a:hover {
	color:#ff57a6;
	text-decoration:underline;
}

/* ============================================
	header 店舗詳細リニューアル
============================================ */
.g-header {
	border-top: 3px solid #ff2f9a;
	background: #fff;
  /* 地域ごとの背景出力 */
}

.g-header .header-inner {
	background: no-repeat right top;
	position: relative;
}

.g-header .head-txt {
	height: 20px;
	padding: 0 15px;
	background: #fff;
	border-radius: 3px;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	top: 5px;
	right: 7px;
}

.f-gnavi {
	background: #ff57a6;
}

.f-gnavi .gnav-list {
	display: table;
	table-layout: fixed;
	padding-left: 35px;
}

.f-gnavi .gnavi-item {
	display: table-cell;
	height: 30px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.f-gnavi .gnavi-item a:hover {
	opacity: 1;
}

.f-gnavi .gnavi-item .sub_menu {
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 999999;
}

.f-gnavi .gnavi-item .sub_menu > li {
	overflow: hidden;
	width: 100px;
	height: 0;
	-moz-transition: .05s;
	-webkit-transition: .05s;
	-o-transition: .05s;
	-ms-transition: .05s;
	transition: .05s;
}

.f-gnavi .gnavi-item:hover .sub_menu > li {
	overflow: visible;
	background: #ff57a6;
	display: block;
	line-height: 12px;
	height: 35px;
	padding: 10px 0;
	text-align: left;
}

.f-gnavi .gnavi-item .sub_menu a {
	color: #fff;
	padding: 0 20px;
	font-size: 12px;
	display: block;
}

.f-gnavi .gnavi-item .sub_menu a:hover {
	opacity: 0.7;
}


/* 都道府県 */
.pref_under {
	height: 26px;
	width: 1000px;
	margin: 0 auto;
}

.pref_under .pref_list {
	display: table;
	padding-left: 4px;
}

.pref_under .pref_item {
	background: url(/assets/img/user/pc/common/arr-footer.png) no-repeat right;
	display: table-cell;
	height: 26px;
	padding-right: 12px;
	vertical-align: middle;
}

.pref_under .pref_item~.pref_item:before {
	color: #fff;
	content: "|";
  	padding-left: 4px;
  	padding-right: 6px;
}

.pref_under a{
	color: #fff;
}

.pref_under a:hover {
	color: #ffff00;
}

.f-breadcrumb .breadcrumb-list {
	overflow: hidden;
}

.f-breadcrumb .breadcrumb-item {
	padding: 7px 0;
	float: left;
}

/*.f-breadcrumb .breadcrumb-item:first-child {
	padding-left: 26px;
	background: url("/assets/img/user/pc/common/icon-home.png") no-repeat 5px 4px;
}*/

.header_pankuzu_inner li:first-child {
	padding-top: 4px;
	padding-left: 26px;
	background: url("/assets/img/user/pc/common/icon-home.png") no-repeat 5px 4px;
}

.f-breadcrumb .breadcrumb-item:after {
	content: ">";
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.f-breadcrumb .breadcrumb-item:last-child:after {
	display: none;
}

.f-breadcrumb .breadcrumb-item a {
	color: #ff57a6;
}

.g-header .head-btn-list {
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 6px;
}

.g-header .head-btn-list .head-btn-item {
	float: left;
	margin-right: 7px;
}


/* ===============================================
	l-mainImg 店舗洋裁リニューアル
=============================================== */
.l-mainImg {
	height: auto;
	min-width: 1000px;
	background: #fff;
	position: relative;
	margin-bottom: 22px;
}

.l-mainImg img {
	width: 100%;
	height: auto;
}

.l-mainImg .special-navi {
	height: 50px;
	margin-left: -550px;
	position: absolute;
	bottom: 22px;
	left: 50%;
	z-index: 5;
}

.l-mainImg .special-navi.fixed {
	position: fixed;
}

.l-mainImg .special-navi.no-image {
	position: relative;
	bottom: 7px;
	margin-top:17px;
}

.l-mainImg .special-navi-list {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	display: table;
    width: 1127px;
}

.l-mainImg .special-navi-item {
	display: table-cell;
    text-align: center;
    border-right: 1px solid transparent;
}

.l-mainImg .special-navi-item a {
	display: block;
	height: 50px;
	padding: 0 5px;
	background: rgba(255, 84, 173, 0.9);
	font-size: 13px;
	line-height: 50px;
	color: #fff;
}

.b-plan .l-mainImg {
	height: 210px;
    width: 1000px;
    padding-top: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    background: transparent;
}

.b-plan .l-mainImg img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1000px;
    height: 210px;
}

.free .l-mainImg {
	background: #fff;
	float: left;
	height: auto;
	margin-bottom: 10px;
	min-width: 700px;
	position: relative;
}


/* ==========================
	ヘッドナビ追従
============================= */
/****** 共通 ******/
.header-navi {
	margin-left: 0;
	margin-top: 25px;
	position: fixed;
	left: 0;
	top:-25px;
	width: 100%;
	height: 58px;
	z-index: 25;
}

.header-tracking {
	float:left;
	height:58px;
}

.header-tracking .shop-name {
	color:#fff;
	font-size: 12px;
	margin-left: 5px;
}

.header-icon {
	position: relative;
	z-index: 2;
	float:left;
	list-style: none;
	margin-right:5px;
}

.header-icon a {
	cursor: pointer;
}

/**
 * 店舗詳細追従ヘッダー
 */
.header-icon .header-sns-icon {
	background: url(/assets/img/user/pc/detail/btn-shop-line.png?20200422) center 5px/25px 19px no-repeat #29C154;
	color: #fff;
}

.header-icon .header-sns-icon-off {
	background: url(/assets/img/user/pc/detail/btn-shop-line.png?20200422) center 5px/25px 19px no-repeat #C9C9C9;
	color: #fff;
}

.header-icon .header-tel-icon {
	background: url(/assets/img/user/pc/detail/btn-shop-tel.png?20200422) center 5px/16px 17px no-repeat #FF9B9B;
	color: #fff;
}

.header-icon .header-tel-icon-off {
	background: url(/assets/img/user/pc/detail/btn-shop-tel.png?20200422) center 5px/16px 17px no-repeat #C9C9C9;
	color: #fff;
}

.header-icon .header-contact-icon {
	background: url(/assets/img/user/pc/detail/btn-shop-contact.png?20200422) center 5px/15px 17px no-repeat #FF3E87;
	color: #FFF500;
}

.header-icon .header-keep-icon {
	background: url(/assets/img/user/pc/detail/btn-shop-keep.png?20200422) center 5px/17px 15px no-repeat #F8F8F8;
	color: #777777;
}

.header-icon .header-keep-icon-on,
.header-icon .header-keep-icon.is-active {
	background: url(/assets/img/user/pc/detail/btn-shop-keep-on.png?20200422) center 5px/17px 15px no-repeat #F8F8F8;
	color: #777777;
}

.header-icon .header-sns-icon,
.header-icon .header-sns-icon-off,
.header-icon .header-tel-icon,
.header-icon .header-tel-icon-off,
.header-icon .header-contact-icon,
.header-icon .header-keep-icon,
.header-icon .header-keep-icon-on {
	display: block;
	width: 75px;
	height: 38px;
	border-radius: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 27px 0 0 0;
}

#tuika_on {
	cursor: pointer;
}

/* 各ボタンレイアウト */
.header-navi .info_tel img {
    background-color: #FF8F8E;
	border-radius: 8px;
}

.header-navi .info_mail img {
    background-color: #8CDDEE;
	border-radius: 8px;
}

.header-navi #line-left img {
    background-color: #50D24E;
	border-radius: 8px;
}

.header-navi .info_tainyu img {
    background-color: #FF3461;
	border-radius: 8px;
}

.header-navi .info_no_tainyu img {
    background-color: #FFB41B;
	border-radius: 8px;
}

/* 未設定時 */
.header-navi .icon_off img {
    background-color: #969696;
	border-radius: 8px;
}

/* 追従 検討中ボタン */
.tuika_on_header,
.tuika_zumi,
.tuika_zumi_heade,
#tuika_zumi,
#tuika_zumi_header{
    background-color: #F7F7F7;
	border-radius: 8px;
}

/* 電話のみ受け中ポップアップ*/
.anime_msg_box3_header {
	display: none;
	position: absolute;
	width: 335px;
	height: 105px;
	left: 146px;
	top: 58px;
	z-index: 10;
}

/* ヘッドナビの各項目 */
.header-navi-list {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	margin-bottom: 17px;
	right: 0;
}

.header-navi-list li {
	border-right : 1px dotted #FFF;
	height: 26px;
}

.header-navi-list li:last-child {
	border-right: none;
	border-right-style: hidden;
}

.header-navi-item {
	margin-right: 1px;
	float: left;
}

.header-navi-item a {
	display: block;
	height: 26px;
	padding: 0 17px;
	font-size: 12px;
	line-height: 26px;
	color: #fff;
}

.header-navi-item span {
	display: block;
    height: 26px;
    padding: 0 17px;
    font-size: 13px;
    line-height: 26px;
    color: #b7b6b6;
    box-sizing: border-box;
}

/* 画面横サイズを縮小した場合 */
.none {
	display: none;
}

#nav-toggle {
	position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999999;
    display: block;
	color: #FFF;
	cursor: pointer;
	font-size: 9px;
    padding: 20px 20px 9px 24px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    height: 4px;
    width: 36px;
    background: #FFF;
    position: absolute;
    display: block;
    content: '';
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

#nav-toggle.active span:after {
    transform: translateY(-10px) rotate(-225deg);
    -webkit-transform: translateY(-10px) rotate(-225deg);
    -ms-transform: translateY(-10px) rotate(-225deg);
    top: 10px;
}

#nav-toggle div {
    margin-top: 20px;
}

/* メニュー押下時レイアウト */
.header-navi .spNav {
    clear: both;
    padding: 0 0 10px 0;
    margin-top: 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

/* 各項目レイアウト */
.header-navi .spNav ul li a {
	background-color: #f7f7f7;
	border-radius: 5px;
	box-sizing: border-box;
	color: #969696;
	display: block;
	float: left;
	font-size: 15px;
	margin: 10px 5px 0 5px;
	padding: 15px 14px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 31.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/* 各項目未設定時 */
.header-navi .spNav ul li span {
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	color: #fff;
	float: left;
	font-size: 15px;
	margin: 10px 5px 0 5px;
	padding: 15px 14px;
	position: relative;
	text-align: center;
    text-decoration: none;
	width: 31.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.header-navi .contactBtn-item {
	position: relative;
}

.header-navi .contactBtn-item.header-icon {
	z-index: 1;
}

.header-navi .contactBtn-item a {
	position: relative;
	z-index: 2;
}

.header-navi .contactBtn-item .keep-popup {
	position: absolute;
	left: -46px;
	top: -20px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 30px;
	border: 2px solid #FF5A98;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
	background: url("/assets/img/user/pc/common/ico-heart.svg") 14px center/20px auto no-repeat #fff0f6;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #777;
	width: 165px;
	padding: 10px 14px 10px  42px;
}

.header-navi .contactBtn-item .keep-popup.is-limit {
	border: 2px solid #DDDCDC;
}

.header-navi .contactBtn-item .keep-popup.is-active {
	opacity: 1;
	top: 48px;
}

.header-navi .contactBtn-item .keep-popup::before,
.header-navi .contactBtn-item .keep-popup::after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	border-right: 9px solid transparent;
	border-top: 8px solid transparent;
	border-left: 9px solid transparent;
	margin: 0 0 0 -9px;
}

.header-navi .contactBtn-item .keep-popup::before {
	z-index: 3;
	border-bottom: 8px solid #fff0f6;
	top: -15px;
}

.header-navi .contactBtn-item .keep-popup::after {
	z-index: 2;
	border-bottom: 8px solid #FF5A98;
	top: -18px;
}

.header-navi .contactBtn-item .keep-popup.is-limit {
	background: #F0F6FF;
	text-align: center;
	padding: 10px 25px
}

.header-navi .contactBtn-item .keep-popup.is-limit::before {
	border-bottom: 8px solid #F0F6FF;
}

.header-navi .contactBtn-item .keep-popup.is-limit::after {
	border-bottom: 8px solid #DDDCDC;
}

/****** Aプラン ******/

/* Aプラン画像設定時の上方への追従 */
.header-navi.fixed {
	position: fixed;
}

/* 下方への追従 */
.header-navi {
	background: rgba(255, 84, 173, 0.9);
}

/* メニュー押下時の背景色 */
.header-navi .spNav {
	background: rgba(255, 84, 173, 0.9);
}

/* メニュー押下時の各項目の背景色 */
.header-navi .spNav ul li span {
	background-color: #ff9acf;
}

/****** Bプラン ******/
.b-plan .header-navi {
	background: rgba(47,146,250,0.9);
}

/* 追従 メニュー押下時の背景色 */
.b-plan .header-navi .spNav {
	background: rgba(47,146,250,0.9);
}

/* メニュー押下時の各項目の背景色 */
.b-plan .header-navi .spNav ul li span {
	background-color: #90c6ff;
}

/****** Cプラン ******/
.c-plan .header-navi {
	background: rgba(88,193,25,0.9);
}

/* 追従 メニュー押下時の背景色 */
.c-plan .header-navi .spNav {
	background: rgba(88,193,25,0.9);
}

/* メニュー押下時の各項目の背景色 */
.c-plan .header-navi .spNav ul li span {
	background-color: #93de66;
}

/* =========================================
	.g-mainContents 店舗詳細リニューアル
========================================= */
.g-mainContents {
	padding: 0 5px;
}

.b-plan .g-mainContents,
.c-plan .g-mainContents,
.free .g-mainContents {
	padding-top: 0;
}

/* ============================================================================
	.l-sideColumn 店舗詳細リニューアル
============================================================================ */
.l-sideColumn {
	width: 280px;
	margin-right: 10px;
	float: left;
}

.l-sideColumn > * {
	background: #fff;
}

.free .l-sideColumn {
	float: right;
}

/* ============================================================================
	.l-mainColumn 店舗詳細リニューアル
============================================================================ */
.l-mainColumn {
	width: 700px;
	float: left;
	position: relative;
}

/* ============================================================================
	パーツ 店舗詳細リニューアル
============================================================================ */
.mod-tab .tabHead-list {
	overflow: hidden;
}

.mod-tab .tabHead-item {
	width: 136px;
	margin: 6px 0 0 2px;
	padding: 1px;
	border-radius: 4px 4px 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #fff;
	float: left;
	cursor: pointer;
}

.mod-tab .tabHead-item:first-child {
	margin-left: 0;
}

.mod-tab .tabHead-item.active, .mod-tab .tabHead-item:hover {
	margin-top: 0;
}

.mod-tab .tabHead-item.active a, .mod-tab .tabHead-item:hover a {
	opacity: 1;
	padding-top: 41px;
}

.mod-tab .tabHead-item a {
	display: block;
	height: 0;
	padding-top: 35px;
	border-radius: 4px 4px 0 0;
	border: 1px solid;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 1.8;
	text-align: center;
}

.mod-tab .blue a {
	background-color: #c6faff;
	border-color: #acf8ff;
}

.mod-tab .purple a {
	background-color: #fed5fe;
	border-color: #f7b7f6;
}

.mod-tab .aqua a {
	background-color: #ccfbf8;
	border-color: #a2f1ec;
}

.mod-tab .orange a {
	background-color: #ffdede;
	border-color: #ffd5d5;
}

.mod-tab .yellow a {
	background-color: #FDFFDE;
	border-color: #ffffae;
}

/* 左カラム */
.left_colum{
	width:580px;
	text-align:center;
}

/* 右カラム */
.right_colum{
	width:170px;
	text-align:center;
}

/* フォーム */
.form_style{
	margin:0px;
}
.form_style_Ad{
	margin-top:-3px;
}
.element{
	width:570px;
	margin:0px 5px 10px;
}

/* クリア */
.brclear{
	line-height:14px;
	clear:both;
	font-size:12px;
}

.clearfix{
	clear:both;
	display:block;
	zoom:1;
	/zoom:0;/* IE9以下 */
}

.clearfix:not(:target){
	clear:both;
	display:block;
	zoom:0px\9;/* IE9 */
}

.clearfix2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 余白7px */
.padding7{
	padding:7px;
}

/* 余白3px 上下 */
.padding3_tb{
	padding:3px 0px;
}

/* 余白5px */
.padding5{
	padding:5px;
}

/* ==================================================
    共通 店舗詳細
================================================== */
.g-wrapper {
    background: #fff;
}

.l-mainColumn .btnWrap.toForm {
    padding: 20px 0 50px;
    text-align: center;
    background: transparent;
}

.l-mainColumn .btnWrap.toForm,
.free .l-mainColumn .btnWrap.toForm {
	padding-top: 40px;
}

.has-vanikisya > .container {
    width: 1285px;
}

.l-mainImg .special-navi-item span {
	display: block;
    height: 50px;
    padding: 0 4px;
    border: 1px solid #dedede;
    background: #f7f7f7;
	font-size: 13px;
    line-height: 48px;
    color: #b7b6b6;
    box-sizing: border-box;
}

.b-plan .f-moreShopInfo .moreShopInfo-head,
.b-plan .f-shopMessage .shopMessage-head,
.b-plan .f-application .application-head,
.b-plan .f-applicationForm .applicationForm-head {
    padding: 3px 0 4px 3px;
    background: url("/assets/img/user/pc/common/bg-blue-stripe.png");
}

/* ==================================================
    お店情報 リニューアル
================================================== */
.f-shopData {
    margin-bottom: 14px;
}

.f-shopData .shopData-head {
    border-top: 2px solid #f7359a;
    background: #ff9acf;
    color: #fff;
}

.f-shopData .shopData-head .shop-info a {
    color: #fff;
}

.f-shopData .lead-txt {
    padding: 10px 9px 8px;
    background: #ff54ad;
    font-size: 13px;
    border-bottom: 1px solid #f22e94;
    line-height: 1.23;
}

.f-shopData .shop-name {
    padding: 10px 9px 8px;
    border-top: 1px solid #ffbcdf;
    border-bottom: 1px solid #ff73bc;
    line-height: 1.1;
    font-size: 21px;
    text-shadow: 1px 1px 1px #918b8b;
}

.f-shopData .shop-info {
    padding: 10px 9px 8px;
    border-top: 1px solid #ffbcdf;
    line-height: 1.4;
    font-size: 12px;
    text-shadow: 1px 1px 1px #918b8b;
    position: relative;
}

.f-shopData .shop-info .dekasegi-info {
	display: block;
	width: 74px;
	height: 20px;
	border-bottom: 1px solid #45aee0;
	background: #5ac1f2;
	text-align: center;
	color: #fff;
	line-height: 23px;
	text-shadow: 1px 1px 1px #2e99cc;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.f-shopData .shopData-body {
    padding-top: 5px;
}

.b-plan .f-shopData .shopData-head {
	border-top: 2px solid #196dc5;
	background: #90c6ff;
}

.b-plan .f-shopData .lead-txt {
	background: #2f92fa;
	border-bottom: 1px solid #086dd7;
}

.b-plan .f-shopData .shop-name {
	border-top: 1px solid #b8dbff;
	border-bottom: 1px solid #82b8f0;
}

.b-plan .f-shopData .shop-info {
	border-top: 1px solid #b8dbff;
}

.c-plan .f-shopData .shopData-head {
	border-top: 2px solid #64b335;
	background: #93de66;
}

.c-plan .f-shopData .lead-txt {
	background: #58c119;
	border-bottom: 1px solid #3e9d05;
}

.c-plan .f-shopData .shop-name {
	border-top: 1px solid #a1ea75;
	border-bottom: 1px solid #7fca52;
}

.c-plan .f-shopData .shop-info {
	border-top: 1px solid #a1ea75;
}

.mod-contactBtn {
    padding: 5px 5px 0;
    margin-bottom: 4px;
    border: 1px solid #ccc;
    background: #f6f6f6;
}

.mod-contactBtn .contactBtn-list {
    font-size: 0;
	text-align: justify;
	text-justify: distribute-all-lines;/*IE用*/
}

.mod-contactBtn .contactBtn-item {
	display: inline-block;
	margin: 0 0 5px 4px;
}

.mod-contactBtn .contactBtn-item:first-child, .mod-contactBtn .contactBtn-item:last-child {
    margin-left: 0;
	position: relative;
}

/* 電話ポップアップ*/
.tel_box {
	background: url('/assets/img/user/pc/shop_list/popup/tel.png');
	width: 505px;
	height: 252px;
	display: block;
}

.tel_box_tainyu {
	background: url('/assets/img/user/pc/shop_list/popup/PC_TEL.png');
	width: 505px;
	height: 252px;
	display: block;
}

.tel_box_tainyu .line {
	height: 56px;
    line-height: 56px;
    font-size: 19px;
    font-weight: bold;
    color: #FF4A4B;
}

.mod-contactBtn .bln-addList {
	display: none;
	width: 322px;
	height: 118px;
	position: absolute;
	top: -113px;
	left: -20px;
	z-index: 10;
}

.mod-contactBtn .bln-addList .bg-balloon {
	position: absolute;
	top: 0;
	left: 0;
}

.mod-contactBtn .bln-addList .addList-txt {
	text-align: center;
	font-size: 13px;
	color: #555;
	line-height: 1.6;
	position: relative;
	left: 31px;
	top: 56px;
	z-index: 15;
}

.mod-contactBtn .bln-addList .addList-txt img {
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.anime_msg_box3 {
	display: none;
	width: 322px;
	height: 118px;
	position: absolute;
	top: -113px;
	left: -6px;
	z-index: 10;
}

.mod-innerLink {
    padding: 1px;
    border: 1px solid #cccccc;
    background: #fff;
    font-size: 12px;
}

.mod-innerLink .innerLink-item {
    margin-bottom: 3px;
}

.mod-innerLink .innerLink-item:last-child {
	margin-bottom: 0;
}

.mod-innerLink .innerLink-item a, .mod-innerLink .innerLink-item span {
	display: block;
	height: 32px;
	padding-left: 6px;
	line-height: 32px;
}

.mod-innerLink .innerLink-item a {
    border: 1px solid #ff7fc2;
    background: #ff9acf;
    color: #fff;
}

.mod-innerLink .innerLink-item span {
    border: 1px solid #dedede;
    background: #f7f7f7;
    color: #b7b6b6;
	cursor: default;
}

.b-plan .mod-innerLink .innerLink-item a {
	border: 1px solid #7ab6f6;
	background: #90c6ff;
}

.c-plan .mod-innerLink .innerLink-item a {
	border: 1px solid #77cf42;
	background: #93de66;
}

/* ==================================================
    バービー動画 リニューアル
================================================== */
.f-sideMovie {
    margin-bottom: 14px;
}

.f-sideMovie .sideMovie-ttl {
    padding: 3px 0 3px 4px;
    background: url("/assets/img/user/pc/common/bg-green-stripe.png");
	font-size: 12px;
}

.f-sideMovie .sideMovie-contents {
    padding: 10px 5px;
    border: 1px solid #cccccc;
    border-top: none;
}

.f-sideMovie .p-imgWrap {
	height: 200px;
	margin-bottom: 10px;
	background: #000;
}

.f-sideMovie .p-imgWrap .time {
	background: rgba(0, 0, 0, 0.8);
  	color: #fff;
  	width: 43px;
  	height: 15px;
  	line-height: 15px;
  	text-align: center;
  	position: absolute;
  	right: 0px;
  	bottom: 0;
}

.f-sideMovie .date {
	color: #888;
    margin-bottom: 5px;
}

.f-sideMovie .movie-ttl {
    margin-bottom: 7px;
    font-size: 16px;
    color: #a9e600;
    line-height: 1.25;
    font-weight: bold;
}

.f-sideMovie .movie-txt {
	color: #888;
    line-height: 1.5;
}

/* ==================================================
    つぶやきバニータ リニューアル
================================================== */
.f-sideMurmur {
    margin-bottom: 14px;
    color: #2c2c2c;
}

.f-sideMurmur .sideMurmur-ttl {
    padding: 3px 0 3px 4px;
    background: url("/assets/img/user/pc/common/bg-red-stripe.png");
	font-size: 12px;
}

.f-sideMurmur .sideMurmur-contents {
    border: 1px solid #cccccc;
    border-top: none;
}

.f-sideMurmur .sideMurmur-contents-head {
    padding: 6px;
    border-bottom: 1px solid #cccccc;
}

.f-sideMurmur .p-imgWrap {
	width: 57px;
	height: 0;
	padding-bottom: 57px;
}

.f-sideMurmur .p-imgWrap img {
	border: 1px solid #ccc;
}

.f-sideMurmur .name {
	padding-top: 2px;
	margin-bottom: 4px;
}

.f-sideMurmur .name a {
	color: #2c2c2c;
}

.f-sideMurmur .name span {
	display: inline-block;
	max-width: 170px;
	font-size: 15px;
	color: #ff3155;
	vertical-align: middle;
}

.f-sideMurmur .prof-dl dt {
	display: inline-block;
	height: 14px;
	min-width: 28px;
	margin-top: 3px;
	padding: 0 4px;
	background: #ff7f80;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	color: #fff;
	vertical-align: bottom;
}

.f-sideMurmur .prof-dl dd {
	display: inline-block;
	width: 30px;
	height: 14px;
	margin-top: 3px;
	margin-right: 4px;
	line-height: 14px;
	word-wrap: break-word;
	white-space: nowrap;
	vertical-align: bottom;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
}

.f-sideMurmur .prof-dl dd:nth-child(4n) {
	width: 60px;
}

.f-sideMurmur .prof-dl dd span{
	font-size: 11px;
}

.f-sideMurmur .prof-area {
	padding-left: 7px;
}

.f-sideMurmur .sideMurmur-contents-body {
	padding: 10px 9px 35px 19px;
	background: #ffecf4;
	position: relative;
}

.b-plan .f-sideMurmur .sideMurmur-contents-body {
	padding: 10px 9px 35px 19px;
	background: #edf4fb;
	position: relative;
}

.c-plan .f-sideMurmur .sideMurmur-contents-body {
	padding: 10px 9px 35px 19px;
	background: #edffe2;
	position: relative;
}

.f-sideMurmur .murmur-item {
	padding: 7px 5px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #888888;
	font-size: 11px;
	position: relative;
}

.f-sideMurmur .murmur-item:last-child {
    margin-bottom: 0;
}

.f-sideMurmur .murmur-item:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 12px 0;
	border-color: transparent #cccccc transparent transparent;
	position: absolute;
	top: 9px;
	left: -14px;
}

.f-sideMurmur .murmur-item:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 10px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	top: 10px;
	left: -12px;
}
.a-profile{
	color: #888888;
}
.a-profile:hover {
	color: #79c6ed;
}

.f-sideMurmur .murmur-item span[class*="trunk"] {
    display: block;
    line-height: 1.35;
	width: 238px;
	word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.f-sideMurmur .murmur-item .time-img{
    height: 20px;
}
.f-sideMurmur .murmur-item .time {
    display: inline-block;
    padding-left: 18px;
    margin-bottom: 6px;
    color: #777;
    position: relative;
}

.f-sideMurmur .murmur-item .time:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: url("/assets/img/user/pc/common/icon-shop-clock.png");
    position: absolute;
    top: 0;
    left: 0;
}

.f-sideMurmur .murmur-item .time.new {
	color: #ff3155;
    padding-left: 45px;
    line-height: 13px;
}

.f-sideMurmur .murmur-item .time.new:before {
    content: "NEW";
    display: block;
    width: 40px;
    height: 12px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 13px;
    background: #ff3155;
}

.f-sideMurmur .murmur-item .show-pic {
	float: right;
	cursor: pointer;
	margin-top: 3px;
}

.f-sideMurmur .murmur-item .show-pic:before {
	display: block;
    content: "";
    width: 12px;
    height: 14px;
    background: url("/assets/img/user/pc/common/icon-image.png");
    position: absolute;
    top: 8px;
    right: 70px;
}

.f-sideMurmur .read-more {
    display: block;
	font-size: 12px;
    height: 13px;
    padding-left: 17px;
    background: url("/assets/img/user/pc/common/icon-tri-red.png") no-repeat;
    color: #888;
    position: absolute;
    bottom: 8px;
    right: 8px;
    line-height: 15px;
}

/* ==================================================
	バニラdeデビュー 
================================================== */
.f-debut {
	margin-bottom: 14px;
}

.f-debut .debut-ttl-wrap {
	position: relative;
}

.f-debut .debut-ttl {
	padding: 3px 0 0 4px;
	background: url("/assets/img/user/pc/common/bg-skyBlue-stripe.png");
	font-size: 12px;
}

.f-debut .debut-ttl-iconNew {
	position: absolute;
	right: 8px;
    top: -10px;
	width: 78px;
	height: 34px;
}

.f-debut .debut-contents {
	padding: 10px 5px;
	border: 1px solid #cccccc;
	border-top: none;
}

.f-debut .debut-list {
	padding-bottom: 15px;
	position: relative;
}

.f-debut .debut-item {
	display: none;
	background: #fff;
}

.f-debut .debut-item.active {
	z-index: 10;
}

.f-debut .debut-item-inner {
	padding: 11px 12px;
	border: 1px solid #ccc;
}

.f-debut .p-imgWrap {
	display: none;
	height: 322px;
	margin-bottom: 12px;
}

.f-debut .p-imgWrap img {
	border: 1px solid #ccc;
}

.f-debut .p-imgWrap .name {
	width: 230px;
	height: 30px;
	padding-top: 7px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	margin: auto;
}

.f-debut .p-msg {
	display: none;
}

.f-debut div.on {
	display:block;
}

.f-debut .p-imgWrap .p-ellipsis {
	color: #faf72e;
	display: inline-block;
	font-size: 16px;
	max-width: 112px;
	vertical-align: middle;
}

.f-debut .prof-tbl {
	display: none;
	width: 100%;
	border: 1px solid #cccccc;
}

.f-debut .prof-tbl.on {
	display: block;
	width: 100%;
	border: 1px solid #cccccc;
}

.f-debut .prof-tbl tr:last-child th, 
.f-debut .prof-tbl tr:last-child td {
	border-bottom: none;
}

.f-debut .prof-tbl th, 
.f-debut .prof-tbl td {
	color: #888;
	border-bottom: 1px dashed #cccccc;
	width: 153px;
	height: 37px;
	text-align: center;
	vertical-align: middle;
	line-height: 19.2px;
	padding: 8.3px 12px 8.3px 10px;
}

.f-debut .firstDay-text01,
.f-debut .firstDay-text02 {
	display: block;
}

.f-debut .prof-tbl td {
	text-align: left;
}

.f-debut .prof-tbl th {
	width: 87px;
	background: #ffecf4;
}

.b-plan .f-debut .prof-tbl th {
	width: 87px;
	background: #edf4fb;
}

.c-plan .f-debut .prof-tbl th {
	width: 87px;
	background: #edffe2;
}

.f-debut .prof-ttl {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ffc78a;
}

.f-debut .prof-body {
	padding-top: 6px;
	line-height: 1.3;
	font-size: 12px;
	color: #888;
	display: flex;
}

.f-debut .js-btn-list {
	overflow: hidden;
}

.f-debut .js-btn-item {
	float: left;
	display: block;
	width: 23px;
	height: 23px;
	padding-top: 5px;
	background: #b9b9b9;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.f-debut .js-btn-item~.js-btn-item {
	margin-left: 4px;
}

.f-debut .js-btn-item:hover {
	background: #fe7d18;
}

.f-debut .js-btn-item.active {
	background: #fe7d18;
	float: left;
	display: block;
	width: 23px;
	height: 23px;
	padding-top: 5px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
}

.f-debut .js-btn-item_off {
	display: none;
}

.f-debut .btn-list-nextBtn,
.f-debut .btn-list-previousBtn {
	display: none;
	width: 23px;
	height: 23px;
	padding-top: 5px;
	background: #b9b9b9;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	margin: 0;
	position: relative;
}

.f-debut .btn-list-nextBtn:hover,
.f-debut .btn-list-previousBtn:hover {
	background: #fe7d18;
	opacity: 1;
}

.f-debut .btn-list-nextBtn {
	margin-left: 4px;
}

.f-debut .btn-list-nextBtn::before,
.f-debut .btn-list-previousBtn::before {
	content: "";
	position: absolute;
	top: 7px;
	margin: auto;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	width: 0;
	height: 0;
}

.f-debut .btn-list-nextBtn::before {
	border-left: 8px solid #fff;
	border-right: 0;
	left: 8.54px;
}

.f-debut .btn-list-previousBtn::before {
	border-right: 8px solid #fff;
	border-left: 0;
	left: 6.46px;
}

.f-debut .btn-list-nextBtn.is-active,
.f-debut .btn-list-previousBtn.is-active {
	display: block;
}

/* ==================================================
    グループ情報
================================================== */
.f-shopGroup {
	margin-bottom: 14px;
}
.f-shopGroup .shopGroup-ttl {
	padding: 3px 0 2px 4px;
	background: url("/assets/img/user/pc/shop/pay1/bg-pink-stripe.png");
	font-size: 12px;
}
.f-shopGroup .shopGroup-contents {
	padding-bottom: 10px;
	border: 1px solid #cccccc;
	border-top: none;
	text-align:center;
}
.f-shopGroup .shopGroup-contents .shopGroup-img {
	display:inline-block;
}
.f-shopGroup .shopGroup-contents .shopGroup-img img {
	width:100%;
	height:auto;
}
.f-shopGroup .shopGroup-contents .shopGroup-link {
	display:inline-block;
	margin-top:10px;
}
.f-shopGroup .shopGroup-contents .shopGroup-link img {
	width:100%;
	height:auto;
}

/* ==================================================
    グループ店舗 リニューアル
================================================== */
.f-groupShop .groupShop-ttl {
    padding: 3px 0 2px 4px;
    background: url("/assets/img/user/pc/common/bg-aqua-stripe.png");
	font-size: 12px;
}

.f-groupShop .groupShop-contents {
    padding-bottom: 3px;
    border: 1px solid #cccccc;
    border-top: none;
    position: relative;
}

.f-groupShop .groupShop-item {
    padding: 10px 5px 7px;
    border-bottom: 1px dashed #ccc;
}

.f-groupShop .groupShop-item:last-child{
	border-bottom: none;
}

.f-groupShop .shopName {
    margin-bottom: 3px;
    font-size: 14px;
    color: #fe7d18;
}

.f-groupShop .p-imgWrap {
    height: 116px;
    margin-bottom: 4px;
}

.f-groupShop .p-imgWrap img {
    border: 1px solid #ccc;
}

.f-groupShop .shop-info {
    margin-bottom: 3px;
    line-height: 1.5;
    color: #888;
}

.f-groupShop .shop-info span {
    font-size: 12px;
}

.f-groupShop .tag-list {
    margin-bottom: 5px;
    overflow: hidden;
}

.f-groupShop .tag-item {
	padding: 1px;
	margin-left: 4px;
	float: left;
}

.f-groupShop .tag-item:first-child {
    margin-left: 0;
}

.f-groupShop .tag-item span {
    display: block;
    width: 60px;
    height: 16px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
}

.f-groupShop .tag-item.exp {
	background: #ff7f80;
}

.f-groupShop .tag-item.away {
    background: #2f92fa;
}

.f-groupShop .tag-item.married {
    background: #e57de4;
}

.f-groupShop .tag-item.beginner {
    background: #1bded2;
}

.f-groupShop .trunk8_2 {
	word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.f-groupShop .tag-item.none {
    background: #CDCDCD;
}

.f-groupShop .shop-data {
    color: #888;
	font-size: 12px;
}

.f-groupShop .read-more {
    display: block;
	font-size: 12px;
    height: 13px;
    padding-left: 17px;
    background: url("/assets/img/user/pc/common/icon-tri-green.png") no-repeat;
    color: #888;
    position: absolute;
    bottom: 8px;
    right: 8px;
    line-height: 15px;
}

.free .f-groupShop .groupShop-ttl,
.dPlan-groupShop-ttl {
	padding: 3px 0 4px 4px;
	background: url("../../../img/user/pc/common/bg-orange-stripe.png");
}

.free .f-groupShop .shopName {
	color: #ff57a6;
}

.free .f-groupShop .groupShop-contents {
	padding-bottom: 0;
}

.free .f-groupShop .groupShop-item:last-child {
	border-bottom: none;
}

.d-plan.f-groupShop .groupShop-contents {
    padding-bottom: 0px;
}


.d-plan.f-groupShop .groupShop-item {
	border-bottom: none;
}

.d-plan.f-groupShop .groupShop-item~.groupShop-item {
	border-top: 1px dashed #ccc;
}

/* メイン画像 */
.f-shopBnr {
	margin-bottom: 14px;
	position: relative;
	width: 100%;
	max-width: 700px;
	height: 300px;
}

.f-shopBnr img {
	position: absolute;
	max-height: 300px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* ==================================================
   お店HP 左カラムバナー
================================================== */

.othermedia-banner-list {
	margin-top: 10px;
	background-color: transparent;
}

.othermedia-banner-item {
	margin-bottom: 10px;
}

/* ==================================================
   店内をご紹介 リニューアル
================================================== */
.f-shopIntro {
    background: transparent;
}

.f-shopIntro .shopIntro-head {
    padding: 5px 0 4px 3px;
    background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
}

.b-plan .f-shopIntro .shopIntro-head {
	background: url("/assets/img/user/pc/common/bg-blue-stripe.png");
}

.c-plan .f-shopIntro .shopIntro-head {
	background: url("/assets/img/user/pc/common/bg-green-stripe.png");
}

.f-shopIntro .shopIntro-body {
    padding-top: 7px;
    position: relative;
}

.f-shopIntro .shopIntro-item {
	width: 228px;
	height: 244px;
	padding: 12px;
	background: #fff;
	border: 1px solid #cccccc;
	line-height: 1.5;
}

.f-shopIntro .swiper-slide .p-imgWrap {
    width: 202px;
    height: 152px;
    margin-bottom: 12px;
}

.f-shopIntro .swiper-slide .p-imgWrap img {
    border: 1px solid #ccc;
}

.f-shopIntro .swiper-button-prev {
    width: 28px;
    height: 28px;
    background: url("/assets/img/user/pc/shop/pay1/swiper-prev.png");
    top: 122px;
    left: 0;
}

.b-plan .f-shopIntro .swiper-button-prev {
	background: url("/assets/img/user/pc/shop/pay1/swiper-prev-b.png");
}

.c-plan .f-shopIntro .swiper-button-prev {
	background: url("/assets/img/user/pc/shop/pay1/swiper-prev-c.png");
}

.f-shopIntro .swiper-button-next {
    width: 28px;
    height: 28px;
    background: url("/assets/img/user/pc/shop/pay1/swiper-next.png");
    top: 122px;
    right: 0;
}

.b-plan .f-shopIntro .swiper-button-next {
	background: url("/assets/img/user/pc/shop/pay1/swiper-next-b.png");
}

.c-plan .f-shopIntro .swiper-button-next {
	background: url("/assets/img/user/pc/shop/pay1/swiper-next-c.png");
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
	box-sizing: border-box;
}

.f-shopIntro .shopIntro-txt {
	color: #888;
	height: 56px;
	word-wrap: break-word;
	overflow-y: scroll;
}

html.ofh,
body.ofh {
	overflow: hidden;
}

/*.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}*/

/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url();
    left: 10px;
    right: auto;
}*/

/*.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}*/

/* ==================================================
   給与情報
================================================== */
.f-salary {
	margin-bottom: 20px;
}
.f-salary .salary-body {
	background-color: #FFEEEE;
	color: #333;
	border: 1px solid #CCC;
	border-top: none;
	line-height: initial;
	padding: 10px 15px;
}
.f-salary .salary-inner {
	background-color: #FFF;
	padding: 14px 18px 20px;
}
.f-salary .salary-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	background-color: #FFFDEB;
	border-radius: 5px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 7px;
}
.f-salary .price-head {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FF8495;
	color: #FFF;
	font-size: 15px;
	line-height: 31px;
	width: 155px;
	height: 100%;
	position: relative;
}
.f-salary .price-head::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-left: 16.5px solid #FF8495;
	border-right: 0;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	right: -16px;
	top: 0;
	bottom: 0;
}
.f-salary .price-time {
	font-size: 20px;
	margin: 0;
}
.f-salary .price-time::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url("/assets/img/user/pc/shop/pay1/salary/icon-clock.svg") left center / 15px auto no-repeat;
	width: 15px;
	height: 15px;
	margin: -1px 4px 0 0;
}
.f-salary .price-time-text {
	margin: 2px 0 0 0;
}
.f-salary .price-data {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 155px);
	height: 100%;
	font-size: 18px;
	padding: 0 32px;
}
.f-salary .price-type {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FF5376;
	border: 1px solid #FF5376;
	font-size: 14px;
	min-width: 38px;
	height: 22px;
	padding: 0 4px;
	margin: 0 6px 0 0;
}
.f-salary .price-num {
	color: #FF5376;
	font-size: 28px;
	margin: 0;
}
.f-salary .price-yen {
	color: #FF5376;
	margin: 6px 4px 0 0;
}
.f-salary .price-over {
	margin: 6px 4px 0 0;
}
.f-salary .salary-txt {
	background-color: #FFEEEE;
	border-radius: 5px;
	font-size: 14px;
	line-height: 21px;
	padding: 14px 20px;
	margin-bottom: 6px;
	white-space: pre-wrap;
}
.f-salary .salary-note {
	color: #FF8495;
	font-size: 12px;
	line-height: 18px;
}
.f-salary .salary-dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border: 1px solid #FF8495;
	font-size: 15px;
	font-weight: bold;
	width: fit-content;
	min-height: 44px;
	margin: 14px auto 0px;
}
.f-salary .salary-dt {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFF;
	color: #FF5376;
	border-right: 1px dotted #FF8495;
	width: 168px;
}
.f-salary .salary-dt .top_space {
	padding-top: 1px;
}
.f-salary .salary-dd {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFFDEB;
	border-right: 1px solid #FF8495;
	width: 147px;
	padding: 5px;
}
.f-salary .salary-dd .top_space {
	padding-top: 3px;
}
.f-salary .salary-dt:only-of-type {
	width: 214px;
}
.f-salary .salary-dd:only-of-type {
	width: 182px;
}
.f-salary .salary-dd:last-of-type {
	border-right: 0;
}
.f-salary .salary-em {
	color: #FF5376;
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}
.f-salary .mod-contactBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #F6F6F6;
	border: 1px solid #CCCC;
	height: 74px;
	gap: 10px;
	padding: 12px 15px;
	margin: 16px auto 0;
}
.f-salary .mod-contactBtn .contactBtn-item {
	margin: 0;
}
.f-salary .mod-contactBtn .contactBtn-item .keep-icon,
.f-salary .mod-contactBtn .contactBtn-item .keep-icon-on,
.f-salary .mod-contactBtn .contactBtn-item .contact-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
	width: 295px;
	height: 48px;
	padding: 0;
	margin: 0;
}
.f-salary .mod-contactBtn .contactBtn-item .keep-icon,
.f-salary .mod-contactBtn .contactBtn-item .keep-icon-on {
	background-color: #FFF;
	color: #777;
	border: 1px solid #B2B2B2;
	-webkit-box-shadow: 0 3px 0 0 #9E9E9E;
	box-shadow: 0 3px 0 0 #9E9E9E;
}
.f-salary .mod-contactBtn .contactBtn-item .keep-icon.is-active,
.f-salary .mod-contactBtn .contactBtn-item .keep-icon-on {
	-webkit-box-shadow: none;
	box-shadow: none;
	transform: translateY(3px);
}
.f-salary .mod-contactBtn .contactBtn-item .keep-icon::before,
.f-salary .mod-contactBtn .contactBtn-item .keep-icon-on::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 14px;
	margin: -1px 7px 0 0;
}
.f-salary .mod-contactBtn .contactBtn-item .keep-icon::before {
	background: url("/assets/img/user/pc/common/btn_keep.png") center center / 16px auto no-repeat;
}
.f-salary .mod-contactBtn .contactBtn-item .keep-icon-on::before,
.f-salary .mod-contactBtn .contactBtn-item .keep-icon.is-active::before {
	background: url("/assets/img/user/pc/common/btn_keep_on.png") center center / 16px auto no-repeat;
}
.f-salary .mod-contactBtn .keep-popup {
	left: 0;
	right: 0;
	margin: auto;
}
.f-salary .mod-contactBtn .keep-popup.is-active {
	bottom: 58px;
}
.f-salary .mod-contactBtn .contactBtn-item .contact-icon {
	background: #FF3E87;
	color: #FFF;
	border: 1px solid #FF3E87;
	-webkit-box-shadow: 0 3px 0 0 #BF4070;
	box-shadow: 0 3px 0 0 #BF4070;
}
.f-salary .mod-contactBtn .contactBtn-item .contact-inner {
	margin-right: 8px;
	height: 48px;
	padding: 6px 0 6px calc(18px + 8px);
	position: relative;
}
.f-salary .mod-contactBtn .contactBtn-item .contact-inner::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url("/assets/img/user/pc/common/btn-shop-contact.png") left center / 18px auto no-repeat;
	width: 18px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.f-salary .mod-contactBtn .contactBtn-item .contact-type {
	color: #FFF500;
	font-size: 11px;
}
.f-salary .mod-contactBtn .contactBtn-item .contact-oubo {
	font-size: 15px;
	line-height: 19px;
}
.f-salary .salary-much {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
	margin: 16px auto 0;
}
.f-salary .much-head {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url("/assets/img/user/pc/shop/pay1/salary/line-much.svg") center bottom / 282px auto no-repeat;
	font-size: 14px;
	width: calc(282px + (3px * 2));
	height: calc(51px - (7px * 2));
}
.f-salary .much-link {
	width: 295px;
	height: 51px;
	margin: 0;
}
.f-salary .much-link:hover {
	opacity: 0.7;
}

/* ==================================================
   急募インフォメーション リニューアル
================================================== */
.f-wanted {
	margin-top: 20px;
    margin-bottom: 20px;
}

.f-wanted .wanted-head {
	background: url("/assets/img/user/pc/common/bg-orange-stripe.png");
	color: #fff;
	font-size: 12px;
    padding: 2px 0 4px 3px;
    position: relative;
}

.f-wanted .wanted-body {
    padding: 8px 5px 26px;
    border: 1px solid #ccc;
    border-top: none;
    line-height: initial;
    background-color: #fff;
    color: #888;
}

.f-wanted .info_img_on {
	min-height: 260px;
}

.f-wanted .wanted-body * {
	max-width: 100%;
}

.f-wanted .wanted-body img {
	max-width: 100%;
}


.kyubo_readmore {
	position: relative;
}

.kyubo_content {
	padding-top: 1px;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: linear-gradient(
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.8) 0%,
		#fff 0%,
	);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.kyubo_content::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 190px;
	background: linear-gradient(
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.8) 75%,
		#fff 100%
	);
}

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

.kyubo_content .kyubo_text {
	margin-top: 14px;
}

.kyubo_content.is_open:before{
	display: none;
}

.kyubo_more {
	position: absolute;
	margin-bottom: 40px;
	display: table;
	left: 50%;
	bottom: 0px;
	width: 200px;
	line-height: 45px;
	color: #fff;
	border-radius: 5px;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
	background-image: url("/assets/img/user/pc/shop/pay1/ico_open.svg");
	background-repeat: no-repeat;
	background-position: 136px center;
	background-color: #37A2F7;
	box-shadow: 0px 3px 0px #1F63A0;
	font-size: 15px;
	font-weight: bold;
	padding-left: 54px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.kyubo_more p {
	position: relative;
	top: 1px;
}

.kyubo_more.is_open {
	margin-bottom: 0px;
	background-image: url("/assets/img/user/pc/shop/pay1/ico_close.svg");
	background-position: 120px center;
	padding-left: 68px;
}

.kyubo_more.no_disp {
	display: none;
}

/* ==================================================
   お店情報 リニューアル
================================================== */
.f-shopInfo {
    margin-bottom: 14px;
}

.f-shopInfo .qr-wrap {
    padding: 2px;
    background: #fff;
    position: absolute;
    top: 6px;
    right: 6px;
}

.f-shopInfo .qr-wrap .qr-img {
	border: 1px solid #ccc;
}

.f-shopInfo .shopInfo-head {
    padding: 3px 0 4px 3px;
    background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
	font-size: 12px;
}

.f-shopInfo .shopInfo-body {
    padding: 5px;
    border: 1px solid #ccc;
    border-top: none;
    position: relative;
    background-color: #f6f6f6;
}

.f-shopInfo .shopInfo-tbl {
    width: 688px;
    table-layout: fixed;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #888;
}

.f-shopInfo .shopInfo-tbl a{
    color: #888;
}
.f-shopInfo .shopInfo-tbl .msg-link {
    color: #79c6ed;
}

.f-shopInfo .shopInfo-tbl th, .f-shopInfo .shopInfo-tbl td {
    height: 40px;
    line-height: 1.3;
    border-bottom: 1px dashed #ccc;
    vertical-align: middle;
}

.f-shopInfo .shopInfo-tbl th {
    width: 87px;
    background: #ffecf4;
    text-align: center;
}

.f-shopInfo .shopInfo-tbl .ellipsis-right {
    padding: 10px 110px 10px 10px;
    background-color: #fff;
    word-wrap: break-word;
    word-break: break-all;
}

.f-shopInfo .shopInfo-tbl td {
    padding: 10px;
    background-color: #fff;
    word-wrap: break-word;
    word-break: break-all;
}

.f-shopInfo .shopInfo-tbl td p {
    margin-bottom: 20px;
}

.f-shopInfo .shopInfo-tbl td p:last-child {
    margin-bottom: 0;
}

.f-shopInfo .shopInfo-tbl td .time {
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 23px;
}

.f-shopInfo .shopInfo-tbl td .time span {
	display: inline-block;
	width: 106px;
	height: 23px;
	margin-right: 8px;
	border-radius: 3px;
	text-align: center;
	background: #5fc2ff;
	color: #fff;
}

.f-shopInfo .shopInfo-tbl td .telNum {
	font-size: 30px;
	font-weight: bold;
	color: #212121;
	position: relative;
	top: 2px;
}

.f-shopInfo .shopInfo-tbl tr:last-child th, .f-shopInfo .shopInfo-tbl tr:last-child td {
    border-bottom: none;
}

.f-shopInfo .shopInfo-tbl tr:last-child th, .f-shopInfo .shopInfo-tbl tr:last-child td a {
    color: #888;
    text-decoration: none;
}

#shop_hp_main_lower {
	display: inline;
    cursor: pointer;
}

.f-shopInfo .p-imgWrap {
	width: 202px;
	padding-top: 152px;
}

.f-shopInfo .p-imgWrap img {
	border: 1px solid #cccccc;
}

.f-shopInfo .btnWrap {
	border-left: 15px solid transparent;
	vertical-align: middle;
}

.f-shopInfo .btnWrap a img {
	margin: 0 14px 14px 0;
}

.hp_bt_effect img {
	margin: 0 14px 14px 0;
}

.b-plan .f-shopInfo .shopInfo-head {
	background: url("../../../img/user/pc/common/bg-blue-stripe.png");
}

.b-plan .f-shopInfo .shopInfo-tbl th {
	background: #edf4fb;
}

.c-plan .f-shopInfo .shopInfo-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

.c-plan .f-shopInfo .shopInfo-tbl th {
	background: #edffe2;
}

.free .f-shopInfo .shopInfo-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

.free .f-shopInfo .shopInfo-tbl th {
	background: #edffe2;
}

/**
 * お店情報 | スペシャル
 */
.f-shopInfo .shopInfo-tbl tr td.special span.special-tainyu {
	border: 1px solid #FFBCC1;
	background: #FEF0F5;
	color: #FF7580;
}

.f-shopInfo .shopInfo-tbl tr td.special span.special-dekasegi {
	border: 1px solid #53B5F4;
	background: #DFF6FF;
	color: #53B5F4;
}

.f-shopInfo .shopInfo-tbl tr td.special span.special-hitoduma {
	border: 1px solid #AD9AFF;
	background: #EDE8FF;
	color: #AD9AFF;
}

.f-shopInfo .shopInfo-tbl tr td.special span.special-mikeiken {
	border: 1px solid #8BC567;
	background: #EDFFE4;
	color: #8BC567;
}

.f-shopInfo .shopInfo-tbl tr td.special span.special-pocchari {
	border: 1px solid #FFAE23;
	background: #FFFBD4;
	color: #FFAE23;
}


.f-shopInfo .shopInfo-tbl tr td.special span {
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	width: 112px;
	font-size: 11px;
	text-align: center;
	line-height: 2;
	font-weight: bold;
}

/* ==================================================
   もっとお店のこと教えて リニューアル
================================================== */
.f-moreShopInfo {
    margin-bottom: 14px;
}

.f-moreShopInfo .moreShopInfo-head {
    padding: 4px 0 4px 3px;
    background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
	font-size: 12px;
}

.f-moreShopInfo .moreShopInfo-body {
    padding: 10px 6px 7px;
    border: 1px solid #ccc;
    border-top: none;
    background: #ffecf4;
}

.f-moreShopInfo .blue a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-site-off.png");
}

.f-moreShopInfo .blue:hover a, .f-moreShopInfo .blue.active a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-site-on.png");
}

.f-moreShopInfo .tabBody-list {
	background: #fff;
    border: 1px solid #ccc;
	padding-left: 0px;
	margin-bottom: 6px;
}

.f-moreShopInfo .tabBody-item {
    display: none;
    padding: 11px 9px;
}

/* お店の雰囲気 */
.f-moreShopInfo .atmosphere {
	padding: 11px 9px 22px;
}
.f-moreShopInfo .atmosphere .atmos-head {
	font: normal normal bold 17px/9px Meiryo;
	letter-spacing: 0.82px;
	color: #FF066A;
	opacity: 1;
	padding: 6px 0 6px 12px;
	margin-bottom: 14px;
	background: url("/assets/img/user/pc/shop/pay1/ico-treatment-head.svg") top left / 8px 20px no-repeat;
}
.f-moreShopInfo .atmosphere .atmos-dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	padding: 0 8px;
	margin: auto;
}
.f-moreShopInfo .atmosphere .atmos-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.f-moreShopInfo .atmosphere .atmos-dt {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #DAF9F7;
	color: #4CB4B0;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	width: 160px;
	height: 44px;
	position: relative;
}
.f-moreShopInfo .atmosphere .atmos-dt::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-left: 7.5px solid #DAF9F7;
	border-right: 0;
	border-top: 7.5px solid transparent;
	border-bottom: 7.5px solid transparent;
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	right: -7px;
	top: 0;
	bottom: 0;
}
.f-moreShopInfo .atmosphere .atmos-dt .top_space {
	padding-top: 2px;
}
.f-moreShopInfo .atmosphere .atmos-dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 454px;
	margin: 14px auto 0;
	position: relative;
}
.f-moreShopInfo .atmosphere .atmos-dd::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-color: #B8EEE8;
	width: 366px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: 9px;
	z-index: 10;
	margin: auto;
}
.f-moreShopInfo .atmosphere .dd-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% / 5);
	height: calc(18px + 12px + 18px);
}
.f-moreShopInfo .atmosphere input {
	cursor: pointer;
}
.f-moreShopInfo .atmosphere .dd-input {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	width: 36px;
	height: 18px;
	margin: 0 auto 12px;
	position: relative;
	z-index: 20;
}
.f-moreShopInfo .atmosphere .dd-icon {
	display: inline-block;
	background-color: #B8EEE8;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 4px;
	z-index: 10;
}
.f-moreShopInfo .atmosphere .dd-input.is-active .dd-icon {
	background: url("/assets/img/user/pc/shop/pay1/icon-shop-heart.svg") center center / 36px auto no-repeat;
	width: 36px;
	height: 31px;
	top: -9px;
	right: -1px;
}
.f-moreShopInfo .atmosphere .dd-ttl {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 -30px;
}

.f-moreShopInfo .treatment-head {
	font: normal normal bold 17px/9px Meiryo;
	letter-spacing: 0.82px;
	color: #FF066A;
	opacity: 1;
	padding: 6px 0 6px 12px;
	margin-bottom: 10px;
	background: url("/assets/img/user/pc/shop/pay1/ico-treatment-head.svg") top left / 8px 20px no-repeat;
}

.f-moreShopInfo .moreShopInfo-ttl {
	margin-bottom: 10px;
	padding: 2px 0 2px 30px;
	background: url("../../../img/user/pc/common/icon-tri-orange.png") no-repeat 8px top;
	color: #ff8742;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
}

.f-moreShopInfo .treatment-list,
.f-moreShopInfo .privilege-list {
    overflow: hidden;
	/*padding-left: 0px;*/
}

.f-moreShopInfo .treatment-item,
.f-moreShopInfo .privilege-item {
    width: 106px;
    float: left;
    margin: 0 6px 6px 0;
	cursor: pointer;
}

.f-moreShopInfo .treatment-item a,
.f-moreShopInfo .treatment-item span,
.f-moreShopInfo .privilege-item a,
.f-moreShopInfo .privilege-item span {
	display: block;
	padding: 2px;
	color: #fff;
}

.f-moreShopInfo .on span {
    background: #1bded2;
}

.f-moreShopInfo .off span {
    background: #b9b9b9;
}

.f-moreShopInfo .treatment-item em,
.f-moreShopInfo .privilege-item em {
	display: block;
	height: 24px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 23px;
    text-align: center;
}

.f-moreShopInfo .treatment-item {
	width: 160px;
}

.f-moreShopInfo .treatment-item:nth-child(4n) {
	margin-right: 0;
}

/*.f-moreShopInfo .treatment-item a {
	background: #1bded2;
}*/

/*.f-moreShopInfo .treatment-item span {
    background: #b9b9b9;
}*/

.f-moreShopInfo .privilege-item {
	width: 128px;
}

.f-moreShopInfo .privilege-item:nth-child(5n) {
	margin-right: 0;
}

.privilege-list .on span {
	background: #ff2f9a;
}

.privilege-list .off span {
	background: #b9b9b9;
}

.f-moreShopInfo .btnWrap {
	margin-top: 0px;
	margin-bottom: 0px;
    padding-top: 5px;
    text-align: center;
}

.b-plan .f-moreShopInfo .moreShopInfo-head {
	background: url("../../../img/user/pc/common/bg-blue-stripe.png");
}

.b-plan .f-moreShopInfo .moreShopInfo-body {
	background: #f6f6f6;
}

.c-plan .f-moreShopInfo .moreShopInfo-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

.c-plan .f-moreShopInfo .moreShopInfo-body {
	background: #edffe2;
}

.free .f-moreShopInfo .moreShopInfo-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

.free .f-moreShopInfo .moreShopInfo-body {
	padding-top: 7px;
	background: #edffe2;
}

.f-moreShopInfo .shopSite-body .p-imgWrap {
	width: 202px;
	height: 0;
	padding-top: 152px;
}

.f-moreShopInfo .shopSite-body .p-imgWrap img {
	border: 1px solid #cccccc;
}

/**
 * もっとお店のこと教えて | お店HP
 */
.f-moreShopInfo .shopSite-head {
	font: normal normal bold 17px/9px Meiryo;
	letter-spacing: 0.82px;
	color: #499EF8;
	opacity: 1;
	padding: 6px 0 6px 12px;
	background: url("/assets/img/user/pc/shop/pay1/ico-shopSite-head.svg") top left / 8px 20px no-repeat;
}

.f-moreShopInfo .shopSite-body {
	text-align: center;
}

.f-moreShopInfo .shopSite-contents {
	padding: 18px 7px;
	vertical-align: top;
}

.f-moreShopInfo .shopSite-contents .shopSite-link {
	background-color: #8FC9FD;
	-webkit-box-shadow: 0 3px 0 0 #3D98E9;
	box-shadow: 0 3px 0 0 #3D98E9;
	width: 320px;
	height: 77px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 14px;
}

.f-moreShopInfo .shopSite-contents .shopSite-hp {
	display: block;
	width: 170px;
	margin: 14px auto 5px auto;
	color: #FFFFFF;
	background: #5AABF8;
	border-radius: 3px;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	padding: 0 20px;
}

.f-moreShopInfo .shopSite-contents .shopSite-look {
	display: inline-block;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

.f-moreShopInfo .shopSite-contents .shop-site-txt {
	background: #F9F9F9;
	border: 1px solid #C9C9C9;
	border-radius: 3px;
	width: 320px;
	display: block;
	margin: 0 auto;
	padding: 5px 5px;
	font-size: 13px;
}

.f-moreShopInfo .shopSite-contents .shopSite-check {
	color: #FB4EAB;
	font-weight: bold;
}

/* ==================================================
   出稼ぎ/人妻・熟女/未経験/体験入店 リニューアル
================================================== */
.f-specialContents {
    background: transparent;
    margin-bottom: 14px;
}

.f-specialContents .tabHead-list {
    margin-left: 7px;
}

.f-specialContents .tabHead-item {
    border-bottom: 1px solid #ccc;
	width: 136px;
}

.f-specialContents .yellow a {
	background-image: url("../../../img/user/pc/shop/pay1/kyuujin_off.png");
}

.f-specialContents .yellow:hover a, .f-specialContents .yellow.active a {
    background-image: url(../../../img/user/pc/shop/pay1/kyuujin_on.png);
}

.f-specialContents .orange a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-exp-off.png");
}

.f-specialContents .orange:hover a, .f-specialContents .orange.active a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-exp-on.png");
}

.f-specialContents .blue a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-workAway-off.png");
}

.f-specialContents .blue:hover a, .f-specialContents .blue.active a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-workAway-on.png");
}

.f-specialContents .purple a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-married-off.png");
}

.f-specialContents .purple:hover a, .f-specialContents .purple.active a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-married-on.png");
}

.f-specialContents .aqua a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-beginner-off.png");
}

.f-specialContents .aqua:hover a, .f-specialContents .aqua.active a {
	background-image: url("../../../img/user/pc/shop/pay1/tab-beginner-on.png");
}

.f-specialContents .spContents-mainImage {
    margin-bottom: 14px;
}

.f-specialContents .special_img {
	width: 672px;
	height: 288px;
	background-color: #FFF;
	position: relative;
}

.f-specialContents .specialContents-body .special_img img {
	max-width: 672px;
	max-height: 288px;
	width: auto;
	height: auto;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.f-specialContents .anno-head {
	width: auto;
	padding: 3px 8px 2px;
	background: #ffa9ce;
	border: 1px solid #ffd7e8;
	border-bottom: none;
	border-radius: 3px 0 0 0;
	color: #fff;
	text-align: center;
	font-size: 13px;
	float: left;
}

.f-specialContents .anno-body {
	padding: 7px 0 8px;
	border-top: 1px solid #ffd7e8;
	background: #fff6fa;
	clear: left;
}

.f-specialContents .anno-txt {
	padding-left: 10px;
	line-height: 1.5;
	text-shadow: 1px 1px 1px #fff;
	word-wrap: break-word;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
}

.f-specialContents .inner-block {
	margin-bottom: 16px;
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(231, 193, 201, 0.5);
}

/**
 * 体入・出稼ぎ・人妻・未経験
 */
.f-specialContents .experience .experience-icon {
	background: url(/assets/img/user/pc/shop/pay1/exp-ttl.png?20200422) left 20px center/40px 28px no-repeat #FF6E4B;
}

.f-specialContents .workAway .workaway-icon {
	background: url(/assets/img/user/pc/shop/pay1/workAway-ttl.png?20200422) left 22px center/35px 29px no-repeat #00B3F7;
}

.f-specialContents .married .married-icon {
	background: url(/assets/img/user/pc/shop/pay1/married-ttl.png?20200422) left 27px center/30px 35px no-repeat #A995FD;
}

.f-specialContents .begginer .begginer-icon {
	background: url(/assets/img/user/pc/shop/pay1/begginer-ttl.png?20200422) left 30px center/23px 30px no-repeat #6BB340;
}

.f-specialContents .experience .experience-icon,
.f-specialContents .workAway .workaway-icon,
.f-specialContents .married .married-icon,
.f-specialContents .begginer .begginer-icon {
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 31px;
	font-weight: bold;
	padding: 7px 10px 7px 70px;
}

.f-specialContents .experience .experience-icon::before,
.f-specialContents .workAway .workaway-icon::before,
.f-specialContents .married .married-icon::before,
.f-specialContents .begginer .begginer-icon::before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	background: #fff;
	width: 100%;
	height: 2px;
}

.f-specialContents .experience .experience-icon::after,
.f-specialContents .workAway .workaway-icon::after,
.f-specialContents .married .married-icon::after,
.f-specialContents .begginer .begginer-icon::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	background: #fff;
	width: 100%;
	height: 2px;
}

.f-specialContents .experience .experience-body {
    padding: 14px 13px 15px;
    border: 1px solid #ccc;
    background: #fff1f1;
    color: #888;
}

.f-specialContents .experience .inner-block-ttl {
	height: 30px;
	padding-left: 37px;
	background: #ffadbb no-repeat 7px center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.f-specialContents .experience .inner-block-contents {
	padding: 12px 11px;
}

.f-specialContents .experience .recruitStatus .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-heart.png");
}

.f-specialContents .experience .recruitStatus .red-tbl {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 15px;
	border: 1px solid #ff3155;
}

.f-specialContents .experience .recruitStatus .red-tbl th {
	background: #ff3155;
	color: #faf72e;
	border: 1px solid #fff;
	text-align: center;
	font-size: 13px;
}

.f-specialContents .experience .recruitStatus .red-tbl th.number {
	width: 118px;
}

.f-specialContents .experience .recruitStatus .red-tbl th.salary {
	width: 105px;
}

.f-specialContents .experience .recruitStatus .red-tbl th.warranty {
	width: 106px;
}

.f-specialContents .experience .recruitStatus .red-tbl td {
	padding: 10px 0 9px;
	border-left: 1px solid #ff3155;
	border-right: 1px solid #ff3155;
	text-align: center;
}

.f-specialContents .experience .red-tbl td:last-child {
	border-right: none;
}

.f-specialContents .experience .recruitStatus .red-tbl td.number {
	width: 78px;
}

.f-specialContents .experience .recruitStatus .red-tbl td.salary {
	width: 160px;
}

.f-specialContents .experience .recruitStatus .red-tbl td.warranty span {
	font-size: 16px;
	margin: 0;
}

.f-specialContents .experience .recruitStatus .red-tbl td span {
	margin-left: 7px;
	margin-right: 3px;
	color: #ff3155;
	font-size: 21px;
}

.f-specialContents .experience .green-tbl {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #38dab0;
}

.f-specialContents .experience .green-tbl th {
	width: 98px;
	padding: 12px 0 10px;
	background: #38dab0;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	font-size: 13px;
	text-shadow: 1px 1px 1px #00c491;
}

.f-specialContents .experience .green-tbl td {
	padding: 12px 0 10px;
	background: #fff;
	border-left: 1px solid #38dab0;
	border-right: 1px solid #38dab0;
	text-align: center;
}

.f-specialContents .experience .green-tbl td:last-child {
	border-right: none;
}

.f-specialContents .experience .necessary .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-bag.png");
}

.f-specialContents .experience .necessary-list {
	margin-top: 10px;
	overflow: hidden;
	line-height: 17px;
}

.f-specialContents .experience .necessary-list .necessary-item {
	width: 212px;
	margin: 0 1px 1px 0;
	padding: 1px;
	float: left;
	border: 1px solid #dce9e7;
	background: #fffff5;
	font-size: 15px;
}

.f-specialContents .experience .necessary-list .necessary-dl {
	width: 100%;
}

.f-specialContents .experience .necessary-list .necessary-head {
	width: 44px;
	position: relative;
}

.f-specialContents .experience .necessary-list .necessary-head:after {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	border-left: 1px dotted #dce9e7;
	position: absolute;
	top: 0;
	right: 2px;
}

.f-specialContents .experience .necessary-list .necessary-head img {
	position: relative;
	z-index: 5;
}

.f-specialContents .experience .necessary-list .necessary-body {
	border-right: 1px solid #f5f9f1;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0px 1px 1px #fff,0px 0px 1px #fff,1px 0px 1px #fff,0px -1px 1px #fff,-1px -1px 1px #fff,-1px 0px 1px #fff;
}

.f-specialContents .experience .desc-dl {
	line-height: 17px;
}

.f-specialContents .experience .desc-dl > * {
	display: inline-block;
}

.f-specialContents .experience .desc-dl .desc-head:after {
	content: "…";
	display: inline-block;
	margin-left: 3px;
}

.f-specialContents .experience .desc-dl .desc-body {
	margin-right: 8px;
}

.f-specialContents .experience .qanda {
	margin-bottom: 0;
}

.f-specialContents .experience .qanda .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-balloon.png");
}

.f-specialContents .experience .qanda .qanda-dl {
	margin-bottom: 12px;
	border: 1px solid #eaeaea;
	padding: 0 5px;
	border-radius: 2px;
}

.f-specialContents .experience .qanda .qanda-dl:last-child {
	margin-bottom: 0;
}

.f-specialContents .experience .qanda .qanda-head {
	min-height: 30px;
	padding-top: 17px;
	padding-bottom: 5px;
	padding-left: 47px;
	font-weight: bold;
	background: url("../../../img/user/pc/shop/pay1/icon-Q.png") no-repeat 5px 7px;
	border-bottom: 1px dashed #eaeaea;
	font-size: 16px;
	color: #67ade9;
}

.f-specialContents .experience .qanda .qanda-body {
	padding: 8px 5px 12px 47px;
	background: url("../../../img/user/pc/shop/pay1/icon-A.png") no-repeat 5px 7px;
	line-height: 1.5;
}

/* 出稼ぎ */
.f-specialContents .workAway .workAway-ttl img {
	position: relative;
	top: -2px;
}

.f-specialContents .workAway .workAway-body {
	padding: 14px 13px 0;
	margin-top: 0;
	background: url("../../../img/user/pc/shop/pay1/bg-workAway.png");
	border: 1px solid #cccccc;
}

.f-specialContents .workAway .spContents-mainImage {
	margin-bottom: 14px;
}

.f-specialContents .workAway .inner-block-ttl {
	height: 30px;
	padding-left: 38px;
	background: #71def3 no-repeat 7px center;
	color: #ffffff;
	line-height: 31px;
	font-size: 16px;
}

.f-specialContents .workAway .inner-block-contents {
	padding: 12px;
}

.f-specialContents .workAway .workAway-info .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-present.png");
}

.f-specialContents .workAway .vanilla-limited-dl {
	height: 35px;
	margin-bottom: 8px;
	background-image: url("../../../img/user/pc/shop/pay1/bg-vanillaLimited.png");
	overflow: hidden;
	line-height: 35px;
}

.f-specialContents .workAway .vanilla-limited-ttl {
	width: 250px;
	padding-left: 27px;
	float: left;
	clear: left;
}

.f-specialContents .workAway .vanilla-limited-contents, .f-specialContents .workAway .vanilla-limited-contents-special-treatment {
	padding-left: 260px;
	color: #502d00;
	font-size: 17px;
	line-height: 37px;
	text-shadow: 0px 1px 0px #fff8e7;
	word-wrap: break-word;
    word-break: break-all;
}

.f-specialContents .workAway .vanilla-limited-contents-special-treatment {
	font-size: 13.5px;
}

.f-specialContents .workAway .vanilla-limited-contents span {
	color: #ff7891;
	font-size: 20px;
	font-weight: bold;
}

.f-specialContents .workAway .anno-dl {
	margin-top: 15px;
}

.f-specialContents .workAway .anno-head {
	background: #5dcfff;
	border: 1px solid #beebff;
}

.f-specialContents .workAway .anno-body {
	border-top: 1px solid #beebff;
	background: #f7feff;
}

.f-specialContents .workAway .tbl-wrap {
	padding: 10px;
}

.f-specialContents .workAway .dormitory .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-dormitory.png");
}

.f-specialContents .workAway .dormitory .workAway-tbl {
	margin-bottom: 14px;
}

.f-specialContents .workAway .dormitory .workAway-tbl th {
	width: 93px;
}

.f-specialContents .workAway .merit .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-castle.png");
}

.f-specialContents .workAway .merit .workAway-tbl th {
	width: 100px;
}

.f-specialContents .workAway .merit .workAway-tbl td {
	padding: 12px;
	overflow: hidden;
}

.f-specialContents .workAway-tbl {
	width: 100%;
	border-top: 1px solid #dce5e9;
	border-left: 1px solid #dce5e9;
	word-break: break-all;
    word-wrap: break-word;
}

.f-specialContents .workAway-tbl th, .f-specialContents .workAway-tbl td {
	height: 33px;
	padding: 1px;
	border-right: 1px solid #dce5e9;
	border-bottom: 1px solid #dce5e9;
}

.f-specialContents .workAway-tbl th {
	width: 86px;
	background: #eafaff;
	box-shadow: 0 0 0 1px #fff inset;
	text-align: center;
}

.f-specialContents .workAway-tbl td {
	min-width: 74px;
	padding-left: 14px;
	background: #fff;
	line-height: 1.3;
}

.f-specialContents .workAway-tbl .p-imgWrap {
	width: 212px;
	height: 159px;
	float: right;
	border: 1px solid #dce5e9;
}

.f-specialContents .dormitory-list-content {
	overflow: hidden;
	width: 100%;
}

.f-specialContents .dormitory-list {
	width: auto;
    margin: auto;
    display: table;
}

.f-specialContents .dormitory-list li {
	padding-left: 20px;
}

.f-specialContents .dormitory-item {
	width: 196px;
	display: table-cell;
}

.f-specialContents .dormitory-img {
	height: 133px;
	border: 1px solid #dce5e9;
}

.f-specialContents .dormitory-txt {
	padding-top: 8px;
	color: #606060;
	font-size: 12px;
	line-height: 1.5;
	word-break: break-word;
}

/* 人妻・熟女 */
.f-specialContents .married .married-ttl img {
	position: relative;
	top: -3px;
}

.f-specialContents .married .inner-block:last-child {
	margin-bottom: 0;
}

.f-specialContents .married .inner-block-ttl {
	height: 30px;
	padding-left: 38px;
	background: #4c4994 no-repeat 7px center;
	color: #ffffff;
	line-height: 31px;
	font-size: 16px;
}

.f-specialContents .married .inner-block-contents {
	padding: 12px 11px 3px;
}

.f-specialContents .married .wanted .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-rose.png");
}

.f-specialContents .married .oneDay .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-time.png");
}

.f-specialContents .married .voice .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-comment.png");
}

.f-specialContents .married-body {
	padding: 15px 14px;
	margin-top: 0;
	background-image: url("../../../img/user/pc/shop/pay1/bg-married.png");
}

.f-specialContents .inner-married-dl,
.f-specialContents .inner-begginersVoice-dl {
	overflow: hidden;
}

.f-specialContents .inner-married-head,
.f-specialContents .inner-begginersVoice-head {
	min-width: 140px;
	height: 20px;
	padding: 0 8px;
	border-radius: 5px 0 0 0 / 3px 0 0 0;
	box-shadow: 1px 1px 0px 0px #eae8fa;
	text-align: center;
	line-height: 20px;
	float: left;
	color: #ffffff;
	font-size: 13px;
	position: relative;
	z-index: 5;
}

.f-specialContents .inner-married-head {
	background-color: #2a2c77;
	border: 1px solid #997cdd;
}

.f-specialContents .inner-begginersVoice-head {
	background-color: #74daba;
	border: 1px solid #6dd5b4;
}

.f-specialContents .inner-married-contents,
.f-specialContents .inner-begginersVoice-contents {
	padding-top: 22px;
	clear: left;
	position: relative;
}

.f-specialContents .inner-married-contents {
	border-top: 1px solid #faeeff;
	background: #fbf9ff;
	top: -10px;
}

.f-specialContents .inner-begginersVoice-contents {
	border-top: 1px solid #fff5f5;
	background: #fffbfb;
	top: -16px;
}

.f-specialContents .enrollment-table {
	width: 100%;
	border-top: 1px solid #e5deea;
	border-left: 1px solid #e5deea;
}

.f-specialContents .enrollment-table td, .f-specialContents .enrollment-table th {
	border-right: 1px solid #e5deea;
	border-bottom: 1px solid #e5deea;
	text-align: center;
	vertical-align: middle;
	width: 39px;
}

.f-specialContents .enrollment-table th {
	height: 39px;
	box-shadow: 0 0 0 1px #fff inset;
	background: #a3a0d4;
	color: #fff;
	font-size: 13px;
	text-shadow: 0px 1px 0px #fdf3ff;
	width: 58px;
}

.f-specialContents .enrollment-table td {
	background: #fff;
}

.f-specialContents .enrollment-table .off {
	background: #ebebeb;
	color: #cbcbcb;
}

.f-specialContents .conditions-list {
	overflow: hidden;
	padding-bottom: 3px;
	display: table;
	font-size: 0;
}

.f-specialContents .conditions-list .woman_seeking {
	border: 1px solid #777777;
	border-radius: 3px;
	background: #EBEBEB;
	color: #777777;
}

.f-specialContents .conditions-list .woman_seeking_active {
	border: 1px solid #2A2C76;
	border-radius: 3px;
	background: #FBF9FF;
	color: #2A2C76;
}

.f-specialContents .conditions-item {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0 4px 2px 0;
	vertical-align: middle;
	display: inline-table;
}
.f-specialContents .conditions-item:nth-child(6n) {
	margin-right: 0;
}

.f-specialContents .conditions-item span {
	width: 103px;
	display: table-cell;
	height: 40px;
	vertical-align: middle;
}

.f-specialContents .married-tbl {
	width: 100%;
	border-top: 1px solid #e5deea;
	border-left: 1px solid #e5deea;
	color: #606060;
	font-size: 13px;
}

.f-specialContents .married-tbl tr:last-child .income {
	background: url("../../../img/user/pc/shop/pay1/icon-sparkle.png") no-repeat right 4px center;
}

.f-specialContents .married-tbl tr:last-child .income span {
	background: #b56fff;
}

.f-specialContents .married-tbl tr:nth-child(2n) td {
	background: #fffdf8;
}

.f-specialContents .married-tbl th, .f-specialContents .married-tbl td {
	height: 32px;
	padding: 1px;
	border-right: 1px solid #e5deea;
	border-bottom: 1px solid #e5deea;
	box-shadow: 0 0 0 1px #fff inset;
	text-align: center;
}

.f-specialContents .married-tbl th {
	width: 120px;
	background: #edecfe;
}

.f-specialContents .married-tbl td {
	padding-left: 8px;
	background: #fff;
	line-height: 1.3;
}

.f-specialContents .married-tbl .income {
	width: 245px;
	padding-right: 23px;
	text-align: right;
	position: relative;
}

.f-specialContents .married-tbl .income span {
	display: inline-block;
	min-width: 100px;
	height: 24px;
	margin-top: -12px;
	border-radius: 4px;
	background-color: #c7b3f4;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 4px;
	top: 50%;
}

.f-specialContents .married-tbl .income em {
	margin-right: 4px;
	color: #ff9797;
	font-size: 18px;
	font-weight: bold;
}

.f-specialContents .voice-contents .p-imgWrap {
	float: left;
	border: 1px solid #e9dcdc;
	width: 120px;
	height: 157px;
}

.comment_bg{
	background-image:url("/assets/img/user/pc/shop/pay1/hitoduma/bg_wifeframe.png");
	background-size:523px 162px;
	background-repeat:no-repeat;
	width:523px;
	height:162px;
	float:right;
	display:inline-block;
}

.hitoduma_c_text{
	display:inline-block;
	width:510px;
	height:130px;
	margin-top: 15px;
	margin-left: 10px;
	vertical-align: text-top;
	text-align:left;
	overflow-y: auto;
	line-height:20px;
	word-wrap:break-word;
	word-break: break-all;
}

.mikeiken_earn_bg{
	background-image:url("/assets/img/user/pc/shop/pay1/mikeiken/bg_03text.png");
	background-size:523px 162px;
	background-repeat:no-repeat;
	width:523px;
	height:162px;
	float:right;
	display:inline-block;
}

.mikeiken_earn_text{
	display: inline-block;
    width: 504px;
    height: 130px;
    margin-top: 15px;
	margin-left: 10px;
    vertical-align: text-top;
    text-align: left;
    overflow-y: auto;
	line-height:20px;
	word-wrap: break-word;
	word-break: break-all;
}

/* ミニスクロールバー */
.hitoduma_c_text .jspTrack{
	background: #E8DFFF;
}
.hitoduma_c_text .jspDrag
{
	background: #BBA0EF;
}
.mikeiken_earn_text .jspTrack{
	background: #E6F8FF;
}
.mikeiken_earn_text .jspDrag
{
	background: #A7DAF6;
}

/* 未経験 */
.f-specialContents .begginer-body {
	margin-top: 0;
	padding: 15px 14px;
	background: url("../../../img/user/pc/shop/pay1/bg-begginer.png");
}

.f-specialContents .begginer-body .inner-block-ttl {
	height: 30px;
	padding-left: 38px;
	background: #7fe5df no-repeat 7px center;
	color: #ffffff;
	line-height: 31px;
	font-size: 16px;
}

.f-specialContents .begginer-body .inner-block-contents {
	padding: 12px 11px 20px;
}

.f-specialContents .begginer-body .welcome_text {
	padding: 12px 11px 8px;
}

.f-specialContents .begginer-body .vanilla-limited-dl {
	height: 35px;
	margin-bottom: 8px;
	background: url("../../../img/user/pc/shop/pay1/bg-vanillaLimited-pink.png") no-repeat;
	overflow: hidden;
	line-height: 35px;
}

.f-specialContents .begginer-body .vanilla-limited-ttl {
	width: 253px;
	height: 35px;
	padding-left: 27px;
	float: left;
	clear: left;
}

.f-specialContents .begginer-body .vanilla-limited-contents {
	padding-left: 278px;
	color: #502d00;
	font-size: 13.5px;
	line-height: 37px;
	text-shadow: 0px 1px 0px #fff8e7;
	word-break: break-all;
	word-wrap: break-word;
}

.f-specialContents .begginer-body .anno-head {
	background: #74daba;
	border: 1px solid #6dd5b4;
}

.f-specialContents .begginer-body .anno-body {
	border-top: 1px solid #6dd5b4;
	background: #f8fffe;
}

.f-specialContents .begginersPrivilege .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-present-blue.png");
}

/* ▼ QZIN-1692 未経験バニラ有料化 追記 ▼ ------------------*/
/*
● フレーム
.f-specialContents .recommend-point
.f-specialContents .interview-flow
.f-specialContents .first-report

● ユーティリティ
.u-text--bottomBorder__colorYellow
.u-text--colorPink
.u-allow-right
.u-button-colorGreen-large
*/

/* 共通 - utility */
.u-text--bottomBorder__colorYellow {
	font-weight: bold;
	position: relative;
	background: linear-gradient(transparent 70%, #fffab5 30%);
}

.u-text--colorPink {
	color: #FF5A98;
}

.u-text--colorPink-light {
	color: #FF92B8;
}

.u-allow-right {
	position: relative;
}

.u-allow-right::after {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 10px;
    border-color: transparent transparent transparent #74DABA;
    top: 50%;
    margin-top: -6px;
}

.u-button-colorGreen-large {
	display: block;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 0px #74DABA;
    border: 1px solid #74DABA;
    border-radius: 8px;
    font-size: 12px;
    color: #3ECC9F;
    text-align: center;
    line-height: 18px;
    padding: 9px 31px 8px 61px;
	position: relative;
	width: 370px;
	font-weight: bold;
}

.u-button-colorGreen-large::after {
	content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/assets/img/user/pc/shop/pay1/icon-phone-caution.svg) no-repeat;
    top: 8px;
    left: 35px;
}



/* .recommend-point のスタイル */
.f-specialContents .recommend-point .inner-block-contents:not(:last-child) {
    padding: 12px 11px 0;
}


.f-specialContents .recommend-point .inner-block-ttl {
	background-image: url(/assets/img/user/pc/shop/pay1/icon-recommend-point.svg);
}

.f-specialContents .recommend-point .recommend-point__list {
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
}

.f-specialContents .recommend-point .recommend-point__list .recommend-point__list__item {
	width:calc(25% - 3px);
	text-align:center;
	box-sizing:border-box;
	background: #F5FCF9;
	border-radius: 3px;
	border: 1px solid #74DABA;
	height:40px;
	line-height:40px;
	margin:0 3px 3px 0px;
	color:#3ECC9F;
	font-weight:bold;
}

.f-specialContents .recommend-point .recommend-point__list .recommend-point__list__item:nth-child(n+5) {
	margin-bottom: 0;
}

.f-specialContents .recommend-point .recommend-point-join {
	padding:10px;
	background-color: #b7ecdb;
    background-image:
   repeating-linear-gradient(-45deg,
   #d3f4e9, #d3f4e9 2.6px,
   transparent 0, transparent 5.2px);
}

 .f-specialContents .recommend-point .recommend-point-join .recommend-point-join-inner {
	 display:flex;
	 padding: 10px 78px 10px 78px;
	 background: #fff;
	 justify-content: space-between;
	 align-items: center;
	 border: 1px solid #FFF08F;
	}

.f-specialContents .recommend-point .recommend-point-join .join-inner__text {
	width: auto;
	font-size: 16px;
	font-weight: bold;
	color: #606060;
}

.f-specialContents .recommend-point .recommend-point-join .join-inner__text:nth-child(1) {
    display: flex;
    align-items: center;
	min-width: 160px;
}

.f-specialContents .recommend-point .recommend-point-join .join-inner__text:nth-child(2) {
	position: relative;
	left: 14px;
	min-width: 233px;
	display: flex;
	align-items: center;
}

.f-specialContents .recommend-point .recommend-point-join .join-inner__text .u-text-fontSize-large {
	font-size: 28px;
    padding-left: 4px;
	position: relative;
    top: -1px;
}

.f-specialContents .recommend-point .recommend-point-join .join-inner__text .u-text-fontSize-huge {
	font-size: 32px;
    padding-left: 5px;
}

.f-specialContents .recommend-point .recommend-point-join .u-allow-right::after {
	right: -39px;
	top: 38%;
}

.f-specialContents .recommend-point .recommend-point-join .u-text--bottomBorder__colorYellow::before {
	position: absolute;
    display: inline-block;
    content: "";
    width: 26px;
    height: 26px;
    background: url(/assets/img/user/pc/shop/pay1/icon-beginnermark.svg) no-repeat;
    left: -32px;
    bottom: 4px;
}



/* .interview-flow のスタイル */
.f-specialContents .interview-flow .inner-block-ttl {
	background-image: url(/assets/img/user/pc/shop/pay1/icon-interview-flow.svg);
}

.interview-flow-details {
	display: flex;
	align-items: flex-start;
}

.interview-flow-details .details-imgWrap {
	position: relative;
	top: -9px;
	padding-top: 40px;
	margin-right: 10px;
}

.interview-flow-details .details-imgWrap::before {
	position: absolute;
	display: inline-block;
	content: "";
	background: url(/assets/img/user/pc/shop/pay1/mikeiken/text-interview-flow-commet.svg) no-repeat;
    width: 115px;
    height: 33px;
	top: 3.5px;
	left: 0;
}

.interview-flow-details .details-imgWrap .details-img-item {
	border: 1px solid #74DABA;
	box-sizing: border-box;
	width: 110px;
    height: 130px;
}

.interview-flow-details .details-table {
	border-spacing: 0;
	margin: 0;
    border-collapse: collapse;
	color: #888888;
	width: 100%;
}

.interview-flow-details .details-table .details-table-row {
	width: 100%;
}

.interview-flow-details .details-table .details-table-row .details-table_th,
.interview-flow-details .details-table .details-table-row .details-table_td {
	border: 1px solid #DCE5E9;
}

.interview-flow-details .details-table .details-table-row .details-table_th {
	width: 98px;
	padding: 11px 0;
	text-align: center;
	background: #F3FCFB;
	height: 40px;
}

.interview-flow-details .details-table .details-table-row .details-table_td {
	width: 170px;
	padding: 0px 6px;
	line-height: 14px;
    letter-spacing: -0.1px;
}

.interview-flow-details .details-table .details-table-row-large .details-table_td {
	padding-top: 8px;
	padding-bottom: 8px;
}

.interview-flow-details .details-table .details-table-row .details-table_td .details-table_td--contents {
	border-top:1px dotted #CCCCCC;
	padding-top: 6px;
	margin-top: 6px;
	line-height: 18px;
}


.interview-flow-main {
	margin-top: 22px;
}

.interview-flow-main .interview-step-list__inner {
	position: relative;
	border-top: 2px solid #E7C1C980;
	margin-bottom: 23px;
}

.interview-flow-main .interview-step-list__inner::before {
	position: absolute;
	content: "";
	background: url(/assets/img/user/pc/shop/pay1/mikeiken/ttl-interview-flow-step1.svg) no-repeat;
	top: -5.8px;
	left: 0;
	width: 46px;
	height: 46px;
	z-index: 1;
}

.interview-flow-main .interview-step-list:nth-of-type(2) .interview-step-list__inner:before {background: url("/assets/img/user/pc/shop/pay1/mikeiken/ttl-interview-flow-step2.svg") no-repeat;}
.interview-flow-main .interview-step-list:nth-of-type(3) .interview-step-list__inner:before {background: url("/assets/img/user/pc/shop/pay1/mikeiken/ttl-interview-flow-step3.svg") no-repeat;}
.interview-flow-main .interview-step-list:nth-of-type(4) .interview-step-list__inner:before {background: url("/assets/img/user/pc/shop/pay1/mikeiken/ttl-interview-flow-step4.svg") no-repeat;}
.interview-flow-main .interview-step-list:nth-of-type(5) .interview-step-list__inner:before {background: url("/assets/img/user/pc/shop/pay1/mikeiken/ttl-interview-flow-step5.svg") no-repeat;}

.interview-flow-main .interview-step-list__title {
	font-size: 16px;
	line-height: 18px;
    margin-bottom: 14px;
    margin-top: 11px;
	margin-left: 57px;
	display: inline-block;
	color: #606060;
}

.interview-flow-main .interview-step-list__text {
	line-height: 18px;
}

.interview-flow-main .interview-flow-bottom {
	margin-bottom: 16px;
    text-align: center;
}

.interview-flow-bottom .u-button-colorGreen-large {
	width: 370px;
}

/* .first-report のスタイル */
.f-specialContents .first-report .inner-block-ttl {
	background-image: url(/assets/img/user/pc/shop/pay1/icon-report-blue.svg);
}

.firstreport-detail-body:not(:last-child) {
	margin-bottom: 15px;
}

.firstreport-detail-body .detail-inner-ttl {
	font-size: 13px;
	font-weight:normal;
	color: #606060;
	position:relative;
	border-bottom: 1px solid #97E3CB;
	line-height:18px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.firstreport-detail-body .detail-inner-ttl span {
	font-size: 14px;
	font-weight:bold;
}

.firstreport-detail-body .detail-inner-ttl::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(/assets/img/user/pc/shop/pay1/icon-greenharf-heart.svg) no-repeat;
	left: 0;
}

.firstreport-detail-body .font-color-yel {
	color: #FFFA72;
}

.firstreport-detail-body .font-color-pink {
	color: #FF5A98;
}

.firstreport-detail-body .font-size-large {
	font-size: 20px;
	font-weight: bold;
}

.detail-inner-main {
	display: flex;
	justify-content: space-between;
	margin-top: 9px;
}


.detail-inner-main .detail-inner-left {
	margin-right: 10px;
}

.detail-inner-main .detail-inner-right {
	width: 100%;
}

.detail-inner-main .img-area .img-item {
	width: 108px;
    height: 135px;
}

.detail-inner-main .detail-inner-table{
	width: 100%;
	border-radius: 5px;
	border-collapse: collapse;
	overflow: hidden;
	height: 53px;
	border: 1px solid;
	margin-bottom: 8px;
}

.detail-inner-main .detail-inner-table-th,
.detail-inner-main .detail-inner-table-td {
	text-align: center;
	font-weight: bold;
}


.detail-inner-main .detail-inner-table-th,
.detail-inner-main .detail-inner-table-td {
	text-align: center;
	font-weight: bold;
	box-sizing: content-box;
}

.detail-inner-main .detail-inner-table-th.border-no,
.detail-inner-main .detail-inner-table-td.border-no {
	border: none;
}

.detail-inner-main .detail-inner-table-th{
	color: #fff;
	background-color: #74DABA;
	height: 20px;
	border-right: 2px solid #fff;
}

.detail-inner-main .detail-inner-table-td{
	color: #606060;
 	background-color: #FFF7E8;
 	font-size: 16px;
	border-right: 2px solid #fff;
	border-top: none;
}

.detail-inner-main .inner-bottom-ttl {
	font-size:14px;
	color: #3ECC9F;
	font-weight:bold;
	position:relative;
	padding-left: 16px;
	margin-bottom: 3px;
	line-height: 16px;
}

.detail-inner-main .inner-bottom-ttl .inner-bottom-ttl-text {
	background: #fff;
}

.detail-inner-main .inner-bottom-ttl::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(/assets/img/user/pc/shop/pay1/icon-green-mic.svg) no-repeat;
	left: 0;
	top: -1px;
}

.detail-inner-main .inner-bottom-ttl::after{
	content: "";
	display: inline-block;
	position: absolute;
	height:16px;
	line-height:16px;
	background: url(/assets/img/user/pc/shop/pay1/border-green-dot.svg) repeat-x;
	width: 398px;
	right: 0;
	top: 6px;
}

.detail-inner-main .inner-bottom-text {
	line-height:18px;
	color: #606060;
}



/* ▲ QZIN-1692 未経験バニラ有料化 追記 ▲ ------------------*/

.f-specialContents .reason .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-flower.png");
}

.f-specialContents .reason .reason-item-ttl {
	height: 25px;
	padding-left: 14px;
	margin-bottom: 10px;
	background: url("../../../img/user/pc/shop/pay1/icon-heart-white.png") no-repeat #74daba 5px center;
	box-shadow: 0px 1px 0px 0px #e1f9f2;
	line-height: 26px;
	color: #ffffff;
	font-size: 15px;
}

.f-specialContents .reason .reason-item-ttl span {
	margin-right: 17px;
	color: #57a399;
	font-size: 12px;
	position: relative;
	top: -1px;
}

.f-specialContents .reason .reason-item-contents {
	width: 100%;
	padding-bottom: 15px;
}

.f-specialContents .reason .p-imgWrap {
	width: 204px;
	padding-top:174px;
	border: 1px solid #e9dcdc;
}

.f-specialContents .reason .reason-txt-wrap {
	border-left: 15px solid transparent;
	vertical-align: top;
}

.f-specialContents .reason .reason-txt {
	padding: 5px 5px 3px 8px;
	background-color: #fffff7;
	border-bottom: 1px solid #ede2e2;
	color: #787272;
	line-height: 22px;
	text-shadow: 0px 1px 0px #ffffff;
	word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
	min-height: 165px;
}

.f-specialContents .begginersVoice .inner-block-ttl {
	background-image: url("../../../img/user/pc/shop/pay1/icon-calculator.png");
}

.f-specialContents .begginersVoice .voice-contents {
	background-image: url("../../../img/user/pc/shop/pay1/bg-beginnersVoice.png");
}

.f-specialContents .inner-block-ttl {
    height: 30px;
    padding-left: 37px;
    background: #ffadbb no-repeat 7px center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}

.f-specialContents .inner-block-contents {
    padding: 12px 11px;
    background: #fff;
}

.f-specialContents .qanda .qanda-body div {
    padding-right: 20px;
    padding-bottom: 10px;
    width: 590px;
    line-height: 17px;
    min-height: 35px;
    word-wrap: break-word;
    word-break: break-all;
}

/* ==================================================
   サブタイトル
================================================== */
.shop-subTitle {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin: 0 0 11px;
}

.shop-subTitle::before {
	content: "";
	background: url("/assets/img/user/pc/shop/message/ico-vaniko.svg") left top / 100% auto no-repeat;
	width: 72px;
	height: 72px;
	margin: 0 19px 0 0;
}

.shop-subTitle .subTitle-popup {
	display: block;
	position: relative;
	border-radius: 13px;
	background: #FFEEA8;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #2F2F2F;
	width: 600px;
	padding: 13px 20px;
}

.shop-subTitle .subTitle-popup::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -13px;
	border-top: 7px solid transparent;
	border-right: 13px solid #FFEEA8;
	border-bottom: 7px solid transparent;
	margin: -7px 0 0;
}

.backTop-btn {
	width: 300px;
	margin: 20px auto;
}

.backTop-btn a {
	display: block;
	border-radius: 47px;
	border: 2px solid #FB7AB9;
	text-align: center;
	padding: 10px 0;
}

.backTop-btn span {
	display: inline-block;
	position: relative;
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
	color: #FB7AB9;
	padding: 0 0 0 34px;
}

.backTop-btn span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: 2px solid #FB7AB9;
	border-left: 2px solid #FB7AB9;
	width: 8px;
	height: 8px;
	margin: -6px 0 0;
}

/* ==================================================
   お店からのメッセージ リニューアル
================================================== */
.f-shopMessage {
    margin-bottom: 11px;
}

.f-shopMessage .shopMessage-head {
    padding: 4px 0 1px 3px;
    background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
}

.f-shopMessage .shopMessage-body {
    padding: 10px 6px 10px;
    border: 1px solid #ccc;
    border-top: none;
    line-height: 1.5;
    background-color: #fff;
    word-wrap: break-word;
    word-break: break-all;
}

.f-shopMessage .shopMessage-body p {
	color: #888;
    margin-bottom: 20px;
}

.b-plan .f-shopMessage .shopMessage-head {
	background: url("../../../img/user/pc/common/bg-blue-stripe.png");
}

.c-plan .f-shopMessage .shopMessage-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

.free .f-shopMessage .shopMessage-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

/* ==================================================
   応募方法 リニューアル
================================================== */
.f-application {
    margin-bottom: 11px;
}

.f-application .application-head {
    padding: 4px 0 1px 3px;
    background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
	font-size: 12px;
}

.f-application .application-body {
    padding: 10px 6px 8px;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-top: none;
    position: relative;
}

.f-application .interview-wrap {
    padding: 0 6px 0 4px;
    background: #fff;
    position: absolute;
    bottom: 14px;
    right: 8px;
	box-sizing: content-box;
}

.d-plan.f-application .interview-wrap {
	z-index: 1;
	bottom: 2px;
	right: 0px;
}

.f-application .interview-body {
    margin-top: -3px;
    padding: 4px 7px;
    border: 1px solid #f4d8f4;
    background: #fef4fe;
}

.f-application .interview-body .p-imgWrap {
    width: 83px;
    padding-top: 110px;
}

.f-application .interview-body .p-imgWrap img {
    border: 1px solid #f4d8f4;
}

.f-application .interview-body .comment-area {
    width: 127px;
    padding-left: 7px;
    vertical-align: top;
}

.f-application .interview-body .comment {
	color: #888;
    max-height: 108px;
    padding: 14px 5px 14px 12px;
    margin-top: 2px;
    border-radius: 5px;
    background: #fff;
    line-height: 1.38;
    overflow: hidden;
    box-shadow: 0px 1px 0px 0px #f2d4f2;
}

.f-application .interview-body .comment span {
	display: block;
}

.f-application .application-tbl {
    width: 685px;
    table-layout: fixed;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #888;
}

.f-application .application-tbl .saiyonotel {
	margin-top: 8px;
    margin-bottom: 3px;
}

.f-application .application-tbl th, .f-application .application-tbl td {
	height: 40px;
	line-height: 1.3;
	border-bottom: 1px dashed #ccc;
	vertical-align: middle;
}

.f-application .application-tbl th {
	width: 140px;
	background: #ffecf4;
	text-align: center;
}

.f-application .application-tbl td {
	padding: 10px 0 10px 20px;
}

.f-application .application-tbl td .time {
	font-size: 12px;
	line-height: 23px;
}

.f-application .application-tbl td .time span {
	display: inline-block;
	width: 106px;
	height: 23px;
	margin-right: 8px;
	border-radius: 3px;
	text-align: center;
	background: #5fc2ff;
	color: #fff;
	font-size: 12px;
}

.f-application .application-tbl td .telNum {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	top: 2px;
}

.tel_btn {
	width: 270px;
	height: 36px;
	margin-top: 4px;
	font-size: 18px;
	font-weight: bold;
	background-color: #F59192;
	-webkit-box-shadow: 0 3px 0 0 #FF7E7E;
	box-shadow: 0 3px 0 0 #FF7E7E;
	color: #fff;
	border-radius: 6px;
}
.tel_btn.free {
	margin-top: 1px;
}
.tel_btn .wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tel_btn .wrapper .icon {
	margin: 0 16px 0 0;
}

.f-application .application-tbl tr.appli-webtel th {
    padding: 18px 0 14px;
}

.f-application .application-tbl tr.appli-webtel th img {
    margin-bottom: 10px;
}

.f-application .application-tbl tr.appli-webtel td {
	padding-top: 0;
	padding-bottom: 12px;
	overflow: hidden;
	position: relative;
}

.f-application .application-tbl tr.appli-webtel > img {
	margin-bottom: 10px;
}

.f-application .application-tbl .about-secretTel {
    display: block;
    width: 120px;
    height: 22px;
    margin: 0 auto;
    padding-left: 22px;
    background: #ffa9ce url("/assets/img/user/pc/shop/pay1/icon-question-circle.png") 4px center no-repeat;
    border-radius: 4px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
}

.f-application .application-tbl .about-secretTel:hover {
	opacity: 0.7;
	cursor: pointer;
}

.f-application .application-tbl tr:last-child th, .f-application .application-tbl tr:last-child td {
	border-bottom: none;
}

.f-application .application-tbl tr.is_interview {
	height:80px;
}

.f-application .telWrap {
    margin-bottom: 8px;
}

.f-application .telWrap .input-tel {
    width: 64px;
    height: 23px;
    padding-left: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 0px 0px #f3f3f3;
    color: #888;
}

.f-application .telWrap span {
    margin: 0 5px 0 4px;
}

.f-application .telWrap .text {
	position: relative;
	top: 2px;
}

.f-application .telWrap input[type=checkbox] {
    /*display: none;*/
    vertical-align: middle;
}

.f-application .telWrap .check {
    position: relative;
    display: inline-block;
    width: 3px;
    height: 11px;
}

.f-application .telWrap .check:before {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    content: "";
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 3px 0px 0px #f3f3f3;
}

.f-application .telWrap input:checked + .check::after {
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #090;
    border-bottom: 2px solid #090;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    box-sizing: border-box;
}

.f-application .radioWrap {
    margin-bottom: 6px;
}


.f-application .radioWrap input[type="radio"] {
    /*display: none;*/
    vertical-align: middle;
}

.f-application .radioWrap input[type="radio"]:checked + label:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #5b5a5b;
	border-radius: 100%;
}

.f-application .radioWrap .design-radio {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 3px 3px 19px;
    cursor: pointer;
}

.f-application .radioWrap .design-radio:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.f-application .selectWrap {
	margin-right: 14px;
	float: left;
}

.f-application .selectWrap > label {
    position: relative;
    top: 1px;
}

.f-application .selectWrap select {
	border: 1px solid #ccc;
	box-shadow: 0px 3px 0px 0px #f3f3f3;
	color: black;
    width: 110px;
    height: 23px;
    color: #888;
	font-size: 12px;
}

.f-application .selectWrap span {
    margin: 0 5px 0 4px;
}

.f-application .naisyo_submit {
	display: block;
	float:left;
	width: 93px;
	height: 22px;
	color: #fff;
	background: #ff2f9a;
	border-radius: 2px;
	border-bottom: 1px solid #ff1c7b;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

.b-plan .f-application .application-head {
	padding: 5px 0 4px 3px;
	background: url("../../../img/user/pc/common/bg-blue-stripe.png");
}

.c-plan .f-application .application-head {
	padding: 5px 0 4px 3px;
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}


/* ==================================================
   メールフォームから応募・お問い合わせ リニューアル
================================================== */
.f-applicationForm {
	margin-bottom: 12px;
}

.f-applicationForm .applicationForm-head {
	padding: 3px 0 3px 3px;
	background: url("../../../img/user/pc/common/bg-pink-stripe.png");
	font-size: 12px;
}

.f-applicationForm .applicationForm-body {
	padding: 10px 5px 28px;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #f6f6f6;
}

.f-applicationForm .form-tbl {
	width: 685px;
	table-layout: fixed;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #888;
	margin-bottom: 25px;
}

.f-applicationForm .form-tbl th, .f-applicationForm .form-tbl td {
	height: 40px;
	line-height: 1.3;
	border-bottom: 1px dashed #ccc;
	vertical-align: middle;
}

.f-applicationForm .form-tbl th {
	width: 140px;
	background: #ffecf4;
	text-align: center;
}

.f-applicationForm .form-tbl th .require {
	display: inline-block;
	width: 30px;
	margin-right: 1px;
	background: #ff2f9a;
	font-size: 10px;
	color: #fff;
	position: relative;
	top: -1px;
}

.f-applicationForm .form-tbl th .optional {
	display: inline-block;
	width: 30px;
	margin-right: 1px;
	background: #a5a5a5;
	font-size: 10px;
	color: #fff;
	position: relative;
	top: -1px;
}

.f-applicationForm .form-tbl td {
	padding: 10px;
}
.f-applicationForm .form-tbl :placeholder-shown
 {
    color: #a6a6a6;
 }
.f-applicationForm .form-tbl ::-moz-placeholder {
	color: #a6a6a6; opacity: 1;
}
.f-applicationForm .form-tbl :-ms-input-placeholder {
	color: #a6a6a6;
}
.f-applicationForm .form-tbl td input[type=text] {
	width: 100%;
	height: 30px;
	margin-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 0px 0px #f3f3f3;
	color: #888;
}

.f-applicationForm .form-tbl td input[type=radio] {
	width:30px;
	vertical-align: middle;
	cursor: pointer;
}

.f-applicationForm .form-tbl label.oubo_type_name {
	display:inline-block;
	margin-right:30px;
	cursor: pointer;
}

.f-applicationForm .form-tbl .oubo_contact {
	border-bottom-style: none;
}

.f-applicationForm .form-tbl td #oubo_email_address {
	width: 50%;
}

.f-applicationForm .form-tbl td #oubo_email_domain {
	width: 40%;
}

.f-applicationForm .form-tbl td .reception-accordion {
	font-size: 12px;
	margin-top: 12px;
}

.f-applicationForm .form-tbl td .reception-ttl {
	color: #79c6ed;
	line-height: 16px;
	text-align: left;
	padding-bottom: 4px;
}

.f-applicationForm .form-tbl td .reception-ttl span {
	padding: 0 16px;
	text-decoration: underline;
	cursor: pointer;
	background-image: url("/assets/img/user/pc/shop/pay1/ico-oubo_exclamation.svg"), url("/assets/img/user/pc/shop/pay1/ico-oubo_accordion_open.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
}

.f-applicationForm .form-tbl td .reception-ttl.is-active span {
	background-image: url("/assets/img/user/pc/shop/pay1/ico-oubo_exclamation.svg"), url("/assets/img/user/pc/shop/pay1/ico-oubo_accordion_close.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
}

.f-applicationForm .form-tbl td .reception-detail {
	line-height: 16px;
}

.f-applicationForm .form-tbl td .reception-detail a {
	display: inline-block;
	background: url("/assets/img/user/pc/shop/pay1/ico-oubo_link.svg") right center/1.2rem auto no-repeat;
	color: #79c6ed;
	text-decoration: underline;
	padding-right: 18px;
	margin-top: 4px;
}

.f-applicationForm .form-tbl td input[type=text].error,
.f-applicationForm .form-tbl td input[type=email].error,
.f-applicationForm .form-tbl td select.error {
	background: #feeff6;
	border-color: #ff3155;
}

.f-applicationForm .form-tbl td input[type=text].is-error,
.f-applicationForm .form-tbl td select.is-error{
	background: #feeff6;
	border-color: #ff3155;
}

.f-applicationForm .form-tbl td select {
	height: 30px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 0px 0px #f3f3f3;
	color: #888;
}

.f-applicationForm .form-tbl td textarea {
	width: 100%;
	height: 200px;
	padding-top: 3px;
	padding-left: 5px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 0px 0px #f3f3f3;
	resize: none;
	color: #888;
}

.f-applicationForm .form-tbl td .anno-txt {
	font-size: 13px;
	color: #ccc;
}

.f-applicationForm .form-tbl td .adult-warning {
	font-weight: bold;
	color: #F32F9B;
}

.f-applicationForm .form-tbl td .error-txt {
	color: #ff3155;
}

.f-applicationForm .form-tbl td.oubo_contact input[type="radio"] {
	display: none;
}

.f-applicationForm .form-tbl td.oubo_contact input[type="radio"]:checked + label:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 9px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background: #5b5a5b;
	border-radius: 100%;
	z-index: 10;
}

.f-applicationForm .form-tbl td.oubo_contact .labelWrap:before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: #f3f3f3;
	position: absolute;
	margin-left: 1px;
}

.f-applicationForm .form-tbl td .design-radio {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 35px;
	cursor: pointer;
	font-size: 15px;
	width :40%;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 0px 0px #f3f3f3;
}

.f-applicationForm .form-tbl td .design-radio:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 5px;
	width: 14px;
	height: 14px;
	margin-top: -9px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
	z-index: 5;
}

.f-applicationForm .form-tbl td .red span {
	color: #ff3155;
	font-size: 12px;
}

.f-applicationForm .form-tbl td .blue span {
	color: #2f92fa;
	font-size: 12px;
}

.f-applicationForm .form-tbl .about-secretMail {
	display: block;
	width: 125px;
	height: 22px;
	margin: 3px auto 0;
	padding-left: 22px;
	background: #ffa9ce url("../../../img/user/pc/shop/pay1/icon-question-circle.png") 4px center no-repeat;
	border-radius: 4px;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}

.f-applicationForm .form-tbl .about-secretMail:hover {
	opacity: 0.7;
	cursor: pointer;
}

.f-applicationForm .form-tbl tr:last-child th, .f-applicationForm .form-tbl tr:last-child td {
	border-bottom: none;
}

.f-applicationForm .form-tbl .balloon {
	display: inline-block;
	height: 22px;
	/* margin-left: 15px; */
	margin-bottom: 14px;
	padding: 0 7px 0 28px;
	background: #f3f3f3 no-repeat 7px center;
	border: 1px solid #e9e9e9;
	line-height: 22px;
	text-shadow: 1px 1px 1px #fff;
	box-shadow: 0px 1px 0px 0px #f3f3f3;
	position: relative;
}


.f-applicationForm .form-tbl .lock {
	background-image: url("../../../img//user/pc/shop/pay1/icon-lock.png");
}

.f-applicationForm .form-tbl .mail {
	background-image: url("../../../img//user/pc/shop/pay1/icon-mail.png");
	background-position: 4px center;
}

.f-applicationForm .form-tbl th.fix_pos {
	vertical-align: baseline;
	padding-top: 70px;
}

.f-applicationForm .form-tbl label.oubo_id_card {
	display:block;
	float:left;
	width: auto;
	margin:5px 19px 5px 0px;
	cursor: pointer;
}
.f-applicationForm .form-tbl label.oubo_id_card.other {
	margin:5px 5px 5px 0px;
}

.f-applicationForm .form-tbl #oubo_id_cards_text {
	width: 419px;
	height: 20px;
	margin-top:2px;
}

.f-applicationForm .form-tbl .info-id-cards a {
	display: inline-block;
	background-image: url(/assets/img/user/pc/shop/pay1/ico-oubo_question.svg), url(/assets/img/user/pc/shop/pay1/ico-oubo_link.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: left 0, right 0;
	font-size: 12px;
	color: #79c6ed;
	text-decoration: underline;
	cursor: pointer;
	line-height: 16px;
	margin-top: 6px;
	padding: 0 16px;
}

.f-applicationForm .form-tbl #oubo_hope_tainyu_area select {
	width: 215px;
}

.f-applicationForm .form-tbl .oubo_interview_wrap li{
	padding-bottom: 5px;
}

.f-applicationForm .form-tbl .oubo_interview_wrap li select{
	width:110px;
}
.f-applicationForm .form-tbl .oubo_interview_wrap li input[type=text]{
	width:130px;
}
.f-applicationForm .form-tbl .oubo_interview_wrap li input[type=text]:disabled
, .f-applicationForm .form-tbl .oubo_interview_wrap li input[type=text]:disabled::-webkit-input-placeholder{
	color: #CCCCCC;
}
.f-applicationForm .form-tbl .oubo_interview_wrap li input[type=text]:disabled::-moz-placeholder{
	color: #CCCCCC;
}
.f-applicationForm .form-tbl .oubo_interview_wrap li input[type=button]{
	width:70px;
	height:30px;
	background-color: #6ED1E1;
	border: none;
	border-radius: 3px;
	color: white;
	border-bottom: 3px solid;
	border-color: #259FB3;
}
.f-applicationForm .form-tbl .oubo_interview_wrap li input[type=button]:disabled{
	background-color: #E1E1E1;
	border-color: #E1E1E1;
	border-bottom: 3px solid;
	border-color: #A1A1A1;
}

.f-applicationForm .form-tbl .oubo_interview_title{
	padding-right: 10px;
}

.f-applicationForm .form-tbl .oubo_interview_date_other_row{
	padding-top: 5px;
}

.f-applicationForm .form-tbl label.oubo_wish_work,
.f-applicationForm .form-tbl label.oubo_provision {
	display:block;
	float:left;
	width: 120px;
	margin:5px 0px 5px 0px;
	cursor: pointer;
}

.f-applicationForm .form-tbl div.oubo_wish_work_other {
	width: 500px;
	float: left;
}

.f-applicationForm .form-tbl label.oubo_wish_work.other {
	width: 70px;
}

.f-applicationForm .form-tbl #oubo_wish_work_text {
	width: 400px;
	height: 20px;
	margin-top:2px;
}

.f-applicationForm .form-tbl #oubo_wish_work_text_err {
	float:left;
}

.f-applicationForm .form-tbl label input[type=checkbox] {
	margin:0px 5px 0px 5px;
	vertical-align: middle;
	cursor: pointer;
}

.f-applicationForm .applicationForm-body .inputAlert-head {
	margin:auto;
	width: 70%;
	height: 28px;
	padding-left: 34px;
	background: #ff7373 url("../../../img/user/pc/shop/pay1/icon-alert.png") no-repeat 6px center;
	color: #fff;
	font-size: 13px;
	line-height: 29px;
}

.f-applicationForm .applicationForm-body .inputAlert-body {
	width: 70%;
	margin:auto;
	padding: 5px 7px 6px 7px;
	border: 1px solid #ff7373;
	font-size: 11px;
	line-height: 1.56;
}

.f-applicationForm .inputAlert-body a {
	font-size: 12px;
}

.f-applicationForm .caution_form-wrap {
	background-color: #fffeec;
	font-size: 12px;
	text-align: center;
	margin: 0 17px;
}

.f-applicationForm .caution_form-wrap .main-txt {
	font-weight: bold;
	line-height: 18px;
	padding-top: 15px;
}

.f-applicationForm .caution_form-wrap .sub-txt {
	line-height: 15px;
	margin: 5px 0 0;
	padding-bottom: 12px;
}

.f-applicationForm .caution_detail {
	color: #ff448a;
}

.f-applicationForm .btnWrap {
	padding-top: 30px;
	text-align: center;
}

/* 会員バナー */
.f-applicationForm div.mypage-cp {
	text-align: center;
	margin-bottom: 10px;
}

.f-applicationForm div.mypage-cp > a > img {
	width: 90%;
}

.b-plan .f-applicationForm .applicationForm-head {
	background: url("../../../img/user/pc/common/bg-blue-stripe.png");
}

.c-plan .f-applicationForm .applicationForm-head {
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
}

/* 応募バックレ対策テキスト */
.f-applicationForm .apply-alert-txt {
	text-align: center;
	color: #FF74C3;
	line-height: normal;
	margin-bottom: 10px;
}

.f-applicationForm .apply-alert-txt .apply-underline-alert-txt {
	text-decoration: underline;
}

/* ==================================================
    バニキシャ リニューアル
================================================== */
.vanikisya-inner h3 {
	font-size: 12px;
}

.fixedColumn {
	position: absolute;
	right: -295px;
	float: right;
	top: 0;
	z-index: 20;
}

.f-vanikisya {
    width: 290px;
    background: #fff;
	margin-bottom: 15px;
}

.f-vanikisya .vanikisya-head {
    padding: 4px 6px;
    background: url("/assets/img/user/pc/common/bg-yellow-stripe.png");
	font-size: 12px;
}

.f-vanikisya .vanikisya-body {
    padding: 9px 4px 0;
    border: 1px solid #ccc;
    top: 50%;
    right: 50%;
}

.f-vanikisya .vanikisya-inner-body {
    padding-top: 6px;
}

.f-vanikisya .vanikisya-inner-item {
    margin-bottom: 14px;
}

.f-vanikisya .p-imgWrap {
    display: block;
    height: 180px;
    background: #000;
	position: relative;
}

.f-vanikisya .recruit-movie-sec {
	position: relative;
}

.f-vanikisya .p-imgWrap .time {
	background: rgba(0, 0, 0, 0.8);
  	color: #fff;
  	width: 43px;
  	height: 15px;
	line-height: 15px;
	text-align: center;
	position: absolute;
  	right: 0;
  	bottom: 0;
}

.f-vanikisya video:hover + .time {
	display: none;
}

.f-vanikisya .vanikisya-inner-contents {
    padding: 8px 0 0;
}

.f-vanikisya .contents-ttl {
    padding-left: 20px;
    background: url("/assets/img/user/pc/common/icon-tri-yellow.png") no-repeat 1px 2px;
    font-size: 15px;
    line-height: 1.2;
}

.f-vanikisya .trunk8_2 {
	color: #79c6ed;
    display: block;
	word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.f-vanikisya .contents-txt {
    margin: 0 2px;
    padding: 4px 0 12px;
    border-bottom: 1px dashed #cccccc;
    color: #888;
    line-height: 1.3;
}

.f-vanikisya .vanikisya-inner:last-child .vanikisya-inner-body:last-child .contents-txt {
	border-bottom: none;
    padding: 4px 0 0px;
}

.f-vanikisya .girls .contents-ttl span {
    color: #ff57a6;
}

.f-vanikisya .vanikisya-toggle-wrap {
	overflow: hidden;
	height: 0;
}

.f-vanikisya .vanikisya-toggle-btn {
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin: 0 auto 20px;
}

.f-vanikisya .vanikisya-toggle-btn span {
	position: relative;
	font-weight: bold;
	color: #00B3F7;
	padding: 0 15px 0 0;
}

.f-vanikisya .vanikisya-toggle-btn span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	transition: ease 0.5s;
	border-top: 7px solid #00B3F7;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.f-vanikisya .vanikisya-toggle-btn.is-active span::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.saiyo_provision_box{
	width:590px;
	/width:588px;
}
.saiyo_provision_box_title{
	width:309px;
	height:16px;
	margin-top:0px;
	margin-bottom:10px;
}
.saiyo_provision{
	width:95px;
	height:26px;
	margin:0px 3px 3px 0px;
	float:left;
}

.saiyo_provision img:hover{
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter:"alpha( opacity=50 )";
    cursor:pointer;
}


.official_url{
	margin-top:2px;
	width:430px;
}
.official_url_row{
	margin-top:2px;
	width:256px;
}

.pay1_oubo_text,.pay1_line_text{
	/width:250px;
	background-color:#FFFFFF;
	border-top:2px solid #d0e8b6;
	text-align:left;
	color:#434343;
	padding: 0 0 0 10px;
	word-break:break-all;
	word-wrap: break-word;
}

.pay1_oubo_text a:link,
.pay1_line_text a:link{
	color:#018BD4;
	text-decoration:none;
}
.pay1_oubo_text a:visited,
.pay1_line_text a:visited{
	color:#67B8FC;
	text-decoration:none;
}
.pay1_oubo_text a:hover,
.pay1_line_text a:hover{
	text-decoration:underline;
}
.pay1_oubo_text a:active,
.pay1_line_text a:active{
	color:#67B8FC;
}

/* 応募フォーム  */
.multioubo_element{
	width:750px;
	font-size:12px;
	line-height:12px;
	margin-top:7px;
}
.multioubo_element_safari{
	width:750px;
	font-size:12px;
	line-height:12px;
	margin-top:10px;
}
.multioubo_element_big_img{
	margin-top:15px;
	margin-bottom:30px;
}

.oubo_element_img{
	margin-bottom: 3px;
    width: 734px;
}

.oubo_bar_img{
	margin-left: -3px;
}

.oubo_element .radio_under{
	color:#434343;
	margin:3px 0 3px 15px;
}
label.error{
	margin-top:5px;
	font-weight:bold;
	color:#ff0000;
}
label.custom-error {
    margin-top: 5px;
    font-weight: bold;
    color: #ff0000;
	display: inline-block;
}
input.error{
	background-color:#FF9BCD;
}
select.error{
	background-color:#FF9BCD;
}
textarea.error{
	background-color:#FF9BCD;
}

.multioubo_box{
	width:700px;
	font-size:12px;
	line-height:14px;
	border-collapse:collapse;
}

.oubo_kome{
	text-align:center;
	color:#434343;
	font-size:14px;
	margin-top:15px;
	margin-bottom:15px;
}

.oubo_red{
	color:#FF0000;
}
.oubo_kome2 .confirm_msg{
	color:#666666;
	font-size:12px;
}
.oubo_orange{
	color:#FC9728;
	margin-top:5px;
}
.oubo_title{
	width:130px;
	color:#3E3E40;
	background-color: #E9FFD0;
	border-bottom: 2px solid #D0E8B6;
	text-align:center;
	font-size:12px;
	line-height:16px;
}
.nickname_ok{
	color: #FF5677;
}
.oubo_title_end{
	width:130px;
	color:#3E3E40;
	background-color: #E9FFD0;
	text-align:center;
	font-size:12px;
	line-height:16px;
}


.oubo_text{
	background-color:#FFFFFF;
	border-bottom:2px solid #D0E8B6;
	text-align:left;
	color:#434343;
	word-break: break-all;
	word-wrap: break-word;
	padding-left:10px;
}

.oubo_text_end{
	background-color:#FFFFFF;
	text-align:left;
	color:#434343;
	word-break: break-all;
	word-wrap: break-word;
	padding-left:10px;
}

.oubo_text input{
	color:#434343;
}

.oubo_text p{
	margin:5px 0 0 20px;
	color:#434343;
	font-size:12px;
}
.oubo_text textarea{
	color:#434343;
}
.oubo_text .margin_top5
{
	margin-top:5px;
	}

.oubo_text .border
{
	border-top:1px dotted #000000;
	margin:9px 1px 9px 1px;
}
.oubo_text .hope_tel_squre
{
	color:#FF5677;
}
.oubo_text a:link
{
	color:#FF5677;
	text-decoration:none;
}
.oubo_text a:visited
{
	color:#FF98C4;
	text-decoration:none;
}
.oubo_text a:hover
{
	text-decoration:underline;
}
.oubo_text a:active
{
	color:#FF98C4;
}
.oubo_text .content_domain
{
	background-color:#fffef2;
	width:468px;
	font-size:12px;
	margin-top:10px;
}
/*.radio_input_class{
	margin:0 3px 0 0;
	float:left;
	width:13px;
	height:20px;
}*/
.input_style{
	line-height:12px;
}
.content_domain{
	background-color:#ffffee;
	border:1px solid #fead77;
	width:524px;
	/width:514px;
	font-size:12px;
	margin-top:10px;
}


.content_domain .domain_title{
	background: url("/assets/img/user/pc/shop/pay1/back_shimapink.png") left top no-repeat;
	background-size:524px 28px;
	/background-size:468px 28px;
	width:524px;
	/width:515px;
	height:28px;
	/margin-right:-3px;

}

.content_domain .domain_title img{
	margin-left:10px;
	margin-top:6px;
	float:left;
}


.content_domain .domain_title span{
	color:#996600;
	font-size:14px;
	margin-left:33px;
	display: block;
	padding-top:8px;
	font-weight:bold;
}
.content_domain .under{
	width:508px;
	/width:468px;
	background-color:#ffffee;
	padding:7px 0px 7px 14px;
}
.oubo_text_end .content_domain .how_domain_arrow
{
	color:#ff5677;
}
.oubo_text_end .content_domain a:link{
	color:#FF5677;
	text-decoration: none;
}
.oubo_send_back a:link{
	color:#FF5677;
	text-decoration: none;
}

.oubo_text_end .content_domain a:visited,
.oubo_send_back a:visited{
	color: #FF5677;
	text-decoration: none;
}
.oubo_text_end .content_domain a:hover,
.oubo_send_back a:hover{
	text-decoration: underline;
	padding-bottom:1px;

}
.oubo_text_end .content_domain a:active,
.oubo_send_back a:active{
	color:#FF5677;
}
.oubo_send_text1{
	margin-top:0px;
	margin-bottom:5px;
}
.oubo_send_text2{
	color:#ff0000;
	margin-bottom:30px;
}
.oubo_send_domain{
	width:580px;
	border:1px solid #4fb3e7;
	margin-top:10px;
}

.oubo_send_domain_bkcolor{
	width:580px;
	height:27px;
	background-color:#4fb3e7;

}

.oubo_send_domain_bkcolor img{
	margin-top:5px;

}

.oubo_send_domain_inner{
	background-color:#fffef9;
	width:578px;
	/width:580px;
	padding-top:10px;
	padding-bottom:10px;
}

.oubo_button_box{
	/*height:30px;
	margin-top:15px;
	margin-bottom:20px;*/
	padding-top: 30px;
    text-align: center;
}

.oubo_button_box2{
	height:30px;
	margin-top:20px;
	margin-bottom:4px;
}

.oubo_button_box3{
	height:30px;
	margin-top:15px;
	margin-bottom:17px;
}

.entry_edit{
	margin-right:10px;
}

input.entry_edit:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.sendbtn{
	margin-left:10px;

}

input.sendbtn:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.oubo_button_box a:link
{
	color:#2D64FF;
	text-decoration:none;
}
.oubo_button_box a:visited
{
	color:#67B8FC;
	text-decoration:none;
}
.oubo_button_box a:hover
{
	text-decoration:underline;
}
.oubo_button_box a:active
{
	color:#67B8FC;
}

.oubo_button_box2 a:link{
	color:#2D64FF;
	text-decoration:none;
}
.oubo_button_box2 a:visited{
	color:#67B8FC;
	text-decoration:none;
}
.oubo_button_box2 a:hover{
	text-decoration:underline;
}
.oubo_button_box2 a:active{
	color:#67B8FC;
}

.shop_link{
	font-size:12px;
	margin-top:10px;
}
.shop_link a:link{
	color:#FF5677;
	text-decoration:none;
}
.shop_link a:visited{
	color:#FF5677;
	text-decoration:none;
}
.shop_link a:hover{
	color:#FF5677;
	text-decoration:underline;
}
.shop_link a:active{
	color:#FF5677;
}
.oubo_thanks_msg{
	width:640px;
	margin-top:15px;
	margin-bottom:50px;
	font-size:12px;
	line-height:16px;
	color:#434343;
}

.oubo_thanks{
	width:640px;
	margin-top:150px;
	font-size:14px;
	line-height:16px;
	color:#434343;
}
.oubo_thanks a:link
{
	color:#FF5677;
	text-decoration:none;
}
.oubo_thanks a:visited
{
	color:#FF5677;
	text-decoration:none;
}
.oubo_thanks a:hover
{
	text-decoration:underline;
}
.oubo_thanks a:active
{
	color:#FF5677;
}
.oubo_thanks2{
	width:640px;
	margin-top:15px;
	margin-bottom:150px;
	font-size:14px;
	line-height:16px;
	color:#434343;
}
.oubo_thanks2 a:link
{
	color:#FF5677;
	text-decoration:none;
	}

.oubo_thanks2 a:visited
{
	color:#FF5677;
	text-decoration:none;
	}
.oubo_thanks2 a:hover
{
	text-decoration:underline;
	}

.oubo_thanks2 a:active
{
	color:#FF5677;
	}
.oubo_contact_release{
	color:#0000ff;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
}
.oubo_contact_private{
	color:#ff0000;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
}
/* メール非公開って？ */
#contact_mail_btn img:hover{
    opacity:0.5;
    cursor:pointer;
	-ms-filter: "alpha( opacity=50 )";
}

.oubo_thanksimg{
	margin-top:30px;
}
.info_keep_box{
	border:1px solid #f8aa79;
	background-color:#fffef2;
	width:515px;
	margin-top:15px;
}

.info_keep_box .info_keep_title{
	background: url("/assets/img/user/pc/oubo/save.png") left top no-repeat;
	background-size:505px 28px;
	width:505px;
	height:28px;
	margin:5px;
}

.info_keep_box p{
	color:#434343;
	line-height:16px;
}
.info_keep_box span{
	color:#FF0000;
	font-size:16px;
}

.info_checkbox{
	margin-bottom:12px;
}
.text_orange {
	color: #FC9728;
	display: block;
	font-size: 12px;
	margin-top: 7px;
	margin-bottom: 2px;
}

.clearFix {zoom:1;}
.clearfix:after,
.clearFix:after{
	content: "";
	display: block;
	clear: both;
}

/*.entry-link
---------------------------------------------*/
.oubo_error_disp{
	margin: 150px 0;
}

/* 応募方法(内緒電話） */
.naisyo_fukidashiAlert{
	background:url("../../../img/user/pc/shop/pay1/image_fukidashi.png") no-repeat;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif, Helvetica;
	color: #434343;
	height: 68px;
	margin-top: 5px;
	padding: 20px 0 5px 20px;
	width: 400px;
	/width: 400px;
	z-index: 1;
	/position:absolute;
}

.naisyoError{
	background-color: #FF6F6F;
}

input.number {
	width:54px;
	/width:50px;

}

/* 内緒電話って？ */
#naisyo_btn img:hover{
    opacity:0.5;
    cursor:pointer;
	-ms-filter: "alpha( opacity=50 )";
}

/* 着信日時プルダウン FireFoxのみ */
@-moz-document url-prefix() {
	#date01{
	margin-top:2px;
	}
}

/* 着信日時プルダウン Chromeのみ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#date01{
	margin-top:1px;
	}
}

/* 電話番号 IE10のみ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#denwa1 {
		margin-top:5px;
	}
}

/* 電話番号 FireFoxのみ */
@-moz-document url-prefix() {
	#denwa1 {
		margin-top:4px;
	}
}

/* 電話番号 Chromeのみ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#denwa1 {
		margin-top:3px;
	}
}

.naisyo_url{
/*	width:400px; */
	/height:24px;
	/margin-bottom:1px;
	word-wrap:break-word;
	overflow-x: auto;
	overflow-y: hidden;
}

.naisyo_url img{
	padding-bottom:2px;
	/padding-bottom:0px;
}

/* Chrome用 */
@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
	.naisyo_url img{
		padding-bottom:1px;
	}
}

/* q-190追加 start */
.multioubolist_tablet_btn {
	background: #ffffff;
	margin:0px;
	padding:0px;
}

/*画像透過*/
.multioubo_bottom_shop_detail_del_btn {
	width: 46px;
	height: 18px;
	margin-left: 5px;
}

input.multioubo_bottom_shop_detail_del_btn:hover {
	width: 46px;
	height: 18px;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*透過処理*/
.multioubo_bottom_shop_detail_btn_table {
	border-collapse:collapse;
	border-top: 2px dotted #999999;
	margin-bottom: 5px;
	margin-left: 1px;
	padding-top:7px;

}

.multioubo_bottom_shop_detail_btn_img {
	font-size: 12px;
	color: #434343;
}

.multioubo_bottom_shop_detail_btn_img a:hover{
	width: 98px;
	height: 18px;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.multioubo_bottom_shop_detail_btn_img a img{
	 background: #FFF; /*IE対応*/
}


.multioubo_bottom_shop_detail_btn_table tr td{
	padding:0px;
}

.multioubo_bottom_shop_detail_ga_table{
	width:150px;
	height:10px;
	margin-bottom:5px;
	margin-left:2px;
}
.bottomtable{
	height:14px;
}
.multioubo_bottom_shop_detail_ga_table td {
	vertical-align: middle;
}
.multioubo_bottom_shop_detail_ga {
	font-size: 12px;
	color: #434343;
}
.multioubo_bottom_shop_detail_ga_title_blue {
	text-align: center;
	width: 40px;
	background-color: #1f9df4;
	color: #ffffff;
	font-size: 15px;
	padding: 2px 0px 2px 0px;
}
.multioubo_bottom_shop_detail_ga_title_green {
	text-align: center;
	width: 40px;
	background-color: #8ad901;
	color: #ffffff;
	font-size: 15px;
	padding: 2px 0px 2px 0px;
}
.multioubo_bottom_shop_detail_ga_title_blue_mac {
	text-align: center;
	width: 40px;
	background-color: #1f9df4;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
}
.multioubo_bottom_shop_detail_ga_title_green_mac {
	text-align: center;
	width: 40px;
	background-color: #8ad901;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
}

.multioubo_bottom_shop_detail_ga_title {
	text-align: center;
	width: 8px;
	font-size: 15px;
	padding: 0px;
}


.multioubo_bottom_shop_detail_name_div {
	background:url("/assets/img/user/pc/oubo/banita_top_icon.png") no-repeat;
	width:140px;
	/width:153px;
	color: #F34396;
	margin-top: 6px;
	margin-bottom: 3px;
	padding-left: 19px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.multioubo_bottom_shop_detail_name_div a {
	font-size: 12px;
	color: #F34396;
	text-decoration: none;
}

.multioubo_bottom_shop_detail_name_div_ios a {
	font-size: 12px;
	color: #F34396;
	text-decoration: none;
}

.multioubo_bottom_shop_detail_img_div {
	margin: 0px 4px 0px 5px;
}
.multioubo_bottom_shop_detail_img_div img {
	font-size:12px;
}
.multioubo_review_shop_img a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=70)";
	zoom:1;
}

.pay1_box_multioubo{
	margin:0px 0px 15px;
	font-size:12px;
	line-height:14px;
	background-color:#FFFFFF;
	width:740px;
}

.multioubo_bottom_shop_detail_body {
	margin: 10px 0 0 0;
	background-color: #ffffff;
	width: 168px;
	float: left;
	text-align: left;
}

.multioubo_bottom_shop_detail_border_gray{
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #d0d0d0;
	width: 170px;
	/width: 171px;
	/*/height:170px;*/
	float: left;
}

.multioubo_bottom_shop_detail_border_blue {
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #1f9df4;
	background-color: #1f9df4;
	width: 170px;
	float: left;
}

.multioubo_bottom_shop_detail_border_green {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #8AD901;
	width: 170px;
	float: left;
}

.multioubo_bottom_shop_list_title {
	background:url("/assets/img/user/pc/oubo/exam_shop.png") no-repeat;
	width: 740px;
	height: 60px;
	margin-bottom: 16px;
}
.multioubo_bottom_shop_list_confirm {
	background:url("/assets/img/user/pc/multioubo_bottom_shop_list_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px 0px 6px 5px;
	width:730px;
}
.multioubo_bottom_shop_list {
	background:url("/assets/img/user/pc/multioubo_bottom_shop_list_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px 0px 5px 6px;
	/margin: 0px 4px 5px 0px;
	width:730px;
	/width:749px;
}

.multioubolist_shop_detail_msg_div {
	margin-left: 45px;
	margin-top: 5px;
	position: absolute;
	z-index: 86;
}

.multioubolist_shop_detail_arrow_div {
	position: absolute;
	z-index: 87;
	left: -14;
	margin-top: 5px;
}
.multioubolist_shop_detail_base_div {
	background-color: #ffffff;
	margin: 0px 1px 0px 1px;
	text-align: left;
	height: 55px;
}
.multioubolist_data_table {
	font-size: 11px;
	border-collapse: collapse;
	border-spacing: 0;
}
.multioubolist_shop_countzero_base_div {
	background-color: #ffffff;
	border-bottom: 2px solid #FF6EBD;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	margin-bottom: 1px;
	font-size: 12px;
	text-align: center;
}
.multioubolist_shop_countzero_base_div span {
	color: #ff4784;
	font-weight: bold;
}
.multioubolist_shop_maxcount_in_div {
	padding: 6px 0px 0px 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.multioubolist_shop_maxcount_in_div span {
	font-size: 14px;
	color: #fcff0c;
}
.multioubolist_shop_maxcount_div {
	text-align: center;
	margin-left:3px;
	background: url("../../../img/user/pc/multioubo/bg_max.png") no-repeat;
	width: 135px;
	height: 26px;
}
.multioubolist_shop_count_in_div {
	padding: 7px 0px 0px 0px;
	font-size: 12px;
	color: #259dfa;
	font-weight: bold;
}
.multioubolist_shop_count_in_div span {
	font-size: 14px;
	color: #0072e9;
}
.multioubolist_shop_count_div {
	text-align: center;
	margin-left: 3px;
	background: url("../../../img/user/pc/multioubo/bg_over.png") no-repeat;
	width: 135px;
	height: 26px;
}
.multioubolist_shop_count_base_div {
	width:136px;
	background-color: #ffffff;
	margin: 0px;
	padding: 6px 0 5px 5px;
	margin-bottom: 1px;
}
.multioubolist_shop_border_padding {
	padding: 2px 0 3px 2px;
	/padding: 0 0 2px 2px;
}
.multioubolist_shop_delete_div {
	line-height:10px;
	background-color: #ffffff;
	margin: 1px 1px 0px 1px;
	padding: 8px 0px 9px 8px;
}
.multioubolist_shop_delete_div table {
	font-size:13px;
}
.multioubolist_shop_delete_div a {
	color:#6C6868;
	text-decoration:none;
}
.multioubolist_shop_delete_div a:hover {
	text-decoration: underline;
}
.multioubolist_shop_delete_div img{
	padding-right:3px;
	margin-right:5px\9;
}

.multioubohelp_div {
	height: 20px;
	color: #2d64ff;
	padding:11px 5px 5px 5px;
	background-color: #FFFBCC;
	margin-bottom: 5px;
	font-size: 13px;
	border-top: 1px solid #ffdab9;
	border-bottom: 1px solid #ffdab9;
}
.multioubohelp_div a {
	color: #FF5677;
	text-decoration: none;
}
.multioubohelp_div a:hover {
	text-decoration: underline;
}

.multioubohelp_div span {
    color: #FF5182;
    line-height: 12px;
}

.multioubohelp_div_img{
	width:21px;
	height:17px;
	margin-top:-2px;
	float:left;
}

.multioubohelp_div_memo{
	/width:117px;
	/margin-left:-1px;

}


/* Windows */
.multioubohelp_div_win {
	height:20px;
	color: #2d64ff;
	background-color: #fffbcc;
	margin-bottom: 5px;
	padding: 7px 0px 0px 3px;
	/padding: 7px 0px 5px 3px;
	font-size: 13px;
	border-top: 1px solid #ffdab9;
	border-bottom: 1px solid #ffdab9;
}

.multioubohelp_div_win span {
	color: #ff5182;
	line-height:13px;
	/line-height:13px;
}

.multioubohelp_div_win span a {
	color: #ff5182;
	text-decoration: none;
}
.multioubohelp_div_win span a:hover {
	text-decoration: underline;
}

.multioubolist_name_table {
	font-size: 13px;
	border-collapse: collapse;
	border-spacing: 0;
}
.multioubolist_name_table td {
	padding:3px 3px 0 4px;
	word-break: break-all;
	word-wrap: break-word;
	/padding:4px 3px 0 1px;
	vertical-align: top;
	line-height:15px;
	/line-height:12px;
	/*width:100%;*/
}
.multioubolist_name_table td.check {
	width:14px;
}
.multioubolist_name_table td input{
	/margin-top:-3px;
}

.multioubolist_name_table td.multioubolist_shopname_td{
	word-break: break-all;
	word-wrap: break-word;
	/line-height:15px;
	padding-top: 2px;
	/padding-top: 4px;
	width:100%;
}
@media screen and (max-device-width: 1024px) {
	/* タブレット */
	.multioubolist_name_table td.multioubolist_shopname_td{
		padding-top: 5px;
		word-break: break-all;
		word-wrap: break-word;
	}
	/* iPad */
	@media screen and (-webkit-min-device-pixel-ratio:0){
		.multioubolist_name_table td.multioubolist_shopname_td{
			padding-top: 2px;
			word-break: break-all;
			word-wrap: break-word;
		}
	}
}

.anime_msg img {
	border: 0px;
}
.anime_msg {
	position: absolute;
	z-index: 100;
	display: none;
}
.anime_msg_box2 {
	background: url("../../../img/user/pc/multioubo/multioubo_msg_bg.gif");
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
	width: 140px;
}

/* 通常一括応募用ポップアップ */
.anime_msg_box4 {
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
	width: 334px;
	height:106px;
}

.anime_msg_box4 img{
	/border:none;
}

.anime_msg_box4_img{
	background: url("/assets/img/user/pc/shop/pay1/multioubopopup_add.png") no-repeat;
    filter :progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/user/pc/shop/pay1/multioubopopup_add.png',sizingMethod='scale');
    background-image: none;
    width:334px;
	height:106px;
}

/* 一括応募上限ポップアップ */
.anime_msg_box5 {
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
	width: 334px;
	height:106px;
}

.anime_msg_box5 img{
	/border:none;
}

.anime_msg_box5_img{
	background: url("/assets/img/user/pc/shop/pay1/multioubopopup_full.png") no-repeat;
    filter :progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/user/pc/shop/pay1/multioubopopup_full.png',sizingMethod='scale');
    background-image: none;
    width:334px;
	height:106px;
}

.anime_msg_box_btn {
	margin: 3px;
	cursor:pointer;
	cursor:hand;
}
.anime_msg_title {
	font-size: 12px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
}
.anime_msg_disc {
	font-size: 10px;
	margin: 0px;
	padding: 1px 0px 7px 0px;
}

.noimg{
	width: 160px;

}
/*.radio_input_class{
	padding:0;
}*/
.border_div{
	line-height:3px;
	height:3px;
	width:527px;
	/width:514px;
	margin-bottom: 3px;
	border-bottom: 1px dashed #B1B1B1;
}

/******************************
もっとお店のことを教えて！
*****************************/
/* ポップアップ */
.treatment-body .provision_leyer {
	display: none;
}

.treatment-body .provision_leyer.is_active {
	display: block;
	position: fixed;
	z-index: 31;
	top: 50%;
	left: 50%;
}

.treatment-body .provision_leyer .treatment_popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 480px;
	background: url(/assets/img/user/pc/shop/pay1/popup_image/treatment/bg_city.png?20200422) left bottom/100% auto no-repeat;
	padding: 0 35px 110px;
	border: 4px solid #FF76AB;
	border-radius: 20px;
	background-color: #FFF;
	cursor: auto;
}

.provision_leyer .close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.provision_leyer .close-btn::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #333;
	width: 1px;
	height: 20px;
	margin: -10px 0 0 -1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.provision_leyer .close-btn::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #333;
	width: 1px;
	height: 20px;
	margin: -10px 0 0 -1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.treatment-body .provision_leyer .treatment_popup .title {
	color: #FF76AB;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}

.treatment-body .provision_leyer .treatment_popup .detail {
	border-top: 1px dotted #FF76AB;
	line-height: 25px;
	font-size: 12px;
	padding: 15px 4px 0 4px;
}

.mask_leyer {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.7;
	z-index: 30;
	cursor: pointer;
}

#treatment_popup_text p{
    margin-top: -5px;
    color: #434343;
    font-size: 12px;
    line-height: 22px;
}

.tab_panel_wagamama_icon{
	width:132px;
	height:30px;
	margin:0px 3px 3px 0px;
	float:left;
    cursor:pointer;

}

.tab_panel_wagamama_icon img:hover{
    opacity:0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;

}

.tab_panel_wagamama_icon a img:hover{
    opacity:0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;

}

/* ポップアップ */
#wagamama_popup_text p{
    margin-top: -5px;
    color: #434343;
    font-size: 12px;
    line-height: 22px;
}

/******************************
情報提供フォーム（店舗詳細内）
*****************************/
/* 無料店舗feedback */
.feedback_box{
	width:621px;
	margin:25px 0 15px;
	color:#434343;
	font-size:12px;
	line-height:14px;
}
.feedback_text{
	border:2px solid #ece0ca;
	padding:15px 10px;
	color:#434343;
	line-height:16px;
}

.feedback_text .padtop5{padding-top:5px;}

.feedback_text a:link
{
	color:#FF5677;
	text-decoration:none;
	font-weight:bold;
}
.feedback_text a:visited
{
	color:#FF5677;
	text-decoration:none;
	font-weight:bold;
}
.feedback_text a:hover
{
	color:#FF5677;
	font-weight:bold;
	text-decoration:underline;
}

/* feedbackフォーム */
.feedback_table{
	margin:0px 0px 20px;
	font-size:12px;
	line-height:14px;
	*margin-bottom:13px; /* IE8・9用 */
}

.feedback_element{
	width:700px;
	margin:32px 12px 0px;
	font-size:12px;
	line-height:14px;
}
.feedback_text_bold{
	font-weight:bold;
	margin-bottom:18px;
	white-space: nowrap;
}
.feedback_msg{
	margin-bottom:20px;
	font-size:14px;
	line-height:18px;
	text-align:center;
}
.feedback_inbox{
	width:620px;
	line-height:15px;
	border:1px solid #000000;
	border-bottom:none;
	border-collapse:collapse;
	float:left;
	display:inline;
	color:#434343;
}

.feedback_input{
	width:470px;
	background-color:#FFFFFF;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	font-size:12px;
	text-align:left;
}

.feedback_input input{
	color: #434343;
}
.feedback_input textarea{
	width:400px;
	height:150px;
	font-size:12px;
	color: #434343;
}
.feedback_button_box{
	width:600px;
	margin-top:20px;
	float:left;
}
.feedback_button_box input{
	cursor:pointer;
}
.feedback_button_box a:hover{
	width:155px;
	height:30px;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.feedback_thanks_msg{
	font-size:25px;
	margin-bottom:33px;
	color: #434343;
	line-height:27px;
	font-weight:bold;
}
.feedback_thanks_text{
	font-size:14px;
	line-height:18px;
	color: #434343;
}
.feedback_thanks_box{
	width:614px;
	font-size:14px;
	line-height:18px;
	text-align:center;
	background-color:#018BD4;
	margin:23px 45px 0;
	color: #434343;
}
.feedback_thanks_eigyo_title{
	width:157px;
	float:left;
	display:inline;
	margin:2px 1px 1px 2px;
	background-color:#FFFFFF;
}
.feedback_thanks_eigyo_text{
	width:452px;
	float:left;
	display:inline;
	margin:2px 2px 1px 0px;
	background-color:#FFFFFF;
}
.feedback_thanks_time_title{
	width:157px;
	float:left;
	display:inline;
	margin:0px 1px 1px 2px;
	background-color:#FFFFFF;
}
.feedback_thanks_time_text{
	width:452px;
	float:left;
	display:inline;
	margin:0px 2px 1px 0px;
	background-color:#FFFFFF;
}
.feedback_thanks_box_text{
	width:610px;
	float:left;
	display:inline;
	margin:0px 2px 2px 2px;
	background-color:#FFFFFF;
	text-align:left;
}
.feedback_thanks_padding{
	padding:7px;
}
.feedback_thanks_brclear{
	clear:both;
}
.feedback_confirm{
	font-size:14px;
	line-height:25px;
	margin-left:5px;
}
.feedback_input_contents{
	margin: 6px 0 0 2px;
	line-height: 20px;
}
.feedback_textarea{
	width:400px;
	height:150px;
	font-size:12px;
	color: #434343;
	margin:5px;
}
.feedback_inner_text{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	margin: 5px 5px 5px 7px;
}
.feedback_contact_box{
	font-size:12px;
	color: #434343;
	margin:5px;
}
.feedback_contact_box input{
	width:400px;
    margin-bottom:1px;
}

.feedback_contact_box_cap{
	color: #0000FF;
    font-size:12px;
}
.feedback_header_message{
    color:#0000FF;
    font-size:10px;
}

/* 情報提供リンクエリア */
.feedback_link_box{
    width:500px;
    height:50px;
    background-color:#FFFEE5;
    position:relative;
    margin-top:20px;
    margin-bottom:8px;
}
.feedback_link_box_line{
    position:absolute;
	background:url("../../../img/user/pc/shop/shopfeedback/shopfeedback_line.png");
    height:1px;
    width:500px;
    overflow:hidden;
    top:0px;
}
.feedback_link_box_line_bottom{
	position:absolute;
	background:url("../../../img/user/pc/shop/shopfeedback/shopfeedback_line.png");
    height:1px;
    width:500px;
    overflow:hidden;
	top:49px;
}
/* line用 */
.application-body .line_id,
.application-body .line_url,
.application-body .line_qr_url,
.mod-contactBtn .line_id,
.mod-contactBtn .line_url,
.mod-contactBtn .line_qr_url{
	display: none;
}

.menu_shopname{
	height: 44px;
	line-height: 44px;
	text-align: left;
	padding-left: 25px;
}

.popup_menu_shopname{
	color: #fff;
	font-size: 18px;
	width: 400px;
	display: block;
	float: left;
	font-weight: bold;
	margin-left: 40px;
	margin-top: 3px;
}

.menu_tell_shopname {
	font-size: 17px;
	font-weight: bold;
}

.menu_shopname .popup_close{
	background: url('../../../img/user/pc/shop/pay1/popup_line/btn_close_v.png');
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-top: 14px;
	margin-left: 5px;
	cursor: pointer;
}

.menu_contents{
	display: block;
	margin-top: 23px;
}

.menu_contents table{
	margin-left: 154px;
}
.menu_contents {
	line-height: 61px;
	font-size: 20px;
	font-weight: bold;
        color:#F995C7;
}

/* 応募確認ボタンのポップアップ */
/* 共通 */
.content_confirm_pop{
    background-color: #FFFEE5;
    border:1px solid #fead77;
}
.top_confirm_stripe{
    background: url(/assets/img/user/pc/shop/pay1/back_shimapink.png) left top no-repeat;
    background-size: 483px 36px;
    background-color: #FFFEE5;
    width: 483px;
    height: 36px;
    color:#434343;
}
.top_confirm_stripe img{
    margin-left: 10px;
    margin-top: 6px;
    float: left;
}
div.content_confirm_pop p{
    font-size:12px;
    color:red;
    margin:15px 25px;
}
.bottom_confirm_stripe{
    background: url(/assets/img/user/pc/shop/pay1/back_shimapink.png) left top no-repeat;
    background-color: #FFFEE5;
}
.bottom_confirm_stripe div{
    margin:8px 0 0 3px;
    line-height:16px;
    color:#EA7820;
    font-size:12px;
    font-weight:bold;
    display:inline-block;
}
.bottom_confirm_stripe input{
    margin:9px 0 0 10px;
    float:left;
}
div.popup_btn{
    margin: auto;
    width:443px;
    height:47px;
}
div.popup_btn a{
    text-decoration: none;
}
#domain_config {
    margin-left:9px;
}
.confirm_msg_top{
    font-size:12px;
    color:#434343;
    margin:15px 25px;
    line-height: 16px;
}
/* 【下の縞々のレイアウト】Mac用 */
.bottom_confirm_stripe_mac{
    background: url(/assets/img/user/pc/shop/pay1/back_shimapink.png) left top no-repeat;
    background-color: #FFFEE5;
}
.bottom_confirm_stripe_mac input{
    margin:10px 0 0 10px;
    float:left;
}
.bottom_confirm_stripe_mac div{
    margin:8px 0 0 3px;
    line-height:16px;
    color:#EA7820;
    font-size:12px;
    font-weight:bold;
    display:inline-block;
}
/* 【下の縞々のレイアウト】Android用 */
.bottom_confirm_stripe_and{
    background: url(/assets/img/user/pc/shop/pay1/back_shimapink.png) left top no-repeat;
    background-color: #FFFEE5;
}
.bottom_confirm_stripe_and div{
    margin:9px 0 0 3px;
    line-height:16px;
    color:#EA7820;
    font-size:12px;
    font-weight:bold;
    display:inline-block;
}
.bottom_confirm_stripe_and input{
    margin:8px 0 0 10px;
    float:left;
}
/* 【ふたつのボタンの幅】Android用 */
div.popup_btn_android{
    margin: auto;
    width:445px;
    height:47px;
}
div.popup_btn_android a{
    text-decoration: none;
}

/* iPad用 */
@media screen and (max-device-width: 1024px) {
    @media screen and (-webkit-min-device-pixel-ratio:0){
        div.bottom_confirm_stripe input{
            margin:8px 0 0 10px;
            float:left;
        }
        div.bottom_confirm_stripe div{
            margin:9px 0 0 3px;
            line-height:15px;
            color:#EA7820;
            font-size:12px;
            font-weight:bold;
            display:inline-block;
        }
        div.popup_btn{
            margin: auto;
            width:443px;
            height:47px;
        }
    }
}
/* IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.multioubolist_data_table td{
		padding-top:2px;
	}
}
/* Chrome用 */
@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
	.multioubolist_data_table td{
		padding-top:2px;
	}
	.multioubolist_name_table td{
		line-height: 15px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	select#oubo_age,select#oubo_address,select#oubo_job,select#oubo_experience{
		font-family:Arial;
	}
}
@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
	select#oubo_age,select#oubo_address,select#oubo_job,select#oubo_experience{
		font-family:Arial;
	}
}

.display_none{
	display:none;
}

.display_hide{
	display: none;
}
.f-specialContents .tabBody-item.display_list-item{
	display:list-item;
}

/* ==================================================
	お店の雰囲気を写真でチェック！
================================================== */
.f-shopPhoto {
	margin-bottom: 15px;
}

.f-shopPhoto .shopPhoto-head {
	background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
}

.f-shopPhoto .shopPhoto-body {
	padding: 10px 16.5px 20px;
	background: #F6F6F6;
	border: 1px solid #CCC;
	border-top: none;
}

/*  フィルター */
.f-shopPhoto input[type="radio"] {
	display: none;
}

.f-shopPhoto .photo-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	margin-bottom: 10px;
}

.f-shopPhoto .photo-filter label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFF;
	color: #F78050;
	border: 1px solid #FC8D76;
	border-radius: 14px;
	width: fit-content;
	height: 28px;
	padding: 4px 12px;
	cursor: pointer;
}

.f-shopPhoto .photo-filter label:hover {
	background-color: #F78050;
	color: #FFF;
}

.f-shopPhoto [value="photo_0"]:checked ~ .photo-filter [for="photo_0"],
.f-shopPhoto [value="photo_1"]:checked ~ .photo-filter [for="photo_1"],
.f-shopPhoto [value="photo_2"]:checked ~ .photo-filter [for="photo_2"],
.f-shopPhoto [value="photo_3"]:checked ~ .photo-filter [for="photo_3"],
.f-shopPhoto [value="photo_4"]:checked ~ .photo-filter [for="photo_4"],
.f-shopPhoto [value="photo_5"]:checked ~ .photo-filter [for="photo_5"] {
	background-color: #F78050;
	color: #FFF;
	pointer-events: none;
}

/*  写真一覧 */
.f-shopPhoto .photo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.f-shopPhoto [value="photo_0"]:checked ~ .photo-list [data-category] {
	display: block;
}

.f-shopPhoto [value="photo_1"]:checked ~ .photo-list .photo-item:not([data-category~="photo_1"]),
.f-shopPhoto [value="photo_2"]:checked ~ .photo-list .photo-item:not([data-category~="photo_2"]),
.f-shopPhoto [value="photo_3"]:checked ~ .photo-list .photo-item:not([data-category~="photo_3"]),
.f-shopPhoto [value="photo_4"]:checked ~ .photo-list .photo-item:not([data-category~="photo_4"]),
.f-shopPhoto [value="photo_5"]:checked ~ .photo-list .photo-item:not([data-category~="photo_5"]) {
	display: none;
}

.f-shopPhoto .photo-item {
	width: 125px;
	height: 200px;
	cursor: pointer;
	animation: checkedAnime .3s ease;
}

@keyframes checkedAnime {
	0% {
		opacity: .8;
	}

	100% {
		opacity: 1;
	}
}

.f-shopPhoto .photo-imgWrap img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
}

/* モーダル + Swiper */
.f-shopPhoto .photo-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
	transition: opacity .3s;
	opacity: 0;
}

.f-shopPhoto .photo-modal.is-active {
	opacity: 1;
	pointer-events: auto;
}

.f-shopPhoto .modal-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	/* cursor: pointer; */
}

.f-shopPhoto .modal-content {
	width: 100%;
	max-width: 404px;
	position: relative;
}

.f-shopPhoto .modal-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -8px;
	top: -40px;
	z-index: 10;
	cursor: pointer;
}

.f-shopPhoto .modal-close::before,
.f-shopPhoto .modal-close::after {
	content: "";
	background-color: #FFF;
	border-radius: 4px;
	width: 3px;
	height: 28px;
	position: absolute;
	left: 50%;
	top: 50%;
}

.f-shopPhoto .modal-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.f-shopPhoto .modal-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.f-shopPhoto .swiper-button-prev,
.f-shopPhoto .swiper-button-next {
	background: #FFF;
	-webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	width: 36px;
	height: 36px;
}

.f-shopPhoto .swiper-button-prev:hover,
.f-shopPhoto .swiper-button-next:hover {
	opacity: .7;
}

.f-shopPhoto .swiper-button-prev {
	left: calc(-36px + -20px);
}

.f-shopPhoto .swiper-button-next {
	right: calc(-36px + -20px);
}

.f-shopPhoto .swiper-button-prev::before,
.f-shopPhoto .swiper-button-next::before {
	content: "";
	display: inline-block;
	background: url("/assets/img/user/pc/shop/pay1/ico-arrow-pink.svg") right center / contain no-repeat;
	width: 9px;
	height: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}

.f-shopPhoto .swiper-button-prev::before {
	transform: rotate(180deg);
	left: 12px;
}

.f-shopPhoto .swiper-button-next::before {
	right: 12px;
}

.f-shopPhoto .modal-slider {
	overflow: hidden;
}

.f-shopPhoto .modal-slide {
	margin: auto;
}

.f-shopPhoto .modal-figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: fit-content;
	margin: auto;
}

.f-shopPhoto .modal-img {
	text-align: center;
	max-width: 100%;
	margin-bottom: 15px;
}

.f-shopPhoto .modal-img img {
	object-fit: contain;
	max-width: 100%;
	max-height: 64dvh;
}

.f-shopPhoto .modal-figcaption {
	color: #FFF;
	line-height: 22.4px;
	margin: 0;
}

.f-shopPhoto .modal-category {
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: bold;
}

.f-shopPhoto .modal-txt {
	font-size: 14px;
	max-height: 57px;
	padding-right: 7px;
	overflow-y: auto;
}

@-moz-document url-prefix() {
	.f-shopPhoto .modal-txt {
		scrollbar-color: #FFF rgba(0, 0, 0, .2);
		scrollbar-width: thin;
	}
}

.f-shopPhoto .modal-txt::-webkit-scrollbar {
	background-color: rgba(0, 0, 0, .2);
	border-radius: 2px;
	width: 3px;
}

.f-shopPhoto .modal-txt::-webkit-scrollbar-thumb {
	background-color: #FFF;
	border-radius: 2px;
	width: 3px;
}

/* ==================================================
	さわって見てみる！360°写真
================================================== */
.f-shop360 {
	margin-bottom: 15px;
}

.f-shop360 .shop360-head {
	background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
}

.f-shop360 .shop360-body {
	padding-top: 10px;
	background: #F6F6F6;
	border: 1px solid #CCC;
	border-top: none;
}

.f-shop360 .shop360-view {
	width: 668px;
	height: 446px;
	margin: auto;
}

.f-shop360 .shop360-caption {
	width: 668px;
	margin: 5px auto 11px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 11px 12px;
	line-height: 18px;
}

/* ==================================================
   QAコンテンツ
================================================== */
.f-qaContents {
	margin: 0 0 14px;
}

.c-plan .f-qaContents .qaContents-head {
	padding: 3px 0 4px 3px;
	background: url("../../../img/user/pc/common/bg-green-stripe.png");
	font-size: 12px;
}

.b-plan .f-qaContents .qaContents-head {
	padding: 3px 0 4px 3px;
	background: url("../../../img/user/pc/common/bg-blue-stripe.png");
	font-size: 12px;
}

.a-plan .f-qaContents .qaContents-head {
	padding: 3px 0 4px 3px;
	background: url("../../../img/user/pc/common/bg-pink-stripe.png");
	font-size: 12px;
}

.f-qaContents .qaContents-body {
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	margin: 10px 0 0;
	padding: 4px 36px 32px 32px;
}

.f-qaContents .qa-item {
	border-radius: 20px;
	border: 5px solid #FCF0F5;
	margin: 20px 0 0;
	padding: 0 0 17px;
}

.f-qaContents .qa-wrap .question-ttl {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #FF448A;
	vertical-align: top;
	padding: 16px 60px 11px 18px
}

.f-qaContents .qa-wrap .question-ttl::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	pointer-events: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 3px solid #FF7CB9;
	border-bottom: 3px solid #FF7CB9;
	width: 12px;
	height: 12px;
	margin: -11px 0 0;
}

.f-qaContents .qa-wrap .question-ttl.is-new {
	padding: 16px 60px 11px 69px
}

.f-qaContents .qa-wrap .question-ttl.is-new::before {
	content: "NEW";
	position: absolute;
	top: 16px;
	left: 18px;
	border-radius: 5px;
	background: #FF448A;
	font-size: 9px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	width: 41px;
}

.f-qaContents .qa-wrap .question-ttl.is-active::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: -3px 0 0;
}

.f-qaContents .qa-wrap .question-text {
	position: relative;
	overflow: hidden;
	transition: all .5s ease;
	border-top: 1px dotted #707070;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	height: 56px;
	margin: 0 8px 0 13px;
}

.f-qaContents .qa-wrap .question-text.is-active {
	overflow: visible;
	height: auto;
}

.f-qaContents .qa-wrap .question-text .inline-text {
	padding: 16px 69px 0 67px
}

.f-qaContents .qa-wrap .answer-ttl {
	display: none;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #FF448A;
	margin: 25px 0 0;
	padding: 0 18px 11px 18px
}

.f-qaContents .qa-wrap .answer-text {
	display: none;
	position: relative;
	border-top: 1px dotted #707070;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	width: 599px;
	margin: 0 8px 0 13px;
	padding: 16px 0 0;
}

.f-qaContents .qa-wrap .answer-text .answer-detail {
	border-radius: 20px;
	border: 5px solid #FF7CB9;
	background: #FCF0F5;
	background: url("/assets/img/user/pc/shop/pay1/ico-qa-mens.svg") 12px center / 36px auto no-repeat #FCF0F5;
	padding: 25px 25px 25px 64px;
}


/* ============================================================================

	.g-footer(リニューアル後の新フッター)

============================================================================ */
.g-footer {
	padding: 30px 0 13px;
	background: #ff57a6;
	color: #fff;
}

.g-footer a {
	color: #fff;
}

.g-footer .condition-links-wrap {
	padding-bottom: 15px;
	border-bottom: 1px solid #dc5489;
	box-shadow: 0px 1px 0px 0px #ff86bf;
	text-align: center;
}

.g-footer .condition-link {
	text-align: left;
	vertical-align: top;
}

.g-footer .condition-link~.condition-link {
	margin-top: 4px;
}

.g-footer .condition-link-head {
	padding-bottom: 6px;
	border-bottom: 1px solid #dc5489;
	box-shadow: 0px 1px 0px 0px #ff86bf;
	font-size: 14px;
	font-weight: bold;
}

.g-footer .condition-link-head.non-border {
	border-bottom: none;
	box-shadow: none;
}

.g-footer .condition-link-head a {
	display: inline-block;
}

.g-footer .condition-link-head a:hover {
	opacity: 0.7;
}

.g-footer .condition-link-head a:after {
	content: "";
	display: inline-block;
	height: 7px;
	width: 4px;
	margin: 0 0 2px 8px;
	background: url(/assets/img/user/pc/common/arr-footer.png) no-repeat right;
}

.g-footer .condition-link-body {
	padding-top: 8px;
}

.g-footer .conditon-link-item {
	display: inline-block;
	padding-right: 16px;
	margin-bottom: 7px;
	line-height: 12px;
	background: url(/assets/img/user/pc/common/arr-footer.png) no-repeat right;
}

.g-footer .conditon-link-item a:hover {
	opacity: 0.7;
}

.g-footer .conditon-link-item~.conditon-link-item:before {
	content: "|";
	padding-right: 6px;
	color: #fff;
}

.g-footer .conditon-link-item span {
	opacity: 0.5;
}

.g-footer .prefecture-link-wrap {
	text-align: left;
	padding-top: 25px;
}

.g-footer .prefecture-link-wrap a {
	text-decoration: underline;
}

.g-footer .prefecture-link-wrap .prefecture-list {
	padding: 0 0 15px 5px;
	border-bottom: 1px solid #dc5489;
	box-shadow: 0px 1px 0px 0px #ff86bf;
	font-size: 0;
}

.g-footer .prefecture-link-wrap .prefecture-item {
	display: inline-block;
	margin: 0 23px 8px 0;
	font-size: 12px;
}

.g-footer .bottom-link-list {
	padding: 20px 0 10px;
	font-size: 0;
	text-align: center;
}

.g-footer .bottom-link-item {
	display: inline-block;
	padding: 0 23px 0 0;
	font-size: 12px;
	position: relative;
}

.g-footer .bottom-link-item:after {
	content: "";
	display: block;
	width: 4px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 8px;
	right: 11px;
}

.g-footer .bottom-link-item:last-child:after{
	display: none;
}

.g-footer .bottom-link-item:last-child {
	padding-left: 0;
}

.g-footer .copy {
	font-size: 10px;
	text-align: center;
}

.g-footer .copy a {
	font-size: 10px;
}

.sd_center_200_150{
	width: 200px;
	height: 150px;
	position:relative;
}

.sd_center_200_150 img{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin: auto;
	max-width: 200px;
	max-height: 150px;
}

/* ============================================================================

	店長ブログcss

============================================================================ */
.l-rightColumn .f-managerBlog {
	width: 290px;
	background: #FFF;
	margin-bottom: 15px;
}

.f-managerBlog .managerBlog-head {
	padding: 3px 0 4px 3px;
	position: relative;
	background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
}

.b-plan .f-managerBlog .managerBlog-head {
	background: url("/assets/img/user/pc/common/bg-blue-stripe.png");
}

.c-plan .f-managerBlog .managerBlog-head {
	background: url("/assets/img/user/pc/common/bg-green-stripe.png");
}

.f-managerBlog .managerBlog-head span {
	position: absolute;
	right: 10px;
	top: 11px;
	font-size: 15px;
    letter-spacing: 0.6px;
}

.f-managerBlog .managerBlog-head span a {
	color: #fff;
}

.f-managerBlog .managerBlog-body {
	overflow: hidden;
	position: relative;
	padding-bottom: 33px;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
}

.f-managerBlog .managerBlog-body.no-article {
	padding: 10px;
	border-top: 1px solid #ccc;
}

.f-managerBlog.detail .managerBlog-body {
	padding-bottom: 0;
	background-color: #ffecf4;
}

.b-plan .f-managerBlog.detail .managerBlog-body {
	padding-bottom: 0;
	background-color: #edf4fb;
}

.c-plan .f-managerBlog.detail .managerBlog-body {
	padding-bottom: 0;
	background-color: #edffe2;
}

.f-managerBlog .item {
	border-bottom: 1px dashed #ccc;
}

.f-managerBlog .item .anchor {
	display: block;
	padding: 10px;
	box-sizing: border-box;
	font-size: 0;
}

.f-managerBlog .item .anchor > * {
	display: inline-block;
	vertical-align: middle;
}

.f-managerBlog .p-imgWrap img {
	max-height: initial;
	max-width: initial;
	right: auto;
	bottom: auto;
}

.f-managerBlog .item .p-imgWrap {
	width: 62px;
	height: 62px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.f-managerBlog .item .p-imgWrap img {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.f-managerBlog .item .col-right {
	width: calc(100% - 72px);
	margin-left: 10px;
}

.f-managerBlog .item .update {
	height: 12px;
	line-height: 13px;
	font-size: 10px;
	display: block;
	padding-right: 12px;
	text-align: right;
	color: #888;
}

.f-managerBlog .item .update.is-new {
	position: relative;
	vertical-align: middle;
	text-align: left;
}

.f-managerBlog .item .update.is-new::before {
	content: "NEW";
	display: inline-block;
	width: 40px;
	height: 12px;
	margin-top: -1px;
	margin-right: 2px;
	background-color: #ff3155;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

.f-managerBlog .item .title {
	max-width: 100%;
	padding-top: 4px;
	font-size: 13px;
	color: #ff54ad;
}

.b-plan .f-managerBlog .item .title {
	color: #2f92fa;
}

.c-plan .f-managerBlog .item .title {
	color: #58C119;
}

.f-managerBlog .item .text {
	line-height: 16px;
	font-size: 12px;
	color: #888;
}

.f-managerBlog .read-more {
	display: block;
	height: 13px;
	padding-left: 17px;
	background: url("/assets/img/user/pc/common/icon-tri-pink.png") no-repeat;
	color: #888;
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.f-managerBlog .read-more:hover {
	cursor: pointer;
}

/* ============================================================================

	職種図鑑css

============================================================================ */
.f-work {
	width: 290px;
	margin-bottom: 15px;
	text-align: center;
}

.f-work .banner-header {
	width: inherit;
}

.f-work .banner-body {
	width: inherit;
	height: 149px;
	display: block;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
}

.f-work .banner-body img {
	width: 277px;
	height: 140px;
	margin: 6px 6px 3px;
}

.g-wrapper {
	background: #fff;
}

.g-mainContents {
	margin-top: 10px;
}

.l-mainColumn .btnWrap.toForm {
	padding: 20px 0 50px;
	text-align: center;
	background: transparent;
}

.free .l-mainColumn .btnWrap.toForm {
	padding-top: 40px;
}

.toFrom-link {
	background: url(/assets/img/user/pc/shop/pay1/toForm-icon.png?20200422) 20px center/27px 30px no-repeat #FFFFFF;
	border: 2px solid #0063A0;
	color: #0063A0;
	-webkit-box-shadow: 0 3px 0 0 #0063A0;
	box-shadow: 0 3px 0 0 #0063A0;
	padding: 10px 35px 10px 60px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 15px;
}

.has-vanikisya > .container {
	width: 1285px;
}

.plan-head {
	background: url("/assets/img/user/pc/common/bg-pink-stripe.png");
}

.b-plan .plan-head {
	background: url("/assets/img/user/pc/common/bg-blue-stripe.png");
}

.c-plan .plan-head {
	background: url("/assets/img/user/sp/common/bg-green-stripe.png");
}

/* ============================================================================

	.l-sideColumn

============================================================================ */
.f-shopData {
	margin-bottom: 14px;
}

.f-shopData .benefit-btn {
	margin: 5px 0 0;
}

.f-shopData .benefit-btn a:hover {
	opacity: 0.7;
}


.f-shopData .shopData-head {
	border-top: 2px solid #f7359a;
	background: #ff9acf;
	color: #fff;
}

/* 更新日時 */
.f-shopData .shop-detail-updated-at {
	padding: 5px 9px 5px;
	background: #ff54ad;
}

.f-shopData .shop-detail-updated-at-txt {
	font-size: 12px;
	position: relative;
}

.f-shopData .shop-detail-updated-at-txt.with-lead-txt {
	top: 3px;
}

.f-shopData .lead-txt {
	padding: 7px 9px 7px;
	background: #ff54ad;
	font-size: 13px;
	border-bottom: 1px solid #f22e94;
	line-height: 1.23;
}

.f-shopData .shop-name {
	padding: 10px 9px 8px;
	border-top: 1px solid #ffbcdf;
	border-bottom: 1px solid #ff73bc;
	line-height: 1.1;
	font-size: 21px;
	text-shadow: 1px 1px 1px #918b8b;
}

.f-shopData .shopData-body {
	padding-top: 5px;
}

.b-plan .f-shopData .shopData-head {
	border-top: 2px solid #196dc5;
	background: #90c6ff;
}

/* 更新日時 */
.b-plan .f-shopData .shop-detail-updated-at {
	background: #2f92fa;
}

.b-plan .f-shopData .lead-txt {
	background: #2f92fa;
	border-bottom: 1px solid #086dd7;
}

.b-plan .f-shopData .shop-name {
	border-top: 1px solid #b8dbff;
	border-bottom: 1px solid #82b8f0;
}

.c-plan .f-shopData .shopData-head {
	border-top: 2px solid #64b335;
	background: #93de66;
}

/* 更新日時 */
.c-plan .f-shopData .shop-detail-updated-at {
	background: #58c119;
}

.c-plan .f-shopData .lead-txt {
	background: #58c119;
	border-bottom: 1px solid #3e9d05;
}

.c-plan .f-shopData .shop-name {
	border-top: 1px solid #a1ea75;
	border-bottom: 1px solid #7fca52;
}

.mod-contactBtn {
	padding: 5px 5px 0;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	background: #f6f6f6;
}

.mod-contactBtn .contactBtn-list {
	font-size: 0;
	text-align: justify;
	text-justify: distribute-all-lines;/*IE用*/
}

.mod-contactBtn .contactBtn-item {
	display: inline-block;
	margin: 0 0 5px 4px;
}

.mod-contactBtn .contactBtn-item > a {
	position: relative;
	z-index: 1;
}

.mod-contactBtn .contactBtn-item:first-child, .mod-contactBtn .contactBtn-item:last-child {
	margin-left: 0;
	position: relative;
}

/**
 * 店舗詳細左カラム
 */
.mod-contactBtn .contactBtn-item .sns-icon {
	background: url(/assets/img/user/pc/common/btn-shop-line.png?20200422) center 5px/28px 22px no-repeat #29C154;
	-webkit-box-shadow: 0 3px 0 0 #1D8D3C;
	box-shadow: 0 3px 0 0 #1D8D3C;
	color: #fff;
}

.mod-contactBtn .contactBtn-item .sns-icon-off {
	background: url(/assets/img/user/pc/common/btn-shop-line.png?20200422) center 5px/28px 22px no-repeat #C9C9C9;
	color: #fff;
}

.mod-contactBtn .contactBtn-item .tel-icon {
	background: url(/assets/img/user/pc/common/btn-shop-tel.png?20200422) center 5px/21px 22px no-repeat #FF9B9B;
	-webkit-box-shadow: 0 3px 0 0 #C47474;
	box-shadow: 0 3px 0 0 #C47474;
	color: #fff;
}

.mod-contactBtn .contactBtn-item .tel-icon-off {
	background: url(/assets/img/user/pc/common/btn-shop-tel.png?20200422) center 5px/21px 22px no-repeat #C9C9C9;
	color: #fff;
}

.mod-contactBtn .contactBtn-item .contact-icon {
	background: url(/assets/img/user/pc/common/btn-shop-contact.png?20200422) center 5px/19px 22px no-repeat #FF5A98;
	-webkit-box-shadow: 0 3px 0 0 #BF4070;
	box-shadow: 0 3px 0 0 #BF4070;
	color: #FFF500;
}

.mod-contactBtn .contactBtn-item .keep-icon::before {
	background: url(/assets/img/user/pc/common/btn_keep.png?20200422) center 0px/17px 15px no-repeat;
}

.mod-contactBtn .contactBtn-item .keep-icon-on::before,
.mod-contactBtn .contactBtn-item .keep-icon.is-active::before {
	background: url(/assets/img/user/pc/common/btn_keep_on.png?20200422) center 0px/17px 15px no-repeat;
}

.mod-contactBtn .contactBtn-item .keep-icon::before,
.mod-contactBtn .contactBtn-item .keep-icon-on::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 15px;
	vertical-align: middle;
	margin-right: 10px;
}

.mod-contactBtn .contactBtn-item .keep-icon,
.mod-contactBtn .contactBtn-item .keep-icon-on {
	display: block;
	width: 268px;
	border: 1px solid #B2B2B2;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	margin: 3px auto;
	background-color: #fff;
	padding: 5px;
	color: #777777;
	font-weight: bold;
}

.mod-contactBtn .contactBtn-item .sns-icon,
.mod-contactBtn .contactBtn-item .sns-icon-off,
.mod-contactBtn .contactBtn-item .tel-icon,
.mod-contactBtn .contactBtn-item .tel-icon-off,
.mod-contactBtn .contactBtn-item .contact-icon,
.mod-contactBtn .contactBtn-item .contact-icon-t {
	display: block;
	width: 85px;
	height: 50px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 35px 0 0 0;
}

.mod-contactBtn .contactBtn-item .sns-icon:hover,
.mod-contactBtn .contactBtn-item .tel-icon:hover,
.mod-contactBtn .contactBtn-item .contact-icon:hover,
.mod-contactBtn .contactBtn-item .contact-icon-t:hover,
.mod-contactBtn .contactBtn-item .keep-icon:hover {
	opacity: 0.7;
}

.mod-contactBtn .bln-addList {
	display: none;
	width: 322px;
	height: 118px;
	position: absolute;
	top: -113px;
	left: -20px;
	z-index: 10;
}

.mod-contactBtn .bln-addList .bg-balloon {
	position: absolute;
	top: 0;
	left: 0;
}

.mod-contactBtn .keep-popup {
	position: absolute;
	right: 0;
	bottom: -20px;
	z-index: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 30px;
	border: 2px solid #FF5A98;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
	background: url("/assets/img/user/pc/common/ico-heart.svg") 14px center/20px auto no-repeat #fff0f6;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #777;
	width: 165px;
	padding: 10px 14px 10px  42px;
}

.mod-contactBtn .keep-popup.is-limit {
	border: 2px solid #DDDCDC;
}

.mod-contactBtn .keep-popup.is-active {
	z-index: 2;
	opacity: 1;
	bottom: 34px;
}

.mod-contactBtn .keep-popup::before,
.mod-contactBtn .keep-popup::after {
	display: block;
	content: "";
	position: absolute;
	right: 23px;
	border-right: 9px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 9px solid transparent;
}

.mod-contactBtn .keep-popup::before {
	z-index: 3;
	border-top: 8px solid #fff0f6;
	bottom: -15px;
}

.mod-contactBtn .keep-popup::after {
	z-index: 2;
	border-top: 8px solid #FF5A98;
	bottom: -18px;
}

.mod-contactBtn .keep-popup.is-limit {
	background: #F0F6FF;
	text-align: center;
	padding: 10px 25px
}

.mod-contactBtn .keep-popup.is-limit::before {
	border-top: 8px solid #F0F6FF;
}

.mod-contactBtn .keep-popup.is-limit::after {
	border-top: 8px solid #DDDCDC;
}

.mod-contactBtn .bln-addList .addList-txt {
	text-align: center;
	font-size: 13px;
	color: #555;
	line-height: 1.6;
	position: relative;
	left: 31px;
	top: 56px;
	z-index: 15;
}

.mod-contactBtn .bln-addList .addList-txt img {
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.mod-innerLink {
	position: relative;
	z-index: 1;
	padding: 1px;
	border: 1px solid #cccccc;
	background: #fff;
	font-size: 13px;
}

.mod-innerLink .innerLink-item {
	margin-bottom: 3px;
}

.mod-innerLink .innerLink-item:last-child {
	margin-bottom: 0;
}

.mod-innerLink .innerLink-item a,
.mod-innerLink .innerLink-item span {
	display: block;
	height: 32px;
	padding-left: 6px;
	line-height: 32px;
}

.mod-innerLink .innerLink-item a {
	border: 1px solid #ff7fc2;
	background: #ff9acf;
	color: #fff;
}

.mod-innerLink .innerLink-item span {
	border: 1px solid #dedede;
	background: #f7f7f7;
	color: #b7b6b6;
}

.b-plan .mod-innerLink .innerLink-item a {
	border: 1px solid #7ab6f6;
	background: #90c6ff;
}

.c-plan .mod-innerLink .innerLink-item a {
	border: 1px solid #77cf42;
	background: #93de66;
}

/* ============================================================================

	.l-mainColumn

============================================================================ */
.f-managerBlog .blog-pagination {
	padding: 15px 10px;
	text-align: center;
	color: #888;
}

.f-managerBlog .blog-pagination .pagination-top {
	position: relative;
    height: 20px;
}

.f-managerBlog .blog-pagination .pagination-top,
.f-managerBlog .blog-pagination .count {
	margin: 8px 0;
}

.f-managerBlog .blog-pagination .pagination-top > * {
	display: inline-block;
	vertical-align: middle;
}

.f-managerBlog .blog-pagination .pagination-top .prev {
	position: absolute;
    left: 80px;
}

.f-managerBlog .blog-pagination .pagination-top .next {
	position: absolute;
    right: 80px;
}

.f-managerBlog .blog-pagination .pagination-top.list .prev {
	position: absolute;
    left: 160px;
}

.f-managerBlog .blog-pagination .pagination-top.list .next {
	position: absolute;
    right: 160px;
}

.f-managerBlog .blog-pagination .pagination-top .prev,
.f-managerBlog .blog-pagination .pagination-top .next {
	width: 200px;
	font-size: 12px;
}

.f-managerBlog .blog-pagination .pagination-top.list .prev,
.f-managerBlog .blog-pagination .pagination-top.list .next {
	width: 90px;
}

.f-managerBlog .blog-pagination .pagination-top .prev a,
.f-managerBlog .blog-pagination .pagination-top .next a {
	display: block;
	position: relative;
	max-width: 100%;
	padding: 2px 0;
	box-sizing: border-box;
	color: inherit;
}

.f-managerBlog .blog-pagination .pagination-top .prev {
	text-align: right;
}

.f-managerBlog .blog-pagination .pagination-top .prev a {
	padding-left: 10px;
}

.f-managerBlog .blog-pagination .pagination-top .prev a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 8px 4.5px 0;
	border-color: transparent #888 transparent transparent;
}

.f-managerBlog .blog-pagination .pagination-top .next {
	text-align: left;
}

.f-managerBlog .blog-pagination .pagination-top .next a {
	padding-right: 10px;
}

.f-managerBlog .blog-pagination .pagination-top .next a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 8px;
	border-color: transparent transparent transparent #888;
}

.f-managerBlog .blog-pagination .pagination-top .text {
	position: absolute;
    left: 300px;
    top: 1px;
	margin: 2px 1.5em;
	font-size: 12px;
}

.f-managerBlog .blog-pagination .pagination-top .text a {
	color: #888;
}

.f-managerBlog .blog-pagination .count {
	font-size: 12px;
}

/*
	記事単体
------------------------------------------------------*/
.f-blogUnit {
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 10px auto 0;
	width: 98%;
}

.f-blogUnit .head {
	margin-top: 5px;
	height: 36px;
	padding: 0 12px;
	line-height: 37px;
}

.detail .f-blogUnit .head {
	height: auto;
}

.f-blogUnit .blog-ttl {
	font-size: 16px;
	color: #fff;
}

.detail .f-blogUnit .blog-ttl {
	line-height: 22px;
    padding: 5px 0;
}

.list .f-blogUnit .blog-ttl {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.f-blogUnit .blog-ttl a {
	color: #fff;
}

.f-blogUnit .blog-ttl a:hover {
	opacity: 0.7;
}

.f-blogUnit .body {
	padding: 0 13px 13px;
}

.f-blogUnit .body-top {
	height: 40px;
	border-bottom: 1px dashed #ccc;
}

.f-blogUnit .body-top .update {
	float: right;
	margin-top: 11px;
	font-size: 13px;
}

.f-blogUnit .body-top .update.is-new {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.f-blogUnit .body-top .update.is-new::before {
	content: "NEW";
	display: inline-block;
	width: 52px;
	height: 17px;
	margin-right: 5px;
	background-color: #ff3155;
	vertical-align: middle;
	text-align: center;
	line-height: 18px;
	font-size: 13px;
	color: #fff;
}

.f-blogUnit .body-middle {
	padding: 40px 30px;
	line-height: 1.5;
	overflow: hidden;
}

.f-blogUnit .body-middle .body_thumbnail {
	max-width: 300px;
	max-height: 300px;
	float: left;
}

.f-blogUnit .body-bottom {
	display: table;
	margin-left: auto;
	text-align: right;
}

.f-blogUnit .body-bottom a {
	color: #888;
}

.f-blogUnit .body-bottom .mailAction .anchor {
	display: table;
	margin-left: auto;
	padding-left: 20px;
	background: url(/assets/img/user/pc/shop/pay1/managerblog/ico-mail.png) 0 1px no-repeat;
	font-size: 16px;
	font-weight: bold;
}

.f-blogUnit .body-bottom .mailAction .smooth {
	margin: 5px 0;
	font-size: 12px;
}

.f-blogUnit .body-bottom .mailAction .smooth span {
	font-weight: bold;
}

.f-blogUnit .body-bottom .anchorList {
	overflow: hidden;
	margin-top: 15px;
	float: right;
}

.f-blogUnit .body-bottom .anchorList-item {
	float: left;
	font-size: 11px;
}

.f-blogUnit .body-bottom .anchorList-item + .anchorList-item {
	position: relative;
	margin-left: 1.5em;
}

.f-blogUnit .body-bottom .anchorList-item + .anchorList-item::before {
	content: "";
	position: absolute;
	top: 3px;
	left: -1em;
	width: 1px;
	height: 1em;
	background-color: #ccc;
}

.f-blogUnit .body-bottom .anchorList-item .anchor {
	display: block;
	padding: 3px 0;
}

.f-blogUnit .body-bottom .anchorList-item .anchor.shopInfo {
	padding-left: 13px;
	background: url(/assets/img/user/pc/shop/pay1/managerblog/ico-shopinfo.png) 0 1px no-repeat;
	background-size: 10px auto;
}

.f-blogUnit .body-bottom .anchorList-item .anchor.shopHP {
	padding-left: 18px;
	background: url(/assets/img/user/pc/shop/pay1/managerblog/ico-shop-hp.png) 0 2px no-repeat;
	background-size: 16px auto;
}

/*
	関連風俗求人
------------------------------------------------------*/
.f-relation {
	margin: 15px 0;
	padding: 10px 13px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.f-relation .title {
	padding: 4px 0;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	color: #ffa9ce;
}

.f-relation .body {
	overflow: hidden;
}

.f-relation .list {
	overflow: hidden;
	margin-left: -1em;
}

.f-relation .item {
	float: left;
	position: relative;
	margin-top: 5px;
	margin-left: 0.5em;
	padding-left: 0.5em;
	line-height: 14px;
	font-size: 12px;
}

.f-relation .item::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 2px;
	height: 10px;
	border-left: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.f-relation .item a {
	display: block;
	color: inherit;
}

/* ============================================================================

	.l-rightCol

============================================================================ */
.l-rightColumn {
	float: right;
	width: 290px;
}

.l-rightColumn .sectionBody {
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
}

/*
	プロフィール
------------------------------------------------------*/
.f-profile .body {
	padding: 10px 5px;
	margin-bottom: 10px;
}

.f-profile .profile {
	position: relative;
	padding: 12px;
	border: 1px solid #ccc;
	box-shadow: 1px 0 0 #f3f3f3 inset, -1px 0 0 #f3f3f3 inset;
}

.f-profile .p-imgWrap {
	width: 250px;
	height: 320px;
	margin-bottom: 12px;
}

.f-profile .p-imgWrap img {
	border: 1px solid #ccc;
}

.f-profile .p-imgWrap .name {
	width: 230px;
	height: 30px;
	padding-top: 7px;
	background: rgba(0, 0, 0, 0.53);
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	margin: auto;
}

.f-profile .p-imgWrap .p-ellipsis {
	display: inline-block;
	max-width: 195px;
	color: #faf72e;
}

.f-profile .prof-tbl {
	width: 100%;
	border: 1px solid #cccccc;
}

.f-profile .prof-tbl tr:last-child th,
.f-profile .prof-tbl tr:last-child td {
	border-bottom: none;
}

.f-profile .prof-tbl th,
.f-profile .prof-tbl td {
	height: 37px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px dashed #cccccc;
}

.f-profile .prof-tbl th {
	width: 87px;
	background: #FBECF5;
}

.b-plan .f-profile .prof-tbl th {
	background: #edf4fd;
}

.c-plan .f-profile .prof-tbl th {
	background: #ECFBEF;
}

.f-profile .prof-dl {
	margin-top: 12px;
	padding: 0 5px;
}

.f-profile .prof-ttl {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ffc78a;
}

.f-profile .prof-body {
	padding-top: 6px;
	line-height: 1.3;
	font-size: 13px;
	color: #888;
}

/*
	最新のブログを見る
------------------------------------------------------*/
.f-newBlog {
	margin: 10px 0 15px;
}

.f-newBlog .item + .item {
	border-top: 1px dashed #ccc;
}

.f-newBlog .item .anchor {
	display: block;
	padding: 10px;
	box-sizing: border-box;
	font-size: 0;
}

.f-newBlog .item .anchor > * {
	display: inline-block;
	vertical-align: middle;
}

.f-newBlog .item .p-imgWrap {
	width: 62px;
	height: 62px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.f-newBlog .item .p-imgWrap img {
	max-height: initial;
	max-width: initial;
	right: auto;
	bottom: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.f-newBlog .item .col-right {
	width: calc(100% - 72px);
	margin-left: 10px;
}

.f-newBlog .item .update {
	height: 12px;
	line-height: 13px;
	font-size: 10px;
	color: #888;
	text-align: right;
    padding-right: 12px;
}

.f-newBlog .item .update.is-new {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.f-newBlog .item .update.is-new::before {
	content: "NEW";
	display: inline-block;
	width: 40px;
	height: 12px;
	margin-top: -1px;
	margin-right: 2px;
	background-color: #ff3155;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

.f-newBlog .item .title {
	max-width: 100%;
	padding-top: 4px;
	font-size: 13px;
	color: #ff54ad;
}

.b-plan .f-newBlog .item .title {
	color: #2f92fa;
}

.c-plan .f-newBlog .item .title {
	color: #58c119;
}

.f-newBlog .item .text {
	line-height: 16px;
	font-size: 12px;
	color: #888;
}


/*
	カレンダー
------------------------------------------------------*/
.f-archive {
	margin: 10px 0 15px;
}

.f-archive .body {
	overflow: hidden;
	padding: 0 10px 5px;
}

.f-archive .item {
	margin: 10px 0;
}

.f-archive a {
	color: inherit;
}

/*
   出稼ぎ その他のエリアを見る
------------------------------------------------------*/
.workAway .dekasegi_other_area {
    margin-bottom: 10px;
}

.workAway .dekasegi_other_area h3 {
	height: 30px;
    background: #71def3 no-repeat 7px center;
    color: #ffffff;
    line-height: 31px;
    font-size: 15px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	width: 50%;
	margin: auto;
	border-radius: 7px;
}

.workAway .dekasegi_other_list {
	display: none;
}

.workAway .dekasegi_other_list:after {
	content: '';
	clear: both;
	display: block;
}

.workAway .dekasegi_other_list li {
    width: 220px;
	float:left;
	margin-left: 4px;
    margin-top: 10px;
	margin-bottom: 10px;
    text-align: center;
}
.workAway .dekasegi_other_list a {
	display: block;
	color: #888;
	width: 210px;
	height: 90px;
	position: relative;
}

.workAway .dekasegi_other_list img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.workAway .dekasegi_other_list span {
	display: block;
	padding: 4px 0 2px;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
	word-wrap: break-word;
}

#treatment_popup_name{
	display:block;
	position:absolute;
	top:90px;
	left:173px;
	width:262px;
	height:50px;
}

#treatment_popup_name p{
	width:262px;
	height:50px;
	text-align:center;
	line-height: 50px;
	color:#ffffff;
	font-weight:bold;
	font-size: 18px;
}

/* もっと見るボタン */
.read_more {
    display: block;
    position: relative;
    border-radius: 2.8rem;
    background: #fff;
    font-size: 1.4rem;
    line-height: 4rem;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

.read_more.option-0 {
    border: 1px solid #93de66;
    background-color: #93de66;
}
.read_more.option-1 {
    border: 1px solid #2f92fa;
    background-color: #2f92fa;
}
.read_more.option-2 {
    border: 1px solid #ff54ad;
    background-color: #ff54ad;
}

.read_more_block{
	margin: 20px 200px 5px 200px;
}

.read_more::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 0.1rem solid #FFFF;
    border-right: 0.1rem solid #FFFF;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0;
}

.l-mainColumn div.btnWrap.toForm {
	padding-top: 40px;
}

/*面接HowTo動画*/
.f-touchwidget div.touchwidget-body {
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
}

.f-touchwidget div.iframe-area {
    padding: 5px;
}

.f-touchwidget div.frame-area {
    background: url("/assets/img/user/pc/shop/touchwidget/frame.svg") 0% 0% no-repeat;
    background-position: center center;
    height: 60px;
}

.f-touchwidget div.frame-in-text > span {
    font: Bold 11px Meiryo;
    color: #FFFFFF;
    display: table-cell;
 }

.f-touchwidget div.frame-in-text > span:first-child {
    vertical-align: middle;
    padding: 10px;
}

.f-touchwidget div.frame-in-text {
    padding-top: 20px;
    width: 90%;
    height: 70%;
    margin: 0 auto;
}

.f-touchwidget div.text-area {
    margin: 10px 10px 20px 10px;
    line-height: 1.8em;
}

.f-touchwidget span.blue-text {
	color : #59CDDB;
	font-weight: bold;
}

.header_mypage_banner {
	position: fixed;
	left: 100px;
	top: 50px;
	z-index: 0;
}

/*---------------------------------
口コミ追加分
---------------------------------*/
.review-wrap {
	position: relative;
	width: 520px;
	height: 59px;
	margin: 15px auto 20px;
}

.review-wrap .review-txt {
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.review-wrap .review-txt a {
    color: #777777;
	display: block;
	background: url("/assets/img/user/pc/shop/pay1/bg-review.svg") center top / 100% auto no-repeat;
	padding: 19px 0 8px;
}

.review-wrap .review-txt a:hover {
	opacity: 0.6;
}

.review-wrap .review-txt .review {
	color: #46CBC6;
}

.review-wrap .review-txt .number {
	color: #FF5A98;
}

.review-wrap .review-txt em {
	vertical-align: middle;
	font-size: 32px;
	font-weight: bold;
	color: #FF5A98;
	margin: 0 7px;
}

.review-wrap .review-txt sup {
	font-size: 20px;
	font-weight: bold;
}
/* ==================================================
    ぽっちゃり
================================================== */
.f-pocchari {
	margin: 0 0 20px;
}

.f-pocchari .pocchari-head {
	padding: 3px 0 3px 4px;
	background-color: #ffce39;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ffda69), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ffda69), color-stop(0.75, #ffda69), color-stop(0.75, transparent), to(transparent));
	-webkit-background-size: 4px 4px;
}

.f-pocchari .pocchari-body {
	position: relative;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	padding: 10px 14px 15px;
}

.f-pocchari .pocchari-img {
	margin: 0;
	text-align: center;
}

.f-pocchari .actively-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 6px;
	background: #fffdeb;
	width: 100%;
	margin: 8px  0;
	padding: 16px 20px;
}

.f-pocchari .actively-ttl {
	width: 88px;
}

.f-pocchari .actively-ttl img {
	width: 100%;
}

.f-pocchari .actively-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 524px;
}

.f-pocchari .actively-item {
	position: relative;
	width: 106px;
}

.f-pocchari .actively-item::before {
	content: "";
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 2;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	width: 100%;
	height: 8px;
}

.f-pocchari .actively-item::after {
	content: "";
	position: absolute;
	top: 53px;
	right: -2px;
	z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbed4), color-stop(4px, #ffbed4), color-stop(4px, transparent), color-stop(0.8rem, transparent));
	background-image: linear-gradient(to bottom, #ffbed4, #ffbed4 4px, transparent 4px, transparent 8px);
	background-size: 2px 6px;
	width: 2px;
	height: 30px;
}

.f-pocchari .actively-item:first-child::before {
	border-radius: 10px 0 0 10px;
	border-left: 1px solid #ccc;
}

.f-pocchari .actively-item:last-child::before {
	border-radius: 0 10px 10px 0;
	border-right: 1px solid #ccc;
}

.f-pocchari .actively-item:last-child::after {
	content: none;
}

.f-pocchari .actively-item.is-active::before {
	background: #93e4d3;
}

.f-pocchari .actively-item.is-active .type-txt {
	color: #fffb87;
}

.f-pocchari .actively-item.is-active .enrolled-txt {
	color: #fff;
}

.f-pocchari .actively-item.is-active .enrolled-txt em {
	color: #fffb87;
}

.f-pocchari .actively-item.is-active:first-child .type-txt {
	background: #88d2f3;
}

.f-pocchari .actively-item.is-active:first-child .type-txt::after {
	border-top: 0.9rem solid #88d2f3;
}

.f-pocchari .actively-item.is-active:first-child .enrolled-txt {
	background: #88d2f3;
}

.f-pocchari .actively-item.is-active:nth-child(2) .type-txt {
	background: #d696d6;
}

.f-pocchari .actively-item.is-active:nth-child(2) .type-txt::after {
	border-top: 0.9rem solid #d696d6;
}

.f-pocchari .actively-item.is-active:nth-child(2) .enrolled-txt {
	background: #d696d6;
}

.f-pocchari .actively-item.is-active:nth-child(3) .type-txt {
	background: #ff95c0;
}

.f-pocchari .actively-item.is-active:nth-child(3) .type-txt::after {
	border-top: 0.9rem solid #ff95c0;
}

.f-pocchari .actively-item.is-active:nth-child(3) .enrolled-txt {
	background: #ff95c0;
}

.f-pocchari .actively-item.is-active:nth-child(4) .type-txt {
	background: #ff6b9e;
}

.f-pocchari .actively-item.is-active:nth-child(4) .type-txt::after {
	border-top: 0.9rem solid #ff6b9e;
}

.f-pocchari .actively-item.is-active:nth-child(4) .enrolled-txt {
	background: #ff6b9e;
}

.f-pocchari .actively-item.is-active:nth-child(5) .type-txt {
	background: #ff6b7f;
}

.f-pocchari .actively-item.is-active:nth-child(5) .type-txt::after {
	border-top: 0.9rem solid #ff6b7f;
}

.f-pocchari .actively-item.is-active:nth-child(5) .enrolled-txt {
	background: #ff6b7f;
}

.f-pocchari .type-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
	color: #ccc;
	width: 100px;
	height: 45px;
	margin: 0 auto;
}

.f-pocchari .type-txt::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	border-top: 8px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	margin: 0 0 0 -6px;
}

.f-pocchari .type-txt span {
	font-size: 13px;
}

.f-pocchari .enrolled-txt {
	border-radius: 50%;
	background: #fff;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	color: #ccc;
	width: 69px;
	height: 69px;
	margin: 32px auto 0;
	padding: 8px 0 0;
}

.f-pocchari .enrolled-txt em {
	font-size: 24px;
	font-weight: bold;
}

.f-pocchari .coWorker-wrap {
	border-radius: 8px;
	border: 2px solid #ffe923;
	-webkit-box-shadow: 0 3px 0 0 #ffe923;
	box-shadow:  0 3px 0 0 #ffe923;
	background: #fff;
	width: 100%;
	margin: 8px 0 0;
	padding: 0 0 15px;
}

.f-pocchari .coWorker-ttl {
	position: relative;
	background: #FFE923;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #ff5891;
	padding: 4px 0 2px 47px;
}

.f-pocchari .coWorker-ttl::before {
	content: "";
	position: absolute;
	top:  -9px;
	left: 8px;
	background: url("/assets/img/user/pc/shop/pay1/ico-salary.svg") left top/100% auto no-repeat;
	width: 35px;
	height: 36px;
}

.f-pocchari .coWorker-list {
	margin: 10px 15px 0;
}

.f-pocchari .coWorker-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #FFE923;
	margin: 12px 0 0;
	padding: 12px 0 0;
}

.f-pocchari .coWorker-item:first-child {
	border: none;
	margin: 0;
	padding: 0;
}

.f-pocchari .coWorker-item .photo {
	overflow: hidden;
	border-radius: 50%;
	width: 85px;
	height: 85px;
}

.f-pocchari .coWorker-item .photo img {
	-o-object-fit: cover;
	object-fit: cover;
}

.f-pocchari .coWorker-item .money {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 8px;
	border: 1px solid #ffe923;
	background: #fffad9;
	width: 200px;
	height: 82px;
}

.f-pocchari .coWorker-item .money .ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px 0 0 8px;
	background: #ffe923;
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	color: #777;
	width: 70px;
	padding: 0 0 0 21px;
}

.f-pocchari .coWorker-item .money .ttl span {
	display: inline-block;
	background: url("/assets/img/user/pc/shop/pay1/ico-pocchari-money.svg") center top/28px auto no-repeat;
	padding: 22px 0 0;
}

.f-pocchari .coWorker-item .money .txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 18px;
	line-height: 42px;
	font-weight: bold;
	padding: 0 0 0 24px;
}

.f-pocchari .coWorker-item .money .txt em {
	font-size: 28px;
	font-weight: bold;
	color: #ff5891;
}

.f-pocchari .coWorker-item .money .txt::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 12px solid #ffe923;
}

.f-pocchari .coWorker-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 327px;
}

.f-pocchari .coWorker-top img {
	margin: 0 10px 0 0;
}

.f-pocchari .coWorker-top .name {
	font-size: 15px;
	line-height: 27px;
	width: 100%;
}

.f-pocchari .coWorker-top .name em {
	font-size: 18px;
	font-weight: bold;
	color: #ff5891;
}

.f-pocchari .coWorker-top .spec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	line-height: 17px;
	color: #6d6d6d;
}

.f-pocchari .coWorker-top .spec .ttl {
	margin: 0 0 0 15px;
}

.f-pocchari .coWorker-top .spec .ttl::after {
	content: ":";
}

.f-pocchari .coWorker-top .spec .ttl:first-child {
	margin: 0;
}

.f-pocchari .coWorker-top .type {
	display: inline-block;
	border-radius: 13px;
	border: 1px solid #ffe923;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	padding: 0 15px;
}

.f-pocchari .coWorker-top .type span {
	color: #fffb87;
}

.f-pocchari .coWorker-top .type.is-100over {
	background: #ff6b7f;
}

.f-pocchari .coWorker-top .type.is-gekipocha {
	background: #ff6b9e;
}

.f-pocchari .coWorker-top .type.is-pocha {
	background: #ff95c0;
}

.f-pocchari .coWorker-top .type.is-yayapocha {
	background: #d696d6;
}

.f-pocchari .coWorker-top .type.is-underpocha {
	background: #88d2f3;
}

.f-pocchari .coWorker-top .work-day {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url("/assets/img/user/pc/shop/pay1/ico-week.svg") left center/auto 23px no-repeat;
	font-size: 15px;
	line-height: 23px;
	color: #6d6d6d;
	width: 100%;
	margin: 6px 0 0;
	padding: 0 0 0 28px;
}

.f-pocchari .coWorker-top .work-day .ttl::after {
	content: ":";
}

.reviewDetail-wrap{
	margin-bottom: 11px;
}

.reviewDetail-wrap .reviewDetail-ttl {
	border-radius: 5px 5px 0 0;
	background: url("/assets/img/user/pc/shop/review/fukidasi.svg") 12px 4px/28px auto no-repeat #fb5798;
	padding: 10px 20px 10px 55px;
}

.reviewDetail-wrap .reviewDetail-body {
	border-radius: 0 0 5px 5px;
	border: 1px solid #FFCEEB;
	background: #fff;
	padding: 12px 16px  15px;
}

.reviewDetail-wrap .user-data {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 57px;
}

.reviewDetail-wrap .user-data.is-excellent {
	background: url("/assets/img/user/pc/shop/review/ico-excellent.svg") left top/46px auto no-repeat;
}

.reviewDetail-wrap .user-data.is-verygood {
	background: url("/assets/img/user/pc/shop/review/ico-verygood.svg") left top/46px auto no-repeat;
}

.reviewDetail-wrap .user-data.is-good {
	background: url("/assets/img/user/pc/shop/review/ico-good.svg") left top/46px auto no-repeat;
}

.reviewDetail-wrap .user-data.is-average {
	background: url("/assets/img/user/pc/shop/review/ico-average.svg") left top/46px auto no-repeat;
}

.reviewDetail-wrap .user-data.is-poor {
	background: url("/assets/img/user/pc/shop/review/ico-poor.svg") left top/46px auto no-repeat;
}

.reviewDetail-wrap .user-data .name em {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #ff5a98;
}

.reviewDetail-wrap .user-data .age {
	font-size: 13px;
	line-height: 24px;
	margin: 0 0 0 10px;
}

.reviewDetail-wrap .user-data .tag {
	width: 100%;
}

.reviewDetail-wrap .user-data .tag span {
	display: inline-block;
	border-radius: 2px;
	background: #46CBC6;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	padding: 0 12px;
}

.reviewDetail-wrap .reviewDetail-txt {
	font-size: 12px;
	line-height: 18px;
	margin: 8px 0 0;
}

.reviewDetail-wrap .reviewCount-bg {
	position: relative;
	height: 50px;
	margin: 10px 0 0;
}

.reviewDetail-wrap .reviewCount-bg::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	background: url(/assets/img/user/pc/shop/pay1/bg-reviewdetail.svg) center top / 100% auto no-repeat;
	width: 100%;
	height: 50px;
}

.reviewDetail-wrap .reviewCount-txt {
	position: relative;
	z-index: 2;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.reviewDetail-wrap .reviewCount-txt .over-99 {
	display: block;
	width: 378px;
	color: #777;
	margin: 0 0 0 145px;
	padding: 10px 0;
}

.reviewDetail-wrap .reviewCount-txt .under-99 {
	display: block;
	width: 378px;
	color: #777;
	margin: 0 0 0 145px;
	padding: 12px 0;
}

.reviewDetail-wrap .reviewCount-txt .review {
	color: #46CBC6;
}

.reviewDetail-wrap .reviewCount-txt em {
	vertical-align: middle;
	font-size: 28px;
	font-weight: bold;
	color: #FF5A98;
	margin: 0 3px 0 5px;
}

.reviewDetail-wrap .reviewCount-txt sup {
	font-size: 20px;
	font-weight: bold;
}

.reviewDetail-txt .reviewDetail-txt-contents {
	word-break: break-word;
	display: inline;
}

.reviewDetail-wrap .reviewDetail-reply {
	border-radius: 6px;
	background: #EEFFFE;
	margin: 10px 0 0;
	padding: 6px 10px 10px;
}

.reviewDetail-wrap .reply-ttl {
	border-bottom: 1px solid #46CBC6;
	background: url("/assets/img/user/pc/search/ico-popup.svg") left top / 20px auto no-repeat;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #777;
	margin: 0 0 10px;
	padding: 3px 0 6px 26px;
}

.reviewDetail-wrap .reply-txt {
	display: inline;
	font-size: 12px;
	line-height: 19px;
	color: #777;
	word-break: break-word;
}

.reviewDetail-wrap .reply-more{
	display: inline;
	cursor: pointer;
	font-size: 12px;
	line-height: 19px;
	color: #79c6ed;
}

/* ==================================================
	フリーコンテンツ
================================================== */
.f-freecontent {
	background: #FFF0F6 url("/assets/img/user/pc/shop/pay1/bg-freecontent-dotted.svg") left top / 100% auto repeat;
	padding: 20px 0 0;
	margin: 20px auto;
	overflow: hidden;
}

.f-freecontent .freecontent-container {
	margin: 0 auto 20px;
	position: relative;
}

.f-freecontent > .freecontent-item {
	margin: 0 16px;
}

.f-freecontent .swiper-freecontent-button-prev,
.f-freecontent .swiper-freecontent-button-next {
	background: #FFF;
	-webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
}

.f-freecontent .swiper-freecontent-button-prev {
	left: -20px;
}

.f-freecontent .swiper-freecontent-button-next {
	right: -20px;
}

.f-freecontent .swiper-freecontent-button-prev::before,
.f-freecontent .swiper-freecontent-button-next::before {
	content: "";
	display: inline-block;
	background: url("/assets/img/user/pc/shop/pay1/ico-arrow-pink.svg") right center / contain no-repeat;
	width: 9px;
	height: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}

.f-freecontent .swiper-freecontent-button-prev::before {
	transform: rotate(180deg);
	right: 10px;
}

.f-freecontent .swiper-freecontent-button-next::before {
	left: 10px;
}

.f-freecontent .swiper-freecontent-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
	margin: 14px 333px 30px;
}

.f-freecontent .swiper-pagination-bullet {
	background: #D9D9D9;
	opacity: 1;
	width: 10px;
	height: 10px;
}

.f-freecontent .swiper-pagination-bullet-active {
	background: #FF5A98;
}

.f-freecontent .freecontent-swiper {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.f-freecontent .freecontent-swiper .freecontent-ttl {
	padding-left: 12px;
}

.f-freecontent .freecontent-item {
	background-color: #FFF;
	color: #585858;
	border-radius: 10px;
	font-size: 16px;
	height: fit-content;
	padding: 24px 15px 28px;
	margin-bottom: 20px;
}

.f-freecontent .freecontent-swiper .freecontent-item {
	margin-bottom: 0;
	width: 331px !important;
}

.f-freecontent .freecontent-swiper .freecontent-item:nth-child(odd) {
	margin-left: 16px !important;
	margin-right: 6px !important;
}

.f-freecontent .freecontent-swiper .freecontent-item:nth-child(even) {
	margin-right: 16px !important;
}

.f-freecontent .freecontent-swiper .freecontent-item.empty {
	background-color: transparent;
}

.f-freecontent .freecontent-ttl {
	color: #00AEC2;
	font-weight: bold;
	line-height: 24px;
	padding-left: 15px;
	margin-bottom: 16px;
	position: relative;
}

.f-freecontent .freecontent-ttl::before {
	content: "";
	display: inline-block;
	background-color: #FFC2DA;
	border-radius: 2px;
	width: 5px;
	min-height: 24px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.f-freecontent .freecontent-img {
	width: 300px;
	height: 404px;
	margin-bottom: 16px;
}

.f-freecontent .freecontent-txt {
	font-size: 14px;
	line-height: 22.4px;
}
.f-freecontent .freecontent-txt .txt-red {
	color: #DF0000;
	font-weight: bold;
}

.f-freecontent .freecontent-txt .txt-pink {
	display: inline-block;
	color: #FF0099;
	position: relative;
}

.f-freecontent .freecontent-txt .txt-pink::after {
	content: "";
	display: inline-block;
	background-color: #FF0099;
	width: 100%;
	height: 1px;
	margin: auto;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
}

.f-freecontent .freecontent-txt + .freecontent-txt {
	margin-top: 20px;
}

.f-freecontent .freecontent-txt + .freecontent-link,
.f-freecontent .freecontent-txt + .freecontent-entry {
	margin: 16px auto 3px;
}

.f-freecontent .freecontent-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFF;
	-webkit-box-shadow: 0 3px 0 0 #FD84B2;
	box-shadow: 0 3px 0 0 #FD84B2;
	color: #FD5A98;
	border: 2px solid #FFB2D6;
	border-radius: 10px;
	font-weight: bold;
	line-height: 24px;
	width: 302px;
	min-height: 53px;
	padding: 10px;
}

.f-freecontent .freecontent-entry {
	display: block;
	text-align: center;
	background-color: #29C154;
	-webkit-box-shadow: 0 3px 0 0 #1D8D3C;
	box-shadow: 0 3px 0 0 #1D8D3C;
	border: transparent;
	border-radius: 10px;
	font-weight: bold;
	line-height: 24px;
	width: 302px;
	min-height: 68px;
	padding: 14px 10px 6px;
	position: relative;
}

.f-freecontent .freecontent-link:hover,
.f-freecontent .freecontent-entry:hover {
	opacity: .7;
}

.f-freecontent button.freecontent-entry {
	font-size: inherit;
	font-family: inherit;
}

.f-freecontent .freecontent-entry .entry-ttl {
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
}

.f-freecontent .freecontent-entry .entry-ttl::before {
	content: "";
	display: inline-block;
	vertical-align: sub;
	background: url("/assets/img/user/pc/detail/btn-shop-line.png") left center / contain no-repeat;
	width: 25px;
	height: 20px;
	margin-right: 11px;
}

.f-freecontent .freecontent-entry .entry-ttl::after {
	content: "";
	display: inline-block;
	background: url("/assets/img/user/pc/shop/pay1/ico-arrow-white.svg") right center / contain no-repeat;
	width: 8px;
	height: 14px;
	margin-left: 10px;
}

.f-freecontent .freecontent-entry .entry-txt {
	color: #FFF500;
	font-size: 11px;
	font-weight: 400;
}

.f-freecontent .copied_id_box {
	background-color: #E6F9E5;
	border: 2px solid #0BB901;
	border-radius: 10px;
	font-weight: bold;
	line-height: 24px;
	color: #00B900;
	width: 302px;
	min-height: 68px;
	padding: 21px 10px 6px;
	position: relative;
	margin: 19px auto 0;
	text-align: center;
	display: none;
	color: #00B900;
}

.f-freecontent .copied_id_box .entry-ttl::before {
	content: "";
	display: inline-block;
	vertical-align: sub;
	background: url("/assets/img/user/pc/detail/ico-copied_line_id.svg") left center / contain no-repeat;
	width: 25px;
	height: 20px;
	margin-right: 11px;
}

.f-freecontent .adult_warning {
	margin-top: 13px;
	font-size: 12px;
	color: #FF0000;
	text-align: center;
}
/* ==================================================
    応募特典
================================================== */
.f-benefit {
	margin: 0 0 20px;
}

.f-benefit .benefit-head {
	padding: 3px 0 3px 4px;
	background-color: #ffa061;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ff9048), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ff9048), color-stop(0.75, #ff9048), color-stop(0.75, transparent), to(transparent));
	-webkit-background-size: 4px 4px;
}

.f-benefit .benefit-body {
	position: relative;
	border: 1px solid #ccc;
	border-top: none;
	background: url("/assets/img/user/pc/shop/pay1/bg-benefit-dotted.svg") left top / 100% auto no-repeat #FFEBDE;
	padding: 17px 16px 18px;
}

.f-benefit .benefit-bg {
	box-shadow: 0 2px 0 0 #FFD7BC;
	background: #fff;
	padding: 0 0 15px;
}

.f-benefit .benefit-dl .ttl {
	background: url("/assets/img/user/pc/shop/pay1/bg-benefit-line.svg") left bottom /100% auto no-repeat;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FF5A98;
	padding: 15px 17px 18px;
	word-wrap: break-word;
}

.f-benefit .benefit-dl .txt {
	font-size: 12px;
	line-height: 18px;
	color: #777;
	padding: 11px 17px 0;
	word-wrap: break-word;
}

.f-benefit .howto-txt {
	background: url("/assets/img/user/pc/shop/pay1/bg-benefit-howto.svg") left top /100% auto no-repeat;
	font-size: 13px;
	line-height: 35px;
	text-align: center;
	color: #777;
	width: 632px;
	margin: 12px 17px 0;
	padding: 0 0 0 241px;
}

.f-benefit .howto-txt em {
	font-weight: bold;
	color: #FF5A98;
}

.f-nocampaign {
	margin-bottom: 11px;
	width: 415px;
	height: 74px;
	font-size: 14px;
	text-align: center;

}

.f-nocampaign .nocampaign_img{
	display:block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.f-nocampaign .nocampaign_text{
	text-align: left;
	float: left;
	height: 74px;
	position: relative;
	left: 15px;
	top: 5px;
}

.f-nocampaign .nocampaign_text p{
	color: #000000;
	margin-top: 10px;
}

.f-nocampaign .nocampaign_text .large_pink_text{
	font-size: 24px;
	font-weight: bold;
	color: #FF448A;
}

.f-telModal .nocampaign_text .message-txt{
	width: 420px;
	text-align: left;
}

.f-telModal .nocampaign_text .message-txt::before{
	background: url("/assets/img/user/pc/shop/pay0/nocampaign.png") left top no-repeat;
}

.f-telModal .nocampaign_text .message-txt em{
	display: contents;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #FF448A;
}

/* 追従バナー */
.header_specialvanilla_banner {
	position: fixed;
	left: 7px;
	top: 66px;
	z-index: 0;
	width: 90px;
}

/* 会員限定スペシャルマッチ保証 */
.f-specialvanilla {
	margin-bottom: 17px;
	background: transparent linear-gradient(360deg, #FFFBEF 0%, #F9E2A9 100%) 0% 0% no-repeat padding-box;
}

.f-specialvanilla .specialvanilla-head {
	padding: 5px 0 5px 8px;
	background: url("/assets/img/user/pc/specialvanilla/bg-brown-stripe.png") 0 0/3px 3px repeat #664118;
}

.f-specialvanilla .specialvanilla-body {
	border-color: #ccc;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	padding: 9px 0 10px;
}

/* 保証条件 */
.f-specialvanilla .warranty-conditions {
	width: 666px;
	background: #FFFBEF;
	margin: 0 auto;
	padding: 10px 0 0;
}

.f-specialvanilla .warranty-conditions .warranty-ttl {
	display: block;
	text-align: center;
	color: #674012;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 30px;
	background: url("/assets/img/user/pc/specialvanilla/bg-ttl.svg") left center/265px auto no-repeat,
				url("/assets/img/user/pc/specialvanilla/bg-ttl.svg") right center/265px auto no-repeat;
}

.f-specialvanilla .warranty-conditions .condition-list {
	display: flex;
	flex-wrap: wrap;
	margin: 3px 30px 0;
}

.f-specialvanilla .warranty-conditions .condition-item {
	display: flex;
	align-items: center;
	margin: 3px 0;
	width: 367px;
}

.f-specialvanilla .warranty-conditions .condition-item2 {
	margin-top: 3px;
	width: 367px;
}

.f-specialvanilla .warranty-conditions .condition-item.bmi,
.f-specialvanilla .warranty-conditions .condition-item.work,
.f-specialvanilla .warranty-conditions .condition-item2.experience,
.f-specialvanilla .warranty-conditions .condition-item2.other {
	width: 239px;
}

.f-specialvanilla .warranty-conditions .condition-item.other {
	padding-bottom: 16px;
}

.f-specialvanilla .warranty-conditions .condition-item .condition-ttl,
.f-specialvanilla .warranty-conditions .condition-item2 .condition-ttl {
	font-size: 12px;
	font-weight: bold;
	color: #674012;
	width: 89px;
	text-align: left;
	padding-left: 23px;
	line-height: 2;
}
.f-specialvanilla .warranty-conditions .condition-item2 .condition-ttl {
	margin-bottom: 3px;
}

.f-specialvanilla .warranty-conditions .condition-item .condition-ttl .txt-small {
	font-size: 10px;
	transform: scale(.8);
	display: block;
	transform-origin: top left;
	text-indent: -.3em;
}

.f-specialvanilla .warranty-conditions .condition-item.age .condition-ttl {
	background: url("/assets/img/user/pc/specialvanilla/ico-note.svg") left 30%/20px auto no-repeat;
}

.f-specialvanilla .warranty-conditions .condition-item.bmi .condition-ttl {
	line-height: 1.1;
	width: 70px;
	background: url("/assets/img/user/pc/specialvanilla/ico-scale.svg") left 20%/20px auto no-repeat;
}

.f-specialvanilla .warranty-conditions .condition-item.bust .condition-ttl {
	background: url("/assets/img/user/pc/specialvanilla/ico-brassiere.svg") left 30%/20px auto no-repeat;
}

.f-specialvanilla .warranty-conditions .condition-item.work .condition-ttl {
	width: 70px;
	background: url("/assets/img/user/pc/specialvanilla/ico-calendar.svg") left 0/20px auto no-repeat;
}

.f-specialvanilla .warranty-conditions .condition-item2.face .condition-ttl {
	background: url("/assets/img/user/pc/specialvanilla/ico-woman.svg") left 30%/20px auto no-repeat;
}

.f-specialvanilla .warranty-conditions .condition-item2.experience .condition-ttl {
	background: url("/assets/img/user/pc/specialvanilla/ico-moon.svg") left 30%/20px auto no-repeat;
}

.f-specialvanilla .warranty-conditions .condition-item2.other .condition-ttl {
	background: url("/assets/img/user/pc/specialvanilla/ico-dots.svg") left 30%/20px auto no-repeat;
	margin: 4px 0 -1px;
}

.f-specialvanilla .warranty-conditions .condition-item .condition-detail {
	font-size: 14px;
	line-height: 16px;
	color: #333;
	flex: 1;
}

.f-specialvanilla .warranty-conditions .condition-item-col2 {
	width: 100%;
	margin-top: 5px;
}

.f-specialvanilla .warranty-conditions .condition-item-row {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 16px;
}
.f-specialvanilla .warranty-conditions .condition-item-row .condition-item2 .image {
	margin-left: 23px;
}
.f-specialvanilla .warranty-conditions .condition-item-row .condition-item2.other .image {
	margin-top: 5px;
}

.f-specialvanilla .warranty-conditions .condition-item-col2 .condition-detail-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 517px;
}

.f-specialvanilla .warranty-conditions .condition-item-col2 .condition-detail-item {
	min-width: 152px;
	background: #ddd;
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
}

.f-specialvanilla .warranty-conditions .condition-item-col2 .condition-detail-item.wide {
	flex: 1;
}

.f-specialvanilla .warranty-conditions .condition-item-col2 .condition-detail-item + .condition-detail-item {
	margin-left: 6px;
}

.f-specialvanilla .warranty-conditions .condition-item-col2 .condition-detail-item.on {
	background: #C8A664;
}

/* 保証条件（会員未登録） */
.f-specialvanilla .unregistered {
	height: 461px;
	padding: 22px 27px 0;
	margin: 7px 0 0;
	background: url("/assets/img/user/pc/specialvanilla/bg-unregistered.png") 0 0 no-repeat;
}

.f-specialvanilla .unregistered::after {
	display: block;
	content: '';
	clear: both;
	overflow: hidden;
}

.f-specialvanilla .unregistered .btn-login {
	display: block;
	width: 296px;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 25px auto 0;
	background: url("/assets/img/user/pc/specialvanilla/ico-arrow-white.svg") 255px center no-repeat #7B572D;
	border-radius: 4px;
	float: left;
}

.f-specialvanilla .unregistered .btn-register {
	display: block;
	width: 296px;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #FF5891;
	text-align: center;
	font-weight: bold;
	margin: 25px auto 0;
	background: url("/assets/img/user/pc/specialvanilla/ico-arrow-pink.svg") 255px center no-repeat #fff;
	box-shadow: 0 3px 0 #BF4070;
	border: 2px solid #FF5A98;
	border-radius: 4px;
	float: right;
}

/* 保証内容 */
.f-specialvanilla .warranty-info {
	width: 666px;
	background: #FFFBEF;
	margin: 10px auto 0;
	padding: 12px 30px 14px;
}

.f-specialvanilla .warranty-info .info-ttl {
	display: block;
	text-align: center;
	color: #674012;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	background: url("/assets/img/user/pc/specialvanilla/bg-ttl-pink.svg") left center/235px auto no-repeat,
				url("/assets/img/user/pc/specialvanilla/bg-ttl-pink.svg") right center/235px auto no-repeat;
}

.f-specialvanilla .warranty-info .info-detail {
	margin-top: 7px;
	background: url("/assets/img/user/pc/specialvanilla/bg-frame-top.png") center top/ 100% auto no-repeat,
				url("/assets/img/user/pc/specialvanilla/bg-frame-bottom.png") center bottom/ 100% auto no-repeat;
	display: block;
	padding: 17px 0 11px;
}

.f-specialvanilla .warranty-info .feature {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.f-specialvanilla .warranty-info .feature .salary .comment {
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 3px;
}

.f-specialvanilla .warranty-info .feature .salary .detail {
	display: flex;
	align-items: flex-end;
	padding-bottom: 3px;
}

.f-specialvanilla .warranty-info .feature .salary .condition {
	text-align: center;
}

.f-specialvanilla .warranty-info .feature .salary .condition .guarantee {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #D42E55;
	height: 27px;
	width: 72px;
	margin-top: 5px;
	border-radius: 2px;
	line-height: 27px;
}

.f-specialvanilla .warranty-info .feature .salary .condition .guarantee-txt {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #674012;
	margin-top: 5px;
	border-radius: 2px;
	height: 27px;
	width: 90px;
	line-height: 27px;
}

.f-specialvanilla .warranty-info .feature .salary .price {
	font-size: 18px;
	font-weight: bold;
	color: #674012;
	padding: 0 3px;
	background: linear-gradient(transparent 52%, #FFF17E 52%, #FFF17E 98%,transparent 98%);
	line-height: 28px;
	white-space: nowrap;
	margin: 0 0 0 10px;
}

.f-specialvanilla .warranty-info .feature .salary .price .num {
	font-size: 28px;
	color: #D42E55;
}

.f-specialvanilla .warranty-info .feature .salary + .return-rate-wrap {
	padding-left: 39px;
	margin-left: 39px;
	border-left: 1px solid #C8A664;
	display: flex;
	align-items: flex-end;
	padding-bottom: 2px;
}

.f-specialvanilla .warranty-info .feature .return-rate {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	width: min-content;
	white-space: nowrap;
	margin-top: 10px;
}

.f-specialvanilla .warranty-info .feature .return-rate .ttl {
	font-size: 18px;
	font-weight: bold;
	color: #674012;
}

.f-specialvanilla .warranty-info .feature .return-rate .detail {
	font-size: 18px;
	font-weight: bold;
	color: #674012;
	background: linear-gradient(transparent 52%, #FFF17E 52%, #FFF17E 98%,transparent 98%);
	line-height: 28px;
	margin-left: 10px;
}

.f-specialvanilla .warranty-info .feature .return-rate .detail .num {
	font-size: 28px;
	color: #D42E55;
}

/* 給与目安 */
.f-specialvanilla .warranty-info .expect_wage_outer_box {
	display: flex;
	justify-content: center;
	margin-top: 12px;
}
.f-specialvanilla .warranty-info .expect_wage {
	width: 326px;
	height: 28px;
	border: 1px solid #C8A664;
	border-radius: 5px;
	font-weight: bold;
	color: #B7872A;
	display: flex;
	align-items: center;
}
.f-specialvanilla .warranty-info .expect_wage .money_icon {
	margin-right: 3px;
	margin-top: 7px;
	margin-bottom: 6.5px;
}
.f-specialvanilla .warranty-info .expect_wage .expect_wage_title {
	font-size: 13px;
	margin: 8.5px 0 6.5px 1px;
}
.f-specialvanilla .warranty-info .expect_wage .dotted {
	margin: 1px 5px 2px;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
}
.f-specialvanilla .warranty-info .expect_wage .detail {
	font-size: 14px;
	margin-left: 0;
	margin-top: 4.5px;
}
.f-specialvanilla .warranty-info .expect_wage .working_time,
.f-specialvanilla .warranty-info .expect_wage .salary {
	font-size: 18px;
}
.f-specialvanilla .warranty-info .expect_wage .interval {
	margin-left: 2px;
}

.f-specialvanilla .warranty-info .pointList {
	margin: 13px auto 8px;
}

.f-specialvanilla .warranty-info .pointList .point {
	line-height: 1.5;
	font-size: 13px;
	font-weight: bold;
	color: #674012;
	padding: 0 0 0 11px;
	background: url("/assets/img/user/pc/specialvanilla/ico-ribbon.svg") 0 2px/7px auto no-repeat;
}

.f-specialvanilla .warranty-info .pointList .point + .point {
	padding-left: 20px;
	background-position-x: 9px;
}

/* 店舗メッセージ */
.f-specialvanilla .shop-message {
	border: 1px solid #674012;
	font-size: 14px;
	line-height: 22px;
	color: #674012;
	padding: 8px 16px;
	width: 666px;
	margin: 10px auto 0;
	word-break: break-all;
}

/* 応募について */
.f-specialvanilla .note-balloon {
	width: 534px;
	margin: 20px auto 0;
	border-radius: 5px;
	position: relative;
	color: #FF448A;
	font-size: 13px;
	line-height: 18px;
	padding: 9px 10px 9px 40px;
	background: url("/assets/img/user/pc/specialvanilla/ico-hand.svg") 11px 0/24px auto no-repeat #FFE8F3;
}

.f-specialvanilla .note-balloon::after {
	display: block;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 256px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 11px 0 11px;
	border-color: #FFE8F3 transparent transparent transparent;
}

/* 応募するボタン */
.f-specialvanilla .btn-entry {
	display: block;
	width: 302px;
	margin: 16px auto 0;
}

/* 注釈 */
.f-specialvanilla .note-txt {
	margin: 10px auto;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	color: #333333;
}

.f-specialvanilla .note-txt a {
	color: #00A6E5;
	text-decoration: underline;
}

.f-specialContents .begginer-body .background-white {
	background: #fff;
}
