<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------
	body
----------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html,body {
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	font-family: "Yu Gothic", "貂ｸ繧ｴ繧ｷ繝�け", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け菴�", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "繝｡繧､繝ｪ繧ｪ", sans-serif;

}

#path {
	width: 1000px;
	margin: 20px auto;
	overflow: hidden;
	}
	#path li {
		float: left;
		margin-right: 10px;
		}
	#path li:after {
		content: "&gt;";
		margin-left: 10px;
		color: #333;
		}
	#path li:last-child:after {content: "";}
	#path li a {text-decoration: underline;}
	#path li a:hover {text-decoration: none;}

/* imgalpha */
a.imgalpha:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a:hover img.imgalpha{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a:hover img.imgalpha02{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

@media screen and (min-width :651px) {
#contentsMain img{
	width: 75%;
	margin: 0 auto;
	}
}

@media screen and (max-width :650px){
#contentsMain img{
	width: 100%;
	margin: 0 auto;
	}
}	
	
#contents {
	max-width: 100%;
	margin: 0 auto;
	}
	#container #header{
		padding-bottom:0;
		text-align:right;
		}
		#container #header h1{
			font-size:12px;
			font-weight:bold;
			
			}
			#Main_bg {
				margin: 0 auto;
				background:url(images/bg_img.jpg) repeat-y center top;
				background-size: cover;
				}


p.top{
	/*margin-bottom: 20px;*/
	background: #9D1919;
	color: #FCDF9E;
	font-size: 18px;
	text-align: center;
	width: 75%;
    margin: 0 auto;
	}
#mainVisual {
	max-width: 1100px;
	margin: 0 auto 40px;
	background:url(images/h1_bg-pc.png) no-repeat center top;
	background-size: 100%;
	}
	#mainVisual h2{
		max-width: 417px;
		margin: 0 auto;
		margin-bottom: 40px;
		text-align: center;
		}
			#mainVisual p{
				max-width: 700px;
				margin: 0 auto 20px;
				text-align: center;
				font-size: 28px;
				}
				#mainVisual p.red{
					font-size: 42px;
					color: #B21313;
					text-shadow: 5px 5px 1px #fff;
					}
					#mainVisual p.btn{
						max-width: 448px;
						margin: 0 auto 20px;
						}
						#mainVisual p:last-child{
							max-width: 96px;
							margin: 0 auto;
							}
#present {
	max-width: 1000px;
	margin: 0 auto 20px;
	}
	h2.txt{
		position: relative;
		background: #846603;
		border-radius: 4px;
		padding: 15px;
		font-size: 28px;
		text-align: center;
		color: #fff;
		}
			h2.txt::after{
				position: absolute;
				top: 46%;
				right: 32px;
				content: "";
				display: inline-block;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 8px 7.5px 0 7.5px;
				border-color: #b21313 transparent transparent transparent;
				}
				h2.txt::before{
					position: absolute;
					top: 30%;
					right: 25px;
					content: "";
					display: inline-block;
					width: 30px;
					height: 30px;
					border-radius: 50px;
					background: #fff;
					}
					h2.txt.close::after{
						top: 44%;
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 0 7.5px 8px 7.5px;
						border-color: transparent transparent #b21313 transparent;
						}
						h2.txt + p{
							display: none;
							}
#formSec {
	overflow: hidden;
	position: relative;
	max-width: 960px;
	margin: 0 auto 45px;
	background: #fff;
	padding: 44px 70px;
	box-sizing: border-box;
	position: relative;
	}
	#formSec::before{
		position: absolute;
		top: 0;
		right: 50%;
		left: 50%;
		transform: translate(-50%,0%);
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 25px 20.5px 0 20.5px;
		border-color: #f9dbe8 transparent transparent transparent;
		}
		#formSec::after {
			display: block;
			content: "";
			width: 960px;
			height: 713px;
			background: url(./images/fin_pc.png)no-repeat top center;
			background-size: cover;
			z-index: 999;
			position: absolute;
			top: 0;
			left: 0;
			}
	#formSec h2{
		margin-bottom: 40px;
		font-size: 46px;
		font-weight: normal;
		color: #B21313;
		text-align: center;
		}
		#formSec h2::before{
			content: "";
			display: inline-block;
			width: 57px;
			height: 44px;
			margin-right: 10px;
			background:url(images/icon01.jpg) no-repeat center top;
			background-size: cover;
			}
			#formSec .left {
				width: 35%;
				margin: 0 100px 35px 20px;
				float: left;
				}
				#formSec .right {
					width: 50%;
					float: left;
					}
					#formSec .right p{
						margin-bottom: 20px;
						font-size: 16px;
						line-height: 1.9;
						}
						#formSec .right p span{
							font-weight: bold;
							}
							#formSec .right p span.red{
								color: #B21313;
								}
								#formSec form {
									float: right;
									width: 50%;
									background: #139855;
									padding: 20px 40px;
									pointer-events: none;
									}
									#formSec form p{
										margin-bottom: 15px;
										font-size: 18px;
										color: #fff;
										text-align: center;
										font-weight: bold;
										}
input.serial{
	max-width: 335px;
	height: 60px;
	font-size: 38px;
	margin: 0 auto 10px;
	padding: 0;
	text-align: left;
	border-radius: 6px;
	background: #fff;
	border: 3px solid #F6E01C;
	text-align: center;
	pointer-events: none;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #ccc; }

/* Firefox 18- */
:-moz-placeholder {
    color: #ccc; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #ccc; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #ccc; }

.serial_c {ime-mode: disabled;}

#formSec p.kome {
	clear: both;
	line-height: 1.6;
	font-size: 14px;
	}

#visit {
	padding: 45px 0 30px;
	background:url(images/visit_bg-pc.jpg) no-repeat center top;
	background-size: cover;
	}
	#visit p{
		max-width: 1000px;
		margin: 0 auto;
		text-align: center;
		}

