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

a{
	text-decoration: none;
}

.titleArea .tit {
}
/* ===================================
pankuzu
=================================== */
#pankuzu ul li:last-child{
	max-width: 55vw;
	text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ===================================
.contents
=================================== */
.contents{
    width: 100%;
    margin: 0 auto;
    padding: 24px 24px 40px;
    background: #FFF;
}

/* ===================================
#news
=================================== */
.main{
	width: 90%;
	margin: 0 auto;
	list-style-type: none;
	word-break: break-all;	
}
.main .head{
	color: #59545F;
	font-size: 15px;
	margin-bottom: 8px;
	background: none;
	padding: 0;
	z-index: auto;
}
.main .head .tag{
	font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #FFF;
    padding: 3px 11px;
	margin-left: 5px;
	margin-bottom: 5px;
    display: inline-block;
}
.main .head .new{
	color: #000;
}
.main .mainTitle{
	font-size: 18px;
	font-weight: bold;
	color: #25A900;
	padding: 0 0 21px;
	border-bottom: 1px solid #E5E5E6;
}

.main .rightimg{
	max-width: 100%;
    width: auto;
    height: auto;
    margin: 25px auto;
    display: block;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.main .newsComment{
	font-size: 15px;
	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: 46px 0px 10px;
}
.pageLink{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #e5e5e6;
	overflow: auto;
	padding: 15px 0;
}
.pageLink a{
	width: 49%;
}
.pageLink .title{
	font-size: 13px;
    line-height: 30px;
    text-align: center;
    margin: 0;
	background-color: #F5F5F5;
}
.pageLink .back,
.pageLink .next{
	width: 99%;
	float: left;
	padding: 0;
	position: relative;
}
.pageLink .back::before,
.pageLink .next::before	{
	content: "";
	width: 5px;
	height: 5px;
	border: 2px solid;
	transform: rotate(45deg);
	position: absolute;
	top: 56px;
}
.pageLink .description{
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	overflow: hidden;
	padding: 10px 16px 0 16px;
}
.pageLink .description p{
	height: 40px;
    width: 370px;
    display: table-cell;
    vertical-align: middle;
}

.pageLink li.none::before{
	border: none;
}
.pageLink .linkimg{
	display: none;
}
.pageLink .separate {
    border-right: 1px solid #e5e5e6;
}
.pageLink .back{
	padding-left: 1%;
}
.pageLink .back .title{
	margin-right: 20px;
}
.pageLink .back::before{
	border-color: transparent transparent #25A900 #25A900;
	left: 3px;
}

.pageLink .next .title{
	margin-left: 20px;
}
.pageLink .nextimg{
	display: none;
}
.pageLink .next::before{
	border-color: #25A900 #25A900 transparent transparent;
	right: 0;
}

.main .linkBtn{
	clear: both;
	margin: 20px 1px;
	border: 2px solid #25A900;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.main .linkBtn::before{
	content: "";
	width: 7px;
	height: 7px;
	border: 2px solid;
	border-color: #25A900 #25A900 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 31px;
	right: 23px;
}
.main .linkBtn a{
	padding: 22px 0;
	display: block;
}

/* 幅の狭いスマホ用 */
@media screen and (max-width:420px){
  #contents .formBtn a {
    font-size: 1.1rem;
  }

  @media screen and (max-width:380px){
    #contents .formBtn a {
      font-size: 1rem;
    }

    @media screen and (max-width:360px){
      #contents .formBtn a {
        font-size: 0.9rem;
      }
      .footFormBtn p {
        font-size: 0.8rem;
      }
	}
	/*　@media screen and (max-width:360px) */
  }
  /*　@media screen and (max-width:380px) */
}
/*　@media screen and (max-width:420px) */


/* ===================================
#footer
=================================== */
#foot{
	border-top: 2px solid;
	padding-top: 25px;
}