/* ------------------------------
下層ページ共通
------------------------------ */
.page-ttl {
	display: flex;
	align-items: center;
	color: #398ce1;
	font-weight: bold;
	height: 100%;
}

.page-ttl h2 {
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
}

/* コンテンツエリア */
.section.bg01 {
	background: #f2f2f2;
}

.section > .inner {
	margin: 0 auto;
}

.section .content-box {
	background: #fff;
	box-shadow: 0.707px 0.707px 5px 0px rgba(0, 0, 0, 0.05);
}

.section .content .ttl {
	border-bottom: 2px solid #3a8ce1;
	color: #3a8ce1;
}

.section .content .ttl h2 {
	font-weight: bold;
}

/* ------------------------------
メインヴィジュアル
------------------------------ */
#mv > .inner {
	height: 100%;
	margin: 0 auto;
}

/* ------------------------------
ページャー
------------------------------ */
.pagenavi {
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.pagenavi .current {
	color: #333;
}

.pagenavi a,
.pagenavi .current {
	min-width: 20px;
}

.pagenavi a {
  text-decoration: underline;
  padding: 5px;
}

.pagenavi a:hover {
  text-decoration: none;
}

.pagenavi .delimfirst {
  margin-right: 25px;
  padding: 5px;
}

.pagenavi .delimlast {
  margin-left: 5px;
  padding: 5px;
}

.pagenavi .pager {
  margin-right: 20px;
  padding: 5px;
}


@media screen and (max-width: 768px) {

	/* ------------------------------
	下層ページ共通
	------------------------------ */
	.page-ttl h2 {
		font-size: 31px;
		line-height: 1.19;
	}

	/* ------------------------------
	メインヴィジュアル
	------------------------------ */
	#mv {
		height: 125px;
	}
	
	#mv > .inner {
		width: 100%;
		padding: 0 25px;
	}

  .breadcrumb {
    margin-bottom: 20px;
  }

  /* コンテンツエリア */
	.section > .inner {
		width: 100%;
		padding: 20px 25px 80px;
	}

	.section .content-box {
		padding: 15px 15px 45px;
	}

	.section .content:nth-child(n + 2) {
		margin-top: calc(65px - (((16px * 1.75) - 16px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	.section .content .ttl {
		padding-bottom: 7px;
	}

	.section .content .ttl h2 {
		font-size: 20px;
	}

	.section .content-box p,
	.section .content p {
		font-size: 14px;
		line-height: 1.75;
	}
	
	.section .content .description {
		margin-top: calc(20px - (((14px * 1.75) - 14px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	.section .content .description .box:nth-child(n + 2) {
		margin-top: 35px;
	}
	
	/* ------------------------------
	ページャー
	------------------------------ */
	.pagenavi {
		margin-top: 30px;
	}

}

@media screen and (min-width: 769px) {

	/* ------------------------------
	下層ページ共通
	------------------------------ */
	.page-ttl h2 {
		font-size: 48px;
	}

	/* ------------------------------
	メインヴィジュアル
	------------------------------ */
	#mv {
		height: 160px;
	}

	#mv > .inner {
		width: 1000px;
	}

  .breadcrumb {
    margin-bottom: 30px;
  }

	/* コンテンツエリア */
	.section > .inner {
		width: 1000px;
		padding: 16px 0 120px;
	}

	.section .content-box {
		padding: 40px 40px 65px;
	}

	.section .content:nth-child(n + 2) {
		margin-top: calc(85px - (((16px * 1.75) - 16px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	.section .content .ttl {
		padding-bottom: 13px;
	}

	.section .content .ttl h2 {
		font-size: 30px;
	}

	.section .content-box p,
	.section .content p {
		line-height: 1.75;
	}
	
	.section .content .description {
		margin-top: calc(40px - (((16px * 1.75) - 16px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	.section .content .description .box:nth-child(n + 2) {
		margin-top: 45px;
	}
	
	/* ------------------------------
	ページャー
	------------------------------ */
	.pagenavi {
		margin-top: 40px;
	}

}
/* SDGs JAPAN ポータルとは */
#about .content .goals-img img {
	margin: 0 auto;
}

/* 情報掲載について */
#about .content.infopost .description .box h3 {
	color: #3a8ce1;
	font-weight: bold;
}

#about .content.infopost .description .table {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
}

#about .content.infopost .description table {
	border-collapse: collapse;
	width: 100%;
}

#about .content.infopost .description tr {
	display: flex;
}

#about .content.infopost .description th {
	background: #e2eefb;
	font-weight: normal;
	text-align: left;
	position: relative;
	vertical-align: middle;
}

#about .content.infopost .description .content th {
	vertical-align: top;
}

#about .content.infopost .description td {
	position: relative;
}

#about .content.infopost .description .table th,
#about .content.infopost .description .table td {
	border-top: 1px solid #ddd;
}

@media screen and (max-width: 768px) {

	.about #mv {
		background: url(/wp-content/uploads/2019/06/mv_about_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.section .content .ttl h2 {
		font-size: 20px;
		letter-spacing: -0.01em;
	}

	/* SDGs JAPAN ポータルとは */
	#about .content .goals-img {
		margin-top: calc(40px - (((14px * 1.75) - 14px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	/* SDGsとは */
	#about .content.portal {
		margin-top: 55px;
	}

	/* 情報掲載について */
	#about .content.infopost .description .box h3 {
		font-size: 18px;
	}

	#about .content.infopost .description .box h3 + p {
		margin-top: calc(15px - (((16px * 1.75) - 16px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	#about .content.infopost .description .table {
		margin-top: 15px;
	}
	
	#about .content.infopost .description tr {
		flex-direction: column;
	}
	
	#about .content.infopost .description .table th {
		width: 100%;
		padding: 10px;
	}

	#about .content.infopost .description .table td {
		font-size: 14px;
		width: 100%;
		padding: 10px 10px 20px;
	}
}

@media screen and (min-width: 769px) {

	.about #mv {
		background: url(/wp-content/uploads/2019/06/mv_about_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	/* SDGs JAPAN ポータルとは */
	#about .content .goals-img {
		margin-top: calc(50px - (((16px * 1.75) - 16px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	/* SDGsとは */
	#about .content.portal {
		margin-top: 85px;
	}

	/* 情報掲載について */
	#about .content.infopost .description .box h3 {
		font-size: 24px;
	}

	#about .content.infopost .description .box h3 + p {
		margin-top: calc(25px - (((16px * 1.75) - 16px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	#about .content.infopost .description .table {
		margin-top: 25px;
	}

	#about .content.infopost .description .table th {
		display: flex;
		align-items: center;
		width: 15%;
		padding: 0 20px;
	}

	#about .content.infopost .description .table td {
		width: 85%;
		padding: 20px;
	}
	
	#about .content.infopost .description .table tr:last-child th,
	#about .content.infopost .description .table tr:last-child td {
		border-bottom: 1px solid #ddd;
	}
}

/* ------------------------------
記事リスト
------------------------------ */
#action > .inner > .wrap,
#goals > .inner > .wrap {
	margin: 0 auto;
}

#action .topics-box .news-list-box,
#goals .topics-box .news-list-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#action .topics-box .news-list-box .news-item,
#goals .topics-box .news-list-box .news-item {
	background: #fff;
	box-shadow: 0.707px 0.707px 5px 0px rgba(0, 0, 0, 0.05);
	color: #333;
	transition: none;
}

#action .topics-box .news-list-box .news-item .news-img-box img,
#goals .topics-box .news-list-box .news-item .news-img-box img {
	width: 100%;
}

.article-tag {
	display: inline-block;
	color: #fff;
	float: left;
	font-weight: bold;
	text-align: center;
}

@media all and (-ms-high-contrast:none) { /* IE11 */
	*::-ms-backdrop,
	.article-tag {
		padding-top: 2px !important;
	}
}

.article-tag.tag01 {
	display: inline-block;
	background: #398ce1;
	width: auto;
	padding: 0 10px;
}

/* ------------------------------
各エリアページ
------------------------------ */
/* エリア別リンク */
.action-area .area-link-list ul {
	display: flex;
	flex-wrap: wrap;
}

.action-area .area-link-list ul li a {
	display: block;
	background: url(../images/common/arrow_down02.png) no-repeat left center;
	border-bottom: 1px solid #5098e3;
}

.action-area .area-link-list ul li a:hover {
	border-bottom: none;
}

/* 各エリア */
.action-area .topics-box .area-name {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #3a8ce1;
}

.action-area .topics-box .area-name h2 {
	color: #3a8ce1;
	font-weight: bold;
	width: 100%;
}

.all {
	background: #3a8ce1;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* ------------------------------
エリアマップ
------------------------------ */
#info {
	background: #3a8ce1;
}

#info > .inner {
	margin: 0 auto;
}

#info .areamap-box > .inner {
	display: flex;
	justify-content: space-between;
}

#info .info-ttl-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#info .info-ttl {
	color: #fff;
	font-weight: bold;
	width: 100%;
}