#btnSec {
	overflow: hidden;
	max-width: 1000px;
	margin: 40px auto;
	}
	#btnSec p.left{
		float: left;
		width: 48.5%;
		margin-right: 20px;
		}
		#btnSec ul.slider,
		#btnSec .bx-wrapper{
			float: left;
			width: 48.5%;
			}




.introSec {
	max-width: 960px;
	margin:0 auto 30px;
	background:#fff;
	overflow:hidden;
	}
	.introSec h2{
		position: relative;
		}
		.introSec h2.close{
			margin-bottom: 20px;
			}
		.introSec h2::after{
			position: absolute;
			top: 46%;
			right: 32px;
			content: "";
			display: inline-block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 8px 7.5px 0 7.5px;
			border-color: #EA6503 transparent transparent transparent;
			}
			.introSec h2::before{
				position: absolute;
				top: 35%;
				right: 25px;
				content: "";
				display: inline-block;
				width: 30px;
				height: 30px;
				border-radius: 50px;
				background: #fff;
				}
				.introSec h2.close::after{
					top: 44%;
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 0 7.5px 8px 7.5px;
					border-color: transparent transparent #EA6503 transparent;
					}

.introSec .inSec {
	display: none;
	color: #666;
	line-height: 1.57;
	}

.introSec .inSec h3 {
	margin-bottom: 30px;
}

.introSec .inSec li {
	margin-bottom: 40px;
}

.introSec table {
	margin: 10px 0 0;
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.introSec table th,
.introSec table td {
	padding: 8px 0 7px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}

.introSec table th {
	background-color: #faf8ea;
	font-weight: 700;
}

.introSec table th.th01 {
	background-color: #faf9f5;
	text-align: center;
}

.introSec table td.td01 {
	padding: 8px 5px 7px 1em;
	text-align: left;
}

.introSec .inSec #notes ul {
	margin-bottom: 35px;
}

.introSec .inSec #notes li {
	margin-bottom: 0;
}

.real_estate {
	max-width: 960px;
	margin:0 auto 30px;
	background:#fff;
	overflow:hidden;
	}
	.real_estate h2{
		position: relative;
		}
		.real_estate h2::after{
			position: absolute;
			top: 46%;
			right: 32px;
			content: "";
			display: inline-block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 8px 7.5px 0 7.5px;
			border-color: #004098 transparent transparent transparent;
			}
			.real_estate h2::before{
				position: absolute;
				top: 30%;
				right: 25px;
				content: "";
				display: none;
				width: 30px;
				height: 30px;
				border-radius: 50px;
				background: #fff;
				}
				.real_estate h2.close::after{
					top: 44%;
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 0 7.5px 8px 7.5px;
					border-color: transparent transparent #004098 transparent;
					}
.real_estate .inSec {
	display: none;
	}
.real_estate ul.list02 {
	white-space: nowrap;
	overflow: hidden;
	padding: 35px 60px;
	border: 1px solid #004098;
	border-top: none;
	}
	.real_estate ul.list02 li{
		float: left;
		width: 24%;
		margin:0 0 40px 2px;
		}
		.real_estate ul.list02 li:nth-child(3n){
			margin-right: 0;
			}
			.real_estate ul.list02 li img{
				margin-bottom: 20px!important;
				width:100%;
				}
				.real_estate ul.list02 li h4{
					margin-bottom: 10px;
					color:#807728;
					font-weight: bold;
					font-size: 16px;
					}
					.real_estate ul.list02 li p{
						overflow: hidden;
						margin-bottom: 15px;
						font-size: 12px;
						}
						.real_estate ul.list02 li p.title{
							clear: both;
							margin-bottom: 5px;
							font-size: 10px;
							}
							.real_estate ul.list02 li p a{
								display: block;
								float: left;
								width: auto;
								background: #F2E9E2;
								border-radius: 5px;
								margin: 0 0 10px;
								padding: 8px 15px;
								color: #B21313;
								font-size: 14px;
								text-align:center;
								text-decoration: underline;
								}
								.real_estate ul.list02 li p a:hover{
									text-decoration: none;
									}
									.real_estate ul.list02 li p.short a{
										margin: 0 8px 10px 0;
										padding: 8px 12px;
										}


#freeCallSec {
	background:#fff;
	overflow:hidden;
}
ul#bnr-list{
	padding-top:35px;
	text-align:center;
}
ul#bnr-list li{
	display:inline-block;
		margin:0 25px;
}

#freeCall {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 40px;
}

/* -----------------------------------
    Footer PC
----------------------------------- */
.page-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	z-index: 500;
	opacity: 0;
	transition: opacity 0.5s;
}
.page-top.fade-in {
	opacity: 1;
}
.page-top:hover {
	opacity: 0.8;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
  .footer {
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 65px;
    position: relative;
    z-index: 0;
  }
  .footer-logo span {
    width: 220px;
    background: #f2f2f2;
    padding: 0 20px;
    display: block;
    margin: 0 auto;
  }
  .footer-logo::after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #17448a;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1270px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .footer-container::before, .footer-container::after {
    content: '';
    display: table;
  }
  .footer-container::after {
    clear: both;
  }

  .footer-kojin,
  .footer-hojin,
  .footer-company,
  .footer-recruit,
  .footer-other {
    width: 250px;
  }

  .footer-nav {
    margin-bottom: 65px;
  }
  .footer-nav a {
    text-decoration: none;
    color: #333;
		font-size: 16px;
  }
  .footer-nav a:hover {
    text-decoration: underline;
  }
  .footer-nav a[target="_blank"] {
    position: relative;
  }
  .footer-nav a[target="_blank"]::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    width: 15px;
    height: 11px;
    background: url("/assets/images/common/icon-external.png") no-repeat;
  }
  .footer-nav .category {
    font-size: 1.7rem;
    font-weight: normal;
    display: block;
    color: #17448a;
    margin-bottom: 30px;
  }
  .footer-nav .category a {
    color: #17448a;
  }
  .footer-nav .sub-category {
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
  }
  .footer-nav ul {
    margin-bottom: 25px;
  }
  .footer-nav ul li {
    font-size: 1.5rem;
    font-weight: 400;
    display: block;
    margin-bottom: 18px;
  }
  .footer-nav ul li ul {
    padding-top: 15px;
  }
  .footer-nav ul li ul li {
    font-size: 1.4rem;
    margin-bottom: 1em;
    font-weight: normal;
  }

  .copyright {
    font-size: 12px;
    color: #666666;
    text-align: center;
  }






