/* .news
================================================ */
.news__tit {
  text-align: center;
}

.news__list {
  margin-top: 40px;
}

.news__nav {
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
.news__nav__link {
  border-radius: 44px;
  padding: 9px 20px;
  background-color: #FFF;
  margin: 10px;
}
.news__nav__link--active {
  background-color: #009844;
}
.news__nav__link__label {
  font-size: 14px;
}
.news__nav__link--active .news__nav__link__label {
  color: #FFF;
}
@media all and (min-width: 768px) {
  .news__nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .news__nav a:hover {
    background-color: #009844;
    color: #fff;
  }
}

/* .single
================================================ */
.single__inner {
  max-width: 740px;
}

.single__btn {
  text-align: center;
  margin-top: 40px;
}

.single__btn--link {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.single__btn--link:before {
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #009844;
  display: inline-block;
  margin: 0px 10px -12px 0;
}

.single__btn--link:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 10px;
  background: url(../img/common/ico_arrow02.png) 0 0 no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media all and (min-width: 768px) {
  .single__btn--link:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .single__btn--link:hover:hover {
    opacity: .7;
  }
}

/* .article
================================================ */
.article__time {
  font-size: 16px;
  font-weight: bold;
  color: #969696;
  line-height: 1;
}

.article__tit {
  color: #333;
  margin-top: 10px;
  letter-spacing: 0;
}

.article__body {
  margin-top: 20px;
}

.article__body a{
  text-decoration: underline;
  color: #009844;
}

.article__body p + p {
  margin-top: 40px;
}

/* リッチテキストエディタ用 */
.article__body blockquote{
	display: block;
	padding-left: 1rem;
	margin-left: 1.5rem;
	border-left: 2px solid #ccc;

	-webkit-margin-after: 1em;
	-webkit-margin-before: 1__qem;
	-webkit-margin-end: 40px;
	-webkit-margin-start: 40px;
}
.article__body ul, .article__body menu, .article__body dir {
	display: block;
	list-style-type: disc;

	-webkit-margin-after: 1em;
	-webkit-margin-before: 1__qem;
	margin-block-end: 1em;
	margin-block-start: 1em;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
	margin-inline-start: 0;
	-webkit-margin-start: 0;
	padding-inline-start: 40px;
	-webkit-padding-start: 40px;
}
.article__body ol{
	display: block;
	list-style-type: decimal;

	-webkit-margin-after: 1em;
	-webkit-margin-before: 1__qem;
	margin-block-end: 1em;
	margin-block-start: 1em;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
	margin-inline-start: 0;
	-webkit-margin-start: 0;
	padding-inline-start: 40px;
	-webkit-padding-start: 40px;
}
.article__body li{
	display: list-item;
	text-align: -webkit-match-parent;
}
.article__body ul ul, .article__body ol ul{
	
}
.article__body ol ol ul, .article__body ol ul ul, .article__body ul ol ul, .article__body ul ul ul {
	list-style-type: square;
}
.article__body dd{
	display: block;
	-webkit-margin-start: 40px;
}
.article__body dl {
	display: block;

	-webkit-margin-after: 1em;
	-webkit-margin-before: 1__qem;
	-webkit-margin-end: 0;
	-webkit-margin-start: 0;
}
.article__body  dt{
	display: block;
}
.article__body  ol ul, .article__body ul ol, .article__body ul ul, .article__body ol ol{
	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
}

.article__body table{
	display: table;
	width: 100%;

	border-collapse: separate;
	border-color: #a1a1a1;
	border-spacing: 2px;
	border-width: 1px;
}
.article__body table thead{
	display: table-header-group;
	vertical-align: middle;

	border-color: inherit;
}
.article__body table tbody{
	display: table-row-group;
	vertical-align: middle;

	border-color: inherit;
}
.article__body table tfoot{
	display: table-footer-group;
	vertical-align: middle;

	border-color: inherit;
}
/* for tables without table section elements (can happen with XHTML or dynamically created tables) */
.article__body table table > tr{
	vertical-align: middle;
}
.article__body table col{
	display: table-column;
}
.article__body table colgroup {
	display: table-column-group;
}
.article__body table tr {
	display: table-row;
	vertical-align: inherit;

	border-color: inherit;
}
.article__body  table td, .article__body table th{
	display: table-cell;
	vertical-align: inherit;
	width: auto;
	padding: 0.4rem;

	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}
.article__body table th {
	font-weight: bold;
}
.article__body table caption{
	display: table-caption;
	text-align: -webkit-center;
}
.article__body table table{
	border-collapse: collapse;
}

@media all and (max-width: 767px) {
  .article__tit {
    margin-top: 2px;
    line-height: 1.4;
  }
  .article__body {
    margin-top: 20px;
  }
  .article__body p + p {
    margin-top: 40px;
  }
}
/* .img
================================================ */
.img_box_2 img{
  margin:30px 0 40px 0;
  width:340px;
  }
.img_box_2 img:nth-child(1){
  float:left;
  }
.img_box_2 img:nth-child(2){
  float:right;
  }
@media all and (max-width: 767px) {
  .img_box_2 img{
    width: 100%;
  }
  .img_box_2 img:nth-child(1){
    margin:20px 0 20px 0;
    }
    .img_box_2 img:nth-child(2){
     margin:0 0 40px 0;
    }
}