@charset "utf-8";

/* ------------------------------
 Cookieポリシー（PC）
------------------------------ */
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy {
	font-size: 1.6rem;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
	color: #000 !important;
	font-size: 1.8rem !important;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc {
	color: #000 !important;
	font-size: 1em !important;
	line-height: 1.75;
}
#ot-sdk-cookie-policy section:not(:last-child) {
    margin-bottom: 2em !important;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group {
    margin-bottom: 10px !important;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span {
	color: #000 !important;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a {
	color: #000 !important;
}
table th,
table td {
	vertical-align: middle;
}
table td a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
	#ot-sdk-cookie-policy .ot-sdk-cookie-policy table {
		border-collapse: separate !important;
		border-radius: 0 !important;
		border-bottom: none !important;
		border-right: none !important;
	}
	#ot-sdk-cookie-policy .ot-sdk-cookie-policy table th {
        width: auto !important;
		padding: 10px 20px !important;
		background: #dee5e9 !important;
		color: #000 !important;
		border-bottom: solid 1px #fff !important;
	}
	#ot-sdk-cookie-policy .ot-sdk-cookie-policy table td {
		padding: 10px 20px !important;
		color: #000 !important;
        background: #f2f5f6 !important;
        border-bottom: none !important;
	}
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
        width: 25% !important;
    }
    #ot-sdk-cookie-policy .ot-sdk-cookie-policy table th.ot-cookies-type,
    #ot-sdk-cookie-policy .ot-sdk-cookie-policy table td.ot-cookies-type,
    #ot-sdk-cookie-policy .ot-sdk-cookie-policy table th.ot-life-span,
    #ot-sdk-cookie-policy .ot-sdk-cookie-policy table td.ot-life-span {
        width: 19% !important;
    }
	table td a:hover {
		text-decoration: none;
	}
}

/* ------------------------------
 Cookieポリシー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    #ot-sdk-cookie-policy .ot-sdk-container {
        padding: 0 !important;
    }
	#ot-sdk-cookie-policy .ot-sdk-cookie-policy table th {
        display: none !important;
	}
	#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
        padding: 10px 5px !important;
        display: block !important;
		color: #000 !important;
	}
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:first-child {
        border-top: 1px solid #e1e1e1;
    }
	#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
        content: attr(data-label)!important;
        display: block !important;
		width: 100% !important;
        font-weight: bold!important;
	}
}
@media only screen and (max-width: 530px) {
	#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
		margin: 0 !important;
	}
}