#info .areamap-link-box .area-list {
	display: flex;
	flex-wrap: wrap;
}

#info .areamap-link-box .area-list .area-name {
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	line-height: 2.18;
}

#info .areamap-link-box .area-list .area-name a {
	display: block;
	background: url(../images/common/arrow01.png) no-repeat left center;
	color: #fff;
}

/* ------------------------------
各ゴールページ
------------------------------ */
#goals .ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #3a8ce1;
}

#goals .ttl h2 {
	color: #3a8ce1;
	font-weight: bold;
	width: 100%;
}

/* ------------------------------
このゴールに関連する企業
------------------------------ */
/* スライダー */
#goals .approach {
	position: relative;
}

#goals .slider {
	display: flex !important;
  justify-content: space-between;
  height: auto;
}

#goals .slider img {
	margin: 0 auto;
	width: 100%;
}

#goals .slider p {
	font-weight: bold;
}

#goals .approach-slider .swiper-slide a.slideimglink {
  width: 172px;
  height: 110px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: white;
}

#goals .action-goals .approach-slider .slider li p {
	font-weight: bold;
}

/* ------------------------------
ゴールで探す
------------------------------ */
#goals .goal-link-box .goal-list {
	display: flex;
	flex-wrap: wrap;
}

#goals .goal-link-box .goal-list:after {
	content: "";
	display: block;
	width: 39.3%;
}

