@charset "utf-8";
/*==================================================================================================

基本設定

■キャンペーン
　ベースカラー：#ca232a , #3a7abd
■プレゼントキャンペーン
　ベースカラー：ff495d , #ffc5cb
■コンテンツ横幅：900px+100px(左右padding50pxづつ)

■hover時のopacity設定：0.6とする

■ユニークである必要がある class名
.from_contents		（申込フォーム、申込確認、申込完了、申込エラーのコンテンツ）
==================================================================================================*/
/*-------------------
共通class
--------------------------------------------------*/
@import url('/vc/base/usr/docs/css/html5reset-1.6.1.css'); /*ブラウザのデフォルトスタイルをリセット*/
@import url('/vc/base/usr/docs/css/common.css');
/*-------------------
フォント
--------------------------------------------------*/
@import url('/vc/base/usr/docs/css/fontawesome_ver4.css');
@import url('/vc/base/usr/docs/css/fontawesome_ver5.css');
/* Google Fonts読み込み */
@import url(/vc/base/usr/docs/fonts/notosans/css/font.css);

/*--------------
基本設定
----------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* html5用 */
article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block;
}
html {
	font-size: 62.5%; /* sets the base font to 10px for eaiser math */
	overflow-x: auto;
}
body {
	background: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
}
br {
	letter-spacing: normal;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #03c;
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* スマホタップ時のハイライトを非表示 */
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
a:hover img {
	opacity: .6;
	text-decoration: none;
}
.a_link_color {
	color: #03c;
}
hr {
	margin: 2.5em 0 2em;
}
#main p {
	margin-bottom: 1em;
}
.list_disc > li::before,
.list_nakaguro > li::before {
		top: .5em;
}
/*--------------
構造
#header
#main
	┗.main_contents				（メイン枠）
		┗h1									（ヘッダー画像）
		┗.nav_menu_bar				（ナビメニュー（バー））
		┗.contents_wrap			（コンテンツの左右の空き）
			┗.nav_menu_block		（ナビメニュー（ブロック））
			┗.contents_box			（コンテンツ）
			┗#footer
			┗#totop
----------------------------------------------------------*/
/*-----------------------------------------------------------------------------
|
|■┓メインコンテンツ
|┗┛
-----------------------------------------------------------------------------*/
#main {
	background-color: #fffaeb;
}
.main_contents {
	background-color: #fffaeb;
	background-image: url(/vc/mindsports/images/bg.svg);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
	margin: 0 auto;
	max-width: 100%;
	min-height: 100vh;
	width: 1000px;
}
.contents_wrap {
	padding: 0 50px;
}
.contents_box {
	background: #fff;
	border-radius: 8px;
	margin: 40px 0;
	padding: 32px;
}

/*-----------------------------------------------------------------------------
|
|■┓ヘッダー（#header）
|┗┛
-----------------------------------------------------------------------------*/
#header {
	background: #fff;
	border-bottom: 2px solid #86bc25;
}
header {
	margin: 0 auto;
	max-width: 100%;
	width: 950px;
}
/*----------------------------
上部左ロゴ
----------------------------------------------------------*/
#header h1 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.0;
	margin-left: 15px;
	padding: 10px 0 0;
}
#header h1 .kenpo_tit {
	font-family: "Noto Sans Japanese";
}
.kenpo_en {
	color: #86bc25;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: .03em;
	margin-top: 8px;
}
.hd_top {
	display: flex;
	padding: 20px 0 25px;
}
.hd_top .hd_l {
	margin-right: auto;
}
.hd_top a.hd_l:hover {
	text-decoration: none;
}
.hd_top a.hd_l:hover img {
	opacity: 1;
}
/*-----------------------------------------------------------------------------
|
|■┓フッター（#footer）
|┗┛
-----------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #ccc;
	font-size: 10px;
	font-size: 1.0rem;
	margin-top: 64px;
	padding: 16px 0;
}
#footer address {
	color: #333;
	line-height: 1.8;
	text-align: center;
}

/*-----------------------------------------------------------------------------
|
|■┓ページのトップへ（#totop）
|┗┛
-----------------------------------------------------------------------------*/
#totop {
	position: fixed;
		bottom: 16px;
		right: 16px;
}
#totop a {
	background-color: #ffba00;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}
#totop a:hover {
	opacity: .7;
	text-decoration: none;
}

/*==================================================================================================
|
|キャンペーン毎に変更部分↓↓
|
==================================================================================================*/
/*--------------
全体
----------------------------------------------------------*/
.spacing { /* カタカナの文字間を詰める */
	letter-spacing: -.08em;
}
.red { /* 赤字 */
	color: #fb612d!important;
}
.text_justify {
	text-align: justify !important;
}
.grid_center {
	display: grid;
		place-content: center;
}
.font_serif { /* 明朝系フォント */
	font-family: 'Noto Serif JP', serif !important;
	font-weight: 700;
}

