.membership .contents_m {
  margin: auto !important;
  width: 1010px;
}
/* page_terms-condition
-------------------------------------------------------------------- */
.tab-contents {
  display: none;
}
.tab-contents.current {
  display: block;
}
.tab-nav {
  margin-bottom: 30px;
  border-bottom: 2px solid #99ccff;
}
.tab-nav .tab-list {
  display: flex;
  justify-content: center;
}
.tab-nav .tab-list li {
  margin-right: 10px;
  max-width: 300px;
  width: 100%;
}
.tab-nav .tab-list li:last-child {
  margin-right: 0;
}
.tab-nav .tab-list li a {
  display: block;
  padding: 15px;
  color: #999;
  font-size: 110%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #eee;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tab-nav .tab-list li a:hover,
.tab-nav .tab-list li a.current {
  color: #fff;
  background-color: #99ccff;
}
#contents
  .contents_inline
  .membership
  .contents_m
  .contents_box_custom
  h3.txt-center,
.membership .tab-contents .head-p {
  margin-bottom: 30px;
}
.list-decimal,
.list-decimal li {
    list-style-type: decimal;
}

.list-decimal {
    padding-left: 15px;
    margin-bottom: 5px;
}
.membership .tab-contents .list-decimal li {
  padding-left: 10px;
}
.membership .tab-contents .list-decimal li ul {
  margin-left: 10px;
}
.membership .tab-contents .list-decimal li ul li {
  padding-left: 0;
  list-style-type: disc;
}
.membership .tab-contents .font-big {
  display: block;
  font-size: 100%;
}

@media only screen and (min-width: 768px) {
  #contents{
		padding: 0px;
	}
  /* page_terms-condition
	-------------------------------------------------------------------- */
  .tab-nav {
    margin-bottom: 50px;
  }
  .tab-nav .tab-list li {
    margin-right: 15px;
    max-width: 420px;
  }
  .tab-nav .tab-list li a {
    padding: 20px;
    font-size: 20px;
  }
  #contents
    .contents_inline
    .membership
    .contents_m
    .contents_box_custom
    h3.txt-center,
  .membership .tab-contents .head-p {
    margin-bottom: 50px;
  }
  .membership .tab-contents .list-decimal li {
    padding-left: 15px;
  }
  .membership .tab-contents .list-decimal li ul {
    margin-left: 20px;
  }
  .membership .tab-contents .font-big {
    font-size: 16px;
  }
  .head-p {
    margin-bottom: 30px;
  }

  .membership .tab-contents .list-decimal li {
    padding-left: 15px;
  }
}

/*  */
.membership .tit-style03 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  border-bottom: 2px solid #eee;
}
.membership .tit-style03::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 150px;
  background-color: #99ccff;
}
.membership .txt-center {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .membership .case-style02 .pack {
    margin-bottom: 50px;
  }
}
/*  */

@media screen and (max-width: 768px) {
	.membership .contents_m {
    width: 100%;
  }
}

@media screen and (min-width: 330px) {
	#contents{
		padding: 0 10px;
	}
}

#job-seekers,
#members{
  padding: 0 15px;
}
