@charset "utf-8";
/* CSS Document */

.con-content{
	width:90%;
	margin:0 auto;
	padding:30px 5% 0px 5%;;
	display:table;
	margin-bottom:100px;
}

.top-img{
	width:100%;
	height:300px;
	background-color:#666;
	background-image:url(../img/top-contact.jpg);
	background-size:cover;
	background-position:center center;
}

h3{
	font-size:400%;
	font-weight:bold;
	text-align:center;
	line-height:150px;
	letter-spacing:5px;
	padding-top:50px;
	color:#FFF;
}

h3 > span{
	font-size:35%;
	font-weight:100;
	letter-spacing:5px;
	line-height:1em;
}

.sub-menu{
	width:100%;
	height:60px;
}

.sub-menu ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.sub-menu ul li{
	flex: 1;
	-webkit-flex: 1;
	list-style-type:none;
}

.sub-menu ul li a{
	display:inline-block;
	text-align:center;
	line-height:60px;
	background-color:#000;
	color:#FFF;
	width:100%;
	height:100%;
}

.sub-menu ul li a:hover {
  background-color:rgb(20,209,171);
  color: #fff;
}




h4{
	font-size:280%;
	color:#222;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:center;
	line-height:5em;
}

.com-h2{
	font-size:280%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:center;
	padding:50px 0;
}

.tel-con-p{
	text-align:center;
	line-height:2em;
	padding:20px 0;
}

.tel-con{
	text-align:center;
	line-height:3em;
	margin-top:50px;
	margin-bottom:50px;
	font-weight:bold;
}

.bold{
	font-size:180%;
	font-weight:bold;
}

.bold2{
	font-size:180%;
	font-weight:bold;
}

.c-con01{
	margin:0 auto;
	margin-bottom:100px;
}




.thanks-content{
	width:100%;
	text-align:center;
	margin:0 auto;
}

.thanks-content > h6{
	font-size:300%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:3em;
}

.thanks-content > p{
	line-height:3em;
}

.thanks-content2 > p > span{
	font-size:180%;
}

hr{
	margin:50px auto;
}

.thanks-content2 > p{
	line-height:2em;
	text-align:center;
}