@charset "utf-8";
/* ===============================================
layout
=============================================== */
#wrap {
	margin: 0 auto;
	padding: 0;
 width: 100%;
	position: relative;
 }

#contents {
	margin: 0 auto;
	padding: 50px 0;
 width: 100%;
	max-width: 1200px;
 }
@media screen and (max-width: 800px) {
	#contents {
		padding: 20px 0;
		width: 93%;
		max-width: 100%;
		}	

}

/* ===============================================
header
=============================================== */
.ec-headerNaviRole {
	margin: 0 auto 20px;
	padding: 0;
	width: 100%;
	max-width: 100%;
	height: 80px;
	border-bottom: solid 4px #6cbb5a;
	box-shadow: 0px 4px #0099d9,0px 8px #e84388;
}
.ec-headerNaviRole > div {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
	width: 17.5%;
}
.ec-headerNaviRole .ec-headerNaviRole__left h1 {
	margin: 0;
	padding: 0;
	width: 210px;
	line-height: 0;
}
.ec-headerNaviRole .ec-headerNaviRole__left h1 img {
	width: 210px;
	height: auto;
}

@media screen and (max-width: 800px) {
.ec-layoutRole__header {
  width: 100%;
}
.ec-headerNaviRole {
	height: 50px;
}
.ec-headerNaviRole > div {
	max-width: 93%;
	width: 93%;
	margin: 0 auto;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
	width: 35.7%;
}
.ec-headerNaviRole .ec-headerNaviRole__left h1 {
	width: 125px;
}
.ec-headerNaviRole .ec-headerNaviRole__left h1 img {
 width: 100%;
 height: 100%;
}


}



/* ===============================================
footer
=============================================== */
.ec-footerRole {
	margin: 0;
	padding: 50px 0 30px;
	border-top: solid 4px #e74284;
	box-shadow: 0px -4px #0099d9,0px -8px #68bd58;
	background: #1e1e1e;
}
.ec-footerRole .ec-footerRole__inner {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1320px;
	display: flex;
	justify-content: space-between;
	align-items: top;
}
.ec-footerRole .ec-footerRole__inner .left {
	width: 39%;
}
.ec-footerRole .ec-footerRole__inner .left p.logo {
	width: 100%;
	text-align: left;
}
.ec-footerRole .ec-footerRole__inner .left p.logo img {
	width: 210px;
	height: auto;
}
.ec-footerRole .ec-footerRole__inner .right {
	width: 61%;
}
.ec-footerRole .ec-footerRole__inner .right .list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 75px;
}
.ec-footerRole .ec-footerRole__inner .right .last {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #FFF;
}
.ec-footerRole .ec-footerRole__inner .right .last ul {
	margin: 0;
	padding: 0;
	width: 50%;
	text-align: left;
}
.ec-footerRole .ec-footerRole__inner .right .last ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 25px;
}
.ec-footerRole .ec-footerRole__inner .right a {
	color: #FFF;
}
.ec-footerRole .ec-footerRole__inner .right .last p {
	text-align: right;
	font-size: 14px;
	width: 50%;
}
.ec-blockTopBtn {
	right: 0px;
	bottom: 50px;
	background: none;
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	right: 0;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	opacity: 0.8;
	background-color: #9da3a9;
}

@media screen and (max-width: 800px) {
.ec-footerRole .ec-footerRole__inner {
  margin: 0 auto;
  width: 93%;
  max-width: 93%;
  display: block;
}
.ec-footerRole .ec-footerRole__inner .left {
	width: 40%;
}
.ec-footerRole .ec-footerRole__inner .right {
	width: 100%;
	margin-top: 20px;
}
.ec-footerRole .ec-footerRole__inner .right .list {
	display: block;
	margin-bottom: 30px;
}
.ec-footerRole .ec-footerRole__inner .right .last {
	display: block;
	color: #FFF;
}
.ec-footerRole .ec-footerRole__inner .right .last ul {
	width: 100%;
	text-align: right;
}
.ec-footerRole .ec-footerRole__inner .right .last ul li {
	font-size: 12px;
	margin: 0 0 0 15px;
}
.ec-footerRole .ec-footerRole__inner .right .last p {
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	width: 100%;
}



}


/* ===============================================
enquete
=============================================== */
.title {
	margin: 0 auto 50px;
	padding: 0;
}
.title h2 {
	margin: 0 0 35px;
	padding: 0;
	border: none;
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
}
.title p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
}

.prof {
	margin: 0 auto 50px;
	padding: 20px;
	background: #eeeeee;
	border-radius: 5px;
	box-sizing: border-box;
}
.prof h3 {
	margin: 0 0 15px;
	padding: 0;
	border: none;
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
}
.prof dl {
	margin: 0 auto 25px;
	padding: 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.prof dl dt {
	margin: 0;
	padding: 0px;
	width: 15%;
}
.prof dl dt p {
	font-size: 18px;
	line-height: 1.8;
	color: #000;
	font-weight: bold;
	text-align: right;
}
.prof dl dd {
	margin: 0;
	padding: 0px;
	width: 80%;
	text-align: left;
}
.prof dl dd input {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	width: 80%;
}
.prof dl dd input.name {
	width: 30%;
}

.enq {
	margin: 0 auto 30px;
	padding: 0;
	width: 100%;
}
.enq h3 {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	border: none;
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
}
.enq p {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	border: none;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
}
.enq p.sub {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 1.4;
}
.enq .wpcf7-form-control-wrap {
	margin: 0 0 40px;
	padding: 0;
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
}
.enq input[type="text"],.enq select {
	margin: 0;
	padding: 5px 10px;
	width: 80%;
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	background: #FFF;
}
.enq textarea {
	margin: 0;
	padding: 5px 10px;
	width: 80%;
	height: 100px;
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	background: #FFF;
}

input[type='submit'] {
	margin: 0 auto 80px;
	padding: 0;
	background-color: #eb0a1e;
	color: #FFF;
	border: none;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 1.0px;
	font-weight: normal;
	max-width: 280px;
	width: 280px;
	display: block;
}

.bt_compe_top {
	margin: 80px auto 200px;
	text-align: center;
}
.bt_compe_top a {
	margin: 0 auto;
	border: 1px solid #000000;
	height: 50px;
	width: 280px;
	line-height: 50px;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 1.0px;
	font-weight: normal;
	background: #FFF;
	color: #000;
	display: block;
}
.bt_compe_top a:hover {
	border: 1px solid #666;
	background: #666;
	color: #FFF;
	display: block;
}


@media screen and (max-width: 800px) {
.title {
		margin: 0 auto 25px;
}
.title h2 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 22px;
	line-height: 1.4;
}
.title p {
	font-size: 14px;
}

.prof h3 {
	font-size: 18px;
}
.prof dl {
	margin: 0 auto 15px;
	padding: 0px;
	width: 100%;
	display: block;
}
.prof dl dt,.prof dl dd {
	width: 100%;
	display: block;
}
.prof dl dt p {
	font-size: 16px;
	text-align: left;
}
.prof dl dd input {
	width: 100%;
}
.prof dl dd input.name {
	width: 40%;
}

.enq h3 {
	font-size: 20px;
}
.enq input[type="text"], .enq select {
	width: 100%;
}
.enq textarea {
	width: 100%;
	height: 200px;
}


}