@media screen and (max-width: 640px){
a:hover img.imgalpha02{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#path {
	display: none;
	}
	#container{
		width:100%;
	}
	#contentsMain {
		width: 100%;
		background:#fff;
		}

	.w100{
		width:100%;
		height:auto;
	}
	#formSec {
		position: relative;
		width: 100%;
		}
		#Main_bg {
			background:#F9DBE8 url(images/bg_img-sp.jpg) no-repeat center top;
			background-size: contain;
			}
p.top {
	display: none;
	}
	#mainVisual {
		margin: 0 auto 50px;
		padding-top: 15px;
		background:url(images/h1_bg-sp.png) no-repeat top center;
		background-size: 100%;
		}
		#mainVisual h2{
			max-width: 217px;
			margin: 0 auto;
			margin-bottom: 20px;
			}
				#mainVisual p{
					max-width: 310px;
					margin: 0 auto 12px;
					font-size: 14px;
					}
					#mainVisual p.red{
						font-size: 18px;
						text-shadow: 4px 4px 1px #fff;
						}
						#mainVisual p.btn{
							max-width: 295px;
							margin: 0 auto 10px;
							}
							#mainVisual p.pcnone img.sp{
								max-width: 100%;
								margin: -40px auto -15px;
								}


	#present {
		width: 95%;
		margin: 0 auto;
		margin: 0 auto 10px;
		}
		h2.txt{
			font-size: 20px;
			}
				h2.txt::after{
					right: 23px;
					border-width: 7px 6.5px 0 6.5px;
					}
					h2.txt::before{
						width: 28px;
						height: 28px;
						top: 25%;
						right: 16px;
						}
						h2.txt.close span::after{
							top: 42%;
							border-width: 0 6.5px 7px 6.5px;
							}
#formSec {
	width: 95%;
	margin: 0 auto 20px;
	padding: 40px 15px 15px;
	}
	#formSec::before{
		border-width: 16px 15px 0 15px;
		}
		#formSec::after {
			width: 100%;
			height: 100%;
			background: url(./images/fin_sp.png)no-repeat top center;
			background-size: cover;
			}
	#formSec h2{
		margin-bottom: 20px;
		font-size: 28px;
		}
		#formSec h2::before{
			width: 34px;
			height: 26px;
			}
			#formSec .left {
				width: 40%;
				margin: 0 10px 20px 0px;
				}
				#formSec .right {
					width: 56%;
					}
					#formSec .right p{
						margin-bottom: 20px;
						font-size: 14px;
						line-height: 1.7;
						}
							#formSec .right p span.red{
								color: #B21313;
								}
								#formSec form {
									overflow: hidden;
									clear: both;
									float: none;
									width: 100%;
									margin-bottom: 15px;
									padding: 20px;
									box-sizing: border-box;
									}
									#formSec form p{
										margin-bottom: 10px;
										font-size: 16px;
										}
input.serial{
	max-width: 100%;
	}

#formSec p.kome {
	font-size: 10px;
	}

#visit {
	padding: 20px 5px 10px;
	background:#F3A82F url(images/visit_bg-sp.jpg) no-repeat center top;
	background-size: contain;
	}
#btnSec {
	margin: 20px auto 0px;
	padding: 0 20px;
	}
	#btnSec p.left,
	#btnSec ul.slider,
	#btnSec .bx-wrapper{
		float: none;
		width: 100%!important;
		margin: 0 auto 20px;
		}
		#btnSec p.left{
			margin-bottom: 20px;
			}


.introSec {
	margin-bottom: 20px;
	padding: 0 20px;
	}
	.introSec h2::after{
		top: 48%;
		right: 23px;
		}
		.introSec h2::before{
			top: 37%;
			right: 16px;
			width: 28px;
			height: 28px;
			}

.introSec .inSec {
	display: none;
	max-width: 880px;
	color: #666;
	line-height: 1.57;
	}

.introSec table{
	font-size:12px;
}
.introSec table th ,
.introSec table td {
	text-align:left;
	padding:5px;
}
.introSec table th.t-center ,
.introSec table td.t-center {
	text-align:center;
}
.introSec table td.bg-gray {
	background:#eee;
}
.introSec .inSec li {
	margin-bottom: 20px;
	}

.real_estate {
	margin-bottom: 20px;
	padding: 0 20px;
	}
	.real_estate h2::after{
		right: 23px;
		}
		.real_estate h2::before{
			top: 25%;
			right: 16px;
			}
			.real_estate h2.close::after {
				top: 42%;
				}
.real_estate .inSec {
	display: none;
	}