/*--------------
見出し
----------------------------------------------------------*/
.main_contents h1 {
	border-bottom: 5px dotted #ffba00;
}
h2 {
	border-bottom: 2px solid;
	color: #3c3147;
	font-size: 26px;
	font-size: 2.6rem;
	font-family: "source-han-sans-japanese",sans-serif;
	font-weight: bold;
	line-height: 1.3;
	margin: 24px 0 16px;
	padding-bottom: 6px;
	text-shadow: 0 0 5px white;
}
.h2_subttl {
	border-bottom: 1px dashed #333;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 24px 0 8px;
	padding-bottom: 4px;
}
h2.h2_ms {
	background-image: url(/vc/mindsports/images/icn_mindsports.svg);
	background-repeat: no-repeat;
	background-size: auto calc(100% - 8px);
	padding-left: 36px;
}
h3.ttl_overview {
	border-left: 6px solid #333;
	color: #474747;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 32px 0 16px;
	padding: .2em 0 0 .75em;
}
h3.ttl_overview.ttl_beige {
	border-color: #ffe502;
}
h3.ttl_overview.ttl_red {
	border-color: #ff5151;
}
/*--------------
リード文
----------------------------------------------------------*/
.lead {
	letter-spacing: .08em;
	padding: 10px;
}
.lead_wrap {
	background-color: #fff;
	border: 4px solid #ffda75;
	border-radius: 10px;
	margin: 3.4em auto;
	max-width: 732px;
	padding: 2em;
	width: 80%;
}
.lead_wrap > h2 {
	border-bottom: none;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 8px;
	margin-bottom: 1em;
	text-align: center;
}
.lead_wrap > h2 span.h2_main {
	background-image: linear-gradient(#fff 70%, #ffe502 70%);
	display: inline-block;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 900;
	padding: 8px 8px 4px;
}
.lead_wrap > h2 span.catch {
	border-bottom: 2px solid #3c3147;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	padding: 8px 4px;
}
.lead_wrap > h2 span.catch::before {
	border-width: 12px 10px 0;
	border-style: solid;
	border-color: #3c3147 transparent transparent;
	content: '';
	position: absolute;
		bottom: -12px;
		left: calc(50% - 6px);
	width: 0;
	height: 0;
}
.lead_wrap > h2 span.catch::after {
	border-width: 12px 10px 0;
	border-style: solid;
	border-color: #fff transparent transparent;
	content: '';
	position: absolute;
		bottom: -10px;
		left: calc(50% - 6px);
	width: 0;
	height: 0;
}
.lead_wrap > p.red.kome {
	font-size: 14px;
	font-size: 1.4rem;
}
.lead_wrap > .btn_circle.btn_circle_wide a {
		justify-content: center;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 900;
	margin-top: 1.6em;
	margin-bottom: 0;
	min-width: 320px;
}
.btn_circle.btn_detail {
	text-align: right;
}
.btn_circle.btn_detail a {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .02em;
	padding: 8px 32px 9px 16px;
}
.btn_circle.btn_detail a::after {
	content: '\f08e';
	font-size: 15px;
	font-size: 1.5rem;
	position: absolute;
		top: calc(50% - 9px);
		right: 14px;
}
/*--------------
パズル部分
----------------------------------------------------------*/
.puzzle_box {
	display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}
.puzzle_box .nikoli_asp_pos {
	border: 0;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: calc(80% - 16px);
}
.puzzle_box .tab_label {
	background: #ffba00;
	border-bottom: 5px solid #dda203;
	border-radius: 8px;
	color: #fff;
	font-family: "source-han-sans-japanese",sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: 32px;
	opacity: 1;
	order: -1;
	padding: 24px 12px;
	text-align: center;
	width: calc(50% - 12px);
}
.puzzle_box .tab_label span {
	position: relative;
}
.puzzle_box .tab_label span::after {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 700;
	position: absolute;
		left: calc(50% - 12px);
		bottom: -35px;
}
.puzzle_box .tab_content {
	display: none;
	width: 100%;
}
.puzzle_box .tab_switch+.tab_label:hover {
	background: #fff20a;
	border-bottom: 2px solid #dda203;
	color: #333;
	margin-top: 3px;
}
.puzzle_box .tab_switch:checked+.tab_label {
	border-bottom: 2px solid #dda203;
	opacity: .6;
}
.puzzle_box .tab_switch:checked+.tab_label:hover {
	background: #ffba00;
	color: #fff;	
	margin-top: 0;
}
.puzzle_box .tab_switch:checked+.tab_label+.tab_content {
	display: block;
}
.puzzle_box input[type="radio"] + label.tab_label::before,
.puzzle_box input[type="radio"] + label.tab_label::after {
	display: none;
}
.red.point {
	padding-left: 2em;
	text-indent: calc(-.5em - 4px);
}
.red.point::before {
	content: "\f0a6";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	margin-right: 4px;
}
.nocopy {
	user-select: none;
}

/*--------------
カフェ活について
----------------------------------------------------------*/
.present_box {
	display: flex;
		align-items: flex-start;
}
.present_box .present_photo {
	border: 1px solid #666;
	margin-right: 24px;
	padding: 16px;
	text-align: center;
/*	width: 320px;
	max-width: 100%; プレゼントがポイントの時*/
}
.present_box > div:first-of-type {
	flex-shrink: 0;
}
.present_ttl {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.present_ttl .present_subttl {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 4px;
	padding: 0 1.6em;
	position: relative;
}
.present_ttl .present_subttl::before,
.present_ttl .present_subttl::after {
	background-color: #ffe502;
	content: '';
	position: absolute;
		top: 2px;
	width: 2px;
	height: 80%;
}
.present_ttl .present_subttl::before {
		left: 8px;
	transform: rotate(-35deg)
}
.present_ttl .present_subttl::after {
		right: 8px;
	transform: rotate(35deg)
}
.present_ttl .line_btm {
	background: linear-gradient(transparent 60%, #ffe502 0%);
	padding: 0 4px;
}
.present_detial {
	background: #ffeeed;
	border-radius: 8px;
	margin: 24px 0 8px;
	padding: 24px 16px 12px;
	position: relative;
}
.present_detial_ttl {
	background: #f18986;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 2px 8px 0;
	position: absolute;
		top: -12px;
}
.present_detial_ttl::before {
	content: "\f02b";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-right: 4px;
}
.present_detial ul li {
	margin-bottom: 4px;
}
.appeal {
	background: #ffeeed;
	border-radius: 8px;
	margin: 24px 0;
	padding: 40px 16px;
}
.appeal .catch {
	font-family: "source-han-sans-japanese",sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: .05em;
	margin-bottom: 1em;
	text-align: center;
}
.appeal .catch_s {
	font-family: "source-han-sans-japanese",sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	margin: 16px 0 8px;
	text-align: center;
}
.appeal .catch + p {
	margin: 0 auto 1em;
	max-width: 720px;
}
.btn_circle.btn_present_detial a {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 40px 9px 24px;
}
.btn_circle.btn_present_detial a::after {
	content: '\f08e';
	font-size: 17px;
	font-size: 1.7rem;
	position: absolute;
		top: calc(50% - 9px);
		right: 14px;
}
/* 数独・クロスワード2個並ぶとき */
.appeal_box.goods_two {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
}
.appeal_box.goods_two > div {
	width: 100%;
}
.appeal_box.goods_two .catch_s {
	margin-bottom: -12px;
	text-align: center;
}
.appeal_box.goods_two .catch_s > span {
	position: relative;
	z-index: 9999;
}
.appeal_box.goods_two .catch_s > span::before,
.appeal_box.goods_two .catch_s > span::after {
	border: 10px solid #c2353f;
	content: '';
	display: block;
	position: absolute;
		bottom: -5px;
	z-index: -1;
}
.appeal_box.goods_two .catch_s > span::before {
	border-left-width: 10px;
	border-left-color: transparent;
		left: -15px;
}
.appeal_box.goods_two .catch_s > span::after {
	border-right-width: 10px;
	border-right-color: transparent;
		right: -15px;
}
.appeal_box.goods_two .catch_s > span >span {
	background: #e8643f;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 2px 20px 0;
	position: relative;
	min-width: 160px;
}
.appeal_box.goods_two .catch_s > span >span::before,
.appeal_box.goods_two .catch_s > span >span::after {
	border-style: solid;
	border-color: #8f0f18 transparent transparent transparent;
	bottom: -7px;
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
}
.appeal_box.goods_two .catch_s > span >span::before {
	border-width: 5px 0 0 2px;
		left: 0;
}
.appeal_box.goods_two .catch_s > span >span::after {
	border-width: 5px 2px 0 0;
		right: 0;
}
.appeal_box.goods_two .goods_wrap {
	background: #fff;
	border: 4px solid #d9b921;
	border-radius: 16px;
	display: flex;
	gap: 16px;
	height: calc(100% - 12px);
	padding: 16px;
}
.appeal_box.goods_two .goods_wrap .goods_box {
	align-self: center;
	text-align: center;
	width: 100%;
}
.appeal_box.goods_two .goods_wrap .goods_box .goods_name {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 8px;
}
.appeal_box.goods_two .goods_wrap .goods_box .goods_name span {
	font-size: 11px;
	font-weight: normal;
}
/* 数独・クロスワード2個並ぶとき ここまで */
/* プレゼントが2つ並ぶとき */
.appeal .appeal_box.two_box {
	display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		justify-content: center;
	gap: 32px 24px;
	padding: 16px;
}
.appeal .appeal_box.two_box > div {
	margin: 0 auto;
	max-width: 348px;
}
.appeal .appeal_box .item_name {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 4px;
	text-align: center;
}
.appeal .appeal_box .img_box {
	background: #fff;
	border: 1px solid #e8e8e8;
	display: flex;
		align-items: center;
		justify-content: center;
	height: 280px;
	margin: 0 auto;
	max-width: 280px;
	padding: 24px;
}
.appeal .appeal_box .img_box img {
	max-height: 100%;
}
/* プレゼントが2つ並ぶとき ここまで */
/* プレゼント内容 情報詳細 横並び用 */
.detial_box {
	display: grid;
		grid-template-columns: 6.5em 1fr;
}
.detial_box dt {
	position: relative;
}
.detial_box dt::after {
	content: "：";
	display: inline-block;
	position: absolute;
		right: 0;
	text-align: center;
	width: .6em;
}
.detial_box dd {
	padding: 0 5px;
}
/* プレゼント内容 情報詳細 横並び用  ここまで*/
.sponsorship {
	border-top: 1px dotted #666;
	margin-bottom: 3em;
	padding-top: 1em;
}
.sponsorship_ttl {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 8px;
}
.sponsorship_ttl span {
	background: #ffba00;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-right: 8px;
	padding: 2px 10px 0;
}

/* スキンケア */
.present_box .trouble {
	border: 2px solid #bbbbe1;
	border-radius: 8px;
	margin: 24px auto 0;
	max-width: 480px;
	padding: 18px 16px 12px;
	position: relative;
	text-align: center;
}
.present_box .trouble::after {
	border-top: 24px solid #bbbbe1;
	border-left: 64px solid transparent;
	border-right: 64px solid transparent;
	content: "";
	position: absolute;
		bottom: -24px;
		left: 50%;
	transform: translateX(-50%);
}
.present_box .trouble_ttl {
	color: midnightblue;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .2em;
	position: absolute;
		top: -12px;
		left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.present_box .trouble_ttl span {
	background: #fff;
	padding: 0 8px;
	white-space: nowrap;
}
.present_box .trouble ul {
	display: inline-block;
	margin-top: 4px;
	text-align: left;
}
.present_box .trouble ul li {
	color: midnightblue;
	margin-bottom: 4px;
	position: relative;
}
.present_box .trouble ul li::before {
	background: #fff;
	border: 2px solid #f3bcaa;
	border-radius: 4px;
	content: '';
	position: absolute;
		left: -32px;
		top: calc(50% - 11px);
	width: 16px;
	height: 16px;
}
.present_box .trouble ul li::after {
	border-left: 3px solid #fb612d;
	border-bottom: 3px solid #fb612d;
	content: '';
	display: block;
	position: absolute;
		top: calc(50% - 12px);
		left: calc(-27px);
	transform: rotate(-45deg);
	width: 16px;
	height: 8px;
}
/* サプリメント */
.present_box.supplement .trouble {
	border: 2px solid #179fa6;
}
.present_box.supplement .trouble::after {
	border-top: 24px solid #179fa6;
}
.present_box.supplement .trouble_ttl {
	color: #366;
}
.present_box.supplement .trouble ul li {
	color: #366;
}
.present_box.supplement .appeal {
	background: #e6f2e8;
	margin-top: 0;
}
.present_box.supplement .catch {
	color: #366;
	font-size: 18px;
	font-size: 1.8rem;
}
.trouble + .present_ttl {
	font-size: 17px;
	font-size: 1.7rem;
	margin-top: 1.75em;
}
.category_box {
	display: flex;
	gap: 8px;
}
.category_box .each_category {
	width: 30%;
}
.category_box > .each_category:last-of-type {
	width: 90%;
}
.category_box img {
	border-radius: 16px;
	display: block;
	margin: 0 auto;
}

/* スマート脳ドック */
.present_box.smartscan .trouble {
	border: 2px solid #06a;
	padding-bottom: 6px;
}
.present_box.smartscan .trouble::after {
	border-top: 24px solid #06a;
}
.present_box.smartscan .trouble_ttl {
	color: #06a;
}
.present_box.smartscan .trouble ol {
	display: inline-block;
	margin-top: 4px;
	text-align: left;
}
.present_box.smartscan .trouble ol li {
	color: #000;
}
.present_box.smartscan .trouble ol li::marker {
	color: #f80;
	font-weight: bold;
}
.present_box.smartscan .appeal {
	background: #ebf3f9;
/*	margin: 24px 0;
	padding: 0;*/
	text-align: center;
}
.present_box.smartscan .appeal.bgnone {
	background-color: transparent;
}
.present_box.smartscan .catch {
	color: #06a;
	font-family: initial;
	font-size: 18px;
	font-size: 1.8rem;
}
.present_box.smartscan .present_ttl .present_subttl {
		justify-content: center;
}
.present_box.smartscan .btn_detail {
	text-align: center;
}
.present_box.smartscan .btn_detail a {
	background: #06a;
	padding: 8px 16px 9px;
}
.present_box.smartscan .btn_detail a::after {
	display: none;
}

/* おうちでドック */
.present_box.ouchide_dock .trouble {
	border: 2px solid #ff9f22;
	padding-bottom: 6px;
}
.present_box.ouchide_dock .trouble::after {
	border-top: 24px solid #ff9f22;
}
.present_box.ouchide_dock .trouble_ttl {
	color: #333;
}
.present_box.ouchide_dock .trouble ol {
	display: inline-block;
	margin-top: 4px;
	text-align: left;
}
.present_box.ouchide_dock .appeal {
	background: #fff7cf;
/*	margin: 24px 0;
	padding: 0;*/
}
.present_box.ouchide_dock .appeal.bgnone {
	background-color: transparent;
}
.present_box.ouchide_dock .catch {
	color: #fb612d;
	font-family: initial;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.present_box.ouchide_dock .present_ttl .present_subttl {
		justify-content: center;
}
.present_box.ouchide_dock .btn_detail {
	text-align: center;
}
.present_box.ouchide_dock .btn_detail a {
	background: #e8643f;
	padding: 8px 16px 9px;
}
.present_box.ouchide_dock .btn_detail a::after {
	display: none;
}

/* サンリオピューロランド */
.sanrio .present_ttl .present_subttl::before,
.sanrio .present_ttl .present_subttl::after {
	background-color: #ffaee6;
}
.sanrio .present_box .present_photo {
	border: none;
	border-radius: 0;
	padding: 0;
}
.sanrio .present_box .present_photo img {
	border: 1px solid #666;
}
/*
.sanrio .appeal {
	margin: 16px 0 1em;
	padding: 16px;
}*/
.sanrio .appeal .catch {
	color: #fff;
	font-family: initial;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 1em;
	padding: 0.4em 0 0.2em;
	text-align: center;
/*	text-shadow: -1px -1px 4px #9dc3e6, -1px 0 4px #9dc3e6, -1px 1px 4px #9dc3e6,
							 0 -1px 4px #9dc3e6, 0 1px 4px #9dc3e6,
							 1px -1px 4px #9dc3e6, 1px 0 4px #9dc3e6, 1px 1px 4px #9dc3e6;*/
	text-shadow: -1px -1px 4px #ed97d3, -1px 0 4px #ed97d3, -1px 1px 4px #ed97d3,
							 0 -1px 4px #ed97d3, 0 1px 4px #ed97d3,
							 1px -1px 4px #ed97d3, 1px 0 4px #ed97d3, 1px 1px 4px #ed97d3;
	background-image: linear-gradient(-45deg, #f49eda 25%, #f3b5df 25%, #f3b5df 50%, #f49eda 50%, #f49eda 75%, #f3b5df 75%, #f3b5df);
	background-size: 6px 6px;
}
.sanrio .appeal .catch + p{
	max-width:100%;
}
.sanrio .appeal .appeal_box {
	display: flex;
		justify-content: space-around;
}
.sanrio .appeal .appeal_box > div {
	text-align: center;
	width: 46%;
}
.sanrio .appeal .appeal_box > div .catch_s {
	color: #fff;
	text-shadow: -1px -1px 4px #f58ca2, -1px 0 4px #f58ca2, -1px 1px 4px #f58ca2,
							 0 -1px 4px #f58ca2, 0 1px 4px #f58ca2,
							 1px -1px 4px #f58ca2, 1px 0 4px #f58ca2, 1px 1px 4px #f58ca2;
	font-weight: 700;
	margin: 8px 0;
}
.sanrio .appeal .appeal_box > div p {
	color: #f58ca2;
	margin-top: .5em;
}
.sanrio .btn_circle.btn_detail {
	margin-top: 1.5em;
	text-align: center;
}
.sanrio .btn_circle.btn_detail a {
	background: #9dc3e6;
}
/* 小豆島のオリーヴオイル */
.w_chance {
	background: #fbe3dc;
	border-radius: 15px;
	color: black;
	margin: 32px;
	padding: 32px;
	position: relative;
}
/* 紫デザイン */
.purple_style .present_ttl .present_subttl::before,
.purple_style .present_ttl .present_subttl::after {
	background-color: #6c2271;
}
.purple_style .present_box .present_photo {
	border-radius: 0;
	padding: 0;
}
.purple_style .appeal {
	background: #f8effc;
	border-radius: 8px;
}
.purple_style .appeal .catch {
	border-bottom: 3px solid #6c2271;
	color: #6c2271;
	letter-spacing: .1em;
	margin-bottom: 1em;
	position:  relative;
	text-align: center;
}
.purple_style .appeal .catch::after {
	background: #6c2271;
	content: "";
	display: block;
	position: absolute;
		left:: 0;
		bottom: -6px;
	width: 100%;
	height: 1px;
}
/* 青デザイン */
.blue_style .present_box .present_photo {
	border-radius: 0;
	padding: 0;
}
.blue_style .appeal {
	background: #eff8fc;
	border-radius: 8px;
}
.blue_style .appeal .catch {
	border-bottom: 3px solid #4d4895;
	color: #4d4895;
	letter-spacing: .2em;
	margin-bottom: 1em;
	position: relative;
	text-align: center;
}
.blue_style .appeal .catch::after {
	background: #4d4895;
	content: "";
	display: block;
	position: absolute;
		left:: 0;
		bottom: -6px;
	width: 100%;
	height: 1px;
}
.blue_style .btn_circle.btn_detail {
	text-align: center;
}
.blue_style .btn_circle.btn_detail a {
	background: #337fac;
}
/* 黄デザイン */
.yellow_style .present_box .present_photo {
	border-radius: 0;
	padding: 0;
}
.yellow_style .appeal {
	background: #fffbe6;
	border-radius: 8px;
	margin: 24px 0;
}
.yellow_style .appeal .catch {
/*	border-bottom: 3px solid #f2d443;*/
	padding-bottom: .5em; 
	position:  relative;
}
.yellow_style .appeal .catch::after {
	background-image: repeating-linear-gradient(-45deg, #f2d443, #f2d443 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	backface-visibility: hidden;
	content: '';
	max-width: 100%;
	position: absolute;
		bottom: 0;
		left: 50%;
	transform: translateX(-50%);
	width: 600px;
	height: 10px;
}
.yellow_style .btn_circle.btn_detail {
	text-align: center;
}
.yellow_style .btn_circle.btn_detail a {
	background: #d9b921;
}
/* オレンジデザイン */
.orange_style .present_box .present_photo {
	padding: 0;
}
.orange_style .appeal {
	background: #feeed8;
}
.orange_style .appeal .catch {
	border-bottom: 3px double #f5b766
}
/* 黒デザイン */
.bk_style .present_box .present_photo {
	padding: 0;
}
.bk_style .appeal {
	background: #f8f8f8;
}
.bk_style .appeal .catch {
	border-bottom: 3px double #666;
}

/* 茶デザイン */
.br_style .present_box .present_photo {
	padding: 0;
}
.br_style .appeal {
	background: #fcf4f4;
}
.br_style .appeal .catch {
	border-bottom: 3px double #600;
}
/* 青緑デザイン */
.bluegrn_style .present_box .present_photo {
	border-radius: 0;
	padding: 0;
}
.bluegrn_style .appeal {
	background: #effcf4;
	border-radius: 8px;
}
.bluegrn_style .appeal .catch {
	border-bottom: 3px solid #0a764e;
	color: #0a764e;
	letter-spacing: .2em;
	margin-bottom: 1em;
	position:  relative;
	text-align: center;
}
.bluegrn_style .appeal .catch::after {
	background: #0a764e;
	content: "";
	display: block;
	position: absolute;
		left:: 0;
		bottom: -6px;
	width: 100%;
	height: 1px;
}
/* ピンクデザイン */
.pink_style .present_box .present_photo {
	padding: 0;
}
.pink_style .appeal {
	background: #fcf4f4;
}
.pink_style .appeal .catch span {
	border-bottom: 3px double #f8948c;
	color: #6e2e2c;
	padding: 0 8px 4px;
}
.pink_style .cmt_box {
	margin: 8px 0 16px;
	text-align: center;
}
.pink_style .cmt_box span {
	background: #fff;
	border-radius: 12px;
	color: #f8948c;
	display: inline-block;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 16px 24px;
}
/* リボンタイトル */
.ribbon1 {
	background: #e8643f;/*塗りつぶし色*/
	box-sizing: border-box;
	color: #fff;/*文字色*/
	display: inline-block;
	font-size: 18px;/*文字の大きさ*/
	font-size: 1.8rem;
	font-weight: bold;
	height: 40px;/*リボンの高さ*/
	line-height: 42px;/*リボンの高さ*/
	padding: 0 80px;/*横の大きさ*/
	position: relative;
	text-align: center;
}
.ribbon1:before, .ribbon1:after {
	content: '';
	height: 0px;
	position: absolute;
	width: 0px;
	z-index: 1;
}
.ribbon1:before {
	border-width: 20px 0px 20px 15px;
	border-color: transparent transparent transparent #fbe3dc;
	border-style: solid;
		top: 0;
		left: 0;
}
.ribbon1:after {
	border-width: 20px 15px 20px 0px;
	border-color: transparent #fbe3dc transparent transparent;
	border-style: solid;
		top: 0;
		right: 0;
}
.w_inbox {
	padding: 32px 24px 0px;
}
.mtg .w_chance .appeal {
	background: #fff;
}
/*--------------
キャンペーンTOPへ（.to_toppage）
サービスページへボタン（.to_servicepage）
----------------------------------------------------------*/
.to_toppage {
	margin: 32px auto 60px;
	text-align: center;
}
.to_toppage a{
	background: #2b2b2b;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 54px 6px 24px;
	position: relative;
	text-decoration: none;
}
.to_toppage a::after{
	content: '\f015';
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-size: 2.0rem;
	position: absolute;
		top: calc(50% - 16px);
		right: 24px;
}
.to_toppage a:hover {
	opacity: .6;
}
.to_toppage.to_vc a {
	background-color: #e8643f;
}
.to_toppage.to_vc a::after {
	content: '\f061';
}
/*--------------
前のページへ戻る
----------------------------------------------------------*/
.goback {
	margin: 32px auto 60px;
	text-align: center;
}
.goback a{
	background: #8b8881;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 24px 6px 54px;
	position: relative;
	text-decoration: none;
}
.goback a::after{
	content: '\f060';
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-size: 2.0rem;
	position: absolute;
		top: calc(50% - 16px);
		left: 24px;
}
.goback a:hover {
	opacity: .6;
}

/*--------------
リンクボタン 
----------------------------------------------------------*/
.btn_circle {
	line-height: 1.2;
	margin-bottom: 24px;
	text-align: center;
}
.btn_circle a {
	background: #e8643f;
	border-radius: 100px;
	color: #fff;
	display: inline-flex;
	font-family: "source-han-sans-japanese",sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	padding: 16px 52px 19px 32px;
	position: relative;
	text-decoration: none;
}
.btn_circle a.ic_home {
	padding: 8px 52px 10px 32px;
}
.btn_circle a span {
	font-size: 14px;
	font-size: 1.4rem;
}
.btn_circle a:hover{
	opacity: .6;
}
.btn_circle a::after {
	content: '\f061';
	font-family: FontAwesome;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	position: absolute;
		top: calc(50% - 12px);
		right: 24px;
}
.btn_circle a.ic_arrow::after {
	content: '\f061';
}
.btn_circle a.ic_window::after {
	content: '\f2d2';
}
.btn_circle a.ic_home::after {
	content: '\f015';
	font-size: 20px;
	font-size: 2.0rem;
		top: calc(50% - 11px);
}
.btn_circle.reset_after a {
	padding: 16px 52px 19px;
}
.btn_circle.reset_after a::after {
	content: none;
}

/*--------------
お問合せ先
----------------------------------------------------------*/
.contact {
	border-radius: 8px;
	padding: 24px;
}
.contact_page .contact {
	background: #fff;
	margin-top: 48px;
}
.contact_title {
	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	margin-bottom: 12px;
	padding-bottom: 8px;
}
.contact_contents {
	display: flex;
		justify-content: space-between;
	margin-left: 1em;
}
.contact_contents .amano_pmark {
	align-self: flex-start;
	border: 1px solid #ccc;
	margin-left: 16px;
}
.contact_contents table th,
.contact_contents table td {
	padding-bottom: 8px;
}
.contact_contents table th {
	text-align: right;
	white-space: nowrap;
}
.contact_contents table td span {
	font-size: 14px;
	font-size: 1.4rem;
}

/*==================================================================================================
|
|申込フォーム（.from_contents）
|
==================================================================================================*/
.from_contents h2 {
	margin: 64px 0 32px;
	text-align: center;
}
.from_contents h2 span {
	font-size: 28px;
	font-size: 2.8rem;
}
/*--------------
申込入力ページ
----------------------------------------------------------*/
.from_contents .contents_box {
	background: #fff;
}
.from_contents h2.ttl_form {
	background: #8a8a8a;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 32px;
	padding: 12px 16px;
	text-align: center;
}
.from_contents h3.ttl_form_contents {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.4;
	margin: 40px 0 24px;
	text-align: center;
}
.from_contents h3.ttl_form_contents.add_separate_bd {
	border-top: 1px solid #e7e7e7;
	margin-top: 48px;
	padding-top: 32px;
}
/* 個人登録内容（#fixed_info） */
.from_contents #fixed_info table {
	margin-top: 24px;
	width: 100%;
}
.from_contents #fixed_info table th,
.from_contents #fixed_info table td {
	border: 1px solid #ccc;
	padding: 16px;
}
.from_contents #fixed_info table th {
	background-color: #eee;
	border-right: none;
	max-width: 100%;
	text-align: left;
	width: 228px;
}
.from_contents #fixed_info table td {
	border-left: none;
}
/* 入力フォーム */
.from_contents h4.section_title {
	background: #004d99;
/*
	border-radius: 4px;
*/
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 40px 0 16px;
	padding: 8px 16px;
}
.from_contents h4.section_title + sub_color {
	background: #004d99;
}
.from_contents .input_contents {
	padding: 0 12px;
}
.from_contents .input_contents .prize {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.from_contents .input_txt_sub {
	font-size: 14px;
	font-size: 1.4rem;
}
.from_contents .input_flex {
	display: flex;
		flex-wrap: wrap;
}
.from_contents .input_flex > div:first-child {
	margin-right: 1.5em;
}
.from_contents .name_text {
	margin-left: 8px;
	width: 200px;
}
.from_contents .zipcode {
	margin-left: 8px;
	width: 128px;
}
.from_contents .addresss {
	width: 472px;
}
.from_contents .tel {
	width: 200px;
}
.from_contents .txt_area {
	width: 100%;
	height: 120px;
}
.from_contents .input_syouhin {
	display: flex;
		align-items: center;
		flex-wrap: wrap;
}
.from_contents .input_syouhin > div:first-child {
	width: 6em;
}
.from_contents .input_syouhin > div:last-child {
	width: calc(100% - 6em);
}
.from_contents .required {
	background: #f00;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 12px
}
/* 今月のキーワード部分 */
.from_contents tr.answer th {
	background-color: #ffe7bc !important;
	color: #fb612d !important;
	font-weight: bold !important;
	vertical-align: middle;
}
.from_contents tr.answer td input[type="text"] {
	height: 56px;
}
/* 各ボックスサイズ */
input[type="text"] {
	width: calc(100% - 24px);
}
input[type="text"].zip_code1 {
	width: 80px;
}
input[type="text"].zip_code2 {
	width: 104px;
}

/* 同意 */
.from_contents .agreement_area {
	background: #f9f9f9;
	display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	margin-top: 24px;
	padding: 16px 16px 20px;
}
/* ページ遷移ボタン */
.from_contents .submit_area {
	display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	margin-top: 48px;
}
.from_contents .submit_area input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
/*
	border-radius: 4px;
*/
	cursor: pointer;
	display: flex;
		align-items: center;
		justify-content: center;
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	outline: none;
	transition: all .2s;
}
.from_contents .submit_area input.btn_back {
	background-color: #ddd;
	background-image: url(/vc/base/usr/docs/images/ic_back@2x.png);
	background-repeat: no-repeat;
	background-position: 38px 50%;
	background-size: 6px 11px;
	color: #000 !important;
	font-size: 14px;
	font-size: 1.4rem;
	height: 40px;
	min-width: 128px;
	padding: 0 16px 0 24px;
}
.from_contents .submit_area input.btn_submit {
	background-color: #f60;
	background-image: url(/vc/base/usr/docs/images/ic_arrow@2x.png);
	background-repeat: no-repeat;
	background-position: 60px 50%;
	background-size: 16px 13px;
	color: #fff !important;
	height: 60px;
	min-width: 256px;
	padding: 0 16px 0 28px;
}
.from_contents .submit_area input:hover {
	opacity: .6;
	transition: .2s;
}

/* 利用不可の時のコンテンツ */
.notavailable {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.notavailable .btn_back_area {
	margin-top: 40px;
}
.notavailable .btn_back_area input.btn_back_big {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ddd;
	background-image: url(/vc/base/usr/docs/images/ic_back@2x.png);
	background-repeat: no-repeat;
	background-position: 80px calc(50% - 1px);
	background-size: 7px 13px;
	border: none;
	border-radius: 4px;
	color: #000 !important;
	cursor: pointer;
	display: flex;
		align-items: center;
		justify-content: center;
	font-family: inherit;
	font-size: 16px;
	font-size: 1.6rem;
	height: 48px;
	line-height: 1;
	margin: 0 auto;
	min-width: 224px;
	outline: none;
	padding: 0 16px 0 24px;
	transition: all .2s;
}
.notavailable .btn_back_area input:hover {
	opacity: .6;
	transition: .2s;
}
/* 必須 */
.icon_required {
	background-color: #d13b3b;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 6px;
	padding: 2px 6px 0;
}
/*--------------
申込完了ページ
----------------------------------------------------------*/
.from_contents table.receipt_number {
	margin-top: 1.5em;
}
.from_contents table.receipt_number td,
.from_contents table.receipt_number th {
	border: 1px solid #999;
	padding: 12px;
}
.from_contents table.receipt_number th {
	background-color: #eee;
	font-weight: bold;
}
.from_contents table.receipt_number td {
	background-color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.from_contents .contents_box.thankstxt {
	border: 2px solid #ffba00;
	margin: 16px auto;
	max-width: 640px;
	text-align: center;
}
.from_contents .contents_box.thankstxt > div {
	display: inline-block;
	text-align: left;
}
/* バナーエリア */
.bnr_area {
	display: flex;
		flex-direction: column;
	/*row-gap: 24px;*/
	margin: 0 auto;
	max-width: 100%;
	width: 640px;
}
.bnr_area ul{
	display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	gap: 16px;
	margin: 0 auto;
	width: 100%;
}
.bnr_area ul li {
	display:inline;
	/*padding: 16px 8px;*/
	width: calc( 100% / 2 - 16px);
}
.bnr_area a {
	display: block;
	text-align: center;
}

/*==================================================================================================
|
|全体共通のclass
|
==================================================================================================*/
/*-----------------------------------------------------------------------------
■┓リンクスタイル
┗┛
-------------------------------------------------------------------------------*/
/*--------------
「>」付のテキストリンク（大きいサイズ）
（.impt_link a）
----------------------------------------------------------*/
a.impt_link {
	display: inline-block;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding-left: 20px;
	text-indent: -20px;
}
a.impt_link::before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 8px;
}

/*--------------
「>」付のテキストリンク（標準サイズ）
（a.arrow_link）
----------------------------------------------------------*/
a.arrow_link {
	display: inline-block;
	padding-left: 16px;
	text-indent: -16px;
}
a.arrow_link::before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	margin-right: 8px;
}

/*--------------
ご注意
----------------------------------------------------------*/
.notes {
	background: #fff0f5;
	border: 1px solid #f08080;
	border-radius: 10px;
	color: #d13b3b;
	display: inline-block;
	margin-bottom: 1em;
	padding: 16px;
}
.notes > .title {
	border-bottom: 1px solid #f08080;
	color: #f00;
	font-weight: 500;
	margin-bottom: 4px;
	padding: 0 4px 4px 0;
}
.notes > .title i {
	margin-right: 4px;
}
.notes > .contents *:last-child {
	margin-bottom: 0 !important;
}
.notes > .contents dt {
	font-weight: 600;
}
.notes > .contents dd {
	margin-bottom: 16px;
}
/*----------------------------
グレーのご注意
----------------------------------------------------------*/
.notes.gray {
	background: #f6f6f6;
	border-color: #ccc;
}
/*-----------------------------------------------------------------------------

■┓input  textarea  select
┗┛
-----------------------------------------------------------------------------*/
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],/* inputで指定すると、radio、checkboxも変更されてしまうためtypeで指定 */
textarea,
select {
	-webkit-appearance: none;/* iPad用のデザイン初期化　selectの▼非表示 */
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color : rgba(0, 0, 0, 0);
	border: 1px solid #999;
	border-radius: 0;
	box-shadow: inset 1px 3px 9px -8px rgba(0, 0, 0, .5);
	font-family: inherit;
	font-size: inherit;
	margin-top: 6px;
	margin-bottom: 6px;
	max-width: 100%;
	outline: none;
	padding: 4px 8px;
}
/* input */
input:-webkit-autofill { /* オートフィルでの背景色を上書き フォーカスが外れた時のため */
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
/* input type="number" */
input[type="number"]::-webkit-inner-spin-button { /* スピンボタン非表示 */
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] { /* スピンボタン非表示 */
	-moz-appearance: textfield;
}
/* input:focus select:focus */
input:focus,
textarea:focus,
select:focus {
	background-color: #fffff0;
}

/* input type="radio" */
input[type="radio"] {
	display: none;
}
input[type="radio"] + label,
label.radio_in_label {
	cursor: pointer;
	display: inline-block;
	margin-right: 0.8em;
	padding: 3px 3px 3px 22px;
	position: relative;
}
input[type="radio"] + label::before,
label.radio_in_label::before,
input[type="radio"] + label::after,
label.radio_in_label::after {
	content: "";
	display: block;
	position: absolute;
	transition: all .2s;
}
input[type="radio"] + label::before,
label.radio_in_label::before {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 14px;
		top: .35em;
		left: 0;
	width: 14px;
	height: 14px;
}
input[type="radio"] + label::after,
label.radio_in_label::after {
	border-radius: 50%;
	opacity: 0;
		top: calc(.35em + 3px);
		left: 3px;
	width: 10px;
	height: 10px;
}
input[type="radio"] + label:hover::before,
label.radio_in_label:hover::before {
	background: #fff;
}
input[type="radio"]:checked + label::before,
label.radio_checked::before {
	background: #fff;
	border: 1px solid #f64;
}
input[type="radio"]:checked + label::after,
label.radio_checked::after {
	background: #f64;
	opacity: 1;
}

/* input type="checkbox" */
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label,
label.checkbox_in_label {
	cursor: pointer;
	display: inline-block;
	margin-right: 0.8em;
	padding: 3px 3px 3px 22px;
	position: relative;
}
input[type="checkbox"] + label::before,
label.checkbox_in_label::before,
input[type="checkbox"] + label::after,
label.checkbox_in_label::after {
	content: "";
	display: block;
	position: absolute;
	transition: all .2s;
}
input[type="checkbox"] + label::before,
label.checkbox_in_label::before {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 3px;
		top: 0.35em;
		left: 0;
	width: 14px;
	height: 14px;
}
input[type="checkbox"] + label::after,
label.checkbox_in_label::after {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	opacity: 0;
		top: calc(0.35em + 4px);
		left: 3px;
	transform: rotate(-45deg) scale(.5);
	width: 8px;
	height: 4px;
}
input[type="checkbox"] + label:hover::before,
label.checkbox_in_label:hover::before {
	background: #fff;
}
input[type="checkbox"]:checked + label::before,
label.checkbox_checked::before {
	background: #f64;
	border: 1px solid #f64;
}
input[type="checkbox"]:checked + label::after,
label.checkbox_checked::after {
	opacity: 1;
	transform: rotate(-45deg) scale(1);
}

/* select */
select::-ms-expand {
	display: none;
}
select {
	background-color: #fff;
	background-image: url(/vc/base/usr/docs/images/select_arrow.svg);
	background-position: right 5px top 50%;
	background-repeat: no-repeat;
	background-size: 10px 7px;
	cursor: pointer;
	max-width: 100%;
	padding-right: 20px;
}

/* input:disabled select:disabled */
input[type="radio"]:disabled + label,
label.radio_disabled,
input[type="checkbox"]:disabled + label,
label.checkbox_disabled,
select:disabled {
	color: #999;
	cursor: default !important;
}
input[type="radio"]:disabled + label::before,
label.radio_disabled::before,
input[type="checkbox"]:disabled + label::before,
label.checkbox_disabled::before {
	background-color: #fff;
	border-color: #ddd;
}
select:disabled {
	background-image: url(/vc/base/usr/docs/images/select_arrow_disabled.svg);
	border-color: #ccc;
}

/* 自動入力のため手動入力しないインプットタグの枠線を消す（input.no_frameline） */
input.no_frameline[type="text"],
input.no_frameline[type="number"],
input.no_frameline[type="email"],
input.no_frameline[type="tel"] {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: default;
}

/*-----------------------------------------------------------------------------

■┓jquery.alerts.js用
┗┛「個人情報（メールアドレス）の取り扱いに同意します。」をチェックせずに【START】した時
-----------------------------------------------------------------------------*/
#popup_overlay {
	background-color: rgba(0, 0, 0, .3) !important;/* jsの記述を上書き */
	opacity: 1 !important;/* jsの記述を上書き */
}
#popup_container {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 8px 8px rgba(0, 0, 0, .2);
	border-radius: 4px;
	min-width: 300px;
	max-width: 550px;
}
#popup_title {
	background: linear-gradient(to top, #ddd 40%, #eee 50%);
	background-color: #ddd; /* IEでborderとbackgroundの隙間を埋める処理 */
	border-bottom: 1px solid #999;
	border-radius: 7px 7px 0 0;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3em;
	text-align: center;
}
#popup_content {
	margin: 0;
	padding: 1em 1.75em;
}
#popup_panel {
	margin: 2em 0 0;
	text-align: center;
}
#popup_panel #popup_ok {
	background-color: #f3f3f3;
	border: none;
	border: 1px solid #666;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	display: inline-flex;
		align-items: center;
		justify-content: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	height: 40px;
	margin: auto;
	min-width: 160px;
	outline: none;
	padding: 2px 0;
	transition: all .2s;
}
#popup_panel #popup_ok:hover {
	opacity: .6;
}

/*==================================================================================================
|
|メンテナンス中
|
==================================================================================================*/
.mnt_date {
	background: #eee;
	font-weight: bold;
	padding: 16px;
	text-align: center;
}
