/* ===============================================================================
News CSS
=============================================================================== */
/* newsArea
	======================================== */
#newsArea {
  margin-bottom: 52px;
}

#newsArea .newsBlock01 {
  margin-bottom: 40px;
}

#newsArea .newsBlock01 > .inner {
  /*padding: 0 1.13%;*/
}

#newsArea .newsBlock01 .image {
  margin-bottom: 16px;
}

#newsArea .newsBlock01 .image img {
  width: 100%;
  height: auto;
}

#newsArea .newsBlock01 .date {
  margin-bottom: 10px;
  background: url(../img/common/cmn_contents_ico05.png) no-repeat left top;
  padding: 2px 0;
  background-size: 12px auto;
}

#newsArea .newsBlock01 .date p {
  padding-left: 16px;
  font-size: 0.98rem;
  line-height: 1;
}

#newsArea .newsBlock01 .heading h3 {
  font-size: 1.95rem;
  color: #ff7800;
  font-weight: bold;
  word-break: break-all;
  margin-bottom: 20px;
}

#newsArea .newsBlock01 .entrybody h4 {
  font-size: 1.76rem;
  line-height: 1.4;
  color: #4764a0;
  font-weight: bold;
  word-break: break-all;
  border-left: 3px solid #4764a0;
  padding-left: 10px;
  margin-bottom: 27px;
}

#newsArea .newsBlock01 .lead {
  margin-bottom: 33px;
}

#newsArea .newsBlock01 .lead p {
  font-size: 1.37rem;
  line-height: 1.286;
}

#newsArea .newsBlock01 .entrybody p {
  font-size: 1.37rem;
  line-height: 1.286;
}

#newsArea .newsBlock01 .entrybody iframe {
  max-width: 100%;
}

#newsArea .navBlock01 > .inner {
  padding: 0 3.13%;
}

#newsArea .navBlock01 ul li {
  float: left;
  width: 43.4%;
}

#newsArea .navBlock01 ul li:last-child {
  float: right;
}

#newsArea .navBlock01 ul li a {
  display: block;
  border: solid 1px #4764a0;
  box-sizing: border-box;
  padding: 11px 5px 9px;
  border-radius: 5px;
}

#newsArea .navBlock01 ul li a:hover {
  opacity: .7;
  text-decoration: none;
}

#newsArea .navBlock01 ul li a span {
  display: block;
  text-align: center;
  font-size: 1.37rem;
  line-height: 1;
  color: #4764a0;
}

#newsArea .navBlock01 ul li.previous span {
  background: url(../img/common/cmn_contents_arrow02.png) no-repeat left center;
  background-size: 5px auto;
}

#newsArea .navBlock01 ul li.next span {
  background: url(../img/common/cmn_contents_arrow03.png) no-repeat right center;
  background-size: 5px auto;
}

@media screen and (max-width: 374px) {
  #newsArea .navBlock01 ul li a span {
    font-size: 1.12rem;
    line-height: 1;
  }
}

@media screen and (min-width: 769px) {
  #newsArea {
    margin-bottom: 62px;
  }
  #newsArea .newsBlock01 {
    margin-bottom: 48px;
  }
  #newsArea .newsBlock01 > .inner {
    padding: 0 1.5%;
  }
  #newsArea .newsBlock01 .image {
    padding: 40px 100px;
    margin-bottom: 19px;
  }
  #newsArea .newsBlock01 .date {
    margin-bottom: 12px;
    background: url(../img/common/cmn_contents_ico05.png) no-repeat left top;
    padding: 2px 0;
    background-size: 16px auto;
  }
  #newsArea .newsBlock01 .date p {
    padding-left: 24px;
  }
  #newsArea .newsBlock01 .heading h3 {
    margin-bottom: 24px;
  }
  #newsArea .newsBlock01 .entrybody h4 {
    margin-bottom: 32px;
  }
  #newsArea .newsBlock01 .lead {
    margin-bottom: 40px;
  }
  #newsArea .newsBlock01 .lead p {
    font-size: 1.17rem;
  }
  #newsArea .newsBlock01 .entrybody p {
    font-size: 1.17rem;
  }
  #newsArea .navBlock01 > .inner {
    padding: 0 7.5%;
  }
  #newsArea .navBlock01 ul li {
    width: 35%;
  }
  #newsArea .navBlock01 ul li a {
    padding: 15px 10px 14px;
    border-radius: 5px;
  }
  #newsArea .navBlock01 ul li a span {
    font-size: 1.17rem;
    line-height: 1;
  }
  #newsArea .navBlock01 ul li.previous span {
    background: url(../img/common/cmn_contents_arrow02.png) no-repeat left center;
    background-size: 7px auto;
  }
  #newsArea .navBlock01 ul li.next span {
    background: url(../img/common/cmn_contents_arrow03.png) no-repeat right center;
    background-size: 7px auto;
  }
}

