@charset "UTF-8";
body {
  margin: 0 auto;
  font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  font-size: 10px;
  line-height: 1.6;
  width: 100%;
  margin: 0 auto;
  min-width: 1260px;
  letter-spacing:1px;
}

h1, h2 {
  font-size: 10px;
  line-height: 1;
}
h1 {
	padding:40px 0 0;
}
h1.pad0 {
	padding:0;
}
a {
	color:#999999;
}
a:hover {
	color:#CC9966;
	text-decoration:none;
}
p, li, dl, table, form {
  font-size: 1.3rem;
}
.pad_t10 {
	padding-top:15px;
}
.pad_t30 {
	padding-top:30px;
}
.pad_t80 {
	padding-top:80px;
}
.pad_b5 {
	padding-bottom:5px;
}
.pad_b10 {
	padding-bottom:10px;
}
.pad_b30 {
	padding-bottom:30px;
}
.pad_b60 {
	padding-bottom:60px;
}
.pad_b100 {
	padding-bottom:100px;
}
.caution {
  color: #E0AC71;
}

header {
  border-top: #6F9577 4px solid;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 9999;
  height: 64px;
  width: 100%;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
header overflow:hidden；
> div {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}
header #menu-icon {
  display: none;
  position: absolute;
  right: 90px;
  width: 60px;
  height: 60px;
  background: #6F9577 url(../img/menu-icon.png) center no-repeat;
}
header img {
  display: block;
  margin: 0 auto;
}
header h1, header ul {
  position: absolute;
}
header h1 {
  margin: 0;
  top: 16px;
  left: 48px;
}
header ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  text-align: center;
}
header li {
  list-style: none;
  padding: 0;
  display: inline-block;
  /* non-flexbox browsers */
  -webkit-flex: 1 0;
  flex: 1 0;
}
header li a {
  display: block;
}
header .economy {
  width: 50%;
  top: 16px;
  left: 240px;
}
header .economy li a {
  padding: 10px 0;
}
header .business {
  top: 0;
  right: 0;
}
header .business li {
  width: 165px;
  height: 60px;
}
header .business a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: #6F9577 1px solid;
  border-top: none;
}
header .business li:last-child a {
  background: #6F9577;
}
header .menuBox {
	display: none;
}
@media (max-width: 600px) {
  header {width: 1260px;}
  .restcourt_list img{width:90%;height:calc(90vw * 166 / 350);}
  #price_table .price_img{width:100%;}

}
@media (min-width: 600px) and (max-width: 1100px) {
  header .business {
    width: 90px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  header .business li {
    width: 90px;
    height: 30px;
  }
}

main {
  padding-top: 108px;
  color: #878787;
}
main > section {
  margin: 0 auto;
  padding: 20px 0;
}
main h1 {
  margin-bottom: 30px;
}
main h1 img {
  display: block;
  margin: 0 auto;
}
main dt {
  font-weight: normal;
}
main ul {
  padding-left: 20px;
}

.eyecatch {
  background: #DDD6D2;
}
.eyecatch img {
  display: block;
  margin: 0 auto;
}

.menu_list {
	max-width: 1260px;
	margin: 0 auto;
}
.menu_list li {
	float: left;
	width: 20%;
	padding: 16px 24px;
	box-sizing: border-box;
	list-style:none;
}
.menu_list::after {
	content: "";
	display: block;
	clear: left;
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-slide {
  outline: none;
}

.slick-arrow {
  position: absolute;
  z-index: 900;
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -9999em;
  font-size: 1px;
  top: 125px;
}
.slick-arrow.slick-prev {
  background-image: url(../img/slider-left.png);
  left: 0;
}
.slick-arrow.slick-next {
  background-image: url(../img/slider-right.png);
  right: 0;
}

#information dl {
  width: 420px;
  margin: 0 auto;
}
#information p {
  margin: 70px auto;
}
#information p img,
#information p a {
  display: block;
  margin: 0 auto;
}
#information .slick-slide {
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.3;
}
#information .slick-current {
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 1;
}

#service #greeting {
  width: 900px;
  margin: 70px auto 100px;
  overflow: hidden;
  *zoom: 1;
}
#service #greeting figure {
  width: 305px;
  float: left;
}
#service #greeting .sign {
  text-align: right;
}
#service #service_samples {
  width: 996px;
  margin: 50px auto;
  overflow: hidden;
  *zoom: 1;
}
#service #service_samples h3 img {
  display: block;
  margin: 0 auto;
}
#service #service_samples figure {
  margin: 16px auto;
}
#service #service_samples .detail {
  width: 480px;
}

