@charset "UTF-8";



/* ----------------------------------------------------------------------------------- message */
#contents .message{
	margin: 0 auto;
	padding: 20px 0 100px;
	max-width: 1000px;
	width: calc(100% - 20px);
}
@media screen and (max-width: 480px) {
	#contents .message{
		padding: 0;
	} }

#contents .message .txt{
	margin: 0 0 50px;
	text-align: center;
	font-size: 18px;
	line-height: 2.5;
}
@media screen and (max-width: 480px) {
	#contents .message .txt{
		font-size: 16px;
		line-height: 2;
		text-align: left;
	} }

#contents .message .box{
	background-color: #ffffff;
	border: 1px solid #FBD6D5;
	padding: 20px 20px 20px 40px;
}
@media screen and (max-width: 480px) {
	#contents .message .box{
		padding: 20px;
		text-align: left;
	} }

#contents .message .box .img{
	float: right;
	margin: 0 0 0 100px;
	line-height: 0;
}

@media screen and (max-width: 480px) {
	#contents .message .box .img{
		float: none;
		margin: 0;
		text-align: center;
	} }

#contents .message .box .name{
	padding: 15px 0;
	line-height: 1.5;
}
#contents .message .box .info{
	font-size: 12px;
	line-height: 1.6;
}

/* ----------------------------------------------------------------------------------- list */
#contents .list{
	margin: 0 auto;
	padding: 0 0 100px;
	max-width: 1000px;
	width: calc(100% - 20px);
	font-size: 14px;
	line-height: 1.6;
}
@media screen and (max-width: 480px) {
	#contents .list{
		padding: 0;
	} }
#contents .list table{
	width: 100%;
}
#contents .list table th,
#contents .list table td{
	border-bottom: 2px solid #F8F8FA;
	padding: 12px 20px;
	vertical-align: middle;
	
}
#contents .list table th{
	background-color: #FBD6D5;
	width: 90px;
	font-weight: normal;
}
@media screen and (max-width: 480px) {
	#contents .list table th,
	#contents .list table td{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 5px 10px;
		text-align: left;
	} }

#contents .list table th.vat{
	vertical-align: top;
}
#contents .list table td{
	background-color: #ffffff;
}
#contents .list table td.mark{
	padding: 20px;
}
#contents .list table td.mark img{
	float: right;
	padding: 0 20px;
	line-height: 0;
}
@media screen and (max-width: 480px) {
	#contents .list table td.mark img{
		float: right;
		width: 90px;
		height: auto;
		padding: 0 calc((100% - 180px)/4);
		margin-bottom: 20px;
	}}

#contents .list table td .link{
	margin: 0 0 0 30px;
}
#contents .list table td .map iframe{
	border: 1px solid #FBD6D5;
	margin: 15px 0 0;
	max-width: 600px;
	height: 400px;
	width: 100%;
}
#contents .list table td table{
	width: auto;
}
#contents .list table td table th,
#contents .list table td table td{
	border: none;
	padding: 0;
}
#contents .list table td table th{
	background: transparent;
	padding: 0 30px 0 0;
	width: auto;
	text-align: left;
}
#contents .list table td ul li{
	float: left;
	width: 370px;
}
@media screen and (max-width: 480px) {
	#contents .list table td ul li{
		
		width: 100%;
 } }

/* ----------------------------------------------------------------------------------- document */
#contents .document{
	margin: 0 auto;
	padding: 40px 0 100px;
	max-width: 1000px;
	width: 100%;
}
#contents .document > section{
	padding: 40px 0 0;
}
#contents .document h3{
	line-height: 1.6;
	font-weight: bold;
	color: #EA524D;
}
#contents .document p{
	padding: 7px 0;
	line-height: 1.6;
	font-size: 14px;
}
#contents .document p strong{
	display: block;
	margin: 5px 0 0;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------------ 個人情報の取り扱いページの利用目的テーブル */
table.simple_table,table.simple_table th,table.simple_table td{
	 border: 1px solid black;
}

table.simple_table{
	max-width: 900px;
	width: 100%;
	table-layout: fixed;
}

table.simple_table th.infotype{
	width: 35%;

}

table.simple_table th,table.simple_table td{
	padding: 5px;
}