.real_estate ul.list02 {
	padding: 25px 10px;
	border: none;
	box-sizing: border-box;
	}
	.real_estate ul.list02 li{
		display: block;
		float: none;
    width: 100%;
    margin: 0 auto 20px;
		border-bottom: 1px solid #ccc;
		}
		.real_estate ul.list02 li h4{
			margin-bottom: 15px;
			}
			.real_estate ul.list02 li p{
				margin-bottom: 20px;
				}
				.real_estate ul.list02 li p.title{
					margin-bottom: 10px;
					}
					.real_estate ul.list02 li p a{
						margin: 0 8px 15px 0;
						padding: 8px 23px;
						}
						.real_estate ul.list02 li p a:last-child{
							margin-bottom: 0;
							}
							.real_estate ul.list02 li p.short {
								margin-bottom: 0
								}
								.real_estate ul.list02 li p.short a{
									margin: 0 8px 15px 0;
									padding: 8px 22px;
									}




	.real_estate {
		margin-bottom: 20px;
		}


	.real_estate ul {
		width: 100%;
		padding-right:0;
		overflow:hidden;
	}
	.real_estate ul.list {
		background: none;
	}
	.real_estate ul.list.bd-top {
		border-top:1px solid #CECDC8;
	}

	.real_estate ul li {
		display: inline;
		margin: 0 0 15px 0;
		width: 100%;
		float: left;
	}
	.real_estate ul li.l01,
	.real_estate ul li.l02 {height: auto;}

	.real_estate ul li .left {
		width: 88px;
		float: left;
		margin-right:8px;
	}

	.real_estate ul li .right {
		width: 67%;
		float: none;
		overflow:hidden;
		max-width:320px;
	}

	.real_estate ul li .right p.link02 {
		text-align: left;
	}
	.real_estate ul li .right p img {
		width:100%;
		height:auto;
	}
	ul#bnr-list{
		padding-top:20px;
		text-align:center;
	}
	ul#bnr-list li{
		display:inline-block;
		margin:0 3% 10px 0;
		width:45%;
	}
	ul#bnr-list li:nth-child(2n) {margin-right: 0;}


	/* -----------------------------------
	    Footer SP
	----------------------------------- */

	#footer-sp{
	clear:both;
	text-align:left;
	font-size:12px;
	line-height:1.3;
	padding:15px 10px;
	background:#FAF8EB;
	max-width: 100%;
	}
	#footer-sp em{
		font-weight:bold;
	}
	.back{
		margin:10px 10px 20px;
		float:right;
		line-height:1.2;
		padding-left:15px;
		background:url(../../images/icon.png) no-repeat left 1px;
		background-size:10px 11px;
		-webkit-background-size:10px 11px;
		-moz-background-size:10px 11px;
		-ms-background-size:10px 11px;
		-o-background-size:10px 11px;
	}
	.back a{
		color:#AC7265;
		text-decoration:underline;
	}
	#footer-sp .tel {
		width: 50%;
		margin: 0 auto 10px;
		}
		.page-top {
	width: 12.8%;
	height: auto;
	margin: 0 auto 5.333%;
	z-index: 500;
	transition: opacity 0.5s;
}
.page-top a {
	display: block;
}
.page-top a img {
	width: 100%;
}
.page-top.fade-in {
	opacity: 1;
}
	  .footer {
	    background: #f2f2f2;
	    padding-top: 6.667%;
	    padding-bottom: 8%;
	  }

	  .footer-logo {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 6.667%;
	    position: relative;
	    z-index: 0;
	  }
	  .footer-logo span {
	    display: block;
	    width: 40%;
	    padding: 0 4%;
	    margin: 0 auto;
	    background: #f2f2f2;
	  }
	  .footer-logo::after {
	    position: absolute;
	    z-index: -1;
	    top: 50%;
	    content: '';
	    width: 100%;
	    height: 2px;
	    display: block;
	    background: #17448a;
	  }

	  .footer-container {
	    display: block;
	    width: 89.333%;
	    margin: 0 auto;
	  }
	  .footer-container::before, .footer-container::after {
	    content: '';
	    display: table;
	  }
	  .footer-container::after {
	    clear: both;
	  }

	  .footer-kojin {
	    float: left;
	  }
	  .footer-kojin .footer-column {
	    width: 100%;
	  }

	  .footer-kojin,
	  .footer-company,
	  .footer-recruit .category:nth-child(3) {
	    width: 55%;
	  }

	  .footer-hojin,
	  .footer-recruit .category:nth-child(1),
	  .footer-recruit .category:nth-child(2) {
	    width: 45%;
	  }

	  .footer-hojin,
	  .footer-company {
	    float: left;
	  }

	  .footer-kojin ul,
	  .footer-hojin ul,
	  .footer-company ul,
	  .footer-recruit ul {
	    display: none;
	  }

	  .footer-company {
	    clear: both;
	    display: flex;
	  }

	  .footer-recruit .category {
	    display: block;
	    float: left;
	  }

	  .footer-nav {
	    margin-bottom: 6.866%;
	  }
	  .footer-nav a {
	    text-decoration: none;
	    color: #333;
	  }
	  .footer-nav a[target="_blank"] {
	    position: relative;
	  }
	  .footer-nav a[target="_blank"]::after {
	    content: '';
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: -20px;
	    width: 15px;
	    height: 11px;
	    background: url("/assets/images/common/icon-external.png") no-repeat;
	  }
	  .footer-nav .category {
	    font-size: 1.6rem;
	    font-size: 3.733vw;
	    font-weight: bold;
	    display: block;
	    color: #17448a;
	    margin-bottom: 30px;
	  }
	  .footer-nav .category a {
	    color: #17448a;
			font-size: 13px;
	  }
	  .footer-nav ul li {
	    font-size: 2.933vw;
	    letter-spacing: -0.025em;
	    font-weight: 400;
	    display: block;
	    line-height: 2.708;
	    margin-bottom: 3px;
	  }

	  .footer-other {
			width: 100%;
	    clear: both;
	  }
	  .footer-other ul {
	    padding-top: 7.463%;
	    padding-bottom: 6.716%;
	    border-top: 1px solid #d5d5d5;
	    border-bottom: 1px solid #d5d5d5;
	    display: flex;
	    flex-wrap: wrap;
	  }
	  .footer-other ul li {
	    width: 55%;
	    line-height: 1.2;
	    padding: 1.791% 0;
	  }
		  .footer-other ul li a{
				font-size: 10px;
		  }
	  .footer-other ul li:nth-child(3), .footer-other ul li:nth-child(6) {
	    width: 45%;
	  }

	  .copyright {
	    font-size: 3.2vw;
	    line-height: 1.667;
	    color: #666666;
	    text-align: center;
	  }



	/*  -- wauto -- */
	.wauto{
		width:auto;
		max-width:100%;
		height:auto;
	}
	/*  -- pcnone spnone -- */
	.pcnone{
		display:inherit;
	}
	.spnone{
		display:none;
	}
	}



