@charset "utf-8";

a {
	color: #333;
	cursor: pointer !important;
}

ol {
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding-inline-start: 1.2rem;
}

p, h1, h2, h3, h4, h5 {
	color: #333;
}

.txt_center {
	text-align: center !important;
}

.fs_14px {
	font-size: 14px !important;
}

.text-dark {
	color: #000 !important;
}

.d-block {
	display: block;
}

.table-fixed {
	table-layout: fixed !important;
}

.mt_0 {
	margin-top: 0 !important;
}

.mt_5 {
	margin-top: 5px !important;
}

.mt_10 {
	margin-top: 10px !important;
}

.mt_20 {
	margin-top: 20px !important;
}

.mt_30 {
	margin-top: 30px !important;
}

.mt_40 {
	margin-top: 40px !important;
}

.mt_50 {
	margin-top: 50px !important;
}

.mt_60 {
	margin-top: 60px !important;
}

.mt_80 {
	margin-top: 80px !important;
}

.mb_0 {
	margin-bottom: 0 !important;
}

.mb_10 {
	margin-bottom: 10px !important;
}

.mb_20 {
	margin-bottom: 20px !important;
}

.mb_30 {
	margin-bottom: 30px !important;
}

.mb_40 {
	margin-bottom: 40px !important;
}

.mb_50 {
	margin-bottom: 50px !important;
}

.mb_60 {
	margin-bottom: 60px !important;
}

.mb_80 {
	margin-bottom: 80px !important;
}

.pt_0 {
	padding-top: 0 !important;
}
.pt_60{
    padding-top: 60px !important;
}

.pb_05rem {
	padding-bottom: .5rem !important;
}

.pb_1rem {
	padding-bottom: 1rem !important;
}

.pb_6rem {
	padding-bottom: 6rem !important;
}

.pb_60{
    padding-bottom: 60px !important;
}

.blockquote {
	font-size: 12px;
	color: #333;
	text-align: right;
	margin-right: 0;
	margin-left: 0;
	word-break: break-all;
}

.H1txt {
	margin: auto;
	max-width: 1140px;
	font-size: 12px;
	font-weight: normal;
	padding: 15px 2% 5px 2%;
}

.container {
	max-width: 1140px;
	padding: 0 4%;
	margin: auto;
}

.privacy_top_title {
	font-size: 1.8rem;
	padding-bottom: 1.5rem;
	line-height: 1.4;
}

.privacy_top_headline {
	line-height: 1.5;
	font-size: 1.3rem;
	border-bottom: 1px solid #333;
	padding-bottom: 1rem;
}

.privacy_top_desc {
	padding-top: 0.5rem;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 2rem;
}

.privacy_top {
	margin-bottom: 5rem;
}

.service_title_privacy {
	font-size: 1.5rem !important;
}

.ertop {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 1rem;
	text-align: center;
}

.ertop_s {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 1rem;
	text-align: center;
}

.ertop2 {
	font-size: 14px;
	line-height: 2;
	max-width: 650px;
	margin: auto;
}

.pp_madoguchi {
	width: 60%;
	text-align: center;
	border: 1px solid #000;
	margin: auto;
	padding: 30px;
	line-height: 1.7;
}

@media screen and (max-width:768px) {
	.pp_madoguchi {
	width: 100%;
}
}

.privacy_top2 {
	margin-bottom: 5rem;
}

.pph2_pa {
	margin-top: 100px;
}

.pp_bold {
	font-weight: bold;
	margin-bottom: 10px;
}

.privacylogo {
    margin-top: 20px;
}

.privacylogo_img {
	width: 200px;
}

.privacylogo_top {
	margin-top: 50px;
}

.privacylogotxt {
	font-size: 20px;
	font-weight: bold;
}

.privacylogotxt2 {
	padding-top: 10px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}