@charset "utf-8";

/*---------------------------------------------------------------------------*/
#main_ttl {
	background-color:#7fbfe8;
}

@media screen and (max-width:767px){
	#main_ttl h2 {
		font-size: 10px;
	}
	#main_ttl h2 strong {
		display: inline-block;
		/display: inline;
		/zoom: 1;
		font-size: 18px;
	}
}

/*---------------------------------------------------------------------------*/
.sub_title {
	background: #7fbfe8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 22px;
	padding: 12px 15px;
}

@media screen and (max-width:767px){
	.sub_title {
		background: #7fbfe8;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		color: #ffffff;
		font-size: 10px;
		font-weight: bold;
		line-height: 1;
		margin: 0 0 10px;
		padding: 7px 8px 6px;
	}
}

/*---------------------------------------------------------------------------*/
.tbl_style1 table {
	border-right: 1px solid #bed6d8;
	border-top: 1px solid #bed6d8;
	margin: 0 0 38px;
	width: 100%;
}
.tbl_style1 table tr th,
.tbl_style1 table tr td {
	border-bottom: 1px solid #bed6d8;
	border-left: 1px solid #bed6d8;
	font-size: 14px;
	padding: 15px 18px;
	text-align: left;
	vertical-align: top;
}
.tbl_style1 table tr th {
	background: #f0fbfc;
	min-width: 56px;
}
.tbl_style1 table tr td {
	background: #ffffff;
}

@media screen and (max-width:767px){
	.tbl_style1 table {
		border-right: none;
		border-top: none;
		margin: 0 auto 12px;
		width: 94%;
	}
	.tbl_style1 table tr th,
	.tbl_style1 table tr td {
		border-right: 1px solid #bed6d8;
		display: block;
		font-size: 10px;
		padding: 6px 3%;
	}
	.tbl_style1 table tr:first-child th {
		border-top: 1px solid #bed6d8;
	}
}

/*---------------------------------------------------------------------------*/
.project .company_txt_01 {
	border-top: 1px dotted #c9c9c9;
	font-size: 14px;
	line-height: 22px;
	padding: 25px 15px 30px;
}
.project .company_txt_01.noborder {
	border: none;
	padding-top: 0;
}
.project .company_txt_01:first-child {
	border-top: none;
}
.project .company_txt_01 strong {
	color: #006db9;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.project .company_txt_01 a {
	color: #2d90d4;
}

@media screen and (max-width:767px){
	.project .company_txt_01 {
		font-size: 10px;
		line-height: 15px;
		padding: 10px 3%;
	}
	.project .company_txt_01:first-child {
		border-top: none;
	}
	.project .company_txt_01 strong {
		font-size: 10px;
		line-height: 15px;
	}
}

/*---------------------------------------------------------------------------*/
.tbl_style2 table {
	border-right: 1px solid #bed6d8;
	border-top: 1px solid #bed6d8;
	margin: 0 0 55px;
	width: 100%;
}
.tbl_style2 table tr th,
.tbl_style2 table tr td {
	border-bottom: 1px solid #bed6d8;
	border-left: 1px solid #bed6d8;
	font-size: 14px;
	padding: 15px 18px;
	text-align: left;
	vertical-align: top;
}
.tbl_style2 table tr th {
	background: #daf3f5;
	width: 172px;
}
.tbl_style2 table tr th.month {
	background: #f0fbfc;
	padding: 15px 10px;
	width: 60px;
}
.tbl_style1 table tr td {
	background: #ffffff;
}
.flex_wrap {
	margin-top: 6px;
	display: flex;
	gap: 28px;
}
.flex_wrap .leftSide {
	display: flex;
	gap: 28px;
	width: 4.3em;
}
.tbl_style1 table tr td div p {
	/* float: left; */
}

/* .tbl_style1 table tr td div.url p + p {
	margin-left: 28px;
} */