/* newsListArea
	======================================== */
#newsListArea {
  margin-bottom: 95px;
}

#newsListArea .headingParts02 {
  margin-bottom: 12px;
}

#newsListArea .listBlock01 > .inner {
  padding: 0 1.88%;
}

#newsListArea .listBlock01 ul li {
  float: left;
  width: 48.86%;
  margin-top: 17px;
}

#newsListArea .listBlock01 ul li:nth-child(-n+2) {
  margin-top: 0;
}

#newsListArea .listBlock01 ul li:nth-child(odd) {
  clear: both;
}

#newsListArea .listBlock01 ul li:nth-child(even) {
  float: right;
}

#newsListArea .listBlock01 ul li a {
  display: block;
}

#newsListArea .listBlock01 ul li a:hover {
  opacity: .7;
  text-decoration: none;
}

#newsListArea .listBlock01 ul li .image {
  margin-bottom: 5px;
}

#newsListArea .listBlock01 ul li .image img {
  width: 100%;
  height: auto;
}

#newsListArea .listBlock01 ul li .ttl {
  margin-bottom: 3px;
  color: #ff7800;
  font-size: 0.98rem;
  line-height: 1.4;
  font-weight: bold;
}

#newsListArea .listBlock01 ul li .text {
  font-size: 0.88rem;
  line-height: 1.444;
}

#newsListArea.type02 {
  margin-bottom: 72px;
}

#newsListArea.type02 .headingParts02 {
  margin-bottom: 8px;
}

@media screen and (min-width: 769px) {
  #newsListArea {
    margin-bottom: 114px;
  }
  #newsListArea .headingParts02 {
    margin-bottom: 40px;
  }
  #newsListArea .listBlock01 > .inner {
    padding: 0 7.5%;
  }
  #newsListArea .listBlock01 ul li {
    width: 48%;
    margin-top: 30px;
  }
  #newsListArea .listBlock01 ul li .image {
    margin-bottom: 15px;
  }
  #newsListArea .listBlock01 ul li .ttl {
    margin-bottom: 7px;
  }
  #newsListArea.type02 {
    margin-bottom: 86px;
  }
  #newsListArea.type02 .headingParts02 {
    margin-bottom: 40px;
  }
}



/* ===============================================================================
add 201808xx news single
=============================================================================== */
#newsArea a {
	color: #4464a1;
}
#newsArea a:hover,
#newsArea a:focus,
#newsArea a:active {
    color: #303030;
}

#newsArea .newsBlock01 .postFrame h2{
	font-size: 22px;
	color: #4464a1;
	margin-top:5px;
	margin-bottom:15px;
}

#newsArea .newsBlock01 .postFrame .entry-meta .date {
	margin:0;
	padding:0;
	background:none;
}
#newsArea .newsBlock01 .postFrame .entrybody p{
	font-size: 16px;
	margin-bottom: 1.5em;
	line-height: 1.75;
}

#newsArea .bottomBlock01 .inner{
	margin-top:30px;
    padding: 0 1.13%;
}




