@charset "UTF-8";
/* CSS Document */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-weight: 400;
	background-color:#fff;
	border-top: #ff90b8 6px solid;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: .8;
}

button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  cursor: hand;
}

button:hover {
  opacity: .8;
}

p {
  font-size: 14px;
  line-height: 1.75;
}

ul {
  line-height: 1.75;
}

hr {
  border-top: #ccc 1px solid;
}

section {
  padding: 0 0 50px;
}

.center {
  text-align: center !important;
}

.inner {
	width: 900px;
	margin: 0 auto;
}

#top-head {
	margin: 0 auto 30px;
	padding: 1.1rem 0 0;
	line-height: 1;
	text-decoration: none;
}

#top-head .logo {
	display:block;
	margin-bottom:5px;
}

.pgtop {
  position: absolute;
  top: -23px;
  right: 0;
  left: 0;
}

footer {
  background-color: #e6e6e6;
  position: relative;
  text-align: center;
	padding-top:40px;
}

footer .footerLogo {
	text-align:center;
}

footer .syounin {
	font-size:12px;
	padding:10px 0 0 0 ;
}
footer .copy {
  letter-spacing: 0;
  padding:3px 0 20px 0 ;
	font-size:12px;
}



@media screen and (max-width: 768px) {
  p {
    font-size: 12px;
  }
  section {
  }
	.inner {
		width:92%;
	}



  #top-head .logo {
    height: auto;
    width: 238px;
    margin: 5px 5px 0;
  }



}

@media screen and (max-width: 599px) {
  section {
    padding: 35px 0 55px;
  }
  article {
    padding: 35px 0 55px;
  }
  
  #top-head .logo {
    margin: 5px;
  }
  #top-head .catch {
    display: none;
  }
  #mobile-head {
    height: 50px;
  }
  
  footer .footerLogo {
    float: none;
    padding-bottom: 10px;
  }
  footer .contactLink {
    float: none;
    text-align: center;
  }
  footer .contactLink .catch {
    margin: 0 auto;
  }
  footer .copy {

  }

}
