@charset "utf-8";
.main h2 {
	float: none !important;
}


/*------------- ヘッダ -------------*/

.sp_pc {
	display: block;
}
.sp_pc_inline {
	display: inline;
}
.sp_sp {
	display: none;
}

.sp_sp_inline {
	display: none;
}

.sp_pc_inblock {
	display: inline-block;
}

.sp_sp_inblock {
	display: none !important;
}

/* contents
---------------------------------------*/

.contents {
	font-size: 105%;
}
.main h2,
section.present_section,
section.detail {
	width: 1000px;
	margin: auto;
}
section.usage_method {
	padding-top: 55px;
	padding-bottom: 40px;
	background-color: #f6f5f1;
}
section.qr_btn {
	padding-bottom: 55px;
	background-color: #f6f5f1;
}
.cnt_sec {
	padding-bottom: 30px;
}
.main h2 {
	background: none;
	border: none;
	padding: 0;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	color: #e45833;
	margin: 55px auto 40px;
	text-align: center;
}
.main h1.main_visual {
	margin: 0 auto;
	line-height: 0;
	position: relative;
	max-height: 600px;
	overflow: hidden;
	padding: 0;
}
.main h2.set_content {
	margin: 55px auto 40px;
}
.main h1.main_visual img.background {
	width: 100%;
	height: auto;
}
.red {
	color: #cc0000;
	font-weight: bold;
}
.red_thin {
	color: #cc0000;
}
.flex {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
}
.text-indent {
	text-indent: -1em;
	margin-left: 1em;
}
.subtitle {
	padding: 30px 0 35px;
	background-color: #f6f5f1;
	text-align: center;
}
.subtitle p.title {
	margin-bottom: 10px;
}
.subtitle span {
	font-size: 16px;
}
.subtitle span.title1 {
	font-size: 22px;
	margin-right: 16px;
}
.subtitle span.title2 {
	font-size: 30px;
	font-weight: bold;
}

/* キャンペーン概要・詳細枠 */
.campaign {
	width: 800px;
	margin: 0 auto;
	line-break: strict;
}
.campaign .campaign_title {
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	background-color: #fed600;
	color: #333;
	font-weight: bold;
	padding: 10px;
	line-height: 1.6;
	border-bottom: 0;
	border-left: 0;
	margin-bottom: 0 !important;
	text-align: left;
	height: auto;
}
.campaign .campaign_contents {
	padding: 20px;
	border-left: 3px solid #fed600;
	border-right: 3px solid #fed600;
	border-bottom: 3px solid #fed600;
}
.campaign .campaign_btn-area {
	margin-top: 15px;
	text-align: center;
}
.campaign .campaign_btn-area p {
	text-align: center !important;
}
.campaign .campaign_btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 265px;
	height: 55px;
	line-height: 55px;
	padding: 0 5px 0 0;
	box-shadow: 0 1px #bfbfbf;
	-moz-box-shadow: 0 1px #bfbfbf;
	-o-box-shadow: 0 1px #bfbfbf;
	-ms-box-shadow: 0 1px #bfbfbf;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
	background: #fed600;
	color: #333;
}
.campaign .campaign_contents_title {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 7px;
	padding-bottom: 2px;
	border-bottom: dotted 1px #666;
	color: #333;
}
.campaign .campaign_contents_title::after {
	content: none;
}
.present_box {
	margin-bottom: 40px;
}
.present_box li {
	box-sizing: border-box;
	width: 480px;
	height: 240px;
	border: solid 8px #ebe9e2;
	overflow: hidden;
	text-align: center;
}
.present_box li.normal {
	line-height: 190px;
	width: auto;
	border: none;
}
.present_box li.normal img {
	vertical-align: middle;
}
.present_box .p_title {
	margin-top: 20px;
	height: 34px;
	text-align: center;
}
.present_box .p_title span {
	background-color: #e45833;
	color: #ffffff;
	padding: 5px 25px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
}
.present_box .info {
	margin-bottom: 10px;
	font-size: 13px;
	text-align: center;
	color: #333;
}
.present_section .under_message {
	line-height: 24px;
	text-align: center;
	margin-bottom: 50px;
	color: #333333;
}
.present_section .under_message span {
	font-size: 20px;
}
.present_section .under_message .sp_width {
	font-weight: bold;
}
.present_section .under_message span.sp_strong {
	color: #cc0000;
	font-size: 36px;
	line-height: 36px;
}
.present_section .under_message p {
	display: inline;
	font-size: 24px;
	font-weight: bold;
}
.present_section .under_message .normal {
	font-size: 13px;
	font-weight: normal;
}
/* --- キャンペーン金額 --- */
/*.present_section .under_message--cp {
	margin-bottom: 40px;
}
.present_section .under_message--cp .under_message__cp_title {
	display: block;
	font-size: 18px;
	line-height: 1.0;
	display: block;
	background-color: #fed600;
	padding: 14px;
}
.present_section .under_message--cp .under_message__cp_wrapper {
	border-right: 2px solid #fed600;
	border-left: 2px solid #fed600;
	border-bottom: 2px solid #fed600;
	padding: 25px;
}*/
.present_detail {
    flex-direction: column;
    color: #002d72;
    font-size: 13px;
}
.present_detail .description01 {
	text-align: center;
	height: 80px;
	position: relative;
}
.present_detail span {
	display: inline-block;
	width: 100%;
    color: #e45833;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.present_detail a {
	display: inline-block;
}
table {
	border: 1px solid #CCCCCC;
	clear: both;
	width: 100%;
}
thead th {
	background-color: #f4f3ee;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
th {
	vertical-align: middle;
}
#caution+ul li {
	text-indent: -1em;
	margin-left: 1em;
}
#caution+ul li:before {
	content: "・";
}
.usage_method .method_wrapper {
	box-sizing: border-box;
	width: 860px;
	margin: 40px auto 0;
	background-color: #fff;
	overflow: hidden;
	padding: 30px 0;
}
.method_wrapper .method {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 0 30px;
	border-right: 1px dashed #9F9F9C;
}
.method_wrapper .method:last-child {
	border-right: none;
}
.method .title {
	font-size: 16px;
	font-weight: bold;
	color: #E45833;
}

