@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.tablepress-id-1 {
	table-layout: auto;
}
.tablepress-id-1 tbody tr {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.tablepress-id-1 tbody td {
	/* border-bottom: solid 1px #ccc; */
	padding: 20px;
	background: #fafafa;
	/* border-right: solid 1px #ccc; */
	/* border-left: solid 1px #ccc; */
	/* border-top: 1px solid #ccc; */
	border-top: none;
}
.tablepress-id-1 td.column-1 {
	width: 100%;
	display: flex;
	font-size: 20px;
	background: #fdfdfd;
	border-top: 1px #ccc solid;
}
.tablepress-id-1 td.column-2 {
	width: 20%;
}
.tablepress-id-1 td.column-3 {
	width: 30%;
}
.tablepress-id-1 td.column-4 {
	width: 20%;
}
.tablepress-id-1 td.column-4 a{
	color: #333333;
}
.tablepress-id-1 td.column-5 {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.tablepress-id-1 td.column-5 .is-style-btn01 {
	width: 100%;
}
.tablepress-id-1 td.column-5 a{
	color: #ffffff;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tablepress-id-1 td.column-5 a .fa-external-link-alt{
	color: #ffffff;
	font-size: 16px;
	margin-right: 5px;
}
.tablepress-id-1 td.column-5 a .fa-envelope{
	color: #ffffff;
	font-size: 18px;
	margin-right: 5px;
}
.tablepress-id-1 tr span {
background: #076aa7;
	color: #fff;
	padding: 2px 10px;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
}

.tablepress-id-2 {
	table-layout: auto;
}
.tablepress-id-2 tbody tr {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.tablepress-id-2 tbody td {
	/* border-bottom: solid 1px #ccc; */
	padding: 20px;
	background: #fafafa;
	/* border-right: solid 1px #ccc; */
	/* border-left: solid 1px #ccc; */
	/* border-top: 1px solid #ccc; */
	border-top: none;
}
.tablepress-id-2 td.column-1 {
	width: 100%;
	display: flex;
	font-size: 20px;
	background: #fdfdfd;
	border-top: 1px #ccc solid;
}
.tablepress-id-2 td.column-2 {
	width: 40%;
}
.tablepress-id-2 td.column-3 {
	width: 30%;
}
.tablepress-id-2 td.column-3 a{
	color: #333333;
}
.tablepress-id-2 td.column-4 {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tablepress-id-2 td.column-4 .is-style-btn01 {
	width: 100%;
}
.tablepress-id-2 td.column-4 a{
	color: #ffffff;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tablepress-id-2 td.column-4 a .fa-external-link-alt{
	color: #ffffff;
	font-size: 16px;
	margin-right: 5px;
}
.tablepress-id-2 td.column-4 a .fa-envelope{
	color: #ffffff;
	font-size: 18px;
	margin-right: 5px;
}
.tablepress-id-2 tr span {
background: #076aa7;
	color: #fff;
	padding: 2px 10px;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
}
.wp-block-image figcaption {
	text-align: center;
}

@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){
	.tablepress-id-1 {
			width: 100%;
		}
	.tablepress-id-1 tbody td {
		/* border-bottom: solid 1px #ccc; */
		padding: 10px;
				}
	.tablepress-id-1 td.column-2 {
		width: 100%;
			}
	.tablepress-id-1 td.column-3 {
		width: 100%;
			}
	.tablepress-id-1 td.column-4 {
		width: 100%;
			}
	.tablepress-id-1 td.column-5 {
		width: 100%;
	}
	.tablepress-id-1 td.column-5 .is-style-btn01 {
		margin: 5px 0;
	}
	.tablepress-id-2 {
			width: 100%;
		}
	.tablepress-id-2 tbody td {
		/* border-bottom: solid 1px #ccc; */
		padding: 10px;
				}
	.tablepress-id-2 td.column-2 {
		width: 100%;
			}
	.tablepress-id-2 td.column-3 {
		width: 100%;
			}
	.tablepress-id-2 td.column-4 {
		width: 100%;
			}
}
