@charset "utf-8";
/* ******************************************************************************** */
/*                                                                                  */
/*  I'll be NET service                                                              */
/*  作成：I'll be NET（http://illbe.net/）                                          */
/*                                                                                  */
/* ******************************************************************************** */
.wrap-min{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 2rem;
}
#service{
	padding: 15vh 0 0;
}
#description{
	padding-bottom: 15vh;
}

#service-container h3{
	text-align: center;
	position: relative;
	font-size: 2rem;
	color: #b09e88;
	margin-bottom: 3rem;
}
#service-container h3::before, #service-container h3::after{
	content: "";
	display: inline-block;
	width: 3rem;
	height: 3px;
	background: #b09e88;
	margin: 0 1em .2em 0;
}
#service-container h3::after{
	margin: 0 0 .2em 1em;
}
#service-container h4{
	font-size: 1.6rem;
	color: #a77777;
	margin-bottom: 1.5rem;}
.service-content{
	padding: 8rem 0;
	background: rgba(255,255,255, .9);
}
.service-content:nth-child(2n){
	background: rgba(254,240,239,.9);
}

#service-intro section{
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.7;
}

#service-profile-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service-profile-inner figure{
	width: 30%;
	text-align: center;
}
#service-profile-inner figure img{
	width: 100%;
	max-width: 200px;
}
#service-profile-inner section{
	width: 65%;
}

#service-container ul li::before{
	content: "●";
	color: #ccc;
	margin-right: .5em;
}
#service-container ul li{
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.service-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-item{
	width: 48%;
	margin-bottom: 2rem;
	padding: 2rem;
	border-radius: 1rem;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	background: rgba(255,255,255,.9);
}
.service-item h4{
	text-align: center;
}

@media (max-width: 900px){
	#service-intro section{text-align: left; font-size: 1.4rem;}
}

@media (max-width: 480px){
	#service-profile-inner, .service-list{
		flex-direction: column;
		justify-content: center;
	}
	#service-profile-inner > *, .service-list > *{
		width: 100% !important;
		margin-top: 2rem;
	}
}