@charset "utf-8";
/* ------------------------------------------------
CSS Information
File name: necchusho.css
Summary: 熱中症
--------------------------------------------------- */
/*デバイス切り替え*/
.pc {
	display: inline !important;
}
.mb {
	display: none !important;
}
#necchusho {
	margin: 0px auto 80px;
	padding: 0;
	max-width: 1200px;
	width: 100%;
	text-align: left;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#necchusho .center {
	text-align: center;
}
/* テキスト */
#necchusho h1 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 28px;
}
#necchusho h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 28px;
}
#necchusho h3 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 25px;
}
#necchusho h4 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 22px;
}
#necchusho h5 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 19px;
}
#necchusho p {
	font-size: 16px;
	padding-bottom: 10px;
}
#necchusho img {
	width: auto;
	height: auto;
	max-width: 100%;
}
/* タイトル装飾 */
#necchusho .ttl1 {
	color: #FFEE04;
	background: #0096df;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 20px;
	line-height: 1.8
}
#necchusho .ttl2 {
	color: #004E97;
	background: #BAE3F9;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 20px;
	line-height: 1.5
}
#necchusho .ttl3 {
	color: #FFEE04;
	background: #0096df;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 50px;
	line-height: 1.8
}
#necchusho .subttl1 {
	color: #00a0e9;
	padding-bottom: 10px;
}
#necchusho .lead1 {
	color: #004E97;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 5px;
}
#necchusho .lead2 {
	color: #004E97;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
