@charset "utf-8";
/*-----------------------------------------------------------------------------
■┓サイトの構造
┗┛
┗headerUrl-(include)
┗#main
　┗#two_column
　　┗.main_column
　　　┗#vc_style
　　┗sideColumnUrl-(include)
　　┗vc_side_column_style-(includeしない場合 for_develop/zzz_sample.jsp で使用)
┗footerUrl-(include)
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
■┓サイドメニュー
┗┛（#vc_side_column_style）
-------------------------------------------------------------------------------*/
#vc_side_column_style {
	/*
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	*/
}
#vc_side_column_style a {
	text-decoration: none;
}
#vc_side_column_style ul li .major_category_name {
	background-color: #efefef;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	color: #000;
	cursor: pointer;
	display: block;
	padding: 10px 30px 8px 15px;
	position: relative;
}
#vc_side_column_style ul li .open_on_load {
	display: block;
}
#vc_side_column_style ul li span.major_category_name::after {
	border-color: transparent #666 #666 transparent;
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	position: absolute;
		top: calc(50% - 7px);
		right: 13px;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
}
#vc_side_column_style ul li:last-of-type .major_category_name {
	border-bottom-width: 1px;
}
#vc_side_column_style ul li:first-child .major_category_name {
	border-radius: 8px 8px 0 0;
}
#vc_side_column_style ul li:last-child .major_category_name {
	border-radius: 0 0 8px 8px;
}
#vc_side_column_style ul li span.open_midium_category::after {
	border-color: transparent #666 #666 transparent;
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	position: absolute;
		top: calc(50% - 1px);
		right: 13px;
	transform: rotate(-135deg);
	width: 8px;
	height: 8px;
}
#vc_side_column_style ul li:last-of-type .open_midium_category {
	border-bottom: none;
	border-radius: 0;
}
#vc_side_column_style .medium_category_list {
	display: none;
}
#vc_side_column_style .medium_category_list a {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	color: #000;
	display: block;
	padding: 10px 30px 8px 30px;
	position: relative;
	transition: all .3s
}
#vc_side_column_style ul li a::after {
	border-color: transparent #666 #666 transparent;
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	position: absolute;
		top: calc(50% - 5px);
		right: 15px;
	transform: rotate(-45deg);
	width: 8px;
	height: 8px;
}
#vc_side_column_style ul li:last-of-type ul li:last-of-type a {
	border-bottom-width: 1px;
	border-radius: 0 0 10px 10px;
}
#vc_side_column_style span:hover,
#vc_side_column_style a:hover {
	text-decoration: underline;
}
#vc_side_column_style a:hover {
	opacity: .6;
}
/*-----------------------------------------------------------------------------
■┓メインコンテンツ内
┗┛（#vc_style）
-------------------------------------------------------------------------------*/
#vc_style {
	padding-top: 0 !important;
}
/*--------------
ページタイトル（ポイント購入のページ等で使用）
（.headline_title）
----------------------------------------------------------*/
#vc_style .headline_title {
	background-color: #ffe;
	border: 2px solid #ddc;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 12px;
	text-align: center;
}
/*--------------
セクションタイトル
（.section_title）
----------------------------------------------------------*/
#vc_style .section_title {
	background-color: #efefef;
	border-left: 4px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 48px 0 16px;
	padding: 10px 4px 8px 8px;
}
#vc_style .service_title + .section_title {
	margin-top: 0;
}
/*--------------
ページ概要
（.service_summary）
----------------------------------------------------------*/
#vc_style .service_summary .catch_copy {
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	margin-bottom: 12px;
}
/*--------------
ページ内ナビとイメージ画像
（.anc_img）
----------------------------------------------------------*/
#vc_style .anc_img {
	/*overflow: hidden;*/
	display: flex;
		align-items: flex-start;
		flex-wrap: nowrap;
		justify-content: space-between;
	margin-top: 32px;
}
/*--------------
ページ内ナビ
（.service_anc_nav）
----------------------------------------------------------*/
#vc_style .anc_img .service_anc_nav {
	background-color: #fcfcfc;
	border: 1px solid #999;
	border-radius: 10px;
	margin-right: 32px;
	padding: 16px 32px 8px 16px;
}
#vc_style .anc_img .service_anc_nav a {
	display: inline-block;
	margin-bottom: 4px;
	padding-left: 16px;
	position: relative;
}
#vc_style .anc_img .service_anc_nav a::before {
	border-color: transparent #03c #03c transparent;
	border-style: solid;
	border-width: 1px;
	content: "";
	display: block;
	position: absolute;
		top: .6em;
		left: 0;
	transform: rotate(-45deg);
	width: 6px;
	height: 6px;
}
#vc_style .anc_img .service_anc_nav a:hover::before {
	border-color: transparent #f00 #f00 transparent;
}
/* リンクを切断（li class="nolink"） */
#vc_style .anc_img .service_anc_nav .nolink a {
	color: #c0c0c0;
}
#vc_style .anc_img .service_anc_nav .nolink a:hover {
	cursor: default;
	text-decoration: none;
}
#vc_style .anc_img .service_anc_nav .nolink a::before {
	border-color: transparent #c0c0c0 #c0c0c0 transparent;
}
/*--------------
イメージ画像
（.service_image）
----------------------------------------------------------*/
#vc_style .anc_img .service_image {
	max-width: 600px;
}
#vc_style .anc_img .service_image img {
	border-radius: 8px;
}
/*--------------
サービスページからのお知らせ
（.service_info）
----------------------------------------------------------*/
#vc_style .service_info {
	margin-top: 8px;
	width: 450px;
}
#vc_style .service_info .service_info_title {
	border-color: #ccc;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-radius: 8px 8px 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 8px 8px 16px;
	text-align: center;
}
#vc_style .service_info .service_info_contents {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 4px 4px 4px;
	border-radius: 0 0 8px 8px;
	overflow: auto;
	padding: 0 16px;
	width: 100%;
	height: auto;
}
#vc_style .service_info .service_info_contents::after { /* overflow とpadding-bottom を同時指定すると padding-bottom が効かないので疑似要素で代用 */
	content: "";
	display: block;
	height: 20px;
	position: relative;
		bottom: 0;
		left: 0;
}
/*--------------
お申込方法
（section.procedure）
----------------------------------------------------------*/
#vc_style section.procedure {
	background: #fbfbfb;
	border: 1px solid #ccc; 
	border-radius: 8px;
	padding: 16px;
}
#vc_style section.procedure .procedure_title {
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 8px 8px;
}
#vc_style section.procedure .procedure_contents {
	padding: 16px 8px 8px;
}
#vc_style section.procedure .procedure_contents *:last-child {
	margin-bottom: 0;
}
#vc_style .procedure_arrow {
	border-color: #d9d9d9 transparent transparent transparent;
	border-style: solid;
	border-width: 24px 120px 0 120px;
	margin: 0 auto 8px;
	width: 0;
	height: 0;
}
#vc_style .procedure_arrow span{
	visibility: hidden;
}
/*--------------
ご注意
（.notes）
----------------------------------------------------------*/
#vc_style .notes {
	background: #fff0f5;
	border: 1px solid #f08080;
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 16px;
}
#vc_style .notes .notes_title {
	background: url(/vc/base/usr/docs/images/attention@2x.png) 4px 6px no-repeat;
	background-size: 15px 15px;
	color: #f00;
	font-weight: bold;
	margin-bottom: 8px;
	padding-left: 24px;
}
#vc_style .notes .notes_subtitle {
	background: #808080;
	color: #fff;
	margin: 24px 0 12px;
	padding: 4px 6px;
}
#vc_style .notes .notes_title + .notes_subtitle {
	margin-top: 8px;
}
#vc_style .notes .notes_subtitle span {
	border-left: 4px solid #fff;
	display: block;
	padding: 1px 0 3px 12px;
}
#vc_style .notes ul li {
	display: block;
	margin-left: 8px;
	margin-bottom: .25em;
	padding-left: 1em;
	position: relative;
}
#vc_style .notes ul li::before {
	content: "\f111"; /* フォントの「YakuHanJP」使用時ずれないようにFontAwesomeを使用 */
	font-family: FontAwesome;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1;
	position: absolute;
		top: 9px;
		left: 2px;
	transform: scale(.5); /* Chromeでフォントサイズが10px以下にならないので、その対応 */
}
#vc_style .notes *:last-child {
	margin-bottom: 0 !important;
}
/*--------------
チケット再配送について
（section.redeliver）
----------------------------------------------------------*/
/*
/vc/apply/の方でも使用するためbase.css へ移動

#vc_style section.redeliver {
	background: #fffaf0;
	border: 1px solid #d2b48c;
	border-radius: 8px;
	margin: 32px 0;
	padding: 16px;
}
#vc_style section.redeliver .redeliver_title {
	border-bottom: 1px solid #d2b48c;
	color: #333;
	font-weight: bold;
	padding: 0 8px 8px;
}
#vc_style section.redeliver .redeliver_contents {
	padding: 16px 8px 0;
}
*/
/*--------------
カフェテリアポイント購入
（.vcpnt）
----------------------------------------------------------*/
#vc_style .vcpnt {
	background: #eff9fa;
	border: 1px solid #000080;
	border-radius: 8px;
	display: inline-block;
	margin: 0;
	padding: 16px;
}
/*--------------
お問い合わせ
（.contact）
----------------------------------------------------------*/
#vc_style .contact {
	background: #f8f8ff;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin: 8px 0 24px;
	padding: 16px;
}
#vc_style .contact *:last-child {
	margin-bottom: 0;
}
#vc_style .contact .contact_title {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 8px;
}
#vc_style .contact .contact_contents {
	overflow: hidden;
	padding: 16px 0 0 1em;
}
#vc_style .contact .contact_contents .amano_pmark {
	border: 1px solid #ccc;
	float: right;
	margin-left: 8px
}
#vc_style .contact table th,
#vc_style .contact table td {
	padding-bottom: 8px;
}
#vc_style .contact table tr:last-of-type th,
#vc_style .contact table tr:last-of-type td {
	padding-bottom: 0;
}
#vc_style .contact table th {
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
}
#vc_style .contact table td span {
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 8px;
}
/*--------------
サービス利用の流れ
（.service_flow）
----------------------------------------------------------*/
#vc_style .service_flow {
	display: flex;
		align-content: center;
	margin-bottom: 1em;
}
#vc_style .service_flow div {
	border: 1px solid #999;
	border-radius: 4px;
	flex: 0 1 30%;
	padding: 32px 20px 16px;
	position: relative;
	text-align: center;
}
#vc_style .service_flow div.flow_after_arrow {
	margin-right: 24px;
}
#vc_style .service_flow div .flow_number,
#vc_style .service_flow div .inline_flow_number {
	background-color: #333;
	border-radius: 3px 0 3px 0;
	color: #fff;
	display: inline-flex;
		align-items: center;
		justify-content: center;
	line-height: 1;
	padding-bottom: 1px;
	width: 24px;
	height: 24px;
}
#vc_style .service_flow div .flow_number {
	position: absolute;
		top: 0;
		left: 0;
}
#vc_style .service_flow div .inline_flow_number {
	font-size: 15px;
	font-size: 1.5rem;
	width: 20px;
	height: 20px;
}
#vc_style .service_flow div.flow_after_arrow::after {
	border-width: 40px 0 40px 24px;
	border-style: solid;
	border-color: transparent transparent transparent #d9d9d9;
	content: "";
	display: block;
	position: absolute;
		top: calc(50% - 40px);
		left:calc(100% + 1px);
	width: 0;
	height: 0;
}
/*--------------
お知らせ・ページ上部に赤枠で表示（.info）
キャンペーン・ページ上部に赤枠で表示（.info + .campaign）
----------------------------------------------------------*/
#vc_style .info .info_title {
	background-color: #f00;
	border-bottom: 1px solid #f00; /* IEで次の要素との隙間をなくすため */
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 16px 10px 10px 16px;
}
#vc_style .info.campaign .info_title {
	background: url(/vc/base/usr/docs/images/camp_ribbon_pc@2x.png) right top no-repeat #f00;
	background-size: 150px 55px;
	padding-right: 144px;
}
#vc_style .info .info_body {
	border: 2px solid #f00;
	margin-bottom: 32px;
	overflow: auto;
	padding: 16px;
}
#vc_style .info .info_body .info_term {
	font-weight: bold;
	text-align: right;
}
#vc_style .info .info_body > p:last-child {/* お知らせの最後の<p> */
	margin-bottom: 0 !important;
}
#vc_style .info .info_ul li:not(:last-of-type) {
	margin-bottom: 1.5em;
}
#vc_style .info .info_ul li .info_ul_title {
	background: #ffe;
	border-bottom: 1px solid #d9d94e;
	border-left: 4px solid #d9d94e;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 12px;
	padding: 10px 4px 10px 8px;
}

