/* CSS Document */
html,
body {
	height: 100%;
	width: 100%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	-webkit-text-size-adjust: 100%;
	font-style: normal;
	padding: 0 !important;
	margin: 0 !important;
	/*背景*/
	background-color: #00516d;
	/*background-image:url(../img/bg.jpg);
    background-repeat: repeat;
	background-size: contain;*/
}

div,
section {
	box-sizing: border-box;
}

/*---------------------------------------------------------
COMMON
---------------------------------------------------------*/
header {
	width: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	background-color: #ff669f;
	/*サイト上ラインカラー*/
	border-bottom: 5px solid #00516d;
}

.headerInner {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

.inner {
	/*width: 98%;*/
	max-width: 920px;
	margin: 0 auto;
	padding: 1% 0 20px;
	box-sizing: border-box;
	background-color: #ffffff;
}

#content {
	/*width: 98%;*/
	max-width: 980px;
	margin: 2% auto;
	padding: 30px;
	border-radius: 10px;
	z-index: 1;
	background-color: #ffffff;
	box-sizing: border-box;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 2px solid #242424;
	color: #242424;
	margin-bottom: 15px;
}

.attention {
	font-size: 0.8em;
}

@media screen and (max-width : 1024px) {
	.headerInner {
		padding-left: 4%;
		padding-right: 4%;
	}

	#content {
		width: 98%;
		padding: 4% 4%;
		/*100-8-2*/
	}
}

/*---------------------------------------------------------
MAIN IMAGE
---------------------------------------------------------*/
.mainImage {
	margin: 0 auto;
}

.mainImage>.inner {
	/*width: 100%;
	max-width:920px;*/
	text-align: center;
	padding: 0 0 0;
	margin: 0 auto;
}

.mainImage .inner img {
	width: 100%;
	height: auto;
}

/*---------------------------------------------------------
SUB NAVI
---------------------------------------------------------*/
#subNavi {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	height: 54px;
	padding: 0;
	border-bottom: 2px solid #00516d;
	background-color: #00516d;
	box-sizing: border-box;
}

#subNavi ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#subNavi ul li {
	text-align: center;
	background-color: #00516d;
	display: flex;
	align-items: center;
}

@media screen and (max-width : 1024px) {
	#subNavi {
		height: auto;
	}

	#subNavi ul li:nth-child(odd) {
		text-align: center;
		background-color: #00516d;
	}

	#subNavi ul li:nth-child(1),
	#subNavi ul li:nth-child(2) {
		display: none;
	}

	#subNavi ul li img {
		width: 100%;
		height: auto;
	}
}

/*---------------------------------------------------------
INTRO
---------------------------------------------------------*/
#overview {
	font-size: 1em;
	padding-top: 15px;
	font-weight: 900;
}

#overview .overviewTxt {
	color: #0040e2 !important;
}

/*---------------------------------------------------------
SHOP LIST(convenience store)
---------------------------------------------------------*/
.shopList div:first-child {
	margin-bottom: 20px;
}

/*コンビニボタン*/
.shopList div.shopBanner {
	width: 96%;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.shopList div.shopBanner p.secomaBanner img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width : 1024px) {
	.shopList div.shopBanner {
		display: inherit;
		margin-bottom: 4%;
	}

	.shopList div.shopBanner p {
		margin-bottom: 5%;
	}
}

/*---------------------------------------------------------
KOUNYU CHUUI
---------------------------------------------------------*/
#kounyu ul.topFaq_list li {
	padding-left: 32px;
	position: relative;
	background-image: url(../img/list.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	border: 0;
	margin-bottom: 8px;
}

#kounyu ul.topFaq_list li:last-child {
	margin-bottom: 0;
}

/*---------------------------------------------------------
SET LIST
---------------------------------------------------------*/
.titlePrintNoR {
	width: 100%;
	font-size: 100%;
	margin: 10px 0;

	box-sizing: border-box;
}

