@charset "utf-8";
/* policy.css */

.sec_inner {
	max-width: 840px;
	margin: 0 auto;
}

@media only screen and (max-width : 767px) {
	.sec_inner {
		padding : 0 20px;
	}
}

.cmn_page_head {
	background-image : url("../img/privacy_policy/main_img.jpg");
}

@media only screen and (max-width : 767px) {
	.cmn_page_head {
		height : 200px;
	}
}

.cmn_bg_parts {
	height : 110px;
	margin : 0 -150px -29px;
}

@media only screen and (max-width : 767px) {
	.cmn_bg_parts {
		height : 50px;
		margin : 20px 0 0;
	}
}

.cmn_page_head .main_ttl img {
	max-width: 580px;
}

@media only screen and (max-width : 767px) {
	.cmn_page_head .main_ttl img {
		max-width : 300px;
	}
}

.cmn_page_ttl .ttl {
	margin : 50px 0 0;
}

.cmn_page_ttl .ttl .txt_img {
	max-width: 295px;
}

@media only screen and (max-width : 767px) {
	.cmn_page_ttl .ttl .txt_img {
		max-width : 195px;
	}
}

.cmn_page_head .txt_01 {
	background : #191970;
	/*background : #41a1be;*/
	min-width: 225px;
}


.sec_01 h3.ttl{
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	padding: 0 10px;
	height: 53px;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	font-weight: 400;
	line-height: 53px;
	margin-left: auto;
	margin-right: auto;
	background: #4682b4;	
	/*background: #4169e1;*/
	/*background: #567b9d;*/
	margin-bottom: 17px;
}

@media only screen and (max-width : 767px) {
	.sec_01 h3.ttl{
		min-width: 100%;
		width: 100%;
		height: auto;
		line-height: 1.4;
		padding: 8px 10px;
		text-align: left;
	}
}

.cmn_point_parts{
	margin-bottom: 60px;
}

.sub_ttl{
	color: #567b9d;
	text-align: center;
	padding: 20px 0 0;
	font-size: 14px;
}

.sec_01 .detail{
	font-size: 14px;
	line-height: 24px;
	margin: 15px 0 0;
	color: #4c4948;
}
@media only screen and (max-width : 767px) {
	.sub_ttl{
		line-height: 24px;
	}
}

.sec_ttl{
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	padding: 0 10px;
	height: 44px;
	border-radius: 5px;
	width: max-content;
	min-width: 260px;
	text-align: center;
	font-weight: 400;
	line-height: 44px;
	margin-left: auto;
	margin-right: auto;
	background: #696969;	
	/*background: #191970;*/
	/*background: #287389;*/
	margin-bottom: 17px;
}

@media only screen and (max-width : 767px) {
	.sec_ttl{
		min-width: 100%;
		width: 100%;
		height: auto;
		line-height: 1.4;
		padding: 8px 10px;
	}
}

.sec_02{
	margin-top: 25px;
}
.sec_03{
	margin-top: 55px;
}

.sec_04,.sec_05{
	margin-top: 25px;
}

.sec_02 .detail,.sec_03 .detail,.sec_04 .detail,.sec_05 .detail{
	font-size: 14px;
	line-height: 24px;
	margin: 25px 0 0;
	color: #4c4948;
}

.pattern{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	background: #4c4948;
	width: max-content;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: -1px;
	border-radius: 30px;
	text-align: center;
	position: relative;
	padding: 0 15px;
	min-width: 288px;
	margin-top: 25px;
}

.sec_04 .sec_ttl,.sec_05 .sec_ttl{
	min-width: 425px;
}
@media only screen and (max-width : 767px) {
	.sec_04 .sec_ttl,.sec_05 .sec_ttl{
		min-width: 100%;
	}
}