@charset "utf-8";
body {
	animation: loading 1s;
}
@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

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

メインビジュアル

---------------------------------------------------------------------------*/
.contact_main{
	padding:3em 0 ;
	margin: 0 auto;
	max-width:1040px;
	background:url(../images/line.png) no-repeat 0 100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.contact_main dt{
	margin:0 0 15px;
}
@media screen and (max-width:768px){
.icon-img img{
	max-width:200px;
	}
}
.headline{
	text-align:center;
	margin:80px auto 40px;
}
.headline_text{
	max-width:520px;
	margin: 0 auto 120px;
	line-height:2;
	letter-spacing:2px;
}
.headline_text span{
	display:block;
	margin:0 0 30px;
}
@media screen and (max-width:768px){
	.headline img {
		max-width: 80%;
	}
	.headline_text {
		margin: 0 auto 60px;
	}
}

.contact_main-detail{
	padding:3em 0 5em;
	margin: 0 auto;
	max-width:1040px;
	background:url(../../cmn/images/line.png) no-repeat 0 100%;
	display:grid;
}
.contact_main-detail dt{
	margin:0 0 15px;
}
.contact_main-detail dd{
	font-size:1.2rem;
	letter-spacing:2px;
}
/*----------------------------------------------------------------------------

STYLE

---------------------------------------------------------------------------*/
.grid-topics_item{
	display:grid;
	grid-template-columns:2fr 1fr;
	gap:0px 40px;
}
@media screen and (max-width:768px){
.grid-topics_item{
	grid-template-columns:1fr;
	gap:20px 0px;
	}
}

.grid-topics_item dl .date{
	font-size:.9rem;
	display:block;
	margin:0 0 5px;
}
.grid-topics_item dl{
	line-height:1.75;
	letter-spacing:2px;
}

.grid-topics_item dl dt{
	font-size:1.15rem;
	margin:0 0 15px;
}

/*--詳細ページ----------------------------------------*/
.topics-detail{
	max-width:800px;
	margin: 100px auto;
}

.topics-one{
	margin:0 0 100px;
}

.topics-one dd{
	margin: 30px auto;
	line-height:2;
	letter-spacing:2px;
}
.topics-one p {
	margin-bottom: 14px!important;
}
.prevnext{
	max-width:800px;
	margin: 130px auto 0px;
}
.prevnext ul{
	display:flex;
	justify-content:space-between;
}
.prevnext ul li a{
	color:#333;
}
.prevnext ul li{
	position: relative;
}
.prevnext ul .prev{
	padding-left:10px;
}
.prevnext ul .next{
	padding-right:10px;
}
.prevnext ul .prev:before{
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(-135deg);
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.prevnext ul .next:after{
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.backlink{
	text-align:center;
		margin: 100px auto 0;
}
.backlink a{
	color:#333;
}


.post-link {
	display: block;
	text-decoration: none;
	padding:40px 0 40px;
	color:#333;
	max-width:800px;
	margin: 0 auto;
	border-bottom:1px solid #ccc;
}

.post-link .image {
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	margin: 36px auto 0;
	text-align:center;
}

.post-link .image img {
	max-width: 100%;
	height: auto;
	transition: .3s;
}


.post-link:hover .image img {
	transform: scale(1.2);
}
@media screen and (max-width:768px){
.post-link .image {
	margin: 0 auto;
}
.post-link:hover .image img {
	transform: scale(1);
}
}

.post-link:hover{
	opacity:.8;
}

.navigation {
	width: 20%;
	text-align: center;
	margin: 60px auto 0;
}

.navigation ul {
	display: flex;
	justify-content: center;
}

.navigation ul li {
	margin-right: 30px;
}

@media screen and (max-width:768px){
.navigation {
	width: 20%;
	text-align: center;
	margin: 60px auto 120px;
	}
}

.wp-block-image {
	margin: 20px 0 20px 0;
}

.wp-block-image img {
	max-width: 800px;
	height: auto;
}

@media screen and (max-width:768px){
.wp-block-image img {
	max-width: 100%;
	height: auto;
	}
}

div.prevnext {
	margin: 0 auto;
	text-align: center;
}

span.prev {
	display: block;
	margin-bottom: 10px;
}

span.next {
	display: block;
}