@charset "utf-8";

body {
	-webkit-text-size-adjust: 100%;
  color: #000;
  font-family: source-han-sans-japanese, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}

.company_details {
	margin: 0px;
	padding: 40px 40px 0px;
	text-align: center;
}
h1{
	font-size: 18px;
	margin-bottom: 30px;
}
h2{
	margin-bottom: 0;
}
p{
	font-size: 15px;
	line-height: 180%;
	margin-top: 0;
}

.pic{
	height: auto;
    max-width: 100%;
}

@media screen and (min-width: 748px) { 
	.flex-ce{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
	}
}
.link{
	text-align: center;
	font-size: 13px;
}
a{
	color: black;
}

@media screen and (max-width: 747px) { 
	.company_details{
		padding-bottom: 40px;
	}
	p{
		width:100% !important;
		margin-bottom:20px;
		text-align: left;
	}
	.pic{
		width:100% !important;
	}
}