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


@media screen and (max-width: 960px) {
  
body {
  border-left:none;
  border-right:none;
  border-bottom:none;
}

/* Header
---------------------------------------*/
header {
}
.menu {
  width:28px;
  padding:8px;
  cursor:pointer;
  position:fixed;
  top:16px;
  right:4%;
  z-index:99999;
}
.menu span {
  display:block;
  height:2px;
  background:#333;
  margin-bottom:8px;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;  
  transition: .4s ease-in-out;
}
.meun span:nth-of-type(1) {
  top:0;
}
.meun span:nth-of-type(2) {
  top:8px;
}
.meun span:nth-of-type(3) {
  top:16px;
}
span.color:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
span.color:nth-of-type(2) {
	opacity: 0;
}
span.color:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.logo {
  text-align:center;
  padding-top:0;
  margin-bottom:16px;
}
.logo img {
  height:112px;
}
.sp_nav {
  background:#e5e3cf;
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  z-index:9999;
  display:none;
}
.nav_wrap {
  position:absolute;
  top:50%;
  width:100%;
  margin-top:-239px;
}
header nav {
  margin-top:0;
}
header nav ul {
  width:100%;
}
header nav ul li {
  float:none;
}
header nav ul li a {
  width:100%;
  padding:16px 0;
  font-size:14px;
}
header nav ul li a:hover::after {
  display:none;
}
.cover {
  display:block;
}


/* Top page
---------------------------------------*/
.intro {
  margin:56px 0 80px;
}
.message {
  margin-top:-24px;
}
.message img {
  width:92%;
  margin:auto 4%;
}

/* News */
.news .inner_wrap {
  overflow:hidden;
}
.news article {
  display:block;
  width:100%;
  float:none;
  margin-right:0;
  margin-bottom:32px;
}
.news article:nth-child(3n+3) {
  margin-right:0;
}
.news article figure {
}
.news article img {
  border-radius:8px 8px 0 0;
}
.news_text {
  padding:16px;
}
.news_title {
  font-size:16px;
  margin:0 0 8px;
}
.news article a:hover .news_title {
  text-decoration:underline;
}
.news_date {
  font-size:13px;
  color:#999;
  line-height:1;
}


/* Lower
---------------------------------------*/
.lower_wrap {
  margin-top:56px;
}
.lower_bg {
  height:160px;
  margin-bottom:40px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

/* Service */
.service article {
  position:relative;
  margin-bottom:24px;
  padding-bottom:24px;
  border-bottom:2px dotted rgba(51,51,51,.22);
}
.service article:last-child {
  border-bottom:none;
}
.service article img {
  width:100%;
  border-radius:8px;
}
.title_text {
  position:inherit;
  top:auto;
  left:auto;
  margin-bottom:16px;
}
.title_text h3 {
  display:block;
  text-align:center;
  padding:4px 24px;
  margin-bottom:16px;
}
.title_text p {
  font-size:13px;
}
.title_text p br {
  display:none;
}

/* Contact */
.contact li {
  margin-bottom:16px;
}
.contact li input, .contact li textarea {
  box-sizing:border-box;
  font-size:14px;
}
.contact .link {
  width:100%;
  margin:0;
}
.contact li button {
  width:100%;
}



/* Footer
---------------------------------------*/
footer {
  margin-top:80px;
  padding:32px 0 24px;
}
.f_logo img {
  height:112px;
}
footer nav {
  border-top:1px solid rgba(51,51,51,.22);
}
footer nav ul {
  float:none;
  left:auto;
}
footer nav li {
  float:left;
  left:auto;
  width:50%;
  box-sizing:border-box;
}
footer nav li a {
  border-radius:0;
  padding:16px 0;
  margin:0;
  font-size:14px;
  border-bottom:1px solid rgba(51,51,51,.22);
}
footer nav li:nth-child(odd) {
  border-right:1px solid rgba(51,51,51,.22);
}
footer nav li:nth-child(5n) {
  width:100%;
  border-right:none;
}
footer nav li:first-child a {
}
footer nav li a:hover {
  background:none;
}
.about_detail {
  font-size:13px;
}
.copy {
  font-size:11px;
}




/* Common
---------------------------------------*/
.inner_wrap {
  width:92%;
  margin:auto 4%;
}
.link {
  width:92%;
  margin:auto 4%;
}
.title {
  margin-bottom:24px;
}
.t_layout th, .t_layout td {
  display:block;
  width:100%;
  border-radius:8px;
  box-sizing:border-box;
}
.t_layout th {
  background:#fff;
  width:100%;
  padding:6px 0;
  font-size:13px;
}
.t_layout td {
  padding-left:32px;
  border-bottom:none;
  box-sizing:border-box;
  width:100%;
}



}
