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


/*会社案内ページメイン画像
---------------------------------------------------------------------------*/

#mainimg {
	max-width: 1500px;	/*サイトの最大幅*/
	max-height: 142px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/hed_img.jpg");
	background-repeat:no-repeat;
	text-align: center;
}
h2 {
	text-shadow: 0 0 10px #fff,0 0 15px #fff;
}

/*代表挨拶*/
.cacebox{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

#ceo {
	width: 29%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-top: 5px;
}

.introduce {
	display: inline-block;
	width: 70%;
	padding: 5px 0px 5px 20px;
	margin-right: 0px;
	text-align: left;
	font-size: 0.95em;
}

@media screen and (max-width: 650px) {
.cacebox{
	display: block;
}

#ceo {
	width: 40%;
	display: block;
	margin: 10px auto 20px;
}

.introduce {
	width: 95%;
	display: block;
	margin: 10px auto 30px;
    padding:5px 0 5px 0;
}
}


.name{
	margin-top: 10px;
	font-family:ro-nikkatsu-sei-kai-std, serif;
	font-size: 140%;
	font-weight: 800;
}
@media screen and (max-width: 480px) {
	.name{
	font-size: 100%;
	font-weight: 800;
}
}


.sfont {
	font-size: 60%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
}

/*社名に込めた想い*/

.sec30 {
	width: 28%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding-top: 10px;
	padding-left: 20px;
}

.sec70 {
	display: inline-block;
	width: 60%;
	padding-top: 10px;
}

.minMA31 {
	font-family:a-otf-midashi-mi-ma31-pr6n;
	font-size: 1.4em;
	margin-top: 10px;
}

@media screen and (max-width: 700px) {
	.minMA31 {
	font-size: 1.2em;
	margin-top: 10px;
}
}

@media screen and (max-width: 650px) {
	.sec30 {
	width: 50%;
	display: block;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
}

.sec70 {
	display: block;
	width: 60%;

	text-align: center;
	margin: 0 auto;
}
	.minMA31 {
	font-size: 1.2em;
	margin-top: 10px;
}
}

/*6つのルール
---------------------------------------------------------------------------*/

#rules{
	margin-top: 20px;
}

#rules dl{
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	
}

#rules dt{
	width: 10%;
}

#rules dd{
	padding-top: 20px;
}

h4 {
	font-size: 1.3em;
	font-weight: 600;
}



@media screen and (max-width: 800px) {
	#rules dt{
	width: 15%;
}
}

@media screen and (max-width: 600px) {
		#rules dl{
	flex-wrap: wrap;
}
	#rules dt{
	width: 20%;
}
	#rules dd{
	padding-top: 5px;
	margin-bottom: 20px;
}

}
@media screen and (max-width: 480px) {
	h4 {
	font-size: 1.4em;
}
}


/*会社概要
---------------------------------------------------------------------------*/
table{
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
}

th{
	width: 30%;
	padding: 10px;
	border-bottom: solid 1px #e6e6e6;
	background-color: #c7e8fa;

}

td{
 	width: 70%;
	padding: 10px;
	border-bottom: solid 1px #e6e6e6;
}

.no_border {
		border-bottom: none;
}

@media screen and (max-width: 600px) {
	.col_2 > div{
		width: 100%;
		text-align: center;
	}
	table{
	margin-bottom: 0px;
}
}
	