/* ----------------------------------------

result.html

---------------------------------------- */

#choice img{
	width: 100%;
	margin: 0 auto;
	}
/* choice_top */
#choice #choice_top dd{
	position:absolute;
	top:20vw;
	width: 16vw;
	}
	#choice #choice_top dd:hover{
		background: url(images/choice_top_btn01-pc_over.png) no-repeat left top;
		background-size: cover;
		}
		#choice #choice_top dd.abs2:hover{
			background: url(images/choice_top_btn02-pc_over.png) no-repeat left top;
			background-size: cover;
			}
			#choice #choice_top dd.abs3:hover{
				background: url(images/choice_top_btn03-pc_over.png) no-repeat left top;
				background-size: cover;
				}
#choice #choice_top dd.abs1{
	left:27vw;
	}
	#choice #choice_top dd.abs2{
		left:42vw;
		}
		#choice #choice_top dd.abs3{
			left:58vw;
			}
/* choice1 */
#choice #choice1 dd{
	position:absolute;
	right:15vw;
	top:39vw;
	width: 30%;
	}
/* choice2 */
#choice #choice2 dd{
	position:absolute;
	right:17vw;
	top:38vw;
	width: 23%;
	}
/* imgalpha */
a img.imgalpha:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
@media screen and (max-width: 640px){
	#choice #choice_top dd{
		width:33%;
		top:65vw;
		}
		#choice #choice_top dd.abs1{
			left:3%;
			}
			#choice #choice_top dd.abs2{
				left:34%;
				}
				#choice #choice_top dd.abs3{
					left:63%;
					}
/* choice1 */
#choice #choice1 dd{
	position:absolute;
	left:8%;
	top: 120vw;
	width:85%;
	}

/* choice2 */
#choice #choice2 dd{
	left:8%;
	top: 120vw;
	width:85%;
}

}



/* ----------------------------------------

result_form.html

---------------------------------------- */

#form .top{
	margin-bottom: 0;
	}
	#form .top + .read{
		background: #FFF9B4;
		margin-bottom: 30px;
		padding: 15px;
		font-size: 20px;
		color: #9D1919;
		font-weight:bold;
		line-height: 1.4;
		}
		#form_inner{
			color:#333;
			width:980px;
			margin: 0 auto;
			padding:0 0 30px;
			text-align:left;
			overflow:hidden;
			}
#form_inner em{
	font-size: 16px;
	color:#9D1919;
	font-weight:bold;
	}

/* number */
#form_inner .number{
	margin-bottom:20px;
	font-size: 16px;
	color:#004098;
	font-weight:bold;
}
/* read */
#form_inner .read{
	margin-bottom:5px;
	font-size: 16px;
	line-height: 1.8;
	}
	#form_inner .read.mb20{
		margin-bottom: 20px;
		}
#form_inner .read span{
	color:#CC3300;
	font-weight:bold;
	}
	#form_inner .read em{
		font-size:17px;
		}

#form h2 {
	background:#9D1919;
	}
	#form h2.open {
		margin-bottom: 40px;
		}
		#form h2.close {
			margin-bottom: 0;
			}
/* plist */
ul.plist {
	display: none;
	overflow: hidden;
	border: 1px solid #9D1919;
	border-top: none;
	margin-bottom: 40px;
	padding: 10px 20px;
	}
	ul.plist li{
		float: left;
		width: 20%;
		text-align: center;
		font-weight: bold;
		}
		ul.plist li img{
			max-width: 110px;
			height: auto;
			margin: 0 auto;
			}
			ul.plist li p{
				height: 75px;
				font-size: 14px;
				font-weight: bold;
				line-height: 1.7;
				}
				ul.plist li a{
					color: #0000FF;
					text-decoration: underline;
					}
					ul.plist li a:hover{
						text-decoration: none;
						}

p.kome {
	margin-bottom: 10px;
	}
