@charset "UTF-8";
/* colors */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
/* ニュースリリース */
.news_item_box {
    border: 1px solid #ccc;
	margin-bottom: 30px;
}
.newsfeed a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
}
.newsfeed .news_item_box > a {
	padding: 10px;
}

.news_item_cat {
	border-bottom: 1px solid #ccc;
}

.newsfeed .news_entry_item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.news_item {
	font-weight: bold;
	text-decoration: underline;
	padding: 20px;
	position: relative;
	margin-right: 10px;
}

.news_item::after {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: translateY(-40%) rotate(45deg);
}

/*  .newsfeed a:after {
    position: absolute;
    top: 50%;
    margin-top: -1.2rem;
    right: 8px;
    content: "\e9b2";
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    color: #7F7F7F; }*/

.newsfeed a:hover {
   background: #f5f5f5;

 }

    .newsfeed a:hover dd 
{
      text-decoration: underline;
      color: #3EA9C9; 
}


  .newsfeed a dt {
    color: #808080;
    padding: 1rem 0;
    text-indent: .5rem; }
  .newsfeed a dd {
    color: #222;
    font-weight: 900;
    max-width: 87%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 1rem; }

@media all and (min-width: 769px) {
  .newsfeed a dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

/*  .newsfeed  dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
*/
  .newsfeed a dt {
    color: #808080;
    padding: 1.75rem 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 240px;
    flex: 1 0 240px;
/*    min-width: 240px;
    max-width: 240px; */
    min-width: 40%;
    max-width: 40%; 
}

/*  .newsfeed  dt {
    color: #808080;
    padding: 1.75rem 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 240px;
    flex: 1 0 240px;
    min-width: 240px;
    max-width: 240px; }
*/
  .newsfeed a dd {
    /*padding: 1.75rem 2.5rem 1.75rem 10rem;*/
    padding: 1.75rem 2.5rem 1.75rem 5rem;
    color: #222;
    font-weight: 900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
		float: left;
/*
  .newsfeed dd {
    padding: 1.75rem 2.5rem 1.75rem 0;
    color: #222;
    font-weight: 900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
*/
 }

.pagenation ,.navigation{
  text-align: center;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* padding-bottom: 4rem; */
  }
  .pagenation .page-numbers {
		margin: 0 10px;
		display: inline-block;
		width: 30px;
		height: 30px;
		text-decoration: none;
		background: #A9A9A9;
		text-align: center;
		line-height: 30px;
		border-radius: 30px;
		-webkit-transition: background .3s;
		-o-transition: background .3s;
		transition: background .3s;
		color: #fff;
		}
    .pagenation .page-numbers:hover {
      background: #3EA9C9;
      color: #fff; }
  .pagenation .current {
    background: #3EA9C9;
    color: #fff; }

.nav-previous{
	padding: 0 20px 0  0;
	text-align: center;
}
.nav-next{
	padding:0 0  0 20px;
}

.blog-header {
  border-bottom: solid 1px #ccc;
  padding: 0 0 1rem 0; }
  .blog-header .date {
    color: #808080;
    font-weight: bold;
    margin-top: 20px;
    }
  .blog-header h1 {
    line-height: 1.4;
    font-size: 1.35rem; }

.blog-body {
  padding: 1.5rem 0 0 0;
  line-height: 2rem; 
    font-size: 1.2rem;
}

  .blog-body img {
    max-width: 100%;
    height: auto; }

@media all and (min-width: 769px) {
  .blog-header {
    padding: 0 1.5rem 1rem 1.5rem; }
  .blog-body {
    padding: 1.5rem 1.5rem 3rem 1.5rem;
    } }
