@charset "UTF-8";

#wrapper h1 {
	font-size: 1.714rem;
	font-weight: bold;
	background: #f5f5f5;
	margin-bottom: 30px;
	padding: 50px 0;
}
#wrapper #intro {
	border-bottom: none;
}
#wrapper #intro .midashi {
	font-size: 1.286rem;
	font-weight: bold;
	margin: 0 0 30px;
}

#wrapper #profile h2 {
	color: #a2864a;
	font-size: 1.286rem;
	font-weight: bold;
	margin: 0 0 30px;
}
#wrapper #profile h2:not(:first-child) {
	margin-top: 60px;
}
#wrapper #profile h3 {
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 25px;
}

#wrapper #profile {
	border-bottom: none;
	padding-bottom: 100px;
}
#wrapper #profile .inner {
	width: 680px;
	text-align: left;
	margin: 0 auto;
}
#wrapper #profile dl {
	width: 680px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
#wrapper #profile dl:nth-of-type(odd) {
	background: #F5F5F5;
}
#wrapper #profile dt {
	width: 40%;
	padding: 0 30px;
}
#wrapper #profile dd {
	width: 60%;
	padding: 0 30px;
}


.privacy #wrapper .sec#privacy {
	width: 800px;
	min-width: 800px;
	text-align: left;
	margin: 0 auto;
}
.privacy #wrapper #privacy > ol > li {
	margin-bottom: 1em;
}



/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:899px) {

	#wrapper h1 {
		margin-bottom: 25px;
		padding: 25px 0;
	}
	#wrapper #intro {
		text-align: left;
		padding: 0 5vw;
	}
	#wrapper #intro .midashi {
		text-align: center;
		margin: 0 0 15px;
	}

	#wrapper #profile h2 {
		margin: 0 5vw 20px;
	}
	#wrapper #profile h2:not(:first-child) {
		margin-top: 40px;
	}

	#wrapper #profile {
		padding-bottom: 50px;
	}
	#wrapper #profile .inner {
		width: 90vw;
	}
	#wrapper #profile dl {
		width: 90vw;
		text-align: center;
		margin: 0 auto;
		padding: 15px 0;
		display: block;
	}
	#wrapper #profile dl:nth-of-type(odd) {
	}
	#wrapper #profile dt {
		width: 100%;
		padding: 0 5vw;
	}
	#wrapper #profile dd {
		width: 100%;
		padding: 0 5vw;
	}

	.privacy #wrapper .sec#privacy {
		width: 90vw;
		min-width: 90vw;
	}
	.privacy #wrapper #privacy > ol > li {
	}


}



