@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

html, body{
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
    margin: 0;
    padding: 0;
	color: #1a1a1a;
	background:  #1e96d2;
	-webkit-text-size-adjust:none;
}

/* CSS reset */

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;
}

html,body {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ul {
	list-style:none;
}

captio
n,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;
}

header, section, footer, aside, article, figure {
	display: block;
}

a img {
	border: none;
}

.center {
	text-align:  center;
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/

header {
	background-color: rgba( 255, 255, 255, 1 );
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	z-index: 9999;
}



/* Larger than mobile */
@media (min-width: 300px) {

.header_wall {
	margin: 0;
}

.header_wall h1 {
	width: 250px;
	height: auto;
	margin: 15px 0 0 15px;
	padding-bottom: 5px;
}

.header_wall h1 img {
	width: 100%;
	height: auto;
}


#menu {
	display: none;
}

#menubtn {
	padding: 10px;
	border: none;
	background: none;
	position: absolute;
	top: 25px;
	right: 15px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 34px;
	height: 36px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #dc699b;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
.menu-trigger span:nth-of-type(3) {
	top: 22px;
}
.menu-trigger.active span:nth-of-type(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
    }
.menu-trigger.active span:nth-of-type(2) {
	width: 0;
	left: 50%;
    }
.menu-trigger.active span:nth-of-type(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
    }

ul.main_nav {
	margin: 20px 0 10px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.main_nav li {
	margin: 10px 0 0 0;
	padding: 0;
	border-bottom: 1px dotted #a5a0a5;
}

ul.main_nav li span {
	display: block;
	margin: 5px 0 10px 0;
	padding: 0;
	color: #000;
	font-size: 11px;
}


ul.main_nav li a {
	display: block;
	padding: 0;
	color: #1e96d2;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
}

ul.main_nav li a:hover {
	text-decoration: none;
	color: #1e96d2;
}

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

.menu_social {
	margin: 0 0 10px 0;
	padding: 0;
}

.menu_social ul {
	width: 80px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.menu_social ul li {
	width: 30px;
	float: left;
	margin: 0 5px;
	border: none;
}

}

/* Larger than phablet */
@media (min-width: 550px) {

.header_wall h1 {
	width: 300px;
	height: auto;
}

}

/* Larger than tablet */
@media (min-width: 750px) {

.header_wall {
	position: relative;
	margin: 0 15px;
}

.header_wall h1 {
	width: 370px;
	height: auto;
}

.header_wall h1 img {
	width: 100%;
	height: auto;
}


#menubtn {
	display: none;
}

#menu {
	display: block !important;
}

ul.main_nav {
	width: 840px;
	margin: 20px auto 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.main_nav li {
	width: 140px;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
}

ul.main_nav li span {
	display: block;
	margin: 8px 0 15px 0;
	padding: 0;
	color: #000;
	font-size: 11px;
}


ul.main_nav li a {
	display: block;
	padding: 0;
	color: #1e96d2;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
}

ul.main_nav li a:hover {
	text-decoration: none;
	color: #1e96d2;
}

/* Underline Reveal */
.underline {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.underline:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0eb55;
  height: 3px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.underline:hover:before, .underline:focus:before, .underline:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.entry {
	position: absolute;
	top: 0;
	right: 0;
}

.menu_social {
	display: none;
}

}

.button {
	display: inline-block;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	color: #000;
	border: 5px solid #000;
	box-sizing: content-box;
	padding: 0 10px;
}
.button:hover {
	color: #1e96d2;
	border: 5px solid #1e96d2;
	text-decoration: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button span.text {
	font-size: 12px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.fa-chevron-circle-right {
	margin: 0 5px 0 0;
	font-size: 15px;
	color: #dc699b;
}


/*--------------------------------------------------------------
container
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
#container {
	margin: 61px 0 0 0;
	padding: 0;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {

#container {
	margin: 69px 0 0 0;
	padding: 0;
}

}

/* Larger than tablet */
@media (min-width: 750px) {
	
#container {
	margin: 155px 0 0 0;
	padding: 0;
}

}


/*--------------------------------------------------------------
.wrap
--------------------------------------------------------------*/

.wrap {
	margin: 0;
	padding: 0;
	background: url(../images/contens_bg.png);
	-webkit-background-size: 5px auto;
	background-size: 5px auto;
	overflow: hidden;
}

/*--------------------------------------------------------------
contents
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
.contents {
	margin: 10px;
	padding: 15px;
	overflow: hidden;
	background: #FFFFFF;
}

.form_contents {
	margin: 10px;
	padding: 15px;
	overflow: hidden;
	background: url(../form/img/form_ground.jpg) no-repeat top center;
	background-size: cover;
}

.message_contents {
	margin: 10px;
	padding: 15px;
	overflow: hidden;
	background: url(../message/img/ground.jpg) no-repeat top center;
	background-size: cover;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	
.contents,
.form_contents,
.message_contents {
	margin: 20px;
	padding: 20px;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.contents,
.form_contents,
.message_contents {
	margin: 20px 30px;
	padding: 30px;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	
.contents,
.form_contents,
.message_contents {
	max-width: 90%;
	margin: 20px auto;
	padding: 50px;
	box-sizing: border-box;
}
	
}

/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
h2.title {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	color: #1e96d2;
	border-bottom: 1px solid #DCDCDC;
}

h2.title_flame {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	color: #2e2623;
	background: url(../recruit/img/table_bg3.png);
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

h2.no_flame {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	color: #2e2623;
}

h2.recruit_title {
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	color: #2e2623;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

h2.recruit_copy {
	margin: 10px 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	color: #1e96d2;
}

h3.subtitle {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.3;
	font-weight: bold;
	color: #2e2623;
	position: relative;
}

h3.subtitle span.right {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #2e2623;
	font-weight: normal;
	position: absolute;
	right: 0;
	bottom: 0;
}
	
h3.subtitle span.right-off {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 10px;
	color: #2e2623;
	font-weight: normal;
	display: block;
}

h3.error {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.3;
	font-weight: bold;
	color: #dc699b;
}

p.doctor {
	margin: 0;
	background: #1e96d2;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}

p.nurse {
	margin: 0;
	background: #dc699b;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}
	
}


/* Larger than phablet */
@media (min-width: 550px) {
	
h2.title {
	font-size: 17px;
	line-height: 1.3;
}

h2.recruit_title {
	font-size: 17px;
	line-height: 1.3;
}

h2.recruit_copy {
	font-size: 17px;
	line-height: 1.3;
}

h3.subtitle {
	font-size: 15px;
	line-height: 1.3;
}


h3.error {
	font-size: 15px;
	line-height: 1.3;
}

p.doctor,
p.nurse {
	padding: 10px;
	font-size: 16px;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
h2.title {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 1.4;
}

h2.title_flame {
	margin: 0 0 20px 0;
	padding: 15px;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}

h2.no_flame {
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 1.4;
}

h2.recruit_title {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 1.4;
}

h2.recruit_copy {
	font-size: 20px;
	line-height: 1.4;
}

h3.subtitle {
	font-size: 18px;
	line-height: 1.5;
}

h3.subtitle span.right {
	font-size: 14px;
}
	
h3.subtitle span.right-off {
	margin: 0;
	padding: 0;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
}


h3.error {
	margin: 0 0 10px 0;
	line-height: 1.5;
}

p.doctor,
p.nurse {
	padding: 10px;
	font-size: 18px;
}
	
}


/* Larger than tablet */
@media (min-width: 1000px) {
	
h2.title {
	max-width: 900px;
	margin: 0 auto 20px auto;
	font-size: 23px;
	line-height: 1.4;
}

h2.title_flame {
	max-width: 900px;
	margin: 0 auto 20px auto;
	padding: 20px;
	font-size: 23px;
	line-height: 1.4;
}

h2.no_flame {
	max-width: 900px;
	margin: 0 auto 10px auto;
	font-size: 23px;
	line-height: 1.4;
}

h2.recruit_title {
	max-width: 900px;
	margin: 0 auto 20px auto;
	font-size: 23px;
	line-height: 1.4;
}

h2.recruit_copy {
	max-width: 900px;
	margin: 20px auto;
	font-size: 23px;
	line-height: 1.4;
}

h3.subtitle {
	max-width: 900px;
	margin: 0 auto 10px auto;
	font-size: 20px;
	line-height: 1.5;
}

h3.subtitle span.right {
	font-size: 15px;
}

h3.error {
	max-width: 900px;
	margin: 0 auto 10px auto;
	font-size: 20px;
	line-height: 1.5;
}

p.doctor,
p.nurse {
	max-width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 20px;
}
	
}


/*--------------------------------------------------------------
p
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
p.space {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
	color: #1a1a1a;
}

p.space_s {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
	color: #1a1a1a;
}
	
p.return {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
	color: #1a1a1a;
}
	
p.end {
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
	color: #1a1a1a;
}

ol {
	padding: 0 0 30px 20px;
	font-size: 12px;
	line-height: 1.7;
	color: #1a1a1a;
}

ol li {
	margin: 0;
	padding: 0;
}



.download_btn {
	display: inline-block;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #1e96d2;
	box-sizing: content-box;
	padding: 0 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.download_btn:hover {
	color: #1e96d2;
	background: #FFF;
	text-decoration: none;
}
.download_btn::before,
.download_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.download_btn,
.download_btn::before,
.download_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.download_btn .fa-chevron-right {
	margin: 0 5px 0 0;
	font-size: 10px;
	vertical-align: middle;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	
p.space {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.8;
	color: #1a1a1a;
}

p.space_s {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.8;
	color: #1a1a1a;
}
	
p.return {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.8;
	color: #1a1a1a;
}
	
p.end {
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.8;
	color: #1a1a1a;
}

ol {
	padding: 0 0 30px 20px;
	font-size: 13px;
	line-height: 1.8;
	color: #1a1a1a;
}

.download_btn {
	display: inline-block;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 13px;
	color: #FFF;
	background: #1e96d2;
	box-sizing: content-box;
	padding: 0 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.download_btn .fa-chevron-right {
	margin: 0 5px 0 0;
	font-size: 12px;
	vertical-align: middle;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
p.space {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	line-height: 2;
	color: #1a1a1a;
}

p.space_s {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 2;
	color: #1a1a1a;
}
	
p.return {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 14px;
	line-height: 2;
	color: #1a1a1a;
}
	
p.end {
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 14px;
	line-height: 2;
	color: #1a1a1a;
}

ol {
	padding: 0 0 30px 30px;
	font-size: 14px;
	line-height: 2;
	color: #1a1a1a;
}

.download_btn {
	display: inline-block;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 15px;
	color: #FFF;
	background: #1e96d2;
	box-sizing: content-box;
	padding: 0 80px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

}

/* Larger than tablet */
@media (min-width: 1000px) {
	
p.space {
	max-width: 900px;
	margin: 0 auto 30px auto;
	padding: 0;
	font-size: 15px;
	line-height: 2;
	color: #1a1a1a;
}

p.space_s {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	line-height: 2;
	color: #1a1a1a;
}
	
p.return {
	max-width: 900px;
	margin: 0 auto 50px auto;
	padding: 0;
	font-size: 15px;
	line-height: 2;
	color: #1a1a1a;
}
	
p.end {
	max-width: 900px;
	margin: 0 auto 80px auto;
	padding: 0;
	font-size: 15px;
	line-height: 2;
	color: #1a1a1a;
}

ol {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 50px 40px;
	font-size: 15px;
	line-height: 2;
	color: #1a1a1a;
}
	
}



/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
footer {
	margin: 0;
	padding: 10px 0;
	background: #1e96d2;
	overflow: hidden;
}

.footer_entry {
	margin: 10px 10px 20px 10px;
	padding: 0;
	overflow: hidden;
}

.entry_btn {
	width: 100%;
	display: inline-block;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	color: #000;
	border: 5px solid #000;
	box-sizing: content-box;
	padding: 0 10px;
	background: #FFF;
}
.entry_btn:hover {
	color: #1e96d2;
	border: 5px solid #1e96d2;
	text-decoration: none;
}
.entry_btn::before,
.entry_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.entry_btn,
.entry_btn::before,
.entry_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.entry_btn span.text {
	font-size: 12px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.entry_btn .fa-chevron-circle-right {
	margin: 0 5px 0 0;
	font-size: 23px;
	color: #dc699b;
}

ul.footer_menu {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
}

ul.footer_menu li a {
	width: 33.3%;
	font-size: 11px;
	line-height: 50px;
	height: 50px;
	margin: 0;
	padding: 0 10px;
	float: left;
	display: block;
	border-bottom: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	box-sizing: border-box;
	background: #f2f2f2;
}

ul.footer_menu a:link {
	color: #1a1a1a;
	text-decoration: none;
}

ul.footer_menu a:visited {
	color: #1a1a1a;
	text-decoration: none;
}

ul.footer_menu a:hover, a:active, a:focus {
	color: #1a1a1a;
	text-decoration: none;
}

ul.footer_menu .fa-arrow-circle-right {
	margin: 0 3px 0 0;
	font-size: 10px;
	vertical-align: middle;
	color: #1e96d2;
}

footer dl {
	margin: 0 20px 10px 20px;
	padding: 0;
	color: #1a1a1a;
}

footer dt.logo {
	width: 180px;
	margin: 0 auto 10px auto;
	padding: 0;
}

footer dt.logo img {
	width: 100%;
	height: auto;
}

footer dt.contact {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
}

footer dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.copyright {
	margin: 0;
	padding: 5px;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	color: #FFF;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
footer {
	margin: 0;
	padding: 20px 0;
	background: #1e96d2;
	overflow: hidden;
}

.footer_entry {
	width: 80%;
	margin: 10px auto 30px auto;
	padding: 0;
	overflow: hidden;
}

.entry_btn {
	width: 100%;
	display: inline-block;
	height: 75px;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 28px;
	color: #000;
	border: 5px solid #000;
	box-sizing: content-box;
	padding: 0 10px;
	background: #FFF;
}
.entry_btn:hover {
	color: #1e96d2;
	border: 5px solid #1e96d2;
	text-decoration: none;
}
.entry_btn::before,
.entry_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.entry_btn,
.entry_btn::before,
.entry_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.entry_btn span.text {
	font-size: 13px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.entry_btn .fa-chevron-circle-right {
	margin: 0 5px 0 0;
	font-size: 30px;
	color: #dc699b;
}

ul.footer_menu {
	margin: 0 30px 30px 30px;
	padding: 0;
	list-style-type: none;
	border-top: none;
	border-left: 1px solid #1a1a1a;
}

ul.footer_menu li a {
	width: auto;
	height: auto;
	line-height: 1;
	font-size: 12px;
	margin: 0;
	padding: 0 10px;
	float: left;
	display: block;
	border-bottom: none;
	border-right: 1px solid #1a1a1a;
	box-sizing: border-box;
	background: none;
}


ul.footer_menu a:hover, a:active, a:focus {
	color: #1a1a1a;
	text-decoration: underline;
}

ul.footer_menu .fa-arrow-circle-right {
	display: none;
}

footer dl {
	margin: 0 30px 20px 30px;
	padding: 0;
	color: #1a1a1a;
}

footer dt.logo {
	width: 220px;
	margin: 0;
	padding: 0;
	float: left;
}

footer dt.logo img {
	width: 100%;
	height: auto;
}

footer dt.contact {
	margin: 0 0 5px 250px;
	padding: 0;
	font-size: 13px;
	text-align: left;
}

footer dd {
	margin: 0 0 0 250px;
	padding: 0;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}

.copyright {
	margin: 0 20px;
	padding: 5px;
	font-size: 10px;
	line-height: 1;
	text-align: right;
	color: #1a1a1a;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	
.footer_entry {
	width: 950px;
	margin: 10px auto 30px auto;
	padding: 0;
	overflow: hidden;
}

ul.footer_menu li a {
	width: auto;
	height: auto;
	line-height: 1;
	font-size: 13px;
	margin: 0;
	padding: 0 20px;
	float: left;
	display: block;
	border-bottom: none;
	border-right: 1px solid #1a1a1a;
	box-sizing: border-box;
	background: none;
}

.copyright {
	margin: 0 20px;
	padding: 5px;
	font-size: 12px;
	line-height: 1;
	text-align: right;
	color: #1a1a1a;
}
	
}

/*--------------------------------------------------------------
 Utility Classes
--------------------------------------------------------------*/

/* Make element full width */
.u-full-width {
	width: 100%;
	box-sizing: border-box;
}

/* Make sure elements don't run outside containers (great for images in columns) */
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

/* Float either direction */
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

/* Clear a float */
.u-cf {
  content: "";
  display: table;
  clear: both; }
  
/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/

.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}