#goals .goal-link-box .goal-list .ring {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px) {

	.actions #mv {
		background: url(../images/action/mv_action_sp.jpg) no-repeat center center;
		background-size: cover;
	}

	/* ------------------------------
	各ゴールページ
	------------------------------ */
	#mv.action-goals-mv .page-ttl h2 {
		font-size: 24px;
	}

	#mv.goals01 {
		background: url(../images/action/mv_action_goals01_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals02 {
		background: url(../images/action/mv_action_goals02_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals03 {
		background: url(../images/action/mv_action_goals03_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals04 {
		background: url(../images/action/mv_action_goals04_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals05 {
		background: url(../images/action/mv_action_goals05_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals06 {
		background: url(../images/action/mv_action_goals06_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals07 {
		background: url(../images/action/mv_action_goals07_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals08 {
		background: url(../images/action/mv_action_goals08_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals09 {
		background: url(../images/action/mv_action_goals09_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals10 {
		background: url(../images/action/mv_action_goals10_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals11 {
		background: url(../images/action/mv_action_goals11_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals12 {
		background: url(../images/action/mv_action_goals12_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals13 {
		background: url(../images/action/mv_action_goals13_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals14 {
		background: url(../images/action/mv_action_goals14_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals15 {
		background: url(../images/action/mv_action_goals15_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals16 {
		background: url(../images/action/mv_action_goals16_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals17 {
		background: url(../images/action/mv_action_goals17_sp.jpg) no-repeat center center;
		background-size: cover;
	}

	/* ------------------------------
	記事リスト
	------------------------------ */
	#action > .inner > .wrap {
		margin-top: 30px;
	}

	#action > .inner > .wrap,
	#goals > .inner > .wrap {
		flex-direction: column;
	}

	#goals > .inner > .wrap:nth-child(n + 3) {
		margin-top: 30px;
  }
  #goals .wrap .topics-box {
    margin-top: 30px;
  }

	#action .topics-box .news-list-box .news-item,
	#goals .topics-box .news-list-box .news-item {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 15px;
	}

	#action .topics-box .news-list-box .news-item:nth-child(n + 2),
	#goals .topics-box .news-list-box .news-item:nth-child(n + 2) {
		margin-top: 10px;
	}

	#action .topics-box .news-list-box .news-img-box,
	#goals .topics-box .news-list-box .news-img-box {
		min-width: 100px;
		max-width: 100px;
	}

	#action .topics-box .news-list-box .news-item .news-txt-box,
	#goals .topics-box .news-list-box .news-item .news-txt-box {
		width: 100%;
		margin-left: 15px;
	}

	.article-tag {
		font-size: 10px;
		min-width: 44px;
		height: 17px;
		line-height: 17px;
		margin-right: 8px;
	}

	#action .topics-box .news-list-box .news-item .news-txt-box .news-txt,
	#goals .topics-box .news-list-box .news-item .news-txt-box .news-txt {
		font-size: 14px;
		line-height: 1.75;
		margin-top: -4px;
	}

	/* ------------------------------
	各エリアページ
	------------------------------ */
	#mv.action-area-mv {
		background: url(../images/action/mv_action_area_sp.jpg) no-repeat center center;
		background-size: cover;
	}

	.action-area .wrap,
	.action-goals .wrap {
		padding: 40px 0 0;
	}

	.action-area .wrap:nth-child(2) {
		padding: 0;
	}

	/* エリア別リンク */
	.action-area > .inner {
		padding-bottom: 0;
	}

	.action-area .area-link-list ul li:nth-child(n + 2) {
		margin-left: 22px;
	}

	.action-area .area-link-list ul li:nth-child(n + 5) {
		margin-top: 10px;
	}

	.action-area .area-link-list ul li:nth-child(5),
	.action-area .area-link-list ul li:nth-child(9) {
		margin-left: 0;
	}

	.action-area .area-link-list ul li a {
		font-size: 14px;
		text-indent: 16px;
	}

	/* 各エリア */
	.action-area .topics-box {
		margin-top: 60px;
	}

	.action-area .topics-box .area-name,
	#goals .ttl {
		padding-bottom: 15px;
	}

	.action-area .topics-box .area-name h2,
	#goals .ttl h2 {
		font-size: 21px;
		letter-spacing: -0.05em;
	}

	.all {
		width: 275px;
		height: 45px;
		line-height: 45px;
		margin: 25px auto 0;
	}

	.action-area .topics-box .news-list-box,
	.action-goals .topics-box .news-list-box {
		margin-top: 30px;
	}

	/* ------------------------------
	エリアマップ
	------------------------------ */
	#info {
		margin-top: 60px;	
	}

	#info > .inner {
		padding: 40px 25px;
	}

	#info .info-ttl {
		font-size: 23px;
	}

	#info .info-all {
		width: 275px;
		height: 45px;
		line-height: 45px;
		margin: 31px auto 0;
	}

	#info .areamap-box > .inner {
		flex-direction: column;
	}

	#info .areamap-box .areamap-menu {
		width: 100%;
	}

	#info .areamap-link-box .area-list:first-child {
		margin-top: calc(31px - (((14px * 2.18) - 14px) / 2));
		/* calc(margin-topの値 - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	#info .areamap-link-box .area-list .area-name {
		font-size: 14px;
	}

	#info .areamap-link-box .area-list .area-name:nth-child(n + 2) {
		margin-left: 18px;
	}

	#info .areamap-link-box .area-list .area-name a {
		text-indent: 7px;
		padding-left: 7px;
	}

	#info .areamap-box .areamap {
		margin-top: calc(23px - (((14px * 2) - 14px) / 2));
		/* calc(margin-topの値 - (((上のテキストのfont-size * 上のテキストのline-height) - 上のテキストのfont-size) / 2  */
	}

	/* ------------------------------
	このゴールに関連する企業
	------------------------------ */
	/* スライダー */
	#goals .approach {
		margin-top: 30px;
	}

	#goals .approach-slider {
		width: 84.62%;
		margin-top: 31px;
  }

  #goals .approach-slider .swiper-slide a.slideimglink {
    width: 100%;
    height: 90px;
  }

	@media screen and (max-width: 360px) {
		#goals .approach-slider {
			width: 88.71%;
		}
	}

	#goals .approach-slider .slider div {
		min-height: 85px;
	}

	#goals .slider li p {
		font-size: 14px;
		margin-top: 9px;
	}

	/* ------------------------------
	ゴールで探す
	------------------------------ */
	#goals .goal-link-box {
		margin-top: 30px;
	}

	#goals .goal-link-box .goal-list li {
		width: 33.333333%;
		height: auto;
	}

	#goals .goal-link-box .goal-list .ring {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 768px) {
	.action-area .area-link-list ul li:nth-child(n + 5) {
		margin-top: 0;
	}

	.action-area .area-link-list ul li:nth-child(5),
	.action-area .area-link-list ul li:nth-child(9) {
		margin-left: 22px;
	}

	#goals .goal-link-box .goal-list li {
		width: 20%;
	}
}

@media screen and (min-width: 769px) {

	.actions #mv {
		background: url(../images/action/mv_action_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	#mv.action-goals-mv .page-ttl h2 {
		font-size: 42px;
	}

	.section .wrap {
		padding: 30px 0 65px;
	}

	/* ------------------------------
	記事リスト
	------------------------------ */
	#action .topics-box .news-list-box:before,
  #goals .topics-box .news-list-box:before,
  #action .topics-box .news-list-box:after,
	#goals .topics-box .news-list-box:after {
		content: "";
		display: block;
		width: 23.5%;
	}

  #action .topics-box .news-list-box:before,
	#goals .topics-box .news-list-box:before {
    order: 1;
  }

  #action .topics-box .news-list-box .news-item,
	#goals .topics-box .news-list-box .news-item {
		display: block;
		width: 235px;
		padding: 15px;
	}

	#action .topics-box .news-list-box .news-item:nth-child(n + 5),
	#goals .topics-box .news-list-box .news-item:nth-child(n + 5) {
		margin-top: 20px;
	}

  #action .topics-box .news-list-box .news-item .news-txt-box,
	#goals .topics-box .news-list-box .news-item .news-txt-box {
		width: 100%;
		margin-top: 18px;
	}

	.article-tag {
		font-size: 12px;
    width: auto;
    padding: 0 5px;
		height: 21px;
		line-height: 21px;
		margin: 2px 8px 0 0;
	}

	#action .topics-box .news-list-box .news-item .news-txt-box .news-txt,
	#goals .topics-box .news-list-box .news-item .news-txt-box .news-txt {
		line-height: 1.75;
	}

	/* ------------------------------
	各エリアページ
	------------------------------ */
	#mv.action-area-mv {
		background: url(../images/action/mv_action_area_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.action-area .wrap {
		padding: 50px 0 0;
	}

	/* エリア別リンク */
	.action-area > .inner {
		padding-bottom: 80px;
	}

	.action-area .area-link-list ul li:nth-child(n + 2) {
		margin-left: 22px;
	}

	.action-area .area-link-list ul li a {
		text-indent: 16px;
	}

	/* 各エリア */
	.action-area .topics-box {
		margin-top: 80px;	
	}

	.action-area .topics-box .area-name {
		padding-bottom: 15px;
	}

	.action-area .topics-box .area-name h2 {
		font-size: 30px;
	}

	.all {
		width: 110px;
		height: 31px;
		line-height: 31px;
	}

	.action-area .topics-box .news-list-box {
		margin-top: 30px;
	}

	/* ------------------------------
	エリアマップ
	------------------------------ */
	#info {
		background: #3a8ce1;
	}

	#info > .inner {
		width: 1000px;
		padding: 80px 0 120px;
	}

	#info .info-ttl {
		font-size: 30px;
	}

	#info .areamap-box .areamap-menu {
		width: 21%;
	}

	#info .areamap-link-box .area-list:first-child {
		margin-top: calc(40px - (((16px * 2.18) - 16px) / 2));
	}

	#info .areamap-link-box .area-list .area-name a {
		text-indent: 7px;
		padding-left: 4px;
	}

	#info .areamap-link-box .area-list .area-name:nth-child(n + 2) {
		margin-left: 24px;
	}

	/* ------------------------------
	各ゴールページ
	------------------------------ */
	#mv.goals01 {
		background: url(../images/action/mv_action_goals01_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals02 {
		background: url(../images/action/mv_action_goals02_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals03 {
		background: url(../images/action/mv_action_goals03_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals04 {
		background: url(../images/action/mv_action_goals04_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals05 {
		background: url(../images/action/mv_action_goals05_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals06 {
		background: url(../images/action/mv_action_goals06_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals07 {
		background: url(../images/action/mv_action_goals07_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals08 {
		background: url(../images/action/mv_action_goals08_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals09 {
		background: url(../images/action/mv_action_goals09_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals10 {
		background: url(../images/action/mv_action_goals10_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals11 {
		background: url(../images/action/mv_action_goals11_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals12 {
		background: url(../images/action/mv_action_goals12_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals13 {
		background: url(../images/action/mv_action_goals13_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals14 {
		background: url(../images/action/mv_action_goals14_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals15 {
		background: url(../images/action/mv_action_goals15_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals16 {
		background: url(../images/action/mv_action_goals16_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv.goals17 {
		background: url(../images/action/mv_action_goals17_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	#goals .wrap {
		padding: 80px 0 0;
	}

  #goals .wrap.description {
    padding: 30px 0 0;
  }

  .shutten {
    margin-top: 2rem;
    font-size: small;
  }

	#goals .ttl {
		padding-bottom: 15px;
	}

	#goals .ttl h2 {
		font-size: 30px;
	}

	/* ------------------------------
	このゴールに関連する企業
	------------------------------ */
	/* スライダー */
	#goals .swiper-container {
		width: 940px;
	}

	#goals .slider li p {
		font-size: 16px;
		margin-top: 12px;
	}

	#goals .approach-slider {
		margin: 30px auto 0;
	}

	#goals .approach-slider .slider div {
		min-height: 110px;
	}

	#goals .approach-slider .swiper-slide {
    width: 172px !important;
	}

	/* ------------------------------
	このゴールに関連する取り組み
	------------------------------ */
	#goals .topics-box .news-list-box {
    margin: 35px auto 0;
	}

	/* ------------------------------
	ゴールで探す
	------------------------------ */
	#goals > .inner {
		padding-bottom: 108px;
	}

	#goals .goal-link-box {
		margin-top: 30px;
	}

	#goals .goal-link-box .goal-list li a img,
	#goals .goal-link-box .goal-list .ring {
		width: 166.6px;
		height: 166.6px;
	}
}

/* ------------------------------
見出し
------------------------------ */
#companies-detail .ttl h2:before {
	display: none;
}

#companies-detail .company .ttl h2:before {
	display: block;
}

/* ------------------------------
記事リスト
------------------------------ */
#org > .inner > .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

#org .topics-box {
	background: #fff;
	box-shadow: 0.707px 0.707px 5px 0px rgba(0, 0, 0, 0.05);
}

#org .topics-ttl-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #3a8ce1;
}

#org .topics-ttl {
	color: #3a8ce1;
	font-weight: bold;
	width: 100%;
}

#org .topics-box .topics-all {
	display: block;
	background: #3a8ce1;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#org .topics-list-box div.topics-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#org .topics-list-box a.topics-item {
	display: flex;
	justify-content: space-between;
	color: #333;
}

#org .topics-item .topics-txt-box .topics-txt {
	margin-top: -3px;
}

@media all and (-ms-high-contrast:none) { /* IE11 */
	*::-ms-backdrop,
	#org .topics-ttl {
		padding-top: 7px;
	}
	#org .topics-box .topics-all {
		padding-top: 2px;
	}
}

/* SDGsに取り組む企業 */
#companies-detail .content.company .description {
	display: flex;
	justify-content: space-between;
}

#companies-detail .content.company .description .companies-img img {
	margin: 0 auto;
}

/* 関連するゴール */
#companies-detail .content.goals .ttl {
	background: none;
}

#companies-detail .content.goals .ttl h2 {
	text-indent: 0;
}

#companies-detail .content .description .goal-list {
	display: flex;
	flex-wrap: wrap;
}

/* SDGsへの取り組み */
#companies-detail .content.approach .ttl {
	background: none;
}

#companies-detail .content.approach .ttl h2 {
	text-indent: 0;
}

#companies-detail .article {
	width: 100%;
}

#companies-detail .article-list-box {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
}

#companies-detail .article-list-box .article-item {
	color: #333;
}