/*--------------
商品カテゴリ
（.category_list）
----------------------------------------------------------*/
#vc_style .category_list h4 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 4px;
}
#vc_style .category_list .category_name_sp {
	display: none;
}
#vc_style .category_list .category_name_sp_ctgindex {
	display:none;
}
#vc_style .category_list .category_name,
#vc_style .category_list .category_name_pc {
	border-bottom: 1px solid #666;
	font-weight: bold;
	margin-bottom: 12px;
	padding-bottom: 4px;
}
#vc_style .category_list .category_name_pc_amano, /* クラス統一後こちらは削除 */
#vc_style .category_list .category_name_pc_img {
	border-bottom: 0;
	padding-bottom: 0;
}
#vc_style .category_list .three_column,
#vc_style .category_list .two_column {
	display: flex;
	flex-wrap: wrap;
	margin: 16px 0 0 24px;
}
#vc_style .category_list .three_column div {
	margin: 0 4% 40px 0;
	width: 29%;
}
#vc_style .category_list .three_column.ctgindex div {
	margin: 0 4% 16px 0;
}
#vc_style .category_list .two_column div {
	margin: 0 4% 40px 0;
	width: 45%;
}
#vc_style .category_list li {
	padding: 0 0 4px 16px;
	position: relative;
}
#vc_style .category_list li::before {
	border-color: transparent #666 #666 transparent;
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	position: absolute;
		top: .55em;
		left: 0;
	transform: rotate(-45deg);
	width: 7px;
	height: 7px;
}
#vc_style .category_list li.move_attention {
	border: 1px dashed #f00;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 4px;
	padding: 8px;
}
#vc_style .category_list li.move_attention::before {
	content: none;
}
#vc_style .category_list .one_column {
	margin: 0 0 0 24px;
}
#vc_style .category_list .two_column div:last-child .category_name_pc:not(:first-of-type) {
	margin-top: 1em;
}
#vc_style .category_list .two_column div:last-child .category_name_sp:not(:last-of-type) {
	border-bottom: none;
	border-radius: 0;
}
#vc_style .category_list .two_column div:last-child .category_name_sp:not(:last-of-type) + ul li:last-child {
	border-bottom: none;
	border-radius: 0;
}

