@charset "shift_jis";
/* CSS Document */

a { text-decoration: none; }
ul { list-style-type: none; margin: 0; padding: 0; }
h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}
p,div {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (min-width: 480px) {
	
body {
	font-size: 14px;
}

.wrapper {
	min-width: 950px;
}
.title-area {
	overflow: hidden;
	width: 950px;
	margin: auto;
	padding: 10px 0 5px 0;
}
	.title {
		float: left;
	}
		.title a {
			color: #444;
		}
	.contact-area {
		float: right;
		overflow: hidden;
		height: 100%;
		margin-right: 10px;
	}
		.contact-area > div {
			float: left;
			margin-top: 25px;
			margin-right: 10px;
		}
	.tel-area {
		float: right;
		font-size: 16px;
	}
		.tel {
			
		}
		.fax-box {
		}
.top-image-box {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 0;
}
	.top-image-box img {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		/*-webkit-box-shadow: 0 1px 3px #000;*/
	}
	.top-comment {
		position: absolute;
		top: 50%;
		left: 150px;
		right: 150px;
		margin: auto;
		/*max-width: 50%;*/
		/*min-width: 500px;*/
		/*max-height: 100px;*/
		padding: 30px;
		background-color: rgba(29,29,29,0.7);
		color: #fff;
		font-size: 24px;
		text-align: center;
	}
.menu-area {
	background-color: #ffffff;
	text-align: center;
}
#menu {
	display: inline-block;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #ffffff;
	background-image: #1D1D1D;
	border-top : 1px solid #000000 ;
}
	#menu > li {
		float: left;
		position: relative;
		margin-right: 10px;
		margin-left: 10px;
		font-size: 12px;
	}

/* トップメニューに関して */

		#menu > li > a {
			display: block;
			color: #000000;
			cursor: pointer;
		}

		#menu > li > a:hover {
			color:rgba(29,29,29,0.3);
		}


			#menu > li > a:after {
				display: inline;
				margin-left: 10px;
				content: ' |';
				color:#000000;
			}


			#menu > li:last-child > a:after {
				display: none;
			}
			#menu .menu-second {
				position: absolute;
				top: 1.5em;
				left: -10px;
				padding: 10px;
				background-color: rgba(0,0,0,0.6);
				z-index: 100;
				
			}
				#menu .menu-second > li {
					width: 170px;
					text-align: left;
				}
				#menu .menu-second > li > a {
					display: block;
					margin-top: 10px;
					color: #f9f9f9;
				}
				
				#menu .menu-second > li > a:hover{
					text-decoration: underline;
				}


			#menu .menu-close {
				display: none;
			}
			#menu .menu-open {
				display: block;
			}
		
.main {
	width: 950px;
	margin: auto;
}
/* TOPページコンテンツ */
.section-area {
	margin: 0 auto 20px auto;
	padding: 0;
}
	/* ごあいさつ */
	.comment { margin: 0 0 20px 0; }
	
	/* 弊社の特徴、弊社業務案内 */
	.appeal {
		width: 100%;
		display: table;
		/*border-spacing: 20px 0;*/
		margin: 0 auto 20px auto;
		overflow: hidden;
	}
		.section-box {
			display: table-cell;
			width: 370px;
			border-top: 1px solid #000000;
		}
		.section {
			display: block;
			margin: 0;
			padding: 0;
			
		}
		.margin-box {
			display: table-cell;
			width: 20px;
		}
	
	/* フリーテキスト */
	.free-content {
		overflow: hidden;
		margin: 0;
		text-align: left;
		border-top: 1px solid #000000;
	}
		.free-content img {
			float: left;
			margin: 0 20px 20px 0;
		}
		.free-content p { overflow: hidden; }
					
