<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*base*/
@font-face{
	font-family:'Noto Sans CJK JP Subset';
	font-style:normal;
	font-weight:400;
	src:
		local('Noto Sans CJK JP'),
		local('NotoSansCJKjp-Regular'),
		local('NotoSansJP-Regular'),
		url('../../common/fonts/NotoSansCJKjp-Regular.woff') format('woff'),
		url('../../common/fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
}
@font-face{
	font-family:'Noto Sans CJK JP Subset';
	font-style:normal;
	font-weight:700;
	src:
		local('Noto Sans CJK JP'),
		local('NotoSansCJKjp-Bold'),
		local('NotoSansJP-Bold'),
		url('../../common/fonts/NotoSansCJKjp-Bold.woff') format('woff'),
		url('../../common/fonts/NotoSansCJKjp-Bold.ttf') format('truetype');
}

/*common
-----------------------------------------------------------------------------------------------*/
html{
	margin:0;
	padding:0;
	font-size:62.5%;
}
body{
	margin:0 0 0 0;
	padding:0;
	font-size:1.4em;
	font-family:'Noto Sans JP', 'Noto Sans','Noto Sans CJK JP', 'Noto Sans CJK JP Subset', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight:400;
}
h1, h2, h3, h4, h5, h6,a{
	line-height:125%;
}
p{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:150%;
}
li{
	line-height:100%;
}
*,*::before,*::after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
figure,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}
ul li,ol li{
	list-style:none;
}
a{
	color:#000000;
	text-decoration:none;
	transition:0.3s;
}
a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:hover{
	color:#666666;
	text-decoration:none;
	opacity: 0.5;
}
a.txtLink{
	text-decoration:underline;
	transition:color 0.2s;
}
a.txtLink:hover{
	color:#666666;
	text-decoration:none;
}
.switch{
	visibility:hidden;
}
.sp{
	display:none;
}
.wrapper{
	position: relative;
	overflow-x: hidden;
}
a.btnS{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 5rem;
	border-radius: 25px;
	background: #ff6238;
}
a.btnS span{
	position: relative;
	padding: 0 60px 0 70px;
}
a.btnS span:before{
	content: '';
	background: url("../images/common_icon_search.svg") no-repeat;
	background-size: contain;
	background-position: center;
	height: 24px;
	width: 24px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin: -12px 0 0 0;
}
a.btnB{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 5rem;
	border-radius: 25px;
	background: #999;
}
a.btnB span{
	position: relative;
	padding: 0 60px 0 70px;
}
a.btnB span:before{
	content: '';
	background: url("../images/common_icon_btnB.svg") no-repeat;
	background-size: contain;
	background-position: center;
	height: 22px;
	width: 22px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin: -11px 0 0 0;
}
a.btnD{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 5rem;
	border-radius: 25px;
	background: #6fba2c;
}
a.btnD span{
	position: relative;
	padding: 0 60px 0 70px;
}
a.btnD span:before{
	content: '';
	border: 8px solid transparent;
	border-left: 8px solid #fff;
	height: 8px;
	width: 8px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin: -8px 0 0 0;
}
a.btnE{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 5rem;
	border-radius: 25px;
	background: #0099d9;
}
a.btnE span{
	position: relative;
	padding: 0 60px 0 70px;
}
a.btnE span:before{
	content: '';
	border: 8px solid transparent;
	border-left: 8px solid #fff;
	height: 8px;
	width: 8px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin: -8px 0 0 0;
}
a.btnF{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 5rem;
	border-radius: 25px;
	background: #004089;
}
a.btnF span{
	position: relative;
	padding: 0 50px 0 70px;
}
a.btnF span:before{
	content: '';
	background: url("../images/firstAidBox_logo_white.svg") no-repeat;
	background-size: contain;
	background-position: center;
	height: 28px;
	width: 28px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin: -14px 0 0 0;
}
a.btnG{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 5rem;
	border-radius: 25px;
	background: #004097;
}
a.btnG span{
	position: relative;
	padding: 0 60px 0 70px;
}
a.btnG span:before{
	content: '';
	border: 8px solid transparent;
	border-left: 8px solid #fff;
	height: 8px;
	width: 8px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin: -8px 0 0 0;
}
@media screen and (max-width:480px){
	body{
		-webkit-text-size-adjust:100%;
	}
	img{
		width:100%;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	a.btnS {
		border-radius: 100px;
		font-size: 1.3rem;
	}
	a.btnS span{
	padding: 0 40px 0 50px;
	}
	a.btnS span:before{
	left: 5px;
	}
	a.btnB{
		font-size: 1.3rem;
	}
	a.btnB span{
		position: relative;
		padding: 0 40px 0 50px;
	}
	a.btnB span:before{
		height: 25px;
		width: 25px;
		margin: -12px 0 0 0;
		left: 5px;
		top: 50%;
	}
	a.btnC {
		font-size: 1.3rem;
	}
	a.btnD{
		font-size: 1.2rem;
	}
	a.btnD span{
		position: relative;
		padding: 0 20px 0 40px;
	}
	a.btnD span:before{
		background:none;
		height: 6px;
		width: 6px;
		left: 5px;
		border: 6px solid transparent;
		border-left: 6px solid #fff;
		margin: -5px 0 0 0;
	}
	a.btnE{
		font-size: 1.2rem;
	}
	a.btnE span{
		position: relative;
		padding: 0 20px 0 40px;
	}
	a.btnE span:before{
		background:none;
		height: 6px;
		width: 6px;
		border: 6px solid transparent;
		border-left: 6px solid #fff;
		left: 5px;
		margin: -5px 0 0 0;
	}
	a.btnF{
		font-size: 1.3rem;
	}
	a.btnF span{
		position: relative;
		padding: 0 40px 0 50px;
	}
	a.btnF span:before{
		height: 28px;
		width: 28px;
		margin: -14px 0 0 0;
		left: 5px;
		top: 50%;
	}
	a.btnG{
		font-size: 1.2rem;
	}
	a.headerbtnF{
		display: inline-block;
		font-size: 1.3rem;
		font-weight: 700;
		color: #fff;
		line-height: 4rem;
		border-radius: 25px;
		background: #004089;
	}
	a.headerbtnF span{
		position: relative;
		padding: 0 60px 0 70px;
	}
	a.headerbtnF span:before{
		content: '';
		background: url("../images/firstAidBox_logo_white.svg") no-repeat;
		background-size: contain;
		background-position: center;
		height: 28px;
		width: 28px;
		position: absolute;
		left: 20px;
		top: 50%;
		margin: -14px 0 0 0;
	}
}
/* iPad */
@media screen and (min-width:481px){
	body{
		min-width:1200px;
	}
}
/*header
-----------------------------------------------------------------------------------------------*/
#header{
	position: relative;
	z-index: 3;
	height: 90px;
}
.headerInner{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}
.headerInner .logo{
	display: inline-block;
	width: 170px;
	padding: 16px 0 0 0;
}
.headerInner .logo img{
	width: 100%;
}
.headerInner .logo img{
	width: 100%;
}
.headerInner .headertop_logo{
	width: 70px;
}
.headerInner .gnavi{
	display: flex;
	width: 395px;
	justify-content: flex-end;
	margin: 0 20px 0 0;
}
.headerInner .gnavi .search a{
	display: inline-block;
	background: #ff6238;
	padding: 4px 0;
	width: 180px;
	border-radius: 0 0 5px 5px;
	color: #fff;
	text-align: center;
	position: relative;
}
.headerInner .gnavi .search a span{
	line-height: 3.2rem;
	position: relative;
	display: inline-block;
	padding: 0 10px 0 30px;
	font-size: 1.4rem;
}
.headerInner .gnavi .search a span:before{
	content: '';
	height: 20px;
	width: 20px;
	background: url("../images/common_icon_search.svg") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 5px;
	top: 45%;
	margin: -8px 0 0 0;
}
.headerInner .gnavi .first_aid_box a{
	display: inline-block;
	background: #004089;
	padding: 4px 0;
	width: 200px;
	border-radius: 0 0 5px 5px;
	color: #fff;
	text-align: center;
	position: relative;
}
.headerInner .gnavi .first_aid_box a span{
	line-height: 3.2rem;
	position: relative;
	display: inline-block;
	padding: 0 0 0 25px;
	font-size: 1.4rem;
}
.headerInner .gnavi .first_aid_box a span:before{
	content: '';
	height: 25px;
	width: 25px;
	background: url("../images/firstAidBox_logo_white.svg") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: -5px;
	top: 35%;
	margin: -8px 0 0 0;
}
.headerInner .gnavi .hamburger {
	display: inline-block;
	position: fixed;
	right: 20px;
	top: 18px;
	z-index: 15;
	transition: 0.2s;
}
.headerInner .gnavi .hamburger.active {
	right: 15px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	display: inline-block;
	position: relative;
	width: 28px;
	height: 22px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
	opacity: 1;
	transition: 0.3s;
}
.menu-trigger:hover{
	opacity: 0.3;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #004098;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.hamburger.active .menu-trigger span:nth-of-type(1) {
	transform: translateY(20px) rotate(-45deg);
	top: -11px;
}
.hamburger.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.hamburger.active .menu-trigger span:nth-of-type(3) {
	transform: translateY(-20px) rotate(45deg);
	bottom: -10px;
}
#navArea {
	width: 300px;
	position: fixed;
	top: 0;
	right: -10px;
	background: rgba(255,255,255,0.95);
	height: 100%;
	transform: translateX(270px);
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
}
#navArea.active{
	right:0;
	transform: translateX(0);
	opacity: 1;
	pointer-events: painted;
}
.navAreaInner{
	padding: 35px 0 0 0;
}
.navAreaInner p.tit {
	font-size: 1.3rem;
	font-weight: 700;
	color: #01349d;
	letter-spacing: 0.1rem;
	margin: 0 0 10px 18px;
}
.navListOut {
	overflow-y: scroll;
	height: calc(100vh - 55px);
	-webkit-overflow-scrolling: touch;
}
.navList {
	/*padding: 0 0 100px;*/
	margin: 0 0 40px;
}
.navbtn {
	width: 90%;
	text-align: center;
	padding: 0 0 100px;
	margin: 0 auto;
}
.navbtn .searchBtn {
	display: none;
}
.navbtn .first_aid_boxBtn a{
	width: 100%;
	padding: 0;
	border-radius: 50px;
	display: inline-block;
	background: #004097;
	color: #fff;
	text-align: center;
	position: relative;
}
.navbtn .first_aid_boxBtn a span{
	line-height: 3.8rem;
	font-size: 1.2rem;
	position: relative;
	display: inline-block;
}
.navbtn .searchBtn a{
	width: 100%;
	padding: 0;
	border-radius: 50px;
	display: inline-block;
	background: #ff6238;
	color: #fff;
	text-align: center;
	position: relative;
}
.navbtn .searchBtn a span{
	line-height: 3.8rem;
	font-size: 1.2rem;
	position: relative;
	display: inline-block;
}
.navListBtn {
	padding: 0 0 120px;
	text-align: center;
}
.navList li{
	font-size: 1.3rem;
}
.navList .txtLong {
	font-size: 1.2rem;
}
.navList &gt; li &gt; a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 7px 18px;
	position: relative;
}
.navList &gt; li &gt; a &gt;img{
	width: 15px;
}
.navList &gt; li &gt; a &gt; p{
	padding: 0 0 0 10px;
}
.navList &gt; li:nth-of-type(1) &gt; a &gt; p{
	color: #004089;
}
.navList &gt; li &gt; a :after{
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	position: absolute;
	left: 15px;
	bottom: 0;
	border-bottom: 1px dashed #b3b3b3;
}
.navList &gt; li &gt; a :before{
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	position: absolute;
	left: 15px;
	top: 0;
	border-top: 1px dashed #b3b3b3;
}
.navList &gt; li:last-of-type a span:after,
.navList &gt; li:last-of-type a span:before{
	border: none;
}
.navList li a svg path,
.navList li a svg polygon,
.navList li a svg rect,
.navList li a svg ellipse{
	fill:#004098;
	transition: fill 0.3s ease-out;
}
.navList li a:hover{
	opacity: 1;
	background: #004098;
}
.navList li a:hover svg path,
.navList li a:hover svg polygon,
.navList li a:hover svg rect,
.navList li a:hover svg ellipse{
	fill:#fff;
}
.productDetail li a {
	padding: 5px 0 5px 22.5px;
	display: flex;
	width: 100%;
	position: relative;
}
.productDetail li a &gt; img{
	width: 5px;
	height: 16.5px;
}
.productDetail li a &gt; p{
	padding: 0 0 0 13.5px;
	font-size: 1.2rem;
}
.productDetail li a:after{
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	position: absolute;
	left: 15px;
	top: 0;
	border-top: 1px dashed #b3b3b3;
}
.productDetail li:first-child a:after{
	border-top:none;
}
.navList li a:hover p.txt {
	color: #fff;
}
@media screen and (max-width:480px){
	#navArea {
	display: inline-block;
	}
	.headerInner{
		padding: 0 20px;
	}
	.headerInner .logo {
		width: 120px;
	}
	.headerInner .gnavi {
		width: 100%;
		padding: 17px 40px 0 0;
		margin: 0;
	}
	.posutaPop,
	.catalogFlyer,
	.character,
	.search {
		display: none;
	}
