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

/* 背景画像の読み込み */
.titlebox_wrapper {
    background: url("../img/main-company.jpg") no-repeat center top;
    background-size: auto auto;
    background-size: 100% 100%;
    background-size: contain;
    position: relative;
}

/*----------------------------------------
    ご挨拶
-----------------------------------------*/ 

.greeting-content_wrapper{
margin-bottom: 60px;
}

.greeting-content{
	display: table;
	padding-left:40px;
	padding-right: 40px;
}

.greeting-image{
		display: table-cell;
	vertical-align: top;
}
.greeting-notes{
	display: table-cell;
	vertical-align: top;
	padding-left: 55px;
}
.greeting-notes-name{
	font-weight: bold;
	text-align: right;
	padding-top: 43px;
}



@media screen and (max-width:600px) {
	
	.greeting-content{
		padding-left:0;
	padding-right:0;
}
	
	.greeting-image{
		display: block;
		text-align: center;
}
.greeting-notes{
		display: block;
		text-align: left;
	padding:10px;
	width: 80%;
	margin: auto
}
.greeting-notes-name{
	text-align: center;
	padding-top: 10px;
}

}

/*----------------------------------------
    会社概要
-----------------------------------------*/ 

.profile_wrapper{
	margin-bottom: 60px;
}
.profile-list{
	padding-left:40px;
	padding-right: 40px;
}
.profile-list dl{
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-top:15px; 
	padding-bottom:15px; 
}
.profile-list dl:first-child{
	border-top: 1px solid #ccc;
}
.profile-list dt{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 370px;
	padding-left: 30px
	
}
.profile-list dd{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
@media screen and (max-width:768px) {
.profile-list dt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 35%;
    padding-left: 16px;
}
}

@media screen and (max-width:480px) {
	.profile-list {
    padding-left: 0;
    padding-right: 15px;
}
	.profile-list dl{
		border: none;
		padding-top: 5px;
padding-bottom: 5px;
	}
		.profile-list dl:first-child{
		border: none;
	}
.profile-list dt{
	display: block;	
	width: 100%;
	padding: 5px 0 5px 15px;
	background-color: #f5f1e9
}
.profile-list dd{
	display: block;	
	margin-left: 0;
	padding: 5px 0 5px 15px;
}
}
/*----------------------------------------
    地図
-----------------------------------------*/

.map{
    width:90%;
    margin:0 auto;
}
    .map iframe{
        height:400px;
    }
@media only screen and (max-width: 768px) {
    .map{
        width:95%;
    }
        .map iframe{
            height:250px;
        }
}