/* 見出し１ */
.section-title1 {
	margin: 0;
	padding: 15px 5px 5px 5px;
	/*font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
	font-size: 26px;
	color: #0059A8;
	text-align: left;
}
/* 見出し２ */
.section-title2 {
	margin-left: 5px;
	text-align: left;
}
.textl {
	display: inline-block;
	padding: 10px 10px;
	/*font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
	font-size:16pt;
	font-weight: bold;
	color: #0059A8;
}
/* 弊社の特徴、弊社業務案内　箇条書き */
ul.item-list {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
ul.item-list li { text-align: left; }

/* 大見出し */
.toptitle{
	margin: 20px auto 20px auto;
	/*font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
	font-size: 24pt;
	color: #0059A8;
	text-align: center;
}

/* メッセージ */
.toptext{
	padding: 5px 0 5px 0;
	font-size: 12pt;
	color: #333;
	line-height: 150%;
	text-align: left;
}
.textm{
	padding: 0 15px 15px 25px;
	font-size: 12pt;
	color: #333;
	line-height: 2em;
}

.banner_area {
	margin-top: 20px;
	text-align: center;
}
	#bkn_banner {
		margin-right: 20px;
	}

/*-----------------
　会社概要
------------------*/
.company-detail {
	border-collapse: collapse;
	width: 100%;
	line-height: 1.5em;
}
	.company-detail th,
	.company-detail td {
		padding: 10px;
		border: 1px solid #ccc;
	}
	.company-detail th {
		background-color: #f2f2f2;
		text-align: left;
		font-weight: normal;
	}
		.company-detail .tel-head {
			display: inline-block;
			width: 95px;
		}

/* フッター */
.footer {
	background-color: #52422E;
	color: #fff;
		padding: 20px;
		/*font-size: 1.2rem;*/
		box-sizing:border-box;
	text-align: center;
}
		.footer a { color: #fff; }
		/* 会社情報 */
		.footer-company {
			height: auto;
			width: 950px;/*80%;*/
			margin:0 auto 10px auto;
			overflow: hidden;
			vertical-align: middle;
			text-align: center;
		}
		.footer-company {
		vertical-align:middle;
		}
		.footer-company > div {
		vertical-align:middle;
		}
		/* 会社ロゴ */
		.footer-company .footer-company-logo {
			display: inline;
			vertical-align:middle;
			width:160px;/*15%;*/
			text-align:left;
		}

		.footer-company .footer-company-logo img {
			/*width: 100%;*/
			height: auto;
			vertical-align: middle;
		}
		.footer-company .company-title {
			overflow: hidden;
			text-align: center;
		}
		.footer-company .company-item {
			overflow: hidden;
		}
			.footer-company .company-item > div {
				float: left;
				margin-right: 20px;
			}
		/* 会社名 */
		.footer-company .company-name {
			display: inline-block;
			vertical-align:middle;
			margin-bottom: 10px;
			font-size: 24px;/*1.6rem;*/
			text-align: left;
		}
		/* 会社所在地 */
		.footer-company .company-address {
			display: inline-block;
			vertical-align:middle;
			/*width:15%;*/
			margin: 10px auto 0 auto;
			padding: 0 0 ;
			/*font-size: 1.0rem;*/
			text-align: left;
		}
		.footer-link-box,
		.footer-text-link-box {
			width: 950px;
			overflow: hidden;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
		}
		.footer #copyright{
			width: 950px;
			margin: auto;
			font-size: 1.0rem;
			text-align: center;
		}

}


/* スマホ用 */
@media (max-width: 479px) {
	body {
		font-size: 9pt;
	}
	
	/*-----------------
	　レイアウト
	------------------*/
	#body { }
	.wrapper {}
		.header {
			padding: 0;
			background-color: #fff;
		}

		/* エリア */
		.menu-area { display: none; }
		.main-area {
			position: relative;
			border-top: 1px solid #0059A8;
		}
		
			/* 最新物件情報、ブログリンク */
			.banner_area {
				margin: auto;
				text-align: center;
				display: table;
				width: 100%;
				box-sizing: border-box;
				border-left: 1px solid #444;
			}
					/*
						link-center : 最新物件情報、ブログリンクの両方、または最新物件情報のみを表示するときに使用
						link-right : ブログリンクのみを表示するときに使用
						bkn : 最新物件情報リンク
						blog : ブログリンク
					*/
					.link-center,
					.link-right {
						position: relative;
						display: table-cell;
						width: 50%;
						box-sizing: border-box;
						border-right: 1px solid #444;
					}
					a.link-center,
					a.link-right {
						/*display: block;*/
						padding: 10px 10px 10px 25px;
						color: #444;
						/*background-color: #fff;*/
						font-size: 11pt;
						text-align: left;
					}
					a.link-center:after,
					a.link-right:after {
						position: absolute;
						top: 50%;
						left: 10px;
						margin-top: -6px;
						content: "";
						width: 0;
						height: 0;
						border-top: 5px solid transparent;
						border-bottom: 5px solid transparent;
						border-left: 7px solid;
						border-left-color: #444;
					}
					a.bkn.link-center:before { content: '最新物件情報'; }
					a.blog.link-center:before,
					a.blog.link-right:before { content: 'ブログ'; }
					.link-center img,
					.link-right img { display: none; }
			
			/* フリーテキスト */
			.free-content {
				overflow: hidden;
				margin: 0;
				text-align: left;
			}
				.free-content img {
					width: 100%;
					height: auto;
					margin-bottom: 10px;
				}
				.free-content p { overflow: hidden; }
			
		/* フッターのブログ、ナビリンク */
		.footer-link-box {
			margin: 10px auto 0 auto;
			text-align: center;
		}
		
	/* タイトル */
	.title-area {
		overflow: hidden;
		min-height: 40px;
		padding-top: 5px;
		border-bottom: 1px solid #ddd;
	}
		.title {
			position: relative;
			overflow:hidden;
			float: left;
			width: 100%;
			min-height: 35px;
			margin-right: -50px;
			padding-right: 50px;
			/*padding-top: 7px;*/
			padding-left: 5px;
			vertical-align: middle;
			box-sizing: border-box;
			line-height: 18px;
		}
		.title-area .title a {
			/*position: absolute;
			top: 50%;*/
			display: table-cell;
			height: 40px;
			color: #444;
			font-size: 16px;
			vertical-align: middle;
			margin-top: -8px;
		}
	
	/* */
	.tel-area,
	.contact-area {
		display: none;
	}
	/* TOP画像 */
	.top-image-box { line-height: 0; }
	.top-image-box img { width: 100%; height: auto; }

	/*-----------------
	　メニュー
	------------------*/
	/* メニュー開閉ボタン */
	.header-menu-btn {
		position: relative;
		z-index: 2;
		float: right;
		width: 42px;
		height: 100%;
		margin: auto 3px auto 0;
		padding-top: 1px;
		padding-bottom: 5px;
		border-radius: 7px;
		vertical-align: middle;
	}
		.header-menu-btn .menu-btn-line {
			display: block;
			width: 23px;
			height: 3px;
			border-radius: 3px;
			background-color: #444;
			margin-top: 6px;
			margin-left: 7px;
		}

	/* メニューエリア */
	#menu {
		/*border-top: 1px solid #fff;*/
		overflow: hidden;
		border-bottom: 1px solid #444;
	}
		/* メニュー項目 */
		#menu > li {
			width: 100%;
			position: relative;
			box-sizing: border-box;
			background-color: #52422E;
			border-bottom: 1px solid #fff;
		}
			#menu > li > a {
				display: block;
				padding: 10px 10px 10px 20px;
				font-size: 11pt;
				color: #fff;
			}
			/*
				out : 外部サイトへのリンク
				pc : PCページに遷移
			*/
			/*.top-menu > li.out > a {
				background: url(images/outer_link.png) right 10px center no-repeat;
				background-size: 15px 15px;
			}
			.top-menu > li.pc > a {
				background: url(images/pc_link.png) right 10px center no-repeat;
				background-size: 18px 18px;
			}*/
			
			/* メニュー項目矢印 */
			#menu > li > a:before {
				position: absolute;
				top: 22px;
				right: 15px;
				margin-top: -6px;
				content: "";
				width: 0;
				height: 0;
				border-top: 5px solid transparent;
				border-bottom: 5px solid transparent;
				border-left: 7px solid;
				border-left-color: #fff;
			}
			
			#menu .menu-second {
				display: none;
			}
				#menu .menu-second > li {
					width: 100%;
					position: relative;
					box-sizing: border-box;
					background-color: #fff;
					border-top: 1px solid #444;
				}
					#menu .menu-second > li > a {
						display: block;
						padding: 10px 10px 10px 20px;
						font-size: 11pt;
						color: #444;
					}
					#menu .menu-second > li > a:before {
						position: absolute;
						top: 22px;
						right: 15px;
						margin-top: -6px;
						content: "";
						width: 0;
						height: 0;
						border-top: 5px solid transparent;
						border-bottom: 5px solid transparent;
						border-left: 7px solid;
						border-left-color: #444;
					}

	/*-----------------
	　ヘッダーコンテンツ
	------------------*/
	/* 会社名、電話番号 */
	.company {
		float: left;
		width: 100%;
		margin: 5px -100px 5px 0;
		padding-right: 100px;
		padding-left: 5px;
		box-sizing: border-box;
		font-size: 12pt;
		font-weight: bold;
		vertical-align: middle;
	}
	.company a { color: #0059A8; }
	.company-tel-label {}
	.company-tel {
		display: none;
		float: left;
		font-size: 10pt;
		font-family: Arial;
		color: #444;
	}

	/*-----------------
	　TOP画像
	------------------*/
	.top-image {position: relative;}
		.top-image img { width: 100%; }
		.top-image-comment {
			display: none;
			position: absolute;
			bottom: 10px;
			left: 10px;
			font-family: Century;
			font-size: 12pt;
		}
		
	/*-----------------
	　メインコンテンツ
	------------------*/
	/* 見出し１ */
	.section-title1 {
		margin: 0;
		padding: 10px 30px;
		border-bottom: 1px solid #0059A8;
		font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		font-size: 14pt;
		color: #0059A8;
		text-align: left;
	}
	/* 見出し２ */
	.section-title2 {
		border-bottom: 1px solid #0059A8;
		text-align: left;
	}
	.textl {
		display: inline-block;
		padding: 5px 30px;
		font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		font-size: 14pt;
		font-weight: bold;
		color: #0059A8;
	}
	/* 弊社の特徴、弊社業務案内　箇条書き */
	ul.item-list {
		margin: 0;
		padding: 0;
	}
	ul.item-list li {
		margin: 0;
		padding: 0;
		text-align: left;
	}

	/* 大見出し */
	.toptitle{
		margin: 0;
		padding: 8px 10px;
		font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		font-size: 12pt;
		color: #fff;
		background-color: #52422E;/*background-color: #0059A8;*/
	}

	/* メッセージ */
	.toptext{
		padding: 5px 20px 20px 20px;
		font-size: 10pt;
		color: #333;
		line-height: 1.8em;
		text-align: left;
	}
	.textm{
		padding: 15px;
		font-size: 10pt;
		color: #333;
		line-height: 2em;
	}

	/*-----------------
	　会社概要
	------------------*/
	.company-detail {
		border-collapse: collapse;
		width: 100%;
		margin-bottom: 10px;
		line-height: 1.5em;
		font-size: 10pt;
	}
		.company-detail th,
		.company-detail td {
			padding: 10px;
			border: 1px solid #ccc;
		}
		.company-detail th {
			width: 60px;
			background-color: #f2f2f2;
			text-align: left;
			font-weight: normal;
		}
			.company-detail .company-kana {
				font-size: 90%;
			}
			.company-detail .tel-head {
				display: inline-block;
				width: 80px;
			}
	
	/*-----------------
	　フッターコンテンツ
	------------------*/
	.footer {
		background-color: #52422E;/*background-color: #444;*/
		color: #fff;
		padding: 10px 5px;
		font-size: 8pt;
	}
		.footer .copyright {}
		.footer a { color: #fff; }
		/* 会社情報 */
		.footer-company {
			height: auto;
			margin: 0 auto 20px auto;
			overflow: hidden;
			vertical-align: middle;
			text-align: center;
		}
		.footer-company > div { display: inline-block; }
		/* 会社ロゴ */
		.footer-company .footer-company-logo {
			width: 100px;
			margin: auto;
		}
		.footer-company .footer-company-logo img {
			width: 100%;
			height: auto;
		}
		/* 会社名 */
		.footer-company .company-name {
			margin-bottom: 10px;
			padding: 0 7px 0 7px;
			font-size: 12pt;
			text-align: left;
		}
		/* 会社所在地 */
		.footer-company .company-address {
			padding: 0 7px 0 7px;
			font-size: 10pt;
			text-align: left;
		}
}





/**sealix追記**/
/*PCスマホ共通*/
.center-box {
	text-align: center;
}
.alert {
	margin: 10px 0;
	padding: 7px;
	border: 1px solid #f88;
	background-color: #fdd;
	color: #FF4444;
}

/*PC*/
@media (min-width: 480px) {
	.main {
		padding-bottom: 20px;
	}
	#menu > li {
		padding: 0;
	}
	#menu > li > a {
		/*padding: 10px;*/
	}
	#menu .menu-second {
		width: auto;
	}
	#menu .menu-second > li > a {
		white-space: nowrap;
	}
	/*-----------------
	　入居ガイド
	------------------*/
	.nyuguide {}
		.prf-list {
			width: 100%;
			overflow: hidden;
			margin: 10px 0 20px 0;
		}
			.prf-list > li {
				float: left;
				width: 90px;
				margin-bottom: 10px;
				text-align: left;
			}
			.prf-list > li > a {
				color: #0059A8;
			}
		.guide-prf {
			margin-top: 10px;
		}
		.order-jp {
			margin-top: 10px;
			padding: 5px;
			text-align: left;
			font-weight: bold;
		}
		.city-guide {
			border-collapse: collapse;
			width: 100%;
			font-size: 9pt;
		}
			.city-guide th,
			.city-guide td {
				border: 1px solid #ccc;
			}
			.city-guide .city-name,
			.city-guide .city-gov {
				padding: 10px;
			}
			.city-guide .city-name {
				width: 140px;
			}
			.city-guide th {
				background-color: #f2f2f2;
			}
				.city-guide .link-btn {
					width: 48px;
					padding: 5px 0;
					text-align: center;
				}
		.guide-desc {
			border-collapse: collapse;
			margin: 10px 0;
			font-size: 9pt;
		}
			.guide-desc th,
			.guide-desc td {
				padding: 10px;
				border: 1px solid #ccc;
			}
			.guide-desc th {
				background-color: #f2f2f2;
				text-align: left;
			}
			
	/*-----------------
	　住居引越、事務所引越ガイダンス
	------------------*/
	.movein-desc {
		margin: 20px 0 10px 20px;
		font-size: 11pt;
	}
	.movein-task-menu {
		overflow: hidden;
		margin: 10px 0 10px 20px;
	}
		.movein-task-menu li {
			margin-bottom: 8px;
		}
			.movein-task-menu li a {
				color: #333;
			}
			.movein-task-menu li h4 {
				display: inline-block;
				margin: 0;
				padding: 0;
			}
	.movein-task-list {
		width: 100%;
		box-sizing: border-box;
		margin-top: 20px;
		border-collapse: collapse;
		border: 1px solid #996600;
		font-size: 10pt;
	}
		.movein-task-list td {
			width: 126px;
			padding: 5px;
			border: 1px solid #996600;
			text-align: center;
		}
		.movein-task-list td.current {
			background-color: #996600;
			font-weight: bold;
			color: #fff;
		}
			.movein-task-list td a {
				display: block;
				color: #888;
			}
			.movein-task-list td.current a {
				color: #fff;
			}
	.movein-task-title {
		margin: 10px 0;
		padding: 10px;
		background-color: #E7D8B1;
		font-weight: bold;
		color: #996600;
	}
	.movein-task-subtitle {
		margin: 10px 0;
		padding: 0 0 0 10px;
		color: #996600;
		border-left: 5px solid #996600;
		/*font-size: 11pt;*/
		font-weight: bold;
	}
	.movein-task-desc {
		margin-left: 17px;
		line-height: 1.5em;
		font-size: 11pt;
	}
	
	.movein-section1 {
		/*margin-left: 15px;*/
	}
	.movein-section2 {
		margin-left: 15px;
	}
	.movein-section-title1 {
		margin-bottom: 10px;
		padding: 10px;
		background-color: #E7D8B1;
		font-weight: bold;
		color: #996600;
	}
	.movein-section-title2 {
		margin-bottom: 10px;
		padding: 10px 10px 10px 0;
		border-bottom: 1px solid #996600;
		font-weight: bold;
		color: #996600;
	}
	.movein-section-title3 {
		margin-left: 1em;
		padding-left: 5px;
		border-left: 5px solid #996600;
	}
	.movein-section-title4 {
		margin: 10px 0 5px 1em;
		color: #996600;
		font-weight: bold;
	}
	.movein-section-title5 {
		margin: 10px 0 5px 1em;
	}
	.movein-section-p {
		margin-left: 1em;
	}
	.movein-list {
		margin-left: 1em;
	}
	.movein-list.circle {
		/*margin-left: 5px;*/
	}
		.movein-list.circle li {
			/*margin-left: 10px;*/
			text-indent: -11px;
		}
		.movein-list.circle li:before {
			content: '・';
			margin-right: 3px;
			top: 50%;
			left: 0;
		}
	.movein-flow {
		max-width: 600px;
		text-align: center;
		font-size: 10pt;
	}
		.movein-flow div {
			position: relative;
			margin-bottom: 20px;
			padding: 10px;
			background-color: #eee;
		}
		.movein-flow div:after {
			position: absolute;
			display: inline-block;
			margin-top: 5px;
			top: 100%;
			left: 50%;

			content: '';
			/*background-color: #eee;*/
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			/*border-right: 4px solid #666;*/
			border-top: 10px solid #999;
		}
		.movein-flow div.last:after { display: none; }
		
	/*-----------------
	　不動産用語集
	------------------*/
	.yougo-link-list {
		display: inline-block;
		overflow: hidden;
		margin: auto;
	}
		.yougo-link-list li {
			float: left;
		}
		.yougo-link-list li.link {
			width: 50px;
			margin-top: 10px;
			text-align: center;
		}
	.yougo-link {
		position: relative;
		margin: 10px 0 5px 0;
		padding: 10px;
		background-color: #eee;
		font-weight: bold;
	}
		.yougo-link > a {
			position: absolute;
			display: inline-block;
			top: 50%;
			right: 15px;
			margin-top: -7px;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-bottom: 15px solid #999;
		}
	.yougo-list {
		overflow: hidden;
		margin-left: 1em;
		line-height: 1.2em;
		font-size: 90%;
	}
		.yougo-list li {
			float: left;
			width: 220px;
			height: 35px;
			margin-right: 5px;
		}
	.popup-contents { max-width: 500px; padding: 15px; }
	.yougo-title {
		margin: 10px 0 10px 0;
		padding: 10px;
		background-color: #996600;
		color: #fff;
	}
	.yougo-desc {
		margin-bottom: 10px;
		line-height: 1.5em;
		/*font-size: 80%;*/
	}
	
	/*-----------------
	　お問合せ
	------------------*/
	.contact-form {
		border-collapse: collapse;
		width: 100%;
		line-height: 1.5em;
	}
		.contact-form th,
		.contact-form td {
			padding: 10px;
			border: 1px solid #ccc;
		}
		.contact-form th {
			background-color: #f2f2f2;
			text-align: left;
			font-weight: normal;
		}
			.contact-form td > div { margin-bottom: 5px; }
		.contact-form .adr-label { display: inline-block; width: 120px; }
		.contact-form .sei-label { display: inline-block; margin: 0 5px 0 0; }
		.contact-form .name-label { display: inline-block; margin: 0 5px 0 10px; }
		.contact-form .form-desc {
			margin-left: 7px;
			color: #999;
			font-size: 80%;
		}
		.contact-form .m-lr { margin: 0 5px 0 5px; }
		.contact-form input.name {
			width: 100px;
		}
		.contact-form input.num3 {
			width: 40px;
		}
		.contact-form input.num4 {
			width: 45px;
		}
		.contact-form input.long {
			width: 350px;
		}
		.contact-form textarea.form-text {
			width: 100%;
			height: 150px;
			box-sizing: border-box;
		}
	.btn-box {
		margin: 10px 0 10px 0;
		text-align: center;
	}
		.btn-box input { width: 100px; margin-right: 10px; }
		
	.alert-box {
		margin: 10px 0;
		padding: 10px;
		border-width: 1px;
		border-style: solid;
		line-height: 1.5em;
	}
		.alert-box.error { background-color: #fee; border-color: #faa; }
		.alert-box.desc { background-color: #fec; border-color: #f97; }
			.alert-title { margin-bottom: 5px; }
			.alert-box.error .alert-title { color: #f77; }
			.alert-box.desc .alert-title { color: #f64; }
	
	/*-----------------
	　リンク集
	------------------*/
	.link .textl {
		padding: 10px 15px 0 15px;
	}
	.link .textl a {
		color: #33a;
		font-weight: bold;
	}
	.link .textm {
		margin: 0 10px;
		padding-top: 5px;
	}

h1.yougodetail_h1 {
	font-weight:normal;
	margin:0;
	padding:0;
	display:inline;
	float:none !important;
}
h1.yougodetail_h1 span {
	font-size:12px;
}
h2.yougodetail_h2 {
	font-weight:normal;
	font-size:16px;
	margin:0;
	padding:0;
	display:inline;
}
h1.guidanceprint_h1 {
	font-weight:normal;
	margin:0;
	padding:0;
	display:inline;
	float:none !important;
}
h1.guidanceprint_h1 span {
	font-size:12px;
}
h1.guidanceprint_h1 img {
	vertical-align:middle;
}
}

	
/* スマホ用 */
@media (max-width: 479px) {
	.section-area {
		padding-bottom: 10px;
	}
	.section-box {
		width: 100%;
	}
	.pg-second .section-title1 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.footer-company {
		width: auto;
	}
	
	/*-----------------
	　入居ガイド
	------------------*/
	.nyuguide {}
		.prf-list {
			overflow: hidden;
			margin: 10px 10px 20px 10px;
		}
			.prf-list > li {
				float: left;
				width: 90px;
				margin-bottom: 10px;
				text-align: left;
			}
			.prf-list > li > a {
				color: #0059A8;
			}
		.guide-prf {
			margin: 10px 0 0 10px;
		}
		.order-jp {
			margin: 10px 0 0 10px;
			padding: 5px;
			text-align: left;
			font-weight: bold;
		}
		.city-guide {
			margin: auto;
			border-collapse: collapse;
			border-bottom: 1px solid #ccc;
			font-size: 9pt;
		}
			.city-guide tr { border-top: 1px solid #ccc; }
			.city-guide th,
			.city-guide td {
				/*border: 1px solid #ccc;*/
				background-color: #fff;
			}
			
			.city-guide td.city-name {
				display: block;
				padding: 5px;
				font-weight: bold;
				background-color: #f2f2f2;
			}
			.city-guide td.city-gov {
				display: block;
				padding: 5px;
			}
			.city-guide th {
				display: none;
			}
				.city-guide td.link-btn {
					display: inline-block;
					width: 43px;
					padding: 5px 0;
					text-align: center;
				}
				.city-guide tr td:nth-child(3):before { display: block; content: 'HP'; }
				.city-guide tr td:nth-child(4):before { display: block; content: '転入'; }
				.city-guide tr td:nth-child(5):before { display: block; content: '学校'; }
				.city-guide tr td:nth-child(6):before { display: block; content: 'ゴミ'; }
				.city-guide tr td:nth-child(7):before { display: block; content: '回収日'; }
				.city-guide tr td:nth-child(8):before { display: block; content: '防災'; }
				.city-guide tr td:nth-child(9):before { display: block; content: '申請書'; }
		.guide-desc {
			overflow: hidden;
			display: block;
			border-collapse: collapse;
			margin: 10px 0;
			font-size: 9pt;
		}
			.guide-desc th,
			.guide-desc td {
				float: left;
				display: block;
				padding: 10px;
				border: 1px solid #ccc;
			}
			.guide-desc th {
				width: 25%;
				box-sizing: border-box;
				background-color: #f2f2f2;
				text-align: left;
			}
			.guide-desc td {
				width: 75%;
				box-sizing: border-box;
				background-color: #fff;
			}
	
	/*-----------------
	　住居引越ガイダンス
	------------------*/
	.jukguide {
		margin-bottom: 20px;
	}
	.movein-logo {
		margin-top: 10px;
		text-align: center;
	}
	.movein-desc {
		margin: 20px 10px 10px 20px;
		font-size: 11pt;
	}
	.movein-print {
		display: none;
	}
	.movein-task-menu {
		overflow: hidden;
		margin: 10px 0 10px 10px;
	}
		.movein-task-menu li {
			margin-bottom: 8px;
			margin-right: 10px;
			border: 1px solid #EF9241;
			border-radius: 5px;
			background-color: #F0BE93;
		}
			.movein-task-menu li a {
				display: block;
				color: #333;
			}
			.movein-task-menu li h4 {
				display: inline-block;
				margin: 0;
				padding: 3px;
			}
	.movein-task-list {
		width: 100%;
		box-sizing: border-box;
		margin-top: 20px;
		border-collapse: collapse;
		border: 1px solid #996600;
		font-size: 10pt;
	}
		.movein-task-list td {
			display: none;
			padding: 5px;
			border: 1px solid #996600;
			text-align: left;
		}
		.movein-task-list td.current {
			background-color: #996600;
			font-weight: bold;
			color: #fff;
			display: block;
		}
			.movein-task-list td a {
				display: block;
				color: #888;
			}
			.movein-task-list td.current a {
				color: #fff;
			}
	.movein-task-list.jim {
		width: auto;
		margin: 0 10px;
		border: none;
		text-align: center;
	}
		.movein-task-list.jim td {
			display: inline-block;
			width: 40%;
			margin: 0 10px 10px 0;
			border-radius: 5px;
		}
	
	.movein-task-title {
		padding: 10px;
		background-color: #E7D8B1;
		font-weight: bold;
		color: #996600;
	}
	.movein-task-subtitle {
		margin: 10px 10px;
		padding: 0 0 0 10px;
		color: #996600;
		border-left: 5px solid #996600;
		font-size: 11pt;
	}
	.movein-task-desc {
		margin-left: 27px;
		margin-right: 10px;
		line-height: 1.5em;
		font-size: 11pt;
	}
	.movein-section1 {
		/*margin-left: 15px;*/
	}
	.movein-section2 {
		margin-left: 15px;
	}
	.movein-section-title1 {
		margin-bottom: 10px;
		padding: 10px;
		background-color: #E7D8B1;
		font-weight: bold;
		color: #996600;
	}
	.movein-section-title2 {
		margin-bottom: 10px;
		padding: 10px 10px 10px 0;
		border-bottom: 1px solid #996600;
		font-weight: bold;
		color: #996600;
	}
	.movein-section-title3 {
		margin-left: 1em;
		padding-left: 5px;
		border-left: 5px solid #996600;
	}
	.movein-section-title4 {
		margin: 10px 0 5px 1em;
		color: #996600;
		font-weight: bold;
	}
	.movein-section-title5 {
		margin: 10px 0 5px 1em;
	}
	.movein-section-p {
		margin-left: 1em;
	}
	.movein-list {
		margin-left: 1em;
	}
	.movein-list.circle {
		/*margin-left: 5px;*/
	}
		.movein-list.circle li {
			/*margin-left: 10px;*/
			text-indent: -11px;
		}
		.movein-list.circle li:before {
			content: '・';
			margin-right: 3px;
			top: 50%;
			left: 0;
		}
	.movein-flow {
		width: 100%;
		padding-right: 10px;
		box-sizing: border-box;
		text-align: center;
		font-size: 10pt;
	}
		.movein-flow div {
			position: relative;
			margin-bottom: 20px;
			padding: 10px;
			background-color: #eee;
		}
		.movein-flow div:after {
			position: absolute;
			display: inline-block;
			margin-top: 5px;
			top: 100%;
			left: 50%;
			content: '';
			/*background-color: #eee;*/
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			/*border-right: 4px solid #666;*/
			border-top: 10px solid #999;
		}
		.movein-flow div.last:after { display: none; }
	
	/*-----------------
	　不動産用語集
	------------------*/
	.yougo-link-list {
		display: inline-block;
		overflow: hidden;
		margin: auto 5px;
	}
		.yougo-link-list li {
			width: 100%;
			box-sizing: border-box;
			float: left;
		}
		.yougo-link-list li.link {
			width: 50px;
			margin-top: 10px;
			text-align: center;
		}
	.yougo-link {
		position: relative;
		margin: 10px 0 5px 0;
		padding: 10px;
		background-color: #eee;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-weight: bold;
	}
		.yougo-link > a {
			position: absolute;
			display: inline-block;
			top: 50%;
			right: 15px;
			margin-top: -7px;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-bottom: 15px solid #999;
		}
	.yougo-list {
		overflow: hidden;
		margin-left: 1em;
		line-height: 1.5em;
	}
		.yougo-list li {
			float: left;
			width: 50%;
			height: 30px;
			margin-bottom: 10px;
			line-height: 1.2em;
			font-size: 14px;
		}
	.popup-contents { max-width: 500px; padding: 15px; }
	.yougo-title {
		margin: 10px 0 10px 0;
		padding: 10px;
		background-color: #996600;
		color: #fff;
	}
	.yougo-desc {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	
	/*-----------------
	　お問合せ
	------------------*/
	.contact-form {
		border-collapse: collapse;
		width: 100%;
		margin-top: 10px;
		line-height: 1.5em;
	}
		.contact-form th,
		.contact-form td {
			display: block;
			padding: 10px;
			border: 1px solid #ccc;
		}
		.contact-form th {
			background-color: #f2f2f2;
			text-align: left;
			font-weight: normal;
		}
		.contact-form td {
			background-color: #fff;
		}
			.contact-form td > div { margin-bottom: 5px; }
		.contact-form .adr-label { display: inline-block; }
			.contact-form #zip1,
			.contact-form #addr_wide { margin-left: 20px; }
			.contact-form #addr_middle { margin-left: 36px; }
		.contact-form .sei-label { display: inline-block; margin: 0 5px 0 0; }
		.contact-form .name-label { display: inline-block; margin: 0 5px 0 10px; }
		.contact-form .form-desc {
			display: block;
			margin-left: 7px;
			color: #999;
			font-size: 80%;
		}
		.contact-form .m-lr { margin: 0 5px 0 5px; }
		.contact-form input.name {
			width: 100px;
		}
		.contact-form input.num3 {
			width: 40px;
		}
		.contact-form input.num4 {
			width: 45px;
		}
		.contact-form input.long {
			width: 100%;
			box-sizing: border-box;
		}
		.contact-form textarea.form-text {
			width: 100%;
			height: 150px;
			box-sizing: border-box;
		}

		.contact-form input,
		.contact-form select,
		.contact-form textarea {
			padding: 5px;
			border-radius: 5px;
			border: 1px solid #999;
			outline: none;
			/*appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;*/
		}
	.btn-box {
		margin: 10px 0 10px 0;
		text-align: center;
	}
		.btn-box input { width: 100px; margin-right: 10px; }
		
	/*-----------------
	　リンク集
	------------------*/
	.link {
		width: 100%;
	}
		.link .textl {
			width: 100%;
			padding: 10px 10px 0 10px;
			box-sizing: border-box;
			word-wrap: break-word;
			font-size: 18px;
		}
		.link .textl a {
			color: #33a;
			font-weight: bold;
		}
		.link .textm {
			margin: 0 10px;
			padding-top: 5px;
		}

h1.yougodetail_h1 {
	font-weight:normal;
	margin:0;
	padding:0;
	display:inline;
	float:none !important;
}
h1.yougodetail_h1 span {
	font-size:12px;
}
h2.yougodetail_h2 {
	font-weight:normal;
	font-size:16px;
	margin:0;
	padding:0;
	display:inline;
}
h1.guidanceprint_h1 {
	font-weight:normal;
	margin:0;
	padding:0;
	display:inline;
	float:none !important;
}
h1.guidanceprint_h1 span {
	font-size:12px;
}
h1.guidanceprint_h1 img {
	vertical-align:middle;
}
}