/* 価格帯から探す（.service_contents_price） メーカーから探す（.service_contents_maker） */
.service_contents_price,
.service_contents_maker {
	display: flex;
		flex-wrap: wrap;
	margin-bottom: 0 !important;
}
#vc_style .category_list .three_column .service_contents_price,
#vc_style .category_list .three_column .service_contents_maker {
	margin: auto;
	width: auto;
}
.service_contents_price a,
.service_contents_maker a {
	border: 1px solid #666;
	color: #333 !important;
	display: flex;
		align-items: center;
		justify-content: center;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 8px 16px 0;
	padding: 0 8px 0 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.service_contents_price a {
	width: calc(33.3% - 16px);
	height: 56px;
}
.service_contents_maker a {
	width: calc(25% - 16px);
	height: 80px;
}
.service_contents_price a::before,
.service_contents_maker a::before {
	color: #69a0c3;
	content: "\f054";
	display: block;
	font-family: FontAwesome;
	line-height: 1;
	position: absolute;
		top: calc(50% - 8px);
		left: 10px;
}
.service_contents_price a:hover,
.service_contents_maker a:hover {
	opacity: .4;
	text-decoration: none !important;
	transition: .2s;
}
.service_contents_price a span {
	font-size: 14px;
	font-size: 1.4rem;
}
#vc_style .category_list .service_contents_maker a > div {
	margin: 0 0 0 8px;
	width: 100%;
}
#vc_style .category_list .service_contents_maker a > div img {
	max-width: 100%;
	max-height: 76px;
}
.service_attention {
	margin-left: 24px;
}
.service_contents_maker.two a {
	width: calc(50% - 16px);
}

