@charset UTF-8;
/* ================================================ */
/*               全体設定                */
/* ================================================ */

body {
	font-size: 16px;
	line-height: 1.6;
	background-color: #f3eaca;
	color: #333; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* ================================================ */
/*全体ヘッダー*/
/* ================================================ */
	header img{
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 100%;
	}
	.contents h1 {
		color: #435b5b;
		font-weight: bold;
		font-size: 30px;
		margin-top: 25px;
		text-align: center;
	}
	.contents {
		margin-bottom: 50px;
	}
	.message {
		font-size: 20px;
		text-align: left;
		margin-top: 15px;
		margin-bottom: 20px;
		font-weight: bold;
	}
	.message-box{
		color: #435b5b;
		display: flex;
		margin: 30px 10px 10px 50px;
	}
	.business-domein-nav img {
		margin-left: 50px;
	}

	.business-domein-nav-list1 {
		display: flex;
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.business-domein-nav-list2 {
		display: flex;
		margin-bottom: 50px;
	}
	.business-domein-nav-item-1 {
		margin-right: 25px;
	}
	.business-domein-nav-item-3 {
		margin-right: 25px;
	}
	.tittle {
		margin-left: 10px;
	}
	.tittle img{
		width: 90%;
	}
	.container {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.profbox {
		border-spacing: 0px 30px;
	}
	.proftable {
		margin-top: 20px;
		margin-left: 20px;
	}
	.proftable p{
		color: #435b5b;
		font-size: 16px;
		font-weight: bold;
	}
	table.proftable {
		line-height: 30px;
	}
	table.proftable td.komoku {
	    padding: 0px 10px 5px 0;
	    text-align: left;
	    vertical-align: top;
	    white-space: nowrap;
	}
	p.proftxt {
	    padding: 0px 0px 0px 10px;
	    /*border-left: 2px solid #8ebb83;*/
	}
	.end {
		margin-top: 60px;
		text-align: right;
	}