#service .sketch {
  width: 892px;
  margin: 45px auto;
}
#service .sketch figure {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#service .sketch figure img {
  width: 271px;
  display: inline-block;
  /* non-flexbox browsers */
}
#service .others {
  width: 892px;
  margin: 90px auto;
  overflow: hidden;
  *zoom: 1;
}
#service #home_overview,
#service #out_of_service,
#service #common_benefit {
  width: 50%;
}
#service #home_overview {
  float: left;
}
#service #out_of_service,
#service #common_benefit {
  float: right;
}

#price {
  margin-bottom: 0;
  padding: 0;
}
#price .parallax {
  padding: 70px 0;
  margin: 0 auto 80px;
}
#price #price_table {
  width: 600px;
  margin: 0 auto;
}
#price #price_table .tatsuminishi {
  float: left;
}
#price #price_table .hayashidera {
  float: right;
}
#price #price_table > ul {
  width: 460px;
  margin: 40px auto;
}
#price #price_table .medical_availability h2, #price #price_table .medical_availability p {
  text-align: center;
}
.medical_availability h2 {
	margin:90px 0 50px;
}
#price #price_table .medical_availability ul {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#price #price_table .medical_availability li {
  width: 112px;
  margin-bottom: 19px;
}
#price #price_table .medical_availability p {
  margin: 40px auto;
}
#price .others {
  width: 1008px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
#price .others > section {
  width: 47%;
}
#price .others > section:nth-child(odd) {
  float: left;
}
#price .others > section:nth-child(even) {
  float: right;
}
#price .parallax:nth-of-type(3) {
  margin-bottom: 0;
}
#price #movein_flow {
  padding-bottom: 50px;
}
#price #movein_flow h3, #price #movein_flow h2 {
  text-align: center;
  margin: 0;
}
#price #movein_flow h2 {
  margin-bottom: 65px;
  margin-top:20px;
}
#price #movein_flow h3 {
  margin: 0 0 20px;
  padding:0;
}
#price #movein_flow > ul {
  list-style: none;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#price #movein_flow > ul > li {
  background: rgba(255, 255, 255, 0.8);
  width: 230px;
  padding: 40px 15px;
}

#faq {
  margin: 0;
  background: #f4f4f4;
  padding: 50px 0 90px;
}
#faq > div {
  position: relative;
}
#faq .slick-prev,
#faq .slick-next {
  top: 180px;
}
#faq .slider {
  width: 892px;
  margin: 80px auto 0;
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#faq .slider li {
  width: 280px;
  margin: 0 13px;
  min-height: 390px;
  background: #fff;
  padding: 40px 15px;
}
#faq .slider h3 {
  margin: 0;
  padding:0 ;
  font-size: 1.6rem;
  line-height: 1.4;
  height: 112px;
  color: #111;
  font-weight: bold;
}

#access #map {
  width: 1000px;
  margin: 60px auto 90px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	padding-top:20px;
}
#access #map h2 {
  text-align: center;
}
#access #map section {
  width: 1000px;
}
#access #map .map {
  height: 500px;
}
#access .parallax {
  padding: 90px 0;
}
#access #company_overview {
  width: 415px;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  margin: 0 auto;
  padding: 70px 0;
}
#access #company_overview h2, #access #company_overview figure {
  text-align: center;
  margin: 0 auto 20px;
}
#access #company_overview dl {
  margin-bottom: 0;
  margin-top:40px;
}
#access #company_overview dd {
  margin-bottom: 1em;
}
#access #company_overview dd:last-child {
  margin-bottom: 0;
}

