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

#main{
	font-size:14px;
	line-height:1.8em;
}
.ailife_kv{
	width: 100%;
	height: 80vh;
  	background-image: url("../images/ailife/main.jpg");
	background-position: center center;
}
/*コンテンツ１*/
.content1{
}
.content1 img{
	display:block;
	width:100%;
}

.logo{
}
.logo h3{
	width:150px;
	margin:40px auto;
}
.logo div{
}
.logo div h2{
	width:280px;
	margin:25px auto;
}
.logo div p{
	font-size:110%;
	line-height:1.4em;
}
.logo div dl{
	margin:25px 0;
	background-color:#E8E8E8;
	padding:15px;
}
.logo div dl dt{
	font-size:130%;
	line-height:1.4em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:center;
	margin-bottom:15px;
	color:#C4AF71;
}
.logo div dl dd{
	background-color:#fff;
	padding:15px;
}


.block{
}
.block .step{
	margin:60px auto;
	width:100%;
	text-align: left;
}
.block .step h5{
	position:relative;
}
.block .step h5 .img{
}
.block .step h5 .nam{
	position:absolute;
	top:-15px;
	left:0;
	width:80px;
}
.block .step h4{
	font-weight:bold;
	font-size:110%;
	color:#666666;
    border: solid 1px #666666;
	padding:5px 2px 5px 10px;
	margin-bottom:10px;
}
.block .step p{
	line-height:1.4em;
}
.block .step p small{
	font-size:85%;
	color:#777;
	line-height:1.3em;
	display:block;
	margin:7px;
}

@media screen and (min-width: 758px){
#main{
	font-size:16px;
	line-height:1.8em;
}

.content1{
    margin: 40px auto;
}


.logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.logo h3{
	margin:-20px auto 0 auto;
	width:400px;
}
.logo div{
	width:800px;
}
.logo div h2{
	width:400px;
	margin:35px auto;
}
.logo div p{
	margin-bottom:30px;
	font-size:16px;
	line-height:1.8em;
}
.logo div dl{
	padding:25px;
}
.logo div dl dt{
	margin-bottom:20px;
	letter-spacing:1px;
}
.logo div dl dd{
	background-color:#fff;
	padding:25px;
}



.block{
	display: flex;
	justify-content: space-between;
	padding:0;
    width:100%;
}
.block .step{
	margin:60px 0 0 0;
	width:30%;
}
.block .step h5{
	position:relative;
}
.block .step h5 .img{
}
.block .step h5 .nam{
	position:absolute;
	top:-38px;
	left:0px;
	width:103px;
}
.block .step h4{
	padding:7px 2px 7px 20px;
	margin-bottom:13px;
}
.block .step p{
	line-height:1.4em;
}
.block .step p small{
	font-size:85%;
	color:#777;
	line-height:1.3em;
	display:block;
	margin:10px;
}
}


@media screen and (max-width: 758px){


}