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


/*メインビジュアル*/

/*.conA{
	margin-bottom: 20px;
}*/

.conA .container{
	height: 160px;
	background-image: url("../img/main02_sm.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.conA h1{
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	letter-spacing: 0.1em;
}


@media print, screen and (min-width: 768px){
	
.conA{
	margin-bottom: 50px;
}
	
	.conA h1{
		font-size: 30px;
	}
	
	.conA .container{
		background-image: url("../img/main02.jpg");
		height: 300px;
	}
	
	
	
}


@media print, screen and (min-width: 768px){
	
	.main{
		padding:0 50px 30px;
		
	}
}


.main h2{
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 1em;
	font-size: 20px;
	/*line-height: 0;*/
}


.wp-block-image{
	text-align: center;
}

@media print, screen and (min-width: 768px){
	
	.main h2{
		font-size: 26px;
		margin-bottom: 1em;
	}
	
}



/*会社概要テーブル*/

table{
	/*max-width: 800px;*/
	/*margin: 0 auto 30px;*/
	margin-bottom: 30px;
}


table tr th{
	display: block;
	width: 96%;
	padding:0.3em 1em 0 1em;
	box-sizing: border-box;
	text-align: left;
	font-weight:bold;
}

table tr td{
	display: block;
	width: 96%;
	padding:0.2em 1em 0.3em 2em;
	box-sizing: border-box;
	border-bottom: 1px solid #bbb;
}

.btn{
	display: block;
	padding: 0.5em;
	box-sizing: border-box;
	width: 80%;
	max-width: 200px;
	margin: 0 auto 60px;
	text-align: center;
	background: #CCCCCC;
}

.wp-block-image{
	text-align: center;
}



@media print, screen and (min-width: 768px){
	
table tr th{
	display: table-cell;
	width: 30%;
	text-align: left;
	background: #EDE2F4;
	padding:0.3em 1em;
	box-sizing: border-box;
	font-weight: normal;
}
	
table tr td{
	display: table-cell;
	padding:0.3em 1em;
	box-sizing: border-box;
	border:none;
}
}



.about-box{
	margin-bottom: 80px;
	
}