#recruit {
  margin: 0;
}
#recruit p {
  margin: 60px;
  text-align: center;
}
#recruit table {
  width: auto;
  margin: 40px auto;
  position: relative;
  border: none;
}
#recruit table th, #recruit table td {
  padding: 20px 8px;
  vertical-align: top;
  border: none;
  border-bottom:1px solid #efefef;
}
#recruit table thead th, #recruit table thead td {
  padding-top: 0;
  
}
#recruit table th {
  font-weight: bold;
  color: #111; 
}
#recruit table th small {
  color: #878787;
  font-weight: normal;
}
#recruit table caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
#recruit .tatsuminishi th, #recruit .tatsuminishi td {
  width: 270px;
}
#recruit .tatsuminishi th:last-child, #recruit .tatsuminishi td:last-child {
  width: 140px;
}
#recruit .hayashidera th, #recruit .hayashidera td {
  width: 360px;
}
#recruit .hayashidera th:last-child, #recruit .hayashidera td:last-child {
  width: 230px;
}
#recruit ul {
  list-style: none;
  padding: 0;
}
#contact {
  background: #F4F4F4;
  padding: 60px 0 60px;
  margin-bottom: 0;
}
#contact h1 {
  margin-bottom: 30px;
}
#contact p {
  text-align: center;
  margin: 60px 0 40px;
}
#contact form {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
#contact form > div:nth-child(odd) {
  clear: right;
  width: 300px;
  float: left;
}
#contact form > div:nth-child(even) {
  width: 655px;
  float: right;
}
#contact form input[type="text"],
#contact form input[type="email"],
#contact form textarea {
  display: block;
  padding: 4px 16px;
  width: 100%;
  background: #C3CEC4;
  border: none;
  color: #FFF;
}
#contact form input[type="text"],
#contact form input[type="email"] {
  height: 45px;
  margin-bottom: 20px;
}
#contact form textarea {
  height: 110px;
  color:#fff;
}
#contact form .radio {
  padding-left: 4px;
}
#contact form .radio label {
  margin-right: 16px;
}
#contact form div.buttons {
  width: auto;
  float: none;
  clear: both;
  text-align: center;
  padding: 110px 0 0;
}
#contact form input[type="submit"],
#contact form input[type="reset"] {
  width: 200px;
  height: 45px;
  border: none;
  outline: none;
  text-indent: -9999em;
}
#contact form input[type="submit"] {
  background: url(../img/contact-button-submit.png);
  margin-right: 45px;
}
#contact form input[type="reset"] {
  background: url(../img/contact-button-reset.png);
}
#contact form input {
	color:#fff;
}
footer {
  background: #F4F4F4;
  padding-bottom: 60px;
}
footer p {
  text-align: center;
}

/* background setup */
.background {
  background-repeat: no-repeat;
  /* custom background-position */
  background-position: 50% 50%;
  /* ie8- graceful degradation */
  background-position: 50% 50% \9  !important;
}

/* fullscreen setup */
html, body {
  /* give this to all tags from html to .fullscreen */
  height: 100%;
}

.fullscreen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fullscreen.overflow {
  height: auto;
  min-height: 100%;
}

.not-fullscreen {
  height: 50%;
}







