@charset "utf-8";

/* header */

.hamburger {
	visibility: hidden;
}

h1 {
	float:left;
	margin-top: 22px;
	margin-left: 50px;
}


/* main */

#dtp {
	background-image: url("../images/dtp_bg.jpeg");	
	padding-top: 25px;
	padding-bottom: 25px;
	height: 1000px;
}

#web  {
	background-image: url("../images/web_bg2.jpeg");
	background-size: 100%;
	padding-top: 25px;
	padding-bottom: 100px;
}

#dtp h2,#web h2 {
	text-align: center;
	font-size: 4rem;
	padding-top: 60px;
	padding-bottom: 60px;
}

#dtp h3,#web h3 {
	font-size: 2.4rem;
	position: absolute;
	top: 60px;
	left: 50px;
	color: #333;
	text-shadow:2px 2px 0 #fff, -2px -2px 0 #fff,
				-2px 2px 0 #fff, 2px -2px 0 #fff,
				0px 2px 0 #fff,  0-2px 0 #fff,
				-2px 0 0 #fff, 1px 0 0 #fff;
}

h3::first-letter {
	font-size: 3rem;
	font-weight: bold;
}

.flex {
    display: flex;
	flex-wrap:wrap;
	justify-content: center;
	max-width: 1280px;
	min-width: 1200px;
	margin: 0 auto;
	border: 1px solid #666;
	padding: 25px 20px 25px;
}

.flex section {
	width: 320px;
	height: 260px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 40px;
	background-color: beige;
	border: 2px solid #eee;
	border-radius: 10px 100px/120px;
}

.leaf {
	visibility: hidden;
}

.flex section:first-child {
	margin-right: -380px;
}

#lastLeaf {
	margin-right: -380px;
}

.flex section:nth-child(5) {
	margin-left: 55px;
}

.flex section a {
	display: block;
	height:100%;
	width: 100%;
	text-decoration: none;
	color: #666;
	position: relative;

}

.flex section p {
	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 100%;
	height: 80%;
	border-radius: 10px 100px/120px;
	background-color: #FFFFFF;
	margin-top: 25px;
}

.flex section p img {
	width: 100%;
	height: 80%;
	border-radius: 10px 100px/120px;
}

.flex2 section {
		background-color: #FFFFFF;
}

.flex2 section p {
	background-color: beige;
}


/* footer */

footer ul {
	height: 150px;
	background-color: rgb(245,245,220);
	padding-left: 80%;
	padding-top: 20px;
}
	
footer ul li {
	display: block;
	height: 20%;
	border-left: 1px solid #999;
	text-align: left;
	font-size: 1.4rem;
	padding-top: 10px;
	padding-left: 25px;
}