#companies-detail .article-list-box .article-item .article-img-box img {
	max-width: 100%;
  max-height: 180px;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {

	.org #mv {
		background: url(/wp-content/uploads/2019/06/mv_companies_sp.jpg) no-repeat center center;
		background-size: cover;
	}

	/* ------------------------------
	記事リスト
	------------------------------ */
	#org > .inner > .wrap {
		flex-direction: column;
		margin-top: 20px;
	}

	#org .topics-box:nth-child(n + 2) {
		margin-top: 15px;
	}

	#org .topics-ttl-box {
		padding: 15px;
	}

	#org .topics-ttl {
		background-size: 16px 16px;
		font-size: 23px;
	}

	#org .topics-box .topics-all {
		width: 275px;
		height: 45px;
		line-height: 45px;
		margin: 25px auto 0;
	}

	#org .topics-list-box {
		padding: 25px 15px;
	}

	#org .topics-list-box div.topics-item {
		flex-direction: column;
	}

	#org .topics-list-box div.topics-item .topics-top-img:nth-child(n + 2) {
		margin-top: 20px;
	}

  #org .topics-list-box div.topics-item .topics-top-img .goal-list {
    display: flex;
    flex-wrap: wrap;
  }

  #org .topics-list-box div.topics-item .topics-top-img .goal-list li {
    margin: 0 1% 1% 0;
    width: 24%;
  }

	#org .topics-list-box a.topics-item {
		border-bottom: 1px solid #ccc;
		padding-bottom: calc(15px - (((14px * 1.7) - 14px) / 2));
		/* calc(padding-bottom - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	#org .topics-list-box a.topics-item:nth-child(2) {
		margin-top: 20px;
	}

	#org .topics-item:nth-child(n + 2) {
		margin-top: 15px;
	}

	/*
	#org .topics-item:nth-child(n + 2) .topics-img-box {
	display: none;
}
	*/

	#org .topics-item .topics-img-box {
		min-width: 100px;
		max-width: 100px;
	}

	#org .topics-item .topics-txt-box {
		width: 92%;
		margin-left: 15px;
	}

	#org .topics-item:nth-child(n + 2) .topics-txt-box {
		width: 92%;
		margin-left: 15px;
	}

	#org .topics-item .topics-txt-box .topics-txt {
		font-size: 14px;
		line-height: 1.7;
	}

	/* SDGsに取り組む企業 */
	#companies-detail .content.company .description {
		flex-direction: column;
	}

	#companies-detail .content.company .description p {
		margin-top: calc(20px - (((14px * 1.75) - 14px) / 2));
	}

	#companies-detail .content.company .description .companies-img img {
		margin: 0 auto;
	}

	/* 関連するゴール */
	#companies-detail .content.goals:nth-child(n + 2) {
		margin-top: calc(55px - (((14px * 1.75) - 14px) / 2));
	}

	#companies-detail .content.goals .description {
		margin-top: 19px;
	}

	#companies-detail .content .description .goal-list li {
		margin: 0 9px 9px 0;
	}

  #companies-detail .content .description .goal-list li:nth-child(4n) {
		margin-right: 0;
	}

	#companies-detail .content .description .goal-list li {
		width: 22.7%;
	}

  /* SDGsへの取り組み */

	#companies-detail .article-list-box .article-item {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #ccc;
		width: 100%;
		padding-bottom: calc(15px - (((14px * 1.71) - 14px) / 2));
		/* calc(padding-bottom - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	#companies-detail .article-list-box .article-item:nth-child(n + 2) {
		margin-top: 15px;
	}

	#companies-detail .article-list-box .article-item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	#companies-detail .inner.move .article-list-box .article-item:last-child {
		border-bottom: 1px solid #ccc;
		padding-bottom: calc(15px - (((14px * 1.71) - 14px) / 2));
	}

	#companies-detail .article-item .article-img-box {
		min-width: 100px;
		max-width: 100px;
	}

	#companies-detail .article-list-box .article-item .article-txt-box {
		width: 100%;
		margin-left: 15px;
	}

	#companies-detail .article-list-box .article-item .article-txt {
		font-size: 14px;
		line-height: 1.71;
		margin-top: -3px;
	}
}

@media screen and (max-width: 360px) {
	#companies-detail .content .description .goal-list li {
		width: 22.5%;
	}
}

@media screen and (min-width: 769px) {

	.org #mv {
		background: url(/wp-content/uploads/2019/06/mv_companies_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.section .wrap {
		padding: 30px 0 65px;
	}

	/* ------------------------------
	記事リスト
	------------------------------ */
	#org .topics-box {
		width: 490px;
	}

	#org .topics-box:nth-child(n + 3) {
		margin-top: 40px;
	}

	#org .topics-ttl-box {
		padding: 20px 20px 20px 28px;
	}

	#org .topics-ttl {
		font-size: 30px;
	}

	#org .topics-box .topics-all {
		width: 110px;
		height: 31px;
		line-height: 31px;
		margin: 22px 0 0 auto;
	}

	#org .topics-list-box {
		padding: 30px 20px 30px 30px;
	}

	#org .topics-item:nth-child(2) {
		margin-top: 38px !important;
	}

	#org .topics-item:nth-child(n + 2) {
		margin-top: 15px;
	}

  #org .topics-item .topics-top-img.left img {
    padding: 0 20px;
  }
  #org .topics-item .topics-top-img .goal-list {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
  }

  #org .topics-item .topics-top-img .goal-list li {
    margin: 0 4px 4px 0;
  }

  #org .topics-item .topics-top-img .goal-list li:nth-child(4n) {
    margin-right: 0;
  }
  #org .topics-item .topics-top-img .goal-list li img {
    width: 52px;
    height: 52px;
  }

	#org .topics-item .topics-img-box {
		width: 150px;
	}

  #org .topics-item .topics-img-box img {
    margin: 0 auto;
  }

  #org .topics-item .topics-txt-box {
		width: 270px;
		margin-left: 20px;
	}

	#org .topics-item .topics-txt-box .topics-txt {
		line-height: 1.75;
	}

	/* SDGsに取り組む企業 */
	#companies-detail .content.company .description .companies-img {
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
	}

	#companies-detail .content.company .description p {
		width: 610px;
	}

	/* 関連するゴール */
	#companies-detail .content.goals:nth-child(n + 2) {
		margin-top: calc(127px - (((16px * 1.75) - 16px) / 2));
	}

	#companies-detail .content.goals .description {
		margin-top: 19px;
	}

	#companies-detail .content .description .goal-list li {
		margin: 0 6px 6px 0;
	}

	#companies-detail .content .description .goal-list li a img {
		width: 85px;
		height: 85px;
	}

	/* SDGsへの取り組み */
  #companies-detail .article-list-box::before,
  #companies-detail .article-list-box::after {
    content: "";
    display: block;
    width: 30.1%;
  }

  #companies-detail .article-list-box::before {
    order: 1;
  }

	#companies-detail .article-list-box .article-item {
		display: block;
    width: 279px;
    margin-bottom: 30px;
  }

	#companies-detail .article-list-box .article-item .article-txt-box {
		margin-top: 18px;
	}

	#companies-detail .article-list-box .article-item .article-txt {
		line-height: 1.75;
	}
}

