/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 07:44:53 */
.mv-pc {
  display: block;
}
.mv-sp {
  display: none;
}

.newsList{
	padding-top:60px;
	padding-bottom:120px;
}
.newsList h1{
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
	font-size: 34px;
	text-align:center;
	margin-bottom:60px;
}
.newsList ul.navi{
 display: flex;           /* Flexboxを有効にする */
  justify-content: center; 
	flex-wrap: wrap;
	margin-top:40px;
	margin-bottom:50px;
}

.newsList ul.navi li {
  color: #333;
	margin-left:10px;
	margin-right:10px;
	display: flex;
}
.newsList ul.navi li a {
	padding:2px 10px;
  text-decoration: none;
  color: #55A8F3;
  background-color: #FFF;
   font-size: 14px;
  font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
	border:1px solid #55A8F3;
	border-radius:8px;
}
.newsList ul.navi li a:hover {
  background-color: #FFF;
  opacity: 0.7;
}
.newsList ul.navi li.current-cat {
  color: #FFF;
}
.newsList ul.navi li.current-cat a {
  color: #FFF;
  background-color: #55A8F3;
	border:2px solid #55A8F3;
}
.newsList ul.navi li.current-cat a:hover {
  background-color: #55A8F3;
}

.newsList .eyecatch {
	margin-bottom:20px;
}

.newsList .tag {
	margin-right: 10px;
}
.newsList .tag a {
	padding:2px 10px;
  text-decoration: none;
  color: #55A8F3;
  background-color: #FFF;
   font-size: 14px;
  font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
	border:1px solid #55A8F3;
	border-radius:8px;
	margin-right: 5px;
}
.newsList .tag a:first-child {
  display: none;
}
.newsList .date a {
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
}
.newsList h2 {
    font-size: 16px;
   font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
	margin-top:10px;
}
.newsList .cta {
	margin-top:90px;
}
.newsList .pn {
	margin-top:60px;
}
.newsList .pn span{
	margin-left:15px;
	margin-right:15px;
}
.newsList .pn .page-numbers{
	color:#55A8F3;
	text-decoration:none;
	 font-family: "Zen Kaku Gothic New", sans-serif;
}
.newsList .pn .current{
	color:#1A1A1A;
	text-decoration:none;
}




.newsDetail{
	padding-top:60px;
	padding-bottom:120px;
}
.newsDetail h1{
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
	font-size: 30px;
	margin-bottom:30px;
}

.newsDetail .tag {
	margin-right: 10px;
}
.newsDetail .tag a {
	padding:2px 10px;
  text-decoration: none;
  color: #55A8F3;
  background-color: #FFF;
   font-size: 14px;
  font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
	border:1px solid #55A8F3;
	border-radius:8px;
	margin-right: 5px;
}
.newsDetail .tag a:first-child {
  display: none;
}
.newsDetail .date {
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
}
.newsDetail .eyecatch {
	margin-top:30px;
	margin-bottom:30px;
}
.newsDetail p {
	margin-bottom:30px;
}
.newsDetail h2 {
	    font-size: 26px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
	margin-bottom:10px;
}
.newsDetail h3 {
	    font-size: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
	margin-bottom:10px;
}
.newsDetail .cta {
	margin-top:90px;
}
.newsDetail .navi {
	margin-top:50px;
	border-top:1px solid #D6D6D6;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #D6D6D6;
}
.newsDetail .navi a {
	font-size:14px;
	text-decoration:none;
	color:#55A8F3;
	
}
.newsDetail .navi .next {
	text-align:right;
	
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    color: #55A8F3;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    color: #55A8F3;
}



@media (max-width: 833px) {
	  .mv-pc {
    display: none;
  }
  .mv-sp {
    display: block;
  }
	.newsList{
	padding-top:30px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
.newsList h1{
	font-size: 26px;
	margin-bottom:30px;
}
.newsList ul.navi{
	margin-top:20px;
	margin-bottom:25px;
}
.newsList ul.navi li {
	margin-left:2px;
	margin-right:2px;
}
	.newsList ul.navi li a {
	padding:2px 7px;
}
.newsList .eyecatch {
	margin-bottom:15px;
}
.newsList .tag {
	margin-right: 10px;
}
.newsList .cta {
	margin-top:60px;
}
	
	.newsDetail{
	padding-top:30px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
.newsDetail h1{
	font-size: 20px;
	margin-bottom:15px;
}


.newsDetail .eyecatch {
	margin-top:20px;
	margin-bottom:20px;
}
.newsDetail p {
	margin-bottom:30px;
}
.newsDetail h2 {
	    font-size: 22px;
	margin-bottom:10px;
}
.newsDetail h3 {
	    font-size: 18px;
	margin-bottom:10px;
}

	
	
	
}