#necchusho .lead3 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 50px;
}
#necchusho .lead4 {
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	color: #0096df;
}
#necchusho .lead4:hover {
	color: #FFA200;
}
#necchusho .lead5 {
	border-bottom: solid 2px #7b7a7a;
	margin: 50px 0 10px;
	padding-bottom: 10px;
}
.new {
	color: #CD1948;
	background: #FFF;
	padding-left: 0.3%;
	padding-right: 0.3%;
	margin-right: 1%;
}
#necchusho a:hover {
	text-decoration: none;
}
#necchusho ul {
	padding-left: 0;
}
#necchusho li {
	list-style: none;
}
/* ラインナップ */
ul.new_item {
	display: flex;
	list-style: none;
	justify-content: space-between;
	padding-left: 0;
}
ul.new_item li {
	list-style: none;
	width: 32%;
}
.new_item a img:hover {
	opacity: 0.6;
	transition: 0.3s;
}
.lineup_box {
	text-align: center;
	margin-bottom: 1.5em;
}
.lineup_box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
}
.lineup_box ul li {
	width: 23%;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.lineup_box img {
	width: 265px;
	height: 250px;
}
.lineup_box img:hover {
	opacity: 0.6;
	transition: 0.3s;
}
/* 説明box */
.wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 10px;
}
.warp p {
	text-align: justify;
	font-size: 16px;
}
.box40 {
	padding: 0 10px;
	width: 40%;
}
.box45 {
	padding: 0 10px;
	width: 45%;
}
.box45 a {
	color: #fff;
	font-size: 1.2em;
}
.box45 a:hover {
	color: #fff;
}
.box47 {
	padding: 0 10px;
	width: 47%;
}
.box47 p {
	font-size: 1.1em;
}
.box50 {
	padding: 0 10px;
	width: 50%;
}
.box50 p {
	font-size: 1.1em;
}
.box55 {
	padding: 0 10px;
	width: 55%;
}
/* 商品 */
.item_box1 {
	text-align: center;
}
.item_box1 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
	line-height: 1.5em;
}
.item_box1 ul li {
	width: 99%;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 3em;
}
.item_box1 p {
	text-align: center;
}
.item_box1 img {
	width: 265px;
	height: auto;
}
.item_box1 a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.item_box1 a:hover {
	color: #fff;
}
.item_box2 {
	text-align: center;
}
.item_box2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
	line-height: 1.5em;
}
.item_box2 ul li {
	width: 49%;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 3em;
}
.item_box2 p {
	text-align: center;
}
.item_box2 img {
	width: 265px;
	height: auto;
}
.item_box2 a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.item_box2 a:hover {
	color: #fff;
}
.item_box3 {
	text-align: center;
}
.item_box3 ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 10px;
	line-height: 1.5em;
}
.item_box3 ul li {
	width: 33%;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.item_box3 p {
	text-align: center;
}
.item_box3 img {
	width: 350px;
	height: auto;
}
.item_name {
	font-size: 1.1em;
	line-height: 1.2em;
}
.item_price {
	font-size: 1.3em;
}
.item_taxin {
	font-size: 0.8em;
}
.item_btn1 a {
	font-size: 18px;
	font-weight: bold;
	width: 240px;
	height: 44px;
	border-radius: 8px;
	background: #FFA200;
	color: #fff;
	line-height: 2em;
	margin-top: 0.6em;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 10px auto 0;
	padding: 10px;
}
.item_btn1 a:hover {
	background-color: #004E97;
	color: #fff;
	text-decoration: none;
}
.item_btn1 a:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 45%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}
/* 画像関連 */
.img01 {
	text-align: center;
	margin: 10px auto 50px;
	width: 100%
}
.img02 {
	text-align: center;
	margin: 20px auto 60px;
	width: 90%
}
.img03 {
	text-align: center;
	margin: 10px auto 30px;
	width: 50%
}
.img04 {
	text-align: center;
	margin: 10px auto 30px;
	width: 100%
}
.img05 {
	margin: 10px auto 30px;
	width: 100%
}
.img06 {
	margin: 10px auto 30px;
	width: 40%
}
.img07 {
	text-align: center;
	margin: 20px auto;
	width: 70%
}
.img-tp {
	max-width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
.topbt {
	text-align: right;
	margin-bottom: 50px;
}
a.topb {
	height: 40px;
	width: 120px;
	padding: 5px 20px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	background: #119de9;
}
@media screen and (max-width: 599px) {
	.pc {
		display: none !important;
	}
	.mb {
		display: inline !important;
	}
	#necchusho {
		margin: 0px auto 80px;
		padding: 0;
		max-width: 100%;
		width: 95%;
		text-align: left;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	}
	#necchusho .center {
		text-align: center;
	}
	/* テキスト */
	#necchusho h1 {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 22px !important;
	}
	#necchusho h2 {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 21px !important;
	}
	#necchusho h3 {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 20px !important;
	}
	#necchusho h4 {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 20px !important;
	}
	#necchusho h5 {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 18px !important;
	}
	#necchusho p {
		font-size: 14px !important;
		line-height: 1.5;
	}
	#necchusho img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	/* タイトル装飾 */
	#necchusho .ttl1 {
		color: #FFEE04;
		background: #0096df;
		font-weight: bold;
		padding-left: 10px;
		margin-bottom: 15px;
	}
	#necchusho .ttl2 {
		color: #004E97;
		background: #BAE3F9;
		font-weight: bold;
		padding-left: 5px;
		margin-bottom: 15px;
	}
	#necchusho .ttl3 {
		color: #FFEE04;
		background: #0096df;
		font-weight: bold;
		padding-left: 10px;
		margin-bottom: 15px;
		margin-top: 20px;
	}
	#necchusho .subttl1 {
		color: #00a0e9;
		line-height: 1.5;
	}
	#necchusho .lead1 {
		color: #004E97;
		text-align: center;
		font-weight: bold;
		margin: 20px auto 10px;
		line-height: 1.2;
	}
	#necchusho .lead2 {
		color: #004E97 !important;
		text-align: center;
		font-weight: bold;
		margin-bottom: 5px;
	}
	#necchusho .lead3 {
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		line-height: 1.5em;
		margin-bottom: 50px;
	}
	#necchusho .lead4 {
		font-size: 1em;
		line-height: 1.5em;
		text-align: center;
		color: #0096df;
	}
	#necchusho .lead4:hover {
		color: #FFA200;
	}
	#necchusho .lead5 {
		border-bottom: solid 2px #ccc;
		margin: 20px auto 10px;
		line-height: 1.5;
	}
	.new {
		color: #CD1948;
		background: #FFF;
		padding-left: 0.3%;
		padding-right: 0.3%;
		margin-right: 1%;
	}
	#necchusho a:hover {
		text-decoration: none;
	}
	#necchusho ul {
		padding-left: 0;
	}
	#necchusho li {
		list-style: none;
		padding-bottom:5px;
	}
	/* ラインナップ */
	ul.new_item {
		display: block;
		width: 100%;
		list-style: none;
		justify-content: space-between;
		padding-left: 0;
	}
	ul.new_item li {
		list-style: none;
		width: 100%;
	}
	.lineup_box {
		text-align: center;
		margin-bottom: 1.5em;
	}
	.lineup_box ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.lineup_box ul li {
		width: 49%;
		list-style-type: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.lineup_box img {
		width: 90%;
		height: 90%;
	}
	.lineup_box img:hover {
		opacity: 0.6;
		transition: 0.3s;
	}
	/* 説明box */
	.wrap {
		display: block;
		flex-wrap: wrap;
		justify-content: space-around;
		gap: 10px;
	}
	.warp p {
		text-align: justify;
		font-size: 16px;
	}
	.box40 {
		padding: 0 10px;
		width: 100%;
	}
	.box45 {
		padding: 0 10px;
		width: 100%;
	}
	.box45 a {
		color: #fff;
		font-size: 1.2em;
	}
	.box45 a:hover {
		color: #fff;
	}
	.box47 {
		padding: 0 10px;
		width: 100%;
	}
	.box47 p {
		font-size: 1.1em;
	}
	.box50 {
		padding: 0 10px;
		width: 100%;
	}
	.box50 p {
		font-size: 1.1em;
	}
	.box55 {
		padding: 0 10px;
		width: 100%;
	}
	/* 商品 */
	.item_box1 {
		text-align: center;
	}
	.item_box1 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 10px;
		line-height: 1.5em;
	}
	.item_box1 ul li {
		width: 99%;
		list-style-type: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 3em;
	}
	.item_box1 p {
		text-align: center;
	}
	.item_box1 img {
		width: 265px;
		height: auto;
	}
	.item_box1 a {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}
	.item_box1 a:hover {
		color: #fff;
	}
	.item_box2 {
		text-align: center;
	}
	.item_box2 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 10px;
		line-height: 1.5em;
	}
	.item_box2 ul li {
		width: 49%;
		list-style-type: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 3em;
	}
	.item_box2 p {
		text-align: center;
	}
	.item_box2 img {
		width: 265px;
		height: auto;
	}
	.item_box2 a {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}
	.item_box2 a:hover {
		color: #fff;
	}
	.item_box3 {
		text-align: center;
	}
	.item_box3 ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 10px;
		line-height: 1.5em;
	}
	.item_box3 ul li {
		width: 49%;
		list-style-type: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
	.item_box3 p {
		text-align: center;
	}
	.item_box3 img {
		width: 350px;
		height: auto;
	}
	.item_box3 a {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}
	.item_box3 a:hover {
		color: #fff;
	}
	.item_name {
		font-size: 1.1em;
		line-height: 1.2em;
	}
	.item_price {
		font-size: 1.3em;
	}
	.item_taxin {
		font-size: 0.8em;
	}
	.item_btn1 a {
		font-size: 14px !important;
		font-weight: bold;
		width: 95%;
		height: 44px;
		border-radius: 8px;
		background: #FFA200;
		color: #fff;
		line-height: 1.2em;
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 10px auto 0;
		padding: 5px;
	}
	.item_btn1 a:hover {
		background-color: #004E97;
		color: #fff;
		text-decoration: none;
	}
	.item_btn1 a:after {
		content: '';
		width: 10px;
		height: 10px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 45%;
		right: 10px;
		border-radius: 1px;
		transition: 0.3s ease-in-out;
	}
	.item_btn2 a {
		font-size: 16px;
		font-weight: bold;
		width: 95%;
		height: 44px;
		border-radius: 8px;
		background: #ff8000;
		color: #fff;
		line-height: 1.2em;
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 10px auto 0;
		padding: 5px;
	}
	/* 画像関連 */
	.img01 {
		text-align: center;
		margin: 10px auto 10px;
		width: 100%
	}
	.img02 {
		text-align: center;
		margin: 20px auto 10px;
		width: 100%
	}
	.img03 {
		text-align: center;
		margin: 10px auto 30px;
		width: 50%
	}
	.img04 {
		text-align: center;
		margin: 10px auto 30px;
		width: 100%
	}
	.img05 {
		margin: 10px auto 30px;
		width: 100%
	}
	.img06 {
		margin: 10px auto 30px;
		width: 60%
	}
	.img-tp {
		max-width: 100%;
		height: auto;
		margin-top: 10px;
		margin-bottom: 5px;
	}
}