/* ------------------------------
お問い合わせ
------------------------------ */
#contact {
	background: #f2f2f2;
}

#contact > .inner {
	margin: 0 auto;
}

#contact .contact-box {
	background: #fff;
	box-shadow: 0.707px 0.707px 5px 0px rgba(0, 0, 0, 0.05);
}

/* ------------------------------
form
------------------------------ */
.wpcf7-form {
	margin: 0 auto;
}

.wpcf7-form table {
	border-collapse: collapse;
	width: 100%;
}

.wpcf7-form tr {
	display: flex;
}

.wpcf7-form th {
	background: #e2eefb;
	text-align: left;
	position: relative;
	vertical-align: middle;
}

.wpcf7-form th .req {
  font-size: 0.7em;
}

.wpcf7-form .cont th {
	vertical-align: top;
}

.wpcf7-form td {
	position: relative;
}

.wpcf7-form .cont th,
.wpcf7-form .cont td {
	border-bottom: 1px solid #ddd;
}

.wpcf7-form th label {
	font-weight: normal;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: inset 0px 3px 10px 0px rgba(4, 0, 0, 0.05);
	outline: none;
	width: 100%;
}

.wpcf7-form select {
	background: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
	background: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
	background: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
	cursor: pointer;
}

@media all and (-ms-high-contrast:none) {

	/* IE11 */
	*::-ms-backdrop,
	.wpcf7-form select {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}

.wpcf7-form .down_arrow {
	display: block;
	background: url(../images/common/arrow_down01.png) no-repeat center right;
	cursor: pointer;
	width: 16px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	pointer-events: none;
}

select {
	text-indent: .01px;
	/* Firefox用 */
	text-overflow: "";
	/* Firefox用 */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7-form .privacy-check {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wpcf7-form .privacy-check label {
	cursor: pointer;
}

.checkbox01-input {
	display: none;
}

.checkbox01-parts {
	display: block;
	margin-left: 10px;
	padding-left: 25px;
	position: relative;
}

.checkbox01-parts::before {
	content: "";
	display: block;
	background: #fff;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: inset 0px 3px 10px 0px rgba(4, 0, 0, 0.05);
	height: 18px;
	position: absolute;
	left: 0;
	outline: none;
}

#checkbox01-input:checked ~ .wpcf7-list-item-label .checkbox01-parts {
	color: #333;
}

#checkbox01-input:checked ~ .wpcf7-list-item-label .checkbox01-parts::after {
	content: "";
	display: block;
	border-bottom: 3px solid #3a8ce1;
	border-right: 3px solid #3a8ce1;
	width: 10px;
	height: 19px;
	position: absolute;
	transform: rotate(40deg);
}

.wpcf7-form #submit {
	display: block;
	background: #3a8ce1;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	transition: 0.5s;
}

.wpcf7-form #submit:hover {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {

	/* ------------------------------
	メインヴィジュアル
	------------------------------ */
	.contact #mv {
		background: url(/wp-content/uploads/2019/06/mv_contact_sp.jpg) no-repeat center center;
		background-size: cover;
	}

	/* ------------------------------
	お問い合わせ
	------------------------------ */
	#contact > .inner {
		width: 100%;
		padding: 40px 25px 80px;
	}

	#contact .contact-box {
		padding: 30px 15px;
	}

	/* ------------------------------
	form
	------------------------------ */
	.wpcf7-form {
		width: 100%;
	}

	.wpcf7-form tr {
		flex-direction: column;
	}

	.wpcf7-form tr:nth-child(n + 2) {
		margin-top: 20px;
	}

	.wpcf7-form th {
		border-top: 1px solid #ddd;
		width: 100%;
		padding: 8px 16px;
	}

	.wpcf7-form th label {
		font-size: 16px;
		text-align: left;
		line-height: 1.75;
	}

	.wpcf7-form td {
		width: 100%;
		margin-top: 10px;
	}

	.wpcf7-form .cont td {
		padding-bottom: 10px;
	}

	.wpcf7-form input[type=text],
	.wpcf7-form input[type=email],
	.wpcf7-form input[type=tel],
	.wpcf7-form textarea,
	.wpcf7-form select {
		padding: 15px;
	}

	.wpcf7-form input[type=text],
	.wpcf7-form input[type=email],
	.wpcf7-form input[type=tel],
	.wpcf7-form select {
		height: 45px;
	}

	.wpcf7-form select {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.wpcf7-form textarea {
		line-height: 1.75;
	}

	.wpcf7-form #content {
		min-height: 217px;
	}

	.wpcf7-form .down_arrow {
		right: 7px;
	}

	.wpcf7-form .privacy-check {
		flex-direction: column;
		font-size: 14px;
		margin-top: 20px;
	}

	.checkbox01-parts {
		margin-top: 8px;
	}

	.checkbox01-parts::before {
		width: 18px;
		height: 18px;
		top: -2px;
	}

	#checkbox01-input:checked ~ .wpcf7-list-item-label .checkbox01-parts::after {
		top: -7px;
		left: 8px;
	}

	.wpcf7-form #submit {
		font-size: 16px;
		width: 100%;
		height: 55px;
		line-height: 55px;
		margin-top: 30px;
	}
}

@media screen and (min-width: 769px) {

	/* ------------------------------
	メインヴィジュアル
	------------------------------ */
	.contact #mv {
		background: url(/wp-content/uploads/2019/06/mv_contact_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	/* ------------------------------
	お問い合わせ
	------------------------------ */
	#contact > .inner {
		width: 1000px;
		padding: 60px 0 120px;
	}

	#contact .contact-box {
		padding: 60px 40px;
	}

	/* ------------------------------
	form
	------------------------------ */
	.wpcf7-form {
		width: 800px;
	}

	.wpcf7-form th {
		display: flex;
		align-items: center;
		width: 230px;
		padding: 0 26px;
	}

	.wpcf7-form th label {
		font-size: 18px;
		text-align: left;
		line-height: 1.77;
	}

	.wpcf7-form td {
		width: 570px;
		padding: 28px 0 28px 25px;
	}

	.wpcf7-form th,
	.wpcf7-form td {
		border-top: 1px solid #ddd;
	}

	.wpcf7-form input[type=text],
	.wpcf7-form input[type=email],
	.wpcf7-form input[type=tel],
	.wpcf7-form textarea,
	.wpcf7-form select {
		padding: 15px 20px;
	}

	.wpcf7-form input[type=text],
	.wpcf7-form input[type=email],
	.wpcf7-form input[type=tel],
	.wpcf7-form select {
		height: 48px;
	}

	.wpcf7-form #name,
	.wpcf7-form #furigana,
	.wpcf7-form #tel,
	.wpcf7-form #mail {
		width: 357px;
	}

	.wpcf7-form textarea {
		line-height: 1.75;
	}

	.wpcf7-form .cont th {
		align-items: flex-start;
		padding-top: 35px;
	}

	.wpcf7-form #content {
		min-height: 248px;
	}

	.wpcf7-form .down_arrow {
		right: 12px;
	}

	.wpcf7-form .privacy-check {
		font-size: 18px;
		margin-top: 40px;
	}

	.checkbox01-parts::before {
		width: 18px;
		height: 18px;
		top: 6px;
	}

	#checkbox01-input:checked ~ .wpcf7-list-item-label .checkbox01-parts::after {
		top: -1px;
		left: 8px;
	}

	.wpcf7-form #submit {
		font-size: 18px;
		width: 250px;
		height: 60px;
		line-height: 60px;
		margin-top: 60px;
	}
}


