@charset "UTF-8";
/* --------------------------------------

	アレルギー

---------------------------------------- */
/*
	extend - export to common.scss
  */
/* ------------------------------------
	* module
* ------------------------------------ */
.obj-pc {
	display: block !important;
}

.obj-sp {
	display: none !important;
}

@media screen and (max-width: 736px) {
	.obj-sp {
		display: block !important;
	}

	.obj-pc {
		display: none !important;
	}
}

.mod-backsla {
	font-family: sans-serif;
	font-size: 20px;
}

#stage .wrp-contents-top .mod-h1 {
	text-align: center;
}

#stage .wrp-contents-top .sublead {
	margin-top: 25px;
	text-align: center;
	line-height: 1.5;
}

#stage .wrp-contents-top .sublead .inner-sublead {
	display: inline-block;
	text-align: left;
	font-size: 16px;
}

/* PCのリンクリスト */
#stage .inner-pc-allergy-lists {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}

#stage .pc-allergy-lists {
	border: 1px solid #cccccc;
	border-radius: 4px;
}

#stage .pc-allergy-lists li {
	box-sizing: border-box;
	background-color: #e1f3ff;
	width: 20%;
	color: #0039a6;
	float: left;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	min-height: 38px;
}

#stage .pc-allergy-lists li.empty {
	background-color: #fff;
}

#stage .pc-allergy-lists li:nth-child(5n+1) {
	border-left: 0;
}

#stage .pc-allergy-lists li:nth-child(-n+5) {
	border-top: 0;
}

#stage .pc-allergy-lists li:first-child {
	border-radius: 4px 0 0 0;
}

#stage .pc-allergy-lists li:last-child {
	border-radius: 0 0 4px 0;
}

#stage .pc-allergy-lists li:nth-child(5) {
	border-radius: 0 4px 0 0;
}

#stage .pc-allergy-lists li:nth-last-child(5) {
	border-radius: 0 0 0 4px;
}

#stage .pc-allergy-lists a {
	display: block;
	color: #000;
	height: 100%;
}

#stage .pc-allergy-lists a:hover .txt {
	text-decoration: underline;
}

#stage .pc-allergy-lists .has-arrow {
	background-color: #fff;
}

#stage .pc-allergy-lists .has-arrow a {
	background-image: url(/products_static/common/img/icon/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 10px 15px;
}

#stage .pc-allergy-lists .inner-list {
	padding-left: 25px;
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 38px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#stage .pc-allergy-lists .inner-list .txt {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}

/* 補足 */
#stage .wrp-supplemental {
	box-sizing: border-box;
	padding: 7px 10px;
	margin: 20px 30px 0;
	background-color: #e1f3ff;
	line-height: 1.5;
	font-size: 12px;
	color: #666666;
}

#stage .wrp-supplemental .theme {
	font-weight: bold;
}

/* アレルギー成分表 */
#stage .wrp-allergy-table {
	margin-top: 40px;
	border-bottom: 1px solid #cccccc;
}

#stage .wrp-allergy-table .mod-h2 {
	text-align: center;
}

#stage .wrp-allergy-table .allergy-table {
	width: 100%;
}

#stage .wrp-allergy-table .allergy-table thead th {
	font-size: 13px;
	background: #f6f6f6 url(/products_static/detail/img/ptn_table_border.png) 100% 0 repeat-y;
}

#stage .wrp-allergy-table .allergy-table thead th:last-child {
	background-image: none;
}

#stage .wrp-allergy-table .allergy-table.no-thead thead {
	display: none;
}

#stage .wrp-allergy-table .allergy-table.no-thead tbody {
	border-top: 1px solid #cccccc;
}

#stage .wrp-allergy-table .allergy-table th, #stage .wrp-allergy-table .allergy-table td {
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.5;
}

#stage .wrp-allergy-table .allergy-table th {
	padding: 9px 5px;
	color: #666666;
	background-color: #f6f6f6;
	text-align: center;
}

#stage .wrp-allergy-table .allergy-table tr {
	border-top: 1px solid #e8e8e8;
}

#stage .wrp-allergy-table .allergy-table tr:first-child {
	border-top: 0;
}

#stage .wrp-allergy-table .allergy-table td {
	position: relative;
	background: url(/products_static/detail/img/ptn_table_border.png) 100% 0 repeat-y;
}

#stage .wrp-allergy-table .allergy-table td:last-child {
	background-image: none;
}

#stage .wrp-allergy-table .allergy-table td.td-cat {
	vertical-align: top;
	width: 13%;
}

#stage .wrp-allergy-table .allergy-table td .inner-wrp {
	display: table;
	width: 100%;
}

#stage .wrp-allergy-table .allergy-table td a {
	box-sizing: border-box;
	position: relative;
	height: 80px;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	color: #000;
	padding: 0 9px;
}

#stage .wrp-allergy-table .allergy-table td a:hover span {
	text-decoration: underline;
}