/*	.headerInner .gnavi .search{
		padding:0;
		width: 140px;
		border-radius: 50px;
	}
	.headerInner .gnavi .search a{
		padding:0;
		width: 100%;
		border-radius: 50px;
	}
	.headerInner .gnavi .search a span:before{
		content: '';
		height: 16px;
		width: 16px;
		left: 5px;
		top: 55%;
	}
	.headerInner .gnavi .search a span{
		line-height: 2.8rem;
		font-size: 1.2rem;
		padding: 0 10px 0 25px;
	}*/
	.navbtn .searchBtn {
		display: block;
	}
	.headerInner .gnavi .first_aid_box{
		display: block;
		padding:0;
		width: 145px;
	}
	.headerInner .gnavi .first_aid_box a{
		padding:0;
		width: 100%;
		border-radius: 50px;
		display: inline-block;
		background: #004097;
		color: #fff;
		text-align: center;
		position: relative;
	}
	.headerInner .gnavi .first_aid_box a span{
		line-height: 2.8rem;
		font-size: 1.2rem;
		position: relative;
		display: inline-block;
		padding: 0 0 0 2px;
	}
	.headerInner .gnavi .first_aid_box a span:before{
		display: none;
	}
	.headerInner .gnavi .hamburger {
		display: inline-block;
		position: fixed;
		right: 20px;
		top: 18px;
		z-index: 15;
		transition: 0.2s;
	}
	.headerInner .gnavi .hamburger.active {
		right: 15px;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		display: inline-block;
		position: relative;
		width: 28px;
		height: 22px;
		background: none;
		border: none;
		appearance: none;
		cursor: pointer;
		opacity: 1;
		transition: 0.3s;
	}
	.menu-trigger:hover{
		opacity: 0.3;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #004098;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.hamburger.active .menu-trigger span:nth-of-type(1) {
		transform: translateY(20px) rotate(-45deg);
		top: -11px;
	}
	.hamburger.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.hamburger.active .menu-trigger span:nth-of-type(3) {
		transform: translateY(-20px) rotate(45deg);
		bottom: -10px;
	}
	#navArea {
		width: 90%;
		position: fixed;
		top: 0;
		right: -10px;
		background: rgba(255,255,255,0.95);
		height: 100vh;
		transform: translateX(270px);
		transition: 0.3s;
		opacity: 0;
		pointer-events: none;
	}
	#navArea.active{
		right:0;
		transform: translateX(0);
		opacity: 1;
		pointer-events: painted;
	}
	.navAreaInner{
		padding: 35px 0 0 0;
	}
	.navAreaInner p.tit {
		font-size: 1.3rem;
		font-weight: 700;
		color: #01349d;
		letter-spacing: 0.1rem;
		margin: 0 0 10px 18px;
	}
	.navListOut {
		overflow-y: scroll;
		height: calc(100vh - 55px);
		-webkit-overflow-scrolling: touch;
	}
	.navList {
		/*padding: 0 0 100px;*/
		margin: 0 0 40px;
	}
	.navListBtn {
		padding: 0 0 120px;
		text-align: center;
	}
	.navList li{
		font-size: 1.2rem;
	}
	.navList .txtLong {
		font-size: 1.1rem;
	}
	.navList &gt; li &gt; a{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 7px 18px;
		position: relative;
	}
	.navList &gt; li &gt; a &gt;img{
		width: 15px;
	}
	.navList &gt; li &gt; a &gt; p{
		padding: 0 0 0 10px;
	}
	.navList &gt; li &gt; a :after{
		content: '';
		width: calc(100% - 30px);
		height: 1px;
		position: absolute;
		left: 15px;
		bottom: 0;
		border-bottom: 1px dashed #b3b3b3;
	}
	.navList &gt; li &gt; a :before{
		content: '';
		width: calc(100% - 30px);
		height: 1px;
		position: absolute;
		left: 15px;
		top: 0;
		border-top: 1px dashed #b3b3b3;
	}
	.navList &gt; li:last-of-type a span:after,
	.navList &gt; li:last-of-type a span:before{
		border: none;
	}
	.navList li a svg path,
	.navList li a svg polygon,
	.navList li a svg rect,
	.navList li a svg ellipse{
		fill:#004098;
		transition: fill 0.3s ease-out;
	}
	.navList li a:hover{
		opacity: 1;
		background: #004098;
	}
	.navList li a:hover svg path,
	.navList li a:hover svg polygon,
	.navList li a:hover svg rect,
	.navList li a:hover svg ellipse{
		fill:#fff;
	}
	.navbtn .searchBtn {
		display: block;
	}
	.navbtn .first_aid_boxBtn {
		display: none;
	}
	.productDetail li a {
		padding: 5px 0 5px 22.5px;
		display: flex;
		width: 100%;
		position: relative;
	}
	.productDetail li a &gt; img{
		width: 5px;
		height: 16.5px;
	}
	.productDetail li a &gt; p{
		padding: 0 0 0 13.5px;
		font-size: 1.1rem;
	}
	.productDetail li a:after{
		content: '';
		width: calc(100% - 30px);
		height: 1px;
		position: absolute;
		left: 15px;
		top: 0;
		border-top: 1px dashed #b3b3b3;
	}
	.productDetail li:first-child a:after{
		border-top:none;
	}
	.navList li a:hover p.txt {
		color: #fff;
	}
}
/*footer
-----------------------------------------------------------------------------------------------*/
#footer{
	width: 100%;
	background: #004089;
}
.footerInner{
	padding: 20px 0 100px 0;
	width: 1040px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.footerInner .copyRight {
	font-size: 1.2rem;
	color: #fff;
}
.pageTop {
	bottom: 30px;
	right: 20px;
	position: fixed;
	z-index: 2;
}
.pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	opacity: 1;
	transition: 0.3s;
	position: relative;
}
.pageTop a:hover {
	opacity: 0.8;
}
.pageTop a img{
	width: 100%;
}
@media screen and (max-width:480px){
	.footerInner {
		width: 100%;
		display: block;
		padding: 22px 0 22px 13px;
	}
	.footerInner .copyRight{
		margin: 10px 0 0 0;
		font-size: 1rem;
	}
	.footerInner img{
	width: 130px;
	}
}


/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/
</pre></body></html>