/* ------------------------------
記事
------------------------------ */
#article {
	background: #f2f2f2;
}

#article > .inner {
	margin: 0 auto;
}

#article .article-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#article .article-info .article-date {
	display: flex;
	align-items: center;
	color: #999;
	font-weight: bold;
}

#article .article-content ul,
#article .article-content ol{
	padding-left: 1em;
}

#article .article-content ul li {
    list-style: disc;
}

#article .article-content ol li {
    list-style: decimal;
}

@media all and (-ms-high-contrast:none) { /* IE11 */
	*::-ms-backdrop,
	#article .article-info .article-date .date {
		padding-top: 4px;
	}
}

#article .article-info .sns {
	display: flex;
	align-items: center;
}

#article .article-info .sns a:nth-child(n + 2) {
	margin-left: 10px;
}

#article .article-box {
	background: #fff;
  box-shadow: 0.707px 0.707px 5px 0px rgba(0, 0, 0, 0.05);
}

#article .article-ttl {
	border-bottom: 2px solid #3a8ce1;
}

#article .article-ttl h2 {
	color: #3a8ce1;
	font-weight: bold;
}

#article .article-content img {
	margin: 0 auto;
}

/* ------------------------------
記事下エリア
------------------------------ */
#article .info > .inner {
	display: flex;
	justify-content: space-between;
}

#article .info .info-ttl {
	border-bottom: 1px solid #3a8ce1;
	color: #3a8ce1;
	font-weight: bold;
}

/* 関連するゴール */
#article .info .goal .goal-list {
  display: flex;
  flex-wrap: wrap;
}

/* 関連するテーマ */
#article .info .theme .theme-list {
	display: flex;
	flex-wrap: wrap;
}

#article .info .theme .theme-list li {
	background: #ebebeb;
}

#article .info .theme .theme-list li a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

@media all and (-ms-high-contrast:none) { /* IE11 */
	*::-ms-backdrop,
	#article .info .theme .theme-list li {
		padding-top: 4px;
	}
}

/* 関連記事 */
#article .article {
	width: 100%;	
}

#article .article-list-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#article .article-list-box .article-item {
	color: #333;
}

#article .article-list-box .article-item .article-img-box img {
  max-width: 100%;
  max-height: 180px;
  margin: 0 auto;
}

/* ------------------------------
ページャー
------------------------------ */
#article .pagenavi {
	display: flex;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#article .pagenavi .prev,
#article .pagenavi .list,
#article .pagenavi .next {
	border-bottom: none;
}

#article .pagenavi a:hover {
	border-bottom: none;
}

/* ------------------------------
コラムニスト
------------------------------ */
.columnist .columnist-box h2 {
	background: #3a8ce1;
	color: #fff;
	width: 100%;
}

@media all and (-ms-high-contrast:none) { /* IE11 */
	*::-ms-backdrop,
	.columnist .columnist-box h2,
	.columnist .columnist-box .columnist-detail .columnist-txt h3 {
		padding-top: 4px;
	}
}

.columnist .columnist-box .columnist-detail {
	border-left: 1px solid #3a8ce1;
	border-right: 1px solid #3a8ce1;
	border-bottom: 1px solid #3a8ce1;
}

.columnist .columnist-box .columnist-detail .columnist-txt {
	width: 100%;
}

.columnist .columnist-box .columnist-detail .columnist-txt h3 {
	font-weight: bold;
}

.columnist .columnist-box .columnist-detail .columnist-img img {
	width: 100%;
}

