@charset "utf-8";


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


.wrapper{
	margin-bottom:10%;
	display: flex;
	display: -webkit-flex;
}

.main{
	margin-left: auto;
}

.paragraph{
	margin-top: 10%;
	margin-bottom: 10%;
}

.paragraph:nth-of-type(1){
	margin-top: 0;
}

.text{
	margin: 5% 0;
}

a.blue{
	color: #337ab7;
}

p.headline-center{
	text-align:center;
	margin-bottom:5%;
}

.headline{
	font-size: 3rem;
	border-bottom:solid 1px;
}

.inline_block{
	display: inline-block;
	margin: 0 0 10px;
}

#message .ceo_name{
	font-size: 30px;
}

@media screen and (max-width: 768px) {
	#message .ceo_name{
		font-size: 20px;
	}
}

#profile th{
	background-color: #f2f1ec;
}

.background{
	background: #f2f1ec;
	padding: 0 15px;
}

.background>div{
	padding: 3% 0;
}

.wide{
	margin-left: -240px;
	margin-right: -15px;
}

@media screen and (max-width: 768px) {
	.wide{
		margin-left: 0;
		margin-right: 0;
	}
}

/* .wide_reset{
	margin-left: 255px;
	margin-right: 15px;
} */

@media screen and (min-width: 768px) {
	.margin{
		margin-left: 200px;
	}
}

#access iframe{
	margin: 20px 0 0;
	border:0;
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	width: 100%;
	height:350px;
}

#access iframe.between{
	margin-bottom:10%;
}

#committed .committed_part{
	width: 30%;
	margin: 0 auto;
}

video{
	width: 100%;
}
