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


/*----------------------------------------------------------------------------------------------
 under共通
--------------------------------------------------*/

/*--------------------------------------------------
com06
--------------------------------------------------*/

#wrapper #main .com06 {
	width: 100%;
	margin: 0 auto;
	margin-top: 90px;
	height: 665px;
	background: url(../images/under-com01-bg.jpg) center center no-repeat ;
	background-size: cover;
}
#wrapper #main .com06 .inner {
	width: 1100px;
	margin: 0 auto;
	color: #fff;
}

#wrapper #main .com06 .text-box {
	padding-top: 74px;
}
#wrapper #main .com06 .text {
	float: left;
}

#wrapper #main .com06 .text h4 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}
#wrapper #main .com06 .text .tx01 {
	display: inline-block;
	background: #fff;
	font-size: 20px;
	color: #39383a;
	font-weight: bold;
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wrapper #main .com06 .text p {
	font-size: 15px;
}
#wrapper #main .com06 .image {
	float: right;
}

#wrapper #main .com06 .link-box {
	margin-top: 50px;
}

#wrapper #main .com06 .link01 {
	float: left;
	width: 530px;
	color: #fff;
}

#wrapper #main .com06 .link02 {
	float: right;
	width: 530px;
	color: #fff;
}
#wrapper #main .com06 .link03 {
	float: none;
	width: 600px;
	color: #fff;
	margin: 0px auto;
	overflow: hidden;
}

#wrapper #main .com06 .link-box a {
	border: solid #fff 1px;
	font-size: 20px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 80px;
}
#wrapper #main .com06 .link-box .link03 a {
	margin-top: 20px;
}

#wrapper #main .com06 .link-box a:after {
	content:"";
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 40%;
	display: inline-block;
}


#wrapper #main .com06 .link-box a:hover {
	border: none;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #39383a;
	font-weight: bold;
	line-height: 80px;
}

#wrapper #main .com06 .link-box a:hover:after {
	content:"";
	width: 12px;
	height: 12px;
	border-top: solid 2px #39383a;
	border-right: solid 2px #39383a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 40%;
	display: inline-block;
}
/*--------------------------------------------------
com07
--------------------------------------------------*/

#wrapper #main .com07 {
	width: 100%;
	margin: 0 auto;
	margin-top: 140px;
}

#wrapper #main .com07 .inner {
	width: 1100px;
	margin: 0 auto;
}

#wrapper #main .com07 .f-nav-box {
	margin-top: 50px;
}

#wrapper #main .com07 .f-nav-box h5 {
	color: #fff;
	background: #b9a978;
	font-size: 22px;
	font-weight: bold;
	padding-left: 30px;
	line-height: 50px;
}

#wrapper #main .com07 .left-box {
	width: 520px;
	float: left;
	border-bottom: solid 1px #b9a978;
	padding-bottom: 20px;
}

#wrapper #main .com07 .right-box {
	width: 520px;
	float: right;
	border-bottom: solid 1px #b9a978;
	padding-bottom: 20px;
}

#wrapper #main .com07 .f-nav-box ul {
	padding-left: 20px;
	margin-top: 20px;
	line-height: 1.3;
}

#wrapper #main .com07 .f-nav-box li {
	margin-bottom: 8px;
}

#wrapper #main .com07 .f-nav-box a {
	position: relative;
}

#wrapper #main .com07 .f-nav-box a:before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 1px #b9a978;
	border-right: solid 1px #b9a978;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
	position: relative;
	top: -1px;
	display: inline-block;
}

/*--------------------------------------------------
ページトップ
--------------------------------------------------*/

#wrapper #main .pagetop {
	width: 60px;
	height:60px;
	bottom:20px;
	right: 20px;
	z-index: 9999;
	position: fixed;
}
#wrapper #main .pagetop img{
	width:100%;
}
@media screen and (max-width: 768px) {
	#wrapper #main .pagetop {
	width:40px;
	height:40px;
	bottom:10px;
	right: 10px;
	z-index: 9999;
	position: fixed;
}
}
/*--------------------------------------------------
ボトム固定バナー
--------------------------------------------------*/
#wrapper #main .bottom_bnr__wrap{
	width: 100%;
	/* height: 100px; */
	bottom: 0;
	z-index: 9999;
	position: fixed;
}
#wrapper #main .bottom_bnr__inner {
	width: 1100px;
	margin: 0 auto;
	/* display: flex;
	flex-wrap: wrap; */
	position: relative;
}