/* entry-meta
	======================================== */
.entry-meta .ico::before {
	font: normal 16px 'Genericons';
	display: inline-block;
	margin-right: 0.2em;
	vertical-align: middle;
}
.entry-meta .date::before {
	content: '\f307';
}
.entry-meta .author::before {
	content: '\f304';
}
.entry-meta .category::before {
	content: '\f301';
}
.entry-meta{
	font-size: 14px;
	display: block;
}
.entry-meta > *{
	display: inline-block;
	margin-bottom:15px;
}

/* btn
	======================================== */
.btn_back_home{
	display: block;
	border: solid 1px #4764a0;
	box-sizing: border-box;
	padding: 11px 5px 9px;
	border-radius: 5px;
	width:43.4%;;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	line-height: 1;
	font-size:1.37rem;
	color: #4764a0;
	margin-top:15px;
}

.btn_share_wrap{
	width:100%;
	font-size:0;
}
.btn_share .text{
	display:none;
}
.btn_share{
	font-size:13px;
	line-height:1;
	padding:8px;
	margin:15px 0;
	width:25%;
	height:50px;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px auto;
	box-sizing: border-box;
}
.btn_share_fb{
	background-color:#4464a1;
	background-image: url(../img/common/btn_fb.png);
}
.btn_share_tw{
	background-color:#000000;
	background-image: url(../img/common/btn_tw.png);
}
.btn_share_line{
	background-color:#00b900;
	background-image: url(../img/common/btn_line.png);
}
.btn_share_mail{
	background-color:#666;
	background-image: url(../img/common/btn_mail.png);
 }



/* widget & frame
	======================================== */
.postFrame,
.widget {
	padding: 1em 1em 1.5em;
	max-width: 100%;
	border-top: 3px solid #4464a1;
	line-height: 1.75;
	font-size: 17px;
	/*box-shadow: 0 2px 2px #aaa;*/
	margin: 0 0 2em 0;
	word-wrap: break-word;
}
.widget h3{
	font-size: 20px;
	color: #4464a1;
    margin: 0 0 1em 0;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: circle inside;
}



/* ===============================================================================
add 201808xx archive
=============================================================================== */
#archiveListArea .listBlock01 div.image {
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  margin-bottom: 5px;
}
#archiveListArea .listBlock01 div.image img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#archiveListArea .listBlock01{
	display: flex;
	flex-wrap:wrap;
	box-sizing: border-box;
	justify-content: space-around;
}

#archiveListArea .listBlock01 .box{
	width: 48%;
	box-sizing: border-box;
	margin-bottom:25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;

	padding: 1em 1.5em 1.5em;
	max-width: 100%;
	border-top: 3px solid #4464a1;
	line-height: 1.75;
	font-size: 17px;
	box-shadow: 0 2px 2px #aaa;
	margin: 0 0 2em 0;
}
#archiveListArea .listBlock01 .box .ttl{
	color: #4464a1 !important;
	font-size:22px !important;
}
#archiveListArea .listBlock01 .box .text{
	margin-bottom:15px;
flex-grow: 1;
-webkit-box-flex: 1;
}

.more-link{
	display: inline-block;
	margin: 0;
	padding: 0.6em 1em;
	background: #4464a1;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-size: 0.9375rem;
	transition: all 0.2s ease;
}
.more-link::after {
    content: " \00BB";
}

@media screen and (max-width: 768px) {
	#archiveListArea .listBlock01 .box{
		width:100% !important;
	}
}

.youtube {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 25px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .youtube {
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
  }
  .youtube iframe {
    position: relative;
    width: auto;
    height: auto;
  }
}


.page-navi {
  width: 100%;
}
.page-navi .page-numbers {
  text-align: center;
}
.page-navi .page-numbers li {
  display: inline-block;
}
.page-navi .page-numbers li .page-numbers {
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 0.4em 1em;
  background: #303030;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.page-navi .page-numbers li .page-numbers.current {
  background: #4464a1;
}