/* table */
table.info {
 width: 100%;
 border-top: 2px dotted #ccc;
 margin: 0 auto 40px;
 font-size: 16px;
 overflow: hidden;
 }
	table.info th,
	table.info td {
	 border-bottom: 2px dotted #ccc;
	 line-height: 1.7;
	 vertical-align: top;
	 overflow: hidden;
	 }
	table.info th {
	background: #F4EEDF;
	 width: 240px;
	 position: relative;
	 padding: 20px 10px;
	 font-weight: bold;
	 }
	table.info td {padding:20px 0 20px 20px;}

 table.info th:after {
	 content: "蠢���";
	 font-size: 10px;
	color: #fff;
	background: #B21313;
	margin-left: 5px;
	padding: 3px 8px;
	font-weight: normal;
	 }
 table.info th.no:after {content: "";background: none;}
 table.info td .kome {
	 font-size: 12px;
	 color: #df0024;
	 }
 table.info td input + .kome {
		 margin-top: 10px;
	 	}
		table.info td .check_list li p span{
			font-size: 14px;
			font-weight: normal;
			line-height: 2;
			}
		 table.info td .check_list li label {
				position: relative;
				float: left;
				line-height: 1.8;
				white-space: nowrap;
				background: linear-gradient(white, #EEEEEE);
				border: 1px solid #CCCCCC;
				border-radius: 5px;
				width: 350px;
				height: 70px;
				padding: 5px 0;
				margin: 0 10px 10px 0;
				}
			 table.info td .check_list li:nth-child(odd) label {
					margin-right: 0;
					}
				table.info td .check_list li input{
					position: absolute;
					top: 38%;
					left: 20px;
					height: auto;
					}
					table.info td .check_list li img{
						display: inline-block;
						width: 60px;
						height: 60px;
						margin: 0 15px 0 45px;
						}
						table.info td .check_list li span{
							display: inline-block;
							font-size: 15.5px;
							font-weight: bold;
							line-height: 1.4;
							}
	 table.info td input,
	 table.info td select {
		 height: 50px;
		 background: #FFEAEA;
		 padding: 10px 25px;
		 font-size: 16px;
		 border-radius: 5px;
		 border: 1px solid #a0a0a0;
		 }
		 table.info th.no + td input{
			 background: none;
			 }
			 table.info td select.mb15 {
				background: linear-gradient(white, #EEEEEE);
				    padding: 10px 15px;
			 }
table.info ul li {
 line-height: 3;
}
table.info ul li p{
	margin-bottom: 10px;
	line-height: 1.5;
	}

table.info ul.postal_code li:first-child{
 float: left;
 margin-right: 20px;
	}

table.info ul.city_name{
 overflow: hidden;
}
table.info ul.city_name li:nth-child(odd){
 clear: both;
 width: 17%;
 margin: 15px 0;
}
table.info ul.city_name li:nth-child(even){
 width: 83%;
 margin: 10px 0;
}
table.info ul.city_name + p{
 color: #ff0000;
 font-size: 1em;
 padding-left: 20%;
}

input[type="radio"] {
	 margin-right: 10px;
}
table.info label {
	 margin-right: 10%;
}
table.info select {
	 width: 29%;
}
select{
outline: none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
vertical-align: middle;
font-size: inherit;
color: inherit;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
select::-ms-expand {
	 display: none;
}

	 table.info td input.w01 {width: 100%;}
	 table.info td input.w02 {width: 300px;}
	 table.info td input.w03 {width: 160px;}



/* btn */
#form_inner .btn{
	text-align:center;
	margin-bottom:30px;
}
#form_inner .btn a{
	display: block;
	background: linear-gradient(to bottom, #E63535 0%,#B21313 80%);
	border-radius: 5px;
	position: relative;
	width: 500px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	}
	#form_inner .btn a::after{
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 9px;
		margin-left: 25px;
		border-color: transparent transparent transparent #fff;
		vertical-align: middle;
		}
		#form_inner .btn a:hover{
			opacity: .7;
			}
/* privacy */
#form_inner .privacy{
	clear:both;
	font-size:14px;
	margin-bottom:40px;
}
#form_inner .privacy a{
	color:#0000FF;
	text-decoration:underline;
}
#form_inner .privacy a:hover{
	color:#999;
	text-decoration:underline;
}
/* norton */
#form_inner #norton{
	clear:both;
	overflow:hidden;
	margin:0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
#form_inner #norton dt{
	float:left;
	width:130px;
}
#form_inner #norton dd{
	float:right;
	width:85%;
	padding-top:20px;
}
/* close */
#form_inner #close{
	clear:both;
	text-align:center;
	margin-bottom:30px;
}
#form_inner #close input{
	padding:0 10px;
	font-size:14px;
	text-align:center;
	line-height:20px;
}
#form_inner #close + .logo{
	text-align: center;
}
/* abenobea */
#form_inner #abenobea{
	text-align:center;
	margin-bottom:30px;
}
/* abenobea_box */
#form_inner #abenobea_box{
	clear:both;
	height:405px;
	overflow:hidden;
	margin-bottom:40px;
}
#form_inner #abenobea_box .box1{
	float:left;
	width:346px;
	border-right:1px dotted #BDB2B1;
}
#form_inner #abenobea_box .box1 p{
	margin-bottom:15px;
}
#form_inner #abenobea_box .box1 ul{
	width:325px;
	overflow:hidden;
	margin-left:2px;
}
#form_inner #abenobea_box .box1 ul li{
	float:left;
	margin:0 12px 10px 0;
}
#form_inner #abenobea_box .box2{
	float:right;
	width:320px;
}
#form_inner #abenobea_box .box2 p{
	margin-bottom:15px;
}
#form_inner #abenobea_box .box2 ul{
	width:320px;
	overflow:hidden;
}
#form_inner #abenobea_box .box2 ul li{
	float:left;
	margin:0 10px 10px 0;
}
/* wallpaper */
#form_inner #wallpaper{
	border:1px solid #BDB2B1;
	padding:15px 20px;
	line-height:1.4;
	margin-bottom:20px;
}
#form_inner #wallpaper .line{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #BDB2B1;
}
#form_inner p.mb15{
	margin-bottom:15px;
	color: #B21313;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}


.f_bold{
	font-weight:bold;
}
.f_large{
	font-size:16px;
}
@media screen and (max-width: 640px){
	#form .top{
		display: block;
		font-size: 15px;
		padding: 8px;
		}
		#form .top + .read{
			padding: 15px;
			font-size: 16px;
			}
	#form_inner{
		width:100%;
		padding:0 4% 15px;
		}

