section#cookiepolicy {
    padding-top: 50px;
    margin-top: -50px;
}
.page .inner{
    max-width:980px;
    margin:auto;
}
main.page {
    margin-top: 80px;
    padding: 0 50px;
    padding-bottom: 80px;
}
h2.title {
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 28px;
    color: #434343;
}
.inner .box_wrap p.ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #434343;
}
.inner .box_wrap {
    background: #fcfcf8;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 0;
}
p.desc {
    font-weight: normal;
}
p.box_txt1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}

/*-------------------プライバシーポリシー-------------------*/
.privacy_policy .wrap {
    padding: 50px;
    background: #fcfcf8;
    max-width: 1050px;
    margin: auto;
    box-sizing: border-box;
    margin-top: 50px;
}
.privacy_policy .box_txt2 {
    text-align: center;
    font-size: 24px;
    color: #434343;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.privacy_policy .box_txt3 {
    display: flex;
    justify-content: flex-end;
}
.privacy_policy .box_txt3 p {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.privacy_policy .box_txt4 {
    margin-top: 30px;
    margin-bottom: 50px;
}
.privacy_policy .box_txt5 .box {
    margin-bottom: 50px;
}
.privacy_policy .box_txt5 p.title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #434343;
    font-weight: bold;
}
.finish {
    margin-top: -30px;
    text-align: right;
}
.fa-external-link:before {
    color: #3390d5;
}
.privacy_policy .box_txt4 {
    margin-top: 30px;
    margin-bottom: 50px;
    background: white;
    padding: 20px;
}
.last_box {
    margin-top: 50px;
    background: white;
    padding: 30px;
}
.last_box p.title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #434343;
    font-weight: bold;
}
p.box_txt:last-of-type {
    margin-bottom: 0;
}
p.box_txt {
    margin-bottom: 20px;
}

/*-------------------------タブレット-------------------------------*/
@media screen and (max-width:768px){
section.contents .box_wrap.pt-1 {
    gap: 30px;
}
	section.contents h4 {
    font-size: 24px;
}
	section#cate2.contents .box_wrap {
    margin-top: 50px;
}

	section#cate2.contents .box_wrap {
    margin-top: 0px;
}
}

/*-------------------------スマホ-------------------------------*/
@media screen and (max-width:667px){ 
	.contents {
    padding: 20px 30px !important;
}
main.page {
    margin-top: 0px;
    padding: 0 20px;
    padding-bottom: 50px;
    padding-top: 30px;
}
	.privacy_policy .wrap {
    padding: 30px 20px; 
	}
	.privacy_policy .box_txt2{
		font-size:20px;
	}
	.privacy_policy .box_txt5 p.title {
    font-size: 18px; 
	}
.last_box {
    margin-top: 50px;
    background: none;
    padding: 10px;
    border-top: 1px solid #c9c9c9;
    padding-top: 30px;
}
	.privacy_policy .wrap{
		margin-top:0;
	}
.last_box p.title {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    color: #434343;
    font-weight: 500;
    background: gray;
    color: white;
    padding: 10px 0;
    box-sizing: border-box;
}
}