@charset "UTF-8";

/* ページタイトル */
.pagetitle {

	height: 400px;
	margin-bottom: 1em;
	background-image: url('../img/service.jpg');
	background-size: cover;
	border-bottom: 4px solid #663300;
	margin-top: 5.7em;

}

/* パンクズ */
.breadcrumb {

	margin-left: 3em;

}

.breadcrumb li {
	
	position: relative;
	float: left;
	width: 6.5em;
	white-space: nowrap;
	

}

.breadcrumb li:first-child:before {

	position: absolute;
	right: 0.5em;
	content: ">";
	font-size: 19px;
	

}

.breadcrumb li a {
	
	font-size: 19px;
	color: #333;

}



/* 会社紹介 */
#privacypolicy {

	padding: 11em 0 11em 0;
	max-width: 1180px;
	margin: 0 auto;

}

#privacypolicy h2 {

	position: relative;
	z-index: 2;
	width: 10.5em;
	margin: 0 auto;
	
	margin-bottom: 1.3em;
	text-align: center;
	font-size: 62px;
	line-height: 1.1;
	color: #222;
	letter-spacing: 0.15em;
	white-space: nowrap;
	

}

#privacypolicy h2:after {

  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: -1;
  display: inline-block;
  width: 0;
  height: 10px;
  content: '';
  background: #663300;
  transition: all 1s;

}

#privacypolicy h2.active:after {

	left: 0;
  width: 100%;

}
#privacypolicy h3 {
	font-size: 26px;
	text-align: center;
	padding-top:3em;
}

/*
#about h2 span {
	
	display: inline-block;
	padding: 0 0.15em;
	border-bottom: 10px solid #333366;

}
*/

#privacypolicy.policy {


	width: 63%;
	text-align: center;
	}


#privacypolicy.policytxt p {
	
	font-size: 18px;
	line-height: 2.0;
	letter-spacing: 0.1em;
}
/* フット */
.foot {
	
	background-image: url('../img/under_foot.jpg');

}


/* ズーム125% */
@media only screen and (max-width: 1550px) {

	/* ページタイトル */
	.pagetitle {
		
		height: 323px;
	
	}

}


/* 中サイズ */
@media only screen and (max-width: 1366px) {

	/* ページタイトル */
	.pagetitle {
		
		height: 285px;
		margin-bottom: 1em;
		background-image: url('../img/service.jpg');
		border-bottom: 4px solid #663300;
		margin-top: 4.6em;
	
	}
	
	/* パンクズ */
	.breadcrumb {
		
		margin-left: 3em;
		
	}
	
	.breadcrumb li {
		
		position: relative;
		float: left;
		width: 5.5em;
		white-space: nowrap;
		
	}
	
	.breadcrumb li:first-child:before {
		
		position: absolute;
		right: 0.5em;
		content: ">";
		font-size: 16px;
		
	}
	
	.breadcrumb li a {
		
		font-size: 16px;
		
	}
	
	/* 会社紹介 */
	#privacypolicy {
		
		padding: 6em 0 6em 0;
		max-width: 900px;
		margin: 0 auto;
		
		
	}
	
	#privacypolicy h2 {
		
		margin-bottom: 1.2em;
		text-align: center;
		font-size: 46px;
		line-height: 1.1;
		letter-spacing: 0.1em;
		
	}
	
	#privacypolicy h2 span {
		
		padding: 0 0.15em;
		border-bottom: 8px solid #663300;
		
	}
	#privacypolicy h3 {
	font-size: 24px;
	text-align: center;
	padding-top:3em;
	
}

}