#form_inner .read {
	font-size: 14px;
	}
	#form_inner .read em {
		font-size: 14px;
		}
		#form h2.open {
			margin-bottom: 20px;
			}
			#form h2.close {
				margin-bottom: 0;
				}
	/* plist */
	ul.plist {
		margin-bottom: 20px;
		padding: 10px 5px 25px;
		}
		ul.plist li{
			overflow: hidden;
			float: left;
			width: 33%;
			margin-bottom: 20px;
			font-size: 11px;
			}
			ul.plist li:nth-child(4),
			ul.plist li:nth-child(5){
				width: 35%;
				margin: 0px 0 0 40px;
				font-size: 12px;
				}
				ul.plist li:nth-child(5){
					margin: 0px 0 0 20px;
					}
					ul.plist li img{
						max-width: 95px;
						}
						ul.plist li p{
							height: 50px;
							font-size: 10px;
							line-height: 1.4;
							}

	/* table */
	table.info {
	 width: 100%;
	 border: none;
	 margin: 0 auto 20px;
	 font-size: 14px;
	 overflow: hidden;
	 }
		table.info th,
		table.info td {
			display: block;
			width: 100%;
			border: none;
		 }
		table.info th {
		 padding: 10px 20px;
		 font-size: 16px;
		 }
		table.info td {padding:10px 0;}

	 table.info th:after {
			content: "蠢���";
			font-size: 12px;
			padding: 4px 8px;
			}

	 table.info td input + .kome {
		margin-top: 10px;
		}
		 table.info td .check_list li p span{
 			font-size: 10px;
 			}
			 table.info td .check_list li label {
					width: 100%;
					margin: 0 10px 10px 0;
					}
					table.info td .check_list li span{
						font-size: 14px;
						}
						table.info td .check_list li span.pt10{
							padding-top: 12px;
							}
							table.info td input, table.info td select {
								padding: 10px 15px;
							}
	table.info ul.postal_code li:first-child{
		float: left;
		width: 40%;
		margin-right: 15px;
		}
		table.info ul.postal_code li:nth-child(2){
			float: left;
			width: 54%;
			}
			table.info ul.postal_code li:nth-child(2) img{
				width: 100%;
				}
	table.info label {
		 margin-right: 10%;
	}
	table.info select {
		 width: 58%;
	}
		 table.info td input.w01 {width: 100%;}
		 table.info td input.w02 {width: 100%;}
		 table.info td input.w03 {width: 100%;}
	/* btn */
	#form_inner .btn{
		text-align:center;
		margin-bottom:30px;
		}
		#form_inner .btn a{
			position: relative;
			width: 85%;
			margin: 0 auto;
			padding: 25px 0;
			font-size: 20px;
			}
		#form_inner .btn a::after{
			position: absolute;
	    top: 41%;
	    right: 25px;
	    border-width: 8px 0 8px 8px;
			}
/* wallpaper */
#form_inner .privacy{
	font-size:10px;
	}
	#form_inner p.mb15{
		line-height: 1.5;
		font-size: 14px;
		}

	/* privacy */

	#form_inner #norton dd{
		width: 60%;
		font-size: 10px;
		line-height: 1.5;
		padding-top: 10px;
		}
	.inblock{
		display:inline-block;
	}
	.f_large{
		font-size:14px;
	}
	#form_inner #close {
		margin-bottom: 10px;
	}
}




/* ----------------------------------------

result_form2.html

---------------------------------------- */
#form.form02 .top + .read {
	color: #24764D;
	}
#form.form02 h2 {
	background: #24764D;
	padding-right: 30px;
	}
	#form.form02 h2.txt::after {
		border-color: #24764D transparent transparent transparent;
		}
		#form.form02 h2.txt.close::after {
			border-width: 0 6.5px 7px 6.5px;
			border-color:transparent transparent #24764D transparent;
		}
#form.form02 ul.plist {
	border: 1px solid #24764D;
	border-top: none;
	}
	#form.form02 ul.plist li {
		width: 50%;
		}
		#form.form02 ul.plist li img{
			float: left;
			max-width: 250px;
			height: auto;
			margin: 0 auto;
			}
			#form.form02 ul.plist li p{
				height: 95px;
				font-size: 18px;
				}
				#form.form02 ul.plist li p.pt{
					padding-top: 30px;
					}
#form.form02 table.info td .check_list li img{
	width: 90px;
	height: auto;
	margin: 0 15px 0 45px;
	}
	#form.form02 table.info td .check_list li span{
		font-size: 14px;
		}
@media screen and (max-width: 640px){
#form.form02 h2 {
	padding-left: 0px;
	font-size: 17px;
	}
	#form.form02 ul.plist li {
		margin-bottom: 0;
		}
	#form.form02 ul.plist li img{
		float: none;
		max-width: 170px;
		}
		#form.form02 ul.plist li p{
			height: 60px;
			font-size: 12px;
			}
			#form.form02 ul.plist li p.pt{
				padding-top: 10px;
				}
#form.form02 table.info td .check_list li img{
	width: 90px;
	height: auto;
	margin: 0 15px 0 45px;
	}
	#form.form02 table.info td .check_list li span{
		font-size: 14px;
		}

}



/* ----------------------------------------

thanks.html

---------------------------------------- */

#thanks{
	color:#333;
	width:700px;
	line-height:1.4;
	padding:0 60px 30px;
	margin:15px auto 0;
	text-align:center;
	overflow:hidden;
}
#thanks dl{
	width:500px;
	margin:0 auto 20px;
	padding:15px 0;
	border:1px solid #ccc;
	text-align:center;
}
@media screen and (max-width: 640px){
	#thanks{
		color:#333;
		width:92%;
		box-sizing:border-box;
		line-height:1.4;
		padding:0 0 30px;
		margin:30px 4% 0;
		text-align:center;
		overflow:hidden;
	}
	#thanks dl{
		width:100%;
		box-sizing:border-box;
		margin:0 0 20px;
		padding:15px 0;
		border:1px solid #ccc;
		text-align:center;
	}

}