@media all and (min-width: 737px) and (max-width: 1024px) {
	
	body {
		min-width: inherit !important;
	}
	
	header {
		height: auto;
		background: none;
		border-bottom: 1px solid #CCC;
	}
	
	header > div {
		background: rgba(255, 255, 255, 0.7);
	}
	
	header .menuBox {
		display: none
	}
	
	header .economy {
		margin-bottom: 0;
		padding: 62px 10% 10px;
		width: 100%;
		position: inherit;
	}
	
	header .business {
		width: 180px;
		top: 16px;
		right: 48px;
		flex-direction: row;
		border-top: 1px solid #6f9577;
	}
	
	header .business li a {
		padding: 8px 0;
	}
	
	.eyecatch img {
		width: 100%;
	}
	
	.menu_list li {
		width: 50%;
		list-style:none;
	}
	.menu_list li:nth-child(3n+1) {
		clear: none;
	}
	.menu_list li:nth-child(2n+1) {
		clear: left;
	}
	
	#information {
		padding: 60px 0 0;
	}
		
	#information h1 {
		margin-top: 0;
		padding-top: 0;
	}
	
	#information p {
		margin-bottom: 0;
	}
	
	#service #greeting {
		margin: 20px auto;
		width: 90%;
	}
	
	#service #greeting h2 {
		margin-top: 30px;
	}
	
	#service #greeting h2 img {
		width: 80%;
	}
	
	#service #greeting figure {
		padding-right: 20px;
		width: 20%;
	}
	
	#service #greeting figure img {
		width: 100%;
	}
	
	#service #service_samples {
		margin: 20px auto;
		width: 90%;
	}
	
	#service #service_samples .detail {
		width: 48%;
	}
	
	#service #service_samples h3 img {
		height: 16px;
	}
	
	#service #service_samples .detail figure {
		margin-bottom: 0;
	}
	
	#service #service_samples .detail figure img {
		width: 100%;
	}
	
	#service .sketch {
		margin: 20px auto;
		width: 90%;
	}
	
	#service .sketch figure img {
		width: 30%;
	}
	
	#service .others {
		margin: 20px auto;
		width: 90%;
	}
	
	#price #price_table {
		width: 90%;
	}
	
	#price #price_table .tatsuminishi,
	#price #price_table .hayashidera {
		width: 48%;
	}
	
	#price #price_table .tatsuminishi img,
	#price #price_table .hayashidera img {
		width: 100%;
	}
	
	#price #price_table > ul {
		width: 50%;
	}
	
	#price #price_table .medical_availability li {
		width: 14%;
	}
	
	#price #price_table .medical_availability li img {
		width: 100%;
	}
	
	#price .others {
		width: 90%;
	}
	
	#price #movein_flow > ul {
		padding-left: 0;
		width: 90%;
	}
	
	#price #movein_flow > ul > li {
		width: 24%;
	}
	
	#faq .slider {
		width: auto;
	}
	
	#faq .slider li {
		margin: 0 10px;
		padding: 20px 15px;
	}
	
	.slick-arrow.slick-prev,
	.slick-arrow.slick-next {
		opacity: 0.7;
	}
	
	#access #map {
		width: 90%;
	}
	
	#access #map section {
		width: 48%;
	}
	
	#access #map .map iframe {
		width: 100%;
	}
	
	#recruit {
		margin: 0 auto;
		width: 90%;
	}
	
	#contact form {
		margin: 0 auto;
		width: 90%;
	}
	
	#contact form > div {
		width: 100% !important;
	}
}
@media all and (min-width: 737px) {
	.cover,
	#navi {
		display: none !important;
	}
}
@media all and (min-width: 0) and (max-width: 736px) {
	body {
		min-width: inherit !important;
	}
	
	header {
		width: 100%;
		height: auto;
		background: none;
		border-bottom: 1px solid #CCC;
	}
	
	header > div {
		overflow: hidden;
	}
	
	header h1 {
		padding: 8px 0 0 10px !important;
		float: left;
		position: inherit;
	}
	
	header .menuBox {
		float: right;
		display: block;
	}
	
	.cover {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #FFF;
		opacity: 0.5;
		z-index: 100;
		display: none;
	}
	
	#navi {
		margin-bottom: 0;
		display: none;
		width: 100%;
		position: fixed;
		top: 51px;
		left: 0;
		padding: 0;
		background: #FFF;
		z-index: 1000;
	}
	
	#navi li {
		width: 100%;
		list-style: none;
		border-bottom: 1px solid #CCC;
	}
	
	#navi li a {
		padding: 10px 20px;
		display: block;
		background-color: #FFF;
	}
	
	header .economy {
		display: none;
	}
	
	header .business {
		display: none;
	}
	
	header .business li a {
		padding: 8px 0;
	}
	
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	main {
		padding-top: 51px;
	}

	.eyecatch img {
		width: 100%;
	}
	
	#information {
		padding: 60px 0 0;
	}
		
	#information h1 {
		margin-top: 0;
		padding-top: 0;
	}
	
	#information h1 img {
		width: 70%;
	}
	
	#information p {
		margin-bottom: 0;
	}
	
	#information .slick-arrow {
		top: 50%;
		margin-top: -25px;
	}
	
	#information .slick-slide img {
		width: 100%;
		height: auto;
	}
	
	#information dl {
		width: auto;
	}
	
	.dl-horizontal dt {
		width: 90px;
	}
	
	.dl-horizontal dd {
		margin-left: 115px;
	}
	
	#service #greeting {
		margin: 20px auto;
		width: 90%;
	}
	
	#service #greeting h2 {
		margin-top: 30px;
	}
	
	#service #greeting h2 img {
		width: 80%;
	}
	
	#service #greeting figure {
		margin: 0 auto;
		width: 50%;
		float: none;
	}
	
	#service #greeting figure img {
		width: 100%;
	}
	
	#service #greeting h2 img {
		width: 100%;
	}
	
	#service #service_samples {
		margin: 20px auto;
		width: 90%;
	}
	
	#service #service_samples .detail {
		width: 100%;
		float: none;
	}
	
	#service #service_samples .detail:nth-child(2n) h3 img {
		width: 12%;
	}
	
	#service #service_samples h3 img {
		width: 95%;
	}
	
	#service #service_samples .detail figure {
		margin-bottom: 0;
	}
	
	#service #service_samples .detail figure img {
		width: 100%;
	}
	
	#service #home_overview, 
	#service #out_of_service, 
	#service #common_benefit {
		width: 100%;
		float: none;
	}
	
	#service .sketch {
		margin: 20px auto;
		width: 90%;
	}
	
	#service .sketch figure img {
		padding-bottom: 10px;
		width: 100%;
	}
	
	#service .others {
		margin: 20px auto;
		width: 90%;
	}
	
	#price #price_table {
		width: 90%;
	}
	
	#price #price_table .tatsuminishi,
	#price #price_table .hayashidera {
		width: 100%;
	}
	
	#price #price_table .tatsuminishi img,
	#price #price_table .hayashidera img {
		width: 100%;
	}
	
	#price #price_table > ul {
		width: 100%;
	}
	
	#price #price_table .medical_availability li {
		width: 30%;
	}
	
	#price #price_table .medical_availability li img {
		width: 100%;
	}
	
	#price .others {
		width: 90%;
	}
	
	#price .others > section {
		width: 100%;
		float: none;
	}
	
	#price #movein_flow > ul {
		padding-left: 0;
		width: 90%;
	}
	
	#price #movein_flow > ul > li {
		width: 100%;
	}
	
	#faq .slider {
		width: auto;
	}
	
	#faq .slider li {
		margin: 0 10px;
		padding: 20px 15px;
	}
	
	.slick-arrow.slick-prev,
	.slick-arrow.slick-next {
		opacity: 0.7;
	}
	
	#access #map {
		width: 90%;
	}
	
	#access #map section {
		width: 100%;
	}
	
	#access #map .map iframe {
		width: 100%;
	}
	
	#access #company_overview {
		width: 90%;
	}
	
	#recruit {
		margin: 0 auto;
		width: 100%;
	}
	
	#recruit table {
		width: 95% !important;
		max-width: inherit;
	}
	
	#recruit table caption {
		top: -32px;
	}
	
	#recruit table thead th {
		padding-top: 8px;
		border-top: 1px solid #EFEFEF;
	}
	
	#recruit table th,
	#recruit table td {
		padding: 8px 5px;
		width: 25% !important;
	}
	
	#recruit table th {
		vertical-align: top;
	}
	
	#contact form {
		margin: 0 auto;
		width: 90%;
	}
	
	#contact form > div {
		width: 100% !important;
	}
	
	#contact form input[type="submit"] {
		margin-right: 0;
	}
	
	#contact form input[type="submit"], 
	#contact form input[type="reset"] {
		margin-top: 10px;
		width: 201px;
	}
	
	#contact form .radio label {
		margin-left: 0 !important;
	}	
}
html.skrollr-mobile,
.skrollr-mobile body {
	height: auto;
}

