@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  PC用
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {
	
	#page_title{
			background: url(../images/company/company_h1_bg.png) no-repeat center;
			background-size: cover;

	}	
	
	.company_title {
		margin-bottom: 30px;
		font-weight: bold;
		font-size: 18px;
		position: relative;
		padding-left: 40px;
	}
	.company_title:after {
		content:"";
		position: absolute;
		width: 30px;
		height: 1px;
		background: #E83928;
		left: 0;
		top: 13px;
	}
	
	.company_contents dl {
	    display: flex;
	    flex-wrap: wrap;
	    width: 100%;
	    margin: 0 auto 40px;
	}

	.company_contents dl dt {
	    width: 25%;
	    padding: 10px;
		margin-bottom: 5px;
		background: url(../images/common/bg_diagonal.png) repeat left top;
		box-sizing: border-box;
	}

	.company_contents dl dd {
	    width: 75%;
	    padding: 10px;
		margin-bottom: 5px;
		box-sizing: border-box;
		border-bottom: dotted 1px #ccc;
	}
	
	.company_contents dl dd a {
		pointer-events:none;
	}
	.chart {
		text-align: center;
	}
	
	.b_box {
		width:100%;
		margin:0 auto 90px;
		padding:30px;
		border:1px solid #999999;
		box-sizing:border-box;
	}
	.b_box p {
		font-size:15px;
		line-height:2em;
		letter-spacing:0.05em;
	}
	.b_box p span {
		font-weight:bold;
	}
	.b_box p a {
		color:#333;
		pointer-events:none;
	}
	
	


}/* End PC */



/*--------------------------------------------------
**************************************************
  SP用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {


	#page_title{
			background: url(../images/company/company_h1_bg.png) no-repeat center;
			background-size: cover;
	}
  .company_title {
		margin-bottom: 30px;
		font-weight: bold;
		font-size: 4vw;
		position: relative;
		padding-left: 10vw;
	}
	.company_title:after {
		content:"";
		position: absolute;
		width: 7vw;
		height: 1px;
		background: #E83928;
		left: 0;
		top: 3.2vw;
	}
	.chart {
		text-align: center;
	}
	.chart img {
		width: 80%;
	}
	
	.company_contents dl {
	    width: 96%;
	    margin: 0 auto 40px;
	}
	
	.company_contents dl dt {
	    padding: 10px;
		margin-bottom: 5px;
		background: url(../images/common/bg_diagonal.png) repeat left top;
		box-sizing: border-box;
	}

	.company_contents dl dd {
	    padding: 10px 10px 0 10px;
		margin-bottom: 25px;
	}
	
	.b_box {
		width:96%;
		margin:0 auto 90px;
		padding:20px 5vw;
		border:1px solid #999999;
		box-sizing:border-box;
	}
	.b_box p {
		font-size:3.5vw;
		line-height:2em;
		letter-spacing:0.05em;
	}
	.b_box p span {
		font-weight:bold;
	}
	.b_box p a {
		color:#333;
		display:block;
	}
	
	




}/* End SP */