/* ----------------------------------------

margin padding

---------------------------------------- */

/* margin */
.m0 {margin: 0px;}
.mt0 {margin-top: 0px;}
.ml0 {margin-left: 0px;}
.mr0 {margin-right: 0px;}
.mb0 {margin-bottom: 0px;}

.m5 {margin: 5px;}
.mt5 {margin-top: 5px;}
.ml5 {margin-left: 5px;}
.mr5 {margin-right: 5px;}
.mb5 {margin-bottom: 5px;}

.m10 {margin: 10px;}
.mt10 {margin-top: 10px;}
.ml10 {margin-left: 10px;}
.mr10 {margin-right: 10px;}
.mb10 {margin-bottom: 10px;}

.m15 {margin: 15px;}
.mt15 {margin-top: 15px;}
.ml15 {margin-left: 15px;}
.mr15 {margin-right: 15px;}
.mb15 {margin-bottom: 15px;}

.m20 {margin: 20px;}
.mt20 {margin-top: 20px;}
.ml20 {margin-left: 20px;}
.mr20 {margin-right: 20px;}
.mb20 {margin-bottom: 20px;}

.m25 {margin: 25px;}
.mt25 {margin-top: 25px;}
.ml25 {margin-left: 25px;}
.mr25 {margin-right: 25px;}
.mb25 {margin-bottom: 25px;}

.m30 {margin: 30px;}
.mt30 {margin-top: 30px;}
.ml30 {margin-left: 30px;}
.mr30 {margin-right: 30px;}
.mb30 {margin-bottom: 30px;}

.m35 {margin: 35px;}
.mt35 {margin-top: 35px;}
.ml35 {margin-left: 35px;}
.mr35 {margin-right: 35px;}
.mb35 {margin-bottom: 35px;}

.m40 {margin: 40px;}
.mt40 {margin-top: 40px;}
.ml40 {margin-left: 40px;}
.mr40 {margin-right: 40px;}
.mb40 {margin-bottom: 40px;}

.m45 {margin: 45px;}
.mt45 {margin-top: 45px;}
.ml45 {margin-left: 45px;}
.mr45 {margin-right: 45px;}
.mb45 {margin-bottom: 45px;}

.m50 {margin: 50px;}
.mt50 {margin-top: 50px;}
.ml50 {margin-left: 50px;}
.mr50 {margin-right: 50px;}
.mb50 {margin-bottom: 50px;}

/* padding */
.p5 {padding: 5px;}
.pt5 {padding-top: 5px;}
.pl5 {padding-left: 5px;}
.pr5 {padding-right: 5px;}
.pb5 {padding-bottom: 5px;}

.p10 {padding: 10px;}
.pt10 {padding-top: 10px;}
.pl10 {padding-left: 10px;}
.pr10 {padding-right: 10px;}
.pb10 {padding-bottom: 10px;}

.p15 {padding: 15px;}
.pt15 {padding-top: 15px;}
.pl15 {padding-left: 15px;}
.pr15 {padding-right: 15px;}
.pb15 {padding-bottom: 15px;}

.p20 {padding: 20px;}
.pt20 {padding-top: 20px;}
.pl20 {padding-left: 20px;}
.pr20 {padding-right: 20px;}
.pb20 {padding-bottom: 20px;}

.p25 {padding: 25px;}
.pt25 {padding-top: 25px;}
.pl25 {padding-left: 25px;}
.pr25 {padding-right: 25px;}
.pb25 {padding-bottom: 25px;}

.p30 {padding: 30px;}
.pt30 {padding-top: 30px;}
.pl30 {padding-left: 30px;}
.pr30 {padding-right: 30px;}
.pb30 {padding-bottom: 30px;}

.p35 {padding: 35px;}
.pt35 {padding-top: 35px;}
.pl35 {padding-left: 35px;}
.pr35 {padding-right: 35px;}
.pb35 {padding-bottom: 35px;}

.p40 {padding: 40px;}
.pt40 {padding-top: 40px;}
.pl40 {padding-left: 40px;}
.pr40 {padding-right: 40px;}
.pb40 {padding-bottom: 40px;}

.p45 {padding: 45px;}
.pt45 {padding-top: 45px;}
.pl45 {padding-left: 45px;}
.pr45 {padding-right: 45px;}
.pb45 {padding-bottom: 45px;}

.p50 {padding: 50px;}
.pt50 {padding-top: 50px;}
.pl50 {padding-left: 50px;}
.pr50 {padding-right: 50px;}
.pb50 {padding-bottom: 50px;}



.errDisp{
	color:#CC3300;
}

/* ----------------------------------------

繝輔か繝ｼ繝�逕ｨ

---------------------------------------- */
#custNameSei
,#custNameMei
,#custNameSeiK
,#custNameMeiK
,#custAddress1
,#custAddress2
{
	ime-mode:active;
}

#custZip1
,#custZip2
,#custTel1
,#custTel2
,#custTel3
,#custMail
,#kips_num
{
	ime-mode:disabled;
}


/* ----------------------------------------

clearFix

---------------------------------------- */

/* -- Modern Browsers -- */

.real_estate:after,
.real_estate ul li:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html .real_estate,
*:first-child+html .real_estate ul li {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html .real_estate,
* html .real_estate ul li {
	zoom: 1;
}

/*  -- wauto -- */
.wauto{}
/*  -- pcnone spnone -- */
.pcnone{
	display:none;
}
/* .spnone{display:none} */
@media screen and (max-width: 640px){
.pcnone{
	display: block;
}
.spnone{
	display:none;
}
}

.fin {
	text-align: center;
	padding: 50px 0;
	line-height: 1.8;
	}
</pre></body></html>