<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "UTF-8";

html,body,header,footer,div,ul,li,section,p,h1,h2,h3,h4 {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
html {
	font-size:62.5%;
}
body {
	color:#212121;
	background-color:#fff;
	position:relative;
	font-family:"Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;

}
body img{
	vertical-align: bottom;
	max-width: 100%;
}

.fancybox-button--fullscreen{
  display:none !important;
}


/*-----------------------
	å…±é€š
-----------------------*/
a {
	transition: .2s;
}
a:hover {
opacity: 0.7;
}

li {
	list-style: none;
}

.safety_wrap {
	margin: auto;
	max-width: 1220px;
	padding-right: 1rem;
	padding-left: 1rem;
}

.u-dis--sp {
	display: none;
}

@media screen and (min-width: 769px) {
	a[href^="tel:"] {
    pointer-events: none;
}
}

.movie {
margin: 100px auto;
    max-width: 1000px;
}

.c-youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.c-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*-----------------------
	safety_contents_1
-----------------------*/

.safety_contents_1 {
padding-bottom: 13.5rem;
}

.safety_list_1 {
	margin: -2rem 0 -3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.safety_list_1__item {
	margin: 3rem 0;
	width: 46.5%;
}

.safety_contents_1--please {
	background: #eaf6fd;
}

/*-----------------------
	safety_contents_2
-----------------------*/
.safety_ttl_2 {
	padding-top: 7.5rem;
	padding-bottom: 7rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
}
.safety_ttl_2__main {
	font-size: 55px;
	color: #004ea2;
}
.safety_ttl_2__sub {
	margin-top: 3rem;
	font-size: 3rem;
}

.safety_contents_2__inner {
	background: #efeee8;
	padding: 8.5rem 0;
	font-size: 3.5rem;
	font-weight: bold;
	text-align: left;
	line-height: 2;
}
.safety_contents_2__inner .safety_wrap {
	max-width: 1000px;
}

.safety_list_2 {
	padding-left: 3.5rem;
}
.safety_list_2__item {
	position: relative;
}
.safety_list_2__item::before {
	content: 'â—';
	position: absolute;
	top: 0;
	left: -3.5rem;
	color: #004ea2;
}

/*-----------------------
	åº—èˆ—ä¸€è¦§
-----------------------*/
.shopList{
	background: url(../images/bg.png) center 0/cover repeat-y;
	padding: 12rem 0;
	color: #fff;
}
.shopList_ttl_1 {
	font-size: 5.5rem;
	font-weight: bold;
	text-align: center;
}
.shopList_ttl_2 {
	margin-top: 6.5rem;
	border: 3px solid #fff;
	border-radius: 3px;
	padding: 1.5rem 3rem;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 5px;
}

.shopList_list a {
	display: inline-block;
}
.shopList_list a:hover {
	opacity: 1;
}
.shopList_list__item {
	margin-top: 2.5rem;
	display: flex;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .shopList_list img { width: 100%; } /* IE11 */
}

/*-----------------------
	ãƒªãƒ³ã‚¯ã‚¨ãƒªã‚¢
-----------------------*/
.linkArea{
	padding: 60px 10px 50px;
    background: #052e60;
}
.linkArea .btn {
	text-align: center;
}
.linkArea .btn a{
	margin-right: 8rem;
	position: relative;
	display: inline-block;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 4.7rem;
		font-weight: bold;
		line-height: 1.4;
		text-decoration: none;
}
.linkArea .btn a::after {
	content: '';
	width: 56px;
	height: 57px;
	background: url(../images/ico.png) center/cover no-repeat;
	display: block;
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	right: -8rem;
}



/*-----------------------
	SP
-----------------------*/
@media screen and (max-width: 768px) {
	.u-dis--sp {
		display: block;
	}

.movie {
    margin: 50px 1rem;
}

	.safety_list_1 {
		margin: .5rem 0 -5px;
	}
	.safety_list_1__item {
    margin: 5px 0;
    width: calc(50% - 5px);
}

.safety_contents_1 {
	padding-bottom: 4.5rem;
}

.safety_ttl_2 {
	padding-top: 3.5rem;
    padding-bottom: 3rem;
	letter-spacing: 3px;
}
.safety_ttl_2__main {
	font-size: 2.5rem;
}
.safety_ttl_2__sub {
	margin-top: 1.5rem;
	font-size: 1.8rem;
}

.safety_contents_2__inner {
		padding: 3rem 0;
    font-size: 1.4rem;
    line-height: 1.8;
}

.shopList {
	padding: 4.5rem 0;
}

.safety_list_2 {
	padding-left: 1.6rem;
}
.safety_list_2__item::before {
	left: -1.6rem;
}

.shopList_ttl_1 {
	font-size: 2.5rem;
}

.shopList_ttl_2 {	
	border-width: 2px;
	border-radius: 2px;
	padding: 1rem;
	margin: 3rem 0 1.5rem;
	font-size: 1.6rem;
	letter-spacing: 3px;
	text-align: center;
}

.shopList_list__item {
	margin-top: 1rem;
}

.linkArea {
	padding: 25px 10px 20px;
}
.linkArea .btn a {
	margin-right: 3rem;
	font-size: 2rem;
}
.linkArea .btn a::after {
	width: 26px;
	height: 26px;
	bottom: 29%;
	right: -4rem;
}
}</pre></body></html>