/* AndroidのＬの横 */
@media only screen and (max-width: 854px) {

	/* ページタイトル */
	.pagetitle {
		
		height: 178px;
		margin-bottom: 1em;
		background-image: url('../img/service.jpg');
		border-bottom: 3px solid #663300;
		margin-top: 3.3em;
		
	}
	
	/* パンクズ */
	.breadcrumb {
		
		margin-left: 1em;
		
	}
	
	.breadcrumb li {
		
		position: relative;
		float: left;
		width: 6.5em;
		white-space: nowrap;
		
	}
	
	.breadcrumb li:first-child:before {
		
		position: absolute;
		right: 1em;
		content: ">";
		font-size: 16px;
		
	}
	
	.breadcrumb li a {
		
		font-size: 16px;
		
	}
	
	/* 会社紹介 */
	#privacypolicy {
		
		padding: 4em 0 9em 0;
		max-width: 95%;
		margin: 0 auto;
		
	}
	
	#privacypolicy h2 {
		
		margin-bottom: 1.3em;
		font-size: 38px;
		line-height: 1.1;
		letter-spacing: 0.15em;
		
	}
	
	#privacypolicy h2:after {

	  position: absolute;
	  left: 0;
	  bottom: -8px;
	  z-index: -1;
	  display: inline-block;
	  width: 0;
	  height: 8px;
	  content: '';
	  background: #663300;
	  transition: all 1s;

	}
	#privacypolicy h3 {
	font-size: 24px;
	text-align: center;
		padding-top:3em;}
	
	

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

	/* ページタイトル */
	.pagetitle {
		
		height: 160px;
		margin-bottom: 1em;
		background-image: url('../img/service.jpg');
		border-bottom: 3px solid #663300;
		margin-top: 3.3em;
		
	}
	
	/* パンクズ */
	.breadcrumb {
		
		margin-left: 1em;
		
	}
	
	.breadcrumb li {
		
		position: relative;
		float: left;
		width: 6.5em;
		white-space: nowrap;
		
	}
	
	.breadcrumb li:first-child:before {
		
		position: absolute;
		right: 1em;
		content: ">";
		font-size: 16px;
		
	}
	
	.breadcrumb li a {
		
		font-size: 16px;
		
	}
	
	/* 会社紹介 */
	#privacypolicy {
		
		padding: 4em 0 9em 0;
		
	}
	
	#privacypolicy h2 {
		
		margin-bottom: 1.3em;
		font-size: 38px;
		line-height: 1.1;
		letter-spacing: 0.15em;
		
	}
	
	#privacypolicy h2:after {

	  position: absolute;
	  left: 0;
	  bottom: -8px;
	  z-index: -1;
	  display: inline-block;
	  width: 0;
	  height: 8px;
	  content: '';
	  background: #663300;
	  transition: all 1s;

	}
	
	#privacypolicy .company {
		
		padding: 3em 0 6em 0;
		
	}
	
	#privacypolicy .company table {
		
		width: 90%;
		margin: 0 auto;
		
	}
	
	#privacypolicy .company table tr th {
		
		width: 32%;
		padding-top: 1.4em;
		padding-left: 0.4em;
		padding-bottom: 0.2em;
		text-align: left;
		font-size: 24px;
		letter-spacing: 0.12em;
		border-bottom: 2px solid #000;
		
	}
	
	#privacypolicy .company table tr td {
		
		padding-top: 1.4em;
		font-size: 20px;
		letter-spacing: 0.1em;
		border-bottom: 2px solid #000;
		
	}
	
	/* 住所 */
	#map {
		
		padding-top: 0;
		padding-bottom: 10em;
		
	}
	
	#map .txt {
		
		float: right;
		width: 54%;
		font-size: 17px;
		letter-spacing: 0.0em;
		
	}
	
	#map .txt h2 {
		
		margin-bottom: 1.1em;
		font-size: 24px;
		
	}
	
	#map .txt .addr {
		
		margin-bottom: 3.2em;
		
	}
	
	#map .txt .tel {
		
		margin-bottom: 0.8em;
		
	}
	
	#map .txt .fax {
		
		margin-bottom: 2.2em;
		
	}
	
	#map .txt .btn {
		
		width: 240px;
		
	}
	
	#map .map {
		
		float: left;
		width: 42%;
		padding-bottom: 48%;
		border: 3px solid #663300;
		
	}

}