.infomation .table_box {
	width: 860px;
	margin: 20px auto 0;
}
.infomation .table_box table {
	width: 100%;
}
.infomation .table_box table,
.infomation .table_box table * {
	box-sizing: border-box;
}
.infomation .table_box th {
	width: 30%;
	padding: 10px 15px;
	background-color: #EBE9E2;
}
.infomation .table_box td {
	padding: 10px 15px;
}
.infomation .table_box table + p {
	font-size: 12px;
}
/*------------- DCI -------------*/
.infomation .dci_box,
.infomation .dci_box * {
	box-sizing: border-box;
}
.infomation .dci_box {
	width: 860px;
	margin: 50px auto 80px;
	padding: 30px;
	background-color: #F6F5F1;
	overflow: auto;
}
.infomation .dci_box .img-box {
	margin-right: 30px;
	line-height: 0;
}
.infomation .dci_box .content-box {
	width: 638px;
	margin-top: 0;
}
.infomation .dci_box .img-box,
.infomation .dci_box .content-box {
	float: left;
}
.infomation .dci_box .content-box .title {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #e45833;
	margin-bottom: 12px;
}
.infomation .dci_box .content-box .content {
	display: block;
	margin-bottom: 16px;
	font-size: 13px;
}

/*　Button hover
---------------------------------------*/

