@charset "utf-8";

#mainvisual {
    height: 200px;
    text-align: center;
    background-image: url(/public/img/slide/erawan01.webp);
    background-size: cover;
    display: flex;
    align-items: center;
}
#mainvisual .titleBg{
	position: absolute;
	width: 100%;
	height: 200px;
	background-color: rgba(0,0,0,0.6);
	z-index: 0;
    background-image: url(/public/img/bg-flower.svg);
    background-size: 100% auto;
	background-position: center 80%;
}
#mainvisual h1{
	color: #FFF;
	margin: 0 auto;
	z-index: 1;
	line-height: 1.4;
	padding-top: 40px;
	background-image: url(/public/img/icon/title02-btn-w.svg);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: center top;
}
#mainvisual h1 span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
section{
	padding: 30px 0 100px;
}

#business h2 {
    font-size: 26px;
    color: #87633d;
    text-align: center;
    margin: 0 auto 50px;
    line-height: 1.4;
    padding-top: 40px;
    background-image: url(/public/img/icon/menu.svg);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: center top;
}
#business h2 span {
    display: block;
    font-size: 14px;
}

/** about form**/
.law-table{
    width:90%;
	margin: 0 auto;
	max-width: 800px;
}
.law-table th {
    background-color: #f0f0f0;
    vertical-align: top;
    font-weight:normal;
    width:40%;
}
.law-table th, .law-table td {
    padding: 15px 20px;
    border: 1px solid #d6d6d6;
}

.privacyWrap{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	color: #bd937f;
}
.privacyWrap h2{
	margin-top: 30px;
	color: #87633d;
}

@media only screen and (max-width:450px){
	#mainvisual{
		margin-top: 60px;
		height: 100px;
	}
	#mainvisual .titleBg{
		height: 100px;
	}
	section{
		padding: 30px 0 50px;
	}
	#mainvisual h1{
		font-size: 24px;
		padding-top: 30px;
		background-size:30px auto;
	}
	#mainvisual h1 span{
		font-size: 13px;
	}
	#business h2{
		background-size:30px auto;
		margin-bottom: 20px;
	}
	
.law-table th {
    background-color: #f0f0f0;
    vertical-align: top;
	font-weight:normal;
	float:left;
	width:100%;
}
.law-table th, .law-table td {
    padding: 15px 20px;
    border: 1px solid #d6d6d6;
	float:left;
	width:100%;
}
}
