@charset "utf-8";
/* CSS Document */


	.sp{
		display: none;
	}

/*--====== パンくずリスト ======--*/
/* パンくず全体 */
#pan_box {
  text-align: right; /* 全体を右寄せ */
	background: #01c0ef;
	position: relative;
	z-index: 10;
}

.topic-path {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 15px;
  left: 2.2%;
}

.topic-path li {
  font-size: 60%;
  letter-spacing: 2px;
  font-weight: bold;
}

.topic-path li a,
.topic-path li.visited {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

/* 通常のリンクボタン */
.topic-path li a {
  color: #333;
}

.topic-path li a:hover {
  background: #ffe680;
  border-color: #f0c040;
}

/* visited風デザイン（固定） */
.topic-path li.visited {
  background: #ffe680;
  color: #555;
  border-color: #f0c040;
}

.topic-path li:not(:last-child)::after {
  content: '➔'; /* 矢印 */
  color: gold;
  margin: 0 0px 0px 8px;
  font-size: 15px;
}
/*--====== ここまでパンくずリスト ======--*/




.mainvisual{
	width: 100%;
	height: 200px;
/*	background: #01c0ef;
*//*	border-bottom: 25px solid #0981A8;
*/	background: #01c0ef;
}
h1.main_title{
	z-index: 100;
	text-align: center;
	line-height: 250px;
	color: #FFF;
	text-shadow:3px 3px #0981A8;
/*	color: #0981A8;
*/	font-size: 210%;
	letter-spacing: 5px;
	font-weight: 900;
	text-align: center;
}
span.ss_title{
	font-size:77%;
}

main{
	background: #01c0ef;
	padding: 1px 0;
}

.privacy-policy{
	width: 80%;
	height: auto;
	max-width: 1200px;
	padding: 20px;
	margin: 0 auto 60px;
	background: #FFF;
	border-radius: 30px;
	position: relative;
	top: 50px;
	padding-bottom: 30px;
}
.privacy-policy p{
	letter-spacing: 1px;
	line-height: 1.7;
}
.privacy-policy p:first-of-type{
	margin-bottom: 15px;
}
.privacy-policy h2{
	margin: 20px 0 5px;
}