.alpha {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.alpha:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.contents h2:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
td.center {
	text-align: center;
}
.link {
	padding-left: 10px;
	background: url(/common/images/common_ic003.gif) no-repeat left center;
	_height: 14px;
	min-height: 14px;
	text-decoration: underline;
}
.with_icon::after {
	content: url(/ecoupon/fujiq/images/index_ic003.png);
    margin-left: 4px;
}
.about .explanation {
	width: 1000px;
	margin: auto;
	text-align: center;
}
.ic_blank_active {
	background: url(/ecoupon/fujiq/images/index_ic003.png) no-repeat 0 0;
	background-size: 15px 12px;
	position: absolute;
	width: 15px;
	height: 12px;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
	right: 10px;
}
.btn_entry {
		text-align: center;
		margin-bottom: 30px;
}
.btn_entry.mb_30 {
	margin-bottom: 30px;
}
.btn_entry.mb_0 {
	margin-bottom: 0;
}
.btn_entry span{
	font-size: 14px;
}
.btn_entry span.cp_end {
		display: inline-block;
		text-align: center;
		padding: 16px 50px;
		margin: 30px 0 0;
		font-size: 140%;
		font-weight: bold;
		position: relative;
		color: #333;
		width: 380px;
		border:1px solid #dcdcdc;
}
.btn_entry a {
		display: inline-block;
		text-align: center;
		padding: 17.5px 50px;
		box-shadow: 0px 1px #bfbfbf;
		font-size: 140%;
		font-weight: bold;
		position: relative;
		text-decoration: none;
		background: #fed600;
		color: #000;
		width: 400px;
}
.btn_entry a.gray_btn {
	background: #fff;
    border: 5px solid #E3E0D6;
}
.info_box {
	width: 520px;
	width: fit-content;
	margin: 30px auto;
	padding: 20px;
	background-color: #F6F5F1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.info_box .info_box_el.img-box {
	width: 180px;
	padding-right: 20px;
}
.info_box .info_box_el.img-box img {
	vertical-align: middle;
}

/* 動的用 */

#d_entry .main h3 {
	background: none;
	padding-left: 0;
	color: #333;
}