/* サブタイトル枠 */
.titlePrintNoR p {
	padding: 10px 0;
	background: #00516d;
	color: #ffffff;
	padding-left: 15px;
	font-weight: bold;
	border-left: 8px solid #d7000f;
	box-sizing: border-box;

}

.set-list h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #242424;
	margin-top: 20px;
	margin-bottom: 10px;
}



/*---------------------------------------------------------
PRODUCT LIST
---------------------------------------------------------*/
.product-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.product-list li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 5%;
	text-align: center;
	background: #e3ecef;
}

.product-list li:nth-child(4n) {
	margin-right: 0%;
}

/*商品リスト　スペース調整*/
@media screen and (max-width : 768px) {
	.product-list li {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 12%;
		text-align: center;
	}

	.product-list li:nth-child(4n) {
		margin-right: 2%;
	}

	.product-list li:nth-child(2n) {
		margin-right: 0;
	}

	.product-list li:nth-last-child(-n+1) {
		margin-bottom: 0;
	}
}

.product-list dl {
	/* background: #ebf2f9;*/
	line-height: 100%;
	padding: 0 0 8px;
}

.titlePrintNo {
	font-size: 1em;
	font-family: 'Roboto', 'Hiragino Sans', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 8px 0;
	background-color: #221815;
	color: #ffffff;
}

.printNo {
	font-weight: bold;
}

@media screen and (max-width : 768px) {
	.printNo {
		font-size: 0.9em;
	}
}

.shouhin-cap {
	padding-left: 34px;
}

@media screen and (max-width : 768px) {
	.shouhin-cap {
		padding-left: 0;
	}
}

.thumb {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	position: relative;
	padding: 4%;
	text-align: center;
}

.thumb img,
.setThumb img {
	width: 100%;
	max-width: 854px;
	height: auto;
}

@media screen and (max-width : 768px) {

	.thumb img,
	.setThumb img {
		width: 100%;
	}
}

.setThumb {
	margin-bottom: 4%;
	text-align: center;
}

.size {
	font-family: 'Roboto', 'Hiragino Sans', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5%;
}

.mPrint_l {
	font-family: 'Inconsolata', monospace;
	font-size: 1.8em;
	width: 100%;
	margin: 0 auto;
	line-height: 100%;
	padding: 3% 0;
	width: 100%;
	/*background-color: #ffffff;*/
	text-align: center;
	color: #4672bb;
	font-weight: 900;
}

.mPrint_l span {
	background: #4672bb;
	padding: 4px 4px;
	margin-right: 3px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	border-radius: 2px;
}

@media screen and (max-width : 768px) {
	.mPrint_l {
		font-size: 1.5em;
	}
}

.chuui {
	font-size: 10px;
	margin-top: 10px;
}

.chuui span {
	font-family: 'Inconsolata';
	font-size: 16px;
}

/*---------------------------------------------------------
note
---------------------------------------------------------*/
.presentImage {
	display: flex;
	justify-content: center;

	width: 50%;
	margin: auto;
}

.presentImage img {
	width: 100%;
	filter: drop-shadow(3px 3px 2px #cccccc);
}

/*サンプル画像　幅調整*/
@media screen and (max-width : 768px) {
	.presentImage {
		width: 80%;
	}
}

/*---------------------------------------------------------
TABLE
---------------------------------------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
}

table tr {
	border-bottom: solid 2px white;
}

table tr:last-child {
	border-bottom: none;
}

table th {
	position: relative;
	text-align: left;
	width: 28%;
	background-color: #002ca8;
	color: white;
	text-align: center;
	padding: 6px 0;
}

table th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -4px;
	border-left: 10px solid #002ca8;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

table td {
	text-align: left;
	text-align: center;
	background-color: #eee;
	padding: 6px 0;
}

table.list-2l th {
	background-color: #0ebbed;
}

table.list-2l th:after {
	border-left: 10px solid #0ebbed;
}

/*---------------------------------------------------------
QRボタン
---------------------------------------------------------*/
.QRbtn {
	background: #d7000f;
	width: 90% !important;
	display: block;
	padding: 6% 3% !important;
	margin: 0 auto 3% !important;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 50px !important;
	-webkit-border-radius: 4px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	box-shadow: 0 1px 4px 0 rgba(0, 73, 114, 0.5);
}

.buySej {
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width : 480px) {
	.buySej img {
		width: 90%;
		height: auto;
	}
}

.qr_allstore {
	margin-bottom: 10px;
}

/*---------------------------------------------------------
FAQ
---------------------------------------------------------*/

#faq .leftBox {
	float: left;
	width: 49.5%;
	border-right: 1px solid #eaeaea;
}

