@charset "utf-8";

/*設定のリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

element.style {
}
a, a:link, a:visited, a:active, a:hover {
    color: #000;
    text-decoration: none;
}

/*全体構造*/
body {
	font-family:'Noto Sans JP', 'Yu Gothic', YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'MS PGothic', sans-serif;
	/* font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	font-size:13px;
	/* text-align:center; */
	}



/* ヘッダー */
#headerWrapper{
	display: block;
	width: 100%;
	height: auto;

	border-bottom: 1px solid #6594e0;
	background-color: #fff;

	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0;
	z-index: 100000;
}
#header{
  width: 90%;
	height: 62px;
	margin: 0 auto;
	padding: 5px 0;
}

#logo {
  width: 30%;
	height: 62px;
	float: left;
}
#logo img{
  width: 200px;
}
#menu {
	/* width: 70%; */
	/* margin-left: 50px; */
	height: 62px;
	float: right;
}
#menu ul{
	list-style-type: none;
	height: auto;
}
#menu ul li{
	display: block;
	float: left;
	line-height: 62px;
	margin-left: 0px;
	height: auto;
  opacity: 1;
}
#menu ul li a{
	margin: 20px;
  letter-spacing: 0.1em;
}
#menu li a.active,
#menu li a:hover{
	border-bottom: 1px solid #999999;
	margin-bottom: 14px;
}

/* --------------
     コンテンツ
 -------------- */
#main{
	width: 90%;
	margin: 0 auto;
	margin-top: 100px;
	height: auto;
}

/*各ページ共通*/
#main h1 {
    /* text-align: center; */
		color: #6594e0;
		font-weight: bold;
		font-size: 150%;
}

#image{
	background-image: url(../image/top.jpg);
	background-size: cover;

	margin-top: 20px;
	margin: 0 auto;
	width: 100%;
	height: 500px;
	opacity: 1;
}
#image img{
	width: 100%;
	height: 500px;
  object-fit: cover;
	object-position: 0 20%;
}
.copy-box {
  margin: 0 auto;
  opacity: 1;
  position: relative;
  top: 250px;
  text-align: left;
}
#image .catch-copy{
	text-align: left;
  letter-spacing: 1px;
}
#image .catch-copy h1{
	font-size: 200%;
	font-weight: bold;
	font-family: 'arial black';
}
#image .catch-copy p{
	font-size: 100%;
}
.content{
	height: auto;
}
/* タイトル */
.content h1{
	color: #6594e0;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 50px;

	position: relative;
  padding: 1.5rem 1rem;
}
.content h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #6594e0, #6594e0 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #6594e0, #6594e0 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.content{
	text-align: center;
	width: 50%;
	margin: 70px auto;
}
/* 営業代行とは */
.sales {
	text-align: left;
}
.sales h2{
	font-weight: bold;
	font-size: 120%;
	margin: 20px 0;

	border-bottom: dashed 2px #6594e0;
}
/* 料金体系 */
.sales .box{
	width: 50%;
	background-color: #6594e0;
	font-size: 120%;
	margin: 0 auto;
	margin-top: 15px;
  margin-bottom: 15px;
}
.sales .box p{
	color: #fff;
	text-align: center;
}
.sales .box span{
	margin: 0 10px;
	font-size: 200%;
	font-weight: bold;
}
/* おすすめポイント*/
.sales p.list{
	font-size: 130%;
	color: #6594e0;
	font-weight: bold;
}
.sales p.list span{
	font-size: 150%;
	margin-right: 15px;
}

/* 会社案内 */
table{
	font-size: 90%;
	width: 100%;
}
table th{
	font-weight: bold;
	padding-right: 20px;
	padding-left: 10px;
}
table tr{
	height: 100%;
  margin: 10px 0;
	padding-bottom: 10px;
}
table td{
	height: 100%;
	padding: 10px 0;
}
table tr.bg{
	background-color: #f0f8ff;
}
/* 事業内容 */
.service {
	margin-bottom: 30px;
}
.service h2{
	text-align: left;
	color: #6594e0;
	font-weight: bold;
	font-size: 120%;
	padding: 10px;
}
.service p{
	margin-top: 10px;
}
/* アクセス */
.map_desc{
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}
/* 問い合わせ */
.inquiry {
	width: 50%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 100px;
}
.inquiry p.link{
	font-size: 130%;
  color: #6594e0;
  font-weight: bold;
	margin: 5px 0;
}
.inquiry p.link span{
	font-size: 80%;
}
.inquiry a{
	color: #6594e0;
}
.inquiry a.active,
.inquiry a:hover{
	border-bottom: 1px solid #6594e0;
	margin-bottom: 14px;
}


/* フッター*/
#fotter{
	height: auto;
	text-align: center;
	background-color: #6594e0;
	color: #fff;
}
.fotter_menu{
	padding: 50px 0;
}
.fotter_menu a{
	color: #fff !important;
}
.footer_text{

	height: 50px;
	line-height: 50px;
}
/*フロート解除*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: block;
}
