/*

追加用CSS　PC表示

*/
/*プライバシーポリシー-----------------------
 * ------------------------------------------*/
.privacyBox {padding:0 10px 70px;}
.privacyBox section{text-align: left;padding: 60px 0 60px;}


.privacyBox p{line-height: 180%;}
.privacyBox ul.ullist01{margin:10px 0px;}
.privacyBox ul.ullist01 li{
	margin: 0px 0px 0px 1.5em;
	line-height: 200%;
	list-style:disc;
	}

.privacyBox .ttl-01{
	margin:60px 0 20px;
	padding: 10px 0 10px 0;
	color:#333;
	font-size:1.5rem;
	font-weight:bold;
	text-align: left;
	border-bottom: 4px solid #edede8;
	line-height: 180%;
	position: relative;
	letter-spacing: 0.05em;
	}
.privacyBox .ttl-01::after {
	position: absolute;
	content: " ";
	border-bottom: solid 4px #f4bca6;
	bottom: -4px;
	width:10%;
	display: block;
	left: 0;
	}
.privacyBox .ttl-01 span{
	color: #ec8861;
	font-weight: bold;
	font-size: 0.875rem;
	letter-spacing: 0;
	margin-left:10px;
	display: inline;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	}
.privacyBox .ttl-01.ttl_top{margin: 0 0 20px;}

.privacyBox .wc_h3_01{text-align: center; line-height: 150%;}
.privacyBox .wc_h3_01 span{text-transform: uppercase;letter-spacing: 0;}
/*------------------------------------------
 * 新着情報アーカイブ シングル
 * ---------------------------------------*/
.single .post-title {
  margin-bottom: 40px;
}

.sidebar h3 {
  background: #6ac7e6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}

.post-title a:hover {
  color: #6ac7e6 !important;
}

.blog-content {
  padding: 30px 15px;
}

.content.padded.blog {
  padding-top: 80px;
}

.blog-content .post {
  border-bottom: 1px solid #a5a5a5;
  margin-top: 0px;
  padding: 30px 0;
}

.blog-content .post:first-of-type {
  padding-top: 0;
}

.post:last-of-type {
  border-bottom: none;
}

.post-title h2,
.post-title h2 a {
  font-size: 28px;
  color: #61402f;
  padding: 0;
  font-weight: bold;
}

.post-title h2 a:hover {
  color: #6ac7e6;
}

.post-meta h6,
.post-meta a {
  font-size: 16px;
  color: #61402f;
  margin-bottom: 0;
}

.post:first-of-type {
  margin-top: 0px;
}

.cat-item a,
.recentcomments a {
  color: #61402f !important;
  font-size: 16px;
}

.cat-item,
.recentcomments {
  border-bottom: 1px solid #bfbfbf;
}

.cat-item a:hover {
  color: #6ac7e6;
}

.pager li a:hover {
  color: #6ac7e6;
}

.search .title {
  display: none;
}

.search .post {
  padding-left: 0;
}