/* iPhonePlusの横 */
@media only screen and (max-width: 736px) {

	/* ページタイトル */
	.pagetitle {
		
		height: 153px;
		margin-bottom: 1em;
		border-bottom: 3px solid #663300;
		margin-top: 4.1em;
		
	}
	
	/* パンクズ */
	.breadcrumb {
		
		margin-left: 1em;
		
	}
	
	.breadcrumb li {
		
		position: relative;
		float: left;
		width: 6.5em;
		white-space: nowrap;
		
	}
	
	.breadcrumb li:first-child:before {
		
		position: absolute;
		right: 1em;
		content: ">";
		font-size: 16px;
		
	}
	
	.breadcrumb li a {
		
		font-size: 16px;
		
	}
	
	/* 会社紹介 */
	#privacypolicy {
		
		padding: 4em 0 6em 0;
		
	}
	
	#privacypolicy h2 {
		
		margin-bottom: 1.3em;
		font-size: 28px;
		line-height: 1.1;
		letter-spacing: 0.15em;
		
	}
	
	#privacypolicy h2:after {

	  position: absolute;
	  left: 0;
	  bottom: -8px;
	  z-index: -1;
	  display: inline-block;
	  width: 0;
	  height: 8px;
	  content: '';
	  background: #663300;
	  transition: all 1s;

	}
	
	#privacypolicy .company {
		
		padding: 3em 0 6em 0;
		
	}
	
	#privacypolicy .company table {
		
		width: 90%;
		margin: 0 auto;
		
	}
	
	#privacypolicy .company table tr th {
		
		width: 28%;
		padding-top: 1.4em;
		padding-left: 0.4em;
		padding-bottom: 0.2em;
		text-align: left;
		font-size: 18px;
		letter-spacing: 0.12em;
		border-bottom: 2px solid #000;
		
	}
	
	#privacypolicy .company table tr td {
		
		padding-top: 1.4em;
		font-size: 17px;
		letter-spacing: 0.1em;
		border-bottom: 2px solid #000;
		
	}
	
	/* 住所 */
	#map {
		
		padding-top: 0;
		padding-bottom: 6em;
		
	}
	
	#map .txt {
		
		float: right;
		width: 54%;
		font-size: 14px;
		letter-spacing: 0.08em;
		
	}
	
	#map .txt h2 {
		
		margin-bottom: 1.1em;
		font-size: 20px;
		
	}
	
	#map .txt .addr {
		
		margin-bottom: 3.2em;
		
	}
	
	#map .txt .tel {
		
		margin-bottom: 0.8em;
		
	}
	
	#map .txt .fax {
		
		margin-bottom: 2.2em;
		
	}
	
	#map .txt .btn {
		
		width: 240px;
		
	}
	
	#map .map {
		
		float: left;
		width: 42%;
		padding-bottom: 48%;
		border: 3px solid #663300;
		
	}

}


/* iPhone8の横 */
@media only screen and (max-width: 667px) {

	/* ページタイトル */
	.pagetitle {
		
		height: 139px;
		margin-bottom: 1em;
		border-bottom: 3px solid #663300;
		margin-top: 3.8em;
		
	}

}


/* iPhone5の横 */
@media only screen and (max-width: 568px) {

	/* ページタイトル */
	.pagetitle {
		
		height: 118px;
		margin-bottom: 1em;
		border-bottom: 3px solid #663300;
		margin-top: 3.8em;
		
	}
	
	/* 会社紹介 */
	#privacypolicy {
		
		padding: 4em 0 5em 0;
		
	}
	
	#privacypolicy h2 {
		
		margin-bottom: 1.3em;
		font-size: 28px;
		line-height: 1.1;
		letter-spacing: 0.15em;
		
	}
	
	#privacypolicy .company {
		
		padding: 2em 0 4em 0;
		
	}
	
	#privacypolicy .company table {
		
		width: 90%;
		margin: 0 auto;
		
	}
	
	#privacypolicy .company table tr th {
		
		width: 28%;
		padding-top: 1.4em;
		padding-left: 0.4em;
		padding-bottom: 0.2em;
		text-align: left;
		font-size: 16px;
		letter-spacing: 0.12em;
		border-bottom: 2px solid #000;
		
	}
	
	#privacypolicy .company table tr td {
		
		padding-top: 1.4em;
		font-size: 15px;
		letter-spacing: 0.1em;
		border-bottom: 2px solid #000;
		
	}
	
	/* 住所 */
	#map {
		
		padding-top: 0;
		padding-bottom: 4em;
		
	}
	
	#map .txt {
		
		float: right;
		width: 57%;
		font-size: 13px;
		letter-spacing: 0.06em;
		
	}
	
	#map .txt h2 {
		
		margin-bottom: 1.1em;
		font-size: 18px;
		
	}
	
	#map .txt .addr {
		
		margin-bottom: 3.2em;
		
	}
	
	#map .txt .tel {
		
		margin-bottom: 0.8em;
		
	}
	
	#map .txt .fax {
		
		margin-bottom: 2.2em;
		
	}
	
	#map .txt .btn {
		
		width: 200px;
		
	}
	
	#map .map {
		
		float: left;
		width: 40%;
		padding-bottom: 48%;
		border: 3px solid #663300;
		
	}

}


