@charset 'UTF-8';
#news-archive {
	margin-bottom: 180px;
}
#news-archive .container {
	max-width: 990px;
	font-family: 'notosanscjkjp', sans-serif;
}
#news-archive .container h2 {
	text-align: center;
	font-size: 37px;
	font-weight: 100;
}
#news-archive .container h2 img{
	height: 40px;
	width: auto;
}
.news-archive-box {
	margin-top: 100px;
}
.news-archive-box dl {
	border-top: 1px solid #c8c8c8;
	padding: 30px 0;
	position: relative;
}
.news-archive-box a:last-child dl {
	border-bottom: 1px solid #c8c8c8;
}
.news-archive-box dt {
	float: left;
	color: #707070;
	font-size: 14px;
}
.news-archive-box dd {
	margin-left: 130px;
	font-weight: 500;
}
.news-archive-box dl span {
	width: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	display: flex;
	align-items: center;

}
#single-news .single-post-title {
	background: none;
}
#single-news .single-post-title .posts-inner,
#single-news .container {
	max-width: 1010px;
	margin: 0 auto;
	padding: 0 15px;
}
#single-news .cat {
	padding: 5px 10px;
	width: 133px;
	position: relative;
}
#single-news .cat.news-cat {
	background-color: #c8e5da;
	color: #00a784;
}
#single-news .cat::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: -30px;
	border-top: solid 16px transparent;
	border-right: solid 15px transparent;
	border-bottom: solid 16px transparent;
	border-left: solid 15px #c8e5da;
}
#single-news .posts-inner-subtitle {
	color: #00a784;
}
#single-news .posts-inner-title span {
	color: #323232;
	font-size: 15px;
}
.news-subtitle2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
	line-height: 1.8;
	border-bottom: 2px solid #c8c8c8;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#single-news .container p {
	line-height: 1.8;
}
#single-news .container p span {
	display: block;
	background: #fafafa;
	padding: 10px 20px;
	color: #00a784;
	border-radius: 10px;
}
.news-contact {
	border: 1px solid #00a784;
	border-radius: 10px;
	padding: 40px 30px;
}


/* pagenation */
#single_pnavi {
	background: #f0f0f0;
	padding: 58px 15px;
	margin-top: 60px;
}
.single_pnavi {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  
}
.single_pnavi .prevlink {
  font-size: 15px;
}
.single_pnavi .prevlink a,
.single_pnavi .prevlink div.inactive {
	display: flex;
	align-items: center;
}
.single_pnavi .prevlink a img {
	display: block;
}
.single_pnavi .prevlink.prev {
  position: relative;
  width: 35%;
  line-height: 1.8;
}
.single_pnavi .prevlink.prev img {
  width: 40px;
  margin-right: 10px;
  }
.single_pnavi .prevlink.next {
  position: relative;
  width: 35%;
  line-height: 1.8;
}

.single_pnavi .prevlink.next img {
  width: 40px;
  margin-left: 10px;
}

.single_pnavi .ichiran-link {
  border: 1px solid #000;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  line-height: 75px;
  text-align: center;
  cursor: pointer;
}


/* ページネーション */
.m-pagenation {
	margin-top: 100px;
	text-align: center;
	position: relative;
}
.m-pagenation__body {
	display: flex;
	justify-content: center;
	align-items: center;
}
.m-pagenation__body li {
	background: #f2f2f2;
	
	margin: 0 2px;
}
.m-pagenation__body li.-current,
.m-pagenation__body li.notNumbering {
	padding: 11.5px 15px;
}
.m-pagenation__body li a {
	padding: 15px 15px;
	background: #f2f2f2;
}
.m-pagenation__body li.m-pagenation__prev,
.m-pagenation__body li.m-pagenation__next {
	background: none;
}
.m-pagenation__prev {
	left: 
}
.-current,
.notNumbering {
	color: #a6d3ed;
}

@media screen and (max-width: 768px) {
	.news-archive-box dd {
		margin-left: 100px;
		margin-right: 40px;
	}
	#news-archive .container h2 img {
		max-height: 30px;
	}
	.single_pnavi .prevlink.prev {
		width: 37%;
	}
	.single_pnavi .prevlink.next {
		width: 37%;
	}
	.news-subtitle2 {
		font-size: 18px;
	}
}



.naka980{
	width: 980px;
	margin: 0 auto;
}
.naka1100{
	width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .naka980,
  .naka1100 {
    width: 100%;
  }
}



.oomi{
	font-size: 25px;
	color: #3EB099;
	text-align: center;
	font-weight: bold;
	padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .oomi {
    font-size: 16px;
    line-height: 1.8;
  }
}

.oomou{
	width: 80%;
	text-align: center;
	color: white;
	background-color: #3EB099;
	padding: 20px 40px;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 100px;
  margin-top: 16px;
		border-radius: 20px;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .oomou {
    margin-top: 60px;
    margin-top: 16px;
    padding: 15px 20px;
    font-size: 16px;
  }
}


.oomidorimi{
	text-align: center;
	color: #3EB099;
	margin-bottom: 100px;
	font-size: 25px;
}

.ookoe_box{
	width: 100%;
	overflow: auto;
	margin-bottom: 50px;
}

.ookoe_left{
	width: 20%;
	float: left;
}
@media screen and (max-width: 768px) {
  .ookoe_left {
    width: 100%;
    max-width: 180px;
    float: initial;
    margin-right: auto;
    margin-left: auto;
  }
}

.ookoe_right{
	width: 70%;
	float: right;
	line-height: 2em;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ookoe_right {
    width: 100%;
    float: initial;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
}

.ooname{
	text-align: center;
	padding-top: 20px;
}


.naka600{
	width: 600px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .naka600 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}


.akamoji{
	color: red;
	font-weight: bold;
	font-size: 110%;
	padding-top: 10px;
}

.p-map {}
.p-map__box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-map__box::after {
  content: "";
  display: block;
  padding-top: calc(450 / 600 * 100%);
}
.p-map__box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.kou2-365-blue.kou2-365-blue--sub {
  padding-top: 80px;
  padding-bottom: 80px;
}
.kou2-365-blue.kou2-365-blue--sub .container:nth-of-type(1) {
  margin-bottom: 0;
}
.text-center {
  margin-top: 50px;
  text-align: center;
}