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

/*全体サイズ*/
.contact {
	display: inline-block;
	width: 100%;
	color: #6B4C4C;
}

.contact .box{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	letter-spacing: 2px;
    line-height: 1.5;
	text-align: left;
}

/*見出し：下ボーダー*/
.contact .midashi h1 {
	border-bottom: 1px solid #ccc;
	color: #333333;
	text-align: center;
	line-height: 1;
    font-family: kan48typos-std, sans-serif;
    font-style: normal;
    font-weight: 400;
}


/*文章*/
.contact .sentence {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 2px;
	line-height: 25px;
	text-align: left;
}


/*タブレット 480以下用*/
@media (max-width: 480px){
/*改行*/
.kaigyou::before{
	content: "\A" ;
	white-space: pre;
}
	
.contact .midashi h1 {/*タイトル_下線あり*/
	font-size: 22px;
}
}


/*タブレット 481以上用*/
@media (min-width: 481px){
.contact .midashi h1 {/*タイトル_下線あり*/
	font-size: 30px;
}
}	
	

/*タブレット 768以上用*/
@media (min-width: 768px){
.contact .box .inner {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}


/*パソコン用*/
@media (min-width: 1024px){
.contact .box{
	width: 50%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 3px;
}
	
.contact .box .inner {
	width: 100%;
}
}