#stage .wrp-allergy-table .allergy-table td a span {
	display: inline-block;
	padding-left: 13px;
	background-image: url(/products_static/common/img/icon/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 0 5px;
}

#stage .wrp-allergy-table .allergy-table td a .inner {
	padding-left: 0;
	padding-right: 0;
}

#stage .wrp-allergy-table .allergy-table td .inner {
	padding: 5px 10px 5px 20px;
}

#stage .wrp-allergy-table .allergy-table .th-cat {
	width: 13%;
}

#stage .wrp-allergy-table .allergy-table .td-cat {
	font-weight: bold;
}

#stage .wrp-allergy-table .allergy-table .th-name, #stage .wrp-allergy-table .allergy-table .td-name {
	width: 24%;
	font-weight: bold;
}

#stage .wrp-allergy-table .allergy-table .th-text, #stage .wrp-allergy-table .allergy-table .td-text {
	/* width: 21%; */
	width: 63%;
}

#stage .wrp-allergy-table .allergy-table .th-sup, #stage .wrp-allergy-table .allergy-table .td-sup {
	width: 42%;
}
#stage .allergy-table .red-text {
	color: #f9423a;
}

/* PCのみ（主にhover処理） */
/* SP */
@media only screen and (max-width: 736px) {
	#stage select {
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
		border: 0;
		margin: 0;
		padding: 0;
		background: none transparent;
		vertical-align: middle;
		font-size: inherit;
		color: inherit;
		box-sizing: content-box;
	}
  /* リンク */
	#stage .area-sp-allergy-lists .inner-sp-allergy-lists {
		margin: 18px 10px 0;
	}

	#stage .area-sp-allergy-lists .allegry-select {
		position: relative;
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
		font-size: 12px;
		background-image: url(/products_static/allergy/img/arrow_blue_down.png);
		background-repeat: no-repeat;
		background-size: 29px auto;
		background-position: 100% center;
		border: 1px solid #cccccc;
		border-radius: 3px;
		background-color: #fff;
	}

	#stage .area-sp-allergy-lists .wrp-allegry-select {
		position: relative;
	}

	#stage .area-sp-allergy-lists .wrp-allegry-select:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 30px;
		width: 1px;
		height: 100%;
		background-color: #cccccc;
	}

	#stage .wrp-contents-top .sublead {
		margin-top: 13px;
		margin-left: 20px;
		margin-right: 20px;
		line-height: 1.8;
	}

	#stage .wrp-contents-top .sublead .inner-sublead {
		font-size: 13px;
	}

	#stage .wrp-supplemental {
		font-size: 11px;
		margin-left: 10px;
		margin-right: 10px;
		line-height: 1.4;
	}
  /* アレルギー成分表 */
	#stage .inner-allergy-table {
		margin: 25px 10px 0;
	}

	#stage .inner-allergy-table.first {
		margin-top: 10px;
	}

	#stage .wrp-allergy-table {
		border-bottom: 0;
		margin-top: 20px;
	}

	#stage .wrp-allergy-table .allergy-table {
		border-bottom: 1px solid #e8e8e8;
	}

	#stage .wrp-allergy-table .allergy-table th, #stage .wrp-allergy-table .allergy-table td {
		font-size: 10px;
	}

	#stage .wrp-allergy-table .allergy-table .th-cat, #stage .wrp-allergy-table .allergy-table .td-cat {
		display: none;
	}

	#stage .wrp-allergy-table .allergy-table thead th {
		font-size: 10px;
	}

	#stage .wrp-allergy-table .allergy-table td a {
		height: 60px;
	}

	#stage .wrp-allergy-table .allergy-table td a span {
		background-position: 0 3px;
	}

	#stage .wrp-allergy-table .allergy-table.no-thead thead {
		display: table-header-group;
	}

	#stage .wrp-allergy-table .allergy-table.no-thead tbody {
		border-top: 0;
	}

	#stage .wrp-allergy-table .allergy-table .th-name, #stage .wrp-allergy-table .allergy-table .td-name {
		width: 30%;
		font-weight: bold;
	}

	#stage .wrp-allergy-table .allergy-table .th-text, #stage .wrp-allergy-table .allergy-table .td-text {
		width: 30%;
	}

	#stage .wrp-allergy-table .allergy-table .th-sup, #stage .wrp-allergy-table .allergy-table .td-sup {
		width: 70%;
	}

	#stage .wrp-allergy-table .allergy-table td .inner {
		padding-left: 5px;
		padding-right: 5px;
	}

	#stage .wrp-allergy-table .cat-title {
		background-color: #999999;
		border-radius: 3px 3px 0 0;
		text-align: center;
	}

	#stage .wrp-allergy-table .cat-title a {
		padding: 7px 5px;
		display: block;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		background-image: url(/products_static/common/img/icon/arrow_white.png);
		background-repeat: no-repeat;
		background-size: 6px auto;
		background-position: 10px center;
	}
}
