@charset "utf-8";
/*------------------------------*/
/* 下層ページ                   */
/*------------------------------*/
.main {
	margin: 40px auto 20px;
	padding: 0 10px;
}
/*------------------------------*/
/* 下層ページ（サイドバー）     */
/*------------------------------*/
.side-bar {
	width: 30%;
}
.side-tel {
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #00A0E9;
	border: 1px solid #00A0E9;
	padding: 5px 0;
	margin-bottom: 20px;
}
.side-tel small {
	font-size: .5em;
	color: #000;
}
.side-tel img {
	height: 1.2em;
	width: auto;
	margin-right: 0.2em
}
.side-tel a{
	display: inline-block;
	pointer-events: none;
	color: #00A0E9;
}
.side-btn {
	display: block;
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border: 1px solid #00A0E9;
	color: #00A0E9;
	padding: 10px 5px;
	margin: 0 auto 20px;
}
.side-btn:hover {
	opacity: .8;
}
.side-h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #707070;
	margin-bottom: 10px;
}
.side-p01 {
	margin-bottom: 10px;
}
/*---------------------------------*/
/* 下層ページ（メインコンテンンツ）*/
/*---------------------------------*/
.main-cont {
	width: 70%;
	padding-left: 30px
}
.main-section {
}
.main-h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #00A0E9;
	margin-bottom: 40px;
}
.main-h2 {
	font-size: 1.2em;
	font-weight: 600;
	text-align: left;
	color: #00A0E9;
	border-bottom: 1px solid #00A0E9;
	margin-bottom: 20px;
	padding-left:1em;
	text-indent:-1em;
}
.main-p01 {
	font-size: 1em;
	text-align: left;
	margin-bottom: 20px;
}
.main-p-70 {
	width: 70%;
	font-size: 1em;
	text-align: left;
	margin-bottom: 20px;
}
.main-img-30 {
	width: 30%;
	height: auto;
	margin-bottom: 20px;
}
.main-img-50 {
	width: 50%;
	height: auto;
	margin-bottom: 20px;
}
/*------------------------------*/
/* 会社概要（会社概要）         */
/*------------------------------*/
.company {
	width: 100%;
	border: #52BAE9 solid 1px;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.company th {
	width: 30%;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #00A0E9;
	padding: 15px;
	border: #52BAE9 solid 1px;
}
.company td {
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	border: #52BAE9 solid 1px;
}
/*-------------------------------*/
/* 連絡先（モバイル)             */
/*-------------------------------*/
.mobile{
	font-size: 2em;
	text-align: center;
	line-height: 1;
	color: #00A0E9;
	border: 1px solid #00A0E9;
	padding: 5px;
	margin-bottom: 20px;
}
.mobile small{
	font-size: 0.5em;
	position: relative;
	top: -0.3em;
}
.mobile img{
	height: 1.2em;
	width: auto;
	margin-right: 0.3em;
}
.mobile a{
	display: inline-block;
	pointer-events: none;
	color: #00A0E9;
}
/*-------------------------------*/
/* お問い合わせフォーム          */
/*-------------------------------*/
.inq-form{
	background-color: #D8F3FF;
	padding: 20px;
	margin-bottom: 20px;
}
.inq-table th{
	width: 40%;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding: 10px;
}
.inq-table td{
	width: 60%;
	text-align: left;
	padding: 10px;
}
.inq-form input{
	width: 200px;
	line-height: 2em;
}
.inq-form textarea{
	width: 300px;
	line-height: 1.2em;
}
.inq-btn {
	text-align:center;
}
input.btn-img {
	border: 0;
	max-width: 743px;
	width: 70%;
	height: 104px;
	background: url(../img/form-btn.jpg) center center/ contain no-repeat;
	cursor: pointer;
}
input.btn-img:hover {
	opacity: .8;
}

/*-------------------------------*/
/* レスポンシブ対応              */
/*-------------------------------*/
@media screen and (max-width:768px) {
	.main{
		margin: 20px auto 0px;
		padding: 0 20px;
	}
	.side-bar {
		width: 100%;
		padding: 0;
	}
	.side-tel a{
		pointer-events: auto;
	}
	.side-h2, .side-p01 {
		display: none;
	}
	.main-cont {
		width: 100%;
		padding: 0;
	}
	.main-section {
	}
	.main-h1{
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		margin-bottom: 20px;
	}
	.main-p-70{
		width: 100%;
	}
	.main-img-30{
		width: 100%;
	}
	.main-img-50{
		width: 100%;
	}
	.company{
		width: 100%;
	}
	.inq-table th{
		padding: 5px;
	}
	.inq-table td{
		padding: 5px;
	}
	.inq-form input{
		width: 100%;
	}
	.inq-form textarea{
		width: 100%;
	}
	input.btn-img {
		width: 100%;
		height: 60px;
	}
	.mobile{
		font-size: 2em;
	}
	.mobile a{
		pointer-events: auto;
}

}