.subBackground {
	display: none;
}

@media all and (min-width: 0) and (max-width: 1024px) {
	.background {
		/*background: none !important; xxxxxxxxxxxxxxx 20221020 del-test*/
		background-size: cover;
	}
	.bg1 {
		background: url(../img/price-parallax.jpg) no-repeat center center;
		background-size: top/cover;
	}
	.bg2 {
		background: url(../img/price-flow-parallax.jpg) no-repeat center center;
		background-size: cover;
	}
	.bg3 {
		background: url(../img/access-overview-parallax.jpg) no-repeat center center;
		background-size: cover;
	}
	.subBackground {
		display: block;
		position: fixed;
		left:0;
		top: 0;
		width: 100%;
		height: 130%;
		z-index: -1;
		opacity: 0;
		transition: opacity 0.2s;
		-webkit-transition: opacity 0.2s;
	}
	
	.subBackground.skrollable-between {
		opacity: 1;
	}
	
	header,
	#information,
	#service,
	#access h1,
	#recruit {
		background: #FFF;
	}
	
	#price .parallax {
		margin-bottom: 0;
	}
	
	#price .others {
		width: 100%;
		background: #FFF;
		padding: 80px 5% 0;
	}
	
	#price .others img {
		max-width: 100%;
		height: auto;
	}
	#price .price_list{
		max-width: 100%;
	}
	#access {
		padding-top: 0;
	}
	
	#access h1 {
		margin: 0;
		padding: 100px 0 0;
	}
	
	#access #map {
		width: 100%;
		padding: 60px 5% 90px;
		margin: 0;
		background: #FFF;
	}
	
	#recruit {
		padding: 20px 5%;
		width: 100%;
	}
	
}

.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type1 th {
  background: #f9fafc;
  text-align: left;
  width: 120px;
}
 
@media only screen and (max-width: 600px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
  #recruit .recruit_btn {
  width:80%;box-sizing: border-box;
}
}


.slider{
    margin: 100px auto;
    width: 80%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

@media screen and (max-width: 767px) {
	.menu_list li {
		width: 50%;
		list-style:none;
	}
	.menu_list li:nth-child(3n+1) {
		clear: none;
	}
	.menu_list li:nth-child(2n+1) {
		clear: left;
	}
}
@media screen and (max-width: 428px) {
	.menu_list li {
		float: none;
		width: 100%;
		list-style:none;
	}
	.menu_list li:nth-child(2n+1) {
		clear: none;
	}
}