/* AndoroindのＬ */
@media only screen and (max-width: 480px) {

	/* ページタイトル */
	.pagetitle {
		
		height: 100px;
		margin-bottom: 0.5em;
		border-bottom: 3px solid #663300;
		margin-top: 4.2em;
		
	}
	
	/* パンクズ */
	.breadcrumb {
		
		margin-left: 1em;
		
	}
	
	.breadcrumb li {
		
		float: left;
		width: 5.5em;
		white-space: nowrap;
		
	}
	
	.breadcrumb li:first-child:before {
		
		position: absolute;
		right: 0.7em;
		content: ">";
		font-size: 14.5px;
		
	}
	
	.breadcrumb li a {
		
		font-size: 13px;
		
	}
	
	/* 会社紹介 */
	#privacypolicy {
		
		padding: 2em 0 2.5em 0;
		
	}
	
	#privacypolicy h2 {
		
		margin-bottom: 1.3em;
		font-size: 28px;
		line-height: 1.1;
		letter-spacing: 0.15em;
		
	}
	
	#privacypolicy h2:after {

	  position: absolute;
	  left: 0;
	  bottom: -8px;
	  z-index: -1;
	  display: inline-block;
	  width: 0;
	  height: 8px;
	  content: '';
	  background: #663300;
	  transition: all 1s;

	}
	
	#privacypolicy .company {
		
		padding: 1em 0 3em 0;
		
	}
	
	#privacypolicy .company table {
		
		width: 96%;
		margin: 0 auto;
		
	}
	
	#privacypolicy .company table tr th {
		
		width: 24%;
		padding-top: 1.4em;
		padding-left: 0.2em;
		padding-bottom: 0.2em;
		text-align: left;
		font-size: 13.5px;
		letter-spacing: 0.06em;
		border-bottom: 1px solid #000;
		
	}
	
	#privacypolicy .company table tr td {
		
		padding-top: 1.4em;
		font-size: 13.5px;
		letter-spacing: 0.06em;
		border-bottom: 1px solid #000;
		
	}
	
	/* 住所 */
	#map {
		
		padding-bottom: 4em;
		
	}
	
	#map .txt {
		
		float: none;
		width: 100%;
		margin-bottom: 2em;
		font-size: 15px;
		
	}
	
	#map .txt h2 {
		
		margin-bottom: 0.8em;
		font-size: 20px;
		
	}
	
	#map .txt .addr {
		
		margin-bottom: 1.2em;
		
	}
	
	#map .txt .tel {
		
		margin-bottom: 0.3em;
		
	}
	
	#map .txt .fax {
		
		margin-bottom: 2em;
		
	}
	
	#map .txt .btn {
		
		width: 180px;
		
	}
	
	#map .map {
		
		float: none;
		width: 100%;
		padding-bottom: 48%;
		border: 2px solid #663300;
		
	}

}

/* iPhonePlus */
@media only screen and (max-width: 414px) {

	/* ページタイトル */
	.pagetitle {
		
		height: 86px;
		margin-bottom: 0.5em;
		border-bottom: 3px solid #663300;
		margin-top: 4.2em;
		
	}
	
	/* パンクズ */
	.breadcrumb {
		
		margin-left: 1em;
		
	}
	
	.breadcrumb li {
		
		float: left;
		width: 5.5em;
		
	}
	
	.breadcrumb li:first-child:before {
		
		position: absolute;
		right: 0.7em;
		content: ">";
		font-size: 14.5px;
		white-space: nowrap;
		
	}
	
	.breadcrumb li a {
		
		font-size: 13px;
		
	}
	
	/* 会社紹介 */
	#privacypolicy {
		
		padding: 2em 0 2.5em 0;
		
	}
	
	#privacypolicy h2 {
		
		margin-bottom: 1.3em;
		font-size: 28px;
		line-height: 1.1;
		letter-spacing: 0.15em;
		
	}
	
	#privacypolicy h2:after {

	  position: absolute;
	  left: 0;
	  bottom: -8px;
	  z-index: -1;
	  display: inline-block;
	  width: 0;
	  height: 8px;
	  content: '';
	  background: #663300;
	  transition: all 1s;

	}
	
	#privacypolicy .company {
		
		padding: 1em 0 3em 0;
		
	}
	
	#privacypolicy .company table {
		
		width: 96%;
		margin: 0 auto;
		
	}
	
	#privacypolicy .company table tr th {
		
		width: 24%;
		padding-top: 1.4em;
		padding-left: 0.2em;
		padding-bottom: 0.2em;
		text-align: left;
		font-size: 13.5px;
		letter-spacing: 0.06em;
		border-bottom: 1px solid #000;
		
	}
	
	#privacypolicy .company table tr td {
		
		padding-top: 1.4em;
		font-size: 13.5px;
		letter-spacing: 0.06em;
		border-bottom: 1px solid #000;
		
	}
	
	/* 住所 */
	#map {
		
		padding-bottom: 4em;
		
	}
	
	#map .txt {
		
		float: none;
		width: 100%;
		margin-bottom: 2em;
		font-size: 15px;
		
	}
	
	#map .txt h2 {
		
		margin-bottom: 0.8em;
		font-size: 20px;
		
	}
	
	#map .txt .addr {
		
		margin-bottom: 1.2em;
		
	}
	
	#map .txt .tel {
		
		margin-bottom: 0.3em;
		
	}
	
	#map .txt .fax {
		
		margin-bottom: 2em;
		
	}
	
	#map .txt .btn {
		
		width: 180px;
		
	}
	
	#map .map {
		
		float: none;
		width: 100%;
		padding-bottom: 48%;
		border: 2px solid #663300;
		
	}

}


