@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

body {
	background: #FFF;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	opacity: 0.7;
}

/* ===================================
.contents
=================================== */
.contents{
	width: 1100px;
	margin: 0 auto;
	padding-top: 70px;
  }

/* ===================================
.main
=================================== */
.main{
	width: 799px;
	float: left;
	word-break: break-all;
}
.main .head{
	color: #59545F;
	font-size: 16px;
	margin-bottom: 13px;
	background: none;
	padding: 0;
	z-index: auto;
}
.main .head .tag{
	font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #FFF;
    padding: 0 22px;
    margin-left: 8px;
    display: inline-block;
}
.main .head .new{
	color: #000;
}

.main .mainTitle{
	font-size: 30px;
	font-weight: bold;
	color: #25A900;
	margin-bottom: 40px;
	padding: 3px 0 24px;
	border-bottom: 1px solid #E5E5E6;
}

.main .rightimg{
	width: auto;
    height: auto;
    margin: 0 auto 37px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	max-width: 100%;
    display: block;
}
.main .newsComment{
	font-size: 16px;
	line-height: 28px;
}
.main .newsComment a{
	color: #25A900;
}
.main .newsComment img{
    margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.main .newsComment p {
    position: relative;
}
.main .newsComment .wp-embedded-content {
    max-width: 100%;
}

/* ===================================
ページング
=================================== */

.link{
	padding: 53px 0px 50px;
}
.pageLink{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	padding: 15px 0;
	border-top: 1px solid #e5e5e6;
	overflow: auto;
	list-style: none;
}
.pageLink a{
	width: 49%;
	color: #000;
}
.pageLink .title{
	text-align: center;
    padding: 5px 0;
	background-color: #F5F5F5;
}
.pageLink .back,
.pageLink .next{
	width: 100%;
	float: left;
	position: relative;
}
.pageLink .back::before,
.pageLink .next::before{
	content: "";
	width: 5px;
	height: 5px;
	border: 2px solid;
	transform: rotate(45deg);
	position: absolute;
	top: 71px;
}
.pageLink li.none::before{
	border: none;
}
.pageLink .description{
	font-size: 14px;
	font-weight: bold;
	padding: 0 16px;
	vertical-align: super;
}
.pageLink .description p{
	height: 80px;
    width: 370px;
    display: table-cell;
    vertical-align: middle;
}
.pageLink .txtWrap{
	display: inline;
}
.pageLink .txtWrap p{
	width: 287px;
}
.pageLink .linkimg{
	padding: 0 10px;
	width: 60px;
	height: 60px;
    object-fit: cover;
	font-family: 'object-fit: cover;';
}
.pageLink .separate {
    border-right: 1px solid #e5e5e6;
}

.pageLink .back{
	padding-left: 5px;
}
.pageLink .back .title{
	margin-right: 20px;
}
.pageLink .back .txtWrap{
	padding-left: 0;
}
.pageLink .back::before{
	border-color: transparent transparent #25A900 #25A900;
	left: 1px;
}

.pageLink .next .title{
	margin-left: 20px;
}
.pageLink .next .txtWrap{
	padding-right: 0;
}
.pageLink .next::before{
	border-color: #25A900 #25A900 transparent transparent;
	right: 2px;
}

.main .linkBtn {
    width: 795px;
    height: 76px;
    margin: 0 0 45px;
    display: block;
    position: relative;
    border: 2px solid #25A900;
    line-height: 74px;
    font-size: 23px;
    text-align: center;
    text-decoration: none;
    color: #634238;
    background: #FFF;
  }
  .main .linkBtn a {
    display: block;
    color: #000;
  }
  .main .linkBtn a:before {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 31px;
    right: 45px;
    content: "";
    transform: rotate(45deg);
    vertical-align: middle;
    border: 2px solid;
    border-color: #25A900 #25A900 transparent transparent;
}
.main .linkBtn a:hover {
    color: #333;
  }
  .main .linkBtn:hover {
    opacity: 0.7;
  }

  /* ===================================
#footer
=================================== */

#foot{
	border-top: 2px solid;
}

/* IEのみ */
@media all and (-ms-high-contrast: none){
  #contents .formBtn a {
    padding: 30px 48px 20px;
  }
  .main .linkBtn{
	line-height: 85px;
}
}
