@charset "UTF-8";

/*プライバシーポリシー／個人情報保護宣言文*/
@media screen and (min-width: 767px) {
	.privacypolicy {
		text-align: center;
		width: 1000px;
		margin: 0 auto;
	}
	#wrapper {
		border-bottom: solid 1px #000;
	}
	.privacypolicy_contents {
		margin-top: 60px;
		text-align: center;
		width: 850px;
		margin: 0 auto;
		padding-top: 60px;
	}
	.privacypolicy_contents .privacypolicy_title {
		font-size: 37px;
		font-weight: 1000;
		padding-bottom: 50px;

	}
	.privacypolicy_contents_title{
		font-size: 24px;
	}	
	.contents_title{
		font-size: 32px;
		padding-top: 100px;
	}
	.contents_claim_title{
			font-size: 24px;
		padding-top: 100px;	
	}
	p .privacypolicy{
		font-size: 20px;
	}
	.privacy_protection {
		width: 761px;
		/* height: 400px; */
		border: 1px solid #000;
		margin: 30px auto 0 auto;
		padding: 30px 0;
	}
	.privacy_protection_title {
		font-weight: bold;
		font-size: 16px;
		padding-top: 30px;
		text-align: left;
	}
	.privacy_protection_line {
		height: 2px;
		margin-left: 10%;
		margin-right: 10%;
		width: 80%;
		border-bottom: solid 1px #000;
	}
	.p_privacy_protection {
		margin: 0 auto;
		padding-left: 10px;
		width: 75%;
	}
	.privacy_protection_name {
		text-align: right;
		/* width: 90%; */
	}
	.privacy_contact_info {
		font-size: 24px;
		text-align: left;
		text-decoration: none;
		color: black;
	}

	.privacypolicy_contents-detail-subject {
		margin-bottom: unset;
	}
	.privacypolicy_contents-detail {
		margin-left: 15px;
	}
	.privacypolicy_contents-detail p,
	.privacypolicy_contents-detail ul {
		margin: unset;
	}
	.privacypolicy_contents-detail .paddingLeft18 {
		padding-left: 18px;
	}
	.privacy_protection_detail {
		font-feature-settings: "palt";
	}

}

@media only screen and (max-width: 750px) {
	#wrapper {
		border-bottom: solid 1px #000;
	}
	.privacypolicy {
		margin-top: 0px;
		text-align: center;
	}
	.privacypolicy_contents {
		margin: 0 8%;
		margin-top: 30px;
		text-align: center;
	}
	.privacy_protection {
		width: 90%;
		height: auto;
		border: 1px solid #000;
		padding: 30px 20px;
		margin-bottom: 10%;
	}
	.privacy_protection_title {
		font-weight: bold;
		font-size: 16px;
		margin: 5px;
	}
	.privacypolicy_title {
		font-size: 24px;
		font-weight: 1000;
		padding: 4px;
		margin: 2px;
	}
	.privacypolicy_title_sp{
		font-size: 20px;
		font-weight: bold;
		padding-top: 10px;
		margin-bottom: 0px;
		margin-top: 40px;
	}
	.privacy_contact_info {
		font-size: 24px;
		border-bottom: solid 1px black;
		text-align: left;
		text-decoration: none;
		color: black;
		margin: 0;
	}
	.contents_title{
		font-size: 24px;
		padding-top: 100px;
		margin-bottom: 0px;
	}
	.contents_claim_title{
			font-size: 20px;
		padding-top: 100px;	
		margin-bottom: 0px;
	}

	.privacy_protection_line {
		height: 2px;
		margin-left: 10%;
		margin-right: 10%;
		width: 80%;
		border-bottom: solid 1px #000;
	}
	.p_privacy_protection_sp {
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 0px;
	}
	.privacy_protection_sp {
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 0px;
		padding-left: 10px;
	}
	.contact_mail_form {
		margin-left: 15%;
		margin-right: 15%;
		width: 100%;
	}
	.privacy_protection_name {
		text-align: right;
		/* width: 90%; */
	}
    .privacypolicy_margin {
        margin: 20px 0;
    }
}