#wrapper #main .totop img {
	width: 60px;
    position: absolute;
    bottom: 10px;
    right: 0;
}
#wrapper #main .bnr_skype img {
	width: 400px;
    position: absolute;
    bottom: 10px;
    right: 70px;
}


/*-----------sp --------------------------------------------------*/
@media screen and (max-width: 768px) {

	/*----------------------------------------------------------------------------------------------
 under共通
--------------------------------------------------*/

	/*--------------------------------------------------
com06
--------------------------------------------------*/

	#wrapper #main .com06 {
		width: 100%;
		margin: 0 auto;
		margin-top: 14%;
		height: auto;
		background: url(../images/under-com01-bg.jpg) center center no-repeat;
		background-size: cover;
		padding-bottom: 14%;
	}

	#wrapper #main .com06 .inner {
		width: 92%;
		margin: 0 auto;
		color: #fff;
	}

	#wrapper #main .com06 .text-box {
		padding-top: 10%;
	}

	#wrapper #main .com06 .text {
		float: none;
	}

	#wrapper #main .com06 .text h4 {
		font-size: 19px;
		font-weight: bold;
		line-height: 1.4;
	}

	#wrapper #main .com06 .text .tx01 {
		display: inline-block;
		background: #fff;
		font-size: 14px;
		color: #39383a;
		font-weight: bold;
		padding: 2px 10px 0 10px;
		margin-top: 14px;
		margin-bottom: 10px;
	}

	#wrapper #main .com06 .text p {
		font-size: 12px;
	}

	#wrapper #main .com06 .image {
		float: none;
		margin-top: 15px;
	}

	#wrapper #main .com06 .link-box {
		margin-top: 10%;
	}

	#wrapper #main .com06 .link01 {
		float: none;
		width: 100%;
		color: #fff;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	#wrapper #main .com06 .link02 {
		float: none;
		width: 100%;
		color: #fff;
		margin: 0 auto;
	}

	#wrapper #main .com06 .link03 {
		float: none;
		width: 100%;
		color: #fff;
		margin: 0 auto;
		margin-top: 20px;
	}

	#wrapper #main .com06 .link-box a {
		border: solid #fff 1px;
		font-size: 14px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		color: #fff;
		font-weight: bold;
		line-height: 65px;
	}

	#wrapper #main .com06 .link-box .link03 a {
		margin-top: 0;
	}

	#wrapper #main .com06 .link-box a:after {
		content: "";
		width: 8px;
		height: 8px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 30px;
		top: 40%;
		display: inline-block;
	}


	#wrapper #main .com06 .link-box a:hover {
		border: solid #fff 1px;
		font-size: 14px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		color: #fff;
		font-weight: bold;
		line-height: 65px;
		background: none;
	}

	#wrapper #main .com06 .link-box a:hover:after {
		content: "";
		width: 8px;
		height: 8px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 30px;
		top: 40%;
		display: inline-block;
	}
/*--------------------------------------------------
com07
--------------------------------------------------*/

#wrapper #main .com07 {
	width: 100%;
	margin: 0 auto;
	margin-top: 14%;
}

#wrapper #main .com07 .inner {
	width: 92%;
	margin: 0 auto;
}

#wrapper #main .com07 .f-nav-box {
	margin-top: 40px;
}

#wrapper #main .com07 .f-nav-box h5 {
	color: #fff;
	background: #b9a978;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 40px;
}

#wrapper #main .com07 .left-box {
	width: 100%;
	float: none;
	border-bottom: none;
	padding-bottom: 20px;
}

#wrapper #main .com07 .right-box {
	width: 100%;
	float: none;
	border-bottom: solid 1px #b9a978;
	padding-bottom: 15px;
}

#wrapper #main .com07 .f-nav-box ul {
	padding-left: 10px;
	margin-top: 15px;
	line-height: 1.3;
}

#wrapper #main .com07 .f-nav-box li {
	margin-bottom: 10px;
}

#wrapper #main .com07 .f-nav-box a {
	position: relative;
	font-size: 13px;
}

#wrapper #main .com07 .f-nav-box a:before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 1px #b9a978;
	border-right: solid 1px #b9a978;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
	position: relative;
	top: -1px;
	display: inline-block;
}

	/*--------------------------------------------------
ボトム固定バナー
--------------------------------------------------*/
	#wrapper #main .bottom_bnr__inner {
		width: 100%;
	}

	#wrapper #main .totop img {
		width: 40px;
		bottom: 15px;
		right: 5px;
	}

	#wrapper #main .bnr_skype img {
		width: 265px;
		width: 83%;
		bottom: 15px;
		right: 50px;
	}
}</pre></body></html>