@media screen and (max-width: 768px) {

	/* ------------------------------
	記事
	------------------------------ */
	#article > .inner {
		width: 100%;
		padding: 40px 25px 80px;
	}

	#article .article-info {
		padding: 15px 15px 0;
	}

	#article .article-info .article-date .date {
		font-size: 14px;
	}

	#article .article-info .article-date {
		margin-top: auto;
	}

	#article .article-info .article-date .article-tag {
		font-size: 10px;
		min-width: 44px;
		margin: 0 0 0 10px;
	}

  #article .article-info .addtoany_shortcode .a2a_button_hatena,
  #article .article-info .addtoany_shortcode .a2a_button_line {
    display: none;
  }

	#article .article-info .sns img {
		width: 30px;
	}

	#article .article-ttl {
		padding: 20px 15px 10px;	
	}

	#article .article-ttl h2 {
		font-size: 23px;
		line-height: 1.3;
	}

	#article .article-content {
		padding: 30px 15px 0;
	}

	#article .article-content p {
		font-size: 14px;
		line-height: 1.71;
		margin-top: calc(20px - (((14px * 1.71) - 14px) / 2));
	}

	/* ------------------------------
	記事下エリア
	------------------------------ */
	#article .info > .inner {
		flex-direction: column;
		padding: 0 15px;
	}

	#article .info > .inner:nth-child(n + 2) {
		margin-top: 35px;
		padding-bottom: 30px;
	}

	#article .info .info-ttl {
		padding-bottom: 12px;
	}

	#article .info .info-ttl h3 {
		font-size: 19px;
	}

	/* 関連するゴール */
	#article .info .goal {
		width: 100%;
		margin-top: 50px;
	}

	#article .info .inner.move .goal {
		margin-top: 0;
	}

	#article .info .goal .goal-list {
		margin-top: 15px;
	}

	#article .info .goal .goal-list li {
    margin: 0 1% 1% 0;
    width: 24%;
	}

  #article .info .goal .goal-list li:nth-child(4n) {
    margin-right: 0;
  }

	/* 関連するテーマ */
	#article .info .theme {
		width: 100%;
		margin-top: 40px;
	}

	#article .info .theme .theme-list {
		margin-top: 15px;
	}

	#article .info .theme .theme-list li {
		height: 30px;
		line-height: 30px;
		margin: 0 9px 9px 0;
		padding: 0 13px;
	}

	/* 関連記事 */
	#article .article-list-box {
		margin-top: 15px;
	}

	#article .article-list-box .article-item {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #ccc;
		width: 100%;
		padding-bottom: calc(15px - (((14px * 1.71) - 14px) / 2));
		/* calc(padding-bottom - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	#article .article-list-box .article-item:nth-child(n + 2) {
		margin-top: 15px;
	}

	#article .article-list-box .article-item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	#article .inner.move .article-list-box .article-item:last-child {
		border-bottom: 1px solid #ccc;
		padding-bottom: calc(15px - (((14px * 1.71) - 14px) / 2));
	}

	#article .article-item .article-img-box {
		min-width: 100px;
		max-width: 100px;
	}

	#article .article-list-box .article-item .article-txt-box {
		width: 100%;
		margin-left: 15px;
	}

	#article .article-list-box .article-item .article-txt {
		font-size: 14px;
		line-height: 1.71;
		margin-top: -3px;
	}

	/* ------------------------------
	ページャー
	------------------------------ */
	#article .pagenavi {
		margin-top: 40px;
	}

	#article .pagenavi .first,
	#article .pagenavi .last {
		margin-top: 1px;
	}

	#article .pagenavi .prev {
		margin-left: 15px;
	}

	#article .pagenavi .next {
		margin-right: 15px;
	}

	#article .pagenavi .list,
	#article .pagenavi .next {
		margin-left: 16px;
	}

	/* ------------------------------
	コラムニスト
	------------------------------ */
	.columnist {
		margin: 30px auto 60px;
	}

	.columnist > .inner {
		padding: 0 15px;
	}

	.columnist .columnist-box h2 {
		font-size: 13px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
	}

	.columnist .columnist-box .columnist-detail {
		padding: 20px 14px;
	}

	.columnist .columnist-box .columnist-detail .columnist-txt h3 {
		font-size: 17px;
		line-height: 0.9;
		margin-bottom: 10px;
	}

	.columnist .columnist-box .columnist-detail .columnist-txt h3  span {
		font-size: 10px;
	}

	.columnist .columnist-box .columnist-detail .columnist-txt {
		font-size: 14px;
		line-height: 1.75;
	}

	.columnist .columnist-box .columnist-detail img {
		float: left;
		width: 	120px;
		margin: 0 15px 0 0;
	}

	/* 同じコラムニストによる記事 */
	#article .info .inner.move .article .article-list-box .article-tag {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
  #samecol {
    margin-bottom: 50px;
  }
  
	/* ------------------------------
	記事
	------------------------------ */
	#article > .inner {
		width: 1000px;
		padding: 60px 0 120px;
	}

	#article .article-info {
		padding: 20px 20px 0 30px;
	}

	#article .article-info .article-date {
		margin-bottom: auto;
	}

	#article .article-info .article-date .date.column {
		margin-top: 4px;
	}

	#article .article-info .article-date .article-tag {
		margin: 0 0 0 15px;
	}

	#article .article-ttl {
		padding: 0 162px 10px 30px;	
	}

	#article .article-ttl h2 {
		font-size: 30px;
		line-height: 1.3;
	}

	#article .article-content {
		padding: 40px;
	}

	#article .article-content p {
		font-size: 16px;
		line-height: 1.75;
		margin-top: calc(40px - (((16px * 1.75) - 16px) / 2));
	}

	/* ------------------------------
	記事下エリア
	------------------------------ */
	#article .info {
		margin-top: 50px;
	}

	#article .info > .inner {
		padding: 0 40px;
	}

	#article .info > .inner:nth-child(n + 2) {
		padding-bottom: 60px;
	}

	#article .info > .inner.move:nth-child(n + 2) {
		margin-top: 50px;
	}

	#article .info .info-ttl {
		padding-bottom: 10px;
	}

	#article .info .info-ttl h3 {
		font-size: 24px;
	}

	/* 関連するゴール */
	#article .info .goal {
		width: 540px;
	}

	#article .info .goal .goal-list {
		margin-top: 20px;
	}

	#article .info .goal .goal-list li {
		margin: 0 6px 6px 0;
	}

	#article .info .goal .goal-list li img {
		width: 85px;
		height: 85px;
	}

	/* 関連するテーマ */
	#article .info .theme {
		width: 340px;
	}

	#article .info .theme .theme-list {
		margin-top: 20px;
	}

	#article .info .theme .theme-list li {
		height: 30px;
		line-height: 30px;
		margin: 0 6px 6px 0;
		padding: 0 13px;
	}

	/* 関連記事 */
	#article .article {
		margin-top: 60px;
	}

	#article .inner.move .article {
		margin-top: 0;
	}

	#article .article-list-box {
		margin-top: 20px;
  }

  #article .article-list-box::before,
  #article .article-list-box::after {
    content: "";
    display: block;
    width: 30.1%;
  }

  #article .article-list-box::before {
    order: 1;
  }

	#article .article-list-box .article-item {
		display: block;
    width: 279px;
    margin-bottom: 30px;
	}

	#article .article-list-box .article-item .article-txt-box {
		margin-top: 18px;
	}

	#article .article-list-box .article-item .article-txt {
		line-height: 1.75;
	}

	/* ------------------------------
	ページャー
	------------------------------ */
	#article .pagenavi {
		margin-top: 40px;
	}

	#article .pagenavi .first,
	#article .pagenavi .last {
		margin-top: 1px;
	}

	#article .pagenavi .next {
		margin-left: 20px;
	}

	#article .pagenavi .prev {
		margin-left: 10px;
	}

	#article .pagenavi .next {
		margin-right: 10px;
	}

	#article .pagenavi .list,
	#article .pagenavi .next {
		margin-left: 20px;
	}

	/* ------------------------------
	コラムニスト
	------------------------------ */
	.columnist {
		margin: 10px auto 100px;	
	}

	.columnist > .inner {
		padding: 0 40px;
	}

	.columnist .columnist-box h2 {
		font-size: 14px;
		height: 28px;
		line-height: 28px;
		padding: 0 20px;
	}

	.columnist .columnist-box .columnist-detail {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 20px;
	}

	.columnist .columnist-box .columnist-detail .columnist-txt {
		margin-left: 26px;
	}

	.columnist .columnist-box .columnist-detail .columnist-txt h3 {
		font-size: 20px;
		line-height: 0.9;
	}

	.columnist .columnist-box .columnist-detail .columnist-txt h3  span {
		font-size: 12px;
	}

	.columnist .columnist-box .columnist-detail .columnist-txt .txt {
		line-height: 1.75;
	}

	.columnist .columnist-box .columnist-detail .columnist-img {
		width: 	160px;
	}
}

#message .content.message .description {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {

	.message #mv {
		background: url(/wp-content/uploads/2019/06/mv_message_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	
	/* コンテンツエリア */
	#message .content.message {
		margin-top: 35px;
	}
	
	#message .content.message .ttl h2 {
		letter-spacing: -0.03em;
	}

	#message .content.message .description {
		flex-direction: column;
	}

	#message .content.message .description > .img img {
		margin: 0 auto;
	}
	
	#message .content.message .description .txt-box {
		margin-top: calc(20px - (((14px * 1.75) - 14px) / 2));
	}

	#message .content.message .description > .txt-box .sign-img {
		margin: calc(21px - (((14px * 1.75) - 14px) / 2)) 22px 0 0;
		/* calc(margin-topの値 - (((上にあるテキストのfont-size * 上にあるテキストのline-height) - 上にあるテキストのfont-size) / 2  */
	}

	#message .content.message .description > .txt-box .sign-img img {
		margin-left: auto;
	}
}

@media screen and (max-width: 360px) {
	#message .content.message .ttl h2 {
		letter-spacing: -0.07em;
	}
}

@media screen and (min-width: 769px) {

	.message #mv {
		background: url(/wp-content/uploads/2019/06/mv_message_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	/* コンテンツエリア */
	#message .content {
		margin-top: calc(63px - (((16px * 1.75) - 16px) / 2));
		/* calc(margin-topの値 - (((上にあるテキストのfont-size * 上にあるテキストのline-height) - 上にあるテキストのfont-size) / 2  */
	}

	#message .content.message .description > .img img {
		width: 315px;
	}

	#message .content.message .description > .txt-box {
		width: 565px;
	}
	
	#message .content.message .description > .txt-box p {
		letter-spacing: 0.04em;
		margin-top: -5px;
	}
	
	#message .content.message .description > .txt-box .sign-img {
		margin: calc(18px - (((16px * 1.75) - 16px) / 2)) 22px 0 0;
		/* calc(margin-topの値 - (((上にあるテキストのfont-size * 上にあるテキストのline-height) - 上にあるテキストのfont-size) / 2  */
	}

	#message .content.message .description > .txt-box .sign-img img {
		margin-left: auto;
	}
}

/* ------------------------------
記事リスト
------------------------------ */
#news {
	background: #f2f2f2;
}

#news > .inner {
	margin: 0 auto;
}