/*--------------
シャドウ付BOX
（.green_box + .shadow_effect）
----------------------------------------------------------*/
#vc_style .green_box {
	background-color: #f5fffa;
	border-left: 8px solid #2e8b57;
	margin: 24px 0;
	padding: 16px;
}
#vc_style .green_box *:last-of-type {
	margin-bottom: 0;
}
#vc_style .shadow_effect {
	position: relative;
	z-index: 0;
}
#vc_style .shadow_effect::before {
	background-color: #bbb;
	bottom: 16px;
	box-shadow: 0 16px 10px #bbb;
	content: "";
	position: absolute;
		left: 4px;
	transform: rotate(-2deg);
	width: 60%;
	height: 50%;
	z-index: -1;
}
/*--------------
キャンセルポリシー
（.cancel_policy）
----------------------------------------------------------*/
#vc_style dl.cancel_policy {
	margin-bottom: 1em;
}
#vc_style dl.cancel_policy dt {
	font-weight: bold;
	margin-bottom: 4px;
}
#vc_style dl.cancel_policy dd {
	margin-bottom: 24px;
}
/*--------------
検索枠
（.search_box）
----------------------------------------------------------*/
#vc_style .search_box {
	background-color: #ebf6f9;
	border: 1px solid #999;
	margin-bottom: 1em;
	padding: 16px;
	width: 100%;
}
#vc_style .search_box .title {
	background: url("/vc/base/usr/docs/images/ic_search.gif") no-repeat 0 50%;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0 4px 0 20px;
}
#vc_style .search_box .contents dl {
	display: flex;
}
#vc_style .search_box .contents dl dt,
#vc_style .search_box .contents dl dd {
	display: block;
}
#vc_style .search_box .contents dl dt {
	flex: 1 1 70%;
}
#vc_style .search_box .contents dl dt input {
	margin: 0;
	width: 100%;
	height: 36px;
}
#vc_style .search_box .contents dl dd {
	flex: 1 1 30%;
}
#vc_style .search_box .contents dl dd button {
	background: #2b71c8;
	border: none;
	border-radius: 0 8px 8px 0;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	padding-top: 2px;
	width: 100%;
	height: 36px;
}
#vc_style .search_box .contents p {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 12px;
	margin-bottom: 0 !important;
}
/*--------------
現金振込をご利用のお客様へ
（#cash_style）
----------------------------------------------------------*/
#vc_style #cash_style .bank_tbl {
	margin: 16px auto 0;
}
#vc_style #cash_style .bank_tbl td {
	border: 1px solid #ccc;
	padding: 8px 16px;
}
#vc_style #cash_style .bank_tbl td.bank_title {
	background-color: #888;
	color: #fff;
}
#vc_style #cash_style .bank_tbl td.bank_item {
	background-color: #eee;
}
/*--------------
クレジットカードをご利用のお客様へ
（#card_style）
----------------------------------------------------------*/
#vc_style #card_style .service_anc_nav.anc_card_base {
	margin-right: 0;
}
#vc_style #card_style .service_anc_nav.anc_card_base ul li a {
	padding-left: 0;
}
#vc_style #card_style .service_anc_nav.anc_card_base ul li a::before {
	display: none;
}
#vc_style #card_style .service_anc_nav.anc_card_base ul li a span {
	background-color: #fff;
	border: 1px solid #d66;
	border-radius: 4px;
	color: #000;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 8px 4px 0;
	padding: 4px 8px;
}
#vc_style #card_style .flow_section img {
	border: 1px solid #333;
	max-width: 100%;
	padding: 8px;
}
/*--------------
サービス利用規約（物品購入＆チケット類）
（#agreement_style）
----------------------------------------------------------*/
#agreement_style .preamble {
	margin-bottom: 1em;
}
#agreement_style #tos {
	border: 1px solid #999;
}
#agreement_style #tos dt {
	background-color: #eee;
	border-top: 1px dashed #ccc;
	padding: 8px;
}
#agreement_style #tos dt:first-child {
	border-top: none;
}
#agreement_style #tos dd {
	padding: 16px 24px;
}
#agreement_style #tos ol li {
	margin-left: 32px;
}
/*--------------
サービス申込時の受付通知方法について
（#tmpinfo_style）
----------------------------------------------------------*/
#vc_style #tmpinfo_style .comment_box {
	border: 2px solid #d00;
	border-radius: 8px;
	margin-top: 32px;
	padding: 24px;
}
#vc_style #tmpinfo_style .dl_adobe_reader {
	display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
}
#vc_style #tmpinfo_style .dl_adobe_reader div {
	flex: 0 1 auto;
	margin: 0 8px 8px;
}
/*--------------
データベースが見つからない時のアラート
（.alert_no_data）
----------------------------------------------------------*/
.alert_no_data {
	background-color: #fbeeed;
	border: 1px solid #f7d8dd;
	border-radius: 4px;
	color: #d9534f;
	margin: 10px 0 20px;
	padding: 15px;
}
.alert_no_data::before {
	content: "\f11a";
	font-family: FontAwesome;
}
/*-----------------------------------------------------------------------------
■┓テーブルスタイル
┗┛（table）
-------------------------------------------------------------------------------*/
/*--------------
（.goods_tbl）
----------------------------------------------------------*/
#vc_style table.goods_tbl {
	width: auto;
}
#vc_style table.goods_tbl th,
#vc_style table.goods_tbl td {
	background-color: #fff;
	border: 1px solid #ccc;
	font-weight: normal;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
