
.logo {
	text-align: center;
	background: #000;
  position: relative;
  padding: 0px 0;
  margin: 0px 0px 0px 0px;
}
.logo img {
	width: 220px;	
}

.btn-menu-box {
	width: 100%;
	padding: 0;
}
.btn-menu {
	display: block;
	padding: 5px 0 5px 0;
	text-align: center;
}
.btn-menu img {
	width: 240px;
	padding: 0;
	margin: 0;
}
.btn-bg-0 {background: #000;}
.btn-bg-1 {background: #ff0000;}
.btn-bg-2 {background: #f2b90b;}
.btn-bg-3 {background: #0c5ce1;}
.btn-bg-4 {background: #ccc;}


.about {
	text-align: center;
}


.c-title {
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	border-bottom: 1px solid #7c7c7c;
	padding: 10px 0px;
	margin: 0px 0px 40px 0px;

}

/* webデザイン */
.c-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-fig {
	width: 300px;
	margin: 0px 0px 30px 0px;
}
.cf1 {
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.cf1 img {
	border-radius: 10px;
	border: solid 1px #ccc;
}
.cf2 {
	text-align: left;
	font-size: 15px;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}
.cf3 {
	text-align: justify;
	font-size: 14px;
	line-height: 1.3em;
	margin: 0px 0px 20px 0px;
}
.cf1 a {
	outline: none;
}
.cf2 a {
	text-decoration: none;
	outline: none;
	color: #ff0000;
}

/* ロゴデザイン */
.l-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.l-fig {
	text-align: center;
	width: 200px;
	margin: 0px 0px 0px 0px;
}
.lf1 img {
	border: none;
}


@media only screen and (max-width: 767px) {
	.c-wrap {
		display: block;
	}
	.c-fig {
		width: 100%;
		margin: 0px 0px 50px 0px;
	}
	.l-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.l-fig {
		text-align: center;
		width: 40%;
		margin: 0px 0px 0px 0px;
	}
}






/* お問合せ　-----------------------------------------*/
.contact_box {
	padding: 0;
	margin: 0px 0px 0px 0px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;	
}

.submit-box {
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.cbx {
	text-align: justify;
	font-size: 12px;
	color: #0576bd;
	border: solid 1px #0576bd;
	padding: 14px;
	margin: 10px 0px 0px 0px;
}

.cbt {
	text-align: center;
	font-size: 14px;
	color: #fff;
  background: #58483e;
	margin: 0px 0px 15px 0px;
	padding: 13px;
}

.ctel {
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0;
}

.ctel img {
	width: 200px;
}

.cpt {
	text-align: center;
    background: #0576bd;
	padding: 13px;
}

.cpp {
	text-align: center;
	margin: 0;
	padding: 0;
}

.cpp a {
	outline: none;
}

.cpp img {
	width: 200px;
}


.con_blue {
	text-align: center;
  color: #0d66eb;
	font-size: 13px;
	line-height: 1.5em;
	padding: 0;
	margin-bottom: 30px;	
}

.con_red{
	color: #ff0000;
}

.con_att{
	text-align: justify;
	font-size: 15px;
	color: #4679f9;
	margin-bottom: 20px;	
}

.con_att a{
	color: #4679f9;
	background: #ffe100;
	padding: 2px;
	text-decoration: underline;
}

.con_tel {
	width: 280px;
	margin: 0px 0px  30px 0px;
}

table.formTable {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom: 20px;
}
table.formTable th {
	width:30%;
	border:1px solid #ccc;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
	color: #777;
	padding:0px 0px 0px 10px;
}
table.formTable td {
	border:1px solid #ccc;
	font-size: 14px;
	line-height: 1.3em;
	padding:10px;
	vertical-align: middle;
}

.complete {
	text-align: center;
    color: #333;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0;
	margin-bottom: 15px;
}

input[type=text]{
   font-size:16px;
   color: #666;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
	box-shadow:none;
	text-shadow:none;
	
   width:100%;
   height:40px;
   padding:0px 10px;
}

input[type=email]{
   font-size:16px;
   color: #666;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
	box-shadow:none;
	text-shadow:none;
	
   width:100%;
   height:40px;
   padding:0px 10px;
}

input[type=text]:focus {
   border: solid 1px #0d66eb;
   outline: none;
	box-shadow:none;
	text-shadow:none;
}

textarea {
   font-size:16px;
	 line-height: 1.3em;
   font-weight: normal;
   color: #666;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
	box-shadow:none;
	text-shadow:none;
	
   width:100%;
   height:200px;
   padding:10px;
}

textarea:focus {
   border: solid 1px #0d66eb;
   outline: none;
	box-shadow:none;
	text-shadow:none;
}

::-webkit-input-placeholder {
    color:    #999;
}
:-moz-placeholder {
    color:    #999;
}

input,
textarea
 {
	 appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-khtml-appearance: none;
}

.contact-message {
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 700;
	color: #4679f9;
	padding:0;
	margin: 20px 0px 20px 0px;
}
.contact_error{
	width: 500px;
	text-align: justify;
	font-size: 14px;
	background: #ff0000;
	color: #fff;
	margin:15px 0;
	padding: 10px;
}

.contact-submit {
 	text-align: center;
  width:120px;
  height:60px;
	font-size: 16px;
	color: #555;
	padding: 7px 30px;
	border: solid 1px #a9a9a9;
	background: #fff;
	border-radius: none;
	box-shadow:none;
	text-shadow:none;
	cursor: pointer;
}
.contact-submit2 {
	text-align: center;
 width:150px;
 height:60px;
 font-size: 16px;
 color: #555;
 padding: 7px 30px;
 border: solid 1px #a9a9a9;
 background: #fff;
 border-radius: none;
 box-shadow:none;
 text-shadow:none;
 cursor: pointer;
}


/* フッター */
footer .copyright {
	text-align: center;
	font-size: 12px;
	line-height: 1.3em;
	padding: 0px;
	color: #8e8e8f;
  margin: 20px 0px 30px 0px;
}

/* ページトップへ戻るボタン */
#page_top{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #006ab4;
	opacity: 0.6;
	z-index:500;
  }
  #page_top a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
  }
  #page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  }



/* ----- Media queries ----- */
@media (min-width: 980px) and (max-width: 1200px) {


}



	
@media (min-width: 768px) and (max-width: 979px) {
	

}


@media only screen and (max-width: 767px) {

}




@media (max-width: 520px) {
	.contact_error{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		background: #ff0000;
		color: #fff;
		margin:15px 0;
		padding: 10px;
	}

	footer .copyright {
		text-align: center;
		font-size: 12px;
		line-height: 1.3em;
		padding: 0px;
		color: #8e8e8f;
		margin: 20px 0px 30px 0px;
	}
}