@media screen and (max-width:767px){
	.tbl_style2 table {
		border-right: none;
		border-top: none;
		margin: 0 auto 12px;
		width: 94%;
	}
	.tbl_style2 table tr th,
	.tbl_style2 table tr td {
		border-right: 1px solid #bed6d8;
		display: block;
		font-size: 10px;
		padding: 6px 3%;
		width: 94%;
	}
	.tbl_style2 table tr th {
		width: 94%;
	}
	.tbl_style2 table tr:first-child th:first-child {
		border-top: 1px solid #bed6d8;
		width: 94%;
	}
	.tbl_style2 table tr th.month {
		padding: 6px 3%;
		width: 94%;
	}
	/* .tbl_style1 table tr td div.url p + p {
		margin-left: 0;
	} */
	.flex_wrap {
	  gap: 0;
	}
	.flex_wrap .leftSide {
		width: 5em;
	}
}

/*---------------------------------------------------------------------------*/
@media screen and (min-width:768px), print {
	.pressRelease {
		padding: 0 15px;
	}
	.pressRelease .list li {
		border-bottom: 1px solid #cccccc;
		font-size: 0;
		margin: 0 0 15px;
		padding: 0 0 15px;
	}
	.pressRelease .list li:last-of-type {
		border-bottom: none;
		margin: 0;
		padding: 0;
	}
	.pressRelease .list li p {
		display: inline-block;
		font-size: 14px;
		vertical-align: top;
	}
	.pressRelease .list li p:nth-of-type(1) {
		margin: 0 1% 0 0;
		width: 12%;
	}
	.pressRelease .list li p:nth-of-type(2) {
		margin: 0 1% 0 0;
		width: 76%;
	}
	.pressRelease .list li p:nth-of-type(3) {
		width: 10%;
	}
	.pressRelease .list li p:nth-of-type(3) a {
		background: #006db9;
		border-radius: 5px;
		color: #ffffff;
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		text-align: center;
		text-decoration: none;
	}
	.pressRelease .list_link {
		margin: 30px 0;
		text-align: right;
	}
	.pressRelease .list_link a {
		color: #2d90d4;
	}

	.pressRelease .pagenate {
		list-style: none;
		font-size: 0;
		margin: 50px 0 0;
		text-align: center;
	}
	.pressRelease .pagenate li {
		display: inline-block;
		margin: 0 5px;
		vertical-align: middle;
	}
	.pressRelease .pagenate li a {
		border: 1px solid #2d90d4;
		color: #2d90d4;
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 25px;
		text-align: center;
		text-decoration: none;
		width: 25px;
	}
	.pressRelease .pagenate li a:hover {
		background: #2d90d4;
		color: #ffffff;
	}
	.pressRelease .pagenate li.active a {
		background: #2d90d4;
		color: #ffffff;
	}
}
@media screen and (max-width:767px) {
	.pressRelease {
		padding: 0 3%;
	}
	.pressRelease .list li {
		border-bottom: 1px solid #cccccc;
		font-size: 0;
		margin: 0 0 10px;
		padding: 0 0 10px;
	}
	.pressRelease .list li:last-of-type {
		border-bottom: none;
		margin: 0;
		padding: 0;
	}
	.pressRelease .list li p {
		display: inline-block;
		font-size: 10px;
		vertical-align: top;
	}
	.pressRelease .list li p:nth-of-type(1) {
		margin: 0 1% 0 0;
		width: 20%;
	}
	.pressRelease .list li p:nth-of-type(2) {
		margin: 0 1% 0 0;
		width: 66%;
	}
	.pressRelease .list li p:nth-of-type(3) {
		width: 12%;
	}
	.pressRelease .list li p:nth-of-type(3) a {
		background: #006db9;
		border-radius: 5px;
		color: #ffffff;
		display: block;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
	.pressRelease .list_link {
		margin: 30px 0;
		text-align: right;
	}
	.pressRelease .list_link a {
		color: #2d90d4;
		font-size: 12px;
	}

	.pressRelease .pagenate {
		list-style: none;
		font-size: 0;
		margin: 30px 0;
		text-align: center;
	}
	.pressRelease .pagenate li {
		display: inline-block;
		margin: 0 5px;
		vertical-align: middle;
	}
	.pressRelease .pagenate li a {
		border: 1px solid #2d90d4;
		color: #2d90d4;
		display: block;
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
		text-align: center;
		text-decoration: none;
		width: 20px;
	}
	.pressRelease .pagenate li a:hover {
		background: #2d90d4;
		color: #ffffff;
	}
	.pressRelease .pagenate li.active a {
		background: #2d90d4;
		color: #ffffff;
	}
}
