@charset "utf-8";

/*===== PC ここから =====*/
@media screen and (min-width: 741px){
/*===== 共通 =====*/
	.content {
		width: 1000px;
		margin: 0 auto 70px;
	}
	.content  .map{
		color: #d52425;
	}
	.content h3 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 25px;
	}
	.privacy {
		width: 1000px;
	}
	.privacy h3 {
		font-size: 18px;
		color: #555;
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 2px solid #d52425;
		text-align: left;
	}
	.privacy p{
		font-size: 15px;
		margin-bottom: 40px;
	}
	.privacy ul {
		margin-bottom: 40px;
	}
	.privacy li{
		font-size: 15px;
	}
	.privacy .mb_none {
		margin-bottom: 0;
	}
	.privacy .indent li{
		padding-left: 1em;
	}
	.pl_pc {
		padding-left: 1em;
	}
	.txtr {
		text-align: right;
	}
	.pc_none {
		display: none;
	}
/*===== profile =====*/
}
/*===== PC ここまで =====*/
/*===== SP ここから =====*/
@media screen and (max-width: 740px){
/*===== 共通 =====*/
	.content {
		width: 90%;
		margin: 0 auto 50px;
	}
	.content  .map{
		color: #d52425;
	}
	.content h3 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 25px;
	}
	.privacy {
		width: 100%;
	}
	.privacy h3 {
		font-size: 16px;
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid #d52425;
		text-align: left;
	}
	.privacy p{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.privacy ul {
		margin-bottom: 30px;
	}
	.privacy .mb_none {
		margin-bottom: 0;
	}
	.privacy .mb_txt {
		margin-bottom: 10px;
	}
	.privacy .pl_txt {
		padding-left: 1em;
	}
	.privacy ul li {
		padding-left: 1em;
		margin-bottom: 5px;
	}
	.privacy .txtr {
		text-align: right;
	}
	.privacy span {
		font-size: 20px;
	}
	
/*===== profile =====*/
	
}
/*===== SP ここまで =====*/
