@charset "UTF-8";
/*-----------------------------------
	base
-----------------------------------*/
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
}
/*-----------------------------------

	mainvisual_block

-----------------------------------*/
#mainvisual_block{
	background: url("../img/privacy/mainvisual.jpg")no-repeat;
	background-size: cover;
}
#mainvisual_block .row_box{
	align-items: center;
}
#mainvisual_block .row_box .mainvisual_card{
	width: 218px;
	height: 135px;
}
#mainvisual_block .row_box .mainvisual_card img{
	border-radius: 7px;
}
@media screen and (max-width: 840px) {
    #mainvisual_block{
        background: url("../img/privacy/sp/mainvisual.jpg")no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width: 640px) {
}
/*-----------------------------------

	privacy_block

-----------------------------------*/
#privacy_block{
	padding: 100px 0 0;
}
#privacy_block .btn_wrapper {
	margin-top: 90px;
}
#privacy_block .btn_wrapper .contents_inner {
    justify-content: flex-start;
	gap: 24px;
}
#privacy_block .btn_wrapper a {
	width: 288px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#privacy_block .privacy_wrapper {
    margin-bottom: 160px;
}
#privacy_block .topborder_ttl2 {
	font-size: 25px;
    color: #000;
    font-weight: 700;
    padding-top: 14px;
    position: relative;
	margin-top: 55px;
    margin-bottom: 35px;
}
#privacy_block .intro_txt {
    margin-bottom: 35px;
}
#privacy_block .privacy_box h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #000;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#privacy_block .text_box {
    margin: 20px 0 25px;
}
#privacy_block .text_box:not(:first-of-type) {
    margin-top: 8px;
}
#privacy_block .text_box:not(:last-of-type) {
    margin-bottom: 8px;
}
#privacy_block .text_box p {
    font-size: 14px;
    line-height: 210%;
}
#privacy_block .text_box p.mb {
    margin-bottom: 8px;
}
#privacy_block .text_box p a {
    display: inline-block;
    color: #48BEBE;
    text-decoration: underline;
}
#privacy_block .text_box p a:hover {
    opacity: 0.7;
}
#privacy_block .text_list {
    /*margin-left: 11px;*/
	margin-bottom: 8px;
}
#privacy_block .text_list li {
    position: relative;
    margin-bottom: 7px;
}
#privacy_block .text_list li.mb {
    margin-bottom: 20px;
}
#privacy_block .text_list li .clr {
    color: #ff0000;
}
/*#privacy_block .text_list li::before {
	content: "";
    position: absolute;
    left: -10px;
    top: 6px;
    border-radius: 5px;
    width: 6px;
    height: 6px;
    background: #000;
}*/
/*****point_box*****/

@media screen and (max-width: 840px) {
	
}
@media screen and (max-width: 640px) {
    #privacy_block {
        padding: 55px 0 0;
    }
    #privacy_block .btn_wrapper {
        margin-top: 50px;
    }
	#privacy_block .privacy_wrapper {
        margin-bottom: 220px;
    }
    #privacy_block .btn_wrapper .contents_inner {
        justify-content: center;
    }
}