#faq .rightBox {
	float: left;
	width: 48%;
	padding-left: 2%;
}

#faq h3 {
	font-size: 20px !important;
	color: #f955da;
	margin-bottom: 30px;
}

/* faqList ---------------------------------*/
/*.faqList{
	margin-bottom:15px;
}*/
.faqList dt {
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #272727;
	padding: 20px 20px 20px 30px;
	cursor: pointer;
	border-bottom: 1px solid #d8d7dd;
	position: relative;
}

.faqList dd {
	padding-left: 1.5em;
	display: none;
	background: #ffffff;
	padding: 20px 20px 20px 30px;
	border-bottom: 1px solid #d8d7dd;
	line-height: 160%;
}

.faqList dd ul li {
	margin-bottom: 5px;
}

.grayBox {
	background-color: #f4f3f9;
	padding: 15px;
}

@media screen and (max-width : 480px) {
	.faqList dt {
		padding: 20px 12px 20px 30px;
	}

	.faqList dd {
		padding: 20px 12px 20px 12px;
	}
}

/*+-*/
.faqList dt::before,
.faqList dt::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #2d2d2d;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 1s;
}

.faqList dt::after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform .4s;
}

.faqList dt.show::before {
	opacity: 0;
}

.faqList dt.show::after {
	transform: translateY(-50%) rotate(180deg);
}

.grayBox {
	background-color: #f6f6f6;
	margin-bottom: 20px;
	padding: 15px;
}

/*---------------------------------------------------------
conprin official
---------------------------------------------------------*/
.conprin-official {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	/* border: 2px solid #002793;*/
	background-color: #ffeef4;
	padding: 3%;
	/*margin-bottom: 3%;*/
	border-radius: 5px;
}

.conprin-official .txt {
	padding-right: 5%;
}

.conprin-official a:link {
	text-decoration: none;
}

@media screen and (max-width : 768px) {
	.conprin-official {
		display: inherit;
		padding: 5%;
	}

	.conprin-official .txt {
		padding-right: 0;
		margin-bottom: 5%;
	}

	.conprin-official .banner {
		text-align: center;
	}
}

/*---------------------------------------------------------
FOOTER
---------------------------------------------------------*/
footer {
	width: 100%;
	padding: 50px 0;
	background-color: #d7000f;
}

footer p {
	color: #ffffff;
	text-align: center;
	font-size: 12px;

}

/*---------------------------------------------------------
LINK COLOR
---------------------------------------------------------*/
a:link {
	color: #007fe0 !important;
	text-decoration: underline !important;
}

a:visited {
	color: #007fe0 !important;
	text-decoration: underline !important;
}

/*---------------------------------------------------------
RETURN TOP
---------------------------------------------------------*/
#return {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 20px;
	text-indent: -9999px
}

#return a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../img/return.png);
	background-repeat: no-repeat;

}

.end {
	color: #e00024;
	font-weight: bold;
	padding: 20px;
	border: 2px solid #e00024;
	text-align: center;
}

/*---------------------------------------------------------
MARGIN
---------------------------------------------------------*/
.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 40px;
}

.txtRed {
	color: #e00024;
	font-weight: bold;
}

@media screen and (max-width : 768px) {
	.mb10 {
		margin-bottom: 2%;
	}

	.mb20 {
		margin-bottom: 4%;
	}
}

/*---------------------------------------------------------
SP　PC
---------------------------------------------------------*/
.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width : 428px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}