<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{height:100%;}

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	line-height:1.5;
}

/* default */

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q::before,q::after{content:'';}
abbr{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
pre,code,kbd,samp{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
img{vertical-align: bottom;line-height: 1;max-width:100%;}
img{max-width:100%;}

.text-red{color:#ff0000;}
.text-blue{color:#0054A6;}

.text-center{text-align: center;}

/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .foo { color: red } /* IE11 */
}

@media all and (-ms-high-contrast:none){
  .foo { color: green } /* IE10〜Edge */
}


/* layout ---------------------------------------*/

.container{
}

.wrapper{
	max-width: 1000px;
	margin: 0 auto;
}



/* header ---------------------------------------*/

header{
	position:relative;
	background: #fff;
	padding: 0 20px;
}

.header-inner{
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
}

.header-logo img {
	width: 80px;
	margin: 0 15px 0 0;
}

.header-logo .lalap img{
	width: 125px;
}

.header-inner dd .mf img {
	width: 125px;
}

@media screen and (max-width: 770px){

	.header-inner {
		padding: 10px 0;
	}

	.header-logo img {
		vertical-align: text-bottom;
	}

	.header-logo .lalap img {
		width: 85px;
		margin-right: 10px;
	}

	.header-logo .lazona img {
		width: 55px;
		margin-right: 0;
	}

	.header-inner dd .mf img {
		width: 80px;
	}

	.header-inner dd .mfg img {
		width: 80px;
	}

	.header-inner dd img {
		width: 100px;
	}

}

/* footer ---------------------------------------*/

.gotop{
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.gotop a{
	display: block;
	background: rgba(0,0,0,0.5);
	color: #fff;
	display: inline-block;
	font-size:13px;
	padding: 25px 10px 10px;
	border-radius:5px;
	font-weight:bold;
	transition: all .25s ease;
	opacity: 0;
}

.gotop.is-active a{opacity:1;}

.gotop a::after{
	display:block;
	content:'';
	width:10px;
	height:10px;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	transform: rotate(45deg);
	position:absolute;
	left:50%;
	margin-left: -5px;
	top:13px;
}

#footer{
	max-width: 1280px;
	margin: 0 auto;
	padding: 4em 2em 2em;
	font-size:14px;
}

#footer .wrap{
	display: flex;
	justify-content: space-between;
	max-width: 1050px;
	margin: 0 auto 4em;
}

.l-footer-link__item {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #eee;
}

#footer .lalaport{width:calc(100% - 300px);}
#footer .lalaport h3{
	font-weight:bold;
	font-size:110%;
	margin-bottom:10px;
}

#footer .mitsui{
	width:300px;
}

#footer .mitsui a{
	display: inline-block;
	width: 45%;
}

#footer .mitsui a:first-child{margin-right: 8%;}

#footer .mitsui a img{width:100%;}

.l-footer-link{
	text-align:center;
	font-size:0;
}

.l-footer-link__item{
	font-size:12px;
	display: inline-block;
	margin: 0 5px;
}

.l-footer-copyright{
	text-align:center;
	font-size:12px;
	display: block;
	padding-top: 20px;
}



/* pcのみ */
@media screen and (min-width: 769px){
	._sp{display: none !important;}
	.spbr{display: none;}
}



@media screen and (max-width: 770px){

	._pc {
		display: none !important;
	}

	/* layout ---------------------------------------*/

	#footer{padding: 2em 0 4em;}
	#footer .wrap{display: block}

	#footer .lalaport{
		width:100%;
		text-align:center;
		margin-bottom: 20px;
	}
	#footer .mitsui{
		width:300px;
		margin: 0 auto;
	}



}


#header {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

section.visual {
	position: relative;
}

.visual img {
	width: 100%;
	display: block;
}

.visual p {
	position: absolute;
}

section.caption {
	background: #fff;
	overflow: hidden;
}


/* attention **************************************************/

section.attention {
	text-align: left;
	color: #fff;
}

section.attention ul li {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (min-width: 769px){

	.visual p {
		top: 12%;
		right: 6%;
		width: 22%;
	}

	.secWrap {
		padding: 3vw 0;
		width: 100%;
	}

	footer {
		text-align: center;
		padding: 4em 0 2em;
	}

	footer ul {
		padding: 0 0 2em;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}

	footer ul li {
		display: inline-block;
	}

	footer ul li a {
		padding-right: 0.5em;
	}

	footer p.copyright {
		color: #888;
		margin: 2em 0;
	}

}


@media screen and (max-width: 770px){

	.header-inner {
		margin: 0 1em;
	}

	footer ul li a {
		padding-right: 0.5em;
	}

	.visual p {
		position: absolute;
		top: 6.75%;
		left: 0;
	}

	.secWrap {
		margin: 1.5em 0;
	}

	section.attention {
		padding: 0 0 3em 0;
	}

	footer {
		padding: 1.5em;
	}

	footer ul {
		padding: 0 0 2em;
	}

	footer ul li {
		display: inline-block;
	}

	footer p.copyright {
		color: #888;
		margin: 0 0 1em 0;
	}

}

footer a {
	color: #333;
}

footer ul.logo {
	padding-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer ul.logo img {
	width: 150px;
	margin: 0 0.5em;
}

footer ul.logo li:last-child img {
	width: 180px;
}

footer ul.logo li .mfrm img {
	width: 250px;
}


@media screen and (max-width: 770px){


	footer ul.logo {
		text-align: center;
	}

	footer ul.logo li {
		display: inline;
	}

	footer ul.logo li {
		width: 80px;
	}

	footer ul.logo li:last-child {
		width: 50%;
	}

	footer ul.logo li:last-child img {
		width: 75%;
	}

	footer ul.logo li a.mfg img {
		width: 120px;
	}


}

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