@charset "utf-8";
/* CSS Document */
.block.flex{
	display: flex;
	flex-direction: column;
}

.block.flex>div{
	flex:0 0 43%;
}


.block.flex img{
	float: right;
    margin: 5px; 
	width: 40%;
}
.block.flex table{
	table-layout: fixed;
	white-space: normal !important;
	width: 100%;
}
.block.flex table td{
	white-space: normal !important;
	width: 100%;
}
.kankyo{}
.block.flex>div {
    position: relative;
    margin: 1em 0;
    padding: 0.5em 1em;
	border-width: 2px;
	border-style: solid;
    border-radius: 8px;
}
.block.flex>div .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.7rem;
    background: #FFF;
    font-weight: normal;
}
.block.flex>div p {
    margin: 5px !important; 
    padding: 0;
	font-size: 1.5rem
}

.kankyo {
    border-color: rgba(253,205,66,1);
    border-color:rgba(0,93,204,1);
}
.kankyo .box-title {
    color:  rgba(0,93,204,1);
}

.torikumi{
	
}
.torikumi {
    border-color: rgba(54,94,70,1);
}
.torikumi .box-title {
    color:  rgba(54,94,70,1);
}




@media screen and (min-width:900px) {
	.block.flex{
		display: flex;
		flex-direction: row;
	justify-content: space-between;
	}

	.block.flex img{
		float: right;
		width: 40%;
	}

	.block.flex table{
		margin-right: 10px;
	}
	.block.flex .tbl{
		margin-right: 10px;
	}

	.block.flex .ph{
		flex-basis: 45%;
	}

	
}