<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/



@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&amp;family=Noto+Sans+JP:wght@400;700&amp;display=swap');

/*
======================================
 1. Reset Style
======================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.reader{
	width:620px;
	margin:5px 0px;
	padding:10px;
	background: #eee;
}

.reader img{
	width:112px;
	float:left;
	vertical-align:top;
	margin-right:10px;
}

.reader p{
	font-size: 10px;
	line-height: 1.6em;
	margin:0;
	padding:0;
}


/*
======================================
 2. Base Style
======================================
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
}
body {
	background: #fff;
	font: 16px/22px Montserrat,'Noto Sans JP','ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',Arial,sans-serif;
	color: #333;
}
a {
	color: #196BC7;
	text-decoration: none;
}
a:hover {
	color: #196BC7;
	text-decoration: underline;
}
.clear{
	clear: both;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
::-moz-selection {
	background: #ffff00;
	color: #333;
}
::selection {
	background: #ffff00;
	color: #333;
}
#GlobalWrapper {
	border-top: 3px solid #0b4199;
}
#GlobalHeader {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
#GlobalHeader strong {
	display: block;
	max-width: 900px;
	width: 96%;
	margin: 0 auto;
	text-align: center;
}
#GlobalHeader strong img {
	width: 30%;
	height: auto;
}
#GlobalMain {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 200px;
	margin-bottom: 40px;
	background: url(../images/safety_company.png) no-repeat 50% 50%;
	background-size: cover;
	font-size: 40px;
	text-align: center;
	overflow: hidden;
	z-index: 0;
	color: #fff;
	line-height: 1.25em;
}
#GlobalMain::before{
	content: '';
	display: block;
	background: inherit;
	filter: blur(5px);
	position: absolute;
	width: 100%;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	z-index: -1;
	transform: scale(1.25);
}
#GlobalContents {
	max-width: 900px;
	width: 96%;
	margin: 0 auto;
}
#GlobalFooter {
	background: #eff8ff;
	padding: 30px 0;
}
#GlobalFooter small {
	display: block;
	max-width: 900px;
	width: 96%;
	margin: 0 auto;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#GlobalHeader strong {
		width: 100%;
		text-align: center;
	}
	#GlobalHeader strong img {
		width: 70%;
	}
	#GlobalMain {
		height: 100px;
		font-size: 24px;
	}
	#GlobalContents {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	#GlobalFooter {
		padding: 15px 0;
	}
	#GlobalFooter small {
		width: 100%;
		padding: 0 10px;
	}
}





.lead h1 {
	margin-bottom: 25px;
	font-size: 32px;
	text-align: center;
	line-height: 1.5em;
	color: #00A0E9;
}
.lead p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
}
.lead p span {
	background: linear-gradient(transparent 50%, #FFF67D 50%);
}
@media screen and (max-width: 640px) {
	.lead h1 {
		font-size: 24px;
	}
	.lead p {
		font-size: 18px;
		line-height: 2.0em;
	}
}





.readme {
	margin: 40px 0;
	padding: 15px;
	border: 1px solid #ddd;
}
.readme h1 {
	font-size: 14px;
}
.readme ul {
	margin-left: 20px;
}
.readme ul li {
	list-style-type: disc;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5em;
}
@media screen and (max-width: 640px) {
	.readme h1 {
		font-size: 12px;
	}
	.readme ul li {
		font-size: 11px;
	}
}





.request {
	margin: 40px 0;
	padding: 0 0 15px;
	border: 4px solid #df0000;
	border-radius: 5px;
}
.request .head {
	display: block;
	background: #df0000;
	padding: 15px 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	text-align: center;
}
.request .box {
	width: 100%;
	padding: 25px 60px 15px;
	text-align: center;
}
.request .box .tel {
	margin-bottom: 20px;
}
.request .box .tel a::before {
	content: "\f095";
	margin-right: .15em;
	font-family: FontAwesome;
}
.request .box .tel a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	font-family: 'Oswald', sans-serif;
	color: #df0000;
	text-decoration: none;
	line-height: 1em;
}
.request .box .tel a em {
	font: 16px/22px Montserrat,'Noto Sans JP','ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',Arial,sans-serif;
	line-height: 1em;
}
.request .box .tel a span {
	display: none;
}
.request .box .uketsuke {
	display: block;
	margin-top: 10px;
	color: #333;
}
.request .box .attn {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.25em;
	text-decoration: underline;
}
.request .box .tyui {
	margin-top: 15px;
	padding: 15px;
	background: #eee;
	border-radius: 10px;
}
.request .box dl {
	margin-top: 15px;
	padding: 15px;
	border: 3px double #999;
	border-radius: 10px;
}
.request .box dl dt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #df0000;
	text-decoration: underline;
}
.request .box dl dd {
	margin-top: 10px;
}
@media screen and (max-width: 640px) {
	.request {
		border: 2px solid #df0000;
	}
	.request .head {
		padding: 5px 10px;
		font-size: 16px;
	}
	.request .box {
		padding: 15px 25px 15px;
	}
	.request .box .tel {
		margin-bottom: 10px;
	}
	.request .box .tel a {
		display: block;
		font-size: 42px;
	}
	.request .box .tel a em {
		display: block;
		margin-top: 5px;
		font-size: 14px;
	}
	.request .box .tel a span {
		display: block;
		margin-top: 8px;
		font: 12px/22px Montserrat,'Noto Sans JP','ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',Arial,sans-serif;
		color: #333;
	}
	.request .box .uketsuke {
		margin-top: 0;
		font-size: 12px;
	}
	.request .box .attn {
		font-size: 11px;
	}
	.request .box .tyui {
		font-size: 13px;
		line-height: 1.5em;
	}
	.request .box dl {
		margin-top: 10px;
		padding: 10px;
	}
	.request .box dl dt {
		font-size: 16px;
	}
	.request .box dl dd {
		font-size: 14px;
		line-height: 1.5em;
	}
}





.onegai::before {
	position: absolute;
	top: -15px;
	left: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	border-bottom: 15px solid #df0000;
	border-top: 0;
	transform: translateX(-50%);
}
.onegai {
	position: relative;
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	border: 2px dotted #df0000;
	border-radius: 5px;
	animation: fuwafuwa 3s 3;
	box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.35);
}
@keyframes fuwafuwa {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}
.onegai dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
}
.onegai dl dt figure {
	width: 60px;
	margin: 0 15px 0 0;
	padding: 0;
}
.onegai dl dt figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.onegai dl dt strong {
	font-size: 22px;
	color: #df0000;
	line-height: 1.25em;
}
.onegai dl dd {
	padding: 0 20px;
}
.onegai dl dd p {
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
	.onegai {
		width: 90%;
	}
	.onegai dl dt {
		display: block;
	}
	.onegai dl dt figure {
		width: 60px;
		margin: 0 auto;
	}
	.onegai dl dt strong {
		display: block;
		margin-top: 15px;
		font-size: 18px;
		text-align: center;
	}
	.onegai dl dd {
		padding: 0;
	}
}




.safe_old .details {
	margin-top: 60px;
	padding: 40px 20px 50px;
	border-bottom: 3px solid #ddd;
	border-left: none;
	border-right: none;
}
.safe_old .item {
	display: block;
}
.safe_old .item h2 {
	margin-bottom: 25px;
	font-size: 32px;
	line-height: 1.5em;
	color: #00A0E9;
	text-align: center;
}
.safe_old .item p {
	margin-top: 15px;
}
@media screen and (max-width: 640px) {
	.safe_old .details {
		padding: 20px 20px 30px;
	}
	.safe_old .item h2 {
		font-size: 26px;
	}
	.safe_old .item p {
		line-height: 1.75em;
	}
}




.df {
	margin-top: 60px;
}
.df a {
	display: block;
	padding: 20px;
	background: #fff;
	border: 2px solid #ed6d34;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	transition: all .25s ease-in-out;
}
.df dl {
	display: flex;
	align-items: center;
}
.df dl dt {
	width: 60%;
	text-align: center;
}
.df dl dt span {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1.25em;
}
.df dl dt span:before,
.df dl dt span:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #333;
	width: 1px;
	height: 1.5em;
	margin: 0 1em;
	margin-top: -.2em;
	vertical-align: middle;
	transition: all .25s ease-in-out;
}
.df dl dt span:before {
	transform: rotate(-35deg);
}
.df dl dt span:after {
	transform: rotate(35deg);
}
.df dl dt strong {
	display: block;
	font-size: 32px;
	line-height: 1.25em;
	color: #ed6d34;
	transition: all .25s ease-in-out;
}
.df dl dt strong br {
	display: none;
}
.df dl dd {
	width: 40%;
}
.df dl dd figure {
	margin: 0;
	padding: 0;
	background: #fff;
	border-radius: 8px;
}
.df dl dd figure img {
	width: 100%;
	height: auto;
	border: 2px solid #fff;
	border-radius: 8px;
	vertical-align: top;
	transition: all .25s ease-in-out;
}
.df a:hover {
	background: #ed6d34;
	color: #fff;
}
.df a:hover dl dt span::before,
.df a:hover dl dt span::after {
	background: #fff;
}
.df a:hover dl dt strong {
	color: #fff;
}
.df a:hover dl dd figure img {
	opacity: .75;
}
@media screen and (max-width: 640px) {
	.df {
		margin-top: 40px;
	}
	.df a {

	}
	.df dl {
		display: block;
	}
	.df dl dt,
	.df dl dd {
		width: 100%;
	}
	.df dl dt {
		margin-bottom: 15px;
	}
	.df dl dt span {
		font-size: 14px;
	}
	.df dl dt span:before,
	.df dl dt span:after {
		height: 1em;
		margin: 0 .5em;
	}
	.df dl dt strong {
		font-size: 26px;
		line-height: 1.25em;
	}
	.df dl dt strong br {
		display: inline;
	}
}





.line {
	margin-top: 60px;
	padding: 20px;
	background: #07b53b;
	border-radius: 15px;
}
.line .box {
	padding: 70px;
	background: #fff;
	border-radius: 15px;
}
.line h1 {
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 800;
	text-align: center;
	line-height: 1em;
	color: #07b53b;
}
.line h1 span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #07b53b;
}
.line .lead {
	display: block;
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25em;
	text-align: center;
}
.line .lead strong {
	font-weight: 800;
	color: #ed6d34;
}
.line .qrcode {
	display: block;
	margin-top: 50px;
	text-align: center;
}
.line .qrcode figure {
	width: 200px;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #ccc;
}
.line .qrcode figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.line .qrcode strong {
	display: block;
	margin-top: 20px;
	font-size: 20px;
}
.line .qrcode p {
	margin-top: 15px;
	color: #666;
	line-height: 1.5em;
}
.line a {
	display: none;
	margin-top: 25px;
	transition: all .25s ease-in-out;
}
.line a img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.line a:hover {
	opacity: .75;
}
@media screen and (max-width:640px) {
	.line {
		margin-top: 30px;
		padding: 10px;
	}
	.line .box {
		padding: 40px 20px;
	}
	.line h1 {
		font-size: 32px;
	}
	.line h1 span {
		font-size: 16px;
	}
	.line .lead {
		font-size: 16px;
	}
	.line .lead br {
		display: none;
	}
	.line .qrcode {
		display: none;
	}
	.line a {
		display: block;
	}
}





.btn_close {
	margin: 40px 0;
}
.btn_close a.close {
	display: block;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #aaa;
	width: 60%;
	margin: 0 auto;
	padding: 15px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',Arial,sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all .25s ease-in-out;
}
.btn_close a.close:hover {
	opacity: .75;
}
@media screen and (max-width: 640px) {
	.btn_close a.close {
		display: block;
		-moz-appearance: none;
		-webkit-appearance: none;
		background: #aaa;
		width: 70%;
		margin: 0 auto;
		padding: 15px 10px;
		border: none;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',Arial,sans-serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}
}





</pre></body></html>