#vc_style table.goods_tbl th {
	background-color: #888;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	white-space: nowrap;
}
#vc_style table.goods_tbl td.goods_title {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
}
#vc_style table.goods_tbl td.goods_name {
	background-color: #f6f6f6;
	text-align: left;
	white-space: nowrap;
}
#vc_style table.goods_tbl td.goods_description {
	text-align: left;
}
#vc_style table.goods_tbl td.course_time {
	white-space: nowrap;
}
#vc_style table.goods_tbl td.constant_price {
	color: #000;
	white-space: nowrap;
}
#vc_style table.goods_tbl td.special_price {
	color: #f00;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	white-space: nowrap;
}
#vc_style table.goods_tbl td.normal_price {
	color: #a9a9a9;
	white-space: nowrap;
}
/*--------------
（.normal_tbl）
----------------------------------------------------------*/
#vc_style table.normal_tbl {
	width: auto;
}
#vc_style table.normal_tbl th,
#vc_style table.normal_tbl td {
	border: 1px solid #ccc;
	padding: 8px;
	vertical-align: middle;
}
#vc_style table.normal_tbl th {
	background: #efefef;
	white-space: nowrap;
}
#vc_style table.normal_tbl td {
	background-color: #fff;
}
/*--------------
（.insert_tbl）
----------------------------------------------------------*/
#vc_style table.insert_tbl {
	width: auto;
}
#vc_style table.insert_tbl th,
#vc_style table.insert_tbl td {
	background-color: transparent;
	border: none;
	padding: 0;
	vertical-align: top;
}
#vc_style table.insert_tbl th {
	text-align: right;
	white-space: nowrap;
}
/*-----------------------------------------------------------------------------
■┓メールマガジン会員登録状況
┗┛（/vc/base/usr/personal/ja-mailmag.jsp）
-------------------------------------------------------------------------------*/
#vc_style table.mailmag_tbl {
	width: 100%;
}
#vc_style table.mailmag_tbl th,
#vc_style table.mailmag_tbl td {
	border: 1px solid #ccc;
	line-height: 1.4;
	padding: 8px;
	vertical-align: middle;
}
#vc_style table.mailmag_tbl th {
	background: #efefef;
	white-space: nowrap;
}
#vc_style table.mailmag_tbl tr td:nth-of-type(1) {
	background: #ffffef;
	min-width: 200px;
}
#vc_style table.mailmag_tbl tr td:nth-of-type(2),
#vc_style table.mailmag_tbl tr td:nth-of-type(3),
#vc_style table.mailmag_tbl tr td:nth-of-type(5) {
	text-align: center;
	white-space: nowrap;
}
#vc_style table.mailmag_tbl tr td .not_need {
	color: #999;
}
/*-----------------------------------------------------------------------------
■┓バリューカフェテリア メルマガ会員のご案内
┗┛（/vc/base/usr/docs/melmaga.jsp）
-------------------------------------------------------------------------------*/
#vc_style .melmag_apply_area {
	margin-bottom: 2em;
	text-align: right;
}
#vc_style .point_present_ttl {
	border: 1px solid #661800;
	color: #661800;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
	padding: 8px;
	text-align: center;
}
#vc_style .point_present_ttl span {
	color: #f00;
	font-size: 22px;
	font-size: 2.2rem;
}
#vc_style table.point_present_tbl {
	margin-bottom: 1em;
	width: auto;
}
#vc_style table.point_present_tbl th,
#vc_style table.point_present_tbl td {
	vertical-align: top;
}
#vc_style table.point_present_tbl th {
	text-align: right;
	white-space: nowrap;
}
#vc_style .melmaga_registration_confirm {
	border: 1px solid #ccc;
	margin: 1em auto;
	padding: 8px;
	width: 90%;
}
#vc_style .melmaga_page_history {
	padding: 4px 0 4px 1em;
}
#vc_style .melmaga_page_history i {
	font-size: 20px;
	font-size: 2.0rem;
}
#vc_style .melmaga_registration_confirm img {
	width: 100%;
}
#vc_style .tokuten {
	background-color: #ffffef;
	border: 2px solid #f9f9b3;
	border-radius: 16px;
	padding: 32px 24px;
}
#vc_style .tokuten .tokuten_ttl {
	color: #f60;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 16px;
	text-align: center;
}
#vc_style .tokuten .tokuten_ttl .marker_yellow {
	background: linear-gradient(transparent 60%, #ff6 60%);
}
#vc_style .tokuten .tokuten_point {
	display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	margin-top: 32px;
	padding: 0 16px;
}
#vc_style .tokuten .tokuten_point img {
	width: calc(100% / 2 - 16px);
	height: auto;
}
