@charset "utf-8";
/* CSS Document */

.content01 {
	margin-top: 120px;
}

.content01 h2 {
	font-size: 28px;
	margin-left: 15px;
	text-align: center;
}@media screen and (max-width: 767px) {
	.content01 h2 {
		font-size: 20px;
	}
}

.content02 {
	margin-top: 100px;
}
.content02 h3{
	font-family:  "Shippori Mincho", sans-serif;
  font-weight:bold;
}
.content02 .photo {
	margin-top: 20px;
	border: #E8E8E8 solid 10px;
}

.content02 .photo img {
	vertical-align: bottom;
}

.content03 {
	padding: 80px 0 40px;
	text-align: center;
}

.content03 .logo {
	width: 140px;
	margin: auto;
}

.content03 .icon {
	margin: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content03 .icon div {
	width: 90px;
	margin: 0 10px;
}


.content03 .icon > .fadein:nth-of-type(1) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}

.content03 .icon > .fadein:nth-of-type(2) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}

.content05 {
	padding: 60px 0;
}

.content05 .box {
	display: flex;
	margin-top: 35px;
	border-bottom: dotted 1px #B0B0B0;
	padding-bottom: 25px;
}

.content05 .box:last-of-type {
	border-bottom: none;
}

.content05 .box .photo {
	width: 150px;
	margin-right: 20px;
	display: none;
}

.content05 .box h3 {
	font-size: 20px;
	vertical-align: middle;
	line-height: 100%;
}

.content05 .box ul {
	display: flex;
	flex-flow: column;
}

.content05 .box ul li {
	line-height: 100%;
	list-style-type:decimal;
	margin: 20px 10px 0 18px;
}

