@charset "utf-8";
/*-------------------
共通class
--------------------------------------------------*/
@import url('/vc/base/usr/docs/css/common_smart.css');
/*-----------------------------------------------------------------------------
|
|■┓メインコンテンツ
|┗┛
-----------------------------------------------------------------------------*/
.contents_wrap {
	padding: 0 8px;
}
.h1_pc,
.disnon_sp {
	display: none;
}
.h1_sp {
	display: block;
}

/*-----------------------------------------------------------------------------
|
|■┓ヘッダー（#header）
|┗┛
-----------------------------------------------------------------------------*/
/*----------------------------
上部左ロゴ
----------------------------------------------------------*/
.hd_top {
	padding: 16px 8px;
}
#header h1 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0;
	margin-left: 0;
	padding: 0;
}
.hd_top h1 .site_logo {
	width: 56px;
}

/*==================================================================================================
|
|キャンペーン毎に変更部分↓↓
|
==================================================================================================*/
/*--------------
見出し
----------------------------------------------------------*/
@media screen and (max-width: 370px) {
	h2.h2_ms {
		background-size: auto 28px;
		font-size: 23px;
		font-size: 2.3rem;
		padding-left: 31px;
	}
}
/*--------------
リンクボタン 
----------------------------------------------------------*/
.btn_circle {
	margin-bottom: 16px;
}
.btn_circle a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 50px 12px 26px;
}

/*--------------
リード文
----------------------------------------------------------*/
.lead_wrap > .btn_circle.btn_circle_wide a {
	min-width: 0;
}
.btn_circle.btn_detail a {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 8px 28px 9px 16px;
}
.btn_circle.btn_detail a::after {
	font-size: 13px;
	font-size: 1.3rem;
	position: absolute;
		top: calc(50% - 7px);
		right: 12px;
}
/*--------------
ボックス装飾
----------------------------------------------------------*/
.lead_wrap {
	margin: 1em auto 1.8em;
}
.lead_wrap > h2 {
	font-size: 25px;
	font-size: 2.5rem;
}
.lead_wrap > p {
	font-size: 14px;
	font-size: 1.4rem;
}
.lead_wrap > p.red.kome {
	font-size: 12px;
	font-size: 1.2rem;
}
.lead_wrap > .btn_circle a {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px 50px 17px 26px;
}
/*--------------
パズル部分
----------------------------------------------------------*/
.puzzle_box .tab_label {
	padding: 12px 8px;
	width: 100%;
}
input#tab01 + .tab_label {
	margin-bottom: 12px;
}
.puzzle_box .tab_label span::after {
		left: auto;
		bottom: -5px;
		right: -20px;
}
/*--------------
カフェ活について
----------------------------------------------------------*/
.present_box .trouble_ttl {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: .1em;
}
.present_box .trouble ul {
	margin-left: 2em;
}

/* サプリメント */
.category_box {
		align-items: center;
		flex-direction: column;
}
.category_box .each_category {
	width: 60%;
}

.appeal .appeal_box .img_box {
	height: 200px;
}
/* プレゼントが2つ並ぶとき */
.appeal .appeal_box.two_box {
	padding: 0;
}
.appeal .appeal_box.two_box > div:not(:last-of-type) {
	border-bottom: 1px solid #ddd;
	padding-bottom: 32px;
}
/* サンリオピューロランド */
.sanrio .appeal .appeal_box {
	display: block;
}
.sanrio .appeal .appeal_box > div {
	width: 100%;
}
/* 小豆島のオリーヴオイル */
.w_chance {
	margin: 16px;
	padding: 16px;
}
.ribbon1 {
	font-size: 16px;/*文字の大きさ*/
	font-size: 1.6rem;
	padding: 0 40px;/*横の大きさ*/
}
.w_inbox {
	padding: 16px 24px 0px;
}
/*--------------
お問合せ先
	トップページ（.contact_top）
	セカンダリページ（.contact_page）
----------------------------------------------------------*/
.contact {
	padding: 24px 16px;
}
.contact_contents {
		flex-direction: column;
	margin-left: 0;
}
.contact_contents .amano_pmark {
		align-items: center;
	margin: 16px auto 0;
}
.contact_contents table td span {
	font-size: 12px;
	font-size: 1.2rem;
}

/*==================================================================================================
|
|申込フォーム（.from_contents）
|
==================================================================================================*/
/*--------------
申込入力ページ
----------------------------------------------------------*/
.from_contents h2.ttl_form {
	border-radius: 4px;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 32px;
	padding: 8px 12px;
}
/* 個人登録内容（#fixed_info） */
.from_contents #fixed_info table
.from_contents #fixed_info table tbody,
.from_contents #fixed_info table tr,
.from_contents #fixed_info table th,
.from_contents #fixed_info table td {
	display: block;
}
.from_contents #fixed_info table th,
.from_contents #fixed_info table td {
	border: 1px solid #ccc;
	padding: 8px;
}
.from_contents #fixed_info table th {
	background-color: #eee;
	border-bottom: none;
	color: #333;
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
	width: 100%;
}
.from_contents #fixed_info table tr:not(:first-child) th {
	border-top: none;
}
.from_contents #fixed_info table td {
	border-top: none;
	min-height: 40px;
}

/* 入力フォーム */
.from_contents .input_flex > div:first-child {
	margin-right: 0;
}
.from_contents .addresss {
	width: 100%;
}
.from_contents .input_syouhin + .input_syouhin {
	margin-top: 8px;
}
.from_contents .input_syouhin > div:first-child,
.from_contents .input_syouhin > div:last-child {
	width: 100%;
}
.from_contents .input_syouhin .name_text {
	width: 100%;
}
.from_contents tr.answer td input[type="text"] {
	width: 100%;
}

/* ページ遷移ボタン */
.from_contents .submit_area {
		justify-content: center;
}
.from_contents .submit_area input.btn_back,
.from_contents .submit_area input.btn_submit {
	min-width: 256px;
}
.from_contents .submit_area input.btn_back {
	background-position-x: 102px;
}
.from_contents .submit_area input.btn_submit {
	margin-top: 1em;
}
/* 必須 */
.icon_required {
	font-size: 11px;
	font-size: 1.1rem;
}
/*--------------
申込完了ページ
----------------------------------------------------------*/
.from_contents table.receipt_number,
.from_contents table.receipt_number tbody,
.from_contents table.receipt_number tr,
.from_contents table.receipt_number th,
.from_contents table.receipt_number td {
	display: block;
	text-align: left;
}
.from_contents table.receipt_number th {
	border-bottom: none;
}
/* バナーエリア */
.bnr_area ul li {
	margin: 8px;
	width: 100%;
}