/* iPhone8 */
@media only screen and (max-width: 375px) {

	/* ページタイトル */
	.pagetitle {
		
		height: 78px;
		margin-bottom: 0.5em;
		border-bottom: 3px solid #663300;
		margin-top: 4.3em;
		
	}
	
	/* パンクズ */
	.breadcrumb {
		
		margin-left: 1em;
		
	}
	
	.breadcrumb li {
		
		float: left;
		width: 5.5em;
		white-space: nowrap;
		
	}
	
	.breadcrumb li:first-child:before {
		
		position: absolute;
		right: 0.7em;
		content: ">";
		font-size: 14.5px;
		
	}
	
	.breadcrumb li a {
		
		font-size: 13px;
		
	}
	
	/* 会社紹介 */
	#privacypolicy {
		
		padding: 2em 0 2.5em 0;
		
	}
	
	#privacypolicy h2 {
		
		margin-bottom: 1.3em;
		font-size: 26px;
		line-height: 1.1;
		letter-spacing: 0.15em;
		
	}
	
	#privacypolicy .company {
		
		padding: 1em 0 3em 0;
		
	}
	
	#privacypolicy .company table {
		
		width: 96%;
		margin: 0 auto;
		
	}
	
	#privacypolicy .company table tr th {
		
		width: 24%;
		padding-top: 1.4em;
		padding-left: 0.2em;
		padding-bottom: 0.2em;
		text-align: left;
		font-size: 13px;
		letter-spacing: 0.06em;
		border-bottom: 1px solid #000;
		
	}
	
	#privacypolicy .company table tr td {
		
		padding-top: 1.4em;
		font-size: 13px;
		letter-spacing: 0.02em;
		border-bottom: 1px solid #000;
		
	}
	
	/* 住所 */
	#map {
		
		padding-top: 0;
		padding-bottom: 4em;
		
	}
	
	#map .txt {
		
		float: none;
		width: 100%;
		margin-bottom: 2em;
		font-size: 15px;
		
	}
	
	#map .txt h2 {
		
		margin-bottom: 0.8em;
		font-size: 20px;
		
	}
	
	#map .txt .addr {
		
		margin-bottom: 1.2em;
		
	}
	
	#map .txt .tel {
		
		margin-bottom: 0.3em;
		
	}
	
	#map .txt .fax {
		
		margin-bottom: 2em;
		
	}
	
	#map .txt .btn {
		
		width: 170px;
		
	}
	
	#map .map {
		
		float: none;
		width: 100%;
		padding-bottom: 48%;
		border: 2px solid #663300;
		
	}

}


