@charset "UTF-8";

@media screen and (min-width:768px) {
	
	p#sitetitle {
		width: 732px;
		margin: 10px auto 0;
		font-size: 1.5rem;
	}
	
	p#sitetitle span {
		font-size: 2.2rem;
		color: #ff9933;
	}
	p#sitetitle span span {
		font-size: 1.5rem;
	}
	
	p#worth {
		width: 732px;
		margin: 0 auto 10px;
		font-size: 2.2rem;
		text-align: right;
	}
	p#worth span {
		font-size: 1.5rem;
	}
	
	div#company_profile {
		position: relative;
		margin: 30px auto;
		padding: 30px 0;
		width: 732px;
		height: 640px;
		background: #ffe;
	}

	div#company_profile h1 {
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		text-align: center;
		padding: 10px 30px;
		margin: 0 0 0 -20px;
		font-size: 1.5rem;
		color: white;
		background: #3D94D5;
	}

	div#company_profile h1:before {
		position: absolute;
		content: '';
		top: 100%;
		left: 0;
		border: none;
		border-bottom: solid 15px transparent;
		border-right: solid 20px #2d70a1;
	}

	div#company_profile dl {
		margin-top: 30px;
		padding: 0 20px;
	}
	
	div#company_profile dl dt {
		position: absolute;
		display: inline-block;
		padding: 7px 10px;
		width: 95px;
		color: #fff;
		left: 20px;
		text-align: center;
		background: #69a9d9;
	}

	div#company_profile dl dt:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top: -5px;
		border: 5px solid transparent;
		border-left: 10px solid #69a9d9;
	}

	div#company_profile dl dd {
		position: absolute;
		padding: 8px 10px 20px;
		left: 140px;
		width: 580px;
	}
	
	div#company_profile dl dt:nth-of-type(1),dd:nth-of-type(1) {
		top: 130px;
	}
	
	div#company_profile dl dt:nth-of-type(2),dd:nth-of-type(2) {
		top: 200px;
	}
	
	div#company_profile dl dt:nth-of-type(3),dd:nth-of-type(3) {
		top: 270px;
	}
	
	div#company_profile dl dt:nth-of-type(4),dd:nth-of-type(4) {
		top: 340px;
	}
	
	div#company_profile dl dt:nth-of-type(5),dd:nth-of-type(5) {
		top: 410px;
	}
	
	div#company_profile dl dt:nth-of-type(6),dd:nth-of-type(6) {
		top: 480px;
	}
	
	div#company_profile dl dt:nth-of-type(7),dd:nth-of-type(7) {
		top: 550px;
	}
}

@media screen and (max-width:767px) {
	
	p#sitetitle {
		width: 90%;
		margin: 0 auto;
		font-size: 1.5rem;
	}
	
	p#sitetitle span {
		font-size: 2.2rem;
		color: #f93;
		font-weight: bold;
	}
	p#sitetitle span span {
		font-size: 1.5rem;
	}
	
	p#worth {
		width: 90%;
		margin: 0 auto 10px;
		font-size: 2.2rem;
		text-align: right;
	}
	
	p#worth span {
		font-size: 1.5rem;
	}
	
	div#company_profile {
		position: relative;
		margin: 30px auto;
		padding: 30px 0;
		width: 90%;
		height: 880px;
		background: #ffe;
	}

	div#company_profile h1 {
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		text-align: center;
		padding: 10px 20px;
		margin: 0 0 0 -10px;
		font-size: 1.5rem;
		color: white;
		background: #3D94D5;
	}

	div#company_profile h1:before {
		position: absolute;
		content: '';
		top: 100%;
		left: 0;
		border: none;
		border-bottom: solid 15px transparent;
		border-right: solid 10px #2d70a1;
	}

	div#company_profile dl {
		margin-top: 30px;
		padding: 0 5px;
		height: auto;
	}
	
	div#company_profile dl dt {
		position: relative;
		display: inline-block;
		padding: 7px 7px;
		width: 80px;
		color: #fff;
		text-align: center;
		font-weight: bold;
		background: #69a9d9;
		margin: 20px auto auto 5px;
	}
	
	div#company_profile dl dt:first-of-type {
		margin-top: 0;
	}
	
	div#company_profile dl dt:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border: 5px solid transparent;
		border-top: 10px solid #69a9d9;
	}
	
	div#company_profile dl dd {
		width: 100%;
		margin: 20px auto auto 10px;
	}

}

/*
border: 1px solid #333;
*/