@charset "UTF-8";
/* CSS Document */



/* layout01 */

.layout01 table {
	width: 100%;
	border-style : solid;
border-color : #1fb589;
border-width : 1px;
}

.layout01 table td {
	border-style : solid;
border-color : #1fb589;
border-width : 1px;
	padding: 15px;
}

.layout01 table tr:first-child td {
	background-color: #1fb589;
	color: #FFF;
}

.layout01 table tr:first-child td:not(:last-child) {
	border-right-color : #FFF;
}

.layout01 p {
	padding-top: 20px;
	font-size: 20px;
}

/* layout02 */

.layout02 {
	text-align: left;
}

/* layout03 */

.layout03 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout03 .box-img {
	width: 520px;
}

.layout03 .box-text {
	flex: 1;
	padding-left: 40px;
	text-align: left;
}


.sp-view {
	display: none;
}