/* Galaxy */
@media only screen and (max-width: 360px) {

	/* ページタイトル */
	.pagetitle {
		
		height: 75px;
		margin-bottom: 0.5em;
		border-bottom: 3px solid #663300;
		margin-top: 4.3em;
		
	}
	
	/* パンクズ */
	.breadcrumb {
		
		margin-left: 1em;
		
	}
	
	.breadcrumb li {
		
		float: left;
		width: 5.5em;
		white-space: nowrap;
		
	}
	
	.breadcrumb li:first-child:before {
		
		position: absolute;
		right: 0.7em;
		content: ">";
		font-size: 14.5px;
		
	}
	
	.breadcrumb li a {
		
		font-size: 13px;
		
	}
	
	/* 会社紹介 */
	#privacypolicy {
		
		padding: 2em 0 2.5em 0;
		
	}
	
	#privacypolicy h2 {
		
		margin-bottom: 1.3em;
		font-size: 25px;
		line-height: 1.1;
		letter-spacing: 0.15em;
		
	}
	
	#privacypolicy .company {
		
		padding: 1em 0 3em 0;
		
	}
	
	#privacypolicy .company table {
		
		width: 96%;
		margin: 0 auto;
		
	}
	
	#privacypolicy .company table tr th {
		
		width: 24%;
		padding-top: 1.4em;
		padding-left: 0.2em;
		padding-bottom: 0.2em;
		text-align: left;
		font-size: 13px;
		letter-spacing: 0.04em;
		border-bottom: 1px solid #000;
		
	}
	
	#privacypolicy .company table tr td {
		
		padding-top: 1.4em;
		font-size: 13px;
		letter-spacing: 0.02em;
		border-bottom: 1px solid #000;
		
	}
	
	/* 住所 */
	#map {
		
		padding-top: 0;
		padding-bottom: 4em;
		
	}
	
	#map .txt {
		
		float: none;
		width: 100%;
		margin-bottom: 2em;
		font-size: 15px;
		letter-spacing: 0.06em;
		
	}
	
	#map .txt h2 {
		
		margin-bottom: 0.8em;
		font-size: 20px;
		
	}
	
	#map .txt .addr {
		
		margin-bottom: 1.2em;
		
	}
	
	#map .txt .tel {
		
		margin-bottom: 0.3em;
		
	}
	
	#map .txt .fax {
		
		margin-bottom: 2em;
		
	}
	
	#map .txt .btn {
		
		width: 170px;
		
	}
	
	#map .map {
		
		float: none;
		width: 100%;
		padding-bottom: 48%;
		border: 2px solid #663300;
		
	}

}


/* iPhone5 */
@media only screen and (max-width: 320px) {

	/* ページタイトル */
	.pagetitle {
		
		height: 67px;
		margin-bottom: 0.5em;
		border-bottom: 3px solid #663300;
		margin-top: 4.1em;
		
	}
	
	/* パンクズ */
	.breadcrumb {
		
		margin-left: 1em;
		
	}
	
	.breadcrumb li {
		
		float: left;
		width: 5.5em;
		white-space: nowrap;
		
	}
	
	.breadcrumb li:first-child:before {
		
		right: 0.7em;
		content: ">";
		font-size: 13.5px;
		
	}
	
	.breadcrumb li a {
		
		font-size: 12.5px;
		
	}
	
	/* 会社紹介 */
	#privacypolicy {
		
		padding: 2em 0 2.5em 0;
		
	}
	
	#privacypolicy h2 {
		
		margin-bottom: 1.3em;
		font-size: 24px;
		line-height: 1.1;
		letter-spacing: 0.15em;
		
	}
	
	#privacypolicy h2:after {

	  position: absolute;
	  left: 0;
	  bottom: -8px;
	  z-index: -1;
	  display: inline-block;
	  width: 0;
	  height: 6px;
	  content: '';
	  background: #663300;
	  transition: all 1s;

	}
	
	#privacypolicy .company {
		
		padding: 1em 0 3em 0;
		
	}
	
	#privacypolicy .company table {
		
		width: 96%;
		margin: 0 auto;
		
	}
	
	#privacypolicy .company table tr th {
		
		width: 28%;
		padding-top: 1.4em;
		padding-left: 0.2em;
		padding-bottom: 0.2em;
		text-align: left;
		font-size: 13px;
		letter-spacing: 0.02em;
		border-bottom: 1px solid #000;
		
	}
	
	#privacypolicy .company table tr td {
		
		padding-top: 1.4em;
		font-size: 13px;
		letter-spacing: 0.02em;
		border-bottom: 1px solid #000;
		
	}
	
	/* 住所 */
	#map {
		
		padding-bottom: 4em;
		
	}
	
	#map .txt {
		
		margin-bottom: 2em;
		font-size: 13.5px;
		letter-spacing: 0.04em;
		
	}
	
	#map .txt h2 {
		
		margin-bottom: 0.8em;
		font-size: 18px;
		
	}
	
	#map .txt .addr {
		
		margin-bottom: 1.2em;
		
	}
	
	#map .txt .tel {
		
		margin-bottom: 0.3em;
		
	}
	
	#map .txt .fax {
		
		margin-bottom: 2em;
		
	}
	
	#map .txt .btn {
		
		width: 160px;
		
	}
	
	#map .map {
		
		width: 100%;
		padding-bottom: 48%;
		border: 2px solid #663300;
		
	}

}