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

/* contents01 */

.contents01 .box-link {
   display: flex;
  justify-content: center;
flex-wrap: wrap;
    flex-direction: column;
    gap:30px 0px;
}

.contents01 .box-link img {
    height: 180px;
    width: auto;
}


/* layout01 */

.layout01 .box-img {
	position: relative;
	margin-bottom: 60px;
}

.layout01 .box-img img {
	border-radius: 30px;
}

.layout01 .box-img::before {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("images/name.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 210px;
	width: 100%;
	height: 100%;
	padding-right: 50px;
	display: block;
}

/* layout02 */

.layout02 {
	width: 860px;
}

.layout02 table {
	width: 100%;
}

.layout02 table td {
	padding: 5px 0px;
	line-height: 1.8;
}

.layout02 table td:first-child {
	white-space: nowrap;
	width: 15%;
}

.layout03 table td:first-child {
	border-right-style : solid;
border-color : #b2b2b2;
border-width : 1px;
}

.layout03 table td:last-child {
	padding-left: 50px;
}



.sp-view {
	display: none;
}