#d_entry .search_btn_active li,
#d_entry .search_btn_desable li {
	padding-right: 4px;
}
@media screen and (max-width: 768px) {
	/* 768px以下用の記述 */
	#d_page {
		font-family: Verdana, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
		color: #000;
		clear: both;
		float: none;
		margin: 0;
		padding: 0;
		-webkit-text-size-adjust: 100%;
		min-width: 310px;
		padding: 0;
	}
	/*------------- PC_SP切り替え -------------*/
	.sp_pc {
		display: none !important;
	}
	.sp_pc_inline {
		display: none !important;
	}
	.sp_pc_inblock {
		display: none !important;
	}
	.sp_sp {
		display: block !important;
	}
	.sp_sp_inline {
		display: inline !important;
	}
	.sp_sp_inblock {
		display: inline-block !important;
	}
	.sp_tpc {
		display: none !important;
	}
	.pankuzu {
		display: none !important;
	}
	/* コンテンツ
	---------------------------------------*/

	section.present_section,
	.subtitle,
	.infomation .infomation_contents,
	section.detail {
		width: 94%;
	}
	.infomation .infomation_contents {
		margin: 0 3%;
	}
	section.detail.usage_method {
		width: 100%;
	}
	.main h1.main_visual img.text {
		width: 74%;
		max-width: 480px;
		max-height: 263px;
	}
	/* キャンペーン概要・詳細枠 */
	.campaign {
		width: auto;
		margin: 0 3% 40px;
	}
	.campaign .campaign_title {
		font-size: 16px;
		letter-spacing: 0.02em;
		padding: 10px 12px;
		line-height: 1.4;
	}
	.campaign .campaign_contents {
		padding: 13px;
	}
	.campaign .campaign_contents_title {
		border-left: 0;
		padding-left: 0;
		margin-top: 15px;
	}
	.campaign .campaign_btn {
		width: 100%;
		max-width: 300px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		text-decoration: none !important;
	}
	.about .explanation {
		width: 94%;
		padding-bottom: 40px;
		text-align: left;
	}
	.present_box {
		flex-direction: column;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.present_box li.mb30 {
		margin-bottom: 10px;
	}
	.present_box li {
		width: 100%;
		height: auto;
		padding-bottom: 15px;
	}
	.present_box li.normal {
		padding-bottom: 0;
	}
	.present_box .present_detail {
		width: 100%;
		font-size: 13px;
		text-align: center;
	}
	.present_detail p.description01 {
		color: #002d72;
		font-size: 13px;
		height: auto;
		margin-bottom: 3px;
	}
	.present_detail span {
		font-size: 16px;
		position: static;
		transform: none;
	}
	.present_detail span.normal {
		color: #002d72;
		font-size: 13px;
	}
	.present_box .p_title {
		margin-top: 15px;
	}
	.present_box .p_title span {
		font-size: 12px;
		font-weight: bold;
	}
	.present_box li.normal {
		line-height: 28px;
		text-align: center;
	}
	.present_box li.normal img {
		height: 18px;
	}
	.present_section .under_message {
		margin-bottom: 16px;
	}
	.present_section .under_message span {
		display: block;
		font-size: 14px;
	}
	.present_section .under_message .sp_width {
		font-size: 13px;
	}
	.present_section .under_message p {
		display: inline-block;
		font-size: 16px;
		margin-bottom: 12px;
	}
	.present_section .under_message span.red {
		font-size: 16px;
	}
	.present_section .under_message span.sp_strong {
		display: inline;
		font-size: 24px;
		line-height: 24px;
	}
	.present_section .under_message .normal {
		text-align: left;
		text-indent: -1em;
		margin-left: 1em;
	}
	/* --- キャンペーン金額 --- */
	/*.present_section .under_message--cp {
		margin-bottom: 25px;
	}
	.present_section .under_message--cp .under_message__cp_title {
		height: 13px;
		font-size: 13px;
		padding: 10px;
	}
	.present_section .under_message--cp .under_message__cp_wrapper {
		padding: 10px 15px 15px 15px;
	}*/
	div.contents {
		width: auto !important;
		padding: 10px 0 0;
	}
	.main-inner {
		padding: 0;
	}
	.sample {
		width: 100%;
		height: auto;
		max-width: 768px;
	}
	.cnt_sec {
		margin: 0 10px;
	}
	.detail {
		border-bottom: none;
		margin-bottom: 0;
		padding: 0 0 30px;
	}
	.detail.image-detail {
		background-color: #f6f5f1;
	}
	.detail .with-image {
		padding: 15px;
	}
	.detail .with-image .title {
		float: none;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.detail .with-image .image-container {
		float: none;
	}
	.detail .with-image .image-container img {
		width: 72.7%;
		height: auto;
	}
	.detail .with-image .contents {
		float: none;
		width: 100%;
	}
	.detail .with-image .list {
		width: 100%;
		background-color: #fff;
	}
	.btn_entry.mb_30 {
		margin-bottom: 12px;
	}
	.btn_entry a.gray_btn {
		font-size: 14px;
		margin-bottom: 0;
	}
	.contents a:link {
		text-decoration: underline;
	}
	.main h1.main_visual {
		margin-top: 0;
		margin-bottom: 20px;
		background: none;
		line-height: 0;
	}
	.main h2.set_content {
		margin: 0 auto;
	}
	.main h2 {
		width: 94%;
		height: auto;
		color: #fff;
		background: #474747;
		font-size: 120%;
		font-weight: bold;
		line-height: 1.4;
		margin: 0 0 15px !important;
		padding: 10px 3%;
		border-bottom: none;
	}
	.main h2 span {
		border-left: none;
		padding-left: 0;
	}
	.main h3 {
		border-left: 4px solid #e45833;
		border-bottom: none;
		margin-bottom: 10px;
		padding: 3px 0 3px 7px;
		font-size: 120% !important;
		font-weight: bold;
		background: none;
		text-align: left;
	}
	.main h3:after {
		background: none;
	}
	.subtitle {
		background: #fff;
		margin: auto;
		padding: 0px 0 30px;
	}
	.subtitle span {
		font-size: 14px;
		font-weight: normal;
	}
	.contents .btn a {
		width: 100%;
		max-width: 300px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		text-decoration: none !important;
		margin: 10px auto;
	}
	.contents .btn span {
		font-size: 13px;
	}
	.contents .btn a .ic_arrow {
		background: url(/common/images/common_ic008.png) no-repeat 0 0;
		background-size: 7px 10px;
		position: absolute;
		width: 7px;
		height: 10px;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
	}
	.present_detail_txt .btn a .ic_arrow {
		top: 0;
	}
	.ic_arrow {
		background: url(/sp/images/index_ic015.png) no-repeat scroll right center;
		background-size: 7px 11px;
	}
	.br {
		content: "\A";
		white-space: pre;
	}
	#caution+ul li {
		margin-bottom: 5px;
	}
	section.usage_method {
		padding-top: 0;
		padding-bottom: 5px;
	}
	section.usage_method .method_wrapper {
		width: 100%;
		margin-top: 0;
		padding: 10px 0 20px;
	}
	.method_wrapper .method {
		width: 100%;
		float: none;
		border-right: none;
		padding: 0 20px;
	}
	.method_wrapper .method:first-child {
		padding-bottom: 25px;
		border-bottom: 1px dashed #9F9F9C;
	}
	.method_wrapper .method:last-child {
		padding-top: 25px;
	}
	section.usage_method,
	section.qr_btn {
		background-color: #fff;
	}
	section.qr_btn {
		padding-bottom: 40px;
	}
	.subtitle p.title {
		text-align: center;
		margin-bottom: 15px;
	}
	.subtitle span.title1 {
		font-size: 14px;
		font-weight:bold;
		margin-right: 10px;
	}
	.subtitle span.title2 {
		font-size: 20px;
	}
	.infomation .table_box {
		width: 100%;
	}
	.infomation .table_box td {
		text-align: left;
	}
	.infomation .dci_box {
		margin: 50px auto 40px;
		width: 100%;
		height: auto;
		padding: 18px;
		position: relative;
	}
	.infomation .dci_box .content-box {
		width: 100%;
	}
	.infomation .dci_box .img-box img {
		width: 50px;
		height: auto;
	}
	.infomation .dci_box .content-box .title {
		font-size: 15px;
		width: 69%;
		position: absolute;
		left: 78px;
		top: 18px;
	}
	.infomation .dci_box .content-box .content {
		font-size: 13px;
		margin-top: 15px;
		margin-bottom: 10px;
		clear: both;
	}
	.info_box {
		width: auto;
		padding: 18px;
		margin: 0 3% 20px;
	}
	.info_box .info_box_el.img-box {
		width: 60%;
		padding-right: 5%;
	}
	.info_box .info_box_el.img-box img {
		vertical-align: middle;
	}

	/* フッター
	---------------------------------------*/
	.copyright {
		padding: 0;
		background-color: #474747;
	}
	.bgarea {
		border-top: 1px solid #cbcac5;
		margin: 30px 0 0 0 !important;
		padding: 0 10px !important;
	}
	.admission {
		padding-right: 0;
		margin: 25px 0 25px 0;
	}
	.admission a {
		text-decoration: none !important;
	}
	.admission01,
	.admission02 {
		text-align: center !important;
	}
	.btn_ver ul.note li {
		margin-bottom: 0;
	}
	.present_detail_txt .btn a {
		width: auto;
		max-width: 200px;
		margin-top: 10px;
	}
	.present_detail_txt p {
		font-size: 15px;
	}
	.present_detail_txt p.note {
		font-size: 12px;
	}
	ul.station {
		margin-top: 5px;
	}
	ul.station li{
		display: block;
		margin-right: 0;
		line-height: 2.4em;
	}
	.agree_txt {
		margin-bottom: 10px;
	}
	.check_item span {
		text-align: left;
	}
	.search_btn_desable li,
	.search_btn_active li {
		padding: 0 0 8px;
	}
	.search_btn_desable li,
	.search_btn_desable span {
		width: 100%;
	}
	.search_btn_desable span {
		text-align: center;
	}
	.search_btn_active li,
	.search_btn_active a {
		width: 100%;
	}
	.search_btn_active a:link {
		text-decoration: none;
	}
	.btn_entry {
		margin-bottom: 0;
	}
	.btn_entry a {
		font-size: 16px;
		display: block;
		width: 75%;
		margin: 0 auto 10px;
		padding: 15px 20px;
		text-decoration: none !important;
		height: 30px;
		line-height: 30px;
	}
	.btn_entry span{
		font-size: 12px;
	}
	.btn_entry span.cp_end {
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		display: block;
		width: auto;
		margin: 20px 0 20px;
		padding: 15px 20px;
		line-height: 20px;
		border: 1px solid #dcdcdc;
		color: #333;
	}
	.capImg {
	width: 248px;
	margin: 0 auto;
	}

	/* 動的用 */

	#d_entry .main h3 {
		padding-left: 7px;
	}

	#d_entry .search_btn_active li,
	#d_entry .search_btn_desable li {
		padding-right: 0;
	}
}
