@charset"utf-8";

/*-------------------*/

.breadcrumbsBox {
  margin: 1.6em auto 2em;
}


/*-------------------*/

.site-main article.content_snspolicy {
  margin: 0 auto;
  padding: 0;
  width: 94%;
  max-width: 880px;
}


/*-------------------*/

.content_snspolicy .h2_ttl {
  margin-bottom: 0.7em;
  padding-bottom: 0.2em;
  color: #333333;
  font-size: 1.8em;
  font-weight: bold;
  border-bottom: 1px solid #bfbfbf;
}

.content_snspolicy .h2_ttl span {
  padding: 0 0 0 1em;
  border-left: 4px solid #002e66;
  
  display: block;
}

@media screen and (min-width:768px) {
  .content_snspolicy .h2_ttl {
    margin: 0 auto 1.4em;
    font-size: 2.6em;
  }
}

.content_snspolicy .h3_ttl {
  margin-bottom: 0.7em;
  padding-bottom: 0.2em;
  color: #333333;
  font-size: 1.8em;
  font-weight: bold;
}

/*-------------------*/

.content_snspolicy .tpl_tbl_default {
  margin: 0 auto 6em;
  width: 100%;
  color: #333333;
  border-top: 1px solid #d2d2d2;
}

.content_snspolicy .tpl_tbl_default tbody {}

.content_snspolicy .tpl_tbl_default tbody tr {}

.content_snspolicy .tpl_tbl_default tbody tr th {
  padding: 0.92em 4%;
  width: 30%;
  max-width: 190px;
  font-size: 1.4em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d2d2d2;
}

.content_snspolicy .tpl_tbl_default tbody tr td {
  padding: 0.68em 2em;
  font-size: 1.4em;
  border-bottom: 1px solid #d2d2d2;
}

.content_snspolicy .tpl_tbl_default tbody tr td p {
  margin-left: 8px;
  text-indent: -8px;
}

.content_snspolicy .tpl_tbl_default tbody tr td p:before {
  content: "●";
  display: inline-block;
  padding-right: 0.5em;
  font-size: 10px;
  vertical-align: middle;
}


/*-------------------*/



/*-----------------*/

.privacy_head {
  margin: 0 auto;
  padding: 0;
  width: 94%;
  max-width: 1000px;
}

.privacy_head .h1_ttl {
  margin-bottom: 1em;
  color: #002e66;
  font-size: 1.8em;
  font-weight: bold;
}

.privacy_head .p_1 {
  margin-bottom: 4em;
  text-align: center;
}

@media screen and (min-width:768px) {
  .privacy_head .h1_ttl {
    margin: 0 auto 0.8em;
    max-width: 880px;
    font-size: 4.0em;
  }
}


/*-----------------*/

/*============================================================
	policy
*/

.cookie_policy .txt {
	font-size: 1.6em;
  margin-bottom: 30px;
}

.cookie_policy ol {
	margin: 3em 0;
}
.cookie_policy ol dt {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 1em;
}
.cookie_policy ol dd {
	font-size: 1.6em;
}
.cookie_policy ol li {
  margin: 0 auto 2.2em;
  padding-bottom: 2.2em;
	border-bottom: 1px dotted #7f7f7f;
}
.cookie_policy ol li:last-child {
	border-bottom: none;
}

.content_part {
  margin-bottom: 60px;
}

.content_part .browser-list a {
  font-size: 1.5rem;
  text-decoration: underline;
  color: #014099;
}

.table-scroll-wrap .cookie-table thead th {
  padding: 15px 30px;
}
.cookie-table {
  width: 100%;
}
.cookie-table th {
  font-size: 1.6rem;
  color: #eff5fe;
  font-weight: 500;
  background-color: #1d6ab3;
  border-bottom: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
}
.cookie-table td {
  border-bottom: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  padding: 15px 30px;
  font-size: 1.6rem;

}
.cookie-table td a {
  text-decoration: underline;
  color: #014099;

}
.table-scroll-remark {
  font-size: 1.6rem;
  display: none;
}
@media screen and (max-width:767px) {
  .table-scroll-remark {
    font-size: 1.6rem;
    display: block;
  }
  .table-scroll-wrap {
    overflow-x: auto;
  }
  .cookie-table {
    width: 800px;
  }
  .cookie_policy ol dt {
    font-size: 1.6rem;
  }
  
  .content_snspolicy .h2_ttl span {
    display: block;
  }

}

.content_snspolicy .external_link__wrap {
    display: inline-block;
}
.content_snspolicy .external_link {
    display: flex;
    align-items: center;
    margin-top: 1em;
    color: #1d6ab3;
    column-gap: 5px;
    text-decoration: underline;
    text-decoration: none;
    color: #000;
}
.content_snspolicy a.external_link  {
  color: #1d6ab3;
    text-decoration: underline;
}
.content_snspolicy .external_link img{
      height: 1.3rem;
    width: auto;
}
.snspolicy_remark {
  font-size: 1.3rem;
}