@charset "utf-8";

/*==============================================
	company
==============================================*/
.conceptarea {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
}

.conceptframe{
    padding: 10px;
    margin-top: 20px;
}

.concept{
	font-size: 18px;
	padding-bottom: 100px;
}

.concept-message{
	display: flex;
	justify-content: space-around;
	text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;

}
.concept-message p{
	padding-left: 30px;
}

body#company a{
	text-decoration: none;
}

.underline{
	text-align: center;
	margin: 15px 0 20px 0;
	padding-top: 20px;
	background: url(../images/service/h3titleback.jpg) no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.h2_bottom_line {
    font-size: 24px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 1em;
}

.h2_title {
    font-size: 24px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 1em;
}

.secondary{
	padding-top: 2.6rem;
	clear: both;
}

.concept-message img{
	align-self: flex-start;
	width: 365px;
	height: 245px;
	/*float: left;*/
}


table{
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	margin-top: 1rem;
	font-weight: bold;
	font-size: 16px;
	
}
th,td{
	display: teble-cell;
	border: 2px solid #fff;
}
th{
	color: #fff;
	background: #1479b9;
	padding: 7px 40px 7px 40px;
	letter-spacing: -1px;
}

td{
	background: #e5f2fa;
	padding: 0 15px 0 15px;
	letter-spacing: -1px;
	text-align: left;
}

.company_map{
	position:relative;
	width:100%;
	height:0;
	padding-top:45%;
	text-align: left;
}
.company_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

aside {
    width: 245px;
    background-color: #fff;
    text-align: left;
    margin-left: 20px;
}

/*==============================================
	メディアクエリ
==============================================*/
@media screen and (max-width: 730px){
	table{
		width: 100%;
	}

	.concept-message {
		flex-direction: column;
}

	.concept-message img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
}
	.concept-message p {
    padding-left: 15px;
	padding-right: 15px;
    font-size: 17px;
}

}
@media screen and (max-width: 637px){
	.underline {
		background-size: 95%;
	}
	.h2_bottom_line {
		font-size: 20px;
		position: relative;
		display: inline-block;
		color: #ffffff;
		margin-bottom: 1.4em;
		text-align: center;
	}
}
@media screen and (max-width:514px){


	.h2_bottom_line {
		font-size: 20px;
	}
	.concept-message{
		padding-top: 0;

}
/*
	.concept-desc{
		clear: both;
}

	.companyphoto{
		float: none;
		width: 100%;
		height: auto;
}
*/

	.res_table table {
		width: 100%;
		margin: 0 auto;
}
	table{
		border-style: none;
}

	.res_table table td,
	.res_table table th {
		padding: 7px;
		display: block;
}

	th,td{
		border: none;
}

	.res_table table td{
		text-align: left;
		box-sizing: border-box;
}
	.res_table table td{
		box-sizing: border-box;
}

}