#news .news-list-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#news .news-list-box .news-item {
	background: #fff;
	box-shadow: 0.707px 0.707px 5px 0px rgba(0, 0, 0, 0.05);
	color: #333;
	transition: none;
}

#news .news-list-box .news-item .news-img-box img {
	width: 100%;
}

.article-tag {
	display: inline-block;
	color: #fff;
	float: left;
	font-weight: bold;
	text-align: center;
}

@media all and (-ms-high-contrast:none) { /* IE11 */
	*::-ms-backdrop,
	.article-tag {
		padding-top: 2px;
	}
}

@media screen and (max-width: 768px) {
	/* ------------------------------
	メインヴィジュアル
	------------------------------ */
	.news #mv {
		background: url(/wp-content/uploads/2019/06/mv_news_sp.jpg) no-repeat center center;
		background-size: cover;
	}

	/* ------------------------------
	記事リスト
	------------------------------ */
	#news > .inner {
		width: 100%;
		padding: 40px 25px 80px;
	}

	#news .news-list-box .news-item {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 15px;
	}

	#news .news-list-box .news-item:nth-child(n + 2) {
		margin-top: 10px;
	}

	#news .news-item .news-img-box {
		min-width: 100px;
		max-width: 100px;
	}

	#news .news-item .news-txt-box {
		width: 100%;
		margin-left: 15px;
	}

	.article-tag {
		font-size: 10px;
		min-width: 44px;
		height: 17px;
		line-height: 17px;
		margin-right: 8px;
	}

	#news .news-item .news-txt-box .news-txt {
		font-size: 14px;
		line-height: 1.75;
		margin-top: -4px;
	}
}

@media screen and (min-width: 769px) {

	/* ------------------------------
	メインヴィジュアル
	------------------------------ */
	.news #mv {
		background: url(/wp-content/uploads/2019/06/mv_news_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	/* ------------------------------
	記事リスト
	------------------------------ */
	#news > .inner {
		width: 1000px;
		padding: 60px 0 120px;
	}

	#news .news-list-box .news-item {
		display: block;
		width: 235px;
		padding: 15px;
	}

	#news .news-list-box:before {
		content: "";
		display: block;
		width: 23.5%;
		order:1;
	}

	#news .news-list-box:after {
		content: "";
		display: block;
		width: 23.5%;
	}

	#news .news-list-box .news-item:nth-child(n + 5) {
		margin-top: 20px;
	}

	#news .news-item .news-txt-box {
		width: 100%;
		margin-top: 20px;
	}

	.article-tag {
		font-size: 12px;
		width: auto;
    padding: 0 5px;
		height: 21px;
		line-height: 21px;
		margin: 2px 8px 0 0;
	}

	#news .news-item .news-txt-box {
		margin-top: 18px;
	}

	#news .news-item .news-txt-box .news-txt {
		line-height: 1.75;
	}
}

/* ------------------------------
プライバシーポリシー
------------------------------ */
#privacy {
	background: #f2f2f2;
}

#privacy > .inner {
	margin: 0 auto;
}

#privacy .privacy-box {
	background: #fff;
	box-shadow: 0.707px 0.707px 5px 0px rgba(0, 0, 0, 0.05);
}

#privacy .privacy-box .privacy-content .privacy-detail h3 {
	color: #3a8ce1;
	font-weight: bold;
}

#privacy .privacy-box .privacy-content .privacy-detail .list li {
	display: flex;
}

#privacy .privacy-box .privacy-content .privacy-detail .list li span {
	color: #3a8ce1;
}

@media all and (-ms-high-contrast:none) { /* IE11 */
	*::-ms-backdrop,
	#privacy .privacy-box .privacy-content .privacy-detail .list li span {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {

	/* ------------------------------
	メインヴィジュアル
	------------------------------ */
	.privacy #mv {
		background: url(/wp-content/uploads/2019/06/mv_privacy_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	
	/* ------------------------------
	プライバシーポリシー
	------------------------------ */
	#privacy > .inner {
		width: 100%;
		padding: 40px 25px 80px;
	}

	#privacy .privacy-box {
		padding: 30px 15px;
	}

	#privacy .privacy-box .intro {
		font-size: 14px;
		line-height: 1.71;
	}

	#privacy .privacy-box .privacy-content {
		margin-top: calc(40px - (((16px * 1.71) - 16px) / 2));
		/* calc(margin-top - (((上のテキストのfont-size * 上のテキストのline-height) - 上のテキストのfont-size) / 2  */	
	}
	
	#privacy .privacy-box .privacy-content .privacy-detail {
		font-size: 14px;
		line-height: 1.71;
	}

	#privacy .privacy-box .privacy-content .privacy-detail:nth-child(n + 2) {
		margin-top: calc(45px - (((16px * 1.71) - 16px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	#privacy .privacy-box .privacy-content .privacy-detail h3 {
		font-size: 18px;
		line-height: 1.33;
	}

	#privacy .privacy-box .privacy-content .privacy-detail p {
		font-size: 14px;
		margin-top: calc(17px - (((14px * 1.71) - 14px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	#privacy .privacy-box .privacy-content .privacy-detail .list {
		margin-top: calc(30px - (((14px * 1.71) - 14px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}

	#privacy .privacy-box .privacy-content .privacy-detail .list li span {
		font-size: 10px;
		margin: 5px 6px 0 0;
	}
}

@media screen and (min-width: 769px) {

	/* ------------------------------
	メインヴィジュアル
	------------------------------ */
	#mv {
		background: url(/wp-content/uploads/2019/06/mv_privacy_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	/* ------------------------------
	プライバシーポリシー
	------------------------------ */
	#privacy > .inner {
		width: 1000px;
		padding: 60px 0 120px;
	}

	#privacy .privacy-box {
		padding: 40px;
	}

	#privacy .privacy-box .intro {
		line-height: 1.75;
	}

	#privacy .privacy-box .privacy-content {
		margin-top: calc(60px - (((16px * 1.75) - 16px) / 2));
		/* calc(margin-top - (((上のテキストのfont-size * 上のテキストのline-height) - 上のテキストのfont-size) / 2  */	
	}
	
	#privacy .privacy-box .privacy-content .privacy-detail {
		line-height: 1.75;
	}
	
	#privacy .privacy-box .privacy-content .privacy-detail:nth-child(n + 2) {
		margin-top: calc(60px - (((16px * 1.75) - 16px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}
	
	#privacy .privacy-box .privacy-content .privacy-detail h3 {
		font-size: 21px;
		line-height: 1.33;
	}

	#privacy .privacy-box .privacy-content .privacy-detail p {
		margin-top: calc(20px - (((16px * 1.75) - 16px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}
	
	#privacy .privacy-box .privacy-content .privacy-detail .list {
		margin-top: calc(35px - (((16px * 1.75) - 16px) / 2));
		/* calc(margin-top - (((テキストのfont-size * テキストのline-height) - テキストのfont-size) / 2  */
	}
	
	#privacy .privacy-box .privacy-content .privacy-detail .list li {
		line-height: 2;
	}

	#privacy .privacy-box .privacy-content .privacy-detail .list li span {
		font-size: 12px;
		margin: 5px 6px 0 0;
	}
}


@media screen and (max-width: 768px) {
	.column #mv {
		background: url(../images/column/mv_column_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.gov #mv {
		background: url(../images/gov/mv_gov_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.fsri #mv {
		background: url(../images/innov/mv_innov_sp.jpg) no-repeat center center;
		background-size: cover;
	}
}
@media screen and (min-width: 769px) {
	.column #mv {
		background: url(../images/column/mv_column_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	.gov #mv {
		background: url(../images/gov/mv_gov_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	.fsri #mv {
		background: url(../images/innov/mv_innov_pc.jpg) no-repeat center center;
		background-size: cover;
	}
}