﻿@charset "utf-8";
#consul {
	margin: 30px auto;
	text-align: center;
	max-width: 600px;
}
#consul p {
	margin: 0 30px;
	text-align: left;
	line-height: 1.4em;
}
#main-box {
	width: 100%;
	background-image: url("../img/consul/top-img-01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	align-items: center;
}
h2 {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
	font-weight: normal;
	font-size: 116%;
	letter-spacing: .3em;
	margin-bottom: 30px;
}
h2:after {
  content: " ";
  margin-left: -.3em;
}
h2:before, h2:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h2:before {
  border-left: solid 1px #03A9F4;
  border-top: solid 1px #03A9F4;
  border-bottom: solid 1px #03A9F4;
  left: 0;
}
h2:after {
  content: '';
  border-top: solid 1px #03A9F4;
  border-right: solid 1px #03A9F4;
  border-bottom: solid 1px #03A9F4;
  right: 0;
}
@media screen and (min-width:480px){
	#main-box {
		height: 200px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	#main-box {
		height: 240px;
	}
}
@media screen and (min-width:1024px) {
	#main-box {
		height: 260px;
	}
}
